From b4f1b47cf11de7fc655ce9417114c6c1322fde96 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Wed, 24 Aug 2022 00:52:57 -0700 Subject: [PATCH] Service Directory Structure Update Service Directory Structure Update --- docker/docker-compose.yml | 1 + ...27ee1d33a67.js => 636.95c8ae357b1ed820.js} | 2 +- frontend/index.html | 2 +- frontend/main.03ecb72643e40983.js | 1 - frontend/main.39b99f2612129aae.js | 1 + frontend/runtime.340d96b403855bde.js | 1 + frontend/runtime.b2f592475a75f0a0.js | 1 - .../channel-liquidity-info.component.ts | 2 +- .../channel-open-table.component.ts | 2 +- .../shared/components/help/help.component.ts | 2 +- .../boltz/boltz-root.component.html | 0 .../boltz/boltz-root.component.scss | 0 .../boltz/boltz-root.component.spec.ts | 0 .../boltz/boltz-root.component.ts | 0 .../info-graphics.component.html | 0 .../info-graphics.component.scss | 0 .../info-graphics.component.spec.ts | 0 .../info-graphics.component.ts | 0 .../swap-modal/swap-modal.component.html | 0 .../swap-modal/swap-modal.component.scss | 0 .../swap-modal/swap-modal.component.spec.ts | 0 .../boltz/swap-modal/swap-modal.component.ts | 0 .../info-graphics.component.html | 0 .../info-graphics.component.scss | 0 .../info-graphics.component.spec.ts | 0 .../info-graphics.component.ts | 0 .../swap-service-info.component.html | 0 .../swap-service-info.component.scss | 0 .../swap-service-info.component.spec.ts | 0 .../swap-service-info.component.ts | 0 .../swap-status/swap-status.component.html | 0 .../swap-status/swap-status.component.scss | 0 .../swap-status/swap-status.component.spec.ts | 0 .../swap-status/swap-status.component.ts | 0 .../boltz/swaps/swaps.component.html | 0 .../boltz/swaps/swaps.component.scss | 0 .../boltz/swaps/swaps.component.spec.ts | 0 .../boltz/swaps/swaps.component.ts | 0 .../ln-services.component.html} | 0 .../ln-services.component.scss} | 0 .../ln-services.component.spec.ts} | 12 +-- .../ln-services/ln-services.component.ts | 16 ++++ .../info-graphics.component.html | 0 .../info-graphics.component.scss | 0 .../info-graphics.component.spec.ts | 0 .../info-graphics.component.ts | 0 .../loop/loop-modal/loop-modal.component.html | 0 .../loop/loop-modal/loop-modal.component.scss | 0 .../loop-modal/loop-modal.component.spec.ts | 0 .../loop/loop-modal/loop-modal.component.ts | 0 .../info-graphics.component.html | 0 .../info-graphics.component.scss | 0 .../info-graphics.component.spec.ts | 0 .../info-graphics.component.ts | 0 .../loop/loop-quote/loop-quote.component.html | 0 .../loop-quote/loop-quote.component.scss} | 0 .../loop-quote/loop-quote.component.spec.ts | 0 .../loop/loop-quote/loop-quote.component.ts | 0 .../loop-status/loop-status.component.html | 0 .../loop-status/loop-status.component.scss} | 0 .../loop-status/loop-status.component.spec.ts | 0 .../loop/loop-status/loop-status.component.ts | 0 .../loop/loop.component.html | 0 .../loop/loop.component.scss} | 0 .../loop/loop.component.spec.ts | 0 .../loop/loop.component.ts | 0 .../loop/swaps/swaps.component.html | 0 .../loop/swaps/swaps.component.scss | 0 .../loop/swaps/swaps.component.spec.ts | 0 .../loop/swaps/swaps.component.ts | 0 .../node-settings/node-settings.component.ts | 2 +- .../boltz-service-settings.component.ts | 4 +- .../loop-service-settings.component.ts | 4 +- .../components/services/services.component.ts | 75 ------------------- .../auth-settings/auth-settings.component.ts | 2 +- .../components/settings/settings.component.ts | 2 +- 76 files changed, 37 insertions(+), 95 deletions(-) rename frontend/{636.f006527ee1d33a67.js => 636.95c8ae357b1ed820.js} (99%) delete mode 100644 frontend/main.03ecb72643e40983.js create mode 100644 frontend/main.39b99f2612129aae.js create mode 100644 frontend/runtime.340d96b403855bde.js delete mode 100644 frontend/runtime.b2f592475a75f0a0.js rename src/app/shared/components/{services => ln-services}/boltz/boltz-root.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/boltz-root.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/boltz-root.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/boltz-root.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-in-info-graphics/info-graphics.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-in-info-graphics/info-graphics.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-in-info-graphics/info-graphics.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-in-info-graphics/info-graphics.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-modal/swap-modal.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-modal/swap-modal.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-modal/swap-modal.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-modal/swap-modal.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-out-info-graphics/info-graphics.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-out-info-graphics/info-graphics.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-out-info-graphics/info-graphics.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-out-info-graphics/info-graphics.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-service-info/swap-service-info.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-service-info/swap-service-info.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-service-info/swap-service-info.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-service-info/swap-service-info.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-status/swap-status.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-status/swap-status.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-status/swap-status.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swap-status/swap-status.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swaps/swaps.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swaps/swaps.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swaps/swaps.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/boltz/swaps/swaps.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services/services.component.html => ln-services/ln-services.component.html} (100%) mode change 100644 => 100755 rename src/app/shared/components/{services/loop/loop-quote/loop-quote.component.scss => ln-services/ln-services.component.scss} (100%) mode change 100644 => 100755 rename src/app/shared/components/{services/services.component.spec.ts => ln-services/ln-services.component.spec.ts} (77%) mode change 100644 => 100755 create mode 100755 src/app/shared/components/ln-services/ln-services.component.ts rename src/app/shared/components/{services => ln-services}/loop/loop-in-info-graphics/info-graphics.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-in-info-graphics/info-graphics.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-in-info-graphics/info-graphics.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-in-info-graphics/info-graphics.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-modal/loop-modal.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-modal/loop-modal.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-modal/loop-modal.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-modal/loop-modal.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-out-info-graphics/info-graphics.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-out-info-graphics/info-graphics.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-out-info-graphics/info-graphics.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-out-info-graphics/info-graphics.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-quote/loop-quote.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services/loop/loop-status/loop-status.component.scss => ln-services/loop/loop-quote/loop-quote.component.scss} (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-quote/loop-quote.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-quote/loop-quote.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-status/loop-status.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services/loop/loop.component.scss => ln-services/loop/loop-status/loop-status.component.scss} (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-status/loop-status.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop-status/loop-status.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services/services.component.scss => ln-services/loop/loop.component.scss} (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/loop.component.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/swaps/swaps.component.html (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/swaps/swaps.component.scss (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/swaps/swaps.component.spec.ts (100%) mode change 100644 => 100755 rename src/app/shared/components/{services => ln-services}/loop/swaps/swaps.component.ts (100%) mode change 100644 => 100755 delete mode 100644 src/app/shared/components/services/services.component.ts diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 8832f4ef..8daed008 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -129,3 +129,4 @@ services: BITCOIND_CONFIG_PATH: '' CHANNEL_BACKUP_PATH: /shared/lnd/backup ENABLE_OFFERS: false + ENABLE_PEERSWAP: false diff --git a/frontend/636.f006527ee1d33a67.js b/frontend/636.95c8ae357b1ed820.js similarity index 99% rename from frontend/636.f006527ee1d33a67.js rename to frontend/636.95c8ae357b1ed820.js index 41a152e9..4357afb0 100644 --- a/frontend/636.f006527ee1d33a67.js +++ b/frontend/636.95c8ae357b1ed820.js @@ -1 +1 @@ -"use strict";(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[636],{1636:(wg,ke,f)=>{f.r(ke),f.d(ke,{LNDModule:()=>Zg});var p=f(9808),b=f(1402),at=f(8878),e=f(5e3),d=f(7093),J=f(5899);function it(n,i){1&n&&e._UZ(0,"mat-progress-bar",3)}let Fe=(()=>{class n{constructor(t){this.router=t,this.loading=!1,this.router.events.subscribe(a=>{switch(!0){case a instanceof b.OD:this.loading=!0;break;case a instanceof b.m2:case a instanceof b.gk:case a instanceof b.Q3:this.loading=!1}})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lnd-root"]],decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["color","primary","mode","indeterminate",4,"ngIf"],["outlet","outlet"],["color","primary","mode","indeterminate"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,it,1,0,"mat-progress-bar",1),e._UZ(2,"router-outlet",null,2),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",a.loading))},directives:[d.xw,d.yH,d.Wh,p.O5,J.pW,b.lC],styles:[""],data:{animation:[at.g]}}),n})();var m=f(7579),h=f(2722),Y=f(9300),Ne=f(534),v=f(801),l=f(7731),y=f(6529),U=f(5043),L=f(5620),W=f(6642),O=f(62),D=f(9444),ue=f(3954),Z=f(9224),N=f(7423),ge=f(2181),te=f(5245),k=f(3322);const qe=function(n){return{backgroundColor:n}};function ot(n,i){if(1&n&&e._UZ(0,"span",6),2&n){const t=e.oxw();e.Q6J("ngStyle",e.VKq(1,qe,null==t.information?null:t.information.color))}}function st(n,i){if(1&n&&(e.TgZ(0,"div")(1,"h4",1),e._uU(2,"Color"),e.qZA(),e.TgZ(3,"div",2),e._UZ(4,"span",7),e._uU(5),e.ALo(6,"uppercase"),e.qZA()()),2&n){const t=e.oxw();e.xp6(4),e.Q6J("ngStyle",e.VKq(4,qe,null==t.information?null:t.information.color)),e.xp6(1),e.hij(" ",e.lcZ(6,2,null==t.information?null:t.information.color)," ")}}function lt(n,i){if(1&n&&(e.TgZ(0,"span",2),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}let Ue=(()=>{class n{constructor(t){this.commonService=t,this.chains=[""]}ngOnChanges(){this.information&&this.information.chains&&this.information.chains.length>0&&(this.chains=[""],this.information.chains.forEach(t=>{this.chains.push(this.commonService.titleCase(t.chain)+" "+this.commonService.titleCase(t.network))}))}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-node-info"]],inputs:{information:"information",showColorFieldSeparately:"showColorFieldSeparately"},features:[e.TTD],decls:17,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["class","dashboard-node-dot dot",3,"ngStyle",4,"ngIf"],[4,"ngIf"],["class","overflow-wrap dashboard-info-value",4,"ngFor","ngForOf"],[1,"dashboard-node-dot","dot",3,"ngStyle"],[1,"dashboard-node-square",3,"ngStyle"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div")(2,"h4",1),e._uU(3,"Alias"),e.qZA(),e.TgZ(4,"div",2),e._uU(5),e.YNc(6,ot,1,3,"span",3),e.qZA()(),e.YNc(7,st,7,6,"div",4),e.TgZ(8,"div")(9,"h4",1),e._uU(10,"Implementation"),e.qZA(),e.TgZ(11,"div",2),e._uU(12),e.qZA()(),e.TgZ(13,"div")(14,"h4",1),e._uU(15,"Chain"),e.qZA(),e.YNc(16,lt,2,1,"span",5),e.qZA()()),2&t&&(e.xp6(5),e.hij(" ",null==a.information?null:a.information.alias," "),e.xp6(1),e.Q6J("ngIf",!a.showColorFieldSeparately),e.xp6(1),e.Q6J("ngIf",a.showColorFieldSeparately),e.xp6(5),e.Oqu(null!=a.information&&a.information.lnImplementation||null!=a.information&&a.information.version?(null==a.information?null:a.information.lnImplementation)+" "+(null==a.information?null:a.information.version):""),e.xp6(4),e.Q6J("ngForOf",a.chains))},directives:[d.xw,d.yH,d.Wh,p.O5,p.PC,k.Zl,p.sg],pipes:[p.gd],styles:[""]}),n})();function rt(n,i){if(1&n&&(e.TgZ(0,"div",2)(1,"div")(2,"h4",3),e._uU(3,"Lightning"),e.qZA(),e.TgZ(4,"div",4),e._uU(5),e.ALo(6,"number"),e.qZA(),e._UZ(7,"mat-progress-bar",5),e.qZA(),e.TgZ(8,"div")(9,"h4",3),e._uU(10,"On-chain"),e.qZA(),e.TgZ(11,"div",4),e._uU(12),e.ALo(13,"number"),e.qZA(),e._UZ(14,"mat-progress-bar",5),e.qZA(),e.TgZ(15,"div")(16,"h4",3),e._uU(17,"Total"),e.qZA(),e.TgZ(18,"div",4),e._uU(19),e.ALo(20,"number"),e.qZA()()()),2&n){const t=e.oxw();e.xp6(5),e.hij("",e.lcZ(6,5,null==t.balances?null:t.balances.lightning)," Sats"),e.xp6(2),e.s9C("value",(null==t.balances?null:t.balances.lightning)/(null==t.balances?null:t.balances.total)*100),e.xp6(5),e.hij("",e.lcZ(13,7,null==t.balances?null:t.balances.onchain)," Sats"),e.xp6(2),e.s9C("value",(null==t.balances?null:t.balances.onchain)/(null==t.balances?null:t.balances.total)*100),e.xp6(5),e.hij("",e.lcZ(20,9,null==t.balances?null:t.balances.total)," Sats")}}function ct(n,i){if(1&n&&(e.TgZ(0,"div",6)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let ut=(()=>{class n{constructor(){this.balances={onchain:0,lightning:0,total:0}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-balances-info"]],inputs:{balances:"balances",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf","ngIfElse"],["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,rt,21,11,"div",0),e.YNc(1,ct,3,1,"ng-template",null,1,e.W1O)),2&t){const o=e.MAs(2);e.Q6J("ngIf"," "===a.errorMessage)("ngIfElse",o)}},directives:[p.O5,d.xw,d.yH,d.Wh,J.pW],pipes:[p.JJ],styles:[""]}),n})();var x=f(7322),j=f(7238),X=f(4834),H=f(8129);const pt=function(){return["../connections/channels/open"]},mt=function(n){return{filter:n}};function dt(n,i){if(1&n&&(e.TgZ(0,"div",19)(1,"a",20),e._uU(2),e.ALo(3,"slice"),e.qZA(),e.TgZ(4,"div",6)(5,"mat-hint",21)(6,"strong",8),e._uU(7,"Local:"),e.qZA(),e._uU(8),e.ALo(9,"number"),e.qZA(),e.TgZ(10,"mat-hint",22),e._UZ(11,"fa-icon",23),e._uU(12),e.ALo(13,"number"),e.qZA(),e.TgZ(14,"mat-hint",24)(15,"strong",8),e._uU(16,"Remote:"),e.qZA(),e._uU(17),e.ALo(18,"number"),e.qZA()(),e._UZ(19,"mat-progress-bar",25),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(3);e.xp6(1),e.s9C("matTooltip",t.remote_alias||t.remote_pubkey),e.s9C("matTooltipDisabled",(t.remote_alias||t.remote_pubkey).length<26),e.Q6J("routerLink",e.DdM(21,pt))("state",e.VKq(22,mt,t.chan_id)),e.xp6(1),e.AsE(" ",e.Dn7(3,11,t.remote_alias||t.remote_pubkey,0,24),"",(t.remote_alias||t.remote_pubkey).length>25?"...":""," "),e.xp6(6),e.hij("",e.lcZ(9,15,t.local_balance||0)," Sats"),e.xp6(3),e.Q6J("icon",a.faBalanceScale),e.xp6(1),e.hij(" (",e.lcZ(13,17,t.balancedness||0),") "),e.xp6(5),e.hij("",e.lcZ(18,19,t.remote_balance||0)," Sats"),e.xp6(2),e.s9C("value",t.local_balance&&t.local_balance>0?+t.local_balance/(+t.local_balance+ +t.remote_balance)*100:0)}}function _t(n,i){if(1&n&&(e.TgZ(0,"div",17),e.YNc(1,dt,20,24,"div",18),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngForOf",t.allChannels)}}function ht(n,i){if(1&n&&(e.TgZ(0,"div",3)(1,"div",4)(2,"span",5),e._uU(3,"Total Capacity"),e.qZA(),e.TgZ(4,"div",6)(5,"mat-hint",7)(6,"strong",8),e._uU(7,"Local:"),e.qZA(),e._uU(8),e.ALo(9,"number"),e.qZA(),e.TgZ(10,"mat-hint",9),e._UZ(11,"fa-icon",10),e._uU(12),e.ALo(13,"number"),e.qZA(),e.TgZ(14,"mat-hint",11)(15,"strong",8),e._uU(16,"Remote:"),e.qZA(),e._uU(17),e.ALo(18,"number"),e.qZA()(),e._UZ(19,"mat-progress-bar",12),e.qZA(),e.TgZ(20,"div",13),e._UZ(21,"mat-divider",14),e.qZA(),e.TgZ(22,"div",15),e.YNc(23,_t,2,1,"div",16),e.qZA()()),2&n){const t=e.oxw(),a=e.MAs(2);e.xp6(8),e.hij("",e.lcZ(9,7,(null==t.channelBalances?null:t.channelBalances.localBalance)||0)," Sats"),e.xp6(3),e.Q6J("icon",t.faBalanceScale),e.xp6(1),e.hij(" (",e.lcZ(13,9,(null==t.channelBalances?null:t.channelBalances.balancedness)||0),") "),e.xp6(5),e.hij("",e.lcZ(18,11,(null==t.channelBalances?null:t.channelBalances.remoteBalance)||0)," Sats"),e.xp6(2),e.s9C("value",null!=t.channelBalances&&t.channelBalances.localBalance&&(null==t.channelBalances?null:t.channelBalances.localBalance)>0?+(null==t.channelBalances?null:t.channelBalances.localBalance)/(+(null==t.channelBalances?null:t.channelBalances.localBalance)+ +(null==t.channelBalances?null:t.channelBalances.remoteBalance))*100:0),e.xp6(4),e.Q6J("ngIf",t.allChannels&&t.allChannels.length>0)("ngIfElse",a)}}function gt(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",26),e._uU(1," No channels available. "),e.TgZ(2,"button",27),e.NdJ("click",function(){return e.CHM(t),e.oxw().goToChannels()}),e._uU(3,"Open Channel"),e.qZA()()}}function ft(n,i){if(1&n&&(e.TgZ(0,"div",28)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let Ct=(()=>{class n{constructor(t){this.router=t,this.faBalanceScale=v.DL8,this.faDumbbell=v.FlN,this.sortBy="Balance Score"}goToChannels(){this.router.navigateByUrl("/lnd/connections")}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-capacity-info"]],inputs:{channelBalances:"channelBalances",allChannels:"allChannels",sortBy:"sortBy",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",4,"ngIf","ngIfElse"],["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100"],["fxLayout","column","fxFlex","9","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90"],[1,"font-weight-900","mr-5px"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90"],["matTooltip","Balance Score",1,"mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90"],["mode","determinate","color","accent",1,"dashboard-progress-bar","this-channel-bar",3,"value"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[1,"channels-capacity-scroll",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90","color-primary"],["matTooltip","Balance Score",1,"color-primary","mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90","color-primary"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1","w-100"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,ht,24,13,"div",0),e.YNc(1,gt,4,0,"ng-template",null,1,e.W1O),e.YNc(3,ft,3,1,"ng-template",null,2,e.W1O)),2&t){const o=e.MAs(4);e.Q6J("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",o)}},directives:[p.O5,d.xw,d.Wh,d.yH,x.bx,D.BN,j.gM,J.pW,X.d,H.$V,p.sg,b.yS,N.lW],pipes:[p.JJ,p.OU],styles:[".channels-capacity-scroll[_ngcontent-%COMP%]{width:100%;height:100%;overflow-y:hidden}"]}),n})();function xt(n,i){if(1&n&&(e.TgZ(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),e._uU(4,"Daily"),e.qZA(),e.TgZ(5,"div",5),e._uU(6),e.ALo(7,"number"),e.qZA()(),e.TgZ(8,"div")(9,"h4",4),e._uU(10,"Weekly"),e.qZA(),e.TgZ(11,"div",5),e._uU(12),e.ALo(13,"number"),e.qZA()(),e.TgZ(14,"div")(15,"h4",4),e._uU(16,"Monthly"),e.qZA(),e.TgZ(17,"div",5),e._uU(18),e.ALo(19,"number"),e.qZA()(),e.TgZ(20,"div",6),e._UZ(21,"h4",7)(22,"span",5),e.qZA()(),e.TgZ(23,"div",3)(24,"div")(25,"h4",4),e._uU(26,"Transactions"),e.qZA(),e.TgZ(27,"div",5),e._uU(28),e.ALo(29,"number"),e.qZA()(),e.TgZ(30,"div")(31,"h4",4),e._uU(32,"Transactions"),e.qZA(),e.TgZ(33,"div",5),e._uU(34),e.ALo(35,"number"),e.qZA()(),e.TgZ(36,"div")(37,"h4",4),e._uU(38,"Transactions"),e.qZA(),e.TgZ(39,"div",5),e._uU(40),e.ALo(41,"number"),e.qZA()(),e.TgZ(42,"div",6),e._UZ(43,"h4",7)(44,"span",5),e.qZA()()()),2&n){const t=e.oxw();e.xp6(6),e.hij("",e.lcZ(7,6,null==t.fees?null:t.fees.day_fee_sum)," Sats"),e.xp6(6),e.hij("",e.lcZ(13,8,null==t.fees?null:t.fees.week_fee_sum)," Sats"),e.xp6(6),e.hij("",e.lcZ(19,10,null==t.fees?null:t.fees.month_fee_sum)," Sats"),e.xp6(10),e.Oqu(e.lcZ(29,12,null==t.fees?null:t.fees.daily_tx_count)),e.xp6(6),e.Oqu(e.lcZ(35,14,null==t.fees?null:t.fees.weekly_tx_count)),e.xp6(6),e.Oqu(e.lcZ(41,16,null==t.fees?null:t.fees.monthly_tx_count))}}function yt(n,i){if(1&n&&(e.TgZ(0,"div",8)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let Oe=(()=>{class n{constructor(){this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100}ngOnChanges(){if(this.fees.month_fee_sum){this.totalFees=[{name:"Monthly",value:this.fees.month_fee_sum},{name:"Weekly",value:this.fees.week_fee_sum||0},{name:"Daily ",value:this.fees.day_fee_sum||0}];const t=Math.ceil(Math.log(this.fees.month_fee_sum+1)/Math.LN10),a=Math.pow(10,t-1);this.maxFeeValue=Math.ceil(this.fees.month_fee_sum/a)*a/5||100,Object.assign(this,this.totalFees)}else this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100,Object.assign(this,this.totalFees)}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-fee-info"]],inputs:{fees:"fees",errorMessage:"errorMessage"},features:[e.TTD],decls:3,vars:2,consts:[["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxFlex","20"],[1,"dashboard-info-title"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,xt,45,18,"div",0),e.YNc(1,yt,3,1,"ng-template",null,1,e.W1O)),2&t){const o=e.MAs(2);e.Q6J("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",o)}},directives:[p.O5,d.xw,d.yH,d.Wh],pipes:[p.JJ],styles:[""]}),n})();function Tt(n,i){if(1&n&&(e.TgZ(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),e._uU(4,"Active"),e.qZA(),e.TgZ(5,"div",5),e._UZ(6,"span",6),e._uU(7),e.ALo(8,"number"),e.qZA()(),e.TgZ(9,"div")(10,"h4",4),e._uU(11,"Pending"),e.qZA(),e.TgZ(12,"div",5),e._UZ(13,"span",7),e._uU(14),e.ALo(15,"number"),e.qZA()(),e.TgZ(16,"div")(17,"h4",4),e._uU(18,"Inactive"),e.qZA(),e.TgZ(19,"div",5),e._UZ(20,"span",8),e._uU(21),e.ALo(22,"number"),e.qZA()(),e.TgZ(23,"div")(24,"h4",4),e._uU(25,"Closing"),e.qZA(),e.TgZ(26,"div",5),e._UZ(27,"span",9),e._uU(28),e.ALo(29,"number"),e.qZA()()(),e.TgZ(30,"div",3)(31,"div")(32,"h4",4),e._uU(33,"Capacity"),e.qZA(),e.TgZ(34,"div",5),e._uU(35),e.ALo(36,"number"),e.qZA()(),e.TgZ(37,"div")(38,"h4",4),e._uU(39,"Capacity"),e.qZA(),e.TgZ(40,"div",5),e._uU(41),e.ALo(42,"number"),e.qZA()(),e.TgZ(43,"div")(44,"h4",4),e._uU(45,"Capacity"),e.qZA(),e.TgZ(46,"div",5),e._uU(47),e.ALo(48,"number"),e.qZA()(),e.TgZ(49,"div")(50,"h4",4),e._uU(51,"Capacity"),e.qZA(),e.TgZ(52,"div",5),e._uU(53),e.ALo(54,"number"),e.qZA()()()()),2&n){const t=e.oxw();e.xp6(7),e.Oqu(e.lcZ(8,8,(null==t.channelsStatus||null==t.channelsStatus.active?null:t.channelsStatus.active.num_channels)||0)),e.xp6(7),e.Oqu(e.lcZ(15,10,(null==t.channelsStatus||null==t.channelsStatus.pending?null:t.channelsStatus.pending.num_channels)||0)),e.xp6(7),e.Oqu(e.lcZ(22,12,(null==t.channelsStatus||null==t.channelsStatus.inactive?null:t.channelsStatus.inactive.num_channels)||0)),e.xp6(7),e.Oqu(e.lcZ(29,14,(null==t.channelsStatus||null==t.channelsStatus.closing?null:t.channelsStatus.closing.num_channels)||0)),e.xp6(7),e.hij("",e.lcZ(36,16,(null==t.channelsStatus||null==t.channelsStatus.active?null:t.channelsStatus.active.capacity)||0)," Sats"),e.xp6(6),e.hij("",e.lcZ(42,18,(null==t.channelsStatus||null==t.channelsStatus.pending?null:t.channelsStatus.pending.capacity)||0)," Sats"),e.xp6(6),e.hij("",e.lcZ(48,20,(null==t.channelsStatus||null==t.channelsStatus.inactive?null:t.channelsStatus.inactive.capacity)||0)," Sats"),e.xp6(6),e.hij("",e.lcZ(54,22,(null==t.channelsStatus||null==t.channelsStatus.closing?null:t.channelsStatus.closing.capacity)||0)," Sats")}}function vt(n,i){if(1&n&&(e.TgZ(0,"div",10)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let Re=(()=>{class n{constructor(){this.channelsStatus={}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-status-info"]],inputs:{channelsStatus:"channelsStatus",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],[1,"dot","tiny-dot","green"],[1,"dot","tiny-dot","yellow"],[1,"dot","tiny-dot","grey"],[1,"dot","tiny-dot","red"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,Tt,55,24,"div",0),e.YNc(1,vt,3,1,"ng-template",null,1,e.W1O)),2&t){const o=e.MAs(2);e.Q6J("ngIf"," "===a.errorMessage)("ngIfElse",o)}},directives:[p.O5,d.xw,d.yH,d.Wh],pipes:[p.JJ],styles:[""]}),n})();var Me=f(8213),S=f(7861),Ie=f(9107);function bt(n,i){if(1&n&&(e.TgZ(0,"mat-hint",19)(1,"strong",20),e._uU(2,"Capacity: "),e.qZA(),e._uU(3),e.ALo(4,"number"),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(3),e.hij("",e.lcZ(4,1,t.remote_balance||0)," Sats")}}function Zt(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",24),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2).$implicit;return e.oxw(3).onLoopOut(o)}),e._uU(1,"Loop Out"),e.qZA()}}function wt(n,i){if(1&n&&(e.TgZ(0,"div",21)(1,"mat-hint",22)(2,"strong",20),e._uU(3,"Capacity: "),e.qZA(),e._uU(4),e.ALo(5,"number"),e.qZA(),e.YNc(6,Zt,2,0,"button",23),e.qZA()),2&n){const t=e.oxw().$implicit,a=e.oxw(3);e.xp6(4),e.hij("",e.lcZ(5,2,t.local_balance||0)," Sats"),e.xp6(2),e.Q6J("ngIf",a.showLoop)}}function At(n,i){if(1&n&&e._UZ(0,"mat-progress-bar",25),2&n){const t=e.oxw().$implicit,a=e.oxw(3);e.s9C("value",a.totalLiquidity>0?(+t.remote_balance||0)/a.totalLiquidity*100:0)}}function St(n,i){if(1&n&&e._UZ(0,"mat-progress-bar",25),2&n){const t=e.oxw().$implicit,a=e.oxw(3);e.s9C("value",a.totalLiquidity>0?(+t.local_balance||0)/a.totalLiquidity*100:0)}}const Lt=function(){return["../connections/channels/open"]},kt=function(n){return{filter:n}};function Ft(n,i){if(1&n&&(e.TgZ(0,"div",13)(1,"a",14),e._uU(2),e.ALo(3,"slice"),e.qZA(),e.TgZ(4,"div",15),e.YNc(5,bt,5,3,"mat-hint",16),e.YNc(6,wt,7,4,"div",17),e.qZA(),e.YNc(7,At,1,1,"mat-progress-bar",18),e.YNc(8,St,1,1,"mat-progress-bar",18),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(3);e.xp6(1),e.s9C("matTooltip",t.remote_alias||t.remote_pubkey),e.s9C("matTooltipDisabled",(t.remote_alias||t.remote_pubkey).length<26),e.Q6J("routerLink",e.DdM(14,Lt))("state",e.VKq(15,kt,t.chan_id)),e.xp6(1),e.AsE(" ",e.Dn7(3,10,t.remote_alias||t.remote_pubkey,0,24),"",(t.remote_alias||t.remote_pubkey).length>25?"...":""," "),e.xp6(3),e.Q6J("ngIf","In"===a.direction),e.xp6(1),e.Q6J("ngIf","Out"===a.direction),e.xp6(1),e.Q6J("ngIf","In"===a.direction),e.xp6(1),e.Q6J("ngIf","Out"===a.direction)}}function Nt(n,i){if(1&n&&(e.TgZ(0,"div",11),e.YNc(1,Ft,9,17,"div",12),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngForOf",t.allChannels)}}const qt=function(n,i,t){return{"mb-4":n,"mb-2":i,"mb-1":t}};function Ut(n,i){if(1&n&&(e.TgZ(0,"div",3)(1,"div",4)(2,"span",5),e._uU(3,"Total Capacity"),e.qZA(),e.TgZ(4,"mat-hint",6),e._uU(5),e.ALo(6,"number"),e.qZA(),e._UZ(7,"mat-progress-bar",7),e.qZA(),e.TgZ(8,"div",8),e._UZ(9,"mat-divider",9),e.qZA(),e.YNc(10,Nt,2,1,"div",10),e.qZA()),2&n){const t=e.oxw(),a=e.MAs(2);e.Q6J("ngClass",e.kEZ(6,qt,t.screenSize===t.screenSizeEnum.XS||t.screenSize===t.screenSizeEnum.SM,t.screenSize===t.screenSizeEnum.MD,t.screenSize===t.screenSizeEnum.LG||t.screenSize===t.screenSizeEnum.XL)),e.xp6(5),e.hij("",e.lcZ(6,4,t.totalLiquidity)," Sats"),e.xp6(5),e.Q6J("ngIf",t.allChannels&&t.allChannels.length>0)("ngIfElse",a)}}function Ot(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",28),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).goToChannels()}),e._uU(1,"Open Channel"),e.qZA()}}function Rt(n,i){if(1&n&&(e.TgZ(0,"div",26),e._uU(1," No channels available. "),e.YNc(2,Ot,2,0,"button",27),e.qZA()),2&n){const t=e.oxw();e.xp6(2),e.Q6J("ngIf","Out"===t.direction)}}function Mt(n,i){if(1&n&&(e.TgZ(0,"div",29)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let It=(()=>{class n{constructor(t,a,o,s){this.router=t,this.loopService=a,this.commonService=o,this.store=s,this.targetConf=6,this.screenSize="",this.screenSizeEnum=l.cu,this.unSubs=[new m.x,new m.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.showLoop=!(!(null==t?void 0:t.swapServerUrl)||""===t.swapServerUrl.trim())})}goToChannels(){this.router.navigateByUrl("/lnd/connections")}onLoopOut(t){this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,h.R)(this.unSubs[1])).subscribe(a=>{this.store.dispatch((0,S.qR)({payload:{minHeight:"56rem",data:{channel:t,minQuote:a[0],maxQuote:a[1],direction:l.$I.LOOP_OUT,component:Me.a}}}))})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0),e.Y36(Ie.W),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-liquidity-info"]],inputs:{direction:"direction",totalLiquidity:"totalLiquidity",allChannels:"allChannels",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",3,"ngClass",4,"ngIf","ngIfElse"],["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",3,"ngClass"],["fxLayout","column","fxFlex","9","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],[1,"font-size-90"],["mode","determinate","color","accent","value","100",1,"dashboard-progress-bar","this-channel-bar"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[3,"perfectScrollbar",4,"ngIf","ngIfElse"],[3,"perfectScrollbar"],["fxLayout","column",4,"ngFor","ngForOf"],["fxLayout","column"],[1,"dashboard-capacity-header","mt-2",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["class","font-size-90 color-primary",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["class","dashboard-progress-bar","mode","determinate",3,"value",4,"ngIf"],[1,"font-size-90","color-primary"],[1,"font-weight-900","mr-5px"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxFlex","85","fxLayoutAlign","start start",1,"font-size-90","color-primary"],["fxFlex","15","fxLayoutAlign","end start","class","button-link-dashboard","color","primary","mat-button","","aria-label","Loop Out",3,"click",4,"ngIf"],["fxFlex","15","fxLayoutAlign","end start","color","primary","mat-button","","aria-label","Loop Out",1,"button-link-dashboard",3,"click"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","1",3,"click",4,"ngIf"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,Ut,11,10,"div",0),e.YNc(1,Rt,3,1,"ng-template",null,1,e.W1O),e.YNc(3,Mt,3,1,"ng-template",null,2,e.W1O)),2&t){const o=e.MAs(4);e.Q6J("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",o)}},directives:[p.O5,d.xw,d.Wh,d.yH,p.mk,k.oO,x.bx,J.pW,X.d,H.$V,p.sg,b.yS,j.gM,N.lW],pipes:[p.JJ,p.OU],styles:[""]}),n})();var P=f(3251),F=f(6087),A=f(4847),c=f(2075),E=f(8966),w=f(6523),u=f(3075),M=f(7531),$=f(3390),K=f(6534),R=f(4107),B=f(508),pe=f(2368);function Dt(n,i){if(1&n&&(e.TgZ(0,"mat-option",25),e._uU(1),e.ALo(2,"titlecase"),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.Oqu(e.lcZ(2,2,t))}}function Pt(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.invoiceError)}}function Jt(n,i){if(1&n&&(e.TgZ(0,"div",26),e._UZ(1,"fa-icon",27),e.YNc(2,Pt,2,1,"span",28),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.invoiceError)}}let Et=(()=>{class n{constructor(t,a,o,s,r,_){this.dialogRef=t,this.data=a,this.store=o,this.decimalPipe=s,this.commonService=r,this.actions=_,this.faExclamationTriangle=v.eHv,this.selNode={},this.memo="",this.invoiceValueHint="",this.invoicePaymentReq="",this.information={},this.private=!1,this.expiryStep=100,this.pageSize=l.IV,this.timeUnitEnum=l.Qk,this.timeUnits=l.LO,this.selTimeUnit=l.Qk.SECS,this.invoiceError="",this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.actions.pipe((0,h.R)(this.unSubs[2]),(0,Y.h)(t=>t.type===l.uR.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.uR.UPDATE_API_CALL_STATUS_LND&&"SaveNewInvoice"===t.payload.action&&(this.invoiceError=t.payload.message,t.payload.status===l.Bn.ERROR&&(this.invoiceError=t.payload.message),t.payload.status===l.Bn.COMPLETED&&this.dialogRef.close())})}onAddInvoice(t){this.invoiceError="";let a=0;a=this.expiry?this.selTimeUnit!==l.Qk.SECS?this.commonService.convertTime(this.expiry,this.selTimeUnit,l.Qk.SECS):this.expiry:3600,this.store.dispatch((0,w.Rd)({payload:{uiMessage:l.m6.ADD_INVOICE,memo:this.memo,invoiceValue:this.invoiceValue,private:this.private,expiry:a,pageSize:this.pageSize,openModal:!0}}))}resetData(){this.memo="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint="",this.selTimeUnit=l.Qk.SECS,this.invoiceError=""}onInvoiceValueChange(){this.selNode&&this.selNode.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,l.NT.SATS,l.NT.OTHER,this.selNode.currencyUnits&&this.selNode.currencyUnits.length>2?this.selNode.currencyUnits[2]:"",this.selNode.fiatConversion).pipe((0,h.R)(this.unSubs[3])).subscribe({next:t=>{this.invoiceValueHint="= "+t.symbol+this.decimalPipe.transform(t.OTHER,l.Xz.OTHER)+" "+t.unit},error:t=>{this.invoiceValueHint="Conversion Error: "+t}}))}onTimeUnitChange(t){this.expiry&&this.selTimeUnit!==t.value&&(this.expiry=this.commonService.convertTime(this.expiry,this.selTimeUnit,t.value)),this.selTimeUnit=t.value}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(L.yh),e.Y36(p.JJ),e.Y36(O.v),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-create-invoices"]],decls:38,vars:16,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100"],["addInvoiceForm","ngForm"],["fxFlex","100","fxLayoutAlign","end start"],["matInput","","autoFocus","","placeholder","Memo","tabindex","1","name","memo",3,"ngModel","ngModelChange"],["fxFlex","50","fxLayoutAlign","start end"],["matInput","","placeholder","Amount","type","number","tabindex","2","name","invoiceValue",3,"ngModel","step","min","ngModelChange","keyup"],["matSuffix",""],["fxFlex","24","fxLayoutAlign","start end"],["matInput","","placeholder","Expiry","type","number","tabindex","3","name","expiry",3,"ngModel","step","min","ngModelChange"],["tabindex","4","name","timeUnit",3,"value","selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"mt-1"],["tabindex","4","color","primary","name","private",3,"ngModel","ngModelChange"],["matTooltip","Include routing hints for private channels","matTooltipPosition","above",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","5","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","6",3,"click"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"]],template:function(t,a){if(1&t){const o=e.EpF();e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Create Invoice"),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8)(11,"mat-form-field",9)(12,"input",10),e.NdJ("ngModelChange",function(r){return a.memo=r}),e.qZA()(),e.TgZ(13,"mat-form-field",11)(14,"input",12),e.NdJ("ngModelChange",function(r){return a.invoiceValue=r})("keyup",function(){return a.onInvoiceValueChange()}),e.qZA(),e.TgZ(15,"span",13),e._uU(16," Sats "),e.qZA(),e.TgZ(17,"mat-hint"),e._uU(18),e.qZA()(),e.TgZ(19,"mat-form-field",14)(20,"input",15),e.NdJ("ngModelChange",function(r){return a.expiry=r}),e.qZA(),e.TgZ(21,"span",13),e._uU(22),e.ALo(23,"titlecase"),e.qZA()(),e.TgZ(24,"mat-form-field",14)(25,"mat-select",16),e.NdJ("selectionChange",function(r){return a.onTimeUnitChange(r)}),e.YNc(26,Dt,3,4,"mat-option",17),e.qZA()(),e.TgZ(27,"div",18)(28,"mat-slide-toggle",19),e.NdJ("ngModelChange",function(r){return a.private=r}),e._uU(29,"Private Routing Hints"),e.qZA(),e.TgZ(30,"mat-icon",20),e._uU(31,"info_outline"),e.qZA()(),e.YNc(32,Jt,3,2,"div",21),e.TgZ(33,"div",22)(34,"button",23),e.NdJ("click",function(){return a.resetData()}),e._uU(35,"Clear Field"),e.qZA(),e.TgZ(36,"button",24),e.NdJ("click",function(){e.CHM(o);const r=e.MAs(10);return a.onAddInvoice(r)}),e._uU(37,"Create Invoice"),e.qZA()()()()()()}2&t&&(e.xp6(6),e.Q6J("mat-dialog-close",!1),e.xp6(6),e.Q6J("ngModel",a.memo),e.xp6(2),e.Q6J("ngModel",a.invoiceValue)("step",100)("min",1),e.xp6(4),e.Oqu(a.invoiceValueHint),e.xp6(2),e.Q6J("ngModel",a.expiry)("step",a.selTimeUnit===a.timeUnitEnum.SECS?300:a.selTimeUnit===a.timeUnitEnum.MINS?10:a.selTimeUnit===a.timeUnitEnum.HOURS?2:1)("min",1),e.xp6(2),e.hij(" ",e.lcZ(23,14,a.selTimeUnit)," "),e.xp6(3),e.Q6J("value",a.selTimeUnit),e.xp6(1),e.Q6J("ngForOf",a.timeUnits),e.xp6(2),e.Q6J("ngModel",a.private),e.xp6(4),e.Q6J("ngIf",""!==a.invoiceError))},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,E.ZT,Z.dn,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.JJ,u.On,u.wV,u.qQ,K.q,x.R9,x.bx,R.gD,p.sg,B.ey,pe.Rr,te.Hw,j.gM,p.O5,D.BN],pipes:[p.rS],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();var Qt=f(8627);function Yt(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"form",4,5)(2,"mat-form-field",6)(3,"input",7),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().memo=o}),e.qZA()(),e.TgZ(4,"mat-form-field",8)(5,"input",9),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().invoiceValue=o})("keyup",function(){return e.CHM(t),e.oxw().onInvoiceValueChange()}),e.qZA(),e.TgZ(6,"span",10),e._uU(7," Sats "),e.qZA(),e.TgZ(8,"mat-hint"),e._uU(9),e.qZA()(),e.TgZ(10,"div",11)(11,"button",12),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(12,"Clear Field"),e.qZA(),e.TgZ(13,"button",13),e.NdJ("click",function(){e.CHM(t);const o=e.MAs(1);return e.oxw().onAddInvoice(o)}),e._uU(14,"Create Invoice"),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("ngModel",t.memo),e.xp6(2),e.Q6J("ngModel",t.invoiceValue)("step",100)("min",1),e.xp6(4),e.Oqu(t.invoiceValueHint)}}function Ht(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",14)(1,"button",15),e.NdJ("click",function(){return e.CHM(t),e.oxw().openCreateInvoiceModal()}),e._uU(2,"Create Invoice"),e.qZA()()}}function Bt(n,i){1&n&&e._UZ(0,"mat-progress-bar",46)}function Vt(n,i){1&n&&(e.TgZ(0,"th",47),e._uU(1," Date Created "),e.qZA())}const me=function(n){return{"mr-0":n}};function Gt(n,i){if(1&n&&e._UZ(0,"span",53),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,me,t.screenSize===t.screenSizeEnum.XS))}}function zt(n,i){if(1&n&&e._UZ(0,"span",54),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,me,t.screenSize===t.screenSizeEnum.XS))}}function Wt(n,i){if(1&n&&e._UZ(0,"span",55),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,me,t.screenSize===t.screenSizeEnum.XS))}}function Xt(n,i){if(1&n&&e._UZ(0,"span",56),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,me,t.screenSize===t.screenSizeEnum.XS))}}function $t(n,i){if(1&n&&(e.TgZ(0,"td",48),e.YNc(1,Gt,1,3,"span",49),e.YNc(2,zt,1,3,"span",50),e.YNc(3,Wt,1,3,"span",51),e.YNc(4,Xt,1,3,"span",52),e._uU(5),e.ALo(6,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Q6J("ngIf","OPEN"===(null==t?null:t.state)),e.xp6(1),e.Q6J("ngIf","SETTLED"===(null==t?null:t.state)),e.xp6(1),e.Q6J("ngIf","ACCEPTED"===(null==t?null:t.state)),e.xp6(1),e.Q6J("ngIf","CANCELED"===(null==t?null:t.state)),e.xp6(1),e.hij(" ",e.xi3(6,5,1e3*(null==t?null:t.creation_date),"dd/MMM/y HH:mm"),"")}}function jt(n,i){1&n&&(e.TgZ(0,"th",57),e._uU(1," Date Settled "),e.qZA())}function Kt(n,i){if(1&n&&(e.TgZ(0,"td",58),e._uU(1),e.ALo(2,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(0!=+(null==t?null:t.settle_date)?e.xi3(2,1,1e3*+(null==t?null:t.settle_date),"dd/MMM/y HH:mm"):"-")}}function en(n,i){1&n&&(e.TgZ(0,"th",47),e._uU(1," Memo "),e.qZA())}const tn=function(n){return{"max-width":n}};function nn(n,i){if(1&n&&(e.TgZ(0,"td",48)(1,"div",59)(2,"span",60),e._uU(3),e.qZA()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.Q6J("ngStyle",e.VKq(2,tn,a.screenSize===a.screenSizeEnum.XS?"10rem":"22rem")),e.xp6(2),e.Oqu(null==t?null:t.memo)}}function an(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1," Amount (Sats) "),e.qZA())}function on(n,i){if(1&n&&(e.TgZ(0,"td",48)(1,"span",62),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.value)," ")}}function sn(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1," Amount Settled (Sats) "),e.qZA())}function ln(n,i){if(1&n&&(e.TgZ(0,"td",48)(1,"span",62),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.amt_paid_sat)," ")}}function rn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",63)(1,"div",64)(2,"mat-select",65),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",66),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}const cn=function(n){return{"pl-3":n}};function un(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",67)(1,"div",68)(2,"mat-select",69),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",66),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(2).onInvoiceClick(s)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",66),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(2).onRefreshInvoice(s)}),e._uU(7,"Refresh"),e.qZA()()()()}if(2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,cn,t.screenSize!==t.screenSizeEnum.XS))}}function pn(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No invoice available."),e.qZA())}function mn(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting invoices..."),e.qZA())}function dn(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function _n(n,i){if(1&n&&(e.TgZ(0,"td",70),e.YNc(1,pn,2,0,"p",71),e.YNc(2,mn,2,0,"p",71),e.YNc(3,dn,2,1,"p",71),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const hn=function(n){return{"display-none":n}};function gn(n,i){if(1&n&&e._UZ(0,"tr",72),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,hn,(null==t.invoices?null:t.invoices.data)&&(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)>0))}}function fn(n,i){1&n&&e._UZ(0,"tr",73)}function Cn(n,i){1&n&&e._UZ(0,"tr",74)}const xn=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},yn=function(){return["no_invoice"]};function Tn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",16)(1,"div",17)(2,"div",18),e._UZ(3,"fa-icon",19),e.TgZ(4,"span",20),e._uU(5,"Invoices History"),e.qZA()(),e.TgZ(6,"mat-form-field",21)(7,"input",22),e.NdJ("keyup",function(){return e.CHM(t),e.oxw().applyFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw().selFilter=o}),e.qZA()()(),e.TgZ(8,"div",23),e.YNc(9,Bt,1,0,"mat-progress-bar",24),e.TgZ(10,"table",25,26),e.ynx(12,27),e.YNc(13,Vt,2,0,"th",28),e.YNc(14,$t,7,8,"td",29),e.BQk(),e.ynx(15,30),e.YNc(16,jt,2,0,"th",31),e.YNc(17,Kt,3,4,"td",32),e.BQk(),e.ynx(18,33),e.YNc(19,en,2,0,"th",28),e.YNc(20,nn,4,4,"td",29),e.BQk(),e.ynx(21,34),e.YNc(22,an,2,0,"th",35),e.YNc(23,on,4,3,"td",29),e.BQk(),e.ynx(24,36),e.YNc(25,sn,2,0,"th",35),e.YNc(26,ln,4,3,"td",29),e.BQk(),e.ynx(27,37),e.YNc(28,rn,6,0,"th",38),e.YNc(29,un,8,3,"td",39),e.BQk(),e.ynx(30,40),e.YNc(31,_n,4,3,"td",41),e.BQk(),e.YNc(32,gn,1,3,"tr",42),e.YNc(33,fn,1,0,"tr",43),e.YNc(34,Cn,1,0,"tr",44),e.qZA(),e.TgZ(35,"mat-paginator",45),e.NdJ("page",function(o){return e.CHM(t),e.oxw().onPageChange(o)}),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("icon",t.faHistory),e.xp6(4),e.Q6J("ngModel",t.selFilter),e.xp6(2),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.invoices)("ngClass",e.VKq(13,xn,""!==t.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(15,yn)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns),e.xp6(1),e.Q6J("length",t.totalInvoices)("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let De=(()=>{class n{constructor(t,a,o,s,r,_){this.logger=t,this.store=a,this.decimalPipe=o,this.commonService=s,this.datePipe=r,this.actions=_,this.calledFrom="transactions",this.faHistory=v.qO$,this.selNode={},this.newlyAddedInvoiceMemo=null,this.newlyAddedInvoiceValue=null,this.memo="",this.invoiceValueHint="",this.displayedColumns=[],this.invoicePaymentReq="",this.invoicesData=[],this.information={},this.flgSticky=!1,this.selFilter="",this.private=!1,this.expiryStep=100,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.firstOffset=-1,this.lastOffset=-1,this.totalInvoices=0,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["creation_date","value","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["creation_date","settle_date","value","amt_paid_sat","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["creation_date","settle_date","memo","value","actions"]):(this.flgSticky=!0,this.displayedColumns=["creation_date","settle_date","memo","value","amt_paid_sat","actions"])}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.Ef).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.totalInvoices=t.listInvoices.total_invoices||0,this.firstOffset=+(t.listInvoices.first_index_offset||-1),this.lastOffset=+(t.listInvoices.last_index_offset||-1),this.invoicesData=t.listInvoices.invoices||[],this.invoicesData.length>0&&this.sort&&this.paginator&&this.loadInvoicesTable(this.invoicesData),this.logger.info(t)}),this.actions.pipe((0,h.R)(this.unSubs[3]),(0,Y.h)(t=>t.type===l.uR.SET_LOOKUP_LND||t.type===l.uR.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.uR.SET_LOOKUP_LND&&this.invoicesData.length>0&&this.sort&&this.paginator&&t.payload&&(this.updateInvoicesData(JSON.parse(JSON.stringify(t.payload))),this.loadInvoicesTable(this.invoicesData))})}ngAfterViewInit(){this.invoicesData.length>0&&this.loadInvoicesTable(this.invoicesData)}onAddInvoice(t){const a=this.expiry?this.expiry:3600;this.newlyAddedInvoiceMemo=this.memo,this.newlyAddedInvoiceValue=this.invoiceValue,this.store.dispatch((0,w.Rd)({payload:{uiMessage:l.m6.ADD_INVOICE,memo:this.memo,invoiceValue:this.invoiceValue,private:this.private,expiry:a,pageSize:this.pageSize,openModal:!0}})),this.resetData()}onInvoiceClick(t){this.store.dispatch((0,S.qR)({payload:{data:{invoice:t,newlyAdded:!1,component:Qt.v}}}))}onRefreshInvoice(t){var a,o;t&&t.r_hash&&this.store.dispatch((0,w.n7)({payload:{openSnackBar:!0,paymentHash:null===(o=null===(a=Buffer.from(t.r_hash.trim(),"hex").toString("base64"))||void 0===a?void 0:a.replace(/\+/g,"-"))||void 0===o?void 0:o.replace(/[/]/g,"_")}}))}updateInvoicesData(t){var a;this.invoicesData=null===(a=this.invoicesData)||void 0===a?void 0:a.map(o=>o.r_hash===t.r_hash?t:o)}loadInvoicesTable(t){this.invoices=new c.by(t?[...t]:[]),this.invoices.sort=this.sort,this.invoices.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.invoices.filterPredicate=(a,o)=>{var s,r;return((a.creation_date?null===(s=this.datePipe.transform(new Date(1e3*a.creation_date),"dd/MMM/YYYY HH:mm"))||void 0===s?void 0:s.toLowerCase():"")+(a.settle_date?null===(r=this.datePipe.transform(new Date(1e3*a.settle_date),"dd/MMM/YYYY HH:mm"))||void 0===r?void 0:r.toLowerCase():"")+JSON.stringify(a).toLowerCase()).includes(o)},this.applyFilter(),this.logger.info(this.invoices)}resetData(){this.memo="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint=""}applyFilter(){this.invoices.filter=this.selFilter.trim().toLowerCase()}onPageChange(t){let a=!0,o=this.lastOffset;this.pageSize=t.pageSize,0===t.pageIndex?(a=!0,o=0):t.previousPageIndex&&t.pageIndext.previousPageIndex&&t.length>(t.pageIndex+1)*t.pageSize?(a=!0,o=this.firstOffset):t.length<=(t.pageIndex+1)*t.pageSize&&(a=!1,o=0),this.store.dispatch((0,w.WM)({payload:{num_max_invoices:t.pageSize,index_offset:o,reversed:a}}))}onInvoiceValueChange(){this.selNode&&this.selNode.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,l.NT.SATS,l.NT.OTHER,this.selNode.currencyUnits&&this.selNode.currencyUnits.length>2?this.selNode.currencyUnits[2]:"",this.selNode.fiatConversion).pipe((0,h.R)(this.unSubs[4])).subscribe({next:t=>{this.invoiceValueHint="= "+t.symbol+this.decimalPipe.transform(t.OTHER,l.Xz.OTHER)+" "+t.unit},error:t=>{this.invoiceValueHint="Conversion Error: "+t}}))}onDownloadCSV(){this.invoices.data&&this.invoices.data.length>0&&this.commonService.downloadFile(this.invoices.data,"Invoices")}openCreateInvoiceModal(){this.store.dispatch((0,S.qR)({payload:{data:{pageSize:this.pageSize,component:Et}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(p.JJ),e.Y36(O.v),e.Y36(p.uU),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lightning-invoices"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},inputs:{calledFrom:"calledFrom"},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Invoices")}])],decls:4,vars:3,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100"],["addInvoiceForm","ngForm"],["fxFlex","100","fxLayoutAlign","end start"],["matInput","","placeholder","Memo","tabindex","1","name","memo",3,"ngModel","ngModelChange"],["fxFlex","100","fxLayoutAlign","start end"],["matInput","","placeholder","Amount","type","number","tabindex","2","name","invValue",3,"ngModel","step","min","ngModelChange","keyup"],["matSuffix",""],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4",3,"click"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","5",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30","fxLayoutAlign","start end"],["matInput","","tabindex","6","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","creation_date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","settle_date"],["mat-header-cell","","mat-sort-header","","class","pl-4",4,"matHeaderCellDef"],["mat-cell","","class","pl-4",4,"matCellDef"],["matColumnDef","memo"],["matColumnDef","value"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amt_paid_sat"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",3,"ngClass",4,"matCellDef"],["matColumnDef","no_invoice"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"length","pageSize","pageSizeOptions","showFirstLastButtons","page"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["class","dot grey","matTooltip","Open","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Open","matTooltipPosition","right",1,"dot","grey",3,"ngClass"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header","",1,"pl-4"],["mat-cell","",1,"pl-4"],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",3,"ngClass"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,Yt,15,5,"form",1),e.YNc(2,Ht,3,0,"div",2),e.YNc(3,Tn,36,16,"div",3),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf","home"===a.calledFrom),e.xp6(1),e.Q6J("ngIf","transactions"===a.calledFrom),e.xp6(1),e.Q6J("ngIf","transactions"===a.calledFrom))},directives:[d.xw,d.yH,d.Wh,p.O5,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,u.JJ,u.On,u.wV,u.qQ,K.q,x.R9,x.bx,N.lW,D.BN,H.$V,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,j.gM,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.uU,p.JJ],styles:[".mat-column-memo[_ngcontent-%COMP%]{flex:0 0 15%;width:15%}.mat-column-memo[_ngcontent-%COMP%] .ellipsis-parent[_ngcontent-%COMP%]{display:flex}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();var z=f(5698),ee=f(8104),V=f(1125),ie=f(1079);const vn=["paymentReq"];function bn(n,i){if(1&n&&(e.TgZ(0,"mat-hint"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.paymentDecodedHint)}}function Zn(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Payment request is required."),e.qZA())}function wn(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.paymentDecodedHint)}}function An(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Payment amount is required."),e.qZA())}function Sn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",1)(1,"input",29,30),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().paymentAmount=o})("change",function(o){return e.CHM(t),e.oxw().onAmountChange(o)}),e.qZA(),e.TgZ(3,"mat-hint"),e._uU(4,"It is a zero amount invoice, enter amount to be paid."),e.qZA(),e.YNc(5,An,2,0,"mat-error",11),e.qZA()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngModel",t.paymentAmount),e.xp6(4),e.Q6J("ngIf",!t.paymentAmount)}}function Ln(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.hij(" ",null==t?null:t.name," ")}}function kn(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("",null==t.selFeeLimitType?null:t.selFeeLimitType.placeholder," is required.")}}function Fn(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.Oqu((null==t?null:t.remote_alias)||(null==t?null:t.chan_id))}}function Nn(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Channel not found in the list."),e.qZA())}function qn(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.paymentError)}}function Un(n,i){if(1&n&&(e.TgZ(0,"div",32),e._UZ(1,"fa-icon",33),e.YNc(2,qn,2,1,"span",11),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.paymentError)}}let On=(()=>{class n{constructor(t,a,o,s,r,_,g){this.dialogRef=t,this.store=a,this.logger=o,this.commonService=s,this.decimalPipe=r,this.actions=_,this.dataService=g,this.faExclamationTriangle=v.eHv,this.selNode={},this.paymentDecoded={},this.zeroAmtInvoice=!1,this.paymentAmount=null,this.paymentRequest="",this.paymentDecodedHint="",this.showAdvanced=!1,this.activeChannels=[],this.filteredMinAmtActvChannels=[],this.selectedChannelCtrl=new u.NI,this.feeLimit=null,this.selFeeLimitType=l.Vc[0],this.feeLimitTypes=l.Vc,this.advancedTitle="Advanced Options",this.paymentError="",this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(o=>{this.selNode=o}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[1])).subscribe(o=>{var s;this.activeChannels=o.channels&&o.channels.length?null===(s=o.channels)||void 0===s?void 0:s.filter(r=>r.active):[],this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.logger.info(o)}),this.actions.pipe((0,h.R)(this.unSubs[2]),(0,Y.h)(o=>o.type===l.uR.UPDATE_API_CALL_STATUS_LND||o.type===l.uR.SEND_PAYMENT_STATUS_LND)).subscribe(o=>{o.type===l.uR.SEND_PAYMENT_STATUS_LND&&this.dialogRef.close(),o.type===l.uR.UPDATE_API_CALL_STATUS_LND&&o.payload.status===l.Bn.ERROR&&"SendPayment"===o.payload.action&&(delete this.paymentDecoded.num_satoshis,this.paymentError=o.payload.message)});let t="",a="";this.activeChannels=this.activeChannels.sort((o,s)=>(t=o.remote_alias?o.remote_alias.toLowerCase():o.chan_id?o.chan_id.toLowerCase():"",a=s.remote_alias?s.remote_alias.toLowerCase():s.chan_id?s.chan_id.toLowerCase():"",ta?1:0)),this.selectedChannelCtrl.valueChanges.pipe((0,h.R)(this.unSubs[3])).subscribe(o=>{"string"==typeof o&&(this.filteredMinAmtActvChannels=this.filterChannels())})}filterChannels(){var t;return this.activeChannels&&this.activeChannels.length?null===(t=this.activeChannels)||void 0===t?void 0:t.filter(a=>0===(a.remote_alias?a.remote_alias.toLowerCase():a.chan_id?a.chan_id.toLowerCase():"").indexOf(this.selectedChannelCtrl.value?this.selectedChannelCtrl.value.toLowerCase():"")&&(a.local_balance||0)>=+(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)):[]}displayFn(t){return t&&t.remote_alias?t.remote_alias:t&&t.chan_id?t.chan_id:""}onSelectedChannelChanged(){var t;if(this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.length>0&&"string"==typeof this.selectedChannelCtrl.value){const a=this.activeChannels&&this.activeChannels.length?null===(t=this.activeChannels)||void 0===t?void 0:t.filter(o=>{const s=o.remote_alias?o.remote_alias.toLowerCase():o.chan_id?o.chan_id.toLowerCase():"";return s.length===this.selectedChannelCtrl.value.length&&0===s.indexOf(this.selectedChannelCtrl.value?this.selectedChannelCtrl.value.toLowerCase():"")}):[];a&&a.length>0?(this.selectedChannelCtrl.setValue(a[0]),this.selectedChannelCtrl.setErrors(null)):this.selectedChannelCtrl.setErrors({notfound:!0})}}onSendPayment(){if(this.selectedChannelCtrl.value&&"string"==typeof this.selectedChannelCtrl.value&&this.onSelectedChannelChanged(),!this.paymentRequest||this.zeroAmtInvoice&&(!this.paymentAmount||this.paymentAmount<=0)||"string"==typeof this.selectedChannelCtrl.value)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.onPaymentRequestEntry(this.paymentRequest)}sendPayment(){var t;if(this.selFeeLimitType!==this.feeLimitTypes[0]&&!this.feeLimit)return!0;this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.zeroAmtInvoice=!1,this.store.dispatch((0,w.oV)({payload:{uiMessage:l.m6.SEND_PAYMENT,paymentReq:this.paymentRequest,outgoingChannel:this.selectedChannelCtrl.value,feeLimitType:this.selFeeLimitType.id,feeLimit:this.feeLimit,fromDialog:!0}}))):(this.zeroAmtInvoice=!0,this.paymentDecoded.num_satoshis=(null===(t=this.paymentAmount)||void 0===t?void 0:t.toString())||"",this.store.dispatch((0,w.oV)({payload:{uiMessage:l.m6.SEND_PAYMENT,paymentReq:this.paymentRequest,paymentAmount:this.paymentAmount||0,outgoingChannel:this.selectedChannelCtrl.value,feeLimitType:this.selFeeLimitType.id,feeLimit:this.feeLimit,fromDialog:!0}})))}onAmountChange(t){delete this.paymentDecoded.num_satoshis}onPaymentRequestEntry(t){this.paymentRequest=t,this.paymentAmount=null,this.paymentError="",this.paymentDecodedHint="",this.zeroAmtInvoice=!1,this.paymentRequest&&this.paymentRequest.length>100&&(this.paymentReq.control.setErrors(null),this.zeroAmtInvoice=!1,this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,z.q)(1)).subscribe({next:a=>{this.paymentDecoded=a,this.selectedChannelCtrl.setValue(null),this.onAdvancedPanelToggle(!0,!0),this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.filteredMinAmtActvChannels=this.filterChannels(),this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.zeroAmtInvoice=!1,this.selNode.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.num_satoshis,l.NT.SATS,l.NT.OTHER,this.selNode.currencyUnits&&this.selNode.currencyUnits.length>2?this.selNode.currencyUnits[2]:"BTC",this.selNode.fiatConversion).pipe((0,h.R)(this.unSubs[4])).subscribe({next:o=>{this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats ("+o.symbol+" "+this.decimalPipe.transform(o.OTHER?o.OTHER:0,l.Xz.OTHER)+") | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")},error:o=>{this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")+". Unable to convert currency."}}):this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")):(this.zeroAmtInvoice=!0,this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.paymentDecodedHint="Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None"))},error:a=>{this.logger.error(a),this.paymentDecodedHint="ERROR: "+a.message,this.paymentReq.control.setErrors({decodeError:!0})}}))}onAdvancedPanelToggle(t,a){if(t&&!a){const o=this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.remote_alias?this.selectedChannelCtrl.value.remote_alias:this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.chan_id?this.selectedChannelCtrl.value.chan_id:"";this.advancedTitle="Advanced Options | "+this.selFeeLimitType.name+("none"===this.selFeeLimitType.id?"":": "+this.feeLimit)+(""!==o?" | First Outgoing Channel: "+o:"")}else this.advancedTitle="Advanced Options"}resetData(){this.paymentDecoded={},this.paymentRequest="",this.selectedChannelCtrl.setValue(null),this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.feeLimit=null,this.selFeeLimitType=l.Vc[0],this.advancedTitle="Advanced Options",this.zeroAmtInvoice=!1,this.paymentReq.control.setErrors(null),this.paymentError="",this.paymentDecodedHint=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(L.yh),e.Y36(U.mQ),e.Y36(O.v),e.Y36(p.JJ),e.Y36(W.eX),e.Y36(ee.D))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lightning-send-payments"]],viewQuery:function(t,a){if(1&t&&e.Gf(vn,5),2&t){let o;e.iGM(o=e.CRH())&&(a.paymentReq=o.first)}},decls:43,vars:21,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayoutAlign","space-between stretch","fxLayout","column"],["sendPaymentForm","ngForm"],["autoFocus","","matInput","","placeholder","Payment Request","name","paymentRequest","rows","4","tabindex","1","required","",3,"ngModel","ngModelChange","matTextareaAutosize"],["paymentReq","ngModel"],[4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxFlex","100","fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","30","fxLayoutAlign","start end"],["tabindex","5","Placeholder","Fee Limits",3,"value","valueChange"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","26"],["matInput","","type","number","name","feeLmt","required","","tabindex","6",3,"ngModel","placeholder","step","min","disabled","ngModelChange"],["fLmt","ngModel"],["fxFlex","40","fxLayoutAlign","start end"],["type","text","placeholder","First Outgoing Channel","aria-label","First Outgoing Channel","matInput","","tabindex","7",3,"formControl","matAutocomplete"],[3,"displayWith","optionSelected"],["auto","matAutocomplete"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-button","","id","sendBtn","color","primary","tabindex","3",3,"click"],["matInput","","placeholder","Amount (Sats)","name","amount","tabindex","2","required","",3,"ngModel","ngModelChange","change"],["paymentAmt","ngModel"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Send Payment"),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8)(11,"mat-form-field",1)(12,"textarea",9,10),e.NdJ("ngModelChange",function(s){return a.onPaymentRequestEntry(s)})("matTextareaAutosize",function(){return!0}),e.qZA(),e.YNc(14,bn,2,1,"mat-hint",11),e.YNc(15,Zn,2,0,"mat-error",11),e.YNc(16,wn,2,1,"mat-error",11),e.qZA(),e.YNc(17,Sn,6,2,"mat-form-field",12),e.TgZ(18,"mat-expansion-panel",13),e.NdJ("closed",function(){return a.onAdvancedPanelToggle(!0,!1)})("opened",function(){return a.onAdvancedPanelToggle(!1,!1)}),e.TgZ(19,"mat-expansion-panel-header")(20,"mat-panel-title")(21,"span"),e._uU(22),e.qZA()()(),e.TgZ(23,"div",14)(24,"mat-form-field",15)(25,"mat-select",16),e.NdJ("valueChange",function(s){return a.selFeeLimitType=s}),e.YNc(26,Ln,2,2,"mat-option",17),e.qZA()(),e.TgZ(27,"mat-form-field",18)(28,"input",19,20),e.NdJ("ngModelChange",function(s){return a.feeLimit=s}),e.qZA(),e.YNc(30,kn,2,1,"mat-error",11),e.qZA(),e.TgZ(31,"mat-form-field",21),e._UZ(32,"input",22),e.TgZ(33,"mat-autocomplete",23,24),e.NdJ("optionSelected",function(){return a.onSelectedChannelChanged()}),e.YNc(35,Fn,2,2,"mat-option",17),e.qZA(),e.YNc(36,Nn,2,0,"mat-error",11),e.qZA()()(),e.YNc(37,Un,3,2,"div",25),e.TgZ(38,"div",26)(39,"button",27),e.NdJ("click",function(){return a.resetData()}),e._uU(40,"Clear Fields"),e.qZA(),e.TgZ(41,"button",28),e.NdJ("click",function(){return a.onSendPayment()}),e._uU(42,"Send Payment"),e.qZA()()()()()()),2&t){const o=e.MAs(13),s=e.MAs(34);e.xp6(6),e.Q6J("mat-dialog-close",!1),e.xp6(6),e.Q6J("ngModel",a.paymentRequest),e.xp6(2),e.Q6J("ngIf",a.paymentRequest&&""!==a.paymentDecodedHint),e.xp6(1),e.Q6J("ngIf",!a.paymentRequest),e.xp6(1),e.Q6J("ngIf",null==o.errors?null:o.errors.decodeError),e.xp6(1),e.Q6J("ngIf",a.zeroAmtInvoice),e.xp6(5),e.Oqu(a.advancedTitle),e.xp6(3),e.Q6J("value",a.selFeeLimitType),e.xp6(1),e.Q6J("ngForOf",a.feeLimitTypes),e.xp6(2),e.Q6J("ngModel",a.feeLimit)("placeholder",null==a.selFeeLimitType?null:a.selFeeLimitType.placeholder)("step",1)("min",0)("disabled",a.selFeeLimitType===a.feeLimitTypes[0]),e.xp6(2),e.Q6J("ngIf",a.selFeeLimitType!==a.feeLimitTypes[0]&&!a.feeLimit),e.xp6(2),e.Q6J("formControl",a.selectedChannelCtrl)("matAutocomplete",s),e.xp6(1),e.Q6J("displayWith",a.displayFn),e.xp6(2),e.Q6J("ngForOf",a.filteredMinAmtActvChannels),e.xp6(1),e.Q6J("ngIf",null==a.selectedChannelCtrl.errors?null:a.selectedChannelCtrl.errors.notfound),e.xp6(1),e.Q6J("ngIf",""!==a.paymentError)}},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,E.ZT,Z.dn,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,p.O5,x.bx,x.TO,V.ib,V.yz,V.yK,R.gD,p.sg,B.ey,u.wV,u.qQ,K.q,ie.ZL,u.oH,ie.XC,D.BN],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-payment_hash[_ngcontent-%COMP%]{flex:1 1 20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();var le=f(3093),ne=f(711);const Rn=["sendPaymentForm"];function Mn(n,i){if(1&n&&(e.TgZ(0,"mat-hint"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.paymentDecodedHint)}}function In(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Payment request is required."),e.qZA())}function Dn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"form",4,5)(2,"mat-form-field",6)(3,"textarea",7,8),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().onPaymentRequestEntry(o)})("matTextareaAutosize",function(){return!0}),e.qZA(),e.YNc(5,Mn,2,1,"mat-hint",9),e.YNc(6,In,2,0,"mat-error",9),e.qZA(),e.TgZ(7,"div",10)(8,"button",11),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(9,"Clear Field"),e.qZA(),e.TgZ(10,"button",12),e.NdJ("click",function(){return e.CHM(t),e.oxw().onSendPayment()}),e._uU(11,"Send Payment"),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("ngModel",t.paymentRequest),e.xp6(2),e.Q6J("ngIf",t.paymentRequest&&""!==t.paymentDecodedHint),e.xp6(1),e.Q6J("ngIf",!t.paymentRequest)}}function Pn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",13)(1,"button",14),e.NdJ("click",function(){return e.CHM(t),e.oxw().openSendPaymentModal()}),e._uU(2,"Send Payment"),e.qZA()()}}function Jn(n,i){1&n&&e._UZ(0,"mat-progress-bar",52)}function En(n,i){1&n&&(e.TgZ(0,"th",53),e._uU(1,"Creation Date"),e.qZA())}const oe=function(n){return{"mr-0":n}};function Qn(n,i){if(1&n&&e._UZ(0,"span",57),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function Yn(n,i){if(1&n&&e._UZ(0,"span",58),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function Hn(n,i){if(1&n&&(e.TgZ(0,"td",54),e.YNc(1,Qn,1,3,"span",55),e.YNc(2,Yn,1,3,"span",56),e._uU(3),e.ALo(4,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Q6J("ngIf","SUCCEEDED"===(null==t?null:t.status)),e.xp6(1),e.Q6J("ngIf","SUCCEEDED"!==(null==t?null:t.status)),e.xp6(1),e.hij(" ",e.xi3(4,3,1e3*(null==t?null:t.creation_date),"dd/MMM/y HH:mm")," ")}}function Bn(n,i){1&n&&(e.TgZ(0,"th",53),e._uU(1,"Payment Hash"),e.qZA())}const Pe=function(n){return{"max-width":n}};function Vn(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",59)(2,"span",60),e._uU(3),e.qZA()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.Q6J("ngStyle",e.VKq(2,Pe,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(2),e.Oqu(null==t?null:t.payment_hash)}}function Gn(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1,"Fee (Sats)"),e.qZA())}function zn(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",62),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,null==t?null:t.fee))}}function Wn(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1,"Value (Sats)"),e.qZA())}function Xn(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",62),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,null==t?null:t.value))}}function $n(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1,"#Hops"),e.qZA())}function jn(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",62),e._uU(2),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu((null==t||null==t.htlcs[0]||null==t.htlcs[0].route||null==t.htlcs[0].route.hops?null:t.htlcs[0].route.hops.length)||0)}}function Kn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",63)(1,"div",64)(2,"mat-select",65),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",66),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function ea(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",67)(1,"button",68),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(2).onPaymentClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function ta(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No payment available."),e.qZA())}function na(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting payments..."),e.qZA())}function aa(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function ia(n,i){if(1&n&&(e.TgZ(0,"td",69),e.YNc(1,ta,2,0,"p",9),e.YNc(2,na,2,0,"p",9),e.YNc(3,aa,2,1,"p",9),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function oa(n,i){if(1&n&&e._UZ(0,"span",57),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function sa(n,i){if(1&n&&e._UZ(0,"span",58),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function la(n,i){if(1&n&&e._UZ(0,"span",57),2&n){const t=e.oxw(5);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function ra(n,i){if(1&n&&e._UZ(0,"span",58),2&n){const t=e.oxw(5);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function ca(n,i){if(1&n&&(e.TgZ(0,"span",72),e.YNc(1,la,1,3,"span",55),e.YNc(2,ra,1,3,"span",56),e._uU(3),e.ALo(4,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Q6J("ngIf","SUCCEEDED"===t.status),e.xp6(1),e.Q6J("ngIf","SUCCEEDED"!==t.status),e.xp6(1),e.hij(" ",e.xi3(4,3,1e3*t.attempt_time,"dd/MMM/y HH:mm")," ")}}function ua(n,i){if(1&n&&(e.ynx(0),e.YNc(1,ca,5,6,"span",71),e.BQk()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function pa(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",70),e.YNc(2,oa,1,3,"span",55),e.YNc(3,sa,1,3,"span",56),e._uU(4),e.qZA(),e.YNc(5,ua,2,1,"ng-container",9),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Q6J("ngIf","SUCCEEDED"===(null==t?null:t.status)),e.xp6(1),e.Q6J("ngIf","SUCCEEDED"!==(null==t?null:t.status)),e.xp6(1),e.hij(" Total Attempts: ",null==t||null==t.htlcs?null:t.htlcs.length," "),e.xp6(1),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function ma(n,i){if(1&n&&(e.TgZ(0,"span",70),e._uU(1),e.qZA()),2&n){const t=i.index;e.xp6(1),e.hij(" HTLC ",t+1," ")}}function da(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,ma,2,1,"span",73),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function _a(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",59)(2,"span",60),e._uU(3),e.qZA()(),e.YNc(4,da,2,1,"span",9),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.Q6J("ngStyle",e.VKq(3,Pe,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(2),e.Oqu(null==t?null:t.payment_hash),e.xp6(1),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function ha(n,i){if(1&n&&(e.TgZ(0,"span",74),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.xi3(2,1,null==t.route?null:t.route.total_fees,"1.0-0")," ")}}function ga(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,ha,3,4,"span",75),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function fa(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",74),e._uU(2),e.ALo(3,"number"),e.qZA(),e.YNc(4,ga,2,1,"span",9),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.xi3(3,2,null==t?null:t.fee,"1.0-0")),e.xp6(2),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function Ca(n,i){if(1&n&&(e.TgZ(0,"span",74),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.xi3(2,1,null==t.route?null:t.route.total_amt,"1.0-0")," ")}}function xa(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,Ca,3,4,"span",75),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function ya(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",74),e._uU(2),e.ALo(3,"number"),e.qZA(),e.YNc(4,xa,2,1,"span",9),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.xi3(3,2,null==t?null:t.value,"1.0-0")),e.xp6(2),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function Ta(n,i){if(1&n&&(e.TgZ(0,"span",74),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.xi3(2,1,(null==t.route||null==t.route.hops?null:t.route.hops.length)||0,"1.0-0")," ")}}function va(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,Ta,3,4,"span",75),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function ba(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",74),e._uU(2,"-"),e.qZA(),e.YNc(3,va,2,1,"span",9),e.qZA()),2&n){const t=i.$implicit;e.xp6(3),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function Za(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",62)(1,"button",79),e.NdJ("click",function(){const s=e.CHM(t).$implicit,r=e.oxw(2).$implicit;return e.oxw(2).onHTLCClick(s,r)}),e._uU(2),e.qZA()()}if(2&n){const t=i.index;e.xp6(2),e.hij("View ",t+1,"")}}function wa(n,i){if(1&n&&(e.TgZ(0,"div"),e.YNc(1,Za,3,1,"div",78),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function Aa(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",76)(1,"span",62)(2,"button",77),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return s.is_expanded=!(null!=s&&s.is_expanded)}),e._uU(3),e.qZA()(),e.YNc(4,wa,2,1,"div",9),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(3),e.Oqu(null!=t&&t.is_expanded?"Hide":"Show"),e.xp6(1),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function Sa(n,i){1&n&&e._UZ(0,"tr",80)}const La=function(n){return{"display-none":n}};function ka(n,i){if(1&n&&e._UZ(0,"tr",81),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,La,(null==t.payments?null:t.payments.data)&&(null==t.payments||null==t.payments.data?null:t.payments.data.length)>0))}}function Fa(n,i){1&n&&e._UZ(0,"tr",82)}function Na(n,i){1&n&&e._UZ(0,"tr",80)}const qa=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},Ua=function(){return["no_payment"]};function Oa(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",15)(1,"div",16)(2,"div",17),e._UZ(3,"fa-icon",18),e.TgZ(4,"span",19),e._uU(5,"Payments History"),e.qZA()(),e.TgZ(6,"mat-form-field",20)(7,"input",21),e.NdJ("keyup",function(){return e.CHM(t),e.oxw().applyFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw().selFilter=o}),e.qZA()()(),e.TgZ(8,"div",22)(9,"div",23),e.YNc(10,Jn,1,0,"mat-progress-bar",24),e.TgZ(11,"table",25,26),e.ynx(13,27),e.YNc(14,En,2,0,"th",28),e.YNc(15,Hn,5,6,"td",29),e.BQk(),e.ynx(16,30),e.YNc(17,Bn,2,0,"th",28),e.YNc(18,Vn,4,4,"td",29),e.BQk(),e.ynx(19,31),e.YNc(20,Gn,2,0,"th",32),e.YNc(21,zn,4,3,"td",29),e.BQk(),e.ynx(22,33),e.YNc(23,Wn,2,0,"th",32),e.YNc(24,Xn,4,3,"td",29),e.BQk(),e.ynx(25,34),e.YNc(26,$n,2,0,"th",32),e.YNc(27,jn,3,1,"td",29),e.BQk(),e.ynx(28,35),e.YNc(29,Kn,6,0,"th",36),e.YNc(30,ea,3,0,"td",37),e.BQk(),e.ynx(31,38),e.YNc(32,ia,4,3,"td",39),e.BQk(),e.ynx(33,40),e.YNc(34,pa,6,4,"td",29),e.BQk(),e.ynx(35,41),e.YNc(36,_a,5,5,"td",29),e.BQk(),e.ynx(37,42),e.YNc(38,fa,5,5,"td",29),e.BQk(),e.ynx(39,43),e.YNc(40,ya,5,5,"td",29),e.BQk(),e.ynx(41,44),e.YNc(42,ba,4,1,"td",29),e.BQk(),e.ynx(43,45),e.YNc(44,Aa,5,2,"td",46),e.BQk(),e.YNc(45,Sa,1,0,"tr",47),e.YNc(46,ka,1,3,"tr",48),e.YNc(47,Fa,1,0,"tr",49),e.YNc(48,Na,1,0,"tr",50),e.qZA(),e.TgZ(49,"mat-paginator",51),e.NdJ("page",function(o){return e.CHM(t),e.oxw().onPageChange(o)}),e.qZA()()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("icon",t.faHistory),e.xp6(4),e.Q6J("ngModel",t.selFilter),e.xp6(3),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.payments)("ngClass",e.VKq(15,qa,""!==t.errorMessage)),e.xp6(34),e.Q6J("matRowDefColumns",t.htlcColumns)("matRowDefWhen",t.is_group),e.xp6(1),e.Q6J("matFooterRowDef",e.DdM(17,Ua)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns),e.xp6(1),e.Q6J("length",t.totalPayments)("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Je=(()=>{class n{constructor(t,a,o,s,r,_,g,C){this.logger=t,this.commonService=a,this.dataService=o,this.store=s,this.rtlEffects=r,this.lndEffects=_,this.decimalPipe=g,this.datePipe=C,this.calledFrom="transactions",this.faHistory=v.qO$,this.newlyAddedPayment="",this.selNode={},this.information={},this.peers=[],this.totalPayments=100,this.paymentJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.paymentDecoded={},this.paymentRequest="",this.paymentDecodedHint="",this.flgSticky=!1,this.firstOffset=-1,this.lastOffset=-1,this.selFilter="",this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["creation_date","fee","actions"],this.htlcColumns=["groupTotal","groupFee","groupAction"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["creation_date","fee","value","hops","actions"],this.htlcColumns=["groupTotal","groupFee","groupValue","groupHops","groupAction"]):(this.flgSticky=!0,this.displayedColumns=["creation_date","payment_hash","fee","value","hops","actions"],this.htlcColumns=["groupTotal","groupHash","groupFee","groupValue","groupHops","groupAction"])}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.peers=t.peers}),this.store.select(y.PP).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.paymentJSONArr=t.listPayments.payments||[],this.totalPayments=this.paymentJSONArr.length,this.firstOffset=+(t.listPayments.first_index_offset||-1),this.lastOffset=+(t.listPayments.last_index_offset||-1),this.paymentJSONArr&&this.paymentJSONArr.length>0&&this.sort&&this.paginator&&this.loadPaymentsTable(this.paymentJSONArr.slice(0,this.pageSize)),this.logger.info(t)})}ngAfterViewInit(){this.paymentJSONArr&&this.paymentJSONArr.length>0&&this.loadPaymentsTable(this.paymentJSONArr.slice(0,this.pageSize))}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,z.q)(1)).subscribe(t=>{this.paymentDecoded=t,this.paymentDecoded.timestamp?(this.paymentDecoded.num_satoshis=this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis?(+this.paymentDecoded.num_msat/1e3).toString():"0",this.sendPayment()):this.resetData()})}sendPayment(){this.newlyAddedPayment=this.paymentDecoded.payment_hash||"",this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Confirm Send Payment",noBtnText:"Cancel",yesBtnText:"Send Payment",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"destination",value:this.paymentDecoded.destination,title:"Destination",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:50,type:l.Gi.DATE_TIME},{key:"num_satoshis",value:this.paymentDecoded.num_satoshis,title:"Amount (Sats)",width:50,type:l.Gi.NUMBER}],[{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:50,type:l.Gi.NUMBER},{key:"cltv_expiry",value:this.paymentDecoded.cltv_expiry,title:"CLTV Expiry",width:50}]]}}})),this.rtlEffects.closeConfirm.pipe((0,z.q)(1)).subscribe(a=>{a&&(this.store.dispatch((0,w.oV)({payload:{uiMessage:l.m6.SEND_PAYMENT,paymentReq:this.paymentRequest,fromDialog:!1}})),this.resetData())})):(this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Enter Amount and Confirm Send Payment",titleMessage:"It is a zero amount invoice. Enter the amount (Sats) to pay.",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"destination",value:this.paymentDecoded.destination,title:"Destination",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:40,type:l.Gi.DATE_TIME},{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:30,type:l.Gi.NUMBER},{key:"cltv_expiry",value:this.paymentDecoded.cltv_expiry,title:"CLTV Expiry",width:30}]],noBtnText:"Cancel",yesBtnText:"Send Payment",flgShowInput:!0,getInputs:[{placeholder:"Amount (Sats)",inputType:l.Gi.NUMBER,inputValue:"",width:30}]}}})),this.rtlEffects.closeConfirm.pipe((0,z.q)(1)).subscribe(o=>{o&&(this.paymentDecoded.num_satoshis=o[0].inputValue,this.store.dispatch((0,w.oV)({payload:{uiMessage:l.m6.SEND_PAYMENT,paymentReq:this.paymentRequest,paymentAmount:o[0].inputValue,fromDialog:!1}})),this.resetData())}))}openSendPaymentModal(){this.store.dispatch((0,S.qR)({payload:{data:{component:On}}}))}onPaymentRequestEntry(t){this.paymentRequest=t,this.paymentDecodedHint="",this.paymentRequest&&this.paymentRequest.length>100&&this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,z.q)(1)).subscribe(a=>{this.paymentDecoded=a,this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis?this.selNode&&this.selNode.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.num_satoshis,l.NT.SATS,l.NT.OTHER,this.selNode.currencyUnits&&this.selNode.currencyUnits.length>2?this.selNode.currencyUnits[2]:"",this.selNode.fiatConversion).pipe((0,h.R)(this.unSubs[5])).subscribe({next:o=>{this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats ("+o.symbol+this.decimalPipe.transform(o.OTHER?o.OTHER:0,l.Xz.OTHER)+") | Memo: "+this.paymentDecoded.description},error:o=>{this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency."}}):this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats | Memo: "+this.paymentDecoded.description:this.paymentDecodedHint="Zero Amount Invoice | Memo: "+this.paymentDecoded.description})}onPageChange(t){let a=!0,o=this.lastOffset;this.pageSize=t.pageSize,0===t.pageIndex?(a=!0,o=0):t.pageIndext.previousPageIndex&&t.length>(t.pageIndex+1)*t.pageSize?(a=!0,o=this.firstOffset):t.length<=(t.pageIndex+1)*t.pageSize&&(a=!1,o=0);const s=t.pageIndex*this.pageSize;this.loadPaymentsTable(this.paymentJSONArr.slice(s,s+this.pageSize))}is_group(t,a){return a.htlcs&&a.htlcs.length>1}resetData(){this.paymentDecoded={},this.paymentRequest="",this.form.resetForm()}getHopDetails(t){const a=this;return null==t?void 0:t.reduce((o,s)=>{const r=a.peers.find(_=>_.pub_key===s.pub_key);return r&&r.alias?o.push("
Channel: "+r.alias.padEnd(20)+"			Amount (Sats): "+a.decimalPipe.transform(s.amt_to_forward)+"
"):a.dataService.getAliasesFromPubkeys(s.pub_key||"",!1).pipe((0,h.R)(a.unSubs[6])).subscribe(_=>{var g;o.push("
Channel: "+(_.node&&_.node.alias?_.node.alias.padEnd(20):(null===(g=s.pub_key)||void 0===g?void 0:g.substring(0,17))+"...")+"			Amount (Sats): "+a.decimalPipe.transform(s.amt_to_forward)+"
")}),o},[])}onHTLCClick(t,a){a.payment_request&&""!==a.payment_request.trim()?this.dataService.decodePayment(a.payment_request,!1).pipe((0,z.q)(1)).subscribe({next:o=>{setTimeout(()=>{this.showHTLCView(t,a,o)},0)},error:o=>{this.showHTLCView(t,a)}}):this.showHTLCView(t,a)}showHTLCView(t,a,o){var s,r,_,g;const C=[[{key:"payment_hash",value:a.payment_hash,title:"Payment Hash",width:100,type:l.Gi.STRING}],[{key:"preimage",value:t.preimage,title:"Preimage",width:100,type:l.Gi.STRING}],[{key:"payment_request",value:a.payment_request,title:"Payment Request",width:100,type:l.Gi.STRING}],[{key:"status",value:t.status,title:"Status",width:33,type:l.Gi.STRING},{key:"attempt_time_ns",value:+(t.attempt_time_ns||0)/1e9,title:"Attempt Time",width:33,type:l.Gi.DATE_TIME},{key:"resolve_time_ns",value:+(t.resolve_time_ns||0)/1e9,title:"Resolve Time",width:34,type:l.Gi.DATE_TIME}],[{key:"total_amt",value:null===(s=t.route)||void 0===s?void 0:s.total_amt,title:"Amount (Sats)",width:33,type:l.Gi.NUMBER},{key:"total_fees",value:null===(r=t.route)||void 0===r?void 0:r.total_fees,title:"Fee (Sats)",width:33,type:l.Gi.NUMBER},{key:"total_time_lock",value:null===(_=t.route)||void 0===_?void 0:_.total_time_lock,title:"Total Time Lock",width:34,type:l.Gi.NUMBER}],[{key:"hops",value:this.getHopDetails((null===(g=t.route)||void 0===g?void 0:g.hops)||[]),title:"Hops",width:100,type:l.Gi.ARRAY}]];o&&o.description&&""!==o.description&&C.splice(3,0,[{key:"description",value:o.description,title:"Description",width:100,type:l.Gi.STRING}]),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"HTLC Information",message:C,scrollable:t.route&&t.route.hops&&t.route.hops.length>1}}}))}onPaymentClick(t){var a;if(t.htlcs&&t.htlcs[0]&&t.htlcs[0].route&&t.htlcs[0].route.hops&&t.htlcs[0].route.hops.length>0){const o=null===(a=t.htlcs[0].route.hops)||void 0===a?void 0:a.reduce((s,r)=>r.pub_key&&""===s?r.pub_key:s+","+r.pub_key,"");this.dataService.getAliasesFromPubkeys(o,!0).pipe((0,h.R)(this.unSubs[7])).subscribe(s=>{this.showPaymentView(t,null==s?void 0:s.reduce((r,_)=>""===r?_:r+"\n"+_,""))})}else this.showPaymentView(t,"")}showPaymentView(t,a){const o=[[{key:"payment_hash",value:t.payment_hash,title:"Payment Hash",width:100,type:l.Gi.STRING}],[{key:"payment_preimage",value:t.payment_preimage,title:"Payment Preimage",width:100,type:l.Gi.STRING}],[{key:"payment_request",value:t.payment_request,title:"Payment Request",width:100,type:l.Gi.STRING}],[{key:"status",value:t.status,title:"Status",width:50,type:l.Gi.STRING},{key:"creation_date",value:t.creation_date,title:"Creation Date",width:50,type:l.Gi.DATE_TIME}],[{key:"value_msat",value:t.value_msat,title:"Value (mSats)",width:50,type:l.Gi.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:50,type:l.Gi.NUMBER}],[{key:"path",value:a,title:"Path",width:100,type:l.Gi.STRING}]];t.payment_request&&""!==t.payment_request.trim()?this.dataService.decodePayment(t.payment_request,!1).pipe((0,z.q)(1)).subscribe(s=>{s&&s.description&&""!==s.description&&o.splice(3,0,[{key:"description",value:s.description,title:"Description",width:100,type:l.Gi.STRING}]),setTimeout(()=>{this.openPaymentAlert(o,!!(t.htlcs&&t.htlcs[0]&&t.htlcs[0].route&&t.htlcs[0].route.hops&&t.htlcs[0].route.hops.length>1))},0)}):this.openPaymentAlert(o,!1)}openPaymentAlert(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Payment Information",message:t,scrollable:a}}}))}applyFilter(){this.payments.filter=this.selFilter.trim().toLowerCase()}loadPaymentsTable(t){this.payments=new c.by(t?[...t]:[]),this.payments.sortingDataAccessor=(a,o)=>"hops"===o?a.htlcs.length&&a.htlcs[0]&&a.htlcs[0].route&&a.htlcs[0].route.hops&&a.htlcs[0].route.hops.length?a.htlcs[0].route.hops.length:0:a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.payments.sort=this.sort,this.payments.filterPredicate=(a,o)=>{var s;return((a.creation_date?null===(s=this.datePipe.transform(new Date(1e3*a.creation_date),"dd/MMM/YYYY HH:mm"))||void 0===s?void 0:s.toLowerCase():"")+JSON.stringify(a).toLowerCase()).includes(o)},this.applyFilter()}onDownloadCSV(){if(this.payments.data&&this.payments.data.length>0){const t=JSON.parse(JSON.stringify(this.payments.data)),a=null==t?void 0:t.reduce((o,s)=>(s.payment_request&&""!==s.payment_request.trim()&&(o=""===o?s.payment_request:o+","+s.payment_request),o),"");this.dataService.decodePayments(a).pipe((0,h.R)(this.unSubs[8])).subscribe(o=>{let s=0;o.forEach((_,g)=>{if(_){for(;t[g+s].payment_hash!==_.payment_hash;)s+=1;t[g+s].description=_.description}});const r=null==t?void 0:t.reduce((_,g)=>_.concat(g),[]);this.commonService.downloadFile(r,"Payments")})}}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(ee.D),e.Y36(L.yh),e.Y36(le.V),e.Y36(ne.l),e.Y36(p.JJ),e.Y36(p.uU))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lightning-payments"]],viewQuery:function(t,a){if(1&t&&(e.Gf(Rn,5),e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first),e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},inputs:{calledFrom:"calledFrom"},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Payments")}])],decls:4,vars:3,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayoutAlign","space-between stretch","fxLayout","row wrap",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayoutAlign","space-between stretch","fxLayout","row wrap"],["sendPaymentForm","ngForm"],["fxFlex","100"],["matInput","","placeholder","Payment Request","name","paymentRequest","tabindex","1","required","",3,"perfectScrollbar","ngModel","ngModelChange","matTextareaAutosize"],["paymentReq","ngModel"],[4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","4",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30","fxLayoutAlign","start end"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","creation_date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","payment_hash"],["matColumnDef","fee"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","value"],["matColumnDef","hops"],["matColumnDef","actions"],["mat-header-cell","","class","px-2",4,"matHeaderCellDef"],["mat-cell","","class","px-2","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_payment"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["matColumnDef","groupTotal"],["matColumnDef","groupHash"],["matColumnDef","groupFee"],["matColumnDef","groupValue"],["matColumnDef","groupHops"],["matColumnDef","groupAction"],["mat-cell","","class","px-2",4,"matCellDef"],["mat-row","",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"length","pageSize","pageSizeOptions","showFirstLastButtons","page"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["class","dot green","matTooltip","Succeeded","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Failed","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Succeeded","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Failed","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["fxLayout","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-2"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"px-2"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],["fxLayoutAlign","start center",1,"htlc-row-span"],["fxLayoutAlign","start center","class","htlc-row-span pl-3",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"htlc-row-span","pl-3"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-cell","",1,"px-2"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["fxLayoutAlign","end center",4,"ngFor","ngForOf"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-row",""],["mat-footer-row","",3,"ngClass"],["mat-header-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,Dn,12,3,"form",1),e.YNc(2,Pn,3,0,"div",2),e.YNc(3,Oa,50,18,"div",3),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf","home"===a.calledFrom),e.xp6(1),e.Q6J("ngIf","transactions"===a.calledFrom),e.xp6(1),e.Q6J("ngIf","transactions"===a.calledFrom))},directives:[d.xw,d.yH,d.Wh,p.O5,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,u.Q7,H.$V,u.JJ,u.On,x.bx,x.TO,N.lW,D.BN,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,j.gM,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,p.sg,c.nj,c.Gk,c.Ke,c.Q2,c.as,c.XQ,F.NW],pipes:[p.uU,p.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-payment_hash[_ngcontent-%COMP%]{flex:0 0 20%;width:20%}.mat-column-payment_hash[_ngcontent-%COMP%] .ellipsis-parent[_ngcontent-%COMP%]{display:flex}.mat-column-groupAction[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-groupAction[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{width:9rem}.mat-column-groupAction[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{margin-top:.5rem;width:9rem}.htlc-row-span[_ngcontent-%COMP%]{min-height:4.2rem;place-content:center flex-start;align-items:center}.mat-column-groupTotal[_ngcontent-%COMP%]{min-width:17rem}"]}),n})();function Ra(n,i){if(1&n&&(e.TgZ(0,"button",26)(1,"mat-icon"),e._uU(2,"more_vert"),e.qZA()()),2&n){e.oxw();const t=e.MAs(11);e.Q6J("matMenuTriggerFor",t)}}function Ma(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",27),e.NdJ("click",function(){const s=e.CHM(t).index,r=e.oxw().$implicit;return e.oxw(2).onNavigateTo(r.links[s])}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}function Ia(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",27),e.NdJ("click",function(){return e.CHM(t),e.oxw(3).onsortChannelsBy()}),e._uU(1),e.qZA()}if(2&n){const t=e.oxw(3);e.xp6(1),e.hij("Sort By ","Balance Score"===t.sortField?"Capacity":"Balance Score","")}}function Da(n,i){1&n&&e._UZ(0,"mat-progress-bar",28)}function Pa(n,i){if(1&n&&e._UZ(0,"rtl-node-info",29),2&n){const t=e.oxw(3);e.Q6J("information",t.information)("showColorFieldSeparately",!1)}}function Ja(n,i){if(1&n&&e._UZ(0,"rtl-balances-info",30),2&n){const t=e.oxw(3);e.Q6J("balances",t.balances)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[2])}}function Ea(n,i){if(1&n&&e._UZ(0,"rtl-channel-capacity-info",31),2&n){const t=e.oxw(3);e.Q6J("sortBy",t.sortField)("channelBalances",t.channelBalances)("allChannels",t.allChannelsCapacity)("errorMessage",t.errorMessages[3])}}function Qa(n,i){if(1&n&&e._UZ(0,"rtl-fee-info",32),2&n){const t=e.oxw(3);e.Q6J("fees",t.fees)("errorMessage",t.errorMessages[1])}}function Ya(n,i){if(1&n&&e._UZ(0,"rtl-channel-status-info",33),2&n){const t=e.oxw(3);e.Q6J("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[4])}}function Ha(n,i){1&n&&(e.TgZ(0,"h3"),e._uU(1,"Error! Unable to find information!"),e.qZA())}const Ee=function(n){return{"dashboard-card-content":!0,"error-border":n}};function Ba(n,i){if(1&n&&(e.TgZ(0,"mat-grid-tile",8)(1,"mat-card",9)(2,"mat-card-header")(3,"mat-card-title",10)(4,"div"),e._UZ(5,"fa-icon",11),e.TgZ(6,"span"),e._uU(7),e.qZA()(),e.TgZ(8,"div"),e.YNc(9,Ra,3,1,"button",12),e.TgZ(10,"mat-menu",13,14),e.YNc(12,Ma,2,1,"button",15),e.YNc(13,Ia,2,1,"button",16),e.qZA()()()(),e.TgZ(14,"mat-card-content",17),e.YNc(15,Da,1,0,"mat-progress-bar",18),e.TgZ(16,"div",19),e.YNc(17,Pa,1,2,"rtl-node-info",20),e.YNc(18,Ja,1,2,"rtl-balances-info",21),e.YNc(19,Ea,1,4,"rtl-channel-capacity-info",22),e.YNc(20,Qa,1,2,"rtl-fee-info",23),e.YNc(21,Ya,1,2,"rtl-channel-status-info",24),e.YNc(22,Ha,2,0,"h3",25),e.qZA()()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("colspan",t.cols)("rowspan",t.rows),e.xp6(5),e.Q6J("icon",t.icon),e.xp6(2),e.Oqu(t.title),e.xp6(2),e.Q6J("ngIf",t.links[0]),e.xp6(3),e.Q6J("ngForOf",t.goToOptions),e.xp6(1),e.Q6J("ngIf","capacity"===t.id),e.xp6(1),e.s9C("fxFlex","node"===t.id||"balance"===t.id?70:"fee"===t.id||"status"===t.id?78:90),e.Q6J("ngClass",e.VKq(16,Ee,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.ERROR)||"capacity"===t.id&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.ERROR||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.ERROR))),e.xp6(1),e.Q6J("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.INITIATED)||"capacity"===t.id&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.INITIATED||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.INITIATED)),e.xp6(1),e.Q6J("ngSwitch",t.id),e.xp6(1),e.Q6J("ngSwitchCase","node"),e.xp6(1),e.Q6J("ngSwitchCase","balance"),e.xp6(1),e.Q6J("ngSwitchCase","capacity"),e.xp6(1),e.Q6J("ngSwitchCase","fee"),e.xp6(1),e.Q6J("ngSwitchCase","status")}}function Va(n,i){if(1&n&&(e.TgZ(0,"div",2)(1,"div",3),e._UZ(2,"fa-icon",4),e.TgZ(3,"span",5),e._uU(4),e.qZA()(),e.TgZ(5,"mat-grid-list",6),e.YNc(6,Ba,23,18,"mat-grid-tile",7),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Q6J("icon",t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.ERROR?t.faFrown:t.faSmile),e.xp6(2),e.Oqu(t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.COMPLETED?"Welcome "+t.information.alias+"! Your node is up and running.":t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.INITIATED?"Wait! Getting your node information...":"Error! Please check the server connection."),e.xp6(1),e.Q6J("rowHeight",t.operatorCardHeight),e.xp6(1),e.Q6J("ngForOf",t.operatorCards)}}function Ga(n,i){if(1&n&&(e.TgZ(0,"button",26)(1,"mat-icon"),e._uU(2,"more_vert"),e.qZA()()),2&n){e.oxw();const t=e.MAs(9);e.Q6J("matMenuTriggerFor",t)}}function za(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",27),e.NdJ("click",function(){const s=e.CHM(t).index,r=e.oxw(2).$implicit;return e.oxw(2).onNavigateTo(r.links[s])}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}function Wa(n,i){if(1&n&&(e.TgZ(0,"mat-card-header")(1,"mat-card-title",10)(2,"div"),e._UZ(3,"fa-icon",11),e.TgZ(4,"span"),e._uU(5),e.qZA()(),e.TgZ(6,"div"),e.YNc(7,Ga,3,1,"button",12),e.TgZ(8,"mat-menu",13,42),e.YNc(10,za,2,1,"button",15),e.qZA()()()()),2&n){const t=e.oxw().$implicit;e.xp6(3),e.Q6J("icon",t.icon),e.xp6(2),e.Oqu(t.title),e.xp6(2),e.Q6J("ngIf",t.links[0]),e.xp6(3),e.Q6J("ngForOf",t.goToOptions)}}function Xa(n,i){1&n&&e._UZ(0,"mat-progress-bar",28)}function $a(n,i){if(1&n&&e._UZ(0,"rtl-node-info",43),2&n){const t=e.oxw(3);e.Q6J("information",t.information)}}function ja(n,i){if(1&n&&e._UZ(0,"rtl-balances-info",30),2&n){const t=e.oxw(3);e.Q6J("balances",t.balances)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[2])}}function Ka(n,i){if(1&n&&e._UZ(0,"rtl-channel-liquidity-info",44),2&n){const t=e.oxw(3);e.Q6J("direction","In")("totalLiquidity",t.totalInboundLiquidity)("allChannels",t.allInboundChannels)("errorMessage",t.errorMessages[3])}}function ei(n,i){if(1&n&&e._UZ(0,"rtl-channel-liquidity-info",44),2&n){const t=e.oxw(3);e.Q6J("direction","Out")("totalLiquidity",t.totalOutboundLiquidity)("allChannels",t.allOutboundChannels)("errorMessage",t.errorMessages[3])}}function ti(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",27),e.NdJ("click",function(){const s=e.CHM(t).index,r=e.oxw(3).$implicit;return e.oxw(2).onNavigateTo(r.links[s])}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}function ni(n,i){if(1&n&&(e.TgZ(0,"button",26)(1,"mat-icon"),e._uU(2,"more_vert"),e.qZA()(),e.TgZ(3,"mat-menu",13,52),e.YNc(5,ti,2,1,"button",15),e.qZA()),2&n){const t=e.MAs(4),a=e.oxw(2).$implicit;e.Q6J("matMenuTriggerFor",t),e.xp6(5),e.Q6J("ngForOf",a.goToOptions)}}function ai(n,i){1&n&&(e.TgZ(0,"span",45)(1,"mat-tab-group",46)(2,"mat-tab",47),e._UZ(3,"rtl-lightning-invoices",48),e.qZA(),e.TgZ(4,"mat-tab",49),e._UZ(5,"rtl-lightning-payments",48),e.qZA(),e.TgZ(6,"mat-tab",50),e.YNc(7,ni,6,2,"ng-template",51),e.qZA()()()),2&n&&(e.xp6(3),e.Q6J("calledFrom","home"),e.xp6(2),e.Q6J("calledFrom","home"),e.xp6(1),e.Q6J("disabled",!0))}function ii(n,i){1&n&&(e.TgZ(0,"h3"),e._uU(1,"Error! Unable to find information!"),e.qZA())}const oi=function(n){return{"p-0":n}};function si(n,i){if(1&n&&(e.TgZ(0,"mat-grid-tile",8)(1,"mat-card",35),e.YNc(2,Wa,11,4,"mat-card-header",36),e.TgZ(3,"mat-card-content",37),e.YNc(4,Xa,1,0,"mat-progress-bar",18),e.TgZ(5,"div",38),e.YNc(6,$a,1,1,"rtl-node-info",39),e.YNc(7,ja,1,2,"rtl-balances-info",21),e.YNc(8,Ka,1,4,"rtl-channel-liquidity-info",40),e.YNc(9,ei,1,4,"rtl-channel-liquidity-info",40),e.YNc(10,ai,8,3,"span",41),e.YNc(11,ii,2,0,"h3",25),e.qZA()()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("colspan",t.cols)("rowspan",t.rows),e.xp6(1),e.Q6J("ngClass",e.VKq(13,oi,"transactions"===t.id)),e.xp6(1),e.Q6J("ngIf","transactions"!==t.id),e.xp6(1),e.s9C("fxFlex","transactions"===t.id?100:"balance"===t.id?70:90),e.Q6J("ngClass",e.VKq(15,Ee,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.ERROR)||("inboundLiq"===t.id||"outboundLiq"===t.id)&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR)),e.xp6(1),e.Q6J("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.INITIATED)||("inboundLiq"===t.id||"outboundLiq"===t.id)&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngSwitch",t.id),e.xp6(1),e.Q6J("ngSwitchCase","node"),e.xp6(1),e.Q6J("ngSwitchCase","balance"),e.xp6(1),e.Q6J("ngSwitchCase","inboundLiq"),e.xp6(1),e.Q6J("ngSwitchCase","outboundLiq"),e.xp6(1),e.Q6J("ngSwitchCase","transactions")}}function li(n,i){if(1&n&&(e.TgZ(0,"div",3),e._UZ(1,"fa-icon",4),e.TgZ(2,"span",5),e._uU(3),e.qZA()(),e.TgZ(4,"mat-grid-list",34),e.YNc(5,si,12,17,"mat-grid-tile",7),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faSmile),e.xp6(2),e.hij("Welcome ",t.information.alias,"! Your node is up and running."),e.xp6(1),e.Q6J("rowHeight",t.merchantCardHeight),e.xp6(1),e.Q6J("ngForOf",t.merchantCards)}}let ri=(()=>{class n{constructor(t,a,o,s,r){switch(this.logger=t,this.store=a,this.actions=o,this.commonService=s,this.router=r,this.faSmile=Ne.ctA,this.faFrown=Ne.KfU,this.faAngleDoubleDown=v.Sbq,this.faAngleDoubleUp=v.Vfw,this.faChartPie=v.OS1,this.faBolt=v.BDt,this.faServer=v.xf3,this.faNetworkWired=v.kXW,this.flgChildInfoUpdated=!1,this.userPersonaEnum=l.ol,this.activeChannels=0,this.inactiveChannels=0,this.channelBalances={localBalance:0,remoteBalance:0,balancedness:0},this.selNode={},this.information={},this.balances={onchain:-1,lightning:-1,total:0},this.allChannels=[],this.channelsStatus={},this.allChannelsCapacity=[],this.allInboundChannels=[],this.allOutboundChannels=[],this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.operatorCards=[],this.merchantCards=[],this.screenSize="",this.operatorCardHeight="405px",this.merchantCardHeight="65px",this.sortField="Balance Score",this.screenSizeEnum=l.cu,this.errorMessages=["","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusFees=null,this.apiCallStatusBlockchainBalance=null,this.apiCallStatusChannels=null,this.apiCallStatusPendingChannels=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize){case l.cu.XS:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:10,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:10,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:10,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:10,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:6,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:6,rows:6},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:6,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:6,rows:8}];break;case l.cu.SM:case l.cu.MD:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:5,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:5,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:5,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:5,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:3,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:3,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:3,rows:8}];break;default:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:4,rows:2},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:3,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:3,rows:1}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:2,rows:5},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:2,rows:10},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:2,rows:10},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:2,rows:5}]}}ngOnInit(){this.store.select(y.bx).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=t.apiCallStatus,this.apiCallStatusNodeInfo.status===l.Bn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=t.nodeSettings,this.information=t.information}),this.store.select(y.JG).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.errorMessages[1]="",this.apiCallStatusFees=t.apiCallStatus,this.apiCallStatusFees.status===l.Bn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=t.fees}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.errorMessages[2]="",this.apiCallStatusBlockchainBalance=t.apiCallStatus,this.apiCallStatusBlockchainBalance.status===l.Bn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusBlockchainBalance.message?JSON.stringify(this.apiCallStatusBlockchainBalance.message):this.apiCallStatusBlockchainBalance.message?this.apiCallStatusBlockchainBalance.message:""),this.balances.onchain=t.blockchainBalance.total_balance&&+t.blockchainBalance.total_balance>=0?+t.blockchainBalance.total_balance:0,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances)}),this.store.select(y.ni).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{var a,o,s,r,_;this.errorMessages[4]="",this.apiCallStatusPendingChannels=t.apiCallStatus,this.apiCallStatusPendingChannels.status===l.Bn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPendingChannels.message?JSON.stringify(this.apiCallStatusPendingChannels.message):this.apiCallStatusPendingChannels.message?this.apiCallStatusPendingChannels.message:""),this.channelsStatus.pending={num_channels:null===(a=t.pendingChannelsSummary.open)||void 0===a?void 0:a.num_channels,capacity:null===(o=t.pendingChannelsSummary.open)||void 0===o?void 0:o.limbo_balance},this.channelsStatus.closing={num_channels:((null===(s=t.pendingChannelsSummary.closing)||void 0===s?void 0:s.num_channels)||0)+((null===(r=t.pendingChannelsSummary.force_closing)||void 0===r?void 0:r.num_channels)||0)+((null===(_=t.pendingChannelsSummary.waiting_close)||void 0===_?void 0:_.num_channels)||0),capacity:t.pendingChannelsSummary.total_limbo_balance}}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{var a,o,s,r,_;this.errorMessages[3]="",this.apiCallStatusChannels=t.apiCallStatus,this.apiCallStatusChannels.status===l.Bn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:"");const g=t.lightningBalance&&t.lightningBalance.local?+t.lightningBalance.local:0,C=t.lightningBalance&&t.lightningBalance.remote?+t.lightningBalance.remote:0;this.channelBalances={localBalance:g,remoteBalance:C,balancedness:+(1-Math.abs((g-C)/(g+C))).toFixed(3)},this.balances.lightning=t.lightningBalance.local||0,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances),this.activeChannels=(null===(a=t.channelsSummary.active)||void 0===a?void 0:a.num_channels)||0,this.inactiveChannels=(null===(o=t.channelsSummary.inactive)||void 0===o?void 0:o.num_channels)||0,this.channelsStatus.active=t.channelsSummary.active,this.channelsStatus.inactive=t.channelsSummary.inactive,this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.allChannels=null===(s=t.channels)||void 0===s?void 0:s.filter(T=>!0===T.active),this.allChannelsCapacity=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.allChannels,"balancedness"))),this.allInboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(null===(r=this.allChannels)||void 0===r?void 0:r.filter(T=>T.remote_balance&&T.remote_balance>0),"remote_balance"))),this.allOutboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(null===(_=this.allChannels)||void 0===_?void 0:_.filter(T=>T.local_balance&&T.local_balance>0),"local_balance"))),this.allChannels.forEach(T=>{this.totalInboundLiquidity=this.totalInboundLiquidity+ +(T.remote_balance||0),this.totalOutboundLiquidity=this.totalOutboundLiquidity+ +(T.local_balance||0)}),this.flgChildInfoUpdated=!!(this.balances.lightning>=0&&this.balances.onchain>=0&&this.fees.month_fee_sum&&this.fees.month_fee_sum>=0),this.logger.info(t)}),this.actions.pipe((0,h.R)(this.unSubs[5]),(0,Y.h)(t=>t.type===l.uR.FETCH_FEES_LND||t.type===l.uR.SET_FEES_LND)).subscribe(t=>{t.type===l.uR.FETCH_FEES_LND&&(this.flgChildInfoUpdated=!1),t.type===l.uR.SET_FEES_LND&&(this.flgChildInfoUpdated=!0)})}onNavigateTo(t){"inactive"===t?this.router.navigateByUrl("/lnd/connections",{state:{filter:t}}):this.router.navigateByUrl("/lnd/"+t)}onsortChannelsBy(){"Balance Score"===this.sortField?(this.sortField="Capacity",this.allChannelsCapacity=this.allChannels.sort((t,a)=>{const o=+(t.local_balance||0)+ +(t.remote_balance||0),s=+(a.local_balance||0)+ +(a.remote_balance||0);return o>s?-1:o{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(W.eX),e.Y36(O.v),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-home"]],decls:3,vars:2,consts:[["fxLayout","column",4,"ngIf","ngIfElse"],["merchantDashboard",""],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container","mb-2"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","10","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan",4,"ngFor","ngForOf"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card"],["fxLayoutAlign","space-between center"],[1,"mr-1",3,"icon"],["mat-icon-button","","class","more-button","aria-label","Toggle menu",3,"matMenuTriggerFor",4,"ngIf"],["xPosition","before",1,"dashboard-vert-menu"],["menuOperator","matMenu"],["mat-menu-item","",3,"click",4,"ngFor","ngForOf"],["mat-menu-item","",3,"click",4,"ngIf"],["fxLayout","column",3,"fxFlex","ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"balances","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["mat-icon-button","","aria-label","Toggle menu",1,"more-button",3,"matMenuTriggerFor"],["mat-menu-item","",3,"click"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"balances","errorMessage"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxFlex","100",3,"channelsStatus","errorMessage"],["cols","6","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card",3,"ngClass"],[4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",3,"fxFlex","ngClass"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",3,"ngSwitch"],["fxFlex","100",3,"information",4,"ngSwitchCase"],["fxFlex","100",3,"direction","totalLiquidity","allChannels","errorMessage",4,"ngSwitchCase"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",3,"perfectScrollbar",4,"ngSwitchCase"],["menuMerchant","matMenu"],["fxFlex","100",3,"information"],["fxFlex","100",3,"direction","totalLiquidity","allChannels","errorMessage"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",1,"w-100","dashboard-tabs-group"],["label","Receive"],[3,"calledFrom"],["label","Pay"],[3,"disabled"],["mat-tab-label",""],["menuTransactions","matMenu"]],template:function(t,a){if(1&t&&(e.YNc(0,Va,7,4,"div",0),e.YNc(1,li,6,4,"ng-template",null,1,e.W1O)),2&t){const o=e.MAs(2);e.Q6J("ngIf",(null==a.selNode?null:a.selNode.userPersona)===a.userPersonaEnum.OPERATOR)("ngIfElse",o)}},directives:[p.O5,d.xw,d.Wh,D.BN,ue.Il,p.sg,ue.DX,d.yH,Z.a8,Z.dk,Z.n5,N.lW,ge.p6,te.Hw,ge.VK,ge.OP,Z.dn,p.mk,k.oO,J.pW,p.RF,p.n9,Ue,ut,Ct,Oe,Re,p.ED,It,H.$V,P.SP,P.uX,De,Je,P.uD],styles:[""]}),n})();var fe=f(1203),Ce=f(7544);function ci(n,i){if(1&n&&(e.TgZ(0,"span",10),e._uU(1,"Channels"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.activeChannels)}}function ui(n,i){if(1&n&&(e.TgZ(0,"span",10),e._uU(1,"Peers"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.activePeers)}}let pi=(()=>{class n{constructor(t,a,o){this.store=t,this.logger=a,this.router=o,this.selNode={},this.activePeers=0,this.activeChannels=0,this.faUsers=v.FVb,this.faChartPie=v.OS1,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"channels",name:"Channels"},{link:"peers",name:"Peers"}],this.activeLink=0,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.activeLink=this.links.findIndex(t=>t.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t instanceof b.Av)).subscribe({next:t=>{this.activeLink=this.links.findIndex(a=>a.link===t.urlAfterRedirects.substring(t.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(y.$k).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.selNode=t}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.activePeers=t.peers&&t.peers.length?t.peers.length:0,this.logger.info(t)}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{var a;this.activeChannels=(null===(a=t.channelsSummary.active)||void 0===a?void 0:a.num_channels)||0,this.logger.info(t)}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{this.balances=[{title:"Total Balance",dataValue:t.blockchainBalance.total_balance||0},{title:"Confirmed",dataValue:t.blockchainBalance.confirmed_balance||0},{title:"Unconfirmed",dataValue:t.blockchainBalance.unconfirmed_balance||0}],this.logger.info(t)})}onSelectedTabChange(t){this.router.navigateByUrl("/lnd/connections/"+this.links[t.index].link)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(U.mQ),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-connections"]],decls:22,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],[3,"selectedIndex","selectedIndexChange","selectedTabChange"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"On-chain Balance"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),e._UZ(7,"rtl-currency-unit-converter",5),e.qZA()()(),e.TgZ(8,"div",0),e._UZ(9,"fa-icon",1),e.TgZ(10,"span",2),e._uU(11,"Connections"),e.qZA()(),e.TgZ(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"mat-tab-group",7),e.NdJ("selectedIndexChange",function(s){return a.activeLink=s})("selectedTabChange",function(s){return a.onSelectedTabChange(s)}),e.TgZ(16,"mat-tab"),e.YNc(17,ci,2,1,"ng-template",8),e.qZA(),e.TgZ(18,"mat-tab"),e.YNc(19,ui,2,1,"ng-template",8),e.qZA()(),e.TgZ(20,"div",9),e._UZ(21,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faChartPie),e.xp6(6),e.Q6J("values",a.balances),e.xp6(2),e.Q6J("icon",a.faUsers),e.xp6(6),e.Q6J("selectedIndex",a.activeLink))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,fe.D,P.SP,P.uX,P.uD,Ce.k,d.yH,b.lC],styles:[""]}),n})();var xe=f(8675),Qe=f(4004),Ye=f(9843);const mi=["form"];function di(n,i){if(1&n&&(e.TgZ(0,"mat-option",38),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.Oqu(t.alias?t.alias:t.pub_key?t.pub_key:"")}}function _i(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Peer alias is required."),e.qZA())}function hi(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Peer not found in the list."),e.qZA())}function gi(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",34),e._UZ(1,"input",35),e.TgZ(2,"mat-autocomplete",36,37),e.NdJ("optionSelected",function(){return e.CHM(t),e.oxw().onSelectedPeerChanged()}),e.YNc(4,di,2,2,"mat-option",24),e.ALo(5,"async"),e.qZA(),e.YNc(6,_i,2,0,"mat-error",17),e.YNc(7,hi,2,0,"mat-error",17),e.qZA()}if(2&n){const t=e.MAs(3),a=e.oxw();e.xp6(1),e.Q6J("formControl",a.selectedPeer)("matAutocomplete",t),e.xp6(1),e.Q6J("displayWith",a.displayFn),e.xp6(2),e.Q6J("ngForOf",e.lcZ(5,6,a.filteredPeers)),e.xp6(2),e.Q6J("ngIf",null==a.selectedPeer.errors?null:a.selectedPeer.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.selectedPeer.errors?null:a.selectedPeer.errors.notfound)}}function fi(n,i){1&n&&e.GkF(0)}function Ci(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function xi(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("Amount must be less than or equal to ",t.totalBalance,".")}}function yi(n,i){if(1&n&&(e.TgZ(0,"mat-option",38),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function Ti(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("","1"===t.selTransType?"Target Confirmation Blocks":"Fee"," is required.")}}function vi(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.channelConnectionError)}}function bi(n,i){if(1&n&&(e.TgZ(0,"div",39),e._UZ(1,"fa-icon",40),e.YNc(2,vi,2,1,"span",17),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.channelConnectionError)}}function Zi(n,i){if(1&n&&(e.TgZ(0,"mat-expansion-panel",42)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span"),e._uU(4,"Peer: \xa0"),e.qZA(),e.TgZ(5,"strong",43),e._uU(6),e.qZA()()(),e.TgZ(7,"div",9)(8,"div",44)(9,"div",34)(10,"h4",45),e._uU(11,"Pubkey"),e.qZA(),e.TgZ(12,"span",46),e._uU(13),e.qZA()()(),e._UZ(14,"mat-divider",47),e.TgZ(15,"div",44)(16,"div",48)(17,"h4",45),e._uU(18,"Address"),e.qZA(),e.TgZ(19,"span",49),e._uU(20),e.qZA()(),e.TgZ(21,"div",48)(22,"h4",45),e._uU(23,"Inbound"),e.qZA(),e.TgZ(24,"span",49),e._uU(25),e.qZA()()()()()),2&n){const t=e.oxw(2);e.xp6(6),e.Oqu((null==t.peer?null:t.peer.alias)||(null==t.peer?null:t.peer.address)),e.xp6(7),e.Oqu(t.peer.pub_key),e.xp6(7),e.Oqu(null==t.peer?null:t.peer.address),e.xp6(5),e.Oqu(null!=t.peer&&t.peer.inbound?"True":"False")}}function wi(n,i){if(1&n&&e.YNc(0,Zi,26,4,"mat-expansion-panel",41),2&n){const t=e.oxw();e.Q6J("ngIf",t.peer)}}let He=(()=>{class n{constructor(t,a,o,s){this.dialogRef=t,this.data=a,this.store=o,this.actions=s,this.selectedPeer=new u.NI,this.amount=new u.NI,this.faExclamationTriangle=v.eHv,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.totalBalance=0,this.selectedPubkey="",this.isPrivate=!1,this.selTransType="0",this.spendUnconfirmed=!1,this.transTypeValue="",this.transTypes=l.Dr,this.unSubs=[new m.x,new m.x]}ngOnInit(){this.data.message?(this.information=this.data.message.information,this.totalBalance=this.data.message.balance,this.peer=this.data.message.peer||null,this.peers=this.data.message.peers||[]):(this.information={},this.totalBalance=0,this.peer=null,this.peers=[]),this.alertTitle=this.data.alertTitle||"Alert",this.actions.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(o=>o.type===l.uR.UPDATE_API_CALL_STATUS_LND||o.type===l.uR.FETCH_CHANNELS_LND)).subscribe(o=>{o.type===l.uR.UPDATE_API_CALL_STATUS_LND&&o.payload.status===l.Bn.ERROR&&"SaveNewChannel"===o.payload.action&&(this.channelConnectionError=o.payload.message),o.type===l.uR.FETCH_CHANNELS_LND&&this.dialogRef.close()});let t="",a="";this.sortedPeers=this.peers.sort((o,s)=>(t=o.alias?o.alias.toLowerCase():o.pub_key?o.pub_key.toLowerCase():"",a=s.alias?s.alias.toLowerCase():o.pub_key?o.pub_key.toLowerCase():"",ta?1:0)),this.filteredPeers=this.selectedPeer.valueChanges.pipe((0,h.R)(this.unSubs[1]),(0,xe.O)(""),(0,Qe.U)(o=>"string"==typeof o?o:o.alias?o.alias:o.pub_key),(0,Qe.U)(o=>o?this.filterPeers(o):this.sortedPeers.slice()))}filterPeers(t){var a;return null===(a=this.sortedPeers)||void 0===a?void 0:a.filter(o=>{var s;return 0===(null===(s=o.alias)||void 0===s?void 0:s.toLowerCase().indexOf(t?t.toLowerCase():""))})}displayFn(t){return t&&t.alias?t.alias:t&&t.pub_key?t.pub_key:""}onSelectedPeerChanged(){var t;if(this.channelConnectionError="",this.selectedPubkey=this.selectedPeer.value&&this.selectedPeer.value.pub_key?this.selectedPeer.value.pub_key:null,"string"==typeof this.selectedPeer.value){const a=null===(t=this.peers)||void 0===t?void 0:t.filter(o=>{var s,r;return(null===(s=o.alias)||void 0===s?void 0:s.length)===this.selectedPeer.value.length&&0===(null===(r=o.alias)||void 0===r?void 0:r.toLowerCase().indexOf(this.selectedPeer.value?this.selectedPeer.value.toLowerCase():""))});1===a.length&&a[0].pub_key&&(this.selectedPubkey=a[0].pub_key)}this.selectedPeer.setErrors(this.selectedPeer.value&&!this.selectedPubkey?{notfound:!0}:null)}onClose(){this.dialogRef.close(!1)}resetData(){this.selectedPeer.setValue(""),this.fundingAmount=null,this.isPrivate=!1,this.spendUnconfirmed=!1,this.selTransType="0",this.transTypeValue="",this.channelConnectionError="",this.advancedTitle="Advanced Options",this.form.resetForm()}onOpenChannel(){if(!this.peer&&!this.selectedPubkey||!this.fundingAmount||this.totalBalance-this.fundingAmount<0||("1"===this.selTransType||"2"===this.selTransType)&&!this.transTypeValue)return!0;this.store.dispatch((0,w.YX)({payload:{selectedPeerPubkey:this.peer&&this.peer.pub_key?this.peer.pub_key:this.selectedPubkey,fundingAmount:this.fundingAmount,private:this.isPrivate,transType:this.selTransType,transTypeValue:this.transTypeValue,spendUnconfirmed:this.spendUnconfirmed}}))}onAdvancedPanelToggle(t){this.advancedTitle=t?"Advanced Options | "+("1"===this.selTransType?"Target Confirmation Blocks: ":"2"===this.selTransType?"Fee (Sats/vByte): ":"Default")+("1"===this.selTransType||"2"===this.selTransType?this.transTypeValue:"")+" | Spend Unconfirmed Output: "+(this.spendUnconfirmed?"Yes":"No"):"Advanced Options"}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(L.yh),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-open-channel"]],viewQuery:function(t,a){if(1&t&&e.Gf(mi,7),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first)}},decls:55,vars:25,consts:[["fxLayout","row","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column",3,"submit","reset"],["form","ngForm"],["fxLayout","column"],["fxFlex","100",4,"ngIf"],[4,"ngTemplateOutlet"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxFlex","60","fxLayoutAlign","start end"],["matInput","","placeholder","Amount","type","number","tabindex","1","required","","name","amnt",3,"ngModel","step","min","max","ngModelChange"],["amt","ngModel"],["matSuffix",""],[4,"ngIf"],["fxFlex","35","fxLayoutAlign","start center"],["tabindex","2","color","primary","name","isPrivate",3,"ngModel","ngModelChange"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","49"],["tabindex","3",3,"value","valueChange"],[3,"value",4,"ngFor","ngForOf"],["matInput","","type","number","tabindex","4","name","transTpValue",3,"ngModel","required","disabled","placeholder","step","min","ngModelChange"],["transTypeVal","ngModel"],["fxFlex","50","fxLayoutAlign","start center"],["tabindex","6","color","primary","name","spendUnconfirmed",3,"ngModel","ngModelChange"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","9"],["peerDetailsExpansionBlock",""],["fxFlex","100"],["type","text","placeholder","Peer Alias","aria-label","Peers","matInput","","tabindex","1","required","",3,"formControl","matAutocomplete"],[3,"displayWith","optionSelected"],["auto","matAutocomplete"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["class","flat-expansion-panel my-1","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","my-1"],[1,"font-weight-900"],["fxLayout","row"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return a.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8),e.NdJ("submit",function(){return a.onOpenChannel()})("reset",function(){return a.resetData()}),e.TgZ(11,"div",9),e.YNc(12,gi,8,8,"mat-form-field",10),e.qZA(),e.YNc(13,fi,1,0,"ng-container",11),e.TgZ(14,"div",9)(15,"div",12)(16,"mat-form-field",13)(17,"input",14,15),e.NdJ("ngModelChange",function(s){return a.fundingAmount=s}),e.qZA(),e.TgZ(19,"mat-hint"),e._uU(20),e.ALo(21,"number"),e.qZA(),e.TgZ(22,"span",16),e._uU(23," Sats "),e.qZA(),e.YNc(24,Ci,2,0,"mat-error",17),e.YNc(25,xi,2,1,"mat-error",17),e.qZA(),e.TgZ(26,"div",18)(27,"mat-slide-toggle",19),e.NdJ("ngModelChange",function(s){return a.isPrivate=s}),e._uU(28,"Private Channel"),e.qZA()()(),e.TgZ(29,"mat-expansion-panel",20),e.NdJ("closed",function(){return a.onAdvancedPanelToggle(!0)})("opened",function(){return a.onAdvancedPanelToggle(!1)}),e.TgZ(30,"mat-expansion-panel-header")(31,"mat-panel-title")(32,"span"),e._uU(33),e.qZA()()(),e.TgZ(34,"div",21)(35,"div",12)(36,"mat-form-field",22)(37,"mat-select",23),e.NdJ("valueChange",function(s){return a.selTransType=s}),e.YNc(38,yi,2,2,"mat-option",24),e.qZA()(),e.TgZ(39,"mat-form-field",22)(40,"input",25,26),e.NdJ("ngModelChange",function(s){return a.transTypeValue=s}),e.qZA(),e.YNc(42,Ti,2,1,"mat-error",17),e.qZA()(),e.TgZ(43,"div",12)(44,"div",27)(45,"mat-slide-toggle",28),e.NdJ("ngModelChange",function(s){return a.spendUnconfirmed=s}),e._uU(46,"Spend Unconfirmed Output"),e.qZA()()()()()(),e.YNc(47,bi,3,2,"div",29),e.TgZ(48,"div",30)(49,"button",31),e._uU(50,"Clear Fields"),e.qZA(),e.TgZ(51,"button",32),e._uU(52,"Open Channel"),e.qZA()()()()()(),e.YNc(53,wi,1,1,"ng-template",null,33,e.W1O)),2&t){const o=e.MAs(54);e.xp6(5),e.Oqu(a.alertTitle),e.xp6(7),e.Q6J("ngIf",!a.peer&&a.peers&&a.peers.length>0),e.xp6(1),e.Q6J("ngTemplateOutlet",o),e.xp6(4),e.Q6J("ngModel",a.fundingAmount)("step",1e3)("min",1)("max",a.totalBalance),e.xp6(3),e.hij("(Remaining Bal: ",e.lcZ(21,23,a.totalBalance-(a.fundingAmount?a.fundingAmount:0)),")"),e.xp6(4),e.Q6J("ngIf",null==a.amount.errors?null:a.amount.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.amount.errors?null:a.amount.errors.max),e.xp6(2),e.Q6J("ngModel",a.isPrivate),e.xp6(6),e.Oqu(a.advancedTitle),e.xp6(4),e.Q6J("value",a.selTransType),e.xp6(1),e.Q6J("ngForOf",a.transTypes),e.xp6(2),e.Q6J("ngModel",a.transTypeValue)("required","0"!==a.selTransType)("disabled","0"===a.selTransType)("placeholder","0"===a.selTransType?"Default":"1"===a.selTransType?"Target Confirmation Blocks":"Fee (Sats/vByte)")("step",1)("min",0),e.xp6(2),e.Q6J("ngIf","0"!==a.selTransType&&!a.transTypeValue),e.xp6(3),e.Q6J("ngModel",a.spendUnconfirmed),e.xp6(2),e.Q6J("ngIf",""!==a.channelConnectionError)}},directives:[d.xw,d.Wh,d.yH,Z.dk,N.lW,Z.dn,u._Y,u.JL,u.F,p.O5,x.KE,M.Nt,u.Fj,ie.ZL,u.Q7,u.JJ,u.oH,ie.XC,p.sg,B.ey,x.TO,p.tP,u.wV,u.qQ,u.Fd,K.q,Ye.F,u.On,x.bx,x.R9,pe.Rr,V.ib,V.yz,V.yK,R.gD,D.BN,$.h,X.d],pipes:[p.Ov,p.JJ],styles:[".open-inputs-box[_ngcontent-%COMP%]{padding:1.2rem 2.4rem .8rem!important}"]}),n})();var G=f(5615);const Ai=["peersForm"],Si=["stepper"];function Li(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw();e.Oqu(t.peerFormLabel)}}function ki(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Address is required."),e.qZA())}function Fi(n,i){if(1&n&&(e.TgZ(0,"div",37),e._UZ(1,"fa-icon",38),e.TgZ(2,"span"),e._uU(3),e.qZA()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(2),e.Oqu(t.peerConnectionError)}}function Ni(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw();e.Oqu(t.channelFormLabel)}}function qi(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function Ui(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount must be a positive number."),e.qZA())}function Oi(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("Amount must be less than or equal to ",t.totalBalance,".")}}function Ri(n,i){if(1&n&&(e.TgZ(0,"mat-option",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function Mi(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("","0"===t.channelFormGroup.controls.selTransType.value?"Default":"1"===t.channelFormGroup.controls.selTransType.value?"Target Confirmation Blocks":"Fee (Sats/vByte)"," is required.")}}function Ii(n,i){if(1&n&&(e.TgZ(0,"div",37),e._UZ(1,"fa-icon",38),e.TgZ(2,"span"),e._uU(3),e.qZA()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(2),e.Oqu(t.channelConnectionError)}}let Di=(()=>{class n{constructor(t,a,o,s,r,_,g){this.dialogRef=t,this.data=a,this.store=o,this.lndEffects=s,this.formBuilder=r,this.actions=_,this.logger=g,this.faExclamationTriangle=v.eHv,this.peerAddress="",this.totalBalance=0,this.transTypes=l.Dr,this.flgChannelOpened=!1,this.channelOpenStatus=null,this.newlyAddedPeer=null,this.flgEditable=!0,this.peerConnectionError="",this.channelConnectionError="",this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)",this.unSubs=[new m.x,new m.x]}ngOnInit(){var t;this.totalBalance=(null===(t=this.data.message)||void 0===t?void 0:t.balance)||0,this.peerFormGroup=this.formBuilder.group({hiddenAddress:["",[u.kI.required]],peerAddress:["",[u.kI.required]]}),this.channelFormGroup=this.formBuilder.group({fundingAmount:["",[u.kI.required,u.kI.min(1),u.kI.max(this.totalBalance)]],isPrivate:[!1],selTransType:[l.Dr[0].id],transTypeValue:[{value:"",disabled:!0}],spendUnconfirmed:[!1],hiddenAmount:["",[u.kI.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.channelFormGroup.controls.selTransType.valueChanges.pipe((0,h.R)(this.unSubs[0])).subscribe(a=>{a===l.Dr[0].id?(this.channelFormGroup.controls.transTypeValue.setValue(""),this.channelFormGroup.controls.transTypeValue.disable(),this.channelFormGroup.controls.transTypeValue.setValidators(null),this.channelFormGroup.controls.transTypeValue.setErrors(null)):(this.channelFormGroup.controls.transTypeValue.setValue(""),this.channelFormGroup.controls.transTypeValue.enable(),this.channelFormGroup.controls.transTypeValue.setValidators([u.kI.required]))}),this.actions.pipe((0,h.R)(this.unSubs[1]),(0,Y.h)(a=>a.type===l.uR.NEWLY_ADDED_PEER_LND||a.type===l.uR.FETCH_PENDING_CHANNELS_LND||a.type===l.uR.UPDATE_API_CALL_STATUS_LND)).subscribe(a=>{a.type===l.uR.NEWLY_ADDED_PEER_LND&&(this.logger.info(a.payload),this.flgEditable=!1,this.newlyAddedPeer=a.payload.peer,this.peerFormGroup.controls.hiddenAddress.setValue(this.peerFormGroup.controls.peerAddress.value),this.stepper.next()),a.type===l.uR.FETCH_PENDING_CHANNELS_LND&&this.dialogRef.close(),a.type===l.uR.UPDATE_API_CALL_STATUS_LND&&a.payload.status===l.Bn.ERROR&&("SaveNewPeer"===a.payload.action||"FetchGraphNode"===a.payload.action?this.peerConnectionError=a.payload.message:"SaveNewChannel"===a.payload.action&&(this.channelConnectionError=a.payload.message))})}onConnectPeer(){if(!this.peerFormGroup.controls.peerAddress.value)return!0;this.peerConnectionError="";const t=this.peerFormGroup.controls.peerAddress.value.search("@");let a="",o="";t>-1?(a=this.peerFormGroup.controls.peerAddress.value.substring(0,t),o=this.peerFormGroup.controls.peerAddress.value.substring(t+1),this.connectPeerWithParams(a,o)):(this.store.dispatch((0,w.dV)({payload:{pubkey:this.peerFormGroup.controls.peerAddress.value}})),this.lndEffects.setGraphNode.pipe((0,z.q)(1)).subscribe(s=>{setTimeout(()=>{o=s.node.addresses&&s.node.addresses.length&&s.node.addresses.length>0&&s.node.addresses[0].addr?s.node.addresses[0].addr:"",this.connectPeerWithParams(this.peerFormGroup.controls.peerAddress.value,o)},0)}))}connectPeerWithParams(t,a){this.store.dispatch((0,w.El)({payload:{pubkey:t,host:a,perm:!1}}))}onOpenChannel(){var t;if(!this.channelFormGroup.controls.fundingAmount.value||this.totalBalance-this.channelFormGroup.controls.fundingAmount.value<0||"1"===this.channelFormGroup.controls.selTransType.value&&!this.channelFormGroup.controls.transTypeValue.value||"2"===this.channelFormGroup.controls.selTransType.value&&!this.channelFormGroup.controls.transTypeValue.value)return!0;this.channelConnectionError="",this.store.dispatch((0,w.YX)({payload:{selectedPeerPubkey:null===(t=this.newlyAddedPeer)||void 0===t?void 0:t.pub_key,fundingAmount:this.channelFormGroup.controls.fundingAmount.value,private:this.channelFormGroup.controls.isPrivate.value,transType:this.channelFormGroup.controls.selTransType.value,transTypeValue:this.channelFormGroup.controls.transTypeValue.value,spendUnconfirmed:this.channelFormGroup.controls.spendUnconfirmed.value}}))}onClose(){this.dialogRef.close(!1)}stepSelectionChanged(t){var a,o;switch(t.selectedIndex){case 0:default:this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 1:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(null===(a=this.newlyAddedPeer)||void 0===a?void 0:a.alias):"Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 2:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(null===(o=this.newlyAddedPeer)||void 0===o?void 0:o.alias):"Peer Details",this.channelFormLabel=this.channelFormGroup.controls.fundingAmount.value?"Opening Channel for "+this.channelFormGroup.controls.fundingAmount.value+" Sats":"Open Channel (Optional)"}t.selectedIndex{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(L.yh),e.Y36(ne.l),e.Y36(u.qu),e.Y36(W.eX),e.Y36(U.mQ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-connect-peer"]],viewQuery:function(t,a){if(1&t&&(e.Gf(Ai,5),e.Gf(Si,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first),e.iGM(o=e.CRH())&&(a.stepper=o.first)}},decls:56,vars:24,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["autoFocus","","matInput","","placeholder","Lightning Address (pubkey OR pubkey@ip:port)","formControlName","peerAddress","tabindex","1","required",""],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mb-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxFlex","60","fxLayoutAlign","start end"],["matInput","","formControlName","fundingAmount","placeholder","Amount","type","number","tabindex","1","required","",3,"step"],["matSuffix",""],["fxFlex","35","fxLayoutAlign","start center"],["tabindex","2","color","primary","formControlName","isPrivate","name","isPrivate"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],["fxFlex","30","fxLayoutAlign","start end"],["tabindex","3","formControlName","selTransType","placeholder","Transaction Type"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","30"],["matInput","","formControlName","transTypeValue","type","number","name","transTypeValue","tabindex","4",3,"placeholder","step","required"],["tabindex","6","color","primary","formControlName","spendUnconfirmed","name","spendUnconfirmed"],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[3,"value"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Connect to a new peer"),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return a.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"div",7)(10,"mat-vertical-stepper",8,9),e.NdJ("selectionChange",function(s){return a.stepSelectionChanged(s)}),e.TgZ(12,"mat-step",10)(13,"form",11),e.YNc(14,Li,1,1,"ng-template",12),e.TgZ(15,"mat-form-field",1),e._UZ(16,"input",13),e.YNc(17,ki,2,0,"mat-error",14),e.qZA(),e.YNc(18,Fi,4,2,"div",15),e.TgZ(19,"div",16)(20,"button",17),e.NdJ("click",function(){return a.onConnectPeer()}),e._uU(21),e.qZA()()()(),e.TgZ(22,"mat-step",10)(23,"form",18),e.YNc(24,Ni,1,1,"ng-template",19),e.TgZ(25,"div",20)(26,"div",21)(27,"mat-form-field",22),e._UZ(28,"input",23),e.TgZ(29,"mat-hint"),e._uU(30),e.qZA(),e.TgZ(31,"span",24),e._uU(32," Sats "),e.qZA(),e.YNc(33,qi,2,0,"mat-error",14),e.YNc(34,Ui,2,0,"mat-error",14),e.YNc(35,Oi,2,1,"mat-error",14),e.qZA(),e.TgZ(36,"div",25)(37,"mat-slide-toggle",26),e._uU(38,"Private Channel"),e.qZA()()(),e.TgZ(39,"div",27)(40,"mat-form-field",28)(41,"mat-select",29),e.YNc(42,Ri,2,2,"mat-option",30),e.qZA()(),e.TgZ(43,"mat-form-field",31),e._UZ(44,"input",32),e.YNc(45,Mi,2,1,"mat-error",14),e.qZA(),e.TgZ(46,"div",25)(47,"mat-slide-toggle",33),e._uU(48,"Spend Unconfirmed Output"),e.qZA()()()(),e.YNc(49,Ii,4,2,"div",15),e.TgZ(50,"div",16)(51,"button",34),e.NdJ("click",function(){return a.onOpenChannel()}),e._uU(52),e.qZA()()()()(),e.TgZ(53,"div",35)(54,"button",36),e._uU(55),e.qZA()()()()()()),2&t&&(e.xp6(10),e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",a.peerFormGroup)("editable",a.flgEditable),e.xp6(1),e.Q6J("formGroup",a.peerFormGroup),e.xp6(4),e.Q6J("ngIf",null==a.peerFormGroup.controls.peerAddress.errors?null:a.peerFormGroup.controls.peerAddress.errors.required),e.xp6(1),e.Q6J("ngIf",""!==a.peerConnectionError),e.xp6(3),e.Oqu(""!==a.peerConnectionError?"Retry":"Add Peer"),e.xp6(1),e.Q6J("stepControl",a.channelFormGroup)("editable",a.flgEditable),e.xp6(1),e.Q6J("formGroup",a.channelFormGroup),e.xp6(5),e.Q6J("step",1e3),e.xp6(2),e.hij("Remaining Bal: ",a.totalBalance-(a.channelFormGroup.controls.fundingAmount.value?a.channelFormGroup.controls.fundingAmount.value:0),""),e.xp6(3),e.Q6J("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.min),e.xp6(1),e.Q6J("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.max),e.xp6(7),e.Q6J("ngForOf",a.transTypes),e.xp6(2),e.Q6J("placeholder","0"===a.channelFormGroup.controls.selTransType.value?"Default":"1"===a.channelFormGroup.controls.selTransType.value?"Target Confirmation Blocks":"Fee (Sats/vByte)")("step",1)("required","0"!==a.channelFormGroup.controls.selTransType.value),e.xp6(1),e.Q6J("ngIf",null==a.channelFormGroup.controls.transTypeValue.errors?null:a.channelFormGroup.controls.transTypeValue.errors.required),e.xp6(4),e.Q6J("ngIf",""!==a.channelConnectionError),e.xp6(3),e.Oqu(""!==a.channelConnectionError?"Retry":"Open Channel"),e.xp6(2),e.Q6J("mat-dialog-close",!1),e.xp6(1),e.Oqu(null!=a.newlyAddedPeer&&a.newlyAddedPeer.pub_key?"Do It Later":"Close"))},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,Z.dn,G.Vq,G.C0,u._Y,u.JL,u.sg,G.VY,x.KE,M.Nt,u.Fj,$.h,u.JJ,u.u,u.Q7,p.O5,x.TO,D.BN,u.wV,x.bx,x.R9,pe.Rr,R.gD,p.sg,B.ey,E.ZT],styles:[""]}),n})();function Pi(n,i){1&n&&e._UZ(0,"mat-progress-bar",32)}function Ji(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Alias "),e.qZA())}const Be=function(n){return{"max-width":n}};function Ei(n,i){if(1&n&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,Be,a.screenSize===a.screenSizeEnum.XS?"12rem":"25rem")),e.xp6(1),e.hij(" ",null==t?null:t.alias," ")}}function Qi(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Public Key "),e.qZA())}function Yi(n,i){if(1&n&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,Be,a.screenSize===a.screenSizeEnum.XS?"5rem":"35rem")),e.xp6(1),e.hij(" ",null==t?null:t.pub_key," ")}}function Hi(n,i){1&n&&(e.TgZ(0,"th",35),e._uU(1," Sats Sent "),e.qZA())}function Bi(n,i){if(1&n&&(e.TgZ(0,"td",36)(1,"span",37),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.sat_sent)," ")}}function Vi(n,i){1&n&&(e.TgZ(0,"th",35),e._uU(1," Sats Received "),e.qZA())}function Gi(n,i){if(1&n&&(e.TgZ(0,"td",36)(1,"span",37),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.sat_recv)," ")}}function zi(n,i){1&n&&(e.TgZ(0,"th",35),e._uU(1," Ping "),e.qZA())}function Wi(n,i){if(1&n&&(e.TgZ(0,"td",36)(1,"span",37),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.ping_time)," ")}}function Xi(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",38)(1,"div",39)(2,"mat-select",40),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",41),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function $i(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",42)(1,"div",39)(2,"mat-select",40),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",41),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onPeerClick(r,o)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",41),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onOpenChannel(s)}),e._uU(7,"Open Channel"),e.qZA(),e.TgZ(8,"mat-option",41),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onPeerDetach(s)}),e._uU(9,"Disconnect"),e.qZA()()()()}}function ji(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No connected peer."),e.qZA())}function Ki(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting peers..."),e.qZA())}function eo(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function to(n,i){if(1&n&&(e.TgZ(0,"td",43),e.YNc(1,ji,2,0,"p",44),e.YNc(2,Ki,2,0,"p",44),e.YNc(3,eo,2,1,"p",44),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const no=function(n){return{"display-none":n}};function ao(n,i){if(1&n&&e._UZ(0,"tr",45),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,no,(null==t.peers?null:t.peers.data)&&(null==t.peers||null==t.peers.data?null:t.peers.data.length)>0))}}function io(n,i){1&n&&e._UZ(0,"tr",46)}function oo(n,i){1&n&&e._UZ(0,"tr",47)}const so=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},lo=function(){return["no_peer"]};let ro=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.store=a,this.rtlEffects=o,this.commonService=s,this.availableBalance=0,this.faUsers=v.FVb,this.displayedColumns=[],this.peersData=[],this.information={},this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["alias","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["alias","sat_sent","sat_recv","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["alias","sat_sent","sat_recv","ping_time","actions"]):(this.flgSticky=!0,this.displayedColumns=["alias","pub_key","sat_sent","sat_recv","ping_time","actions"])}ngOnInit(){this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.information=t}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.availableBalance=t.blockchainBalance.total_balance||0}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.peersData=t.peers,this.peersData.length>0&&this.loadPeersTable(this.peersData),this.logger.info(t)})}ngAfterViewInit(){this.peersData.length>0&&this.loadPeersTable(this.peersData)}onPeerClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Peer Information",showQRName:"Public Key",showQRField:t.pub_key,message:[[{key:"pub_key",value:t.pub_key,title:"Public Key",width:100}],[{key:"address",value:t.address,title:"Address",width:100}],[{key:"alias",value:t.alias,title:"Alias",width:40},{key:"inbound",value:t.inbound?"True":"False",title:"Inbound",width:30},{key:"ping_time",value:t.ping_time,title:"Ping Time",width:30,type:l.Gi.NUMBER}],[{key:"sat_sent",value:t.sat_sent,title:"Satoshis Sent",width:50,type:l.Gi.NUMBER},{key:"sat_recv",value:t.sat_recv,title:"Satoshis Received",width:50,type:l.Gi.NUMBER}],[{key:"bytes_sent",value:t.bytes_sent,title:"Bytes Sent",width:50,type:l.Gi.NUMBER},{key:"bytes_recv",value:t.bytes_recv,title:"Bytes Received",width:50,type:l.Gi.NUMBER}]]}}}))}onConnectPeer(){this.store.dispatch((0,S.qR)({payload:{data:{message:{peer:null,information:this.information,balance:this.availableBalance},component:Di}}}))}onOpenChannel(t){this.store.dispatch((0,S.qR)({payload:{data:{alertTitle:"Open Channel",message:{peer:t,information:this.information,balance:this.availableBalance},component:He}}}))}onPeerDetach(t){this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Disconnect Peer",titleMessage:"Disconnect peer: "+(t.alias?t.alias:t.pub_key),noBtnText:"Cancel",yesBtnText:"Disconnect"}}})),this.rtlEffects.closeConfirm.pipe((0,h.R)(this.unSubs[3])).subscribe(o=>{o&&this.store.dispatch((0,w.z)({payload:{pubkey:t.pub_key}}))})}applyFilter(){this.peers.filter=this.selFilter.trim().toLowerCase()}loadPeersTable(t){this.peers=new c.by(t?[...t]:[]),this.peers.sort=this.sort,this.peers.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.peers.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.peers.paginator=this.paginator,this.applyFilter()}onDownloadCSV(){this.peers.data&&this.peers.data.length>0&&this.commonService.downloadFile(this.peers.data,"Peers")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(le.V),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-peers"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Peers")}])],decls:40,vars:15,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30","fxLayoutAlign","start end"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","pub_key"],["matColumnDef","sat_sent"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","sat_recv"],["matColumnDef","ping_time"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center","class","px-3",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-cell",""],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"px-3"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"button",2),e.NdJ("click",function(){return a.onConnectPeer()}),e._uU(3,"Add Peer"),e.qZA()(),e.TgZ(4,"div",3)(5,"div",4)(6,"div",5),e._UZ(7,"fa-icon",6),e.TgZ(8,"span",7),e._uU(9,"Connected Peers"),e.qZA()(),e.TgZ(10,"mat-form-field",8)(11,"input",9),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(12,"div",10),e.YNc(13,Pi,1,0,"mat-progress-bar",11),e.TgZ(14,"table",12,13),e.ynx(16,14),e.YNc(17,Ji,2,0,"th",15),e.YNc(18,Ei,2,4,"td",16),e.BQk(),e.ynx(19,17),e.YNc(20,Qi,2,0,"th",15),e.YNc(21,Yi,2,4,"td",16),e.BQk(),e.ynx(22,18),e.YNc(23,Hi,2,0,"th",19),e.YNc(24,Bi,4,3,"td",20),e.BQk(),e.ynx(25,21),e.YNc(26,Vi,2,0,"th",19),e.YNc(27,Gi,4,3,"td",20),e.BQk(),e.ynx(28,22),e.YNc(29,zi,2,0,"th",19),e.YNc(30,Wi,4,3,"td",20),e.BQk(),e.ynx(31,23),e.YNc(32,Xi,6,0,"th",24),e.YNc(33,$i,10,0,"td",25),e.BQk(),e.ynx(34,26),e.YNc(35,to,4,3,"td",27),e.BQk(),e.YNc(36,ao,1,3,"tr",28),e.YNc(37,io,1,0,"tr",29),e.YNc(38,oo,1,0,"tr",30),e.qZA()(),e._UZ(39,"mat-paginator",31),e.qZA()()),2&t&&(e.xp6(7),e.Q6J("icon",a.faUsers),e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.peers)("ngClass",e.VKq(12,so,""!==a.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(14,lo)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.yH,d.Wh,N.lW,D.BN,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-alias[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-pub_key[_ngcontent-%COMP%]{flex:1 1 35%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:2rem}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem;flex:1 1 10%}.mat-column-sat_sent[_ngcontent-%COMP%], .mat-column-sat_recv[_ngcontent-%COMP%], .mat-column-ping_time[_ngcontent-%COMP%]{flex:1 1 13%;width:13%}"]}),n})();function co(n,i){if(1&n&&(e.TgZ(0,"span",7),e._uU(1,"Open"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numOpenChannels)}}function uo(n,i){if(1&n&&(e.TgZ(0,"span",7),e._uU(1,"Pending"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numPendingChannels)}}function po(n,i){if(1&n&&(e.TgZ(0,"span",7),e._uU(1,"Closed"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numClosedChannels)}}function mo(n,i){if(1&n&&(e.TgZ(0,"span",7),e._uU(1,"Active HTLCs"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numActiveHTLCs)}}let _o=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.router=o,this.numOpenChannels=0,this.numPendingChannels=0,this.numClosedChannels=0,this.numActiveHTLCs=0,this.peers=[],this.information={},this.totalBalance=0,this.links=[{link:"open",name:"Open"},{link:"pending",name:"Pending"},{link:"closed",name:"Closed"},{link:"activehtlcs",name:"Active HTLCs"}],this.activeLink=0,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.activeLink=this.links.findIndex(t=>t.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t instanceof b.Av)).subscribe({next:t=>{this.activeLink=this.links.findIndex(a=>a.link===t.urlAfterRedirects.substring(t.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{var a;this.numOpenChannels=t.channels&&t.channels.length?t.channels.length:0,this.numActiveHTLCs=null===(a=t.channels)||void 0===a?void 0:a.reduce((o,s)=>o+(s.pending_htlcs&&s.pending_htlcs.length>0?s.pending_htlcs.length:0),0),this.logger.info(t)}),this.store.select(y.ni).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{this.numPendingChannels=t.pendingChannelsSummary.total_channels?t.pendingChannelsSummary.total_channels:0}),this.store.select(y.P2).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{this.numClosedChannels=t.closedChannels&&t.closedChannels.length?t.closedChannels.length:0}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[5])).subscribe(t=>{this.totalBalance=+(t.blockchainBalance.total_balance||0)}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[6])).subscribe(t=>{this.peers=t.peers,this.peers.forEach(a=>{var o;(!a.alias||""===a.alias)&&(a.alias=(null===(o=a.pub_key)||void 0===o?void 0:o.substring(0,15))+"...")}),this.logger.info(t)})}onOpenChannel(){this.store.dispatch((0,S.qR)({payload:{data:{alertTitle:"Open Channel",message:{peers:this.peers,information:this.information,balance:this.totalBalance},component:He}}}))}onSelectedTabChange(t){this.router.navigateByUrl("/lnd/connections/channels/"+this.links[t.index].link)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channels-tables"]],decls:16,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100",1,"my-2","bordered-box"],[3,"selectedIndex","selectedIndexChange","selectedTabChange"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"button",2),e.NdJ("click",function(){return a.onOpenChannel()}),e._uU(3,"Open Channel"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-tab-group",4),e.NdJ("selectedIndexChange",function(s){return a.activeLink=s})("selectedTabChange",function(s){return a.onSelectedTabChange(s)}),e.TgZ(6,"mat-tab"),e.YNc(7,co,2,1,"ng-template",5),e.qZA(),e.TgZ(8,"mat-tab"),e.YNc(9,uo,2,1,"ng-template",5),e.qZA(),e.TgZ(10,"mat-tab"),e.YNc(11,po,2,1,"ng-template",5),e.qZA(),e.TgZ(12,"mat-tab"),e.YNc(13,mo,2,1,"ng-template",5),e.qZA()(),e.TgZ(14,"div",6),e._UZ(15,"router-outlet"),e.qZA()()()),2&t&&(e.xp6(5),e.Q6J("selectedIndex",a.activeLink))},directives:[d.xw,d.yH,d.Wh,N.lW,P.SP,P.uX,P.uD,Ce.k,b.lC],styles:[""]}),n})();var ae=f(7261),re=f(6895);function ho(n,i){if(1&n&&(e.TgZ(0,"div")(1,"div",9)(2,"div",14)(3,"h4",11),e._uU(4,"Commit Fee"),e.qZA(),e.TgZ(5,"span",15),e._uU(6),e.ALo(7,"number"),e.qZA()(),e.TgZ(8,"div",14)(9,"h4",11),e._uU(10,"Commit Weight"),e.qZA(),e.TgZ(11,"span",15),e._uU(12),e.ALo(13,"number"),e.qZA()(),e.TgZ(14,"div",14)(15,"h4",11),e._uU(16,"Fee/KW"),e.qZA(),e.TgZ(17,"span",15),e._uU(18),e.ALo(19,"number"),e.qZA()(),e.TgZ(20,"div",14)(21,"h4",11),e._uU(22,"Static Remote Key"),e.qZA(),e.TgZ(23,"span",15),e._uU(24),e.qZA()()(),e._UZ(25,"mat-divider",13),e.TgZ(26,"div",9)(27,"div",14)(28,"h4",11),e._uU(29),e.qZA(),e.TgZ(30,"span",15),e._uU(31),e.ALo(32,"number"),e.qZA()(),e.TgZ(33,"div",14)(34,"h4",11),e._uU(35),e.qZA(),e.TgZ(36,"span",15),e._uU(37),e.ALo(38,"number"),e.qZA()(),e.TgZ(39,"div",14)(40,"h4",11),e._uU(41,"Unsettled Balance"),e.qZA(),e.TgZ(42,"span",15),e._uU(43),e.ALo(44,"number"),e.qZA()(),e.TgZ(45,"div",14)(46,"h4",11),e._uU(47,"CSV Delay"),e.qZA(),e.TgZ(48,"span",15),e._uU(49),e.ALo(50,"number"),e.qZA()()(),e._UZ(51,"mat-divider",13),e.TgZ(52,"div",9)(53,"div",14)(54,"h4",11),e._uU(55,"Local Reserve (Sats)"),e.qZA(),e.TgZ(56,"span",15),e._uU(57),e.ALo(58,"number"),e.qZA()(),e.TgZ(59,"div",14)(60,"h4",11),e._uU(61,"Remote Reserve (Sats)"),e.qZA(),e.TgZ(62,"span",15),e._uU(63),e.ALo(64,"number"),e.qZA()(),e.TgZ(65,"div",14)(66,"h4",11),e._uU(67,"Lifetime (Seconds)"),e.qZA(),e.TgZ(68,"span",15),e._uU(69),e.ALo(70,"number"),e.qZA()(),e.TgZ(71,"div",14)(72,"h4",11),e._uU(73,"Pending HTLCs"),e.qZA(),e.TgZ(74,"span",15),e._uU(75),e.ALo(76,"number"),e.qZA()()(),e._UZ(77,"mat-divider",13),e.qZA()),2&n){const t=e.oxw();e.xp6(6),e.Oqu(e.lcZ(7,17,t.channel.commit_fee)),e.xp6(6),e.Oqu(e.lcZ(13,19,t.channel.commit_weight)),e.xp6(6),e.Oqu(e.lcZ(19,21,t.channel.fee_per_kw)),e.xp6(6),e.Oqu(t.channel.static_remote_key?"Yes":"No"),e.xp6(1),e.Q6J("inset",!0),e.xp6(4),e.Oqu(t.screenSize===t.screenSizeEnum.XS?"Total Sats Sent":"Total Satoshis Sent"),e.xp6(2),e.Oqu(e.lcZ(32,23,t.channel.total_satoshis_sent)),e.xp6(4),e.Oqu(t.screenSize===t.screenSizeEnum.XS?"Total Sats Recv":"Total Satoshis Received"),e.xp6(2),e.Oqu(e.lcZ(38,25,t.channel.total_satoshis_received)),e.xp6(6),e.Oqu(e.lcZ(44,27,t.channel.unsettled_balance)),e.xp6(6),e.Oqu(e.lcZ(50,29,t.channel.csv_delay)),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.lcZ(58,31,t.channel.local_chan_reserve_sat)),e.xp6(6),e.Oqu(e.lcZ(64,33,t.channel.remote_chan_reserve_sat)),e.xp6(6),e.Oqu(e.lcZ(70,35,t.channel.lifetime)),e.xp6(6),e.Oqu(e.lcZ(76,37,null==t.channel||null==t.channel.pending_htlcs?null:t.channel.pending_htlcs.length)),e.xp6(2),e.Q6J("inset",!0)}}function go(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Show Advanced"),e.qZA())}function fo(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Hide Advanced"),e.qZA())}function Co(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",23),e.NdJ("copied",function(o){return e.CHM(t),e.oxw().onCopyChanID(o)}),e._uU(1,"Copy Channel ID"),e.qZA()}if(2&n){const t=e.oxw();e.Q6J("payload",t.channel.chan_id)}}function xo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",24),e.NdJ("click",function(){return e.CHM(t),e.oxw().onClose()}),e._uU(1,"OK"),e.qZA()}}const yo=function(n){return{"xs-scroll-y":n}};let ye=(()=>{class n{constructor(t,a,o,s,r){this.dialogRef=t,this.data=a,this.logger=o,this.commonService=s,this.snackBar=r,this.faReceipt=v.dLy,this.showAdvanced=!1,this.showCopy=!0,this.showCopyField=null,this.screenSize="",this.screenSizeEnum=l.cu}ngOnInit(){this.channel=this.data.channel,this.showCopy=!!this.data.showCopy,this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyChanID(t){this.snackBar.open("Channel ID "+t+" copied."),this.logger.info("Copied Text: "+t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(U.mQ),e.Y36(O.v),e.Y36(ae.ux))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-information"]],decls:94,vars:36,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["fxFlex","25"],[1,"overflow-wrap","foreground-secondary-text"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span",5),e._uU(6,"Channel Information"),e.qZA()(),e.TgZ(7,"button",6),e.NdJ("click",function(){return a.onClose()}),e._uU(8,"X"),e.qZA()(),e.TgZ(9,"mat-card-content",7)(10,"div",8)(11,"div",9)(12,"div",10)(13,"h4",11),e._uU(14,"Channel ID"),e.qZA(),e.TgZ(15,"span",12),e._uU(16),e.qZA()(),e.TgZ(17,"div",10)(18,"h4",11),e._uU(19,"Peer Alias"),e.qZA(),e.TgZ(20,"span",12),e._uU(21),e.qZA()()(),e._UZ(22,"mat-divider",13),e.TgZ(23,"div",9)(24,"div",1)(25,"h4",11),e._uU(26,"Channel Point"),e.qZA(),e.TgZ(27,"span",12),e._uU(28),e.qZA()()(),e._UZ(29,"mat-divider",13),e.TgZ(30,"div",9)(31,"div",1)(32,"h4",11),e._uU(33,"Peer Public Key"),e.qZA(),e.TgZ(34,"span",12),e._uU(35),e.qZA()()(),e._UZ(36,"mat-divider",13),e.TgZ(37,"div",9)(38,"div",14)(39,"h4",11),e._uU(40,"Local Balance"),e.qZA(),e.TgZ(41,"span",15),e._uU(42),e.ALo(43,"number"),e.qZA()(),e.TgZ(44,"div",14)(45,"h4",11),e._uU(46,"Remote Balance"),e.qZA(),e.TgZ(47,"span",15),e._uU(48),e.ALo(49,"number"),e.qZA()(),e.TgZ(50,"div",14)(51,"h4",11),e._uU(52,"Capacity"),e.qZA(),e.TgZ(53,"span",15),e._uU(54),e.ALo(55,"number"),e.qZA()(),e.TgZ(56,"div",14)(57,"h4",11),e._uU(58,"Uptime (Seconds)"),e.qZA(),e.TgZ(59,"span",15),e._uU(60),e.ALo(61,"number"),e.qZA()()(),e._UZ(62,"mat-divider",13),e.TgZ(63,"div",9)(64,"div",14)(65,"h4",11),e._uU(66,"Active"),e.qZA(),e.TgZ(67,"span",15),e._uU(68),e.qZA()(),e.TgZ(69,"div",14)(70,"h4",11),e._uU(71,"Private"),e.qZA(),e.TgZ(72,"span",15),e._uU(73),e.qZA()(),e.TgZ(74,"div",14)(75,"h4",11),e._uU(76,"Initiator"),e.qZA(),e.TgZ(77,"span",15),e._uU(78),e.qZA()(),e.TgZ(79,"div",14)(80,"h4",11),e._uU(81,"Number of Updates"),e.qZA(),e.TgZ(82,"span",15),e._uU(83),e.ALo(84,"number"),e.qZA()()(),e._UZ(85,"mat-divider",13),e.YNc(86,ho,78,39,"div",16),e.TgZ(87,"div",17)(88,"button",18),e.NdJ("click",function(){return a.onShowAdvanced()}),e.YNc(89,go,2,0,"p",19),e.YNc(90,fo,2,0,"ng-template",null,20,e.W1O),e.qZA(),e.YNc(92,Co,2,1,"button",21),e.YNc(93,xo,2,0,"button",22),e.qZA()()()()()),2&t){const o=e.MAs(91);e.xp6(4),e.Q6J("icon",a.faReceipt),e.xp6(5),e.Q6J("ngClass",e.VKq(34,yo,a.screenSize===a.screenSizeEnum.XS)),e.xp6(7),e.Oqu(a.channel.chan_id),e.xp6(5),e.Oqu(a.channel.remote_alias),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(a.channel.channel_point),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(a.channel.remote_pubkey),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.lcZ(43,24,a.channel.local_balance)),e.xp6(6),e.Oqu(e.lcZ(49,26,a.channel.remote_balance)),e.xp6(6),e.Oqu(e.lcZ(55,28,a.channel.capacity)),e.xp6(6),e.Oqu(e.lcZ(61,30,a.channel.uptime)),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(a.channel.active?"Yes":"No"),e.xp6(5),e.Oqu(a.channel.private?"Yes":"No"),e.xp6(5),e.Oqu(a.channel.initiator?"Yes":"No"),e.xp6(5),e.Oqu(e.lcZ(84,32,a.channel.num_updates)),e.xp6(2),e.Q6J("inset",!0),e.xp6(1),e.Q6J("ngIf",a.showAdvanced),e.xp6(3),e.Q6J("ngIf",!a.showAdvanced)("ngIfElse",o),e.xp6(3),e.Q6J("ngIf",a.showCopy),e.xp6(1),e.Q6J("ngIf",!a.showCopy)}},directives:[d.xw,d.Wh,d.yH,Z.dk,D.BN,N.lW,Z.dn,p.mk,k.oO,X.d,p.O5,$.h,re.y],pipes:[p.JJ],styles:[""]}),n})();var Te=f(9646),ve=f(7772),To=f(113);function vo(n,i){1&n&&e.GkF(0)}const ce=function(n,i){return{"small-svg":n,"large-svg":i}};function bo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17)(12,"path",18)(13,"path",19)(14,"path",20)(15,"path",21)(16,"path",22)(17,"path",23)(18,"path",24)(19,"path",25)(20,"path",26)(21,"path",27)(22,"path",28)(23,"path",29)(24,"path",30)(25,"path",31)(26,"path",32)(27,"path",33)(28,"path",34)(29,"path",35)(30,"path",36)(31,"path",37)(32,"path",38)(33,"path",39)(34,"path",40)(35,"path",41)(36,"path",42)(37,"path",43)(38,"path",44)(39,"path",45)(40,"path",46),e.qZA(),e.kcU(),e.TgZ(41,"div",47)(42,"mat-card-title"),e._uU(43,"Circular rebalancing explained."),e.qZA()(),e.TgZ(44,"div",48)(45,"mat-card-subtitle",49),e._uU(46," Circular payments are a completely off-chain rebalancing strategy where a node makes a payment to itself across a circular path of chained payment channels. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function Zo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",50),e._UZ(2,"path",51)(3,"path",52)(4,"path",53)(5,"path",54)(6,"path",55)(7,"path",56)(8,"path",57)(9,"path",58)(10,"path",59)(11,"path",60)(12,"path",61)(13,"path",62)(14,"path",63)(15,"path",64)(16,"path",65)(17,"path",66)(18,"path",67)(19,"path",68)(20,"path",69)(21,"path",70)(22,"path",71)(23,"path",72)(24,"path",73)(25,"path",74)(26,"path",75)(27,"path",76)(28,"path",77)(29,"path",78)(30,"path",79)(31,"path",80)(32,"path",81)(33,"path",51)(34,"path",52)(35,"path",53)(36,"path",54)(37,"path",55)(38,"path",56)(39,"path",57)(40,"path",58)(41,"path",59)(42,"path",82)(43,"path",83)(44,"path",62)(45,"path",84)(46,"path",85)(47,"path",86)(48,"path",66)(49,"path",67)(50,"path",68)(51,"path",69)(52,"path",70)(53,"path",71)(54,"path",72)(55,"path",73)(56,"path",74)(57,"path",75)(58,"path",76)(59,"path",77)(60,"path",78)(61,"path",79)(62,"path",87)(63,"path",81)(64,"path",88),e.TgZ(65,"defs")(66,"linearGradient",89),e._UZ(67,"stop",90)(68,"stop",91)(69,"stop",92),e.qZA(),e.TgZ(70,"linearGradient",93),e._UZ(71,"stop",90)(72,"stop",91)(73,"stop",92),e.qZA(),e.TgZ(74,"linearGradient",94),e._UZ(75,"stop",90)(76,"stop",91)(77,"stop",92),e.qZA(),e.TgZ(78,"linearGradient",95),e._UZ(79,"stop",90)(80,"stop",91)(81,"stop",92),e.qZA(),e.TgZ(82,"linearGradient",96),e._UZ(83,"stop",90)(84,"stop",91)(85,"stop",92),e.qZA(),e.TgZ(86,"linearGradient",97),e._UZ(87,"stop",90)(88,"stop",91)(89,"stop",92),e.qZA()()(),e.kcU(),e.TgZ(90,"div",47)(91,"mat-card-title"),e._uU(92,"Step 1: Unbalanced channel"),e.qZA()(),e.TgZ(93,"div",48)(94,"mat-card-subtitle",49),e._uU(95," It starts with an unbalanced channel, that needs to be rebalanced in order to continue to route payments. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function wo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",98),e._UZ(2,"path",99)(3,"path",100)(4,"path",101)(5,"path",102)(6,"path",103)(7,"path",104)(8,"path",105)(9,"path",106)(10,"path",107)(11,"path",108)(12,"path",109)(13,"path",110)(14,"path",111)(15,"path",112)(16,"path",113)(17,"path",51)(18,"path",114)(19,"path",115)(20,"path",116)(21,"path",117)(22,"path",118)(23,"path",119)(24,"path",120)(25,"path",121)(26,"path",82)(27,"path",83)(28,"path",122)(29,"path",123)(30,"path",124)(31,"path",125)(32,"path",66)(33,"path",126)(34,"path",127)(35,"path",128)(36,"path",129)(37,"path",130)(38,"path",131)(39,"path",73)(40,"path",74)(41,"path",132)(42,"path",76)(43,"path",77)(44,"path",78)(45,"path",79)(46,"path",133)(47,"path",134)(48,"path",135),e.TgZ(49,"defs")(50,"linearGradient",136),e._UZ(51,"stop",90)(52,"stop",91)(53,"stop",92),e.qZA(),e.TgZ(54,"linearGradient",137),e._UZ(55,"stop",90)(56,"stop",91)(57,"stop",92),e.qZA(),e.TgZ(58,"linearGradient",138),e._UZ(59,"stop",90)(60,"stop",91)(61,"stop",92),e.qZA()()(),e.kcU(),e.TgZ(62,"div",47)(63,"mat-card-title"),e._uU(64,"Step 2: Invoice/Payment"),e.qZA()(),e.TgZ(65,"div",48)(66,"mat-card-subtitle",49),e._uU(67," All you have to do is make a payment to yourself in a favorable direction by generating and paying an invoice. This is taken care automatically by your node. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function Ao(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",139),e._UZ(2,"path",140)(3,"path",141)(4,"path",142)(5,"path",143)(6,"path",144)(7,"path",145)(8,"path",146)(9,"path",147)(10,"path",148)(11,"path",149)(12,"path",150)(13,"path",151)(14,"path",152)(15,"path",153)(16,"path",154)(17,"path",155)(18,"path",156)(19,"path",157)(20,"path",158)(21,"path",159)(22,"path",160)(23,"path",161)(24,"path",162)(25,"path",163)(26,"path",162)(27,"path",164)(28,"path",165)(29,"path",166)(30,"path",167)(31,"path",168)(32,"path",169)(33,"path",170)(34,"path",171)(35,"path",172)(36,"path",173)(37,"path",174)(38,"path",175)(39,"path",176)(40,"path",177)(41,"path",178),e.TgZ(42,"defs")(43,"linearGradient",179),e._UZ(44,"stop",90)(45,"stop",91)(46,"stop",92),e.qZA()()(),e.kcU(),e.TgZ(47,"div",47)(48,"mat-card-title"),e._uU(49,"Step 3: Rebalance amount"),e.qZA()(),e.TgZ(50,"div",48)(51,"mat-card-subtitle",49),e._uU(52," You will be moving part or all of the local balance to the remote side. For the route to be circular, there should be at least 3 nodes involved. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function So(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",139),e._UZ(2,"path",180)(3,"path",142)(4,"path",181)(5,"path",144)(6,"path",145)(7,"path",182)(8,"path",147)(9,"path",183)(10,"path",184)(11,"path",185)(12,"path",186)(13,"path",187)(14,"path",188)(15,"path",189)(16,"path",190)(17,"path",191)(18,"path",157)(19,"path",192)(20,"path",193)(21,"path",178)(22,"path",159)(23,"path",160)(24,"path",194)(25,"path",162)(26,"path",163)(27,"path",162)(28,"path",164)(29,"path",165)(30,"path",166)(31,"path",167)(32,"path",195)(33,"path",169)(34,"path",196)(35,"path",171)(36,"path",172)(37,"path",173)(38,"path",174)(39,"path",175)(40,"path",197),e.TgZ(41,"defs")(42,"linearGradient",198),e._UZ(43,"stop",90)(44,"stop",91)(45,"stop",92),e.qZA()()(),e.kcU(),e.TgZ(46,"div",47)(47,"mat-card-title"),e._uU(48,"Rebalance successful!"),e.qZA()(),e.TgZ(49,"div",48)(50,"mat-card-subtitle",49),e._uU(51," Your channel is successfully rebalanced and is able to continue to route payments. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}let Lo=(()=>{class n{constructor(t){this.commonService=t,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.vpe,this.screenSize="",this.screenSizeEnum=l.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(t){2===t.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===t.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-rebalance-infographics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["infoStepBlock1",""],["infoStepBlock2",""],["infoStepBlock3",""],["infoStepBlock4",""],["infoStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 246 154","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M187.8 136C203.043 136 215.4 133.493 215.4 130.4C215.4 127.307 203.043 124.8 187.8 124.8C172.557 124.8 160.2 127.307 160.2 130.4C160.2 133.493 172.557 136 187.8 136Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["fill-rule","evenodd","clip-rule","evenodd","d","M128.6 148.8C143.843 148.8 156.2 146.293 156.2 143.2C156.2 140.107 143.843 137.6 128.6 137.6C113.357 137.6 101 140.107 101 143.2C101 146.293 113.357 148.8 128.6 148.8Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["opacity","0.1","d","M100.2 117.421C100.2 117.421 99.0633 117.494 99.4998 117.722C99.9363 117.95 100.2 117.421 100.2 117.421Z","fill","black"],["opacity","0.1","d","M101 118.4C100.986 118.471 98.1102 119.483 98.673 119.933C99.2358 120.384 101 118.4 101 118.4Z","fill","black"],["opacity","0.1","d","M97.8 128.98C98.0492 128.966 100.509 128.241 101 128.89L97.8 128.98Z","fill","black"],["opacity","0.1","d","M100.2 129.709C100.2 129.709 100.563 129.362 100.926 129.543C101.289 129.725 100.2 129.709 100.2 129.709Z","fill","black"],["opacity","0.1","d","M101.8 132C101.8 132 101.641 133.198 101 133.6L101.8 132Z","fill","black"],["d","M119.223 21.4239L123.102 22.0818L118.209 50.9111L114.33 50.2532L119.223 21.4239Z","fill","#444053"],["d","M127.4 137.844L128.262 144L129 137.6L127.4 137.844Z","fill","#D0D2D5"],["d","M100.2 134.349V138.226L101 141.6H101.571L102.258 137.976L102.6 133.6L100.2 134.349Z","fill","#3F3D56"],["d","M110.75 50.4L104.806 87.6521C104.806 87.6521 96.0162 127.358 99.3581 135.2H103.57L116.2 58.9791L110.75 50.4Z","fill","#D0D2D5"],["d","M125.308 45.6L129.979 83.02C129.979 83.02 133.381 130.691 129.656 138.4H125.976L119.4 53.9698L125.308 45.6Z","fill","#D0D2D5"],["d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z","fill","#444053"],["opacity","0.1","d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z","fill","black"],["d","M112.922 39.2661C113.364 37.7699 114.731 36.7605 116.259 36.8012C118.804 36.8682 122.74 37.3423 124.787 39.4927C127.969 42.8316 122.638 54.0832 122.638 54.0832C122.638 54.0832 117.661 63.4872 113.092 51.5396C113.092 51.5327 111.203 45.1393 112.922 39.2661Z","fill","#444053"],["opacity","0.1","d","M131.383 131.52C131.69 131.628 131.968 131.791 132.2 132C131.813 131.613 130.708 131.42 130.166 131.24C129.495 131.019 128.764 130.793 128.2 130.4C129.29 130.705 130.354 131.079 131.383 131.52Z","fill","black"],["opacity","0.1","d","M94.2 24.8C96.1882 24.8 97.8 23.1882 97.8 21.2C97.8 19.2118 96.1882 17.6 94.2 17.6C92.2117 17.6 90.6 19.2118 90.6 21.2C90.6 23.1882 92.2117 24.8 94.2 24.8Z","fill","#6C63FF"],["opacity","0.1","d","M107 12C110.314 12 113 9.31371 113 6C113 2.68629 110.314 0 107 0C103.686 0 101 2.68629 101 6C101 9.31371 103.686 12 107 12Z","fill","#6C63FF"],["opacity","0.1","d","M99 40.8C102.314 40.8 105 38.1137 105 34.8C105 31.4863 102.314 28.8 99 28.8C95.6863 28.8 93 31.4863 93 34.8C93 38.1137 95.6863 40.8 99 40.8Z","fill","#6C63FF"],["opacity","0.1","d","M223 67.2C224.988 67.2 226.6 65.5882 226.6 63.6C226.6 61.6118 224.988 60 223 60C221.012 60 219.4 61.6118 219.4 63.6C219.4 65.5882 221.012 67.2 223 67.2Z","fill","#6C63FF"],["opacity","0.1","d","M210.2 54.4C213.514 54.4 216.2 51.7137 216.2 48.4C216.2 45.0863 213.514 42.4 210.2 42.4C206.886 42.4 204.2 45.0863 204.2 48.4C204.2 51.7137 206.886 54.4 210.2 54.4Z","fill","#6C63FF"],["opacity","0.1","d","M218.2 83.2C221.514 83.2 224.2 80.5137 224.2 77.2C224.2 73.8863 221.514 71.2 218.2 71.2C214.886 71.2 212.2 73.8863 212.2 77.2C212.2 80.5137 214.886 83.2 218.2 83.2Z","fill","#6C63FF"],["opacity","0.1","d","M23.8 72C24.9046 72 25.8 71.1046 25.8 70C25.8 68.8954 24.9046 68 23.8 68C22.6954 68 21.8 68.8954 21.8 70C21.8 71.1046 22.6954 72 23.8 72Z","fill","#6C63FF"],["opacity","0.1","d","M33 65.6C34.7673 65.6 36.2 64.1673 36.2 62.4C36.2 60.6327 34.7673 59.2 33 59.2C31.2327 59.2 29.8 60.6327 29.8 62.4C29.8 64.1673 31.2327 65.6 33 65.6Z","fill","#6C63FF"],["opacity","0.1","d","M17 71.2C18.7673 71.2 20.2 69.7673 20.2 68C20.2 66.2327 18.7673 64.8 17 64.8C15.2327 64.8 13.8 66.2327 13.8 68C13.8 69.7673 15.2327 71.2 17 71.2Z","fill","#6C63FF"],["opacity","0.1","d","M171.8 60C172.905 60 173.8 59.1046 173.8 58C173.8 56.8954 172.905 56 171.8 56C170.695 56 169.8 56.8954 169.8 58C169.8 59.1046 170.695 60 171.8 60Z","fill","#6C63FF"],["opacity","0.1","d","M180.2 53.6C181.967 53.6 183.4 52.1673 183.4 50.4C183.4 48.6327 181.967 47.2 180.2 47.2C178.433 47.2 177 48.6327 177 50.4C177 52.1673 178.433 53.6 180.2 53.6Z","fill","#6C63FF"],["opacity","0.1","d","M164.2 59.2C165.967 59.2 167.4 57.7673 167.4 56C167.4 54.2327 165.967 52.8 164.2 52.8C162.433 52.8 161 54.2327 161 56C161 57.7673 162.433 59.2 164.2 59.2Z","fill","#6C63FF"],["opacity","0.1","d","M51 40.8C55.6392 40.8 59.4 37.0392 59.4 32.4C59.4 27.7608 55.6392 24 51 24C46.3608 24 42.6 27.7608 42.6 32.4C42.6 37.0392 46.3608 40.8 51 40.8Z","fill","#6C63FF"],["opacity","0.1","d","M98.6 64.8C101.251 64.8 103.4 62.651 103.4 60C103.4 57.349 101.251 55.2 98.6 55.2C95.949 55.2 93.8 57.349 93.8 60C93.8 62.651 95.949 64.8 98.6 64.8Z","fill","#6C63FF"],["opacity","0.1","d","M145.8 96.8C148.451 96.8 150.6 94.651 150.6 92C150.6 89.349 148.451 87.2 145.8 87.2C143.149 87.2 141 89.349 141 92C141 94.651 143.149 96.8 145.8 96.8Z","fill","#6C63FF"],["fill-rule","evenodd","clip-rule","evenodd","d","M59.8 136.8C75.0431 136.8 87.4 134.293 87.4 131.2C87.4 128.107 75.0431 125.6 59.8 125.6C44.557 125.6 32.2 128.107 32.2 131.2C32.2 134.293 44.557 136.8 59.8 136.8Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["fill-rule","evenodd","clip-rule","evenodd","d","M217.4 152.8C232.643 152.8 245 150.293 245 147.2C245 144.107 232.643 141.6 217.4 141.6C202.157 141.6 189.8 144.107 189.8 147.2C189.8 150.293 202.157 152.8 217.4 152.8Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["fill-rule","evenodd","clip-rule","evenodd","d","M28.6 152.8C43.8431 152.8 56.2 150.293 56.2 147.2C56.2 144.107 43.8431 141.6 28.6 141.6C13.3569 141.6 1 144.107 1 147.2C1 150.293 13.3569 152.8 28.6 152.8Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["d","M122.425 44.7H119.162L120.372 41.0719C120.484 40.6219 120.147 40.2 119.725 40.2H115.675C115.337 40.2 115.028 40.4531 115 40.7906L114.1 47.5406C114.044 47.9625 114.353 48.3 114.775 48.3H118.094L116.8 53.7844C116.716 54.2063 117.025 54.6 117.447 54.6C117.7 54.6 117.925 54.4875 118.037 54.2625L122.987 45.7125C123.269 45.2906 122.931 44.7 122.425 44.7Z","fill","white"],["d","M23.5204 123.2C23.0498 123.2 22.6141 123.375 22.2807 123.669C21.9491 123.96 21.7189 124.369 21.6565 124.837L20.2164 135.712C20.1423 136.278 20.3237 136.811 20.6643 137.203C21.0076 137.598 21.5119 137.85 22.0804 137.85H26.4117L24.5687 145.68C24.4289 146.274 24.5836 146.851 24.9204 147.28C25.2626 147.716 25.7931 148 26.3959 148C26.7289 148 27.0539 147.911 27.3385 147.746C27.616 147.585 27.8553 147.351 28.0254 147.055L35.9453 133.28C36.3068 132.658 36.2644 131.95 35.9495 131.398C35.7868 131.113 35.551 130.871 35.2622 130.703C34.9905 130.544 34.6717 130.45 34.3203 130.45H30.1609L31.7043 124.49C31.5476 124.305 31.4051 124.176 31.278 124.085C31.004 123.89 30.5348 123.687 29.7238 123.539C28.6009 123.335 26.6977 123.2 23.5204 123.2Z","fill","#5E4EA5","stroke","white","stroke-width","1.6"],["d","M185.5 109.6C185.075 109.6 184.682 109.757 184.381 110.02C184.08 110.284 183.872 110.652 183.815 111.073L182.615 120.074C182.548 120.585 182.712 121.066 183.021 121.419C183.331 121.774 183.787 122 184.3 122H187.74L186.244 128.309C186.117 128.846 186.258 129.366 186.564 129.753C186.873 130.145 187.352 130.4 187.897 130.4C188.505 130.4 189.084 130.074 189.391 129.512L195.745 115.6H191.208L192.467 110.771C192.308 110.576 192.165 110.445 192.04 110.357C191.803 110.189 191.397 110.01 190.693 109.883C189.753 109.713 188.16 109.6 185.5 109.6Z","fill","#5E4EA5","stroke","white","stroke-width","1.6"],["d","M215.1 128C214.675 128 214.282 128.157 213.981 128.42C213.68 128.683 213.472 129.052 213.415 129.473L212.215 138.474C212.148 138.985 212.312 139.466 212.621 139.819C212.931 140.174 213.387 140.4 213.9 140.4H217.34L215.844 146.709C215.717 147.246 215.858 147.766 216.164 148.153C216.473 148.545 216.952 148.8 217.497 148.8C218.105 148.8 218.684 148.474 218.991 147.912L225.345 134H220.808L222.067 129.171C221.908 128.976 221.765 128.845 221.64 128.757C221.403 128.589 220.997 128.41 220.293 128.283C219.353 128.113 217.76 128 215.1 128Z","fill","#5E4EA5","stroke","white","stroke-width","1.6"],["d","M55.9003 111.2C55.4754 111.2 55.0822 111.357 54.7812 111.62C54.4802 111.883 54.2716 112.252 54.215 112.673L53.0149 121.674C52.9475 122.185 53.112 122.666 53.4214 123.019C53.7314 123.374 54.1868 123.6 54.7004 123.6H58.1398L56.6444 129.909C56.5174 130.446 56.6576 130.966 56.9637 131.353C57.2728 131.745 57.7518 132 58.2966 132C58.9052 132 59.4843 131.674 59.7907 131.112L66.1452 117.2H61.6081L62.8674 112.371C62.7082 112.176 62.5651 112.045 62.4402 111.957C62.2025 111.789 61.7969 111.61 61.0927 111.483C60.1529 111.313 58.5599 111.2 55.9003 111.2Z","fill","#5E4EA5","stroke","white","stroke-width","1.6"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 210 124","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M90.1491 0H0V100.616H90.1491V0Z","fill","#E6E6E6"],["d","M88.6575 67.1775H1.48926V98.4248H88.6575V67.1775Z","fill","white"],["d","M59.844 74.5891H8.64404V90.6009H59.844V74.5891Z","fill","#C4B7FF"],["d","M76.3172 90.6426C80.8187 90.6426 84.4679 86.9934 84.4679 82.4919C84.4679 77.9904 80.8187 74.3412 76.3172 74.3412C71.8157 74.3412 68.1665 77.9904 68.1665 82.4919C68.1665 86.9934 71.8157 90.6426 76.3172 90.6426Z","fill","#6C63FF"],["d","M88.6575 34.7129H1.48926V65.9602H88.6575V34.7129Z","fill","white"],["d","M59.844 42.1244H8.64404V58.1363H59.844V42.1244Z","fill","#C4B7FF"],["d","M76.3172 58.1801C80.8187 58.1801 84.4679 54.5309 84.4679 50.0294C84.4679 45.5279 80.8187 41.8787 76.3172 41.8787C71.8157 41.8787 68.1665 45.5279 68.1665 50.0294C68.1665 54.5309 71.8157 58.1801 76.3172 58.1801Z","fill","#6C63FF"],["d","M88.6575 2.24823H1.48926V33.4955H88.6575V2.24823Z","fill","white"],["d","M59.844 9.66199H8.64404V25.6739H59.844V9.66199Z","fill","#C4B7FF"],["d","M32.644 74.5891H8.64404V90.6009H32.644V74.5891Z","fill","#5E4EA5"],["d","M45.444 42.1244H8.64404V58.1363H45.444V42.1244Z","fill","#5E4EA5"],["d","M59.644 9.66199H8.64404V25.662H59.644V9.66199Z","fill","#5E4EA5"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint0_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint2_linear)"],["d","M76.1507 25.3014C80.6522 25.3014 84.3014 21.6522 84.3014 17.1507C84.3014 12.6492 80.6522 9 76.1507 9C71.6492 9 68 12.6492 68 17.1507C68 21.6522 71.6492 25.3014 76.1507 25.3014Z","fill","#5E4EA5"],["d","M193.435 36.7899H142.709V35.7444H119.709V36.7899H68.7744C67.8644 36.7899 66.9917 37.1514 66.3482 37.7949C65.7048 38.4384 65.3433 39.3111 65.3433 40.2211V109.679C65.3433 110.589 65.7048 111.462 66.3482 112.106C66.9917 112.749 67.8644 113.111 68.7744 113.111H193.435C195.33 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.345 36.7899 193.435 36.7899Z","fill","#4A4A4A"],["d","M192.266 42.8538H69.9434V111.856H192.266V42.8538Z","fill","#CBCBCB"],["opacity","0.1","d","M157.284 111.856H69.9434V42.8538L157.284 111.856Z","fill","black"],["d","M89.0832 106.693C95.577 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.577 83.1766 89.0832 83.1766C82.5894 83.1766 77.3252 88.4408 77.3252 94.9346C77.3252 101.428 82.5894 106.693 89.0832 106.693Z","fill","#F2F2F2"],["d","M91.7005 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7005 103.772ZM91.7005 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7005 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7005 74.7115Z","fill","#3F3D56"],["d","M170.967 80.0673H159.541V82.4548H170.967V80.0673Z","fill","#4A4A4A"],["d","M184.781 61.4783H145.727V62.5015H184.781V61.4783Z","fill","#4A4A4A"],["d","M184.781 64.7186H145.727V65.7418H184.781V64.7186Z","fill","#4A4A4A"],["d","M184.781 67.9589H145.727V68.9821H184.781V67.9589Z","fill","#4A4A4A"],["d","M184.781 71.1991H145.727V72.2224H184.781V71.1991Z","fill","#4A4A4A"],["d","M184.781 74.4394H145.727V75.4626H184.781V74.4394Z","fill","#4A4A4A"],["d","M184.781 44.2537H180.006V49.0288H184.781V44.2537Z","fill","#F2F2F2"],["d","M186.998 51.2458H181.2V45.4474H186.998V51.2458ZM181.452 50.9937H186.746V45.6996H181.452V50.9937Z","fill","#4A4A4A"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.115C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.261 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.042 109.589 156.01 109.621C155.978 109.653 155.96 109.696 155.96 109.741V110.601H153.402V109.741C153.402 109.696 153.384 109.653 153.352 109.621C153.32 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.089 109.589 114.057 109.621C114.025 109.653 114.007 109.696 114.007 109.741V110.601H111.449V109.741C111.449 109.696 111.431 109.653 111.399 109.621C111.367 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.148 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.4642V109.741C97.4642 109.696 97.4462 109.653 97.4142 109.621C97.3822 109.589 97.3388 109.571 97.2936 109.571H93.2006C93.1554 109.571 93.112 109.589 93.08 109.621C93.048 109.653 93.0301 109.696 93.0301 109.741V110.601H90.472V109.741C90.472 109.696 90.454 109.653 90.422 109.621C90.39 109.589 90.3467 109.571 90.3014 109.571H86.2085C86.1632 109.571 86.1198 109.589 86.0879 109.621C86.0559 109.653 86.0379 109.696 86.0379 109.741V110.601H83.4798V109.741C83.4798 109.696 83.4618 109.653 83.4299 109.621C83.3979 109.589 83.3545 109.571 83.3093 109.571H79.2163C79.171 109.571 79.1277 109.589 79.0957 109.621C79.0637 109.653 79.0457 109.696 79.0457 109.741V110.601H76.4876V109.741C76.4876 109.696 76.4697 109.653 76.4377 109.621C76.4057 109.589 76.3623 109.571 76.3171 109.571H72.2241C72.1789 109.571 72.1355 109.589 72.1035 109.621C72.0715 109.653 72.0536 109.696 72.0536 109.741V110.601H64.2087C61.9482 110.601 60.1157 112.434 60.1157 114.694V116.545C60.1157 118.806 61.9482 120.638 64.2087 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z","fill","#4A4A4A"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8456 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9773 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1718L88.0762 87.0663C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5347 96.5996L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z","fill","#5B5B5B"],["d","M42 75H9V91H42V75Z","fill","#5E4EA5"],["d","M42 42H9V58H42V42Z","fill","#5E4EA5"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint3_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint4_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint5_linear)"],["d","M205.185 113.031H193.247V112.171C193.247 112.125 193.229 112.082 193.197 112.05C193.165 112.018 193.121 112 193.076 112H188.983C188.938 112 188.895 112.018 188.863 112.05C188.831 112.082 188.813 112.125 188.813 112.171V113.031H186.254V112.171C186.254 112.125 186.237 112.082 186.205 112.05C186.173 112.018 186.129 112 186.084 112H181.991C181.946 112 181.902 112.018 181.87 112.05C181.838 112.082 181.82 112.125 181.82 112.171V113.031H179.262V112.171C179.262 112.125 179.244 112.082 179.212 112.05C179.18 112.018 179.137 112 179.092 112H174.999C174.954 112 174.91 112.018 174.878 112.05C174.846 112.082 174.828 112.125 174.828 112.171V113.031H172.27V112.171C172.27 112.125 172.252 112.082 172.22 112.05C172.188 112.018 172.145 112 172.1 112H168.007C167.961 112 167.918 112.018 167.886 112.05C167.854 112.082 167.836 112.125 167.836 112.171V113.031H165.278V112.171C165.278 112.125 165.26 112.082 165.228 112.05C165.196 112.018 165.153 112 165.107 112H161.014C160.969 112 160.926 112.018 160.894 112.05C160.862 112.082 160.844 112.125 160.844 112.171V113.031H158.286V112.171C158.286 112.125 158.268 112.082 158.236 112.05C158.204 112.018 158.16 112 158.115 112H154.022C153.977 112 153.934 112.018 153.902 112.05C153.87 112.082 153.852 112.125 153.852 112.171V113.031H151.294V112.171C151.294 112.125 151.276 112.082 151.244 112.05C151.212 112.018 151.168 112 151.123 112H119.061C119.016 112 118.973 112.018 118.941 112.05C118.909 112.082 118.891 112.125 118.891 112.171V113.031H116.333V112.171C116.333 112.125 116.315 112.082 116.283 112.05C116.251 112.018 116.207 112 116.162 112H112.069C112.024 112 111.981 112.018 111.949 112.05C111.917 112.082 111.899 112.125 111.899 112.171V113.031H109.341V112.171C109.341 112.125 109.323 112.082 109.291 112.05C109.259 112.018 109.215 112 109.17 112H105.077C105.032 112 104.988 112.018 104.956 112.05C104.924 112.082 104.907 112.125 104.907 112.171V113.031H102.348V112.171C102.348 112.125 102.33 112.082 102.298 112.05C102.266 112.018 102.223 112 102.178 112H98.0849C98.0397 112 97.9963 112.018 97.9643 112.05C97.9323 112.082 97.9144 112.125 97.9144 112.171V113.031H95.3563V112.171C95.3563 112.125 95.3383 112.082 95.3063 112.05C95.2743 112.018 95.2309 112 95.1857 112H91.0927C91.0475 112 91.0041 112.018 90.9721 112.05C90.9402 112.082 90.9222 112.125 90.9222 112.171V113.031H88.3641V112.171C88.3641 112.125 88.3461 112.082 88.3141 112.05C88.2822 112.018 88.2388 112 88.1935 112H84.1006C84.0553 112 84.0119 112.018 83.98 112.05C83.948 112.082 83.93 112.125 83.93 112.171V113.031H81.3719V112.171C81.3719 112.125 81.3539 112.082 81.322 112.05C81.29 112.018 81.2466 112 81.2014 112H77.1084C77.0632 112 77.0198 112.018 76.9878 112.05C76.9558 112.082 76.9378 112.125 76.9379 112.171V113.031H69.093C66.8325 113.031 65 114.863 65 117.124V118.974C65 121.235 66.8325 123.067 69.093 123.067H205.185C207.445 123.067 209.277 121.235 209.277 118.974V117.124C209.277 114.863 207.445 113.031 205.185 113.031Z","fill","#4A4A4A"],["d","M78.375 20.625C78.375 19.5938 77.5312 18.75 76.5 18.75C75.4453 18.75 74.625 19.5938 74.625 20.625C74.625 21.6797 75.4453 22.5 76.5 22.5C77.5312 22.5 78.375 21.6797 78.375 20.625ZM74.8359 11.1094L75.1406 17.4844C75.1641 17.7656 75.4219 18 75.7031 18H77.2734C77.5547 18 77.8125 17.7656 77.8359 17.4844L78.1406 11.1094C78.1641 10.7812 77.9062 10.5 77.5781 10.5H75.3984C75.0703 10.5 74.8125 10.7812 74.8359 11.1094Z","fill","white"],["id","paint0_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["stop-color","#808080","stop-opacity","0.25"],["offset","0.54","stop-color","#808080","stop-opacity","0.12"],["offset","1","stop-color","#808080","stop-opacity","0.1"],["id","paint1_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["id","paint3_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["id","paint4_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint5_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 370 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M327.488 99.9755C350.953 99.9755 369.975 80.9531 369.975 57.4877C369.975 34.0224 350.953 15 327.488 15C304.022 15 285 34.0224 285 57.4877C285 80.9531 304.022 99.9755 327.488 99.9755Z","fill","#F1F1F1"],["d","M115.068 85.6077H349.8V86.5722H113L115.068 85.6077Z","fill","#4A4A4A"],["d","M236.776 84.376H226.024V91.544H236.776V84.376Z","fill","#D0CDE1"],["d","M218.856 87.96H233.192V79H218.856V87.96ZM232.569 87.5704H219.479V79.3896H232.569V87.5704Z","fill","#4A4A4A"],["d","M265 57.3624H357.392V120.307H265V57.3624Z","fill","#CBCBCB"],["d","M362.545 50H271.626C271.016 50.0009 270.521 50.495 270.521 51.1048V112.577C270.521 112.87 270.638 113.151 270.845 113.358C271.052 113.565 271.333 113.681 271.626 113.681H362.545C362.838 113.681 363.119 113.565 363.326 113.358C363.533 113.151 363.65 112.87 363.65 112.577V51.1048C363.65 50.495 363.155 50.0009 362.545 50ZM362.913 112.577C362.913 112.674 362.875 112.768 362.806 112.837C362.736 112.907 362.643 112.945 362.545 112.945H271.626C271.528 112.945 271.434 112.907 271.365 112.837C271.296 112.768 271.258 112.674 271.258 112.577V51.1048C271.258 50.9015 271.423 50.7365 271.626 50.7365H362.545C362.748 50.7365 362.913 50.9015 362.913 51.1048V112.577Z","fill","#4A4A4A"],["d","M316.364 93.4359H275.844C275.547 93.4359 275.307 93.6766 275.307 93.9735V97.6835C275.307 97.9804 275.547 98.2211 275.844 98.2211H316.364C316.661 98.2211 316.901 97.9804 316.901 97.6835V93.9735C316.901 93.6766 316.661 93.4359 316.364 93.4359Z","fill","#4A4A4A"],["d","M354.814 89.3873H341.565C341.272 89.3873 340.991 89.5036 340.784 89.7108C340.577 89.918 340.46 90.199 340.46 90.492V100.798C340.46 101.091 340.577 101.372 340.784 101.579C340.991 101.786 341.272 101.903 341.565 101.903H354.814C355.107 101.903 355.388 101.786 355.595 101.579C355.803 101.372 355.919 101.091 355.919 100.798V90.492C355.919 90.199 355.803 89.918 355.595 89.7108C355.388 89.5036 355.107 89.3873 354.814 89.3873ZM355.182 100.798C355.182 101.001 355.017 101.166 354.814 101.166H341.565C341.362 101.166 341.197 101.001 341.197 100.798V90.492C341.196 90.3943 341.235 90.3004 341.304 90.2313C341.373 90.1622 341.467 90.1235 341.565 90.1238H354.814C354.912 90.1235 355.006 90.1622 355.075 90.2313C355.144 90.3004 355.183 90.3943 355.182 90.492V100.798Z","fill","#4A4A4A"],["d","M352.168 91.7653H344.211C343.914 91.7653 343.673 92.006 343.673 92.3029V93.0965C343.673 93.3934 343.914 93.6341 344.211 93.6341H352.168C352.465 93.6341 352.706 93.3934 352.706 93.0965V92.3029C352.706 92.006 352.465 91.7653 352.168 91.7653Z","fill","#4A4A4A"],["d","M352.168 94.71H344.211C343.914 94.71 343.673 94.9507 343.673 95.2476V96.0412C343.673 96.3381 343.914 96.5788 344.211 96.5788H352.168C352.465 96.5788 352.706 96.3381 352.706 96.0412V95.2476C352.706 94.9507 352.465 94.71 352.168 94.71Z","fill","#4A4A4A"],["d","M352.168 97.6548H344.211C343.914 97.6548 343.673 97.8955 343.673 98.1924V98.986C343.673 99.2829 343.914 99.5236 344.211 99.5236H352.168C352.465 99.5236 352.706 99.2829 352.706 98.986V98.1924C352.706 97.8955 352.465 97.6548 352.168 97.6548Z","fill","#4A4A4A"],["d","M295.014 54.4177H276.949C276.652 54.4177 276.411 54.6584 276.411 54.9553V61.9782C276.411 62.2752 276.652 62.5158 276.949 62.5158H295.014C295.311 62.5158 295.552 62.2752 295.552 61.9782V54.9553C295.552 54.6584 295.311 54.4177 295.014 54.4177Z","fill","#4A4A4A"],["d","M312.293 105.198C319.455 105.198 325.261 99.3917 325.261 92.2295C325.261 85.0672 319.455 79.2611 312.293 79.2611C305.131 79.2611 299.325 85.0672 299.325 92.2295C299.325 99.3917 305.131 105.198 312.293 105.198Z","fill","#F2F2F2"],["d","M315.18 101.976C308.655 101.976 302.773 98.0462 300.276 92.0183C297.78 85.9904 299.16 79.052 303.773 74.4384C308.387 69.8249 315.325 68.4448 321.353 70.9416C327.381 73.4384 331.311 79.3205 331.311 85.8451C331.301 94.75 324.085 101.966 315.18 101.976ZM315.18 69.9245C306.387 69.9245 299.259 77.0524 299.259 85.8451C299.259 94.6377 306.387 101.766 315.18 101.766C323.973 101.766 331.1 94.6377 331.1 85.8451C331.09 77.0565 323.968 69.9345 315.18 69.9245Z","fill","#4A4A4A"],["d","M309.677 100.883C309.936 100.948 310.216 100.873 310.41 100.673L318.163 92.664C318.571 92.2458 318.371 91.5387 317.802 91.3966L314.249 90.5107L316.557 86.8411C316.797 86.4038 316.558 85.8537 316.074 85.7332L311.64 84.6277C311.271 84.5355 310.888 84.7313 310.748 85.0854L307.92 92.2295C307.751 92.6583 307.998 93.1384 308.444 93.2497L312.099 94.161L309.186 99.7958C308.959 100.236 309.206 100.766 309.677 100.883Z","fill","#5B5B5B"],["d","M88.6576 67.1775H1.48938V98.4248H88.6576V67.1775Z","fill","white"],["d","M59.8442 74.589H8.64417V90.6009H59.8442V74.589Z","fill","#C4B7FF"],["d","M76.3175 90.6426C80.819 90.6426 84.4682 86.9934 84.4682 82.4919C84.4682 77.9904 80.819 74.3412 76.3175 74.3412C71.8159 74.3412 68.1667 77.9904 68.1667 82.4919C68.1667 86.9934 71.8159 90.6426 76.3175 90.6426Z","fill","#6C63FF"],["d","M88.6576 34.7129H1.48938V65.9602H88.6576V34.7129Z","fill","white"],["d","M59.8442 42.1244H8.64417V58.1363H59.8442V42.1244Z","fill","#C4B7FF"],["d","M76.3175 58.1801C80.819 58.1801 84.4682 54.531 84.4682 50.0294C84.4682 45.5279 80.819 41.8787 76.3175 41.8787C71.8159 41.8787 68.1667 45.5279 68.1667 50.0294C68.1667 54.531 71.8159 58.1801 76.3175 58.1801Z","fill","#6C63FF"],["d","M88.6576 2.24824H1.48938V33.4955H88.6576V2.24824Z","fill","white"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z","fill","#C4B7FF"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z","fill","#5E4EA5"],["d","M76.7868 26.5736C81.6396 26.5736 85.5736 22.6396 85.5736 17.7868C85.5736 12.934 81.6396 9 76.7868 9C71.934 9 68 12.934 68 17.7868C68 22.6396 71.934 26.5736 76.7868 26.5736Z","fill","url(#paint0_linear)"],["d","M76.3174 59.0334C81.1702 59.0334 85.1042 55.0994 85.1042 50.2466C85.1042 45.3938 81.1702 41.4598 76.3174 41.4598C71.4646 41.4598 67.5306 45.3938 67.5306 50.2466C67.5306 55.0994 71.4646 59.0334 76.3174 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3174 91.4958C81.1702 91.4958 85.1042 87.5618 85.1042 82.709C85.1042 77.8562 81.1702 73.9222 76.3174 73.9222C71.4646 73.9222 67.5306 77.8562 67.5306 82.709C67.5306 87.5618 71.4646 91.4958 76.3174 91.4958Z","fill","url(#paint2_linear)"],["d","M193.434 36.7899H142.709V35.7444H119.708V36.7899H68.7742C67.8642 36.7899 66.9915 37.1514 66.348 37.7949C65.7045 38.4384 65.343 39.3111 65.343 40.2211V109.679C65.343 110.589 65.7045 111.462 66.348 112.106C66.9915 112.749 67.8642 113.111 68.7742 113.111H193.434C195.329 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.344 36.7899 193.434 36.7899Z","fill","#4A4A4A"],["d","M192.265 42.8538H69.9432V111.856H192.265V42.8538Z","fill","#CBCBCB"],["opacity","0.1","d","M157.283 111.856H69.9432V42.8538L157.283 111.856Z","fill","black"],["d","M89.0829 106.693C95.5767 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.5767 83.1766 89.0829 83.1766C82.5892 83.1766 77.325 88.4408 77.325 94.9346C77.325 101.428 82.5892 106.693 89.0829 106.693Z","fill","#F2F2F2"],["d","M91.7004 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7004 103.772ZM91.7004 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7004 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7004 74.7115Z","fill","#3F3D56"],["d","M170.967 80.0672H159.541V82.4548H170.967V80.0672Z","fill","#4A4A4A"],["d","M184.781 67.9588H145.727V68.9821H184.781V67.9588Z","fill","#4A4A4A"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.114C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.26 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.041 109.589 156.009 109.621C155.977 109.653 155.96 109.696 155.96 109.741V110.601H153.401V109.741C153.401 109.696 153.383 109.653 153.351 109.621C153.319 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.088 109.589 114.056 109.621C114.024 109.653 114.006 109.696 114.006 109.741V110.601H111.448V109.741C111.448 109.696 111.43 109.653 111.398 109.621C111.366 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.147 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.464V109.741C97.464 109.696 97.4461 109.653 97.4141 109.621C97.3821 109.589 97.3387 109.571 97.2935 109.571H93.2005C93.1553 109.571 93.1119 109.589 93.0799 109.621C93.0479 109.653 93.03 109.696 93.03 109.741V110.601H90.4719V109.741C90.4719 109.696 90.4539 109.653 90.4219 109.621C90.3899 109.589 90.3465 109.571 90.3013 109.571H86.2083C86.1631 109.571 86.1197 109.589 86.0877 109.621C86.0558 109.653 86.0378 109.696 86.0378 109.741V110.601H83.4797V109.741C83.4797 109.696 83.4617 109.653 83.4297 109.621C83.3978 109.589 83.3544 109.571 83.3091 109.571H79.2162C79.1709 109.571 79.1276 109.589 79.0956 109.621C79.0636 109.653 79.0456 109.696 79.0456 109.741V110.601H76.4875V109.741C76.4875 109.696 76.4695 109.653 76.4376 109.621C76.4056 109.589 76.3622 109.571 76.317 109.571H72.224C72.1788 109.571 72.1354 109.589 72.1034 109.621C72.0714 109.653 72.0535 109.696 72.0535 109.741V110.601H64.2086C61.9481 110.601 60.1156 112.434 60.1156 114.694V116.545C60.1156 118.806 61.9481 120.638 64.2086 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z","fill","#4A4A4A"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8457 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9774 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1719L88.0762 87.0664C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5348 96.5997L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z","fill","#5B5B5B"],["d","M78.125 21.625C78.125 20.5938 77.2812 19.75 76.25 19.75C75.1953 19.75 74.375 20.5938 74.375 21.625C74.375 22.6797 75.1953 23.5 76.25 23.5C77.2812 23.5 78.125 22.6797 78.125 21.625ZM74.5859 12.1094L74.8906 18.4844C74.9141 18.7656 75.1719 19 75.4531 19H77.0234C77.3047 19 77.5625 18.7656 77.5859 18.4844L77.8906 12.1094C77.9141 11.7812 77.6562 11.5 77.3281 11.5H75.1484C74.8203 11.5 74.5625 11.7812 74.5859 12.1094Z","fill","white"],["id","paint0_linear","x1","76.7868","y1","26.5736","x2","76.7868","y2","9","gradientUnits","userSpaceOnUse"],["id","paint1_linear","x1","76.3174","y1","59.0334","x2","76.3174","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3174","y1","91.4958","x2","76.3174","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 153 200","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke","#C4B7FF","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7"],["d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46","stroke","#5E4EA5","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7"],["d","M122.399 37H32.25V137.616H122.399V37Z","fill","#E6E6E6"],["d","M120.908 104.178H33.7394V135.425H120.908V104.178Z","fill","white"],["d","M92.0943 111.589H40.8943V127.601H92.0943V111.589Z","fill","#C4B7FF"],["d","M108.567 127.643C113.069 127.643 116.718 123.993 116.718 119.492C116.718 114.99 113.069 111.341 108.567 111.341C104.066 111.341 100.417 114.99 100.417 119.492C100.417 123.993 104.066 127.643 108.567 127.643Z","fill","#6C63FF"],["d","M120.908 71.7129H33.7394V102.96H120.908V71.7129Z","fill","white"],["d","M92.0943 79.1244H40.8943V95.1363H92.0943V79.1244Z","fill","#C4B7FF"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.531 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.531 104.066 95.1801 108.567 95.1801Z","fill","#6C63FF"],["d","M120.908 39.2482H33.7394V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6738H92.0943V46.662Z","fill","#C4B7FF"],["d","M74.5 112H40.5V128H74.5V112Z","fill","#5E4EA5"],["d","M74.5 79H40.5V95H74.5V79Z","fill","#5E4EA5"],["d","M91.8943 46.662H40.8943V62.662H91.8943V46.662Z","fill","#5E4EA5"],["d","M108.567 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.567 45.778C103.715 45.778 99.7806 49.712 99.7806 54.5648C99.7806 59.4176 103.715 63.3516 108.567 63.3516Z","fill","url(#paint0_linear)"],["d","M108.567 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.567 78.4598C103.715 78.4598 99.7806 82.3938 99.7806 87.2466C99.7806 92.0994 103.715 96.0334 108.567 96.0334Z","fill","#5E4EA5"],["d","M108.567 128.496C113.42 128.496 117.354 124.562 117.354 119.709C117.354 114.856 113.42 110.922 108.567 110.922C103.715 110.922 99.7806 114.856 99.7806 119.709C99.7806 124.562 103.715 128.496 108.567 128.496Z","fill","#5E4EA5"],["d","M108.401 62.3014C112.902 62.3014 116.551 58.6522 116.551 54.1507C116.551 49.6492 112.902 46 108.401 46C103.899 46 100.25 49.6492 100.25 54.1507C100.25 58.6522 103.899 62.3014 108.401 62.3014Z","fill","#5E4EA5"],["d","M110.625 57.625C110.625 56.5938 109.781 55.75 108.75 55.75C107.695 55.75 106.875 56.5938 106.875 57.625C106.875 58.6797 107.695 59.5 108.75 59.5C109.781 59.5 110.625 58.6797 110.625 57.625ZM107.086 48.1094L107.391 54.4844C107.414 54.7656 107.672 55 107.953 55H109.523C109.805 55 110.062 54.7656 110.086 54.4844L110.391 48.1094C110.414 47.7812 110.156 47.5 109.828 47.5H107.648C107.32 47.5 107.062 47.7812 107.086 48.1094Z","fill","white"],["d","M141.711 111C141.008 111 140.656 111.859 141.164 112.367L146.164 117.367C146.477 117.68 146.984 117.68 147.297 117.367L152.297 112.367C152.805 111.859 152.453 111 151.75 111H141.711Z","fill","#5E4EA5"],["d","M84.25 185.461C84.25 184.758 83.3906 184.406 82.8828 184.914L77.8828 189.914C77.5703 190.227 77.5703 190.734 77.8828 191.047L82.8828 196.047C83.3906 196.555 84.25 196.203 84.25 195.5V185.461Z","fill","#C4B7FF"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z","fill","#C4B7FF"],["d","M133.75 174C142.31 174 149.25 167.06 149.25 158.5C149.25 149.94 142.31 143 133.75 143C125.19 143 118.25 149.94 118.25 158.5C118.25 167.06 125.19 174 133.75 174Z","fill","#F2F2F2"],["d","M129.872 169.64C130.214 169.726 130.584 169.628 130.84 169.363L141.093 158.771C141.633 158.218 141.369 157.283 140.616 157.095L135.917 155.924L138.969 151.071C139.286 150.493 138.97 149.765 138.331 149.606L132.468 148.144C131.979 148.022 131.473 148.281 131.287 148.749L127.548 158.197C127.324 158.764 127.65 159.399 128.241 159.546L133.074 160.751L129.222 168.203C128.921 168.785 129.249 169.485 129.872 169.64Z","fill","#5B5B5B"],["d","M19.75 174C28.3104 174 35.25 167.06 35.25 158.5C35.25 149.94 28.3104 143 19.75 143C11.1896 143 4.25 149.94 4.25 158.5C4.25 167.06 11.1896 174 19.75 174Z","fill","#F2F2F2"],["d","M19.3208 167.769C23.2973 167.769 26.5208 164.545 26.5208 160.569C26.5208 156.592 23.2973 153.369 19.3208 153.369C15.3444 153.369 12.1208 156.592 12.1208 160.569C12.1208 164.545 15.3444 167.769 19.3208 167.769Z","fill","#CBCBCB"],["d","M13.7656 153.188L12.4676 152.716C12.4676 152.716 15.1815 150.002 18.9572 150.238L17.8953 149.177C17.8953 149.177 20.4911 148.233 22.851 150.71C24.0915 152.013 25.5268 153.544 26.4216 155.269H27.8116L27.2314 156.429L29.2619 157.589L27.1778 157.381C27.3752 158.383 27.3073 159.418 26.9807 160.386L26.5087 161.684C26.5087 161.684 24.6208 157.908 24.6208 157.436V158.616C24.6208 158.616 23.3229 157.554 23.3229 156.846L22.615 157.672L22.261 156.374L17.8953 157.672L18.6032 156.61L15.8894 156.964L16.9514 155.666C16.9514 155.666 13.8836 157.2 13.7656 158.498C13.6476 159.796 12.1137 161.448 12.1137 161.448L11.4058 160.268C11.4058 160.268 10.3438 154.958 13.7656 153.188Z","fill","#595959"],["d","M76.75 31C68.1896 31 61.25 24.0604 61.25 15.5C61.25 6.93959 68.1896 0 76.75 0C85.3104 0 92.25 6.93959 92.25 15.5C92.25 24.0604 85.3104 31 76.75 31Z","fill","#F2F2F2"],["d","M77.1792 24.7687C73.2027 24.7687 69.9792 21.5452 69.9792 17.5687C69.9792 13.5923 73.2027 10.3687 77.1792 10.3687C81.1556 10.3687 84.3792 13.5923 84.3792 17.5687C84.3792 21.5452 81.1556 24.7687 77.1792 24.7687Z","fill","#CBCBCB"],["d","M82.7344 10.1883L84.0324 9.71628C84.0324 9.71628 81.3185 7.00246 77.5428 7.23845L78.6047 6.17651C78.6047 6.17651 76.0089 5.23258 73.649 7.71041C72.4085 9.01295 70.9732 10.544 70.0784 12.2687H68.6884L69.2686 13.429L67.2381 14.5893L69.3222 14.3808C69.1248 15.3825 69.1927 16.4184 69.5193 17.3858L69.9913 18.6837C69.9913 18.6837 71.8792 14.9079 71.8792 14.4359V15.6159C71.8792 15.6159 73.1771 14.5539 73.1771 13.846L73.885 14.6719L74.239 13.374L78.6047 14.6719L77.8968 13.61L80.6106 13.964L79.5486 12.6661C79.5486 12.6661 82.6164 14.2 82.7344 15.4979C82.8524 16.7958 84.3863 18.4477 84.3863 18.4477L85.0942 17.2678C85.0942 17.2678 86.1562 11.9581 82.7344 10.1883Z","fill","#595959"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.786 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.542 141.365 153.936Z","fill","#595959"],["d","M140.968 160.376C141.521 160.376 141.968 159.928 141.968 159.376C141.968 158.823 141.521 158.376 140.968 158.376C140.416 158.376 139.968 158.823 139.968 159.376C139.968 159.928 140.416 160.376 140.968 160.376Z","fill","#CBCBCB"],["d","M129.168 160.376C129.721 160.376 130.168 159.928 130.168 159.376C130.168 158.823 129.721 158.376 129.168 158.376C128.616 158.376 128.168 158.823 128.168 159.376C128.168 159.928 128.616 160.376 129.168 160.376Z","fill","#CBCBCB"],["d","M135.068 165.276C138.272 165.276 140.868 162.679 140.868 159.476C140.868 156.272 138.272 153.676 135.068 153.676C131.865 153.676 129.268 156.272 129.268 159.476C129.268 162.679 131.865 165.276 135.068 165.276Z","fill","#CBCBCB"],["d","M140.384 153.575L136.049 151.304L130.062 152.233L128.824 157.704L131.907 157.585L132.768 155.576V157.552L134.191 157.498L135.017 154.298L135.533 157.704L140.591 157.601L140.384 153.575Z","fill","#595959"],["d","M79.4007 199.301C83.9022 199.301 87.5514 195.652 87.5514 191.151C87.5514 186.649 83.9022 183 79.4007 183C74.8992 183 71.25 186.649 71.25 191.151C71.25 195.652 74.8992 199.301 79.4007 199.301Z","fill","#5E4EA5"],["d","M82.9375 189.25H80.2188L81.2266 186.227C81.3203 185.852 81.0391 185.5 80.6875 185.5H77.3125C77.0313 185.5 76.7735 185.711 76.75 185.992L76 191.617C75.9531 191.969 76.211 192.25 76.5625 192.25H79.3281L78.25 196.82C78.1797 197.172 78.4375 197.5 78.7891 197.5C79 197.5 79.1875 197.406 79.2813 197.219L83.4063 190.094C83.6406 189.742 83.3594 189.25 82.9375 189.25Z","fill","white"],["d","M106.555 91.8125C106.789 92.0469 107.188 92.0469 107.422 91.8125L114.312 84.9219C114.547 84.6875 114.547 84.2891 114.312 84.0547L113.469 83.2109C113.234 82.9766 112.859 82.9766 112.625 83.2109L107 88.8359L104.352 86.2109C104.117 85.9766 103.742 85.9766 103.508 86.2109L102.664 87.0547C102.43 87.2891 102.43 87.6875 102.664 87.9219L106.555 91.8125Z","fill","white"],["d","M106.555 124.812C106.789 125.047 107.188 125.047 107.422 124.812L114.312 117.922C114.547 117.688 114.547 117.289 114.312 117.055L113.469 116.211C113.234 115.977 112.859 115.977 112.625 116.211L107 121.836L104.352 119.211C104.117 118.977 103.742 118.977 103.508 119.211L102.664 120.055C102.43 120.289 102.43 120.688 102.664 120.922L106.555 124.812Z","fill","white"],["id","paint0_linear","x1","108.567","y1","63.3516","x2","108.567","y2","45.778","gradientUnits","userSpaceOnUse"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke","#5E4EA5","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7"],["d","M120.908 104.177H33.7393V135.425H120.908V104.177Z","fill","white"],["d","M120.908 71.7129H33.7393V102.96H120.908V71.7129Z","fill","white"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.5309 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.5309 104.066 95.1801 108.567 95.1801Z","fill","#6C63FF"],["d","M120.908 39.2482H33.7393V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6739H92.0943V46.662Z","fill","#C4B7FF"],["d","M76 112H41V128H76V112Z","fill","#5E4EA5"],["d","M70 79H41V95H70V79Z","fill","#5E4EA5"],["d","M70 47H41V63H70V47Z","fill","#5E4EA5"],["d","M108.568 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.568 45.778C103.715 45.778 99.7808 49.712 99.7808 54.5648C99.7808 59.4176 103.715 63.3516 108.568 63.3516Z","fill","url(#paint0_linear)"],["d","M108.568 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.568 78.4598C103.715 78.4598 99.7808 82.3938 99.7808 87.2466C99.7808 92.0994 103.715 96.0334 108.568 96.0334Z","fill","#5E4EA5"],["d","M108.568 129.496C113.42 129.496 117.354 125.562 117.354 120.709C117.354 115.856 113.42 111.922 108.568 111.922C103.715 111.922 99.7808 115.856 99.7808 120.709C99.7808 125.562 103.715 129.496 108.568 129.496Z","fill","#5E4EA5"],["d","M106.805 91.8125C107.039 92.0469 107.438 92.0469 107.672 91.8125L114.562 84.9219C114.797 84.6875 114.797 84.2891 114.562 84.0547L113.719 83.2109C113.484 82.9766 113.109 82.9766 112.875 83.2109L107.25 88.8359L104.602 86.2109C104.367 85.9766 103.992 85.9766 103.758 86.2109L102.914 87.0547C102.68 87.2891 102.68 87.6875 102.914 87.9219L106.805 91.8125Z","fill","white"],["d","M106.805 58.8125C107.039 59.0469 107.438 59.0469 107.672 58.8125L114.562 51.9219C114.797 51.6875 114.797 51.2891 114.562 51.0547L113.719 50.2109C113.484 49.9766 113.109 49.9766 112.875 50.2109L107.25 55.8359L104.602 53.2109C104.367 52.9766 103.992 52.9766 103.758 53.2109L102.914 54.0547C102.68 54.2891 102.68 54.6875 102.914 54.9219L106.805 58.8125Z","fill","white"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z","fill","#5E4EA5"],["d","M77.1792 24.7688C73.2027 24.7688 69.9792 21.5452 69.9792 17.5688C69.9792 13.5923 73.2027 10.3688 77.1792 10.3688C81.1556 10.3688 84.3792 13.5923 84.3792 17.5688C84.3792 21.5452 81.1556 24.7688 77.1792 24.7688Z","fill","#CBCBCB"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.785 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.543 141.365 153.936Z","fill","#595959"],["d","M82.9374 189.25H80.2186L81.2265 186.227C81.3202 185.852 81.039 185.5 80.6874 185.5H77.3124C77.0311 185.5 76.7733 185.711 76.7499 185.992L75.9999 191.617C75.953 191.969 76.2108 192.25 76.5624 192.25H79.328L78.2499 196.82C78.1796 197.172 78.4374 197.5 78.789 197.5C78.9999 197.5 79.1874 197.406 79.2811 197.219L83.4061 190.094C83.6405 189.742 83.3593 189.25 82.9374 189.25Z","fill","white"],["id","paint0_linear","x1","108.568","y1","63.3516","x2","108.568","y2","45.778","gradientUnits","userSpaceOnUse"]],template:function(t,a){if(1&t&&(e.YNc(0,vo,1,0,"ng-container",0),e.YNc(1,bo,47,5,"ng-template",null,1,e.W1O),e.YNc(3,Zo,96,5,"ng-template",null,2,e.W1O),e.YNc(5,wo,68,5,"ng-template",null,3,e.W1O),e.YNc(7,Ao,53,5,"ng-template",null,4,e.W1O),e.YNc(9,So,52,5,"ng-template",null,5,e.W1O)),2&t){const o=e.MAs(2),s=e.MAs(4),r=e.MAs(6),_=e.MAs(8),g=e.MAs(10);e.Q6J("ngTemplateOutlet",1===a.stepNumber?o:2===a.stepNumber?s:3===a.stepNumber?r:4===a.stepNumber?_:g)}},directives:[p.tP,d.xw,d.yH,d.Wh,p.mk,k.oO,Z.n5,Z.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[To.l]}}),n})();const ko=["stepper"];function Fo(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(2);e.Oqu(t.inputFormLabel)}}function No(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function qo(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount must be a positive number."),e.qZA())}function Uo(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.hij("Amount must be less than or equal to ",null==t.selChannel?null:t.selChannel.local_balance,".")}}function Oo(n,i){if(1&n&&(e.TgZ(0,"mat-option",55),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.AsE("",t.remote_alias," - ",t.chan_id,"")}}function Ro(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Receive from Peer is required."),e.qZA())}function Mo(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Receive from Peer not found in the list."),e.qZA())}function Io(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(2);e.Oqu(t.feeFormLabel)}}function Do(n,i){if(1&n&&(e.TgZ(0,"mat-option",55),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.hij(" ",t.name," ")}}function Po(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.hij("",t.feeFormGroup.controls.selFeeLimitType.value?t.feeFormGroup.controls.selFeeLimitType.value.placeholder:t.feeLimitTypes[0].placeholder," is required.")}}function Jo(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.hij("",t.feeFormGroup.controls.selFeeLimitType.value?t.feeFormGroup.controls.selFeeLimitType.value.placeholder:t.feeLimitTypes[0].placeholder," must be a positive number.")}}function Eo(n,i){1&n&&e._uU(0,"Invoice/Payment")}function Qo(n,i){1&n&&(e.TgZ(0,"mat-icon",56),e._uU(1,"check"),e.qZA())}function Yo(n,i){1&n&&e._UZ(0,"mat-progress-bar",57)}function Ho(n,i){if(1&n&&(e.TgZ(0,"mat-icon",56),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(null!=t.paymentStatus&&t.paymentStatus.error?"close":"check")}}function Bo(n,i){1&n&&e._UZ(0,"div",14)}function Vo(n,i){1&n&&e._UZ(0,"mat-progress-bar",57)}function Go(n,i){if(1&n&&(e.TgZ(0,"h4",58),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.paymentStatus&&t.paymentStatus.payment_hash?"Rebalance Successful.":"Rebalance Failed.")}}function zo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",59),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onRestart()}),e._uU(1,"Start Again"),e.qZA()}}function Wo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",5)(1,"div",6)(2,"mat-card-header",7)(3,"div",8)(4,"span",9),e._uU(5),e.qZA()(),e.TgZ(6,"div",10)(7,"button",11),e.NdJ("click",function(){return e.CHM(t),e.oxw().showInfo()}),e._uU(8,"?"),e.qZA(),e.TgZ(9,"button",12),e.NdJ("click",function(){return e.CHM(t),e.oxw().onClose()}),e._uU(10,"X"),e.qZA()()(),e.TgZ(11,"mat-card-content",13)(12,"div",14)(13,"div",15)(14,"div",16),e._UZ(15,"fa-icon",17),e.TgZ(16,"span"),e._uU(17,"Circular Rebalance is a payment you make to *yourselves* to affect a relative change in the balances of two channels. This is accomplished by sending payment out from the selected channel and receiving it back on the channel with the selected peer. Please note, you will be paying routing fee to balance the channels in this manner."),e.qZA()()(),e.TgZ(18,"div",18)(19,"p",19)(20,"strong"),e._uU(21,"Channel Peer:\xa0"),e.qZA(),e._uU(22),e.ALo(23,"titlecase"),e.qZA(),e.TgZ(24,"p",19)(25,"strong"),e._uU(26,"Channel ID:\xa0"),e.qZA(),e._uU(27),e.qZA()(),e.TgZ(28,"mat-vertical-stepper",20,21),e.NdJ("selectionChange",function(o){return e.CHM(t),e.oxw().stepSelectionChanged(o)}),e.TgZ(30,"mat-step",22)(31,"form",23),e.YNc(32,Fo,1,1,"ng-template",24),e.TgZ(33,"div",25)(34,"mat-form-field",26),e._UZ(35,"input",27),e.TgZ(36,"mat-hint"),e._uU(37),e.qZA(),e.TgZ(38,"span",28),e._uU(39,"Sats"),e.qZA(),e.YNc(40,No,2,0,"mat-error",29),e.YNc(41,qo,2,0,"mat-error",29),e.YNc(42,Uo,2,1,"mat-error",29),e.qZA(),e.TgZ(43,"mat-form-field",30)(44,"input",31),e.NdJ("change",function(){return e.CHM(t),e.oxw().onSelectedPeerChanged()}),e.qZA(),e.TgZ(45,"mat-autocomplete",32,33),e.NdJ("optionSelected",function(){return e.CHM(t),e.oxw().onSelectedPeerChanged()}),e.YNc(47,Oo,2,3,"mat-option",34),e.ALo(48,"async"),e.qZA(),e.YNc(49,Ro,2,0,"mat-error",29),e.YNc(50,Mo,2,0,"mat-error",29),e.qZA()(),e.TgZ(51,"div",35)(52,"button",36),e.NdJ("click",function(){return e.CHM(t),e.oxw().onSelectFee()}),e._uU(53,"Select Fee"),e.qZA()()()(),e.TgZ(54,"mat-step",22)(55,"form",23),e.YNc(56,Io,1,1,"ng-template",37),e.TgZ(57,"div",25)(58,"div",25)(59,"mat-form-field",30)(60,"mat-select",38),e.YNc(61,Do,2,2,"mat-option",34),e.qZA()(),e.TgZ(62,"mat-form-field",26),e._UZ(63,"input",39),e.YNc(64,Po,2,1,"mat-error",29),e.YNc(65,Jo,2,1,"mat-error",29),e.qZA()()(),e.TgZ(66,"div",35)(67,"button",40),e.NdJ("click",function(){return e.CHM(t),e.oxw().onRebalance()}),e._uU(68,"Rebalance"),e.qZA()()()(),e.TgZ(69,"mat-step",41)(70,"form",23),e.YNc(71,Eo,1,0,"ng-template",24),e.TgZ(72,"div",42)(73,"mat-expansion-panel",43)(74,"mat-expansion-panel-header")(75,"mat-panel-title")(76,"span",44),e._uU(77),e.YNc(78,Qo,2,0,"mat-icon",45),e.qZA()()(),e.TgZ(79,"div",14)(80,"span",46),e._uU(81),e.qZA()()(),e.YNc(82,Yo,1,0,"mat-progress-bar",47),e.TgZ(83,"mat-expansion-panel",48)(84,"mat-expansion-panel-header")(85,"mat-panel-title")(86,"span",44),e._uU(87),e.YNc(88,Ho,2,1,"mat-icon",45),e.qZA()()(),e.YNc(89,Bo,1,0,"div",49),e.qZA(),e.YNc(90,Vo,1,0,"mat-progress-bar",47),e.qZA(),e.YNc(91,Go,2,1,"h4",50),e.TgZ(92,"div",51),e.YNc(93,zo,2,0,"button",52),e.qZA()()()(),e.TgZ(94,"div",53)(95,"button",54),e._uU(96,"Close"),e.qZA()()()()()()}if(2&n){const t=e.MAs(46),a=e.oxw(),o=e.MAs(2);e.Q6J("@opacityAnimation",void 0),e.xp6(3),e.Q6J("fxFlex",a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM?"83":"91"),e.xp6(2),e.Oqu(a.channel?"Channel "+a.loopDirectionCaption:a.loopDirectionCaption),e.xp6(1),e.Q6J("fxFlex",a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM?"17":"9"),e.xp6(9),e.Q6J("icon",a.faInfoCircle),e.xp6(7),e.Oqu(e.lcZ(23,45,a.selChannel.remote_alias)),e.xp6(5),e.Oqu(a.selChannel.chan_id),e.xp6(1),e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",a.inputFormGroup)("editable",a.flgEditable),e.xp6(1),e.Q6J("formGroup",a.inputFormGroup),e.xp6(4),e.Q6J("step",100),e.xp6(2),e.AsE("(Local Bal: ",null==a.selChannel?null:a.selChannel.local_balance,", Remaining: ",(null==a.selChannel?null:a.selChannel.local_balance)-(a.inputFormGroup.controls.rebalanceAmount.value?a.inputFormGroup.controls.rebalanceAmount.value:0),")"),e.xp6(3),e.Q6J("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.min),e.xp6(1),e.Q6J("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.max),e.xp6(2),e.Q6J("matAutocomplete",t),e.xp6(1),e.Q6J("displayWith",a.displayFn),e.xp6(2),e.Q6J("ngForOf",e.lcZ(48,47,a.filteredActiveChannels)),e.xp6(2),e.Q6J("ngIf",null==a.inputFormGroup.controls.selRebalancePeer.errors?null:a.inputFormGroup.controls.selRebalancePeer.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.inputFormGroup.controls.selRebalancePeer.errors?null:a.inputFormGroup.controls.selRebalancePeer.errors.notfound),e.xp6(4),e.Q6J("stepControl",a.feeFormGroup)("editable",a.flgEditable),e.xp6(1),e.Q6J("formGroup",a.feeFormGroup),e.xp6(6),e.Q6J("ngForOf",a.feeLimitTypes),e.xp6(2),e.s9C("placeholder",a.feeFormGroup.controls.selFeeLimitType.value?a.feeFormGroup.controls.selFeeLimitType.value.placeholder:a.feeLimitTypes[0].placeholder),e.Q6J("step",1),e.xp6(1),e.Q6J("ngIf",null==a.feeFormGroup.controls.feeLimit.errors?null:a.feeFormGroup.controls.feeLimit.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.feeFormGroup.controls.feeLimit.errors?null:a.feeFormGroup.controls.feeLimit.errors.min),e.xp6(4),e.Q6J("stepControl",a.statusFormGroup),e.xp6(1),e.Q6J("formGroup",a.statusFormGroup),e.xp6(7),e.Oqu(a.flgInvoiceGenerated?a.flgReusingInvoice?"Invoice re-used":"Invoice generated":"Generating invoice..."),e.xp6(1),e.Q6J("ngIf",a.flgInvoiceGenerated),e.xp6(3),e.Oqu(a.paymentRequest),e.xp6(1),e.Q6J("ngIf",!a.flgInvoiceGenerated),e.xp6(1),e.Q6J("expanded",(a.flgInvoiceGenerated||a.flgReusingInvoice)&&a.flgPaymentSent),e.xp6(4),e.Oqu(a.flgInvoiceGenerated||a.flgPaymentSent?a.flgPaymentSent?null!=a.paymentStatus&&a.paymentStatus.error?"Payment failed":"Payment successful":"Processing payment...":"Payment waiting for Invoice"),e.xp6(1),e.Q6J("ngIf",a.flgPaymentSent),e.xp6(1),e.Q6J("ngIf",!a.paymentStatus)("ngIfElse",o),e.xp6(1),e.Q6J("ngIf",a.flgInvoiceGenerated&&!a.flgPaymentSent),e.xp6(1),e.Q6J("ngIf",a.flgInvoiceGenerated&&a.flgPaymentSent),e.xp6(2),e.Q6J("ngIf",a.paymentStatus&&a.paymentStatus.error),e.xp6(2),e.Q6J("mat-dialog-close",!1)}}function Xo(n,i){1&n&&e.GkF(0)}function $o(n,i){if(1&n&&e.YNc(0,Xo,1,0,"ng-container",60),2&n){const t=e.oxw(),a=e.MAs(4),o=e.MAs(6);e.Q6J("ngTemplateOutlet",t.paymentStatus.error?a:o)}}function jo(n,i){if(1&n&&(e.TgZ(0,"div",14)(1,"span",46),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.hij("Error: ",t.paymentStatus.error,"")}}function Ko(n,i){if(1&n&&(e.TgZ(0,"div",14)(1,"div",61)(2,"div",6)(3,"h4",62),e._uU(4,"Payment Hash"),e.qZA(),e.TgZ(5,"span",46),e._uU(6),e.qZA()()(),e._UZ(7,"mat-divider",63),e.TgZ(8,"div",61)(9,"div",64)(10,"h4",62),e._uU(11),e.qZA(),e.TgZ(12,"span",46),e._uU(13),e.qZA()(),e.TgZ(14,"div",64)(15,"h4",62),e._uU(16,"Number of Hops"),e.qZA(),e.TgZ(17,"span",46),e._uU(18),e.qZA()()()()),2&n){const t=e.oxw();e.xp6(6),e.Oqu(t.paymentStatus.payment_hash),e.xp6(5),e.hij("Total Fees (",t.paymentStatus.payment_route.total_fees_msat?"mSats":"Sats",")"),e.xp6(2),e.Oqu(t.paymentStatus.payment_route.total_fees_msat?t.paymentStatus.payment_route.total_fees_msat:t.paymentStatus.payment_route.total_fees?t.paymentStatus.payment_route.total_fees:0),e.xp6(5),e.Oqu(t.paymentStatus&&t.paymentStatus.payment_route&&t.paymentStatus.payment_route.hops&&t.paymentStatus.payment_route.hops.length?t.paymentStatus.payment_route.hops.length:0)}}const es=function(n,i){return{"dot-primary":n,"dot-primary-lighter":i}};function ts(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"span",81),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(2).onStepChanged(s)}),e._UZ(1,"p",82),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.Q6J("ngClass",e.WLB(1,es,a.stepNumber===t,a.stepNumber!==t))}}function ns(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",83),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onStepChanged(4)}),e._uU(1,"Back"),e.qZA()}}function as(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",84),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return o.flgShowInfo=!1,o.stepNumber=1}),e._uU(1,"Close"),e.qZA()}}function is(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",85),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return o.flgShowInfo=!1,o.stepNumber=1}),e._uU(1,"Close"),e.qZA()}}function os(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",86),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return o.onStepChanged(o.stepNumber-1)}),e._uU(1,"Back"),e.qZA()}}function ss(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",87),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return o.onStepChanged(o.stepNumber+1)}),e._uU(1,"Next"),e.qZA()}}const ls=function(){return[1,2,3,4,5]};function rs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",65)(1,"div",66)(2,"mat-card-header",67)(3,"div",68),e._UZ(4,"span",9),e.qZA(),e.TgZ(5,"div",69)(6,"button",70),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return o.flgShowInfo=!1,o.stepNumber=1}),e._uU(7,"X"),e.qZA()()(),e.TgZ(8,"mat-card-content",71)(9,"rtl-channel-rebalance-infographics",72),e.NdJ("stepNumberChange",function(o){return e.CHM(t),e.oxw().stepNumber=o}),e.qZA()(),e.TgZ(10,"div",73),e.YNc(11,ts,2,4,"span",74),e.qZA(),e.TgZ(12,"div",75),e.YNc(13,ns,2,0,"button",76),e.YNc(14,as,2,0,"button",77),e.YNc(15,is,2,0,"button",78),e.YNc(16,os,2,0,"button",79),e.YNc(17,ss,2,0,"button",80),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@opacityAnimation",void 0),e.xp6(9),e.Q6J("stepNumber",t.stepNumber)("animationDirection",t.animationDirection),e.xp6(2),e.Q6J("ngForOf",e.DdM(9,ls)),e.xp6(2),e.Q6J("ngIf",5===t.stepNumber),e.xp6(1),e.Q6J("ngIf",5===t.stepNumber),e.xp6(1),e.Q6J("ngIf",t.stepNumber<5),e.xp6(1),e.Q6J("ngIf",t.stepNumber>1&&t.stepNumber<5),e.xp6(1),e.Q6J("ngIf",t.stepNumber<5)}}let cs=(()=>{class n{constructor(t,a,o,s,r,_,g,C){this.dialogRef=t,this.data=a,this.logger=o,this.store=s,this.actions=r,this.formBuilder=_,this.decimalPipe=g,this.commonService=C,this.faInfoCircle=v.sqG,this.invoices={},this.selChannel={},this.activeChannels=[],this.feeLimitTypes=[],this.queryRoute={},this.paymentRequest="",this.paymentStatus=null,this.flgReusingInvoice=!1,this.flgInvoiceGenerated=!1,this.flgPaymentSent=!1,this.inputFormLabel="Amount to rebalance",this.feeFormLabel="Select rebalance fee",this.flgEditable=!0,this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=l.cu,this.animationDirection="forward",this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){var t,a,o,s,r;this.screenSize=this.commonService.getScreenSize();let _="",g="";this.selChannel=(null===(t=this.data.message)||void 0===t?void 0:t.selChannel)||{},this.activeChannels=(null===(o=null===(a=this.data.message)||void 0===a?void 0:a.channels)||void 0===o?void 0:o.filter(C=>C.active&&C.chan_id!==this.selChannel.chan_id&&C.remote_balance&&C.remote_balance>0))||[],this.activeChannels=this.activeChannels.sort((C,I)=>(_=C.remote_alias?C.remote_alias.toLowerCase():C.chan_id?C.chan_id.toLowerCase():"",g=I.remote_alias?I.remote_alias.toLowerCase():C.chan_id?C.chan_id.toLowerCase():"",_g?1:0)),l.Vc.forEach((C,I)=>{I>0&&this.feeLimitTypes.push(C)}),this.inputFormGroup=this.formBuilder.group({hiddenAmount:["",[u.kI.required]],rebalanceAmount:["",[u.kI.required,u.kI.min(1),u.kI.max(this.selChannel.local_balance||0)]],selRebalancePeer:[null,u.kI.required]}),this.feeFormGroup=this.formBuilder.group({selFeeLimitType:[this.feeLimitTypes[0],u.kI.required],feeLimit:["",[u.kI.required,u.kI.min(0)]],hiddenFeeLimit:["",[u.kI.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(y.Ef).pipe((0,h.R)(this.unSubs[0])).subscribe(C=>{this.invoices=C.listInvoices,this.logger.info(C)}),this.actions.pipe((0,h.R)(this.unSubs[1]),(0,Y.h)(C=>C.type===l.uR.SET_QUERY_ROUTES_LND||C.type===l.uR.SEND_PAYMENT_STATUS_LND||C.type===l.uR.NEWLY_SAVED_INVOICE_LND)).subscribe(C=>{C.type===l.uR.SET_QUERY_ROUTES_LND&&(this.queryRoute=C.payload),C.type===l.uR.SEND_PAYMENT_STATUS_LND&&(this.logger.info(C.payload),this.flgPaymentSent=!0,this.paymentStatus=C.payload,this.flgEditable=!0),C.type===l.uR.NEWLY_SAVED_INVOICE_LND&&(this.logger.info(C.payload),this.flgInvoiceGenerated=!0,this.sendPayment(C.payload.paymentRequest))}),null===(s=this.inputFormGroup.get("rebalanceAmount"))||void 0===s||s.valueChanges.pipe((0,h.R)(this.unSubs[2]),(0,xe.O)(0)).subscribe(C=>{this.inputFormGroup.controls.selRebalancePeer.setValue(""),this.inputFormGroup.controls.selRebalancePeer.setErrors(null),this.filteredActiveChannels=(0,Te.of)(C?this.filterActiveChannels():this.activeChannels.slice())}),null===(r=this.inputFormGroup.get("selRebalancePeer"))||void 0===r||r.valueChanges.pipe((0,h.R)(this.unSubs[3]),(0,xe.O)("")).subscribe(C=>{"string"==typeof C&&(this.filteredActiveChannels=(0,Te.of)(this.filterActiveChannels()))})}onSelectFee(){return this.inputFormGroup.controls.selRebalancePeer.value&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value&&this.onSelectedPeerChanged(),this.inputFormGroup.controls.selRebalancePeer.value&&"string"!=typeof this.inputFormGroup.controls.selRebalancePeer.value?!this.inputFormGroup.controls.rebalanceAmount.value||(0===this.stepper.selectedIndex&&(this.inputFormGroup.controls.hiddenAmount.setValue(this.inputFormGroup.controls.rebalanceAmount.value),this.stepper.next()),this.queryRoute=null,this.feeFormGroup.reset(),void this.feeFormGroup.controls.selFeeLimitType.setValue(this.feeLimitTypes[0])):(this.inputFormGroup.controls.selRebalancePeer.setErrors({required:!0}),!0)}stepSelectionChanged(t){var a;switch(t.selectedIndex){case 0:default:this.inputFormLabel="Amount to rebalance",this.feeFormLabel="Select rebalance fee";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?this.inputFormGroup.controls.selRebalancePeer.value.remote_alias:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey.substring(0,15)+"..."):"Amount to rebalance",this.feeFormLabel="Select rebalance fee";break;case 2:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?this.inputFormGroup.controls.selRebalancePeer.value.remote_alias:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey.substring(0,15)+"..."):"Amount to rebalance",this.feeFormLabel=this.queryRoute&&this.queryRoute.routes&&this.queryRoute.routes.length>0&&(this.queryRoute.routes[0].total_fees_msat||this.queryRoute.routes[0].hops&&this.queryRoute.routes[0].hops.length)?this.feeFormGroup.controls.selFeeLimitType.value.placeholder+": "+this.decimalPipe.transform(this.feeFormGroup.controls.feeLimit.value?this.feeFormGroup.controls.feeLimit.value:0)+" | Hops: "+(null===(a=this.queryRoute.routes[0].hops)||void 0===a?void 0:a.length):"Select rebalance fee"}t.selectedIndex+this.selChannel.local_balance||!this.feeFormGroup.controls.feeLimit.value||this.feeFormGroup.controls.feeLimit.value<0||!this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey)return!0;this.feeFormGroup.controls.hiddenFeeLimit.setValue(this.feeFormGroup.controls.feeLimit.value),this.stepper.next(),this.flgEditable=!1,this.paymentRequest="",this.paymentStatus=null,this.flgReusingInvoice=!1,this.flgInvoiceGenerated=!1,this.flgPaymentSent=!1;const t=this.findUnsettledInvoice();t?(this.flgReusingInvoice=!0,this.sendPayment(t.payment_request||"")):this.store.dispatch((0,w.Rd)({payload:{uiMessage:l.m6.NO_SPINNER,memo:"Local-Rebalance-"+this.inputFormGroup.controls.rebalanceAmount.value+"-Sats",invoiceValue:this.inputFormGroup.controls.rebalanceAmount.value,private:!1,expiry:3600,pageSize:l.IV,openModal:!1}}))}findUnsettledInvoice(){var t;return null===(t=this.invoices.invoices)||void 0===t?void 0:t.find(a=>(!a.settle_date||0==+a.settle_date)&&a.memo==="Local-Rebalance-"+this.inputFormGroup.controls.rebalanceAmount.value+"-Sats"&&"CANCELED"!==a.state)}sendPayment(t){this.flgInvoiceGenerated=!0,this.paymentRequest=t,this.store.dispatch((0,w.oV)("percent"===this.feeFormGroup.controls.selFeeLimitType.value.id&&+this.feeFormGroup.controls.feeLimit.value%1!=0?{payload:{uiMessage:l.m6.NO_SPINNER,paymentReq:t,outgoingChannel:this.selChannel,feeLimitType:"fixed",feeLimit:Math.ceil(+this.feeFormGroup.controls.feeLimit.value*+this.inputFormGroup.controls.rebalanceAmount.value/100),allowSelfPayment:!0,lastHopPubkey:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey,fromDialog:!0}}:{payload:{uiMessage:l.m6.NO_SPINNER,paymentReq:t,outgoingChannel:this.selChannel,feeLimitType:this.feeFormGroup.controls.selFeeLimitType.value.id,feeLimit:this.feeFormGroup.controls.feeLimit.value,allowSelfPayment:!0,lastHopPubkey:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey,fromDialog:!0}}))}filterActiveChannels(){var t;return null===(t=this.activeChannels)||void 0===t?void 0:t.filter(a=>{var o,s;return a.remote_balance&&a.remote_balance>=this.inputFormGroup.controls.rebalanceAmount.value&&a.chan_id!==this.selChannel.chan_id&&(0===(null===(o=a.remote_alias)||void 0===o?void 0:o.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():""))||0===(null===(s=a.chan_id)||void 0===s?void 0:s.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")))})}onSelectedPeerChanged(){var t;if(this.inputFormGroup.controls.selRebalancePeer.value&&this.inputFormGroup.controls.selRebalancePeer.value.length>0&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value){const a=null===(t=this.activeChannels)||void 0===t?void 0:t.filter(o=>{var s,r;return(null===(s=o.remote_alias)||void 0===s?void 0:s.length)===this.inputFormGroup.controls.selRebalancePeer.value.length&&0===(null===(r=o.remote_alias)||void 0===r?void 0:r.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():""))});a&&a.length>0?(this.inputFormGroup.controls.selRebalancePeer.setValue(a[0]),this.inputFormGroup.controls.selRebalancePeer.setErrors(null)):this.inputFormGroup.controls.selRebalancePeer.setErrors({notfound:!0})}}displayFn(t){return t&&t.remote_alias?t.remote_alias:t&&t.chan_id?t.chan_id:""}showInfo(){this.flgShowInfo=!0}onStepChanged(t){this.animationDirection=t{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(U.mQ),e.Y36(L.yh),e.Y36(W.eX),e.Y36(u.qu),e.Y36(p.JJ),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-rebalance"]],viewQuery:function(t,a){if(1&t&&e.Gf(ko,5),2&t){let o;e.iGM(o=e.CRH())&&(a.stepper=o.first)}},decls:8,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["paymentStatusBlock",""],["paymentFailedBlock",""],["paymentSuccessfulBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"fxFlex"],[1,"page-title"],["fxLayoutAlign","space-between end",3,"fxFlex"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","46"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","48"],["autoFocus","","matInput","","placeholder","Amount","type","number","tabindex","1","formControlName","rebalanceAmount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxFlex","48","fxLayoutAlign","start end"],["type","text","placeholder","Receive from Peer","aria-label","Receive from Peer","matInput","","formControlName","selRebalancePeer","tabindex","2","required","",3,"matAutocomplete","change"],[3,"displayWith","optionSelected"],["auto","matAutocomplete"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","submit",3,"click"],["matStepLabel","","disabled","true"],["tabindex","6","formControlName","selFeeLimitType","Placeholder","Fee Limits","required",""],["matInput","","formControlName","feeLimit","type","number","tabindex","7","required","",3,"placeholder","step"],["mat-button","","color","primary","tabindex","8","type","submit",3,"click"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel","mb-2"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[1,"foreground-secondary-text"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayoutAlign","start","class","font-bold-500 mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],[3,"value"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[4,"ngTemplateOutlet"],["fxLayout","row"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],["fxFlex","50"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["tabindex","19","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(t,a){1&t&&(e.YNc(0,Wo,97,49,"div",0),e.YNc(1,$o,1,1,"ng-template",null,1,e.W1O),e.YNc(3,jo,3,1,"ng-template",null,2,e.W1O),e.YNc(5,Ko,19,4,"ng-template",null,3,e.W1O),e.YNc(7,rs,18,10,"div",4)),2&t&&(e.Q6J("ngIf",!a.flgShowInfo),e.xp6(7),e.Q6J("ngIf",a.flgShowInfo))},directives:[p.O5,d.xw,d.yH,d.Wh,Z.dk,N.lW,Z.dn,D.BN,G.Vq,G.C0,u._Y,u.JL,u.sg,G.VY,x.KE,M.Nt,u.wV,u.Fj,$.h,u.JJ,u.u,u.Q7,x.bx,x.R9,x.TO,ie.ZL,ie.XC,p.sg,B.ey,R.gD,V.ib,V.yz,V.yK,te.Hw,J.pW,E.ZT,p.tP,X.d,Lo,p.mk,k.oO],pipes:[p.rS,p.Ov],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:60rem;min-height:60rem}"],data:{animation:[ve._]}}),n})();function us(n,i){if(1&n&&(e.TgZ(0,"div",16)(1,"p",17)(2,"mat-icon",18),e._uU(3,"close"),e.qZA(),e._uU(4),e.qZA()()),2&n){const t=e.oxw();e.xp6(4),e.Oqu(t.errorMsg)}}function ps(n,i){if(1&n&&(e.TgZ(0,"div",27),e._UZ(1,"fa-icon",28),e.TgZ(2,"span"),e._uU(3,"Priority/Fee for force closing inactive channels cannot be modified."),e.qZA()()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faInfoCircle)}}function ms(n,i){if(1&n&&(e.TgZ(0,"mat-option",29),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function ds(n,i){1&n&&(e.TgZ(0,"mat-form-field",30),e._UZ(1,"input",31),e.qZA())}function _s(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Number of blocks is required."),e.qZA())}function hs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",32)(1,"input",33,34),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw(2).blocks=o}),e.qZA(),e.YNc(3,_s,2,0,"mat-error",35),e.qZA()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngModel",t.blocks)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.blocks)}}function gs(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Fees is required."),e.qZA())}function fs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",32)(1,"input",36,37),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw(2).fees=o}),e.qZA(),e.YNc(3,gs,2,0,"mat-error",35),e.qZA()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngModel",t.fees)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.fees)}}function Cs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",19),e.YNc(1,ps,4,1,"div",20),e.TgZ(2,"div",21)(3,"mat-form-field",22)(4,"mat-select",23),e.NdJ("valueChange",function(o){return e.CHM(t),e.oxw().selTransType=o}),e.YNc(5,ms,2,2,"mat-option",24),e.qZA()(),e.YNc(6,ds,2,0,"mat-form-field",25),e.YNc(7,hs,4,4,"mat-form-field",26),e.YNc(8,fs,4,4,"mat-form-field",26),e.qZA()()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",!t.channelToClose.active),e.xp6(3),e.Q6J("value",t.selTransType)("disabled",!t.channelToClose.active),e.xp6(1),e.Q6J("ngForOf",t.transTypes),e.xp6(1),e.Q6J("ngIf","0"===t.selTransType),e.xp6(1),e.Q6J("ngIf","1"===t.selTransType),e.xp6(1),e.Q6J("ngIf","2"===t.selTransType)}}function xs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",38),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(1,"Clear"),e.qZA()}}function ys(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",39),e.NdJ("click",function(){return e.CHM(t),e.oxw().onCloseChannel()}),e._uU(1),e.qZA()}if(2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.channelToClose.active?"Close Channel":"Force Close")}}function Ts(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",40),e.NdJ("click",function(){return e.CHM(t),e.oxw().onClose()}),e._uU(1,"Ok"),e.qZA()}}let vs=(()=>{class n{constructor(t,a,o,s,r){this.dialogRef=t,this.data=a,this.store=o,this.actions=s,this.logger=r,this.transTypes=l.Dr,this.selTransType="0",this.blocks=null,this.fees=null,this.faExclamationTriangle=v.eHv,this.faInfoCircle=v.sqG,this.flgPendingHtlcs=!1,this.errorMsg="Please wait for pending HTLCs to settle before attempting channel closure.",this.unSubs=[new m.x,new m.x]}ngOnInit(){this.channelToClose=this.data.channel,this.actions.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t.type===l.uR.UPDATE_API_CALL_STATUS_LND||t.type===l.uR.SET_CHANNELS_LND)).subscribe(t=>{if(t.type===l.uR.SET_CHANNELS_LND){const a=t.payload.find(o=>o.chan_id===this.data.channel.chan_id);a&&a.pending_htlcs&&a.pending_htlcs.length&&a.pending_htlcs.length>0&&(this.flgPendingHtlcs=!0)}t.type===l.uR.UPDATE_API_CALL_STATUS_LND&&t.payload.status===l.Bn.ERROR&&"FetchAllChannels"===t.payload.action&&this.logger.error("Fetching latest channel information failed!\n"+t.payload.message)})}onCloseChannel(){if("1"===this.selTransType&&(!this.blocks||0===this.blocks)||"2"===this.selTransType&&(!this.fees||0===this.fees))return!0;const t={channelPoint:this.channelToClose.channel_point,forcibly:!this.channelToClose.active};this.blocks&&(t.targetConf=this.blocks),this.fees&&(t.satPerByte=this.fees),this.store.dispatch((0,w.BL)({payload:t})),this.dialogRef.close(!1)}resetData(){this.selTransType="0",this.blocks=null,this.fees=null}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(L.yh),e.Y36(W.eX),e.Y36(U.mQ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-close-channel"]],decls:19,vars:7,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],["fxLayoutAlign","start center",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","class","mr-1","tabindex","3","default","",3,"click",4,"ngIf"],["mat-button","","color","primary","type","submit","tabindex","4",3,"click",4,"ngIf"],["mat-button","","color","primary","type","submit","tabindex","5",3,"click",4,"ngIf"],["fxLayoutAlign","start center"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxFlex.gt-sm","48"],["tabindex","1",3,"value","disabled","valueChange"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","48",4,"ngIf"],["fxFlex.gt-sm","48","fxLayoutAlign","start end",4,"ngIf"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],[3,"value"],["fxFlex","48"],["matInput","","placeholder","Default","disabled",""],["fxFlex.gt-sm","48","fxLayoutAlign","start end"],["matInput","","placeholder","Number of Blocks","type","number","name","blocks","required","","tabindex","2",3,"ngModel","step","min","ngModelChange"],["blcks","ngModel"],[4,"ngIf"],["matInput","","placeholder","Fees (Sats/vByte)","type","number","name","ccfees","required","","tabindex","3",3,"ngModel","step","min","ngModelChange"],["clchfee","ngModel"],["mat-button","","color","primary","type","reset","tabindex","3","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","4",3,"click"],["mat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return a.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7)(10,"div",8)(11,"p",9),e._uU(12),e.qZA(),e.YNc(13,us,5,1,"div",10),e.YNc(14,Cs,9,7,"div",11),e.qZA(),e.TgZ(15,"div",12),e.YNc(16,xs,2,0,"button",13),e.YNc(17,ys,2,1,"button",14),e.YNc(18,Ts,2,0,"button",15),e.qZA()()()()()),2&t&&(e.xp6(5),e.Oqu(a.channelToClose.active?"Close Channel":"Force Close Channel"),e.xp6(7),e.hij("",a.channelToClose.active?"Closing channel: "+(a.channelToClose.remote_alias||a.channelToClose.chan_id?a.channelToClose.remote_alias&&a.channelToClose.chan_id?a.channelToClose.remote_alias+" ("+a.channelToClose.chan_id+")":a.channelToClose.remote_alias?a.channelToClose.remote_alias:a.channelToClose.chan_id:a.channelToClose.channel_point):"Force closing channel: "+(a.channelToClose.remote_alias||a.channelToClose.chan_id?a.channelToClose.remote_alias&&a.channelToClose.chan_id?a.channelToClose.remote_alias+" ("+a.channelToClose.chan_id+")":a.channelToClose.remote_alias?a.channelToClose.remote_alias:a.channelToClose.chan_id:a.channelToClose.channel_point)," "),e.xp6(1),e.Q6J("ngIf",a.flgPendingHtlcs),e.xp6(1),e.Q6J("ngIf",!a.flgPendingHtlcs),e.xp6(2),e.Q6J("ngIf",a.channelToClose.active&&!a.flgPendingHtlcs),e.xp6(1),e.Q6J("ngIf",!a.flgPendingHtlcs),e.xp6(1),e.Q6J("ngIf",a.flgPendingHtlcs))},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,Z.dn,u._Y,u.JL,u.F,p.O5,te.Hw,D.BN,x.KE,R.gD,p.sg,B.ey,M.Nt,u.wV,u.qQ,u.Fj,K.q,u.Q7,u.JJ,u.On,x.TO],styles:[""]}),n})();function bs(n,i){1&n&&e._UZ(0,"mat-progress-bar",30)}function Zs(n,i){1&n&&(e.TgZ(0,"th",31),e._uU(1," Peer "),e.qZA())}function ws(n,i){1&n&&e._UZ(0,"span",39)}function As(n,i){1&n&&e._UZ(0,"span",40)}function Ss(n,i){if(1&n&&(e.TgZ(0,"span",41),e._UZ(1,"fa-icon",42),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faEyeSlash)}}function Ls(n,i){if(1&n&&(e.TgZ(0,"span",43),e._UZ(1,"fa-icon",42),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faEye)}}const ks=function(n){return{"max-width":n}};function Fs(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"div",33),e.YNc(2,ws,1,0,"span",34),e.YNc(3,As,1,0,"span",35),e.YNc(4,Ss,2,1,"span",36),e.YNc(5,Ls,2,1,"span",37),e.TgZ(6,"span",38),e._uU(7),e.qZA()()()),2&n){const t=i.$implicit,a=e.oxw();e.xp6(1),e.Q6J("ngStyle",e.VKq(6,ks,a.screenSize===a.screenSizeEnum.XS?"10rem":a.screenSize===a.screenSizeEnum.MD?"15rem":"22rem")),e.xp6(1),e.Q6J("ngIf",t.active),e.xp6(1),e.Q6J("ngIf",!t.active),e.xp6(1),e.Q6J("ngIf",t.private),e.xp6(1),e.Q6J("ngIf",!t.private),e.xp6(2),e.Oqu(t.remote_alias||t.remote_pubkey)}}function Ns(n,i){if(1&n&&(e.TgZ(0,"th",44),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("Uptime (",t.timeUnit,")")}}function qs(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",t.uptime_str," ")}}function Us(n,i){1&n&&(e.TgZ(0,"th",44),e._uU(1,"Sats Sent "),e.qZA())}function Os(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",e.lcZ(3,1,t.total_satoshis_sent)," ")}}function Rs(n,i){1&n&&(e.TgZ(0,"th",44),e._uU(1,"Sats Received "),e.qZA())}function Ms(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",e.lcZ(3,1,t.total_satoshis_received)," ")}}function Is(n,i){1&n&&(e.TgZ(0,"th",44),e._uU(1,"Local Balance (Sats) "),e.qZA())}function Ds(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",e.lcZ(3,1,t.local_balance)," ")}}function Ps(n,i){1&n&&(e.TgZ(0,"th",44),e._uU(1,"Remote Balance (Sats) "),e.qZA())}function Js(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",e.lcZ(3,1,t.remote_balance)," ")}}function Es(n,i){1&n&&(e.TgZ(0,"th",46),e._uU(1,"Balance Score "),e.qZA())}function Qs(n,i){if(1&n&&(e.TgZ(0,"td",47)(1,"div",48)(2,"mat-hint",49),e._uU(3),e.ALo(4,"number"),e.qZA()(),e._UZ(5,"mat-progress-bar",50),e.qZA()),2&n){const t=i.$implicit;e.xp6(3),e.Oqu(e.lcZ(4,2,t.balancedness||0)),e.xp6(2),e.s9C("value",t.local_balance&&t.local_balance>0?+t.local_balance/(+t.local_balance+ +t.remote_balance)*100:0)}}function Ys(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",51)(1,"div",52)(2,"mat-select",53),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",54),e.NdJ("click",function(){return e.CHM(t),e.oxw().onChannelUpdate("all")}),e._uU(5,"Update Fee Policy"),e.qZA(),e.TgZ(6,"mat-option",54),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(7,"Download CSV"),e.qZA()()()()}}function Hs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-option",54),e.NdJ("click",function(){e.CHM(t);const o=e.oxw().$implicit;return e.oxw().onCircularRebalance(o)}),e._uU(1,"Circular Rebalance"),e.qZA()}}function Bs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-option",54),e.NdJ("click",function(){e.CHM(t);const o=e.oxw().$implicit;return e.oxw().onLoopOut(o)}),e._uU(1,"Loop Out"),e.qZA()}}function Vs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",55)(1,"div",52)(2,"mat-select",56),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",54),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onChannelClick(r,o)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",54),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onViewRemotePolicy(s)}),e._uU(7,"View Remote Fee "),e.qZA(),e.TgZ(8,"mat-option",54),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onChannelUpdate(s)}),e._uU(9,"Update Fee Policy"),e.qZA(),e.YNc(10,Hs,2,0,"mat-option",57),e.YNc(11,Bs,2,0,"mat-option",57),e.TgZ(12,"mat-option",54),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onChannelClose(s)}),e._uU(13,"Close Channel"),e.qZA()()()()}if(2&n){const t=e.oxw();e.xp6(10),e.Q6J("ngIf",+t.versionsArr[0]>0||+t.versionsArr[1]>=9),e.xp6(1),e.Q6J("ngIf",t.selNode.swapServerUrl)}}function Gs(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No peers connected. Add a peer in order to open a channel."),e.qZA())}function zs(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No channel available."),e.qZA())}function Ws(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting channels..."),e.qZA())}function Xs(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function $s(n,i){if(1&n&&(e.TgZ(0,"td",58),e.YNc(1,Gs,2,0,"p",59),e.YNc(2,zs,2,0,"p",59),e.YNc(3,Ws,2,0,"p",59),e.YNc(4,Xs,2,1,"p",59),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",t.numPeers<1&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",t.numPeers>0&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}const js=function(n){return{"display-none":n}};function Ks(n,i){if(1&n&&e._UZ(0,"tr",60),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,js,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function el(n,i){1&n&&e._UZ(0,"tr",61)}function tl(n,i){1&n&&e._UZ(0,"tr",62)}const nl=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},al=function(){return["no_channel"]};let il=(()=>{class n{constructor(t,a,o,s,r,_,g,C){var I,T,Q,Ae,Se,Le;this.logger=t,this.store=a,this.lndEffects=o,this.commonService=s,this.rtlEffects=r,this.decimalPipe=_,this.loopService=g,this.router=C,this.timeUnit="mins:secs",this.userPersonaEnum=l.ol,this.selNode={},this.totalBalance=0,this.displayedColumns=[],this.channelsData=[],this.myChanPolicy={},this.information={},this.numPeers=-1,this.selFilter="",this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.versionsArr=[],this.faEye=v.Mdf,this.faEyeSlash=v.Aq,this.targetConf=6,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["remote_alias","local_balance","remote_balance","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["remote_alias","local_balance","remote_balance","balancedness","actions"]):(this.flgSticky=!0,this.displayedColumns=["remote_alias","uptime","total_satoshis_sent","total_satoshis_received","local_balance","remote_balance","balancedness","actions"]),this.selFilter=(null===(Q=null===(T=null===(I=this.router.getCurrentNavigation())||void 0===I?void 0:I.extras)||void 0===T?void 0:T.state)||void 0===Q?void 0:Q.filter)?null===(Le=null===(Se=null===(Ae=this.router.getCurrentNavigation())||void 0===Ae?void 0:Ae.extras)||void 0===Se?void 0:Se.state)||void 0===Le?void 0:Le.filter:""}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t,this.information&&this.information.version&&(this.versionsArr=this.information.version.split("."))}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.numPeers=t.peers&&t.peers.length?t.peers.length:0}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{var a,o;this.totalBalance=(null===(a=t.blockchainBalance)||void 0===a?void 0:a.total_balance)?+(null===(o=t.blockchainBalance)||void 0===o?void 0:o.total_balance):0}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=this.calculateUptime(t.channels),this.channelsData.length>0&&this.loadChannelsTable(this.channelsData),this.logger.info(t)})}ngAfterViewInit(){this.channelsData.length>0&&this.loadChannelsTable(this.channelsData)}onViewRemotePolicy(t){var a;this.store.dispatch((0,w.$A)({payload:{uiMessage:l.m6.GET_REMOTE_POLICY,channelID:(null===(a=t.chan_id)||void 0===a?void 0:a.toString())+"/"+this.information.identity_pubkey}})),this.lndEffects.setLookup.pipe((0,z.q)(1)).subscribe(o=>{if(!o.fee_base_msat&&!o.fee_rate_milli_msat&&!o.time_lock_delta)return!1;const s=[[{key:"fee_base_msat",value:o.fee_base_msat,title:"Base Fees (mSats)",width:25,type:l.Gi.NUMBER},{key:"fee_rate_milli_msat",value:o.fee_rate_milli_msat,title:"Fee Rate (milli mSats)",width:25,type:l.Gi.NUMBER},{key:"fee_rate_milli_msat",value:o.fee_rate_milli_msat/1e4,title:"Fee Rate (%)",width:25,type:l.Gi.NUMBER,digitsInfo:"1.0-8"},{key:"time_lock_delta",value:o.time_lock_delta,title:"Time Lock Delta",width:25,type:l.Gi.NUMBER}]],r="Remote policy for Channel: "+(t.remote_alias||t.chan_id?t.remote_alias&&t.chan_id?t.remote_alias+" ("+t.chan_id+")":t.remote_alias?t.remote_alias:t.chan_id:t.channel_point);setTimeout(()=>{this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Remote Channel Policy",titleMessage:r,message:s}}}))},0)})}onCircularRebalance(t){this.store.dispatch((0,S.qR)({payload:{data:{message:{channels:this.channelsData,selChannel:t},component:cs}}}))}onChannelUpdate(t){"all"===t?(this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update All Channels",message:[],titleMessage:"Update fee policy for all channels",flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSat)",inputType:l.Gi.NUMBER,inputValue:1e3,width:32},{placeholder:"Fee Rate (mili mSat)",inputType:l.Gi.NUMBER,inputValue:1,min:1,width:32,hintFunction:this.percentHintFunction},{placeholder:"Time Lock Delta",inputType:l.Gi.NUMBER,inputValue:40,width:32}]}}})),this.rtlEffects.closeConfirm.pipe((0,h.R)(this.unSubs[5])).subscribe(o=>{o&&this.store.dispatch((0,w.pW)({payload:{baseFeeMsat:o[0].inputValue,feeRate:o[1].inputValue,timeLockDelta:o[2].inputValue,chanPoint:"all"}}))})):(this.myChanPolicy={fee_base_msat:0,fee_rate_milli_msat:0,time_lock_delta:0,min_htlc_msat:0,max_htlc_msat:0},this.store.dispatch((0,w.$A)({payload:{uiMessage:l.m6.GET_CHAN_POLICY,channelID:t.chan_id.toString()}})),this.lndEffects.setLookup.pipe((0,z.q)(1)).subscribe(a=>{this.myChanPolicy=a.node1_pub===this.information.identity_pubkey?a.node1_policy:a.node2_pub===this.information.identity_pubkey?a.node2_policy:{fee_base_msat:0,fee_rate_milli_msat:0,time_lock_delta:0},this.logger.info(this.myChanPolicy);const o="Update fee policy for Channel: "+(t.remote_alias||t.chan_id?t.remote_alias&&t.chan_id?t.remote_alias+" ("+t.chan_id+")":t.remote_alias?t.remote_alias:t.chan_id:t.channel_point),s=[];setTimeout(()=>{this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Update Fee Policy",titleMessage:o,noBtnText:"Cancel",yesBtnText:"Update Channel",message:s,flgShowInput:!0,hasAdvanced:!0,getInputs:[{placeholder:"Base Fee (mSat)",inputType:l.Gi.NUMBER,inputValue:""===this.myChanPolicy.fee_base_msat?0:this.myChanPolicy.fee_base_msat,width:32},{placeholder:"Fee Rate (mili mSat)",inputType:l.Gi.NUMBER,inputValue:this.myChanPolicy.fee_rate_milli_msat,min:1,width:32,hintFunction:this.percentHintFunction},{placeholder:"Time Lock Delta",inputType:l.Gi.NUMBER,inputValue:this.myChanPolicy.time_lock_delta,width:32},{placeholder:"Minimum HTLC (mSat)",inputType:l.Gi.NUMBER,inputValue:""===this.myChanPolicy.min_htlc?0:this.myChanPolicy.min_htlc,width:49,advancedField:!0},{placeholder:"Maximum HTLC (mSat)",inputType:l.Gi.NUMBER,inputValue:""===this.myChanPolicy.max_htlc_msat?0:this.myChanPolicy.max_htlc_msat,width:49,advancedField:!0}]}}}))},0)}),this.rtlEffects.closeConfirm.pipe((0,h.R)(this.unSubs[6])).subscribe(a=>{if(a){const o={baseFeeMsat:a[0].inputValue,feeRate:a[1].inputValue,timeLockDelta:a[2].inputValue,chanPoint:t.channel_point};a.length>3&&a[3]&&a[4]&&(o.minHtlcMsat=a[3].inputValue,o.maxHtlcMsat=a[4].inputValue),this.store.dispatch((0,w.pW)({payload:o}))}})),this.applyFilter()}onChannelClose(t){t.active&&this.store.dispatch((0,w.UR)()),this.store.dispatch((0,S.qR)({payload:{data:{channel:t,component:vs}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}onChannelClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{channel:t,showCopy:!0,component:ye}}}))}loadChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?1:-1),this.channels=new c.by([...t]),this.channels.filterPredicate=(a,o)=>((a.active?"active":"inactive")+(a.chan_id?a.chan_id.toLowerCase():"")+(a.remote_pubkey?a.remote_pubkey.toLowerCase():"")+(a.remote_alias?a.remote_alias.toLowerCase():"")+(a.capacity?a.capacity:"")+(a.local_balance?a.local_balance:"")+(a.remote_balance?a.remote_balance:"")+(a.total_satoshis_sent?a.total_satoshis_sent:"")+(a.total_satoshis_received?a.total_satoshis_received:"")+(a.commit_fee?a.commit_fee:"")+(a.private?"private":"public")).includes(o),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.channels.paginator=this.paginator,this.applyFilter(),this.logger.info(this.channels)}calculateUptime(t){let _=60,g=1,C=0;switch(t.forEach(I=>{I.uptime&&+I.uptime>C&&(C=+I.uptime)}),!0){case C<3600:this.timeUnit="Mins:Secs",_=60,g=1;break;case C>=3600&&C<86400:this.timeUnit="Hrs:Mins",_=3600,g=60;break;case C>=86400&&C<31536e3:this.timeUnit="Days:Hrs",_=86400,g=3600;break;case C>31536e3:this.timeUnit="Yrs:Days",_=31536e3,g=86400;break;default:this.timeUnit="Mins:Secs",_=60,g=1}return t.forEach(I=>{I.uptime_str=I.uptime?this.decimalPipe.transform(Math.floor(+I.uptime/_),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+I.uptime%_/g),"2.0-0"):"---"}),t}onLoopOut(t){this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,h.R)(this.unSubs[7])).subscribe(a=>{this.store.dispatch((0,S.qR)({payload:{minHeight:"56rem",data:{channel:t,minQuote:a[0],maxQuote:a[1],direction:l.$I.LOOP_OUT,component:Me.a}}}))})}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"Open-channels")}percentHintFunction(t){return(t/1e4).toString()+"%"}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(ne.l),e.Y36(O.v),e.Y36(le.V),e.Y36(p.JJ),e.Y36(Ie.W),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-open-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Channels")}])],decls:39,vars:14,consts:[["fxLayout","column",1,"padding-gap-x"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","name","filter","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","remote_alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","uptime"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_satoshis_sent"],["matColumnDef","total_satoshis_received"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","balancedness"],["mat-header-cell","","mat-sort-header","","class","pl-2",4,"matHeaderCellDef"],["mat-cell","","class","pl-2",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","pl-1",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center","class","pl-1",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],["class","dot green","matTooltip","Active","matTooltipPosition","right",4,"ngIf"],["class","dot yellow","matTooltip","Inactive","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],[1,"ellipsis-child"],["matTooltip","Active","matTooltipPosition","right",1,"dot","green"],["matTooltip","Inactive","matTooltipPosition","right",1,"dot","yellow"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","","mat-sort-header","",1,"pl-2"],["mat-cell","",1,"pl-2"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell","",1,"pl-1"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-1"],["placeholder","Actions","tabindex","2",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"div",2),e.TgZ(3,"mat-form-field",3)(4,"input",4),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(5,"div",5),e.YNc(6,bs,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,Zs,2,0,"th",10),e.YNc(11,Fs,8,8,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Ns,2,1,"th",13),e.YNc(14,qs,3,1,"td",11),e.BQk(),e.ynx(15,14),e.YNc(16,Us,2,0,"th",13),e.YNc(17,Os,4,3,"td",11),e.BQk(),e.ynx(18,15),e.YNc(19,Rs,2,0,"th",13),e.YNc(20,Ms,4,3,"td",11),e.BQk(),e.ynx(21,16),e.YNc(22,Is,2,0,"th",13),e.YNc(23,Ds,4,3,"td",11),e.BQk(),e.ynx(24,17),e.YNc(25,Ps,2,0,"th",13),e.YNc(26,Js,4,3,"td",11),e.BQk(),e.ynx(27,18),e.YNc(28,Es,2,0,"th",19),e.YNc(29,Qs,6,4,"td",20),e.BQk(),e.ynx(30,21),e.YNc(31,Ys,8,0,"th",22),e.YNc(32,Vs,14,2,"td",23),e.BQk(),e.ynx(33,24),e.YNc(34,$s,5,4,"td",25),e.BQk(),e.YNc(35,Ks,1,3,"tr",26),e.YNc(36,el,1,0,"tr",27),e.YNc(37,tl,1,0,"tr",28),e.qZA()(),e._UZ(38,"mat-paginator",29),e.qZA()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",(null==a.apiCallStatus?null:a.apiCallStatus.status)===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.channels)("ngClass",e.VKq(11,nl,""!==a.errorMessage)),e.xp6(28),e.Q6J("matFooterRowDef",e.DdM(13,al)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.Wh,d.yH,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,j.gM,D.BN,x.bx,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-remote_alias[_ngcontent-%COMP%]{flex:0 0 15%;width:15%}.mat-column-remote_alias[_ngcontent-%COMP%] .ellipsis-parent[_ngcontent-%COMP%]{display:flex}.mat-column-balancedness[_ngcontent-%COMP%]{flex:0 0 20%;width:20%}@media only screen and (max-width: 75em){.mat-column-balancedness[_ngcontent-%COMP%]{flex:0 0 35%;width:35%}}@media only screen and (max-width: 56.25em){.mat-column-balancedness[_ngcontent-%COMP%]{flex:0 0 25%;width:25%}}.mat-column-uptime[_ngcontent-%COMP%], .mat-column-local_balance[_ngcontent-%COMP%], .mat-column-remote_balance[_ngcontent-%COMP%], .mat-column-total_satoshis_sent[_ngcontent-%COMP%], .mat-column-total_satoshis_received[_ngcontent-%COMP%]{flex:1 1 10%;width:10%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 75em){.mat-column-uptime[_ngcontent-%COMP%], .mat-column-local_balance[_ngcontent-%COMP%], .mat-column-remote_balance[_ngcontent-%COMP%], .mat-column-total_satoshis_sent[_ngcontent-%COMP%], .mat-column-total_satoshis_received[_ngcontent-%COMP%]{white-space:unset;flex:1 1 25%;width:25%}}@media only screen and (max-width: 56.25em){.mat-column-uptime[_ngcontent-%COMP%], .mat-column-local_balance[_ngcontent-%COMP%], .mat-column-remote_balance[_ngcontent-%COMP%], .mat-column-total_satoshis_sent[_ngcontent-%COMP%], .mat-column-total_satoshis_received[_ngcontent-%COMP%]{flex:0 0 15%;width:15%}}@media only screen and (max-width: 37.5em){.mat-column-uptime[_ngcontent-%COMP%], .mat-column-local_balance[_ngcontent-%COMP%], .mat-column-remote_balance[_ngcontent-%COMP%], .mat-column-total_satoshis_sent[_ngcontent-%COMP%], .mat-column-total_satoshis_received[_ngcontent-%COMP%]{white-space:unset}}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-actions[_ngcontent-%COMP%] .bordered-box.table-actions-select[_ngcontent-%COMP%]{flex:0 0 100%}@media only screen and (max-width: 56.25em){.mat-column-actions[_ngcontent-%COMP%] .bordered-box.table-actions-select[_ngcontent-%COMP%]{flex:0 0 90%}}@media only screen and (max-width: 37.5em){.mat-column-actions[_ngcontent-%COMP%] .bordered-box.table-actions-select[_ngcontent-%COMP%]{flex:0 0 80%}}"]}),n})();const ol=["outputIdx"];function sl(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Index for change output is required."),e.qZA())}function ll(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Invalid index value."),e.qZA())}function rl(n,i){if(1&n&&(e.TgZ(0,"mat-option",29),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function cl(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Number of blocks is required."),e.qZA())}function ul(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",17)(1,"input",30,31),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().blocks=o}),e.qZA(),e.YNc(3,cl,2,0,"mat-error",20),e.qZA()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngModel",t.blocks)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.blocks)}}function pl(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Fees is required."),e.qZA())}function ml(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",17)(1,"input",32,33),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().fees=o}),e.qZA(),e.YNc(3,pl,2,0,"mat-error",20),e.qZA()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngModel",t.fees)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.fees)}}function dl(n,i){if(1&n&&(e.TgZ(0,"div",34),e._UZ(1,"fa-icon",13),e.TgZ(2,"span"),e._uU(3),e.qZA()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(2),e.Oqu(t.bumpFeeError)}}let _l=(()=>{class n{constructor(t,a,o,s,r){this.dialogRef=t,this.data=a,this.logger=o,this.dataService=s,this.snackBar=r,this.transTypes=[...l.Dr],this.selTransType="2",this.blocks=null,this.fees=null,this.outputIndex=null,this.faCopy=v.kZ_,this.faInfoCircle=v.sqG,this.faExclamationTriangle=v.eHv,this.bumpFeeError="",this.unSubs=[new m.x,new m.x]}set payReq(t){t&&(this.outputIdx=t)}ngOnInit(){var t,a;this.transTypes=this.transTypes.splice(1),this.bumpFeeChannel=this.data.pendingChannel;const o=(null===(a=null===(t=this.bumpFeeChannel.channel)||void 0===t?void 0:t.channel_point)||void 0===a?void 0:a.split(":"))||[];this.bumpFeeChannel&&this.bumpFeeChannel.channel&&(this.bumpFeeChannel.channel.txid_str=o[0]||(this.bumpFeeChannel.channel&&this.bumpFeeChannel.channel.channel_point?this.bumpFeeChannel.channel.channel_point:""),this.bumpFeeChannel.channel.output_index=+o[1]||null)}onBumpFee(){var t;return this.outputIndex===(null===(t=this.bumpFeeChannel.channel)||void 0===t?void 0:t.output_index)?(this.outputIdx.control.setErrors({pendingChannelOutputIndex:!0}),!0):!this.outputIndex&&0!==this.outputIndex||!("1"!==this.selTransType||this.blocks&&0!==this.blocks)||!("2"!==this.selTransType||this.fees&&0!==this.fees)||void this.dataService.bumpFee(this.bumpFeeChannel&&this.bumpFeeChannel.channel&&this.bumpFeeChannel.channel.txid_str?this.bumpFeeChannel.channel.txid_str:"",this.outputIndex,this.blocks||null,this.fees||null).pipe((0,h.R)(this.unSubs[0])).subscribe({next:a=>{this.dialogRef.close(!1)},error:a=>{this.logger.error(a),this.bumpFeeError=a.message?a.message:a}})}onCopyID(t){this.snackBar.open("Transaction ID copied.")}resetData(){this.bumpFeeError="",this.selTransType="2",this.blocks=null,this.fees=null,this.outputIdx.control.setErrors(null)}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(U.mQ),e.Y36(ee.D),e.Y36(ae.ux))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-bump-fee"]],viewQuery:function(t,a){if(1&t&&e.Gf(ol,5),2&t){let o;e.iGM(o=e.CRH())&&(a.payReq=o.first)}},decls:48,vars:15,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],["matSuffix","","rtlClipboard","","matTooltip","Copy transaction ID",1,"ml-1",3,"icon","payload","copied"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],[1,"pl-1"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxFlex.gt-sm","32","fxLayoutAlign","start end"],["matInput","","placeholder","Index for Change Output","type","number","tabindex","1","required","","name","outputIdx",3,"ngModel","step","min","ngModelChange"],["outputIdx","ngModel"],[4,"ngIf"],["fxFlex.gt-sm","32"],["tabindex","2",3,"value","valueChange","selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxFlex.gt-sm","32","fxLayoutAlign","start end",4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","5","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","6",3,"click"],[3,"value"],["matInput","","placeholder","Number of Blocks","type","number","name","blocks","required","","tabindex","3",3,"ngModel","step","min","ngModelChange"],["blcks","ngModel"],["matInput","","placeholder","Fees (Sats/vByte)","type","number","name","fees","required","","tabindex","4",3,"ngModel","step","min","ngModelChange"],["fee","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Bump Fee"),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return a.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7)(10,"div",8)(11,"p",9),e._uU(12),e.TgZ(13,"fa-icon",10),e.NdJ("copied",function(s){return a.onCopyID(s)}),e.qZA()(),e.TgZ(14,"div",11)(15,"div",12),e._UZ(16,"fa-icon",13),e.TgZ(17,"span",14),e._uU(18,"Bumping fee on pending open channels is an advanced feature, attempt it only if you are familiar with the functionality of Bitcoin transactions. "),e.TgZ(19,"div"),e._uU(20,"Before attempting fee bump ensure the following:"),e.qZA(),e.TgZ(21,"div",15),e._uU(22,"1: Use a Bitcoin block explorer to ensure that channel opening transaction is not confirmed."),e.qZA(),e.TgZ(23,"div",15),e._uU(24,"2: The channel opening transaction must have a sizable change output, which can be spent further. The fee cannot be bumped without the change output."),e.qZA(),e.TgZ(25,"div",15),e._uU(26,"3: Find the index value of the change output via a block explorer."),e.qZA(),e.TgZ(27,"div",15),e._uU(28,"4: Enter the index value of the change output in the form below and the desired fee rate."),e.qZA(),e.TgZ(29,"div",15),e._uU(30,"5: Upon successful fee bump, use your block explorer to track the child transaction in the mempool, which should be linked with the change output transaction."),e.qZA()()(),e.TgZ(31,"div",16)(32,"mat-form-field",17)(33,"input",18,19),e.NdJ("ngModelChange",function(s){return a.outputIndex=s}),e.qZA(),e.YNc(35,sl,2,0,"mat-error",20),e.YNc(36,ll,2,0,"mat-error",20),e.qZA(),e.TgZ(37,"mat-form-field",21)(38,"mat-select",22),e.NdJ("valueChange",function(s){return a.selTransType=s})("selectionChange",function(){return a.blocks=null,a.fees=null}),e.YNc(39,rl,2,2,"mat-option",23),e.qZA()(),e.YNc(40,ul,4,4,"mat-form-field",24),e.YNc(41,ml,4,4,"mat-form-field",24),e.qZA(),e.YNc(42,dl,4,2,"div",25),e.qZA()(),e.TgZ(43,"div",26)(44,"button",27),e.NdJ("click",function(){return a.resetData()}),e._uU(45,"Clear"),e.qZA(),e.TgZ(46,"button",28),e.NdJ("click",function(){return a.onBumpFee()}),e._uU(47),e.qZA()()()()()()),2&t){const o=e.MAs(34);e.xp6(12),e.hij("Bump fee for channel point: ",null==a.bumpFeeChannel||null==a.bumpFeeChannel.channel?null:a.bumpFeeChannel.channel.channel_point," "),e.xp6(1),e.Q6J("icon",a.faCopy)("payload",null==a.bumpFeeChannel||null==a.bumpFeeChannel.channel?null:a.bumpFeeChannel.channel.txid_str),e.xp6(3),e.Q6J("icon",a.faInfoCircle),e.xp6(17),e.Q6J("ngModel",a.outputIndex)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",null==o.errors?null:o.errors.required),e.xp6(1),e.Q6J("ngIf",null==o.errors?null:o.errors.pendingChannelOutputIndex),e.xp6(2),e.Q6J("value",a.selTransType),e.xp6(1),e.Q6J("ngForOf",a.transTypes),e.xp6(1),e.Q6J("ngIf","1"===a.selTransType),e.xp6(1),e.Q6J("ngIf","2"===a.selTransType),e.xp6(1),e.Q6J("ngIf",""!==a.bumpFeeError),e.xp6(5),e.Oqu(""!==a.bumpFeeError?"Retry Bump Fee":"Bump Fee")}},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,Z.dn,u._Y,u.JL,u.F,D.BN,x.R9,re.y,j.gM,x.KE,M.Nt,u.wV,u.qQ,u.Fj,K.q,u.Q7,u.JJ,u.On,p.O5,x.TO,R.gD,p.sg,B.ey],styles:[""]}),n})();function hl(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function gl(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function fl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",37),e._uU(1," Peer "),e.qZA())}const de=function(n){return{"max-width":n}};function Cl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",38),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,de,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(1),e.Oqu(t.channel.remote_alias)}}function xl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Commit Fee (Sats) "),e.qZA())}function yl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.commit_fee))}}function Tl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Commit Weight "),e.qZA())}function vl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.commit_weight))}}function bl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Capacity (Sats)"),e.qZA())}function Zl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.capacity))}}function wl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",41),e._uU(1,"Actions"),e.qZA())}function Al(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-cell",42)(1,"div",43)(2,"mat-select",44),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",45),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onOpenClick(s)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",45),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onBumpFee(s)}),e._uU(7,"Bump Fee"),e.qZA()()()()}}function Sl(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No pending channel."),e.qZA())}function Ll(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting pending channels..."),e.qZA())}function kl(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function Fl(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,Sl,2,0,"p",47),e.YNc(2,Ll,2,0,"p",47),e.YNc(3,kl,2,1,"p",47),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const be=function(n){return{"display-none":n}};function Nl(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,be,t.pendingOpenChannels&&(null==t.pendingOpenChannels?null:t.pendingOpenChannels.data)&&(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)>0))}}function ql(n,i){1&n&&e._UZ(0,"mat-header-row")}function Ul(n,i){1&n&&e._UZ(0,"mat-row",49)}function Ol(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function Rl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",37),e._uU(1," Peer "),e.qZA())}function Ml(n,i){if(1&n&&(e.TgZ(0,"mat-cell",38),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,de,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(1),e.Oqu(t.channel.remote_alias)}}function Il(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Recovered Balance (Sats) "),e.qZA())}function Dl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.recovered_balance))}}function Pl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Limbo Balance (Sats) "),e.qZA())}function Jl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.limbo_balance))}}function El(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Capacity (Sats) "),e.qZA())}function Ql(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.capacity))}}function Yl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",50),e._uU(1,"Actions"),e.qZA())}function Hl(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-cell",51)(1,"button",52),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onForceClosingClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function Bl(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No pending channel."),e.qZA())}function Vl(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting pending channels..."),e.qZA())}function Gl(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function zl(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,Bl,2,0,"p",47),e.YNc(2,Vl,2,0,"p",47),e.YNc(3,Gl,2,1,"p",47),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Wl(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,be,t.pendingForceClosingChannels&&(null==t.pendingForceClosingChannels?null:t.pendingForceClosingChannels.data)&&(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)>0))}}function Xl(n,i){1&n&&e._UZ(0,"mat-header-row")}function $l(n,i){1&n&&e._UZ(0,"mat-row",49)}function jl(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function Kl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",53),e._uU(1," Peer "),e.qZA())}function er(n,i){if(1&n&&(e.TgZ(0,"mat-cell",54),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,de,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(1),e.Oqu(t.channel.remote_alias)}}function tr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Local Balance (Sats) "),e.qZA())}function nr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.local_balance))}}function ar(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Remote Balance (Sats) "),e.qZA())}function ir(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.remote_balance))}}function or(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Capacity (Sats) "),e.qZA())}function sr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.capacity))}}function lr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",50),e._uU(1,"Actions"),e.qZA())}function rr(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-cell",51)(1,"button",55),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onClosingClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function cr(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No pending channel."),e.qZA())}function ur(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting pending channels..."),e.qZA())}function pr(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function mr(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,cr,2,0,"p",47),e.YNc(2,ur,2,0,"p",47),e.YNc(3,pr,2,1,"p",47),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function dr(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,be,t.pendingClosingChannels&&(null==t.pendingClosingChannels?null:t.pendingClosingChannels.data)&&(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)>0))}}function _r(n,i){1&n&&e._UZ(0,"mat-header-row")}function hr(n,i){1&n&&e._UZ(0,"mat-row",49)}function gr(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function fr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",53),e._uU(1," Peer "),e.qZA())}function Cr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",54),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,de,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(1),e.Oqu(t.channel.remote_alias)}}function xr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Limbo Balance (Sats) "),e.qZA())}function yr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij("",e.lcZ(2,1,t.limbo_balance)," ")}}function Tr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Local Balance (Sats) "),e.qZA())}function vr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.local_balance))}}function br(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Remote Balance (Sats) "),e.qZA())}function Zr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.remote_balance))}}function wr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Capacity (Sats) "),e.qZA())}function Ar(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.capacity))}}function Sr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",50),e._uU(1,"Actions"),e.qZA())}function Lr(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-cell",51)(1,"button",56),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onWaitClosingClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function kr(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No pending channel."),e.qZA())}function Fr(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting pending channels..."),e.qZA())}function Nr(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function qr(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,kr,2,0,"p",47),e.YNc(2,Fr,2,0,"p",47),e.YNc(3,Nr,2,1,"p",47),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Ur=function(n){return{"py-0":!0,"display-none":n}};function Or(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,Ur,t.pendingWaitClosingChannels&&(null==t.pendingWaitClosingChannels?null:t.pendingWaitClosingChannels.data)&&(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)>0))}}function Rr(n,i){1&n&&e._UZ(0,"mat-header-row")}function Mr(n,i){1&n&&e._UZ(0,"mat-row",49)}const _e=function(n){return{"error-border bordered-box":n,"bordered-box":!0}},Ir=function(){return["no_pending_open"]},Dr=function(){return["no_pending_force_closing"]},Pr=function(){return["no_pending_closing"]},Jr=function(){return["no_pending_wait_closing"]};let Er=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.commonService=o,this.selNode={},this.selectedFilter="",this.information={},this.pendingChannels={},this.displayedOpenColumns=["remote_alias","commit_fee","commit_weight","capacity","actions"],this.pendingOpenChannelsLength=0,this.displayedForceClosingColumns=["remote_alias","recovered_balance","limbo_balance","capacity","actions"],this.pendingForceClosingChannelsLength=0,this.displayedClosingColumns=["remote_alias","local_balance","remote_balance","capacity","actions"],this.pendingClosingChannelsLength=0,this.displayedWaitClosingColumns=["remote_alias","limbo_balance","local_balance","remote_balance","actions"],this.pendingWaitClosingChannelsLength=0,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.displayedOpenColumns=["remote_alias","actions"],this.displayedForceClosingColumns=["remote_alias","actions"],this.displayedClosingColumns=["remote_alias","actions"],this.displayedWaitClosingColumns=["remote_alias","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.displayedOpenColumns=["remote_alias","commit_fee","actions"],this.displayedForceClosingColumns=["remote_alias","limbo_balance","actions"],this.displayedClosingColumns=["remote_alias","remote_balance","actions"],this.displayedWaitClosingColumns=["remote_alias","limbo_balance","actions"]):(this.displayedOpenColumns=["remote_alias","commit_fee","commit_weight","capacity","actions"],this.displayedForceClosingColumns=["remote_alias","recovered_balance","limbo_balance","capacity","actions"],this.displayedClosingColumns=["remote_alias","local_balance","remote_balance","capacity","actions"],this.displayedWaitClosingColumns=["remote_alias","limbo_balance","local_balance","remote_balance","actions"])}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.ni).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.pendingChannels=t.pendingChannels,this.pendingChannels.pending_open_channels&&this.pendingChannels.pending_open_channels.length&&this.pendingChannels.pending_open_channels.length>0&&this.loadOpenChannelsTable(this.pendingChannels.pending_open_channels),this.pendingChannels.pending_force_closing_channels&&this.pendingChannels.pending_force_closing_channels.length&&this.pendingChannels.pending_force_closing_channels.length>0&&this.loadForceClosingChannelsTable(this.pendingChannels.pending_force_closing_channels),this.pendingChannels.pending_closing_channels&&this.pendingChannels.pending_closing_channels.length&&this.pendingChannels.pending_closing_channels.length>0&&this.loadClosingChannelsTable(this.pendingChannels.pending_closing_channels),this.pendingChannels.waiting_close_channels&&this.pendingChannels.waiting_close_channels.length&&this.pendingChannels.waiting_close_channels.length>0&&this.loadWaitClosingChannelsTable(this.pendingChannels.waiting_close_channels),this.logger.info(t)})}ngAfterViewInit(){this.pendingChannels.pending_open_channels&&this.pendingChannels.pending_open_channels.length&&this.pendingChannels.pending_open_channels.length>0&&this.loadOpenChannelsTable(this.pendingChannels.pending_open_channels),this.pendingChannels.pending_force_closing_channels&&this.pendingChannels.pending_force_closing_channels.length&&this.pendingChannels.pending_force_closing_channels.length>0&&this.loadForceClosingChannelsTable(this.pendingChannels.pending_force_closing_channels),this.pendingChannels.pending_closing_channels&&this.pendingChannels.pending_closing_channels.length&&this.pendingChannels.pending_closing_channels.length>0&&this.loadClosingChannelsTable(this.pendingChannels.pending_closing_channels),this.pendingChannels.waiting_close_channels&&this.pendingChannels.waiting_close_channels.length&&this.pendingChannels.waiting_close_channels.length>0&&this.loadWaitClosingChannelsTable(this.pendingChannels.waiting_close_channels)}onOpenClick(t){const a=JSON.parse(JSON.stringify(t,["commit_weight","confirmation_height","fee_per_kw","commit_fee"],2)),o=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),s={};Object.assign(s,a,o),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Opening Channel Information",message:[[{key:"channel_point",value:s.channel_point,title:"Channel Point",width:100,type:l.Gi.STRING}],[{key:"remote_node_pub",value:s.remote_node_pub,title:"Peer Node Pubkey",width:100,type:l.Gi.STRING}],[{key:"remote_alias",value:s.remote_alias,title:"Peer Alias",width:100,type:l.Gi.STRING}],[{key:"capacity",value:s.capacity,title:"Capacity",width:25,type:l.Gi.NUMBER},{key:"confirmation_height",value:s.confirmation_height,title:"Confirmation Height",width:25,type:l.Gi.NUMBER},{key:"local_balance",value:s.local_balance,title:"Local Balance",width:25,type:l.Gi.NUMBER},{key:"remote_balance",value:s.remote_balance,title:"Remote Balance",width:25,type:l.Gi.NUMBER}],[{key:"fee_per_kw",value:s.fee_per_kw,title:"Fee/KW",width:25,type:l.Gi.NUMBER},{key:"commit_weight",value:s.commit_weight,title:"Commit Weight",width:25,type:l.Gi.NUMBER},{key:"commit_fee",value:s.commit_fee,title:"Commit Fee",width:50,type:l.Gi.NUMBER}]]}}}))}onBumpFee(t){this.store.dispatch((0,S.qR)({payload:{data:{pendingChannel:t,component:_l}}}))}onForceClosingClick(t){const a=JSON.parse(JSON.stringify(t,["closing_txid","limbo_balance","maturity_height","blocks_til_maturity","recovered_balance"],2)),o=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),s={};Object.assign(s,a,o),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Force Closing Channel Information",message:[[{key:"closing_txid",value:s.closing_txid,title:"Closing Transaction ID",width:100,type:l.Gi.STRING}],[{key:"channel_point",value:s.channel_point,title:"Channel Point",width:100,type:l.Gi.STRING}],[{key:"remote_alias",value:s.remote_alias,title:"Peer Alias",width:25,type:l.Gi.STRING},{key:"remote_node_pub",value:s.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.Gi.STRING}],[{key:"capacity",value:s.capacity,title:"Capacity",width:25,type:l.Gi.NUMBER},{key:"limbo_balance",value:s.limbo_balance,title:"Limbo Balance",width:25,type:l.Gi.NUMBER},{key:"local_balance",value:s.local_balance,title:"Local Balance",width:25,type:l.Gi.NUMBER},{key:"remote_balance",value:s.remote_balance,title:"Remote Balance",width:25,type:l.Gi.NUMBER}],[{key:"maturity_height",value:s.maturity_height,title:"Maturity Height",width:25,type:l.Gi.NUMBER},{key:"blocks_til_maturity",value:s.blocks_til_maturity,title:"Blocks Till Maturity",width:25,type:l.Gi.NUMBER},{key:"recovered_balance",value:s.recovered_balance,title:"Recovered Balance",width:50,type:l.Gi.NUMBER}]]}}}))}onClosingClick(t){const a=JSON.parse(JSON.stringify(t,["closing_txid"],2)),o=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),s={};Object.assign(s,a,o),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Closing Channel Information",message:[[{key:"closing_txid",value:s.closing_txid,title:"Closing Transaction ID",width:50,type:l.Gi.STRING}],[{key:"channel_point",value:s.channel_point,title:"Channel Point",width:100,type:l.Gi.STRING}],[{key:"remote_alias",value:s.remote_alias,title:"Peer Alias",width:25,type:l.Gi.STRING},{key:"remote_node_pub",value:s.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.Gi.STRING}],[{key:"capacity",value:s.capacity,title:"Capacity",width:25,type:l.Gi.NUMBER},{key:"local_balance",value:s.local_balance,title:"Local Balance",width:25,type:l.Gi.NUMBER},{key:"remote_balance",value:s.remote_balance,title:"Remote Balance",width:50,type:l.Gi.NUMBER}]]}}}))}onWaitClosingClick(t){const a=JSON.parse(JSON.stringify(t,["limbo_balance"],2)),o=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),s=JSON.parse(JSON.stringify(t.commitments,["local_txid"],2)),r={};Object.assign(r,a,o,s),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Wait Closing Channel Information",message:[[{key:"local_txid",value:r.local_txid,title:"Transaction ID",width:100,type:l.Gi.STRING}],[{key:"channel_point",value:r.channel_point,title:"Channel Point",width:100,type:l.Gi.STRING}],[{key:"remote_alias",value:r.remote_alias,title:"Peer Alias",width:25,type:l.Gi.STRING},{key:"remote_node_pub",value:r.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.Gi.STRING}],[{key:"capacity",value:r.capacity,title:"Capacity",width:25,type:l.Gi.NUMBER},{key:"limbo_balance",value:r.limbo_balance,title:"Limbo Balance",width:25,type:l.Gi.NUMBER},{key:"local_balance",value:r.local_balance,title:"Local Balance",width:25,type:l.Gi.NUMBER},{key:"remote_balance",value:r.remote_balance,title:"Remote Balance",width:25,type:l.Gi.NUMBER}]]}}}))}loadOpenChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?-1:1),this.pendingOpenChannelsLength=t.length?t.length:0,this.pendingOpenChannels=new c.by([...t]),this.pendingOpenChannels.sort=this.sort,this.pendingOpenChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.pendingOpenChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.logger.info(this.pendingOpenChannels)}loadForceClosingChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?-1:1),this.pendingForceClosingChannelsLength=t.length?t.length:0,this.pendingForceClosingChannels=new c.by([...t]),this.pendingForceClosingChannels.sort=this.sort,this.pendingForceClosingChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.pendingForceClosingChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.logger.info(this.pendingForceClosingChannels)}loadClosingChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?-1:1),this.pendingClosingChannelsLength=t.length?t.length:0,this.pendingClosingChannels=new c.by([...t]),this.pendingClosingChannels.sort=this.sort,this.pendingClosingChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.pendingClosingChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.logger.info(this.pendingClosingChannels)}loadWaitClosingChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?-1:1),this.pendingWaitClosingChannelsLength=t.length?t.length:0,this.pendingWaitClosingChannels=new c.by([...t]),this.pendingWaitClosingChannels.sort=this.sort,this.pendingWaitClosingChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.pendingWaitClosingChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.logger.info(this.pendingWaitClosingChannels)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-pending-table"]],viewQuery:function(t,a){if(1&t&&e.Gf(A.YE,5),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first)}},decls:121,vars:44,consts:[["fxLayout","column",1,"mb-2"],[1,"page-title"],["displayMode","flat",1,"mt-1"],["mode","indeterminate",4,"ngIf"],["fxLayout","column",1,"flat-expansion-panel"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","remote_alias"],["mat-sort-header","",4,"matHeaderCellDef"],[3,"ngStyle",4,"matCellDef"],["matColumnDef","commit_fee"],["fxLayoutAlign","end center","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","commit_weight"],["matColumnDef","capacity"],["matColumnDef","actions"],["fxLayoutAlign","end center","class","pl-3 pr-4",4,"matHeaderCellDef"],["fxLayoutAlign","end center","class","px-3",4,"matCellDef"],["matColumnDef","no_pending_open"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","","fxLayoutAlign","start center",3,"ngClass",4,"matFooterRowDef"],[4,"matHeaderRowDef"],["fxLayoutAlign","stretch stretch",4,"matRowDef","matRowDefColumns"],["mat-table","","matSort","",3,"dataSource","ngClass"],["matColumnDef","recovered_balance"],["matColumnDef","limbo_balance"],["fxLayoutAlign","end center","class","pl-4 pr-3",4,"matHeaderCellDef"],["fxLayoutAlign","end center","class","pl-4",4,"matCellDef"],["matColumnDef","no_pending_force_closing"],["class","pl-2","mat-sort-header","",4,"matHeaderCellDef"],["class","pl-2",3,"ngStyle",4,"matCellDef"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","no_pending_closing"],["matColumnDef","no_pending_wait_closing"],["mode","indeterminate"],["mat-sort-header",""],[3,"ngStyle"],["fxLayoutAlign","end center","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",1,"pl-3","pr-4"],["fxLayoutAlign","end center",1,"px-3"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","","fxLayoutAlign","start center",3,"ngClass"],["fxLayoutAlign","stretch stretch"],["fxLayoutAlign","end center",1,"pl-4","pr-3"],["fxLayoutAlign","end center",1,"pl-4"],["mat-stroked-button","","color","primary","type","button","tabindex","2",3,"click"],["mat-sort-header","",1,"pl-2"],[1,"pl-2",3,"ngStyle"],["mat-stroked-button","","color","primary","type","button","tabindex","3",3,"click"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"span",1),e._uU(2),e.ALo(3,"number"),e.qZA(),e.TgZ(4,"mat-accordion",2),e.YNc(5,hl,1,0,"mat-progress-bar",3),e.TgZ(6,"mat-expansion-panel",4)(7,"mat-expansion-panel-header")(8,"mat-panel-title"),e._uU(9),e.qZA()(),e.TgZ(10,"div",5),e.YNc(11,gl,1,0,"mat-progress-bar",3),e.TgZ(12,"table",6,7),e.ynx(14,8),e.YNc(15,fl,2,0,"mat-header-cell",9),e.YNc(16,Cl,2,4,"mat-cell",10),e.BQk(),e.ynx(17,11),e.YNc(18,xl,2,0,"mat-header-cell",12),e.YNc(19,yl,3,3,"mat-cell",13),e.BQk(),e.ynx(20,14),e.YNc(21,Tl,2,0,"mat-header-cell",12),e.YNc(22,vl,3,3,"mat-cell",13),e.BQk(),e.ynx(23,15),e.YNc(24,bl,2,0,"mat-header-cell",12),e.YNc(25,Zl,3,3,"mat-cell",13),e.BQk(),e.ynx(26,16),e.YNc(27,wl,2,0,"mat-header-cell",17),e.YNc(28,Al,8,0,"mat-cell",18),e.BQk(),e.ynx(29,19),e.YNc(30,Fl,4,3,"td",20),e.BQk(),e.YNc(31,Nl,1,3,"tr",21),e.YNc(32,ql,1,0,"mat-header-row",22),e.YNc(33,Ul,1,0,"mat-row",23),e.qZA()()(),e.YNc(34,Ol,1,0,"mat-progress-bar",3),e.TgZ(35,"mat-expansion-panel",4)(36,"mat-expansion-panel-header")(37,"mat-panel-title"),e._uU(38),e.qZA()(),e.TgZ(39,"div",5)(40,"table",24,7),e.ynx(42,8),e.YNc(43,Rl,2,0,"mat-header-cell",9),e.YNc(44,Ml,2,4,"mat-cell",10),e.BQk(),e.ynx(45,25),e.YNc(46,Il,2,0,"mat-header-cell",12),e.YNc(47,Dl,3,3,"mat-cell",13),e.BQk(),e.ynx(48,26),e.YNc(49,Pl,2,0,"mat-header-cell",12),e.YNc(50,Jl,3,3,"mat-cell",13),e.BQk(),e.ynx(51,15),e.YNc(52,El,2,0,"mat-header-cell",12),e.YNc(53,Ql,3,3,"mat-cell",13),e.BQk(),e.ynx(54,16),e.YNc(55,Yl,2,0,"mat-header-cell",27),e.YNc(56,Hl,3,0,"mat-cell",28),e.BQk(),e.ynx(57,29),e.YNc(58,zl,4,3,"td",20),e.BQk(),e.YNc(59,Wl,1,3,"tr",21),e.YNc(60,Xl,1,0,"mat-header-row",22),e.YNc(61,$l,1,0,"mat-row",23),e.qZA()()(),e.YNc(62,jl,1,0,"mat-progress-bar",3),e.TgZ(63,"mat-expansion-panel",4)(64,"mat-expansion-panel-header")(65,"mat-panel-title"),e._uU(66),e.qZA()(),e.TgZ(67,"div",5)(68,"table",24,7),e.ynx(70,8),e.YNc(71,Kl,2,0,"mat-header-cell",30),e.YNc(72,er,2,4,"mat-cell",31),e.BQk(),e.ynx(73,32),e.YNc(74,tr,2,0,"mat-header-cell",12),e.YNc(75,nr,3,3,"mat-cell",13),e.BQk(),e.ynx(76,33),e.YNc(77,ar,2,0,"mat-header-cell",12),e.YNc(78,ir,3,3,"mat-cell",13),e.BQk(),e.ynx(79,15),e.YNc(80,or,2,0,"mat-header-cell",12),e.YNc(81,sr,3,3,"mat-cell",13),e.BQk(),e.ynx(82,16),e.YNc(83,lr,2,0,"mat-header-cell",27),e.YNc(84,rr,3,0,"mat-cell",28),e.BQk(),e.ynx(85,34),e.YNc(86,mr,4,3,"td",20),e.BQk(),e.YNc(87,dr,1,3,"tr",21),e.YNc(88,_r,1,0,"mat-header-row",22),e.YNc(89,hr,1,0,"mat-row",23),e.qZA()()(),e.YNc(90,gr,1,0,"mat-progress-bar",3),e.TgZ(91,"mat-expansion-panel",4)(92,"mat-expansion-panel-header")(93,"mat-panel-title"),e._uU(94),e.qZA()(),e.TgZ(95,"div",5)(96,"table",24,7),e.ynx(98,8),e.YNc(99,fr,2,0,"mat-header-cell",30),e.YNc(100,Cr,2,4,"mat-cell",31),e.BQk(),e.ynx(101,26),e.YNc(102,xr,2,0,"mat-header-cell",12),e.YNc(103,yr,3,3,"mat-cell",13),e.BQk(),e.ynx(104,32),e.YNc(105,Tr,2,0,"mat-header-cell",12),e.YNc(106,vr,3,3,"mat-cell",13),e.BQk(),e.ynx(107,33),e.YNc(108,br,2,0,"mat-header-cell",12),e.YNc(109,Zr,3,3,"mat-cell",13),e.BQk(),e.ynx(110,15),e.YNc(111,wr,2,0,"mat-header-cell",12),e.YNc(112,Ar,3,3,"mat-cell",13),e.BQk(),e.ynx(113,16),e.YNc(114,Sr,2,0,"mat-header-cell",27),e.YNc(115,Lr,3,0,"mat-cell",28),e.BQk(),e.ynx(116,35),e.YNc(117,qr,4,3,"td",20),e.BQk(),e.YNc(118,Or,1,3,"tr",21),e.YNc(119,Rr,1,0,"mat-header-row",22),e.YNc(120,Mr,1,0,"mat-row",23),e.qZA()()()()()),2&t&&(e.xp6(2),e.hij("Total Limbo Balance: ",e.lcZ(3,30,a.pendingChannels.total_limbo_balance)," Sats"),e.xp6(3),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(4),e.hij("Pending Open (",a.pendingOpenChannelsLength,")"),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.pendingOpenChannels)("ngClass",e.VKq(32,_e,""!==a.errorMessage)),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(34,Ir)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedOpenColumns),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedOpenColumns),e.xp6(1),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(4),e.hij("Pending Force Closing (",a.pendingForceClosingChannelsLength,")"),e.xp6(2),e.Q6J("dataSource",a.pendingForceClosingChannels)("ngClass",e.VKq(35,_e,""!==a.errorMessage)),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(37,Dr)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedForceClosingColumns),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedForceClosingColumns),e.xp6(1),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(4),e.hij("Pending Closing (",a.pendingClosingChannelsLength,")"),e.xp6(2),e.Q6J("dataSource",a.pendingClosingChannels)("ngClass",e.VKq(38,_e,""!==a.errorMessage)),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(40,Pr)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedClosingColumns),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedClosingColumns),e.xp6(1),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(4),e.hij("Waiting Close (",a.pendingWaitClosingChannelsLength,")"),e.xp6(2),e.Q6J("dataSource",a.pendingWaitClosingChannels)("ngClass",e.VKq(41,_e,""!==a.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(43,Jr)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedWaitClosingColumns),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedWaitClosingColumns))},directives:[d.xw,V.pp,p.O5,J.pW,V.ib,V.yz,V.yK,d.Wh,d.yH,H.$V,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,N.lW],pipes:[p.JJ],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 10%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}tr.mat-footer-row[_ngcontent-%COMP%] td.mat-footer-cell[_ngcontent-%COMP%]{border-bottom:none}"]}),n})();function Qr(n,i){1&n&&e._UZ(0,"mat-progress-bar",27)}function Yr(n,i){1&n&&(e.TgZ(0,"th",28),e._uU(1," Close Type "),e.qZA())}function Hr(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"div",30)(2,"mat-icon",31),e._uU(3,"info_outline"),e.qZA(),e._uU(4),e.qZA()()),2&n){const t=i.$implicit,a=e.oxw();e.xp6(2),e.Q6J("matTooltip",a.channelClosureType[t.close_type].tooltip),e.xp6(2),e.hij(" ",a.channelClosureType[t.close_type].name," ")}}function Br(n,i){1&n&&(e.TgZ(0,"th",28),e._uU(1," Peer "),e.qZA())}const Vr=function(n){return{"max-width":n}};function Gr(n,i){if(1&n&&(e.TgZ(0,"td",32),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,Vr,a.screenSize===a.screenSizeEnum.XS?"10rem":"20rem")),e.xp6(1),e.hij(" ",t.remote_alias," ")}}function zr(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Capacity "),e.qZA())}function Wr(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",34),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,t.capacity)," ")}}function Xr(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Close Height "),e.qZA())}function $r(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",34),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,t.close_height)," ")}}function jr(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Settled Balance "),e.qZA())}function Kr(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",34),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,t.settled_balance)," ")}}function ec(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",35)(1,"div",36)(2,"mat-select",37),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",38),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function tc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",39)(1,"span",34)(2,"button",40),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onClosedChannelClick(r,o)}),e._uU(3,"View Info"),e.qZA()()()}}function nc(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No closed channel available."),e.qZA())}function ac(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting closed channels..."),e.qZA())}function ic(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function oc(n,i){if(1&n&&(e.TgZ(0,"td",41),e.YNc(1,nc,2,0,"p",42),e.YNc(2,ac,2,0,"p",42),e.YNc(3,ic,2,1,"p",42),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const sc=function(n){return{"display-none":n}};function lc(n,i){if(1&n&&e._UZ(0,"tr",43),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,sc,(null==t.closedChannels?null:t.closedChannels.data)&&(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)>0))}}function rc(n,i){1&n&&e._UZ(0,"tr",44)}function cc(n,i){1&n&&e._UZ(0,"tr",45)}const uc=function(n){return{"error-border":n,"overflow-auto":!0}},pc=function(){return["no_closed_channel"]};let mc=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.commonService=o,this.channelClosureType=l.HW,this.faHistory=v.qO$,this.displayedColumns=[],this.closedChannelsData=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unsub=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["remote_alias","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["close_type","remote_alias","settled_balance","actions"]):(this.flgSticky=!0,this.displayedColumns=["close_type","remote_alias","capacity","close_height","settled_balance","actions"])}ngOnInit(){this.store.select(y.P2).pipe((0,h.R)(this.unsub[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.closedChannelsData=t.closedChannels,this.closedChannelsData.length>0&&this.loadClosedChannelsTable(this.closedChannelsData),this.logger.info(t)})}ngAfterViewInit(){this.closedChannelsData.length>0&&this.loadClosedChannelsTable(this.closedChannelsData)}applyFilter(){this.closedChannels.filter=this.selFilter.trim().toLowerCase()}onClosedChannelClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Closed Channel Information",message:[[{key:"close_type",value:this.channelClosureType[t.close_type].name,title:"Close Type",width:30,type:l.Gi.STRING},{key:"settled_balance",value:t.settled_balance,title:"Settled Balance",width:30,type:l.Gi.NUMBER},{key:"time_locked_balance",value:t.time_locked_balance,title:"Time Locked Balance",width:40,type:l.Gi.NUMBER}],[{key:"chan_id",value:t.chan_id,title:"Channel ID",width:30},{key:"capacity",value:t.capacity,title:"Capacity",width:30,type:l.Gi.NUMBER},{key:"close_height",value:t.close_height,title:"Close Height",width:40,type:l.Gi.NUMBER}],[{key:"remote_alias",value:t.remote_alias,title:"Peer Alias",width:30},{key:"remote_pubkey",value:t.remote_pubkey,title:"Peer Public Key",width:70}],[{key:"channel_point",value:t.channel_point,title:"Channel Point",width:100}],[{key:"closing_tx_hash",value:t.closing_tx_hash,title:"Closing Transaction Hash",width:100,type:l.Gi.STRING}]]}}}))}loadClosedChannelsTable(t){this.closedChannels=new c.by([...t]),this.closedChannels.sort=this.sort,this.closedChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.closedChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.closedChannels.paginator=this.paginator,this.applyFilter(),this.logger.info(this.closedChannels)}onDownloadCSV(){this.closedChannels.data&&this.closedChannels.data.length>0&&this.commonService.downloadFile(this.closedChannels.data,"Closed-channels")}ngOnDestroy(){this.unsub.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-closed-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Channels")}])],decls:33,vars:14,consts:[["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","close_type"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","remote_alias"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","capacity"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","close_height"],["matColumnDef","settled_balance"],["matColumnDef","actions"],["mat-header-cell","","class","pl-1",4,"matHeaderCellDef"],["mat-cell","","class","pl-1",4,"matCellDef"],["matColumnDef","no_closed_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout","row","fxLayoutAlign","start center"],[1,"info-icon","info-icon-text",3,"matTooltip"],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"pl-1"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","",1,"pl-1"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"div",2),e.TgZ(3,"mat-form-field",3)(4,"input",4),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(5,"div",5),e.YNc(6,Qr,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,Yr,2,0,"th",10),e.YNc(11,Hr,5,2,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Br,2,0,"th",10),e.YNc(14,Gr,2,4,"td",13),e.BQk(),e.ynx(15,14),e.YNc(16,zr,2,0,"th",15),e.YNc(17,Wr,4,3,"td",11),e.BQk(),e.ynx(18,16),e.YNc(19,Xr,2,0,"th",15),e.YNc(20,$r,4,3,"td",11),e.BQk(),e.ynx(21,17),e.YNc(22,jr,2,0,"th",15),e.YNc(23,Kr,4,3,"td",11),e.BQk(),e.ynx(24,18),e.YNc(25,ec,6,0,"th",19),e.YNc(26,tc,4,0,"td",20),e.BQk(),e.ynx(27,21),e.YNc(28,oc,4,3,"td",22),e.BQk(),e.YNc(29,lc,1,3,"tr",23),e.YNc(30,rc,1,0,"tr",24),e.YNc(31,cc,1,0,"tr",25),e.qZA()(),e._UZ(32,"mat-paginator",26),e.qZA()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.closedChannels)("ngClass",e.VKq(11,uc,""!==a.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(13,pc)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.Wh,d.yH,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,te.Hw,j.gM,p.PC,k.Zl,R.gD,R.$L,B.ey,N.lW,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-close_type[_ngcontent-%COMP%]{flex:0 0 16%;min-width:5rem}.mat-column-remote_alias[_ngcontent-%COMP%]{flex:1 1 20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function dc(n,i){1&n&&e._UZ(0,"mat-progress-bar",27)}function _c(n,i){1&n&&(e.TgZ(0,"th",28),e._uU(1,"Amount (Sats)"),e.qZA())}function hc(n,i){if(1&n&&(e.TgZ(0,"span",33),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.lcZ(2,1,null==t?null:t.amount)," ")}}function gc(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,hc,3,3,"span",32),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function fc(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",30),e._uU(2),e.qZA(),e.YNc(3,gc,2,1,"span",31),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" Active HTLCs: ",null==t||null==t.pending_htlcs?null:t.pending_htlcs.length," "),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function Cc(n,i){1&n&&(e.TgZ(0,"th",28),e._uU(1,"Alias/Incoming"),e.qZA())}function xc(n,i){if(1&n&&(e.TgZ(0,"span",30),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null!=t&&t.incoming?"Yes":"No"," ")}}function yc(n,i){if(1&n&&(e.ynx(0),e.YNc(1,xc,2,1,"span",34),e.BQk()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function Tc(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",30),e._uU(2),e.qZA(),e.YNc(3,yc,2,1,"ng-container",31),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(null==t?null:t.remote_alias),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function vc(n,i){1&n&&(e.TgZ(0,"th",35)(1,"span",36),e._uU(2,"Expiration Height"),e.qZA()())}function bc(n,i){if(1&n&&(e.TgZ(0,"span",36),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.xi3(2,1,null==t?null:t.expiration_height,"1.0-0")," ")}}function Zc(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,bc,3,4,"span",37),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function wc(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",36),e._uU(2),e.qZA(),e.YNc(3,Zc,2,1,"span",31),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(" "),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function Ac(n,i){1&n&&(e.TgZ(0,"th",38)(1,"span",36),e._uU(2,"Hash Lock"),e.qZA()())}function Sc(n,i){if(1&n&&(e.TgZ(0,"span",36),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.hash_lock," ")}}function Lc(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,Sc,2,1,"span",37),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function kc(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",36),e._uU(2),e.qZA(),e.YNc(3,Lc,2,1,"span",31),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(" "),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function Fc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",40)(1,"div",41)(2,"mat-select",42),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",43),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Nc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",45)(1,"button",48),e.NdJ("click",function(){const s=e.CHM(t).$implicit,r=e.oxw(2).$implicit;return e.oxw().onHTLCClick(s,r)}),e._uU(2),e.qZA()()}if(2&n){const t=i.index;e.xp6(2),e.hij("View ",t+1,"")}}function qc(n,i){if(1&n&&(e.TgZ(0,"div"),e.YNc(1,Nc,3,1,"div",47),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function Uc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",44)(1,"span",45)(2,"button",46),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return s.is_expanded=!s.is_expanded}),e._uU(3),e.qZA()(),e.YNc(4,qc,2,1,"div",31),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(3),e.Oqu(t.is_expanded?"Hide":"Show"),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function Oc(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No active htlc available."),e.qZA())}function Rc(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting active htlcs..."),e.qZA())}function Mc(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function Ic(n,i){if(1&n&&(e.TgZ(0,"td",49),e.YNc(1,Oc,2,0,"p",31),e.YNc(2,Rc,2,0,"p",31),e.YNc(3,Mc,2,1,"p",31),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Dc=function(n){return{"display-none":n}};function Pc(n,i){if(1&n&&e._UZ(0,"tr",50),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,Dc,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function Jc(n,i){1&n&&e._UZ(0,"tr",51)}function Ec(n,i){1&n&&e._UZ(0,"tr",52)}const Qc=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},Yc=function(){return["no_channel"]};let Hc=(()=>{class n{constructor(t,a,o){this.logger=t,this.commonService=a,this.store=o,this.channelsJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["amount","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["amount","incoming","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["amount","incoming","expiration_height","actions"]):(this.flgSticky=!0,this.displayedColumns=["amount","incoming","expiration_height","hash_lock","actions"])}ngOnInit(){this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsJSONArr=(null===(a=t.channels)||void 0===a?void 0:a.filter(o=>o.pending_htlcs&&o.pending_htlcs.length>0))||[],this.loadHTLCsTable(this.channelsJSONArr),this.logger.info(t)})}ngAfterViewInit(){this.loadHTLCsTable(this.channelsJSONArr)}onHTLCClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"HTLC Information",message:[[{key:"remote_alias",value:a.remote_alias,title:"Alias",width:100,type:l.Gi.STRING}],[{key:"amount",value:t.amount,title:"Amount (Sats)",width:50,type:l.Gi.NUMBER},{key:"incoming",value:t.incoming?"Yes":"No",title:"Incoming",width:50,type:l.Gi.STRING}],[{key:"expiration_height",value:t.expiration_height,title:"Expiration Height",width:50,type:l.Gi.NUMBER},{key:"hash_lock",value:t.hash_lock,title:"Hash Lock",width:50,type:l.Gi.STRING}]]}}}))}onChannelClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{channel:t,showCopy:!0,component:ye}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadHTLCsTable(t){this.channels=new c.by(t?[...t]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,o)=>{var s,r,_,g;switch(o){case"amount":return this.commonService.sortByKey(a.pending_htlcs,o,"number",null===(s=this.sort)||void 0===s?void 0:s.direction),a.pending_htlcs&&a.pending_htlcs.length?a.pending_htlcs.length:null;case"incoming":return this.commonService.sortByKey(a.pending_htlcs,o,"boolean",null===(r=this.sort)||void 0===r?void 0:r.direction),a.remote_alias?a.remote_alias:a.remote_pubkey?a.remote_pubkey:null;case"expiration_height":return this.commonService.sortByKey(a.pending_htlcs,o,"number",null===(_=this.sort)||void 0===_?void 0:_.direction),a;case"hash_lock":return this.commonService.sortByKey(a.pending_htlcs,o,"number",null===(g=this.sort)||void 0===g?void 0:g.direction),a;default:return a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null}},this.channels.paginator=this.paginator,this.channels.filterPredicate=(a,o)=>{var s;return((a.remote_alias?a.remote_alias.toLowerCase():"")+(null===(s=a.pending_htlcs)||void 0===s?void 0:s.map(_=>JSON.stringify(_)+(_.incoming?"yes":"no")))).includes(o)},this.applyFilter()}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.flattenHTLCs(),"ActiveHTLCs")}flattenHTLCs(){const t=JSON.parse(JSON.stringify(this.channels.data));return null==t?void 0:t.reduce((o,s)=>o.concat(s.pending_htlcs?s.pending_htlcs:s),[])}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-active-htlcs-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("HTLCs")}])],decls:30,vars:14,consts:[["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","incoming"],["matColumnDef","expiration_height"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","hash_lock"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","class","pl-3 htlc-row-span",4,"matHeaderCellDef"],["mat-cell","","class","pl-3",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","px-2",4,"matHeaderCellDef"],["mat-cell","","class","px-2",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayoutAlign","start center",1,"htlc-row-span"],[4,"ngIf"],["fxLayoutAlign","start center","class","htlc-row-span pl-3",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"htlc-row-span","pl-3"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",1,"pl-3","htlc-row-span"],["mat-cell","",1,"pl-3"],["mat-header-cell","",1,"px-2"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","",1,"px-2"],["fxLayoutAlign","end center"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["fxLayoutAlign","end center",4,"ngFor","ngForOf"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"div",2),e.TgZ(3,"mat-form-field",3)(4,"input",4),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(5,"div",5),e.YNc(6,dc,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,_c,2,0,"th",10),e.YNc(11,fc,4,2,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Cc,2,0,"th",10),e.YNc(14,Tc,4,2,"td",11),e.BQk(),e.ynx(15,13),e.YNc(16,vc,3,0,"th",14),e.YNc(17,wc,4,2,"td",11),e.BQk(),e.ynx(18,15),e.YNc(19,Ac,3,0,"th",16),e.YNc(20,kc,4,2,"td",17),e.BQk(),e.ynx(21,18),e.YNc(22,Fc,6,0,"th",19),e.YNc(23,Uc,5,2,"td",20),e.BQk(),e.ynx(24,21),e.YNc(25,Ic,4,3,"td",22),e.BQk(),e.YNc(26,Pc,1,3,"tr",23),e.YNc(27,Jc,1,0,"tr",24),e.YNc(28,Ec,1,0,"tr",25),e.qZA()(),e._UZ(29,"mat-paginator",26),e.qZA()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.channels)("ngClass",e.VKq(11,Qc,""!==a.errorMessage)),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(13,Yc)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.Wh,d.yH,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.sg,R.gD,R.$L,B.ey,N.lW,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-amount[_ngcontent-%COMP%], .mat-column-expiration_height[_ngcontent-%COMP%]{flex:0 0 30%;width:30%}.mat-column-incoming[_ngcontent-%COMP%], .mat-column-hash_lock[_ngcontent-%COMP%]{flex:0 0 25%;width:25%;text-overflow:ellipsis}.htlc-row-span[_ngcontent-%COMP%]{min-height:4.2rem;place-content:center flex-start;align-items:center}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{width:9rem}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{margin-top:.5rem;width:9rem}"]}),n})();function Bc(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Wallet password is required."),e.qZA())}let Vc=(()=>{class n{constructor(t){this.store=t,this.walletPassword=""}ngOnInit(){this.walletPassword=""}onUnlockWallet(){if(!this.walletPassword)return!0;this.store.dispatch((0,w.xG)({payload:{pwd:window.btoa(this.walletPassword)}}))}resetData(){this.walletPassword=""}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-unlock-wallet"]],decls:12,vars:2,consts:[["fxLayout","column",1,"padding-gap","mb-2"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between"],["fxFlex","100","fxLayoutAlign","start"],["autoFocus","","matInput","","type","password","placeholder","Password","name","walletPassword","tabindex","1","required","",3,"ngModel","ngModelChange"],[4,"ngIf"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","3",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"form",1)(2,"mat-form-field",2)(3,"input",3),e.NdJ("ngModelChange",function(s){return a.walletPassword=s}),e.qZA(),e.TgZ(4,"mat-hint"),e._uU(5,"Enter Wallet Password"),e.qZA(),e.YNc(6,Bc,2,0,"mat-error",4),e.qZA(),e.TgZ(7,"div",5)(8,"button",6),e.NdJ("click",function(){return a.resetData()}),e._uU(9,"Clear Field"),e.qZA(),e.TgZ(10,"button",7),e.NdJ("click",function(){return a.onUnlockWallet()}),e._uU(11,"Unlock Wallet"),e.qZA()()()()),2&t&&(e.xp6(3),e.Q6J("ngModel",a.walletPassword),e.xp6(3),e.Q6J("ngIf",!a.walletPassword))},directives:[d.xw,u._Y,u.JL,u.F,d.Wh,x.KE,d.yH,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,x.bx,p.O5,x.TO,N.lW],styles:[""]}),n})();var Gc=f(1555);function zc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div")(1,"form",4)(2,"div",5),e._uU(3,"Warning: Your connection is unsecure, it's not safe to generate private keys over this connection.Are you sure you want to proceed?"),e.qZA(),e.TgZ(4,"div",6)(5,"button",7),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return o.proceed=!1,o.warnRes=!0}),e._uU(6,"Do Not Proceed"),e.qZA(),e.TgZ(7,"button",8),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return o.proceed=!0,o.warnRes=!0}),e._uU(8,"Proceed"),e.qZA()()()()}}function Wc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",9)(1,"div",10),e._uU(2,"Please re-configure & re-start RTL after securing your LND connction. You can close this window now."),e.qZA(),e.TgZ(3,"div",6)(4,"button",11),e.NdJ("click",function(){return e.CHM(t),e.oxw().warnRes=!1}),e._uU(5,"Go Back"),e.qZA()()()}}function Xc(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Password is required."),e.qZA())}function $c(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Password must be at least 8 characters in length."),e.qZA())}function jc(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Confirm password is required."),e.qZA())}function Kc(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Confirm password must be at least 8 characters in length."),e.qZA())}function e1(n,i){1&n&&(e.TgZ(0,"div",41)(1,"mat-icon",42),e._uU(2,"cancel"),e.qZA(),e._uU(3,"Passwords do not match. "),e.qZA())}function t1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Cipher seed is required."),e.qZA())}function n1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Invalid Cipher. Enter comma separated 24 words cipher seed."),e.qZA())}function a1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Passphrase is required."),e.qZA())}function i1(n,i){1&n&&(e.TgZ(0,"mat-icon"),e._uU(1,"vpn_key"),e.qZA())}function o1(n,i){1&n&&(e.TgZ(0,"mat-icon"),e._uU(1,"swap_calls"),e.qZA())}function s1(n,i){1&n&&(e.TgZ(0,"mat-icon"),e._uU(1,"fingerprint"),e.qZA())}function l1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-vertical-stepper",12,13)(2,"mat-step",14)(3,"form",15)(4,"mat-form-field",16),e._UZ(5,"input",17),e.TgZ(6,"mat-hint"),e._uU(7,"Enter Wallet Password"),e.qZA(),e.YNc(8,Xc,2,0,"mat-error",1),e.YNc(9,$c,2,0,"mat-error",1),e.qZA(),e.TgZ(10,"mat-form-field",16),e._UZ(11,"input",18),e.TgZ(12,"mat-hint"),e._uU(13,"Confirm Wallet Password"),e.qZA(),e.YNc(14,jc,2,0,"mat-error",1),e.YNc(15,Kc,2,0,"mat-error",1),e.qZA(),e.YNc(16,e1,4,0,"div",19),e.TgZ(17,"div",20)(18,"button",21),e._uU(19,"Next"),e.qZA()()()(),e.TgZ(20,"mat-step",22)(21,"form",23)(22,"div",24)(23,"mat-slide-toggle",25),e._uU(24,"Existing Cipher"),e.qZA(),e.TgZ(25,"mat-form-field",26),e._UZ(26,"input",27),e.TgZ(27,"mat-hint"),e._uU(28,"Cipher Seed"),e.qZA(),e.YNc(29,t1,2,0,"mat-error",1),e.YNc(30,n1,2,0,"mat-error",1),e.qZA()(),e.TgZ(31,"div",28)(32,"button",29),e._uU(33,"Back"),e.qZA(),e.TgZ(34,"button",30),e._uU(35,"Next"),e.qZA()()()(),e.TgZ(36,"mat-step",31)(37,"form",23)(38,"div",24)(39,"mat-slide-toggle",32),e._uU(40,"Existing Passphrase"),e.qZA(),e.TgZ(41,"mat-form-field",33),e._UZ(42,"input",34),e.TgZ(43,"mat-hint"),e._uU(44,"Enter Passphrase"),e.qZA(),e.YNc(45,a1,2,0,"mat-error",1),e.qZA()(),e.TgZ(46,"div",28)(47,"button",35),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(48,"Clear"),e.qZA(),e.TgZ(49,"button",36),e._uU(50,"Back"),e.qZA(),e.TgZ(51,"button",37),e.NdJ("click",function(){return e.CHM(t),e.oxw().onInitWallet()}),e._uU(52,"Initialize Wallet"),e.qZA()()()(),e.YNc(53,i1,2,0,"ng-template",38),e.YNc(54,o1,2,0,"ng-template",39),e.YNc(55,s1,2,0,"ng-template",40),e.qZA()}if(2&n){const t=e.oxw();e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",t.passwordFormGroup),e.xp6(1),e.Q6J("formGroup",t.passwordFormGroup),e.xp6(5),e.Q6J("ngIf",null==t.passwordFormGroup.controls.initWalletPassword.errors?null:t.passwordFormGroup.controls.initWalletPassword.errors.required),e.xp6(1),e.Q6J("ngIf",null==t.passwordFormGroup.controls.initWalletPassword.errors?null:t.passwordFormGroup.controls.initWalletPassword.errors.minlength),e.xp6(5),e.Q6J("ngIf",null==t.passwordFormGroup.controls.initWalletConfirmPassword.errors?null:t.passwordFormGroup.controls.initWalletConfirmPassword.errors.required),e.xp6(1),e.Q6J("ngIf",null==t.passwordFormGroup.controls.initWalletConfirmPassword.errors?null:t.passwordFormGroup.controls.initWalletConfirmPassword.errors.minlength),e.xp6(1),e.Q6J("ngIf",(null==t.passwordFormGroup.errors?null:t.passwordFormGroup.errors.unmatchedPasswords)&&(t.passwordFormGroup.controls.initWalletPassword.touched||t.passwordFormGroup.controls.initWalletPassword.dirty)&&(t.passwordFormGroup.controls.initWalletConfirmPassword.touched||t.passwordFormGroup.controls.initWalletConfirmPassword.dirty)),e.xp6(4),e.Q6J("stepControl",t.cipherFormGroup),e.xp6(1),e.Q6J("formGroup",t.cipherFormGroup),e.xp6(2),e.Q6J("labelPosition","before"),e.xp6(6),e.Q6J("ngIf",null==t.cipherFormGroup.controls.cipherSeed.errors?null:t.cipherFormGroup.controls.cipherSeed.errors.required),e.xp6(1),e.Q6J("ngIf",!(null!=t.cipherFormGroup.controls.cipherSeed.errors&&t.cipherFormGroup.controls.cipherSeed.errors.required)&&(null==t.cipherFormGroup.controls.cipherSeed.errors?null:t.cipherFormGroup.controls.cipherSeed.errors.invalidCipher)),e.xp6(6),e.Q6J("stepControl",t.passphraseFormGroup),e.xp6(1),e.Q6J("formGroup",t.passphraseFormGroup),e.xp6(2),e.Q6J("labelPosition","before"),e.xp6(6),e.Q6J("ngIf",null==t.passphraseFormGroup.controls.passphrase.errors?null:t.passphraseFormGroup.controls.passphrase.errors.required)}}function r1(n,i){if(1&n&&(e.TgZ(0,"span",48),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}function c1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div")(1,"form",4)(2,"div",43),e._uU(3,"YOU MUST WRITE DOWN THIS SEED TO BE ABLE TO RESTORE THE WALLET!"),e.qZA(),e.TgZ(4,"div",44),e.YNc(5,r1,2,1,"span",45),e.qZA(),e.TgZ(6,"div",46),e._uU(7,"Wallet initialization is done."),e.qZA(),e.TgZ(8,"div",46),e._uU(9,"The node will be usable only after LND has synced completely with the network."),e.qZA(),e.TgZ(10,"div",46),e._uU(11,"Click continue only after writing down the seed."),e.qZA(),e.TgZ(12,"div",6)(13,"button",47),e.NdJ("click",function(){return e.CHM(t),e.oxw().onGoToHome()}),e._uU(14,"Go To Home"),e.qZA()()()()}if(2&n){const t=e.oxw();e.xp6(5),e.Q6J("ngForOf",t.genSeedResponse)}}function u1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div")(1,"form",4)(2,"div",46),e._uU(3,"Something went wrong! Unable to initialize wallet!"),e.qZA(),e.TgZ(4,"div",6)(5,"button",49),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(6,"Restart"),e.qZA()()()()}}function p1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div")(1,"form",4)(2,"div",46),e._uU(3,"Wallet recovery is done."),e.qZA(),e.TgZ(4,"div",46),e._uU(5,"The node will be usable only after LND has synced completely with the network."),e.qZA(),e.TgZ(6,"div",6)(7,"button",50),e.NdJ("click",function(){return e.CHM(t),e.oxw().onGoToHome()}),e._uU(8,"Go To Home"),e.qZA()()()()}}function m1(n){const i=n.get("initWalletPassword"),t=n.get("initWalletConfirmPassword");return i&&t&&i.value!==t.value?{unmatchedPasswords:!0}:null}function d1(n){const i=n.value.toString().trim().split(",")||[];return i&&24!==i.length?{invalidCipher:!0}:null}let _1=(()=>{class n{constructor(t,a,o){this.store=t,this.formBuilder=a,this.lndEffects=o,this.insecureLND=!1,this.genSeedResponse=[],this.initWalletResponse="",this.proceed=!0,this.warnRes=!1,this.unsubs=[new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.passwordFormGroup=this.formBuilder.group({initWalletPassword:["",[u.kI.required,u.kI.minLength(8)]],initWalletConfirmPassword:["",[u.kI.required,u.kI.minLength(8)]]},{validators:m1}),this.cipherFormGroup=this.formBuilder.group({existingCipher:[!1],cipherSeed:[{value:"",disabled:!0},[d1]]}),this.passphraseFormGroup=this.formBuilder.group({enterPassphrase:[!1],passphrase:[{value:"",disabled:!0}]}),this.cipherFormGroup.controls.existingCipher.valueChanges.pipe((0,h.R)(this.unsubs[0])).subscribe(t=>{t?(this.cipherFormGroup.controls.cipherSeed.setValue(""),this.cipherFormGroup.controls.cipherSeed.enable()):(this.cipherFormGroup.controls.cipherSeed.setValue(""),this.cipherFormGroup.controls.cipherSeed.disable())}),this.passphraseFormGroup.controls.enterPassphrase.valueChanges.pipe((0,h.R)(this.unsubs[1])).subscribe(t=>{t?(this.passphraseFormGroup.controls.passphrase.setValue(""),this.passphraseFormGroup.controls.passphrase.enable()):(this.passphraseFormGroup.controls.passphrase.setValue(""),this.passphraseFormGroup.controls.passphrase.disable())}),this.insecureLND=!window.location.protocol.includes("https:"),this.lndEffects.initWalletRes.pipe((0,h.R)(this.unsubs[2])).subscribe(t=>{this.initWalletResponse=t}),this.lndEffects.genSeedResponse.pipe((0,h.R)(this.unsubs[3])).subscribe(t=>{this.genSeedResponse=t,this.store.dispatch((0,w.y2)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:this.genSeedResponse,passphrase:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}}:{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:this.genSeedResponse}}))})}onInitWallet(){if(this.passwordFormGroup.invalid||this.cipherFormGroup.invalid||this.passphraseFormGroup.invalid)return!0;if(this.cipherFormGroup.controls.existingCipher.value){const t=this.cipherFormGroup.controls.cipherSeed.value.toString().trim().split(",");this.store.dispatch((0,w.y2)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:t,passphrase:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}}:{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:t}}))}else this.store.dispatch((0,w.fu)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}:{payload:""}))}onGoToHome(){setTimeout(()=>{this.store.dispatch((0,S.tw)()),this.store.dispatch((0,w.sQ)({payload:{loadPage:"HOME"}}))},1e3)}resetData(){this.genSeedResponse=[],this.initWalletResponse=""}ngOnDestroy(){this.unsubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(u.qu),e.Y36(ne.l))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-initialize-wallet"]],viewQuery:function(t,a){if(1&t&&e.Gf(G.Vq,5),2&t){let o;e.iGM(o=e.CRH())&&(a.stepper=o.first)}},features:[e._Bn([{provide:Gc.gx,useValue:{displayDefaultIndicatorType:!1}}])],decls:7,vars:6,consts:[["fxLayout","column",1,"padding-gap","mb-4"],[4,"ngIf"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","stretch stretch",4,"ngIf"],[3,"linear",4,"ngIf"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mt-2"],["fxFlex","100","fxLayoutAlign","start"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","1","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","2",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","stretch stretch"],["fxFlex","100",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",3,"click"],[3,"linear"],["stepper",""],["label","Wallet Password","state","password",3,"stepControl"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mt-1",3,"formGroup"],["fxFlex","49","fxLayoutAlign","start"],["matInput","","type","password","placeholder","Password","name","initWalletPassword","formControlName","initWalletPassword","tabindex","5","required",""],["matInput","","type","password","placeholder","Confirm Password","name","initWalletConfirmPassword","formControlName","initWalletConfirmPassword","tabindex","6","required",""],["class","validation-error-message",4,"ngIf"],["fxLayout","row",1,"my-2"],["mat-flat-button","","color","primary","tabindex","7","type","submit","matStepperNext",""],["label","Cipher","state","cipher",3,"stepControl"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start",1,"mt-1",3,"formGroup"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch"],["fxFlex","20","tabindex","8","color","primary","formControlName","existingCipher","name","existingCipher",1,"chkbox-wallet",3,"labelPosition"],["fxFlex","75","fxLayoutAlign","start",1,"my-1"],["autofocus","","matInput","","type","input","placeholder","Comma separated array of 24 words cipher seed","name","cipherSeed","formControlName","cipherSeed","tabindex","9","required",""],["fxLayout","row",1,"mb-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","10","matStepperPrevious","",1,"mr-1","mt-1"],["mat-flat-button","","color","primary","tabindex","11","type","submit","matStepperNext","",1,"mt-1"],["label","Passphrase","state","passphrase",3,"stepControl"],["fxFlex","20","tabindex","10","color","primary","formControlName","enterPassphrase","name","enterPassphrase",1,"chkbox-wallet",3,"labelPosition"],["fxFlex","75","fxLayoutAlign","start"],["matInput","","type","password","placeholder","Passphrase","name","passphrase","formControlName","passphrase","tabindex","12","required",""],["mat-stroked-button","","color","warn","tabindex","13","type","reset",1,"mr-1","mt-1",3,"click"],["mat-stroked-button","","tabindex","14","color","primary","type","button","matStepperPrevious","",1,"mr-1","mt-1"],["mat-flat-button","","color","primary","tabindex","15","type","submit",1,"mt-1",3,"click"],["matStepperIcon","password"],["matStepperIcon","cipher"],["matStepperIcon","passphrase"],[1,"validation-error-message"],[1,"validation-error-icon","red"],["fxFlex","100","fxLayoutAlign","start",1,"blinker"],["fxFlex","40","fxLayout","row wrap",1,"mt-2"],["fxFlex","25","fxLayoutAlign","start","class","genseed-message",4,"ngFor","ngForOf"],["fxFlex","100","fxLayoutAlign","start",1,"mt-2"],["mat-flat-button","","color","primary","type","submit","tabindex","16",3,"click"],["fxFlex","25","fxLayoutAlign","start",1,"genseed-message"],["mat-stroked-button","","color","primary","tabindex","17","type","reset",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","18",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,zc,9,0,"div",1),e.YNc(2,Wc,6,0,"div",2),e.YNc(3,l1,56,17,"mat-vertical-stepper",3),e.YNc(4,c1,15,1,"div",1),e.YNc(5,u1,7,0,"div",1),e.YNc(6,p1,9,0,"div",1),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",a.insecureLND&&!a.warnRes),e.xp6(1),e.Q6J("ngIf",a.warnRes&&!a.proceed),e.xp6(1),e.Q6J("ngIf",(!a.insecureLND||a.warnRes&&a.proceed)&&a.genSeedResponse.length<=0&&""===a.initWalletResponse),e.xp6(1),e.Q6J("ngIf",a.genSeedResponse.length>0&&""!==a.initWalletResponse),e.xp6(1),e.Q6J("ngIf",a.genSeedResponse.length>0&&""===a.initWalletResponse),e.xp6(1),e.Q6J("ngIf",a.genSeedResponse.length<=0&&""!==a.initWalletResponse))},directives:[d.xw,p.O5,u._Y,u.JL,u.F,d.Wh,d.yH,N.lW,G.Vq,G.C0,u.sg,x.KE,M.Nt,u.Fj,u.JJ,u.u,u.Q7,x.bx,x.TO,te.Hw,G.Ic,pe.Rr,G.fd,G.z9,p.sg],styles:[""]}),n})(),h1=(()=>{class n{constructor(){this.faWallet=v.X5K}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-wallet"]],decls:12,vars:1,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["label","Unlock"],["label","Initialize"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Wallet"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"mat-tab-group")(8,"mat-tab",5),e._UZ(9,"rtl-unlock-wallet"),e.qZA(),e.TgZ(10,"mat-tab",6),e._UZ(11,"rtl-initialize-wallet"),e.qZA()()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faWallet))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.SP,P.uX,Vc,_1],styles:[""]}),n})();var g1=f(1365);function f1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",11),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let C1=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.router=o,this.faExchangeAlt=v.Ssp,this.faChartPie=v.OS1,this.currencyUnits=[],this.balances=[{title:"Local Capacity",dataValue:0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:0,tooltip:"Amount you can receive"}],this.links=[{link:"payments",name:"Payments"},{link:"invoices",name:"Invoices"},{link:"lookuptransactions",name:"Lookup"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[1]),(0,g1.M)(this.store.select(y.$k))).subscribe(([a,o])=>{this.currencyUnits=(null==o?void 0:o.currencyUnits)||[],this.balances=(null==o?void 0:o.userPersona)===l.ol.OPERATOR?[{title:"Local Capacity",dataValue:a.lightningBalance.local||0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:a.lightningBalance.remote||0,tooltip:"Amount you can receive"}]:[{title:"Outbound Capacity",dataValue:a.lightningBalance.local||0,tooltip:"Amount you can send"},{title:"Inbound Capacity",dataValue:a.lightningBalance.remote||0,tooltip:"Amount you can receive"}],this.logger.info(a)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-transactions"]],decls:19,vars:4,consts:[["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Lightning Balance"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),e._UZ(7,"rtl-currency-unit-converter",5),e.qZA()()(),e.TgZ(8,"div",6),e._UZ(9,"fa-icon",1),e.TgZ(10,"span",2),e._uU(11,"Lightning Transactions"),e.qZA()(),e.TgZ(12,"div",7)(13,"mat-card")(14,"mat-card-content",4)(15,"nav",8),e.YNc(16,f1,2,3,"div",9),e.qZA(),e.TgZ(17,"div",10),e._UZ(18,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faChartPie),e.xp6(6),e.Q6J("values",a.balances),e.xp6(2),e.Q6J("icon",a.faExchangeAlt),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,fe.D,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC],styles:[""]}),n})();function x1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",8),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let y1=(()=>{class n{constructor(t){this.router=t,this.faSearch=v.wn1,this.links=[{link:"lookups",name:"Lookup"},{link:"queryroutes",name:"Query Routes"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-graph"]],decls:11,vars:2,consts:[["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Graph Lookups"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,x1,2,3,"div",6),e.qZA(),e.TgZ(9,"div",7),e._UZ(10,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faSearch),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC],styles:[""]}),n})();function T1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Destination pubkey is required."),e.qZA())}function v1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function b1(n,i){1&n&&e._UZ(0,"mat-progress-bar",37)}function Z1(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1," Hop "),e.qZA())}function w1(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.hop_sequence," ")}}function A1(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1," Peer "),e.qZA())}const S1=function(n){return{"max-width":n}};function L1(n,i){if(1&n&&(e.TgZ(0,"td",40),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,S1,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.hij(" ",null==t?null:t.pubkey_alias," ")}}function k1(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1," Channel "),e.qZA())}function F1(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.chan_id," ")}}function N1(n,i){1&n&&(e.TgZ(0,"th",41),e._uU(1," Capacity (Sats) "),e.qZA())}function q1(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.chan_capacity),"")}}function U1(n,i){1&n&&(e.TgZ(0,"th",41),e._uU(1," Amount To Fwd (Sats) "),e.qZA())}function O1(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.amt_to_forward)," ")}}function R1(n,i){1&n&&(e.TgZ(0,"th",41),e._uU(1," Fee (mSats) "),e.qZA())}function M1(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.fee_msat)," ")}}function I1(n,i){1&n&&(e.TgZ(0,"th",43)(1,"span",42),e._uU(2,"Actions"),e.qZA()())}function D1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",44)(1,"button",45),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onHopClick(r,o)}),e._uU(2,"View Info"),e.qZA()()}}function P1(n,i){1&n&&e._UZ(0,"tr",46)}function J1(n,i){1&n&&e._UZ(0,"tr",47)}const E1=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}};let Q1=(()=>{class n{constructor(t,a,o){this.store=t,this.lndEffects=a,this.commonService=o,this.destinationPubkey="",this.amount=null,this.flgSticky=!1,this.displayedColumns=[],this.flgLoading=[!1],this.faRoute=v.FpQ,this.faExclamationTriangle=v.eHv,this.screenSize="",this.screenSizeEnum=l.cu,this.unSubs=[new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["pubkey_alias","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["hop_sequence","pubkey_alias","fee_msat","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["hop_sequence","pubkey_alias","chan_capacity","amt_to_forward_msat","fee_msat","actions"]):(this.flgSticky=!0,this.displayedColumns=["hop_sequence","pubkey_alias","chan_capacity","amt_to_forward_msat","fee_msat","actions"])}ngOnInit(){this.lndEffects.setQueryRoutes.pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.qrHops=new c.by([]),t.routes&&t.routes.length&&t.routes.length>0&&t.routes[0].hops?(this.flgLoading[0]=!1,this.qrHops=new c.by([...t.routes[0].hops]),this.qrHops.data=t.routes[0].hops):this.flgLoading[0]="error",this.qrHops.sort=this.sort,this.qrHops.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null})}onQueryRoutes(){if(!this.destinationPubkey||!this.amount)return!0;this.qrHops=new c.by([]),this.flgLoading[0]=!0,this.store.dispatch((0,w.WO)({payload:{destPubkey:this.destinationPubkey,amount:this.amount}}))}resetData(){this.destinationPubkey="",this.amount=null,this.flgLoading[0]=!1}onHopClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Route Information",message:[[{key:"hop_sequence",value:t.hop_sequence,title:"Sequence",width:33,type:l.Gi.NUMBER},{key:"amt_to_forward",value:t.amt_to_forward,title:"Amount To Forward (Sats)",width:33,type:l.Gi.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:34,type:l.Gi.NUMBER}],[{key:"chan_capacity",value:t.chan_capacity,title:"Channel Capacity (Sats)",width:50,type:l.Gi.NUMBER},{key:"expiry",value:t.expiry,title:"Expiry",width:50,type:l.Gi.NUMBER}],[{key:"pubkey_alias",value:t.pubkey_alias,title:"Peer Alias",width:50,type:l.Gi.STRING},{key:"chan_id",value:t.chan_id,title:"Channel ID",width:50,type:l.Gi.STRING}],[{key:"pub_key",value:t.pub_key,title:"Peer Pubkey",width:100,type:l.Gi.STRING}]]}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(ne.l),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-query-routes"]],viewQuery:function(t,a){if(1&t&&e.Gf(A.YE,5),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first)}},decls:51,vars:16,consts:[["fxLayout","column","fxFlex","100",1,"padding-gap"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",3,"ngSubmit"],["queryRoutesForm","ngForm"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","69","fxLayoutAlign","start end"],["matInput","","placeholder","Destination Pubkey","name","destinationPubkey","tabindex","1","required","",3,"ngModel","ngModelChange"],["destPubkey","ngModel"],[4,"ngIf"],["fxFlex","29","fxLayoutAlign","start end"],["matInput","","placeholder","Amount (Sats)","name","amount","tabindex","2","type","number","required","",3,"ngModel","step","min","ngModelChange"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-3","mb-1"],["fxFlex","70","fxLayoutAlign","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"table-container","mb-6",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","hop_sequence"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","pubkey_alias"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","chan_id"],["matColumnDef","chan_capacity"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amt_to_forward_msat"],["matColumnDef","fee_msat"],["matColumnDef","actions"],["mat-header-cell","","class","pl-4 pr-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-4",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"pl-4","pr-3"],["mat-cell","",1,"pl-4"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-header-row",""],["mat-row",""]],template:function(t,a){if(1&t){const o=e.EpF();e.TgZ(0,"div",0)(1,"form",1,2),e.NdJ("ngSubmit",function(){return e.CHM(o),e.MAs(2).form.valid&&a.onQueryRoutes()}),e.TgZ(3,"div",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span"),e._uU(6,"The actual routing fee on a payment can be different from the fee shown on query routes."),e.qZA()(),e.TgZ(7,"mat-form-field",5)(8,"input",6,7),e.NdJ("ngModelChange",function(r){return a.destinationPubkey=r}),e.qZA(),e.YNc(10,T1,2,0,"mat-error",8),e.qZA(),e.TgZ(11,"mat-form-field",9)(12,"input",10),e.NdJ("ngModelChange",function(r){return a.amount=r}),e.qZA(),e.YNc(13,v1,2,0,"mat-error",8),e.qZA(),e.TgZ(14,"div",11)(15,"button",12),e.NdJ("click",function(){return a.resetData()}),e._uU(16,"Clear"),e.qZA(),e.TgZ(17,"button",13),e._uU(18,"Query Route"),e.qZA()()(),e.TgZ(19,"div",14)(20,"div",15),e._UZ(21,"fa-icon",16),e.TgZ(22,"span",17),e._uU(23,"Transaction Route"),e.qZA()()(),e.TgZ(24,"div",18),e.YNc(25,b1,1,0,"mat-progress-bar",19),e.TgZ(26,"table",20,21),e.ynx(28,22),e.YNc(29,Z1,2,0,"th",23),e.YNc(30,w1,2,1,"td",24),e.BQk(),e.ynx(31,25),e.YNc(32,A1,2,0,"th",23),e.YNc(33,L1,2,4,"td",26),e.BQk(),e.ynx(34,27),e.YNc(35,k1,2,0,"th",23),e.YNc(36,F1,2,1,"td",24),e.BQk(),e.ynx(37,28),e.YNc(38,N1,2,0,"th",29),e.YNc(39,q1,4,3,"td",24),e.BQk(),e.ynx(40,30),e.YNc(41,U1,2,0,"th",29),e.YNc(42,O1,4,3,"td",24),e.BQk(),e.ynx(43,31),e.YNc(44,R1,2,0,"th",29),e.YNc(45,M1,4,3,"td",24),e.BQk(),e.ynx(46,32),e.YNc(47,I1,3,0,"th",33),e.YNc(48,D1,3,0,"td",34),e.BQk(),e.YNc(49,P1,1,0,"tr",35),e.YNc(50,J1,1,0,"tr",36),e.qZA()()()}2&t&&(e.xp6(4),e.Q6J("icon",a.faExclamationTriangle),e.xp6(4),e.Q6J("ngModel",a.destinationPubkey),e.xp6(2),e.Q6J("ngIf",!a.destinationPubkey),e.xp6(2),e.Q6J("ngModel",a.amount)("step",1e3)("min",0),e.xp6(1),e.Q6J("ngIf",!a.amount),e.xp6(8),e.Q6J("icon",a.faRoute),e.xp6(4),e.Q6J("ngIf",!0===a.flgLoading[0]),e.xp6(1),e.Q6J("dataSource",a.qrHops)("ngClass",e.VKq(14,E1,"error"===a.flgLoading[0])),e.xp6(23),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns))},directives:[d.xw,d.yH,u._Y,u.JL,u.F,d.Wh,D.BN,x.KE,M.Nt,u.Fj,u.Q7,u.JJ,u.On,p.O5,x.TO,u.wV,u.qQ,K.q,N.lW,H.$V,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,c.as,c.XQ,c.nj,c.Gk],pipes:[p.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{flex:0 0 5%;width:5%}.mat-column-pubkey_alias[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();var se=f(9814);function Y1(n,i){if(1&n&&(e.TgZ(0,"span",9),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.AsE("",a.nodeFeaturesEnum[t.value.name]||t.value.name,": ",t.value.is_required?"Mandatory":"Optional","")}}function H1(n,i){1&n&&(e.TgZ(0,"th",27),e._uU(1,"Network"),e.qZA())}function B1(n,i){if(1&n&&(e.TgZ(0,"td",28),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.network," ")}}function V1(n,i){1&n&&(e.TgZ(0,"th",27),e._uU(1,"Address"),e.qZA())}function G1(n,i){if(1&n&&(e.TgZ(0,"td",28),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.addr," ")}}function z1(n,i){1&n&&(e.TgZ(0,"th",29)(1,"span",30),e._uU(2,"Actions"),e.qZA()())}function W1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",31)(1,"span",30)(2,"button",32),e.NdJ("copied",function(o){return e.CHM(t),e.oxw(2).onCopyNodeURI(o)}),e._uU(3,"Copy Node URI"),e.qZA()()()}if(2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(2),e.Q6J("payload",a.lookupResult.node.pub_key+"@"+t.addr)}}function X1(n,i){1&n&&e._UZ(0,"tr",33)}function $1(n,i){1&n&&e._UZ(0,"tr",34)}const j1=function(n){return{"background-color":n}};function K1(n,i){if(1&n&&(e.TgZ(0,"div",1),e._UZ(1,"mat-divider",2),e.TgZ(2,"div",3)(3,"div",4)(4,"h4",5),e._uU(5,"Alias"),e.qZA(),e.TgZ(6,"span",6),e._uU(7),e.TgZ(8,"span",7),e._uU(9),e.qZA()()(),e.TgZ(10,"div",8)(11,"h4",5),e._uU(12,"Pub Key"),e.qZA(),e.TgZ(13,"span",9),e._uU(14),e.qZA()()(),e._UZ(15,"mat-divider",10),e.TgZ(16,"div",3)(17,"div",4)(18,"h4",5),e._uU(19,"Last Update"),e.qZA(),e.TgZ(20,"span",6),e._uU(21),e.ALo(22,"date"),e.qZA()(),e.TgZ(23,"div",8)(24,"h4",5),e._uU(25,"Total Capacity (Sats)"),e.qZA(),e.TgZ(26,"span",6),e._uU(27),e.ALo(28,"number"),e.qZA()()(),e._UZ(29,"mat-divider",10),e.TgZ(30,"div",3)(31,"div",4)(32,"h4",5),e._uU(33,"Number of Channels"),e.qZA(),e.TgZ(34,"span",6),e._uU(35),e.ALo(36,"number"),e.qZA()(),e.TgZ(37,"div",11)(38,"h4",5),e._uU(39,"Features"),e.qZA(),e.YNc(40,Y1,2,2,"span",12),e.ALo(41,"keyvalue"),e.qZA()(),e._UZ(42,"mat-divider",10),e.TgZ(43,"div",13)(44,"h4",14),e._uU(45,"Addresses"),e.qZA(),e.TgZ(46,"div",15)(47,"table",16,17),e.ynx(49,18),e.YNc(50,H1,2,0,"th",19),e.YNc(51,B1,2,1,"td",20),e.BQk(),e.ynx(52,21),e.YNc(53,V1,2,0,"th",19),e.YNc(54,G1,2,1,"td",20),e.BQk(),e.ynx(55,22),e.YNc(56,z1,3,0,"th",23),e.YNc(57,W1,4,1,"td",24),e.BQk(),e.YNc(58,X1,1,0,"tr",25),e.YNc(59,$1,1,0,"tr",26),e.qZA()()()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(t.lookupResult.node.alias),e.xp6(1),e.Q6J("ngStyle",e.VKq(24,j1,null==t.lookupResult.node?null:t.lookupResult.node.color)),e.xp6(1),e.Oqu(null==t.lookupResult.node?null:t.lookupResult.node.color),e.xp6(5),e.Oqu(t.lookupResult.node.pub_key),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.xi3(22,15,1e3*t.lookupResult.node.last_update,"dd/MMM/y HH:mm")),e.xp6(6),e.Oqu(e.lcZ(28,18,t.lookupResult.total_capacity)),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.lcZ(36,20,t.lookupResult.num_channels)),e.xp6(5),e.Q6J("ngForOf",e.lcZ(41,22,t.lookupResult.node.features)),e.xp6(2),e.Q6J("inset",!0),e.xp6(5),e.Q6J("dataSource",t.lookupResult.node.addresses),e.xp6(11),e.Q6J("matHeaderRowDef",t.displayedColumns),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns)}}let eu=(()=>{class n{constructor(t,a){this.logger=t,this.snackBar=a,this.nodeFeaturesEnum=l.hZ,this.displayedColumns=["network","addr","actions"]}onCopyNodeURI(t){this.snackBar.open("Node URI copied."),this.logger.info("Copied Text: "+t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(ae.ux))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-node-lookup"]],inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1",3,"inset"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"ml-2",3,"ngStyle"],["fxFlex","70"],[1,"foreground-secondary-text","w-100"],[1,"my-1",3,"inset"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end start",1,"my-1"],["class","foreground-secondary-text w-100",4,"ngFor","ngForOf"],["fxLayout","column"],["fxFlex","100","fxLayoutAlign","start",1,"font-bold-500","mb-1"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",3,"dataSource"],["table",""],["matColumnDef","network"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","addr"],["matColumnDef","actions"],["mat-header-cell","","class","pl-1",4,"matHeaderCellDef"],["mat-cell","","class","pl-1",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","",1,"pl-1"],["fxLayoutAlign","end center"],["mat-cell","",1,"pl-1"],["mat-stroked-button","","color","primary","type","button","tabindex","1","rtlClipboard","",3,"payload","copied"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&e.YNc(0,K1,60,26,"div",0),2&t&&e.Q6J("ngIf",a.lookupResult)},directives:[p.O5,d.xw,X.d,d.yH,d.Wh,p.PC,k.Zl,p.sg,H.$V,c.BZ,A.YE,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,N.lW,re.y,c.as,c.XQ,c.nj,c.Gk],pipes:[p.uU,p.JJ,p.Nd],styles:[""]}),n})();function tu(n,i){1&n&&(e.TgZ(0,"h3",15),e._uU(1,"Node 1"),e.qZA())}function nu(n,i){1&n&&(e.TgZ(0,"h3",15),e._uU(1,"Node 1 (Your Node)"),e.qZA())}function au(n,i){1&n&&(e.TgZ(0,"h3",15),e._uU(1,"Node 2"),e.qZA())}function iu(n,i){1&n&&(e.TgZ(0,"h3",15),e._uU(1,"Node 2 (Your Node)"),e.qZA())}function ou(n,i){if(1&n&&(e.TgZ(0,"div",1),e._UZ(1,"mat-divider",2),e.TgZ(2,"div",3)(3,"div",4)(4,"h4",5),e._uU(5,"Channel Id"),e.qZA(),e.TgZ(6,"span",6),e._uU(7),e.qZA()(),e.TgZ(8,"div",7)(9,"h4",5),e._uU(10,"Channel Point"),e.qZA(),e.TgZ(11,"span",6),e._uU(12),e.qZA()()(),e._UZ(13,"mat-divider",8),e.TgZ(14,"div",3)(15,"div",4)(16,"h4",5),e._uU(17,"Last Update"),e.qZA(),e.TgZ(18,"span",6),e._uU(19),e.ALo(20,"date"),e.qZA()(),e.TgZ(21,"div",7)(22,"h4",5),e._uU(23,"Capacity (Sats)"),e.qZA(),e.TgZ(24,"span",6),e._uU(25),e.ALo(26,"number"),e.qZA()()(),e._UZ(27,"mat-divider",8),e.TgZ(28,"div",9)(29,"div",10)(30,"div",11),e.YNc(31,tu,2,0,"h3",12),e.YNc(32,nu,2,0,"h3",12),e.qZA(),e._UZ(33,"mat-divider",8),e.TgZ(34,"div",13)(35,"h4",5),e._uU(36,"Pubkey"),e.qZA(),e.TgZ(37,"span",6),e._uU(38),e.qZA()(),e._UZ(39,"mat-divider",8),e.TgZ(40,"div",14)(41,"h4",5),e._uU(42,"Time Lock Delta"),e.qZA(),e.TgZ(43,"span",6),e._uU(44),e.qZA()(),e._UZ(45,"mat-divider",8),e.TgZ(46,"div",14)(47,"h4",5),e._uU(48,"Min HTLC"),e.qZA(),e.TgZ(49,"span",6),e._uU(50),e.qZA()(),e._UZ(51,"mat-divider",8),e.TgZ(52,"div",14)(53,"h4",5),e._uU(54,"Max HTLC"),e.qZA(),e.TgZ(55,"span",6),e._uU(56),e.qZA()(),e._UZ(57,"mat-divider",8),e.TgZ(58,"div",14)(59,"h4",5),e._uU(60,"Fee Base Msat"),e.qZA(),e.TgZ(61,"span",6),e._uU(62),e.qZA()(),e._UZ(63,"mat-divider",8),e.TgZ(64,"div",14)(65,"h4",5),e._uU(66,"Fee Rate Milli Msat"),e.qZA(),e.TgZ(67,"span",6),e._uU(68),e.qZA()(),e._UZ(69,"mat-divider",8),e.TgZ(70,"div",14)(71,"h4",5),e._uU(72,"Disabled"),e.qZA(),e.TgZ(73,"span",6),e._uU(74),e.qZA()()(),e.TgZ(75,"div",10)(76,"div"),e.YNc(77,au,2,0,"h3",12),e.YNc(78,iu,2,0,"h3",12),e.qZA(),e._UZ(79,"mat-divider",8),e.TgZ(80,"div",13)(81,"h4",5),e._uU(82,"Pubkey"),e.qZA(),e.TgZ(83,"span",6),e._uU(84),e.qZA()(),e._UZ(85,"mat-divider",8),e.TgZ(86,"div",14)(87,"h4",5),e._uU(88,"Time Lock Delta"),e.qZA(),e.TgZ(89,"span",6),e._uU(90),e.qZA()(),e._UZ(91,"mat-divider",8),e.TgZ(92,"div",14)(93,"h4",5),e._uU(94,"Min HTLC"),e.qZA(),e.TgZ(95,"span",6),e._uU(96),e.qZA()(),e._UZ(97,"mat-divider",8),e.TgZ(98,"div",14)(99,"h4",5),e._uU(100,"Max HTLC"),e.qZA(),e.TgZ(101,"span",6),e._uU(102),e.qZA()(),e._UZ(103,"mat-divider",8),e.TgZ(104,"div",14)(105,"h4",5),e._uU(106,"Fee Base Msat"),e.qZA(),e.TgZ(107,"span",6),e._uU(108),e.qZA()(),e._UZ(109,"mat-divider",8),e.TgZ(110,"div",14)(111,"h4",5),e._uU(112,"Fee Rate Milli Msat"),e.qZA(),e.TgZ(113,"span",6),e._uU(114),e.qZA()(),e._UZ(115,"mat-divider",8),e.TgZ(116,"div",14)(117,"h4",5),e._uU(118,"Disabled"),e.qZA(),e.TgZ(119,"span",6),e._uU(120),e.qZA()()()()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(t.lookupResult.channel_id),e.xp6(5),e.Oqu(t.lookupResult.chan_point),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.xi3(20,39,1e3*t.lookupResult.last_update,"dd/MMM/y HH:mm")),e.xp6(6),e.Oqu(e.lcZ(26,42,t.lookupResult.capacity)),e.xp6(2),e.Q6J("inset",!0),e.xp6(4),e.Q6J("ngIf",!t.node1_match),e.xp6(1),e.Q6J("ngIf",t.node1_match),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(t.lookupResult.node1_pub),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.time_lock_delta),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.min_htlc),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.max_htlc_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.fee_base_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.fee_rate_milli_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null!=t.lookupResult.node1_policy&&t.lookupResult.node1_policy.disabled?"Yes":"No"),e.xp6(3),e.Q6J("ngIf",!t.node2_match),e.xp6(1),e.Q6J("ngIf",t.node2_match),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(t.lookupResult.node2_pub),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.time_lock_delta),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.min_htlc),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.max_htlc_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.fee_base_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.fee_rate_milli_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null!=t.lookupResult.node2_policy&&t.lookupResult.node2_policy.disabled?"Yes":"No")}}let su=(()=>{class n{constructor(t){this.store=t,this.node1_match=!1,this.node2_match=!1,this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.lookupResult.node1_pub===t.identity_pubkey&&(this.node1_match=!0),this.lookupResult.node2_pub===t.identity_pubkey&&(this.node2_match=!0)})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-lookup"]],inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1",3,"inset"],["fxLayout","row"],["fxLayout","column","fxFlex","30","fxLayoutAlign","end start"],[1,"font-bold-500"],[1,"foreground-secondary-text"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end start"],[1,"my-1",3,"inset"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start start",1,"mt-1","bordered-box","padding-gap-large"],["fxLayout","column"],["class","page-title font-bold-500",4,"ngIf"],["fxLayout","column","fxFlex","20"],["fxLayout","column","fxFlex","10"],[1,"page-title","font-bold-500"]],template:function(t,a){1&t&&e.YNc(0,ou,121,44,"div",0),2&t&&e.Q6J("ngIf",a.lookupResult)},directives:[p.O5,d.xw,X.d,d.yH,d.Wh],pipes:[p.uU,p.JJ],styles:[".mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{height:38px!important}"]}),n})();function lu(n,i){if(1&n&&(e.TgZ(0,"mat-radio-button",17),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("value",t.id)("checked",a.selectedFieldId===t.id),e.xp6(1),e.hij(" ",t.name," ")}}function ru(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("",null==t.lookupFields[t.selectedFieldId]?null:t.lookupFields[t.selectedFieldId].placeholder," is required.")}}function cu(n,i){1&n&&e._UZ(0,"mat-progress-bar",20)}const uu=function(n){return{"w-100 mt-2 p-2 error-border":n,"w-100 my-2 p-2":!0}};function pu(n,i){if(1&n&&(e.TgZ(0,"div",18),e.YNc(1,cu,1,0,"mat-progress-bar",19),e._uU(2),e.qZA()),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(3,uu,""!==t.errorMessage&&"Getting lookup details..."!==t.errorMessage)),e.xp6(1),e.Q6J("ngIf","Getting lookup details..."===t.errorMessage),e.xp6(1),e.hij(" ",t.errorMessage," ")}}function mu(n,i){if(1&n&&(e.TgZ(0,"span",27),e._UZ(1,"rtl-node-lookup",28),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("lookupResult",t.lookupValue)}}function du(n,i){if(1&n&&(e.TgZ(0,"span",27),e._UZ(1,"rtl-channel-lookup",28),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("lookupResult",t.lookupValue)}}function _u(n,i){1&n&&(e.TgZ(0,"span",27)(1,"h3"),e._uU(2,"Error! Unable to find details!"),e.qZA()())}function hu(n,i){if(1&n&&(e.TgZ(0,"div",21)(1,"div",22)(2,"span",23),e._uU(3),e.qZA()(),e.TgZ(4,"div",24),e.YNc(5,mu,2,1,"span",25),e.YNc(6,du,2,1,"span",25),e.YNc(7,_u,3,0,"span",26),e.qZA()()),2&n){const t=e.oxw();e.xp6(3),e.hij("",t.lookupFields[t.selectedFieldId].name," Details"),e.xp6(1),e.Q6J("ngSwitch",t.selectedFieldId),e.xp6(1),e.Q6J("ngSwitchCase",0),e.xp6(1),e.Q6J("ngSwitchCase",1)}}const gu=function(n){return{"mt-1":!0,"mt-2":n}};let Ve=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.commonService=a,this.store=o,this.actions=s,this.lookupKey="",this.lookupValue={},this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Node",placeholder:"Pubkey"},{id:1,name:"Channel",placeholder:"Channel ID"}],this.faSearch=v.wn1,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.actions.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t.type===l.uR.SET_LOOKUP_LND||t.type===l.uR.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.uR.SET_LOOKUP_LND&&(this.errorMessage=0===this.selectedFieldId&&t.payload.hasOwnProperty("node")||1===this.selectedFieldId&&t.payload.hasOwnProperty("channel_id")?"":this.errorMessage,this.lookupValue=JSON.parse(JSON.stringify(t.payload)),this.flgSetLookupValue=!(0!==this.selectedFieldId||!t.payload.hasOwnProperty("node"))||!(1!==this.selectedFieldId||!t.payload.hasOwnProperty("channel_id")),this.logger.info(this.lookupValue)),t.type===l.uR.UPDATE_API_CALL_STATUS_LND&&"Lookup"===t.payload.action&&(this.errorMessage="",t.payload.status===l.Bn.ERROR&&(this.errorMessage="object"==typeof t.payload.message?JSON.stringify(t.payload.message):t.payload.message),t.payload.status===l.Bn.INITIATED&&(this.errorMessage=l.m6.GET_LOOKUP_DETAILS))})}onLookup(){if(!this.lookupKey)return!0;switch(this.flgSetLookupValue=!1,this.lookupValue={},this.selectedFieldId){case 0:this.store.dispatch((0,w.Sf)({payload:this.lookupKey.trim()}));break;case 1:this.store.dispatch((0,w.$A)({payload:{uiMessage:l.m6.SEARCHING_CHANNEL,channelID:this.lookupKey.trim()}}))}}onSelectChange(t){this.resetData(),this.selectedFieldId=t.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.lookupKey="",this.lookupValue={},this.errorMessage=""}clearLookupValue(){this.lookupValue={},this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lookups"]],decls:19,vars:10,consts:[["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["form","ngForm"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModel","ngModelChange","change"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"placeholder","ngModel","change","ngModelChange"],["key",""],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["mode","indeterminate"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],["fxFlex","100",4,"ngSwitchDefault"],["fxFlex","100"],[3,"lookupResult"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-content",2)(3,"form",3,4)(5,"div",5)(6,"mat-radio-group",6),e.NdJ("ngModelChange",function(s){return a.selectedFieldId=s})("change",function(s){return a.onSelectChange(s)}),e.YNc(7,lu,2,3,"mat-radio-button",7),e.qZA()(),e.TgZ(8,"mat-form-field",8)(9,"input",9,10),e.NdJ("change",function(){return a.clearLookupValue()})("ngModelChange",function(s){return a.lookupKey=s}),e.qZA(),e.YNc(11,ru,2,1,"mat-error",11),e.qZA(),e.TgZ(12,"div",12)(13,"button",13),e.NdJ("click",function(){return a.resetData()}),e._uU(14,"Clear"),e.qZA(),e.TgZ(15,"button",14),e.NdJ("click",function(){return a.onLookup()}),e._uU(16,"Lookup"),e.qZA()()(),e.YNc(17,pu,3,5,"div",15),e.YNc(18,hu,8,4,"div",16),e.qZA()()()),2&t&&(e.xp6(6),e.Q6J("ngModel",a.selectedFieldId),e.xp6(1),e.Q6J("ngForOf",a.lookupFields),e.xp6(1),e.Q6J("ngClass",e.VKq(8,gu,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.xp6(1),e.Q6J("placeholder",(null==a.lookupFields[a.selectedFieldId]?null:a.lookupFields[a.selectedFieldId].placeholder)||"Lookup Key")("ngModel",a.lookupKey),e.xp6(2),e.Q6J("ngIf",!a.lookupKey),e.xp6(6),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage&&a.lookupValue&&a.flgSetLookupValue))},directives:[d.xw,d.yH,d.Wh,Z.dn,u._Y,u.JL,u.F,se.VQ,u.JJ,u.On,p.sg,se.U0,x.KE,p.mk,k.oO,M.Nt,u.Fj,u.Q7,p.O5,x.TO,N.lW,J.pW,p.RF,p.n9,eu,su,p.ED],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}.pl-3[_ngcontent-%COMP%]{padding-left:3rem}"]}),n})();var Ze=f(6856);function fu(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Invalid date format."),e.qZA())}function Cu(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Invalid date format."),e.qZA())}function xu(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",27),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let yu=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.router=o,this.faMapSigns=v.SuH,this.today=new Date(Date.now()),this.lastMonthDay=new Date(this.today.getFullYear(),this.today.getMonth()-1,this.today.getDate()+1,0,0,0),this.yesterday=new Date(this.today.getFullYear(),this.today.getMonth(),this.today.getDate()-1,0,0,0),this.endDate=this.today,this.startDate=this.lastMonthDay,this.links=[{link:"forwardinghistory",name:"Forwarding History"},{link:"peers",name:"Routing Peers"},{link:"nonroutingprs",name:"Non Routing Peers"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x,new m.x]}ngOnInit(){this.onEventsFetch();const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}onEventsFetch(){this.store.dispatch((0,w.QJ)({payload:{forwarding_events:[]}})),this.endDate||(this.endDate=this.today),this.startDate||(this.startDate=new Date(this.endDate.getFullYear(),this.endDate.getMonth()-1,this.endDate.getDate()+1,0,0,0)),this.store.dispatch((0,w.u0)({payload:{end_time:Math.round(this.endDate.getTime()/1e3).toString(),start_time:Math.round(this.startDate.getTime()/1e3).toString()}}))}resetData(){this.endDate=this.today,this.startDate=this.lastMonthDay}ngOnDestroy(){this.resetData(),this.store.dispatch((0,w.QJ)({payload:{forwarding_events:[]}})),this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-routing"]],decls:35,vars:15,consts:[["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"card-content-gap","mt-1"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mb-1",3,"ngSubmit"],["routingForm","ngForm"],["fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","49","fxLayoutAlign","start"],["matInput","","placeholder","Start Date","name","startDate","tabindex","1",3,"matDatepicker","max","ngModel","ngModelChange"],["strtDate","ngModel"],["matSuffix","",3,"for"],[3,"startAt"],["startDatepicker",""],[4,"ngIf"],["matInput","","placeholder","End Date","name","endDate","tabindex","2",3,"matDatepicker","min","max","ngModel","ngModelChange"],["enDate","ngModel"],["endDatepicker",""],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","row","fxFlex","100"],["mat-tab-nav-bar","","fxFlex","100"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span",3),e._uU(4,"Routing"),e.qZA()(),e.TgZ(5,"div",4)(6,"mat-card",5)(7,"mat-card-content",6)(8,"form",7,8),e.NdJ("ngSubmit",function(){return a.onEventsFetch()}),e.TgZ(10,"div",9)(11,"mat-form-field",10)(12,"input",11,12),e.NdJ("ngModelChange",function(s){return a.startDate=s}),e.qZA(),e._UZ(14,"mat-datepicker-toggle",13)(15,"mat-datepicker",14,15),e.YNc(17,fu,2,0,"mat-error",16),e.qZA(),e.TgZ(18,"mat-form-field",10)(19,"input",17,18),e.NdJ("ngModelChange",function(s){return a.endDate=s}),e.qZA(),e._UZ(21,"mat-datepicker-toggle",13)(22,"mat-datepicker",14,19),e.YNc(24,Cu,2,0,"mat-error",16),e.qZA()(),e.TgZ(25,"div",20)(26,"button",21),e.NdJ("click",function(){return a.resetData()}),e._uU(27,"Clear"),e.qZA(),e.TgZ(28,"button",22),e._uU(29,"Fetch Events"),e.qZA()()(),e.TgZ(30,"div",23)(31,"nav",24),e.YNc(32,xu,2,3,"div",25),e.qZA()(),e.TgZ(33,"div",26),e._UZ(34,"router-outlet"),e.qZA()()()()()),2&t){const o=e.MAs(13),s=e.MAs(16),r=e.MAs(20),_=e.MAs(23);e.xp6(2),e.Q6J("icon",a.faMapSigns),e.xp6(10),e.Q6J("matDatepicker",s)("max",a.today)("ngModel",a.startDate),e.xp6(2),e.Q6J("for",s),e.xp6(1),e.Q6J("startAt",a.startDate),e.xp6(2),e.Q6J("ngIf",o.errors),e.xp6(2),e.Q6J("matDatepicker",_)("min",a.startDate)("max",a.today)("ngModel",a.endDate),e.xp6(2),e.Q6J("for",_),e.xp6(1),e.Q6J("startAt",a.endDate),e.xp6(2),e.Q6J("ngIf",r.errors),e.xp6(8),e.Q6J("ngForOf",a.links)}},directives:[d.xw,d.Wh,D.BN,d.yH,Z.a8,Z.dn,u._Y,u.JL,u.F,x.KE,M.Nt,Ze.hl,Ye.F,u.Fj,u.JJ,u.On,Ze.nW,x.R9,Ze.Mq,p.O5,x.TO,K.q,N.lW,P.BU,p.sg,P.Nj,b.rH,b.lC],styles:[""]}),n})();function Tu(n,i){if(1&n&&(e.TgZ(0,"div",5),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.errorMessage)}}function vu(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e._UZ(1,"div",7),e.TgZ(2,"mat-form-field",8)(3,"input",9),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().filterValue=o})("input",function(){return e.CHM(t),e.oxw().applyFilter()})("keyup",function(){return e.CHM(t),e.oxw().applyFilter()}),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("ngModel",t.filterValue)}}function bu(n,i){1&n&&e._UZ(0,"mat-progress-bar",31)}function Zu(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1,"Timestamp"),e.qZA())}function wu(n,i){if(1&n&&(e.TgZ(0,"td",33),e._uU(1),e.ALo(2,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.xi3(2,1,1e3*t.timestamp,"dd/MMM/y HH:mm"))}}function Au(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1,"Inbound Channel"),e.qZA())}function Su(n,i){if(1&n&&(e.TgZ(0,"td",33),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t.alias_in)}}function Lu(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1,"Outbound Channel"),e.qZA())}function ku(n,i){if(1&n&&(e.TgZ(0,"td",33),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t.alias_out)}}function Fu(n,i){1&n&&(e.TgZ(0,"th",34),e._uU(1,"Inbound Amount (Sats)"),e.qZA())}function Nu(n,i){if(1&n&&(e.TgZ(0,"td",33)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.amt_in))}}function qu(n,i){1&n&&(e.TgZ(0,"th",34),e._uU(1,"Outbound Amount (Sats)"),e.qZA())}function Uu(n,i){if(1&n&&(e.TgZ(0,"td",33)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.amt_out))}}function Ou(n,i){1&n&&(e.TgZ(0,"th",34),e._uU(1,"Fee (mSats)"),e.qZA())}function Ru(n,i){if(1&n&&(e.TgZ(0,"td",33)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.fee_msat))}}function Mu(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",36)(1,"div",37)(2,"mat-select",38),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",39),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Iu(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",40)(1,"button",41),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw(2).onForwardingEventClick(r,o)}),e._uU(2,"View Info"),e.qZA()()}}function Du(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No forwarding history available."),e.qZA())}function Pu(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting forwarding history..."),e.qZA())}function Ju(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function Eu(n,i){if(1&n&&(e.TgZ(0,"td",42),e.YNc(1,Du,2,0,"p",43),e.YNc(2,Pu,2,0,"p",43),e.YNc(3,Ju,2,1,"p",43),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Qu=function(n){return{"display-none":n}};function Yu(n,i){if(1&n&&e._UZ(0,"tr",44),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,Qu,(null==t.forwardingHistoryEvents?null:t.forwardingHistoryEvents.data)&&(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)>0))}}function Hu(n,i){1&n&&e._UZ(0,"tr",45)}function Bu(n,i){1&n&&e._UZ(0,"tr",46)}const Vu=function(){return["no_event"]};function Gu(n,i){if(1&n&&(e.TgZ(0,"div",10),e.YNc(1,bu,1,0,"mat-progress-bar",11),e.TgZ(2,"table",12,13),e.ynx(4,14),e.YNc(5,Zu,2,0,"th",15),e.YNc(6,wu,3,4,"td",16),e.BQk(),e.ynx(7,17),e.YNc(8,Au,2,0,"th",15),e.YNc(9,Su,2,1,"td",16),e.BQk(),e.ynx(10,18),e.YNc(11,Lu,2,0,"th",15),e.YNc(12,ku,2,1,"td",16),e.BQk(),e.ynx(13,19),e.YNc(14,Fu,2,0,"th",20),e.YNc(15,Nu,4,3,"td",16),e.BQk(),e.ynx(16,21),e.YNc(17,qu,2,0,"th",20),e.YNc(18,Uu,4,3,"td",16),e.BQk(),e.ynx(19,22),e.YNc(20,Ou,2,0,"th",20),e.YNc(21,Ru,4,3,"td",16),e.BQk(),e.ynx(22,23),e.YNc(23,Mu,6,0,"th",24),e.YNc(24,Iu,3,0,"td",25),e.BQk(),e.ynx(25,26),e.YNc(26,Eu,4,3,"td",27),e.BQk(),e.YNc(27,Yu,1,3,"tr",28),e.YNc(28,Hu,1,0,"tr",29),e.YNc(29,Bu,1,0,"tr",30),e.qZA()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.forwardingHistoryEvents),e.xp6(25),e.Q6J("matFooterRowDef",e.DdM(6,Vu)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns)}}function zu(n,i){if(1&n&&e._UZ(0,"mat-paginator",47),2&n){const t=e.oxw();e.Q6J("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Ge=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.commonService=a,this.store=o,this.datePipe=s,this.eventsData=[],this.filterValue="",this.forwardingHistoryData=[],this.displayedColumns=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["timestamp","fee_msat","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["timestamp","amt_in","amt_out","fee_msat","actions"]):(this.flgSticky=!0,this.displayedColumns=["timestamp","alias_in","alias_out","amt_in","amt_out","fee_msat","actions"])}ngOnInit(){this.store.select(y.Bo).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.eventsData.length<=0&&(this.errorMessage="",this.apiCallStatus=t.apiCallStatus,(null===(a=t.apiCallStatus)||void 0===a?void 0:a.status)===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.forwardingHistoryData=t.forwardingHistory.forwarding_events||[],this.loadForwardingEventsTable(this.forwardingHistoryData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory))})}ngAfterViewInit(){this.forwardingHistoryData.length>0&&this.loadForwardingEventsTable(this.forwardingHistoryData)}ngOnChanges(t){t.eventsData&&(this.apiCallStatus={status:l.Bn.COMPLETED,action:"FetchForwardingHistory"},this.eventsData=t.eventsData.currentValue,this.forwardingHistoryData=this.eventsData,t.eventsData.firstChange||this.loadForwardingEventsTable(this.forwardingHistoryData)),t.filterValue&&!t.filterValue.firstChange&&this.applyFilter()}onForwardingEventClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Event Information",message:[[{key:"timestamp",value:t.timestamp,title:"Timestamp",width:25,type:l.Gi.DATE_TIME},{key:"amt_in",value:t.amt_in,title:"Inbound Amount (Sats)",width:25,type:l.Gi.NUMBER},{key:"amt_out",value:t.amt_out,title:"Outbound Amount (Sats)",width:25,type:l.Gi.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:25,type:l.Gi.NUMBER}],[{key:"alias_in",value:t.alias_in,title:"Inbound Peer Alias",width:25,type:l.Gi.STRING},{key:"chan_id_in",value:t.chan_id_in,title:"Inbound Channel ID",width:25,type:l.Gi.STRING},{key:"alias_out",value:t.alias_out,title:"Outbound Peer Alias",width:25,type:l.Gi.STRING},{key:"chan_id_out",value:t.chan_id_out,title:"Outbound Channel ID",width:25,type:l.Gi.STRING}]]}}}))}loadForwardingEventsTable(t){this.forwardingHistoryEvents=new c.by(t?[...t]:[]),this.forwardingHistoryEvents.sort=this.sort,this.forwardingHistoryEvents.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.forwardingHistoryEvents.filterPredicate=(a,o)=>{var s;return((a.timestamp?null===(s=this.datePipe.transform(new Date(1e3*a.timestamp),"dd/MMM/YYYY HH:mm"))||void 0===s?void 0:s.toLowerCase():"")+JSON.stringify(a).toLowerCase()).includes(o)},this.forwardingHistoryEvents.paginator=this.paginator,this.logger.info(this.forwardingHistoryEvents)}onDownloadCSV(){this.forwardingHistoryEvents&&this.forwardingHistoryEvents.data&&this.forwardingHistoryEvents.data.length>0&&this.commonService.downloadFile(this.forwardingHistoryEvents.data,"Forwarding-history")}applyFilter(){this.forwardingHistoryEvents&&(this.forwardingHistoryEvents.filter=this.filterValue.trim().toLowerCase())}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(p.uU))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-forwarding-history"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},inputs:{eventsData:"eventsData",filterValue:"filterValue"},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Events")}]),e.TTD],decls:5,vars:4,consts:[["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","name","filter","placeholder","Filter",3,"ngModel","ngModelChange","input","keyup"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"dataSource"],["table",""],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias_in"],["matColumnDef","alias_out"],["matColumnDef","amt_in"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amt_out"],["matColumnDef","fee_msat"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-3","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,Tu,2,1,"div",1),e.YNc(2,vu,4,1,"div",2),e.YNc(3,Gu,30,7,"div",3),e.YNc(4,zu,1,3,"mat-paginator",4),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage))},directives:[d.xw,d.Wh,p.O5,d.yH,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,J.pW,c.BZ,A.YE,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,R.gD,R.$L,B.ey,N.lW,c.mD,c.yh,c.Ke,c.Q2,p.mk,k.oO,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.uU,p.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();const Wu=["tableIn"],Xu=["tableOut"],$u=["paginatorIn"],ju=["paginatorOut"];function Ku(n,i){if(1&n&&(e.TgZ(0,"div",3),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.errorMessage)}}function ep(n,i){1&n&&e._UZ(0,"mat-progress-bar",37)}function tp(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Channel ID"),e.qZA())}const he=function(n){return{"max-width":n}};function np(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("ngStyle",e.VKq(2,he,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.chan_id)}}function ap(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Peer Alias"),e.qZA())}function ip(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("ngStyle",e.VKq(2,he,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.alias)}}function op(n,i){1&n&&(e.TgZ(0,"th",40),e._uU(1,"Events"),e.qZA())}function sp(n,i){if(1&n&&(e.TgZ(0,"td",41)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.events))}}function lp(n,i){1&n&&(e.TgZ(0,"th",40),e._uU(1,"Total Amount (Sats)"),e.qZA())}function rp(n,i){if(1&n&&(e.TgZ(0,"td",41)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_amount))}}function cp(n,i){1&n&&(e.TgZ(0,"th",43)(1,"span",42),e._uU(2,"Actions"),e.qZA()())}function up(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",44)(1,"button",45),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw(2).onRoutingPeerClick(r,o,"in")}),e._uU(2,"View Info"),e.qZA()()}}function pp(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No incoming routing peer available."),e.qZA())}function mp(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting incoming routing peers..."),e.qZA())}function dp(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function _p(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,pp,2,0,"p",47),e.YNc(2,mp,2,0,"p",47),e.YNc(3,dp,2,1,"p",47),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersIncoming&&t.RoutingPeersIncoming.data)||(null==t.RoutingPeersIncoming||null==t.RoutingPeersIncoming.data?null:t.RoutingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersIncoming&&t.RoutingPeersIncoming.data)||(null==t.RoutingPeersIncoming||null==t.RoutingPeersIncoming.data?null:t.RoutingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersIncoming&&t.RoutingPeersIncoming.data)||(null==t.RoutingPeersIncoming||null==t.RoutingPeersIncoming.data?null:t.RoutingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const ze=function(n){return{"display-none":n}};function hp(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,ze,(null==t.RoutingPeersIncoming||null==t.RoutingPeersIncoming.data?null:t.RoutingPeersIncoming.data.length)>0))}}function gp(n,i){1&n&&e._UZ(0,"tr",49)}function fp(n,i){1&n&&e._UZ(0,"tr",50)}function Cp(n,i){1&n&&e._UZ(0,"mat-progress-bar",37)}function xp(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Channel ID"),e.qZA())}function yp(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("ngStyle",e.VKq(2,he,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.chan_id)}}function Tp(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Peer Alias"),e.qZA())}function vp(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("ngStyle",e.VKq(2,he,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.alias)}}function bp(n,i){1&n&&(e.TgZ(0,"th",40),e._uU(1,"Events"),e.qZA())}function Zp(n,i){if(1&n&&(e.TgZ(0,"td",41)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.events))}}function wp(n,i){1&n&&(e.TgZ(0,"th",40),e._uU(1,"Total Amount (Sats)"),e.qZA())}function Ap(n,i){if(1&n&&(e.TgZ(0,"td",41)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_amount))}}function Sp(n,i){1&n&&(e.TgZ(0,"th",43)(1,"span",42),e._uU(2,"Actions"),e.qZA()())}function Lp(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",51)(1,"button",52),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw(2).onRoutingPeerClick(r,o,"out")}),e._uU(2,"View Info"),e.qZA()()}}function kp(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No outgoing routing peer available."),e.qZA())}function Fp(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting outgoing routing peers..."),e.qZA())}function Np(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function qp(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,kp,2,0,"p",47),e.YNc(2,Fp,2,0,"p",47),e.YNc(3,Np,2,1,"p",47),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersOutgoing&&t.RoutingPeersOutgoing.data)||(null==t.RoutingPeersOutgoing||null==t.RoutingPeersOutgoing.data?null:t.RoutingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersOutgoing&&t.RoutingPeersOutgoing.data)||(null==t.RoutingPeersOutgoing||null==t.RoutingPeersOutgoing.data?null:t.RoutingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersOutgoing&&t.RoutingPeersOutgoing.data)||(null==t.RoutingPeersOutgoing||null==t.RoutingPeersOutgoing.data?null:t.RoutingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Up(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,ze,(null==t.RoutingPeersOutgoing||null==t.RoutingPeersOutgoing.data?null:t.RoutingPeersOutgoing.data.length)>0))}}function Op(n,i){1&n&&e._UZ(0,"tr",49)}function Rp(n,i){1&n&&e._UZ(0,"tr",50)}const Mp=function(n,i){return{"mt-2":n,"mt-1":i}},Ip=function(){return["no_incoming_event"]},Dp=function(n){return{"mt-2":n}},Pp=function(){return["no_outgoing_event"]};function Jp(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",4)(1,"div",5)(2,"div",6)(3,"div",7),e._uU(4,"Incoming"),e.qZA(),e.TgZ(5,"mat-form-field",8)(6,"input",9),e.NdJ("keyup",function(){return e.CHM(t),e.oxw().applyIncomingFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw().filterIn=o}),e.qZA()()(),e.TgZ(7,"div",10),e.YNc(8,ep,1,0,"mat-progress-bar",11),e.TgZ(9,"table",12,13),e.ynx(11,14),e.YNc(12,tp,2,0,"th",15),e.YNc(13,np,2,4,"td",16),e.BQk(),e.ynx(14,17),e.YNc(15,ap,2,0,"th",15),e.YNc(16,ip,2,4,"td",16),e.BQk(),e.ynx(17,18),e.YNc(18,op,2,0,"th",19),e.YNc(19,sp,4,3,"td",20),e.BQk(),e.ynx(20,21),e.YNc(21,lp,2,0,"th",19),e.YNc(22,rp,4,3,"td",20),e.BQk(),e.ynx(23,22),e.YNc(24,cp,3,0,"th",23),e.YNc(25,up,3,0,"td",24),e.BQk(),e.ynx(26,25),e.YNc(27,_p,4,3,"td",26),e.BQk(),e.YNc(28,hp,1,3,"tr",27),e.YNc(29,gp,1,0,"tr",28),e.YNc(30,fp,1,0,"tr",29),e.qZA()(),e._UZ(31,"mat-paginator",30,31),e.qZA(),e.TgZ(33,"div",5)(34,"div",6)(35,"div",7),e._uU(36,"Outgoing"),e.qZA(),e.TgZ(37,"mat-form-field",8)(38,"input",9),e.NdJ("keyup",function(){return e.CHM(t),e.oxw().applyOutgoingFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw().filterOut=o}),e.qZA()()(),e.TgZ(39,"div",10),e.YNc(40,Cp,1,0,"mat-progress-bar",11),e.TgZ(41,"table",32,33),e.ynx(43,14),e.YNc(44,xp,2,0,"th",15),e.YNc(45,yp,2,4,"td",16),e.BQk(),e.ynx(46,17),e.YNc(47,Tp,2,0,"th",15),e.YNc(48,vp,2,4,"td",16),e.BQk(),e.ynx(49,18),e.YNc(50,bp,2,0,"th",19),e.YNc(51,Zp,4,3,"td",20),e.BQk(),e.ynx(52,21),e.YNc(53,wp,2,0,"th",19),e.YNc(54,Ap,4,3,"td",20),e.BQk(),e.ynx(55,22),e.YNc(56,Sp,3,0,"th",23),e.YNc(57,Lp,3,0,"td",34),e.BQk(),e.ynx(58,35),e.YNc(59,qp,4,3,"td",26),e.BQk(),e.YNc(60,Up,1,3,"tr",27),e.YNc(61,Op,1,0,"tr",28),e.YNc(62,Rp,1,0,"tr",29),e.qZA()(),e._UZ(63,"mat-paginator",30,36),e.qZA()()}if(2&n){const t=e.oxw();e.xp6(2),e.Q6J("ngClass",e.WLB(22,Mp,t.screenSize===t.screenSizeEnum.XS,t.screenSize===t.screenSizeEnum.SM)),e.xp6(4),e.Q6J("ngModel",t.filterIn),e.xp6(2),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.RoutingPeersIncoming),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(25,Ip)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns),e.xp6(1),e.Q6J("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS),e.xp6(3),e.Q6J("ngClass",e.VKq(26,Dp,t.screenSize!==t.screenSizeEnum.LG)),e.xp6(4),e.Q6J("ngModel",t.filterOut),e.xp6(2),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.RoutingPeersOutgoing),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(28,Pp)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns),e.xp6(1),e.Q6J("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Ep=(()=>{class n{constructor(t,a,o){this.logger=t,this.commonService=a,this.store=o,this.routingPeersData=[],this.displayedColumns=[],this.RoutingPeersIncoming=new c.by([]),this.RoutingPeersOutgoing=new c.by([]),this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.filterIn="",this.filterOut="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["chan_id","events","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["chan_id","alias","events","total_amount"]):(this.flgSticky=!0,this.displayedColumns=["chan_id","alias","events","total_amount"])}ngOnInit(){this.store.select(y.Bo).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.errorMessage="",this.apiCallStatus=t.apiCallStatus,(null===(a=t.apiCallStatus)||void 0===a?void 0:a.status)===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=t.forwardingHistory.forwarding_events?t.forwardingHistory.forwarding_events:[],this.routingPeersData.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.routingPeersData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.loadRoutingPeersTable(this.routingPeersData)}onRoutingPeerClick(t,a,o){let s=" Routing Information";s="in"===o?"Incoming"+s:"Outgoing"+s,this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:s,message:[[{key:"chan_id",value:t.chan_id,title:"Channel ID",width:50,type:l.Gi.STRING},{key:"alias",value:t.alias,title:"Peer Alias",width:50,type:l.Gi.STRING}],[{key:"events",value:t.events,title:"Events",width:50,type:l.Gi.NUMBER},{key:"total_amount",value:t.total_amount,title:"Total Amount (Sats)",width:50,type:l.Gi.NUMBER}]]}}}))}loadRoutingPeersTable(t){if(t.length>0){const a=this.groupRoutingPeers(t);this.RoutingPeersIncoming=new c.by(a[0]),this.RoutingPeersIncoming.sort=this.sortIn,this.RoutingPeersIncoming.filterPredicate=(o,s)=>JSON.stringify(o).toLowerCase().includes(s),this.RoutingPeersIncoming.paginator=this.paginatorIn,this.logger.info(this.RoutingPeersIncoming),this.RoutingPeersOutgoing=new c.by(a[1]),this.RoutingPeersOutgoing.sort=this.sortOut,this.RoutingPeersOutgoing.filterPredicate=(o,s)=>JSON.stringify(o).toLowerCase().includes(s),this.RoutingPeersOutgoing.paginator=this.paginatorOut,this.logger.info(this.RoutingPeersOutgoing)}else this.RoutingPeersIncoming=new c.by([]),this.RoutingPeersOutgoing=new c.by([]);this.applyIncomingFilter(),this.applyOutgoingFilter()}groupRoutingPeers(t){const a=[],o=[];return t.forEach(s=>{const r=a.find(g=>g.chan_id===s.chan_id_in),_=o.find(g=>g.chan_id===s.chan_id_out);r?(r.events++,r.total_amount=+r.total_amount+ +(s.amt_in||0)):a.push({chan_id:s.chan_id_in,alias:s.alias_in,events:1,total_amount:+(s.amt_in||0)}),_?(_.events++,_.total_amount=+_.total_amount+ +(s.amt_out||0)):o.push({chan_id:s.chan_id_out,alias:s.alias_out,events:1,total_amount:+(s.amt_out||0)})}),[this.commonService.sortDescByKey(a,"total_amount"),this.commonService.sortDescByKey(o,"total_amount")]}applyIncomingFilter(){this.RoutingPeersIncoming.filter=this.filterIn.toLowerCase()}applyOutgoingFilter(){this.RoutingPeersOutgoing.filter=this.filterOut.toLowerCase()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-routing-peers"]],viewQuery:function(t,a){if(1&t&&(e.Gf(Wu,5,A.YE),e.Gf(Xu,5,A.YE),e.Gf($u,5),e.Gf(ju,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sortIn=o.first),e.iGM(o=e.CRH())&&(a.sortOut=o.first),e.iGM(o=e.CRH())&&(a.paginatorIn=o.first),e.iGM(o=e.CRH())&&(a.paginatorOut=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Routing peers")}])],decls:3,vars:2,consts:[["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between start","class","page-sub-title-container",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between start",1,"page-sub-title-container"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mb-4"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","w-100",3,"ngClass"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto","incoming-table",3,"dataSource"],["tableIn",""],["matColumnDef","chan_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","events"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","total_amount"],["matColumnDef","actions"],["mat-header-cell","","class","pr-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-2","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_incoming_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["paginatorIn",""],["mat-table","","matSort","",1,"overflow-auto","outgoing-table",3,"dataSource"],["tableOut",""],["mat-cell","","class","pl-2",4,"matCellDef"],["matColumnDef","no_outgoing_event"],["paginatorOut",""],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-cell",""],["fxLayoutAlign","end center"],["mat-header-cell","",1,"pr-3"],["mat-cell","","fxLayoutAlign","end center",1,"pl-2"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],["mat-cell","",1,"pl-2"],["mat-stroked-button","","color","primary","type","button","tabindex","5",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,Ku,2,1,"div",1),e.YNc(2,Jp,65,29,"div",2),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage))},directives:[d.xw,d.Wh,p.O5,d.yH,p.mk,k.oO,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,J.pW,c.BZ,A.YE,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,N.lW,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-chan_id[_ngcontent-%COMP%], .mat-column-alias[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function Qp(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",7),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let Yp=(()=>{class n{constructor(t){this.router=t,this.faChartBar=v.koM,this.links=[{link:"routingreport",name:"Routing"},{link:"transactions",name:"Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-reports"]],decls:10,vars:2,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Reports"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,Qp,2,3,"div",6),e.qZA(),e._UZ(9,"router-outlet"),e.qZA()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faChartBar),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.BU,p.sg,P.Nj,b.rH,b.lC],styles:[""]}),n})();var We=f(7671),Xe=f(1210);function Hp(n,i){1&n&&e._UZ(0,"mat-progress-bar",16)}function Bp(n,i){if(1&n&&(e.TgZ(0,"div",17),e._uU(1),e.ALo(2,"number"),e.ALo(3,"number"),e.qZA()),2&n){const t=e.oxw();e.Q6J("@fadeIn",t.events.total_fee_msat),e.xp6(1),e.AsE("",e.xi3(2,3,t.events.total_fee_msat/1e3||0,"1.0-2")," Sats/",e.lcZ(3,6,(null==t.events||null==t.events.forwarding_events?null:t.events.forwarding_events.length)||0)," Events")}}function Vp(n,i){1&n&&(e.TgZ(0,"div",18),e._uU(1,"No routing report for the selected period"),e.qZA())}const Gp=function(n){return{"error-border":n}};function zp(n,i){if(1&n&&(e.TgZ(0,"div",19),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(2,Gp,"Getting Forwarding History..."!==t.errorMessage&&""!==t.errorMessage)),e.xp6(1),e.Oqu(t.errorMessage)}}function Wp(n,i){if(1&n&&(e.TgZ(0,"span")(1,"span",22),e._uU(2),e.ALo(3,"number"),e.qZA(),e.TgZ(4,"span",22),e._uU(5),e.ALo(6,"number"),e.qZA()()),2&n){const t=i.model,a=e.oxw(2);e.xp6(2),e.hij("Events: ",e.lcZ(3,2,(a.selReportBy===a.reportBy.EVENTS?t.value:t.extra.totalEvents)||0),""),e.xp6(3),e.hij("Fee: ",e.xi3(6,4,(a.selReportBy===a.reportBy.EVENTS?t.extra.totalFees:t.value)||0,"1.0-2"),"")}}function Xp(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"ngx-charts-bar-vertical",20),e.NdJ("select",function(o){return e.CHM(t),e.oxw().onChartBarSelected(o)})("mouseup",function(o){return e.CHM(t),e.oxw().onChartMouseUp(o)}),e.YNc(1,Wp,7,7,"ng-template",null,21,e.W1O),e.qZA()}if(2&n){const t=e.oxw();e.Q6J("view",t.view)("results",t.routingReportData)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",t.showYAxisLabel)("xAxisLabel",t.xAxisLabel)("yAxisLabel",t.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)}}function $p(n,i){if(1&n&&e._UZ(0,"rtl-forwarding-history",23),2&n){const t=e.oxw();e.Q6J("eventsData",null==t.events?null:t.events.forwarding_events)("filterValue",t.eventFilterValue)}}let jp=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.dataService=a,this.commonService=o,this.store=s,this.reportPeriod=l.op[0],this.secondsInADay=86400,this.events={},this.eventFilterValue="",this.reportBy=l.Xr,this.selReportBy=l.Xr.FEES,this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.routingReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Fee (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.unSubs=[new m.x,new m.x,new m.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===l.cu.XS||this.screenSize===l.cu.SM),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{t.identity_pubkey&&setTimeout(()=>{this.fetchEvents(this.startDate,this.endDate)},10)}),this.commonService.containerSizeUpdated.pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{switch(this.screenSize){case l.cu.MD:this.screenPaddingX=t.width/10;break;case l.cu.LG:this.screenPaddingX=t.width/16;break;default:this.screenPaddingX=t.width/20}this.view=[t.width-this.screenPaddingX,t.height/2.2],this.logger.info("Container Size: "+JSON.stringify(t)),this.logger.info("View: "+JSON.stringify(this.view))})}fetchEvents(t,a){this.errorMessage=l.m6.GET_FORWARDING_HISTORY;const o=Math.round(t.getTime()/1e3).toString(),s=Math.round(a.getTime()/1e3).toString();this.dataService.getForwardingHistory("LND",o,s).pipe((0,h.R)(this.unSubs[2])).subscribe({next:r=>{this.errorMessage="",r.forwarding_events&&r.forwarding_events.length?(r.forwarding_events=r.forwarding_events.reverse(),this.events=r,this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(t):this.prepareFeeReport(t)):(this.events={forwarding_events:[],total_fee_msat:0},this.routingReportData=[])},error:r=>{this.errorMessage=r}})}onChartMouseUp(t){"svg"===t.srcElement.tagName&&t.srcElement.classList.length>0&&"ngx-charts"===t.srcElement.classList[0]&&(this.eventFilterValue="")}onChartBarSelected(t){this.eventFilterValue=this.reportPeriod===l.op[1]?t.name+"/"+this.startDate.getFullYear():t.name.toString().padStart(2,"0")+"/"+l.gg[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}prepareFeeReport(t){var a,o;const s=Math.round(t.getTime()/1e3),r=[];if(this.events.total_fee_msat=0,this.reportPeriod===l.op[1]){for(let _=0;_<12;_++)r.push({name:l.gg[_].name,value:0,extra:{totalEvents:0}});null===(a=this.events.forwarding_events)||void 0===a||a.map(_=>{const g=new Date(1e3*+(_.timestamp||0)).getMonth();return r[g].value=r[g].value+ +(_.fee_msat||0)/1e3,r[g].extra.totalEvents=r[g].extra.totalEvents+1,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(_.fee_msat||0),this.events})}else{for(let _=0;_{const g=Math.floor((+(_.timestamp||0)-s)/this.secondsInADay);return r[g].value=r[g].value+ +(_.fee_msat||0)/1e3,r[g].extra.totalEvents=r[g].extra.totalEvents+1,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(_.fee_msat||0),this.events})}return r}prepareEventsReport(t){var a,o;const s=Math.round(t.getTime()/1e3),r=[];if(this.events.total_fee_msat=0,this.reportPeriod===l.op[1]){for(let _=0;_<12;_++)r.push({name:l.gg[_].name,value:0,extra:{totalFees:0}});null===(a=this.events.forwarding_events)||void 0===a||a.map(_=>{const g=new Date(1e3*+(_.timestamp||0)).getMonth();return r[g].value=r[g].value+1,r[g].extra.totalFees=r[g].extra.totalFees+ +(_.fee_msat||0)/1e3,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(_.fee_msat||0),this.events})}else{for(let _=0;_{const g=Math.floor((+(_.timestamp||0)-s)/this.secondsInADay);return r[g].value=r[g].value+1,r[g].extra.totalFees=r[g].extra.totalFees+ +(_.fee_msat||0)/1e3,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(_.fee_msat||0),this.events})}return r}onSelectionChange(t){const a=t.selDate.getMonth(),o=t.selDate.getFullYear();this.reportPeriod=t.selScrollRange,this.reportPeriod===l.op[1]?(this.startDate=new Date(o,0,1,0,0,0),this.endDate=new Date(o,11,31,23,59,59)):(this.startDate=new Date(o,a,1,0,0,0),this.endDate=new Date(o,a,this.getMonthDays(a,o),23,59,59)),this.fetchEvents(this.startDate,this.endDate),this.eventFilterValue=""}getMonthDays(t,a){return 1===t&&a%4==0?l.gg[t].days+1:l.gg[t].days}onSelReportByChange(){this.yAxisLabel=this.selReportBy===this.reportBy.EVENTS?"Events":"Fee (Sats)",this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(this.startDate):this.prepareFeeReport(this.startDate)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(ee.D),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-routing-report"]],hostBindings:function(t,a){1&t&&e.NdJ("mouseup",function(s){return a.onChartMouseUp(s)})},decls:20,vars:9,consts:[["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-x"],["color","primary","name","selReportBy","fxFlex","100","fxLayoutAlign","start start",1,"my-1",3,"ngModel","ngModelChange","change"],[1,"mr-2"],["tabindex","1",1,"mr-2",3,"value"],["tabindex","2",3,"value"],["mode","indeterminate","class","mt-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x","my-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",3,"ngClass",4,"ngIf"],[1,"mt-1"],["class","one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],[3,"eventsData","filterValue",4,"ngIf"],["mode","indeterminate",1,"mt-2"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1",3,"ngClass"],[1,"one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup"],["tooltipTemplate",""],[1,"tooltip-label"],[3,"eventsData","filterValue"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"rtl-horizontal-scroller",1),e.NdJ("stepChanged",function(s){return a.onSelectionChange(s)}),e.qZA(),e.TgZ(2,"div",2)(3,"mat-radio-group",3),e.NdJ("ngModelChange",function(s){return a.selReportBy=s})("change",function(){return a.onSelReportByChange()}),e.TgZ(4,"span",4),e._uU(5,"Report By: "),e.qZA(),e.TgZ(6,"mat-radio-button",5),e._uU(7,"Fees"),e.qZA(),e.TgZ(8,"mat-radio-button",6),e._uU(9,"Events"),e.qZA()()(),e.YNc(10,Hp,1,0,"mat-progress-bar",7),e.TgZ(11,"div",8),e.YNc(12,Bp,4,8,"div",9),e.YNc(13,Vp,2,0,"div",10),e.YNc(14,zp,2,4,"div",11),e.TgZ(15,"div",12),e.YNc(16,Xp,3,11,"ngx-charts-bar-vertical",13),e.qZA()(),e.TgZ(17,"div",14)(18,"div",12),e.YNc(19,$p,1,2,"rtl-forwarding-history",15),e.qZA()()()),2&t&&(e.xp6(3),e.Q6J("ngModel",a.selReportBy),e.xp6(3),e.s9C("value",a.reportBy.FEES),e.xp6(2),e.s9C("value",a.reportBy.EVENTS),e.xp6(2),e.Q6J("ngIf","Getting Forwarding History..."===a.errorMessage),e.xp6(2),e.Q6J("ngIf",a.routingReportData.length>0&&a.events.forwarding_events&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0),e.xp6(1),e.Q6J("ngIf",(a.routingReportData.length<=0||a.events.forwarding_events.length<=0)&&""===a.errorMessage),e.xp6(1),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(2),e.Q6J("ngIf",a.routingReportData.length>0&&a.events.forwarding_events&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0),e.xp6(3),e.Q6J("ngIf",a.events&&(null==a.events?null:a.events.forwarding_events)&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0))},directives:[d.xw,d.Wh,d.yH,We.D,se.VQ,u.JJ,u.On,se.U0,p.O5,J.pW,p.mk,k.oO,Xe.K$,Ge],pipes:[p.JJ],styles:[""],data:{animation:[ve.J]}}),n})();var Kp=f(165);function em(n,i){1&n&&(e.TgZ(0,"div",11),e._UZ(1,"mat-progress-bar",12),e.TgZ(2,"span"),e._uU(3,"Getting transactions data..."),e.qZA()())}function tm(n,i){if(1&n&&(e.TgZ(0,"div",13),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.errorMessage)}}function nm(n,i){if(1&n&&(e.TgZ(0,"div",16),e._uU(1),e.ALo(2,"number"),e.ALo(3,"number"),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.AsE(" Paid ",e.xi3(2,2,t.transactionsReportSummary.amountPaidSelectedPeriod/1e3||0,"1.0-2")," Sats/",e.lcZ(3,5,t.transactionsReportSummary.paymentsSelectedPeriod)," Payments ")}}function am(n,i){if(1&n&&(e.TgZ(0,"div",16),e._uU(1),e.ALo(2,"number"),e.ALo(3,"number"),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.AsE(" Received ",e.xi3(2,2,t.transactionsReportSummary.amountReceivedSelectedPeriod/1e3||0,"1.0-2")," Sats/",e.lcZ(3,5,t.transactionsReportSummary.invoicesSelectedPeriod)," Invoices ")}}function im(n,i){if(1&n&&(e.TgZ(0,"div",14),e.YNc(1,nm,4,7,"div",15),e.YNc(2,am,4,7,"div",15),e.qZA()),2&n){const t=e.oxw();e.Q6J("@fadeIn",t.transactionsReportSummary),e.xp6(1),e.Q6J("ngIf",t.transactionsReportSummary.paymentsSelectedPeriod>0),e.xp6(1),e.Q6J("ngIf",t.transactionsReportSummary.invoicesSelectedPeriod)}}function om(n,i){1&n&&(e.TgZ(0,"div",17),e._uU(1,"No transactions report for the selected period"),e.qZA())}function sm(n,i){if(1&n&&(e.TgZ(0,"span",21),e._uU(1),e.ALo(2,"number"),e.ALo(3,"number"),e.qZA()),2&n){const t=i.model;e.xp6(1),e.HOy("",t.name,": ",e.xi3(2,4,t.value||0,"1.0-2"),"/# ","Paid"===t.name?"Payments":"Invoices",": ",e.lcZ(3,7,(null==t.extra?null:t.extra.total)||0),"")}}function lm(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"ngx-charts-bar-vertical-2d",19),e.NdJ("select",function(o){return e.CHM(t),e.oxw(2).onChartBarSelected(o)})("mouseup",function(o){return e.CHM(t),e.oxw(2).onChartMouseUp(o)}),e.YNc(1,sm,4,9,"ng-template",null,20,e.W1O),e.qZA()}if(2&n){const t=e.oxw(2);e.Q6J("view",t.view)("results",t.transactionsReportData)("noBarWhenZero",!1)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",t.showYAxisLabel)("xAxisLabel",t.xAxisLabel)("yAxisLabel",t.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)("groupPadding",t.reportPeriod===t.scrollRanges[0]?2:8)}}function rm(n,i){if(1&n&&(e.TgZ(0,"div",9),e.YNc(1,lm,3,13,"ngx-charts-bar-vertical-2d",18),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",t.transactionsReportData.length>0&&t.transactionsNonZeroReportData.length>0)}}function cm(n,i){if(1&n&&e._UZ(0,"rtl-transactions-report-table",22),2&n){const t=e.oxw();e.Q6J("dataList",t.transactionsNonZeroReportData)("dataRange",t.reportPeriod)("filterValue",t.transactionFilterValue)}}let um=(()=>{class n{constructor(t,a,o){this.logger=t,this.commonService=a,this.store=o,this.scrollRanges=l.op,this.reportPeriod=l.op[0],this.secondsInADay=86400,this.payments=[],this.invoices=[],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0},this.transactionFilterValue="",this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.transactionsReportData=[{date:"",name:"1",series:[{extra:{total:0},name:"Paid",value:0},{extra:{total:0},name:"Received",value:0}]}],this.transactionsNonZeroReportData=[{amount_paid:0,amount_received:0,date:"",num_invoices:0,num_payments:0}],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Amount (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===l.cu.XS||this.screenSize===l.cu.SM),this.store.select(y.l5).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{t.apiCallStatus.status===l.Bn.UN_INITIATED&&this.store.dispatch((0,w.Jo)()),this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.payments=t.allLightningTransactions.listPaymentsAll.payments||[],this.invoices=t.allLightningTransactions.listInvoicesAll.invoices||[],(this.payments.length>0||this.invoices.length>0)&&(this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData()),this.logger.info(t)}),this.commonService.containerSizeUpdated.pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{switch(this.screenSize){case l.cu.MD:this.screenPaddingX=t.width/10;break;case l.cu.LG:this.screenPaddingX=t.width/16;break;default:this.screenPaddingX=t.width/20}this.view=[t.width-this.screenPaddingX,t.height/2.2],this.logger.info("Container Size: "+JSON.stringify(t)),this.logger.info("View: "+JSON.stringify(this.view))})}onChartMouseUp(t){"svg"===t.srcElement.tagName&&t.srcElement.classList.length>0&&"ngx-charts"===t.srcElement.classList[0]&&(this.transactionFilterValue="")}onChartBarSelected(t){this.transactionFilterValue=this.reportPeriod===l.op[1]?t.series+"/"+this.startDate.getFullYear():t.series.toString().padStart(2,"0")+"/"+l.gg[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}filterTransactionsForSelectedPeriod(t,a){var o,s;const r=Math.round(t.getTime()/1e3),_=Math.round(a.getTime()/1e3),g=[];this.transactionsNonZeroReportData=[],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0};const C=null===(o=this.payments)||void 0===o?void 0:o.filter(T=>"SUCCEEDED"===T.status&&T.creation_date&&T.creation_date>=r&&T.creation_date<_),I=null===(s=this.invoices)||void 0===s?void 0:s.filter(T=>T.settled&&T.creation_date&&+T.creation_date>=r&&+T.creation_date<_);if(this.transactionsReportSummary.paymentsSelectedPeriod=C.length,this.transactionsReportSummary.invoicesSelectedPeriod=I.length,this.reportPeriod===l.op[1]){for(let T=0;T<12;T++)g.push({name:l.gg[T].name,date:new Date(t.getFullYear(),T,1,0,0,0,0),series:[{name:"Paid",value:0,extra:{total:0}},{name:"Received",value:0,extra:{total:0}}]});null==C||C.map(T=>{const Q=new Date(1e3*+(T.creation_date||0)).getMonth();return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+ +(T.value_msat||0)+ +(T.fee_msat||0),g[Q].series[0].value=g[Q].series[0].value+(+(T.value_msat||0)+ +(T.fee_msat||0))/1e3,g[Q].series[0].extra.total=g[Q].series[0].extra.total+1,this.transactionsReportSummary}),null==I||I.map(T=>{const Q=new Date(1e3*+(T.creation_date||0)).getMonth();return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+ +(T.amt_paid_msat||0),g[Q].series[1].value=g[Q].series[1].value+ +(T.amt_paid_msat||0)/1e3,g[Q].series[1].extra.total=g[Q].series[1].extra.total+1,this.transactionsReportSummary})}else{for(let T=0;T{const Q=Math.floor((+(T.creation_date||0)-r)/this.secondsInADay);return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+ +(T.value_msat||0)+ +(T.fee_msat||0),g[Q].series[0].value=g[Q].series[0].value+(+(T.value_msat||0)+ +(T.fee_msat||0))/1e3,g[Q].series[0].extra.total=g[Q].series[0].extra.total+1,this.transactionsReportSummary}),null==I||I.map(T=>{const Q=Math.floor((+(T.creation_date||0)-r)/this.secondsInADay);return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+ +(T.amt_paid_msat||0),g[Q].series[1].value=g[Q].series[1].value+ +(T.amt_paid_msat||0)/1e3,g[Q].series[1].extra.total=g[Q].series[1].extra.total+1,this.transactionsReportSummary})}return g}prepareTableData(){var t;return null===(t=this.transactionsReportData)||void 0===t?void 0:t.reduce((a,o)=>o.series[0].extra.total>0||o.series[1].extra.total>0?a.concat({date:o.date,amount_paid:o.series[0].value,num_payments:o.series[0].extra.total,amount_received:o.series[1].value,num_invoices:o.series[1].extra.total}):a,[])}onSelectionChange(t){const a=t.selDate.getMonth(),o=t.selDate.getFullYear();this.reportPeriod=t.selScrollRange,this.reportPeriod===l.op[1]?(this.startDate=new Date(o,0,1,0,0,0),this.endDate=new Date(o,11,31,23,59,59)):(this.startDate=new Date(o,a,1,0,0,0),this.endDate=new Date(o,a,this.getMonthDays(a,o),23,59,59)),this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData(),this.transactionFilterValue=""}getMonthDays(t,a){return 1===t&&a%4==0?l.gg[t].days+1:l.gg[t].days}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-transactions-report"]],hostBindings:function(t,a){1&t&&e.NdJ("mouseup",function(s){return a.onChartMouseUp(s)})},decls:11,vars:6,consts:[["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],[3,"stepChanged"],["class","p-2",4,"ngIf"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["class","mt-1",4,"ngIf"],[1,"mt-1"],[3,"dataList","dataRange","filterValue",4,"ngIf"],[1,"p-2"],["mode","indeterminate"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["class","two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup",4,"ngIf"],[1,"two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup"],["tooltipTemplate",""],[1,"tooltip-label"],[3,"dataList","dataRange","filterValue"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"rtl-horizontal-scroller",3),e.NdJ("stepChanged",function(s){return a.onSelectionChange(s)}),e.qZA(),e.YNc(4,em,4,0,"div",4),e.YNc(5,tm,2,1,"div",5),e.YNc(6,im,3,3,"div",6),e.YNc(7,om,2,0,"div",7),e.YNc(8,rm,2,1,"div",8),e.TgZ(9,"div",9),e.YNc(10,cm,1,3,"rtl-transactions-report-table",10),e.qZA()()()()),2&t&&(e.xp6(4),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.ERROR),e.xp6(1),e.Q6J("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",a.transactionsNonZeroReportData.length<=0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.xp6(2),e.Q6J("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED))},directives:[d.xw,d.Wh,d.yH,We.D,p.O5,J.pW,Xe.H5,Kp.g],pipes:[p.JJ],styles:[""],data:{animation:[ve.J]}}),n})();const pm=["form"];function mm(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"UTXO Label is required."),e.qZA())}function dm(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.labelError)}}function _m(n,i){if(1&n&&(e.TgZ(0,"div",16),e._UZ(1,"fa-icon",17),e.YNc(2,dm,2,1,"span",11),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.labelError)}}let hm=(()=>{class n{constructor(t,a,o,s,r,_){this.dialogRef=t,this.data=a,this.dataService=o,this.store=s,this.snackBar=r,this.commonService=_,this.faExclamationTriangle=v.eHv,this.utxo=null,this.label="",this.labelError="",this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.utxo=this.data.utxo,this.label=this.utxo.label||""}onLabelUTXO(){if(!this.label||""===this.label)return!0;this.labelError="",this.dataService.labelUTXO(this.utxo&&this.utxo.outpoint&&this.utxo.outpoint.txid_bytes?this.utxo.outpoint.txid_bytes:"",this.label,!0).pipe((0,h.R)(this.unSubs[0])).subscribe({next:t=>{this.store.dispatch((0,w.mC)()),this.store.dispatch((0,w.Ly)()),this.snackBar.open("Successfully labelled the UTXO."),this.dialogRef.close()},error:t=>{this.labelError=t}})}resetData(){this.labelError="",this.label=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(ee.D),e.Y36(L.yh),e.Y36(ae.ux),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-lebel-modal"]],viewQuery:function(t,a){if(1&t&&e.Gf(pm,7),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first)}},decls:20,vars:4,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["form","ngForm"],["fxFlex.gt-sm","100"],["autoFocus","","matInput","","placeholder","UTXO Label","name","label","tabindex","1","required","",3,"ngModel","ngModelChange"],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Label UTXO"),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8),e.NdJ("submit",function(){return a.onLabelUTXO()})("reset",function(){return a.resetData()}),e.TgZ(11,"mat-form-field",9)(12,"input",10),e.NdJ("ngModelChange",function(s){return a.label=s}),e.qZA(),e.YNc(13,mm,2,0,"mat-error",11),e.qZA(),e.YNc(14,_m,3,2,"div",12),e.TgZ(15,"div",13)(16,"button",14),e._uU(17,"Clear"),e.qZA(),e.TgZ(18,"button",15),e._uU(19,"Label UTXO"),e.qZA()()()()()()),2&t&&(e.xp6(6),e.Q6J("mat-dialog-close",!1),e.xp6(6),e.Q6J("ngModel",a.label),e.xp6(1),e.Q6J("ngIf",!a.label),e.xp6(1),e.Q6J("ngIf",""!==a.labelError))},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,E.ZT,Z.dn,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,p.O5,x.TO,D.BN],styles:[""]}),n})();function gm(n,i){1&n&&e._UZ(0,"mat-progress-bar",28)}function fm(n,i){1&n&&(e.TgZ(0,"th",29),e._uU(1," Transaction ID "),e.qZA())}function Cm(n,i){1&n&&(e.TgZ(0,"span",35)(1,"mat-icon",36),e._uU(2,"warning"),e.qZA()())}function xm(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,Cm,3,0,"span",34),e.qZA()),2&n){const t=e.oxw().$implicit;e.oxw();const a=e.MAs(34);e.xp6(1),e.Q6J("ngIf",t.amount_sat<1e3)("ngIfElse",a)}}const $e=function(n){return{"max-width":n}};function ym(n,i){if(1&n&&(e.TgZ(0,"td",30)(1,"span",31),e.YNc(2,xm,2,2,"span",32),e.TgZ(3,"span",33),e._uU(4),e.qZA()()()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(3,$e,a.screenSize===a.screenSizeEnum.XS?"12rem":"25rem")),e.xp6(2),e.Q6J("ngIf",a.utxos.length>0&&a.dustUtxos.length>0&&!a.isDustUTXO),e.xp6(2),e.Oqu(t.outpoint.txid_str)}}function Tm(n,i){1&n&&(e.TgZ(0,"th",37),e._uU(1," Output "),e.qZA())}function vm(n,i){if(1&n&&(e.TgZ(0,"td",38)(1,"span",39),e._uU(2),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(t.outpoint.output_index)}}function bm(n,i){1&n&&(e.TgZ(0,"th",29),e._uU(1," Label "),e.qZA())}function Zm(n,i){if(1&n&&(e.TgZ(0,"td",30),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,$e,a.screenSize===a.screenSizeEnum.XS?"12rem":"25rem")),e.xp6(1),e.hij(" ",null==t?null:t.label," ")}}function wm(n,i){1&n&&(e.TgZ(0,"th",37),e._uU(1," Amount (Sats) "),e.qZA())}function Am(n,i){if(1&n&&(e.TgZ(0,"td",38)(1,"span",39),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.amount_sat||0))}}function Sm(n,i){1&n&&(e.TgZ(0,"th",37),e._uU(1," Confirmations "),e.qZA())}function Lm(n,i){if(1&n&&(e.TgZ(0,"td",38)(1,"span",39),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.confirmations||0))}}function km(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",40)(1,"div",41)(2,"mat-select",42),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",43),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Fm(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",44)(1,"div",45)(2,"mat-select",46),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",43),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onUTXOClick(s)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",43),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onLabelUTXO(s)}),e._uU(7,"Label"),e.qZA(),e.TgZ(8,"mat-option",43),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onLeaseUTXO(s)}),e._uU(9,"Lease"),e.qZA()()()()}}function Nm(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No UTXO available."),e.qZA())}function qm(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting UTXOs..."),e.qZA())}function Um(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function Om(n,i){if(1&n&&(e.TgZ(0,"td",47),e.YNc(1,Nm,2,0,"p",32),e.YNc(2,qm,2,0,"p",32),e.YNc(3,Um,2,1,"p",32),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Rm=function(n){return{"display-none":n}};function Mm(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,Rm,(null==t.listUTXOs?null:t.listUTXOs.data)&&(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)>0))}}function Im(n,i){1&n&&e._UZ(0,"tr",49)}function Dm(n,i){1&n&&e._UZ(0,"tr",50)}function Pm(n,i){1&n&&e._UZ(0,"mat-icon",36)}const Jm=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},Em=function(){return["no_utxo"]};let Qm=(()=>{class n{constructor(t,a,o,s,r,_){this.logger=t,this.commonService=a,this.dataService=o,this.store=s,this.rtlEffects=r,this.decimalPipe=_,this.isDustUTXO=!1,this.addressType=l.x$,this.faMoneyBillWave=v.aj4,this.displayedColumns=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["amount_sat","confirmations","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["tx_id","output","amount_sat","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["tx_id","output","label","amount_sat","confirmations","actions"]):(this.flgSticky=!0,this.displayedColumns=["tx_id","output","label","amount_sat","confirmations","actions"])}ngOnInit(){this.store.select(y.T4).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),t.utxos&&t.utxos.length>0&&(this.dustUtxos=null===(a=t.utxos)||void 0===a?void 0:a.filter(o=>+(o.amount_sat||0)<1e3),this.utxos=t.utxos,this.loadUTXOsTable(this.isDustUTXO?this.dustUtxos:this.utxos)),this.logger.info(t)})}ngOnChanges(){!this.isDustUTXO&&this.utxos&&this.utxos.length>0&&this.loadUTXOsTable(this.utxos),this.isDustUTXO&&this.dustUtxos&&this.dustUtxos.length>0&&this.loadUTXOsTable(this.dustUtxos)}applyFilter(){this.listUTXOs.filter=this.selFilter.trim().toLowerCase()}onUTXOClick(t){var a,o;const s=[[{key:"txid",value:null===(a=t.outpoint)||void 0===a?void 0:a.txid_str,title:"Transaction ID",width:100,type:l.Gi.STRING}],[{key:"label",value:t.label,title:"Label",width:100,type:l.Gi.STRING}],[{key:"output_index",value:null===(o=t.outpoint)||void 0===o?void 0:o.output_index,title:"Output Index",width:34,type:l.Gi.NUMBER},{key:"amount_sat",value:t.amount_sat,title:"Amount (Sats)",width:33,type:l.Gi.NUMBER},{key:"confirmations",value:t.confirmations,title:"Confirmations",width:33,type:l.Gi.NUMBER}],[{key:"address_type",value:t.address_type?this.addressType[t.address_type].name:"",title:"Address Type",width:34},{key:"address",value:t.address,title:"Address",width:66}],[{key:"pk_script",value:t.pk_script,title:"PK Script",width:100,type:l.Gi.STRING}]];this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"UTXO Information",message:s}}}))}loadUTXOsTable(t){this.listUTXOs=new c.by([...t]),this.listUTXOs.filterPredicate=(a,o)=>{var s,r,_,g,C;return((a.label?a.label.toLowerCase():"")+((null===(s=a.outpoint)||void 0===s?void 0:s.txid_str)?a.outpoint.txid_str.toLowerCase():"")+((null===(r=a.outpoint)||void 0===r?void 0:r.output_index)?null===(_=a.outpoint)||void 0===_?void 0:_.output_index:"")+((null===(g=a.outpoint)||void 0===g?void 0:g.txid_bytes)?null===(C=a.outpoint)||void 0===C?void 0:C.txid_bytes.toLowerCase():"")+(a.address?a.address.toLowerCase():"")+(a.address_type?a.address_type.toLowerCase():"")+(a.amount_sat?a.amount_sat:"")+(a.confirmations?a.confirmations:"")+(a.pk_script?a.pk_script.toLowerCase():"")).includes(o)},this.listUTXOs.sortingDataAccessor=(a,o)=>{switch(o){case"tx_id":return a.outpoint.txid_str.toLocaleLowerCase();case"output":return+a.outpoint.output_index;default:return a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null}},this.listUTXOs.sort=this.sort,this.listUTXOs.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.listUTXOs.paginator=this.paginator,this.applyFilter(),this.logger.info(this.listUTXOs)}onLabelUTXO(t){this.store.dispatch((0,S.qR)({payload:{data:{utxo:t,component:hm}}}))}onLeaseUTXO(t){var a;const o=[[{key:"txid_str",value:null===(a=t.outpoint)||void 0===a?void 0:a.txid_str,title:"Transaction ID",width:100}],[{key:"amount_sat",value:this.decimalPipe.transform(t.amount_sat),title:"Amount (Sats)",width:100}]];t.label&&o.splice(1,0,[{key:"label",value:t.label,title:"Label",width:100}]),this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Lease UTXO",informationMessage:"The UTXO will be leased for 10 minutes.",message:o,noBtnText:"Cancel",yesBtnText:"Lease UTXO"}}})),this.rtlEffects.closeConfirm.pipe((0,h.R)(this.unSubs[0])).subscribe(s=>{var r,_;s&&this.dataService.leaseUTXO((null===(r=t.outpoint)||void 0===r?void 0:r.txid_bytes)||"",(null===(_=t.outpoint)||void 0===_?void 0:_.output_index)||0)})}onDownloadCSV(){this.listUTXOs.data&&this.listUTXOs.data.length>0&&this.commonService.downloadFile(this.listUTXOs.data,"UTXOs")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(ee.D),e.Y36(L.yh),e.Y36(le.V),e.Y36(p.JJ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-utxos"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},inputs:{isDustUTXO:"isDustUTXO"},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("UTXOs")}]),e.TTD],decls:35,vars:14,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","end stretch","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","tx_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","output"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","label"],["matColumnDef","amount_sat"],["matColumnDef","confirmations"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center","class","pl-3",4,"matCellDef"],["matColumnDef","no_utxo"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["emptySpace",""],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["fxLayout","row"],[4,"ngIf"],[1,"ellipsis-child"],["matTooltip","Risk of dust attack","matTooltipPosition","right",4,"ngIf","ngIfElse"],["matTooltip","Risk of dust attack","matTooltipPosition","right"],["fxLayoutAlign","start center","color","warn",1,"small-icon"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-cell",""],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","2",1,"mr-0"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"input",3),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(4,"div",4)(5,"div",5),e.YNc(6,gm,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,fm,2,0,"th",10),e.YNc(11,ym,5,5,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Tm,2,0,"th",13),e.YNc(14,vm,3,1,"td",14),e.BQk(),e.ynx(15,15),e.YNc(16,bm,2,0,"th",10),e.YNc(17,Zm,2,4,"td",11),e.BQk(),e.ynx(18,16),e.YNc(19,wm,2,0,"th",13),e.YNc(20,Am,4,3,"td",14),e.BQk(),e.ynx(21,17),e.YNc(22,Sm,2,0,"th",13),e.YNc(23,Lm,4,3,"td",14),e.BQk(),e.ynx(24,18),e.YNc(25,km,6,0,"th",19),e.YNc(26,Fm,10,0,"td",20),e.BQk(),e.ynx(27,21),e.YNc(28,Om,4,3,"td",22),e.BQk(),e.YNc(29,Mm,1,3,"tr",23),e.YNc(30,Im,1,0,"tr",24),e.YNc(31,Dm,1,0,"tr",25),e.qZA(),e._UZ(32,"mat-paginator",26),e.qZA()()(),e.YNc(33,Pm,1,0,"ng-template",null,27,e.W1O)),2&t&&(e.xp6(3),e.Q6J("ngModel",a.selFilter),e.xp6(3),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.listUTXOs)("ngClass",e.VKq(11,Jm,""!==a.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(13,Em)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.yH,d.Wh,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,j.gM,te.Hw,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-label[_ngcontent-%COMP%]{padding-left:1rem;flex:1 1 15%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-tx_id[_ngcontent-%COMP%]{flex:1 1 15%}.mat-column-tx_id[_ngcontent-%COMP%] .ellipsis-child[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();function Ym(n,i){1&n&&e._UZ(0,"mat-progress-bar",28)}function Hm(n,i){1&n&&(e.TgZ(0,"th",29),e._uU(1," Date/Time "),e.qZA())}function Bm(n,i){if(1&n&&(e.TgZ(0,"td",30),e._uU(1),e.ALo(2,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.xi3(2,1,1e3*t.time_stamp,"dd/MMM/y HH:mm"))}}function Vm(n,i){1&n&&(e.TgZ(0,"th",29),e._uU(1," Label "),e.qZA())}const Gm=function(n){return{"max-width":n}};function zm(n,i){if(1&n&&(e.TgZ(0,"td",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,Gm,a.screenSize===a.screenSizeEnum.XS?"12rem":"25rem")),e.xp6(1),e.hij(" ",null==t?null:t.label," ")}}function Wm(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Amount (Sats) "),e.qZA())}function Xm(n,i){if(1&n&&(e.TgZ(0,"span",35),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.amount))}}function $m(n,i){if(1&n&&(e.TgZ(0,"span",36),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.hij("(",e.lcZ(2,1,-1*t.amount),")")}}function jm(n,i){if(1&n&&(e.TgZ(0,"td",30),e.YNc(1,Xm,3,3,"span",33),e.YNc(2,$m,3,3,"span",34),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Q6J("ngIf",t.amount>0||0===t.amount),e.xp6(1),e.Q6J("ngIf",t.amount<0)}}function Km(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Fees (Sats) "),e.qZA())}function ed(n,i){if(1&n&&(e.TgZ(0,"td",30)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_fees))}}function td(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Block Height "),e.qZA())}function nd(n,i){if(1&n&&(e.TgZ(0,"td",30)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.block_height))}}function ad(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Confirmations "),e.qZA())}function id(n,i){if(1&n&&(e.TgZ(0,"td",30)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.num_confirmations)," ")}}function od(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",37)(1,"div",38)(2,"mat-select",39),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",40),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function sd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",41)(1,"button",42),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onTransactionClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function ld(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No transaction available."),e.qZA())}function rd(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting transactions..."),e.qZA())}function cd(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function ud(n,i){if(1&n&&(e.TgZ(0,"td",43),e.YNc(1,ld,2,0,"p",44),e.YNc(2,rd,2,0,"p",44),e.YNc(3,cd,2,1,"p",44),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const pd=function(n){return{"display-none":n}};function md(n,i){if(1&n&&e._UZ(0,"tr",45),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,pd,(null==t.listTransactions?null:t.listTransactions.data)&&(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)>0))}}function dd(n,i){1&n&&e._UZ(0,"tr",46)}function _d(n,i){1&n&&e._UZ(0,"tr",47)}const hd=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},gd=function(){return["no_transaction"]};let fd=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.commonService=a,this.store=o,this.datePipe=s,this.faHistory=v.qO$,this.displayedColumns=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["time_stamp","amount","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["time_stamp","amount","num_confirmations","total_fees","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["time_stamp","label","amount","total_fees","num_confirmations","actions"]):(this.flgSticky=!0,this.displayedColumns=["time_stamp","label","amount","total_fees","block_height","num_confirmations","actions"])}ngOnInit(){this.store.select(y.dx).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),t.transactions&&t.transactions.length>0&&(this.transactions=t.transactions,this.loadTransactionsTable(this.transactions)),this.logger.info(t)})}ngOnChanges(){this.transactions&&this.transactions.length>0&&this.loadTransactionsTable(this.transactions)}applyFilter(){this.listTransactions.filter=this.selFilter.trim().toLowerCase()}onTransactionClick(t){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Transaction Information",message:[[{key:"block_hash",value:t.block_hash,title:"Block Hash",width:100}],[{key:"tx_hash",value:t.tx_hash,title:"Transaction Hash",width:100}],[{key:"label",value:t.label,title:"Label",width:100,type:l.Gi.STRING}],[{key:"time_stamp",value:t.time_stamp,title:"Date/Time",width:50,type:l.Gi.DATE_TIME},{key:"block_height",value:t.block_height,title:"Block Height",width:50,type:l.Gi.NUMBER}],[{key:"num_confirmations",value:t.num_confirmations,title:"Number of Confirmations",width:34,type:l.Gi.NUMBER},{key:"total_fees",value:t.total_fees,title:"Total Fees (Sats)",width:33,type:l.Gi.NUMBER},{key:"amount",value:t.amount,title:"Amount (Sats)",width:33,type:l.Gi.NUMBER}],[{key:"dest_addresses",value:t.dest_addresses,title:"Destination Addresses",width:100,type:l.Gi.ARRAY}]],scrollable:t.dest_addresses&&t.dest_addresses.length>5}}}))}loadTransactionsTable(t){this.listTransactions=new c.by([...t]),this.listTransactions.sort=this.sort,this.listTransactions.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.listTransactions.filterPredicate=(a,o)=>{var s;return((a.time_stamp?null===(s=this.datePipe.transform(new Date(1e3*a.time_stamp),"dd/MMM/YYYY HH:mm"))||void 0===s?void 0:s.toLowerCase():"")+JSON.stringify(a).toLowerCase()).includes(o)},this.listTransactions.paginator=this.paginator,this.applyFilter(),this.logger.info(this.listTransactions)}onDownloadCSV(){this.listTransactions.data&&this.listTransactions.data.length>0&&this.commonService.downloadFile(this.listTransactions.data,"Transactions")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(p.uU))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-transaction-history"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Transactions")}]),e.TTD],decls:36,vars:14,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","end stretch","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","time_stamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","label"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_fees"],["matColumnDef","block_height"],["matColumnDef","num_confirmations"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-3","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_transaction"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center",4,"ngIf"],["fxLayoutAlign","end center","class","red",4,"ngIf"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",1,"red"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"input",3),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(4,"div",4)(5,"div",5),e.YNc(6,Ym,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,Hm,2,0,"th",10),e.YNc(11,Bm,3,4,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Vm,2,0,"th",10),e.YNc(14,zm,2,4,"td",13),e.BQk(),e.ynx(15,14),e.YNc(16,Wm,2,0,"th",15),e.YNc(17,jm,3,2,"td",11),e.BQk(),e.ynx(18,16),e.YNc(19,Km,2,0,"th",15),e.YNc(20,ed,4,3,"td",11),e.BQk(),e.ynx(21,17),e.YNc(22,td,2,0,"th",15),e.YNc(23,nd,4,3,"td",11),e.BQk(),e.ynx(24,18),e.YNc(25,ad,2,0,"th",15),e.YNc(26,id,4,3,"td",11),e.BQk(),e.ynx(27,19),e.YNc(28,od,6,0,"th",20),e.YNc(29,sd,3,0,"td",21),e.BQk(),e.ynx(30,22),e.YNc(31,ud,4,3,"td",23),e.BQk(),e.YNc(32,md,1,3,"tr",24),e.YNc(33,dd,1,0,"tr",25),e.YNc(34,_d,1,0,"tr",26),e.qZA(),e._UZ(35,"mat-paginator",27),e.qZA()()()),2&t&&(e.xp6(3),e.Q6J("ngModel",a.selFilter),e.xp6(3),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.listTransactions)("ngClass",e.VKq(11,hd,""!==a.errorMessage)),e.xp6(25),e.Q6J("matFooterRowDef",e.DdM(13,gd)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.yH,d.Wh,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,R.gD,R.$L,B.ey,N.lW,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.uU,p.JJ],styles:[".mat-column-label[_ngcontent-%COMP%]{flex:1 1 20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();function Cd(n,i){if(1&n&&(e.TgZ(0,"span",5),e._uU(1,"UTXOs"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numUtxos)}}function xd(n,i){if(1&n&&(e.TgZ(0,"span",5),e._uU(1,"Transactions"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numTransactions)}}function yd(n,i){if(1&n&&(e.TgZ(0,"span",5),e._uU(1,"Dust UTXOs"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numDustUtxos)}}let Td=(()=>{class n{constructor(t,a){this.logger=t,this.store=a,this.selectedTableIndex=0,this.selectedTableIndexChange=new e.vpe,this.numTransactions=0,this.numUtxos=0,this.numDustUtxos=0,this.unSubs=[new m.x,new m.x,new m.x]}ngOnInit(){this.store.dispatch((0,w.mC)()),this.store.dispatch((0,w.Ly)()),this.store.select(y.T4).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;t.utxos&&t.utxos.length>0&&(this.numUtxos=t.utxos.length,this.numDustUtxos=null===(a=t.utxos)||void 0===a?void 0:a.filter(o=>o.amount_sat&&+o.amount_sat<1e3).length),this.logger.info(t)}),this.store.select(y.dx).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{t.transactions&&t.transactions.length>0&&(this.numTransactions=t.transactions.length),this.logger.info(t)})}onSelectedIndexChanged(t){this.selectedTableIndexChange.emit(t)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-utxo-tables"]],inputs:{selectedTableIndex:"selectedTableIndex"},outputs:{selectedTableIndexChange:"selectedTableIndexChange"},decls:11,vars:3,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"bordered-box"],[3,"selectedIndex","selectedIndexChange"],["mat-tab-label",""],["fxLayout","row","fxFlex","100",3,"isDustUTXO"],["fxLayout","row","fxFlex","100"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"mat-tab-group",1),e.NdJ("selectedIndexChange",function(s){return a.onSelectedIndexChanged(s)}),e.TgZ(2,"mat-tab"),e.YNc(3,Cd,2,1,"ng-template",2),e._UZ(4,"rtl-on-chain-utxos",3),e.qZA(),e.TgZ(5,"mat-tab"),e.YNc(6,xd,2,1,"ng-template",2),e._UZ(7,"rtl-on-chain-transaction-history",4),e.qZA(),e.TgZ(8,"mat-tab"),e.YNc(9,yd,2,1,"ng-template",2),e._UZ(10,"rtl-on-chain-utxos",3),e.qZA()()()),2&t&&(e.xp6(1),e.Q6J("selectedIndex",a.selectedTableIndex),e.xp6(3),e.Q6J("isDustUTXO",!1),e.xp6(6),e.Q6J("isDustUTXO",!0))},directives:[d.xw,d.yH,d.Wh,P.SP,P.uX,P.uD,Ce.k,Qm,fd],styles:[""]}),n})();const vd=function(n,i){return[n,i]};function bd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",12),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=null==s?null:s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.Q6J("active",a.activeLink===(null==t?null:t.link))("routerLink",e.WLB(3,vd,null==t?null:t.link,null==a.selectedTable?null:a.selectedTable.name)),e.xp6(1),e.Oqu(null==t?null:t.name)}}let Zd=(()=>{class n{constructor(t,a,o){this.store=t,this.router=a,this.activatedRoute=o,this.selNode={},this.faExchangeAlt=v.Ssp,this.faChartPie=v.OS1,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"receive",name:"Receive"},{link:"send",name:"Send"},{link:"sweep",name:"Sweep All"}],this.activeLink=this.links[0].link,this.tables=[{id:0,name:"utxos"},{id:1,name:"trans"},{id:2,name:"dustUtxos"}],this.selectedTable=this.tables[0],this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.selectedTable=this.tables.find(a=>a.name===this.router.url.substring(this.router.url.lastIndexOf("/")+1))||this.tables[0],this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link,this.selectedTable=this.tables.find(s=>s.name===a.urlAfterRedirects.substring(a.urlAfterRedirects.lastIndexOf("/")+1))||this.tables[0]}}),this.store.select(y.$k).pipe((0,h.R)(this.unSubs[1])).subscribe(a=>{this.selNode=a}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[2])).subscribe(a=>{this.balances=[{title:"Total Balance",dataValue:a.blockchainBalance.total_balance||0},{title:"Confirmed",dataValue:a.blockchainBalance.confirmed_balance||0},{title:"Unconfirmed",dataValue:a.blockchainBalance.unconfirmed_balance||0}]})}onSelectedTableIndexChanged(t){this.selectedTable=this.tables.find(a=>a.id===t)||this.tables[0],this.router.navigate(["./",this.activeLink,this.selectedTable.name],{relativeTo:this.activatedRoute})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(b.F0),e.Y36(b.gz))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain"]],decls:21,vars:5,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxLayout","row","fxFlex","100",3,"selectedTableIndex","selectedTableIndexChange"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"On-chain Balance"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),e._UZ(7,"rtl-currency-unit-converter",5),e.qZA()()(),e.TgZ(8,"div",0),e._UZ(9,"fa-icon",1),e.TgZ(10,"span",2),e._uU(11,"On-chain Transactions"),e.qZA()(),e.TgZ(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"nav",7),e.YNc(16,bd,2,6,"div",8),e.qZA(),e.TgZ(17,"div",9),e._UZ(18,"router-outlet"),e.qZA(),e.TgZ(19,"div",10)(20,"rtl-utxo-tables",11),e.NdJ("selectedTableIndexChange",function(s){return a.onSelectedTableIndexChanged(s)}),e.qZA()()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faChartPie),e.xp6(6),e.Q6J("values",a.balances),e.xp6(2),e.Q6J("icon",a.faExchangeAlt),e.xp6(7),e.Q6J("ngForOf",a.links),e.xp6(4),e.Q6J("selectedTableIndex",null==a.selectedTable?null:a.selectedTable.id))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,fe.D,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC,Td],styles:[""]}),n})();var wd=f(9122);function Ad(n,i){if(1&n&&(e.TgZ(0,"mat-option",7),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.hij(" ",t.addressTp," ")}}let Sd=(()=>{class n{constructor(t,a){this.store=t,this.lndEffects=a,this.addressTypes=l._t,this.selectedAddressType=l._t[0],this.newAddress=""}onGenerateAddress(){this.store.dispatch((0,w._E)({payload:this.selectedAddressType})),this.lndEffects.setNewAddress.pipe((0,z.q)(1)).subscribe(t=>{this.newAddress=t,setTimeout(()=>{this.store.dispatch((0,S.qR)({payload:{data:{address:this.newAddress,addressType:this.selectedAddressType.addressTp,component:wd.n}}}))},0)})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(ne.l))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-receive"]],decls:8,vars:2,consts:[["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start end"],["fxFlex","48","fxFlex.gt-md","25","fxLayoutAlign","start end",1,"mr-2"],["placeholder","Address Type","name","address_type","tabindex","1",3,"ngModel","ngModelChange"],[3,"value",4,"ngFor","ngForOf"],[1,"mt-2"],["mat-flat-button","","color","primary","tabindex","2",1,"top-minus-15px",3,"click"],[3,"value"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"mat-select",3),e.NdJ("ngModelChange",function(s){return a.selectedAddressType=s}),e.YNc(4,Ad,2,2,"mat-option",4),e.qZA()(),e.TgZ(5,"div",5)(6,"button",6),e.NdJ("click",function(){return a.onGenerateAddress()}),e._uU(7,"Generate Address"),e.qZA()()()()),2&t&&(e.xp6(3),e.Q6J("ngModel",a.selectedAddressType),e.xp6(1),e.Q6J("ngForOf",a.addressTypes))},directives:[d.xw,d.Wh,x.KE,d.yH,R.gD,u.JJ,u.On,p.sg,B.ey,N.lW],styles:[""]}),n})();var Ld=f(8012),je=f(8377);const kd=["form"],Fd=["formSweepAll"],Nd=["stepper"];function qd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Bitcoin address is required."),e.qZA())}function Ud(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.amountError)}}function Od(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.Oqu(t)}}function Rd(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function Md(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Number of blocks is required."),e.qZA())}function Id(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",23)(1,"input",32,33),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw(2).transactionBlocks=o}),e.qZA(),e.YNc(3,Md,2,0,"mat-error",14),e.qZA()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngModel",t.transactionBlocks)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.transactionBlocks)}}function Dd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Fees is required."),e.qZA())}function Pd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",23)(1,"input",34,35),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw(2).transactionFees=o}),e.qZA(),e.YNc(3,Dd,2,0,"mat-error",14),e.qZA()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngModel",t.transactionFees)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.transactionFees)}}function Jd(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.sendFundError)}}function Ed(n,i){if(1&n&&(e.TgZ(0,"div",36),e._UZ(1,"fa-icon",37),e.YNc(2,Jd,2,1,"span",14),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.sendFundError)}}function Qd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"form",9,10),e.NdJ("submit",function(){return e.CHM(t),e.oxw().onSendFunds()})("reset",function(){return e.CHM(t),e.oxw().resetData()}),e.TgZ(2,"mat-form-field",11)(3,"input",12,13),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().transactionAddress=o}),e.qZA(),e.YNc(5,qd,2,0,"mat-error",14),e.qZA(),e.TgZ(6,"mat-form-field",15)(7,"input",16,17),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().transactionAmount=o}),e.qZA(),e.TgZ(9,"span",18),e._uU(10),e.qZA(),e.YNc(11,Ud,2,1,"mat-error",14),e.qZA(),e.TgZ(12,"mat-form-field",19)(13,"mat-select",20),e.NdJ("selectionChange",function(o){return e.CHM(t),e.oxw().onAmountUnitChange(o)}),e.YNc(14,Od,2,2,"mat-option",21),e.qZA()(),e.TgZ(15,"div",22)(16,"mat-form-field",23)(17,"mat-select",24),e.NdJ("valueChange",function(o){return e.CHM(t),e.oxw().selTransType=o}),e.YNc(18,Rd,2,2,"mat-option",21),e.qZA()(),e.YNc(19,Id,4,4,"mat-form-field",25),e.YNc(20,Pd,4,4,"mat-form-field",25),e.qZA(),e._UZ(21,"div",26),e.YNc(22,Ed,3,2,"div",27),e.TgZ(23,"div",28)(24,"button",29),e._uU(25,"Clear Fields"),e.qZA(),e.TgZ(26,"button",30),e._uU(27,"Send Funds"),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("ngModel",t.transactionAddress),e.xp6(2),e.Q6J("ngIf",!t.transactionAddress),e.xp6(2),e.Q6J("ngModel",t.transactionAmount)("step",100)("min",0),e.xp6(3),e.hij(" ",t.selAmountUnit," "),e.xp6(1),e.Q6J("ngIf",!t.transactionAmount),e.xp6(2),e.Q6J("value",t.selAmountUnit),e.xp6(1),e.Q6J("ngForOf",t.amountUnits),e.xp6(3),e.Q6J("value",t.selTransType),e.xp6(1),e.Q6J("ngForOf",t.transTypes),e.xp6(1),e.Q6J("ngIf","1"===t.selTransType),e.xp6(1),e.Q6J("ngIf","2"===t.selTransType),e.xp6(2),e.Q6J("ngIf",""!==t.sendFundError)}}function Yd(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(3);e.Oqu(t.passwordFormLabel)}}function Hd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Password is required."),e.qZA())}function Bd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-step",42)(1,"form",61),e.YNc(2,Yd,1,1,"ng-template",55),e.TgZ(3,"div",0)(4,"mat-form-field",1),e._UZ(5,"input",62),e.YNc(6,Hd,2,0,"mat-error",14),e.qZA()(),e.TgZ(7,"div",63)(8,"button",64),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onAuthenticate()}),e._uU(9,"Confirm"),e.qZA()()()()}if(2&n){const t=e.oxw(2);e.Q6J("stepControl",t.passwordFormGroup)("editable",t.flgEditable),e.xp6(1),e.Q6J("formGroup",t.passwordFormGroup),e.xp6(5),e.Q6J("ngIf",null==t.passwordFormGroup.controls.password.errors?null:t.passwordFormGroup.controls.password.errors.required)}}function Vd(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(2);e.Oqu(t.sendFundFormLabel)}}function Gd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Bitcoin address is required."),e.qZA())}function zd(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function Wd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Number of blocks is required."),e.qZA())}function Xd(n,i){if(1&n&&(e.TgZ(0,"mat-form-field",65),e._UZ(1,"input",66),e.YNc(2,Wd,2,0,"mat-error",14),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("step",1)("min",0),e.xp6(1),e.Q6J("ngIf",null==t.sendFundFormGroup.controls.transactionBlocks.errors?null:t.sendFundFormGroup.controls.transactionBlocks.errors.required)}}function $d(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Fees is required."),e.qZA())}function jd(n,i){if(1&n&&(e.TgZ(0,"mat-form-field",65),e._UZ(1,"input",67),e.YNc(2,$d,2,0,"mat-error",14),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("step",1)("min",0),e.xp6(1),e.Q6J("ngIf",null==t.sendFundFormGroup.controls.transactionFees.errors?null:t.sendFundFormGroup.controls.transactionFees.errors.required)}}function Kd(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(2);e.Oqu(t.confirmFormLabel)}}function e_(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.sendFundError)}}function t_(n,i){if(1&n&&(e.TgZ(0,"div",36),e._UZ(1,"fa-icon",37),e.YNc(2,e_,2,1,"span",14),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.sendFundError)}}function n_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",38)(1,"mat-vertical-stepper",39,40),e.NdJ("selectionChange",function(o){return e.CHM(t),e.oxw().stepSelectionChanged(o)}),e.YNc(3,Bd,10,4,"mat-step",41),e.TgZ(4,"mat-step",42)(5,"form",43),e.YNc(6,Vd,1,1,"ng-template",44),e.TgZ(7,"div",45)(8,"mat-form-field",46),e._UZ(9,"input",47),e.YNc(10,Gd,2,0,"mat-error",14),e.qZA(),e.TgZ(11,"mat-form-field",48)(12,"mat-select",49),e.YNc(13,zd,2,2,"mat-option",21),e.qZA()(),e.YNc(14,Xd,3,3,"mat-form-field",50),e.YNc(15,jd,3,3,"mat-form-field",50),e.qZA(),e.TgZ(16,"div",51)(17,"button",52),e._uU(18,"Next"),e.qZA()()()(),e.TgZ(19,"mat-step",53)(20,"form",54),e.YNc(21,Kd,1,1,"ng-template",55),e.TgZ(22,"div",38)(23,"div",56),e._UZ(24,"fa-icon",57),e.TgZ(25,"span"),e._uU(26,"You are about to sweep all funds from RTL. Are you sure?"),e.qZA()(),e.YNc(27,t_,3,2,"div",27),e.TgZ(28,"div",51)(29,"button",58),e.NdJ("click",function(){return e.CHM(t),e.oxw().onSendFunds()}),e._uU(30,"Sweep All Funds"),e.qZA()()()()()(),e.TgZ(31,"div",59)(32,"button",60),e._uU(33),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("linear",!0),e.xp6(2),e.Q6J("ngIf",!t.appConfig.sso.rtlSSO),e.xp6(1),e.Q6J("stepControl",t.sendFundFormGroup)("editable",t.flgEditable),e.xp6(1),e.Q6J("formGroup",t.sendFundFormGroup),e.xp6(5),e.Q6J("ngIf",null==t.sendFundFormGroup.controls.transactionAddress.errors?null:t.sendFundFormGroup.controls.transactionAddress.errors.required),e.xp6(3),e.Q6J("ngForOf",t.transTypes),e.xp6(1),e.Q6J("ngIf","1"===t.sendFundFormGroup.controls.selTransType.value),e.xp6(1),e.Q6J("ngIf","2"===t.sendFundFormGroup.controls.selTransType.value),e.xp6(4),e.Q6J("stepControl",t.confirmFormGroup),e.xp6(1),e.Q6J("formGroup",t.confirmFormGroup),e.xp6(4),e.Q6J("icon",t.faExclamationTriangle),e.xp6(3),e.Q6J("ngIf",""!==t.sendFundError),e.xp6(5),e.Q6J("mat-dialog-close",!1),e.xp6(1),e.Oqu(t.flgValidated?"Close":"Cancel")}}let a_=(()=>{class n{constructor(t,a,o,s,r,_,g,C,I,T){this.dialogRef=t,this.data=a,this.logger=o,this.store=s,this.rtlEffects=r,this.commonService=_,this.decimalPipe=g,this.snackBar=C,this.actions=I,this.formBuilder=T,this.faExclamationTriangle=v.eHv,this.sweepAll=!1,this.selNode={},this.addressTypes=[],this.selectedAddress={},this.blockchainBalance={},this.information={},this.newAddress="",this.transactionAddress="",this.transactionAmount=null,this.transactionFees=null,this.transactionBlocks=null,this.transTypes=[{id:"1",name:"Target Confirmation Blocks"},{id:"2",name:"Fee"}],this.selTransType="1",this.fiatConversion=!1,this.amountUnits=l.uA,this.selAmountUnit=l.uA[0],this.currConvertorRate={},this.unitConversionValue=0,this.currencyUnitFormats=l.Xz,this.sendFundError="",this.flgValidated=!1,this.flgEditable=!0,this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds",this.confirmFormLabel="Confirm sweep",this.amountError="Amount is Required.",this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.sweepAll=this.data.sweepAll,this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[u.kI.required]],password:["",[u.kI.required]]}),this.sendFundFormGroup=this.formBuilder.group({transactionAddress:["",u.kI.required],transactionBlocks:[null],transactionFees:[null],selTransType:["1",u.kI.required]}),this.confirmFormGroup=this.formBuilder.group({}),this.sendFundFormGroup.controls.selTransType.valueChanges.pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{"1"===t?(this.sendFundFormGroup.controls.transactionBlocks.setValidators([u.kI.required]),this.sendFundFormGroup.controls.transactionBlocks.setValue(null),this.sendFundFormGroup.controls.transactionFees.setValidators(null),this.sendFundFormGroup.controls.transactionFees.setValue(null)):(this.sendFundFormGroup.controls.transactionBlocks.setValidators(null),this.sendFundFormGroup.controls.transactionBlocks.setValue(null),this.sendFundFormGroup.controls.transactionFees.setValidators([u.kI.required]),this.sendFundFormGroup.controls.transactionFees.setValue(null))}),this.store.select(je.Yj).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.appConfig=t}),this.store.select(je.dT).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.fiatConversion=t.settings.fiatConversion,this.amountUnits=t.settings.currencyUnits,this.logger.info(t)}),this.actions.pipe((0,h.R)(this.unSubs[3]),(0,Y.h)(t=>t.type===l.uR.UPDATE_API_CALL_STATUS_LND||t.type===l.uR.SET_CHANNEL_TRANSACTION_RES_LND)).subscribe(t=>{t.type===l.uR.SET_CHANNEL_TRANSACTION_RES_LND&&(this.store.dispatch((0,S.jW)({payload:this.sweepAll?"All Funds Sent Successfully!":"Fund Sent Successfully!"})),this.dialogRef.close()),t.type===l.uR.UPDATE_API_CALL_STATUS_LND&&t.payload.status===l.Bn.ERROR&&"SetChannelTransaction"===t.payload.action&&(this.sendFundError=t.payload.message)})}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,S.QO)({payload:Ld(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,z.q)(1)).subscribe(t=>{"ERROR"!==t?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onSendFunds(){if(this.invalidValues)return!0;this.sendFundError="";const t={amount:this.transactionAmount?this.transactionAmount:0,sendAll:this.sweepAll};this.sweepAll?(t.address=this.sendFundFormGroup.controls.transactionAddress.value,"1"===this.sendFundFormGroup.controls.selTransType.value&&(t.blocks=this.sendFundFormGroup.controls.transactionBlocks.value),"2"===this.sendFundFormGroup.controls.selTransType.value&&(t.fees=this.sendFundFormGroup.controls.transactionFees.value)):(t.address=this.transactionAddress,"1"===this.selTransType&&(t.blocks=this.transactionBlocks),"2"===this.selTransType&&(t.fees=this.transactionFees)),this.transactionAmount&&this.selAmountUnit!==l.NT.SATS?this.commonService.convertCurrency(this.transactionAmount,this.selAmountUnit===this.amountUnits[2]?l.NT.OTHER:this.selAmountUnit,l.NT.SATS,this.amountUnits[2],this.fiatConversion).pipe((0,h.R)(this.unSubs[4])).subscribe({next:a=>{var o;this.selAmountUnit=l.NT.SATS,t.amount=+((null===(o=this.decimalPipe.transform(a[this.amountUnits[0]],this.currencyUnitFormats[this.amountUnits[0]]))||void 0===o?void 0:o.replace(/,/g,""))||0),this.store.dispatch((0,w.Wi)({payload:t}))},error:a=>{this.transactionAmount=null,this.selAmountUnit=l.NT.SATS,this.amountError="Conversion Error: "+a}}):this.store.dispatch((0,w.Wi)({payload:t}))}get invalidValues(){return this.sweepAll?!this.sendFundFormGroup.controls.transactionAddress.value||""===this.sendFundFormGroup.controls.transactionAddress.value||"1"===this.sendFundFormGroup.controls.selTransType.value&&(!this.sendFundFormGroup.controls.transactionBlocks.value||this.sendFundFormGroup.controls.transactionBlocks.value<=0)||"2"===this.sendFundFormGroup.controls.selTransType.value&&(!this.sendFundFormGroup.controls.transactionFees.value||this.sendFundFormGroup.controls.transactionFees.value<=0):!this.transactionAddress||""===this.transactionAddress||!this.transactionAmount||this.transactionAmount<=0||"1"===this.selTransType&&(!this.transactionBlocks||this.transactionBlocks<=0)||"2"===this.selTransType&&(!this.transactionFees||this.transactionFees<=0)}resetData(){this.sendFundError="",this.selTransType="1",this.transactionAddress="",this.transactionBlocks=null,this.transactionFees=null,this.sweepAll||(this.transactionAmount=null)}stepSelectionChanged(t){switch(this.sendFundError="",t.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds";break;case 1:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds";break;case 2:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds | Address: "+this.sendFundFormGroup.controls.transactionAddress.value+" | "+this.transTypes[this.sendFundFormGroup.controls.selTransType.value-1].name+("2"===this.sendFundFormGroup.controls.selTransType.value?" (Sats/vByte)":"")+": "+("1"===this.sendFundFormGroup.controls.selTransType.value?this.sendFundFormGroup.controls.transactionBlocks.value:this.sendFundFormGroup.controls.transactionFees.value)}t.selectedIndex{var g;this.selAmountUnit=t.value,a.transactionAmount=+((null===(g=a.decimalPipe.transform(_[s],a.currencyUnitFormats[s]))||void 0===g?void 0:g.replace(/,/g,""))||0)},error:_=>{a.transactionAmount=null,this.amountError="Conversion Error: "+_,this.selAmountUnit=o,s=o}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(U.mQ),e.Y36(L.yh),e.Y36(le.V),e.Y36(O.v),e.Y36(p.JJ),e.Y36(ae.ux),e.Y36(W.eX),e.Y36(u.qu))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-send-modal"]],viewQuery:function(t,a){if(1&t&&(e.Gf(kd,7),e.Gf(Fd,5),e.Gf(Nd,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first),e.iGM(o=e.CRH())&&(a.formSweepAll=o.first),e.iGM(o=e.CRH())&&(a.stepper=o.first)}},decls:12,vars:4,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100","class","overflow-x-hidden",3,"submit","reset",4,"ngIf","ngIfElse"],["sweepAllBlock",""],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["form","ngForm"],["fxFlex.gt-sm","55"],["autoFocus","","matInput","","placeholder","Bitcoin Address","tabindex","1","name","address","required","",3,"ngModel","ngModelChange"],["address","ngModel"],[4,"ngIf"],["fxFlex.gt-sm","30"],["matInput","","placeholder","Amount","name","amt","type","number","tabindex","2","required","",3,"ngModel","step","min","ngModelChange"],["amnt","ngModel"],["matSuffix",""],["fxFlex.gt-sm","10","fxLayoutAlign","start end"],["tabindex","3","required","","name","amountUnit",3,"value","selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","60","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxFlex","48"],["tabindex","4",3,"value","valueChange"],["fxFlex","48",4,"ngIf"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","40","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],[3,"value"],["matInput","","placeholder","Number of Blocks","type","number","name","blcks","required","","tabindex","5",3,"ngModel","step","min","ngModelChange"],["blocks","ngModel"],["matInput","","placeholder","Fees (Sats/vByte)","type","number","name","chainFees","required","","tabindex","6",3,"ngModel","step","min","ngModelChange"],["fees","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl","editable"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxFlex","98","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxFlex.gt-sm","45"],["matInput","","formControlName","transactionAddress","placeholder","Bitcoin Address","tabindex","4","name","address","required",""],["fxFlex.gt-sm","25"],["formControlName","selTransType","tabindex","5"],["fxFlex.gt-sm","25","fxLayoutAlign","start end",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","8","type","button","matStepperNext",""],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["fxFlex","100",1,"w-100","alert","alert-warn"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["mat-button","","color","primary","tabindex","9","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["autoFocus","","matInput","","placeholder","Password","type","password","tabindex","1","formControlName","password","required",""],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxFlex.gt-sm","25","fxLayoutAlign","start end"],["matInput","","formControlName","transactionBlocks","placeholder","Number of Blocks","type","number","name","blcks","required","","tabindex","6",3,"step","min"],["matInput","","formControlName","transactionFees","placeholder","Fees (Sats/vByte)","type","number","name","chainFees","required","","tabindex","7",3,"step","min"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6),e.YNc(9,Qd,28,14,"form",7),e.qZA()()(),e.YNc(10,n_,34,15,"ng-template",null,8,e.W1O)),2&t){const o=e.MAs(11);e.xp6(5),e.Oqu(a.sweepAll?"Sweep All Funds":"Send Funds"),e.xp6(1),e.Q6J("mat-dialog-close",!1),e.xp6(3),e.Q6J("ngIf",!a.sweepAll)("ngIfElse",o)}},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,E.ZT,Z.dn,p.O5,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,x.TO,u.wV,u.qQ,K.q,x.R9,R.gD,p.sg,B.ey,D.BN,G.Vq,G.C0,u.sg,G.VY,u.u,G.Ic],styles:[""]}),n})(),Ke=(()=>{class n{constructor(t,a){this.store=t,this.activatedRoute=a,this.sweepAll=!1,this.unSubs=[new m.x,new m.x]}ngOnInit(){this.activatedRoute.data.pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.sweepAll=t.sweepAll})}openSendFundsModal(){this.store.dispatch((0,S.qR)({payload:{data:{sweepAll:this.sweepAll,component:a_}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(b.gz))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-send"]],decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"button",2),e.NdJ("click",function(){return a.openSendFundsModal()}),e._uU(3),e.qZA()()()),2&t&&(e.xp6(3),e.Oqu(a.sweepAll?"Sweep All":"Send Funds"))},directives:[d.xw,d.yH,d.Wh,N.lW],styles:[""]}),n})();function i_(n,i){1&n&&e._UZ(0,"mat-progress-bar",26)}function o_(n,i){if(1&n&&e._UZ(0,"rtl-node-info",27),2&n){const t=e.oxw(3);e.Q6J("information",t.information)("showColorFieldSeparately",!0)}}function s_(n,i){if(1&n&&e._UZ(0,"rtl-channel-status-info",28),2&n){const t=e.oxw(3);e.Q6J("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[4])}}function l_(n,i){if(1&n&&e._UZ(0,"rtl-fee-info",29),2&n){const t=e.oxw(3);e.Q6J("fees",t.fees)("errorMessage",t.errorMessages[2])}}const et=function(n){return{"dashboard-card-content":!0,"error-border":n}};function r_(n,i){if(1&n&&(e.TgZ(0,"mat-grid-tile",13)(1,"div",14)(2,"div",15)(3,"div",16),e._UZ(4,"fa-icon",17),e.TgZ(5,"span"),e._uU(6),e.qZA()()(),e.TgZ(7,"div",18)(8,"mat-card",19)(9,"mat-card-content",20),e.YNc(10,i_,1,0,"mat-progress-bar",21),e.TgZ(11,"div",22),e.YNc(12,o_,1,2,"rtl-node-info",23),e.YNc(13,s_,1,2,"rtl-channel-status-info",24),e.YNc(14,l_,1,2,"rtl-fee-info",25),e.qZA()()()()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("colspan",t.cols)("rowspan",t.rows),e.xp6(4),e.Q6J("icon",t.icon),e.xp6(2),e.Oqu(t.title),e.xp6(3),e.Q6J("ngClass",e.VKq(10,et,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.ERROR)||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.ERROR)),e.xp6(1),e.Q6J("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.INITIATED)||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngSwitch",t.id),e.xp6(1),e.Q6J("ngSwitchCase","node"),e.xp6(1),e.Q6J("ngSwitchCase","status"),e.xp6(1),e.Q6J("ngSwitchCase","fee")}}function c_(n,i){if(1&n&&(e.TgZ(0,"mat-grid-list",11),e.YNc(1,r_,15,12,"mat-grid-tile",12),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngForOf",t.nodeCards)}}function u_(n,i){1&n&&e._UZ(0,"mat-progress-bar",26)}function p_(n,i){1&n&&e.GkF(0)}function m_(n,i){if(1&n&&(e.TgZ(0,"div",33),e.YNc(1,p_,1,0,"ng-container",34),e.qZA()),2&n){const t=e.oxw(2),a=e.MAs(9),o=e.MAs(11);e.xp6(1),e.Q6J("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:o)}}function d_(n,i){1&n&&e.GkF(0)}function __(n,i){if(1&n&&(e.TgZ(0,"div",33),e.YNc(1,d_,1,0,"ng-container",34),e.qZA()),2&n){const t=e.oxw(2),a=e.MAs(9),o=e.MAs(13);e.xp6(1),e.Q6J("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:o)}}function h_(n,i){1&n&&e.GkF(0)}function g_(n,i){if(1&n&&(e.TgZ(0,"div",33),e.YNc(1,h_,1,0,"ng-container",34),e.qZA()),2&n){const t=e.oxw(2),a=e.MAs(9),o=e.MAs(15);e.xp6(1),e.Q6J("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:o)}}function f_(n,i){if(1&n&&(e.TgZ(0,"mat-grid-tile",30)(1,"mat-card",31)(2,"mat-card-content",20),e.YNc(3,u_,1,0,"mat-progress-bar",21),e.TgZ(4,"div",22),e.YNc(5,m_,2,1,"div",32),e.YNc(6,__,2,1,"div",32),e.YNc(7,g_,2,1,"div",32),e.qZA()()()()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("colspan",t.cols)("rowspan",t.rows),e.xp6(2),e.Q6J("ngClass",e.VKq(8,et,a.apiCallStatusNetwork.status===a.apiCallStatusEnum.ERROR)),e.xp6(1),e.Q6J("ngIf",a.apiCallStatusNetwork.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngSwitch",t.id),e.xp6(1),e.Q6J("ngSwitchCase","general"),e.xp6(1),e.Q6J("ngSwitchCase","channels"),e.xp6(1),e.Q6J("ngSwitchCase","degrees")}}function C_(n,i){if(1&n&&(e.TgZ(0,"div",35)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessages[1])}}function x_(n,i){if(1&n&&(e.TgZ(0,"div",36)(1,"div")(2,"h4",37),e._uU(3,"Network Capacity"),e.qZA(),e.TgZ(4,"div",38),e._uU(5),e.ALo(6,"number"),e.qZA()(),e.TgZ(7,"div")(8,"h4",37),e._uU(9,"Number of Nodes"),e.qZA(),e.TgZ(10,"div",38),e._uU(11),e.ALo(12,"number"),e.qZA()(),e.TgZ(13,"div")(14,"h4",37),e._uU(15,"Number of Channels"),e.qZA(),e.TgZ(16,"span",38),e._uU(17),e.ALo(18,"number"),e.qZA()()()),2&n){const t=e.oxw();e.xp6(5),e.hij("",e.lcZ(6,3,t.networkInfo.total_network_capacity)," Sats"),e.xp6(6),e.Oqu(e.lcZ(12,5,t.networkInfo.num_nodes)),e.xp6(6),e.Oqu(e.lcZ(18,7,t.networkInfo.num_channels))}}function y_(n,i){if(1&n&&(e.TgZ(0,"div",36)(1,"div")(2,"h4",37),e._uU(3,"Max Channel Size"),e.qZA(),e.TgZ(4,"div",38),e._uU(5),e.ALo(6,"number"),e.qZA()(),e.TgZ(7,"div")(8,"h4",37),e._uU(9,"Avg Channel Size"),e.qZA(),e.TgZ(10,"div",38),e._uU(11),e.ALo(12,"number"),e.qZA()(),e.TgZ(13,"div")(14,"h4",37),e._uU(15,"Min Channel Size"),e.qZA(),e.TgZ(16,"span",38),e._uU(17),e.ALo(18,"number"),e.qZA()()()),2&n){const t=e.oxw();e.xp6(5),e.Oqu(e.lcZ(6,3,t.networkInfo.max_channel_size)),e.xp6(6),e.Oqu(e.lcZ(12,5,t.networkInfo.avg_channel_size)),e.xp6(6),e.Oqu(e.lcZ(18,7,t.networkInfo.min_channel_size))}}function T_(n,i){if(1&n&&(e.TgZ(0,"div",36)(1,"div")(2,"h4",37),e._uU(3,"Max Out Degree"),e.qZA(),e.TgZ(4,"div",38),e._uU(5),e.ALo(6,"number"),e.qZA()(),e.TgZ(7,"div")(8,"h4",37),e._uU(9,"Avg Out Degree"),e.qZA(),e.TgZ(10,"div",38),e._uU(11),e.ALo(12,"number"),e.qZA()(),e.TgZ(13,"div",39),e._UZ(14,"h4",37)(15,"span",38),e.qZA()()),2&n){const t=e.oxw();e.xp6(5),e.Oqu(e.lcZ(6,2,t.networkInfo.max_out_degree)),e.xp6(6),e.Oqu(e.xi3(12,4,t.networkInfo.avg_out_degree,"1.0-2"))}}const v_=function(n){return{"mt-1":n}};let b_=(()=>{class n{constructor(t,a,o){this.logger=t,this.commonService=a,this.store=o,this.faProjectDiagram=v.TmZ,this.faBolt=v.BDt,this.faServer=v.xf3,this.faNetworkWired=v.kXW,this.selNode={},this.information={},this.channelsStatus={},this.networkInfo={},this.networkCards=[],this.nodeCards=[],this.screenSize="",this.screenSizeEnum=l.cu,this.userPersonaEnum=l.ol,this.errorMessages=["","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusNetwork=null,this.apiCallStatusFees=null,this.apiCallStatusChannels=null,this.apiCallStatusPendingChannels=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.networkCards=[{id:"general",cols:3,rows:1},{id:"channels",cols:3,rows:1},{id:"degrees",cols:3,rows:1}],this.nodeCards=[{id:"node",icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:3,rows:1},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:3,rows:1}]):(this.networkCards=[{id:"general",cols:1,rows:1},{id:"channels",cols:1,rows:1},{id:"degrees",cols:1,rows:1}],this.nodeCards=[{id:"node",icon:this.faServer,title:"Node Information",cols:1,rows:1},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:1,rows:1},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:1,rows:1}])}ngOnInit(){this.store.select(y.bx).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=t.apiCallStatus,this.apiCallStatusNodeInfo.status===l.Bn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=t.nodeSettings,this.information=t.information}),this.store.select(y.N7).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.errorMessages[1]="",this.apiCallStatusNetwork=t.apiCallStatus,this.apiCallStatusNetwork.status===l.Bn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusNetwork.message?JSON.stringify(this.apiCallStatusNetwork.message):this.apiCallStatusNetwork.message?this.apiCallStatusNetwork.message:""),this.networkInfo=t.networkInfo}),this.store.select(y.JG).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.errorMessages[2]="",this.apiCallStatusFees=t.apiCallStatus,this.apiCallStatusFees.status===l.Bn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=t.fees}),this.store.select(y.ni).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{var a,o,s,r,_;this.errorMessages[4]="",this.apiCallStatusPendingChannels=t.apiCallStatus,this.apiCallStatusPendingChannels.status===l.Bn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPendingChannels.message?JSON.stringify(this.apiCallStatusPendingChannels.message):this.apiCallStatusPendingChannels.message?this.apiCallStatusPendingChannels.message:""),this.channelsStatus.pending={num_channels:null===(a=t.pendingChannelsSummary.open)||void 0===a?void 0:a.num_channels,capacity:null===(o=t.pendingChannelsSummary.open)||void 0===o?void 0:o.limbo_balance},this.channelsStatus.closing={num_channels:((null===(s=t.pendingChannelsSummary.closing)||void 0===s?void 0:s.num_channels)||0)+((null===(r=t.pendingChannelsSummary.force_closing)||void 0===r?void 0:r.num_channels)||0)+((null===(_=t.pendingChannelsSummary.waiting_close)||void 0===_?void 0:_.num_channels)||0),capacity:t.pendingChannelsSummary.total_limbo_balance}}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{this.errorMessages[3]="",this.apiCallStatusChannels=t.apiCallStatus,this.apiCallStatusChannels.status===l.Bn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:""),this.channelsStatus.active=t.channelsSummary.active,this.channelsStatus.inactive=t.channelsSummary.inactive,this.logger.info(t)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-network-info"]],decls:16,vars:6,consts:[["fxLayout","column","fxLayoutAlign","space-between stretch",1,"mb-4"],["cols","3","rowHeight","330px",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container",3,"ngClass"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","3","rowHeight","250px"],["fxLayout","row",3,"colspan","rowspan",4,"ngFor","ngForOf"],["errorBlock",""],["generalBlock",""],["channelsBlock",""],["degreesBlock",""],["cols","3","rowHeight","330px"],["class","node-grid-tile",3,"colspan","rowspan",4,"ngFor","ngForOf"],[1,"node-grid-tile",3,"colspan","rowspan"],["fxLayout","column","fxLayoutAlign","stretch start","fxFlex","100",1,"h-100"],["fxLayout","row","fxLayoutAlign","start start",1,"w-100"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container"],[1,"mr-1",3,"icon"],["fxLayout","column","fxLayoutAlign","stretch center","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","center stretch",1,"w-100","h-93"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","w-96","h-93"],["fxLayout","column","fxFlex","100",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxLayout","row",3,"colspan","rowspan"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","h-93"],["fxFlex","100",4,"ngSwitchCase"],["fxFlex","100"],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxFlex","20"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,c_,2,1,"mat-grid-list",1),e.TgZ(2,"div",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span",4),e._uU(5,"Network"),e.qZA()(),e.TgZ(6,"mat-grid-list",5),e.YNc(7,f_,8,10,"mat-grid-tile",6),e.qZA()(),e.YNc(8,C_,3,1,"ng-template",null,7,e.W1O),e.YNc(10,x_,19,9,"ng-template",null,8,e.W1O),e.YNc(12,y_,19,9,"ng-template",null,9,e.W1O),e.YNc(14,T_,16,7,"ng-template",null,10,e.W1O)),2&t&&(e.xp6(1),e.Q6J("ngIf",a.selNode.userPersona!==a.userPersonaEnum.OPERATOR),e.xp6(1),e.Q6J("ngClass",e.VKq(4,v_,a.screenSize!==a.screenSizeEnum.XS)),e.xp6(1),e.Q6J("icon",a.faProjectDiagram),e.xp6(4),e.Q6J("ngForOf",a.networkCards))},directives:[d.xw,d.Wh,p.O5,ue.Il,p.sg,ue.DX,d.yH,D.BN,Z.a8,Z.dn,p.mk,k.oO,J.pW,p.RF,p.n9,Ue,Re,Oe,p.tP],pipes:[p.JJ],styles:[""]}),n})();function Z_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",8),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let w_=(()=>{class n{constructor(t){this.router=t,this.faDownload=v.q7m,this.links=[{link:"bckup",name:"Backup"},{link:"restore",name:"Restore"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-backup"]],decls:11,vars:2,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Channels Backup"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,Z_,2,3,"div",6),e.qZA(),e.TgZ(9,"div",7),e._UZ(10,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faDownload),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC],styles:[""]}),n})();function A_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",23)(1,"h4",24),e._uU(2),e.qZA(),e.TgZ(3,"div",25)(4,"button",26),e.NdJ("click",function(){return e.CHM(t),e.oxw().onRestoreChannels({})}),e._uU(5,"Restore All"),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(2),e.hij("Restore folder location: ",t.selNode.channelBackupPath,"/restore")}}function S_(n,i){if(1&n&&(e.TgZ(0,"div",27)(1,"h4",24),e._uU(2),e.qZA(),e.TgZ(3,"h4",28),e._uU(4,"All channel backup file not found! To perform channel restoration, channel backup file/s must be placed at the above location."),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.hij("Restore folder location: ",t.selNode.channelBackupPath,"/restore")}}function L_(n,i){if(1&n&&(e.TgZ(0,"div",27)(1,"h4",24),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.hij("Restore folder location: ",t.selNode.channelBackupPath,"/restore")}}function k_(n,i){1&n&&e._UZ(0,"mat-progress-bar",29)}function F_(n,i){1&n&&(e.TgZ(0,"th",30),e._uU(1," Channel Point "),e.qZA())}const N_=function(n){return{"max-width":n}};function q_(n,i){if(1&n&&(e.TgZ(0,"td",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,N_,a.screenSize===a.screenSizeEnum.XS?"10rem":"45rem")),e.xp6(1),e.Oqu(null==t?null:t.channel_point)}}function U_(n,i){1&n&&(e.TgZ(0,"th",32)(1,"span",33),e._uU(2,"Actions"),e.qZA()())}function O_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",34)(1,"span",33)(2,"button",35),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onRestoreChannels(s)}),e._uU(3,"Restore"),e.qZA()()()}}function R_(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No singular channel backups available."),e.qZA())}function M_(n,i){if(1&n&&(e.TgZ(0,"td",36),e.YNc(1,R_,2,0,"p",37),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",!t.channels||!t.channels.data||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)}}const I_=function(n){return{"display-none":n}};function D_(n,i){if(1&n&&e._UZ(0,"tr",38),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,I_,t.channels&&t.channels.data&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function P_(n,i){1&n&&e._UZ(0,"tr",39)}function J_(n,i){1&n&&e._UZ(0,"tr",40)}const E_=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},Q_=function(){return["no_channel"]};let Y_=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.store=a,this.lndEffects=o,this.commonService=s,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.selNode={},this.displayedColumns=["channel_point","actions"],this.channelsData=[],this.allRestoreExists=!1,this.flgLoading=[!0],this.flgSticky=!1,this.selFilter="",this.screenSize="",this.screenSizeEnum=l.cu,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.dispatch((0,w.tb)()),this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.lndEffects.setRestoreChannelList.pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.allRestoreExists=t.all_restore_exists,this.channelsData=t.files,this.channelsData.length>0&&this.loadRestoreTable(this.channelsData),("error"!==this.flgLoading[0]||t&&t.files)&&(this.flgLoading[0]=!1),this.logger.info(t)})}ngAfterViewInit(){this.channelsData&&this.channelsData.length>0&&this.loadRestoreTable(this.channelsData)}onRestoreChannels(t){this.store.dispatch((0,w.vV)({payload:{channelPoint:t.channel_point?t.channel_point:"ALL"}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadRestoreTable(t){this.channels=new c.by([...t]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.channels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.channels.paginator=this.paginator,this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(ne.l),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-restore-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Channels")}])],decls:24,vars:17,consts:[["fxLayout","column",1,"mt-2"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between start","fxLayout.gt-md","row wrap",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","channel_point"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","pr-3",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","100"],["fxLayout","row",1,"mt-2"],["mat-flat-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxLayoutAlign","space-between start","fxLayout.gt-md","row wrap"],["fxFlex","100",1,"mt-1"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","",1,"pr-3"],["fxLayoutAlign","end center"],["mat-cell",""],["mat-stroked-button","","color","primary","type","button","tabindex","1",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,A_,6,1,"div",1),e.YNc(2,S_,5,1,"div",2),e.YNc(3,L_,3,1,"div",2),e.TgZ(4,"div",3),e._UZ(5,"div",4),e.TgZ(6,"mat-form-field",5)(7,"input",6),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(8,"div",7),e.YNc(9,k_,1,0,"mat-progress-bar",8),e.TgZ(10,"table",9,10),e.ynx(12,11),e.YNc(13,F_,2,0,"th",12),e.YNc(14,q_,2,4,"td",13),e.BQk(),e.ynx(15,14),e.YNc(16,U_,3,0,"th",15),e.YNc(17,O_,4,0,"td",16),e.BQk(),e.ynx(18,17),e.YNc(19,M_,2,1,"td",18),e.BQk(),e.YNc(20,D_,1,3,"tr",19),e.YNc(21,P_,1,0,"tr",20),e.YNc(22,J_,1,0,"tr",21),e.qZA()(),e._UZ(23,"mat-paginator",22),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",a.allRestoreExists),e.xp6(1),e.Q6J("ngIf",!a.allRestoreExists&&(!a.channels||(null==a.channels||null==a.channels.data?null:a.channels.data.length)<=0)),e.xp6(1),e.Q6J("ngIf",!a.allRestoreExists&&a.channels&&(null==a.channels||null==a.channels.data?null:a.channels.data.length)&&(null==a.channels||null==a.channels.data?null:a.channels.data.length)>0),e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",!0===a.flgLoading[0]),e.xp6(1),e.Q6J("dataSource",a.channels)("ngClass",e.VKq(14,E_,"error"===a.flgLoading[0])),e.xp6(10),e.Q6J("matFooterRowDef",e.DdM(16,Q_)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,p.O5,d.Wh,d.yH,N.lW,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function H_(n,i){1&n&&e._UZ(0,"mat-progress-bar",31)}function B_(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Channel Point "),e.qZA())}const V_=function(n){return{"max-width":n}};function G_(n,i){if(1&n&&(e.TgZ(0,"td",33),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,V_,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(null==t?null:t.channel_point)}}function z_(n,i){1&n&&(e.TgZ(0,"th",34)(1,"span",35),e._uU(2,"Actions"),e.qZA()())}function W_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",36)(1,"div",37)(2,"mat-select",38),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",39),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onChannelClick(r,o)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",39),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onBackupChannels(s)}),e._uU(7,"Backup"),e.qZA(),e.TgZ(8,"mat-option",39),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onDownloadBackup(s)}),e._uU(9,"Download Backup"),e.qZA(),e.TgZ(10,"mat-option",39),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onVerifyChannels(s)}),e._uU(11,"Verify"),e.qZA()()()()}}function X_(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No channel available."),e.qZA())}function $_(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting channels..."),e.qZA())}function j_(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function K_(n,i){if(1&n&&(e.TgZ(0,"td",40),e.YNc(1,X_,2,0,"p",41),e.YNc(2,$_,2,0,"p",41),e.YNc(3,j_,2,1,"p",41),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const eh=function(n){return{"display-none":n}};function th(n,i){if(1&n&&e._UZ(0,"tr",42),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,eh,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function nh(n,i){1&n&&e._UZ(0,"tr",43)}function ah(n,i){1&n&&e._UZ(0,"tr",44)}const ih=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},oh=function(){return["no_channel"]};let sh=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.store=a,this.actions=o,this.commonService=s,this.faInfoCircle=v.sqG,this.faExclamationTriangle=v.eHv,this.faArchive=v.N2j,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.selNode={},this.displayedColumns=["channel_point","actions"],this.channelsData=[],this.flgSticky=!1,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=t.channels,this.channelsData.length>0&&this.loadBackupTable(this.channelsData),this.logger.info(t)}),this.actions.pipe((0,h.R)(this.unSubs[2]),(0,Y.h)(t=>t.type===l.uR.SET_CHANNELS_LND||t.type===l.pg.SHOW_FILE)).subscribe(t=>{var a;t.type===l.uR.SET_CHANNELS_LND&&(this.selectedChannel=null),t.type===l.pg.SHOW_FILE&&(this.commonService.downloadFile(t.payload,"channel-"+((null===(a=this.selectedChannel)||void 0===a?void 0:a.channel_point)?this.selectedChannel.channel_point:"all"),".bak",".bak"),this.selectedChannel=null)})}ngAfterViewInit(){this.channelsData.length>0&&this.loadBackupTable(this.channelsData)}onBackupChannels(t){this.store.dispatch((0,w.Vv)({payload:{uiMessage:l.m6.BACKUP_CHANNEL,channelPoint:t.channel_point?t.channel_point:"ALL",showMessage:""}}))}onVerifyChannels(t){this.store.dispatch((0,w.Cp)({payload:{channelPoint:t.channel_point?t.channel_point:"ALL"}}))}onDownloadBackup(t){this.selectedChannel=t,this.store.dispatch((0,S.dc)({payload:{channelPoint:t.channel_point?t.channel_point:"all"}}))}onChannelClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{channel:t,showCopy:!1,component:ye}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadBackupTable(t){this.channels=new c.by(t?[...t]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.channels.paginator=this.paginator,this.channels.filterPredicate=(a,o)=>((a.active?"active":"inactive")+(a.channel_point?a.channel_point.toLowerCase():"")+(a.chan_id?a.chan_id.toLowerCase():"")+(a.remote_pubkey?a.remote_pubkey.toLowerCase():"")+(a.remote_alias?a.remote_alias.toLowerCase():"")+(a.capacity?a.capacity:"")+(a.local_balance?a.local_balance:"")+(a.remote_balance?a.remote_balance:"")+(a.total_satoshis_sent?a.total_satoshis_sent:"")+(a.total_satoshis_received?a.total_satoshis_received:"")+(a.commit_fee?a.commit_fee:"")+(a.private?"private":"public")).includes(o),this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(W.eX),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-backup-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Channels")}])],decls:42,vars:18,consts:[["fxLayout","column"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","1",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","2",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","channel_point"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","pr-3",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","",1,"pr-3"],["fxLayoutAlign","end center"],["mat-cell","","fxLayoutAlign","end center"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"div",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span"),e._uU(5,"Save your backup files in a redundant location."),e.qZA()(),e.TgZ(6,"div",4),e._UZ(7,"fa-icon",3),e.TgZ(8,"span")(9,"strong"),e._uU(10,"Backup Folder Location: "),e.qZA(),e._uU(11),e.qZA()(),e.TgZ(12,"div",5)(13,"button",6),e.NdJ("click",function(){return a.onVerifyChannels({})}),e._uU(14,"Verify All"),e.qZA(),e.TgZ(15,"button",7),e.NdJ("click",function(){return a.onBackupChannels({})}),e._uU(16,"Backup All"),e.qZA(),e.TgZ(17,"button",8),e.NdJ("click",function(){return a.onDownloadBackup({})}),e._uU(18,"Download Backup"),e.qZA()()(),e.TgZ(19,"div",9)(20,"div",10),e._UZ(21,"fa-icon",11),e.TgZ(22,"span",12),e._uU(23,"Backups"),e.qZA()(),e.TgZ(24,"mat-form-field",13)(25,"input",14),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(26,"div",15),e.YNc(27,H_,1,0,"mat-progress-bar",16),e.TgZ(28,"table",17,18),e.ynx(30,19),e.YNc(31,B_,2,0,"th",20),e.YNc(32,G_,2,4,"td",21),e.BQk(),e.ynx(33,22),e.YNc(34,z_,3,0,"th",23),e.YNc(35,W_,12,0,"td",24),e.BQk(),e.ynx(36,25),e.YNc(37,K_,4,3,"td",26),e.BQk(),e.YNc(38,th,1,3,"tr",27),e.YNc(39,nh,1,0,"tr",28),e.YNc(40,ah,1,0,"tr",29),e.qZA()(),e._UZ(41,"mat-paginator",30),e.qZA()),2&t&&(e.xp6(3),e.Q6J("icon",a.faExclamationTriangle),e.xp6(4),e.Q6J("icon",a.faInfoCircle),e.xp6(4),e.hij("",a.selNode.channelBackupPath,"."),e.xp6(10),e.Q6J("icon",a.faArchive),e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.channels)("ngClass",e.VKq(15,ih,""!==a.errorMessage)),e.xp6(10),e.Q6J("matFooterRowDef",e.DdM(17,oh)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.Wh,d.yH,D.BN,N.lW,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function lh(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",8),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let rh=(()=>{class n{constructor(t){this.router=t,this.faUserCheck=v.hkK,this.links=[{link:"sign",name:"Sign"},{link:"verify",name:"Verify"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-sign-verify-message"]],decls:11,vars:2,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Sign/Verify Message"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,lh,2,3,"div",6),e.qZA(),e.TgZ(9,"div",7),e._UZ(10,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faUserCheck),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC],styles:[""]}),n})();function ch(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Message is required."),e.qZA())}let uh=(()=>{class n{constructor(t,a,o){this.dataService=t,this.snackBar=a,this.logger=o,this.message="",this.signedMessage="",this.signature="",this.unSubs=[new m.x,new m.x]}onSign(){if(!this.message||""===this.message)return!0;this.dataService.signMessage(this.message).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.signedMessage=this.message,this.signature=t.signature})}onMessageChange(){this.signedMessage!==this.message&&(this.signature="")}onCopyField(t){this.snackBar.open("Signature copied."),this.logger.info("Copied Text: "+t)}resetData(){this.message="",this.signature="",this.signedMessage=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(ee.D),e.Y36(ae.ux),e.Y36(U.mQ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-sign"]],decls:20,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["form","ngForm"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","placeholder","Message to sign","required","","tabindex","1","name","message",3,"ngModel","ngModelChange","keyup"],[4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],[1,"my-2",3,"inset"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"bordered-box","read-only","h-4","padding-gap"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","4","rtlClipboard","","type","button",3,"payload","copied"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"form",1,2)(3,"mat-form-field",3)(4,"textarea",4),e.NdJ("ngModelChange",function(s){return a.message=s})("keyup",function(){return a.onMessageChange()}),e.qZA(),e.YNc(5,ch,2,0,"mat-error",5),e.qZA(),e.TgZ(6,"div",6)(7,"button",7),e.NdJ("click",function(){return a.resetData()}),e._uU(8,"Clear Field"),e.qZA(),e.TgZ(9,"button",8),e.NdJ("click",function(){return a.onSign()}),e._uU(10,"Sign"),e.qZA()(),e._UZ(11,"mat-divider",9),e.TgZ(12,"div",10)(13,"p"),e._uU(14,"Generated Signature"),e.qZA()(),e.TgZ(15,"div",11),e._uU(16),e.qZA(),e.TgZ(17,"div",12)(18,"button",13),e.NdJ("copied",function(s){return a.onCopyField(s)}),e._uU(19,"Copy Signature"),e.qZA()()()()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.message),e.xp6(1),e.Q6J("ngIf",!a.message),e.xp6(6),e.Q6J("inset",!0),e.xp6(5),e.Oqu(a.signature),e.xp6(2),e.Q6J("payload",a.signature))},directives:[d.xw,d.yH,d.Wh,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,p.O5,x.TO,N.lW,X.d,re.y],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function ph(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Message is required."),e.qZA())}function mh(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Signature is required."),e.qZA())}function dh(n,i){1&n&&(e.TgZ(0,"p",13)(1,"mat-icon",14),e._uU(2,"close"),e.qZA(),e._uU(3,"Verification failed, please double check message and signature"),e.qZA())}function _h(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Pubkey Used"),e.qZA())}function hh(n,i){if(1&n&&(e.TgZ(0,"div",20)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw(2);e.xp6(2),e.Oqu(null==t.verifyRes?null:t.verifyRes.pubkey)}}function gh(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",21)(1,"button",22),e.NdJ("copied",function(o){return e.CHM(t),e.oxw(2).onCopyField(o)}),e._uU(2,"Copy Pubkey"),e.qZA()()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("payload",null==t.verifyRes?null:t.verifyRes.pubkey)}}function fh(n,i){if(1&n&&(e.TgZ(0,"div",15),e._UZ(1,"mat-divider",16),e.TgZ(2,"div",17),e.YNc(3,_h,2,0,"p",5),e.qZA(),e.YNc(4,hh,3,1,"div",18),e.YNc(5,gh,3,1,"div",19),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("inset",!0),e.xp6(2),e.Q6J("ngIf",t.verifyRes.valid),e.xp6(1),e.Q6J("ngIf",t.verifyRes.valid),e.xp6(1),e.Q6J("ngIf",t.verifyRes.valid)}}let Ch=(()=>{class n{constructor(t,a,o){this.dataService=t,this.snackBar=a,this.logger=o,this.message="",this.verifiedMessage="",this.signature="",this.verifiedSignature="",this.showVerifyStatus=!1,this.verifyRes={pubkey:"",valid:null},this.unSubs=[new m.x,new m.x]}onVerify(){if(!this.message||""===this.message||!this.signature||""===this.signature)return!0;this.dataService.verifyMessage(this.message,this.signature).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.verifyRes=t,this.showVerifyStatus=!0,this.verifiedMessage=this.message,this.verifiedSignature=this.signature})}onChange(){(this.verifiedMessage!==this.message||this.verifiedSignature!==this.signature)&&(this.showVerifyStatus=!1,this.verifyRes={pubkey:"",valid:null})}resetData(){this.message="",this.signature="",this.verifyRes=null,this.showVerifyStatus=!1}onCopyField(t){this.snackBar.open("Pubkey copied."),this.logger.info("Copied Text: "+t)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(ee.D),e.Y36(ae.ux),e.Y36(U.mQ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-verify"]],decls:17,vars:6,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["form","ngForm"],["fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","placeholder","Message to verify","required","","tabindex","1","name","message",3,"ngModel","ngModelChange","keyup"],[4,"ngIf"],["matInput","","placeholder","Signature provided","name","signature","tabindex","2","required","",3,"ngModel","ngModelChange","keyup"],["sign","ngModel"],["fxFlex","100","class","color-warn","fxLayoutAlign","start center",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],[1,"my-2",3,"inset"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start","class","bordered-box read-only h-4 padding-gap",4,"ngIf"],["fxLayout","row","class","mt-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"bordered-box","read-only","h-4","padding-gap"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","5","rtlClipboard","","type","button",3,"payload","copied"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"form",1,2)(3,"mat-form-field",3)(4,"textarea",4),e.NdJ("ngModelChange",function(s){return a.message=s})("keyup",function(){return a.onChange()}),e.qZA(),e.YNc(5,ph,2,0,"mat-error",5),e.qZA(),e.TgZ(6,"mat-form-field",3)(7,"input",6,7),e.NdJ("ngModelChange",function(s){return a.signature=s})("keyup",function(){return a.onChange()}),e.qZA(),e.YNc(9,mh,2,0,"mat-error",5),e.qZA(),e.YNc(10,dh,4,0,"p",8),e.TgZ(11,"div",9)(12,"button",10),e.NdJ("click",function(){return a.resetData()}),e._uU(13,"Clear Fields"),e.qZA(),e.TgZ(14,"button",11),e.NdJ("click",function(){return a.onVerify()}),e._uU(15,"Verify"),e.qZA()(),e.YNc(16,fh,6,4,"div",12),e.qZA()()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.message),e.xp6(1),e.Q6J("ngIf",!a.message),e.xp6(2),e.Q6J("ngModel",a.signature),e.xp6(2),e.Q6J("ngIf",!a.signature),e.xp6(1),e.Q6J("ngIf",a.showVerifyStatus&&!a.verifyRes.valid),e.xp6(6),e.Q6J("ngIf",a.showVerifyStatus&&a.verifyRes.valid))},directives:[d.xw,d.yH,d.Wh,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,p.O5,x.TO,te.Hw,N.lW,X.d,re.y],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();var xh=f(9442),q=f(1643);function yh(n,i){if(1&n&&(e.TgZ(0,"div",3),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.errorMessage)}}function Th(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",9)(1,"div",10),e._uU(2,"Non Routing Peers"),e.qZA(),e.TgZ(3,"mat-form-field",11)(4,"input",12),e.NdJ("keyup",function(){return e.CHM(t),e.oxw(2).applyFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw(2).filter=o}),e.qZA()()()}if(2&n){const t=e.oxw(2);e.xp6(4),e.Q6J("ngModel",t.filter)}}function vh(n,i){1&n&&e._UZ(0,"mat-progress-bar",35)}function bh(n,i){1&n&&(e.TgZ(0,"th",36),e._uU(1,"Channel ID"),e.qZA())}const tt=function(n){return{"max-width":n}};function Zh(n,i){if(1&n&&(e.TgZ(0,"td",37),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(3);e.Q6J("ngStyle",e.VKq(2,tt,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.chan_id)}}function wh(n,i){1&n&&(e.TgZ(0,"th",36),e._uU(1,"Peer Alias"),e.qZA())}function Ah(n,i){if(1&n&&(e.TgZ(0,"td",37),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(3);e.Q6J("ngStyle",e.VKq(2,tt,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.remote_alias)}}function Sh(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Sats Sent"),e.qZA())}function Lh(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",40),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_satoshis_sent))}}function kh(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Sats Received"),e.qZA())}function Fh(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",40),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_satoshis_received))}}function Nh(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Local Balance (Sats)"),e.qZA())}function qh(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",40),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.local_balance))}}function Uh(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Remote Balance (Sats)"),e.qZA())}function Oh(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",40),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.remote_balance))}}function Rh(n,i){1&n&&(e.TgZ(0,"th",41)(1,"span",40),e._uU(2,"Actions"),e.qZA()())}function Mh(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",42)(1,"button",43),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(3).onManagePeer(s)}),e._uU(2,"Manage"),e.qZA()()}}function Ih(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"All peers are routing."),e.qZA())}function Dh(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting non routing peers..."),e.qZA())}function Ph(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(4);e.xp6(1),e.Oqu(t.errorMessage)}}function Jh(n,i){if(1&n&&(e.TgZ(0,"td",44),e.YNc(1,Ih,2,0,"p",45),e.YNc(2,Dh,2,0,"p",45),e.YNc(3,Ph,2,1,"p",45),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Q6J("ngIf",(!(null!=t.NonRoutingPeers&&t.NonRoutingPeers.data)||(null==t.NonRoutingPeers||null==t.NonRoutingPeers.data?null:t.NonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.NonRoutingPeers&&t.NonRoutingPeers.data)||(null==t.NonRoutingPeers||null==t.NonRoutingPeers.data?null:t.NonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.NonRoutingPeers&&t.NonRoutingPeers.data)||(null==t.NonRoutingPeers||null==t.NonRoutingPeers.data?null:t.NonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Eh=function(n){return{"display-none":n}};function Qh(n,i){if(1&n&&e._UZ(0,"tr",46),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,Eh,(null==t.NonRoutingPeers||null==t.NonRoutingPeers.data?null:t.NonRoutingPeers.data.length)>0))}}function Yh(n,i){1&n&&e._UZ(0,"tr",47)}function Hh(n,i){1&n&&e._UZ(0,"tr",48)}const Bh=function(){return["no_non_routing_event"]};function Vh(n,i){if(1&n&&(e.TgZ(0,"div",13),e.YNc(1,vh,1,0,"mat-progress-bar",14),e.TgZ(2,"table",15,16),e.ynx(4,17),e.YNc(5,bh,2,0,"th",18),e.YNc(6,Zh,2,4,"td",19),e.BQk(),e.ynx(7,20),e.YNc(8,wh,2,0,"th",18),e.YNc(9,Ah,2,4,"td",19),e.BQk(),e.ynx(10,21),e.YNc(11,Sh,2,0,"th",22),e.YNc(12,Lh,4,3,"td",23),e.BQk(),e.ynx(13,24),e.YNc(14,kh,2,0,"th",22),e.YNc(15,Fh,4,3,"td",23),e.BQk(),e.ynx(16,25),e.YNc(17,Nh,2,0,"th",22),e.YNc(18,qh,4,3,"td",23),e.BQk(),e.ynx(19,26),e.YNc(20,Uh,2,0,"th",22),e.YNc(21,Oh,4,3,"td",23),e.BQk(),e.ynx(22,27),e.YNc(23,Rh,3,0,"th",28),e.YNc(24,Mh,3,0,"td",29),e.BQk(),e.ynx(25,30),e.YNc(26,Jh,4,3,"td",31),e.BQk(),e.YNc(27,Qh,1,3,"tr",32),e.YNc(28,Yh,1,0,"tr",33),e.YNc(29,Hh,1,0,"tr",34),e.qZA()()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.NonRoutingPeers),e.xp6(25),e.Q6J("matFooterRowDef",e.DdM(6,Bh)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns)}}function Gh(n,i){if(1&n&&(e.TgZ(0,"div",4),e.YNc(1,Th,5,1,"div",5),e.YNc(2,Vh,30,7,"div",6),e._UZ(3,"mat-paginator",7,8),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",""===t.errorMessage),e.xp6(1),e.Q6J("ngIf",""===t.errorMessage),e.xp6(1),e.Q6J("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let zh=(()=>{class n{constructor(t,a,o,s,r){this.logger=t,this.commonService=a,this.store=o,this.router=s,this.activatedRoute=r,this.routingPeersData=[],this.displayedColumns=[],this.NonRoutingPeers=new c.by([]),this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.filter="",this.activeChannels=[],this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS||this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["remote_alias","local_balance","remote_balance","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["chan_id","remote_alias","local_balance","remote_balance","actions"]):(this.flgSticky=!0,this.displayedColumns=["chan_id","remote_alias","total_satoshis_received","total_satoshis_sent","local_balance","remote_balance","actions"])}ngOnInit(){this.store.select(y.Bo).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.errorMessage="",this.apiCallStatus=t.apiCallStatus,(null===(a=t.apiCallStatus)||void 0===a?void 0:a.status)===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=t.forwardingHistory.forwarding_events?t.forwardingHistory.forwarding_events:[],this.routingPeersData.length>0&&this.sort&&this.paginator&&this.loadNonRoutingPeersTable(this.routingPeersData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory)}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.activeChannels=t.channels,this.logger.info(t)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.loadNonRoutingPeersTable(this.routingPeersData)}onManagePeer(t){this.router.navigate(["../../","connections","channels","open"],{relativeTo:this.activatedRoute,state:{filter:t.chan_id}})}loadNonRoutingPeersTable(t){var a;if(t.length>0){const o=null===(a=this.activeChannels)||void 0===a?void 0:a.filter(s=>t.findIndex(r=>r.chan_id_in===s.chan_id||r.chan_id_out===s.chan_id)<0);this.NonRoutingPeers=new c.by(o),this.NonRoutingPeers.sort=this.sort,this.NonRoutingPeers.filterPredicate=(s,r)=>JSON.stringify(s).toLowerCase().includes(r),this.NonRoutingPeers.paginator=this.paginator,this.logger.info(this.NonRoutingPeers)}else this.NonRoutingPeers=new c.by([]);this.applyFilter()}applyFilter(){this.NonRoutingPeers.filter=this.filter.toLowerCase()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(b.F0),e.Y36(b.gz))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-non-routing-peers"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Non routing peers")}])],decls:3,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["paginator",""],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto",3,"dataSource"],["table",""],["matColumnDef","chan_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","remote_alias"],["matColumnDef","total_satoshis_sent"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","total_satoshis_received"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","actions"],["mat-header-cell","","class","pr-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-2","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_non_routing_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-cell",""],["fxLayoutAlign","end center"],["mat-header-cell","",1,"pr-3"],["mat-cell","","fxLayoutAlign","end center",1,"pl-2"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,yh,2,1,"div",1),e.YNc(2,Gh,5,5,"div",2),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage))},directives:[d.xw,d.yH,d.Wh,p.O5,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,J.pW,c.BZ,A.YE,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,N.lW,c.mD,c.yh,c.Ke,c.Q2,p.mk,k.oO,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-chan_id[_ngcontent-%COMP%], .mat-column-alias[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})(),Wh=(()=>{class n{constructor(t){this.dataService=t,this.paths="",this.unSubs=[new m.x,new m.x]}ngOnInit(){var t;if(this.payment.htlcs&&this.payment.htlcs[0]&&this.payment.htlcs[0].route&&this.payment.htlcs[0].route.hops&&this.payment.htlcs[0].route.hops.length>0){const a=null===(t=this.payment.htlcs[0].route.hops)||void 0===t?void 0:t.reduce((o,s)=>""===o&&s.pub_key?s.pub_key:o+","+s.pub_key,"");this.dataService.getAliasesFromPubkeys(a,!0).pipe((0,h.R)(this.unSubs[0])).subscribe(o=>{this.paths=null==o?void 0:o.reduce((s,r)=>""===s?r:s+"\n"+r,"")})}this.payment.payment_request&&""!==this.payment.payment_request.trim()&&this.dataService.decodePayment(this.payment.payment_request,!1).pipe((0,z.q)(1)).subscribe(a=>{a&&a.description&&""!==a.description&&(this.payment.description=a.description)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(ee.D))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-payment-lookup"]],inputs:{payment:"payment"},decls:66,vars:20,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["fxLayout","row"],["fxFlex","50"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"mat-card-content",1)(2,"div",2)(3,"h4",3),e._uU(4,"Payment Hash"),e.qZA(),e.TgZ(5,"span",4),e._uU(6),e.qZA()(),e._UZ(7,"mat-divider",5),e.TgZ(8,"div",2)(9,"h4",3),e._uU(10,"Payment Preimage"),e.qZA(),e.TgZ(11,"span",4)(12,"div"),e._uU(13),e.qZA()()(),e._UZ(14,"mat-divider",5),e.TgZ(15,"div",2)(16,"h4",3),e._uU(17,"Payment Request"),e.qZA(),e.TgZ(18,"span",4)(19,"div"),e._uU(20),e.qZA()()(),e._UZ(21,"mat-divider",5),e.TgZ(22,"div",2)(23,"h4",3),e._uU(24,"Description"),e.qZA(),e.TgZ(25,"span",4)(26,"div"),e._uU(27),e.qZA()()(),e._UZ(28,"mat-divider",5),e.TgZ(29,"div",6)(30,"div",7)(31,"h4",3),e._uU(32,"Status"),e.qZA(),e.TgZ(33,"span",4)(34,"div"),e._uU(35),e.qZA()()(),e.TgZ(36,"div",7)(37,"h4",3),e._uU(38,"Creation Date"),e.qZA(),e.TgZ(39,"span",4)(40,"div"),e._uU(41),e.qZA()()()(),e._UZ(42,"mat-divider",5),e.TgZ(43,"div",6)(44,"div",7)(45,"h4",3),e._uU(46,"Value (mSats)"),e.qZA(),e.TgZ(47,"span",4)(48,"div"),e._uU(49),e.ALo(50,"number"),e.qZA()()(),e.TgZ(51,"div",7)(52,"h4",3),e._uU(53,"Fee (mSats)"),e.qZA(),e.TgZ(54,"span",4)(55,"div"),e._uU(56),e.ALo(57,"number"),e.qZA()()()(),e._UZ(58,"mat-divider",5),e.TgZ(59,"div",2)(60,"h4",3),e._uU(61,"Path"),e.qZA(),e.TgZ(62,"span",4)(63,"div"),e._uU(64),e.qZA()()(),e._UZ(65,"mat-divider",5),e.qZA()()),2&t&&(e.xp6(6),e.Oqu(null==a.payment?null:a.payment.payment_hash),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.payment?null:a.payment.payment_preimage),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.payment?null:a.payment.payment_request),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.payment?null:a.payment.description),e.xp6(1),e.Q6J("inset",!0),e.xp6(7),e.Oqu(null==a.payment?null:a.payment.status),e.xp6(6),e.Oqu(null==a.payment?null:a.payment.creation_date),e.xp6(1),e.Q6J("inset",!0),e.xp6(7),e.Oqu(e.lcZ(50,16,null==a.payment?null:a.payment.value_msat)),e.xp6(7),e.Oqu(e.lcZ(57,18,null==a.payment?null:a.payment.fee_msat)),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(a.paths),e.xp6(1),e.Q6J("inset",!0))},directives:[d.xw,d.yH,d.Wh,Z.dn,X.d],pipes:[p.JJ],styles:[""]}),n})();var Xh=f(159);function $h(n,i){if(1&n&&e._UZ(0,"qr-code",22),2&n){const t=e.oxw();e.Q6J("value",null==t.invoice?null:t.invoice.payment_request)("size",t.qrWidth)("errorCorrectionLevel","L")}}function jh(n,i){1&n&&(e.TgZ(0,"span",23),e._uU(1,"N/A"),e.qZA())}function Kh(n,i){if(1&n&&e._UZ(0,"qr-code",22),2&n){const t=e.oxw();e.Q6J("value",null==t.invoice?null:t.invoice.payment_request)("size",t.qrWidth)("errorCorrectionLevel","L")}}function eg(n,i){1&n&&(e.TgZ(0,"span",24),e._uU(1,"QR Code Not Applicable"),e.qZA())}function tg(n,i){1&n&&e._UZ(0,"mat-divider",16),2&n&&e.Q6J("inset",!0)}function ng(n,i){1&n&&(e.ynx(0),e._uU(1," (zero amount) "),e.BQk())}const we=function(n){return{"mr-0":n}};function ag(n,i){if(1&n&&e._UZ(0,"span",38),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,we,t.screenSize===t.screenSizeEnum.XS))}}function ig(n,i){if(1&n&&e._UZ(0,"span",39),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,we,t.screenSize===t.screenSizeEnum.XS))}}function og(n,i){if(1&n&&e._UZ(0,"span",40),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,we,t.screenSize===t.screenSizeEnum.XS))}}function sg(n,i){if(1&n&&(e.TgZ(0,"div",27)(1,"div",32)(2,"span",33),e.YNc(3,ag,1,3,"span",34),e.YNc(4,ig,1,3,"span",35),e.YNc(5,og,1,3,"span",36),e._uU(6),e.qZA(),e.TgZ(7,"span",37),e._uU(8),e.ALo(9,"number"),e.qZA()(),e._UZ(10,"mat-divider",16),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(3),e.Q6J("ngIf","SETTLED"===t.state),e.xp6(1),e.Q6J("ngIf","ACCEPTED"===t.state),e.xp6(1),e.Q6J("ngIf","CANCELED"===t.state),e.xp6(1),e.hij(" ",t.chan_id," "),e.xp6(2),e.Oqu(e.xi3(9,6,+t.amt_msat/1e3||0,a.getDecimalFormat(t))),e.xp6(2),e.Q6J("inset",!0)}}function lg(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",11)(1,"mat-expansion-panel",25),e.NdJ("opened",function(){return e.CHM(t),e.oxw().flgOpened=!0})("closed",function(){return e.CHM(t),e.oxw().onExpansionClosed()}),e.TgZ(2,"mat-expansion-panel-header")(3,"mat-panel-title")(4,"h4",26),e._uU(5,"HTLCs"),e.qZA()()(),e.TgZ(6,"div",27)(7,"div",28)(8,"span",29),e._uU(9,"Channel ID"),e.qZA(),e.TgZ(10,"span",30),e._uU(11,"Amount (Sats)"),e.qZA()(),e._UZ(12,"mat-divider",16),e.YNc(13,sg,11,9,"div",31),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(12),e.Q6J("inset",!0),e.xp6(1),e.Q6J("ngForOf",null==t.invoice?null:t.invoice.htlcs)}}function rg(n,i){1&n&&e._UZ(0,"mat-divider",16),2&n&&e.Q6J("inset",!0)}const nt=function(n){return{"display-none":n}};let cg=(()=>{class n{constructor(t){this.commonService=t,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=l.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS&&(this.qrWidth=220)}getDecimalFormat(t){return t.amt_msat<1e3?"1.0-4":"1.0-0"}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-invoice-lookup"]],inputs:{invoice:"invoice"},decls:90,vars:45,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between stretch"],["fxFlex","20",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxLayout","column","fxFlex","80"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],[3,"perfectScrollbar"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"my-1",3,"inset"],["fxFlex","100"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","34"],["fxFlex","33"],["fxLayout","row",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"flat-expansion-panel",3,"opened","closed"],["fxLayoutAlign","start center","fxFlex","100",1,"font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100",1,"mt-minus-1"],["fxFlex","60",1,"foreground-secondary-text","font-bold-500"],["fxFlex","40",1,"foreground-secondary-text","font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100"],["fxFlex","60",1,"foreground-secondary-text"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["fxFlex","40",1,"foreground-secondary-text"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,$h,1,3,"qr-code",2),e.YNc(3,jh,2,0,"span",3),e.qZA(),e.TgZ(4,"div",4)(5,"mat-card-content",5)(6,"div",6)(7,"div",7),e.YNc(8,Kh,1,3,"qr-code",2),e.YNc(9,eg,2,0,"span",8),e.qZA(),e.YNc(10,tg,1,1,"mat-divider",9),e.TgZ(11,"div",10)(12,"div",11)(13,"div",12)(14,"h4",13),e._uU(15),e.qZA(),e.TgZ(16,"span",14),e._uU(17),e.ALo(18,"number"),e.YNc(19,ng,2,0,"ng-container",15),e.qZA()(),e.TgZ(20,"div",12)(21,"h4",13),e._uU(22,"Amount Settled"),e.qZA(),e.TgZ(23,"span",14)(24,"div"),e._uU(25),e.ALo(26,"number"),e.qZA()()()(),e._UZ(27,"mat-divider",16),e.TgZ(28,"div",11)(29,"div",12)(30,"h4",13),e._uU(31,"Date Created"),e.qZA(),e.TgZ(32,"span",14),e._uU(33),e.ALo(34,"date"),e.qZA()(),e.TgZ(35,"div",12)(36,"h4",13),e._uU(37,"Date Settled"),e.qZA(),e.TgZ(38,"span",14),e._uU(39),e.ALo(40,"date"),e.qZA()()(),e._UZ(41,"mat-divider",16),e.TgZ(42,"div",11)(43,"div",17)(44,"h4",13),e._uU(45,"Memo"),e.qZA(),e.TgZ(46,"span",14),e._uU(47),e.qZA()()(),e._UZ(48,"mat-divider",16),e.TgZ(49,"div",11)(50,"div",17)(51,"h4",13),e._uU(52,"Payment Request"),e.qZA(),e.TgZ(53,"span",18),e._uU(54),e.qZA()()(),e._UZ(55,"mat-divider",16),e.TgZ(56,"div",11)(57,"div",17)(58,"h4",13),e._uU(59,"Payment Hash"),e.qZA(),e.TgZ(60,"span",18),e._uU(61),e.qZA()()(),e.TgZ(62,"div"),e._UZ(63,"mat-divider",16),e.TgZ(64,"div",11)(65,"div",17)(66,"h4",13),e._uU(67,"Preimage"),e.qZA(),e.TgZ(68,"span",18),e._uU(69),e.qZA()()(),e._UZ(70,"mat-divider",16),e.TgZ(71,"div",11)(72,"div",19)(73,"h4",13),e._uU(74,"State"),e.qZA(),e.TgZ(75,"span",18),e._uU(76),e.qZA()(),e.TgZ(77,"div",20)(78,"h4",13),e._uU(79,"Expiry"),e.qZA(),e.TgZ(80,"span",18),e._uU(81),e.qZA()(),e.TgZ(82,"div",20)(83,"h4",13),e._uU(84,"Private Routing Hints"),e.qZA(),e.TgZ(85,"span",18),e._uU(86),e.qZA()()(),e._UZ(87,"mat-divider",16),e.YNc(88,lg,14,2,"div",21),e.YNc(89,rg,1,1,"mat-divider",9),e.qZA()()()()()()),2&t&&(e.xp6(1),e.Q6J("fxLayoutAlign",null!=a.invoice&&a.invoice.payment_request&&""!==(null==a.invoice?null:a.invoice.payment_request)?"center start":"center center")("ngClass",e.VKq(41,nt,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.xp6(1),e.Q6J("ngIf",(null==a.invoice?null:a.invoice.payment_request)&&""!==(null==a.invoice?null:a.invoice.payment_request)),e.xp6(1),e.Q6J("ngIf",!(null!=a.invoice&&a.invoice.payment_request)||""===(null==a.invoice?null:a.invoice.payment_request)),e.xp6(4),e.Q6J("fxLayoutAlign",null!=a.invoice&&a.invoice.payment_request&&""!==(null==a.invoice?null:a.invoice.payment_request)?"center start":"center center")("ngClass",e.VKq(43,nt,a.screenSize!==a.screenSizeEnum.XS&&a.screenSize!==a.screenSizeEnum.SM)),e.xp6(1),e.Q6J("ngIf",(null==a.invoice?null:a.invoice.payment_request)&&""!==(null==a.invoice?null:a.invoice.payment_request)),e.xp6(1),e.Q6J("ngIf",!(null!=a.invoice&&a.invoice.payment_request)||""===(null==a.invoice?null:a.invoice.payment_request)),e.xp6(1),e.Q6J("ngIf",a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM),e.xp6(5),e.Oqu(a.screenSize===a.screenSizeEnum.XS?"Amount":"Amount Requested"),e.xp6(2),e.hij("",e.lcZ(18,31,(null==a.invoice?null:a.invoice.value)||0)," Sats"),e.xp6(2),e.Q6J("ngIf",!(null!=a.invoice&&a.invoice.value)||"0"===(null==a.invoice?null:a.invoice.value)),e.xp6(6),e.hij("",e.lcZ(26,33,null==a.invoice?null:a.invoice.amt_paid_sat)," Sats"),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.xi3(34,35,1e3*(null==a.invoice?null:a.invoice.creation_date),"dd/MMM/y HH:mm")),e.xp6(6),e.Oqu(0!=+(null==a.invoice?null:a.invoice.settle_date)?e.xi3(40,38,1e3*+(null==a.invoice?null:a.invoice.settle_date),"dd/MMM/y HH:mm"):"-"),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.invoice?null:a.invoice.memo),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu((null==a.invoice?null:a.invoice.payment_request)||"N/A"),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu((null==a.invoice?null:a.invoice.r_hash)||""),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu((null==a.invoice?null:a.invoice.r_preimage)||"-"),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.invoice?null:a.invoice.state),e.xp6(5),e.Oqu(null==a.invoice?null:a.invoice.expiry),e.xp6(5),e.Oqu(null!=a.invoice&&a.invoice.private?"Yes":"No"),e.xp6(1),e.Q6J("inset",!0),e.xp6(1),e.Q6J("ngIf",(null==a.invoice?null:a.invoice.htlcs)&&(null==a.invoice?null:a.invoice.htlcs.length)>0),e.xp6(1),e.Q6J("ngIf",(null==a.invoice?null:a.invoice.htlcs)&&(null==a.invoice?null:a.invoice.htlcs.length)>0))},directives:[d.xw,d.Wh,d.yH,p.mk,k.oO,p.O5,Xh.uU,Z.dn,X.d,H.$V,V.ib,V.yz,V.yK,p.sg,j.gM],pipes:[p.JJ,p.uU],styles:[""]}),n})();function ug(n,i){if(1&n&&(e.TgZ(0,"mat-radio-button",17),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("value",t.id)("checked",a.selectedFieldId===t.id),e.xp6(1),e.hij(" ",t.name," ")}}function pg(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("",null==t.lookupFields[t.selectedFieldId]?null:t.lookupFields[t.selectedFieldId].placeholder," is required.")}}function mg(n,i){1&n&&e._UZ(0,"mat-progress-bar",20)}const dg=function(n){return{"w-100 mt-2 p-2 error-border":n,"w-100 my-2 p-2":!0}};function _g(n,i){if(1&n&&(e.TgZ(0,"div",18),e.YNc(1,mg,1,0,"mat-progress-bar",19),e._uU(2),e.qZA()),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(3,dg,""!==t.errorMessage&&"Getting lookup details..."!==t.errorMessage)),e.xp6(1),e.Q6J("ngIf","Getting lookup details..."===t.errorMessage),e.xp6(1),e.hij(" ",t.errorMessage," ")}}function hg(n,i){if(1&n&&(e.TgZ(0,"span",27),e._UZ(1,"rtl-payment-lookup",28),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("payment",t.lookupValue)}}function gg(n,i){if(1&n&&(e.TgZ(0,"span",27),e._UZ(1,"rtl-invoice-lookup",29),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("invoice",t.lookupValue)}}function fg(n,i){1&n&&(e.TgZ(0,"span",27)(1,"h3"),e._uU(2,"Error! Unable to find details!"),e.qZA()())}function Cg(n,i){if(1&n&&(e.TgZ(0,"div",21)(1,"div",22)(2,"span",23),e._uU(3),e.qZA()(),e.TgZ(4,"div",24),e.YNc(5,hg,2,1,"span",25),e.YNc(6,gg,2,1,"span",25),e.YNc(7,fg,3,0,"span",26),e.qZA()()),2&n){const t=e.oxw();e.xp6(3),e.hij("",t.lookupFields[t.selectedFieldId].name," Details"),e.xp6(1),e.Q6J("ngSwitch",t.selectedFieldId),e.xp6(1),e.Q6J("ngSwitchCase",0),e.xp6(1),e.Q6J("ngSwitchCase",1)}}const xg=function(n){return{"mt-1":!0,"mt-2":n}},vg=b.Bz.forChild([{path:"",component:Fe,children:[{path:"",pathMatch:"full",redirectTo:"home"},{path:"home",component:ri,canActivate:[q.QM]},{path:"wallet",component:h1,canActivate:[q.a1]},{path:"onchain",component:Zd,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"receive/utxos"},{path:"receive/:selTab",component:Sd,canActivate:[q.QM]},{path:"send/:selTab",component:Ke,data:{sweepAll:!1},canActivate:[q.QM]},{path:"sweep/:selTab",component:Ke,data:{sweepAll:!0},canActivate:[q.QM]}]},{path:"connections",component:pi,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"channels"},{path:"channels",component:_o,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"open"},{path:"open",component:il,canActivate:[q.QM]},{path:"pending",component:Er,canActivate:[q.QM]},{path:"closed",component:mc,canActivate:[q.QM]},{path:"activehtlcs",component:Hc,canActivate:[q.QM]}]},{path:"peers",component:ro,data:{sweepAll:!1},canActivate:[q.QM]}]},{path:"transactions",component:C1,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"payments"},{path:"payments",component:Je,canActivate:[q.QM]},{path:"invoices",component:De,canActivate:[q.QM]},{path:"lookuptransactions",component:(()=>{class n{constructor(t,a,o,s){this.logger=t,this.commonService=a,this.store=o,this.actions=s,this.lookupKey="",this.lookupValue={},this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Payment",placeholder:"Payment Hash"},{id:1,name:"Invoice",placeholder:"Payment Hash"}],this.faSearch=v.wn1,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.actions.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t.type===l.uR.SET_LOOKUP_LND)).subscribe(t=>{this.flgSetLookupValue=!t.payload.error,this.lookupValue=JSON.parse(JSON.stringify(t.payload)),this.errorMessage=t.payload.error?this.commonService.extractErrorMessage(t.payload.error):"",this.logger.info(this.lookupValue)})}onLookup(){var t,a,o,s;if(!this.lookupKey)return!0;switch(this.errorMessage="",this.flgSetLookupValue=!1,this.lookupValue={},this.selectedFieldId){case 0:this.store.dispatch((0,w.yZ)({payload:null===(a=null===(t=Buffer.from(this.lookupKey.trim(),"hex").toString("base64"))||void 0===t?void 0:t.replace(/\+/g,"-"))||void 0===a?void 0:a.replace(/[/]/g,"_")}));break;case 1:this.store.dispatch((0,w.n7)({payload:{openSnackBar:!1,paymentHash:null===(s=null===(o=Buffer.from(this.lookupKey.trim(),"hex").toString("base64"))||void 0===o?void 0:o.replace(/\+/g,"-"))||void 0===s?void 0:s.replace(/[/]/g,"_")}}))}}onSelectChange(t){this.resetData(),this.selectedFieldId=t.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.lookupKey="",this.lookupValue={},this.errorMessage=""}clearLookupValue(){this.lookupValue={},this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lookup-transactions"]],decls:19,vars:10,consts:[["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["form","ngForm"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModel","ngModelChange","change"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"placeholder","ngModel","change","ngModelChange"],["key",""],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["mode","indeterminate"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"mb-2"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],["fxFlex","100",4,"ngSwitchDefault"],["fxFlex","100"],[3,"payment"],[3,"invoice"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-content",2)(3,"form",3,4)(5,"div",5)(6,"mat-radio-group",6),e.NdJ("ngModelChange",function(s){return a.selectedFieldId=s})("change",function(s){return a.onSelectChange(s)}),e.YNc(7,ug,2,3,"mat-radio-button",7),e.qZA()(),e.TgZ(8,"mat-form-field",8)(9,"input",9,10),e.NdJ("change",function(){return a.clearLookupValue()})("ngModelChange",function(s){return a.lookupKey=s}),e.qZA(),e.YNc(11,pg,2,1,"mat-error",11),e.qZA(),e.TgZ(12,"div",12)(13,"button",13),e.NdJ("click",function(){return a.resetData()}),e._uU(14,"Clear"),e.qZA(),e.TgZ(15,"button",14),e.NdJ("click",function(){return a.onLookup()}),e._uU(16,"Lookup"),e.qZA()()(),e.YNc(17,_g,3,5,"div",15),e.YNc(18,Cg,8,4,"div",16),e.qZA()()()),2&t&&(e.xp6(6),e.Q6J("ngModel",a.selectedFieldId),e.xp6(1),e.Q6J("ngForOf",a.lookupFields),e.xp6(1),e.Q6J("ngClass",e.VKq(8,xg,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.xp6(1),e.Q6J("placeholder",(null==a.lookupFields[a.selectedFieldId]?null:a.lookupFields[a.selectedFieldId].placeholder)||"Lookup Key")("ngModel",a.lookupKey),e.xp6(2),e.Q6J("ngIf",!a.lookupKey),e.xp6(6),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage&&a.lookupValue&&a.flgSetLookupValue))},directives:[d.xw,d.yH,d.Wh,Z.dn,u._Y,u.JL,u.F,se.VQ,u.JJ,u.On,p.sg,se.U0,x.KE,p.mk,k.oO,M.Nt,u.Fj,u.Q7,p.O5,x.TO,N.lW,J.pW,p.RF,p.n9,Wh,cg,p.ED],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}.pl-3[_ngcontent-%COMP%]{padding-left:3rem}"]}),n})(),canActivate:[q.QM]}]},{path:"messages",component:rh,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"sign"},{path:"sign",component:uh,canActivate:[q.QM]},{path:"verify",component:Ch,canActivate:[q.QM]}]},{path:"channelbackup",component:w_,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"bckup"},{path:"bckup",component:sh,canActivate:[q.QM]},{path:"restore",component:Y_,canActivate:[q.QM]}]},{path:"routing",component:yu,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"forwardinghistory"},{path:"forwardinghistory",component:Ge,canActivate:[q.QM]},{path:"peers",component:Ep,canActivate:[q.QM]},{path:"nonroutingprs",component:zh,canActivate:[q.QM]}]},{path:"reports",component:Yp,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"routingreport"},{path:"routingreport",component:jp,canActivate:[q.QM]},{path:"transactions",component:um,canActivate:[q.QM]}]},{path:"graph",component:y1,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"lookups"},{path:"lookups",component:Ve,canActivate:[q.QM]},{path:"queryroutes",component:Q1,canActivate:[q.QM]}]},{path:"lookups",component:Ve,canActivate:[q.QM]},{path:"network",component:b_,canActivate:[q.QM]},{path:"**",component:xh.w},{path:"rates",redirectTo:"network"}]}]);var bg=f(8750);let Zg=(()=>{class n{}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n,bootstrap:[Fe]}),n.\u0275inj=e.cJS({providers:[q.QM],imports:[[p.ez,bg.m,vg]]}),n})()}}]); \ No newline at end of file +"use strict";(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[636],{1636:(wg,ke,f)=>{f.r(ke),f.d(ke,{LNDModule:()=>Zg});var p=f(9808),b=f(1402),at=f(8878),e=f(5e3),d=f(7093),J=f(5899);function it(n,i){1&n&&e._UZ(0,"mat-progress-bar",3)}let Fe=(()=>{class n{constructor(t){this.router=t,this.loading=!1,this.router.events.subscribe(a=>{switch(!0){case a instanceof b.OD:this.loading=!0;break;case a instanceof b.m2:case a instanceof b.gk:case a instanceof b.Q3:this.loading=!1}})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lnd-root"]],decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["color","primary","mode","indeterminate",4,"ngIf"],["outlet","outlet"],["color","primary","mode","indeterminate"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,it,1,0,"mat-progress-bar",1),e._UZ(2,"router-outlet",null,2),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",a.loading))},directives:[d.xw,d.yH,d.Wh,p.O5,J.pW,b.lC],styles:[""],data:{animation:[at.g]}}),n})();var m=f(7579),h=f(2722),Y=f(9300),Ne=f(534),v=f(801),l=f(7731),y=f(6529),U=f(5043),L=f(5620),W=f(6642),O=f(62),D=f(9444),ue=f(3954),Z=f(9224),N=f(7423),ge=f(2181),te=f(5245),k=f(3322);const qe=function(n){return{backgroundColor:n}};function ot(n,i){if(1&n&&e._UZ(0,"span",6),2&n){const t=e.oxw();e.Q6J("ngStyle",e.VKq(1,qe,null==t.information?null:t.information.color))}}function st(n,i){if(1&n&&(e.TgZ(0,"div")(1,"h4",1),e._uU(2,"Color"),e.qZA(),e.TgZ(3,"div",2),e._UZ(4,"span",7),e._uU(5),e.ALo(6,"uppercase"),e.qZA()()),2&n){const t=e.oxw();e.xp6(4),e.Q6J("ngStyle",e.VKq(4,qe,null==t.information?null:t.information.color)),e.xp6(1),e.hij(" ",e.lcZ(6,2,null==t.information?null:t.information.color)," ")}}function lt(n,i){if(1&n&&(e.TgZ(0,"span",2),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}let Ue=(()=>{class n{constructor(t){this.commonService=t,this.chains=[""]}ngOnChanges(){this.information&&this.information.chains&&this.information.chains.length>0&&(this.chains=[""],this.information.chains.forEach(t=>{this.chains.push(this.commonService.titleCase(t.chain)+" "+this.commonService.titleCase(t.network))}))}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-node-info"]],inputs:{information:"information",showColorFieldSeparately:"showColorFieldSeparately"},features:[e.TTD],decls:17,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["class","dashboard-node-dot dot",3,"ngStyle",4,"ngIf"],[4,"ngIf"],["class","overflow-wrap dashboard-info-value",4,"ngFor","ngForOf"],[1,"dashboard-node-dot","dot",3,"ngStyle"],[1,"dashboard-node-square",3,"ngStyle"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div")(2,"h4",1),e._uU(3,"Alias"),e.qZA(),e.TgZ(4,"div",2),e._uU(5),e.YNc(6,ot,1,3,"span",3),e.qZA()(),e.YNc(7,st,7,6,"div",4),e.TgZ(8,"div")(9,"h4",1),e._uU(10,"Implementation"),e.qZA(),e.TgZ(11,"div",2),e._uU(12),e.qZA()(),e.TgZ(13,"div")(14,"h4",1),e._uU(15,"Chain"),e.qZA(),e.YNc(16,lt,2,1,"span",5),e.qZA()()),2&t&&(e.xp6(5),e.hij(" ",null==a.information?null:a.information.alias," "),e.xp6(1),e.Q6J("ngIf",!a.showColorFieldSeparately),e.xp6(1),e.Q6J("ngIf",a.showColorFieldSeparately),e.xp6(5),e.Oqu(null!=a.information&&a.information.lnImplementation||null!=a.information&&a.information.version?(null==a.information?null:a.information.lnImplementation)+" "+(null==a.information?null:a.information.version):""),e.xp6(4),e.Q6J("ngForOf",a.chains))},directives:[d.xw,d.yH,d.Wh,p.O5,p.PC,k.Zl,p.sg],pipes:[p.gd],styles:[""]}),n})();function rt(n,i){if(1&n&&(e.TgZ(0,"div",2)(1,"div")(2,"h4",3),e._uU(3,"Lightning"),e.qZA(),e.TgZ(4,"div",4),e._uU(5),e.ALo(6,"number"),e.qZA(),e._UZ(7,"mat-progress-bar",5),e.qZA(),e.TgZ(8,"div")(9,"h4",3),e._uU(10,"On-chain"),e.qZA(),e.TgZ(11,"div",4),e._uU(12),e.ALo(13,"number"),e.qZA(),e._UZ(14,"mat-progress-bar",5),e.qZA(),e.TgZ(15,"div")(16,"h4",3),e._uU(17,"Total"),e.qZA(),e.TgZ(18,"div",4),e._uU(19),e.ALo(20,"number"),e.qZA()()()),2&n){const t=e.oxw();e.xp6(5),e.hij("",e.lcZ(6,5,null==t.balances?null:t.balances.lightning)," Sats"),e.xp6(2),e.s9C("value",(null==t.balances?null:t.balances.lightning)/(null==t.balances?null:t.balances.total)*100),e.xp6(5),e.hij("",e.lcZ(13,7,null==t.balances?null:t.balances.onchain)," Sats"),e.xp6(2),e.s9C("value",(null==t.balances?null:t.balances.onchain)/(null==t.balances?null:t.balances.total)*100),e.xp6(5),e.hij("",e.lcZ(20,9,null==t.balances?null:t.balances.total)," Sats")}}function ct(n,i){if(1&n&&(e.TgZ(0,"div",6)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let ut=(()=>{class n{constructor(){this.balances={onchain:0,lightning:0,total:0}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-balances-info"]],inputs:{balances:"balances",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf","ngIfElse"],["errorBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,rt,21,11,"div",0),e.YNc(1,ct,3,1,"ng-template",null,1,e.W1O)),2&t){const o=e.MAs(2);e.Q6J("ngIf"," "===a.errorMessage)("ngIfElse",o)}},directives:[p.O5,d.xw,d.yH,d.Wh,J.pW],pipes:[p.JJ],styles:[""]}),n})();var x=f(7322),j=f(7238),X=f(4834),H=f(8129);const pt=function(){return["../connections/channels/open"]},mt=function(n){return{filter:n}};function dt(n,i){if(1&n&&(e.TgZ(0,"div",19)(1,"a",20),e._uU(2),e.ALo(3,"slice"),e.qZA(),e.TgZ(4,"div",6)(5,"mat-hint",21)(6,"strong",8),e._uU(7,"Local:"),e.qZA(),e._uU(8),e.ALo(9,"number"),e.qZA(),e.TgZ(10,"mat-hint",22),e._UZ(11,"fa-icon",23),e._uU(12),e.ALo(13,"number"),e.qZA(),e.TgZ(14,"mat-hint",24)(15,"strong",8),e._uU(16,"Remote:"),e.qZA(),e._uU(17),e.ALo(18,"number"),e.qZA()(),e._UZ(19,"mat-progress-bar",25),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(3);e.xp6(1),e.s9C("matTooltip",t.remote_alias||t.remote_pubkey),e.s9C("matTooltipDisabled",(t.remote_alias||t.remote_pubkey).length<26),e.Q6J("routerLink",e.DdM(21,pt))("state",e.VKq(22,mt,t.chan_id)),e.xp6(1),e.AsE(" ",e.Dn7(3,11,t.remote_alias||t.remote_pubkey,0,24),"",(t.remote_alias||t.remote_pubkey).length>25?"...":""," "),e.xp6(6),e.hij("",e.lcZ(9,15,t.local_balance||0)," Sats"),e.xp6(3),e.Q6J("icon",a.faBalanceScale),e.xp6(1),e.hij(" (",e.lcZ(13,17,t.balancedness||0),") "),e.xp6(5),e.hij("",e.lcZ(18,19,t.remote_balance||0)," Sats"),e.xp6(2),e.s9C("value",t.local_balance&&t.local_balance>0?+t.local_balance/(+t.local_balance+ +t.remote_balance)*100:0)}}function _t(n,i){if(1&n&&(e.TgZ(0,"div",17),e.YNc(1,dt,20,24,"div",18),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngForOf",t.allChannels)}}function ht(n,i){if(1&n&&(e.TgZ(0,"div",3)(1,"div",4)(2,"span",5),e._uU(3,"Total Capacity"),e.qZA(),e.TgZ(4,"div",6)(5,"mat-hint",7)(6,"strong",8),e._uU(7,"Local:"),e.qZA(),e._uU(8),e.ALo(9,"number"),e.qZA(),e.TgZ(10,"mat-hint",9),e._UZ(11,"fa-icon",10),e._uU(12),e.ALo(13,"number"),e.qZA(),e.TgZ(14,"mat-hint",11)(15,"strong",8),e._uU(16,"Remote:"),e.qZA(),e._uU(17),e.ALo(18,"number"),e.qZA()(),e._UZ(19,"mat-progress-bar",12),e.qZA(),e.TgZ(20,"div",13),e._UZ(21,"mat-divider",14),e.qZA(),e.TgZ(22,"div",15),e.YNc(23,_t,2,1,"div",16),e.qZA()()),2&n){const t=e.oxw(),a=e.MAs(2);e.xp6(8),e.hij("",e.lcZ(9,7,(null==t.channelBalances?null:t.channelBalances.localBalance)||0)," Sats"),e.xp6(3),e.Q6J("icon",t.faBalanceScale),e.xp6(1),e.hij(" (",e.lcZ(13,9,(null==t.channelBalances?null:t.channelBalances.balancedness)||0),") "),e.xp6(5),e.hij("",e.lcZ(18,11,(null==t.channelBalances?null:t.channelBalances.remoteBalance)||0)," Sats"),e.xp6(2),e.s9C("value",null!=t.channelBalances&&t.channelBalances.localBalance&&(null==t.channelBalances?null:t.channelBalances.localBalance)>0?+(null==t.channelBalances?null:t.channelBalances.localBalance)/(+(null==t.channelBalances?null:t.channelBalances.localBalance)+ +(null==t.channelBalances?null:t.channelBalances.remoteBalance))*100:0),e.xp6(4),e.Q6J("ngIf",t.allChannels&&t.allChannels.length>0)("ngIfElse",a)}}function gt(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",26),e._uU(1," No channels available. "),e.TgZ(2,"button",27),e.NdJ("click",function(){return e.CHM(t),e.oxw().goToChannels()}),e._uU(3,"Open Channel"),e.qZA()()}}function ft(n,i){if(1&n&&(e.TgZ(0,"div",28)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let Ct=(()=>{class n{constructor(t){this.router=t,this.faBalanceScale=v.DL8,this.faDumbbell=v.FlN,this.sortBy="Balance Score"}goToChannels(){this.router.navigateByUrl("/lnd/connections")}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-capacity-info"]],inputs:{channelBalances:"channelBalances",allChannels:"allChannels",sortBy:"sortBy",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100",4,"ngIf","ngIfElse"],["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","space-between stretch","fxFlex","100"],["fxLayout","column","fxFlex","9","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],["fxLayout","row","fxLayoutAlign","space-between start",1,"w-100"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90"],[1,"font-weight-900","mr-5px"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90"],["matTooltip","Balance Score",1,"mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90"],["mode","determinate","color","accent",1,"dashboard-progress-bar","this-channel-bar",3,"value"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[1,"channels-capacity-scroll",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",4,"ngIf","ngIfElse"],["fxLayout","column","fxFlex","100"],["class","mt-2",4,"ngFor","ngForOf"],[1,"mt-2"],[1,"dashboard-capacity-header",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxFlex","40","fxLayoutAlign","start center",1,"font-size-90","color-primary"],["fxFlex","20","fxLayoutAlign","center center",1,"font-size-90","color-primary"],["matTooltip","Balance Score",1,"color-primary","mr-3px",3,"icon"],["fxFlex","40","fxLayoutAlign","end center",1,"font-size-90","color-primary"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1","w-100"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,ht,24,13,"div",0),e.YNc(1,gt,4,0,"ng-template",null,1,e.W1O),e.YNc(3,ft,3,1,"ng-template",null,2,e.W1O)),2&t){const o=e.MAs(4);e.Q6J("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",o)}},directives:[p.O5,d.xw,d.Wh,d.yH,x.bx,D.BN,j.gM,J.pW,X.d,H.$V,p.sg,b.yS,N.lW],pipes:[p.JJ,p.OU],styles:[".channels-capacity-scroll[_ngcontent-%COMP%]{width:100%;height:100%;overflow-y:hidden}"]}),n})();function xt(n,i){if(1&n&&(e.TgZ(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),e._uU(4,"Daily"),e.qZA(),e.TgZ(5,"div",5),e._uU(6),e.ALo(7,"number"),e.qZA()(),e.TgZ(8,"div")(9,"h4",4),e._uU(10,"Weekly"),e.qZA(),e.TgZ(11,"div",5),e._uU(12),e.ALo(13,"number"),e.qZA()(),e.TgZ(14,"div")(15,"h4",4),e._uU(16,"Monthly"),e.qZA(),e.TgZ(17,"div",5),e._uU(18),e.ALo(19,"number"),e.qZA()(),e.TgZ(20,"div",6),e._UZ(21,"h4",7)(22,"span",5),e.qZA()(),e.TgZ(23,"div",3)(24,"div")(25,"h4",4),e._uU(26,"Transactions"),e.qZA(),e.TgZ(27,"div",5),e._uU(28),e.ALo(29,"number"),e.qZA()(),e.TgZ(30,"div")(31,"h4",4),e._uU(32,"Transactions"),e.qZA(),e.TgZ(33,"div",5),e._uU(34),e.ALo(35,"number"),e.qZA()(),e.TgZ(36,"div")(37,"h4",4),e._uU(38,"Transactions"),e.qZA(),e.TgZ(39,"div",5),e._uU(40),e.ALo(41,"number"),e.qZA()(),e.TgZ(42,"div",6),e._UZ(43,"h4",7)(44,"span",5),e.qZA()()()),2&n){const t=e.oxw();e.xp6(6),e.hij("",e.lcZ(7,6,null==t.fees?null:t.fees.day_fee_sum)," Sats"),e.xp6(6),e.hij("",e.lcZ(13,8,null==t.fees?null:t.fees.week_fee_sum)," Sats"),e.xp6(6),e.hij("",e.lcZ(19,10,null==t.fees?null:t.fees.month_fee_sum)," Sats"),e.xp6(10),e.Oqu(e.lcZ(29,12,null==t.fees?null:t.fees.daily_tx_count)),e.xp6(6),e.Oqu(e.lcZ(35,14,null==t.fees?null:t.fees.weekly_tx_count)),e.xp6(6),e.Oqu(e.lcZ(41,16,null==t.fees?null:t.fees.monthly_tx_count))}}function yt(n,i){if(1&n&&(e.TgZ(0,"div",8)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let Oe=(()=>{class n{constructor(){this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100}ngOnChanges(){if(this.fees.month_fee_sum){this.totalFees=[{name:"Monthly",value:this.fees.month_fee_sum},{name:"Weekly",value:this.fees.week_fee_sum||0},{name:"Daily ",value:this.fees.day_fee_sum||0}];const t=Math.ceil(Math.log(this.fees.month_fee_sum+1)/Math.LN10),a=Math.pow(10,t-1);this.maxFeeValue=Math.ceil(this.fees.month_fee_sum/a)*a/5||100,Object.assign(this,this.totalFees)}else this.totalFees=[{name:"Monthly",value:0},{name:"Weekly",value:0},{name:"Daily",value:0}],this.maxFeeValue=100,Object.assign(this,this.totalFees)}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-fee-info"]],inputs:{fees:"fees",errorMessage:"errorMessage"},features:[e.TTD],decls:3,vars:2,consts:[["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxFlex","20"],[1,"dashboard-info-title"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,xt,45,18,"div",0),e.YNc(1,yt,3,1,"ng-template",null,1,e.W1O)),2&t){const o=e.MAs(2);e.Q6J("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",o)}},directives:[p.O5,d.xw,d.yH,d.Wh],pipes:[p.JJ],styles:[""]}),n})();function Tt(n,i){if(1&n&&(e.TgZ(0,"div",2)(1,"div",3)(2,"div")(3,"h4",4),e._uU(4,"Active"),e.qZA(),e.TgZ(5,"div",5),e._UZ(6,"span",6),e._uU(7),e.ALo(8,"number"),e.qZA()(),e.TgZ(9,"div")(10,"h4",4),e._uU(11,"Pending"),e.qZA(),e.TgZ(12,"div",5),e._UZ(13,"span",7),e._uU(14),e.ALo(15,"number"),e.qZA()(),e.TgZ(16,"div")(17,"h4",4),e._uU(18,"Inactive"),e.qZA(),e.TgZ(19,"div",5),e._UZ(20,"span",8),e._uU(21),e.ALo(22,"number"),e.qZA()(),e.TgZ(23,"div")(24,"h4",4),e._uU(25,"Closing"),e.qZA(),e.TgZ(26,"div",5),e._UZ(27,"span",9),e._uU(28),e.ALo(29,"number"),e.qZA()()(),e.TgZ(30,"div",3)(31,"div")(32,"h4",4),e._uU(33,"Capacity"),e.qZA(),e.TgZ(34,"div",5),e._uU(35),e.ALo(36,"number"),e.qZA()(),e.TgZ(37,"div")(38,"h4",4),e._uU(39,"Capacity"),e.qZA(),e.TgZ(40,"div",5),e._uU(41),e.ALo(42,"number"),e.qZA()(),e.TgZ(43,"div")(44,"h4",4),e._uU(45,"Capacity"),e.qZA(),e.TgZ(46,"div",5),e._uU(47),e.ALo(48,"number"),e.qZA()(),e.TgZ(49,"div")(50,"h4",4),e._uU(51,"Capacity"),e.qZA(),e.TgZ(52,"div",5),e._uU(53),e.ALo(54,"number"),e.qZA()()()()),2&n){const t=e.oxw();e.xp6(7),e.Oqu(e.lcZ(8,8,(null==t.channelsStatus||null==t.channelsStatus.active?null:t.channelsStatus.active.num_channels)||0)),e.xp6(7),e.Oqu(e.lcZ(15,10,(null==t.channelsStatus||null==t.channelsStatus.pending?null:t.channelsStatus.pending.num_channels)||0)),e.xp6(7),e.Oqu(e.lcZ(22,12,(null==t.channelsStatus||null==t.channelsStatus.inactive?null:t.channelsStatus.inactive.num_channels)||0)),e.xp6(7),e.Oqu(e.lcZ(29,14,(null==t.channelsStatus||null==t.channelsStatus.closing?null:t.channelsStatus.closing.num_channels)||0)),e.xp6(7),e.hij("",e.lcZ(36,16,(null==t.channelsStatus||null==t.channelsStatus.active?null:t.channelsStatus.active.capacity)||0)," Sats"),e.xp6(6),e.hij("",e.lcZ(42,18,(null==t.channelsStatus||null==t.channelsStatus.pending?null:t.channelsStatus.pending.capacity)||0)," Sats"),e.xp6(6),e.hij("",e.lcZ(48,20,(null==t.channelsStatus||null==t.channelsStatus.inactive?null:t.channelsStatus.inactive.capacity)||0)," Sats"),e.xp6(6),e.hij("",e.lcZ(54,22,(null==t.channelsStatus||null==t.channelsStatus.closing?null:t.channelsStatus.closing.capacity)||0)," Sats")}}function vt(n,i){if(1&n&&(e.TgZ(0,"div",10)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let Re=(()=>{class n{constructor(){this.channelsStatus={}}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-status-info"]],inputs:{channelsStatus:"channelsStatus",errorMessage:"errorMessage"},decls:3,vars:2,consts:[["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf","ngIfElse"],["errorBlock",""],["fxLayout","row","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","50","fxLayoutAlign","space-between stretch"],["fxLayoutAlign","start",1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],[1,"dot","tiny-dot","green"],[1,"dot","tiny-dot","yellow"],[1,"dot","tiny-dot","grey"],[1,"dot","tiny-dot","red"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,Tt,55,24,"div",0),e.YNc(1,vt,3,1,"ng-template",null,1,e.W1O)),2&t){const o=e.MAs(2);e.Q6J("ngIf"," "===a.errorMessage)("ngIfElse",o)}},directives:[p.O5,d.xw,d.yH,d.Wh],pipes:[p.JJ],styles:[""]}),n})();var Me=f(2615),S=f(7861),Ie=f(9107);function bt(n,i){if(1&n&&(e.TgZ(0,"mat-hint",19)(1,"strong",20),e._uU(2,"Capacity: "),e.qZA(),e._uU(3),e.ALo(4,"number"),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(3),e.hij("",e.lcZ(4,1,t.remote_balance||0)," Sats")}}function Zt(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",24),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2).$implicit;return e.oxw(3).onLoopOut(o)}),e._uU(1,"Loop Out"),e.qZA()}}function wt(n,i){if(1&n&&(e.TgZ(0,"div",21)(1,"mat-hint",22)(2,"strong",20),e._uU(3,"Capacity: "),e.qZA(),e._uU(4),e.ALo(5,"number"),e.qZA(),e.YNc(6,Zt,2,0,"button",23),e.qZA()),2&n){const t=e.oxw().$implicit,a=e.oxw(3);e.xp6(4),e.hij("",e.lcZ(5,2,t.local_balance||0)," Sats"),e.xp6(2),e.Q6J("ngIf",a.showLoop)}}function At(n,i){if(1&n&&e._UZ(0,"mat-progress-bar",25),2&n){const t=e.oxw().$implicit,a=e.oxw(3);e.s9C("value",a.totalLiquidity>0?(+t.remote_balance||0)/a.totalLiquidity*100:0)}}function St(n,i){if(1&n&&e._UZ(0,"mat-progress-bar",25),2&n){const t=e.oxw().$implicit,a=e.oxw(3);e.s9C("value",a.totalLiquidity>0?(+t.local_balance||0)/a.totalLiquidity*100:0)}}const Lt=function(){return["../connections/channels/open"]},kt=function(n){return{filter:n}};function Ft(n,i){if(1&n&&(e.TgZ(0,"div",13)(1,"a",14),e._uU(2),e.ALo(3,"slice"),e.qZA(),e.TgZ(4,"div",15),e.YNc(5,bt,5,3,"mat-hint",16),e.YNc(6,wt,7,4,"div",17),e.qZA(),e.YNc(7,At,1,1,"mat-progress-bar",18),e.YNc(8,St,1,1,"mat-progress-bar",18),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(3);e.xp6(1),e.s9C("matTooltip",t.remote_alias||t.remote_pubkey),e.s9C("matTooltipDisabled",(t.remote_alias||t.remote_pubkey).length<26),e.Q6J("routerLink",e.DdM(14,Lt))("state",e.VKq(15,kt,t.chan_id)),e.xp6(1),e.AsE(" ",e.Dn7(3,10,t.remote_alias||t.remote_pubkey,0,24),"",(t.remote_alias||t.remote_pubkey).length>25?"...":""," "),e.xp6(3),e.Q6J("ngIf","In"===a.direction),e.xp6(1),e.Q6J("ngIf","Out"===a.direction),e.xp6(1),e.Q6J("ngIf","In"===a.direction),e.xp6(1),e.Q6J("ngIf","Out"===a.direction)}}function Nt(n,i){if(1&n&&(e.TgZ(0,"div",11),e.YNc(1,Ft,9,17,"div",12),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngForOf",t.allChannels)}}const qt=function(n,i,t){return{"mb-4":n,"mb-2":i,"mb-1":t}};function Ut(n,i){if(1&n&&(e.TgZ(0,"div",3)(1,"div",4)(2,"span",5),e._uU(3,"Total Capacity"),e.qZA(),e.TgZ(4,"mat-hint",6),e._uU(5),e.ALo(6,"number"),e.qZA(),e._UZ(7,"mat-progress-bar",7),e.qZA(),e.TgZ(8,"div",8),e._UZ(9,"mat-divider",9),e.qZA(),e.YNc(10,Nt,2,1,"div",10),e.qZA()),2&n){const t=e.oxw(),a=e.MAs(2);e.Q6J("ngClass",e.kEZ(6,qt,t.screenSize===t.screenSizeEnum.XS||t.screenSize===t.screenSizeEnum.SM,t.screenSize===t.screenSizeEnum.MD,t.screenSize===t.screenSizeEnum.LG||t.screenSize===t.screenSizeEnum.XL)),e.xp6(5),e.hij("",e.lcZ(6,4,t.totalLiquidity)," Sats"),e.xp6(5),e.Q6J("ngIf",t.allChannels&&t.allChannels.length>0)("ngIfElse",a)}}function Ot(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",28),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).goToChannels()}),e._uU(1,"Open Channel"),e.qZA()}}function Rt(n,i){if(1&n&&(e.TgZ(0,"div",26),e._uU(1," No channels available. "),e.YNc(2,Ot,2,0,"button",27),e.qZA()),2&n){const t=e.oxw();e.xp6(2),e.Q6J("ngIf","Out"===t.direction)}}function Mt(n,i){if(1&n&&(e.TgZ(0,"div",29)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessage)}}let It=(()=>{class n{constructor(t,a,o,s){this.router=t,this.loopService=a,this.commonService=o,this.store=s,this.targetConf=6,this.screenSize="",this.screenSizeEnum=l.cu,this.unSubs=[new m.x,new m.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.showLoop=!(!(null==t?void 0:t.swapServerUrl)||""===t.swapServerUrl.trim())})}goToChannels(){this.router.navigateByUrl("/lnd/connections")}onLoopOut(t){this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,h.R)(this.unSubs[1])).subscribe(a=>{this.store.dispatch((0,S.qR)({payload:{minHeight:"56rem",data:{channel:t,minQuote:a[0],maxQuote:a[1],direction:l.$I.LOOP_OUT,component:Me.a}}}))})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0),e.Y36(Ie.W),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-liquidity-info"]],inputs:{direction:"direction",totalLiquidity:"totalLiquidity",allChannels:"allChannels",errorMessage:"errorMessage"},decls:5,vars:2,consts:[["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",3,"ngClass",4,"ngIf","ngIfElse"],["noChannelBlock",""],["errorBlock",""],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",3,"ngClass"],["fxLayout","column","fxFlex","9","fxLayoutAlign","end start"],[1,"dashboard-capacity-header","this-channel-capacity"],[1,"font-size-90"],["mode","determinate","color","accent","value","100",1,"dashboard-progress-bar","this-channel-bar"],["fxLayout","column","fxFlex","3","fxLayoutAlign","end stretch"],[1,"dashboard-divider"],[3,"perfectScrollbar",4,"ngIf","ngIfElse"],[3,"perfectScrollbar"],["fxLayout","column",4,"ngFor","ngForOf"],["fxLayout","column"],[1,"dashboard-capacity-header","mt-2",3,"routerLink","state","matTooltip","matTooltipDisabled"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["class","font-size-90 color-primary",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",4,"ngIf"],["class","dashboard-progress-bar","mode","determinate",3,"value",4,"ngIf"],[1,"font-size-90","color-primary"],[1,"font-weight-900","mr-5px"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxFlex","85","fxLayoutAlign","start start",1,"font-size-90","color-primary"],["fxFlex","15","fxLayoutAlign","end start","class","button-link-dashboard","color","primary","mat-button","","aria-label","Loop Out",3,"click",4,"ngIf"],["fxFlex","15","fxLayoutAlign","end start","color","primary","mat-button","","aria-label","Loop Out",1,"button-link-dashboard",3,"click"],["mode","determinate",1,"dashboard-progress-bar",3,"value"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","1",3,"click",4,"ngIf"],["mat-stroked-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"]],template:function(t,a){if(1&t&&(e.YNc(0,Ut,11,10,"div",0),e.YNc(1,Rt,3,1,"ng-template",null,1,e.W1O),e.YNc(3,Mt,3,1,"ng-template",null,2,e.W1O)),2&t){const o=e.MAs(4);e.Q6J("ngIf",""===(null==a.errorMessage?null:a.errorMessage.trim()))("ngIfElse",o)}},directives:[p.O5,d.xw,d.Wh,d.yH,p.mk,k.oO,x.bx,J.pW,X.d,H.$V,p.sg,b.yS,j.gM,N.lW],pipes:[p.JJ,p.OU],styles:[""]}),n})();var P=f(3251),F=f(6087),A=f(4847),c=f(2075),E=f(8966),w=f(6523),u=f(3075),M=f(7531),$=f(3390),K=f(6534),R=f(4107),B=f(508),pe=f(2368);function Dt(n,i){if(1&n&&(e.TgZ(0,"mat-option",25),e._uU(1),e.ALo(2,"titlecase"),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.Oqu(e.lcZ(2,2,t))}}function Pt(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.invoiceError)}}function Jt(n,i){if(1&n&&(e.TgZ(0,"div",26),e._UZ(1,"fa-icon",27),e.YNc(2,Pt,2,1,"span",28),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.invoiceError)}}let Et=(()=>{class n{constructor(t,a,o,s,r,_){this.dialogRef=t,this.data=a,this.store=o,this.decimalPipe=s,this.commonService=r,this.actions=_,this.faExclamationTriangle=v.eHv,this.selNode={},this.memo="",this.invoiceValueHint="",this.invoicePaymentReq="",this.information={},this.private=!1,this.expiryStep=100,this.pageSize=l.IV,this.timeUnitEnum=l.Qk,this.timeUnits=l.LO,this.selTimeUnit=l.Qk.SECS,this.invoiceError="",this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.pageSize=this.data.pageSize,this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.actions.pipe((0,h.R)(this.unSubs[2]),(0,Y.h)(t=>t.type===l.uR.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.uR.UPDATE_API_CALL_STATUS_LND&&"SaveNewInvoice"===t.payload.action&&(this.invoiceError=t.payload.message,t.payload.status===l.Bn.ERROR&&(this.invoiceError=t.payload.message),t.payload.status===l.Bn.COMPLETED&&this.dialogRef.close())})}onAddInvoice(t){this.invoiceError="";let a=0;a=this.expiry?this.selTimeUnit!==l.Qk.SECS?this.commonService.convertTime(this.expiry,this.selTimeUnit,l.Qk.SECS):this.expiry:3600,this.store.dispatch((0,w.Rd)({payload:{uiMessage:l.m6.ADD_INVOICE,memo:this.memo,invoiceValue:this.invoiceValue,private:this.private,expiry:a,pageSize:this.pageSize,openModal:!0}}))}resetData(){this.memo="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint="",this.selTimeUnit=l.Qk.SECS,this.invoiceError=""}onInvoiceValueChange(){this.selNode&&this.selNode.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,l.NT.SATS,l.NT.OTHER,this.selNode.currencyUnits&&this.selNode.currencyUnits.length>2?this.selNode.currencyUnits[2]:"",this.selNode.fiatConversion).pipe((0,h.R)(this.unSubs[3])).subscribe({next:t=>{this.invoiceValueHint="= "+t.symbol+this.decimalPipe.transform(t.OTHER,l.Xz.OTHER)+" "+t.unit},error:t=>{this.invoiceValueHint="Conversion Error: "+t}}))}onTimeUnitChange(t){this.expiry&&this.selTimeUnit!==t.value&&(this.expiry=this.commonService.convertTime(this.expiry,this.selTimeUnit,t.value)),this.selTimeUnit=t.value}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(L.yh),e.Y36(p.JJ),e.Y36(O.v),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-create-invoices"]],decls:38,vars:16,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100"],["addInvoiceForm","ngForm"],["fxFlex","100","fxLayoutAlign","end start"],["matInput","","autoFocus","","placeholder","Memo","tabindex","1","name","memo",3,"ngModel","ngModelChange"],["fxFlex","50","fxLayoutAlign","start end"],["matInput","","placeholder","Amount","type","number","tabindex","2","name","invoiceValue",3,"ngModel","step","min","ngModelChange","keyup"],["matSuffix",""],["fxFlex","24","fxLayoutAlign","start end"],["matInput","","placeholder","Expiry","type","number","tabindex","3","name","expiry",3,"ngModel","step","min","ngModelChange"],["tabindex","4","name","timeUnit",3,"value","selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"mt-1"],["tabindex","4","color","primary","name","private",3,"ngModel","ngModelChange"],["matTooltip","Include routing hints for private channels","matTooltipPosition","above",1,"info-icon"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","5","type","reset",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","6",3,"click"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[4,"ngIf"]],template:function(t,a){if(1&t){const o=e.EpF();e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Create Invoice"),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8)(11,"mat-form-field",9)(12,"input",10),e.NdJ("ngModelChange",function(r){return a.memo=r}),e.qZA()(),e.TgZ(13,"mat-form-field",11)(14,"input",12),e.NdJ("ngModelChange",function(r){return a.invoiceValue=r})("keyup",function(){return a.onInvoiceValueChange()}),e.qZA(),e.TgZ(15,"span",13),e._uU(16," Sats "),e.qZA(),e.TgZ(17,"mat-hint"),e._uU(18),e.qZA()(),e.TgZ(19,"mat-form-field",14)(20,"input",15),e.NdJ("ngModelChange",function(r){return a.expiry=r}),e.qZA(),e.TgZ(21,"span",13),e._uU(22),e.ALo(23,"titlecase"),e.qZA()(),e.TgZ(24,"mat-form-field",14)(25,"mat-select",16),e.NdJ("selectionChange",function(r){return a.onTimeUnitChange(r)}),e.YNc(26,Dt,3,4,"mat-option",17),e.qZA()(),e.TgZ(27,"div",18)(28,"mat-slide-toggle",19),e.NdJ("ngModelChange",function(r){return a.private=r}),e._uU(29,"Private Routing Hints"),e.qZA(),e.TgZ(30,"mat-icon",20),e._uU(31,"info_outline"),e.qZA()(),e.YNc(32,Jt,3,2,"div",21),e.TgZ(33,"div",22)(34,"button",23),e.NdJ("click",function(){return a.resetData()}),e._uU(35,"Clear Field"),e.qZA(),e.TgZ(36,"button",24),e.NdJ("click",function(){e.CHM(o);const r=e.MAs(10);return a.onAddInvoice(r)}),e._uU(37,"Create Invoice"),e.qZA()()()()()()}2&t&&(e.xp6(6),e.Q6J("mat-dialog-close",!1),e.xp6(6),e.Q6J("ngModel",a.memo),e.xp6(2),e.Q6J("ngModel",a.invoiceValue)("step",100)("min",1),e.xp6(4),e.Oqu(a.invoiceValueHint),e.xp6(2),e.Q6J("ngModel",a.expiry)("step",a.selTimeUnit===a.timeUnitEnum.SECS?300:a.selTimeUnit===a.timeUnitEnum.MINS?10:a.selTimeUnit===a.timeUnitEnum.HOURS?2:1)("min",1),e.xp6(2),e.hij(" ",e.lcZ(23,14,a.selTimeUnit)," "),e.xp6(3),e.Q6J("value",a.selTimeUnit),e.xp6(1),e.Q6J("ngForOf",a.timeUnits),e.xp6(2),e.Q6J("ngModel",a.private),e.xp6(4),e.Q6J("ngIf",""!==a.invoiceError))},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,E.ZT,Z.dn,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.JJ,u.On,u.wV,u.qQ,K.q,x.R9,x.bx,R.gD,p.sg,B.ey,pe.Rr,te.Hw,j.gM,p.O5,D.BN],pipes:[p.rS],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();var Qt=f(8627);function Yt(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"form",4,5)(2,"mat-form-field",6)(3,"input",7),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().memo=o}),e.qZA()(),e.TgZ(4,"mat-form-field",8)(5,"input",9),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().invoiceValue=o})("keyup",function(){return e.CHM(t),e.oxw().onInvoiceValueChange()}),e.qZA(),e.TgZ(6,"span",10),e._uU(7," Sats "),e.qZA(),e.TgZ(8,"mat-hint"),e._uU(9),e.qZA()(),e.TgZ(10,"div",11)(11,"button",12),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(12,"Clear Field"),e.qZA(),e.TgZ(13,"button",13),e.NdJ("click",function(){e.CHM(t);const o=e.MAs(1);return e.oxw().onAddInvoice(o)}),e._uU(14,"Create Invoice"),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("ngModel",t.memo),e.xp6(2),e.Q6J("ngModel",t.invoiceValue)("step",100)("min",1),e.xp6(4),e.Oqu(t.invoiceValueHint)}}function Ht(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",14)(1,"button",15),e.NdJ("click",function(){return e.CHM(t),e.oxw().openCreateInvoiceModal()}),e._uU(2,"Create Invoice"),e.qZA()()}}function Bt(n,i){1&n&&e._UZ(0,"mat-progress-bar",46)}function Vt(n,i){1&n&&(e.TgZ(0,"th",47),e._uU(1," Date Created "),e.qZA())}const me=function(n){return{"mr-0":n}};function Gt(n,i){if(1&n&&e._UZ(0,"span",53),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,me,t.screenSize===t.screenSizeEnum.XS))}}function zt(n,i){if(1&n&&e._UZ(0,"span",54),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,me,t.screenSize===t.screenSizeEnum.XS))}}function Wt(n,i){if(1&n&&e._UZ(0,"span",55),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,me,t.screenSize===t.screenSizeEnum.XS))}}function Xt(n,i){if(1&n&&e._UZ(0,"span",56),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,me,t.screenSize===t.screenSizeEnum.XS))}}function $t(n,i){if(1&n&&(e.TgZ(0,"td",48),e.YNc(1,Gt,1,3,"span",49),e.YNc(2,zt,1,3,"span",50),e.YNc(3,Wt,1,3,"span",51),e.YNc(4,Xt,1,3,"span",52),e._uU(5),e.ALo(6,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Q6J("ngIf","OPEN"===(null==t?null:t.state)),e.xp6(1),e.Q6J("ngIf","SETTLED"===(null==t?null:t.state)),e.xp6(1),e.Q6J("ngIf","ACCEPTED"===(null==t?null:t.state)),e.xp6(1),e.Q6J("ngIf","CANCELED"===(null==t?null:t.state)),e.xp6(1),e.hij(" ",e.xi3(6,5,1e3*(null==t?null:t.creation_date),"dd/MMM/y HH:mm"),"")}}function jt(n,i){1&n&&(e.TgZ(0,"th",57),e._uU(1," Date Settled "),e.qZA())}function Kt(n,i){if(1&n&&(e.TgZ(0,"td",58),e._uU(1),e.ALo(2,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(0!=+(null==t?null:t.settle_date)?e.xi3(2,1,1e3*+(null==t?null:t.settle_date),"dd/MMM/y HH:mm"):"-")}}function en(n,i){1&n&&(e.TgZ(0,"th",47),e._uU(1," Memo "),e.qZA())}const tn=function(n){return{"max-width":n}};function nn(n,i){if(1&n&&(e.TgZ(0,"td",48)(1,"div",59)(2,"span",60),e._uU(3),e.qZA()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.Q6J("ngStyle",e.VKq(2,tn,a.screenSize===a.screenSizeEnum.XS?"10rem":"22rem")),e.xp6(2),e.Oqu(null==t?null:t.memo)}}function an(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1," Amount (Sats) "),e.qZA())}function on(n,i){if(1&n&&(e.TgZ(0,"td",48)(1,"span",62),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.value)," ")}}function sn(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1," Amount Settled (Sats) "),e.qZA())}function ln(n,i){if(1&n&&(e.TgZ(0,"td",48)(1,"span",62),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.amt_paid_sat)," ")}}function rn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",63)(1,"div",64)(2,"mat-select",65),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",66),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}const cn=function(n){return{"pl-3":n}};function un(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",67)(1,"div",68)(2,"mat-select",69),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",66),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(2).onInvoiceClick(s)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",66),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(2).onRefreshInvoice(s)}),e._uU(7,"Refresh"),e.qZA()()()()}if(2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,cn,t.screenSize!==t.screenSizeEnum.XS))}}function pn(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No invoice available."),e.qZA())}function mn(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting invoices..."),e.qZA())}function dn(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function _n(n,i){if(1&n&&(e.TgZ(0,"td",70),e.YNc(1,pn,2,0,"p",71),e.YNc(2,mn,2,0,"p",71),e.YNc(3,dn,2,1,"p",71),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.invoices&&t.invoices.data)||(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const hn=function(n){return{"display-none":n}};function gn(n,i){if(1&n&&e._UZ(0,"tr",72),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,hn,(null==t.invoices?null:t.invoices.data)&&(null==t.invoices||null==t.invoices.data?null:t.invoices.data.length)>0))}}function fn(n,i){1&n&&e._UZ(0,"tr",73)}function Cn(n,i){1&n&&e._UZ(0,"tr",74)}const xn=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},yn=function(){return["no_invoice"]};function Tn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",16)(1,"div",17)(2,"div",18),e._UZ(3,"fa-icon",19),e.TgZ(4,"span",20),e._uU(5,"Invoices History"),e.qZA()(),e.TgZ(6,"mat-form-field",21)(7,"input",22),e.NdJ("keyup",function(){return e.CHM(t),e.oxw().applyFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw().selFilter=o}),e.qZA()()(),e.TgZ(8,"div",23),e.YNc(9,Bt,1,0,"mat-progress-bar",24),e.TgZ(10,"table",25,26),e.ynx(12,27),e.YNc(13,Vt,2,0,"th",28),e.YNc(14,$t,7,8,"td",29),e.BQk(),e.ynx(15,30),e.YNc(16,jt,2,0,"th",31),e.YNc(17,Kt,3,4,"td",32),e.BQk(),e.ynx(18,33),e.YNc(19,en,2,0,"th",28),e.YNc(20,nn,4,4,"td",29),e.BQk(),e.ynx(21,34),e.YNc(22,an,2,0,"th",35),e.YNc(23,on,4,3,"td",29),e.BQk(),e.ynx(24,36),e.YNc(25,sn,2,0,"th",35),e.YNc(26,ln,4,3,"td",29),e.BQk(),e.ynx(27,37),e.YNc(28,rn,6,0,"th",38),e.YNc(29,un,8,3,"td",39),e.BQk(),e.ynx(30,40),e.YNc(31,_n,4,3,"td",41),e.BQk(),e.YNc(32,gn,1,3,"tr",42),e.YNc(33,fn,1,0,"tr",43),e.YNc(34,Cn,1,0,"tr",44),e.qZA(),e.TgZ(35,"mat-paginator",45),e.NdJ("page",function(o){return e.CHM(t),e.oxw().onPageChange(o)}),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("icon",t.faHistory),e.xp6(4),e.Q6J("ngModel",t.selFilter),e.xp6(2),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.invoices)("ngClass",e.VKq(13,xn,""!==t.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(15,yn)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns),e.xp6(1),e.Q6J("length",t.totalInvoices)("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let De=(()=>{class n{constructor(t,a,o,s,r,_){this.logger=t,this.store=a,this.decimalPipe=o,this.commonService=s,this.datePipe=r,this.actions=_,this.calledFrom="transactions",this.faHistory=v.qO$,this.selNode={},this.newlyAddedInvoiceMemo=null,this.newlyAddedInvoiceValue=null,this.memo="",this.invoiceValueHint="",this.displayedColumns=[],this.invoicePaymentReq="",this.invoicesData=[],this.information={},this.flgSticky=!1,this.selFilter="",this.private=!1,this.expiryStep=100,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.firstOffset=-1,this.lastOffset=-1,this.totalInvoices=0,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["creation_date","value","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["creation_date","settle_date","value","amt_paid_sat","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["creation_date","settle_date","memo","value","actions"]):(this.flgSticky=!0,this.displayedColumns=["creation_date","settle_date","memo","value","amt_paid_sat","actions"])}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.Ef).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.totalInvoices=t.listInvoices.total_invoices||0,this.firstOffset=+(t.listInvoices.first_index_offset||-1),this.lastOffset=+(t.listInvoices.last_index_offset||-1),this.invoicesData=t.listInvoices.invoices||[],this.invoicesData.length>0&&this.sort&&this.paginator&&this.loadInvoicesTable(this.invoicesData),this.logger.info(t)}),this.actions.pipe((0,h.R)(this.unSubs[3]),(0,Y.h)(t=>t.type===l.uR.SET_LOOKUP_LND||t.type===l.uR.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.uR.SET_LOOKUP_LND&&this.invoicesData.length>0&&this.sort&&this.paginator&&t.payload&&(this.updateInvoicesData(JSON.parse(JSON.stringify(t.payload))),this.loadInvoicesTable(this.invoicesData))})}ngAfterViewInit(){this.invoicesData.length>0&&this.loadInvoicesTable(this.invoicesData)}onAddInvoice(t){const a=this.expiry?this.expiry:3600;this.newlyAddedInvoiceMemo=this.memo,this.newlyAddedInvoiceValue=this.invoiceValue,this.store.dispatch((0,w.Rd)({payload:{uiMessage:l.m6.ADD_INVOICE,memo:this.memo,invoiceValue:this.invoiceValue,private:this.private,expiry:a,pageSize:this.pageSize,openModal:!0}})),this.resetData()}onInvoiceClick(t){this.store.dispatch((0,S.qR)({payload:{data:{invoice:t,newlyAdded:!1,component:Qt.v}}}))}onRefreshInvoice(t){var a,o;t&&t.r_hash&&this.store.dispatch((0,w.n7)({payload:{openSnackBar:!0,paymentHash:null===(o=null===(a=Buffer.from(t.r_hash.trim(),"hex").toString("base64"))||void 0===a?void 0:a.replace(/\+/g,"-"))||void 0===o?void 0:o.replace(/[/]/g,"_")}}))}updateInvoicesData(t){var a;this.invoicesData=null===(a=this.invoicesData)||void 0===a?void 0:a.map(o=>o.r_hash===t.r_hash?t:o)}loadInvoicesTable(t){this.invoices=new c.by(t?[...t]:[]),this.invoices.sort=this.sort,this.invoices.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.invoices.filterPredicate=(a,o)=>{var s,r;return((a.creation_date?null===(s=this.datePipe.transform(new Date(1e3*a.creation_date),"dd/MMM/YYYY HH:mm"))||void 0===s?void 0:s.toLowerCase():"")+(a.settle_date?null===(r=this.datePipe.transform(new Date(1e3*a.settle_date),"dd/MMM/YYYY HH:mm"))||void 0===r?void 0:r.toLowerCase():"")+JSON.stringify(a).toLowerCase()).includes(o)},this.applyFilter(),this.logger.info(this.invoices)}resetData(){this.memo="",this.invoiceValue=null,this.private=!1,this.expiry=null,this.invoiceValueHint=""}applyFilter(){this.invoices.filter=this.selFilter.trim().toLowerCase()}onPageChange(t){let a=!0,o=this.lastOffset;this.pageSize=t.pageSize,0===t.pageIndex?(a=!0,o=0):t.previousPageIndex&&t.pageIndext.previousPageIndex&&t.length>(t.pageIndex+1)*t.pageSize?(a=!0,o=this.firstOffset):t.length<=(t.pageIndex+1)*t.pageSize&&(a=!1,o=0),this.store.dispatch((0,w.WM)({payload:{num_max_invoices:t.pageSize,index_offset:o,reversed:a}}))}onInvoiceValueChange(){this.selNode&&this.selNode.fiatConversion&&this.invoiceValue&&this.invoiceValue>99&&(this.invoiceValueHint="",this.commonService.convertCurrency(this.invoiceValue,l.NT.SATS,l.NT.OTHER,this.selNode.currencyUnits&&this.selNode.currencyUnits.length>2?this.selNode.currencyUnits[2]:"",this.selNode.fiatConversion).pipe((0,h.R)(this.unSubs[4])).subscribe({next:t=>{this.invoiceValueHint="= "+t.symbol+this.decimalPipe.transform(t.OTHER,l.Xz.OTHER)+" "+t.unit},error:t=>{this.invoiceValueHint="Conversion Error: "+t}}))}onDownloadCSV(){this.invoices.data&&this.invoices.data.length>0&&this.commonService.downloadFile(this.invoices.data,"Invoices")}openCreateInvoiceModal(){this.store.dispatch((0,S.qR)({payload:{data:{pageSize:this.pageSize,component:Et}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(p.JJ),e.Y36(O.v),e.Y36(p.uU),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lightning-invoices"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},inputs:{calledFrom:"calledFrom"},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Invoices")}])],decls:4,vars:3,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayout","row wrap","fxLayoutAlign","stretch start","fxFlex","100"],["addInvoiceForm","ngForm"],["fxFlex","100","fxLayoutAlign","end start"],["matInput","","placeholder","Memo","tabindex","1","name","memo",3,"ngModel","ngModelChange"],["fxFlex","100","fxLayoutAlign","start end"],["matInput","","placeholder","Amount","type","number","tabindex","2","name","invValue",3,"ngModel","step","min","ngModelChange","keyup"],["matSuffix",""],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4",3,"click"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","5",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30","fxLayoutAlign","start end"],["matInput","","tabindex","6","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","creation_date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","settle_date"],["mat-header-cell","","mat-sort-header","","class","pl-4",4,"matHeaderCellDef"],["mat-cell","","class","pl-4",4,"matCellDef"],["matColumnDef","memo"],["matColumnDef","value"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amt_paid_sat"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",3,"ngClass",4,"matCellDef"],["matColumnDef","no_invoice"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"length","pageSize","pageSizeOptions","showFirstLastButtons","page"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["class","dot grey","matTooltip","Open","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Open","matTooltipPosition","right",1,"dot","grey",3,"ngClass"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["mat-header-cell","","mat-sort-header","",1,"pl-4"],["mat-cell","",1,"pl-4"],[1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",3,"ngClass"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","4",1,"mr-0"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,Yt,15,5,"form",1),e.YNc(2,Ht,3,0,"div",2),e.YNc(3,Tn,36,16,"div",3),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf","home"===a.calledFrom),e.xp6(1),e.Q6J("ngIf","transactions"===a.calledFrom),e.xp6(1),e.Q6J("ngIf","transactions"===a.calledFrom))},directives:[d.xw,d.yH,d.Wh,p.O5,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,u.JJ,u.On,u.wV,u.qQ,K.q,x.R9,x.bx,N.lW,D.BN,H.$V,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,j.gM,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.uU,p.JJ],styles:[".mat-column-memo[_ngcontent-%COMP%]{flex:0 0 15%;width:15%}.mat-column-memo[_ngcontent-%COMP%] .ellipsis-parent[_ngcontent-%COMP%]{display:flex}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();var z=f(5698),ee=f(8104),V=f(1125),ie=f(1079);const vn=["paymentReq"];function bn(n,i){if(1&n&&(e.TgZ(0,"mat-hint"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.paymentDecodedHint)}}function Zn(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Payment request is required."),e.qZA())}function wn(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.paymentDecodedHint)}}function An(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Payment amount is required."),e.qZA())}function Sn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",1)(1,"input",29,30),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().paymentAmount=o})("change",function(o){return e.CHM(t),e.oxw().onAmountChange(o)}),e.qZA(),e.TgZ(3,"mat-hint"),e._uU(4,"It is a zero amount invoice, enter amount to be paid."),e.qZA(),e.YNc(5,An,2,0,"mat-error",11),e.qZA()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngModel",t.paymentAmount),e.xp6(4),e.Q6J("ngIf",!t.paymentAmount)}}function Ln(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.hij(" ",null==t?null:t.name," ")}}function kn(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("",null==t.selFeeLimitType?null:t.selFeeLimitType.placeholder," is required.")}}function Fn(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.Oqu((null==t?null:t.remote_alias)||(null==t?null:t.chan_id))}}function Nn(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Channel not found in the list."),e.qZA())}function qn(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.paymentError)}}function Un(n,i){if(1&n&&(e.TgZ(0,"div",32),e._UZ(1,"fa-icon",33),e.YNc(2,qn,2,1,"span",11),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.paymentError)}}let On=(()=>{class n{constructor(t,a,o,s,r,_,g){this.dialogRef=t,this.store=a,this.logger=o,this.commonService=s,this.decimalPipe=r,this.actions=_,this.dataService=g,this.faExclamationTriangle=v.eHv,this.selNode={},this.paymentDecoded={},this.zeroAmtInvoice=!1,this.paymentAmount=null,this.paymentRequest="",this.paymentDecodedHint="",this.showAdvanced=!1,this.activeChannels=[],this.filteredMinAmtActvChannels=[],this.selectedChannelCtrl=new u.NI,this.feeLimit=null,this.selFeeLimitType=l.Vc[0],this.feeLimitTypes=l.Vc,this.advancedTitle="Advanced Options",this.paymentError="",this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(o=>{this.selNode=o}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[1])).subscribe(o=>{var s;this.activeChannels=o.channels&&o.channels.length?null===(s=o.channels)||void 0===s?void 0:s.filter(r=>r.active):[],this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.logger.info(o)}),this.actions.pipe((0,h.R)(this.unSubs[2]),(0,Y.h)(o=>o.type===l.uR.UPDATE_API_CALL_STATUS_LND||o.type===l.uR.SEND_PAYMENT_STATUS_LND)).subscribe(o=>{o.type===l.uR.SEND_PAYMENT_STATUS_LND&&this.dialogRef.close(),o.type===l.uR.UPDATE_API_CALL_STATUS_LND&&o.payload.status===l.Bn.ERROR&&"SendPayment"===o.payload.action&&(delete this.paymentDecoded.num_satoshis,this.paymentError=o.payload.message)});let t="",a="";this.activeChannels=this.activeChannels.sort((o,s)=>(t=o.remote_alias?o.remote_alias.toLowerCase():o.chan_id?o.chan_id.toLowerCase():"",a=s.remote_alias?s.remote_alias.toLowerCase():s.chan_id?s.chan_id.toLowerCase():"",ta?1:0)),this.selectedChannelCtrl.valueChanges.pipe((0,h.R)(this.unSubs[3])).subscribe(o=>{"string"==typeof o&&(this.filteredMinAmtActvChannels=this.filterChannels())})}filterChannels(){var t;return this.activeChannels&&this.activeChannels.length?null===(t=this.activeChannels)||void 0===t?void 0:t.filter(a=>0===(a.remote_alias?a.remote_alias.toLowerCase():a.chan_id?a.chan_id.toLowerCase():"").indexOf(this.selectedChannelCtrl.value?this.selectedChannelCtrl.value.toLowerCase():"")&&(a.local_balance||0)>=+(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)):[]}displayFn(t){return t&&t.remote_alias?t.remote_alias:t&&t.chan_id?t.chan_id:""}onSelectedChannelChanged(){var t;if(this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.length>0&&"string"==typeof this.selectedChannelCtrl.value){const a=this.activeChannels&&this.activeChannels.length?null===(t=this.activeChannels)||void 0===t?void 0:t.filter(o=>{const s=o.remote_alias?o.remote_alias.toLowerCase():o.chan_id?o.chan_id.toLowerCase():"";return s.length===this.selectedChannelCtrl.value.length&&0===s.indexOf(this.selectedChannelCtrl.value?this.selectedChannelCtrl.value.toLowerCase():"")}):[];a&&a.length>0?(this.selectedChannelCtrl.setValue(a[0]),this.selectedChannelCtrl.setErrors(null)):this.selectedChannelCtrl.setErrors({notfound:!0})}}onSendPayment(){if(this.selectedChannelCtrl.value&&"string"==typeof this.selectedChannelCtrl.value&&this.onSelectedChannelChanged(),!this.paymentRequest||this.zeroAmtInvoice&&(!this.paymentAmount||this.paymentAmount<=0)||"string"==typeof this.selectedChannelCtrl.value)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.onPaymentRequestEntry(this.paymentRequest)}sendPayment(){var t;if(this.selFeeLimitType!==this.feeLimitTypes[0]&&!this.feeLimit)return!0;this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.zeroAmtInvoice=!1,this.store.dispatch((0,w.oV)({payload:{uiMessage:l.m6.SEND_PAYMENT,paymentReq:this.paymentRequest,outgoingChannel:this.selectedChannelCtrl.value,feeLimitType:this.selFeeLimitType.id,feeLimit:this.feeLimit,fromDialog:!0}}))):(this.zeroAmtInvoice=!0,this.paymentDecoded.num_satoshis=(null===(t=this.paymentAmount)||void 0===t?void 0:t.toString())||"",this.store.dispatch((0,w.oV)({payload:{uiMessage:l.m6.SEND_PAYMENT,paymentReq:this.paymentRequest,paymentAmount:this.paymentAmount||0,outgoingChannel:this.selectedChannelCtrl.value,feeLimitType:this.selFeeLimitType.id,feeLimit:this.feeLimit,fromDialog:!0}})))}onAmountChange(t){delete this.paymentDecoded.num_satoshis}onPaymentRequestEntry(t){this.paymentRequest=t,this.paymentAmount=null,this.paymentError="",this.paymentDecodedHint="",this.zeroAmtInvoice=!1,this.paymentRequest&&this.paymentRequest.length>100&&(this.paymentReq.control.setErrors(null),this.zeroAmtInvoice=!1,this.dataService.decodePayment(this.paymentRequest,!0).pipe((0,z.q)(1)).subscribe({next:a=>{this.paymentDecoded=a,this.selectedChannelCtrl.setValue(null),this.onAdvancedPanelToggle(!0,!0),this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.filteredMinAmtActvChannels=this.filterChannels(),this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.zeroAmtInvoice=!1,this.selNode.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.num_satoshis,l.NT.SATS,l.NT.OTHER,this.selNode.currencyUnits&&this.selNode.currencyUnits.length>2?this.selNode.currencyUnits[2]:"BTC",this.selNode.fiatConversion).pipe((0,h.R)(this.unSubs[4])).subscribe({next:o=>{this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats ("+o.symbol+" "+this.decimalPipe.transform(o.OTHER?o.OTHER:0,l.Xz.OTHER)+") | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")},error:o=>{this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")+". Unable to convert currency."}}):this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis)+" Sats | Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None")):(this.zeroAmtInvoice=!0,this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.paymentDecodedHint="Memo: "+(this.paymentDecoded.description?this.paymentDecoded.description:"None"))},error:a=>{this.logger.error(a),this.paymentDecodedHint="ERROR: "+a.message,this.paymentReq.control.setErrors({decodeError:!0})}}))}onAdvancedPanelToggle(t,a){if(t&&!a){const o=this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.remote_alias?this.selectedChannelCtrl.value.remote_alias:this.selectedChannelCtrl.value&&this.selectedChannelCtrl.value.chan_id?this.selectedChannelCtrl.value.chan_id:"";this.advancedTitle="Advanced Options | "+this.selFeeLimitType.name+("none"===this.selFeeLimitType.id?"":": "+this.feeLimit)+(""!==o?" | First Outgoing Channel: "+o:"")}else this.advancedTitle="Advanced Options"}resetData(){this.paymentDecoded={},this.paymentRequest="",this.selectedChannelCtrl.setValue(null),this.filteredMinAmtActvChannels=this.activeChannels,this.filteredMinAmtActvChannels.length&&this.filteredMinAmtActvChannels.length>0?this.selectedChannelCtrl.enable():this.selectedChannelCtrl.disable(),this.feeLimit=null,this.selFeeLimitType=l.Vc[0],this.advancedTitle="Advanced Options",this.zeroAmtInvoice=!1,this.paymentReq.control.setErrors(null),this.paymentError="",this.paymentDecodedHint=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(L.yh),e.Y36(U.mQ),e.Y36(O.v),e.Y36(p.JJ),e.Y36(W.eX),e.Y36(ee.D))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lightning-send-payments"]],viewQuery:function(t,a){if(1&t&&e.Gf(vn,5),2&t){let o;e.iGM(o=e.CRH())&&(a.paymentReq=o.first)}},decls:43,vars:21,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayoutAlign","space-between stretch","fxLayout","column"],["sendPaymentForm","ngForm"],["autoFocus","","matInput","","placeholder","Payment Request","name","paymentRequest","rows","4","tabindex","1","required","",3,"ngModel","ngModelChange","matTextareaAutosize"],["paymentReq","ngModel"],[4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxFlex","100","fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","30","fxLayoutAlign","start end"],["tabindex","5","Placeholder","Fee Limits",3,"value","valueChange"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","26"],["matInput","","type","number","name","feeLmt","required","","tabindex","6",3,"ngModel","placeholder","step","min","disabled","ngModelChange"],["fLmt","ngModel"],["fxFlex","40","fxLayoutAlign","start end"],["type","text","placeholder","First Outgoing Channel","aria-label","First Outgoing Channel","matInput","","tabindex","7",3,"formControl","matAutocomplete"],[3,"displayWith","optionSelected"],["auto","matAutocomplete"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-button","","id","sendBtn","color","primary","tabindex","3",3,"click"],["matInput","","placeholder","Amount (Sats)","name","amount","tabindex","2","required","",3,"ngModel","ngModelChange","change"],["paymentAmt","ngModel"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Send Payment"),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8)(11,"mat-form-field",1)(12,"textarea",9,10),e.NdJ("ngModelChange",function(s){return a.onPaymentRequestEntry(s)})("matTextareaAutosize",function(){return!0}),e.qZA(),e.YNc(14,bn,2,1,"mat-hint",11),e.YNc(15,Zn,2,0,"mat-error",11),e.YNc(16,wn,2,1,"mat-error",11),e.qZA(),e.YNc(17,Sn,6,2,"mat-form-field",12),e.TgZ(18,"mat-expansion-panel",13),e.NdJ("closed",function(){return a.onAdvancedPanelToggle(!0,!1)})("opened",function(){return a.onAdvancedPanelToggle(!1,!1)}),e.TgZ(19,"mat-expansion-panel-header")(20,"mat-panel-title")(21,"span"),e._uU(22),e.qZA()()(),e.TgZ(23,"div",14)(24,"mat-form-field",15)(25,"mat-select",16),e.NdJ("valueChange",function(s){return a.selFeeLimitType=s}),e.YNc(26,Ln,2,2,"mat-option",17),e.qZA()(),e.TgZ(27,"mat-form-field",18)(28,"input",19,20),e.NdJ("ngModelChange",function(s){return a.feeLimit=s}),e.qZA(),e.YNc(30,kn,2,1,"mat-error",11),e.qZA(),e.TgZ(31,"mat-form-field",21),e._UZ(32,"input",22),e.TgZ(33,"mat-autocomplete",23,24),e.NdJ("optionSelected",function(){return a.onSelectedChannelChanged()}),e.YNc(35,Fn,2,2,"mat-option",17),e.qZA(),e.YNc(36,Nn,2,0,"mat-error",11),e.qZA()()(),e.YNc(37,Un,3,2,"div",25),e.TgZ(38,"div",26)(39,"button",27),e.NdJ("click",function(){return a.resetData()}),e._uU(40,"Clear Fields"),e.qZA(),e.TgZ(41,"button",28),e.NdJ("click",function(){return a.onSendPayment()}),e._uU(42,"Send Payment"),e.qZA()()()()()()),2&t){const o=e.MAs(13),s=e.MAs(34);e.xp6(6),e.Q6J("mat-dialog-close",!1),e.xp6(6),e.Q6J("ngModel",a.paymentRequest),e.xp6(2),e.Q6J("ngIf",a.paymentRequest&&""!==a.paymentDecodedHint),e.xp6(1),e.Q6J("ngIf",!a.paymentRequest),e.xp6(1),e.Q6J("ngIf",null==o.errors?null:o.errors.decodeError),e.xp6(1),e.Q6J("ngIf",a.zeroAmtInvoice),e.xp6(5),e.Oqu(a.advancedTitle),e.xp6(3),e.Q6J("value",a.selFeeLimitType),e.xp6(1),e.Q6J("ngForOf",a.feeLimitTypes),e.xp6(2),e.Q6J("ngModel",a.feeLimit)("placeholder",null==a.selFeeLimitType?null:a.selFeeLimitType.placeholder)("step",1)("min",0)("disabled",a.selFeeLimitType===a.feeLimitTypes[0]),e.xp6(2),e.Q6J("ngIf",a.selFeeLimitType!==a.feeLimitTypes[0]&&!a.feeLimit),e.xp6(2),e.Q6J("formControl",a.selectedChannelCtrl)("matAutocomplete",s),e.xp6(1),e.Q6J("displayWith",a.displayFn),e.xp6(2),e.Q6J("ngForOf",a.filteredMinAmtActvChannels),e.xp6(1),e.Q6J("ngIf",null==a.selectedChannelCtrl.errors?null:a.selectedChannelCtrl.errors.notfound),e.xp6(1),e.Q6J("ngIf",""!==a.paymentError)}},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,E.ZT,Z.dn,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,p.O5,x.bx,x.TO,V.ib,V.yz,V.yK,R.gD,p.sg,B.ey,u.wV,u.qQ,K.q,ie.ZL,u.oH,ie.XC,D.BN],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-payment_hash[_ngcontent-%COMP%]{flex:1 1 20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();var le=f(3093),ne=f(711);const Rn=["sendPaymentForm"];function Mn(n,i){if(1&n&&(e.TgZ(0,"mat-hint"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.paymentDecodedHint)}}function In(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Payment request is required."),e.qZA())}function Dn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"form",4,5)(2,"mat-form-field",6)(3,"textarea",7,8),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().onPaymentRequestEntry(o)})("matTextareaAutosize",function(){return!0}),e.qZA(),e.YNc(5,Mn,2,1,"mat-hint",9),e.YNc(6,In,2,0,"mat-error",9),e.qZA(),e.TgZ(7,"div",10)(8,"button",11),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(9,"Clear Field"),e.qZA(),e.TgZ(10,"button",12),e.NdJ("click",function(){return e.CHM(t),e.oxw().onSendPayment()}),e._uU(11,"Send Payment"),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("ngModel",t.paymentRequest),e.xp6(2),e.Q6J("ngIf",t.paymentRequest&&""!==t.paymentDecodedHint),e.xp6(1),e.Q6J("ngIf",!t.paymentRequest)}}function Pn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",13)(1,"button",14),e.NdJ("click",function(){return e.CHM(t),e.oxw().openSendPaymentModal()}),e._uU(2,"Send Payment"),e.qZA()()}}function Jn(n,i){1&n&&e._UZ(0,"mat-progress-bar",52)}function En(n,i){1&n&&(e.TgZ(0,"th",53),e._uU(1,"Creation Date"),e.qZA())}const oe=function(n){return{"mr-0":n}};function Qn(n,i){if(1&n&&e._UZ(0,"span",57),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function Yn(n,i){if(1&n&&e._UZ(0,"span",58),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function Hn(n,i){if(1&n&&(e.TgZ(0,"td",54),e.YNc(1,Qn,1,3,"span",55),e.YNc(2,Yn,1,3,"span",56),e._uU(3),e.ALo(4,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Q6J("ngIf","SUCCEEDED"===(null==t?null:t.status)),e.xp6(1),e.Q6J("ngIf","SUCCEEDED"!==(null==t?null:t.status)),e.xp6(1),e.hij(" ",e.xi3(4,3,1e3*(null==t?null:t.creation_date),"dd/MMM/y HH:mm")," ")}}function Bn(n,i){1&n&&(e.TgZ(0,"th",53),e._uU(1,"Payment Hash"),e.qZA())}const Pe=function(n){return{"max-width":n}};function Vn(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",59)(2,"span",60),e._uU(3),e.qZA()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.Q6J("ngStyle",e.VKq(2,Pe,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(2),e.Oqu(null==t?null:t.payment_hash)}}function Gn(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1,"Fee (Sats)"),e.qZA())}function zn(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",62),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,null==t?null:t.fee))}}function Wn(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1,"Value (Sats)"),e.qZA())}function Xn(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",62),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,null==t?null:t.value))}}function $n(n,i){1&n&&(e.TgZ(0,"th",61),e._uU(1,"#Hops"),e.qZA())}function jn(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",62),e._uU(2),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu((null==t||null==t.htlcs[0]||null==t.htlcs[0].route||null==t.htlcs[0].route.hops?null:t.htlcs[0].route.hops.length)||0)}}function Kn(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",63)(1,"div",64)(2,"mat-select",65),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",66),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function ea(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",67)(1,"button",68),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(2).onPaymentClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function ta(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No payment available."),e.qZA())}function na(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting payments..."),e.qZA())}function aa(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function ia(n,i){if(1&n&&(e.TgZ(0,"td",69),e.YNc(1,ta,2,0,"p",9),e.YNc(2,na,2,0,"p",9),e.YNc(3,aa,2,1,"p",9),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.payments&&t.payments.data)||(null==t.payments||null==t.payments.data?null:t.payments.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function oa(n,i){if(1&n&&e._UZ(0,"span",57),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function sa(n,i){if(1&n&&e._UZ(0,"span",58),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function la(n,i){if(1&n&&e._UZ(0,"span",57),2&n){const t=e.oxw(5);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function ra(n,i){if(1&n&&e._UZ(0,"span",58),2&n){const t=e.oxw(5);e.Q6J("ngClass",e.VKq(1,oe,t.screenSize===t.screenSizeEnum.XS))}}function ca(n,i){if(1&n&&(e.TgZ(0,"span",72),e.YNc(1,la,1,3,"span",55),e.YNc(2,ra,1,3,"span",56),e._uU(3),e.ALo(4,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Q6J("ngIf","SUCCEEDED"===t.status),e.xp6(1),e.Q6J("ngIf","SUCCEEDED"!==t.status),e.xp6(1),e.hij(" ",e.xi3(4,3,1e3*t.attempt_time,"dd/MMM/y HH:mm")," ")}}function ua(n,i){if(1&n&&(e.ynx(0),e.YNc(1,ca,5,6,"span",71),e.BQk()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function pa(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",70),e.YNc(2,oa,1,3,"span",55),e.YNc(3,sa,1,3,"span",56),e._uU(4),e.qZA(),e.YNc(5,ua,2,1,"ng-container",9),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Q6J("ngIf","SUCCEEDED"===(null==t?null:t.status)),e.xp6(1),e.Q6J("ngIf","SUCCEEDED"!==(null==t?null:t.status)),e.xp6(1),e.hij(" Total Attempts: ",null==t||null==t.htlcs?null:t.htlcs.length," "),e.xp6(1),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function ma(n,i){if(1&n&&(e.TgZ(0,"span",70),e._uU(1),e.qZA()),2&n){const t=i.index;e.xp6(1),e.hij(" HTLC ",t+1," ")}}function da(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,ma,2,1,"span",73),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function _a(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",59)(2,"span",60),e._uU(3),e.qZA()(),e.YNc(4,da,2,1,"span",9),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.Q6J("ngStyle",e.VKq(3,Pe,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(2),e.Oqu(null==t?null:t.payment_hash),e.xp6(1),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function ha(n,i){if(1&n&&(e.TgZ(0,"span",74),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.xi3(2,1,null==t.route?null:t.route.total_fees,"1.0-0")," ")}}function ga(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,ha,3,4,"span",75),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function fa(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",74),e._uU(2),e.ALo(3,"number"),e.qZA(),e.YNc(4,ga,2,1,"span",9),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.xi3(3,2,null==t?null:t.fee,"1.0-0")),e.xp6(2),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function Ca(n,i){if(1&n&&(e.TgZ(0,"span",74),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.xi3(2,1,null==t.route?null:t.route.total_amt,"1.0-0")," ")}}function xa(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,Ca,3,4,"span",75),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function ya(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",74),e._uU(2),e.ALo(3,"number"),e.qZA(),e.YNc(4,xa,2,1,"span",9),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.xi3(3,2,null==t?null:t.value,"1.0-0")),e.xp6(2),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function Ta(n,i){if(1&n&&(e.TgZ(0,"span",74),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.xi3(2,1,(null==t.route||null==t.route.hops?null:t.route.hops.length)||0,"1.0-0")," ")}}function va(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,Ta,3,4,"span",75),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function ba(n,i){if(1&n&&(e.TgZ(0,"td",54)(1,"span",74),e._uU(2,"-"),e.qZA(),e.YNc(3,va,2,1,"span",9),e.qZA()),2&n){const t=i.$implicit;e.xp6(3),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function Za(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",62)(1,"button",79),e.NdJ("click",function(){const s=e.CHM(t).$implicit,r=e.oxw(2).$implicit;return e.oxw(2).onHTLCClick(s,r)}),e._uU(2),e.qZA()()}if(2&n){const t=i.index;e.xp6(2),e.hij("View ",t+1,"")}}function wa(n,i){if(1&n&&(e.TgZ(0,"div"),e.YNc(1,Za,3,1,"div",78),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.htlcs)}}function Aa(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",76)(1,"span",62)(2,"button",77),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return s.is_expanded=!(null!=s&&s.is_expanded)}),e._uU(3),e.qZA()(),e.YNc(4,wa,2,1,"div",9),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(3),e.Oqu(null!=t&&t.is_expanded?"Hide":"Show"),e.xp6(1),e.Q6J("ngIf",null==t?null:t.is_expanded)}}function Sa(n,i){1&n&&e._UZ(0,"tr",80)}const La=function(n){return{"display-none":n}};function ka(n,i){if(1&n&&e._UZ(0,"tr",81),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,La,(null==t.payments?null:t.payments.data)&&(null==t.payments||null==t.payments.data?null:t.payments.data.length)>0))}}function Fa(n,i){1&n&&e._UZ(0,"tr",82)}function Na(n,i){1&n&&e._UZ(0,"tr",80)}const qa=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},Ua=function(){return["no_payment"]};function Oa(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",15)(1,"div",16)(2,"div",17),e._UZ(3,"fa-icon",18),e.TgZ(4,"span",19),e._uU(5,"Payments History"),e.qZA()(),e.TgZ(6,"mat-form-field",20)(7,"input",21),e.NdJ("keyup",function(){return e.CHM(t),e.oxw().applyFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw().selFilter=o}),e.qZA()()(),e.TgZ(8,"div",22)(9,"div",23),e.YNc(10,Jn,1,0,"mat-progress-bar",24),e.TgZ(11,"table",25,26),e.ynx(13,27),e.YNc(14,En,2,0,"th",28),e.YNc(15,Hn,5,6,"td",29),e.BQk(),e.ynx(16,30),e.YNc(17,Bn,2,0,"th",28),e.YNc(18,Vn,4,4,"td",29),e.BQk(),e.ynx(19,31),e.YNc(20,Gn,2,0,"th",32),e.YNc(21,zn,4,3,"td",29),e.BQk(),e.ynx(22,33),e.YNc(23,Wn,2,0,"th",32),e.YNc(24,Xn,4,3,"td",29),e.BQk(),e.ynx(25,34),e.YNc(26,$n,2,0,"th",32),e.YNc(27,jn,3,1,"td",29),e.BQk(),e.ynx(28,35),e.YNc(29,Kn,6,0,"th",36),e.YNc(30,ea,3,0,"td",37),e.BQk(),e.ynx(31,38),e.YNc(32,ia,4,3,"td",39),e.BQk(),e.ynx(33,40),e.YNc(34,pa,6,4,"td",29),e.BQk(),e.ynx(35,41),e.YNc(36,_a,5,5,"td",29),e.BQk(),e.ynx(37,42),e.YNc(38,fa,5,5,"td",29),e.BQk(),e.ynx(39,43),e.YNc(40,ya,5,5,"td",29),e.BQk(),e.ynx(41,44),e.YNc(42,ba,4,1,"td",29),e.BQk(),e.ynx(43,45),e.YNc(44,Aa,5,2,"td",46),e.BQk(),e.YNc(45,Sa,1,0,"tr",47),e.YNc(46,ka,1,3,"tr",48),e.YNc(47,Fa,1,0,"tr",49),e.YNc(48,Na,1,0,"tr",50),e.qZA(),e.TgZ(49,"mat-paginator",51),e.NdJ("page",function(o){return e.CHM(t),e.oxw().onPageChange(o)}),e.qZA()()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("icon",t.faHistory),e.xp6(4),e.Q6J("ngModel",t.selFilter),e.xp6(3),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.payments)("ngClass",e.VKq(15,qa,""!==t.errorMessage)),e.xp6(34),e.Q6J("matRowDefColumns",t.htlcColumns)("matRowDefWhen",t.is_group),e.xp6(1),e.Q6J("matFooterRowDef",e.DdM(17,Ua)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns),e.xp6(1),e.Q6J("length",t.totalPayments)("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Je=(()=>{class n{constructor(t,a,o,s,r,_,g,C){this.logger=t,this.commonService=a,this.dataService=o,this.store=s,this.rtlEffects=r,this.lndEffects=_,this.decimalPipe=g,this.datePipe=C,this.calledFrom="transactions",this.faHistory=v.qO$,this.newlyAddedPayment="",this.selNode={},this.information={},this.peers=[],this.totalPayments=100,this.paymentJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.paymentDecoded={},this.paymentRequest="",this.paymentDecodedHint="",this.flgSticky=!1,this.firstOffset=-1,this.lastOffset=-1,this.selFilter="",this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["creation_date","fee","actions"],this.htlcColumns=["groupTotal","groupFee","groupAction"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["creation_date","fee","value","hops","actions"],this.htlcColumns=["groupTotal","groupFee","groupValue","groupHops","groupAction"]):(this.flgSticky=!0,this.displayedColumns=["creation_date","payment_hash","fee","value","hops","actions"],this.htlcColumns=["groupTotal","groupHash","groupFee","groupValue","groupHops","groupAction"])}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.peers=t.peers}),this.store.select(y.PP).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.paymentJSONArr=t.listPayments.payments||[],this.totalPayments=this.paymentJSONArr.length,this.firstOffset=+(t.listPayments.first_index_offset||-1),this.lastOffset=+(t.listPayments.last_index_offset||-1),this.paymentJSONArr&&this.paymentJSONArr.length>0&&this.sort&&this.paginator&&this.loadPaymentsTable(this.paymentJSONArr.slice(0,this.pageSize)),this.logger.info(t)})}ngAfterViewInit(){this.paymentJSONArr&&this.paymentJSONArr.length>0&&this.loadPaymentsTable(this.paymentJSONArr.slice(0,this.pageSize))}onSendPayment(){if(!this.paymentRequest)return!0;this.paymentDecoded.timestamp?this.sendPayment():this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,z.q)(1)).subscribe(t=>{this.paymentDecoded=t,this.paymentDecoded.timestamp?(this.paymentDecoded.num_satoshis=this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis?(+this.paymentDecoded.num_msat/1e3).toString():"0",this.sendPayment()):this.resetData()})}sendPayment(){this.newlyAddedPayment=this.paymentDecoded.payment_hash||"",this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis&&""!==this.paymentDecoded.num_satoshis&&"0"!==this.paymentDecoded.num_satoshis?(this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Confirm Send Payment",noBtnText:"Cancel",yesBtnText:"Send Payment",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"destination",value:this.paymentDecoded.destination,title:"Destination",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:50,type:l.Gi.DATE_TIME},{key:"num_satoshis",value:this.paymentDecoded.num_satoshis,title:"Amount (Sats)",width:50,type:l.Gi.NUMBER}],[{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:50,type:l.Gi.NUMBER},{key:"cltv_expiry",value:this.paymentDecoded.cltv_expiry,title:"CLTV Expiry",width:50}]]}}})),this.rtlEffects.closeConfirm.pipe((0,z.q)(1)).subscribe(a=>{a&&(this.store.dispatch((0,w.oV)({payload:{uiMessage:l.m6.SEND_PAYMENT,paymentReq:this.paymentRequest,fromDialog:!1}})),this.resetData())})):(this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Enter Amount and Confirm Send Payment",titleMessage:"It is a zero amount invoice. Enter the amount (Sats) to pay.",message:[[{key:"payment_hash",value:this.paymentDecoded.payment_hash,title:"Payment Hash",width:100}],[{key:"destination",value:this.paymentDecoded.destination,title:"Destination",width:100}],[{key:"description",value:this.paymentDecoded.description,title:"Description",width:100}],[{key:"timestamp",value:this.paymentDecoded.timestamp,title:"Creation Date",width:40,type:l.Gi.DATE_TIME},{key:"expiry",value:this.paymentDecoded.expiry,title:"Expiry",width:30,type:l.Gi.NUMBER},{key:"cltv_expiry",value:this.paymentDecoded.cltv_expiry,title:"CLTV Expiry",width:30}]],noBtnText:"Cancel",yesBtnText:"Send Payment",flgShowInput:!0,getInputs:[{placeholder:"Amount (Sats)",inputType:l.Gi.NUMBER,inputValue:"",width:30}]}}})),this.rtlEffects.closeConfirm.pipe((0,z.q)(1)).subscribe(o=>{o&&(this.paymentDecoded.num_satoshis=o[0].inputValue,this.store.dispatch((0,w.oV)({payload:{uiMessage:l.m6.SEND_PAYMENT,paymentReq:this.paymentRequest,paymentAmount:o[0].inputValue,fromDialog:!1}})),this.resetData())}))}openSendPaymentModal(){this.store.dispatch((0,S.qR)({payload:{data:{component:On}}}))}onPaymentRequestEntry(t){this.paymentRequest=t,this.paymentDecodedHint="",this.paymentRequest&&this.paymentRequest.length>100&&this.dataService.decodePayment(this.paymentRequest,!1).pipe((0,z.q)(1)).subscribe(a=>{this.paymentDecoded=a,this.paymentDecoded.num_msat&&!this.paymentDecoded.num_satoshis&&(this.paymentDecoded.num_satoshis=(+this.paymentDecoded.num_msat/1e3).toString()),this.paymentDecoded.num_satoshis?this.selNode&&this.selNode.fiatConversion?this.commonService.convertCurrency(+this.paymentDecoded.num_satoshis,l.NT.SATS,l.NT.OTHER,this.selNode.currencyUnits&&this.selNode.currencyUnits.length>2?this.selNode.currencyUnits[2]:"",this.selNode.fiatConversion).pipe((0,h.R)(this.unSubs[5])).subscribe({next:o=>{this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats ("+o.symbol+this.decimalPipe.transform(o.OTHER?o.OTHER:0,l.Xz.OTHER)+") | Memo: "+this.paymentDecoded.description},error:o=>{this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats | Memo: "+this.paymentDecoded.description+". Unable to convert currency."}}):this.paymentDecodedHint="Sending: "+this.decimalPipe.transform(this.paymentDecoded.num_satoshis?this.paymentDecoded.num_satoshis:0)+" Sats | Memo: "+this.paymentDecoded.description:this.paymentDecodedHint="Zero Amount Invoice | Memo: "+this.paymentDecoded.description})}onPageChange(t){let a=!0,o=this.lastOffset;this.pageSize=t.pageSize,0===t.pageIndex?(a=!0,o=0):t.pageIndext.previousPageIndex&&t.length>(t.pageIndex+1)*t.pageSize?(a=!0,o=this.firstOffset):t.length<=(t.pageIndex+1)*t.pageSize&&(a=!1,o=0);const s=t.pageIndex*this.pageSize;this.loadPaymentsTable(this.paymentJSONArr.slice(s,s+this.pageSize))}is_group(t,a){return a.htlcs&&a.htlcs.length>1}resetData(){this.paymentDecoded={},this.paymentRequest="",this.form.resetForm()}getHopDetails(t){const a=this;return null==t?void 0:t.reduce((o,s)=>{const r=a.peers.find(_=>_.pub_key===s.pub_key);return r&&r.alias?o.push("
Channel: "+r.alias.padEnd(20)+"			Amount (Sats): "+a.decimalPipe.transform(s.amt_to_forward)+"
"):a.dataService.getAliasesFromPubkeys(s.pub_key||"",!1).pipe((0,h.R)(a.unSubs[6])).subscribe(_=>{var g;o.push("
Channel: "+(_.node&&_.node.alias?_.node.alias.padEnd(20):(null===(g=s.pub_key)||void 0===g?void 0:g.substring(0,17))+"...")+"			Amount (Sats): "+a.decimalPipe.transform(s.amt_to_forward)+"
")}),o},[])}onHTLCClick(t,a){a.payment_request&&""!==a.payment_request.trim()?this.dataService.decodePayment(a.payment_request,!1).pipe((0,z.q)(1)).subscribe({next:o=>{setTimeout(()=>{this.showHTLCView(t,a,o)},0)},error:o=>{this.showHTLCView(t,a)}}):this.showHTLCView(t,a)}showHTLCView(t,a,o){var s,r,_,g;const C=[[{key:"payment_hash",value:a.payment_hash,title:"Payment Hash",width:100,type:l.Gi.STRING}],[{key:"preimage",value:t.preimage,title:"Preimage",width:100,type:l.Gi.STRING}],[{key:"payment_request",value:a.payment_request,title:"Payment Request",width:100,type:l.Gi.STRING}],[{key:"status",value:t.status,title:"Status",width:33,type:l.Gi.STRING},{key:"attempt_time_ns",value:+(t.attempt_time_ns||0)/1e9,title:"Attempt Time",width:33,type:l.Gi.DATE_TIME},{key:"resolve_time_ns",value:+(t.resolve_time_ns||0)/1e9,title:"Resolve Time",width:34,type:l.Gi.DATE_TIME}],[{key:"total_amt",value:null===(s=t.route)||void 0===s?void 0:s.total_amt,title:"Amount (Sats)",width:33,type:l.Gi.NUMBER},{key:"total_fees",value:null===(r=t.route)||void 0===r?void 0:r.total_fees,title:"Fee (Sats)",width:33,type:l.Gi.NUMBER},{key:"total_time_lock",value:null===(_=t.route)||void 0===_?void 0:_.total_time_lock,title:"Total Time Lock",width:34,type:l.Gi.NUMBER}],[{key:"hops",value:this.getHopDetails((null===(g=t.route)||void 0===g?void 0:g.hops)||[]),title:"Hops",width:100,type:l.Gi.ARRAY}]];o&&o.description&&""!==o.description&&C.splice(3,0,[{key:"description",value:o.description,title:"Description",width:100,type:l.Gi.STRING}]),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"HTLC Information",message:C,scrollable:t.route&&t.route.hops&&t.route.hops.length>1}}}))}onPaymentClick(t){var a;if(t.htlcs&&t.htlcs[0]&&t.htlcs[0].route&&t.htlcs[0].route.hops&&t.htlcs[0].route.hops.length>0){const o=null===(a=t.htlcs[0].route.hops)||void 0===a?void 0:a.reduce((s,r)=>r.pub_key&&""===s?r.pub_key:s+","+r.pub_key,"");this.dataService.getAliasesFromPubkeys(o,!0).pipe((0,h.R)(this.unSubs[7])).subscribe(s=>{this.showPaymentView(t,null==s?void 0:s.reduce((r,_)=>""===r?_:r+"\n"+_,""))})}else this.showPaymentView(t,"")}showPaymentView(t,a){const o=[[{key:"payment_hash",value:t.payment_hash,title:"Payment Hash",width:100,type:l.Gi.STRING}],[{key:"payment_preimage",value:t.payment_preimage,title:"Payment Preimage",width:100,type:l.Gi.STRING}],[{key:"payment_request",value:t.payment_request,title:"Payment Request",width:100,type:l.Gi.STRING}],[{key:"status",value:t.status,title:"Status",width:50,type:l.Gi.STRING},{key:"creation_date",value:t.creation_date,title:"Creation Date",width:50,type:l.Gi.DATE_TIME}],[{key:"value_msat",value:t.value_msat,title:"Value (mSats)",width:50,type:l.Gi.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:50,type:l.Gi.NUMBER}],[{key:"path",value:a,title:"Path",width:100,type:l.Gi.STRING}]];t.payment_request&&""!==t.payment_request.trim()?this.dataService.decodePayment(t.payment_request,!1).pipe((0,z.q)(1)).subscribe(s=>{s&&s.description&&""!==s.description&&o.splice(3,0,[{key:"description",value:s.description,title:"Description",width:100,type:l.Gi.STRING}]),setTimeout(()=>{this.openPaymentAlert(o,!!(t.htlcs&&t.htlcs[0]&&t.htlcs[0].route&&t.htlcs[0].route.hops&&t.htlcs[0].route.hops.length>1))},0)}):this.openPaymentAlert(o,!1)}openPaymentAlert(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Payment Information",message:t,scrollable:a}}}))}applyFilter(){this.payments.filter=this.selFilter.trim().toLowerCase()}loadPaymentsTable(t){this.payments=new c.by(t?[...t]:[]),this.payments.sortingDataAccessor=(a,o)=>"hops"===o?a.htlcs.length&&a.htlcs[0]&&a.htlcs[0].route&&a.htlcs[0].route.hops&&a.htlcs[0].route.hops.length?a.htlcs[0].route.hops.length:0:a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.payments.sort=this.sort,this.payments.filterPredicate=(a,o)=>{var s;return((a.creation_date?null===(s=this.datePipe.transform(new Date(1e3*a.creation_date),"dd/MMM/YYYY HH:mm"))||void 0===s?void 0:s.toLowerCase():"")+JSON.stringify(a).toLowerCase()).includes(o)},this.applyFilter()}onDownloadCSV(){if(this.payments.data&&this.payments.data.length>0){const t=JSON.parse(JSON.stringify(this.payments.data)),a=null==t?void 0:t.reduce((o,s)=>(s.payment_request&&""!==s.payment_request.trim()&&(o=""===o?s.payment_request:o+","+s.payment_request),o),"");this.dataService.decodePayments(a).pipe((0,h.R)(this.unSubs[8])).subscribe(o=>{let s=0;o.forEach((_,g)=>{if(_){for(;t[g+s].payment_hash!==_.payment_hash;)s+=1;t[g+s].description=_.description}});const r=null==t?void 0:t.reduce((_,g)=>_.concat(g),[]);this.commonService.downloadFile(r,"Payments")})}}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(ee.D),e.Y36(L.yh),e.Y36(le.V),e.Y36(ne.l),e.Y36(p.JJ),e.Y36(p.uU))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lightning-payments"]],viewQuery:function(t,a){if(1&t&&(e.Gf(Rn,5),e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first),e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},inputs:{calledFrom:"calledFrom"},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Payments")}])],decls:4,vars:3,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayoutAlign","space-between stretch","fxLayout","row wrap",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",4,"ngIf"],["fxLayoutAlign","space-between stretch","fxLayout","row wrap"],["sendPaymentForm","ngForm"],["fxFlex","100"],["matInput","","placeholder","Payment Request","name","paymentRequest","tabindex","1","required","",3,"perfectScrollbar","ngModel","ngModelChange","matTextareaAutosize"],["paymentReq","ngModel"],[4,"ngIf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","row"],["mat-flat-button","","color","primary","tabindex","4",3,"click"],["fxLayout","column","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30","fxLayoutAlign","start end"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","creation_date"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","payment_hash"],["matColumnDef","fee"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","value"],["matColumnDef","hops"],["matColumnDef","actions"],["mat-header-cell","","class","px-2",4,"matHeaderCellDef"],["mat-cell","","class","px-2","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_payment"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["matColumnDef","groupTotal"],["matColumnDef","groupHash"],["matColumnDef","groupFee"],["matColumnDef","groupValue"],["matColumnDef","groupHops"],["matColumnDef","groupAction"],["mat-cell","","class","px-2",4,"matCellDef"],["mat-row","",4,"matRowDef","matRowDefColumns","matRowDefWhen"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"length","pageSize","pageSizeOptions","showFirstLastButtons","page"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["class","dot green","matTooltip","Succeeded","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Failed","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["matTooltip","Succeeded","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Failed","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["fxLayout","row",1,"ellipsis-parent",3,"ngStyle"],[1,"ellipsis-child"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-2"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"px-2"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],["fxLayoutAlign","start center",1,"htlc-row-span"],["fxLayoutAlign","start center","class","htlc-row-span pl-3",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"htlc-row-span","pl-3"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-cell","",1,"px-2"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["fxLayoutAlign","end center",4,"ngFor","ngForOf"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-row",""],["mat-footer-row","",3,"ngClass"],["mat-header-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,Dn,12,3,"form",1),e.YNc(2,Pn,3,0,"div",2),e.YNc(3,Oa,50,18,"div",3),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf","home"===a.calledFrom),e.xp6(1),e.Q6J("ngIf","transactions"===a.calledFrom),e.xp6(1),e.Q6J("ngIf","transactions"===a.calledFrom))},directives:[d.xw,d.yH,d.Wh,p.O5,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,u.Q7,H.$V,u.JJ,u.On,x.bx,x.TO,N.lW,D.BN,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,j.gM,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,p.sg,c.nj,c.Gk,c.Ke,c.Q2,c.as,c.XQ,F.NW],pipes:[p.uU,p.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-payment_hash[_ngcontent-%COMP%]{flex:0 0 20%;width:20%}.mat-column-payment_hash[_ngcontent-%COMP%] .ellipsis-parent[_ngcontent-%COMP%]{display:flex}.mat-column-groupAction[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-groupAction[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{width:9rem}.mat-column-groupAction[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{margin-top:.5rem;width:9rem}.htlc-row-span[_ngcontent-%COMP%]{min-height:4.2rem;place-content:center flex-start;align-items:center}.mat-column-groupTotal[_ngcontent-%COMP%]{min-width:17rem}"]}),n})();function Ra(n,i){if(1&n&&(e.TgZ(0,"button",26)(1,"mat-icon"),e._uU(2,"more_vert"),e.qZA()()),2&n){e.oxw();const t=e.MAs(11);e.Q6J("matMenuTriggerFor",t)}}function Ma(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",27),e.NdJ("click",function(){const s=e.CHM(t).index,r=e.oxw().$implicit;return e.oxw(2).onNavigateTo(r.links[s])}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}function Ia(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",27),e.NdJ("click",function(){return e.CHM(t),e.oxw(3).onsortChannelsBy()}),e._uU(1),e.qZA()}if(2&n){const t=e.oxw(3);e.xp6(1),e.hij("Sort By ","Balance Score"===t.sortField?"Capacity":"Balance Score","")}}function Da(n,i){1&n&&e._UZ(0,"mat-progress-bar",28)}function Pa(n,i){if(1&n&&e._UZ(0,"rtl-node-info",29),2&n){const t=e.oxw(3);e.Q6J("information",t.information)("showColorFieldSeparately",!1)}}function Ja(n,i){if(1&n&&e._UZ(0,"rtl-balances-info",30),2&n){const t=e.oxw(3);e.Q6J("balances",t.balances)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[2])}}function Ea(n,i){if(1&n&&e._UZ(0,"rtl-channel-capacity-info",31),2&n){const t=e.oxw(3);e.Q6J("sortBy",t.sortField)("channelBalances",t.channelBalances)("allChannels",t.allChannelsCapacity)("errorMessage",t.errorMessages[3])}}function Qa(n,i){if(1&n&&e._UZ(0,"rtl-fee-info",32),2&n){const t=e.oxw(3);e.Q6J("fees",t.fees)("errorMessage",t.errorMessages[1])}}function Ya(n,i){if(1&n&&e._UZ(0,"rtl-channel-status-info",33),2&n){const t=e.oxw(3);e.Q6J("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[4])}}function Ha(n,i){1&n&&(e.TgZ(0,"h3"),e._uU(1,"Error! Unable to find information!"),e.qZA())}const Ee=function(n){return{"dashboard-card-content":!0,"error-border":n}};function Ba(n,i){if(1&n&&(e.TgZ(0,"mat-grid-tile",8)(1,"mat-card",9)(2,"mat-card-header")(3,"mat-card-title",10)(4,"div"),e._UZ(5,"fa-icon",11),e.TgZ(6,"span"),e._uU(7),e.qZA()(),e.TgZ(8,"div"),e.YNc(9,Ra,3,1,"button",12),e.TgZ(10,"mat-menu",13,14),e.YNc(12,Ma,2,1,"button",15),e.YNc(13,Ia,2,1,"button",16),e.qZA()()()(),e.TgZ(14,"mat-card-content",17),e.YNc(15,Da,1,0,"mat-progress-bar",18),e.TgZ(16,"div",19),e.YNc(17,Pa,1,2,"rtl-node-info",20),e.YNc(18,Ja,1,2,"rtl-balances-info",21),e.YNc(19,Ea,1,4,"rtl-channel-capacity-info",22),e.YNc(20,Qa,1,2,"rtl-fee-info",23),e.YNc(21,Ya,1,2,"rtl-channel-status-info",24),e.YNc(22,Ha,2,0,"h3",25),e.qZA()()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("colspan",t.cols)("rowspan",t.rows),e.xp6(5),e.Q6J("icon",t.icon),e.xp6(2),e.Oqu(t.title),e.xp6(2),e.Q6J("ngIf",t.links[0]),e.xp6(3),e.Q6J("ngForOf",t.goToOptions),e.xp6(1),e.Q6J("ngIf","capacity"===t.id),e.xp6(1),e.s9C("fxFlex","node"===t.id||"balance"===t.id?70:"fee"===t.id||"status"===t.id?78:90),e.Q6J("ngClass",e.VKq(16,Ee,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.ERROR)||"capacity"===t.id&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.ERROR||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.ERROR))),e.xp6(1),e.Q6J("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.INITIATED)||"capacity"===t.id&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.INITIATED||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.INITIATED)),e.xp6(1),e.Q6J("ngSwitch",t.id),e.xp6(1),e.Q6J("ngSwitchCase","node"),e.xp6(1),e.Q6J("ngSwitchCase","balance"),e.xp6(1),e.Q6J("ngSwitchCase","capacity"),e.xp6(1),e.Q6J("ngSwitchCase","fee"),e.xp6(1),e.Q6J("ngSwitchCase","status")}}function Va(n,i){if(1&n&&(e.TgZ(0,"div",2)(1,"div",3),e._UZ(2,"fa-icon",4),e.TgZ(3,"span",5),e._uU(4),e.qZA()(),e.TgZ(5,"mat-grid-list",6),e.YNc(6,Ba,23,18,"mat-grid-tile",7),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Q6J("icon",t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.ERROR?t.faFrown:t.faSmile),e.xp6(2),e.Oqu(t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.COMPLETED?"Welcome "+t.information.alias+"! Your node is up and running.":t.apiCallStatusNodeInfo.status===t.apiCallStatusEnum.INITIATED?"Wait! Getting your node information...":"Error! Please check the server connection."),e.xp6(1),e.Q6J("rowHeight",t.operatorCardHeight),e.xp6(1),e.Q6J("ngForOf",t.operatorCards)}}function Ga(n,i){if(1&n&&(e.TgZ(0,"button",26)(1,"mat-icon"),e._uU(2,"more_vert"),e.qZA()()),2&n){e.oxw();const t=e.MAs(9);e.Q6J("matMenuTriggerFor",t)}}function za(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",27),e.NdJ("click",function(){const s=e.CHM(t).index,r=e.oxw(2).$implicit;return e.oxw(2).onNavigateTo(r.links[s])}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}function Wa(n,i){if(1&n&&(e.TgZ(0,"mat-card-header")(1,"mat-card-title",10)(2,"div"),e._UZ(3,"fa-icon",11),e.TgZ(4,"span"),e._uU(5),e.qZA()(),e.TgZ(6,"div"),e.YNc(7,Ga,3,1,"button",12),e.TgZ(8,"mat-menu",13,42),e.YNc(10,za,2,1,"button",15),e.qZA()()()()),2&n){const t=e.oxw().$implicit;e.xp6(3),e.Q6J("icon",t.icon),e.xp6(2),e.Oqu(t.title),e.xp6(2),e.Q6J("ngIf",t.links[0]),e.xp6(3),e.Q6J("ngForOf",t.goToOptions)}}function Xa(n,i){1&n&&e._UZ(0,"mat-progress-bar",28)}function $a(n,i){if(1&n&&e._UZ(0,"rtl-node-info",43),2&n){const t=e.oxw(3);e.Q6J("information",t.information)}}function ja(n,i){if(1&n&&e._UZ(0,"rtl-balances-info",30),2&n){const t=e.oxw(3);e.Q6J("balances",t.balances)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[2])}}function Ka(n,i){if(1&n&&e._UZ(0,"rtl-channel-liquidity-info",44),2&n){const t=e.oxw(3);e.Q6J("direction","In")("totalLiquidity",t.totalInboundLiquidity)("allChannels",t.allInboundChannels)("errorMessage",t.errorMessages[3])}}function ei(n,i){if(1&n&&e._UZ(0,"rtl-channel-liquidity-info",44),2&n){const t=e.oxw(3);e.Q6J("direction","Out")("totalLiquidity",t.totalOutboundLiquidity)("allChannels",t.allOutboundChannels)("errorMessage",t.errorMessages[3])}}function ti(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",27),e.NdJ("click",function(){const s=e.CHM(t).index,r=e.oxw(3).$implicit;return e.oxw(2).onNavigateTo(r.links[s])}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}function ni(n,i){if(1&n&&(e.TgZ(0,"button",26)(1,"mat-icon"),e._uU(2,"more_vert"),e.qZA()(),e.TgZ(3,"mat-menu",13,52),e.YNc(5,ti,2,1,"button",15),e.qZA()),2&n){const t=e.MAs(4),a=e.oxw(2).$implicit;e.Q6J("matMenuTriggerFor",t),e.xp6(5),e.Q6J("ngForOf",a.goToOptions)}}function ai(n,i){1&n&&(e.TgZ(0,"span",45)(1,"mat-tab-group",46)(2,"mat-tab",47),e._UZ(3,"rtl-lightning-invoices",48),e.qZA(),e.TgZ(4,"mat-tab",49),e._UZ(5,"rtl-lightning-payments",48),e.qZA(),e.TgZ(6,"mat-tab",50),e.YNc(7,ni,6,2,"ng-template",51),e.qZA()()()),2&n&&(e.xp6(3),e.Q6J("calledFrom","home"),e.xp6(2),e.Q6J("calledFrom","home"),e.xp6(1),e.Q6J("disabled",!0))}function ii(n,i){1&n&&(e.TgZ(0,"h3"),e._uU(1,"Error! Unable to find information!"),e.qZA())}const oi=function(n){return{"p-0":n}};function si(n,i){if(1&n&&(e.TgZ(0,"mat-grid-tile",8)(1,"mat-card",35),e.YNc(2,Wa,11,4,"mat-card-header",36),e.TgZ(3,"mat-card-content",37),e.YNc(4,Xa,1,0,"mat-progress-bar",18),e.TgZ(5,"div",38),e.YNc(6,$a,1,1,"rtl-node-info",39),e.YNc(7,ja,1,2,"rtl-balances-info",21),e.YNc(8,Ka,1,4,"rtl-channel-liquidity-info",40),e.YNc(9,ei,1,4,"rtl-channel-liquidity-info",40),e.YNc(10,ai,8,3,"span",41),e.YNc(11,ii,2,0,"h3",25),e.qZA()()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("colspan",t.cols)("rowspan",t.rows),e.xp6(1),e.Q6J("ngClass",e.VKq(13,oi,"transactions"===t.id)),e.xp6(1),e.Q6J("ngIf","transactions"!==t.id),e.xp6(1),e.s9C("fxFlex","transactions"===t.id?100:"balance"===t.id?70:90),e.Q6J("ngClass",e.VKq(15,Ee,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.ERROR)||("inboundLiq"===t.id||"outboundLiq"===t.id)&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR)),e.xp6(1),e.Q6J("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"balance"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusBlockchainBalance.status===a.apiCallStatusEnum.INITIATED)||("inboundLiq"===t.id||"outboundLiq"===t.id)&&a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngSwitch",t.id),e.xp6(1),e.Q6J("ngSwitchCase","node"),e.xp6(1),e.Q6J("ngSwitchCase","balance"),e.xp6(1),e.Q6J("ngSwitchCase","inboundLiq"),e.xp6(1),e.Q6J("ngSwitchCase","outboundLiq"),e.xp6(1),e.Q6J("ngSwitchCase","transactions")}}function li(n,i){if(1&n&&(e.TgZ(0,"div",3),e._UZ(1,"fa-icon",4),e.TgZ(2,"span",5),e._uU(3),e.qZA()(),e.TgZ(4,"mat-grid-list",34),e.YNc(5,si,12,17,"mat-grid-tile",7),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faSmile),e.xp6(2),e.hij("Welcome ",t.information.alias,"! Your node is up and running."),e.xp6(1),e.Q6J("rowHeight",t.merchantCardHeight),e.xp6(1),e.Q6J("ngForOf",t.merchantCards)}}let ri=(()=>{class n{constructor(t,a,o,s,r){switch(this.logger=t,this.store=a,this.actions=o,this.commonService=s,this.router=r,this.faSmile=Ne.ctA,this.faFrown=Ne.KfU,this.faAngleDoubleDown=v.Sbq,this.faAngleDoubleUp=v.Vfw,this.faChartPie=v.OS1,this.faBolt=v.BDt,this.faServer=v.xf3,this.faNetworkWired=v.kXW,this.flgChildInfoUpdated=!1,this.userPersonaEnum=l.ol,this.activeChannels=0,this.inactiveChannels=0,this.channelBalances={localBalance:0,remoteBalance:0,balancedness:0},this.selNode={},this.information={},this.balances={onchain:-1,lightning:-1,total:0},this.allChannels=[],this.channelsStatus={},this.allChannelsCapacity=[],this.allInboundChannels=[],this.allOutboundChannels=[],this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.operatorCards=[],this.merchantCards=[],this.screenSize="",this.operatorCardHeight="405px",this.merchantCardHeight="65px",this.sortField="Balance Score",this.screenSizeEnum=l.cu,this.errorMessages=["","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusFees=null,this.apiCallStatusBlockchainBalance=null,this.apiCallStatusChannels=null,this.apiCallStatusPendingChannels=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize){case l.cu.XS:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:10,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:10,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:10,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:10,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:6,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:6,rows:6},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:6,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:6,rows:8}];break;case l.cu.SM:case l.cu.MD:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:5,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:5,rows:1},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:5,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:5,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:10,rows:2}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:4},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:3,rows:4},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:3,rows:8},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:3,rows:8}];break;default:this.operatorCards=[{id:"node",goToOptions:[],links:[],icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:3,rows:1},{id:"capacity",goToOptions:["Channels"],links:["connections"],icon:this.faNetworkWired,title:"Channels Capacity",cols:4,rows:2},{id:"fee",goToOptions:["Routing","Fees Summary"],links:["routing","reports"],icon:this.faBolt,title:"Routing Fee",cols:3,rows:1},{id:"status",goToOptions:["Channels","Inactive Channels"],links:["connections","inactive"],icon:this.faNetworkWired,title:"Channels",cols:3,rows:1}],this.merchantCards=[{id:"balance",goToOptions:["On-Chain"],links:["onchain"],icon:this.faChartPie,title:"Balances",cols:2,rows:5},{id:"inboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleDown,title:"In-Bound Liquidity",cols:2,rows:10},{id:"outboundLiq",goToOptions:["Channels"],links:["connections"],icon:this.faAngleDoubleUp,title:"Out-Bound Liquidity",cols:2,rows:10},{id:"transactions",goToOptions:["Transactions","Transactions Summary"],links:["transactions","reports/transactions"],title:"",cols:2,rows:5}]}}ngOnInit(){this.store.select(y.bx).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=t.apiCallStatus,this.apiCallStatusNodeInfo.status===l.Bn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=t.nodeSettings,this.information=t.information}),this.store.select(y.JG).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.errorMessages[1]="",this.apiCallStatusFees=t.apiCallStatus,this.apiCallStatusFees.status===l.Bn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=t.fees}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.errorMessages[2]="",this.apiCallStatusBlockchainBalance=t.apiCallStatus,this.apiCallStatusBlockchainBalance.status===l.Bn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusBlockchainBalance.message?JSON.stringify(this.apiCallStatusBlockchainBalance.message):this.apiCallStatusBlockchainBalance.message?this.apiCallStatusBlockchainBalance.message:""),this.balances.onchain=t.blockchainBalance.total_balance&&+t.blockchainBalance.total_balance>=0?+t.blockchainBalance.total_balance:0,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances)}),this.store.select(y.ni).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{var a,o,s,r,_;this.errorMessages[4]="",this.apiCallStatusPendingChannels=t.apiCallStatus,this.apiCallStatusPendingChannels.status===l.Bn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPendingChannels.message?JSON.stringify(this.apiCallStatusPendingChannels.message):this.apiCallStatusPendingChannels.message?this.apiCallStatusPendingChannels.message:""),this.channelsStatus.pending={num_channels:null===(a=t.pendingChannelsSummary.open)||void 0===a?void 0:a.num_channels,capacity:null===(o=t.pendingChannelsSummary.open)||void 0===o?void 0:o.limbo_balance},this.channelsStatus.closing={num_channels:((null===(s=t.pendingChannelsSummary.closing)||void 0===s?void 0:s.num_channels)||0)+((null===(r=t.pendingChannelsSummary.force_closing)||void 0===r?void 0:r.num_channels)||0)+((null===(_=t.pendingChannelsSummary.waiting_close)||void 0===_?void 0:_.num_channels)||0),capacity:t.pendingChannelsSummary.total_limbo_balance}}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{var a,o,s,r,_;this.errorMessages[3]="",this.apiCallStatusChannels=t.apiCallStatus,this.apiCallStatusChannels.status===l.Bn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:"");const g=t.lightningBalance&&t.lightningBalance.local?+t.lightningBalance.local:0,C=t.lightningBalance&&t.lightningBalance.remote?+t.lightningBalance.remote:0;this.channelBalances={localBalance:g,remoteBalance:C,balancedness:+(1-Math.abs((g-C)/(g+C))).toFixed(3)},this.balances.lightning=t.lightningBalance.local||0,this.balances.total=this.balances.lightning+this.balances.onchain,this.balances=Object.assign({},this.balances),this.activeChannels=(null===(a=t.channelsSummary.active)||void 0===a?void 0:a.num_channels)||0,this.inactiveChannels=(null===(o=t.channelsSummary.inactive)||void 0===o?void 0:o.num_channels)||0,this.channelsStatus.active=t.channelsSummary.active,this.channelsStatus.inactive=t.channelsSummary.inactive,this.totalInboundLiquidity=0,this.totalOutboundLiquidity=0,this.allChannels=null===(s=t.channels)||void 0===s?void 0:s.filter(T=>!0===T.active),this.allChannelsCapacity=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(this.allChannels,"balancedness"))),this.allInboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(null===(r=this.allChannels)||void 0===r?void 0:r.filter(T=>T.remote_balance&&T.remote_balance>0),"remote_balance"))),this.allOutboundChannels=JSON.parse(JSON.stringify(this.commonService.sortDescByKey(null===(_=this.allChannels)||void 0===_?void 0:_.filter(T=>T.local_balance&&T.local_balance>0),"local_balance"))),this.allChannels.forEach(T=>{this.totalInboundLiquidity=this.totalInboundLiquidity+ +(T.remote_balance||0),this.totalOutboundLiquidity=this.totalOutboundLiquidity+ +(T.local_balance||0)}),this.flgChildInfoUpdated=!!(this.balances.lightning>=0&&this.balances.onchain>=0&&this.fees.month_fee_sum&&this.fees.month_fee_sum>=0),this.logger.info(t)}),this.actions.pipe((0,h.R)(this.unSubs[5]),(0,Y.h)(t=>t.type===l.uR.FETCH_FEES_LND||t.type===l.uR.SET_FEES_LND)).subscribe(t=>{t.type===l.uR.FETCH_FEES_LND&&(this.flgChildInfoUpdated=!1),t.type===l.uR.SET_FEES_LND&&(this.flgChildInfoUpdated=!0)})}onNavigateTo(t){"inactive"===t?this.router.navigateByUrl("/lnd/connections",{state:{filter:t}}):this.router.navigateByUrl("/lnd/"+t)}onsortChannelsBy(){"Balance Score"===this.sortField?(this.sortField="Capacity",this.allChannelsCapacity=this.allChannels.sort((t,a)=>{const o=+(t.local_balance||0)+ +(t.remote_balance||0),s=+(a.local_balance||0)+ +(a.remote_balance||0);return o>s?-1:o{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(W.eX),e.Y36(O.v),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-home"]],decls:3,vars:2,consts:[["fxLayout","column",4,"ngIf","ngIfElse"],["merchantDashboard",""],["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container","mb-2"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","10","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan",4,"ngFor","ngForOf"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",3,"colspan","rowspan"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card"],["fxLayoutAlign","space-between center"],[1,"mr-1",3,"icon"],["mat-icon-button","","class","more-button","aria-label","Toggle menu",3,"matMenuTriggerFor",4,"ngIf"],["xPosition","before",1,"dashboard-vert-menu"],["menuOperator","matMenu"],["mat-menu-item","",3,"click",4,"ngFor","ngForOf"],["mat-menu-item","",3,"click",4,"ngIf"],["fxLayout","column",3,"fxFlex","ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"balances","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],[4,"ngSwitchDefault"],["mat-icon-button","","aria-label","Toggle menu",1,"more-button",3,"matMenuTriggerFor"],["mat-menu-item","",3,"click"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"balances","errorMessage"],["fxFlex","100",3,"sortBy","channelBalances","allChannels","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxFlex","100",3,"channelsStatus","errorMessage"],["cols","6","gutterSize","20px",3,"rowHeight"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch",1,"h-100","dashboard-card",3,"ngClass"],[4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch",3,"fxFlex","ngClass"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",3,"ngSwitch"],["fxFlex","100",3,"information",4,"ngSwitchCase"],["fxFlex","100",3,"direction","totalLiquidity","allChannels","errorMessage",4,"ngSwitchCase"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",3,"perfectScrollbar",4,"ngSwitchCase"],["menuMerchant","matMenu"],["fxFlex","100",3,"information"],["fxFlex","100",3,"direction","totalLiquidity","allChannels","errorMessage"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100",1,"w-100","dashboard-tabs-group"],["label","Receive"],[3,"calledFrom"],["label","Pay"],[3,"disabled"],["mat-tab-label",""],["menuTransactions","matMenu"]],template:function(t,a){if(1&t&&(e.YNc(0,Va,7,4,"div",0),e.YNc(1,li,6,4,"ng-template",null,1,e.W1O)),2&t){const o=e.MAs(2);e.Q6J("ngIf",(null==a.selNode?null:a.selNode.userPersona)===a.userPersonaEnum.OPERATOR)("ngIfElse",o)}},directives:[p.O5,d.xw,d.Wh,D.BN,ue.Il,p.sg,ue.DX,d.yH,Z.a8,Z.dk,Z.n5,N.lW,ge.p6,te.Hw,ge.VK,ge.OP,Z.dn,p.mk,k.oO,J.pW,p.RF,p.n9,Ue,ut,Ct,Oe,Re,p.ED,It,H.$V,P.SP,P.uX,De,Je,P.uD],styles:[""]}),n})();var fe=f(1203),Ce=f(7544);function ci(n,i){if(1&n&&(e.TgZ(0,"span",10),e._uU(1,"Channels"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.activeChannels)}}function ui(n,i){if(1&n&&(e.TgZ(0,"span",10),e._uU(1,"Peers"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.activePeers)}}let pi=(()=>{class n{constructor(t,a,o){this.store=t,this.logger=a,this.router=o,this.selNode={},this.activePeers=0,this.activeChannels=0,this.faUsers=v.FVb,this.faChartPie=v.OS1,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"channels",name:"Channels"},{link:"peers",name:"Peers"}],this.activeLink=0,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.activeLink=this.links.findIndex(t=>t.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t instanceof b.Av)).subscribe({next:t=>{this.activeLink=this.links.findIndex(a=>a.link===t.urlAfterRedirects.substring(t.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(y.$k).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.selNode=t}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.activePeers=t.peers&&t.peers.length?t.peers.length:0,this.logger.info(t)}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{var a;this.activeChannels=(null===(a=t.channelsSummary.active)||void 0===a?void 0:a.num_channels)||0,this.logger.info(t)}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{this.balances=[{title:"Total Balance",dataValue:t.blockchainBalance.total_balance||0},{title:"Confirmed",dataValue:t.blockchainBalance.confirmed_balance||0},{title:"Unconfirmed",dataValue:t.blockchainBalance.unconfirmed_balance||0}],this.logger.info(t)})}onSelectedTabChange(t){this.router.navigateByUrl("/lnd/connections/"+this.links[t.index].link)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(U.mQ),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-connections"]],decls:22,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],[3,"selectedIndex","selectedIndexChange","selectedTabChange"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"On-chain Balance"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),e._UZ(7,"rtl-currency-unit-converter",5),e.qZA()()(),e.TgZ(8,"div",0),e._UZ(9,"fa-icon",1),e.TgZ(10,"span",2),e._uU(11,"Connections"),e.qZA()(),e.TgZ(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"mat-tab-group",7),e.NdJ("selectedIndexChange",function(s){return a.activeLink=s})("selectedTabChange",function(s){return a.onSelectedTabChange(s)}),e.TgZ(16,"mat-tab"),e.YNc(17,ci,2,1,"ng-template",8),e.qZA(),e.TgZ(18,"mat-tab"),e.YNc(19,ui,2,1,"ng-template",8),e.qZA()(),e.TgZ(20,"div",9),e._UZ(21,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faChartPie),e.xp6(6),e.Q6J("values",a.balances),e.xp6(2),e.Q6J("icon",a.faUsers),e.xp6(6),e.Q6J("selectedIndex",a.activeLink))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,fe.D,P.SP,P.uX,P.uD,Ce.k,d.yH,b.lC],styles:[""]}),n})();var xe=f(8675),Qe=f(4004),Ye=f(9843);const mi=["form"];function di(n,i){if(1&n&&(e.TgZ(0,"mat-option",38),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.Oqu(t.alias?t.alias:t.pub_key?t.pub_key:"")}}function _i(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Peer alias is required."),e.qZA())}function hi(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Peer not found in the list."),e.qZA())}function gi(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",34),e._UZ(1,"input",35),e.TgZ(2,"mat-autocomplete",36,37),e.NdJ("optionSelected",function(){return e.CHM(t),e.oxw().onSelectedPeerChanged()}),e.YNc(4,di,2,2,"mat-option",24),e.ALo(5,"async"),e.qZA(),e.YNc(6,_i,2,0,"mat-error",17),e.YNc(7,hi,2,0,"mat-error",17),e.qZA()}if(2&n){const t=e.MAs(3),a=e.oxw();e.xp6(1),e.Q6J("formControl",a.selectedPeer)("matAutocomplete",t),e.xp6(1),e.Q6J("displayWith",a.displayFn),e.xp6(2),e.Q6J("ngForOf",e.lcZ(5,6,a.filteredPeers)),e.xp6(2),e.Q6J("ngIf",null==a.selectedPeer.errors?null:a.selectedPeer.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.selectedPeer.errors?null:a.selectedPeer.errors.notfound)}}function fi(n,i){1&n&&e.GkF(0)}function Ci(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function xi(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("Amount must be less than or equal to ",t.totalBalance,".")}}function yi(n,i){if(1&n&&(e.TgZ(0,"mat-option",38),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function Ti(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("","1"===t.selTransType?"Target Confirmation Blocks":"Fee"," is required.")}}function vi(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.channelConnectionError)}}function bi(n,i){if(1&n&&(e.TgZ(0,"div",39),e._UZ(1,"fa-icon",40),e.YNc(2,vi,2,1,"span",17),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.channelConnectionError)}}function Zi(n,i){if(1&n&&(e.TgZ(0,"mat-expansion-panel",42)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span"),e._uU(4,"Peer: \xa0"),e.qZA(),e.TgZ(5,"strong",43),e._uU(6),e.qZA()()(),e.TgZ(7,"div",9)(8,"div",44)(9,"div",34)(10,"h4",45),e._uU(11,"Pubkey"),e.qZA(),e.TgZ(12,"span",46),e._uU(13),e.qZA()()(),e._UZ(14,"mat-divider",47),e.TgZ(15,"div",44)(16,"div",48)(17,"h4",45),e._uU(18,"Address"),e.qZA(),e.TgZ(19,"span",49),e._uU(20),e.qZA()(),e.TgZ(21,"div",48)(22,"h4",45),e._uU(23,"Inbound"),e.qZA(),e.TgZ(24,"span",49),e._uU(25),e.qZA()()()()()),2&n){const t=e.oxw(2);e.xp6(6),e.Oqu((null==t.peer?null:t.peer.alias)||(null==t.peer?null:t.peer.address)),e.xp6(7),e.Oqu(t.peer.pub_key),e.xp6(7),e.Oqu(null==t.peer?null:t.peer.address),e.xp6(5),e.Oqu(null!=t.peer&&t.peer.inbound?"True":"False")}}function wi(n,i){if(1&n&&e.YNc(0,Zi,26,4,"mat-expansion-panel",41),2&n){const t=e.oxw();e.Q6J("ngIf",t.peer)}}let He=(()=>{class n{constructor(t,a,o,s){this.dialogRef=t,this.data=a,this.store=o,this.actions=s,this.selectedPeer=new u.NI,this.amount=new u.NI,this.faExclamationTriangle=v.eHv,this.channelConnectionError="",this.advancedTitle="Advanced Options",this.totalBalance=0,this.selectedPubkey="",this.isPrivate=!1,this.selTransType="0",this.spendUnconfirmed=!1,this.transTypeValue="",this.transTypes=l.Dr,this.unSubs=[new m.x,new m.x]}ngOnInit(){this.data.message?(this.information=this.data.message.information,this.totalBalance=this.data.message.balance,this.peer=this.data.message.peer||null,this.peers=this.data.message.peers||[]):(this.information={},this.totalBalance=0,this.peer=null,this.peers=[]),this.alertTitle=this.data.alertTitle||"Alert",this.actions.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(o=>o.type===l.uR.UPDATE_API_CALL_STATUS_LND||o.type===l.uR.FETCH_CHANNELS_LND)).subscribe(o=>{o.type===l.uR.UPDATE_API_CALL_STATUS_LND&&o.payload.status===l.Bn.ERROR&&"SaveNewChannel"===o.payload.action&&(this.channelConnectionError=o.payload.message),o.type===l.uR.FETCH_CHANNELS_LND&&this.dialogRef.close()});let t="",a="";this.sortedPeers=this.peers.sort((o,s)=>(t=o.alias?o.alias.toLowerCase():o.pub_key?o.pub_key.toLowerCase():"",a=s.alias?s.alias.toLowerCase():o.pub_key?o.pub_key.toLowerCase():"",ta?1:0)),this.filteredPeers=this.selectedPeer.valueChanges.pipe((0,h.R)(this.unSubs[1]),(0,xe.O)(""),(0,Qe.U)(o=>"string"==typeof o?o:o.alias?o.alias:o.pub_key),(0,Qe.U)(o=>o?this.filterPeers(o):this.sortedPeers.slice()))}filterPeers(t){var a;return null===(a=this.sortedPeers)||void 0===a?void 0:a.filter(o=>{var s;return 0===(null===(s=o.alias)||void 0===s?void 0:s.toLowerCase().indexOf(t?t.toLowerCase():""))})}displayFn(t){return t&&t.alias?t.alias:t&&t.pub_key?t.pub_key:""}onSelectedPeerChanged(){var t;if(this.channelConnectionError="",this.selectedPubkey=this.selectedPeer.value&&this.selectedPeer.value.pub_key?this.selectedPeer.value.pub_key:null,"string"==typeof this.selectedPeer.value){const a=null===(t=this.peers)||void 0===t?void 0:t.filter(o=>{var s,r;return(null===(s=o.alias)||void 0===s?void 0:s.length)===this.selectedPeer.value.length&&0===(null===(r=o.alias)||void 0===r?void 0:r.toLowerCase().indexOf(this.selectedPeer.value?this.selectedPeer.value.toLowerCase():""))});1===a.length&&a[0].pub_key&&(this.selectedPubkey=a[0].pub_key)}this.selectedPeer.setErrors(this.selectedPeer.value&&!this.selectedPubkey?{notfound:!0}:null)}onClose(){this.dialogRef.close(!1)}resetData(){this.selectedPeer.setValue(""),this.fundingAmount=null,this.isPrivate=!1,this.spendUnconfirmed=!1,this.selTransType="0",this.transTypeValue="",this.channelConnectionError="",this.advancedTitle="Advanced Options",this.form.resetForm()}onOpenChannel(){if(!this.peer&&!this.selectedPubkey||!this.fundingAmount||this.totalBalance-this.fundingAmount<0||("1"===this.selTransType||"2"===this.selTransType)&&!this.transTypeValue)return!0;this.store.dispatch((0,w.YX)({payload:{selectedPeerPubkey:this.peer&&this.peer.pub_key?this.peer.pub_key:this.selectedPubkey,fundingAmount:this.fundingAmount,private:this.isPrivate,transType:this.selTransType,transTypeValue:this.transTypeValue,spendUnconfirmed:this.spendUnconfirmed}}))}onAdvancedPanelToggle(t){this.advancedTitle=t?"Advanced Options | "+("1"===this.selTransType?"Target Confirmation Blocks: ":"2"===this.selTransType?"Fee (Sats/vByte): ":"Default")+("1"===this.selTransType||"2"===this.selTransType?this.transTypeValue:"")+" | Spend Unconfirmed Output: "+(this.spendUnconfirmed?"Yes":"No"):"Advanced Options"}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(L.yh),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-open-channel"]],viewQuery:function(t,a){if(1&t&&e.Gf(mi,7),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first)}},decls:55,vars:25,consts:[["fxLayout","row","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column",3,"submit","reset"],["form","ngForm"],["fxLayout","column"],["fxFlex","100",4,"ngIf"],[4,"ngTemplateOutlet"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxFlex","60","fxLayoutAlign","start end"],["matInput","","placeholder","Amount","type","number","tabindex","1","required","","name","amnt",3,"ngModel","step","min","max","ngModelChange"],["amt","ngModel"],["matSuffix",""],[4,"ngIf"],["fxFlex","35","fxLayoutAlign","start center"],["tabindex","2","color","primary","name","isPrivate",3,"ngModel","ngModelChange"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","expanded","false",1,"flat-expansion-panel","mt-2",3,"closed","opened"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","49"],["tabindex","3",3,"value","valueChange"],[3,"value",4,"ngFor","ngForOf"],["matInput","","type","number","tabindex","4","name","transTpValue",3,"ngModel","required","disabled","placeholder","step","min","ngModelChange"],["transTypeVal","ngModel"],["fxFlex","50","fxLayoutAlign","start center"],["tabindex","6","color","primary","name","spendUnconfirmed",3,"ngModel","ngModelChange"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","9"],["peerDetailsExpansionBlock",""],["fxFlex","100"],["type","text","placeholder","Peer Alias","aria-label","Peers","matInput","","tabindex","1","required","",3,"formControl","matAutocomplete"],[3,"displayWith","optionSelected"],["auto","matAutocomplete"],[3,"value"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["class","flat-expansion-panel my-1","expanded","false",4,"ngIf"],["expanded","false",1,"flat-expansion-panel","my-1"],[1,"font-weight-900"],["fxLayout","row"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","50"],[1,"overflow-wrap","foreground-secondary-text"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return a.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8),e.NdJ("submit",function(){return a.onOpenChannel()})("reset",function(){return a.resetData()}),e.TgZ(11,"div",9),e.YNc(12,gi,8,8,"mat-form-field",10),e.qZA(),e.YNc(13,fi,1,0,"ng-container",11),e.TgZ(14,"div",9)(15,"div",12)(16,"mat-form-field",13)(17,"input",14,15),e.NdJ("ngModelChange",function(s){return a.fundingAmount=s}),e.qZA(),e.TgZ(19,"mat-hint"),e._uU(20),e.ALo(21,"number"),e.qZA(),e.TgZ(22,"span",16),e._uU(23," Sats "),e.qZA(),e.YNc(24,Ci,2,0,"mat-error",17),e.YNc(25,xi,2,1,"mat-error",17),e.qZA(),e.TgZ(26,"div",18)(27,"mat-slide-toggle",19),e.NdJ("ngModelChange",function(s){return a.isPrivate=s}),e._uU(28,"Private Channel"),e.qZA()()(),e.TgZ(29,"mat-expansion-panel",20),e.NdJ("closed",function(){return a.onAdvancedPanelToggle(!0)})("opened",function(){return a.onAdvancedPanelToggle(!1)}),e.TgZ(30,"mat-expansion-panel-header")(31,"mat-panel-title")(32,"span"),e._uU(33),e.qZA()()(),e.TgZ(34,"div",21)(35,"div",12)(36,"mat-form-field",22)(37,"mat-select",23),e.NdJ("valueChange",function(s){return a.selTransType=s}),e.YNc(38,yi,2,2,"mat-option",24),e.qZA()(),e.TgZ(39,"mat-form-field",22)(40,"input",25,26),e.NdJ("ngModelChange",function(s){return a.transTypeValue=s}),e.qZA(),e.YNc(42,Ti,2,1,"mat-error",17),e.qZA()(),e.TgZ(43,"div",12)(44,"div",27)(45,"mat-slide-toggle",28),e.NdJ("ngModelChange",function(s){return a.spendUnconfirmed=s}),e._uU(46,"Spend Unconfirmed Output"),e.qZA()()()()()(),e.YNc(47,bi,3,2,"div",29),e.TgZ(48,"div",30)(49,"button",31),e._uU(50,"Clear Fields"),e.qZA(),e.TgZ(51,"button",32),e._uU(52,"Open Channel"),e.qZA()()()()()(),e.YNc(53,wi,1,1,"ng-template",null,33,e.W1O)),2&t){const o=e.MAs(54);e.xp6(5),e.Oqu(a.alertTitle),e.xp6(7),e.Q6J("ngIf",!a.peer&&a.peers&&a.peers.length>0),e.xp6(1),e.Q6J("ngTemplateOutlet",o),e.xp6(4),e.Q6J("ngModel",a.fundingAmount)("step",1e3)("min",1)("max",a.totalBalance),e.xp6(3),e.hij("(Remaining Bal: ",e.lcZ(21,23,a.totalBalance-(a.fundingAmount?a.fundingAmount:0)),")"),e.xp6(4),e.Q6J("ngIf",null==a.amount.errors?null:a.amount.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.amount.errors?null:a.amount.errors.max),e.xp6(2),e.Q6J("ngModel",a.isPrivate),e.xp6(6),e.Oqu(a.advancedTitle),e.xp6(4),e.Q6J("value",a.selTransType),e.xp6(1),e.Q6J("ngForOf",a.transTypes),e.xp6(2),e.Q6J("ngModel",a.transTypeValue)("required","0"!==a.selTransType)("disabled","0"===a.selTransType)("placeholder","0"===a.selTransType?"Default":"1"===a.selTransType?"Target Confirmation Blocks":"Fee (Sats/vByte)")("step",1)("min",0),e.xp6(2),e.Q6J("ngIf","0"!==a.selTransType&&!a.transTypeValue),e.xp6(3),e.Q6J("ngModel",a.spendUnconfirmed),e.xp6(2),e.Q6J("ngIf",""!==a.channelConnectionError)}},directives:[d.xw,d.Wh,d.yH,Z.dk,N.lW,Z.dn,u._Y,u.JL,u.F,p.O5,x.KE,M.Nt,u.Fj,ie.ZL,u.Q7,u.JJ,u.oH,ie.XC,p.sg,B.ey,x.TO,p.tP,u.wV,u.qQ,u.Fd,K.q,Ye.F,u.On,x.bx,x.R9,pe.Rr,V.ib,V.yz,V.yK,R.gD,D.BN,$.h,X.d],pipes:[p.Ov,p.JJ],styles:[".open-inputs-box[_ngcontent-%COMP%]{padding:1.2rem 2.4rem .8rem!important}"]}),n})();var G=f(5615);const Ai=["peersForm"],Si=["stepper"];function Li(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw();e.Oqu(t.peerFormLabel)}}function ki(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Address is required."),e.qZA())}function Fi(n,i){if(1&n&&(e.TgZ(0,"div",37),e._UZ(1,"fa-icon",38),e.TgZ(2,"span"),e._uU(3),e.qZA()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(2),e.Oqu(t.peerConnectionError)}}function Ni(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw();e.Oqu(t.channelFormLabel)}}function qi(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function Ui(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount must be a positive number."),e.qZA())}function Oi(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("Amount must be less than or equal to ",t.totalBalance,".")}}function Ri(n,i){if(1&n&&(e.TgZ(0,"mat-option",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function Mi(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("","0"===t.channelFormGroup.controls.selTransType.value?"Default":"1"===t.channelFormGroup.controls.selTransType.value?"Target Confirmation Blocks":"Fee (Sats/vByte)"," is required.")}}function Ii(n,i){if(1&n&&(e.TgZ(0,"div",37),e._UZ(1,"fa-icon",38),e.TgZ(2,"span"),e._uU(3),e.qZA()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(2),e.Oqu(t.channelConnectionError)}}let Di=(()=>{class n{constructor(t,a,o,s,r,_,g){this.dialogRef=t,this.data=a,this.store=o,this.lndEffects=s,this.formBuilder=r,this.actions=_,this.logger=g,this.faExclamationTriangle=v.eHv,this.peerAddress="",this.totalBalance=0,this.transTypes=l.Dr,this.flgChannelOpened=!1,this.channelOpenStatus=null,this.newlyAddedPeer=null,this.flgEditable=!0,this.peerConnectionError="",this.channelConnectionError="",this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)",this.unSubs=[new m.x,new m.x]}ngOnInit(){var t;this.totalBalance=(null===(t=this.data.message)||void 0===t?void 0:t.balance)||0,this.peerFormGroup=this.formBuilder.group({hiddenAddress:["",[u.kI.required]],peerAddress:["",[u.kI.required]]}),this.channelFormGroup=this.formBuilder.group({fundingAmount:["",[u.kI.required,u.kI.min(1),u.kI.max(this.totalBalance)]],isPrivate:[!1],selTransType:[l.Dr[0].id],transTypeValue:[{value:"",disabled:!0}],spendUnconfirmed:[!1],hiddenAmount:["",[u.kI.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.channelFormGroup.controls.selTransType.valueChanges.pipe((0,h.R)(this.unSubs[0])).subscribe(a=>{a===l.Dr[0].id?(this.channelFormGroup.controls.transTypeValue.setValue(""),this.channelFormGroup.controls.transTypeValue.disable(),this.channelFormGroup.controls.transTypeValue.setValidators(null),this.channelFormGroup.controls.transTypeValue.setErrors(null)):(this.channelFormGroup.controls.transTypeValue.setValue(""),this.channelFormGroup.controls.transTypeValue.enable(),this.channelFormGroup.controls.transTypeValue.setValidators([u.kI.required]))}),this.actions.pipe((0,h.R)(this.unSubs[1]),(0,Y.h)(a=>a.type===l.uR.NEWLY_ADDED_PEER_LND||a.type===l.uR.FETCH_PENDING_CHANNELS_LND||a.type===l.uR.UPDATE_API_CALL_STATUS_LND)).subscribe(a=>{a.type===l.uR.NEWLY_ADDED_PEER_LND&&(this.logger.info(a.payload),this.flgEditable=!1,this.newlyAddedPeer=a.payload.peer,this.peerFormGroup.controls.hiddenAddress.setValue(this.peerFormGroup.controls.peerAddress.value),this.stepper.next()),a.type===l.uR.FETCH_PENDING_CHANNELS_LND&&this.dialogRef.close(),a.type===l.uR.UPDATE_API_CALL_STATUS_LND&&a.payload.status===l.Bn.ERROR&&("SaveNewPeer"===a.payload.action||"FetchGraphNode"===a.payload.action?this.peerConnectionError=a.payload.message:"SaveNewChannel"===a.payload.action&&(this.channelConnectionError=a.payload.message))})}onConnectPeer(){if(!this.peerFormGroup.controls.peerAddress.value)return!0;this.peerConnectionError="";const t=this.peerFormGroup.controls.peerAddress.value.search("@");let a="",o="";t>-1?(a=this.peerFormGroup.controls.peerAddress.value.substring(0,t),o=this.peerFormGroup.controls.peerAddress.value.substring(t+1),this.connectPeerWithParams(a,o)):(this.store.dispatch((0,w.dV)({payload:{pubkey:this.peerFormGroup.controls.peerAddress.value}})),this.lndEffects.setGraphNode.pipe((0,z.q)(1)).subscribe(s=>{setTimeout(()=>{o=s.node.addresses&&s.node.addresses.length&&s.node.addresses.length>0&&s.node.addresses[0].addr?s.node.addresses[0].addr:"",this.connectPeerWithParams(this.peerFormGroup.controls.peerAddress.value,o)},0)}))}connectPeerWithParams(t,a){this.store.dispatch((0,w.El)({payload:{pubkey:t,host:a,perm:!1}}))}onOpenChannel(){var t;if(!this.channelFormGroup.controls.fundingAmount.value||this.totalBalance-this.channelFormGroup.controls.fundingAmount.value<0||"1"===this.channelFormGroup.controls.selTransType.value&&!this.channelFormGroup.controls.transTypeValue.value||"2"===this.channelFormGroup.controls.selTransType.value&&!this.channelFormGroup.controls.transTypeValue.value)return!0;this.channelConnectionError="",this.store.dispatch((0,w.YX)({payload:{selectedPeerPubkey:null===(t=this.newlyAddedPeer)||void 0===t?void 0:t.pub_key,fundingAmount:this.channelFormGroup.controls.fundingAmount.value,private:this.channelFormGroup.controls.isPrivate.value,transType:this.channelFormGroup.controls.selTransType.value,transTypeValue:this.channelFormGroup.controls.transTypeValue.value,spendUnconfirmed:this.channelFormGroup.controls.spendUnconfirmed.value}}))}onClose(){this.dialogRef.close(!1)}stepSelectionChanged(t){var a,o;switch(t.selectedIndex){case 0:default:this.peerFormLabel="Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 1:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(null===(a=this.newlyAddedPeer)||void 0===a?void 0:a.alias):"Peer Details",this.channelFormLabel="Open Channel (Optional)";break;case 2:this.peerFormLabel=this.peerFormGroup.controls.peerAddress.value?"Peer Added: "+(null===(o=this.newlyAddedPeer)||void 0===o?void 0:o.alias):"Peer Details",this.channelFormLabel=this.channelFormGroup.controls.fundingAmount.value?"Opening Channel for "+this.channelFormGroup.controls.fundingAmount.value+" Sats":"Open Channel (Optional)"}t.selectedIndex{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(L.yh),e.Y36(ne.l),e.Y36(u.qu),e.Y36(W.eX),e.Y36(U.mQ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-connect-peer"]],viewQuery:function(t,a){if(1&t&&(e.Gf(Ai,5),e.Gf(Si,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first),e.iGM(o=e.CRH())&&(a.stepper=o.first)}},decls:56,vars:24,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["autoFocus","","matInput","","placeholder","Lightning Address (pubkey OR pubkey@ip:port)","formControlName","peerAddress","tabindex","1","required",""],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mb-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxFlex","60","fxLayoutAlign","start end"],["matInput","","formControlName","fundingAmount","placeholder","Amount","type","number","tabindex","1","required","",3,"step"],["matSuffix",""],["fxFlex","35","fxLayoutAlign","start center"],["tabindex","2","color","primary","formControlName","isPrivate","name","isPrivate"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],["fxFlex","30","fxLayoutAlign","start end"],["tabindex","3","formControlName","selTransType","placeholder","Transaction Type"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","30"],["matInput","","formControlName","transTypeValue","type","number","name","transTypeValue","tabindex","4",3,"placeholder","step","required"],["tabindex","6","color","primary","formControlName","spendUnconfirmed","name","spendUnconfirmed"],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],[3,"value"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Connect to a new peer"),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return a.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"div",7)(10,"mat-vertical-stepper",8,9),e.NdJ("selectionChange",function(s){return a.stepSelectionChanged(s)}),e.TgZ(12,"mat-step",10)(13,"form",11),e.YNc(14,Li,1,1,"ng-template",12),e.TgZ(15,"mat-form-field",1),e._UZ(16,"input",13),e.YNc(17,ki,2,0,"mat-error",14),e.qZA(),e.YNc(18,Fi,4,2,"div",15),e.TgZ(19,"div",16)(20,"button",17),e.NdJ("click",function(){return a.onConnectPeer()}),e._uU(21),e.qZA()()()(),e.TgZ(22,"mat-step",10)(23,"form",18),e.YNc(24,Ni,1,1,"ng-template",19),e.TgZ(25,"div",20)(26,"div",21)(27,"mat-form-field",22),e._UZ(28,"input",23),e.TgZ(29,"mat-hint"),e._uU(30),e.qZA(),e.TgZ(31,"span",24),e._uU(32," Sats "),e.qZA(),e.YNc(33,qi,2,0,"mat-error",14),e.YNc(34,Ui,2,0,"mat-error",14),e.YNc(35,Oi,2,1,"mat-error",14),e.qZA(),e.TgZ(36,"div",25)(37,"mat-slide-toggle",26),e._uU(38,"Private Channel"),e.qZA()()(),e.TgZ(39,"div",27)(40,"mat-form-field",28)(41,"mat-select",29),e.YNc(42,Ri,2,2,"mat-option",30),e.qZA()(),e.TgZ(43,"mat-form-field",31),e._UZ(44,"input",32),e.YNc(45,Mi,2,1,"mat-error",14),e.qZA(),e.TgZ(46,"div",25)(47,"mat-slide-toggle",33),e._uU(48,"Spend Unconfirmed Output"),e.qZA()()()(),e.YNc(49,Ii,4,2,"div",15),e.TgZ(50,"div",16)(51,"button",34),e.NdJ("click",function(){return a.onOpenChannel()}),e._uU(52),e.qZA()()()()(),e.TgZ(53,"div",35)(54,"button",36),e._uU(55),e.qZA()()()()()()),2&t&&(e.xp6(10),e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",a.peerFormGroup)("editable",a.flgEditable),e.xp6(1),e.Q6J("formGroup",a.peerFormGroup),e.xp6(4),e.Q6J("ngIf",null==a.peerFormGroup.controls.peerAddress.errors?null:a.peerFormGroup.controls.peerAddress.errors.required),e.xp6(1),e.Q6J("ngIf",""!==a.peerConnectionError),e.xp6(3),e.Oqu(""!==a.peerConnectionError?"Retry":"Add Peer"),e.xp6(1),e.Q6J("stepControl",a.channelFormGroup)("editable",a.flgEditable),e.xp6(1),e.Q6J("formGroup",a.channelFormGroup),e.xp6(5),e.Q6J("step",1e3),e.xp6(2),e.hij("Remaining Bal: ",a.totalBalance-(a.channelFormGroup.controls.fundingAmount.value?a.channelFormGroup.controls.fundingAmount.value:0),""),e.xp6(3),e.Q6J("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.min),e.xp6(1),e.Q6J("ngIf",null==a.channelFormGroup.controls.fundingAmount.errors?null:a.channelFormGroup.controls.fundingAmount.errors.max),e.xp6(7),e.Q6J("ngForOf",a.transTypes),e.xp6(2),e.Q6J("placeholder","0"===a.channelFormGroup.controls.selTransType.value?"Default":"1"===a.channelFormGroup.controls.selTransType.value?"Target Confirmation Blocks":"Fee (Sats/vByte)")("step",1)("required","0"!==a.channelFormGroup.controls.selTransType.value),e.xp6(1),e.Q6J("ngIf",null==a.channelFormGroup.controls.transTypeValue.errors?null:a.channelFormGroup.controls.transTypeValue.errors.required),e.xp6(4),e.Q6J("ngIf",""!==a.channelConnectionError),e.xp6(3),e.Oqu(""!==a.channelConnectionError?"Retry":"Open Channel"),e.xp6(2),e.Q6J("mat-dialog-close",!1),e.xp6(1),e.Oqu(null!=a.newlyAddedPeer&&a.newlyAddedPeer.pub_key?"Do It Later":"Close"))},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,Z.dn,G.Vq,G.C0,u._Y,u.JL,u.sg,G.VY,x.KE,M.Nt,u.Fj,$.h,u.JJ,u.u,u.Q7,p.O5,x.TO,D.BN,u.wV,x.bx,x.R9,pe.Rr,R.gD,p.sg,B.ey,E.ZT],styles:[""]}),n})();function Pi(n,i){1&n&&e._UZ(0,"mat-progress-bar",32)}function Ji(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Alias "),e.qZA())}const Be=function(n){return{"max-width":n}};function Ei(n,i){if(1&n&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,Be,a.screenSize===a.screenSizeEnum.XS?"12rem":"25rem")),e.xp6(1),e.hij(" ",null==t?null:t.alias," ")}}function Qi(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Public Key "),e.qZA())}function Yi(n,i){if(1&n&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,Be,a.screenSize===a.screenSizeEnum.XS?"5rem":"35rem")),e.xp6(1),e.hij(" ",null==t?null:t.pub_key," ")}}function Hi(n,i){1&n&&(e.TgZ(0,"th",35),e._uU(1," Sats Sent "),e.qZA())}function Bi(n,i){if(1&n&&(e.TgZ(0,"td",36)(1,"span",37),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.sat_sent)," ")}}function Vi(n,i){1&n&&(e.TgZ(0,"th",35),e._uU(1," Sats Received "),e.qZA())}function Gi(n,i){if(1&n&&(e.TgZ(0,"td",36)(1,"span",37),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.sat_recv)," ")}}function zi(n,i){1&n&&(e.TgZ(0,"th",35),e._uU(1," Ping "),e.qZA())}function Wi(n,i){if(1&n&&(e.TgZ(0,"td",36)(1,"span",37),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.ping_time)," ")}}function Xi(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",38)(1,"div",39)(2,"mat-select",40),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",41),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function $i(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",42)(1,"div",39)(2,"mat-select",40),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",41),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onPeerClick(r,o)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",41),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onOpenChannel(s)}),e._uU(7,"Open Channel"),e.qZA(),e.TgZ(8,"mat-option",41),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onPeerDetach(s)}),e._uU(9,"Disconnect"),e.qZA()()()()}}function ji(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No connected peer."),e.qZA())}function Ki(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting peers..."),e.qZA())}function eo(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function to(n,i){if(1&n&&(e.TgZ(0,"td",43),e.YNc(1,ji,2,0,"p",44),e.YNc(2,Ki,2,0,"p",44),e.YNc(3,eo,2,1,"p",44),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.peers&&t.peers.data)||(null==t.peers.data?null:t.peers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const no=function(n){return{"display-none":n}};function ao(n,i){if(1&n&&e._UZ(0,"tr",45),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,no,(null==t.peers?null:t.peers.data)&&(null==t.peers||null==t.peers.data?null:t.peers.data.length)>0))}}function io(n,i){1&n&&e._UZ(0,"tr",46)}function oo(n,i){1&n&&e._UZ(0,"tr",47)}const so=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},lo=function(){return["no_peer"]};let ro=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.store=a,this.rtlEffects=o,this.commonService=s,this.availableBalance=0,this.faUsers=v.FVb,this.displayedColumns=[],this.peersData=[],this.information={},this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["alias","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["alias","sat_sent","sat_recv","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["alias","sat_sent","sat_recv","ping_time","actions"]):(this.flgSticky=!0,this.displayedColumns=["alias","pub_key","sat_sent","sat_recv","ping_time","actions"])}ngOnInit(){this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.information=t}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.availableBalance=t.blockchainBalance.total_balance||0}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.peersData=t.peers,this.peersData.length>0&&this.loadPeersTable(this.peersData),this.logger.info(t)})}ngAfterViewInit(){this.peersData.length>0&&this.loadPeersTable(this.peersData)}onPeerClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Peer Information",showQRName:"Public Key",showQRField:t.pub_key,message:[[{key:"pub_key",value:t.pub_key,title:"Public Key",width:100}],[{key:"address",value:t.address,title:"Address",width:100}],[{key:"alias",value:t.alias,title:"Alias",width:40},{key:"inbound",value:t.inbound?"True":"False",title:"Inbound",width:30},{key:"ping_time",value:t.ping_time,title:"Ping Time",width:30,type:l.Gi.NUMBER}],[{key:"sat_sent",value:t.sat_sent,title:"Satoshis Sent",width:50,type:l.Gi.NUMBER},{key:"sat_recv",value:t.sat_recv,title:"Satoshis Received",width:50,type:l.Gi.NUMBER}],[{key:"bytes_sent",value:t.bytes_sent,title:"Bytes Sent",width:50,type:l.Gi.NUMBER},{key:"bytes_recv",value:t.bytes_recv,title:"Bytes Received",width:50,type:l.Gi.NUMBER}]]}}}))}onConnectPeer(){this.store.dispatch((0,S.qR)({payload:{data:{message:{peer:null,information:this.information,balance:this.availableBalance},component:Di}}}))}onOpenChannel(t){this.store.dispatch((0,S.qR)({payload:{data:{alertTitle:"Open Channel",message:{peer:t,information:this.information,balance:this.availableBalance},component:He}}}))}onPeerDetach(t){this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Disconnect Peer",titleMessage:"Disconnect peer: "+(t.alias?t.alias:t.pub_key),noBtnText:"Cancel",yesBtnText:"Disconnect"}}})),this.rtlEffects.closeConfirm.pipe((0,h.R)(this.unSubs[3])).subscribe(o=>{o&&this.store.dispatch((0,w.z)({payload:{pubkey:t.pub_key}}))})}applyFilter(){this.peers.filter=this.selFilter.trim().toLowerCase()}loadPeersTable(t){this.peers=new c.by(t?[...t]:[]),this.peers.sort=this.sort,this.peers.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.peers.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.peers.paginator=this.paginator,this.applyFilter()}onDownloadCSV(){this.peers.data&&this.peers.data.length>0&&this.commonService.downloadFile(this.peers.data,"Peers")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(le.V),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-peers"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Peers")}])],decls:40,vars:15,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-1"],["fxFlex","70","fxLayoutAlign","start start","fxLayoutAlign.gt-sm","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30","fxLayoutAlign","start end"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","pub_key"],["matColumnDef","sat_sent"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","sat_recv"],["matColumnDef","ping_time"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center","class","px-3",4,"matCellDef"],["matColumnDef","no_peer"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-cell",""],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"px-3"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"button",2),e.NdJ("click",function(){return a.onConnectPeer()}),e._uU(3,"Add Peer"),e.qZA()(),e.TgZ(4,"div",3)(5,"div",4)(6,"div",5),e._UZ(7,"fa-icon",6),e.TgZ(8,"span",7),e._uU(9,"Connected Peers"),e.qZA()(),e.TgZ(10,"mat-form-field",8)(11,"input",9),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(12,"div",10),e.YNc(13,Pi,1,0,"mat-progress-bar",11),e.TgZ(14,"table",12,13),e.ynx(16,14),e.YNc(17,Ji,2,0,"th",15),e.YNc(18,Ei,2,4,"td",16),e.BQk(),e.ynx(19,17),e.YNc(20,Qi,2,0,"th",15),e.YNc(21,Yi,2,4,"td",16),e.BQk(),e.ynx(22,18),e.YNc(23,Hi,2,0,"th",19),e.YNc(24,Bi,4,3,"td",20),e.BQk(),e.ynx(25,21),e.YNc(26,Vi,2,0,"th",19),e.YNc(27,Gi,4,3,"td",20),e.BQk(),e.ynx(28,22),e.YNc(29,zi,2,0,"th",19),e.YNc(30,Wi,4,3,"td",20),e.BQk(),e.ynx(31,23),e.YNc(32,Xi,6,0,"th",24),e.YNc(33,$i,10,0,"td",25),e.BQk(),e.ynx(34,26),e.YNc(35,to,4,3,"td",27),e.BQk(),e.YNc(36,ao,1,3,"tr",28),e.YNc(37,io,1,0,"tr",29),e.YNc(38,oo,1,0,"tr",30),e.qZA()(),e._UZ(39,"mat-paginator",31),e.qZA()()),2&t&&(e.xp6(7),e.Q6J("icon",a.faUsers),e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.peers)("ngClass",e.VKq(12,so,""!==a.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(14,lo)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.yH,d.Wh,N.lW,D.BN,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-alias[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-pub_key[_ngcontent-%COMP%]{flex:1 1 35%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:2rem}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem;flex:1 1 10%}.mat-column-sat_sent[_ngcontent-%COMP%], .mat-column-sat_recv[_ngcontent-%COMP%], .mat-column-ping_time[_ngcontent-%COMP%]{flex:1 1 13%;width:13%}"]}),n})();function co(n,i){if(1&n&&(e.TgZ(0,"span",7),e._uU(1,"Open"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numOpenChannels)}}function uo(n,i){if(1&n&&(e.TgZ(0,"span",7),e._uU(1,"Pending"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numPendingChannels)}}function po(n,i){if(1&n&&(e.TgZ(0,"span",7),e._uU(1,"Closed"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numClosedChannels)}}function mo(n,i){if(1&n&&(e.TgZ(0,"span",7),e._uU(1,"Active HTLCs"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numActiveHTLCs)}}let _o=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.router=o,this.numOpenChannels=0,this.numPendingChannels=0,this.numClosedChannels=0,this.numActiveHTLCs=0,this.peers=[],this.information={},this.totalBalance=0,this.links=[{link:"open",name:"Open"},{link:"pending",name:"Pending"},{link:"closed",name:"Closed"},{link:"activehtlcs",name:"Active HTLCs"}],this.activeLink=0,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.activeLink=this.links.findIndex(t=>t.link===this.router.url.substring(this.router.url.lastIndexOf("/")+1)),this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t instanceof b.Av)).subscribe({next:t=>{this.activeLink=this.links.findIndex(a=>a.link===t.urlAfterRedirects.substring(t.urlAfterRedirects.lastIndexOf("/")+1))}}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{var a;this.numOpenChannels=t.channels&&t.channels.length?t.channels.length:0,this.numActiveHTLCs=null===(a=t.channels)||void 0===a?void 0:a.reduce((o,s)=>o+(s.pending_htlcs&&s.pending_htlcs.length>0?s.pending_htlcs.length:0),0),this.logger.info(t)}),this.store.select(y.ni).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{this.numPendingChannels=t.pendingChannelsSummary.total_channels?t.pendingChannelsSummary.total_channels:0}),this.store.select(y.P2).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{this.numClosedChannels=t.closedChannels&&t.closedChannels.length?t.closedChannels.length:0}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[5])).subscribe(t=>{this.totalBalance=+(t.blockchainBalance.total_balance||0)}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[6])).subscribe(t=>{this.peers=t.peers,this.peers.forEach(a=>{var o;(!a.alias||""===a.alias)&&(a.alias=(null===(o=a.pub_key)||void 0===o?void 0:o.substring(0,15))+"...")}),this.logger.info(t)})}onOpenChannel(){this.store.dispatch((0,S.qR)({payload:{data:{alertTitle:"Open Channel",message:{peers:this.peers,information:this.information,balance:this.totalBalance},component:He}}}))}onSelectedTabChange(t){this.router.navigateByUrl("/lnd/connections/channels/"+this.links[t.index].link)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channels-tables"]],decls:16,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x"],["fxLayout","row"],["mat-flat-button","","color","primary","type","submit","tabindex","1",3,"click"],["fxLayout","column","fxFlex","100",1,"my-2","bordered-box"],[3,"selectedIndex","selectedIndexChange","selectedTabChange"],["mat-tab-label",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"button",2),e.NdJ("click",function(){return a.onOpenChannel()}),e._uU(3,"Open Channel"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-tab-group",4),e.NdJ("selectedIndexChange",function(s){return a.activeLink=s})("selectedTabChange",function(s){return a.onSelectedTabChange(s)}),e.TgZ(6,"mat-tab"),e.YNc(7,co,2,1,"ng-template",5),e.qZA(),e.TgZ(8,"mat-tab"),e.YNc(9,uo,2,1,"ng-template",5),e.qZA(),e.TgZ(10,"mat-tab"),e.YNc(11,po,2,1,"ng-template",5),e.qZA(),e.TgZ(12,"mat-tab"),e.YNc(13,mo,2,1,"ng-template",5),e.qZA()(),e.TgZ(14,"div",6),e._UZ(15,"router-outlet"),e.qZA()()()),2&t&&(e.xp6(5),e.Q6J("selectedIndex",a.activeLink))},directives:[d.xw,d.yH,d.Wh,N.lW,P.SP,P.uX,P.uD,Ce.k,b.lC],styles:[""]}),n})();var ae=f(7261),re=f(6895);function ho(n,i){if(1&n&&(e.TgZ(0,"div")(1,"div",9)(2,"div",14)(3,"h4",11),e._uU(4,"Commit Fee"),e.qZA(),e.TgZ(5,"span",15),e._uU(6),e.ALo(7,"number"),e.qZA()(),e.TgZ(8,"div",14)(9,"h4",11),e._uU(10,"Commit Weight"),e.qZA(),e.TgZ(11,"span",15),e._uU(12),e.ALo(13,"number"),e.qZA()(),e.TgZ(14,"div",14)(15,"h4",11),e._uU(16,"Fee/KW"),e.qZA(),e.TgZ(17,"span",15),e._uU(18),e.ALo(19,"number"),e.qZA()(),e.TgZ(20,"div",14)(21,"h4",11),e._uU(22,"Static Remote Key"),e.qZA(),e.TgZ(23,"span",15),e._uU(24),e.qZA()()(),e._UZ(25,"mat-divider",13),e.TgZ(26,"div",9)(27,"div",14)(28,"h4",11),e._uU(29),e.qZA(),e.TgZ(30,"span",15),e._uU(31),e.ALo(32,"number"),e.qZA()(),e.TgZ(33,"div",14)(34,"h4",11),e._uU(35),e.qZA(),e.TgZ(36,"span",15),e._uU(37),e.ALo(38,"number"),e.qZA()(),e.TgZ(39,"div",14)(40,"h4",11),e._uU(41,"Unsettled Balance"),e.qZA(),e.TgZ(42,"span",15),e._uU(43),e.ALo(44,"number"),e.qZA()(),e.TgZ(45,"div",14)(46,"h4",11),e._uU(47,"CSV Delay"),e.qZA(),e.TgZ(48,"span",15),e._uU(49),e.ALo(50,"number"),e.qZA()()(),e._UZ(51,"mat-divider",13),e.TgZ(52,"div",9)(53,"div",14)(54,"h4",11),e._uU(55,"Local Reserve (Sats)"),e.qZA(),e.TgZ(56,"span",15),e._uU(57),e.ALo(58,"number"),e.qZA()(),e.TgZ(59,"div",14)(60,"h4",11),e._uU(61,"Remote Reserve (Sats)"),e.qZA(),e.TgZ(62,"span",15),e._uU(63),e.ALo(64,"number"),e.qZA()(),e.TgZ(65,"div",14)(66,"h4",11),e._uU(67,"Lifetime (Seconds)"),e.qZA(),e.TgZ(68,"span",15),e._uU(69),e.ALo(70,"number"),e.qZA()(),e.TgZ(71,"div",14)(72,"h4",11),e._uU(73,"Pending HTLCs"),e.qZA(),e.TgZ(74,"span",15),e._uU(75),e.ALo(76,"number"),e.qZA()()(),e._UZ(77,"mat-divider",13),e.qZA()),2&n){const t=e.oxw();e.xp6(6),e.Oqu(e.lcZ(7,17,t.channel.commit_fee)),e.xp6(6),e.Oqu(e.lcZ(13,19,t.channel.commit_weight)),e.xp6(6),e.Oqu(e.lcZ(19,21,t.channel.fee_per_kw)),e.xp6(6),e.Oqu(t.channel.static_remote_key?"Yes":"No"),e.xp6(1),e.Q6J("inset",!0),e.xp6(4),e.Oqu(t.screenSize===t.screenSizeEnum.XS?"Total Sats Sent":"Total Satoshis Sent"),e.xp6(2),e.Oqu(e.lcZ(32,23,t.channel.total_satoshis_sent)),e.xp6(4),e.Oqu(t.screenSize===t.screenSizeEnum.XS?"Total Sats Recv":"Total Satoshis Received"),e.xp6(2),e.Oqu(e.lcZ(38,25,t.channel.total_satoshis_received)),e.xp6(6),e.Oqu(e.lcZ(44,27,t.channel.unsettled_balance)),e.xp6(6),e.Oqu(e.lcZ(50,29,t.channel.csv_delay)),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.lcZ(58,31,t.channel.local_chan_reserve_sat)),e.xp6(6),e.Oqu(e.lcZ(64,33,t.channel.remote_chan_reserve_sat)),e.xp6(6),e.Oqu(e.lcZ(70,35,t.channel.lifetime)),e.xp6(6),e.Oqu(e.lcZ(76,37,null==t.channel||null==t.channel.pending_htlcs?null:t.channel.pending_htlcs.length)),e.xp6(2),e.Q6J("inset",!0)}}function go(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Show Advanced"),e.qZA())}function fo(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Hide Advanced"),e.qZA())}function Co(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",23),e.NdJ("copied",function(o){return e.CHM(t),e.oxw().onCopyChanID(o)}),e._uU(1,"Copy Channel ID"),e.qZA()}if(2&n){const t=e.oxw();e.Q6J("payload",t.channel.chan_id)}}function xo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",24),e.NdJ("click",function(){return e.CHM(t),e.oxw().onClose()}),e._uU(1,"OK"),e.qZA()}}const yo=function(n){return{"xs-scroll-y":n}};let ye=(()=>{class n{constructor(t,a,o,s,r){this.dialogRef=t,this.data=a,this.logger=o,this.commonService=s,this.snackBar=r,this.faReceipt=v.dLy,this.showAdvanced=!1,this.showCopy=!0,this.showCopyField=null,this.screenSize="",this.screenSizeEnum=l.cu}ngOnInit(){this.channel=this.data.channel,this.showCopy=!!this.data.showCopy,this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyChanID(t){this.snackBar.open("Channel ID "+t+" copied."),this.logger.info("Copied Text: "+t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(U.mQ),e.Y36(O.v),e.Y36(ae.ux))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-information"]],decls:94,vars:36,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["fxFlex","25"],[1,"overflow-wrap","foreground-secondary-text"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span",5),e._uU(6,"Channel Information"),e.qZA()(),e.TgZ(7,"button",6),e.NdJ("click",function(){return a.onClose()}),e._uU(8,"X"),e.qZA()(),e.TgZ(9,"mat-card-content",7)(10,"div",8)(11,"div",9)(12,"div",10)(13,"h4",11),e._uU(14,"Channel ID"),e.qZA(),e.TgZ(15,"span",12),e._uU(16),e.qZA()(),e.TgZ(17,"div",10)(18,"h4",11),e._uU(19,"Peer Alias"),e.qZA(),e.TgZ(20,"span",12),e._uU(21),e.qZA()()(),e._UZ(22,"mat-divider",13),e.TgZ(23,"div",9)(24,"div",1)(25,"h4",11),e._uU(26,"Channel Point"),e.qZA(),e.TgZ(27,"span",12),e._uU(28),e.qZA()()(),e._UZ(29,"mat-divider",13),e.TgZ(30,"div",9)(31,"div",1)(32,"h4",11),e._uU(33,"Peer Public Key"),e.qZA(),e.TgZ(34,"span",12),e._uU(35),e.qZA()()(),e._UZ(36,"mat-divider",13),e.TgZ(37,"div",9)(38,"div",14)(39,"h4",11),e._uU(40,"Local Balance"),e.qZA(),e.TgZ(41,"span",15),e._uU(42),e.ALo(43,"number"),e.qZA()(),e.TgZ(44,"div",14)(45,"h4",11),e._uU(46,"Remote Balance"),e.qZA(),e.TgZ(47,"span",15),e._uU(48),e.ALo(49,"number"),e.qZA()(),e.TgZ(50,"div",14)(51,"h4",11),e._uU(52,"Capacity"),e.qZA(),e.TgZ(53,"span",15),e._uU(54),e.ALo(55,"number"),e.qZA()(),e.TgZ(56,"div",14)(57,"h4",11),e._uU(58,"Uptime (Seconds)"),e.qZA(),e.TgZ(59,"span",15),e._uU(60),e.ALo(61,"number"),e.qZA()()(),e._UZ(62,"mat-divider",13),e.TgZ(63,"div",9)(64,"div",14)(65,"h4",11),e._uU(66,"Active"),e.qZA(),e.TgZ(67,"span",15),e._uU(68),e.qZA()(),e.TgZ(69,"div",14)(70,"h4",11),e._uU(71,"Private"),e.qZA(),e.TgZ(72,"span",15),e._uU(73),e.qZA()(),e.TgZ(74,"div",14)(75,"h4",11),e._uU(76,"Initiator"),e.qZA(),e.TgZ(77,"span",15),e._uU(78),e.qZA()(),e.TgZ(79,"div",14)(80,"h4",11),e._uU(81,"Number of Updates"),e.qZA(),e.TgZ(82,"span",15),e._uU(83),e.ALo(84,"number"),e.qZA()()(),e._UZ(85,"mat-divider",13),e.YNc(86,ho,78,39,"div",16),e.TgZ(87,"div",17)(88,"button",18),e.NdJ("click",function(){return a.onShowAdvanced()}),e.YNc(89,go,2,0,"p",19),e.YNc(90,fo,2,0,"ng-template",null,20,e.W1O),e.qZA(),e.YNc(92,Co,2,1,"button",21),e.YNc(93,xo,2,0,"button",22),e.qZA()()()()()),2&t){const o=e.MAs(91);e.xp6(4),e.Q6J("icon",a.faReceipt),e.xp6(5),e.Q6J("ngClass",e.VKq(34,yo,a.screenSize===a.screenSizeEnum.XS)),e.xp6(7),e.Oqu(a.channel.chan_id),e.xp6(5),e.Oqu(a.channel.remote_alias),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(a.channel.channel_point),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(a.channel.remote_pubkey),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.lcZ(43,24,a.channel.local_balance)),e.xp6(6),e.Oqu(e.lcZ(49,26,a.channel.remote_balance)),e.xp6(6),e.Oqu(e.lcZ(55,28,a.channel.capacity)),e.xp6(6),e.Oqu(e.lcZ(61,30,a.channel.uptime)),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(a.channel.active?"Yes":"No"),e.xp6(5),e.Oqu(a.channel.private?"Yes":"No"),e.xp6(5),e.Oqu(a.channel.initiator?"Yes":"No"),e.xp6(5),e.Oqu(e.lcZ(84,32,a.channel.num_updates)),e.xp6(2),e.Q6J("inset",!0),e.xp6(1),e.Q6J("ngIf",a.showAdvanced),e.xp6(3),e.Q6J("ngIf",!a.showAdvanced)("ngIfElse",o),e.xp6(3),e.Q6J("ngIf",a.showCopy),e.xp6(1),e.Q6J("ngIf",!a.showCopy)}},directives:[d.xw,d.Wh,d.yH,Z.dk,D.BN,N.lW,Z.dn,p.mk,k.oO,X.d,p.O5,$.h,re.y],pipes:[p.JJ],styles:[""]}),n})();var Te=f(9646),ve=f(7772),To=f(113);function vo(n,i){1&n&&e.GkF(0)}const ce=function(n,i){return{"small-svg":n,"large-svg":i}};function bo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17)(12,"path",18)(13,"path",19)(14,"path",20)(15,"path",21)(16,"path",22)(17,"path",23)(18,"path",24)(19,"path",25)(20,"path",26)(21,"path",27)(22,"path",28)(23,"path",29)(24,"path",30)(25,"path",31)(26,"path",32)(27,"path",33)(28,"path",34)(29,"path",35)(30,"path",36)(31,"path",37)(32,"path",38)(33,"path",39)(34,"path",40)(35,"path",41)(36,"path",42)(37,"path",43)(38,"path",44)(39,"path",45)(40,"path",46),e.qZA(),e.kcU(),e.TgZ(41,"div",47)(42,"mat-card-title"),e._uU(43,"Circular rebalancing explained."),e.qZA()(),e.TgZ(44,"div",48)(45,"mat-card-subtitle",49),e._uU(46," Circular payments are a completely off-chain rebalancing strategy where a node makes a payment to itself across a circular path of chained payment channels. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function Zo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",50),e._UZ(2,"path",51)(3,"path",52)(4,"path",53)(5,"path",54)(6,"path",55)(7,"path",56)(8,"path",57)(9,"path",58)(10,"path",59)(11,"path",60)(12,"path",61)(13,"path",62)(14,"path",63)(15,"path",64)(16,"path",65)(17,"path",66)(18,"path",67)(19,"path",68)(20,"path",69)(21,"path",70)(22,"path",71)(23,"path",72)(24,"path",73)(25,"path",74)(26,"path",75)(27,"path",76)(28,"path",77)(29,"path",78)(30,"path",79)(31,"path",80)(32,"path",81)(33,"path",51)(34,"path",52)(35,"path",53)(36,"path",54)(37,"path",55)(38,"path",56)(39,"path",57)(40,"path",58)(41,"path",59)(42,"path",82)(43,"path",83)(44,"path",62)(45,"path",84)(46,"path",85)(47,"path",86)(48,"path",66)(49,"path",67)(50,"path",68)(51,"path",69)(52,"path",70)(53,"path",71)(54,"path",72)(55,"path",73)(56,"path",74)(57,"path",75)(58,"path",76)(59,"path",77)(60,"path",78)(61,"path",79)(62,"path",87)(63,"path",81)(64,"path",88),e.TgZ(65,"defs")(66,"linearGradient",89),e._UZ(67,"stop",90)(68,"stop",91)(69,"stop",92),e.qZA(),e.TgZ(70,"linearGradient",93),e._UZ(71,"stop",90)(72,"stop",91)(73,"stop",92),e.qZA(),e.TgZ(74,"linearGradient",94),e._UZ(75,"stop",90)(76,"stop",91)(77,"stop",92),e.qZA(),e.TgZ(78,"linearGradient",95),e._UZ(79,"stop",90)(80,"stop",91)(81,"stop",92),e.qZA(),e.TgZ(82,"linearGradient",96),e._UZ(83,"stop",90)(84,"stop",91)(85,"stop",92),e.qZA(),e.TgZ(86,"linearGradient",97),e._UZ(87,"stop",90)(88,"stop",91)(89,"stop",92),e.qZA()()(),e.kcU(),e.TgZ(90,"div",47)(91,"mat-card-title"),e._uU(92,"Step 1: Unbalanced channel"),e.qZA()(),e.TgZ(93,"div",48)(94,"mat-card-subtitle",49),e._uU(95," It starts with an unbalanced channel, that needs to be rebalanced in order to continue to route payments. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function wo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",98),e._UZ(2,"path",99)(3,"path",100)(4,"path",101)(5,"path",102)(6,"path",103)(7,"path",104)(8,"path",105)(9,"path",106)(10,"path",107)(11,"path",108)(12,"path",109)(13,"path",110)(14,"path",111)(15,"path",112)(16,"path",113)(17,"path",51)(18,"path",114)(19,"path",115)(20,"path",116)(21,"path",117)(22,"path",118)(23,"path",119)(24,"path",120)(25,"path",121)(26,"path",82)(27,"path",83)(28,"path",122)(29,"path",123)(30,"path",124)(31,"path",125)(32,"path",66)(33,"path",126)(34,"path",127)(35,"path",128)(36,"path",129)(37,"path",130)(38,"path",131)(39,"path",73)(40,"path",74)(41,"path",132)(42,"path",76)(43,"path",77)(44,"path",78)(45,"path",79)(46,"path",133)(47,"path",134)(48,"path",135),e.TgZ(49,"defs")(50,"linearGradient",136),e._UZ(51,"stop",90)(52,"stop",91)(53,"stop",92),e.qZA(),e.TgZ(54,"linearGradient",137),e._UZ(55,"stop",90)(56,"stop",91)(57,"stop",92),e.qZA(),e.TgZ(58,"linearGradient",138),e._UZ(59,"stop",90)(60,"stop",91)(61,"stop",92),e.qZA()()(),e.kcU(),e.TgZ(62,"div",47)(63,"mat-card-title"),e._uU(64,"Step 2: Invoice/Payment"),e.qZA()(),e.TgZ(65,"div",48)(66,"mat-card-subtitle",49),e._uU(67," All you have to do is make a payment to yourself in a favorable direction by generating and paying an invoice. This is taken care automatically by your node. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function Ao(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",139),e._UZ(2,"path",140)(3,"path",141)(4,"path",142)(5,"path",143)(6,"path",144)(7,"path",145)(8,"path",146)(9,"path",147)(10,"path",148)(11,"path",149)(12,"path",150)(13,"path",151)(14,"path",152)(15,"path",153)(16,"path",154)(17,"path",155)(18,"path",156)(19,"path",157)(20,"path",158)(21,"path",159)(22,"path",160)(23,"path",161)(24,"path",162)(25,"path",163)(26,"path",162)(27,"path",164)(28,"path",165)(29,"path",166)(30,"path",167)(31,"path",168)(32,"path",169)(33,"path",170)(34,"path",171)(35,"path",172)(36,"path",173)(37,"path",174)(38,"path",175)(39,"path",176)(40,"path",177)(41,"path",178),e.TgZ(42,"defs")(43,"linearGradient",179),e._UZ(44,"stop",90)(45,"stop",91)(46,"stop",92),e.qZA()()(),e.kcU(),e.TgZ(47,"div",47)(48,"mat-card-title"),e._uU(49,"Step 3: Rebalance amount"),e.qZA()(),e.TgZ(50,"div",48)(51,"mat-card-subtitle",49),e._uU(52," You will be moving part or all of the local balance to the remote side. For the route to be circular, there should be at least 3 nodes involved. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}function So(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(o){return e.CHM(t),e.oxw().onSwipe(o)}),e.O4$(),e.TgZ(1,"svg",139),e._UZ(2,"path",180)(3,"path",142)(4,"path",181)(5,"path",144)(6,"path",145)(7,"path",182)(8,"path",147)(9,"path",183)(10,"path",184)(11,"path",185)(12,"path",186)(13,"path",187)(14,"path",188)(15,"path",189)(16,"path",190)(17,"path",191)(18,"path",157)(19,"path",192)(20,"path",193)(21,"path",178)(22,"path",159)(23,"path",160)(24,"path",194)(25,"path",162)(26,"path",163)(27,"path",162)(28,"path",164)(29,"path",165)(30,"path",166)(31,"path",167)(32,"path",195)(33,"path",169)(34,"path",196)(35,"path",171)(36,"path",172)(37,"path",173)(38,"path",174)(39,"path",175)(40,"path",197),e.TgZ(41,"defs")(42,"linearGradient",198),e._UZ(43,"stop",90)(44,"stop",91)(45,"stop",92),e.qZA()()(),e.kcU(),e.TgZ(46,"div",47)(47,"mat-card-title"),e._uU(48,"Rebalance successful!"),e.qZA()(),e.TgZ(49,"div",48)(50,"mat-card-subtitle",49),e._uU(51," Your channel is successfully rebalanced and is able to continue to route payments. "),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@sliderAnimation",t.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ce,t.screenSize===t.screenSizeEnum.XS,t.screenSize!==t.screenSizeEnum.XS))}}let Lo=(()=>{class n{constructor(t){this.commonService=t,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.vpe,this.screenSize="",this.screenSizeEnum=l.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(t){2===t.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===t.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-rebalance-infographics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["infoStepBlock1",""],["infoStepBlock2",""],["infoStepBlock3",""],["infoStepBlock4",""],["infoStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 246 154","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M187.8 136C203.043 136 215.4 133.493 215.4 130.4C215.4 127.307 203.043 124.8 187.8 124.8C172.557 124.8 160.2 127.307 160.2 130.4C160.2 133.493 172.557 136 187.8 136Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["fill-rule","evenodd","clip-rule","evenodd","d","M128.6 148.8C143.843 148.8 156.2 146.293 156.2 143.2C156.2 140.107 143.843 137.6 128.6 137.6C113.357 137.6 101 140.107 101 143.2C101 146.293 113.357 148.8 128.6 148.8Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["opacity","0.1","d","M100.2 117.421C100.2 117.421 99.0633 117.494 99.4998 117.722C99.9363 117.95 100.2 117.421 100.2 117.421Z","fill","black"],["opacity","0.1","d","M101 118.4C100.986 118.471 98.1102 119.483 98.673 119.933C99.2358 120.384 101 118.4 101 118.4Z","fill","black"],["opacity","0.1","d","M97.8 128.98C98.0492 128.966 100.509 128.241 101 128.89L97.8 128.98Z","fill","black"],["opacity","0.1","d","M100.2 129.709C100.2 129.709 100.563 129.362 100.926 129.543C101.289 129.725 100.2 129.709 100.2 129.709Z","fill","black"],["opacity","0.1","d","M101.8 132C101.8 132 101.641 133.198 101 133.6L101.8 132Z","fill","black"],["d","M119.223 21.4239L123.102 22.0818L118.209 50.9111L114.33 50.2532L119.223 21.4239Z","fill","#444053"],["d","M127.4 137.844L128.262 144L129 137.6L127.4 137.844Z","fill","#D0D2D5"],["d","M100.2 134.349V138.226L101 141.6H101.571L102.258 137.976L102.6 133.6L100.2 134.349Z","fill","#3F3D56"],["d","M110.75 50.4L104.806 87.6521C104.806 87.6521 96.0162 127.358 99.3581 135.2H103.57L116.2 58.9791L110.75 50.4Z","fill","#D0D2D5"],["d","M125.308 45.6L129.979 83.02C129.979 83.02 133.381 130.691 129.656 138.4H125.976L119.4 53.9698L125.308 45.6Z","fill","#D0D2D5"],["d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z","fill","#444053"],["opacity","0.1","d","M110.017 36.2213C110.634 34.1443 112.565 32.7417 114.724 32.8019C118.318 32.893 123.873 33.5496 126.77 36.5268C131.261 41.1521 123.736 56.731 123.736 56.731C123.736 56.731 116.69 69.7545 110.267 53.2022C110.258 53.2159 107.595 44.3527 110.017 36.2213Z","fill","black"],["d","M112.922 39.2661C113.364 37.7699 114.731 36.7605 116.259 36.8012C118.804 36.8682 122.74 37.3423 124.787 39.4927C127.969 42.8316 122.638 54.0832 122.638 54.0832C122.638 54.0832 117.661 63.4872 113.092 51.5396C113.092 51.5327 111.203 45.1393 112.922 39.2661Z","fill","#444053"],["opacity","0.1","d","M131.383 131.52C131.69 131.628 131.968 131.791 132.2 132C131.813 131.613 130.708 131.42 130.166 131.24C129.495 131.019 128.764 130.793 128.2 130.4C129.29 130.705 130.354 131.079 131.383 131.52Z","fill","black"],["opacity","0.1","d","M94.2 24.8C96.1882 24.8 97.8 23.1882 97.8 21.2C97.8 19.2118 96.1882 17.6 94.2 17.6C92.2117 17.6 90.6 19.2118 90.6 21.2C90.6 23.1882 92.2117 24.8 94.2 24.8Z","fill","#6C63FF"],["opacity","0.1","d","M107 12C110.314 12 113 9.31371 113 6C113 2.68629 110.314 0 107 0C103.686 0 101 2.68629 101 6C101 9.31371 103.686 12 107 12Z","fill","#6C63FF"],["opacity","0.1","d","M99 40.8C102.314 40.8 105 38.1137 105 34.8C105 31.4863 102.314 28.8 99 28.8C95.6863 28.8 93 31.4863 93 34.8C93 38.1137 95.6863 40.8 99 40.8Z","fill","#6C63FF"],["opacity","0.1","d","M223 67.2C224.988 67.2 226.6 65.5882 226.6 63.6C226.6 61.6118 224.988 60 223 60C221.012 60 219.4 61.6118 219.4 63.6C219.4 65.5882 221.012 67.2 223 67.2Z","fill","#6C63FF"],["opacity","0.1","d","M210.2 54.4C213.514 54.4 216.2 51.7137 216.2 48.4C216.2 45.0863 213.514 42.4 210.2 42.4C206.886 42.4 204.2 45.0863 204.2 48.4C204.2 51.7137 206.886 54.4 210.2 54.4Z","fill","#6C63FF"],["opacity","0.1","d","M218.2 83.2C221.514 83.2 224.2 80.5137 224.2 77.2C224.2 73.8863 221.514 71.2 218.2 71.2C214.886 71.2 212.2 73.8863 212.2 77.2C212.2 80.5137 214.886 83.2 218.2 83.2Z","fill","#6C63FF"],["opacity","0.1","d","M23.8 72C24.9046 72 25.8 71.1046 25.8 70C25.8 68.8954 24.9046 68 23.8 68C22.6954 68 21.8 68.8954 21.8 70C21.8 71.1046 22.6954 72 23.8 72Z","fill","#6C63FF"],["opacity","0.1","d","M33 65.6C34.7673 65.6 36.2 64.1673 36.2 62.4C36.2 60.6327 34.7673 59.2 33 59.2C31.2327 59.2 29.8 60.6327 29.8 62.4C29.8 64.1673 31.2327 65.6 33 65.6Z","fill","#6C63FF"],["opacity","0.1","d","M17 71.2C18.7673 71.2 20.2 69.7673 20.2 68C20.2 66.2327 18.7673 64.8 17 64.8C15.2327 64.8 13.8 66.2327 13.8 68C13.8 69.7673 15.2327 71.2 17 71.2Z","fill","#6C63FF"],["opacity","0.1","d","M171.8 60C172.905 60 173.8 59.1046 173.8 58C173.8 56.8954 172.905 56 171.8 56C170.695 56 169.8 56.8954 169.8 58C169.8 59.1046 170.695 60 171.8 60Z","fill","#6C63FF"],["opacity","0.1","d","M180.2 53.6C181.967 53.6 183.4 52.1673 183.4 50.4C183.4 48.6327 181.967 47.2 180.2 47.2C178.433 47.2 177 48.6327 177 50.4C177 52.1673 178.433 53.6 180.2 53.6Z","fill","#6C63FF"],["opacity","0.1","d","M164.2 59.2C165.967 59.2 167.4 57.7673 167.4 56C167.4 54.2327 165.967 52.8 164.2 52.8C162.433 52.8 161 54.2327 161 56C161 57.7673 162.433 59.2 164.2 59.2Z","fill","#6C63FF"],["opacity","0.1","d","M51 40.8C55.6392 40.8 59.4 37.0392 59.4 32.4C59.4 27.7608 55.6392 24 51 24C46.3608 24 42.6 27.7608 42.6 32.4C42.6 37.0392 46.3608 40.8 51 40.8Z","fill","#6C63FF"],["opacity","0.1","d","M98.6 64.8C101.251 64.8 103.4 62.651 103.4 60C103.4 57.349 101.251 55.2 98.6 55.2C95.949 55.2 93.8 57.349 93.8 60C93.8 62.651 95.949 64.8 98.6 64.8Z","fill","#6C63FF"],["opacity","0.1","d","M145.8 96.8C148.451 96.8 150.6 94.651 150.6 92C150.6 89.349 148.451 87.2 145.8 87.2C143.149 87.2 141 89.349 141 92C141 94.651 143.149 96.8 145.8 96.8Z","fill","#6C63FF"],["fill-rule","evenodd","clip-rule","evenodd","d","M59.8 136.8C75.0431 136.8 87.4 134.293 87.4 131.2C87.4 128.107 75.0431 125.6 59.8 125.6C44.557 125.6 32.2 128.107 32.2 131.2C32.2 134.293 44.557 136.8 59.8 136.8Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["fill-rule","evenodd","clip-rule","evenodd","d","M217.4 152.8C232.643 152.8 245 150.293 245 147.2C245 144.107 232.643 141.6 217.4 141.6C202.157 141.6 189.8 144.107 189.8 147.2C189.8 150.293 202.157 152.8 217.4 152.8Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["fill-rule","evenodd","clip-rule","evenodd","d","M28.6 152.8C43.8431 152.8 56.2 150.293 56.2 147.2C56.2 144.107 43.8431 141.6 28.6 141.6C13.3569 141.6 1 144.107 1 147.2C1 150.293 13.3569 152.8 28.6 152.8Z","stroke","#C4B7FF","stroke-width","0.8","stroke-dasharray","4 4"],["d","M122.425 44.7H119.162L120.372 41.0719C120.484 40.6219 120.147 40.2 119.725 40.2H115.675C115.337 40.2 115.028 40.4531 115 40.7906L114.1 47.5406C114.044 47.9625 114.353 48.3 114.775 48.3H118.094L116.8 53.7844C116.716 54.2063 117.025 54.6 117.447 54.6C117.7 54.6 117.925 54.4875 118.037 54.2625L122.987 45.7125C123.269 45.2906 122.931 44.7 122.425 44.7Z","fill","white"],["d","M23.5204 123.2C23.0498 123.2 22.6141 123.375 22.2807 123.669C21.9491 123.96 21.7189 124.369 21.6565 124.837L20.2164 135.712C20.1423 136.278 20.3237 136.811 20.6643 137.203C21.0076 137.598 21.5119 137.85 22.0804 137.85H26.4117L24.5687 145.68C24.4289 146.274 24.5836 146.851 24.9204 147.28C25.2626 147.716 25.7931 148 26.3959 148C26.7289 148 27.0539 147.911 27.3385 147.746C27.616 147.585 27.8553 147.351 28.0254 147.055L35.9453 133.28C36.3068 132.658 36.2644 131.95 35.9495 131.398C35.7868 131.113 35.551 130.871 35.2622 130.703C34.9905 130.544 34.6717 130.45 34.3203 130.45H30.1609L31.7043 124.49C31.5476 124.305 31.4051 124.176 31.278 124.085C31.004 123.89 30.5348 123.687 29.7238 123.539C28.6009 123.335 26.6977 123.2 23.5204 123.2Z","fill","#5E4EA5","stroke","white","stroke-width","1.6"],["d","M185.5 109.6C185.075 109.6 184.682 109.757 184.381 110.02C184.08 110.284 183.872 110.652 183.815 111.073L182.615 120.074C182.548 120.585 182.712 121.066 183.021 121.419C183.331 121.774 183.787 122 184.3 122H187.74L186.244 128.309C186.117 128.846 186.258 129.366 186.564 129.753C186.873 130.145 187.352 130.4 187.897 130.4C188.505 130.4 189.084 130.074 189.391 129.512L195.745 115.6H191.208L192.467 110.771C192.308 110.576 192.165 110.445 192.04 110.357C191.803 110.189 191.397 110.01 190.693 109.883C189.753 109.713 188.16 109.6 185.5 109.6Z","fill","#5E4EA5","stroke","white","stroke-width","1.6"],["d","M215.1 128C214.675 128 214.282 128.157 213.981 128.42C213.68 128.683 213.472 129.052 213.415 129.473L212.215 138.474C212.148 138.985 212.312 139.466 212.621 139.819C212.931 140.174 213.387 140.4 213.9 140.4H217.34L215.844 146.709C215.717 147.246 215.858 147.766 216.164 148.153C216.473 148.545 216.952 148.8 217.497 148.8C218.105 148.8 218.684 148.474 218.991 147.912L225.345 134H220.808L222.067 129.171C221.908 128.976 221.765 128.845 221.64 128.757C221.403 128.589 220.997 128.41 220.293 128.283C219.353 128.113 217.76 128 215.1 128Z","fill","#5E4EA5","stroke","white","stroke-width","1.6"],["d","M55.9003 111.2C55.4754 111.2 55.0822 111.357 54.7812 111.62C54.4802 111.883 54.2716 112.252 54.215 112.673L53.0149 121.674C52.9475 122.185 53.112 122.666 53.4214 123.019C53.7314 123.374 54.1868 123.6 54.7004 123.6H58.1398L56.6444 129.909C56.5174 130.446 56.6576 130.966 56.9637 131.353C57.2728 131.745 57.7518 132 58.2966 132C58.9052 132 59.4843 131.674 59.7907 131.112L66.1452 117.2H61.6081L62.8674 112.371C62.7082 112.176 62.5651 112.045 62.4402 111.957C62.2025 111.789 61.7969 111.61 61.0927 111.483C60.1529 111.313 58.5599 111.2 55.9003 111.2Z","fill","#5E4EA5","stroke","white","stroke-width","1.6"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 210 124","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M90.1491 0H0V100.616H90.1491V0Z","fill","#E6E6E6"],["d","M88.6575 67.1775H1.48926V98.4248H88.6575V67.1775Z","fill","white"],["d","M59.844 74.5891H8.64404V90.6009H59.844V74.5891Z","fill","#C4B7FF"],["d","M76.3172 90.6426C80.8187 90.6426 84.4679 86.9934 84.4679 82.4919C84.4679 77.9904 80.8187 74.3412 76.3172 74.3412C71.8157 74.3412 68.1665 77.9904 68.1665 82.4919C68.1665 86.9934 71.8157 90.6426 76.3172 90.6426Z","fill","#6C63FF"],["d","M88.6575 34.7129H1.48926V65.9602H88.6575V34.7129Z","fill","white"],["d","M59.844 42.1244H8.64404V58.1363H59.844V42.1244Z","fill","#C4B7FF"],["d","M76.3172 58.1801C80.8187 58.1801 84.4679 54.5309 84.4679 50.0294C84.4679 45.5279 80.8187 41.8787 76.3172 41.8787C71.8157 41.8787 68.1665 45.5279 68.1665 50.0294C68.1665 54.5309 71.8157 58.1801 76.3172 58.1801Z","fill","#6C63FF"],["d","M88.6575 2.24823H1.48926V33.4955H88.6575V2.24823Z","fill","white"],["d","M59.844 9.66199H8.64404V25.6739H59.844V9.66199Z","fill","#C4B7FF"],["d","M32.644 74.5891H8.64404V90.6009H32.644V74.5891Z","fill","#5E4EA5"],["d","M45.444 42.1244H8.64404V58.1363H45.444V42.1244Z","fill","#5E4EA5"],["d","M59.644 9.66199H8.64404V25.662H59.644V9.66199Z","fill","#5E4EA5"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint0_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint2_linear)"],["d","M76.1507 25.3014C80.6522 25.3014 84.3014 21.6522 84.3014 17.1507C84.3014 12.6492 80.6522 9 76.1507 9C71.6492 9 68 12.6492 68 17.1507C68 21.6522 71.6492 25.3014 76.1507 25.3014Z","fill","#5E4EA5"],["d","M193.435 36.7899H142.709V35.7444H119.709V36.7899H68.7744C67.8644 36.7899 66.9917 37.1514 66.3482 37.7949C65.7048 38.4384 65.3433 39.3111 65.3433 40.2211V109.679C65.3433 110.589 65.7048 111.462 66.3482 112.106C66.9917 112.749 67.8644 113.111 68.7744 113.111H193.435C195.33 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.345 36.7899 193.435 36.7899Z","fill","#4A4A4A"],["d","M192.266 42.8538H69.9434V111.856H192.266V42.8538Z","fill","#CBCBCB"],["opacity","0.1","d","M157.284 111.856H69.9434V42.8538L157.284 111.856Z","fill","black"],["d","M89.0832 106.693C95.577 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.577 83.1766 89.0832 83.1766C82.5894 83.1766 77.3252 88.4408 77.3252 94.9346C77.3252 101.428 82.5894 106.693 89.0832 106.693Z","fill","#F2F2F2"],["d","M91.7005 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7005 103.772ZM91.7005 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7005 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7005 74.7115Z","fill","#3F3D56"],["d","M170.967 80.0673H159.541V82.4548H170.967V80.0673Z","fill","#4A4A4A"],["d","M184.781 61.4783H145.727V62.5015H184.781V61.4783Z","fill","#4A4A4A"],["d","M184.781 64.7186H145.727V65.7418H184.781V64.7186Z","fill","#4A4A4A"],["d","M184.781 67.9589H145.727V68.9821H184.781V67.9589Z","fill","#4A4A4A"],["d","M184.781 71.1991H145.727V72.2224H184.781V71.1991Z","fill","#4A4A4A"],["d","M184.781 74.4394H145.727V75.4626H184.781V74.4394Z","fill","#4A4A4A"],["d","M184.781 44.2537H180.006V49.0288H184.781V44.2537Z","fill","#F2F2F2"],["d","M186.998 51.2458H181.2V45.4474H186.998V51.2458ZM181.452 50.9937H186.746V45.6996H181.452V50.9937Z","fill","#4A4A4A"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.115C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.261 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.042 109.589 156.01 109.621C155.978 109.653 155.96 109.696 155.96 109.741V110.601H153.402V109.741C153.402 109.696 153.384 109.653 153.352 109.621C153.32 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.089 109.589 114.057 109.621C114.025 109.653 114.007 109.696 114.007 109.741V110.601H111.449V109.741C111.449 109.696 111.431 109.653 111.399 109.621C111.367 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.148 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.4642V109.741C97.4642 109.696 97.4462 109.653 97.4142 109.621C97.3822 109.589 97.3388 109.571 97.2936 109.571H93.2006C93.1554 109.571 93.112 109.589 93.08 109.621C93.048 109.653 93.0301 109.696 93.0301 109.741V110.601H90.472V109.741C90.472 109.696 90.454 109.653 90.422 109.621C90.39 109.589 90.3467 109.571 90.3014 109.571H86.2085C86.1632 109.571 86.1198 109.589 86.0879 109.621C86.0559 109.653 86.0379 109.696 86.0379 109.741V110.601H83.4798V109.741C83.4798 109.696 83.4618 109.653 83.4299 109.621C83.3979 109.589 83.3545 109.571 83.3093 109.571H79.2163C79.171 109.571 79.1277 109.589 79.0957 109.621C79.0637 109.653 79.0457 109.696 79.0457 109.741V110.601H76.4876V109.741C76.4876 109.696 76.4697 109.653 76.4377 109.621C76.4057 109.589 76.3623 109.571 76.3171 109.571H72.2241C72.1789 109.571 72.1355 109.589 72.1035 109.621C72.0715 109.653 72.0536 109.696 72.0536 109.741V110.601H64.2087C61.9482 110.601 60.1157 112.434 60.1157 114.694V116.545C60.1157 118.806 61.9482 120.638 64.2087 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z","fill","#4A4A4A"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8456 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9773 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1718L88.0762 87.0663C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5347 96.5996L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z","fill","#5B5B5B"],["d","M42 75H9V91H42V75Z","fill","#5E4EA5"],["d","M42 42H9V58H42V42Z","fill","#5E4EA5"],["d","M76.3176 26.3516C81.1704 26.3516 85.1044 22.4176 85.1044 17.5648C85.1044 12.712 81.1704 8.77802 76.3176 8.77802C71.4648 8.77802 67.5308 12.712 67.5308 17.5648C67.5308 22.4176 71.4648 26.3516 76.3176 26.3516Z","fill","url(#paint3_linear)"],["d","M76.3176 59.0334C81.1704 59.0334 85.1044 55.0994 85.1044 50.2466C85.1044 45.3938 81.1704 41.4598 76.3176 41.4598C71.4648 41.4598 67.5308 45.3938 67.5308 50.2466C67.5308 55.0994 71.4648 59.0334 76.3176 59.0334Z","fill","url(#paint4_linear)"],["d","M76.3176 91.4958C81.1704 91.4958 85.1044 87.5618 85.1044 82.709C85.1044 77.8562 81.1704 73.9222 76.3176 73.9222C71.4648 73.9222 67.5308 77.8562 67.5308 82.709C67.5308 87.5618 71.4648 91.4958 76.3176 91.4958Z","fill","url(#paint5_linear)"],["d","M205.185 113.031H193.247V112.171C193.247 112.125 193.229 112.082 193.197 112.05C193.165 112.018 193.121 112 193.076 112H188.983C188.938 112 188.895 112.018 188.863 112.05C188.831 112.082 188.813 112.125 188.813 112.171V113.031H186.254V112.171C186.254 112.125 186.237 112.082 186.205 112.05C186.173 112.018 186.129 112 186.084 112H181.991C181.946 112 181.902 112.018 181.87 112.05C181.838 112.082 181.82 112.125 181.82 112.171V113.031H179.262V112.171C179.262 112.125 179.244 112.082 179.212 112.05C179.18 112.018 179.137 112 179.092 112H174.999C174.954 112 174.91 112.018 174.878 112.05C174.846 112.082 174.828 112.125 174.828 112.171V113.031H172.27V112.171C172.27 112.125 172.252 112.082 172.22 112.05C172.188 112.018 172.145 112 172.1 112H168.007C167.961 112 167.918 112.018 167.886 112.05C167.854 112.082 167.836 112.125 167.836 112.171V113.031H165.278V112.171C165.278 112.125 165.26 112.082 165.228 112.05C165.196 112.018 165.153 112 165.107 112H161.014C160.969 112 160.926 112.018 160.894 112.05C160.862 112.082 160.844 112.125 160.844 112.171V113.031H158.286V112.171C158.286 112.125 158.268 112.082 158.236 112.05C158.204 112.018 158.16 112 158.115 112H154.022C153.977 112 153.934 112.018 153.902 112.05C153.87 112.082 153.852 112.125 153.852 112.171V113.031H151.294V112.171C151.294 112.125 151.276 112.082 151.244 112.05C151.212 112.018 151.168 112 151.123 112H119.061C119.016 112 118.973 112.018 118.941 112.05C118.909 112.082 118.891 112.125 118.891 112.171V113.031H116.333V112.171C116.333 112.125 116.315 112.082 116.283 112.05C116.251 112.018 116.207 112 116.162 112H112.069C112.024 112 111.981 112.018 111.949 112.05C111.917 112.082 111.899 112.125 111.899 112.171V113.031H109.341V112.171C109.341 112.125 109.323 112.082 109.291 112.05C109.259 112.018 109.215 112 109.17 112H105.077C105.032 112 104.988 112.018 104.956 112.05C104.924 112.082 104.907 112.125 104.907 112.171V113.031H102.348V112.171C102.348 112.125 102.33 112.082 102.298 112.05C102.266 112.018 102.223 112 102.178 112H98.0849C98.0397 112 97.9963 112.018 97.9643 112.05C97.9323 112.082 97.9144 112.125 97.9144 112.171V113.031H95.3563V112.171C95.3563 112.125 95.3383 112.082 95.3063 112.05C95.2743 112.018 95.2309 112 95.1857 112H91.0927C91.0475 112 91.0041 112.018 90.9721 112.05C90.9402 112.082 90.9222 112.125 90.9222 112.171V113.031H88.3641V112.171C88.3641 112.125 88.3461 112.082 88.3141 112.05C88.2822 112.018 88.2388 112 88.1935 112H84.1006C84.0553 112 84.0119 112.018 83.98 112.05C83.948 112.082 83.93 112.125 83.93 112.171V113.031H81.3719V112.171C81.3719 112.125 81.3539 112.082 81.322 112.05C81.29 112.018 81.2466 112 81.2014 112H77.1084C77.0632 112 77.0198 112.018 76.9878 112.05C76.9558 112.082 76.9378 112.125 76.9379 112.171V113.031H69.093C66.8325 113.031 65 114.863 65 117.124V118.974C65 121.235 66.8325 123.067 69.093 123.067H205.185C207.445 123.067 209.277 121.235 209.277 118.974V117.124C209.277 114.863 207.445 113.031 205.185 113.031Z","fill","#4A4A4A"],["d","M78.375 20.625C78.375 19.5938 77.5312 18.75 76.5 18.75C75.4453 18.75 74.625 19.5938 74.625 20.625C74.625 21.6797 75.4453 22.5 76.5 22.5C77.5312 22.5 78.375 21.6797 78.375 20.625ZM74.8359 11.1094L75.1406 17.4844C75.1641 17.7656 75.4219 18 75.7031 18H77.2734C77.5547 18 77.8125 17.7656 77.8359 17.4844L78.1406 11.1094C78.1641 10.7812 77.9062 10.5 77.5781 10.5H75.3984C75.0703 10.5 74.8125 10.7812 74.8359 11.1094Z","fill","white"],["id","paint0_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["stop-color","#808080","stop-opacity","0.25"],["offset","0.54","stop-color","#808080","stop-opacity","0.12"],["offset","1","stop-color","#808080","stop-opacity","0.1"],["id","paint1_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["id","paint3_linear","x1","76.3176","y1","26.3516","x2","76.3176","y2","8.77802","gradientUnits","userSpaceOnUse"],["id","paint4_linear","x1","76.3176","y1","59.0334","x2","76.3176","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint5_linear","x1","76.3176","y1","91.4958","x2","76.3176","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 370 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["d","M327.488 99.9755C350.953 99.9755 369.975 80.9531 369.975 57.4877C369.975 34.0224 350.953 15 327.488 15C304.022 15 285 34.0224 285 57.4877C285 80.9531 304.022 99.9755 327.488 99.9755Z","fill","#F1F1F1"],["d","M115.068 85.6077H349.8V86.5722H113L115.068 85.6077Z","fill","#4A4A4A"],["d","M236.776 84.376H226.024V91.544H236.776V84.376Z","fill","#D0CDE1"],["d","M218.856 87.96H233.192V79H218.856V87.96ZM232.569 87.5704H219.479V79.3896H232.569V87.5704Z","fill","#4A4A4A"],["d","M265 57.3624H357.392V120.307H265V57.3624Z","fill","#CBCBCB"],["d","M362.545 50H271.626C271.016 50.0009 270.521 50.495 270.521 51.1048V112.577C270.521 112.87 270.638 113.151 270.845 113.358C271.052 113.565 271.333 113.681 271.626 113.681H362.545C362.838 113.681 363.119 113.565 363.326 113.358C363.533 113.151 363.65 112.87 363.65 112.577V51.1048C363.65 50.495 363.155 50.0009 362.545 50ZM362.913 112.577C362.913 112.674 362.875 112.768 362.806 112.837C362.736 112.907 362.643 112.945 362.545 112.945H271.626C271.528 112.945 271.434 112.907 271.365 112.837C271.296 112.768 271.258 112.674 271.258 112.577V51.1048C271.258 50.9015 271.423 50.7365 271.626 50.7365H362.545C362.748 50.7365 362.913 50.9015 362.913 51.1048V112.577Z","fill","#4A4A4A"],["d","M316.364 93.4359H275.844C275.547 93.4359 275.307 93.6766 275.307 93.9735V97.6835C275.307 97.9804 275.547 98.2211 275.844 98.2211H316.364C316.661 98.2211 316.901 97.9804 316.901 97.6835V93.9735C316.901 93.6766 316.661 93.4359 316.364 93.4359Z","fill","#4A4A4A"],["d","M354.814 89.3873H341.565C341.272 89.3873 340.991 89.5036 340.784 89.7108C340.577 89.918 340.46 90.199 340.46 90.492V100.798C340.46 101.091 340.577 101.372 340.784 101.579C340.991 101.786 341.272 101.903 341.565 101.903H354.814C355.107 101.903 355.388 101.786 355.595 101.579C355.803 101.372 355.919 101.091 355.919 100.798V90.492C355.919 90.199 355.803 89.918 355.595 89.7108C355.388 89.5036 355.107 89.3873 354.814 89.3873ZM355.182 100.798C355.182 101.001 355.017 101.166 354.814 101.166H341.565C341.362 101.166 341.197 101.001 341.197 100.798V90.492C341.196 90.3943 341.235 90.3004 341.304 90.2313C341.373 90.1622 341.467 90.1235 341.565 90.1238H354.814C354.912 90.1235 355.006 90.1622 355.075 90.2313C355.144 90.3004 355.183 90.3943 355.182 90.492V100.798Z","fill","#4A4A4A"],["d","M352.168 91.7653H344.211C343.914 91.7653 343.673 92.006 343.673 92.3029V93.0965C343.673 93.3934 343.914 93.6341 344.211 93.6341H352.168C352.465 93.6341 352.706 93.3934 352.706 93.0965V92.3029C352.706 92.006 352.465 91.7653 352.168 91.7653Z","fill","#4A4A4A"],["d","M352.168 94.71H344.211C343.914 94.71 343.673 94.9507 343.673 95.2476V96.0412C343.673 96.3381 343.914 96.5788 344.211 96.5788H352.168C352.465 96.5788 352.706 96.3381 352.706 96.0412V95.2476C352.706 94.9507 352.465 94.71 352.168 94.71Z","fill","#4A4A4A"],["d","M352.168 97.6548H344.211C343.914 97.6548 343.673 97.8955 343.673 98.1924V98.986C343.673 99.2829 343.914 99.5236 344.211 99.5236H352.168C352.465 99.5236 352.706 99.2829 352.706 98.986V98.1924C352.706 97.8955 352.465 97.6548 352.168 97.6548Z","fill","#4A4A4A"],["d","M295.014 54.4177H276.949C276.652 54.4177 276.411 54.6584 276.411 54.9553V61.9782C276.411 62.2752 276.652 62.5158 276.949 62.5158H295.014C295.311 62.5158 295.552 62.2752 295.552 61.9782V54.9553C295.552 54.6584 295.311 54.4177 295.014 54.4177Z","fill","#4A4A4A"],["d","M312.293 105.198C319.455 105.198 325.261 99.3917 325.261 92.2295C325.261 85.0672 319.455 79.2611 312.293 79.2611C305.131 79.2611 299.325 85.0672 299.325 92.2295C299.325 99.3917 305.131 105.198 312.293 105.198Z","fill","#F2F2F2"],["d","M315.18 101.976C308.655 101.976 302.773 98.0462 300.276 92.0183C297.78 85.9904 299.16 79.052 303.773 74.4384C308.387 69.8249 315.325 68.4448 321.353 70.9416C327.381 73.4384 331.311 79.3205 331.311 85.8451C331.301 94.75 324.085 101.966 315.18 101.976ZM315.18 69.9245C306.387 69.9245 299.259 77.0524 299.259 85.8451C299.259 94.6377 306.387 101.766 315.18 101.766C323.973 101.766 331.1 94.6377 331.1 85.8451C331.09 77.0565 323.968 69.9345 315.18 69.9245Z","fill","#4A4A4A"],["d","M309.677 100.883C309.936 100.948 310.216 100.873 310.41 100.673L318.163 92.664C318.571 92.2458 318.371 91.5387 317.802 91.3966L314.249 90.5107L316.557 86.8411C316.797 86.4038 316.558 85.8537 316.074 85.7332L311.64 84.6277C311.271 84.5355 310.888 84.7313 310.748 85.0854L307.92 92.2295C307.751 92.6583 307.998 93.1384 308.444 93.2497L312.099 94.161L309.186 99.7958C308.959 100.236 309.206 100.766 309.677 100.883Z","fill","#5B5B5B"],["d","M88.6576 67.1775H1.48938V98.4248H88.6576V67.1775Z","fill","white"],["d","M59.8442 74.589H8.64417V90.6009H59.8442V74.589Z","fill","#C4B7FF"],["d","M76.3175 90.6426C80.819 90.6426 84.4682 86.9934 84.4682 82.4919C84.4682 77.9904 80.819 74.3412 76.3175 74.3412C71.8159 74.3412 68.1667 77.9904 68.1667 82.4919C68.1667 86.9934 71.8159 90.6426 76.3175 90.6426Z","fill","#6C63FF"],["d","M88.6576 34.7129H1.48938V65.9602H88.6576V34.7129Z","fill","white"],["d","M59.8442 42.1244H8.64417V58.1363H59.8442V42.1244Z","fill","#C4B7FF"],["d","M76.3175 58.1801C80.819 58.1801 84.4682 54.531 84.4682 50.0294C84.4682 45.5279 80.819 41.8787 76.3175 41.8787C71.8159 41.8787 68.1667 45.5279 68.1667 50.0294C68.1667 54.531 71.8159 58.1801 76.3175 58.1801Z","fill","#6C63FF"],["d","M88.6576 2.24824H1.48938V33.4955H88.6576V2.24824Z","fill","white"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z","fill","#C4B7FF"],["d","M59.8442 9.66196H8.64417V25.6738H59.8442V9.66196Z","fill","#5E4EA5"],["d","M76.7868 26.5736C81.6396 26.5736 85.5736 22.6396 85.5736 17.7868C85.5736 12.934 81.6396 9 76.7868 9C71.934 9 68 12.934 68 17.7868C68 22.6396 71.934 26.5736 76.7868 26.5736Z","fill","url(#paint0_linear)"],["d","M76.3174 59.0334C81.1702 59.0334 85.1042 55.0994 85.1042 50.2466C85.1042 45.3938 81.1702 41.4598 76.3174 41.4598C71.4646 41.4598 67.5306 45.3938 67.5306 50.2466C67.5306 55.0994 71.4646 59.0334 76.3174 59.0334Z","fill","url(#paint1_linear)"],["d","M76.3174 91.4958C81.1702 91.4958 85.1042 87.5618 85.1042 82.709C85.1042 77.8562 81.1702 73.9222 76.3174 73.9222C71.4646 73.9222 67.5306 77.8562 67.5306 82.709C67.5306 87.5618 71.4646 91.4958 76.3174 91.4958Z","fill","url(#paint2_linear)"],["d","M193.434 36.7899H142.709V35.7444H119.708V36.7899H68.7742C67.8642 36.7899 66.9915 37.1514 66.348 37.7949C65.7045 38.4384 65.343 39.3111 65.343 40.2211V109.679C65.343 110.589 65.7045 111.462 66.348 112.106C66.9915 112.749 67.8642 113.111 68.7742 113.111H193.434C195.329 113.111 196.866 111.574 196.866 109.679V40.2211C196.866 39.3111 196.504 38.4384 195.861 37.7949C195.217 37.1514 194.344 36.7899 193.434 36.7899Z","fill","#4A4A4A"],["d","M192.265 42.8538H69.9432V111.856H192.265V42.8538Z","fill","#CBCBCB"],["opacity","0.1","d","M157.283 111.856H69.9432V42.8538L157.283 111.856Z","fill","black"],["d","M89.0829 106.693C95.5767 106.693 100.841 101.428 100.841 94.9346C100.841 88.4408 95.5767 83.1766 89.0829 83.1766C82.5892 83.1766 77.325 88.4408 77.325 94.9346C77.325 101.428 82.5892 106.693 89.0829 106.693Z","fill","#F2F2F2"],["d","M91.7004 103.772C85.7849 103.772 80.4518 100.208 78.188 94.7431C75.9242 89.2778 77.1755 82.987 81.3584 78.8041C85.5414 74.6211 91.8322 73.3698 97.2975 75.6336C102.763 77.8974 106.326 83.2305 106.326 89.1461C106.317 97.2199 99.7743 103.763 91.7004 103.772ZM91.7004 74.7115C83.7284 74.7115 77.2658 81.174 77.2658 89.1461C77.2658 97.1181 83.7284 103.581 91.7004 103.581C99.6725 103.581 106.135 97.1181 106.135 89.1461C106.126 81.1778 99.6687 74.7205 91.7004 74.7115Z","fill","#3F3D56"],["d","M170.967 80.0672H159.541V82.4548H170.967V80.0672Z","fill","#4A4A4A"],["d","M184.781 67.9588H145.727V68.9821H184.781V67.9588Z","fill","#4A4A4A"],["d","M200.3 110.601H188.362V109.741C188.362 109.696 188.344 109.653 188.312 109.621C188.28 109.589 188.237 109.571 188.192 109.571H184.099C184.054 109.571 184.01 109.589 183.978 109.621C183.946 109.653 183.928 109.696 183.928 109.741V110.601H181.37V109.741C181.37 109.696 181.352 109.653 181.32 109.621C181.288 109.589 181.245 109.571 181.2 109.571H177.107C177.061 109.571 177.018 109.589 176.986 109.621C176.954 109.653 176.936 109.696 176.936 109.741V110.601H174.378V109.741C174.378 109.696 174.36 109.653 174.328 109.621C174.296 109.589 174.253 109.571 174.207 109.571H170.114C170.069 109.571 170.026 109.589 169.994 109.621C169.962 109.653 169.944 109.696 169.944 109.741V110.601H167.386V109.741C167.386 109.696 167.368 109.653 167.336 109.621C167.304 109.589 167.26 109.571 167.215 109.571H163.122C163.077 109.571 163.034 109.589 163.002 109.621C162.97 109.653 162.952 109.696 162.952 109.741V110.601H160.394V109.741C160.394 109.696 160.376 109.653 160.344 109.621C160.312 109.589 160.268 109.571 160.223 109.571H156.13C156.085 109.571 156.041 109.589 156.009 109.621C155.977 109.653 155.96 109.696 155.96 109.741V110.601H153.401V109.741C153.401 109.696 153.383 109.653 153.351 109.621C153.319 109.589 153.276 109.571 153.231 109.571H149.138C149.093 109.571 149.049 109.589 149.017 109.621C148.985 109.653 148.967 109.696 148.967 109.741V110.601H146.409V109.741C146.409 109.696 146.391 109.653 146.359 109.621C146.327 109.589 146.284 109.571 146.239 109.571H114.177C114.132 109.571 114.088 109.589 114.056 109.621C114.024 109.653 114.006 109.696 114.006 109.741V110.601H111.448V109.741C111.448 109.696 111.43 109.653 111.398 109.621C111.366 109.589 111.323 109.571 111.278 109.571H107.185C107.14 109.571 107.096 109.589 107.064 109.621C107.032 109.653 107.014 109.696 107.014 109.741V110.601H104.456V109.741C104.456 109.696 104.438 109.653 104.406 109.621C104.374 109.589 104.331 109.571 104.286 109.571H100.193C100.147 109.571 100.104 109.589 100.072 109.621C100.04 109.653 100.022 109.696 100.022 109.741V110.601H97.464V109.741C97.464 109.696 97.4461 109.653 97.4141 109.621C97.3821 109.589 97.3387 109.571 97.2935 109.571H93.2005C93.1553 109.571 93.1119 109.589 93.0799 109.621C93.0479 109.653 93.03 109.696 93.03 109.741V110.601H90.4719V109.741C90.4719 109.696 90.4539 109.653 90.4219 109.621C90.3899 109.589 90.3465 109.571 90.3013 109.571H86.2083C86.1631 109.571 86.1197 109.589 86.0877 109.621C86.0558 109.653 86.0378 109.696 86.0378 109.741V110.601H83.4797V109.741C83.4797 109.696 83.4617 109.653 83.4297 109.621C83.3978 109.589 83.3544 109.571 83.3091 109.571H79.2162C79.1709 109.571 79.1276 109.589 79.0956 109.621C79.0636 109.653 79.0456 109.696 79.0456 109.741V110.601H76.4875V109.741C76.4875 109.696 76.4695 109.653 76.4376 109.621C76.4056 109.589 76.3622 109.571 76.317 109.571H72.224C72.1788 109.571 72.1354 109.589 72.1034 109.621C72.0714 109.653 72.0535 109.696 72.0535 109.741V110.601H64.2086C61.9481 110.601 60.1156 112.434 60.1156 114.694V116.545C60.1156 118.806 61.9481 120.638 64.2086 120.638H200.3C202.561 120.638 204.393 118.806 204.393 116.545V114.694C204.393 112.434 202.561 110.601 200.3 110.601Z","fill","#4A4A4A"],["d","M86.1131 103.322C86.3717 103.386 86.6518 103.312 86.8457 103.112L94.5986 95.1027C95.007 94.6845 94.8072 93.9774 94.2376 93.8353L90.6843 92.9494L92.9925 89.2798C93.2324 88.8425 92.9934 88.2924 92.51 88.1719L88.0762 87.0664C87.7067 86.9742 87.3243 87.17 87.1837 87.5241L84.3559 94.6682C84.1868 95.097 84.4334 95.5771 84.8799 95.6884L88.5348 96.5997L85.6221 102.235C85.3946 102.675 85.642 103.204 86.1131 103.322Z","fill","#5B5B5B"],["d","M78.125 21.625C78.125 20.5938 77.2812 19.75 76.25 19.75C75.1953 19.75 74.375 20.5938 74.375 21.625C74.375 22.6797 75.1953 23.5 76.25 23.5C77.2812 23.5 78.125 22.6797 78.125 21.625ZM74.5859 12.1094L74.8906 18.4844C74.9141 18.7656 75.1719 19 75.4531 19H77.0234C77.3047 19 77.5625 18.7656 77.5859 18.4844L77.8906 12.1094C77.9141 11.7812 77.6562 11.5 77.3281 11.5H75.1484C74.8203 11.5 74.5625 11.7812 74.5859 12.1094Z","fill","white"],["id","paint0_linear","x1","76.7868","y1","26.5736","x2","76.7868","y2","9","gradientUnits","userSpaceOnUse"],["id","paint1_linear","x1","76.3174","y1","59.0334","x2","76.3174","y2","41.4598","gradientUnits","userSpaceOnUse"],["id","paint2_linear","x1","76.3174","y1","91.4958","x2","76.3174","y2","73.9222","gradientUnits","userSpaceOnUse"],["fxFlex","30","viewBox","0 0 153 200","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/2000/svg",3,"ngClass"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke","#C4B7FF","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7"],["d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46","stroke","#5E4EA5","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7"],["d","M122.399 37H32.25V137.616H122.399V37Z","fill","#E6E6E6"],["d","M120.908 104.178H33.7394V135.425H120.908V104.178Z","fill","white"],["d","M92.0943 111.589H40.8943V127.601H92.0943V111.589Z","fill","#C4B7FF"],["d","M108.567 127.643C113.069 127.643 116.718 123.993 116.718 119.492C116.718 114.99 113.069 111.341 108.567 111.341C104.066 111.341 100.417 114.99 100.417 119.492C100.417 123.993 104.066 127.643 108.567 127.643Z","fill","#6C63FF"],["d","M120.908 71.7129H33.7394V102.96H120.908V71.7129Z","fill","white"],["d","M92.0943 79.1244H40.8943V95.1363H92.0943V79.1244Z","fill","#C4B7FF"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.531 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.531 104.066 95.1801 108.567 95.1801Z","fill","#6C63FF"],["d","M120.908 39.2482H33.7394V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6738H92.0943V46.662Z","fill","#C4B7FF"],["d","M74.5 112H40.5V128H74.5V112Z","fill","#5E4EA5"],["d","M74.5 79H40.5V95H74.5V79Z","fill","#5E4EA5"],["d","M91.8943 46.662H40.8943V62.662H91.8943V46.662Z","fill","#5E4EA5"],["d","M108.567 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.567 45.778C103.715 45.778 99.7806 49.712 99.7806 54.5648C99.7806 59.4176 103.715 63.3516 108.567 63.3516Z","fill","url(#paint0_linear)"],["d","M108.567 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.567 78.4598C103.715 78.4598 99.7806 82.3938 99.7806 87.2466C99.7806 92.0994 103.715 96.0334 108.567 96.0334Z","fill","#5E4EA5"],["d","M108.567 128.496C113.42 128.496 117.354 124.562 117.354 119.709C117.354 114.856 113.42 110.922 108.567 110.922C103.715 110.922 99.7806 114.856 99.7806 119.709C99.7806 124.562 103.715 128.496 108.567 128.496Z","fill","#5E4EA5"],["d","M108.401 62.3014C112.902 62.3014 116.551 58.6522 116.551 54.1507C116.551 49.6492 112.902 46 108.401 46C103.899 46 100.25 49.6492 100.25 54.1507C100.25 58.6522 103.899 62.3014 108.401 62.3014Z","fill","#5E4EA5"],["d","M110.625 57.625C110.625 56.5938 109.781 55.75 108.75 55.75C107.695 55.75 106.875 56.5938 106.875 57.625C106.875 58.6797 107.695 59.5 108.75 59.5C109.781 59.5 110.625 58.6797 110.625 57.625ZM107.086 48.1094L107.391 54.4844C107.414 54.7656 107.672 55 107.953 55H109.523C109.805 55 110.062 54.7656 110.086 54.4844L110.391 48.1094C110.414 47.7812 110.156 47.5 109.828 47.5H107.648C107.32 47.5 107.062 47.7812 107.086 48.1094Z","fill","white"],["d","M141.711 111C141.008 111 140.656 111.859 141.164 112.367L146.164 117.367C146.477 117.68 146.984 117.68 147.297 117.367L152.297 112.367C152.805 111.859 152.453 111 151.75 111H141.711Z","fill","#5E4EA5"],["d","M84.25 185.461C84.25 184.758 83.3906 184.406 82.8828 184.914L77.8828 189.914C77.5703 190.227 77.5703 190.734 77.8828 191.047L82.8828 196.047C83.3906 196.555 84.25 196.203 84.25 195.5V185.461Z","fill","#C4B7FF"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z","fill","#C4B7FF"],["d","M133.75 174C142.31 174 149.25 167.06 149.25 158.5C149.25 149.94 142.31 143 133.75 143C125.19 143 118.25 149.94 118.25 158.5C118.25 167.06 125.19 174 133.75 174Z","fill","#F2F2F2"],["d","M129.872 169.64C130.214 169.726 130.584 169.628 130.84 169.363L141.093 158.771C141.633 158.218 141.369 157.283 140.616 157.095L135.917 155.924L138.969 151.071C139.286 150.493 138.97 149.765 138.331 149.606L132.468 148.144C131.979 148.022 131.473 148.281 131.287 148.749L127.548 158.197C127.324 158.764 127.65 159.399 128.241 159.546L133.074 160.751L129.222 168.203C128.921 168.785 129.249 169.485 129.872 169.64Z","fill","#5B5B5B"],["d","M19.75 174C28.3104 174 35.25 167.06 35.25 158.5C35.25 149.94 28.3104 143 19.75 143C11.1896 143 4.25 149.94 4.25 158.5C4.25 167.06 11.1896 174 19.75 174Z","fill","#F2F2F2"],["d","M19.3208 167.769C23.2973 167.769 26.5208 164.545 26.5208 160.569C26.5208 156.592 23.2973 153.369 19.3208 153.369C15.3444 153.369 12.1208 156.592 12.1208 160.569C12.1208 164.545 15.3444 167.769 19.3208 167.769Z","fill","#CBCBCB"],["d","M13.7656 153.188L12.4676 152.716C12.4676 152.716 15.1815 150.002 18.9572 150.238L17.8953 149.177C17.8953 149.177 20.4911 148.233 22.851 150.71C24.0915 152.013 25.5268 153.544 26.4216 155.269H27.8116L27.2314 156.429L29.2619 157.589L27.1778 157.381C27.3752 158.383 27.3073 159.418 26.9807 160.386L26.5087 161.684C26.5087 161.684 24.6208 157.908 24.6208 157.436V158.616C24.6208 158.616 23.3229 157.554 23.3229 156.846L22.615 157.672L22.261 156.374L17.8953 157.672L18.6032 156.61L15.8894 156.964L16.9514 155.666C16.9514 155.666 13.8836 157.2 13.7656 158.498C13.6476 159.796 12.1137 161.448 12.1137 161.448L11.4058 160.268C11.4058 160.268 10.3438 154.958 13.7656 153.188Z","fill","#595959"],["d","M76.75 31C68.1896 31 61.25 24.0604 61.25 15.5C61.25 6.93959 68.1896 0 76.75 0C85.3104 0 92.25 6.93959 92.25 15.5C92.25 24.0604 85.3104 31 76.75 31Z","fill","#F2F2F2"],["d","M77.1792 24.7687C73.2027 24.7687 69.9792 21.5452 69.9792 17.5687C69.9792 13.5923 73.2027 10.3687 77.1792 10.3687C81.1556 10.3687 84.3792 13.5923 84.3792 17.5687C84.3792 21.5452 81.1556 24.7687 77.1792 24.7687Z","fill","#CBCBCB"],["d","M82.7344 10.1883L84.0324 9.71628C84.0324 9.71628 81.3185 7.00246 77.5428 7.23845L78.6047 6.17651C78.6047 6.17651 76.0089 5.23258 73.649 7.71041C72.4085 9.01295 70.9732 10.544 70.0784 12.2687H68.6884L69.2686 13.429L67.2381 14.5893L69.3222 14.3808C69.1248 15.3825 69.1927 16.4184 69.5193 17.3858L69.9913 18.6837C69.9913 18.6837 71.8792 14.9079 71.8792 14.4359V15.6159C71.8792 15.6159 73.1771 14.5539 73.1771 13.846L73.885 14.6719L74.239 13.374L78.6047 14.6719L77.8968 13.61L80.6106 13.964L79.5486 12.6661C79.5486 12.6661 82.6164 14.2 82.7344 15.4979C82.8524 16.7958 84.3863 18.4477 84.3863 18.4477L85.0942 17.2678C85.0942 17.2678 86.1562 11.9581 82.7344 10.1883Z","fill","#595959"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.786 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.542 141.365 153.936Z","fill","#595959"],["d","M140.968 160.376C141.521 160.376 141.968 159.928 141.968 159.376C141.968 158.823 141.521 158.376 140.968 158.376C140.416 158.376 139.968 158.823 139.968 159.376C139.968 159.928 140.416 160.376 140.968 160.376Z","fill","#CBCBCB"],["d","M129.168 160.376C129.721 160.376 130.168 159.928 130.168 159.376C130.168 158.823 129.721 158.376 129.168 158.376C128.616 158.376 128.168 158.823 128.168 159.376C128.168 159.928 128.616 160.376 129.168 160.376Z","fill","#CBCBCB"],["d","M135.068 165.276C138.272 165.276 140.868 162.679 140.868 159.476C140.868 156.272 138.272 153.676 135.068 153.676C131.865 153.676 129.268 156.272 129.268 159.476C129.268 162.679 131.865 165.276 135.068 165.276Z","fill","#CBCBCB"],["d","M140.384 153.575L136.049 151.304L130.062 152.233L128.824 157.704L131.907 157.585L132.768 155.576V157.552L134.191 157.498L135.017 154.298L135.533 157.704L140.591 157.601L140.384 153.575Z","fill","#595959"],["d","M79.4007 199.301C83.9022 199.301 87.5514 195.652 87.5514 191.151C87.5514 186.649 83.9022 183 79.4007 183C74.8992 183 71.25 186.649 71.25 191.151C71.25 195.652 74.8992 199.301 79.4007 199.301Z","fill","#5E4EA5"],["d","M82.9375 189.25H80.2188L81.2266 186.227C81.3203 185.852 81.0391 185.5 80.6875 185.5H77.3125C77.0313 185.5 76.7735 185.711 76.75 185.992L76 191.617C75.9531 191.969 76.211 192.25 76.5625 192.25H79.3281L78.25 196.82C78.1797 197.172 78.4375 197.5 78.7891 197.5C79 197.5 79.1875 197.406 79.2813 197.219L83.4063 190.094C83.6406 189.742 83.3594 189.25 82.9375 189.25Z","fill","white"],["d","M106.555 91.8125C106.789 92.0469 107.188 92.0469 107.422 91.8125L114.312 84.9219C114.547 84.6875 114.547 84.2891 114.312 84.0547L113.469 83.2109C113.234 82.9766 112.859 82.9766 112.625 83.2109L107 88.8359L104.352 86.2109C104.117 85.9766 103.742 85.9766 103.508 86.2109L102.664 87.0547C102.43 87.2891 102.43 87.6875 102.664 87.9219L106.555 91.8125Z","fill","white"],["d","M106.555 124.812C106.789 125.047 107.188 125.047 107.422 124.812L114.312 117.922C114.547 117.688 114.547 117.289 114.312 117.055L113.469 116.211C113.234 115.977 112.859 115.977 112.625 116.211L107 121.836L104.352 119.211C104.117 118.977 103.742 118.977 103.508 119.211L102.664 120.055C102.43 120.289 102.43 120.688 102.664 120.922L106.555 124.812Z","fill","white"],["id","paint0_linear","x1","108.567","y1","63.3516","x2","108.567","y2","45.778","gradientUnits","userSpaceOnUse"],["fill-rule","evenodd","clip-rule","evenodd","d","M76.25 191C114.91 191 146.25 158.541 146.25 118.5C146.25 78.4594 114.91 46 76.25 46C37.5901 46 6.25 78.4594 6.25 118.5C6.25 158.541 37.5901 191 76.25 191Z","stroke","#5E4EA5","stroke-width","2","stroke-linecap","round","stroke-dasharray","7 7"],["d","M120.908 104.177H33.7393V135.425H120.908V104.177Z","fill","white"],["d","M120.908 71.7129H33.7393V102.96H120.908V71.7129Z","fill","white"],["d","M108.567 95.1801C113.069 95.1801 116.718 91.5309 116.718 87.0294C116.718 82.5279 113.069 78.8787 108.567 78.8787C104.066 78.8787 100.417 82.5279 100.417 87.0294C100.417 91.5309 104.066 95.1801 108.567 95.1801Z","fill","#6C63FF"],["d","M120.908 39.2482H33.7393V70.4955H120.908V39.2482Z","fill","white"],["d","M92.0943 46.662H40.8943V62.6739H92.0943V46.662Z","fill","#C4B7FF"],["d","M76 112H41V128H76V112Z","fill","#5E4EA5"],["d","M70 79H41V95H70V79Z","fill","#5E4EA5"],["d","M70 47H41V63H70V47Z","fill","#5E4EA5"],["d","M108.568 63.3516C113.42 63.3516 117.354 59.4176 117.354 54.5648C117.354 49.712 113.42 45.778 108.568 45.778C103.715 45.778 99.7808 49.712 99.7808 54.5648C99.7808 59.4176 103.715 63.3516 108.568 63.3516Z","fill","url(#paint0_linear)"],["d","M108.568 96.0334C113.42 96.0334 117.354 92.0994 117.354 87.2466C117.354 82.3938 113.42 78.4598 108.568 78.4598C103.715 78.4598 99.7808 82.3938 99.7808 87.2466C99.7808 92.0994 103.715 96.0334 108.568 96.0334Z","fill","#5E4EA5"],["d","M108.568 129.496C113.42 129.496 117.354 125.562 117.354 120.709C117.354 115.856 113.42 111.922 108.568 111.922C103.715 111.922 99.7808 115.856 99.7808 120.709C99.7808 125.562 103.715 129.496 108.568 129.496Z","fill","#5E4EA5"],["d","M106.805 91.8125C107.039 92.0469 107.438 92.0469 107.672 91.8125L114.562 84.9219C114.797 84.6875 114.797 84.2891 114.562 84.0547L113.719 83.2109C113.484 82.9766 113.109 82.9766 112.875 83.2109L107.25 88.8359L104.602 86.2109C104.367 85.9766 103.992 85.9766 103.758 86.2109L102.914 87.0547C102.68 87.2891 102.68 87.6875 102.914 87.9219L106.805 91.8125Z","fill","white"],["d","M106.805 58.8125C107.039 59.0469 107.438 59.0469 107.672 58.8125L114.562 51.9219C114.797 51.6875 114.797 51.2891 114.562 51.0547L113.719 50.2109C113.484 49.9766 113.109 49.9766 112.875 50.2109L107.25 55.8359L104.602 53.2109C104.367 52.9766 103.992 52.9766 103.758 53.2109L102.914 54.0547C102.68 54.2891 102.68 54.6875 102.914 54.9219L106.805 58.8125Z","fill","white"],["d","M11.7891 120C12.4922 120 12.8437 119.141 12.3359 118.633L7.33593 113.633C7.02343 113.32 6.51562 113.32 6.20312 113.633L1.20312 118.633C0.695303 119.141 1.04687 120 1.74999 120H11.7891Z","fill","#5E4EA5"],["d","M77.1792 24.7688C73.2027 24.7688 69.9792 21.5452 69.9792 17.5688C69.9792 13.5923 73.2027 10.3688 77.1792 10.3688C81.1556 10.3688 84.3792 13.5923 84.3792 17.5688C84.3792 21.5452 81.1556 24.7688 77.1792 24.7688Z","fill","#CBCBCB"],["d","M141.365 153.936C139.147 150.189 134.759 150.014 134.759 150.014C134.759 150.014 130.483 149.467 127.74 155.175C125.183 160.495 121.655 165.632 127.172 166.877L128.168 163.776L128.785 167.108C129.571 167.165 130.359 167.178 131.146 167.149C137.055 166.958 142.681 167.204 142.5 165.084C142.259 162.266 143.499 157.543 141.365 153.936Z","fill","#595959"],["d","M82.9374 189.25H80.2186L81.2265 186.227C81.3202 185.852 81.039 185.5 80.6874 185.5H77.3124C77.0311 185.5 76.7733 185.711 76.7499 185.992L75.9999 191.617C75.953 191.969 76.2108 192.25 76.5624 192.25H79.328L78.2499 196.82C78.1796 197.172 78.4374 197.5 78.789 197.5C78.9999 197.5 79.1874 197.406 79.2811 197.219L83.4061 190.094C83.6405 189.742 83.3593 189.25 82.9374 189.25Z","fill","white"],["id","paint0_linear","x1","108.568","y1","63.3516","x2","108.568","y2","45.778","gradientUnits","userSpaceOnUse"]],template:function(t,a){if(1&t&&(e.YNc(0,vo,1,0,"ng-container",0),e.YNc(1,bo,47,5,"ng-template",null,1,e.W1O),e.YNc(3,Zo,96,5,"ng-template",null,2,e.W1O),e.YNc(5,wo,68,5,"ng-template",null,3,e.W1O),e.YNc(7,Ao,53,5,"ng-template",null,4,e.W1O),e.YNc(9,So,52,5,"ng-template",null,5,e.W1O)),2&t){const o=e.MAs(2),s=e.MAs(4),r=e.MAs(6),_=e.MAs(8),g=e.MAs(10);e.Q6J("ngTemplateOutlet",1===a.stepNumber?o:2===a.stepNumber?s:3===a.stepNumber?r:4===a.stepNumber?_:g)}},directives:[p.tP,d.xw,d.yH,d.Wh,p.mk,k.oO,Z.n5,Z.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[To.l]}}),n})();const ko=["stepper"];function Fo(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(2);e.Oqu(t.inputFormLabel)}}function No(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function qo(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount must be a positive number."),e.qZA())}function Uo(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.hij("Amount must be less than or equal to ",null==t.selChannel?null:t.selChannel.local_balance,".")}}function Oo(n,i){if(1&n&&(e.TgZ(0,"mat-option",55),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.AsE("",t.remote_alias," - ",t.chan_id,"")}}function Ro(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Receive from Peer is required."),e.qZA())}function Mo(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Receive from Peer not found in the list."),e.qZA())}function Io(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(2);e.Oqu(t.feeFormLabel)}}function Do(n,i){if(1&n&&(e.TgZ(0,"mat-option",55),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.hij(" ",t.name," ")}}function Po(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.hij("",t.feeFormGroup.controls.selFeeLimitType.value?t.feeFormGroup.controls.selFeeLimitType.value.placeholder:t.feeLimitTypes[0].placeholder," is required.")}}function Jo(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.hij("",t.feeFormGroup.controls.selFeeLimitType.value?t.feeFormGroup.controls.selFeeLimitType.value.placeholder:t.feeLimitTypes[0].placeholder," must be a positive number.")}}function Eo(n,i){1&n&&e._uU(0,"Invoice/Payment")}function Qo(n,i){1&n&&(e.TgZ(0,"mat-icon",56),e._uU(1,"check"),e.qZA())}function Yo(n,i){1&n&&e._UZ(0,"mat-progress-bar",57)}function Ho(n,i){if(1&n&&(e.TgZ(0,"mat-icon",56),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(null!=t.paymentStatus&&t.paymentStatus.error?"close":"check")}}function Bo(n,i){1&n&&e._UZ(0,"div",14)}function Vo(n,i){1&n&&e._UZ(0,"mat-progress-bar",57)}function Go(n,i){if(1&n&&(e.TgZ(0,"h4",58),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.paymentStatus&&t.paymentStatus.payment_hash?"Rebalance Successful.":"Rebalance Failed.")}}function zo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",59),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onRestart()}),e._uU(1,"Start Again"),e.qZA()}}function Wo(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",5)(1,"div",6)(2,"mat-card-header",7)(3,"div",8)(4,"span",9),e._uU(5),e.qZA()(),e.TgZ(6,"div",10)(7,"button",11),e.NdJ("click",function(){return e.CHM(t),e.oxw().showInfo()}),e._uU(8,"?"),e.qZA(),e.TgZ(9,"button",12),e.NdJ("click",function(){return e.CHM(t),e.oxw().onClose()}),e._uU(10,"X"),e.qZA()()(),e.TgZ(11,"mat-card-content",13)(12,"div",14)(13,"div",15)(14,"div",16),e._UZ(15,"fa-icon",17),e.TgZ(16,"span"),e._uU(17,"Circular Rebalance is a payment you make to *yourselves* to affect a relative change in the balances of two channels. This is accomplished by sending payment out from the selected channel and receiving it back on the channel with the selected peer. Please note, you will be paying routing fee to balance the channels in this manner."),e.qZA()()(),e.TgZ(18,"div",18)(19,"p",19)(20,"strong"),e._uU(21,"Channel Peer:\xa0"),e.qZA(),e._uU(22),e.ALo(23,"titlecase"),e.qZA(),e.TgZ(24,"p",19)(25,"strong"),e._uU(26,"Channel ID:\xa0"),e.qZA(),e._uU(27),e.qZA()(),e.TgZ(28,"mat-vertical-stepper",20,21),e.NdJ("selectionChange",function(o){return e.CHM(t),e.oxw().stepSelectionChanged(o)}),e.TgZ(30,"mat-step",22)(31,"form",23),e.YNc(32,Fo,1,1,"ng-template",24),e.TgZ(33,"div",25)(34,"mat-form-field",26),e._UZ(35,"input",27),e.TgZ(36,"mat-hint"),e._uU(37),e.qZA(),e.TgZ(38,"span",28),e._uU(39,"Sats"),e.qZA(),e.YNc(40,No,2,0,"mat-error",29),e.YNc(41,qo,2,0,"mat-error",29),e.YNc(42,Uo,2,1,"mat-error",29),e.qZA(),e.TgZ(43,"mat-form-field",30)(44,"input",31),e.NdJ("change",function(){return e.CHM(t),e.oxw().onSelectedPeerChanged()}),e.qZA(),e.TgZ(45,"mat-autocomplete",32,33),e.NdJ("optionSelected",function(){return e.CHM(t),e.oxw().onSelectedPeerChanged()}),e.YNc(47,Oo,2,3,"mat-option",34),e.ALo(48,"async"),e.qZA(),e.YNc(49,Ro,2,0,"mat-error",29),e.YNc(50,Mo,2,0,"mat-error",29),e.qZA()(),e.TgZ(51,"div",35)(52,"button",36),e.NdJ("click",function(){return e.CHM(t),e.oxw().onSelectFee()}),e._uU(53,"Select Fee"),e.qZA()()()(),e.TgZ(54,"mat-step",22)(55,"form",23),e.YNc(56,Io,1,1,"ng-template",37),e.TgZ(57,"div",25)(58,"div",25)(59,"mat-form-field",30)(60,"mat-select",38),e.YNc(61,Do,2,2,"mat-option",34),e.qZA()(),e.TgZ(62,"mat-form-field",26),e._UZ(63,"input",39),e.YNc(64,Po,2,1,"mat-error",29),e.YNc(65,Jo,2,1,"mat-error",29),e.qZA()()(),e.TgZ(66,"div",35)(67,"button",40),e.NdJ("click",function(){return e.CHM(t),e.oxw().onRebalance()}),e._uU(68,"Rebalance"),e.qZA()()()(),e.TgZ(69,"mat-step",41)(70,"form",23),e.YNc(71,Eo,1,0,"ng-template",24),e.TgZ(72,"div",42)(73,"mat-expansion-panel",43)(74,"mat-expansion-panel-header")(75,"mat-panel-title")(76,"span",44),e._uU(77),e.YNc(78,Qo,2,0,"mat-icon",45),e.qZA()()(),e.TgZ(79,"div",14)(80,"span",46),e._uU(81),e.qZA()()(),e.YNc(82,Yo,1,0,"mat-progress-bar",47),e.TgZ(83,"mat-expansion-panel",48)(84,"mat-expansion-panel-header")(85,"mat-panel-title")(86,"span",44),e._uU(87),e.YNc(88,Ho,2,1,"mat-icon",45),e.qZA()()(),e.YNc(89,Bo,1,0,"div",49),e.qZA(),e.YNc(90,Vo,1,0,"mat-progress-bar",47),e.qZA(),e.YNc(91,Go,2,1,"h4",50),e.TgZ(92,"div",51),e.YNc(93,zo,2,0,"button",52),e.qZA()()()(),e.TgZ(94,"div",53)(95,"button",54),e._uU(96,"Close"),e.qZA()()()()()()}if(2&n){const t=e.MAs(46),a=e.oxw(),o=e.MAs(2);e.Q6J("@opacityAnimation",void 0),e.xp6(3),e.Q6J("fxFlex",a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM?"83":"91"),e.xp6(2),e.Oqu(a.channel?"Channel "+a.loopDirectionCaption:a.loopDirectionCaption),e.xp6(1),e.Q6J("fxFlex",a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM?"17":"9"),e.xp6(9),e.Q6J("icon",a.faInfoCircle),e.xp6(7),e.Oqu(e.lcZ(23,45,a.selChannel.remote_alias)),e.xp6(5),e.Oqu(a.selChannel.chan_id),e.xp6(1),e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",a.inputFormGroup)("editable",a.flgEditable),e.xp6(1),e.Q6J("formGroup",a.inputFormGroup),e.xp6(4),e.Q6J("step",100),e.xp6(2),e.AsE("(Local Bal: ",null==a.selChannel?null:a.selChannel.local_balance,", Remaining: ",(null==a.selChannel?null:a.selChannel.local_balance)-(a.inputFormGroup.controls.rebalanceAmount.value?a.inputFormGroup.controls.rebalanceAmount.value:0),")"),e.xp6(3),e.Q6J("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.min),e.xp6(1),e.Q6J("ngIf",null==a.inputFormGroup.controls.rebalanceAmount.errors?null:a.inputFormGroup.controls.rebalanceAmount.errors.max),e.xp6(2),e.Q6J("matAutocomplete",t),e.xp6(1),e.Q6J("displayWith",a.displayFn),e.xp6(2),e.Q6J("ngForOf",e.lcZ(48,47,a.filteredActiveChannels)),e.xp6(2),e.Q6J("ngIf",null==a.inputFormGroup.controls.selRebalancePeer.errors?null:a.inputFormGroup.controls.selRebalancePeer.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.inputFormGroup.controls.selRebalancePeer.errors?null:a.inputFormGroup.controls.selRebalancePeer.errors.notfound),e.xp6(4),e.Q6J("stepControl",a.feeFormGroup)("editable",a.flgEditable),e.xp6(1),e.Q6J("formGroup",a.feeFormGroup),e.xp6(6),e.Q6J("ngForOf",a.feeLimitTypes),e.xp6(2),e.s9C("placeholder",a.feeFormGroup.controls.selFeeLimitType.value?a.feeFormGroup.controls.selFeeLimitType.value.placeholder:a.feeLimitTypes[0].placeholder),e.Q6J("step",1),e.xp6(1),e.Q6J("ngIf",null==a.feeFormGroup.controls.feeLimit.errors?null:a.feeFormGroup.controls.feeLimit.errors.required),e.xp6(1),e.Q6J("ngIf",null==a.feeFormGroup.controls.feeLimit.errors?null:a.feeFormGroup.controls.feeLimit.errors.min),e.xp6(4),e.Q6J("stepControl",a.statusFormGroup),e.xp6(1),e.Q6J("formGroup",a.statusFormGroup),e.xp6(7),e.Oqu(a.flgInvoiceGenerated?a.flgReusingInvoice?"Invoice re-used":"Invoice generated":"Generating invoice..."),e.xp6(1),e.Q6J("ngIf",a.flgInvoiceGenerated),e.xp6(3),e.Oqu(a.paymentRequest),e.xp6(1),e.Q6J("ngIf",!a.flgInvoiceGenerated),e.xp6(1),e.Q6J("expanded",(a.flgInvoiceGenerated||a.flgReusingInvoice)&&a.flgPaymentSent),e.xp6(4),e.Oqu(a.flgInvoiceGenerated||a.flgPaymentSent?a.flgPaymentSent?null!=a.paymentStatus&&a.paymentStatus.error?"Payment failed":"Payment successful":"Processing payment...":"Payment waiting for Invoice"),e.xp6(1),e.Q6J("ngIf",a.flgPaymentSent),e.xp6(1),e.Q6J("ngIf",!a.paymentStatus)("ngIfElse",o),e.xp6(1),e.Q6J("ngIf",a.flgInvoiceGenerated&&!a.flgPaymentSent),e.xp6(1),e.Q6J("ngIf",a.flgInvoiceGenerated&&a.flgPaymentSent),e.xp6(2),e.Q6J("ngIf",a.paymentStatus&&a.paymentStatus.error),e.xp6(2),e.Q6J("mat-dialog-close",!1)}}function Xo(n,i){1&n&&e.GkF(0)}function $o(n,i){if(1&n&&e.YNc(0,Xo,1,0,"ng-container",60),2&n){const t=e.oxw(),a=e.MAs(4),o=e.MAs(6);e.Q6J("ngTemplateOutlet",t.paymentStatus.error?a:o)}}function jo(n,i){if(1&n&&(e.TgZ(0,"div",14)(1,"span",46),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.hij("Error: ",t.paymentStatus.error,"")}}function Ko(n,i){if(1&n&&(e.TgZ(0,"div",14)(1,"div",61)(2,"div",6)(3,"h4",62),e._uU(4,"Payment Hash"),e.qZA(),e.TgZ(5,"span",46),e._uU(6),e.qZA()()(),e._UZ(7,"mat-divider",63),e.TgZ(8,"div",61)(9,"div",64)(10,"h4",62),e._uU(11),e.qZA(),e.TgZ(12,"span",46),e._uU(13),e.qZA()(),e.TgZ(14,"div",64)(15,"h4",62),e._uU(16,"Number of Hops"),e.qZA(),e.TgZ(17,"span",46),e._uU(18),e.qZA()()()()),2&n){const t=e.oxw();e.xp6(6),e.Oqu(t.paymentStatus.payment_hash),e.xp6(5),e.hij("Total Fees (",t.paymentStatus.payment_route.total_fees_msat?"mSats":"Sats",")"),e.xp6(2),e.Oqu(t.paymentStatus.payment_route.total_fees_msat?t.paymentStatus.payment_route.total_fees_msat:t.paymentStatus.payment_route.total_fees?t.paymentStatus.payment_route.total_fees:0),e.xp6(5),e.Oqu(t.paymentStatus&&t.paymentStatus.payment_route&&t.paymentStatus.payment_route.hops&&t.paymentStatus.payment_route.hops.length?t.paymentStatus.payment_route.hops.length:0)}}const es=function(n,i){return{"dot-primary":n,"dot-primary-lighter":i}};function ts(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"span",81),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(2).onStepChanged(s)}),e._UZ(1,"p",82),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.Q6J("ngClass",e.WLB(1,es,a.stepNumber===t,a.stepNumber!==t))}}function ns(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",83),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onStepChanged(4)}),e._uU(1,"Back"),e.qZA()}}function as(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",84),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return o.flgShowInfo=!1,o.stepNumber=1}),e._uU(1,"Close"),e.qZA()}}function is(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",85),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return o.flgShowInfo=!1,o.stepNumber=1}),e._uU(1,"Close"),e.qZA()}}function os(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",86),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return o.onStepChanged(o.stepNumber-1)}),e._uU(1,"Back"),e.qZA()}}function ss(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",87),e.NdJ("click",function(){e.CHM(t);const o=e.oxw(2);return o.onStepChanged(o.stepNumber+1)}),e._uU(1,"Next"),e.qZA()}}const ls=function(){return[1,2,3,4,5]};function rs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",65)(1,"div",66)(2,"mat-card-header",67)(3,"div",68),e._UZ(4,"span",9),e.qZA(),e.TgZ(5,"div",69)(6,"button",70),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return o.flgShowInfo=!1,o.stepNumber=1}),e._uU(7,"X"),e.qZA()()(),e.TgZ(8,"mat-card-content",71)(9,"rtl-channel-rebalance-infographics",72),e.NdJ("stepNumberChange",function(o){return e.CHM(t),e.oxw().stepNumber=o}),e.qZA()(),e.TgZ(10,"div",73),e.YNc(11,ts,2,4,"span",74),e.qZA(),e.TgZ(12,"div",75),e.YNc(13,ns,2,0,"button",76),e.YNc(14,as,2,0,"button",77),e.YNc(15,is,2,0,"button",78),e.YNc(16,os,2,0,"button",79),e.YNc(17,ss,2,0,"button",80),e.qZA()()()}if(2&n){const t=e.oxw();e.Q6J("@opacityAnimation",void 0),e.xp6(9),e.Q6J("stepNumber",t.stepNumber)("animationDirection",t.animationDirection),e.xp6(2),e.Q6J("ngForOf",e.DdM(9,ls)),e.xp6(2),e.Q6J("ngIf",5===t.stepNumber),e.xp6(1),e.Q6J("ngIf",5===t.stepNumber),e.xp6(1),e.Q6J("ngIf",t.stepNumber<5),e.xp6(1),e.Q6J("ngIf",t.stepNumber>1&&t.stepNumber<5),e.xp6(1),e.Q6J("ngIf",t.stepNumber<5)}}let cs=(()=>{class n{constructor(t,a,o,s,r,_,g,C){this.dialogRef=t,this.data=a,this.logger=o,this.store=s,this.actions=r,this.formBuilder=_,this.decimalPipe=g,this.commonService=C,this.faInfoCircle=v.sqG,this.invoices={},this.selChannel={},this.activeChannels=[],this.feeLimitTypes=[],this.queryRoute={},this.paymentRequest="",this.paymentStatus=null,this.flgReusingInvoice=!1,this.flgInvoiceGenerated=!1,this.flgPaymentSent=!1,this.inputFormLabel="Amount to rebalance",this.feeFormLabel="Select rebalance fee",this.flgEditable=!0,this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=l.cu,this.animationDirection="forward",this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){var t,a,o,s,r;this.screenSize=this.commonService.getScreenSize();let _="",g="";this.selChannel=(null===(t=this.data.message)||void 0===t?void 0:t.selChannel)||{},this.activeChannels=(null===(o=null===(a=this.data.message)||void 0===a?void 0:a.channels)||void 0===o?void 0:o.filter(C=>C.active&&C.chan_id!==this.selChannel.chan_id&&C.remote_balance&&C.remote_balance>0))||[],this.activeChannels=this.activeChannels.sort((C,I)=>(_=C.remote_alias?C.remote_alias.toLowerCase():C.chan_id?C.chan_id.toLowerCase():"",g=I.remote_alias?I.remote_alias.toLowerCase():C.chan_id?C.chan_id.toLowerCase():"",_g?1:0)),l.Vc.forEach((C,I)=>{I>0&&this.feeLimitTypes.push(C)}),this.inputFormGroup=this.formBuilder.group({hiddenAmount:["",[u.kI.required]],rebalanceAmount:["",[u.kI.required,u.kI.min(1),u.kI.max(this.selChannel.local_balance||0)]],selRebalancePeer:[null,u.kI.required]}),this.feeFormGroup=this.formBuilder.group({selFeeLimitType:[this.feeLimitTypes[0],u.kI.required],feeLimit:["",[u.kI.required,u.kI.min(0)]],hiddenFeeLimit:["",[u.kI.required]]}),this.statusFormGroup=this.formBuilder.group({}),this.store.select(y.Ef).pipe((0,h.R)(this.unSubs[0])).subscribe(C=>{this.invoices=C.listInvoices,this.logger.info(C)}),this.actions.pipe((0,h.R)(this.unSubs[1]),(0,Y.h)(C=>C.type===l.uR.SET_QUERY_ROUTES_LND||C.type===l.uR.SEND_PAYMENT_STATUS_LND||C.type===l.uR.NEWLY_SAVED_INVOICE_LND)).subscribe(C=>{C.type===l.uR.SET_QUERY_ROUTES_LND&&(this.queryRoute=C.payload),C.type===l.uR.SEND_PAYMENT_STATUS_LND&&(this.logger.info(C.payload),this.flgPaymentSent=!0,this.paymentStatus=C.payload,this.flgEditable=!0),C.type===l.uR.NEWLY_SAVED_INVOICE_LND&&(this.logger.info(C.payload),this.flgInvoiceGenerated=!0,this.sendPayment(C.payload.paymentRequest))}),null===(s=this.inputFormGroup.get("rebalanceAmount"))||void 0===s||s.valueChanges.pipe((0,h.R)(this.unSubs[2]),(0,xe.O)(0)).subscribe(C=>{this.inputFormGroup.controls.selRebalancePeer.setValue(""),this.inputFormGroup.controls.selRebalancePeer.setErrors(null),this.filteredActiveChannels=(0,Te.of)(C?this.filterActiveChannels():this.activeChannels.slice())}),null===(r=this.inputFormGroup.get("selRebalancePeer"))||void 0===r||r.valueChanges.pipe((0,h.R)(this.unSubs[3]),(0,xe.O)("")).subscribe(C=>{"string"==typeof C&&(this.filteredActiveChannels=(0,Te.of)(this.filterActiveChannels()))})}onSelectFee(){return this.inputFormGroup.controls.selRebalancePeer.value&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value&&this.onSelectedPeerChanged(),this.inputFormGroup.controls.selRebalancePeer.value&&"string"!=typeof this.inputFormGroup.controls.selRebalancePeer.value?!this.inputFormGroup.controls.rebalanceAmount.value||(0===this.stepper.selectedIndex&&(this.inputFormGroup.controls.hiddenAmount.setValue(this.inputFormGroup.controls.rebalanceAmount.value),this.stepper.next()),this.queryRoute=null,this.feeFormGroup.reset(),void this.feeFormGroup.controls.selFeeLimitType.setValue(this.feeLimitTypes[0])):(this.inputFormGroup.controls.selRebalancePeer.setErrors({required:!0}),!0)}stepSelectionChanged(t){var a;switch(t.selectedIndex){case 0:default:this.inputFormLabel="Amount to rebalance",this.feeFormLabel="Select rebalance fee";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?this.inputFormGroup.controls.selRebalancePeer.value.remote_alias:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey.substring(0,15)+"..."):"Amount to rebalance",this.feeFormLabel="Select rebalance fee";break;case 2:this.inputFormLabel=this.inputFormGroup.controls.rebalanceAmount.value||this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?"Rebalancing Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.rebalanceAmount.value?this.inputFormGroup.controls.rebalanceAmount.value:0)+" Sats | Peer: "+(this.inputFormGroup.controls.selRebalancePeer.value.remote_alias?this.inputFormGroup.controls.selRebalancePeer.value.remote_alias:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey.substring(0,15)+"..."):"Amount to rebalance",this.feeFormLabel=this.queryRoute&&this.queryRoute.routes&&this.queryRoute.routes.length>0&&(this.queryRoute.routes[0].total_fees_msat||this.queryRoute.routes[0].hops&&this.queryRoute.routes[0].hops.length)?this.feeFormGroup.controls.selFeeLimitType.value.placeholder+": "+this.decimalPipe.transform(this.feeFormGroup.controls.feeLimit.value?this.feeFormGroup.controls.feeLimit.value:0)+" | Hops: "+(null===(a=this.queryRoute.routes[0].hops)||void 0===a?void 0:a.length):"Select rebalance fee"}t.selectedIndex+this.selChannel.local_balance||!this.feeFormGroup.controls.feeLimit.value||this.feeFormGroup.controls.feeLimit.value<0||!this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey)return!0;this.feeFormGroup.controls.hiddenFeeLimit.setValue(this.feeFormGroup.controls.feeLimit.value),this.stepper.next(),this.flgEditable=!1,this.paymentRequest="",this.paymentStatus=null,this.flgReusingInvoice=!1,this.flgInvoiceGenerated=!1,this.flgPaymentSent=!1;const t=this.findUnsettledInvoice();t?(this.flgReusingInvoice=!0,this.sendPayment(t.payment_request||"")):this.store.dispatch((0,w.Rd)({payload:{uiMessage:l.m6.NO_SPINNER,memo:"Local-Rebalance-"+this.inputFormGroup.controls.rebalanceAmount.value+"-Sats",invoiceValue:this.inputFormGroup.controls.rebalanceAmount.value,private:!1,expiry:3600,pageSize:l.IV,openModal:!1}}))}findUnsettledInvoice(){var t;return null===(t=this.invoices.invoices)||void 0===t?void 0:t.find(a=>(!a.settle_date||0==+a.settle_date)&&a.memo==="Local-Rebalance-"+this.inputFormGroup.controls.rebalanceAmount.value+"-Sats"&&"CANCELED"!==a.state)}sendPayment(t){this.flgInvoiceGenerated=!0,this.paymentRequest=t,this.store.dispatch((0,w.oV)("percent"===this.feeFormGroup.controls.selFeeLimitType.value.id&&+this.feeFormGroup.controls.feeLimit.value%1!=0?{payload:{uiMessage:l.m6.NO_SPINNER,paymentReq:t,outgoingChannel:this.selChannel,feeLimitType:"fixed",feeLimit:Math.ceil(+this.feeFormGroup.controls.feeLimit.value*+this.inputFormGroup.controls.rebalanceAmount.value/100),allowSelfPayment:!0,lastHopPubkey:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey,fromDialog:!0}}:{payload:{uiMessage:l.m6.NO_SPINNER,paymentReq:t,outgoingChannel:this.selChannel,feeLimitType:this.feeFormGroup.controls.selFeeLimitType.value.id,feeLimit:this.feeFormGroup.controls.feeLimit.value,allowSelfPayment:!0,lastHopPubkey:this.inputFormGroup.controls.selRebalancePeer.value.remote_pubkey,fromDialog:!0}}))}filterActiveChannels(){var t;return null===(t=this.activeChannels)||void 0===t?void 0:t.filter(a=>{var o,s;return a.remote_balance&&a.remote_balance>=this.inputFormGroup.controls.rebalanceAmount.value&&a.chan_id!==this.selChannel.chan_id&&(0===(null===(o=a.remote_alias)||void 0===o?void 0:o.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():""))||0===(null===(s=a.chan_id)||void 0===s?void 0:s.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():"")))})}onSelectedPeerChanged(){var t;if(this.inputFormGroup.controls.selRebalancePeer.value&&this.inputFormGroup.controls.selRebalancePeer.value.length>0&&"string"==typeof this.inputFormGroup.controls.selRebalancePeer.value){const a=null===(t=this.activeChannels)||void 0===t?void 0:t.filter(o=>{var s,r;return(null===(s=o.remote_alias)||void 0===s?void 0:s.length)===this.inputFormGroup.controls.selRebalancePeer.value.length&&0===(null===(r=o.remote_alias)||void 0===r?void 0:r.toLowerCase().indexOf(this.inputFormGroup.controls.selRebalancePeer.value?this.inputFormGroup.controls.selRebalancePeer.value.toLowerCase():""))});a&&a.length>0?(this.inputFormGroup.controls.selRebalancePeer.setValue(a[0]),this.inputFormGroup.controls.selRebalancePeer.setErrors(null)):this.inputFormGroup.controls.selRebalancePeer.setErrors({notfound:!0})}}displayFn(t){return t&&t.remote_alias?t.remote_alias:t&&t.chan_id?t.chan_id:""}showInfo(){this.flgShowInfo=!0}onStepChanged(t){this.animationDirection=t{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(U.mQ),e.Y36(L.yh),e.Y36(W.eX),e.Y36(u.qu),e.Y36(p.JJ),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-rebalance"]],viewQuery:function(t,a){if(1&t&&e.Gf(ko,5),2&t){let o;e.iGM(o=e.CRH())&&(a.stepper=o.first)}},decls:8,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["paymentStatusBlock",""],["paymentFailedBlock",""],["paymentSuccessfulBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"fxFlex"],[1,"page-title"],["fxLayoutAlign","space-between end",3,"fxFlex"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","46"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxLayout.gt-sm","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","48"],["autoFocus","","matInput","","placeholder","Amount","type","number","tabindex","1","formControlName","rebalanceAmount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxFlex","48","fxLayoutAlign","start end"],["type","text","placeholder","Receive from Peer","aria-label","Receive from Peer","matInput","","formControlName","selRebalancePeer","tabindex","2","required","",3,"matAutocomplete","change"],[3,"displayWith","optionSelected"],["auto","matAutocomplete"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","submit",3,"click"],["matStepLabel","","disabled","true"],["tabindex","6","formControlName","selFeeLimitType","Placeholder","Fee Limits","required",""],["matInput","","formControlName","feeLimit","type","number","tabindex","7","required","",3,"placeholder","step"],["mat-button","","color","primary","tabindex","8","type","submit",3,"click"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel","mb-2"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[1,"foreground-secondary-text"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayout","column",4,"ngIf","ngIfElse"],["fxLayoutAlign","start","class","font-bold-500 mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],[3,"value"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-1"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[4,"ngTemplateOutlet"],["fxLayout","row"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],["fxFlex","50"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["tabindex","19","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(t,a){1&t&&(e.YNc(0,Wo,97,49,"div",0),e.YNc(1,$o,1,1,"ng-template",null,1,e.W1O),e.YNc(3,jo,3,1,"ng-template",null,2,e.W1O),e.YNc(5,Ko,19,4,"ng-template",null,3,e.W1O),e.YNc(7,rs,18,10,"div",4)),2&t&&(e.Q6J("ngIf",!a.flgShowInfo),e.xp6(7),e.Q6J("ngIf",a.flgShowInfo))},directives:[p.O5,d.xw,d.yH,d.Wh,Z.dk,N.lW,Z.dn,D.BN,G.Vq,G.C0,u._Y,u.JL,u.sg,G.VY,x.KE,M.Nt,u.wV,u.Fj,$.h,u.JJ,u.u,u.Q7,x.bx,x.R9,x.TO,ie.ZL,ie.XC,p.sg,B.ey,R.gD,V.ib,V.yz,V.yK,te.Hw,J.pW,E.ZT,p.tP,X.d,Lo,p.mk,k.oO],pipes:[p.rS,p.Ov],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:60rem;min-height:60rem}"],data:{animation:[ve._]}}),n})();function us(n,i){if(1&n&&(e.TgZ(0,"div",16)(1,"p",17)(2,"mat-icon",18),e._uU(3,"close"),e.qZA(),e._uU(4),e.qZA()()),2&n){const t=e.oxw();e.xp6(4),e.Oqu(t.errorMsg)}}function ps(n,i){if(1&n&&(e.TgZ(0,"div",27),e._UZ(1,"fa-icon",28),e.TgZ(2,"span"),e._uU(3,"Priority/Fee for force closing inactive channels cannot be modified."),e.qZA()()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faInfoCircle)}}function ms(n,i){if(1&n&&(e.TgZ(0,"mat-option",29),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function ds(n,i){1&n&&(e.TgZ(0,"mat-form-field",30),e._UZ(1,"input",31),e.qZA())}function _s(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Number of blocks is required."),e.qZA())}function hs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",32)(1,"input",33,34),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw(2).blocks=o}),e.qZA(),e.YNc(3,_s,2,0,"mat-error",35),e.qZA()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngModel",t.blocks)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.blocks)}}function gs(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Fees is required."),e.qZA())}function fs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",32)(1,"input",36,37),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw(2).fees=o}),e.qZA(),e.YNc(3,gs,2,0,"mat-error",35),e.qZA()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngModel",t.fees)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.fees)}}function Cs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",19),e.YNc(1,ps,4,1,"div",20),e.TgZ(2,"div",21)(3,"mat-form-field",22)(4,"mat-select",23),e.NdJ("valueChange",function(o){return e.CHM(t),e.oxw().selTransType=o}),e.YNc(5,ms,2,2,"mat-option",24),e.qZA()(),e.YNc(6,ds,2,0,"mat-form-field",25),e.YNc(7,hs,4,4,"mat-form-field",26),e.YNc(8,fs,4,4,"mat-form-field",26),e.qZA()()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",!t.channelToClose.active),e.xp6(3),e.Q6J("value",t.selTransType)("disabled",!t.channelToClose.active),e.xp6(1),e.Q6J("ngForOf",t.transTypes),e.xp6(1),e.Q6J("ngIf","0"===t.selTransType),e.xp6(1),e.Q6J("ngIf","1"===t.selTransType),e.xp6(1),e.Q6J("ngIf","2"===t.selTransType)}}function xs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",38),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(1,"Clear"),e.qZA()}}function ys(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",39),e.NdJ("click",function(){return e.CHM(t),e.oxw().onCloseChannel()}),e._uU(1),e.qZA()}if(2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.channelToClose.active?"Close Channel":"Force Close")}}function Ts(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"button",40),e.NdJ("click",function(){return e.CHM(t),e.oxw().onClose()}),e._uU(1,"Ok"),e.qZA()}}let vs=(()=>{class n{constructor(t,a,o,s,r){this.dialogRef=t,this.data=a,this.store=o,this.actions=s,this.logger=r,this.transTypes=l.Dr,this.selTransType="0",this.blocks=null,this.fees=null,this.faExclamationTriangle=v.eHv,this.faInfoCircle=v.sqG,this.flgPendingHtlcs=!1,this.errorMsg="Please wait for pending HTLCs to settle before attempting channel closure.",this.unSubs=[new m.x,new m.x]}ngOnInit(){this.channelToClose=this.data.channel,this.actions.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t.type===l.uR.UPDATE_API_CALL_STATUS_LND||t.type===l.uR.SET_CHANNELS_LND)).subscribe(t=>{if(t.type===l.uR.SET_CHANNELS_LND){const a=t.payload.find(o=>o.chan_id===this.data.channel.chan_id);a&&a.pending_htlcs&&a.pending_htlcs.length&&a.pending_htlcs.length>0&&(this.flgPendingHtlcs=!0)}t.type===l.uR.UPDATE_API_CALL_STATUS_LND&&t.payload.status===l.Bn.ERROR&&"FetchAllChannels"===t.payload.action&&this.logger.error("Fetching latest channel information failed!\n"+t.payload.message)})}onCloseChannel(){if("1"===this.selTransType&&(!this.blocks||0===this.blocks)||"2"===this.selTransType&&(!this.fees||0===this.fees))return!0;const t={channelPoint:this.channelToClose.channel_point,forcibly:!this.channelToClose.active};this.blocks&&(t.targetConf=this.blocks),this.fees&&(t.satPerByte=this.fees),this.store.dispatch((0,w.BL)({payload:t})),this.dialogRef.close(!1)}resetData(){this.selTransType="0",this.blocks=null,this.fees=null}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(L.yh),e.Y36(W.eX),e.Y36(U.mQ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-close-channel"]],decls:19,vars:7,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],["fxLayoutAlign","start center",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","class","mr-1","tabindex","3","default","",3,"click",4,"ngIf"],["mat-button","","color","primary","type","submit","tabindex","4",3,"click",4,"ngIf"],["mat-button","","color","primary","type","submit","tabindex","5",3,"click",4,"ngIf"],["fxLayoutAlign","start center"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxFlex.gt-sm","48"],["tabindex","1",3,"value","disabled","valueChange"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","48",4,"ngIf"],["fxFlex.gt-sm","48","fxLayoutAlign","start end",4,"ngIf"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],[3,"value"],["fxFlex","48"],["matInput","","placeholder","Default","disabled",""],["fxFlex.gt-sm","48","fxLayoutAlign","start end"],["matInput","","placeholder","Number of Blocks","type","number","name","blocks","required","","tabindex","2",3,"ngModel","step","min","ngModelChange"],["blcks","ngModel"],[4,"ngIf"],["matInput","","placeholder","Fees (Sats/vByte)","type","number","name","ccfees","required","","tabindex","3",3,"ngModel","step","min","ngModelChange"],["clchfee","ngModel"],["mat-button","","color","primary","type","reset","tabindex","3","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","4",3,"click"],["mat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return a.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7)(10,"div",8)(11,"p",9),e._uU(12),e.qZA(),e.YNc(13,us,5,1,"div",10),e.YNc(14,Cs,9,7,"div",11),e.qZA(),e.TgZ(15,"div",12),e.YNc(16,xs,2,0,"button",13),e.YNc(17,ys,2,1,"button",14),e.YNc(18,Ts,2,0,"button",15),e.qZA()()()()()),2&t&&(e.xp6(5),e.Oqu(a.channelToClose.active?"Close Channel":"Force Close Channel"),e.xp6(7),e.hij("",a.channelToClose.active?"Closing channel: "+(a.channelToClose.remote_alias||a.channelToClose.chan_id?a.channelToClose.remote_alias&&a.channelToClose.chan_id?a.channelToClose.remote_alias+" ("+a.channelToClose.chan_id+")":a.channelToClose.remote_alias?a.channelToClose.remote_alias:a.channelToClose.chan_id:a.channelToClose.channel_point):"Force closing channel: "+(a.channelToClose.remote_alias||a.channelToClose.chan_id?a.channelToClose.remote_alias&&a.channelToClose.chan_id?a.channelToClose.remote_alias+" ("+a.channelToClose.chan_id+")":a.channelToClose.remote_alias?a.channelToClose.remote_alias:a.channelToClose.chan_id:a.channelToClose.channel_point)," "),e.xp6(1),e.Q6J("ngIf",a.flgPendingHtlcs),e.xp6(1),e.Q6J("ngIf",!a.flgPendingHtlcs),e.xp6(2),e.Q6J("ngIf",a.channelToClose.active&&!a.flgPendingHtlcs),e.xp6(1),e.Q6J("ngIf",!a.flgPendingHtlcs),e.xp6(1),e.Q6J("ngIf",a.flgPendingHtlcs))},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,Z.dn,u._Y,u.JL,u.F,p.O5,te.Hw,D.BN,x.KE,R.gD,p.sg,B.ey,M.Nt,u.wV,u.qQ,u.Fj,K.q,u.Q7,u.JJ,u.On,x.TO],styles:[""]}),n})();function bs(n,i){1&n&&e._UZ(0,"mat-progress-bar",30)}function Zs(n,i){1&n&&(e.TgZ(0,"th",31),e._uU(1," Peer "),e.qZA())}function ws(n,i){1&n&&e._UZ(0,"span",39)}function As(n,i){1&n&&e._UZ(0,"span",40)}function Ss(n,i){if(1&n&&(e.TgZ(0,"span",41),e._UZ(1,"fa-icon",42),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faEyeSlash)}}function Ls(n,i){if(1&n&&(e.TgZ(0,"span",43),e._UZ(1,"fa-icon",42),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faEye)}}const ks=function(n){return{"max-width":n}};function Fs(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"div",33),e.YNc(2,ws,1,0,"span",34),e.YNc(3,As,1,0,"span",35),e.YNc(4,Ss,2,1,"span",36),e.YNc(5,Ls,2,1,"span",37),e.TgZ(6,"span",38),e._uU(7),e.qZA()()()),2&n){const t=i.$implicit,a=e.oxw();e.xp6(1),e.Q6J("ngStyle",e.VKq(6,ks,a.screenSize===a.screenSizeEnum.XS?"10rem":a.screenSize===a.screenSizeEnum.MD?"15rem":"22rem")),e.xp6(1),e.Q6J("ngIf",t.active),e.xp6(1),e.Q6J("ngIf",!t.active),e.xp6(1),e.Q6J("ngIf",t.private),e.xp6(1),e.Q6J("ngIf",!t.private),e.xp6(2),e.Oqu(t.remote_alias||t.remote_pubkey)}}function Ns(n,i){if(1&n&&(e.TgZ(0,"th",44),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("Uptime (",t.timeUnit,")")}}function qs(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",t.uptime_str," ")}}function Us(n,i){1&n&&(e.TgZ(0,"th",44),e._uU(1,"Sats Sent "),e.qZA())}function Os(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",e.lcZ(3,1,t.total_satoshis_sent)," ")}}function Rs(n,i){1&n&&(e.TgZ(0,"th",44),e._uU(1,"Sats Received "),e.qZA())}function Ms(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",e.lcZ(3,1,t.total_satoshis_received)," ")}}function Is(n,i){1&n&&(e.TgZ(0,"th",44),e._uU(1,"Local Balance (Sats) "),e.qZA())}function Ds(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",e.lcZ(3,1,t.local_balance)," ")}}function Ps(n,i){1&n&&(e.TgZ(0,"th",44),e._uU(1,"Remote Balance (Sats) "),e.qZA())}function Js(n,i){if(1&n&&(e.TgZ(0,"td",32)(1,"span",45),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij("",e.lcZ(3,1,t.remote_balance)," ")}}function Es(n,i){1&n&&(e.TgZ(0,"th",46),e._uU(1,"Balance Score "),e.qZA())}function Qs(n,i){if(1&n&&(e.TgZ(0,"td",47)(1,"div",48)(2,"mat-hint",49),e._uU(3),e.ALo(4,"number"),e.qZA()(),e._UZ(5,"mat-progress-bar",50),e.qZA()),2&n){const t=i.$implicit;e.xp6(3),e.Oqu(e.lcZ(4,2,t.balancedness||0)),e.xp6(2),e.s9C("value",t.local_balance&&t.local_balance>0?+t.local_balance/(+t.local_balance+ +t.remote_balance)*100:0)}}function Ys(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",51)(1,"div",52)(2,"mat-select",53),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",54),e.NdJ("click",function(){return e.CHM(t),e.oxw().onChannelUpdate("all")}),e._uU(5,"Update Fee Policy"),e.qZA(),e.TgZ(6,"mat-option",54),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(7,"Download CSV"),e.qZA()()()()}}function Hs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-option",54),e.NdJ("click",function(){e.CHM(t);const o=e.oxw().$implicit;return e.oxw().onCircularRebalance(o)}),e._uU(1,"Circular Rebalance"),e.qZA()}}function Bs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-option",54),e.NdJ("click",function(){e.CHM(t);const o=e.oxw().$implicit;return e.oxw().onLoopOut(o)}),e._uU(1,"Loop Out"),e.qZA()}}function Vs(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",55)(1,"div",52)(2,"mat-select",56),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",54),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onChannelClick(r,o)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",54),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onViewRemotePolicy(s)}),e._uU(7,"View Remote Fee "),e.qZA(),e.TgZ(8,"mat-option",54),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onChannelUpdate(s)}),e._uU(9,"Update Fee Policy"),e.qZA(),e.YNc(10,Hs,2,0,"mat-option",57),e.YNc(11,Bs,2,0,"mat-option",57),e.TgZ(12,"mat-option",54),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onChannelClose(s)}),e._uU(13,"Close Channel"),e.qZA()()()()}if(2&n){const t=e.oxw();e.xp6(10),e.Q6J("ngIf",+t.versionsArr[0]>0||+t.versionsArr[1]>=9),e.xp6(1),e.Q6J("ngIf",t.selNode.swapServerUrl)}}function Gs(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No peers connected. Add a peer in order to open a channel."),e.qZA())}function zs(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No channel available."),e.qZA())}function Ws(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting channels..."),e.qZA())}function Xs(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function $s(n,i){if(1&n&&(e.TgZ(0,"td",58),e.YNc(1,Gs,2,0,"p",59),e.YNc(2,zs,2,0,"p",59),e.YNc(3,Ws,2,0,"p",59),e.YNc(4,Xs,2,1,"p",59),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",t.numPeers<1&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",t.numPeers>0&&(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&(null==t.apiCallStatus?null:t.apiCallStatus.status)===t.apiCallStatusEnum.ERROR)}}const js=function(n){return{"display-none":n}};function Ks(n,i){if(1&n&&e._UZ(0,"tr",60),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,js,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function el(n,i){1&n&&e._UZ(0,"tr",61)}function tl(n,i){1&n&&e._UZ(0,"tr",62)}const nl=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},al=function(){return["no_channel"]};let il=(()=>{class n{constructor(t,a,o,s,r,_,g,C){var I,T,Q,Ae,Se,Le;this.logger=t,this.store=a,this.lndEffects=o,this.commonService=s,this.rtlEffects=r,this.decimalPipe=_,this.loopService=g,this.router=C,this.timeUnit="mins:secs",this.userPersonaEnum=l.ol,this.selNode={},this.totalBalance=0,this.displayedColumns=[],this.channelsData=[],this.myChanPolicy={},this.information={},this.numPeers=-1,this.selFilter="",this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.versionsArr=[],this.faEye=v.Mdf,this.faEyeSlash=v.Aq,this.targetConf=6,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["remote_alias","local_balance","remote_balance","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["remote_alias","local_balance","remote_balance","balancedness","actions"]):(this.flgSticky=!0,this.displayedColumns=["remote_alias","uptime","total_satoshis_sent","total_satoshis_received","local_balance","remote_balance","balancedness","actions"]),this.selFilter=(null===(Q=null===(T=null===(I=this.router.getCurrentNavigation())||void 0===I?void 0:I.extras)||void 0===T?void 0:T.state)||void 0===Q?void 0:Q.filter)?null===(Le=null===(Se=null===(Ae=this.router.getCurrentNavigation())||void 0===Ae?void 0:Ae.extras)||void 0===Se?void 0:Se.state)||void 0===Le?void 0:Le.filter:""}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t,this.information&&this.information.version&&(this.versionsArr=this.information.version.split("."))}),this.store.select(y.Wi).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.numPeers=t.peers&&t.peers.length?t.peers.length:0}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{var a,o;this.totalBalance=(null===(a=t.blockchainBalance)||void 0===a?void 0:a.total_balance)?+(null===(o=t.blockchainBalance)||void 0===o?void 0:o.total_balance):0}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=this.calculateUptime(t.channels),this.channelsData.length>0&&this.loadChannelsTable(this.channelsData),this.logger.info(t)})}ngAfterViewInit(){this.channelsData.length>0&&this.loadChannelsTable(this.channelsData)}onViewRemotePolicy(t){var a;this.store.dispatch((0,w.$A)({payload:{uiMessage:l.m6.GET_REMOTE_POLICY,channelID:(null===(a=t.chan_id)||void 0===a?void 0:a.toString())+"/"+this.information.identity_pubkey}})),this.lndEffects.setLookup.pipe((0,z.q)(1)).subscribe(o=>{if(!o.fee_base_msat&&!o.fee_rate_milli_msat&&!o.time_lock_delta)return!1;const s=[[{key:"fee_base_msat",value:o.fee_base_msat,title:"Base Fees (mSats)",width:25,type:l.Gi.NUMBER},{key:"fee_rate_milli_msat",value:o.fee_rate_milli_msat,title:"Fee Rate (milli mSats)",width:25,type:l.Gi.NUMBER},{key:"fee_rate_milli_msat",value:o.fee_rate_milli_msat/1e4,title:"Fee Rate (%)",width:25,type:l.Gi.NUMBER,digitsInfo:"1.0-8"},{key:"time_lock_delta",value:o.time_lock_delta,title:"Time Lock Delta",width:25,type:l.Gi.NUMBER}]],r="Remote policy for Channel: "+(t.remote_alias||t.chan_id?t.remote_alias&&t.chan_id?t.remote_alias+" ("+t.chan_id+")":t.remote_alias?t.remote_alias:t.chan_id:t.channel_point);setTimeout(()=>{this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Remote Channel Policy",titleMessage:r,message:s}}}))},0)})}onCircularRebalance(t){this.store.dispatch((0,S.qR)({payload:{data:{message:{channels:this.channelsData,selChannel:t},component:cs}}}))}onChannelUpdate(t){"all"===t?(this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Update Fee Policy",noBtnText:"Cancel",yesBtnText:"Update All Channels",message:[],titleMessage:"Update fee policy for all channels",flgShowInput:!0,getInputs:[{placeholder:"Base Fee (mSat)",inputType:l.Gi.NUMBER,inputValue:1e3,width:32},{placeholder:"Fee Rate (mili mSat)",inputType:l.Gi.NUMBER,inputValue:1,min:1,width:32,hintFunction:this.percentHintFunction},{placeholder:"Time Lock Delta",inputType:l.Gi.NUMBER,inputValue:40,width:32}]}}})),this.rtlEffects.closeConfirm.pipe((0,h.R)(this.unSubs[5])).subscribe(o=>{o&&this.store.dispatch((0,w.pW)({payload:{baseFeeMsat:o[0].inputValue,feeRate:o[1].inputValue,timeLockDelta:o[2].inputValue,chanPoint:"all"}}))})):(this.myChanPolicy={fee_base_msat:0,fee_rate_milli_msat:0,time_lock_delta:0,min_htlc_msat:0,max_htlc_msat:0},this.store.dispatch((0,w.$A)({payload:{uiMessage:l.m6.GET_CHAN_POLICY,channelID:t.chan_id.toString()}})),this.lndEffects.setLookup.pipe((0,z.q)(1)).subscribe(a=>{this.myChanPolicy=a.node1_pub===this.information.identity_pubkey?a.node1_policy:a.node2_pub===this.information.identity_pubkey?a.node2_policy:{fee_base_msat:0,fee_rate_milli_msat:0,time_lock_delta:0},this.logger.info(this.myChanPolicy);const o="Update fee policy for Channel: "+(t.remote_alias||t.chan_id?t.remote_alias&&t.chan_id?t.remote_alias+" ("+t.chan_id+")":t.remote_alias?t.remote_alias:t.chan_id:t.channel_point),s=[];setTimeout(()=>{this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Update Fee Policy",titleMessage:o,noBtnText:"Cancel",yesBtnText:"Update Channel",message:s,flgShowInput:!0,hasAdvanced:!0,getInputs:[{placeholder:"Base Fee (mSat)",inputType:l.Gi.NUMBER,inputValue:""===this.myChanPolicy.fee_base_msat?0:this.myChanPolicy.fee_base_msat,width:32},{placeholder:"Fee Rate (mili mSat)",inputType:l.Gi.NUMBER,inputValue:this.myChanPolicy.fee_rate_milli_msat,min:1,width:32,hintFunction:this.percentHintFunction},{placeholder:"Time Lock Delta",inputType:l.Gi.NUMBER,inputValue:this.myChanPolicy.time_lock_delta,width:32},{placeholder:"Minimum HTLC (mSat)",inputType:l.Gi.NUMBER,inputValue:""===this.myChanPolicy.min_htlc?0:this.myChanPolicy.min_htlc,width:49,advancedField:!0},{placeholder:"Maximum HTLC (mSat)",inputType:l.Gi.NUMBER,inputValue:""===this.myChanPolicy.max_htlc_msat?0:this.myChanPolicy.max_htlc_msat,width:49,advancedField:!0}]}}}))},0)}),this.rtlEffects.closeConfirm.pipe((0,h.R)(this.unSubs[6])).subscribe(a=>{if(a){const o={baseFeeMsat:a[0].inputValue,feeRate:a[1].inputValue,timeLockDelta:a[2].inputValue,chanPoint:t.channel_point};a.length>3&&a[3]&&a[4]&&(o.minHtlcMsat=a[3].inputValue,o.maxHtlcMsat=a[4].inputValue),this.store.dispatch((0,w.pW)({payload:o}))}})),this.applyFilter()}onChannelClose(t){t.active&&this.store.dispatch((0,w.UR)()),this.store.dispatch((0,S.qR)({payload:{data:{channel:t,component:vs}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}onChannelClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{channel:t,showCopy:!0,component:ye}}}))}loadChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?1:-1),this.channels=new c.by([...t]),this.channels.filterPredicate=(a,o)=>((a.active?"active":"inactive")+(a.chan_id?a.chan_id.toLowerCase():"")+(a.remote_pubkey?a.remote_pubkey.toLowerCase():"")+(a.remote_alias?a.remote_alias.toLowerCase():"")+(a.capacity?a.capacity:"")+(a.local_balance?a.local_balance:"")+(a.remote_balance?a.remote_balance:"")+(a.total_satoshis_sent?a.total_satoshis_sent:"")+(a.total_satoshis_received?a.total_satoshis_received:"")+(a.commit_fee?a.commit_fee:"")+(a.private?"private":"public")).includes(o),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.channels.paginator=this.paginator,this.applyFilter(),this.logger.info(this.channels)}calculateUptime(t){let _=60,g=1,C=0;switch(t.forEach(I=>{I.uptime&&+I.uptime>C&&(C=+I.uptime)}),!0){case C<3600:this.timeUnit="Mins:Secs",_=60,g=1;break;case C>=3600&&C<86400:this.timeUnit="Hrs:Mins",_=3600,g=60;break;case C>=86400&&C<31536e3:this.timeUnit="Days:Hrs",_=86400,g=3600;break;case C>31536e3:this.timeUnit="Yrs:Days",_=31536e3,g=86400;break;default:this.timeUnit="Mins:Secs",_=60,g=1}return t.forEach(I=>{I.uptime_str=I.uptime?this.decimalPipe.transform(Math.floor(+I.uptime/_),"2.0-0")+":"+this.decimalPipe.transform(Math.round(+I.uptime%_/g),"2.0-0"):"---"}),t}onLoopOut(t){this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,h.R)(this.unSubs[7])).subscribe(a=>{this.store.dispatch((0,S.qR)({payload:{minHeight:"56rem",data:{channel:t,minQuote:a[0],maxQuote:a[1],direction:l.$I.LOOP_OUT,component:Me.a}}}))})}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.channels.data,"Open-channels")}percentHintFunction(t){return(t/1e4).toString()+"%"}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(ne.l),e.Y36(O.v),e.Y36(le.V),e.Y36(p.JJ),e.Y36(Ie.W),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-open-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Channels")}])],decls:39,vars:14,consts:[["fxLayout","column",1,"padding-gap-x"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","name","filter","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","remote_alias"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","uptime"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_satoshis_sent"],["matColumnDef","total_satoshis_received"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","balancedness"],["mat-header-cell","","mat-sort-header","","class","pl-2",4,"matHeaderCellDef"],["mat-cell","","class","pl-2",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","pl-1",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center","class","pl-1",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],[1,"ellipsis-parent",3,"ngStyle"],["class","dot green","matTooltip","Active","matTooltipPosition","right",4,"ngIf"],["class","dot yellow","matTooltip","Inactive","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Private","matTooltipPosition","right",4,"ngIf"],["class","mr-1","matTooltip","Public","matTooltipPosition","right",4,"ngIf"],[1,"ellipsis-child"],["matTooltip","Active","matTooltipPosition","right",1,"dot","green"],["matTooltip","Inactive","matTooltipPosition","right",1,"dot","yellow"],["matTooltip","Private","matTooltipPosition","right",1,"mr-1"],[3,"icon"],["matTooltip","Public","matTooltipPosition","right",1,"mr-1"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","","mat-sort-header","",1,"pl-2"],["mat-cell","",1,"pl-2"],["fxLayout","row"],["fxFlex","100","fxLayoutAlign","center center",1,"font-size-80"],["mode","determinate",3,"value"],["mat-header-cell","",1,"pl-1"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-1"],["placeholder","Actions","tabindex","2",1,"mr-0"],[3,"click",4,"ngIf"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"div",2),e.TgZ(3,"mat-form-field",3)(4,"input",4),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(5,"div",5),e.YNc(6,bs,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,Zs,2,0,"th",10),e.YNc(11,Fs,8,8,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Ns,2,1,"th",13),e.YNc(14,qs,3,1,"td",11),e.BQk(),e.ynx(15,14),e.YNc(16,Us,2,0,"th",13),e.YNc(17,Os,4,3,"td",11),e.BQk(),e.ynx(18,15),e.YNc(19,Rs,2,0,"th",13),e.YNc(20,Ms,4,3,"td",11),e.BQk(),e.ynx(21,16),e.YNc(22,Is,2,0,"th",13),e.YNc(23,Ds,4,3,"td",11),e.BQk(),e.ynx(24,17),e.YNc(25,Ps,2,0,"th",13),e.YNc(26,Js,4,3,"td",11),e.BQk(),e.ynx(27,18),e.YNc(28,Es,2,0,"th",19),e.YNc(29,Qs,6,4,"td",20),e.BQk(),e.ynx(30,21),e.YNc(31,Ys,8,0,"th",22),e.YNc(32,Vs,14,2,"td",23),e.BQk(),e.ynx(33,24),e.YNc(34,$s,5,4,"td",25),e.BQk(),e.YNc(35,Ks,1,3,"tr",26),e.YNc(36,el,1,0,"tr",27),e.YNc(37,tl,1,0,"tr",28),e.qZA()(),e._UZ(38,"mat-paginator",29),e.qZA()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",(null==a.apiCallStatus?null:a.apiCallStatus.status)===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.channels)("ngClass",e.VKq(11,nl,""!==a.errorMessage)),e.xp6(28),e.Q6J("matFooterRowDef",e.DdM(13,al)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.Wh,d.yH,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,j.gM,D.BN,x.bx,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-remote_alias[_ngcontent-%COMP%]{flex:0 0 15%;width:15%}.mat-column-remote_alias[_ngcontent-%COMP%] .ellipsis-parent[_ngcontent-%COMP%]{display:flex}.mat-column-balancedness[_ngcontent-%COMP%]{flex:0 0 20%;width:20%}@media only screen and (max-width: 75em){.mat-column-balancedness[_ngcontent-%COMP%]{flex:0 0 35%;width:35%}}@media only screen and (max-width: 56.25em){.mat-column-balancedness[_ngcontent-%COMP%]{flex:0 0 25%;width:25%}}.mat-column-uptime[_ngcontent-%COMP%], .mat-column-local_balance[_ngcontent-%COMP%], .mat-column-remote_balance[_ngcontent-%COMP%], .mat-column-total_satoshis_sent[_ngcontent-%COMP%], .mat-column-total_satoshis_received[_ngcontent-%COMP%]{flex:1 1 10%;width:10%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width: 75em){.mat-column-uptime[_ngcontent-%COMP%], .mat-column-local_balance[_ngcontent-%COMP%], .mat-column-remote_balance[_ngcontent-%COMP%], .mat-column-total_satoshis_sent[_ngcontent-%COMP%], .mat-column-total_satoshis_received[_ngcontent-%COMP%]{white-space:unset;flex:1 1 25%;width:25%}}@media only screen and (max-width: 56.25em){.mat-column-uptime[_ngcontent-%COMP%], .mat-column-local_balance[_ngcontent-%COMP%], .mat-column-remote_balance[_ngcontent-%COMP%], .mat-column-total_satoshis_sent[_ngcontent-%COMP%], .mat-column-total_satoshis_received[_ngcontent-%COMP%]{flex:0 0 15%;width:15%}}@media only screen and (max-width: 37.5em){.mat-column-uptime[_ngcontent-%COMP%], .mat-column-local_balance[_ngcontent-%COMP%], .mat-column-remote_balance[_ngcontent-%COMP%], .mat-column-total_satoshis_sent[_ngcontent-%COMP%], .mat-column-total_satoshis_received[_ngcontent-%COMP%]{white-space:unset}}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-actions[_ngcontent-%COMP%] .bordered-box.table-actions-select[_ngcontent-%COMP%]{flex:0 0 100%}@media only screen and (max-width: 56.25em){.mat-column-actions[_ngcontent-%COMP%] .bordered-box.table-actions-select[_ngcontent-%COMP%]{flex:0 0 90%}}@media only screen and (max-width: 37.5em){.mat-column-actions[_ngcontent-%COMP%] .bordered-box.table-actions-select[_ngcontent-%COMP%]{flex:0 0 80%}}"]}),n})();const ol=["outputIdx"];function sl(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Index for change output is required."),e.qZA())}function ll(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Invalid index value."),e.qZA())}function rl(n,i){if(1&n&&(e.TgZ(0,"mat-option",29),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function cl(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Number of blocks is required."),e.qZA())}function ul(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",17)(1,"input",30,31),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().blocks=o}),e.qZA(),e.YNc(3,cl,2,0,"mat-error",20),e.qZA()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngModel",t.blocks)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.blocks)}}function pl(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Fees is required."),e.qZA())}function ml(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",17)(1,"input",32,33),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().fees=o}),e.qZA(),e.YNc(3,pl,2,0,"mat-error",20),e.qZA()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngModel",t.fees)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.fees)}}function dl(n,i){if(1&n&&(e.TgZ(0,"div",34),e._UZ(1,"fa-icon",13),e.TgZ(2,"span"),e._uU(3),e.qZA()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(2),e.Oqu(t.bumpFeeError)}}let _l=(()=>{class n{constructor(t,a,o,s,r){this.dialogRef=t,this.data=a,this.logger=o,this.dataService=s,this.snackBar=r,this.transTypes=[...l.Dr],this.selTransType="2",this.blocks=null,this.fees=null,this.outputIndex=null,this.faCopy=v.kZ_,this.faInfoCircle=v.sqG,this.faExclamationTriangle=v.eHv,this.bumpFeeError="",this.unSubs=[new m.x,new m.x]}set payReq(t){t&&(this.outputIdx=t)}ngOnInit(){var t,a;this.transTypes=this.transTypes.splice(1),this.bumpFeeChannel=this.data.pendingChannel;const o=(null===(a=null===(t=this.bumpFeeChannel.channel)||void 0===t?void 0:t.channel_point)||void 0===a?void 0:a.split(":"))||[];this.bumpFeeChannel&&this.bumpFeeChannel.channel&&(this.bumpFeeChannel.channel.txid_str=o[0]||(this.bumpFeeChannel.channel&&this.bumpFeeChannel.channel.channel_point?this.bumpFeeChannel.channel.channel_point:""),this.bumpFeeChannel.channel.output_index=+o[1]||null)}onBumpFee(){var t;return this.outputIndex===(null===(t=this.bumpFeeChannel.channel)||void 0===t?void 0:t.output_index)?(this.outputIdx.control.setErrors({pendingChannelOutputIndex:!0}),!0):!this.outputIndex&&0!==this.outputIndex||!("1"!==this.selTransType||this.blocks&&0!==this.blocks)||!("2"!==this.selTransType||this.fees&&0!==this.fees)||void this.dataService.bumpFee(this.bumpFeeChannel&&this.bumpFeeChannel.channel&&this.bumpFeeChannel.channel.txid_str?this.bumpFeeChannel.channel.txid_str:"",this.outputIndex,this.blocks||null,this.fees||null).pipe((0,h.R)(this.unSubs[0])).subscribe({next:a=>{this.dialogRef.close(!1)},error:a=>{this.logger.error(a),this.bumpFeeError=a.message?a.message:a}})}onCopyID(t){this.snackBar.open("Transaction ID copied.")}resetData(){this.bumpFeeError="",this.selTransType="2",this.blocks=null,this.fees=null,this.outputIdx.control.setErrors(null)}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(U.mQ),e.Y36(ee.D),e.Y36(ae.ux))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-bump-fee"]],viewQuery:function(t,a){if(1&t&&e.Gf(ol,5),2&t){let o;e.iGM(o=e.CRH())&&(a.payReq=o.first)}},decls:48,vars:15,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxLayout","column",1,"bordered-box","mb-1","p-2"],["fxLayoutAlign","start center",1,"pb-1","word-break"],["matSuffix","","rtlClipboard","","matTooltip","Copy transaction ID",1,"ml-1",3,"icon","payload","copied"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxFlex","100"],[1,"pl-1"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between center"],["fxFlex.gt-sm","32","fxLayoutAlign","start end"],["matInput","","placeholder","Index for Change Output","type","number","tabindex","1","required","","name","outputIdx",3,"ngModel","step","min","ngModelChange"],["outputIdx","ngModel"],[4,"ngIf"],["fxFlex.gt-sm","32"],["tabindex","2",3,"value","valueChange","selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxFlex.gt-sm","32","fxLayoutAlign","start end",4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","5","default","",1,"mr-1",3,"click"],["mat-button","","color","primary","type","submit","tabindex","6",3,"click"],[3,"value"],["matInput","","placeholder","Number of Blocks","type","number","name","blocks","required","","tabindex","3",3,"ngModel","step","min","ngModelChange"],["blcks","ngModel"],["matInput","","placeholder","Fees (Sats/vByte)","type","number","name","fees","required","","tabindex","4",3,"ngModel","step","min","ngModelChange"],["fee","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Bump Fee"),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return a.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7)(10,"div",8)(11,"p",9),e._uU(12),e.TgZ(13,"fa-icon",10),e.NdJ("copied",function(s){return a.onCopyID(s)}),e.qZA()(),e.TgZ(14,"div",11)(15,"div",12),e._UZ(16,"fa-icon",13),e.TgZ(17,"span",14),e._uU(18,"Bumping fee on pending open channels is an advanced feature, attempt it only if you are familiar with the functionality of Bitcoin transactions. "),e.TgZ(19,"div"),e._uU(20,"Before attempting fee bump ensure the following:"),e.qZA(),e.TgZ(21,"div",15),e._uU(22,"1: Use a Bitcoin block explorer to ensure that channel opening transaction is not confirmed."),e.qZA(),e.TgZ(23,"div",15),e._uU(24,"2: The channel opening transaction must have a sizable change output, which can be spent further. The fee cannot be bumped without the change output."),e.qZA(),e.TgZ(25,"div",15),e._uU(26,"3: Find the index value of the change output via a block explorer."),e.qZA(),e.TgZ(27,"div",15),e._uU(28,"4: Enter the index value of the change output in the form below and the desired fee rate."),e.qZA(),e.TgZ(29,"div",15),e._uU(30,"5: Upon successful fee bump, use your block explorer to track the child transaction in the mempool, which should be linked with the change output transaction."),e.qZA()()(),e.TgZ(31,"div",16)(32,"mat-form-field",17)(33,"input",18,19),e.NdJ("ngModelChange",function(s){return a.outputIndex=s}),e.qZA(),e.YNc(35,sl,2,0,"mat-error",20),e.YNc(36,ll,2,0,"mat-error",20),e.qZA(),e.TgZ(37,"mat-form-field",21)(38,"mat-select",22),e.NdJ("valueChange",function(s){return a.selTransType=s})("selectionChange",function(){return a.blocks=null,a.fees=null}),e.YNc(39,rl,2,2,"mat-option",23),e.qZA()(),e.YNc(40,ul,4,4,"mat-form-field",24),e.YNc(41,ml,4,4,"mat-form-field",24),e.qZA(),e.YNc(42,dl,4,2,"div",25),e.qZA()(),e.TgZ(43,"div",26)(44,"button",27),e.NdJ("click",function(){return a.resetData()}),e._uU(45,"Clear"),e.qZA(),e.TgZ(46,"button",28),e.NdJ("click",function(){return a.onBumpFee()}),e._uU(47),e.qZA()()()()()()),2&t){const o=e.MAs(34);e.xp6(12),e.hij("Bump fee for channel point: ",null==a.bumpFeeChannel||null==a.bumpFeeChannel.channel?null:a.bumpFeeChannel.channel.channel_point," "),e.xp6(1),e.Q6J("icon",a.faCopy)("payload",null==a.bumpFeeChannel||null==a.bumpFeeChannel.channel?null:a.bumpFeeChannel.channel.txid_str),e.xp6(3),e.Q6J("icon",a.faInfoCircle),e.xp6(17),e.Q6J("ngModel",a.outputIndex)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",null==o.errors?null:o.errors.required),e.xp6(1),e.Q6J("ngIf",null==o.errors?null:o.errors.pendingChannelOutputIndex),e.xp6(2),e.Q6J("value",a.selTransType),e.xp6(1),e.Q6J("ngForOf",a.transTypes),e.xp6(1),e.Q6J("ngIf","1"===a.selTransType),e.xp6(1),e.Q6J("ngIf","2"===a.selTransType),e.xp6(1),e.Q6J("ngIf",""!==a.bumpFeeError),e.xp6(5),e.Oqu(""!==a.bumpFeeError?"Retry Bump Fee":"Bump Fee")}},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,Z.dn,u._Y,u.JL,u.F,D.BN,x.R9,re.y,j.gM,x.KE,M.Nt,u.wV,u.qQ,u.Fj,K.q,u.Q7,u.JJ,u.On,p.O5,x.TO,R.gD,p.sg,B.ey],styles:[""]}),n})();function hl(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function gl(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function fl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",37),e._uU(1," Peer "),e.qZA())}const de=function(n){return{"max-width":n}};function Cl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",38),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,de,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(1),e.Oqu(t.channel.remote_alias)}}function xl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Commit Fee (Sats) "),e.qZA())}function yl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.commit_fee))}}function Tl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Commit Weight "),e.qZA())}function vl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.commit_weight))}}function bl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Capacity (Sats)"),e.qZA())}function Zl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.capacity))}}function wl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",41),e._uU(1,"Actions"),e.qZA())}function Al(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-cell",42)(1,"div",43)(2,"mat-select",44),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",45),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onOpenClick(s)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",45),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onBumpFee(s)}),e._uU(7,"Bump Fee"),e.qZA()()()()}}function Sl(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No pending channel."),e.qZA())}function Ll(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting pending channels..."),e.qZA())}function kl(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function Fl(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,Sl,2,0,"p",47),e.YNc(2,Ll,2,0,"p",47),e.YNc(3,kl,2,1,"p",47),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!t.pendingOpenChannels||!(null!=t.pendingOpenChannels&&t.pendingOpenChannels.data)||(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const be=function(n){return{"display-none":n}};function Nl(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,be,t.pendingOpenChannels&&(null==t.pendingOpenChannels?null:t.pendingOpenChannels.data)&&(null==t.pendingOpenChannels||null==t.pendingOpenChannels.data?null:t.pendingOpenChannels.data.length)>0))}}function ql(n,i){1&n&&e._UZ(0,"mat-header-row")}function Ul(n,i){1&n&&e._UZ(0,"mat-row",49)}function Ol(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function Rl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",37),e._uU(1," Peer "),e.qZA())}function Ml(n,i){if(1&n&&(e.TgZ(0,"mat-cell",38),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,de,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(1),e.Oqu(t.channel.remote_alias)}}function Il(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Recovered Balance (Sats) "),e.qZA())}function Dl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.recovered_balance))}}function Pl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Limbo Balance (Sats) "),e.qZA())}function Jl(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.limbo_balance))}}function El(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1,"Capacity (Sats) "),e.qZA())}function Ql(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.capacity))}}function Yl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",50),e._uU(1,"Actions"),e.qZA())}function Hl(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-cell",51)(1,"button",52),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onForceClosingClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function Bl(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No pending channel."),e.qZA())}function Vl(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting pending channels..."),e.qZA())}function Gl(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function zl(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,Bl,2,0,"p",47),e.YNc(2,Vl,2,0,"p",47),e.YNc(3,Gl,2,1,"p",47),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!t.pendingForceClosingChannels||!(null!=t.pendingForceClosingChannels&&t.pendingForceClosingChannels.data)||(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Wl(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,be,t.pendingForceClosingChannels&&(null==t.pendingForceClosingChannels?null:t.pendingForceClosingChannels.data)&&(null==t.pendingForceClosingChannels||null==t.pendingForceClosingChannels.data?null:t.pendingForceClosingChannels.data.length)>0))}}function Xl(n,i){1&n&&e._UZ(0,"mat-header-row")}function $l(n,i){1&n&&e._UZ(0,"mat-row",49)}function jl(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function Kl(n,i){1&n&&(e.TgZ(0,"mat-header-cell",53),e._uU(1," Peer "),e.qZA())}function er(n,i){if(1&n&&(e.TgZ(0,"mat-cell",54),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,de,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(1),e.Oqu(t.channel.remote_alias)}}function tr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Local Balance (Sats) "),e.qZA())}function nr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.local_balance))}}function ar(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Remote Balance (Sats) "),e.qZA())}function ir(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.remote_balance))}}function or(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Capacity (Sats) "),e.qZA())}function sr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.capacity))}}function lr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",50),e._uU(1,"Actions"),e.qZA())}function rr(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-cell",51)(1,"button",55),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onClosingClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function cr(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No pending channel."),e.qZA())}function ur(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting pending channels..."),e.qZA())}function pr(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function mr(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,cr,2,0,"p",47),e.YNc(2,ur,2,0,"p",47),e.YNc(3,pr,2,1,"p",47),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!t.pendingClosingChannels||!(null!=t.pendingClosingChannels&&t.pendingClosingChannels.data)||(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function dr(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,be,t.pendingClosingChannels&&(null==t.pendingClosingChannels?null:t.pendingClosingChannels.data)&&(null==t.pendingClosingChannels||null==t.pendingClosingChannels.data?null:t.pendingClosingChannels.data.length)>0))}}function _r(n,i){1&n&&e._UZ(0,"mat-header-row")}function hr(n,i){1&n&&e._UZ(0,"mat-row",49)}function gr(n,i){1&n&&e._UZ(0,"mat-progress-bar",36)}function fr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",53),e._uU(1," Peer "),e.qZA())}function Cr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",54),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,de,a.screenSize===a.screenSizeEnum.XS?"10rem":"30rem")),e.xp6(1),e.Oqu(t.channel.remote_alias)}}function xr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Limbo Balance (Sats) "),e.qZA())}function yr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij("",e.lcZ(2,1,t.limbo_balance)," ")}}function Tr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Local Balance (Sats) "),e.qZA())}function vr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.local_balance))}}function br(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Remote Balance (Sats) "),e.qZA())}function Zr(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.remote_balance))}}function wr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",39),e._uU(1," Capacity (Sats) "),e.qZA())}function Ar(n,i){if(1&n&&(e.TgZ(0,"mat-cell",40),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.channel.capacity))}}function Sr(n,i){1&n&&(e.TgZ(0,"mat-header-cell",50),e._uU(1,"Actions"),e.qZA())}function Lr(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-cell",51)(1,"button",56),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onWaitClosingClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function kr(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No pending channel."),e.qZA())}function Fr(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting pending channels..."),e.qZA())}function Nr(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function qr(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,kr,2,0,"p",47),e.YNc(2,Fr,2,0,"p",47),e.YNc(3,Nr,2,1,"p",47),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!t.pendingWaitClosingChannels||!(null!=t.pendingWaitClosingChannels&&t.pendingWaitClosingChannels.data)||(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Ur=function(n){return{"py-0":!0,"display-none":n}};function Or(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,Ur,t.pendingWaitClosingChannels&&(null==t.pendingWaitClosingChannels?null:t.pendingWaitClosingChannels.data)&&(null==t.pendingWaitClosingChannels||null==t.pendingWaitClosingChannels.data?null:t.pendingWaitClosingChannels.data.length)>0))}}function Rr(n,i){1&n&&e._UZ(0,"mat-header-row")}function Mr(n,i){1&n&&e._UZ(0,"mat-row",49)}const _e=function(n){return{"error-border bordered-box":n,"bordered-box":!0}},Ir=function(){return["no_pending_open"]},Dr=function(){return["no_pending_force_closing"]},Pr=function(){return["no_pending_closing"]},Jr=function(){return["no_pending_wait_closing"]};let Er=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.commonService=o,this.selNode={},this.selectedFilter="",this.information={},this.pendingChannels={},this.displayedOpenColumns=["remote_alias","commit_fee","commit_weight","capacity","actions"],this.pendingOpenChannelsLength=0,this.displayedForceClosingColumns=["remote_alias","recovered_balance","limbo_balance","capacity","actions"],this.pendingForceClosingChannelsLength=0,this.displayedClosingColumns=["remote_alias","local_balance","remote_balance","capacity","actions"],this.pendingClosingChannelsLength=0,this.displayedWaitClosingColumns=["remote_alias","limbo_balance","local_balance","remote_balance","actions"],this.pendingWaitClosingChannelsLength=0,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.displayedOpenColumns=["remote_alias","actions"],this.displayedForceClosingColumns=["remote_alias","actions"],this.displayedClosingColumns=["remote_alias","actions"],this.displayedWaitClosingColumns=["remote_alias","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.displayedOpenColumns=["remote_alias","commit_fee","actions"],this.displayedForceClosingColumns=["remote_alias","limbo_balance","actions"],this.displayedClosingColumns=["remote_alias","remote_balance","actions"],this.displayedWaitClosingColumns=["remote_alias","limbo_balance","actions"]):(this.displayedOpenColumns=["remote_alias","commit_fee","commit_weight","capacity","actions"],this.displayedForceClosingColumns=["remote_alias","recovered_balance","limbo_balance","capacity","actions"],this.displayedClosingColumns=["remote_alias","local_balance","remote_balance","capacity","actions"],this.displayedWaitClosingColumns=["remote_alias","limbo_balance","local_balance","remote_balance","actions"])}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.information=t}),this.store.select(y.ni).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.pendingChannels=t.pendingChannels,this.pendingChannels.pending_open_channels&&this.pendingChannels.pending_open_channels.length&&this.pendingChannels.pending_open_channels.length>0&&this.loadOpenChannelsTable(this.pendingChannels.pending_open_channels),this.pendingChannels.pending_force_closing_channels&&this.pendingChannels.pending_force_closing_channels.length&&this.pendingChannels.pending_force_closing_channels.length>0&&this.loadForceClosingChannelsTable(this.pendingChannels.pending_force_closing_channels),this.pendingChannels.pending_closing_channels&&this.pendingChannels.pending_closing_channels.length&&this.pendingChannels.pending_closing_channels.length>0&&this.loadClosingChannelsTable(this.pendingChannels.pending_closing_channels),this.pendingChannels.waiting_close_channels&&this.pendingChannels.waiting_close_channels.length&&this.pendingChannels.waiting_close_channels.length>0&&this.loadWaitClosingChannelsTable(this.pendingChannels.waiting_close_channels),this.logger.info(t)})}ngAfterViewInit(){this.pendingChannels.pending_open_channels&&this.pendingChannels.pending_open_channels.length&&this.pendingChannels.pending_open_channels.length>0&&this.loadOpenChannelsTable(this.pendingChannels.pending_open_channels),this.pendingChannels.pending_force_closing_channels&&this.pendingChannels.pending_force_closing_channels.length&&this.pendingChannels.pending_force_closing_channels.length>0&&this.loadForceClosingChannelsTable(this.pendingChannels.pending_force_closing_channels),this.pendingChannels.pending_closing_channels&&this.pendingChannels.pending_closing_channels.length&&this.pendingChannels.pending_closing_channels.length>0&&this.loadClosingChannelsTable(this.pendingChannels.pending_closing_channels),this.pendingChannels.waiting_close_channels&&this.pendingChannels.waiting_close_channels.length&&this.pendingChannels.waiting_close_channels.length>0&&this.loadWaitClosingChannelsTable(this.pendingChannels.waiting_close_channels)}onOpenClick(t){const a=JSON.parse(JSON.stringify(t,["commit_weight","confirmation_height","fee_per_kw","commit_fee"],2)),o=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),s={};Object.assign(s,a,o),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Opening Channel Information",message:[[{key:"channel_point",value:s.channel_point,title:"Channel Point",width:100,type:l.Gi.STRING}],[{key:"remote_node_pub",value:s.remote_node_pub,title:"Peer Node Pubkey",width:100,type:l.Gi.STRING}],[{key:"remote_alias",value:s.remote_alias,title:"Peer Alias",width:100,type:l.Gi.STRING}],[{key:"capacity",value:s.capacity,title:"Capacity",width:25,type:l.Gi.NUMBER},{key:"confirmation_height",value:s.confirmation_height,title:"Confirmation Height",width:25,type:l.Gi.NUMBER},{key:"local_balance",value:s.local_balance,title:"Local Balance",width:25,type:l.Gi.NUMBER},{key:"remote_balance",value:s.remote_balance,title:"Remote Balance",width:25,type:l.Gi.NUMBER}],[{key:"fee_per_kw",value:s.fee_per_kw,title:"Fee/KW",width:25,type:l.Gi.NUMBER},{key:"commit_weight",value:s.commit_weight,title:"Commit Weight",width:25,type:l.Gi.NUMBER},{key:"commit_fee",value:s.commit_fee,title:"Commit Fee",width:50,type:l.Gi.NUMBER}]]}}}))}onBumpFee(t){this.store.dispatch((0,S.qR)({payload:{data:{pendingChannel:t,component:_l}}}))}onForceClosingClick(t){const a=JSON.parse(JSON.stringify(t,["closing_txid","limbo_balance","maturity_height","blocks_til_maturity","recovered_balance"],2)),o=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),s={};Object.assign(s,a,o),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Force Closing Channel Information",message:[[{key:"closing_txid",value:s.closing_txid,title:"Closing Transaction ID",width:100,type:l.Gi.STRING}],[{key:"channel_point",value:s.channel_point,title:"Channel Point",width:100,type:l.Gi.STRING}],[{key:"remote_alias",value:s.remote_alias,title:"Peer Alias",width:25,type:l.Gi.STRING},{key:"remote_node_pub",value:s.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.Gi.STRING}],[{key:"capacity",value:s.capacity,title:"Capacity",width:25,type:l.Gi.NUMBER},{key:"limbo_balance",value:s.limbo_balance,title:"Limbo Balance",width:25,type:l.Gi.NUMBER},{key:"local_balance",value:s.local_balance,title:"Local Balance",width:25,type:l.Gi.NUMBER},{key:"remote_balance",value:s.remote_balance,title:"Remote Balance",width:25,type:l.Gi.NUMBER}],[{key:"maturity_height",value:s.maturity_height,title:"Maturity Height",width:25,type:l.Gi.NUMBER},{key:"blocks_til_maturity",value:s.blocks_til_maturity,title:"Blocks Till Maturity",width:25,type:l.Gi.NUMBER},{key:"recovered_balance",value:s.recovered_balance,title:"Recovered Balance",width:50,type:l.Gi.NUMBER}]]}}}))}onClosingClick(t){const a=JSON.parse(JSON.stringify(t,["closing_txid"],2)),o=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),s={};Object.assign(s,a,o),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Closing Channel Information",message:[[{key:"closing_txid",value:s.closing_txid,title:"Closing Transaction ID",width:50,type:l.Gi.STRING}],[{key:"channel_point",value:s.channel_point,title:"Channel Point",width:100,type:l.Gi.STRING}],[{key:"remote_alias",value:s.remote_alias,title:"Peer Alias",width:25,type:l.Gi.STRING},{key:"remote_node_pub",value:s.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.Gi.STRING}],[{key:"capacity",value:s.capacity,title:"Capacity",width:25,type:l.Gi.NUMBER},{key:"local_balance",value:s.local_balance,title:"Local Balance",width:25,type:l.Gi.NUMBER},{key:"remote_balance",value:s.remote_balance,title:"Remote Balance",width:50,type:l.Gi.NUMBER}]]}}}))}onWaitClosingClick(t){const a=JSON.parse(JSON.stringify(t,["limbo_balance"],2)),o=JSON.parse(JSON.stringify(t.channel,["remote_alias","channel_point","remote_balance","local_balance","remote_node_pub","capacity"],2)),s=JSON.parse(JSON.stringify(t.commitments,["local_txid"],2)),r={};Object.assign(r,a,o,s),this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Wait Closing Channel Information",message:[[{key:"local_txid",value:r.local_txid,title:"Transaction ID",width:100,type:l.Gi.STRING}],[{key:"channel_point",value:r.channel_point,title:"Channel Point",width:100,type:l.Gi.STRING}],[{key:"remote_alias",value:r.remote_alias,title:"Peer Alias",width:25,type:l.Gi.STRING},{key:"remote_node_pub",value:r.remote_node_pub,title:"Peer Node Pubkey",width:75,type:l.Gi.STRING}],[{key:"capacity",value:r.capacity,title:"Capacity",width:25,type:l.Gi.NUMBER},{key:"limbo_balance",value:r.limbo_balance,title:"Limbo Balance",width:25,type:l.Gi.NUMBER},{key:"local_balance",value:r.local_balance,title:"Local Balance",width:25,type:l.Gi.NUMBER},{key:"remote_balance",value:r.remote_balance,title:"Remote Balance",width:25,type:l.Gi.NUMBER}]]}}}))}loadOpenChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?-1:1),this.pendingOpenChannelsLength=t.length?t.length:0,this.pendingOpenChannels=new c.by([...t]),this.pendingOpenChannels.sort=this.sort,this.pendingOpenChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.pendingOpenChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.logger.info(this.pendingOpenChannels)}loadForceClosingChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?-1:1),this.pendingForceClosingChannelsLength=t.length?t.length:0,this.pendingForceClosingChannels=new c.by([...t]),this.pendingForceClosingChannels.sort=this.sort,this.pendingForceClosingChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.pendingForceClosingChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.logger.info(this.pendingForceClosingChannels)}loadClosingChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?-1:1),this.pendingClosingChannelsLength=t.length?t.length:0,this.pendingClosingChannels=new c.by([...t]),this.pendingClosingChannels.sort=this.sort,this.pendingClosingChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.pendingClosingChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.logger.info(this.pendingClosingChannels)}loadWaitClosingChannelsTable(t){t.sort((a,o)=>a.active===o.active?0:o.active?-1:1),this.pendingWaitClosingChannelsLength=t.length?t.length:0,this.pendingWaitClosingChannels=new c.by([...t]),this.pendingWaitClosingChannels.sort=this.sort,this.pendingWaitClosingChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.pendingWaitClosingChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.logger.info(this.pendingWaitClosingChannels)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-pending-table"]],viewQuery:function(t,a){if(1&t&&e.Gf(A.YE,5),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first)}},decls:121,vars:44,consts:[["fxLayout","column",1,"mb-2"],[1,"page-title"],["displayMode","flat",1,"mt-1"],["mode","indeterminate",4,"ngIf"],["fxLayout","column",1,"flat-expansion-panel"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","remote_alias"],["mat-sort-header","",4,"matHeaderCellDef"],[3,"ngStyle",4,"matCellDef"],["matColumnDef","commit_fee"],["fxLayoutAlign","end center","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","commit_weight"],["matColumnDef","capacity"],["matColumnDef","actions"],["fxLayoutAlign","end center","class","pl-3 pr-4",4,"matHeaderCellDef"],["fxLayoutAlign","end center","class","px-3",4,"matCellDef"],["matColumnDef","no_pending_open"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","","fxLayoutAlign","start center",3,"ngClass",4,"matFooterRowDef"],[4,"matHeaderRowDef"],["fxLayoutAlign","stretch stretch",4,"matRowDef","matRowDefColumns"],["mat-table","","matSort","",3,"dataSource","ngClass"],["matColumnDef","recovered_balance"],["matColumnDef","limbo_balance"],["fxLayoutAlign","end center","class","pl-4 pr-3",4,"matHeaderCellDef"],["fxLayoutAlign","end center","class","pl-4",4,"matCellDef"],["matColumnDef","no_pending_force_closing"],["class","pl-2","mat-sort-header","",4,"matHeaderCellDef"],["class","pl-2",3,"ngStyle",4,"matCellDef"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","no_pending_closing"],["matColumnDef","no_pending_wait_closing"],["mode","indeterminate"],["mat-sort-header",""],[3,"ngStyle"],["fxLayoutAlign","end center","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",1,"pl-3","pr-4"],["fxLayoutAlign","end center",1,"px-3"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","","fxLayoutAlign","start center",3,"ngClass"],["fxLayoutAlign","stretch stretch"],["fxLayoutAlign","end center",1,"pl-4","pr-3"],["fxLayoutAlign","end center",1,"pl-4"],["mat-stroked-button","","color","primary","type","button","tabindex","2",3,"click"],["mat-sort-header","",1,"pl-2"],[1,"pl-2",3,"ngStyle"],["mat-stroked-button","","color","primary","type","button","tabindex","3",3,"click"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"span",1),e._uU(2),e.ALo(3,"number"),e.qZA(),e.TgZ(4,"mat-accordion",2),e.YNc(5,hl,1,0,"mat-progress-bar",3),e.TgZ(6,"mat-expansion-panel",4)(7,"mat-expansion-panel-header")(8,"mat-panel-title"),e._uU(9),e.qZA()(),e.TgZ(10,"div",5),e.YNc(11,gl,1,0,"mat-progress-bar",3),e.TgZ(12,"table",6,7),e.ynx(14,8),e.YNc(15,fl,2,0,"mat-header-cell",9),e.YNc(16,Cl,2,4,"mat-cell",10),e.BQk(),e.ynx(17,11),e.YNc(18,xl,2,0,"mat-header-cell",12),e.YNc(19,yl,3,3,"mat-cell",13),e.BQk(),e.ynx(20,14),e.YNc(21,Tl,2,0,"mat-header-cell",12),e.YNc(22,vl,3,3,"mat-cell",13),e.BQk(),e.ynx(23,15),e.YNc(24,bl,2,0,"mat-header-cell",12),e.YNc(25,Zl,3,3,"mat-cell",13),e.BQk(),e.ynx(26,16),e.YNc(27,wl,2,0,"mat-header-cell",17),e.YNc(28,Al,8,0,"mat-cell",18),e.BQk(),e.ynx(29,19),e.YNc(30,Fl,4,3,"td",20),e.BQk(),e.YNc(31,Nl,1,3,"tr",21),e.YNc(32,ql,1,0,"mat-header-row",22),e.YNc(33,Ul,1,0,"mat-row",23),e.qZA()()(),e.YNc(34,Ol,1,0,"mat-progress-bar",3),e.TgZ(35,"mat-expansion-panel",4)(36,"mat-expansion-panel-header")(37,"mat-panel-title"),e._uU(38),e.qZA()(),e.TgZ(39,"div",5)(40,"table",24,7),e.ynx(42,8),e.YNc(43,Rl,2,0,"mat-header-cell",9),e.YNc(44,Ml,2,4,"mat-cell",10),e.BQk(),e.ynx(45,25),e.YNc(46,Il,2,0,"mat-header-cell",12),e.YNc(47,Dl,3,3,"mat-cell",13),e.BQk(),e.ynx(48,26),e.YNc(49,Pl,2,0,"mat-header-cell",12),e.YNc(50,Jl,3,3,"mat-cell",13),e.BQk(),e.ynx(51,15),e.YNc(52,El,2,0,"mat-header-cell",12),e.YNc(53,Ql,3,3,"mat-cell",13),e.BQk(),e.ynx(54,16),e.YNc(55,Yl,2,0,"mat-header-cell",27),e.YNc(56,Hl,3,0,"mat-cell",28),e.BQk(),e.ynx(57,29),e.YNc(58,zl,4,3,"td",20),e.BQk(),e.YNc(59,Wl,1,3,"tr",21),e.YNc(60,Xl,1,0,"mat-header-row",22),e.YNc(61,$l,1,0,"mat-row",23),e.qZA()()(),e.YNc(62,jl,1,0,"mat-progress-bar",3),e.TgZ(63,"mat-expansion-panel",4)(64,"mat-expansion-panel-header")(65,"mat-panel-title"),e._uU(66),e.qZA()(),e.TgZ(67,"div",5)(68,"table",24,7),e.ynx(70,8),e.YNc(71,Kl,2,0,"mat-header-cell",30),e.YNc(72,er,2,4,"mat-cell",31),e.BQk(),e.ynx(73,32),e.YNc(74,tr,2,0,"mat-header-cell",12),e.YNc(75,nr,3,3,"mat-cell",13),e.BQk(),e.ynx(76,33),e.YNc(77,ar,2,0,"mat-header-cell",12),e.YNc(78,ir,3,3,"mat-cell",13),e.BQk(),e.ynx(79,15),e.YNc(80,or,2,0,"mat-header-cell",12),e.YNc(81,sr,3,3,"mat-cell",13),e.BQk(),e.ynx(82,16),e.YNc(83,lr,2,0,"mat-header-cell",27),e.YNc(84,rr,3,0,"mat-cell",28),e.BQk(),e.ynx(85,34),e.YNc(86,mr,4,3,"td",20),e.BQk(),e.YNc(87,dr,1,3,"tr",21),e.YNc(88,_r,1,0,"mat-header-row",22),e.YNc(89,hr,1,0,"mat-row",23),e.qZA()()(),e.YNc(90,gr,1,0,"mat-progress-bar",3),e.TgZ(91,"mat-expansion-panel",4)(92,"mat-expansion-panel-header")(93,"mat-panel-title"),e._uU(94),e.qZA()(),e.TgZ(95,"div",5)(96,"table",24,7),e.ynx(98,8),e.YNc(99,fr,2,0,"mat-header-cell",30),e.YNc(100,Cr,2,4,"mat-cell",31),e.BQk(),e.ynx(101,26),e.YNc(102,xr,2,0,"mat-header-cell",12),e.YNc(103,yr,3,3,"mat-cell",13),e.BQk(),e.ynx(104,32),e.YNc(105,Tr,2,0,"mat-header-cell",12),e.YNc(106,vr,3,3,"mat-cell",13),e.BQk(),e.ynx(107,33),e.YNc(108,br,2,0,"mat-header-cell",12),e.YNc(109,Zr,3,3,"mat-cell",13),e.BQk(),e.ynx(110,15),e.YNc(111,wr,2,0,"mat-header-cell",12),e.YNc(112,Ar,3,3,"mat-cell",13),e.BQk(),e.ynx(113,16),e.YNc(114,Sr,2,0,"mat-header-cell",27),e.YNc(115,Lr,3,0,"mat-cell",28),e.BQk(),e.ynx(116,35),e.YNc(117,qr,4,3,"td",20),e.BQk(),e.YNc(118,Or,1,3,"tr",21),e.YNc(119,Rr,1,0,"mat-header-row",22),e.YNc(120,Mr,1,0,"mat-row",23),e.qZA()()()()()),2&t&&(e.xp6(2),e.hij("Total Limbo Balance: ",e.lcZ(3,30,a.pendingChannels.total_limbo_balance)," Sats"),e.xp6(3),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(4),e.hij("Pending Open (",a.pendingOpenChannelsLength,")"),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.pendingOpenChannels)("ngClass",e.VKq(32,_e,""!==a.errorMessage)),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(34,Ir)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedOpenColumns),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedOpenColumns),e.xp6(1),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(4),e.hij("Pending Force Closing (",a.pendingForceClosingChannelsLength,")"),e.xp6(2),e.Q6J("dataSource",a.pendingForceClosingChannels)("ngClass",e.VKq(35,_e,""!==a.errorMessage)),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(37,Dr)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedForceClosingColumns),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedForceClosingColumns),e.xp6(1),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(4),e.hij("Pending Closing (",a.pendingClosingChannelsLength,")"),e.xp6(2),e.Q6J("dataSource",a.pendingClosingChannels)("ngClass",e.VKq(38,_e,""!==a.errorMessage)),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(40,Pr)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedClosingColumns),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedClosingColumns),e.xp6(1),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(4),e.hij("Waiting Close (",a.pendingWaitClosingChannelsLength,")"),e.xp6(2),e.Q6J("dataSource",a.pendingWaitClosingChannels)("ngClass",e.VKq(41,_e,""!==a.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(43,Jr)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedWaitClosingColumns),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedWaitClosingColumns))},directives:[d.xw,V.pp,p.O5,J.pW,V.ib,V.yz,V.yK,d.Wh,d.yH,H.$V,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,N.lW],pipes:[p.JJ],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 10%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}tr.mat-footer-row[_ngcontent-%COMP%] td.mat-footer-cell[_ngcontent-%COMP%]{border-bottom:none}"]}),n})();function Qr(n,i){1&n&&e._UZ(0,"mat-progress-bar",27)}function Yr(n,i){1&n&&(e.TgZ(0,"th",28),e._uU(1," Close Type "),e.qZA())}function Hr(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"div",30)(2,"mat-icon",31),e._uU(3,"info_outline"),e.qZA(),e._uU(4),e.qZA()()),2&n){const t=i.$implicit,a=e.oxw();e.xp6(2),e.Q6J("matTooltip",a.channelClosureType[t.close_type].tooltip),e.xp6(2),e.hij(" ",a.channelClosureType[t.close_type].name," ")}}function Br(n,i){1&n&&(e.TgZ(0,"th",28),e._uU(1," Peer "),e.qZA())}const Vr=function(n){return{"max-width":n}};function Gr(n,i){if(1&n&&(e.TgZ(0,"td",32),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,Vr,a.screenSize===a.screenSizeEnum.XS?"10rem":"20rem")),e.xp6(1),e.hij(" ",t.remote_alias," ")}}function zr(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Capacity "),e.qZA())}function Wr(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",34),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,t.capacity)," ")}}function Xr(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Close Height "),e.qZA())}function $r(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",34),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,t.close_height)," ")}}function jr(n,i){1&n&&(e.TgZ(0,"th",33),e._uU(1," Settled Balance "),e.qZA())}function Kr(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",34),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,t.settled_balance)," ")}}function ec(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",35)(1,"div",36)(2,"mat-select",37),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",38),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function tc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",39)(1,"span",34)(2,"button",40),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onClosedChannelClick(r,o)}),e._uU(3,"View Info"),e.qZA()()()}}function nc(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No closed channel available."),e.qZA())}function ac(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting closed channels..."),e.qZA())}function ic(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function oc(n,i){if(1&n&&(e.TgZ(0,"td",41),e.YNc(1,nc,2,0,"p",42),e.YNc(2,ac,2,0,"p",42),e.YNc(3,ic,2,1,"p",42),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.closedChannels&&t.closedChannels.data)||(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const sc=function(n){return{"display-none":n}};function lc(n,i){if(1&n&&e._UZ(0,"tr",43),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,sc,(null==t.closedChannels?null:t.closedChannels.data)&&(null==t.closedChannels||null==t.closedChannels.data?null:t.closedChannels.data.length)>0))}}function rc(n,i){1&n&&e._UZ(0,"tr",44)}function cc(n,i){1&n&&e._UZ(0,"tr",45)}const uc=function(n){return{"error-border":n,"overflow-auto":!0}},pc=function(){return["no_closed_channel"]};let mc=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.commonService=o,this.channelClosureType=l.HW,this.faHistory=v.qO$,this.displayedColumns=[],this.closedChannelsData=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unsub=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["remote_alias","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["close_type","remote_alias","settled_balance","actions"]):(this.flgSticky=!0,this.displayedColumns=["close_type","remote_alias","capacity","close_height","settled_balance","actions"])}ngOnInit(){this.store.select(y.P2).pipe((0,h.R)(this.unsub[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.closedChannelsData=t.closedChannels,this.closedChannelsData.length>0&&this.loadClosedChannelsTable(this.closedChannelsData),this.logger.info(t)})}ngAfterViewInit(){this.closedChannelsData.length>0&&this.loadClosedChannelsTable(this.closedChannelsData)}applyFilter(){this.closedChannels.filter=this.selFilter.trim().toLowerCase()}onClosedChannelClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Closed Channel Information",message:[[{key:"close_type",value:this.channelClosureType[t.close_type].name,title:"Close Type",width:30,type:l.Gi.STRING},{key:"settled_balance",value:t.settled_balance,title:"Settled Balance",width:30,type:l.Gi.NUMBER},{key:"time_locked_balance",value:t.time_locked_balance,title:"Time Locked Balance",width:40,type:l.Gi.NUMBER}],[{key:"chan_id",value:t.chan_id,title:"Channel ID",width:30},{key:"capacity",value:t.capacity,title:"Capacity",width:30,type:l.Gi.NUMBER},{key:"close_height",value:t.close_height,title:"Close Height",width:40,type:l.Gi.NUMBER}],[{key:"remote_alias",value:t.remote_alias,title:"Peer Alias",width:30},{key:"remote_pubkey",value:t.remote_pubkey,title:"Peer Public Key",width:70}],[{key:"channel_point",value:t.channel_point,title:"Channel Point",width:100}],[{key:"closing_tx_hash",value:t.closing_tx_hash,title:"Closing Transaction Hash",width:100,type:l.Gi.STRING}]]}}}))}loadClosedChannelsTable(t){this.closedChannels=new c.by([...t]),this.closedChannels.sort=this.sort,this.closedChannels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.closedChannels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.closedChannels.paginator=this.paginator,this.applyFilter(),this.logger.info(this.closedChannels)}onDownloadCSV(){this.closedChannels.data&&this.closedChannels.data.length>0&&this.commonService.downloadFile(this.closedChannels.data,"Closed-channels")}ngOnDestroy(){this.unsub.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-closed-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Channels")}])],decls:33,vars:14,consts:[["fxLayout","column"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","close_type"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","remote_alias"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","capacity"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","close_height"],["matColumnDef","settled_balance"],["matColumnDef","actions"],["mat-header-cell","","class","pl-1",4,"matHeaderCellDef"],["mat-cell","","class","pl-1",4,"matCellDef"],["matColumnDef","no_closed_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayout","row","fxLayoutAlign","start center"],[1,"info-icon","info-icon-text",3,"matTooltip"],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"pl-1"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","",1,"pl-1"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"div",2),e.TgZ(3,"mat-form-field",3)(4,"input",4),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(5,"div",5),e.YNc(6,Qr,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,Yr,2,0,"th",10),e.YNc(11,Hr,5,2,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Br,2,0,"th",10),e.YNc(14,Gr,2,4,"td",13),e.BQk(),e.ynx(15,14),e.YNc(16,zr,2,0,"th",15),e.YNc(17,Wr,4,3,"td",11),e.BQk(),e.ynx(18,16),e.YNc(19,Xr,2,0,"th",15),e.YNc(20,$r,4,3,"td",11),e.BQk(),e.ynx(21,17),e.YNc(22,jr,2,0,"th",15),e.YNc(23,Kr,4,3,"td",11),e.BQk(),e.ynx(24,18),e.YNc(25,ec,6,0,"th",19),e.YNc(26,tc,4,0,"td",20),e.BQk(),e.ynx(27,21),e.YNc(28,oc,4,3,"td",22),e.BQk(),e.YNc(29,lc,1,3,"tr",23),e.YNc(30,rc,1,0,"tr",24),e.YNc(31,cc,1,0,"tr",25),e.qZA()(),e._UZ(32,"mat-paginator",26),e.qZA()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.closedChannels)("ngClass",e.VKq(11,uc,""!==a.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(13,pc)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.Wh,d.yH,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,te.Hw,j.gM,p.PC,k.Zl,R.gD,R.$L,B.ey,N.lW,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-close_type[_ngcontent-%COMP%]{flex:0 0 16%;min-width:5rem}.mat-column-remote_alias[_ngcontent-%COMP%]{flex:1 1 20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function dc(n,i){1&n&&e._UZ(0,"mat-progress-bar",27)}function _c(n,i){1&n&&(e.TgZ(0,"th",28),e._uU(1,"Amount (Sats)"),e.qZA())}function hc(n,i){if(1&n&&(e.TgZ(0,"span",33),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.lcZ(2,1,null==t?null:t.amount)," ")}}function gc(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,hc,3,3,"span",32),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function fc(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",30),e._uU(2),e.qZA(),e.YNc(3,gc,2,1,"span",31),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" Active HTLCs: ",null==t||null==t.pending_htlcs?null:t.pending_htlcs.length," "),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function Cc(n,i){1&n&&(e.TgZ(0,"th",28),e._uU(1,"Alias/Incoming"),e.qZA())}function xc(n,i){if(1&n&&(e.TgZ(0,"span",30),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null!=t&&t.incoming?"Yes":"No"," ")}}function yc(n,i){if(1&n&&(e.ynx(0),e.YNc(1,xc,2,1,"span",34),e.BQk()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function Tc(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",30),e._uU(2),e.qZA(),e.YNc(3,yc,2,1,"ng-container",31),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(null==t?null:t.remote_alias),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function vc(n,i){1&n&&(e.TgZ(0,"th",35)(1,"span",36),e._uU(2,"Expiration Height"),e.qZA()())}function bc(n,i){if(1&n&&(e.TgZ(0,"span",36),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",e.xi3(2,1,null==t?null:t.expiration_height,"1.0-0")," ")}}function Zc(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,bc,3,4,"span",37),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function wc(n,i){if(1&n&&(e.TgZ(0,"td",29)(1,"span",36),e._uU(2),e.qZA(),e.YNc(3,Zc,2,1,"span",31),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(" "),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function Ac(n,i){1&n&&(e.TgZ(0,"th",38)(1,"span",36),e._uU(2,"Hash Lock"),e.qZA()())}function Sc(n,i){if(1&n&&(e.TgZ(0,"span",36),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.hash_lock," ")}}function Lc(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,Sc,2,1,"span",37),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function kc(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",36),e._uU(2),e.qZA(),e.YNc(3,Lc,2,1,"span",31),e.qZA()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(" "),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function Fc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",40)(1,"div",41)(2,"mat-select",42),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",43),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Nc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",45)(1,"button",48),e.NdJ("click",function(){const s=e.CHM(t).$implicit,r=e.oxw(2).$implicit;return e.oxw().onHTLCClick(s,r)}),e._uU(2),e.qZA()()}if(2&n){const t=i.index;e.xp6(2),e.hij("View ",t+1,"")}}function qc(n,i){if(1&n&&(e.TgZ(0,"div"),e.YNc(1,Nc,3,1,"div",47),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Q6J("ngForOf",null==t?null:t.pending_htlcs)}}function Uc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",44)(1,"span",45)(2,"button",46),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return s.is_expanded=!s.is_expanded}),e._uU(3),e.qZA()(),e.YNc(4,qc,2,1,"div",31),e.qZA()}if(2&n){const t=i.$implicit;e.xp6(3),e.Oqu(t.is_expanded?"Hide":"Show"),e.xp6(1),e.Q6J("ngIf",t.is_expanded)}}function Oc(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No active htlc available."),e.qZA())}function Rc(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting active htlcs..."),e.qZA())}function Mc(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function Ic(n,i){if(1&n&&(e.TgZ(0,"td",49),e.YNc(1,Oc,2,0,"p",31),e.YNc(2,Rc,2,0,"p",31),e.YNc(3,Mc,2,1,"p",31),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Dc=function(n){return{"display-none":n}};function Pc(n,i){if(1&n&&e._UZ(0,"tr",50),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,Dc,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function Jc(n,i){1&n&&e._UZ(0,"tr",51)}function Ec(n,i){1&n&&e._UZ(0,"tr",52)}const Qc=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},Yc=function(){return["no_channel"]};let Hc=(()=>{class n{constructor(t,a,o){this.logger=t,this.commonService=a,this.store=o,this.channelsJSONArr=[],this.displayedColumns=[],this.htlcColumns=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["amount","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["amount","incoming","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["amount","incoming","expiration_height","actions"]):(this.flgSticky=!0,this.displayedColumns=["amount","incoming","expiration_height","hash_lock","actions"])}ngOnInit(){this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsJSONArr=(null===(a=t.channels)||void 0===a?void 0:a.filter(o=>o.pending_htlcs&&o.pending_htlcs.length>0))||[],this.loadHTLCsTable(this.channelsJSONArr),this.logger.info(t)})}ngAfterViewInit(){this.loadHTLCsTable(this.channelsJSONArr)}onHTLCClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"HTLC Information",message:[[{key:"remote_alias",value:a.remote_alias,title:"Alias",width:100,type:l.Gi.STRING}],[{key:"amount",value:t.amount,title:"Amount (Sats)",width:50,type:l.Gi.NUMBER},{key:"incoming",value:t.incoming?"Yes":"No",title:"Incoming",width:50,type:l.Gi.STRING}],[{key:"expiration_height",value:t.expiration_height,title:"Expiration Height",width:50,type:l.Gi.NUMBER},{key:"hash_lock",value:t.hash_lock,title:"Hash Lock",width:50,type:l.Gi.STRING}]]}}}))}onChannelClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{channel:t,showCopy:!0,component:ye}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadHTLCsTable(t){this.channels=new c.by(t?[...t]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,o)=>{var s,r,_,g;switch(o){case"amount":return this.commonService.sortByKey(a.pending_htlcs,o,"number",null===(s=this.sort)||void 0===s?void 0:s.direction),a.pending_htlcs&&a.pending_htlcs.length?a.pending_htlcs.length:null;case"incoming":return this.commonService.sortByKey(a.pending_htlcs,o,"boolean",null===(r=this.sort)||void 0===r?void 0:r.direction),a.remote_alias?a.remote_alias:a.remote_pubkey?a.remote_pubkey:null;case"expiration_height":return this.commonService.sortByKey(a.pending_htlcs,o,"number",null===(_=this.sort)||void 0===_?void 0:_.direction),a;case"hash_lock":return this.commonService.sortByKey(a.pending_htlcs,o,"number",null===(g=this.sort)||void 0===g?void 0:g.direction),a;default:return a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null}},this.channels.paginator=this.paginator,this.channels.filterPredicate=(a,o)=>{var s;return((a.remote_alias?a.remote_alias.toLowerCase():"")+(null===(s=a.pending_htlcs)||void 0===s?void 0:s.map(_=>JSON.stringify(_)+(_.incoming?"yes":"no")))).includes(o)},this.applyFilter()}onDownloadCSV(){this.channels.data&&this.channels.data.length>0&&this.commonService.downloadFile(this.flattenHTLCs(),"ActiveHTLCs")}flattenHTLCs(){const t=JSON.parse(JSON.stringify(this.channels.data));return null==t?void 0:t.reduce((o,s)=>o.concat(s.pending_htlcs?s.pending_htlcs:s),[])}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-active-htlcs-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("HTLCs")}])],decls:30,vars:14,consts:[["fxLayout","column",1,"padding-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","incoming"],["matColumnDef","expiration_height"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","hash_lock"],["mat-header-cell","","mat-sort-header","","arrowPosition","before","class","pl-3 htlc-row-span",4,"matHeaderCellDef"],["mat-cell","","class","pl-3",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","px-2",4,"matHeaderCellDef"],["mat-cell","","class","px-2",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["fxLayoutAlign","start center",1,"htlc-row-span"],[4,"ngIf"],["fxLayoutAlign","start center","class","htlc-row-span pl-3",4,"ngFor","ngForOf"],["fxLayoutAlign","start center",1,"htlc-row-span","pl-3"],["fxLayoutAlign","start center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center",1,"htlc-row-span"],["fxLayoutAlign","end center","class","htlc-row-span",4,"ngFor","ngForOf"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",1,"pl-3","htlc-row-span"],["mat-cell","",1,"pl-3"],["mat-header-cell","",1,"px-2"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","",1,"px-2"],["fxLayoutAlign","end center"],["mat-flat-button","","color","primary","type","button","tabindex","5",1,"btn-htlc-expand",3,"click"],["fxLayoutAlign","end center",4,"ngFor","ngForOf"],["mat-stroked-button","","color","primary","type","button","tabindex","6",1,"btn-htlc-info",3,"click"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"div",2),e.TgZ(3,"mat-form-field",3)(4,"input",4),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(5,"div",5),e.YNc(6,dc,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,_c,2,0,"th",10),e.YNc(11,fc,4,2,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Cc,2,0,"th",10),e.YNc(14,Tc,4,2,"td",11),e.BQk(),e.ynx(15,13),e.YNc(16,vc,3,0,"th",14),e.YNc(17,wc,4,2,"td",11),e.BQk(),e.ynx(18,15),e.YNc(19,Ac,3,0,"th",16),e.YNc(20,kc,4,2,"td",17),e.BQk(),e.ynx(21,18),e.YNc(22,Fc,6,0,"th",19),e.YNc(23,Uc,5,2,"td",20),e.BQk(),e.ynx(24,21),e.YNc(25,Ic,4,3,"td",22),e.BQk(),e.YNc(26,Pc,1,3,"tr",23),e.YNc(27,Jc,1,0,"tr",24),e.YNc(28,Ec,1,0,"tr",25),e.qZA()(),e._UZ(29,"mat-paginator",26),e.qZA()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.channels)("ngClass",e.VKq(11,Qc,""!==a.errorMessage)),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(13,Yc)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.Wh,d.yH,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.sg,R.gD,R.$L,B.ey,N.lW,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-amount[_ngcontent-%COMP%], .mat-column-expiration_height[_ngcontent-%COMP%]{flex:0 0 30%;width:30%}.mat-column-incoming[_ngcontent-%COMP%], .mat-column-hash_lock[_ngcontent-%COMP%]{flex:0 0 25%;width:25%;text-overflow:ellipsis}.htlc-row-span[_ngcontent-%COMP%]{min-height:4.2rem;place-content:center flex-start;align-items:center}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-expand[_ngcontent-%COMP%]{width:9rem}.mat-column-actions[_ngcontent-%COMP%] .btn-htlc-info[_ngcontent-%COMP%]{margin-top:.5rem;width:9rem}"]}),n})();function Bc(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Wallet password is required."),e.qZA())}let Vc=(()=>{class n{constructor(t){this.store=t,this.walletPassword=""}ngOnInit(){this.walletPassword=""}onUnlockWallet(){if(!this.walletPassword)return!0;this.store.dispatch((0,w.xG)({payload:{pwd:window.btoa(this.walletPassword)}}))}resetData(){this.walletPassword=""}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-unlock-wallet"]],decls:12,vars:2,consts:[["fxLayout","column",1,"padding-gap","mb-2"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between"],["fxFlex","100","fxLayoutAlign","start"],["autoFocus","","matInput","","type","password","placeholder","Password","name","walletPassword","tabindex","1","required","",3,"ngModel","ngModelChange"],[4,"ngIf"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","3",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"form",1)(2,"mat-form-field",2)(3,"input",3),e.NdJ("ngModelChange",function(s){return a.walletPassword=s}),e.qZA(),e.TgZ(4,"mat-hint"),e._uU(5,"Enter Wallet Password"),e.qZA(),e.YNc(6,Bc,2,0,"mat-error",4),e.qZA(),e.TgZ(7,"div",5)(8,"button",6),e.NdJ("click",function(){return a.resetData()}),e._uU(9,"Clear Field"),e.qZA(),e.TgZ(10,"button",7),e.NdJ("click",function(){return a.onUnlockWallet()}),e._uU(11,"Unlock Wallet"),e.qZA()()()()),2&t&&(e.xp6(3),e.Q6J("ngModel",a.walletPassword),e.xp6(3),e.Q6J("ngIf",!a.walletPassword))},directives:[d.xw,u._Y,u.JL,u.F,d.Wh,x.KE,d.yH,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,x.bx,p.O5,x.TO,N.lW],styles:[""]}),n})();var Gc=f(1555);function zc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div")(1,"form",4)(2,"div",5),e._uU(3,"Warning: Your connection is unsecure, it's not safe to generate private keys over this connection.Are you sure you want to proceed?"),e.qZA(),e.TgZ(4,"div",6)(5,"button",7),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return o.proceed=!1,o.warnRes=!0}),e._uU(6,"Do Not Proceed"),e.qZA(),e.TgZ(7,"button",8),e.NdJ("click",function(){e.CHM(t);const o=e.oxw();return o.proceed=!0,o.warnRes=!0}),e._uU(8,"Proceed"),e.qZA()()()()}}function Wc(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",9)(1,"div",10),e._uU(2,"Please re-configure & re-start RTL after securing your LND connction. You can close this window now."),e.qZA(),e.TgZ(3,"div",6)(4,"button",11),e.NdJ("click",function(){return e.CHM(t),e.oxw().warnRes=!1}),e._uU(5,"Go Back"),e.qZA()()()}}function Xc(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Password is required."),e.qZA())}function $c(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Password must be at least 8 characters in length."),e.qZA())}function jc(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Confirm password is required."),e.qZA())}function Kc(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Confirm password must be at least 8 characters in length."),e.qZA())}function e1(n,i){1&n&&(e.TgZ(0,"div",41)(1,"mat-icon",42),e._uU(2,"cancel"),e.qZA(),e._uU(3,"Passwords do not match. "),e.qZA())}function t1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Cipher seed is required."),e.qZA())}function n1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Invalid Cipher. Enter comma separated 24 words cipher seed."),e.qZA())}function a1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Passphrase is required."),e.qZA())}function i1(n,i){1&n&&(e.TgZ(0,"mat-icon"),e._uU(1,"vpn_key"),e.qZA())}function o1(n,i){1&n&&(e.TgZ(0,"mat-icon"),e._uU(1,"swap_calls"),e.qZA())}function s1(n,i){1&n&&(e.TgZ(0,"mat-icon"),e._uU(1,"fingerprint"),e.qZA())}function l1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-vertical-stepper",12,13)(2,"mat-step",14)(3,"form",15)(4,"mat-form-field",16),e._UZ(5,"input",17),e.TgZ(6,"mat-hint"),e._uU(7,"Enter Wallet Password"),e.qZA(),e.YNc(8,Xc,2,0,"mat-error",1),e.YNc(9,$c,2,0,"mat-error",1),e.qZA(),e.TgZ(10,"mat-form-field",16),e._UZ(11,"input",18),e.TgZ(12,"mat-hint"),e._uU(13,"Confirm Wallet Password"),e.qZA(),e.YNc(14,jc,2,0,"mat-error",1),e.YNc(15,Kc,2,0,"mat-error",1),e.qZA(),e.YNc(16,e1,4,0,"div",19),e.TgZ(17,"div",20)(18,"button",21),e._uU(19,"Next"),e.qZA()()()(),e.TgZ(20,"mat-step",22)(21,"form",23)(22,"div",24)(23,"mat-slide-toggle",25),e._uU(24,"Existing Cipher"),e.qZA(),e.TgZ(25,"mat-form-field",26),e._UZ(26,"input",27),e.TgZ(27,"mat-hint"),e._uU(28,"Cipher Seed"),e.qZA(),e.YNc(29,t1,2,0,"mat-error",1),e.YNc(30,n1,2,0,"mat-error",1),e.qZA()(),e.TgZ(31,"div",28)(32,"button",29),e._uU(33,"Back"),e.qZA(),e.TgZ(34,"button",30),e._uU(35,"Next"),e.qZA()()()(),e.TgZ(36,"mat-step",31)(37,"form",23)(38,"div",24)(39,"mat-slide-toggle",32),e._uU(40,"Existing Passphrase"),e.qZA(),e.TgZ(41,"mat-form-field",33),e._UZ(42,"input",34),e.TgZ(43,"mat-hint"),e._uU(44,"Enter Passphrase"),e.qZA(),e.YNc(45,a1,2,0,"mat-error",1),e.qZA()(),e.TgZ(46,"div",28)(47,"button",35),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(48,"Clear"),e.qZA(),e.TgZ(49,"button",36),e._uU(50,"Back"),e.qZA(),e.TgZ(51,"button",37),e.NdJ("click",function(){return e.CHM(t),e.oxw().onInitWallet()}),e._uU(52,"Initialize Wallet"),e.qZA()()()(),e.YNc(53,i1,2,0,"ng-template",38),e.YNc(54,o1,2,0,"ng-template",39),e.YNc(55,s1,2,0,"ng-template",40),e.qZA()}if(2&n){const t=e.oxw();e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",t.passwordFormGroup),e.xp6(1),e.Q6J("formGroup",t.passwordFormGroup),e.xp6(5),e.Q6J("ngIf",null==t.passwordFormGroup.controls.initWalletPassword.errors?null:t.passwordFormGroup.controls.initWalletPassword.errors.required),e.xp6(1),e.Q6J("ngIf",null==t.passwordFormGroup.controls.initWalletPassword.errors?null:t.passwordFormGroup.controls.initWalletPassword.errors.minlength),e.xp6(5),e.Q6J("ngIf",null==t.passwordFormGroup.controls.initWalletConfirmPassword.errors?null:t.passwordFormGroup.controls.initWalletConfirmPassword.errors.required),e.xp6(1),e.Q6J("ngIf",null==t.passwordFormGroup.controls.initWalletConfirmPassword.errors?null:t.passwordFormGroup.controls.initWalletConfirmPassword.errors.minlength),e.xp6(1),e.Q6J("ngIf",(null==t.passwordFormGroup.errors?null:t.passwordFormGroup.errors.unmatchedPasswords)&&(t.passwordFormGroup.controls.initWalletPassword.touched||t.passwordFormGroup.controls.initWalletPassword.dirty)&&(t.passwordFormGroup.controls.initWalletConfirmPassword.touched||t.passwordFormGroup.controls.initWalletConfirmPassword.dirty)),e.xp6(4),e.Q6J("stepControl",t.cipherFormGroup),e.xp6(1),e.Q6J("formGroup",t.cipherFormGroup),e.xp6(2),e.Q6J("labelPosition","before"),e.xp6(6),e.Q6J("ngIf",null==t.cipherFormGroup.controls.cipherSeed.errors?null:t.cipherFormGroup.controls.cipherSeed.errors.required),e.xp6(1),e.Q6J("ngIf",!(null!=t.cipherFormGroup.controls.cipherSeed.errors&&t.cipherFormGroup.controls.cipherSeed.errors.required)&&(null==t.cipherFormGroup.controls.cipherSeed.errors?null:t.cipherFormGroup.controls.cipherSeed.errors.invalidCipher)),e.xp6(6),e.Q6J("stepControl",t.passphraseFormGroup),e.xp6(1),e.Q6J("formGroup",t.passphraseFormGroup),e.xp6(2),e.Q6J("labelPosition","before"),e.xp6(6),e.Q6J("ngIf",null==t.passphraseFormGroup.controls.passphrase.errors?null:t.passphraseFormGroup.controls.passphrase.errors.required)}}function r1(n,i){if(1&n&&(e.TgZ(0,"span",48),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t)}}function c1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div")(1,"form",4)(2,"div",43),e._uU(3,"YOU MUST WRITE DOWN THIS SEED TO BE ABLE TO RESTORE THE WALLET!"),e.qZA(),e.TgZ(4,"div",44),e.YNc(5,r1,2,1,"span",45),e.qZA(),e.TgZ(6,"div",46),e._uU(7,"Wallet initialization is done."),e.qZA(),e.TgZ(8,"div",46),e._uU(9,"The node will be usable only after LND has synced completely with the network."),e.qZA(),e.TgZ(10,"div",46),e._uU(11,"Click continue only after writing down the seed."),e.qZA(),e.TgZ(12,"div",6)(13,"button",47),e.NdJ("click",function(){return e.CHM(t),e.oxw().onGoToHome()}),e._uU(14,"Go To Home"),e.qZA()()()()}if(2&n){const t=e.oxw();e.xp6(5),e.Q6J("ngForOf",t.genSeedResponse)}}function u1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div")(1,"form",4)(2,"div",46),e._uU(3,"Something went wrong! Unable to initialize wallet!"),e.qZA(),e.TgZ(4,"div",6)(5,"button",49),e.NdJ("click",function(){return e.CHM(t),e.oxw().resetData()}),e._uU(6,"Restart"),e.qZA()()()()}}function p1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div")(1,"form",4)(2,"div",46),e._uU(3,"Wallet recovery is done."),e.qZA(),e.TgZ(4,"div",46),e._uU(5,"The node will be usable only after LND has synced completely with the network."),e.qZA(),e.TgZ(6,"div",6)(7,"button",50),e.NdJ("click",function(){return e.CHM(t),e.oxw().onGoToHome()}),e._uU(8,"Go To Home"),e.qZA()()()()}}function m1(n){const i=n.get("initWalletPassword"),t=n.get("initWalletConfirmPassword");return i&&t&&i.value!==t.value?{unmatchedPasswords:!0}:null}function d1(n){const i=n.value.toString().trim().split(",")||[];return i&&24!==i.length?{invalidCipher:!0}:null}let _1=(()=>{class n{constructor(t,a,o){this.store=t,this.formBuilder=a,this.lndEffects=o,this.insecureLND=!1,this.genSeedResponse=[],this.initWalletResponse="",this.proceed=!0,this.warnRes=!1,this.unsubs=[new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.passwordFormGroup=this.formBuilder.group({initWalletPassword:["",[u.kI.required,u.kI.minLength(8)]],initWalletConfirmPassword:["",[u.kI.required,u.kI.minLength(8)]]},{validators:m1}),this.cipherFormGroup=this.formBuilder.group({existingCipher:[!1],cipherSeed:[{value:"",disabled:!0},[d1]]}),this.passphraseFormGroup=this.formBuilder.group({enterPassphrase:[!1],passphrase:[{value:"",disabled:!0}]}),this.cipherFormGroup.controls.existingCipher.valueChanges.pipe((0,h.R)(this.unsubs[0])).subscribe(t=>{t?(this.cipherFormGroup.controls.cipherSeed.setValue(""),this.cipherFormGroup.controls.cipherSeed.enable()):(this.cipherFormGroup.controls.cipherSeed.setValue(""),this.cipherFormGroup.controls.cipherSeed.disable())}),this.passphraseFormGroup.controls.enterPassphrase.valueChanges.pipe((0,h.R)(this.unsubs[1])).subscribe(t=>{t?(this.passphraseFormGroup.controls.passphrase.setValue(""),this.passphraseFormGroup.controls.passphrase.enable()):(this.passphraseFormGroup.controls.passphrase.setValue(""),this.passphraseFormGroup.controls.passphrase.disable())}),this.insecureLND=!window.location.protocol.includes("https:"),this.lndEffects.initWalletRes.pipe((0,h.R)(this.unsubs[2])).subscribe(t=>{this.initWalletResponse=t}),this.lndEffects.genSeedResponse.pipe((0,h.R)(this.unsubs[3])).subscribe(t=>{this.genSeedResponse=t,this.store.dispatch((0,w.y2)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:this.genSeedResponse,passphrase:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}}:{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:this.genSeedResponse}}))})}onInitWallet(){if(this.passwordFormGroup.invalid||this.cipherFormGroup.invalid||this.passphraseFormGroup.invalid)return!0;if(this.cipherFormGroup.controls.existingCipher.value){const t=this.cipherFormGroup.controls.cipherSeed.value.toString().trim().split(",");this.store.dispatch((0,w.y2)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:t,passphrase:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}}:{payload:{pwd:window.btoa(this.passwordFormGroup.controls.initWalletPassword.value),cipher:t}}))}else this.store.dispatch((0,w.fu)(this.passphraseFormGroup.controls.enterPassphrase.value?{payload:window.btoa(this.passphraseFormGroup.controls.passphrase.value)}:{payload:""}))}onGoToHome(){setTimeout(()=>{this.store.dispatch((0,S.tw)()),this.store.dispatch((0,w.sQ)({payload:{loadPage:"HOME"}}))},1e3)}resetData(){this.genSeedResponse=[],this.initWalletResponse=""}ngOnDestroy(){this.unsubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(u.qu),e.Y36(ne.l))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-initialize-wallet"]],viewQuery:function(t,a){if(1&t&&e.Gf(G.Vq,5),2&t){let o;e.iGM(o=e.CRH())&&(a.stepper=o.first)}},features:[e._Bn([{provide:Gc.gx,useValue:{displayDefaultIndicatorType:!1}}])],decls:7,vars:6,consts:[["fxLayout","column",1,"padding-gap","mb-4"],[4,"ngIf"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","stretch stretch",4,"ngIf"],[3,"linear",4,"ngIf"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mt-2"],["fxFlex","100","fxLayoutAlign","start"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","1","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","2",3,"click"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","stretch stretch"],["fxFlex","100",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",3,"click"],[3,"linear"],["stepper",""],["label","Wallet Password","state","password",3,"stepControl"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"mt-1",3,"formGroup"],["fxFlex","49","fxLayoutAlign","start"],["matInput","","type","password","placeholder","Password","name","initWalletPassword","formControlName","initWalletPassword","tabindex","5","required",""],["matInput","","type","password","placeholder","Confirm Password","name","initWalletConfirmPassword","formControlName","initWalletConfirmPassword","tabindex","6","required",""],["class","validation-error-message",4,"ngIf"],["fxLayout","row",1,"my-2"],["mat-flat-button","","color","primary","tabindex","7","type","submit","matStepperNext",""],["label","Cipher","state","cipher",3,"stepControl"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start",1,"mt-1",3,"formGroup"],["fxFlex","100","fxLayout","column","fxLayoutAlign","start stretch"],["fxFlex","20","tabindex","8","color","primary","formControlName","existingCipher","name","existingCipher",1,"chkbox-wallet",3,"labelPosition"],["fxFlex","75","fxLayoutAlign","start",1,"my-1"],["autofocus","","matInput","","type","input","placeholder","Comma separated array of 24 words cipher seed","name","cipherSeed","formControlName","cipherSeed","tabindex","9","required",""],["fxLayout","row",1,"mb-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","10","matStepperPrevious","",1,"mr-1","mt-1"],["mat-flat-button","","color","primary","tabindex","11","type","submit","matStepperNext","",1,"mt-1"],["label","Passphrase","state","passphrase",3,"stepControl"],["fxFlex","20","tabindex","10","color","primary","formControlName","enterPassphrase","name","enterPassphrase",1,"chkbox-wallet",3,"labelPosition"],["fxFlex","75","fxLayoutAlign","start"],["matInput","","type","password","placeholder","Passphrase","name","passphrase","formControlName","passphrase","tabindex","12","required",""],["mat-stroked-button","","color","warn","tabindex","13","type","reset",1,"mr-1","mt-1",3,"click"],["mat-stroked-button","","tabindex","14","color","primary","type","button","matStepperPrevious","",1,"mr-1","mt-1"],["mat-flat-button","","color","primary","tabindex","15","type","submit",1,"mt-1",3,"click"],["matStepperIcon","password"],["matStepperIcon","cipher"],["matStepperIcon","passphrase"],[1,"validation-error-message"],[1,"validation-error-icon","red"],["fxFlex","100","fxLayoutAlign","start",1,"blinker"],["fxFlex","40","fxLayout","row wrap",1,"mt-2"],["fxFlex","25","fxLayoutAlign","start","class","genseed-message",4,"ngFor","ngForOf"],["fxFlex","100","fxLayoutAlign","start",1,"mt-2"],["mat-flat-button","","color","primary","type","submit","tabindex","16",3,"click"],["fxFlex","25","fxLayoutAlign","start",1,"genseed-message"],["mat-stroked-button","","color","primary","tabindex","17","type","reset",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","18",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,zc,9,0,"div",1),e.YNc(2,Wc,6,0,"div",2),e.YNc(3,l1,56,17,"mat-vertical-stepper",3),e.YNc(4,c1,15,1,"div",1),e.YNc(5,u1,7,0,"div",1),e.YNc(6,p1,9,0,"div",1),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",a.insecureLND&&!a.warnRes),e.xp6(1),e.Q6J("ngIf",a.warnRes&&!a.proceed),e.xp6(1),e.Q6J("ngIf",(!a.insecureLND||a.warnRes&&a.proceed)&&a.genSeedResponse.length<=0&&""===a.initWalletResponse),e.xp6(1),e.Q6J("ngIf",a.genSeedResponse.length>0&&""!==a.initWalletResponse),e.xp6(1),e.Q6J("ngIf",a.genSeedResponse.length>0&&""===a.initWalletResponse),e.xp6(1),e.Q6J("ngIf",a.genSeedResponse.length<=0&&""!==a.initWalletResponse))},directives:[d.xw,p.O5,u._Y,u.JL,u.F,d.Wh,d.yH,N.lW,G.Vq,G.C0,u.sg,x.KE,M.Nt,u.Fj,u.JJ,u.u,u.Q7,x.bx,x.TO,te.Hw,G.Ic,pe.Rr,G.fd,G.z9,p.sg],styles:[""]}),n})(),h1=(()=>{class n{constructor(){this.faWallet=v.X5K}}return n.\u0275fac=function(t){return new(t||n)},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-wallet"]],decls:12,vars:1,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["label","Unlock"],["label","Initialize"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Wallet"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"mat-tab-group")(8,"mat-tab",5),e._UZ(9,"rtl-unlock-wallet"),e.qZA(),e.TgZ(10,"mat-tab",6),e._UZ(11,"rtl-initialize-wallet"),e.qZA()()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faWallet))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.SP,P.uX,Vc,_1],styles:[""]}),n})();var g1=f(1365);function f1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",11),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let C1=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.router=o,this.faExchangeAlt=v.Ssp,this.faChartPie=v.OS1,this.currencyUnits=[],this.balances=[{title:"Local Capacity",dataValue:0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:0,tooltip:"Amount you can receive"}],this.links=[{link:"payments",name:"Payments"},{link:"invoices",name:"Invoices"},{link:"lookuptransactions",name:"Lookup"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[1]),(0,g1.M)(this.store.select(y.$k))).subscribe(([a,o])=>{this.currencyUnits=(null==o?void 0:o.currencyUnits)||[],this.balances=(null==o?void 0:o.userPersona)===l.ol.OPERATOR?[{title:"Local Capacity",dataValue:a.lightningBalance.local||0,tooltip:"Amount you can send"},{title:"Remote Capacity",dataValue:a.lightningBalance.remote||0,tooltip:"Amount you can receive"}]:[{title:"Outbound Capacity",dataValue:a.lightningBalance.local||0,tooltip:"Amount you can send"},{title:"Inbound Capacity",dataValue:a.lightningBalance.remote||0,tooltip:"Amount you can receive"}],this.logger.info(a)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-transactions"]],decls:19,vars:4,consts:[["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Lightning Balance"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),e._UZ(7,"rtl-currency-unit-converter",5),e.qZA()()(),e.TgZ(8,"div",6),e._UZ(9,"fa-icon",1),e.TgZ(10,"span",2),e._uU(11,"Lightning Transactions"),e.qZA()(),e.TgZ(12,"div",7)(13,"mat-card")(14,"mat-card-content",4)(15,"nav",8),e.YNc(16,f1,2,3,"div",9),e.qZA(),e.TgZ(17,"div",10),e._UZ(18,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faChartPie),e.xp6(6),e.Q6J("values",a.balances),e.xp6(2),e.Q6J("icon",a.faExchangeAlt),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,fe.D,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC],styles:[""]}),n})();function x1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",8),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let y1=(()=>{class n{constructor(t){this.router=t,this.faSearch=v.wn1,this.links=[{link:"lookups",name:"Lookup"},{link:"queryroutes",name:"Query Routes"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-graph"]],decls:11,vars:2,consts:[["fxLayout","row wrap","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Graph Lookups"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,x1,2,3,"div",6),e.qZA(),e.TgZ(9,"div",7),e._UZ(10,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faSearch),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC],styles:[""]}),n})();function T1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Destination pubkey is required."),e.qZA())}function v1(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function b1(n,i){1&n&&e._UZ(0,"mat-progress-bar",37)}function Z1(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1," Hop "),e.qZA())}function w1(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.hop_sequence," ")}}function A1(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1," Peer "),e.qZA())}const S1=function(n){return{"max-width":n}};function L1(n,i){if(1&n&&(e.TgZ(0,"td",40),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,S1,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.hij(" ",null==t?null:t.pubkey_alias," ")}}function k1(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1," Channel "),e.qZA())}function F1(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.chan_id," ")}}function N1(n,i){1&n&&(e.TgZ(0,"th",41),e._uU(1," Capacity (Sats) "),e.qZA())}function q1(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.chan_capacity),"")}}function U1(n,i){1&n&&(e.TgZ(0,"th",41),e._uU(1," Amount To Fwd (Sats) "),e.qZA())}function O1(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.amt_to_forward)," ")}}function R1(n,i){1&n&&(e.TgZ(0,"th",41),e._uU(1," Fee (mSats) "),e.qZA())}function M1(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.fee_msat)," ")}}function I1(n,i){1&n&&(e.TgZ(0,"th",43)(1,"span",42),e._uU(2,"Actions"),e.qZA()())}function D1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",44)(1,"button",45),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onHopClick(r,o)}),e._uU(2,"View Info"),e.qZA()()}}function P1(n,i){1&n&&e._UZ(0,"tr",46)}function J1(n,i){1&n&&e._UZ(0,"tr",47)}const E1=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}};let Q1=(()=>{class n{constructor(t,a,o){this.store=t,this.lndEffects=a,this.commonService=o,this.destinationPubkey="",this.amount=null,this.flgSticky=!1,this.displayedColumns=[],this.flgLoading=[!1],this.faRoute=v.FpQ,this.faExclamationTriangle=v.eHv,this.screenSize="",this.screenSizeEnum=l.cu,this.unSubs=[new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["pubkey_alias","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["hop_sequence","pubkey_alias","fee_msat","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["hop_sequence","pubkey_alias","chan_capacity","amt_to_forward_msat","fee_msat","actions"]):(this.flgSticky=!0,this.displayedColumns=["hop_sequence","pubkey_alias","chan_capacity","amt_to_forward_msat","fee_msat","actions"])}ngOnInit(){this.lndEffects.setQueryRoutes.pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.qrHops=new c.by([]),t.routes&&t.routes.length&&t.routes.length>0&&t.routes[0].hops?(this.flgLoading[0]=!1,this.qrHops=new c.by([...t.routes[0].hops]),this.qrHops.data=t.routes[0].hops):this.flgLoading[0]="error",this.qrHops.sort=this.sort,this.qrHops.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null})}onQueryRoutes(){if(!this.destinationPubkey||!this.amount)return!0;this.qrHops=new c.by([]),this.flgLoading[0]=!0,this.store.dispatch((0,w.WO)({payload:{destPubkey:this.destinationPubkey,amount:this.amount}}))}resetData(){this.destinationPubkey="",this.amount=null,this.flgLoading[0]=!1}onHopClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Route Information",message:[[{key:"hop_sequence",value:t.hop_sequence,title:"Sequence",width:33,type:l.Gi.NUMBER},{key:"amt_to_forward",value:t.amt_to_forward,title:"Amount To Forward (Sats)",width:33,type:l.Gi.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:34,type:l.Gi.NUMBER}],[{key:"chan_capacity",value:t.chan_capacity,title:"Channel Capacity (Sats)",width:50,type:l.Gi.NUMBER},{key:"expiry",value:t.expiry,title:"Expiry",width:50,type:l.Gi.NUMBER}],[{key:"pubkey_alias",value:t.pubkey_alias,title:"Peer Alias",width:50,type:l.Gi.STRING},{key:"chan_id",value:t.chan_id,title:"Channel ID",width:50,type:l.Gi.STRING}],[{key:"pub_key",value:t.pub_key,title:"Peer Pubkey",width:100,type:l.Gi.STRING}]]}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(ne.l),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-query-routes"]],viewQuery:function(t,a){if(1&t&&e.Gf(A.YE,5),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first)}},decls:51,vars:16,consts:[["fxLayout","column","fxFlex","100",1,"padding-gap"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",3,"ngSubmit"],["queryRoutesForm","ngForm"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","69","fxLayoutAlign","start end"],["matInput","","placeholder","Destination Pubkey","name","destinationPubkey","tabindex","1","required","",3,"ngModel","ngModelChange"],["destPubkey","ngModel"],[4,"ngIf"],["fxFlex","29","fxLayoutAlign","start end"],["matInput","","placeholder","Amount (Sats)","name","amount","tabindex","2","type","number","required","",3,"ngModel","step","min","ngModelChange"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","column","fxLayoutAlign","start stretch","fxLayout.gt-sm","row wrap",1,"page-sub-title-container","mt-3","mb-1"],["fxFlex","70","fxLayoutAlign","start center"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"table-container","mb-6",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","hop_sequence"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","pubkey_alias"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","chan_id"],["matColumnDef","chan_capacity"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amt_to_forward_msat"],["matColumnDef","fee_msat"],["matColumnDef","actions"],["mat-header-cell","","class","pl-4 pr-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-4",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"pl-4","pr-3"],["mat-cell","",1,"pl-4"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-header-row",""],["mat-row",""]],template:function(t,a){if(1&t){const o=e.EpF();e.TgZ(0,"div",0)(1,"form",1,2),e.NdJ("ngSubmit",function(){return e.CHM(o),e.MAs(2).form.valid&&a.onQueryRoutes()}),e.TgZ(3,"div",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span"),e._uU(6,"The actual routing fee on a payment can be different from the fee shown on query routes."),e.qZA()(),e.TgZ(7,"mat-form-field",5)(8,"input",6,7),e.NdJ("ngModelChange",function(r){return a.destinationPubkey=r}),e.qZA(),e.YNc(10,T1,2,0,"mat-error",8),e.qZA(),e.TgZ(11,"mat-form-field",9)(12,"input",10),e.NdJ("ngModelChange",function(r){return a.amount=r}),e.qZA(),e.YNc(13,v1,2,0,"mat-error",8),e.qZA(),e.TgZ(14,"div",11)(15,"button",12),e.NdJ("click",function(){return a.resetData()}),e._uU(16,"Clear"),e.qZA(),e.TgZ(17,"button",13),e._uU(18,"Query Route"),e.qZA()()(),e.TgZ(19,"div",14)(20,"div",15),e._UZ(21,"fa-icon",16),e.TgZ(22,"span",17),e._uU(23,"Transaction Route"),e.qZA()()(),e.TgZ(24,"div",18),e.YNc(25,b1,1,0,"mat-progress-bar",19),e.TgZ(26,"table",20,21),e.ynx(28,22),e.YNc(29,Z1,2,0,"th",23),e.YNc(30,w1,2,1,"td",24),e.BQk(),e.ynx(31,25),e.YNc(32,A1,2,0,"th",23),e.YNc(33,L1,2,4,"td",26),e.BQk(),e.ynx(34,27),e.YNc(35,k1,2,0,"th",23),e.YNc(36,F1,2,1,"td",24),e.BQk(),e.ynx(37,28),e.YNc(38,N1,2,0,"th",29),e.YNc(39,q1,4,3,"td",24),e.BQk(),e.ynx(40,30),e.YNc(41,U1,2,0,"th",29),e.YNc(42,O1,4,3,"td",24),e.BQk(),e.ynx(43,31),e.YNc(44,R1,2,0,"th",29),e.YNc(45,M1,4,3,"td",24),e.BQk(),e.ynx(46,32),e.YNc(47,I1,3,0,"th",33),e.YNc(48,D1,3,0,"td",34),e.BQk(),e.YNc(49,P1,1,0,"tr",35),e.YNc(50,J1,1,0,"tr",36),e.qZA()()()}2&t&&(e.xp6(4),e.Q6J("icon",a.faExclamationTriangle),e.xp6(4),e.Q6J("ngModel",a.destinationPubkey),e.xp6(2),e.Q6J("ngIf",!a.destinationPubkey),e.xp6(2),e.Q6J("ngModel",a.amount)("step",1e3)("min",0),e.xp6(1),e.Q6J("ngIf",!a.amount),e.xp6(8),e.Q6J("icon",a.faRoute),e.xp6(4),e.Q6J("ngIf",!0===a.flgLoading[0]),e.xp6(1),e.Q6J("dataSource",a.qrHops)("ngClass",e.VKq(14,E1,"error"===a.flgLoading[0])),e.xp6(23),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns))},directives:[d.xw,d.yH,u._Y,u.JL,u.F,d.Wh,D.BN,x.KE,M.Nt,u.Fj,u.Q7,u.JJ,u.On,p.O5,x.TO,u.wV,u.qQ,K.q,N.lW,H.$V,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,c.as,c.XQ,c.nj,c.Gk],pipes:[p.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{flex:0 0 5%;width:5%}.mat-column-pubkey_alias[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();var se=f(9814);function Y1(n,i){if(1&n&&(e.TgZ(0,"span",9),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(1),e.AsE("",a.nodeFeaturesEnum[t.value.name]||t.value.name,": ",t.value.is_required?"Mandatory":"Optional","")}}function H1(n,i){1&n&&(e.TgZ(0,"th",27),e._uU(1,"Network"),e.qZA())}function B1(n,i){if(1&n&&(e.TgZ(0,"td",28),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.network," ")}}function V1(n,i){1&n&&(e.TgZ(0,"th",27),e._uU(1,"Address"),e.qZA())}function G1(n,i){if(1&n&&(e.TgZ(0,"td",28),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.hij(" ",null==t?null:t.addr," ")}}function z1(n,i){1&n&&(e.TgZ(0,"th",29)(1,"span",30),e._uU(2,"Actions"),e.qZA()())}function W1(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",31)(1,"span",30)(2,"button",32),e.NdJ("copied",function(o){return e.CHM(t),e.oxw(2).onCopyNodeURI(o)}),e._uU(3,"Copy Node URI"),e.qZA()()()}if(2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(2),e.Q6J("payload",a.lookupResult.node.pub_key+"@"+t.addr)}}function X1(n,i){1&n&&e._UZ(0,"tr",33)}function $1(n,i){1&n&&e._UZ(0,"tr",34)}const j1=function(n){return{"background-color":n}};function K1(n,i){if(1&n&&(e.TgZ(0,"div",1),e._UZ(1,"mat-divider",2),e.TgZ(2,"div",3)(3,"div",4)(4,"h4",5),e._uU(5,"Alias"),e.qZA(),e.TgZ(6,"span",6),e._uU(7),e.TgZ(8,"span",7),e._uU(9),e.qZA()()(),e.TgZ(10,"div",8)(11,"h4",5),e._uU(12,"Pub Key"),e.qZA(),e.TgZ(13,"span",9),e._uU(14),e.qZA()()(),e._UZ(15,"mat-divider",10),e.TgZ(16,"div",3)(17,"div",4)(18,"h4",5),e._uU(19,"Last Update"),e.qZA(),e.TgZ(20,"span",6),e._uU(21),e.ALo(22,"date"),e.qZA()(),e.TgZ(23,"div",8)(24,"h4",5),e._uU(25,"Total Capacity (Sats)"),e.qZA(),e.TgZ(26,"span",6),e._uU(27),e.ALo(28,"number"),e.qZA()()(),e._UZ(29,"mat-divider",10),e.TgZ(30,"div",3)(31,"div",4)(32,"h4",5),e._uU(33,"Number of Channels"),e.qZA(),e.TgZ(34,"span",6),e._uU(35),e.ALo(36,"number"),e.qZA()(),e.TgZ(37,"div",11)(38,"h4",5),e._uU(39,"Features"),e.qZA(),e.YNc(40,Y1,2,2,"span",12),e.ALo(41,"keyvalue"),e.qZA()(),e._UZ(42,"mat-divider",10),e.TgZ(43,"div",13)(44,"h4",14),e._uU(45,"Addresses"),e.qZA(),e.TgZ(46,"div",15)(47,"table",16,17),e.ynx(49,18),e.YNc(50,H1,2,0,"th",19),e.YNc(51,B1,2,1,"td",20),e.BQk(),e.ynx(52,21),e.YNc(53,V1,2,0,"th",19),e.YNc(54,G1,2,1,"td",20),e.BQk(),e.ynx(55,22),e.YNc(56,z1,3,0,"th",23),e.YNc(57,W1,4,1,"td",24),e.BQk(),e.YNc(58,X1,1,0,"tr",25),e.YNc(59,$1,1,0,"tr",26),e.qZA()()()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(t.lookupResult.node.alias),e.xp6(1),e.Q6J("ngStyle",e.VKq(24,j1,null==t.lookupResult.node?null:t.lookupResult.node.color)),e.xp6(1),e.Oqu(null==t.lookupResult.node?null:t.lookupResult.node.color),e.xp6(5),e.Oqu(t.lookupResult.node.pub_key),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.xi3(22,15,1e3*t.lookupResult.node.last_update,"dd/MMM/y HH:mm")),e.xp6(6),e.Oqu(e.lcZ(28,18,t.lookupResult.total_capacity)),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.lcZ(36,20,t.lookupResult.num_channels)),e.xp6(5),e.Q6J("ngForOf",e.lcZ(41,22,t.lookupResult.node.features)),e.xp6(2),e.Q6J("inset",!0),e.xp6(5),e.Q6J("dataSource",t.lookupResult.node.addresses),e.xp6(11),e.Q6J("matHeaderRowDef",t.displayedColumns),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns)}}let eu=(()=>{class n{constructor(t,a){this.logger=t,this.snackBar=a,this.nodeFeaturesEnum=l.hZ,this.displayedColumns=["network","addr","actions"]}onCopyNodeURI(t){this.snackBar.open("Node URI copied."),this.logger.info("Copied Text: "+t)}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(ae.ux))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-node-lookup"]],inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1",3,"inset"],["fxLayout","row"],["fxFlex","30"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"ml-2",3,"ngStyle"],["fxFlex","70"],[1,"foreground-secondary-text","w-100"],[1,"my-1",3,"inset"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end start",1,"my-1"],["class","foreground-secondary-text w-100",4,"ngFor","ngForOf"],["fxLayout","column"],["fxFlex","100","fxLayoutAlign","start",1,"font-bold-500","mb-1"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mat-table","","matSort","",3,"dataSource"],["table",""],["matColumnDef","network"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","addr"],["matColumnDef","actions"],["mat-header-cell","","class","pl-1",4,"matHeaderCellDef"],["mat-cell","","class","pl-1",4,"matCellDef"],["mat-header-row","",4,"matHeaderRowDef"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","",1,"pl-1"],["fxLayoutAlign","end center"],["mat-cell","",1,"pl-1"],["mat-stroked-button","","color","primary","type","button","tabindex","1","rtlClipboard","",3,"payload","copied"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&e.YNc(0,K1,60,26,"div",0),2&t&&e.Q6J("ngIf",a.lookupResult)},directives:[p.O5,d.xw,X.d,d.yH,d.Wh,p.PC,k.Zl,p.sg,H.$V,c.BZ,A.YE,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,N.lW,re.y,c.as,c.XQ,c.nj,c.Gk],pipes:[p.uU,p.JJ,p.Nd],styles:[""]}),n})();function tu(n,i){1&n&&(e.TgZ(0,"h3",15),e._uU(1,"Node 1"),e.qZA())}function nu(n,i){1&n&&(e.TgZ(0,"h3",15),e._uU(1,"Node 1 (Your Node)"),e.qZA())}function au(n,i){1&n&&(e.TgZ(0,"h3",15),e._uU(1,"Node 2"),e.qZA())}function iu(n,i){1&n&&(e.TgZ(0,"h3",15),e._uU(1,"Node 2 (Your Node)"),e.qZA())}function ou(n,i){if(1&n&&(e.TgZ(0,"div",1),e._UZ(1,"mat-divider",2),e.TgZ(2,"div",3)(3,"div",4)(4,"h4",5),e._uU(5,"Channel Id"),e.qZA(),e.TgZ(6,"span",6),e._uU(7),e.qZA()(),e.TgZ(8,"div",7)(9,"h4",5),e._uU(10,"Channel Point"),e.qZA(),e.TgZ(11,"span",6),e._uU(12),e.qZA()()(),e._UZ(13,"mat-divider",8),e.TgZ(14,"div",3)(15,"div",4)(16,"h4",5),e._uU(17,"Last Update"),e.qZA(),e.TgZ(18,"span",6),e._uU(19),e.ALo(20,"date"),e.qZA()(),e.TgZ(21,"div",7)(22,"h4",5),e._uU(23,"Capacity (Sats)"),e.qZA(),e.TgZ(24,"span",6),e._uU(25),e.ALo(26,"number"),e.qZA()()(),e._UZ(27,"mat-divider",8),e.TgZ(28,"div",9)(29,"div",10)(30,"div",11),e.YNc(31,tu,2,0,"h3",12),e.YNc(32,nu,2,0,"h3",12),e.qZA(),e._UZ(33,"mat-divider",8),e.TgZ(34,"div",13)(35,"h4",5),e._uU(36,"Pubkey"),e.qZA(),e.TgZ(37,"span",6),e._uU(38),e.qZA()(),e._UZ(39,"mat-divider",8),e.TgZ(40,"div",14)(41,"h4",5),e._uU(42,"Time Lock Delta"),e.qZA(),e.TgZ(43,"span",6),e._uU(44),e.qZA()(),e._UZ(45,"mat-divider",8),e.TgZ(46,"div",14)(47,"h4",5),e._uU(48,"Min HTLC"),e.qZA(),e.TgZ(49,"span",6),e._uU(50),e.qZA()(),e._UZ(51,"mat-divider",8),e.TgZ(52,"div",14)(53,"h4",5),e._uU(54,"Max HTLC"),e.qZA(),e.TgZ(55,"span",6),e._uU(56),e.qZA()(),e._UZ(57,"mat-divider",8),e.TgZ(58,"div",14)(59,"h4",5),e._uU(60,"Fee Base Msat"),e.qZA(),e.TgZ(61,"span",6),e._uU(62),e.qZA()(),e._UZ(63,"mat-divider",8),e.TgZ(64,"div",14)(65,"h4",5),e._uU(66,"Fee Rate Milli Msat"),e.qZA(),e.TgZ(67,"span",6),e._uU(68),e.qZA()(),e._UZ(69,"mat-divider",8),e.TgZ(70,"div",14)(71,"h4",5),e._uU(72,"Disabled"),e.qZA(),e.TgZ(73,"span",6),e._uU(74),e.qZA()()(),e.TgZ(75,"div",10)(76,"div"),e.YNc(77,au,2,0,"h3",12),e.YNc(78,iu,2,0,"h3",12),e.qZA(),e._UZ(79,"mat-divider",8),e.TgZ(80,"div",13)(81,"h4",5),e._uU(82,"Pubkey"),e.qZA(),e.TgZ(83,"span",6),e._uU(84),e.qZA()(),e._UZ(85,"mat-divider",8),e.TgZ(86,"div",14)(87,"h4",5),e._uU(88,"Time Lock Delta"),e.qZA(),e.TgZ(89,"span",6),e._uU(90),e.qZA()(),e._UZ(91,"mat-divider",8),e.TgZ(92,"div",14)(93,"h4",5),e._uU(94,"Min HTLC"),e.qZA(),e.TgZ(95,"span",6),e._uU(96),e.qZA()(),e._UZ(97,"mat-divider",8),e.TgZ(98,"div",14)(99,"h4",5),e._uU(100,"Max HTLC"),e.qZA(),e.TgZ(101,"span",6),e._uU(102),e.qZA()(),e._UZ(103,"mat-divider",8),e.TgZ(104,"div",14)(105,"h4",5),e._uU(106,"Fee Base Msat"),e.qZA(),e.TgZ(107,"span",6),e._uU(108),e.qZA()(),e._UZ(109,"mat-divider",8),e.TgZ(110,"div",14)(111,"h4",5),e._uU(112,"Fee Rate Milli Msat"),e.qZA(),e.TgZ(113,"span",6),e._uU(114),e.qZA()(),e._UZ(115,"mat-divider",8),e.TgZ(116,"div",14)(117,"h4",5),e._uU(118,"Disabled"),e.qZA(),e.TgZ(119,"span",6),e._uU(120),e.qZA()()()()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(t.lookupResult.channel_id),e.xp6(5),e.Oqu(t.lookupResult.chan_point),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.xi3(20,39,1e3*t.lookupResult.last_update,"dd/MMM/y HH:mm")),e.xp6(6),e.Oqu(e.lcZ(26,42,t.lookupResult.capacity)),e.xp6(2),e.Q6J("inset",!0),e.xp6(4),e.Q6J("ngIf",!t.node1_match),e.xp6(1),e.Q6J("ngIf",t.node1_match),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(t.lookupResult.node1_pub),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.time_lock_delta),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.min_htlc),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.max_htlc_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.fee_base_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node1_policy?null:t.lookupResult.node1_policy.fee_rate_milli_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null!=t.lookupResult.node1_policy&&t.lookupResult.node1_policy.disabled?"Yes":"No"),e.xp6(3),e.Q6J("ngIf",!t.node2_match),e.xp6(1),e.Q6J("ngIf",t.node2_match),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(t.lookupResult.node2_pub),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.time_lock_delta),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.min_htlc),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.max_htlc_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.fee_base_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null==t.lookupResult.node2_policy?null:t.lookupResult.node2_policy.fee_rate_milli_msat),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Oqu(null!=t.lookupResult.node2_policy&&t.lookupResult.node2_policy.disabled?"Yes":"No")}}let su=(()=>{class n{constructor(t){this.store=t,this.node1_match=!1,this.node2_match=!1,this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.lookupResult.node1_pub===t.identity_pubkey&&(this.node1_match=!0),this.lookupResult.node2_pub===t.identity_pubkey&&(this.node2_match=!0)})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-lookup"]],inputs:{lookupResult:"lookupResult"},decls:1,vars:1,consts:[["fxLayout","column","class","mt-1",4,"ngIf"],["fxLayout","column",1,"mt-1"],[1,"mb-1",3,"inset"],["fxLayout","row"],["fxLayout","column","fxFlex","30","fxLayoutAlign","end start"],[1,"font-bold-500"],[1,"foreground-secondary-text"],["fxLayout","column","fxFlex","70","fxLayoutAlign","end start"],[1,"my-1",3,"inset"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start start",1,"mt-1","bordered-box","padding-gap-large"],["fxLayout","column"],["class","page-title font-bold-500",4,"ngIf"],["fxLayout","column","fxFlex","20"],["fxLayout","column","fxFlex","10"],[1,"page-title","font-bold-500"]],template:function(t,a){1&t&&e.YNc(0,ou,121,44,"div",0),2&t&&e.Q6J("ngIf",a.lookupResult)},directives:[p.O5,d.xw,X.d,d.yH,d.Wh],pipes:[p.uU,p.JJ],styles:[".mat-list-base[_ngcontent-%COMP%] .mat-list-item[_ngcontent-%COMP%], .mat-list-base[_ngcontent-%COMP%] .mat-list-option[_ngcontent-%COMP%]{height:38px!important}"]}),n})();function lu(n,i){if(1&n&&(e.TgZ(0,"mat-radio-button",17),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("value",t.id)("checked",a.selectedFieldId===t.id),e.xp6(1),e.hij(" ",t.name," ")}}function ru(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("",null==t.lookupFields[t.selectedFieldId]?null:t.lookupFields[t.selectedFieldId].placeholder," is required.")}}function cu(n,i){1&n&&e._UZ(0,"mat-progress-bar",20)}const uu=function(n){return{"w-100 mt-2 p-2 error-border":n,"w-100 my-2 p-2":!0}};function pu(n,i){if(1&n&&(e.TgZ(0,"div",18),e.YNc(1,cu,1,0,"mat-progress-bar",19),e._uU(2),e.qZA()),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(3,uu,""!==t.errorMessage&&"Getting lookup details..."!==t.errorMessage)),e.xp6(1),e.Q6J("ngIf","Getting lookup details..."===t.errorMessage),e.xp6(1),e.hij(" ",t.errorMessage," ")}}function mu(n,i){if(1&n&&(e.TgZ(0,"span",27),e._UZ(1,"rtl-node-lookup",28),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("lookupResult",t.lookupValue)}}function du(n,i){if(1&n&&(e.TgZ(0,"span",27),e._UZ(1,"rtl-channel-lookup",28),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("lookupResult",t.lookupValue)}}function _u(n,i){1&n&&(e.TgZ(0,"span",27)(1,"h3"),e._uU(2,"Error! Unable to find details!"),e.qZA()())}function hu(n,i){if(1&n&&(e.TgZ(0,"div",21)(1,"div",22)(2,"span",23),e._uU(3),e.qZA()(),e.TgZ(4,"div",24),e.YNc(5,mu,2,1,"span",25),e.YNc(6,du,2,1,"span",25),e.YNc(7,_u,3,0,"span",26),e.qZA()()),2&n){const t=e.oxw();e.xp6(3),e.hij("",t.lookupFields[t.selectedFieldId].name," Details"),e.xp6(1),e.Q6J("ngSwitch",t.selectedFieldId),e.xp6(1),e.Q6J("ngSwitchCase",0),e.xp6(1),e.Q6J("ngSwitchCase",1)}}const gu=function(n){return{"mt-1":!0,"mt-2":n}};let Ve=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.commonService=a,this.store=o,this.actions=s,this.lookupKey="",this.lookupValue={},this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Node",placeholder:"Pubkey"},{id:1,name:"Channel",placeholder:"Channel ID"}],this.faSearch=v.wn1,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.actions.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t.type===l.uR.SET_LOOKUP_LND||t.type===l.uR.UPDATE_API_CALL_STATUS_LND)).subscribe(t=>{t.type===l.uR.SET_LOOKUP_LND&&(this.errorMessage=0===this.selectedFieldId&&t.payload.hasOwnProperty("node")||1===this.selectedFieldId&&t.payload.hasOwnProperty("channel_id")?"":this.errorMessage,this.lookupValue=JSON.parse(JSON.stringify(t.payload)),this.flgSetLookupValue=!(0!==this.selectedFieldId||!t.payload.hasOwnProperty("node"))||!(1!==this.selectedFieldId||!t.payload.hasOwnProperty("channel_id")),this.logger.info(this.lookupValue)),t.type===l.uR.UPDATE_API_CALL_STATUS_LND&&"Lookup"===t.payload.action&&(this.errorMessage="",t.payload.status===l.Bn.ERROR&&(this.errorMessage="object"==typeof t.payload.message?JSON.stringify(t.payload.message):t.payload.message),t.payload.status===l.Bn.INITIATED&&(this.errorMessage=l.m6.GET_LOOKUP_DETAILS))})}onLookup(){if(!this.lookupKey)return!0;switch(this.flgSetLookupValue=!1,this.lookupValue={},this.selectedFieldId){case 0:this.store.dispatch((0,w.Sf)({payload:this.lookupKey.trim()}));break;case 1:this.store.dispatch((0,w.$A)({payload:{uiMessage:l.m6.SEARCHING_CHANNEL,channelID:this.lookupKey.trim()}}))}}onSelectChange(t){this.resetData(),this.selectedFieldId=t.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.lookupKey="",this.lookupValue={},this.errorMessage=""}clearLookupValue(){this.lookupValue={},this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lookups"]],decls:19,vars:10,consts:[["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["form","ngForm"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModel","ngModelChange","change"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"placeholder","ngModel","change","ngModelChange"],["key",""],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["mode","indeterminate"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],["fxFlex","100",4,"ngSwitchDefault"],["fxFlex","100"],[3,"lookupResult"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-content",2)(3,"form",3,4)(5,"div",5)(6,"mat-radio-group",6),e.NdJ("ngModelChange",function(s){return a.selectedFieldId=s})("change",function(s){return a.onSelectChange(s)}),e.YNc(7,lu,2,3,"mat-radio-button",7),e.qZA()(),e.TgZ(8,"mat-form-field",8)(9,"input",9,10),e.NdJ("change",function(){return a.clearLookupValue()})("ngModelChange",function(s){return a.lookupKey=s}),e.qZA(),e.YNc(11,ru,2,1,"mat-error",11),e.qZA(),e.TgZ(12,"div",12)(13,"button",13),e.NdJ("click",function(){return a.resetData()}),e._uU(14,"Clear"),e.qZA(),e.TgZ(15,"button",14),e.NdJ("click",function(){return a.onLookup()}),e._uU(16,"Lookup"),e.qZA()()(),e.YNc(17,pu,3,5,"div",15),e.YNc(18,hu,8,4,"div",16),e.qZA()()()),2&t&&(e.xp6(6),e.Q6J("ngModel",a.selectedFieldId),e.xp6(1),e.Q6J("ngForOf",a.lookupFields),e.xp6(1),e.Q6J("ngClass",e.VKq(8,gu,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.xp6(1),e.Q6J("placeholder",(null==a.lookupFields[a.selectedFieldId]?null:a.lookupFields[a.selectedFieldId].placeholder)||"Lookup Key")("ngModel",a.lookupKey),e.xp6(2),e.Q6J("ngIf",!a.lookupKey),e.xp6(6),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage&&a.lookupValue&&a.flgSetLookupValue))},directives:[d.xw,d.yH,d.Wh,Z.dn,u._Y,u.JL,u.F,se.VQ,u.JJ,u.On,p.sg,se.U0,x.KE,p.mk,k.oO,M.Nt,u.Fj,u.Q7,p.O5,x.TO,N.lW,J.pW,p.RF,p.n9,eu,su,p.ED],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}.pl-3[_ngcontent-%COMP%]{padding-left:3rem}"]}),n})();var Ze=f(6856);function fu(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Invalid date format."),e.qZA())}function Cu(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Invalid date format."),e.qZA())}function xu(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",27),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let yu=(()=>{class n{constructor(t,a,o){this.logger=t,this.store=a,this.router=o,this.faMapSigns=v.SuH,this.today=new Date(Date.now()),this.lastMonthDay=new Date(this.today.getFullYear(),this.today.getMonth()-1,this.today.getDate()+1,0,0,0),this.yesterday=new Date(this.today.getFullYear(),this.today.getMonth(),this.today.getDate()-1,0,0,0),this.endDate=this.today,this.startDate=this.lastMonthDay,this.links=[{link:"forwardinghistory",name:"Forwarding History"},{link:"peers",name:"Routing Peers"},{link:"nonroutingprs",name:"Non Routing Peers"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x,new m.x]}ngOnInit(){this.onEventsFetch();const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}onEventsFetch(){this.store.dispatch((0,w.QJ)({payload:{forwarding_events:[]}})),this.endDate||(this.endDate=this.today),this.startDate||(this.startDate=new Date(this.endDate.getFullYear(),this.endDate.getMonth()-1,this.endDate.getDate()+1,0,0,0)),this.store.dispatch((0,w.u0)({payload:{end_time:Math.round(this.endDate.getTime()/1e3).toString(),start_time:Math.round(this.startDate.getTime()/1e3).toString()}}))}resetData(){this.endDate=this.today,this.startDate=this.lastMonthDay}ngOnDestroy(){this.resetData(),this.store.dispatch((0,w.QJ)({payload:{forwarding_events:[]}})),this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-routing"]],decls:35,vars:15,consts:[["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"card-content-gap","mt-1"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mb-1",3,"ngSubmit"],["routingForm","ngForm"],["fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","49","fxLayoutAlign","start"],["matInput","","placeholder","Start Date","name","startDate","tabindex","1",3,"matDatepicker","max","ngModel","ngModelChange"],["strtDate","ngModel"],["matSuffix","",3,"for"],[3,"startAt"],["startDatepicker",""],[4,"ngIf"],["matInput","","placeholder","End Date","name","endDate","tabindex","2",3,"matDatepicker","min","max","ngModel","ngModelChange"],["enDate","ngModel"],["endDatepicker",""],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","4"],["fxLayout","row","fxFlex","100"],["mat-tab-nav-bar","","fxFlex","100"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span",3),e._uU(4,"Routing"),e.qZA()(),e.TgZ(5,"div",4)(6,"mat-card",5)(7,"mat-card-content",6)(8,"form",7,8),e.NdJ("ngSubmit",function(){return a.onEventsFetch()}),e.TgZ(10,"div",9)(11,"mat-form-field",10)(12,"input",11,12),e.NdJ("ngModelChange",function(s){return a.startDate=s}),e.qZA(),e._UZ(14,"mat-datepicker-toggle",13)(15,"mat-datepicker",14,15),e.YNc(17,fu,2,0,"mat-error",16),e.qZA(),e.TgZ(18,"mat-form-field",10)(19,"input",17,18),e.NdJ("ngModelChange",function(s){return a.endDate=s}),e.qZA(),e._UZ(21,"mat-datepicker-toggle",13)(22,"mat-datepicker",14,19),e.YNc(24,Cu,2,0,"mat-error",16),e.qZA()(),e.TgZ(25,"div",20)(26,"button",21),e.NdJ("click",function(){return a.resetData()}),e._uU(27,"Clear"),e.qZA(),e.TgZ(28,"button",22),e._uU(29,"Fetch Events"),e.qZA()()(),e.TgZ(30,"div",23)(31,"nav",24),e.YNc(32,xu,2,3,"div",25),e.qZA()(),e.TgZ(33,"div",26),e._UZ(34,"router-outlet"),e.qZA()()()()()),2&t){const o=e.MAs(13),s=e.MAs(16),r=e.MAs(20),_=e.MAs(23);e.xp6(2),e.Q6J("icon",a.faMapSigns),e.xp6(10),e.Q6J("matDatepicker",s)("max",a.today)("ngModel",a.startDate),e.xp6(2),e.Q6J("for",s),e.xp6(1),e.Q6J("startAt",a.startDate),e.xp6(2),e.Q6J("ngIf",o.errors),e.xp6(2),e.Q6J("matDatepicker",_)("min",a.startDate)("max",a.today)("ngModel",a.endDate),e.xp6(2),e.Q6J("for",_),e.xp6(1),e.Q6J("startAt",a.endDate),e.xp6(2),e.Q6J("ngIf",r.errors),e.xp6(8),e.Q6J("ngForOf",a.links)}},directives:[d.xw,d.Wh,D.BN,d.yH,Z.a8,Z.dn,u._Y,u.JL,u.F,x.KE,M.Nt,Ze.hl,Ye.F,u.Fj,u.JJ,u.On,Ze.nW,x.R9,Ze.Mq,p.O5,x.TO,K.q,N.lW,P.BU,p.sg,P.Nj,b.rH,b.lC],styles:[""]}),n})();function Tu(n,i){if(1&n&&(e.TgZ(0,"div",5),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.errorMessage)}}function vu(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",6),e._UZ(1,"div",7),e.TgZ(2,"mat-form-field",8)(3,"input",9),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().filterValue=o})("input",function(){return e.CHM(t),e.oxw().applyFilter()})("keyup",function(){return e.CHM(t),e.oxw().applyFilter()}),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("ngModel",t.filterValue)}}function bu(n,i){1&n&&e._UZ(0,"mat-progress-bar",31)}function Zu(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1,"Timestamp"),e.qZA())}function wu(n,i){if(1&n&&(e.TgZ(0,"td",33),e._uU(1),e.ALo(2,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.xi3(2,1,1e3*t.timestamp,"dd/MMM/y HH:mm"))}}function Au(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1,"Inbound Channel"),e.qZA())}function Su(n,i){if(1&n&&(e.TgZ(0,"td",33),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t.alias_in)}}function Lu(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1,"Outbound Channel"),e.qZA())}function ku(n,i){if(1&n&&(e.TgZ(0,"td",33),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(t.alias_out)}}function Fu(n,i){1&n&&(e.TgZ(0,"th",34),e._uU(1,"Inbound Amount (Sats)"),e.qZA())}function Nu(n,i){if(1&n&&(e.TgZ(0,"td",33)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.amt_in))}}function qu(n,i){1&n&&(e.TgZ(0,"th",34),e._uU(1,"Outbound Amount (Sats)"),e.qZA())}function Uu(n,i){if(1&n&&(e.TgZ(0,"td",33)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.amt_out))}}function Ou(n,i){1&n&&(e.TgZ(0,"th",34),e._uU(1,"Fee (mSats)"),e.qZA())}function Ru(n,i){if(1&n&&(e.TgZ(0,"td",33)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.fee_msat))}}function Mu(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",36)(1,"div",37)(2,"mat-select",38),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",39),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Iu(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",40)(1,"button",41),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw(2).onForwardingEventClick(r,o)}),e._uU(2,"View Info"),e.qZA()()}}function Du(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No forwarding history available."),e.qZA())}function Pu(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting forwarding history..."),e.qZA())}function Ju(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function Eu(n,i){if(1&n&&(e.TgZ(0,"td",42),e.YNc(1,Du,2,0,"p",43),e.YNc(2,Pu,2,0,"p",43),e.YNc(3,Ju,2,1,"p",43),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.forwardingHistoryEvents&&t.forwardingHistoryEvents.data)||(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Qu=function(n){return{"display-none":n}};function Yu(n,i){if(1&n&&e._UZ(0,"tr",44),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,Qu,(null==t.forwardingHistoryEvents?null:t.forwardingHistoryEvents.data)&&(null==t.forwardingHistoryEvents||null==t.forwardingHistoryEvents.data?null:t.forwardingHistoryEvents.data.length)>0))}}function Hu(n,i){1&n&&e._UZ(0,"tr",45)}function Bu(n,i){1&n&&e._UZ(0,"tr",46)}const Vu=function(){return["no_event"]};function Gu(n,i){if(1&n&&(e.TgZ(0,"div",10),e.YNc(1,bu,1,0,"mat-progress-bar",11),e.TgZ(2,"table",12,13),e.ynx(4,14),e.YNc(5,Zu,2,0,"th",15),e.YNc(6,wu,3,4,"td",16),e.BQk(),e.ynx(7,17),e.YNc(8,Au,2,0,"th",15),e.YNc(9,Su,2,1,"td",16),e.BQk(),e.ynx(10,18),e.YNc(11,Lu,2,0,"th",15),e.YNc(12,ku,2,1,"td",16),e.BQk(),e.ynx(13,19),e.YNc(14,Fu,2,0,"th",20),e.YNc(15,Nu,4,3,"td",16),e.BQk(),e.ynx(16,21),e.YNc(17,qu,2,0,"th",20),e.YNc(18,Uu,4,3,"td",16),e.BQk(),e.ynx(19,22),e.YNc(20,Ou,2,0,"th",20),e.YNc(21,Ru,4,3,"td",16),e.BQk(),e.ynx(22,23),e.YNc(23,Mu,6,0,"th",24),e.YNc(24,Iu,3,0,"td",25),e.BQk(),e.ynx(25,26),e.YNc(26,Eu,4,3,"td",27),e.BQk(),e.YNc(27,Yu,1,3,"tr",28),e.YNc(28,Hu,1,0,"tr",29),e.YNc(29,Bu,1,0,"tr",30),e.qZA()()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.forwardingHistoryEvents),e.xp6(25),e.Q6J("matFooterRowDef",e.DdM(6,Vu)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns)}}function zu(n,i){if(1&n&&e._UZ(0,"mat-paginator",47),2&n){const t=e.oxw();e.Q6J("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Ge=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.commonService=a,this.store=o,this.datePipe=s,this.eventsData=[],this.filterValue="",this.forwardingHistoryData=[],this.displayedColumns=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["timestamp","fee_msat","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["timestamp","amt_in","amt_out","fee_msat","actions"]):(this.flgSticky=!0,this.displayedColumns=["timestamp","alias_in","alias_out","amt_in","amt_out","fee_msat","actions"])}ngOnInit(){this.store.select(y.Bo).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.eventsData.length<=0&&(this.errorMessage="",this.apiCallStatus=t.apiCallStatus,(null===(a=t.apiCallStatus)||void 0===a?void 0:a.status)===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.forwardingHistoryData=t.forwardingHistory.forwarding_events||[],this.loadForwardingEventsTable(this.forwardingHistoryData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory))})}ngAfterViewInit(){this.forwardingHistoryData.length>0&&this.loadForwardingEventsTable(this.forwardingHistoryData)}ngOnChanges(t){t.eventsData&&(this.apiCallStatus={status:l.Bn.COMPLETED,action:"FetchForwardingHistory"},this.eventsData=t.eventsData.currentValue,this.forwardingHistoryData=this.eventsData,t.eventsData.firstChange||this.loadForwardingEventsTable(this.forwardingHistoryData)),t.filterValue&&!t.filterValue.firstChange&&this.applyFilter()}onForwardingEventClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Event Information",message:[[{key:"timestamp",value:t.timestamp,title:"Timestamp",width:25,type:l.Gi.DATE_TIME},{key:"amt_in",value:t.amt_in,title:"Inbound Amount (Sats)",width:25,type:l.Gi.NUMBER},{key:"amt_out",value:t.amt_out,title:"Outbound Amount (Sats)",width:25,type:l.Gi.NUMBER},{key:"fee_msat",value:t.fee_msat,title:"Fee (mSats)",width:25,type:l.Gi.NUMBER}],[{key:"alias_in",value:t.alias_in,title:"Inbound Peer Alias",width:25,type:l.Gi.STRING},{key:"chan_id_in",value:t.chan_id_in,title:"Inbound Channel ID",width:25,type:l.Gi.STRING},{key:"alias_out",value:t.alias_out,title:"Outbound Peer Alias",width:25,type:l.Gi.STRING},{key:"chan_id_out",value:t.chan_id_out,title:"Outbound Channel ID",width:25,type:l.Gi.STRING}]]}}}))}loadForwardingEventsTable(t){this.forwardingHistoryEvents=new c.by(t?[...t]:[]),this.forwardingHistoryEvents.sort=this.sort,this.forwardingHistoryEvents.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.forwardingHistoryEvents.filterPredicate=(a,o)=>{var s;return((a.timestamp?null===(s=this.datePipe.transform(new Date(1e3*a.timestamp),"dd/MMM/YYYY HH:mm"))||void 0===s?void 0:s.toLowerCase():"")+JSON.stringify(a).toLowerCase()).includes(o)},this.forwardingHistoryEvents.paginator=this.paginator,this.logger.info(this.forwardingHistoryEvents)}onDownloadCSV(){this.forwardingHistoryEvents&&this.forwardingHistoryEvents.data&&this.forwardingHistoryEvents.data.length>0&&this.commonService.downloadFile(this.forwardingHistoryEvents.data,"Forwarding-history")}applyFilter(){this.forwardingHistoryEvents&&(this.forwardingHistoryEvents.filter=this.filterValue.trim().toLowerCase())}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(p.uU))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-forwarding-history"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},inputs:{eventsData:"eventsData",filterValue:"filterValue"},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Events")}]),e.TTD],decls:5,vars:4,consts:[["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],["class","mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","name","filter","placeholder","Filter",3,"ngModel","ngModelChange","input","keyup"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",1,"overflow-auto",3,"dataSource"],["table",""],["matColumnDef","timestamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","alias_in"],["matColumnDef","alias_out"],["matColumnDef","amt_in"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","amt_out"],["matColumnDef","fee_msat"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-3","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,Tu,2,1,"div",1),e.YNc(2,vu,4,1,"div",2),e.YNc(3,Gu,30,7,"div",3),e.YNc(4,zu,1,3,"mat-paginator",4),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage))},directives:[d.xw,d.Wh,p.O5,d.yH,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,J.pW,c.BZ,A.YE,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,R.gD,R.$L,B.ey,N.lW,c.mD,c.yh,c.Ke,c.Q2,p.mk,k.oO,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.uU,p.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();const Wu=["tableIn"],Xu=["tableOut"],$u=["paginatorIn"],ju=["paginatorOut"];function Ku(n,i){if(1&n&&(e.TgZ(0,"div",3),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.errorMessage)}}function ep(n,i){1&n&&e._UZ(0,"mat-progress-bar",37)}function tp(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Channel ID"),e.qZA())}const he=function(n){return{"max-width":n}};function np(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("ngStyle",e.VKq(2,he,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.chan_id)}}function ap(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Peer Alias"),e.qZA())}function ip(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("ngStyle",e.VKq(2,he,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.alias)}}function op(n,i){1&n&&(e.TgZ(0,"th",40),e._uU(1,"Events"),e.qZA())}function sp(n,i){if(1&n&&(e.TgZ(0,"td",41)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.events))}}function lp(n,i){1&n&&(e.TgZ(0,"th",40),e._uU(1,"Total Amount (Sats)"),e.qZA())}function rp(n,i){if(1&n&&(e.TgZ(0,"td",41)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_amount))}}function cp(n,i){1&n&&(e.TgZ(0,"th",43)(1,"span",42),e._uU(2,"Actions"),e.qZA()())}function up(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",44)(1,"button",45),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw(2).onRoutingPeerClick(r,o,"in")}),e._uU(2,"View Info"),e.qZA()()}}function pp(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No incoming routing peer available."),e.qZA())}function mp(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting incoming routing peers..."),e.qZA())}function dp(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function _p(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,pp,2,0,"p",47),e.YNc(2,mp,2,0,"p",47),e.YNc(3,dp,2,1,"p",47),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersIncoming&&t.RoutingPeersIncoming.data)||(null==t.RoutingPeersIncoming||null==t.RoutingPeersIncoming.data?null:t.RoutingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersIncoming&&t.RoutingPeersIncoming.data)||(null==t.RoutingPeersIncoming||null==t.RoutingPeersIncoming.data?null:t.RoutingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersIncoming&&t.RoutingPeersIncoming.data)||(null==t.RoutingPeersIncoming||null==t.RoutingPeersIncoming.data?null:t.RoutingPeersIncoming.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const ze=function(n){return{"display-none":n}};function hp(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,ze,(null==t.RoutingPeersIncoming||null==t.RoutingPeersIncoming.data?null:t.RoutingPeersIncoming.data.length)>0))}}function gp(n,i){1&n&&e._UZ(0,"tr",49)}function fp(n,i){1&n&&e._UZ(0,"tr",50)}function Cp(n,i){1&n&&e._UZ(0,"mat-progress-bar",37)}function xp(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Channel ID"),e.qZA())}function yp(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("ngStyle",e.VKq(2,he,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.chan_id)}}function Tp(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Peer Alias"),e.qZA())}function vp(n,i){if(1&n&&(e.TgZ(0,"td",39),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("ngStyle",e.VKq(2,he,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.alias)}}function bp(n,i){1&n&&(e.TgZ(0,"th",40),e._uU(1,"Events"),e.qZA())}function Zp(n,i){if(1&n&&(e.TgZ(0,"td",41)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.events))}}function wp(n,i){1&n&&(e.TgZ(0,"th",40),e._uU(1,"Total Amount (Sats)"),e.qZA())}function Ap(n,i){if(1&n&&(e.TgZ(0,"td",41)(1,"span",42),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_amount))}}function Sp(n,i){1&n&&(e.TgZ(0,"th",43)(1,"span",42),e._uU(2,"Actions"),e.qZA()())}function Lp(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",51)(1,"button",52),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw(2).onRoutingPeerClick(r,o,"out")}),e._uU(2,"View Info"),e.qZA()()}}function kp(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No outgoing routing peer available."),e.qZA())}function Fp(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting outgoing routing peers..."),e.qZA())}function Np(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.errorMessage)}}function qp(n,i){if(1&n&&(e.TgZ(0,"td",46),e.YNc(1,kp,2,0,"p",47),e.YNc(2,Fp,2,0,"p",47),e.YNc(3,Np,2,1,"p",47),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersOutgoing&&t.RoutingPeersOutgoing.data)||(null==t.RoutingPeersOutgoing||null==t.RoutingPeersOutgoing.data?null:t.RoutingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersOutgoing&&t.RoutingPeersOutgoing.data)||(null==t.RoutingPeersOutgoing||null==t.RoutingPeersOutgoing.data?null:t.RoutingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.RoutingPeersOutgoing&&t.RoutingPeersOutgoing.data)||(null==t.RoutingPeersOutgoing||null==t.RoutingPeersOutgoing.data?null:t.RoutingPeersOutgoing.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}function Up(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw(2);e.Q6J("ngClass",e.VKq(1,ze,(null==t.RoutingPeersOutgoing||null==t.RoutingPeersOutgoing.data?null:t.RoutingPeersOutgoing.data.length)>0))}}function Op(n,i){1&n&&e._UZ(0,"tr",49)}function Rp(n,i){1&n&&e._UZ(0,"tr",50)}const Mp=function(n,i){return{"mt-2":n,"mt-1":i}},Ip=function(){return["no_incoming_event"]},Dp=function(n){return{"mt-2":n}},Pp=function(){return["no_outgoing_event"]};function Jp(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",4)(1,"div",5)(2,"div",6)(3,"div",7),e._uU(4,"Incoming"),e.qZA(),e.TgZ(5,"mat-form-field",8)(6,"input",9),e.NdJ("keyup",function(){return e.CHM(t),e.oxw().applyIncomingFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw().filterIn=o}),e.qZA()()(),e.TgZ(7,"div",10),e.YNc(8,ep,1,0,"mat-progress-bar",11),e.TgZ(9,"table",12,13),e.ynx(11,14),e.YNc(12,tp,2,0,"th",15),e.YNc(13,np,2,4,"td",16),e.BQk(),e.ynx(14,17),e.YNc(15,ap,2,0,"th",15),e.YNc(16,ip,2,4,"td",16),e.BQk(),e.ynx(17,18),e.YNc(18,op,2,0,"th",19),e.YNc(19,sp,4,3,"td",20),e.BQk(),e.ynx(20,21),e.YNc(21,lp,2,0,"th",19),e.YNc(22,rp,4,3,"td",20),e.BQk(),e.ynx(23,22),e.YNc(24,cp,3,0,"th",23),e.YNc(25,up,3,0,"td",24),e.BQk(),e.ynx(26,25),e.YNc(27,_p,4,3,"td",26),e.BQk(),e.YNc(28,hp,1,3,"tr",27),e.YNc(29,gp,1,0,"tr",28),e.YNc(30,fp,1,0,"tr",29),e.qZA()(),e._UZ(31,"mat-paginator",30,31),e.qZA(),e.TgZ(33,"div",5)(34,"div",6)(35,"div",7),e._uU(36,"Outgoing"),e.qZA(),e.TgZ(37,"mat-form-field",8)(38,"input",9),e.NdJ("keyup",function(){return e.CHM(t),e.oxw().applyOutgoingFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw().filterOut=o}),e.qZA()()(),e.TgZ(39,"div",10),e.YNc(40,Cp,1,0,"mat-progress-bar",11),e.TgZ(41,"table",32,33),e.ynx(43,14),e.YNc(44,xp,2,0,"th",15),e.YNc(45,yp,2,4,"td",16),e.BQk(),e.ynx(46,17),e.YNc(47,Tp,2,0,"th",15),e.YNc(48,vp,2,4,"td",16),e.BQk(),e.ynx(49,18),e.YNc(50,bp,2,0,"th",19),e.YNc(51,Zp,4,3,"td",20),e.BQk(),e.ynx(52,21),e.YNc(53,wp,2,0,"th",19),e.YNc(54,Ap,4,3,"td",20),e.BQk(),e.ynx(55,22),e.YNc(56,Sp,3,0,"th",23),e.YNc(57,Lp,3,0,"td",34),e.BQk(),e.ynx(58,35),e.YNc(59,qp,4,3,"td",26),e.BQk(),e.YNc(60,Up,1,3,"tr",27),e.YNc(61,Op,1,0,"tr",28),e.YNc(62,Rp,1,0,"tr",29),e.qZA()(),e._UZ(63,"mat-paginator",30,36),e.qZA()()}if(2&n){const t=e.oxw();e.xp6(2),e.Q6J("ngClass",e.WLB(22,Mp,t.screenSize===t.screenSizeEnum.XS,t.screenSize===t.screenSizeEnum.SM)),e.xp6(4),e.Q6J("ngModel",t.filterIn),e.xp6(2),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.RoutingPeersIncoming),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(25,Ip)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns),e.xp6(1),e.Q6J("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS),e.xp6(3),e.Q6J("ngClass",e.VKq(26,Dp,t.screenSize!==t.screenSizeEnum.LG)),e.xp6(4),e.Q6J("ngModel",t.filterOut),e.xp6(2),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.RoutingPeersOutgoing),e.xp6(19),e.Q6J("matFooterRowDef",e.DdM(28,Pp)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns),e.xp6(1),e.Q6J("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let Ep=(()=>{class n{constructor(t,a,o){this.logger=t,this.commonService=a,this.store=o,this.routingPeersData=[],this.displayedColumns=[],this.RoutingPeersIncoming=new c.by([]),this.RoutingPeersOutgoing=new c.by([]),this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.filterIn="",this.filterOut="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["chan_id","events","actions"]):this.screenSize===l.cu.SM||this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["chan_id","alias","events","total_amount"]):(this.flgSticky=!0,this.displayedColumns=["chan_id","alias","events","total_amount"])}ngOnInit(){this.store.select(y.Bo).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.errorMessage="",this.apiCallStatus=t.apiCallStatus,(null===(a=t.apiCallStatus)||void 0===a?void 0:a.status)===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=t.forwardingHistory.forwarding_events?t.forwardingHistory.forwarding_events:[],this.routingPeersData.length>0&&this.sortIn&&this.paginatorIn&&this.sortOut&&this.paginatorOut&&this.loadRoutingPeersTable(this.routingPeersData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.loadRoutingPeersTable(this.routingPeersData)}onRoutingPeerClick(t,a,o){let s=" Routing Information";s="in"===o?"Incoming"+s:"Outgoing"+s,this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:s,message:[[{key:"chan_id",value:t.chan_id,title:"Channel ID",width:50,type:l.Gi.STRING},{key:"alias",value:t.alias,title:"Peer Alias",width:50,type:l.Gi.STRING}],[{key:"events",value:t.events,title:"Events",width:50,type:l.Gi.NUMBER},{key:"total_amount",value:t.total_amount,title:"Total Amount (Sats)",width:50,type:l.Gi.NUMBER}]]}}}))}loadRoutingPeersTable(t){if(t.length>0){const a=this.groupRoutingPeers(t);this.RoutingPeersIncoming=new c.by(a[0]),this.RoutingPeersIncoming.sort=this.sortIn,this.RoutingPeersIncoming.filterPredicate=(o,s)=>JSON.stringify(o).toLowerCase().includes(s),this.RoutingPeersIncoming.paginator=this.paginatorIn,this.logger.info(this.RoutingPeersIncoming),this.RoutingPeersOutgoing=new c.by(a[1]),this.RoutingPeersOutgoing.sort=this.sortOut,this.RoutingPeersOutgoing.filterPredicate=(o,s)=>JSON.stringify(o).toLowerCase().includes(s),this.RoutingPeersOutgoing.paginator=this.paginatorOut,this.logger.info(this.RoutingPeersOutgoing)}else this.RoutingPeersIncoming=new c.by([]),this.RoutingPeersOutgoing=new c.by([]);this.applyIncomingFilter(),this.applyOutgoingFilter()}groupRoutingPeers(t){const a=[],o=[];return t.forEach(s=>{const r=a.find(g=>g.chan_id===s.chan_id_in),_=o.find(g=>g.chan_id===s.chan_id_out);r?(r.events++,r.total_amount=+r.total_amount+ +(s.amt_in||0)):a.push({chan_id:s.chan_id_in,alias:s.alias_in,events:1,total_amount:+(s.amt_in||0)}),_?(_.events++,_.total_amount=+_.total_amount+ +(s.amt_out||0)):o.push({chan_id:s.chan_id_out,alias:s.alias_out,events:1,total_amount:+(s.amt_out||0)})}),[this.commonService.sortDescByKey(a,"total_amount"),this.commonService.sortDescByKey(o,"total_amount")]}applyIncomingFilter(){this.RoutingPeersIncoming.filter=this.filterIn.toLowerCase()}applyOutgoingFilter(){this.RoutingPeersOutgoing.filter=this.filterOut.toLowerCase()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-routing-peers"]],viewQuery:function(t,a){if(1&t&&(e.Gf(Wu,5,A.YE),e.Gf(Xu,5,A.YE),e.Gf($u,5),e.Gf(ju,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sortIn=o.first),e.iGM(o=e.CRH())&&(a.sortOut=o.first),e.iGM(o=e.CRH())&&(a.paginatorIn=o.first),e.iGM(o=e.CRH())&&(a.paginatorOut=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Routing peers")}])],decls:3,vars:2,consts:[["fxLayout","column","fxLayoutAlign","start stretch",1,"padding-gap-x"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between start","class","page-sub-title-container",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayout.gt-md","row","fxFlex","100","fxLayoutAlign","space-between start",1,"page-sub-title-container"],["fxLayout","column","fxFlex","49","fxLayoutAlign","start stretch",1,"mb-4"],["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"page-sub-title-container","w-100",3,"ngClass"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto","incoming-table",3,"dataSource"],["tableIn",""],["matColumnDef","chan_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","alias"],["matColumnDef","events"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","total_amount"],["matColumnDef","actions"],["mat-header-cell","","class","pr-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-2","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_incoming_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["paginatorIn",""],["mat-table","","matSort","",1,"overflow-auto","outgoing-table",3,"dataSource"],["tableOut",""],["mat-cell","","class","pl-2",4,"matCellDef"],["matColumnDef","no_outgoing_event"],["paginatorOut",""],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-cell",""],["fxLayoutAlign","end center"],["mat-header-cell","",1,"pr-3"],["mat-cell","","fxLayoutAlign","end center",1,"pl-2"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""],["mat-cell","",1,"pl-2"],["mat-stroked-button","","color","primary","type","button","tabindex","5",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,Ku,2,1,"div",1),e.YNc(2,Jp,65,29,"div",2),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage))},directives:[d.xw,d.Wh,p.O5,d.yH,p.mk,k.oO,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,J.pW,c.BZ,A.YE,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,N.lW,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-chan_id[_ngcontent-%COMP%], .mat-column-alias[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function Qp(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",7),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let Yp=(()=>{class n{constructor(t){this.router=t,this.faChartBar=v.koM,this.links=[{link:"routingreport",name:"Routing"},{link:"transactions",name:"Transactions"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-reports"]],decls:10,vars:2,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Reports"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,Qp,2,3,"div",6),e.qZA(),e._UZ(9,"router-outlet"),e.qZA()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faChartBar),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.BU,p.sg,P.Nj,b.rH,b.lC],styles:[""]}),n})();var We=f(7671),Xe=f(1210);function Hp(n,i){1&n&&e._UZ(0,"mat-progress-bar",16)}function Bp(n,i){if(1&n&&(e.TgZ(0,"div",17),e._uU(1),e.ALo(2,"number"),e.ALo(3,"number"),e.qZA()),2&n){const t=e.oxw();e.Q6J("@fadeIn",t.events.total_fee_msat),e.xp6(1),e.AsE("",e.xi3(2,3,t.events.total_fee_msat/1e3||0,"1.0-2")," Sats/",e.lcZ(3,6,(null==t.events||null==t.events.forwarding_events?null:t.events.forwarding_events.length)||0)," Events")}}function Vp(n,i){1&n&&(e.TgZ(0,"div",18),e._uU(1,"No routing report for the selected period"),e.qZA())}const Gp=function(n){return{"error-border":n}};function zp(n,i){if(1&n&&(e.TgZ(0,"div",19),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(2,Gp,"Getting Forwarding History..."!==t.errorMessage&&""!==t.errorMessage)),e.xp6(1),e.Oqu(t.errorMessage)}}function Wp(n,i){if(1&n&&(e.TgZ(0,"span")(1,"span",22),e._uU(2),e.ALo(3,"number"),e.qZA(),e.TgZ(4,"span",22),e._uU(5),e.ALo(6,"number"),e.qZA()()),2&n){const t=i.model,a=e.oxw(2);e.xp6(2),e.hij("Events: ",e.lcZ(3,2,(a.selReportBy===a.reportBy.EVENTS?t.value:t.extra.totalEvents)||0),""),e.xp6(3),e.hij("Fee: ",e.xi3(6,4,(a.selReportBy===a.reportBy.EVENTS?t.extra.totalFees:t.value)||0,"1.0-2"),"")}}function Xp(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"ngx-charts-bar-vertical",20),e.NdJ("select",function(o){return e.CHM(t),e.oxw().onChartBarSelected(o)})("mouseup",function(o){return e.CHM(t),e.oxw().onChartMouseUp(o)}),e.YNc(1,Wp,7,7,"ng-template",null,21,e.W1O),e.qZA()}if(2&n){const t=e.oxw();e.Q6J("view",t.view)("results",t.routingReportData)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",t.showYAxisLabel)("xAxisLabel",t.xAxisLabel)("yAxisLabel",t.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)}}function $p(n,i){if(1&n&&e._UZ(0,"rtl-forwarding-history",23),2&n){const t=e.oxw();e.Q6J("eventsData",null==t.events?null:t.events.forwarding_events)("filterValue",t.eventFilterValue)}}let jp=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.dataService=a,this.commonService=o,this.store=s,this.reportPeriod=l.op[0],this.secondsInADay=86400,this.events={},this.eventFilterValue="",this.reportBy=l.Xr,this.selReportBy=l.Xr.FEES,this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.routingReportData=[],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Fee (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.unSubs=[new m.x,new m.x,new m.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===l.cu.XS||this.screenSize===l.cu.SM),this.store.select(y.Q5).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{t.identity_pubkey&&setTimeout(()=>{this.fetchEvents(this.startDate,this.endDate)},10)}),this.commonService.containerSizeUpdated.pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{switch(this.screenSize){case l.cu.MD:this.screenPaddingX=t.width/10;break;case l.cu.LG:this.screenPaddingX=t.width/16;break;default:this.screenPaddingX=t.width/20}this.view=[t.width-this.screenPaddingX,t.height/2.2],this.logger.info("Container Size: "+JSON.stringify(t)),this.logger.info("View: "+JSON.stringify(this.view))})}fetchEvents(t,a){this.errorMessage=l.m6.GET_FORWARDING_HISTORY;const o=Math.round(t.getTime()/1e3).toString(),s=Math.round(a.getTime()/1e3).toString();this.dataService.getForwardingHistory("LND",o,s).pipe((0,h.R)(this.unSubs[2])).subscribe({next:r=>{this.errorMessage="",r.forwarding_events&&r.forwarding_events.length?(r.forwarding_events=r.forwarding_events.reverse(),this.events=r,this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(t):this.prepareFeeReport(t)):(this.events={forwarding_events:[],total_fee_msat:0},this.routingReportData=[])},error:r=>{this.errorMessage=r}})}onChartMouseUp(t){"svg"===t.srcElement.tagName&&t.srcElement.classList.length>0&&"ngx-charts"===t.srcElement.classList[0]&&(this.eventFilterValue="")}onChartBarSelected(t){this.eventFilterValue=this.reportPeriod===l.op[1]?t.name+"/"+this.startDate.getFullYear():t.name.toString().padStart(2,"0")+"/"+l.gg[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}prepareFeeReport(t){var a,o;const s=Math.round(t.getTime()/1e3),r=[];if(this.events.total_fee_msat=0,this.reportPeriod===l.op[1]){for(let _=0;_<12;_++)r.push({name:l.gg[_].name,value:0,extra:{totalEvents:0}});null===(a=this.events.forwarding_events)||void 0===a||a.map(_=>{const g=new Date(1e3*+(_.timestamp||0)).getMonth();return r[g].value=r[g].value+ +(_.fee_msat||0)/1e3,r[g].extra.totalEvents=r[g].extra.totalEvents+1,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(_.fee_msat||0),this.events})}else{for(let _=0;_{const g=Math.floor((+(_.timestamp||0)-s)/this.secondsInADay);return r[g].value=r[g].value+ +(_.fee_msat||0)/1e3,r[g].extra.totalEvents=r[g].extra.totalEvents+1,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(_.fee_msat||0),this.events})}return r}prepareEventsReport(t){var a,o;const s=Math.round(t.getTime()/1e3),r=[];if(this.events.total_fee_msat=0,this.reportPeriod===l.op[1]){for(let _=0;_<12;_++)r.push({name:l.gg[_].name,value:0,extra:{totalFees:0}});null===(a=this.events.forwarding_events)||void 0===a||a.map(_=>{const g=new Date(1e3*+(_.timestamp||0)).getMonth();return r[g].value=r[g].value+1,r[g].extra.totalFees=r[g].extra.totalFees+ +(_.fee_msat||0)/1e3,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(_.fee_msat||0),this.events})}else{for(let _=0;_{const g=Math.floor((+(_.timestamp||0)-s)/this.secondsInADay);return r[g].value=r[g].value+1,r[g].extra.totalFees=r[g].extra.totalFees+ +(_.fee_msat||0)/1e3,this.events.total_fee_msat=(this.events.total_fee_msat?this.events.total_fee_msat:0)+ +(_.fee_msat||0),this.events})}return r}onSelectionChange(t){const a=t.selDate.getMonth(),o=t.selDate.getFullYear();this.reportPeriod=t.selScrollRange,this.reportPeriod===l.op[1]?(this.startDate=new Date(o,0,1,0,0,0),this.endDate=new Date(o,11,31,23,59,59)):(this.startDate=new Date(o,a,1,0,0,0),this.endDate=new Date(o,a,this.getMonthDays(a,o),23,59,59)),this.fetchEvents(this.startDate,this.endDate),this.eventFilterValue=""}getMonthDays(t,a){return 1===t&&a%4==0?l.gg[t].days+1:l.gg[t].days}onSelReportByChange(){this.yAxisLabel=this.selReportBy===this.reportBy.EVENTS?"Events":"Fee (Sats)",this.routingReportData=this.selReportBy===this.reportBy.EVENTS?this.prepareEventsReport(this.startDate):this.prepareFeeReport(this.startDate)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(ee.D),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-routing-report"]],hostBindings:function(t,a){1&t&&e.NdJ("mouseup",function(s){return a.onChartMouseUp(s)})},decls:20,vars:9,consts:[["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],[3,"stepChanged"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-x"],["color","primary","name","selReportBy","fxFlex","100","fxLayoutAlign","start start",1,"my-1",3,"ngModel","ngModelChange","change"],[1,"mr-2"],["tabindex","1",1,"mr-2",3,"value"],["tabindex","2",3,"value"],["mode","indeterminate","class","mt-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x","my-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",3,"ngClass",4,"ngIf"],[1,"mt-1"],["class","one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],[3,"eventsData","filterValue",4,"ngIf"],["mode","indeterminate",1,"mt-2"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1",3,"ngClass"],[1,"one-color",3,"view","results","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","select","mouseup"],["tooltipTemplate",""],[1,"tooltip-label"],[3,"eventsData","filterValue"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"rtl-horizontal-scroller",1),e.NdJ("stepChanged",function(s){return a.onSelectionChange(s)}),e.qZA(),e.TgZ(2,"div",2)(3,"mat-radio-group",3),e.NdJ("ngModelChange",function(s){return a.selReportBy=s})("change",function(){return a.onSelReportByChange()}),e.TgZ(4,"span",4),e._uU(5,"Report By: "),e.qZA(),e.TgZ(6,"mat-radio-button",5),e._uU(7,"Fees"),e.qZA(),e.TgZ(8,"mat-radio-button",6),e._uU(9,"Events"),e.qZA()()(),e.YNc(10,Hp,1,0,"mat-progress-bar",7),e.TgZ(11,"div",8),e.YNc(12,Bp,4,8,"div",9),e.YNc(13,Vp,2,0,"div",10),e.YNc(14,zp,2,4,"div",11),e.TgZ(15,"div",12),e.YNc(16,Xp,3,11,"ngx-charts-bar-vertical",13),e.qZA()(),e.TgZ(17,"div",14)(18,"div",12),e.YNc(19,$p,1,2,"rtl-forwarding-history",15),e.qZA()()()),2&t&&(e.xp6(3),e.Q6J("ngModel",a.selReportBy),e.xp6(3),e.s9C("value",a.reportBy.FEES),e.xp6(2),e.s9C("value",a.reportBy.EVENTS),e.xp6(2),e.Q6J("ngIf","Getting Forwarding History..."===a.errorMessage),e.xp6(2),e.Q6J("ngIf",a.routingReportData.length>0&&a.events.forwarding_events&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0),e.xp6(1),e.Q6J("ngIf",(a.routingReportData.length<=0||a.events.forwarding_events.length<=0)&&""===a.errorMessage),e.xp6(1),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(2),e.Q6J("ngIf",a.routingReportData.length>0&&a.events.forwarding_events&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0),e.xp6(3),e.Q6J("ngIf",a.events&&(null==a.events?null:a.events.forwarding_events)&&a.events.forwarding_events.length&&a.events.forwarding_events.length>0))},directives:[d.xw,d.Wh,d.yH,We.D,se.VQ,u.JJ,u.On,se.U0,p.O5,J.pW,p.mk,k.oO,Xe.K$,Ge],pipes:[p.JJ],styles:[""],data:{animation:[ve.J]}}),n})();var Kp=f(165);function em(n,i){1&n&&(e.TgZ(0,"div",11),e._UZ(1,"mat-progress-bar",12),e.TgZ(2,"span"),e._uU(3,"Getting transactions data..."),e.qZA()())}function tm(n,i){if(1&n&&(e.TgZ(0,"div",13),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.errorMessage)}}function nm(n,i){if(1&n&&(e.TgZ(0,"div",16),e._uU(1),e.ALo(2,"number"),e.ALo(3,"number"),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.AsE(" Paid ",e.xi3(2,2,t.transactionsReportSummary.amountPaidSelectedPeriod/1e3||0,"1.0-2")," Sats/",e.lcZ(3,5,t.transactionsReportSummary.paymentsSelectedPeriod)," Payments ")}}function am(n,i){if(1&n&&(e.TgZ(0,"div",16),e._uU(1),e.ALo(2,"number"),e.ALo(3,"number"),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.AsE(" Received ",e.xi3(2,2,t.transactionsReportSummary.amountReceivedSelectedPeriod/1e3||0,"1.0-2")," Sats/",e.lcZ(3,5,t.transactionsReportSummary.invoicesSelectedPeriod)," Invoices ")}}function im(n,i){if(1&n&&(e.TgZ(0,"div",14),e.YNc(1,nm,4,7,"div",15),e.YNc(2,am,4,7,"div",15),e.qZA()),2&n){const t=e.oxw();e.Q6J("@fadeIn",t.transactionsReportSummary),e.xp6(1),e.Q6J("ngIf",t.transactionsReportSummary.paymentsSelectedPeriod>0),e.xp6(1),e.Q6J("ngIf",t.transactionsReportSummary.invoicesSelectedPeriod)}}function om(n,i){1&n&&(e.TgZ(0,"div",17),e._uU(1,"No transactions report for the selected period"),e.qZA())}function sm(n,i){if(1&n&&(e.TgZ(0,"span",21),e._uU(1),e.ALo(2,"number"),e.ALo(3,"number"),e.qZA()),2&n){const t=i.model;e.xp6(1),e.HOy("",t.name,": ",e.xi3(2,4,t.value||0,"1.0-2"),"/# ","Paid"===t.name?"Payments":"Invoices",": ",e.lcZ(3,7,(null==t.extra?null:t.extra.total)||0),"")}}function lm(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"ngx-charts-bar-vertical-2d",19),e.NdJ("select",function(o){return e.CHM(t),e.oxw(2).onChartBarSelected(o)})("mouseup",function(o){return e.CHM(t),e.oxw(2).onChartMouseUp(o)}),e.YNc(1,sm,4,9,"ng-template",null,20,e.W1O),e.qZA()}if(2&n){const t=e.oxw(2);e.Q6J("view",t.view)("results",t.transactionsReportData)("noBarWhenZero",!1)("gradient",!1)("xAxis",!0)("yAxis",!0)("showXAxisLabel",!0)("showYAxisLabel",t.showYAxisLabel)("xAxisLabel",t.xAxisLabel)("yAxisLabel",t.yAxisLabel)("showGridLines",!1)("showDataLabel",!1)("groupPadding",t.reportPeriod===t.scrollRanges[0]?2:8)}}function rm(n,i){if(1&n&&(e.TgZ(0,"div",9),e.YNc(1,lm,3,13,"ngx-charts-bar-vertical-2d",18),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",t.transactionsReportData.length>0&&t.transactionsNonZeroReportData.length>0)}}function cm(n,i){if(1&n&&e._UZ(0,"rtl-transactions-report-table",22),2&n){const t=e.oxw();e.Q6J("dataList",t.transactionsNonZeroReportData)("dataRange",t.reportPeriod)("filterValue",t.transactionFilterValue)}}let um=(()=>{class n{constructor(t,a,o){this.logger=t,this.commonService=a,this.store=o,this.scrollRanges=l.op,this.reportPeriod=l.op[0],this.secondsInADay=86400,this.payments=[],this.invoices=[],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0},this.transactionFilterValue="",this.today=new Date(Date.now()),this.startDate=new Date(this.today.getFullYear(),this.today.getMonth(),1,0,0,0),this.endDate=new Date(this.today.getFullYear(),this.today.getMonth(),this.getMonthDays(this.today.getMonth(),this.today.getFullYear()),23,59,59),this.transactionsReportData=[{date:"",name:"1",series:[{extra:{total:0},name:"Paid",value:0},{extra:{total:0},name:"Received",value:0}]}],this.transactionsNonZeroReportData=[{amount_paid:0,amount_received:0,date:"",num_invoices:0,num_payments:0}],this.view=[350,350],this.screenPaddingX=100,this.gradient=!0,this.xAxisLabel="Date",this.yAxisLabel="Amount (Sats)",this.showYAxisLabel=!0,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.showYAxisLabel=!(this.screenSize===l.cu.XS||this.screenSize===l.cu.SM),this.store.select(y.l5).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{t.apiCallStatus.status===l.Bn.UN_INITIATED&&this.store.dispatch((0,w.Jo)()),this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.payments=t.allLightningTransactions.listPaymentsAll.payments||[],this.invoices=t.allLightningTransactions.listInvoicesAll.invoices||[],(this.payments.length>0||this.invoices.length>0)&&(this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData()),this.logger.info(t)}),this.commonService.containerSizeUpdated.pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{switch(this.screenSize){case l.cu.MD:this.screenPaddingX=t.width/10;break;case l.cu.LG:this.screenPaddingX=t.width/16;break;default:this.screenPaddingX=t.width/20}this.view=[t.width-this.screenPaddingX,t.height/2.2],this.logger.info("Container Size: "+JSON.stringify(t)),this.logger.info("View: "+JSON.stringify(this.view))})}onChartMouseUp(t){"svg"===t.srcElement.tagName&&t.srcElement.classList.length>0&&"ngx-charts"===t.srcElement.classList[0]&&(this.transactionFilterValue="")}onChartBarSelected(t){this.transactionFilterValue=this.reportPeriod===l.op[1]?t.series+"/"+this.startDate.getFullYear():t.series.toString().padStart(2,"0")+"/"+l.gg[this.startDate.getMonth()].name+"/"+this.startDate.getFullYear()}filterTransactionsForSelectedPeriod(t,a){var o,s;const r=Math.round(t.getTime()/1e3),_=Math.round(a.getTime()/1e3),g=[];this.transactionsNonZeroReportData=[],this.transactionsReportSummary={paymentsSelectedPeriod:0,invoicesSelectedPeriod:0,amountPaidSelectedPeriod:0,amountReceivedSelectedPeriod:0};const C=null===(o=this.payments)||void 0===o?void 0:o.filter(T=>"SUCCEEDED"===T.status&&T.creation_date&&T.creation_date>=r&&T.creation_date<_),I=null===(s=this.invoices)||void 0===s?void 0:s.filter(T=>T.settled&&T.creation_date&&+T.creation_date>=r&&+T.creation_date<_);if(this.transactionsReportSummary.paymentsSelectedPeriod=C.length,this.transactionsReportSummary.invoicesSelectedPeriod=I.length,this.reportPeriod===l.op[1]){for(let T=0;T<12;T++)g.push({name:l.gg[T].name,date:new Date(t.getFullYear(),T,1,0,0,0,0),series:[{name:"Paid",value:0,extra:{total:0}},{name:"Received",value:0,extra:{total:0}}]});null==C||C.map(T=>{const Q=new Date(1e3*+(T.creation_date||0)).getMonth();return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+ +(T.value_msat||0)+ +(T.fee_msat||0),g[Q].series[0].value=g[Q].series[0].value+(+(T.value_msat||0)+ +(T.fee_msat||0))/1e3,g[Q].series[0].extra.total=g[Q].series[0].extra.total+1,this.transactionsReportSummary}),null==I||I.map(T=>{const Q=new Date(1e3*+(T.creation_date||0)).getMonth();return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+ +(T.amt_paid_msat||0),g[Q].series[1].value=g[Q].series[1].value+ +(T.amt_paid_msat||0)/1e3,g[Q].series[1].extra.total=g[Q].series[1].extra.total+1,this.transactionsReportSummary})}else{for(let T=0;T{const Q=Math.floor((+(T.creation_date||0)-r)/this.secondsInADay);return this.transactionsReportSummary.amountPaidSelectedPeriod=this.transactionsReportSummary.amountPaidSelectedPeriod+ +(T.value_msat||0)+ +(T.fee_msat||0),g[Q].series[0].value=g[Q].series[0].value+(+(T.value_msat||0)+ +(T.fee_msat||0))/1e3,g[Q].series[0].extra.total=g[Q].series[0].extra.total+1,this.transactionsReportSummary}),null==I||I.map(T=>{const Q=Math.floor((+(T.creation_date||0)-r)/this.secondsInADay);return this.transactionsReportSummary.amountReceivedSelectedPeriod=this.transactionsReportSummary.amountReceivedSelectedPeriod+ +(T.amt_paid_msat||0),g[Q].series[1].value=g[Q].series[1].value+ +(T.amt_paid_msat||0)/1e3,g[Q].series[1].extra.total=g[Q].series[1].extra.total+1,this.transactionsReportSummary})}return g}prepareTableData(){var t;return null===(t=this.transactionsReportData)||void 0===t?void 0:t.reduce((a,o)=>o.series[0].extra.total>0||o.series[1].extra.total>0?a.concat({date:o.date,amount_paid:o.series[0].value,num_payments:o.series[0].extra.total,amount_received:o.series[1].value,num_invoices:o.series[1].extra.total}):a,[])}onSelectionChange(t){const a=t.selDate.getMonth(),o=t.selDate.getFullYear();this.reportPeriod=t.selScrollRange,this.reportPeriod===l.op[1]?(this.startDate=new Date(o,0,1,0,0,0),this.endDate=new Date(o,11,31,23,59,59)):(this.startDate=new Date(o,a,1,0,0,0),this.endDate=new Date(o,a,this.getMonthDays(a,o),23,59,59)),this.transactionsReportData=this.filterTransactionsForSelectedPeriod(this.startDate,this.endDate),this.transactionsNonZeroReportData=this.prepareTableData(),this.transactionFilterValue=""}getMonthDays(t,a){return 1===t&&a%4==0?l.gg[t].days+1:l.gg[t].days}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-transactions-report"]],hostBindings:function(t,a){1&t&&e.NdJ("mouseup",function(s){return a.onChartMouseUp(s)})},decls:11,vars:6,consts:[["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x-large"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"padding-gap-x"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],[3,"stepChanged"],["class","p-2",4,"ngIf"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 font-bold-700 mt-1",4,"ngIf"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100","class","font-size-120 mt-1",4,"ngIf"],["class","mt-1",4,"ngIf"],[1,"mt-1"],[3,"dataList","dataRange","filterValue",4,"ngIf"],[1,"p-2"],["mode","indeterminate"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","font-bold-700","mt-1"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","column","fxLayoutAlign","center center","fxFlex","100",1,"font-size-120","mt-1"],["class","two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup",4,"ngIf"],[1,"two-color",3,"view","results","noBarWhenZero","gradient","xAxis","yAxis","showXAxisLabel","showYAxisLabel","xAxisLabel","yAxisLabel","showGridLines","showDataLabel","groupPadding","select","mouseup"],["tooltipTemplate",""],[1,"tooltip-label"],[3,"dataList","dataRange","filterValue"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"rtl-horizontal-scroller",3),e.NdJ("stepChanged",function(s){return a.onSelectionChange(s)}),e.qZA(),e.YNc(4,em,4,0,"div",4),e.YNc(5,tm,2,1,"div",5),e.YNc(6,im,3,3,"div",6),e.YNc(7,om,2,0,"div",7),e.YNc(8,rm,2,1,"div",8),e.TgZ(9,"div",9),e.YNc(10,cm,1,3,"rtl-transactions-report-table",10),e.qZA()()()()),2&t&&(e.xp6(4),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.ERROR),e.xp6(1),e.Q6J("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",a.transactionsNonZeroReportData.length<=0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED),e.xp6(2),e.Q6J("ngIf",a.transactionsNonZeroReportData.length>0&&a.apiCallStatus.status===a.apiCallStatusEnum.COMPLETED))},directives:[d.xw,d.Wh,d.yH,We.D,p.O5,J.pW,Xe.H5,Kp.g],pipes:[p.JJ],styles:[""],data:{animation:[ve.J]}}),n})();const pm=["form"];function mm(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"UTXO Label is required."),e.qZA())}function dm(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.labelError)}}function _m(n,i){if(1&n&&(e.TgZ(0,"div",16),e._UZ(1,"fa-icon",17),e.YNc(2,dm,2,1,"span",11),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.labelError)}}let hm=(()=>{class n{constructor(t,a,o,s,r,_){this.dialogRef=t,this.data=a,this.dataService=o,this.store=s,this.snackBar=r,this.commonService=_,this.faExclamationTriangle=v.eHv,this.utxo=null,this.label="",this.labelError="",this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.utxo=this.data.utxo,this.label=this.utxo.label||""}onLabelUTXO(){if(!this.label||""===this.label)return!0;this.labelError="",this.dataService.labelUTXO(this.utxo&&this.utxo.outpoint&&this.utxo.outpoint.txid_bytes?this.utxo.outpoint.txid_bytes:"",this.label,!0).pipe((0,h.R)(this.unSubs[0])).subscribe({next:t=>{this.store.dispatch((0,w.mC)()),this.store.dispatch((0,w.Ly)()),this.snackBar.open("Successfully labelled the UTXO."),this.dialogRef.close()},error:t=>{this.labelError=t}})}resetData(){this.labelError="",this.label=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(ee.D),e.Y36(L.yh),e.Y36(ae.ux),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-lebel-modal"]],viewQuery:function(t,a){if(1&t&&e.Gf(pm,7),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first)}},decls:20,vars:4,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["form","ngForm"],["fxFlex.gt-sm","100"],["autoFocus","","matInput","","placeholder","UTXO Label","name","label","tabindex","1","required","",3,"ngModel","ngModelChange"],[4,"ngIf"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Label UTXO"),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8),e.NdJ("submit",function(){return a.onLabelUTXO()})("reset",function(){return a.resetData()}),e.TgZ(11,"mat-form-field",9)(12,"input",10),e.NdJ("ngModelChange",function(s){return a.label=s}),e.qZA(),e.YNc(13,mm,2,0,"mat-error",11),e.qZA(),e.YNc(14,_m,3,2,"div",12),e.TgZ(15,"div",13)(16,"button",14),e._uU(17,"Clear"),e.qZA(),e.TgZ(18,"button",15),e._uU(19,"Label UTXO"),e.qZA()()()()()()),2&t&&(e.xp6(6),e.Q6J("mat-dialog-close",!1),e.xp6(6),e.Q6J("ngModel",a.label),e.xp6(1),e.Q6J("ngIf",!a.label),e.xp6(1),e.Q6J("ngIf",""!==a.labelError))},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,E.ZT,Z.dn,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,p.O5,x.TO,D.BN],styles:[""]}),n})();function gm(n,i){1&n&&e._UZ(0,"mat-progress-bar",28)}function fm(n,i){1&n&&(e.TgZ(0,"th",29),e._uU(1," Transaction ID "),e.qZA())}function Cm(n,i){1&n&&(e.TgZ(0,"span",35)(1,"mat-icon",36),e._uU(2,"warning"),e.qZA()())}function xm(n,i){if(1&n&&(e.TgZ(0,"span"),e.YNc(1,Cm,3,0,"span",34),e.qZA()),2&n){const t=e.oxw().$implicit;e.oxw();const a=e.MAs(34);e.xp6(1),e.Q6J("ngIf",t.amount_sat<1e3)("ngIfElse",a)}}const $e=function(n){return{"max-width":n}};function ym(n,i){if(1&n&&(e.TgZ(0,"td",30)(1,"span",31),e.YNc(2,xm,2,2,"span",32),e.TgZ(3,"span",33),e._uU(4),e.qZA()()()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(3,$e,a.screenSize===a.screenSizeEnum.XS?"12rem":"25rem")),e.xp6(2),e.Q6J("ngIf",a.utxos.length>0&&a.dustUtxos.length>0&&!a.isDustUTXO),e.xp6(2),e.Oqu(t.outpoint.txid_str)}}function Tm(n,i){1&n&&(e.TgZ(0,"th",37),e._uU(1," Output "),e.qZA())}function vm(n,i){if(1&n&&(e.TgZ(0,"td",38)(1,"span",39),e._uU(2),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(t.outpoint.output_index)}}function bm(n,i){1&n&&(e.TgZ(0,"th",29),e._uU(1," Label "),e.qZA())}function Zm(n,i){if(1&n&&(e.TgZ(0,"td",30),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,$e,a.screenSize===a.screenSizeEnum.XS?"12rem":"25rem")),e.xp6(1),e.hij(" ",null==t?null:t.label," ")}}function wm(n,i){1&n&&(e.TgZ(0,"th",37),e._uU(1," Amount (Sats) "),e.qZA())}function Am(n,i){if(1&n&&(e.TgZ(0,"td",38)(1,"span",39),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.amount_sat||0))}}function Sm(n,i){1&n&&(e.TgZ(0,"th",37),e._uU(1," Confirmations "),e.qZA())}function Lm(n,i){if(1&n&&(e.TgZ(0,"td",38)(1,"span",39),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.confirmations||0))}}function km(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",40)(1,"div",41)(2,"mat-select",42),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",43),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Fm(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",44)(1,"div",45)(2,"mat-select",46),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",43),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onUTXOClick(s)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",43),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onLabelUTXO(s)}),e._uU(7,"Label"),e.qZA(),e.TgZ(8,"mat-option",43),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onLeaseUTXO(s)}),e._uU(9,"Lease"),e.qZA()()()()}}function Nm(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No UTXO available."),e.qZA())}function qm(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting UTXOs..."),e.qZA())}function Um(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function Om(n,i){if(1&n&&(e.TgZ(0,"td",47),e.YNc(1,Nm,2,0,"p",32),e.YNc(2,qm,2,0,"p",32),e.YNc(3,Um,2,1,"p",32),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.listUTXOs&&t.listUTXOs.data)||(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Rm=function(n){return{"display-none":n}};function Mm(n,i){if(1&n&&e._UZ(0,"tr",48),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,Rm,(null==t.listUTXOs?null:t.listUTXOs.data)&&(null==t.listUTXOs||null==t.listUTXOs.data?null:t.listUTXOs.data.length)>0))}}function Im(n,i){1&n&&e._UZ(0,"tr",49)}function Dm(n,i){1&n&&e._UZ(0,"tr",50)}function Pm(n,i){1&n&&e._UZ(0,"mat-icon",36)}const Jm=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},Em=function(){return["no_utxo"]};let Qm=(()=>{class n{constructor(t,a,o,s,r,_){this.logger=t,this.commonService=a,this.dataService=o,this.store=s,this.rtlEffects=r,this.decimalPipe=_,this.isDustUTXO=!1,this.addressType=l.x$,this.faMoneyBillWave=v.aj4,this.displayedColumns=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["amount_sat","confirmations","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["tx_id","output","amount_sat","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["tx_id","output","label","amount_sat","confirmations","actions"]):(this.flgSticky=!0,this.displayedColumns=["tx_id","output","label","amount_sat","confirmations","actions"])}ngOnInit(){this.store.select(y.T4).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),t.utxos&&t.utxos.length>0&&(this.dustUtxos=null===(a=t.utxos)||void 0===a?void 0:a.filter(o=>+(o.amount_sat||0)<1e3),this.utxos=t.utxos,this.loadUTXOsTable(this.isDustUTXO?this.dustUtxos:this.utxos)),this.logger.info(t)})}ngOnChanges(){!this.isDustUTXO&&this.utxos&&this.utxos.length>0&&this.loadUTXOsTable(this.utxos),this.isDustUTXO&&this.dustUtxos&&this.dustUtxos.length>0&&this.loadUTXOsTable(this.dustUtxos)}applyFilter(){this.listUTXOs.filter=this.selFilter.trim().toLowerCase()}onUTXOClick(t){var a,o;const s=[[{key:"txid",value:null===(a=t.outpoint)||void 0===a?void 0:a.txid_str,title:"Transaction ID",width:100,type:l.Gi.STRING}],[{key:"label",value:t.label,title:"Label",width:100,type:l.Gi.STRING}],[{key:"output_index",value:null===(o=t.outpoint)||void 0===o?void 0:o.output_index,title:"Output Index",width:34,type:l.Gi.NUMBER},{key:"amount_sat",value:t.amount_sat,title:"Amount (Sats)",width:33,type:l.Gi.NUMBER},{key:"confirmations",value:t.confirmations,title:"Confirmations",width:33,type:l.Gi.NUMBER}],[{key:"address_type",value:t.address_type?this.addressType[t.address_type].name:"",title:"Address Type",width:34},{key:"address",value:t.address,title:"Address",width:66}],[{key:"pk_script",value:t.pk_script,title:"PK Script",width:100,type:l.Gi.STRING}]];this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"UTXO Information",message:s}}}))}loadUTXOsTable(t){this.listUTXOs=new c.by([...t]),this.listUTXOs.filterPredicate=(a,o)=>{var s,r,_,g,C;return((a.label?a.label.toLowerCase():"")+((null===(s=a.outpoint)||void 0===s?void 0:s.txid_str)?a.outpoint.txid_str.toLowerCase():"")+((null===(r=a.outpoint)||void 0===r?void 0:r.output_index)?null===(_=a.outpoint)||void 0===_?void 0:_.output_index:"")+((null===(g=a.outpoint)||void 0===g?void 0:g.txid_bytes)?null===(C=a.outpoint)||void 0===C?void 0:C.txid_bytes.toLowerCase():"")+(a.address?a.address.toLowerCase():"")+(a.address_type?a.address_type.toLowerCase():"")+(a.amount_sat?a.amount_sat:"")+(a.confirmations?a.confirmations:"")+(a.pk_script?a.pk_script.toLowerCase():"")).includes(o)},this.listUTXOs.sortingDataAccessor=(a,o)=>{switch(o){case"tx_id":return a.outpoint.txid_str.toLocaleLowerCase();case"output":return+a.outpoint.output_index;default:return a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null}},this.listUTXOs.sort=this.sort,this.listUTXOs.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.listUTXOs.paginator=this.paginator,this.applyFilter(),this.logger.info(this.listUTXOs)}onLabelUTXO(t){this.store.dispatch((0,S.qR)({payload:{data:{utxo:t,component:hm}}}))}onLeaseUTXO(t){var a;const o=[[{key:"txid_str",value:null===(a=t.outpoint)||void 0===a?void 0:a.txid_str,title:"Transaction ID",width:100}],[{key:"amount_sat",value:this.decimalPipe.transform(t.amount_sat),title:"Amount (Sats)",width:100}]];t.label&&o.splice(1,0,[{key:"label",value:t.label,title:"Label",width:100}]),this.store.dispatch((0,S.c1)({payload:{data:{type:l.n_.CONFIRM,alertTitle:"Lease UTXO",informationMessage:"The UTXO will be leased for 10 minutes.",message:o,noBtnText:"Cancel",yesBtnText:"Lease UTXO"}}})),this.rtlEffects.closeConfirm.pipe((0,h.R)(this.unSubs[0])).subscribe(s=>{var r,_;s&&this.dataService.leaseUTXO((null===(r=t.outpoint)||void 0===r?void 0:r.txid_bytes)||"",(null===(_=t.outpoint)||void 0===_?void 0:_.output_index)||0)})}onDownloadCSV(){this.listUTXOs.data&&this.listUTXOs.data.length>0&&this.commonService.downloadFile(this.listUTXOs.data,"UTXOs")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(ee.D),e.Y36(L.yh),e.Y36(le.V),e.Y36(p.JJ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-utxos"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},inputs:{isDustUTXO:"isDustUTXO"},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("UTXOs")}]),e.TTD],decls:35,vars:14,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","end stretch","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","tx_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","output"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","label"],["matColumnDef","amount_sat"],["matColumnDef","confirmations"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center","class","pl-3",4,"matCellDef"],["matColumnDef","no_utxo"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["emptySpace",""],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["fxLayout","row"],[4,"ngIf"],[1,"ellipsis-child"],["matTooltip","Risk of dust attack","matTooltipPosition","right",4,"ngIf","ngIfElse"],["matTooltip","Risk of dust attack","matTooltipPosition","right"],["fxLayoutAlign","start center","color","warn",1,"small-icon"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-cell",""],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["fxLayoutAlign","center center",1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","2",1,"mr-0"],["mat-footer-cell","","colspan","4"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"input",3),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(4,"div",4)(5,"div",5),e.YNc(6,gm,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,fm,2,0,"th",10),e.YNc(11,ym,5,5,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Tm,2,0,"th",13),e.YNc(14,vm,3,1,"td",14),e.BQk(),e.ynx(15,15),e.YNc(16,bm,2,0,"th",10),e.YNc(17,Zm,2,4,"td",11),e.BQk(),e.ynx(18,16),e.YNc(19,wm,2,0,"th",13),e.YNc(20,Am,4,3,"td",14),e.BQk(),e.ynx(21,17),e.YNc(22,Sm,2,0,"th",13),e.YNc(23,Lm,4,3,"td",14),e.BQk(),e.ynx(24,18),e.YNc(25,km,6,0,"th",19),e.YNc(26,Fm,10,0,"td",20),e.BQk(),e.ynx(27,21),e.YNc(28,Om,4,3,"td",22),e.BQk(),e.YNc(29,Mm,1,3,"tr",23),e.YNc(30,Im,1,0,"tr",24),e.YNc(31,Dm,1,0,"tr",25),e.qZA(),e._UZ(32,"mat-paginator",26),e.qZA()()(),e.YNc(33,Pm,1,0,"ng-template",null,27,e.W1O)),2&t&&(e.xp6(3),e.Q6J("ngModel",a.selFilter),e.xp6(3),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.listUTXOs)("ngClass",e.VKq(11,Jm,""!==a.errorMessage)),e.xp6(22),e.Q6J("matFooterRowDef",e.DdM(13,Em)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.yH,d.Wh,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,j.gM,te.Hw,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-label[_ngcontent-%COMP%]{padding-left:1rem;flex:1 1 15%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-tx_id[_ngcontent-%COMP%]{flex:1 1 15%}.mat-column-tx_id[_ngcontent-%COMP%] .ellipsis-child[_ngcontent-%COMP%]{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();function Ym(n,i){1&n&&e._UZ(0,"mat-progress-bar",28)}function Hm(n,i){1&n&&(e.TgZ(0,"th",29),e._uU(1," Date/Time "),e.qZA())}function Bm(n,i){if(1&n&&(e.TgZ(0,"td",30),e._uU(1),e.ALo(2,"date"),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Oqu(e.xi3(2,1,1e3*t.time_stamp,"dd/MMM/y HH:mm"))}}function Vm(n,i){1&n&&(e.TgZ(0,"th",29),e._uU(1," Label "),e.qZA())}const Gm=function(n){return{"max-width":n}};function zm(n,i){if(1&n&&(e.TgZ(0,"td",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,Gm,a.screenSize===a.screenSizeEnum.XS?"12rem":"25rem")),e.xp6(1),e.hij(" ",null==t?null:t.label," ")}}function Wm(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Amount (Sats) "),e.qZA())}function Xm(n,i){if(1&n&&(e.TgZ(0,"span",35),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.Oqu(e.lcZ(2,1,t.amount))}}function $m(n,i){if(1&n&&(e.TgZ(0,"span",36),e._uU(1),e.ALo(2,"number"),e.qZA()),2&n){const t=e.oxw().$implicit;e.xp6(1),e.hij("(",e.lcZ(2,1,-1*t.amount),")")}}function jm(n,i){if(1&n&&(e.TgZ(0,"td",30),e.YNc(1,Xm,3,3,"span",33),e.YNc(2,$m,3,3,"span",34),e.qZA()),2&n){const t=i.$implicit;e.xp6(1),e.Q6J("ngIf",t.amount>0||0===t.amount),e.xp6(1),e.Q6J("ngIf",t.amount<0)}}function Km(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Fees (Sats) "),e.qZA())}function ed(n,i){if(1&n&&(e.TgZ(0,"td",30)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_fees))}}function td(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Block Height "),e.qZA())}function nd(n,i){if(1&n&&(e.TgZ(0,"td",30)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.block_height))}}function ad(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Confirmations "),e.qZA())}function id(n,i){if(1&n&&(e.TgZ(0,"td",30)(1,"span",35),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==t?null:t.num_confirmations)," ")}}function od(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"th",37)(1,"div",38)(2,"mat-select",39),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",40),e.NdJ("click",function(){return e.CHM(t),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function sd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",41)(1,"button",42),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onTransactionClick(s)}),e._uU(2,"View Info"),e.qZA()()}}function ld(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No transaction available."),e.qZA())}function rd(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting transactions..."),e.qZA())}function cd(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function ud(n,i){if(1&n&&(e.TgZ(0,"td",43),e.YNc(1,ld,2,0,"p",44),e.YNc(2,rd,2,0,"p",44),e.YNc(3,cd,2,1,"p",44),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.listTransactions&&t.listTransactions.data)||(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const pd=function(n){return{"display-none":n}};function md(n,i){if(1&n&&e._UZ(0,"tr",45),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,pd,(null==t.listTransactions?null:t.listTransactions.data)&&(null==t.listTransactions||null==t.listTransactions.data?null:t.listTransactions.data.length)>0))}}function dd(n,i){1&n&&e._UZ(0,"tr",46)}function _d(n,i){1&n&&e._UZ(0,"tr",47)}const hd=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},gd=function(){return["no_transaction"]};let fd=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.commonService=a,this.store=o,this.datePipe=s,this.faHistory=v.qO$,this.displayedColumns=[],this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.flgSticky=!1,this.displayedColumns=["time_stamp","amount","actions"]):this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["time_stamp","amount","num_confirmations","total_fees","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["time_stamp","label","amount","total_fees","num_confirmations","actions"]):(this.flgSticky=!0,this.displayedColumns=["time_stamp","label","amount","total_fees","block_height","num_confirmations","actions"])}ngOnInit(){this.store.select(y.dx).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),t.transactions&&t.transactions.length>0&&(this.transactions=t.transactions,this.loadTransactionsTable(this.transactions)),this.logger.info(t)})}ngOnChanges(){this.transactions&&this.transactions.length>0&&this.loadTransactionsTable(this.transactions)}applyFilter(){this.listTransactions.filter=this.selFilter.trim().toLowerCase()}onTransactionClick(t){this.store.dispatch((0,S.qR)({payload:{data:{type:l.n_.INFORMATION,alertTitle:"Transaction Information",message:[[{key:"block_hash",value:t.block_hash,title:"Block Hash",width:100}],[{key:"tx_hash",value:t.tx_hash,title:"Transaction Hash",width:100}],[{key:"label",value:t.label,title:"Label",width:100,type:l.Gi.STRING}],[{key:"time_stamp",value:t.time_stamp,title:"Date/Time",width:50,type:l.Gi.DATE_TIME},{key:"block_height",value:t.block_height,title:"Block Height",width:50,type:l.Gi.NUMBER}],[{key:"num_confirmations",value:t.num_confirmations,title:"Number of Confirmations",width:34,type:l.Gi.NUMBER},{key:"total_fees",value:t.total_fees,title:"Total Fees (Sats)",width:33,type:l.Gi.NUMBER},{key:"amount",value:t.amount,title:"Amount (Sats)",width:33,type:l.Gi.NUMBER}],[{key:"dest_addresses",value:t.dest_addresses,title:"Destination Addresses",width:100,type:l.Gi.ARRAY}]],scrollable:t.dest_addresses&&t.dest_addresses.length>5}}}))}loadTransactionsTable(t){this.listTransactions=new c.by([...t]),this.listTransactions.sort=this.sort,this.listTransactions.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.listTransactions.filterPredicate=(a,o)=>{var s;return((a.time_stamp?null===(s=this.datePipe.transform(new Date(1e3*a.time_stamp),"dd/MMM/YYYY HH:mm"))||void 0===s?void 0:s.toLowerCase():"")+JSON.stringify(a).toLowerCase()).includes(o)},this.listTransactions.paginator=this.paginator,this.applyFilter(),this.logger.info(this.listTransactions)}onDownloadCSV(){this.listTransactions.data&&this.listTransactions.data.length>0&&this.commonService.downloadFile(this.listTransactions.data,"Transactions")}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(p.uU))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-transaction-history"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Transactions")}]),e.TTD],decls:36,vars:14,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxLayout.gt-xs","row wrap","fxLayoutAlign.gt-xs","end stretch","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start start"],["fxLayout","column","fxLayoutAlign","start end","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","time_stamp"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","label"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","amount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","total_fees"],["matColumnDef","block_height"],["matColumnDef","num_confirmations"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-3","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_transaction"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center",4,"ngIf"],["fxLayoutAlign","end center","class","red",4,"ngIf"],["fxLayoutAlign","end center"],["fxLayoutAlign","end center",1,"red"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"input",3),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(4,"div",4)(5,"div",5),e.YNc(6,Ym,1,0,"mat-progress-bar",6),e.TgZ(7,"table",7,8),e.ynx(9,9),e.YNc(10,Hm,2,0,"th",10),e.YNc(11,Bm,3,4,"td",11),e.BQk(),e.ynx(12,12),e.YNc(13,Vm,2,0,"th",10),e.YNc(14,zm,2,4,"td",13),e.BQk(),e.ynx(15,14),e.YNc(16,Wm,2,0,"th",15),e.YNc(17,jm,3,2,"td",11),e.BQk(),e.ynx(18,16),e.YNc(19,Km,2,0,"th",15),e.YNc(20,ed,4,3,"td",11),e.BQk(),e.ynx(21,17),e.YNc(22,td,2,0,"th",15),e.YNc(23,nd,4,3,"td",11),e.BQk(),e.ynx(24,18),e.YNc(25,ad,2,0,"th",15),e.YNc(26,id,4,3,"td",11),e.BQk(),e.ynx(27,19),e.YNc(28,od,6,0,"th",20),e.YNc(29,sd,3,0,"td",21),e.BQk(),e.ynx(30,22),e.YNc(31,ud,4,3,"td",23),e.BQk(),e.YNc(32,md,1,3,"tr",24),e.YNc(33,dd,1,0,"tr",25),e.YNc(34,_d,1,0,"tr",26),e.qZA(),e._UZ(35,"mat-paginator",27),e.qZA()()()),2&t&&(e.xp6(3),e.Q6J("ngModel",a.selFilter),e.xp6(3),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.listTransactions)("ngClass",e.VKq(11,hd,""!==a.errorMessage)),e.xp6(25),e.Q6J("matFooterRowDef",e.DdM(13,gd)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.yH,d.Wh,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,R.gD,R.$L,B.ey,N.lW,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.uU,p.JJ],styles:[".mat-column-label[_ngcontent-%COMP%]{flex:1 1 20%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})();function Cd(n,i){if(1&n&&(e.TgZ(0,"span",5),e._uU(1,"UTXOs"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numUtxos)}}function xd(n,i){if(1&n&&(e.TgZ(0,"span",5),e._uU(1,"Transactions"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numTransactions)}}function yd(n,i){if(1&n&&(e.TgZ(0,"span",5),e._uU(1,"Dust UTXOs"),e.qZA()),2&n){const t=e.oxw();e.s9C("matBadge",t.numDustUtxos)}}let Td=(()=>{class n{constructor(t,a){this.logger=t,this.store=a,this.selectedTableIndex=0,this.selectedTableIndexChange=new e.vpe,this.numTransactions=0,this.numUtxos=0,this.numDustUtxos=0,this.unSubs=[new m.x,new m.x,new m.x]}ngOnInit(){this.store.dispatch((0,w.mC)()),this.store.dispatch((0,w.Ly)()),this.store.select(y.T4).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;t.utxos&&t.utxos.length>0&&(this.numUtxos=t.utxos.length,this.numDustUtxos=null===(a=t.utxos)||void 0===a?void 0:a.filter(o=>o.amount_sat&&+o.amount_sat<1e3).length),this.logger.info(t)}),this.store.select(y.dx).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{t.transactions&&t.transactions.length>0&&(this.numTransactions=t.transactions.length),this.logger.info(t)})}onSelectedIndexChanged(t){this.selectedTableIndexChange.emit(t)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-utxo-tables"]],inputs:{selectedTableIndex:"selectedTableIndex"},outputs:{selectedTableIndexChange:"selectedTableIndexChange"},decls:11,vars:3,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"bordered-box"],[3,"selectedIndex","selectedIndexChange"],["mat-tab-label",""],["fxLayout","row","fxFlex","100",3,"isDustUTXO"],["fxLayout","row","fxFlex","100"],["matBadgeOverlap","false",1,"tab-badge",3,"matBadge"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"mat-tab-group",1),e.NdJ("selectedIndexChange",function(s){return a.onSelectedIndexChanged(s)}),e.TgZ(2,"mat-tab"),e.YNc(3,Cd,2,1,"ng-template",2),e._UZ(4,"rtl-on-chain-utxos",3),e.qZA(),e.TgZ(5,"mat-tab"),e.YNc(6,xd,2,1,"ng-template",2),e._UZ(7,"rtl-on-chain-transaction-history",4),e.qZA(),e.TgZ(8,"mat-tab"),e.YNc(9,yd,2,1,"ng-template",2),e._UZ(10,"rtl-on-chain-utxos",3),e.qZA()()()),2&t&&(e.xp6(1),e.Q6J("selectedIndex",a.selectedTableIndex),e.xp6(3),e.Q6J("isDustUTXO",!1),e.xp6(6),e.Q6J("isDustUTXO",!0))},directives:[d.xw,d.yH,d.Wh,P.SP,P.uX,P.uD,Ce.k,Qm,fd],styles:[""]}),n})();const vd=function(n,i){return[n,i]};function bd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",12),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=null==s?null:s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.Q6J("active",a.activeLink===(null==t?null:t.link))("routerLink",e.WLB(3,vd,null==t?null:t.link,null==a.selectedTable?null:a.selectedTable.name)),e.xp6(1),e.Oqu(null==t?null:t.name)}}let Zd=(()=>{class n{constructor(t,a,o){this.store=t,this.router=a,this.activatedRoute=o,this.selNode={},this.faExchangeAlt=v.Ssp,this.faChartPie=v.OS1,this.balances=[{title:"Total Balance",dataValue:0},{title:"Confirmed",dataValue:0},{title:"Unconfirmed",dataValue:0}],this.links=[{link:"receive",name:"Receive"},{link:"send",name:"Send"},{link:"sweep",name:"Sweep All"}],this.activeLink=this.links[0].link,this.tables=[{id:0,name:"utxos"},{id:1,name:"trans"},{id:2,name:"dustUtxos"}],this.selectedTable=this.tables[0],this.unSubs=[new m.x,new m.x,new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.selectedTable=this.tables.find(a=>a.name===this.router.url.substring(this.router.url.lastIndexOf("/")+1))||this.tables[0],this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link,this.selectedTable=this.tables.find(s=>s.name===a.urlAfterRedirects.substring(a.urlAfterRedirects.lastIndexOf("/")+1))||this.tables[0]}}),this.store.select(y.$k).pipe((0,h.R)(this.unSubs[1])).subscribe(a=>{this.selNode=a}),this.store.select(y.qU).pipe((0,h.R)(this.unSubs[2])).subscribe(a=>{this.balances=[{title:"Total Balance",dataValue:a.blockchainBalance.total_balance||0},{title:"Confirmed",dataValue:a.blockchainBalance.confirmed_balance||0},{title:"Unconfirmed",dataValue:a.blockchainBalance.unconfirmed_balance||0}]})}onSelectedTableIndexChanged(t){this.selectedTable=this.tables.find(a=>a.id===t)||this.tables[0],this.router.navigate(["./",this.activeLink,this.selectedTable.name],{relativeTo:this.activatedRoute})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(b.F0),e.Y36(b.gz))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain"]],decls:21,vars:5,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x","mb-4"],["fxLayout","column"],[3,"values"],["fxLayout","column",1,"padding-gap-x"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxLayout","row","fxFlex","100",3,"selectedTableIndex","selectedTableIndexChange"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"On-chain Balance"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4),e._UZ(7,"rtl-currency-unit-converter",5),e.qZA()()(),e.TgZ(8,"div",0),e._UZ(9,"fa-icon",1),e.TgZ(10,"span",2),e._uU(11,"On-chain Transactions"),e.qZA()(),e.TgZ(12,"div",6)(13,"mat-card")(14,"mat-card-content",4)(15,"nav",7),e.YNc(16,bd,2,6,"div",8),e.qZA(),e.TgZ(17,"div",9),e._UZ(18,"router-outlet"),e.qZA(),e.TgZ(19,"div",10)(20,"rtl-utxo-tables",11),e.NdJ("selectedTableIndexChange",function(s){return a.onSelectedTableIndexChanged(s)}),e.qZA()()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faChartPie),e.xp6(6),e.Q6J("values",a.balances),e.xp6(2),e.Q6J("icon",a.faExchangeAlt),e.xp6(7),e.Q6J("ngForOf",a.links),e.xp6(4),e.Q6J("selectedTableIndex",null==a.selectedTable?null:a.selectedTable.id))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,fe.D,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC,Td],styles:[""]}),n})();var wd=f(9122);function Ad(n,i){if(1&n&&(e.TgZ(0,"mat-option",7),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.hij(" ",t.addressTp," ")}}let Sd=(()=>{class n{constructor(t,a){this.store=t,this.lndEffects=a,this.addressTypes=l._t,this.selectedAddressType=l._t[0],this.newAddress=""}onGenerateAddress(){this.store.dispatch((0,w._E)({payload:this.selectedAddressType})),this.lndEffects.setNewAddress.pipe((0,z.q)(1)).subscribe(t=>{this.newAddress=t,setTimeout(()=>{this.store.dispatch((0,S.qR)({payload:{data:{address:this.newAddress,addressType:this.selectedAddressType.addressTp,component:wd.n}}}))},0)})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(ne.l))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-receive"]],decls:8,vars:2,consts:[["fxLayout","column"],["fxLayout","row","fxLayoutAlign","start end"],["fxFlex","48","fxFlex.gt-md","25","fxLayoutAlign","start end",1,"mr-2"],["placeholder","Address Type","name","address_type","tabindex","1",3,"ngModel","ngModelChange"],[3,"value",4,"ngFor","ngForOf"],[1,"mt-2"],["mat-flat-button","","color","primary","tabindex","2",1,"top-minus-15px",3,"click"],[3,"value"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-form-field",2)(3,"mat-select",3),e.NdJ("ngModelChange",function(s){return a.selectedAddressType=s}),e.YNc(4,Ad,2,2,"mat-option",4),e.qZA()(),e.TgZ(5,"div",5)(6,"button",6),e.NdJ("click",function(){return a.onGenerateAddress()}),e._uU(7,"Generate Address"),e.qZA()()()()),2&t&&(e.xp6(3),e.Q6J("ngModel",a.selectedAddressType),e.xp6(1),e.Q6J("ngForOf",a.addressTypes))},directives:[d.xw,d.Wh,x.KE,d.yH,R.gD,u.JJ,u.On,p.sg,B.ey,N.lW],styles:[""]}),n})();var Ld=f(8012),je=f(8377);const kd=["form"],Fd=["formSweepAll"],Nd=["stepper"];function qd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Bitcoin address is required."),e.qZA())}function Ud(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.amountError)}}function Od(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t),e.xp6(1),e.Oqu(t)}}function Rd(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function Md(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Number of blocks is required."),e.qZA())}function Id(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",23)(1,"input",32,33),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw(2).transactionBlocks=o}),e.qZA(),e.YNc(3,Md,2,0,"mat-error",14),e.qZA()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngModel",t.transactionBlocks)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.transactionBlocks)}}function Dd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Fees is required."),e.qZA())}function Pd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-form-field",23)(1,"input",34,35),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw(2).transactionFees=o}),e.qZA(),e.YNc(3,Dd,2,0,"mat-error",14),e.qZA()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngModel",t.transactionFees)("step",1)("min",0),e.xp6(2),e.Q6J("ngIf",!t.transactionFees)}}function Jd(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.sendFundError)}}function Ed(n,i){if(1&n&&(e.TgZ(0,"div",36),e._UZ(1,"fa-icon",37),e.YNc(2,Jd,2,1,"span",14),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.sendFundError)}}function Qd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"form",9,10),e.NdJ("submit",function(){return e.CHM(t),e.oxw().onSendFunds()})("reset",function(){return e.CHM(t),e.oxw().resetData()}),e.TgZ(2,"mat-form-field",11)(3,"input",12,13),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().transactionAddress=o}),e.qZA(),e.YNc(5,qd,2,0,"mat-error",14),e.qZA(),e.TgZ(6,"mat-form-field",15)(7,"input",16,17),e.NdJ("ngModelChange",function(o){return e.CHM(t),e.oxw().transactionAmount=o}),e.qZA(),e.TgZ(9,"span",18),e._uU(10),e.qZA(),e.YNc(11,Ud,2,1,"mat-error",14),e.qZA(),e.TgZ(12,"mat-form-field",19)(13,"mat-select",20),e.NdJ("selectionChange",function(o){return e.CHM(t),e.oxw().onAmountUnitChange(o)}),e.YNc(14,Od,2,2,"mat-option",21),e.qZA()(),e.TgZ(15,"div",22)(16,"mat-form-field",23)(17,"mat-select",24),e.NdJ("valueChange",function(o){return e.CHM(t),e.oxw().selTransType=o}),e.YNc(18,Rd,2,2,"mat-option",21),e.qZA()(),e.YNc(19,Id,4,4,"mat-form-field",25),e.YNc(20,Pd,4,4,"mat-form-field",25),e.qZA(),e._UZ(21,"div",26),e.YNc(22,Ed,3,2,"div",27),e.TgZ(23,"div",28)(24,"button",29),e._uU(25,"Clear Fields"),e.qZA(),e.TgZ(26,"button",30),e._uU(27,"Send Funds"),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(3),e.Q6J("ngModel",t.transactionAddress),e.xp6(2),e.Q6J("ngIf",!t.transactionAddress),e.xp6(2),e.Q6J("ngModel",t.transactionAmount)("step",100)("min",0),e.xp6(3),e.hij(" ",t.selAmountUnit," "),e.xp6(1),e.Q6J("ngIf",!t.transactionAmount),e.xp6(2),e.Q6J("value",t.selAmountUnit),e.xp6(1),e.Q6J("ngForOf",t.amountUnits),e.xp6(3),e.Q6J("value",t.selTransType),e.xp6(1),e.Q6J("ngForOf",t.transTypes),e.xp6(1),e.Q6J("ngIf","1"===t.selTransType),e.xp6(1),e.Q6J("ngIf","2"===t.selTransType),e.xp6(2),e.Q6J("ngIf",""!==t.sendFundError)}}function Yd(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(3);e.Oqu(t.passwordFormLabel)}}function Hd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Password is required."),e.qZA())}function Bd(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"mat-step",42)(1,"form",61),e.YNc(2,Yd,1,1,"ng-template",55),e.TgZ(3,"div",0)(4,"mat-form-field",1),e._UZ(5,"input",62),e.YNc(6,Hd,2,0,"mat-error",14),e.qZA()(),e.TgZ(7,"div",63)(8,"button",64),e.NdJ("click",function(){return e.CHM(t),e.oxw(2).onAuthenticate()}),e._uU(9,"Confirm"),e.qZA()()()()}if(2&n){const t=e.oxw(2);e.Q6J("stepControl",t.passwordFormGroup)("editable",t.flgEditable),e.xp6(1),e.Q6J("formGroup",t.passwordFormGroup),e.xp6(5),e.Q6J("ngIf",null==t.passwordFormGroup.controls.password.errors?null:t.passwordFormGroup.controls.password.errors.required)}}function Vd(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(2);e.Oqu(t.sendFundFormLabel)}}function Gd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Bitcoin address is required."),e.qZA())}function zd(n,i){if(1&n&&(e.TgZ(0,"mat-option",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit;e.Q6J("value",t.id),e.xp6(1),e.hij(" ",t.name," ")}}function Wd(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Number of blocks is required."),e.qZA())}function Xd(n,i){if(1&n&&(e.TgZ(0,"mat-form-field",65),e._UZ(1,"input",66),e.YNc(2,Wd,2,0,"mat-error",14),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("step",1)("min",0),e.xp6(1),e.Q6J("ngIf",null==t.sendFundFormGroup.controls.transactionBlocks.errors?null:t.sendFundFormGroup.controls.transactionBlocks.errors.required)}}function $d(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Fees is required."),e.qZA())}function jd(n,i){if(1&n&&(e.TgZ(0,"mat-form-field",65),e._UZ(1,"input",67),e.YNc(2,$d,2,0,"mat-error",14),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("step",1)("min",0),e.xp6(1),e.Q6J("ngIf",null==t.sendFundFormGroup.controls.transactionFees.errors?null:t.sendFundFormGroup.controls.transactionFees.errors.required)}}function Kd(n,i){if(1&n&&e._uU(0),2&n){const t=e.oxw(2);e.Oqu(t.confirmFormLabel)}}function e_(n,i){if(1&n&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Oqu(t.sendFundError)}}function t_(n,i){if(1&n&&(e.TgZ(0,"div",36),e._UZ(1,"fa-icon",37),e.YNc(2,e_,2,1,"span",14),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("icon",t.faExclamationTriangle),e.xp6(1),e.Q6J("ngIf",""!==t.sendFundError)}}function n_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",38)(1,"mat-vertical-stepper",39,40),e.NdJ("selectionChange",function(o){return e.CHM(t),e.oxw().stepSelectionChanged(o)}),e.YNc(3,Bd,10,4,"mat-step",41),e.TgZ(4,"mat-step",42)(5,"form",43),e.YNc(6,Vd,1,1,"ng-template",44),e.TgZ(7,"div",45)(8,"mat-form-field",46),e._UZ(9,"input",47),e.YNc(10,Gd,2,0,"mat-error",14),e.qZA(),e.TgZ(11,"mat-form-field",48)(12,"mat-select",49),e.YNc(13,zd,2,2,"mat-option",21),e.qZA()(),e.YNc(14,Xd,3,3,"mat-form-field",50),e.YNc(15,jd,3,3,"mat-form-field",50),e.qZA(),e.TgZ(16,"div",51)(17,"button",52),e._uU(18,"Next"),e.qZA()()()(),e.TgZ(19,"mat-step",53)(20,"form",54),e.YNc(21,Kd,1,1,"ng-template",55),e.TgZ(22,"div",38)(23,"div",56),e._UZ(24,"fa-icon",57),e.TgZ(25,"span"),e._uU(26,"You are about to sweep all funds from RTL. Are you sure?"),e.qZA()(),e.YNc(27,t_,3,2,"div",27),e.TgZ(28,"div",51)(29,"button",58),e.NdJ("click",function(){return e.CHM(t),e.oxw().onSendFunds()}),e._uU(30,"Sweep All Funds"),e.qZA()()()()()(),e.TgZ(31,"div",59)(32,"button",60),e._uU(33),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(1),e.Q6J("linear",!0),e.xp6(2),e.Q6J("ngIf",!t.appConfig.sso.rtlSSO),e.xp6(1),e.Q6J("stepControl",t.sendFundFormGroup)("editable",t.flgEditable),e.xp6(1),e.Q6J("formGroup",t.sendFundFormGroup),e.xp6(5),e.Q6J("ngIf",null==t.sendFundFormGroup.controls.transactionAddress.errors?null:t.sendFundFormGroup.controls.transactionAddress.errors.required),e.xp6(3),e.Q6J("ngForOf",t.transTypes),e.xp6(1),e.Q6J("ngIf","1"===t.sendFundFormGroup.controls.selTransType.value),e.xp6(1),e.Q6J("ngIf","2"===t.sendFundFormGroup.controls.selTransType.value),e.xp6(4),e.Q6J("stepControl",t.confirmFormGroup),e.xp6(1),e.Q6J("formGroup",t.confirmFormGroup),e.xp6(4),e.Q6J("icon",t.faExclamationTriangle),e.xp6(3),e.Q6J("ngIf",""!==t.sendFundError),e.xp6(5),e.Q6J("mat-dialog-close",!1),e.xp6(1),e.Oqu(t.flgValidated?"Close":"Cancel")}}let a_=(()=>{class n{constructor(t,a,o,s,r,_,g,C,I,T){this.dialogRef=t,this.data=a,this.logger=o,this.store=s,this.rtlEffects=r,this.commonService=_,this.decimalPipe=g,this.snackBar=C,this.actions=I,this.formBuilder=T,this.faExclamationTriangle=v.eHv,this.sweepAll=!1,this.selNode={},this.addressTypes=[],this.selectedAddress={},this.blockchainBalance={},this.information={},this.newAddress="",this.transactionAddress="",this.transactionAmount=null,this.transactionFees=null,this.transactionBlocks=null,this.transTypes=[{id:"1",name:"Target Confirmation Blocks"},{id:"2",name:"Fee"}],this.selTransType="1",this.fiatConversion=!1,this.amountUnits=l.uA,this.selAmountUnit=l.uA[0],this.currConvertorRate={},this.unitConversionValue=0,this.currencyUnitFormats=l.Xz,this.sendFundError="",this.flgValidated=!1,this.flgEditable=!0,this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds",this.confirmFormLabel="Confirm sweep",this.amountError="Amount is Required.",this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x]}ngOnInit(){this.sweepAll=this.data.sweepAll,this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[u.kI.required]],password:["",[u.kI.required]]}),this.sendFundFormGroup=this.formBuilder.group({transactionAddress:["",u.kI.required],transactionBlocks:[null],transactionFees:[null],selTransType:["1",u.kI.required]}),this.confirmFormGroup=this.formBuilder.group({}),this.sendFundFormGroup.controls.selTransType.valueChanges.pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{"1"===t?(this.sendFundFormGroup.controls.transactionBlocks.setValidators([u.kI.required]),this.sendFundFormGroup.controls.transactionBlocks.setValue(null),this.sendFundFormGroup.controls.transactionFees.setValidators(null),this.sendFundFormGroup.controls.transactionFees.setValue(null)):(this.sendFundFormGroup.controls.transactionBlocks.setValidators(null),this.sendFundFormGroup.controls.transactionBlocks.setValue(null),this.sendFundFormGroup.controls.transactionFees.setValidators([u.kI.required]),this.sendFundFormGroup.controls.transactionFees.setValue(null))}),this.store.select(je.Yj).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.appConfig=t}),this.store.select(je.dT).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.fiatConversion=t.settings.fiatConversion,this.amountUnits=t.settings.currencyUnits,this.logger.info(t)}),this.actions.pipe((0,h.R)(this.unSubs[3]),(0,Y.h)(t=>t.type===l.uR.UPDATE_API_CALL_STATUS_LND||t.type===l.uR.SET_CHANNEL_TRANSACTION_RES_LND)).subscribe(t=>{t.type===l.uR.SET_CHANNEL_TRANSACTION_RES_LND&&(this.store.dispatch((0,S.jW)({payload:this.sweepAll?"All Funds Sent Successfully!":"Fund Sent Successfully!"})),this.dialogRef.close()),t.type===l.uR.UPDATE_API_CALL_STATUS_LND&&t.payload.status===l.Bn.ERROR&&"SetChannelTransaction"===t.payload.action&&(this.sendFundError=t.payload.message)})}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,S.QO)({payload:Ld(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,z.q)(1)).subscribe(t=>{"ERROR"!==t?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onSendFunds(){if(this.invalidValues)return!0;this.sendFundError="";const t={amount:this.transactionAmount?this.transactionAmount:0,sendAll:this.sweepAll};this.sweepAll?(t.address=this.sendFundFormGroup.controls.transactionAddress.value,"1"===this.sendFundFormGroup.controls.selTransType.value&&(t.blocks=this.sendFundFormGroup.controls.transactionBlocks.value),"2"===this.sendFundFormGroup.controls.selTransType.value&&(t.fees=this.sendFundFormGroup.controls.transactionFees.value)):(t.address=this.transactionAddress,"1"===this.selTransType&&(t.blocks=this.transactionBlocks),"2"===this.selTransType&&(t.fees=this.transactionFees)),this.transactionAmount&&this.selAmountUnit!==l.NT.SATS?this.commonService.convertCurrency(this.transactionAmount,this.selAmountUnit===this.amountUnits[2]?l.NT.OTHER:this.selAmountUnit,l.NT.SATS,this.amountUnits[2],this.fiatConversion).pipe((0,h.R)(this.unSubs[4])).subscribe({next:a=>{var o;this.selAmountUnit=l.NT.SATS,t.amount=+((null===(o=this.decimalPipe.transform(a[this.amountUnits[0]],this.currencyUnitFormats[this.amountUnits[0]]))||void 0===o?void 0:o.replace(/,/g,""))||0),this.store.dispatch((0,w.Wi)({payload:t}))},error:a=>{this.transactionAmount=null,this.selAmountUnit=l.NT.SATS,this.amountError="Conversion Error: "+a}}):this.store.dispatch((0,w.Wi)({payload:t}))}get invalidValues(){return this.sweepAll?!this.sendFundFormGroup.controls.transactionAddress.value||""===this.sendFundFormGroup.controls.transactionAddress.value||"1"===this.sendFundFormGroup.controls.selTransType.value&&(!this.sendFundFormGroup.controls.transactionBlocks.value||this.sendFundFormGroup.controls.transactionBlocks.value<=0)||"2"===this.sendFundFormGroup.controls.selTransType.value&&(!this.sendFundFormGroup.controls.transactionFees.value||this.sendFundFormGroup.controls.transactionFees.value<=0):!this.transactionAddress||""===this.transactionAddress||!this.transactionAmount||this.transactionAmount<=0||"1"===this.selTransType&&(!this.transactionBlocks||this.transactionBlocks<=0)||"2"===this.selTransType&&(!this.transactionFees||this.transactionFees<=0)}resetData(){this.sendFundError="",this.selTransType="1",this.transactionAddress="",this.transactionBlocks=null,this.transactionFees=null,this.sweepAll||(this.transactionAmount=null)}stepSelectionChanged(t){switch(this.sendFundError="",t.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password",this.sendFundFormLabel="Sweep funds";break;case 1:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds";break;case 2:this.passwordFormLabel="User authenticated successfully",this.sendFundFormLabel="Sweep funds | Address: "+this.sendFundFormGroup.controls.transactionAddress.value+" | "+this.transTypes[this.sendFundFormGroup.controls.selTransType.value-1].name+("2"===this.sendFundFormGroup.controls.selTransType.value?" (Sats/vByte)":"")+": "+("1"===this.sendFundFormGroup.controls.selTransType.value?this.sendFundFormGroup.controls.transactionBlocks.value:this.sendFundFormGroup.controls.transactionFees.value)}t.selectedIndex{var g;this.selAmountUnit=t.value,a.transactionAmount=+((null===(g=a.decimalPipe.transform(_[s],a.currencyUnitFormats[s]))||void 0===g?void 0:g.replace(/,/g,""))||0)},error:_=>{a.transactionAmount=null,this.amountError="Conversion Error: "+_,this.selAmountUnit=o,s=o}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(E.so),e.Y36(E.WI),e.Y36(U.mQ),e.Y36(L.yh),e.Y36(le.V),e.Y36(O.v),e.Y36(p.JJ),e.Y36(ae.ux),e.Y36(W.eX),e.Y36(u.qu))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-send-modal"]],viewQuery:function(t,a){if(1&t&&(e.Gf(kd,7),e.Gf(Fd,5),e.Gf(Nd,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.form=o.first),e.iGM(o=e.CRH())&&(a.formSweepAll=o.first),e.iGM(o=e.CRH())&&(a.stepper=o.first)}},decls:12,vars:4,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","default","","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100","class","overflow-x-hidden",3,"submit","reset",4,"ngIf","ngIfElse"],["sweepAllBlock",""],["fxLayout","row wrap","fxLayoutAlign","space-between start","fxFlex","100",1,"overflow-x-hidden",3,"submit","reset"],["form","ngForm"],["fxFlex.gt-sm","55"],["autoFocus","","matInput","","placeholder","Bitcoin Address","tabindex","1","name","address","required","",3,"ngModel","ngModelChange"],["address","ngModel"],[4,"ngIf"],["fxFlex.gt-sm","30"],["matInput","","placeholder","Amount","name","amt","type","number","tabindex","2","required","",3,"ngModel","step","min","ngModelChange"],["amnt","ngModel"],["matSuffix",""],["fxFlex.gt-sm","10","fxLayoutAlign","start end"],["tabindex","3","required","","name","amountUnit",3,"value","selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","60","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxFlex","48"],["tabindex","4",3,"value","valueChange"],["fxFlex","48",4,"ngIf"],["fxLayout","column","fxFlex","100","fxFlex.gt-sm","40","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxFlex","100","class","alert alert-danger mt-1",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-button","","color","primary","tabindex","7","type","reset",1,"mr-1"],["mat-button","","color","primary","type","submit","tabindex","8"],[3,"value"],["matInput","","placeholder","Number of Blocks","type","number","name","blcks","required","","tabindex","5",3,"ngModel","step","min","ngModelChange"],["blocks","ngModel"],["matInput","","placeholder","Fees (Sats/vByte)","type","number","name","chainFees","required","","tabindex","6",3,"ngModel","step","min","ngModelChange"],["fees","ngModel"],["fxFlex","100",1,"alert","alert-danger","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl","editable"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","column","fxFlex","98","fxLayout.gt-sm","row wrap","fxLayoutAlign","start stretch","fxLayoutAlign.gt-sm","space-between start"],["fxFlex.gt-sm","45"],["matInput","","formControlName","transactionAddress","placeholder","Bitcoin Address","tabindex","4","name","address","required",""],["fxFlex.gt-sm","25"],["formControlName","selTransType","tabindex","5"],["fxFlex.gt-sm","25","fxLayoutAlign","start end",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","8","type","button","matStepperNext",""],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["fxFlex","100",1,"w-100","alert","alert-warn"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["mat-button","","color","primary","tabindex","9","type","button",3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["autoFocus","","matInput","","placeholder","Password","type","password","tabindex","1","formControlName","password","required",""],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxFlex.gt-sm","25","fxLayoutAlign","start end"],["matInput","","formControlName","transactionBlocks","placeholder","Number of Blocks","type","number","name","blcks","required","","tabindex","6",3,"step","min"],["matInput","","formControlName","transactionFees","placeholder","Fees (Sats/vByte)","type","number","name","chainFees","required","","tabindex","7",3,"step","min"]],template:function(t,a){if(1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6),e.YNc(9,Qd,28,14,"form",7),e.qZA()()(),e.YNc(10,n_,34,15,"ng-template",null,8,e.W1O)),2&t){const o=e.MAs(11);e.xp6(5),e.Oqu(a.sweepAll?"Sweep All Funds":"Send Funds"),e.xp6(1),e.Q6J("mat-dialog-close",!1),e.xp6(3),e.Q6J("ngIf",!a.sweepAll)("ngIfElse",o)}},directives:[d.xw,d.yH,Z.dk,d.Wh,N.lW,E.ZT,Z.dn,p.O5,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,x.TO,u.wV,u.qQ,K.q,x.R9,R.gD,p.sg,B.ey,D.BN,G.Vq,G.C0,u.sg,G.VY,u.u,G.Ic],styles:[""]}),n})(),Ke=(()=>{class n{constructor(t,a){this.store=t,this.activatedRoute=a,this.sweepAll=!1,this.unSubs=[new m.x,new m.x]}ngOnInit(){this.activatedRoute.data.pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.sweepAll=t.sweepAll})}openSendFundsModal(){this.store.dispatch((0,S.qR)({payload:{data:{sweepAll:this.sweepAll,component:a_}}}))}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(L.yh),e.Y36(b.gz))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-on-chain-send"]],decls:4,vars:1,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"button",2),e.NdJ("click",function(){return a.openSendFundsModal()}),e._uU(3),e.qZA()()()),2&t&&(e.xp6(3),e.Oqu(a.sweepAll?"Sweep All":"Send Funds"))},directives:[d.xw,d.yH,d.Wh,N.lW],styles:[""]}),n})();function i_(n,i){1&n&&e._UZ(0,"mat-progress-bar",26)}function o_(n,i){if(1&n&&e._UZ(0,"rtl-node-info",27),2&n){const t=e.oxw(3);e.Q6J("information",t.information)("showColorFieldSeparately",!0)}}function s_(n,i){if(1&n&&e._UZ(0,"rtl-channel-status-info",28),2&n){const t=e.oxw(3);e.Q6J("channelsStatus",t.channelsStatus)("errorMessage",t.errorMessages[3]+" "+t.errorMessages[4])}}function l_(n,i){if(1&n&&e._UZ(0,"rtl-fee-info",29),2&n){const t=e.oxw(3);e.Q6J("fees",t.fees)("errorMessage",t.errorMessages[2])}}const et=function(n){return{"dashboard-card-content":!0,"error-border":n}};function r_(n,i){if(1&n&&(e.TgZ(0,"mat-grid-tile",13)(1,"div",14)(2,"div",15)(3,"div",16),e._UZ(4,"fa-icon",17),e.TgZ(5,"span"),e._uU(6),e.qZA()()(),e.TgZ(7,"div",18)(8,"mat-card",19)(9,"mat-card-content",20),e.YNc(10,i_,1,0,"mat-progress-bar",21),e.TgZ(11,"div",22),e.YNc(12,o_,1,2,"rtl-node-info",23),e.YNc(13,s_,1,2,"rtl-channel-status-info",24),e.YNc(14,l_,1,2,"rtl-fee-info",25),e.qZA()()()()()()),2&n){const t=i.$implicit,a=e.oxw(2);e.Q6J("colspan",t.cols)("rowspan",t.rows),e.xp6(4),e.Q6J("icon",t.icon),e.xp6(2),e.Oqu(t.title),e.xp6(3),e.Q6J("ngClass",e.VKq(10,et,"node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.ERROR||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.ERROR||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.ERROR)||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.ERROR)),e.xp6(1),e.Q6J("ngIf","node"===t.id&&a.apiCallStatusNodeInfo.status===a.apiCallStatusEnum.INITIATED||"status"===t.id&&(a.apiCallStatusChannels.status===a.apiCallStatusEnum.INITIATED||a.apiCallStatusPendingChannels.status===a.apiCallStatusEnum.INITIATED)||"fee"===t.id&&a.apiCallStatusFees.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngSwitch",t.id),e.xp6(1),e.Q6J("ngSwitchCase","node"),e.xp6(1),e.Q6J("ngSwitchCase","status"),e.xp6(1),e.Q6J("ngSwitchCase","fee")}}function c_(n,i){if(1&n&&(e.TgZ(0,"mat-grid-list",11),e.YNc(1,r_,15,12,"mat-grid-tile",12),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngForOf",t.nodeCards)}}function u_(n,i){1&n&&e._UZ(0,"mat-progress-bar",26)}function p_(n,i){1&n&&e.GkF(0)}function m_(n,i){if(1&n&&(e.TgZ(0,"div",33),e.YNc(1,p_,1,0,"ng-container",34),e.qZA()),2&n){const t=e.oxw(2),a=e.MAs(9),o=e.MAs(11);e.xp6(1),e.Q6J("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:o)}}function d_(n,i){1&n&&e.GkF(0)}function __(n,i){if(1&n&&(e.TgZ(0,"div",33),e.YNc(1,d_,1,0,"ng-container",34),e.qZA()),2&n){const t=e.oxw(2),a=e.MAs(9),o=e.MAs(13);e.xp6(1),e.Q6J("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:o)}}function h_(n,i){1&n&&e.GkF(0)}function g_(n,i){if(1&n&&(e.TgZ(0,"div",33),e.YNc(1,h_,1,0,"ng-container",34),e.qZA()),2&n){const t=e.oxw(2),a=e.MAs(9),o=e.MAs(15);e.xp6(1),e.Q6J("ngTemplateOutlet",t.apiCallStatusNetwork.status===t.apiCallStatusEnum.ERROR?a:o)}}function f_(n,i){if(1&n&&(e.TgZ(0,"mat-grid-tile",30)(1,"mat-card",31)(2,"mat-card-content",20),e.YNc(3,u_,1,0,"mat-progress-bar",21),e.TgZ(4,"div",22),e.YNc(5,m_,2,1,"div",32),e.YNc(6,__,2,1,"div",32),e.YNc(7,g_,2,1,"div",32),e.qZA()()()()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("colspan",t.cols)("rowspan",t.rows),e.xp6(2),e.Q6J("ngClass",e.VKq(8,et,a.apiCallStatusNetwork.status===a.apiCallStatusEnum.ERROR)),e.xp6(1),e.Q6J("ngIf",a.apiCallStatusNetwork.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngSwitch",t.id),e.xp6(1),e.Q6J("ngSwitchCase","general"),e.xp6(1),e.Q6J("ngSwitchCase","channels"),e.xp6(1),e.Q6J("ngSwitchCase","degrees")}}function C_(n,i){if(1&n&&(e.TgZ(0,"div",35)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.Oqu(t.errorMessages[1])}}function x_(n,i){if(1&n&&(e.TgZ(0,"div",36)(1,"div")(2,"h4",37),e._uU(3,"Network Capacity"),e.qZA(),e.TgZ(4,"div",38),e._uU(5),e.ALo(6,"number"),e.qZA()(),e.TgZ(7,"div")(8,"h4",37),e._uU(9,"Number of Nodes"),e.qZA(),e.TgZ(10,"div",38),e._uU(11),e.ALo(12,"number"),e.qZA()(),e.TgZ(13,"div")(14,"h4",37),e._uU(15,"Number of Channels"),e.qZA(),e.TgZ(16,"span",38),e._uU(17),e.ALo(18,"number"),e.qZA()()()),2&n){const t=e.oxw();e.xp6(5),e.hij("",e.lcZ(6,3,t.networkInfo.total_network_capacity)," Sats"),e.xp6(6),e.Oqu(e.lcZ(12,5,t.networkInfo.num_nodes)),e.xp6(6),e.Oqu(e.lcZ(18,7,t.networkInfo.num_channels))}}function y_(n,i){if(1&n&&(e.TgZ(0,"div",36)(1,"div")(2,"h4",37),e._uU(3,"Max Channel Size"),e.qZA(),e.TgZ(4,"div",38),e._uU(5),e.ALo(6,"number"),e.qZA()(),e.TgZ(7,"div")(8,"h4",37),e._uU(9,"Avg Channel Size"),e.qZA(),e.TgZ(10,"div",38),e._uU(11),e.ALo(12,"number"),e.qZA()(),e.TgZ(13,"div")(14,"h4",37),e._uU(15,"Min Channel Size"),e.qZA(),e.TgZ(16,"span",38),e._uU(17),e.ALo(18,"number"),e.qZA()()()),2&n){const t=e.oxw();e.xp6(5),e.Oqu(e.lcZ(6,3,t.networkInfo.max_channel_size)),e.xp6(6),e.Oqu(e.lcZ(12,5,t.networkInfo.avg_channel_size)),e.xp6(6),e.Oqu(e.lcZ(18,7,t.networkInfo.min_channel_size))}}function T_(n,i){if(1&n&&(e.TgZ(0,"div",36)(1,"div")(2,"h4",37),e._uU(3,"Max Out Degree"),e.qZA(),e.TgZ(4,"div",38),e._uU(5),e.ALo(6,"number"),e.qZA()(),e.TgZ(7,"div")(8,"h4",37),e._uU(9,"Avg Out Degree"),e.qZA(),e.TgZ(10,"div",38),e._uU(11),e.ALo(12,"number"),e.qZA()(),e.TgZ(13,"div",39),e._UZ(14,"h4",37)(15,"span",38),e.qZA()()),2&n){const t=e.oxw();e.xp6(5),e.Oqu(e.lcZ(6,2,t.networkInfo.max_out_degree)),e.xp6(6),e.Oqu(e.xi3(12,4,t.networkInfo.avg_out_degree,"1.0-2"))}}const v_=function(n){return{"mt-1":n}};let b_=(()=>{class n{constructor(t,a,o){this.logger=t,this.commonService=a,this.store=o,this.faProjectDiagram=v.TmZ,this.faBolt=v.BDt,this.faServer=v.xf3,this.faNetworkWired=v.kXW,this.selNode={},this.information={},this.channelsStatus={},this.networkInfo={},this.networkCards=[],this.nodeCards=[],this.screenSize="",this.screenSizeEnum=l.cu,this.userPersonaEnum=l.ol,this.errorMessages=["","","","",""],this.apiCallStatusNodeInfo=null,this.apiCallStatusNetwork=null,this.apiCallStatusFees=null,this.apiCallStatusChannels=null,this.apiCallStatusPendingChannels=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS?(this.networkCards=[{id:"general",cols:3,rows:1},{id:"channels",cols:3,rows:1},{id:"degrees",cols:3,rows:1}],this.nodeCards=[{id:"node",icon:this.faServer,title:"Node Information",cols:3,rows:1},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:3,rows:1},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:3,rows:1}]):(this.networkCards=[{id:"general",cols:1,rows:1},{id:"channels",cols:1,rows:1},{id:"degrees",cols:1,rows:1}],this.nodeCards=[{id:"node",icon:this.faServer,title:"Node Information",cols:1,rows:1},{id:"status",icon:this.faNetworkWired,title:"Channels",cols:1,rows:1},{id:"fee",icon:this.faBolt,title:"Routing Fee",cols:1,rows:1}])}ngOnInit(){this.store.select(y.bx).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.errorMessages[0]="",this.apiCallStatusNodeInfo=t.apiCallStatus,this.apiCallStatusNodeInfo.status===l.Bn.ERROR&&(this.errorMessages[0]="object"==typeof this.apiCallStatusNodeInfo.message?JSON.stringify(this.apiCallStatusNodeInfo.message):this.apiCallStatusNodeInfo.message?this.apiCallStatusNodeInfo.message:""),this.selNode=t.nodeSettings,this.information=t.information}),this.store.select(y.N7).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.errorMessages[1]="",this.apiCallStatusNetwork=t.apiCallStatus,this.apiCallStatusNetwork.status===l.Bn.ERROR&&(this.errorMessages[1]="object"==typeof this.apiCallStatusNetwork.message?JSON.stringify(this.apiCallStatusNetwork.message):this.apiCallStatusNetwork.message?this.apiCallStatusNetwork.message:""),this.networkInfo=t.networkInfo}),this.store.select(y.JG).pipe((0,h.R)(this.unSubs[2])).subscribe(t=>{this.errorMessages[2]="",this.apiCallStatusFees=t.apiCallStatus,this.apiCallStatusFees.status===l.Bn.ERROR&&(this.errorMessages[2]="object"==typeof this.apiCallStatusFees.message?JSON.stringify(this.apiCallStatusFees.message):this.apiCallStatusFees.message?this.apiCallStatusFees.message:""),this.fees=t.fees}),this.store.select(y.ni).pipe((0,h.R)(this.unSubs[3])).subscribe(t=>{var a,o,s,r,_;this.errorMessages[4]="",this.apiCallStatusPendingChannels=t.apiCallStatus,this.apiCallStatusPendingChannels.status===l.Bn.ERROR&&(this.errorMessages[4]="object"==typeof this.apiCallStatusPendingChannels.message?JSON.stringify(this.apiCallStatusPendingChannels.message):this.apiCallStatusPendingChannels.message?this.apiCallStatusPendingChannels.message:""),this.channelsStatus.pending={num_channels:null===(a=t.pendingChannelsSummary.open)||void 0===a?void 0:a.num_channels,capacity:null===(o=t.pendingChannelsSummary.open)||void 0===o?void 0:o.limbo_balance},this.channelsStatus.closing={num_channels:((null===(s=t.pendingChannelsSummary.closing)||void 0===s?void 0:s.num_channels)||0)+((null===(r=t.pendingChannelsSummary.force_closing)||void 0===r?void 0:r.num_channels)||0)+((null===(_=t.pendingChannelsSummary.waiting_close)||void 0===_?void 0:_.num_channels)||0),capacity:t.pendingChannelsSummary.total_limbo_balance}}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[4])).subscribe(t=>{this.errorMessages[3]="",this.apiCallStatusChannels=t.apiCallStatus,this.apiCallStatusChannels.status===l.Bn.ERROR&&(this.errorMessages[3]="object"==typeof this.apiCallStatusChannels.message?JSON.stringify(this.apiCallStatusChannels.message):this.apiCallStatusChannels.message?this.apiCallStatusChannels.message:""),this.channelsStatus.active=t.channelsSummary.active,this.channelsStatus.inactive=t.channelsSummary.inactive,this.logger.info(t)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-network-info"]],decls:16,vars:6,consts:[["fxLayout","column","fxLayoutAlign","space-between stretch",1,"mb-4"],["cols","3","rowHeight","330px",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start end",1,"page-title-container",3,"ngClass"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["cols","3","rowHeight","250px"],["fxLayout","row",3,"colspan","rowspan",4,"ngFor","ngForOf"],["errorBlock",""],["generalBlock",""],["channelsBlock",""],["degreesBlock",""],["cols","3","rowHeight","330px"],["class","node-grid-tile",3,"colspan","rowspan",4,"ngFor","ngForOf"],[1,"node-grid-tile",3,"colspan","rowspan"],["fxLayout","column","fxLayoutAlign","stretch start","fxFlex","100",1,"h-100"],["fxLayout","row","fxLayoutAlign","start start",1,"w-100"],["fxLayout","row","fxLayoutAlign","start start",1,"page-title-container"],[1,"mr-1",3,"icon"],["fxLayout","column","fxLayoutAlign","stretch center","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","center stretch",1,"w-100","h-93"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","w-96","h-93"],["fxLayout","column","fxFlex","100",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["fxLayout","column","fxFlex","100",3,"ngSwitch"],["fxFlex","100",3,"information","showColorFieldSeparately",4,"ngSwitchCase"],["fxFlex","100",3,"channelsStatus","errorMessage",4,"ngSwitchCase"],["fxFlex","100",3,"fees","errorMessage",4,"ngSwitchCase"],["mode","indeterminate"],["fxFlex","100",3,"information","showColorFieldSeparately"],["fxFlex","100",3,"channelsStatus","errorMessage"],["fxFlex","100",3,"fees","errorMessage"],["fxLayout","row",3,"colspan","rowspan"],["fxLayout","row","fxFlex","95","fxLayoutAlign","start stretch",1,"dashboard-card","h-93"],["fxFlex","100",4,"ngSwitchCase"],["fxFlex","100"],[4,"ngTemplateOutlet"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between",1,"p-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between"],[1,"dashboard-info-title"],[1,"overflow-wrap","dashboard-info-value"],["fxFlex","20"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,c_,2,1,"mat-grid-list",1),e.TgZ(2,"div",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span",4),e._uU(5,"Network"),e.qZA()(),e.TgZ(6,"mat-grid-list",5),e.YNc(7,f_,8,10,"mat-grid-tile",6),e.qZA()(),e.YNc(8,C_,3,1,"ng-template",null,7,e.W1O),e.YNc(10,x_,19,9,"ng-template",null,8,e.W1O),e.YNc(12,y_,19,9,"ng-template",null,9,e.W1O),e.YNc(14,T_,16,7,"ng-template",null,10,e.W1O)),2&t&&(e.xp6(1),e.Q6J("ngIf",a.selNode.userPersona!==a.userPersonaEnum.OPERATOR),e.xp6(1),e.Q6J("ngClass",e.VKq(4,v_,a.screenSize!==a.screenSizeEnum.XS)),e.xp6(1),e.Q6J("icon",a.faProjectDiagram),e.xp6(4),e.Q6J("ngForOf",a.networkCards))},directives:[d.xw,d.Wh,p.O5,ue.Il,p.sg,ue.DX,d.yH,D.BN,Z.a8,Z.dn,p.mk,k.oO,J.pW,p.RF,p.n9,Ue,Re,Oe,p.tP],pipes:[p.JJ],styles:[""]}),n})();function Z_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",8),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let w_=(()=>{class n{constructor(t){this.router=t,this.faDownload=v.q7m,this.links=[{link:"bckup",name:"Backup"},{link:"restore",name:"Restore"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-backup"]],decls:11,vars:2,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Channels Backup"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,Z_,2,3,"div",6),e.qZA(),e.TgZ(9,"div",7),e._UZ(10,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faDownload),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC],styles:[""]}),n})();function A_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",23)(1,"h4",24),e._uU(2),e.qZA(),e.TgZ(3,"div",25)(4,"button",26),e.NdJ("click",function(){return e.CHM(t),e.oxw().onRestoreChannels({})}),e._uU(5,"Restore All"),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(2),e.hij("Restore folder location: ",t.selNode.channelBackupPath,"/restore")}}function S_(n,i){if(1&n&&(e.TgZ(0,"div",27)(1,"h4",24),e._uU(2),e.qZA(),e.TgZ(3,"h4",28),e._uU(4,"All channel backup file not found! To perform channel restoration, channel backup file/s must be placed at the above location."),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.hij("Restore folder location: ",t.selNode.channelBackupPath,"/restore")}}function L_(n,i){if(1&n&&(e.TgZ(0,"div",27)(1,"h4",24),e._uU(2),e.qZA()()),2&n){const t=e.oxw();e.xp6(2),e.hij("Restore folder location: ",t.selNode.channelBackupPath,"/restore")}}function k_(n,i){1&n&&e._UZ(0,"mat-progress-bar",29)}function F_(n,i){1&n&&(e.TgZ(0,"th",30),e._uU(1," Channel Point "),e.qZA())}const N_=function(n){return{"max-width":n}};function q_(n,i){if(1&n&&(e.TgZ(0,"td",31),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,N_,a.screenSize===a.screenSizeEnum.XS?"10rem":"45rem")),e.xp6(1),e.Oqu(null==t?null:t.channel_point)}}function U_(n,i){1&n&&(e.TgZ(0,"th",32)(1,"span",33),e._uU(2,"Actions"),e.qZA()())}function O_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",34)(1,"span",33)(2,"button",35),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onRestoreChannels(s)}),e._uU(3,"Restore"),e.qZA()()()}}function R_(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No singular channel backups available."),e.qZA())}function M_(n,i){if(1&n&&(e.TgZ(0,"td",36),e.YNc(1,R_,2,0,"p",37),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",!t.channels||!t.channels.data||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)}}const I_=function(n){return{"display-none":n}};function D_(n,i){if(1&n&&e._UZ(0,"tr",38),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,I_,t.channels&&t.channels.data&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function P_(n,i){1&n&&e._UZ(0,"tr",39)}function J_(n,i){1&n&&e._UZ(0,"tr",40)}const E_=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},Q_=function(){return["no_channel"]};let Y_=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.store=a,this.lndEffects=o,this.commonService=s,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.selNode={},this.displayedColumns=["channel_point","actions"],this.channelsData=[],this.allRestoreExists=!1,this.flgLoading=[!0],this.flgSticky=!1,this.selFilter="",this.screenSize="",this.screenSizeEnum=l.cu,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.dispatch((0,w.tb)()),this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.lndEffects.setRestoreChannelList.pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.allRestoreExists=t.all_restore_exists,this.channelsData=t.files,this.channelsData.length>0&&this.loadRestoreTable(this.channelsData),("error"!==this.flgLoading[0]||t&&t.files)&&(this.flgLoading[0]=!1),this.logger.info(t)})}ngAfterViewInit(){this.channelsData&&this.channelsData.length>0&&this.loadRestoreTable(this.channelsData)}onRestoreChannels(t){this.store.dispatch((0,w.vV)({payload:{channelPoint:t.channel_point?t.channel_point:"ALL"}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadRestoreTable(t){this.channels=new c.by([...t]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.channels.filterPredicate=(a,o)=>JSON.stringify(a).toLowerCase().includes(o),this.channels.paginator=this.paginator,this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(ne.l),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-restore-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Channels")}])],decls:24,vars:17,consts:[["fxLayout","column",1,"mt-2"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxLayout","column","fxLayoutAlign","space-between start","fxLayout.gt-md","row wrap",4,"ngIf"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","channel_point"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","pr-3",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","100"],["fxLayout","row",1,"mt-2"],["mat-flat-button","","color","primary","tabindex","1",3,"click"],["fxLayout","column","fxLayoutAlign","space-between start","fxLayout.gt-md","row wrap"],["fxFlex","100",1,"mt-1"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","",1,"pr-3"],["fxLayoutAlign","end center"],["mat-cell",""],["mat-stroked-button","","color","primary","type","button","tabindex","1",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,A_,6,1,"div",1),e.YNc(2,S_,5,1,"div",2),e.YNc(3,L_,3,1,"div",2),e.TgZ(4,"div",3),e._UZ(5,"div",4),e.TgZ(6,"mat-form-field",5)(7,"input",6),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(8,"div",7),e.YNc(9,k_,1,0,"mat-progress-bar",8),e.TgZ(10,"table",9,10),e.ynx(12,11),e.YNc(13,F_,2,0,"th",12),e.YNc(14,q_,2,4,"td",13),e.BQk(),e.ynx(15,14),e.YNc(16,U_,3,0,"th",15),e.YNc(17,O_,4,0,"td",16),e.BQk(),e.ynx(18,17),e.YNc(19,M_,2,1,"td",18),e.BQk(),e.YNc(20,D_,1,3,"tr",19),e.YNc(21,P_,1,0,"tr",20),e.YNc(22,J_,1,0,"tr",21),e.qZA()(),e._UZ(23,"mat-paginator",22),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",a.allRestoreExists),e.xp6(1),e.Q6J("ngIf",!a.allRestoreExists&&(!a.channels||(null==a.channels||null==a.channels.data?null:a.channels.data.length)<=0)),e.xp6(1),e.Q6J("ngIf",!a.allRestoreExists&&a.channels&&(null==a.channels||null==a.channels.data?null:a.channels.data.length)&&(null==a.channels||null==a.channels.data?null:a.channels.data.length)>0),e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",!0===a.flgLoading[0]),e.xp6(1),e.Q6J("dataSource",a.channels)("ngClass",e.VKq(14,E_,"error"===a.flgLoading[0])),e.xp6(10),e.Q6J("matFooterRowDef",e.DdM(16,Q_)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,p.O5,d.Wh,d.yH,N.lW,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function H_(n,i){1&n&&e._UZ(0,"mat-progress-bar",31)}function B_(n,i){1&n&&(e.TgZ(0,"th",32),e._uU(1," Channel Point "),e.qZA())}const V_=function(n){return{"max-width":n}};function G_(n,i){if(1&n&&(e.TgZ(0,"td",33),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("ngStyle",e.VKq(2,V_,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(null==t?null:t.channel_point)}}function z_(n,i){1&n&&(e.TgZ(0,"th",34)(1,"span",35),e._uU(2,"Actions"),e.qZA()())}function W_(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",36)(1,"div",37)(2,"mat-select",38),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",39),e.NdJ("click",function(o){const r=e.CHM(t).$implicit;return e.oxw().onChannelClick(r,o)}),e._uU(5,"View Info"),e.qZA(),e.TgZ(6,"mat-option",39),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onBackupChannels(s)}),e._uU(7,"Backup"),e.qZA(),e.TgZ(8,"mat-option",39),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onDownloadBackup(s)}),e._uU(9,"Download Backup"),e.qZA(),e.TgZ(10,"mat-option",39),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().onVerifyChannels(s)}),e._uU(11,"Verify"),e.qZA()()()()}}function X_(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"No channel available."),e.qZA())}function $_(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting channels..."),e.qZA())}function j_(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Oqu(t.errorMessage)}}function K_(n,i){if(1&n&&(e.TgZ(0,"td",40),e.YNc(1,X_,2,0,"p",41),e.YNc(2,$_,2,0,"p",41),e.YNc(3,j_,2,1,"p",41),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.channels&&t.channels.data)||(null==t.channels||null==t.channels.data?null:t.channels.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const eh=function(n){return{"display-none":n}};function th(n,i){if(1&n&&e._UZ(0,"tr",42),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(1,eh,(null==t.channels?null:t.channels.data)&&(null==t.channels||null==t.channels.data?null:t.channels.data.length)>0))}}function nh(n,i){1&n&&e._UZ(0,"tr",43)}function ah(n,i){1&n&&e._UZ(0,"tr",44)}const ih=function(n){return{"overflow-auto error-border":n,"overflow-auto":!0}},oh=function(){return["no_channel"]};let sh=(()=>{class n{constructor(t,a,o,s){this.logger=t,this.store=a,this.actions=o,this.commonService=s,this.faInfoCircle=v.sqG,this.faExclamationTriangle=v.eHv,this.faArchive=v.N2j,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.selNode={},this.displayedColumns=["channel_point","actions"],this.channelsData=[],this.flgSticky=!1,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.selFilter="",this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(y.$k).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.selNode=t}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.channelsData=t.channels,this.channelsData.length>0&&this.loadBackupTable(this.channelsData),this.logger.info(t)}),this.actions.pipe((0,h.R)(this.unSubs[2]),(0,Y.h)(t=>t.type===l.uR.SET_CHANNELS_LND||t.type===l.pg.SHOW_FILE)).subscribe(t=>{var a;t.type===l.uR.SET_CHANNELS_LND&&(this.selectedChannel=null),t.type===l.pg.SHOW_FILE&&(this.commonService.downloadFile(t.payload,"channel-"+((null===(a=this.selectedChannel)||void 0===a?void 0:a.channel_point)?this.selectedChannel.channel_point:"all"),".bak",".bak"),this.selectedChannel=null)})}ngAfterViewInit(){this.channelsData.length>0&&this.loadBackupTable(this.channelsData)}onBackupChannels(t){this.store.dispatch((0,w.Vv)({payload:{uiMessage:l.m6.BACKUP_CHANNEL,channelPoint:t.channel_point?t.channel_point:"ALL",showMessage:""}}))}onVerifyChannels(t){this.store.dispatch((0,w.Cp)({payload:{channelPoint:t.channel_point?t.channel_point:"ALL"}}))}onDownloadBackup(t){this.selectedChannel=t,this.store.dispatch((0,S.dc)({payload:{channelPoint:t.channel_point?t.channel_point:"all"}}))}onChannelClick(t,a){this.store.dispatch((0,S.qR)({payload:{data:{channel:t,showCopy:!1,component:ye}}}))}applyFilter(){this.channels.filter=this.selFilter.trim().toLowerCase()}loadBackupTable(t){this.channels=new c.by(t?[...t]:[]),this.channels.sort=this.sort,this.channels.sortingDataAccessor=(a,o)=>a[o]&&isNaN(a[o])?a[o].toLocaleLowerCase():a[o]?+a[o]:null,this.channels.paginator=this.paginator,this.channels.filterPredicate=(a,o)=>((a.active?"active":"inactive")+(a.channel_point?a.channel_point.toLowerCase():"")+(a.chan_id?a.chan_id.toLowerCase():"")+(a.remote_pubkey?a.remote_pubkey.toLowerCase():"")+(a.remote_alias?a.remote_alias.toLowerCase():"")+(a.capacity?a.capacity:"")+(a.local_balance?a.local_balance:"")+(a.remote_balance?a.remote_balance:"")+(a.total_satoshis_sent?a.total_satoshis_sent:"")+(a.total_satoshis_received?a.total_satoshis_received:"")+(a.commit_fee?a.commit_fee:"")+(a.private?"private":"public")).includes(o),this.applyFilter()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(L.yh),e.Y36(W.eX),e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-channel-backup-table"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Channels")}])],decls:42,vars:18,consts:[["fxLayout","column"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","1",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","2",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-2"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","fxFlex","100","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","channel_point"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","actions"],["mat-header-cell","","class","pr-3",4,"matHeaderCellDef"],["mat-cell","","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_channel"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","",1,"pr-3"],["fxLayoutAlign","end center"],["mat-cell","","fxLayoutAlign","end center"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"div",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span"),e._uU(5,"Save your backup files in a redundant location."),e.qZA()(),e.TgZ(6,"div",4),e._UZ(7,"fa-icon",3),e.TgZ(8,"span")(9,"strong"),e._uU(10,"Backup Folder Location: "),e.qZA(),e._uU(11),e.qZA()(),e.TgZ(12,"div",5)(13,"button",6),e.NdJ("click",function(){return a.onVerifyChannels({})}),e._uU(14,"Verify All"),e.qZA(),e.TgZ(15,"button",7),e.NdJ("click",function(){return a.onBackupChannels({})}),e._uU(16,"Backup All"),e.qZA(),e.TgZ(17,"button",8),e.NdJ("click",function(){return a.onDownloadBackup({})}),e._uU(18,"Download Backup"),e.qZA()()(),e.TgZ(19,"div",9)(20,"div",10),e._UZ(21,"fa-icon",11),e.TgZ(22,"span",12),e._uU(23,"Backups"),e.qZA()(),e.TgZ(24,"mat-form-field",13)(25,"input",14),e.NdJ("keyup",function(){return a.applyFilter()})("ngModelChange",function(s){return a.selFilter=s}),e.qZA()()(),e.TgZ(26,"div",15),e.YNc(27,H_,1,0,"mat-progress-bar",16),e.TgZ(28,"table",17,18),e.ynx(30,19),e.YNc(31,B_,2,0,"th",20),e.YNc(32,G_,2,4,"td",21),e.BQk(),e.ynx(33,22),e.YNc(34,z_,3,0,"th",23),e.YNc(35,W_,12,0,"td",24),e.BQk(),e.ynx(36,25),e.YNc(37,K_,4,3,"td",26),e.BQk(),e.YNc(38,th,1,3,"tr",27),e.YNc(39,nh,1,0,"tr",28),e.YNc(40,ah,1,0,"tr",29),e.qZA()(),e._UZ(41,"mat-paginator",30),e.qZA()),2&t&&(e.xp6(3),e.Q6J("icon",a.faExclamationTriangle),e.xp6(4),e.Q6J("icon",a.faInfoCircle),e.xp6(4),e.hij("",a.selNode.channelBackupPath,"."),e.xp6(10),e.Q6J("icon",a.faArchive),e.xp6(4),e.Q6J("ngModel",a.selFilter),e.xp6(2),e.Q6J("ngIf",a.apiCallStatus.status===a.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",a.channels)("ngClass",e.VKq(15,ih,""!==a.errorMessage)),e.xp6(10),e.Q6J("matFooterRowDef",e.DdM(17,oh)),e.xp6(1),e.Q6J("matHeaderRowDef",a.displayedColumns)("matHeaderRowDefSticky",a.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",a.displayedColumns),e.xp6(1),e.Q6J("pageSize",a.pageSize)("pageSizeOptions",a.pageSizeOptions)("showFirstLastButtons",a.screenSize!==a.screenSizeEnum.XS))},directives:[d.xw,d.Wh,d.yH,D.BN,N.lW,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,p.O5,J.pW,c.BZ,A.YE,p.mk,k.oO,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,R.gD,R.$L,B.ey,c.mD,c.yh,c.Ke,c.Q2,c.as,c.XQ,c.nj,c.Gk,F.NW],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function lh(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",8),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw().activeLink=s.link}),e._uU(1),e.qZA()}if(2&n){const t=i.$implicit,a=e.oxw();e.s9C("routerLink",t.link),e.Q6J("active",a.activeLink===t.link),e.xp6(1),e.Oqu(t.name)}}let rh=(()=>{class n{constructor(t){this.router=t,this.faUserCheck=v.hkK,this.links=[{link:"sign",name:"Sign"},{link:"verify",name:"Verify"}],this.activeLink=this.links[0].link,this.unSubs=[new m.x,new m.x]}ngOnInit(){const t=this.links.find(a=>this.router.url.includes(a.link));this.activeLink=t?t.link:this.links[0].link,this.router.events.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(a=>a instanceof b.Av)).subscribe({next:a=>{const o=this.links.find(s=>a.urlAfterRedirects.includes(s.link));this.activeLink=o?o.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(b.F0))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-sign-verify-message"]],decls:11,vars:2,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Sign/Verify Message"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,lh,2,3,"div",6),e.qZA(),e.TgZ(9,"div",7),e._UZ(10,"router-outlet"),e.qZA()()()()),2&t&&(e.xp6(1),e.Q6J("icon",a.faUserCheck),e.xp6(7),e.Q6J("ngForOf",a.links))},directives:[d.xw,d.Wh,D.BN,Z.a8,Z.dn,P.BU,p.sg,P.Nj,b.rH,d.yH,b.lC],styles:[""]}),n})();function ch(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Message is required."),e.qZA())}let uh=(()=>{class n{constructor(t,a,o){this.dataService=t,this.snackBar=a,this.logger=o,this.message="",this.signedMessage="",this.signature="",this.unSubs=[new m.x,new m.x]}onSign(){if(!this.message||""===this.message)return!0;this.dataService.signMessage(this.message).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.signedMessage=this.message,this.signature=t.signature})}onMessageChange(){this.signedMessage!==this.message&&(this.signature="")}onCopyField(t){this.snackBar.open("Signature copied."),this.logger.info("Copied Text: "+t)}resetData(){this.message="",this.signature="",this.signedMessage=""}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(ee.D),e.Y36(ae.ux),e.Y36(U.mQ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-sign"]],decls:20,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["form","ngForm"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","placeholder","Message to sign","required","","tabindex","1","name","message",3,"ngModel","ngModelChange","keyup"],[4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],[1,"my-2",3,"inset"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"bordered-box","read-only","h-4","padding-gap"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","4","rtlClipboard","","type","button",3,"payload","copied"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"form",1,2)(3,"mat-form-field",3)(4,"textarea",4),e.NdJ("ngModelChange",function(s){return a.message=s})("keyup",function(){return a.onMessageChange()}),e.qZA(),e.YNc(5,ch,2,0,"mat-error",5),e.qZA(),e.TgZ(6,"div",6)(7,"button",7),e.NdJ("click",function(){return a.resetData()}),e._uU(8,"Clear Field"),e.qZA(),e.TgZ(9,"button",8),e.NdJ("click",function(){return a.onSign()}),e._uU(10,"Sign"),e.qZA()(),e._UZ(11,"mat-divider",9),e.TgZ(12,"div",10)(13,"p"),e._uU(14,"Generated Signature"),e.qZA()(),e.TgZ(15,"div",11),e._uU(16),e.qZA(),e.TgZ(17,"div",12)(18,"button",13),e.NdJ("copied",function(s){return a.onCopyField(s)}),e._uU(19,"Copy Signature"),e.qZA()()()()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.message),e.xp6(1),e.Q6J("ngIf",!a.message),e.xp6(6),e.Q6J("inset",!0),e.xp6(5),e.Oqu(a.signature),e.xp6(2),e.Q6J("payload",a.signature))},directives:[d.xw,d.yH,d.Wh,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,p.O5,x.TO,N.lW,X.d,re.y],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();function ph(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Message is required."),e.qZA())}function mh(n,i){1&n&&(e.TgZ(0,"mat-error"),e._uU(1,"Signature is required."),e.qZA())}function dh(n,i){1&n&&(e.TgZ(0,"p",13)(1,"mat-icon",14),e._uU(2,"close"),e.qZA(),e._uU(3,"Verification failed, please double check message and signature"),e.qZA())}function _h(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Pubkey Used"),e.qZA())}function hh(n,i){if(1&n&&(e.TgZ(0,"div",20)(1,"p"),e._uU(2),e.qZA()()),2&n){const t=e.oxw(2);e.xp6(2),e.Oqu(null==t.verifyRes?null:t.verifyRes.pubkey)}}function gh(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",21)(1,"button",22),e.NdJ("copied",function(o){return e.CHM(t),e.oxw(2).onCopyField(o)}),e._uU(2,"Copy Pubkey"),e.qZA()()}if(2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("payload",null==t.verifyRes?null:t.verifyRes.pubkey)}}function fh(n,i){if(1&n&&(e.TgZ(0,"div",15),e._UZ(1,"mat-divider",16),e.TgZ(2,"div",17),e.YNc(3,_h,2,0,"p",5),e.qZA(),e.YNc(4,hh,3,1,"div",18),e.YNc(5,gh,3,1,"div",19),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("inset",!0),e.xp6(2),e.Q6J("ngIf",t.verifyRes.valid),e.xp6(1),e.Q6J("ngIf",t.verifyRes.valid),e.xp6(1),e.Q6J("ngIf",t.verifyRes.valid)}}let Ch=(()=>{class n{constructor(t,a,o){this.dataService=t,this.snackBar=a,this.logger=o,this.message="",this.verifiedMessage="",this.signature="",this.verifiedSignature="",this.showVerifyStatus=!1,this.verifyRes={pubkey:"",valid:null},this.unSubs=[new m.x,new m.x]}onVerify(){if(!this.message||""===this.message||!this.signature||""===this.signature)return!0;this.dataService.verifyMessage(this.message,this.signature).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{this.verifyRes=t,this.showVerifyStatus=!0,this.verifiedMessage=this.message,this.verifiedSignature=this.signature})}onChange(){(this.verifiedMessage!==this.message||this.verifiedSignature!==this.signature)&&(this.showVerifyStatus=!1,this.verifyRes={pubkey:"",valid:null})}resetData(){this.message="",this.signature="",this.verifyRes=null,this.showVerifyStatus=!1}onCopyField(t){this.snackBar.open("Pubkey copied."),this.logger.info("Copied Text: "+t)}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(ee.D),e.Y36(ae.ux),e.Y36(U.mQ))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-verify"]],decls:17,vars:6,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],["form","ngForm"],["fxFlex","100","fxLayoutAlign","start end"],["autoFocus","","matInput","","rows","1","placeholder","Message to verify","required","","tabindex","1","name","message",3,"ngModel","ngModelChange","keyup"],[4,"ngIf"],["matInput","","placeholder","Signature provided","name","signature","tabindex","2","required","",3,"ngModel","ngModelChange","keyup"],["sign","ngModel"],["fxFlex","100","class","color-warn","fxLayoutAlign","start center",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","3","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap",4,"ngIf"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn"],[1,"mr-1","icon-small"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayout.gt-sm","row wrap"],[1,"my-2",3,"inset"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start","class","bordered-box read-only h-4 padding-gap",4,"ngIf"],["fxLayout","row","class","mt-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"bordered-box","read-only","h-4","padding-gap"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","5","rtlClipboard","","type","button",3,"payload","copied"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"form",1,2)(3,"mat-form-field",3)(4,"textarea",4),e.NdJ("ngModelChange",function(s){return a.message=s})("keyup",function(){return a.onChange()}),e.qZA(),e.YNc(5,ph,2,0,"mat-error",5),e.qZA(),e.TgZ(6,"mat-form-field",3)(7,"input",6,7),e.NdJ("ngModelChange",function(s){return a.signature=s})("keyup",function(){return a.onChange()}),e.qZA(),e.YNc(9,mh,2,0,"mat-error",5),e.qZA(),e.YNc(10,dh,4,0,"p",8),e.TgZ(11,"div",9)(12,"button",10),e.NdJ("click",function(){return a.resetData()}),e._uU(13,"Clear Fields"),e.qZA(),e.TgZ(14,"button",11),e.NdJ("click",function(){return a.onVerify()}),e._uU(15,"Verify"),e.qZA()(),e.YNc(16,fh,6,4,"div",12),e.qZA()()),2&t&&(e.xp6(4),e.Q6J("ngModel",a.message),e.xp6(1),e.Q6J("ngIf",!a.message),e.xp6(2),e.Q6J("ngModel",a.signature),e.xp6(2),e.Q6J("ngIf",!a.signature),e.xp6(1),e.Q6J("ngIf",a.showVerifyStatus&&!a.verifyRes.valid),e.xp6(6),e.Q6J("ngIf",a.showVerifyStatus&&a.verifyRes.valid))},directives:[d.xw,d.yH,d.Wh,u._Y,u.JL,u.F,x.KE,M.Nt,u.Fj,$.h,u.Q7,u.JJ,u.On,p.O5,x.TO,te.Hw,N.lW,X.d,re.y],styles:[".mat-column-channel_point[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}"]}),n})();var xh=f(9442),q=f(1643);function yh(n,i){if(1&n&&(e.TgZ(0,"div",3),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Oqu(t.errorMessage)}}function Th(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",9)(1,"div",10),e._uU(2,"Non Routing Peers"),e.qZA(),e.TgZ(3,"mat-form-field",11)(4,"input",12),e.NdJ("keyup",function(){return e.CHM(t),e.oxw(2).applyFilter()})("ngModelChange",function(o){return e.CHM(t),e.oxw(2).filter=o}),e.qZA()()()}if(2&n){const t=e.oxw(2);e.xp6(4),e.Q6J("ngModel",t.filter)}}function vh(n,i){1&n&&e._UZ(0,"mat-progress-bar",35)}function bh(n,i){1&n&&(e.TgZ(0,"th",36),e._uU(1,"Channel ID"),e.qZA())}const tt=function(n){return{"max-width":n}};function Zh(n,i){if(1&n&&(e.TgZ(0,"td",37),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(3);e.Q6J("ngStyle",e.VKq(2,tt,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.chan_id)}}function wh(n,i){1&n&&(e.TgZ(0,"th",36),e._uU(1,"Peer Alias"),e.qZA())}function Ah(n,i){if(1&n&&(e.TgZ(0,"td",37),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(3);e.Q6J("ngStyle",e.VKq(2,tt,a.screenSize===a.screenSizeEnum.XS?"10rem":"28rem")),e.xp6(1),e.Oqu(t.remote_alias)}}function Sh(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Sats Sent"),e.qZA())}function Lh(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",40),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_satoshis_sent))}}function kh(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Sats Received"),e.qZA())}function Fh(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",40),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.total_satoshis_received))}}function Nh(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Local Balance (Sats)"),e.qZA())}function qh(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",40),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.local_balance))}}function Uh(n,i){1&n&&(e.TgZ(0,"th",38),e._uU(1,"Remote Balance (Sats)"),e.qZA())}function Oh(n,i){if(1&n&&(e.TgZ(0,"td",39)(1,"span",40),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&n){const t=i.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,t.remote_balance))}}function Rh(n,i){1&n&&(e.TgZ(0,"th",41)(1,"span",40),e._uU(2,"Actions"),e.qZA()())}function Mh(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"td",42)(1,"button",43),e.NdJ("click",function(){const s=e.CHM(t).$implicit;return e.oxw(3).onManagePeer(s)}),e._uU(2,"Manage"),e.qZA()()}}function Ih(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"All peers are routing."),e.qZA())}function Dh(n,i){1&n&&(e.TgZ(0,"p"),e._uU(1,"Getting non routing peers..."),e.qZA())}function Ph(n,i){if(1&n&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&n){const t=e.oxw(4);e.xp6(1),e.Oqu(t.errorMessage)}}function Jh(n,i){if(1&n&&(e.TgZ(0,"td",44),e.YNc(1,Ih,2,0,"p",45),e.YNc(2,Dh,2,0,"p",45),e.YNc(3,Ph,2,1,"p",45),e.qZA()),2&n){const t=e.oxw(3);e.xp6(1),e.Q6J("ngIf",(!(null!=t.NonRoutingPeers&&t.NonRoutingPeers.data)||(null==t.NonRoutingPeers||null==t.NonRoutingPeers.data?null:t.NonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.COMPLETED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.NonRoutingPeers&&t.NonRoutingPeers.data)||(null==t.NonRoutingPeers||null==t.NonRoutingPeers.data?null:t.NonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("ngIf",(!(null!=t.NonRoutingPeers&&t.NonRoutingPeers.data)||(null==t.NonRoutingPeers||null==t.NonRoutingPeers.data?null:t.NonRoutingPeers.data.length)<1)&&t.apiCallStatus.status===t.apiCallStatusEnum.ERROR)}}const Eh=function(n){return{"display-none":n}};function Qh(n,i){if(1&n&&e._UZ(0,"tr",46),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,Eh,(null==t.NonRoutingPeers||null==t.NonRoutingPeers.data?null:t.NonRoutingPeers.data.length)>0))}}function Yh(n,i){1&n&&e._UZ(0,"tr",47)}function Hh(n,i){1&n&&e._UZ(0,"tr",48)}const Bh=function(){return["no_non_routing_event"]};function Vh(n,i){if(1&n&&(e.TgZ(0,"div",13),e.YNc(1,vh,1,0,"mat-progress-bar",14),e.TgZ(2,"table",15,16),e.ynx(4,17),e.YNc(5,bh,2,0,"th",18),e.YNc(6,Zh,2,4,"td",19),e.BQk(),e.ynx(7,20),e.YNc(8,wh,2,0,"th",18),e.YNc(9,Ah,2,4,"td",19),e.BQk(),e.ynx(10,21),e.YNc(11,Sh,2,0,"th",22),e.YNc(12,Lh,4,3,"td",23),e.BQk(),e.ynx(13,24),e.YNc(14,kh,2,0,"th",22),e.YNc(15,Fh,4,3,"td",23),e.BQk(),e.ynx(16,25),e.YNc(17,Nh,2,0,"th",22),e.YNc(18,qh,4,3,"td",23),e.BQk(),e.ynx(19,26),e.YNc(20,Uh,2,0,"th",22),e.YNc(21,Oh,4,3,"td",23),e.BQk(),e.ynx(22,27),e.YNc(23,Rh,3,0,"th",28),e.YNc(24,Mh,3,0,"td",29),e.BQk(),e.ynx(25,30),e.YNc(26,Jh,4,3,"td",31),e.BQk(),e.YNc(27,Qh,1,3,"tr",32),e.YNc(28,Yh,1,0,"tr",33),e.YNc(29,Hh,1,0,"tr",34),e.qZA()()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("ngIf",t.apiCallStatus.status===t.apiCallStatusEnum.INITIATED),e.xp6(1),e.Q6J("dataSource",t.NonRoutingPeers),e.xp6(25),e.Q6J("matFooterRowDef",e.DdM(6,Bh)),e.xp6(1),e.Q6J("matHeaderRowDef",t.displayedColumns)("matHeaderRowDefSticky",t.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",t.displayedColumns)}}function Gh(n,i){if(1&n&&(e.TgZ(0,"div",4),e.YNc(1,Th,5,1,"div",5),e.YNc(2,Vh,30,7,"div",6),e._UZ(3,"mat-paginator",7,8),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.Q6J("ngIf",""===t.errorMessage),e.xp6(1),e.Q6J("ngIf",""===t.errorMessage),e.xp6(1),e.Q6J("pageSize",t.pageSize)("pageSizeOptions",t.pageSizeOptions)("showFirstLastButtons",t.screenSize!==t.screenSizeEnum.XS)}}let zh=(()=>{class n{constructor(t,a,o,s,r){this.logger=t,this.commonService=a,this.store=o,this.router=s,this.activatedRoute=r,this.routingPeersData=[],this.displayedColumns=[],this.NonRoutingPeers=new c.by([]),this.flgSticky=!1,this.pageSize=l.IV,this.pageSizeOptions=l.TJ,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.filter="",this.activeChannels=[],this.apiCallStatus=null,this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x,new m.x,new m.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS||this.screenSize===l.cu.SM?(this.flgSticky=!1,this.displayedColumns=["remote_alias","local_balance","remote_balance","actions"]):this.screenSize===l.cu.MD?(this.flgSticky=!1,this.displayedColumns=["chan_id","remote_alias","local_balance","remote_balance","actions"]):(this.flgSticky=!0,this.displayedColumns=["chan_id","remote_alias","total_satoshis_received","total_satoshis_sent","local_balance","remote_balance","actions"])}ngOnInit(){this.store.select(y.Bo).pipe((0,h.R)(this.unSubs[0])).subscribe(t=>{var a;this.errorMessage="",this.apiCallStatus=t.apiCallStatus,(null===(a=t.apiCallStatus)||void 0===a?void 0:a.status)===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.routingPeersData=t.forwardingHistory.forwarding_events?t.forwardingHistory.forwarding_events:[],this.routingPeersData.length>0&&this.sort&&this.paginator&&this.loadNonRoutingPeersTable(this.routingPeersData),this.logger.info(t.apiCallStatus),this.logger.info(t.forwardingHistory)}),this.store.select(y.ZW).pipe((0,h.R)(this.unSubs[1])).subscribe(t=>{this.errorMessage="",this.apiCallStatus=t.apiCallStatus,this.apiCallStatus.status===l.Bn.ERROR&&(this.errorMessage=this.apiCallStatus.message?"object"==typeof this.apiCallStatus.message?JSON.stringify(this.apiCallStatus.message):this.apiCallStatus.message:""),this.activeChannels=t.channels,this.logger.info(t)})}ngAfterViewInit(){this.routingPeersData.length>0&&this.loadNonRoutingPeersTable(this.routingPeersData)}onManagePeer(t){this.router.navigate(["../../","connections","channels","open"],{relativeTo:this.activatedRoute,state:{filter:t.chan_id}})}loadNonRoutingPeersTable(t){var a;if(t.length>0){const o=null===(a=this.activeChannels)||void 0===a?void 0:a.filter(s=>t.findIndex(r=>r.chan_id_in===s.chan_id||r.chan_id_out===s.chan_id)<0);this.NonRoutingPeers=new c.by(o),this.NonRoutingPeers.sort=this.sort,this.NonRoutingPeers.filterPredicate=(s,r)=>JSON.stringify(s).toLowerCase().includes(r),this.NonRoutingPeers.paginator=this.paginator,this.logger.info(this.NonRoutingPeers)}else this.NonRoutingPeers=new c.by([]);this.applyFilter()}applyFilter(){this.NonRoutingPeers.filter=this.filter.toLowerCase()}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(b.F0),e.Y36(b.gz))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-non-routing-peers"]],viewQuery:function(t,a){if(1&t&&(e.Gf(A.YE,5),e.Gf(F.NW,5)),2&t){let o;e.iGM(o=e.CRH())&&(a.sort=o.first),e.iGM(o=e.CRH())&&(a.paginator=o.first)}},features:[e._Bn([{provide:F.ye,useValue:(0,l.pt)("Non routing peers")}])],decls:3,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["class","p-2 error-border my-2",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],[1,"p-2","error-border","my-2"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100","class","table-container",3,"perfectScrollbar",4,"ngIf"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["paginator",""],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","70"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","column","fxLayoutAlign","start center","fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",1,"overflow-auto",3,"dataSource"],["table",""],["matColumnDef","chan_id"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",3,"ngStyle",4,"matCellDef"],["matColumnDef","remote_alias"],["matColumnDef","total_satoshis_sent"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","total_satoshis_received"],["matColumnDef","local_balance"],["matColumnDef","remote_balance"],["matColumnDef","actions"],["mat-header-cell","","class","pr-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-2","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_non_routing_event"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell","",3,"ngStyle"],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["mat-cell",""],["fxLayoutAlign","end center"],["mat-header-cell","",1,"pr-3"],["mat-cell","","fxLayoutAlign","end center",1,"pl-2"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(t,a){1&t&&(e.TgZ(0,"div",0),e.YNc(1,yh,2,1,"div",1),e.YNc(2,Gh,5,5,"div",2),e.qZA()),2&t&&(e.xp6(1),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage))},directives:[d.xw,d.yH,d.Wh,p.O5,x.KE,M.Nt,u.Fj,u.JJ,u.On,H.$V,J.pW,c.BZ,A.YE,c.w1,c.fO,c.ge,A.nU,c.Dz,c.ev,p.PC,k.Zl,N.lW,c.mD,c.yh,c.Ke,c.Q2,p.mk,k.oO,c.as,c.XQ,c.nj,c.Gk,F.NW],pipes:[p.JJ],styles:[".mat-column-chan_id[_ngcontent-%COMP%], .mat-column-alias[_ngcontent-%COMP%]{flex:1 1 25%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),n})(),Wh=(()=>{class n{constructor(t){this.dataService=t,this.paths="",this.unSubs=[new m.x,new m.x]}ngOnInit(){var t;if(this.payment.htlcs&&this.payment.htlcs[0]&&this.payment.htlcs[0].route&&this.payment.htlcs[0].route.hops&&this.payment.htlcs[0].route.hops.length>0){const a=null===(t=this.payment.htlcs[0].route.hops)||void 0===t?void 0:t.reduce((o,s)=>""===o&&s.pub_key?s.pub_key:o+","+s.pub_key,"");this.dataService.getAliasesFromPubkeys(a,!0).pipe((0,h.R)(this.unSubs[0])).subscribe(o=>{this.paths=null==o?void 0:o.reduce((s,r)=>""===s?r:s+"\n"+r,"")})}this.payment.payment_request&&""!==this.payment.payment_request.trim()&&this.dataService.decodePayment(this.payment.payment_request,!1).pipe((0,z.q)(1)).subscribe(a=>{a&&a.description&&""!==a.description&&(this.payment.description=a.description)})}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(ee.D))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-payment-lookup"]],inputs:{payment:"payment"},decls:66,vars:20,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"padding-gap-x-large"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"my-1",3,"inset"],["fxLayout","row"],["fxFlex","50"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"mat-card-content",1)(2,"div",2)(3,"h4",3),e._uU(4,"Payment Hash"),e.qZA(),e.TgZ(5,"span",4),e._uU(6),e.qZA()(),e._UZ(7,"mat-divider",5),e.TgZ(8,"div",2)(9,"h4",3),e._uU(10,"Payment Preimage"),e.qZA(),e.TgZ(11,"span",4)(12,"div"),e._uU(13),e.qZA()()(),e._UZ(14,"mat-divider",5),e.TgZ(15,"div",2)(16,"h4",3),e._uU(17,"Payment Request"),e.qZA(),e.TgZ(18,"span",4)(19,"div"),e._uU(20),e.qZA()()(),e._UZ(21,"mat-divider",5),e.TgZ(22,"div",2)(23,"h4",3),e._uU(24,"Description"),e.qZA(),e.TgZ(25,"span",4)(26,"div"),e._uU(27),e.qZA()()(),e._UZ(28,"mat-divider",5),e.TgZ(29,"div",6)(30,"div",7)(31,"h4",3),e._uU(32,"Status"),e.qZA(),e.TgZ(33,"span",4)(34,"div"),e._uU(35),e.qZA()()(),e.TgZ(36,"div",7)(37,"h4",3),e._uU(38,"Creation Date"),e.qZA(),e.TgZ(39,"span",4)(40,"div"),e._uU(41),e.qZA()()()(),e._UZ(42,"mat-divider",5),e.TgZ(43,"div",6)(44,"div",7)(45,"h4",3),e._uU(46,"Value (mSats)"),e.qZA(),e.TgZ(47,"span",4)(48,"div"),e._uU(49),e.ALo(50,"number"),e.qZA()()(),e.TgZ(51,"div",7)(52,"h4",3),e._uU(53,"Fee (mSats)"),e.qZA(),e.TgZ(54,"span",4)(55,"div"),e._uU(56),e.ALo(57,"number"),e.qZA()()()(),e._UZ(58,"mat-divider",5),e.TgZ(59,"div",2)(60,"h4",3),e._uU(61,"Path"),e.qZA(),e.TgZ(62,"span",4)(63,"div"),e._uU(64),e.qZA()()(),e._UZ(65,"mat-divider",5),e.qZA()()),2&t&&(e.xp6(6),e.Oqu(null==a.payment?null:a.payment.payment_hash),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.payment?null:a.payment.payment_preimage),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.payment?null:a.payment.payment_request),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.payment?null:a.payment.description),e.xp6(1),e.Q6J("inset",!0),e.xp6(7),e.Oqu(null==a.payment?null:a.payment.status),e.xp6(6),e.Oqu(null==a.payment?null:a.payment.creation_date),e.xp6(1),e.Q6J("inset",!0),e.xp6(7),e.Oqu(e.lcZ(50,16,null==a.payment?null:a.payment.value_msat)),e.xp6(7),e.Oqu(e.lcZ(57,18,null==a.payment?null:a.payment.fee_msat)),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(a.paths),e.xp6(1),e.Q6J("inset",!0))},directives:[d.xw,d.yH,d.Wh,Z.dn,X.d],pipes:[p.JJ],styles:[""]}),n})();var Xh=f(159);function $h(n,i){if(1&n&&e._UZ(0,"qr-code",22),2&n){const t=e.oxw();e.Q6J("value",null==t.invoice?null:t.invoice.payment_request)("size",t.qrWidth)("errorCorrectionLevel","L")}}function jh(n,i){1&n&&(e.TgZ(0,"span",23),e._uU(1,"N/A"),e.qZA())}function Kh(n,i){if(1&n&&e._UZ(0,"qr-code",22),2&n){const t=e.oxw();e.Q6J("value",null==t.invoice?null:t.invoice.payment_request)("size",t.qrWidth)("errorCorrectionLevel","L")}}function eg(n,i){1&n&&(e.TgZ(0,"span",24),e._uU(1,"QR Code Not Applicable"),e.qZA())}function tg(n,i){1&n&&e._UZ(0,"mat-divider",16),2&n&&e.Q6J("inset",!0)}function ng(n,i){1&n&&(e.ynx(0),e._uU(1," (zero amount) "),e.BQk())}const we=function(n){return{"mr-0":n}};function ag(n,i){if(1&n&&e._UZ(0,"span",38),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,we,t.screenSize===t.screenSizeEnum.XS))}}function ig(n,i){if(1&n&&e._UZ(0,"span",39),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,we,t.screenSize===t.screenSizeEnum.XS))}}function og(n,i){if(1&n&&e._UZ(0,"span",40),2&n){const t=e.oxw(3);e.Q6J("ngClass",e.VKq(1,we,t.screenSize===t.screenSizeEnum.XS))}}function sg(n,i){if(1&n&&(e.TgZ(0,"div",27)(1,"div",32)(2,"span",33),e.YNc(3,ag,1,3,"span",34),e.YNc(4,ig,1,3,"span",35),e.YNc(5,og,1,3,"span",36),e._uU(6),e.qZA(),e.TgZ(7,"span",37),e._uU(8),e.ALo(9,"number"),e.qZA()(),e._UZ(10,"mat-divider",16),e.qZA()),2&n){const t=i.$implicit,a=e.oxw(2);e.xp6(3),e.Q6J("ngIf","SETTLED"===t.state),e.xp6(1),e.Q6J("ngIf","ACCEPTED"===t.state),e.xp6(1),e.Q6J("ngIf","CANCELED"===t.state),e.xp6(1),e.hij(" ",t.chan_id," "),e.xp6(2),e.Oqu(e.xi3(9,6,+t.amt_msat/1e3||0,a.getDecimalFormat(t))),e.xp6(2),e.Q6J("inset",!0)}}function lg(n,i){if(1&n){const t=e.EpF();e.TgZ(0,"div",11)(1,"mat-expansion-panel",25),e.NdJ("opened",function(){return e.CHM(t),e.oxw().flgOpened=!0})("closed",function(){return e.CHM(t),e.oxw().onExpansionClosed()}),e.TgZ(2,"mat-expansion-panel-header")(3,"mat-panel-title")(4,"h4",26),e._uU(5,"HTLCs"),e.qZA()()(),e.TgZ(6,"div",27)(7,"div",28)(8,"span",29),e._uU(9,"Channel ID"),e.qZA(),e.TgZ(10,"span",30),e._uU(11,"Amount (Sats)"),e.qZA()(),e._UZ(12,"mat-divider",16),e.YNc(13,sg,11,9,"div",31),e.qZA()()()}if(2&n){const t=e.oxw();e.xp6(12),e.Q6J("inset",!0),e.xp6(1),e.Q6J("ngForOf",null==t.invoice?null:t.invoice.htlcs)}}function rg(n,i){1&n&&e._UZ(0,"mat-divider",16),2&n&&e.Q6J("inset",!0)}const nt=function(n){return{"display-none":n}};let cg=(()=>{class n{constructor(t){this.commonService=t,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=l.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.screenSize===l.cu.XS&&(this.qrWidth=220)}getDecimalFormat(t){return t.amt_msat<1e3?"1.0-4":"1.0-0"}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(O.v))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-invoice-lookup"]],inputs:{invoice:"invoice"},decls:90,vars:45,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between stretch"],["fxFlex","20",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxLayout","column","fxFlex","80"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],[3,"perfectScrollbar"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"my-1",3,"inset"],["fxFlex","100"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","34"],["fxFlex","33"],["fxLayout","row",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"flat-expansion-panel",3,"opened","closed"],["fxLayoutAlign","start center","fxFlex","100",1,"font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100",1,"mt-minus-1"],["fxFlex","60",1,"foreground-secondary-text","font-bold-500"],["fxFlex","40",1,"foreground-secondary-text","font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100"],["fxFlex","60",1,"foreground-secondary-text"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["fxFlex","40",1,"foreground-secondary-text"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,$h,1,3,"qr-code",2),e.YNc(3,jh,2,0,"span",3),e.qZA(),e.TgZ(4,"div",4)(5,"mat-card-content",5)(6,"div",6)(7,"div",7),e.YNc(8,Kh,1,3,"qr-code",2),e.YNc(9,eg,2,0,"span",8),e.qZA(),e.YNc(10,tg,1,1,"mat-divider",9),e.TgZ(11,"div",10)(12,"div",11)(13,"div",12)(14,"h4",13),e._uU(15),e.qZA(),e.TgZ(16,"span",14),e._uU(17),e.ALo(18,"number"),e.YNc(19,ng,2,0,"ng-container",15),e.qZA()(),e.TgZ(20,"div",12)(21,"h4",13),e._uU(22,"Amount Settled"),e.qZA(),e.TgZ(23,"span",14)(24,"div"),e._uU(25),e.ALo(26,"number"),e.qZA()()()(),e._UZ(27,"mat-divider",16),e.TgZ(28,"div",11)(29,"div",12)(30,"h4",13),e._uU(31,"Date Created"),e.qZA(),e.TgZ(32,"span",14),e._uU(33),e.ALo(34,"date"),e.qZA()(),e.TgZ(35,"div",12)(36,"h4",13),e._uU(37,"Date Settled"),e.qZA(),e.TgZ(38,"span",14),e._uU(39),e.ALo(40,"date"),e.qZA()()(),e._UZ(41,"mat-divider",16),e.TgZ(42,"div",11)(43,"div",17)(44,"h4",13),e._uU(45,"Memo"),e.qZA(),e.TgZ(46,"span",14),e._uU(47),e.qZA()()(),e._UZ(48,"mat-divider",16),e.TgZ(49,"div",11)(50,"div",17)(51,"h4",13),e._uU(52,"Payment Request"),e.qZA(),e.TgZ(53,"span",18),e._uU(54),e.qZA()()(),e._UZ(55,"mat-divider",16),e.TgZ(56,"div",11)(57,"div",17)(58,"h4",13),e._uU(59,"Payment Hash"),e.qZA(),e.TgZ(60,"span",18),e._uU(61),e.qZA()()(),e.TgZ(62,"div"),e._UZ(63,"mat-divider",16),e.TgZ(64,"div",11)(65,"div",17)(66,"h4",13),e._uU(67,"Preimage"),e.qZA(),e.TgZ(68,"span",18),e._uU(69),e.qZA()()(),e._UZ(70,"mat-divider",16),e.TgZ(71,"div",11)(72,"div",19)(73,"h4",13),e._uU(74,"State"),e.qZA(),e.TgZ(75,"span",18),e._uU(76),e.qZA()(),e.TgZ(77,"div",20)(78,"h4",13),e._uU(79,"Expiry"),e.qZA(),e.TgZ(80,"span",18),e._uU(81),e.qZA()(),e.TgZ(82,"div",20)(83,"h4",13),e._uU(84,"Private Routing Hints"),e.qZA(),e.TgZ(85,"span",18),e._uU(86),e.qZA()()(),e._UZ(87,"mat-divider",16),e.YNc(88,lg,14,2,"div",21),e.YNc(89,rg,1,1,"mat-divider",9),e.qZA()()()()()()),2&t&&(e.xp6(1),e.Q6J("fxLayoutAlign",null!=a.invoice&&a.invoice.payment_request&&""!==(null==a.invoice?null:a.invoice.payment_request)?"center start":"center center")("ngClass",e.VKq(41,nt,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.xp6(1),e.Q6J("ngIf",(null==a.invoice?null:a.invoice.payment_request)&&""!==(null==a.invoice?null:a.invoice.payment_request)),e.xp6(1),e.Q6J("ngIf",!(null!=a.invoice&&a.invoice.payment_request)||""===(null==a.invoice?null:a.invoice.payment_request)),e.xp6(4),e.Q6J("fxLayoutAlign",null!=a.invoice&&a.invoice.payment_request&&""!==(null==a.invoice?null:a.invoice.payment_request)?"center start":"center center")("ngClass",e.VKq(43,nt,a.screenSize!==a.screenSizeEnum.XS&&a.screenSize!==a.screenSizeEnum.SM)),e.xp6(1),e.Q6J("ngIf",(null==a.invoice?null:a.invoice.payment_request)&&""!==(null==a.invoice?null:a.invoice.payment_request)),e.xp6(1),e.Q6J("ngIf",!(null!=a.invoice&&a.invoice.payment_request)||""===(null==a.invoice?null:a.invoice.payment_request)),e.xp6(1),e.Q6J("ngIf",a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM),e.xp6(5),e.Oqu(a.screenSize===a.screenSizeEnum.XS?"Amount":"Amount Requested"),e.xp6(2),e.hij("",e.lcZ(18,31,(null==a.invoice?null:a.invoice.value)||0)," Sats"),e.xp6(2),e.Q6J("ngIf",!(null!=a.invoice&&a.invoice.value)||"0"===(null==a.invoice?null:a.invoice.value)),e.xp6(6),e.hij("",e.lcZ(26,33,null==a.invoice?null:a.invoice.amt_paid_sat)," Sats"),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(e.xi3(34,35,1e3*(null==a.invoice?null:a.invoice.creation_date),"dd/MMM/y HH:mm")),e.xp6(6),e.Oqu(0!=+(null==a.invoice?null:a.invoice.settle_date)?e.xi3(40,38,1e3*+(null==a.invoice?null:a.invoice.settle_date),"dd/MMM/y HH:mm"):"-"),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.invoice?null:a.invoice.memo),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu((null==a.invoice?null:a.invoice.payment_request)||"N/A"),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu((null==a.invoice?null:a.invoice.r_hash)||""),e.xp6(2),e.Q6J("inset",!0),e.xp6(6),e.Oqu((null==a.invoice?null:a.invoice.r_preimage)||"-"),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Oqu(null==a.invoice?null:a.invoice.state),e.xp6(5),e.Oqu(null==a.invoice?null:a.invoice.expiry),e.xp6(5),e.Oqu(null!=a.invoice&&a.invoice.private?"Yes":"No"),e.xp6(1),e.Q6J("inset",!0),e.xp6(1),e.Q6J("ngIf",(null==a.invoice?null:a.invoice.htlcs)&&(null==a.invoice?null:a.invoice.htlcs.length)>0),e.xp6(1),e.Q6J("ngIf",(null==a.invoice?null:a.invoice.htlcs)&&(null==a.invoice?null:a.invoice.htlcs.length)>0))},directives:[d.xw,d.Wh,d.yH,p.mk,k.oO,p.O5,Xh.uU,Z.dn,X.d,H.$V,V.ib,V.yz,V.yK,p.sg,j.gM],pipes:[p.JJ,p.uU],styles:[""]}),n})();function ug(n,i){if(1&n&&(e.TgZ(0,"mat-radio-button",17),e._uU(1),e.qZA()),2&n){const t=i.$implicit,a=e.oxw();e.Q6J("value",t.id)("checked",a.selectedFieldId===t.id),e.xp6(1),e.hij(" ",t.name," ")}}function pg(n,i){if(1&n&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&n){const t=e.oxw();e.xp6(1),e.hij("",null==t.lookupFields[t.selectedFieldId]?null:t.lookupFields[t.selectedFieldId].placeholder," is required.")}}function mg(n,i){1&n&&e._UZ(0,"mat-progress-bar",20)}const dg=function(n){return{"w-100 mt-2 p-2 error-border":n,"w-100 my-2 p-2":!0}};function _g(n,i){if(1&n&&(e.TgZ(0,"div",18),e.YNc(1,mg,1,0,"mat-progress-bar",19),e._uU(2),e.qZA()),2&n){const t=e.oxw();e.Q6J("ngClass",e.VKq(3,dg,""!==t.errorMessage&&"Getting lookup details..."!==t.errorMessage)),e.xp6(1),e.Q6J("ngIf","Getting lookup details..."===t.errorMessage),e.xp6(1),e.hij(" ",t.errorMessage," ")}}function hg(n,i){if(1&n&&(e.TgZ(0,"span",27),e._UZ(1,"rtl-payment-lookup",28),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("payment",t.lookupValue)}}function gg(n,i){if(1&n&&(e.TgZ(0,"span",27),e._UZ(1,"rtl-invoice-lookup",29),e.qZA()),2&n){const t=e.oxw(2);e.xp6(1),e.Q6J("invoice",t.lookupValue)}}function fg(n,i){1&n&&(e.TgZ(0,"span",27)(1,"h3"),e._uU(2,"Error! Unable to find details!"),e.qZA()())}function Cg(n,i){if(1&n&&(e.TgZ(0,"div",21)(1,"div",22)(2,"span",23),e._uU(3),e.qZA()(),e.TgZ(4,"div",24),e.YNc(5,hg,2,1,"span",25),e.YNc(6,gg,2,1,"span",25),e.YNc(7,fg,3,0,"span",26),e.qZA()()),2&n){const t=e.oxw();e.xp6(3),e.hij("",t.lookupFields[t.selectedFieldId].name," Details"),e.xp6(1),e.Q6J("ngSwitch",t.selectedFieldId),e.xp6(1),e.Q6J("ngSwitchCase",0),e.xp6(1),e.Q6J("ngSwitchCase",1)}}const xg=function(n){return{"mt-1":!0,"mt-2":n}},vg=b.Bz.forChild([{path:"",component:Fe,children:[{path:"",pathMatch:"full",redirectTo:"home"},{path:"home",component:ri,canActivate:[q.QM]},{path:"wallet",component:h1,canActivate:[q.a1]},{path:"onchain",component:Zd,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"receive/utxos"},{path:"receive/:selTab",component:Sd,canActivate:[q.QM]},{path:"send/:selTab",component:Ke,data:{sweepAll:!1},canActivate:[q.QM]},{path:"sweep/:selTab",component:Ke,data:{sweepAll:!0},canActivate:[q.QM]}]},{path:"connections",component:pi,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"channels"},{path:"channels",component:_o,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"open"},{path:"open",component:il,canActivate:[q.QM]},{path:"pending",component:Er,canActivate:[q.QM]},{path:"closed",component:mc,canActivate:[q.QM]},{path:"activehtlcs",component:Hc,canActivate:[q.QM]}]},{path:"peers",component:ro,data:{sweepAll:!1},canActivate:[q.QM]}]},{path:"transactions",component:C1,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"payments"},{path:"payments",component:Je,canActivate:[q.QM]},{path:"invoices",component:De,canActivate:[q.QM]},{path:"lookuptransactions",component:(()=>{class n{constructor(t,a,o,s){this.logger=t,this.commonService=a,this.store=o,this.actions=s,this.lookupKey="",this.lookupValue={},this.flgSetLookupValue=!1,this.messageObj=[],this.selectedFieldId=0,this.lookupFields=[{id:0,name:"Payment",placeholder:"Payment Hash"},{id:1,name:"Invoice",placeholder:"Payment Hash"}],this.faSearch=v.wn1,this.screenSize="",this.screenSizeEnum=l.cu,this.errorMessage="",this.apiCallStatusEnum=l.Bn,this.unSubs=[new m.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.actions.pipe((0,h.R)(this.unSubs[0]),(0,Y.h)(t=>t.type===l.uR.SET_LOOKUP_LND)).subscribe(t=>{this.flgSetLookupValue=!t.payload.error,this.lookupValue=JSON.parse(JSON.stringify(t.payload)),this.errorMessage=t.payload.error?this.commonService.extractErrorMessage(t.payload.error):"",this.logger.info(this.lookupValue)})}onLookup(){var t,a,o,s;if(!this.lookupKey)return!0;switch(this.errorMessage="",this.flgSetLookupValue=!1,this.lookupValue={},this.selectedFieldId){case 0:this.store.dispatch((0,w.yZ)({payload:null===(a=null===(t=Buffer.from(this.lookupKey.trim(),"hex").toString("base64"))||void 0===t?void 0:t.replace(/\+/g,"-"))||void 0===a?void 0:a.replace(/[/]/g,"_")}));break;case 1:this.store.dispatch((0,w.n7)({payload:{openSnackBar:!1,paymentHash:null===(s=null===(o=Buffer.from(this.lookupKey.trim(),"hex").toString("base64"))||void 0===o?void 0:o.replace(/\+/g,"-"))||void 0===s?void 0:s.replace(/[/]/g,"_")}}))}}onSelectChange(t){this.resetData(),this.selectedFieldId=t.value}resetData(){this.flgSetLookupValue=!1,this.selectedFieldId=0,this.lookupKey="",this.lookupValue={},this.errorMessage=""}clearLookupValue(){this.lookupValue={},this.flgSetLookupValue=!1}ngOnDestroy(){this.unSubs.forEach(t=>{t.next(null),t.complete()})}}return n.\u0275fac=function(t){return new(t||n)(e.Y36(U.mQ),e.Y36(O.v),e.Y36(L.yh),e.Y36(W.eX))},n.\u0275cmp=e.Xpm({type:n,selectors:[["rtl-lookup-transactions"]],decls:19,vars:10,consts:[["fxLayout","column"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start space-between",1,"w-100"],["form","ngForm"],["fxFlex","100","fxLayoutAlign","start end"],["color","primary","tabindex","1","name","lookupField",3,"ngModel","ngModelChange","change"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],["fxFlex","100","fxLayoutAlign","start end",3,"ngClass"],["matInput","","name","lookupKey","tabindex","2","required","",3,"placeholder","ngModel","change","ngModelChange"],["key",""],[4,"ngIf"],["fxLayout","row","fxFlex","100",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","3","type","button",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","4","type","submit",3,"click"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass",4,"ngIf"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch","class","w-100 mt-2",4,"ngIf"],[1,"mr-4",3,"value","checked"],["fxFlex","100","fxLayout","row wrap","fxLayoutAlign","space-between center",3,"ngClass"],["mode","indeterminate",4,"ngIf"],["mode","indeterminate"],["fxFlex","100","fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch",1,"w-100","mt-2"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",1,"mb-2"],[1,"page-title","font-bold-500"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center",3,"ngSwitch"],["fxFlex","100",4,"ngSwitchCase"],["fxFlex","100",4,"ngSwitchDefault"],["fxFlex","100"],[3,"payment"],[3,"invoice"]],template:function(t,a){1&t&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-content",2)(3,"form",3,4)(5,"div",5)(6,"mat-radio-group",6),e.NdJ("ngModelChange",function(s){return a.selectedFieldId=s})("change",function(s){return a.onSelectChange(s)}),e.YNc(7,ug,2,3,"mat-radio-button",7),e.qZA()(),e.TgZ(8,"mat-form-field",8)(9,"input",9,10),e.NdJ("change",function(){return a.clearLookupValue()})("ngModelChange",function(s){return a.lookupKey=s}),e.qZA(),e.YNc(11,pg,2,1,"mat-error",11),e.qZA(),e.TgZ(12,"div",12)(13,"button",13),e.NdJ("click",function(){return a.resetData()}),e._uU(14,"Clear"),e.qZA(),e.TgZ(15,"button",14),e.NdJ("click",function(){return a.onLookup()}),e._uU(16,"Lookup"),e.qZA()()(),e.YNc(17,_g,3,5,"div",15),e.YNc(18,Cg,8,4,"div",16),e.qZA()()()),2&t&&(e.xp6(6),e.Q6J("ngModel",a.selectedFieldId),e.xp6(1),e.Q6J("ngForOf",a.lookupFields),e.xp6(1),e.Q6J("ngClass",e.VKq(8,xg,a.screenSize===a.screenSizeEnum.XS||a.screenSize===a.screenSizeEnum.SM)),e.xp6(1),e.Q6J("placeholder",(null==a.lookupFields[a.selectedFieldId]?null:a.lookupFields[a.selectedFieldId].placeholder)||"Lookup Key")("ngModel",a.lookupKey),e.xp6(2),e.Q6J("ngIf",!a.lookupKey),e.xp6(6),e.Q6J("ngIf",""!==a.errorMessage),e.xp6(1),e.Q6J("ngIf",""===a.errorMessage&&a.lookupValue&&a.flgSetLookupValue))},directives:[d.xw,d.yH,d.Wh,Z.dn,u._Y,u.JL,u.F,se.VQ,u.JJ,u.On,p.sg,se.U0,x.KE,p.mk,k.oO,M.Nt,u.Fj,u.Q7,p.O5,x.TO,N.lW,J.pW,p.RF,p.n9,Wh,cg,p.ED],styles:[".tree-invisible[_ngcontent-%COMP%]{display:none}.lookup-tree[_ngcontent-%COMP%] ul[_ngcontent-%COMP%], .lookup-tree[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{margin-top:0;margin-bottom:0;list-style-type:none}.pl-3[_ngcontent-%COMP%]{padding-left:3rem}"]}),n})(),canActivate:[q.QM]}]},{path:"messages",component:rh,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"sign"},{path:"sign",component:uh,canActivate:[q.QM]},{path:"verify",component:Ch,canActivate:[q.QM]}]},{path:"channelbackup",component:w_,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"bckup"},{path:"bckup",component:sh,canActivate:[q.QM]},{path:"restore",component:Y_,canActivate:[q.QM]}]},{path:"routing",component:yu,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"forwardinghistory"},{path:"forwardinghistory",component:Ge,canActivate:[q.QM]},{path:"peers",component:Ep,canActivate:[q.QM]},{path:"nonroutingprs",component:zh,canActivate:[q.QM]}]},{path:"reports",component:Yp,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"routingreport"},{path:"routingreport",component:jp,canActivate:[q.QM]},{path:"transactions",component:um,canActivate:[q.QM]}]},{path:"graph",component:y1,canActivate:[q.QM],children:[{path:"",pathMatch:"full",redirectTo:"lookups"},{path:"lookups",component:Ve,canActivate:[q.QM]},{path:"queryroutes",component:Q1,canActivate:[q.QM]}]},{path:"lookups",component:Ve,canActivate:[q.QM]},{path:"network",component:b_,canActivate:[q.QM]},{path:"**",component:xh.w},{path:"rates",redirectTo:"network"}]}]);var bg=f(8750);let Zg=(()=>{class n{}return n.\u0275fac=function(t){return new(t||n)},n.\u0275mod=e.oAB({type:n,bootstrap:[Fe]}),n.\u0275inj=e.cJS({providers:[q.QM],imports:[[p.ez,bg.m,vg]]}),n})()}}]); \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index 8dd01bdf..f6e07ab4 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -13,6 +13,6 @@ - + \ No newline at end of file diff --git a/frontend/main.03ecb72643e40983.js b/frontend/main.03ecb72643e40983.js deleted file mode 100644 index 50feadf6..00000000 --- a/frontend/main.03ecb72643e40983.js +++ /dev/null @@ -1 +0,0 @@ -var wL=Object.defineProperty,LL=Object.defineProperties,SL=Object.getOwnPropertyDescriptors,JC=Object.getOwnPropertySymbols,EL=Object.prototype.hasOwnProperty,TL=Object.prototype.propertyIsEnumerable,XC=(Ve,j,p)=>j in Ve?wL(Ve,j,{enumerable:!0,configurable:!0,writable:!0,value:p}):Ve[j]=p,Ys=(Ve,j)=>{for(var p in j||(j={}))EL.call(j,p)&&XC(Ve,p,j[p]);if(JC)for(var p of JC(j))TL.call(j,p)&&XC(Ve,p,j[p]);return Ve},$C=(Ve,j)=>LL(Ve,SL(j));(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[179],{801:(Ve,j,p)=>{"use strict";p.d(j,{Acd:()=>O2,Aq:()=>Y3,B$L:()=>gC,BDt:()=>As,CgH:()=>Xm,DL8:()=>jm,FJU:()=>DC,FVb:()=>kC,FlN:()=>ul,FpQ:()=>Gm,HLz:()=>h4,KOR:()=>p5,Krp:()=>C8,Mdf:()=>Us,N2j:()=>pi,NBC:()=>qC,OS1:()=>W1,Psp:()=>vi,Sbq:()=>_,Ssp:()=>Vm,SuH:()=>fg,TmZ:()=>sl,USL:()=>Tf,Vfw:()=>B,X5K:()=>BC,XsY:()=>Du,aj4:()=>lf,b7W:()=>Ol,byT:()=>k8,co4:()=>bu,dLy:()=>T1,dT$:()=>v0,eHv:()=>lC,gNZ:()=>SC,hkK:()=>bC,hnx:()=>MC,kXW:()=>Eu,kZ_:()=>M3,koM:()=>Os,mh3:()=>y0,nNP:()=>a6,q7m:()=>to,qO$:()=>f0,r8p:()=>Jf,sqG:()=>M6,uli:()=>x8,vqe:()=>qd,wn1:()=>H8,wyP:()=>KC,xf3:()=>tg});var _={prefix:"fas",iconName:"angles-down",icon:[384,512,["angle-double-down"],"f103","M169.4 278.6C175.6 284.9 183.8 288 192 288s16.38-3.125 22.62-9.375l160-160c12.5-12.5 12.5-32.75 0-45.25s-32.75-12.5-45.25 0L192 210.8L54.63 73.38c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25L169.4 278.6zM329.4 265.4L192 402.8L54.63 265.4c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25l160 160C175.6 476.9 183.8 480 192 480s16.38-3.125 22.62-9.375l160-160c12.5-12.5 12.5-32.75 0-45.25S341.9 252.9 329.4 265.4z"]},B={prefix:"fas",iconName:"angles-up",icon:[384,512,["angle-double-up"],"f102","M54.63 246.6L192 109.3l137.4 137.4C335.6 252.9 343.8 256 352 256s16.38-3.125 22.62-9.375c12.5-12.5 12.5-32.75 0-45.25l-160-160c-12.5-12.5-32.75-12.5-45.25 0l-160 160c-12.5 12.5-12.5 32.75 0 45.25S42.13 259.1 54.63 246.6zM214.6 233.4c-12.5-12.5-32.75-12.5-45.25 0l-160 160c-12.5 12.5-12.5 32.75 0 45.25s32.75 12.5 45.25 0L192 301.3l137.4 137.4C335.6 444.9 343.8 448 352 448s16.38-3.125 22.62-9.375c12.5-12.5 12.5-32.75 0-45.25L214.6 233.4z"]},As={prefix:"fas",iconName:"bolt",icon:[384,512,[9889,"zap"],"f0e7","M240.5 224H352C365.3 224 377.3 232.3 381.1 244.7C386.6 257.2 383.1 271.3 373.1 280.1L117.1 504.1C105.8 513.9 89.27 514.7 77.19 505.9C65.1 497.1 60.7 481.1 66.59 467.4L143.5 288H31.1C18.67 288 6.733 279.7 2.044 267.3C-2.645 254.8 .8944 240.7 10.93 231.9L266.9 7.918C278.2-1.92 294.7-2.669 306.8 6.114C318.9 14.9 323.3 30.87 317.4 44.61L240.5 224z"]},pi={prefix:"fas",iconName:"box-archive",icon:[512,512,["archive"],"f187","M32 432C32 458.5 53.49 480 80 480h352c26.51 0 48-21.49 48-48V160H32V432zM160 236C160 229.4 165.4 224 172 224h168C346.6 224 352 229.4 352 236v8C352 250.6 346.6 256 340 256h-168C165.4 256 160 250.6 160 244V236zM480 32H32C14.31 32 0 46.31 0 64v48C0 120.8 7.188 128 16 128h480C504.8 128 512 120.8 512 112V64C512 46.31 497.7 32 480 32z"]},O2={prefix:"fas",iconName:"bullhorn",icon:[512,512,[128363,128226],"f0a1","M480 179.6C498.6 188.4 512 212.1 512 240C512 267.9 498.6 291.6 480 300.4V448C480 460.9 472.2 472.6 460.2 477.6C448.3 482.5 434.5 479.8 425.4 470.6L381.7 426.1C333.7 378.1 268.6 352 200.7 352H192V480C192 497.7 177.7 512 160 512H96C78.33 512 64 497.7 64 480V352C28.65 352 0 323.3 0 288V192C0 156.7 28.65 128 64 128H200.7C268.6 128 333.7 101 381.7 53.02L425.4 9.373C434.5 .2215 448.3-2.516 460.2 2.437C472.2 7.39 480 19.06 480 32V179.6zM200.7 192H192V288H200.7C280.5 288 357.2 317.8 416 371.3V108.7C357.2 162.2 280.5 192 200.7 192V192z"]},Os={prefix:"fas",iconName:"chart-bar",icon:[512,512,["bar-chart"],"f080","M32 32C49.67 32 64 46.33 64 64V400C64 408.8 71.16 416 80 416H480C497.7 416 512 430.3 512 448C512 465.7 497.7 480 480 480H80C35.82 480 0 444.2 0 400V64C0 46.33 14.33 32 32 32zM128 128C128 110.3 142.3 96 160 96H352C369.7 96 384 110.3 384 128C384 145.7 369.7 160 352 160H160C142.3 160 128 145.7 128 128zM288 192C305.7 192 320 206.3 320 224C320 241.7 305.7 256 288 256H160C142.3 256 128 241.7 128 224C128 206.3 142.3 192 160 192H288zM416 288C433.7 288 448 302.3 448 320C448 337.7 433.7 352 416 352H160C142.3 352 128 337.7 128 320C128 302.3 142.3 288 160 288H416z"]},W1={prefix:"fas",iconName:"chart-pie",icon:[576,512,["pie-chart"],"f200","M304 16.58C304 7.555 310.1 0 320 0C443.7 0 544 100.3 544 224C544 233 536.4 240 527.4 240H304V16.58zM32 272C32 150.7 122.1 50.34 238.1 34.25C248.2 32.99 256 40.36 256 49.61V288L412.5 444.5C419.2 451.2 418.7 462.2 411 467.7C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zM558.4 288C567.6 288 575 295.8 573.8 305C566.1 360.9 539.1 410.6 499.9 447.3C493.9 452.1 484.5 452.5 478.7 446.7L320 288H558.4z"]},M6={prefix:"fas",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c17.67 0 32 14.33 32 32c0 17.67-14.33 32-32 32S224 177.7 224 160C224 142.3 238.3 128 256 128zM296 384h-80C202.8 384 192 373.3 192 360s10.75-24 24-24h16v-64H224c-13.25 0-24-10.75-24-24S210.8 224 224 224h32c13.25 0 24 10.75 24 24v88h16c13.25 0 24 10.75 24 24S309.3 384 296 384z"]},f0={prefix:"fas",iconName:"clock-rotate-left",icon:[512,512,["history"],"f1da","M256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C201.7 512 151.2 495 109.7 466.1C95.2 455.1 91.64 436 101.8 421.5C111.9 407 131.8 403.5 146.3 413.6C177.4 435.3 215.2 448 256 448C362 448 448 362 448 256C448 149.1 362 64 256 64C202.1 64 155 85.46 120.2 120.2L151 151C166.1 166.1 155.4 192 134.1 192H24C10.75 192 0 181.3 0 168V57.94C0 36.56 25.85 25.85 40.97 40.97L74.98 74.98C121.3 28.69 185.3 0 255.1 0L256 0zM256 128C269.3 128 280 138.7 280 152V246.1L344.1 311C354.3 320.4 354.3 335.6 344.1 344.1C335.6 354.3 320.4 354.3 311 344.1L239 272.1C234.5 268.5 232 262.4 232 256V152C232 138.7 242.7 128 256 128V128z"]},v0={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z"]},y0={prefix:"fas",iconName:"code-branch",icon:[448,512,[],"f126","M160 80C160 112.8 140.3 140.1 112 153.3V241.1C130.8 230.2 152.7 224 176 224H272C307.3 224 336 195.3 336 160V153.3C307.7 140.1 288 112.8 288 80C288 35.82 323.8 0 368 0C412.2 0 448 35.82 448 80C448 112.8 428.3 140.1 400 153.3V160C400 230.7 342.7 288 272 288H176C140.7 288 112 316.7 112 352V358.7C140.3 371 160 399.2 160 432C160 476.2 124.2 512 80 512C35.82 512 0 476.2 0 432C0 399.2 19.75 371 48 358.7V153.3C19.75 140.1 0 112.8 0 80C0 35.82 35.82 0 80 0C124.2 0 160 35.82 160 80V80zM80 104C93.25 104 104 93.25 104 80C104 66.75 93.25 56 80 56C66.75 56 56 66.75 56 80C56 93.25 66.75 104 80 104zM368 56C354.7 56 344 66.75 344 80C344 93.25 354.7 104 368 104C381.3 104 392 93.25 392 80C392 66.75 381.3 56 368 56zM80 456C93.25 456 104 445.3 104 432C104 418.7 93.25 408 80 408C66.75 408 56 418.7 56 432C56 445.3 66.75 456 80 456z"]},M3={prefix:"fas",iconName:"copy",icon:[512,512,[],"f0c5","M384 96L384 0h-112c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48H464c26.51 0 48-21.49 48-48V128h-95.1C398.4 128 384 113.6 384 96zM416 0v96h96L416 0zM192 352V128h-144c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h192c26.51 0 48-21.49 48-48L288 416h-32C220.7 416 192 387.3 192 352z"]},sl={prefix:"fas",iconName:"diagram-project",icon:[576,512,["project-diagram"],"f542","M0 80C0 53.49 21.49 32 48 32H144C170.5 32 192 53.49 192 80V96H384V80C384 53.49 405.5 32 432 32H528C554.5 32 576 53.49 576 80V176C576 202.5 554.5 224 528 224H432C405.5 224 384 202.5 384 176V160H192V176C192 177.7 191.9 179.4 191.7 180.1L272 288H368C394.5 288 416 309.5 416 336V432C416 458.5 394.5 480 368 480H272C245.5 480 224 458.5 224 432V336C224 334.3 224.1 332.6 224.3 331L144 224H48C21.49 224 0 202.5 0 176V80z"]},to={prefix:"fas",iconName:"download",icon:[512,512,[],"f019","M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456zM233.4 374.6C239.6 380.9 247.8 384 256 384s16.38-3.125 22.62-9.375l128-128c12.49-12.5 12.49-32.75 0-45.25c-12.5-12.5-32.76-12.5-45.25 0L288 274.8V32c0-17.67-14.33-32-32-32C238.3 0 224 14.33 224 32v242.8L150.6 201.4c-12.49-12.5-32.75-12.5-45.25 0c-12.49 12.5-12.49 32.75 0 45.25L233.4 374.6z"]},ul={prefix:"fas",iconName:"dumbbell",icon:[640,512,[],"f44b","M104 96h-48C42.75 96 32 106.8 32 120V224C14.33 224 0 238.3 0 256c0 17.67 14.33 32 31.1 32L32 392C32 405.3 42.75 416 56 416h48C117.3 416 128 405.3 128 392v-272C128 106.8 117.3 96 104 96zM456 32h-48C394.8 32 384 42.75 384 56V224H256V56C256 42.75 245.3 32 232 32h-48C170.8 32 160 42.75 160 56v400C160 469.3 170.8 480 184 480h48C245.3 480 256 469.3 256 456V288h128v168c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24V56C480 42.75 469.3 32 456 32zM608 224V120C608 106.8 597.3 96 584 96h-48C522.8 96 512 106.8 512 120v272c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24V288c17.67 0 32-14.33 32-32C640 238.3 625.7 224 608 224z"]},p5={prefix:"fas",iconName:"eject",icon:[448,512,[9167],"f052","M48.01 319.1h351.1c41.62 0 63.49-49.63 35.37-80.38l-175.1-192.1c-19-20.62-51.75-20.62-70.75 0L12.64 239.6C-15.48 270.2 6.393 319.1 48.01 319.1zM399.1 384H48.01c-26.39 0-47.99 21.59-47.99 47.98C.0117 458.4 21.61 480 48.01 480h351.1c26.39 0 47.99-21.6 47.99-47.99C447.1 405.6 426.4 384 399.1 384z"]},Us={prefix:"fas",iconName:"eye",icon:[576,512,[128065],"f06e","M279.6 160.4C282.4 160.1 285.2 160 288 160C341 160 384 202.1 384 256C384 309 341 352 288 352C234.1 352 192 309 192 256C192 253.2 192.1 250.4 192.4 247.6C201.7 252.1 212.5 256 224 256C259.3 256 288 227.3 288 192C288 180.5 284.1 169.7 279.6 160.4zM480.6 112.6C527.4 156 558.7 207.1 573.5 243.7C576.8 251.6 576.8 260.4 573.5 268.3C558.7 304 527.4 355.1 480.6 399.4C433.5 443.2 368.8 480 288 480C207.2 480 142.5 443.2 95.42 399.4C48.62 355.1 17.34 304 2.461 268.3C-.8205 260.4-.8205 251.6 2.461 243.7C17.34 207.1 48.62 156 95.42 112.6C142.5 68.84 207.2 32 288 32C368.8 32 433.5 68.84 480.6 112.6V112.6zM288 112C208.5 112 144 176.5 144 256C144 335.5 208.5 400 288 400C367.5 400 432 335.5 432 256C432 176.5 367.5 112 288 112z"]},Y3={prefix:"fas",iconName:"eye-slash",icon:[640,512,[],"f070","M150.7 92.77C195 58.27 251.8 32 320 32C400.8 32 465.5 68.84 512.6 112.6C559.4 156 590.7 207.1 605.5 243.7C608.8 251.6 608.8 260.4 605.5 268.3C592.1 300.6 565.2 346.1 525.6 386.7L630.8 469.1C641.2 477.3 643.1 492.4 634.9 502.8C626.7 513.2 611.6 515.1 601.2 506.9L9.196 42.89C-1.236 34.71-3.065 19.63 5.112 9.196C13.29-1.236 28.37-3.065 38.81 5.112L150.7 92.77zM223.1 149.5L313.4 220.3C317.6 211.8 320 202.2 320 191.1C320 180.5 316.1 169.7 311.6 160.4C314.4 160.1 317.2 159.1 320 159.1C373 159.1 416 202.1 416 255.1C416 269.7 413.1 282.7 407.1 294.5L446.6 324.7C457.7 304.3 464 280.9 464 255.1C464 176.5 399.5 111.1 320 111.1C282.7 111.1 248.6 126.2 223.1 149.5zM320 480C239.2 480 174.5 443.2 127.4 399.4C80.62 355.1 49.34 304 34.46 268.3C31.18 260.4 31.18 251.6 34.46 243.7C44 220.8 60.29 191.2 83.09 161.5L177.4 235.8C176.5 242.4 176 249.1 176 255.1C176 335.5 240.5 400 320 400C338.7 400 356.6 396.4 373 389.9L446.2 447.5C409.9 467.1 367.8 480 320 480H320z"]},h4={prefix:"fas",iconName:"gauge-high",icon:[512,512,[62461,"tachometer-alt","tachometer-alt-fast"],"f625","M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 64C238.3 64 224 78.33 224 96C224 113.7 238.3 128 256 128C273.7 128 288 113.7 288 96C288 78.33 273.7 64 256 64zM256 416C291.3 416 320 387.3 320 352C320 334.6 313.1 318.9 301.9 307.4L365.1 161.7C371.3 149.5 365.8 135.4 353.7 130C341.5 124.7 327.4 130.2 322 142.3L257.9 288C257.3 288 256.6 287.1 256 287.1C220.7 287.1 192 316.7 192 352C192 387.3 220.7 416 256 416V416zM144 112C126.3 112 112 126.3 112 144C112 161.7 126.3 176 144 176C161.7 176 176 161.7 176 144C176 126.3 161.7 112 144 112zM96 288C113.7 288 128 273.7 128 256C128 238.3 113.7 224 96 224C78.33 224 64 238.3 64 256C64 273.7 78.33 288 96 288zM416 224C398.3 224 384 238.3 384 256C384 273.7 398.3 288 416 288C433.7 288 448 273.7 448 256C448 238.3 433.7 224 416 224z"]},Ol={prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M495.9 166.6C499.2 175.2 496.4 184.9 489.6 191.2L446.3 230.6C447.4 238.9 448 247.4 448 256C448 264.6 447.4 273.1 446.3 281.4L489.6 320.8C496.4 327.1 499.2 336.8 495.9 345.4C491.5 357.3 486.2 368.8 480.2 379.7L475.5 387.8C468.9 398.8 461.5 409.2 453.4 419.1C447.4 426.2 437.7 428.7 428.9 425.9L373.2 408.1C359.8 418.4 344.1 427 329.2 433.6L316.7 490.7C314.7 499.7 307.7 506.1 298.5 508.5C284.7 510.8 270.5 512 255.1 512C241.5 512 227.3 510.8 213.5 508.5C204.3 506.1 197.3 499.7 195.3 490.7L182.8 433.6C167 427 152.2 418.4 138.8 408.1L83.14 425.9C74.3 428.7 64.55 426.2 58.63 419.1C50.52 409.2 43.12 398.8 36.52 387.8L31.84 379.7C25.77 368.8 20.49 357.3 16.06 345.4C12.82 336.8 15.55 327.1 22.41 320.8L65.67 281.4C64.57 273.1 64 264.6 64 256C64 247.4 64.57 238.9 65.67 230.6L22.41 191.2C15.55 184.9 12.82 175.3 16.06 166.6C20.49 154.7 25.78 143.2 31.84 132.3L36.51 124.2C43.12 113.2 50.52 102.8 58.63 92.95C64.55 85.8 74.3 83.32 83.14 86.14L138.8 103.9C152.2 93.56 167 84.96 182.8 78.43L195.3 21.33C197.3 12.25 204.3 5.04 213.5 3.51C227.3 1.201 241.5 0 256 0C270.5 0 284.7 1.201 298.5 3.51C307.7 5.04 314.7 12.25 316.7 21.33L329.2 78.43C344.1 84.96 359.8 93.56 373.2 103.9L428.9 86.14C437.7 83.32 447.4 85.8 453.4 92.95C461.5 102.8 468.9 113.2 475.5 124.2L480.2 132.3C486.2 143.2 491.5 154.7 495.9 166.6V166.6zM256 336C300.2 336 336 300.2 336 255.1C336 211.8 300.2 175.1 256 175.1C211.8 175.1 176 211.8 176 255.1C176 300.2 211.8 336 256 336z"]},qd={prefix:"fas",iconName:"infinity",icon:[640,512,[9854,8734],"f534","M494.9 96.01c-38.78 0-75.22 15.09-102.6 42.5L320 210.8L247.8 138.5c-27.41-27.41-63.84-42.5-102.6-42.5C65.11 96.01 0 161.1 0 241.1v29.75c0 80.03 65.11 145.1 145.1 145.1c38.78 0 75.22-15.09 102.6-42.5L320 301.3l72.23 72.25c27.41 27.41 63.84 42.5 102.6 42.5C574.9 416 640 350.9 640 270.9v-29.75C640 161.1 574.9 96.01 494.9 96.01zM202.5 328.3c-15.31 15.31-35.69 23.75-57.38 23.75C100.4 352 64 315.6 64 270.9v-29.75c0-44.72 36.41-81.13 81.14-81.13c21.69 0 42.06 8.438 57.38 23.75l72.23 72.25L202.5 328.3zM576 270.9c0 44.72-36.41 81.13-81.14 81.13c-21.69 0-42.06-8.438-57.38-23.75l-72.23-72.25l72.23-72.25c15.31-15.31 35.69-23.75 57.38-23.75C539.6 160 576 196.4 576 241.1V270.9z"]},C8={prefix:"fas",iconName:"layer-group",icon:[512,512,[],"f5fd","M232.5 5.171C247.4-1.718 264.6-1.718 279.5 5.171L498.1 106.2C506.6 110.1 512 118.6 512 127.1C512 137.3 506.6 145.8 498.1 149.8L279.5 250.8C264.6 257.7 247.4 257.7 232.5 250.8L13.93 149.8C5.438 145.8 0 137.3 0 127.1C0 118.6 5.437 110.1 13.93 106.2L232.5 5.171zM498.1 234.2C506.6 238.1 512 246.6 512 255.1C512 265.3 506.6 273.8 498.1 277.8L279.5 378.8C264.6 385.7 247.4 385.7 232.5 378.8L13.93 277.8C5.438 273.8 0 265.3 0 255.1C0 246.6 5.437 238.1 13.93 234.2L67.13 209.6L219.1 279.8C242.5 290.7 269.5 290.7 292.9 279.8L444.9 209.6L498.1 234.2zM292.9 407.8L444.9 337.6L498.1 362.2C506.6 366.1 512 374.6 512 383.1C512 393.3 506.6 401.8 498.1 405.8L279.5 506.8C264.6 513.7 247.4 513.7 232.5 506.8L13.93 405.8C5.438 401.8 0 393.3 0 383.1C0 374.6 5.437 366.1 13.93 362.2L67.13 337.6L219.1 407.8C242.5 418.7 269.5 418.7 292.9 407.8V407.8z"]},x8={prefix:"fas",iconName:"life-ring",icon:[512,512,[],"f1cd","M470.6 425.4C483.1 437.9 483.1 458.1 470.6 470.6C458.1 483.1 437.9 483.1 425.4 470.6L412.1 458.2C369.6 491.9 315.2 512 255.1 512C196.8 512 142.4 491.9 99.02 458.2L86.63 470.6C74.13 483.1 53.87 483.1 41.37 470.6C28.88 458.1 28.88 437.9 41.37 425.4L53.76 412.1C20.07 369.6 0 315.2 0 255.1C0 196.8 20.07 142.4 53.76 99.02L41.37 86.63C28.88 74.13 28.88 53.87 41.37 41.37C53.87 28.88 74.13 28.88 86.63 41.37L99.02 53.76C142.4 20.07 196.8 0 255.1 0C315.2 0 369.6 20.07 412.1 53.76L425.4 41.37C437.9 28.88 458.1 28.88 470.6 41.37C483.1 53.87 483.1 74.13 470.6 86.63L458.2 99.02C491.9 142.4 512 196.8 512 255.1C512 315.2 491.9 369.6 458.2 412.1L470.6 425.4zM309.3 354.5C293.4 363.1 275.3 368 255.1 368C236.7 368 218.6 363.1 202.7 354.5L144.8 412.5C176.1 434.9 214.5 448 255.1 448C297.5 448 335.9 434.9 367.2 412.5L309.3 354.5zM448 255.1C448 214.5 434.9 176.1 412.5 144.8L354.5 202.7C363.1 218.6 368 236.7 368 256C368 275.3 363.1 293.4 354.5 309.3L412.5 367.2C434.9 335.9 448 297.5 448 256V255.1zM255.1 63.1C214.5 63.1 176.1 77.14 144.8 99.5L202.7 157.5C218.6 148.9 236.7 143.1 255.1 143.1C275.3 143.1 293.4 148.9 309.3 157.5L367.2 99.5C335.9 77.14 297.5 63.1 256 63.1H255.1zM157.5 309.3C148.9 293.4 143.1 275.3 143.1 255.1C143.1 236.7 148.9 218.6 157.5 202.7L99.5 144.8C77.14 176.1 63.1 214.5 63.1 255.1C63.1 297.5 77.14 335.9 99.5 367.2L157.5 309.3zM255.1 207.1C229.5 207.1 207.1 229.5 207.1 255.1C207.1 282.5 229.5 303.1 255.1 303.1C282.5 303.1 304 282.5 304 255.1C304 229.5 282.5 207.1 255.1 207.1z"]},a6={prefix:"fas",iconName:"link",icon:[640,512,[128279,"chain"],"f0c1","M172.5 131.1C228.1 75.51 320.5 75.51 376.1 131.1C426.1 181.1 433.5 260.8 392.4 318.3L391.3 319.9C381 334.2 361 337.6 346.7 327.3C332.3 317 328.9 297 339.2 282.7L340.3 281.1C363.2 249 359.6 205.1 331.7 177.2C300.3 145.8 249.2 145.8 217.7 177.2L105.5 289.5C73.99 320.1 73.99 372 105.5 403.5C133.3 431.4 177.3 435 209.3 412.1L210.9 410.1C225.3 400.7 245.3 404 255.5 418.4C265.8 432.8 262.5 452.8 248.1 463.1L246.5 464.2C188.1 505.3 110.2 498.7 60.21 448.8C3.741 392.3 3.741 300.7 60.21 244.3L172.5 131.1zM467.5 380C411 436.5 319.5 436.5 263 380C213 330 206.5 251.2 247.6 193.7L248.7 192.1C258.1 177.8 278.1 174.4 293.3 184.7C307.7 194.1 311.1 214.1 300.8 229.3L299.7 230.9C276.8 262.1 280.4 306.9 308.3 334.8C339.7 366.2 390.8 366.2 422.3 334.8L534.5 222.5C566 191 566 139.1 534.5 108.5C506.7 80.63 462.7 76.99 430.7 99.9L429.1 101C414.7 111.3 394.7 107.1 384.5 93.58C374.2 79.2 377.5 59.21 391.9 48.94L393.5 47.82C451 6.731 529.8 13.25 579.8 63.24C636.3 119.7 636.3 211.3 579.8 267.7L467.5 380z"]},k8={prefix:"fas",iconName:"lock",icon:[448,512,[128274],"f023","M80 192V144C80 64.47 144.5 0 224 0C303.5 0 368 64.47 368 144V192H384C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H80zM144 192H304V144C304 99.82 268.2 64 224 64C179.8 64 144 99.82 144 144V192z"]},H8={prefix:"fas",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z"]},bu={prefix:"fas",iconName:"money-bill-1",icon:[576,512,["money-bill-alt"],"f3d1","M252 208C252 196.1 260.1 188 272 188H288C299 188 308 196.1 308 208V276H312C323 276 332 284.1 332 296C332 307 323 316 312 316H264C252.1 316 244 307 244 296C244 284.1 252.1 276 264 276H268V227.6C258.9 225.7 252 217.7 252 208zM512 64C547.3 64 576 92.65 576 128V384C576 419.3 547.3 448 512 448H64C28.65 448 0 419.3 0 384V128C0 92.65 28.65 64 64 64H512zM128 384C128 348.7 99.35 320 64 320V384H128zM64 192C99.35 192 128 163.3 128 128H64V192zM512 384V320C476.7 320 448 348.7 448 384H512zM512 128H448C448 163.3 476.7 192 512 192V128zM288 144C226.1 144 176 194.1 176 256C176 317.9 226.1 368 288 368C349.9 368 400 317.9 400 256C400 194.1 349.9 144 288 144z"]},lf={prefix:"fas",iconName:"money-bill-wave",icon:[576,512,[],"f53a","M48.66 79.13C128.4 100.9 208.2 80.59 288 60.25C375 38.08 462 15.9 549 48.38C565.9 54.69 576 71.62 576 89.66V399.5C576 423.4 550.4 439.2 527.3 432.9C447.6 411.1 367.8 431.4 288 451.7C200.1 473.9 113.1 496.1 26.97 463.6C10.06 457.3 0 440.4 0 422.3V112.5C0 88.59 25.61 72.83 48.66 79.13L48.66 79.13zM287.1 352C332.2 352 368 309 368 255.1C368 202.1 332.2 159.1 287.1 159.1C243.8 159.1 207.1 202.1 207.1 255.1C207.1 309 243.8 352 287.1 352zM63.1 416H127.1C127.1 380.7 99.35 352 63.1 352V416zM63.1 143.1V207.1C99.35 207.1 127.1 179.3 127.1 143.1H63.1zM512 303.1C476.7 303.1 448 332.7 448 368H512V303.1zM448 95.1C448 131.3 476.7 159.1 512 159.1V95.1H448z"]},Eu={prefix:"fas",iconName:"network-wired",icon:[640,512,[],"f6ff","M400 0C426.5 0 448 21.49 448 48V144C448 170.5 426.5 192 400 192H352V224H608C625.7 224 640 238.3 640 256C640 273.7 625.7 288 608 288H512V320H560C586.5 320 608 341.5 608 368V464C608 490.5 586.5 512 560 512H400C373.5 512 352 490.5 352 464V368C352 341.5 373.5 320 400 320H448V288H192V320H240C266.5 320 288 341.5 288 368V464C288 490.5 266.5 512 240 512H80C53.49 512 32 490.5 32 464V368C32 341.5 53.49 320 80 320H128V288H32C14.33 288 0 273.7 0 256C0 238.3 14.33 224 32 224H288V192H240C213.5 192 192 170.5 192 144V48C192 21.49 213.5 0 240 0H400zM256 64V128H384V64H256zM224 448V384H96V448H224zM416 384V448H544V384H416z"]},Du={prefix:"fas",iconName:"paintbrush",icon:[576,512,[128396,"paint-brush"],"f1fc","M224 263.3C224.2 233.3 238.4 205.2 262.4 187.2L499.1 9.605C517.7-4.353 543.6-2.965 560.7 12.9C577.7 28.76 580.8 54.54 568.2 74.07L406.5 324.1C391.3 347.7 366.6 363.2 339.3 367.1L224 263.3zM320 400C320 461.9 269.9 512 208 512H64C46.33 512 32 497.7 32 480C32 462.3 46.33 448 64 448H68.81C86.44 448 98.4 429.1 96.59 411.6C96.2 407.8 96 403.9 96 400C96 339.6 143.9 290.3 203.7 288.1L319.8 392.5C319.9 394.1 320 397.5 320 400V400z"]},Tf={prefix:"fas",iconName:"percent",icon:[384,512,[62101,62785,"percentage"],"25","M374.6 73.39c-12.5-12.5-32.75-12.5-45.25 0l-320 320c-12.5 12.5-12.5 32.75 0 45.25C15.63 444.9 23.81 448 32 448s16.38-3.125 22.62-9.375l320-320C387.1 106.1 387.1 85.89 374.6 73.39zM64 192c35.3 0 64-28.72 64-64S99.3 64.01 64 64.01S0 92.73 0 128S28.7 192 64 192zM320 320c-35.3 0-64 28.72-64 64s28.7 64 64 64s64-28.72 64-64S355.3 320 320 320z"]},Jf={prefix:"fas",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"]},vi={prefix:"fas",iconName:"question",icon:[320,512,[10067,10068,61736],"3f","M204.3 32.01H96c-52.94 0-96 43.06-96 96c0 17.67 14.31 31.1 32 31.1s32-14.32 32-31.1c0-17.64 14.34-32 32-32h108.3C232.8 96.01 256 119.2 256 147.8c0 19.72-10.97 37.47-30.5 47.33L127.8 252.4C117.1 258.2 112 268.7 112 280v40c0 17.67 14.31 31.99 32 31.99s32-14.32 32-31.99V298.3L256 251.3c39.47-19.75 64-59.42 64-103.5C320 83.95 268.1 32.01 204.3 32.01zM144 400c-22.09 0-40 17.91-40 40s17.91 39.1 40 39.1s40-17.9 40-39.1S166.1 400 144 400z"]},T1={prefix:"fas",iconName:"receipt",icon:[384,512,[129534],"f543","M13.97 2.196C22.49-1.72 32.5-.3214 39.62 5.778L80 40.39L120.4 5.778C129.4-1.926 142.6-1.926 151.6 5.778L192 40.39L232.4 5.778C241.4-1.926 254.6-1.926 263.6 5.778L304 40.39L344.4 5.778C351.5-.3214 361.5-1.72 370 2.196C378.5 6.113 384 14.63 384 24V488C384 497.4 378.5 505.9 370 509.8C361.5 513.7 351.5 512.3 344.4 506.2L304 471.6L263.6 506.2C254.6 513.9 241.4 513.9 232.4 506.2L192 471.6L151.6 506.2C142.6 513.9 129.4 513.9 120.4 506.2L80 471.6L39.62 506.2C32.5 512.3 22.49 513.7 13.97 509.8C5.456 505.9 0 497.4 0 488V24C0 14.63 5.456 6.112 13.97 2.196V2.196zM96 144C87.16 144 80 151.2 80 160C80 168.8 87.16 176 96 176H288C296.8 176 304 168.8 304 160C304 151.2 296.8 144 288 144H96zM96 368H288C296.8 368 304 360.8 304 352C304 343.2 296.8 336 288 336H96C87.16 336 80 343.2 80 352C80 360.8 87.16 368 96 368zM96 240C87.16 240 80 247.2 80 256C80 264.8 87.16 272 96 272H288C296.8 272 304 264.8 304 256C304 247.2 296.8 240 288 240H96z"]},Vm={prefix:"fas",iconName:"right-left",icon:[512,512,["exchange-alt"],"f362","M32 160h319.9l.0791 72c0 9.547 5.652 18.19 14.41 22c8.754 3.812 18.93 2.078 25.93-4.406l112-104c10.24-9.5 10.24-25.69 0-35.19l-112-104c-6.992-6.484-17.17-8.217-25.93-4.408c-8.758 3.816-14.41 12.46-14.41 22L351.9 96H32C14.31 96 0 110.3 0 127.1S14.31 160 32 160zM480 352H160.1L160 279.1c0-9.547-5.652-18.19-14.41-22C136.9 254.2 126.7 255.9 119.7 262.4l-112 104c-10.24 9.5-10.24 25.69 0 35.19l112 104c6.992 6.484 17.17 8.219 25.93 4.406C154.4 506.2 160 497.5 160 488L160.1 416H480c17.69 0 32-14.31 32-32S497.7 352 480 352z"]},Gm={prefix:"fas",iconName:"route",icon:[512,512,[],"f4d7","M320 256C302.3 256 288 270.3 288 288C288 305.7 302.3 320 320 320H416C469 320 512 362.1 512 416C512 469 469 512 416 512H139.6C148.3 502.1 158.9 489.4 169.6 475.2C175.9 466.8 182.4 457.6 188.6 448H416C433.7 448 448 433.7 448 416C448 398.3 433.7 384 416 384H320C266.1 384 223.1 341 223.1 288C223.1 234.1 266.1 192 320 192H362.1C340.2 161.5 320 125.4 320 96C320 42.98 362.1 0 416 0C469 0 512 42.98 512 96C512 160 416 256 416 256H320zM416 128C433.7 128 448 113.7 448 96C448 78.33 433.7 64 416 64C398.3 64 384 78.33 384 96C384 113.7 398.3 128 416 128zM118.3 487.8C118.1 488 117.9 488.2 117.7 488.4C113.4 493.4 109.5 497.7 106.3 501.2C105.9 501.6 105.5 502 105.2 502.4C99.5 508.5 96 512 96 512C96 512 0 416 0 352C0 298.1 42.98 255.1 96 255.1C149 255.1 192 298.1 192 352C192 381.4 171.8 417.5 149.9 448C138.1 463.2 127.7 476.9 118.3 487.8L118.3 487.8zM95.1 384C113.7 384 127.1 369.7 127.1 352C127.1 334.3 113.7 320 95.1 320C78.33 320 63.1 334.3 63.1 352C63.1 369.7 78.33 384 95.1 384z"]},jm={prefix:"fas",iconName:"scale-balanced",icon:[640,512,[9878,"balance-scale"],"f24e","M554.9 154.5c-17.62-35.25-68.12-35.38-85.87 0c-87 174.3-84.1 165.9-84.1 181.5c0 44.13 57.25 80 128 80s127.1-35.88 127.1-80C639.1 319.9 641.4 327.3 554.9 154.5zM439.1 320l71.96-144l72.17 144H439.1zM256 336c0-16.12 1.375-8.75-85.12-181.5c-17.62-35.25-68.12-35.38-85.87 0c-87 174.3-84.1 165.9-84.1 181.5c0 44.13 57.25 80 127.1 80S256 380.1 256 336zM127.9 176L200.1 320H55.96L127.9 176zM495.1 448h-143.1V153.3C375.5 143 393.1 121.8 398.4 96h113.6c17.67 0 31.1-14.33 31.1-32s-14.33-32-31.1-32h-128.4c-14.62-19.38-37.5-32-63.62-32S270.1 12.62 256.4 32H128C110.3 32 96 46.33 96 64S110.3 96 127.1 96h113.6c5.25 25.75 22.87 47 46.37 57.25V448H144c-26.51 0-48.01 21.49-48.01 48c0 8.836 7.165 16 16 16h416c8.836 0 16-7.164 16-16C544 469.5 522.5 448 495.1 448z"]},Xm={prefix:"fas",iconName:"screwdriver-wrench",icon:[512,512,["tools"],"f7d9","M331.8 224.1c28.29 0 54.88 10.99 74.86 30.97l19.59 19.59c40.01-17.74 71.25-53.3 81.62-96.65c5.725-23.92 5.34-47.08 .2148-68.4c-2.613-10.88-16.43-14.51-24.34-6.604l-68.9 68.9h-75.6V97.2l68.9-68.9c7.912-7.912 4.275-21.73-6.604-24.34c-21.32-5.125-44.48-5.51-68.4 .2148c-55.3 13.23-98.39 60.22-107.2 116.4C224.5 128.9 224.2 137 224.3 145l82.78 82.86C315.2 225.1 323.5 224.1 331.8 224.1zM384 278.6c-23.16-23.16-57.57-27.57-85.39-13.9L191.1 158L191.1 95.99l-127.1-95.99L0 63.1l96 127.1l62.04 .0077l106.7 106.6c-13.67 27.82-9.251 62.23 13.91 85.39l117 117.1c14.62 14.5 38.21 14.5 52.71-.0016l52.75-52.75c14.5-14.5 14.5-38.08-.0016-52.71L384 278.6zM227.9 307L168.7 247.9l-148.9 148.9c-26.37 26.37-26.37 69.08 0 95.45C32.96 505.4 50.21 512 67.5 512s34.54-6.592 47.72-19.78l119.1-119.1C225.5 352.3 222.6 329.4 227.9 307zM64 472c-13.25 0-24-10.75-24-24c0-13.26 10.75-24 24-24S88 434.7 88 448C88 461.3 77.25 472 64 472z"]},tg={prefix:"fas",iconName:"server",icon:[512,512,[],"f233","M480 288H32c-17.62 0-32 14.38-32 32v128c0 17.62 14.38 32 32 32h448c17.62 0 32-14.38 32-32v-128C512 302.4 497.6 288 480 288zM352 408c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S365.3 408 352 408zM416 408c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S429.3 408 416 408zM480 32H32C14.38 32 0 46.38 0 64v128c0 17.62 14.38 32 32 32h448c17.62 0 32-14.38 32-32V64C512 46.38 497.6 32 480 32zM352 152c-13.25 0-24-10.75-24-24S338.8 104 352 104S376 114.8 376 128S365.3 152 352 152zM416 152c-13.25 0-24-10.75-24-24S402.8 104 416 104S440 114.8 440 128S429.3 152 416 152z"]},fg={prefix:"fas",iconName:"signs-post",icon:[512,512,["map-signs"],"f277","M223.1 32C223.1 14.33 238.3 0 255.1 0C273.7 0 288 14.33 288 32H441.4C445.6 32 449.7 33.69 452.7 36.69L500.7 84.69C506.9 90.93 506.9 101.1 500.7 107.3L452.7 155.3C449.7 158.3 445.6 160 441.4 160H63.1C46.33 160 31.1 145.7 31.1 128V64C31.1 46.33 46.33 32 63.1 32L223.1 32zM480 320C480 337.7 465.7 352 448 352H70.63C66.38 352 62.31 350.3 59.31 347.3L11.31 299.3C5.065 293.1 5.065 282.9 11.31 276.7L59.31 228.7C62.31 225.7 66.38 223.1 70.63 223.1H223.1V191.1H288V223.1H448C465.7 223.1 480 238.3 480 255.1V320zM255.1 512C238.3 512 223.1 497.7 223.1 480V384H288V480C288 497.7 273.7 512 255.1 512z"]},lC={prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"]},gC={prefix:"fas",iconName:"unlock-keyhole",icon:[448,512,["unlock-alt"],"f13e","M224 64C179.8 64 144 99.82 144 144V192H384C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H80V144C80 64.47 144.5 0 224 0C281.5 0 331 33.69 354.1 82.27C361.7 98.23 354.9 117.3 338.1 124.9C322.1 132.5 303.9 125.7 296.3 109.7C283.4 82.63 255.9 64 224 64H224zM256 384C273.7 384 288 369.7 288 352C288 334.3 273.7 320 256 320H192C174.3 320 160 334.3 160 352C160 369.7 174.3 384 192 384H256z"]},bC={prefix:"fas",iconName:"user-check",icon:[640,512,[],"f4fc","M274.7 304H173.3C77.61 304 0 381.6 0 477.3C0 496.5 15.52 512 34.66 512H413.3C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM632.3 134.4c-9.703-9-24.91-8.453-33.92 1.266l-87.05 93.75l-38.39-38.39c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l56 56C499.5 285.5 505.6 288 512 288h.4375c6.531-.125 12.72-2.891 17.16-7.672l104-112C642.6 158.6 642 143.4 632.3 134.4z"]},MC={prefix:"fas",iconName:"user-clock",icon:[640,512,[],"f4fd","M496 224c-79.63 0-144 64.38-144 144s64.38 144 144 144s144-64.38 144-144S575.6 224 496 224zM544 384h-54.25C484.4 384 480 379.6 480 374.3V304c0-8.836 7.164-16 16-16c8.838 0 16 7.164 16 16v48h32c8.838 0 16 7.164 16 15.1S552.8 384 544 384zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM320 368c0-19.3 3.221-37.82 8.961-55.2C311.9 307.2 293.6 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512H395C349.7 480.2 320 427.6 320 368z"]},SC={prefix:"fas",iconName:"user-gear",icon:[640,512,["user-cog"],"f4fe","M425.1 482.6c-2.303-1.25-4.572-2.559-6.809-3.93l-7.818 4.493c-6.002 3.504-12.83 5.352-19.75 5.352c-10.71 0-21.13-4.492-28.97-12.75c-18.41-20.09-32.29-44.15-40.22-69.9c-5.352-18.06 2.343-36.87 17.83-45.24l8.018-4.669c-.0664-2.621-.0664-5.242 0-7.859l-7.655-4.461c-12.3-6.953-19.4-19.66-19.64-33.38C305.6 306.3 290.4 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512H413.3c5.727 0 10.9-1.727 15.66-4.188c-2.271-4.984-3.86-10.3-3.86-16.06V482.6zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM610.5 373.3c2.625-14 2.625-28.5 0-42.5l25.75-15c3-1.625 4.375-5.125 3.375-8.5c-6.75-21.5-18.25-41.13-33.25-57.38c-2.25-2.5-6-3.125-9-1.375l-25.75 14.88c-10.88-9.25-23.38-16.5-36.88-21.25V212.3c0-3.375-2.5-6.375-5.75-7c-22.25-5-45-4.875-66.25 0c-3.25 .625-5.625 3.625-5.625 7v29.88c-13.5 4.75-26 12-36.88 21.25L394.4 248.5c-2.875-1.75-6.625-1.125-9 1.375c-15 16.25-26.5 35.88-33.13 57.38c-1 3.375 .3751 6.875 3.25 8.5l25.75 15c-2.5 14-2.5 28.5 0 42.5l-25.75 15c-3 1.625-4.25 5.125-3.25 8.5c6.625 21.5 18.13 41 33.13 57.38c2.375 2.5 6 3.125 9 1.375l25.88-14.88c10.88 9.25 23.38 16.5 36.88 21.25v29.88c0 3.375 2.375 6.375 5.625 7c22.38 5 45 4.875 66.25 0c3.25-.625 5.75-3.625 5.75-7v-29.88c13.5-4.75 26-12 36.88-21.25l25.75 14.88c2.875 1.75 6.75 1.125 9-1.375c15-16.25 26.5-35.88 33.25-57.38c1-3.375-.3751-6.875-3.375-8.5L610.5 373.3zM496 400.5c-26.75 0-48.5-21.75-48.5-48.5s21.75-48.5 48.5-48.5c26.75 0 48.5 21.75 48.5 48.5S522.8 400.5 496 400.5z"]},DC={prefix:"fas",iconName:"user-lock",icon:[640,512,[],"f502","M592 288H576V212.7c0-41.84-30.03-80.04-71.66-84.27C456.5 123.6 416 161.1 416 208V288h-16C373.6 288 352 309.6 352 336v128c0 26.4 21.6 48 48 48h192c26.4 0 48-21.6 48-48v-128C640 309.6 618.4 288 592 288zM496 432c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S513.6 432 496 432zM528 288h-64V208c0-17.62 14.38-32 32-32s32 14.38 32 32V288zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM320 336c0-8.672 1.738-16.87 4.303-24.7C308.6 306.6 291.9 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512h301.7C326.3 498.6 320 482.1 320 464V336z"]},kC={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M319.9 320c57.41 0 103.1-46.56 103.1-104c0-57.44-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104C215.9 273.4 262.5 320 319.9 320zM369.9 352H270.1C191.6 352 128 411.7 128 485.3C128 500.1 140.7 512 156.4 512h327.2C499.3 512 512 500.1 512 485.3C512 411.7 448.4 352 369.9 352zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80S467.8 160 512 160zM183.9 216c0-5.449 .9824-10.63 1.609-15.91C174.6 194.1 162.6 192 149.9 192H88.08C39.44 192 0 233.8 0 285.3C0 295.6 7.887 304 17.62 304h199.5C196.7 280.2 183.9 249.7 183.9 216zM128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80S83.82 160 128 160zM551.9 192h-61.84c-12.8 0-24.88 3.037-35.86 8.24C454.8 205.5 455.8 210.6 455.8 216c0 33.71-12.78 64.21-33.16 88h199.7C632.1 304 640 295.6 640 285.3C640 233.8 600.6 192 551.9 192z"]},BC={prefix:"fas",iconName:"wallet",icon:[512,512,[],"f555","M448 32C465.7 32 480 46.33 480 64C480 81.67 465.7 96 448 96H80C71.16 96 64 103.2 64 112C64 120.8 71.16 128 80 128H448C483.3 128 512 156.7 512 192V416C512 451.3 483.3 480 448 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H448zM416 336C433.7 336 448 321.7 448 304C448 286.3 433.7 272 416 272C398.3 272 384 286.3 384 304C384 321.7 398.3 336 416 336z"]},KC={prefix:"fas",iconName:"window-restore",icon:[512,512,[],"f2d2","M432 64H208C199.2 64 192 71.16 192 80V96H128V80C128 35.82 163.8 0 208 0H432C476.2 0 512 35.82 512 80V304C512 348.2 476.2 384 432 384H416V320H432C440.8 320 448 312.8 448 304V80C448 71.16 440.8 64 432 64zM0 192C0 156.7 28.65 128 64 128H320C355.3 128 384 156.7 384 192V448C384 483.3 355.3 512 320 512H64C28.65 512 0 483.3 0 448V192zM96 256H288C305.7 256 320 241.7 320 224C320 206.3 305.7 192 288 192H96C78.33 192 64 206.3 64 224C64 241.7 78.33 256 96 256z"]},qC={prefix:"fas",iconName:"xmark",icon:[320,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"]}},429:(Ve,j,p)=>{"use strict";p.d(j,{$A:()=>B,$W:()=>Y,BL:()=>v,CN:()=>b,CX:()=>d,EG:()=>D,EK:()=>oe,El:()=>$,HI:()=>me,HJ:()=>A,I8:()=>w,JK:()=>Ce,Lu:()=>L,Ly:()=>dt,Ni:()=>f,Nr:()=>Ne,OG:()=>n,QJ:()=>he,RX:()=>h,Rd:()=>we,SN:()=>N,Sf:()=>C,TM:()=>i,UH:()=>Ie,UR:()=>c,VD:()=>le,WM:()=>_e,WO:()=>r,Wi:()=>V,X3:()=>te,YP:()=>Q,YX:()=>I,Z8:()=>ne,ZH:()=>ee,Zu:()=>xe,_9:()=>It,_E:()=>U,aL:()=>Ue,as:()=>_,cQ:()=>X,d7:()=>ut,dh:()=>W,e9:()=>ht,eM:()=>Ae,en:()=>ui,g3:()=>k,g6:()=>ye,i9:()=>ue,kL:()=>u,n7:()=>P,oV:()=>y,oo:()=>a,pW:()=>E,u0:()=>q,uT:()=>Le,v_:()=>H,xH:()=>M,xS:()=>S,yl:()=>Te,z:()=>ie});var t=p(5620),e=p(7731);const f=(0,t.PH)(e.AB.UPDATE_API_CALL_STATUS_CLN,(0,t.Ky)()),M=(0,t.PH)(e.AB.RESET_CLN_STORE,(0,t.Ky)()),a=(0,t.PH)(e.AB.SET_CHILD_NODE_SETTINGS_CLN,(0,t.Ky)()),b=(0,t.PH)(e.AB.FETCH_INFO_CLN,(0,t.Ky)()),d=(0,t.PH)(e.AB.SET_INFO_CLN,(0,t.Ky)()),N=(0,t.PH)(e.AB.FETCH_FEES_CLN),h=(0,t.PH)(e.AB.SET_FEES_CLN,(0,t.Ky)()),A=(0,t.PH)(e.AB.FETCH_FEE_RATES_CLN,(0,t.Ky)()),w=(0,t.PH)(e.AB.SET_FEE_RATES_CLN,(0,t.Ky)()),D=(0,t.PH)(e.AB.FETCH_BALANCE_CLN),L=(0,t.PH)(e.AB.SET_BALANCE_CLN,(0,t.Ky)()),k=(0,t.PH)(e.AB.FETCH_LOCAL_REMOTE_BALANCE_CLN),S=(0,t.PH)(e.AB.SET_LOCAL_REMOTE_BALANCE_CLN,(0,t.Ky)()),U=(0,t.PH)(e.AB.GET_NEW_ADDRESS_CLN,(0,t.Ky)()),Y=((0,t.PH)(e.AB.SET_NEW_ADDRESS_CLN,(0,t.Ky)()),(0,t.PH)(e.AB.FETCH_PEERS_CLN)),ne=(0,t.PH)(e.AB.SET_PEERS_CLN,(0,t.Ky)()),$=(0,t.PH)(e.AB.SAVE_NEW_PEER_CLN,(0,t.Ky)()),te=((0,t.PH)(e.AB.NEWLY_ADDED_PEER_CLN,(0,t.Ky)()),(0,t.PH)(e.AB.ADD_PEER_CLN,(0,t.Ky)())),ie=(0,t.PH)(e.AB.DETACH_PEER_CLN,(0,t.Ky)()),oe=(0,t.PH)(e.AB.REMOVE_PEER_CLN,(0,t.Ky)()),X=(0,t.PH)(e.AB.FETCH_PAYMENTS_CLN),me=(0,t.PH)(e.AB.SET_PAYMENTS_CLN,(0,t.Ky)()),y=(0,t.PH)(e.AB.SEND_PAYMENT_CLN,(0,t.Ky)()),i=(0,t.PH)(e.AB.SEND_PAYMENT_STATUS_CLN,(0,t.Ky)()),r=(0,t.PH)(e.AB.GET_QUERY_ROUTES_CLN,(0,t.Ky)()),u=(0,t.PH)(e.AB.SET_QUERY_ROUTES_CLN,(0,t.Ky)()),c=(0,t.PH)(e.AB.FETCH_CHANNELS_CLN),_=(0,t.PH)(e.AB.SET_CHANNELS_CLN,(0,t.Ky)()),E=(0,t.PH)(e.AB.UPDATE_CHANNEL_CLN,(0,t.Ky)()),I=(0,t.PH)(e.AB.SAVE_NEW_CHANNEL_CLN,(0,t.Ky)()),v=(0,t.PH)(e.AB.CLOSE_CHANNEL_CLN,(0,t.Ky)()),n=(0,t.PH)(e.AB.REMOVE_CHANNEL_CLN,(0,t.Ky)()),C=(0,t.PH)(e.AB.PEER_LOOKUP_CLN,(0,t.Ky)()),B=(0,t.PH)(e.AB.CHANNEL_LOOKUP_CLN,(0,t.Ky)()),P=(0,t.PH)(e.AB.INVOICE_LOOKUP_CLN,(0,t.Ky)()),H=(0,t.PH)(e.AB.SET_LOOKUP_CLN,(0,t.Ky)()),q=(0,t.PH)(e.AB.GET_FORWARDING_HISTORY_CLN,(0,t.Ky)()),he=(0,t.PH)(e.AB.SET_FORWARDING_HISTORY_CLN,(0,t.Ky)()),_e=(0,t.PH)(e.AB.FETCH_INVOICES_CLN,(0,t.Ky)()),Ne=(0,t.PH)(e.AB.SET_INVOICES_CLN,(0,t.Ky)()),we=(0,t.PH)(e.AB.SAVE_NEW_INVOICE_CLN,(0,t.Ky)()),Q=(0,t.PH)(e.AB.ADD_INVOICE_CLN,(0,t.Ky)()),Ue=(0,t.PH)(e.AB.UPDATE_INVOICE_CLN,(0,t.Ky)()),ye=(0,t.PH)(e.AB.DELETE_EXPIRED_INVOICE_CLN,(0,t.Ky)()),V=(0,t.PH)(e.AB.SET_CHANNEL_TRANSACTION_CLN,(0,t.Ky)()),dt=((0,t.PH)(e.AB.SET_CHANNEL_TRANSACTION_RES_CLN,(0,t.Ky)()),(0,t.PH)(e.AB.FETCH_UTXOS_CLN)),Ie=(0,t.PH)(e.AB.SET_UTXOS_CLN,(0,t.Ky)()),Ae=(0,t.PH)(e.AB.FETCH_OFFER_INVOICE_CLN,(0,t.Ky)()),le=(0,t.PH)(e.AB.SET_OFFER_INVOICE_CLN,(0,t.Ky)()),Te=(0,t.PH)(e.AB.FETCH_OFFERS_CLN),xe=(0,t.PH)(e.AB.SET_OFFERS_CLN,(0,t.Ky)()),W=(0,t.PH)(e.AB.SAVE_NEW_OFFER_CLN,(0,t.Ky)()),ee=(0,t.PH)(e.AB.ADD_OFFER_CLN,(0,t.Ky)()),ue=(0,t.PH)(e.AB.DISABLE_OFFER_CLN,(0,t.Ky)()),Ce=(0,t.PH)(e.AB.UPDATE_OFFER_CLN,(0,t.Ky)()),Le=(0,t.PH)(e.AB.FETCH_OFFER_BOOKMARKS_CLN),ut=(0,t.PH)(e.AB.SET_OFFER_BOOKMARKS_CLN,(0,t.Ky)()),ht=(0,t.PH)(e.AB.ADD_UPDATE_OFFER_BOOKMARK_CLN,(0,t.Ky)()),It=(0,t.PH)(e.AB.DELETE_OFFER_BOOKMARK_CLN,(0,t.Ky)()),ui=(0,t.PH)(e.AB.REMOVE_OFFER_BOOKMARK_CLN,(0,t.Ky)())},4947:(Ve,j,p)=>{"use strict";p.d(j,{J:()=>X});var t=p(6642),e=p(7579),f=p(9646),M=p(5577),a=p(2722),b=p(4004),d=p(262),N=p(2340),h=p(1786),A=p(5566),w=p(7731),D=p(7861),L=p(429),k=p(9828),S=p(1462),U=p(5e3),Z=p(8138),Y=p(5620),ne=p(5986),$=p(62),de=p(5043),te=p(1402),ie=p(7998),oe=p(9808);let X=(()=>{class me{constructor(i,r,u,c,_,E,I,v,n){this.actions=i,this.httpClient=r,this.store=u,this.sessionService=c,this.commonService=_,this.logger=E,this.router=I,this.wsService=v,this.location=n,this.CHILD_API_URL=N.T5+"/cln",this.flgInitialized=!1,this.unSubs=[new e.x,new e.x,new e.x],this.infoFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_INFO_CLN),(0,M.z)(C=>(this.flgInitialized=!1,this.store.dispatch((0,D.lC)({payload:this.CHILD_API_URL})),this.store.dispatch((0,L.Ni)({payload:{action:"FetchInfo",status:w.Bn.INITIATED}})),this.store.dispatch((0,D.ac)({payload:w.m6.GET_NODE_INFO})),this.httpClient.get(this.CHILD_API_URL+N.NZ.GETINFO_API).pipe((0,a.R)(this.actions.pipe((0,t.l4)(w.pg.SET_SELECTED_NODE))),(0,b.U)(B=>(this.logger.info(B),B.chains&&B.chains.length&&B.chains[0]&&"object"==typeof B.chains[0]&&B.chains[0].hasOwnProperty("chain")&&(null==B?void 0:B.chains[0].chain)&&(null==B?void 0:B.chains[0].chain.toLowerCase().indexOf("bitcoin"))<0?(this.store.dispatch((0,L.Ni)({payload:{action:"FetchInfo",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.GET_NODE_INFO})),this.store.dispatch((0,D.ts)()),setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{type:w.n_.ERROR,alertTitle:"Shitcoin Found",titleMessage:"Sorry Not Sorry, RTL is Bitcoin Only!"}}}))},500),{type:w.pg.LOGOUT}):(this.initializeRemainingData(B,C.payload.loadPage),this.store.dispatch((0,L.Ni)({payload:{action:"FetchInfo",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.GET_NODE_INFO})),{type:w.AB.SET_INFO_CLN,payload:B||{}}))),(0,d.K)(B=>{const P=this.commonService.extractErrorCode(B),H="ETIMEDOUT"===P?"Unable to Connect to Core Lightning Server.":this.commonService.extractErrorMessage(B);return this.router.navigate(["/error"],{state:{errorCode:P,errorMessage:H}}),this.handleErrorWithoutAlert("FetchInfo",w.m6.GET_NODE_INFO,"Fetching Node Info Failed.",{status:P,error:H}),(0,f.of)({type:w.pg.VOID})})))))),this.fetchFeesCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_FEES_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchFees",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.FEES_API))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchFees",status:w.Bn.COMPLETED}})),{type:w.AB.SET_FEES_CLN,payload:C||{}})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchFees",w.m6.NO_SPINNER,"Fetching Fees Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.fetchFeeRatesCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_FEE_RATES_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchFeeRates"+C.payload,status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/feeRates/"+C.payload).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"FetchFeeRates"+C.payload,status:w.Bn.COMPLETED}})),{type:w.AB.SET_FEE_RATES_CLN,payload:B||{}})),(0,d.K)(B=>(this.handleErrorWithoutAlert("FetchFeeRates"+C.payload,w.m6.NO_SPINNER,"Fetching Fee Rates Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.fetchBalanceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_BALANCE_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchBalance",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.BALANCE_API))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchBalance",status:w.Bn.COMPLETED}})),{type:w.AB.SET_BALANCE_CLN,payload:C||{}})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchBalance",w.m6.NO_SPINNER,"Fetching Balances Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.fetchLocalRemoteBalanceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_LOCAL_REMOTE_BALANCE_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchLocalRemoteBalance",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/localRemoteBalance"))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchLocalRemoteBalance",status:w.Bn.COMPLETED}})),{type:w.AB.SET_LOCAL_REMOTE_BALANCE_CLN,payload:C||{}})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchLocalRemoteBalance",w.m6.NO_SPINNER,"Fetching Balances Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.getNewAddressCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.GET_NEW_ADDRESS_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"?type="+C.payload.addressCode).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,D.uO)({payload:w.m6.GENERATE_NEW_ADDRESS})),{type:w.AB.SET_NEW_ADDRESS_CLN,payload:B&&B.address?B.address:{}})),(0,d.K)(B=>(this.handleErrorWithAlert("GenerateNewAddress",w.m6.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"?type="+C.payload.addressId,B),(0,f.of)({type:w.pg.VOID})))))))),this.setNewAddressCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_NEW_ADDRESS_CLN),(0,b.U)(C=>(this.logger.info(C.payload),C.payload))),{dispatch:!1}),this.peersFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_PEERS_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchPeers",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.PEERS_API).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchPeers",status:w.Bn.COMPLETED}})),{type:w.AB.SET_PEERS_CLN,payload:C||[]})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchPeers",w.m6.NO_SPINNER,"Fetching Peers Failed.",C),(0,f.of)({type:w.pg.VOID})))))))),this.saveNewPeerCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SAVE_NEW_PEER_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.CONNECT_PEER})),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewPeer",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.PEERS_API,{id:C.payload.id}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewPeer",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.CONNECT_PEER})),this.store.dispatch((0,L.Z8)({payload:B||[]})),{type:w.AB.NEWLY_ADDED_PEER_CLN,payload:{peer:B.find(P=>0===C.payload.id.indexOf(P.id?P.id:""))}})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SaveNewPeer",w.m6.CONNECT_PEER,"Peer Connection Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.detachPeerCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.DETACH_PEER_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.PEERS_API+"/"+C.payload.id+"?force="+C.payload.force).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,D.uO)({payload:w.m6.DISCONNECT_PEER})),this.store.dispatch((0,D.jW)({payload:"Peer Disconnected Successfully!"})),{type:w.AB.REMOVE_PEER_CLN,payload:{id:C.payload.id}})),(0,d.K)(B=>(this.handleErrorWithAlert("PeerDisconnect",w.m6.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+N.NZ.PEERS_API+"/"+C.payload.id,B),(0,f.of)({type:w.pg.VOID})))))))),this.channelsFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_CHANNELS_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchChannels",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/listChannels"))),(0,b.U)(C=>{this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchChannels",status:w.Bn.COMPLETED}}));const B={activeChannels:[],pendingChannels:[],inactiveChannels:[]};return C.forEach(P=>{"CHANNELD_NORMAL"===P.state?P.connected?B.activeChannels.push(P):B.inactiveChannels.push(P):B.pendingChannels.push(P)}),{type:w.AB.SET_CHANNELS_CLN,payload:B}}),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchChannels",w.m6.NO_SPINNER,"Fetching Channels Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.openNewChannelCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SAVE_NEW_CHANNEL_CLN),(0,M.z)(C=>{this.store.dispatch((0,D.ac)({payload:w.m6.OPEN_CHANNEL})),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewChannel",status:w.Bn.INITIATED}}));const B={id:C.payload.peerId,satoshis:C.payload.satoshis,feeRate:C.payload.feeRate,announce:C.payload.announce};return C.payload.minconf&&(B.minconf=C.payload.minconf),C.payload.utxos&&(B.utxos=C.payload.utxos),C.payload.requestAmount&&(B.request_amt=C.payload.requestAmount),C.payload.compactLease&&(B.compact_lease=C.payload.compactLease),this.httpClient.post(this.CHILD_API_URL+N.NZ.CHANNELS_API,B).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewChannel",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.OPEN_CHANNEL})),this.store.dispatch((0,D.jW)({payload:"Channel Added Successfully!"})),this.store.dispatch((0,L.EG)()),this.store.dispatch((0,L.Ly)()),{type:w.AB.FETCH_CHANNELS_CLN})),(0,d.K)(P=>(this.handleErrorWithoutAlert("SaveNewChannel",w.m6.OPEN_CHANNEL,"Opening Channel Failed.",P),(0,f.of)({type:w.pg.VOID}))))}))),this.updateChannelCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.UPDATE_CHANNEL_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.UPDATE_CHAN_POLICY})),this.httpClient.post(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/setChannelFee",{id:C.payload.channelId,base:C.payload.baseFeeMsat,ppm:C.payload.feeRate}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,D.uO)({payload:w.m6.UPDATE_CHAN_POLICY})),this.store.dispatch((0,D.jW)("all"===C.payload.channelId?{payload:{message:"All Channels Updated Successfully. Fee policy updates may take some time to reflect on the channel.",duration:5e3}}:{payload:{message:"Channel Updated Successfully. Fee policy updates may take some time to reflect on the channel.",duration:5e3}})),{type:w.AB.FETCH_CHANNELS_CLN})),(0,d.K)(B=>(this.handleErrorWithAlert("UpdateChannel",w.m6.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+N.NZ.CHANNELS_API,B),(0,f.of)({type:w.pg.VOID})))))))),this.closeChannelCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.CLOSE_CHANNEL_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:C.payload.force?w.m6.FORCE_CLOSE_CHANNEL:w.m6.CLOSE_CHANNEL})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/"+C.payload.channelId+(C.payload.force?"?force="+C.payload.force:"")).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,D.uO)({payload:C.payload.force?w.m6.FORCE_CLOSE_CHANNEL:w.m6.CLOSE_CHANNEL})),this.store.dispatch((0,L.UR)()),this.store.dispatch((0,L.g3)()),this.store.dispatch((0,D.jW)({payload:"Channel Closed Successfully!"})),{type:w.AB.REMOVE_CHANNEL_CLN,payload:C.payload})),(0,d.K)(P=>(this.handleErrorWithAlert("CloseChannel",C.payload.force?w.m6.FORCE_CLOSE_CHANNEL:w.m6.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+N.NZ.CHANNELS_API,P),(0,f.of)({type:w.pg.VOID})))))))),this.paymentsFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_PAYMENTS_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchPayments",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.PAYMENTS_API))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchPayments",status:w.Bn.COMPLETED}})),{type:w.AB.SET_PAYMENTS_CLN,payload:C||[]})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchPayments",w.m6.NO_SPINNER,"Fetching Payments Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.fetchOfferInvoiceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_OFFER_INVOICE_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.FETCH_INVOICE})),this.store.dispatch((0,L.Ni)({payload:{action:"FetchOfferInvoice",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.OFFERS_API+"/fetchOfferInvoice",C.payload).pipe((0,b.U)(B=>{this.logger.info(B),setTimeout(()=>{this.store.dispatch((0,L.Ni)({payload:{action:"FetchOfferInvoice",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.FETCH_INVOICE})),this.store.dispatch((0,L.VD)({payload:B||{}}))},500)}),(0,d.K)(B=>(this.handleErrorWithoutAlert("FetchOfferInvoice",w.m6.FETCH_INVOICE,"Offer Invoice Fetch Failed",B),(0,f.of)({type:w.pg.VOID}))))))),{dispatch:!1}),this.setOfferInvoiceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_OFFER_INVOICE_CLN),(0,b.U)(C=>(this.logger.info(C.payload),C.payload))),{dispatch:!1}),this.sendPaymentCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SEND_PAYMENT_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:C.payload.uiMessage})),this.store.dispatch((0,L.Ni)({payload:{action:"SendPayment",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.PAYMENTS_API,C.payload).pipe((0,b.U)(B=>{this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SendPayment",status:w.Bn.COMPLETED}}));let P="Payment Sent Successfully!";B.saveToDBError&&(P="Payment Sent Successfully but Offer Saving to Database Failed."),B.saveToDBResponse&&"NA"!==B.saveToDBResponse&&(this.store.dispatch((0,L.e9)({payload:B.saveToDBResponse})),P="Payment Sent Successfully and Offer Saved to Database."),setTimeout(()=>{this.store.dispatch((0,L.UR)()),this.store.dispatch((0,L.EG)()),this.store.dispatch((0,L.cQ)()),this.store.dispatch((0,D.uO)({payload:C.payload.uiMessage})),this.store.dispatch((0,D.jW)({payload:P})),this.store.dispatch((0,L.TM)({payload:B.paymentResponse}))},1e3)}),(0,d.K)(B=>(this.logger.error("Error: "+JSON.stringify(B)),C.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",C.payload.uiMessage,"Send Payment Failed.",B):this.handleErrorWithAlert("SendPayment",C.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+N.NZ.PAYMENTS_API,B),(0,f.of)({type:w.pg.VOID}))))))),{dispatch:!1}),this.queryRoutesFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.GET_QUERY_ROUTES_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"GetQueryRoutes",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/getRoute/"+C.payload.destPubkey+"/"+C.payload.amount).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"GetQueryRoutes",status:w.Bn.COMPLETED}})),{type:w.AB.SET_QUERY_ROUTES_CLN,payload:B})),(0,d.K)(B=>(this.store.dispatch((0,L.kL)({payload:{routes:[]}})),this.handleErrorWithAlert("GetQueryRoutes",w.m6.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+N.NZ.NETWORK_API+"/getRoute/"+C.payload.destPubkey+"/"+C.payload.amount,B),(0,f.of)({type:w.pg.VOID})))))))),this.setQueryRoutesCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_QUERY_ROUTES_CLN),(0,b.U)(C=>C.payload)),{dispatch:!1}),this.peerLookupCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.PEER_LOOKUP_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.SEARCHING_NODE})),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/listNode/"+C.payload).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.SEARCHING_NODE})),{type:w.AB.SET_LOOKUP_CLN,payload:B})),(0,d.K)(B=>(this.handleErrorWithAlert("Lookup",w.m6.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+N.NZ.NETWORK_API+"/listNode/"+C.payload,B),(0,f.of)({type:w.pg.VOID})))))))),this.channelLookupCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.CHANNEL_LOOKUP_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:C.payload.uiMessage})),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/listChannel/"+C.payload.shortChannelID).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:C.payload.uiMessage})),{type:w.AB.SET_LOOKUP_CLN,payload:B})),(0,d.K)(B=>(C.payload.showError?this.handleErrorWithAlert("Lookup",C.payload.uiMessage,"Channel Lookup Failed",this.CHILD_API_URL+N.NZ.NETWORK_API+"/listChannel/"+C.payload.shortChannelID,B):this.store.dispatch((0,D.uO)({payload:C.payload.uiMessage})),this.store.dispatch((0,L.v_)({payload:[]})),(0,f.of)({type:w.pg.VOID})))))))),this.invoiceLookupCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.INVOICE_LOOKUP_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.SEARCHING_INVOICE})),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.INVOICES_API+"?label="+C.payload).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.SEARCHING_INVOICE})),B.invoices&&B.invoices.length&&B.invoices.length>0&&this.store.dispatch((0,L.aL)({payload:B.invoices[0]})),{type:w.AB.SET_LOOKUP_CLN,payload:B.invoices&&B.invoices.length&&B.invoices.length>0?B.invoices[0]:B})),(0,d.K)(B=>(this.handleErrorWithoutAlert("Lookup",w.m6.SEARCHING_INVOICE,"Invoice Lookup Failed",B),this.store.dispatch((0,D.jW)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,f.of)({type:w.pg.VOID})))))))),this.setLookupCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_LOOKUP_CLN),(0,b.U)(C=>(this.logger.info(C.payload),C.payload))),{dispatch:!1}),this.fetchForwardingHistoryCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.GET_FORWARDING_HISTORY_CLN),(0,M.z)(C=>{const B=C.payload.status.charAt(0).toUpperCase();return this.store.dispatch((0,L.Ni)({payload:{action:"FetchForwardingHistory"+B,status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/listForwards?status="+C.payload.status).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,L.Ni)({payload:{action:"FetchForwardingHistory"+B,status:w.Bn.COMPLETED}})),C.payload.status===w.OO.FAILED?this.store.dispatch((0,L.QJ)({payload:{status:w.OO.FAILED,totalForwards:P.length,listForwards:P}})):C.payload.status===w.OO.LOCAL_FAILED?this.store.dispatch((0,L.QJ)({payload:{status:w.OO.LOCAL_FAILED,totalForwards:P.length,listForwards:P}})):C.payload.status===w.OO.SETTLED&&this.store.dispatch((0,L.QJ)({payload:{status:w.OO.SETTLED,totalForwards:P.length,listForwards:P}})),{type:w.pg.VOID})),(0,d.K)(P=>(this.handleErrorWithAlert("FetchForwardingHistory"+B,w.m6.NO_SPINNER,"Get "+C.payload.status+" Forwarding History Failed",this.CHILD_API_URL+N.NZ.CHANNELS_API+"/listForwards?status="+C.payload.status,P),(0,f.of)({type:w.pg.VOID}))))}))),this.deleteExpiredInvoiceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.DELETE_EXPIRED_INVOICE_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.DELETE_INVOICE})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.INVOICES_API+(C.payload?"?maxexpiry="+C.payload:"")).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,D.uO)({payload:w.m6.DELETE_INVOICE})),this.store.dispatch((0,D.jW)({payload:"Invoices Deleted Successfully!"})),{type:w.AB.FETCH_INVOICES_CLN,payload:{num_max_invoices:1e6,reversed:!0}})),(0,d.K)(P=>(this.handleErrorWithAlert("DeleteInvoices",w.m6.DELETE_INVOICE,"Delete Invoice Failed",this.CHILD_API_URL+N.NZ.INVOICES_API,P),(0,f.of)({type:w.pg.VOID})))))))),this.saveNewInvoiceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SAVE_NEW_INVOICE_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.ADD_INVOICE})),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewInvoice",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.INVOICES_API,{label:C.payload.label,amount:C.payload.amount,description:C.payload.description,expiry:C.payload.expiry,private:C.payload.private}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewInvoice",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.ADD_INVOICE})),B.msatoshi=C.payload.amount,B.label=C.payload.label,B.expires_at=Math.round((new Date).getTime()/1e3+C.payload.expiry),B.description=C.payload.description,B.status="unpaid",setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{invoice:B,newlyAdded:!0,component:A.y}}}))},100),{type:w.AB.ADD_INVOICE_CLN,payload:B})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SaveNewInvoice",w.m6.ADD_INVOICE,"Add Invoice Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.saveNewOfferCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SAVE_NEW_OFFER_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.CREATE_OFFER})),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewOffer",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.OFFERS_API,{amount:C.payload.amount,description:C.payload.description,vendor:C.payload.vendor}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewOffer",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.CREATE_OFFER})),setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{offer:B,newlyAdded:!0,component:S.k}}}))},100),{type:w.AB.ADD_OFFER_CLN,payload:B})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SaveNewOffer",w.m6.CREATE_OFFER,"Create Offer Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.invoicesFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_INVOICES_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchInvoices",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.INVOICES_API+"?num_max_invoices="+(C.payload.num_max_invoices?C.payload.num_max_invoices:1e6)+"&index_offset="+(C.payload.index_offset?C.payload.index_offset:0)+"&reversed="+(!C.payload.reversed||C.payload.reversed)).pipe((0,b.U)(q=>(this.logger.info(q),this.store.dispatch((0,L.Ni)({payload:{action:"FetchInvoices",status:w.Bn.COMPLETED}})),{type:w.AB.SET_INVOICES_CLN,payload:q})),(0,d.K)(q=>(this.handleErrorWithoutAlert("FetchInvoices",w.m6.NO_SPINNER,"Fetching Invoices Failed.",q),(0,f.of)({type:w.pg.VOID})))))))),this.offersFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_OFFERS_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchOffers",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.OFFERS_API).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"FetchOffers",status:w.Bn.COMPLETED}})),{type:w.AB.SET_OFFERS_CLN,payload:B.offers?B.offers:[]})),(0,d.K)(B=>(this.handleErrorWithoutAlert("FetchOffers",w.m6.NO_SPINNER,"Fetching Offers Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.offersDisableCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.DISABLE_OFFER_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.DISABLE_OFFER})),this.store.dispatch((0,L.Ni)({payload:{action:"DisableOffer",status:w.Bn.INITIATED}})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.OFFERS_API+"/"+C.payload.offer_id).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"DisableOffer",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.DISABLE_OFFER})),this.store.dispatch((0,D.jW)({payload:"Offer Disabled Successfully!"})),{type:w.AB.UPDATE_OFFER_CLN,payload:{offer:B}})),(0,d.K)(B=>(this.handleErrorWithoutAlert("DisableOffer",w.m6.DISABLE_OFFER,"Disabling Offer Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.offerBookmarksFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_OFFER_BOOKMARKS_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchOfferBookmarks",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.OFFERS_API+"/offerbookmarks").pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"FetchOfferBookmarks",status:w.Bn.COMPLETED}})),{type:w.AB.SET_OFFER_BOOKMARKS_CLN,payload:B||[]})),(0,d.K)(B=>(this.handleErrorWithoutAlert("FetchOfferBookmarks",w.m6.NO_SPINNER,"Fetching Offer Bookmarks Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.peidOffersDeleteCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.DELETE_OFFER_BOOKMARK_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.DELETE_OFFER_BOOKMARK})),this.store.dispatch((0,L.Ni)({payload:{action:"DeleteOfferBookmark",status:w.Bn.INITIATED}})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.OFFERS_API+"/offerbookmark/"+C.payload.bolt12).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"DeleteOfferBookmark",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.DELETE_OFFER_BOOKMARK})),this.store.dispatch((0,D.jW)({payload:"Offer Bookmark Deleted Successfully!"})),{type:w.AB.REMOVE_OFFER_BOOKMARK_CLN,payload:{bolt12:C.payload.bolt12}})),(0,d.K)(B=>(this.handleErrorWithAlert("DeleteOfferBookmark",w.m6.DELETE_OFFER_BOOKMARK,"Deleting Offer Bookmark Failed.",this.CHILD_API_URL+N.NZ.OFFERS_API+"/offerbookmark/"+C.payload.bolt12,B),(0,f.of)({type:w.pg.VOID})))))))),this.SetChannelTransactionCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_CHANNEL_TRANSACTION_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.SEND_FUNDS})),this.store.dispatch((0,L.Ni)({payload:{action:"SetChannelTransaction",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.ON_CHAIN_API,C.payload).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SetChannelTransaction",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.SEND_FUNDS})),this.store.dispatch((0,L.EG)()),this.store.dispatch((0,L.Ly)()),{type:w.AB.SET_CHANNEL_TRANSACTION_RES_CLN,payload:B})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SetChannelTransaction",w.m6.SEND_FUNDS,"Sending Fund Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.utxosFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_UTXOS_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchUTXOs",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"/utxos"))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchUTXOs",status:w.Bn.COMPLETED}})),{type:w.AB.SET_UTXOS_CLN,payload:C.outputs||[]})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchUTXOs",w.m6.NO_SPINNER,"Fetching UTXOs Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.store.select(k.yA).pipe((0,a.R)(this.unSubs[0])).subscribe(C=>{C.FetchInfo.status!==w.Bn.COMPLETED&&C.FetchInfo.status!==w.Bn.ERROR||C.FetchFees.status!==w.Bn.COMPLETED&&C.FetchFees.status!==w.Bn.ERROR||C.FetchChannels.status!==w.Bn.COMPLETED&&C.FetchChannels.status!==w.Bn.ERROR||C.FetchBalance.status!==w.Bn.COMPLETED&&C.FetchBalance.status!==w.Bn.ERROR||C.FetchLocalRemoteBalance.status!==w.Bn.COMPLETED&&C.FetchLocalRemoteBalance.status!==w.Bn.ERROR||this.flgInitialized||(this.store.dispatch((0,D.uO)({payload:w.m6.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.clWSMessages.pipe((0,a.R)(this.unSubs[1])).subscribe(C=>{if(this.logger.info("Received new message from the service: "+JSON.stringify(C)),C)switch(C.event){case w.nM.INVOICE:this.logger.info(C),C&&C.data&&C.data.label&&this.store.dispatch((0,L.aL)({payload:C.data}));break;case w.nM.SEND_PAYMENT:case w.nM.BLOCK_HEIGHT:this.logger.info(C);break;default:this.logger.info("Received Event from WS: "+JSON.stringify(C))}})}initializeRemainingData(i,r){this.sessionService.setItem("clUnlocked","true");const u={identity_pubkey:i.id,alias:i.alias,testnet:"testnet"===i.network.toLowerCase(),chains:i.chains,uris:i.uris,version:i.version,api_version:i.api_version,numberOfPendingChannels:i.num_pending_channels};this.store.dispatch((0,D.ac)({payload:w.m6.INITALIZE_NODE_DATA})),this.store.dispatch((0,D._V)({payload:u}));let c=this.location.path();c.includes("/lnd/")?c=null==c?void 0:c.replace("/lnd/","/cln/"):c.includes("/ecl/")&&(c=null==c?void 0:c.replace("/ecl/","/cln/")),(c.includes("/login")||c.includes("/error")||""===c||"HOME"===r||c.includes("?access-key="))&&(c="/cln/home"),this.router.navigate([c]),this.store.dispatch((0,L.WM)({payload:{num_max_invoices:1e6,index_offset:0,reversed:!0}})),this.store.dispatch((0,L.SN)()),this.store.dispatch((0,L.UR)()),this.store.dispatch((0,L.EG)()),this.store.dispatch((0,L.g3)()),this.store.dispatch((0,L.HJ)({payload:"perkw"})),this.store.dispatch((0,L.HJ)({payload:"perkb"})),this.store.dispatch((0,L.$W)()),this.store.dispatch((0,L.Ly)()),this.store.dispatch((0,L.cQ)())}handleErrorWithoutAlert(i,r,u,c){if(this.logger.error("ERROR IN: "+i+"\n"+JSON.stringify(c)),401===c.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,D.ts)()),this.store.dispatch((0,D.kS)()),this.store.dispatch((0,D.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,D.uO)({payload:r}));const _=this.commonService.extractErrorMessage(c,u);this.store.dispatch((0,L.Ni)({payload:{action:i,status:w.Bn.ERROR,statusCode:c.status.toString(),message:_}}))}}handleErrorWithAlert(i,r,u,c,_){if(this.logger.error(_),401===_.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,D.ts)()),this.store.dispatch((0,D.kS)()),this.store.dispatch((0,D.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,D.uO)({payload:r}));const E=this.commonService.extractErrorMessage(_);this.store.dispatch((0,D.qR)({payload:{data:{type:"ERROR",alertTitle:u,message:{code:_.status,message:E,URL:c},component:h.H}}})),this.store.dispatch((0,L.Ni)({payload:{action:i,status:w.Bn.ERROR,statusCode:_.status.toString(),message:E,URL:c}}))}}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}}return me.\u0275fac=function(i){return new(i||me)(U.LFG(t.eX),U.LFG(Z.eN),U.LFG(Y.yh),U.LFG(ne.m),U.LFG($.v),U.LFG(de.mQ),U.LFG(te.F0),U.LFG(ie.d),U.LFG(oe.Ye))},me.\u0275prov=U.Yz7({token:me,factory:me.\u0275fac}),me})()},9828:(Ve,j,p)=>{"use strict";p.d(j,{Ao:()=>te,Bo:()=>Z,EQ:()=>X,Hz:()=>ie,JG:()=>h,OL:()=>$,PP:()=>d,Rn:()=>S,T4:()=>L,Wi:()=>N,Wj:()=>U,Y_:()=>oe,ZW:()=>k,ey:()=>M,gc:()=>D,hx:()=>w,jK:()=>de,lK:()=>ne,lw:()=>f,xQ:()=>Y,yA:()=>b,zm:()=>A});var t=p(5620);const e=(0,t.ZF)("cln"),f=(0,t.P1)(e,y=>y.nodeSettings),M=(0,t.P1)(e,y=>y.information),b=((0,t.P1)(e,y=>y.apisCallStatus.FetchInfo),(0,t.P1)(e,y=>y.apisCallStatus)),d=(0,t.P1)(e,y=>({payments:y.payments,apiCallStatus:y.apisCallStatus.FetchPayments})),N=(0,t.P1)(e,y=>({peers:y.peers,apiCallStatus:y.apisCallStatus.FetchPeers})),h=(0,t.P1)(e,y=>({fees:y.fees,apiCallStatus:y.apisCallStatus.FetchFees})),A=(0,t.P1)(e,y=>({feeRatesPerKB:y.feeRatesPerKB,apiCallStatus:y.apisCallStatus.FetchFeeRatesperkb})),w=(0,t.P1)(e,y=>({feeRatesPerKW:y.feeRatesPerKW,apiCallStatus:y.apisCallStatus.FetchFeeRatesperkw})),D=(0,t.P1)(e,y=>({listInvoices:y.invoices,apiCallStatus:y.apisCallStatus.FetchInvoices})),L=(0,t.P1)(e,y=>({utxos:y.utxos,apiCallStatus:y.apisCallStatus.FetchUTXOs})),k=(0,t.P1)(e,y=>({activeChannels:y.activeChannels,pendingChannels:y.pendingChannels,inactiveChannels:y.inactiveChannels,apiCallStatus:y.apisCallStatus.FetchChannels})),S=(0,t.P1)(e,y=>({balance:y.balance,apiCallStatus:y.apisCallStatus.FetchBalance})),U=(0,t.P1)(e,y=>({localRemoteBalance:y.localRemoteBalance,apiCallStatus:y.apisCallStatus.FetchLocalRemoteBalance})),Z=(0,t.P1)(e,y=>({forwardingHistory:y.forwardingHistory,apiCallStatus:y.apisCallStatus.FetchForwardingHistoryS})),Y=(0,t.P1)(e,y=>({failedForwardingHistory:y.failedForwardingHistory,apiCallStatus:y.apisCallStatus.FetchForwardingHistoryF})),ne=(0,t.P1)(e,y=>({localFailedForwardingHistory:y.localFailedForwardingHistory,apiCallStatus:y.apisCallStatus.FetchForwardingHistoryL})),$=(0,t.P1)(e,y=>({information:y.information,nodeSettings:y.nodeSettings,balance:y.balance})),de=(0,t.P1)(e,y=>({information:y.information,balance:y.balance,numPeers:y.peers.length})),te=(0,t.P1)(e,y=>({information:y.information,balance:y.balance})),ie=(0,t.P1)(e,y=>({information:y.information,nodeSettings:y.nodeSettings,apisCallStatus:[y.apisCallStatus.FetchInfo,y.apisCallStatus.FetchForwardingHistoryS]})),oe=(0,t.P1)(e,y=>({offers:y.offers,apiCallStatus:y.apisCallStatus.FetchOffers})),X=(0,t.P1)(e,y=>({offersBookmarks:y.offersBookmarks,apiCallStatus:y.apisCallStatus.FetchOfferBookmarks}))},5566:(Ve,j,p)=>{"use strict";p.d(j,{y:()=>dt});var t=p(8966),e=p(801),f=p(7579),M=p(2722),a=p(7731),b=p(9828),d=p(5e3),N=p(5043),h=p(62),A=p(7261),w=p(5620),D=p(7093),L=p(9808),k=p(3322),S=p(159),U=p(9224),Z=p(9444),Y=p(7238),ne=p(7423),$=p(4834),de=p(773),te=p(3390),ie=p(6895);function oe(Ie,Ae){if(1&Ie&&d._UZ(0,"qr-code",33),2&Ie){const le=d.oxw();d.Q6J("value",(null==le.invoice?null:le.invoice.bolt11)||(null==le.invoice?null:le.invoice.bolt12))("size",le.qrWidth)("errorCorrectionLevel","L")}}function X(Ie,Ae){1&Ie&&(d.TgZ(0,"span",34),d._uU(1,"N/A"),d.qZA())}const me=function(Ie){return{"mr-0":Ie}};function y(Ie,Ae){if(1&Ie&&d._UZ(0,"span",35),2&Ie){const le=d.oxw();d.Q6J("ngClass",d.VKq(1,me,le.screenSize===le.screenSizeEnum.XS))}}function i(Ie,Ae){if(1&Ie&&d._UZ(0,"span",36),2&Ie){const le=d.oxw();d.Q6J("ngClass",d.VKq(1,me,le.screenSize===le.screenSizeEnum.XS))}}function r(Ie,Ae){if(1&Ie&&d._UZ(0,"span",37),2&Ie){const le=d.oxw();d.Q6J("ngClass",d.VKq(1,me,le.screenSize===le.screenSizeEnum.XS))}}function u(Ie,Ae){if(1&Ie&&d._UZ(0,"qr-code",33),2&Ie){const le=d.oxw();d.Q6J("value",(null==le.invoice?null:le.invoice.bolt11)||(null==le.invoice?null:le.invoice.bolt12))("size",le.qrWidth)("errorCorrectionLevel","L")}}function c(Ie,Ae){1&Ie&&(d.TgZ(0,"span",38),d._uU(1,"QR Code Not Applicable"),d.qZA())}function _(Ie,Ae){1&Ie&&d._UZ(0,"mat-divider",39),2&Ie&&d.Q6J("inset",!0)}function E(Ie,Ae){if(1&Ie&&(d.TgZ(0,"div",19)(1,"div",40),d._UZ(2,"fa-icon",41),d.TgZ(3,"span"),d._uU(4),d.qZA()()()),2&Ie){const le=d.oxw();d.xp6(2),d.Q6J("icon",le.faExclamationTriangle),d.xp6(2),d.Oqu(null==le.invoice?null:le.invoice.warning_capacity)}}function I(Ie,Ae){1&Ie&&(d.ynx(0),d._uU(1," (zero amount) "),d.BQk())}function v(Ie,Ae){1&Ie&&d._UZ(0,"span",47)}const n=function(){return[]};function C(Ie,Ae){if(1&Ie&&(d.TgZ(0,"div",43)(1,"div",44)(2,"span",45),d._uU(3),d.ALo(4,"number"),d.qZA(),d.YNc(5,v,1,0,"span",46),d.qZA()()),2&Ie){const le=d.oxw(2);d.xp6(3),d.hij("",d.lcZ(4,2,(null==le.invoice?null:le.invoice.msatoshi_received)/1e3)," Sats"),d.xp6(2),d.Q6J("ngForOf",d.DdM(4,n).constructor(35))}}function B(Ie,Ae){if(1&Ie&&(d.TgZ(0,"div"),d._uU(1),d.ALo(2,"number"),d.qZA()),2&Ie){const le=d.oxw(2);d.xp6(1),d.hij("",d.lcZ(2,1,(null==le.invoice?null:le.invoice.msatoshi_received)/1e3)," Sats")}}function P(Ie,Ae){if(1&Ie&&(d.ynx(0),d.YNc(1,C,6,5,"div",42),d.YNc(2,B,3,3,"div",23),d.BQk()),2&Ie){const le=d.oxw();d.xp6(1),d.Q6J("ngIf",le.flgInvoicePaid),d.xp6(1),d.Q6J("ngIf",!le.flgInvoicePaid)}}function H(Ie,Ae){1&Ie&&(d.TgZ(0,"span"),d._uU(1,"-"),d.qZA())}function q(Ie,Ae){1&Ie&&d._UZ(0,"mat-spinner",49),2&Ie&&d.Q6J("diameter",20)}function he(Ie,Ae){if(1&Ie&&(d.ynx(0),d.YNc(1,H,2,0,"span",23),d.YNc(2,q,1,1,"mat-spinner",48),d.BQk()),2&Ie){const le=d.oxw();d.xp6(1),d.Q6J("ngIf","unpaid"!==(null==le.invoice?null:le.invoice.status)||!le.flgVersionCompatible),d.xp6(1),d.Q6J("ngIf","unpaid"===(null==le.invoice?null:le.invoice.status)&&le.flgVersionCompatible)}}function _e(Ie,Ae){if(1&Ie&&(d.TgZ(0,"div"),d._UZ(1,"mat-divider",25),d.TgZ(2,"div",19)(3,"div",26)(4,"h4",21),d._uU(5,"Payment Hash"),d.qZA(),d.TgZ(6,"span",24),d._uU(7),d.qZA()()(),d._UZ(8,"mat-divider",25),d.TgZ(9,"div",19)(10,"div",26)(11,"h4",21),d._uU(12,"Label"),d.qZA(),d.TgZ(13,"span",24),d._uU(14),d.qZA()()(),d._UZ(15,"mat-divider",25),d.qZA()),2&Ie){const le=d.oxw();d.xp6(7),d.Oqu(null==le.invoice?null:le.invoice.payment_hash),d.xp6(7),d.Oqu(null==le.invoice?null:le.invoice.label)}}function Ne(Ie,Ae){1&Ie&&(d.TgZ(0,"p"),d._uU(1,"Show Advanced"),d.qZA())}function we(Ie,Ae){1&Ie&&(d.TgZ(0,"p"),d._uU(1,"Hide Advanced"),d.qZA())}function Q(Ie,Ae){if(1&Ie){const le=d.EpF();d.TgZ(0,"button",50),d.NdJ("copied",function(xe){return d.CHM(le),d.oxw().onCopyPayment(xe)}),d._uU(1,"Copy Invoice"),d.qZA()}if(2&Ie){const le=d.oxw();d.Q6J("payload",(null==le.invoice?null:le.invoice.bolt11)||(null==le.invoice?null:le.invoice.bolt12))}}function Ue(Ie,Ae){if(1&Ie){const le=d.EpF();d.TgZ(0,"button",51),d.NdJ("click",function(){return d.CHM(le),d.oxw().onClose()}),d._uU(1,"OK"),d.qZA()}}const ye=function(Ie){return{"display-none":Ie}},V=function(Ie){return{"xs-scroll-y":Ie}},De=function(Ie,Ae){return{"mt-2":Ie,"mt-1":Ae}};let dt=(()=>{class Ie{constructor(le,Te,xe,W,ee,ue){this.dialogRef=le,this.data=Te,this.logger=xe,this.commonService=W,this.snackBar=ee,this.store=ue,this.faReceipt=e.dLy,this.faExclamationTriangle=e.eHv,this.showAdvanced=!1,this.newlyAdded=!1,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=a.cu,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}ngOnInit(){this.invoice=this.data.invoice,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===a.cu.XS&&(this.qrWidth=220),this.store.select(b.ey).pipe((0,M.R)(this.unSubs[0])).subscribe(le=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(le.api_version,"0.6.0")}),this.store.select(b.gc).pipe((0,M.R)(this.unSubs[1])).subscribe(le=>{const Te=this.invoice.status,xe=le.listInvoices.invoices||[];this.invoice=null==xe?void 0:xe.find(W=>W.payment_hash===this.invoice.payment_hash),Te!==this.invoice.status&&"paid"===this.invoice.status&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(le)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyPayment(le){this.snackBar.open("Invoice copied."),this.logger.info("Copied Text: "+le)}ngOnDestroy(){this.unSubs.forEach(le=>{le.next(null),le.complete()})}}return Ie.\u0275fac=function(le){return new(le||Ie)(d.Y36(t.so),d.Y36(t.WI),d.Y36(N.mQ),d.Y36(h.v),d.Y36(A.ux),d.Y36(w.yh))},Ie.\u0275cmp=d.Xpm({type:Ie,selectors:[["rtl-cln-invoice-information"]],decls:72,vars:49,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["class","dot green ml-1","matTooltip","Paid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow ml-1","matTooltip","Unpaid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red ml-1","matTooltip","Expired","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"overflow-wrap","foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],["matTooltip","Paid","matTooltipPosition","right",1,"dot","green","ml-1",3,"ngClass"],["matTooltip","Unpaid","matTooltipPosition","right",1,"dot","yellow","ml-1",3,"ngClass"],["matTooltip","Expired","matTooltipPosition","right",1,"dot","red","ml-1",3,"ngClass"],[1,"font-size-120"],[1,"my-1",3,"inset"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(le,Te){if(1&le&&(d.TgZ(0,"div",0)(1,"div",1),d.YNc(2,oe,1,3,"qr-code",2),d.YNc(3,X,2,0,"span",3),d.qZA(),d.TgZ(4,"div",4)(5,"mat-card-header",5)(6,"div",6),d._UZ(7,"fa-icon",7),d.TgZ(8,"span",8),d._uU(9),d.YNc(10,y,1,3,"span",9),d.YNc(11,i,1,3,"span",10),d.YNc(12,r,1,3,"span",11),d.qZA()(),d.TgZ(13,"button",12),d.NdJ("click",function(){return Te.onClose()}),d._uU(14,"X"),d.qZA()(),d.TgZ(15,"mat-card-content",13)(16,"div",14)(17,"div",15),d.YNc(18,u,1,3,"qr-code",2),d.YNc(19,c,2,0,"span",16),d.qZA(),d.YNc(20,_,1,1,"mat-divider",17),d.YNc(21,E,5,2,"div",18),d.TgZ(22,"div",19)(23,"div",20)(24,"h4",21),d._uU(25),d.qZA(),d.TgZ(26,"span",22),d._uU(27),d.ALo(28,"number"),d.YNc(29,I,2,0,"ng-container",23),d.qZA()(),d.TgZ(30,"div",20)(31,"h4",21),d._uU(32,"Amount Received"),d.qZA(),d.TgZ(33,"span",24),d.YNc(34,P,3,2,"ng-container",23),d.YNc(35,he,3,2,"ng-container",23),d.qZA()()(),d._UZ(36,"mat-divider",25),d.TgZ(37,"div",19)(38,"div",20)(39,"h4",21),d._uU(40,"Date Expiry"),d.qZA(),d.TgZ(41,"span",22),d._uU(42),d.ALo(43,"date"),d.qZA()(),d.TgZ(44,"div",20)(45,"h4",21),d._uU(46,"Date Settled"),d.qZA(),d.TgZ(47,"span",22),d._uU(48),d.ALo(49,"date"),d.qZA()()(),d._UZ(50,"mat-divider",25),d.TgZ(51,"div",19)(52,"div",26)(53,"h4",21),d._uU(54,"Description"),d.qZA(),d.TgZ(55,"span",22),d._uU(56),d.qZA()()(),d._UZ(57,"mat-divider",25),d.TgZ(58,"div",19)(59,"div",26)(60,"h4",21),d._uU(61),d.qZA(),d.TgZ(62,"span",24),d._uU(63),d.qZA()()(),d.YNc(64,_e,16,2,"div",23),d.TgZ(65,"div",27)(66,"button",28),d.NdJ("click",function(){return Te.onShowAdvanced()}),d.YNc(67,Ne,2,0,"p",29),d.YNc(68,we,2,0,"ng-template",null,30,d.W1O),d.qZA(),d.YNc(70,Q,2,1,"button",31),d.YNc(71,Ue,2,0,"button",32),d.qZA()()()()()),2&le){const xe=d.MAs(69);d.xp6(1),d.Q6J("fxLayoutAlign",null!=Te.invoice&&Te.invoice.bolt11&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||null!=Te.invoice&&Te.invoice.bolt12&&""!==(null==Te.invoice?null:Te.invoice.bolt12)?"center start":"center center")("ngClass",d.VKq(40,ye,Te.screenSize===Te.screenSizeEnum.XS||Te.screenSize===Te.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==Te.invoice?null:Te.invoice.bolt11)&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||(null==Te.invoice?null:Te.invoice.bolt12)&&""!==(null==Te.invoice?null:Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Te.invoice&&Te.invoice.bolt11||null!=Te.invoice&&Te.invoice.bolt12)),d.xp6(4),d.Q6J("icon",Te.faReceipt),d.xp6(2),d.hij(" ",Te.screenSize===Te.screenSizeEnum.XS?Te.newlyAdded?"Created":"Invoice":Te.newlyAdded?"Invoice Created":"Invoice Information"," "),d.xp6(1),d.Q6J("ngIf","paid"===(null==Te.invoice?null:Te.invoice.status)),d.xp6(1),d.Q6J("ngIf","unpaid"===(null==Te.invoice?null:Te.invoice.status)),d.xp6(1),d.Q6J("ngIf","expired"===(null==Te.invoice?null:Te.invoice.status)),d.xp6(3),d.Q6J("ngClass",d.VKq(42,V,Te.screenSize===Te.screenSizeEnum.XS)),d.xp6(2),d.Q6J("fxLayoutAlign",null!=Te.invoice&&Te.invoice.bolt11&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||null!=Te.invoice&&Te.invoice.bolt12&&""!==(null==Te.invoice?null:Te.invoice.bolt12)?"center start":"center center")("ngClass",d.VKq(44,ye,Te.screenSize!==Te.screenSizeEnum.XS&&Te.screenSize!==Te.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==Te.invoice?null:Te.invoice.bolt11)&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||(null==Te.invoice?null:Te.invoice.bolt12)&&""!==(null==Te.invoice?null:Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Te.invoice&&Te.invoice.bolt11||null!=Te.invoice&&Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",Te.screenSize===Te.screenSizeEnum.XS||Te.screenSize===Te.screenSizeEnum.SM),d.xp6(1),d.Q6J("ngIf",null==Te.invoice?null:Te.invoice.warning_capacity),d.xp6(4),d.Oqu(Te.screenSize===Te.screenSizeEnum.XS?"Amount":"Amount Requested"),d.xp6(2),d.hij(" ",d.lcZ(28,32,(null==Te.invoice?null:Te.invoice.msatoshi)/1e3||0)," Sats"),d.xp6(2),d.Q6J("ngIf",!(null!=Te.invoice&&Te.invoice.msatoshi)||"0"===(null==Te.invoice?null:Te.invoice.msatoshi)),d.xp6(5),d.Q6J("ngIf","paid"===(null==Te.invoice?null:Te.invoice.status)),d.xp6(1),d.Q6J("ngIf","paid"!==(null==Te.invoice?null:Te.invoice.status)),d.xp6(7),d.Oqu(d.xi3(43,34,1e3*(null==Te.invoice?null:Te.invoice.expires_at),"dd/MMM/y HH:mm")),d.xp6(6),d.Oqu(d.xi3(49,37,1e3*(null==Te.invoice?null:Te.invoice.paid_at),"dd/MMM/y HH:mm")||"-"),d.xp6(8),d.Oqu((null==Te.invoice?null:Te.invoice.description)||"-"),d.xp6(5),d.hij("",null!=Te.invoice&&Te.invoice.bolt12?"Bolt12":null!=Te.invoice&&Te.invoice.bolt11&&!Te.invoice.label.includes("keysend-")?"Bolt11":"Keysend"," Invoice"),d.xp6(2),d.Oqu((null==Te.invoice?null:Te.invoice.bolt11)||(null==Te.invoice?null:Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",Te.showAdvanced),d.xp6(1),d.Q6J("ngClass",d.WLB(46,De,!Te.showAdvanced,Te.showAdvanced)),d.xp6(2),d.Q6J("ngIf",!Te.showAdvanced)("ngIfElse",xe),d.xp6(3),d.Q6J("ngIf",(null==Te.invoice?null:Te.invoice.bolt11)&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||(null==Te.invoice?null:Te.invoice.bolt12)&&""!==(null==Te.invoice?null:Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Te.invoice&&Te.invoice.bolt11||null!=Te.invoice&&Te.invoice.bolt12))}},directives:[D.xw,D.Wh,D.yH,L.mk,k.oO,L.O5,S.uU,U.dk,Z.BN,Y.gM,ne.lW,U.dn,$.d,L.sg,de.Ou,te.h,ie.y],pipes:[L.JJ,L.uU],styles:[""]}),Ie})()},1462:(Ve,j,p)=>{"use strict";p.d(j,{k:()=>H});var t=p(8966),e=p(801),f=p(7579),M=p(2722),a=p(7731),b=p(9828),d=p(5e3),N=p(5043),h=p(62),A=p(7261),w=p(5620),D=p(8104),L=p(7093),k=p(9808),S=p(3322),U=p(159),Z=p(9224),Y=p(9444),ne=p(7423),$=p(4834),de=p(3390),te=p(6895);function ie(q,he){if(1&q&&d._UZ(0,"qr-code",28),2&q){const _e=d.oxw();d.Q6J("value",null==_e.offer?null:_e.offer.bolt12)("size",_e.qrWidth)("errorCorrectionLevel","L")}}function oe(q,he){1&q&&(d.TgZ(0,"span",29),d._uU(1,"N/A"),d.qZA())}function X(q,he){if(1&q&&d._UZ(0,"qr-code",28),2&q){const _e=d.oxw();d.Q6J("value",null==_e.offer?null:_e.offer.bolt12)("size",_e.qrWidth)("errorCorrectionLevel","L")}}function me(q,he){1&q&&(d.TgZ(0,"span",30),d._uU(1,"QR Code Not Applicable"),d.qZA())}function y(q,he){1&q&&d._UZ(0,"mat-divider",31),2&q&&d.Q6J("inset",!0)}function i(q,he){1&q&&d._UZ(0,"mat-divider",19)}function r(q,he){if(1&q&&(d.TgZ(0,"div",15)(1,"div",16)(2,"h4",17),d._uU(3,"Used"),d.qZA(),d.TgZ(4,"span",18),d._uU(5),d.qZA()(),d.TgZ(6,"div",16)(7,"h4",17),d._uU(8,"Single Use"),d.qZA(),d.TgZ(9,"span",18),d._uU(10),d.qZA()()()),2&q){const _e=d.oxw(2);d.xp6(5),d.hij(" ",null!=_e.offer&&_e.offer.used?null!=_e.offer&&_e.offer.used?"Yes":"No":"N/K"," "),d.xp6(5),d.hij(" ",null!=_e.offer&&_e.offer.single_use?null!=_e.offer&&_e.offer.single_use?"Yes":"No":"N/K"," ")}}function u(q,he){1&q&&d._UZ(0,"mat-divider",19)}function c(q,he){if(1&q&&(d.TgZ(0,"div",15)(1,"div",20)(2,"h4",17),d._uU(3,"Vendor"),d.qZA(),d.TgZ(4,"span",34),d._uU(5),d.qZA()()()),2&q){const _e=d.oxw(2);d.xp6(5),d.Oqu((null==_e.offerDecoded?null:_e.offerDecoded.vendor)||(null==_e.offerDecoded?null:_e.offerDecoded.issuer))}}function _(q,he){if(1&q&&(d.TgZ(0,"div"),d.YNc(1,i,1,0,"mat-divider",32),d.YNc(2,r,11,2,"div",33),d.YNc(3,u,1,0,"mat-divider",32),d.YNc(4,c,6,1,"div",33),d._UZ(5,"mat-divider",19),d.TgZ(6,"div",15)(7,"div",20)(8,"h4",17),d._uU(9,"Offer ID"),d.qZA(),d.TgZ(10,"span",18),d._uU(11),d.qZA()()(),d._UZ(12,"mat-divider",19),d.qZA()),2&q){const _e=d.oxw();d.xp6(1),d.Q6J("ngIf",(null==_e.offer?null:_e.offer.used)||(null==_e.offer?null:_e.offer.single_use)),d.xp6(1),d.Q6J("ngIf",(null==_e.offer?null:_e.offer.used)||(null==_e.offer?null:_e.offer.single_use)),d.xp6(1),d.Q6J("ngIf",(null==_e.offerDecoded?null:_e.offerDecoded.vendor)||(null==_e.offerDecoded?null:_e.offerDecoded.issuer)),d.xp6(1),d.Q6J("ngIf",(null==_e.offerDecoded?null:_e.offerDecoded.vendor)||(null==_e.offerDecoded?null:_e.offerDecoded.issuer)),d.xp6(7),d.Oqu(_e.offerDecoded.offer_id)}}function E(q,he){1&q&&(d.TgZ(0,"p"),d._uU(1,"Show Advanced"),d.qZA())}function I(q,he){1&q&&(d.TgZ(0,"p"),d._uU(1,"Hide Advanced"),d.qZA())}function v(q,he){if(1&q){const _e=d.EpF();d.TgZ(0,"button",35),d.NdJ("copied",function(we){return d.CHM(_e),d.oxw().onCopyOffer(we)}),d._uU(1,"Copy Offer"),d.qZA()}if(2&q){const _e=d.oxw();d.Q6J("payload",null==_e.offer?null:_e.offer.bolt12)}}function n(q,he){if(1&q){const _e=d.EpF();d.TgZ(0,"button",36),d.NdJ("click",function(){return d.CHM(_e),d.oxw().onClose()}),d._uU(1,"OK"),d.qZA()}}const C=function(q){return{"display-none":q}},B=function(q){return{"xs-scroll-y":q}},P=function(q,he){return{"mt-2":q,"mt-1":he}};let H=(()=>{class q{constructor(_e,Ne,we,Q,Ue,ye,V){this.dialogRef=_e,this.data=Ne,this.logger=we,this.commonService=Q,this.snackBar=Ue,this.store=ye,this.dataService=V,this.faReceipt=e.dLy,this.faExclamationTriangle=e.eHv,this.showAdvanced=!1,this.newlyAdded=!1,this.offerDecoded={},this.qrWidth=240,this.screenSize="",this.screenSizeEnum=a.cu,this.flgOfferPaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}ngOnInit(){this.offer=this.data.offer,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===a.cu.XS&&(this.qrWidth=220),this.store.select(b.ey).pipe((0,M.R)(this.unSubs[0])).subscribe(_e=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(_e.api_version,"0.6.0")}),this.dataService.decodePayment(this.offer.bolt12,!0).pipe((0,M.R)(this.unSubs[1])).subscribe(_e=>{var Ne;this.offerDecoded=_e,this.offerDecoded.offer_id&&!this.offerDecoded.amount_msat?(this.offerDecoded.amount_msat="0msat",this.offerDecoded.amount=0):this.offerDecoded.amount=this.offerDecoded.amount?+this.offerDecoded.amount:this.offerDecoded.amount_msat?+(null===(Ne=this.offerDecoded.amount_msat)||void 0===Ne?void 0:Ne.slice(0,-4)):null})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyOffer(_e){this.snackBar.open("Offer copied."),this.logger.info("Copied Text: "+_e)}ngOnDestroy(){this.unSubs.forEach(_e=>{_e.next(null),_e.complete()})}}return q.\u0275fac=function(_e){return new(_e||q)(d.Y36(t.so),d.Y36(t.WI),d.Y36(N.mQ),d.Y36(h.v),d.Y36(A.ux),d.Y36(w.yh),d.Y36(D.D))},q.\u0275cmp=d.Xpm({type:q,selectors:[["rtl-cln-offer-information"]],decls:52,vars:33,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","100"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],[1,"overflow-wrap","foreground-secondary-text"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(_e,Ne){if(1&_e&&(d.TgZ(0,"div",0)(1,"div",1),d.YNc(2,ie,1,3,"qr-code",2),d.YNc(3,oe,2,0,"span",3),d.qZA(),d.TgZ(4,"div",4)(5,"mat-card-header",5)(6,"div",6),d._UZ(7,"fa-icon",7),d.TgZ(8,"span",8),d._uU(9),d.qZA()(),d.TgZ(10,"button",9),d.NdJ("click",function(){return Ne.onClose()}),d._uU(11,"X"),d.qZA()(),d.TgZ(12,"mat-card-content",10)(13,"div",11)(14,"div",12),d.YNc(15,X,1,3,"qr-code",2),d.YNc(16,me,2,0,"span",13),d.qZA(),d.YNc(17,y,1,1,"mat-divider",14),d.TgZ(18,"div",15)(19,"div",16)(20,"h4",17),d._uU(21,"Amount Requested (Sats)"),d.qZA(),d.TgZ(22,"span",18),d._uU(23),d.ALo(24,"number"),d.qZA()(),d.TgZ(25,"div",16)(26,"h4",17),d._uU(27,"Active"),d.qZA(),d.TgZ(28,"span",18),d._uU(29),d.qZA()()(),d._UZ(30,"mat-divider",19),d.TgZ(31,"div",15)(32,"div",20)(33,"h4",17),d._uU(34,"Description"),d.qZA(),d.TgZ(35,"span",18),d._uU(36),d.qZA()()(),d._UZ(37,"mat-divider",19),d.TgZ(38,"div",15)(39,"div",20)(40,"h4",17),d._uU(41,"Offer Request"),d.qZA(),d.TgZ(42,"span",18),d._uU(43),d.qZA()()(),d.YNc(44,_,13,5,"div",21),d.TgZ(45,"div",22)(46,"button",23),d.NdJ("click",function(){return Ne.onShowAdvanced()}),d.YNc(47,E,2,0,"p",24),d.YNc(48,I,2,0,"ng-template",null,25,d.W1O),d.qZA(),d.YNc(50,v,2,1,"button",26),d.YNc(51,n,2,0,"button",27),d.qZA()()()()()),2&_e){const we=d.MAs(49);d.xp6(1),d.Q6J("fxLayoutAlign",null!=Ne.offer&&Ne.offer.bolt12&&""!==(null==Ne.offer?null:Ne.offer.bolt12)?"center start":"center center")("ngClass",d.VKq(24,C,Ne.screenSize===Ne.screenSizeEnum.XS||Ne.screenSize===Ne.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==Ne.offer?null:Ne.offer.bolt12)&&""!==(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Ne.offer&&Ne.offer.bolt12)||""===(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(4),d.Q6J("icon",Ne.faReceipt),d.xp6(2),d.Oqu(Ne.screenSize===Ne.screenSizeEnum.XS?Ne.newlyAdded?"Created":"Offer":Ne.newlyAdded?"Offer Created":"Offer Information"),d.xp6(3),d.Q6J("ngClass",d.VKq(26,B,Ne.screenSize===Ne.screenSizeEnum.XS)),d.xp6(2),d.Q6J("fxLayoutAlign",null!=Ne.offer&&Ne.offer.bolt12&&""!==(null==Ne.offer?null:Ne.offer.bolt12)?"center start":"center center")("ngClass",d.VKq(28,C,Ne.screenSize!==Ne.screenSizeEnum.XS&&Ne.screenSize!==Ne.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==Ne.offer?null:Ne.offer.bolt12)&&""!==(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Ne.offer&&Ne.offer.bolt12)||""===(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(1),d.Q6J("ngIf",Ne.screenSize===Ne.screenSizeEnum.XS||Ne.screenSize===Ne.screenSizeEnum.SM),d.xp6(6),d.hij(" ",null!=Ne.offerDecoded&&Ne.offerDecoded.amount_msat&&0!==(null==Ne.offerDecoded?null:Ne.offerDecoded.amount)?d.lcZ(24,22,(null==Ne.offerDecoded?null:Ne.offerDecoded.amount)/1e3):"Open Offer"," "),d.xp6(6),d.hij(" ",null!=Ne.offer&&Ne.offer.active?null!=Ne.offer&&Ne.offer.active?"Active":"Inactive":"N/K"," "),d.xp6(7),d.hij(" ",null==Ne.offerDecoded?null:Ne.offerDecoded.description," "),d.xp6(7),d.Oqu(null==Ne.offer?null:Ne.offer.bolt12),d.xp6(1),d.Q6J("ngIf",Ne.showAdvanced),d.xp6(1),d.Q6J("ngClass",d.WLB(30,P,!Ne.showAdvanced,Ne.showAdvanced)),d.xp6(2),d.Q6J("ngIf",!Ne.showAdvanced)("ngIfElse",we),d.xp6(3),d.Q6J("ngIf",(null==Ne.offer?null:Ne.offer.bolt12)&&""!==(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Ne.offer&&Ne.offer.bolt12)||""===(null==Ne.offer?null:Ne.offer.bolt12))}},directives:[L.xw,L.Wh,L.yH,k.mk,S.oO,k.O5,U.uU,Z.dk,Y.BN,ne.lW,Z.dn,$.d,de.h,te.y],pipes:[k.JJ],styles:[""]}),q})()},2994:(Ve,j,p)=>{"use strict";p.d(j,{$W:()=>Y,BL:()=>r,Bw:()=>S,CX:()=>d,DJ:()=>V,EK:()=>oe,El:()=>$,Fd:()=>M,GD:()=>ie,HG:()=>Z,HI:()=>_,Iy:()=>P,Lf:()=>B,Nr:()=>he,OG:()=>u,On:()=>U,QZ:()=>f,RX:()=>h,SN:()=>N,Sf:()=>Q,TM:()=>n,TW:()=>D,UR:()=>A,WM:()=>q,WO:()=>E,YP:()=>Ne,YX:()=>y,Z$:()=>_e,Z8:()=>ne,Zr:()=>a,_E:()=>X,aL:()=>we,cQ:()=>c,eN:()=>w,i:()=>L,iL:()=>k,iz:()=>b,kL:()=>I,mC:()=>C,n7:()=>Ue,oV:()=>v,pW:()=>i,ti:()=>De});var t=p(5620),e=p(7731);const f=(0,t.PH)(e.lr.UPDATE_API_CALL_STATUS_ECL,(0,t.Ky)()),M=(0,t.PH)(e.lr.RESET_ECL_STORE,(0,t.Ky)()),a=(0,t.PH)(e.lr.SET_CHILD_NODE_SETTINGS_ECL,(0,t.Ky)()),b=(0,t.PH)(e.lr.FETCH_INFO_ECL,(0,t.Ky)()),d=(0,t.PH)(e.lr.SET_INFO_ECL,(0,t.Ky)()),N=(0,t.PH)(e.lr.FETCH_FEES_ECL),h=(0,t.PH)(e.lr.SET_FEES_ECL,(0,t.Ky)()),A=(0,t.PH)(e.lr.FETCH_CHANNELS_ECL,(0,t.Ky)()),w=(0,t.PH)(e.lr.SET_ACTIVE_CHANNELS_ECL,(0,t.Ky)()),D=(0,t.PH)(e.lr.SET_PENDING_CHANNELS_ECL,(0,t.Ky)()),L=(0,t.PH)(e.lr.SET_INACTIVE_CHANNELS_ECL,(0,t.Ky)()),k=(0,t.PH)(e.lr.FETCH_ONCHAIN_BALANCE_ECL),S=(0,t.PH)(e.lr.SET_ONCHAIN_BALANCE_ECL,(0,t.Ky)()),U=(0,t.PH)(e.lr.SET_LIGHTNING_BALANCE_ECL,(0,t.Ky)()),Z=(0,t.PH)(e.lr.SET_CHANNELS_STATUS_ECL,(0,t.Ky)()),Y=(0,t.PH)(e.lr.FETCH_PEERS_ECL),ne=(0,t.PH)(e.lr.SET_PEERS_ECL,(0,t.Ky)()),$=(0,t.PH)(e.lr.SAVE_NEW_PEER_ECL,(0,t.Ky)()),ie=((0,t.PH)(e.lr.NEWLY_ADDED_PEER_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.ADD_PEER_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.DETACH_PEER_ECL,(0,t.Ky)())),oe=(0,t.PH)(e.lr.REMOVE_PEER_ECL,(0,t.Ky)()),X=(0,t.PH)(e.lr.GET_NEW_ADDRESS_ECL),y=((0,t.PH)(e.lr.SET_NEW_ADDRESS_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.SAVE_NEW_CHANNEL_ECL,(0,t.Ky)())),i=(0,t.PH)(e.lr.UPDATE_CHANNEL_ECL,(0,t.Ky)()),r=(0,t.PH)(e.lr.CLOSE_CHANNEL_ECL,(0,t.Ky)()),u=(0,t.PH)(e.lr.REMOVE_CHANNEL_ECL,(0,t.Ky)()),c=(0,t.PH)(e.lr.FETCH_PAYMENTS_ECL),_=(0,t.PH)(e.lr.SET_PAYMENTS_ECL,(0,t.Ky)()),E=(0,t.PH)(e.lr.GET_QUERY_ROUTES_ECL,(0,t.Ky)()),I=(0,t.PH)(e.lr.SET_QUERY_ROUTES_ECL,(0,t.Ky)()),v=(0,t.PH)(e.lr.SEND_PAYMENT_ECL,(0,t.Ky)()),n=(0,t.PH)(e.lr.SEND_PAYMENT_STATUS_ECL,(0,t.Ky)()),C=(0,t.PH)(e.lr.FETCH_TRANSACTIONS_ECL),B=(0,t.PH)(e.lr.SET_TRANSACTIONS_ECL,(0,t.Ky)()),P=(0,t.PH)(e.lr.SEND_ONCHAIN_FUNDS_ECL,(0,t.Ky)()),q=((0,t.PH)(e.lr.SEND_ONCHAIN_FUNDS_RES_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.FETCH_INVOICES_ECL)),he=(0,t.PH)(e.lr.SET_INVOICES_ECL,(0,t.Ky)()),_e=(0,t.PH)(e.lr.CREATE_INVOICE_ECL,(0,t.Ky)()),Ne=(0,t.PH)(e.lr.ADD_INVOICE_ECL,(0,t.Ky)()),we=(0,t.PH)(e.lr.UPDATE_INVOICE_ECL,(0,t.Ky)()),Q=(0,t.PH)(e.lr.PEER_LOOKUP_ECL,(0,t.Ky)()),Ue=(0,t.PH)(e.lr.INVOICE_LOOKUP_ECL,(0,t.Ky)()),V=((0,t.PH)(e.lr.SET_LOOKUP_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.UPDATE_CHANNEL_STATE_ECL,(0,t.Ky)())),De=(0,t.PH)(e.lr.UPDATE_RELAYED_PAYMENT_ECL,(0,t.Ky)())},3289:(Ve,j,p)=>{"use strict";p.d(j,{o:()=>oe});var t=p(6642),e=p(7579),f=p(9646),M=p(5577),a=p(2722),b=p(4004),d=p(262),N=p(2340),h=p(1786),A=p(7731),w=p(7861),D=p(7766),L=p(2994),k=p(2501),S=p(5e3),U=p(8138),Z=p(5620),Y=p(5986),ne=p(62),$=p(5043),de=p(1402),te=p(7998),ie=p(9808);let oe=(()=>{class X{constructor(y,i,r,u,c,_,E,I,v){this.actions=y,this.httpClient=i,this.store=r,this.sessionService=u,this.commonService=c,this.logger=_,this.router=E,this.wsService=I,this.location=v,this.CHILD_API_URL=N.T5+"/ecl",this.flgInitialized=!1,this.flgReceivedPaymentUpdateFromWS=!1,this.latestPaymentRes="",this.rawChannelsList=[],this.unSubs=[new e.x,new e.x,new e.x],this.infoFetchECL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_INFO_ECL),(0,M.z)(n=>(this.flgInitialized=!1,this.store.dispatch((0,w.lC)({payload:this.CHILD_API_URL})),this.store.dispatch((0,w.ac)({payload:A.m6.GET_NODE_INFO})),this.store.dispatch((0,L.QZ)({payload:{action:"FetchInfo",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.GETINFO_API).pipe((0,a.R)(this.actions.pipe((0,t.l4)(A.pg.SET_SELECTED_NODE))),(0,b.U)(C=>(this.logger.info(C),this.initializeRemainingData(C,n.payload.loadPage),this.store.dispatch((0,L.QZ)({payload:{action:"FetchInfo",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.GET_NODE_INFO})),{type:A.lr.SET_INFO_ECL,payload:C||{}})),(0,d.K)(C=>{const B=this.commonService.extractErrorCode(C),P=503===B?"Unable to Connect to Eclair Server.":this.commonService.extractErrorMessage(C);return this.router.navigate(["/error"],{state:{errorCode:B,errorMessage:P}}),this.handleErrorWithoutAlert("FetchInfo",A.m6.GET_NODE_INFO,"Fetching Node Info Failed.",{status:B,error:P}),(0,f.of)({type:A.pg.VOID})})))))),this.fetchFees=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_FEES_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchFees",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.FEES_API+"/fees").pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchFees",status:A.Bn.COMPLETED}})),{type:A.lr.SET_FEES_ECL,payload:n||{}})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchFees",A.m6.NO_SPINNER,"Fetching Fees Failed.",n),(0,f.of)({type:A.pg.VOID})))))))),this.fetchPayments=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_PAYMENTS_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchPayments",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.FEES_API+"/payments").pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchPayments",status:A.Bn.COMPLETED}})),{type:A.lr.SET_PAYMENTS_ECL,payload:n||{}})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchPayments",A.m6.NO_SPINNER,"Fetching Payments Failed.",n),(0,f.of)({type:A.pg.VOID})))))))),this.channelsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_CHANNELS_ECL),(0,M.z)(n=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchChannels",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.CHANNELS_API).pipe((0,b.U)(C=>(this.logger.info(C),this.rawChannelsList=C,this.setChannelsAndStatusAndBalances(),this.store.dispatch((0,L.QZ)({payload:{action:"FetchChannels",status:A.Bn.COMPLETED}})),n.payload&&n.payload.fetchPayments&&this.store.dispatch((0,L.cQ)()),{type:A.pg.VOID})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchChannels",A.m6.NO_SPINNER,"Fetching Channels Failed.",C),(0,f.of)({type:A.pg.VOID})))))))),this.fetchOnchainBalance=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_ONCHAIN_BALANCE_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchOnchainBalance",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"/balance"))),(0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchOnchainBalance",status:A.Bn.COMPLETED}})),{type:A.lr.SET_ONCHAIN_BALANCE_ECL,payload:n||{}})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchOnchainBalance",A.m6.NO_SPINNER,"Fetching Onchain Balances Failed.",n),(0,f.of)({type:A.pg.VOID}))))),this.peersFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_PEERS_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchPeers",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.PEERS_API).pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchPeers",status:A.Bn.COMPLETED}})),{type:A.lr.SET_PEERS_ECL,payload:n||[]})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchPeers",A.m6.NO_SPINNER,"Fetching Peers Failed.",n),(0,f.of)({type:A.pg.VOID})))))))),this.getNewAddress=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.GET_NEW_ADDRESS_ECL),(0,M.z)(()=>(this.store.dispatch((0,w.ac)({payload:A.m6.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API).pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,w.uO)({payload:A.m6.GENERATE_NEW_ADDRESS})),{type:A.lr.SET_NEW_ADDRESS_ECL,payload:n})),(0,d.K)(n=>(this.handleErrorWithAlert("GetNewAddress",A.m6.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+N.NZ.ON_CHAIN_API,n),(0,f.of)({type:A.pg.VOID})))))))),this.setNewAddress=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SET_NEW_ADDRESS_ECL),(0,b.U)(n=>(this.logger.info(n.payload),n.payload))),{dispatch:!1}),this.saveNewPeer=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SAVE_NEW_PEER_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.CONNECT_PEER})),this.store.dispatch((0,L.QZ)({payload:{action:"SaveNewPeer",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.PEERS_API+(n.payload.id.includes("@")?"?uri=":"?nodeId=")+n.payload.id,{}).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"SaveNewPeer",status:A.Bn.COMPLETED}})),C=C||[],this.store.dispatch((0,w.uO)({payload:A.m6.CONNECT_PEER})),this.store.dispatch((0,L.Z8)({payload:C})),{type:A.lr.NEWLY_ADDED_PEER_ECL,payload:{peer:C.find(B=>B.nodeId===(n.payload.id.includes("@")?n.payload.id.substring(0,n.payload.id.indexOf("@")):n.payload.id))}})),(0,d.K)(C=>(this.handleErrorWithoutAlert("SaveNewPeer",A.m6.CONNECT_PEER,"Peer Connection Failed.",C),(0,f.of)({type:A.pg.VOID})))))))),this.detachPeer=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.DETACH_PEER_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.PEERS_API+"/"+n.payload.nodeId).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,w.uO)({payload:A.m6.DISCONNECT_PEER})),this.store.dispatch((0,w.jW)({payload:"Disconnecting Peer!"})),{type:A.lr.REMOVE_PEER_ECL,payload:{nodeId:n.payload.nodeId}})),(0,d.K)(C=>(this.handleErrorWithAlert("DisconnectPeer",A.m6.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+N.NZ.PEERS_API+"/"+n.payload.nodeId,C),(0,f.of)({type:A.pg.VOID})))))))),this.openNewChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SAVE_NEW_CHANNEL_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.OPEN_CHANNEL})),this.store.dispatch((0,L.QZ)({payload:{action:"SaveNewChannel",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.CHANNELS_API,n.payload.feeRate&&n.payload.feeRate>0?{nodeId:n.payload.nodeId,fundingSatoshis:n.payload.amount,channelFlags:+!n.payload.private,fundingFeerateSatByte:n.payload.feeRate}:{nodeId:n.payload.nodeId,fundingSatoshis:n.payload.amount,channelFlags:+!n.payload.private}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.QZ)({payload:{action:"SaveNewChannel",status:A.Bn.COMPLETED}})),this.store.dispatch((0,L.$W)()),this.store.dispatch((0,L.iL)()),this.store.dispatch((0,w.uO)({payload:A.m6.OPEN_CHANNEL})),this.store.dispatch((0,w.jW)({payload:"Channel Added Successfully!"})),{type:A.lr.FETCH_CHANNELS_ECL,payload:{fetchPayments:!1}})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SaveNewChannel",A.m6.OPEN_CHANNEL,"Opening Channel Failed.",B),(0,f.of)({type:A.pg.VOID})))))))),this.updateChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.UPDATE_CHANNEL_ECL),(0,M.z)(n=>{this.store.dispatch((0,w.ac)({payload:A.m6.UPDATE_CHAN_POLICY}));let C="?feeBaseMsat="+n.payload.baseFeeMsat+"&feeProportionalMillionths="+n.payload.feeRate;return C=n.payload.nodeIds?C+"&nodeIds="+n.payload.nodeIds:n.payload.nodeId?C+"&nodeId="+n.payload.nodeId:n.payload.channelIds?C+"&channelIds="+n.payload.channelIds:C+"&channelId="+n.payload.channelId,this.httpClient.post(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/updateRelayFee"+C,{}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,w.uO)({payload:A.m6.UPDATE_CHAN_POLICY})),this.store.dispatch((0,w.jW)(n.payload.nodeIds||n.payload.channelIds?{payload:"Channels Updated Successfully."}:{payload:"Channel Updated Successfully!"})),{type:A.lr.FETCH_CHANNELS_ECL,payload:{fetchPayments:!1}})),(0,d.K)(B=>(this.handleErrorWithAlert("UpdateChannels",A.m6.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+N.NZ.CHANNELS_API,B),(0,f.of)({type:A.pg.VOID}))))}))),this.closeChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.CLOSE_CHANNEL_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:n.payload.force?A.m6.FORCE_CLOSE_CHANNEL:A.m6.CLOSE_CHANNEL})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.CHANNELS_API+"?channelId="+n.payload.channelId+"&force="+n.payload.force).pipe((0,b.U)(C=>(this.logger.info(C),setTimeout(()=>{this.store.dispatch((0,w.uO)({payload:n.payload.force?A.m6.FORCE_CLOSE_CHANNEL:A.m6.CLOSE_CHANNEL})),this.store.dispatch((0,L.UR)({payload:{fetchPayments:!1}})),this.store.dispatch((0,w.jW)({payload:n.payload.force?"Channel Force Closed Successfully!":"Channel Closed Successfully!"}))},2e3),{type:A.pg.VOID})),(0,d.K)(C=>(this.handleErrorWithAlert("CloseChannel",n.payload.force?A.m6.FORCE_CLOSE_CHANNEL:A.m6.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+N.NZ.CHANNELS_API,C),(0,f.of)({type:A.pg.VOID})))))))),this.queryRoutesFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.GET_QUERY_ROUTES_ECL),(0,M.z)(n=>this.httpClient.get(this.CHILD_API_URL+N.NZ.PAYMENTS_API+"/route?nodeId="+n.payload.nodeId+"&amountMsat="+n.payload.amount).pipe((0,b.U)(C=>(this.logger.info(C),{type:A.lr.SET_QUERY_ROUTES_ECL,payload:C})),(0,d.K)(C=>(this.store.dispatch((0,L.kL)({payload:[]})),this.handleErrorWithAlert("GetQueryRoutes",A.m6.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+N.NZ.PAYMENTS_API+"/route?nodeId="+n.payload.nodeId+"&amountMsat="+n.payload.amount,C),(0,f.of)({type:A.pg.VOID}))))))),this.setQueryRoutes=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SET_QUERY_ROUTES_ECL),(0,b.U)(n=>n.payload)),{dispatch:!1}),this.sendPayment=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SEND_PAYMENT_ECL),(0,M.z)(n=>(this.flgReceivedPaymentUpdateFromWS=!1,this.latestPaymentRes="",this.store.dispatch((0,w.ac)({payload:A.m6.SEND_PAYMENT})),this.store.dispatch((0,L.QZ)({payload:{action:"SendPayment",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.PAYMENTS_API,n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.latestPaymentRes=C,setTimeout(()=>{this.flgReceivedPaymentUpdateFromWS||this.handleSendPaymentStatus("Payment Submitted!")},3e3),{type:A.pg.VOID})),(0,d.K)(C=>(this.logger.error("Error: "+JSON.stringify(C)),n.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",A.m6.SEND_PAYMENT,"Send Payment Failed.",C):this.handleErrorWithAlert("SendPayment",A.m6.SEND_PAYMENT,"Send Payment Failed",this.CHILD_API_URL+N.NZ.PAYMENTS_API,C),(0,f.of)({type:A.pg.VOID})))))))),this.transactionsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_TRANSACTIONS_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchTransactions",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"/transactions?count=1000&skip=0"))),(0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchTransactions",status:A.Bn.COMPLETED}})),{type:A.lr.SET_TRANSACTIONS_ECL,payload:n||[]})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchTransactions",A.m6.NO_SPINNER,"Fetching Transactions Failed.",n),(0,f.of)({type:A.pg.VOID}))))),this.SendOnchainFunds=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SEND_ONCHAIN_FUNDS_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.SEND_FUNDS})),this.store.dispatch((0,L.QZ)({payload:{action:"SendOnchainFunds",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.ON_CHAIN_API,n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"SendOnchainFunds",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.SEND_FUNDS})),this.store.dispatch((0,L.iL)()),{type:A.lr.SEND_ONCHAIN_FUNDS_RES_ECL,payload:C})),(0,d.K)(C=>(this.handleErrorWithoutAlert("SendOnchainFunds",A.m6.SEND_FUNDS,"Sending Fund Failed.",C),(0,f.of)({type:A.pg.VOID})))))))),this.createInvoice=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.CREATE_INVOICE_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.CREATE_INVOICE})),this.store.dispatch((0,L.QZ)({payload:{action:"CreateInvoice",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.INVOICES_API,n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"CreateInvoice",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.CREATE_INVOICE})),C.timestamp=Math.round((new Date).getTime()/1e3),C.expiresAt=Math.round(C.timestamp+n.payload.expireIn),C.description=n.payload.description,C.status="unpaid",setTimeout(()=>{this.store.dispatch((0,w.qR)({payload:{data:{invoice:C,newlyAdded:!0,component:D.R}}}))},100),{type:A.lr.ADD_INVOICE_ECL,payload:C})),(0,d.K)(C=>(this.handleErrorWithoutAlert("CreateInvoice",A.m6.CREATE_INVOICE,"Create Invoice Failed.",C),(0,f.of)({type:A.pg.VOID})))))))),this.invoicesFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_INVOICES_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchInvoices",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.INVOICES_API).pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchInvoices",status:A.Bn.COMPLETED}})),{type:A.lr.SET_INVOICES_ECL,payload:n})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchInvoices",A.m6.NO_SPINNER,"Fetching Invoices Failed.",n),(0,f.of)({type:A.pg.VOID})))))))),this.peerLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.PEER_LOOKUP_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.SEARCHING_NODE})),this.store.dispatch((0,L.QZ)({payload:{action:"Lookup",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/nodes/"+n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"Lookup",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.SEARCHING_NODE})),{type:A.lr.SET_LOOKUP_ECL,payload:C})),(0,d.K)(C=>(this.handleErrorWithAlert("Lookup",A.m6.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+N.NZ.NETWORK_API+"/nodes/"+n.payload,C),(0,f.of)({type:A.pg.VOID})))))))),this.invoiceLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.INVOICE_LOOKUP_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.SEARCHING_INVOICE})),this.store.dispatch((0,L.QZ)({payload:{action:"Lookup",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.INVOICES_API+"/"+n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"Lookup",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.SEARCHING_INVOICE})),this.store.dispatch((0,L.aL)({payload:C})),{type:A.lr.SET_LOOKUP_ECL,payload:C})),(0,d.K)(C=>(this.handleErrorWithoutAlert("Lookup",A.m6.SEARCHING_INVOICE,"Invoice Lookup Failed",C),this.store.dispatch((0,w.jW)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,f.of)({type:A.pg.VOID})))))))),this.setLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SET_LOOKUP_ECL),(0,b.U)(n=>(this.logger.info(n.payload),n.payload))),{dispatch:!1}),this.handleSendPaymentStatus=n=>{this.store.dispatch((0,L.QZ)({payload:{action:"SendPayment",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.SEND_PAYMENT})),this.store.dispatch((0,L.TM)({payload:this.latestPaymentRes})),this.store.dispatch((0,L.UR)({payload:{fetchPayments:!0}})),this.store.dispatch((0,w.jW)({payload:n}))},this.store.select(k.yA).pipe((0,a.R)(this.unSubs[0])).subscribe(n=>{n.FetchInfo.status!==A.Bn.COMPLETED&&n.FetchInfo.status!==A.Bn.ERROR||n.FetchFees.status!==A.Bn.COMPLETED&&n.FetchFees.status!==A.Bn.ERROR||n.FetchOnchainBalance.status!==A.Bn.COMPLETED&&n.FetchOnchainBalance.status!==A.Bn.ERROR||n.FetchChannels.status!==A.Bn.COMPLETED&&n.FetchChannels.status!==A.Bn.ERROR||this.flgInitialized||(this.store.dispatch((0,w.uO)({payload:A.m6.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.eclWSMessages.pipe((0,a.R)(this.unSubs[1])).subscribe(n=>{var C;this.logger.info("Received new message from the service: "+JSON.stringify(n));let B="";if(n)switch(n.type){case A.$v.PAYMENT_SENT:n&&n.id&&this.latestPaymentRes===n.id&&(this.flgReceivedPaymentUpdateFromWS=!0,B="Payment Sent: "+(n.paymentHash?"with payment hash "+n.paymentHash:JSON.stringify(n)),this.handleSendPaymentStatus(B));break;case A.$v.PAYMENT_FAILED:n&&n.id&&this.latestPaymentRes===n.id&&(this.flgReceivedPaymentUpdateFromWS=!0,B="Payment Failed: "+(n.failures&&n.failures.length&&n.failures.length>0&&n.failures[0].t?n.failures[0].t:n.failures&&n.failures.length&&n.failures.length>0&&n.failures[0].e&&n.failures[0].e.failureMessage?n.failures[0].e.failureMessage:JSON.stringify(n)),this.handleSendPaymentStatus(B));break;case A.$v.PAYMENT_RECEIVED:this.store.dispatch((0,L.aL)({payload:n}));break;case A.$v.PAYMENT_RELAYED:delete n.source,this.store.dispatch((0,L.ti)({payload:n}));break;case A.$v.CHANNEL_STATE_CHANGED:"NORMAL"===n.currentState||"CLOSED"===n.currentState?(this.rawChannelsList=null===(C=this.rawChannelsList)||void 0===C?void 0:C.map(P=>(P.channelId===n.channelId&&P.nodeId===n.remoteNodeId&&(P.state=n.currentState),P)),this.setChannelsAndStatusAndBalances()):this.store.dispatch((0,L.DJ)({payload:n}));break;default:this.logger.info("Received Event from WS: "+JSON.stringify(n))}})}setChannelsAndStatusAndBalances(){let y=0,i=0,r=0,u={localBalance:0,remoteBalance:0},c=[];const _=[],E=[],I={active:{channels:0,capacity:0},inactive:{channels:0,capacity:0},pending:{channels:0,capacity:0}};this.rawChannelsList.forEach((v,n)=>{var C,B,P,H,q;v&&("NORMAL"===v.state?(y=(v.toLocal||0)+(v.toRemote||0),i+=v.toLocal||0,r+=v.toRemote||0,v.balancedness=0===y?1:+(1-Math.abs(((v.toLocal||0)-(v.toRemote||0))/y)).toFixed(3),c.push(v),I.active.channels=I.active.channels+1,I.active.capacity=I.active.capacity+(v.toLocal||0)):(null===(C=v.state)||void 0===C?void 0:C.includes("WAIT"))||(null===(B=v.state)||void 0===B?void 0:B.includes("CLOSING"))||(null===(P=v.state)||void 0===P?void 0:P.includes("SYNCING"))?(v.state=null===(H=v.state)||void 0===H?void 0:H.replace(/_/g," "),_.push(v),I.pending.channels=I.pending.channels+1,I.pending.capacity=I.pending.capacity+(v.toLocal||0)):(v.state=null===(q=v.state)||void 0===q?void 0:q.replace(/_/g," "),E.push(v),I.inactive.channels=I.inactive.channels+1,I.inactive.capacity=I.inactive.capacity+(v.toLocal||0)))}),u={localBalance:i,remoteBalance:r},c=this.commonService.sortDescByKey(c,"balancedness"),this.logger.info("Active Channels: "+JSON.stringify(c)),this.logger.info("Pending Channels: "+JSON.stringify(_)),this.logger.info("Inactive Channels: "+JSON.stringify(E)),this.logger.info("Lightning Balances: "+JSON.stringify(u)),this.logger.info("Channels Status: "+JSON.stringify(I)),this.logger.info("Channel, status and balances: "+JSON.stringify({active:c,pending:_,inactive:E,balances:u,status:I})),this.store.dispatch((0,L.eN)({payload:c})),this.store.dispatch((0,L.TW)({payload:_})),this.store.dispatch((0,L.i)({payload:E})),this.store.dispatch((0,L.On)({payload:u})),this.store.dispatch((0,L.HG)({payload:I}))}initializeRemainingData(y,i){this.sessionService.setItem("eclUnlocked","true");const r={identity_pubkey:y.nodeId,alias:y.alias,testnet:"testnet"===y.network,chains:y.publicAddresses,uris:y.uris,version:y.version,numberOfPendingChannels:0};this.store.dispatch((0,w.ac)({payload:A.m6.INITALIZE_NODE_DATA})),this.store.dispatch((0,w._V)({payload:r}));let u=this.location.path();u.includes("/lnd/")?u=null==u?void 0:u.replace("/lnd/","/ecl/"):u.includes("/cln/")&&(u=null==u?void 0:u.replace("/cln/","/ecl/")),(u.includes("/login")||u.includes("/error")||""===u||"HOME"===i||u.includes("?access-key="))&&(u="/ecl/home"),this.router.navigate([u]),this.store.dispatch((0,L.WM)()),this.store.dispatch((0,L.UR)({payload:{fetchPayments:!0}})),this.store.dispatch((0,L.SN)()),this.store.dispatch((0,L.iL)()),this.store.dispatch((0,L.$W)())}handleErrorWithoutAlert(y,i,r,u){this.logger.error("ERROR IN: "+y+"\n"+JSON.stringify(u)),401===u.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,w.ts)()),this.store.dispatch((0,w.kS)()),this.store.dispatch((0,w.jW)({payload:"Authentication Failed. Redirecting to Login."}))):(this.store.dispatch((0,w.uO)({payload:i})),this.store.dispatch((0,L.QZ)({payload:{action:y,status:A.Bn.ERROR,statusCode:u.status.toString(),message:this.commonService.extractErrorMessage(u,r)}})))}handleErrorWithAlert(y,i,r,u,c){if(this.logger.error(c),401===c.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,w.ts)()),this.store.dispatch((0,w.kS)()),this.store.dispatch((0,w.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,w.uO)({payload:i}));const _=this.commonService.extractErrorMessage(c);this.store.dispatch((0,w.qR)({payload:{data:{type:"ERROR",alertTitle:r,message:{code:c.status,message:_,URL:u},component:h.H}}})),this.store.dispatch((0,L.QZ)({payload:{action:y,status:A.Bn.ERROR,statusCode:c.status.toString(),message:_,URL:u}}))}}ngOnDestroy(){this.unSubs.forEach(y=>{y.next(null),y.complete()})}}return X.\u0275fac=function(y){return new(y||X)(S.LFG(t.eX),S.LFG(U.eN),S.LFG(Z.yh),S.LFG(Y.m),S.LFG(ne.v),S.LFG($.mQ),S.LFG(de.F0),S.LFG(te.d),S.LFG(ie.Ye))},X.\u0275prov=S.Yz7({token:X,factory:X.\u0275fac}),X})()},2501:(Ve,j,p)=>{"use strict";p.d(j,{Bo:()=>L,Ef:()=>D,JG:()=>h,PP:()=>N,T$:()=>a,Xz:()=>A,dx:()=>w,kY:()=>k,pg:()=>f,yA:()=>d,yD:()=>M});var t=p(5620);const e=(0,t.ZF)("ecl"),f=(0,t.P1)(e,S=>S.nodeSettings),M=(0,t.P1)(e,S=>S.information),a=(0,t.P1)(e,S=>({information:S.information,apiCallStatus:S.apisCallStatus.FetchInfo})),d=((0,t.P1)(e,S=>S.apisCallStatus.FetchInfo),(0,t.P1)(e,S=>S.apisCallStatus)),N=(0,t.P1)(e,S=>({payments:S.payments,apiCallStatus:S.apisCallStatus.FetchPayments})),h=(0,t.P1)(e,S=>({fees:S.fees,apiCallStatus:S.apisCallStatus.FetchFees})),A=(0,t.P1)(e,S=>({activeChannels:S.activeChannels,pendingChannels:S.pendingChannels,inactiveChannels:S.inactiveChannels,lightningBalance:S.lightningBalance,channelsStatus:S.channelsStatus,apiCallStatus:S.apisCallStatus.FetchChannels})),w=(0,t.P1)(e,S=>({transactions:S.transactions,apiCallStatus:S.apisCallStatus.FetchTransactions})),D=(0,t.P1)(e,S=>({invoices:S.invoices,apiCallStatus:S.apisCallStatus.FetchInvoices})),L=(0,t.P1)(e,S=>({peers:S.peers,apiCallStatus:S.apisCallStatus.FetchPeers})),k=(0,t.P1)(e,S=>({onchainBalance:S.onchainBalance,apiCallStatus:S.apisCallStatus.FetchOnchainBalance}))},7766:(Ve,j,p)=>{"use strict";p.d(j,{R:()=>we});var t=p(8966),e=p(801),f=p(7579),M=p(2722),a=p(7731),b=p(2501),d=p(5e3),N=p(5043),h=p(62),A=p(7261),w=p(5620),D=p(7093),L=p(9808),k=p(3322),S=p(159),U=p(9224),Z=p(9444),Y=p(7423),ne=p(4834),$=p(773),de=p(3390),te=p(6895);function ie(Q,Ue){if(1&Q&&d._UZ(0,"qr-code",29),2&Q){const ye=d.oxw();d.Q6J("value",null==ye.invoice?null:ye.invoice.serialized)("size",ye.qrWidth)("errorCorrectionLevel","L")}}function oe(Q,Ue){1&Q&&(d.TgZ(0,"span",30),d._uU(1,"N/A"),d.qZA())}function X(Q,Ue){if(1&Q&&d._UZ(0,"qr-code",29),2&Q){const ye=d.oxw();d.Q6J("value",null==ye.invoice?null:ye.invoice.serialized)("size",ye.qrWidth)("errorCorrectionLevel","L")}}function me(Q,Ue){1&Q&&(d.TgZ(0,"span",31),d._uU(1,"QR Code Not Applicable"),d.qZA())}function y(Q,Ue){1&Q&&d._UZ(0,"mat-divider",32),2&Q&&d.Q6J("inset",!0)}function i(Q,Ue){1&Q&&(d.ynx(0),d._uU(1," (zero amount) "),d.BQk())}function r(Q,Ue){1&Q&&d._UZ(0,"span",38)}const u=function(){return[]};function c(Q,Ue){if(1&Q&&(d.TgZ(0,"div",34)(1,"div",35)(2,"span",36),d._uU(3),d.ALo(4,"number"),d.qZA(),d.YNc(5,r,1,0,"span",37),d.qZA()()),2&Q){const ye=d.oxw(2);d.xp6(3),d.hij("",d.lcZ(4,2,null==ye.invoice?null:ye.invoice.amountSettled)," Sats"),d.xp6(2),d.Q6J("ngForOf",d.DdM(4,u).constructor(35))}}function _(Q,Ue){if(1&Q&&(d.TgZ(0,"div"),d._uU(1),d.ALo(2,"number"),d.qZA()),2&Q){const ye=d.oxw(2);d.xp6(1),d.hij("",d.lcZ(2,1,null==ye.invoice?null:ye.invoice.amountSettled)," Sats")}}function E(Q,Ue){if(1&Q&&(d.ynx(0),d.YNc(1,c,6,5,"div",33),d.YNc(2,_,3,3,"div",19),d.BQk()),2&Q){const ye=d.oxw();d.xp6(1),d.Q6J("ngIf",ye.flgInvoicePaid),d.xp6(1),d.Q6J("ngIf",!ye.flgInvoicePaid)}}function I(Q,Ue){1&Q&&(d.TgZ(0,"span"),d._uU(1,"-"),d.qZA())}function v(Q,Ue){1&Q&&d._UZ(0,"mat-spinner",40),2&Q&&d.Q6J("diameter",20)}function n(Q,Ue){if(1&Q&&(d.ynx(0),d.YNc(1,I,2,0,"span",19),d.YNc(2,v,1,1,"mat-spinner",39),d.BQk()),2&Q){const ye=d.oxw();d.xp6(1),d.Q6J("ngIf","unpaid"!==(null==ye.invoice?null:ye.invoice.status)||!ye.flgVersionCompatible),d.xp6(1),d.Q6J("ngIf","unpaid"===(null==ye.invoice?null:ye.invoice.status)&&ye.flgVersionCompatible)}}function C(Q,Ue){if(1&Q&&(d.TgZ(0,"div"),d._UZ(1,"mat-divider",20),d.TgZ(2,"div",15)(3,"div",41)(4,"h4",17),d._uU(5,"Date Expiry"),d.qZA(),d.TgZ(6,"span",18),d._uU(7),d.ALo(8,"date"),d.qZA()(),d.TgZ(9,"div",42)(10,"h4",17),d._uU(11,"Date Settled"),d.qZA(),d.TgZ(12,"span",21),d._uU(13),d.ALo(14,"date"),d.qZA()()(),d._UZ(15,"mat-divider",20),d.TgZ(16,"div",15)(17,"div",22)(18,"h4",17),d._uU(19,"Payment Hash"),d.qZA(),d.TgZ(20,"span",21),d._uU(21),d.qZA()()(),d._UZ(22,"mat-divider",20),d.TgZ(23,"div",15)(24,"div",22)(25,"h4",17),d._uU(26,"Node Id"),d.qZA(),d.TgZ(27,"span",21),d._uU(28),d.qZA()()(),d._UZ(29,"mat-divider",20),d.qZA()),2&Q){const ye=d.oxw();d.xp6(7),d.Oqu(d.xi3(8,4,1e3*(null==ye.invoice?null:ye.invoice.expiresAt),"dd/MMM/y HH:mm")),d.xp6(6),d.Oqu(d.xi3(14,7,1e3*(null==ye.invoice?null:ye.invoice.receivedAt),"dd/MMM/y HH:mm")),d.xp6(8),d.Oqu(null==ye.invoice?null:ye.invoice.paymentHash),d.xp6(7),d.Oqu(null==ye.invoice?null:ye.invoice.nodeId)}}function B(Q,Ue){1&Q&&(d.TgZ(0,"p"),d._uU(1,"Show Advanced"),d.qZA())}function P(Q,Ue){1&Q&&(d.TgZ(0,"p"),d._uU(1,"Hide Advanced"),d.qZA())}function H(Q,Ue){if(1&Q){const ye=d.EpF();d.TgZ(0,"button",43),d.NdJ("copied",function(De){return d.CHM(ye),d.oxw().onCopyPayment(De)}),d._uU(1,"Copy Invoice"),d.qZA()}if(2&Q){const ye=d.oxw();d.Q6J("payload",null==ye.invoice?null:ye.invoice.serialized)}}function q(Q,Ue){if(1&Q){const ye=d.EpF();d.TgZ(0,"button",44),d.NdJ("click",function(){return d.CHM(ye),d.oxw().onClose()}),d._uU(1,"OK"),d.qZA()}}const he=function(Q){return{"display-none":Q}},_e=function(Q){return{"xs-scroll-y":Q}},Ne=function(Q,Ue){return{"mt-2":Q,"mt-1":Ue}};let we=(()=>{class Q{constructor(ye,V,De,dt,Ie,Ae){this.dialogRef=ye,this.data=V,this.logger=De,this.commonService=dt,this.snackBar=Ie,this.store=Ae,this.faReceipt=e.dLy,this.faExclamationTriangle=e.eHv,this.showAdvanced=!1,this.newlyAdded=!1,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=a.cu,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}ngOnInit(){this.invoice=this.data.invoice,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===a.cu.XS&&(this.qrWidth=220),this.store.select(b.yD).pipe((0,M.R)(this.unSubs[0])).subscribe(ye=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(ye.version,"0.5.0")}),this.store.select(b.Ef).pipe((0,M.R)(this.unSubs[1])).subscribe(ye=>{const V=this.invoice.status,De=ye.invoices&&ye.invoices.length>0?ye.invoices:[];this.invoice=(null==De?void 0:De.find(dt=>dt.paymentHash===this.invoice.paymentHash))||{},V!==this.invoice.status&&"received"===this.invoice.status&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(ye)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyPayment(ye){this.snackBar.open("Invoice copied."),this.logger.info("Copied Text: "+ye)}ngOnDestroy(){this.unSubs.forEach(ye=>{ye.next(null),ye.complete()})}}return Q.\u0275fac=function(ye){return new(ye||Q)(d.Y36(t.so),d.Y36(t.WI),d.Y36(N.mQ),d.Y36(h.v),d.Y36(A.ux),d.Y36(w.yh))},Q.\u0275cmp=d.Xpm({type:Q,selectors:[["rtl-ecl-invoice-information"]],decls:68,vars:42,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"w-100","my-1"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["fxFlex","40"],["fxFlex","60"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(ye,V){if(1&ye&&(d.TgZ(0,"div",0)(1,"div",1),d.YNc(2,ie,1,3,"qr-code",2),d.YNc(3,oe,2,0,"span",3),d.qZA(),d.TgZ(4,"div",4)(5,"mat-card-header",5)(6,"div",6),d._UZ(7,"fa-icon",7),d.TgZ(8,"span",8),d._uU(9),d.qZA()(),d.TgZ(10,"button",9),d.NdJ("click",function(){return V.onClose()}),d._uU(11,"X"),d.qZA()(),d.TgZ(12,"mat-card-content",10)(13,"div",11)(14,"div",12),d.YNc(15,X,1,3,"qr-code",2),d.YNc(16,me,2,0,"span",13),d.qZA(),d.YNc(17,y,1,1,"mat-divider",14),d.TgZ(18,"div",15)(19,"div",16)(20,"h4",17),d._uU(21,"Amount Requested"),d.qZA(),d.TgZ(22,"span",18),d._uU(23),d.ALo(24,"number"),d.YNc(25,i,2,0,"ng-container",19),d.qZA()(),d.TgZ(26,"div",16)(27,"h4",17),d._uU(28,"Amount Settled"),d.qZA(),d.TgZ(29,"span",18),d.YNc(30,E,3,2,"ng-container",19),d.YNc(31,n,3,2,"ng-container",19),d.qZA()()(),d._UZ(32,"mat-divider",20),d.TgZ(33,"div",15)(34,"div",16)(35,"h4",17),d._uU(36,"Date Created"),d.qZA(),d.TgZ(37,"span",21),d._uU(38),d.ALo(39,"date"),d.qZA()(),d.TgZ(40,"div",16)(41,"h4",17),d._uU(42,"Status"),d.qZA(),d.TgZ(43,"span",21),d._uU(44),d.ALo(45,"titlecase"),d.qZA()()(),d._UZ(46,"mat-divider",20),d.TgZ(47,"div",15)(48,"div",22)(49,"h4",17),d._uU(50,"Description"),d.qZA(),d.TgZ(51,"span",18),d._uU(52),d.qZA()()(),d._UZ(53,"mat-divider",20),d.TgZ(54,"div",15)(55,"div",22)(56,"h4",17),d._uU(57,"Invoice"),d.qZA(),d.TgZ(58,"span",21),d._uU(59),d.qZA()()(),d.YNc(60,C,30,10,"div",19),d.TgZ(61,"div",23)(62,"button",24),d.NdJ("click",function(){return V.onShowAdvanced()}),d.YNc(63,B,2,0,"p",25),d.YNc(64,P,2,0,"ng-template",null,26,d.W1O),d.qZA(),d.YNc(66,H,2,1,"button",27),d.YNc(67,q,2,0,"button",28),d.qZA()()()()()),2&ye){const De=d.MAs(65);d.xp6(1),d.Q6J("fxLayoutAlign",null!=V.invoice&&V.invoice.serialized&&""!==(null==V.invoice?null:V.invoice.serialized)?"center start":"center center")("ngClass",d.VKq(33,he,V.screenSize===V.screenSizeEnum.XS||V.screenSize===V.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==V.invoice?null:V.invoice.serialized)&&""!==(null==V.invoice?null:V.invoice.serialized)),d.xp6(1),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.serialized)||""===(null==V.invoice?null:V.invoice.serialized)),d.xp6(4),d.Q6J("icon",V.faReceipt),d.xp6(2),d.Oqu(V.screenSize===V.screenSizeEnum.XS?V.newlyAdded?"Created":"Invoice":V.newlyAdded?"Invoice Created":"Invoice Information"),d.xp6(3),d.Q6J("ngClass",d.VKq(35,_e,V.screenSize===V.screenSizeEnum.XS)),d.xp6(2),d.Q6J("fxLayoutAlign",null!=V.invoice&&V.invoice.serialized&&""!==(null==V.invoice?null:V.invoice.serialized)?"center start":"center center")("ngClass",d.VKq(37,he,V.screenSize!==V.screenSizeEnum.XS&&V.screenSize!==V.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==V.invoice?null:V.invoice.serialized)&&""!==(null==V.invoice?null:V.invoice.serialized)),d.xp6(1),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.serialized)||""===(null==V.invoice?null:V.invoice.serialized)),d.xp6(1),d.Q6J("ngIf",V.screenSize===V.screenSizeEnum.XS||V.screenSize===V.screenSizeEnum.SM),d.xp6(6),d.hij("",d.lcZ(24,26,(null==V.invoice?null:V.invoice.amount)||0)," Sats"),d.xp6(2),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.amount)||"0"===(null==V.invoice?null:V.invoice.amount)),d.xp6(5),d.Q6J("ngIf",null==V.invoice?null:V.invoice.amountSettled),d.xp6(1),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.amountSettled)),d.xp6(7),d.Oqu(d.xi3(39,28,1e3*(null==V.invoice?null:V.invoice.timestamp),"dd/MMM/y HH:mm")),d.xp6(6),d.Oqu(d.lcZ(45,31,null==V.invoice?null:V.invoice.status)),d.xp6(8),d.Oqu((null==V.invoice?null:V.invoice.description)||"-"),d.xp6(7),d.Oqu((null==V.invoice?null:V.invoice.serialized)||"N/A"),d.xp6(1),d.Q6J("ngIf",V.showAdvanced),d.xp6(1),d.Q6J("ngClass",d.WLB(39,Ne,!V.showAdvanced,V.showAdvanced)),d.xp6(2),d.Q6J("ngIf",!V.showAdvanced)("ngIfElse",De),d.xp6(3),d.Q6J("ngIf",(null==V.invoice?null:V.invoice.serialized)&&""!==(null==V.invoice?null:V.invoice.serialized)),d.xp6(1),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.serialized)||""===(null==V.invoice?null:V.invoice.serialized))}},directives:[D.xw,D.Wh,D.yH,L.mk,k.oO,L.O5,S.uU,U.dk,Z.BN,Y.lW,U.dn,ne.d,L.sg,$.Ou,de.h,te.y],pipes:[L.JJ,L.uU,L.rS],styles:[""]}),Q})()},6523:(Ve,j,p)=>{"use strict";p.d(j,{$A:()=>ui,$W:()=>N,BL:()=>c,B_:()=>B,Bl:()=>ne,CX:()=>d,Cp:()=>I,EK:()=>L,El:()=>A,Fr:()=>ei,HI:()=>De,JT:()=>a,Jl:()=>$,Jo:()=>yt,Lf:()=>Q,Ll:()=>M,Ly:()=>Ue,Nr:()=>he,OG:()=>_,PC:()=>f,QJ:()=>Nt,RX:()=>Y,Rd:()=>k,Rv:()=>de,SN:()=>Z,Sf:()=>It,TW:()=>me,UH:()=>ye,UR:()=>ie,Vv:()=>E,WM:()=>q,WO:()=>Ct,Wi:()=>W,YP:()=>U,YX:()=>u,Z7:()=>X,Z8:()=>h,Zh:()=>y,_E:()=>Te,_L:()=>i,aL:()=>_e,as:()=>oe,cQ:()=>V,dV:()=>Ae,fu:()=>ue,kL:()=>et,ks:()=>te,mC:()=>we,n7:()=>Wt,oV:()=>dt,pW:()=>r,qY:()=>Ne,sQ:()=>b,tb:()=>C,u0:()=>xt,vV:()=>P,xG:()=>ht,y2:()=>Le,yZ:()=>Gt,z:()=>D});var t=p(5620),e=p(7731);const f=(0,t.PH)(e.uR.UPDATE_API_CALL_STATUS_LND,(0,t.Ky)()),M=(0,t.PH)(e.uR.RESET_LND_STORE,(0,t.Ky)()),a=(0,t.PH)(e.uR.SET_CHILD_NODE_SETTINGS_LND,(0,t.Ky)()),b=(0,t.PH)(e.uR.FETCH_INFO_LND,(0,t.Ky)()),d=(0,t.PH)(e.uR.SET_INFO_LND,(0,t.Ky)()),N=(0,t.PH)(e.uR.FETCH_PEERS_LND),h=(0,t.PH)(e.uR.SET_PEERS_LND,(0,t.Ky)()),A=(0,t.PH)(e.uR.SAVE_NEW_PEER_LND,(0,t.Ky)()),D=((0,t.PH)(e.uR.NEWLY_ADDED_PEER_LND,(0,t.Ky)()),(0,t.PH)(e.uR.DETACH_PEER_LND,(0,t.Ky)())),L=(0,t.PH)(e.uR.REMOVE_PEER_LND,(0,t.Ky)()),k=(0,t.PH)(e.uR.SAVE_NEW_INVOICE_LND,(0,t.Ky)()),U=((0,t.PH)(e.uR.NEWLY_SAVED_INVOICE_LND,(0,t.Ky)()),(0,t.PH)(e.uR.ADD_INVOICE_LND,(0,t.Ky)())),Z=(0,t.PH)(e.uR.FETCH_FEES_LND),Y=(0,t.PH)(e.uR.SET_FEES_LND,(0,t.Ky)()),ne=(0,t.PH)(e.uR.FETCH_BLOCKCHAIN_BALANCE_LND),$=(0,t.PH)(e.uR.SET_BLOCKCHAIN_BALANCE_LND,(0,t.Ky)()),de=(0,t.PH)(e.uR.FETCH_NETWORK_LND),te=(0,t.PH)(e.uR.SET_NETWORK_LND,(0,t.Ky)()),ie=(0,t.PH)(e.uR.FETCH_CHANNELS_LND),oe=(0,t.PH)(e.uR.SET_CHANNELS_LND,(0,t.Ky)()),X=(0,t.PH)(e.uR.FETCH_PENDING_CHANNELS_LND),me=(0,t.PH)(e.uR.SET_PENDING_CHANNELS_LND,(0,t.Ky)()),y=(0,t.PH)(e.uR.FETCH_CLOSED_CHANNELS_LND),i=(0,t.PH)(e.uR.SET_CLOSED_CHANNELS_LND,(0,t.Ky)()),r=(0,t.PH)(e.uR.UPDATE_CHANNEL_LND,(0,t.Ky)()),u=(0,t.PH)(e.uR.SAVE_NEW_CHANNEL_LND,(0,t.Ky)()),c=(0,t.PH)(e.uR.CLOSE_CHANNEL_LND,(0,t.Ky)()),_=(0,t.PH)(e.uR.REMOVE_CHANNEL_LND,(0,t.Ky)()),E=(0,t.PH)(e.uR.BACKUP_CHANNELS_LND,(0,t.Ky)()),I=(0,t.PH)(e.uR.VERIFY_CHANNEL_LND,(0,t.Ky)()),C=((0,t.PH)(e.uR.BACKUP_CHANNELS_RES_LND,(0,t.Ky)()),(0,t.PH)(e.uR.VERIFY_CHANNEL_RES_LND,(0,t.Ky)()),(0,t.PH)(e.uR.RESTORE_CHANNELS_LIST_LND)),B=(0,t.PH)(e.uR.SET_RESTORE_CHANNELS_LIST_LND,(0,t.Ky)()),P=(0,t.PH)(e.uR.RESTORE_CHANNELS_LND,(0,t.Ky)()),q=((0,t.PH)(e.uR.RESTORE_CHANNELS_RES_LND,(0,t.Ky)()),(0,t.PH)(e.uR.FETCH_INVOICES_LND,(0,t.Ky)())),he=(0,t.PH)(e.uR.SET_INVOICES_LND,(0,t.Ky)()),_e=(0,t.PH)(e.uR.UPDATE_INVOICE_LND,(0,t.Ky)()),Ne=(0,t.PH)(e.uR.UPDATE_PAYMENT_LND,(0,t.Ky)()),we=(0,t.PH)(e.uR.FETCH_TRANSACTIONS_LND),Q=(0,t.PH)(e.uR.SET_TRANSACTIONS_LND,(0,t.Ky)()),Ue=(0,t.PH)(e.uR.FETCH_UTXOS_LND),ye=(0,t.PH)(e.uR.SET_UTXOS_LND,(0,t.Ky)()),V=(0,t.PH)(e.uR.FETCH_PAYMENTS_LND,(0,t.Ky)()),De=(0,t.PH)(e.uR.SET_PAYMENTS_LND,(0,t.Ky)()),dt=(0,t.PH)(e.uR.SEND_PAYMENT_LND,(0,t.Ky)()),Ae=((0,t.PH)(e.uR.SEND_PAYMENT_STATUS_LND,(0,t.Ky)()),(0,t.PH)(e.uR.FETCH_GRAPH_NODE_LND,(0,t.Ky)())),Te=((0,t.PH)(e.uR.SET_GRAPH_NODE_LND,(0,t.Ky)()),(0,t.PH)(e.uR.GET_NEW_ADDRESS_LND,(0,t.Ky)())),W=((0,t.PH)(e.uR.SET_NEW_ADDRESS_LND,(0,t.Ky)()),(0,t.PH)(e.uR.SET_CHANNEL_TRANSACTION_LND,(0,t.Ky)())),ue=((0,t.PH)(e.uR.SET_CHANNEL_TRANSACTION_RES_LND,(0,t.Ky)()),(0,t.PH)(e.uR.GEN_SEED_LND,(0,t.Ky)())),Le=((0,t.PH)(e.uR.GEN_SEED_RESPONSE_LND,(0,t.Ky)()),(0,t.PH)(e.uR.INIT_WALLET_LND,(0,t.Ky)())),ht=((0,t.PH)(e.uR.INIT_WALLET_RESPONSE_LND,(0,t.Ky)()),(0,t.PH)(e.uR.UNLOCK_WALLET_LND,(0,t.Ky)())),It=(0,t.PH)(e.uR.PEER_LOOKUP_LND,(0,t.Ky)()),ui=(0,t.PH)(e.uR.CHANNEL_LOOKUP_LND,(0,t.Ky)()),Wt=(0,t.PH)(e.uR.INVOICE_LOOKUP_LND,(0,t.Ky)()),Gt=(0,t.PH)(e.uR.PAYMENT_LOOKUP_LND,(0,t.Ky)()),xt=((0,t.PH)(e.uR.SET_LOOKUP_LND,(0,t.Ky)()),(0,t.PH)(e.uR.GET_FORWARDING_HISTORY_LND,(0,t.Ky)())),Nt=(0,t.PH)(e.uR.SET_FORWARDING_HISTORY_LND,(0,t.Ky)()),Ct=(0,t.PH)(e.uR.GET_QUERY_ROUTES_LND,(0,t.Ky)()),et=(0,t.PH)(e.uR.SET_QUERY_ROUTES_LND,(0,t.Ky)()),yt=(0,t.PH)(e.uR.GET_ALL_LIGHTNING_TRANSATIONS_LND),ei=(0,t.PH)(e.uR.SET_ALL_LIGHTNING_TRANSATIONS_LND,(0,t.Ky)())},711:(Ve,j,p)=>{"use strict";p.d(j,{l:()=>me});var t=p(6642),e=p(7579),f=p(9646),M=p(5577),a=p(2722),b=p(4004),d=p(262),N=p(1365),h=p(2340),A=p(8627),w=p(1786),D=p(7731),L=p(7861),k=p(6523),S=p(6529),U=p(5e3),Z=p(8138),Y=p(5620),ne=p(5043),$=p(62),de=p(5986),te=p(8966),ie=p(1402),oe=p(7998),X=p(9808);let me=(()=>{class y{constructor(r,u,c,_,E,I,v,n,C,B){this.actions=r,this.httpClient=u,this.store=c,this.logger=_,this.commonService=E,this.sessionService=I,this.dialog=v,this.router=n,this.wsService=C,this.location=B,this.CHILD_API_URL=h.T5+"/lnd",this.flgInitialized=!1,this.unSubs=[new e.x,new e.x],this.infoFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_INFO_LND),(0,M.z)(P=>(this.flgInitialized=!1,this.store.dispatch((0,L.lC)({payload:this.CHILD_API_URL})),this.store.dispatch((0,L.ts)()),this.store.dispatch((0,L.ac)({payload:D.m6.GET_NODE_INFO})),this.store.dispatch((0,k.PC)({payload:{action:"FetchInfo",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.GETINFO_API).pipe((0,a.R)(this.actions.pipe((0,t.l4)(D.pg.SET_SELECTED_NODE))),(0,b.U)(H=>(this.logger.info(H),H.chains&&H.chains.length&&H.chains[0]&&("string"==typeof H.chains[0]&&H.chains[0].toLowerCase().indexOf("bitcoin")<0||"object"==typeof H.chains[0]&&H.chains[0].hasOwnProperty("chain")&&H.chains[0].chain&&H.chains[0].chain.toLowerCase().indexOf("bitcoin")<0)?(this.store.dispatch((0,k.PC)({payload:{action:"FetchInfo",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.ts)()),this.store.dispatch((0,L.qR)({payload:{data:{type:D.n_.ERROR,alertTitle:"Shitcoin Found",titleMessage:"Sorry Not Sorry, RTL is Bitcoin Only!"}}})),{type:D.pg.LOGOUT}):H.identity_pubkey?(H.lnImplementation="LND",this.initializeRemainingData(H,P.payload.loadPage),this.store.dispatch((0,k.PC)({payload:{action:"FetchInfo",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.ts)()),{type:D.uR.SET_INFO_LND,payload:H||{}}):(this.store.dispatch((0,k.PC)({payload:{action:"FetchInfo",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.ts)()),this.sessionService.removeItem("lndUnlocked"),this.logger.info("Redirecting to Unlock"),this.router.navigate(["/lnd/wallet"]),{type:D.uR.SET_INFO_LND,payload:{}}))),(0,d.K)(H=>{if("string"==typeof H.error.error&&H.error.error.includes("Not Found")||"string"==typeof H.error.error&&H.error.error.includes("wallet locked")||502===H.status&&!H.error.message.includes("Bad or Missing Macaroon"))this.sessionService.removeItem("lndUnlocked"),this.logger.info("Redirecting to Unlock"),this.router.navigate(["/lnd/wallet"]),this.handleErrorWithoutAlert("FetchInfo",D.m6.GET_NODE_INFO,"Fetching Node Info Failed.",H);else if("string"==typeof H.error.error&&H.error.error.includes("starting up")&&500===H.status)setTimeout(()=>{this.store.dispatch((0,k.sQ)({payload:{loadPage:"HOME"}}))},2e3);else{const q=this.commonService.extractErrorCode(H),he=503===q?"Unable to Connect to LND Server.":this.commonService.extractErrorMessage(H);this.router.navigate(["/error"],{state:{errorCode:q,errorMessage:he}}),this.handleErrorWithoutAlert("FetchInfo",D.m6.GET_NODE_INFO,"Fetching Node Info Failed.",{status:q,error:he})}return(0,f.of)({type:D.pg.VOID})})))))),this.peersFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_PEERS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchPeers",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.PEERS_API).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchPeers",status:D.Bn.COMPLETED}})),{type:D.uR.SET_PEERS_LND,payload:P||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchPeers",D.m6.NO_SPINNER,"Fetching Peers Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.saveNewPeer=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SAVE_NEW_PEER_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.CONNECT_PEER})),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewPeer",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.PEERS_API,{pubkey:P.payload.pubkey,host:P.payload.host,perm:P.payload.perm}).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewPeer",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.CONNECT_PEER})),this.store.dispatch((0,k.Z8)({payload:H||[]})),{type:D.uR.NEWLY_ADDED_PEER_LND,payload:{peer:H[0]}})),(0,d.K)(H=>(this.handleErrorWithoutAlert("SaveNewPeer",D.m6.CONNECT_PEER,"Peer Connection Failed.",H),(0,f.of)({type:D.pg.VOID})))))))),this.detachPeer=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.DETACH_PEER_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+h.NZ.PEERS_API+"/"+P.payload.pubkey).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,L.uO)({payload:D.m6.DISCONNECT_PEER})),this.store.dispatch((0,L.jW)({payload:"Peer Disconnected Successfully."})),{type:D.uR.REMOVE_PEER_LND,payload:{pubkey:P.payload.pubkey}})),(0,d.K)(H=>(this.handleErrorWithAlert("DetachPeer",D.m6.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+h.NZ.PEERS_API+"/"+P.payload.pubkey,H),(0,f.of)({type:D.pg.VOID})))))))),this.saveNewInvoice=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SAVE_NEW_INVOICE_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewInvoice",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.INVOICES_API,{memo:P.payload.memo,amount:P.payload.invoiceValue,private:P.payload.private,expiry:P.payload.expiry}).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewInvoice",status:D.Bn.COMPLETED}})),this.store.dispatch((0,k.WM)({payload:{num_max_invoices:P.payload.pageSize,reversed:!0}})),P.payload.openModal?(H.memo=P.payload.memo,H.value=P.payload.invoiceValue,H.expiry=P.payload.expiry,H.cltv_expiry="144",H.private=P.payload.private,H.creation_date=Math.round((new Date).getTime()/1e3).toString(),setTimeout(()=>{this.store.dispatch((0,L.qR)({payload:{data:{invoice:H,newlyAdded:!0,component:A.v}}}))},100),{type:D.pg.CLOSE_SPINNER,payload:P.payload.uiMessage}):{type:D.uR.NEWLY_SAVED_INVOICE_LND,payload:{paymentRequest:H.payment_request}})),(0,d.K)(H=>(this.handleErrorWithoutAlert("SaveNewInvoice",P.payload.uiMessage,"Add Invoice Failed.",H),(0,f.of)({type:D.pg.VOID})))))))),this.openNewChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SAVE_NEW_CHANNEL_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.OPEN_CHANNEL})),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewChannel",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_API,{node_pubkey:P.payload.selectedPeerPubkey,local_funding_amount:P.payload.fundingAmount,private:P.payload.private,trans_type:P.payload.transType,trans_type_value:P.payload.transTypeValue,spend_unconfirmed:P.payload.spendUnconfirmed}).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewChannel",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.OPEN_CHANNEL})),this.store.dispatch((0,k.Bl)()),this.store.dispatch((0,k.UR)()),this.store.dispatch((0,k.Vv)({payload:{uiMessage:D.m6.NO_SPINNER,channelPoint:"ALL",showMessage:"Channel Added Successfully!"}})),{type:D.uR.FETCH_PENDING_CHANNELS_LND})),(0,d.K)(H=>(this.handleErrorWithoutAlert("SaveNewChannel",D.m6.OPEN_CHANNEL,"Opening Channel Failed.",H),(0,f.of)({type:D.pg.VOID})))))))),this.updateChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.UPDATE_CHANNEL_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.UPDATE_CHAN_POLICY})),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_API+"/chanPolicy",{baseFeeMsat:P.payload.baseFeeMsat,feeRate:P.payload.feeRate,timeLockDelta:P.payload.timeLockDelta,max_htlc_msat:P.payload.maxHtlcMsat,min_htlc_msat:P.payload.minHtlcMsat,chanPoint:P.payload.chanPoint}).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,L.uO)({payload:D.m6.UPDATE_CHAN_POLICY})),this.store.dispatch((0,L.jW)("all"===P.payload.chanPoint?{payload:"All Channels Updated Successfully."}:{payload:"Channel Updated Successfully!"})),{type:D.uR.FETCH_CHANNELS_LND})),(0,d.K)(H=>(this.handleErrorWithAlert("UpdateChannels",D.m6.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+h.NZ.CHANNELS_API+"/chanPolicy",H),(0,f.of)({type:D.pg.VOID})))))))),this.closeChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.CLOSE_CHANNEL_LND),(0,M.z)(P=>{this.store.dispatch((0,L.ac)({payload:P.payload.forcibly?D.m6.FORCE_CLOSE_CHANNEL:D.m6.CLOSE_CHANNEL}));let H=this.CHILD_API_URL+h.NZ.CHANNELS_API+"/"+P.payload.channelPoint+"?force="+P.payload.forcibly;return P.payload.targetConf&&(H=H+"&target_conf="+P.payload.targetConf),P.payload.satPerByte&&(H=H+"&sat_per_byte="+P.payload.satPerByte),this.httpClient.delete(H).pipe((0,b.U)(q=>(this.logger.info(q),this.store.dispatch((0,L.uO)({payload:P.payload.forcibly?D.m6.FORCE_CLOSE_CHANNEL:D.m6.CLOSE_CHANNEL})),this.store.dispatch((0,k.UR)()),this.store.dispatch((0,k.Z7)()),this.store.dispatch((0,k.Vv)({payload:{uiMessage:D.m6.NO_SPINNER,channelPoint:"ALL",showMessage:q.message}})),{type:D.pg.VOID})),(0,d.K)(q=>(this.handleErrorWithAlert("CloseChannel",P.payload.forcibly?D.m6.FORCE_CLOSE_CHANNEL:D.m6.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+h.NZ.CHANNELS_API+"/"+P.payload.channelPoint+"?force="+P.payload.forcibly,q),(0,f.of)({type:D.pg.VOID}))))}))),this.backupChannels=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.BACKUP_CHANNELS_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"BackupChannels",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/"+P.payload.channelPoint).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,k.PC)({payload:{action:"BackupChannels",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:P.payload.uiMessage})),this.store.dispatch((0,L.jW)({payload:P.payload.showMessage+" "+H.message})),{type:D.uR.BACKUP_CHANNELS_RES_LND,payload:H.message})),(0,d.K)(H=>(this.handleErrorWithAlert("BackupChannels",P.payload.uiMessage,P.payload.showMessage+" Unable to Backup Channel. Try again later.",this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/"+P.payload.channelPoint,H),(0,f.of)({type:D.pg.VOID})))))))),this.verifyChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.VERIFY_CHANNEL_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.VERIFY_CHANNEL})),this.store.dispatch((0,k.PC)({payload:{action:"VerifyChannel",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/verify/"+P.payload.channelPoint,{}).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,k.PC)({payload:{action:"VerifyChannel",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.VERIFY_CHANNEL})),this.store.dispatch((0,L.jW)({payload:H.message})),{type:D.uR.VERIFY_CHANNEL_RES_LND,payload:H.message})),(0,d.K)(H=>(this.handleErrorWithAlert("VerifyChannel",D.m6.VERIFY_CHANNEL,"Unable to Verify Channel. Try again later.",this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/verify/"+P.payload.channelPoint,H),(0,f.of)({type:D.pg.VOID})))))))),this.restoreChannels=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.RESTORE_CHANNELS_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.RESTORE_CHANNEL})),this.store.dispatch((0,k.PC)({payload:{action:"RestoreChannels",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/restore/"+P.payload.channelPoint,{}).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,k.PC)({payload:{action:"RestoreChannels",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.RESTORE_CHANNEL})),this.store.dispatch((0,L.jW)({payload:H.message})),this.store.dispatch((0,k.B_)({payload:H.list})),{type:D.uR.RESTORE_CHANNELS_RES_LND,payload:H.message})),(0,d.K)(H=>(this.handleErrorWithAlert("RestoreChannels",D.m6.RESTORE_CHANNEL,"Unable to Restore Channel. Try again later.",this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/restore/"+P.payload.channelPoint,H),(0,f.of)({type:D.pg.VOID})))))))),this.fetchFees=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_FEES_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchFees",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.FEES_API))),(0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchFees",status:D.Bn.COMPLETED}})),P.forwarding_events_history&&(this.store.dispatch((0,k.QJ)({payload:P.forwarding_events_history})),delete P.forwarding_events_history),{type:D.uR.SET_FEES_LND,payload:P||{}})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchFees",D.m6.NO_SPINNER,"Fetching Fees Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.balanceBlockchainFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_BLOCKCHAIN_BALANCE_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchBalance",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.BALANCE_API))),(0,b.U)(P=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchBalance",status:D.Bn.COMPLETED}})),this.logger.info(P),{type:D.uR.SET_BLOCKCHAIN_BALANCE_LND,payload:P||{total_balance:""}})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchBalance",D.m6.NO_SPINNER,"Fetching Blockchain Balance Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.networkInfoFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_NETWORK_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchNetwork",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NETWORK_API+"/info"))),(0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchNetwork",status:D.Bn.COMPLETED}})),{type:D.uR.SET_NETWORK_LND,payload:P||{}})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchNetwork",D.m6.NO_SPINNER,"Fetching Network Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.channelsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_CHANNELS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchChannels",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_API).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchChannels",status:D.Bn.COMPLETED}})),{type:D.uR.SET_CHANNELS_LND,payload:P.channels||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchChannels",D.m6.NO_SPINNER,"Fetching Channels Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.channelsPendingFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_PENDING_CHANNELS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchPendingChannels",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_API+"/pending").pipe((0,b.U)(P=>{this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchPendingChannels",status:D.Bn.COMPLETED}}));const H={open:{num_channels:0,limbo_balance:0},closing:{num_channels:0,limbo_balance:0},force_closing:{num_channels:0,limbo_balance:0},waiting_close:{num_channels:0,limbo_balance:0},total_channels:0,total_limbo_balance:0};return P&&(H.total_limbo_balance=P.total_limbo_balance,P.pending_closing_channels&&(H.closing.num_channels=P.pending_closing_channels.length,H.total_channels=H.total_channels+P.pending_closing_channels.length,P.pending_closing_channels.forEach(q=>{H.closing.limbo_balance=+H.closing.limbo_balance+(q.channel.local_balance?+q.channel.local_balance:0)})),P.pending_force_closing_channels&&(H.force_closing.num_channels=P.pending_force_closing_channels.length,H.total_channels=H.total_channels+P.pending_force_closing_channels.length,P.pending_force_closing_channels.forEach(q=>{H.force_closing.limbo_balance=+H.force_closing.limbo_balance+(q.channel.local_balance?+q.channel.local_balance:0)})),P.pending_open_channels&&(H.open.num_channels=P.pending_open_channels.length,H.total_channels=H.total_channels+P.pending_open_channels.length,P.pending_open_channels.forEach(q=>{H.open.limbo_balance=+H.open.limbo_balance+(q.channel.local_balance?+q.channel.local_balance:0)})),P.waiting_close_channels&&(H.waiting_close.num_channels=P.waiting_close_channels.length,H.total_channels=H.total_channels+P.waiting_close_channels.length,P.waiting_close_channels.forEach(q=>{H.waiting_close.limbo_balance=+H.waiting_close.limbo_balance+(q.channel.local_balance?+q.channel.local_balance:0)}))),{type:D.uR.SET_PENDING_CHANNELS_LND,payload:P?{pendingChannels:P,pendingChannelsSummary:H}:{pendingChannels:{},pendingChannelsSummary:H}}}),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchPendingChannels",D.m6.NO_SPINNER,"Fetching Pending Channels Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.channelsClosedFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_CLOSED_CHANNELS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchClosedChannels",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_API+"/closed").pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchClosedChannels",status:D.Bn.COMPLETED}})),{type:D.uR.SET_CLOSED_CHANNELS_LND,payload:P.channels||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchClosedChannels",D.m6.NO_SPINNER,"Fetching Closed Channels Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.invoicesFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_INVOICES_LND),(0,M.z)(P=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchInvoices",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.INVOICES_API+"?num_max_invoices="+(P.payload.num_max_invoices?P.payload.num_max_invoices:100)+"&index_offset="+(P.payload.index_offset?P.payload.index_offset:0)+"&reversed="+(!!P.payload.reversed&&P.payload.reversed)).pipe((0,b.U)(_e=>(this.logger.info(_e),this.store.dispatch((0,k.PC)({payload:{action:"FetchInvoices",status:D.Bn.COMPLETED}})),P.payload.reversed&&!P.payload.index_offset&&(_e.total_invoices=+(_e.last_index_offset||0)),{type:D.uR.SET_INVOICES_LND,payload:_e})),(0,d.K)(_e=>(this.handleErrorWithoutAlert("FetchInvoices",D.m6.NO_SPINNER,"Fetching Invoices Failed.",_e),(0,f.of)({type:D.pg.VOID})))))))),this.transactionsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_TRANSACTIONS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchTransactions",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.TRANSACTIONS_API))),(0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchTransactions",status:D.Bn.COMPLETED}})),{type:D.uR.SET_TRANSACTIONS_LND,payload:P||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchTransactions",D.m6.NO_SPINNER,"Fetching Transactions Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.utxosFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_UTXOS_LND),(0,N.M)(this.store.select(S.Q5)),(0,M.z)(([P,H])=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchUTXOs",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.WALLET_API+"/getUTXOs?max_confs="+(H&&H.block_height?H.block_height:1e9)))),(0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchUTXOs",status:D.Bn.COMPLETED}})),{type:D.uR.SET_UTXOS_LND,payload:P||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchUTXOs",D.m6.NO_SPINNER,"Fetching UTXOs Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.paymentsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_PAYMENTS_LND),(0,M.z)(P=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchPayments",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.PAYMENTS_API+"?max_payments="+(P.payload.max_payments?P.payload.max_payments:100)+"&index_offset="+(P.payload.index_offset?P.payload.index_offset:0)+"&reversed="+(!!P.payload.reversed&&P.payload.reversed)).pipe((0,b.U)(_e=>(this.logger.info(_e),this.store.dispatch((0,k.PC)({payload:{action:"FetchPayments",status:D.Bn.COMPLETED}})),{type:D.uR.SET_PAYMENTS_LND,payload:_e})),(0,d.K)(_e=>(this.handleErrorWithoutAlert("FetchPayments",D.m6.NO_SPINNER,"Fetching Payments Failed.",_e),(0,f.of)({type:D.uR.SET_PAYMENTS_LND,payload:{payments:[]}})))))))),this.sendPayment=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SEND_PAYMENT_LND),(0,M.z)(P=>{this.store.dispatch((0,L.ac)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"SendPayment",status:D.Bn.INITIATED}}));const H={};return H.paymentReq=P.payload.paymentReq,P.payload.paymentAmount&&(H.paymentAmount=P.payload.paymentAmount),P.payload.outgoingChannel&&(H.outgoingChannel=P.payload.outgoingChannel.chan_id),P.payload.allowSelfPayment&&(H.allowSelfPayment=P.payload.allowSelfPayment),P.payload.lastHopPubkey&&(H.lastHopPubkey=P.payload.lastHopPubkey),P.payload.feeLimitType&&P.payload.feeLimitType!==D.Vc[0].id&&(H.feeLimit={},H.feeLimit[P.payload.feeLimitType]=P.payload.feeLimit),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_API+"/transactions",H).pipe((0,b.U)(q=>{if(this.logger.info(q),this.store.dispatch((0,L.uO)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"SendPayment",status:D.Bn.COMPLETED}})),q.payment_error)return P.payload.allowSelfPayment?(this.store.dispatch((0,k.WM)({payload:{num_max_invoices:D.IV,reversed:!0}})),{type:D.uR.SEND_PAYMENT_STATUS_LND,payload:q}):(P.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed.",q.payment_error):this.handleErrorWithAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+h.NZ.CHANNELS_API+"/transactions",q.payment_error),{type:D.pg.VOID});if(this.store.dispatch((0,L.uO)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"SendPayment",status:D.Bn.COMPLETED}})),this.store.dispatch((0,k.UR)()),this.store.dispatch((0,k.cQ)({payload:{max_payments:D.IV,reversed:!0}})),P.payload.allowSelfPayment)this.store.dispatch((0,k.WM)({payload:{num_max_invoices:D.IV,reversed:!0}}));else{let he="Payment Sent Successfully.";q.payment_route&&q.payment_route.total_fees_msat&&(he="Payment sent successfully with the total fee "+q.payment_route.total_fees_msat+" (mSats)."),this.store.dispatch((0,L.jW)({payload:he}))}return{type:D.uR.SEND_PAYMENT_STATUS_LND,payload:q}}),(0,d.K)(q=>(this.logger.error("Error: "+JSON.stringify(q)),P.payload.allowSelfPayment?(this.handleErrorWithoutAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed.",q),this.store.dispatch((0,k.WM)({payload:{num_max_invoices:D.IV,reversed:!0}})),(0,f.of)({type:D.uR.SEND_PAYMENT_STATUS_LND,payload:{error:this.commonService.extractErrorMessage(q)}})):(P.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed.",q):this.handleErrorWithAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+h.NZ.CHANNELS_API+"/transactions",q),(0,f.of)({type:D.pg.VOID})))))}))),this.graphNodeFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_GRAPH_NODE_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.GET_NODE_ADDRESS})),this.store.dispatch((0,k.PC)({payload:{action:"FetchGraphNode",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NETWORK_API+"/node/"+P.payload.pubkey).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,L.uO)({payload:D.m6.GET_NODE_ADDRESS})),this.store.dispatch((0,k.PC)({payload:{action:"FetchGraphNode",status:D.Bn.COMPLETED}})),{type:D.uR.SET_GRAPH_NODE_LND,payload:H&&H.node?{node:H.node}:{node:null}})),(0,d.K)(H=>(this.handleErrorWithoutAlert("FetchGraphNode",D.m6.GET_NODE_ADDRESS,"Fetching Graph Node Failed.",H),(0,f.of)({type:D.pg.VOID})))))))),this.setGraphNode=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_GRAPH_NODE_LND),(0,b.U)(P=>(this.logger.info(P.payload),P.payload))),{dispatch:!1}),this.getNewAddress=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GET_NEW_ADDRESS_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NEW_ADDRESS_API+"?type="+P.payload.addressId).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,L.uO)({payload:D.m6.GENERATE_NEW_ADDRESS})),{type:D.uR.SET_NEW_ADDRESS_LND,payload:H&&H.address?H.address:{}})),(0,d.K)(H=>(this.handleErrorWithAlert("GetNewAddress",D.m6.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+h.NZ.NEW_ADDRESS_API+"?type="+P.payload.addressId,H),(0,f.of)({type:D.pg.VOID})))))))),this.setNewAddress=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_NEW_ADDRESS_LND),(0,b.U)(P=>(this.logger.info(P.payload),P.payload))),{dispatch:!1}),this.SetChannelTransaction=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_CHANNEL_TRANSACTION_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.SEND_FUNDS})),this.store.dispatch((0,k.PC)({payload:{action:"SetChannelTransaction",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.TRANSACTIONS_API,{amount:P.payload.amount,address:P.payload.address,sendAll:P.payload.sendAll,fees:P.payload.fees,blocks:P.payload.blocks}).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,k.PC)({payload:{action:"SetChannelTransaction",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.SEND_FUNDS})),this.store.dispatch((0,k.mC)()),this.store.dispatch((0,k.Bl)()),this.store.dispatch((0,k.UR)()),{type:D.uR.SET_CHANNEL_TRANSACTION_RES_LND,payload:H})),(0,d.K)(H=>(this.handleErrorWithoutAlert("SetChannelTransaction",D.m6.SEND_FUNDS,"Sending Fund Failed.",H),(0,f.of)({type:D.pg.VOID})))))))),this.fetchForwardingHistory=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GET_FORWARDING_HISTORY_LND),(0,M.z)(P=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchForwardingHistory",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.SWITCH_API,{num_max_events:P.payload.num_max_events,index_offset:P.payload.index_offset,end_time:P.payload.end_time,start_time:P.payload.start_time}).pipe((0,b.U)(q=>(this.logger.info(q),this.store.dispatch((0,k.PC)({payload:{action:"FetchForwardingHistory",status:D.Bn.COMPLETED}})),{type:D.uR.SET_FORWARDING_HISTORY_LND,payload:q})),(0,d.K)(q=>(this.handleErrorWithAlert("FetchForwardingHistory",D.m6.NO_SPINNER,"Get Forwarding History Failed",this.CHILD_API_URL+h.NZ.SWITCH_API,q),(0,f.of)({type:D.pg.VOID})))))))),this.queryRoutesFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GET_QUERY_ROUTES_LND),(0,M.z)(P=>{let H=this.CHILD_API_URL+h.NZ.NETWORK_API+"/routes/"+P.payload.destPubkey+"/"+P.payload.amount;return P.payload.outgoingChanId&&(H=H+"?outgoing_chan_id="+P.payload.outgoingChanId),this.httpClient.get(H).pipe((0,b.U)(q=>(this.logger.info(q),{type:D.uR.SET_QUERY_ROUTES_LND,payload:q})),(0,d.K)(q=>(this.store.dispatch((0,k.kL)({payload:{routes:[]}})),this.handleErrorWithAlert("GetQueryRoutes",D.m6.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+h.NZ.NETWORK_API,q),(0,f.of)({type:D.pg.VOID}))))}))),this.setQueryRoutes=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_QUERY_ROUTES_LND),(0,b.U)(P=>P.payload)),{dispatch:!1}),this.genSeed=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GEN_SEED_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.GEN_SEED})),this.httpClient.get(this.CHILD_API_URL+h.NZ.WALLET_API+"/genseed/"+P.payload).pipe((0,b.U)(H=>(this.logger.info("Generated GenSeed!"),this.logger.info(H),this.store.dispatch((0,L.uO)({payload:D.m6.GEN_SEED})),{type:D.uR.GEN_SEED_RESPONSE_LND,payload:H.cipher_seed_mnemonic})),(0,d.K)(H=>(this.handleErrorWithAlert("GenSeed",D.m6.GEN_SEED,"Genseed Generation Failed",this.CHILD_API_URL+h.NZ.WALLET_API+"/genseed/"+P.payload,H),(0,f.of)({type:D.pg.VOID})))))))),this.updateSelNodeOptions=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.pg.UPDATE_SELECTED_NODE_OPTIONS),(0,M.z)(()=>this.httpClient.get(this.CHILD_API_URL+h.NZ.WALLET_API+"/updateSelNodeOptions").pipe((0,b.U)(P=>(this.logger.info("Update Sel Node Successfull"),this.logger.info(P),{type:D.pg.VOID})),(0,d.K)(P=>(this.handleErrorWithAlert("UpdateSelectedNodeOptions",D.m6.NO_SPINNER,"Update macaroon for newly initialized node failed! Please check the macaroon path and restart the server!","Update Macaroon",P),(0,f.of)({type:D.pg.VOID}))))))),this.genSeedResponse=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GEN_SEED_RESPONSE_LND),(0,b.U)(P=>P.payload)),{dispatch:!1}),this.initWalletRes=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.INIT_WALLET_RESPONSE_LND),(0,b.U)(P=>P.payload)),{dispatch:!1}),this.initWallet=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.INIT_WALLET_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.INITIALIZE_WALLET})),this.httpClient.post(this.CHILD_API_URL+h.NZ.WALLET_API+"/wallet/initwallet",{wallet_password:P.payload.pwd,cipher_seed_mnemonic:P.payload.cipher?P.payload.cipher:"",aezeed_passphrase:P.payload.passphrase?P.payload.passphrase:""}).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,L.uO)({payload:D.m6.INITIALIZE_WALLET})),{type:D.uR.INIT_WALLET_RESPONSE_LND,payload:H})),(0,d.K)(H=>(this.handleErrorWithAlert("InitWallet",D.m6.INITIALIZE_WALLET,"Wallet Initialization Failed",this.CHILD_API_URL+h.NZ.WALLET_API+"/initwallet",H),(0,f.of)({type:D.pg.VOID})))))))),this.unlockWallet=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.UNLOCK_WALLET_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.UNLOCK_WALLET})),this.httpClient.post(this.CHILD_API_URL+h.NZ.WALLET_API+"/wallet/unlockwallet",{wallet_password:P.payload.pwd}).pipe((0,b.U)(H=>(this.logger.info(H),this.logger.info("Successfully Unlocked!"),this.sessionService.setItem("lndUnlocked","true"),this.store.dispatch((0,L.uO)({payload:D.m6.UNLOCK_WALLET})),this.store.dispatch((0,L.ac)({payload:D.m6.WAIT_SYNC_NODE})),setTimeout(()=>{this.store.dispatch((0,L.uO)({payload:D.m6.WAIT_SYNC_NODE})),this.store.dispatch((0,k.sQ)({payload:{loadPage:"HOME"}}))},5e3),{type:D.pg.VOID})),(0,d.K)(H=>(this.handleErrorWithAlert("UnlockWallet",D.m6.UNLOCK_WALLET,"Unlock Wallet Failed",this.CHILD_API_URL+h.NZ.WALLET_API+"/unlockwallet",H),(0,f.of)({type:D.pg.VOID}))))))),{dispatch:!1}),this.peerLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.PEER_LOOKUP_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.SEARCHING_NODE})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NETWORK_API+"/node/"+P.payload).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,L.uO)({payload:D.m6.SEARCHING_NODE})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.COMPLETED}})),{type:D.uR.SET_LOOKUP_LND,payload:H})),(0,d.K)(H=>(this.handleErrorWithAlert("Lookup",D.m6.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+h.NZ.NETWORK_API+"/node/"+P.payload,H),(0,f.of)({type:D.pg.VOID})))))))),this.channelLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.CHANNEL_LOOKUP_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NETWORK_API+"/edge/"+P.payload.channelID).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,L.uO)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.COMPLETED}})),{type:D.uR.SET_LOOKUP_LND,payload:H})),(0,d.K)(H=>(this.handleErrorWithAlert("Lookup",P.payload.uiMessage,"Channel Lookup Failed",this.CHILD_API_URL+h.NZ.NETWORK_API+"/edge/"+P.payload.channelID,H),(0,f.of)({type:D.pg.VOID})))))))),this.invoiceLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.INVOICE_LOOKUP_LND),(0,M.z)(P=>{this.store.dispatch((0,L.ac)({payload:D.m6.SEARCHING_INVOICE})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.INITIATED}}));let H=this.CHILD_API_URL+h.NZ.INVOICES_API+"/lookup";return H=P.payload.paymentAddress&&""!==P.payload.paymentAddress?H+"?payment_addr="+P.payload.paymentAddress:H+"?payment_hash="+P.payload.paymentHash,this.httpClient.get(H).pipe((0,b.U)(q=>(this.logger.info(q),this.store.dispatch((0,L.uO)({payload:D.m6.SEARCHING_INVOICE})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.COMPLETED}})),this.store.dispatch((0,k.aL)({payload:q})),{type:D.uR.SET_LOOKUP_LND,payload:q})),(0,d.K)(q=>(this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.ERROR}})),this.handleErrorWithoutAlert("Lookup",D.m6.SEARCHING_INVOICE,"Invoice Lookup Failed",q),P.payload.openSnackBar&&this.store.dispatch((0,L.jW)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,f.of)({type:D.uR.SET_LOOKUP_LND,payload:{error:q}}))))}))),this.paymentLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.PAYMENT_LOOKUP_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.SEARCHING_PAYMENT})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.PAYMENTS_API+"/lookup/"+P.payload).pipe((0,b.U)(H=>(this.logger.info(H),this.store.dispatch((0,L.uO)({payload:D.m6.SEARCHING_PAYMENT})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.COMPLETED}})),this.store.dispatch((0,k.qY)({payload:H})),{type:D.uR.SET_LOOKUP_LND,payload:H})),(0,d.K)(H=>(this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.ERROR}})),this.handleErrorWithoutAlert("Lookup",D.m6.SEARCHING_PAYMENT,"Payment Lookup Failed",H),(0,f.of)({type:D.uR.SET_LOOKUP_LND,payload:{error:H}})))))))),this.setLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_LOOKUP_LND),(0,b.U)(P=>(this.logger.info(P.payload),P.payload))),{dispatch:!1}),this.getRestoreChannelList=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.RESTORE_CHANNELS_LIST_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"RestoreChannelsList",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/restore/list").pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"RestoreChannelsList",status:D.Bn.COMPLETED}})),{type:D.uR.SET_RESTORE_CHANNELS_LIST_LND,payload:P||{all_restore_exists:!1,files:[]}})),(0,d.K)(P=>(this.handleErrorWithAlert("RestoreChannelsList",D.m6.NO_SPINNER,"Restore Channels List Failed",this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API,P),(0,f.of)({type:D.pg.VOID})))))))),this.setRestoreChannelList=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_RESTORE_CHANNELS_LIST_LND),(0,b.U)(P=>(this.logger.info(P.payload),P.payload))),{dispatch:!1}),this.allLightningTransactionsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GET_ALL_LIGHTNING_TRANSATIONS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchLightningTransactions",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.PAYMENTS_API+"/alltransactions").pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchLightningTransactions",status:D.Bn.COMPLETED}})),{type:D.uR.SET_ALL_LIGHTNING_TRANSATIONS_LND,payload:P})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchLightningTransactions",D.m6.NO_SPINNER,"Fetching All Lightning Transaction Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.store.select(S.yA).pipe((0,a.R)(this.unSubs[0])).subscribe(P=>{P.FetchInfo.status!==D.Bn.COMPLETED&&P.FetchInfo.status!==D.Bn.ERROR||P.FetchFees.status!==D.Bn.COMPLETED&&P.FetchFees.status!==D.Bn.ERROR||P.FetchBalanceBlockchain.status!==D.Bn.COMPLETED&&P.FetchBalanceBlockchain.status!==D.Bn.ERROR||P.FetchAllChannels.status!==D.Bn.COMPLETED&&P.FetchAllChannels.status!==D.Bn.ERROR||P.FetchPendingChannels.status!==D.Bn.COMPLETED&&P.FetchPendingChannels.status!==D.Bn.ERROR||this.flgInitialized||(this.store.dispatch((0,L.uO)({payload:D.m6.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.lndWSMessages.pipe((0,a.R)(this.unSubs[1])).subscribe(P=>{this.logger.info("Received new message from the service: "+JSON.stringify(P)),P&&(P.type===D.g8.INVOICE?(this.logger.info(P),P&&P.result&&P.result.payment_request&&this.store.dispatch((0,k.aL)({payload:P.result}))):this.logger.info("Received Event from WS: "+JSON.stringify(P)))})}initializeRemainingData(r,u){this.sessionService.setItem("lndUnlocked","true");const c={identity_pubkey:r.identity_pubkey,alias:r.alias,testnet:r.testnet,chains:r.chains,uris:r.uris,version:r.version?r.version.split(" ")[0]:""};this.store.dispatch((0,L.ac)({payload:D.m6.INITALIZE_NODE_DATA})),this.store.dispatch((0,L._V)({payload:c}));let _=this.location.path();_.includes("/cln/")?_=null==_?void 0:_.replace("/cln/","/lnd/"):_.includes("/ecl/")&&(_=null==_?void 0:_.replace("/ecl/","/lnd/")),(_.includes("/unlock")||_.includes("/login")||_.includes("/error")||""===_||"HOME"===u||_.includes("?access-key="))&&(_="/lnd/home"),this.router.navigate([_]),this.store.dispatch((0,k.Bl)()),this.store.dispatch((0,k.UR)()),this.store.dispatch((0,k.Z7)()),this.store.dispatch((0,k.Zh)()),this.store.dispatch((0,k.$W)()),this.store.dispatch((0,k.Rv)()),this.store.dispatch((0,k.SN)()),this.store.dispatch((0,k.WM)({payload:{num_max_invoices:10,reversed:!0}})),this.store.dispatch((0,k.cQ)({payload:{max_payments:1e5,reversed:!0}}))}handleErrorWithoutAlert(r,u,c,_){this.logger.error("ERROR IN: "+r+"\n"+JSON.stringify(_)),401===_.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,L.ts)()),this.store.dispatch((0,L.kS)()),this.store.dispatch((0,L.jW)({payload:"Authentication Failed. Redirecting to Login."}))):(this.store.dispatch((0,L.uO)({payload:u})),this.store.dispatch((0,k.PC)({payload:{action:r,status:D.Bn.ERROR,statusCode:_.status.toString(),message:this.commonService.extractErrorMessage(_,c)}})))}handleErrorWithAlert(r,u,c,_,E){if(this.logger.error(E),401===E.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,L.ts)()),this.store.dispatch((0,L.kS)()),this.store.dispatch((0,L.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,L.uO)({payload:u}));const I=this.commonService.extractErrorMessage(E);this.store.dispatch((0,L.qR)({payload:{data:{type:"ERROR",alertTitle:c,message:{code:E.status,message:I,URL:_},component:w.H}}})),this.store.dispatch((0,k.PC)({payload:{action:r,status:D.Bn.ERROR,statusCode:E.status.toString(),message:I,URL:_}}))}}ngOnDestroy(){this.unSubs.forEach(r=>{r.next(null),r.complete()})}}return y.\u0275fac=function(r){return new(r||y)(U.LFG(t.eX),U.LFG(Z.eN),U.LFG(Y.yh),U.LFG(ne.mQ),U.LFG($.v),U.LFG(de.m),U.LFG(te.uw),U.LFG(ie.F0),U.LFG(oe.d),U.LFG(X.Ye))},y.\u0275prov=U.Yz7({token:y,factory:y.\u0275fac}),y})()},6529:(Ve,j,p)=>{"use strict";p.d(j,{$k:()=>f,Bo:()=>d,Ef:()=>D,JG:()=>h,N7:()=>$,P2:()=>U,PP:()=>N,Q5:()=>M,T4:()=>ne,Wi:()=>A,ZW:()=>L,_f:()=>te,bx:()=>ie,dx:()=>w,l5:()=>de,ni:()=>S,qU:()=>Z,yA:()=>b});var t=p(5620);const e=(0,t.ZF)("lnd"),f=(0,t.P1)(e,oe=>oe.nodeSettings),M=(0,t.P1)(e,oe=>oe.information),b=((0,t.P1)(e,oe=>({information:oe.information,apiCallStatus:oe.apisCallStatus.FetchInfo})),(0,t.P1)(e,oe=>oe.apisCallStatus)),d=(0,t.P1)(e,oe=>({forwardingHistory:oe.forwardingHistory,apiCallStatus:oe.apisCallStatus.FetchForwardingHistory})),N=(0,t.P1)(e,oe=>({listPayments:oe.listPayments,apiCallStatus:oe.apisCallStatus.FetchPayments})),h=(0,t.P1)(e,oe=>({fees:oe.fees,apiCallStatus:oe.apisCallStatus.FetchFees})),A=(0,t.P1)(e,oe=>({peers:oe.peers,apiCallStatus:oe.apisCallStatus.FetchPeers})),w=(0,t.P1)(e,oe=>({transactions:oe.transactions,apiCallStatus:oe.apisCallStatus.FetchTransactions})),D=(0,t.P1)(e,oe=>({listInvoices:oe.listInvoices,apiCallStatus:oe.apisCallStatus.FetchInvoices})),L=(0,t.P1)(e,oe=>({channels:oe.channels,channelsSummary:oe.channelsSummary,lightningBalance:oe.lightningBalance,apiCallStatus:oe.apisCallStatus.FetchAllChannels})),S=((0,t.P1)(e,oe=>({channelsSummary:oe.channelsSummary,pendingChannels:oe.pendingChannels,closedChannels:oe.closedChannels,apiCallStatus:oe.apisCallStatus.FetchAllChannels})),(0,t.P1)(e,oe=>({pendingChannels:oe.pendingChannels,pendingChannelsSummary:oe.pendingChannelsSummary,apiCallStatus:oe.apisCallStatus.FetchPendingChannels}))),U=(0,t.P1)(e,oe=>({closedChannels:oe.closedChannels,apiCallStatus:oe.apisCallStatus.FetchClosedChannels})),Z=(0,t.P1)(e,oe=>({blockchainBalance:oe.blockchainBalance,apiCallStatus:oe.apisCallStatus.FetchBalanceBlockchain})),ne=((0,t.P1)(e,oe=>({lightningBalance:oe.lightningBalance,apiCallStatus:oe.apisCallStatus.FetchAllChannels})),(0,t.P1)(e,oe=>({utxos:oe.utxos,apiCallStatus:oe.apisCallStatus.FetchUTXOs}))),$=(0,t.P1)(e,oe=>({networkInfo:oe.networkInfo,apiCallStatus:oe.apisCallStatus.FetchNetwork})),de=(0,t.P1)(e,oe=>({allLightningTransactions:oe.allLightningTransactions,apiCallStatus:oe.apisCallStatus.FetchLightningTransactions})),te=(0,t.P1)(e,oe=>({channels:oe.channels,pendingChannels:oe.pendingChannels,closedChannels:oe.closedChannels})),ie=(0,t.P1)(e,oe=>({information:oe.information,nodeSettings:oe.nodeSettings,apiCallStatus:oe.apisCallStatus.FetchInfo}))},8627:(Ve,j,p)=>{"use strict";p.d(j,{v:()=>ee});var t=p(8966),e=p(801),f=p(7579),M=p(2722),a=p(7731),b=p(6529),d=p(5e3),N=p(5043),h=p(62),A=p(7261),w=p(5620),D=p(7093),L=p(9808),k=p(3322),S=p(159),U=p(9224),Z=p(9444),Y=p(7423),ne=p(4834),$=p(8129),de=p(773),te=p(1125),ie=p(7238),oe=p(5245),X=p(3390),me=p(6895);const y=["scrollContainer"];function i(ue,Ce){if(1&ue&&d._UZ(0,"qr-code",32),2&ue){const Le=d.oxw();d.Q6J("value",null==Le.invoice?null:Le.invoice.payment_request)("size",Le.qrWidth)("errorCorrectionLevel","L")}}function r(ue,Ce){1&ue&&(d.TgZ(0,"span",33),d._uU(1,"N/A"),d.qZA())}function u(ue,Ce){if(1&ue&&d._UZ(0,"qr-code",32),2&ue){const Le=d.oxw();d.Q6J("value",null==Le.invoice?null:Le.invoice.payment_request)("size",Le.qrWidth)("errorCorrectionLevel","L")}}function c(ue,Ce){1&ue&&(d.TgZ(0,"span",34),d._uU(1,"QR Code Not Applicable"),d.qZA())}function _(ue,Ce){1&ue&&d._UZ(0,"mat-divider",22),2&ue&&d.Q6J("inset",!0)}function E(ue,Ce){1&ue&&(d.ynx(0),d._uU(1," (zero amount) "),d.BQk())}function I(ue,Ce){1&ue&&d._UZ(0,"span",40)}const v=function(){return[]};function n(ue,Ce){if(1&ue&&(d.TgZ(0,"div",36)(1,"div",37)(2,"span",38),d._uU(3),d.ALo(4,"number"),d.qZA(),d.YNc(5,I,1,0,"span",39),d.qZA()()),2&ue){const Le=d.oxw(2);d.xp6(3),d.hij("",d.lcZ(4,2,null==Le.invoice?null:Le.invoice.amt_paid_sat)," Sats"),d.xp6(2),d.Q6J("ngForOf",d.DdM(4,v).constructor(35))}}function C(ue,Ce){if(1&ue&&(d.TgZ(0,"div"),d._uU(1),d.ALo(2,"number"),d.qZA()),2&ue){const Le=d.oxw(2);d.xp6(1),d.hij("",d.lcZ(2,1,null==Le.invoice?null:Le.invoice.amt_paid_sat)," Sats")}}function B(ue,Ce){if(1&ue&&(d.ynx(0),d.YNc(1,n,6,5,"div",35),d.YNc(2,C,3,3,"div",21),d.BQk()),2&ue){const Le=d.oxw();d.xp6(1),d.Q6J("ngIf",Le.flgInvoicePaid),d.xp6(1),d.Q6J("ngIf",!Le.flgInvoicePaid)}}function P(ue,Ce){1&ue&&(d.TgZ(0,"span"),d._uU(1,"-"),d.qZA())}function H(ue,Ce){1&ue&&d._UZ(0,"mat-spinner",42),2&ue&&d.Q6J("diameter",20)}function q(ue,Ce){if(1&ue&&(d.ynx(0),d.YNc(1,P,2,0,"span",21),d.YNc(2,H,1,1,"mat-spinner",41),d.BQk()),2&ue){const Le=d.oxw();d.xp6(1),d.Q6J("ngIf","OPEN"!==(null==Le.invoice?null:Le.invoice.state)||!Le.flgVersionCompatible),d.xp6(1),d.Q6J("ngIf","OPEN"===(null==Le.invoice?null:Le.invoice.state)&&Le.flgVersionCompatible)}}const he=function(ue){return{"mr-0":ue}};function _e(ue,Ce){if(1&ue&&d._UZ(0,"span",59),2&ue){const Le=d.oxw(4);d.Q6J("ngClass",d.VKq(1,he,Le.screenSize===Le.screenSizeEnum.XS))}}function Ne(ue,Ce){if(1&ue&&d._UZ(0,"span",60),2&ue){const Le=d.oxw(4);d.Q6J("ngClass",d.VKq(1,he,Le.screenSize===Le.screenSizeEnum.XS))}}function we(ue,Ce){if(1&ue&&d._UZ(0,"span",61),2&ue){const Le=d.oxw(4);d.Q6J("ngClass",d.VKq(1,he,Le.screenSize===Le.screenSizeEnum.XS))}}function Q(ue,Ce){if(1&ue&&(d.TgZ(0,"div",48)(1,"div",53)(2,"span",54),d.YNc(3,_e,1,3,"span",55),d.YNc(4,Ne,1,3,"span",56),d.YNc(5,we,1,3,"span",57),d._uU(6),d.qZA(),d.TgZ(7,"span",58),d._uU(8),d.ALo(9,"number"),d.qZA()(),d._UZ(10,"mat-divider",22),d.qZA()),2&ue){const Le=Ce.$implicit,ut=d.oxw(3);d.xp6(3),d.Q6J("ngIf","SETTLED"===Le.state),d.xp6(1),d.Q6J("ngIf","ACCEPTED"===Le.state),d.xp6(1),d.Q6J("ngIf","CANCELED"===Le.state),d.xp6(1),d.hij(" ",Le.chan_id," "),d.xp6(2),d.Oqu(d.xi3(9,6,+Le.amt_msat/1e3||0,ut.getDecimalFormat(Le))),d.xp6(2),d.Q6J("inset",!0)}}function Ue(ue,Ce){if(1&ue){const Le=d.EpF();d.TgZ(0,"div",17)(1,"mat-expansion-panel",46),d.NdJ("opened",function(){return d.CHM(Le),d.oxw(2).flgOpened=!0})("closed",function(){return d.CHM(Le),d.oxw(2).onExpansionClosed()}),d.TgZ(2,"mat-expansion-panel-header")(3,"mat-panel-title")(4,"h4",47),d._uU(5,"HTLCs"),d.qZA()()(),d.TgZ(6,"div",48)(7,"div",49)(8,"span",50),d._uU(9,"Channel ID"),d.qZA(),d.TgZ(10,"span",51),d._uU(11,"Amount (Sats)"),d.qZA()(),d._UZ(12,"mat-divider",22),d.YNc(13,Q,11,9,"div",52),d.qZA()()()}if(2&ue){const Le=d.oxw(2);d.xp6(12),d.Q6J("inset",!0),d.xp6(1),d.Q6J("ngForOf",null==Le.invoice?null:Le.invoice.htlcs)}}function ye(ue,Ce){1&ue&&d._UZ(0,"mat-divider",22),2&ue&&d.Q6J("inset",!0)}function V(ue,Ce){if(1&ue&&(d.TgZ(0,"div"),d._UZ(1,"mat-divider",22),d.TgZ(2,"div",17)(3,"div",23)(4,"h4",19),d._uU(5,"Preimage"),d.qZA(),d.TgZ(6,"span",24),d._uU(7),d.qZA()()(),d._UZ(8,"mat-divider",22),d.TgZ(9,"div",17)(10,"div",43)(11,"h4",19),d._uU(12,"State"),d.qZA(),d.TgZ(13,"span",24),d._uU(14),d.qZA()(),d.TgZ(15,"div",44)(16,"h4",19),d._uU(17,"Expiry"),d.qZA(),d.TgZ(18,"span",24),d._uU(19),d.qZA()(),d.TgZ(20,"div",44)(21,"h4",19),d._uU(22,"Private Routing Hints"),d.qZA(),d.TgZ(23,"span",24),d._uU(24),d.qZA()()(),d._UZ(25,"mat-divider",22),d.YNc(26,Ue,14,2,"div",45),d.YNc(27,ye,1,1,"mat-divider",14),d.qZA()),2&ue){const Le=d.oxw();d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu((null==Le.invoice?null:Le.invoice.r_preimage)||"-"),d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu(null==Le.invoice?null:Le.invoice.state),d.xp6(5),d.Oqu(null==Le.invoice?null:Le.invoice.expiry),d.xp6(5),d.Oqu(null!=Le.invoice&&Le.invoice.private?"Yes":"No"),d.xp6(1),d.Q6J("inset",!0),d.xp6(1),d.Q6J("ngIf",(null==Le.invoice?null:Le.invoice.htlcs)&&(null==Le.invoice?null:Le.invoice.htlcs.length)>0),d.xp6(1),d.Q6J("ngIf",(null==Le.invoice?null:Le.invoice.htlcs)&&(null==Le.invoice?null:Le.invoice.htlcs.length)>0)}}function De(ue,Ce){if(1&ue){const Le=d.EpF();d.TgZ(0,"div",62)(1,"button",63),d.NdJ("click",function(){return d.CHM(Le),d.oxw().onScrollDown()}),d.TgZ(2,"mat-icon",64),d._uU(3,"arrow_downward"),d.qZA()()()}}function dt(ue,Ce){1&ue&&(d.TgZ(0,"p"),d._uU(1,"Show Advanced"),d.qZA())}function Ie(ue,Ce){1&ue&&(d.TgZ(0,"p"),d._uU(1,"Hide Advanced"),d.qZA())}function Ae(ue,Ce){if(1&ue){const Le=d.EpF();d.TgZ(0,"button",65),d.NdJ("copied",function(ht){return d.CHM(Le),d.oxw().onCopyPayment(ht)}),d._uU(1),d.qZA()}if(2&ue){const Le=d.oxw();d.Q6J("payload",null==Le.invoice?null:Le.invoice.payment_request),d.xp6(1),d.Oqu(Le.screenSize===Le.screenSizeEnum.XS?"Copy Payment":"Copy Payment Request")}}function le(ue,Ce){if(1&ue){const Le=d.EpF();d.TgZ(0,"button",66),d.NdJ("click",function(){return d.CHM(Le),d.oxw().onClose()}),d._uU(1,"OK"),d.qZA()}}const Te=function(ue){return{"display-none":ue}},xe=function(ue){return{"xs-scroll-y":ue}},W=function(ue){return{"h-50":ue}};let ee=(()=>{class ue{constructor(Le,ut,ht,It,ui,Wt){this.dialogRef=Le,this.data=ut,this.logger=ht,this.commonService=It,this.snackBar=ui,this.store=Wt,this.faReceipt=e.dLy,this.showAdvanced=!1,this.newlyAdded=!1,this.invoice=null,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=a.cu,this.flgOpened=!1,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}set container(Le){Le&&(this.scrollContainer=Le)}ngOnInit(){this.invoice=JSON.parse(JSON.stringify(this.data.invoice)),this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===a.cu.XS&&(this.qrWidth=220),this.store.select(b.Q5).pipe((0,M.R)(this.unSubs[0])).subscribe(ut=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(ut.version,"0.11.0")});const Le=JSON.parse(JSON.stringify(this.invoice));this.store.select(b.Ef).pipe((0,M.R)(this.unSubs[1])).subscribe(ut=>{var ht,It,ui;const Wt=null===(ht=this.invoice)||void 0===ht?void 0:ht.state,hi=(ut.listInvoices.invoices||[]).find(xt=>xt.r_hash===Le.r_hash)||null;this.invoice=hi,Wt!==(null===(It=this.invoice)||void 0===It?void 0:It.state)&&"SETTLED"===(null===(ui=this.invoice)||void 0===ui?void 0:ui.state)&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(ut)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced,this.flgOpened=!1}onScrollDown(){this.scrollContainer.nativeElement.scrollTop=this.scrollContainer.nativeElement.scrollTop+60}onExpansionClosed(){this.flgOpened=!1,this.scrollContainer.nativeElement.scrollTop=0}onCopyPayment(Le){this.snackBar.open("Payment request copied."),this.logger.info("Copied Text: "+Le)}getDecimalFormat(Le){return Le.amt_msat<1e3?"1.0-4":"1.0-0"}ngOnDestroy(){this.unSubs.forEach(Le=>{Le.next(null),Le.complete()})}}return ue.\u0275fac=function(Le){return new(Le||ue)(d.Y36(t.so),d.Y36(t.WI),d.Y36(N.mQ),d.Y36(h.v),d.Y36(A.ux),d.Y36(w.yh))},ue.\u0275cmp=d.Xpm({type:ue,selectors:[["rtl-invoice-information"]],viewQuery:function(Le,ut){if(1&Le&&d.Gf(y,5),2&Le){let ht;d.iGM(ht=d.CRH())&&(ut.container=ht.first)}},decls:78,vars:49,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxLayout","column","fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],[3,"perfectScrollbar","ngClass"],["scrollContainer",""],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"my-1",3,"inset"],["fxFlex","100"],[1,"overflow-wrap","foreground-secondary-text"],["fxLayout","row","fxLayoutAlign","start end","class","btn-sticky-container padding-gap-x-large",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["fxFlex","34"],["fxFlex","33"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"flat-expansion-panel",3,"opened","closed"],["fxLayoutAlign","start center","fxFlex","100",1,"font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100",1,"mt-minus-1"],["fxFlex","60",1,"foreground-secondary-text","font-bold-500"],["fxFlex","40",1,"foreground-secondary-text","font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100"],["fxFlex","60",1,"foreground-secondary-text"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["fxFlex","40",1,"foreground-secondary-text"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll Down","fxLayoutAlign","center center",3,"click"],["fxLayoutAlign","center center"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(Le,ut){if(1&Le&&(d.TgZ(0,"div",0)(1,"div",1),d.YNc(2,i,1,3,"qr-code",2),d.YNc(3,r,2,0,"span",3),d.qZA(),d.TgZ(4,"div",4)(5,"mat-card-header",5)(6,"div",6),d._UZ(7,"fa-icon",7),d.TgZ(8,"span",8),d._uU(9),d.qZA()(),d.TgZ(10,"button",9),d.NdJ("click",function(){return ut.onClose()}),d._uU(11,"X"),d.qZA()(),d.TgZ(12,"mat-card-content",10)(13,"div",11)(14,"div",12),d.YNc(15,u,1,3,"qr-code",2),d.YNc(16,c,2,0,"span",13),d.qZA(),d.YNc(17,_,1,1,"mat-divider",14),d.TgZ(18,"div",15,16)(20,"div",17)(21,"div",18)(22,"h4",19),d._uU(23),d.qZA(),d.TgZ(24,"span",20),d._uU(25),d.ALo(26,"number"),d.YNc(27,E,2,0,"ng-container",21),d.qZA()(),d.TgZ(28,"div",18)(29,"h4",19),d._uU(30,"Amount Settled"),d.qZA(),d.TgZ(31,"span",20),d.YNc(32,B,3,2,"ng-container",21),d.YNc(33,q,3,2,"ng-container",21),d.qZA()()(),d._UZ(34,"mat-divider",22),d.TgZ(35,"div",17)(36,"div",18)(37,"h4",19),d._uU(38,"Date Created"),d.qZA(),d.TgZ(39,"span",20),d._uU(40),d.ALo(41,"date"),d.qZA()(),d.TgZ(42,"div",18)(43,"h4",19),d._uU(44,"Date Settled"),d.qZA(),d.TgZ(45,"span",20),d._uU(46),d.ALo(47,"date"),d.qZA()()(),d._UZ(48,"mat-divider",22),d.TgZ(49,"div",17)(50,"div",23)(51,"h4",19),d._uU(52,"Memo"),d.qZA(),d.TgZ(53,"span",20),d._uU(54),d.qZA()()(),d._UZ(55,"mat-divider",22),d.TgZ(56,"div",17)(57,"div",23)(58,"h4",19),d._uU(59,"Payment Request"),d.qZA(),d.TgZ(60,"span",24),d._uU(61),d.qZA()()(),d._UZ(62,"mat-divider",22),d.TgZ(63,"div",17)(64,"div",23)(65,"h4",19),d._uU(66,"Payment Hash"),d.qZA(),d.TgZ(67,"span",24),d._uU(68),d.qZA()()(),d.YNc(69,V,28,9,"div",21),d.qZA()()(),d.YNc(70,De,4,0,"div",25),d.TgZ(71,"div",26)(72,"button",27),d.NdJ("click",function(){return ut.onShowAdvanced()}),d.YNc(73,dt,2,0,"p",28),d.YNc(74,Ie,2,0,"ng-template",null,29,d.W1O),d.qZA(),d.YNc(76,Ae,2,2,"button",30),d.YNc(77,le,2,0,"button",31),d.qZA()()()),2&Le){const ht=d.MAs(75);d.xp6(1),d.Q6J("fxLayoutAlign",null!=ut.invoice&&ut.invoice.payment_request&&""!==(null==ut.invoice?null:ut.invoice.payment_request)?"center start":"center center")("ngClass",d.VKq(41,Te,ut.screenSize===ut.screenSizeEnum.XS||ut.screenSize===ut.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.payment_request)&&""!==(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(1),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.payment_request)||""===(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(4),d.Q6J("icon",ut.faReceipt),d.xp6(2),d.Oqu(ut.screenSize===ut.screenSizeEnum.XS?ut.newlyAdded?"Created":"Invoice":ut.newlyAdded?"Invoice Created":"Invoice Information"),d.xp6(3),d.Q6J("ngClass",d.VKq(43,xe,ut.screenSize===ut.screenSizeEnum.XS)),d.xp6(2),d.Q6J("fxLayoutAlign",null!=ut.invoice&&ut.invoice.payment_request&&""!==(null==ut.invoice?null:ut.invoice.payment_request)?"center start":"center center")("ngClass",d.VKq(45,Te,ut.screenSize!==ut.screenSizeEnum.XS&&ut.screenSize!==ut.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.payment_request)&&""!==(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(1),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.payment_request)||""===(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(1),d.Q6J("ngIf",ut.screenSize===ut.screenSizeEnum.XS||ut.screenSize===ut.screenSizeEnum.SM),d.xp6(1),d.Q6J("ngClass",d.VKq(47,W,(null==ut.invoice?null:ut.invoice.htlcs)&&(null==ut.invoice?null:ut.invoice.htlcs.length)>0&&ut.showAdvanced)),d.xp6(5),d.Oqu(ut.screenSize===ut.screenSizeEnum.XS?"Amount":"Amount Requested"),d.xp6(2),d.hij("",d.lcZ(26,33,(null==ut.invoice?null:ut.invoice.value)||0)," Sats"),d.xp6(2),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.value)||"0"===(null==ut.invoice?null:ut.invoice.value)),d.xp6(5),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.amt_paid_sat)&&"OPEN"!==(null==ut.invoice?null:ut.invoice.state)),d.xp6(1),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.amt_paid_sat)||"0"===(null==ut.invoice?null:ut.invoice.amt_paid_sat)),d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu(d.xi3(41,35,1e3*(null==ut.invoice?null:ut.invoice.creation_date),"dd/MMM/y HH:mm")),d.xp6(6),d.Oqu(0!=+(null==ut.invoice?null:ut.invoice.settle_date)?d.xi3(47,38,1e3*+(null==ut.invoice?null:ut.invoice.settle_date),"dd/MMM/y HH:mm"):"-"),d.xp6(2),d.Q6J("inset",!0),d.xp6(6),d.Oqu(null==ut.invoice?null:ut.invoice.memo),d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu((null==ut.invoice?null:ut.invoice.payment_request)||"N/A"),d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu((null==ut.invoice?null:ut.invoice.r_hash)||""),d.xp6(1),d.Q6J("ngIf",ut.showAdvanced),d.xp6(1),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.htlcs)&&(null==ut.invoice?null:ut.invoice.htlcs.length)>0&&ut.showAdvanced&&ut.flgOpened),d.xp6(3),d.Q6J("ngIf",!ut.showAdvanced)("ngIfElse",ht),d.xp6(3),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.payment_request)&&""!==(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(1),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.payment_request)||""===(null==ut.invoice?null:ut.invoice.payment_request))}},directives:[D.xw,D.Wh,D.yH,L.mk,k.oO,L.O5,S.uU,U.dk,Z.BN,Y.lW,U.dn,ne.d,$.$V,L.sg,de.Ou,te.ib,te.yz,te.yK,ie.gM,oe.Hw,X.h,me.y],pipes:[L.JJ,L.uU],styles:[""]}),ue})()},7772:(Ve,j,p)=>{"use strict";p.d(j,{J:()=>f,_:()=>e});var t=p(1777);const e=[(0,t.X$)("opacityAnimation",[(0,t.eR)(":enter",[(0,t.oB)({opacity:0}),(0,t.jt)("1000ms ease-in",(0,t.oB)({opacity:1}))]),(0,t.eR)(":leave",[(0,t.jt)("0ms",(0,t.oB)({opacity:0}))])])],f=[(0,t.X$)("fadeIn",[(0,t.eR)("void => *",[]),(0,t.eR)("* => void",[]),(0,t.eR)("* => *",[(0,t.jt)(800,(0,t.F4)([(0,t.oB)({opacity:0,transform:"translateY(100%)"}),(0,t.oB)({opacity:1,transform:"translateY(0%)"})]))])])]},8878:(Ve,j,p)=>{"use strict";p.d(j,{g:()=>e});var t=p(1777);const e=(0,t.X$)("routeAnimation",[(0,t.eR)("* => *",[(0,t.IO)(":enter, :leave",(0,t.oB)({position:"fixed",width:"100%"}),{optional:!0}),(0,t.ru)([(0,t.IO)(":enter",[(0,t.oB)({transform:"translateX(100%)"}),(0,t.jt)("1000ms ease-in-out",(0,t.oB)({transform:"translateX(0%)"}))],{optional:!0}),(0,t.IO)(":leave",[(0,t.oB)({transform:"translateX(0%)"}),(0,t.jt)("1000ms ease-in-out",(0,t.oB)({transform:"translateX(-100%)"}))],{optional:!0})])])])},113:(Ve,j,p)=>{"use strict";p.d(j,{l:()=>e});var t=p(1777);const e=[(0,t.X$)("sliderAnimation",[(0,t.SB)("*",(0,t.oB)({transform:"translateX(0)"})),(0,t.eR)("void => backward",[(0,t.oB)({transform:"translateX(-100%"}),(0,t.jt)("800ms")]),(0,t.eR)("backward => void",[(0,t.jt)("0ms",(0,t.oB)({transform:"translateX(100%)"}))]),(0,t.eR)("void => forward",[(0,t.oB)({transform:"translateX(100%"}),(0,t.jt)("800ms")]),(0,t.eR)("forward => void",[(0,t.jt)("0ms",(0,t.oB)({transform:"translateX(-100%)"}))])])]},1786:(Ve,j,p)=>{"use strict";p.d(j,{H:()=>w});var t=p(8966),e=p(5e3),f=p(5043),M=p(7093),a=p(9224),b=p(7423),d=p(9808),N=p(4834),h=p(3390);function A(D,L){if(1&D&&(e.TgZ(0,"p",14),e._uU(1),e.qZA()),2&D){const k=e.oxw();e.xp6(1),e.Oqu(k.data.titleMessage)}}let w=(()=>{class D{constructor(k,S,U){this.dialogRef=k,this.data=S,this.logger=U,this.errorMessage=""}ngOnInit(){this.errorMessage=this.data.message&&this.data.message.message&&"object"==typeof this.data.message.message?JSON.stringify(this.data.message.message):this.data.message&&this.data.message.message?this.data.message.message:"",!this.data.message&&!this.data.titleMessage&&!this.data.message&&(this.data.titleMessage="Please Check Server Connection"),this.logger.info(this.data.message)}onClose(){this.dialogRef.close(!1)}}return D.\u0275fac=function(k){return new(k||D)(e.Y36(t.so),e.Y36(t.WI),e.Y36(f.mQ))},D.\u0275cmp=e.Xpm({type:D,selectors:[["rtl-error-message"]],decls:29,vars:6,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large","error-alert-block"],["fxLayout","column"],["fxLayoutAlign","start center","class","pb-1",4,"ngIf"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],[1,"word-break"],["fxLayout","row","fxLayoutAlign","end center"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close"],["fxLayoutAlign","start center",1,"pb-1"]],template:function(k,S){1&k&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return S.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"div",7),e.YNc(10,A,2,1,"p",8),e.TgZ(11,"h4",9),e._uU(12,"Error Code"),e.qZA(),e.TgZ(13,"span"),e._uU(14),e.qZA(),e._UZ(15,"mat-divider",10),e.TgZ(16,"h4",9),e._uU(17,"Error Message"),e.qZA(),e.TgZ(18,"span",11),e._uU(19),e.qZA(),e._UZ(20,"mat-divider",10),e.TgZ(21,"h4",9),e._uU(22,"API URL"),e.qZA(),e.TgZ(23,"span",11),e._uU(24),e.qZA(),e._UZ(25,"mat-divider",10),e.TgZ(26,"div",12)(27,"button",13),e._uU(28,"OK"),e.qZA()()()()()()),2&k&&(e.xp6(5),e.Oqu(S.data.alertTitle||"ERROR"),e.xp6(5),e.Q6J("ngIf",S.data.titleMessage),e.xp6(4),e.Oqu(S.data.message.code),e.xp6(5),e.Oqu(S.errorMessage),e.xp6(5),e.Oqu(S.data.message.URL),e.xp6(3),e.Q6J("mat-dialog-close",!1))},directives:[M.xw,M.yH,a.dk,M.Wh,b.lW,a.dn,d.O5,N.d,h.h,t.ZT],styles:[".display-block[_ngcontent-%COMP%]{display:block}"]}),D})()},9442:(Ve,j,p)=>{"use strict";p.d(j,{w:()=>N});var t=p(801),e=p(5e3),f=p(1402),M=p(7093),a=p(9444),b=p(9224),d=p(7423);let N=(()=>{class h{constructor(w){this.router=w,this.faTimes=t.NBC}goToHelp(){this.router.navigate(["/help"])}}return h.\u0275fac=function(w){return new(w||h)(e.Y36(f.F0))},h.\u0275cmp=e.Xpm({type:h,selectors:[["rtl-not-found"]],decls:13,vars:1,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column",1,"padding-gap-large"],["fxLayout","column","fxLayoutAlign","start start"],[1,"box-text"],["fxLayout","row","fxLayoutAlign","center","fxFlex","80"],["mat-flat-button","","color","primary","type","button",1,"mt-2",3,"click"]],template:function(w,D){1&w&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Page Not Found"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"div",5)(8,"div",6),e._uU(9,"This page does not exist!"),e.qZA(),e.TgZ(10,"span",7)(11,"button",8),e.NdJ("click",function(){return D.goToHelp()}),e._uU(12,"Go To Help"),e.qZA()()()()()()),2&w&&(e.xp6(1),e.Q6J("icon",D.faTimes))},directives:[M.xw,M.Wh,a.BN,b.a8,b.dn,M.yH,d.lW],encapsulation:2}),h})()},8213:(Ve,j,p)=>{"use strict";p.d(j,{a:()=>Ui});var t=p(3075),e=p(7579),f=p(2722),M=p(8966),a=p(801),b=p(7772),d=p(7731),N=p(6529),h=p(5e3),A=p(5620),w=p(9107),D=p(9808),L=p(5043),k=p(1402),S=p(62),U=p(7093),Z=p(9224),Y=p(7423),ne=p(5615),$=p(1125),de=p(3322),te=p(5245),ie=p(7238),oe=p(4834);function X(ze,Tt){1&ze&&h.GkF(0)}function me(ze,Tt){1&ze&&h.GkF(0)}const y=function(ze){return{"h-5":ze}};function i(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-expansion-panel",3)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span",4),h._uU(4),h.ALo(5,"number"),h.qZA()()(),h.YNc(6,me,1,0,"ng-container",0),h.qZA()),2&ze){const pe=h.oxw(),je=h.MAs(4);h.Q6J("expanded",pe.panelExpanded)("ngClass",h.VKq(7,y,!pe.flgShowPanel)),h.xp6(4),h.AsE("Quote for ",pe.termCaption," amount (",h.lcZ(5,5,pe.quote.amount)," Sats)"),h.xp6(2),h.Q6J("ngTemplateOutlet",je)}}function r(ze,Tt){if(1&ze&&(h.TgZ(0,"div",19)(1,"h4",8),h._uU(2," Prepay Amount (Sats) "),h.TgZ(3,"mat-icon",20),h._uU(4,"info_outline"),h.qZA()(),h.TgZ(5,"span",10),h._uU(6),h.ALo(7,"number"),h.qZA()()),2&ze){const pe=h.oxw(2);h.xp6(6),h.Oqu(h.lcZ(7,1,null==pe.quote?null:pe.quote.prepay_amt_sat))}}function u(ze,Tt){1&ze&&h._UZ(0,"mat-divider",13)}function c(ze,Tt){if(1&ze&&(h.TgZ(0,"div",6)(1,"div",21)(2,"h4",8),h._uU(3," Swap Server Node Pubkey "),h.TgZ(4,"mat-icon",22),h._uU(5,"info_outline"),h.qZA()(),h.TgZ(6,"span",10),h._uU(7),h.qZA()()()),2&ze){const pe=h.oxw(2);h.xp6(7),h.Oqu(null==pe.quote?null:pe.quote.swap_payment_dest)}}function _(ze,Tt){if(1&ze&&(h.TgZ(0,"div",5)(1,"div",6)(2,"div",7)(3,"h4",8),h._uU(4," Swap Fee (Sats) "),h.TgZ(5,"mat-icon",9),h._uU(6,"info_outline"),h.qZA()(),h.TgZ(7,"span",10),h._uU(8),h.ALo(9,"number"),h.qZA()(),h.TgZ(10,"div",7)(11,"h4",8),h._uU(12),h.TgZ(13,"mat-icon",11),h._uU(14,"info_outline"),h.qZA()(),h.TgZ(15,"span",10),h._uU(16),h.ALo(17,"number"),h.qZA()(),h.YNc(18,r,8,3,"div",12),h.qZA(),h._UZ(19,"mat-divider",13),h.TgZ(20,"div",6)(21,"div",14)(22,"h4",8),h._uU(23," Max Off-chain Swap Routing Fee (Sats) "),h.TgZ(24,"mat-icon",15),h._uU(25,"info_outline"),h.qZA()(),h.TgZ(26,"span",10),h._uU(27),h.ALo(28,"number"),h.qZA()(),h.TgZ(29,"div",14)(30,"h4",8),h._uU(31," Max Off-chain Prepay Routing Fee (Sats) "),h.TgZ(32,"mat-icon",16),h._uU(33,"info_outline"),h.qZA()(),h.TgZ(34,"span",10),h._uU(35,"36"),h.qZA()()(),h.YNc(36,u,1,0,"mat-divider",17),h.YNc(37,c,8,1,"div",18),h.qZA()),2&ze){const pe=h.oxw();h.xp6(2),h.Q6J("fxFlex",null!=pe.quote&&pe.quote.prepay_amt_sat?"30":"50"),h.xp6(6),h.Oqu(h.lcZ(9,9,null==pe.quote?null:pe.quote.swap_fee_sat)),h.xp6(2),h.Q6J("fxFlex",null!=pe.quote&&pe.quote.prepay_amt_sat?"35":"50"),h.xp6(2),h.hij(" ",null!=pe.quote&&pe.quote.htlc_sweep_fee_sat?"HTLC Sweep Fee (Sats)":null!=pe.quote&&pe.quote.htlc_publish_fee_sat?"HTLC Publish Fee (Sats)":""," "),h.xp6(4),h.Oqu(h.lcZ(17,11,null!=pe.quote&&pe.quote.htlc_sweep_fee_sat?pe.quote.htlc_sweep_fee_sat:null!=pe.quote&&pe.quote.htlc_publish_fee_sat?pe.quote.htlc_publish_fee_sat:0)),h.xp6(2),h.Q6J("ngIf",null==pe.quote?null:pe.quote.prepay_amt_sat),h.xp6(9),h.Oqu(h.lcZ(28,13,(null==pe.quote?null:pe.quote.amount)*((null!=pe.quote&&pe.quote.off_chain_swap_routing_fee_percentage?null==pe.quote?null:pe.quote.off_chain_swap_routing_fee_percentage:2)/100))),h.xp6(9),h.Q6J("ngIf",""!==(null==pe.quote?null:pe.quote.swap_payment_dest)),h.xp6(1),h.Q6J("ngIf",""!==(null==pe.quote?null:pe.quote.swap_payment_dest))}}let E=(()=>{class ze{constructor(){this.quote={},this.termCaption="",this.showPanel=!0,this.panelExpanded=!1,this.flgShowPanel=!1}ngOnInit(){setTimeout(()=>{this.flgShowPanel=!0},1200)}}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-quote"]],inputs:{quote:"quote",termCaption:"termCaption",showPanel:"showPanel",panelExpanded:"panelExpanded"},decls:5,vars:1,consts:[[4,"ngTemplateOutlet"],["informationBlock",""],["quoteDetailsBlock",""],["fxFlex","100",1,"flat-expansion-panel","mb-1",3,"expanded","ngClass"],["fxLayoutAlign","start center","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],[3,"fxFlex"],["fxLayoutAlign","start center",1,"font-bold-500"],["matTooltip","Estimated fee charged by the loop server for the swap",1,"info-icon","info-icon-text"],[1,"foreground-secondary-text"],["matTooltip","An estimate of the on-chain fee that needs to be paid to sweep the HTLC",1,"info-icon","info-icon-text"],["fxFlex","35",4,"ngIf"],[1,"w-100","my-1"],["fxFlex","50"],["matTooltip","Maximum off-chain fee that may be paid for routing the payment amount to the server",1,"info-icon","info-icon-text"],["matTooltip","Maximum off-chain fee that may be paid for routing the pre-payment amount to the server","matTooltipPosition","before",1,"info-icon","info-icon-text"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxFlex","35"],["matTooltip","The part of the swap fee that is requested as a prepayment","matTooltipPosition","before",1,"info-icon","info-icon-text"],["fxFlex","100"],["matTooltip","The node pubkey, where the swap payments will be sent",1,"info-icon","info-icon-text"]],template:function(pe,je){if(1&pe&&(h.YNc(0,X,1,0,"ng-container",0),h.YNc(1,i,7,9,"ng-template",null,1,h.W1O),h.YNc(3,_,38,15,"ng-template",null,2,h.W1O)),2&pe){const _t=h.MAs(2),re=h.MAs(4);h.Q6J("ngTemplateOutlet",je.showPanel?_t:re)}},directives:[D.tP,$.ib,U.yH,D.mk,de.oO,$.yz,$.yK,U.Wh,U.xw,te.Hw,ie.gM,D.O5,oe.d],pipes:[D.JJ],styles:[""]}),ze})();var I=p(7322),v=p(7531),n=p(3390),C=p(2368),B=p(9814),P=p(5899);function H(ze,Tt){1&ze&&h.GkF(0)}function q(ze,Tt){if(1&ze&&(h.TgZ(0,"div",3)(1,"span",4),h._uU(2),h.qZA()()),2&ze){const pe=h.oxw();h.xp6(2),h.Oqu(null!=pe.loopStatus&&pe.loopStatus.error?null==pe.loopStatus?null:pe.loopStatus.error:"Unknown Error.")}}function he(ze,Tt){if(1&ze&&(h.TgZ(0,"div",3)(1,"div",5)(2,"div",6)(3,"h4",7),h._uU(4,"ID"),h.qZA(),h.TgZ(5,"span",4),h._uU(6),h.qZA()()(),h._UZ(7,"mat-divider",8),h.TgZ(8,"div",5)(9,"div",6)(10,"h4",7),h._uU(11,"HTLC Address"),h.qZA(),h.TgZ(12,"span",4),h._uU(13),h.qZA()()()()),2&ze){const pe=h.oxw();h.xp6(6),h.Oqu(null==pe.loopStatus?null:pe.loopStatus.id_bytes),h.xp6(7),h.Oqu(null==pe.loopStatus?null:pe.loopStatus.htlc_address)}}let _e=(()=>{class ze{constructor(){}}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-status"]],inputs:{loopStatus:"loopStatus"},decls:5,vars:1,consts:[[4,"ngTemplateOutlet"],["loopFailedBlock",""],["loopSuccessfulBlock",""],["fxLayout","column"],[1,"foreground-secondary-text"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"]],template:function(pe,je){if(1&pe&&(h.YNc(0,H,1,0,"ng-container",0),h.YNc(1,q,3,1,"ng-template",null,1,h.W1O),h.YNc(3,he,14,2,"ng-template",null,2,h.W1O)),2&pe){const _t=h.MAs(2),re=h.MAs(4);h.Q6J("ngTemplateOutlet",null!=je.loopStatus&&je.loopStatus.error?_t:re)}},directives:[D.tP,U.xw,U.yH,U.Wh,oe.d],styles:[""]}),ze})();var Ne=p(113);function we(ze,Tt){1&ze&&h.GkF(0)}const Q=function(ze,Tt){return{"small-svg":ze,"large-svg":Tt}};function Ue(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",7)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"g",8)(5,"g",9)(6,"g",10)(7,"g",11),h._UZ(8,"circle",12)(9,"path",13),h.qZA(),h.TgZ(10,"g",14),h._UZ(11,"ellipse",15)(12,"ellipse",16)(13,"rect",17)(14,"rect",18)(15,"rect",19)(16,"rect",20)(17,"rect",21)(18,"rect",22)(19,"rect",23)(20,"rect",24)(21,"rect",25)(22,"rect",26)(23,"rect",27)(24,"rect",28)(25,"rect",29),h.qZA()()()()(),h.kcU(),h.TgZ(26,"div",30)(27,"mat-card-title"),h._uU(28,"Loop Out explained."),h.qZA()(),h.TgZ(29,"div",31)(30,"mat-card-subtitle",32),h._uU(31," Lightning Loop is a non custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using Submarine swaps. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function ye(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",33)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",34),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",8)(10,"g",38)(11,"g",39)(12,"g",40)(13,"g",41)(14,"g",42),h._UZ(15,"rect",43)(16,"rect",44)(17,"rect",45)(18,"circle",46)(19,"rect",47)(20,"rect",48)(21,"circle",49)(22,"rect",50)(23,"rect",51)(24,"rect",52)(25,"rect",53)(26,"circle",54)(27,"circle",55),h.qZA(),h.TgZ(28,"g",56),h._UZ(29,"path",57)(30,"rect",58)(31,"polygon",59)(32,"circle",60)(33,"path",61)(34,"rect",62)(35,"rect",63)(36,"rect",64)(37,"rect",65)(38,"rect",66)(39,"rect",67)(40,"rect",68)(41,"path",69)(42,"path",70),h.qZA(),h._UZ(43,"path",71),h.qZA()(),h._UZ(44,"circle",72),h.qZA()()()(),h.kcU(),h.TgZ(45,"div",30)(46,"mat-card-title"),h._uU(47,"Step 1: Deciding to Loop Out"),h.qZA()(),h.TgZ(48,"div",31)(49,"mat-card-subtitle",32),h._uU(50," You have a channel with a local balance amount and you want to gain inbound liquidity. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function V(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",73)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",74),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",8)(10,"g",75)(11,"g",76),h._UZ(12,"circle",77)(13,"path",78),h.TgZ(14,"g",79),h._UZ(15,"polygon",80)(16,"polygon",81)(17,"path",82),h.qZA(),h.TgZ(18,"g",83),h._UZ(19,"polygon",84)(20,"path",85)(21,"rect",86)(22,"path",87)(23,"rect",88)(24,"rect",89)(25,"rect",90)(26,"rect",91)(27,"circle",92)(28,"path",93),h.TgZ(29,"g",94)(30,"g",95),h._UZ(31,"g",96),h.qZA(),h._UZ(32,"g",97),h.qZA(),h._UZ(33,"path",98),h.qZA(),h.TgZ(34,"g",99)(35,"g",41)(36,"g",42),h._UZ(37,"rect",43)(38,"rect",44)(39,"rect",45)(40,"circle",46)(41,"rect",47)(42,"rect",48)(43,"circle",49)(44,"rect",50)(45,"rect",51)(46,"rect",52)(47,"rect",53)(48,"circle",100)(49,"circle",54)(50,"circle",55)(51,"circle",101),h.qZA(),h.TgZ(52,"g",56),h._UZ(53,"path",57)(54,"rect",102)(55,"polygon",103)(56,"circle",104)(57,"path",61)(58,"rect",105)(59,"rect",106)(60,"rect",107)(61,"rect",108)(62,"rect",109)(63,"rect",110)(64,"rect",68)(65,"path",69)(66,"path",70),h.qZA(),h._UZ(67,"path",111),h.qZA()()()()()(),h.kcU(),h.TgZ(68,"div",30)(69,"mat-card-title"),h._uU(70,"Step 2: Send lightning payment"),h.qZA()(),h.TgZ(71,"div",31)(72,"mat-card-subtitle",32),h._uU(73," Your node pays a lightning invoice for the amount requested via the loop service. This moves the local balance, for the amount paid, to the remote side of the channel. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function De(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",112)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"g",8)(5,"g",113)(6,"g",114)(7,"g",115)(8,"g",116),h._UZ(9,"circle",12)(10,"path",117),h.qZA(),h.TgZ(11,"g",14),h._UZ(12,"ellipse",118)(13,"ellipse",16)(14,"rect",17)(15,"rect",18)(16,"rect",19)(17,"rect",20)(18,"rect",21)(19,"rect",22)(20,"rect",23)(21,"rect",24)(22,"rect",25)(23,"rect",26)(24,"rect",27)(25,"rect",28)(26,"rect",29),h.qZA()(),h.TgZ(27,"g",119),h._UZ(28,"polygon",80)(29,"polygon",120)(30,"path",82),h.qZA(),h.TgZ(31,"g",121),h._UZ(32,"polygon",84)(33,"path",85)(34,"rect",86)(35,"path",87)(36,"rect",88)(37,"rect",89)(38,"rect",90)(39,"rect",91)(40,"circle",122)(41,"path",93),h.TgZ(42,"g",94)(43,"g",95),h._UZ(44,"g",96),h.qZA(),h._UZ(45,"g",97),h.qZA(),h._UZ(46,"path",123),h.qZA()()()()(),h.kcU(),h.TgZ(47,"div",30)(48,"mat-card-title"),h._uU(49,"Step 3: Receive funds back"),h.qZA()(),h.TgZ(50,"div",31)(51,"mat-card-subtitle",32),h._uU(52," Loop service then sends you a payment on-chain for the amount same as the lightning payment minus the fee. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function dt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",124)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",34),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",8)(10,"g",125)(11,"g",126)(12,"g",42),h._UZ(13,"rect",127)(14,"rect",128)(15,"rect",129)(16,"circle",130)(17,"rect",131)(18,"rect",132)(19,"circle",133)(20,"rect",134)(21,"rect",135)(22,"rect",136)(23,"rect",137)(24,"rect",138)(25,"circle",139)(26,"circle",140)(27,"circle",141),h.qZA(),h.TgZ(28,"g",142)(29,"g",143)(30,"g",144),h._UZ(31,"path",145)(32,"rect",146)(33,"polygon",147),h.TgZ(34,"g",148),h._UZ(35,"path",149),h.qZA(),h._UZ(36,"rect",150)(37,"rect",151)(38,"rect",152)(39,"rect",153)(40,"rect",154)(41,"rect",155)(42,"rect",156)(43,"path",157)(44,"path",158),h.qZA(),h.TgZ(45,"g",159),h._UZ(46,"path",160)(47,"path",161)(48,"path",162)(49,"path",163)(50,"path",164)(51,"path",165)(52,"path",166)(53,"path",167)(54,"path",168)(55,"path",169)(56,"path",170)(57,"circle",171)(58,"circle",172),h.qZA(),h._UZ(59,"path",173),h.qZA()()()()()(),h.kcU(),h.TgZ(60,"div",30)(61,"mat-card-title"),h._uU(62,"Done!"),h.qZA()(),h.TgZ(63,"div",31)(64,"mat-card-subtitle",32),h._uU(65," Final settlement occurs when your node sweeps the on-chain payment and the loop server settles the lightning invoice. You receive the payment on-chain in your wallet and also move local balance to the remote side of the channel, gaining inbound capacity. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}let Ie=(()=>{class ze{constructor(pe){this.commonService=pe,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new h.vpe,this.screenSize="",this.screenSizeEnum=d.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(pe){2===pe.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===pe.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return ze.\u0275fac=function(pe){return new(pe||ze)(h.Y36(S.v))},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-out-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["loopStepBlock1",""],["loopStepBlock2",""],["loopStepBlock3",""],["loopStepBlock4",""],["loopStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 108 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","Loopv0.2","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopOut_Step01","transform","translate(-594.000000, -215.000000)","fill-rule","nonzero"],["id","Loop_Step01","transform","translate(594.000000, 215.000000)"],["id","Group-16","transform","translate(23.000000, 0.000000)"],["id","Oval","cx","42.4877419","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M56.0827415,28.5000036 C60.4468211,28.5000036 63.9999285,25.1343958 63.9999285,21.0000215 C63.9999285,16.8656472 60.4468211,13.5000393 56.0827415,13.5000393 C52.9843297,13.5000393 50.5608889,15.4359631 48.9999642,17.1843872 C47.4390396,15.4359631 45.0155987,13.5000393 41.9171869,13.5000393 C37.5531074,13.5000393 34,16.8656472 34,21.0000215 C34,25.1343958 37.5531074,28.5000036 41.9171869,28.5000036 C45.0155987,28.5000036 47.4390396,26.5640798 48.9999642,24.8156557 C50.5608889,26.5640798 52.9843297,28.5000036 56.0827415,28.5000036 Z M41.9171869,24.0000143 C40.0328073,24.0000143 38.4999893,22.6546959 38.4999893,21.0000286 C38.4999893,19.3453471 40.0328073,18.0000286 41.9171869,18.0000286 C43.707771,18.0000286 45.3577763,19.6921938 46.3234264,21.0000286 C45.3671604,22.2937501 43.7031019,24.0000143 41.9171869,24.0000143 Z M56.0827415,24.0000143 C54.2921574,24.0000143 52.6421522,22.3078492 51.676502,21.0000286 C52.6327681,19.7062929 54.2968266,18.0000286 56.0827415,18.0000286 C57.9671212,18.0000286 59.4999392,19.3453471 59.4999392,21.0000286 C59.4999392,22.6546959 57.9671212,24.0000143 56.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Group-21","transform","translate(0.000000, 36.000000)"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-7"],["id","Oval","opacity","0.1","cx","48.644129","cy","75.1589677","rx","40.8402581","ry","5.55600756",1,"fill-color-27"],["id","Rectangle","x","25.2325161","y","6.09470968","width","54.1068387","height","62.9512258",1,"fill-color-26"],["id","Rectangle","x","20","y","1.24344979e-14","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","20","y","26","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","19.7698065","y","52.9179355","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","67.6335484","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 205 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","0%","id","linearGradient-1"],["stop-color","#808080","stop-opacity","0.25","offset","0%"],["stop-color","#808080","stop-opacity","0.12","offset","54%"],["stop-color","#808080","stop-opacity","0.1","offset","100%"],["id","LoopOut_Step02","transform","translate(-540.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step02","transform","translate(540.000000, 210.000000)"],["id","Illustration_Step02"],["id","Group-31"],["id","Group-2"],["id","Rectangle","x","0","y","0","width","90.1490688","height","100.616012",1,"fill-color-10"],["id","Rectangle","x","1.48932403","y","67.1775068","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","82.4918815","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","34.712875","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","42.1244006","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","50.0294431","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","2.2482432","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","24","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","42.1244006","width","36.8","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","9.66196224","width","51.2","height","16.0118784",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","50.2465905","r","8.78679245"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","82.7090289","r","8.78679245"],["id","Group","transform","translate(60.115627, 35.744427)"],["d","M133.318807,1.04548939 L82.5936439,1.04548939 L82.5936439,0 L59.5928852,0 L59.5928852,1.04548939 L8.65861943,1.04548939 C7.74861523,1.04548887 6.87588228,1.4069864 6.23241214,2.05045654 C5.58894199,2.69392669 5.22744498,3.56665964 5.22744498,4.47666384 L5.22744498,73.9350108 C5.22744498,74.8450173 5.5889387,75.7177532 6.23240879,76.3612266 C6.87587888,77.0047 7.74861298,77.3662028 8.65861943,77.3662028 L133.318807,77.3662028 C135.213795,77.3662028 136.749981,75.8300048 136.749981,73.9350167 L136.749981,4.47666384 C136.749981,3.56665964 136.388484,2.69392669 135.745014,2.05045654 C135.101544,1.4069864 134.228811,1.04548887 133.318807,1.04548939 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-25"],["id","Path","opacity","0.257273065","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-24"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-25"],["d","M31.5848237,68.0274261 C25.669241,68.0274261 20.3361447,64.4639649 18.0723494,58.9986791 C15.808554,53.5333932 17.0598755,47.2425772 21.2428244,43.0596288 C25.4257733,38.8766804 31.7165895,37.6253598 37.1818751,39.8891559 C42.6471607,42.1529519 46.2106203,47.4860487 46.2106203,53.4016314 C46.2014756,61.4754447 39.6586369,68.0182825 31.5848237,68.0274261 L31.5848237,68.0274261 Z M31.5848237,38.967022 C23.612809,38.967022 17.1502143,45.4296168 17.1502143,53.4016314 C17.1502143,61.3736461 23.612809,67.8362409 31.5848237,67.8362409 C39.5568383,67.8362409 46.0194331,61.3736461 46.0194331,53.4016314 C46.010427,45.4333502 39.5531049,38.9760281 31.5848237,38.967022 L31.5848237,38.967022 Z","id","Shape",1,"fill-color-primary"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","119.89017","y","8.50924347","width","4.7751428","height","4.7751428",1,"fill-color-6"],["d","M126.882344,15.5014148 L121.083948,15.5014148 L121.083948,9.70301894 L126.882344,9.70301894 L126.882344,15.5014148 Z M121.336061,15.2493191 L126.63024,15.2493191 L126.63024,9.95513218 L121.336061,9.95513218 L121.336061,15.2493191 Z","id","Shape",1,"fill-color-19"],["d","M140.184525,74.8570201 L128.246669,74.8570201 L128.246669,73.9969059 C128.246671,73.9516751 128.228704,73.9082962 128.196721,73.876313 C128.164738,73.8443298 128.12136,73.826364 128.076129,73.826364 L123.98315,73.826364 C123.937919,73.826364 123.89454,73.8443305 123.862558,73.8763135 C123.830575,73.9082966 123.812608,73.9516752 123.81261,73.9969059 L123.81261,74.8570201 L121.254497,74.8570201 L121.254497,73.9969059 C121.254499,73.9516752 121.236532,73.9082966 121.204549,73.8763135 C121.172566,73.8443305 121.129188,73.826364 121.083957,73.826364 L116.990978,73.826364 C116.945747,73.826364 116.902368,73.8443297 116.870385,73.8763129 C116.838402,73.908296 116.820435,73.9516749 116.820436,73.9969059 L116.820436,74.8570201 L114.262326,74.8570201 L114.262326,73.9969059 C114.262328,73.9516749 114.24436,73.908296 114.212377,73.8763129 C114.180394,73.8443297 114.137015,73.826364 114.091784,73.826364 L109.998805,73.826364 C109.953574,73.826364 109.910196,73.8443305 109.878213,73.8763135 C109.84623,73.9082966 109.828263,73.9516752 109.828265,73.9969059 L109.828265,74.8570201 L107.270153,74.8570201 L107.270153,73.9969059 C107.270154,73.9516752 107.252187,73.9082966 107.220204,73.8763135 C107.188222,73.8443305 107.144843,73.826364 107.099613,73.826364 L103.00663,73.826364 C102.961399,73.826364 102.91802,73.8443298 102.886037,73.876313 C102.854054,73.9082962 102.836088,73.9516751 102.83609,73.9969059 L102.83609,74.8570201 L100.277981,74.8570201 L100.277981,73.9969059 C100.277983,73.9516749 100.260016,73.908296 100.228032,73.8763129 C100.196049,73.8443297 100.15267,73.826364 100.107439,73.826364 L96.0144621,73.826364 C95.9692311,73.826364 95.9258522,73.8443297 95.8938691,73.8763129 C95.861886,73.908296 95.8439187,73.9516749 95.8439202,73.9969059 L95.8439202,74.8570201 L93.285808,74.8570201 L93.285808,73.9969059 C93.2858095,73.9516752 93.2678425,73.9082966 93.2358598,73.8763135 C93.2038771,73.8443305 93.1604987,73.826364 93.1152681,73.826364 L89.0222888,73.826364 C88.9770581,73.826364 88.9336797,73.8443305 88.901697,73.8763135 C88.8697143,73.9082966 88.8517473,73.9516752 88.8517489,73.9969059 L88.8517489,74.8570201 L86.2936405,74.8570201 L86.2936405,73.9969059 C86.293642,73.9516752 86.2756751,73.9082966 86.2436923,73.8763135 C86.2117096,73.8443305 86.1683312,73.826364 86.1231006,73.826364 L54.061428,73.826364 C54.0161974,73.826364 53.972819,73.8443305 53.9408363,73.8763135 C53.9088536,73.9082966 53.8908866,73.9516752 53.8908881,73.9969059 L53.8908881,74.8570201 L51.3327759,74.8570201 L51.3327759,73.9969059 C51.3327774,73.9516749 51.3148102,73.908296 51.282827,73.8763129 C51.2508439,73.8443297 51.207465,73.826364 51.162234,73.826364 L47.0692664,73.826364 C47.0240354,73.826364 46.9806565,73.8443297 46.9486734,73.8763129 C46.9166903,73.908296 46.898723,73.9516749 46.8987246,73.9969059 L46.8987246,74.8570201 L44.3406025,74.8570201 L44.3406025,73.9969059 C44.3406046,73.9516751 44.3226378,73.9082962 44.290655,73.876313 C44.2586721,73.8443298 44.2152934,73.826364 44.1700626,73.826364 L40.0770834,73.826364 C40.0318527,73.826364 39.9884743,73.8443305 39.9564916,73.8763135 C39.9245089,73.9082966 39.9065419,73.9516752 39.9065435,73.9969059 L39.9065435,74.8570201 L37.3484312,74.8570201 L37.3484312,73.9969059 C37.3484327,73.9516752 37.3304657,73.9082966 37.298483,73.8763135 C37.2665003,73.8443305 37.2231219,73.826364 37.1778913,73.826364 L33.084912,73.826364 C33.039681,73.826364 32.9963021,73.8443297 32.964319,73.8763129 C32.9323358,73.908296 32.9143686,73.9516749 32.9143701,73.9969059 L32.9143701,74.8570201 L30.3562598,74.8570201 L30.3562598,73.9969059 C30.3562614,73.9516749 30.3382941,73.908296 30.306311,73.8763129 C30.2743278,73.8443297 30.2309489,73.826364 30.1857179,73.826364 L26.0927387,73.826364 C26.047508,73.826364 26.0041296,73.8443305 25.9721469,73.8763135 C25.9401642,73.9082966 25.9221972,73.9516752 25.9221988,73.9969059 L25.9221988,74.8570201 L23.3640826,74.8570201 L23.3640826,73.9969059 C23.3640841,73.9516752 23.3461171,73.9082966 23.3141344,73.8763135 C23.2821517,73.8443305 23.2387733,73.826364 23.1935427,73.826364 L19.1005673,73.826364 C19.0553365,73.826364 19.0119578,73.8443298 18.979975,73.876313 C18.9479921,73.9082962 18.9300253,73.9516751 18.9300274,73.9969059 L18.9300274,74.8570201 L16.3719151,74.8570201 L16.3719151,73.9969059 C16.3719167,73.9516749 16.3539494,73.908296 16.3219663,73.8763129 C16.2899831,73.8443297 16.2466042,73.826364 16.2013733,73.826364 L12.1083959,73.826364 C12.0631649,73.826364 12.0197861,73.8443297 11.9878029,73.8763129 C11.9558198,73.908296 11.9378525,73.9516749 11.9378541,73.9969059 L11.9378541,74.8570201 L4.09297732,74.8570201 C1.83248849,74.8570223 0,76.6895106 0,78.9499994 L0,80.8007483 C0,83.061233 1.83249262,84.8937159 4.09297732,84.8937159 L140.184525,84.8937159 C142.44501,84.8937159 144.277504,83.0612333 144.277504,80.8007483 L144.277504,78.9499994 C144.277504,76.6895102 142.445014,74.8570223 140.184525,74.8570201 Z","id","Path",1,"fill-color-20"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-21"],["id","Oval","cx","74.1507041","cy","17.5648113","r","8.15070413",1,"fill-color-primary"],["fxFlex","30","viewBox","0 0 373 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","8.86848147e-15%","id","linearGradient-1"],["id","LoopOut_Step03","transform","translate(-460.000000, -210.000000)"],["id","Loop_Step03","transform","translate(460.000000, 210.000000)"],["id","Oval","fill-rule","nonzero","cx","330.487742","cy","57.4877419","r","42.4877419",1,"fill-color-2"],["d","M345.082742,43.5000036 C349.446821,43.5000036 352.999928,40.1343958 352.999928,36.0000215 C352.999928,31.8656472 349.446821,28.5000393 345.082742,28.5000393 C341.98433,28.5000393 339.560889,30.4359631 337.999964,32.1843872 C336.43904,30.4359631 334.015599,28.5000393 330.917187,28.5000393 C326.553107,28.5000393 323,31.8656472 323,36.0000215 C323,40.1343958 326.553107,43.5000036 330.917187,43.5000036 C334.015599,43.5000036 336.43904,41.5640798 337.999964,39.8156557 C339.560889,41.5640798 341.98433,43.5000036 345.082742,43.5000036 Z M330.917187,39.0000143 C329.032807,39.0000143 327.499989,37.6546959 327.499989,36.0000286 C327.499989,34.3453471 329.032807,33.0000286 330.917187,33.0000286 C332.707771,33.0000286 334.357776,34.6921938 335.323426,36.0000286 C334.36716,37.2937501 332.703102,39.0000143 330.917187,39.0000143 Z M345.082742,39.0000143 C343.292157,39.0000143 341.642152,37.3078492 340.676502,36.0000286 C341.632768,34.7062929 343.296827,33.0000286 345.082742,33.0000286 C346.967121,33.0000286 348.499939,34.3453471 348.499939,36.0000286 C348.499939,37.6546959 346.967121,39.0000143 345.082742,39.0000143 Z","id","i","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-44","transform","translate(113.000000, 79.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-19"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-22"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-19"],["id","Group-43","transform","translate(265.000000, 50.000000)"],["id","Path","fill-rule","nonzero","points","-9.84073267e-14 7.36243469 92.3919279 7.36243469 92.3919279 70.3073253 -1.13686838e-13 70.3073253",1,"fill-color-23"],["d","M97.5448374,1.70530257e-13 L6.62592538,1.70530257e-13 C6.01615907,0.000922175294 5.52114394,0.495001701 5.52114394,1.104768 L5.52114394,62.57664 C5.52114394,62.8696481 5.63752746,63.150658 5.84471672,63.3578447 C6.05190598,63.5650315 6.3329173,63.681408 6.62592538,63.681408 L97.5448374,63.681408 C97.8378436,63.681408 98.1188523,63.5650282 98.3260389,63.3578415 C98.5332256,63.1506549 98.6496054,62.8696462 98.6496054,62.57664 L98.6496054,1.104768 C98.6496054,0.495005713 98.1545997,0.000926622272 97.5448374,1.70530257e-13 L97.5448374,1.70530257e-13 Z M97.9130952,62.57664 C97.9130952,62.6744022 97.8747043,62.7682496 97.8055756,62.8373783 C97.736447,62.9065069 97.6425996,62.9448978 97.5448374,62.9448978 L6.62592538,62.9448978 C6.52816341,62.9448978 6.4343164,62.906506 6.3651879,62.8373775 C6.29605941,62.768249 6.25766754,62.674402 6.25766754,62.57664 L6.25766754,1.104768 C6.25766754,0.901512883 6.42267026,0.736512 6.62592538,0.736512 L97.5448374,0.736512 C97.7480931,0.736512 97.9130952,0.901512271 97.9130952,1.104768 L97.9130952,62.57664 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","10.3066764","y","43.4358624","width","41.5947948","height","4.78524211","rx","0.5376",1,"fill-color-19"],["d","M89.8141359,39.3872559 L76.5649839,39.3872559 C76.2719769,39.3872559 75.9909677,39.5036372 75.7837792,39.7108232 C75.5765907,39.9180091 75.4602025,40.1990169 75.4602025,40.4920239 L75.4602025,50.7978159 C75.4602025,51.090824 75.576586,51.3718339 75.7837753,51.5790207 C75.9909645,51.7862074 76.2719759,51.9025839 76.5649839,51.9025839 L89.8141359,51.9025839 C90.107143,51.9025839 90.3881533,51.7862079 90.5953406,51.5790206 C90.8025279,51.3718333 90.9189039,51.090823 90.9189039,50.7978159 L90.9189039,40.4920239 C90.9189039,40.199018 90.8025232,39.9180097 90.5953367,39.7108232 C90.3881502,39.5036367 90.1071419,39.3872559 89.8141359,39.3872559 Z M90.1823938,50.7978159 C90.182087,51.0010717 90.0173917,51.165767 89.8141359,51.1660719 L76.5649839,51.1660719 C76.3617256,51.165767 76.1970256,51.0010743 76.19671,50.7978159 L76.19671,40.4920239 C76.1964064,40.3942603 76.2351088,40.3004129 76.30424,40.2312847 C76.3733712,40.1621565 76.4672203,40.1234582 76.5649839,40.1237661 L89.8141359,40.1237661 C89.9118981,40.1234582 90.0057456,40.162157 90.0748742,40.2312857 C90.1440029,40.3004143 90.1827017,40.3942617 90.1823938,40.4920239 L90.1823938,50.7978159 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","41.7652758","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","44.7100416","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","47.6548047","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","11.4109632","y","4.41773875","width","19.1409684","height","8.09810266","rx","0.5376",1,"fill-color-19"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-3"],["d","M50.1798649,51.9764517 C43.6553251,51.9764517 37.7732336,48.0461636 35.2764005,42.0182748 C32.7795674,35.990386 34.1597014,29.0519859 38.773248,24.4384399 C43.3867946,19.824894 50.3251948,18.4447609 56.3530833,20.9415948 C62.3809718,23.4384287 66.3112582,29.3205207 66.3112582,35.8450605 C66.3011721,44.7500015 59.0848059,51.9663668 50.1798649,51.9764517 L50.1798649,51.9764517 Z M50.1798649,19.9245354 C41.3872016,19.9245354 34.2593397,27.0523972 34.2593397,35.8450605 C34.2593397,44.6377237 41.3872016,51.7655856 50.1798649,51.7655856 C58.9725281,51.7655856 66.10039,44.6377237 66.10039,35.8450605 C66.0904567,27.056515 58.9684103,19.9344686 50.1798649,19.9245354 L50.1798649,19.9245354 Z","id","Shape","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-23","transform","translate(5.000000, 0.001193)"],["id","Group-22"],["id","Group","transform","translate(0.378134, 0.000000)"],["id","Group-24","transform","translate(29.048000, 19.712000)"],["d","M46.60483,51.432122 C46.8713708,51.432122 47.1252368,51.2924832 47.2648756,51.0513229 L52.8499289,41.4044125 C53.145042,40.8998413 52.7801095,40.2620153 52.1930443,40.2620153 L48.5310139,40.2620153 L49.8828693,36.1430446 C50.0098023,35.6606929 49.6448699,35.184694 49.1466515,35.184694 L44.5770624,35.184694 C44.1962633,35.184694 43.8725779,35.4671324 43.8218171,35.8447396 L42.8063528,43.4607214 C42.7460473,43.9176927 43.1014659,44.3238722 43.5615982,44.3238722 L47.3283421,44.3238722 L45.8654203,50.4959909 C45.751193,50.9783426 46.1192864,51.432122 46.60483,51.432122 Z","id","b","fill-rule","nonzero","transform","translate(47.877046, 43.308408) rotate(14.000000) translate(-47.877046, -43.308408) ",1,"fill-color-12"],["id","Group-34","fill-rule","nonzero"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","17.5648113","r","8.78679245"],["id","Oval","cx","76.317438","cy","17.5648113","r","8.15070413",1,"fill-color-primary"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-8"],["id","Path","opacity","0.222721354","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-18"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-8"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-14"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-12"],["fxFlex","30","viewBox","0 0 278 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopOut_Step04","transform","translate(-503.000000, -212.000000)"],["id","Loop_Step04","transform","translate(503.000000, 212.000000)"],["id","Loop","fill-rule","nonzero"],["id","Group-16","transform","translate(24.000000, 0.000000)"],["d","M55.0827415,28.5000036 C59.4468211,28.5000036 62.9999285,25.1343958 62.9999285,21.0000215 C62.9999285,16.8656472 59.4468211,13.5000393 55.0827415,13.5000393 C51.9843297,13.5000393 49.5608889,15.4359631 47.9999642,17.1843872 C46.4390396,15.4359631 44.0155987,13.5000393 40.9171869,13.5000393 C36.5531074,13.5000393 33,16.8656472 33,21.0000215 C33,25.1343958 36.5531074,28.5000036 40.9171869,28.5000036 C44.0155987,28.5000036 46.4390396,26.5640798 47.9999642,24.8156557 C49.5608889,26.5640798 51.9843297,28.5000036 55.0827415,28.5000036 Z M40.9171869,24.0000143 C39.0328073,24.0000143 37.4999893,22.6546959 37.4999893,21.0000286 C37.4999893,19.3453471 39.0328073,18.0000286 40.9171869,18.0000286 C42.707771,18.0000286 44.3577763,19.6921938 45.3234264,21.0000286 C44.3671604,22.2937501 42.7031019,24.0000143 40.9171869,24.0000143 Z M55.0827415,24.0000143 C53.2921574,24.0000143 51.6421522,22.3078492 50.676502,21.0000286 C51.6327681,19.7062929 53.2968266,18.0000286 55.0827415,18.0000286 C56.9671212,18.0000286 58.4999392,19.3453471 58.4999392,21.0000286 C58.4999392,22.6546959 56.9671212,24.0000143 55.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-2"],["id","Group-44","transform","translate(27.000000, 69.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-23"],["id","Group-43","transform","translate(179.000000, 40.000000)"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-4"],["d","M46.519593,50.6740439 L46.519593,48.5460252 C46.9395628,48.5560039 47.349554,48.5560039 47.739557,48.5560039 L47.739557,50.6740439 L49.2794877,50.6740439 L49.2794877,48.5160274 C51.8593644,48.3760168 53.5840235,47.7260428 53.8140277,45.2961554 C53.9939838,43.3462645 53.0739982,42.476265 51.6140824,42.1263004 C52.4940295,41.6763328 53.054041,40.8763386 52.92404,39.5463928 C52.7540005,37.7264719 51.2593765,37.1164744 49.2794567,36.9465279 L49.2794567,34.4266159 L47.739526,34.4266159 L47.739526,36.8765226 C47.3395134,36.8765226 46.9295222,36.8865012 46.519562,36.8965108 L46.519562,34.4266159 L44.9796003,34.4266159 L44.9796003,36.9465279 C44.413422,36.9636341 43.7539962,36.9552669 41.8897293,36.9465279 L41.8897293,38.5864308 C43.1055717,38.564924 43.7434908,38.4867995 43.8896683,39.2663716 L43.8896683,46.1661239 C43.7968547,46.7846435 43.3018283,46.6955796 42.1997174,46.6760872 L41.8897293,48.5060178 C44.6975648,48.5060178 44.9796313,48.5160274 44.9796313,48.5160274 L44.9796313,50.6740439 L46.519593,50.6740439 Z M46.5495908,41.7662953 L46.5495908,38.6964125 C47.4195593,38.6964125 50.1394466,38.4264629 50.1394466,40.2363742 C50.1394466,41.9663016 47.4195903,41.7662953 46.5495908,41.7662953 Z M46.5495908,46.6860969 L46.5495908,43.306257 C47.5895368,43.306257 50.7741427,43.0162572 50.7741427,44.9962079 C50.7741427,46.9060914 47.5895368,46.6860969 46.5495908,46.6860969 Z","id","B","fill-rule","nonzero","transform","translate(47.863077, 42.550330) rotate(14.000000) translate(-47.863077, -42.550330) ",1,"fill-color-29"],["fxFlex","30","viewBox","0 0 200 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopOut_Step05","transform","translate(-542.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step05","transform","translate(542.000000, 210.000000)"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-11"],["id","Rectangle","x","1.34483737","y","60.660286","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","67.352783","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","31.345208","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","38.0377051","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","2.03013005","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","8.72460769","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Rectangle","x","7.80560248","y","67.352783","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","38.0377051","width","33.2298507","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","8.72460769","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.93434243",1,"fill-color-31"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","45.3719212","r","7.93434243"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","74.6850186","r","7.93434243"],["id","Group-16","transform","translate(55.804478, 34.674627)"],["id","Group-29","transform","translate(0.310627, 0.751284)"],["id","Group"],["d","M132.777455,1.04124409 L82.2582659,1.04124409 L82.2582659,0 L59.3509036,0 L59.3509036,1.04124409 L8.62346042,1.04124409 C7.71715136,1.04124358 6.84796221,1.40127322 6.20710493,2.0421305 C5.56624765,2.68298778 5.20621852,3.55217693 5.20621852,4.45848599 L5.20621852,73.6347918 C5.20621852,74.5411031 5.56624437,75.4102953 6.2071016,76.0511558 C6.84795882,76.6920163 7.71714912,77.0520512 8.62346042,77.0520512 L132.777455,77.0520512 C134.664749,77.0520512 136.194697,75.522091 136.194697,73.6347977 L136.194697,4.45848599 C136.194697,3.55217693 135.834668,2.68298778 135.193811,2.0421305 C134.552953,1.40127322 133.683764,1.04124358 132.777455,1.04124409 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.78769098","y","7.08045867","width","121.825532","height","68.7220946",1,"fill-color-7"],["id","Path","opacity","0.306775484","points","96.7732181 75.8025901 9.78772787 75.8025901 9.78772787 7.08050333",1,"fill-color-27"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary-darker"],["d","M14.5668332,29.1332406 C8.67527117,29.1332406 3.36383033,25.5842492 1.10922733,20.1411555 C-1.14537566,14.6980619 0.100864684,8.43279022 4.26682842,4.26682704 C8.43279215,0.100863866 14.698064,-1.14537564 20.1411573,1.10922807 C25.5842507,3.36383179 29.1332406,8.67527311 29.1332406,14.5668351 C29.124133,22.607864 22.6078621,29.1241341 14.5668332,29.1332406 L14.5668332,29.1332406 Z M14.5668332,0.190838576 C6.62718953,0.190838576 0.190836635,6.62719147 0.190836635,14.5668351 C0.190836635,22.5064788 6.62718953,28.9428317 14.5668332,28.9428317 C22.5064768,28.9428317 28.9428297,22.5064788 28.9428297,14.5668351 C28.9338602,6.63090975 22.5027586,0.199808125 14.5668332,0.190838576 L14.5668332,0.190838576 Z","id","Shape"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-5"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-19"],["d","M139.615294,74.5530572 L127.725913,74.5530572 L127.725913,73.6964356 C127.725915,73.6513884 127.708021,73.6081857 127.676168,73.5763323 C127.644315,73.544479 127.601113,73.5265862 127.556065,73.5265862 L123.479706,73.5265862 C123.434659,73.5265862 123.391457,73.5444797 123.359604,73.5763329 C123.327751,73.6081861 123.309857,73.6513886 123.309859,73.6964356 L123.309859,74.5530572 L120.762134,74.5530572 L120.762134,73.6964356 C120.762135,73.6513886 120.744241,73.6081861 120.712388,73.5763329 C120.680536,73.5444797 120.637333,73.5265862 120.592286,73.5265862 L116.515927,73.5265862 C116.47088,73.5265862 116.427677,73.5444789 116.395824,73.5763322 C116.36397,73.6081855 116.346076,73.6513882 116.346078,73.6964356 L116.346078,74.5530572 L113.798355,74.5530572 L113.798355,73.6964356 C113.798356,73.6513882 113.780462,73.6081855 113.748609,73.5763322 C113.716755,73.5444789 113.673553,73.5265862 113.628505,73.5265862 L109.552146,73.5265862 C109.507099,73.5265862 109.463897,73.5444797 109.432044,73.5763329 C109.400191,73.6081861 109.382297,73.6513886 109.382299,73.6964356 L109.382299,74.5530572 L106.834574,74.5530572 L106.834574,73.6964356 C106.834575,73.6513886 106.816681,73.6081861 106.784828,73.5763329 C106.752975,73.5444797 106.709773,73.5265862 106.664726,73.5265862 L102.588363,73.5265862 C102.543316,73.5265862 102.500113,73.544479 102.46826,73.5763323 C102.436407,73.6081857 102.418513,73.6513884 102.418516,73.6964356 L102.418516,74.5530572 L99.8707946,74.5530572 L99.8707946,73.6964356 C99.8707961,73.6513882 99.8529018,73.6081855 99.8210486,73.5763322 C99.7891953,73.5444789 99.7459925,73.5265862 99.7009452,73.5265862 L95.6245878,73.5265862 C95.5795404,73.5265862 95.5363377,73.5444789 95.5044844,73.5763322 C95.4726311,73.6081855 95.4547369,73.6513882 95.4547384,73.6964356 L95.4547384,74.5530572 L92.9070135,74.5530572 L92.9070135,73.6964356 C92.9070151,73.6513886 92.889121,73.6081861 92.8572682,73.5763329 C92.8254153,73.5444797 92.7822131,73.5265862 92.7371661,73.5265862 L88.6608067,73.5265862 C88.6157597,73.5265862 88.5725575,73.5444797 88.5407046,73.5763329 C88.5088518,73.6081861 88.4909577,73.6513886 88.4909593,73.6964356 L88.4909593,74.5530572 L85.9432383,74.5530572 L85.9432383,73.6964356 C85.9432399,73.6513886 85.9253458,73.6081861 85.893493,73.5763329 C85.8616401,73.5444797 85.8184379,73.5265862 85.7733909,73.5265862 L53.8419073,73.5265862 C53.7968603,73.5265862 53.7536581,73.5444797 53.7218052,73.5763329 C53.6899524,73.6081861 53.6720584,73.6513886 53.6720599,73.6964356 L53.6720599,74.5530572 L51.124335,74.5530572 L51.124335,73.6964356 C51.1243366,73.6513882 51.1064423,73.6081855 51.074589,73.5763322 C51.0427358,73.5444789 50.999533,73.5265862 50.9544857,73.5265862 L46.8781379,73.5265862 C46.8330906,73.5265862 46.7898879,73.5444789 46.7580346,73.5763322 C46.7261813,73.6081855 46.708287,73.6513882 46.7082886,73.6964356 L46.7082886,74.5530572 L44.160554,74.5530572 L44.160554,73.6964356 C44.1605561,73.6513884 44.1426622,73.6081857 44.1108092,73.5763323 C44.0789563,73.544479 44.0357537,73.5265862 43.9907066,73.5265862 L39.9143472,73.5265862 C39.8693002,73.5265862 39.8260979,73.5444797 39.7942451,73.5763329 C39.7623922,73.6081861 39.7444982,73.6513886 39.7444998,73.6964356 L39.7444998,74.5530572 L37.1967749,74.5530572 L37.1967749,73.6964356 C37.1967764,73.6513886 37.1788824,73.6081861 37.1470296,73.5763329 C37.1151767,73.5444797 37.0719745,73.5265862 37.0269275,73.5265862 L32.9505681,73.5265862 C32.9055208,73.5265862 32.862318,73.5444789 32.8304647,73.5763322 C32.7986115,73.6081855 32.7807172,73.6513882 32.7807187,73.6964356 L32.7807187,74.5530572 L30.2329958,74.5530572 L30.2329958,73.6964356 C30.2329973,73.6513882 30.215103,73.6081855 30.1832498,73.5763322 C30.1513965,73.5444789 30.1081938,73.5265862 30.0631464,73.5265862 L25.986787,73.5265862 C25.94174,73.5265862 25.8985378,73.5444797 25.866685,73.5763329 C25.8348321,73.6081861 25.8169381,73.6513886 25.8169396,73.6964356 L25.8169396,74.5530572 L23.2692109,74.5530572 L23.2692109,73.6964356 C23.2692124,73.6513886 23.2513184,73.6081861 23.2194655,73.5763329 C23.1876127,73.5444797 23.1444104,73.5265862 23.0993634,73.5265862 L19.0230079,73.5265862 C18.9779608,73.5265862 18.9347582,73.544479 18.9029053,73.5763323 C18.8710523,73.6081857 18.8531585,73.6513884 18.8531605,73.6964356 L18.8531605,74.5530572 L16.3054357,74.5530572 L16.3054357,73.6964356 C16.3054372,73.6513882 16.2875429,73.6081855 16.2556896,73.5763322 C16.2238364,73.5444789 16.1806336,73.5265862 16.1355863,73.5265862 L12.0592288,73.5265862 C12.0141815,73.5265862 11.9709788,73.5444789 11.9391255,73.5763322 C11.9072722,73.6081855 11.8893779,73.6513882 11.8893795,73.6964356 L11.8893795,74.5530572 L4.07635746,74.5530572 C1.82504753,74.5530594 0,76.3781067 0,78.6294166 L0,80.4726504 C0,82.7239563 1.82505163,84.5489982 4.07635746,84.5489982 L139.615294,84.5489982 C141.8666,84.5489982 143.691654,82.7239566 143.691654,80.4726504 L143.691654,78.6294166 C143.691654,76.3781064 141.866605,74.5530594 139.615294,74.5530572 Z","id","Path",1,"fill-color-20"],["id","Group","transform","translate(14.563343, 25.890388)"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary-darker"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M54.316416,4.55250111 L54.316416,3.34665629 C54.316416,1.49819202 52.8172532,0 50.9687888,0 L3.34762718,0 C1.49916283,0 0,1.49819202 0,3.34665629 L0,5.56999336 L54.316416,4.55250111 Z","id","Path",1,"fill-color-16"],["d","M55.6018738,5.73601547 L55.6018738,39.231705 C55.6018738,39.9999836 55.2966099,40.7367813 54.7532639,41.2799452 C54.2099179,41.8231092 53.4730179,42.1278687 52.7047393,42.1278687 L2.89810531,42.1278687 C1.29897753,42.1273325 0.00291266866,40.8308329 0.00291266866,39.231705 L0.00291266866,2.35926161 C1.43012031,2.88936731 1.43012031,2.88936731 2.89810531,2.84470639 L52.7047393,2.84470639 C54.3025103,2.84470316 55.5986611,4.13824772 55.6018738,5.73601547 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-19"],["d","M55.4601239,18.5459322 L55.4601239,29.2577567 L45.0716057,29.2577567 C42.141738,29.2183086 39.7873207,26.8319777 39.7873207,23.9018444 C39.7873207,20.9717112 42.141738,18.5853803 45.0716057,18.5459322 L55.4601239,18.5459322 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-17"],["id","Oval","opacity","0.1","cx","45.7114219","cy","23.9023299","r","2.08838343",1,"fill-color-27"],["id","Oval","cx","45.8531718","cy","23.6188301","r","2.08838343",1,"fill-color-28"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-30"]],template:function(pe,je){if(1&pe&&(h.YNc(0,we,1,0,"ng-container",0),h.YNc(1,Ue,32,5,"ng-template",null,1,h.W1O),h.YNc(3,ye,51,5,"ng-template",null,2,h.W1O),h.YNc(5,V,74,5,"ng-template",null,3,h.W1O),h.YNc(7,De,53,5,"ng-template",null,4,h.W1O),h.YNc(9,dt,66,5,"ng-template",null,5,h.W1O)),2&pe){const _t=h.MAs(2),re=h.MAs(4),qe=h.MAs(6),Mt=h.MAs(8),zt=h.MAs(10);h.Q6J("ngTemplateOutlet",1===je.stepNumber?_t:2===je.stepNumber?re:3===je.stepNumber?qe:4===je.stepNumber?Mt:zt)}},directives:[D.tP,U.xw,U.yH,U.Wh,D.mk,de.oO,Z.n5,Z.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[Ne.l]}}),ze})();function Ae(ze,Tt){1&ze&&h.GkF(0)}const le=function(ze,Tt){return{"small-svg":ze,"large-svg":Tt}};function Te(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",7)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"g",8)(5,"g",9)(6,"g",10)(7,"g",11),h._UZ(8,"circle",12)(9,"path",13),h.qZA(),h.TgZ(10,"g",14),h._UZ(11,"ellipse",15)(12,"ellipse",16)(13,"rect",17)(14,"rect",18)(15,"rect",19)(16,"rect",20)(17,"rect",21)(18,"rect",22)(19,"rect",23)(20,"rect",24)(21,"rect",25)(22,"rect",26)(23,"rect",27)(24,"rect",28)(25,"rect",29),h.qZA()()()()(),h.kcU(),h.TgZ(26,"div",30)(27,"mat-card-title"),h._uU(28,"Loop In explained."),h.qZA()(),h.TgZ(29,"div",31)(30,"mat-card-subtitle",32),h._uU(31," Lightning Loop is a non custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using Submarine swaps. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function xe(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",33)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",34),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",8)(10,"g",38)(11,"g",39)(12,"g",40),h._UZ(13,"rect",41)(14,"rect",42)(15,"rect",43)(16,"circle",44)(17,"rect",45)(18,"rect",46)(19,"circle",47)(20,"rect",48)(21,"rect",49)(22,"rect",50)(23,"rect",51)(24,"rect",52)(25,"circle",53)(26,"circle",54)(27,"circle",55),h.qZA(),h.TgZ(28,"g",56)(29,"g",57)(30,"g",58),h._UZ(31,"path",59)(32,"rect",60)(33,"polygon",61),h.TgZ(34,"g",62),h._UZ(35,"path",63),h.qZA(),h._UZ(36,"rect",64)(37,"rect",65)(38,"rect",66)(39,"rect",67)(40,"rect",68)(41,"rect",69)(42,"rect",70)(43,"path",71)(44,"path",72),h.qZA(),h.TgZ(45,"g",73),h._UZ(46,"path",74)(47,"path",75)(48,"path",76)(49,"path",77)(50,"path",78)(51,"path",79)(52,"path",80)(53,"path",81)(54,"path",82)(55,"path",83)(56,"path",84)(57,"circle",85)(58,"circle",86),h.qZA(),h._UZ(59,"path",87),h.qZA()()()()()(),h.kcU(),h.TgZ(60,"div",30)(61,"mat-card-title"),h._uU(62,"Step 1: Deciding to Loop In"),h.qZA()(),h.TgZ(63,"div",31)(64,"mat-card-subtitle",32),h._uU(65," Your outgoing capacity is depleted and you want to regain it without opening new channels. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function W(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",88)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",89),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",90)(10,"g",91)(11,"g",92)(12,"g",93)(13,"g",94),h._UZ(14,"circle",95)(15,"path",96),h.TgZ(16,"g",97),h._UZ(17,"polygon",98)(18,"polygon",99)(19,"path",100),h.qZA(),h.TgZ(20,"g",101),h._UZ(21,"polygon",102)(22,"path",103)(23,"rect",104)(24,"path",105)(25,"rect",106)(26,"rect",107)(27,"rect",108)(28,"rect",109)(29,"circle",110)(30,"path",111),h.TgZ(31,"g",112)(32,"g",113),h._UZ(33,"g",114),h.qZA(),h._UZ(34,"g",115),h.qZA()()(),h.TgZ(35,"g",116)(36,"g",40),h._UZ(37,"rect",117)(38,"rect",42)(39,"rect",43)(40,"circle",118)(41,"rect",45)(42,"rect",46)(43,"circle",119)(44,"rect",48)(45,"rect",49)(46,"rect",50)(47,"rect",51)(48,"rect",52)(49,"circle",120)(50,"circle",54)(51,"circle",55)(52,"circle",121),h.qZA(),h.TgZ(53,"g",56)(54,"g",57)(55,"g",58),h._UZ(56,"path",59)(57,"rect",60)(58,"polygon",61),h.TgZ(59,"g",122),h._UZ(60,"path",63),h.qZA(),h._UZ(61,"rect",123)(62,"rect",124)(63,"rect",125)(64,"rect",126)(65,"rect",127)(66,"rect",128)(67,"rect",129)(68,"path",130)(69,"path",72),h.qZA(),h.TgZ(70,"g",73),h._UZ(71,"path",131)(72,"path",132)(73,"path",133)(74,"path",134)(75,"path",135)(76,"path",136)(77,"path",80)(78,"path",81)(79,"path",137)(80,"path",83)(81,"path",138)(82,"circle",85)(83,"circle",86),h.qZA(),h._UZ(84,"path",139),h.qZA()()()(),h._UZ(85,"path",140)(86,"path",141),h.qZA()()()(),h.kcU(),h.TgZ(87,"div",30)(88,"mat-card-title"),h._uU(89,"Step 2: Send payment out"),h.qZA()(),h.TgZ(90,"div",31)(91,"mat-card-subtitle",32),h._uU(92," Your node sends funds on-chain to loop server to be swapped with off-chain liquidity. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function ee(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",142)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"g",90)(5,"g",143)(6,"g",144)(7,"g")(8,"g",145)(9,"g",146),h._UZ(10,"circle",12)(11,"path",147),h.qZA(),h.TgZ(12,"g",14),h._UZ(13,"ellipse",148)(14,"ellipse",16)(15,"rect",17)(16,"rect",18)(17,"rect",19)(18,"rect",20)(19,"rect",21)(20,"rect",22)(21,"rect",23)(22,"rect",24)(23,"rect",25)(24,"rect",26)(25,"rect",27)(26,"rect",28)(27,"rect",29),h.qZA()(),h.TgZ(28,"g",149),h._UZ(29,"polygon",150)(30,"polygon",99)(31,"path",151),h.qZA(),h.TgZ(32,"g",152),h._UZ(33,"polygon",102)(34,"path",103)(35,"rect",104)(36,"path",105)(37,"rect",106)(38,"rect",107)(39,"rect",108)(40,"rect",109)(41,"circle",110)(42,"path",111),h.TgZ(43,"g",112)(44,"g",113),h._UZ(45,"g",114),h.qZA(),h._UZ(46,"g",115),h.qZA()()(),h._UZ(47,"path",153),h.qZA()()()(),h.kcU(),h.TgZ(48,"div",30)(49,"mat-card-title"),h._uU(50,"Step 3: Recieve Funds Off-chain"),h.qZA()(),h.TgZ(51,"div",31)(52,"mat-card-subtitle",32),h._uU(53," Loop server sends equivalent funds off-chain to your node by making a lightning payment to you. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function ue(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",154)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",34),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",90)(10,"g",155)(11,"g",156)(12,"g",157)(13,"g",158)(14,"g",40),h._UZ(15,"rect",159)(16,"rect",160)(17,"rect",161)(18,"circle",162)(19,"rect",163)(20,"rect",164)(21,"circle",165)(22,"rect",166)(23,"rect",167)(24,"rect",168)(25,"rect",169)(26,"circle",170)(27,"circle",171),h.qZA(),h.TgZ(28,"g",172),h._UZ(29,"path",173)(30,"rect",174)(31,"polygon",175)(32,"circle",176)(33,"path",177)(34,"rect",178)(35,"rect",179)(36,"rect",180)(37,"rect",181)(38,"rect",182)(39,"rect",183)(40,"rect",184)(41,"path",185)(42,"path",186),h.qZA(),h._UZ(43,"path",187),h.qZA()(),h._UZ(44,"circle",188),h.qZA()()()(),h.kcU(),h.TgZ(45,"div",30)(46,"mat-card-title"),h._uU(47,"Done!"),h.qZA()(),h.TgZ(48,"div",31)(49,"mat-card-subtitle",32),h._uU(50," You send the payment on-chain from your wallet and also move remote balance to the local side of the node, gaining outgoing capacity. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}let Ce=(()=>{class ze{constructor(pe){this.commonService=pe,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new h.vpe,this.screenSize="",this.screenSizeEnum=d.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(pe){2===pe.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===pe.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return ze.\u0275fac=function(pe){return new(pe||ze)(h.Y36(S.v))},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-in-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["loopStepBlock1",""],["loopStepBlock2",""],["loopStepBlock3",""],["loopStepBlock4",""],["loopStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 108 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","Loopv0.2","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopIn_Step01","transform","translate(-594.000000, -215.000000)","fill-rule","nonzero"],["id","Loop_Step01","transform","translate(594.000000, 215.000000)"],["id","Group-16","transform","translate(23.000000, 0.000000)"],["id","Oval","cx","42.4877419","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M56.0827415,28.5000036 C60.4468211,28.5000036 63.9999285,25.1343958 63.9999285,21.0000215 C63.9999285,16.8656472 60.4468211,13.5000393 56.0827415,13.5000393 C52.9843297,13.5000393 50.5608889,15.4359631 48.9999642,17.1843872 C47.4390396,15.4359631 45.0155987,13.5000393 41.9171869,13.5000393 C37.5531074,13.5000393 34,16.8656472 34,21.0000215 C34,25.1343958 37.5531074,28.5000036 41.9171869,28.5000036 C45.0155987,28.5000036 47.4390396,26.5640798 48.9999642,24.8156557 C50.5608889,26.5640798 52.9843297,28.5000036 56.0827415,28.5000036 Z M41.9171869,24.0000143 C40.0328073,24.0000143 38.4999893,22.6546959 38.4999893,21.0000286 C38.4999893,19.3453471 40.0328073,18.0000286 41.9171869,18.0000286 C43.707771,18.0000286 45.3577763,19.6921938 46.3234264,21.0000286 C45.3671604,22.2937501 43.7031019,24.0000143 41.9171869,24.0000143 Z M56.0827415,24.0000143 C54.2921574,24.0000143 52.6421522,22.3078492 51.676502,21.0000286 C52.6327681,19.7062929 54.2968266,18.0000286 56.0827415,18.0000286 C57.9671212,18.0000286 59.4999392,19.3453471 59.4999392,21.0000286 C59.4999392,22.6546959 57.9671212,24.0000143 56.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Group-21","transform","translate(0.000000, 36.000000)"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-7"],["id","Oval","opacity","0.1","cx","48.644129","cy","75.1589677","rx","40.8402581","ry","5.55600756",1,"fill-color-27"],["id","Rectangle","x","25.2325161","y","6.09470968","width","54.1068387","height","62.9512258",1,"fill-color-26"],["id","Rectangle","x","20","y","1.24344979e-14","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","20","y","26","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","19.7698065","y","52.9179355","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","67.6335484","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 200 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","0%","id","linearGradient-1"],["stop-color","#808080","stop-opacity","0.25","offset","0%"],["stop-color","#808080","stop-opacity","0.12","offset","54%"],["stop-color","#808080","stop-opacity","0.1","offset","100%"],["id","LoopIn_Step02","transform","translate(-542.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step02","transform","translate(542.000000, 210.000000)"],["id","Group-2"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-11"],["id","Rectangle","x","1.34483737","y","60.660286","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","67.352783","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","31.345208","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","38.0377051","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","2.03013005","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","8.72460769","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Rectangle","x","7.80560248","y","67.352783","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","38.0377051","width","33.2298507","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","8.72460769","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.93434243",1,"fill-color-31"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","45.3719212","r","7.93434243"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","74.6850186","r","7.93434243"],["id","Group-16","transform","translate(55.804478, 34.674627)"],["id","Group-29","transform","translate(0.310627, 0.751284)"],["id","Group"],["d","M132.777455,1.04124409 L82.2582659,1.04124409 L82.2582659,0 L59.3509036,0 L59.3509036,1.04124409 L8.62346042,1.04124409 C7.71715136,1.04124358 6.84796221,1.40127322 6.20710493,2.0421305 C5.56624765,2.68298778 5.20621852,3.55217693 5.20621852,4.45848599 L5.20621852,73.6347918 C5.20621852,74.5411031 5.56624437,75.4102953 6.2071016,76.0511558 C6.84795882,76.6920163 7.71714912,77.0520512 8.62346042,77.0520512 L132.777455,77.0520512 C134.664749,77.0520512 136.194697,75.522091 136.194697,73.6347977 L136.194697,4.45848599 C136.194697,3.55217693 135.834668,2.68298778 135.193811,2.0421305 C134.552953,1.40127322 133.683764,1.04124358 132.777455,1.04124409 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.78769098","y","7.08045867","width","121.825532","height","68.7220946",1,"fill-color-7"],["id","Path","opacity","0.306775484","points","96.7732181 75.8025901 9.78772787 75.8025901 9.78772787 7.08050333",1,"fill-color-27"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary-darker"],["d","M14.5668332,29.1332406 C8.67527117,29.1332406 3.36383033,25.5842492 1.10922733,20.1411555 C-1.14537566,14.6980619 0.100864684,8.43279022 4.26682842,4.26682704 C8.43279215,0.100863866 14.698064,-1.14537564 20.1411573,1.10922807 C25.5842507,3.36383179 29.1332406,8.67527311 29.1332406,14.5668351 C29.124133,22.607864 22.6078621,29.1241341 14.5668332,29.1332406 L14.5668332,29.1332406 Z M14.5668332,0.190838576 C6.62718953,0.190838576 0.190836635,6.62719147 0.190836635,14.5668351 C0.190836635,22.5064788 6.62718953,28.9428317 14.5668332,28.9428317 C22.5064768,28.9428317 28.9428297,22.5064788 28.9428297,14.5668351 C28.9338602,6.63090975 22.5027586,0.199808125 14.5668332,0.190838576 L14.5668332,0.190838576 Z","id","Shape"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-5"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-19"],["d","M139.615294,74.5530572 L127.725913,74.5530572 L127.725913,73.6964356 C127.725915,73.6513884 127.708021,73.6081857 127.676168,73.5763323 C127.644315,73.544479 127.601113,73.5265862 127.556065,73.5265862 L123.479706,73.5265862 C123.434659,73.5265862 123.391457,73.5444797 123.359604,73.5763329 C123.327751,73.6081861 123.309857,73.6513886 123.309859,73.6964356 L123.309859,74.5530572 L120.762134,74.5530572 L120.762134,73.6964356 C120.762135,73.6513886 120.744241,73.6081861 120.712388,73.5763329 C120.680536,73.5444797 120.637333,73.5265862 120.592286,73.5265862 L116.515927,73.5265862 C116.47088,73.5265862 116.427677,73.5444789 116.395824,73.5763322 C116.36397,73.6081855 116.346076,73.6513882 116.346078,73.6964356 L116.346078,74.5530572 L113.798355,74.5530572 L113.798355,73.6964356 C113.798356,73.6513882 113.780462,73.6081855 113.748609,73.5763322 C113.716755,73.5444789 113.673553,73.5265862 113.628505,73.5265862 L109.552146,73.5265862 C109.507099,73.5265862 109.463897,73.5444797 109.432044,73.5763329 C109.400191,73.6081861 109.382297,73.6513886 109.382299,73.6964356 L109.382299,74.5530572 L106.834574,74.5530572 L106.834574,73.6964356 C106.834575,73.6513886 106.816681,73.6081861 106.784828,73.5763329 C106.752975,73.5444797 106.709773,73.5265862 106.664726,73.5265862 L102.588363,73.5265862 C102.543316,73.5265862 102.500113,73.544479 102.46826,73.5763323 C102.436407,73.6081857 102.418513,73.6513884 102.418516,73.6964356 L102.418516,74.5530572 L99.8707946,74.5530572 L99.8707946,73.6964356 C99.8707961,73.6513882 99.8529018,73.6081855 99.8210486,73.5763322 C99.7891953,73.5444789 99.7459925,73.5265862 99.7009452,73.5265862 L95.6245878,73.5265862 C95.5795404,73.5265862 95.5363377,73.5444789 95.5044844,73.5763322 C95.4726311,73.6081855 95.4547369,73.6513882 95.4547384,73.6964356 L95.4547384,74.5530572 L92.9070135,74.5530572 L92.9070135,73.6964356 C92.9070151,73.6513886 92.889121,73.6081861 92.8572682,73.5763329 C92.8254153,73.5444797 92.7822131,73.5265862 92.7371661,73.5265862 L88.6608067,73.5265862 C88.6157597,73.5265862 88.5725575,73.5444797 88.5407046,73.5763329 C88.5088518,73.6081861 88.4909577,73.6513886 88.4909593,73.6964356 L88.4909593,74.5530572 L85.9432383,74.5530572 L85.9432383,73.6964356 C85.9432399,73.6513886 85.9253458,73.6081861 85.893493,73.5763329 C85.8616401,73.5444797 85.8184379,73.5265862 85.7733909,73.5265862 L53.8419073,73.5265862 C53.7968603,73.5265862 53.7536581,73.5444797 53.7218052,73.5763329 C53.6899524,73.6081861 53.6720584,73.6513886 53.6720599,73.6964356 L53.6720599,74.5530572 L51.124335,74.5530572 L51.124335,73.6964356 C51.1243366,73.6513882 51.1064423,73.6081855 51.074589,73.5763322 C51.0427358,73.5444789 50.999533,73.5265862 50.9544857,73.5265862 L46.8781379,73.5265862 C46.8330906,73.5265862 46.7898879,73.5444789 46.7580346,73.5763322 C46.7261813,73.6081855 46.708287,73.6513882 46.7082886,73.6964356 L46.7082886,74.5530572 L44.160554,74.5530572 L44.160554,73.6964356 C44.1605561,73.6513884 44.1426622,73.6081857 44.1108092,73.5763323 C44.0789563,73.544479 44.0357537,73.5265862 43.9907066,73.5265862 L39.9143472,73.5265862 C39.8693002,73.5265862 39.8260979,73.5444797 39.7942451,73.5763329 C39.7623922,73.6081861 39.7444982,73.6513886 39.7444998,73.6964356 L39.7444998,74.5530572 L37.1967749,74.5530572 L37.1967749,73.6964356 C37.1967764,73.6513886 37.1788824,73.6081861 37.1470296,73.5763329 C37.1151767,73.5444797 37.0719745,73.5265862 37.0269275,73.5265862 L32.9505681,73.5265862 C32.9055208,73.5265862 32.862318,73.5444789 32.8304647,73.5763322 C32.7986115,73.6081855 32.7807172,73.6513882 32.7807187,73.6964356 L32.7807187,74.5530572 L30.2329958,74.5530572 L30.2329958,73.6964356 C30.2329973,73.6513882 30.215103,73.6081855 30.1832498,73.5763322 C30.1513965,73.5444789 30.1081938,73.5265862 30.0631464,73.5265862 L25.986787,73.5265862 C25.94174,73.5265862 25.8985378,73.5444797 25.866685,73.5763329 C25.8348321,73.6081861 25.8169381,73.6513886 25.8169396,73.6964356 L25.8169396,74.5530572 L23.2692109,74.5530572 L23.2692109,73.6964356 C23.2692124,73.6513886 23.2513184,73.6081861 23.2194655,73.5763329 C23.1876127,73.5444797 23.1444104,73.5265862 23.0993634,73.5265862 L19.0230079,73.5265862 C18.9779608,73.5265862 18.9347582,73.544479 18.9029053,73.5763323 C18.8710523,73.6081857 18.8531585,73.6513884 18.8531605,73.6964356 L18.8531605,74.5530572 L16.3054357,74.5530572 L16.3054357,73.6964356 C16.3054372,73.6513882 16.2875429,73.6081855 16.2556896,73.5763322 C16.2238364,73.5444789 16.1806336,73.5265862 16.1355863,73.5265862 L12.0592288,73.5265862 C12.0141815,73.5265862 11.9709788,73.5444789 11.9391255,73.5763322 C11.9072722,73.6081855 11.8893779,73.6513882 11.8893795,73.6964356 L11.8893795,74.5530572 L4.07635746,74.5530572 C1.82504753,74.5530594 0,76.3781067 0,78.6294166 L0,80.4726504 C0,82.7239563 1.82505163,84.5489982 4.07635746,84.5489982 L139.615294,84.5489982 C141.8666,84.5489982 143.691654,82.7239566 143.691654,80.4726504 L143.691654,78.6294166 C143.691654,76.3781064 141.866605,74.5530594 139.615294,74.5530572 Z","id","Path",1,"fill-color-20"],["id","Group","transform","translate(14.563343, 25.890388)"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary-darker"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M54.316416,4.55250111 L54.316416,3.34665629 C54.316416,1.49819202 52.8172532,0 50.9687888,0 L3.34762718,0 C1.49916283,0 0,1.49819202 0,3.34665629 L0,5.56999336 L54.316416,4.55250111 Z","id","Path",1,"fill-color-16"],["d","M55.6018738,5.73601547 L55.6018738,39.231705 C55.6018738,39.9999836 55.2966099,40.7367813 54.7532639,41.2799452 C54.2099179,41.8231092 53.4730179,42.1278687 52.7047393,42.1278687 L2.89810531,42.1278687 C1.29897753,42.1273325 0.00291266866,40.8308329 0.00291266866,39.231705 L0.00291266866,2.35926161 C1.43012031,2.88936731 1.43012031,2.88936731 2.89810531,2.84470639 L52.7047393,2.84470639 C54.3025103,2.84470316 55.5986611,4.13824772 55.6018738,5.73601547 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-19"],["d","M55.4601239,18.5459322 L55.4601239,29.2577567 L45.0716057,29.2577567 C42.141738,29.2183086 39.7873207,26.8319777 39.7873207,23.9018444 C39.7873207,20.9717112 42.141738,18.5853803 45.0716057,18.5459322 L55.4601239,18.5459322 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-17"],["id","Oval","opacity","0.1","cx","45.7114219","cy","23.9023299","r","2.08838343",1,"fill-color-27"],["id","Oval","cx","45.8531718","cy","23.6188301","r","2.08838343",1,"fill-color-28"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-30"],["fxFlex","30","viewBox","0 0 364 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","8.86848147e-15%","id","linearGradient-1"],["id","Loopv0.3","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopIn_Step03","transform","translate(-1127.000000, -164.000000)"],["id","LoopIn_Step03","transform","translate(1127.000000, 164.000000)"],["id","Group-21"],["id","Group-35","transform","translate(107.000000, 10.000000)"],["id","Oval","fill-rule","nonzero","cx","214.487742","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M232.082742,28.5000036 C236.446821,28.5000036 239.999928,25.1343958 239.999928,21.0000215 C239.999928,16.8656472 236.446821,13.5000393 232.082742,13.5000393 C228.98433,13.5000393 226.560889,15.4359631 224.999964,17.1843872 C223.43904,15.4359631 221.015599,13.5000393 217.917187,13.5000393 C213.553107,13.5000393 210,16.8656472 210,21.0000215 C210,25.1343958 213.553107,28.5000036 217.917187,28.5000036 C221.015599,28.5000036 223.43904,26.5640798 224.999964,24.8156557 C226.560889,26.5640798 228.98433,28.5000036 232.082742,28.5000036 Z M217.917187,24.0000143 C216.032807,24.0000143 214.499989,22.6546959 214.499989,21.0000286 C214.499989,19.3453471 216.032807,18.0000286 217.917187,18.0000286 C219.707771,18.0000286 221.357776,19.6921938 222.323426,21.0000286 C221.36716,22.2937501 219.703102,24.0000143 217.917187,24.0000143 Z M232.082742,24.0000143 C230.292157,24.0000143 228.642152,22.3078492 227.676502,21.0000286 C228.632768,19.7062929 230.296827,18.0000286 232.082742,18.0000286 C233.967121,18.0000286 235.499939,19.3453471 235.499939,21.0000286 C235.499939,22.6546959 233.967121,24.0000143 232.082742,24.0000143 Z","id","i","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-44","transform","translate(0.000000, 64.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-20"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-23"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-20"],["id","Group-43","transform","translate(152.000000, 35.000000)"],["id","Path","fill-rule","nonzero","points","-9.84073267e-14 7.36243469 92.3919279 7.36243469 92.3919279 70.3073253 -1.13686838e-13 70.3073253",1,"fill-color-23"],["d","M97.5448374,1.70530257e-13 L6.62592538,1.70530257e-13 C6.01615907,0.000922175294 5.52114394,0.495001701 5.52114394,1.104768 L5.52114394,62.57664 C5.52114394,62.8696481 5.63752746,63.150658 5.84471672,63.3578447 C6.05190598,63.5650315 6.3329173,63.681408 6.62592538,63.681408 L97.5448374,63.681408 C97.8378436,63.681408 98.1188523,63.5650282 98.3260389,63.3578415 C98.5332256,63.1506549 98.6496054,62.8696462 98.6496054,62.57664 L98.6496054,1.104768 C98.6496054,0.495005713 98.1545997,0.000926622272 97.5448374,1.70530257e-13 L97.5448374,1.70530257e-13 Z M97.9130952,62.57664 C97.9130952,62.6744022 97.8747043,62.7682496 97.8055756,62.8373783 C97.736447,62.9065069 97.6425996,62.9448978 97.5448374,62.9448978 L6.62592538,62.9448978 C6.52816341,62.9448978 6.4343164,62.906506 6.3651879,62.8373775 C6.29605941,62.768249 6.25766754,62.674402 6.25766754,62.57664 L6.25766754,1.104768 C6.25766754,0.901512883 6.42267026,0.736512 6.62592538,0.736512 L97.5448374,0.736512 C97.7480931,0.736512 97.9130952,0.901512271 97.9130952,1.104768 L97.9130952,62.57664 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","10.3066764","y","43.4358624","width","41.5947948","height","4.78524211","rx","0.5376",1,"fill-color-19"],["d","M89.8141359,39.3872559 L76.5649839,39.3872559 C76.2719769,39.3872559 75.9909677,39.5036372 75.7837792,39.7108232 C75.5765907,39.9180091 75.4602025,40.1990169 75.4602025,40.4920239 L75.4602025,50.7978159 C75.4602025,51.090824 75.576586,51.3718339 75.7837753,51.5790207 C75.9909645,51.7862074 76.2719759,51.9025839 76.5649839,51.9025839 L89.8141359,51.9025839 C90.107143,51.9025839 90.3881533,51.7862079 90.5953406,51.5790206 C90.8025279,51.3718333 90.9189039,51.090823 90.9189039,50.7978159 L90.9189039,40.4920239 C90.9189039,40.199018 90.8025232,39.9180097 90.5953367,39.7108232 C90.3881502,39.5036367 90.1071419,39.3872559 89.8141359,39.3872559 Z M90.1823938,50.7978159 C90.182087,51.0010717 90.0173917,51.165767 89.8141359,51.1660719 L76.5649839,51.1660719 C76.3617256,51.165767 76.1970256,51.0010743 76.19671,50.7978159 L76.19671,40.4920239 C76.1964064,40.3942603 76.2351088,40.3004129 76.30424,40.2312847 C76.3733712,40.1621565 76.4672203,40.1234582 76.5649839,40.1237661 L89.8141359,40.1237661 C89.9118981,40.1234582 90.0057456,40.162157 90.0748742,40.2312857 C90.1440029,40.3004143 90.1827017,40.3942617 90.1823938,40.4920239 L90.1823938,50.7978159 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","41.7652758","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","44.7100416","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","47.6548047","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","11.4109632","y","4.41773875","width","19.1409684","height","8.09810266","rx","0.5376",1,"fill-color-19"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-4"],["d","M50.1798649,51.9764517 C43.6553251,51.9764517 37.7732336,48.0461636 35.2764005,42.0182748 C32.7795674,35.990386 34.1597014,29.0519859 38.773248,24.4384399 C43.3867946,19.824894 50.3251948,18.4447609 56.3530833,20.9415948 C62.3809718,23.4384287 66.3112582,29.3205207 66.3112582,35.8450605 C66.3011721,44.7500015 59.0848059,51.9663668 50.1798649,51.9764517 L50.1798649,51.9764517 Z M50.1798649,19.9245354 C41.3872016,19.9245354 34.2593397,27.0523972 34.2593397,35.8450605 C34.2593397,44.6377237 41.3872016,51.7655856 50.1798649,51.7655856 C58.9725281,51.7655856 66.10039,44.6377237 66.10039,35.8450605 C66.0904567,27.056515 58.9684103,19.9344686 50.1798649,19.9245354 L50.1798649,19.9245354 Z","id","Shape","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-23","transform","translate(5.000000, 0.001193)"],["id","Group-22"],["id","Group","transform","translate(0.378134, 0.000000)"],["id","Group-24","transform","translate(29.048000, 19.712000)"],["id","LoopIn_Step03","fill-rule","nonzero"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-10"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","15.8607624","r","7.93434243"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.35996418",1,"fill-color-31"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-4"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-20"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-20"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-16"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-9"],["d","M93.2292414,91.9116485 L93.2292414,89.7922708 C93.647506,89.8022089 94.0558324,89.8022089 94.4442517,89.8022089 L94.4442517,91.9116485 L95.9779294,91.9116485 L95.9779294,89.7623948 C98.5473303,89.6229527 100.264986,88.975618 100.494057,86.5555973 C100.673282,84.6136241 99.757032,83.7471573 98.3030443,83.3986138 C99.1794183,82.9504733 99.7371558,82.1537275 99.6076827,80.8291821 C99.4383337,79.0166511 97.9497787,78.4091306 95.9778985,78.2398742 L95.9778985,75.7301945 L94.4442208,75.7301945 L94.4442208,78.1701531 C94.0458325,78.1701531 93.6375061,78.1800912 93.2292106,78.1900602 L93.2292106,75.7301945 L91.695502,75.7301945 L91.695502,78.2398742 C91.1316227,78.2569109 90.4748746,78.2485777 88.6181777,78.2398742 L88.6181777,79.8731181 C89.8290831,79.8516987 90.4644118,79.7738914 90.6099957,80.5502979 L90.6099957,87.4220333 C90.517559,88.0380413 90.0245427,87.9493391 88.926907,87.9299259 L88.6181777,89.7524258 L89.5798445,89.7528809 C91.4824304,89.7548325 91.6955329,89.7623948 91.6955329,89.7623948 L91.6955329,91.9116485 L93.2292414,91.9116485 Z M93.2591175,83.0400705 L93.2591175,79.9826533 C94.1255534,79.9826533 96.8343964,79.7137998 96.8343964,81.5163618 C96.8343964,83.2392647 94.1255843,83.0400705 93.2591175,83.0400705 Z M93.2591175,87.9398948 L93.2591175,84.5737791 C94.2948407,84.5737791 97.4665153,84.2849568 97.4665153,86.2568678 C97.4665153,88.1589961 94.2948407,87.9398948 93.2591175,87.9398948 Z","id","b","fill-rule","nonzero","transform","translate(94.567271, 83.820921) rotate(14.000000) translate(-94.567271, -83.820921) ",1,"fill-color-9"],["d","M305.611064,96.181454 L305.611064,94.0620763 C306.029328,94.0720144 306.437655,94.0720144 306.826074,94.0720144 L306.826074,96.181454 L308.359752,96.181454 L308.359752,94.0322003 C310.929153,93.8927582 312.646809,93.2454235 312.875879,90.8254028 C313.055104,88.8834296 312.138854,88.0169628 310.684867,87.6684193 C311.561241,87.2202788 312.118978,86.423533 311.989505,85.0989876 C311.820156,83.2864566 310.331601,82.678936 308.359721,82.5096797 L308.359721,80 L306.826043,80 L306.826043,82.4399586 C306.427655,82.4399586 306.019328,82.4498967 305.611033,82.4598657 L305.611033,80 L304.077324,80 L304.077324,82.5096797 C303.513445,82.5267164 302.856697,82.5183832 301,82.5096797 L301,84.1429236 C302.210905,84.1215042 302.846234,84.0436969 302.991818,84.8201034 L302.991818,91.6918387 C302.899381,92.3078468 302.406365,92.2191446 301.308729,92.1997314 L301,94.0222313 L301.961667,94.0226864 C303.864253,94.024638 304.077355,94.0322003 304.077355,94.0322003 L304.077355,96.181454 L305.611064,96.181454 Z M305.64094,87.309876 L305.64094,84.2524587 C306.507376,84.2524587 309.216219,83.9836053 309.216219,85.7861673 C309.216219,87.5090702 306.507407,87.309876 305.64094,87.309876 Z M305.64094,92.2097003 L305.64094,88.8435846 C306.676663,88.8435846 309.848338,88.5547623 309.848338,90.5266733 C309.848338,92.4288016 306.676663,92.2097003 305.64094,92.2097003 Z","id","b","fill-rule","nonzero","transform","translate(306.949093, 88.090727) rotate(14.000000) translate(-306.949093, -88.090727) ",1,"fill-color-26"],["fxFlex","30","viewBox","0 0 278 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopIn_Step04","transform","translate(-1799.000000, -756.000000)"],["id","LoopIn_Step04","transform","translate(1799.000000, 756.000000)"],["id","Loop","fill-rule","nonzero"],["id","Group-16","transform","translate(24.000000, 0.000000)"],["d","M55.0827415,28.5000036 C59.4468211,28.5000036 62.9999285,25.1343958 62.9999285,21.0000215 C62.9999285,16.8656472 59.4468211,13.5000393 55.0827415,13.5000393 C51.9843297,13.5000393 49.5608889,15.4359631 47.9999642,17.1843872 C46.4390396,15.4359631 44.0155987,13.5000393 40.9171869,13.5000393 C36.5531074,13.5000393 33,16.8656472 33,21.0000215 C33,25.1343958 36.5531074,28.5000036 40.9171869,28.5000036 C44.0155987,28.5000036 46.4390396,26.5640798 47.9999642,24.8156557 C49.5608889,26.5640798 51.9843297,28.5000036 55.0827415,28.5000036 Z M40.9171869,24.0000143 C39.0328073,24.0000143 37.4999893,22.6546959 37.4999893,21.0000286 C37.4999893,19.3453471 39.0328073,18.0000286 40.9171869,18.0000286 C42.707771,18.0000286 44.3577763,19.6921938 45.3234264,21.0000286 C44.3671604,22.2937501 42.7031019,24.0000143 40.9171869,24.0000143 Z M55.0827415,24.0000143 C53.2921574,24.0000143 51.6421522,22.3078492 50.676502,21.0000286 C51.6327681,19.7062929 53.2968266,18.0000286 55.0827415,18.0000286 C56.9671212,18.0000286 58.4999392,19.3453471 58.4999392,21.0000286 C58.4999392,22.6546959 56.9671212,24.0000143 55.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-2"],["id","Group-44","transform","translate(27.000000, 69.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-19"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-19"],["id","Group-43","transform","translate(179.000000, 40.000000)"],["d","M225.805162,92.2474279 C226.071703,92.2474279 226.325569,92.1077892 226.465207,91.8666288 L232.050261,82.2197185 C232.345374,81.7151473 231.980441,81.0773212 231.393376,81.0773212 L227.731346,81.0773212 L229.083201,76.9583506 C229.210134,76.4759989 228.845202,76 228.346983,76 L223.777394,76 C223.396595,76 223.07291,76.2824384 223.022149,76.6600456 L222.006685,84.2760274 C221.946379,84.7329987 222.301798,85.1391782 222.76193,85.1391782 L226.528674,85.1391782 L225.065752,91.3112968 C224.951525,91.7936485 225.319618,92.2474279 225.805162,92.2474279 Z","id","b","fill-rule","nonzero","transform","translate(227.077378, 84.123714) rotate(14.000000) translate(-227.077378, -84.123714) ",1,"fill-color-12"],["fxFlex","30","viewBox","0 0 205 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopIn_Step05","transform","translate(-2386.000000, -764.000000)","fill-rule","nonzero"],["id","LoopIn_Step05","transform","translate(2386.000000, 764.000000)"],["id","Illustration_Step02"],["id","Group-31"],["id","Rectangle","x","0","y","0","width","90.1490688","height","100.616012",1,"fill-color-10"],["id","Rectangle","x","1.48932403","y","67.1775068","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","82.4918815","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","34.712875","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","42.1244006","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","50.0294431","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","2.2482432","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","24","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","42.1244006","width","36.8","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","9.66196224","width","51.2","height","16.0118784",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","50.2465905","r","8.78679245"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","82.7090289","r","8.78679245"],["id","Group","transform","translate(60.115627, 35.744427)"],["d","M133.318807,1.04548939 L82.5936439,1.04548939 L82.5936439,0 L59.5928852,0 L59.5928852,1.04548939 L8.65861943,1.04548939 C7.74861523,1.04548887 6.87588228,1.4069864 6.23241214,2.05045654 C5.58894199,2.69392669 5.22744498,3.56665964 5.22744498,4.47666384 L5.22744498,73.9350108 C5.22744498,74.8450173 5.5889387,75.7177532 6.23240879,76.3612266 C6.87587888,77.0047 7.74861298,77.3662028 8.65861943,77.3662028 L133.318807,77.3662028 C135.213795,77.3662028 136.749981,75.8300048 136.749981,73.9350167 L136.749981,4.47666384 C136.749981,3.56665964 136.388484,2.69392669 135.745014,2.05045654 C135.101544,1.4069864 134.228811,1.04548887 133.318807,1.04548939 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-25"],["id","Path","opacity","0.257273065","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-24"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-25"],["d","M31.5848237,68.0274261 C25.669241,68.0274261 20.3361447,64.4639649 18.0723494,58.9986791 C15.808554,53.5333932 17.0598755,47.2425772 21.2428244,43.0596288 C25.4257733,38.8766804 31.7165895,37.6253598 37.1818751,39.8891559 C42.6471607,42.1529519 46.2106203,47.4860487 46.2106203,53.4016314 C46.2014756,61.4754447 39.6586369,68.0182825 31.5848237,68.0274261 L31.5848237,68.0274261 Z M31.5848237,38.967022 C23.612809,38.967022 17.1502143,45.4296168 17.1502143,53.4016314 C17.1502143,61.3736461 23.612809,67.8362409 31.5848237,67.8362409 C39.5568383,67.8362409 46.0194331,61.3736461 46.0194331,53.4016314 C46.010427,45.4333502 39.5531049,38.9760281 31.5848237,38.967022 L31.5848237,38.967022 Z","id","Shape",1,"fill-color-primary"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","119.89017","y","8.50924347","width","4.7751428","height","4.7751428",1,"fill-color-6"],["d","M126.882344,15.5014148 L121.083948,15.5014148 L121.083948,9.70301894 L126.882344,9.70301894 L126.882344,15.5014148 Z M121.336061,15.2493191 L126.63024,15.2493191 L126.63024,9.95513218 L121.336061,9.95513218 L121.336061,15.2493191 Z","id","Shape",1,"fill-color-19"],["d","M140.184525,74.8570201 L128.246669,74.8570201 L128.246669,73.9969059 C128.246671,73.9516751 128.228704,73.9082962 128.196721,73.876313 C128.164738,73.8443298 128.12136,73.826364 128.076129,73.826364 L123.98315,73.826364 C123.937919,73.826364 123.89454,73.8443305 123.862558,73.8763135 C123.830575,73.9082966 123.812608,73.9516752 123.81261,73.9969059 L123.81261,74.8570201 L121.254497,74.8570201 L121.254497,73.9969059 C121.254499,73.9516752 121.236532,73.9082966 121.204549,73.8763135 C121.172566,73.8443305 121.129188,73.826364 121.083957,73.826364 L116.990978,73.826364 C116.945747,73.826364 116.902368,73.8443297 116.870385,73.8763129 C116.838402,73.908296 116.820435,73.9516749 116.820436,73.9969059 L116.820436,74.8570201 L114.262326,74.8570201 L114.262326,73.9969059 C114.262328,73.9516749 114.24436,73.908296 114.212377,73.8763129 C114.180394,73.8443297 114.137015,73.826364 114.091784,73.826364 L109.998805,73.826364 C109.953574,73.826364 109.910196,73.8443305 109.878213,73.8763135 C109.84623,73.9082966 109.828263,73.9516752 109.828265,73.9969059 L109.828265,74.8570201 L107.270153,74.8570201 L107.270153,73.9969059 C107.270154,73.9516752 107.252187,73.9082966 107.220204,73.8763135 C107.188222,73.8443305 107.144843,73.826364 107.099613,73.826364 L103.00663,73.826364 C102.961399,73.826364 102.91802,73.8443298 102.886037,73.876313 C102.854054,73.9082962 102.836088,73.9516751 102.83609,73.9969059 L102.83609,74.8570201 L100.277981,74.8570201 L100.277981,73.9969059 C100.277983,73.9516749 100.260016,73.908296 100.228032,73.8763129 C100.196049,73.8443297 100.15267,73.826364 100.107439,73.826364 L96.0144621,73.826364 C95.9692311,73.826364 95.9258522,73.8443297 95.8938691,73.8763129 C95.861886,73.908296 95.8439187,73.9516749 95.8439202,73.9969059 L95.8439202,74.8570201 L93.285808,74.8570201 L93.285808,73.9969059 C93.2858095,73.9516752 93.2678425,73.9082966 93.2358598,73.8763135 C93.2038771,73.8443305 93.1604987,73.826364 93.1152681,73.826364 L89.0222888,73.826364 C88.9770581,73.826364 88.9336797,73.8443305 88.901697,73.8763135 C88.8697143,73.9082966 88.8517473,73.9516752 88.8517489,73.9969059 L88.8517489,74.8570201 L86.2936405,74.8570201 L86.2936405,73.9969059 C86.293642,73.9516752 86.2756751,73.9082966 86.2436923,73.8763135 C86.2117096,73.8443305 86.1683312,73.826364 86.1231006,73.826364 L54.061428,73.826364 C54.0161974,73.826364 53.972819,73.8443305 53.9408363,73.8763135 C53.9088536,73.9082966 53.8908866,73.9516752 53.8908881,73.9969059 L53.8908881,74.8570201 L51.3327759,74.8570201 L51.3327759,73.9969059 C51.3327774,73.9516749 51.3148102,73.908296 51.282827,73.8763129 C51.2508439,73.8443297 51.207465,73.826364 51.162234,73.826364 L47.0692664,73.826364 C47.0240354,73.826364 46.9806565,73.8443297 46.9486734,73.8763129 C46.9166903,73.908296 46.898723,73.9516749 46.8987246,73.9969059 L46.8987246,74.8570201 L44.3406025,74.8570201 L44.3406025,73.9969059 C44.3406046,73.9516751 44.3226378,73.9082962 44.290655,73.876313 C44.2586721,73.8443298 44.2152934,73.826364 44.1700626,73.826364 L40.0770834,73.826364 C40.0318527,73.826364 39.9884743,73.8443305 39.9564916,73.8763135 C39.9245089,73.9082966 39.9065419,73.9516752 39.9065435,73.9969059 L39.9065435,74.8570201 L37.3484312,74.8570201 L37.3484312,73.9969059 C37.3484327,73.9516752 37.3304657,73.9082966 37.298483,73.8763135 C37.2665003,73.8443305 37.2231219,73.826364 37.1778913,73.826364 L33.084912,73.826364 C33.039681,73.826364 32.9963021,73.8443297 32.964319,73.8763129 C32.9323358,73.908296 32.9143686,73.9516749 32.9143701,73.9969059 L32.9143701,74.8570201 L30.3562598,74.8570201 L30.3562598,73.9969059 C30.3562614,73.9516749 30.3382941,73.908296 30.306311,73.8763129 C30.2743278,73.8443297 30.2309489,73.826364 30.1857179,73.826364 L26.0927387,73.826364 C26.047508,73.826364 26.0041296,73.8443305 25.9721469,73.8763135 C25.9401642,73.9082966 25.9221972,73.9516752 25.9221988,73.9969059 L25.9221988,74.8570201 L23.3640826,74.8570201 L23.3640826,73.9969059 C23.3640841,73.9516752 23.3461171,73.9082966 23.3141344,73.8763135 C23.2821517,73.8443305 23.2387733,73.826364 23.1935427,73.826364 L19.1005673,73.826364 C19.0553365,73.826364 19.0119578,73.8443298 18.979975,73.876313 C18.9479921,73.9082962 18.9300253,73.9516751 18.9300274,73.9969059 L18.9300274,74.8570201 L16.3719151,74.8570201 L16.3719151,73.9969059 C16.3719167,73.9516749 16.3539494,73.908296 16.3219663,73.8763129 C16.2899831,73.8443297 16.2466042,73.826364 16.2013733,73.826364 L12.1083959,73.826364 C12.0631649,73.826364 12.0197861,73.8443297 11.9878029,73.8763129 C11.9558198,73.908296 11.9378525,73.9516749 11.9378541,73.9969059 L11.9378541,74.8570201 L4.09297732,74.8570201 C1.83248849,74.8570223 0,76.6895106 0,78.9499994 L0,80.8007483 C0,83.061233 1.83249262,84.8937159 4.09297732,84.8937159 L140.184525,84.8937159 C142.44501,84.8937159 144.277504,83.0612333 144.277504,80.8007483 L144.277504,78.9499994 C144.277504,76.6895102 142.445014,74.8570223 140.184525,74.8570201 Z","id","Path",1,"fill-color-20"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-21"],["id","Oval","cx","74.1507041","cy","17.5648113","r","8.15070413",1,"fill-color-primary"]],template:function(pe,je){if(1&pe&&(h.YNc(0,Ae,1,0,"ng-container",0),h.YNc(1,Te,32,5,"ng-template",null,1,h.W1O),h.YNc(3,xe,66,5,"ng-template",null,2,h.W1O),h.YNc(5,W,93,5,"ng-template",null,3,h.W1O),h.YNc(7,ee,54,5,"ng-template",null,4,h.W1O),h.YNc(9,ue,51,5,"ng-template",null,5,h.W1O)),2&pe){const _t=h.MAs(2),re=h.MAs(4),qe=h.MAs(6),Mt=h.MAs(8),zt=h.MAs(10);h.Q6J("ngTemplateOutlet",1===je.stepNumber?_t:2===je.stepNumber?re:3===je.stepNumber?qe:4===je.stepNumber?Mt:zt)}},directives:[D.tP,U.xw,U.yH,U.Wh,D.mk,de.oO,Z.n5,Z.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[Ne.l]}}),ze})();const Le=["stepper"];function ut(ze,Tt){if(1&ze&&(h.TgZ(0,"div",48)(1,"p",49)(2,"strong"),h._uU(3,"Channel Peer:\xa0"),h.qZA(),h._uU(4),h.ALo(5,"titlecase"),h.qZA(),h.TgZ(6,"p",50)(7,"strong"),h._uU(8,"Channel ID:\xa0"),h.qZA(),h._uU(9),h.qZA(),h._UZ(10,"p",50),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(4),h.Oqu(h.lcZ(5,2,pe.channel.remote_alias)),h.xp6(5),h.Oqu(pe.channel.chan_id)}}function ht(ze,Tt){if(1&ze&&h._uU(0),2&ze){const pe=h.oxw(2);h.Oqu(pe.inputFormLabel)}}function It(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Amount is required."),h.qZA())}function ui(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-error"),h._uU(1),h.ALo(2,"number"),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.hij("Amount must be greater than or equal to ",h.lcZ(2,1,pe.minQuote.amount),".")}}function Wt(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-error"),h._uU(1),h.ALo(2,"number"),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.hij("Amount must be less than or equal to ",h.lcZ(2,1,pe.maxQuote.amount),".")}}function Gt(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Confirmation target is required."),h.qZA())}function hi(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Confirmation target must be a positive number."),h.qZA())}function xt(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Percentage is required."),h.qZA())}function Nt(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Percentage must be a positive number."),h.qZA())}function Ct(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-form-field",50),h._UZ(1,"input",51),h.YNc(2,xt,2,0,"mat-error",25),h.YNc(3,Nt,2,0,"mat-error",25),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.Q6J("step",1),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.routingFeePercent.errors?null:pe.inputFormGroup.controls.routingFeePercent.errors.required),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.routingFeePercent.errors?null:pe.inputFormGroup.controls.routingFeePercent.errors.min)}}function et(ze,Tt){1&ze&&(h.TgZ(0,"div",52)(1,"mat-slide-toggle",53),h._uU(2,"Fast"),h.qZA(),h.TgZ(3,"mat-icon",54),h._uU(4,"info_outline"),h.qZA()())}function yt(ze,Tt){if(1&ze&&h._uU(0),2&ze){const pe=h.oxw(2);h.Oqu(pe.quoteFormLabel)}}function ei(ze,Tt){1&ze&&(h.TgZ(0,"p",55)(1,"mat-icon",56),h._uU(2,"close"),h.qZA(),h._uU(3,"Local balance amount is insufficient for swap."),h.qZA())}function Yt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",57),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onValidateAmount()}),h._uU(1,"Next"),h.qZA()}}function Pe(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",58),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onLoop()}),h._uU(1),h.qZA()}if(2&ze){const pe=h.oxw(2);h.xp6(1),h.hij("Initiate ",pe.loopDirectionCaption,"")}}function Oe(ze,Tt){if(1&ze&&h._uU(0),2&ze){const pe=h.oxw(3);h.Oqu(pe.addressFormLabel)}}function ce(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Address is required."),h.qZA())}function be(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"mat-step",16)(1,"form",17),h.YNc(2,Oe,1,1,"ng-template",18),h.TgZ(3,"div",59)(4,"mat-radio-group",60),h.NdJ("change",function(_t){return h.CHM(pe),h.oxw(2).onAddressTypeChange(_t)}),h.TgZ(5,"mat-radio-button",61),h._uU(6,"Node Local Address"),h.qZA(),h.TgZ(7,"mat-radio-button",62),h._uU(8,"External Address"),h.qZA()(),h.TgZ(9,"mat-form-field",63),h._UZ(10,"input",64),h.YNc(11,ce,2,0,"mat-error",25),h.qZA()(),h.TgZ(12,"div",29)(13,"button",65),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onLoop()}),h._uU(14),h.qZA()()()()}if(2&ze){const pe=h.oxw(2);h.Q6J("stepControl",pe.addressFormGroup)("editable",pe.flgEditable),h.xp6(1),h.Q6J("formGroup",pe.addressFormGroup),h.xp6(9),h.Q6J("required","external"===pe.addressFormGroup.controls.addressType.value),h.xp6(1),h.Q6J("ngIf",null==pe.addressFormGroup.controls.address.errors?null:pe.addressFormGroup.controls.address.errors.required),h.xp6(3),h.hij("Initiate ",pe.loopDirectionCaption,"")}}function pt(ze,Tt){if(1&ze&&h._uU(0),2&ze){const pe=h.oxw(2);h.hij("",pe.loopDirectionCaption," Status")}}function mt(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-icon",66),h._uU(1),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.Oqu(pe.loopStatus&&null!=pe.loopStatus&&pe.loopStatus.id_bytes?"check":"close")}}function Ht(ze,Tt){1&ze&&h._UZ(0,"div")}function it(ze,Tt){1&ze&&h._UZ(0,"mat-progress-bar",67)}function Re(ze,Tt){if(1&ze&&(h.TgZ(0,"h4",68),h._uU(1),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.Oqu(pe.loopStatus&&pe.loopStatus.error?pe.loopDirectionCaption+" failed.":pe.loopStatus&&pe.loopStatus.id_bytes&&pe.channel?pe.loopDirectionCaption+" request placed successfully. You can check the status of the request on the 'Loop' menu.":pe.loopDirectionCaption+" request placed successfully.")}}function tt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",69),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).goToLoop()}),h._uU(1,"Check Status"),h.qZA()}}function Xe(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",70),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onRestart()}),h._uU(1,"Start Again"),h.qZA()}}function Se(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",3)(1,"div",4)(2,"mat-card-header",5)(3,"div",6)(4,"span",7),h._uU(5),h.qZA()(),h.TgZ(6,"div",8)(7,"button",9),h.NdJ("click",function(){return h.CHM(pe),h.oxw().showInfo()}),h._uU(8,"?"),h.qZA(),h.TgZ(9,"button",10),h.NdJ("click",function(){return h.CHM(pe),h.oxw().onClose()}),h._uU(10,"X"),h.qZA()()(),h.TgZ(11,"mat-card-content",11)(12,"div",12),h.YNc(13,ut,11,4,"div",13),h.TgZ(14,"mat-vertical-stepper",14,15),h.NdJ("selectionChange",function(_t){return h.CHM(pe),h.oxw().stepSelectionChanged(_t)}),h.TgZ(16,"mat-step",16)(17,"form",17),h.YNc(18,ht,1,1,"ng-template",18),h.TgZ(19,"div",19),h._UZ(20,"rtl-loop-quote",20)(21,"rtl-loop-quote",20),h.qZA(),h.TgZ(22,"div",21)(23,"mat-form-field",22),h._UZ(24,"input",23),h.TgZ(25,"mat-hint"),h._uU(26),h.ALo(27,"number"),h.ALo(28,"number"),h.qZA(),h.TgZ(29,"span",24),h._uU(30,"Sats"),h.qZA(),h.YNc(31,It,2,0,"mat-error",25),h.YNc(32,ui,3,3,"mat-error",25),h.YNc(33,Wt,3,3,"mat-error",25),h.qZA(),h.TgZ(34,"mat-form-field",22),h._UZ(35,"input",26),h.YNc(36,Gt,2,0,"mat-error",25),h.YNc(37,hi,2,0,"mat-error",25),h.qZA(),h.YNc(38,Ct,4,3,"mat-form-field",27),h.qZA(),h.YNc(39,et,5,0,"div",28),h.TgZ(40,"div",29)(41,"button",30),h.NdJ("click",function(){return h.CHM(pe),h.oxw().onEstimateQuote()}),h._uU(42,"Estimate Quote"),h.qZA()()()(),h.TgZ(43,"mat-step",16)(44,"form",17),h.YNc(45,yt,1,1,"ng-template",18),h._UZ(46,"rtl-loop-quote",31),h.YNc(47,ei,4,0,"p",32),h.TgZ(48,"div",29),h.YNc(49,Yt,2,0,"button",33),h.YNc(50,Pe,2,1,"button",34),h.qZA()()(),h.YNc(51,be,15,6,"mat-step",35),h.TgZ(52,"mat-step",36)(53,"form",17),h.YNc(54,pt,1,1,"ng-template",18),h.TgZ(55,"div",37)(56,"mat-expansion-panel",38)(57,"mat-expansion-panel-header")(58,"mat-panel-title")(59,"span",39),h._uU(60),h.YNc(61,mt,2,1,"mat-icon",40),h.qZA()()(),h.YNc(62,Ht,1,0,"div",41),h.qZA(),h.YNc(63,it,1,0,"mat-progress-bar",42),h.qZA(),h.YNc(64,Re,2,1,"h4",43),h.TgZ(65,"div",29),h.YNc(66,tt,2,0,"button",44),h.YNc(67,Xe,2,0,"button",45),h.qZA()()()(),h.TgZ(68,"div",46)(69,"button",47),h._uU(70,"Close"),h.qZA()()()()()()}if(2&ze){const pe=h.oxw(),je=h.MAs(2);h.Q6J("@opacityAnimation",void 0),h.xp6(3),h.Q6J("fxFlex",pe.screenSize===pe.screenSizeEnum.XS||pe.screenSize===pe.screenSizeEnum.SM?"83":"91"),h.xp6(2),h.Oqu(pe.channel?"Channel "+pe.loopDirectionCaption:pe.loopDirectionCaption),h.xp6(1),h.Q6J("fxFlex",pe.screenSize===pe.screenSizeEnum.XS||pe.screenSize===pe.screenSizeEnum.SM?"17":"9"),h.xp6(7),h.Q6J("ngIf",pe.channel),h.xp6(1),h.Q6J("linear",!0),h.xp6(2),h.Q6J("stepControl",pe.inputFormGroup)("editable",pe.flgEditable),h.xp6(1),h.Q6J("formGroup",pe.inputFormGroup),h.xp6(3),h.Q6J("quote",pe.minQuote)("termCaption","min")("panelExpanded",!1)("showPanel",!0),h.xp6(1),h.Q6J("quote",pe.maxQuote)("termCaption","max")("panelExpanded",!1)("showPanel",!0),h.xp6(2),h.Q6J("fxFlex",pe.direction===pe.LoopTypeEnum.LOOP_OUT?"35":"48"),h.xp6(1),h.Q6J("step",1e3),h.xp6(2),h.AsE("Range: ",h.lcZ(27,51,pe.minQuote.amount),"-",h.lcZ(28,53,pe.maxQuote.amount),""),h.xp6(5),h.Q6J("ngIf",null==pe.inputFormGroup.controls.amount.errors?null:pe.inputFormGroup.controls.amount.errors.required),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.amount.errors?null:pe.inputFormGroup.controls.amount.errors.min),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.amount.errors?null:pe.inputFormGroup.controls.amount.errors.max),h.xp6(1),h.Q6J("fxFlex",pe.direction===pe.LoopTypeEnum.LOOP_OUT?"30":"48"),h.xp6(1),h.Q6J("step",1),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.sweepConfTarget.errors?null:pe.inputFormGroup.controls.sweepConfTarget.errors.required),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.sweepConfTarget.errors?null:pe.inputFormGroup.controls.sweepConfTarget.errors.min),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(4),h.Q6J("stepControl",pe.quoteFormGroup)("editable",pe.flgEditable),h.xp6(1),h.Q6J("formGroup",pe.quoteFormGroup),h.xp6(2),h.Q6J("quote",pe.quote)("showPanel",!1),h.xp6(1),h.Q6J("ngIf",pe.inputFormGroup.controls.amount.value>pe.localBalanceToCompare),h.xp6(2),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_IN),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(1),h.Q6J("stepControl",pe.statusFormGroup),h.xp6(1),h.Q6J("formGroup",pe.statusFormGroup),h.xp6(3),h.Q6J("expanded",!!pe.loopStatus),h.xp6(4),h.Oqu(pe.loopStatus?pe.loopStatus.id_bytes?pe.loopDirectionCaption+" request details":pe.loopDirectionCaption+" error details":"Waiting for "+pe.loopDirectionCaption+" request..."),h.xp6(1),h.Q6J("ngIf",pe.loopStatus),h.xp6(1),h.Q6J("ngIf",!pe.loopStatus)("ngIfElse",je),h.xp6(1),h.Q6J("ngIf",!pe.loopStatus),h.xp6(1),h.Q6J("ngIf",pe.loopStatus),h.xp6(2),h.Q6J("ngIf",pe.loopStatus&&pe.loopStatus.id_bytes&&pe.channel),h.xp6(1),h.Q6J("ngIf",pe.loopStatus&&(pe.loopStatus.error||!pe.loopStatus.id_bytes)),h.xp6(2),h.Q6J("mat-dialog-close",!1)}}function Ge(ze,Tt){if(1&ze&&h._UZ(0,"rtl-loop-status",71),2&ze){const pe=h.oxw();h.Q6J("loopStatus",pe.loopStatus)}}function at(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"rtl-loop-out-info-graphics",88),h.NdJ("stepNumberChange",function(_t){return h.CHM(pe),h.oxw(2).stepNumber=_t}),h.qZA()}if(2&ze){const pe=h.oxw(2);h.Q6J("stepNumber",pe.stepNumber)("animationDirection",pe.animationDirection)}}function st(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"rtl-loop-in-info-graphics",88),h.NdJ("stepNumberChange",function(_t){return h.CHM(pe),h.oxw(2).stepNumber=_t}),h.qZA()}if(2&ze){const pe=h.oxw(2);h.Q6J("stepNumber",pe.stepNumber)("animationDirection",pe.animationDirection)}}const bt=function(ze,Tt){return{"dot-primary":ze,"dot-primary-lighter":Tt}};function gi(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"span",89),h.NdJ("click",function(){const re=h.CHM(pe).$implicit;return h.oxw(2).onStepChanged(re)}),h._UZ(1,"p",90),h.qZA()}if(2&ze){const pe=Tt.$implicit,je=h.oxw(2);h.xp6(1),h.Q6J("ngClass",h.WLB(1,bt,je.stepNumber===pe,je.stepNumber!==pe))}}function qt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",91),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onReadMore()}),h._uU(1,"Read More"),h.qZA()}}function Xt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",92),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onStepChanged(4)}),h._uU(1,"Back"),h.qZA()}}function Ji(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",93),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw(2);return _t.flgShowInfo=!1,_t.stepNumber=1}),h._uU(1,"Close"),h.qZA()}}function fi(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",94),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw(2);return _t.flgShowInfo=!1,_t.stepNumber=1}),h._uU(1,"Close"),h.qZA()}}function si(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",95),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw(2);return _t.onStepChanged(_t.stepNumber-1)}),h._uU(1,"Back"),h.qZA()}}function en(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",96),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw(2);return _t.onStepChanged(_t.stepNumber+1)}),h._uU(1,"Next"),h.qZA()}}const Bi=function(){return[1,2,3,4,5]};function zi(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",72)(1,"div",19)(2,"mat-card-header",73)(3,"div",74),h._UZ(4,"span",7),h.qZA(),h.TgZ(5,"div",75)(6,"button",76),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw();return _t.flgShowInfo=!1,_t.stepNumber=1}),h._uU(7,"X"),h.qZA()()(),h.TgZ(8,"mat-card-content",77),h.YNc(9,at,1,2,"rtl-loop-out-info-graphics",78),h.YNc(10,st,1,2,"rtl-loop-in-info-graphics",78),h.qZA(),h.TgZ(11,"div",79),h.YNc(12,gi,2,4,"span",80),h.qZA(),h.TgZ(13,"div",81),h.YNc(14,qt,2,0,"button",82),h.YNc(15,Xt,2,0,"button",83),h.YNc(16,Ji,2,0,"button",84),h.YNc(17,fi,2,0,"button",85),h.YNc(18,si,2,0,"button",86),h.YNc(19,en,2,0,"button",87),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@opacityAnimation",void 0),h.xp6(9),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_IN),h.xp6(2),h.Q6J("ngForOf",h.DdM(10,Bi)),h.xp6(2),h.Q6J("ngIf",5===pe.stepNumber),h.xp6(1),h.Q6J("ngIf",5===pe.stepNumber),h.xp6(1),h.Q6J("ngIf",5===pe.stepNumber),h.xp6(1),h.Q6J("ngIf",pe.stepNumber<5),h.xp6(1),h.Q6J("ngIf",pe.stepNumber>1&&pe.stepNumber<5),h.xp6(1),h.Q6J("ngIf",pe.stepNumber<5)}}let Ui=(()=>{class ze{constructor(pe,je,_t,re,qe,Mt,zt,bi,Ei){this.dialogRef=pe,this.data=je,this.store=_t,this.loopService=re,this.formBuilder=qe,this.decimalPipe=Mt,this.logger=zt,this.router=bi,this.commonService=Ei,this.faInfoCircle=a.sqG,this.LoopTypeEnum=d.$I,this.direction=d.$I.LOOP_OUT,this.loopDirectionCaption="Loop out",this.loopStatus=null,this.inputFormLabel="Amount to loop out",this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address",this.prepayRoutingFee=36,this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=d.cu,this.animationDirection="forward",this.flgEditable=!0,this.localBalanceToCompare=null,this.unSubs=[new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.channel=this.data.channel,this.minQuote=this.data.minQuote?this.data.minQuote:{},this.maxQuote=this.data.maxQuote?this.data.maxQuote:{},this.direction=this.data.direction||d.$I.LOOP_OUT,this.loopDirectionCaption=this.direction===d.$I.LOOP_IN?"Loop in":"Loop out",this.inputFormLabel="Amount to "+this.loopDirectionCaption,this.inputFormGroup=this.formBuilder.group({amount:[this.minQuote.amount,[t.kI.required,t.kI.min(this.minQuote.amount||0),t.kI.max(this.maxQuote.amount||0)]],sweepConfTarget:[6,[t.kI.required,t.kI.min(1)]],routingFeePercent:[2,[t.kI.required,t.kI.min(0)]],fast:[!1,[t.kI.required]]}),this.quoteFormGroup=this.formBuilder.group({}),this.addressFormGroup=this.formBuilder.group({addressType:["local",[t.kI.required]],address:[{value:"",disabled:!0}]}),this.statusFormGroup=this.formBuilder.group({}),this.onFormValueChanges(),this.store.select(N.ZW).pipe((0,f.R)(this.unSubs[6])).subscribe(pe=>{this.localBalanceToCompare=this.channel&&this.channel.local_balance?+this.channel.local_balance:pe.lightningBalance&&pe.lightningBalance.local?+pe.lightningBalance.local:null})}ngAfterViewInit(){this.inputFormGroup.setErrors({Invalid:!0}),this.direction===d.$I.LOOP_OUT&&this.addressFormGroup.setErrors({Invalid:!0})}onFormValueChanges(){this.inputFormGroup.valueChanges.pipe((0,f.R)(this.unSubs[4])).subscribe(pe=>{this.inputFormGroup.setErrors({Invalid:!0})}),this.direction===d.$I.LOOP_OUT&&this.addressFormGroup.valueChanges.pipe((0,f.R)(this.unSubs[5])).subscribe(pe=>{this.addressFormGroup.setErrors({Invalid:!0})})}onAddressTypeChange(pe){"external"===pe.value?(this.addressFormGroup.controls.address.setValidators([t.kI.required]),this.addressFormGroup.controls.address.markAsTouched(),this.addressFormGroup.controls.address.enable()):(this.addressFormGroup.controls.address.setValidators(null),this.addressFormGroup.controls.address.markAsPristine(),this.addressFormGroup.controls.address.disable(),this.addressFormGroup.controls.address.setValue("")),this.addressFormGroup.setErrors({Invalid:!0})}onValidateAmount(){this.localBalanceToCompare&&this.inputFormGroup.controls.amount.value<=this.localBalanceToCompare&&this.stepper.next()}onLoop(){var pe;if(!this.inputFormGroup.controls.amount.value||this.minQuote.amount&&this.inputFormGroup.controls.amount.valuethis.maxQuote.amount||!this.inputFormGroup.controls.sweepConfTarget.value||this.inputFormGroup.controls.sweepConfTarget.value<2||this.direction===d.$I.LOOP_OUT&&(!this.inputFormGroup.controls.routingFeePercent.value||this.inputFormGroup.controls.routingFeePercent.value<0)||this.direction===d.$I.LOOP_OUT&&"external"===this.addressFormGroup.controls.addressType.value&&(!this.addressFormGroup.controls.address.value||""===this.addressFormGroup.controls.address.value.trim()))return!0;if(this.flgEditable=!1,null===(pe=this.stepper.selected)||void 0===pe||pe.stepControl.setErrors(null),this.stepper.next(),this.direction===d.$I.LOOP_IN)this.loopService.loopIn(this.inputFormGroup.controls.amount.value,+(this.quote.swap_fee_sat||0),+(this.quote.htlc_publish_fee_sat||0),"",!0).pipe((0,f.R)(this.unSubs[0])).subscribe({next:je=>{this.loopStatus=je,this.loopService.listSwaps(),this.flgEditable=!0},error:je=>{this.loopStatus={error:je},this.flgEditable=!0,this.logger.error(je)}});else{const je=Math.ceil(this.inputFormGroup.controls.amount.value*(this.inputFormGroup.controls.routingFeePercent.value/100)),_t="external"===this.addressFormGroup.controls.addressType.value?this.addressFormGroup.controls.address.value:"",re=this.inputFormGroup.controls.fast.value?0:(new Date).getTime()+18e5;this.loopService.loopOut(this.inputFormGroup.controls.amount.value,this.channel&&this.channel.chan_id?this.channel.chan_id:"",this.inputFormGroup.controls.sweepConfTarget.value,je,+(this.quote.htlc_sweep_fee_sat||0),this.prepayRoutingFee,+(this.quote.prepay_amt_sat||0),+(this.quote.swap_fee_sat||0),re,_t).pipe((0,f.R)(this.unSubs[1])).subscribe({next:qe=>{this.loopStatus=qe,this.loopService.listSwaps(),this.flgEditable=!0},error:qe=>{this.loopStatus={error:qe},this.flgEditable=!0,this.logger.error(qe)}})}}onEstimateQuote(){var pe;if(!this.inputFormGroup.controls.amount.value||this.minQuote.amount&&this.inputFormGroup.controls.amount.valuethis.maxQuote.amount||!this.inputFormGroup.controls.sweepConfTarget.value||this.inputFormGroup.controls.sweepConfTarget.value<2)return!0;const je=this.inputFormGroup.controls.fast.value?0:(new Date).getTime()+18e5;this.direction===d.$I.LOOP_IN?this.loopService.getLoopInQuote(this.inputFormGroup.controls.amount.value,this.inputFormGroup.controls.sweepConfTarget.value,je).pipe((0,f.R)(this.unSubs[2])).subscribe(_t=>{this.quote=_t,this.quote.off_chain_swap_routing_fee_percentage=this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:2}):this.loopService.getLoopOutQuote(this.inputFormGroup.controls.amount.value,this.inputFormGroup.controls.sweepConfTarget.value,je).pipe((0,f.R)(this.unSubs[3])).subscribe(_t=>{this.quote=_t,this.quote.off_chain_swap_routing_fee_percentage=this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:2}),null===(pe=this.stepper.selected)||void 0===pe||pe.stepControl.setErrors(null),this.stepper.next()}stepSelectionChanged(pe){switch(pe.selectedIndex){case 0:default:this.inputFormLabel="Amount to "+this.loopDirectionCaption,this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.amount.value||this.inputFormGroup.controls.sweepConfTarget.value?this.direction===d.$I.LOOP_IN?this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6):this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6)+" | Percentage: "+(this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:"2")+" | Fast: "+(this.inputFormGroup.controls.fast.value?"Enabled":"Disabled"):"Amount to "+this.loopDirectionCaption,this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address";break;case 2:this.inputFormLabel=this.inputFormGroup.controls.amount.value||this.inputFormGroup.controls.sweepConfTarget.value?this.direction===d.$I.LOOP_IN?this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6):this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6)+" | Fast: "+(this.inputFormGroup.controls.fast.value?"Enabled":"Disabled"):"Amount to "+this.loopDirectionCaption,this.quoteFormLabel=this.quote&&this.quote.swap_fee_sat&&(this.quote.htlc_sweep_fee_sat||this.quote.htlc_publish_fee_sat)&&this.quote.prepay_amt_sat?"Quote confirmed | Estimated Fees: "+this.decimalPipe.transform(+this.quote.swap_fee_sat+ +(this.quote.htlc_sweep_fee_sat?this.quote.htlc_sweep_fee_sat:this.quote.htlc_publish_fee_sat?this.quote.htlc_publish_fee_sat:0))+" Sats":"Quote confirmed",this.addressFormLabel=this.addressFormGroup.controls.addressType.value?"Withdrawal Address | Type: "+this.addressFormGroup.controls.addressType.value:"Withdrawal Address"}(this.direction===d.$I.LOOP_OUT&&1!==pe.selectedIndex&&pe.selectedIndex{pe.next(null),pe.complete()})}}return ze.\u0275fac=function(pe){return new(pe||ze)(h.Y36(M.so),h.Y36(M.WI),h.Y36(A.yh),h.Y36(w.W),h.Y36(t.qu),h.Y36(D.JJ),h.Y36(L.mQ),h.Y36(k.F0),h.Y36(S.v))},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-modal"]],viewQuery:function(pe,je){if(1&pe&&h.Gf(Le,5),2&pe){let _t;h.iGM(_t=h.CRH())&&(je.stepper=_t.first)}},decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["loopStatusBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"fxFlex"],[1,"page-title"],["fxLayoutAlign","space-between end",3,"fxFlex"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["class","padding-gap-large","fxLayout","row wrap","fxLayoutAlign","space-between stretch",4,"ngIf"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[3,"quote","termCaption","panelExpanded","showPanel"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],[3,"fxFlex"],["autoFocus","","matInput","","placeholder","Amount","type","number","tabindex","1","formControlName","amount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["matInput","","placeholder","Sweep Confirmation Target","type","number","tabindex","2","formControlName","sweepConfTarget","required","",3,"step"],["fxFlex","30",4,"ngIf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center","class","mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","5","type","button",3,"click"],[3,"quote","showPanel"],["fxFlex","100","class","color-warn mt-2","fxLayoutAlign","start center",4,"ngIf"],["mat-button","","color","primary","tabindex","6","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","7","type","button",3,"click",4,"ngIf"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[4,"ngIf","ngIfElse"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxLayoutAlign","start","class","font-bold-500 mt-2",4,"ngIf"],["mat-button","","color","primary","tabindex","12","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","13","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end end"],["mat-button","","color","primary","tabindex","14","type","button","default","",3,"mat-dialog-close"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","40"],["fxFlex","30"],["matInput","","placeholder","Max Off-chain Routing Fee (%)","type","number","tabindex","3","formControlName","routingFeePercent","required","",3,"step"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center",1,"mt-1"],["tabindex","4","color","primary","formControlName","fast","fxFlex","none"],["matTooltip","Swap immediately (Might end up paying a higher on-chain fee)","matTooltipPosition","above","fxFlex","none",1,"info-icon"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn","mt-2"],[1,"mr-1","icon-small"],["mat-button","","color","primary","tabindex","6","type","button",3,"click"],["mat-button","","color","primary","tabindex","7","type","button",3,"click"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["color","primary","name","addressType","formControlName","addressType","fxFlex","100","fxLayoutAlign","space-between stretch",3,"change"],["fxFlex","48","tabindex","8","value","local"],["fxFlex","48","tabindex","9","value","external"],["fxFlex","100",1,"mt-1"],["matInput","","placeholder","Address","tabindex","10","formControlName","address",3,"required"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-2"],["mat-button","","color","primary","tabindex","12","type","button",3,"click"],["mat-button","","color","primary","tabindex","13","type","button",3,"click"],["fxLayout","column",3,"loopStatus"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["tabindex","19","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange",4,"ngIf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","15","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange"],["fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","15","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(pe,je){1&pe&&(h.YNc(0,Se,71,55,"div",0),h.YNc(1,Ge,1,1,"ng-template",null,1,h.W1O),h.YNc(3,zi,20,11,"div",2)),2&pe&&(h.Q6J("ngIf",!je.flgShowInfo),h.xp6(3),h.Q6J("ngIf",je.flgShowInfo))},directives:[D.O5,U.xw,U.yH,U.Wh,Z.dk,Y.lW,Z.dn,ne.Vq,ne.C0,t._Y,t.JL,t.sg,ne.VY,E,I.KE,v.Nt,t.wV,t.Fj,n.h,t.JJ,t.u,t.Q7,I.bx,I.R9,I.TO,C.Rr,te.Hw,ie.gM,B.VQ,B.U0,$.ib,$.yz,$.yK,P.pW,M.ZT,_e,Ie,Ce,D.sg,D.mk,de.oO],pipes:[D.rS,D.JJ],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:60rem;min-height:60rem}"],data:{animation:[b._]}}),ze})()},3390:(Ve,j,p)=>{"use strict";p.d(j,{h:()=>e});var t=p(5e3);let e=(()=>{class f{constructor(a){this.el=a}ngAfterContentInit(){setTimeout(()=>{this.el.nativeElement.focus()},500)}}return f.\u0275fac=function(a){return new(a||f)(t.Y36(t.SBq))},f.\u0275dir=t.lG2({type:f,selectors:[["","autoFocus",""]],inputs:{appAutoFocus:"appAutoFocus"}}),f})()},6895:(Ve,j,p)=>{"use strict";p.d(j,{y:()=>e});var t=p(5e3);let e=(()=>{class f{constructor(){this.copied=new t.vpe}onClick(a){a.preventDefault(),this.payload&&navigator.clipboard&&navigator.clipboard.writeText(this.payload.toString()).then(()=>{this.copied.emit(this.payload.toString())},b=>{this.copied.emit("Error could not copy text: "+JSON.stringify(b))})}}return f.\u0275fac=function(a){return new(a||f)},f.\u0275dir=t.lG2({type:f,selectors:[["","rtlClipboard",""]],hostBindings:function(a,b){1&a&&t.NdJ("click",function(N){return b.onClick(N)})},inputs:{payload:"payload"},outputs:{copied:"copied"}}),f})()},9843:(Ve,j,p)=>{"use strict";p.d(j,{F:()=>f});var t=p(3075),e=p(5e3);let f=(()=>{class M{validate(b){return this.max?t.kI.max(+this.max)(b):null}}return M.\u0275fac=function(b){return new(b||M)},M.\u0275dir=e.lG2({type:M,selectors:[["input","max",""]],inputs:{max:"max"},features:[e._Bn([{provide:t.Cf,useExisting:M,multi:!0}])]}),M})()},6534:(Ve,j,p)=>{"use strict";p.d(j,{q:()=>f});var t=p(3075),e=p(5e3);let f=(()=>{class M{validate(b){return this.min?t.kI.min(+this.min)(b):null}}return M.\u0275fac=function(b){return new(b||M)},M.\u0275dir=e.lG2({type:M,selectors:[["input","min",""]],inputs:{min:"min"},features:[e._Bn([{provide:t.Cf,useExisting:M,multi:!0}])]}),M})()},1643:(Ve,j,p)=>{"use strict";p.d(j,{QM:()=>b,a1:()=>a,eQ:()=>d,fY:()=>N});var t=p(4004),e=p(5e3),f=p(1402),M=p(5986);let a=(()=>{class h{constructor(w,D){this.router=w,this.sessionService=D}canActivate(w){return!(!this.sessionService.getItem("token")||"settings"!==w.url[0].path&&"auth"!==w.url[0].path&&"true"===this.sessionService.getItem("defaultPassword")&&(this.router.navigate(["/settings/auth"]),1))}}return h.\u0275fac=function(w){return new(w||h)(e.LFG(f.F0),e.LFG(M.m))},h.\u0275prov=e.Yz7({token:h,factory:h.\u0275fac}),h})(),b=(()=>{class h{constructor(w){this.sessionService=w}canActivate(){return!!this.sessionService.watchSession().pipe((0,t.U)(w=>w.lndUnlocked))}}return h.\u0275fac=function(w){return new(w||h)(e.LFG(M.m))},h.\u0275prov=e.Yz7({token:h,factory:h.\u0275fac}),h})(),d=(()=>{class h{constructor(w){this.sessionService=w}canActivate(){return!!this.sessionService.watchSession().pipe((0,t.U)(w=>w.clUnlocked))}}return h.\u0275fac=function(w){return new(w||h)(e.LFG(M.m))},h.\u0275prov=e.Yz7({token:h,factory:h.\u0275fac}),h})(),N=(()=>{class h{constructor(w){this.sessionService=w}canActivate(){return!!this.sessionService.watchSession().pipe((0,t.U)(w=>w.eclUnlocked))}}return h.\u0275fac=function(w){return new(w||h)(e.LFG(M.m))},h.\u0275prov=e.Yz7({token:h,factory:h.\u0275fac}),h})()},62:(Ve,j,p)=>{"use strict";p.d(j,{v:()=>w});var t=p(1135),e=p(9646),f=p(2843),M=p(5698),a=p(4004),b=p(262),d=p(7731),N=p(5e3),h=p(8104),A=p(5043);let w=(()=>{class D{constructor(k,S){this.dataService=k,this.logger=S,this.currencyUnits=[],this.CurrencyUnitEnum=d.NT,this.conversionData={data:null,last_fetched:null},this.ratesAPIStatus=d.Bn.UN_INITIATED,this.screenSize=d.cu.MD,this.containerSize={width:0,height:0},this.containerSizeUpdated=new t.X(this.containerSize)}getScreenSize(){return this.screenSize}setScreenSize(k){this.screenSize=k}getContainerSize(){return this.containerSize}setContainerSize(k,S){this.containerSize={width:k,height:S},this.logger.info("Container Size: "+JSON.stringify(this.containerSize)),this.containerSizeUpdated.next(this.containerSize)}sortByKey(k,S,U,Z="asc"){return k.sort("number"===U?"desc"===Z?(Y,ne)=>+Y[S]>+ne[S]?-1:1:(Y,ne)=>+Y[S]>+ne[S]?1:-1:"desc"===Z?(Y,ne)=>Y[S]>ne[S]?-1:1:(Y,ne)=>Y[S]>ne[S]?1:-1)}sortDescByKey(k,S){return k.sort((U,Z)=>{const Y=+U[S],ne=+Z[S];return Y>ne?-1:Y{const Y=+U[S],ne=+Z[S];return Yne?1:0})}camelCase(k){var S,U;return null===(U=null===(S=null==k?void 0:k.replace(/(?:^\w|[A-Z]|\b\w)/g,(Z,Y)=>Z.toUpperCase()))||void 0===S?void 0:S.replace(/\s+/g,""))||void 0===U?void 0:U.replace(/-/g," ")}titleCase(k,S,U){var Z,Y;return S&&U&&""!==S&&""!==U&&(k=null==k?void 0:k.replace(new RegExp(S,"g"),U)),k.indexOf("!\n")>0||k.indexOf(".\n")>0?null===(Z=k.split("\n"))||void 0===Z?void 0:Z.reduce((ne,$)=>ne+$.charAt(0).toUpperCase()+$.substring(1).toLowerCase()+"\n",""):k.indexOf(" ")>0?null===(Y=k.split(" "))||void 0===Y?void 0:Y.reduce((ne,$)=>ne+$.charAt(0).toUpperCase()+$.substring(1).toLowerCase()+" ",""):k.charAt(0).toUpperCase()+k.substring(1).toLowerCase()}convertCurrency(k,S,U,Z,Y){const ne=(new Date).valueOf();return Y&&Z&&this.ratesAPIStatus!==d.Bn.INITIATED&&(S===d.NT.OTHER||U===d.NT.OTHER)?this.conversionData.data&&this.conversionData.last_fetched&&ne(this.ratesAPIStatus=d.Bn.COMPLETED,this.conversionData.data=$&&"object"==typeof $?$:$&&"string"==typeof $?JSON.parse($):{},this.conversionData.last_fetched=ne,this.convertWithFiat(k,S,Z))),(0,b.K)($=>(this.ratesAPIStatus=d.Bn.ERROR,(0,f._)(()=>this.extractErrorMessage($,"Currency Conversion Error.")))))):(0,e.of)(this.convertWithoutFiat(k,S))}convertWithoutFiat(k,S){const U={};switch(U[d.NT.SATS]=0,U[d.NT.BTC]=0,S){case d.NT.SATS:U[d.NT.SATS]=k,U[d.NT.BTC]=1e-8*k;break;case d.NT.BTC:U[d.NT.SATS]=1e8*k,U[d.NT.BTC]=k}return U}convertWithFiat(k,S,U){const Z={unit:U,symbol:this.conversionData.data[U].symbol};switch(Z[d.NT.SATS]=0,Z[d.NT.BTC]=0,Z[d.NT.OTHER]=0,S){case d.NT.SATS:Z[d.NT.SATS]=k,Z[d.NT.BTC]=1e-8*k,Z[d.NT.OTHER]=1e-8*k*this.conversionData.data[U].last;break;case d.NT.BTC:Z[d.NT.SATS]=1e8*k,Z[d.NT.BTC]=k,Z[d.NT.OTHER]=k*this.conversionData.data[U].last;break;case d.NT.OTHER:Z[d.NT.SATS]=k/this.conversionData.data[U].last*1e8,Z[d.NT.BTC]=k/this.conversionData.data[U].last,Z[d.NT.OTHER]=k}return Z}convertTime(k,S,U){switch(S){case d.Qk.SECS:switch(U){case d.Qk.MINS:k/=60;break;case d.Qk.HOURS:k/=3600;break;case d.Qk.DAYS:k/=86400}break;case d.Qk.MINS:switch(U){case d.Qk.SECS:k*=60;break;case d.Qk.HOURS:k/=60;break;case d.Qk.DAYS:k/=1440}break;case d.Qk.HOURS:switch(U){case d.Qk.SECS:k*=3600;break;case d.Qk.MINS:k*=60;break;case d.Qk.DAYS:k/=24}break;case d.Qk.DAYS:switch(U){case d.Qk.SECS:k=3600*k*24;break;case d.Qk.MINS:k=60*k*24;break;case d.Qk.HOURS:k*=24}}return k}downloadFile(k,S,U=".json",Z=".csv"){let Y=new Blob;Y=".json"===U?new Blob(["\ufeff"+this.convertToCSV(k)],{type:"text/csv;charset=utf-8;"}):new Blob([k.toString()],{type:"text/plain;charset=utf-8"});const ne=document.createElement("a"),$=URL.createObjectURL(Y);-1!==navigator.userAgent.indexOf("Safari")&&-1===navigator.userAgent.indexOf("Chrome")&&ne.setAttribute("target","_blank"),ne.setAttribute("href",$),ne.setAttribute("download",S+Z),ne.style.visibility="hidden",document.body.appendChild(ne),ne.click(),document.body.removeChild(ne)}convertToCSV(k){const S=[];let U="",Z="",Y="";return"object"!=typeof k&&(k=JSON.parse(k)),k.forEach(($,de)=>{for(const te in $)S.findIndex(ie=>ie===te)<0&&S.push(te)}),Y=S.join(",")+"\r\n",k.forEach($=>{U="",S.forEach(de=>{var te;$.hasOwnProperty(de)?Array.isArray($[de])?(Z="",$[de].forEach((ie,oe)=>{var X;Z+="object"==typeof ie?"("+(null===(X=JSON.stringify(ie))||void 0===X?void 0:X.replace(/\,/g,";"))+")":"("+ie+")"}),U+=Z+","):U+="object"==typeof $[de]?(null===(te=JSON.stringify($[de]))||void 0===te?void 0:te.replace(/\,/g,";"))+",":$[de]+",":U+=","}),Y+=U.slice(0,-1)+"\r\n"}),Y}isVersionCompatible(k,S){var U;if(k){const Z=(null===(U=k.trim())||void 0===U?void 0:U.replace("v","").split("-")[0].split("."))||[],Y=S.split(".");return+Z[0]>+Y[0]||+Z[0]==+Y[0]&&+Z[1]>+Y[1]||+Z[0]==+Y[0]&&+Z[1]==+Y[1]&&+Z[2]>=+Y[2]}return!1}extractErrorMessage(k,S="Unknown Error."){const U=this.titleCase(k.error&&k.error.text&&"string"==typeof k.error.text&&k.error.text.includes('')?"API Route Does Not Exist.":k.error&&k.error.error&&k.error.error.error&&k.error.error.error.error&&k.error.error.error.error.error&&"string"==typeof k.error.error.error.error.error?k.error.error.error.error.error:k.error&&k.error.error&&k.error.error.error&&k.error.error.error.error&&"string"==typeof k.error.error.error.error?k.error.error.error.error:k.error&&k.error.error&&k.error.error.error&&"string"==typeof k.error.error.error?k.error.error.error:k.error&&k.error.error&&"string"==typeof k.error.error?k.error.error:k.error&&"string"==typeof k.error?k.error:k.error&&k.error.error&&k.error.error.error&&k.error.error.error.error&&k.error.error.error.error.message&&"string"==typeof k.error.error.error.error.message?k.error.error.error.error.message:k.error&&k.error.error&&k.error.error.error&&k.error.error.error.message&&"string"==typeof k.error.error.error.message?k.error.error.error.message:k.error&&k.error.error&&k.error.error.message&&"string"==typeof k.error.error.message?k.error.error.message:k.error&&k.error.message&&"string"==typeof k.error.message?k.error.message:k.message&&"string"==typeof k.message?k.message:S);return this.logger.info("Error Message: "+U),U}extractErrorCode(k,S=500){const U=k.error&&k.error.error&&k.error.error.message&&k.error.error.message.code?k.error.error.message.code:k.error&&k.error.error&&k.error.error.code?k.error.error.code:k.error&&k.error.code?k.error.code:k.code?k.code:k.status?k.status:S;return this.logger.info("Error Code: "+U),U}extractErrorNumber(k,S=500){const U=k.error&&k.error.error&&k.error.error.errno?k.error.error.errno:k.error&&k.error.errno?k.error.errno:k.errno?k.errno:k.status?k.status:S;return this.logger.info("Error Number: "+U),U}ngOnDestroy(){this.containerSizeUpdated.next(null),this.containerSizeUpdated.complete()}}return D.\u0275fac=function(k){return new(k||D)(N.LFG(h.D),N.LFG(A.mQ))},D.\u0275prov=N.Yz7({token:D,factory:D.\u0275fac}),D})()},7731:(Ve,j,p)=>{"use strict";p.d(j,{$I:()=>r,$v:()=>k,AB:()=>he,Bn:()=>n,Df:()=>Ne,Dr:()=>A,Er:()=>a,Fq:()=>i,Gi:()=>te,HW:()=>oe,H_:()=>we,IV:()=>d,IX:()=>B,JX:()=>I,LO:()=>b,NT:()=>de,OJ:()=>ne,OO:()=>ye,Qk:()=>$,Qw:()=>c,TJ:()=>N,Vc:()=>w,Xr:()=>P,Xz:()=>M,Zs:()=>y,_t:()=>h,cu:()=>ie,g8:()=>U,gB:()=>Ue,gg:()=>_,hZ:()=>Q,hc:()=>u,kO:()=>v,lr:()=>_e,m6:()=>C,nM:()=>S,n_:()=>Y,ol:()=>Z,op:()=>E,p7:()=>me,pg:()=>H,pt:()=>e,uA:()=>f,uR:()=>q,vn:()=>D,wZ:()=>L,x$:()=>X});var t=p(6087);function e(V){const De=new t.ye;return De.itemsPerPageLabel=V+" per page:",De}const f=["Sats","BTC"],M={Sats:"1.0-0",BTC:"1.6-6",OTHER:"1.2-2"},a=[{id:"USD",name:"USD"},{id:"AUD",name:"AUD"},{id:"BRL",name:"BRL"},{id:"CAD",name:"CAD"},{id:"CHF",name:"CHF"},{id:"CLP",name:"CLP"},{id:"CNY",name:"CNY"},{id:"DKK",name:"DKK"},{id:"EUR",name:"EUR"},{id:"GBP",name:"GBP"},{id:"HKD",name:"HKD"},{id:"INR",name:"INR"},{id:"ISK",name:"ISK"},{id:"JPY",name:"JPY"},{id:"KRW",name:"KRW"},{id:"NZD",name:"NZD"},{id:"PLN",name:"PLN"},{id:"RUB",name:"RUB"},{id:"SEK",name:"SEK"},{id:"SGD",name:"SGD"},{id:"THB",name:"THB"},{id:"TWD",name:"TWD"}],b=["SECS","MINS","HOURS","DAYS"],d=10,N=[5,10,25,100],h=[{addressId:"0",addressCode:"bech32",addressTp:"Bech32 (P2WKH)",addressDetails:"Pay to witness key hash"},{addressId:"1",addressCode:"p2sh-segwit",addressTp:"P2SH (NP2WKH)",addressDetails:"Pay to nested witness key hash (default)"}],A=[{id:"0",name:"Priority (Default)"},{id:"1",name:"Target Confirmation Blocks"},{id:"2",name:"Fee"}],w=[{id:"none",name:"No Fee Limit",placeholder:"No Limit"},{id:"fixed",name:"Fixed Limit (Sats)",placeholder:"Fixed Limit in Sats"},{id:"percent",name:"Percentage of Payment Amount",placeholder:"Percentage Limit"}],D=[{feeRateId:"urgent",feeRateType:"Urgent"},{feeRateId:"normal",feeRateType:"Normal"},{feeRateId:"slow",feeRateType:"Slow"},{feeRateId:"customperkb",feeRateType:"Custom (Sats/vByte)"}],L={themes:[{id:"PURPLE",name:"Diogo"},{id:"TEAL",name:"My2Sats"},{id:"INDIGO",name:"RTL"},{id:"PINK",name:"BK"},{id:"YELLOW",name:"Gold"}],modes:[{id:"DAY",name:"Day"},{id:"NIGHT",name:"Night"}]};var k=(()=>{return(V=k||(k={})).PAYMENT_RECEIVED="payment-received",V.PAYMENT_RELAYED="payment-relayed",V.PAYMENT_SENT="payment-sent",V.PAYMENT_SETTLING_ONCHAIN="payment-settling-onchain",V.PAYMENT_FAILED="payment-failed",V.CHANNEL_OPENED="channel-opened",V.CHANNEL_STATE_CHANGED="channel-state-changed",V.CHANNEL_CLOSED="channel-closed",k;var V})(),S=(()=>{return(V=S||(S={})).INVOICE="invoice",V.BLOCK_HEIGHT="block-height",V.SEND_PAYMENT="send-payment",S;var V})(),U=(()=>((U||(U={})).INVOICE="invoice",U))(),Z=(()=>{return(V=Z||(Z={})).OPERATOR="OPERATOR",V.MERCHANT="MERCHANT",V.ALL="ALL",Z;var V})(),Y=(()=>{return(V=Y||(Y={})).INFORMATION="Information",V.WARNING="Warning",V.ERROR="Error",V.SUCCESS="Success",V.CONFIRM="Confirm",Y;var V})(),ne=(()=>{return(V=ne||(ne={})).JWT="JWT",V.PASSWORD="PASSWORD",ne;var V})(),$=(()=>{return(V=$||($={})).SECS="SECS",V.MINS="MINS",V.HOURS="HOURS",V.DAYS="DAYS",$;var V})(),de=(()=>{return(V=de||(de={})).SATS="Sats",V.BTC="BTC",V.OTHER="OTHER",de;var V})(),te=(()=>{return(V=te||(te={})).ARRAY="ARRAY",V.NUMBER="NUMBER",V.STRING="STRING",V.BOOLEAN="BOOLEAN",V.PASSWORD="PASSWORD",V.DATE="DATE",V.DATE_TIME="DATE_TIME",te;var V})(),ie=(()=>{return(V=ie||(ie={})).XS="XS",V.SM="SM",V.MD="MD",V.LG="LG",V.XL="XL",ie;var V})();const oe={COOPERATIVE_CLOSE:{name:"Co-operative Close",tooltip:"Channel closed cooperatively"},LOCAL_FORCE_CLOSE:{name:"Local Force Close",tooltip:"Channel force-closed by the local node"},REMOTE_FORCE_CLOSE:{name:"Remote Force Close",tooltip:"Channel force-closed by the remote node"},BREACH_CLOSE:{name:"Breach Close",tooltip:"Remote node attempted to broadcast a prior revoked channel state"},FUNDING_CANCELED:{name:"Funding Canceled",tooltip:"Channel never fully opened"},ABANDONED:{name:"Abandoned",tooltip:"Channel abandoned by the local node"}},X={WITNESS_PUBKEY_HASH:{name:"Witness Pubkey Hash",tooltip:""},NESTED_PUBKEY_HASH:{name:"Nested Pubkey Hash",tooltip:""},UNUSED_WITNESS_PUBKEY_HASH:{name:"Unused Witness Pubkey Hash",tooltip:""},UNUSED_NESTED_PUBKEY_HASH:{name:"Unused Nested Pubkey Hash",tooltip:""}};var me=(()=>{return(V=me||(me={})).WIRE_INVALID_ONION_VERSION="Invalid Onion Version",V.WIRE_INVALID_ONION_HMAC="Invalid Onion HMAC",V.WIRE_INVALID_ONION_KEY="Invalid Onion Key",V.WIRE_TEMPORARY_CHANNEL_FAILURE="Temporary Channel Failure",V.WIRE_PERMANENT_CHANNEL_FAILURE="Permanent Channel Failure",V.WIRE_REQUIRED_CHANNEL_FEATURE_MISSING="Missing Required Channel Feature",V.WIRE_UNKNOWN_NEXT_PEER="Unknown Next Peer",V.WIRE_AMOUNT_BELOW_MINIMUM="Amount Below Minimum",V.WIRE_FEE_INSUFFICIENT="Insufficient Fee",V.WIRE_INCORRECT_CLTV_EXPIRY="Incorrect CLTV Expiry",V.WIRE_EXPIRY_TOO_FAR="Expiry Too Far",V.WIRE_EXPIRY_TOO_SOON="Expiry Too Soon",V.WIRE_CHANNEL_DISABLED="Channel Disabled",V.WIRE_INVALID_ONION_PAYLOAD="Invalid Onion Payload",V.WIRE_INVALID_REALM="Invalid Realm",V.WIRE_PERMANENT_NODE_FAILURE="Permanent Node Failure",V.WIRE_TEMPORARY_NODE_FAILURE="Temporary Node Failure",V.WIRE_REQUIRED_NODE_FEATURE_MISSING="Missing Required Node Feature",V.WIRE_INVALID_ONION_BLINDING="Invalid Onion Binding",V.WIRE_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS="Incorrect or Unknow Payment Details",V.WIRE_MPP_TIMEOUT="MPP Timeout",V.WIRE_FINAL_INCORRECT_CLTV_EXPIRY="Incorrect CLTV Expiry",V.WIRE_FINAL_INCORRECT_HTLC_AMOUNT="Incorrect HTLC Amount",me;var V})(),y=(()=>{return(V=y||(y={})).CHANNELD_NORMAL="Active",V.OPENINGD="Opening",V.CHANNELD_AWAITING_LOCKIN="Pending Open",V.CHANNELD_SHUTTING_DOWN="Shutting Down",V.CLOSINGD_SIGEXCHANGE="Closing: Sig Exchange",V.CLOSINGD_COMPLETE="Closed",V.AWAITING_UNILATERAL="Awaiting Unilateral Close",V.FUNDING_SPEND_SEEN="Funding Spend Seen",V.ONCHAIN="Onchain",V.DUALOPEND_OPEN_INIT="Dual Open Initialized",V.DUALOPEND_AWAITING_LOCKIN="Dual Pending Open",y;var V})(),i=(()=>{return(V=i||(i={})).INITIATED="Initiated",V.PREIMAGE_REVEALED="Preimage Revealed",V.HTLC_PUBLISHED="HTLC Published",V.SUCCESS="Successful",V.FAILED="Failed",V.INVOICE_SETTLED="Invoice Settled",i;var V})(),r=(()=>{return(V=r||(r={})).LOOP_OUT="LOOP_OUT",V.LOOP_IN="LOOP_IN",r;var V})(),u=(()=>{return(V=u||(u={})).SWAP_OUT="SWAP_OUT",V.SWAP_IN="SWAP_IN",u;var V})(),c=(()=>{return(V=c||(c={}))["swap.created"]="Swap Created",V["swap.expired"]="Swap Expired",V["invoice.set"]="Invoice Set",V["invoice.paid"]="Invoice Paid",V["invoice.pending"]="Invoice Pending",V["invoice.settled"]="Invoice Settled",V["invoice.failedToPay"]="Invoice Failed To Pay",V["channel.created"]="Channel Created",V["transaction.failed"]="Transaction Failed",V["transaction.mempool"]="Transaction Mempool",V["transaction.claimed"]="Transaction Claimed",V["transaction.refunded"]="Transaction Refunded",V["transaction.confirmed"]="Transaction Confirmed",V["swap.refunded"]="Swap Refunded",V["swap.abandoned"]="Swap Abandoned",c;var V})();const _=[{name:"Jan",days:31},{name:"Feb",days:28},{name:"Mar",days:31},{name:"Apr",days:30},{name:"May",days:31},{name:"Jun",days:30},{name:"Jul",days:31},{name:"Aug",days:31},{name:"Sep",days:30},{name:"Oct",days:31},{name:"Nov",days:30},{name:"Dec",days:31}],E=["MONTHLY","YEARLY"];var I=(()=>{return(V=I||(I={})).LOOP="LOOP",V.BOLTZ="BOLTZ",V.OFFERS="OFFERS",I;var V})();const v=["password","changeme","moneyprintergobrrr"];var n=(()=>{return(V=n||(n={})).UN_INITIATED="UN_INITIATED",V.INITIATED="INITIATED",V.COMPLETED="COMPLETED",V.ERROR="ERROR",n;var V})();const C={NO_SPINNER:"No Spinner...",GET_NODE_INFO:"Getting Node Information...",INITALIZE_NODE_DATA:"Initializing Node Data...",GENERATE_NEW_ADDRESS:"Getting New Address...",SEND_FUNDS:"Sending Funds...",UPDATE_CHAN_POLICY:"Updating Channel Policy...",GET_CHAN_POLICY:"Fetching Channel Policy...",GET_REMOTE_POLICY:"Fetching Remote Policy...",CLOSE_CHANNEL:"Closing Channel...",FORCE_CLOSE_CHANNEL:"Force Closing Channel...",OPEN_CHANNEL:"Opening Channel...",CONNECT_PEER:"Connecting Peer...",DISCONNECT_PEER:"Disconnecting Peer...",ADD_INVOICE:"Adding Invoice...",CREATE_INVOICE:"Creating Invoice...",DELETE_INVOICE:"Deleting Invoices...",DECODE_PAYMENT:"Decoding Payment...",DECODE_OFFER:"Decoding Offer...",DECODE_PAYMENTS:"Decoding Payments...",FETCH_INVOICE:"Fetching Invoice...",GET_SENT_PAYMENTS:"Getting Sent Payments...",SEND_PAYMENT:"Sending Payment...",SEND_KEYSEND:"Sending Keysend Payment...",SEARCHING_NODE:"Searching Node...",SEARCHING_CHANNEL:"Searching Channel...",SEARCHING_INVOICE:"Searching Invoice...",SEARCHING_PAYMENT:"Searching Payment...",BACKUP_CHANNEL:"Backup Channels...",VERIFY_CHANNEL:"Verify Channel...",DOWNLOAD_BACKUP_FILE:"Downloading Backup File...",RESTORE_CHANNEL:"Restoring Channels...",GET_TERMS_QUOTES:"Getting Terms and Quotes...",LABEL_UTXO:"Labelling UTXO...",GET_NODE_ADDRESS:"Getting Node Address...",GEN_SEED:"Generating Seed...",INITIALIZE_WALLET:"Initializing Wallet...",UNLOCK_WALLET:"Unlocking Wallet...",WAIT_SYNC_NODE:"Waiting for Node Sync...",UPDATE_BOLTZ_SETTINGS:"Updating Boltz Service Settings...",UPDATE_LOOP_SETTINGS:"Updating Loop Service Settings...",UPDATE_SETTING:"Updating Setting...",UPDATE_UI_SETTINGS:"Updating Settings...",UPDATE_NODE_SETTINGS:"Updating Node Settings...",UPDATE_SELECTED_NODE:"Updating Selected Node...",OPEN_CONFIG_FILE:"Opening Config File...",GET_SERVICE_INFO:"Getting Service Info...",GET_QUOTE:"Getting Quotes...",UPDATE_DEFAULT_NODE_SETTING:"Updating Defaule Node Settings...",GET_BOLTZ_SWAPS:"Getting Boltz Swaps...",SIGN_MESSAGE:"Signing Message...",VERIFY_MESSAGE:"Verifying Message...",BUMP_FEE:"Bumping Fee...",LEASE_UTXO:"Leasing UTXO...",GET_LOOP_SWAPS:"Getting List Swaps...",GET_FORWARDING_HISTORY:"Getting Forwarding History...",GET_LOOKUP_DETAILS:"Getting Lookup Details...",GET_RTL_CONFIG:"Getting RTL Config...",VERIFY_TOKEN:"Verify Token...",DISABLE_OFFER:"Disabling Offer...",CREATE_OFFER:"Creating Offer...",DELETE_OFFER_BOOKMARK:"Deleting Bookmark...",GET_FUNDER_POLICY:"Getting Or Updating Funder Policy...",GET_LIST_CONFIGS:"Getting Configurations List...",LIST_NETWORK_NODES:"Getting Network Nodes List...",LOG_OUT:"Logging Out..."};var B=(()=>{return(V=B||(B={})).INVOICE="INVOICE",V.OFFER="OFFER",V.KEYSEND="KEYSEND",B;var V})(),P=(()=>{return(V=P||(P={})).FEES="FEES",V.EVENTS="EVENTS",P;var V})(),H=(()=>{return(V=H||(H={})).VOID="VOID",V.SET_API_URL_ECL="SET_API_URL_ECL",V.UPDATE_SELECTED_NODE_OPTIONS="UPDATE_SELECTED_NODE_OPTIONS",V.UPDATE_API_CALL_STATUS_ROOT="UPDATE_API_CALL_STATUS_ROOT",V.RESET_ROOT_STORE="RESET_ROOT_STORE",V.CLOSE_ALL_DIALOGS="CLOSE_ALL_DIALOGS",V.OPEN_SNACK_BAR="OPEN_SNACKBAR",V.OPEN_SPINNER="OPEN_SPINNER",V.CLOSE_SPINNER="CLOSE_SPINNER",V.OPEN_ALERT="OPEN_ALERT",V.CLOSE_ALERT="CLOSE_ALERT",V.OPEN_CONFIRMATION="OPEN_CONFIRMATION",V.CLOSE_CONFIRMATION="CLOSE_CONFIRMATION",V.SHOW_PUBKEY="SHOW_PUBKEY",V.FETCH_CONFIG="FETCH_CONFIG",V.SHOW_CONFIG="SHOW_CONFIG",V.FETCH_STORE="FETCH_STORE",V.SET_STORE="SET_STORE",V.FETCH_RTL_CONFIG="FETCH_RTL_CONFIG",V.SET_RTL_CONFIG="SET_RTL_CONFIG",V.SAVE_SSO="SAVE_SSO",V.SAVE_SETTINGS="SAVE_SETTINGS",V.TWO_FA_SAVE_SETTINGS="TWO_FA_SAVE_SETTINGS",V.SET_SELECTED_NODE="SET_SELECTED_NODE",V.UPDATE_ROOT_NODE_SETTINGS="UPDATE_ROOT_NODE_SETTINGS",V.UPDATE_SERVICE_SETTINGS="UPDATE_SERVICE_SETTINGS",V.SET_NODE_DATA="SET_NODE_DATA",V.IS_AUTHORIZED="IS_AUTHORIZED",V.IS_AUTHORIZED_RES="IS_AUTHORIZED_RES",V.LOGIN="LOGIN",V.VERIFY_TWO_FA="VERIFY_TWO_FA",V.LOGOUT="LOGOUT",V.RESET_PASSWORD="RESET_PASSWORD",V.RESET_PASSWORD_RES="RESET_PASSWORD_RES",V.FETCH_FILE="FETCH_FILE",V.SHOW_FILE="SHOW_FILE",H;var V})(),q=(()=>{return(V=q||(q={})).RESET_LND_STORE="RESET_LND_STORE",V.UPDATE_API_CALL_STATUS_LND="UPDATE_API_CALL_STATUS_LND",V.SET_CHILD_NODE_SETTINGS_LND="SET_CHILD_NODE_SETTINGS_LND",V.FETCH_INFO_LND="FETCH_INFO_LND",V.SET_INFO_LND="SET_INFO_LND",V.FETCH_PEERS_LND="FETCH_PEERS_LND",V.SET_PEERS_LND="SET_PEERS_LND",V.SAVE_NEW_PEER_LND="SAVE_NEW_PEER_LND",V.NEWLY_ADDED_PEER_LND="NEWLY_ADDED_PEER_LND",V.DETACH_PEER_LND="DETACH_PEER_LND",V.REMOVE_PEER_LND="REMOVE_PEER_LND",V.SAVE_NEW_INVOICE_LND="SAVE_NEW_INVOICE_LND",V.NEWLY_SAVED_INVOICE_LND="NEWLY_SAVED_INVOICE_LND",V.ADD_INVOICE_LND="ADD_INVOICE_LND",V.FETCH_FEES_LND="FETCH_FEES_LND",V.SET_FEES_LND="SET_FEES_LND",V.FETCH_BLOCKCHAIN_BALANCE_LND="FETCH_BLOCKCHAIN_BALANCE_LND",V.SET_BLOCKCHAIN_BALANCE_LND="SET_BLOCKCHAIN_BALANCE_LND",V.FETCH_NETWORK_LND="FETCH_NETWORK_LND",V.SET_NETWORK_LND="SET_NETWORK_LND",V.FETCH_CHANNELS_LND="FETCH_CHANNELS_LND",V.FETCH_PENDING_CHANNELS_LND="FETCH_PENDING_CHANNELS_LND",V.FETCH_CLOSED_CHANNELS_LND="FETCH_CLOSED_CHANNELS_LND",V.SET_CHANNELS_LND="SET_CHANNELS_LND",V.SET_PENDING_CHANNELS_LND="SET_PENDING_CHANNELS_LND",V.SET_CLOSED_CHANNELS_LND="SET_CLOSED_CHANNELS_LND",V.UPDATE_CHANNEL_LND="UPDATE_CHANNEL_LND",V.SAVE_NEW_CHANNEL_LND="SAVE_NEW_CHANNEL_LND",V.CLOSE_CHANNEL_LND="CLOSE_CHANNEL_LND",V.REMOVE_CHANNEL_LND="REMOVE_CHANNEL_LND",V.BACKUP_CHANNELS_LND="BACKUP_CHANNELS_LND",V.VERIFY_CHANNEL_LND="VERIFY_CHANNEL_LND",V.BACKUP_CHANNELS_RES_LND="BACKUP_CHANNELS_RES_LND",V.VERIFY_CHANNEL_RES_LND="VERIFY_CHANNEL_RES_LND",V.RESTORE_CHANNELS_LIST_LND="RESTORE_CHANNELS_LIST_LND",V.SET_RESTORE_CHANNELS_LIST_LND="SET_RESTORE_CHANNELS_LIST_LND",V.RESTORE_CHANNELS_LND="RESTORE_CHANNELS_LND",V.RESTORE_CHANNELS_RES_LND="RESTORE_CHANNELS_RES_LND",V.FETCH_INVOICES_LND="FETCH_INVOICES_LND",V.SET_INVOICES_LND="SET_INVOICES_LND",V.UPDATE_INVOICE_LND="UPDATE_INVOICE_LND",V.UPDATE_PAYMENT_LND="UPDATE_PAYMENT_LND",V.SET_TOTAL_INVOICES_LND="SET_TOTAL_INVOICES_LND",V.FETCH_TRANSACTIONS_LND="FETCH_TRANSACTIONS_LND",V.SET_TRANSACTIONS_LND="SET_TRANSACTIONS_LND",V.FETCH_UTXOS_LND="FETCH_UTXOS_LND",V.SET_UTXOS_LND="SET_UTXOS_LND",V.FETCH_PAYMENTS_LND="FETCH_PAYMENTS_LND",V.SET_PAYMENTS_LND="SET_PAYMENTS_LND",V.SEND_PAYMENT_LND="SEND_PAYMENT_LND",V.SEND_PAYMENT_STATUS_LND="SEND_PAYMENT_STATUS_LND",V.FETCH_GRAPH_NODE_LND="FETCH_GRAPH_NODE_LND",V.SET_GRAPH_NODE_LND="SET_GRAPH_NODE_LND",V.GET_NEW_ADDRESS_LND="GET_NEW_ADDRESS_LND",V.SET_NEW_ADDRESS_LND="SET_NEW_ADDRESS_LND",V.SET_CHANNEL_TRANSACTION_LND="SET_CHANNEL_TRANSACTION_LND",V.SET_CHANNEL_TRANSACTION_RES_LND="SET_CHANNEL_TRANSACTION_RES_LND",V.GEN_SEED_LND="GEN_SEED_LND",V.GEN_SEED_RESPONSE_LND="GEN_SEED_RESPONSE_LND",V.INIT_WALLET_LND="INIT_WALLET_LND",V.INIT_WALLET_RESPONSE_LND="INIT_WALLET_RESPONSE_LND",V.UNLOCK_WALLET_LND="UNLOCK_WALLET_LND",V.PEER_LOOKUP_LND="PEER_LOOKUP_LND",V.CHANNEL_LOOKUP_LND="CHANNEL_LOOKUP_LND",V.INVOICE_LOOKUP_LND="INVOICE_LOOKUP_LND",V.PAYMENT_LOOKUP_LND="PAYMENT_LOOKUP_LND",V.SET_LOOKUP_LND="SET_LOOKUP_LND",V.GET_FORWARDING_HISTORY_LND="GET_FORWARDING_HISTORY_LND",V.SET_FORWARDING_HISTORY_LND="SET_FORWARDING_HISTORY_LND",V.GET_QUERY_ROUTES_LND="GET_QUERY_ROUTES_LND",V.SET_QUERY_ROUTES_LND="SET_QUERY_ROUTES_LND",V.GET_ALL_LIGHTNING_TRANSATIONS_LND="GET_ALL_LIGHTNING_TRANSATIONS_LND",V.SET_ALL_LIGHTNING_TRANSATIONS_LND="SET_ALL_LIGHTNING_TRANSATIONS_LND",q;var V})(),he=(()=>{return(V=he||(he={})).RESET_CLN_STORE="RESET_CLN_STORE",V.UPDATE_API_CALL_STATUS_CLN="UPDATE_API_CALL_STATUS_CLN",V.SET_CHILD_NODE_SETTINGS_CLN="SET_CHILD_NODE_SETTINGS_CLN",V.FETCH_INFO_CLN="FETCH_INFO_CL_CLN",V.SET_INFO_CLN="SET_INFO_CLN",V.FETCH_FEES_CLN="FETCH_FEES_CLN",V.SET_FEES_CLN="SET_FEES_CLN",V.FETCH_FEE_RATES_CLN="FETCH_FEE_RATES_CLN",V.SET_FEE_RATES_CLN="SET_FEE_RATES_CLN",V.FETCH_BALANCE_CLN="FETCH_BALANCE_CLN",V.SET_BALANCE_CLN="SET_BALANCE_CLN",V.FETCH_LOCAL_REMOTE_BALANCE_CLN="FETCH_LOCAL_REMOTE_BALANCE_CLN",V.SET_LOCAL_REMOTE_BALANCE_CLN="SET_LOCAL_REMOTE_BALANCE_CLN",V.GET_NEW_ADDRESS_CLN="GET_NEW_ADDRESS_CLN",V.SET_NEW_ADDRESS_CLN="SET_NEW_ADDRESS_CLN",V.FETCH_UTXOS_CLN="FETCH_UTXOS_CLN",V.SET_UTXOS_CLN="SET_UTXOS_CLN",V.FETCH_PEERS_CLN="FETCH_PEERS_CLN",V.SET_PEERS_CLN="SET_PEERS_CLN",V.SAVE_NEW_PEER_CLN="SAVE_NEW_PEER_CLN",V.NEWLY_ADDED_PEER_CLN="NEWLY_ADDED_PEER_CLN",V.ADD_PEER_CLN="ADD_PEER_CLN",V.DETACH_PEER_CLN="DETACH_PEER_CLN",V.REMOVE_PEER_CLN="REMOVE_PEER_CLN",V.FETCH_CHANNELS_CLN="FETCH_CHANNELS_CLN",V.SET_CHANNELS_CLN="SET_CHANNELS_CLN",V.UPDATE_CHANNEL_CLN="UPDATE_CHANNEL_CLN",V.SAVE_NEW_CHANNEL_CLN="SAVE_NEW_CHANNEL_CLN",V.CLOSE_CHANNEL_CLN="CLOSE_CHANNEL_CLN",V.REMOVE_CHANNEL_CLN="REMOVE_CHANNEL_CLN",V.FETCH_PAYMENTS_CLN="FETCH_PAYMENTS_CLN",V.SET_PAYMENTS_CLN="SET_PAYMENTS_CLN",V.SEND_PAYMENT_CLN="SEND_PAYMENT_CLN",V.SEND_PAYMENT_STATUS_CLN="SEND_PAYMENT_STATUS_CLN",V.GET_QUERY_ROUTES_CLN="GET_QUERY_ROUTES_CLN",V.SET_QUERY_ROUTES_CLN="SET_QUERY_ROUTES_CLN",V.PEER_LOOKUP_CLN="PEER_LOOKUP_CLN",V.CHANNEL_LOOKUP_CLN="CHANNEL_LOOKUP_CLN",V.INVOICE_LOOKUP_CLN="INVOICE_LOOKUP_CLN",V.SET_LOOKUP_CLN="SET_LOOKUP_CLN",V.GET_FORWARDING_HISTORY_CLN="GET_FORWARDING_HISTORY_CLN",V.SET_FORWARDING_HISTORY_CLN="SET_FORWARDING_HISTORY_CLN",V.GET_FAILED_FORWARDING_HISTORY_CLN="GET_FAILED_FORWARDING_HISTORY_CLN",V.SET_FAILED_FORWARDING_HISTORY_CLN="SET_FAILED_FORWARDING_HISTORY_CLN",V.GET_LOCAL_FAILED_FORWARDING_HISTORY_CLN="GET_LOCAL_FAILED_FORWARDING_HISTORY_CLN",V.SET_LOCAL_FAILED_FORWARDING_HISTORY_CLN="SET_LOCAL_FAILED_FORWARDING_HISTORY_CLN",V.FETCH_INVOICES_CLN="FETCH_INVOICES_CLN",V.SET_INVOICES_CLN="SET_INVOICES_CLN",V.SAVE_NEW_INVOICE_CLN="SAVE_NEW_INVOICE_CLN",V.ADD_INVOICE_CLN="ADD_INVOICE_CLN",V.UPDATE_INVOICE_CLN="UPDATE_INVOICE_CLN",V.DELETE_EXPIRED_INVOICE_CLN="DELETE_EXPIRED_INVOICE_CLN",V.SET_CHANNEL_TRANSACTION_CLN="SET_CHANNEL_TRANSACTION_CLN",V.SET_CHANNEL_TRANSACTION_RES_CLN="SET_CHANNEL_TRANSACTION_RES_CLN",V.FETCH_OFFER_INVOICE_CLN="FETCH_OFFER_INVOICE_CLN",V.SET_OFFER_INVOICE_CLN="SET_OFFER_INVOICE_CLN",V.FETCH_OFFERS_CLN="FETCH_OFFERS_CLN",V.SET_OFFERS_CLN="SET_OFFERS_CLN",V.SAVE_NEW_OFFER_CLN="SAVE_NEW_OFFER_CLN",V.ADD_OFFER_CLN="ADD_OFFER_CLN",V.DISABLE_OFFER_CLN="DISABLE_OFFER_CLN",V.UPDATE_OFFER_CLN="UPDATE_OFFER_CLN",V.FETCH_OFFER_BOOKMARKS_CLN="FETCH_OFFER_BOOKMARKS_CLN",V.SET_OFFER_BOOKMARKS_CLN="SET_OFFER_BOOKMARKS_CLN",V.ADD_UPDATE_OFFER_BOOKMARK_CLN="ADD_UPDATE_OFFER_BOOKMARK_CLN",V.DELETE_OFFER_BOOKMARK_CLN="DELETE_OFFER_BOOKMARK_CLN",V.REMOVE_OFFER_BOOKMARK_CLN="REMOVE_OFFER_BOOKMARK_CL",he;var V})(),_e=(()=>{return(V=_e||(_e={})).RESET_ECL_STORE="RESET_ECL_STORE",V.UPDATE_API_CALL_STATUS_ECL="UPDATE_API_CALL_STATUS_ECL",V.SET_CHILD_NODE_SETTINGS_ECL="SET_CHILD_NODE_SETTINGS_ECL",V.FETCH_INFO_ECL="FETCH_INFO_ECL",V.SET_INFO_ECL="SET_INFO_ECL",V.FETCH_FEES_ECL="FETCH_FEES_ECL",V.SET_FEES_ECL="SET_FEES_ECL",V.FETCH_CHANNELS_ECL="FETCH_CHANNELS_ECL",V.SET_ACTIVE_CHANNELS_ECL="SET_ACTIVE_CHANNELS_ECL",V.SET_PENDING_CHANNELS_ECL="SET_PENDING_CHANNELS_ECL",V.SET_INACTIVE_CHANNELS_ECL="SET_INACTIVE_CHANNELS_ECL",V.FETCH_ONCHAIN_BALANCE_ECL="FETCH_ONCHAIN_BALANCE_ECL",V.SET_ONCHAIN_BALANCE_ECL="SET_ONCHAIN_BALANCE_ECL",V.FETCH_LIGHTNING_BALANCE_ECL="FETCH_LIGHTNING_BALANCE_ECL",V.SET_LIGHTNING_BALANCE_ECL="SET_LIGHTNING_BALANCE_ECL",V.SET_CHANNELS_STATUS_ECL="SET_CHANNELS_STATUS_ECL",V.FETCH_PEERS_ECL="FETCH_PEERS_ECL",V.SET_PEERS_ECL="SET_PEERS_ECL",V.SAVE_NEW_PEER_ECL="SAVE_NEW_PEER_ECL",V.NEWLY_ADDED_PEER_ECL="NEWLY_ADDED_PEER_ECL",V.ADD_PEER_ECL="ADD_PEER_ECL",V.DETACH_PEER_ECL="DETACH_PEER_ECL",V.REMOVE_PEER_ECL="REMOVE_PEER_ECL",V.GET_NEW_ADDRESS_ECL="GET_NEW_ADDRESS_ECL",V.SET_NEW_ADDRESS_ECL="SET_NEW_ADDRESS_ECL",V.SAVE_NEW_CHANNEL_ECL="SAVE_NEW_CHANNEL_ECL",V.UPDATE_CHANNEL_ECL="UPDATE_CHANNEL_ECL",V.CLOSE_CHANNEL_ECL="CLOSE_CHANNEL_ECL",V.REMOVE_CHANNEL_ECL="REMOVE_CHANNEL_ECL",V.FETCH_PAYMENTS_ECL="FETCH_PAYMENTS_ECL",V.SET_PAYMENTS_ECL="SET_PAYMENTS_ECL",V.GET_QUERY_ROUTES_ECL="GET_QUERY_ROUTES_ECL",V.SET_QUERY_ROUTES_ECL="SET_QUERY_ROUTES_ECL",V.SEND_PAYMENT_ECL="SEND_PAYMENT_ECL",V.SEND_PAYMENT_STATUS_ECL="SEND_PAYMENT_STATUS_ECL",V.FETCH_TRANSACTIONS_ECL="FETCH_TRANSACTIONS_ECL",V.SET_TRANSACTIONS_ECL="SET_TRANSACTIONS_ECL",V.SEND_ONCHAIN_FUNDS_ECL="SEND_ONCHAIN_FUNDS_ECL",V.SEND_ONCHAIN_FUNDS_RES_ECL="SEND_ONCHAIN_FUNDS_RES_ECL",V.FETCH_INVOICES_ECL="FETCH_INVOICES_ECL",V.SET_INVOICES_ECL="SET_INVOICES_ECL",V.SET_TOTAL_INVOICES_ECL="SET_TOTAL_INVOICES_ECL",V.CREATE_INVOICE_ECL="CREATE_INVOICE_ECL",V.ADD_INVOICE_ECL="ADD_INVOICE_ECL",V.UPDATE_INVOICE_ECL="UPDATE_INVOICE_ECL",V.PEER_LOOKUP_ECL="PEER_LOOKUP_ECL",V.INVOICE_LOOKUP_ECL="INVOICE_LOOKUP_ECL",V.SET_LOOKUP_ECL="SET_LOOKUP_ECL",V.UPDATE_CHANNEL_STATE_ECL="UPDATE_CHANNEL_STATE_ECL",V.UPDATE_RELAYED_PAYMENT_ECL="UPDATE_RELAYED_PAYMENT_ECL",_e;var V})();const Ne=[{range:{min:0,max:1},description:"Requires or supports extra channel re-establish fields"},{range:{min:4,max:5},description:"Commits to a shutdown script pubkey when opening channel"},{range:{min:6,max:7},description:"More sophisticated gossip control"},{range:{min:8,max:9},description:"Requires/supports variable-length routing onion payloads"},{range:{min:10,max:11},description:"Gossip queries can include additional information"},{range:{min:12,max:13},description:"Static key for remote output"},{range:{min:14,max:15},description:"Node supports payment secret field"},{range:{min:16,max:17},description:"Node can receive basic multi-part payments"},{range:{min:18,max:19},description:"Node can create large channels"},{range:{min:20,max:21},description:"Anchor outputs"},{range:{min:22,max:23},description:"Anchor commitment type with zero fee HTLC transactions"},{range:{min:26,max:27},description:"Future segwit versions allowed in shutdown"}];var we=(()=>{return(V=we||(we={})).gossip_queries_ex="Gossip queries including additional information",V.option_anchor_outputs="Anchor outputs",V.option_data_loss_protect="Extra channel re-establish fields",V.var_onion_optin="Variable-length routing onion payloads",V.option_static_remotekey="Static key for remote output",V.option_support_large_channel="Create large channels",V.option_anchors_zero_fee_htlc_tx="Anchor commitment type with zero fee HTLC transactions",V.payment_secret="Payment secret field",V.option_shutdown_anysegwit="Future segwit versions allowed in shutdown",V.basic_mpp="Basic multi-part payments",V.gossip_queries="More sophisticated gossip control",V.option_upfront_shutdown_script="Shutdown script pubkey when opening channel",V.anchors_zero_fee_htlc_tx="Anchor commitment type with zero fee HTLC transactions",V.amp="AMP",we;var V})(),Q=(()=>{return(V=Q||(Q={}))["data-loss-protect"]="Extra channel re-establish fields",V["upfront-shutdown-script"]="Shutdown script pubkey when opening channel",V["gossip-queries"]="More sophisticated gossip control",V["tlv-onion"]="Variable-length routing onion payloads",V["ext-gossip-queries"]="Gossip queries can include additional information",V["static-remote-key"]="Static key for remote output",V["payment-addr"]="Payment secret field",V["multi-path-payments"]="Basic multi-part payments",V["wumbo-channels"]="Wumbo Channels",V.anchors="Anchor outputs",V["anchors-zero-fee-htlc-tx"]="Anchor commitment type with zero fee HTLC transactions",V.amp="AMP",Q;var V})();const Ue=[{id:"match",placeholder:"Policy Match (%age)",min:0,max:200},{id:"available",placeholder:"Policy Available (%age)",min:0,max:100},{id:"fixed",placeholder:"Fixed Policy (Sats)",min:0,max:100}];var ye=(()=>{return(V=ye||(ye={})).OFFERED="offered",V.SETTLED="settled",V.FAILED="failed",V.LOCAL_FAILED="local_failed",ye;var V})()},8104:(Ve,j,p)=>{"use strict";p.d(j,{D:()=>oe});var t=p(8138),e=p(1135),f=p(7579),M=p(2843),a=p(9646),b=p(590),d=p(5577),N=p(2722),h=p(4004),A=p(262),w=p(1365),D=p(2340),L=p(7731),k=p(1786),S=p(7861),U=p(6523),Z=p(6529),Y=p(9828),ne=p(5e3),$=p(5620),de=p(5043),te=p(7261),ie=p(9808);let oe=(()=>{class X{constructor(y,i,r,u,c){this.httpClient=y,this.store=i,this.logger=r,this.snackBar=u,this.titleCasePipe=c,this.APIUrl=D.T5,this.lnImplementation="",this.lnImplementationUpdated=new e.X(null),this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x],this.mapAliases=(_,E)=>(_&&_.length>0?_.forEach((I,v)=>{var n;if(E&&E.length>0)for(let C=0;Cnull!==r),(0,d.z)(r=>{let u=this.APIUrl+"/"+r+D.NZ.PAYMENTS_API+"/decode/"+y;return"cln"===r&&(u=this.APIUrl+"/"+r+D.NZ.UTILITY_API+"/decode/"+y),this.store.dispatch((0,S.ac)({payload:L.m6.DECODE_PAYMENT})),this.httpClient.get(u).pipe((0,N.R)(this.unSubs[0]),(0,h.U)(c=>(this.store.dispatch((0,S.uO)({payload:L.m6.DECODE_PAYMENT})),c)),(0,A.K)(c=>(i?this.handleErrorWithoutAlert("Decode Payment",L.m6.DECODE_PAYMENT,c):this.handleErrorWithAlert("decodePaymentData",L.m6.DECODE_PAYMENT,"Decode Payment Failed",u,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))}))}decodePayments(y){return this.lnImplementationUpdated.pipe((0,b.P)(i=>null!==i),(0,d.z)(i=>{let r="",u="";return"ecl"===i?(r=this.APIUrl+"/"+i+D.NZ.PAYMENTS_API+"/getsentinfos",u=L.m6.GET_SENT_PAYMENTS):"cln"===i?(r=this.APIUrl+"/"+i+D.NZ.UTILITY_API,u=L.m6.DECODE_PAYMENTS):(r=this.APIUrl+"/"+i+D.NZ.PAYMENTS_API,u=L.m6.DECODE_PAYMENTS),this.store.dispatch((0,S.ac)({payload:u})),this.httpClient.post(r,{payments:y}).pipe((0,N.R)(this.unSubs[1]),(0,h.U)(c=>(this.store.dispatch((0,S.uO)({payload:u})),c)),(0,A.K)(c=>(this.handleErrorWithAlert("decodePaymentsData",u,u+" Failed",r,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))}))}getAliasesFromPubkeys(y,i){return this.lnImplementationUpdated.pipe((0,b.P)(r=>null!==r),(0,d.z)(r=>{if(i){const u=(new t.LE).set("pubkeys",y);return this.httpClient.get(this.APIUrl+"/"+r+D.NZ.NETWORK_API+"/nodes",{params:u})}return this.httpClient.get(this.APIUrl+"/"+r+D.NZ.NETWORK_API+"/node/"+y)}))}signMessage(y){return this.lnImplementationUpdated.pipe((0,b.P)(i=>null!==i),(0,d.z)(i=>{let r=this.APIUrl+"/"+i+D.NZ.MESSAGE_API+"/sign";return"cln"===i&&(r=this.APIUrl+"/"+i+D.NZ.UTILITY_API+"/sign"),this.store.dispatch((0,S.ac)({payload:L.m6.SIGN_MESSAGE})),this.httpClient.post(r,{message:y}).pipe((0,N.R)(this.unSubs[2]),(0,h.U)(u=>(this.store.dispatch((0,S.uO)({payload:L.m6.SIGN_MESSAGE})),u)),(0,A.K)(u=>(this.handleErrorWithAlert("signMessageData",L.m6.SIGN_MESSAGE,"Sign Message Failed",r,u),(0,M._)(()=>new Error(this.extractErrorMessage(u))))))}))}verifyMessage(y,i){return this.lnImplementationUpdated.pipe((0,b.P)(r=>null!==r),(0,d.z)(r=>{let u=this.APIUrl+"/"+r+D.NZ.MESSAGE_API+"/verify";return"cln"===r&&(u=this.APIUrl+"/"+r+D.NZ.UTILITY_API+"/verify"),this.store.dispatch((0,S.ac)({payload:L.m6.VERIFY_MESSAGE})),this.httpClient.post(u,{message:y,signature:i}).pipe((0,N.R)(this.unSubs[3]),(0,h.U)(c=>(this.store.dispatch((0,S.uO)({payload:L.m6.VERIFY_MESSAGE})),c)),(0,A.K)(c=>(this.handleErrorWithAlert("verifyMessageData",L.m6.VERIFY_MESSAGE,"Verify Message Failed",u,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))}))}bumpFee(y,i,r,u){return this.lnImplementationUpdated.pipe((0,b.P)(c=>null!==c),(0,d.z)(c=>{const _={txid:y,outputIndex:i};return r&&(_.targetConf=r),u&&(_.satPerByte=u),this.store.dispatch((0,S.ac)({payload:L.m6.BUMP_FEE})),this.httpClient.post(this.APIUrl+"/"+c+D.NZ.WALLET_API+"/bumpfee",_).pipe((0,N.R)(this.unSubs[4]),(0,h.U)(E=>(this.store.dispatch((0,S.uO)({payload:L.m6.BUMP_FEE})),this.snackBar.open("Successfully bumped the fee. Use the block explorer to verify transaction."),E)),(0,A.K)(E=>(this.handleErrorWithoutAlert("Bump Fee",L.m6.BUMP_FEE,E),(0,M._)(()=>new Error(this.extractErrorMessage(E))))))}))}labelUTXO(y,i,r=!0){return this.lnImplementationUpdated.pipe((0,b.P)(u=>null!==u),(0,d.z)(u=>{const c={txid:y,label:i,overwrite:r};return this.store.dispatch((0,S.ac)({payload:L.m6.LABEL_UTXO})),this.httpClient.post(this.APIUrl+"/"+u+D.NZ.WALLET_API+"/label",c).pipe((0,N.R)(this.unSubs[5]),(0,h.U)(_=>(this.store.dispatch((0,S.uO)({payload:L.m6.LABEL_UTXO})),_)),(0,A.K)(_=>(this.handleErrorWithoutAlert("Lease UTXO",L.m6.LABEL_UTXO,_),(0,M._)(()=>new Error(this.extractErrorMessage(_))))))}))}leaseUTXO(y,i){return this.lnImplementationUpdated.pipe((0,b.P)(r=>null!==r),(0,d.z)(r=>{const u={txid:y,outputIndex:i};return this.store.dispatch((0,S.ac)({payload:L.m6.LEASE_UTXO})),this.httpClient.post(this.APIUrl+"/"+r+D.NZ.WALLET_API+"/lease",u).pipe((0,N.R)(this.unSubs[6]),(0,h.U)(c=>{this.store.dispatch((0,S.uO)({payload:L.m6.LEASE_UTXO})),this.store.dispatch((0,U.mC)()),this.store.dispatch((0,U.Ly)());const _=new Date(1e3*c.expiration),E=Math.round(_.getTime())-60*_.getTimezoneOffset();this.snackBar.open("The UTXO has been leased till "+new Date(E).toString().substring(4,21).replace(" ","/").replace(" ","/").toUpperCase()+".")}),(0,A.K)(c=>(this.handleErrorWithoutAlert("Lease UTXO",L.m6.LEASE_UTXO,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))}))}getForwardingHistory(y,i,r,u){if("LND"===y){const c={end_time:r,start_time:i};return this.store.dispatch((0,S.ac)({payload:L.m6.GET_FORWARDING_HISTORY})),this.httpClient.post(this.APIUrl+"/lnd"+D.NZ.SWITCH_API,c).pipe((0,N.R)(this.unSubs[7]),(0,w.M)(this.store.select(Z._f)),(0,d.z)(([_,E])=>{if(_.forwarding_events){const I=[...E.channels,...E.closedChannels];_.forwarding_events.forEach(v=>{var n,C;if(I&&I.length>0)for(let B=0;B(this.handleErrorWithAlert("getForwardingHistoryData",L.m6.GET_FORWARDING_HISTORY,"Forwarding History Failed",this.APIUrl+"/lnd"+D.NZ.SWITCH_API,_),(0,M._)(()=>new Error(this.extractErrorMessage(_))))))}return"CLN"===y?(this.store.dispatch((0,S.ac)({payload:L.m6.GET_FORWARDING_HISTORY})),this.httpClient.get(this.APIUrl+"/cln"+D.NZ.CHANNELS_API+"/listForwards?status="+u).pipe((0,N.R)(this.unSubs[8]),(0,w.M)(this.store.select(Y.ZW)),(0,d.z)(([c,_])=>{const E=this.mapAliases(c,[..._.activeChannels,..._.pendingChannels,..._.inactiveChannels]);return this.store.dispatch((0,S.uO)({payload:L.m6.GET_FORWARDING_HISTORY})),(0,a.of)(E)}),(0,A.K)(c=>(this.handleErrorWithAlert("getForwardingHistoryData",L.m6.GET_FORWARDING_HISTORY,"Forwarding History Failed",this.APIUrl+"/cln"+D.NZ.CHANNELS_API+"/listForwards?status="+u+"&start="+i+"&end="+r,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))):(0,a.of)({})}listNetworkNodes(y=""){return this.lnImplementationUpdated.pipe((0,b.P)(i=>null!==i),(0,d.z)(i=>(this.store.dispatch((0,S.ac)({payload:L.m6.LIST_NETWORK_NODES})),this.httpClient.get(this.APIUrl+"/"+i+D.NZ.NETWORK_API+"/listNodes"+y).pipe((0,N.R)(this.unSubs[9]),(0,d.z)(r=>(this.store.dispatch((0,S.uO)({payload:L.m6.LIST_NETWORK_NODES})),(0,a.of)(r))),(0,A.K)(r=>(this.handleErrorWithoutAlert("List Network Nodes",L.m6.LIST_NETWORK_NODES,r),(0,M._)(()=>this.extractErrorMessage(r))))))))}listConfigs(){return this.lnImplementationUpdated.pipe((0,b.P)(y=>null!==y),(0,d.z)(y=>(this.store.dispatch((0,S.ac)({payload:L.m6.GET_LIST_CONFIGS})),this.httpClient.get(this.APIUrl+"/"+y+D.NZ.UTILITY_API+"/listConfigs").pipe((0,N.R)(this.unSubs[10]),(0,d.z)(i=>(this.store.dispatch((0,S.uO)({payload:L.m6.GET_LIST_CONFIGS})),(0,a.of)(i))),(0,A.K)(i=>(this.handleErrorWithoutAlert("List Configurations",L.m6.GET_LIST_CONFIGS,i),(0,M._)(()=>this.extractErrorMessage(i))))))))}getOrUpdateFunderPolicy(y,i,r,u,c,_){return this.lnImplementationUpdated.pipe((0,b.P)(E=>null!==E),(0,d.z)(E=>{const I=y?{policy:y,policy_mod:i,lease_fee_base_msat:r,lease_fee_basis:u,channel_fee_max_base_msat:c,channel_fee_max_proportional_thousandths:_}:null;return this.store.dispatch((0,S.ac)({payload:L.m6.GET_FUNDER_POLICY})),this.httpClient.post(this.APIUrl+"/"+E+D.NZ.CHANNELS_API+"/funderUpdate",I).pipe((0,N.R)(this.unSubs[11]),(0,h.U)(v=>(this.store.dispatch((0,S.uO)({payload:L.m6.GET_FUNDER_POLICY})),I&&this.store.dispatch((0,S.jW)({payload:"Funder Policy Updated Successfully with Compact Lease: "+v.compact_lease+"!"})),v)),(0,A.K)(v=>(this.handleErrorWithoutAlert("Funder Policy",L.m6.GET_FUNDER_POLICY,v),(0,M._)(()=>new Error(this.extractErrorMessage(v))))))}))}extractErrorMessage(y,i="Unknown Error."){return this.titleCasePipe.transform(y.error.text&&"string"==typeof y.error.text&&y.error.text.includes('')?"API Route Does Not Exist.":y.error&&y.error.error&&y.error.error.error&&y.error.error.error.error&&y.error.error.error.error.error&&"string"==typeof y.error.error.error.error.error?y.error.error.error.error.error:y.error&&y.error.error&&y.error.error.error&&y.error.error.error.error&&"string"==typeof y.error.error.error.error?y.error.error.error.error:y.error&&y.error.error&&y.error.error.error&&"string"==typeof y.error.error.error?y.error.error.error:y.error&&y.error.error&&"string"==typeof y.error.error?y.error.error:y.error&&"string"==typeof y.error?y.error:y.error&&y.error.error&&y.error.error.error&&y.error.error.error.error&&y.error.error.error.error.message&&"string"==typeof y.error.error.error.error.message?y.error.error.error.error.message:y.error&&y.error.error&&y.error.error.error&&y.error.error.error.message&&"string"==typeof y.error.error.error.message?y.error.error.error.message:y.error&&y.error.error&&y.error.error.message&&"string"==typeof y.error.error.message?y.error.error.message:y.error&&y.error.message&&"string"==typeof y.error.message?y.error.message:y.message&&"string"==typeof y.message?y.message:i)}handleErrorWithoutAlert(y,i,r){r.error.text&&"string"==typeof r.error.text&&r.error.text.includes('')&&(r={status:403,error:{message:"API Route Does Not Exist."}}),this.logger.error("ERROR IN: "+y+"\n"+JSON.stringify(r)),401===r.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,S.ts)()),this.store.dispatch((0,S.kS)()),this.store.dispatch((0,S.jW)({payload:"Authentication Failed. Redirecting to Login."}))):(this.store.dispatch((0,S.uO)({payload:i})),this.store.dispatch((0,S.qi)({payload:{action:y,status:L.Bn.ERROR,statusCode:r.status.toString(),message:this.extractErrorMessage(r)}})))}handleErrorWithAlert(y,i,r,u,c){if(this.logger.error(c),401===c.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,S.ts)()),this.store.dispatch((0,S.kS)()),this.store.dispatch((0,S.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,S.uO)({payload:i}));const _=this.extractErrorMessage(c);this.store.dispatch((0,S.qR)({payload:{data:{type:"ERROR",alertTitle:r,message:{code:c.status?c.status:"Unknown Error",message:_,URL:u},component:k.H}}})),this.store.dispatch((0,S.qi)({payload:{action:y,status:L.Bn.ERROR,statusCode:c.status.toString(),message:_,URL:u}}))}}ngOnDestroy(){this.unSubs.forEach(y=>{y.next(null),y.complete()})}}return X.\u0275fac=function(y){return new(y||X)(ne.LFG(t.eN),ne.LFG($.yh),ne.LFG(de.mQ),ne.LFG(te.ux),ne.LFG(ie.rS))},X.\u0275prov=ne.Yz7({token:X,factory:X.\u0275fac}),X})()},5043:(Ve,j,p)=>{"use strict";p.d(j,{LG:()=>d,mQ:()=>b});var t=p(2340),e=p(5e3);const{isDebugMode:f}=t.NZ,M=()=>null;let b=(()=>{class N{invokeConsoleMethod(A,w){}}return N.\u0275fac=function(A){return new(A||N)},N.\u0275prov=e.Yz7({token:N,factory:N.\u0275fac}),N})(),d=(()=>{class N{get info(){return f?console.log.bind(console):M}get warn(){return f?console.warn.bind(console):M}get error(){return f?console.error.bind(console):M}invokeConsoleMethod(A,w){(console[A]||console.log||M).apply(console,[w])}}return N.\u0275fac=function(A){return new(A||N)},N.\u0275prov=e.Yz7({token:N,factory:N.\u0275fac}),N})()},9107:(Ve,j,p)=>{"use strict";p.d(j,{W:()=>Z});var t=p(8138),e=p(1135),f=p(7579),M=p(9646),a=p(2843),b=p(2722),d=p(262),N=p(4004),h=p(2340),A=p(7731),w=p(1786),D=p(7861),L=p(5e3),k=p(5043),S=p(5620),U=p(62);let Z=(()=>{class Y{constructor($,de,te,ie){this.httpClient=$,this.logger=de,this.store=te,this.commonService=ie,this.loopUrl="",this.swaps=[],this.swapsChanged=new e.X([]),this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}getSwapsList(){return this.swaps}listSwaps(){this.store.dispatch((0,D.ac)({payload:A.m6.GET_LOOP_SWAPS})),this.loopUrl=h.T5+h.NZ.LOOP_API+"/swaps",this.httpClient.get(this.loopUrl).pipe((0,b.R)(this.unSubs[0])).subscribe({next:$=>{this.store.dispatch((0,D.uO)({payload:A.m6.GET_LOOP_SWAPS})),this.swaps=$,this.swapsChanged.next(this.swaps)},error:$=>this.swapsChanged.error(this.handleErrorWithAlert(A.m6.GET_LOOP_SWAPS,this.loopUrl,$))})}loopOut($,de,te,ie,oe,X,me,y,i,r){const u={amount:$,targetConf:te,swapRoutingFee:ie,minerFee:oe,prepayRoutingFee:X,prepayAmt:me,swapFee:y,swapPublicationDeadline:i,destAddress:r};return""!==de&&(u.chanId=de),this.loopUrl=h.T5+h.NZ.LOOP_API+"/out",this.httpClient.post(this.loopUrl,u).pipe((0,d.K)(c=>this.handleErrorWithoutAlert("Loop Out for Channel: "+de,A.m6.NO_SPINNER,c)))}getLoopOutTerms(){return this.loopUrl=h.T5+h.NZ.LOOP_API+"/out/terms",this.httpClient.get(this.loopUrl).pipe((0,d.K)($=>this.handleErrorWithoutAlert("Loop Out Terms",A.m6.NO_SPINNER,$)))}getLoopOutQuote($,de,te){let ie=new t.LE;return ie=ie.append("targetConf",de.toString()),ie=ie.append("swapPublicationDeadline",te.toString()),this.loopUrl=h.T5+h.NZ.LOOP_API+"/out/quote/"+$,this.store.dispatch((0,D.ac)({payload:A.m6.GET_QUOTE})),this.httpClient.get(this.loopUrl,{params:ie}).pipe((0,b.R)(this.unSubs[1]),(0,N.U)(oe=>(this.store.dispatch((0,D.uO)({payload:A.m6.GET_QUOTE})),oe)),(0,d.K)(oe=>this.handleErrorWithoutAlert("Loop Out Quote",A.m6.GET_QUOTE,oe)))}getLoopOutTermsAndQuotes($){let de=new t.LE;return de=de.append("targetConf",$.toString()),de=de.append("swapPublicationDeadline",((new Date).getTime()+18e5).toString()),this.loopUrl=h.T5+h.NZ.LOOP_API+"/out/termsAndQuotes",this.store.dispatch((0,D.ac)({payload:A.m6.GET_TERMS_QUOTES})),this.httpClient.get(this.loopUrl,{params:de}).pipe((0,b.R)(this.unSubs[2]),(0,N.U)(te=>(this.store.dispatch((0,D.uO)({payload:A.m6.GET_TERMS_QUOTES})),te)),(0,d.K)(te=>(0,M.of)(this.handleErrorWithAlert(A.m6.GET_TERMS_QUOTES,this.loopUrl,te))))}loopIn($,de,te,ie,oe){const X={amount:$,swapFee:de,minerFee:te,lastHop:ie,externalHtlc:oe};return this.loopUrl=h.T5+h.NZ.LOOP_API+"/in",this.httpClient.post(this.loopUrl,X).pipe((0,d.K)(me=>this.handleErrorWithoutAlert("Loop In",A.m6.NO_SPINNER,me)))}getLoopInTerms(){return this.loopUrl=h.T5+h.NZ.LOOP_API+"/in/terms",this.httpClient.get(this.loopUrl).pipe((0,d.K)($=>this.handleErrorWithoutAlert("Loop In Terms",A.m6.NO_SPINNER,$)))}getLoopInQuote($,de,te){let ie=new t.LE;return ie=ie.append("targetConf",de.toString()),ie=ie.append("swapPublicationDeadline",te.toString()),this.loopUrl=h.T5+h.NZ.LOOP_API+"/in/quote/"+$,this.store.dispatch((0,D.ac)({payload:A.m6.GET_QUOTE})),this.httpClient.get(this.loopUrl,{params:ie}).pipe((0,b.R)(this.unSubs[3]),(0,N.U)(oe=>(this.store.dispatch((0,D.uO)({payload:A.m6.GET_QUOTE})),oe)),(0,d.K)(oe=>this.handleErrorWithoutAlert("Loop In Qoute",A.m6.GET_QUOTE,oe)))}getLoopInTermsAndQuotes($){let de=new t.LE;return de=de.append("targetConf",$.toString()),de=de.append("swapPublicationDeadline",((new Date).getTime()+18e5).toString()),this.loopUrl=h.T5+h.NZ.LOOP_API+"/in/termsAndQuotes",this.store.dispatch((0,D.ac)({payload:A.m6.GET_TERMS_QUOTES})),this.httpClient.get(this.loopUrl,{params:de}).pipe((0,b.R)(this.unSubs[4]),(0,N.U)(te=>(this.store.dispatch((0,D.uO)({payload:A.m6.GET_TERMS_QUOTES})),te)),(0,d.K)(te=>(0,M.of)(this.handleErrorWithAlert(A.m6.GET_TERMS_QUOTES,this.loopUrl,te))))}getSwap($){return this.loopUrl=h.T5+h.NZ.LOOP_API+"/swap/"+$,this.httpClient.get(this.loopUrl).pipe((0,d.K)(de=>this.handleErrorWithoutAlert("Loop Get Swap for ID: "+$,A.m6.NO_SPINNER,de)))}handleErrorWithoutAlert($,de,te){let ie="";return this.logger.error("ERROR IN: "+$+"\n"+JSON.stringify(te)),this.store.dispatch((0,D.uO)({payload:de})),401===te.status?(ie="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,D.kS)())):503===te.status?(ie="Unable to Connect to Loop Server.",this.store.dispatch((0,D.qR)({payload:{data:{type:"ERROR",alertTitle:"Loop Not Connected",message:{code:te.status,message:"Unable to Connect to Loop Server",URL:$},component:w.H}}}))):ie=this.commonService.extractErrorMessage(te),(0,a._)(()=>new Error(ie))}handleErrorWithAlert($,de,te){let ie="";if(this.logger.error(te),this.store.dispatch((0,D.uO)({payload:$})),401===te.status)ie="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,D.kS)());else if(503===te.status)ie="Unable to Connect to Loop Server.",setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{type:"ERROR",alertTitle:"Loop Not Connected",message:{code:te.status,message:"Unable to Connect to Loop Server",URL:de},component:w.H}}}))},100);else{ie=this.commonService.extractErrorMessage(te);const oe=te.error&&te.error.error&&te.error.error.code?te.error.error.code:te.error&&te.error.code?te.error.code:te.code?te.code:te.status;setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{type:A.n_.ERROR,alertTitle:"ERROR",message:{code:oe,message:ie,URL:de},component:w.H}}}))},100)}return{message:ie}}ngOnDestroy(){this.unSubs.forEach($=>{$.next(null),$.complete()})}}return Y.\u0275fac=function($){return new($||Y)(L.LFG(t.eN),L.LFG(k.mQ),L.LFG(S.yh),L.LFG(U.v))},Y.\u0275prov=L.Yz7({token:Y,factory:Y.\u0275fac}),Y})()},5986:(Ve,j,p)=>{"use strict";p.d(j,{m:()=>f});var t=p(7579),e=p(5e3);let f=(()=>{class M{constructor(){this.sessionSub=new t.x}watchSession(){return this.sessionSub.asObservable()}getItem(b){return sessionStorage.getItem(b)}getAllItems(){return sessionStorage}setItem(b,d){sessionStorage.setItem(b,d),this.sessionSub.next(sessionStorage)}removeItem(b){sessionStorage.removeItem(b),this.sessionSub.next(sessionStorage)}clearAll(){sessionStorage.clear(),this.sessionSub.next(sessionStorage)}}return M.\u0275fac=function(b){return new(b||M)},M.\u0275prov=e.Yz7({token:M,factory:M.\u0275fac}),M})()},7998:(Ve,j,p)=>{"use strict";p.d(j,{d:()=>k});var t=p(1135),e=p(7579),f=p(2722),M=p(930),a=p(8306),b=p(727),d=p(4707);const N={url:"",deserializer:S=>JSON.parse(S.data),serializer:S=>JSON.stringify(S)};class A extends e.u{constructor(U,Z){if(super(),this._socket=null,U instanceof a.y)this.destination=Z,this.source=U;else{const Y=this._config=Object.assign({},N);if(this._output=new e.x,"string"==typeof U)Y.url=U;else for(const ne in U)U.hasOwnProperty(ne)&&(Y[ne]=U[ne]);if(!Y.WebSocketCtor&&WebSocket)Y.WebSocketCtor=WebSocket;else if(!Y.WebSocketCtor)throw new Error("no WebSocket constructor can be found");this.destination=new d.t}}lift(U){const Z=new A(this._config,this.destination);return Z.operator=U,Z.source=this,Z}_resetState(){this._socket=null,this.source||(this.destination=new d.t),this._output=new e.x}multiplex(U,Z,Y){const ne=this;return new a.y($=>{try{ne.next(U())}catch(te){$.error(te)}const de=ne.subscribe({next:te=>{try{Y(te)&&$.next(te)}catch(ie){$.error(ie)}},error:te=>$.error(te),complete:()=>$.complete()});return()=>{try{ne.next(Z())}catch(te){$.error(te)}de.unsubscribe()}})}_connectSocket(){const{WebSocketCtor:U,protocol:Z,url:Y,binaryType:ne}=this._config,$=this._output;let de=null;try{de=Z?new U(Y,Z):new U(Y),this._socket=de,ne&&(this._socket.binaryType=ne)}catch(ie){return void $.error(ie)}const te=new b.w0(()=>{this._socket=null,de&&1===de.readyState&&de.close()});de.onopen=ie=>{const{_socket:oe}=this;if(!oe)return de.close(),void this._resetState();const{openObserver:X}=this._config;X&&X.next(ie);const me=this.destination;this.destination=M.Lv.create(y=>{if(1===de.readyState)try{const{serializer:i}=this._config;de.send(i(y))}catch(i){this.destination.error(i)}},y=>{const{closingObserver:i}=this._config;i&&i.next(void 0),y&&y.code?de.close(y.code,y.reason):$.error(new TypeError("WebSocketSubject.error must be called with an object with an error code, and an optional reason: { code: number, reason: string }")),this._resetState()},()=>{const{closingObserver:y}=this._config;y&&y.next(void 0),de.close(),this._resetState()}),me&&me instanceof d.t&&te.add(me.subscribe(this.destination))},de.onerror=ie=>{this._resetState(),$.error(ie)},de.onclose=ie=>{de===this._socket&&this._resetState();const{closeObserver:oe}=this._config;oe&&oe.next(ie),ie.wasClean?$.complete():$.error(ie)},de.onmessage=ie=>{try{const{deserializer:oe}=this._config;$.next(oe(ie))}catch(oe){$.error(oe)}}}_subscribe(U){const{source:Z}=this;return Z?Z.subscribe(U):(this._socket||this._connectSocket(),this._output.subscribe(U),U.add(()=>{const{_socket:Y}=this;0===this._output.observers.length&&(Y&&(1===Y.readyState||0===Y.readyState)&&Y.close(),this._resetState())}),U)}unsubscribe(){const{_socket:U}=this;U&&(1===U.readyState||0===U.readyState)&&U.close(),this._resetState(),super.unsubscribe()}}var w=p(5e3),D=p(5043),L=p(5986);let k=(()=>{class S{constructor(Z,Y){this.logger=Z,this.sessionService=Y,this.clWSMessages=new t.X(null),this.eclWSMessages=new t.X(null),this.lndWSMessages=new t.X(null),this.wsUrl="",this.nodeIndex="",this.RETRY_SECONDS=5,this.RECONNECT_TIMEOUT=null,this.unSubs=[new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x]}connectWebSocket(Z,Y){(!this.socket||this.socket.closed)&&(this.wsUrl=Z,this.nodeIndex=Y,this.logger.info("Websocket Url: "+this.wsUrl),this.socket=new A({url:Z,protocol:[this.sessionService.getItem("token")||"",Y]}),this.subscribeToMessages())}reconnectOnError(){this.RECONNECT_TIMEOUT||this.socket&&!this.socket.closed||(this.RETRY_SECONDS=this.RETRY_SECONDS>=160?160:2*this.RETRY_SECONDS,this.RECONNECT_TIMEOUT=setTimeout(()=>{this.logger.info("Reconnecting Web Socket."),this.connectWebSocket(this.wsUrl,this.nodeIndex),this.RECONNECT_TIMEOUT=null},1e3*this.RETRY_SECONDS))}closeConnection(){this.socket&&(this.socket.complete(),this.socket=null)}subscribeToMessages(){var Z;null===(Z=this.socket)||void 0===Z||Z.pipe((0,f.R)(this.unSubs[1])).subscribe({next:Y=>{if((Y="string"==typeof Y?JSON.parse(Y):Y).error)this.handleError(Y.error);else switch(this.logger.info("Next Message from WS:"+JSON.stringify(Y)),Y.source){case"LND":this.lndWSMessages.next(Y);break;case"CLN":this.clWSMessages.next(Y);break;case"ECL":this.eclWSMessages.next(Y)}},error:Y=>this.handleError(Y),complete:()=>{this.logger.info("Web Socket Closed")}})}handleError(Z){this.logger.error(Z),this.clWSMessages.error(Z),this.eclWSMessages.error(Z),this.lndWSMessages.error(Z),this.reconnectOnError()}ngOnDestroy(){this.closeConnection(),this.clWSMessages.next(null),this.clWSMessages.complete(),this.eclWSMessages.next(null),this.eclWSMessages.complete(),this.lndWSMessages.next(null),this.lndWSMessages.complete()}}return S.\u0275fac=function(Z){return new(Z||S)(w.LFG(D.mQ),w.LFG(L.m))},S.\u0275prov=w.Yz7({token:S,factory:S.\u0275fac}),S})()},8750:(Ve,j,p)=>{"use strict";p.d(j,{m:()=>qn});var t=p(9808),e=p(1402),f=p(3075),M=p(8138),a=p(9444),b=p(5e3),d=p(3270),N=p(3322),h=p(7093);p(3191);let je=(()=>{class Ot{}return Ot.\u0275fac=function(gt){return new(gt||Ot)},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({imports:[[d.IR]]}),Ot})(),re=(()=>{class Ot{constructor(gt,Qt){(0,t.PM)(Qt)&&!gt&&console.warn("Warning: Flex Layout loaded on the server without FlexLayoutServerModule")}static withConfig(gt,Qt=[]){return{ngModule:Ot,providers:gt.serverLoaded?[{provide:d.WU,useValue:Object.assign(Object.assign({},d.g5),gt)},{provide:d.Bs,useValue:Qt,multi:!0},{provide:d.wY,useValue:!0}]:[{provide:d.WU,useValue:Object.assign(Object.assign({},d.g5),gt)},{provide:d.Bs,useValue:Qt,multi:!0}]}}}return Ot.\u0275fac=function(gt){return new(gt||Ot)(b.LFG(d.wY),b.LFG(b.Lbi))},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({imports:[[h.ae,N.aT,je],h.ae,N.aT,je]}),Ot})();var qe=p(5113),Mt=p(508),zt=p(8966),bi=p(1079),Ei=p(7544),$i=p(7423);p(449),p(5664);let Bn=(()=>{class Ot{}return Ot.\u0275fac=function(gt){return new(gt||Ot)},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({imports:[[Mt.BQ,Mt.si],Mt.BQ]}),Ot})();var Dn=p(9224),Xn=p(7446),_n=p(6856),Si=p(1125),Wi=p(3954),Sn=p(5245),Kn=p(7531),cr=p(4623),Fr=p(2181),Vr=p(6087),ua=p(5899),_a=p(773),va=p(9814),Va=p(4107),za=p(2638),lr=p(2368);p(1159),p(6360),p(925),p(727),p(226);let xa=(()=>{class Ot{}return Ot.\u0275fac=function(gt){return new(gt||Ot)},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({imports:[[t.ez,Mt.BQ],Mt.BQ]}),Ot})();var nr=p(7261),Ia=p(4847),Pa=p(5615),$n=p(2075),oa=p(3251),Br=p(4594),Dr=p(7238),Ur=p(149),ba=p(6688),Ua=p(1210),Qn=p(159),Je=p(8129),St=p(9776);let Qe=(()=>{class Ot extends St.Xj{_createContainer(){const gt=document.createElement("div");gt.classList.add("cdk-overlay-container"),document.getElementById("rtl-container").appendChild(gt),this._containerElement=gt}}return Ot.\u0275fac=function(){let oi;return function(Qt){return(oi||(oi=b.n5z(Ot)))(Qt||Ot)}}(),Ot.\u0275prov=b.Yz7({token:Ot,factory:Ot.\u0275fac}),Ot})();var kt=p(5043),ai=p(7731);const Ti={suppressScrollX:!1,suppressScrollY:!1};let Oi=(()=>{class Ot extends Mt.LF{format(gt,Qt){if("input"===Qt){let Di=gt.getDate().toString();return Di=+Di<10?"0"+Di:Di,Di+"/"+ai.gg[gt.getMonth()].name.toUpperCase()+"/"+gt.getFullYear()}return ai.gg[gt.getMonth()].name.toUpperCase()+" "+gt.getFullYear()}}return Ot.\u0275fac=function(){let oi;return function(Qt){return(oi||(oi=b.n5z(Ot)))(Qt||Ot)}}(),Ot.\u0275prov=b.Yz7({token:Ot,factory:Ot.\u0275fac}),Ot})();const rn={parse:{dateInput:{day:"numeric",month:"short",year:"numeric"}},display:{dateInput:"input",monthYearLabel:{month:"short",year:"numeric"},dateA11yLabel:{day:"numeric",month:"short",year:"numeric"},monthYearA11yLabel:{month:"short",year:"numeric"}}};let qn=(()=>{class Ot{}return Ot.\u0275fac=function(gt){return new(gt||Ot)},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({providers:[{provide:kt.mQ,useClass:kt.LG},{provide:Je.op,useValue:Ti},{provide:nr.Ve,useValue:{duration:2e3,verticalPosition:"bottom",panelClass:"rtl-snack-bar"}},{provide:zt.Bq,useValue:{hasBackdrop:!0,autoFocus:!0,disableClose:!0,role:"dialog",width:"45%"}},{provide:Mt._A,useClass:Oi},{provide:Mt.sG,useValue:rn},{provide:St.Xj,useClass:Qe},t.JJ,t.rS,t.uU],imports:[[t.ez,f.u5,f.UX,a.uH,re,qe.xu,zt.Is,$i.ot,Bn,Dn.QW,Xn.p9,Si.To,Wi.N6,_n.FA,Mt.XK,Sn.Ps,Kn.c,cr.ie,Fr.Tx,ua.Cv,_a.Cq,va.Fk,Ur.dp,ba.Hi,Va.LD,za.SJ,lr.rP,Ia.JX,$n.p0,Br.g0,Dr.AV,Ei.g,Vr.TU,Pa.T5,xa,oa.Nh,nr.ZX,bi.Bb,Ua.a4,Qn.OF,e.Bz,M.JF,Je.Xd],f.u5,f.UX,a.uH,re,qe.xu,zt.Is,$i.ot,Bn,Dn.QW,Xn.p9,Si.To,Wi.N6,_n.FA,Mt.XK,Sn.Ps,Kn.c,cr.ie,Fr.Tx,ua.Cv,_a.Cq,va.Fk,Ur.dp,ba.Hi,Va.LD,za.SJ,lr.rP,Ia.JX,$n.p0,Br.g0,Dr.AV,Ei.g,Vr.TU,Pa.T5,xa,oa.Nh,nr.ZX,bi.Bb,Ua.a4,Qn.OF,Je.Xd]}),Ot})()},7861:(Ve,j,p)=>{"use strict";p.d(j,{M6:()=>w,Q2:()=>S,QO:()=>c,Tm:()=>oe,Uy:()=>te,XT:()=>$,_V:()=>me,ac:()=>N,c0:()=>r,c1:()=>D,dc:()=>v,ey:()=>ne,fk:()=>ie,jS:()=>X,jW:()=>d,kS:()=>i,lC:()=>M,qR:()=>A,qi:()=>a,tj:()=>k,ts:()=>b,tw:()=>Z,uO:()=>h,vI:()=>Y,x4:()=>E,yb:()=>L,zQ:()=>de});var t=p(5620),e=p(7731);(0,t.PH)(e.pg.VOID);const M=(0,t.PH)(e.pg.SET_API_URL_ECL,(0,t.Ky)()),a=(0,t.PH)(e.pg.UPDATE_API_CALL_STATUS_ROOT,(0,t.Ky)()),b=(0,t.PH)(e.pg.CLOSE_ALL_DIALOGS),d=(0,t.PH)(e.pg.OPEN_SNACK_BAR,(0,t.Ky)()),N=(0,t.PH)(e.pg.OPEN_SPINNER,(0,t.Ky)()),h=(0,t.PH)(e.pg.CLOSE_SPINNER,(0,t.Ky)()),A=(0,t.PH)(e.pg.OPEN_ALERT,(0,t.Ky)()),w=(0,t.PH)(e.pg.CLOSE_ALERT,(0,t.Ky)()),D=(0,t.PH)(e.pg.OPEN_CONFIRMATION,(0,t.Ky)()),L=(0,t.PH)(e.pg.CLOSE_CONFIRMATION,(0,t.Ky)()),k=(0,t.PH)(e.pg.SHOW_PUBKEY),S=(0,t.PH)(e.pg.FETCH_CONFIG,(0,t.Ky)()),Z=((0,t.PH)(e.pg.SHOW_CONFIG,(0,t.Ky)()),(0,t.PH)(e.pg.UPDATE_SELECTED_NODE_OPTIONS)),Y=(0,t.PH)(e.pg.RESET_ROOT_STORE,(0,t.Ky)()),ne=(0,t.PH)(e.pg.FETCH_RTL_CONFIG),$=(0,t.PH)(e.pg.SET_RTL_CONFIG,(0,t.Ky)()),de=(0,t.PH)(e.pg.SAVE_SETTINGS,(0,t.Ky)()),te=(0,t.PH)(e.pg.TWO_FA_SAVE_SETTINGS,(0,t.Ky)()),ie=(0,t.PH)(e.pg.SET_SELECTED_NODE,(0,t.Ky)()),oe=(0,t.PH)(e.pg.UPDATE_ROOT_NODE_SETTINGS,(0,t.Ky)()),X=(0,t.PH)(e.pg.UPDATE_SERVICE_SETTINGS,(0,t.Ky)()),me=(0,t.PH)(e.pg.SET_NODE_DATA,(0,t.Ky)()),i=((0,t.PH)(e.pg.SAVE_SSO,(0,t.Ky)()),(0,t.PH)(e.pg.LOGOUT)),r=(0,t.PH)(e.pg.RESET_PASSWORD,(0,t.Ky)()),c=((0,t.PH)(e.pg.RESET_PASSWORD_RES,(0,t.Ky)()),(0,t.PH)(e.pg.IS_AUTHORIZED,(0,t.Ky)())),E=((0,t.PH)(e.pg.IS_AUTHORIZED_RES,(0,t.Ky)()),(0,t.PH)(e.pg.LOGIN,(0,t.Ky)())),v=((0,t.PH)(e.pg.VERIFY_TWO_FA,(0,t.Ky)()),(0,t.PH)(e.pg.FETCH_FILE,(0,t.Ky)()));(0,t.PH)(e.pg.SHOW_FILE,(0,t.Ky)())},3093:(Ve,j,p)=>{"use strict";p.d(j,{V:()=>gn});var t=p(6642),e=p(7579),f=p(9646),M=p(8306),a=p(4128),b=p(4004),d=p(5698),N=p(1365),h=p(5577),A=p(262),w=p(2722),D=p(2340),L=p(7731),k=p(8966),S=p(5e3),U=p(7093),Z=p(773);let Y=(()=>{class jt{constructor(nt,Ft){this.dialogRef=nt,this.data=Ft}}return jt.\u0275fac=function(nt){return new(nt||jt)(S.Y36(k.so),S.Y36(k.WI))},jt.\u0275cmp=S.Xpm({type:jt,selectors:[["rtl-spinner-dialog"]],decls:5,vars:1,consts:[[1,"spinner-container"],["fxLayout","column","fxLayoutAlign","center center",1,"spinner-circle"]],template:function(nt,Ft){1&nt&&(S.TgZ(0,"div",0)(1,"div",1),S._UZ(2,"mat-spinner"),S.TgZ(3,"h1"),S._uU(4),S.qZA()()()),2&nt&&(S.xp6(4),S.Oqu(Ft.data.titleMessage))},directives:[U.xw,U.Wh,Z.Ou],styles:[".spinner-container[_ngcontent-%COMP%]{position:absolute;left:40%;top:35%}"]}),jt})();var ne=p(5043),$=p(7261),de=p(62),te=p(9808),ie=p(3322),oe=p(159),X=p(9224),me=p(7423),y=p(8129),i=p(5245),r=p(3390),u=p(6895),c=p(4834);const _=["scrollContainer"];function E(jt,wi){if(1&jt&&S._UZ(0,"qr-code",15),2&jt){const nt=S.oxw();S.Q6J("value",nt.showQRField)("size",200)("errorCorrectionLevel","L")}}function I(jt,wi){1&jt&&S.GkF(0)}const v=function(jt){return{"h-40":jt}};function n(jt,wi){if(1&jt&&(S.ynx(0),S.TgZ(1,"mat-card-content",16,17),S.YNc(3,I,1,0,"ng-container",18),S.qZA(),S.BQk()),2&jt){const nt=S.oxw(),Ft=S.MAs(20);S.xp6(1),S.Q6J("ngClass",S.VKq(2,v,nt.data.scrollable)),S.xp6(2),S.Q6J("ngTemplateOutlet",Ft)}}function C(jt,wi){1&jt&&S.GkF(0)}function B(jt,wi){if(1&jt&&(S.ynx(0),S.TgZ(1,"mat-card-content",19),S.YNc(2,C,1,0,"ng-container",18),S.qZA(),S.BQk()),2&jt){S.oxw();const nt=S.MAs(20);S.xp6(2),S.Q6J("ngTemplateOutlet",nt)}}function P(jt,wi){1&jt&&(S.TgZ(0,"mat-icon",23),S._uU(1,"arrow_downward"),S.qZA())}function H(jt,wi){1&jt&&(S.TgZ(0,"mat-icon",23),S._uU(1,"arrow_upward"),S.qZA())}function q(jt,wi){if(1&jt){const nt=S.EpF();S.TgZ(0,"div",20)(1,"button",21),S.NdJ("click",function(){return S.CHM(nt),S.oxw().onScroll()}),S.YNc(2,P,2,0,"mat-icon",22),S.YNc(3,H,2,0,"mat-icon",22),S.qZA()()}if(2&jt){const nt=S.oxw();S.xp6(2),S.Q6J("ngIf","DOWN"===nt.scrollDirection),S.xp6(1),S.Q6J("ngIf","UP"===nt.scrollDirection)}}function he(jt,wi){1&jt&&(S.TgZ(0,"button",24),S._uU(1,"OK"),S.qZA()),2&jt&&S.Q6J("mat-dialog-close",!1)}function _e(jt,wi){1&jt&&(S.TgZ(0,"button",25),S._uU(1,"Close"),S.qZA()),2&jt&&S.Q6J("mat-dialog-close",!1)}function Ne(jt,wi){if(1&jt){const nt=S.EpF();S.TgZ(0,"button",26),S.NdJ("copied",function(Kt){return S.CHM(nt),S.oxw().onCopyField(Kt)}),S._uU(1),S.qZA()}if(2&jt){const nt=S.oxw();S.Q6J("payload",nt.showCopyField),S.xp6(1),S.hij("Copy ",nt.showCopyName,"")}}function we(jt,wi){1&jt&&(S.TgZ(0,"button",25),S._uU(1,"Close"),S.qZA()),2&jt&&S.Q6J("mat-dialog-close",!1)}function Q(jt,wi){if(1&jt){const nt=S.EpF();S.TgZ(0,"button",26),S.NdJ("copied",function(Kt){return S.CHM(nt),S.oxw().onCopyField(Kt)}),S._uU(1),S.qZA()}if(2&jt){const nt=S.oxw();S.Q6J("payload",nt.showQRField),S.xp6(1),S.hij("Copy ",nt.showQRName,"")}}function Ue(jt,wi){if(1&jt&&S._UZ(0,"qr-code",15),2&jt){const nt=S.oxw(2);S.Q6J("value",nt.showQRField)("size",200)("errorCorrectionLevel","L")}}function ye(jt,wi){if(1&jt&&(S.TgZ(0,"p",32),S._uU(1),S.qZA()),2&jt){const nt=S.oxw(2);S.xp6(1),S.Oqu(nt.data.titleMessage)}}function V(jt,wi){1&jt&&S._UZ(0,"span",46),2&jt&&S.Q6J("innerHTML",wi.$implicit,S.oJD)}function De(jt,wi){if(1&jt&&(S.ynx(0),S.YNc(1,V,1,1,"span",45),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Q6J("ngForOf",nt.value)}}function dt(jt,wi){if(1&jt&&(S.ynx(0),S._uU(1),S.ALo(2,"date"),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(S.xi3(2,1,1e3*nt.value,"dd/MMM/y HH:mm"))}}function Ie(jt,wi){if(1&jt&&(S.ynx(0),S._uU(1),S.ALo(2,"number"),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(S.xi3(2,1,nt.value,nt.digitsInfo?nt.digitsInfo:"1.0-3"))}}function Ae(jt,wi){if(1&jt&&(S.ynx(0),S._uU(1),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(nt.value?"True":"False")}}function le(jt,wi){1&jt&&(S.TgZ(0,"mat-icon",51),S._uU(1,"info"),S.qZA())}const Te=function(jt){return{"failed-status":jt}};function xe(jt,wi){if(1&jt&&(S.TgZ(0,"p",49),S._uU(1),S.YNc(2,le,2,0,"mat-icon",50),S.qZA()),2&jt){const nt=S.oxw(3).$implicit,Ft=S.oxw(4);S.Q6J("ngClass",S.VKq(3,Te,nt.value===Ft.LoopStateEnum.FAILED)),S.xp6(1),S.hij(" ",nt.value," "),S.xp6(1),S.Q6J("ngIf",nt.value===Ft.LoopStateEnum.FAILED)}}function W(jt,wi){if(1&jt&&S._uU(0),2&jt){const nt=S.oxw(3).$implicit;S.Oqu(nt.value)}}function ee(jt,wi){if(1&jt&&(S.ynx(0),S.YNc(1,xe,3,5,"p",47),S.YNc(2,W,1,1,"ng-template",null,48,S.W1O),S.BQk()),2&jt){const nt=S.MAs(3),Ft=S.oxw(2).$implicit,Kt=S.oxw(4);S.xp6(1),S.Q6J("ngIf","SWAP"===Kt.data.openedBy&&"state"===Ft.key)("ngIfElse",nt)}}function ue(jt,wi){if(1&jt&&(S.TgZ(0,"span")(1,"span",42),S.YNc(2,De,2,1,"ng-container",43),S.YNc(3,dt,3,4,"ng-container",43),S.YNc(4,Ie,3,4,"ng-container",43),S.YNc(5,Ae,2,1,"ng-container",43),S.YNc(6,ee,4,2,"ng-container",44),S.qZA()()),2&jt){const nt=S.oxw().$implicit,Ft=S.oxw(4);S.xp6(1),S.Q6J("ngSwitch",nt.type),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.ARRAY),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.DATE_TIME),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.NUMBER),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.BOOLEAN)}}function Ce(jt,wi){1&jt&&(S.TgZ(0,"span",52),S._uU(1,"\xa0"),S.qZA())}function Le(jt,wi){if(1&jt&&(S.TgZ(0,"div",37)(1,"h4",38),S._uU(2),S.qZA(),S.YNc(3,ue,7,5,"span",39),S.YNc(4,Ce,2,0,"ng-template",null,40,S.W1O),S._UZ(6,"mat-divider",41),S.qZA()),2&jt){const nt=wi.$implicit,Ft=S.MAs(5);S.s9C("fxFlex.gt-md",nt.width),S.xp6(2),S.Oqu(nt.title),S.xp6(1),S.Q6J("ngIf",nt&&(!!nt.value||0===nt.value))("ngIfElse",Ft)}}function ut(jt,wi){if(1&jt&&(S.TgZ(0,"div")(1,"div",35),S.YNc(2,Le,7,4,"div",36),S.qZA()()),2&jt){const nt=wi.$implicit;S.xp6(2),S.Q6J("ngForOf",nt)}}function ht(jt,wi){if(1&jt&&(S.TgZ(0,"div",33),S.YNc(1,ut,3,1,"div",34),S.qZA()),2&jt){const nt=S.oxw(2);S.xp6(1),S.Q6J("ngForOf",nt.messageObjs)}}const It=function(jt){return{"display-none":jt}};function ui(jt,wi){if(1&jt&&(S.TgZ(0,"div",27)(1,"div",28),S.YNc(2,Ue,1,3,"qr-code",2),S.qZA(),S.TgZ(3,"div",29),S.YNc(4,ye,2,1,"p",30),S.YNc(5,ht,2,1,"div",31),S.qZA()()),2&jt){const nt=S.oxw();S.xp6(1),S.Q6J("ngClass",S.VKq(4,It,""===nt.showQRField||nt.screenSize!==nt.screenSizeEnum.XS&&nt.screenSize!==nt.screenSizeEnum.SM)),S.xp6(1),S.Q6J("ngIf",""!==nt.showQRField),S.xp6(2),S.Q6J("ngIf",nt.data.titleMessage),S.xp6(1),S.Q6J("ngIf",(null==nt.messageObjs?null:nt.messageObjs.length)>0)}}let Wt=(()=>{class jt{constructor(nt,Ft,Kt,mi,Ni,ki){this.dialogRef=nt,this.data=Ft,this.logger=Kt,this.snackBar=mi,this.commonService=Ni,this.renderer=ki,this.LoopStateEnum=L.Fq,this.showQRField="",this.showQRName="",this.showCopyName="",this.showCopyField="",this.errorMessage="",this.messageObjs=[],this.alertTypeEnum=L.n_,this.dataTypeEnum=L.Gi,this.screenSize="",this.screenSizeEnum=L.cu,this.scrollDirection="DOWN",this.shouldScroll=!0}set container(nt){nt&&(this.scrollContainer=nt,this.scrollContainer&&this.scrollContainer.nativeElement&&(this.unlistenEnd=this.renderer.listen(this.scrollContainer.nativeElement,"ps-y-reach-end",Ft=>{this.scrollDirection="UP"}),this.unlistenStart=this.renderer.listen(this.scrollContainer.nativeElement,"ps-y-reach-start",Ft=>{this.scrollDirection="DOWN"})))}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.messageObjs=this.data.message||[],this.showQRField=this.data.showQRField?this.data.showQRField:"",this.showQRName=this.data.showQRName?this.data.showQRName:"",this.showCopyName=this.data.showCopyName?this.data.showCopyName:"",this.showCopyField=this.data.showCopyField?this.data.showCopyField:"",this.data.type===L.n_.ERROR&&!this.data.message&&!this.data.titleMessage&&this.messageObjs.length<=0&&(this.data.titleMessage="Please Check Server Connection"),this.logger.info(this.messageObjs)}ngAfterViewChecked(){setTimeout(()=>{this.shouldScroll=this.scrollContainer&&this.scrollContainer.nativeElement&&this.scrollContainer.nativeElement.classList.value.includes("ps--active-y")},500)}onScroll(){this.scrollContainer.nativeElement.scrollTop="DOWN"===this.scrollDirection?this.scrollContainer.nativeElement.scrollTop+62.6:this.scrollContainer.nativeElement.scrollTop-62.6}onCopyField(nt){this.snackBar.open((this.showQRName?this.showQRName:this.showCopyName)+" copied."),this.logger.info("Copied Text: "+nt)}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unlistenStart&&this.unlistenStart(),this.unlistenEnd&&this.unlistenEnd()}}return jt.\u0275fac=function(nt){return new(nt||jt)(S.Y36(k.so),S.Y36(k.WI),S.Y36(ne.mQ),S.Y36($.ux),S.Y36(de.v),S.Y36(S.Qsj))},jt.\u0275cmp=S.Xpm({type:jt,selectors:[["rtl-alert-message"]],viewQuery:function(nt,Ft){if(1&nt&&S.Gf(_,5),2&nt){let Kt;S.iGM(Kt=S.CRH())&&(Ft.container=Kt.first)}},decls:21,vars:14,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","30","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large","ml-1",3,"ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],[3,"fxFlex"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","start end","class","btn-sticky-container padding-gap-x-large",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close",4,"ngIf"],["class","mr-1","fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",3,"mat-dialog-close",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["contentBlock",""],[3,"value","size","errorCorrectionLevel"],[1,"padding-gap-x-large",3,"perfectScrollbar","ngClass"],["scrollContainer",""],[4,"ngTemplateOutlet"],[1,"padding-gap-x-large"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll","fxLayoutAlign","center center",3,"click"],["fxLayoutAlign","center center",4,"ngIf"],["fxLayoutAlign","center center"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close"],["fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",1,"mr-1",3,"mat-dialog-close"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large","mb-1",3,"ngClass"],["fxLayout","column","fxFlex","100"],["fxLayoutAlign","start center","class","pb-2",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxLayoutAlign","start center",1,"pb-2"],["fxFlex","100"],[4,"ngFor","ngForOf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center","fxLayoutAlign.gt-md","space-between start"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md"],["fxLayoutAlign","start",1,"font-bold-500"],[4,"ngIf","ngIfElse"],["emptyField",""],[1,"w-100","my-1"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"foreground-secondary-text",3,"ngSwitch"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["class","display-block w-100",3,"innerHTML",4,"ngFor","ngForOf"],[1,"display-block","w-100",3,"innerHTML"],["fxLayout","row",3,"ngClass",4,"ngIf","ngIfElse"],["noStyleBlock",""],["fxLayout","row",3,"ngClass"],["fxLayoutAlign","end end","class","icon-failed-status",4,"ngIf"],["fxLayoutAlign","end end",1,"icon-failed-status"],["fxFlex","100",1,"foreground-secondary-text"]],template:function(nt,Ft){1&nt&&(S.TgZ(0,"div",0)(1,"div",1),S.YNc(2,E,1,3,"qr-code",2),S.qZA(),S.TgZ(3,"div",3)(4,"mat-card-header",4)(5,"div",5)(6,"span",6),S._uU(7),S.qZA()(),S.TgZ(8,"button",7),S.NdJ("click",function(){return Ft.onClose()}),S._uU(9,"X"),S.qZA()(),S.YNc(10,n,4,4,"ng-container",8),S.YNc(11,B,3,1,"ng-container",8),S.YNc(12,q,4,2,"div",9),S.TgZ(13,"div",10),S.YNc(14,he,2,1,"button",11),S.YNc(15,_e,2,1,"button",12),S.YNc(16,Ne,2,2,"button",13),S.YNc(17,we,2,1,"button",12),S.YNc(18,Q,2,2,"button",13),S.qZA()()(),S.YNc(19,ui,6,6,"ng-template",null,14,S.W1O)),2&nt&&(S.xp6(1),S.Q6J("ngClass",S.VKq(12,It,""===Ft.showQRField||Ft.screenSize===Ft.screenSizeEnum.XS||Ft.screenSize===Ft.screenSizeEnum.SM)),S.xp6(1),S.Q6J("ngIf",""!==Ft.showQRField),S.xp6(1),S.Q6J("fxFlex",""===Ft.showQRField||Ft.screenSize===Ft.screenSizeEnum.XS||Ft.screenSize===Ft.screenSizeEnum.SM?"100":"70"),S.xp6(4),S.Oqu(Ft.data.alertTitle||Ft.alertTypeEnum[Ft.data.type]),S.xp6(3),S.Q6J("ngIf",Ft.data.scrollable),S.xp6(1),S.Q6J("ngIf",!Ft.data.scrollable),S.xp6(1),S.Q6J("ngIf",Ft.data.scrollable&&Ft.shouldScroll),S.xp6(2),S.Q6J("ngIf",(!Ft.showQRField||""===Ft.showQRField)&&""===Ft.showCopyName),S.xp6(1),S.Q6J("ngIf",""!==Ft.showCopyName),S.xp6(1),S.Q6J("ngIf",""!==Ft.showCopyName),S.xp6(1),S.Q6J("ngIf",""!==Ft.showQRField),S.xp6(1),S.Q6J("ngIf",""!==Ft.showQRField))},directives:[U.xw,U.Wh,U.yH,te.mk,ie.oO,te.O5,oe.uU,X.dk,me.lW,X.dn,y.$V,te.tP,i.Hw,r.h,k.ZT,u.y,te.sg,te.RF,te.n9,te.ED,c.d],pipes:[te.uU,te.JJ],styles:[".display-block[_ngcontent-%COMP%]{display:block}"]}),jt})();var Gt=p(801),hi=p(7861),xt=p(5620),Nt=p(3075),Ct=p(9444),et=p(7322),yt=p(7531),ei=p(6534);function Yt(jt,wi){if(1&jt&&(S.TgZ(0,"div",18),S._UZ(1,"fa-icon",19),S.TgZ(2,"span"),S._uU(3),S.qZA()()),2&jt){const nt=S.oxw();S.xp6(1),S.Q6J("icon",nt.faExclamationTriangle),S.xp6(2),S.Oqu(nt.warningMessage)}}function Pe(jt,wi){if(1&jt&&(S.TgZ(0,"div",20),S._UZ(1,"fa-icon",19),S.TgZ(2,"span"),S._uU(3),S.qZA()()),2&jt){const nt=S.oxw();S.xp6(1),S.Q6J("icon",nt.faInfoCircle),S.xp6(2),S.Oqu(nt.informationMessage)}}function Oe(jt,wi){if(1&jt&&(S.TgZ(0,"p",21),S._uU(1),S.qZA()),2&jt){const nt=S.oxw();S.xp6(1),S.Oqu(nt.data.titleMessage)}}function ce(jt,wi){1&jt&&S._UZ(0,"div",36),2&jt&&S.Q6J("innerHTML",wi.$implicit,S.oJD)}function be(jt,wi){if(1&jt&&(S.ynx(0,34),S.YNc(1,ce,1,1,"div",35),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Q6J("ngForOf",nt.value)}}function pt(jt,wi){if(1&jt&&(S.ynx(0),S._uU(1),S.ALo(2,"date"),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(S.xi3(2,1,1e3*nt.value,"dd/MMM/y HH:mm"))}}function mt(jt,wi){if(1&jt&&(S.ynx(0),S._uU(1),S.ALo(2,"number"),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(S.xi3(2,1,nt.value,"1.0-3"))}}function Ht(jt,wi){if(1&jt&&(S.ynx(0),S._uU(1),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(!0===nt.value?"True":"False")}}function it(jt,wi){if(1&jt&&(S.ynx(0),S._uU(1),S.BQk()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(nt.value)}}function Re(jt,wi){if(1&jt&&(S.TgZ(0,"span")(1,"span",30),S.YNc(2,be,2,1,"ng-container",31),S.YNc(3,pt,3,4,"ng-container",32),S.YNc(4,mt,3,4,"ng-container",32),S.YNc(5,Ht,2,1,"ng-container",32),S.YNc(6,it,2,1,"ng-container",33),S.qZA()()),2&jt){const nt=S.oxw().$implicit,Ft=S.oxw(3);S.xp6(1),S.Q6J("ngSwitch",nt.type),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.ARRAY),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.DATE_TIME),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.NUMBER),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.BOOLEAN)}}function tt(jt,wi){1&jt&&(S.TgZ(0,"span",37),S._uU(1,"\xa0"),S.qZA())}function Xe(jt,wi){if(1&jt&&(S.TgZ(0,"div",25)(1,"h4",26),S._uU(2),S.qZA(),S.YNc(3,Re,7,5,"span",27),S.YNc(4,tt,2,0,"ng-template",null,28,S.W1O),S._UZ(6,"mat-divider",29),S.qZA()),2&jt){const nt=wi.$implicit,Ft=S.MAs(5);S.s9C("fxFlex.gt-md",nt.width),S.xp6(2),S.Oqu(nt.title),S.xp6(1),S.Q6J("ngIf",nt&&(!!nt.value||0===nt.value))("ngIfElse",Ft)}}function Se(jt,wi){if(1&jt&&(S.TgZ(0,"div")(1,"div",23),S.YNc(2,Xe,7,4,"div",24),S.qZA()()),2&jt){const nt=wi.$implicit;S.xp6(2),S.Q6J("ngForOf",nt)}}function Ge(jt,wi){if(1&jt&&(S.TgZ(0,"div"),S.YNc(1,Se,3,1,"div",22),S.qZA()),2&jt){const nt=S.oxw();S.xp6(1),S.Q6J("ngForOf",nt.messageObjs)}}function at(jt,wi){if(1&jt&&(S.TgZ(0,"p",21),S._uU(1),S.qZA()),2&jt){const nt=S.oxw(2);S.xp6(1),S.Oqu(nt.data.titleMessage)}}function st(jt,wi){if(1&jt&&(S.TgZ(0,"mat-error"),S._uU(1),S.qZA()),2&jt){const nt=S.oxw(2).$implicit;S.xp6(1),S.hij("",nt.placeholder," is required.")}}function bt(jt,wi){if(1&jt){const nt=S.EpF();S.TgZ(0,"mat-form-field",41)(1,"input",42),S.NdJ("ngModelChange",function(Kt){return S.CHM(nt),S.oxw().$implicit.inputValue=Kt}),S.ALo(2,"lowercase"),S.qZA(),S.YNc(3,st,2,1,"mat-error",11),S.TgZ(4,"mat-hint"),S._uU(5),S.qZA()()}if(2&jt){const nt=S.oxw(),Ft=nt.$implicit,Kt=nt.index;S.Q6J("fxFlex",Ft.width),S.xp6(1),S.MGl("name","input",Kt,""),S.Q6J("autoFocus",0===Kt)("placeholder",Ft.placeholder)("min",Ft.min)("step",Ft.step)("type",S.lcZ(2,11,Ft.inputType))("ngModel",Ft.inputValue)("tabindex",Kt+1),S.xp6(2),S.Q6J("ngIf",!Ft.inputValue),S.xp6(2),S.Oqu(Ft.hintFunction?Ft.hintFunction(Ft.inputValue):Ft.hintText)}}function gi(jt,wi){if(1&jt&&(S.ynx(0),S.YNc(1,bt,6,13,"mat-form-field",40),S.BQk()),2&jt){const nt=wi.$implicit,Ft=S.oxw(2);S.xp6(1),S.Q6J("ngIf",!nt.advancedField||Ft.showAdvanced)}}function qt(jt,wi){if(1&jt&&(S.TgZ(0,"div",38),S.YNc(1,at,2,1,"p",10),S.TgZ(2,"div",39),S.YNc(3,gi,2,1,"ng-container",22),S.qZA()()),2&jt){const nt=S.oxw();S.xp6(1),S.Q6J("ngIf",nt.data.titleMessage),S.xp6(2),S.Q6J("ngForOf",nt.getInputs)}}function Xt(jt,wi){1&jt&&(S.TgZ(0,"p"),S._uU(1,"Show Advanced"),S.qZA())}function Ji(jt,wi){1&jt&&(S.TgZ(0,"p"),S._uU(1,"Hide Advanced"),S.qZA())}function fi(jt,wi){if(1&jt){const nt=S.EpF();S.TgZ(0,"button",43),S.NdJ("click",function(){return S.CHM(nt),S.oxw().onShowAdvanced()}),S.YNc(1,Xt,2,0,"p",27),S.YNc(2,Ji,2,0,"ng-template",null,44,S.W1O),S.qZA()}if(2&jt){const nt=S.MAs(3),Ft=S.oxw();S.xp6(1),S.Q6J("ngIf",!Ft.showAdvanced)("ngIfElse",nt)}}function si(jt,wi){if(1&jt){const nt=S.EpF();S.TgZ(0,"button",45),S.NdJ("click",function(){S.CHM(nt);const Kt=S.oxw();return Kt.onClose(Kt.getInputs)}),S._uU(1),S.qZA()}if(2&jt){const nt=S.oxw();S.xp6(1),S.Oqu(nt.yesBtnText)}}function en(jt,wi){if(1&jt){const nt=S.EpF();S.TgZ(0,"button",46),S.NdJ("click",function(){return S.CHM(nt),S.oxw().onClose(!0)}),S._uU(1),S.qZA()}if(2&jt){const nt=S.oxw();S.xp6(1),S.Oqu(nt.yesBtnText)}}let Bi=(()=>{class jt{constructor(nt,Ft,Kt,mi){this.dialogRef=nt,this.data=Ft,this.logger=Kt,this.store=mi,this.faInfoCircle=Gt.sqG,this.faExclamationTriangle=Gt.eHv,this.informationMessage="",this.warningMessage="",this.noBtnText="No",this.yesBtnText="Yes",this.messageObjs=[],this.flgShowInput=!1,this.hasAdvanced=!1,this.alertTypeEnum=L.n_,this.dataTypeEnum=L.Gi,this.getInputs=[{placeholder:"",inputType:"text",inputValue:"",hintText:"",hintFunction:null,advancedField:!1}],this.showAdvanced=!1}ngOnInit(){this.informationMessage=this.data.informationMessage||"",this.warningMessage=this.data.warningMessage||"",this.flgShowInput=!!this.data.flgShowInput,this.getInputs=this.data.getInputs||[],this.noBtnText=this.data.noBtnText?this.data.noBtnText:"No",this.yesBtnText=this.data.yesBtnText?this.data.yesBtnText:"Yes",this.hasAdvanced=!!this.data.hasAdvanced&&this.data.hasAdvanced,this.messageObjs=this.data.message,this.data.type===L.n_.ERROR&&!this.data.message&&!this.data.titleMessage&&this.messageObjs.length<=0&&(this.data.titleMessage="Please Check Server Connection")}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onClose(nt){if(nt&&this.getInputs&&this.getInputs.some(Ft=>void 0===Ft.inputValue))return!0;!this.showAdvanced&&nt.length&&(nt=null==nt?void 0:nt.reduce((Ft,Kt)=>(Kt.advancedField||Ft.push(Kt),Ft),[])),this.store.dispatch((0,hi.yb)({payload:nt}))}}return jt.\u0275fac=function(nt){return new(nt||jt)(S.Y36(k.so),S.Y36(k.WI),S.Y36(ne.mQ),S.Y36(xt.yh))},jt.\u0275cmp=S.Xpm({type:jt,selectors:[["rtl-confirmation-message"]],decls:21,vars:10,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayoutAlign","start center","class","pb-1",4,"ngIf"],[4,"ngIf"],["fxLayout","column","class","bordered-box my-2 p-2",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],["mat-button","","color","primary","type","button","class","mr-1","tabindex","2",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","3","default","",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","4","default","",3,"click",4,"ngIf"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayoutAlign","start center",1,"pb-1"],[4,"ngFor","ngForOf"],["fxLayout","row wrap","fxLayoutAlign","start center","fxLayoutAlign.gt-md","space-between start"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md"],["fxLayoutAlign","start",1,"font-bold-500"],[4,"ngIf","ngIfElse"],["emptyField",""],[1,"w-100","my-1"],[1,"foreground-secondary-text",3,"ngSwitch"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch",4,"ngSwitchCase"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch"],[3,"innerHTML",4,"ngFor","ngForOf"],[3,"innerHTML"],["fxFlex","100",1,"foreground-secondary-text"],["fxLayout","column",1,"bordered-box","my-2","p-2"],["fxLayout","row wrap","fxLayoutAlign","space-between center"],[3,"fxFlex",4,"ngIf"],[3,"fxFlex"],["matInput","","required","",3,"autoFocus","placeholder","name","min","step","type","ngModel","tabindex","ngModelChange"],["mat-button","","color","primary","type","button","tabindex","2",1,"mr-1",3,"click"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","3","default","",3,"click"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","4","default","",3,"click"]],template:function(nt,Ft){1&nt&&(S.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),S._uU(5),S.qZA()(),S.TgZ(6,"button",5),S.NdJ("click",function(){return Ft.onClose(!1)}),S._uU(7,"X"),S.qZA()(),S.TgZ(8,"mat-card-content",6)(9,"form",7),S.YNc(10,Yt,4,2,"div",8),S.YNc(11,Pe,4,2,"div",9),S.YNc(12,Oe,2,1,"p",10),S.YNc(13,Ge,2,1,"div",11),S.YNc(14,qt,4,2,"div",12),S.TgZ(15,"div",13)(16,"button",14),S.NdJ("click",function(){return Ft.onClose(!1)}),S._uU(17),S.qZA(),S.YNc(18,fi,4,2,"button",15),S.YNc(19,si,2,1,"button",16),S.YNc(20,en,2,1,"button",17),S.qZA()()()()()),2&nt&&(S.xp6(5),S.Oqu(Ft.data.alertTitle||Ft.alertTypeEnum[Ft.data.type]),S.xp6(5),S.Q6J("ngIf",Ft.warningMessage&&""!==Ft.warningMessage),S.xp6(1),S.Q6J("ngIf",Ft.informationMessage&&""!==Ft.informationMessage),S.xp6(1),S.Q6J("ngIf",Ft.data.titleMessage&&!Ft.flgShowInput),S.xp6(1),S.Q6J("ngIf",(null==Ft.messageObjs?null:Ft.messageObjs.length)>0),S.xp6(1),S.Q6J("ngIf",Ft.flgShowInput),S.xp6(3),S.Oqu(Ft.noBtnText),S.xp6(1),S.Q6J("ngIf",Ft.hasAdvanced),S.xp6(1),S.Q6J("ngIf",Ft.flgShowInput),S.xp6(1),S.Q6J("ngIf",!Ft.flgShowInput))},directives:[U.xw,U.yH,X.dk,U.Wh,me.lW,X.dn,Nt._Y,Nt.JL,Nt.F,te.O5,Ct.BN,te.sg,te.RF,te.n9,te.ED,c.d,et.KE,yt.Nt,ei.q,Nt.Fj,Nt.Q7,r.h,Nt.JJ,Nt.On,et.TO,et.bx],pipes:[te.uU,te.JJ,te.i8],styles:[""]}),jt})();var zi=p(1786),Ui=p(4107),ze=p(508);function Tt(jt,wi){if(1&jt&&(S.TgZ(0,"mat-option",23),S._uU(1),S.qZA()),2&jt){const nt=wi.$implicit;S.Q6J("value",nt),S.xp6(1),S.hij(" ",nt.infoName," ")}}function pe(jt,wi){if(1&jt){const nt=S.EpF();S.TgZ(0,"div",13)(1,"mat-form-field",20)(2,"mat-select",21),S.NdJ("valueChange",function(Kt){return S.CHM(nt),S.oxw().selInfoType=Kt}),S.YNc(3,Tt,2,2,"mat-option",22),S.qZA()()()}if(2&jt){const nt=S.oxw();S.xp6(2),S.Q6J("value",nt.selInfoType),S.xp6(1),S.Q6J("ngForOf",nt.infoTypes)}}const je=function(jt){return{"display-none":jt}};let _t=(()=>{class jt{constructor(nt,Ft,Kt,mi,Ni){this.dialogRef=nt,this.data=Ft,this.logger=Kt,this.snackBar=mi,this.commonService=Ni,this.faReceipt=Gt.dLy,this.infoTypes=[{infoID:0,infoKey:"node pubkey",infoName:"Node pubkey"}],this.selInfoType=this.infoTypes[0],this.qrWidth=210,this.screenSize="",this.screenSizeEnum=L.cu}ngOnInit(){this.information=this.data.information,this.information.uris&&(1===this.information.uris.length?this.infoTypes.push({infoID:1,infoKey:"node URI",infoName:"Node URI"}):this.information.uris.length>1&&this.information.uris.forEach((nt,Ft)=>{this.infoTypes.push({infoID:Ft+1,infoKey:"node URI "+(Ft+1),infoName:"Node URI "+(Ft+1)})})),this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onCopyPubkey(nt){this.snackBar.open(this.selInfoType.infoName+" copied."),this.logger.info("Copied Text: "+nt)}}return jt.\u0275fac=function(nt){return new(nt||jt)(S.Y36(k.so),S.Y36(k.WI),S.Y36(ne.mQ),S.Y36($.ux),S.Y36(de.v))},jt.\u0275cmp=S.Xpm({type:jt,selectors:[["rtl-show-pubkey"]],decls:26,vars:19,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","30","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],[3,"value","size","errorCorrectionLevel"],["fxFlex","100","fxFlex.gt-sm","70"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],["fxLayout","row",4,"ngIf"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["fxFlex","100","fxFlex.gt-sm","40","fxLayoutAlign","start end"],["tabindex","1",3,"value","valueChange"],[3,"value",4,"ngFor","ngForOf"],[3,"value"]],template:function(nt,Ft){1&nt&&(S.TgZ(0,"div",0)(1,"div",1),S._UZ(2,"qr-code",2),S.qZA(),S.TgZ(3,"div",3)(4,"mat-card-header",4)(5,"div",5),S._UZ(6,"fa-icon",6),S.TgZ(7,"span",7),S._uU(8),S.qZA()(),S.TgZ(9,"button",8),S.NdJ("click",function(){return Ft.onClose()}),S._uU(10,"X"),S.qZA()(),S.TgZ(11,"mat-card-content",9)(12,"div",10)(13,"div",11),S._UZ(14,"qr-code",2),S.qZA(),S.YNc(15,pe,4,2,"div",12),S.TgZ(16,"div",13)(17,"div",14)(18,"h4",15),S._uU(19),S.qZA(),S.TgZ(20,"span",16),S._uU(21),S.qZA()()(),S._UZ(22,"mat-divider",17),S.TgZ(23,"div",18)(24,"button",19),S.NdJ("copied",function(mi){return Ft.onCopyPubkey(mi)}),S._uU(25),S.qZA()()()()()()),2&nt&&(S.xp6(1),S.Q6J("ngClass",S.VKq(15,je,Ft.screenSize===Ft.screenSizeEnum.XS||Ft.screenSize===Ft.screenSizeEnum.SM)),S.xp6(1),S.s9C("value",0===Ft.selInfoType.infoID?Ft.information.identity_pubkey:Ft.information.uris[Ft.selInfoType.infoID-1]),S.Q6J("size",Ft.qrWidth)("errorCorrectionLevel","L"),S.xp6(4),S.Q6J("icon",Ft.faReceipt),S.xp6(2),S.Oqu(Ft.selInfoType.infoName),S.xp6(5),S.Q6J("ngClass",S.VKq(17,je,Ft.screenSize!==Ft.screenSizeEnum.XS&&Ft.screenSize!==Ft.screenSizeEnum.SM)),S.xp6(1),S.s9C("value",0===Ft.selInfoType.infoID?Ft.information.identity_pubkey:Ft.information.uris[Ft.selInfoType.infoID-1]),S.Q6J("size",Ft.qrWidth)("errorCorrectionLevel","L"),S.xp6(1),S.Q6J("ngIf",Ft.information.uris&&Ft.information.uris.length>0),S.xp6(4),S.Oqu(Ft.selInfoType.infoName),S.xp6(2),S.Oqu(0===Ft.selInfoType.infoID?Ft.information.identity_pubkey:Ft.information.uris[Ft.selInfoType.infoID-1]),S.xp6(3),S.s9C("payload",0===Ft.selInfoType.infoID?Ft.information.identity_pubkey:Ft.information.uris[Ft.selInfoType.infoID-1]),S.xp6(1),S.hij("Copy ",Ft.selInfoType.infoKey,""))},directives:[U.xw,U.Wh,U.yH,te.mk,ie.oO,oe.uU,X.dk,Ct.BN,me.lW,X.dn,te.O5,et.KE,Ui.gD,te.sg,ze.ey,c.d,r.h,u.y],styles:[""]}),jt})();var re=p(6523),qe=p(429),Mt=p(2994),zt=p(8377),bi=p(8138),Ei=p(7998),$i=p(5986),Zi=p(8104),sn=p(1402);let gn=(()=>{class jt{constructor(nt,Ft,Kt,mi,Ni,ki,fn,Bn,Dn,Xn,_n){this.actions=nt,this.httpClient=Ft,this.store=Kt,this.logger=mi,this.wsService=Ni,this.sessionService=ki,this.commonService=fn,this.dataService=Bn,this.dialog=Dn,this.snackBar=Xn,this.router=_n,this.screenSize="",this.alertWidth="55%",this.confirmWidth="70%",this.unSubs=[new e.x,new e.x],this.closeAllDialogs=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.CLOSE_ALL_DIALOGS),(0,b.U)(()=>{this.dialog.closeAll()})),{dispatch:!1}),this.openSnackBar=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.OPEN_SNACK_BAR),(0,b.U)(Si=>{"string"==typeof Si.payload?this.snackBar.open(Si.payload):this.snackBar.open(Si.payload.message,"","ERROR"===Si.payload.type?{duration:Si.payload.duration?Si.payload.duration:2e3,panelClass:"rtl-warn-snack-bar"}:"WARN"===Si.payload.type?{duration:Si.payload.duration?Si.payload.duration:2e3,panelClass:"rtl-accent-snack-bar"}:{duration:Si.payload.duration?Si.payload.duration:2e3,panelClass:"rtl-snack-bar"})})),{dispatch:!1}),this.openSpinner=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.OPEN_SPINNER),(0,b.U)(Si=>{Si.payload!==L.m6.NO_SPINNER&&(this.dialogRef=this.dialog.open(Y,{data:{titleMessage:Si.payload}}))})),{dispatch:!1}),this.closeSpinner=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.CLOSE_SPINNER),(0,b.U)(Si=>{if(Si.payload!==L.m6.NO_SPINNER)try{this.dialogRef&&this.dialogRef.componentInstance&&this.dialogRef.componentInstance.data&&this.dialogRef.componentInstance.data.titleMessage&&this.dialogRef.componentInstance.data.titleMessage===Si.payload?this.dialogRef.close():this.dialog.openDialogs.forEach(Wi=>{Wi.componentInstance&&Wi.componentInstance.data&&Wi.componentInstance.data.titleMessage&&Wi.componentInstance.data.titleMessage===Si.payload&&Wi.close()})}catch(Wi){this.logger.error(Wi)}})),{dispatch:!1}),this.openAlert=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.OPEN_ALERT),(0,b.U)(Si=>{const Wi=JSON.parse(JSON.stringify(Si.payload));Wi.width||(Wi.width=this.alertWidth),this.dialogRef=this.dialog.open(Si.payload.data.component?Si.payload.data.component:Wt,Wi)})),{dispatch:!1}),this.closeAlert=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.CLOSE_ALERT),(0,b.U)(Si=>(this.dialogRef&&this.dialogRef.close(),Si.payload))),{dispatch:!1}),this.openConfirm=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.OPEN_CONFIRMATION),(0,b.U)(Si=>{const Wi=JSON.parse(JSON.stringify(Si.payload));Wi.width||(Wi.width=this.confirmWidth),this.dialogRef=this.dialog.open(Bi,Wi)})),{dispatch:!1}),this.closeConfirm=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.CLOSE_CONFIRMATION),(0,d.q)(1),(0,b.U)(Si=>(this.dialogRef&&this.dialogRef.close(),this.logger.info(Si.payload),Si.payload))),{dispatch:!1}),this.showNodePubkey=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SHOW_PUBKEY),(0,N.M)(this.store.select(zt.R4)),(0,h.z)(([Si,Wi])=>(this.sessionService.getItem("token")&&Wi.identity_pubkey?this.store.dispatch((0,hi.qR)({payload:{data:{information:Wi,component:_t}}})):this.snackBar.open("Node Pubkey does not exist."),(0,f.of)({type:L.pg.VOID}))))),this.appConfigFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.FETCH_RTL_CONFIG),(0,h.z)(()=>(this.screenSize=this.commonService.getScreenSize(),this.screenSize===L.cu.XS||this.screenSize===L.cu.SM?(this.alertWidth="95%",this.confirmWidth="95%"):this.screenSize===L.cu.MD?(this.alertWidth="80%",this.confirmWidth="80%"):(this.alertWidth="45%",this.confirmWidth="50%"),this.store.dispatch((0,hi.ac)({payload:L.m6.GET_RTL_CONFIG})),this.store.dispatch((0,hi.qi)({payload:{action:"FetchRTLConfig",status:L.Bn.INITIATED}})),this.sessionService.getItem("token")?this.httpClient.get(D.NZ.CONF_API+"/rtlconf"):this.httpClient.get(D.NZ.CONF_API+"/rtlconfinit"))),(0,b.U)(Si=>{this.logger.info(Si),this.store.dispatch((0,hi.uO)({payload:L.m6.GET_RTL_CONFIG})),this.store.dispatch((0,hi.qi)({payload:{action:"FetchRTLConfig",status:L.Bn.COMPLETED}}));let Wi=null;return Si.nodes.forEach(Sn=>{var Kn,cr;Sn.settings.currencyUnits=[...L.uA,(null===(Kn=Sn.settings)||void 0===Kn?void 0:Kn.currencyUnit)?null===(cr=Sn.settings)||void 0===cr?void 0:cr.currencyUnit:""],+(Sn.index||-1)===Si.selectedNodeIndex&&(Wi=Sn)}),Wi?(this.store.dispatch((0,hi.fk)({payload:{uiMessage:L.m6.NO_SPINNER,prevLnNodeIndex:-1,currentLnNode:Wi,isInitialSetup:!0}})),{type:L.pg.SET_RTL_CONFIG,payload:Si}):{type:L.pg.VOID}}),(0,A.K)(Si=>(this.handleErrorWithAlert("FetchRTLConfig",L.m6.GET_RTL_CONFIG,"Fetch RTL Config Failed!",D.NZ.CONF_API,Si),(0,f.of)({type:L.pg.VOID}))))),this.settingSave=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SAVE_SETTINGS),(0,h.z)(Si=>{this.store.dispatch((0,hi.ac)({payload:Si.payload.uiMessage})),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateSettings",status:L.Bn.INITIATED}}));let Wi=new M.y;if(Si.payload.settings&&Si.payload.defaultNodeIndex){const Sn=this.httpClient.post(D.NZ.CONF_API,{updatedSettings:Si.payload.settings}),Kn=this.httpClient.post(D.NZ.CONF_API+"/updateDefaultNode",{defaultNodeIndex:Si.payload.defaultNodeIndex});Wi=(0,a.D)([Sn,Kn])}else Si.payload.settings&&!Si.payload.defaultNodeIndex?Wi=this.httpClient.post(D.NZ.CONF_API,{updatedSettings:Si.payload.settings}):!Si.payload.settings&&Si.payload.defaultNodeIndex&&(Wi=this.httpClient.post(D.NZ.CONF_API+"/updateDefaultNode",{defaultNodeIndex:Si.payload.defaultNodeIndex}));return Wi.pipe((0,b.U)(Sn=>(this.logger.info(Sn),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateSettings",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:Si.payload.uiMessage})),{type:L.pg.OPEN_SNACK_BAR,payload:Sn.length?Sn[0].message+".":Sn.message+"."})),(0,A.K)(Sn=>(this.handleErrorWithAlert("UpdateSettings",Si.payload.uiMessage,"Update Settings Failed!",D.NZ.CONF_API,Sn.length?Sn[0]:Sn),(0,f.of)({type:L.pg.VOID}))))}))),this.updateServicesettings=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.UPDATE_SERVICE_SETTINGS),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:Si.payload.uiMessage})),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateServiceSettings",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.CONF_API+"/updateServiceSettings",Si.payload).pipe((0,b.U)(Wi=>(this.logger.info(Wi),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateServiceSettings",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:Si.payload.uiMessage})),this.store.dispatch((0,hi.Tm)({payload:Si.payload})),{type:L.pg.OPEN_SNACK_BAR,payload:Wi.message+"."})),(0,A.K)(Wi=>(this.handleErrorWithAlert("UpdateServiceSettings",Si.payload.uiMessage,"Update Service Settings Failed!",D.NZ.CONF_API,Wi),(0,f.of)({type:L.pg.VOID})))))))),this.twoFASettingSave=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.TWO_FA_SAVE_SETTINGS),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:L.m6.UPDATE_UI_SETTINGS})),this.store.dispatch((0,hi.qi)({payload:{action:"Update2FASettings",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.CONF_API+"/update2FA",{secret2fa:Si.payload.secret2fa}))),(0,N.M)(this.store.select(zt.Yj)),(0,b.U)(([Si,Wi])=>{this.logger.info(Si),Wi.enable2FA=!Wi.enable2FA,this.store.dispatch((0,hi.qi)({payload:{action:"Update2FASettings",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:L.m6.UPDATE_UI_SETTINGS})),this.store.dispatch((0,hi.XT)({payload:Wi}))}),(0,A.K)(Si=>(this.handleErrorWithAlert("Update2FASettings",L.m6.UPDATE_UI_SETTINGS,"Update 2FA Settings Failed!",D.NZ.CONF_API,Si),(0,f.of)({type:L.pg.VOID})))),{dispatch:!1}),this.configFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.FETCH_CONFIG),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:L.m6.OPEN_CONFIG_FILE})),this.store.dispatch((0,hi.qi)({payload:{action:"fetchConfig",status:L.Bn.INITIATED}})),this.httpClient.get(D.NZ.CONF_API+"/config/"+Si.payload).pipe((0,b.U)(Wi=>(this.store.dispatch((0,hi.qi)({payload:{action:"fetchConfig",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:L.m6.OPEN_CONFIG_FILE})),{type:L.pg.SHOW_CONFIG,payload:Wi})),(0,A.K)(Wi=>(this.handleErrorWithAlert("fetchConfig",L.m6.OPEN_CONFIG_FILE,"Fetch Config Failed!",D.NZ.CONF_API+"/config/"+Si.payload,Wi),(0,f.of)({type:L.pg.VOID})))))))),this.showLnConfig=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SHOW_CONFIG),(0,b.U)(Si=>Si.payload)),{dispatch:!1}),this.isAuthorized=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.IS_AUTHORIZED),(0,h.z)(Si=>(this.store.dispatch((0,hi.qi)({payload:{action:"IsAuthorized",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.AUTHENTICATE_API,{authenticateWith:Si.payload&&""!==Si.payload.trim()?L.OJ.PASSWORD:L.OJ.JWT,authenticationValue:Si.payload&&""!==Si.payload.trim()?Si.payload:this.sessionService.getItem("token")?this.sessionService.getItem("token"):""}).pipe((0,b.U)(Wi=>(this.logger.info(Wi),this.store.dispatch((0,hi.qi)({payload:{action:"IsAuthorized",status:L.Bn.COMPLETED}})),this.logger.info("Successfully Authorized!"),{type:L.pg.IS_AUTHORIZED_RES,payload:Wi})),(0,A.K)(Wi=>(this.handleErrorWithAlert("IsAuthorized",L.m6.NO_SPINNER,"Authorization Failed",D.NZ.AUTHENTICATE_API,Wi),(0,f.of)({type:L.pg.IS_AUTHORIZED_RES,payload:"ERROR"})))))))),this.isAuthorizedRes=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.IS_AUTHORIZED_RES),(0,b.U)(Si=>Si.payload)),{dispatch:!1}),this.authLogin=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.LOGIN),(0,N.M)(this.store.select(zt.Yj)),(0,h.z)(([Si,Wi])=>(this.store.dispatch((0,re.Ll)({payload:null})),this.store.dispatch((0,qe.xH)({payload:null})),this.store.dispatch((0,Mt.Fd)({payload:null})),this.store.dispatch((0,hi.qi)({payload:{action:"Login",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.AUTHENTICATE_API,{authenticateWith:Si.payload.password?L.OJ.PASSWORD:L.OJ.JWT,authenticationValue:Si.payload.password?Si.payload.password:this.sessionService.getItem("token")?this.sessionService.getItem("token"):"",twoFAToken:Si.payload.twoFAToken?Si.payload.twoFAToken:""}).pipe((0,b.U)(Sn=>{this.logger.info(Sn),this.store.dispatch((0,hi.qi)({payload:{action:"Login",status:L.Bn.COMPLETED}})),this.setLoggedInDetails(Si.payload.defaultPassword,Sn)}),(0,A.K)(Sn=>(this.logger.info("Redirecting to Login Error Page"),this.handleErrorWithoutAlert("Login",L.m6.NO_SPINNER,Sn),+Wi.sso.rtlSSO?this.router.navigate(["/error"],{state:{errorCode:"406",errorMessage:Sn.error&&Sn.error.error?Sn.error.error:"Single Sign On Failed!"}}):this.router.navigate(["./login"]),(0,f.of)({type:L.pg.VOID}))))))),{dispatch:!1}),this.tokenVerify=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.VERIFY_TWO_FA),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:L.m6.VERIFY_TOKEN})),this.store.dispatch((0,hi.qi)({payload:{action:"VerifyToken",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.AUTHENTICATE_API+"/token",{authentication2FA:Si.payload.token}).pipe((0,b.U)(Wi=>{this.logger.info(Wi),this.store.dispatch((0,hi.uO)({payload:L.m6.VERIFY_TOKEN})),this.store.dispatch((0,hi.qi)({payload:{action:"VerifyToken",status:L.Bn.COMPLETED}})),this.logger.info("Token Successfully Verified!"),this.setLoggedInDetails(!1,Si.payload.authResponse)}),(0,A.K)(Wi=>(this.handleErrorWithAlert("VerifyToken",L.m6.VERIFY_TOKEN,"Authorization Failed!",D.NZ.AUTHENTICATE_API+"/token",Wi),(0,f.of)({type:L.pg.VOID}))))))),{dispatch:!1}),this.logOut=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.LOGOUT),(0,N.M)(this.store.select(zt.Yj)),(0,h.z)(([Si,Wi])=>(this.store.dispatch((0,hi.ac)({payload:L.m6.LOG_OUT})),this.httpClient.get(D.NZ.AUTHENTICATE_API+"/logout").pipe((0,b.U)(Sn=>{this.logger.info(Sn),this.store.dispatch((0,hi.uO)({payload:L.m6.LOG_OUT})),+Wi.sso.rtlSSO?window.location.href=Wi.sso.logoutRedirectLink:this.router.navigate(["./login"]),this.sessionService.clearAll(),this.store.dispatch((0,hi._V)({payload:{}})),this.logger.warn("LOGGED OUT")}))))),{dispatch:!1}),this.resetPassword=(0,t.GW)(()=>this.actions.pipe((0,w.R)(this.unSubs[1]),(0,t.l4)(L.pg.RESET_PASSWORD),(0,h.z)(Si=>(this.store.dispatch((0,hi.qi)({payload:{action:"ResetPassword",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.AUTHENTICATE_API+"/reset",{currPassword:Si.payload.currPassword,newPassword:Si.payload.newPassword}).pipe((0,w.R)(this.unSubs[0]),(0,b.U)(Wi=>(this.logger.info(Wi),this.store.dispatch((0,hi.qi)({payload:{action:"ResetPassword",status:L.Bn.COMPLETED}})),this.sessionService.setItem("defaultPassword",!1),this.logger.info("Password Reset Successful!"),this.store.dispatch((0,hi.jW)({payload:"Password Reset Successful!"})),this.SetToken(Wi.token),{type:L.pg.RESET_PASSWORD_RES,payload:Wi.token})),(0,A.K)(Wi=>(this.handleErrorWithAlert("ResetPassword",L.m6.NO_SPINNER,"Password Reset Failed!",D.NZ.AUTHENTICATE_API+"/reset",Wi),(0,f.of)({type:L.pg.VOID})))))))),this.setSelectedNode=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SET_SELECTED_NODE),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:Si.payload.uiMessage})),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateSelNode",status:L.Bn.INITIATED}})),this.httpClient.get(D.NZ.CONF_API+"/updateSelNode/"+Si.payload.currentLnNode.index+"/"+Si.payload.prevLnNodeIndex).pipe((0,b.U)(Wi=>(this.logger.info(Wi),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateSelNode",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:Si.payload.uiMessage})),this.initializeNode(Si.payload.currentLnNode,Si.payload.isInitialSetup),{type:L.pg.VOID})),(0,A.K)(Wi=>(this.handleErrorWithAlert("UpdateSelNode",Si.payload.uiMessage,"Update Selected Node Failed!",D.NZ.CONF_API+"/updateSelNode",Wi),(0,f.of)({type:L.pg.VOID})))))))),this.fetchFile=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.FETCH_FILE),(0,h.z)(Si=>{this.store.dispatch((0,hi.ac)({payload:L.m6.DOWNLOAD_BACKUP_FILE})),this.store.dispatch((0,hi.qi)({payload:{action:"FetchFile",status:L.Bn.INITIATED}}));const Wi="?channel="+Si.payload.channelPoint+(Si.payload.path?"&path="+Si.payload.path:"");return this.httpClient.get(D.NZ.CONF_API+"/file"+Wi).pipe((0,b.U)(Sn=>(this.store.dispatch((0,hi.qi)({payload:{action:"FetchFile",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:L.m6.DOWNLOAD_BACKUP_FILE})),{type:L.pg.SHOW_FILE,payload:Sn})),(0,A.K)(Sn=>(this.handleErrorWithAlert("fetchFile",L.m6.DOWNLOAD_BACKUP_FILE,"Download Backup File Failed!",D.NZ.CONF_API+"/file"+Wi,{status:this.commonService.extractErrorNumber(Sn),error:{error:this.commonService.extractErrorCode(Sn)}}),(0,f.of)({type:L.pg.VOID}))))}))),this.showFile=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SHOW_FILE),(0,b.U)(Si=>Si.payload)),{dispatch:!1})}initializeNode(nt,Ft){this.logger.info("Initializing node from RTL Effects.");const Kt=Ft?"":"HOME";let mi={};if(mi=nt.settings.fiatConversion&&nt.settings.currencyUnit?{userPersona:nt.settings.userPersona,channelBackupPath:nt.settings.channelBackupPath,selCurrencyUnit:nt.settings.currencyUnit,currencyUnits:[...L.uA,nt.settings.currencyUnit],fiatConversion:nt.settings.fiatConversion,lnImplementation:nt.lnImplementation,swapServerUrl:nt.settings.swapServerUrl,boltzServerUrl:nt.settings.boltzServerUrl,enableOffers:nt.settings.enableOffers}:{userPersona:nt.settings.userPersona,channelBackupPath:nt.settings.channelBackupPath,selCurrencyUnit:nt.settings.currencyUnit,currencyUnits:L.uA,fiatConversion:nt.settings.fiatConversion,lnImplementation:nt.lnImplementation,swapServerUrl:nt.settings.swapServerUrl,boltzServerUrl:nt.settings.boltzServerUrl,enableOffers:nt.settings.enableOffers},this.sessionService.removeItem("lndUnlocked"),this.sessionService.removeItem("clUnlocked"),this.sessionService.removeItem("eclUnlocked"),this.store.dispatch((0,hi.vI)({payload:nt})),this.store.dispatch((0,re.Ll)({payload:mi})),this.store.dispatch((0,qe.xH)({payload:mi})),this.store.dispatch((0,Mt.Fd)({payload:mi})),this.sessionService.getItem("token")){const Ni=nt.lnImplementation?nt.lnImplementation.toUpperCase():"LND";this.dataService.setLnImplementation(Ni);const ki=D.NZ.production&&window.location.origin?window.location.origin+"/rtl/api":D.T5;switch(this.wsService.connectWebSocket((null==ki?void 0:ki.replace(/^http/,"ws"))+D.NZ.Web_SOCKET_API,nt.index?nt.index.toString():"-1"),Ni){case"CLN":this.store.dispatch((0,qe.CN)({payload:{loadPage:Kt}}));break;case"ECL":this.store.dispatch((0,Mt.iz)({payload:{loadPage:Kt}}));break;default:this.store.dispatch((0,re.sQ)({payload:{loadPage:Kt}}))}}}SetToken(nt){nt?(this.sessionService.setItem("lndUnlocked","true"),this.sessionService.setItem("token",nt)):(this.sessionService.removeItem("lndUnlocked"),this.sessionService.removeItem("token"))}setLoggedInDetails(nt,Ft){this.logger.info("Successfully Authorized!"),this.SetToken(Ft.token),this.sessionService.setItem("defaultPassword",nt),nt?(this.store.dispatch((0,hi.jW)({payload:"Reset your password."})),this.router.navigate(["/settings/auth"])):this.store.dispatch((0,hi.ey)())}handleErrorWithoutAlert(nt,Ft,Kt){this.logger.error("ERROR IN: "+nt+"\n"+JSON.stringify(Kt)),401===Kt.status&&"Login"!==nt?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,hi.ts)()),this.store.dispatch((0,hi.kS)()),this.store.dispatch((0,hi.jW)({payload:"Authentication Failed. Redirecting to Login."}))):(this.store.dispatch((0,hi.uO)({payload:Ft})),this.store.dispatch((0,hi.qi)({payload:{action:nt,status:L.Bn.ERROR,statusCode:Kt.status?Kt.status.toString():"",message:this.commonService.extractErrorMessage(Kt)}})))}handleErrorWithAlert(nt,Ft,Kt,mi,Ni){if(this.logger.error(Ni),0===Ni.status&&Ni.statusText&&"Unknown Error"===Ni.statusText&&(Ni={status:400,error:{message:"Unknown Error / CORS Origin Not Allowed"}}),401===Ni.status&&"Login"!==nt)this.logger.info("Redirecting to Login"),this.store.dispatch((0,hi.ts)()),this.store.dispatch((0,hi.kS)()),this.store.dispatch((0,hi.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,hi.uO)({payload:Ft}));const ki=this.commonService.extractErrorMessage(Ni);this.store.dispatch((0,hi.qR)({payload:{data:{type:"ERROR",alertTitle:Kt,message:{code:Ni.status?Ni.status:"Unknown Error",message:ki,URL:mi},component:zi.H}}})),this.store.dispatch((0,hi.qi)({payload:{action:nt,status:L.Bn.ERROR,statusCode:Ni.status?Ni.status.toString():"",message:ki,URL:mi}}))}}ngOnDestroy(){this.unSubs.forEach(nt=>{nt.next(null),nt.complete()})}}return jt.\u0275fac=function(nt){return new(nt||jt)(S.LFG(t.eX),S.LFG(bi.eN),S.LFG(xt.yh),S.LFG(ne.mQ),S.LFG(Ei.d),S.LFG($i.m),S.LFG(de.v),S.LFG(Zi.D),S.LFG(k.uw),S.LFG($.ux),S.LFG(sn.F0))},jt.\u0275prov=S.Yz7({token:jt,factory:jt.\u0275fac}),jt})()},8377:(Ve,j,p)=>{"use strict";p.d(j,{R4:()=>b,Sr:()=>N,Yj:()=>a,dT:()=>M,gW:()=>h,ul:()=>d});var t=p(5620);const e=(0,t.ZF)("root"),M=((0,t.P1)(e,A=>A.apiURL),(0,t.P1)(e,A=>A.selNode)),a=(0,t.P1)(e,A=>A.appConfig),b=(0,t.P1)(e,A=>A.nodeData),d=(0,t.P1)(e,A=>A.apisCallStatus.Login),N=(0,t.P1)(e,A=>A.apisCallStatus.IsAuthorized),h=(0,t.P1)(e,A=>({nodeDate:A.nodeData,selNode:A.selNode}))},2340:(Ve,j,p)=>{"use strict";p.d(j,{NZ:()=>e,T5:()=>t,q4:()=>f});const t="./api",e={production:!0,isDebugMode:!1,AUTHENTICATE_API:t+"/authenticate",CONF_API:t+"/conf",BALANCE_API:"/balance",FEES_API:"/fees",PEERS_API:"/peers",CHANNELS_API:"/channels",CHANNELS_BACKUP_API:"/channels/backup",GETINFO_API:"/getinfo",WALLET_API:"/wallet",NETWORK_API:"/network",NEW_ADDRESS_API:"/newaddress",TRANSACTIONS_API:"/transactions",PAYMENTS_API:"/payments",INVOICES_API:"/invoices",SWITCH_API:"/switch",ON_CHAIN_API:"/onchain",MESSAGE_API:"/message",OFFERS_API:"/offers",UTILITY_API:"/utility",LOOP_API:"/loop",BOLTZ_API:"/boltz",Web_SOCKET_API:"/ws"},f="0.13.1-beta"},4886:(Ve,j,p)=>{"use strict";var t=p(2313),e=p(5e3),f=p(6360),M=p(8138),a=p(5113),b=p(5620),d=p(6642),N=p(9565),h=p(7579),A=p(6451),w=p(4968),D=p(457),L=p(4986),k=p(2805);function S(K=0,Fe=L.z){return K<0&&(K=0),(0,k.H)(K,K,Fe)}var U=p(9646),Z=p(727),Y=p(4482),ne=p(5403),$=p(8737),de=p(3269),te=p(9672),oe=p(9300),X=p(8505),me=p(3900),y=p(2722),i=p(8746),r=p(1884),u=p(4004);class c{}let _=(()=>{class K{constructor(F,ve){this._ngZone=ve,this.timerStart$=new h.x,this.idleDetected$=new h.x,this.timeout$=new h.x,this.idleMillisec=6e5,this.idleSensitivityMillisec=1e3,this.timeout=300,this.pingMillisec=12e4,this.isTimeout=!1,this.isInactivityTimer=!1,this.isIdleDetected=!1,F&&this.setConfig(F)}startWatching(){this.activityEvents$||(this.activityEvents$=(0,A.T)((0,w.R)(window,"mousemove"),(0,w.R)(window,"resize"),(0,w.R)(document,"keydown"))),this.idle$=(0,D.D)(this.activityEvents$),this.idleSubscription&&this.idleSubscription.unsubscribe(),this.idleSubscription=this.idle$.pipe(function ie(K,...Fe){var F,ve;const ot=null!==(F=(0,de.yG)(Fe))&&void 0!==F?F:L.z,ri=null!==(ve=Fe[0])&&void 0!==ve?ve:null,Ki=Fe[1]||1/0;return(0,Y.e)((Wn,kn)=>{let vr=[],ja=!1;const Ra=rr=>{const{buffer:os,subs:Nn}=rr;Nn.unsubscribe(),(0,$.P)(vr,rr),kn.next(os),ja&&na()},na=()=>{if(vr){const rr=new Z.w0;kn.add(rr);const Nn={buffer:[],subs:rr};vr.push(Nn),(0,te.f)(rr,ot,()=>Ra(Nn),K)}};null!==ri&&ri>=0?(0,te.f)(kn,ot,na,ri,!0):ja=!0,na();const Sa=(0,ne.x)(kn,rr=>{const os=vr.slice();for(const Nn of os){const{buffer:ur}=Nn;ur.push(rr),Ki<=ur.length&&Ra(Nn)}},()=>{for(;null==vr?void 0:vr.length;)kn.next(vr.shift().buffer);null==Sa||Sa.unsubscribe(),kn.complete(),kn.unsubscribe()},void 0,()=>vr=null);Wn.subscribe(Sa)})}(this.idleSensitivityMillisec),(0,oe.h)(F=>!F.length&&!this.isIdleDetected&&!this.isInactivityTimer),(0,X.b)(()=>{this.isIdleDetected=!0,this.idleDetected$.next(!0)}),(0,me.w)(()=>this._ngZone.runOutsideAngular(()=>S(1e3).pipe((0,y.R)((0,A.T)(this.activityEvents$,(0,k.H)(this.idleMillisec).pipe((0,X.b)(()=>{this.isInactivityTimer=!0,this.timerStart$.next(!0)})))),(0,i.x)(()=>{this.isIdleDetected=!1,this.idleDetected$.next(!1)}))))).subscribe(),this.setupTimer(this.timeout),this.setupPing(this.pingMillisec)}stopWatching(){this.stopTimer(),this.idleSubscription&&this.idleSubscription.unsubscribe()}stopTimer(){this.isInactivityTimer=!1,this.timerStart$.next(!1)}resetTimer(){this.stopTimer(),this.isTimeout=!1}onTimerStart(){return this.timerStart$.pipe((0,r.x)(),(0,me.w)(F=>F?this.timer$:(0,U.of)(null)))}onIdleStatusChanged(){return this.idleDetected$.asObservable()}onTimeout(){return this.timeout$.pipe((0,oe.h)(F=>!!F),(0,X.b)(()=>this.isTimeout=!0),(0,u.U)(()=>!0))}getConfigValue(){return{idle:this.idleMillisec/1e3,idleSensitivity:this.idleSensitivityMillisec/1e3,timeout:this.timeout,ping:this.pingMillisec/1e3}}setConfigValues(F){!this.idleSubscription||this.idleSubscription.closed?this.setConfig(F):console.error("Call stopWatching() before set config values")}setConfig(F){F.idle&&(this.idleMillisec=1e3*F.idle),F.ping&&(this.pingMillisec=1e3*F.ping),F.idleSensitivity&&(this.idleSensitivityMillisec=1e3*F.idleSensitivity),F.timeout&&(this.timeout=F.timeout)}setCustomActivityEvents(F){!this.idleSubscription||this.idleSubscription.closed?this.activityEvents$=F:console.error("Call stopWatching() before set custom activity events")}setupTimer(F){this._ngZone.runOutsideAngular(()=>{this.timer$=(0,U.of)(()=>new Date).pipe((0,u.U)(ve=>ve()),(0,me.w)(ve=>S(1e3).pipe((0,u.U)(()=>Math.round(((new Date).valueOf()-ve.valueOf())/1e3)),(0,X.b)(ot=>{ot>=F&&this.timeout$.next(!0)}))))})}setupPing(F){this.ping$=S(F).pipe((0,oe.h)(()=>!this.isTimeout))}}return K.\u0275fac=function(F){return new(F||K)(e.LFG(c,8),e.LFG(e.R0b))},K.\u0275prov=e.Yz7({token:K,factory:K.\u0275fac,providedIn:"root"}),K})(),E=(()=>{class K{static forRoot(F){return{ngModule:K,providers:[{provide:c,useValue:F}]}}}return K.\u0275fac=function(F){return new(F||K)},K.\u0275mod=e.oAB({type:K}),K.\u0275inj=e.cJS({imports:[[]]}),K})();var I=p(1402),v=p(801),n=p(8377),C=p(7093),B=p(9444),P=p(9224),H=p(3251),q=p(9808);const he=function(){return{initial:!1}};function _e(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",10),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw();return ot.activeLink=ot.links[1].link}),e._uU(1),e.qZA()}if(2&K){const F=e.oxw();e.s9C("routerLink",F.links[1].link),e.Q6J("active",F.activeLink===F.links[1].link)("state",e.DdM(4,he)),e.xp6(1),e.Oqu(F.links[1].name)}}function Ne(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw();return ot.activeLink=ot.links[2].link}),e._uU(1),e.qZA()}if(2&K){const F=e.oxw();e.s9C("routerLink",F.links[2].link),e.Q6J("active",F.activeLink===F.links[2].link),e.xp6(1),e.Oqu(F.links[2].name)}}let we=(()=>{class K{constructor(F,ve){this.store=F,this.router=ve,this.faUserCog=v.gNZ,this.showBitcoind=!1,this.links=[{link:"app",name:"Application"},{link:"auth",name:"Authentication"},{link:"bconfig",name:"BitcoinD Config"}],this.activeLink="",this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){const F=this.links.find(ve=>this.router.url.includes(ve.link));this.activeLink=F?F.link:this.links[0].link,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(ve=>ve instanceof I.Av)).subscribe({next:ve=>{const ot=this.links.find(ri=>ve.urlAfterRedirects.includes(ri.link));this.activeLink=ot?ot.link:this.links[0].link}}),this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[1])).subscribe(ve=>{this.appConfig=ve}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[2])).subscribe(ve=>{this.showBitcoind=!1,this.selNode=ve,this.selNode.settings&&this.selNode.settings.bitcoindConfigPath&&""!==this.selNode.settings.bitcoindConfigPath.trim()&&(this.showBitcoind=!0)})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(b.yh),e.Y36(I.F0))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-settings"]],decls:14,vars:6,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","state","click",4,"ngIf"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","state","click"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Settings"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5)(8,"div",6),e.NdJ("click",function(){return ve.activeLink=ve.links[0].link}),e._uU(9),e.qZA(),e.YNc(10,_e,2,5,"div",7),e.YNc(11,Ne,2,3,"div",8),e.qZA(),e.TgZ(12,"div",9),e._UZ(13,"router-outlet"),e.qZA()()()()),2&F&&(e.xp6(1),e.Q6J("icon",ve.faUserCog),e.xp6(7),e.s9C("routerLink",ve.links[0].link),e.Q6J("active",ve.activeLink===ve.links[0].link),e.xp6(1),e.Oqu(ve.links[0].name),e.xp6(1),e.Q6J("ngIf",!+ve.appConfig.sso.rtlSSO),e.xp6(1),e.Q6J("ngIf",ve.showBitcoind))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,H.BU,H.Nj,I.rH,q.O5,C.yH,I.lC],styles:[""]}),K})();var Q=p(7731),Ue=p(7861),ye=p(5043),V=p(8129),De=p(3075),dt=p(7322),Ie=p(4107),Ae=p(3390),le=p(508),Te=p(7423);function xe(K,Fe){if(1&K&&(e.TgZ(0,"mat-option",16),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.Q6J("value",F.index),e.xp6(1),e.AsE(" ",F.lnNode," (",F.lnImplementation,") ")}}function W(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"form",2,3)(2,"div",4),e._UZ(3,"fa-icon",5),e.TgZ(4,"span",6),e._uU(5,"Default Node"),e.qZA()(),e.TgZ(6,"div",7)(7,"div",8),e._UZ(8,"fa-icon",9),e.TgZ(9,"span"),e._uU(10,"The setting will apply after RTL server restarts."),e.qZA()(),e.TgZ(11,"div",10)(12,"mat-form-field",10)(13,"mat-select",11),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw().appConfig.defaultNodeIndex=ot}),e.YNc(14,xe,2,3,"mat-option",12),e.qZA()()(),e.TgZ(15,"div",13)(16,"div",10)(17,"button",14),e.NdJ("click",function(){return e.CHM(F),e.oxw().onResetSettings()}),e._uU(18,"Reset"),e.qZA(),e.TgZ(19,"button",15),e.NdJ("click",function(){return e.CHM(F),e.oxw().onUpdateSettings()}),e._uU(20,"Update"),e.qZA()()()()()}if(2&K){const F=e.oxw();e.xp6(3),e.Q6J("icon",F.faWindowRestore),e.xp6(5),e.Q6J("icon",F.faInfoCircle),e.xp6(5),e.Q6J("ngModel",F.appConfig.defaultNodeIndex),e.xp6(1),e.Q6J("ngForOf",F.appConfig.nodes)}}let ee=(()=>{class K{constructor(F,ve){this.logger=F,this.store=ve,this.faInfoCircle=v.sqG,this.faWindowRestore=v.wyP,this.faPlus=v.r8p,this.previousDefaultNode=0,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[0])).subscribe(F=>{this.appConfig=F,this.previousDefaultNode=this.appConfig.defaultNodeIndex,this.logger.info(F)})}onAddNewNode(){this.logger.warn("ADD NEW NODE")}onUpdateSettings(){this.store.dispatch((0,Ue.zQ)({payload:{uiMessage:Q.m6.UPDATE_DEFAULT_NODE_SETTING,defaultNodeIndex:this.appConfig.defaultNodeIndex?this.appConfig.defaultNodeIndex:this.appConfig&&this.appConfig.nodes&&this.appConfig.nodes.length&&this.appConfig.nodes.length>0&&this.appConfig.nodes[0].index?+this.appConfig.nodes[0].index:-1}}))}onResetSettings(){this.appConfig.defaultNodeIndex=this.previousDefaultNode}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(b.yh))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-app-settings"]],decls:2,vars:1,consts:[["fxLayout","column","fxFlex","100",1,"padding-gap-x-large",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","settings-container page-sub-title-container mt-1",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"my-2"],["fxLayout","row","fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","row","fxLayoutAlign","start start"],["autoFocus","","tabindex","1","name","defaultNode",3,"ngModel","ngModelChange"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],[3,"value"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0),e.YNc(1,W,21,4,"form",1),e.qZA()),2&F&&(e.xp6(1),e.Q6J("ngIf",ve.appConfig.nodes&&ve.appConfig.nodes.length&&ve.appConfig.nodes.length>0))},directives:[C.xw,C.yH,V.$V,q.O5,De._Y,De.JL,De.F,C.Wh,B.BN,dt.KE,Ie.gD,Ae.h,De.JJ,De.On,q.sg,le.ey,Te.lW],styles:[""]}),K})();var ue=p(8012),Ce=p(5698),Le=p(8966),ut=p(5768),ht=p(3093),It=p(7261),ui=p(5615),Wt=p(7531),Gt=p(159),hi=p(6895);const xt=["stepper"];function Nt(K,Fe){if(1&K&&e._uU(0),2&K){const F=e.oxw();e.Oqu(F.passwordFormLabel)}}function Ct(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Password is required."),e.qZA())}function et(K,Fe){if(1&K&&e._uU(0),2&K){const F=e.oxw(2);e.Oqu(F.secretFormLabel)}}function yt(K,Fe){if(1&K&&e._UZ(0,"qr-code",32),2&K){const F=e.oxw(2);e.Q6J("value",F.otpauth)("size",180)("errorCorrectionLevel","L")}}function ei(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Secret Code is required."),e.qZA())}function Yt(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"mat-step",10)(1,"form",21),e.YNc(2,et,1,1,"ng-template",22),e.TgZ(3,"div",23),e.YNc(4,yt,1,3,"qr-code",24),e.qZA(),e.TgZ(5,"div",25),e._UZ(6,"fa-icon",26),e.TgZ(7,"span"),e._uU(8,"You can use a compatible authentication app to get an authentication code when you log in to RTL. e.g.: Google Authenticator."),e.qZA()(),e.TgZ(9,"div",27)(10,"mat-form-field",1),e._UZ(11,"input",28),e.TgZ(12,"fa-icon",29),e.NdJ("copied",function(ot){return e.CHM(F),e.oxw().onCopySecret(ot)}),e.qZA(),e.YNc(13,ei,2,0,"mat-error",14),e.qZA()(),e.TgZ(14,"div",30)(15,"button",31),e._uU(16,"Next"),e.qZA()()()()}if(2&K){const F=e.oxw();e.Q6J("stepControl",F.secretFormGroup)("editable",F.flgEditable),e.xp6(1),e.Q6J("formGroup",F.secretFormGroup),e.xp6(3),e.Q6J("ngIf",F.otpauth),e.xp6(2),e.Q6J("icon",F.faInfoCircle),e.xp6(6),e.Q6J("icon",F.faCopy)("payload",null==F.secretFormGroup||null==F.secretFormGroup.controls||null==F.secretFormGroup.controls.secret?null:F.secretFormGroup.controls.secret.value),e.xp6(1),e.Q6J("ngIf",null==F.secretFormGroup||null==F.secretFormGroup.controls||null==F.secretFormGroup.controls.secret||null==F.secretFormGroup.controls.secret.errors?null:F.secretFormGroup.controls.secret.errors.required)}}function Pe(K,Fe){if(1&K&&e._uU(0),2&K){const F=e.oxw(2);e.Oqu(F.tokenFormLabel)}}function Oe(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Token is required."),e.qZA())}function ce(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Token is invalid."),e.qZA())}function be(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",7)(1,"div",27)(2,"mat-form-field",1),e._UZ(3,"input",36),e.YNc(4,Oe,2,0,"mat-error",14),e.YNc(5,ce,2,0,"mat-error",14),e.qZA()(),e.TgZ(6,"div",30)(7,"button",37),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onVerifyToken()}),e._uU(8),e.qZA()()()}if(2&K){const F=e.oxw(2);e.xp6(4),e.Q6J("ngIf",null==F.tokenFormGroup||null==F.tokenFormGroup.controls||null==F.tokenFormGroup.controls.token||null==F.tokenFormGroup.controls.token.errors?null:F.tokenFormGroup.controls.token.errors.required),e.xp6(1),e.Q6J("ngIf",null==F.tokenFormGroup||null==F.tokenFormGroup.controls||null==F.tokenFormGroup.controls.token||null==F.tokenFormGroup.controls.token.errors?null:F.tokenFormGroup.controls.token.errors.notValid),e.xp6(3),e.Oqu(null!=F.tokenFormGroup&&null!=F.tokenFormGroup.controls&&null!=F.tokenFormGroup.controls.token&&null!=F.tokenFormGroup.controls.token.errors&&F.tokenFormGroup.controls.token.errors.notValid?"Retry":"Verify")}}function pt(K,Fe){1&K&&(e.TgZ(0,"div")(1,"strong"),e._uU(2,"Success! You are all set."),e.qZA()())}function mt(K,Fe){if(1&K&&(e.TgZ(0,"mat-step",33)(1,"form",34),e.YNc(2,Pe,1,1,"ng-template",12),e.YNc(3,be,9,3,"div",35),e.YNc(4,pt,3,0,"div",14),e.qZA()()),2&K){const F=e.oxw();e.Q6J("stepControl",F.tokenFormGroup),e.xp6(1),e.Q6J("formGroup",F.tokenFormGroup),e.xp6(2),e.Q6J("ngIf",!F.flgValidated||!F.isTokenValid),e.xp6(1),e.Q6J("ngIf",F.flgValidated&&F.isTokenValid)}}function Ht(K,Fe){if(1&K&&e._uU(0),2&K){const F=e.oxw(2);e.Oqu(F.disableFormLabel)}}function it(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",7)(1,"div",38),e._UZ(2,"fa-icon",26),e.TgZ(3,"span"),e._uU(4,"You are about to disable two-factor authentication security from RTL. Are you sure you want to turn it off?"),e.qZA()(),e.TgZ(5,"div",30)(6,"button",37),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onVerifyToken()}),e._uU(7,"Disable"),e.qZA()()()}if(2&K){const F=e.oxw(2);e.xp6(2),e.Q6J("icon",F.faExclamationTriangle)}}function Re(K,Fe){1&K&&(e.TgZ(0,"div")(1,"strong"),e._uU(2,"Two factor authentication removed from RTL."),e.qZA()())}function tt(K,Fe){if(1&K&&(e.TgZ(0,"mat-step",33)(1,"form",34),e.YNc(2,Ht,1,1,"ng-template",12),e.YNc(3,it,8,1,"div",35),e.YNc(4,Re,3,0,"div",14),e.qZA()()),2&K){const F=e.oxw();e.Q6J("stepControl",F.disableFormGroup),e.xp6(1),e.Q6J("formGroup",F.disableFormGroup),e.xp6(2),e.Q6J("ngIf",!F.flgValidated||!F.isTokenValid),e.xp6(1),e.Q6J("ngIf",F.flgValidated&&F.isTokenValid)}}let Xe=(()=>{class K{constructor(F,ve,ot,ri,Ki,Wn){this.dialogRef=F,this.data=ve,this.store=ot,this.formBuilder=ri,this.rtlEffects=Ki,this.snackBar=Wn,this.faExclamationTriangle=v.eHv,this.faCopy=v.kZ_,this.faInfoCircle=v.sqG,this.flgValidated=!1,this.isTokenValid=!0,this.otpauth="",this.appConfig=null,this.flgEditable=!0,this.showDisableStepper=!1,this.passwordFormLabel="Authenticate with your RTL password",this.secretFormLabel="Scan or copy the secret",this.tokenFormLabel="Verify your authentication is working",this.disableFormLabel="Disable two factor authentication",this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[De.kI.required]],password:["",[De.kI.required]]}),this.secretFormGroup=this.formBuilder.group({secret:[{value:"",disabled:!0},De.kI.required]}),this.tokenFormGroup=this.formBuilder.group({token:["",De.kI.required]}),this.disableFormGroup=this.formBuilder.group({}),this.unSubs=[new h.x,new h.x]}ngOnInit(){var F,ve;this.appConfig=this.data.appConfig||null,this.showDisableStepper=!!(null===(F=this.appConfig)||void 0===F?void 0:F.enable2FA),this.secretFormGroup=this.formBuilder.group({secret:[{value:(null===(ve=this.appConfig)||void 0===ve?void 0:ve.enable2FA)?"":this.generateSecret(),disabled:!0},De.kI.required]})}generateSecret(){const F=ut.authenticator.generateSecret();return this.otpauth=ut.authenticator.keyuri("","Ride The Lightning (RTL)",F),F}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,Ue.QO)({payload:ue(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,Ce.q)(1)).subscribe(F=>{"ERROR"!==F?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onCopySecret(F){this.snackBar.open("Secret code "+this.secretFormGroup.controls.secret.value+" copied.")}onVerifyToken(){var F,ve;if(null===(F=this.appConfig)||void 0===F?void 0:F.enable2FA)this.store.dispatch((0,Ue.Uy)({payload:{secret2fa:""}})),this.generateSecret(),this.isTokenValid=!0;else{if(!this.tokenFormGroup.controls.token.value)return!0;if(this.isTokenValid=ut.authenticator.check(this.tokenFormGroup.controls.token.value,this.secretFormGroup.controls.secret.value),!this.isTokenValid)return this.tokenFormGroup.controls.token.setErrors({notValid:!0}),!0;this.store.dispatch((0,Ue.Uy)({payload:{secret2fa:this.secretFormGroup.controls.secret.value}})),this.tokenFormGroup.controls.token.setValue("")}this.flgValidated=!0,this.appConfig&&(this.appConfig.enable2FA=!(null===(ve=this.appConfig)||void 0===ve?void 0:ve.enable2FA))}stepSelectionChanged(F){switch(F.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password";break;case 1:case 2:this.passwordFormLabel="User authenticated successfully"}F.selectedIndex{F.next(),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(Le.so),e.Y36(Le.WI),e.Y36(b.yh),e.Y36(De.qu),e.Y36(ht.V),e.Y36(It.ux))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-two-factor-auth"]],viewQuery:function(F,ve){if(1&F&&e.Gf(xt,5),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.stepper=ot.first)}},decls:28,vars:11,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","15","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["autoFocus","","matInput","","placeholder","Password","type","password","tabindex","1","formControlName","password","required",""],[4,"ngIf"],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["fxFlex","100",1,"w-100","alert","alert-info"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between stretch"],["autoFocus","","matInput","","placeholder","Secret Code","type","text","tabindex","4","formControlName","secret","required",""],["matSuffix","","rtlClipboard","",3,"icon","payload","copied"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","6","type","button","matStepperNext",""],[3,"value","size","errorCorrectionLevel"],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["fxLayout","column",4,"ngIf"],["autoFocus","","matInput","","placeholder","Token","type","text","tabindex","7","formControlName","token","required",""],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxFlex","100",1,"w-100","alert","alert-warn"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Setup Two Factor Authentication"),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"div",7)(10,"mat-vertical-stepper",8,9),e.NdJ("selectionChange",function(ri){return ve.stepSelectionChanged(ri)}),e.TgZ(12,"mat-step",10)(13,"form",11),e.YNc(14,Nt,1,1,"ng-template",12),e.TgZ(15,"div",0)(16,"mat-form-field",1),e._UZ(17,"input",13),e.YNc(18,Ct,2,0,"mat-error",14),e.qZA()(),e.TgZ(19,"div",15)(20,"button",16),e.NdJ("click",function(){return ve.onAuthenticate()}),e._uU(21,"Confirm"),e.qZA()()()(),e.YNc(22,Yt,17,8,"mat-step",17),e.YNc(23,mt,5,4,"mat-step",18),e.YNc(24,tt,5,4,"mat-step",18),e.qZA(),e.TgZ(25,"div",19)(26,"button",20),e._uU(27),e.qZA()()()()()()),2&F&&(e.xp6(6),e.Q6J("mat-dialog-close",!1),e.xp6(4),e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",ve.passwordFormGroup)("editable",ve.flgEditable),e.xp6(1),e.Q6J("formGroup",ve.passwordFormGroup),e.xp6(5),e.Q6J("ngIf",null==ve.passwordFormGroup||null==ve.passwordFormGroup.controls||null==ve.passwordFormGroup.controls.password||null==ve.passwordFormGroup.controls.password.errors?null:ve.passwordFormGroup.controls.password.errors.required),e.xp6(4),e.Q6J("ngIf",!ve.showDisableStepper),e.xp6(1),e.Q6J("ngIf",!ve.showDisableStepper),e.xp6(1),e.Q6J("ngIf",ve.showDisableStepper),e.xp6(2),e.Q6J("mat-dialog-close",!1),e.xp6(1),e.Oqu(ve.flgValidated&&ve.isTokenValid?"Close":"Cancel"))},directives:[C.xw,C.yH,P.dk,C.Wh,Te.lW,Le.ZT,P.dn,ui.Vq,ui.C0,De._Y,De.JL,De.sg,ui.VY,dt.KE,Wt.Nt,De.Fj,Ae.h,De.JJ,De.u,De.Q7,q.O5,dt.TO,Gt.uU,B.BN,dt.R9,hi.y,ui.Ic],styles:[""]}),K})();var Se=p(5986),Ge=p(4834);const at=["authForm"];function st(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Current password is required."),e.qZA())}function bt(K,Fe){if(1&K&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&K){const F=e.oxw(2);e.xp6(1),e.Oqu(F.errorMsg)}}function gi(K,Fe){if(1&K&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&K){const F=e.oxw(2);e.xp6(1),e.Oqu(F.errorConfirmMsg)}}function qt(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"form",10,11)(2,"div",12),e._UZ(3,"fa-icon",4),e.TgZ(4,"span",5),e._uU(5,"Password"),e.qZA()(),e.TgZ(6,"mat-form-field")(7,"input",13),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw().currPassword=ot}),e.qZA(),e.YNc(8,st,2,0,"mat-error",14),e.qZA(),e.TgZ(9,"mat-form-field")(10,"input",15),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw().newPassword=ot}),e.qZA(),e.YNc(11,bt,2,1,"mat-error",14),e.qZA(),e.TgZ(12,"mat-form-field")(13,"input",16),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw().confirmPassword=ot}),e.qZA(),e.YNc(14,gi,2,1,"mat-error",14),e.qZA(),e.TgZ(15,"div",17)(16,"button",18),e.NdJ("click",function(){return e.CHM(F),e.oxw().onResetPassword()}),e._uU(17,"Reset"),e.qZA(),e.TgZ(18,"button",19),e.NdJ("click",function(){return e.CHM(F),e.oxw().onChangePassword()}),e._uU(19,"Change Password"),e.qZA()(),e.TgZ(20,"div",20),e._UZ(21,"mat-divider",21),e.qZA()()}if(2&K){const F=e.oxw();e.xp6(3),e.Q6J("icon",F.faLock),e.xp6(4),e.Q6J("ngModel",F.currPassword),e.xp6(1),e.Q6J("ngIf",!F.currPassword),e.xp6(2),e.Q6J("ngModel",F.newPassword),e.xp6(1),e.Q6J("ngIf",F.matchOldAndNewPasswords()),e.xp6(2),e.Q6J("ngModel",F.confirmPassword),e.xp6(1),e.Q6J("ngIf",F.matchNewPasswords()),e.xp6(7),e.Q6J("inset",!0)}}let Xt=(()=>{class K{constructor(F,ve,ot,ri,Ki){this.logger=F,this.store=ve,this.actions=ot,this.router=ri,this.sessionService=Ki,this.faInfoCircle=v.sqG,this.faUserLock=v.FJU,this.faUserClock=v.hnx,this.faLock=v.byT,this.currPassword="",this.newPassword="",this.confirmPassword="",this.errorMsg="",this.errorConfirmMsg="",this.initializeNodeData=!1,this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){this.initializeNodeData="true"===this.sessionService.getItem("defaultPassword"),this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[0])).subscribe(F=>{this.appConfig=F,this.logger.info(this.appConfig)}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(F=>{this.selNode=F}),this.actions.pipe((0,y.R)(this.unSubs[2]),(0,oe.h)(F=>F.type===Q.pg.RESET_PASSWORD_RES)).subscribe(F=>{var ve;if(Q.kO.includes(this.currPassword.toLowerCase()))switch(null===(ve=this.selNode.lnImplementation)||void 0===ve?void 0:ve.toUpperCase()){case"CLN":this.router.navigate(["/cln/home"]);break;case"ECL":this.router.navigate(["/ecl/home"]);break;default:this.router.navigate(["/lnd/home"])}this.form&&this.form.resetForm()})}onChangePassword(){if(!this.currPassword||!this.newPassword||!this.confirmPassword||this.currPassword===this.newPassword||this.newPassword!==this.confirmPassword||Q.kO.includes(this.newPassword.toLowerCase()))return!0;this.store.dispatch((0,Ue.c0)({payload:{currPassword:ue(this.currPassword).toString(),newPassword:ue(this.newPassword).toString()}}))}matchOldAndNewPasswords(){let F=!1;return this.form&&this.form.controls&&this.form.controls.newpassword&&(this.newPassword?""!==this.currPassword&&""!==this.newPassword&&this.currPassword===this.newPassword?(this.form.controls.newpassword.setErrors({invalid:!0}),this.errorMsg="Old and New password cannot be same.",F=!0):Q.kO.includes(this.newPassword.toLowerCase())?(this.form.controls.newpassword.setErrors({invalid:!0}),this.errorMsg=null==Q.kO?void 0:Q.kO.reduce((ve,ot,ri)=>ri{F.next(),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(b.yh),e.Y36(d.eX),e.Y36(I.F0),e.Y36(Se.m))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-auth-settings"]],viewQuery:function(F,ve){if(1&F&&e.Gf(at,5),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.form=ot.first)}},decls:14,vars:4,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","page-sub-title-container mt-1",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],[1,"mb-1","settings-container","page-sub-title-container","mt-1"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"alert","alert-info"],[1,"mt-1","mr-1","alert-icon",3,"icon"],[1,"mt-1"],["mat-flat-button","","color","primary","tabindex","6",1,"mb-2",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["authForm","ngForm"],["fxLayout","row","fxLayoutAlign","start start",1,"mb-2"],["autoFocus","","matInput","","placeholder","Current Password","type","password","id","currpassword","name","currpassword","tabindex","1","required","",3,"ngModel","ngModelChange"],[4,"ngIf"],["matInput","","placeholder","New Password","type","password","id","newpassword","name","newpassword","tabindex","2","required","",3,"ngModel","ngModelChange"],["matInput","","placeholder","Confirm New Password","type","password","id","confirmpassword","name","confirmpassword","tabindex","3","required","",3,"ngModel","ngModelChange"],["fxLayout","row","fxLayoutAlign","start start",1,"mt-1"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","5","type","submit",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","end stretch",1,"my-2"],[3,"inset"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0),e.YNc(1,qt,22,8,"form",1),e.TgZ(2,"div",2)(3,"div",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span",5),e._uU(6,"Two Factor Authentication"),e.qZA()(),e.TgZ(7,"div",6),e._UZ(8,"fa-icon",7),e.TgZ(9,"span"),e._uU(10,"Protect your account from unauthorized access by requiring a second authentication method in addition to your password."),e.qZA()(),e.TgZ(11,"div",8)(12,"button",9),e.NdJ("click",function(){return ve.on2FAuth()}),e._uU(13),e.qZA()()()()),2&F&&(e.xp6(1),e.Q6J("ngIf",null==ve.appConfig?null:ve.appConfig.allowPasswordUpdate),e.xp6(3),e.Q6J("icon",ve.faUserClock),e.xp6(4),e.Q6J("icon",ve.faInfoCircle),e.xp6(5),e.Oqu(ve.appConfig.enable2FA?"Disable 2FA":"Enable 2FA"))},directives:[C.xw,C.yH,C.Wh,q.O5,De._Y,De.JL,De.F,B.BN,dt.KE,Wt.Nt,De.Fj,Ae.h,De.Q7,De.JJ,De.On,dt.TO,Te.lW,Ge.d],styles:[""]}),K})();var Ji=p(4623);function fi(K,Fe){1&K&&e._UZ(0,"mat-divider",7)}function si(K,Fe){if(1&K&&(e.TgZ(0,"div",4)(1,"pre",5),e._uU(2),e.ALo(3,"json"),e.qZA(),e.YNc(4,fi,1,0,"mat-divider",6),e.qZA()),2&K){const F=e.oxw();e.xp6(2),e.Oqu(e.lcZ(3,2,F.configData)),e.xp6(2),e.Q6J("ngIf",""!==F.configData)}}function en(K,Fe){if(1&K&&(e.TgZ(0,"h2"),e._uU(1),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Oqu(F)}}function Bi(K,Fe){if(1&K&&(e.TgZ(0,"h4",14),e._uU(1),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Oqu(F)}}function zi(K,Fe){1&K&&e._UZ(0,"mat-divider",15),2&K&&e.Q6J("inset",!0)}function Ui(K,Fe){if(1&K&&(e.TgZ(0,"mat-list-item")(1,"mat-card-subtitle",7),e.YNc(2,en,2,1,"h2",10),e.qZA(),e.TgZ(3,"mat-card-subtitle",11),e.YNc(4,Bi,2,1,"h4",12),e.qZA(),e.YNc(5,zi,1,1,"mat-divider",13),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(2),e.Q6J("ngIf",F.indexOf("[")>=0),e.xp6(2),e.Q6J("ngIf",F.indexOf("[")<0),e.xp6(1),e.Q6J("ngIf",F.indexOf("[")<0)}}function ze(K,Fe){if(1&K&&(e.TgZ(0,"div",8)(1,"mat-list"),e.YNc(2,Ui,6,3,"mat-list-item",9),e.qZA()()),2&K){const F=e.oxw();e.xp6(2),e.Q6J("ngForOf",F.configData)}}let Tt=(()=>{class K{constructor(F,ve,ot){this.store=F,this.rtlEffects=ve,this.router=ot,this.selectedNodeType="",this.configData="",this.fileFormat="INI",this.faCog=v.b7W,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.selectedNodeType=this.router.url.includes("bconfig")?"bitcoind":"ln",this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(F=>F instanceof I.Av)).subscribe({next:F=>{this.selectedNodeType=F.urlAfterRedirects.includes("bconfig")?"bitcoind":"ln"}}),this.store.dispatch((0,Ue.Q2)({payload:this.selectedNodeType})),this.rtlEffects.showLnConfig.pipe((0,y.R)(this.unSubs[1])).subscribe(F=>{const ve=F.data;this.fileFormat=F.format,this.configData=""===ve||!ve||"INI"!==this.fileFormat&&"HOCON"!==this.fileFormat?""!==ve&&ve&&"JSON"===this.fileFormat?ve:"":ve.split("\n")})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(b.yh),e.Y36(ht.V),e.Y36(I.F0))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-bitcoin-config"]],decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxFlex","100","class","mb-6",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100",1,"mb-6"],[1,"pre-wrap"],["class","my-1",4,"ngIf"],[1,"my-1"],["fxFlex","100"],[4,"ngFor","ngForOf"],[4,"ngIf"],[1,"m-0"],["class","ml-4",4,"ngIf"],[3,"inset",4,"ngIf"],[1,"ml-4"],[3,"inset"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,si,5,4,"div",2),e.YNc(3,ze,3,1,"div",3),e.qZA()()),2&F&&(e.xp6(2),e.Q6J("ngIf",""!==ve.configData&&"JSON"===ve.fileFormat),e.xp6(1),e.Q6J("ngIf",""!==ve.configData&&("INI"===ve.fileFormat||"HOCON"===ve.fileFormat)))},directives:[C.xw,C.yH,C.Wh,q.O5,Ge.d,Ji.i$,q.sg,Ji.Tg,P.$j],pipes:[q.Ts],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),K})();const pe=function(){return{initial:!1}};function je(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",10),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw();return ot.activeLink=ot.links[1].link}),e._uU(1),e.qZA()}if(2&K){const F=e.oxw();e.s9C("routerLink",F.links[1].link),e.Q6J("active",F.activeLink===F.links[1].link)("state",e.DdM(4,pe)),e.xp6(1),e.Oqu(F.links[1].name)}}function _t(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw();return ot.activeLink=ot.links[2].link}),e._uU(1),e.qZA()}if(2&K){const F=e.oxw();e.s9C("routerLink",F.links[2].link),e.Q6J("active",F.activeLink===F.links[2].link),e.xp6(1),e.Oqu(F.links[2].name)}}function re(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw();return ot.activeLink=ot.links[3].link}),e._uU(1),e.qZA()}if(2&K){const F=e.oxw();e.s9C("routerLink",F.links[3].link),e.Q6J("active",F.activeLink===F.links[3].link),e.xp6(1),e.Oqu(F.links[3].name)}}let qe=(()=>{class K{constructor(F,ve){this.store=F,this.router=ve,this.faTools=v.CgH,this.showLnConfig=!1,this.lnImplementationStr="",this.links=[{link:"layout",name:"Layout"},{link:"services",name:"Services"},{link:"experimental",name:"Experimental"},{link:"lnconfig",name:this.lnImplementationStr}],this.activeLink="",this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){const F=this.links.find(ve=>this.router.url.includes(ve.link));this.activeLink=F?F.link:this.links[0].link,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(ve=>ve instanceof I.Av)).subscribe({next:ve=>{const ot=this.links.find(ri=>ve.urlAfterRedirects.includes(ri.link));this.activeLink=ot?ot.link:this.links[0].link}}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(ve=>{var ot;switch(this.showLnConfig=!1,this.selNode=ve,null===(ot=this.selNode.lnImplementation)||void 0===ot?void 0:ot.toUpperCase()){case"CLN":this.lnImplementationStr="Core Lightning Config";break;case"ECL":this.lnImplementationStr="Eclair Config";break;default:this.lnImplementationStr="LND Config"}this.selNode.authentication&&this.selNode.authentication.configPath&&""!==this.selNode.authentication.configPath.trim()&&(this.links[3].name=this.lnImplementationStr,this.showLnConfig=!0)})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(b.yh),e.Y36(I.F0))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-node-config"]],decls:15,vars:7,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","state","click",4,"ngIf"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper","mb-2"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","state","click"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Node Config"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5)(8,"div",6),e.NdJ("click",function(){return ve.activeLink=ve.links[0].link}),e._uU(9),e.qZA(),e.YNc(10,je,2,5,"div",7),e.YNc(11,_t,2,3,"div",8),e.YNc(12,re,2,3,"div",8),e.qZA(),e.TgZ(13,"div",9),e._UZ(14,"router-outlet"),e.qZA()()()()),2&F&&(e.xp6(1),e.Q6J("icon",ve.faTools),e.xp6(7),e.s9C("routerLink",ve.links[0].link),e.Q6J("active",ve.activeLink===ve.links[0].link),e.xp6(1),e.Oqu(ve.links[0].name),e.xp6(1),e.Q6J("ngIf","LND"===(null==ve.selNode||null==ve.selNode.lnImplementation?null:ve.selNode.lnImplementation.toUpperCase())),e.xp6(1),e.Q6J("ngIf","CLN"===(null==ve.selNode||null==ve.selNode.lnImplementation?null:ve.selNode.lnImplementation.toUpperCase())),e.xp6(1),e.Q6J("ngIf",ve.showLnConfig))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,H.BU,H.Nj,I.rH,q.O5,C.yH,I.lC],styles:[""]}),K})();function Mt(K,Fe){1&K&&e._UZ(0,"mat-divider",7)}function zt(K,Fe){if(1&K&&(e.TgZ(0,"div",4)(1,"pre",5),e._uU(2),e.ALo(3,"json"),e.qZA(),e.YNc(4,Mt,1,0,"mat-divider",6),e.qZA()),2&K){const F=e.oxw();e.xp6(2),e.Oqu(e.lcZ(3,2,F.configData)),e.xp6(2),e.Q6J("ngIf",""!==F.configData)}}function bi(K,Fe){if(1&K&&(e.TgZ(0,"h2"),e._uU(1),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Oqu(F)}}function Ei(K,Fe){if(1&K&&(e.TgZ(0,"h4",14),e._uU(1),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Oqu(F)}}function $i(K,Fe){1&K&&e._UZ(0,"mat-divider",15),2&K&&e.Q6J("inset",!0)}function Zi(K,Fe){if(1&K&&(e.TgZ(0,"mat-list-item")(1,"mat-card-subtitle",7),e.YNc(2,bi,2,1,"h2",10),e.qZA(),e.TgZ(3,"mat-card-subtitle",11),e.YNc(4,Ei,2,1,"h4",12),e.qZA(),e.YNc(5,$i,1,1,"mat-divider",13),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(2),e.Q6J("ngIf",F.indexOf("[")>=0),e.xp6(2),e.Q6J("ngIf",F.indexOf("[")<0),e.xp6(1),e.Q6J("ngIf",F.indexOf("[")<0)}}function sn(K,Fe){if(1&K&&(e.TgZ(0,"div",8)(1,"mat-list"),e.YNc(2,Zi,6,3,"mat-list-item",9),e.qZA()()),2&K){const F=e.oxw();e.xp6(2),e.Q6J("ngForOf",F.configData)}}let gn=(()=>{class K{constructor(F,ve,ot){this.store=F,this.rtlEffects=ve,this.router=ot,this.selectedNodeType="",this.configData="",this.fileFormat="INI",this.faCog=v.b7W,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.selectedNodeType=this.router.url.includes("bconfig")?"bitcoind":"ln",this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(F=>F instanceof I.Av)).subscribe({next:F=>{this.selectedNodeType=F.urlAfterRedirects.includes("bconfig")?"bitcoind":"ln"}}),this.store.dispatch((0,Ue.Q2)({payload:this.selectedNodeType})),this.rtlEffects.showLnConfig.pipe((0,y.R)(this.unSubs[1])).subscribe(F=>{const ve=F.data;this.fileFormat=F.format,this.configData=""===ve||!ve||"INI"!==this.fileFormat&&"HOCON"!==this.fileFormat?""!==ve&&ve&&"JSON"===this.fileFormat?ve:"":ve.split("\n")})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(b.yh),e.Y36(ht.V),e.Y36(I.F0))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-lnp-config"]],decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxFlex","100","class","mb-6",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100",1,"mb-6"],[1,"pre-wrap"],["class","my-1",4,"ngIf"],[1,"my-1"],["fxFlex","100"],[4,"ngFor","ngForOf"],[4,"ngIf"],[1,"m-0"],["class","ml-4",4,"ngIf"],[3,"inset",4,"ngIf"],[1,"ml-4"],[3,"inset"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,zt,5,4,"div",2),e.YNc(3,sn,3,1,"div",3),e.qZA()()),2&F&&(e.xp6(2),e.Q6J("ngIf",""!==ve.configData&&"JSON"===ve.fileFormat),e.xp6(1),e.Q6J("ngIf",""!==ve.configData&&("INI"===ve.fileFormat||"HOCON"===ve.fileFormat)))},directives:[C.xw,C.yH,C.Wh,q.O5,Ge.d,Ji.i$,q.sg,Ji.Tg,P.$j],pipes:[q.Ts],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),K})();var jt=p(2994),wi=p(429),nt=p(6523),Ft=p(62),Kt=p(2368),mi=p(9814),Ni=p(3322);function ki(K,Fe){if(1&K&&(e.TgZ(0,"mat-option",35),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.Q6J("value",F.id),e.xp6(1),e.hij(" ",F.id," ")}}function fn(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Currency unit is required."),e.qZA())}function Bn(K,Fe){if(1&K&&(e.TgZ(0,"mat-radio-button",36),e._uU(1),e.ALo(2,"titlecase"),e.qZA()),2&K){const F=Fe.$implicit,ve=e.oxw();e.Q6J("value",F)("checked",ve.selNode.settings.userPersona===F),e.xp6(1),e.hij(" ",e.lcZ(2,3,F)," ")}}const Dn=function(K){return{"mr-4":K}};function Xn(K,Fe){if(1&K&&(e.TgZ(0,"mat-radio-button",37),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit,ve=e.oxw();e.Q6J("value",F)("ngClass",e.VKq(3,Dn,ve.screenSize===ve.screenSizeEnum.XS||ve.screenSize===ve.screenSizeEnum.SM)),e.xp6(1),e.hij("",F.name," ")}}const _n=function(K){return{skin:!0,"selected-color":K}};function Si(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"span",38)(1,"div",39),e.NdJ("click",function(){const ri=e.CHM(F).$implicit;return e.oxw().changeThemeColor(ri.id)}),e.ALo(2,"lowercase"),e.qZA(),e._uU(3),e.qZA()}if(2&K){const F=Fe.$implicit,ve=e.oxw();e.xp6(1),e.Tol(e.lcZ(2,4,F.id)),e.Q6J("ngClass",e.VKq(6,_n,ve.selectedThemeColor===F.id)),e.xp6(2),e.hij(" ",F.name," ")}}let Wi=(()=>{class K{constructor(F,ve,ot){this.logger=F,this.commonService=ve,this.store=ot,this.faExclamationTriangle=v.eHv,this.faMoneyBillAlt=v.co4,this.faPaintBrush=v.XsY,this.faInfoCircle=v.sqG,this.userPersonas=[Q.ol.OPERATOR,Q.ol.MERCHANT],this.currencyUnits=Q.Er,this.themeModes=Q.wZ.modes,this.themeColors=Q.wZ.themes,this.selectedThemeMode=Q.wZ.modes[0],this.selectedThemeColor=Q.wZ.themes[0].id,this.currencyUnit="BTC",this.smallerCurrencyUnit="Sats",this.showSettingOption=!0,this.screenSize="",this.screenSizeEnum=Q.cu,this.unSubs=[new h.x,new h.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(F=>{this.selNode=F,this.selectedThemeMode=this.themeModes.find(ve=>this.selNode.settings.themeMode===ve.id)||this.themeModes[0],this.selectedThemeColor=this.selNode.settings.themeColor,this.selNode.settings.fiatConversion||(this.selNode.settings.currencyUnit=""),this.previousSettings=JSON.parse(JSON.stringify(this.selNode.settings)),this.logger.info(F)})}onCurrencyChange(F){this.selNode.settings.currencyUnits=[...Q.uA,F.value],this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:F.value,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:F.value,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}})),this.store.dispatch((0,jt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:F.value,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}}))}toggleSettings(F,ve){this.selNode.settings[F]=!this.selNode.settings[F]}changeThemeColor(F){this.selectedThemeColor=F,this.selNode.settings.themeColor=F}chooseThemeMode(){this.selNode.settings.themeMode=this.selectedThemeMode.id}onUpdateSettings(){if(this.selNode.settings.fiatConversion&&!this.selNode.settings.currencyUnit)return!0;this.logger.info(this.selNode.settings),this.store.dispatch((0,Ue.zQ)({payload:{uiMessage:Q.m6.UPDATE_NODE_SETTINGS,settings:this.selNode.settings}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}})),this.store.dispatch((0,jt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}}))}onResetSettings(){const F=this.selNode.index||-1;this.selNode.settings=this.previousSettings,this.selectedThemeMode=this.themeModes.find(ve=>ve.id===this.previousSettings.themeMode)||this.themeModes[0],this.selectedThemeColor=this.previousSettings.themeColor,this.store.dispatch((0,Ue.fk)({payload:{uiMessage:Q.m6.NO_SPINNER,prevLnNodeIndex:+F,currentLnNode:this.selNode,isInitialSetup:!0}}))}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(b.yh))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-node-settings"]],decls:60,vars:17,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxLayout","column","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxLayoutAlign","start stretch",1,"mt-1","bordered-box","padding-gap-large"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["href","https://www.blockchain.com/api/exchange_rates_api","target","blank"],["fxLayout","row wrap","fxLayoutAlign","start center"],["tabindex","2","color","primary","name","fiatConversion",3,"ngModel","ngModelChange","change"],["autoFocus","","placeholder","Fiat Currency","tabindex","3","name","currencyUnit",3,"ngModel","disabled","required","ngModelChange","selectionChange"],["currencyUnit","ngModel"],[3,"value",4,"ngFor","ngForOf"],[4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","row wrap","fxLayoutAlign","start start","fxLayout.gt-sm","column","fxFlex","100","fxLayoutAlign.gt-sm","space-between stretch",1,"settings-container","page-sub-title-container","mt-1"],[1,"mt-1"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxFlex","100",1,"alert","alert-info","mb-0"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100"],["color","primary","tabindex","1","name","userPersona",3,"ngModel","ngModelChange"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],[1,"mt-1",3,"inset"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-xs","start stretch"],["fxFlex.gt-xs","20","fxFlex.gt-md","15","fxLayout","column","fxLayoutAlign","space-between stretch"],["color","primary","name","themeMode",3,"ngModel","ngModelChange","change"],["tabindex","5",3,"value","ngClass",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex.gt-xs","50","fxFlex.gt-md","40","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["fxLayout","row","class","theme-name",4,"ngFor","ngForOf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","10",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","11",3,"click"],[3,"value"],[1,"mr-4",3,"value","checked"],["tabindex","5",3,"value","ngClass"],["fxLayout","row",1,"theme-name"],["tabindex","9",3,"ngClass","click"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"form",1,2)(3,"div",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span",5),e._uU(6,"Balance Display"),e.qZA()(),e.TgZ(7,"div",6)(8,"div",7),e._UZ(9,"fa-icon",8),e.TgZ(10,"span"),e._uU(11,"Fiat conversion calls "),e.TgZ(12,"strong")(13,"a",9),e._uU(14,"Blockchain.com"),e.qZA()(),e._uU(15," API to get conversion rates."),e.qZA()(),e.TgZ(16,"div",10)(17,"mat-slide-toggle",11),e.NdJ("ngModelChange",function(ri){return ve.selNode.settings.fiatConversion=ri})("change",function(ri){return ve.selNode.settings.currencyUnit=ri.checked?ve.selNode.settings.currencyUnit:null}),e._uU(18,"Enable Fiat Conversion"),e.qZA(),e.TgZ(19,"mat-form-field")(20,"mat-select",12,13),e.NdJ("ngModelChange",function(ri){return ve.selNode.settings.currencyUnit=ri})("selectionChange",function(ri){return ve.onCurrencyChange(ri)}),e.YNc(22,ki,2,2,"mat-option",14),e.qZA(),e.YNc(23,fn,2,0,"mat-error",15),e.qZA()()(),e.TgZ(24,"div",16)(25,"div",17)(26,"div",18),e._UZ(27,"fa-icon",4),e.TgZ(28,"span",5),e._uU(29,"Customization"),e.qZA()(),e.TgZ(30,"div",6)(31,"div",19)(32,"div",20),e._UZ(33,"fa-icon",8),e.TgZ(34,"span"),e._uU(35,"Dashboard layout will be tailored based on the role selected to better serve its needs."),e.qZA()(),e.TgZ(36,"div",21)(37,"h4"),e._uU(38,"Dashboard Layout"),e.qZA(),e.TgZ(39,"mat-radio-group",22),e.NdJ("ngModelChange",function(ri){return ve.selNode.settings.userPersona=ri}),e.YNc(40,Bn,3,5,"mat-radio-button",23),e.qZA()()(),e._UZ(41,"mat-divider",24),e.TgZ(42,"div",25)(43,"div",26)(44,"h4"),e._uU(45,"Mode"),e.qZA(),e.TgZ(46,"mat-radio-group",27),e.NdJ("ngModelChange",function(ri){return ve.selectedThemeMode=ri})("change",function(){return ve.chooseThemeMode()}),e.YNc(47,Xn,2,5,"mat-radio-button",28),e.qZA()()(),e._UZ(48,"mat-divider",24),e.TgZ(49,"div",25)(50,"div",29)(51,"h4"),e._uU(52,"Themes"),e.qZA(),e.TgZ(53,"div",30),e.YNc(54,Si,4,8,"span",31),e.qZA()()()()()()(),e.TgZ(55,"div",32)(56,"button",33),e.NdJ("click",function(){return ve.onResetSettings()}),e._uU(57,"Reset"),e.qZA(),e.TgZ(58,"button",34),e.NdJ("click",function(){return ve.onUpdateSettings()}),e._uU(59,"Update"),e.qZA()()()),2&F&&(e.xp6(4),e.Q6J("icon",ve.faMoneyBillAlt),e.xp6(5),e.Q6J("icon",ve.faExclamationTriangle),e.xp6(8),e.Q6J("ngModel",ve.selNode.settings.fiatConversion),e.xp6(3),e.Q6J("ngModel",ve.selNode.settings.currencyUnit)("disabled",!ve.selNode.settings.fiatConversion)("required",ve.selNode.settings.fiatConversion),e.xp6(2),e.Q6J("ngForOf",ve.currencyUnits),e.xp6(1),e.Q6J("ngIf",ve.selNode.settings.fiatConversion&&!ve.selNode.settings.currencyUnit),e.xp6(4),e.Q6J("icon",ve.faPaintBrush),e.xp6(6),e.Q6J("icon",ve.faInfoCircle),e.xp6(6),e.Q6J("ngModel",ve.selNode.settings.userPersona),e.xp6(1),e.Q6J("ngForOf",ve.userPersonas),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Q6J("ngModel",ve.selectedThemeMode),e.xp6(1),e.Q6J("ngForOf",ve.themeModes),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Q6J("ngForOf",ve.themeColors))},directives:[C.xw,C.yH,V.$V,De._Y,De.JL,De.F,C.Wh,B.BN,Kt.Rr,De.JJ,De.On,dt.KE,Ie.gD,Ae.h,De.Q7,q.sg,le.ey,q.O5,dt.TO,mi.VQ,mi.U0,Ge.d,q.mk,Ni.oO,Te.lW],pipes:[q.rS,q.i8],styles:[""]}),K})();const Sn=function(){return{initial:!1}};let Kn=(()=>{class K{constructor(F){this.router=F,this.faLayerGroup=v.Krp,this.links=[{link:"loop",name:"Loop"},{link:"boltz",name:"Boltz"}],this.activeLink="",this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){const F=this.links.find(ve=>this.router.url.includes(ve.link));this.activeLink=F?F.link:this.links[0].link,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(ve=>ve instanceof I.Av)).subscribe({next:ve=>{const ot=this.links.find(ri=>ve.urlAfterRedirects.includes(ri.link));this.activeLink=ot?ot.link:this.links[0].link}})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(I.F0))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-services-settings"]],decls:14,vars:9,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container","mt-1"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","state","click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Services"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5)(8,"div",6),e.NdJ("click",function(){return ve.activeLink=ve.links[0].link}),e._uU(9),e.qZA(),e.TgZ(10,"div",7),e.NdJ("click",function(){return ve.activeLink=ve.links[1].link}),e._uU(11),e.qZA()(),e.TgZ(12,"div",8),e._UZ(13,"router-outlet"),e.qZA()()()()),2&F&&(e.xp6(1),e.Q6J("icon",ve.faLayerGroup),e.xp6(7),e.s9C("routerLink",ve.links[0].link),e.Q6J("active",ve.activeLink===ve.links[0].link),e.xp6(1),e.Oqu(ve.links[0].name),e.xp6(1),e.s9C("routerLink",ve.links[1].link),e.Q6J("active",ve.activeLink===ve.links[1].link)("state",e.DdM(8,Sn)),e.xp6(1),e.Oqu(ve.links[1].name))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,H.BU,H.Nj,I.rH,C.yH,I.lC],styles:[""]}),K})();const cr=["form"];function Fr(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Loop server URL is required."),e.qZA())}function Vr(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Specify the loop server url with 'https://'."),e.qZA())}function ua(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Loop macaroon path is required."),e.qZA())}let _a=(()=>{class K{constructor(F,ve){this.logger=F,this.store=ve,this.faInfoCircle=v.sqG,this.enableLoop=!1,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(F=>{this.selNode=F,this.enableLoop=!(!F.settings.swapServerUrl||""===F.settings.swapServerUrl.trim()),this.previousSelNode=JSON.parse(JSON.stringify(this.selNode)),this.logger.info(F)})}onEnableServiceChanged(F){this.enableLoop=F.checked,this.enableLoop||(this.selNode.authentication.swapMacaroonPath="",this.selNode.settings.swapServerUrl="")}onUpdateService(){if(this.selNode.settings.swapServerUrl&&""!==this.selNode.settings.swapServerUrl.trim()&&!this.form.controls.srvrUrl.value.includes("https://")&&this.form.controls.srvrUrl.setErrors({invalid:!0}),this.enableLoop&&(!this.selNode.settings.swapServerUrl||""===this.selNode.settings.swapServerUrl.trim()||!this.selNode.authentication.swapMacaroonPath||""===this.selNode.authentication.swapMacaroonPath.trim()))return!0;this.logger.info(this.selNode),this.store.dispatch((0,Ue.jS)({payload:{uiMessage:Q.m6.UPDATE_LOOP_SETTINGS,service:Q.JX.LOOP,settings:{enable:this.enableLoop,serverUrl:this.selNode.settings.swapServerUrl,macaroonPath:this.selNode.authentication.swapMacaroonPath}}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers}})),this.store.dispatch((0,jt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers}}))}onReset(){this.selNode=JSON.parse(JSON.stringify(this.previousSelNode)),this.enableLoop=!(!this.selNode.settings.swapServerUrl||""===this.selNode.settings.swapServerUrl.trim())}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(b.yh))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-loop-service-settings"]],viewQuery:function(F,ve){if(1&F&&e.Gf(cr,7),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.form=ot.first)}},decls:34,vars:11,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxFlex","100",1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://github.com/lightninglabs/loop","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","loop",1,"mb-1",3,"ngModel","ngModelChange","change"],[1,"mb-2"],["matInput","","placeholder","Loop Server URL","type","text","id","swapServerUrl","name","srvrUrl","tabindex","2",3,"ngModel","required","disabled","ngModelChange"],["srvrUrl","ngModel"],[4,"ngIf"],["matInput","","placeholder","Loop Macaroon Path","type","text","id","swapMacaroonPath","name","swapMacaroonPath","tabindex","3",3,"ngModel","required","disabled","ngModelChange"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(F,ve){if(1&F&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span"),e._uU(4,"Please ensure that "),e.TgZ(5,"strong"),e._uU(6,"loopd"),e.qZA(),e._uU(7," is running and accessible to RTL before enabling this service. Click "),e.TgZ(8,"strong")(9,"a",3),e._uU(10,"here"),e.qZA()(),e._uU(11," to learn more about the installation."),e.qZA()(),e.TgZ(12,"form",4,5)(14,"div",6)(15,"mat-slide-toggle",7),e.NdJ("ngModelChange",function(ri){return ve.enableLoop=ri})("change",function(ri){return ve.onEnableServiceChanged(ri)}),e._uU(16,"Enable Loop Service"),e.qZA(),e.TgZ(17,"mat-form-field",8)(18,"input",9,10),e.NdJ("ngModelChange",function(ri){return ve.selNode.settings.swapServerUrl=ri}),e.qZA(),e.TgZ(20,"mat-hint"),e._uU(21,"Service url for loop server REST APIs, eg. https://localhost:8081"),e.qZA(),e.YNc(22,Fr,2,0,"mat-error",11),e.YNc(23,Vr,2,0,"mat-error",11),e.qZA(),e.TgZ(24,"mat-form-field")(25,"input",12),e.NdJ("ngModelChange",function(ri){return ve.selNode.authentication.swapMacaroonPath=ri}),e.qZA(),e.TgZ(26,"mat-hint"),e._uU(27,"Path for the folder containing service 'loop.macaroon', eg. D:\\\\xyz\\\\AppData\\\\Local\\\\Loop\\\\testnet"),e.qZA(),e.YNc(28,ua,2,0,"mat-error",11),e.qZA()()(),e.TgZ(29,"div",13)(30,"button",14),e.NdJ("click",function(){return ve.onReset()}),e._uU(31,"Reset"),e.qZA(),e.TgZ(32,"button",15),e.NdJ("click",function(){return ve.onUpdateService()}),e._uU(33,"Update"),e.qZA()()()),2&F){const ot=e.MAs(19);e.xp6(2),e.Q6J("icon",ve.faInfoCircle),e.xp6(13),e.Q6J("ngModel",ve.enableLoop),e.xp6(3),e.Q6J("ngModel",ve.selNode.settings.swapServerUrl)("required",ve.enableLoop)("disabled",!ve.enableLoop),e.xp6(4),e.Q6J("ngIf",!ve.selNode.settings.swapServerUrl&&ve.enableLoop),e.xp6(1),e.Q6J("ngIf",(null==ot||null==ot.errors?null:ot.errors.invalid)&&ve.enableLoop),e.xp6(2),e.Q6J("ngModel",ve.selNode.authentication.swapMacaroonPath)("required",ve.enableLoop)("disabled",!ve.enableLoop),e.xp6(3),e.Q6J("ngIf",!ve.selNode.authentication.swapMacaroonPath&&ve.enableLoop)}},directives:[C.xw,C.yH,V.$V,B.BN,De._Y,De.JL,De.F,C.Wh,Kt.Rr,Ae.h,De.JJ,De.On,dt.KE,Wt.Nt,De.Fj,De.Q7,dt.bx,q.O5,dt.TO,Te.lW],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),K})();const va=["form"];function Va(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Boltz server URL is required."),e.qZA())}function za(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Specify the boltz server url with 'https://'."),e.qZA())}function lr(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Boltz macaroon path is required."),e.qZA())}let Xr=(()=>{class K{constructor(F,ve){this.logger=F,this.store=ve,this.faInfoCircle=v.sqG,this.enableBoltz=!1,this.serverUrl="",this.macaroonPath="",this.unSubs=[new h.x,new h.x]}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(F=>{this.selNode=F,this.enableBoltz=!(!F.settings.boltzServerUrl||""===F.settings.boltzServerUrl.trim()),this.serverUrl=this.selNode.settings.boltzServerUrl||"",this.macaroonPath=this.selNode.authentication.boltzMacaroonPath,this.previousSelNode=JSON.parse(JSON.stringify(this.selNode)),this.logger.info(F)})}onEnableServiceChanged(F){this.enableBoltz=F.checked,this.enableBoltz||(this.macaroonPath="",this.serverUrl="")}onUpdateService(){if(this.serverUrl&&""!==this.serverUrl.trim()&&!this.form.controls.srvrUrl.value.includes("https://")&&this.form.controls.srvrUrl.setErrors({invalid:!0}),this.enableBoltz&&(!this.serverUrl||""===this.serverUrl.trim()||!this.serverUrl.includes("https://")||!this.macaroonPath||""===this.macaroonPath.trim()))return!0;this.logger.info(this.selNode),this.selNode.settings.boltzServerUrl=this.serverUrl,this.selNode.authentication.boltzMacaroonPath=this.macaroonPath,this.store.dispatch((0,Ue.jS)({payload:{uiMessage:Q.m6.UPDATE_BOLTZ_SETTINGS,service:Q.JX.BOLTZ,settings:{enable:this.enableBoltz,serverUrl:this.serverUrl,macaroonPath:this.macaroonPath}}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.serverUrl,enableOffers:this.selNode.settings.enableOffers}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.serverUrl,enableOffers:this.selNode.settings.enableOffers}})),this.store.dispatch((0,jt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.serverUrl,enableOffers:this.selNode.settings.enableOffers}}))}onReset(){this.selNode=JSON.parse(JSON.stringify(this.previousSelNode)),this.serverUrl=this.selNode.settings.boltzServerUrl||"",this.macaroonPath=this.selNode.authentication.boltzMacaroonPath,this.enableBoltz=!(!this.serverUrl||""===this.serverUrl.trim())}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(b.yh))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-boltz-service-settings"]],viewQuery:function(F,ve){if(1&F&&e.Gf(va,7),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.form=ot.first)}},decls:34,vars:11,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxFlex","100",1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://lnd.docs.boltz.exchange/en/latest/","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","boltz",1,"mb-1",3,"ngModel","ngModelChange","change"],[1,"mb-2"],["matInput","","placeholder","Boltz Server URL","type","text","id","boltzServerUrl","name","srvrUrl","tabindex","2",3,"ngModel","required","disabled","ngModelChange"],["srvrUrl","ngModel"],[4,"ngIf"],["matInput","","placeholder","Boltz Macaroon Path","type","text","id","boltzMacaroonPath","name","boltzMacaroonPath","tabindex","3",3,"ngModel","required","disabled","ngModelChange"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(F,ve){if(1&F&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span"),e._uU(4,"Please ensure that "),e.TgZ(5,"strong"),e._uU(6,"boltzd"),e.qZA(),e._uU(7," is running and accessible to RTL before enabling this service. Click "),e.TgZ(8,"strong")(9,"a",3),e._uU(10,"here"),e.qZA()(),e._uU(11," to learn more about the installation."),e.qZA()(),e.TgZ(12,"form",4,5)(14,"div",6)(15,"mat-slide-toggle",7),e.NdJ("ngModelChange",function(ri){return ve.enableBoltz=ri})("change",function(ri){return ve.onEnableServiceChanged(ri)}),e._uU(16,"Enable Boltz Service"),e.qZA(),e.TgZ(17,"mat-form-field",8)(18,"input",9,10),e.NdJ("ngModelChange",function(ri){return ve.serverUrl=ri}),e.qZA(),e.TgZ(20,"mat-hint"),e._uU(21,"Service url for boltz server REST APIs, eg. https://localhost:9003"),e.qZA(),e.YNc(22,Va,2,0,"mat-error",11),e.YNc(23,za,2,0,"mat-error",11),e.qZA(),e.TgZ(24,"mat-form-field")(25,"input",12),e.NdJ("ngModelChange",function(ri){return ve.macaroonPath=ri}),e.qZA(),e.TgZ(26,"mat-hint"),e._uU(27,"Path for the folder containing boltz 'admin.macaroon', eg. D:\\\\xyz\\\\AppData\\\\Boltz\\\\testnet"),e.qZA(),e.YNc(28,lr,2,0,"mat-error",11),e.qZA()()(),e.TgZ(29,"div",13)(30,"button",14),e.NdJ("click",function(){return ve.onReset()}),e._uU(31,"Reset"),e.qZA(),e.TgZ(32,"button",15),e.NdJ("click",function(){return ve.onUpdateService()}),e._uU(33,"Update"),e.qZA()()()),2&F){const ot=e.MAs(19);e.xp6(2),e.Q6J("icon",ve.faInfoCircle),e.xp6(13),e.Q6J("ngModel",ve.enableBoltz),e.xp6(3),e.Q6J("ngModel",ve.serverUrl)("required",ve.enableBoltz)("disabled",!ve.enableBoltz),e.xp6(4),e.Q6J("ngIf",(!ve.serverUrl||""===ve.serverUrl.trim())&&ve.enableBoltz),e.xp6(1),e.Q6J("ngIf",(null==ot||null==ot.errors?null:ot.errors.invalid)&&ve.enableBoltz),e.xp6(2),e.Q6J("ngModel",ve.macaroonPath)("required",ve.enableBoltz)("disabled",!ve.enableBoltz),e.xp6(3),e.Q6J("ngIf",!ve.macaroonPath&&ve.enableBoltz)}},directives:[C.xw,C.yH,V.$V,B.BN,De._Y,De.JL,De.F,C.Wh,Kt.Rr,Ae.h,De.JJ,De.On,dt.KE,Wt.Nt,De.Fj,De.Q7,dt.bx,q.O5,dt.TO,Te.lW],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),K})(),ha=(()=>{class K{constructor(F,ve){this.store=F,this.router=ve,this.faLayerGroup=v.Krp,this.showLnConfig=!1,this.showBitcoind=!1,this.lnImplementationStr="",this.links=[{link:"layout",name:"Layout"},{link:"auth",name:"Authentication"},{link:"lnconfig",name:this.lnImplementationStr},{link:"bconfig",name:"BitcoinD Config"}],this.activeLink="",this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){const F=this.links.find(ve=>this.router.url.includes(ve.link));this.activeLink=F?F.link:this.links[0].link,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(ve=>ve instanceof I.Av)).subscribe({next:ve=>{const ot=this.links.find(ri=>ve.urlAfterRedirects.includes(ri.link));this.activeLink=ot?ot.link:this.links[0].link}}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(ve=>{var ot;switch(this.showLnConfig=!1,this.showBitcoind=!1,this.selNode=ve,null===(ot=this.selNode.lnImplementation)||void 0===ot?void 0:ot.toUpperCase()){case"CLN":this.lnImplementationStr="Core Lightning Config";break;case"ECL":this.lnImplementationStr="Eclair Config";break;default:this.lnImplementationStr="LND Config"}this.selNode.authentication&&this.selNode.authentication.configPath&&""!==this.selNode.authentication.configPath.trim()&&(this.links[2].name=this.lnImplementationStr,this.showLnConfig=!0),this.selNode.settings&&this.selNode.settings.bitcoindConfigPath&&""!==this.selNode.settings.bitcoindConfigPath.trim()&&(this.showBitcoind=!0)})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(b.yh),e.Y36(I.F0))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-services"]],decls:1,vars:0,template:function(F,ve){1&F&&e._UZ(0,"router-outlet")},directives:[I.lC],styles:[""]}),K})();var Ba=p(8213),Wr=p(9107),Yr=p(6087),pr=p(4847),hn=p(2075),$r=p(5899);function ir(K,Fe){1&K&&e._UZ(0,"mat-progress-bar",34)}function qa(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," Initiation Time "),e.qZA())}function jr(K,Fe){if(1&K&&(e.TgZ(0,"td",36),e._uU(1),e.ALo(2,"date"),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(1),e.Oqu(e.xi3(2,1,F.initiation_time/1e6,"dd/MMM/y HH:mm"))}}function Da(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," Last Update Time "),e.qZA())}function ea(K,Fe){if(1&K&&(e.TgZ(0,"td",36),e._uU(1),e.ALo(2,"date"),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(1),e.Oqu(e.xi3(2,1,F.last_update_time/1e6,"dd/MMM/y HH:mm"))}}function Pr(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," ID "),e.qZA())}function zr(K,Fe){if(1&K&&(e.TgZ(0,"td",36),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(1),e.Oqu(F.id)}}function Kr(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," ID (Bytes) "),e.qZA())}function xr(K,Fe){if(1&K&&(e.TgZ(0,"td",36),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(1),e.Oqu(F.id_bytes)}}function Nr(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," State "),e.qZA())}function fa(K,Fe){if(1&K&&(e.TgZ(0,"td",36),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit,ve=e.oxw();e.xp6(1),e.Oqu(ve.LoopStateEnum[F.state])}}function ya(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," HTLC Address "),e.qZA())}function xa(K,Fe){if(1&K&&(e.TgZ(0,"td",36),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(1),e.Oqu(F.htlc_address)}}function nr(K,Fe){1&K&&(e.TgZ(0,"th",37),e._uU(1," Amount (Sats) "),e.qZA())}function Ia(K,Fe){if(1&K&&(e.TgZ(0,"td",36)(1,"span",38),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&K){const F=Fe.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,F.amt))}}function Pa(K,Fe){1&K&&(e.TgZ(0,"th",37),e._uU(1," Cost Server (Sats) "),e.qZA())}function $n(K,Fe){if(1&K&&(e.TgZ(0,"td",36)(1,"span",38),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&K){const F=Fe.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,F.cost_server))}}function oa(K,Fe){1&K&&(e.TgZ(0,"th",37),e._uU(1," Cost Offchain (Sats) "),e.qZA())}function Br(K,Fe){if(1&K&&(e.TgZ(0,"td",36)(1,"span",38),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&K){const F=Fe.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,F.cost_offchain))}}function Dr(K,Fe){1&K&&(e.TgZ(0,"th",37),e._uU(1," Cost Onchain (Sats) "),e.qZA())}function Ur(K,Fe){if(1&K&&(e.TgZ(0,"td",36)(1,"span",38),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&K){const F=Fe.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==F?null:F.cost_onchain)," ")}}function ba(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"th",39)(1,"div",40)(2,"mat-select",41),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",42),e.NdJ("click",function(){return e.CHM(F),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Ua(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"td",43)(1,"button",44),e.NdJ("click",function(ot){const Ki=e.CHM(F).$implicit;return e.oxw().onSwapClick(Ki,ot)}),e._uU(2,"View Info"),e.qZA()()}}function Qn(K,Fe){if(1&K&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&K){const F=e.oxw(2);e.xp6(1),e.Oqu(F.emptyTableMessage)}}function Je(K,Fe){if(1&K&&(e.TgZ(0,"td",45),e.YNc(1,Qn,2,1,"p",46),e.qZA()),2&K){const F=e.oxw();e.xp6(1),e.Q6J("ngIf",!(null!=F.listSwaps&&F.listSwaps.data)||(null==F.listSwaps||null==F.listSwaps.data?null:F.listSwaps.data.length)<1)}}const St=function(K){return{"display-none":K}};function Qe(K,Fe){if(1&K&&e._UZ(0,"tr",47),2&K){const F=e.oxw();e.Q6J("ngClass",e.VKq(1,St,(null==F.listSwaps?null:F.listSwaps.data)&&(null==F.listSwaps||null==F.listSwaps.data?null:F.listSwaps.data.length)>0))}}function kt(K,Fe){1&K&&e._UZ(0,"tr",48)}function ai(K,Fe){1&K&&e._UZ(0,"tr",49)}const Ti=function(K){return{"overflow-auto error-border":K,"overflow-auto":!0}},Oi=function(){return["no_swap"]};let rn=(()=>{class K{constructor(F,ve,ot,ri){this.logger=F,this.commonService=ve,this.store=ot,this.loopService=ri,this.selectedSwapType=Q.$I.LOOP_OUT,this.swapsData=[],this.flgLoading=[!0],this.emptyTableMessage="No swaps available.",this.LoopStateEnum=Q.Fq,this.faHistory=v.qO$,this.swapCaption="Loop Out",this.displayedColumns=[],this.selFilter="",this.flgSticky=!1,this.pageSize=Q.IV,this.pageSizeOptions=Q.TJ,this.screenSize="",this.screenSizeEnum=Q.cu,this.unSubs=[new h.x,new h.x,new h.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===Q.cu.XS||this.screenSize===Q.cu.SM?(this.flgSticky=!1,this.displayedColumns=["state","amt","actions"]):this.screenSize===Q.cu.MD?(this.flgSticky=!1,this.displayedColumns=["state","initiation_time","amt","actions"]):(this.flgSticky=!0,this.displayedColumns=["state","initiation_time","amt","cost_server","cost_offchain","cost_onchain","actions"])}ngAfterViewInit(){this.swapsData&&this.swapsData.length>0&&this.loadSwapsTable(this.swapsData)}ngOnChanges(F){this.swapCaption=this.selectedSwapType===Q.$I.LOOP_IN?"Loop In":"Loop Out",this.loadSwapsTable(this.swapsData)}applyFilter(){this.listSwaps.filter=this.selFilter.trim().toLowerCase()}onSwapClick(F,ve){var ot,ri;this.loopService.getSwap((null===(ri=null===(ot=F.id_bytes)||void 0===ot?void 0:ot.replace(/\//g,"_"))||void 0===ri?void 0:ri.replace(/\+/g,"-"))||"").pipe((0,y.R)(this.unSubs[2])).subscribe(Ki=>{this.store.dispatch((0,Ue.qR)({payload:{data:{type:Q.n_.INFORMATION,alertTitle:this.swapCaption+" Status",message:[[{key:"state",value:Q.Fq[Ki.state||""],title:"Status",width:50,type:Q.Gi.STRING},{key:"amt",value:Ki.amt,title:"Amount (Sats)",width:50,type:Q.Gi.NUMBER}],[{key:"initiation_time",value:(Ki.initiation_time||0)/1e9,title:"Initiation Time",width:50,type:Q.Gi.DATE_TIME},{key:"last_update_time",value:(Ki.last_update_time||0)/1e9,title:"Last Update Time",width:50,type:Q.Gi.DATE_TIME}],[{key:"cost_server",value:Ki.cost_server,title:"Server Cost (Sats)",width:33,type:Q.Gi.NUMBER},{key:"cost_offchain",value:Ki.cost_offchain,title:"Offchain Cost (Sats)",width:33,type:Q.Gi.NUMBER},{key:"cost_onchain",value:Ki.cost_onchain,title:"Onchain Cost (Sats)",width:34,type:Q.Gi.NUMBER}],[{key:"id_bytes",value:Ki.id_bytes,title:"ID",width:100,type:Q.Gi.STRING}],[{key:"htlc_address",value:Ki.htlc_address,title:"HTLC Address",width:100,type:Q.Gi.STRING}]],openedBy:"SWAP"}}}))})}loadSwapsTable(F){this.listSwaps=new hn.by([...F]),this.listSwaps.sort=this.sort,this.listSwaps.sortingDataAccessor=(ve,ot)=>ve[ot]&&isNaN(ve[ot])?ve[ot].toLocaleLowerCase():ve[ot]?+ve[ot]:null,this.listSwaps.filterPredicate=(ve,ot)=>JSON.stringify(ve).toLowerCase().includes(ot),this.listSwaps.paginator=this.paginator,this.applyFilter(),this.logger.info(this.listSwaps)}onDownloadCSV(){this.listSwaps.data&&this.listSwaps.data.length>0&&this.commonService.downloadFile(this.listSwaps.data,this.selectedSwapType===Q.$I.LOOP_IN?"Loop in":"Loop out")}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(b.yh),e.Y36(Wr.W))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-swaps"]],viewQuery:function(F,ve){if(1&F&&(e.Gf(pr.YE,5),e.Gf(Yr.NW,5)),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.sort=ot.first),e.iGM(ot=e.CRH())&&(ve.paginator=ot.first)}},inputs:{selectedSwapType:"selectedSwapType",swapsData:"swapsData",flgLoading:"flgLoading",emptyTableMessage:"emptyTableMessage"},features:[e._Bn([{provide:Yr.ye,useValue:(0,Q.pt)("Swaps")}]),e.TTD],decls:52,vars:16,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"card-content-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","fxFlex","100",1,"page-sub-title-container","w-100"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start center",1,"w-100"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","initiation_time"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","last_update_time"],["matColumnDef","id"],["matColumnDef","id_bytes"],["matColumnDef","state"],["matColumnDef","htlc_address"],["matColumnDef","amt"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","cost_server"],["matColumnDef","cost_offchain"],["matColumnDef","cost_onchain"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-3","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_swap"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1)(2,"div",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"mat-form-field",5)(7,"input",6),e.NdJ("keyup",function(){return ve.applyFilter()})("ngModelChange",function(ri){return ve.selFilter=ri}),e.qZA()()(),e.TgZ(8,"div",7)(9,"div",8),e.YNc(10,ir,1,0,"mat-progress-bar",9),e.TgZ(11,"table",10,11),e.ynx(13,12),e.YNc(14,qa,2,0,"th",13),e.YNc(15,jr,3,4,"td",14),e.BQk(),e.ynx(16,15),e.YNc(17,Da,2,0,"th",13),e.YNc(18,ea,3,4,"td",14),e.BQk(),e.ynx(19,16),e.YNc(20,Pr,2,0,"th",13),e.YNc(21,zr,2,1,"td",14),e.BQk(),e.ynx(22,17),e.YNc(23,Kr,2,0,"th",13),e.YNc(24,xr,2,1,"td",14),e.BQk(),e.ynx(25,18),e.YNc(26,Nr,2,0,"th",13),e.YNc(27,fa,2,1,"td",14),e.BQk(),e.ynx(28,19),e.YNc(29,ya,2,0,"th",13),e.YNc(30,xa,2,1,"td",14),e.BQk(),e.ynx(31,20),e.YNc(32,nr,2,0,"th",21),e.YNc(33,Ia,4,3,"td",14),e.BQk(),e.ynx(34,22),e.YNc(35,Pa,2,0,"th",21),e.YNc(36,$n,4,3,"td",14),e.BQk(),e.ynx(37,23),e.YNc(38,oa,2,0,"th",21),e.YNc(39,Br,4,3,"td",14),e.BQk(),e.ynx(40,24),e.YNc(41,Dr,2,0,"th",21),e.YNc(42,Ur,4,3,"td",14),e.BQk(),e.ynx(43,25),e.YNc(44,ba,6,0,"th",26),e.YNc(45,Ua,3,0,"td",27),e.BQk(),e.ynx(46,28),e.YNc(47,Je,2,1,"td",29),e.BQk(),e.YNc(48,Qe,1,3,"tr",30),e.YNc(49,kt,1,0,"tr",31),e.YNc(50,ai,1,0,"tr",32),e.qZA(),e._UZ(51,"mat-paginator",33),e.qZA()()()),2&F&&(e.xp6(3),e.Q6J("icon",ve.faHistory),e.xp6(2),e.hij("",ve.swapCaption," History"),e.xp6(2),e.Q6J("ngModel",ve.selFilter),e.xp6(3),e.Q6J("ngIf",!0===ve.flgLoading[0]),e.xp6(1),e.Q6J("dataSource",ve.listSwaps)("ngClass",e.VKq(13,Ti,"error"===ve.flgLoading[0])),e.xp6(37),e.Q6J("matFooterRowDef",e.DdM(15,Oi)),e.xp6(1),e.Q6J("matHeaderRowDef",ve.displayedColumns)("matHeaderRowDefSticky",ve.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",ve.displayedColumns),e.xp6(1),e.Q6J("pageSize",ve.pageSize)("pageSizeOptions",ve.pageSizeOptions)("showFirstLastButtons",ve.screenSize!==ve.screenSizeEnum.XS))},directives:[C.xw,C.yH,C.Wh,B.BN,dt.KE,Wt.Nt,De.Fj,De.JJ,De.On,V.$V,q.O5,$r.pW,hn.BZ,pr.YE,q.mk,Ni.oO,hn.w1,hn.fO,hn.ge,pr.nU,hn.Dz,hn.ev,Ie.gD,Ie.$L,le.ey,Te.lW,hn.mD,hn.yh,hn.Ke,hn.Q2,hn.as,hn.XQ,hn.nj,hn.Gk,Yr.NW],pipes:[q.uU,q.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),K})();const qn=function(K){return["../",K]};function Ot(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",10),e.NdJ("click",function(){const ri=e.CHM(F).$implicit;return e.oxw().onSelectedIndexChange(ri)}),e._uU(1),e.qZA()}if(2&K){const F=Fe.$implicit,ve=e.oxw();e.Q6J("active",ve.activeTab.link===F.link)("routerLink",e.VKq(3,qn,F.link)),e.xp6(1),e.Oqu(F.name)}}let oi=(()=>{class K{constructor(F,ve,ot){this.router=F,this.loopService=ve,this.store=ot,this.faInfinity=v.vqe,this.targetConf=2,this.inAmount=25e4,this.quotes=[],this.LoopTypeEnum=Q.$I,this.selectedSwapType=Q.$I.LOOP_OUT,this.storedSwaps=[],this.filteredSwaps=[],this.emptyTableMessage="No swap data available.",this.flgLoading=[!0],this.links=[{link:"loopout",name:"Loop Out"},{link:"loopin",name:"Loop In"}],this.activeTab=this.links[0],this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){this.loopService.listSwaps();const F=this.links.find(ve=>this.router.url.includes(ve.link));this.activeTab=F||this.links[0],this.selectedSwapType=F&&"loopin"===F.link?Q.$I.LOOP_IN:Q.$I.LOOP_OUT,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(ve=>ve instanceof I.Av)).subscribe({next:ve=>{const ot=this.links.find(ri=>ve.urlAfterRedirects.includes(ri.link));this.activeTab=ot||this.links[0],this.selectedSwapType=ot&&"loopin"===ot.link?Q.$I.LOOP_IN:Q.$I.LOOP_OUT}}),this.loopService.swapsChanged.pipe((0,y.R)(this.unSubs[1])).subscribe({next:ve=>{var ot;this.flgLoading[0]=!1,this.storedSwaps=ve,this.filteredSwaps=null===(ot=this.storedSwaps)||void 0===ot?void 0:ot.filter(ri=>ri.type===this.selectedSwapType)},error:ve=>{this.flgLoading[0]="error",this.emptyTableMessage=ve.message?ve.message:"No loop "+(this.selectedSwapType===Q.$I.LOOP_IN?"in":"out")+" available."}})}onSelectedIndexChange(F){var ve;this.selectedSwapType="loopin"===F.link?Q.$I.LOOP_IN:Q.$I.LOOP_OUT,this.filteredSwaps=null===(ve=this.storedSwaps)||void 0===ve?void 0:ve.filter(ot=>ot.type===this.selectedSwapType)}onLoop(F){F===Q.$I.LOOP_IN?this.loopService.getLoopInTermsAndQuotes(this.targetConf).pipe((0,y.R)(this.unSubs[2])).subscribe({next:ve=>{this.store.dispatch((0,Ue.qR)({payload:{data:{minQuote:ve[0],maxQuote:ve[1],direction:F,component:Ba.a}}}))}}):this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,y.R)(this.unSubs[3])).subscribe({next:ve=>{this.store.dispatch((0,Ue.qR)({payload:{data:{minQuote:ve[0],maxQuote:ve[1],direction:F,component:Ba.a}}}))}})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(I.F0),e.Y36(Wr.W),e.Y36(b.yh))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-loop"]],decls:13,vars:7,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"padding-gap-x-large","mt-1"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"],["fxLayout","row","fxFlex","100",3,"selectedSwapType","swapsData","flgLoading","emptyTableMessage"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Loop"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,Ot,2,5,"div",6),e.qZA(),e.TgZ(9,"div",7)(10,"button",8),e.NdJ("click",function(){return ve.onLoop(ve.selectedSwapType)}),e._uU(11),e.qZA()(),e._UZ(12,"rtl-swaps",9),e.qZA()()()),2&F&&(e.xp6(1),e.Q6J("icon",ve.faInfinity),e.xp6(7),e.Q6J("ngForOf",ve.links),e.xp6(3),e.hij("Start ",ve.activeTab.name,""),e.xp6(1),e.Q6J("selectedSwapType",ve.selectedSwapType)("swapsData",ve.filteredSwaps)("flgLoading",ve.flgLoading)("emptyTableMessage",ve.emptyTableMessage))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,H.BU,q.sg,H.Nj,I.rH,Te.lW,rn,C.yH],styles:[""]}),K})();var gt=p(7772),Qt=p(1135),Di=p(2843),Gi=p(262),Ke=p(2340),We=p(1786);let He=(()=>{class K{constructor(F,ve,ot,ri){this.httpClient=F,this.logger=ve,this.store=ot,this.commonService=ri,this.swapUrl="",this.swaps={},this.swapsChanged=new Qt.X({}),this.unSubs=[new h.x,new h.x,new h.x]}getSwapsList(){return this.swaps}listSwaps(){this.store.dispatch((0,Ue.ac)({payload:Q.m6.GET_BOLTZ_SWAPS})),this.swapUrl=Ke.T5+Ke.NZ.BOLTZ_API+"/listSwaps",this.httpClient.get(this.swapUrl).pipe((0,y.R)(this.unSubs[0])).subscribe({next:F=>{this.store.dispatch((0,Ue.uO)({payload:Q.m6.GET_BOLTZ_SWAPS})),this.swaps=F,this.swapsChanged.next(this.swaps)},error:F=>this.swapsChanged.error(this.handleErrorWithAlert(Q.m6.GET_BOLTZ_SWAPS,this.swapUrl,F))})}swapInfo(F){return this.swapUrl=Ke.T5+Ke.NZ.BOLTZ_API+"/swapInfo/"+F,this.httpClient.get(this.swapUrl).pipe((0,Gi.K)(ve=>(0,U.of)(this.handleErrorWithAlert(Q.m6.NO_SPINNER,this.swapUrl,ve))))}serviceInfo(){return this.store.dispatch((0,Ue.ac)({payload:Q.m6.GET_SERVICE_INFO})),this.swapUrl=Ke.T5+Ke.NZ.BOLTZ_API+"/serviceInfo",this.httpClient.get(this.swapUrl).pipe((0,y.R)(this.unSubs[1]),(0,u.U)(F=>(this.store.dispatch((0,Ue.uO)({payload:Q.m6.GET_SERVICE_INFO})),F)),(0,Gi.K)(F=>(0,U.of)(this.handleErrorWithAlert(Q.m6.GET_SERVICE_INFO,this.swapUrl,F))))}swapOut(F,ve){const ot={amount:F,address:ve};return this.swapUrl=Ke.T5+Ke.NZ.BOLTZ_API+"/createreverseswap",this.httpClient.post(this.swapUrl,ot).pipe((0,Gi.K)(ri=>this.handleErrorWithoutAlert("Swap Out for Address: "+ve,Q.m6.NO_SPINNER,ri)))}swapIn(F){const ve={amount:F};return this.swapUrl=Ke.T5+Ke.NZ.BOLTZ_API+"/createswap",this.httpClient.post(this.swapUrl,ve).pipe((0,Gi.K)(ot=>this.handleErrorWithoutAlert("Swap In for Amount: "+F,Q.m6.NO_SPINNER,ot)))}handleErrorWithoutAlert(F,ve,ot){let ri="";return this.logger.error("ERROR IN: "+F+"\n"+JSON.stringify(ot)),this.store.dispatch((0,Ue.uO)({payload:ve})),401===ot.status?(ri="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,Ue.kS)())):503===ot.status?(ri="Unable to Connect to Boltz Server.",this.store.dispatch((0,Ue.qR)({payload:{data:{type:"ERROR",alertTitle:"Boltz Not Connected",message:{code:ot.status,message:"Unable to Connect to Boltz Server",URL:F},component:We.H}}}))):ri=this.commonService.extractErrorMessage(ot),(0,Di._)(()=>new Error(ri))}handleErrorWithAlert(F,ve,ot){let ri="";if(401===ot.status&&(this.logger.info("Redirecting to Login"),this.store.dispatch((0,Ue.kS)())),this.logger.error(ot),this.store.dispatch((0,Ue.uO)({payload:F})),401===ot.status)ri="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,Ue.kS)());else if(503===ot.status)ri="Unable to Connect to Boltz Server.",setTimeout(()=>{this.store.dispatch((0,Ue.qR)({payload:{data:{type:"ERROR",alertTitle:"Boltz Not Connected",message:{code:ot.status,message:"Unable to Connect to Boltz Server",URL:ve},component:We.H}}}))},100);else{ri=this.commonService.extractErrorMessage(ot);const Ki=ot.error&&ot.error.error&&ot.error.error.code?ot.error.error.code:ot.error&&ot.error.code?ot.error.code:ot.code?ot.code:ot.status;setTimeout(()=>{this.store.dispatch((0,Ue.qR)({payload:{data:{type:Q.n_.ERROR,alertTitle:"ERROR",message:{code:Ki,message:ri,URL:ve},component:We.H}}}))},100)}return{message:ri}}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.LFG(M.eN),e.LFG(ye.mQ),e.LFG(b.yh),e.LFG(Ft.v))},K.\u0275prov=e.Yz7({token:K,factory:K.\u0275fac}),K})();var Lt=p(1125);let yi=(()=>{class K{constructor(){this.serviceInfo={},this.direction=Q.hc.SWAP_OUT,this.swapTypeEnum=Q.hc}}return K.\u0275fac=function(F){return new(F||K)},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-boltz-service-info"]],inputs:{serviceInfo:"serviceInfo",direction:"direction"},decls:33,vars:13,consts:[["fxFlex","100",1,"flat-expansion-panel","mb-1",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"]],template:function(F,ve){1&F&&(e.TgZ(0,"mat-expansion-panel",0)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span",1),e._uU(4,"Service Information"),e.qZA()()(),e.TgZ(5,"div",2)(6,"div",3)(7,"div",4)(8,"h4",5),e._uU(9,"Minimum Amount (Sats)"),e.qZA(),e.TgZ(10,"span",6),e._uU(11),e.ALo(12,"number"),e.qZA()(),e.TgZ(13,"div",4)(14,"h4",5),e._uU(15,"Maximum Amount (Sats)"),e.qZA(),e.TgZ(16,"span",6),e._uU(17),e.ALo(18,"number"),e.qZA()()(),e._UZ(19,"mat-divider",7),e.TgZ(20,"div",3)(21,"div",4)(22,"h4",5),e._uU(23,"Fee Percentage"),e.qZA(),e.TgZ(24,"span",6),e._uU(25),e.ALo(26,"number"),e.qZA()(),e.TgZ(27,"div",4)(28,"h4",5),e._uU(29,"Miner Fee (Sats)"),e.qZA(),e.TgZ(30,"span",6),e._uU(31),e.ALo(32,"number"),e.qZA()()()()()),2&F&&(e.Q6J("expanded",!0),e.xp6(11),e.Oqu(e.lcZ(12,5,null==ve.serviceInfo||null==ve.serviceInfo.limits?null:ve.serviceInfo.limits.minimal)),e.xp6(6),e.Oqu(e.lcZ(18,7,null==ve.serviceInfo||null==ve.serviceInfo.limits?null:ve.serviceInfo.limits.maximal)),e.xp6(8),e.Oqu(e.lcZ(26,9,null==ve.serviceInfo||null==ve.serviceInfo.fees?null:ve.serviceInfo.fees.percentage)),e.xp6(6),e.Oqu(e.lcZ(32,11,ve.direction===ve.swapTypeEnum.SWAP_OUT?null==ve.serviceInfo||null==ve.serviceInfo.fees||null==ve.serviceInfo.fees.miner?null:ve.serviceInfo.fees.miner.reverse:null==ve.serviceInfo||null==ve.serviceInfo.fees||null==ve.serviceInfo.fees.miner?null:ve.serviceInfo.fees.miner.normal)))},directives:[Lt.ib,C.yH,Lt.yz,Lt.yK,C.Wh,C.xw,Ge.d],pipes:[q.JJ],styles:[""]}),K})();var Yi=p(5245);function Fn(K,Fe){1&K&&e.GkF(0)}function Rr(K,Fe){if(1&K&&(e.TgZ(0,"div",4)(1,"span",5),e._uU(2),e.qZA()()),2&K){const F=e.oxw();e.xp6(2),e.Oqu(null!=F.swapStatus&&F.swapStatus.error?null==F.swapStatus?null:F.swapStatus.error:"Unknown Error.")}}function Ja(K,Fe){if(1&K&&(e.TgZ(0,"div",4)(1,"div",6)(2,"div",7)(3,"h4",8),e._uU(4,"ID"),e.qZA(),e.TgZ(5,"span",5),e._uU(6),e.qZA()(),e.TgZ(7,"div",7)(8,"h4",8),e._uU(9,"Routing Fee (mSats)"),e.qZA(),e.TgZ(10,"span",5),e._uU(11),e.ALo(12,"number"),e.qZA()()(),e._UZ(13,"mat-divider",9),e.TgZ(14,"div",6)(15,"div",7)(16,"h4",8),e._uU(17,"Claim Transaction ID"),e.qZA(),e.TgZ(18,"span",5),e._uU(19),e.qZA()(),e.TgZ(20,"div",7)(21,"h4",8),e._uU(22,"Lockup Address"),e.qZA(),e.TgZ(23,"span",5),e._uU(24),e.qZA()()()()),2&K){const F=e.oxw();e.xp6(6),e.Oqu(null==F.swapStatus?null:F.swapStatus.id),e.xp6(5),e.Oqu(e.lcZ(12,4,null==F.swapStatus?null:F.swapStatus.routingFeeMilliSat)),e.xp6(8),e.Oqu(null==F.swapStatus?null:F.swapStatus.claimTransactionId),e.xp6(5),e.Oqu(null==F.swapStatus?null:F.swapStatus.lockupAddress)}}function Ma(K,Fe){if(1&K&&(e.TgZ(0,"div",4)(1,"div",6)(2,"div",7)(3,"h4",8),e._uU(4,"ID"),e.qZA(),e.TgZ(5,"span",5),e._uU(6),e.qZA()(),e.TgZ(7,"div",7)(8,"h4",8),e._uU(9,"Expected Amount (Sats)"),e.qZA(),e.TgZ(10,"span",5),e._uU(11),e.ALo(12,"number"),e.qZA()()(),e._UZ(13,"mat-divider",9),e.TgZ(14,"div",6)(15,"div",10)(16,"h4",8),e._uU(17,"Address"),e.qZA(),e.TgZ(18,"span",5),e._uU(19),e.qZA()()(),e._UZ(20,"mat-divider",9),e.TgZ(21,"div",6)(22,"div",10)(23,"h4",8),e._uU(24,"BIP 21"),e.qZA(),e.TgZ(25,"span",5),e._uU(26),e.qZA()()()()),2&K){const F=e.oxw();e.xp6(6),e.Oqu(null==F.swapStatus?null:F.swapStatus.id),e.xp6(5),e.Oqu(e.lcZ(12,4,null==F.swapStatus?null:F.swapStatus.expectedAmount)),e.xp6(8),e.Oqu(null==F.swapStatus?null:F.swapStatus.address),e.xp6(7),e.Oqu(null==F.swapStatus?null:F.swapStatus.bip21)}}let ps=(()=>{class K{constructor(){this.swapStatus=null,this.direction=Q.hc.SWAP_OUT,this.swapTypeEnum=Q.hc}}return K.\u0275fac=function(F){return new(F||K)},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-boltz-swap-status"]],inputs:{swapStatus:"swapStatus",direction:"direction"},decls:7,vars:1,consts:[[4,"ngTemplateOutlet"],["swapFailedBlock",""],["swapOutBlock",""],["swapInBlock",""],["fxLayout","column"],[1,"foreground-secondary-text"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],["fxFlex","100"]],template:function(F,ve){if(1&F&&(e.YNc(0,Fn,1,0,"ng-container",0),e.YNc(1,Rr,3,1,"ng-template",null,1,e.W1O),e.YNc(3,Ja,25,6,"ng-template",null,2,e.W1O),e.YNc(5,Ma,27,6,"ng-template",null,3,e.W1O)),2&F){const ot=e.MAs(2),ri=e.MAs(4),Ki=e.MAs(6);e.Q6J("ngTemplateOutlet",null!=ve.swapStatus&&ve.swapStatus.error?ot:ve.direction===ve.swapTypeEnum.SWAP_OUT?ri:Ki)}},directives:[q.tP,C.xw,C.yH,C.Wh,Ge.d],pipes:[q.JJ],styles:[""]}),K})();var Fi=p(113);function Gn(K,Fe){1&K&&e.GkF(0)}const ns=function(K,Fe){return{"small-svg":K,"large-svg":Fe}};function br(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17),e.qZA(),e.kcU(),e.TgZ(12,"div",18)(13,"mat-card-title"),e._uU(14,"Boltz Reverse Submarine Swap explained."),e.qZA()(),e.TgZ(15,"div",19)(16,"mat-card-subtitle",20),e._uU(17," Boltz is a privacy-first account free exchange and a Lightning Service Provider. By doing a Reverse Submarine Swap on Boltz, you can swap your Lightning Bitcoin for on-chain Bitcoin. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ns,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}function js(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",21)(2,"g",22),e._UZ(3,"path",23)(4,"path",24)(5,"path",25)(6,"path",26)(7,"path",27)(8,"path",28),e.qZA(),e._UZ(9,"path",29),e.TgZ(10,"defs")(11,"clipPath",30),e._UZ(12,"rect",31),e.qZA()()(),e.kcU(),e.TgZ(13,"div",18)(14,"mat-card-title"),e._uU(15,"Step 1: Deciding to Reverse Submarine Swap"),e.qZA()(),e.TgZ(16,"div",19)(17,"mat-card-subtitle",20),e._uU(18," You have one or more channels that are running low on inbound capacity or you want to move some of your Lightning Bitcoin to your onchain wallet. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ns,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}function rs(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",32),e._UZ(2,"path",33)(3,"path",34)(4,"path",35)(5,"path",36)(6,"path",37)(7,"circle",38)(8,"rect",39),e.TgZ(9,"defs")(10,"pattern",40),e._UZ(11,"use",41),e.qZA(),e._UZ(12,"image",42),e.qZA()(),e.kcU(),e.TgZ(13,"div",18)(14,"mat-card-title"),e._uU(15,"Step 2: Paying the Lightning Invoice"),e.qZA()(),e.TgZ(16,"div",19)(17,"mat-card-subtitle",20),e._uU(18," Your Boltz client generates a secret which is sent to Boltz. In return Boltz sends a Lightning invoice based on that secret. Your Lightning node pays that invoice which moves some of your local balance to the other side of the channel. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ns,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}function pa(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",43)(2,"g",22),e._UZ(3,"path",44)(4,"path",45)(5,"path",46)(6,"path",47)(7,"path",48),e.qZA(),e.TgZ(8,"defs")(9,"clipPath",30),e._UZ(10,"rect",49),e.qZA()()(),e.kcU(),e.TgZ(11,"div",18)(12,"mat-card-title"),e._uU(13,"Step 3: Receiving the funds on-chain"),e.qZA()(),e.TgZ(14,"div",19)(15,"mat-card-subtitle",20),e._uU(16," In return for paying the invoice, Boltz locks on-chain BTC. Your node claims that onchain BTC to your wallet and by doing that, reveals the secret. With that secret Boltz can settle the Lightning invoice paid by your node. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ns,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}function Es(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",50),e._UZ(2,"path",51)(3,"path",52)(4,"path",53)(5,"path",54)(6,"path",55),e.qZA(),e.kcU(),e.TgZ(7,"div",18)(8,"mat-card-title"),e._uU(9,"Done!"),e.qZA()(),e.TgZ(10,"div",19)(11,"mat-card-subtitle",20),e._uU(12," You have now successfully received your funds in your on-chain wallet and also spent your local balance to increase the inbound capacity of your node - all in a non-custodial manner. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ns,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}let Ts=(()=>{class K{constructor(F){this.commonService=F,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.vpe,this.screenSize="",this.screenSizeEnum=Q.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(F){2===F.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===F.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(Ft.v))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-boltz-swapout-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["swapStepBlock1",""],["swapStepBlock2",""],["swapStepBlock3",""],["swapStepBlock4",""],["swapStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between center",3,"swipe"],["fxFlex","30","width","368","height","368","viewBox","0 0 368 368","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M306.667 153.333H276L260.667 184L233.797 153.763C229.441 148.861 224.595 144.24 218.529 141.746C212.54 139.284 206.099 138 199.561 138H92C41.19 138 1.52588e-05 179.19 1.52588e-05 230C1.52588e-05 280.81 41.19 322 92 322H199.561C206.099 322 212.54 320.715 218.529 318.254C224.595 315.761 229.441 311.139 233.797 306.237L260.667 276L276 306.667H306.667L291.333 260.667L306.667 230L291.333 199.333L306.667 153.333Z",1,"fill-color-0"],["d","M337.333 122.667H306.667L291.333 153.333L264.464 123.097C260.107 118.194 255.261 113.573 249.195 111.079C243.206 108.618 236.766 107.333 230.228 107.333H122.667C71.8566 107.333 30.6667 148.523 30.6667 199.333C30.6667 250.143 71.8566 291.333 122.667 291.333H230.228C236.766 291.333 243.206 290.048 249.195 287.587C255.261 285.094 260.107 280.473 264.464 275.571L291.333 245.333L306.667 276H337.333L322 230L337.333 199.333L322 168.667L337.333 122.667Z",1,"stroke-color-thicker"],["d","M214.667 245.333C206.198 245.333 199.333 238.468 199.333 230C199.333 221.532 206.198 214.667 214.667 214.667C223.135 214.667 230 221.532 230 230C230 238.468 223.135 245.333 214.667 245.333Z",1,"fill-color-15"],["d","M245.333 214.667C236.865 214.667 230 207.802 230 199.333C230 190.865 236.865 184 245.333 184C253.802 184 260.667 190.865 260.667 199.333C260.667 207.802 253.802 214.667 245.333 214.667Z",1,"stroke-color-thicker"],["d","M138 245.333C129.532 245.333 122.667 238.468 122.667 230C122.667 221.532 129.532 214.667 138 214.667C146.468 214.667 153.333 221.532 153.333 230C153.333 238.468 146.468 245.333 138 245.333Z",1,"fill-color-15"],["d","M168.667 214.667C160.198 214.667 153.333 207.802 153.333 199.333C153.333 190.865 160.198 184 168.667 184C177.135 184 184 190.865 184 199.333C184 207.802 177.135 214.667 168.667 214.667Z",1,"stroke-color-thicker"],["d","M61.3334 245.333C52.865 245.333 46 238.468 46 230C46 221.532 52.865 214.667 61.3334 214.667C69.8017 214.667 76.6667 221.532 76.6667 230C76.6667 238.468 69.8017 245.333 61.3334 245.333Z",1,"fill-color-15"],["d","M92 214.667C83.5316 214.667 76.6666 207.802 76.6666 199.333C76.6666 190.865 83.5316 184 92 184C100.468 184 107.333 190.865 107.333 199.333C107.333 207.802 100.468 214.667 92 214.667Z",1,"stroke-color-thicker"],["d","M239.077 111C241.796 111 244 113.204 244 115.923V126.077C244 128.796 241.796 131 239.077 131H191.923C189.204 131 187 128.796 187 126.077V115.923C187 113.204 189.204 111 191.923 111H239.077Z",1,"fill-color-15"],["d","M184 76.6666V107.333H122.667V76.6666H184Z",1,"stroke-color-thicker"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","width","383","height","279","viewBox","0 0 383 279","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["clip-path","url(#clip0)"],["d","M267.882 220.417V104.583C267.882 98.2125 263.809 93 258.832 93H114.029C109.051 93 104.978 98.2125 104.978 104.583V220.417C104.978 226.787 109.051 232 114.029 232H258.832C263.809 232 267.882 226.787 267.882 220.417Z",1,"fill-color-0"],["d","M357.75 197.625V81.375C357.75 74.9812 352.069 69.75 345.125 69.75H143.125C136.181 69.75 130.5 74.9812 130.5 81.375V197.625C130.5 204.019 136.181 209.25 143.125 209.25H345.125C352.069 209.25 357.75 204.019 357.75 197.625Z",1,"stroke-color-thin"],["d","M86.3125 186H105.25V139.5H86.3125C82.7775 139.5 80 142.057 80 145.312V180.188C80 183.443 82.7775 186 86.3125 186Z",1,"fill-color-15"],["d","M111.562 162.75H130.5V116.25H111.562C108.027 116.25 105.25 118.807 105.25 122.062V156.938C105.25 160.193 108.027 162.75 111.562 162.75Z",1,"stroke-color-thin"],["d","M205.979 116V150.875",1,"stroke-color-thin"],["d","M205.979 185.634V185.749",1,"stroke-color-thin"],["d","M2.44963 159.45C0.488815 161.41 0.488815 164.59 2.44963 166.55L34.403 198.504C36.3638 200.465 39.5429 200.465 41.5037 198.504C43.4645 196.543 43.4645 193.364 41.5037 191.403L13.1007 163L41.5037 134.597C43.4645 132.636 43.4645 129.457 41.5037 127.496C39.5429 125.535 36.3638 125.535 34.403 127.496L2.44963 159.45ZM65 157.979H6V168.021H65V157.979Z",1,"fill-color-15"],["id","clip0"],["width","303","height","279","transform","matrix(-1 0 0 1 383 0)",1,"fill-color-30"],["fxFlex","30","width","454","height","243","viewBox","0 0 454 243","fill","none","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["d","M141.75 172.125C178.098 172.125 207.562 142.66 207.562 106.312C207.562 69.9653 178.098 40.5 141.75 40.5C105.403 40.5 75.9375 69.9653 75.9375 106.312C75.9375 142.66 105.403 172.125 141.75 172.125Z",1,"fill-color-0"],["d","M121.5 151.875C157.848 151.875 187.312 122.41 187.312 86.0625C187.312 49.7153 157.848 20.25 121.5 20.25C85.1528 20.25 55.6875 49.7153 55.6875 86.0625C55.6875 122.41 85.1528 151.875 121.5 151.875Z",1,"stroke-color-thiner"],["d","M20.25 192.375H222.75",1,"stroke-color-thiner"],["d","M192.375 222.75L222.75 192.375L192.375 162",1,"stroke-color-thiner"],["d","M138.762 67C136.099 73.913 133.436 81.3578 130.24 88.8025C130.24 88.8025 130.24 89.8661 131.305 89.8661H153.143C153.143 89.8661 153.143 90.3979 153.676 90.9296L121.718 126.558C121.185 126.026 121.185 125.495 121.185 124.963L132.371 101.033V98.9062H110V96.7791L137.164 67H138.762Z",1,"fill-color-15"],["cx","371.815","cy","95.815","r","81.815",1,"fill-color-boltz-bk"],["x","317","y","81","width","110.745","height","30.1472","fill","url(#pattern0)"],["id","pattern0","patternContentUnits","objectBoundingBox","width","1","height","1"],[0,"xlink","href","#image0","transform","scale(0.00185185 0.00680272)"],["id","image0","width","540","height","147",0,"xlink","href","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhwAAACTCAYAAADFh8BYAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAACHKADAAQAAAABAAAAkwAAAABS37hiAABAAElEQVR4Aex9CaAkVXV2VfebfWWG1QWQRYddNgmCO6CiIGrAKC6gUWOIUROz/CYm+OdP/P9f82viEmNUcCFRUVFQlMUIgpIoCgwO2ww7IjLMMMub5b3XXfWf75z7Vd2urn69vK5+/d7Ufa/qnDr33HPPdm/drqquDoNdvMTxhSPBE5vODuL6BUEcHiDumBcE8Y+DYORT4V4fu3YXd09pfumB0gOlB0oPlB7oiwfCvkiZoULiDe9eGtSCH8RxfCJMCOUvlj/AIAyjoBL/abjHJz4+Q80r1S49UHqg9EDpgdIDQ+OBXXbBEW/8i2XB+ParZYHxHDohlrAAB0QJw2AiCOccGu75sXVGKfelB0oPlB4oPVB6oPRALx6o9NJopreJ469Xg4ltX8NiA8sLLDD8xQYWHbrwiOM5QVC7YKbbW+pfeqD0QOmB0gOlB6bbAyPTrcC09P/bH39EbqO8NF1mRKoGbqbYAgRQCkAU47mOspQeKD1QeqD0QOmB0gNT8MAud4UjfvyCt8Rx9D5dbMg9kwT6OK95xHrtY/EU/Fs2LT1QeqD0QOmB0gOlB8QDu9SCI37sghPievyvSeR1QSFHgD7uGPRmSxj8POEvkdIDpQdKD5QeKD1QeqAnD+wyt1TiJ9731Hhi52WytJinFzDy3OUueOitFNTjAkcU3ZDHWtJKD5QeKD3QLw/Ej55/TL0e7tcveamcmqCY5gGDoFqdf0P4lM8+oQflrvTAgD2wSyw45F0b84PHHr9MntvYJ5RbJ/aYqHgat1FwZUNvp7gHRYWEdQdKWAk3BXvt+UM7KvelB0oPlB4oxgMT9VjeAxS9FXMTv56vPeFDDz8IAW2cspLpixdos/XWGIsNm9XiaOeL5eBHspWl9MDAPbBLLDii3zz2OfHs8fCuLDpSJxN3kDUpjP+9Gl64M21QYqUHSg+UHijAA3Gkc5N+IBIcEAVzkbfeUJq/c2z8zJSzAJEljAgJQ85qfusSLz0wWA/M+gVH/Ngf/GW9Hp8Lt+av/jmkwUHcBmclnnMRqGUpPVB6oPRAoR6QVYVe2ZDVgS06bA5Cn/xcZP1z+eEWJBl+tk0WLNl6d6WjUFtK4aUHWnhgVi844t+883T5sPD3/BQAH/i4fFvFDW77WqwNVqMJfke4zydvbuG3klx6oPRA6YH+eUDWF7z6Sgjh7RYQ4PH5iRNm24O/LKUHpssDs/ZbKvGj71glnxX+I4qj1EZ+VAD0ced9DlLAOIi+MF1BKfstPVB6YNfzgLtmwactxAG4HYIrHQZ9HDRsfhvDcaUkLfhQhQJIPK0tsdIDg/VAejIebL+F9hY/+d7lcRxeHkX1pRh8HGxYRigO6AYrIQcpoFwFqVeqI5cUqmQpvPRA6YHSA4kHbE7CIbC0ELcFhtFJw9xmuH5I8hYnkGKbzoCC68yWii2x0gPT4IFZd0sFry2v/+bar8lgOxj+bBi8GIMcf6jDg1T45wNVimuj74d7fvoxwcrSgwfih9940EQU/lleU/mcJS9/CQNAFOKARRR8vsOq2j7npThX2j3rE8by6H+4Qz447qxUgh0y4T8hv/b368pI8Os54fyHy68eFhHNXVAmhok3ZyV4h8MFCxF7ds3GmwnbBf1YmjwUHph1C47oNz/8R3l3xmnwbu5YFWIyVjkGCW1kBtVK9aKhiM4MVaIWB/vIQu8deerb3MlLwRKjzHM0CEXD/CoxsUkziVqDWNYBorAtubP3sPP5PX2kYSiyYiegiZ/6JD3JzTcwY2IP6kFcC4PxeFsw/uCbHpeF7K2ShLdVK+F/VaPFPwr3+5cnG5QvD0oP0AO6IraPR0i9dErKyX+Xm2iKFv7XaN1nKMlhE4z819wELEvpgWn2wKxacNQeeft5UVR7j/68vDhWx5gMPH+sNQw7DEoQ3ODEya8ShhuCffb57jTHZeZ37xYAGRc32WXzoUyaLjCMD6Gd8DFnWpAYLtarQFfXJFwI2t7BpN7jt/7THMntT/iT/og7GWqf4C6FbLGCjuJoTyGeJvTT5FtSQT3cUh974I03i6Dvz60El4RP/8q6RJ8SKT2AS26SLMwzwtx8FFbWq+NcLuY5MTf/8xhLWumBAXhg1iw44kfeeWI9qH/GX+0nZwF3NsAgBcrBqrjsXLW6Wz5oXCLv3hgfgO/LLsQDmBAREYNwSWOU9EhY0phlPtGhrfxxkWnS/JhaLSnMD/Ij+CobDbUIopc3SGjUh32lSwxKZvtGflLFzKpwniD9nTBWDy4ce+Dcm8KwctGcfatfDsOLy3e90FG7KIwj3NxDzjXmjx4JGRAlm3/ZfPYl+C2yWWp15b70wGA9wFvZg+21z73FG37/aVFY+5YMxnkNA4srf0DZ9KTmoL/yx2DmgB4JRi7us3q7pDhMjPiz5YBB4IgDIXAthDggDigb/ggVBwtorUqmvbKRJgdsC6h/rg/kAxc9hGgLHkIfV6LsmDfMIfAABzQ8hbRbfRLHJ8pDzZ8de3Di/rEHz/3zeP1bl1BmCXdhDzBXAV1uEiKTUAhzvZRpbw388YK3jpal9MD0eGDGLzji+H0Lajvib0dRvLcORR1wGGCy6XV6B5Nr9jxFpAPXTgloE94ePvUzt0xPKGZnrzx5Jyd0cb/S3BlaoyE7d6gIaQ1n8xbuwW0wFP32keISTQc1B6xW9z3tMhO46iY06qtZg/7dhj6As7S3P95beP7PxLaxdeMPveE8wbULti/hruEB5hMSSxMgIYj9Ssj3Q+H5n99tSS090JMHZvyCo/7o5s/LGeZYWN80ucuJR2k4AelJCEx2gsrjr5Tv3oBbBlqyMcOxv8mBi6Gcxj2cPFCWMlRxf2HpP6AhbdG+adOn7IQO6OPk9WUIrn05SB182KSPKtV6R93lfTF7RvX4op0PnnvD2P2vX9W6RVkzGz0gjx5rbvm5pLnh5Txy16cxdwjVL8hXFEBsyGNC4OUFDvNPuZ8WD8zoZzgmHnnrB+Iofr0MIy0YajIkGz4QuOGn9awDRPH55WnuWmVk7r9rRbnrgwfMx00+F7LSGDT0hInQFcaLEEHSJ+4dgXRChFLnWIqgLELI9XF21ClkW8K28hJFtIeu7Y/jk8Tmn8szHu+ct/8lZT52GqdZwse8Jpz2/J9mv8oPb86dePjeI+WL7cfJkuy4MIqPkxl+N3m4/6Nz97vkE9OsXtl9lx6YsQuO2iPnv1Im878zeznJY5gCt+GKlT+/Fgk+4vpVMRCkJAM7Dr4b7v2Zx41a7qfqAX7q0ofaEAfGROLDB93QB/FW9RpOMDLEwLPFq2snrzFDbC2iNCdD20+ib7brqcrL01ceWl0s32u5ZOcDb3juvP2e+cdheGF6WS6rQHk8qzxgC1R9ysfsYm4T5lnr1eXlE2nWNJnx8iRNKw3vUBp/5LLDwnrluCiMj5c55LixB+46UsybS8XMVHgpWEZaCWeOB2bkgiP+zfmH1iaiS+TUJbeEkIJuEOklcRxaWloYUtzud+KyOOfv9HQRVoOLjb/c98MDnNZs0YcTu8XBru5iIWi9NF0BEDJpnejB6HtRds1SiuVIvjTqSZjVF6mlujsGAPZJiWyLY+KEWXld2R9HF4w/ePfKOH7Hm8PwsxPsr4Sz0wPMe8JOrGQuptlOjBBSfLwTqcXzyJWLyvgDdz8zrITHy92k4+phdNzYg986WlRdEMn7bDCFcwwRFq9V2UPRHphxC45407t2m9i6/TvimKXpQLIB5c5p3hV0d889Sd2sO62dnATWV58y58psbXncuwe4wMDKwk7Y3rSRg5JkJ2jGLad/O2PLbORaSNBj0oSd32jlo5f8dAeIgogDs8gDEcxrn70KppO/1AOiaI6JAOZa0tbTJ6GhAdqyDxyjONV9lKSs/XL8e2MPbFkon/5eE4bn1LV9uZuVHtC8lFxhDuYayVz18q2b/J+uRzh2PvSWA8OgJrdEouPltTTHyWLjGBlTS+SWuJrJz4jZ/G/ygbPfv0rdxFMShtYDM2rBgUtuEw999+syIg+CR/VkILM3TwbZkws4rPBkYZ+s9QQgFRzYMtC/Un6CdK7qC5BpLT2DGu7O0I0RyelM2ml8kvYIlGyuIdGkWhClJYRG/uzr67M5ArHaXmBPhSsPQhUmUhN9HD4F+yW/zxy7/5v/LPpd0JOOZaPh94DkB/OeUJXOJChzNUkvQZSWEKSVEszkbP4PYsKXH85cOD6++WVRGB4X1oPj5LcFjotrO3eDKSy8xszjBIrundif8JfIjPLAIPKvbw6pP/Ldj8kq4ZTk7KODUXbM5MwtFczx/EBAJTSZeeDgSDjn4gypPJyqB5KYiCDgLSbEpm7YjhCNedkCopSOyZktudx0BAY8+QTo+nbV+DYAlDEIGbgCYTQcEfdvu7EN6pPJvJU91IsQfMBb8UOmX9iO0NkvVv7hzvted9f8A75WPijn+2u24Yw7YZ/zvxYWf41jorbtMHmP2TeR+Dp00+GVjoXEvkwASSdsYX8QcUBl2peHQ+2BGfO12PGH3vzWehS/GycCLBq4cCCEl4m3quc5CNDOSxGucvwyfPrnVg91lGagclgG4E+CkkDgWgjlQHkcNNzxoy02DZqDPs56E6h7Q70+0I+e8B3kHEWYtmqJNenXZI/IVnvQb6q7YVanMsCjfGADr5Um+Z4MyGu0P/jo2MPnHsG2JZw9HojwtVjEe9L4azKnOaH88EGaT0luMd/y8r9wt9WcFaKX6NG//Pftb3mNpHDryg5698CMWHBM/Pr858oPav0LzGw8V3Cg2UA1N5CGcWk4IDYsRAi5OJGnky7q3X1lyzwP4DMU4uSmhwRaNGxatUlS4qECDOby64QlTG4C1biB5jY0T2Kpshp3eGU0ir46Wl8f7XDQrCaBoJh2BrE3nVL90MR01saurcmCPN8GH0ddXn8mK5Xvy1B+z36xc259fOJieeBuRl2ZNE+V+8k8gIk4N1+8+GMMTDX/J9Ohn3WwJdceN8I4YrrJf9/+crnRz2gNTtbQLzjiX5//9Hhi4luRTLZ6QpBBx2RFAioOqDgOdZpWD/JEBJi3SbKPzwmD/1Dmctc3D/hnQ5tQbPLRCUhiQagxwQSE+Lg/rRMc0MeTernKARzP3yTP4IDmYgwjgLOAB4X8yBejudzR2pRfDyfZUTb7Ux2dTdaT6U0RPs3nZXu1qyv7g2N2PHjHeyi/hLPDAziBal57UPMF+epozHvC3vJ/sP7qf/7b+B/6E9dg3TxjehvquMUPv2/BRG3i23I62CvXo9lslsGpoxNQN7TyTybErV72V4RP+9KGXNklsWcP1OQSR3JCdQsBHkMo8NaFdRYjC5/gyaHheqJ2sQWeFuLWwPoSDqeHTt6CA/o46yFK21hzE0uROMrknPIKje3bQYjQNkByCztzCuih7JJDQerBX8aPn704t3lJnOEe0ICLDUnADU8OBdF/GwEwtpv8B3/hRb7A3WocoO8p57/YX17hKDyKhXQw1AuOiejxi+TKxjE6wjCs9ESVnjyyyctEbpXs/gnG4RcV4tVSqJ2Yxcl6gcFB4NkNk6fyCNSJFDHGv1sgZGOMuKEAGm6LhzRHUIscgQyTTYh+iLNeuYWPRXWRA+qJZ4asHZ4dElzqCPP6N6XQMYSYHELK9GFv9se7j28P/5g6l3CWeEBzFjvkGOc7w2mh5VySXkLuLv8pp3BYaP4H8sWXssxEDwxt3MYeOvev5Cvar8OAkvGnG3IYuMvlZOK3B0ndvXr9xoGFonlwWltX+9i8/Q66yvBy33cPuDO6LgLd5MlJ1IcaX/C6KPN2R6tbICpPeCkDehuNFkAWisls5udEnvZJXsBm/kb57AvQx61PdOv6BySPg2zjQ79P4J3aX69H7ymf5Ui8PgsQu6nSafyZQzCceWhOcPnXMv8H5KqC8x8P2ZZl5nlgKBcctYfeeKY8JCqvLc+u3u0k0fFg46ATmP2Th0W/LK+MLv47YjMvJ6ZVY06erWM8repJ540TumlD2tR168L+PcfuX3P61HssJQyTB7qI/zCp3TdddnX7++bIIRU0dAuOsQffclg9ir4it1L0AgUWCmkhDujjKUcDhlU2ilttN8Bg5ItWWe6L8ECrBUO7CaW5nlcSGPMshPbMBYTa8LT/ydsbv/H4uMnM9sV+CJs919x/qpNq2qRfu/rW+ssYOa9Zg5Iykz3QnD+t4285CmvTfGzffjDegR6+LuzVp/l463rKyY5FtijhTPLAUC044offtiKOJy6XRFyCMYRbJYSKi2cJ4WQ/YRVnkmNSx4YlC6F3f0W+3/Czeft9cQ1klKUID9S82152lQrxwWbPQxgELgFSGqCP8zkHcBgfsObSlAPCQlozd/cUpA8KoI8bVWsc6vTXI7PZ0s/wIuwXv7w8jt89L9WlxGa2B9KxMCz536s/kftF53+vupXtps8D/jcYp08L6Rn3o8cevPtSQQ7gkxZ6PpI6QijYiGOSt5dVo86ODOJYCR60AYAHjsKLQS5LgR5wgdJXoQjuXomiHfoxtEWIfa21F200+ljIMDM0yCKJnaAOs7dbLWRzBHXUAf0TB0RpV69M3i7LX6T9ouP8nQ/85kTp/jpPhRKdgR6I8JsiLue6Ub/b/A+C4u8i41cGMeRQisp/ueVuHZT7GeWBoVlwjD14z8fl5Uwv1kz1HvxMVw2WxHZCMB8Tb3VyyEYCfJUwHJtTCb6arSuP++0BmxCw5xpAe+A84aDWSVzc/NS0aGRb1ifChCAn97rE9F91cvMnoITZdQ6pjsYqQsyIirsVEfGkXtpCvkxwc+VHslbIBL+b4PuKxAPzPdZoII4gi9QEcQSt69F+7T+WMVMuONQVM3mHS81IiWy+MHcAtWQJyB1LIq3GMPAOHZ6OLydlAMASPGtP3/J/qK7ND8Cds6SLoVhw7Hjg9b8fx/ULbOZ3IwYObsrWyb0uF+2VgbCpvYxEuUnz7XC/f39yckll7VQ94J//fbw5qE0zqHRNmnFDF4ushxhhYuGB35qWHzSL7z977x1x/WR51Oj8MIjk1oZO+8mHVN9mH++z/dJf+Bz4pyyzxQONkx7znjAZCAlB7PZwveIhBF7xw1xIGjxEetHe8nPex/uV/2H5WypFh7AQ+dO+4Jh48PUny0Oin9Ixg8zEvJ1kKHGcgGSxoO9BkOndXQEBVR6c09OTMigGScZvNG8P3rBysUcp0cI84GZBhsMdWojkwIWIi0NCqOPjWfU4eQIOavLM6oDj8BmXPibgG9jG1r3u8CisfVqutjwvO8HryQC2FmC/SIUfn6mw3M1oD/hf8+w0/2FwNt/YlhB5x1+MHZSD5khHE0x45H0B+T8oW8p++uuBab0wFT/65n0narVvykQ9N1lkJIsNGMpZGpALC4NcUhAqt2uLWyfYdDg6qLLC8NF5+7/6GvCWpWAPmPvTyQaBYrAI81RoDLmETQgqCxDTaAqTSTVPzgBp8w762q/mH3AEbm18QtWznekNW6F/QfZLnu8Xx2fLa//LMis8gFxBAdRNdglszn+d64RBoRsrwJP2efmnHRS3m5DlxqT992H8F6d9KblID0zbgiN+9B0Lx8Z2fkeM25MG6kCRAw6eLAQfeXycfPqWfRlsgNhQCPUgir4UhufUFS93xXqAJ1hMfjrpYRK0iZGQcfMheDXGbA8tgQ95wTtdFh70rT+W50q+1qB/8fZXxu6L9hty95TqtfMAvpDncoUwyftJ8h8PKaMAYsOShBC4jjUHgQ+scPwWn/8DM6nsaOoemLZbKmM7N10st0OebXdQ0oGgg83ZZXUYTEawwSRjCAPIFR8njRBfodXB527ByAOjF7OuhAV7gJMbYsdJR9C8p9Z9TRB/a5LG2J8o8XQ6aob1KfUFixe9bcfW0ZPEjqepXQXbD1/Uw2CZ78OZiss31So7fr36KSPj8cpaVF1UqdQX1aPKokoYLZKoy53UyrZKpbItrkTbqlF129xKsN7d2pqpJjfozbwnTCo5loSQzX8dC0LnaGFbQJRs/QC+pOI6dhqZQqK4kfs1/stfUzF/zrT9tCw4xu4754PyyxRn5wyHBv9xnBGikgMrYfQI5CNUfncgC4+b5h9w6d1JuxIp1APJQpDxSeYf+RQmMeHzF+ADTn7irNeJCm3dhKVt8UlO40rhhZrSlfBw7y9v237vWR+V0+PHtSFVLMR+U60S1WfUD7lJ7MLxB1+zKqoFJ8s8cKRYcYDE/8Dt627ZXwI9b1xzIg7quBYZ1oMIb7FG/MMoqEd1OemGwURcDyaEvm3dq7ZLBt0nGXGfpMS91aB6SzCneuOC/S+9X1rMoIIRkI6FzvLfzGOK2ZGe4QW1AaMf1oSBH9oG5RCOZzHJioM6vvsw/pESZZl5Hhj4gmPs/nPOiuL6h/R8If6yEwcd1zhYSE0hspY8oBK3wdW8gPHrw4tSOSVWrAcmJDIWk8YFgkQIH3Hwn3wN1RYbCb836UJHx65QdUYKqAA9GsrdgiVzPr9jc+0jMunOKdp+nEiiOBz6BceO+16zX1yPXytxf/62ta8+WQK6EsHTE5CLOY79k67WW7pMFv+FMokcLoIOR8bV5S+cqAfb1r7qUfni0I3ybYYfLawE3woPuuxxyBveYiOgW/sRf8ylXFBYe/Oj2srFGs/QHd5E37b2LDyPdHpWftZ/GI7wuw5LxWU8R/V5yXjG4kKEcJ7v1/iX/v5k2z1nnZ/VL6uPKtaooCkLmuqbHoqm/2/RwZd9ymo63+9Yd9YH5TUq56FFUz5n7E+clfTfZv4TmbQJ8hlrQJR+2g957eSDxy/UzamTb381+OeFB377n9BuoAuOsYded3h9vP5l1crXOsGptsF845HA1sAmczjJ+M35ab15TwfEjvlx/PWkmxIp3AOY+FA0JoI3xsybgBwf+cGob5N1DRozAgJtAOrAdXmgHQ3RLtzz0tFt6866WfLyxELtF5t1DFT1GsAQecBUGZWvDlfqE2dLDF8vJ6HfERjKlR8JcZ/i7+y3nHGZQtlh+BRxzjlygjtnexB+cnTtWf8ZVsKvLqzE3wqf8e1NQ+csGQfMe0LoOGn+T26/mcgxQmjUTvZ7ie/kypMUjjngOZOyzr/JeG3UuLD8D4LdRL/d2LdC1dXlltNH5wmlY+dKxhfUuBIGu5GlG1iP4t2lnwPQhvMYIdSQq3iTzH/WE3Xoav5Dfy4e/bBf9Xe+sR8WcfnXQ/x9++WJhhVm5QAXHPEjb165c2z75TLlLOYoglJcEUIhTkSAVhAG4AwH8U7rnZggviw88BubeVTCAXjALQIZOUL0nAyOTtTITnCdtBkCHrH3Z2LoibSbEKr12/5KUNkyBCYnKoze9+qjglr0l2Ft/Gx5TquqNie1/bdfHOpJz6BSJ7VV4TlV7sKcKvdfPiW3YS6uzhn5yPz9vnlfhnv4DjvJ/zb269mOPGGnbxqVSyLiuOycDE9zFlZnUS5hxoOMDCGq+53/7eLfaD8UkM2dQlRtwQEjd9UVOnZdZoH9tNmPVT/in57P8ZbvARS8tnzHztFL5amvZ2D1jinAFhuIPRYdLonxkKfgyuMe9NTVvtORiQqIzXj99ilNebC2NL6LBmBm2UWeBxAkFAY5C1mnTBZ7oK1yQOWwDWW7tsME5OE+u4RPHbN285i2OOWZ753aj/FTCYdjwbHj3lefvG3tmVcGtfqtEsHfk7FXbYoX7Sbsg/3oA37AnyROAoFr/4TgiwK52Bn/QX28ds/oPWf++9h9r8UzJENTeol/N/Z3ZSj85XwH6OPqV8QQhdCOGvesA8zbwE0eQQu3H2dT9AeIDYXQjrrfT3YWpW15tvt1rtdpt9/XSXA/5j6exBJ6s02e5zJ1A7mlsuO+1bh/8yJE1r+iwTgTQl+dNBLFWUMI7YGbFeaA9PIsyBgfqQO0t4fnHXDkfwbBNxOpJTIID1jMONdrXHK61QhJJSCKroalKVfFiDFX2VovdRpiE69thnMXy9tsMUlbOhZpfxTWp/UKx7aHznxKPBZ8rFavndM4Qm08Kq1FvPoS/1bOlcTQ/JHc0rmCiSK6SGRw5eX1ovPrtq494zOLR6p/NQy3WnrK/y7sryVXj+mMfKiPfIhcxs5Gp/DqtXY40CiYr/EQL+dt5Rc28kM1pQ1Z/Gm15h9sSDRmTRdQLwaZgTPd/ux4YewYz57i7105mmxt1oXHW7PKvex3iBF/iISEMQlEJuLfQeBaCPNEuqse+Jiim3pDcEDFPQg5wiep9EV5R4KOnzyRJa1YDzBRGaIsRD5Y6Cw3JCGEoomB5LBpwEHjS0M9WaoUa1V76TKvLwQXdEbJ2s3jqdoPOfNrizZqJwPeyQvHqqNrz3hvtCO4S8bxOXndD8J+5AH9KUnjfK4TgFMpzZSsPvKJsiLz4R9uq0V37Vh75hvzbBgELdY7/aJnl/kPe7qxf6qfMHW+Rp/QUzYUQj3I7LL+ZpwI+5H/3dif1QfeM5rZklG/w8PWp5dsf7SbcLjspw8Im81nrLuNPyUVuuCQJ9OfL6vfT7IzLq4BsamzHQSeHWzgAE0hcC2E7tAHXEkBygbO6rzqF32WEh+MB1olZDZhJfw6YQH6ONtnIXLBZCC6k+TCYMxs2YvcPlzp20pGnwbct9nHUZe3Ze2XNr8OD75k4Fc4tq99zdO2rxu7UULwsTCMl0D3PP1hN232cdrmt/Fx1mdh1n7I9POAfbGdL1NxUZgQM4TyAUbRXrUo+rIsoC6P7z9ruckd3B46+bpS/yycqv2dPsFBy+EjFPWV7P15W+dxqUsg+LycBo5C6OO0y7fZx1mfhVO1H3ZoP7QI4wx/0HUKz15DZp7+vs0+Trv8Nj7O+iws0n71gShJqPqKbwjVd6IkYRJ3oUH3PP3R1ndrYQsOfA0uqsffkN8ImCMWwAozxEEY5SuouJhCCKPU2YSQIaXBGe6KB+576b0v7QZXP8AoD6iEwQ3zn37pOm1Y7qbFA4yXxjInhk1KIQFQAGVDUhMqjkPyCD6sJY7CQ6Fb0faLS28ftA+2rjvjxVEw8UuxTb554sYlxqmHU6fi7Xf9iyP8vti/TQY4sknBUsfmGaYRobaJ4zNGJ+o364OvqZDBYVQGULZ2+e/b7OOpwuYf2t/pFY6K+As3SvBPqC6EYIpU1A4s+inO/n2dfJz1TbBg+038JPFvUqgzwmyxX2MtJgMy7oRJ3HuIP71YyIIjfuxNi6J69B25TLgHAtwyGM4C1pMX0BIjhaYwLQX0cVebWYDI9/AvtppyP1APTMjnqFZB9AMruC4UHbRFo2QD4ojFiZ5ERHMHQSLO+oHa1WFnMrHKLeH4eblJ3G/7w3CgC47Re854v1w8vFq+3rqHnkA0NhYrjQnsQ6AAfVvpO58meF/ir4lhHXAxCohNVXEQOHROIRLKaNba4XF8YFCbuElsfQPpRUP4gXlPCEWhK6GPa4USrJ76tbO/0ysc+IFMja/6Lo2nT5uN8acfu4aIBTbxVwKBoxD6OGiyDWX+i2o2Tswextz0TWkdx99bZXgovDH1IkqE27du/aIMlaPgeFHPApAzODQwXr1vgI8rnycLMimXUHm8GUa+c7994dLdLoX4skynBzRCooCLmuaB4IB5OdFWVY5eN2Lb8g+eYdu6M0+VXt13z4u2P75lUBbKw5V/LxPkR+T2gzxw6eKpndPGPE1Y5/j7Hn/IRS6YfJ03BAf0cdabhtTJNQXRTyfBpe0CuRj8lW33vOId1mZY9lAUhQr3Yr9J6Gjvj1E/drMx/j2fDb18anIq6wBl833o+7apXStCP+JPnaSPrDh0SxpwX0df967jD2EFfC12+7pX/Y1MSq9tUNT6EuXdwzX6CdbDWU9DAX2c9WokDlzwlO45r8E5wTfCPb6wNWlaIoP1AGLhx8P17pagEkH7A5m0fAUZX4s5Hq6zFngg2OVQfsPpo8bx/1DbC7ZfrqLUFy2Yf9UgDB295xUfkZuxH2CsWsbPt9nHnZJt2zcZ0z7+k+WBLTqQitKz04dQu/J19HGplEM8DfaZrXe/8o+a1BoYof/2T0X1tvHzfejjrtO27ZuU67/9LePf43RCDVV132Yfnwn25+ibDUfb+PkyiHsPcfS8pssqguPt9575GgF/C6VMsRSmpxXWmAQ/WEwEQMNTqO3VAKMpD3oBb9Jf2os8en6x9VDup9MDFkdM3hYrrCOBp2tKwxE526CtnxU4Tgu/vgZIPK2dfmzb2jPeJva9kJoUbP8N4dMvLfwbKlvufsVHxY73Iy7mc4P0PyFt9mHB9ktXqU5p3rTOH1+3PDyrrxzLK1WiTxS/6Og1//trf+ITOfmaL2zcmm/TvhBzxp0waeshWX/2f/ynOvUj/p7qHaP8bJzXYKbZn9UXPmUeALdYG2TcCSezn3WdPkNE/pZw9L4zj4xr8ZfkzYLyVfI0BCkmTbFg4G0PHFr28SvdYoyapxAdYQgaDUcp3iDTqnSP+2H2Pfb4gfkHXn5depnEYyrRgXiAiWvhlgT1gubjWWXQjm2ydTi2OoN59dNJ27H2jBfUorr+FgNSHYW2+Db7uHGl++7sD7+dtiwG23L3K98eBtGf0h4blejLDMzGIzPEC7ZftMjNF+d80TLr/3z+1HfN/My1+OOjd52+bvGqK3+Qcvcf60w/6tS9/fi1mY6KfBTF5Z1sPBl3wtkU/17fNKoX7uEsKVl/ZfMJPKC1KkXHvzP56XydtYdxJ+wk/r6tfbnCET/6+t3ljbnfkcXGIpzwYZRubnUkR/qHjoGlhTigtSFEe0SPEDjqEpjHDw600XdvuAxIOyuxAXlgQvpBIloypgsIjY2LaSvcbwMcMSfU+KsNyIXhKqP3nP4eeYnUNaLVPNgGnX1bWtmbpfttaDehb7/QxoKRyleL9MKOe05/fiWIdAEFHagHIfSB/oS0mxB8xAE72fw27IfQt59288MNoOHwPRKHeoETfUMXxsQg5RLmy2dPcTWuBF/ded+ZzyKlnzCSy86+r6AT9SLM1w+2grcz+7vV2fpu7S/obP61+IKfdvh4J7FnO0Lre/Lxb7Hu3H7TqZU93XqH/BY76k048+xHLFEIzU+gwJa8eMDWdvFHe5YpX+GI43fMGV376Dcky/aHRrjK4DRD5hmuSqFLzUaDOFQ6aSBISW0VMbZ4YVI1idOJRNqzkfCjRXVu/EWVVe6mzQOWiAh/NoZ2QmB9VkHSCVGfh/u0rIxBHcuLr+Zuu3v7OfJR8M+jKD5C+3W5Tv0KtP+LSw64/LdF2brj3jP2rdXq3xQ75vh9tLOHdhO24/dlA2c7Qp/m43496H5prOOEYpBTESHa+fzECX25Ms0sm5ioXR6vPff4ot59wn4Ju9LPKeu3TeZGzpHJ9eMGy5oP5Ef28Jct7eLJvgnb8Wflsx0h6vNwn9ZKhtFpQ2fxz8rq5DisyJeII7tyRL0IZ5r91Jswa387e9iOEPzy8HUiZsoLDlls/LMsMl4AiXoJTpK04dqCP7KTBGbwbfXqKwfclEwTjfUG7QSm/enJzN1GAQF9heH1C/a/4n4clmU6PcAYQwf7hEltGE87Bp+3aExw0NIaO4KklCb34iryfMHzlLHFDmdLXHHhWZM4YDelEtTnxpVwtyCurJCHJ/eVtieN3rPtBLFsQZLWKrBBQ03JfttfCcNoZKTy0W7075ZXFhuflzjtnvF41/bY8C8o/h0YxczKzZ8O2ufY/8zRaCN8X8C3V/zc6SD/O9A/a38HTTIsvk7iDRx2MZ675U9HdzH2N1qTMbXHQ/nWlteysYeZb//U7IH9uuZwHprSgmPb2le8Sz7Z/QEHM2T6eM5g1c4tCKZB48nHadUjUFmVcK3odaaKkKWn5EJVf66yA5lYo4KXdzmJd9q+XRe+fFmkPb5k4cI1g3jor51exdS7TGDGMeggM4e14wwhwy9PBOkspxBNXT2g/M2Va1o/Bs5Faiocnchiw/WlEAQRRxoOmwp1s+Y2WkR+BD00MbBzOkOXpuLqOBLA42xQ1kx1IqsFf579ssT+4vwDv7u2qes+EbbcffrvyyR6iukrCtMGJWQdlO00YyDb0leZ6l7shz81D6Tr7CeubPy1W2eC2WPm0N1Z7ZPcZGgZO0AtWDyFb5dv7Xx98TO/d21T+ykRnKLsU2TlxX8q9tOK9mrKSVRD7emkjWZz/Dv3TqP//AUHZNBHQAX34smpI82/yfn7HX/0yzHRaIM7ouqAKNTdy/90zBpL476FPY6p5wWHfCf/BVG99k/UK+3UpxAn5EQBpZptsRMHHEJ+QBoAfrRPr2gQBzR5Ul+vv11ODm/HcSy/Rw0/1SguSQQjZCcrdFsXfnZPHNDk2Ykt1c/o6Z66ugaZ/mBLLaEFwej2bcHWu1/x9cqC6vsW7Xv5o6mc2YA5p6srBG/lEvUH7PX4EQDyg04ZwmV5b1fGtJXwgsaYEDc+NACXFEJ0A9x1l+CsB29DIaNBVU0u4TFHrD/qhYaN/Nav0Cgf1X7/efyT2F+phOsXL5r3Zw0q9vFg+92vfGotqHlXTxrtmW77La7TH/96VP+3+PGzjwj3vHS0b+5n3AlVMHPH4jBl+zt981di1K4e/8QRHSKN/ur3+J9y/KGeP/8Q5/zUZGWjPb2N/1RoTw+N7rj/rP2DqP4NUYVXqp1EXzlOCgYbHQU+TNop9HGbtH1ZqcKTYTzpAPYmz++zUYYvu7UOje19m32c9pme0Tn17RM/ie89e1lruTOtRpZVjIEHcZbGH6HiSoHfuMFW+hGshreSp7zK02F7GVgqEwPMwylfNXR6mn7oIdVHlrRQUJpKXqNGeAkTGWjvNkGsP4GKoz1o7s+kQyY3SAduBXJQKE/WOu8Ln3bZBqvt/34invhHeYvoslQ/05A9Tbf96jvnS+DqK8LEb63958fcx+lftVvk8Q92A2dJ7Jdn1rZt2PpXpE8d4kMT+yEUitpmUHHoBho3tFEetGE7QmsH3Whf0OFHTJNmcnLtl76Y94Tsw4fQzddXZYHm/qCz0mTfkf4ZedqmG/u9MZ+Nf8OPfsBpXRTfZh+fSfar3ohGQ3wsQnRFkv/Cx7gT+nYTh/14IJql6wUHXlteGxu/XAS6+7sQxWRphOhU1YUBHp7ysy2gFOVx0Me1EtWmOKCPu2o0JKfhrk+V2w95Kp194IC42WnHKe7b7OMpXyJj/9Hatn9Q8bNk587nelIHjsGNjbg7VA8CT7wmcVIcUDatc9BvS3kQbUIV0zbA0FbbSyNCLPqIJ/WOF7LzNuX35IEJtIRZ6vz+IQOFsoAozRGIu8Pu7A+DLyxe9f1LrIf+70fvfuVRMiHoT8wn+nkxoN2Eid1qlOlDlO37aj+6EMHaR9KB0ax3Fxs5gI7Y/Jj7eFLveCkuC1WGJw+dg6YwDP5YXgewF/ueKkzy3usP+lAH4FO1Xy6xdlToB/YNmNjt7LdAmE4Uqjo6Up6+Pg04bCYchP1qj3RIe7Rv5AkNmCKkHEDFZUcIhDggtmGynzr5UP0FPacQf3+R4eMidvIinYajm5/4sqxZ5Il8uAqF0I6627MtoI9Tik/zcav3Fx0+ztYWXTmiB9EHcO0rT57REueCE4MrKcQBfTxh6BLxZUQv7rLxULPTQ+pL0ZQ+lWnLcED5QzgINUyyS6AgWuegthDBCVT3yZGDqEFbQuDol9BiCf5EO+UGPwtko2gfHs76hJUiQNAmRlBUCHZk/SsufaoPUAfc/aluggPqJrsECgI+vToWxj9Z8qyl70r0KACJ4trf4T06EE39iCfdmYFms+KyI9RWaQuQzVYHaTchbAOPg4ndQoPNukBAneDUR5oaDuj6JUQNZBACR/+EwFFHCNwKodYqif3hAHhSiAoUOQvj8Z0fSOqmiEBPtZtQCOi7v/Z3tuLoxH5zCxwBw7GjpwwqRXyeQMXlmFBqNDYODsZ+65/6QnNngKE972eH/RYti6SPJ26BmShmriFKa21/en0j6PQCm3YRyLsGLpRkebUdSZ+SOHwOgjQfWjLZBAo6VCINx8QBtejIEi5AFJFvow0tc9oLH3UwBtNH2+XxS49wIr48i0KcjlV90KXWYqdfs1WYkDyEfQPmFZUnFZQHLtLAT9zBfUCbLaWVzVn76HtCTRIwOZeqb5BnrqHFzGKXykr9TzmEJiqtt4i2zoFm/jTvtC6b86KYxt8pqPoKY6pvGme0zxbqSUi7CVVOHKwJ5yx6TRheOp5t36/jzfecfkJcr50BeYkugjfZMwD7ZU65TZT4mSx9HpdPRL+Vr709XonDqiizRxQGe1biYC+ZxE4Sv68y+9P4UnfCZnsmnwOa+dvFP3zn9nWnfXThQVc/bLr0vledaYqD6v8+5n+XU/60xF89WJD9k41/nhe6jqC78o52TePFo+XJZZ4SctwT9jv+k9lP/RJdPN2hB0rTOU8q2s1/Fe97qx3e0QuCrXee/to4rn3QPgBZNqjy4mwGClQ6XLXjgdNWvy4rOL8228QvA0uLg9rcG2xW6e8dP6NjjT2Gxh7oSEJz/iT6Z/RJpx7rt5/2i6yB/QiX56DCUF5xwoJR8RaLyGRB2aLelhqIGJMICS5qu8MmA1AJWYwdcSefsScEH994q7La8UM08s3v38Npax/tvzWszj11yUGXPdFkax8JYX3C3iY6TfbLF8puFDdeUh2Jv7fwoKs6OnnvvOcVB0zEtdPlm3LniSuOVXcMOP4y2c6r1cI/kr7/Qvuf6i6jf7/zXx6h70jDyrzqH4/U6+7qjZfgSeL7tFTk+ER8thz9Qx/zX8RhxLn+BMBF8vD0x+eMBPpSurT3TjFfd+JhMG9Otbdno0aq/2teGH0i7Z0yQSFOmHINCpOYnCQuuxj9cd4jLHr+kx9R/fXI3MpFtLWjBcfo3S89qh7VvmhRF9VdodKEIKe1lhhKIzELJQZIniQmYPYK6xSCnuEnnVCbsg9ln/zTDPUmtAUIUtuSA3TSVHamA7YjRLXXvdkGGolZ6NsTB9eo+Nm2o/GEsM/Hs/aa61vmhHpYFw/OmQBoQ99C3mTyUd9NgSyehNGOuOoAQq4CqLBCXQhB9XHHloAG+8Nrls5feE74jG9vSuoLQLaue/We8fjoWbmii7Y/DO6vBJU/W7Lqqm/m9j8Jcf4zv3efVH9STvqf2nLPy94YRtGHJRpPndS/k8jLrerI/uA8eQncB/tyBaoh/nkauXxkwuemH4hTK4ufceVjvUjYctdpv23wP3OdEEJ9PNtJ5/ZvmH/Q1euyzafjeMnB318v/WIbuhLff9by8Yntf9KzYh3lf9MErN3JFLkhrMw5dcEB33uQ/bd9hmPr2pfvUY+C70iDRUmiQAkmDaEw+Lni4+zMJmccYUBwUBCmXAnmC/HxhCGDUBenn66yBQfkiptQWzbxm124RKSXiYSJMI+/gSYHvoo+rnzG7NCM/TLpLlm89GMp3yzGfMcIrv51kH73oTAYD2Ll4eSBp1QGXZaRjza2IGF7uRivcvJzgvmR5IzqJm0gF1uTPMptkTPUizCjn+qufVh7s0WvI3546arnvqzoxQbUqo+Pni9W6DfOBmm/vKDxn5ZWq4csOaT7xQbdCSi3YOJlz7rqy0uWzX+m4F/UOvgZW1O8+h9/+VbPnpvvfjJ/wabKtN/JVRpRtXmzXLUc83HyQrLljOsDNqO0sN8qi9036JPtKqOf8gqN9mShb7OPSxTL0sYD8aNnLNy6c/uVklVHwnfmv/7nP+PCuFtMw63VcM7Lljzze3f6ak664MBry6OJ+jflva37qcJIFg5glyRI7CRJZBGhOKCPu4FE3laDQRX1Bh36Ig249GT9Azr5hMrn6ZT0AZ25QQZwQMW1gdAEygadCRUXHkLjd22dPL9P4PpHiCPigLKhb0LqEcpbcQW/QF4AtkOkz7oCn6Cob3J8AlfCJ86lTRBtUcfCq0+APs569a8cAPo469tB9kV9oL7SYIaZksJ2wrRJ9/bLPZ4nlyyc+5EwvLDweVV8hMx/O00ZlP0SnP+1ZNU17w0P/v4Y+54qDJ9yxXa5UnJ+UAk/PfD4R+GU3jyKiZg550P4hDEx3I6Kyn/00c9S1Pif9MTVTwNmqCz87MKWzTsvk3FwIufBTkxhrjEHe5n/ZNE/Jm9DftWiVVfenO1z0rhtvuu+T8rs+rxOTxYyibjJWSZZD6fyMBx4q8kgayz6VX6BmrgQK3/4x4YlAqGPs14dDZZWJx+hawF0uhGyX0LVAHLwB+j4CVV3TwblEKocrw3aoch8/z+XPevq7+vBLNo5TyXxg/3qIw+auS4GLmjOKwyh+VsYKU99jyPxXwPuONTPgrM/8CjN8aNP0FggF4XyiSvR0UlTHsjBX4fysvpAFmhpoS6AkIwSrdiybXzd5jtOex8mDiUVtNt892nHSp8HOqu0F2qBA+Ksb/C58+Nk/syzX57+/Jtlh177wSJM0qsdq66+oFqpfJxxJ6SehHn2+TQfb2e/rNpehKvBvduEtaXvbRwZJYVSn8k/1Ys0aZH1N/iz9veuY+ct6a+sPpAAWlos41NrUWN+SO2mH1L7vVc7pKJKTD0QxxdWtt616RJJltPy4l9E/ieuD+XdmWHldbLw/1FC85CWC47Nd5x6QRDF79DQY2LBhkJoB7pHOlhK4LB1sqS1wFCcTLZX2S6pBOdAATQcD3hKK3eLRHsFnkiyvk2uL1sYwCO8hCoDump7tGv+g634A9TNGqsM2/l9KKeQDaLGtXbQeMmF9rJI+vbSVVd9CPhsK2nM0jgy0Qlhc6MHXZyFzvbgAc6Ci1EogD5u1GZ5jIfV+L1ZC8oGxNZugPp9qg5oB11c+yxsJ8/XCLjqIFA0WSELj/+3+a5Nd2258zT99oiS+7yrxvErIJJ6t9N3qvbLguCaJYde83d9NqNJ3OJnLXu/PAz8y0HFXxKnEtfqpzcp0iHBlhtp/BkPNAfOkvU/6KQBz+ZTvv3gLK5Qd8B2+ZTVV9tIO8qAlsBZaKvcjitLCw9svuunn5Gvt/+u+ZZnHBz53rbG9C393S5e9D+gbiKGsIJP/XHlrXJOwyMYuSU3bFvveumLpO3HIUkVUomC4cQL3J2AoRxwQMXRH2hqmJ1ogEOGypE6Qm0HPrR1fyoa/MJk3RieyBe6yocQFeRB9Kp9GwQOFsIcdtTKhmI6G4+1U1yUIEzsNsUg2Ppz0Pruwv4guH3J7ru9CZ/ITIfZtYc/zCcWA1rnxwF4dmO8kvaUI1B9jliB5v6IA+Zt4l+lA/o4eVVH14fiyi6yqBjkAnfys/yqB9rzjzgg2mhTg8AhCoXisxBtrDvXPoqeEUX1yzff8ZKPF3G1Qx4deCVsQ7+qr3ROmNhtCqkPtM7jl1bWthP7w2DHvOrcPzAPFLuXBzjrc6Lg9yuVSl0U1NgXHf8oiHTx1otlmIgZd0Lf17ABG/4IfZz1WejbrHgvynXTRh74Uy1djqCp2uFkwDYUwLwNvJ3YL75WOeWu0QOb7jjlf8tbwN/OPGiKP/w72TlMnK/xYnCE3wXE8g7HsoFHN0QbOP7C8H3LDr3qS40aNR41LTh23HWaTHC1S6M4GpFnN0SYBJabZoIcO2WgN3BAxaVjQmmoihCqEU45ESgNoTiUcRBA+zGouNQROmbjRzMU8BP6uFGtf8HpHMigHiqvXf8iswj7xUcb5lUqr+rr7zA4m4cC1OSrdy43VB/grlg8ERPzbRainfK0aE85CaTshF+CqjQEN413kgNSpzmQ8Aub8icSGxHWJfyN8kWY9qMQOPgI/bZOaq/2i8j3bL7zyZ9uuueUAxoV7P1o9P7T9xZljx2U/fJtlAvdN0t6V7qLlosOu/YWyTJ5GNvygHEnTOxmnPJksw5Q8Unj/1I895Ynph1N9JS0sbmVsB/6qa2+/e0UmWo9fumygPyfqlq7QvtNd57yl3JO/IskTwc4/4Vx+KFlq675p3Z+blhwyI8RLR6LIry2fGVuQyQSCqBsmswOWmKD7HiMUfdCRSMPd2gDLa8+M9pVttAA2Q8hRXpQNNQjQB/3WLpD2Zfrvxf75cpRTR6o+d0Fq66+v7vOZxi385FqTb91YgJ5k/aMNWLp4a6+OQbiYZXBMwTaAbf2VifZIDw+znrLK9cPdfAhVtQ4BtTVNcRDviuoQ2Eb4krsYNfU3umitkfHhrX4xi13vuSZHUhqy1LfOf5i8UFIP6gPtP8i7JcHYeeMtJ2Q2irdJUN1ZM7/lWtbE4wvbQX0cdZPKf5xvHTrXfce16WKjeyTxb8P+S8/zNfYX7+P9BeVRSjs8G3ptB+/jeKUI9C3333W7FTsbOfbdOdL3im/8PxhzHWW15iTsMFvhI0536/8l3fofGLZYddeKB21LcmCQzoPNz+x8ctxVD+crUwh5A0VNbxVvXAZL6AaCnNhcH5pJ1/uYbuGgPhEDFkG/bapdPYFaJfmCHlKIESb7KdNn2a4yeur/WH4niWHXHsd5M/mkvrMcgJxsA1WM06IweQ+bucjxhPQ8DTuaT9pf838bJffU5N+HAvQ2+meQFjWZE9/7Rf5+0gXP9q87qUH5WvcBTWO9ORIn+S1bLJHOlca7HS2JnAS+8Mw+mo/v5GSp2seTd+REAZXso62Avo467Owa/ujuLcFh7rT8pR9ZnXJO/ZtMHzy/O/oxUt5HXVIqwe24oANZkcK88YjbU350zHUYZe7PNumNaecIzfmP91J/JvzJR0HeY5sig/j6sa/3J75ytJV17wnr20eLVlwbFrzkv8pKyT9Lnnr4NuAsMQRXLV3UHA9dFBx76SPNqa8Qd+QVLGMfK0gLeVKMdYB5slPaYnOerIzfpNDGcLhJtCi7Jf+/mXZoT/8dKr/7MVwnxAbfEno+5eWow6lU35fho9TnkRcUUD9wwDBH2DOBmbK8XHyUnfqBx7q3Ak/5FAG+yH0ZVF+O37Uy/aUaOf4j7avffnTIKPXIs9v6Ns5fX2Iu34S3akf+urFfgnBxb3qOdV28nHlYtqThZBNm32cfIxdp/aLc3pbcGDe7GC8UFfq5+usuDiaMMl7L/8Lvr4RVOUPutFfxFvpCz6UTvkhxwo/jLrDXRRsvuslLwvi+lfEL3ouR8xRNPaMO6HNHRqfVvGgf1nv56QfK/QhM/wVSw953vlCZ1BAnrSokpvXvPjlouJfQ00rgEgaHBkEDiUIVTFngFSgUusJqbAPIUvbaT/t5fttrZ3pYDqmOPmoG6CPsz4L1TronhTiBdgfBNcvO/SgjleCiUozFunMh9mY+HHzcfL5NB9nPdwFnAU8KIA+blTsyWv6Gp205nqTbXkM3NfB5Kd5Ddk+zeelvlno8/g4+Tza08YndspEc2HyocF072xv7eJjBmG/uP7OZYf9588606z/XMsPOfB78q2GJ+A7FEI7Yqz7Fn97xboJ73wv3eflk0/zcdjg5YK2RT0KIXDaSn7Qii31JOeLzP9ibZgZ0rfc+eLnRrX4m3Lmn4OYM+6EsCIv/qSZlT3mfxBfv3Th08+RdwV1tYatxA+fvUB+/VXeSc8Bl0JTPJ1coaBvjCnc+56yAH28tcTJnePL8PHO5aW2wx8mow/2h+GDI3Pnnx2Gn5V7ybtGge9ss5zBXIjN/GoQuBVCd9gAWAcImag06OMmS07w2tYgcOhAaPE0mrK5euDUF3KMz/ozPupgR/7el0kZjZCyAdEytQG4FUJ32ABYB5i2hSx5xvAFm++4vqff8Nh69/UHi7jFWf2tD+urE/2y7RttN33lJui0vrYf4070utHXlS72aYZPOf6HYE6l/KnDSeKvVWlOIF6d5P/UdWotATdU4Md04zEg2jXqa5Joox017lkH6Ldt5NrVjkbvftFRUT3+njxisJB+hX86iT9zHj4jzniZj83XwK0QusMw+MXy6pIzwmdcvNNROgaVzVvX/4l0HVEB2gAAPCxJREFU9ow84c3KpAqih+Z6SzSTleKJMS4RNfPMSxCSKNtOnvEKP9qwHaEpZLJcvcoTPOlfExb9tdpUiMkAl5Odtk9pytlUn9qMPlz7bXG1cqZ7334ie1dBuJr2P2GRZj5ALFAsJuYzP2aNPmfbVvKaYiaMSksaSD8qhDnAvlWJpl2TPGjq4t7EnEPQroSedO/wlHWK9sfxhzbd+aKuP1XH9fAA8zk0oQ6pVsRoK6CPs74dNPun/4cJw0r1liTuBcZffFQZ3fHk/u380lyPWwT0cZH539xzkZSi8r9InYdd9uY1Lz2oXguvktXFcuhKHwP3x6jiUknYj/yXBc1dleril4WrLt+K/rotFXkG8xQ2yioLQ0AD9HHQSCdEPQqhj7O9TwOeTnSc/LPQ5xHc9aFQdZNB6qD/AChaoVCX1v0bH/ewBaWVfbS1VT3ask/gchlXflQ7fMuKVT9cjeNdsWR9ipgbjbGGV8zv+f5hnfGzLWPQVh6+aogCqLjIIUz6ZR/KqOyQa5tP83HWZ6HPIxIyOQWZtCFfPtr7hbpZP2xL+0XanKAef8Rv0QkuVzX3ze+/sT+TRRqOiJs+duzjPo/Uiv1zRuJbTM707WXavSWJe8Hxr9ejp/fP0kZ/Z+MP/5PWGBungdoqOCDx/inXQhJ1li4Lyv8WHc968va7X/zUOBi7Rl5bsRfjTthZ/CU2veZ/GD40d978U5c+64qef7m6Im8kOxoK+4nRKmp8NgQQG9oQUsak0A0OaWl/6Jc0lZU+ZOg/rNJKJtYfqoNAxUUWYSLXk99KDumwG3ir0rX9QXDh8kN+1PWvYLbqf2bS6U9AH6c1Po08PrSIWoR9nDw+zcdZj36As4AHBdDHldh2x/zoNGfSvlvpQ91Yn4W+TT5OPhkzQfyiLWtOObmt8g0MoSw4irdfFuBji5558B0NXU/DwchI5BY9vs0+3plSHcU/xmKu2yILAs1TxpXQj7mPd1oPPcA7XYV9U1/oQZqPsz4LfZt9HP7atYp8HX7lWK1+tZyi9k9zxfeJj9OP8JHvb/CgAPq4Elvu5AHRx+XnAk5dePD3H2nJ1EGFfEsq/o3wLTNeKEalpcadfAlVbzyQSv1lNpFfSpQmVLyxvSgprFgEWH1jLXpspFh30gJkKaqJHKTSTRZkWlEOx+lIDaBRfkOVHmTbN/LTbkJTV3iS7lvbLwumby0/9Dp5hTO1b+59NlPoM6QGcKaI4eI3F2R/YQl/gGxt6B0626BFzHJC8kqeUAsu8n0MLkYVErI5aFLTmDA/mVPt+MNKuESU3COoBHsI7x5ix960DbJpa2pfSkvr+2O/2uLGYxRO/I0cn6a0DnYybuWkCKsbx5TFQ35CgEZpQERgEi/DWY2ufDzH/juG4dmlhQdf98imX73gSdFvN0sQy6ci7Jdrm+Lb3ko3+a89cD4GlNLsf8u1JJ5dPeKnInvaFZ3/QZSO4Z4UnGGN4jUvXLypVv+BqH2o5awzoNv4Z8ZzR/lfCTcL30uXHvLDe6bqthF5//l/ylWOVakgS9z02MMYY8KM8saZtpdXCmFOk/sKjqa4cLnDZOC3kEc2QvBrIjt+4kxuqxf5lKcKJa1NvYY96whR6eMNzKlcym9hv0zAty3fff6bZZBPIiwje9YdmulwEQqh4a3dQtcSWo5Iq4TgoWEwsfyw65JfOoXsQZcda07ZdyysnSYGnio2vlIsXWgaDsB+MRa5j5OJ/Lz5qXiWQ66o/aITH8ivFON9Hpbu8G2LkDRNSBII0vL7gaBUoHweWZ/PNw3UMMCl4N20Z+ZTo7pNStFWQJT8BanfTOIRxfv4lG5wqkWYuDIhePkvghn/ZA50tJZ9Fv0iDn0PB5Q1f3HcE0IvX9esnjSTsKX9PX03K9vbzDiO17583uax7ZeLL5rem9N1/OlYwvb5v2MkGDlj6WE/vLUf3hqJFsz9QLBt7HQZUPtDB/avwvHRBZniPsJkjVN+VFOTDH/StiHbyJwDtZ+0v+b2WQ2pLaBT1UEcZ7lB80tj6xz+jD2d2C99PhGMVM8K9756m9/XroTjbYbMiXY+Vp+KcwCT4qFu3rLETBgM8dkyVQM7XHDYtQ9JZ5/DNrrmhXtPBPFfibLvEPv1V16LtJ9G0ndRPTpHaB0tOGSBIgsj8yDbQx5xQhsCWNRYb6CTZpTGPdiUJyGHWxJ0mhG5dY1Pak1a0FZUECekrd3YL9/KEd92V3BbPdHNV5E4YY5Y6ooqLD5xzCsaxMkT4mcHCi7ap+sDamtOuGPiLp2SXKF+yubbSpzQyYl2kSsc8vtJ1U2/evyrkhsvcqY3Ad937eLf1FgIfnvigBKjiWo1+N2lh/7whrx2vdAqKw68dvO8ufNPkjz9OhJeB5imvkRYOtVBIBC4DjoHyUdIPkK/rUkRGWKB1iPbgCOJHLQu8BZR0AFlk+oEwjqpBA3Q8BSihroAYkMhBK5tHQRu/AYNT2VoT9qf9YH+VJaDefzyjuiJoBq+drdDrntAxJdFPdDodYsg9vYHFqN15i4XVqSN3NUYrrL4sOse2+3wH79bHhY+XD4J323aFWe/7wv0Jcev7tQj8uZPXXCYDMlta6/NKRcHGGqEPm5UrXEoGH1bHTmMNzts+kEYy+LH19HsBq2f9ocxfFtMYWxa6ysrFymcQ4krcWA7+lh7d71afthY5+g3vl7G/7CN/SJcKyf9cNOa335e/KMv5EQfU48/Y2PxMHnN+S/nt0h+guMtyw79cfKW3n7YqBfYFq265lER9jr5us276sHOw6pxtGcqnCY6in+oZ2ChEypLA0NzI5+XrIQN7nRNE5oMokiu11XkC31yI12uIZ8pE+DbyAXor84SOv0rBHSDQ3aHCVRpjkcvlwoREAUDgZdQHUGBChHM2lqwUCH8715x6I9/bEy79t6fRHxcfaeOc/4hbi5HEMWxcgCIkqlXsqt2HMY3RHsZpGs3PfiKE4MtWy4TtV5QlP1qMl2lMD546x0vPHzJodf9qgN36LsiqBshHG44HI8CLwN33s4cukFgLMplfJQnNxWH5gqH5JTpojkmyubo2xf7w7D393CobgyqKEjXu3D4+a8GkNXV5zZoGE8JozYvasf4Q76PZ9Mpa1+n439X+LVYeeboY+K7tyQ+gy/d+FMI53YdfyfEpQFjQ5jkf1z5o2VHXP8f6KKfpeGO3rLDrtoowvt2+aSfimZlbVx90vvh/dRR4ioZWHopyC1qsnOjLkgcD+XZ9GhHMYIAmRyTxBldDlwnnzIAZWHyqd2OvPFffVqJw52yIPN8ThzQikRAURcJ4qwGUx4Omk83YUOzX77f956Ue69nPrljK97/cAAXw321n9Z6fqjZzxO0XXDIh6fklgrFAOKTselon5SJJ/FiX4Ro5OM49koUD88tFZksNqe5lq90P+wXyT1c4UD+e2PBVy8Pz6Op39040rMUCNljZRrYrrDxPzALpqejJ9c8/2/lwe73aO95sc6jKXM23tljNATNF6ANrbWO/+pfrTji+n9Jqf3DGhYc/RNbrKRNq08+QFa4J6vPPN/ZggKTpnOy+FTRBt8yAKJjk++lTnnT9hoctocwbWP1jkto4XXLjxh5b7FWzzDpLgbmzvQqEKygO3MtUh8Lh2sPH6vLHTPxSWXkCh48UX6sbMum21/4ujiu/VR6T362fFLdu7S/2T/xczqyNI70qnRTe7c4TBYYoo/iLh5NsrMByQisVMLiHxpoUqoFIZRvNcmEKga1zq8+2C8fWKotNGhPnnL8dcZKxxhtBRxE0XWqJAHyQIr2ihyyw5TmHTegndo/KHsalBvMwZNrXvDuuF6/EL1lhlMyF9Kf7eqTXKe/2vi3Elb+cbcjrv+HoiydkbfC6kF0PnKYCwtAw1OoodKklx2gAsNxVQR/Pk1xBAP/Tl4WagKAh0WiLlc27h+ZN0deW37d8Eys1G86IUaEbOotB4GrTwnVz3heB3Gz53agMnAWiEFx4hRRWkKw+mHdLz/iupuDSniJ2i5K9tt+nUfEF4DY5MpF8mvPk/lEvqWyQ50KJvgyKcxvaowK0lKMtRgOigMCUR0MGh4vhYShKHG0RG2ForCZdhOqkjACBdDHldhAUQ7ZJRAI7I/i7cbd+R63CJj3hGhN1QAVlx0hkKb4g0/oqhMEYGw5aAHCQYFFzijMA+infXv69C3/CzRhOkVvvP15b4yj2j9RB3GdFkDFZUfYU/zRuFX+h+FFyw+//s+sx2L2M27BIQmLL5u+yaUyvNfSMxy4gD6eNmBbQK7CDSIu2Q1DV+Ml0A3j0SCsvmrps67r+c1rqS6zDDOX2uAQnL70/Wy4eRTPyuDPfGzQvNy4FwbzvZM/E7w2Uqn+Y1H2YwJXn+DEIpsMjv3xnf12fpGT4g7lF0ZCjQRkOJrKdjjloQ6llT3QxRQyIMLdO35An94ShfEy2KR/9Jeo1G/75YS/o1tLMRH3kv8aI6RAK3vEWo2nWd2tWt3z+1c4RC/NFwctd0wfzRHVzbTrevx3r9nQt9j4qxecIYG8SO7pyyku/0/IWgOouMSdkHlMyLgTJnkPCZl8kaciv7Xi8L3fLlczIbmwMuMWHBtuP/El8lrX/eAwdb2DPk5nItuVDx6XDYAQOOoITZ7jB58Un+bzoo0ESJY+8ZtXHPnj25W53DV4AP7SjckNKH/qbwfpe0Lf3xSGiQil1YREvmGG+hBnGN9alP2QyyLv1JGHJuqH8rgVlDnNfQpnWxtPxk9a8xjQKCK27g/8fv9+DBUPg6G5whHGoerCnGq0tZ/293CFQ7r3fWe6Wd4Dnyz/G/zvcoHxQTvgbE+5xUG7OglbdEPvXr70a/zLj5YVZ8I0SH5y9fNeEEd1fFN0hHkANZirjB9jCYg/FEIfZ31e/ClTG6uM8Nrl85e8IQwvxW/vFVpm3IJDTvXntfYIJ0qbPOxUZSc5TXRJfEIGlRAy/asgPp72l8qXoP3N7kfchG8hlCXrAfmuPy7r6uVe+NycDgfbEHEQ3kQdIfkIjV9qld+GEHFA3bJ9D+mxaH+96S4K9tF+uBbyABUXKFNx2wWHfHVzB/UgRByIA2JjLAAVRz/syPEDtOQfoiscEoOlah9u2Tn7fJt9nPW92C+iu7/CQf96PlddMTqExj/iiX7O9wgJw0JoVVwA8CrvAO78Oht831Ff38fAwUOYz9/C/lm03pBnEo+Nw+gKWRrOh5/oBz/WfYs/cqkh/8P/XlEdebU8bzaGfCm6zKiHRuO7TlqyYWctfdeAZq+4iBDeEoeycDGRQK1P2TEwwe0P0LTWMQO4DjzR31h+xE/+PttSWctdEIyMBHF9wjwhoweDJTlLwYk6y1icbE8PSxNMQMrjHEmcztegQYbxOq6hB2E88vNYnlnU/OyX/WI1fcUch1/kpV4r2zlELoRs8Lzekl1jh37cGACwb3O5JrQFkHyCk18u0eovWjru6Qami+ZQZ6rQDsJO7A/Date3WOWqrYVDdGNMVcPJ8l8YyOvHX4eKhcPGCZTmcWdmT43Liz/GuvrO5Uff8r86SIOm5o7JWm9Z/cJVtXjiBxK/JcpXdPwx4cJ1mhLhmmp10enhYVeNTqZjP+tm1BWOjeP13xNPeV85g/dQAH1cic07nrQAfdxxctACGp5Cypfhc+uKPfZ8S9H3upqVn0EUvM2QIVFfi+7O5zr5wL/uD1YprVPz/DAT77TtNPJVwvrj8IHa2m/7s36IApu8JrM3DB5CtX8lz8cna+rX+W3sk5OTmcQ/8H42wW85WHzjvacsk7G7j/bq+atJf2EgrRMNyQuouMiW1wU93EnbnnioO/0LIaTlCWSdz5/H10ca/aB66biHjqJAP/N/Flzh2Ljm5H0ngvFr5IHh3Tt2f148ScsTwjpAD5cr9PfPmxec5l6FkdeyENqMWnDE9eg8eCFdEBhOz2QXDOQjZNtW/FiEgxfQ8BRivEjt+nDO3FeFT7mi66fQ2eeuDnn/ENBw3A5wS26cjtXRBg1vjLGywologm2GlDAc2QRVzVaDtJtQLO3afl3AiB8AFYf/Qvk2RtsSy0kRvkcxSHcSao0lfssxR15AH0dbFInhbpvuev4z7Gj69uG2sWeLKaKiN+sWZH81jnUx1721EsEu819jrlal8U/ywMVOhHavyhRaMA/yRPQt/2fUmavZE1vXnbZnXIuuldg8rd/jf/L4Y34IH6tU4lMXrfoJXvg50DJjbqlsvuOEgyfG4+diQOp7AcRNxG2Qmt/8sQU+8uR6FeMQo8ONR+UVQp48YZuQV72+dsVhN/Y4meRqMIuJ5tSMi5vsNffzxNd80sLgIQ8a4xlqlWnim+QNKyEOJ5boRJBRkLYBomRhW/vVD84pFBB38qBm/DDGir+wRvOm/jwa6sFhOloATIa0skORZzgfdldyrXaMNLxfm0/TTm5ZHA3bkuRJ9BWS4PADSj/sl9dw9HyFo0/xTxIpa09SYeYWsJdXnag/zcHYwyY7au7O6phTqXb0Q1Z/jn+5b9gsbIZQcLVtfHT0KrHt4F7thx+0KJQdj+ls58Am/wXhk5Kfpy0/4sf3Toe7Zsw6cWIM796wJEsuX4rHSMtzHhcOgLkbphfUuT/IAM7CpAeU7YIVR/3sBtaVsDcPZHyq/gaNMYD3DQdMJysXgyb+3rQYfKt6LViBXvttvy4YxCuAhmsfba9wjFSrD/EkS6hewdkCBdDHjarjxaolSqjXBYZBXQ2iMpkNrVFUj481bPr28lsIRyOjzNbUX9Co3/ZX5o082L2lHAHQEn+AGssEIndQQ6i4HBDCDm3jIHCrNWi1Six2l4m/3xl0RwHElrXH7AbV2eJBn7/wr1NIv0WU+OGzF8Sj278r1j3btwcW25/5pJ395LaYp/mMdswD4CbNoODbxOmvmM5vVs6IBUccX1gRL75J/TfpzlwMJ+umE6bgnDyzUOPANnrgpFt7nVAhK44/ufLon/+bqyxBBx7gAk+uF+mJCdDHWQ9R5mcnVGOmRI2b1gkt4ddwYAce12YGAPmxtAMKs9/3A3zVwZsul9YWyuvP5W0cnm/V1zILEuKMQJx8Pg04Jk1C4OAjNDzGt2aeO90hkicsToQOao+DtMmHUF55YISHk8enAQcbIXAx/9EpvZdHBGgBlE11cdBwpx/YGHdCNMy0T2QpUvwukpWA+SEd99C77+O/eFP63kMcv2POxo0Pf0Oe8jk5ySfpRePK3jLxs5i3mf86iL8sQsbDSuU1K4/86U3sajrgjFhwbLztylOjqP40OMi/okG85RUPnQ2kEaCPQ5AWRgrQx121AAnUj1Yevfh9KaXEuvEAB1OrAeaHxceTPnyijycMMwOJ4uAk3xfU2jfJx1nfkLc5DM1jQPI4jrYl7Vsg4VFX49PO3Zr3KrfVGPDHhS0m0AZNsGF+JPTnSnYLm+Vk8/wn73jufqQNGj6x5kS87v1g7VdtFYwGYNwrDXZiQyH0cau35pPYHwa/UBE97HzVkuY+0ccdQ178jdbKnkRyYQjzAB34Oe/j7Nw3ycdZb7GRI1R6DJJTyU8FJLxDjOBD88bVq78kvjmdfoC6nkkNeGJKG4ZO4i+3N2W9XTl35RE/vTqRO03IjFhwRFF0nvmHE0H+YGIgAfM2TCTGY+2J5/FqXRjcN3depXxteYHJaTGwiUnj4GIkkdI/nNHwB6gbcUDdClSuT6LxyUbmjZPzxPXHfvjCFVkhy1HbBQe4ZRqykyN8y0I88bdorjTMfCLb4RorwfWP0MVD40V5AqU6jCY4hr2KQaG14Hy1AbpnN+gAGgtx8uE0oLTO7BcP9bjgwLdccvzpaIne8LHqA52pN6GQcD0dBRAbeAm1nVUXuc/Gf7K+es7/OBqaF8pNZh/rNqz+wafEVvmWZWPp2X6NPeNOKLLz4h+E71x51E/lysr0l6FfcGy899hlksBnYXDZeDHo4zbw7FMHcJsaxPfwv7dhIOAY0MfJw7YqL4xHq5XgVUsP+dmG6Q/TTNQAg8D8TIgj4upjPYZt6YBBLFDSmBhu1Jm537D69tfLQ4srBmK/DAw56XW04JCHqjs4OTI2FjuLAGlpbNJ4pePQj7VMrOfJxvAOLJDx/S+cLx/wmib6zhWgrZ3ZL28z7cCnrXung1J/pj5u3cqr4aIC0Mc9lqJRs8H85ee8j095/Mfh0Lwyv50/N972O38vVyL+oK/2t+rUj7ng8mNsf77yqP/6XCv2QdOHfsFR3xq8XpJzPhwjE6n6B9DH6TQLKKc5ORKH6x+gCwQh2qCO0MdlkRhXgsobVxx1s9znLkv3HsBLv2zC4Ve+APEH/xMyFoTohzig4SnUiGkcjUbe7vUbXAtcSpUHFt9flP30EyEsk9s3v+3EwmqlcqPvY/qTEDKIA+ZtfkyAZzfYbbRg/w2/eq58cBhseWLz9reIVsupe1Zfsy+1DdoZzfQkzvZZ6MsTS+vVOQF+Gbjnku3Pl+/jWT14jI4pw8fTenlHTqEFD/anecD49z3/g2jfQs3ok/ANt534fvmw8YG+299yPHrxr1T+94qjbvpIn0zpi5ihX3DI15/OZwLLE25itDyEJlBxD8ooM4cQ6pGjuQFgA9GbXIRXaWjjbXL017sfffN3+uLhXVwIJz9OeHZ1VxYdMjv7eKt6uA98LMTZnvRhhRtXX/lBse2IVvaBTj/4uG8fbYaNxFvVY3yEQeW+Tvyx7PAbfxFWQl2cUJ6vg4+zPgt9nfL6hAwUhfXoExvWnjCwS+Gja164t0z0H4ZPWhXYg0K7fJt9nPVZyLYqJAj+a9lhN210eFcAX8DL6y8jv6P4W8ewmXYTdqVSX5g17tBE8iDPPp/m4/QzlADOQlxIxwq/V0OO4YEbbj3hrfLsoZ7wYVuefT7Nx9vaL5YnvmjwgsVaSP+6+5E3/Y/h8YZpMtQLjidWH7tK3Pcct17Qz0rA4V/6mBDmND1AI5VKcw2UV3buUD2gNMVkp3Xh1/c8+pf/QFIJe/MABxhaA29V/EED3B90lNEIjQciJxHbqruB0jeu/p2Xi45/U6z9mMhgFnY2qVWq0b2dGKpvy42D75svO5sQG2NhfRvN4pHiJk81c4GSuqfK0yUD+8S1c3z7J0Sr3aATJ3CoYnmWr6+fgz5udplNjTjkOD+Ewfc68XseTygzcdf9ubibe9P4i0ZOp3QxC9nY8BLgogv0oY/QF/BWBTqhUD/wAmf7Zmh1chVv+cbbTm77m0EmffD7Dbed8FrR/bPoGTa0Kr3abz5W6SLfoPRkfYXx11Yc9fI/bNXndNKHesERT9Tf6idc4lBOrh4UV6sfCe3ABdpFR+sE55/KczKAS7Ru2X2f8PzpDMhs6RvziM0l+MSNgliI53V0GPRjS1w5bQQBbSrZAdrEMCSEjbcd/664Xv+O2CW3VFCKsV/9LDuF0ov4J96tsqCjKxzQSvi/x9uTOO6+uDHm7KOt1Ad2k6bxD6K3r7/td87svp/uWjxx23PeLFn2u5Zv0jPGvWywlZB2E3bXA7lT+yuV3hcc8gVlNzZMV0rPwmz+q59ll/rbcLbL2l/0mx7lF7Tli7EWc8adUOPfx/EfhLXfp53DBDfcfsKp8kT2v4u9VfoCsN/2Ixc07oRwQhj+YPejjn5TGF4o18yGrwztgiOOz5ZghW+UUagrXjgXISPUYY5JBD5FEoPP4RoEJRuNkw14dAA6frBrW8AweLw6d468tvwX5WvL4Y8pFsRFY+PB3kT6UjgpG+Rk2pvcYlqtv+2kZ62/9fiv1qPg0zLi9at7tKC3HtkasNl+oWhOK4TH4/DO8LDrRjvua2FwtbRKft206SohenUv3OtEZqO21oI0HGGYhlH9Gxtuec7ZncjrhWfDrce9VTq6KK8t/ISS+MvhSgTubAX0cdZPAu9dccR/r56kvscqeg/QYk2o85qjtbIn22nRFzjkMcUn0adpa73TgqwunR2zdZ790Xmb15yoL9TrTFbxXHJl43eienSZrB/n+pr33rMvpU38w/gnu++512vD8LPulzN777WolkO74HjiF2tfJg/b7APDO1owOL4Gfo8Guq1IHMQCBgsPXcjE43I38DUrj/h5z68kVvnlLvFAEjNvkrRpCCwcREAdniwC5VhpoGPD8pHQx1kv1dNcnrzlhcs33vqcVz5x6/HfCKKxO0T/1w3WfvjCinzCvJF4J3Dlwf+9Rbz69Va8OkaksrU9jINB47eJ0ccthqan1M4R7D823Pact7Xqt1f6hluOe6/I/pz0LXOb9ZfC7qWaDe3tlw9CU/smAD6PMu8Jk7yHHcj9VvlPO2EfcUAfR13xpRoF8q2+yeOf6iX6qK0O0m7CNvZLbJZPjE98oXirOuth423HHS6vcLhSbFqEvLHcSWFqN+MyNfsb5YW3jcSLXznsv/NV9BW2ziKVwyUhOa+ZjEBx0KGWOCBKpl4vhwgNMKda+WWlEVbiP9zz6Nt+Ykzlvh8eSFwuA4+/aQO5FhLQXC8KESM7xlxjPHbc9NscKk8iBxjH1fWrn/OGoC5XcatyQQxF0AAooJYsgZWOP3OYyIJMFMj15FfqMpmEoXyqimSr7C56HFsPR4+QD8S2eIcdfsoVaD/Uo28B9TgIblCki10lqP5bPai9BU3UryLKJstm+eBJYqcNQJBNbEbRug7slzdzVMVnn5NF2tmVMH7/VL8Rtn71CccG9egf5WHyF6giTh+85xTfEND3nUI/hwNqwWu4wetex92L/eL72vw5wcUmsMc9sgeqyNZp/qOnbPzNFpOF+ib78bBIgSWqhhsCuYzCHDF/iv9hmBSzrT/j3wl81eO3HPfJPZ69+L1heF3RF3C0y7zdptXHHzBRi6+WPNoNMRiU/S7+6xbOqb508RHX6Q9E5uk3LLShXHDgMtnOndvOwH1NDig4zHCZQFw0ccmTtPx6aS8VTHYdzaAkyY+JKP7nvY5Z/Xm0L0v/PcBYEWYnoGyPFk+Lu9a5E7YfM+BO3py4Vr9E29RsgaAnlBrizhMK4i0fH5Ocqbuccfx1mwxDgdaf7OV+iE7cINTw0TOF8tNUMqdo3gjRZEUuT5UPOydKUddvQfaLK8wXBoNowdwFP0z06BBZcfR//eSJW46/Q8bCoVSdUCdPyLHzhQDzLSBKU7yUqFW6o92Evr5gkOOXisRT1t963MVBFH5596MX/aTTE0e85uy5G8YeeL4s9d4S12vnqivE+dqHC4L2qycAsyjbvy1AzCboQ7sJYabik9gvi5zLFx9282No33ORHyNT30q+UEeVxVwXiGL2WMxxTF5AFLUHbZwlWfsloZWvqN28BSMbdo6mV/QZd8Ksvlk9wEcerevM/gvW3zr67A23HP/n8hMUXX0tGeeasfHxl4Rh5Qj5APNb+Xbip7I6tTtef8ex+0yMB9eIy/WKvHO9NqPdhLSN8crK7sX+kcrI+YsOf/n6OH55savJrLIdH/+tfEazFf1QLjjGdm5/g2TdPLPHjfQ84zgrEGZmB5IJIYmnChUXBj/c65gVf5onuqT17gGd0twE2CxFplUNKeOK6FhkjJd0g1bD05vETxorzZfv402fWDFJY2I26dqbHCQ54fCGCYDM0iR7hcV1bipDc8dLaL1Mti/U/usXHXrDbybrfZI6vAnRJtsB2y+fwquy2HibePNtG24d3fL4L4+7RmL233Ll8fGoHj4ezqmsD+tRRZ4P2LMSxHvEUbSXROa5T4zf92IJ66LQWx/qlQpLEDUVphQdf5lM5dsw/SouUTXRLM38OWvK+c/E75e6GTmLD9p7485b78NwaNFTYfl/knwYkIXzcT+X24o/qFbCm+TK2T2VkeqmJavqWzbfvmDxRLxzz5Ew3GuiHu1ViStHSq6cNj4+fpxMGRV9ZicIbhdzul5wBGPBp6X9ARlXtDjsv/31qHbD+luu0P6Y64AoufkvdAZHhwr4wJxT2snLadJECoMr7hLiIagYygWHBO88m8BttUv3ICmAG8REYjggima50lq6T3kgQ9junT9/0TmdfprSDspdhx6owcMteEl3MZNU109lnGBd6NJzXmMONAttHDL21XwMapOPvQ4617CR24h+tii/kK21yyk5snzUzFGc9klPDfrTFta7bj1AyQaz7Wk3IXrkWPCEeGiDRf/hVXSFrpy7/+eeGLvvL6TRvpQIATqmEh2Kt1+uFuA9HfKVQtnsIlQQT9TUy7iihBnA9JM9EHfkDkRfi+Cg4i8K/OceR998HTSZWrEraYw7YZfxb2v/1HRs3zoML62v/+Wxj0gUnp7PXWj+46V3x4sTjueFyXCiHuy8BV6056InXCZFyCTNn3wtu6HKFc8ljbfsbE7Il1Gs/YPO/+z8lTf/0WL4Y+guwWy87cjDZZI71oLFjAD0cVfrRiUmRZuUhSsdqcbk753lstjYKpehzuz1JT2+yBLP9wASMfcPscJfi5jxRA1oOAev5QDaIhf4h0OlGVnrQLN8Ma5GfkdDnmiueBCSHK2VftqXp0G2f62HyFZ/sBt/gNoX1FCFobSz2WB39ofb51QX9vx7CeFhl45L539nurTWD7qjACrubFWyh7O+CRZmvyplO1URO6ejg6avo8Hn6ncPgs/RABkXQhGokgghSZ5/+Wsc96tYzHuJv2hAuwlVWxyYzdgPqNyQ9pjB4Ff8tfBv4fa7/jX2gqvTCHt0ji42KAo+1v+M3Wa12T209ltcNF9axAdWodA6HCoNZA9nvUFtoruhW3BMTNTPT9Uz49QSmOUSo1WyGh9aO+uzUNrjl/MqYXjuymNuuSPtp8QG5gEudwGxIVSEOQkLvTShgaA0pkTalvLAA5ylW/6mDiCIQoA6HNDH2V87SN2oL8QBB4RI2ymk3YQqGnwojp9tK9Xgc8uPvFG/kmgM3e93f/aSi0XeOmvJDnDEToE6fMjsVz/4vjUjUtVpDn1N/4OP7bQNbWUDEEkD6nCBcu3pypXH/OwmbdaPnYjuNf4d298PPdvJiOPrW7LQ1/Q/3AkccBD2sy/2D0WBD6qwL/Y/dPZDIRQXkARXRMiuvsfxP1QLjjh+4Ugchee2NNbZnILJnZP1jS5UovCv9zh2td3wSgWVWL890CIhbdGIvJWpFTwy8Ah9PKknXyJP2gBvMSBUFmrZTm7Qmnz05doSksdBv23iDu1LBVq/mChA44SRhawD9Ns6gX4fppfpSnk+TXGRQWjyKFeg+kBVmQirlY+6LnoGuL0orvkT7Y9SfBuAD6H99ANUpu6AihcV/0owFo5U/pRu6gsU35rOBhWnHfA9Nj0rM/aAKITWTilsl7Vf+YvdhXPCH6uuqi/Um0w/p7MbR4XbD13ajP+evMN5QOU7m2k3oZLNF7DTt3Uq47+r+Kt+ogMgdXBQ9fF0VD+AD8XxT3X8D9WC47c3rz9dkmEvBiML5ROFBgnQx8nnOxC4PtrhIHDZvrr3c371YfNguR+IBzIJi3GpsRGguMZSiahooGk94oZq7BTxoKD+IPFxqcovvgzB9dBBv4qN3XATzaCdFUI9ytjXQMNBpl77QE5KlfWX2tyz/WHwhX69Q2aPY395hbwaVd6SaIW2DrX9omoyBzjcqd8M/CALrocO+lVs2Mp++XHHD+1+5C/wMFwfS5oL0MXXzUsYJo726+e8j/dRqa5FqV9C9wOCg8h/0bCf8e/aYDSAnb6tFOLTBNeYOmj5lsZcBFi9g4XE3zq1HBLc78OvStR3yJTHv5MzVA+NysLzPHw5jIbDSOAc9E7nlkCWI9rCIBsKTcnhL/bee+lbWzYuKwrygMUkjSIjalHGRIH7tpwsVQk0YSFOCLqHN0qTOqwsMch1tQlekU+aa8o2cpj0zXvHyB3Vx3VCPKlvo2+W35Rt7DGlQb0p2h+G6+fOm/cB2NKvMm9R5T07tkXyeuZ4j6w97fTN8qe2Mmj0BWAf7IcM2UwaEMEKjr8sNn658tlL+vqbMPqlWOiNQlf5eB5N6hu9CcLk9kPkIIpo8UNR+Q1pdGhAo8bt8inxBZtDeQ9vlCZ1bexHU7aBKM1XNwZx3EtB7KjUrpD/9Fniq4Z46KUA9avV0+N2NDRXOLbcfOzuMtm/EoFDEmLDxEGoOAILmvsjDqgbUgm4phTTCu4Jfjt3bvWs8Ok3Ja9wTpxVIgV5AHFA/CDeoIaJuIuhRQknXYsauIGzEGd9FoKPPMA1Xxz0cdTlF1VQqkxf4yENR8St3vpqrW+Wv2j7ZQC/v98PPy991i+eEMPf1eiL4bQfOg42/uEOeRXc+f3+dhsmYtpB6NsGWt7m8wD3c97HUTfIUqniq8Izdfx356nGk2jjfFH0+Iemfr74Mffx1hY16mt8pOGIOKDNe4Tsl7CxrfHTfqsbom+pbI+2nyvpqb89kYwsGKvWmPKNBuEIdBTWZyCsDYNx+bnu16w8avUjxlvuB+EBiaX+IX7AkphaTIQoNMvGFEIxnya4tnVQj4gD5mxIF9ABfZy81gXyxIo/KNmOMK895RBCCnAW1Rc091ek/dLLFbsfc8uX2Hc/4V7H3PJNuTL0YfqC9mYh+pwu+7O64NiPmY+Tt0lfFzvW+218PKkPg7euOPb/t3etMXZVVfieM3f6VCxtZ4YpD1tUhLRAOzNtobwMglhNeBiRYtSUABHjDxOj+E78YQw+0R8S+SMxEiQSFDUgjxgaUAq10047FJGBQqEPoEUstPIovcfvW2uvc/Y9c2/n0XvPnal7z9zzrbPPfq1vrb3Pvvuex4YmvDPFWc98iYiP+JND2TOZWOPjt9mXLa2rpekw5/QNj8IYDzXT/00nH32dfdnSHNr+emvyWMnBKzjSLGIv7ImtsJ1c+o/cf4xHw2F8Uudh+mf8VE/OJGnLNquphJjKdSS2ROO0TSabspKaaSWXpE7VZTkSktJ1XcseH9PT5zRj2DaEAbEpSiLyo6NAOgERmyLObCod1NIxLYMhRS6ZOvRlicRmWIf34jSN8wvzGinOtQvysPYwv+nAAlz9gpAlu0NtWVVzmdlVCzS9DGvV58WlelvBUr3uxHE8VJ5V/qwW3pxtx5JLvg3V/jwR9afti7Y/6vt+R8/G25vBNk9avu+J7c3uhp79x69/c5806nMDE/2wWf4/fv0P3f/99o9axuPiaSIzk6Hkb1L/b5b+vg9avzcUfWDUFNkHuePQ9DaUdKa/7EyQFY6X1y1cjA63mA2lckSRcVIwtGmFIVKqsg79vCxDyomin3Uve+IWp2uAohjgmMZ+7fftenXTcAxENXaGUgY2KapdOYiZjekPIhOZUP4tT67MUZTPprD8usGOEV07DNkOqd8hZQmGtQodh/542uTrcVy5bPb7+vfWKrJRcXzFdTTzXbhrTJ7AqMVSNwbRUbkvWn+/PrE62mJ/TbN/FP0Bk42GPnNDiXTbovy/uPlGae7ijfegM29J+0GVwp7eFIvSn+5r4wDltK9ix3yb7RlLcJPFovp/S/zf+DCOhLex9/8JscLxTkmfvSEGg2JyAskpRJJlbHYoPgNDG9rTRw0x63qga+mirxhPAVvFgDtByahjndohbKmdVNG3/2hb6+bY8AP9g/eIRJQP/YgyUWTuMq5OECfDMaIvu+Q8sTEQVc6QsRoMNWUWh/hce8aqP75M7Eva4pVzFm/a4iprKnSc/PfXZ8Qx3jURbVJtWqt/Xtli7B/d1TntA6vAgW/YfFMOax9PyIRrOG4P5Z+5Wsalf66MZu2SL7z78FtaPnUTJTOEnmP1/3xbx6X/GPjN11d73+lWQP/P199w/f0xz5ddxTrm0ZLZuKdxxgETUrbgyxNghSNZ39sOr+O7U9BCfAwpy/KNQ8iimENVUhU31QxhhKdnTGu/go/ZtbiARTPg7CnVUq4dfJ+mTLsaUtZSDFmGykSRnb9w4Ko1YFvNmho5+G2EOeVbif62mE5SJV5zZOVZuVqCtlfb6LcdWV3Q/NY+jbQ4S5OhX4bpbUhNtVZFELMviaOPdi0ZKPTNxu/u2bh76rTp5+P80a/tbY3+yqLjwphpsv2h7x2dPbMulyexZmZruMRvfmZ3w7z9G6F/wxs+QoFzlwz8EX7z83rJ1J+y+T11bqb+I/X/eu0cfbz1de25ms/ihpcy0fT3x1CVYRHvnKztHX//b/kKx64K3gqbVHiHiljDUHecoaiwnVAc+sSkZsQxzEdeS8rli2edNnhYT11MywzCuBigfeQDu6ZYw8a+HSnLYOOQcv7DE7k5vZzU5Usn/INoX0ANXX4qkJYDQWQiBR5zKLJrI6e3MsWVtjgdqBP/DF1axlnI6zPW9GyK8UDZ+zwfJ+3nFT3ZML14J0w5af8wGvRwi/QXLoq0P17+9auO3pOubPQdKcapjxW+Ldb5vaFn+9QPDld/v86i5I6k/avoIY9ZPzFk/dTV0PQ2bIb+7OtSLpECgqHuHd42r08D+3/h/t+o8U+/4imvLZ9wJMnB1ZmJbeAm1vowpaXxZZcWjy3H8U/P6338nzwaQqsYwMvb0Iv5obkMKctg45CyJlEUmYMus/GkLoNRhpKbpmYpLAMfjhmGKnOiwDjNNxztmObDVvITfTktX9qigxLbxbJTdPX49VFX1tlQ/UulB6eX2ns7+vo3oMqWhdl9/Xs7e2afH8XxjcIDWiK6OjS9Dc3uhqQYbAvVRP6JrR2KLNxpuSxHcjhUmeojJ4vBR7l3dnHt8O3BMqo/zJflt7KIqRwlb2Px9wudvYNXF7VKGmMkLkJ/sld0iPr6D0wptX8KFL9Cm+s/pYlm//EzYz7WlP5PRydpZIzgkHJT/N8vHxVIPUD6J+tLkS3BQcYdSn+9pBaJEFo64XhpcFEX3rS3UpRAY8QBHYo7QpkUPcXS9F6cKh5/s3v50N1ULITWMpA5oHNKGI2OSu81pMx0hiIjjSE9mYcNfVk9P0tr9VFryU8BQepyqLKrH56FlEyCYKh7/lbqZAok0Q/bTFnbzjIpE3253nFmlnZoIZKXcZZedUUFKA8J38At3d/o6p39kaP65NkYftNaIvPbflfvpi+jeTiBJK/7Ovuy6ePHmd6Gprch81Trr5xrXLWs/Cj3lkfyi61QjgtSF2SiyiPYPyo939YWn9PVt+mXVkYRiAUO8QHTJdOPjVfdSY/J2fGMs9HpX4Q2w+vAZPX59nLblVDyzQlt/+FNHzkGF+CYf9EGlIm+bMcRqX5IY7o0hmI/lzezL6pvqP1H8P+ctmwmg2sucOzj34RZ4ajsf/szeNNe2YyjijkNRc38xo4RfZk2iW7rXv6vH+RzhP1WMaA2kk4EW43axr5ZRcbGkIL0AId+b6ijptbPbNoGJrM4X86OWzpWmnXOdMBALGULVla9/Hp87PpjIv7XqNR+amffphuKWNI3fUaLnX2Dd5SiqUtA0b3M02j9xeZmd8Mm2h8a8Ar0m6dNKS2eu3jTutHy0PB0oisJdR/RmbW4iAb4P0trRZizZOCBtlJ5JZzl9br1F6C/9Vm2wWTrp3XbNcKBye7/9dqvY52OgzbuGeb5Mw4N6bMqZ+S1dIUD126sRouy1phM9DuW62ymCFFkNxvEbdDru4859uqsoCBNXgb0Qs5SiejLtTUyh059InVyN0BLNs/HahdTN9YuKJWLzfiLHYLF1c10GAfwg8wjUdR2UdfSzRd09fU/cxhFNT0r29e1dHAlXhz3SVT2QmMq9G3uy7VLb4T98WVlY1spXtHVO3hd66/98nX25ebpX7vk5sR2LB1YE5XL5+KkNVS7Bl9nX66duhH2r11yq2J9nX25dnuarb+NdY0a/1o24dj52Af7MG1YpDTqyQH72OVW/3hM4zRVfptgHRKO++KUg/Gl0YI1b+aPh/1WMuBO+P7E0SaKDv3OkrXUlg+Iej2EoaaHR1iZ8A4NhlkpqSRpsUd09RrWqt+P8+W0vJzgp1E51z5r6yHqhxrv4KT3p6gturBr6eNnYTn//lw1E3q3q2fznaUp8Sm4aPc7MNlu44G9V3g3HAX/tLWG5tsfbRvCe1Gu6ew7eencvs2PTQySm6v/O6UCH8RRh9DOJQMD0fS5PfCO3zCJ9SFN3lz9pS7nh1avYZ3mjiqaZWg5GU50/ze9DamoyURfrkeCn0Zly8cx2ev/roCWvbwtOXhgNZvkB/+CG43HUo4MQJoSHLjfx/Qo0r+FC1Ium7viqR1+OUGeQAz44wealdsVp+YSnTmuympnasF9Oq6iiCo755F45xdMmaV1PoMYudpajml55kcaZWW7AiXSl11GB5zpq5/atw9OiiibZtXp02h32FLhjaxsNS8C/W1pWunWrlMHX8rlnFS7x5y+eT8a/L3khTN/8vKu164Cq3gGTrKgnv7GA+2uNlfOVVY7kQC1u9kIEWSNmZ2JTNZ0zGFpNQG3w+xfivqxonFDR98nfs+Hm5VKzXtSOVs0uqADNfXw/VP1Mp1Q0mHq37IBP0dC58I1+xD1uV3rF94SR9GNlUpyOpM0W/98+Xl/yTVzVLu48YEtr53Woh3mdv9/xj/HTkv8Lxl6/9Sdeyq8gAgOxgHbDQ4C7HjaOnUOr7PJKEOTaYI4jj5/zPKnH61t6RDbSgbMpmZfIoOeYDKbj3S8pg7OP3iME1J4jCD3h5XP4/Qz/KXHXZxE5DZS3iHS549LsQnK1uKH1+/8G77Ka6eextntMTyW/L4ZUfl+Pt8iV/2k33UvSLwpSS6/eff6Jy+CbVZhQnYJOvpRVG6YfRw/9fyjJiHjsD++mLwIL/gdVpFuP6ZncK2WOxEmGpmG2XiX9Y/sqCeNQ3/z/9avb3h6QOzu2/Jgkny356X+O1fhJ9QvJZVkmY0J1Sm9vcPQ38YCYqOCcDtC/6/n36ZrveM12+g1XcajSTD+mR4tmXDs2H3wYjRgNhtRbXhjUtF8wtBPj1nxT7uXP/NrxoUwcRkw+xqypb48Ust1ENZvPpKWrsHO7VyFZcmu5yTV5Vf7FMtDA/RbsorptyrsMkYhRT8OstVNlIDljTh+Az/v4Se96A0Utg9ZdwJ3YBDZjju1t0Xlts1JW7TZrQJYxiMa3e2keLR16Z7k2Q9Ne/nfe1biW+ylGCDPgX0WjFb58dof+WjILcCHYIs7O3suX6OrGaOtufB0qUf5NY9X/6yMan8u28w4S9ByydnlNjTkthf7TzsjqhzEzQTRJeiLxzVaf5ZX1f9L0au4ruBhfBG4v9xevmtcZKBMf8ypJdeKG01dTdcf7mF1aHuq/aU6DnvCn0MA9bJJk6atwYWQrkdrOrllbBZuXzv/bgwHHxvW+mEVUnnTkAdVxqB137wz+z5e1D3yw5oVIgIDgYFxM7B7fW837o48C9357EqSLER/PhED1wlYDSnLNKGqy2OHk8l00Ko5JrxZiuLnkHBrFMWb4iT6G27BfOToJQP/GXcjQ8aWMgB/iF75x6K+g3FyLqb0y9CYZbD8fNgYYpWDYN/isiNMwWBHkijCs1VKz+ILwBB85IlSnGzGz2ob5vQMPokTJpOFUAADZpcCqtIqdq8/pfvtt994ARZuy7xBj9nSOJEhv1xEP8Ptgk/NmPGe5WEwUc7CNjBwJDCAn2DaXhwYOj6qHDgRPz4dDZ1morPPEMQr5JK4UsEzSf6Lycd+DA/7S23xfuzviduirXNOH9gZThpHghccWgeulO3Z++oJlQMH34s5wjxMRGZiSgEfiWbgiVI8acA3nH/QV+LSPlwUvKcytbKjc9Hgy8FHDs1vEUcLn3DsWDv/eiytyvMyWDm9JG2Ere24bzP55Ro84XBvnCRnzFvx3JNFkBPqCAwEBgIDgYHAQGCgMQwUflssVkdX6zRDVzFUVmX0an/EYOrqyzyKOQie51a5Mkw2lKuwDQwEBgIDgYHAwGRioNAJxwtr5y/HTOIUWdbAfEN+OnGoP6doHFc8dNVDLwhkLPa/fvyZ2/4ymcgNbQ0MBAYCA4GBwEBgQBko9C6V6GDlKt5ByAmEBu5QdtMLd3EYf0qxIEej6NZjV2z7kcUFDAwEBgIDgYHAQGBgcjFQ2ApH8uz8aZg8XIEVjowhk4m+bCk4D4lK646dF19rUQEDA4GBwEBgIDAQGJh8DBQ24dixq3IBZhWz7A4UUmUrGUSVM+TKB6J3YZZyWbTgufDY8snnW6HFgYHAQGAgMBAYSBko7CcV3P/Me+7dQ0L4KGgGPlGPsv6kIlHpJnqrPU4u7VixfWcaFYTAQGAgMBAYCAwEBiYlA4WtcOAWk6VkyFY1KNuzfIj88FiGlWu7V2xv3Wui2cAQAgOBgcBAYCAwEBhoCAOFTTiSKOHLeqoWM/xbX30ZD2j58XFn7ZA3CTZEy1BIYCAwEBgIDAQGAgMtZaCwCQcuydjK6zfkeg0i/hgMReYKR6l073FnXfM1ORg2gYHAQGAgMBAYCAwcEQwUNuGIytFNmE0c0Ks1ONmwu1UMufiRrJs5fdqqCf6SpSPC8EGJwEBgIDAQGAgMFMlAYROO48/YPoRJxvX48DGiAF3tMMTu2plTZl44u2/r3iIJCHUFBgIDgYHAQGAgMNB8BnTBofn1pDVse3jeBaj0i5hynIe5x1t4y+Mz2P/F8WefdEcUrXknTRiEwEBgIDAQGAgMBAaOGAb+B5nwCpLPLNx7AAAAAElFTkSuQmCC"],["fxFlex","30","width","295","height","295","viewBox","0 0 295 295","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M182.629 183.635C213.842 170.774 228.719 135.046 215.857 103.833C202.996 72.6204 167.268 57.7435 136.055 70.6048C104.843 83.4659 89.966 119.195 102.827 150.407C115.688 181.62 151.417 196.496 182.629 183.635Z",1,"fill-color-0"],["fill-rule","evenodd","clip-rule","evenodd","d","M169.522 122.093C171.059 115.241 166.054 111.136 159.022 108.13L162.04 98.916L156.431 97.0797L153.493 106.051C152.019 105.569 150.502 105.104 148.995 104.643L151.953 95.613L146.348 93.7769L143.329 102.988C142.106 102.615 140.906 102.247 139.743 101.867L139.752 101.838L132.017 99.3019L130.057 105.293C130.057 105.293 134.224 106.57 134.131 106.624C136.402 107.369 136.71 108.93 136.552 110.138L133.115 120.635C133.271 120.687 133.473 120.761 133.695 120.869C133.66 120.857 133.626 120.846 133.591 120.834C133.562 120.825 133.534 120.816 133.505 120.806C133.375 120.763 133.24 120.719 133.102 120.675L128.284 135.38C127.95 136.062 127.157 137.065 125.569 136.548C125.62 136.635 121.492 135.211 121.492 135.211L118.184 141.544L125.483 143.935C126.298 144.203 127.103 144.476 127.899 144.746L127.901 144.747C128.431 144.927 128.956 145.105 129.479 145.28L126.429 154.6L132.031 156.436L135.051 147.215C136.579 147.75 138.064 148.25 139.517 148.725L136.509 157.902L142.118 159.739L145.166 150.437C154.773 152.984 162.15 152.77 165.87 144.183C168.867 137.27 166.555 132.99 161.623 129.952C165.417 129.361 168.406 127.109 169.522 122.093ZM155.149 139.449C153.059 145.84 143.068 142.413 138.496 140.845L138.496 140.845C138.085 140.704 137.718 140.578 137.404 140.476L141.449 128.129C141.831 128.254 142.299 128.395 142.829 128.555L142.829 128.555C147.571 129.985 157.289 132.916 155.149 139.449ZM144.22 122.79C148.031 124.108 156.343 126.982 158.247 121.175C160.192 115.234 152.086 112.815 148.127 111.634C147.682 111.501 147.289 111.383 146.969 111.279L143.301 122.477C143.565 122.563 143.874 122.67 144.22 122.79Z",1,"fill-color-15"],["d","M158.075 173.411C189.288 160.55 204.164 124.822 191.303 93.6088C178.442 62.3964 142.714 47.5195 111.501 60.3808C80.2885 73.2419 65.4118 108.971 78.2729 140.183C91.1342 171.396 126.863 186.272 158.075 173.411Z",1,"stroke-color-thinest"],["d","M259.352 172.363L85.4595 244.016",1,"stroke-color-thinest"],["d","M122.291 259.352L85.4593 244.016L100.795 207.184",1,"stroke-color-thinest"],["width","225.692","height","225.692","transform","translate(0 85.983) rotate(-22.3941)",1,"fill-color-30"],["fxFlex","30","width","298","height","300","viewBox","0 0 298 300","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M248.333 237.5V112.5C248.333 105.625 242.746 100 235.917 100H37.2501C30.421 100 24.8335 105.625 24.8335 112.5V237.5C24.8335 244.375 30.421 250 37.2501 250H235.917C242.746 250 248.333 244.375 248.333 237.5Z",1,"fill-color-0"],["d","M273.167 212.5V87.5C273.167 80.625 267.579 75 260.75 75H62.0832C55.254 75 49.6665 80.625 49.6665 87.5V212.5C49.6665 219.375 55.254 225 62.0832 225H260.75C267.579 225 273.167 219.375 273.167 212.5Z",1,"stroke-color"],["d","M6.20851 200H24.8335V150H6.20851C2.73185 150 0.000183105 152.75 0.000183105 156.25V193.75C0.000183105 197.25 2.73185 200 6.20851 200Z",1,"fill-color-0"],["d","M31.0415 175H49.6665V125H31.0415C27.5648 125 24.8331 127.75 24.8331 131.25V168.75C24.8331 172.25 27.5648 175 31.0415 175Z",1,"stroke-color"],["d","M161.417 187.5L142.792 150H180.042L161.417 112.5",1,"stroke-color"]],template:function(F,ve){if(1&F&&(e.YNc(0,Gn,1,0,"ng-container",0),e.YNc(1,br,18,5,"ng-template",null,1,e.W1O),e.YNc(3,js,19,5,"ng-template",null,2,e.W1O),e.YNc(5,rs,19,5,"ng-template",null,3,e.W1O),e.YNc(7,pa,17,5,"ng-template",null,4,e.W1O),e.YNc(9,Es,13,5,"ng-template",null,5,e.W1O)),2&F){const ot=e.MAs(2),ri=e.MAs(4),Ki=e.MAs(6),Wn=e.MAs(8),kn=e.MAs(10);e.Q6J("ngTemplateOutlet",1===ve.stepNumber?ot:2===ve.stepNumber?ri:3===ve.stepNumber?Ki:4===ve.stepNumber?Wn:kn)}},directives:[q.tP,C.xw,C.yH,C.Wh,q.mk,Ni.oO,P.n5,P.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[Fi.l]}}),K})();function Ks(K,Fe){1&K&&e.GkF(0)}const as=function(K,Fe){return{"small-svg":K,"large-svg":Fe}};function As(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17),e.qZA(),e.kcU(),e.TgZ(12,"div",18)(13,"mat-card-title"),e._uU(14,"Boltz Submarine Swaps explained."),e.qZA()(),e.TgZ(15,"div",19)(16,"mat-card-subtitle",20),e._uU(17," Boltz is a privacy-first account free exchange and a Lightning service provider. By doing a Submarine Swap on Boltz, you can swap your on-chain Bitcoin for Lightning Bitcoin. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,as,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}function bs(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",21),e._UZ(2,"path",22)(3,"path",23)(4,"path",24)(5,"path",25)(6,"path",26)(7,"path",27)(8,"path",28),e.qZA(),e.kcU(),e.TgZ(9,"div",18)(10,"mat-card-title"),e._uU(11,"Step 1: Deciding to Submarine Swap"),e.qZA()(),e.TgZ(12,"div",19)(13,"mat-card-subtitle",20),e._uU(14," You have one or more Lightning channels that are running low on outbound liquidity and you want to fund it using your on-chain Bitcoin. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,as,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}function Gr(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",29),e._UZ(2,"path",30)(3,"path",31)(4,"path",32)(5,"path",33)(6,"path",34)(7,"circle",35)(8,"rect",36),e.TgZ(9,"defs")(10,"pattern",37),e._UZ(11,"use",38),e.qZA(),e._UZ(12,"image",39),e.qZA()(),e.kcU(),e.TgZ(13,"div",18)(14,"mat-card-title"),e._uU(15,"Step 2: Sending the on-chain funds"),e.qZA()(),e.TgZ(16,"div",19)(17,"mat-card-subtitle",20),e._uU(18," You send the on-chain funds to an address which can only be spent by Boltz when it pays a Lightning invoice to your node. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,as,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}function Ga(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",40)(2,"g",41),e._UZ(3,"path",42)(4,"path",43)(5,"path",44)(6,"path",45)(7,"path",46),e.qZA(),e.TgZ(8,"defs")(9,"clipPath",47),e._UZ(10,"rect",48),e.qZA()()(),e.kcU(),e.TgZ(11,"div",18)(12,"mat-card-title"),e._uU(13,"Step 3: Receiving the funds on Lightning"),e.qZA()(),e.TgZ(14,"div",19)(15,"mat-card-subtitle",20),e._uU(16," Boltz pays the Lightning invoice to your node and claims the on-chain funds locked in the previous step. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,as,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}function vt(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(F),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",49),e._UZ(2,"path",50)(3,"path",51)(4,"path",52)(5,"path",53)(6,"path",54),e.qZA(),e.kcU(),e.TgZ(7,"div",18)(8,"mat-card-title"),e._uU(9,"Done!"),e.qZA()(),e.TgZ(10,"div",19)(11,"mat-card-subtitle",20),e._uU(12," You swapped your on-chain Bitcoin for Lightning Bitcoin, while also adding outbound capacity for your channels in the process - all in a non-custodial manner. "),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@sliderAnimation",F.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,as,F.screenSize===F.screenSizeEnum.XS,F.screenSize!==F.screenSizeEnum.XS))}}let ae=(()=>{class K{constructor(F){this.commonService=F,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.vpe,this.screenSize="",this.screenSizeEnum=Q.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(F){2===F.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===F.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(Ft.v))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-boltz-swapin-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["swapStepBlock1",""],["swapStepBlock2",""],["swapStepBlock3",""],["swapStepBlock4",""],["swapStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between center",3,"swipe"],["fxFlex","30","width","323","height","323","viewBox","0 0 323 323","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M53.8333 134.583H80.75L94.2083 161.5L117.792 134.961C121.616 130.658 125.869 126.602 131.194 124.413C136.45 122.252 142.103 121.125 147.842 121.125H242.25C286.847 121.125 323 157.278 323 201.875C323 246.472 286.847 282.625 242.25 282.625H147.842C142.103 282.625 136.45 281.497 131.194 279.337C125.869 277.149 121.616 273.092 117.792 268.79L94.2083 242.25L80.75 269.167H53.8333L67.2917 228.792L53.8333 201.875L67.2917 174.958L53.8333 134.583Z",1,"fill-color-0"],["d","M26.9167 107.667H53.8333L67.2917 134.583L90.8755 108.044C94.6993 103.741 98.9527 99.6849 104.277 97.4963C109.534 95.3357 115.187 94.2083 120.925 94.2083H215.333C259.93 94.2083 296.083 130.361 296.083 174.958C296.083 219.555 259.93 255.708 215.333 255.708H120.925C115.187 255.708 109.534 254.581 104.277 252.42C98.9527 250.232 94.6993 246.176 90.8755 241.873L67.2917 215.333L53.8333 242.25H26.9167L40.375 201.875L26.9167 174.958L40.375 148.042L26.9167 107.667Z",1,"stroke-color-thick"],["d","M134.583 215.333C142.016 215.333 148.042 209.308 148.042 201.875C148.042 194.442 142.016 188.417 134.583 188.417C127.151 188.417 121.125 194.442 121.125 201.875C121.125 209.308 127.151 215.333 134.583 215.333Z",1,"fill-color-15"],["d","M107.667 188.417C115.1 188.417 121.125 182.391 121.125 174.958C121.125 167.526 115.1 161.5 107.667 161.5C100.234 161.5 94.2083 167.526 94.2083 174.958C94.2083 182.391 100.234 188.417 107.667 188.417Z",1,"stroke-color-thick"],["d","M201.875 215.333C209.308 215.333 215.333 209.308 215.333 201.875C215.333 194.442 209.308 188.417 201.875 188.417C194.442 188.417 188.417 194.442 188.417 201.875C188.417 209.308 194.442 215.333 201.875 215.333Z",1,"fill-color-15"],["d","M174.958 188.417C182.391 188.417 188.417 182.391 188.417 174.958C188.417 167.526 182.391 161.5 174.958 161.5C167.526 161.5 161.5 167.526 161.5 174.958C161.5 182.391 167.526 188.417 174.958 188.417Z",1,"stroke-color-thick"],["d","M269.167 215.333C276.599 215.333 282.625 209.308 282.625 201.875C282.625 194.442 276.599 188.417 269.167 188.417C261.734 188.417 255.708 194.442 255.708 201.875C255.708 209.308 261.734 215.333 269.167 215.333Z",1,"fill-color-15"],["d","M242.25 188.417C249.683 188.417 255.708 182.391 255.708 174.958C255.708 167.526 249.683 161.5 242.25 161.5C234.817 161.5 228.792 167.526 228.792 174.958C228.792 182.391 234.817 188.417 242.25 188.417Z",1,"stroke-color-thick"],["d","M189.321 97C186.935 97 185 98.9345 185 101.321V112.679C185 115.065 186.935 117 189.321 117H237.679C240.065 117 242 115.065 242 112.679V101.321C242 98.9345 240.065 97 237.679 97H189.321Z",1,"fill-color-15"],["d","M161.5 67.2917V94.2083H215.333V67.2917H161.5Z",1,"stroke-color-thick"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","width","347","height","169","viewBox","0 0 347 169","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M89 157.417V41.5833C89 35.2125 92.75 30 97.3333 30H230.667C235.25 30 239 35.2125 239 41.5833V157.417C239 163.787 235.25 169 230.667 169H97.3333C92.75 169 89 163.787 89 157.417Z",1,"fill-color-0"],["d","M6.25 134.625V18.375C6.25 11.9812 11.4812 6.75 17.875 6.75H203.875C210.269 6.75 215.5 11.9812 215.5 18.375V134.625C215.5 141.019 210.269 146.25 203.875 146.25H17.875C11.4812 146.25 6.25 141.019 6.25 134.625Z",1,"stroke-color-thin"],["d","M256.188 123H238.75V76.5H256.188C259.442 76.5 262 79.0575 262 82.3125V117.188C262 120.443 259.442 123 256.188 123Z",1,"fill-color-15"],["d","M232.938 99.75H215.5V53.25H232.938C236.193 53.25 238.75 55.8075 238.75 59.0625V93.9375C238.75 97.1925 236.193 99.75 232.938 99.75Z",1,"stroke-color-thin"],["d","M146 53V87.875",1,"stroke-color-thin"],["d","M146 122.634V122.749",1,"stroke-color-thin"],["d","M344.698 95.3022C346.74 97.3445 346.74 100.656 344.698 102.698L311.418 135.978C309.376 138.02 306.065 138.02 304.022 135.978C301.98 133.935 301.98 130.624 304.022 128.582L333.604 99L304.022 69.418C301.98 67.3758 301.98 64.0647 304.022 62.0225C306.065 59.9803 309.376 59.9803 311.418 62.0225L344.698 95.3022ZM277 93.7706L341 93.7706V104.229L277 104.229V93.7706Z",1,"fill-color-15"],["fxFlex","30","width","454","height","243","viewBox","0 0 454 243","fill","none","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["d","M141.75 172.125C178.098 172.125 207.562 142.66 207.562 106.312C207.562 69.9653 178.098 40.5 141.75 40.5C105.403 40.5 75.9375 69.9653 75.9375 106.312C75.9375 142.66 105.403 172.125 141.75 172.125Z",1,"fill-color-0"],["d","M121.5 151.875C157.848 151.875 187.312 122.41 187.312 86.0625C187.312 49.7153 157.848 20.25 121.5 20.25C85.1528 20.25 55.6875 49.7153 55.6875 86.0625C55.6875 122.41 85.1528 151.875 121.5 151.875Z",1,"stroke-color-thiner"],["d","M20.25 192.375H222.75",1,"stroke-color-thiner"],["d","M192.375 222.75L222.75 192.375L192.375 162",1,"stroke-color-thiner"],["fill-rule","evenodd","clip-rule","evenodd","d","M161.033 82.5635C162.307 74.0523 155.826 69.4769 146.965 66.4247L149.84 54.8952L142.822 53.1462L140.023 64.3718C138.178 63.9121 136.283 63.4783 134.4 63.0486L137.219 51.749L130.205 50L127.328 61.5255C125.801 61.1777 124.302 60.8338 122.847 60.4721L122.855 60.4361L113.177 58.0194L111.31 65.5152C111.31 65.5152 116.517 66.7085 116.407 66.7825C119.249 67.4921 119.763 69.373 119.677 70.8641L116.403 83.9987C116.599 84.0487 116.852 84.1206 117.132 84.2326C117.096 84.2236 117.06 84.2146 117.023 84.2054C116.981 84.1948 116.938 84.184 116.894 84.1731C116.732 84.1323 116.563 84.09 116.391 84.0487L111.801 102.448C111.453 103.312 110.572 104.607 108.585 104.115C108.655 104.217 103.484 102.842 103.484 102.842L100 110.875L109.133 113.152C110.152 113.408 111.16 113.67 112.156 113.93L112.158 113.931L112.159 113.931C112.823 114.104 113.481 114.276 114.136 114.443L111.232 126.105L118.242 127.854L121.118 116.316C123.033 116.836 124.892 117.316 126.711 117.768L123.844 129.251L130.862 131L133.767 119.361C145.734 121.625 154.733 120.712 158.521 109.888C161.573 101.173 158.369 96.1458 152.072 92.8677C156.658 91.8103 160.112 88.794 161.033 82.5635ZM144.998 105.049C143.008 113.044 130.493 109.739 124.766 108.226L124.766 108.226C124.251 108.09 123.791 107.969 123.398 107.871L127.252 92.4219C127.73 92.5412 128.314 92.6723 128.976 92.8208L128.976 92.8208C134.899 94.1498 147.037 96.8734 144.998 105.049ZM130.167 85.6513C134.942 86.9255 145.356 89.7047 147.17 82.4376C149.022 75.0044 138.901 72.7637 133.957 71.6694C133.401 71.5463 132.911 71.4377 132.51 71.3379L129.016 85.3499C129.346 85.4322 129.733 85.5356 130.167 85.6513Z",1,"fill-color-15"],["cx","371.815","cy","95.815","r","81.815",1,"fill-color-boltz-bk"],["x","313.615","y","82.836","width","110.745","height","30.1472","fill","url(#pattern0)"],["id","pattern0","patternContentUnits","objectBoundingBox","width","1","height","1"],[0,"xlink","href","#image0","transform","scale(0.00185185 0.00680272)"],["id","image0","width","540","height","147",0,"xlink","href","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhwAAACTCAYAAADFh8BYAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAACHKADAAQAAAABAAAAkwAAAABS37hiAABAAElEQVR4Aex9CaAkVXV2VfebfWWG1QWQRYddNgmCO6CiIGrAKC6gUWOIUROz/CYm+OdP/P9f82viEmNUcCFRUVFQlMUIgpIoCgwO2ww7IjLMMMub5b3XXfWf75z7Vd2urn69vK5+/d7Ufa/qnDr33HPPdm/drqquDoNdvMTxhSPBE5vODuL6BUEcHiDumBcE8Y+DYORT4V4fu3YXd09pfumB0gOlB0oPlB7oiwfCvkiZoULiDe9eGtSCH8RxfCJMCOUvlj/AIAyjoBL/abjHJz4+Q80r1S49UHqg9EDpgdIDQ+OBXXbBEW/8i2XB+ParZYHxHDohlrAAB0QJw2AiCOccGu75sXVGKfelB0oPlB4oPVB6oPRALx6o9NJopreJ469Xg4ltX8NiA8sLLDD8xQYWHbrwiOM5QVC7YKbbW+pfeqD0QOmB0gOlB6bbAyPTrcC09P/bH39EbqO8NF1mRKoGbqbYAgRQCkAU47mOspQeKD1QeqD0QOmB0gNT8MAud4UjfvyCt8Rx9D5dbMg9kwT6OK95xHrtY/EU/Fs2LT1QeqD0QOmB0gOlB8QDu9SCI37sghPievyvSeR1QSFHgD7uGPRmSxj8POEvkdIDpQdKD5QeKD1QeqAnD+wyt1TiJ9731Hhi52WytJinFzDy3OUueOitFNTjAkcU3ZDHWtJKD5QeKD3QLw/Ej55/TL0e7tcveamcmqCY5gGDoFqdf0P4lM8+oQflrvTAgD2wSyw45F0b84PHHr9MntvYJ5RbJ/aYqHgat1FwZUNvp7gHRYWEdQdKWAk3BXvt+UM7KvelB0oPlB4oxgMT9VjeAxS9FXMTv56vPeFDDz8IAW2cspLpixdos/XWGIsNm9XiaOeL5eBHspWl9MDAPbBLLDii3zz2OfHs8fCuLDpSJxN3kDUpjP+9Gl64M21QYqUHSg+UHijAA3Gkc5N+IBIcEAVzkbfeUJq/c2z8zJSzAJEljAgJQ85qfusSLz0wWA/M+gVH/Ngf/GW9Hp8Lt+av/jmkwUHcBmclnnMRqGUpPVB6oPRAoR6QVYVe2ZDVgS06bA5Cn/xcZP1z+eEWJBl+tk0WLNl6d6WjUFtK4aUHWnhgVi844t+883T5sPD3/BQAH/i4fFvFDW77WqwNVqMJfke4zydvbuG3klx6oPRA6YH+eUDWF7z6Sgjh7RYQ4PH5iRNm24O/LKUHpssDs/ZbKvGj71glnxX+I4qj1EZ+VAD0ced9DlLAOIi+MF1BKfstPVB6YNfzgLtmwactxAG4HYIrHQZ9HDRsfhvDcaUkLfhQhQJIPK0tsdIDg/VAejIebL+F9hY/+d7lcRxeHkX1pRh8HGxYRigO6AYrIQcpoFwFqVeqI5cUqmQpvPRA6YHSA4kHbE7CIbC0ELcFhtFJw9xmuH5I8hYnkGKbzoCC68yWii2x0gPT4IFZd0sFry2v/+bar8lgOxj+bBi8GIMcf6jDg1T45wNVimuj74d7fvoxwcrSgwfih9940EQU/lleU/mcJS9/CQNAFOKARRR8vsOq2j7npThX2j3rE8by6H+4Qz447qxUgh0y4T8hv/b368pI8Os54fyHy68eFhHNXVAmhok3ZyV4h8MFCxF7ds3GmwnbBf1YmjwUHph1C47oNz/8R3l3xmnwbu5YFWIyVjkGCW1kBtVK9aKhiM4MVaIWB/vIQu8deerb3MlLwRKjzHM0CEXD/CoxsUkziVqDWNYBorAtubP3sPP5PX2kYSiyYiegiZ/6JD3JzTcwY2IP6kFcC4PxeFsw/uCbHpeF7K2ShLdVK+F/VaPFPwr3+5cnG5QvD0oP0AO6IraPR0i9dErKyX+Xm2iKFv7XaN1nKMlhE4z819wELEvpgWn2wKxacNQeeft5UVR7j/68vDhWx5gMPH+sNQw7DEoQ3ODEya8ShhuCffb57jTHZeZ37xYAGRc32WXzoUyaLjCMD6Gd8DFnWpAYLtarQFfXJFwI2t7BpN7jt/7THMntT/iT/og7GWqf4C6FbLGCjuJoTyGeJvTT5FtSQT3cUh974I03i6Dvz60El4RP/8q6RJ8SKT2AS26SLMwzwtx8FFbWq+NcLuY5MTf/8xhLWumBAXhg1iw44kfeeWI9qH/GX+0nZwF3NsAgBcrBqrjsXLW6Wz5oXCLv3hgfgO/LLsQDmBAREYNwSWOU9EhY0phlPtGhrfxxkWnS/JhaLSnMD/Ij+CobDbUIopc3SGjUh32lSwxKZvtGflLFzKpwniD9nTBWDy4ce+Dcm8KwctGcfatfDsOLy3e90FG7KIwj3NxDzjXmjx4JGRAlm3/ZfPYl+C2yWWp15b70wGA9wFvZg+21z73FG37/aVFY+5YMxnkNA4srf0DZ9KTmoL/yx2DmgB4JRi7us3q7pDhMjPiz5YBB4IgDIXAthDggDigb/ggVBwtorUqmvbKRJgdsC6h/rg/kAxc9hGgLHkIfV6LsmDfMIfAABzQ8hbRbfRLHJ8pDzZ8de3Di/rEHz/3zeP1bl1BmCXdhDzBXAV1uEiKTUAhzvZRpbw388YK3jpal9MD0eGDGLzji+H0Lajvib0dRvLcORR1wGGCy6XV6B5Nr9jxFpAPXTgloE94ePvUzt0xPKGZnrzx5Jyd0cb/S3BlaoyE7d6gIaQ1n8xbuwW0wFP32keISTQc1B6xW9z3tMhO46iY06qtZg/7dhj6As7S3P95beP7PxLaxdeMPveE8wbULti/hruEB5hMSSxMgIYj9Ssj3Q+H5n99tSS090JMHZvyCo/7o5s/LGeZYWN80ucuJR2k4AelJCEx2gsrjr5Tv3oBbBlqyMcOxv8mBi6Gcxj2cPFCWMlRxf2HpP6AhbdG+adOn7IQO6OPk9WUIrn05SB182KSPKtV6R93lfTF7RvX4op0PnnvD2P2vX9W6RVkzGz0gjx5rbvm5pLnh5Txy16cxdwjVL8hXFEBsyGNC4OUFDvNPuZ8WD8zoZzgmHnnrB+Iofr0MIy0YajIkGz4QuOGn9awDRPH55WnuWmVk7r9rRbnrgwfMx00+F7LSGDT0hInQFcaLEEHSJ+4dgXRChFLnWIqgLELI9XF21ClkW8K28hJFtIeu7Y/jk8Tmn8szHu+ct/8lZT52GqdZwse8Jpz2/J9mv8oPb86dePjeI+WL7cfJkuy4MIqPkxl+N3m4/6Nz97vkE9OsXtl9lx6YsQuO2iPnv1Im878zeznJY5gCt+GKlT+/Fgk+4vpVMRCkJAM7Dr4b7v2Zx41a7qfqAX7q0ofaEAfGROLDB93QB/FW9RpOMDLEwLPFq2snrzFDbC2iNCdD20+ib7brqcrL01ceWl0s32u5ZOcDb3juvP2e+cdheGF6WS6rQHk8qzxgC1R9ysfsYm4T5lnr1eXlE2nWNJnx8iRNKw3vUBp/5LLDwnrluCiMj5c55LixB+46UsybS8XMVHgpWEZaCWeOB2bkgiP+zfmH1iaiS+TUJbeEkIJuEOklcRxaWloYUtzud+KyOOfv9HQRVoOLjb/c98MDnNZs0YcTu8XBru5iIWi9NF0BEDJpnejB6HtRds1SiuVIvjTqSZjVF6mlujsGAPZJiWyLY+KEWXld2R9HF4w/ePfKOH7Hm8PwsxPsr4Sz0wPMe8JOrGQuptlOjBBSfLwTqcXzyJWLyvgDdz8zrITHy92k4+phdNzYg986WlRdEMn7bDCFcwwRFq9V2UPRHphxC45407t2m9i6/TvimKXpQLIB5c5p3hV0d889Sd2sO62dnATWV58y58psbXncuwe4wMDKwk7Y3rSRg5JkJ2jGLad/O2PLbORaSNBj0oSd32jlo5f8dAeIgogDs8gDEcxrn70KppO/1AOiaI6JAOZa0tbTJ6GhAdqyDxyjONV9lKSs/XL8e2MPbFkon/5eE4bn1LV9uZuVHtC8lFxhDuYayVz18q2b/J+uRzh2PvSWA8OgJrdEouPltTTHyWLjGBlTS+SWuJrJz4jZ/G/ygbPfv0rdxFMShtYDM2rBgUtuEw999+syIg+CR/VkILM3TwbZkws4rPBkYZ+s9QQgFRzYMtC/Un6CdK7qC5BpLT2DGu7O0I0RyelM2ml8kvYIlGyuIdGkWhClJYRG/uzr67M5ArHaXmBPhSsPQhUmUhN9HD4F+yW/zxy7/5v/LPpd0JOOZaPh94DkB/OeUJXOJChzNUkvQZSWEKSVEszkbP4PYsKXH85cOD6++WVRGB4X1oPj5LcFjotrO3eDKSy8xszjBIrundif8JfIjPLAIPKvbw6pP/Ldj8kq4ZTk7KODUXbM5MwtFczx/EBAJTSZeeDgSDjn4gypPJyqB5KYiCDgLSbEpm7YjhCNedkCopSOyZktudx0BAY8+QTo+nbV+DYAlDEIGbgCYTQcEfdvu7EN6pPJvJU91IsQfMBb8UOmX9iO0NkvVv7hzvted9f8A75WPijn+2u24Yw7YZ/zvxYWf41jorbtMHmP2TeR+Dp00+GVjoXEvkwASSdsYX8QcUBl2peHQ+2BGfO12PGH3vzWehS/GycCLBq4cCCEl4m3quc5CNDOSxGucvwyfPrnVg91lGagclgG4E+CkkDgWgjlQHkcNNzxoy02DZqDPs56E6h7Q70+0I+e8B3kHEWYtmqJNenXZI/IVnvQb6q7YVanMsCjfGADr5Um+Z4MyGu0P/jo2MPnHsG2JZw9HojwtVjEe9L4azKnOaH88EGaT0luMd/y8r9wt9WcFaKX6NG//Pftb3mNpHDryg5698CMWHBM/Pr858oPav0LzGw8V3Cg2UA1N5CGcWk4IDYsRAi5OJGnky7q3X1lyzwP4DMU4uSmhwRaNGxatUlS4qECDOby64QlTG4C1biB5jY0T2Kpshp3eGU0ir46Wl8f7XDQrCaBoJh2BrE3nVL90MR01saurcmCPN8GH0ddXn8mK5Xvy1B+z36xc259fOJieeBuRl2ZNE+V+8k8gIk4N1+8+GMMTDX/J9Ohn3WwJdceN8I4YrrJf9/+crnRz2gNTtbQLzjiX5//9Hhi4luRTLZ6QpBBx2RFAioOqDgOdZpWD/JEBJi3SbKPzwmD/1Dmctc3D/hnQ5tQbPLRCUhiQagxwQSE+Lg/rRMc0MeTernKARzP3yTP4IDmYgwjgLOAB4X8yBejudzR2pRfDyfZUTb7Ux2dTdaT6U0RPs3nZXu1qyv7g2N2PHjHeyi/hLPDAziBal57UPMF+epozHvC3vJ/sP7qf/7b+B/6E9dg3TxjehvquMUPv2/BRG3i23I62CvXo9lslsGpoxNQN7TyTybErV72V4RP+9KGXNklsWcP1OQSR3JCdQsBHkMo8NaFdRYjC5/gyaHheqJ2sQWeFuLWwPoSDqeHTt6CA/o46yFK21hzE0uROMrknPIKje3bQYjQNkByCztzCuih7JJDQerBX8aPn704t3lJnOEe0ICLDUnADU8OBdF/GwEwtpv8B3/hRb7A3WocoO8p57/YX17hKDyKhXQw1AuOiejxi+TKxjE6wjCs9ESVnjyyyctEbpXs/gnG4RcV4tVSqJ2Yxcl6gcFB4NkNk6fyCNSJFDHGv1sgZGOMuKEAGm6LhzRHUIscgQyTTYh+iLNeuYWPRXWRA+qJZ4asHZ4dElzqCPP6N6XQMYSYHELK9GFv9se7j28P/5g6l3CWeEBzFjvkGOc7w2mh5VySXkLuLv8pp3BYaP4H8sWXssxEDwxt3MYeOvev5Cvar8OAkvGnG3IYuMvlZOK3B0ndvXr9xoGFonlwWltX+9i8/Q66yvBy33cPuDO6LgLd5MlJ1IcaX/C6KPN2R6tbICpPeCkDehuNFkAWisls5udEnvZJXsBm/kb57AvQx61PdOv6BySPg2zjQ79P4J3aX69H7ymf5Ui8PgsQu6nSafyZQzCceWhOcPnXMv8H5KqC8x8P2ZZl5nlgKBcctYfeeKY8JCqvLc+u3u0k0fFg46ATmP2Th0W/LK+MLv47YjMvJ6ZVY06erWM8repJ540TumlD2tR168L+PcfuX3P61HssJQyTB7qI/zCp3TdddnX7++bIIRU0dAuOsQffclg9ir4it1L0AgUWCmkhDujjKUcDhlU2ilttN8Bg5ItWWe6L8ECrBUO7CaW5nlcSGPMshPbMBYTa8LT/ydsbv/H4uMnM9sV+CJs919x/qpNq2qRfu/rW+ssYOa9Zg5Iykz3QnD+t4285CmvTfGzffjDegR6+LuzVp/l463rKyY5FtijhTPLAUC044offtiKOJy6XRFyCMYRbJYSKi2cJ4WQ/YRVnkmNSx4YlC6F3f0W+3/Czeft9cQ1klKUID9S82152lQrxwWbPQxgELgFSGqCP8zkHcBgfsObSlAPCQlozd/cUpA8KoI8bVWsc6vTXI7PZ0s/wIuwXv7w8jt89L9WlxGa2B9KxMCz536s/kftF53+vupXtps8D/jcYp08L6Rn3o8cevPtSQQ7gkxZ6PpI6QijYiGOSt5dVo86ODOJYCR60AYAHjsKLQS5LgR5wgdJXoQjuXomiHfoxtEWIfa21F200+ljIMDM0yCKJnaAOs7dbLWRzBHXUAf0TB0RpV69M3i7LX6T9ouP8nQ/85kTp/jpPhRKdgR6I8JsiLue6Ub/b/A+C4u8i41cGMeRQisp/ueVuHZT7GeWBoVlwjD14z8fl5Uwv1kz1HvxMVw2WxHZCMB8Tb3VyyEYCfJUwHJtTCb6arSuP++0BmxCw5xpAe+A84aDWSVzc/NS0aGRb1ifChCAn97rE9F91cvMnoITZdQ6pjsYqQsyIirsVEfGkXtpCvkxwc+VHslbIBL+b4PuKxAPzPdZoII4gi9QEcQSt69F+7T+WMVMuONQVM3mHS81IiWy+MHcAtWQJyB1LIq3GMPAOHZ6OLydlAMASPGtP3/J/qK7ND8Cds6SLoVhw7Hjg9b8fx/ULbOZ3IwYObsrWyb0uF+2VgbCpvYxEuUnz7XC/f39yckll7VQ94J//fbw5qE0zqHRNmnFDF4ushxhhYuGB35qWHzSL7z977x1x/WR51Oj8MIjk1oZO+8mHVN9mH++z/dJf+Bz4pyyzxQONkx7znjAZCAlB7PZwveIhBF7xw1xIGjxEetHe8nPex/uV/2H5WypFh7AQ+dO+4Jh48PUny0Oin9Ixg8zEvJ1kKHGcgGSxoO9BkOndXQEBVR6c09OTMigGScZvNG8P3rBysUcp0cI84GZBhsMdWojkwIWIi0NCqOPjWfU4eQIOavLM6oDj8BmXPibgG9jG1r3u8CisfVqutjwvO8HryQC2FmC/SIUfn6mw3M1oD/hf8+w0/2FwNt/YlhB5x1+MHZSD5khHE0x45H0B+T8oW8p++uuBab0wFT/65n0narVvykQ9N1lkJIsNGMpZGpALC4NcUhAqt2uLWyfYdDg6qLLC8NF5+7/6GvCWpWAPmPvTyQaBYrAI81RoDLmETQgqCxDTaAqTSTVPzgBp8w762q/mH3AEbm18QtWznekNW6F/QfZLnu8Xx2fLa//LMis8gFxBAdRNdglszn+d64RBoRsrwJP2efmnHRS3m5DlxqT992H8F6d9KblID0zbgiN+9B0Lx8Z2fkeM25MG6kCRAw6eLAQfeXycfPqWfRlsgNhQCPUgir4UhufUFS93xXqAJ1hMfjrpYRK0iZGQcfMheDXGbA8tgQ95wTtdFh70rT+W50q+1qB/8fZXxu6L9hty95TqtfMAvpDncoUwyftJ8h8PKaMAYsOShBC4jjUHgQ+scPwWn/8DM6nsaOoemLZbKmM7N10st0OebXdQ0oGgg83ZZXUYTEawwSRjCAPIFR8njRBfodXB527ByAOjF7OuhAV7gJMbYsdJR9C8p9Z9TRB/a5LG2J8o8XQ6aob1KfUFixe9bcfW0ZPEjqepXQXbD1/Uw2CZ78OZiss31So7fr36KSPj8cpaVF1UqdQX1aPKokoYLZKoy53UyrZKpbItrkTbqlF129xKsN7d2pqpJjfozbwnTCo5loSQzX8dC0LnaGFbQJRs/QC+pOI6dhqZQqK4kfs1/stfUzF/zrT9tCw4xu4754PyyxRn5wyHBv9xnBGikgMrYfQI5CNUfncgC4+b5h9w6d1JuxIp1APJQpDxSeYf+RQmMeHzF+ADTn7irNeJCm3dhKVt8UlO40rhhZrSlfBw7y9v237vWR+V0+PHtSFVLMR+U60S1WfUD7lJ7MLxB1+zKqoFJ8s8cKRYcYDE/8Dt627ZXwI9b1xzIg7quBYZ1oMIb7FG/MMoqEd1OemGwURcDyaEvm3dq7ZLBt0nGXGfpMS91aB6SzCneuOC/S+9X1rMoIIRkI6FzvLfzGOK2ZGe4QW1AaMf1oSBH9oG5RCOZzHJioM6vvsw/pESZZl5Hhj4gmPs/nPOiuL6h/R8If6yEwcd1zhYSE0hspY8oBK3wdW8gPHrw4tSOSVWrAcmJDIWk8YFgkQIH3Hwn3wN1RYbCb836UJHx65QdUYKqAA9GsrdgiVzPr9jc+0jMunOKdp+nEiiOBz6BceO+16zX1yPXytxf/62ta8+WQK6EsHTE5CLOY79k67WW7pMFv+FMokcLoIOR8bV5S+cqAfb1r7qUfni0I3ybYYfLawE3woPuuxxyBveYiOgW/sRf8ylXFBYe/Oj2srFGs/QHd5E37b2LDyPdHpWftZ/GI7wuw5LxWU8R/V5yXjG4kKEcJ7v1/iX/v5k2z1nnZ/VL6uPKtaooCkLmuqbHoqm/2/RwZd9ymo63+9Yd9YH5TUq56FFUz5n7E+clfTfZv4TmbQJ8hlrQJR+2g957eSDxy/UzamTb381+OeFB377n9BuoAuOsYded3h9vP5l1crXOsGptsF845HA1sAmczjJ+M35ab15TwfEjvlx/PWkmxIp3AOY+FA0JoI3xsybgBwf+cGob5N1DRozAgJtAOrAdXmgHQ3RLtzz0tFt6866WfLyxELtF5t1DFT1GsAQecBUGZWvDlfqE2dLDF8vJ6HfERjKlR8JcZ/i7+y3nHGZQtlh+BRxzjlygjtnexB+cnTtWf8ZVsKvLqzE3wqf8e1NQ+csGQfMe0LoOGn+T26/mcgxQmjUTvZ7ie/kypMUjjngOZOyzr/JeG3UuLD8D4LdRL/d2LdC1dXlltNH5wmlY+dKxhfUuBIGu5GlG1iP4t2lnwPQhvMYIdSQq3iTzH/WE3Xoav5Dfy4e/bBf9Xe+sR8WcfnXQ/x9++WJhhVm5QAXHPEjb165c2z75TLlLOYoglJcEUIhTkSAVhAG4AwH8U7rnZggviw88BubeVTCAXjALQIZOUL0nAyOTtTITnCdtBkCHrH3Z2LoibSbEKr12/5KUNkyBCYnKoze9+qjglr0l2Ft/Gx5TquqNie1/bdfHOpJz6BSJ7VV4TlV7sKcKvdfPiW3YS6uzhn5yPz9vnlfhnv4DjvJ/zb269mOPGGnbxqVSyLiuOycDE9zFlZnUS5hxoOMDCGq+53/7eLfaD8UkM2dQlRtwQEjd9UVOnZdZoH9tNmPVT/in57P8ZbvARS8tnzHztFL5amvZ2D1jinAFhuIPRYdLonxkKfgyuMe9NTVvtORiQqIzXj99ilNebC2NL6LBmBm2UWeBxAkFAY5C1mnTBZ7oK1yQOWwDWW7tsME5OE+u4RPHbN285i2OOWZ753aj/FTCYdjwbHj3lefvG3tmVcGtfqtEsHfk7FXbYoX7Sbsg/3oA37AnyROAoFr/4TgiwK52Bn/QX28ds/oPWf++9h9r8UzJENTeol/N/Z3ZSj85XwH6OPqV8QQhdCOGvesA8zbwE0eQQu3H2dT9AeIDYXQjrrfT3YWpW15tvt1rtdpt9/XSXA/5j6exBJ6s02e5zJ1A7mlsuO+1bh/8yJE1r+iwTgTQl+dNBLFWUMI7YGbFeaA9PIsyBgfqQO0t4fnHXDkfwbBNxOpJTIID1jMONdrXHK61QhJJSCKroalKVfFiDFX2VovdRpiE69thnMXy9tsMUlbOhZpfxTWp/UKx7aHznxKPBZ8rFavndM4Qm08Kq1FvPoS/1bOlcTQ/JHc0rmCiSK6SGRw5eX1ovPrtq494zOLR6p/NQy3WnrK/y7sryVXj+mMfKiPfIhcxs5Gp/DqtXY40CiYr/EQL+dt5Rc28kM1pQ1Z/Gm15h9sSDRmTRdQLwaZgTPd/ux4YewYz57i7105mmxt1oXHW7PKvex3iBF/iISEMQlEJuLfQeBaCPNEuqse+Jiim3pDcEDFPQg5wiep9EV5R4KOnzyRJa1YDzBRGaIsRD5Y6Cw3JCGEoomB5LBpwEHjS0M9WaoUa1V76TKvLwQXdEbJ2s3jqdoPOfNrizZqJwPeyQvHqqNrz3hvtCO4S8bxOXndD8J+5AH9KUnjfK4TgFMpzZSsPvKJsiLz4R9uq0V37Vh75hvzbBgELdY7/aJnl/kPe7qxf6qfMHW+Rp/QUzYUQj3I7LL+ZpwI+5H/3dif1QfeM5rZklG/w8PWp5dsf7SbcLjspw8Im81nrLuNPyUVuuCQJ9OfL6vfT7IzLq4BsamzHQSeHWzgAE0hcC2E7tAHXEkBygbO6rzqF32WEh+MB1olZDZhJfw6YQH6ONtnIXLBZCC6k+TCYMxs2YvcPlzp20pGnwbct9nHUZe3Ze2XNr8OD75k4Fc4tq99zdO2rxu7UULwsTCMl0D3PP1hN232cdrmt/Fx1mdh1n7I9POAfbGdL1NxUZgQM4TyAUbRXrUo+rIsoC6P7z9ruckd3B46+bpS/yycqv2dPsFBy+EjFPWV7P15W+dxqUsg+LycBo5C6OO0y7fZx1mfhVO1H3ZoP7QI4wx/0HUKz15DZp7+vs0+Trv8Nj7O+iws0n71gShJqPqKbwjVd6IkYRJ3oUH3PP3R1ndrYQsOfA0uqsffkN8ImCMWwAozxEEY5SuouJhCCKPU2YSQIaXBGe6KB+576b0v7QZXP8AoD6iEwQ3zn37pOm1Y7qbFA4yXxjInhk1KIQFQAGVDUhMqjkPyCD6sJY7CQ6Fb0faLS28ftA+2rjvjxVEw8UuxTb554sYlxqmHU6fi7Xf9iyP8vti/TQY4sknBUsfmGaYRobaJ4zNGJ+o364OvqZDBYVQGULZ2+e/b7OOpwuYf2t/pFY6K+As3SvBPqC6EYIpU1A4s+inO/n2dfJz1TbBg+038JPFvUqgzwmyxX2MtJgMy7oRJ3HuIP71YyIIjfuxNi6J69B25TLgHAtwyGM4C1pMX0BIjhaYwLQX0cVebWYDI9/AvtppyP1APTMjnqFZB9AMruC4UHbRFo2QD4ojFiZ5ERHMHQSLO+oHa1WFnMrHKLeH4eblJ3G/7w3CgC47Re854v1w8vFq+3rqHnkA0NhYrjQnsQ6AAfVvpO58meF/ir4lhHXAxCohNVXEQOHROIRLKaNba4XF8YFCbuElsfQPpRUP4gXlPCEWhK6GPa4USrJ76tbO/0ysc+IFMja/6Lo2nT5uN8acfu4aIBTbxVwKBoxD6OGiyDWX+i2o2Tswextz0TWkdx99bZXgovDH1IkqE27du/aIMlaPgeFHPApAzODQwXr1vgI8rnycLMimXUHm8GUa+c7994dLdLoX4skynBzRCooCLmuaB4IB5OdFWVY5eN2Lb8g+eYdu6M0+VXt13z4u2P75lUBbKw5V/LxPkR+T2gzxw6eKpndPGPE1Y5/j7Hn/IRS6YfJ03BAf0cdabhtTJNQXRTyfBpe0CuRj8lW33vOId1mZY9lAUhQr3Yr9J6Gjvj1E/drMx/j2fDb18anIq6wBl833o+7apXStCP+JPnaSPrDh0SxpwX0df967jD2EFfC12+7pX/Y1MSq9tUNT6EuXdwzX6CdbDWU9DAX2c9WokDlzwlO45r8E5wTfCPb6wNWlaIoP1AGLhx8P17pagEkH7A5m0fAUZX4s5Hq6zFngg2OVQfsPpo8bx/1DbC7ZfrqLUFy2Yf9UgDB295xUfkZuxH2CsWsbPt9nHnZJt2zcZ0z7+k+WBLTqQitKz04dQu/J19HGplEM8DfaZrXe/8o+a1BoYof/2T0X1tvHzfejjrtO27ZuU67/9LePf43RCDVV132Yfnwn25+ibDUfb+PkyiHsPcfS8pssqguPt9575GgF/C6VMsRSmpxXWmAQ/WEwEQMNTqO3VAKMpD3oBb9Jf2os8en6x9VDup9MDFkdM3hYrrCOBp2tKwxE526CtnxU4Tgu/vgZIPK2dfmzb2jPeJva9kJoUbP8N4dMvLfwbKlvufsVHxY73Iy7mc4P0PyFt9mHB9ktXqU5p3rTOH1+3PDyrrxzLK1WiTxS/6Og1//trf+ITOfmaL2zcmm/TvhBzxp0waeshWX/2f/ynOvUj/p7qHaP8bJzXYKbZn9UXPmUeALdYG2TcCSezn3WdPkNE/pZw9L4zj4xr8ZfkzYLyVfI0BCkmTbFg4G0PHFr28SvdYoyapxAdYQgaDUcp3iDTqnSP+2H2Pfb4gfkHXn5depnEYyrRgXiAiWvhlgT1gubjWWXQjm2ydTi2OoN59dNJ27H2jBfUorr+FgNSHYW2+Db7uHGl++7sD7+dtiwG23L3K98eBtGf0h4blejLDMzGIzPEC7ZftMjNF+d80TLr/3z+1HfN/My1+OOjd52+bvGqK3+Qcvcf60w/6tS9/fi1mY6KfBTF5Z1sPBl3wtkU/17fNKoX7uEsKVl/ZfMJPKC1KkXHvzP56XydtYdxJ+wk/r6tfbnCET/6+t3ljbnfkcXGIpzwYZRubnUkR/qHjoGlhTigtSFEe0SPEDjqEpjHDw600XdvuAxIOyuxAXlgQvpBIloypgsIjY2LaSvcbwMcMSfU+KsNyIXhKqP3nP4eeYnUNaLVPNgGnX1bWtmbpfttaDehb7/QxoKRyleL9MKOe05/fiWIdAEFHagHIfSB/oS0mxB8xAE72fw27IfQt59288MNoOHwPRKHeoETfUMXxsQg5RLmy2dPcTWuBF/ded+ZzyKlnzCSy86+r6AT9SLM1w+2grcz+7vV2fpu7S/obP61+IKfdvh4J7FnO0Lre/Lxb7Hu3H7TqZU93XqH/BY76k048+xHLFEIzU+gwJa8eMDWdvFHe5YpX+GI43fMGV376Dcky/aHRrjK4DRD5hmuSqFLzUaDOFQ6aSBISW0VMbZ4YVI1idOJRNqzkfCjRXVu/EWVVe6mzQOWiAh/NoZ2QmB9VkHSCVGfh/u0rIxBHcuLr+Zuu3v7OfJR8M+jKD5C+3W5Tv0KtP+LSw64/LdF2brj3jP2rdXq3xQ75vh9tLOHdhO24/dlA2c7Qp/m43496H5prOOEYpBTESHa+fzECX25Ms0sm5ioXR6vPff4ot59wn4Ju9LPKeu3TeZGzpHJ9eMGy5oP5Ef28Jct7eLJvgnb8Wflsx0h6vNwn9ZKhtFpQ2fxz8rq5DisyJeII7tyRL0IZ5r91Jswa387e9iOEPzy8HUiZsoLDlls/LMsMl4AiXoJTpK04dqCP7KTBGbwbfXqKwfclEwTjfUG7QSm/enJzN1GAQF9heH1C/a/4n4clmU6PcAYQwf7hEltGE87Bp+3aExw0NIaO4KklCb34iryfMHzlLHFDmdLXHHhWZM4YDelEtTnxpVwtyCurJCHJ/eVtieN3rPtBLFsQZLWKrBBQ03JfttfCcNoZKTy0W7075ZXFhuflzjtnvF41/bY8C8o/h0YxczKzZ8O2ufY/8zRaCN8X8C3V/zc6SD/O9A/a38HTTIsvk7iDRx2MZ675U9HdzH2N1qTMbXHQ/nWlteysYeZb//U7IH9uuZwHprSgmPb2le8Sz7Z/QEHM2T6eM5g1c4tCKZB48nHadUjUFmVcK3odaaKkKWn5EJVf66yA5lYo4KXdzmJd9q+XRe+fFmkPb5k4cI1g3jor51exdS7TGDGMeggM4e14wwhwy9PBOkspxBNXT2g/M2Va1o/Bs5Faiocnchiw/WlEAQRRxoOmwp1s+Y2WkR+BD00MbBzOkOXpuLqOBLA42xQ1kx1IqsFf579ssT+4vwDv7u2qes+EbbcffrvyyR6iukrCtMGJWQdlO00YyDb0leZ6l7shz81D6Tr7CeubPy1W2eC2WPm0N1Z7ZPcZGgZO0AtWDyFb5dv7Xx98TO/d21T+ykRnKLsU2TlxX8q9tOK9mrKSVRD7emkjWZz/Dv3TqP//AUHZNBHQAX34smpI82/yfn7HX/0yzHRaIM7ouqAKNTdy/90zBpL476FPY6p5wWHfCf/BVG99k/UK+3UpxAn5EQBpZptsRMHHEJ+QBoAfrRPr2gQBzR5Ul+vv11ODm/HcSy/Rw0/1SguSQQjZCcrdFsXfnZPHNDk2Ykt1c/o6Z66ugaZ/mBLLaEFwej2bcHWu1/x9cqC6vsW7Xv5o6mc2YA5p6srBG/lEvUH7PX4EQDyg04ZwmV5b1fGtJXwgsaYEDc+NACXFEJ0A9x1l+CsB29DIaNBVU0u4TFHrD/qhYaN/Nav0Cgf1X7/efyT2F+phOsXL5r3Zw0q9vFg+92vfGotqHlXTxrtmW77La7TH/96VP+3+PGzjwj3vHS0b+5n3AlVMHPH4jBl+zt981di1K4e/8QRHSKN/ur3+J9y/KGeP/8Q5/zUZGWjPb2N/1RoTw+N7rj/rP2DqP4NUYVXqp1EXzlOCgYbHQU+TNop9HGbtH1ZqcKTYTzpAPYmz++zUYYvu7UOje19m32c9pme0Tn17RM/ie89e1lruTOtRpZVjIEHcZbGH6HiSoHfuMFW+hGshreSp7zK02F7GVgqEwPMwylfNXR6mn7oIdVHlrRQUJpKXqNGeAkTGWjvNkGsP4GKoz1o7s+kQyY3SAduBXJQKE/WOu8Ln3bZBqvt/34invhHeYvoslQ/05A9Tbf96jvnS+DqK8LEb63958fcx+lftVvk8Q92A2dJ7Jdn1rZt2PpXpE8d4kMT+yEUitpmUHHoBho3tFEetGE7QmsH3Whf0OFHTJNmcnLtl76Y94Tsw4fQzddXZYHm/qCz0mTfkf4ZedqmG/u9MZ+Nf8OPfsBpXRTfZh+fSfar3ohGQ3wsQnRFkv/Cx7gT+nYTh/14IJql6wUHXlteGxu/XAS6+7sQxWRphOhU1YUBHp7ysy2gFOVx0Me1EtWmOKCPu2o0JKfhrk+V2w95Kp194IC42WnHKe7b7OMpXyJj/9Hatn9Q8bNk587nelIHjsGNjbg7VA8CT7wmcVIcUDatc9BvS3kQbUIV0zbA0FbbSyNCLPqIJ/WOF7LzNuX35IEJtIRZ6vz+IQOFsoAozRGIu8Pu7A+DLyxe9f1LrIf+70fvfuVRMiHoT8wn+nkxoN2Eid1qlOlDlO37aj+6EMHaR9KB0ax3Fxs5gI7Y/Jj7eFLveCkuC1WGJw+dg6YwDP5YXgewF/ueKkzy3usP+lAH4FO1Xy6xdlToB/YNmNjt7LdAmE4Uqjo6Up6+Pg04bCYchP1qj3RIe7Rv5AkNmCKkHEDFZUcIhDggtmGynzr5UP0FPacQf3+R4eMidvIinYajm5/4sqxZ5Il8uAqF0I6627MtoI9Tik/zcav3Fx0+ztYWXTmiB9EHcO0rT57REueCE4MrKcQBfTxh6BLxZUQv7rLxULPTQ+pL0ZQ+lWnLcED5QzgINUyyS6AgWuegthDBCVT3yZGDqEFbQuDol9BiCf5EO+UGPwtko2gfHs76hJUiQNAmRlBUCHZk/SsufaoPUAfc/aluggPqJrsECgI+vToWxj9Z8qyl70r0KACJ4trf4T06EE39iCfdmYFms+KyI9RWaQuQzVYHaTchbAOPg4ndQoPNukBAneDUR5oaDuj6JUQNZBACR/+EwFFHCNwKodYqif3hAHhSiAoUOQvj8Z0fSOqmiEBPtZtQCOi7v/Z3tuLoxH5zCxwBw7GjpwwqRXyeQMXlmFBqNDYODsZ+65/6QnNngKE972eH/RYti6SPJ26BmShmriFKa21/en0j6PQCm3YRyLsGLpRkebUdSZ+SOHwOgjQfWjLZBAo6VCINx8QBtejIEi5AFJFvow0tc9oLH3UwBtNH2+XxS49wIr48i0KcjlV90KXWYqdfs1WYkDyEfQPmFZUnFZQHLtLAT9zBfUCbLaWVzVn76HtCTRIwOZeqb5BnrqHFzGKXykr9TzmEJiqtt4i2zoFm/jTvtC6b86KYxt8pqPoKY6pvGme0zxbqSUi7CVVOHKwJ5yx6TRheOp5t36/jzfecfkJcr50BeYkugjfZMwD7ZU65TZT4mSx9HpdPRL+Vr709XonDqiizRxQGe1biYC+ZxE4Sv68y+9P4UnfCZnsmnwOa+dvFP3zn9nWnfXThQVc/bLr0vledaYqD6v8+5n+XU/60xF89WJD9k41/nhe6jqC78o52TePFo+XJZZ4SctwT9jv+k9lP/RJdPN2hB0rTOU8q2s1/Fe97qx3e0QuCrXee/to4rn3QPgBZNqjy4mwGClQ6XLXjgdNWvy4rOL8228QvA0uLg9rcG2xW6e8dP6NjjT2Gxh7oSEJz/iT6Z/RJpx7rt5/2i6yB/QiX56DCUF5xwoJR8RaLyGRB2aLelhqIGJMICS5qu8MmA1AJWYwdcSefsScEH994q7La8UM08s3v38Npax/tvzWszj11yUGXPdFkax8JYX3C3iY6TfbLF8puFDdeUh2Jv7fwoKs6OnnvvOcVB0zEtdPlm3LniSuOVXcMOP4y2c6r1cI/kr7/Qvuf6i6jf7/zXx6h70jDyrzqH4/U6+7qjZfgSeL7tFTk+ER8thz9Qx/zX8RhxLn+BMBF8vD0x+eMBPpSurT3TjFfd+JhMG9Otbdno0aq/2teGH0i7Z0yQSFOmHINCpOYnCQuuxj9cd4jLHr+kx9R/fXI3MpFtLWjBcfo3S89qh7VvmhRF9VdodKEIKe1lhhKIzELJQZIniQmYPYK6xSCnuEnnVCbsg9ln/zTDPUmtAUIUtuSA3TSVHamA7YjRLXXvdkGGolZ6NsTB9eo+Nm2o/GEsM/Hs/aa61vmhHpYFw/OmQBoQ99C3mTyUd9NgSyehNGOuOoAQq4CqLBCXQhB9XHHloAG+8Nrls5feE74jG9vSuoLQLaue/We8fjoWbmii7Y/DO6vBJU/W7Lqqm/m9j8Jcf4zv3efVH9STvqf2nLPy94YRtGHJRpPndS/k8jLrerI/uA8eQncB/tyBaoh/nkauXxkwuemH4hTK4ufceVjvUjYctdpv23wP3OdEEJ9PNtJ5/ZvmH/Q1euyzafjeMnB318v/WIbuhLff9by8Yntf9KzYh3lf9MErN3JFLkhrMw5dcEB33uQ/bd9hmPr2pfvUY+C70iDRUmiQAkmDaEw+Lni4+zMJmccYUBwUBCmXAnmC/HxhCGDUBenn66yBQfkiptQWzbxm124RKSXiYSJMI+/gSYHvoo+rnzG7NCM/TLpLlm89GMp3yzGfMcIrv51kH73oTAYD2Ll4eSBp1QGXZaRjza2IGF7uRivcvJzgvmR5IzqJm0gF1uTPMptkTPUizCjn+qufVh7s0WvI3546arnvqzoxQbUqo+Pni9W6DfOBmm/vKDxn5ZWq4csOaT7xQbdCSi3YOJlz7rqy0uWzX+m4F/UOvgZW1O8+h9/+VbPnpvvfjJ/wabKtN/JVRpRtXmzXLUc83HyQrLljOsDNqO0sN8qi9036JPtKqOf8gqN9mShb7OPSxTL0sYD8aNnLNy6c/uVklVHwnfmv/7nP+PCuFtMw63VcM7Lljzze3f6ak664MBry6OJ+jflva37qcJIFg5glyRI7CRJZBGhOKCPu4FE3laDQRX1Bh36Ig249GT9Azr5hMrn6ZT0AZ25QQZwQMW1gdAEygadCRUXHkLjd22dPL9P4PpHiCPigLKhb0LqEcpbcQW/QF4AtkOkz7oCn6Cob3J8AlfCJ86lTRBtUcfCq0+APs569a8cAPo469tB9kV9oL7SYIaZksJ2wrRJ9/bLPZ4nlyyc+5EwvLDweVV8hMx/O00ZlP0SnP+1ZNU17w0P/v4Y+54qDJ9yxXa5UnJ+UAk/PfD4R+GU3jyKiZg550P4hDEx3I6Kyn/00c9S1Pif9MTVTwNmqCz87MKWzTsvk3FwIufBTkxhrjEHe5n/ZNE/Jm9DftWiVVfenO1z0rhtvuu+T8rs+rxOTxYyibjJWSZZD6fyMBx4q8kgayz6VX6BmrgQK3/4x4YlAqGPs14dDZZWJx+hawF0uhGyX0LVAHLwB+j4CVV3TwblEKocrw3aoch8/z+XPevq7+vBLNo5TyXxg/3qIw+auS4GLmjOKwyh+VsYKU99jyPxXwPuONTPgrM/8CjN8aNP0FggF4XyiSvR0UlTHsjBX4fysvpAFmhpoS6AkIwSrdiybXzd5jtOex8mDiUVtNt892nHSp8HOqu0F2qBA+Ksb/C58+Nk/syzX57+/Jtlh177wSJM0qsdq66+oFqpfJxxJ6SehHn2+TQfb2e/rNpehKvBvduEtaXvbRwZJYVSn8k/1Ys0aZH1N/iz9veuY+ct6a+sPpAAWlos41NrUWN+SO2mH1L7vVc7pKJKTD0QxxdWtt616RJJltPy4l9E/ieuD+XdmWHldbLw/1FC85CWC47Nd5x6QRDF79DQY2LBhkJoB7pHOlhK4LB1sqS1wFCcTLZX2S6pBOdAATQcD3hKK3eLRHsFnkiyvk2uL1sYwCO8hCoDump7tGv+g634A9TNGqsM2/l9KKeQDaLGtXbQeMmF9rJI+vbSVVd9CPhsK2nM0jgy0Qlhc6MHXZyFzvbgAc6Ci1EogD5u1GZ5jIfV+L1ZC8oGxNZugPp9qg5oB11c+yxsJ8/XCLjqIFA0WSELj/+3+a5Nd2258zT99oiS+7yrxvErIJJ6t9N3qvbLguCaJYde83d9NqNJ3OJnLXu/PAz8y0HFXxKnEtfqpzcp0iHBlhtp/BkPNAfOkvU/6KQBz+ZTvv3gLK5Qd8B2+ZTVV9tIO8qAlsBZaKvcjitLCw9svuunn5Gvt/+u+ZZnHBz53rbG9C393S5e9D+gbiKGsIJP/XHlrXJOwyMYuSU3bFvveumLpO3HIUkVUomC4cQL3J2AoRxwQMXRH2hqmJ1ogEOGypE6Qm0HPrR1fyoa/MJk3RieyBe6yocQFeRB9Kp9GwQOFsIcdtTKhmI6G4+1U1yUIEzsNsUg2Ppz0Pruwv4guH3J7ru9CZ/ITIfZtYc/zCcWA1rnxwF4dmO8kvaUI1B9jliB5v6IA+Zt4l+lA/o4eVVH14fiyi6yqBjkAnfys/yqB9rzjzgg2mhTg8AhCoXisxBtrDvXPoqeEUX1yzff8ZKPF3G1Qx4deCVsQ7+qr3ROmNhtCqkPtM7jl1bWthP7w2DHvOrcPzAPFLuXBzjrc6Lg9yuVSl0U1NgXHf8oiHTx1otlmIgZd0Lf17ABG/4IfZz1WejbrHgvynXTRh74Uy1djqCp2uFkwDYUwLwNvJ3YL75WOeWu0QOb7jjlf8tbwN/OPGiKP/w72TlMnK/xYnCE3wXE8g7HsoFHN0QbOP7C8H3LDr3qS40aNR41LTh23HWaTHC1S6M4GpFnN0SYBJabZoIcO2WgN3BAxaVjQmmoihCqEU45ESgNoTiUcRBA+zGouNQROmbjRzMU8BP6uFGtf8HpHMigHiqvXf8iswj7xUcb5lUqr+rr7zA4m4cC1OSrdy43VB/grlg8ERPzbRainfK0aE85CaTshF+CqjQEN413kgNSpzmQ8Aub8icSGxHWJfyN8kWY9qMQOPgI/bZOaq/2i8j3bL7zyZ9uuueUAxoV7P1o9P7T9xZljx2U/fJtlAvdN0t6V7qLlosOu/YWyTJ5GNvygHEnTOxmnPJksw5Q8Unj/1I895Ynph1N9JS0sbmVsB/6qa2+/e0UmWo9fumygPyfqlq7QvtNd57yl3JO/IskTwc4/4Vx+KFlq675p3Z+blhwyI8RLR6LIry2fGVuQyQSCqBsmswOWmKD7HiMUfdCRSMPd2gDLa8+M9pVttAA2Q8hRXpQNNQjQB/3WLpD2Zfrvxf75cpRTR6o+d0Fq66+v7vOZxi385FqTb91YgJ5k/aMNWLp4a6+OQbiYZXBMwTaAbf2VifZIDw+znrLK9cPdfAhVtQ4BtTVNcRDviuoQ2Eb4krsYNfU3umitkfHhrX4xi13vuSZHUhqy1LfOf5i8UFIP6gPtP8i7JcHYeeMtJ2Q2irdJUN1ZM7/lWtbE4wvbQX0cdZPKf5xvHTrXfce16WKjeyTxb8P+S8/zNfYX7+P9BeVRSjs8G3ptB+/jeKUI9C3333W7FTsbOfbdOdL3im/8PxhzHWW15iTsMFvhI0536/8l3fofGLZYddeKB21LcmCQzoPNz+x8ctxVD+crUwh5A0VNbxVvXAZL6AaCnNhcH5pJ1/uYbuGgPhEDFkG/bapdPYFaJfmCHlKIESb7KdNn2a4yeur/WH4niWHXHsd5M/mkvrMcgJxsA1WM06IweQ+bucjxhPQ8DTuaT9pf838bJffU5N+HAvQ2+meQFjWZE9/7Rf5+0gXP9q87qUH5WvcBTWO9ORIn+S1bLJHOlca7HS2JnAS+8Mw+mo/v5GSp2seTd+REAZXso62Avo467Owa/ujuLcFh7rT8pR9ZnXJO/ZtMHzy/O/oxUt5HXVIqwe24oANZkcK88YjbU350zHUYZe7PNumNaecIzfmP91J/JvzJR0HeY5sig/j6sa/3J75ytJV17wnr20eLVlwbFrzkv8pKyT9Lnnr4NuAsMQRXLV3UHA9dFBx76SPNqa8Qd+QVLGMfK0gLeVKMdYB5slPaYnOerIzfpNDGcLhJtCi7Jf+/mXZoT/8dKr/7MVwnxAbfEno+5eWow6lU35fho9TnkRcUUD9wwDBH2DOBmbK8XHyUnfqBx7q3Ak/5FAG+yH0ZVF+O37Uy/aUaOf4j7avffnTIKPXIs9v6Ns5fX2Iu34S3akf+urFfgnBxb3qOdV28nHlYtqThZBNm32cfIxdp/aLc3pbcGDe7GC8UFfq5+usuDiaMMl7L/8Lvr4RVOUPutFfxFvpCz6UTvkhxwo/jLrDXRRsvuslLwvi+lfEL3ouR8xRNPaMO6HNHRqfVvGgf1nv56QfK/QhM/wVSw953vlCZ1BAnrSokpvXvPjlouJfQ00rgEgaHBkEDiUIVTFngFSgUusJqbAPIUvbaT/t5fttrZ3pYDqmOPmoG6CPsz4L1TronhTiBdgfBNcvO/SgjleCiUozFunMh9mY+HHzcfL5NB9nPdwFnAU8KIA+blTsyWv6Gp205nqTbXkM3NfB5Kd5Ddk+zeelvlno8/g4+Tza08YndspEc2HyocF072xv7eJjBmG/uP7OZYf9588606z/XMsPOfB78q2GJ+A7FEI7Yqz7Fn97xboJ73wv3eflk0/zcdjg5YK2RT0KIXDaSn7Qii31JOeLzP9ibZgZ0rfc+eLnRrX4m3Lmn4OYM+6EsCIv/qSZlT3mfxBfv3Th08+RdwV1tYatxA+fvUB+/VXeSc8Bl0JTPJ1coaBvjCnc+56yAH28tcTJnePL8PHO5aW2wx8mow/2h+GDI3Pnnx2Gn5V7ybtGge9ss5zBXIjN/GoQuBVCd9gAWAcImag06OMmS07w2tYgcOhAaPE0mrK5euDUF3KMz/ozPupgR/7el0kZjZCyAdEytQG4FUJ32ABYB5i2hSx5xvAFm++4vqff8Nh69/UHi7jFWf2tD+urE/2y7RttN33lJui0vrYf4070utHXlS72aYZPOf6HYE6l/KnDSeKvVWlOIF6d5P/UdWotATdU4Md04zEg2jXqa5Joox017lkH6Ldt5NrVjkbvftFRUT3+njxisJB+hX86iT9zHj4jzniZj83XwK0QusMw+MXy6pIzwmdcvNNROgaVzVvX/4l0HVEB2gAAPCxJREFU9ow84c3KpAqih+Z6SzSTleKJMS4RNfPMSxCSKNtOnvEKP9qwHaEpZLJcvcoTPOlfExb9tdpUiMkAl5Odtk9pytlUn9qMPlz7bXG1cqZ7334ie1dBuJr2P2GRZj5ALFAsJuYzP2aNPmfbVvKaYiaMSksaSD8qhDnAvlWJpl2TPGjq4t7EnEPQroSedO/wlHWK9sfxhzbd+aKuP1XH9fAA8zk0oQ6pVsRoK6CPs74dNPun/4cJw0r1liTuBcZffFQZ3fHk/u380lyPWwT0cZH539xzkZSi8r9InYdd9uY1Lz2oXguvktXFcuhKHwP3x6jiUknYj/yXBc1dleril4WrLt+K/rotFXkG8xQ2yioLQ0AD9HHQSCdEPQqhj7O9TwOeTnSc/LPQ5xHc9aFQdZNB6qD/AChaoVCX1v0bH/ewBaWVfbS1VT3ask/gchlXflQ7fMuKVT9cjeNdsWR9ipgbjbGGV8zv+f5hnfGzLWPQVh6+aogCqLjIIUz6ZR/KqOyQa5tP83HWZ6HPIxIyOQWZtCFfPtr7hbpZP2xL+0XanKAef8Rv0QkuVzX3ze+/sT+TRRqOiJs+duzjPo/Uiv1zRuJbTM707WXavSWJe8Hxr9ejp/fP0kZ/Z+MP/5PWGBungdoqOCDx/inXQhJ1li4Lyv8WHc968va7X/zUOBi7Rl5bsRfjTthZ/CU2veZ/GD40d978U5c+64qef7m6Im8kOxoK+4nRKmp8NgQQG9oQUsak0A0OaWl/6Jc0lZU+ZOg/rNJKJtYfqoNAxUUWYSLXk99KDumwG3ir0rX9QXDh8kN+1PWvYLbqf2bS6U9AH6c1Po08PrSIWoR9nDw+zcdZj36As4AHBdDHldh2x/zoNGfSvlvpQ91Yn4W+TT5OPhkzQfyiLWtOObmt8g0MoSw4irdfFuBji5558B0NXU/DwchI5BY9vs0+3plSHcU/xmKu2yILAs1TxpXQj7mPd1oPPcA7XYV9U1/oQZqPsz4LfZt9HP7atYp8HX7lWK1+tZyi9k9zxfeJj9OP8JHvb/CgAPq4Elvu5AHRx+XnAk5dePD3H2nJ1EGFfEsq/o3wLTNeKEalpcadfAlVbzyQSv1lNpFfSpQmVLyxvSgprFgEWH1jLXpspFh30gJkKaqJHKTSTRZkWlEOx+lIDaBRfkOVHmTbN/LTbkJTV3iS7lvbLwumby0/9Dp5hTO1b+59NlPoM6QGcKaI4eI3F2R/YQl/gGxt6B0626BFzHJC8kqeUAsu8n0MLkYVErI5aFLTmDA/mVPt+MNKuESU3COoBHsI7x5ix960DbJpa2pfSkvr+2O/2uLGYxRO/I0cn6a0DnYybuWkCKsbx5TFQ35CgEZpQERgEi/DWY2ufDzH/juG4dmlhQdf98imX73gSdFvN0sQy6ci7Jdrm+Lb3ko3+a89cD4GlNLsf8u1JJ5dPeKnInvaFZ3/QZSO4Z4UnGGN4jUvXLypVv+BqH2o5awzoNv4Z8ZzR/lfCTcL30uXHvLDe6bqthF5//l/ylWOVakgS9z02MMYY8KM8saZtpdXCmFOk/sKjqa4cLnDZOC3kEc2QvBrIjt+4kxuqxf5lKcKJa1NvYY96whR6eMNzKlcym9hv0zAty3fff6bZZBPIiwje9YdmulwEQqh4a3dQtcSWo5Iq4TgoWEwsfyw65JfOoXsQZcda07ZdyysnSYGnio2vlIsXWgaDsB+MRa5j5OJ/Lz5qXiWQ66o/aITH8ivFON9Hpbu8G2LkDRNSBII0vL7gaBUoHweWZ/PNw3UMMCl4N20Z+ZTo7pNStFWQJT8BanfTOIRxfv4lG5wqkWYuDIhePkvghn/ZA50tJZ9Fv0iDn0PB5Q1f3HcE0IvX9esnjSTsKX9PX03K9vbzDiO17583uax7ZeLL5rem9N1/OlYwvb5v2MkGDlj6WE/vLUf3hqJFsz9QLBt7HQZUPtDB/avwvHRBZniPsJkjVN+VFOTDH/StiHbyJwDtZ+0v+b2WQ2pLaBT1UEcZ7lB80tj6xz+jD2d2C99PhGMVM8K9756m9/XroTjbYbMiXY+Vp+KcwCT4qFu3rLETBgM8dkyVQM7XHDYtQ9JZ5/DNrrmhXtPBPFfibLvEPv1V16LtJ9G0ndRPTpHaB0tOGSBIgsj8yDbQx5xQhsCWNRYb6CTZpTGPdiUJyGHWxJ0mhG5dY1Pak1a0FZUECekrd3YL9/KEd92V3BbPdHNV5E4YY5Y6ooqLD5xzCsaxMkT4mcHCi7ap+sDamtOuGPiLp2SXKF+yubbSpzQyYl2kSsc8vtJ1U2/evyrkhsvcqY3Ad937eLf1FgIfnvigBKjiWo1+N2lh/7whrx2vdAqKw68dvO8ufNPkjz9OhJeB5imvkRYOtVBIBC4DjoHyUdIPkK/rUkRGWKB1iPbgCOJHLQu8BZR0AFlk+oEwjqpBA3Q8BSihroAYkMhBK5tHQRu/AYNT2VoT9qf9YH+VJaDefzyjuiJoBq+drdDrntAxJdFPdDodYsg9vYHFqN15i4XVqSN3NUYrrL4sOse2+3wH79bHhY+XD4J323aFWe/7wv0Jcev7tQj8uZPXXCYDMlta6/NKRcHGGqEPm5UrXEoGH1bHTmMNzts+kEYy+LH19HsBq2f9ocxfFtMYWxa6ysrFymcQ4krcWA7+lh7d71afthY5+g3vl7G/7CN/SJcKyf9cNOa335e/KMv5EQfU48/Y2PxMHnN+S/nt0h+guMtyw79cfKW3n7YqBfYFq265lER9jr5us276sHOw6pxtGcqnCY6in+oZ2ChEypLA0NzI5+XrIQN7nRNE5oMokiu11XkC31yI12uIZ8pE+DbyAXor84SOv0rBHSDQ3aHCVRpjkcvlwoREAUDgZdQHUGBChHM2lqwUCH8715x6I9/bEy79t6fRHxcfaeOc/4hbi5HEMWxcgCIkqlXsqt2HMY3RHsZpGs3PfiKE4MtWy4TtV5QlP1qMl2lMD546x0vPHzJodf9qgN36LsiqBshHG44HI8CLwN33s4cukFgLMplfJQnNxWH5gqH5JTpojkmyubo2xf7w7D393CobgyqKEjXu3D4+a8GkNXV5zZoGE8JozYvasf4Q76PZ9Mpa1+n439X+LVYeeboY+K7tyQ+gy/d+FMI53YdfyfEpQFjQ5jkf1z5o2VHXP8f6KKfpeGO3rLDrtoowvt2+aSfimZlbVx90vvh/dRR4ioZWHopyC1qsnOjLkgcD+XZ9GhHMYIAmRyTxBldDlwnnzIAZWHyqd2OvPFffVqJw52yIPN8ThzQikRAURcJ4qwGUx4Omk83YUOzX77f956Ue69nPrljK97/cAAXw321n9Z6fqjZzxO0XXDIh6fklgrFAOKTselon5SJJ/FiX4Ro5OM49koUD88tFZksNqe5lq90P+wXyT1c4UD+e2PBVy8Pz6Op39040rMUCNljZRrYrrDxPzALpqejJ9c8/2/lwe73aO95sc6jKXM23tljNATNF6ANrbWO/+pfrTji+n9Jqf3DGhYc/RNbrKRNq08+QFa4J6vPPN/ZggKTpnOy+FTRBt8yAKJjk++lTnnT9hoctocwbWP1jkto4XXLjxh5b7FWzzDpLgbmzvQqEKygO3MtUh8Lh2sPH6vLHTPxSWXkCh48UX6sbMum21/4ujiu/VR6T362fFLdu7S/2T/xczqyNI70qnRTe7c4TBYYoo/iLh5NsrMByQisVMLiHxpoUqoFIZRvNcmEKga1zq8+2C8fWKotNGhPnnL8dcZKxxhtBRxE0XWqJAHyQIr2ihyyw5TmHTegndo/KHsalBvMwZNrXvDuuF6/EL1lhlMyF9Kf7eqTXKe/2vi3Elb+cbcjrv+HoiydkbfC6kF0PnKYCwtAw1OoodKklx2gAsNxVQR/Pk1xBAP/Tl4WagKAh0WiLlc27h+ZN0deW37d8Eys1G86IUaEbOotB4GrTwnVz3heB3Gz53agMnAWiEFx4hRRWkKw+mHdLz/iupuDSniJ2i5K9tt+nUfEF4DY5MpF8mvPk/lEvqWyQ50KJvgyKcxvaowK0lKMtRgOigMCUR0MGh4vhYShKHG0RG2ForCZdhOqkjACBdDHldhAUQ7ZJRAI7I/i7cbd+R63CJj3hGhN1QAVlx0hkKb4g0/oqhMEYGw5aAHCQYFFzijMA+infXv69C3/CzRhOkVvvP15b4yj2j9RB3GdFkDFZUfYU/zRuFX+h+FFyw+//s+sx2L2M27BIQmLL5u+yaUyvNfSMxy4gD6eNmBbQK7CDSIu2Q1DV+Ml0A3j0SCsvmrps67r+c1rqS6zDDOX2uAQnL70/Wy4eRTPyuDPfGzQvNy4FwbzvZM/E7w2Uqn+Y1H2YwJXn+DEIpsMjv3xnf12fpGT4g7lF0ZCjQRkOJrKdjjloQ6llT3QxRQyIMLdO35An94ShfEy2KR/9Jeo1G/75YS/o1tLMRH3kv8aI6RAK3vEWo2nWd2tWt3z+1c4RC/NFwctd0wfzRHVzbTrevx3r9nQt9j4qxecIYG8SO7pyyku/0/IWgOouMSdkHlMyLgTJnkPCZl8kaciv7Xi8L3fLlczIbmwMuMWHBtuP/El8lrX/eAwdb2DPk5nItuVDx6XDYAQOOoITZ7jB58Un+bzoo0ESJY+8ZtXHPnj25W53DV4AP7SjckNKH/qbwfpe0Lf3xSGiQil1YREvmGG+hBnGN9alP2QyyLv1JGHJuqH8rgVlDnNfQpnWxtPxk9a8xjQKCK27g/8fv9+DBUPg6G5whHGoerCnGq0tZ/293CFQ7r3fWe6Wd4Dnyz/G/zvcoHxQTvgbE+5xUG7OglbdEPvXr70a/zLj5YVZ8I0SH5y9fNeEEd1fFN0hHkANZirjB9jCYg/FEIfZ31e/ClTG6uM8Nrl85e8IQwvxW/vFVpm3IJDTvXntfYIJ0qbPOxUZSc5TXRJfEIGlRAy/asgPp72l8qXoP3N7kfchG8hlCXrAfmuPy7r6uVe+NycDgfbEHEQ3kQdIfkIjV9qld+GEHFA3bJ9D+mxaH+96S4K9tF+uBbyABUXKFNx2wWHfHVzB/UgRByIA2JjLAAVRz/syPEDtOQfoiscEoOlah9u2Tn7fJt9nPW92C+iu7/CQf96PlddMTqExj/iiX7O9wgJw0JoVVwA8CrvAO78Oht831Ff38fAwUOYz9/C/lm03pBnEo+Nw+gKWRrOh5/oBz/WfYs/cqkh/8P/XlEdebU8bzaGfCm6zKiHRuO7TlqyYWctfdeAZq+4iBDeEoeycDGRQK1P2TEwwe0P0LTWMQO4DjzR31h+xE/+PttSWctdEIyMBHF9wjwhoweDJTlLwYk6y1icbE8PSxNMQMrjHEmcztegQYbxOq6hB2E88vNYnlnU/OyX/WI1fcUch1/kpV4r2zlELoRs8Lzekl1jh37cGACwb3O5JrQFkHyCk18u0eovWjru6Qami+ZQZ6rQDsJO7A/Date3WOWqrYVDdGNMVcPJ8l8YyOvHX4eKhcPGCZTmcWdmT43Liz/GuvrO5Uff8r86SIOm5o7JWm9Z/cJVtXjiBxK/JcpXdPwx4cJ1mhLhmmp10enhYVeNTqZjP+tm1BWOjeP13xNPeV85g/dQAH1cic07nrQAfdxxctACGp5Cypfhc+uKPfZ8S9H3upqVn0EUvM2QIVFfi+7O5zr5wL/uD1YprVPz/DAT77TtNPJVwvrj8IHa2m/7s36IApu8JrM3DB5CtX8lz8cna+rX+W3sk5OTmcQ/8H42wW85WHzjvacsk7G7j/bq+atJf2EgrRMNyQuouMiW1wU93EnbnnioO/0LIaTlCWSdz5/H10ca/aB66biHjqJAP/N/Flzh2Ljm5H0ngvFr5IHh3Tt2f148ScsTwjpAD5cr9PfPmxec5l6FkdeyENqMWnDE9eg8eCFdEBhOz2QXDOQjZNtW/FiEgxfQ8BRivEjt+nDO3FeFT7mi66fQ2eeuDnn/ENBw3A5wS26cjtXRBg1vjLGywologm2GlDAc2QRVzVaDtJtQLO3afl3AiB8AFYf/Qvk2RtsSy0kRvkcxSHcSao0lfssxR15AH0dbFInhbpvuev4z7Gj69uG2sWeLKaKiN+sWZH81jnUx1721EsEu819jrlal8U/ywMVOhHavyhRaMA/yRPQt/2fUmavZE1vXnbZnXIuuldg8rd/jf/L4Y34IH6tU4lMXrfoJXvg50DJjbqlsvuOEgyfG4+diQOp7AcRNxG2Qmt/8sQU+8uR6FeMQo8ONR+UVQp48YZuQV72+dsVhN/Y4meRqMIuJ5tSMi5vsNffzxNd80sLgIQ8a4xlqlWnim+QNKyEOJ5boRJBRkLYBomRhW/vVD84pFBB38qBm/DDGir+wRvOm/jwa6sFhOloATIa0skORZzgfdldyrXaMNLxfm0/TTm5ZHA3bkuRJ9BWS4PADSj/sl9dw9HyFo0/xTxIpa09SYeYWsJdXnag/zcHYwyY7au7O6phTqXb0Q1Z/jn+5b9gsbIZQcLVtfHT0KrHt4F7thx+0KJQdj+ls58Am/wXhk5Kfpy0/4sf3Toe7Zsw6cWIM796wJEsuX4rHSMtzHhcOgLkbphfUuT/IAM7CpAeU7YIVR/3sBtaVsDcPZHyq/gaNMYD3DQdMJysXgyb+3rQYfKt6LViBXvttvy4YxCuAhmsfba9wjFSrD/EkS6hewdkCBdDHjarjxaolSqjXBYZBXQ2iMpkNrVFUj481bPr28lsIRyOjzNbUX9Co3/ZX5o082L2lHAHQEn+AGssEIndQQ6i4HBDCDm3jIHCrNWi1Six2l4m/3xl0RwHElrXH7AbV2eJBn7/wr1NIv0WU+OGzF8Sj278r1j3btwcW25/5pJ395LaYp/mMdswD4CbNoODbxOmvmM5vVs6IBUccX1gRL75J/TfpzlwMJ+umE6bgnDyzUOPANnrgpFt7nVAhK44/ufLon/+bqyxBBx7gAk+uF+mJCdDHWQ9R5mcnVGOmRI2b1gkt4ddwYAce12YGAPmxtAMKs9/3A3zVwZsul9YWyuvP5W0cnm/V1zILEuKMQJx8Pg04Jk1C4OAjNDzGt2aeO90hkicsToQOao+DtMmHUF55YISHk8enAQcbIXAx/9EpvZdHBGgBlE11cdBwpx/YGHdCNMy0T2QpUvwukpWA+SEd99C77+O/eFP63kMcv2POxo0Pf0Oe8jk5ySfpRePK3jLxs5i3mf86iL8sQsbDSuU1K4/86U3sajrgjFhwbLztylOjqP40OMi/okG85RUPnQ2kEaCPQ5AWRgrQx121AAnUj1Yevfh9KaXEuvEAB1OrAeaHxceTPnyijycMMwOJ4uAk3xfU2jfJx1nfkLc5DM1jQPI4jrYl7Vsg4VFX49PO3Zr3KrfVGPDHhS0m0AZNsGF+JPTnSnYLm+Vk8/wn73jufqQNGj6x5kS87v1g7VdtFYwGYNwrDXZiQyH0cau35pPYHwa/UBE97HzVkuY+0ccdQ178jdbKnkRyYQjzAB34Oe/j7Nw3ycdZb7GRI1R6DJJTyU8FJLxDjOBD88bVq78kvjmdfoC6nkkNeGJKG4ZO4i+3N2W9XTl35RE/vTqRO03IjFhwRFF0nvmHE0H+YGIgAfM2TCTGY+2J5/FqXRjcN3depXxteYHJaTGwiUnj4GIkkdI/nNHwB6gbcUDdClSuT6LxyUbmjZPzxPXHfvjCFVkhy1HbBQe4ZRqykyN8y0I88bdorjTMfCLb4RorwfWP0MVD40V5AqU6jCY4hr2KQaG14Hy1AbpnN+gAGgtx8uE0oLTO7BcP9bjgwLdccvzpaIne8LHqA52pN6GQcD0dBRAbeAm1nVUXuc/Gf7K+es7/OBqaF8pNZh/rNqz+wafEVvmWZWPp2X6NPeNOKLLz4h+E71x51E/lysr0l6FfcGy899hlksBnYXDZeDHo4zbw7FMHcJsaxPfwv7dhIOAY0MfJw7YqL4xHq5XgVUsP+dmG6Q/TTNQAg8D8TIgj4upjPYZt6YBBLFDSmBhu1Jm537D69tfLQ4srBmK/DAw56XW04JCHqjs4OTI2FjuLAGlpbNJ4pePQj7VMrOfJxvAOLJDx/S+cLx/wmib6zhWgrZ3ZL28z7cCnrXung1J/pj5u3cqr4aIC0Mc9lqJRs8H85ee8j095/Mfh0Lwyv50/N972O38vVyL+oK/2t+rUj7ng8mNsf77yqP/6XCv2QdOHfsFR3xq8XpJzPhwjE6n6B9DH6TQLKKc5ORKH6x+gCwQh2qCO0MdlkRhXgsobVxx1s9znLkv3HsBLv2zC4Ve+APEH/xMyFoTohzig4SnUiGkcjUbe7vUbXAtcSpUHFt9flP30EyEsk9s3v+3EwmqlcqPvY/qTEDKIA+ZtfkyAZzfYbbRg/w2/eq58cBhseWLz9reIVsupe1Zfsy+1DdoZzfQkzvZZ6MsTS+vVOQF+Gbjnku3Pl+/jWT14jI4pw8fTenlHTqEFD/anecD49z3/g2jfQs3ok/ANt534fvmw8YG+299yPHrxr1T+94qjbvpIn0zpi5ihX3DI15/OZwLLE25itDyEJlBxD8ooM4cQ6pGjuQFgA9GbXIRXaWjjbXL017sfffN3+uLhXVwIJz9OeHZ1VxYdMjv7eKt6uA98LMTZnvRhhRtXX/lBse2IVvaBTj/4uG8fbYaNxFvVY3yEQeW+Tvyx7PAbfxFWQl2cUJ6vg4+zPgt9nfL6hAwUhfXoExvWnjCwS+Gja164t0z0H4ZPWhXYg0K7fJt9nPVZyLYqJAj+a9lhN210eFcAX8DL6y8jv6P4W8ewmXYTdqVSX5g17tBE8iDPPp/m4/QzlADOQlxIxwq/V0OO4YEbbj3hrfLsoZ7wYVuefT7Nx9vaL5YnvmjwgsVaSP+6+5E3/Y/h8YZpMtQLjidWH7tK3Pcct17Qz0rA4V/6mBDmND1AI5VKcw2UV3buUD2gNMVkp3Xh1/c8+pf/QFIJe/MABxhaA29V/EED3B90lNEIjQciJxHbqruB0jeu/p2Xi45/U6z9mMhgFnY2qVWq0b2dGKpvy42D75svO5sQG2NhfRvN4pHiJk81c4GSuqfK0yUD+8S1c3z7J0Sr3aATJ3CoYnmWr6+fgz5udplNjTjkOD+Ewfc68XseTygzcdf9ubibe9P4i0ZOp3QxC9nY8BLgogv0oY/QF/BWBTqhUD/wAmf7Zmh1chVv+cbbTm77m0EmffD7Dbed8FrR/bPoGTa0Kr3abz5W6SLfoPRkfYXx11Yc9fI/bNXndNKHesERT9Tf6idc4lBOrh4UV6sfCe3ABdpFR+sE55/KczKAS7Ru2X2f8PzpDMhs6RvziM0l+MSNgliI53V0GPRjS1w5bQQBbSrZAdrEMCSEjbcd/664Xv+O2CW3VFCKsV/9LDuF0ov4J96tsqCjKxzQSvi/x9uTOO6+uDHm7KOt1Ad2k6bxD6K3r7/td87svp/uWjxx23PeLFn2u5Zv0jPGvWywlZB2E3bXA7lT+yuV3hcc8gVlNzZMV0rPwmz+q59ll/rbcLbL2l/0mx7lF7Tli7EWc8adUOPfx/EfhLXfp53DBDfcfsKp8kT2v4u9VfoCsN/2Ixc07oRwQhj+YPejjn5TGF4o18yGrwztgiOOz5ZghW+UUagrXjgXISPUYY5JBD5FEoPP4RoEJRuNkw14dAA6frBrW8AweLw6d468tvwX5WvL4Y8pFsRFY+PB3kT6UjgpG+Rk2pvcYlqtv+2kZ62/9fiv1qPg0zLi9at7tKC3HtkasNl+oWhOK4TH4/DO8LDrRjvua2FwtbRKft206SohenUv3OtEZqO21oI0HGGYhlH9Gxtuec7ZncjrhWfDrce9VTq6KK8t/ISS+MvhSgTubAX0cdZPAu9dccR/r56kvscqeg/QYk2o85qjtbIn22nRFzjkMcUn0adpa73TgqwunR2zdZ790Xmb15yoL9TrTFbxXHJl43eienSZrB/n+pr33rMvpU38w/gnu++512vD8LPulzN777WolkO74HjiF2tfJg/b7APDO1owOL4Gfo8Guq1IHMQCBgsPXcjE43I38DUrj/h5z68kVvnlLvFAEjNvkrRpCCwcREAdniwC5VhpoGPD8pHQx1kv1dNcnrzlhcs33vqcVz5x6/HfCKKxO0T/1w3WfvjCinzCvJF4J3Dlwf+9Rbz69Va8OkaksrU9jINB47eJ0ccthqan1M4R7D823Pact7Xqt1f6hluOe6/I/pz0LXOb9ZfC7qWaDe3tlw9CU/smAD6PMu8Jk7yHHcj9VvlPO2EfcUAfR13xpRoF8q2+yeOf6iX6qK0O0m7CNvZLbJZPjE98oXirOuth423HHS6vcLhSbFqEvLHcSWFqN+MyNfsb5YW3jcSLXznsv/NV9BW2ziKVwyUhOa+ZjEBx0KGWOCBKpl4vhwgNMKda+WWlEVbiP9zz6Nt+Ykzlvh8eSFwuA4+/aQO5FhLQXC8KESM7xlxjPHbc9NscKk8iBxjH1fWrn/OGoC5XcatyQQxF0AAooJYsgZWOP3OYyIJMFMj15FfqMpmEoXyqimSr7C56HFsPR4+QD8S2eIcdfsoVaD/Uo28B9TgIblCki10lqP5bPai9BU3UryLKJstm+eBJYqcNQJBNbEbRug7slzdzVMVnn5NF2tmVMH7/VL8Rtn71CccG9egf5WHyF6giTh+85xTfEND3nUI/hwNqwWu4wetex92L/eL72vw5wcUmsMc9sgeqyNZp/qOnbPzNFpOF+ib78bBIgSWqhhsCuYzCHDF/iv9hmBSzrT/j3wl81eO3HPfJPZ69+L1heF3RF3C0y7zdptXHHzBRi6+WPNoNMRiU/S7+6xbOqb508RHX6Q9E5uk3LLShXHDgMtnOndvOwH1NDig4zHCZQFw0ccmTtPx6aS8VTHYdzaAkyY+JKP7nvY5Z/Xm0L0v/PcBYEWYnoGyPFk+Lu9a5E7YfM+BO3py4Vr9E29RsgaAnlBrizhMK4i0fH5Ocqbuccfx1mwxDgdaf7OV+iE7cINTw0TOF8tNUMqdo3gjRZEUuT5UPOydKUddvQfaLK8wXBoNowdwFP0z06BBZcfR//eSJW46/Q8bCoVSdUCdPyLHzhQDzLSBKU7yUqFW6o92Evr5gkOOXisRT1t963MVBFH5596MX/aTTE0e85uy5G8YeeL4s9d4S12vnqivE+dqHC4L2qycAsyjbvy1AzCboQ7sJYabik9gvi5zLFx9282No33ORHyNT30q+UEeVxVwXiGL2WMxxTF5AFLUHbZwlWfsloZWvqN28BSMbdo6mV/QZd8Ksvlk9wEcerevM/gvW3zr67A23HP/n8hMUXX0tGeeasfHxl4Rh5Qj5APNb+Xbip7I6tTtef8ex+0yMB9eIy/WKvHO9NqPdhLSN8crK7sX+kcrI+YsOf/n6OH55savJrLIdH/+tfEazFf1QLjjGdm5/g2TdPLPHjfQ84zgrEGZmB5IJIYmnChUXBj/c65gVf5onuqT17gGd0twE2CxFplUNKeOK6FhkjJd0g1bD05vETxorzZfv402fWDFJY2I26dqbHCQ54fCGCYDM0iR7hcV1bipDc8dLaL1Mti/U/usXHXrDbybrfZI6vAnRJtsB2y+fwquy2HibePNtG24d3fL4L4+7RmL233Ll8fGoHj4ezqmsD+tRRZ4P2LMSxHvEUbSXROa5T4zf92IJ66LQWx/qlQpLEDUVphQdf5lM5dsw/SouUTXRLM38OWvK+c/E75e6GTmLD9p7485b78NwaNFTYfl/knwYkIXzcT+X24o/qFbCm+TK2T2VkeqmJavqWzbfvmDxRLxzz5Ew3GuiHu1ViStHSq6cNj4+fpxMGRV9ZicIbhdzul5wBGPBp6X9ARlXtDjsv/31qHbD+luu0P6Y64AoufkvdAZHhwr4wJxT2snLadJECoMr7hLiIagYygWHBO88m8BttUv3ICmAG8REYjggima50lq6T3kgQ9junT9/0TmdfprSDspdhx6owcMteEl3MZNU109lnGBd6NJzXmMONAttHDL21XwMapOPvQ4617CR24h+tii/kK21yyk5snzUzFGc9klPDfrTFta7bj1AyQaz7Wk3IXrkWPCEeGiDRf/hVXSFrpy7/+eeGLvvL6TRvpQIATqmEh2Kt1+uFuA9HfKVQtnsIlQQT9TUy7iihBnA9JM9EHfkDkRfi+Cg4i8K/OceR998HTSZWrEraYw7YZfxb2v/1HRs3zoML62v/+Wxj0gUnp7PXWj+46V3x4sTjueFyXCiHuy8BV6056InXCZFyCTNn3wtu6HKFc8ljbfsbE7Il1Gs/YPO/+z8lTf/0WL4Y+guwWy87cjDZZI71oLFjAD0cVfrRiUmRZuUhSsdqcbk753lstjYKpehzuz1JT2+yBLP9wASMfcPscJfi5jxRA1oOAev5QDaIhf4h0OlGVnrQLN8Ma5GfkdDnmiueBCSHK2VftqXp0G2f62HyFZ/sBt/gNoX1FCFobSz2WB39ofb51QX9vx7CeFhl45L539nurTWD7qjACrubFWyh7O+CRZmvyplO1URO6ejg6avo8Hn6ncPgs/RABkXQhGokgghSZ5/+Wsc96tYzHuJv2hAuwlVWxyYzdgPqNyQ9pjB4Ff8tfBv4fa7/jX2gqvTCHt0ji42KAo+1v+M3Wa12T209ltcNF9axAdWodA6HCoNZA9nvUFtoruhW3BMTNTPT9Uz49QSmOUSo1WyGh9aO+uzUNrjl/MqYXjuymNuuSPtp8QG5gEudwGxIVSEOQkLvTShgaA0pkTalvLAA5ylW/6mDiCIQoA6HNDH2V87SN2oL8QBB4RI2ymk3YQqGnwojp9tK9Xgc8uPvFG/kmgM3e93f/aSi0XeOmvJDnDEToE6fMjsVz/4vjUjUtVpDn1N/4OP7bQNbWUDEEkD6nCBcu3pypXH/OwmbdaPnYjuNf4d298PPdvJiOPrW7LQ1/Q/3AkccBD2sy/2D0WBD6qwL/Y/dPZDIRQXkARXRMiuvsfxP1QLjjh+4Ugchee2NNbZnILJnZP1jS5UovCv9zh2td3wSgWVWL890CIhbdGIvJWpFTwy8Ah9PKknXyJP2gBvMSBUFmrZTm7Qmnz05doSksdBv23iDu1LBVq/mChA44SRhawD9Ns6gX4fppfpSnk+TXGRQWjyKFeg+kBVmQirlY+6LnoGuL0orvkT7Y9SfBuAD6H99ANUpu6AihcV/0owFo5U/pRu6gsU35rOBhWnHfA9Nj0rM/aAKITWTilsl7Vf+YvdhXPCH6uuqi/Um0w/p7MbR4XbD13ajP+evMN5QOU7m2k3oZLNF7DTt3Uq47+r+Kt+ogMgdXBQ9fF0VD+AD8XxT3X8D9WC47c3rz9dkmEvBiML5ROFBgnQx8nnOxC4PtrhIHDZvrr3c371YfNguR+IBzIJi3GpsRGguMZSiahooGk94oZq7BTxoKD+IPFxqcovvgzB9dBBv4qN3XATzaCdFUI9ytjXQMNBpl77QE5KlfWX2tyz/WHwhX69Q2aPY395hbwaVd6SaIW2DrX9omoyBzjcqd8M/CALrocO+lVs2Mp++XHHD+1+5C/wMFwfS5oL0MXXzUsYJo726+e8j/dRqa5FqV9C9wOCg8h/0bCf8e/aYDSAnb6tFOLTBNeYOmj5lsZcBFi9g4XE3zq1HBLc78OvStR3yJTHv5MzVA+NysLzPHw5jIbDSOAc9E7nlkCWI9rCIBsKTcnhL/bee+lbWzYuKwrygMUkjSIjalHGRIH7tpwsVQk0YSFOCLqHN0qTOqwsMch1tQlekU+aa8o2cpj0zXvHyB3Vx3VCPKlvo2+W35Rt7DGlQb0p2h+G6+fOm/cB2NKvMm9R5T07tkXyeuZ4j6w97fTN8qe2Mmj0BWAf7IcM2UwaEMEKjr8sNn658tlL+vqbMPqlWOiNQlf5eB5N6hu9CcLk9kPkIIpo8UNR+Q1pdGhAo8bt8inxBZtDeQ9vlCZ1bexHU7aBKM1XNwZx3EtB7KjUrpD/9Fniq4Z46KUA9avV0+N2NDRXOLbcfOzuMtm/EoFDEmLDxEGoOAILmvsjDqgbUgm4phTTCu4Jfjt3bvWs8Ok3Ja9wTpxVIgV5AHFA/CDeoIaJuIuhRQknXYsauIGzEGd9FoKPPMA1Xxz0cdTlF1VQqkxf4yENR8St3vpqrW+Wv2j7ZQC/v98PPy991i+eEMPf1eiL4bQfOg42/uEOeRXc+f3+dhsmYtpB6NsGWt7m8wD3c97HUTfIUqniq8Izdfx356nGk2jjfFH0+Iemfr74Mffx1hY16mt8pOGIOKDNe4Tsl7CxrfHTfqsbom+pbI+2nyvpqb89kYwsGKvWmPKNBuEIdBTWZyCsDYNx+bnu16w8avUjxlvuB+EBiaX+IX7AkphaTIQoNMvGFEIxnya4tnVQj4gD5mxIF9ABfZy81gXyxIo/KNmOMK895RBCCnAW1Rc091ek/dLLFbsfc8uX2Hc/4V7H3PJNuTL0YfqC9mYh+pwu+7O64NiPmY+Tt0lfFzvW+218PKkPg7euOPb/t3etMXZVVfieM3f6VCxtZ4YpD1tUhLRAOzNtobwMglhNeBiRYtSUABHjDxOj+E78YQw+0R8S+SMxEiQSFDUgjxgaUAq10047FJGBQqEPoEUstPIovcfvW2uvc/Y9c2/n0XvPnal7z9zzrbPPfq1vrb3Pvvuex4YmvDPFWc98iYiP+JND2TOZWOPjt9mXLa2rpekw5/QNj8IYDzXT/00nH32dfdnSHNr+emvyWMnBKzjSLGIv7ImtsJ1c+o/cf4xHw2F8Uudh+mf8VE/OJGnLNquphJjKdSS2ROO0TSabspKaaSWXpE7VZTkSktJ1XcseH9PT5zRj2DaEAbEpSiLyo6NAOgERmyLObCod1NIxLYMhRS6ZOvRlicRmWIf34jSN8wvzGinOtQvysPYwv+nAAlz9gpAlu0NtWVVzmdlVCzS9DGvV58WlelvBUr3uxHE8VJ5V/qwW3pxtx5JLvg3V/jwR9afti7Y/6vt+R8/G25vBNk9avu+J7c3uhp79x69/c5806nMDE/2wWf4/fv0P3f/99o9axuPiaSIzk6Hkb1L/b5b+vg9avzcUfWDUFNkHuePQ9DaUdKa/7EyQFY6X1y1cjA63mA2lckSRcVIwtGmFIVKqsg79vCxDyomin3Uve+IWp2uAohjgmMZ+7fftenXTcAxENXaGUgY2KapdOYiZjekPIhOZUP4tT67MUZTPprD8usGOEV07DNkOqd8hZQmGtQodh/542uTrcVy5bPb7+vfWKrJRcXzFdTTzXbhrTJ7AqMVSNwbRUbkvWn+/PrE62mJ/TbN/FP0Bk42GPnNDiXTbovy/uPlGae7ijfegM29J+0GVwp7eFIvSn+5r4wDltK9ix3yb7RlLcJPFovp/S/zf+DCOhLex9/8JscLxTkmfvSEGg2JyAskpRJJlbHYoPgNDG9rTRw0x63qga+mirxhPAVvFgDtByahjndohbKmdVNG3/2hb6+bY8AP9g/eIRJQP/YgyUWTuMq5OECfDMaIvu+Q8sTEQVc6QsRoMNWUWh/hce8aqP75M7Eva4pVzFm/a4iprKnSc/PfXZ8Qx3jURbVJtWqt/Xtli7B/d1TntA6vAgW/YfFMOax9PyIRrOG4P5Z+5Wsalf66MZu2SL7z78FtaPnUTJTOEnmP1/3xbx6X/GPjN11d73+lWQP/P199w/f0xz5ddxTrm0ZLZuKdxxgETUrbgyxNghSNZ39sOr+O7U9BCfAwpy/KNQ8iimENVUhU31QxhhKdnTGu/go/ZtbiARTPg7CnVUq4dfJ+mTLsaUtZSDFmGykSRnb9w4Ko1YFvNmho5+G2EOeVbif62mE5SJV5zZOVZuVqCtlfb6LcdWV3Q/NY+jbQ4S5OhX4bpbUhNtVZFELMviaOPdi0ZKPTNxu/u2bh76rTp5+P80a/tbY3+yqLjwphpsv2h7x2dPbMulyexZmZruMRvfmZ3w7z9G6F/wxs+QoFzlwz8EX7z83rJ1J+y+T11bqb+I/X/eu0cfbz1de25ms/ihpcy0fT3x1CVYRHvnKztHX//b/kKx64K3gqbVHiHiljDUHecoaiwnVAc+sSkZsQxzEdeS8rli2edNnhYT11MywzCuBigfeQDu6ZYw8a+HSnLYOOQcv7DE7k5vZzU5Usn/INoX0ANXX4qkJYDQWQiBR5zKLJrI6e3MsWVtjgdqBP/DF1axlnI6zPW9GyK8UDZ+zwfJ+3nFT3ZML14J0w5af8wGvRwi/QXLoq0P17+9auO3pOubPQdKcapjxW+Ldb5vaFn+9QPDld/v86i5I6k/avoIY9ZPzFk/dTV0PQ2bIb+7OtSLpECgqHuHd42r08D+3/h/t+o8U+/4imvLZ9wJMnB1ZmJbeAm1vowpaXxZZcWjy3H8U/P6338nzwaQqsYwMvb0Iv5obkMKctg45CyJlEUmYMus/GkLoNRhpKbpmYpLAMfjhmGKnOiwDjNNxztmObDVvITfTktX9qigxLbxbJTdPX49VFX1tlQ/UulB6eX2ns7+vo3oMqWhdl9/Xs7e2afH8XxjcIDWiK6OjS9Dc3uhqQYbAvVRP6JrR2KLNxpuSxHcjhUmeojJ4vBR7l3dnHt8O3BMqo/zJflt7KIqRwlb2Px9wudvYNXF7VKGmMkLkJ/sld0iPr6D0wptX8KFL9Cm+s/pYlm//EzYz7WlP5PRydpZIzgkHJT/N8vHxVIPUD6J+tLkS3BQcYdSn+9pBaJEFo64XhpcFEX3rS3UpRAY8QBHYo7QpkUPcXS9F6cKh5/s3v50N1ULITWMpA5oHNKGI2OSu81pMx0hiIjjSE9mYcNfVk9P0tr9VFryU8BQepyqLKrH56FlEyCYKh7/lbqZAok0Q/bTFnbzjIpE3253nFmlnZoIZKXcZZedUUFKA8J38At3d/o6p39kaP65NkYftNaIvPbflfvpi+jeTiBJK/7Ovuy6ePHmd6Gprch81Trr5xrXLWs/Cj3lkfyi61QjgtSF2SiyiPYPyo939YWn9PVt+mXVkYRiAUO8QHTJdOPjVfdSY/J2fGMs9HpX4Q2w+vAZPX59nLblVDyzQlt/+FNHzkGF+CYf9EGlIm+bMcRqX5IY7o0hmI/lzezL6pvqP1H8P+ctmwmg2sucOzj34RZ4ajsf/szeNNe2YyjijkNRc38xo4RfZk2iW7rXv6vH+RzhP1WMaA2kk4EW43axr5ZRcbGkIL0AId+b6ijptbPbNoGJrM4X86OWzpWmnXOdMBALGULVla9/Hp87PpjIv7XqNR+amffphuKWNI3fUaLnX2Dd5SiqUtA0b3M02j9xeZmd8Mm2h8a8Ar0m6dNKS2eu3jTutHy0PB0oisJdR/RmbW4iAb4P0trRZizZOCBtlJ5JZzl9br1F6C/9Vm2wWTrp3XbNcKBye7/9dqvY52OgzbuGeb5Mw4N6bMqZ+S1dIUD126sRouy1phM9DuW62ymCFFkNxvEbdDru4859uqsoCBNXgb0Qs5SiejLtTUyh059InVyN0BLNs/HahdTN9YuKJWLzfiLHYLF1c10GAfwg8wjUdR2UdfSzRd09fU/cxhFNT0r29e1dHAlXhz3SVT2QmMq9G3uy7VLb4T98WVlY1spXtHVO3hd66/98nX25ebpX7vk5sR2LB1YE5XL5+KkNVS7Bl9nX66duhH2r11yq2J9nX25dnuarb+NdY0a/1o24dj52Af7MG1YpDTqyQH72OVW/3hM4zRVfptgHRKO++KUg/Gl0YI1b+aPh/1WMuBO+P7E0SaKDv3OkrXUlg+Iej2EoaaHR1iZ8A4NhlkpqSRpsUd09RrWqt+P8+W0vJzgp1E51z5r6yHqhxrv4KT3p6gturBr6eNnYTn//lw1E3q3q2fznaUp8Sm4aPc7MNlu44G9V3g3HAX/tLWG5tsfbRvCe1Gu6ew7eencvs2PTQySm6v/O6UCH8RRh9DOJQMD0fS5PfCO3zCJ9SFN3lz9pS7nh1avYZ3mjiqaZWg5GU50/ze9DamoyURfrkeCn0Zly8cx2ev/roCWvbwtOXhgNZvkB/+CG43HUo4MQJoSHLjfx/Qo0r+FC1Ium7viqR1+OUGeQAz44wealdsVp+YSnTmuympnasF9Oq6iiCo755F45xdMmaV1PoMYudpajml55kcaZWW7AiXSl11GB5zpq5/atw9OiiibZtXp02h32FLhjaxsNS8C/W1pWunWrlMHX8rlnFS7x5y+eT8a/L3khTN/8vKu164Cq3gGTrKgnv7GA+2uNlfOVVY7kQC1u9kIEWSNmZ2JTNZ0zGFpNQG3w+xfivqxonFDR98nfs+Hm5VKzXtSOVs0uqADNfXw/VP1Mp1Q0mHq37IBP0dC58I1+xD1uV3rF94SR9GNlUpyOpM0W/98+Xl/yTVzVLu48YEtr53Woh3mdv9/xj/HTkv8Lxl6/9Sdeyq8gAgOxgHbDQ4C7HjaOnUOr7PJKEOTaYI4jj5/zPKnH61t6RDbSgbMpmZfIoOeYDKbj3S8pg7OP3iME1J4jCD3h5XP4/Qz/KXHXZxE5DZS3iHS549LsQnK1uKH1+/8G77Ka6eextntMTyW/L4ZUfl+Pt8iV/2k33UvSLwpSS6/eff6Jy+CbVZhQnYJOvpRVG6YfRw/9fyjJiHjsD++mLwIL/gdVpFuP6ZncK2WOxEmGpmG2XiX9Y/sqCeNQ3/z/9avb3h6QOzu2/Jgkny356X+O1fhJ9QvJZVkmY0J1Sm9vcPQ38YCYqOCcDtC/6/n36ZrveM12+g1XcajSTD+mR4tmXDs2H3wYjRgNhtRbXhjUtF8wtBPj1nxT7uXP/NrxoUwcRkw+xqypb48Ust1ENZvPpKWrsHO7VyFZcmu5yTV5Vf7FMtDA/RbsorptyrsMkYhRT8OstVNlIDljTh+Az/v4Se96A0Utg9ZdwJ3YBDZjju1t0Xlts1JW7TZrQJYxiMa3e2keLR16Z7k2Q9Ne/nfe1biW+ylGCDPgX0WjFb58dof+WjILcCHYIs7O3suX6OrGaOtufB0qUf5NY9X/6yMan8u28w4S9ByydnlNjTkthf7TzsjqhzEzQTRJeiLxzVaf5ZX1f9L0au4ruBhfBG4v9xevmtcZKBMf8ypJdeKG01dTdcf7mF1aHuq/aU6DnvCn0MA9bJJk6atwYWQrkdrOrllbBZuXzv/bgwHHxvW+mEVUnnTkAdVxqB137wz+z5e1D3yw5oVIgIDgYFxM7B7fW837o48C9357EqSLER/PhED1wlYDSnLNKGqy2OHk8l00Ko5JrxZiuLnkHBrFMWb4iT6G27BfOToJQP/GXcjQ8aWMgB/iF75x6K+g3FyLqb0y9CYZbD8fNgYYpWDYN/isiNMwWBHkijCs1VKz+ILwBB85IlSnGzGz2ob5vQMPokTJpOFUAADZpcCqtIqdq8/pfvtt994ARZuy7xBj9nSOJEhv1xEP8Ptgk/NmPGe5WEwUc7CNjBwJDCAn2DaXhwYOj6qHDgRPz4dDZ1morPPEMQr5JK4UsEzSf6Lycd+DA/7S23xfuzviduirXNOH9gZThpHghccWgeulO3Z++oJlQMH34s5wjxMRGZiSgEfiWbgiVI8acA3nH/QV+LSPlwUvKcytbKjc9Hgy8FHDs1vEUcLn3DsWDv/eiytyvMyWDm9JG2Ere24bzP55Ro84XBvnCRnzFvx3JNFkBPqCAwEBgIDgYHAQGCgMQwUflssVkdX6zRDVzFUVmX0an/EYOrqyzyKOQie51a5Mkw2lKuwDQwEBgIDgYHAwGRioNAJxwtr5y/HTOIUWdbAfEN+OnGoP6doHFc8dNVDLwhkLPa/fvyZ2/4ymcgNbQ0MBAYCA4GBwEBgQBko9C6V6GDlKt5ByAmEBu5QdtMLd3EYf0qxIEej6NZjV2z7kcUFDAwEBgIDgYHAQGBgcjFQ2ApH8uz8aZg8XIEVjowhk4m+bCk4D4lK646dF19rUQEDA4GBwEBgIDAQGJh8DBQ24dixq3IBZhWz7A4UUmUrGUSVM+TKB6J3YZZyWbTgufDY8snnW6HFgYHAQGAgMBAYSBko7CcV3P/Me+7dQ0L4KGgGPlGPsv6kIlHpJnqrPU4u7VixfWcaFYTAQGAgMBAYCAwEBiYlA4WtcOAWk6VkyFY1KNuzfIj88FiGlWu7V2xv3Wui2cAQAgOBgcBAYCAwEBhoCAOFTTiSKOHLeqoWM/xbX30ZD2j58XFn7ZA3CTZEy1BIYCAwEBgIDAQGAgMtZaCwCQcuydjK6zfkeg0i/hgMReYKR6l073FnXfM1ORg2gYHAQGAgMBAYCAwcEQwUNuGIytFNmE0c0Ks1ONmwu1UMufiRrJs5fdqqCf6SpSPC8EGJwEBgIDAQGAgMFMlAYROO48/YPoRJxvX48DGiAF3tMMTu2plTZl44u2/r3iIJCHUFBgIDgYHAQGAgMNB8BnTBofn1pDVse3jeBaj0i5hynIe5x1t4y+Mz2P/F8WefdEcUrXknTRiEwEBgIDAQGAgMBAaOGAb+B5nwCpLPLNx7AAAAAElFTkSuQmCC"],["fxFlex","30","width","295","height","295","viewBox","0 0 295 295","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["clip-path","url(#clip0)"],["d","M182.629 183.635C213.842 170.774 228.719 135.046 215.857 103.833C202.996 72.6204 167.268 57.7435 136.055 70.6048C104.843 83.4659 89.966 119.195 102.827 150.407C115.688 181.62 151.417 196.496 182.629 183.635Z",1,"fill-color-0"],["d","M154.81 93.8059C152.146 100.719 149.483 108.164 146.287 115.608C146.287 115.608 146.287 116.672 147.353 116.672H169.191C169.191 116.672 169.191 117.204 169.723 117.736L137.765 153.364C137.233 152.832 137.233 152.301 137.233 151.769L148.418 127.839V125.712H126.047V123.585L153.212 93.8059H154.81Z",1,"fill-color-15"],["d","M158.075 173.411C189.288 160.55 204.164 124.822 191.303 93.6088C178.442 62.3964 142.714 47.5195 111.501 60.3808C80.2885 73.2419 65.4118 108.971 78.2729 140.183C91.1342 171.396 126.863 186.272 158.075 173.411Z",1,"stroke-color-thinest"],["d","M259.352 172.363L85.4595 244.016",1,"stroke-color-thinest"],["d","M122.291 259.352L85.4593 244.016L100.795 207.184",1,"stroke-color-thinest"],["id","clip0"],["width","225.692","height","225.692","transform","translate(0 85.9831) rotate(-22.3941)",1,"fill-color-30"],["fxFlex","30","width","300","height","300","viewBox","0 0 300 300","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M50 237.5V112.5C50 105.625 55.625 100 62.5 100H262.5C269.375 100 275 105.625 275 112.5V237.5C275 244.375 269.375 250 262.5 250H62.5C55.625 250 50 244.375 50 237.5Z",1,"fill-color-0"],["d","M25 212.5V87.5C25 80.625 30.625 75 37.5 75H237.5C244.375 75 250 80.625 250 87.5V212.5C250 219.375 244.375 225 237.5 225H37.5C30.625 225 25 219.375 25 212.5Z",1,"stroke-color"],["d","M293.75 200H275V150H293.75C297.25 150 300 152.75 300 156.25V193.75C300 197.25 297.25 200 293.75 200Z",1,"fill-color-0"],["d","M268.75 175H250V125H268.75C272.25 125 275 127.75 275 131.25V168.75C275 172.25 272.25 175 268.75 175Z",1,"stroke-color"],["d","M137.5 187.5L156.25 150H118.75L137.5 112.5",1,"stroke-color"]],template:function(F,ve){if(1&F&&(e.YNc(0,Ks,1,0,"ng-container",0),e.YNc(1,As,18,5,"ng-template",null,1,e.W1O),e.YNc(3,bs,15,5,"ng-template",null,2,e.W1O),e.YNc(5,Gr,19,5,"ng-template",null,3,e.W1O),e.YNc(7,Ga,17,5,"ng-template",null,4,e.W1O),e.YNc(9,vt,13,5,"ng-template",null,5,e.W1O)),2&F){const ot=e.MAs(2),ri=e.MAs(4),Ki=e.MAs(6),Wn=e.MAs(8),kn=e.MAs(10);e.Q6J("ngTemplateOutlet",1===ve.stepNumber?ot:2===ve.stepNumber?ri:3===ve.stepNumber?Ki:4===ve.stepNumber?Wn:kn)}},directives:[q.tP,C.xw,C.yH,C.Wh,q.mk,Ni.oO,P.n5,P.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[Fi.l]}}),K})();const fe=["stepper"];function Ye(K,Fe){if(1&K&&e._uU(0),2&K){const F=e.oxw(2);e.Oqu(F.inputFormLabel)}}function wt(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function Vt(K,Fe){if(1&K&&(e.TgZ(0,"mat-error"),e._uU(1),e.ALo(2,"number"),e.qZA()),2&K){const F=e.oxw(2);e.xp6(1),e.hij("Amount must be greater than or equal to ",e.lcZ(2,1,null==F.serviceInfo||null==F.serviceInfo.limits?null:F.serviceInfo.limits.minimal),".")}}function ii(K,Fe){if(1&K&&(e.TgZ(0,"mat-error"),e._uU(1),e.ALo(2,"number"),e.qZA()),2&K){const F=e.oxw(2);e.xp6(1),e.hij("Amount must be less than or equal to ",e.lcZ(2,1,null==F.serviceInfo||null==F.serviceInfo.limits?null:F.serviceInfo.limits.maximal),".")}}function ni(K,Fe){1&K&&(e.TgZ(0,"button",40),e._uU(1,"Next"),e.qZA())}function _i(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",41),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onSwap()}),e._uU(1),e.qZA()}if(2&K){const F=e.oxw(2);e.xp6(1),e.hij("Initiate ",F.swapDirectionCaption,"")}}function Pi(K,Fe){if(1&K&&e._uU(0),2&K){const F=e.oxw(3);e.Oqu(F.addressFormLabel)}}function tn(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Address is required."),e.qZA())}function dn(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"mat-step",15)(1,"form",16),e.YNc(2,Pi,1,1,"ng-template",17),e.TgZ(3,"div",42)(4,"mat-radio-group",43),e.NdJ("change",function(ot){return e.CHM(F),e.oxw(2).onAddressTypeChange(ot)}),e.TgZ(5,"mat-radio-button",44),e._uU(6,"Node Local Address"),e.qZA(),e.TgZ(7,"mat-radio-button",45),e._uU(8,"External Address"),e.qZA()(),e.TgZ(9,"mat-form-field",46),e._UZ(10,"input",47),e.YNc(11,tn,2,0,"mat-error",24),e.qZA()(),e.TgZ(12,"div",25)(13,"button",48),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onSwap()}),e._uU(14),e.qZA()()()()}if(2&K){const F=e.oxw(2);e.Q6J("stepControl",F.addressFormGroup)("editable",F.flgEditable),e.xp6(1),e.Q6J("formGroup",F.addressFormGroup),e.xp6(9),e.Q6J("required","external"===F.addressFormGroup.controls.addressType.value),e.xp6(1),e.Q6J("ngIf",null==F.addressFormGroup.controls.address.errors?null:F.addressFormGroup.controls.address.errors.required),e.xp6(3),e.hij("Initiate ",F.swapDirectionCaption,"")}}function Ln(K,Fe){if(1&K&&e._uU(0),2&K){const F=e.oxw(2);e.hij("",F.swapDirectionCaption," Status")}}function Rn(K,Fe){if(1&K&&(e.TgZ(0,"mat-icon",49),e._uU(1),e.qZA()),2&K){const F=e.oxw(2);e.xp6(1),e.Oqu(F.swapStatus&&null!=F.swapStatus&&F.swapStatus.id?"check":"close")}}function xn(K,Fe){1&K&&e._UZ(0,"div")}function Tn(K,Fe){1&K&&e._UZ(0,"mat-progress-bar",50)}function tr(K,Fe){if(1&K&&(e.TgZ(0,"h4",51),e._uU(1),e.qZA()),2&K){const F=e.oxw(2);e.xp6(1),e.Oqu(F.swapStatus&&F.swapStatus.error?F.swapDirectionCaption+" failed.":F.swapStatus&&F.swapStatus.id?F.swapDirectionCaption+" request placed successfully. You can check the status of the request on the 'Boltz' menu.":F.swapDirectionCaption+" request placed successfully.")}}function Lr(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",52),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onRestart()}),e._uU(1,"Start Again"),e.qZA()}}function mr(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",3)(1,"div",4)(2,"mat-card-header",5)(3,"div",6)(4,"span",7),e._uU(5),e.qZA()(),e.TgZ(6,"div",8)(7,"button",9),e.NdJ("click",function(){return e.CHM(F),e.oxw().showInfo()}),e._uU(8,"?"),e.qZA(),e.TgZ(9,"button",10),e.NdJ("click",function(){return e.CHM(F),e.oxw().onClose()}),e._uU(10,"X"),e.qZA()()(),e.TgZ(11,"mat-card-content",11)(12,"div",12)(13,"mat-vertical-stepper",13,14),e.NdJ("selectionChange",function(ot){return e.CHM(F),e.oxw().stepSelectionChanged(ot)}),e.TgZ(15,"mat-step",15)(16,"form",16),e.YNc(17,Ye,1,1,"ng-template",17),e.TgZ(18,"div",18),e._UZ(19,"rtl-boltz-service-info",19),e.qZA(),e.TgZ(20,"div",20)(21,"mat-form-field",21),e._UZ(22,"input",22),e.TgZ(23,"mat-hint"),e._uU(24),e.ALo(25,"number"),e.ALo(26,"number"),e.qZA(),e.TgZ(27,"span",23),e._uU(28,"Sats"),e.qZA(),e.YNc(29,wt,2,0,"mat-error",24),e.YNc(30,Vt,3,3,"mat-error",24),e.YNc(31,ii,3,3,"mat-error",24),e.qZA()(),e.TgZ(32,"div",25),e.YNc(33,ni,2,0,"button",26),e.YNc(34,_i,2,1,"button",27),e.qZA()()(),e.YNc(35,dn,15,6,"mat-step",28),e.TgZ(36,"mat-step",29)(37,"form",16),e.YNc(38,Ln,1,1,"ng-template",17),e.TgZ(39,"div",30)(40,"mat-expansion-panel",31)(41,"mat-expansion-panel-header")(42,"mat-panel-title")(43,"span",32),e._uU(44),e.YNc(45,Rn,2,1,"mat-icon",33),e.qZA()()(),e.YNc(46,xn,1,0,"div",34),e.qZA(),e.YNc(47,Tn,1,0,"mat-progress-bar",35),e.qZA(),e.YNc(48,tr,2,1,"h4",36),e.TgZ(49,"div",25),e.YNc(50,Lr,2,0,"button",37),e.qZA()()()(),e.TgZ(51,"div",38)(52,"button",39),e._uU(53,"Close"),e.qZA()()()()()()}if(2&K){const F=e.oxw(),ve=e.MAs(2);e.Q6J("@opacityAnimation",void 0),e.xp6(3),e.Q6J("fxFlex",F.screenSize===F.screenSizeEnum.XS||F.screenSize===F.screenSizeEnum.SM?"83":"91"),e.xp6(2),e.Oqu(F.swapDirectionCaption),e.xp6(1),e.Q6J("fxFlex",F.screenSize===F.screenSizeEnum.XS||F.screenSize===F.screenSizeEnum.SM?"17":"9"),e.xp6(7),e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",F.inputFormGroup)("editable",F.flgEditable),e.xp6(1),e.Q6J("formGroup",F.inputFormGroup),e.xp6(3),e.Q6J("serviceInfo",F.serviceInfo)("direction",F.direction),e.xp6(3),e.Q6J("step",1e3),e.xp6(2),e.AsE("Range: ",e.lcZ(25,30,null==F.serviceInfo||null==F.serviceInfo.limits?null:F.serviceInfo.limits.minimal),"-",e.lcZ(26,32,null==F.serviceInfo||null==F.serviceInfo.limits?null:F.serviceInfo.limits.maximal),""),e.xp6(5),e.Q6J("ngIf",null==F.inputFormGroup||null==F.inputFormGroup.controls||null==F.inputFormGroup.controls.amount||null==F.inputFormGroup.controls.amount.errors?null:F.inputFormGroup.controls.amount.errors.required),e.xp6(1),e.Q6J("ngIf",null==F.inputFormGroup||null==F.inputFormGroup.controls||null==F.inputFormGroup.controls.amount||null==F.inputFormGroup.controls.amount.errors?null:F.inputFormGroup.controls.amount.errors.min),e.xp6(1),e.Q6J("ngIf",null==F.inputFormGroup||null==F.inputFormGroup.controls||null==F.inputFormGroup.controls.amount||null==F.inputFormGroup.controls.amount.errors?null:F.inputFormGroup.controls.amount.errors.max),e.xp6(2),e.Q6J("ngIf",F.direction===F.swapTypeEnum.SWAP_OUT),e.xp6(1),e.Q6J("ngIf",F.direction===F.swapTypeEnum.SWAP_IN),e.xp6(1),e.Q6J("ngIf",F.direction===F.swapTypeEnum.SWAP_OUT),e.xp6(1),e.Q6J("stepControl",F.statusFormGroup),e.xp6(1),e.Q6J("formGroup",F.statusFormGroup),e.xp6(3),e.Q6J("expanded",!!F.swapStatus),e.xp6(4),e.Oqu(F.swapStatus?F.swapStatus.id?F.swapDirectionCaption+" request details":F.swapDirectionCaption+" error details":"Waiting for "+F.swapDirectionCaption+" request..."),e.xp6(1),e.Q6J("ngIf",F.swapStatus),e.xp6(1),e.Q6J("ngIf",!F.swapStatus)("ngIfElse",ve),e.xp6(1),e.Q6J("ngIf",!F.swapStatus),e.xp6(1),e.Q6J("ngIf",F.swapStatus),e.xp6(2),e.Q6J("ngIf",F.swapStatus&&(F.swapStatus.error||!F.swapStatus.id)),e.xp6(2),e.Q6J("mat-dialog-close",!1)}}function ta(K,Fe){if(1&K&&e._UZ(0,"rtl-boltz-swap-status",53),2&K){const F=e.oxw();e.Q6J("swapStatus",F.swapStatus)("direction",F.direction)}}function Qr(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"rtl-boltz-swapout-info-graphics",70),e.NdJ("stepNumberChange",function(ot){return e.CHM(F),e.oxw(2).stepNumber=ot}),e.qZA()}if(2&K){const F=e.oxw(2);e.Q6J("stepNumber",F.stepNumber)("animationDirection",F.animationDirection)}}function gr(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"rtl-boltz-swapin-info-graphics",70),e.NdJ("stepNumberChange",function(ot){return e.CHM(F),e.oxw(2).stepNumber=ot}),e.qZA()}if(2&K){const F=e.oxw(2);e.Q6J("stepNumber",F.stepNumber)("animationDirection",F.animationDirection)}}const Zr=function(K,Fe){return{"dot-primary":K,"dot-primary-lighter":Fe}};function Zn(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"span",71),e.NdJ("click",function(){const ri=e.CHM(F).$implicit;return e.oxw(2).onStepChanged(ri)}),e._UZ(1,"p",72),e.qZA()}if(2&K){const F=Fe.$implicit,ve=e.oxw(2);e.xp6(1),e.Q6J("ngClass",e.WLB(1,Zr,ve.stepNumber===F,ve.stepNumber!==F))}}function Cr(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",73),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onReadMore()}),e._uU(1,"Read More"),e.qZA()}}function Za(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",74),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onStepChanged(4)}),e._uU(1,"Back"),e.qZA()}}function rt(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",75),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw(2);return ot.flgShowInfo=!1,ot.stepNumber=1}),e._uU(1,"Close"),e.qZA()}}function Et(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",76),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw(2);return ot.flgShowInfo=!1,ot.stepNumber=1}),e._uU(1,"Close"),e.qZA()}}function Dt(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",77),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw(2);return ot.onStepChanged(ot.stepNumber-1)}),e._uU(1,"Back"),e.qZA()}}function Rt(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",78),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw(2);return ot.onStepChanged(ot.stepNumber+1)}),e._uU(1,"Next"),e.qZA()}}const Jt=function(){return[1,2,3,4,5]};function Ci(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",54)(1,"div",18)(2,"mat-card-header",55)(3,"div",56),e._UZ(4,"span",7),e.qZA(),e.TgZ(5,"div",57)(6,"button",58),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw();return ot.flgShowInfo=!1,ot.stepNumber=1}),e._uU(7,"X"),e.qZA()()(),e.TgZ(8,"mat-card-content",59),e.YNc(9,Qr,1,2,"rtl-boltz-swapout-info-graphics",60),e.YNc(10,gr,1,2,"rtl-boltz-swapin-info-graphics",60),e.qZA(),e.TgZ(11,"div",61),e.YNc(12,Zn,2,4,"span",62),e.qZA(),e.TgZ(13,"div",63),e.YNc(14,Cr,2,0,"button",64),e.YNc(15,Za,2,0,"button",65),e.YNc(16,rt,2,0,"button",66),e.YNc(17,Et,2,0,"button",67),e.YNc(18,Dt,2,0,"button",68),e.YNc(19,Rt,2,0,"button",69),e.qZA()()()}if(2&K){const F=e.oxw();e.Q6J("@opacityAnimation",void 0),e.xp6(9),e.Q6J("ngIf",F.direction===F.swapTypeEnum.SWAP_OUT),e.xp6(1),e.Q6J("ngIf",F.direction===F.swapTypeEnum.SWAP_IN),e.xp6(2),e.Q6J("ngForOf",e.DdM(10,Jt)),e.xp6(2),e.Q6J("ngIf",5===F.stepNumber),e.xp6(1),e.Q6J("ngIf",5===F.stepNumber),e.xp6(1),e.Q6J("ngIf",5===F.stepNumber),e.xp6(1),e.Q6J("ngIf",F.stepNumber<5),e.xp6(1),e.Q6J("ngIf",F.stepNumber>1&&F.stepNumber<5),e.xp6(1),e.Q6J("ngIf",F.stepNumber<5)}}let ti=(()=>{class K{constructor(F,ve,ot,ri,Ki,Wn,kn,vr,ja){this.dialogRef=F,this.data=ve,this.store=ot,this.boltzService=ri,this.formBuilder=Ki,this.decimalPipe=Wn,this.logger=kn,this.router=vr,this.commonService=ja,this.faInfoCircle=v.sqG,this.serviceInfo={fees:{percentage:null,miner:{normal:null,reverse:null}},limits:{minimal:1e4,maximal:5e7}},this.swapTypeEnum=Q.hc,this.direction=Q.hc.SWAP_OUT,this.swapDirectionCaption="Swap out",this.swapStatus=null,this.inputFormLabel="Amount to swap out",this.addressFormLabel="Withdrawal Address",this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=Q.cu,this.animationDirection="forward",this.flgEditable=!0,this.unSubs=[new h.x,new h.x,new h.x,new h.x,new h.x,new h.x]}ngOnInit(){var F,ve,ot;this.screenSize=this.commonService.getScreenSize(),this.serviceInfo=this.data.serviceInfo,this.direction=this.data.direction||Q.hc.SWAP_OUT,this.swapDirectionCaption=this.direction===Q.hc.SWAP_OUT?"Swap Out":"Swap in",this.inputFormLabel="Amount to "+this.swapDirectionCaption,this.inputFormGroup=this.formBuilder.group({amount:[null===(F=this.serviceInfo.limits)||void 0===F?void 0:F.minimal,[De.kI.required,De.kI.min((null===(ve=this.serviceInfo.limits)||void 0===ve?void 0:ve.minimal)||0),De.kI.max((null===(ot=this.serviceInfo.limits)||void 0===ot?void 0:ot.maximal)||0)]]}),this.addressFormGroup=this.formBuilder.group({addressType:["local",[De.kI.required]],address:[{value:"",disabled:!0}]}),this.statusFormGroup=this.formBuilder.group({}),this.onFormValueChanges()}ngAfterViewInit(){this.direction===Q.hc.SWAP_OUT&&this.addressFormGroup.setErrors({Invalid:!0})}onFormValueChanges(){this.direction===Q.hc.SWAP_OUT&&this.addressFormGroup.valueChanges.pipe((0,y.R)(this.unSubs[2])).subscribe(F=>{this.addressFormGroup.setErrors({Invalid:!0})})}onAddressTypeChange(F){"external"===F.value?(this.addressFormGroup.controls.address.setValidators([De.kI.required]),this.addressFormGroup.controls.address.markAsTouched(),this.addressFormGroup.controls.address.enable()):(this.addressFormGroup.controls.address.setValidators(null),this.addressFormGroup.controls.address.markAsPristine(),this.addressFormGroup.controls.address.disable(),this.addressFormGroup.controls.address.setValue("")),this.addressFormGroup.setErrors({Invalid:!0})}onSwap(){var F,ve,ot;if(!this.inputFormGroup.controls.amount.value||(null===(F=this.serviceInfo.limits)||void 0===F?void 0:F.minimal)&&this.inputFormGroup.controls.amount.value<+this.serviceInfo.limits.minimal||(null===(ve=this.serviceInfo.limits)||void 0===ve?void 0:ve.maximal)&&this.inputFormGroup.controls.amount.value>+this.serviceInfo.limits.maximal||this.direction===Q.hc.SWAP_OUT&&"external"===this.addressFormGroup.controls.addressType.value&&(!this.addressFormGroup.controls.address.value||""===this.addressFormGroup.controls.address.value.trim()))return!0;this.flgEditable=!1,null===(ot=this.stepper.selected)||void 0===ot||ot.stepControl.setErrors(null),this.stepper.next(),this.direction===Q.hc.SWAP_IN?this.boltzService.swapIn(this.inputFormGroup.controls.amount.value).pipe((0,y.R)(this.unSubs[3])).subscribe({next:ri=>{this.swapStatus=ri,this.boltzService.listSwaps(),this.flgEditable=!0},error:ri=>{this.swapStatus={error:ri},this.flgEditable=!0,this.logger.error(ri)}}):this.boltzService.swapOut(this.inputFormGroup.controls.amount.value,"external"===this.addressFormGroup.controls.addressType.value?this.addressFormGroup.controls.address.value:"").pipe((0,y.R)(this.unSubs[4])).subscribe({next:Ki=>{this.swapStatus=Ki,this.boltzService.listSwaps(),this.flgEditable=!0},error:Ki=>{this.swapStatus={error:Ki},this.flgEditable=!0,this.logger.error(Ki)}})}stepSelectionChanged(F){switch(F.selectedIndex){case 0:default:this.inputFormLabel="Amount to "+this.swapDirectionCaption,this.addressFormLabel="Withdrawal Address";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.amount.value?this.swapDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats":"Amount to "+this.swapDirectionCaption,this.addressFormLabel="Withdrawal Address"}F.selectedIndex{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(Le.so),e.Y36(Le.WI),e.Y36(b.yh),e.Y36(He),e.Y36(De.qu),e.Y36(q.JJ),e.Y36(ye.mQ),e.Y36(I.F0),e.Y36(Ft.v))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-boltz-swap-modal"]],viewQuery:function(F,ve){if(1&F&&e.Gf(fe,5),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.stepper=ot.first)}},decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["swapStatusBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"fxFlex"],[1,"page-title"],["fxLayoutAlign","space-between end",3,"fxFlex"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[3,"serviceInfo","direction"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],["fxFlex","48"],["autoFocus","","matInput","","placeholder","Amount","type","number","tabindex","1","formControlName","amount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","2","type","button","matStepperNext","",4,"ngIf"],["mat-button","","color","primary","tabindex","3","type","button",3,"click",4,"ngIf"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[4,"ngIf","ngIfElse"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxLayoutAlign","start","class","font-bold-500 mt-2",4,"ngIf"],["mat-button","","color","primary","tabindex","13","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end end"],["mat-button","","color","primary","tabindex","14","type","button","default","",3,"mat-dialog-close"],["mat-button","","color","primary","tabindex","2","type","button","matStepperNext",""],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["color","primary","name","addressType","formControlName","addressType","fxFlex","100","fxLayoutAlign","space-between stretch",3,"change"],["fxFlex","48","tabindex","8","value","local"],["fxFlex","48","tabindex","9","value","external"],["fxFlex","100",1,"mt-1"],["matInput","","placeholder","Address","tabindex","10","formControlName","address",3,"required"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-2"],["mat-button","","color","primary","tabindex","13","type","button",3,"click"],["fxLayout","column",3,"swapStatus","direction"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["tabindex","19","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange",4,"ngIf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","15","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange"],["fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","15","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(F,ve){1&F&&(e.YNc(0,mr,54,34,"div",0),e.YNc(1,ta,1,2,"ng-template",null,1,e.W1O),e.YNc(3,Ci,20,11,"div",2)),2&F&&(e.Q6J("ngIf",!ve.flgShowInfo),e.xp6(3),e.Q6J("ngIf",ve.flgShowInfo))},directives:[q.O5,C.xw,C.yH,C.Wh,P.dk,Te.lW,P.dn,ui.Vq,ui.C0,De._Y,De.JL,De.sg,ui.VY,yi,dt.KE,Wt.Nt,De.wV,De.Fj,Ae.h,De.JJ,De.u,De.Q7,dt.bx,dt.R9,dt.TO,ui.Ic,mi.VQ,mi.U0,Lt.ib,Lt.yz,Lt.yK,Yi.Hw,$r.pW,Le.ZT,ps,Ts,ae,q.sg,q.mk,Ni.oO],pipes:[q.JJ],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:60rem;min-height:60rem}"],data:{animation:[gt._]}}),K})();function pi(K,Fe){1&K&&e._UZ(0,"mat-progress-bar",32)}function Li(K,Fe){1&K&&(e.TgZ(0,"th",33),e._uU(1," Status "),e.qZA())}function Qi(K,Fe){if(1&K&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit,ve=e.oxw();e.xp6(1),e.Oqu(ve.swapStateEnum[F.status])}}function Xi(K,Fe){1&K&&(e.TgZ(0,"th",33),e._uU(1," Swap ID "),e.qZA())}function on(K,Fe){if(1&K&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(1),e.Oqu(F.id)}}function bn(K,Fe){1&K&&(e.TgZ(0,"th",33),e._uU(1," Claim Address "),e.qZA())}function er(K,Fe){if(1&K&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(1),e.Oqu(F.claimAddress)}}function Pn(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," Onchain Amount (Sats) "),e.qZA())}function la(K,Fe){if(1&K&&(e.TgZ(0,"td",34)(1,"span",36),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&K){const F=Fe.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,F.onchainAmount))}}function Oa(K,Fe){1&K&&(e.TgZ(0,"th",33),e._uU(1," Lockup Address "),e.qZA())}function sr(K,Fe){if(1&K&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.xp6(1),e.Oqu(F.lockupAddress)}}function Sr(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," Expected Amount (Sats) "),e.qZA())}function _r(K,Fe){if(1&K&&(e.TgZ(0,"td",34)(1,"span",36),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&K){const F=Fe.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,F.expectedAmount))}}function Hr(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," Timeout Block Height "),e.qZA())}function qr(K,Fe){if(1&K&&(e.TgZ(0,"td",34)(1,"span",36),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&K){const F=Fe.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,F.timeoutBlockHeight))}}function Xa(K,Fe){1&K&&(e.TgZ(0,"th",35),e._uU(1," Amount (Sats) "),e.qZA())}function ms(K,Fe){if(1&K&&(e.TgZ(0,"td",34)(1,"span",36),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&K){const F=Fe.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,F.amt))}}function gs(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"th",37)(1,"div",38)(2,"mat-select",39),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",40),e.NdJ("click",function(){return e.CHM(F),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Ms(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"td",41)(1,"button",42),e.NdJ("click",function(ot){const Ki=e.CHM(F).$implicit;return e.oxw().onSwapClick(Ki,ot)}),e._uU(2,"View Info"),e.qZA()()}}function Qs(K,Fe){if(1&K&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&K){const F=e.oxw(2);e.xp6(1),e.Oqu(F.emptyTableMessage)}}function So(K,Fe){if(1&K&&(e.TgZ(0,"td",43),e.YNc(1,Qs,2,1,"p",44),e.qZA()),2&K){const F=e.oxw();e.xp6(1),e.Q6J("ngIf",!(null!=F.listSwaps&&F.listSwaps.data)||(null==F.listSwaps||null==F.listSwaps.data?null:F.listSwaps.data.length)<1)}}const qs=function(K){return{"display-none":K}};function a1(K,Fe){if(1&K&&e._UZ(0,"tr",45),2&K){const F=e.oxw();e.Q6J("ngClass",e.VKq(1,qs,(null==F.listSwaps?null:F.listSwaps.data)&&(null==F.listSwaps||null==F.listSwaps.data?null:F.listSwaps.data.length)>0))}}function Be(K,Fe){1&K&&e._UZ(0,"tr",46)}function Me(K,Fe){1&K&&e._UZ(0,"tr",47)}const ge=function(K){return{"overflow-auto error-border":K,"overflow-auto":!0}},$e=function(){return["no_swap"]};let ct=(()=>{class K{constructor(F,ve,ot,ri){this.logger=F,this.commonService=ve,this.store=ot,this.boltzService=ri,this.selectedSwapType=Q.hc.SWAP_OUT,this.swapsData=[],this.flgLoading=[!0],this.emptyTableMessage="No swaps available.",this.swapStateEnum=Q.Qw,this.faHistory=v.qO$,this.swapCaption="Swap Out",this.displayedColumns=[],this.selFilter="",this.flgSticky=!1,this.pageSize=Q.IV,this.pageSizeOptions=Q.TJ,this.screenSize="",this.screenSizeEnum=Q.cu,this.unSubs=[new h.x,new h.x,new h.x],this.screenSize=this.commonService.getScreenSize(),this.setTableColumns()}ngAfterViewInit(){this.swapsData&&this.swapsData.length>0&&this.loadSwapsTable(this.swapsData)}ngOnChanges(F){F.selectedSwapType&&!F.selectedSwapType.firstChange&&this.setTableColumns(),this.swapCaption=this.selectedSwapType===Q.hc.SWAP_IN?"Swap In":"Swap Out",this.loadSwapsTable(this.swapsData)}setTableColumns(){this.screenSize===Q.cu.XS||this.screenSize===Q.cu.SM?(this.flgSticky=!1,this.displayedColumns=this.selectedSwapType===Q.hc.SWAP_IN?["status","id","expectedAmount","actions"]:["status","id","onchainAmount","actions"]):this.screenSize===Q.cu.MD?(this.flgSticky=!1,this.displayedColumns=this.selectedSwapType===Q.hc.SWAP_IN?["status","id","expectedAmount","timeoutBlockHeight","actions"]:["status","id","onchainAmount","timeoutBlockHeight","actions"]):(this.flgSticky=!0,this.displayedColumns=this.selectedSwapType===Q.hc.SWAP_IN?["status","id","lockupAddress","expectedAmount","timeoutBlockHeight","actions"]:["status","id","claimAddress","onchainAmount","timeoutBlockHeight","actions"])}applyFilter(){this.listSwaps&&""!==this.selFilter&&(this.listSwaps.filter=this.selFilter.trim().toLowerCase())}onSwapClick(F,ve){this.boltzService.swapInfo(F.id||"").pipe((0,y.R)(this.unSubs[1])).subscribe(ot=>{this.store.dispatch((0,Ue.qR)({payload:{data:{type:Q.n_.INFORMATION,alertTitle:this.swapCaption+" Status",message:[[{key:"status",value:Q.Qw[(ot=this.selectedSwapType===Q.hc.SWAP_IN?ot.swap:ot.reverseSwap).status],title:"Status",width:50,type:Q.Gi.STRING},{key:"id",value:ot.id,title:"ID",width:50,type:Q.Gi.STRING}],[{key:"amount",value:ot.onchainAmount?ot.onchainAmount:ot.expectedAmount?ot.expectedAmount:0,title:ot.onchainAmount?"Onchain Amount (Sats)":ot.expectedAmount?"Expected Amount (Sats)":"Amount (Sats)",width:50,type:Q.Gi.NUMBER},{key:"timeoutBlockHeight",value:ot.timeoutBlockHeight,title:"Timeout Block Height",width:50,type:Q.Gi.NUMBER}],[{key:"address",value:ot.claimAddress?ot.claimAddress:ot.lockupAddress?ot.lockupAddress:"",title:ot.claimAddress?"Claim Address":ot.lockupAddress?"Lockup Address":"Address",width:100,type:Q.Gi.STRING}],[{key:"invoice",value:ot.invoice,title:"Invoice",width:100,type:Q.Gi.STRING}],[{key:"privateKey",value:ot.privateKey,title:"Private Key",width:100,type:Q.Gi.STRING}],[{key:"preimage",value:ot.preimage,title:"Preimage",width:100,type:Q.Gi.STRING}],[{key:"redeemScript",value:ot.redeemScript,title:"Redeem Script",width:100,type:Q.Gi.STRING}],[{key:"lockupTransactionId",value:ot.lockupTransactionId,title:"Lockup Transaction ID",width:50,type:Q.Gi.STRING},{key:"transactionId",value:ot.claimTransactionId?ot.claimTransactionId:ot.refundTransactionId?ot.refundTransactionId:"",title:ot.claimTransactionId?"Claim Transaction ID":ot.refundTransactionId?"Refund Transaction ID":"Transaction ID",width:50,type:Q.Gi.STRING}]],openedBy:"SWAP"}}}))})}loadSwapsTable(F){this.listSwaps=new hn.by(F?[...F]:[]),this.listSwaps.sort=this.sort,this.listSwaps.sortingDataAccessor=(ve,ot)=>ve[ot]&&isNaN(ve[ot])?ve[ot].toLocaleLowerCase():ve[ot]?+ve[ot]:null,this.listSwaps.filterPredicate=(ve,ot)=>JSON.stringify(ve).toLowerCase().includes(ot),this.paginator&&this.paginator.firstPage(),this.listSwaps.paginator=this.paginator,this.applyFilter(),this.logger.info(this.listSwaps)}onDownloadCSV(){this.listSwaps.data&&this.listSwaps.data.length>0&&this.commonService.downloadFile(this.listSwaps.data,this.selectedSwapType===Q.hc.SWAP_IN?"Swap in":"Swap out")}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(b.yh),e.Y36(He))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-boltz-swaps"]],viewQuery:function(F,ve){if(1&F&&(e.Gf(pr.YE,5),e.Gf(Yr.NW,5)),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.sort=ot.first),e.iGM(ot=e.CRH())&&(ve.paginator=ot.first)}},inputs:{selectedSwapType:"selectedSwapType",swapsData:"swapsData",flgLoading:"flgLoading",emptyTableMessage:"emptyTableMessage"},features:[e._Bn([{provide:Yr.ye,useValue:(0,Q.pt)("Swaps")}]),e.TTD],decls:46,vars:16,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"card-content-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","fxFlex","100",1,"page-sub-title-container","w-100"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start center",1,"w-100"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","id"],["matColumnDef","claimAddress"],["matColumnDef","onchainAmount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","lockupAddress"],["matColumnDef","expectedAmount"],["matColumnDef","timeoutBlockHeight"],["matColumnDef","amt"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-3","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_swap"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1)(2,"div",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"mat-form-field",5)(7,"input",6),e.NdJ("keyup",function(){return ve.applyFilter()})("ngModelChange",function(ri){return ve.selFilter=ri}),e.qZA()()(),e.TgZ(8,"div",7)(9,"div",8),e.YNc(10,pi,1,0,"mat-progress-bar",9),e.TgZ(11,"table",10,11),e.ynx(13,12),e.YNc(14,Li,2,0,"th",13),e.YNc(15,Qi,2,1,"td",14),e.BQk(),e.ynx(16,15),e.YNc(17,Xi,2,0,"th",13),e.YNc(18,on,2,1,"td",14),e.BQk(),e.ynx(19,16),e.YNc(20,bn,2,0,"th",13),e.YNc(21,er,2,1,"td",14),e.BQk(),e.ynx(22,17),e.YNc(23,Pn,2,0,"th",18),e.YNc(24,la,4,3,"td",14),e.BQk(),e.ynx(25,19),e.YNc(26,Oa,2,0,"th",13),e.YNc(27,sr,2,1,"td",14),e.BQk(),e.ynx(28,20),e.YNc(29,Sr,2,0,"th",18),e.YNc(30,_r,4,3,"td",14),e.BQk(),e.ynx(31,21),e.YNc(32,Hr,2,0,"th",18),e.YNc(33,qr,4,3,"td",14),e.BQk(),e.ynx(34,22),e.YNc(35,Xa,2,0,"th",18),e.YNc(36,ms,4,3,"td",14),e.BQk(),e.ynx(37,23),e.YNc(38,gs,6,0,"th",24),e.YNc(39,Ms,3,0,"td",25),e.BQk(),e.ynx(40,26),e.YNc(41,So,2,1,"td",27),e.BQk(),e.YNc(42,a1,1,3,"tr",28),e.YNc(43,Be,1,0,"tr",29),e.YNc(44,Me,1,0,"tr",30),e.qZA(),e._UZ(45,"mat-paginator",31),e.qZA()()()),2&F&&(e.xp6(3),e.Q6J("icon",ve.faHistory),e.xp6(2),e.hij("",ve.swapCaption," History"),e.xp6(2),e.Q6J("ngModel",ve.selFilter),e.xp6(3),e.Q6J("ngIf",!0===ve.flgLoading[0]),e.xp6(1),e.Q6J("dataSource",ve.listSwaps)("ngClass",e.VKq(13,ge,"error"===ve.flgLoading[0])),e.xp6(31),e.Q6J("matFooterRowDef",e.DdM(15,$e)),e.xp6(1),e.Q6J("matHeaderRowDef",ve.displayedColumns)("matHeaderRowDefSticky",ve.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",ve.displayedColumns),e.xp6(1),e.Q6J("pageSize",ve.pageSize)("pageSizeOptions",ve.pageSizeOptions)("showFirstLastButtons",ve.screenSize!==ve.screenSizeEnum.XS))},directives:[C.xw,C.yH,C.Wh,B.BN,dt.KE,Wt.Nt,De.Fj,De.JJ,De.On,V.$V,q.O5,$r.pW,hn.BZ,pr.YE,q.mk,Ni.oO,hn.w1,hn.fO,hn.ge,pr.nU,hn.Dz,hn.ev,Ie.gD,Ie.$L,le.ey,Te.lW,hn.mD,hn.yh,hn.Ke,hn.Q2,hn.as,hn.XQ,hn.nj,hn.Gk,Yr.NW],pipes:[q.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),K})();const Pt=function(K){return["../",K]};function $t(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"div",15),e.NdJ("click",function(){const ri=e.CHM(F).$implicit;return e.oxw().onSelectedIndexChange(ri)}),e._uU(1),e.qZA()}if(2&K){const F=Fe.$implicit,ve=e.oxw();e.Q6J("active",ve.activeTab.link===F.link)("routerLink",e.VKq(3,Pt,F.link)),e.xp6(1),e.Oqu(F.name)}}let li=(()=>{class K{constructor(F,ve,ot){this.router=F,this.store=ve,this.boltzService=ot,this.swapTypeEnum=Q.hc,this.selectedSwapType=Q.hc.SWAP_OUT,this.swaps={},this.swapsData=[],this.emptyTableMessage="No swap data available.",this.flgLoading=[!0],this.links=[{link:"swapout",name:"Swap Out"},{link:"swapin",name:"Swap In"}],this.activeTab=this.links[0],this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){this.boltzService.listSwaps();const F=this.links.find(ve=>this.router.url.includes(ve.link));this.activeTab=F||this.links[0],this.selectedSwapType=F&&"swapin"===F.link?Q.hc.SWAP_IN:Q.hc.SWAP_OUT,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(ve=>ve instanceof I.Av)).subscribe({next:ve=>{const ot=this.links.find(ri=>ve.urlAfterRedirects.includes(ri.link));this.activeTab=ot||this.links[0],this.selectedSwapType=ot&&"swapin"===ot.link?Q.hc.SWAP_IN:Q.hc.SWAP_OUT}}),this.boltzService.swapsChanged.pipe((0,y.R)(this.unSubs[1])).subscribe({next:ve=>{this.swaps=ve,this.swapsData=this.selectedSwapType===Q.hc.SWAP_IN&&ve.swaps?ve.swaps:this.selectedSwapType===Q.hc.SWAP_OUT&&ve.reverseSwaps?ve.reverseSwaps:[],this.flgLoading[0]=!1},error:ve=>{this.flgLoading[0]="error",this.emptyTableMessage=ve.message?ve.message:"No swap "+(this.selectedSwapType===Q.hc.SWAP_IN?"in":"out")+" available."}})}onSelectedIndexChange(F){"swapin"===F.link?(this.selectedSwapType=Q.hc.SWAP_IN,this.swapsData=this.swaps.swaps||[]):(this.selectedSwapType=Q.hc.SWAP_OUT,this.swapsData=this.swaps.reverseSwaps||[])}onSwap(F){this.boltzService.serviceInfo().pipe((0,y.R)(this.unSubs[2])).subscribe({next:ve=>{this.store.dispatch((0,Ue.qR)({payload:{data:{serviceInfo:ve,direction:F,component:ti}}}))}})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(I.F0),e.Y36(b.yh),e.Y36(He))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-boltz-root"]],decls:18,vars:6,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["viewBox","0 0 78 78","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",1,"botlz-icon-sm","mr-1"],["id","Logo","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","Group"],["id","Oval","cx","39","cy","39","r","37.5",1,"boltz-icon"],["d","M36.4583326,43.7755404 L40.53965,35.2316544 L39.4324865,35.2316544 L46.0754873,17.6071752 C46.292579,17.0204094 46.3287609,16.5159331 46.1840331,16.0937464 C46.0393053,15.671561 45.7860319,15.3674444 45.4242131,15.1813966 C45.0623942,14.9953487 44.6535376,14.9524146 44.1976433,15.0525945 C43.7417511,15.1527743 43.3256596,15.4461573 42.9493689,15.9327433 L22.6078557,40.7701025 C22.2026186,41.2710003 22,41.7575877 22,42.2298646 C22,42.6735173 22.1592003,43.0420366 22.477601,43.3354226 C22.7960017,43.6288058 23.1940025,43.7755404 23.6716036,43.7755404 L36.4583326,43.7755404 Z","id","Path",1,"boltz-icon-fill"],["d","M44.4883879,63.7755404 L48.8604707,55.165009 L47.6744296,55.165009 L54.7906978,37.4030526 C55.0232558,36.8117097 55.0620155,36.3032983 54.9069768,35.8778185 C54.7519381,35.4523399 54.4806208,35.1458511 54.0930248,34.958352 C53.7054289,34.7708528 53.2674441,34.7275839 52.7790706,34.8285452 C52.2906992,34.9295065 51.8449641,35.2251779 51.4418653,35.7155595 L29.6511611,60.746659 C29.2170537,61.251464 29,61.7418469 29,62.2178078 C29,62.6649211 29.1705423,63.036315 29.5116268,63.3319895 C29.8527113,63.6276613 30.2790669,63.7755404 30.7906936,63.7755404 L44.4883879,63.7755404 Z","id","Path-Copy","transform","translate(42.000000, 49.275540) rotate(-180.000000) translate(-42.000000, -49.275540) ",1,"boltz-icon-fill"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"padding-gap-x-large","mt-1"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"],["fxLayout","row","fxFlex","100",3,"selectedSwapType","swapsData","flgLoading","emptyTableMessage"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0),e.O4$(),e.TgZ(1,"svg",1)(2,"g",2)(3,"g",3),e._UZ(4,"circle",4)(5,"path",5)(6,"path",6),e.qZA()()(),e.kcU(),e.TgZ(7,"span",7),e._uU(8,"Boltz"),e.qZA()(),e.TgZ(9,"div",8)(10,"mat-card")(11,"mat-card-content",9)(12,"nav",10),e.YNc(13,$t,2,5,"div",11),e.qZA(),e.TgZ(14,"div",12)(15,"button",13),e.NdJ("click",function(){return ve.onSwap(ve.selectedSwapType)}),e._uU(16),e.qZA()(),e._UZ(17,"rtl-boltz-swaps",14),e.qZA()()()),2&F&&(e.xp6(13),e.Q6J("ngForOf",ve.links),e.xp6(3),e.hij("Start ",ve.activeTab.name,""),e.xp6(1),e.Q6J("selectedSwapType",ve.selectedSwapType)("swapsData",ve.swapsData)("flgLoading",ve.flgLoading)("emptyTableMessage",ve.emptyTableMessage))},directives:[C.xw,C.Wh,P.a8,P.dn,C.yH,H.BU,q.sg,H.Nj,I.rH,Te.lW,ct],styles:[""]}),K})();class zn{constructor(Fe){this.help=Fe}}function ss(K,Fe){if(1&K&&(e.TgZ(0,"mat-expansion-panel",8)(1,"mat-expansion-panel-header")(2,"mat-panel-title"),e._uU(3),e.qZA()(),e.TgZ(4,"mat-panel-description",9),e._UZ(5,"span",10),e.TgZ(6,"a",11),e._uU(7),e.qZA()()()),2&K){const F=e.oxw().$implicit,ve=e.oxw();e.xp6(3),e.Oqu(F.help.question),e.xp6(2),e.Q6J("innerHTML",F.help.answer,e.oJD),e.xp6(1),e.Q6J("routerLink",ve.flgLoggedIn?ve.LNPLink+F.help.link:"/login"),e.xp6(1),e.Oqu(ve.flgLoggedIn?F.help.linkCaption:"Login to go to the page")}}function Ds(K,Fe){if(1&K&&(e.TgZ(0,"div",6),e.YNc(1,ss,8,4,"mat-expansion-panel",7),e.qZA()),2&K){const F=Fe.$implicit,ve=e.oxw();e.xp6(1),e.Q6J("ngIf","ALL"===F.help.lnImplementation||F.help.lnImplementation===ve.selNode.lnImplementation)}}let Bo=(()=>{class K{constructor(F,ve){this.store=F,this.sessionService=ve,this.helpTopics=[],this.faQuestion=v.Psp,this.LNPLink="/lnd/",this.flgLoggedIn=!1,this.unSubs=[new h.x,new h.x,new h.x,new h.x],this.helpTopics.push(new zn({question:"Getting started",answer:'Funding your node is the first step to get started.\nGo to the "On-chain" page of the app:\n1. Generate a new address on the "Recieve" tab.\n2. Send funds to the address.\n3. Wait for the balance to be confirmed on-chain before proceeding further.\n3. Connecting with network peers and opening channels is next.\n',link:"onchain",linkCaption:"On-Chain page",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Connect with peers",answer:'Connect with network peers to open channels with them.\nGo to "Peer/Channels" page under the "Lightning" menu :\n1. Get the peer pubkey and host address in the pubkey@ip:port format.\n2. On the "Peers" enter the peer address and connect.\n3. Once the peer is connected, you can open channel with the peer.\n4. A variety of actions can be performed on the connected peers page for each peer:\n a. View Info - View the peer details.\n b. Open Channel - Open channel with the peer.\n c. Disconnect - Disconnect from the peer.\n',link:"peerschannels",linkCaption:"Peers/Channels page",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Opening Channels",answer:'Open channels with a connected network peer.\nGo to "Peer/Channels" page under the "Lightning" menu:\n1. On the "Channels" section, select the alias of the connected peer from the drop-down\n2. Specify the amount to commit to the channel and click on "Open Channel".\n3. There are a variety of options available while opening a channel. \n a. Private Channel - When this option is selected, a private channel is opened with the peer. \n b. Priority (advanced option) - Specify either Target confirmation Block or Fee in Sat/vByte. \n c. Spend Unconfirmd Output (advanced option) - Allow channels to be opened with unconfirmed UTXOs.\n4. Track the pending open channels under the "Pending" tab . \n5. Wait for the channel to be confirmed. Only a confimed channel can be used for payments or routing. \n',link:"peerschannels",linkCaption:"Peers/Channels page",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Channel Management",answer:'Channel maintenance and balance score.\nGo to "Peer/Channels" page under the "Lightning" menu:\n1. A variety of actions can be perfomed on the open channels under the "Open" tab, with the "Actions" button:\n a. View Info - View the channel details.\n b. View Remote Fee - View the fee policy on the channel of the remote peer.\n c. Update Fee Policy - Modify the fee policy on the channel.\n d. Close Channel - Close the channel.\n2. Balance Score is a "balancedness" metric score for the channel. \n a. It helps measure how balanced the remote and local balances are, on a channel.\n b. A perfectly balanced channel has a score of one, where as a completely lopsided one has a score of zero.\n c. The formula for calculating the score is "1 - abs((local bal - remote bal)/total bal)".\n',link:"peerschannels",linkCaption:"Peers/Channels page",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Lightning Transactions - Payments",answer:'Sending Payments from your node.\nGo to the "Transactions" page under the "Lightning" menu :\nPayments tab is for making payments via your node\n 1. Input a non-expired lightning invoice (Bolt11 format) in the "Payment request" field and click on "Send Payment" to send.\n 2. Advanced option # 1 (LND only) - Specify a limit on the routing fee which you are willing to pay, for the payment.\n 3. Advanced option # 2 (LND only) - Specify the outgoing channel which you want the payment to go through.\n',link:"transactions",linkCaption:"Transactions page",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Lightning Transactions - Invoices",answer:'Receiving Payments on your node.\nGo to the "Transactions" page under the "Lightning" menu :\nInvoices tab is for receiving payments on your node.\n 1. Memo - Description you want to provide on the invoice.\n 2. Expiry - The time period, after which the invoice will be invalid.\n 3. Private Routing Hints - Generate an invoice with routing hints for private channels.\n',link:"transactions",linkCaption:"Transactions page",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Lightning Transactions - Query Route",answer:'Querying Payment Routes.\nGo to the "Transactions" page under the "Lightning" menu :\nQuery Routes tab is for querying a potential path to a node and a routing fee estimate for a payment amount.\n 1. Destination Pubkey - Pubkey of the node, you want to send the payment to.\n 2. Amount - Amount in Sats, which you want to send to the node.\n',link:"transactions",linkCaption:"Transactions page",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Channel Backups",answer:'Channel Backups are important to ensure that you have means to recover funds in case of node failures.\nBackup folder location can be customized in the RTL config file with the channelBackupPath field.\nRTL automatically creates all channel backup on server startup, as well as everytime a channel is opened or closed\nYou can verify the all channel backup file by clicking on "Verify All" Button on the backup page.\nYou can also backup each channel individually and verify them.\n** Keep taking backups of your channels regularly and store them in redundant locations **.\n',link:"backup",linkCaption:"Channel Backups",lnImplementation:"LND"})),this.helpTopics.push(new zn({question:"Channel Restore",answer:'Channel Restore is used to recover funds from the channel backup files in case of node failures.\nFollow the below steps to perform fund restoration.\n\nPrerequisite:\n1. The node has been restored with the LND recovery seed.\n2. RTL generated channel backup file/s is available (all channel backup file is channel-all.bak).\n\nRecovery:\n1. Create a restore folder in your folder backup location, as specified in the RTL config file.\n2. Place the channel backup file in the restore folder.\n3. Go to the "Restore" tab under the "Backup" page of RTL.\n4. RTL will list the options to restore funds from the all channel file or individual channel backup file.\n5. Click on the Restore icon on the grid to restore the funds.\n6. Once the restore function is executed successfully, RTL will rename the backup file and it will not be accessible from the UI.\n7. Restore function will force close the channels and recover the funds from them.\n8. The pending close channels can be viewed under the "Pending" tab on the "Peer/Channels" page.\n9. Once the channel is closed, the corresponding pending on-chain transactions can be viewed on the "On-Chain" page.\n10. Once the transactions are confirmed, the channels funds will be restored to your LND Wallet.\n',link:"backup",linkCaption:"Channel Backups",lnImplementation:"LND"})),this.helpTopics.push(new zn({question:"Forwarding History",answer:'Transactions routed by the node.\nGo to "Routing" page under the "Lightning" menu :\nTransactions routed by the node are listed on this page along with channels and the fee earned by transaction.\n',link:"routing",linkCaption:"Forwarding History",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Graph Lookup",answer:'Querying your node graph for network node and channel information.\nGo to "Graph Lookup" page under the "Lightning" menu :\nEach node maintains a network graph for the information on all the nodes and channels on the network.\nYou can lookup information on nodes and channels from your graph:\n 1. Node Lookup - Enter the pubkey to perform the lookup.\n 2. Channel Lookup - Enter the short channel ID to perform the lookup.\n',link:"lookups",linkCaption:"Graph Lookup page",lnImplementation:"ALL"})),this.helpTopics.push(new zn({question:"Settings",answer:'RTL Offers certain customizations on the UI to personalize your experience on the app\nGo to "Settings" page to access the customization options.\nNode Layout Options\n 1. User Persona - Two options are available to change the dashboard based on the persona.\n 2. Currency Unit - You can choose your preferred fiat currency, to view the onchain and channel balances in the choosen fiat currency.\n 3. Default Node - If you are managing multiple nodes via RTL UI, you can select the default node to load upon login.\nOther Customizations include day and night mode and a choice of color themes to select from.\n',lnImplementation:"ALL"}))}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(F=>{var ve;switch(this.selNode=F,null===(ve=this.selNode.lnImplementation)||void 0===ve?void 0:ve.toUpperCase()){case"CLN":this.LNPLink="/cln/";break;case"ECL":this.LNPLink="/ecl/";break;default:this.LNPLink="/lnd/"}}),this.sessionService.watchSession().pipe((0,y.R)(this.unSubs[1])).subscribe(F=>{this.flgLoggedIn=!!F.token}),this.sessionService.getItem("token")&&(this.flgLoggedIn=!0)}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(b.yh),e.Y36(Se.m))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-help"]],decls:8,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxFlex","100",4,"ngFor","ngForOf"],["fxFlex","100"],["class","flat-expansion-panel help-expansion mb-2px",4,"ngIf"],[1,"flat-expansion-panel","help-expansion","mb-2px"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start"],[1,"pre-wrap",3,"innerHTML"],[1,"mt-2",3,"routerLink"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span",3),e._uU(4,"Help"),e.qZA()(),e.TgZ(5,"div",4)(6,"div",0),e.YNc(7,Ds,2,1,"div",5),e.qZA()()()),2&F&&(e.xp6(2),e.Q6J("icon",ve.faQuestion),e.xp6(5),e.Q6J("ngForOf",ve.helpTopics))},directives:[C.xw,C.yH,C.Wh,B.BN,q.sg,q.O5,Lt.ib,Lt.yz,Lt.yK,Lt.u4,I.yS],styles:[".mat-card-content[_ngcontent-%COMP%]{margin-bottom:4px}"]}),K})();var s1=p(9841);function wa(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Token is required."),e.qZA())}let so=(()=>{class K{constructor(F,ve){this.dialogRef=F,this.store=ve,this.faUserClock=v.hnx,this.token=""}onClose(){this.dialogRef.close(null)}onVerifyToken(){if(!this.token)return!0;this.dialogRef.close(),this.store.dispatch((0,Ue.M6)({payload:{twoFAToken:this.token}}))}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(Le.so),e.Y36(b.yh))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-login-token"]],decls:17,vars:2,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","row",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100",3,"ngSubmit"],["tokenForm","ngForm"],["autoFocus","","matInput","","placeholder","Token","type","text","id","token","name","token","tabindex","2","required","",3,"ngModel","ngModelChange"],[4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","4","type","submit"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Two Factor Token"),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return ve.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8),e.NdJ("ngSubmit",function(){return ve.onVerifyToken()}),e.TgZ(11,"mat-form-field")(12,"input",9),e.NdJ("ngModelChange",function(ri){return ve.token=ri}),e.qZA(),e.YNc(13,wa,2,0,"mat-error",10),e.qZA(),e.TgZ(14,"div",11)(15,"button",12),e._uU(16,"Verify Token"),e.qZA()()()()()()),2&F&&(e.xp6(12),e.Q6J("ngModel",ve.token),e.xp6(1),e.Q6J("ngIf",!ve.token))},directives:[C.xw,C.Wh,C.yH,P.dk,Te.lW,P.dn,De._Y,De.JL,De.F,dt.KE,Wt.Nt,De.Fj,Ae.h,De.Q7,De.JJ,De.On,q.O5,dt.TO],styles:[""]}),K})();function I2(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Password is required."),e.qZA())}function Js(K,Fe){if(1&K&&(e.TgZ(0,"p",21)(1,"mat-icon",22),e._uU(2,"close"),e.qZA(),e._uU(3),e.qZA()),2&K){const F=e.oxw();e.xp6(3),e.hij(" ",F.loginErrorMessage," ")}}const O2=function(K){return{"padding-gap-large":K}},Uo=function(K,Fe){return{"font-size-200":K,"font-size-300":Fe}};let A1=(()=>{class K{constructor(F,ve,ot,ri){this.logger=F,this.store=ve,this.rtlEffects=ot,this.commonService=ri,this.faUnlockAlt=v.B$L,this.password="",this.rtlSSO=0,this.rtlCookiePath="",this.accessKey="",this.flgShow=!1,this.screenSize="",this.screenSizeEnum=Q.cu,this.loginErrorMessage="",this.apiCallStatusEnum=Q.Bn,this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),(0,s1.a)([this.store.select(n.ul),this.store.select(n.Sr)]).pipe((0,y.R)(this.unSubs[0])).subscribe(([F,ve])=>{this.loginErrorMessage="",F.status===Q.Bn.ERROR&&(this.loginErrorMessage=this.loginErrorMessage+("object"==typeof F.message?JSON.stringify(F.message):F.message),this.logger.error(F.message)),ve.status===Q.Bn.ERROR&&(this.loginErrorMessage=this.loginErrorMessage+("object"==typeof ve.message?JSON.stringify(ve.message):ve.message),this.logger.error(ve.message))}),this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[1])).subscribe(F=>{this.appConfig=F,this.logger.info(F)})}onLogin(){if(!this.password)return!0;this.loginErrorMessage="",this.appConfig.enable2FA?(this.store.dispatch((0,Ue.qR)({payload:{maxWidth:"35rem",data:{component:so}}})),this.rtlEffects.closeAlert.pipe((0,Ce.q)(1)).subscribe(F=>{F&&this.store.dispatch((0,Ue.x4)({payload:{password:ue(this.password),defaultPassword:Q.kO.includes(this.password.toLowerCase()),twoFAToken:F.twoFAToken}}))})):this.store.dispatch((0,Ue.x4)({payload:{password:ue(this.password),defaultPassword:Q.kO.includes(this.password.toLowerCase())}}))}resetData(){this.password="",this.loginErrorMessage="",this.flgShow=!1}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(b.yh),e.Y36(ht.V),e.Y36(Ft.v))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-login"]],decls:25,vars:12,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","center stretch",1,"login-container"],["fxLayout","row","fxFlex","50","fxLayoutAlign","center stretch"],["fxLayout","row","fxFlex","45","fxLayoutAlign","center stretch"],["fxLayout","column","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxFlex","35","fxLayoutAlign","center center",1,"bg-primary"],["src","assets/images/RTL-Horse-BY.svg","alt","RTL Logo",1,"rtl-logo-svg"],["fxFlex","65","fxLayout","column","fxLayoutAlign","center stretch",3,"ngClass"],["fxLayout","row","fxLayoutAlign","center center",1,"page-title-container","p-0"],[1,"font-bold-500",3,"ngClass"],[1,"page-title"],[1,"mt-5px","mb-0","px-2"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between"],["loginForm","ngForm"],["fxFlex","100","fxLayoutAlign","start"],["autoFocus","","matInput","","placeholder","Password","id","password","name","password","tabindex","1","required","",3,"type","ngModel","ngModelChange"],["tabindex","2","matSuffix","",3,"click"],[4,"ngIf"],["fxFlex","100","class","color-warn pre-wrap","fxLayoutAlign","start start",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],["fxFlex","100","fxLayoutAlign","start start",1,"color-warn","pre-wrap"],[1,"mr-1","icon-small"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card",2)(3,"div",3)(4,"div",4),e._UZ(5,"img",5),e.qZA(),e.TgZ(6,"div",6)(7,"mat-card-header",7)(8,"mat-card-title",8)(9,"span",9),e._uU(10,"Welcome"),e.qZA()()(),e.TgZ(11,"mat-card-content",10)(12,"form",11,12)(14,"mat-form-field",13)(15,"input",14),e.NdJ("ngModelChange",function(ri){return ve.password=ri}),e.qZA(),e.TgZ(16,"mat-icon",15),e.NdJ("click",function(){return ve.flgShow=!ve.flgShow}),e._uU(17),e.qZA(),e.YNc(18,I2,2,0,"mat-error",16),e.qZA(),e.YNc(19,Js,4,1,"p",17),e.TgZ(20,"div",18)(21,"button",19),e.NdJ("click",function(){return ve.resetData()}),e._uU(22,"Clear"),e.qZA(),e.TgZ(23,"button",20),e.NdJ("click",function(){return ve.onLogin()}),e._uU(24,"Login"),e.qZA()()()()()()()()()),2&F&&(e.xp6(6),e.Q6J("ngClass",e.VKq(7,O2,ve.screenSize===ve.screenSizeEnum.XS)),e.xp6(2),e.Q6J("ngClass",e.WLB(9,Uo,ve.screenSize===ve.screenSizeEnum.XS,ve.screenSize!==ve.screenSizeEnum.XS)),e.xp6(7),e.Q6J("type",ve.flgShow?"text":"password")("ngModel",ve.password),e.xp6(2),e.Oqu(ve.flgShow?"visibility_off":"visibility"),e.xp6(1),e.Q6J("ngIf",!ve.password),e.xp6(1),e.Q6J("ngIf",""!==ve.loginErrorMessage))},directives:[C.xw,C.yH,C.Wh,P.a8,q.mk,Ni.oO,P.dk,P.n5,P.dn,De._Y,De.JL,De.F,dt.KE,Wt.Nt,De.Fj,Ae.h,De.Q7,De.JJ,De.On,Yi.Hw,dt.R9,q.O5,dt.TO,Te.lW],styles:[".login-container[_ngcontent-%COMP%]{height:90vh}.login-container[_ngcontent-%COMP%] .mat-card[_ngcontent-%COMP%]{height:30rem}.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:100%}@media only screen and (max-width: 56.25em){.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:37%}}@media only screen and (max-width: 37.5em){.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:70%}}.login-container[_ngcontent-%COMP%] .material-icons.mat-icon[_ngcontent-%COMP%]{font-size:120%;cursor:pointer}"]}),K})();var D1=p(9442);let I1=(()=>{class K{constructor(F,ve){this.activatedRoute=F,this.router=ve,this.error={errorCode:"",errorMessage:""},this.faTimes=v.NBC,this.unsubs=[new h.x,new h.x]}ngOnInit(){this.router.routeReuseStrategy.shouldReuseRoute=()=>!1,this.router.onSameUrlNavigation="reload",this.activatedRoute.paramMap.pipe((0,y.R)(this.unsubs[0])).subscribe(F=>{this.error=window.history.state})}goToHelp(){this.router.navigate(["/help"])}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(I.gz),e.Y36(I.F0))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-error"]],decls:13,vars:3,consts:[["fxLayout","row","fxFlex","100","fxLayoutAlign","center center"],["fxLayout","column","fxFlex","60","fxLayoutAlign","start center"],["fxLayout","row","fxLayoutAlign","center center",1,"page-title-container","padding-gap-large"],[1,"font-size-300","font-bold-500"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-large"],[1,"box-text","font-size-120"],["fxLayout","row","fxLayoutAlign","center","fxFlex","80"],["mat-flat-button","","color","primary","type","button",1,"mt-2",3,"click"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"mat-card",1)(2,"mat-card-header",2)(3,"mat-card-title",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span",5),e._uU(6),e.qZA()()(),e.TgZ(7,"mat-card-content",6)(8,"div",7),e._uU(9),e.qZA(),e.TgZ(10,"span",8)(11,"button",9),e.NdJ("click",function(){return ve.goToHelp()}),e._uU(12,"Go To Help"),e.qZA()()()()()),2&F&&(e.xp6(4),e.Q6J("icon",ve.faTimes),e.xp6(2),e.hij("Error ",ve.error.errorCode,""),e.xp6(3),e.Oqu(ve.error.errorMessage))},directives:[C.xw,C.yH,C.Wh,P.a8,P.dk,P.n5,B.BN,P.dn,Te.lW],encapsulation:2}),K})();var ia=p(1643),oo=p(9828),Eo=p(8104),Go=p(6534),O1=p(9843);function To(K,Fe){1&K&&e._UZ(0,"span",16)}function k1(K,Fe){1&K&&e._UZ(0,"span",17)}function k2(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"form",18,4)(2,"div",19),e._UZ(3,"fa-icon",2),e.TgZ(4,"span"),e._uU(5,"Please ensure that "),e.TgZ(6,"strong"),e._uU(7,"experimental-offers"),e.qZA(),e._uU(8," flag is set to true in the Core Lightning config before enabling it in RTL. Click "),e.TgZ(9,"strong")(10,"a",20),e._uU(11,"here"),e.qZA()(),e._uU(12," to learn more about Core Lightning offers."),e.qZA()(),e.TgZ(13,"h4",21),e._uU(14,"Description"),e.qZA(),e.TgZ(15,"span"),e._uU(16,"Offers is a draft specification (also referred as BOLT12) for Lightning nodes and wallets, with experimental support in Core Lightning."),e.qZA(),e.TgZ(17,"h4",21),e._uU(18,"Links"),e.qZA(),e.TgZ(19,"span")(20,"a",22),e._uU(21,"Core lightning Bolt12"),e.qZA()(),e._UZ(22,"mat-divider",23),e.TgZ(23,"div",24),e._UZ(24,"fa-icon",2),e.TgZ(25,"span"),e._uU(26,"Do not get an Offer tattoo until spec is fully ratified!"),e.qZA()(),e.TgZ(27,"mat-slide-toggle",25),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw(2).enableOffers=ot})("change",function(){return e.CHM(F),e.oxw(2).onUpdateFeature()}),e._uU(28),e.qZA()()}if(2&K){const F=e.oxw(2);e.xp6(3),e.Q6J("icon",F.faInfoCircle),e.xp6(19),e.Q6J("inset",!0),e.xp6(2),e.Q6J("icon",F.faExclamationTriangle),e.xp6(3),e.Q6J("ngModel",F.enableOffers),e.xp6(1),e.hij("Enable Offers ",F.enableOffers?"(You can find Offers under Lightning -> Transactions -> Offers)":"","")}}function Er(K,Fe){if(1&K&&(e.TgZ(0,"mat-option",43),e._uU(1),e.ALo(2,"titlecase"),e.qZA()),2&K){const F=Fe.$implicit;e.Q6J("value",F),e.xp6(1),e.hij(" ",e.lcZ(2,2,F.id)," ")}}function Ao(K,Fe){if(1&K&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&K){const F=e.oxw(3);e.xp6(1),e.hij("",F.selPolicyType.placeholder," is required.")}}function Zo(K,Fe){if(1&K&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&K){const F=e.oxw(3);e.xp6(1),e.AsE("",F.selPolicyType.placeholder," must be greater than or equal to ",F.selPolicyType.min,".")}}function Ql(K,Fe){if(1&K&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&K){const F=e.oxw(3);e.xp6(1),e.AsE("",F.selPolicyType.placeholder," must be less than or equal to ",F.selPolicyType.max,".")}}function Wa(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Lease base fee is required."),e.qZA())}function Ya(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Lease base basis is required."),e.qZA())}function ql(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Max channel routing base fee is required."),e.qZA())}function P1(K,Fe){1&K&&(e.TgZ(0,"mat-error"),e._uU(1,"Max channel routing fee rate is required."),e.qZA())}const Xs=function(K,Fe){return{"alert-danger":K,"alert-info":Fe}};function N1(K,Fe){if(1&K&&(e.TgZ(0,"h4",44)(1,"span",45),e._uU(2),e.qZA()()),2&K){const F=e.oxw(3);e.xp6(1),e.Q6J("ngClass",e.WLB(2,Xs,!!F.updateMsg.error,!!F.updateMsg.data)),e.xp6(1),e.hij(" ",F.updateMsg.error&&""!==F.updateMsg.error?"Error: "+F.updateMsg.error||0:F.updateMsg.data&&""!==F.updateMsg.data?F.updateMsg.data:"Successfully Updated the Funding Policy!"," ")}}function ma(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"form",18,4)(2,"div",26),e._UZ(3,"fa-icon",2),e.TgZ(4,"span"),e._uU(5,"These config changes should be configured permanently via the config file on your CLN node otherwise the policy would need to be configured again, if your node restarts."),e.qZA()(),e.TgZ(6,"div",27)(7,"mat-form-field",28)(8,"mat-select",29),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw(2).selPolicyType=ot})("selectionChange",function(){return e.CHM(F),e.oxw(2).policyMod=null}),e.YNc(9,Er,3,4,"mat-option",30),e.qZA()(),e.TgZ(10,"mat-form-field",31)(11,"input",32,33),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw(2).policyMod=ot}),e.qZA(),e.TgZ(13,"mat-hint"),e._uU(14),e.qZA(),e.YNc(15,Ao,2,1,"mat-error",34),e.YNc(16,Zo,2,2,"mat-error",34),e.YNc(17,Ql,2,2,"mat-error",34),e.qZA()(),e.TgZ(18,"div",27)(19,"mat-form-field",31)(20,"input",35),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw(2).leaseFeeBaseSat=ot}),e.qZA(),e.YNc(21,Wa,2,0,"mat-error",34),e.qZA(),e.TgZ(22,"mat-form-field",31)(23,"input",36),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw(2).leaseFeeBasis=ot}),e.qZA(),e.YNc(24,Ya,2,0,"mat-error",34),e.qZA()(),e.TgZ(25,"div",27)(26,"mat-form-field",31)(27,"input",37),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw(2).channelFeeMaxBaseSat=ot}),e.qZA(),e.YNc(28,ql,2,0,"mat-error",34),e.qZA(),e.TgZ(29,"mat-form-field",31)(30,"input",38),e.NdJ("ngModelChange",function(ot){return e.CHM(F),e.oxw(2).channelFeeMaxProportional=ot}),e.qZA(),e.YNc(31,P1,2,0,"mat-error",34),e.qZA()(),e.YNc(32,N1,3,5,"h4",39),e.TgZ(33,"div",40)(34,"button",41),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onResetPolicy()}),e._uU(35,"Reset"),e.qZA(),e.TgZ(36,"button",42),e.NdJ("click",function(){return e.CHM(F),e.oxw(2).onUpdateFundingPolicy()}),e._uU(37,"Update"),e.qZA()()()}if(2&K){const F=e.oxw(2);e.xp6(3),e.Q6J("icon",F.faExclamationTriangle),e.xp6(5),e.Q6J("ngModel",F.selPolicyType),e.xp6(1),e.Q6J("ngForOf",F.policyTypes),e.xp6(2),e.Q6J("ngModel",F.policyMod)("placeholder",F.selPolicyType.placeholder)("step","fixed"===F.selPolicyType.id?1e3:10)("min",F.selPolicyType.min)("max",F.selPolicyType.max),e.xp6(3),e.lnq("",F.selPolicyType.placeholder," should be between ",F.selPolicyType.min," and ",F.selPolicyType.max,""),e.xp6(1),e.Q6J("ngIf",!F.policyMod),e.xp6(1),e.Q6J("ngIf",F.policyModF.selPolicyType.max),e.xp6(3),e.Q6J("ngModel",F.leaseFeeBaseSat),e.xp6(1),e.Q6J("ngIf",!F.leaseFeeBaseSat),e.xp6(2),e.Q6J("ngModel",F.leaseFeeBasis),e.xp6(1),e.Q6J("ngIf",!F.leaseFeeBasis),e.xp6(3),e.Q6J("ngModel",F.channelFeeMaxBaseSat),e.xp6(1),e.Q6J("ngIf",!F.channelFeeMaxBaseSat),e.xp6(2),e.Q6J("ngModel",F.channelFeeMaxProportional),e.xp6(1),e.Q6J("ngIf",!F.channelFeeMaxProportional),e.xp6(1),e.Q6J("ngIf",F.flgUpdateCalled)}}function ws(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"mat-expansion-panel",9),e.NdJ("opened",function(){const ri=e.CHM(F).index;return e.oxw().onPanelExpanded(ri)}),e.TgZ(1,"mat-expansion-panel-header")(2,"mat-panel-title",10)(3,"h4",11),e._uU(4),e.qZA(),e.TgZ(5,"h4",11),e.YNc(6,To,1,0,"span",12),e.YNc(7,k1,1,0,"span",13),e._uU(8),e.qZA()()(),e.TgZ(9,"div",14),e.YNc(10,k2,29,5,"form",15),e.YNc(11,ma,38,23,"form",15),e.qZA()()}if(2&K){const F=Fe.$implicit,ve=Fe.index;e.Q6J("expanded",!1),e.xp6(4),e.Oqu(F.name),e.xp6(2),e.Q6J("ngIf",F.enabled),e.xp6(1),e.Q6J("ngIf",!F.enabled),e.xp6(1),e.hij(" ",F.enabled?"Enabled":"Disabled"," "),e.xp6(2),e.Q6J("ngIf",0===ve),e.xp6(1),e.Q6J("ngIf",1===ve)}}const P2=I.Bz.forRoot([{path:"",pathMatch:"full",redirectTo:"login"},{path:"lnd",loadChildren:()=>Promise.all([p.e(893),p.e(636)]).then(p.bind(p,1636)).then(K=>K.LNDModule),canActivate:[ia.a1]},{path:"cln",loadChildren:()=>Promise.all([p.e(893),p.e(564)]).then(p.bind(p,9564)).then(K=>K.CLNModule),canActivate:[ia.a1]},{path:"ecl",loadChildren:()=>Promise.all([p.e(893),p.e(924)]).then(p.bind(p,7924)).then(K=>K.ECLModule),canActivate:[ia.a1]},{path:"settings",component:we,canActivate:[ia.a1],children:[{path:"",pathMatch:"full",redirectTo:"app"},{path:"app",component:ee,canActivate:[ia.a1]},{path:"auth",component:Xt,canActivate:[ia.a1]},{path:"bconfig",component:Tt,canActivate:[ia.a1]}]},{path:"config",component:qe,canActivate:[ia.a1],children:[{path:"",pathMatch:"full",redirectTo:"layout"},{path:"layout",component:Wi,canActivate:[ia.a1]},{path:"services",component:Kn,canActivate:[ia.a1],children:[{path:"",pathMatch:"full",redirectTo:"loop"},{path:"loop",component:_a,canActivate:[ia.a1]},{path:"boltz",component:Xr,canActivate:[ia.a1]}]},{path:"experimental",component:(()=>{class K{constructor(F,ve,ot,ri){this.logger=F,this.store=ve,this.dataService=ot,this.commonService=ri,this.faInfoCircle=v.sqG,this.faExclamationTriangle=v.eHv,this.faCode=v.dT$,this.features=[{name:"Offers",enabled:!1},{name:"Channel Funding Policy",enabled:!1}],this.enableOffers=!1,this.fundingPolicy={},this.policyTypes=Q.gB,this.selPolicyType=Q.gB[0],this.flgUpdateCalled=!1,this.updateMsg={},this.unSubs=[new h.x,new h.x,new h.x,new h.x,new h.x]}ngOnInit(){this.dataService.listConfigs().pipe((0,y.R)(this.unSubs[0])).subscribe({next:F=>{this.logger.info("Received List Configs: "+JSON.stringify(F)),this.features[1].enabled=!!F["experimental-dual-fund"]},error:F=>{this.logger.error("List Configs Error: "+JSON.stringify(F)),this.features[1].enabled=!1}}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(F=>{this.selNode=F,this.enableOffers=this.selNode.settings.enableOffers||!1,this.features[0].enabled=this.enableOffers,this.logger.info(this.selNode)}),this.store.select(oo.Rn).pipe((0,y.R)(this.unSubs[2])).subscribe(F=>{this.policyTypes[2].max=F.balance.totalBalance||1e3})}onPanelExpanded(F){1===F&&!this.fundingPolicy.policy&&this.dataService.getOrUpdateFunderPolicy().pipe((0,y.R)(this.unSubs[3])).subscribe(ve=>{this.logger.info("Received Funder Update Policy: "+JSON.stringify(ve)),this.fundingPolicy=ve,this.fundingPolicy.policy&&(this.selPolicyType=Q.gB.find(ot=>ot.id===this.fundingPolicy.policy)||this.policyTypes[0]),this.policyMod=this.fundingPolicy.policy_mod||0===this.fundingPolicy.policy_mod?this.fundingPolicy.policy_mod:null,this.leaseFeeBaseSat=this.fundingPolicy.lease_fee_base_msat?this.fundingPolicy.lease_fee_base_msat/1e3:0===this.fundingPolicy.lease_fee_base_msat?0:null,this.leaseFeeBasis=this.fundingPolicy.lease_fee_basis||0===this.fundingPolicy.lease_fee_basis?this.fundingPolicy.lease_fee_basis:null,this.channelFeeMaxBaseSat=this.fundingPolicy.channel_fee_max_base_msat?this.fundingPolicy.channel_fee_max_base_msat/1e3:0===this.fundingPolicy.channel_fee_max_base_msat?0:null,this.channelFeeMaxProportional=this.fundingPolicy.channel_fee_max_proportional_thousandths||0===this.fundingPolicy.channel_fee_max_proportional_thousandths?1e3*this.fundingPolicy.channel_fee_max_proportional_thousandths:null})}onUpdateFeature(){this.logger.info(this.selNode),this.selNode.settings.enableOffers=this.enableOffers,this.features[0].enabled=this.enableOffers,this.store.dispatch((0,Ue.jS)({payload:{uiMessage:Q.m6.UPDATE_SETTING,service:Q.JX.OFFERS,settings:{enableOffers:this.enableOffers}}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.enableOffers}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.enableOffers}})),this.store.dispatch((0,jt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.enableOffers}}))}onUpdateFundingPolicy(){this.flgUpdateCalled=!0,this.updateMsg={},this.dataService.getOrUpdateFunderPolicy(this.selPolicyType.id,this.policyMod,this.leaseFeeBaseSat,this.leaseFeeBasis,1e3*(this.channelFeeMaxBaseSat||0),this.channelFeeMaxProportional?this.channelFeeMaxProportional/1e3:0).pipe((0,y.R)(this.unSubs[4])).subscribe({next:F=>{this.logger.info(F),this.fundingPolicy=F,this.updateMsg={data:"Compact Lease: "+F.compact_lease},setTimeout(()=>{this.flgUpdateCalled=!1},5e3)},error:F=>{this.logger.error(F),this.updateMsg={error:this.commonService.extractErrorMessage(F,"Error in updating funder policy")},setTimeout(()=>{this.flgUpdateCalled=!1},5e3)}})}onResetPolicy(){this.flgUpdateCalled=!1,this.updateMsg={},this.selPolicyType=this.fundingPolicy.policy?Q.gB.find(F=>F.id===this.fundingPolicy.policy)||this.policyTypes[0]:Q.gB[0],this.policyMod=this.fundingPolicy.policy_mod||0===this.fundingPolicy.policy_mod?this.fundingPolicy.policy_mod:null,this.leaseFeeBaseSat=this.fundingPolicy.lease_fee_base_msat?this.fundingPolicy.lease_fee_base_msat/1e3:0===this.fundingPolicy.lease_fee_base_msat?0:null,this.leaseFeeBasis=this.fundingPolicy.lease_fee_basis||0===this.fundingPolicy.lease_fee_basis?this.fundingPolicy.lease_fee_basis:null,this.channelFeeMaxBaseSat=this.fundingPolicy.channel_fee_max_base_msat?this.fundingPolicy.channel_fee_max_base_msat/1e3:0===this.fundingPolicy.channel_fee_max_base_msat?0:null,this.channelFeeMaxProportional=this.fundingPolicy.channel_fee_max_proportional_thousandths||0===this.fundingPolicy.channel_fee_max_proportional_thousandths?1e3*this.fundingPolicy.channel_fee_max_proportional_thousandths:null}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(b.yh),e.Y36(Eo.D),e.Y36(Ft.v))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-experimental-settings"]],decls:13,vars:3,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxFlex","100",1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["class","flat-expansion-panel my-1",3,"expanded","opened",4,"ngFor","ngForOf"],[1,"flat-expansion-panel","my-1",3,"expanded","opened"],["fxFlex","100","fxLayoutAlign","space-between center"],[1,"font-bold-500"],["class","dot green",4,"ngIf"],["class","dot yellow",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],[1,"dot","green"],[1,"dot","yellow"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","100",1,"alert","alert-info"],["href","http://bolt12.org","target","_blank"],[1,"mt-2"],["href","https://github.com/lightningnetwork/lightning-rfc/pull/798 ","target","blank"],[1,"my-2",3,"inset"],[1,"alert","alert-warn"],["autoFocus","","tabindex","1","color","primary","name","enableOfr",1,"my-1",3,"ngModel","ngModelChange","change"],["fxFlex","100","fxLayout","row",1,"alert","alert-warn"],["fxLayout","column","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch"],["fxFlex","49","fxLayoutAlign","start end"],["autofocus","","tabindex","1","placeholder","Policy","name","policy",3,"ngModel","ngModelChange","selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","49"],["matInput","","type","number","tabindex","2","required","","name","plcMod",3,"ngModel","placeholder","step","min","max","ngModelChange"],["plcMod","ngModel"],[4,"ngIf"],["matInput","","placeholder","Lease Base Fee (Sats)","type","number","step","100","min","0","tabindex","3","required","","name","leaseFeeBaseSat",3,"ngModel","ngModelChange"],["matInput","","placeholder","Lease Base Basis (bps)","type","number","step","1","min","0","tabindex","4","required","","name","leaseFeeBasis",3,"ngModel","ngModelChange"],["matInput","","placeholder","Max Channel Routing Base Fee (Sats)","type","number","step","100","min","0","tabindex","5","required","","name","channelFeeMaxBaseSat",3,"ngModel","ngModelChange"],["matInput","","placeholder","Max Channel Routing Fee Rate (ppm)","type","number","step","1000","min","0","tabindex","6","required","","name","channelFeeMaxProportional",3,"ngModel","ngModelChange"],["fxLayoutAlign","start stretch","class","font-bold-500 mt-2",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","7",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","8",3,"click"],[3,"value"],["fxLayoutAlign","start stretch",1,"font-bold-500","mt-2"],["fxFlex","100",1,"alert",3,"ngClass"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span"),e._uU(4,"Experimental features should be enabled with caution. Many such features may be implementation specific and not ratified for the BOLT spec. Enabling these may still result in a broken experience. Referencing relevant feature documentation is highly advised before enabling."),e.qZA()(),e.TgZ(5,"form",3,4)(7,"div",5),e._UZ(8,"fa-icon",6),e.TgZ(9,"span",7),e._uU(10,"Features"),e.qZA()(),e.TgZ(11,"mat-accordion"),e.YNc(12,ws,12,7,"mat-expansion-panel",8),e.qZA()()()),2&F&&(e.xp6(2),e.Q6J("icon",ve.faInfoCircle),e.xp6(6),e.Q6J("icon",ve.faCode),e.xp6(4),e.Q6J("ngForOf",ve.features))},directives:[C.xw,C.yH,V.$V,B.BN,De._Y,De.JL,De.F,C.Wh,Lt.pp,q.sg,Lt.ib,Lt.yz,Lt.yK,q.O5,Ge.d,Kt.Rr,Ae.h,De.JJ,De.On,dt.KE,Ie.gD,le.ey,Wt.Nt,De.wV,De.qQ,De.Fd,De.Fj,Go.q,O1.F,De.Q7,dt.bx,dt.TO,q.mk,Ni.oO,Te.lW],pipes:[q.rS],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),K})(),canActivate:[ia.a1]},{path:"lnconfig",component:gn,canActivate:[ia.a1]}]},{path:"services",component:ha,canActivate:[ia.a1],children:[{path:"",pathMatch:"full",redirectTo:"loop"},{path:"loop",pathMatch:"full",redirectTo:"loop/loopout"},{path:"loop/:selTab",component:oi},{path:"boltz",pathMatch:"full",redirectTo:"boltz/swapout"},{path:"boltz/:selTab",component:li}]},{path:"help",component:Bo},{path:"login",component:A1},{path:"error",component:I1},{path:"**",component:D1.w}]);var Cs=p(8750),$a=p(8878),N2=p(4594),Wo=p(7238),co=p(2181);function o1(K,Fe){if(1&K&&(e.TgZ(0,"p",2),e._UZ(1,"fa-icon",3),e.TgZ(2,"span"),e._uU(3),e.qZA()()),2&K){const F=e.oxw();e.xp6(1),e.Q6J("icon",F.faCode),e.xp6(2),e.hij("API Version: ",null==F.information?null:F.information.api_version,"")}}function Xl(K,Fe){if(1&K&&(e.TgZ(0,"a",11),e._UZ(1,"fa-icon",3),e.TgZ(2,"span",12),e._uU(3,"Settings"),e.qZA()()),2&K){const F=e.oxw();e.xp6(1),e.Q6J("icon",F.faUserCog)}}function $l(K,Fe){if(1&K&&(e.TgZ(0,"a",13),e._UZ(1,"fa-icon",3),e.TgZ(2,"span",14),e._uU(3,"Help"),e.qZA()()),2&K){const F=e.oxw();e.xp6(1),e.Q6J("icon",F.faLifeRing)}}function j4(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"a",15),e.NdJ("click",function(){return e.CHM(F),e.oxw().onClick()}),e._UZ(1,"fa-icon",3),e.TgZ(2,"span"),e._uU(3,"Logout"),e.qZA()()}if(2&K){const F=e.oxw();e.xp6(1),e.Q6J("icon",F.faEject)}}let K4=(()=>{class K{constructor(F,ve,ot,ri,Ki){this.logger=F,this.sessionService=ve,this.store=ot,this.rtlEffects=ri,this.actions=Ki,this.faUserCog=v.gNZ,this.faCodeBranch=v.mh3,this.faCode=v.dT$,this.faCog=v.b7W,this.faLifeRing=v.uli,this.faEject=v.KOR,this.version="",this.information={},this.informationChain={},this.flgLoading=!0,this.showLogout=!1,this.unSubs=[new h.x,new h.x,new h.x,new h.x],this.version=Ke.q4}ngOnInit(){this.store.select(n.R4).pipe((0,y.R)(this.unSubs[0])).subscribe(F=>{if(this.information=F,this.flgLoading=!this.information.identity_pubkey,this.information.identity_pubkey){if(this.information.chains&&"string"==typeof this.information.chains[0])this.informationChain.chain=this.information.chains[0].toString(),this.informationChain.network=this.information.testnet?"Testnet":"Mainnet";else if(this.information&&this.information.chains&&this.information.chains.length&&this.information.chains.length>0&&"object"==typeof this.information.chains[0]&&this.information.chains[0].hasOwnProperty("chain")){const ve=this.information.chains[0];this.informationChain.chain=ve.chain,this.informationChain.network=ve.network}}else this.informationChain.chain="",this.informationChain.network="";this.logger.info(F)}),this.sessionService.watchSession().pipe((0,y.R)(this.unSubs[1])).subscribe(F=>{this.showLogout=!!F.token,this.flgLoading=!!F.token}),this.actions.pipe((0,y.R)(this.unSubs[2]),(0,oe.h)(F=>F.type===Q.pg.LOGOUT)).subscribe(()=>{this.showLogout=!1})}onClick(){this.store.dispatch((0,Ue.c1)({payload:{data:{type:Q.n_.CONFIRM,alertTitle:"Logout",titleMessage:"Logout from this device?",noBtnText:"Cancel",yesBtnText:"Logout"}}})),this.rtlEffects.closeConfirm.pipe((0,y.R)(this.unSubs[3])).subscribe(F=>{F&&(this.showLogout=!1,this.store.dispatch((0,Ue.kS)()))})}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(Se.m),e.Y36(b.yh),e.Y36(ht.V),e.Y36(d.eX))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-top-menu"]],decls:14,vars:8,consts:[[1,"top-menu",3,"overlapTrigger"],["topMenu","matMenu"],["mat-menu-item",""],[1,"fa-icon-small","mr-1",3,"icon"],["mat-menu-item","",4,"ngIf"],["mat-menu-item","","routerLink","/settings",4,"ngIf"],["mat-menu-item","","routerLink","/help",4,"ngIf"],["mat-menu-item","",3,"click",4,"ngIf"],["mat-icon-button","",1,"top-toolbar-icon",3,"matMenuTriggerFor"],["src","assets/images/RTL-Horse-BY.svg","alt","RTL Logo"],[1,"logo-icon"],["mat-menu-item","","routerLink","/settings"],["routerLink","/settings"],["mat-menu-item","","routerLink","/help"],["routerLink","/help"],["mat-menu-item","",3,"click"]],template:function(F,ve){if(1&F&&(e.TgZ(0,"mat-menu",0,1)(2,"p",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span"),e._uU(5),e.qZA()(),e.YNc(6,o1,4,2,"p",4),e.YNc(7,Xl,4,1,"a",5),e.YNc(8,$l,4,1,"a",6),e.YNc(9,j4,4,1,"a",7),e.qZA(),e.TgZ(10,"button",8),e._UZ(11,"img",9),e.TgZ(12,"mat-icon",10),e._uU(13,"arrow_drop_down"),e.qZA()()),2&F){const ot=e.MAs(1);e.Q6J("overlapTrigger",!1),e.xp6(3),e.Q6J("icon",ve.faCodeBranch),e.xp6(2),e.hij("Version: ",ve.version,""),e.xp6(1),e.Q6J("ngIf",null==ve.information?null:ve.information.api_version),e.xp6(1),e.Q6J("ngIf",ve.showLogout),e.xp6(1),e.Q6J("ngIf",ve.showLogout),e.xp6(1),e.Q6J("ngIf",ve.showLogout),e.xp6(1),e.Q6J("matMenuTriggerFor",ot)}},directives:[co.VK,co.OP,B.BN,q.O5,I.yS,I.rH,Te.lW,co.p6,Yi.Hw],styles:[".mat-menu-content,.mat-menu-content p.mat-menu-item{cursor:default}.mat-menu-content p.mat-menu-item fa-icon,.mat-menu-content p.mat-menu-item span,.mat-menu-content p.mat-menu-item div{cursor:default}.mat-menu-content p.mat-menu-item:hover{cursor:default!important}.top-toolbar-icon .mat-button-wrapper img{width:3.2rem}.top-toolbar-icon .mat-button-wrapper .material-icons.mat-icon.logo-icon{font-size:2rem;text-align:start}\n"],encapsulation:2}),K})();var R1=p(2638),La=p(8258),es=p(149);const Ls={LNDChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:v.HLz,link:"/lnd/home",userPersona:Q.ol.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:v.nNP,link:"/lnd/onchain",userPersona:Q.ol.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:v.BDt,link:"/lnd/connections",userPersona:Q.ol.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:v.FVb,link:"/lnd/connections",userPersona:Q.ol.ALL},{id:32,parentId:3,name:"Transactions",iconType:"FA",icon:v.Ssp,link:"/lnd/transactions",userPersona:Q.ol.ALL},{id:33,parentId:3,name:"Routing",iconType:"FA",icon:v.SuH,link:"/lnd/routing",userPersona:Q.ol.ALL},{id:34,parentId:3,name:"Reports",iconType:"FA",icon:v.koM,link:"/lnd/reports",userPersona:Q.ol.ALL},{id:35,parentId:3,name:"Graph Lookup",iconType:"FA",icon:v.wn1,link:"/lnd/graph",userPersona:Q.ol.ALL},{id:36,parentId:3,name:"Sign/Verify",iconType:"FA",icon:v.hkK,link:"/lnd/messages",userPersona:Q.ol.ALL},{id:37,parentId:3,name:"Backup",iconType:"FA",icon:v.q7m,link:"/lnd/channelbackup",userPersona:Q.ol.ALL},{id:38,parentId:3,name:"Network",iconType:"FA",icon:v.TmZ,link:"/lnd/network",userPersona:Q.ol.OPERATOR},{id:39,parentId:3,name:"Node/Network",iconType:"FA",icon:v.xf3,link:"/lnd/network",userPersona:Q.ol.MERCHANT}]},{id:4,parentId:0,name:"Services",iconType:"FA",icon:v.Krp,link:"/services/loop",userPersona:Q.ol.ALL,children:[{id:41,parentId:4,name:"Loop",iconType:"FA",icon:v.vqe,link:"/services/loop",userPersona:Q.ol.ALL},{id:42,parentId:4,name:"Boltz",iconType:"SVG",icon:"boltzIconBlock",link:"/services/boltz",userPersona:Q.ol.ALL}]},{id:5,parentId:0,name:"Node Config",iconType:"FA",icon:v.CgH,link:"/config",userPersona:Q.ol.ALL},{id:6,parentId:0,name:"Help",iconType:"FA",icon:v.Psp,link:"/help",userPersona:Q.ol.ALL}],CLNChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:v.HLz,link:"/cln/home",userPersona:Q.ol.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:v.nNP,link:"/cln/onchain",userPersona:Q.ol.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:v.BDt,link:"/cln/connections",userPersona:Q.ol.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:v.FVb,link:"/cln/connections",userPersona:Q.ol.ALL},{id:32,parentId:3,name:"Liquidity Ads",iconType:"FA",icon:v.Acd,link:"/cln/liquidityads",userPersona:Q.ol.ALL},{id:33,parentId:3,name:"Transactions",iconType:"FA",icon:v.Ssp,link:"/cln/transactions",userPersona:Q.ol.ALL},{id:34,parentId:3,name:"Routing",iconType:"FA",icon:v.SuH,link:"/cln/routing",userPersona:Q.ol.ALL},{id:35,parentId:3,name:"Reports",iconType:"FA",icon:v.koM,link:"/cln/reports",userPersona:Q.ol.ALL},{id:36,parentId:3,name:"Graph Lookup",iconType:"FA",icon:v.wn1,link:"/cln/graph",userPersona:Q.ol.ALL},{id:37,parentId:3,name:"Sign/Verify",iconType:"FA",icon:v.hkK,link:"/cln/messages",userPersona:Q.ol.ALL},{id:38,parentId:3,name:"Fee Rates",iconType:"FA",icon:v.USL,link:"/cln/rates",userPersona:Q.ol.OPERATOR},{id:39,parentId:3,name:"Node/Fee Rates",iconType:"FA",icon:v.xf3,link:"/cln/rates",userPersona:Q.ol.MERCHANT}]},{id:4,parentId:0,name:"Node Config",iconType:"FA",icon:v.CgH,link:"/config",userPersona:Q.ol.ALL},{id:5,parentId:0,name:"Help",iconType:"FA",icon:v.Psp,link:"/help",userPersona:Q.ol.ALL}],ECLChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:v.HLz,link:"/ecl/home",userPersona:Q.ol.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:v.nNP,link:"/ecl/onchain",userPersona:Q.ol.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:v.BDt,link:"/ecl/connections",userPersona:Q.ol.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:v.FVb,link:"/ecl/connections",userPersona:Q.ol.ALL},{id:32,parentId:3,name:"Transactions",iconType:"FA",icon:v.Ssp,link:"/ecl/transactions",userPersona:Q.ol.ALL},{id:33,parentId:3,name:"Routing",iconType:"FA",icon:v.SuH,link:"/ecl/routing",userPersona:Q.ol.ALL},{id:34,parentId:3,name:"Reports",iconType:"FA",icon:v.koM,link:"/ecl/reports",userPersona:Q.ol.ALL},{id:35,parentId:3,name:"Graph Lookup",iconType:"FA",icon:v.wn1,link:"/ecl/graph",userPersona:Q.ol.ALL}]},{id:4,parentId:0,name:"Node Config",iconType:"FA",icon:v.CgH,link:"/config",userPersona:Q.ol.ALL},{id:5,parentId:0,name:"Help",iconType:"FA",icon:v.Psp,link:"/help",userPersona:Q.ol.ALL}]};function H1(K,Fe){if(1&K&&(e.TgZ(0,"mat-option",11),e._uU(1),e.qZA()),2&K){const F=Fe.$implicit;e.Q6J("value",F.index),e.xp6(1),e.AsE(" ",F.lnNode," (",F.lnImplementation,") ")}}function F1(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"mat-select",9),e.NdJ("selectionChange",function(ot){return e.CHM(F),e.oxw().onNodeSelectionChange(ot.value)}),e.YNc(1,H1,2,3,"mat-option",10),e.qZA()}if(2&K){const F=e.oxw();e.Q6J("value",F.selConfigNodeIndex),e.xp6(1),e.Q6J("ngForOf",F.appConfig.nodes)}}function e3(K,Fe){if(1&K&&(e.TgZ(0,"span",21),e.GkF(1,22),e.qZA()),2&K){const F=e.oxw().$implicit;e.oxw(2);const ve=e.MAs(11);e.xp6(1),e.Q6J("ngTemplateOutlet","boltzIconBlock"===F.icon?ve:null)}}function R2(K,Fe){if(1&K&&e._UZ(0,"fa-icon",23),2&K){const F=e.oxw().$implicit;e.Q6J("icon",F.icon)}}function V1(K,Fe){if(1&K&&(e.TgZ(0,"mat-icon",24),e._uU(1),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Oqu(F.icon)}}function Is(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"mat-tree-node",15)(1,"div",16),e.NdJ("click",function(){const ri=e.CHM(F).$implicit;return e.oxw(2).onChildNavClicked(ri)}),e.TgZ(2,"div",17),e.YNc(3,e3,2,1,"span",18),e.YNc(4,R2,1,1,"fa-icon",19),e.YNc(5,V1,2,1,"mat-icon",20),e.TgZ(6,"span"),e._uU(7),e.qZA()()()()}if(2&K){const F=Fe.$implicit;e.s9C("routerLink",F.link),e.xp6(3),e.Q6J("ngIf","SVG"===F.iconType),e.xp6(1),e.Q6J("ngIf","FA"===F.iconType),e.xp6(1),e.Q6J("ngIf",!F.iconType),e.xp6(2),e.Oqu(F.name)}}function ts(K,Fe){if(1&K&&(e.TgZ(0,"span",33),e.GkF(1,22),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Q6J("ngTemplateOutlet",F.icon)}}function _s(K,Fe){if(1&K&&e._UZ(0,"fa-icon",23),2&K){const F=e.oxw().$implicit;e.Q6J("icon",F.icon)}}function Do(K,Fe){if(1&K&&(e.TgZ(0,"mat-icon",24),e._uU(1),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Oqu(F.icon)}}function $s(K,Fe){if(1&K&&(e.TgZ(0,"mat-nested-tree-node",25)(1,"div",26)(2,"div",27),e.YNc(3,ts,2,1,"span",28),e.YNc(4,_s,1,1,"fa-icon",19),e.YNc(5,Do,2,1,"mat-icon",20),e.TgZ(6,"span"),e._uU(7),e.qZA()(),e.TgZ(8,"button",29)(9,"mat-icon",30),e._uU(10),e.qZA()()(),e.TgZ(11,"div",31),e.GkF(12,32),e.qZA()()),2&K){const F=Fe.$implicit,ve=e.oxw(2);e.xp6(3),e.Q6J("ngIf","SVG"===F.iconType),e.xp6(1),e.Q6J("ngIf","FA"===F.iconType),e.xp6(1),e.Q6J("ngIf",!F.iconType),e.xp6(2),e.Oqu(F.name),e.xp6(1),e.uIk("aria-label","toggle "+F.name),e.xp6(2),e.Oqu(ve.treeControlNested.isExpanded(F)?"arrow_drop_up":"arrow_drop_down"),e.xp6(1),e.ekj("tree-children-invisible",!ve.treeControlNested.isExpanded(F))}}function l1(K,Fe){if(1&K&&(e.TgZ(0,"mat-tree",5,12),e.YNc(2,Is,8,5,"mat-tree-node",13),e.YNc(3,$s,13,8,"mat-nested-tree-node",14),e.qZA()),2&K){const F=e.oxw();e.Q6J("dataSource",F.navMenus)("treeControl",F.treeControlNested),e.xp6(3),e.Q6J("matTreeNodeDefWhen",F.hasChild)}}function ho(K,Fe){if(1&K&&(e.TgZ(0,"span",21),e.GkF(1,22),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Q6J("ngTemplateOutlet",F.icon)}}function z1(K,Fe){if(1&K&&e._UZ(0,"fa-icon",36),2&K){const F=e.oxw().$implicit;e.s9C("matTooltip",F.name),e.Q6J("icon",F.icon)}}function B1(K,Fe){if(1&K&&(e.TgZ(0,"mat-icon",37),e._uU(1),e.qZA()),2&K){const F=e.oxw().$implicit;e.s9C("matTooltip",F.name),e.xp6(1),e.Oqu(F.icon)}}function ga(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"mat-tree-node",16),e.NdJ("click",function(){const ri=e.CHM(F).$implicit;return e.oxw().onShowData(ri)}),e.YNc(1,ho,2,1,"span",18),e.YNc(2,z1,1,2,"fa-icon",34),e.YNc(3,B1,2,2,"mat-icon",35),e.TgZ(4,"span"),e._uU(5),e.qZA()()}if(2&K){const F=Fe.$implicit;e.xp6(1),e.Q6J("ngIf","SVG"===F.iconType),e.xp6(1),e.Q6J("ngIf","FA"===F.iconType),e.xp6(1),e.Q6J("ngIf",!F.iconType),e.xp6(2),e.Oqu(F.name)}}function Yo(K,Fe){if(1&K&&(e.TgZ(0,"span",33),e.GkF(1,22),e.qZA()),2&K){const F=e.oxw().$implicit;e.xp6(1),e.Q6J("ngTemplateOutlet",F.icon)}}function t3(K,Fe){if(1&K&&e._UZ(0,"fa-icon",36),2&K){const F=e.oxw().$implicit;e.s9C("matTooltip",F.name),e.Q6J("icon",F.icon)}}function c1(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"mat-tree-node",16),e.NdJ("click",function(){const ri=e.CHM(F).$implicit;return e.oxw(2).onClick(ri)}),e.YNc(1,Yo,2,1,"span",28),e.YNc(2,t3,1,2,"fa-icon",34),e.TgZ(3,"span"),e._uU(4),e.qZA()()}if(2&K){const F=Fe.$implicit;e.xp6(1),e.Q6J("ngIf","SVG"===F.iconType),e.xp6(1),e.Q6J("ngIf","FA"===F.iconType),e.xp6(2),e.Oqu(F.name)}}function U1(K,Fe){if(1&K&&(e.TgZ(0,"mat-tree",5),e.YNc(1,c1,5,3,"mat-tree-node",6),e.qZA()),2&K){const F=e.oxw();e.Q6J("dataSource",F.navMenusLogout)("treeControl",F.treeControlLogout)}}function jo(K,Fe){1&K&&(e.O4$(),e.TgZ(0,"svg",38)(1,"g",39)(2,"g",40),e._UZ(3,"circle",41)(4,"path",42)(5,"path",43),e.qZA()()())}let Na=(()=>{class K{constructor(F,ve,ot,ri,Ki,Wn){this.logger=F,this.commonService=ve,this.sessionService=ot,this.store=ri,this.actions=Ki,this.rtlEffects=Wn,this.ChildNavClicked=new e.vpe,this.faEject=v.KOR,this.faEye=v.Mdf,this.version="",this.information={},this.informationChain={},this.flgLoading=!0,this.logoutNode=[{id:200,parentId:0,name:"Logout",iconType:"FA",icon:v.KOR}],this.showDataNodes=[{id:1e3,parentId:0,name:"Public Key",iconType:"FA",icon:v.Mdf}],this.showLogout=!1,this.numPendingChannels=0,this.smallScreen=!1,this.childRootRoute="",this.userPersonaEnum=Q.ol,this.unSubs=[new h.x,new h.x,new h.x,new h.x,new h.x,new h.x],this.treeControlNested=new La.VY(kn=>kn.children),this.treeControlLogout=new La.VY(kn=>kn.children),this.treeControlShowData=new La.VY(kn=>kn.children),this.navMenus=new es.WX,this.navMenusLogout=new es.WX,this.navMenusShowData=new es.WX,this.hasChild=(kn,vr)=>!!vr.children&&vr.children.length>0,this.version=Ke.q4,Ls.LNDChildren&&200===Ls.LNDChildren[Ls.LNDChildren.length-1].id&&Ls.LNDChildren.pop(),this.navMenus.data=Ls.LNDChildren||[],this.navMenusLogout.data=this.logoutNode,this.navMenusShowData.data=this.showDataNodes}ngOnInit(){const F=this.sessionService.getItem("token");this.showLogout=!!F,this.flgLoading=!!F,this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[0])).subscribe(ve=>{this.appConfig=ve}),this.store.select(n.gW).pipe((0,y.R)(this.unSubs[1])).subscribe(ve=>{if(this.information=ve.nodeDate,this.information.identity_pubkey){if(this.information.chains&&"string"==typeof this.information.chains[0])this.informationChain.chain=this.information.chains[0].toString(),this.informationChain.network=this.information.testnet?"Testnet":"Mainnet";else if(this.information&&this.information.chains&&this.information.chains.length&&this.information.chains.length>0&&"object"==typeof this.information.chains[0]&&this.information.chains[0].hasOwnProperty("chain")){const ot=this.information.chains[0];this.informationChain.chain=ot.chain,this.informationChain.network=ot.network}}else this.informationChain.chain="",this.informationChain.network="";this.flgLoading=!this.information.identity_pubkey,window.innerWidth<=414&&(this.smallScreen=!0),this.selNode=ve.selNode,this.settings=this.selNode.settings,this.selConfigNodeIndex=+(ve.selNode.index||0),this.selNode&&this.selNode.lnImplementation&&this.filterSideMenuNodes(),this.logger.info(ve)}),this.sessionService.watchSession().pipe((0,y.R)(this.unSubs[2])).subscribe(ve=>{this.showLogout=!!ve.token,this.flgLoading=!!ve.token}),this.actions.pipe((0,y.R)(this.unSubs[3]),(0,oe.h)(ve=>ve.type===Q.pg.LOGOUT)).subscribe(ve=>{this.showLogout=!1})}onClick(F){"Logout"===F.name&&(this.store.dispatch((0,Ue.c1)({payload:{data:{type:Q.n_.CONFIRM,alertTitle:"Logout",titleMessage:"Logout from this device?",noBtnText:"Cancel",yesBtnText:"Logout"}}})),this.rtlEffects.closeConfirm.pipe((0,y.R)(this.unSubs[4])).subscribe(ve=>{ve&&(this.showLogout=!1,this.store.dispatch((0,Ue.kS)()))})),this.ChildNavClicked.emit(F)}onChildNavClicked(F){this.ChildNavClicked.emit(F)}filterSideMenuNodes(){var F;switch(null===(F=this.selNode.lnImplementation)||void 0===F?void 0:F.toUpperCase()){case"CLN":this.loadCLNMenu();break;case"ECL":this.loadECLMenu();break;default:this.loadLNDMenu()}}loadLNDMenu(){let F=[];F=JSON.parse(JSON.stringify(Ls.LNDChildren)),this.navMenus.data=null==F?void 0:F.filter(ve=>{var ot;return ve.children&&ve.children.length?(ve.children=null===(ot=ve.children)||void 0===ot?void 0:ot.filter(ri=>(ri.userPersona===Q.ol.ALL||ri.userPersona===this.settings.userPersona)&&"/services/loop"!==ri.link&&"/services/boltz"!==ri.link||"/services/loop"===ri.link&&this.settings.swapServerUrl&&""!==this.settings.swapServerUrl.trim()||"/services/boltz"===ri.link&&this.settings.boltzServerUrl&&""!==this.settings.boltzServerUrl.trim()),ve.children.length>0):ve.userPersona===Q.ol.ALL||ve.userPersona===this.settings.userPersona})}loadCLNMenu(){let F=[];F=JSON.parse(JSON.stringify(Ls.CLNChildren)),this.navMenus.data=null==F?void 0:F.filter(ve=>{var ot;return ve.children&&ve.children.length&&(ve.children=null===(ot=ve.children)||void 0===ot?void 0:ot.filter(ri=>(ri.userPersona===Q.ol.ALL||ri.userPersona===this.settings.userPersona)&&"/cln/messages"!==ri.link||"/cln/messages"===ri.link&&this.information.api_version&&this.commonService.isVersionCompatible(this.information.api_version,"0.2.2"))),ve.userPersona===Q.ol.ALL||ve.userPersona===this.settings.userPersona})}loadECLMenu(){this.navMenus.data=JSON.parse(JSON.stringify(Ls.ECLChildren))}onShowData(F){this.store.dispatch((0,Ue.tj)()),this.ChildNavClicked.emit("showData")}onNodeSelectionChange(F){const ve=this.selConfigNodeIndex;this.selConfigNodeIndex=F;const ot=this.appConfig.nodes.find(ri=>+ri.index===F);this.store.dispatch((0,Ue.fk)({payload:{uiMessage:Q.m6.UPDATE_SELECTED_NODE,prevLnNodeIndex:+ve,currentLnNode:ot||null,isInitialSetup:!1}})),this.ChildNavClicked.emit("selectNode")}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(null),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(Se.m),e.Y36(b.yh),e.Y36(d.eX),e.Y36(ht.V))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-side-navigation"]],viewQuery:function(F,ve){if(1&F&&e.Gf(es.gi,5),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.tree=ot.first)}},outputs:{ChildNavClicked:"ChildNavClicked"},decls:12,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","90","fxLayoutAlign","start stretch",1,"w-100"],["class","m-2 multi-node-select",3,"value","selectionChange",4,"ngIf"],[1,"w-100"],[3,"dataSource","treeControl",4,"ngIf"],[3,"dataSource","treeControl"],[3,"click",4,"matTreeNodeDef"],["fxLayout","column","fxLayoutAlign","end stretch",1,"w-100"],["boltzIconBlock",""],[1,"m-2","multi-node-select",3,"value","selectionChange"],["tabindex","1",3,"value",4,"ngFor","ngForOf"],["tabindex","1",3,"value"],["tree",""],["matTreeNodeToggle","","routerLinkActive","active-link",3,"routerLink",4,"matTreeNodeDef"],["fxLayout","column","matTreeNodeToggle","",4,"matTreeNodeDef","matTreeNodeDefWhen"],["matTreeNodeToggle","","routerLinkActive","active-link",3,"routerLink"],[3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["class","fa-icon-small mr-2",4,"ngIf"],["class","fa-icon-small mr-2",3,"icon",4,"ngIf"],["class","mat-icon-36",4,"ngIf"],[1,"fa-icon-small","mr-2"],[3,"ngTemplateOutlet"],[1,"fa-icon-small","mr-2",3,"icon"],[1,"mat-icon-36"],["fxLayout","column","matTreeNodeToggle",""],["fxLayout","row","fxLayoutAlign","start center",1,"mat-nested-tree-node-parent"],["fxFlex","89","fxLayoutAlign","start center"],["class","mr-2",4,"ngIf"],["fxFlex","11","mat-icon-button","","fxLayoutAlign","end center"],[1,"mat-icon-rtl-mirror"],[1,"mat-nested-tree-node-child"],["matTreeNodeOutlet",""],[1,"mr-2"],["class","fa-icon-small mr-2","matTooltipPosition","right",3,"icon","matTooltip",4,"ngIf"],["class","mat-icon-36","matTooltipPosition","right",3,"matTooltip",4,"ngIf"],["matTooltipPosition","right",1,"fa-icon-small","mr-2",3,"icon","matTooltip"],["matTooltipPosition","right",1,"mat-icon-36",3,"matTooltip"],["viewBox","0 0 78 78","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink"],["id","Logo","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","Group"],["id","Oval","cx","39","cy","39","r","37.5",1,"boltz-icon"],["d","M36.4583326,43.7755404 L40.53965,35.2316544 L39.4324865,35.2316544 L46.0754873,17.6071752 C46.292579,17.0204094 46.3287609,16.5159331 46.1840331,16.0937464 C46.0393053,15.671561 45.7860319,15.3674444 45.4242131,15.1813966 C45.0623942,14.9953487 44.6535376,14.9524146 44.1976433,15.0525945 C43.7417511,15.1527743 43.3256596,15.4461573 42.9493689,15.9327433 L22.6078557,40.7701025 C22.2026186,41.2710003 22,41.7575877 22,42.2298646 C22,42.6735173 22.1592003,43.0420366 22.477601,43.3354226 C22.7960017,43.6288058 23.1940025,43.7755404 23.6716036,43.7755404 L36.4583326,43.7755404 Z","id","Path",1,"boltz-icon-fill"],["d","M44.4883879,63.7755404 L48.8604707,55.165009 L47.6744296,55.165009 L54.7906978,37.4030526 C55.0232558,36.8117097 55.0620155,36.3032983 54.9069768,35.8778185 C54.7519381,35.4523399 54.4806208,35.1458511 54.0930248,34.958352 C53.7054289,34.7708528 53.2674441,34.7275839 52.7790706,34.8285452 C52.2906992,34.9295065 51.8449641,35.2251779 51.4418653,35.7155595 L29.6511611,60.746659 C29.2170537,61.251464 29,61.7418469 29,62.2178078 C29,62.6649211 29.1705423,63.036315 29.5116268,63.3319895 C29.8527113,63.6276613 30.2790669,63.7755404 30.7906936,63.7755404 L44.4883879,63.7755404 Z","id","Path-Copy","transform","translate(42.000000, 49.275540) rotate(-180.000000) translate(-42.000000, -49.275540) ",1,"boltz-icon-fill"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,F1,2,2,"mat-select",2),e._UZ(3,"mat-divider",3),e.YNc(4,l1,4,3,"mat-tree",4),e._UZ(5,"mat-divider",3),e.TgZ(6,"mat-tree",5),e.YNc(7,ga,6,4,"mat-tree-node",6),e.qZA()(),e.TgZ(8,"div",7),e.YNc(9,U1,2,2,"mat-tree",4),e.qZA()(),e.YNc(10,jo,6,0,"ng-template",null,8,e.W1O)),2&F&&(e.xp6(2),e.Q6J("ngIf",ve.appConfig.nodes.length>1),e.xp6(2),e.Q6J("ngIf",null==ve.settings?null:ve.settings.lnServerUrl),e.xp6(2),e.Q6J("dataSource",ve.navMenusShowData)("treeControl",ve.treeControlShowData),e.xp6(3),e.Q6J("ngIf",ve.showLogout))},directives:[C.xw,C.yH,C.Wh,V.$V,q.O5,Ie.gD,q.sg,le.ey,Ge.d,es.gi,es.fQ,es.uo,es.eu,I.Od,I.rH,q.tP,B.BN,Yi.Hw,es.GZ,Te.lW,es.Ar,Wo.gM],styles:[".tree-children-invisible[_ngcontent-%COMP%]{display:none}"]}),K})();var G1=p(773);const d1=["sideNavigation"],H2=["sideNavContent"];function fo(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",13),e.NdJ("click",function(){return e.CHM(F),e.oxw().sideNavToggle()}),e.TgZ(1,"mat-icon"),e._uU(2,"menu"),e.qZA()()}if(2&K){const F=e.oxw();e.Q6J("matTooltip",F.flgSideNavOpened?"Hide Navigation Menu":"Show Navigation Menu")("matTooltipDisabled",F.smallScreen)}}function F2(K,Fe){1&K&&(e.O4$(),e._UZ(0,"path",18))}function i3(K,Fe){1&K&&(e.O4$(),e._UZ(0,"path",19))}function V2(K,Fe){if(1&K){const F=e.EpF();e.TgZ(0,"button",14),e.NdJ("click",function(){e.CHM(F);const ot=e.oxw();return ot.flgSidenavPinned=!ot.flgSidenavPinned}),e.O4$(),e.TgZ(1,"svg",15),e.YNc(2,F2,1,0,"path",16),e.YNc(3,i3,1,0,"path",17),e.qZA()()}if(2&K){const F=e.oxw();e.Q6J("matTooltip",F.flgSidenavPinned?"Unpin Navigation Menu":"Pin Navigation Menu"),e.xp6(2),e.Q6J("ngIf",!F.flgSidenavPinned),e.xp6(1),e.Q6J("ngIf",F.flgSidenavPinned)}}function po(K,Fe){if(1&K&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&K){const F=e.oxw();e.xp6(1),e.Oqu(F.information.alias?"RTL - "+F.information.alias:"RTL")}}function Ko(K,Fe){if(1&K&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&K){const F=e.oxw();e.xp6(1),e.Oqu(F.information.alias?"Ride The Lightning - "+F.information.alias:"Ride The Lightning")}}function zs(K,Fe){1&K&&(e.TgZ(0,"div",20),e._UZ(1,"mat-spinner",21),e.TgZ(2,"h4"),e._uU(3,"Loading RTL..."),e.qZA()())}const Os=function(K,Fe){return[K,Fe]};let u1=(()=>{class K{constructor(F,ve,ot,ri,Ki,Wn,kn,vr,ja){this.logger=F,this.commonService=ve,this.store=ot,this.actions=ri,this.userIdle=Ki,this.router=Wn,this.sessionService=kn,this.breakpointObserver=vr,this.renderer=ja,this.information={},this.flgLoading=[!0],this.flgSideNavOpened=!0,this.flgCopied=!1,this.accessKey="",this.xSmallScreen=!1,this.smallScreen=!1,this.flgSidenavPinned=!0,this.flgLoggedIn=!1,this.unSubs=[new h.x,new h.x,new h.x,new h.x,new h.x,new h.x,new h.x,new h.x]}ngOnInit(){this.router.events.subscribe(F=>{F instanceof I.m2&&document.getElementsByTagName("mat-sidenav-content")[0].scrollTo(0,0)}),this.breakpointObserver.observe([a.u3.XSmall,a.u3.TabletPortrait,a.u3.Small,a.u3.Medium,a.u3.Large,a.u3.XLarge]).pipe((0,y.R)(this.unSubs[0])).subscribe(F=>{F.breakpoints[a.u3.XSmall]?(this.commonService.setScreenSize(Q.cu.XS),this.smallScreen=!0):F.breakpoints[a.u3.TabletPortrait]?(this.commonService.setScreenSize(Q.cu.SM),this.smallScreen=!0):F.breakpoints[a.u3.Small]||F.breakpoints[a.u3.Medium]?(this.commonService.setScreenSize(Q.cu.MD),this.smallScreen=!1):F.breakpoints[a.u3.Large]?(this.commonService.setScreenSize(Q.cu.LG),this.smallScreen=!1):(this.commonService.setScreenSize(Q.cu.XL),this.smallScreen=!1)}),this.store.dispatch((0,Ue.ey)()),this.accessKey=this.readAccessKey()||"",this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(F=>{this.settings=F.settings,this.sessionService.getItem("token")?(this.flgLoggedIn=!0,this.userIdle.startWatching()):(this.flgLoggedIn=!1,this.flgLoading[0]=!1)}),this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[2])).subscribe(F=>{this.appConfig=F}),this.store.select(n.R4).pipe((0,y.R)(this.unSubs[3])).subscribe(F=>{this.information=F,this.flgLoading[0]=!this.information.identity_pubkey,this.logger.info(this.information)}),"true"===this.sessionService.getItem("defaultPassword")&&(this.flgSideNavOpened=!1),this.actions.pipe((0,y.R)(this.unSubs[4]),(0,oe.h)(F=>F.type===Q.pg.SET_RTL_CONFIG||F.type===Q.pg.LOGIN||F.type===Q.pg.LOGOUT)).subscribe(F=>{F.type===Q.pg.SET_RTL_CONFIG&&(this.sessionService.getItem("token")||(+F.payload.sso.rtlSSO?!this.accessKey||this.accessKey.trim().length<32?this.router.navigate(["./error"],{state:{errorCode:"406",errorMessage:"Access key too short. It should be at least 32 characters long."}}):this.store.dispatch((0,Ue.x4)({payload:{password:ue(this.accessKey).toString(),defaultPassword:!1}})):this.router.navigate(["./login"]))),F.type===Q.pg.LOGIN&&(this.flgLoggedIn=!0,this.userIdle.startWatching(),this.userIdle.resetTimer(),setTimeout(()=>{this.commonService.setContainerSize(this.sideNavContent.elementRef.nativeElement.clientWidth,this.sideNavContent.elementRef.nativeElement.clientHeight)},1e3)),F.type===Q.pg.LOGOUT&&(this.flgLoggedIn=!1,this.userIdle.stopWatching(),this.userIdle.stopTimer())}),this.userIdle.onTimerStart().pipe((0,y.R)(this.unSubs[5])).subscribe(F=>{this.logger.info("Counting Down: "+(11-F))}),this.userIdle.onTimeout().pipe((0,y.R)(this.unSubs[6])).subscribe(()=>{this.logger.info("Time Out!"),this.sessionService.getItem("token")&&(this.flgLoggedIn=!1,this.logger.warn("Time limit exceeded for session inactivity."),this.store.dispatch((0,Ue.ts)()),this.store.dispatch((0,Ue.qR)({payload:{data:{type:Q.n_.WARNING,alertTitle:"Logging out",titleMessage:"Time limit exceeded for session inactivity."}}})),this.store.dispatch((0,Ue.kS)()))}),"true"===this.sessionService.getItem("defaultPassword")&&(this.flgSideNavOpened=!1)}readAccessKey(){const F=window.location.href;return F.includes("access-key=")?F.substring(F.lastIndexOf("access-key=")+11).trim():null}ngAfterViewInit(){(this.smallScreen||!this.flgLoggedIn)&&this.sideNavigation.close(),this.commonService.setContainerSize(this.sideNavContent.elementRef.nativeElement.clientWidth,this.sideNavContent.elementRef.nativeElement.clientHeight)}sideNavToggle(){this.flgSideNavOpened=!this.flgSideNavOpened,this.sideNavigation.toggle()}onNavigationClicked(F){this.smallScreen&&this.sideNavigation.close()}copiedText(F){this.flgCopied=!0,setTimeout(()=>{this.flgCopied=!1},5e3),this.logger.info("Copied Text: "+F)}ngOnDestroy(){this.unSubs.forEach(F=>{F.next(),F.complete()})}}return K.\u0275fac=function(F){return new(F||K)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(b.yh),e.Y36(d.eX),e.Y36(_),e.Y36(I.F0),e.Y36(Se.m),e.Y36(a.Yg),e.Y36(e.Qsj))},K.\u0275cmp=e.Xpm({type:K,selectors:[["rtl-app"]],viewQuery:function(F,ve){if(1&F&&(e.Gf(d1,5),e.Gf(H2,5)),2&F){let ot;e.iGM(ot=e.CRH())&&(ve.sideNavigation=ot.first),e.iGM(ot=e.CRH())&&(ve.sideNavContent=ot.first)}},decls:23,vars:15,consts:[["fxLayout","column","id","rtl-container",1,"rtl-container","medium",3,"ngClass"],["fxLayout","row","fxLayoutAlign","space-between center",1,"padding-gap-x","bg-primary","rtl-top-toolbar"],["class","top-toolbar-icon mr-1","mat-icon-button","","matTooltipPosition","right",3,"matTooltip","matTooltipDisabled","click",4,"ngIf"],["mat-icon-button","","matTooltipPosition","right",3,"matTooltip","click",4,"ngIf"],[4,"ngIf"],[1,"sidenav","mat-elevation-z6",3,"perfectScrollbar","opened","mode"],["sideNavigation",""],["fxFlex","100",3,"ChildNavClicked"],[3,"perfectScrollbar"],["sideNavContent",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["outlet","outlet"],["class","rtl-spinner",4,"ngIf"],["mat-icon-button","","matTooltipPosition","right",1,"top-toolbar-icon","mr-1",3,"matTooltip","matTooltipDisabled","click"],["mat-icon-button","","matTooltipPosition","right",3,"matTooltip","click"],["viewBox","0 0 32 32",1,"top-toolbar-icon","icon-pinned"],["fill","currentColor","d","M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z",4,"ngIf"],["fill","currentColor","d","M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z",4,"ngIf"],["fill","currentColor","d","M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z"],["fill","currentColor","d","M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z"],[1,"rtl-spinner"],["color","accent"]],template:function(F,ve){1&F&&(e.TgZ(0,"div",0),e.ALo(1,"lowercase"),e.ALo(2,"lowercase"),e.TgZ(3,"mat-toolbar",1)(4,"div"),e.YNc(5,fo,3,2,"button",2),e.YNc(6,V2,4,3,"button",3),e.qZA(),e.TgZ(7,"div"),e.YNc(8,po,2,1,"span",4),e.YNc(9,Ko,2,1,"span",4),e.qZA(),e.TgZ(10,"div"),e._UZ(11,"rtl-top-menu"),e.qZA()(),e.TgZ(12,"mat-sidenav-container")(13,"mat-sidenav",5,6)(15,"rtl-side-navigation",7),e.NdJ("ChildNavClicked",function(ri){return ve.onNavigationClicked(ri)}),e.qZA()(),e.TgZ(16,"mat-sidenav-content",8,9)(18,"div",10),e._UZ(19,"router-outlet",null,11),e.qZA()(),e._uU(21,"> "),e.qZA(),e.YNc(22,zs,4,0,"div",12),e.qZA()),2&F&&(e.Q6J("ngClass",e.WLB(12,Os,e.lcZ(1,8,ve.settings.themeColor),e.lcZ(2,10,ve.settings.themeMode))),e.xp6(5),e.Q6J("ngIf",ve.flgLoggedIn),e.xp6(1),e.Q6J("ngIf",!ve.smallScreen&&ve.flgLoggedIn),e.xp6(2),e.Q6J("ngIf",ve.smallScreen),e.xp6(1),e.Q6J("ngIf",!ve.smallScreen),e.xp6(4),e.Q6J("opened",ve.flgSideNavOpened&&ve.flgLoggedIn)("mode",ve.flgSidenavPinned&&!ve.smallScreen?"side":"over"),e.xp6(9),e.Q6J("ngIf",!ve.settings.themeColor))},directives:[C.xw,q.mk,Ni.oO,N2.Ye,C.Wh,q.O5,Te.lW,Wo.gM,Yi.Hw,K4,R1.TM,R1.JX,V.$V,Na,C.yH,R1.Rh,I.lC,G1.Ou],pipes:[q.i8],styles:[".inline-spinner[_ngcontent-%COMP%]{display:inline-flex!important;top:0!important}"],data:{animation:[$a.g]}}),K})(),z2=(()=>{class K{constructor(F){this.sessionService=F}intercept(F,ve){if(this.sessionService.getItem("token")){const ot=F.clone({headers:F.headers.set("Authorization","Bearer "+this.sessionService.getItem("token")),withCredentials:!0});return ve.handle(ot)}return ve.handle(F)}}return K.\u0275fac=function(F){return new(F||K)(e.LFG(Se.m))},K.\u0275prov=e.Yz7({token:K,factory:K.\u0275fac}),K})();var Z1=p(7998),ks=p(711),B2=p(4947),W1=p(3289);const n3={userPersona:"OPERATOR",themeMode:"DAY",themeColor:"PURPLE",channelBackupPath:"",selCurrencyUnit:"USD",fiatConversion:!1,currencyUnits:["Sats","BTC","USD"],bitcoindConfigPath:"",enableOffers:!1},Io={configPath:"",swapMacaroonPath:"",boltzMacaroonPath:""},Qo={apiURL:"",apisCallStatus:{Login:{status:Q.Bn.UN_INITIATED},IsAuthorized:{status:Q.Bn.UN_INITIATED}},selNode:{index:1,lnNode:"Node 1",settings:n3,authentication:Io,lnImplementation:"LND"},appConfig:{defaultNodeIndex:-1,selectedNodeIndex:-1,sso:{rtlSSO:0,logoutRedirectLink:""},enable2FA:!1,allowPasswordUpdate:!0,nodes:[{settings:n3,authentication:Io}]},nodeData:{}},q4=(0,b.Lq)(Qo,(0,b.on)(Ue.qi,(K,{payload:Fe})=>{const F=JSON.parse(JSON.stringify(K.apisCallStatus));return Fe.action&&(F[Fe.action]={status:Fe.status,statusCode:Fe.statusCode,message:Fe.message,URL:Fe.URL,filePath:Fe.filePath}),Object.assign(Object.assign({},K),{apisCallStatus:F})}),(0,b.on)(Ue.vI,(K,{payload:Fe})=>Object.assign(Object.assign({},Qo),{apisCallStatus:K.apisCallStatus,appConfig:K.appConfig,selNode:Fe})),(0,b.on)(Ue.fk,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{selNode:Fe.currentLnNode})),(0,b.on)(Ue.Tm,(K,{payload:Fe})=>{const F=JSON.parse(JSON.stringify(K.selNode));switch(Fe.service){case Q.JX.BOLTZ:F.settings.boltzServerUrl=Fe.settings.boltzServerUrl;break;case Q.JX.LOOP:F.settings.swapServerUrl=Fe.settings.swapServerUrl;break;case Q.JX.OFFERS:F.settings.enableOffers=Fe.settings.enableOffers}return Object.assign(Object.assign({},K),{selNode:F})}),(0,b.on)(Ue._V,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{nodeData:Fe})),(0,b.on)(Ue.XT,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{appConfig:Fe}))),r3={apisCallStatus:{FetchInfo:{status:Q.Bn.UN_INITIATED},FetchFees:{status:Q.Bn.UN_INITIATED},FetchPeers:{status:Q.Bn.UN_INITIATED},FetchClosedChannels:{status:Q.Bn.UN_INITIATED},FetchPendingChannels:{status:Q.Bn.UN_INITIATED},FetchAllChannels:{status:Q.Bn.UN_INITIATED},FetchBalanceBlockchain:{status:Q.Bn.UN_INITIATED},FetchInvoices:{status:Q.Bn.UN_INITIATED},FetchPayments:{status:Q.Bn.UN_INITIATED},FetchForwardingHistory:{status:Q.Bn.UN_INITIATED},FetchUTXOs:{status:Q.Bn.UN_INITIATED},FetchTransactions:{status:Q.Bn.UN_INITIATED},FetchLightningTransactions:{status:Q.Bn.UN_INITIATED},FetchNetwork:{status:Q.Bn.UN_INITIATED}},nodeSettings:{userPersona:Q.ol.OPERATOR,fiatConversion:!1,channelBackupPath:"",currencyUnits:[],selCurrencyUnit:"",lnImplementation:"",swapServerUrl:""},information:{},peers:[],fees:{channel_fees:[],day_fee_sum:0,week_fee_sum:0,month_fee_sum:0,daily_tx_count:0,weekly_tx_count:0,monthly_tx_count:0,forwarding_events_history:{}},networkInfo:{},blockchainBalance:{total_balance:-1},lightningBalance:{local:-1,remote:-1},channels:[],channelsSummary:{active:{num_channels:0,capacity:0},inactive:{num_channels:0,capacity:0}},closedChannels:[],pendingChannels:{},pendingChannelsSummary:{open:{num_channels:0,limbo_balance:0},closing:{num_channels:0,limbo_balance:0},force_closing:{num_channels:0,limbo_balance:0},waiting_close:{num_channels:0,limbo_balance:0},total_channels:0,total_limbo_balance:0},transactions:[],utxos:[],listPayments:{payments:[]},listInvoices:{invoices:[]},allLightningTransactions:{listPaymentsAll:{payments:[],first_index_offset:"",last_index_offset:""},listInvoicesAll:{invoices:[],total_invoices:0,last_index_offset:"",first_index_offset:""}},forwardingHistory:{last_offset_index:0,total_fee_msat:0,forwarding_events:[]}};let U2=!1,a3=!1;const s3=(0,b.Lq)(r3,(0,b.on)(nt.PC,(K,{payload:Fe})=>{const F=JSON.parse(JSON.stringify(K.apisCallStatus));return Fe.action&&(F[Fe.action]={status:Fe.status,statusCode:Fe.statusCode,message:Fe.message,URL:Fe.URL,filePath:Fe.filePath}),Object.assign(Object.assign({},K),{apisCallStatus:F})}),(0,b.on)(nt.JT,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{nodeSettings:Fe})),(0,b.on)(nt.Ll,(K,{payload:Fe})=>Object.assign(Object.assign({},r3),{nodeSettings:Fe})),(0,b.on)(nt.CX,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{information:Fe})),(0,b.on)(nt.Z8,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{peers:Fe})),(0,b.on)(nt.EK,(K,{payload:Fe})=>{const F=[...K.peers],ve=K.peers.findIndex(ot=>ot.pub_key===Fe.pubkey);return ve>-1&&F.splice(ve,1),Object.assign(Object.assign({},K),{peers:F})}),(0,b.on)(nt.YP,(K,{payload:Fe})=>{var F;const ve=K.listInvoices;return null===(F=ve.invoices)||void 0===F||F.unshift(Fe),Object.assign(Object.assign({},K),{listInvoices:ve})}),(0,b.on)(nt.aL,(K,{payload:Fe})=>{var F;const ve=K.listInvoices;return ve.invoices=null===(F=ve.invoices)||void 0===F?void 0:F.map(ot=>ot.payment_request===Fe.payment_request?Fe:ot),Object.assign(Object.assign({},K),{listInvoices:ve})}),(0,b.on)(nt.qY,(K,{payload:Fe})=>{var F;const ve=K.listPayments;return ve.payments=null===(F=ve.payments)||void 0===F?void 0:F.map(ot=>ot.payment_hash===Fe.payment_hash?Fe:ot),Object.assign(Object.assign({},K),{listPayments:ve})}),(0,b.on)(nt.RX,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{fees:Fe})),(0,b.on)(nt._L,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{closedChannels:Fe})),(0,b.on)(nt.TW,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{pendingChannels:Fe.pendingChannels,pendingChannelsSummary:Fe.pendingChannelsSummary})),(0,b.on)(nt.as,(K,{payload:Fe})=>{let F=0,ve=0,ot=0,ri=0,Ki=0,Wn=0;return Fe&&Fe.forEach(kn=>{kn.local_balance||(kn.local_balance=0),!0===kn.active?(Ki+=+kn.local_balance,ot+=1,kn.local_balance?F=+F+ +kn.local_balance:kn.local_balance=0,kn.remote_balance?ve=+ve+ +kn.remote_balance:kn.remote_balance=0):(Wn+=+kn.local_balance,ri+=1)}),Object.assign(Object.assign({},K),{channels:Fe,channelsSummary:{active:{num_channels:ot,capacity:Ki},inactive:{num_channels:ri,capacity:Wn}},lightningBalance:{local:F,remote:ve}})}),(0,b.on)(nt.OG,(K,{payload:Fe})=>{const F=[...K.channels],ve=K.channels.findIndex(ot=>ot.channel_point===Fe.channelPoint);return ve>-1&&F.splice(ve,1),Object.assign(Object.assign({},K),{channels:F})}),(0,b.on)(nt.Jl,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{blockchainBalance:Fe})),(0,b.on)(nt.ks,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{networkInfo:Fe})),(0,b.on)(nt.Nr,(K,{payload:Fe})=>(Fe.total_invoices||(Fe.total_invoices=K.listInvoices.total_invoices),Object.assign(Object.assign({},K),{listInvoices:Fe}))),(0,b.on)(nt.Lf,(K,{payload:Fe})=>{if(U2=!0,Fe.length&&a3){const F=[...K.utxos];return F.forEach(ve=>{const ot=Fe.find(ri=>{var Ki;return ri.tx_hash===(null===(Ki=ve.outpoint)||void 0===Ki?void 0:Ki.txid_str)});ve.label=ot&&ot.label?ot.label:""}),Object.assign(Object.assign({},K),{utxos:F,transactions:Fe})}return Object.assign(Object.assign({},K),{transactions:Fe})}),(0,b.on)(nt.UH,(K,{payload:Fe})=>{if(a3=!0,Fe.length&&U2){const F=[...K.transactions];Fe.forEach(ve=>{const ot=F.find(ri=>{var Ki;return ri.tx_hash===(null===(Ki=ve.outpoint)||void 0===Ki?void 0:Ki.txid_str)});ve.label=ot&&ot.label?ot.label:""})}return Object.assign(Object.assign({},K),{utxos:Fe})}),(0,b.on)(nt.HI,(K,{payload:Fe})=>{const F={listInvoicesAll:K.allLightningTransactions.listInvoicesAll,listPaymentsAll:Fe};return Object.assign(Object.assign({},K),{listPayments:Fe,allLightningTransactions:F})}),(0,b.on)(nt.Fr,(K,{payload:Fe})=>{const F={listInvoicesAll:Fe.listInvoicesAll,listPaymentsAll:K.listPayments};return Object.assign(Object.assign({},K),{allLightningTransactions:F})}),(0,b.on)(nt.QJ,(K,{payload:Fe})=>{const F=[...K.channels,...K.closedChannels];let ve=Fe.forwarding_events?JSON.parse(JSON.stringify(Fe)):{};return ve.forwarding_events&&(ve=G2(ve,F)),Object.assign(Object.assign({},K),{forwardingHistory:ve})})),G2=(K,Fe)=>(K.forwarding_events.forEach(F=>{var ve,ot;if(Fe&&Fe.length>0)for(let ri=0;ri{const F=JSON.parse(JSON.stringify(K.apisCallStatus));return Fe.action&&(F[Fe.action]={status:Fe.status,statusCode:Fe.statusCode,message:Fe.message,URL:Fe.URL,filePath:Fe.filePath}),Object.assign(Object.assign({},K),{apisCallStatus:F})}),(0,b.on)(wi.oo,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{nodeSettings:Fe})),(0,b.on)(wi.xH,(K,{payload:Fe})=>Object.assign(Object.assign({},o3),{nodeSettings:Fe})),(0,b.on)(wi.CX,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{information:Fe})),(0,b.on)(wi.RX,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{fees:Fe})),(0,b.on)(wi.I8,(K,{payload:Fe})=>Fe.perkb?Object.assign(Object.assign({},K),{feeRatesPerKB:Fe}):Fe.perkw?Object.assign(Object.assign({},K),{feeRatesPerKW:Fe}):Object.assign({},K)),(0,b.on)(wi.Lu,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{balance:Fe})),(0,b.on)(wi.xS,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{localRemoteBalance:Fe})),(0,b.on)(wi.Z8,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{peers:Fe})),(0,b.on)(wi.X3,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{peers:[...K.peers,Fe]})),(0,b.on)(wi.EK,(K,{payload:Fe})=>{const F=[...K.peers],ve=K.peers.findIndex(ot=>ot.id===Fe.id);return ve>-1&&F.splice(ve,1),Object.assign(Object.assign({},K),{peers:F})}),(0,b.on)(wi.as,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{activeChannels:Fe.activeChannels,pendingChannels:Fe.pendingChannels,inactiveChannels:Fe.inactiveChannels})),(0,b.on)(wi.OG,(K,{payload:Fe})=>{const F=[...K.peers];return F.forEach(ve=>{ve.id===Fe.id&&(ve.connected=!1,delete ve.netaddr)}),Object.assign(Object.assign({},K),{peers:F})}),(0,b.on)(wi.HI,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{payments:Fe})),(0,b.on)(wi.QJ,(K,{payload:Fe})=>{const F=[...K.activeChannels,...K.pendingChannels,...K.inactiveChannels],ve=Ps(Fe.listForwards,F);switch(Fe.listForwards=ve,Fe.status){case Q.OO.SETTLED:const ot=K.fees;return ot.totalTxCount=Fe.totalForwards||0,Object.assign(Object.assign({},K),{fees:ot,forwardingHistory:Fe});case Q.OO.FAILED:return Object.assign(Object.assign({},K),{failedForwardingHistory:Fe});case Q.OO.LOCAL_FAILED:return Object.assign(Object.assign({},K),{localFailedForwardingHistory:Fe});default:return Object.assign({},K)}}),(0,b.on)(wi.YP,(K,{payload:Fe})=>{var F;const ve=K.invoices;return null===(F=ve.invoices)||void 0===F||F.unshift(Fe),Object.assign(Object.assign({},K),{invoices:ve})}),(0,b.on)(wi.Nr,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{invoices:Fe})),(0,b.on)(wi.aL,(K,{payload:Fe})=>{var F;const ve=K.invoices;return ve.invoices=null===(F=ve.invoices)||void 0===F?void 0:F.map(ot=>ot.label===Fe.label?Fe:ot),Object.assign(Object.assign({},K),{invoices:ve})}),(0,b.on)(wi.UH,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{utxos:Fe})),(0,b.on)(wi.Zu,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{offers:Fe})),(0,b.on)(wi.ZH,(K,{payload:Fe})=>{const F=K.offers;return null==F||F.unshift(Fe),Object.assign(Object.assign({},K),{offers:F})}),(0,b.on)(wi.JK,(K,{payload:Fe})=>{const F=[...K.offers],ve=K.offers.findIndex(ot=>ot.offer_id===Fe.offer.offer_id);return ve>-1&&F.splice(ve,1,Fe.offer),Object.assign(Object.assign({},K),{offers:F})}),(0,b.on)(wi.d7,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{offersBookmarks:Fe})),(0,b.on)(wi.e9,(K,{payload:Fe})=>{const F=[...K.offersBookmarks],ve=F.findIndex(ot=>ot.bolt12===Fe.bolt12);if(ve<0)null==F||F.unshift(Fe);else{const ot=Object.assign({},F[ve]);ot.title=Fe.title,ot.amountmSat=Fe.amountmSat,ot.lastUpdatedAt=Fe.lastUpdatedAt,ot.description=Fe.description,ot.vendor=Fe.vendor,F.splice(ve,1,ot)}return Object.assign(Object.assign({},K),{offersBookmarks:F})}),(0,b.on)(wi.en,(K,{payload:Fe})=>{const F=[...K.offersBookmarks],ve=K.offersBookmarks.findIndex(ot=>ot.bolt12===Fe.bolt12);return ve>-1&&F.splice(ve,1),Object.assign(Object.assign({},K),{offersBookmarks:F})})),Ps=(K,Fe)=>(K&&K.length>0?K.forEach((F,ve)=>{var ot;if(Fe&&Fe.length>0)for(let ri=0;ri{const F=JSON.parse(JSON.stringify(K.apisCallStatus));return Fe.action&&(F[Fe.action]={status:Fe.status,statusCode:Fe.statusCode,message:Fe.message,URL:Fe.URL,filePath:Fe.filePath}),Object.assign(Object.assign({},K),{apisCallStatus:F})}),(0,b.on)(jt.Zr,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{nodeSettings:Fe})),(0,b.on)(jt.Fd,(K,{payload:Fe})=>Object.assign(Object.assign({},j1),{nodeSettings:Fe})),(0,b.on)(jt.CX,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{information:Fe})),(0,b.on)(jt.RX,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{fees:Fe})),(0,b.on)(jt.eN,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{activeChannels:Fe})),(0,b.on)(jt.TW,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{pendingChannels:Fe})),(0,b.on)(jt.i,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{inactiveChannels:Fe})),(0,b.on)(jt.HG,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{channelsStatus:Fe})),(0,b.on)(jt.Bw,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{onchainBalance:Fe})),(0,b.on)(jt.On,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{lightningBalance:Fe})),(0,b.on)(jt.Z8,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{peers:Fe})),(0,b.on)(jt.EK,(K,{payload:Fe})=>{const F=[...K.peers],ve=K.peers.findIndex(ot=>ot.nodeId===Fe.nodeId);return ve>-1&&F.splice(ve,1),Object.assign(Object.assign({},K),{peers:F})}),(0,b.on)(jt.OG,(K,{payload:Fe})=>{const F=[...K.activeChannels],ve=K.activeChannels.findIndex(ot=>ot.channelId===Fe.channelId);return ve>-1&&F.splice(ve,1),Object.assign(Object.assign({},K),{activeChannels:F})}),(0,b.on)(jt.HI,(K,{payload:Fe})=>{var F;if(Fe&&Fe.sent){const ve=[...K.activeChannels,...K.pendingChannels,...K.inactiveChannels];null===(F=Fe.sent)||void 0===F||F.map(ot=>{var ri;const Ki=K.peers.find(Wn=>Wn.nodeId===ot.recipientNodeId);return ot.recipientNodeAlias=Ki?Ki.alias:ot.recipientNodeId,ot.parts&&(null===(ri=ot.parts)||void 0===ri||ri.map(Wn=>{const kn=ve.find(vr=>vr.channelId===Wn.toChannelId);return Wn.toChannelAlias=kn?kn.alias:Wn.toChannelId,ot.parts})),Fe.sent})}if(Fe&&Fe.relayed){const ve=[...K.activeChannels,...K.pendingChannels,...K.inactiveChannels];Fe.relayed.forEach(ot=>{ot=Z2(ot,ve)})}return Object.assign(Object.assign({},K),{payments:Fe})}),(0,b.on)(jt.Lf,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{transactions:Fe})),(0,b.on)(jt.YP,(K,{payload:Fe})=>{const F=K.invoices;return null==F||F.unshift(Fe),Object.assign(Object.assign({},K),{invoices:F})}),(0,b.on)(jt.Nr,(K,{payload:Fe})=>Object.assign(Object.assign({},K),{invoices:Fe})),(0,b.on)(jt.aL,(K,{payload:Fe})=>{let F=K.invoices;return F=null==F?void 0:F.map(ve=>{if(ve.paymentHash===Fe.paymentHash){if(Fe.hasOwnProperty("type")){const ot=JSON.parse(JSON.stringify(ve));return ot.amountSettled=Fe.parts&&Fe.parts.length&&Fe.parts.length>0&&Fe.parts[0].amount?(Fe.parts[0].amount||0)/1e3:0,ot.receivedAt=Fe.parts&&Fe.parts.length&&Fe.parts.length>0&&Fe.parts[0].timestamp?Math.round((Fe.parts[0].timestamp||0)/1e3):0,ot.status="received",ot}return Fe}return ve}),Object.assign(Object.assign({},K),{invoices:F})}),(0,b.on)(jt.DJ,(K,{payload:Fe})=>{let F=K.pendingChannels;return F=null==F?void 0:F.map(ve=>{var ot;return ve.channelId===Fe.channelId&&ve.nodeId===Fe.remoteNodeId&&(Fe.currentState=null===(ot=Fe.currentState)||void 0===ot?void 0:ot.replace(/_/g," "),ve.state=Fe.currentState),ve}),Object.assign(Object.assign({},K),{pendingChannels:F})}),(0,b.on)(jt.ti,(K,{payload:Fe})=>{var F,ve,ot;const ri=K.payments,Ki=Z2(Fe,[...K.activeChannels,...K.pendingChannels,...K.inactiveChannels]);Ki.amountIn=Math.round((Fe.amountIn||0)/1e3),Ki.amountOut=Math.round((Fe.amountOut||0)/1e3),null===(F=ri.relayed)||void 0===F||F.unshift(Ki);const Wn=(Fe.amountIn||0)-(Fe.amountOut||0),kn={localBalance:K.lightningBalance.localBalance+Wn,remoteBalance:K.lightningBalance.remoteBalance-Wn},vr=K.channelsStatus;vr.active&&(vr.active.capacity=((null===(ot=null===(ve=K.channelsStatus)||void 0===ve?void 0:ve.active)||void 0===ot?void 0:ot.capacity)||0)+Wn);const ja={daily_fee:(K.fees.daily_fee||0)+Wn,daily_txs:(K.fees.daily_txs||0)+1,weekly_fee:(K.fees.weekly_fee||0)+Wn,weekly_txs:(K.fees.weekly_txs||0)+1,monthly_fee:(K.fees.monthly_fee||0)+Wn,monthly_txs:(K.fees.monthly_txs||0)+1},Ra=K.activeChannels;let na=!1,Sa=!1;for(const rr of Ra){if(rr.channelId===Fe.fromChannelId){na=!0;const os=(rr.toLocal||0)+(rr.toRemote||0);rr.toLocal=(rr.toLocal||0)+Ki.amountIn,rr.toRemote=(rr.toRemote||0)-Ki.amountIn,rr.balancedness=0===os?1:+(1-Math.abs((rr.toLocal-rr.toRemote)/os)).toFixed(3)}if(rr.channelId===Fe.toChannelId){Sa=!0;const os=(rr.toLocal||0)+(rr.toRemote||0);rr.toLocal=(rr.toLocal||0)-Ki.amountOut,rr.toRemote=(rr.toRemote||0)+Ki.amountOut,rr.balancedness=0===os?1:+(1-Math.abs((rr.toLocal-rr.toRemote)/os)).toFixed(3)}if(Sa&&na)break}return Object.assign(Object.assign({},K),{payments:ri,lightningBalance:kn,channelStatus:vr,fees:ja,activeChannels:Ra})})),Z2=(K,Fe)=>{var F,ve,ot,ri,Ki,Wn,kn,vr,ja,Ra,na,Sa,rr,os;if("payment-relayed"===K.type)if(Fe&&Fe.length>0)for(let Nn=0;Nn0)for(let Nn=0;Nn{var Ka;(null===(Ka=Fe[Nn].channelId)||void 0===Ka?void 0:Ka.toString())===ur.channelId&&(ur.channelAlias=Fe[Nn].alias?Fe[Nn].alias:ur.channelId,ur.shortChannelId=Fe[Nn].shortChannelId?Fe[Nn].shortChannelId:"")}),null===(vr=K.outgoing)||void 0===vr||vr.forEach(ur=>{var Ka;(null===(Ka=Fe[Nn].channelId)||void 0===Ka?void 0:Ka.toString())===ur.channelId&&(ur.channelAlias=Fe[Nn].alias?Fe[Nn].alias:ur.channelId,ur.shortChannelId=Fe[Nn].shortChannelId?Fe[Nn].shortChannelId:"")}),Nn===Fe.length-1&&(K.incoming&&K.incoming.length&&K.incoming.length>0&&!K.incoming[0].channelAlias&&(null===(ja=K.incoming)||void 0===ja||ja.forEach(ur=>{var Ka;ur.channelAlias=(null===(Ka=ur.channelId)||void 0===Ka?void 0:Ka.substring(0,17))+"...",ur.shortChannelId=""})),K.outgoing&&K.outgoing.length&&K.outgoing.length>0&&!K.outgoing[0].channelAlias&&(null===(Ra=K.outgoing)||void 0===Ra||Ra.forEach(ur=>{var Ka;ur.channelAlias=(null===(Ka=ur.channelId)||void 0===Ka?void 0:Ka.substring(0,17))+"...",ur.shortChannelId=""})));else null===(na=K.incoming)||void 0===na||na.forEach(Nn=>{var ur;Nn.channelAlias=(null===(ur=Nn.channelId)||void 0===ur?void 0:ur.substring(0,17))+"...",Nn.shortChannelId=""}),null===(Sa=K.outgoing)||void 0===Sa||Sa.forEach(Nn=>{var ur;Nn.channelAlias=(null===(ur=Nn.channelId)||void 0===ur?void 0:ur.substring(0,17))+"...",Nn.shortChannelId=""});K.amountIn=(null===(rr=K.incoming)||void 0===rr?void 0:rr.reduce((Nn,ur)=>Nn+ur.amount,0))||0,K.fromChannelId=K.incoming&&K.incoming.length?K.incoming[0].channelId:"",K.fromChannelAlias=K.incoming&&K.incoming.length?K.incoming[0].channelAlias:"",K.fromShortChannelId=K.incoming&&K.incoming.length?K.incoming[0].shortChannelId:"",K.amountOut=(null===(os=K.outgoing)||void 0===os?void 0:os.reduce((Nn,ur)=>Nn+ur.amount,0))||0,K.toChannelId=K.outgoing&&K.outgoing.length?K.outgoing[0].channelId:"",K.toChannelAlias=K.outgoing&&K.outgoing.length?K.outgoing[0].channelAlias:"",K.toShortChannelId=K.outgoing&&K.outgoing.length?K.outgoing[0].shortChannelId:""}return K};let J4=(()=>{class K{}return K.\u0275fac=function(F){return new(F||K)},K.\u0275mod=e.oAB({type:K,bootstrap:[u1]}),K.\u0275inj=e.cJS({providers:[{provide:M.TP,useClass:z2,multi:!0},ia.a1,Se.m,Eo.D,Z1.d,Wr.W,Ft.v,He],imports:[[f.PW,Cs.m,P2,a.xu,t.t6,E.forRoot({idle:3590,timeout:10,ping:12e3}),b.Aw.forRoot({root:q4,lnd:s3,cln:Y1,ecl:mo},{runtimeChecks:{strictStateImmutability:!1,strictActionImmutability:!1}}),d.sQ.forRoot([ht.V,ks.l,B2.J,W1.o]),Ke.NZ.production?[]:N.FT.instrument()]]}),K})();Ke.NZ.production&&(0,e.G48)(),t.q6().bootstrapModule(J4).catch(K=>console.log(K))},7854:(Ve,j)=>{"use strict";function p(Q){return Object.keys(Q).map(Ue=>Q[Ue])}var Q;Object.defineProperty(j,"__esModule",{value:!0}),(Q=j.HashAlgorithms||(j.HashAlgorithms={})).SHA1="sha1",Q.SHA256="sha256",Q.SHA512="sha512";const t=p(j.HashAlgorithms);!function(Q){Q.ASCII="ascii",Q.BASE64="base64",Q.HEX="hex",Q.LATIN1="latin1",Q.UTF8="utf8"}(j.KeyEncodings||(j.KeyEncodings={}));const e=p(j.KeyEncodings);!function(Q){Q.HOTP="hotp",Q.TOTP="totp"}(j.Strategy||(j.Strategy={}));const f=p(j.Strategy),M=()=>{throw new Error("Please provide an options.createDigest implementation.")};function a(Q){return/^(\d+)$/.test(Q)}function b(Q,Ue,ye){return Q.length>=Ue?Q:`${Array(Ue+1).join(ye)}${Q}`.slice(-1*Ue)}function d(Q){const Ue=`otpauth://${Q.type}/{labelPrefix}:{accountName}?secret={secret}{query}`,ye=[];if(f.indexOf(Q.type)<0)throw new Error(`Expecting options.type to be one of ${f.join(", ")}. Received ${Q.type}.`);if("hotp"===Q.type){if(null==Q.counter||"number"!=typeof Q.counter)throw new Error('Expecting options.counter to be a number when options.type is "hotp".');ye.push(`&counter=${Q.counter}`)}return"totp"===Q.type&&Q.step&&ye.push(`&period=${Q.step}`),Q.digits&&ye.push(`&digits=${Q.digits}`),Q.algorithm&&ye.push(`&algorithm=${Q.algorithm.toUpperCase()}`),Q.issuer&&ye.push(`&issuer=${encodeURIComponent(Q.issuer)}`),Ue.replace("{labelPrefix}",encodeURIComponent(Q.issuer||Q.accountName)).replace("{accountName}",encodeURIComponent(Q.accountName)).replace("{secret}",Q.secret).replace("{query}",ye.join(""))}class N{constructor(Ue={}){this._defaultOptions=Object.freeze(Ys({},Ue)),this._options=Object.freeze({})}create(Ue={}){return new N(Ue)}clone(Ue={}){const ye=this.create(Ys(Ys({},this._defaultOptions),Ue));return ye.options=this._options,ye}get options(){return Object.freeze(Ys(Ys({},this._defaultOptions),this._options))}set options(Ue){this._options=Object.freeze(Ys(Ys({},this._options),Ue))}allOptions(){return this.options}resetOptions(){this._options=Object.freeze({})}}function h(Q){if("function"!=typeof Q.createDigest)throw new Error("Expecting options.createDigest to be a function.");if("function"!=typeof Q.createHmacKey)throw new Error("Expecting options.createHmacKey to be a function.");if("number"!=typeof Q.digits)throw new Error("Expecting options.digits to be a number.");if(!Q.algorithm||t.indexOf(Q.algorithm)<0)throw new Error(`Expecting options.algorithm to be one of ${t.join(", ")}. Received ${Q.algorithm}.`);if(!Q.encoding||e.indexOf(Q.encoding)<0)throw new Error(`Expecting options.encoding to be one of ${e.join(", ")}. Received ${Q.encoding}.`)}const A=(Q,Ue,ye)=>Buffer.from(Ue,ye).toString("hex");function w(){return{algorithm:j.HashAlgorithms.SHA1,createHmacKey:A,createDigest:M,digits:6,encoding:j.KeyEncodings.ASCII}}function D(Q){const Ue=Ys(Ys({},w()),Q);return h(Ue),Object.freeze(Ue)}function L(Q){return b(Q.toString(16),16,"0")}function k(Q,Ue){const ye=Buffer.from(Q,"hex"),V=15&ye[ye.length-1],dt=((127&ye[V])<<24|(255&ye[V+1])<<16|(255&ye[V+2])<<8|255&ye[V+3])%Math.pow(10,Ue);return b(String(dt),Ue,"0")}function U(Q,Ue,ye){const V=ye.digest||function S(Q,Ue,ye){const V=L(Ue),De=ye.createHmacKey(ye.algorithm,Q,ye.encoding);return ye.createDigest(ye.algorithm,De,V)}(Q,Ue,ye);return k(V,ye.digits)}function Z(Q,Ue,ye,V){return!!a(Q)&&Q===U(Ue,ye,V)}function Y(Q,Ue,ye,V,De){return d({algorithm:De.algorithm,digits:De.digits,type:j.Strategy.HOTP,accountName:Q,counter:V,issuer:Ue,secret:ye})}class ne extends N{create(Ue={}){return new ne(Ue)}allOptions(){return D(this.options)}generate(Ue,ye){return U(Ue,ye,this.allOptions())}check(Ue,ye,V){return Z(Ue,ye,V,this.allOptions())}verify(Ue){if("object"!=typeof Ue)throw new Error("Expecting argument 0 of verify to be an object");return this.check(Ue.token,Ue.secret,Ue.counter)}keyuri(Ue,ye,V,De){return Y(Ue,ye,V,De,this.allOptions())}}function $(Q){if("number"==typeof Q)return[Math.abs(Q),Math.abs(Q)];if(Array.isArray(Q)){const[Ue,ye]=Q;if("number"==typeof Ue&&"number"==typeof ye)return[Math.abs(Ue),Math.abs(ye)]}throw new Error("Expecting options.window to be an number or [number, number].")}function de(Q){if(h(Q),$(Q.window),"number"!=typeof Q.epoch)throw new Error("Expecting options.epoch to be a number.");if("number"!=typeof Q.step)throw new Error("Expecting options.step to be a number.")}const te=(Q,Ue,ye)=>{const V=Q.length,De=Buffer.from(Q,Ue).toString("hex");if(V{switch(Q){case j.HashAlgorithms.SHA1:return te(Ue,ye,20);case j.HashAlgorithms.SHA256:return te(Ue,ye,32);case j.HashAlgorithms.SHA512:return te(Ue,ye,64);default:throw new Error(`Expecting algorithm to be one of ${t.join(", ")}. Received ${Q}.`)}};function oe(){return{algorithm:j.HashAlgorithms.SHA1,createDigest:M,createHmacKey:ie,digits:6,encoding:j.KeyEncodings.ASCII,epoch:Date.now(),step:30,window:0}}function X(Q){const Ue=Ys(Ys({},oe()),Q);return de(Ue),Object.freeze(Ue)}function me(Q,Ue){return Math.floor(Q/Ue/1e3)}function y(Q,Ue){return U(Q,me(Ue.epoch,Ue.step),Ue)}function i(Q,Ue,ye,V){const De=[];if(0===V)return De;for(let dt=1;dt<=V;dt++)De.push(Q+Ue*dt*ye);return De}function r(Q,Ue,ye){const V=$(ye),De=1e3*Ue;return{current:Q,past:i(Q,-1,De,V[0]),future:i(Q,1,De,V[1])}}function u(Q,Ue,ye){return!!a(Q)&&Q===y(Ue,ye)}function c(Q,Ue,ye,V){let De=null;return Q.some((dt,Ie)=>!!u(Ue,ye,$C(Ys({},V),{epoch:dt}))&&(De=Ie+1,!0)),De}function _(Q,Ue,ye){if(u(Q,Ue,ye))return 0;const V=r(ye.epoch,ye.step,ye.window),De=c(V.past,Q,Ue,ye);return null!==De?-1*De:c(V.future,Q,Ue,ye)}function E(Q,Ue){return Math.floor(Q/1e3)%Ue}function I(Q,Ue){return Ue-E(Q,Ue)}function v(Q,Ue,ye,V){return d({algorithm:V.algorithm,digits:V.digits,step:V.step,type:j.Strategy.TOTP,accountName:Q,issuer:Ue,secret:ye})}class n extends ne{create(Ue={}){return new n(Ue)}allOptions(){return X(this.options)}generate(Ue){return y(Ue,this.allOptions())}checkDelta(Ue,ye){return _(Ue,ye,this.allOptions())}check(Ue,ye){return"number"==typeof this.checkDelta(Ue,ye)}verify(Ue){if("object"!=typeof Ue)throw new Error("Expecting argument 0 of verify to be an object");return this.check(Ue.token,Ue.secret)}timeRemaining(){const Ue=this.allOptions();return I(Ue.epoch,Ue.step)}timeUsed(){const Ue=this.allOptions();return E(Ue.epoch,Ue.step)}keyuri(Ue,ye,V){return v(Ue,ye,V,this.allOptions())}}function C(Q){if(de(Q),"function"!=typeof Q.keyDecoder)throw new Error("Expecting options.keyDecoder to be a function.");if(Q.keyEncoder&&"function"!=typeof Q.keyEncoder)throw new Error("Expecting options.keyEncoder to be a function.")}function B(){return{algorithm:j.HashAlgorithms.SHA1,createDigest:M,createHmacKey:ie,digits:6,encoding:j.KeyEncodings.HEX,epoch:Date.now(),step:30,window:0}}function P(Q){const Ue=Ys(Ys({},B()),Q);return C(Ue),Object.freeze(Ue)}function H(Q,Ue){return Ue.keyEncoder(Q,Ue.encoding)}function q(Q,Ue){return Ue.keyDecoder(Q,Ue.encoding)}function he(Q,Ue){return H(Ue.createRandomBytes(Q,Ue.encoding),Ue)}function _e(Q,Ue){return y(q(Q,Ue),Ue)}function Ne(Q,Ue,ye){return _(Q,q(Ue,ye),ye)}class we extends n{create(Ue={}){return new we(Ue)}allOptions(){return P(this.options)}generate(Ue){return _e(Ue,this.allOptions())}checkDelta(Ue,ye){return Ne(Ue,ye,this.allOptions())}encode(Ue){return H(Ue,this.allOptions())}decode(Ue){return q(Ue,this.allOptions())}generateSecret(Ue=10){return he(Ue,this.allOptions())}}j.Authenticator=we,j.HASH_ALGORITHMS=t,j.HOTP=ne,j.KEY_ENCODINGS=e,j.OTP=N,j.STRATEGY=f,j.TOTP=n,j.authenticatorCheckWithWindow=Ne,j.authenticatorDecoder=q,j.authenticatorDefaultOptions=B,j.authenticatorEncoder=H,j.authenticatorGenerateSecret=he,j.authenticatorOptionValidator=C,j.authenticatorOptions=P,j.authenticatorToken=_e,j.createDigestPlaceholder=M,j.hotpCheck=Z,j.hotpCounter=L,j.hotpCreateHmacKey=A,j.hotpDefaultOptions=w,j.hotpDigestToToken=k,j.hotpKeyuri=Y,j.hotpOptions=D,j.hotpOptionsValidator=h,j.hotpToken=U,j.isTokenValid=a,j.keyuri=d,j.objectValues=p,j.padStart=b,j.totpCheck=u,j.totpCheckByEpoch=c,j.totpCheckWithWindow=_,j.totpCounter=me,j.totpCreateHmacKey=ie,j.totpDefaultOptions=oe,j.totpEpochAvailable=r,j.totpKeyuri=v,j.totpOptions=X,j.totpOptionsValidator=de,j.totpPadSecret=te,j.totpTimeRemaining=I,j.totpTimeUsed=E,j.totpToken=y},6098:(Ve,j,p)=>{"use strict";Object.defineProperty(j,"__esModule",{value:!0});var e=function t(a){return a&&"object"==typeof a&&"default"in a?a.default:a}(p(1348));j.createDigest=(a,b,d)=>e.createHmac(a,Buffer.from(b,"hex")).update(Buffer.from(d,"hex")).digest().toString("hex"),j.createRandomBytes=(a,b)=>e.randomBytes(a).toString(b)},1415:(Ve,j,p)=>{"use strict";Object.defineProperty(j,"__esModule",{value:!0});var e=function t(a){return a&&"object"==typeof a&&"default"in a?a.default:a}(p(2167));j.keyDecoder=(a,b)=>e.decode(a).toString(b),j.keyEncoder=(a,b)=>e.encode(Buffer.from(a,b).toString("ascii")).toString().replace(/=/g,"")},842:(Ve,j,p)=>{"use strict";Object.defineProperty(j,"__esModule",{value:!0});var t=p(6098),e=p(1415),f=p(7854);const M=new f.HOTP({createDigest:t.createDigest}),a=new f.TOTP({createDigest:t.createDigest}),b=new f.Authenticator({createDigest:t.createDigest,createRandomBytes:t.createRandomBytes,keyDecoder:e.keyDecoder,keyEncoder:e.keyEncoder});j.authenticator=b,j.hotp=M,j.totp=a},7977:(Ve,j,p)=>{"use strict";const t=j;t.bignum=p(3854),t.define=p(9516).define,t.base=p(7813),t.constants=p(5459),t.decoders=p(196),t.encoders=p(1131)},9516:(Ve,j,p)=>{"use strict";const t=p(1131),e=p(196),f=p(3894);function a(b,d){this.name=b,this.body=d,this.decoders={},this.encoders={}}j.define=function(d,N){return new a(d,N)},a.prototype._createNamed=function(d){const N=this.name;function h(A){this._initNamed(A,N)}return f(h,d),h.prototype._initNamed=function(w,D){d.call(this,w,D)},new h(this)},a.prototype._getDecoder=function(d){return this.decoders.hasOwnProperty(d=d||"der")||(this.decoders[d]=this._createNamed(e[d])),this.decoders[d]},a.prototype.decode=function(d,N,h){return this._getDecoder(N).decode(d,h)},a.prototype._getEncoder=function(d){return this.encoders.hasOwnProperty(d=d||"der")||(this.encoders[d]=this._createNamed(t[d])),this.encoders[d]},a.prototype.encode=function(d,N,h){return this._getEncoder(N).encode(d,h)}},2769:(Ve,j,p)=>{"use strict";const t=p(3894),e=p(4919).b,f=p(2038).Buffer;function M(b,d){e.call(this,d),f.isBuffer(b)?(this.base=b,this.offset=0,this.length=b.length):this.error("Input not Buffer")}function a(b,d){if(Array.isArray(b))this.length=0,this.value=b.map(function(N){return a.isEncoderBuffer(N)||(N=new a(N,d)),this.length+=N.length,N},this);else if("number"==typeof b){if(!(0<=b&&b<=255))return d.error("non-byte EncoderBuffer value");this.value=b,this.length=1}else if("string"==typeof b)this.value=b,this.length=f.byteLength(b);else{if(!f.isBuffer(b))return d.error("Unsupported type: "+typeof b);this.value=b,this.length=b.length}}t(M,e),j.C=M,M.isDecoderBuffer=function(d){return d instanceof M||"object"==typeof d&&f.isBuffer(d.base)&&"DecoderBuffer"===d.constructor.name&&"number"==typeof d.offset&&"number"==typeof d.length&&"function"==typeof d.save&&"function"==typeof d.restore&&"function"==typeof d.isEmpty&&"function"==typeof d.readUInt8&&"function"==typeof d.skip&&"function"==typeof d.raw},M.prototype.save=function(){return{offset:this.offset,reporter:e.prototype.save.call(this)}},M.prototype.restore=function(d){const N=new M(this.base);return N.offset=d.offset,N.length=this.offset,this.offset=d.offset,e.prototype.restore.call(this,d.reporter),N},M.prototype.isEmpty=function(){return this.offset===this.length},M.prototype.readUInt8=function(d){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(d||"DecoderBuffer overrun")},M.prototype.skip=function(d,N){if(!(this.offset+d<=this.length))return this.error(N||"DecoderBuffer overrun");const h=new M(this.base);return h._reporterState=this._reporterState,h.offset=this.offset,h.length=this.offset+d,this.offset+=d,h},M.prototype.raw=function(d){return this.base.slice(d?d.offset:this.offset,this.length)},j.R=a,a.isEncoderBuffer=function(d){return d instanceof a||"object"==typeof d&&"EncoderBuffer"===d.constructor.name&&"number"==typeof d.length&&"function"==typeof d.join},a.prototype.join=function(d,N){return d||(d=f.alloc(this.length)),N||(N=0),0===this.length||(Array.isArray(this.value)?this.value.forEach(function(h){h.join(d,N),N+=h.length}):("number"==typeof this.value?d[N]=this.value:"string"==typeof this.value?d.write(this.value,N):f.isBuffer(this.value)&&this.value.copy(d,N),N+=this.length)),d}},7813:(Ve,j,p)=>{"use strict";const t=j;t.Reporter=p(4919).b,t.DecoderBuffer=p(2769).C,t.EncoderBuffer=p(2769).R,t.Node=p(1430)},1430:(Ve,j,p)=>{"use strict";const t=p(4919).b,e=p(2769).R,f=p(2769).C,M=p(2391),a=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],b=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(a);function N(A,w,D){const L={};this._baseState=L,L.name=D,L.enc=A,L.parent=w||null,L.children=null,L.tag=null,L.args=null,L.reverseArgs=null,L.choice=null,L.optional=!1,L.any=!1,L.obj=!1,L.use=null,L.useDecoder=null,L.key=null,L.default=null,L.explicit=null,L.implicit=null,L.contains=null,L.parent||(L.children=[],this._wrap())}Ve.exports=N;const h=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];N.prototype.clone=function(){const w=this._baseState,D={};h.forEach(function(k){D[k]=w[k]});const L=new this.constructor(D.parent);return L._baseState=D,L},N.prototype._wrap=function(){const w=this._baseState;b.forEach(function(D){this[D]=function(){const k=new this.constructor(this);return w.children.push(k),k[D].apply(k,arguments)}},this)},N.prototype._init=function(w){const D=this._baseState;M(null===D.parent),w.call(this),D.children=D.children.filter(function(L){return L._baseState.parent===this},this),M.equal(D.children.length,1,"Root node can have only one child")},N.prototype._useArgs=function(w){const D=this._baseState,L=w.filter(function(k){return k instanceof this.constructor},this);w=w.filter(function(k){return!(k instanceof this.constructor)},this),0!==L.length&&(M(null===D.children),D.children=L,L.forEach(function(k){k._baseState.parent=this},this)),0!==w.length&&(M(null===D.args),D.args=w,D.reverseArgs=w.map(function(k){if("object"!=typeof k||k.constructor!==Object)return k;const S={};return Object.keys(k).forEach(function(U){U==(0|U)&&(U|=0),S[k[U]]=U}),S}))},["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"].forEach(function(A){N.prototype[A]=function(){throw new Error(A+" not implemented for encoding: "+this._baseState.enc)}}),a.forEach(function(A){N.prototype[A]=function(){const D=this._baseState,L=Array.prototype.slice.call(arguments);return M(null===D.tag),D.tag=A,this._useArgs(L),this}}),N.prototype.use=function(w){M(w);const D=this._baseState;return M(null===D.use),D.use=w,this},N.prototype.optional=function(){return this._baseState.optional=!0,this},N.prototype.def=function(w){const D=this._baseState;return M(null===D.default),D.default=w,D.optional=!0,this},N.prototype.explicit=function(w){const D=this._baseState;return M(null===D.explicit&&null===D.implicit),D.explicit=w,this},N.prototype.implicit=function(w){const D=this._baseState;return M(null===D.explicit&&null===D.implicit),D.implicit=w,this},N.prototype.obj=function(){const w=this._baseState,D=Array.prototype.slice.call(arguments);return w.obj=!0,0!==D.length&&this._useArgs(D),this},N.prototype.key=function(w){const D=this._baseState;return M(null===D.key),D.key=w,this},N.prototype.any=function(){return this._baseState.any=!0,this},N.prototype.choice=function(w){const D=this._baseState;return M(null===D.choice),D.choice=w,this._useArgs(Object.keys(w).map(function(L){return w[L]})),this},N.prototype.contains=function(w){const D=this._baseState;return M(null===D.use),D.contains=w,this},N.prototype._decode=function(w,D){const L=this._baseState;if(null===L.parent)return w.wrapResult(L.children[0]._decode(w,D));let Z,k=L.default,S=!0,U=null;if(null!==L.key&&(U=w.enterKey(L.key)),L.optional){let Y=null;if(null!==L.explicit?Y=L.explicit:null!==L.implicit?Y=L.implicit:null!==L.tag&&(Y=L.tag),null!==Y||L.any){if(S=this._peekTag(w,Y,L.any),w.isError(S))return S}else{const ne=w.save();try{null===L.choice?this._decodeGeneric(L.tag,w,D):this._decodeChoice(w,D),S=!0}catch($){S=!1}w.restore(ne)}}if(L.obj&&S&&(Z=w.enterObject()),S){if(null!==L.explicit){const ne=this._decodeTag(w,L.explicit);if(w.isError(ne))return ne;w=ne}const Y=w.offset;if(null===L.use&&null===L.choice){let ne;L.any&&(ne=w.save());const $=this._decodeTag(w,null!==L.implicit?L.implicit:L.tag,L.any);if(w.isError($))return $;L.any?k=w.raw(ne):w=$}if(D&&D.track&&null!==L.tag&&D.track(w.path(),Y,w.length,"tagged"),D&&D.track&&null!==L.tag&&D.track(w.path(),w.offset,w.length,"content"),L.any||(k=null===L.choice?this._decodeGeneric(L.tag,w,D):this._decodeChoice(w,D)),w.isError(k))return k;if(!L.any&&null===L.choice&&null!==L.children&&L.children.forEach(function($){$._decode(w,D)}),L.contains&&("octstr"===L.tag||"bitstr"===L.tag)){const ne=new f(k);k=this._getUse(L.contains,w._reporterState.obj)._decode(ne,D)}}return L.obj&&S&&(k=w.leaveObject(Z)),null===L.key||null===k&&!0!==S?null!==U&&w.exitKey(U):w.leaveKey(U,L.key,k),k},N.prototype._decodeGeneric=function(w,D,L){const k=this._baseState;return"seq"===w||"set"===w?null:"seqof"===w||"setof"===w?this._decodeList(D,w,k.args[0],L):/str$/.test(w)?this._decodeStr(D,w,L):"objid"===w&&k.args?this._decodeObjid(D,k.args[0],k.args[1],L):"objid"===w?this._decodeObjid(D,null,null,L):"gentime"===w||"utctime"===w?this._decodeTime(D,w,L):"null_"===w?this._decodeNull(D,L):"bool"===w?this._decodeBool(D,L):"objDesc"===w?this._decodeStr(D,w,L):"int"===w||"enum"===w?this._decodeInt(D,k.args&&k.args[0],L):null!==k.use?this._getUse(k.use,D._reporterState.obj)._decode(D,L):D.error("unknown tag: "+w)},N.prototype._getUse=function(w,D){const L=this._baseState;return L.useDecoder=this._use(w,D),M(null===L.useDecoder._baseState.parent),L.useDecoder=L.useDecoder._baseState.children[0],L.implicit!==L.useDecoder._baseState.implicit&&(L.useDecoder=L.useDecoder.clone(),L.useDecoder._baseState.implicit=L.implicit),L.useDecoder},N.prototype._decodeChoice=function(w,D){const L=this._baseState;let k=null,S=!1;return Object.keys(L.choice).some(function(U){const Z=w.save(),Y=L.choice[U];try{const ne=Y._decode(w,D);if(w.isError(ne))return!1;k={type:U,value:ne},S=!0}catch(ne){return w.restore(Z),!1}return!0},this),S?k:w.error("Choice not matched")},N.prototype._createEncoderBuffer=function(w){return new e(w,this.reporter)},N.prototype._encode=function(w,D,L){const k=this._baseState;if(null!==k.default&&k.default===w)return;const S=this._encodeValue(w,D,L);return void 0===S||this._skipDefault(S,D,L)?void 0:S},N.prototype._encodeValue=function(w,D,L){const k=this._baseState;if(null===k.parent)return k.children[0]._encode(w,D||new t);let S=null;if(this.reporter=D,k.optional&&void 0===w){if(null===k.default)return;w=k.default}let U=null,Z=!1;if(k.any)S=this._createEncoderBuffer(w);else if(k.choice)S=this._encodeChoice(w,D);else if(k.contains)U=this._getUse(k.contains,L)._encode(w,D),Z=!0;else if(k.children)U=k.children.map(function(Y){if("null_"===Y._baseState.tag)return Y._encode(null,D,w);if(null===Y._baseState.key)return D.error("Child should have a key");const ne=D.enterKey(Y._baseState.key);if("object"!=typeof w)return D.error("Child expected, but input is not object");const $=Y._encode(w[Y._baseState.key],D,w);return D.leaveKey(ne),$},this).filter(function(Y){return Y}),U=this._createEncoderBuffer(U);else if("seqof"===k.tag||"setof"===k.tag){if(!k.args||1!==k.args.length)return D.error("Too many args for : "+k.tag);if(!Array.isArray(w))return D.error("seqof/setof, but data is not Array");const Y=this.clone();Y._baseState.implicit=null,U=this._createEncoderBuffer(w.map(function(ne){return this._getUse(this._baseState.args[0],w)._encode(ne,D)},Y))}else null!==k.use?S=this._getUse(k.use,L)._encode(w,D):(U=this._encodePrimitive(k.tag,w),Z=!0);if(!k.any&&null===k.choice){const Y=null!==k.implicit?k.implicit:k.tag,ne=null===k.implicit?"universal":"context";null===Y?null===k.use&&D.error("Tag could be omitted only for .use()"):null===k.use&&(S=this._encodeComposite(Y,Z,ne,U))}return null!==k.explicit&&(S=this._encodeComposite(k.explicit,!1,"context",S)),S},N.prototype._encodeChoice=function(w,D){const L=this._baseState,k=L.choice[w.type];return k||M(!1,w.type+" not found in "+JSON.stringify(Object.keys(L.choice))),k._encode(w.value,D)},N.prototype._encodePrimitive=function(w,D){const L=this._baseState;if(/str$/.test(w))return this._encodeStr(D,w);if("objid"===w&&L.args)return this._encodeObjid(D,L.reverseArgs[0],L.args[1]);if("objid"===w)return this._encodeObjid(D,null,null);if("gentime"===w||"utctime"===w)return this._encodeTime(D,w);if("null_"===w)return this._encodeNull();if("int"===w||"enum"===w)return this._encodeInt(D,L.args&&L.reverseArgs[0]);if("bool"===w)return this._encodeBool(D);if("objDesc"===w)return this._encodeStr(D,w);throw new Error("Unsupported tag: "+w)},N.prototype._isNumstr=function(w){return/^[0-9 ]*$/.test(w)},N.prototype._isPrintstr=function(w){return/^[A-Za-z0-9 '()+,-./:=?]*$/.test(w)}},4919:(Ve,j,p)=>{"use strict";const t=p(3894);function e(M){this._reporterState={obj:null,path:[],options:M||{},errors:[]}}function f(M,a){this.path=M,this.rethrow(a)}j.b=e,e.prototype.isError=function(a){return a instanceof f},e.prototype.save=function(){const a=this._reporterState;return{obj:a.obj,pathLen:a.path.length}},e.prototype.restore=function(a){const b=this._reporterState;b.obj=a.obj,b.path=b.path.slice(0,a.pathLen)},e.prototype.enterKey=function(a){return this._reporterState.path.push(a)},e.prototype.exitKey=function(a){const b=this._reporterState;b.path=b.path.slice(0,a-1)},e.prototype.leaveKey=function(a,b,d){const N=this._reporterState;this.exitKey(a),null!==N.obj&&(N.obj[b]=d)},e.prototype.path=function(){return this._reporterState.path.join("/")},e.prototype.enterObject=function(){const a=this._reporterState,b=a.obj;return a.obj={},b},e.prototype.leaveObject=function(a){const b=this._reporterState,d=b.obj;return b.obj=a,d},e.prototype.error=function(a){let b;const d=this._reporterState,N=a instanceof f;if(b=N?a:new f(d.path.map(function(h){return"["+JSON.stringify(h)+"]"}).join(""),a.message||a,a.stack),!d.options.partial)throw b;return N||d.errors.push(b),b},e.prototype.wrapResult=function(a){const b=this._reporterState;return b.options.partial?{result:this.isError(a)?null:a,errors:b.errors}:a},t(f,Error),f.prototype.rethrow=function(a){if(this.message=a+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,f),!this.stack)try{throw new Error(this.message)}catch(b){this.stack=b.stack}return this}},5496:(Ve,j)=>{"use strict";function p(t){const e={};return Object.keys(t).forEach(function(f){(0|f)==f&&(f|=0),e[t[f]]=f}),e}j.tagClass={0:"universal",1:"application",2:"context",3:"private"},j.tagClassByName=p(j.tagClass),j.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},j.tagByName=p(j.tag)},5459:(Ve,j,p)=>{"use strict";const t=j;t._reverse=function(f){const M={};return Object.keys(f).forEach(function(a){(0|a)==a&&(a|=0),M[f[a]]=a}),M},t.der=p(5496)},7127:(Ve,j,p)=>{"use strict";const t=p(3894),e=p(3854),f=p(2769).C,M=p(1430),a=p(5496);function b(A){this.enc="der",this.name=A.name,this.entity=A,this.tree=new d,this.tree._init(A.body)}function d(A){M.call(this,"der",A)}function N(A,w){let D=A.readUInt8(w);if(A.isError(D))return D;const L=a.tagClass[D>>6],k=0==(32&D);if(31==(31&D)){let U=D;for(D=0;128==(128&U);){if(U=A.readUInt8(w),A.isError(U))return U;D<<=7,D|=127&U}}else D&=31;return{cls:L,primitive:k,tag:D,tagStr:a.tag[D]}}function h(A,w,D){let L=A.readUInt8(D);if(A.isError(L))return L;if(!w&&128===L)return null;if(0==(128&L))return L;const k=127&L;if(k>4)return A.error("length octect is too long");L=0;for(let S=0;S{"use strict";const t=j;t.der=p(7127),t.pem=p(9617)},9617:(Ve,j,p)=>{"use strict";const t=p(3894),e=p(2038).Buffer,f=p(7127);function M(a){f.call(this,a),this.enc="pem"}t(M,f),Ve.exports=M,M.prototype.decode=function(b,d){const N=b.toString().split(/[\r\n]+/g),h=d.label.toUpperCase(),A=/^-----(BEGIN|END) ([^-]+)-----$/;let w=-1,D=-1;for(let S=0;S{"use strict";const t=p(3894),e=p(2038).Buffer,f=p(1430),M=p(5496);function a(h){this.enc="der",this.name=h.name,this.entity=h,this.tree=new b,this.tree._init(h.body)}function b(h){f.call(this,"der",h)}function d(h){return h<10?"0"+h:h}Ve.exports=a,a.prototype.encode=function(A,w){return this.tree._encode(A,w).join()},t(b,f),b.prototype._encodeComposite=function(A,w,D,L){const k=function N(h,A,w,D){let L;if("seqof"===h?h="seq":"setof"===h&&(h="set"),M.tagByName.hasOwnProperty(h))L=M.tagByName[h];else{if("number"!=typeof h||(0|h)!==h)return D.error("Unknown tag: "+h);L=h}return L>=31?D.error("Multi-octet tag encoding unsupported"):(A||(L|=32),L|=M.tagClassByName[w||"universal"]<<6,L)}(A,w,D,this.reporter);if(L.length<128){const Z=e.alloc(2);return Z[0]=k,Z[1]=L.length,this._createEncoderBuffer([Z,L])}let S=1;for(let Z=L.length;Z>=256;Z>>=8)S++;const U=e.alloc(2+S);U[0]=k,U[1]=128|S;for(let Z=1+S,Y=L.length;Y>0;Z--,Y>>=8)U[Z]=255&Y;return this._createEncoderBuffer([U,L])},b.prototype._encodeStr=function(A,w){if("bitstr"===w)return this._createEncoderBuffer([0|A.unused,A.data]);if("bmpstr"===w){const D=e.alloc(2*A.length);for(let L=0;L=40)return this.reporter.error("Second objid identifier OOB");A.splice(0,2,40*A[0]+A[1])}let L=0;for(let U=0;U=128;Z>>=7)L++}const k=e.alloc(L);let S=k.length-1;for(let U=A.length-1;U>=0;U--){let Z=A[U];for(k[S--]=127&Z;(Z>>=7)>0;)k[S--]=128|127&Z}return this._createEncoderBuffer(k)},b.prototype._encodeTime=function(A,w){let D;const L=new Date(A);return"gentime"===w?D=[d(L.getUTCFullYear()),d(L.getUTCMonth()+1),d(L.getUTCDate()),d(L.getUTCHours()),d(L.getUTCMinutes()),d(L.getUTCSeconds()),"Z"].join(""):"utctime"===w?D=[d(L.getUTCFullYear()%100),d(L.getUTCMonth()+1),d(L.getUTCDate()),d(L.getUTCHours()),d(L.getUTCMinutes()),d(L.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+w+" time is not supported yet"),this._encodeStr(D,"octstr")},b.prototype._encodeNull=function(){return this._createEncoderBuffer("")},b.prototype._encodeInt=function(A,w){if("string"==typeof A){if(!w)return this.reporter.error("String int or enum given, but no values map");if(!w.hasOwnProperty(A))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(A));A=w[A]}if("number"!=typeof A&&!e.isBuffer(A)){const k=A.toArray();!A.sign&&128&k[0]&&k.unshift(0),A=e.from(k)}if(e.isBuffer(A)){let k=A.length;0===A.length&&k++;const S=e.alloc(k);return A.copy(S),0===A.length&&(S[0]=0),this._createEncoderBuffer(S)}if(A<128)return this._createEncoderBuffer(A);if(A<256)return this._createEncoderBuffer([0,A]);let D=1;for(let k=A;k>=256;k>>=8)D++;const L=new Array(D);for(let k=L.length-1;k>=0;k--)L[k]=255&A,A>>=8;return 128&L[0]&&L.unshift(0),this._createEncoderBuffer(e.from(L))},b.prototype._encodeBool=function(A){return this._createEncoderBuffer(A?255:0)},b.prototype._use=function(A,w){return"function"==typeof A&&(A=A(w)),A._getEncoder("der").tree},b.prototype._skipDefault=function(A,w,D){const L=this._baseState;let k;if(null===L.default)return!1;const S=A.join();if(void 0===L.defaultBuffer&&(L.defaultBuffer=this._encodeValue(L.default,w,D).join()),S.length!==L.defaultBuffer.length)return!1;for(k=0;k{"use strict";const t=j;t.der=p(6374),t.pem=p(3530)},3530:(Ve,j,p)=>{"use strict";const t=p(3894),e=p(6374);function f(M){e.call(this,M),this.enc="pem"}t(f,e),Ve.exports=f,f.prototype.encode=function(a,b){const N=e.prototype.encode.call(this,a).toString("base64"),h=["-----BEGIN "+b.label+"-----"];for(let A=0;A=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),H=Math.max(0,n-y.length+1);H<=P;H++)C+=(E=(c=0|y.words[n-H|0])*(_=0|i.words[H])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,_e=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,De=0|c[4],dt=8191&De,Ie=De>>>13,Ae=0|c[5],le=8191&Ae,Te=Ae>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],Ce=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],Yt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Xe=0|_[6],Se=8191&Xe,Ge=Xe>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(H,xt)|0))<<13)|0;I=((C=Math.imul(H,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(_e,xt)|0,C=Math.imul(_e,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(H,et)|0))<<13)|0;I=((C=C+Math.imul(H,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(_e,et)|0,C=C+Math.imul(_e,yt)|0;var zi=(I+(v=v+Math.imul(P,Yt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(H,Yt)|0))<<13)|0;I=((C=C+Math.imul(H,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,Yt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(_e,Yt)|0,C=C+Math.imul(_e,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(H,ce)|0))<<13)|0;I=((C=C+Math.imul(H,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,Yt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,Yt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(_e,ce)|0,C=C+Math.imul(_e,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(H,mt)|0))<<13)|0;I=((C=C+Math.imul(H,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,Yt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,Yt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(_e,mt)|0,C=C+Math.imul(_e,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(H,Re)|0))<<13)|0;I=((C=C+Math.imul(H,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,Yt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,Yt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(_e,Re)|0,C=C+Math.imul(_e,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(H,Se)|0))<<13)|0;I=((C=C+Math.imul(H,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(Ce,xt),n=(n=Math.imul(Ce,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,Yt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,Yt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(_e,Se)|0,C=C+Math.imul(_e,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(H,st)|0))<<13)|0;I=((C=C+Math.imul(H,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(Ce,et)|0,n=(n=n+Math.imul(Ce,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,Yt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,Yt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(_e,st)|0,C=C+Math.imul(_e,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(H,qt)|0))<<13)|0;I=((C=C+Math.imul(H,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(Ce,Yt)|0,n=(n=n+Math.imul(Ce,Pe)|0)+Math.imul(Le,Yt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(_e,qt)|0,C=C+Math.imul(_e,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(H,fi)|0))<<13)|0;I=((C=C+Math.imul(H,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,Yt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,Yt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(Ce,ce)|0,n=(n=n+Math.imul(Ce,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(_e,fi)|0))<<13)|0;I=((C=C+Math.imul(_e,si)|0)+(n>>>13)|0)+(qe>>>26)|0,qe&=67108863,v=Math.imul(Wt,Yt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,Yt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(Ce,mt)|0,n=(n=n+Math.imul(Ce,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(Ce,Re)|0,n=(n=n+Math.imul(Ce,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(Ce,Se)|0,n=(n=n+Math.imul(Ce,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(Ce,st)|0,n=(n=n+Math.imul(Ce,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(Ce,qt)|0,n=(n=n+Math.imul(Ce,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Zi=(I+(v=v+Math.imul(Ce,fi)|0)|0)+((8191&(n=(n=n+Math.imul(Ce,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var gn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(gn>>>26)|0,gn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Zi,E[17]=sn,E[18]=gn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new Y).mulp(y,i,r)}function Y(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},Y.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},Y.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},Y.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var H=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(H=Math.min(H/E|0,67108863),c._ishlnsubmul(_,H,P);0!==c.negative;)H--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=H)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var H=0,q=1;0==(u.words[0]&q)&&H<26;++H,q<<=1);if(H>0)for(u.iushrn(H);H-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),H=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},5343:(Ve,j)=>{"use strict";j.byteLength=function d(L){var k=b(L),U=k[1];return 3*(k[0]+U)/4-U},j.toByteArray=function h(L){var k,de,S=b(L),U=S[0],Z=S[1],Y=new e(function N(L,k,S){return 3*(k+S)/4-S}(0,U,Z)),ne=0,$=Z>0?U-4:U;for(de=0;de<$;de+=4)k=t[L.charCodeAt(de)]<<18|t[L.charCodeAt(de+1)]<<12|t[L.charCodeAt(de+2)]<<6|t[L.charCodeAt(de+3)],Y[ne++]=k>>16&255,Y[ne++]=k>>8&255,Y[ne++]=255&k;return 2===Z&&(k=t[L.charCodeAt(de)]<<2|t[L.charCodeAt(de+1)]>>4,Y[ne++]=255&k),1===Z&&(k=t[L.charCodeAt(de)]<<10|t[L.charCodeAt(de+1)]<<4|t[L.charCodeAt(de+2)]>>2,Y[ne++]=k>>8&255,Y[ne++]=255&k),Y},j.fromByteArray=function D(L){for(var k,S=L.length,U=S%3,Z=[],Y=16383,ne=0,$=S-U;ne<$;ne+=Y)Z.push(w(L,ne,ne+Y>$?$:ne+Y));return 1===U?Z.push(p[(k=L[S-1])>>2]+p[k<<4&63]+"=="):2===U&&Z.push(p[(k=(L[S-2]<<8)+L[S-1])>>10]+p[k>>4&63]+p[k<<2&63]+"="),Z.join("")};for(var p=[],t=[],e="undefined"!=typeof Uint8Array?Uint8Array:Array,f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",M=0,a=f.length;M0)throw new Error("Invalid string. Length must be a multiple of 4");var S=L.indexOf("=");return-1===S&&(S=k),[S,S===k?0:4-S%4]}function A(L){return p[L>>18&63]+p[L>>12&63]+p[L>>6&63]+p[63&L]}function w(L,k,S){for(var Z=[],Y=k;Y=48&&_<=57?_-48:_>=65&&_<=70?_-55:_>=97&&_<=102?_-87:void f(!1,"Invalid character in "+u)}function N(u,c,_){var E=d(u,_);return _-1>=c&&(E|=d(u,_-1)<<4),E}function h(u,c,_,E){for(var I=0,v=0,n=Math.min(u.length,_),C=c;C=49?B-49+10:B>=17?B-17+10:B,f(B>=0&&v0?c:_},a.min=function(c,_){return c.cmp(_)<0?c:_},a.prototype._init=function(c,_,E){if("number"==typeof c)return this._initNumber(c,_,E);if("object"==typeof c)return this._initArray(c,_,E);"hex"===_&&(_=16),f(_===(0|_)&&_>=2&&_<=36);var I=0;"-"===(c=c.toString().replace(/\s+/g,""))[0]&&(I++,this.negative=1),I=0;I-=3)this.words[v]|=(n=c[I]|c[I-1]<<8|c[I-2]<<16)<>>26-C&67108863,(C+=24)>=26&&(C-=26,v++);else if("le"===E)for(I=0,v=0;I>>26-C&67108863,(C+=24)>=26&&(C-=26,v++);return this._strip()},a.prototype._parseHex=function(c,_,E){this.length=Math.ceil((c.length-_)/6),this.words=new Array(this.length);for(var I=0;I=_;I-=2)C=N(c,_,I)<=18?(v-=18,this.words[n+=1]|=C>>>26):v+=8;else for(I=(c.length-_)%2==0?_+1:_;I=18?(v-=18,this.words[n+=1]|=C>>>26):v+=8;this._strip()},a.prototype._parseBase=function(c,_,E){this.words=[0],this.length=1;for(var I=0,v=1;v<=67108863;v*=_)I++;I--,v=v/_|0;for(var n=c.length-E,C=n%I,B=Math.min(n,n-C)+E,P=0,H=E;H1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeof Symbol&&"function"==typeof Symbol.for)try{a.prototype[Symbol.for("nodejs.util.inspect.custom")]=w}catch(u){a.prototype.inspect=w}else a.prototype.inspect=w;function w(){return(this.red?""}var D=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],L=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],k=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function Z(u,c,_){_.negative=c.negative^u.negative;var E=u.length+c.length|0;_.length=E,E=E-1|0;var I=0|u.words[0],v=0|c.words[0],n=I*v,B=n/67108864|0;_.words[0]=67108863&n;for(var P=1;P>>26,q=67108863&B,he=Math.min(P,c.length-1),_e=Math.max(0,P-u.length+1);_e<=he;_e++)H+=(n=(I=0|u.words[P-_e|0])*(v=0|c.words[_e])+q)/67108864|0,q=67108863&n;_.words[P]=0|q,B=0|H}return 0!==B?_.words[P]=0|B:_.length--,_._strip()}a.prototype.toString=function(c,_){var E;if(_=0|_||1,16===(c=c||10)||"hex"===c){E="";for(var I=0,v=0,n=0;n>>24-I&16777215,(I+=2)>=26&&(I-=26,n--),E=0!==v||n!==this.length-1?D[6-B.length]+B+E:B+E}for(0!==v&&(E=v.toString(16)+E);E.length%_!=0;)E="0"+E;return 0!==this.negative&&(E="-"+E),E}if(c===(0|c)&&c>=2&&c<=36){var P=L[c],H=k[c];E="";var q=this.clone();for(q.negative=0;!q.isZero();){var he=q.modrn(H).toString(c);E=(q=q.idivn(H)).isZero()?he+E:D[P-he.length]+he+E}for(this.isZero()&&(E="0"+E);E.length%_!=0;)E="0"+E;return 0!==this.negative&&(E="-"+E),E}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var c=this.words[0];return 2===this.length?c+=67108864*this.words[1]:3===this.length&&1===this.words[2]?c+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-c:c},a.prototype.toJSON=function(){return this.toString(16,2)},b&&(a.prototype.toBuffer=function(c,_){return this.toArrayLike(b,c,_)}),a.prototype.toArray=function(c,_){return this.toArrayLike(Array,c,_)},a.prototype.toArrayLike=function(c,_,E){this._strip();var I=this.byteLength(),v=E||Math.max(1,I);f(I<=v,"byte array longer than desired length"),f(v>0,"Requested array length <= 0");var n=function(c,_){return c.allocUnsafe?c.allocUnsafe(_):new c(_)}(c,v);return this["_toArrayLike"+("le"===_?"LE":"BE")](n,I),n},a.prototype._toArrayLikeLE=function(c,_){for(var E=0,I=0,v=0,n=0;v>8&255),E>16&255),6===n?(E>24&255),I=0,n=0):(I=C>>>24,n+=2)}if(E=0&&(c[E--]=C>>8&255),E>=0&&(c[E--]=C>>16&255),6===n?(E>=0&&(c[E--]=C>>24&255),I=0,n=0):(I=C>>>24,n+=2)}if(E>=0)for(c[E--]=I;E>=0;)c[E--]=0},a.prototype._countBits=Math.clz32?function(c){return 32-Math.clz32(c)}:function(c){var _=c,E=0;return _>=4096&&(E+=13,_>>>=13),_>=64&&(E+=7,_>>>=7),_>=8&&(E+=4,_>>>=4),_>=2&&(E+=2,_>>>=2),E+_},a.prototype._zeroBits=function(c){if(0===c)return 26;var _=c,E=0;return 0==(8191&_)&&(E+=13,_>>>=13),0==(127&_)&&(E+=7,_>>>=7),0==(15&_)&&(E+=4,_>>>=4),0==(3&_)&&(E+=2,_>>>=2),0==(1&_)&&E++,E},a.prototype.bitLength=function(){var _=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+_},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var c=0,_=0;_c.length?this.clone().ior(c):c.clone().ior(this)},a.prototype.uor=function(c){return this.length>c.length?this.clone().iuor(c):c.clone().iuor(this)},a.prototype.iuand=function(c){var _;_=this.length>c.length?c:this;for(var E=0;E<_.length;E++)this.words[E]=this.words[E]&c.words[E];return this.length=_.length,this._strip()},a.prototype.iand=function(c){return f(0==(this.negative|c.negative)),this.iuand(c)},a.prototype.and=function(c){return this.length>c.length?this.clone().iand(c):c.clone().iand(this)},a.prototype.uand=function(c){return this.length>c.length?this.clone().iuand(c):c.clone().iuand(this)},a.prototype.iuxor=function(c){var _,E;this.length>c.length?(_=this,E=c):(_=c,E=this);for(var I=0;Ic.length?this.clone().ixor(c):c.clone().ixor(this)},a.prototype.uxor=function(c){return this.length>c.length?this.clone().iuxor(c):c.clone().iuxor(this)},a.prototype.inotn=function(c){f("number"==typeof c&&c>=0);var _=0|Math.ceil(c/26),E=c%26;this._expand(_),E>0&&_--;for(var I=0;I<_;I++)this.words[I]=67108863&~this.words[I];return E>0&&(this.words[I]=~this.words[I]&67108863>>26-E),this._strip()},a.prototype.notn=function(c){return this.clone().inotn(c)},a.prototype.setn=function(c,_){f("number"==typeof c&&c>=0);var E=c/26|0,I=c%26;return this._expand(E+1),this.words[E]=_?this.words[E]|1<c.length?(E=this,I=c):(E=c,I=this);for(var v=0,n=0;n>>26;for(;0!==v&&n>>26;if(this.length=E.length,0!==v)this.words[this.length]=v,this.length++;else if(E!==this)for(;nc.length?this.clone().iadd(c):c.clone().iadd(this)},a.prototype.isub=function(c){if(0!==c.negative){c.negative=0;var _=this.iadd(c);return c.negative=1,_._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(c),this.negative=1,this._normSign();var I,v,E=this.cmp(c);if(0===E)return this.negative=0,this.length=1,this.words[0]=0,this;E>0?(I=this,v=c):(I=c,v=this);for(var n=0,C=0;C>26,this.words[C]=67108863&_;for(;0!==n&&C>26,this.words[C]=67108863&_;if(0===n&&C>>13,Ne=0|I[1],we=8191&Ne,Q=Ne>>>13,Ue=0|I[2],ye=8191&Ue,V=Ue>>>13,De=0|I[3],dt=8191&De,Ie=De>>>13,Ae=0|I[4],le=8191&Ae,Te=Ae>>>13,xe=0|I[5],W=8191&xe,ee=xe>>>13,ue=0|I[6],Ce=8191&ue,Le=ue>>>13,ut=0|I[7],ht=8191&ut,It=ut>>>13,ui=0|I[8],Wt=8191&ui,Gt=ui>>>13,hi=0|I[9],xt=8191&hi,Nt=hi>>>13,Ct=0|v[0],et=8191&Ct,yt=Ct>>>13,ei=0|v[1],Yt=8191&ei,Pe=ei>>>13,Oe=0|v[2],ce=8191&Oe,be=Oe>>>13,pt=0|v[3],mt=8191&pt,Ht=pt>>>13,it=0|v[4],Re=8191&it,tt=it>>>13,Xe=0|v[5],Se=8191&Xe,Ge=Xe>>>13,at=0|v[6],st=8191&at,bt=at>>>13,gi=0|v[7],qt=8191&gi,Xt=gi>>>13,Ji=0|v[8],fi=8191&Ji,si=Ji>>>13,en=0|v[9],Bi=8191&en,zi=en>>>13;E.negative=c.negative^_.negative,E.length=19;var Ui=(C+(B=Math.imul(he,et))|0)+((8191&(P=(P=Math.imul(he,yt))+Math.imul(_e,et)|0))<<13)|0;C=((H=Math.imul(_e,yt))+(P>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,B=Math.imul(we,et),P=(P=Math.imul(we,yt))+Math.imul(Q,et)|0,H=Math.imul(Q,yt);var ze=(C+(B=B+Math.imul(he,Yt)|0)|0)+((8191&(P=(P=P+Math.imul(he,Pe)|0)+Math.imul(_e,Yt)|0))<<13)|0;C=((H=H+Math.imul(_e,Pe)|0)+(P>>>13)|0)+(ze>>>26)|0,ze&=67108863,B=Math.imul(ye,et),P=(P=Math.imul(ye,yt))+Math.imul(V,et)|0,H=Math.imul(V,yt),B=B+Math.imul(we,Yt)|0,P=(P=P+Math.imul(we,Pe)|0)+Math.imul(Q,Yt)|0,H=H+Math.imul(Q,Pe)|0;var Tt=(C+(B=B+Math.imul(he,ce)|0)|0)+((8191&(P=(P=P+Math.imul(he,be)|0)+Math.imul(_e,ce)|0))<<13)|0;C=((H=H+Math.imul(_e,be)|0)+(P>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,B=Math.imul(dt,et),P=(P=Math.imul(dt,yt))+Math.imul(Ie,et)|0,H=Math.imul(Ie,yt),B=B+Math.imul(ye,Yt)|0,P=(P=P+Math.imul(ye,Pe)|0)+Math.imul(V,Yt)|0,H=H+Math.imul(V,Pe)|0,B=B+Math.imul(we,ce)|0,P=(P=P+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,H=H+Math.imul(Q,be)|0;var pe=(C+(B=B+Math.imul(he,mt)|0)|0)+((8191&(P=(P=P+Math.imul(he,Ht)|0)+Math.imul(_e,mt)|0))<<13)|0;C=((H=H+Math.imul(_e,Ht)|0)+(P>>>13)|0)+(pe>>>26)|0,pe&=67108863,B=Math.imul(le,et),P=(P=Math.imul(le,yt))+Math.imul(Te,et)|0,H=Math.imul(Te,yt),B=B+Math.imul(dt,Yt)|0,P=(P=P+Math.imul(dt,Pe)|0)+Math.imul(Ie,Yt)|0,H=H+Math.imul(Ie,Pe)|0,B=B+Math.imul(ye,ce)|0,P=(P=P+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,H=H+Math.imul(V,be)|0,B=B+Math.imul(we,mt)|0,P=(P=P+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,H=H+Math.imul(Q,Ht)|0;var je=(C+(B=B+Math.imul(he,Re)|0)|0)+((8191&(P=(P=P+Math.imul(he,tt)|0)+Math.imul(_e,Re)|0))<<13)|0;C=((H=H+Math.imul(_e,tt)|0)+(P>>>13)|0)+(je>>>26)|0,je&=67108863,B=Math.imul(W,et),P=(P=Math.imul(W,yt))+Math.imul(ee,et)|0,H=Math.imul(ee,yt),B=B+Math.imul(le,Yt)|0,P=(P=P+Math.imul(le,Pe)|0)+Math.imul(Te,Yt)|0,H=H+Math.imul(Te,Pe)|0,B=B+Math.imul(dt,ce)|0,P=(P=P+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,H=H+Math.imul(Ie,be)|0,B=B+Math.imul(ye,mt)|0,P=(P=P+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,H=H+Math.imul(V,Ht)|0,B=B+Math.imul(we,Re)|0,P=(P=P+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,H=H+Math.imul(Q,tt)|0;var _t=(C+(B=B+Math.imul(he,Se)|0)|0)+((8191&(P=(P=P+Math.imul(he,Ge)|0)+Math.imul(_e,Se)|0))<<13)|0;C=((H=H+Math.imul(_e,Ge)|0)+(P>>>13)|0)+(_t>>>26)|0,_t&=67108863,B=Math.imul(Ce,et),P=(P=Math.imul(Ce,yt))+Math.imul(Le,et)|0,H=Math.imul(Le,yt),B=B+Math.imul(W,Yt)|0,P=(P=P+Math.imul(W,Pe)|0)+Math.imul(ee,Yt)|0,H=H+Math.imul(ee,Pe)|0,B=B+Math.imul(le,ce)|0,P=(P=P+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,H=H+Math.imul(Te,be)|0,B=B+Math.imul(dt,mt)|0,P=(P=P+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,H=H+Math.imul(Ie,Ht)|0,B=B+Math.imul(ye,Re)|0,P=(P=P+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,H=H+Math.imul(V,tt)|0,B=B+Math.imul(we,Se)|0,P=(P=P+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,H=H+Math.imul(Q,Ge)|0;var re=(C+(B=B+Math.imul(he,st)|0)|0)+((8191&(P=(P=P+Math.imul(he,bt)|0)+Math.imul(_e,st)|0))<<13)|0;C=((H=H+Math.imul(_e,bt)|0)+(P>>>13)|0)+(re>>>26)|0,re&=67108863,B=Math.imul(ht,et),P=(P=Math.imul(ht,yt))+Math.imul(It,et)|0,H=Math.imul(It,yt),B=B+Math.imul(Ce,Yt)|0,P=(P=P+Math.imul(Ce,Pe)|0)+Math.imul(Le,Yt)|0,H=H+Math.imul(Le,Pe)|0,B=B+Math.imul(W,ce)|0,P=(P=P+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,H=H+Math.imul(ee,be)|0,B=B+Math.imul(le,mt)|0,P=(P=P+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,H=H+Math.imul(Te,Ht)|0,B=B+Math.imul(dt,Re)|0,P=(P=P+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,H=H+Math.imul(Ie,tt)|0,B=B+Math.imul(ye,Se)|0,P=(P=P+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,H=H+Math.imul(V,Ge)|0,B=B+Math.imul(we,st)|0,P=(P=P+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,H=H+Math.imul(Q,bt)|0;var qe=(C+(B=B+Math.imul(he,qt)|0)|0)+((8191&(P=(P=P+Math.imul(he,Xt)|0)+Math.imul(_e,qt)|0))<<13)|0;C=((H=H+Math.imul(_e,Xt)|0)+(P>>>13)|0)+(qe>>>26)|0,qe&=67108863,B=Math.imul(Wt,et),P=(P=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,H=Math.imul(Gt,yt),B=B+Math.imul(ht,Yt)|0,P=(P=P+Math.imul(ht,Pe)|0)+Math.imul(It,Yt)|0,H=H+Math.imul(It,Pe)|0,B=B+Math.imul(Ce,ce)|0,P=(P=P+Math.imul(Ce,be)|0)+Math.imul(Le,ce)|0,H=H+Math.imul(Le,be)|0,B=B+Math.imul(W,mt)|0,P=(P=P+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,H=H+Math.imul(ee,Ht)|0,B=B+Math.imul(le,Re)|0,P=(P=P+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,H=H+Math.imul(Te,tt)|0,B=B+Math.imul(dt,Se)|0,P=(P=P+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,H=H+Math.imul(Ie,Ge)|0,B=B+Math.imul(ye,st)|0,P=(P=P+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,H=H+Math.imul(V,bt)|0,B=B+Math.imul(we,qt)|0,P=(P=P+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,H=H+Math.imul(Q,Xt)|0;var Mt=(C+(B=B+Math.imul(he,fi)|0)|0)+((8191&(P=(P=P+Math.imul(he,si)|0)+Math.imul(_e,fi)|0))<<13)|0;C=((H=H+Math.imul(_e,si)|0)+(P>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,B=Math.imul(xt,et),P=(P=Math.imul(xt,yt))+Math.imul(Nt,et)|0,H=Math.imul(Nt,yt),B=B+Math.imul(Wt,Yt)|0,P=(P=P+Math.imul(Wt,Pe)|0)+Math.imul(Gt,Yt)|0,H=H+Math.imul(Gt,Pe)|0,B=B+Math.imul(ht,ce)|0,P=(P=P+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,H=H+Math.imul(It,be)|0,B=B+Math.imul(Ce,mt)|0,P=(P=P+Math.imul(Ce,Ht)|0)+Math.imul(Le,mt)|0,H=H+Math.imul(Le,Ht)|0,B=B+Math.imul(W,Re)|0,P=(P=P+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,H=H+Math.imul(ee,tt)|0,B=B+Math.imul(le,Se)|0,P=(P=P+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,H=H+Math.imul(Te,Ge)|0,B=B+Math.imul(dt,st)|0,P=(P=P+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,H=H+Math.imul(Ie,bt)|0,B=B+Math.imul(ye,qt)|0,P=(P=P+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,H=H+Math.imul(V,Xt)|0,B=B+Math.imul(we,fi)|0,P=(P=P+Math.imul(we,si)|0)+Math.imul(Q,fi)|0,H=H+Math.imul(Q,si)|0;var zt=(C+(B=B+Math.imul(he,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(he,zi)|0)+Math.imul(_e,Bi)|0))<<13)|0;C=((H=H+Math.imul(_e,zi)|0)+(P>>>13)|0)+(zt>>>26)|0,zt&=67108863,B=Math.imul(xt,Yt),P=(P=Math.imul(xt,Pe))+Math.imul(Nt,Yt)|0,H=Math.imul(Nt,Pe),B=B+Math.imul(Wt,ce)|0,P=(P=P+Math.imul(Wt,be)|0)+Math.imul(Gt,ce)|0,H=H+Math.imul(Gt,be)|0,B=B+Math.imul(ht,mt)|0,P=(P=P+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,H=H+Math.imul(It,Ht)|0,B=B+Math.imul(Ce,Re)|0,P=(P=P+Math.imul(Ce,tt)|0)+Math.imul(Le,Re)|0,H=H+Math.imul(Le,tt)|0,B=B+Math.imul(W,Se)|0,P=(P=P+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,H=H+Math.imul(ee,Ge)|0,B=B+Math.imul(le,st)|0,P=(P=P+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,H=H+Math.imul(Te,bt)|0,B=B+Math.imul(dt,qt)|0,P=(P=P+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,H=H+Math.imul(Ie,Xt)|0,B=B+Math.imul(ye,fi)|0,P=(P=P+Math.imul(ye,si)|0)+Math.imul(V,fi)|0,H=H+Math.imul(V,si)|0;var bi=(C+(B=B+Math.imul(we,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(we,zi)|0)+Math.imul(Q,Bi)|0))<<13)|0;C=((H=H+Math.imul(Q,zi)|0)+(P>>>13)|0)+(bi>>>26)|0,bi&=67108863,B=Math.imul(xt,ce),P=(P=Math.imul(xt,be))+Math.imul(Nt,ce)|0,H=Math.imul(Nt,be),B=B+Math.imul(Wt,mt)|0,P=(P=P+Math.imul(Wt,Ht)|0)+Math.imul(Gt,mt)|0,H=H+Math.imul(Gt,Ht)|0,B=B+Math.imul(ht,Re)|0,P=(P=P+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,H=H+Math.imul(It,tt)|0,B=B+Math.imul(Ce,Se)|0,P=(P=P+Math.imul(Ce,Ge)|0)+Math.imul(Le,Se)|0,H=H+Math.imul(Le,Ge)|0,B=B+Math.imul(W,st)|0,P=(P=P+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,H=H+Math.imul(ee,bt)|0,B=B+Math.imul(le,qt)|0,P=(P=P+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,H=H+Math.imul(Te,Xt)|0,B=B+Math.imul(dt,fi)|0,P=(P=P+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0,H=H+Math.imul(Ie,si)|0;var Ei=(C+(B=B+Math.imul(ye,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(ye,zi)|0)+Math.imul(V,Bi)|0))<<13)|0;C=((H=H+Math.imul(V,zi)|0)+(P>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,B=Math.imul(xt,mt),P=(P=Math.imul(xt,Ht))+Math.imul(Nt,mt)|0,H=Math.imul(Nt,Ht),B=B+Math.imul(Wt,Re)|0,P=(P=P+Math.imul(Wt,tt)|0)+Math.imul(Gt,Re)|0,H=H+Math.imul(Gt,tt)|0,B=B+Math.imul(ht,Se)|0,P=(P=P+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,H=H+Math.imul(It,Ge)|0,B=B+Math.imul(Ce,st)|0,P=(P=P+Math.imul(Ce,bt)|0)+Math.imul(Le,st)|0,H=H+Math.imul(Le,bt)|0,B=B+Math.imul(W,qt)|0,P=(P=P+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,H=H+Math.imul(ee,Xt)|0,B=B+Math.imul(le,fi)|0,P=(P=P+Math.imul(le,si)|0)+Math.imul(Te,fi)|0,H=H+Math.imul(Te,si)|0;var $i=(C+(B=B+Math.imul(dt,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(dt,zi)|0)+Math.imul(Ie,Bi)|0))<<13)|0;C=((H=H+Math.imul(Ie,zi)|0)+(P>>>13)|0)+($i>>>26)|0,$i&=67108863,B=Math.imul(xt,Re),P=(P=Math.imul(xt,tt))+Math.imul(Nt,Re)|0,H=Math.imul(Nt,tt),B=B+Math.imul(Wt,Se)|0,P=(P=P+Math.imul(Wt,Ge)|0)+Math.imul(Gt,Se)|0,H=H+Math.imul(Gt,Ge)|0,B=B+Math.imul(ht,st)|0,P=(P=P+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,H=H+Math.imul(It,bt)|0,B=B+Math.imul(Ce,qt)|0,P=(P=P+Math.imul(Ce,Xt)|0)+Math.imul(Le,qt)|0,H=H+Math.imul(Le,Xt)|0,B=B+Math.imul(W,fi)|0,P=(P=P+Math.imul(W,si)|0)+Math.imul(ee,fi)|0,H=H+Math.imul(ee,si)|0;var Zi=(C+(B=B+Math.imul(le,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(le,zi)|0)+Math.imul(Te,Bi)|0))<<13)|0;C=((H=H+Math.imul(Te,zi)|0)+(P>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,B=Math.imul(xt,Se),P=(P=Math.imul(xt,Ge))+Math.imul(Nt,Se)|0,H=Math.imul(Nt,Ge),B=B+Math.imul(Wt,st)|0,P=(P=P+Math.imul(Wt,bt)|0)+Math.imul(Gt,st)|0,H=H+Math.imul(Gt,bt)|0,B=B+Math.imul(ht,qt)|0,P=(P=P+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,H=H+Math.imul(It,Xt)|0,B=B+Math.imul(Ce,fi)|0,P=(P=P+Math.imul(Ce,si)|0)+Math.imul(Le,fi)|0,H=H+Math.imul(Le,si)|0;var sn=(C+(B=B+Math.imul(W,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(W,zi)|0)+Math.imul(ee,Bi)|0))<<13)|0;C=((H=H+Math.imul(ee,zi)|0)+(P>>>13)|0)+(sn>>>26)|0,sn&=67108863,B=Math.imul(xt,st),P=(P=Math.imul(xt,bt))+Math.imul(Nt,st)|0,H=Math.imul(Nt,bt),B=B+Math.imul(Wt,qt)|0,P=(P=P+Math.imul(Wt,Xt)|0)+Math.imul(Gt,qt)|0,H=H+Math.imul(Gt,Xt)|0,B=B+Math.imul(ht,fi)|0,P=(P=P+Math.imul(ht,si)|0)+Math.imul(It,fi)|0,H=H+Math.imul(It,si)|0;var gn=(C+(B=B+Math.imul(Ce,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(Ce,zi)|0)+Math.imul(Le,Bi)|0))<<13)|0;C=((H=H+Math.imul(Le,zi)|0)+(P>>>13)|0)+(gn>>>26)|0,gn&=67108863,B=Math.imul(xt,qt),P=(P=Math.imul(xt,Xt))+Math.imul(Nt,qt)|0,H=Math.imul(Nt,Xt),B=B+Math.imul(Wt,fi)|0,P=(P=P+Math.imul(Wt,si)|0)+Math.imul(Gt,fi)|0,H=H+Math.imul(Gt,si)|0;var jt=(C+(B=B+Math.imul(ht,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(ht,zi)|0)+Math.imul(It,Bi)|0))<<13)|0;C=((H=H+Math.imul(It,zi)|0)+(P>>>13)|0)+(jt>>>26)|0,jt&=67108863,B=Math.imul(xt,fi),P=(P=Math.imul(xt,si))+Math.imul(Nt,fi)|0,H=Math.imul(Nt,si);var wi=(C+(B=B+Math.imul(Wt,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(Wt,zi)|0)+Math.imul(Gt,Bi)|0))<<13)|0;C=((H=H+Math.imul(Gt,zi)|0)+(P>>>13)|0)+(wi>>>26)|0,wi&=67108863;var nt=(C+(B=Math.imul(xt,Bi))|0)+((8191&(P=(P=Math.imul(xt,zi))+Math.imul(Nt,Bi)|0))<<13)|0;return C=((H=Math.imul(Nt,zi))+(P>>>13)|0)+(nt>>>26)|0,nt&=67108863,n[0]=Ui,n[1]=ze,n[2]=Tt,n[3]=pe,n[4]=je,n[5]=_t,n[6]=re,n[7]=qe,n[8]=Mt,n[9]=zt,n[10]=bi,n[11]=Ei,n[12]=$i,n[13]=Zi,n[14]=sn,n[15]=gn,n[16]=jt,n[17]=wi,n[18]=nt,0!==C&&(n[19]=C,E.length++),E};function ne(u,c,_){_.negative=c.negative^u.negative,_.length=u.length+c.length;for(var E=0,I=0,v=0;v<_.length-1;v++){var n=I;I=0;for(var C=67108863&E,B=Math.min(v,c.length-1),P=Math.max(0,v-u.length+1);P<=B;P++){var _e=(0|u.words[v-P])*(0|c.words[P]),Ne=67108863&_e;C=67108863&(Ne=Ne+C|0),I+=(n=(n=n+(_e/67108864|0)|0)+(Ne>>>26)|0)>>>26,n&=67108863}_.words[v]=C,E=n,n=I}return 0!==E?_.words[v]=E:_.length--,_._strip()}function $(u,c,_){return ne(u,c,_)}function de(u,c){this.x=u,this.y=c}Math.imul||(Y=Z),a.prototype.mulTo=function(c,_){var I=this.length+c.length;return 10===this.length&&10===c.length?Y(this,c,_):I<63?Z(this,c,_):I<1024?ne(this,c,_):$(this,c,_)},de.prototype.makeRBT=function(c){for(var _=new Array(c),E=a.prototype._countBits(c)-1,I=0;I>=1;return I},de.prototype.permute=function(c,_,E,I,v,n){for(var C=0;C>>=1)v++;return 1<>>=13),v>>>=13;for(n=2*_;n>=26,E+=v/67108864|0,E+=n>>>26,this.words[I]=67108863&n}return 0!==E&&(this.words[I]=E,this.length++),_?this.ineg():this},a.prototype.muln=function(c){return this.clone().imuln(c)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(c){var _=function U(u){for(var c=new Array(u.bitLength()),_=0;_>>_%26&1;return c}(c);if(0===_.length)return new a(1);for(var E=this,I=0;I<_.length&&0===_[I];I++,E=E.sqr());if(++I<_.length)for(var v=E.sqr();I<_.length;I++,v=v.sqr())0!==_[I]&&(E=E.mul(v));return E},a.prototype.iushln=function(c){f("number"==typeof c&&c>=0);var v,_=c%26,E=(c-_)/26,I=67108863>>>26-_<<26-_;if(0!==_){var n=0;for(v=0;v>>26-_}n&&(this.words[v]=n,this.length++)}if(0!==E){for(v=this.length-1;v>=0;v--)this.words[v+E]=this.words[v];for(v=0;v=0),I=_?(_-_%26)/26:0;var v=c%26,n=Math.min((c-v)/26,this.length),C=67108863^67108863>>>v<n)for(this.length-=n,P=0;P=0&&(0!==H||P>=I);P--){var q=0|this.words[P];this.words[P]=H<<26-v|q>>>v,H=q&C}return B&&0!==H&&(B.words[B.length++]=H),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(c,_,E){return f(0===this.negative),this.iushrn(c,_,E)},a.prototype.shln=function(c){return this.clone().ishln(c)},a.prototype.ushln=function(c){return this.clone().iushln(c)},a.prototype.shrn=function(c){return this.clone().ishrn(c)},a.prototype.ushrn=function(c){return this.clone().iushrn(c)},a.prototype.testn=function(c){f("number"==typeof c&&c>=0);var _=c%26,E=(c-_)/26;return!(this.length<=E||!(this.words[E]&1<<_))},a.prototype.imaskn=function(c){f("number"==typeof c&&c>=0);var _=c%26,E=(c-_)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=E?this:(0!==_&&E++,this.length=Math.min(E,this.length),0!==_&&(this.words[this.length-1]&=67108863^67108863>>>_<<_),this._strip())},a.prototype.maskn=function(c){return this.clone().imaskn(c)},a.prototype.iaddn=function(c){return f("number"==typeof c),f(c<67108864),c<0?this.isubn(-c):0!==this.negative?1===this.length&&(0|this.words[0])<=c?(this.words[0]=c-(0|this.words[0]),this.negative=0,this):(this.negative=0,this.isubn(c),this.negative=1,this):this._iaddn(c)},a.prototype._iaddn=function(c){this.words[0]+=c;for(var _=0;_=67108864;_++)this.words[_]-=67108864,_===this.length-1?this.words[_+1]=1:this.words[_+1]++;return this.length=Math.max(this.length,_+1),this},a.prototype.isubn=function(c){if(f("number"==typeof c),f(c<67108864),c<0)return this.iaddn(-c);if(0!==this.negative)return this.negative=0,this.iaddn(c),this.negative=1,this;if(this.words[0]-=c,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var _=0;_>26)-(B/67108864|0),this.words[v+E]=67108863&n}for(;v>26,this.words[v+E]=67108863&n;if(0===C)return this._strip();for(f(-1===C),C=0,v=0;v>26,this.words[v]=67108863&n;return this.negative=1,this._strip()},a.prototype._wordDiv=function(c,_){var E,I=this.clone(),v=c,n=0|v.words[v.length-1];0!=(E=26-this._countBits(n))&&(v=v.ushln(E),I.iushln(E),n=0|v.words[v.length-1]);var P,B=I.length-v.length;if("mod"!==_){(P=new a(null)).length=B+1,P.words=new Array(P.length);for(var H=0;H=0;he--){var _e=67108864*(0|I.words[v.length+he])+(0|I.words[v.length+he-1]);for(_e=Math.min(_e/n|0,67108863),I._ishlnsubmul(v,_e,he);0!==I.negative;)_e--,I.negative=0,I._ishlnsubmul(v,1,he),I.isZero()||(I.negative^=1);P&&(P.words[he]=_e)}return P&&P._strip(),I._strip(),"div"!==_&&0!==E&&I.iushrn(E),{div:P||null,mod:I}},a.prototype.divmod=function(c,_,E){return f(!c.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===c.negative?(n=this.neg().divmod(c,_),"mod"!==_&&(I=n.div.neg()),"div"!==_&&(v=n.mod.neg(),E&&0!==v.negative&&v.iadd(c)),{div:I,mod:v}):0===this.negative&&0!==c.negative?(n=this.divmod(c.neg(),_),"mod"!==_&&(I=n.div.neg()),{div:I,mod:n.mod}):0!=(this.negative&c.negative)?(n=this.neg().divmod(c.neg(),_),"div"!==_&&(v=n.mod.neg(),E&&0!==v.negative&&v.isub(c)),{div:n.div,mod:v}):c.length>this.length||this.cmp(c)<0?{div:new a(0),mod:this}:1===c.length?"div"===_?{div:this.divn(c.words[0]),mod:null}:"mod"===_?{div:null,mod:new a(this.modrn(c.words[0]))}:{div:this.divn(c.words[0]),mod:new a(this.modrn(c.words[0]))}:this._wordDiv(c,_);var I,v,n},a.prototype.div=function(c){return this.divmod(c,"div",!1).div},a.prototype.mod=function(c){return this.divmod(c,"mod",!1).mod},a.prototype.umod=function(c){return this.divmod(c,"mod",!0).mod},a.prototype.divRound=function(c){var _=this.divmod(c);if(_.mod.isZero())return _.div;var E=0!==_.div.negative?_.mod.isub(c):_.mod,I=c.ushrn(1),v=c.andln(1),n=E.cmp(I);return n<0||1===v&&0===n?_.div:0!==_.div.negative?_.div.isubn(1):_.div.iaddn(1)},a.prototype.modrn=function(c){var _=c<0;_&&(c=-c),f(c<=67108863);for(var E=(1<<26)%c,I=0,v=this.length-1;v>=0;v--)I=(E*I+(0|this.words[v]))%c;return _?-I:I},a.prototype.modn=function(c){return this.modrn(c)},a.prototype.idivn=function(c){var _=c<0;_&&(c=-c),f(c<=67108863);for(var E=0,I=this.length-1;I>=0;I--){var v=(0|this.words[I])+67108864*E;this.words[I]=v/c|0,E=v%c}return this._strip(),_?this.ineg():this},a.prototype.divn=function(c){return this.clone().idivn(c)},a.prototype.egcd=function(c){f(0===c.negative),f(!c.isZero());var _=this,E=c.clone();_=0!==_.negative?_.umod(c):_.clone();for(var I=new a(1),v=new a(0),n=new a(0),C=new a(1),B=0;_.isEven()&&E.isEven();)_.iushrn(1),E.iushrn(1),++B;for(var P=E.clone(),H=_.clone();!_.isZero();){for(var q=0,he=1;0==(_.words[0]&he)&&q<26;++q,he<<=1);if(q>0)for(_.iushrn(q);q-- >0;)(I.isOdd()||v.isOdd())&&(I.iadd(P),v.isub(H)),I.iushrn(1),v.iushrn(1);for(var _e=0,Ne=1;0==(E.words[0]&Ne)&&_e<26;++_e,Ne<<=1);if(_e>0)for(E.iushrn(_e);_e-- >0;)(n.isOdd()||C.isOdd())&&(n.iadd(P),C.isub(H)),n.iushrn(1),C.iushrn(1);_.cmp(E)>=0?(_.isub(E),I.isub(n),v.isub(C)):(E.isub(_),n.isub(I),C.isub(v))}return{a:n,b:C,gcd:E.iushln(B)}},a.prototype._invmp=function(c){f(0===c.negative),f(!c.isZero());var q,_=this,E=c.clone();_=0!==_.negative?_.umod(c):_.clone();for(var I=new a(1),v=new a(0),n=E.clone();_.cmpn(1)>0&&E.cmpn(1)>0;){for(var C=0,B=1;0==(_.words[0]&B)&&C<26;++C,B<<=1);if(C>0)for(_.iushrn(C);C-- >0;)I.isOdd()&&I.iadd(n),I.iushrn(1);for(var P=0,H=1;0==(E.words[0]&H)&&P<26;++P,H<<=1);if(P>0)for(E.iushrn(P);P-- >0;)v.isOdd()&&v.iadd(n),v.iushrn(1);_.cmp(E)>=0?(_.isub(E),I.isub(v)):(E.isub(_),v.isub(I))}return(q=0===_.cmpn(1)?I:v).cmpn(0)<0&&q.iadd(c),q},a.prototype.gcd=function(c){if(this.isZero())return c.abs();if(c.isZero())return this.abs();var _=this.clone(),E=c.clone();_.negative=0,E.negative=0;for(var I=0;_.isEven()&&E.isEven();I++)_.iushrn(1),E.iushrn(1);for(;;){for(;_.isEven();)_.iushrn(1);for(;E.isEven();)E.iushrn(1);var v=_.cmp(E);if(v<0){var n=_;_=E,E=n}else if(0===v||0===E.cmpn(1))break;_.isub(E)}return E.iushln(I)},a.prototype.invm=function(c){return this.egcd(c).a.umod(c)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(c){return this.words[0]&c},a.prototype.bincn=function(c){f("number"==typeof c);var _=c%26,E=(c-_)/26,I=1<<_;if(this.length<=E)return this._expand(E+1),this.words[E]|=I,this;for(var v=I,n=E;0!==v&&n>>26,this.words[n]=C&=67108863}return 0!==v&&(this.words[n]=v,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(c){var E,_=c<0;if(0!==this.negative&&!_)return-1;if(0===this.negative&&_)return 1;if(this._strip(),this.length>1)E=1;else{_&&(c=-c),f(c<=67108863,"Number is too big");var I=0|this.words[0];E=I===c?0:Ic.length)return 1;if(this.length=0;E--){var I=0|this.words[E],v=0|c.words[E];if(I!==v){Iv&&(_=1);break}}return _},a.prototype.gtn=function(c){return 1===this.cmpn(c)},a.prototype.gt=function(c){return 1===this.cmp(c)},a.prototype.gten=function(c){return this.cmpn(c)>=0},a.prototype.gte=function(c){return this.cmp(c)>=0},a.prototype.ltn=function(c){return-1===this.cmpn(c)},a.prototype.lt=function(c){return-1===this.cmp(c)},a.prototype.lten=function(c){return this.cmpn(c)<=0},a.prototype.lte=function(c){return this.cmp(c)<=0},a.prototype.eqn=function(c){return 0===this.cmpn(c)},a.prototype.eq=function(c){return 0===this.cmp(c)},a.red=function(c){return new i(c)},a.prototype.toRed=function(c){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),c.convertTo(this)._forceRed(c)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(c){return this.red=c,this},a.prototype.forceRed=function(c){return f(!this.red,"Already a number in reduction context"),this._forceRed(c)},a.prototype.redAdd=function(c){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,c)},a.prototype.redIAdd=function(c){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,c)},a.prototype.redSub=function(c){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,c)},a.prototype.redISub=function(c){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,c)},a.prototype.redShl=function(c){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,c)},a.prototype.redMul=function(c){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,c),this.red.mul(this,c)},a.prototype.redIMul=function(c){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,c),this.red.imul(this,c)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(c){return f(this.red&&!c.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,c)};var te={k256:null,p224:null,p192:null,p25519:null};function ie(u,c){this.name=u,this.p=new a(c,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function oe(){ie.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function X(){ie.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function me(){ie.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function y(){ie.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function i(u){if("string"==typeof u){var c=a._prime(u);this.m=c.p,this.prime=c}else f(u.gtn(1),"modulus must be greater than 1"),this.m=u,this.prime=null}function r(u){i.call(this,u),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}ie.prototype._tmp=function(){var c=new a(null);return c.words=new Array(Math.ceil(this.n/13)),c},ie.prototype.ireduce=function(c){var E,_=c;do{this.split(_,this.tmp),E=(_=(_=this.imulK(_)).iadd(this.tmp)).bitLength()}while(E>this.n);var I=E0?_.isub(this.p):void 0!==_.strip?_.strip():_._strip(),_},ie.prototype.split=function(c,_){c.iushrn(this.n,0,_)},ie.prototype.imulK=function(c){return c.imul(this.k)},M(oe,ie),oe.prototype.split=function(c,_){for(var E=4194303,I=Math.min(c.length,9),v=0;v>>22,n=C}c.words[v-10]=n>>>=22,c.length-=0===n&&c.length>10?10:9},oe.prototype.imulK=function(c){c.words[c.length]=0,c.words[c.length+1]=0,c.length+=2;for(var _=0,E=0;E>>=26,c.words[E]=v,_=I}return 0!==_&&(c.words[c.length++]=_),c},a._prime=function(c){if(te[c])return te[c];var _;if("k256"===c)_=new oe;else if("p224"===c)_=new X;else if("p192"===c)_=new me;else{if("p25519"!==c)throw new Error("Unknown prime "+c);_=new y}return te[c]=_,_},i.prototype._verify1=function(c){f(0===c.negative,"red works only with positives"),f(c.red,"red works only with red numbers")},i.prototype._verify2=function(c,_){f(0==(c.negative|_.negative),"red works only with positives"),f(c.red&&c.red===_.red,"red works only with red numbers")},i.prototype.imod=function(c){return this.prime?this.prime.ireduce(c)._forceRed(this):(A(c,c.umod(this.m)._forceRed(this)),c)},i.prototype.neg=function(c){return c.isZero()?c.clone():this.m.sub(c)._forceRed(this)},i.prototype.add=function(c,_){this._verify2(c,_);var E=c.add(_);return E.cmp(this.m)>=0&&E.isub(this.m),E._forceRed(this)},i.prototype.iadd=function(c,_){this._verify2(c,_);var E=c.iadd(_);return E.cmp(this.m)>=0&&E.isub(this.m),E},i.prototype.sub=function(c,_){this._verify2(c,_);var E=c.sub(_);return E.cmpn(0)<0&&E.iadd(this.m),E._forceRed(this)},i.prototype.isub=function(c,_){this._verify2(c,_);var E=c.isub(_);return E.cmpn(0)<0&&E.iadd(this.m),E},i.prototype.shl=function(c,_){return this._verify1(c),this.imod(c.ushln(_))},i.prototype.imul=function(c,_){return this._verify2(c,_),this.imod(c.imul(_))},i.prototype.mul=function(c,_){return this._verify2(c,_),this.imod(c.mul(_))},i.prototype.isqr=function(c){return this.imul(c,c.clone())},i.prototype.sqr=function(c){return this.mul(c,c)},i.prototype.sqrt=function(c){if(c.isZero())return c.clone();var _=this.m.andln(3);if(f(_%2==1),3===_){var E=this.m.add(new a(1)).iushrn(2);return this.pow(c,E)}for(var I=this.m.subn(1),v=0;!I.isZero()&&0===I.andln(1);)v++,I.iushrn(1);f(!I.isZero());var n=new a(1).toRed(this),C=n.redNeg(),B=this.m.subn(1).iushrn(1),P=this.m.bitLength();for(P=new a(2*P*P).toRed(this);0!==this.pow(P,B).cmp(C);)P.redIAdd(C);for(var H=this.pow(P,I),q=this.pow(c,I.addn(1).iushrn(1)),he=this.pow(c,I),_e=v;0!==he.cmp(n);){for(var Ne=he,we=0;0!==Ne.cmp(n);we++)Ne=Ne.redSqr();f(we<_e);var Q=this.pow(H,new a(1).iushln(_e-we-1));q=q.redMul(Q),H=Q.redSqr(),he=he.redMul(H),_e=we}return q},i.prototype.invm=function(c){var _=c._invmp(this.m);return 0!==_.negative?(_.negative=0,this.imod(_).redNeg()):this.imod(_)},i.prototype.pow=function(c,_){if(_.isZero())return new a(1).toRed(this);if(0===_.cmpn(1))return c.clone();var I=new Array(16);I[0]=new a(1).toRed(this),I[1]=c;for(var v=2;v=0;v--){for(var H=_.words[v],q=P-1;q>=0;q--){var he=H>>q&1;n!==I[0]&&(n=this.sqr(n)),0!==he||0!==C?(C<<=1,C|=he,(4==++B||0===v&&0===q)&&(n=this.mul(n,I[C]),B=0,C=0)):B=0}P=26}return n},i.prototype.convertTo=function(c){var _=c.umod(this.m);return _===c?_.clone():_},i.prototype.convertFrom=function(c){var _=c.clone();return _.red=null,_},a.mont=function(c){return new r(c)},M(r,i),r.prototype.convertTo=function(c){return this.imod(c.ushln(this.shift))},r.prototype.convertFrom=function(c){var _=this.imod(c.mul(this.rinv));return _.red=null,_},r.prototype.imul=function(c,_){if(c.isZero()||_.isZero())return c.words[0]=0,c.length=1,c;var E=c.imul(_),I=E.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),v=E.isub(I).iushrn(this.shift),n=v;return v.cmp(this.m)>=0?n=v.isub(this.m):v.cmpn(0)<0&&(n=v.iadd(this.m)),n._forceRed(this)},r.prototype.mul=function(c,_){if(c.isZero()||_.isZero())return new a(0)._forceRed(this);var E=c.mul(_),I=E.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),v=E.isub(I).iushrn(this.shift),n=v;return v.cmp(this.m)>=0?n=v.isub(this.m):v.cmpn(0)<0&&(n=v.iadd(this.m)),n._forceRed(this)},r.prototype.invm=function(c){return this.imod(c._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},7950:(Ve,j,p)=>{var t;function e(M){this.rand=M}if(Ve.exports=function(a){return t||(t=new e(null)),t.generate(a)},Ve.exports.Rand=e,e.prototype.generate=function(a){return this._rand(a)},e.prototype._rand=function(a){if(this.rand.getBytes)return this.rand.getBytes(a);for(var b=new Uint8Array(a),d=0;d{var t=p(3502).Buffer;function e(N){t.isBuffer(N)||(N=t.from(N));for(var h=N.length/4|0,A=new Array(h),w=0;w>>24]^k[Y>>>16&255]^S[ne>>>8&255]^U[255&$]^h[X++],te=L[Y>>>24]^k[ne>>>16&255]^S[$>>>8&255]^U[255&Z]^h[X++],ie=L[ne>>>24]^k[$>>>16&255]^S[Z>>>8&255]^U[255&Y]^h[X++],oe=L[$>>>24]^k[Z>>>16&255]^S[Y>>>8&255]^U[255&ne]^h[X++],Z=de,Y=te,ne=ie,$=oe;return de=(w[Z>>>24]<<24|w[Y>>>16&255]<<16|w[ne>>>8&255]<<8|w[255&$])^h[X++],te=(w[Y>>>24]<<24|w[ne>>>16&255]<<16|w[$>>>8&255]<<8|w[255&Z])^h[X++],ie=(w[ne>>>24]<<24|w[$>>>16&255]<<16|w[Z>>>8&255]<<8|w[255&Y])^h[X++],oe=(w[$>>>24]<<24|w[Z>>>16&255]<<16|w[Y>>>8&255]<<8|w[255&ne])^h[X++],[de>>>=0,te>>>=0,ie>>>=0,oe>>>=0]}var a=[0,1,2,4,8,16,32,64,128,27,54],b=function(){for(var N=new Array(256),h=0;h<256;h++)N[h]=h<128?h<<1:h<<1^283;for(var A=[],w=[],D=[[],[],[],[]],L=[[],[],[],[]],k=0,S=0,U=0;U<256;++U){var Z=S^S<<1^S<<2^S<<3^S<<4;A[k]=Z=Z>>>8^255&Z^99,w[Z]=k;var Y=N[k],ne=N[Y],$=N[ne],de=257*N[Z]^16843008*Z;D[0][k]=de<<24|de>>>8,D[1][k]=de<<16|de>>>16,D[2][k]=de<<8|de>>>24,D[3][k]=de,L[0][Z]=(de=16843009*$^65537*ne^257*Y^16843008*k)<<24|de>>>8,L[1][Z]=de<<16|de>>>16,L[2][Z]=de<<8|de>>>24,L[3][Z]=de,0===k?k=S=1:(k=Y^N[N[N[$^Y]]],S^=N[N[S]])}return{SBOX:A,INV_SBOX:w,SUB_MIX:D,INV_SUB_MIX:L}}();function d(N){this._key=e(N),this._reset()}d.blockSize=16,d.keySize=32,d.prototype.blockSize=d.blockSize,d.prototype.keySize=d.keySize,d.prototype._reset=function(){for(var N=this._key,h=N.length,A=h+6,w=4*(A+1),D=[],L=0;L>>24)>>>24]<<24|b.SBOX[k>>>16&255]<<16|b.SBOX[k>>>8&255]<<8|b.SBOX[255&k],k^=a[L/h|0]<<24):h>6&&L%h==4&&(k=b.SBOX[k>>>24]<<24|b.SBOX[k>>>16&255]<<16|b.SBOX[k>>>8&255]<<8|b.SBOX[255&k]),D[L]=D[L-h]^k}for(var S=[],U=0;U>>24]]^b.INV_SUB_MIX[1][b.SBOX[Y>>>16&255]]^b.INV_SUB_MIX[2][b.SBOX[Y>>>8&255]]^b.INV_SUB_MIX[3][b.SBOX[255&Y]]}this._nRounds=A,this._keySchedule=D,this._invKeySchedule=S},d.prototype.encryptBlockRaw=function(N){return M(N=e(N),this._keySchedule,b.SUB_MIX,b.SBOX,this._nRounds)},d.prototype.encryptBlock=function(N){var h=this.encryptBlockRaw(N),A=t.allocUnsafe(16);return A.writeUInt32BE(h[0],0),A.writeUInt32BE(h[1],4),A.writeUInt32BE(h[2],8),A.writeUInt32BE(h[3],12),A},d.prototype.decryptBlock=function(N){var h=(N=e(N))[1];N[1]=N[3],N[3]=h;var A=M(N,this._invKeySchedule,b.INV_SUB_MIX,b.INV_SBOX,this._nRounds),w=t.allocUnsafe(16);return w.writeUInt32BE(A[0],0),w.writeUInt32BE(A[3],4),w.writeUInt32BE(A[2],8),w.writeUInt32BE(A[1],12),w},d.prototype.scrub=function(){f(this._keySchedule),f(this._invKeySchedule),f(this._key)},Ve.exports.AES=d},9382:(Ve,j,p)=>{var t=p(1899),e=p(3502).Buffer,f=p(1052),M=p(3894),a=p(8857),b=p(8789),d=p(7968);function A(w,D,L,k){f.call(this);var S=e.alloc(4,0);this._cipher=new t.AES(D);var U=this._cipher.encryptBlock(S);this._ghash=new a(U),L=function h(w,D,L){if(12===D.length)return w._finID=e.concat([D,e.from([0,0,0,1])]),e.concat([D,e.from([0,0,0,2])]);var k=new a(L),S=D.length,U=S%16;k.update(D),U&&k.update(e.alloc(U=16-U,0)),k.update(e.alloc(8,0));var Z=8*S,Y=e.alloc(8);Y.writeUIntBE(Z,0,8),k.update(Y),w._finID=k.state;var ne=e.from(w._finID);return d(ne),ne}(this,L,U),this._prev=e.from(L),this._cache=e.allocUnsafe(0),this._secCache=e.allocUnsafe(0),this._decrypt=k,this._alen=0,this._len=0,this._mode=w,this._authTag=null,this._called=!1}M(A,f),A.prototype._update=function(w){if(!this._called&&this._alen){var D=16-this._alen%16;D<16&&(D=e.alloc(D,0),this._ghash.update(D))}this._called=!0;var L=this._mode.encrypt(this,w);return this._ghash.update(this._decrypt?w:L),this._len+=w.length,L},A.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var w=b(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function N(w,D){var L=0;w.length!==D.length&&L++;for(var k=Math.min(w.length,D.length),S=0;S{var t=p(6900),e=p(856),f=p(4946);j.createCipher=j.Cipher=t.createCipher,j.createCipheriv=j.Cipheriv=t.createCipheriv,j.createDecipher=j.Decipher=e.createDecipher,j.createDecipheriv=j.Decipheriv=e.createDecipheriv,j.listCiphers=j.getCiphers=function M(){return Object.keys(f)}},856:(Ve,j,p)=>{var t=p(9382),e=p(3502).Buffer,f=p(9171),M=p(8441),a=p(1052),b=p(1899),d=p(347);function h(k,S,U){a.call(this),this._cache=new A,this._last=void 0,this._cipher=new b.AES(S),this._prev=e.from(U),this._mode=k,this._autopadding=!0}function A(){this.cache=e.allocUnsafe(0)}function D(k,S,U){var Z=f[k.toLowerCase()];if(!Z)throw new TypeError("invalid suite type");if("string"==typeof U&&(U=e.from(U)),"GCM"!==Z.mode&&U.length!==Z.iv)throw new TypeError("invalid iv length "+U.length);if("string"==typeof S&&(S=e.from(S)),S.length!==Z.key/8)throw new TypeError("invalid key length "+S.length);return"stream"===Z.type?new M(Z.module,S,U,!0):"auth"===Z.type?new t(Z.module,S,U,!0):new h(Z.module,S,U)}p(3894)(h,a),h.prototype._update=function(k){this._cache.add(k);for(var S,U,Z=[];S=this._cache.get(this._autopadding);)U=this._mode.decrypt(this,S),Z.push(U);return e.concat(Z)},h.prototype._final=function(){var k=this._cache.flush();if(this._autopadding)return function w(k){var S=k[15];if(S<1||S>16)throw new Error("unable to decrypt data");for(var U=-1;++U16)return S=this.cache.slice(0,16),this.cache=this.cache.slice(16),S}else if(this.cache.length>=16)return S=this.cache.slice(0,16),this.cache=this.cache.slice(16),S;return null},A.prototype.flush=function(){if(this.cache.length)return this.cache},j.createDecipher=function L(k,S){var U=f[k.toLowerCase()];if(!U)throw new TypeError("invalid suite type");var Z=d(S,!1,U.key,U.iv);return D(k,Z.key,Z.iv)},j.createDecipheriv=D},6900:(Ve,j,p)=>{var t=p(9171),e=p(9382),f=p(3502).Buffer,M=p(8441),a=p(1052),b=p(1899),d=p(347);function h(k,S,U){a.call(this),this._cache=new w,this._cipher=new b.AES(S),this._prev=f.from(U),this._mode=k,this._autopadding=!0}p(3894)(h,a),h.prototype._update=function(k){this._cache.add(k);for(var S,U,Z=[];S=this._cache.get();)U=this._mode.encrypt(this,S),Z.push(U);return f.concat(Z)};var A=f.alloc(16,16);function w(){this.cache=f.allocUnsafe(0)}function D(k,S,U){var Z=t[k.toLowerCase()];if(!Z)throw new TypeError("invalid suite type");if("string"==typeof S&&(S=f.from(S)),S.length!==Z.key/8)throw new TypeError("invalid key length "+S.length);if("string"==typeof U&&(U=f.from(U)),"GCM"!==Z.mode&&U.length!==Z.iv)throw new TypeError("invalid iv length "+U.length);return"stream"===Z.type?new M(Z.module,S,U):"auth"===Z.type?new e(Z.module,S,U):new h(Z.module,S,U)}h.prototype._final=function(){var k=this._cache.flush();if(this._autopadding)return k=this._mode.encrypt(this,k),this._cipher.scrub(),k;if(!k.equals(A))throw this._cipher.scrub(),new Error("data not multiple of block length")},h.prototype.setAutoPadding=function(k){return this._autopadding=!!k,this},w.prototype.add=function(k){this.cache=f.concat([this.cache,k])},w.prototype.get=function(){if(this.cache.length>15){var k=this.cache.slice(0,16);return this.cache=this.cache.slice(16),k}return null},w.prototype.flush=function(){for(var k=16-this.cache.length,S=f.allocUnsafe(k),U=-1;++U{var t=p(3502).Buffer,e=t.alloc(16,0);function M(b){var d=t.allocUnsafe(16);return d.writeUInt32BE(b[0]>>>0,0),d.writeUInt32BE(b[1]>>>0,4),d.writeUInt32BE(b[2]>>>0,8),d.writeUInt32BE(b[3]>>>0,12),d}function a(b){this.h=b,this.state=t.alloc(16,0),this.cache=t.allocUnsafe(0)}a.prototype.ghash=function(b){for(var d=-1;++d0;N--)b[N]=b[N]>>>1|(1&b[N-1])<<31;b[0]=b[0]>>>1,A&&(b[0]=b[0]^225<<24)}this.state=M(d)},a.prototype.update=function(b){this.cache=t.concat([this.cache,b]);for(var d;this.cache.length>=16;)d=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(d)},a.prototype.final=function(b,d){return this.cache.length&&this.ghash(t.concat([this.cache,e],16)),this.ghash(M([0,b,0,d])),this.state},Ve.exports=a},7968:Ve=>{Ve.exports=function j(p){for(var e,t=p.length;t--;){if(255!==(e=p.readUInt8(t))){e++,p.writeUInt8(e,t);break}p.writeUInt8(0,t)}}},4903:(Ve,j,p)=>{var t=p(8789);j.encrypt=function(e,f){var M=t(f,e._prev);return e._prev=e._cipher.encryptBlock(M),e._prev},j.decrypt=function(e,f){var M=e._prev;e._prev=f;var a=e._cipher.decryptBlock(f);return t(a,M)}},9885:(Ve,j,p)=>{var t=p(3502).Buffer,e=p(8789);function f(M,a,b){var d=a.length,N=e(a,M._cache);return M._cache=M._cache.slice(d),M._prev=t.concat([M._prev,b?a:N]),N}j.encrypt=function(M,a,b){for(var N,d=t.allocUnsafe(0);a.length;){if(0===M._cache.length&&(M._cache=M._cipher.encryptBlock(M._prev),M._prev=t.allocUnsafe(0)),!(M._cache.length<=a.length)){d=t.concat([d,f(M,a,b)]);break}d=t.concat([d,f(M,a.slice(0,N=M._cache.length),b)]),a=a.slice(N)}return d}},6531:(Ve,j,p)=>{var t=p(3502).Buffer;function e(M,a,b){for(var w,D,N=-1,A=0;++N<8;)A+=(128&(D=M._cipher.encryptBlock(M._prev)[0]^(w=a&1<<7-N?128:0)))>>N%8,M._prev=f(M._prev,b?w:D);return A}function f(M,a){var b=M.length,d=-1,N=t.allocUnsafe(M.length);for(M=t.concat([M,t.from([a])]);++d>7;return N}j.encrypt=function(M,a,b){for(var d=a.length,N=t.allocUnsafe(d),h=-1;++h{var t=p(3502).Buffer;function e(f,M,a){var d=f._cipher.encryptBlock(f._prev)[0]^M;return f._prev=t.concat([f._prev.slice(1),t.from([a?M:d])]),d}j.encrypt=function(f,M,a){for(var b=M.length,d=t.allocUnsafe(b),N=-1;++N{var t=p(8789),e=p(3502).Buffer,f=p(7968);function M(b){var d=b._cipher.encryptBlockRaw(b._prev);return f(b._prev),d}j.encrypt=function(b,d){var N=Math.ceil(d.length/16),h=b._cache.length;b._cache=e.concat([b._cache,e.allocUnsafe(16*N)]);for(var A=0;A{j.encrypt=function(p,t){return p._cipher.encryptBlock(t)},j.decrypt=function(p,t){return p._cipher.decryptBlock(t)}},9171:(Ve,j,p)=>{var t={ECB:p(1704),CBC:p(4903),CFB:p(9885),CFB8:p(1641),CFB1:p(6531),OFB:p(6816),CTR:p(1150),GCM:p(1150)},e=p(4946);for(var f in e)e[f].module=t[e[f].mode];Ve.exports=e},6816:(Ve,j,p)=>{var t=p(8789);function e(f){return f._prev=f._cipher.encryptBlock(f._prev),f._prev}j.encrypt=function(f,M){for(;f._cache.length{var t=p(1899),e=p(3502).Buffer,f=p(1052);function a(b,d,N,h){f.call(this),this._cipher=new t.AES(d),this._prev=e.from(N),this._cache=e.allocUnsafe(0),this._secCache=e.allocUnsafe(0),this._decrypt=h,this._mode=b}p(3894)(a,f),a.prototype._update=function(b){return this._mode.encrypt(this,b,this._decrypt)},a.prototype._final=function(){this._cipher.scrub()},Ve.exports=a},5255:(Ve,j,p)=>{var t=p(9004),e=p(4330),f=p(9171),M=p(1115),a=p(347);function N(w,D,L){if(w=w.toLowerCase(),f[w])return e.createCipheriv(w,D,L);if(M[w])return new t({key:D,iv:L,mode:w});throw new TypeError("invalid suite type")}function h(w,D,L){if(w=w.toLowerCase(),f[w])return e.createDecipheriv(w,D,L);if(M[w])return new t({key:D,iv:L,mode:w,decrypt:!0});throw new TypeError("invalid suite type")}j.createCipher=j.Cipher=function b(w,D){var L,k;if(w=w.toLowerCase(),f[w])L=f[w].key,k=f[w].iv;else{if(!M[w])throw new TypeError("invalid suite type");L=8*M[w].key,k=M[w].iv}var S=a(D,!1,L,k);return N(w,S.key,S.iv)},j.createCipheriv=j.Cipheriv=N,j.createDecipher=j.Decipher=function d(w,D){var L,k;if(w=w.toLowerCase(),f[w])L=f[w].key,k=f[w].iv;else{if(!M[w])throw new TypeError("invalid suite type");L=8*M[w].key,k=M[w].iv}var S=a(D,!1,L,k);return h(w,S.key,S.iv)},j.createDecipheriv=j.Decipheriv=h,j.listCiphers=j.getCiphers=function A(){return Object.keys(M).concat(e.getCiphers())}},9004:(Ve,j,p)=>{var t=p(1052),e=p(3684),f=p(3894),M=p(3502).Buffer,a={"des-ede3-cbc":e.CBC.instantiate(e.EDE),"des-ede3":e.EDE,"des-ede-cbc":e.CBC.instantiate(e.EDE),"des-ede":e.EDE,"des-cbc":e.CBC.instantiate(e.DES),"des-ecb":e.DES};function b(d){t.call(this);var A,N=d.mode.toLowerCase(),h=a[N];A=d.decrypt?"decrypt":"encrypt";var w=d.key;M.isBuffer(w)||(w=M.from(w)),("des-ede"===N||"des-ede-cbc"===N)&&(w=M.concat([w,w.slice(0,8)]));var D=d.iv;M.isBuffer(D)||(D=M.from(D)),this._des=h.create({key:w,iv:D,type:A})}a.des=a["des-cbc"],a.des3=a["des-ede3-cbc"],Ve.exports=b,f(b,t),b.prototype._update=function(d){return M.from(this._des.update(d))},b.prototype._final=function(){return M.from(this._des.final())}},1115:(Ve,j)=>{j["des-ecb"]={key:8,iv:0},j["des-cbc"]=j.des={key:8,iv:8},j["des-ede3-cbc"]=j.des3={key:24,iv:8},j["des-ede3"]={key:24,iv:0},j["des-ede-cbc"]={key:16,iv:8},j["des-ede"]={key:16,iv:0}},8466:(Ve,j,p)=>{var t=p(8538),e=p(3753);function M(b){var N,d=b.modulus.byteLength();do{N=new t(e(d))}while(N.cmp(b.modulus)>=0||!N.umod(b.prime1)||!N.umod(b.prime2));return N}function a(b,d){var N=function f(b){var d=M(b);return{blinder:d.toRed(t.mont(b.modulus)).redPow(new t(b.publicExponent)).fromRed(),unblinder:d.invm(b.modulus)}}(d),h=d.modulus.byteLength(),A=new t(b).mul(N.blinder).umod(d.modulus),w=A.toRed(t.mont(d.prime1)),D=A.toRed(t.mont(d.prime2)),L=d.coefficient,k=d.prime1,S=d.prime2,U=w.redPow(d.exponent1).fromRed(),Z=D.redPow(d.exponent2).fromRed(),Y=U.isub(Z).imul(L).umod(k).imul(S);return Z.iadd(Y).imul(N.unblinder).umod(d.modulus).toArrayLike(Buffer,"be",h)}a.getr=M,Ve.exports=a},7793:(Ve,j,p)=>{Ve.exports=p(5207)},3923:(Ve,j,p)=>{var t=p(8446).Buffer,e=p(6386),f=p(5685),M=p(3894),a=p(9947),b=p(3946),d=p(5207);function N(D){f.Writable.call(this);var L=d[D];if(!L)throw new Error("Unknown message digest");this._hashType=L.hash,this._hash=e(L.hash),this._tag=L.id,this._signType=L.sign}function h(D){f.Writable.call(this);var L=d[D];if(!L)throw new Error("Unknown message digest");this._hash=e(L.hash),this._tag=L.id,this._signType=L.sign}function A(D){return new N(D)}function w(D){return new h(D)}Object.keys(d).forEach(function(D){d[D].id=t.from(d[D].id,"hex"),d[D.toLowerCase()]=d[D]}),M(N,f.Writable),N.prototype._write=function(L,k,S){this._hash.update(L),S()},N.prototype.update=function(L,k){return"string"==typeof L&&(L=t.from(L,k)),this._hash.update(L),this},N.prototype.sign=function(L,k){this.end();var S=this._hash.digest(),U=a(S,L,this._hashType,this._signType,this._tag);return k?U.toString(k):U},M(h,f.Writable),h.prototype._write=function(L,k,S){this._hash.update(L),S()},h.prototype.update=function(L,k){return"string"==typeof L&&(L=t.from(L,k)),this._hash.update(L),this},h.prototype.verify=function(L,k,S){"string"==typeof k&&(k=t.from(k,S)),this.end();var U=this._hash.digest();return b(k,U,L,this._signType,this._tag)},Ve.exports={Sign:A,Verify:w,createSign:A,createVerify:w}},9947:(Ve,j,p)=>{var t=p(8446).Buffer,e=p(4529),f=p(8466),M=p(7715).ec,a=p(8538),b=p(2772),d=p(1308);function D(Z,Y,ne,$){if((Z=t.from(Z.toArray())).length0&&ne.ishrn($),ne}function S(Z,Y,ne){var $,de;do{for($=t.alloc(0);8*$.length{var t=p(8446).Buffer,e=p(8538),f=p(7715).ec,M=p(2772),a=p(1308);function h(A,w){if(A.cmpn(0)<=0)throw new Error("invalid sig");if(A.cmp(w)>=w)throw new Error("invalid sig")}Ve.exports=function b(A,w,D,L,k){var S=M(D);if("ec"===S.type){if("ecdsa"!==L&&"ecdsa/rsa"!==L)throw new Error("wrong public key type");return function d(A,w,D){var L=a[D.data.algorithm.curve.join(".")];if(!L)throw new Error("unknown curve "+D.data.algorithm.curve.join("."));return new f(L).verify(w,A,D.data.subjectPrivateKey.data)}(A,w,S)}if("dsa"===S.type){if("dsa"!==L)throw new Error("wrong public key type");return function N(A,w,D){var L=D.data.p,k=D.data.q,S=D.data.g,U=D.data.pub_key,Z=M.signature.decode(A,"der"),Y=Z.s,ne=Z.r;h(Y,k),h(ne,k);var $=e.mont(L),de=Y.invm(k);return 0===S.toRed($).redPow(new e(w).mul(de).mod(k)).fromRed().mul(U.toRed($).redPow(ne.mul(de).mod(k)).fromRed()).mod(L).mod(k).cmp(ne)}(A,w,S)}if("rsa"!==L&&"ecdsa/rsa"!==L)throw new Error("wrong public key type");w=t.concat([k,w]);for(var U=S.modulus.byteLength(),Z=[1],Y=0;w.length+Z.length+2{var t=p(3172),e=t.Buffer;function f(a,b){for(var d in a)b[d]=a[d]}function M(a,b,d){return e(a,b,d)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(f(t,j),j.Buffer=M),M.prototype=Object.create(e.prototype),f(e,M),M.from=function(a,b,d){if("number"==typeof a)throw new TypeError("Argument must not be a number");return e(a,b,d)},M.alloc=function(a,b,d){if("number"!=typeof a)throw new TypeError("Argument must be a number");var N=e(a);return void 0!==b?"string"==typeof d?N.fill(b,d):N.fill(b):N.fill(0),N},M.allocUnsafe=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return e(a)},M.allocUnsafeSlow=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return t.SlowBuffer(a)}},8789:Ve=>{Ve.exports=function(p,t){for(var e=Math.min(p.length,t.length),f=new Buffer(e),M=0;M{"use strict";var t=p(5343),e=p(8461),f="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;j.Buffer=d,j.SlowBuffer=function Y(Ie){return+Ie!=Ie&&(Ie=0),d.alloc(+Ie)},j.INSPECT_MAX_BYTES=50;var M=2147483647;function b(Ie){if(Ie>M)throw new RangeError('The value "'+Ie+'" is invalid for option "size"');var Ae=new Uint8Array(Ie);return Object.setPrototypeOf(Ae,d.prototype),Ae}function d(Ie,Ae,le){if("number"==typeof Ie){if("string"==typeof Ae)throw new TypeError('The "string" argument must be of type string. Received type number');return w(Ie)}return N(Ie,Ae,le)}function N(Ie,Ae,le){if("string"==typeof Ie)return function D(Ie,Ae){if(("string"!=typeof Ae||""===Ae)&&(Ae="utf8"),!d.isEncoding(Ae))throw new TypeError("Unknown encoding: "+Ae);var le=0|ne(Ie,Ae),Te=b(le),xe=Te.write(Ie,Ae);return xe!==le&&(Te=Te.slice(0,xe)),Te}(Ie,Ae);if(ArrayBuffer.isView(Ie))return function k(Ie){if(V(Ie,Uint8Array)){var Ae=new Uint8Array(Ie);return S(Ae.buffer,Ae.byteOffset,Ae.byteLength)}return L(Ie)}(Ie);if(null==Ie)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Ie);if(V(Ie,ArrayBuffer)||Ie&&V(Ie.buffer,ArrayBuffer)||"undefined"!=typeof SharedArrayBuffer&&(V(Ie,SharedArrayBuffer)||Ie&&V(Ie.buffer,SharedArrayBuffer)))return S(Ie,Ae,le);if("number"==typeof Ie)throw new TypeError('The "value" argument must not be of type number. Received type number');var Te=Ie.valueOf&&Ie.valueOf();if(null!=Te&&Te!==Ie)return d.from(Te,Ae,le);var xe=function U(Ie){if(d.isBuffer(Ie)){var Ae=0|Z(Ie.length),le=b(Ae);return 0===le.length||Ie.copy(le,0,0,Ae),le}return void 0!==Ie.length?"number"!=typeof Ie.length||De(Ie.length)?b(0):L(Ie):"Buffer"===Ie.type&&Array.isArray(Ie.data)?L(Ie.data):void 0}(Ie);if(xe)return xe;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof Ie[Symbol.toPrimitive])return d.from(Ie[Symbol.toPrimitive]("string"),Ae,le);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Ie)}function h(Ie){if("number"!=typeof Ie)throw new TypeError('"size" argument must be of type number');if(Ie<0)throw new RangeError('The value "'+Ie+'" is invalid for option "size"')}function w(Ie){return h(Ie),b(Ie<0?0:0|Z(Ie))}function L(Ie){for(var Ae=Ie.length<0?0:0|Z(Ie.length),le=b(Ae),Te=0;Te=M)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+M.toString(16)+" bytes");return 0|Ie}function ne(Ie,Ae){if(d.isBuffer(Ie))return Ie.length;if(ArrayBuffer.isView(Ie)||V(Ie,ArrayBuffer))return Ie.byteLength;if("string"!=typeof Ie)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Ie);var le=Ie.length,Te=arguments.length>2&&!0===arguments[2];if(!Te&&0===le)return 0;for(var xe=!1;;)switch(Ae){case"ascii":case"latin1":case"binary":return le;case"utf8":case"utf-8":return Ne(Ie).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*le;case"hex":return le>>>1;case"base64":return Ue(Ie).length;default:if(xe)return Te?-1:Ne(Ie).length;Ae=(""+Ae).toLowerCase(),xe=!0}}function $(Ie,Ae,le){var Te=!1;if((void 0===Ae||Ae<0)&&(Ae=0),Ae>this.length||((void 0===le||le>this.length)&&(le=this.length),le<=0)||(le>>>=0)<=(Ae>>>=0))return"";for(Ie||(Ie="utf8");;)switch(Ie){case"hex":return v(this,Ae,le);case"utf8":case"utf-8":return u(this,Ae,le);case"ascii":return E(this,Ae,le);case"latin1":case"binary":return I(this,Ae,le);case"base64":return r(this,Ae,le);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n(this,Ae,le);default:if(Te)throw new TypeError("Unknown encoding: "+Ie);Ie=(Ie+"").toLowerCase(),Te=!0}}function de(Ie,Ae,le){var Te=Ie[Ae];Ie[Ae]=Ie[le],Ie[le]=Te}function te(Ie,Ae,le,Te,xe){if(0===Ie.length)return-1;if("string"==typeof le?(Te=le,le=0):le>2147483647?le=2147483647:le<-2147483648&&(le=-2147483648),De(le=+le)&&(le=xe?0:Ie.length-1),le<0&&(le=Ie.length+le),le>=Ie.length){if(xe)return-1;le=Ie.length-1}else if(le<0){if(!xe)return-1;le=0}if("string"==typeof Ae&&(Ae=d.from(Ae,Te)),d.isBuffer(Ae))return 0===Ae.length?-1:ie(Ie,Ae,le,Te,xe);if("number"==typeof Ae)return Ae&=255,"function"==typeof Uint8Array.prototype.indexOf?xe?Uint8Array.prototype.indexOf.call(Ie,Ae,le):Uint8Array.prototype.lastIndexOf.call(Ie,Ae,le):ie(Ie,[Ae],le,Te,xe);throw new TypeError("val must be string, number or Buffer")}function ie(Ie,Ae,le,Te,xe){var Le,W=1,ee=Ie.length,ue=Ae.length;if(void 0!==Te&&("ucs2"===(Te=String(Te).toLowerCase())||"ucs-2"===Te||"utf16le"===Te||"utf-16le"===Te)){if(Ie.length<2||Ae.length<2)return-1;W=2,ee/=2,ue/=2,le/=2}function Ce(ui,Wt){return 1===W?ui[Wt]:ui.readUInt16BE(Wt*W)}if(xe){var ut=-1;for(Le=le;Leee&&(le=ee-ue),Le=le;Le>=0;Le--){for(var ht=!0,It=0;Itxe&&(Te=xe):Te=xe;var W=Ae.length;Te>W/2&&(Te=W/2);for(var ee=0;ee>8,W.push(le%256),W.push(Te);return W}(Ae,Ie.length-le),Ie,le,Te)}function r(Ie,Ae,le){return t.fromByteArray(0===Ae&&le===Ie.length?Ie:Ie.slice(Ae,le))}function u(Ie,Ae,le){le=Math.min(Ie.length,le);for(var Te=[],xe=Ae;xe239?4:W>223?3:W>191?2:1;if(xe+ue<=le)switch(ue){case 1:W<128&&(ee=W);break;case 2:128==(192&(Ce=Ie[xe+1]))&&(ht=(31&W)<<6|63&Ce)>127&&(ee=ht);break;case 3:Le=Ie[xe+2],128==(192&(Ce=Ie[xe+1]))&&128==(192&Le)&&(ht=(15&W)<<12|(63&Ce)<<6|63&Le)>2047&&(ht<55296||ht>57343)&&(ee=ht);break;case 4:Le=Ie[xe+2],ut=Ie[xe+3],128==(192&(Ce=Ie[xe+1]))&&128==(192&Le)&&128==(192&ut)&&(ht=(15&W)<<18|(63&Ce)<<12|(63&Le)<<6|63&ut)>65535&&ht<1114112&&(ee=ht)}null===ee?(ee=65533,ue=1):ee>65535&&(Te.push((ee-=65536)>>>10&1023|55296),ee=56320|1023&ee),Te.push(ee),xe+=ue}return function _(Ie){var Ae=Ie.length;if(Ae<=c)return String.fromCharCode.apply(String,Ie);for(var le="",Te=0;Texe.length?d.from(ee).copy(xe,W):Uint8Array.prototype.set.call(xe,ee,W);else{if(!d.isBuffer(ee))throw new TypeError('"list" argument must be an Array of Buffers');ee.copy(xe,W)}W+=ee.length}return xe},d.byteLength=ne,d.prototype._isBuffer=!0,d.prototype.swap16=function(){var Ae=this.length;if(Ae%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var le=0;lele&&(Ae+=" ... "),""},f&&(d.prototype[f]=d.prototype.inspect),d.prototype.compare=function(Ae,le,Te,xe,W){if(V(Ae,Uint8Array)&&(Ae=d.from(Ae,Ae.offset,Ae.byteLength)),!d.isBuffer(Ae))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof Ae);if(void 0===le&&(le=0),void 0===Te&&(Te=Ae?Ae.length:0),void 0===xe&&(xe=0),void 0===W&&(W=this.length),le<0||Te>Ae.length||xe<0||W>this.length)throw new RangeError("out of range index");if(xe>=W&&le>=Te)return 0;if(xe>=W)return-1;if(le>=Te)return 1;if(this===Ae)return 0;for(var ee=(W>>>=0)-(xe>>>=0),ue=(Te>>>=0)-(le>>>=0),Ce=Math.min(ee,ue),Le=this.slice(xe,W),ut=Ae.slice(le,Te),ht=0;ht>>=0,isFinite(Te)?(Te>>>=0,void 0===xe&&(xe="utf8")):(xe=Te,Te=void 0)}var W=this.length-le;if((void 0===Te||Te>W)&&(Te=W),Ae.length>0&&(Te<0||le<0)||le>this.length)throw new RangeError("Attempt to write outside buffer bounds");xe||(xe="utf8");for(var ee=!1;;)switch(xe){case"hex":return oe(this,Ae,le,Te);case"utf8":case"utf-8":return X(this,Ae,le,Te);case"ascii":case"latin1":case"binary":return me(this,Ae,le,Te);case"base64":return y(this,Ae,le,Te);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return i(this,Ae,le,Te);default:if(ee)throw new TypeError("Unknown encoding: "+xe);xe=(""+xe).toLowerCase(),ee=!0}},d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var c=4096;function E(Ie,Ae,le){var Te="";le=Math.min(Ie.length,le);for(var xe=Ae;xeTe)&&(le=Te);for(var xe="",W=Ae;Wle)throw new RangeError("Trying to access beyond buffer length")}function B(Ie,Ae,le,Te,xe,W){if(!d.isBuffer(Ie))throw new TypeError('"buffer" argument must be a Buffer instance');if(Ae>xe||AeIe.length)throw new RangeError("Index out of range")}function P(Ie,Ae,le,Te,xe,W){if(le+Te>Ie.length)throw new RangeError("Index out of range");if(le<0)throw new RangeError("Index out of range")}function H(Ie,Ae,le,Te,xe){return Ae=+Ae,le>>>=0,xe||P(Ie,0,le,4),e.write(Ie,Ae,le,Te,23,4),le+4}function q(Ie,Ae,le,Te,xe){return Ae=+Ae,le>>>=0,xe||P(Ie,0,le,8),e.write(Ie,Ae,le,Te,52,8),le+8}d.prototype.slice=function(Ae,le){var Te=this.length;(Ae=~~Ae)<0?(Ae+=Te)<0&&(Ae=0):Ae>Te&&(Ae=Te),(le=void 0===le?Te:~~le)<0?(le+=Te)<0&&(le=0):le>Te&&(le=Te),le>>=0,le>>>=0,Te||C(Ae,le,this.length);for(var xe=this[Ae],W=1,ee=0;++ee>>=0,le>>>=0,Te||C(Ae,le,this.length);for(var xe=this[Ae+--le],W=1;le>0&&(W*=256);)xe+=this[Ae+--le]*W;return xe},d.prototype.readUint8=d.prototype.readUInt8=function(Ae,le){return Ae>>>=0,le||C(Ae,1,this.length),this[Ae]},d.prototype.readUint16LE=d.prototype.readUInt16LE=function(Ae,le){return Ae>>>=0,le||C(Ae,2,this.length),this[Ae]|this[Ae+1]<<8},d.prototype.readUint16BE=d.prototype.readUInt16BE=function(Ae,le){return Ae>>>=0,le||C(Ae,2,this.length),this[Ae]<<8|this[Ae+1]},d.prototype.readUint32LE=d.prototype.readUInt32LE=function(Ae,le){return Ae>>>=0,le||C(Ae,4,this.length),(this[Ae]|this[Ae+1]<<8|this[Ae+2]<<16)+16777216*this[Ae+3]},d.prototype.readUint32BE=d.prototype.readUInt32BE=function(Ae,le){return Ae>>>=0,le||C(Ae,4,this.length),16777216*this[Ae]+(this[Ae+1]<<16|this[Ae+2]<<8|this[Ae+3])},d.prototype.readIntLE=function(Ae,le,Te){Ae>>>=0,le>>>=0,Te||C(Ae,le,this.length);for(var xe=this[Ae],W=1,ee=0;++ee=(W*=128)&&(xe-=Math.pow(2,8*le)),xe},d.prototype.readIntBE=function(Ae,le,Te){Ae>>>=0,le>>>=0,Te||C(Ae,le,this.length);for(var xe=le,W=1,ee=this[Ae+--xe];xe>0&&(W*=256);)ee+=this[Ae+--xe]*W;return ee>=(W*=128)&&(ee-=Math.pow(2,8*le)),ee},d.prototype.readInt8=function(Ae,le){return Ae>>>=0,le||C(Ae,1,this.length),128&this[Ae]?-1*(255-this[Ae]+1):this[Ae]},d.prototype.readInt16LE=function(Ae,le){Ae>>>=0,le||C(Ae,2,this.length);var Te=this[Ae]|this[Ae+1]<<8;return 32768&Te?4294901760|Te:Te},d.prototype.readInt16BE=function(Ae,le){Ae>>>=0,le||C(Ae,2,this.length);var Te=this[Ae+1]|this[Ae]<<8;return 32768&Te?4294901760|Te:Te},d.prototype.readInt32LE=function(Ae,le){return Ae>>>=0,le||C(Ae,4,this.length),this[Ae]|this[Ae+1]<<8|this[Ae+2]<<16|this[Ae+3]<<24},d.prototype.readInt32BE=function(Ae,le){return Ae>>>=0,le||C(Ae,4,this.length),this[Ae]<<24|this[Ae+1]<<16|this[Ae+2]<<8|this[Ae+3]},d.prototype.readFloatLE=function(Ae,le){return Ae>>>=0,le||C(Ae,4,this.length),e.read(this,Ae,!0,23,4)},d.prototype.readFloatBE=function(Ae,le){return Ae>>>=0,le||C(Ae,4,this.length),e.read(this,Ae,!1,23,4)},d.prototype.readDoubleLE=function(Ae,le){return Ae>>>=0,le||C(Ae,8,this.length),e.read(this,Ae,!0,52,8)},d.prototype.readDoubleBE=function(Ae,le){return Ae>>>=0,le||C(Ae,8,this.length),e.read(this,Ae,!1,52,8)},d.prototype.writeUintLE=d.prototype.writeUIntLE=function(Ae,le,Te,xe){Ae=+Ae,le>>>=0,Te>>>=0,xe||B(this,Ae,le,Te,Math.pow(2,8*Te)-1,0);var ee=1,ue=0;for(this[le]=255&Ae;++ue>>=0,Te>>>=0,xe||B(this,Ae,le,Te,Math.pow(2,8*Te)-1,0);var ee=Te-1,ue=1;for(this[le+ee]=255&Ae;--ee>=0&&(ue*=256);)this[le+ee]=Ae/ue&255;return le+Te},d.prototype.writeUint8=d.prototype.writeUInt8=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,1,255,0),this[le]=255&Ae,le+1},d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,2,65535,0),this[le]=255&Ae,this[le+1]=Ae>>>8,le+2},d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,2,65535,0),this[le]=Ae>>>8,this[le+1]=255&Ae,le+2},d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,4,4294967295,0),this[le+3]=Ae>>>24,this[le+2]=Ae>>>16,this[le+1]=Ae>>>8,this[le]=255&Ae,le+4},d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,4,4294967295,0),this[le]=Ae>>>24,this[le+1]=Ae>>>16,this[le+2]=Ae>>>8,this[le+3]=255&Ae,le+4},d.prototype.writeIntLE=function(Ae,le,Te,xe){if(Ae=+Ae,le>>>=0,!xe){var W=Math.pow(2,8*Te-1);B(this,Ae,le,Te,W-1,-W)}var ee=0,ue=1,Ce=0;for(this[le]=255&Ae;++ee>0)-Ce&255;return le+Te},d.prototype.writeIntBE=function(Ae,le,Te,xe){if(Ae=+Ae,le>>>=0,!xe){var W=Math.pow(2,8*Te-1);B(this,Ae,le,Te,W-1,-W)}var ee=Te-1,ue=1,Ce=0;for(this[le+ee]=255&Ae;--ee>=0&&(ue*=256);)Ae<0&&0===Ce&&0!==this[le+ee+1]&&(Ce=1),this[le+ee]=(Ae/ue>>0)-Ce&255;return le+Te},d.prototype.writeInt8=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,1,127,-128),Ae<0&&(Ae=255+Ae+1),this[le]=255&Ae,le+1},d.prototype.writeInt16LE=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,2,32767,-32768),this[le]=255&Ae,this[le+1]=Ae>>>8,le+2},d.prototype.writeInt16BE=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,2,32767,-32768),this[le]=Ae>>>8,this[le+1]=255&Ae,le+2},d.prototype.writeInt32LE=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,4,2147483647,-2147483648),this[le]=255&Ae,this[le+1]=Ae>>>8,this[le+2]=Ae>>>16,this[le+3]=Ae>>>24,le+4},d.prototype.writeInt32BE=function(Ae,le,Te){return Ae=+Ae,le>>>=0,Te||B(this,Ae,le,4,2147483647,-2147483648),Ae<0&&(Ae=4294967295+Ae+1),this[le]=Ae>>>24,this[le+1]=Ae>>>16,this[le+2]=Ae>>>8,this[le+3]=255&Ae,le+4},d.prototype.writeFloatLE=function(Ae,le,Te){return H(this,Ae,le,!0,Te)},d.prototype.writeFloatBE=function(Ae,le,Te){return H(this,Ae,le,!1,Te)},d.prototype.writeDoubleLE=function(Ae,le,Te){return q(this,Ae,le,!0,Te)},d.prototype.writeDoubleBE=function(Ae,le,Te){return q(this,Ae,le,!1,Te)},d.prototype.copy=function(Ae,le,Te,xe){if(!d.isBuffer(Ae))throw new TypeError("argument should be a Buffer");if(Te||(Te=0),!xe&&0!==xe&&(xe=this.length),le>=Ae.length&&(le=Ae.length),le||(le=0),xe>0&&xe=this.length)throw new RangeError("Index out of range");if(xe<0)throw new RangeError("sourceEnd out of bounds");xe>this.length&&(xe=this.length),Ae.length-le>>=0,Te=void 0===Te?this.length:Te>>>0,Ae||(Ae=0),"number"==typeof Ae)for(ee=le;ee55295&&le<57344){if(!xe){if(le>56319){(Ae-=3)>-1&&W.push(239,191,189);continue}if(ee+1===Te){(Ae-=3)>-1&&W.push(239,191,189);continue}xe=le;continue}if(le<56320){(Ae-=3)>-1&&W.push(239,191,189),xe=le;continue}le=65536+(xe-55296<<10|le-56320)}else xe&&(Ae-=3)>-1&&W.push(239,191,189);if(xe=null,le<128){if((Ae-=1)<0)break;W.push(le)}else if(le<2048){if((Ae-=2)<0)break;W.push(le>>6|192,63&le|128)}else if(le<65536){if((Ae-=3)<0)break;W.push(le>>12|224,le>>6&63|128,63&le|128)}else{if(!(le<1114112))throw new Error("Invalid code point");if((Ae-=4)<0)break;W.push(le>>18|240,le>>12&63|128,le>>6&63|128,63&le|128)}}return W}function Ue(Ie){return t.toByteArray(function _e(Ie){if((Ie=(Ie=Ie.split("=")[0]).trim().replace(he,"")).length<2)return"";for(;Ie.length%4!=0;)Ie+="=";return Ie}(Ie))}function ye(Ie,Ae,le,Te){for(var xe=0;xe=Ae.length||xe>=Ie.length);++xe)Ae[xe+le]=Ie[xe];return xe}function V(Ie,Ae){return Ie instanceof Ae||null!=Ie&&null!=Ie.constructor&&null!=Ie.constructor.name&&Ie.constructor.name===Ae.name}function De(Ie){return Ie!=Ie}var dt=function(){for(var Ie="0123456789abcdef",Ae=new Array(256),le=0;le<16;++le)for(var Te=16*le,xe=0;xe<16;++xe)Ae[Te+xe]=Ie[le]+Ie[xe];return Ae}()},1052:(Ve,j,p)=>{var t=p(3502).Buffer,e=p(295).Transform,f=p(3054).s;function a(b){e.call(this),this.hashMode="string"==typeof b,this.hashMode?this[b]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}p(3894)(a,e),a.prototype.update=function(b,d,N){"string"==typeof b&&(b=t.from(b,d));var h=this._update(b);return this.hashMode?this:(N&&(h=this._toString(h,N)),h)},a.prototype.setAutoPadding=function(){},a.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},a.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},a.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},a.prototype._transform=function(b,d,N){var h;try{this.hashMode?this._update(b):this.push(this._update(b))}catch(A){h=A}finally{N(h)}},a.prototype._flush=function(b){var d;try{this.push(this.__final())}catch(N){d=N}b(d)},a.prototype._finalOrDigest=function(b){var d=this.__final()||t.alloc(0);return b&&(d=this._toString(d,b,!0)),d},a.prototype._toString=function(b,d,N){if(this._decoder||(this._decoder=new f(d),this._encoding=d),this._encoding!==d)throw new Error("can't switch encodings");var h=this._decoder.write(b);return N&&(h+=this._decoder.end()),h},Ve.exports=a},7293:(Ve,j,p)=>{"use strict";const t=p(4315),e=p(2872),f=p(717);Ve.exports=function M(d,N){switch(e(d)){case"object":return function a(d,N){if("function"==typeof N)return N(d);if(N||f(d)){const h=new d.constructor;for(let A in d)h[A]=M(d[A],N);return h}return d}(d,N);case"array":return function b(d,N){const h=new d.constructor(d.length);for(let A=0;AM?f:Array(M-f.length+1).join("0")+f}(M.toString(16),2)}).join("")}(f)},hexToBytes:function(f){if(f.length%2==1)throw new Error("hexToBytes can't have a string with an odd number of characters.");return 0===f.indexOf("0x")&&(f=f.slice(2)),f.match(/../g).map(function(M){return parseInt(M,16)})}};Ve.exports?Ve.exports=p:j.convertHex=p}(this)},5612:function(Ve){!function(j){"use strict";var p={bytesToString:function(t){return t.map(function(e){return String.fromCharCode(e)}).join("")},stringToBytes:function(t){return t.split("").map(function(e){return e.charCodeAt(0)})}};p.UTF8={bytesToString:function(t){return decodeURIComponent(escape(p.bytesToString(t)))},stringToBytes:function(t){return p.stringToBytes(unescape(encodeURIComponent(t)))}},Ve.exports?Ve.exports=p:j.convertString=p}(this)},4746:(Ve,j,p)=>{var t=p(7715),e=p(6422);Ve.exports=function(d){return new M(d)};var f={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function M(b){this.curveType=f[b],this.curveType||(this.curveType={name:b}),this.curve=new t.ec(this.curveType.name),this.keys=void 0}function a(b,d,N){Array.isArray(b)||(b=b.toArray());var h=new Buffer(b);if(N&&h.length=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),H=Math.max(0,n-y.length+1);H<=P;H++)C+=(E=(c=0|y.words[n-H|0])*(_=0|i.words[H])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,_e=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,De=0|c[4],dt=8191&De,Ie=De>>>13,Ae=0|c[5],le=8191&Ae,Te=Ae>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],Ce=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],Yt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Xe=0|_[6],Se=8191&Xe,Ge=Xe>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(H,xt)|0))<<13)|0;I=((C=Math.imul(H,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(_e,xt)|0,C=Math.imul(_e,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(H,et)|0))<<13)|0;I=((C=C+Math.imul(H,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(_e,et)|0,C=C+Math.imul(_e,yt)|0;var zi=(I+(v=v+Math.imul(P,Yt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(H,Yt)|0))<<13)|0;I=((C=C+Math.imul(H,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,Yt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(_e,Yt)|0,C=C+Math.imul(_e,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(H,ce)|0))<<13)|0;I=((C=C+Math.imul(H,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,Yt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,Yt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(_e,ce)|0,C=C+Math.imul(_e,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(H,mt)|0))<<13)|0;I=((C=C+Math.imul(H,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,Yt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,Yt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(_e,mt)|0,C=C+Math.imul(_e,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(H,Re)|0))<<13)|0;I=((C=C+Math.imul(H,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,Yt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,Yt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(_e,Re)|0,C=C+Math.imul(_e,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(H,Se)|0))<<13)|0;I=((C=C+Math.imul(H,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(Ce,xt),n=(n=Math.imul(Ce,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,Yt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,Yt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(_e,Se)|0,C=C+Math.imul(_e,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(H,st)|0))<<13)|0;I=((C=C+Math.imul(H,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(Ce,et)|0,n=(n=n+Math.imul(Ce,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,Yt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,Yt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(_e,st)|0,C=C+Math.imul(_e,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(H,qt)|0))<<13)|0;I=((C=C+Math.imul(H,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(Ce,Yt)|0,n=(n=n+Math.imul(Ce,Pe)|0)+Math.imul(Le,Yt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(_e,qt)|0,C=C+Math.imul(_e,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(H,fi)|0))<<13)|0;I=((C=C+Math.imul(H,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,Yt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,Yt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(Ce,ce)|0,n=(n=n+Math.imul(Ce,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(_e,fi)|0))<<13)|0;I=((C=C+Math.imul(_e,si)|0)+(n>>>13)|0)+(qe>>>26)|0,qe&=67108863,v=Math.imul(Wt,Yt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,Yt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(Ce,mt)|0,n=(n=n+Math.imul(Ce,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(Ce,Re)|0,n=(n=n+Math.imul(Ce,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(Ce,Se)|0,n=(n=n+Math.imul(Ce,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(Ce,st)|0,n=(n=n+Math.imul(Ce,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(Ce,qt)|0,n=(n=n+Math.imul(Ce,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Zi=(I+(v=v+Math.imul(Ce,fi)|0)|0)+((8191&(n=(n=n+Math.imul(Ce,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var gn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(gn>>>26)|0,gn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Zi,E[17]=sn,E[18]=gn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new Y).mulp(y,i,r)}function Y(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},Y.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},Y.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},Y.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var H=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(H=Math.min(H/E|0,67108863),c._ishlnsubmul(_,H,P);0!==c.negative;)H--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=H)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var H=0,q=1;0==(u.words[0]&q)&&H<26;++H,q<<=1);if(H>0)for(u.iushrn(H);H-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),H=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},6386:(Ve,j,p)=>{"use strict";var t=p(3894),e=p(8095),f=p(5634),M=p(5244),a=p(1052);function b(d){a.call(this,"digest"),this._hash=d}t(b,a),b.prototype._update=function(d){this._hash.update(d)},b.prototype._final=function(){return this._hash.digest()},Ve.exports=function(N){return"md5"===(N=N.toLowerCase())?new e:"rmd160"===N||"ripemd160"===N?new f:new b(M(N))}},5640:(Ve,j,p)=>{var t=p(8095);Ve.exports=function(e){return(new t).update(e).digest()}},4529:(Ve,j,p)=>{"use strict";var t=p(3894),e=p(7309),f=p(1052),M=p(3502).Buffer,a=p(5640),b=p(5634),d=p(5244),N=M.alloc(128);function h(A,w){f.call(this,"digest"),"string"==typeof w&&(w=M.from(w));var D="sha512"===A||"sha384"===A?128:64;this._alg=A,this._key=w,w.length>D?w=("rmd160"===A?new b:d(A)).update(w).digest():w.length{"use strict";var t=p(3894),e=p(3502).Buffer,f=p(1052),M=e.alloc(128),a=64;function b(d,N){f.call(this,"digest"),"string"==typeof N&&(N=e.from(N)),this._alg=d,this._key=N,N.length>a?N=d(N):N.length{"use strict";j.randomBytes=j.rng=j.pseudoRandomBytes=j.prng=p(3753),j.createHash=j.Hash=p(6386),j.createHmac=j.Hmac=p(4529);var t=p(7793),e=Object.keys(t),f=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(e);j.getHashes=function(){return f};var M=p(9357);j.pbkdf2=M.pbkdf2,j.pbkdf2Sync=M.pbkdf2Sync;var a=p(5255);j.Cipher=a.Cipher,j.createCipher=a.createCipher,j.Cipheriv=a.Cipheriv,j.createCipheriv=a.createCipheriv,j.Decipher=a.Decipher,j.createDecipher=a.createDecipher,j.Decipheriv=a.Decipheriv,j.createDecipheriv=a.createDecipheriv,j.getCiphers=a.getCiphers,j.listCiphers=a.listCiphers;var b=p(8829);j.DiffieHellmanGroup=b.DiffieHellmanGroup,j.createDiffieHellmanGroup=b.createDiffieHellmanGroup,j.getDiffieHellman=b.getDiffieHellman,j.createDiffieHellman=b.createDiffieHellman,j.DiffieHellman=b.DiffieHellman;var d=p(3923);j.createSign=d.createSign,j.Sign=d.Sign,j.createVerify=d.createVerify,j.Verify=d.Verify,j.createECDH=p(4746);var N=p(3701);j.publicEncrypt=N.publicEncrypt,j.privateEncrypt=N.privateEncrypt,j.publicDecrypt=N.publicDecrypt,j.privateDecrypt=N.privateDecrypt;var h=p(4275);j.randomFill=h.randomFill,j.randomFillSync=h.randomFillSync,j.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join("\n"))},j.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}},3684:(Ve,j,p)=>{"use strict";j.utils=p(7451),j.Cipher=p(8170),j.DES=p(4631),j.CBC=p(9454),j.EDE=p(1862)},9454:(Ve,j,p)=>{"use strict";var t=p(2391),e=p(3894),f={};function M(b){t.equal(b.length,8,"Invalid IV length"),this.iv=new Array(8);for(var d=0;d{"use strict";var t=p(2391);function e(f){this.options=f,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0}Ve.exports=e,e.prototype._init=function(){},e.prototype.update=function(M){return 0===M.length?[]:"decrypt"===this.type?this._updateDecrypt(M):this._updateEncrypt(M)},e.prototype._buffer=function(M,a){for(var b=Math.min(this.buffer.length-this.bufferOff,M.length-a),d=0;d0;d--)a+=this._buffer(M,a),b+=this._flushBuffer(N,b);return a+=this._buffer(M,a),N},e.prototype.final=function(M){var a,b;return M&&(a=this.update(M)),b="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),a?a.concat(b):b},e.prototype._pad=function(M,a){if(0===a)return!1;for(;a{"use strict";var t=p(2391),e=p(3894),f=p(7451),M=p(8170);function a(){this.tmp=new Array(2),this.keys=null}function b(N){M.call(this,N);var h=new a;this._desState=h,this.deriveKeys(h,N.key)}e(b,M),Ve.exports=b,b.create=function(h){return new b(h)};var d=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];b.prototype.deriveKeys=function(h,A){h.keys=new Array(32),t.equal(A.length,this.blockSize,"Invalid key length");var w=f.readUInt32BE(A,0),D=f.readUInt32BE(A,4);f.pc1(w,D,h.tmp,0),w=h.tmp[0],D=h.tmp[1];for(var L=0;L>>1];w=f.r28shl(w,k),D=f.r28shl(D,k),f.pc2(w,D,h.keys,L)}},b.prototype._update=function(h,A,w,D){var L=this._desState,k=f.readUInt32BE(h,A),S=f.readUInt32BE(h,A+4);f.ip(k,S,L.tmp,0),k=L.tmp[0],S=L.tmp[1],"encrypt"===this.type?this._encrypt(L,k,S,L.tmp,0):this._decrypt(L,k,S,L.tmp,0),S=L.tmp[1],f.writeUInt32BE(w,k=L.tmp[0],D),f.writeUInt32BE(w,S,D+4)},b.prototype._pad=function(h,A){for(var w=h.length-A,D=A;D>>0,k=de}f.rip(S,k,D,L)},b.prototype._decrypt=function(h,A,w,D,L){for(var k=w,S=A,U=h.keys.length-2;U>=0;U-=2){var Z=h.keys[U],Y=h.keys[U+1];f.expand(k,h.tmp,0);var ne=f.substitute(Z^=h.tmp[0],Y^=h.tmp[1]),de=k;k=(S^f.permute(ne))>>>0,S=de}f.rip(k,S,D,L)}},1862:(Ve,j,p)=>{"use strict";var t=p(2391),e=p(3894),f=p(8170),M=p(4631);function a(d,N){t.equal(N.length,24,"Invalid key length");var h=N.slice(0,8),A=N.slice(8,16),w=N.slice(16,24);this.ciphers="encrypt"===d?[M.create({type:"encrypt",key:h}),M.create({type:"decrypt",key:A}),M.create({type:"encrypt",key:w})]:[M.create({type:"decrypt",key:w}),M.create({type:"encrypt",key:A}),M.create({type:"decrypt",key:h})]}function b(d){f.call(this,d);var N=new a(this.type,this.options.key);this._edeState=N}e(b,f),Ve.exports=b,b.create=function(N){return new b(N)},b.prototype._update=function(N,h,A,w){var D=this._edeState;D.ciphers[0]._update(N,h,A,w),D.ciphers[1]._update(A,w,A,w),D.ciphers[2]._update(A,w,A,w)},b.prototype._pad=M.prototype._pad,b.prototype._unpad=M.prototype._unpad},7451:(Ve,j)=>{"use strict";j.readUInt32BE=function(M,a){return(M[0+a]<<24|M[1+a]<<16|M[2+a]<<8|M[3+a])>>>0},j.writeUInt32BE=function(M,a,b){M[0+b]=a>>>24,M[1+b]=a>>>16&255,M[2+b]=a>>>8&255,M[3+b]=255&a},j.ip=function(M,a,b,d){for(var N=0,h=0,A=6;A>=0;A-=2){for(var w=0;w<=24;w+=8)N<<=1,N|=a>>>w+A&1;for(w=0;w<=24;w+=8)N<<=1,N|=M>>>w+A&1}for(A=6;A>=0;A-=2){for(w=1;w<=25;w+=8)h<<=1,h|=a>>>w+A&1;for(w=1;w<=25;w+=8)h<<=1,h|=M>>>w+A&1}b[d+0]=N>>>0,b[d+1]=h>>>0},j.rip=function(M,a,b,d){for(var N=0,h=0,A=0;A<4;A++)for(var w=24;w>=0;w-=8)N<<=1,N|=a>>>w+A&1,N<<=1,N|=M>>>w+A&1;for(A=4;A<8;A++)for(w=24;w>=0;w-=8)h<<=1,h|=a>>>w+A&1,h<<=1,h|=M>>>w+A&1;b[d+0]=N>>>0,b[d+1]=h>>>0},j.pc1=function(M,a,b,d){for(var N=0,h=0,A=7;A>=5;A--){for(var w=0;w<=24;w+=8)N<<=1,N|=a>>w+A&1;for(w=0;w<=24;w+=8)N<<=1,N|=M>>w+A&1}for(w=0;w<=24;w+=8)N<<=1,N|=a>>w+A&1;for(A=1;A<=3;A++){for(w=0;w<=24;w+=8)h<<=1,h|=a>>w+A&1;for(w=0;w<=24;w+=8)h<<=1,h|=M>>w+A&1}for(w=0;w<=24;w+=8)h<<=1,h|=M>>w+A&1;b[d+0]=N>>>0,b[d+1]=h>>>0},j.r28shl=function(M,a){return M<>>28-a};var p=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];j.pc2=function(M,a,b,d){for(var N=0,h=0,A=p.length>>>1,w=0;w>>p[w]&1;for(w=A;w>>p[w]&1;b[d+0]=N>>>0,b[d+1]=h>>>0},j.expand=function(M,a,b){var d=0,N=0;d=(1&M)<<5|M>>>27;for(var h=23;h>=15;h-=4)d<<=6,d|=M>>>h&63;for(h=11;h>=3;h-=4)N|=M>>>h&63,N<<=6;N|=(31&M)<<1|M>>>31,a[b+0]=d>>>0,a[b+1]=N>>>0};var t=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];j.substitute=function(M,a){for(var b=0,d=0;d<4;d++)b<<=4,b|=t[64*d+(M>>>18-6*d&63)];for(d=0;d<4;d++)b<<=4,b|=t[256+64*d+(a>>>18-6*d&63)];return b>>>0};var e=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];j.permute=function(M){for(var a=0,b=0;b>>e[b]&1;return a>>>0},j.padSplit=function(M,a,b){for(var d=M.toString(2);d.length{var t=p(5563),e=p(9799),f=p(1419),a={binary:!0,hex:!0,base64:!0};j.DiffieHellmanGroup=j.createDiffieHellmanGroup=j.getDiffieHellman=function M(d){var N=new Buffer(e[d].prime,"hex"),h=new Buffer(e[d].gen,"hex");return new f(N,h)},j.createDiffieHellman=j.DiffieHellman=function b(d,N,h,A){return Buffer.isBuffer(N)||void 0===a[N]?b(d,"binary",N,h):(N=N||"binary",A=A||"binary",h=h||new Buffer([2]),Buffer.isBuffer(h)||(h=new Buffer(h,A)),"number"==typeof d?new f(t(d,h),h,!0):(Buffer.isBuffer(d)||(d=new Buffer(d,N)),new f(d,h,!0)))}},1419:(Ve,j,p)=>{var t=p(8313),f=new(p(7079)),M=new t(24),a=new t(11),b=new t(10),d=new t(3),N=new t(7),h=p(5563),A=p(3753);function w(Z,Y){return Y=Y||"utf8",Buffer.isBuffer(Z)||(Z=new Buffer(Z,Y)),this._pub=new t(Z),this}function D(Z,Y){return Y=Y||"utf8",Buffer.isBuffer(Z)||(Z=new Buffer(Z,Y)),this._priv=new t(Z),this}Ve.exports=S;var L={};function S(Z,Y,ne){this.setGenerator(Y),this.__prime=new t(Z),this._prime=t.mont(this.__prime),this._primeLen=Z.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,ne?(this.setPublicKey=w,this.setPrivateKey=D):this._primeCode=8}function U(Z,Y){var ne=new Buffer(Z.toArray());return Y?ne.toString(Y):ne}Object.defineProperty(S.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function k(Z,Y){var ne=Y.toString("hex"),$=[ne,Z.toString(16)].join("_");if($ in L)return L[$];var te,de=0;if(Z.isEven()||!h.simpleSieve||!h.fermatTest(Z)||!f.test(Z))return de+=1,L[$]=de+="02"===ne||"05"===ne?8:4,de;switch(f.test(Z.shrn(1))||(de+=2),ne){case"02":Z.mod(M).cmp(a)&&(de+=8);break;case"05":(te=Z.mod(b)).cmp(d)&&te.cmp(N)&&(de+=8);break;default:de+=4}return L[$]=de,de}(this.__prime,this.__gen)),this._primeCode}}),S.prototype.generateKeys=function(){return this._priv||(this._priv=new t(A(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},S.prototype.computeSecret=function(Z){var Y=(Z=(Z=new t(Z)).toRed(this._prime)).redPow(this._priv).fromRed(),ne=new Buffer(Y.toArray()),$=this.getPrime();if(ne.length<$.length){var de=new Buffer($.length-ne.length);de.fill(0),ne=Buffer.concat([de,ne])}return ne},S.prototype.getPublicKey=function(Y){return U(this._pub,Y)},S.prototype.getPrivateKey=function(Y){return U(this._priv,Y)},S.prototype.getPrime=function(Z){return U(this.__prime,Z)},S.prototype.getGenerator=function(Z){return U(this._gen,Z)},S.prototype.setGenerator=function(Z,Y){return Y=Y||"utf8",Buffer.isBuffer(Z)||(Z=new Buffer(Z,Y)),this.__gen=Z,this._gen=new t(Z),this}},5563:(Ve,j,p)=>{var t=p(3753);Ve.exports=de,de.simpleSieve=ne,de.fermatTest=$;var e=p(8313),f=new e(24),a=new(p(7079)),b=new e(1),d=new e(2),N=new e(5),w=(new e(16),new e(8),new e(10)),D=new e(3),k=(new e(7),new e(11)),S=new e(4),Z=(new e(12),null);function ne(te){for(var ie=function Y(){if(null!==Z)return Z;var ie=[];ie[0]=2;for(var oe=1,X=3;X<1048576;X+=2){for(var me=Math.ceil(Math.sqrt(X)),y=0;yte;)oe.ishrn(1);if(oe.isEven()&&oe.iadd(b),oe.testn(1)||oe.iadd(d),ie.cmp(d)){if(!ie.cmp(N))for(;oe.mod(w).cmp(D);)oe.iadd(S)}else for(;oe.mod(f).cmp(k);)oe.iadd(S);if(ne(X=oe.shrn(1))&&ne(oe)&&$(X)&&$(oe)&&a.test(X)&&a.test(oe))return oe}}},8313:function(Ve,j,p){!function(t,e){"use strict";function f(y,i){if(!y)throw new Error(i||"Assertion failed")}function M(y,i){y.super_=i;var r=function(){};r.prototype=i.prototype,y.prototype=new r,y.prototype.constructor=y}function a(y,i,r){if(a.isBN(y))return y;this.negative=0,this.words=null,this.length=0,this.red=null,null!==y&&(("le"===i||"be"===i)&&(r=i,i=10),this._init(y||0,i||10,r||"be"))}var b;"object"==typeof t?t.exports=a:e.BN=a,a.BN=a,a.wordSize=26;try{b="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:p(7748).Buffer}catch(y){}function d(y,i){var r=y.charCodeAt(i);return r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),H=Math.max(0,n-y.length+1);H<=P;H++)C+=(E=(c=0|y.words[n-H|0])*(_=0|i.words[H])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,_e=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,De=0|c[4],dt=8191&De,Ie=De>>>13,Ae=0|c[5],le=8191&Ae,Te=Ae>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],Ce=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],Yt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Xe=0|_[6],Se=8191&Xe,Ge=Xe>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(H,xt)|0))<<13)|0;I=((C=Math.imul(H,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(_e,xt)|0,C=Math.imul(_e,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(H,et)|0))<<13)|0;I=((C=C+Math.imul(H,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(_e,et)|0,C=C+Math.imul(_e,yt)|0;var zi=(I+(v=v+Math.imul(P,Yt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(H,Yt)|0))<<13)|0;I=((C=C+Math.imul(H,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,Yt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(_e,Yt)|0,C=C+Math.imul(_e,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(H,ce)|0))<<13)|0;I=((C=C+Math.imul(H,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,Yt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,Yt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(_e,ce)|0,C=C+Math.imul(_e,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(H,mt)|0))<<13)|0;I=((C=C+Math.imul(H,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,Yt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,Yt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(_e,mt)|0,C=C+Math.imul(_e,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(H,Re)|0))<<13)|0;I=((C=C+Math.imul(H,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,Yt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,Yt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(_e,Re)|0,C=C+Math.imul(_e,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(H,Se)|0))<<13)|0;I=((C=C+Math.imul(H,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(Ce,xt),n=(n=Math.imul(Ce,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,Yt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,Yt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(_e,Se)|0,C=C+Math.imul(_e,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(H,st)|0))<<13)|0;I=((C=C+Math.imul(H,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(Ce,et)|0,n=(n=n+Math.imul(Ce,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,Yt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,Yt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(_e,st)|0,C=C+Math.imul(_e,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(H,qt)|0))<<13)|0;I=((C=C+Math.imul(H,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(Ce,Yt)|0,n=(n=n+Math.imul(Ce,Pe)|0)+Math.imul(Le,Yt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(_e,qt)|0,C=C+Math.imul(_e,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(H,fi)|0))<<13)|0;I=((C=C+Math.imul(H,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,Yt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,Yt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(Ce,ce)|0,n=(n=n+Math.imul(Ce,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(_e,fi)|0))<<13)|0;I=((C=C+Math.imul(_e,si)|0)+(n>>>13)|0)+(qe>>>26)|0,qe&=67108863,v=Math.imul(Wt,Yt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,Yt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(Ce,mt)|0,n=(n=n+Math.imul(Ce,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(Ce,Re)|0,n=(n=n+Math.imul(Ce,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(Ce,Se)|0,n=(n=n+Math.imul(Ce,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(Ce,st)|0,n=(n=n+Math.imul(Ce,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(Ce,qt)|0,n=(n=n+Math.imul(Ce,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Zi=(I+(v=v+Math.imul(Ce,fi)|0)|0)+((8191&(n=(n=n+Math.imul(Ce,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var gn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(gn>>>26)|0,gn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Zi,E[17]=sn,E[18]=gn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new Y).mulp(y,i,r)}function Y(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},Y.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},Y.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},Y.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var H=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(H=Math.min(H/E|0,67108863),c._ishlnsubmul(_,H,P);0!==c.negative;)H--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=H)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var H=0,q=1;0==(u.words[0]&q)&&H<26;++H,q<<=1);if(H>0)for(u.iushrn(H);H-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),H=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},4901:Ve=>{"use strict";var j={single_source_shortest_paths:function(p,t,e){var f={},M={};M[t]=0;var b,d,N,h,A,D,a=j.PriorityQueue.make();for(a.push(t,0);!a.empty();)for(N in h=(b=a.pop()).cost,A=p[d=b.value]||{})A.hasOwnProperty(N)&&(D=h+A[N],(void 0===M[N]||M[N]>D)&&(M[N]=D,a.push(N,D),f[N]=d));if(void 0!==e&&void 0===M[e]){var S=["Could not find a path from ",t," to ",e,"."].join("");throw new Error(S)}return f},extract_shortest_path_from_predecessor_list:function(p,t){for(var e=[],f=t;f;)e.push(f),f=p[f];return e.reverse(),e},find_path:function(p,t,e){var f=j.single_source_shortest_paths(p,t,e);return j.extract_shortest_path_from_predecessor_list(f,e)},PriorityQueue:{make:function(p){var f,t=j.PriorityQueue,e={};for(f in p=p||{},t)t.hasOwnProperty(f)&&(e[f]=t[f]);return e.queue=[],e.sorter=p.sorter||t.default_sorter,e},default_sorter:function(p,t){return p.cost-t.cost},push:function(p,t){this.queue.push({value:p,cost:t}),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};Ve.exports=j},7715:(Ve,j,p)=>{"use strict";var t=j;t.version=p(8597).i8,t.utils=p(1970),t.rand=p(7950),t.curve=p(6270),t.curves=p(2916),t.ec=p(7626),t.eddsa=p(1885)},7902:(Ve,j,p)=>{"use strict";var t=p(7433),e=p(1970),f=e.getNAF,M=e.getJSF,a=e.assert;function b(N,h){this.type=N,this.p=new t(h.p,16),this.red=h.prime?t.red(h.prime):t.mont(this.p),this.zero=new t(0).toRed(this.red),this.one=new t(1).toRed(this.red),this.two=new t(2).toRed(this.red),this.n=h.n&&new t(h.n,16),this.g=h.g&&this.pointFromJSON(h.g,h.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var A=this.n&&this.p.div(this.n);!A||A.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function d(N,h){this.curve=N,this.type=h,this.precomputed=null}Ve.exports=b,b.prototype.point=function(){throw new Error("Not implemented")},b.prototype.validate=function(){throw new Error("Not implemented")},b.prototype._fixedNafMul=function(h,A){a(h.precomputed);var w=h._getDoubles(),D=f(A,1,this._bitLength),L=(1<=S;Z--)U=(U<<1)+D[Z];k.push(U)}for(var Y=this.jpoint(null,null,null),ne=this.jpoint(null,null,null),$=L;$>0;$--){for(S=0;S=0;U--){for(var Z=0;U>=0&&0===k[U];U--)Z++;if(U>=0&&Z++,S=S.dblp(Z),U<0)break;var Y=k[U];a(0!==Y),S="affine"===h.type?S.mixedAdd(Y>0?L[Y-1>>1]:L[-Y-1>>1].neg()):S.add(Y>0?L[Y-1>>1]:L[-Y-1>>1].neg())}return"affine"===h.type?S.toP():S},b.prototype._wnafMulAdd=function(h,A,w,D,L){var Y,ne,$,k=this._wnafT1,S=this._wnafT2,U=this._wnafT3,Z=0;for(Y=0;Y=1;Y-=2){var te=Y-1,ie=Y;if(1===k[te]&&1===k[ie]){var oe=[A[te],null,null,A[ie]];0===A[te].y.cmp(A[ie].y)?(oe[1]=A[te].add(A[ie]),oe[2]=A[te].toJ().mixedAdd(A[ie].neg())):0===A[te].y.cmp(A[ie].y.redNeg())?(oe[1]=A[te].toJ().mixedAdd(A[ie]),oe[2]=A[te].add(A[ie].neg())):(oe[1]=A[te].toJ().mixedAdd(A[ie]),oe[2]=A[te].toJ().mixedAdd(A[ie].neg()));var X=[-3,-1,-5,-7,0,7,5,1,3],me=M(w[te],w[ie]);for(Z=Math.max(me[0].length,Z),U[te]=new Array(Z),U[ie]=new Array(Z),ne=0;ne=0;Y--){for(var c=0;Y>=0;){var _=!0;for(ne=0;ne=0&&c++,r=r.dblp(c),Y<0)break;for(ne=0;ne0?$=S[ne][E-1>>1]:E<0&&($=S[ne][-E-1>>1].neg()),r="affine"===$.type?r.mixedAdd($):r.add($))}}for(Y=0;Y=Math.ceil((h.bitLength()+1)/A.step)},d.prototype._getDoubles=function(h,A){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var w=[this],D=this,L=0;L{"use strict";var t=p(1970),e=p(7433),f=p(3894),M=p(7902),a=t.assert;function b(N){this.twisted=1!=(0|N.a),this.mOneA=this.twisted&&-1==(0|N.a),this.extended=this.mOneA,M.call(this,"edwards",N),this.a=new e(N.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new e(N.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new e(N.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),a(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|N.c)}function d(N,h,A,w,D){M.BasePoint.call(this,N,"projective"),null===h&&null===A&&null===w?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new e(h,16),this.y=new e(A,16),this.z=w?new e(w,16):this.curve.one,this.t=D&&new e(D,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}f(b,M),Ve.exports=b,b.prototype._mulA=function(h){return this.mOneA?h.redNeg():this.a.redMul(h)},b.prototype._mulC=function(h){return this.oneC?h:this.c.redMul(h)},b.prototype.jpoint=function(h,A,w,D){return this.point(h,A,w,D)},b.prototype.pointFromX=function(h,A){(h=new e(h,16)).red||(h=h.toRed(this.red));var w=h.redSqr(),D=this.c2.redSub(this.a.redMul(w)),L=this.one.redSub(this.c2.redMul(this.d).redMul(w)),k=D.redMul(L.redInvm()),S=k.redSqrt();if(0!==S.redSqr().redSub(k).cmp(this.zero))throw new Error("invalid point");var U=S.fromRed().isOdd();return(A&&!U||!A&&U)&&(S=S.redNeg()),this.point(h,S)},b.prototype.pointFromY=function(h,A){(h=new e(h,16)).red||(h=h.toRed(this.red));var w=h.redSqr(),D=w.redSub(this.c2),L=w.redMul(this.d).redMul(this.c2).redSub(this.a),k=D.redMul(L.redInvm());if(0===k.cmp(this.zero)){if(A)throw new Error("invalid point");return this.point(this.zero,h)}var S=k.redSqrt();if(0!==S.redSqr().redSub(k).cmp(this.zero))throw new Error("invalid point");return S.fromRed().isOdd()!==A&&(S=S.redNeg()),this.point(S,h)},b.prototype.validate=function(h){if(h.isInfinity())return!0;h.normalize();var A=h.x.redSqr(),w=h.y.redSqr(),D=A.redMul(this.a).redAdd(w),L=this.c2.redMul(this.one.redAdd(this.d.redMul(A).redMul(w)));return 0===D.cmp(L)},f(d,M.BasePoint),b.prototype.pointFromJSON=function(h){return d.fromJSON(this,h)},b.prototype.point=function(h,A,w,D){return new d(this,h,A,w,D)},d.fromJSON=function(h,A){return new d(h,A[0],A[1],A[2])},d.prototype.inspect=function(){return this.isInfinity()?"":""},d.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},d.prototype._extDbl=function(){var h=this.x.redSqr(),A=this.y.redSqr(),w=this.z.redSqr();w=w.redIAdd(w);var D=this.curve._mulA(h),L=this.x.redAdd(this.y).redSqr().redISub(h).redISub(A),k=D.redAdd(A),S=k.redSub(w),U=D.redSub(A),Z=L.redMul(S),Y=k.redMul(U),ne=L.redMul(U),$=S.redMul(k);return this.curve.point(Z,Y,$,ne)},d.prototype._projDbl=function(){var D,L,k,S,U,Z,h=this.x.redAdd(this.y).redSqr(),A=this.x.redSqr(),w=this.y.redSqr();if(this.curve.twisted){var Y=(S=this.curve._mulA(A)).redAdd(w);this.zOne?(D=h.redSub(A).redSub(w).redMul(Y.redSub(this.curve.two)),L=Y.redMul(S.redSub(w)),k=Y.redSqr().redSub(Y).redSub(Y)):(U=this.z.redSqr(),Z=Y.redSub(U).redISub(U),D=h.redSub(A).redISub(w).redMul(Z),L=Y.redMul(S.redSub(w)),k=Y.redMul(Z))}else S=A.redAdd(w),U=this.curve._mulC(this.z).redSqr(),Z=S.redSub(U).redSub(U),D=this.curve._mulC(h.redISub(S)).redMul(Z),L=this.curve._mulC(S).redMul(A.redISub(w)),k=S.redMul(Z);return this.curve.point(D,L,k)},d.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},d.prototype._extAdd=function(h){var A=this.y.redSub(this.x).redMul(h.y.redSub(h.x)),w=this.y.redAdd(this.x).redMul(h.y.redAdd(h.x)),D=this.t.redMul(this.curve.dd).redMul(h.t),L=this.z.redMul(h.z.redAdd(h.z)),k=w.redSub(A),S=L.redSub(D),U=L.redAdd(D),Z=w.redAdd(A),Y=k.redMul(S),ne=U.redMul(Z),$=k.redMul(Z),de=S.redMul(U);return this.curve.point(Y,ne,de,$)},d.prototype._projAdd=function(h){var ne,$,A=this.z.redMul(h.z),w=A.redSqr(),D=this.x.redMul(h.x),L=this.y.redMul(h.y),k=this.curve.d.redMul(D).redMul(L),S=w.redSub(k),U=w.redAdd(k),Z=this.x.redAdd(this.y).redMul(h.x.redAdd(h.y)).redISub(D).redISub(L),Y=A.redMul(S).redMul(Z);return this.curve.twisted?(ne=A.redMul(U).redMul(L.redSub(this.curve._mulA(D))),$=S.redMul(U)):(ne=A.redMul(U).redMul(L.redSub(D)),$=this.curve._mulC(S).redMul(U)),this.curve.point(Y,ne,$)},d.prototype.add=function(h){return this.isInfinity()?h:h.isInfinity()?this:this.curve.extended?this._extAdd(h):this._projAdd(h)},d.prototype.mul=function(h){return this._hasDoubles(h)?this.curve._fixedNafMul(this,h):this.curve._wnafMul(this,h)},d.prototype.mulAdd=function(h,A,w){return this.curve._wnafMulAdd(1,[this,A],[h,w],2,!1)},d.prototype.jmulAdd=function(h,A,w){return this.curve._wnafMulAdd(1,[this,A],[h,w],2,!0)},d.prototype.normalize=function(){if(this.zOne)return this;var h=this.z.redInvm();return this.x=this.x.redMul(h),this.y=this.y.redMul(h),this.t&&(this.t=this.t.redMul(h)),this.z=this.curve.one,this.zOne=!0,this},d.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},d.prototype.getX=function(){return this.normalize(),this.x.fromRed()},d.prototype.getY=function(){return this.normalize(),this.y.fromRed()},d.prototype.eq=function(h){return this===h||0===this.getX().cmp(h.getX())&&0===this.getY().cmp(h.getY())},d.prototype.eqXToP=function(h){var A=h.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(A))return!0;for(var w=h.clone(),D=this.curve.redN.redMul(this.z);;){if(w.iadd(this.curve.n),w.cmp(this.curve.p)>=0)return!1;if(A.redIAdd(D),0===this.x.cmp(A))return!0}},d.prototype.toP=d.prototype.normalize,d.prototype.mixedAdd=d.prototype.add},6270:(Ve,j,p)=>{"use strict";var t=j;t.base=p(7902),t.short=p(1781),t.mont=p(7064),t.edwards=p(3835)},7064:(Ve,j,p)=>{"use strict";var t=p(7433),e=p(3894),f=p(7902),M=p(1970);function a(d){f.call(this,"mont",d),this.a=new t(d.a,16).toRed(this.red),this.b=new t(d.b,16).toRed(this.red),this.i4=new t(4).toRed(this.red).redInvm(),this.two=new t(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function b(d,N,h){f.BasePoint.call(this,d,"projective"),null===N&&null===h?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new t(N,16),this.z=new t(h,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}e(a,f),Ve.exports=a,a.prototype.validate=function(N){var h=N.normalize().x,A=h.redSqr(),w=A.redMul(h).redAdd(A.redMul(this.a)).redAdd(h);return 0===w.redSqrt().redSqr().cmp(w)},e(b,f.BasePoint),a.prototype.decodePoint=function(N,h){return this.point(M.toArray(N,h),1)},a.prototype.point=function(N,h){return new b(this,N,h)},a.prototype.pointFromJSON=function(N){return b.fromJSON(this,N)},b.prototype.precompute=function(){},b.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},b.fromJSON=function(N,h){return new b(N,h[0],h[1]||N.one)},b.prototype.inspect=function(){return this.isInfinity()?"":""},b.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},b.prototype.dbl=function(){var h=this.x.redAdd(this.z).redSqr(),w=this.x.redSub(this.z).redSqr(),D=h.redSub(w),L=h.redMul(w),k=D.redMul(w.redAdd(this.curve.a24.redMul(D)));return this.curve.point(L,k)},b.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},b.prototype.diffAdd=function(N,h){var A=this.x.redAdd(this.z),w=this.x.redSub(this.z),D=N.x.redAdd(N.z),k=N.x.redSub(N.z).redMul(A),S=D.redMul(w),U=h.z.redMul(k.redAdd(S).redSqr()),Z=h.x.redMul(k.redISub(S).redSqr());return this.curve.point(U,Z)},b.prototype.mul=function(N){for(var h=N.clone(),A=this,w=this.curve.point(null,null),L=[];0!==h.cmpn(0);h.iushrn(1))L.push(h.andln(1));for(var k=L.length-1;k>=0;k--)0===L[k]?(A=A.diffAdd(w,this),w=w.dbl()):(w=A.diffAdd(w,this),A=A.dbl());return w},b.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},b.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},b.prototype.eq=function(N){return 0===this.getX().cmp(N.getX())},b.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},b.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},1781:(Ve,j,p)=>{"use strict";var t=p(1970),e=p(7433),f=p(3894),M=p(7902),a=t.assert;function b(h){M.call(this,"short",h),this.a=new e(h.a,16).toRed(this.red),this.b=new e(h.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(h),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function d(h,A,w,D){M.BasePoint.call(this,h,"affine"),null===A&&null===w?(this.x=null,this.y=null,this.inf=!0):(this.x=new e(A,16),this.y=new e(w,16),D&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function N(h,A,w,D){M.BasePoint.call(this,h,"jacobian"),null===A&&null===w&&null===D?(this.x=this.curve.one,this.y=this.curve.one,this.z=new e(0)):(this.x=new e(A,16),this.y=new e(w,16),this.z=new e(D,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}f(b,M),Ve.exports=b,b.prototype._getEndomorphism=function(A){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var w,D;if(A.beta)w=new e(A.beta,16).toRed(this.red);else{var L=this._getEndoRoots(this.p);w=(w=L[0].cmp(L[1])<0?L[0]:L[1]).toRed(this.red)}if(A.lambda)D=new e(A.lambda,16);else{var k=this._getEndoRoots(this.n);0===this.g.mul(k[0]).x.cmp(this.g.x.redMul(w))?D=k[0]:a(0===this.g.mul(D=k[1]).x.cmp(this.g.x.redMul(w)))}return{beta:w,lambda:D,basis:A.basis?A.basis.map(function(U){return{a:new e(U.a,16),b:new e(U.b,16)}}):this._getEndoBasis(D)}}},b.prototype._getEndoRoots=function(A){var w=A===this.p?this.red:e.mont(A),D=new e(2).toRed(w).redInvm(),L=D.redNeg(),k=new e(3).toRed(w).redNeg().redSqrt().redMul(D);return[L.redAdd(k).fromRed(),L.redSub(k).fromRed()]},b.prototype._getEndoBasis=function(A){for(var Y,ne,$,de,te,ie,oe,me,y,w=this.n.ushrn(Math.floor(this.n.bitLength()/2)),D=A,L=this.n.clone(),k=new e(1),S=new e(0),U=new e(0),Z=new e(1),X=0;0!==D.cmpn(0);){var i=L.div(D);me=L.sub(i.mul(D)),y=U.sub(i.mul(k));var r=Z.sub(i.mul(S));if(!$&&me.cmp(w)<0)Y=oe.neg(),ne=k,$=me.neg(),de=y;else if($&&2==++X)break;oe=me,L=D,D=me,U=k,k=y,Z=S,S=r}te=me.neg(),ie=y;var u=$.sqr().add(de.sqr());return te.sqr().add(ie.sqr()).cmp(u)>=0&&(te=Y,ie=ne),$.negative&&($=$.neg(),de=de.neg()),te.negative&&(te=te.neg(),ie=ie.neg()),[{a:$,b:de},{a:te,b:ie}]},b.prototype._endoSplit=function(A){var w=this.endo.basis,D=w[0],L=w[1],k=L.b.mul(A).divRound(this.n),S=D.b.neg().mul(A).divRound(this.n),U=k.mul(D.a),Z=S.mul(L.a),Y=k.mul(D.b),ne=S.mul(L.b);return{k1:A.sub(U).sub(Z),k2:Y.add(ne).neg()}},b.prototype.pointFromX=function(A,w){(A=new e(A,16)).red||(A=A.toRed(this.red));var D=A.redSqr().redMul(A).redIAdd(A.redMul(this.a)).redIAdd(this.b),L=D.redSqrt();if(0!==L.redSqr().redSub(D).cmp(this.zero))throw new Error("invalid point");var k=L.fromRed().isOdd();return(w&&!k||!w&&k)&&(L=L.redNeg()),this.point(A,L)},b.prototype.validate=function(A){if(A.inf)return!0;var w=A.x,D=A.y,L=this.a.redMul(w),k=w.redSqr().redMul(w).redIAdd(L).redIAdd(this.b);return 0===D.redSqr().redISub(k).cmpn(0)},b.prototype._endoWnafMulAdd=function(A,w,D){for(var L=this._endoWnafT1,k=this._endoWnafT2,S=0;S":""},d.prototype.isInfinity=function(){return this.inf},d.prototype.add=function(A){if(this.inf)return A;if(A.inf)return this;if(this.eq(A))return this.dbl();if(this.neg().eq(A))return this.curve.point(null,null);if(0===this.x.cmp(A.x))return this.curve.point(null,null);var w=this.y.redSub(A.y);0!==w.cmpn(0)&&(w=w.redMul(this.x.redSub(A.x).redInvm()));var D=w.redSqr().redISub(this.x).redISub(A.x),L=w.redMul(this.x.redSub(D)).redISub(this.y);return this.curve.point(D,L)},d.prototype.dbl=function(){if(this.inf)return this;var A=this.y.redAdd(this.y);if(0===A.cmpn(0))return this.curve.point(null,null);var w=this.curve.a,D=this.x.redSqr(),L=A.redInvm(),k=D.redAdd(D).redIAdd(D).redIAdd(w).redMul(L),S=k.redSqr().redISub(this.x.redAdd(this.x)),U=k.redMul(this.x.redSub(S)).redISub(this.y);return this.curve.point(S,U)},d.prototype.getX=function(){return this.x.fromRed()},d.prototype.getY=function(){return this.y.fromRed()},d.prototype.mul=function(A){return A=new e(A,16),this.isInfinity()?this:this._hasDoubles(A)?this.curve._fixedNafMul(this,A):this.curve.endo?this.curve._endoWnafMulAdd([this],[A]):this.curve._wnafMul(this,A)},d.prototype.mulAdd=function(A,w,D){var L=[this,w],k=[A,D];return this.curve.endo?this.curve._endoWnafMulAdd(L,k):this.curve._wnafMulAdd(1,L,k,2)},d.prototype.jmulAdd=function(A,w,D){var L=[this,w],k=[A,D];return this.curve.endo?this.curve._endoWnafMulAdd(L,k,!0):this.curve._wnafMulAdd(1,L,k,2,!0)},d.prototype.eq=function(A){return this===A||this.inf===A.inf&&(this.inf||0===this.x.cmp(A.x)&&0===this.y.cmp(A.y))},d.prototype.neg=function(A){if(this.inf)return this;var w=this.curve.point(this.x,this.y.redNeg());if(A&&this.precomputed){var D=this.precomputed,L=function(k){return k.neg()};w.precomputed={naf:D.naf&&{wnd:D.naf.wnd,points:D.naf.points.map(L)},doubles:D.doubles&&{step:D.doubles.step,points:D.doubles.points.map(L)}}}return w},d.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},f(N,M.BasePoint),b.prototype.jpoint=function(A,w,D){return new N(this,A,w,D)},N.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var A=this.z.redInvm(),w=A.redSqr(),D=this.x.redMul(w),L=this.y.redMul(w).redMul(A);return this.curve.point(D,L)},N.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},N.prototype.add=function(A){if(this.isInfinity())return A;if(A.isInfinity())return this;var w=A.z.redSqr(),D=this.z.redSqr(),L=this.x.redMul(w),k=A.x.redMul(D),S=this.y.redMul(w.redMul(A.z)),U=A.y.redMul(D.redMul(this.z)),Z=L.redSub(k),Y=S.redSub(U);if(0===Z.cmpn(0))return 0!==Y.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var ne=Z.redSqr(),$=ne.redMul(Z),de=L.redMul(ne),te=Y.redSqr().redIAdd($).redISub(de).redISub(de),ie=Y.redMul(de.redISub(te)).redISub(S.redMul($)),oe=this.z.redMul(A.z).redMul(Z);return this.curve.jpoint(te,ie,oe)},N.prototype.mixedAdd=function(A){if(this.isInfinity())return A.toJ();if(A.isInfinity())return this;var w=this.z.redSqr(),D=this.x,L=A.x.redMul(w),k=this.y,S=A.y.redMul(w).redMul(this.z),U=D.redSub(L),Z=k.redSub(S);if(0===U.cmpn(0))return 0!==Z.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var Y=U.redSqr(),ne=Y.redMul(U),$=D.redMul(Y),de=Z.redSqr().redIAdd(ne).redISub($).redISub($),te=Z.redMul($.redISub(de)).redISub(k.redMul(ne)),ie=this.z.redMul(U);return this.curve.jpoint(de,te,ie)},N.prototype.dblp=function(A){if(0===A)return this;if(this.isInfinity())return this;if(!A)return this.dbl();var w;if(this.curve.zeroA||this.curve.threeA){var D=this;for(w=0;w=0)return!1;if(D.redIAdd(k),0===this.x.cmp(D))return!0}},N.prototype.inspect=function(){return this.isInfinity()?"":""},N.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},2916:(Ve,j,p)=>{"use strict";var N,t=j,e=p(7084),f=p(6270),a=p(1970).assert;function b(h){this.curve="short"===h.type?new f.short(h):"edwards"===h.type?new f.edwards(h):new f.mont(h),this.g=this.curve.g,this.n=this.curve.n,this.hash=h.hash,a(this.g.validate(),"Invalid curve"),a(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function d(h,A){Object.defineProperty(t,h,{configurable:!0,enumerable:!0,get:function(){var w=new b(A);return Object.defineProperty(t,h,{configurable:!0,enumerable:!0,value:w}),w}})}t.PresetCurve=b,d("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:e.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),d("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:e.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),d("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:e.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),d("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:e.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),d("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:e.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),d("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:e.sha256,gRed:!1,g:["9"]}),d("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:e.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{N=p(5150)}catch(h){N=void 0}d("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:e.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",N]})},7626:(Ve,j,p)=>{"use strict";var t=p(7433),e=p(2438),f=p(1970),M=p(2916),a=p(7950),b=f.assert,d=p(1259),N=p(5957);function h(A){if(!(this instanceof h))return new h(A);"string"==typeof A&&(b(Object.prototype.hasOwnProperty.call(M,A),"Unknown curve "+A),A=M[A]),A instanceof M.PresetCurve&&(A={curve:A}),this.curve=A.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=A.curve.g,this.g.precompute(A.curve.n.bitLength()+1),this.hash=A.hash||A.curve.hash}Ve.exports=h,h.prototype.keyPair=function(w){return new d(this,w)},h.prototype.keyFromPrivate=function(w,D){return d.fromPrivate(this,w,D)},h.prototype.keyFromPublic=function(w,D){return d.fromPublic(this,w,D)},h.prototype.genKeyPair=function(w){w||(w={});for(var D=new e({hash:this.hash,pers:w.pers,persEnc:w.persEnc||"utf8",entropy:w.entropy||a(this.hash.hmacStrength),entropyEnc:w.entropy&&w.entropyEnc||"utf8",nonce:this.n.toArray()}),L=this.n.byteLength(),k=this.n.sub(new t(2));;){var S=new t(D.generate(L));if(!(S.cmp(k)>0))return S.iaddn(1),this.keyFromPrivate(S)}},h.prototype._truncateToN=function(w,D){var L=8*w.byteLength()-this.n.bitLength();return L>0&&(w=w.ushrn(L)),!D&&w.cmp(this.n)>=0?w.sub(this.n):w},h.prototype.sign=function(w,D,L,k){"object"==typeof L&&(k=L,L=null),k||(k={}),D=this.keyFromPrivate(D,L),w=this._truncateToN(new t(w,16));for(var S=this.n.byteLength(),U=D.getPrivate().toArray("be",S),Z=w.toArray("be",S),Y=new e({hash:this.hash,entropy:U,nonce:Z,pers:k.pers,persEnc:k.persEnc||"utf8"}),ne=this.n.sub(new t(1)),$=0;;$++){var de=k.k?k.k($):new t(Y.generate(this.n.byteLength()));if(!((de=this._truncateToN(de,!0)).cmpn(1)<=0||de.cmp(ne)>=0)){var te=this.g.mul(de);if(!te.isInfinity()){var ie=te.getX(),oe=ie.umod(this.n);if(0!==oe.cmpn(0)){var X=de.invm(this.n).mul(oe.mul(D.getPrivate()).iadd(w));if(0!==(X=X.umod(this.n)).cmpn(0)){var me=(te.getY().isOdd()?1:0)|(0!==ie.cmp(oe)?2:0);return k.canonical&&X.cmp(this.nh)>0&&(X=this.n.sub(X),me^=1),new N({r:oe,s:X,recoveryParam:me})}}}}}},h.prototype.verify=function(w,D,L,k){w=this._truncateToN(new t(w,16)),L=this.keyFromPublic(L,k);var S=(D=new N(D,"hex")).r,U=D.s;if(S.cmpn(1)<0||S.cmp(this.n)>=0||U.cmpn(1)<0||U.cmp(this.n)>=0)return!1;var $,Z=U.invm(this.n),Y=Z.mul(w).umod(this.n),ne=Z.mul(S).umod(this.n);return this.curve._maxwellTrick?!($=this.g.jmulAdd(Y,L.getPublic(),ne)).isInfinity()&&$.eqXToP(S):!($=this.g.mulAdd(Y,L.getPublic(),ne)).isInfinity()&&0===$.getX().umod(this.n).cmp(S)},h.prototype.recoverPubKey=function(A,w,D,L){b((3&D)===D,"The recovery param is more than two bits"),w=new N(w,L);var k=this.n,S=new t(A),U=w.r,Z=w.s,Y=1&D,ne=D>>1;if(U.cmp(this.curve.p.umod(this.curve.n))>=0&&ne)throw new Error("Unable to find sencond key candinate");U=this.curve.pointFromX(ne?U.add(this.curve.n):U,Y);var $=w.r.invm(k),de=k.sub(S).mul($).umod(k),te=Z.mul($).umod(k);return this.g.mulAdd(de,U,te)},h.prototype.getKeyRecoveryParam=function(A,w,D,L){if(null!==(w=new N(w,L)).recoveryParam)return w.recoveryParam;for(var k=0;k<4;k++){var S;try{S=this.recoverPubKey(A,w,k)}catch(U){continue}if(S.eq(D))return k}throw new Error("Unable to find valid recovery factor")}},1259:(Ve,j,p)=>{"use strict";var t=p(7433),f=p(1970).assert;function M(a,b){this.ec=a,this.priv=null,this.pub=null,b.priv&&this._importPrivate(b.priv,b.privEnc),b.pub&&this._importPublic(b.pub,b.pubEnc)}Ve.exports=M,M.fromPublic=function(b,d,N){return d instanceof M?d:new M(b,{pub:d,pubEnc:N})},M.fromPrivate=function(b,d,N){return d instanceof M?d:new M(b,{priv:d,privEnc:N})},M.prototype.validate=function(){var b=this.getPublic();return b.isInfinity()?{result:!1,reason:"Invalid public key"}:b.validate()?b.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},M.prototype.getPublic=function(b,d){return"string"==typeof b&&(d=b,b=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),d?this.pub.encode(d,b):this.pub},M.prototype.getPrivate=function(b){return"hex"===b?this.priv.toString(16,2):this.priv},M.prototype._importPrivate=function(b,d){this.priv=new t(b,d||16),this.priv=this.priv.umod(this.ec.curve.n)},M.prototype._importPublic=function(b,d){if(b.x||b.y)return"mont"===this.ec.curve.type?f(b.x,"Need x coordinate"):("short"===this.ec.curve.type||"edwards"===this.ec.curve.type)&&f(b.x&&b.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(b.x,b.y));this.pub=this.ec.curve.decodePoint(b,d)},M.prototype.derive=function(b){return b.validate()||f(b.validate(),"public point not validated"),b.mul(this.priv).getX()},M.prototype.sign=function(b,d,N){return this.ec.sign(b,this,d,N)},M.prototype.verify=function(b,d){return this.ec.verify(b,d,this)},M.prototype.inspect=function(){return""}},5957:(Ve,j,p)=>{"use strict";var t=p(7433),e=p(1970),f=e.assert;function M(h,A){if(h instanceof M)return h;this._importDER(h,A)||(f(h.r&&h.s,"Signature without r or s"),this.r=new t(h.r,16),this.s=new t(h.s,16),this.recoveryParam=void 0===h.recoveryParam?null:h.recoveryParam)}function a(){this.place=0}function b(h,A){var w=h[A.place++];if(!(128&w))return w;var D=15&w;if(0===D||D>4)return!1;for(var L=0,k=0,S=A.place;k>>=0;return!(L<=127)&&(A.place=S,L)}function d(h){for(var A=0,w=h.length-1;!h[A]&&!(128&h[A+1])&&A>>3);for(h.push(128|w);--w;)h.push(A>>>(w<<3)&255);h.push(A)}}Ve.exports=M,M.prototype._importDER=function(A,w){A=e.toArray(A,w);var D=new a;if(48!==A[D.place++])return!1;var L=b(A,D);if(!1===L||L+D.place!==A.length||2!==A[D.place++])return!1;var k=b(A,D);if(!1===k)return!1;var S=A.slice(D.place,k+D.place);if(D.place+=k,2!==A[D.place++])return!1;var U=b(A,D);if(!1===U||A.length!==U+D.place)return!1;var Z=A.slice(D.place,U+D.place);if(0===S[0]){if(!(128&S[1]))return!1;S=S.slice(1)}if(0===Z[0]){if(!(128&Z[1]))return!1;Z=Z.slice(1)}return this.r=new t(S),this.s=new t(Z),this.recoveryParam=null,!0},M.prototype.toDER=function(A){var w=this.r.toArray(),D=this.s.toArray();for(128&w[0]&&(w=[0].concat(w)),128&D[0]&&(D=[0].concat(D)),w=d(w),D=d(D);!(D[0]||128&D[1]);)D=D.slice(1);var L=[2];N(L,w.length),(L=L.concat(w)).push(2),N(L,D.length);var k=L.concat(D),S=[48];return N(S,k.length),S=S.concat(k),e.encode(S,A)}},1885:(Ve,j,p)=>{"use strict";var t=p(7084),e=p(2916),f=p(1970),M=f.assert,a=f.parseBytes,b=p(7535),d=p(8241);function N(h){if(M("ed25519"===h,"only tested with ed25519 so far"),!(this instanceof N))return new N(h);this.curve=h=e[h].curve,this.g=h.g,this.g.precompute(h.n.bitLength()+1),this.pointClass=h.point().constructor,this.encodingLength=Math.ceil(h.n.bitLength()/8),this.hash=t.sha512}Ve.exports=N,N.prototype.sign=function(A,w){A=a(A);var D=this.keyFromSecret(w),L=this.hashInt(D.messagePrefix(),A),k=this.g.mul(L),S=this.encodePoint(k),U=this.hashInt(S,D.pubBytes(),A).mul(D.priv()),Z=L.add(U).umod(this.curve.n);return this.makeSignature({R:k,S:Z,Rencoded:S})},N.prototype.verify=function(A,w,D){A=a(A),w=this.makeSignature(w);var L=this.keyFromPublic(D),k=this.hashInt(w.Rencoded(),L.pubBytes(),A),S=this.g.mul(w.S());return w.R().add(L.pub().mul(k)).eq(S)},N.prototype.hashInt=function(){for(var A=this.hash(),w=0;w{"use strict";var t=p(1970),e=t.assert,f=t.parseBytes,M=t.cachedProperty;function a(b,d){this.eddsa=b,this._secret=f(d.secret),b.isPoint(d.pub)?this._pub=d.pub:this._pubBytes=f(d.pub)}a.fromPublic=function(d,N){return N instanceof a?N:new a(d,{pub:N})},a.fromSecret=function(d,N){return N instanceof a?N:new a(d,{secret:N})},a.prototype.secret=function(){return this._secret},M(a,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())}),M(a,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())}),M(a,"privBytes",function(){var d=this.eddsa,N=this.hash(),h=d.encodingLength-1,A=N.slice(0,d.encodingLength);return A[0]&=248,A[h]&=127,A[h]|=64,A}),M(a,"priv",function(){return this.eddsa.decodeInt(this.privBytes())}),M(a,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()}),M(a,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)}),a.prototype.sign=function(d){return e(this._secret,"KeyPair can only verify"),this.eddsa.sign(d,this)},a.prototype.verify=function(d,N){return this.eddsa.verify(d,N,this)},a.prototype.getSecret=function(d){return e(this._secret,"KeyPair is public only"),t.encode(this.secret(),d)},a.prototype.getPublic=function(d){return t.encode(this.pubBytes(),d)},Ve.exports=a},8241:(Ve,j,p)=>{"use strict";var t=p(7433),e=p(1970),f=e.assert,M=e.cachedProperty,a=e.parseBytes;function b(d,N){this.eddsa=d,"object"!=typeof N&&(N=a(N)),Array.isArray(N)&&(N={R:N.slice(0,d.encodingLength),S:N.slice(d.encodingLength)}),f(N.R&&N.S,"Signature without R or S"),d.isPoint(N.R)&&(this._R=N.R),N.S instanceof t&&(this._S=N.S),this._Rencoded=Array.isArray(N.R)?N.R:N.Rencoded,this._Sencoded=Array.isArray(N.S)?N.S:N.Sencoded}M(b,"S",function(){return this.eddsa.decodeInt(this.Sencoded())}),M(b,"R",function(){return this.eddsa.decodePoint(this.Rencoded())}),M(b,"Rencoded",function(){return this.eddsa.encodePoint(this.R())}),M(b,"Sencoded",function(){return this.eddsa.encodeInt(this.S())}),b.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},b.prototype.toHex=function(){return e.encode(this.toBytes(),"hex").toUpperCase()},Ve.exports=b},5150:Ve=>{Ve.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}},1970:(Ve,j,p)=>{"use strict";var t=j,e=p(7433),f=p(2391),M=p(8195);t.assert=f,t.toArray=M.toArray,t.zero2=M.zero2,t.toHex=M.toHex,t.encode=M.encode,t.getNAF=function a(A,w,D){var L=new Array(Math.max(A.bitLength(),D)+1);L.fill(0);for(var k=1<(k>>1)-1?(k>>1)-Y:Y):Z=0,L[U]=Z,S.iushrn(1)}return L},t.getJSF=function b(A,w){var D=[[],[]];A=A.clone(),w=w.clone();for(var S,L=0,k=0;A.cmpn(-L)>0||w.cmpn(-k)>0;){var Y,ne,U=A.andln(3)+L&3,Z=w.andln(3)+k&3;3===U&&(U=-1),3===Z&&(Z=-1),Y=0==(1&U)?0:3!=(S=A.andln(7)+L&7)&&5!==S||2!==Z?U:-U,D[0].push(Y),ne=0==(1&Z)?0:3!=(S=w.andln(7)+k&7)&&5!==S||2!==U?Z:-Z,D[1].push(ne),2*L===Y+1&&(L=1-L),2*k===ne+1&&(k=1-k),A.iushrn(1),w.iushrn(1)}return D},t.cachedProperty=function d(A,w,D){var L="_"+w;A.prototype[w]=function(){return void 0!==this[L]?this[L]:this[L]=D.call(this)}},t.parseBytes=function N(A){return"string"==typeof A?t.toArray(A,"hex"):A},t.intFromLE=function h(A){return new e(A,"hex","le")}},7433:function(Ve,j,p){!function(t,e){"use strict";function f(y,i){if(!y)throw new Error(i||"Assertion failed")}function M(y,i){y.super_=i;var r=function(){};r.prototype=i.prototype,y.prototype=new r,y.prototype.constructor=y}function a(y,i,r){if(a.isBN(y))return y;this.negative=0,this.words=null,this.length=0,this.red=null,null!==y&&(("le"===i||"be"===i)&&(r=i,i=10),this._init(y||0,i||10,r||"be"))}var b;"object"==typeof t?t.exports=a:e.BN=a,a.BN=a,a.wordSize=26;try{b="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:p(5568).Buffer}catch(y){}function d(y,i){var r=y.charCodeAt(i);return r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),H=Math.max(0,n-y.length+1);H<=P;H++)C+=(E=(c=0|y.words[n-H|0])*(_=0|i.words[H])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,_e=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,De=0|c[4],dt=8191&De,Ie=De>>>13,Ae=0|c[5],le=8191&Ae,Te=Ae>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],Ce=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],Yt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Xe=0|_[6],Se=8191&Xe,Ge=Xe>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(H,xt)|0))<<13)|0;I=((C=Math.imul(H,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(_e,xt)|0,C=Math.imul(_e,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(H,et)|0))<<13)|0;I=((C=C+Math.imul(H,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(_e,et)|0,C=C+Math.imul(_e,yt)|0;var zi=(I+(v=v+Math.imul(P,Yt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(H,Yt)|0))<<13)|0;I=((C=C+Math.imul(H,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,Yt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(_e,Yt)|0,C=C+Math.imul(_e,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(H,ce)|0))<<13)|0;I=((C=C+Math.imul(H,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,Yt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,Yt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(_e,ce)|0,C=C+Math.imul(_e,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(H,mt)|0))<<13)|0;I=((C=C+Math.imul(H,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,Yt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,Yt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(_e,mt)|0,C=C+Math.imul(_e,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(H,Re)|0))<<13)|0;I=((C=C+Math.imul(H,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,Yt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,Yt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(_e,Re)|0,C=C+Math.imul(_e,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(H,Se)|0))<<13)|0;I=((C=C+Math.imul(H,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(Ce,xt),n=(n=Math.imul(Ce,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,Yt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,Yt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(_e,Se)|0,C=C+Math.imul(_e,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(H,st)|0))<<13)|0;I=((C=C+Math.imul(H,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(Ce,et)|0,n=(n=n+Math.imul(Ce,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,Yt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,Yt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(_e,st)|0,C=C+Math.imul(_e,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(H,qt)|0))<<13)|0;I=((C=C+Math.imul(H,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(Ce,Yt)|0,n=(n=n+Math.imul(Ce,Pe)|0)+Math.imul(Le,Yt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(_e,qt)|0,C=C+Math.imul(_e,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(H,fi)|0))<<13)|0;I=((C=C+Math.imul(H,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,Yt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,Yt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(Ce,ce)|0,n=(n=n+Math.imul(Ce,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(_e,fi)|0))<<13)|0;I=((C=C+Math.imul(_e,si)|0)+(n>>>13)|0)+(qe>>>26)|0,qe&=67108863,v=Math.imul(Wt,Yt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,Yt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(Ce,mt)|0,n=(n=n+Math.imul(Ce,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(Ce,Re)|0,n=(n=n+Math.imul(Ce,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(Ce,Se)|0,n=(n=n+Math.imul(Ce,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(Ce,st)|0,n=(n=n+Math.imul(Ce,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(Ce,qt)|0,n=(n=n+Math.imul(Ce,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Zi=(I+(v=v+Math.imul(Ce,fi)|0)|0)+((8191&(n=(n=n+Math.imul(Ce,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var gn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(gn>>>26)|0,gn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Zi,E[17]=sn,E[18]=gn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new Y).mulp(y,i,r)}function Y(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},Y.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},Y.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},Y.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var H=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(H=Math.min(H/E|0,67108863),c._ishlnsubmul(_,H,P);0!==c.negative;)H--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=H)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var H=0,q=1;0==(u.words[0]&q)&&H<26;++H,q<<=1);if(H>0)for(u.iushrn(H);H-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),H=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},8419:Ve=>{"use strict";Ve.exports=function(p){for(var t=[],e=p.length,f=0;f=55296&&M<=56319&&e>f+1){var a=p.charCodeAt(f+1);a>=56320&&a<=57343&&(M=1024*(M-55296)+a-56320+65536,f+=1)}M<128?t.push(M):M<2048?(t.push(M>>6|192),t.push(63&M|128)):M<55296||M>=57344&&M<65536?(t.push(M>>12|224),t.push(M>>6&63|128),t.push(63&M|128)):M>=65536&&M<=1114111?(t.push(M>>18|240),t.push(M>>12&63|128),t.push(M>>6&63|128),t.push(63&M|128)):t.push(239,191,189)}return new Uint8Array(t).buffer}},9069:Ve=>{"use strict";var t,j="object"==typeof Reflect?Reflect:null,p=j&&"function"==typeof j.apply?j.apply:function($,de,te){return Function.prototype.apply.call($,de,te)};t=j&&"function"==typeof j.ownKeys?j.ownKeys:Object.getOwnPropertySymbols?function($){return Object.getOwnPropertyNames($).concat(Object.getOwnPropertySymbols($))}:function($){return Object.getOwnPropertyNames($)};var f=Number.isNaN||function($){return $!=$};function M(){M.init.call(this)}Ve.exports=M,Ve.exports.once=function U(ne,$){return new Promise(function(de,te){function ie(X){ne.removeListener($,oe),te(X)}function oe(){"function"==typeof ne.removeListener&&ne.removeListener("error",ie),de([].slice.call(arguments))}Y(ne,$,oe,{once:!0}),"error"!==$&&function Z(ne,$,de){"function"==typeof ne.on&&Y(ne,"error",$,de)}(ne,ie,{once:!0})})},M.EventEmitter=M,M.prototype._events=void 0,M.prototype._eventsCount=0,M.prototype._maxListeners=void 0;var a=10;function b(ne){if("function"!=typeof ne)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof ne)}function d(ne){return void 0===ne._maxListeners?M.defaultMaxListeners:ne._maxListeners}function N(ne,$,de,te){var ie,oe,X;if(b(de),void 0===(oe=ne._events)?(oe=ne._events=Object.create(null),ne._eventsCount=0):(void 0!==oe.newListener&&(ne.emit("newListener",$,de.listener?de.listener:de),oe=ne._events),X=oe[$]),void 0===X)X=oe[$]=de,++ne._eventsCount;else if("function"==typeof X?X=oe[$]=te?[de,X]:[X,de]:te?X.unshift(de):X.push(de),(ie=d(ne))>0&&X.length>ie&&!X.warned){X.warned=!0;var me=new Error("Possible EventEmitter memory leak detected. "+X.length+" "+String($)+" listeners added. Use emitter.setMaxListeners() to increase limit");me.name="MaxListenersExceededWarning",me.emitter=ne,me.type=$,me.count=X.length,function e(ne){console&&console.warn&&console.warn(ne)}(me)}return ne}function h(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function A(ne,$,de){var te={fired:!1,wrapFn:void 0,target:ne,type:$,listener:de},ie=h.bind(te);return ie.listener=de,te.wrapFn=ie,ie}function w(ne,$,de){var te=ne._events;if(void 0===te)return[];var ie=te[$];return void 0===ie?[]:"function"==typeof ie?de?[ie.listener||ie]:[ie]:de?function S(ne){for(var $=new Array(ne.length),de=0;de<$.length;++de)$[de]=ne[de].listener||ne[de];return $}(ie):L(ie,ie.length)}function D(ne){var $=this._events;if(void 0!==$){var de=$[ne];if("function"==typeof de)return 1;if(void 0!==de)return de.length}return 0}function L(ne,$){for(var de=new Array($),te=0;te<$;++te)de[te]=ne[te];return de}function Y(ne,$,de,te){if("function"==typeof ne.on)te.once?ne.once($,de):ne.on($,de);else{if("function"!=typeof ne.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof ne);ne.addEventListener($,function ie(oe){te.once&&ne.removeEventListener($,ie),de(oe)})}}Object.defineProperty(M,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(ne){if("number"!=typeof ne||ne<0||f(ne))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+ne+".");a=ne}}),M.init=function(){(void 0===this._events||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},M.prototype.setMaxListeners=function($){if("number"!=typeof $||$<0||f($))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+$+".");return this._maxListeners=$,this},M.prototype.getMaxListeners=function(){return d(this)},M.prototype.emit=function($){for(var de=[],te=1;te0&&(X=de[0]),X instanceof Error)throw X;var me=new Error("Unhandled error."+(X?" ("+X.message+")":""));throw me.context=X,me}var y=oe[$];if(void 0===y)return!1;if("function"==typeof y)p(y,this,de);else{var i=y.length,r=L(y,i);for(te=0;te=0;X--)if(te[X]===de||te[X].listener===de){me=te[X].listener,oe=X;break}if(oe<0)return this;0===oe?te.shift():function k(ne,$){for(;$+1=0;ie--)this.removeListener($,de[ie]);return this},M.prototype.listeners=function($){return w(this,$,!0)},M.prototype.rawListeners=function($){return w(this,$,!1)},M.listenerCount=function(ne,$){return"function"==typeof ne.listenerCount?ne.listenerCount($):D.call(ne,$)},M.prototype.listenerCount=D,M.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},347:(Ve,j,p)=>{var t=p(3502).Buffer,e=p(8095);Ve.exports=function f(M,a,b,d){if(t.isBuffer(M)||(M=t.from(M,"binary")),a&&(t.isBuffer(a)||(a=t.from(a,"binary")),8!==a.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var N=b/8,h=t.alloc(N),A=t.alloc(d||0),w=t.alloc(0);N>0||d>0;){var D=new e;D.update(w),D.update(M),a&&D.update(a),w=D.digest();var L=0;if(N>0){var k=h.length-N;L=Math.min(N,w.length),w.copy(h,k,0,L),N-=L}if(L0){var S=A.length-d,U=Math.min(d,w.length-L);w.copy(A,S,L,L+U),d-=U}}return w.fill(0),{key:h,iv:A}}},9650:(Ve,j,p)=>{"use strict";var t=p(8444).Buffer,e=p(5685).Transform;function a(b){e.call(this),this._block=t.allocUnsafe(b),this._blockSize=b,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}p(3894)(a,e),a.prototype._transform=function(b,d,N){var h=null;try{this.update(b,d)}catch(A){h=A}N(h)},a.prototype._flush=function(b){var d=null;try{this.push(this.digest())}catch(N){d=N}b(d)},a.prototype.update=function(b,d){if(function M(b,d){if(!t.isBuffer(b)&&"string"!=typeof b)throw new TypeError(d+" must be a string or a buffer")}(b,"Data"),this._finalized)throw new Error("Digest already called");t.isBuffer(b)||(b=t.from(b,d));for(var N=this._block,h=0;this._blockOffset+b.length-h>=this._blockSize;){for(var A=this._blockOffset;A0;++w)this._length[w]+=D,(D=this._length[w]/4294967296|0)>0&&(this._length[w]-=4294967296*D);return this},a.prototype._update=function(){throw new Error("_update is not implemented")},a.prototype.digest=function(b){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var d=this._digest();void 0!==b&&(d=d.toString(b)),this._block.fill(0),this._blockOffset=0;for(var N=0;N<4;++N)this._length[N]=0;return d},a.prototype._digest=function(){throw new Error("_digest is not implemented")},Ve.exports=a},8444:(Ve,j,p)=>{var t=p(3172),e=t.Buffer;function f(a,b){for(var d in a)b[d]=a[d]}function M(a,b,d){return e(a,b,d)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(f(t,j),j.Buffer=M),M.prototype=Object.create(e.prototype),f(e,M),M.from=function(a,b,d){if("number"==typeof a)throw new TypeError("Argument must not be a number");return e(a,b,d)},M.alloc=function(a,b,d){if("number"!=typeof a)throw new TypeError("Argument must be a number");var N=e(a);return void 0!==b?"string"==typeof d?N.fill(b,d):N.fill(b):N.fill(0),N},M.allocUnsafe=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return e(a)},M.allocUnsafeSlow=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return t.SlowBuffer(a)}},7084:(Ve,j,p)=>{var t=j;t.utils=p(9299),t.common=p(3800),t.sha=p(4962),t.ripemd=p(9458),t.hmac=p(2194),t.sha1=t.sha.sha1,t.sha256=t.sha.sha256,t.sha224=t.sha.sha224,t.sha384=t.sha.sha384,t.sha512=t.sha.sha512,t.ripemd160=t.ripemd.ripemd160},3800:(Ve,j,p)=>{"use strict";var t=p(9299),e=p(2391);function f(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}j.BlockHash=f,f.prototype.update=function(a,b){if(a=t.toArray(a,b),this.pending=this.pending?this.pending.concat(a):a,this.pendingTotal+=a.length,this.pending.length>=this._delta8){var d=(a=this.pending).length%this._delta8;this.pending=a.slice(a.length-d,a.length),0===this.pending.length&&(this.pending=null),a=t.join32(a,0,a.length-d,this.endian);for(var N=0;N>>24&255,N[h++]=a>>>16&255,N[h++]=a>>>8&255,N[h++]=255&a}else for(N[h++]=255&a,N[h++]=a>>>8&255,N[h++]=a>>>16&255,N[h++]=a>>>24&255,N[h++]=0,N[h++]=0,N[h++]=0,N[h++]=0,A=8;A{"use strict";var t=p(9299),e=p(2391);function f(M,a,b){if(!(this instanceof f))return new f(M,a,b);this.Hash=M,this.blockSize=M.blockSize/8,this.outSize=M.outSize/8,this.inner=null,this.outer=null,this._init(t.toArray(a,b))}Ve.exports=f,f.prototype._init=function(a){a.length>this.blockSize&&(a=(new this.Hash).update(a).digest()),e(a.length<=this.blockSize);for(var b=a.length;b{"use strict";var t=p(9299),e=p(3800),f=t.rotl32,M=t.sum32,a=t.sum32_3,b=t.sum32_4,d=e.BlockHash;function N(){if(!(this instanceof N))return new N;d.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function h(U,Z,Y,ne){return U<=15?Z^Y^ne:U<=31?Z&Y|~Z&ne:U<=47?(Z|~Y)^ne:U<=63?Z&ne|Y&~ne:Z^(Y|~ne)}function w(U){return U<=15?1352829926:U<=31?1548603684:U<=47?1836072691:U<=63?2053994217:0}t.inherits(N,d),j.ripemd160=N,N.blockSize=512,N.outSize=160,N.hmacStrength=192,N.padLength=64,N.prototype._update=function(Z,Y){for(var ne=this.h[0],$=this.h[1],de=this.h[2],te=this.h[3],ie=this.h[4],oe=ne,X=$,me=de,y=te,i=ie,r=0;r<80;r++){var u=M(f(b(ne,h(r,$,de,te),Z[D[r]+Y],(U=r)<=15?0:U<=31?1518500249:U<=47?1859775393:U<=63?2400959708:2840853838),k[r]),ie);ne=ie,ie=te,te=f(de,10),de=$,$=u,u=M(f(b(oe,h(79-r,X,me,y),Z[L[r]+Y],w(r)),S[r]),i),oe=i,i=y,y=f(me,10),me=X,X=u}var U;u=a(this.h[1],de,y),this.h[1]=a(this.h[2],te,i),this.h[2]=a(this.h[3],ie,oe),this.h[3]=a(this.h[4],ne,X),this.h[4]=a(this.h[0],$,me),this.h[0]=u},N.prototype._digest=function(Z){return"hex"===Z?t.toHex32(this.h,"little"):t.split32(this.h,"little")};var D=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],L=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],k=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],S=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},4962:(Ve,j,p)=>{"use strict";j.sha1=p(9007),j.sha224=p(55),j.sha256=p(9342),j.sha384=p(8634),j.sha512=p(39)},9007:(Ve,j,p)=>{"use strict";var t=p(9299),e=p(3800),f=p(3113),M=t.rotl32,a=t.sum32,b=t.sum32_5,d=f.ft_1,N=e.BlockHash,h=[1518500249,1859775393,2400959708,3395469782];function A(){if(!(this instanceof A))return new A;N.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}t.inherits(A,N),Ve.exports=A,A.blockSize=512,A.outSize=160,A.hmacStrength=80,A.padLength=64,A.prototype._update=function(D,L){for(var k=this.W,S=0;S<16;S++)k[S]=D[L+S];for(;S{"use strict";var t=p(9299),e=p(9342);function f(){if(!(this instanceof f))return new f;e.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}t.inherits(f,e),Ve.exports=f,f.blockSize=512,f.outSize=224,f.hmacStrength=192,f.padLength=64,f.prototype._digest=function(a){return"hex"===a?t.toHex32(this.h.slice(0,7),"big"):t.split32(this.h.slice(0,7),"big")}},9342:(Ve,j,p)=>{"use strict";var t=p(9299),e=p(3800),f=p(3113),M=p(2391),a=t.sum32,b=t.sum32_4,d=t.sum32_5,N=f.ch32,h=f.maj32,A=f.s0_256,w=f.s1_256,D=f.g0_256,L=f.g1_256,k=e.BlockHash,S=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function U(){if(!(this instanceof U))return new U;k.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=S,this.W=new Array(64)}t.inherits(U,k),Ve.exports=U,U.blockSize=512,U.outSize=256,U.hmacStrength=192,U.padLength=64,U.prototype._update=function(Y,ne){for(var $=this.W,de=0;de<16;de++)$[de]=Y[ne+de];for(;de<$.length;de++)$[de]=b(L($[de-2]),$[de-7],D($[de-15]),$[de-16]);var te=this.h[0],ie=this.h[1],oe=this.h[2],X=this.h[3],me=this.h[4],y=this.h[5],i=this.h[6],r=this.h[7];for(M(this.k.length===$.length),de=0;de<$.length;de++){var u=d(r,w(me),N(me,y,i),this.k[de],$[de]),c=a(A(te),h(te,ie,oe));r=i,i=y,y=me,me=a(X,u),X=oe,oe=ie,ie=te,te=a(u,c)}this.h[0]=a(this.h[0],te),this.h[1]=a(this.h[1],ie),this.h[2]=a(this.h[2],oe),this.h[3]=a(this.h[3],X),this.h[4]=a(this.h[4],me),this.h[5]=a(this.h[5],y),this.h[6]=a(this.h[6],i),this.h[7]=a(this.h[7],r)},U.prototype._digest=function(Y){return"hex"===Y?t.toHex32(this.h,"big"):t.split32(this.h,"big")}},8634:(Ve,j,p)=>{"use strict";var t=p(9299),e=p(39);function f(){if(!(this instanceof f))return new f;e.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}t.inherits(f,e),Ve.exports=f,f.blockSize=1024,f.outSize=384,f.hmacStrength=192,f.padLength=128,f.prototype._digest=function(a){return"hex"===a?t.toHex32(this.h.slice(0,12),"big"):t.split32(this.h.slice(0,12),"big")}},39:(Ve,j,p)=>{"use strict";var t=p(9299),e=p(3800),f=p(2391),M=t.rotr64_hi,a=t.rotr64_lo,b=t.shr64_hi,d=t.shr64_lo,N=t.sum64,h=t.sum64_hi,A=t.sum64_lo,w=t.sum64_4_hi,D=t.sum64_4_lo,L=t.sum64_5_hi,k=t.sum64_5_lo,S=e.BlockHash,U=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function Z(){if(!(this instanceof Z))return new Z;S.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=U,this.W=new Array(160)}function Y(u,c,_,E,I){var v=u&_^~u&I;return v<0&&(v+=4294967296),v}function ne(u,c,_,E,I,v){var n=c&E^~c&v;return n<0&&(n+=4294967296),n}function $(u,c,_,E,I){var v=u&_^u&I^_&I;return v<0&&(v+=4294967296),v}function de(u,c,_,E,I,v){var n=c&E^c&v^E&v;return n<0&&(n+=4294967296),n}function te(u,c){var v=M(u,c,28)^M(c,u,2)^M(c,u,7);return v<0&&(v+=4294967296),v}function ie(u,c){var v=a(u,c,28)^a(c,u,2)^a(c,u,7);return v<0&&(v+=4294967296),v}function oe(u,c){var v=M(u,c,14)^M(u,c,18)^M(c,u,9);return v<0&&(v+=4294967296),v}function X(u,c){var v=a(u,c,14)^a(u,c,18)^a(c,u,9);return v<0&&(v+=4294967296),v}function me(u,c){var v=M(u,c,1)^M(u,c,8)^b(u,c,7);return v<0&&(v+=4294967296),v}function y(u,c){var v=a(u,c,1)^a(u,c,8)^d(u,c,7);return v<0&&(v+=4294967296),v}function i(u,c){var v=M(u,c,19)^M(c,u,29)^b(u,c,6);return v<0&&(v+=4294967296),v}function r(u,c){var v=a(u,c,19)^a(c,u,29)^d(u,c,6);return v<0&&(v+=4294967296),v}t.inherits(Z,S),Ve.exports=Z,Z.blockSize=1024,Z.outSize=512,Z.hmacStrength=192,Z.padLength=128,Z.prototype._prepareBlock=function(c,_){for(var E=this.W,I=0;I<32;I++)E[I]=c[_+I];for(;I{"use strict";var e=p(9299).rotr32;function M(w,D,L){return w&D^~w&L}function a(w,D,L){return w&D^w&L^D&L}function b(w,D,L){return w^D^L}j.ft_1=function f(w,D,L,k){return 0===w?M(D,L,k):1===w||3===w?b(D,L,k):2===w?a(D,L,k):void 0},j.ch32=M,j.maj32=a,j.p32=b,j.s0_256=function d(w){return e(w,2)^e(w,13)^e(w,22)},j.s1_256=function N(w){return e(w,6)^e(w,11)^e(w,25)},j.g0_256=function h(w){return e(w,7)^e(w,18)^w>>>3},j.g1_256=function A(w){return e(w,17)^e(w,19)^w>>>10}},9299:(Ve,j,p)=>{"use strict";var t=p(2391),e=p(3894);function f(r,u){return!(55296!=(64512&r.charCodeAt(u))||u<0||u+1>=r.length)&&56320==(64512&r.charCodeAt(u+1))}function b(r){return(r>>>24|r>>>8&65280|r<<8&16711680|(255&r)<<24)>>>0}function N(r){return 1===r.length?"0"+r:r}function h(r){return 7===r.length?"0"+r:6===r.length?"00"+r:5===r.length?"000"+r:4===r.length?"0000"+r:3===r.length?"00000"+r:2===r.length?"000000"+r:1===r.length?"0000000"+r:r}j.inherits=e,j.toArray=function M(r,u){if(Array.isArray(r))return r.slice();if(!r)return[];var c=[];if("string"==typeof r)if(u){if("hex"===u)for((r=r.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(r="0"+r),E=0;E>6|192,c[_++]=63&I|128):f(r,E)?(I=65536+((1023&I)<<10)+(1023&r.charCodeAt(++E)),c[_++]=I>>18|240,c[_++]=I>>12&63|128,c[_++]=I>>6&63|128,c[_++]=63&I|128):(c[_++]=I>>12|224,c[_++]=I>>6&63|128,c[_++]=63&I|128)}else for(E=0;E>>0;return I},j.split32=function w(r,u){for(var c=new Array(4*r.length),_=0,E=0;_>>24,c[E+1]=I>>>16&255,c[E+2]=I>>>8&255,c[E+3]=255&I):(c[E+3]=I>>>24,c[E+2]=I>>>16&255,c[E+1]=I>>>8&255,c[E]=255&I)}return c},j.rotr32=function D(r,u){return r>>>u|r<<32-u},j.rotl32=function L(r,u){return r<>>32-u},j.sum32=function k(r,u){return r+u>>>0},j.sum32_3=function S(r,u,c){return r+u+c>>>0},j.sum32_4=function U(r,u,c,_){return r+u+c+_>>>0},j.sum32_5=function Z(r,u,c,_,E){return r+u+c+_+E>>>0},j.sum64=function Y(r,u,c,_){var v=_+r[u+1]>>>0;r[u]=(v<_?1:0)+c+r[u]>>>0,r[u+1]=v},j.sum64_hi=function ne(r,u,c,_){return(u+_>>>0>>0},j.sum64_lo=function $(r,u,c,_){return u+_>>>0},j.sum64_4_hi=function de(r,u,c,_,E,I,v,n){var C=0,B=u;return C+=(B=B+_>>>0)>>0)>>0)>>0},j.sum64_4_lo=function te(r,u,c,_,E,I,v,n){return u+_+I+n>>>0},j.sum64_5_hi=function ie(r,u,c,_,E,I,v,n,C,B){var P=0,H=u;return P+=(H=H+_>>>0)>>0)>>0)>>0)>>0},j.sum64_5_lo=function oe(r,u,c,_,E,I,v,n,C,B){return u+_+I+n+B>>>0},j.rotr64_hi=function X(r,u,c){return(u<<32-c|r>>>c)>>>0},j.rotr64_lo=function me(r,u,c){return(r<<32-c|u>>>c)>>>0},j.shr64_hi=function y(r,u,c){return r>>>c},j.shr64_lo=function i(r,u,c){return(r<<32-c|u>>>c)>>>0}},2438:(Ve,j,p)=>{"use strict";var t=p(7084),e=p(8195),f=p(2391);function M(a){if(!(this instanceof M))return new M(a);this.hash=a.hash,this.predResist=!!a.predResist,this.outLen=this.hash.outSize,this.minEntropy=a.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var b=e.toArray(a.entropy,a.entropyEnc||"hex"),d=e.toArray(a.nonce,a.nonceEnc||"hex"),N=e.toArray(a.pers,a.persEnc||"hex");f(b.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(b,d,N)}Ve.exports=M,M.prototype._init=function(b,d,N){var h=b.concat(d).concat(N);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var A=0;A=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(b.concat(N||[])),this._reseed=1},M.prototype.generate=function(b,d,N,h){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof d&&(h=N,N=d,d=null),N&&(N=e.toArray(N,h||"hex"),this._update(N));for(var A=[];A.length{j.read=function(p,t,e,f,M){var a,b,d=8*M-f-1,N=(1<>1,A=-7,w=e?M-1:0,D=e?-1:1,L=p[t+w];for(w+=D,a=L&(1<<-A)-1,L>>=-A,A+=d;A>0;a=256*a+p[t+w],w+=D,A-=8);for(b=a&(1<<-A)-1,a>>=-A,A+=f;A>0;b=256*b+p[t+w],w+=D,A-=8);if(0===a)a=1-h;else{if(a===N)return b?NaN:1/0*(L?-1:1);b+=Math.pow(2,f),a-=h}return(L?-1:1)*b*Math.pow(2,a-f)},j.write=function(p,t,e,f,M,a){var b,d,N,h=8*a-M-1,A=(1<>1,D=23===M?Math.pow(2,-24)-Math.pow(2,-77):0,L=f?0:a-1,k=f?1:-1,S=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,b=A):(b=Math.floor(Math.log(t)/Math.LN2),t*(N=Math.pow(2,-b))<1&&(b--,N*=2),(t+=b+w>=1?D/N:D*Math.pow(2,1-w))*N>=2&&(b++,N/=2),b+w>=A?(d=0,b=A):b+w>=1?(d=(t*N-1)*Math.pow(2,M),b+=w):(d=t*Math.pow(2,w-1)*Math.pow(2,M),b=0));M>=8;p[e+L]=255&d,L+=k,d/=256,M-=8);for(b=b<0;p[e+L]=255&b,L+=k,b/=256,h-=8);p[e+L-k]|=128*S}},3894:Ve=>{Ve.exports="function"==typeof Object.create?function(p,t){t&&(p.super_=t,p.prototype=Object.create(t.prototype,{constructor:{value:p,enumerable:!1,writable:!0,configurable:!0}}))}:function(p,t){if(t){p.super_=t;var e=function(){};e.prototype=t.prototype,p.prototype=new e,p.prototype.constructor=p}}},717:(Ve,j,p)=>{"use strict";var t=p(623);function e(f){return!0===t(f)&&"[object Object]"===Object.prototype.toString.call(f)}Ve.exports=function(M){var a,b;return!(!1===e(M)||(a=M.constructor,"function"!=typeof a)||(b=a.prototype,!1===e(b))||!1===b.hasOwnProperty("isPrototypeOf"))}},623:Ve=>{"use strict";Ve.exports=function(p){return null!=p&&"object"==typeof p&&!1===Array.isArray(p)}},2872:Ve=>{var j=Object.prototype.toString;function p(h){return"function"==typeof h.constructor?h.constructor.name:null}Ve.exports=function(A){if(void 0===A)return"undefined";if(null===A)return"null";var w=typeof A;if("boolean"===w)return"boolean";if("string"===w)return"string";if("number"===w)return"number";if("symbol"===w)return"symbol";if("function"===w)return function a(h,A){return"GeneratorFunction"===p(h)}(A)?"generatorfunction":"function";if(function t(h){return Array.isArray?Array.isArray(h):h instanceof Array}(A))return"array";if(function N(h){return!(!h.constructor||"function"!=typeof h.constructor.isBuffer)&&h.constructor.isBuffer(h)}(A))return"buffer";if(function d(h){try{if("number"==typeof h.length&&"function"==typeof h.callee)return!0}catch(A){if(-1!==A.message.indexOf("callee"))return!0}return!1}(A))return"arguments";if(function f(h){return h instanceof Date||"function"==typeof h.toDateString&&"function"==typeof h.getDate&&"function"==typeof h.setDate}(A))return"date";if(function e(h){return h instanceof Error||"string"==typeof h.message&&h.constructor&&"number"==typeof h.constructor.stackTraceLimit}(A))return"error";if(function M(h){return h instanceof RegExp||"string"==typeof h.flags&&"boolean"==typeof h.ignoreCase&&"boolean"==typeof h.multiline&&"boolean"==typeof h.global}(A))return"regexp";switch(p(A)){case"Symbol":return"symbol";case"Promise":return"promise";case"WeakMap":return"weakmap";case"WeakSet":return"weakset";case"Map":return"map";case"Set":return"set";case"Int8Array":return"int8array";case"Uint8Array":return"uint8array";case"Uint8ClampedArray":return"uint8clampedarray";case"Int16Array":return"int16array";case"Uint16Array":return"uint16array";case"Int32Array":return"int32array";case"Uint32Array":return"uint32array";case"Float32Array":return"float32array";case"Float64Array":return"float64array"}if(function b(h){return"function"==typeof h.throw&&"function"==typeof h.return&&"function"==typeof h.next}(A))return"generator";switch(w=j.call(A)){case"[object Object]":return"object";case"[object Map Iterator]":return"mapiterator";case"[object Set Iterator]":return"setiterator";case"[object String Iterator]":return"stringiterator";case"[object Array Iterator]":return"arrayiterator"}return w.slice(8,-1).toLowerCase().replace(/\s/g,"")}},8095:(Ve,j,p)=>{"use strict";var t=p(3894),e=p(9650),f=p(3502).Buffer,M=new Array(16);function a(){e.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}function b(w,D){return w<>>32-D}function d(w,D,L,k,S,U,Z){return b(w+(D&L|~D&k)+S+U|0,Z)+D|0}function N(w,D,L,k,S,U,Z){return b(w+(D&k|L&~k)+S+U|0,Z)+D|0}function h(w,D,L,k,S,U,Z){return b(w+(D^L^k)+S+U|0,Z)+D|0}function A(w,D,L,k,S,U,Z){return b(w+(L^(D|~k))+S+U|0,Z)+D|0}t(a,e),a.prototype._update=function(){for(var w=M,D=0;D<16;++D)w[D]=this._block.readInt32LE(4*D);var L=this._a,k=this._b,S=this._c,U=this._d;L=d(L,k,S,U,w[0],3614090360,7),U=d(U,L,k,S,w[1],3905402710,12),S=d(S,U,L,k,w[2],606105819,17),k=d(k,S,U,L,w[3],3250441966,22),L=d(L,k,S,U,w[4],4118548399,7),U=d(U,L,k,S,w[5],1200080426,12),S=d(S,U,L,k,w[6],2821735955,17),k=d(k,S,U,L,w[7],4249261313,22),L=d(L,k,S,U,w[8],1770035416,7),U=d(U,L,k,S,w[9],2336552879,12),S=d(S,U,L,k,w[10],4294925233,17),k=d(k,S,U,L,w[11],2304563134,22),L=d(L,k,S,U,w[12],1804603682,7),U=d(U,L,k,S,w[13],4254626195,12),S=d(S,U,L,k,w[14],2792965006,17),L=N(L,k=d(k,S,U,L,w[15],1236535329,22),S,U,w[1],4129170786,5),U=N(U,L,k,S,w[6],3225465664,9),S=N(S,U,L,k,w[11],643717713,14),k=N(k,S,U,L,w[0],3921069994,20),L=N(L,k,S,U,w[5],3593408605,5),U=N(U,L,k,S,w[10],38016083,9),S=N(S,U,L,k,w[15],3634488961,14),k=N(k,S,U,L,w[4],3889429448,20),L=N(L,k,S,U,w[9],568446438,5),U=N(U,L,k,S,w[14],3275163606,9),S=N(S,U,L,k,w[3],4107603335,14),k=N(k,S,U,L,w[8],1163531501,20),L=N(L,k,S,U,w[13],2850285829,5),U=N(U,L,k,S,w[2],4243563512,9),S=N(S,U,L,k,w[7],1735328473,14),L=h(L,k=N(k,S,U,L,w[12],2368359562,20),S,U,w[5],4294588738,4),U=h(U,L,k,S,w[8],2272392833,11),S=h(S,U,L,k,w[11],1839030562,16),k=h(k,S,U,L,w[14],4259657740,23),L=h(L,k,S,U,w[1],2763975236,4),U=h(U,L,k,S,w[4],1272893353,11),S=h(S,U,L,k,w[7],4139469664,16),k=h(k,S,U,L,w[10],3200236656,23),L=h(L,k,S,U,w[13],681279174,4),U=h(U,L,k,S,w[0],3936430074,11),S=h(S,U,L,k,w[3],3572445317,16),k=h(k,S,U,L,w[6],76029189,23),L=h(L,k,S,U,w[9],3654602809,4),U=h(U,L,k,S,w[12],3873151461,11),S=h(S,U,L,k,w[15],530742520,16),L=A(L,k=h(k,S,U,L,w[2],3299628645,23),S,U,w[0],4096336452,6),U=A(U,L,k,S,w[7],1126891415,10),S=A(S,U,L,k,w[14],2878612391,15),k=A(k,S,U,L,w[5],4237533241,21),L=A(L,k,S,U,w[12],1700485571,6),U=A(U,L,k,S,w[3],2399980690,10),S=A(S,U,L,k,w[10],4293915773,15),k=A(k,S,U,L,w[1],2240044497,21),L=A(L,k,S,U,w[8],1873313359,6),U=A(U,L,k,S,w[15],4264355552,10),S=A(S,U,L,k,w[6],2734768916,15),k=A(k,S,U,L,w[13],1309151649,21),L=A(L,k,S,U,w[4],4149444226,6),U=A(U,L,k,S,w[11],3174756917,10),S=A(S,U,L,k,w[2],718787259,15),k=A(k,S,U,L,w[9],3951481745,21),this._a=this._a+L|0,this._b=this._b+k|0,this._c=this._c+S|0,this._d=this._d+U|0},a.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var w=f.allocUnsafe(16);return w.writeInt32LE(this._a,0),w.writeInt32LE(this._b,4),w.writeInt32LE(this._c,8),w.writeInt32LE(this._d,12),w},Ve.exports=a},7079:(Ve,j,p)=>{var t=p(1378),e=p(7950);function f(M){this.rand=M||new e.Rand}Ve.exports=f,f.create=function(a){return new f(a)},f.prototype._randbelow=function(a){var b=a.bitLength(),d=Math.ceil(b/8);do{var N=new t(this.rand.generate(d))}while(N.cmp(a)>=0);return N},f.prototype._randrange=function(a,b){var d=b.sub(a);return a.add(this._randbelow(d))},f.prototype.test=function(a,b,d){var N=a.bitLength(),h=t.mont(a),A=new t(1).toRed(h);b||(b=Math.max(1,N/48|0));for(var w=a.subn(1),D=0;!w.testn(D);D++);for(var L=a.shrn(D),k=w.toRed(h);b>0;b--){var U=this._randrange(new t(2),w);d&&d(U);var Z=U.toRed(h).redPow(L);if(0!==Z.cmp(A)&&0!==Z.cmp(k)){for(var Y=1;Y0;b--){var k=this._randrange(new t(2),A),S=a.gcd(k);if(0!==S.cmpn(1))return S;var U=k.toRed(N).redPow(D);if(0!==U.cmp(h)&&0!==U.cmp(L)){for(var Z=1;Z=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),H=Math.max(0,n-y.length+1);H<=P;H++)C+=(E=(c=0|y.words[n-H|0])*(_=0|i.words[H])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,_e=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,De=0|c[4],dt=8191&De,Ie=De>>>13,Ae=0|c[5],le=8191&Ae,Te=Ae>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],Ce=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],Yt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Xe=0|_[6],Se=8191&Xe,Ge=Xe>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(H,xt)|0))<<13)|0;I=((C=Math.imul(H,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(_e,xt)|0,C=Math.imul(_e,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(H,et)|0))<<13)|0;I=((C=C+Math.imul(H,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(_e,et)|0,C=C+Math.imul(_e,yt)|0;var zi=(I+(v=v+Math.imul(P,Yt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(H,Yt)|0))<<13)|0;I=((C=C+Math.imul(H,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,Yt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(_e,Yt)|0,C=C+Math.imul(_e,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(H,ce)|0))<<13)|0;I=((C=C+Math.imul(H,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,Yt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,Yt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(_e,ce)|0,C=C+Math.imul(_e,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(H,mt)|0))<<13)|0;I=((C=C+Math.imul(H,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,Yt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,Yt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(_e,mt)|0,C=C+Math.imul(_e,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(H,Re)|0))<<13)|0;I=((C=C+Math.imul(H,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,Yt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,Yt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(_e,Re)|0,C=C+Math.imul(_e,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(H,Se)|0))<<13)|0;I=((C=C+Math.imul(H,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(Ce,xt),n=(n=Math.imul(Ce,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,Yt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,Yt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(_e,Se)|0,C=C+Math.imul(_e,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(H,st)|0))<<13)|0;I=((C=C+Math.imul(H,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(Ce,et)|0,n=(n=n+Math.imul(Ce,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,Yt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,Yt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(_e,st)|0,C=C+Math.imul(_e,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(H,qt)|0))<<13)|0;I=((C=C+Math.imul(H,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(Ce,Yt)|0,n=(n=n+Math.imul(Ce,Pe)|0)+Math.imul(Le,Yt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(_e,qt)|0,C=C+Math.imul(_e,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(H,fi)|0))<<13)|0;I=((C=C+Math.imul(H,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,Yt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,Yt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(Ce,ce)|0,n=(n=n+Math.imul(Ce,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(_e,fi)|0))<<13)|0;I=((C=C+Math.imul(_e,si)|0)+(n>>>13)|0)+(qe>>>26)|0,qe&=67108863,v=Math.imul(Wt,Yt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,Yt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(Ce,mt)|0,n=(n=n+Math.imul(Ce,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(Ce,Re)|0,n=(n=n+Math.imul(Ce,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(Ce,Se)|0,n=(n=n+Math.imul(Ce,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(Ce,st)|0,n=(n=n+Math.imul(Ce,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(Ce,qt)|0,n=(n=n+Math.imul(Ce,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Zi=(I+(v=v+Math.imul(Ce,fi)|0)|0)+((8191&(n=(n=n+Math.imul(Ce,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var gn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(gn>>>26)|0,gn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Zi,E[17]=sn,E[18]=gn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new Y).mulp(y,i,r)}function Y(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},Y.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},Y.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},Y.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var H=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(H=Math.min(H/E|0,67108863),c._ishlnsubmul(_,H,P);0!==c.negative;)H--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=H)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var H=0,q=1;0==(u.words[0]&q)&&H<26;++H,q<<=1);if(H>0)for(u.iushrn(H);H-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),H=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},2391:Ve=>{function j(p,t){if(!p)throw new Error(t||"Assertion failed")}Ve.exports=j,j.equal=function(t,e,f){if(t!=e)throw new Error(f||"Assertion failed: "+t+" != "+e)}},8195:(Ve,j)=>{"use strict";var p=j;function e(M){return 1===M.length?"0"+M:M}function f(M){for(var a="",b=0;b>8,A=255&N;h?b.push(h,A):b.push(A)}return b},p.zero2=e,p.toHex=f,p.encode=function(a,b){return"hex"===b?f(a):a}},5768:(Ve,j,p)=>{"use strict";Object.defineProperty(j,"__esModule",{value:!0});var t=p(842);Object.keys(t).forEach(function(e){"default"!==e&&Object.defineProperty(j,e,{enumerable:!0,get:function(){return t[e]}})})},2999:(Ve,j,p)=>{"use strict";var t=p(7977);j.certificate=p(2390);var e=t.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});j.RSAPrivateKey=e;var f=t.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});j.RSAPublicKey=f;var M=t.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(a),this.key("subjectPublicKey").bitstr())});j.PublicKey=M;var a=t.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),b=t.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(a),this.key("subjectPrivateKey").octstr())});j.PrivateKey=b;var d=t.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});j.EncryptedPrivateKey=d;var N=t.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});j.DSAPrivateKey=N,j.DSAparam=t.define("DSAparam",function(){this.int()});var h=t.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(A),this.key("publicKey").optional().explicit(1).bitstr())});j.ECPrivateKey=h;var A=t.define("ECParameters",function(){this.choice({namedCurve:this.objid()})});j.signature=t.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())})},2390:(Ve,j,p)=>{"use strict";var t=p(7977),e=t.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),f=t.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),M=t.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())}),a=t.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(M),this.key("subjectPublicKey").bitstr())}),b=t.define("RelativeDistinguishedName",function(){this.setof(f)}),d=t.define("RDNSequence",function(){this.seqof(b)}),N=t.define("Name",function(){this.choice({rdnSequence:this.use(d)})}),h=t.define("Validity",function(){this.seq().obj(this.key("notBefore").use(e),this.key("notAfter").use(e))}),A=t.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),w=t.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(M),this.key("issuer").use(N),this.key("validity").use(h),this.key("subject").use(N),this.key("subjectPublicKeyInfo").use(a),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(A).optional())}),D=t.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(w),this.key("signatureAlgorithm").use(M),this.key("signatureValue").bitstr())});Ve.exports=D},5269:(Ve,j,p)=>{var t=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r+/=]+)[\n\r]+/m,e=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,f=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r+/=]+)-----END \1-----$/m,M=p(347),a=p(4330),b=p(3502).Buffer;Ve.exports=function(d,N){var w,h=d.toString(),A=h.match(t);if(A){var L="aes"+A[1],k=b.from(A[2],"hex"),S=b.from(A[3].replace(/[\r\n]/g,""),"base64"),U=M(N,k.slice(0,8),parseInt(A[1],10)).key,Z=[],Y=a.createDecipheriv(L,U,k);Z.push(Y.update(S)),Z.push(Y.final()),w=b.concat(Z)}else{var D=h.match(f);w=b.from(D[2].replace(/[\r\n]/g,""),"base64")}return{tag:h.match(e)[1],data:w}}},2772:(Ve,j,p)=>{var t=p(2999),e=p(2562),f=p(5269),M=p(4330),a=p(9357),b=p(3502).Buffer;function d(h){var A;"object"==typeof h&&!b.isBuffer(h)&&(A=h.passphrase,h=h.key),"string"==typeof h&&(h=b.from(h));var k,S,w=f(h,A),D=w.tag,L=w.data;switch(D){case"CERTIFICATE":S=t.certificate.decode(L,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(S||(S=t.PublicKey.decode(L,"der")),k=S.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return t.RSAPublicKey.decode(S.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return S.subjectPrivateKey=S.subjectPublicKey,{type:"ec",data:S};case"1.2.840.10040.4.1":return S.algorithm.params.pub_key=t.DSAparam.decode(S.subjectPublicKey.data,"der"),{type:"dsa",data:S.algorithm.params};default:throw new Error("unknown key id "+k)}case"ENCRYPTED PRIVATE KEY":L=function N(h,A){var w=h.algorithm.decrypt.kde.kdeparams.salt,D=parseInt(h.algorithm.decrypt.kde.kdeparams.iters.toString(),10),L=e[h.algorithm.decrypt.cipher.algo.join(".")],k=h.algorithm.decrypt.cipher.iv,S=h.subjectPrivateKey,U=parseInt(L.split("-")[1],10)/8,Z=a.pbkdf2Sync(A,w,D,U,"sha1"),Y=M.createDecipheriv(L,Z,k),ne=[];return ne.push(Y.update(S)),ne.push(Y.final()),b.concat(ne)}(L=t.EncryptedPrivateKey.decode(L,"der"),A);case"PRIVATE KEY":switch(k=(S=t.PrivateKey.decode(L,"der")).algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return t.RSAPrivateKey.decode(S.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:S.algorithm.curve,privateKey:t.ECPrivateKey.decode(S.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return S.algorithm.params.priv_key=t.DSAparam.decode(S.subjectPrivateKey,"der"),{type:"dsa",params:S.algorithm.params};default:throw new Error("unknown key id "+k)}case"RSA PUBLIC KEY":return t.RSAPublicKey.decode(L,"der");case"RSA PRIVATE KEY":return t.RSAPrivateKey.decode(L,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:t.DSAPrivateKey.decode(L,"der")};case"EC PRIVATE KEY":return{curve:(L=t.ECPrivateKey.decode(L,"der")).parameters.value,privateKey:L.privateKey};default:throw new Error("unknown key type "+D)}}Ve.exports=d,d.signature=t.signature},9357:(Ve,j,p)=>{j.pbkdf2=p(415),j.pbkdf2Sync=p(7472)},415:(Ve,j,p)=>{var b,w,t=p(3502).Buffer,e=p(2697),f=p(8867),M=p(7472),a=p(4566),d=global.crypto&&global.crypto.subtle,N={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},h=[];function D(){return w||(w=global.process&&global.process.nextTick?global.process.nextTick:global.queueMicrotask?global.queueMicrotask:global.setImmediate?global.setImmediate:global.setTimeout)}function L(S,U,Z,Y,ne){return d.importKey("raw",S,{name:"PBKDF2"},!1,["deriveBits"]).then(function($){return d.deriveBits({name:"PBKDF2",salt:U,iterations:Z,hash:{name:ne}},$,Y<<3)}).then(function($){return t.from($)})}Ve.exports=function(S,U,Z,Y,ne,$){"function"==typeof ne&&($=ne,ne=void 0);var de=N[(ne=ne||"sha1").toLowerCase()];if(de&&"function"==typeof global.Promise){if(e(Z,Y),S=a(S,f,"Password"),U=a(U,f,"Salt"),"function"!=typeof $)throw new Error("No callback provided to pbkdf2");!function k(S,U){S.then(function(Z){D()(function(){U(null,Z)})},function(Z){D()(function(){U(Z)})})}(function A(S){if(global.process&&!global.process.browser||!d||!d.importKey||!d.deriveBits)return Promise.resolve(!1);if(void 0!==h[S])return h[S];var U=L(b=b||t.alloc(8),b,10,128,S).then(function(){return!0}).catch(function(){return!1});return h[S]=U,U}(de).then(function(te){return te?L(S,U,Z,Y,de):M(S,U,Z,Y,ne)}),$)}else D()(function(){var te;try{te=M(S,U,Z,Y,ne)}catch(ie){return $(ie)}$(null,te)})}},8867:Ve=>{var j;j=global.process&&global.process.browser?"utf-8":global.process&&global.process.version?parseInt(process.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary":"utf-8",Ve.exports=j},2697:Ve=>{var j=Math.pow(2,30)-1;Ve.exports=function(p,t){if("number"!=typeof p)throw new TypeError("Iterations not a number");if(p<0)throw new TypeError("Bad iterations");if("number"!=typeof t)throw new TypeError("Key length not a number");if(t<0||t>j||t!=t)throw new TypeError("Bad key length")}},7472:(Ve,j,p)=>{var t=p(5640),e=p(5634),f=p(5244),M=p(3502).Buffer,a=p(2697),b=p(8867),d=p(4566),N=M.alloc(128),h={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function A(L,k,S){var U=function w(L){return"rmd160"===L||"ripemd160"===L?function S(U){return(new e).update(U).digest()}:"md5"===L?t:function k(U){return f(L).update(U).digest()}}(L),Z="sha512"===L||"sha384"===L?128:64;k.length>Z?k=U(k):k.length{var t=p(3502).Buffer;Ve.exports=function(e,f,M){if(t.isBuffer(e))return e;if("string"==typeof e)return t.from(e,f);if(ArrayBuffer.isView(e))return t.from(e.buffer);throw new TypeError(M+" must be a string, a Buffer, a typed array or a DataView")}},3701:(Ve,j,p)=>{j.publicEncrypt=p(6562),j.privateDecrypt=p(6705),j.privateEncrypt=function(e,f){return j.publicEncrypt(e,f,!0)},j.publicDecrypt=function(e,f){return j.privateDecrypt(e,f,!0)}},6945:(Ve,j,p)=>{var t=p(6386),e=p(3502).Buffer;function f(M){var a=e.allocUnsafe(4);return a.writeUInt32BE(M,0),a}Ve.exports=function(M,a){for(var N,b=e.alloc(0),d=0;b.length=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),H=Math.max(0,n-y.length+1);H<=P;H++)C+=(E=(c=0|y.words[n-H|0])*(_=0|i.words[H])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,_e=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,De=0|c[4],dt=8191&De,Ie=De>>>13,Ae=0|c[5],le=8191&Ae,Te=Ae>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],Ce=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],Yt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Xe=0|_[6],Se=8191&Xe,Ge=Xe>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(H,xt)|0))<<13)|0;I=((C=Math.imul(H,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(_e,xt)|0,C=Math.imul(_e,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(H,et)|0))<<13)|0;I=((C=C+Math.imul(H,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(_e,et)|0,C=C+Math.imul(_e,yt)|0;var zi=(I+(v=v+Math.imul(P,Yt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(H,Yt)|0))<<13)|0;I=((C=C+Math.imul(H,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,Yt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(_e,Yt)|0,C=C+Math.imul(_e,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(H,ce)|0))<<13)|0;I=((C=C+Math.imul(H,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,Yt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,Yt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(_e,ce)|0,C=C+Math.imul(_e,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(H,mt)|0))<<13)|0;I=((C=C+Math.imul(H,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,Yt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,Yt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(_e,mt)|0,C=C+Math.imul(_e,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(H,Re)|0))<<13)|0;I=((C=C+Math.imul(H,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,Yt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,Yt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(_e,Re)|0,C=C+Math.imul(_e,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(H,Se)|0))<<13)|0;I=((C=C+Math.imul(H,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(Ce,xt),n=(n=Math.imul(Ce,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,Yt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,Yt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(_e,Se)|0,C=C+Math.imul(_e,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(H,st)|0))<<13)|0;I=((C=C+Math.imul(H,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(Ce,et)|0,n=(n=n+Math.imul(Ce,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,Yt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,Yt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(_e,st)|0,C=C+Math.imul(_e,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(H,qt)|0))<<13)|0;I=((C=C+Math.imul(H,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(Ce,Yt)|0,n=(n=n+Math.imul(Ce,Pe)|0)+Math.imul(Le,Yt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(_e,qt)|0,C=C+Math.imul(_e,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(H,fi)|0))<<13)|0;I=((C=C+Math.imul(H,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,Yt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,Yt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(Ce,ce)|0,n=(n=n+Math.imul(Ce,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(_e,fi)|0))<<13)|0;I=((C=C+Math.imul(_e,si)|0)+(n>>>13)|0)+(qe>>>26)|0,qe&=67108863,v=Math.imul(Wt,Yt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,Yt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(Ce,mt)|0,n=(n=n+Math.imul(Ce,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(Ce,Re)|0,n=(n=n+Math.imul(Ce,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(Ce,Se)|0,n=(n=n+Math.imul(Ce,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(Ce,st)|0,n=(n=n+Math.imul(Ce,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(Ce,qt)|0,n=(n=n+Math.imul(Ce,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Zi=(I+(v=v+Math.imul(Ce,fi)|0)|0)+((8191&(n=(n=n+Math.imul(Ce,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Zi>>>26)|0,Zi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var gn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(gn>>>26)|0,gn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Zi,E[17]=sn,E[18]=gn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new Y).mulp(y,i,r)}function Y(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},Y.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},Y.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},Y.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var H=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(H=Math.min(H/E|0,67108863),c._ishlnsubmul(_,H,P);0!==c.negative;)H--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=H)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var H=0,q=1;0==(u.words[0]&q)&&H<26;++H,q<<=1);if(H>0)for(u.iushrn(H);H-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),H=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},6705:(Ve,j,p)=>{var t=p(2772),e=p(6945),f=p(9401),M=p(2057),a=p(8466),b=p(6386),d=p(8651),N=p(3502).Buffer;Ve.exports=function(L,k,S){var U;U=L.padding?L.padding:S?1:4;var ne,Z=t(L),Y=Z.modulus.byteLength();if(k.length>Y||new M(k).cmp(Z.modulus)>=0)throw new Error("decryption error");ne=S?d(new M(k),Z):a(k,Z);var $=N.alloc(Y-ne.length);if(ne=N.concat([$,ne],Y),4===U)return function h(D,L){var k=D.modulus.byteLength(),S=b("sha1").update(N.alloc(0)).digest(),U=S.length;if(0!==L[0])throw new Error("decryption error");var Z=L.slice(1,U+1),Y=L.slice(U+1),ne=f(Z,e(Y,U)),$=f(Y,e(ne,k-U-1));if(function w(D,L){D=N.from(D),L=N.from(L);var k=0,S=D.length;D.length!==L.length&&(k++,S=Math.min(D.length,L.length));for(var U=-1;++U=L.length){Z++;break}var Y=L.slice(2,U-1);if(("0002"!==S.toString("hex")&&!k||"0001"!==S.toString("hex")&&k)&&Z++,Y.length<8&&Z++,Z)throw new Error("decryption error");return L.slice(U)}(0,ne,S);if(3===U)return ne;throw new Error("unknown padding")}},6562:(Ve,j,p)=>{var t=p(2772),e=p(3753),f=p(6386),M=p(6945),a=p(9401),b=p(2057),d=p(8651),N=p(8466),h=p(3502).Buffer;Ve.exports=function(k,S,U){var Z;Z=k.padding?k.padding:U?1:4;var ne,Y=t(k);if(4===Z)ne=function A(L,k){var S=L.modulus.byteLength(),U=k.length,Z=f("sha1").update(h.alloc(0)).digest(),Y=Z.length,ne=2*Y;if(U>S-ne-2)throw new Error("message too long");var $=h.alloc(S-U-ne-2),de=S-Y-1,te=e(Y),ie=a(h.concat([Z,$,h.alloc(1,1),k],de),M(te,de)),oe=a(te,M(ie,Y));return new b(h.concat([h.alloc(1),oe,ie],S))}(Y,S);else if(1===Z)ne=function w(L,k,S){var Y,U=k.length,Z=L.modulus.byteLength();if(U>Z-11)throw new Error("message too long");return Y=S?h.alloc(Z-U-3,255):function D(L){for(var Y,k=h.allocUnsafe(L),S=0,U=e(2*L),Z=0;S=0)throw new Error("data too long for modulus")}return U?N(ne,Y):d(ne,Y)}},8651:(Ve,j,p)=>{var t=p(2057),e=p(3502).Buffer;Ve.exports=function f(M,a){return e.from(M.toRed(t.mont(a.modulus)).redPow(new t(a.publicExponent)).fromRed().toArray())}},9401:Ve=>{Ve.exports=function(p,t){for(var e=p.length,f=-1;++f{const t=p(8695),e=p(1465),f=p(3210),M=p(2334);function a(b,d,N,h,A){const w=[].slice.call(arguments,1),D=w.length,L="function"==typeof w[D-1];if(!L&&!t())throw new Error("Callback required as last argument");if(!L){if(D<1)throw new Error("Too few arguments provided");return 1===D?(N=d,d=h=void 0):2===D&&!d.getContext&&(h=N,N=d,d=void 0),new Promise(function(k,S){try{const U=e.create(N,h);k(b(U,d,h))}catch(U){S(U)}})}if(D<2)throw new Error("Too few arguments provided");2===D?(A=N,N=d,d=h=void 0):3===D&&(d.getContext&&void 0===A?(A=h,h=void 0):(A=h,h=N,N=d,d=void 0));try{const k=e.create(N,h);A(null,b(k,d,h))}catch(k){A(k)}}j.create=e.create,j.toCanvas=a.bind(null,f.render),j.toDataURL=a.bind(null,f.renderToDataURL),j.toString=a.bind(null,function(b,d,N){return M.render(b,N)})},8695:Ve=>{Ve.exports=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then}},6221:(Ve,j,p)=>{const t=p(4792).getSymbolSize;j.getRowColCoords=function(f){if(1===f)return[];const M=Math.floor(f/7)+2,a=t(f),b=145===a?26:2*Math.ceil((a-13)/(2*M-2)),d=[a-7];for(let N=1;N{const t=p(4016),e=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function f(M){this.mode=t.ALPHANUMERIC,this.data=M}f.getBitsLength=function(a){return 11*Math.floor(a/2)+a%2*6},f.prototype.getLength=function(){return this.data.length},f.prototype.getBitsLength=function(){return f.getBitsLength(this.data.length)},f.prototype.write=function(a){let b;for(b=0;b+2<=this.data.length;b+=2){let d=45*e.indexOf(this.data[b]);d+=e.indexOf(this.data[b+1]),a.put(d,11)}this.data.length%2&&a.put(e.indexOf(this.data[b]),6)},Ve.exports=f},2118:Ve=>{function j(){this.buffer=[],this.length=0}j.prototype={get:function(p){const t=Math.floor(p/8);return 1==(this.buffer[t]>>>7-p%8&1)},put:function(p,t){for(let e=0;e>>t-e-1&1))},getLengthInBits:function(){return this.length},putBit:function(p){const t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),p&&(this.buffer[t]|=128>>>this.length%8),this.length++}},Ve.exports=j},4425:Ve=>{function j(p){if(!p||p<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=p,this.data=new Uint8Array(p*p),this.reservedBit=new Uint8Array(p*p)}j.prototype.set=function(p,t,e,f){const M=p*this.size+t;this.data[M]=e,f&&(this.reservedBit[M]=!0)},j.prototype.get=function(p,t){return this.data[p*this.size+t]},j.prototype.xor=function(p,t,e){this.data[p*this.size+t]^=e},j.prototype.isReserved=function(p,t){return this.reservedBit[p*this.size+t]},Ve.exports=j},5663:(Ve,j,p)=>{const t=p(8419),e=p(4016);function f(M){this.mode=e.BYTE,"string"==typeof M&&(M=t(M)),this.data=new Uint8Array(M)}f.getBitsLength=function(a){return 8*a},f.prototype.getLength=function(){return this.data.length},f.prototype.getBitsLength=function(){return f.getBitsLength(this.data.length)},f.prototype.write=function(M){for(let a=0,b=this.data.length;a{const t=p(2259),e=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],f=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];j.getBlocksCount=function(a,b){switch(b){case t.L:return e[4*(a-1)+0];case t.M:return e[4*(a-1)+1];case t.Q:return e[4*(a-1)+2];case t.H:return e[4*(a-1)+3];default:return}},j.getTotalCodewordsCount=function(a,b){switch(b){case t.L:return f[4*(a-1)+0];case t.M:return f[4*(a-1)+1];case t.Q:return f[4*(a-1)+2];case t.H:return f[4*(a-1)+3];default:return}}},2259:(Ve,j)=>{j.L={bit:1},j.M={bit:0},j.Q={bit:3},j.H={bit:2},j.isValid=function(e){return e&&void 0!==e.bit&&e.bit>=0&&e.bit<4},j.from=function(e,f){if(j.isValid(e))return e;try{return function p(t){if("string"!=typeof t)throw new Error("Param is not a string");switch(t.toLowerCase()){case"l":case"low":return j.L;case"m":case"medium":return j.M;case"q":case"quartile":return j.Q;case"h":case"high":return j.H;default:throw new Error("Unknown EC Level: "+t)}}(e)}catch(M){return f}}},3114:(Ve,j,p)=>{const t=p(4792).getSymbolSize;j.getPositions=function(M){const a=t(M);return[[0,0],[a-7,0],[0,a-7]]}},7078:(Ve,j,p)=>{const t=p(4792),M=t.getBCHDigit(1335);j.getEncodedBits=function(b,d){const N=b.bit<<3|d;let h=N<<10;for(;t.getBCHDigit(h)-M>=0;)h^=1335<{const p=new Uint8Array(512),t=new Uint8Array(256);(function(){let f=1;for(let M=0;M<255;M++)p[M]=f,t[f]=M,f<<=1,256&f&&(f^=285);for(let M=255;M<512;M++)p[M]=p[M-255]})(),j.log=function(f){if(f<1)throw new Error("log("+f+")");return t[f]},j.exp=function(f){return p[f]},j.mul=function(f,M){return 0===f||0===M?0:p[t[f]+t[M]]}},4388:(Ve,j,p)=>{const t=p(4016),e=p(4792);function f(M){this.mode=t.KANJI,this.data=M}f.getBitsLength=function(a){return 13*a},f.prototype.getLength=function(){return this.data.length},f.prototype.getBitsLength=function(){return f.getBitsLength(this.data.length)},f.prototype.write=function(M){let a;for(a=0;a=33088&&b<=40956)b-=33088;else{if(!(b>=57408&&b<=60351))throw new Error("Invalid SJIS character: "+this.data[a]+"\nMake sure your charset is UTF-8");b-=49472}b=192*(b>>>8&255)+(255&b),M.put(b,13)}},Ve.exports=f},3667:(Ve,j)=>{j.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};function t(e,f,M){switch(e){case j.Patterns.PATTERN000:return(f+M)%2==0;case j.Patterns.PATTERN001:return f%2==0;case j.Patterns.PATTERN010:return M%3==0;case j.Patterns.PATTERN011:return(f+M)%3==0;case j.Patterns.PATTERN100:return(Math.floor(f/2)+Math.floor(M/3))%2==0;case j.Patterns.PATTERN101:return f*M%2+f*M%3==0;case j.Patterns.PATTERN110:return(f*M%2+f*M%3)%2==0;case j.Patterns.PATTERN111:return(f*M%3+(f+M)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}}j.isValid=function(f){return null!=f&&""!==f&&!isNaN(f)&&f>=0&&f<=7},j.from=function(f){return j.isValid(f)?parseInt(f,10):void 0},j.getPenaltyN1=function(f){const M=f.size;let a=0,b=0,d=0,N=null,h=null;for(let A=0;A=5&&(a+=b-5+3),N=D,b=1),D=f.get(w,A),D===h?d++:(d>=5&&(a+=d-5+3),h=D,d=1)}b>=5&&(a+=b-5+3),d>=5&&(a+=d-5+3)}return a},j.getPenaltyN2=function(f){const M=f.size;let a=0;for(let b=0;b=10&&(1488===b||93===b)&&a++,d=d<<1&2047|f.get(h,N),h>=10&&(1488===d||93===d)&&a++}return 40*a},j.getPenaltyN4=function(f){let M=0;const a=f.data.length;for(let d=0;d{const t=p(4406),e=p(2699);j.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},j.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},j.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},j.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},j.MIXED={bit:-1},j.getCharCountIndicator=function(a,b){if(!a.ccBits)throw new Error("Invalid mode: "+a);if(!t.isValid(b))throw new Error("Invalid version: "+b);return b>=1&&b<10?a.ccBits[0]:b<27?a.ccBits[1]:a.ccBits[2]},j.getBestModeForData=function(a){return e.testNumeric(a)?j.NUMERIC:e.testAlphanumeric(a)?j.ALPHANUMERIC:e.testKanji(a)?j.KANJI:j.BYTE},j.toString=function(a){if(a&&a.id)return a.id;throw new Error("Invalid mode")},j.isValid=function(a){return a&&a.bit&&a.ccBits},j.from=function(a,b){if(j.isValid(a))return a;try{return function f(M){if("string"!=typeof M)throw new Error("Param is not a string");switch(M.toLowerCase()){case"numeric":return j.NUMERIC;case"alphanumeric":return j.ALPHANUMERIC;case"kanji":return j.KANJI;case"byte":return j.BYTE;default:throw new Error("Unknown mode: "+M)}}(a)}catch(d){return b}}},7783:(Ve,j,p)=>{const t=p(4016);function e(f){this.mode=t.NUMERIC,this.data=f.toString()}e.getBitsLength=function(M){return 10*Math.floor(M/3)+(M%3?M%3*3+1:0)},e.prototype.getLength=function(){return this.data.length},e.prototype.getBitsLength=function(){return e.getBitsLength(this.data.length)},e.prototype.write=function(M){let a,b,d;for(a=0;a+3<=this.data.length;a+=3)b=this.data.substr(a,3),d=parseInt(b,10),M.put(d,10);const N=this.data.length-a;N>0&&(b=this.data.substr(a),d=parseInt(b,10),M.put(d,3*N+1))},Ve.exports=e},1106:(Ve,j,p)=>{const t=p(5339);j.mul=function(f,M){const a=new Uint8Array(f.length+M.length-1);for(let b=0;b=0;){const b=a[0];for(let N=0;N{const t=p(4792),e=p(2259),f=p(2118),M=p(4425),a=p(6221),b=p(3114),d=p(3667),N=p(4655),h=p(2636),A=p(2088),w=p(7078),D=p(4016),L=p(2033);function Y(ie,oe,X){const me=ie.size,y=w.getEncodedBits(oe,X);let i,r;for(i=0;i<15;i++)r=1==(y>>i&1),ie.set(i<6?i:i<8?i+1:me-15+i,8,r,!0),ie.set(8,i<8?me-i-1:i<9?15-i-1+1:15-i-1,r,!0);ie.set(me-8,8,1,!0)}function te(ie,oe,X,me){let y;if(Array.isArray(ie))y=L.fromArray(ie);else{if("string"!=typeof ie)throw new Error("Invalid data");{let _=oe;if(!_){const E=L.rawSplit(ie);_=A.getBestVersionForData(E,X)}y=L.fromString(ie,_||40)}}const i=A.getBestVersionForData(y,X);if(!i)throw new Error("The amount of data is too big to be stored in a QR Code");if(oe){if(oe=0&&u<=6&&(0===c||6===c)||c>=0&&c<=6&&(0===u||6===u)||u>=2&&u<=4&&c>=2&&c<=4,!0)}}(c,oe),function S(ie){const oe=ie.size;for(let X=8;X=7&&function Z(ie,oe){const X=ie.size,me=A.getEncodedBits(oe);let y,i,r;for(let u=0;u<18;u++)y=Math.floor(u/3),i=u%3+X-8-3,r=1==(me>>u&1),ie.set(y,i,r,!0),ie.set(i,y,r,!0)}(c,oe),function ne(ie,oe){const X=ie.size;let me=-1,y=X-1,i=7,r=0;for(let u=X-1;u>0;u-=2)for(6===u&&u--;;){for(let c=0;c<2;c++)if(!ie.isReserved(y,u-c)){let _=!1;r>>i&1)),ie.set(y,u-c,_),i--,-1===i&&(r++,i=7)}if(y+=me,y<0||X<=y){y-=me,me=-me;break}}}(c,r),isNaN(me)&&(me=d.getBestMask(c,Y.bind(null,c,X))),d.applyMask(me,c),Y(c,X,me),{modules:c,version:oe,errorCorrectionLevel:X,maskPattern:me,segments:y}}j.create=function(oe,X){if(void 0===oe||""===oe)throw new Error("No input text");let y,i,me=e.M;return void 0!==X&&(me=e.from(X.errorCorrectionLevel,e.M),y=A.from(X.version),i=d.from(X.maskPattern),X.toSJISFunc&&t.setToSJISFunction(X.toSJISFunc)),te(oe,y,me,i)}},2636:(Ve,j,p)=>{const t=p(1106);function e(f){this.genPoly=void 0,this.degree=f,this.degree&&this.initialize(this.degree)}e.prototype.initialize=function(M){this.degree=M,this.genPoly=t.generateECPolynomial(this.degree)},e.prototype.encode=function(M){if(!this.genPoly)throw new Error("Encoder not initialized");const a=new Uint8Array(M.length+this.degree);a.set(M);const b=t.mod(a,this.genPoly),d=this.degree-b.length;if(d>0){const N=new Uint8Array(this.degree);return N.set(b,d),N}return b},Ve.exports=e},2699:(Ve,j)=>{const p="[0-9]+";let e="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";e=e.replace(/u/g,"\\u");const f="(?:(?![A-Z0-9 $%*+\\-./:]|"+e+")(?:.|[\r\n]))+";j.KANJI=new RegExp(e,"g"),j.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),j.BYTE=new RegExp(f,"g"),j.NUMERIC=new RegExp(p,"g"),j.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");const M=new RegExp("^"+e+"$"),a=new RegExp("^"+p+"$"),b=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");j.testKanji=function(N){return M.test(N)},j.testNumeric=function(N){return a.test(N)},j.testAlphanumeric=function(N){return b.test(N)}},2033:(Ve,j,p)=>{const t=p(4016),e=p(7783),f=p(2424),M=p(5663),a=p(4388),b=p(2699),d=p(4792),N=p(4901);function h(Z){return unescape(encodeURIComponent(Z)).length}function A(Z,Y,ne){const $=[];let de;for(;null!==(de=Z.exec(ne));)$.push({data:de[0],index:de.index,mode:Y,length:de[0].length});return $}function w(Z){const Y=A(b.NUMERIC,t.NUMERIC,Z),ne=A(b.ALPHANUMERIC,t.ALPHANUMERIC,Z);let $,de;return d.isKanjiModeEnabled()?($=A(b.BYTE,t.BYTE,Z),de=A(b.KANJI,t.KANJI,Z)):($=A(b.BYTE_KANJI,t.BYTE,Z),de=[]),Y.concat(ne,$,de).sort(function(ie,oe){return ie.index-oe.index}).map(function(ie){return{data:ie.data,mode:ie.mode,length:ie.length}})}function D(Z,Y){switch(Y){case t.NUMERIC:return e.getBitsLength(Z);case t.ALPHANUMERIC:return f.getBitsLength(Z);case t.KANJI:return a.getBitsLength(Z);case t.BYTE:return M.getBitsLength(Z)}}function U(Z,Y){let ne;const $=t.getBestModeForData(Z);if(ne=t.from(Y,$),ne!==t.BYTE&&ne.bit<$.bit)throw new Error('"'+Z+'" cannot be encoded with mode '+t.toString(ne)+".\n Suggested mode is: "+t.toString($));switch(ne===t.KANJI&&!d.isKanjiModeEnabled()&&(ne=t.BYTE),ne){case t.NUMERIC:return new e(Z);case t.ALPHANUMERIC:return new f(Z);case t.KANJI:return new a(Z);case t.BYTE:return new M(Z)}}j.fromArray=function(Y){return Y.reduce(function(ne,$){return"string"==typeof $?ne.push(U($,null)):$.data&&ne.push(U($.data,$.mode)),ne},[])},j.fromString=function(Y,ne){const de=function k(Z){const Y=[];for(let ne=0;ne=0?Y[Y.length-1]:null;return $&&$.mode===ne.mode?(Y[Y.length-1].data+=ne.data,Y):(Y.push(ne),Y)},[])}(oe))},j.rawSplit=function(Y){return j.fromArray(w(Y,d.isKanjiModeEnabled()))}},4792:(Ve,j)=>{let p;const t=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];j.getSymbolSize=function(f){if(!f)throw new Error('"version" cannot be null or undefined');if(f<1||f>40)throw new Error('"version" should be in range from 1 to 40');return 4*f+17},j.getSymbolTotalCodewords=function(f){return t[f]},j.getBCHDigit=function(e){let f=0;for(;0!==e;)f++,e>>>=1;return f},j.setToSJISFunction=function(f){if("function"!=typeof f)throw new Error('"toSJISFunc" is not a valid function.');p=f},j.isKanjiModeEnabled=function(){return void 0!==p},j.toSJIS=function(f){return p(f)}},4406:(Ve,j)=>{j.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}},2088:(Ve,j,p)=>{const t=p(4792),e=p(4655),f=p(2259),M=p(4016),a=p(4406),d=t.getBCHDigit(7973);function h(D,L){return M.getCharCountIndicator(D,L)+4}function A(D,L){let k=0;return D.forEach(function(S){k+=h(S.mode,L)+S.getBitsLength()}),k}j.from=function(L,k){return a.isValid(L)?parseInt(L,10):k},j.getCapacity=function(L,k,S){if(!a.isValid(L))throw new Error("Invalid QR Code version");void 0===S&&(S=M.BYTE);const Y=8*(t.getSymbolTotalCodewords(L)-e.getTotalCodewordsCount(L,k));if(S===M.MIXED)return Y;const ne=Y-h(S,L);switch(S){case M.NUMERIC:return Math.floor(ne/10*3);case M.ALPHANUMERIC:return Math.floor(ne/11*2);case M.KANJI:return Math.floor(ne/13);default:return Math.floor(ne/8)}},j.getBestVersionForData=function(L,k){let S;const U=f.from(k,f.M);if(Array.isArray(L)){if(L.length>1)return function w(D,L){for(let k=1;k<=40;k++)if(A(D,k)<=j.getCapacity(k,L,M.MIXED))return k}(L,U);if(0===L.length)return 1;S=L[0]}else S=L;return function N(D,L,k){for(let S=1;S<=40;S++)if(L<=j.getCapacity(S,k,D))return S}(S.mode,S.getLength(),U)},j.getEncodedBits=function(L){if(!a.isValid(L)||L<7)throw new Error("Invalid QR Code version");let k=L<<12;for(;t.getBCHDigit(k)-d>=0;)k^=7973<{const t=p(6355);j.render=function(a,b,d){let N=d,h=b;void 0===N&&(!b||!b.getContext)&&(N=b,b=void 0),b||(h=function f(){try{return document.createElement("canvas")}catch(M){throw new Error("You need to specify a canvas element")}}()),N=t.getOptions(N);const A=t.getImageWidth(a.modules.size,N),w=h.getContext("2d"),D=w.createImageData(A,A);return t.qrToImageData(D.data,a,N),function e(M,a,b){M.clearRect(0,0,a.width,a.height),a.style||(a.style={}),a.height=b,a.width=b,a.style.height=b+"px",a.style.width=b+"px"}(w,h,A),w.putImageData(D,0,0),h},j.renderToDataURL=function(a,b,d){let N=d;return void 0===N&&(!b||!b.getContext)&&(N=b,b=void 0),N||(N={}),j.render(a,b,N).toDataURL(N.type||"image/png",(N.rendererOpts||{}).quality)}},2334:(Ve,j,p)=>{const t=p(6355);function e(a,b){const d=a.a/255,N=b+'="'+a.hex+'"';return d<1?N+" "+b+'-opacity="'+d.toFixed(2).slice(1)+'"':N}function f(a,b,d){let N=a+b;return void 0!==d&&(N+=" "+d),N}j.render=function(b,d,N){const h=t.getOptions(d),A=b.modules.size,w=b.modules.data,D=A+2*h.margin,L=h.color.light.a?"':"",k="0&&L>0&&a[D-1]||(N+=A?f("M",L+d,.5+k+d):f("m",h,0),h=0,A=!1),L+1',Z=''+L+k+"\n";return"function"==typeof N&&N(null,Z),Z}},6355:(Ve,j)=>{function p(t){if("number"==typeof t&&(t=t.toString()),"string"!=typeof t)throw new Error("Color should be defined as hex string");let e=t.slice().replace("#","").split("");if(e.length<3||5===e.length||e.length>8)throw new Error("Invalid hex color: "+t);(3===e.length||4===e.length)&&(e=Array.prototype.concat.apply([],e.map(function(M){return[M,M]}))),6===e.length&&e.push("F","F");const f=parseInt(e.join(""),16);return{r:f>>24&255,g:f>>16&255,b:f>>8&255,a:255&f,hex:"#"+e.slice(0,6).join("")}}j.getOptions=function(e){e||(e={}),e.color||(e.color={});const M=e.width&&e.width>=21?e.width:void 0;return{width:M,scale:M?4:e.scale||4,margin:null==e.margin||e.margin<0?4:e.margin,color:{dark:p(e.color.dark||"#000000ff"),light:p(e.color.light||"#ffffffff")},type:e.type,rendererOpts:e.rendererOpts||{}}},j.getScale=function(e,f){return f.width&&f.width>=e+2*f.margin?f.width/(e+2*f.margin):f.scale},j.getImageWidth=function(e,f){const M=j.getScale(e,f);return Math.floor((e+2*f.margin)*M)},j.qrToImageData=function(e,f,M){const a=f.modules.size,b=f.modules.data,d=j.getScale(a,M),N=Math.floor((a+2*M.margin)*d),h=M.margin*d,A=[M.color.light,M.color.dark];for(let w=0;w=h&&D>=h&&w{"use strict";var t=65536,M=p(3502).Buffer,a=global.crypto||global.msCrypto;Ve.exports=a&&a.getRandomValues?function b(d,N){if(d>4294967295)throw new RangeError("requested too many random bytes");var h=M.allocUnsafe(d);if(d>0)if(d>t)for(var A=0;A{"use strict";function t(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var e=p(3502),f=p(3753),M=e.Buffer,a=e.kMaxLength,b=global.crypto||global.msCrypto,d=Math.pow(2,32)-1;function N(L,k){if("number"!=typeof L||L!=L)throw new TypeError("offset must be a number");if(L>d||L<0)throw new TypeError("offset must be a uint32");if(L>a||L>k)throw new RangeError("offset out of range")}function h(L,k,S){if("number"!=typeof L||L!=L)throw new TypeError("size must be a number");if(L>d||L<0)throw new TypeError("size must be a uint32");if(L+k>S||L>a)throw new RangeError("buffer too small")}function w(L,k,S,U){if(process.browser){var Y=new Uint8Array(L.buffer,k,S);return b.getRandomValues(Y),U?void process.nextTick(function(){U(null,L)}):L}if(!U)return f(S).copy(L,k),L;f(S,function($,de){if($)return U($);de.copy(L,k),U(null,L)})}b&&b.getRandomValues||!process.browser?(j.randomFill=function A(L,k,S,U){if(!(M.isBuffer(L)||L instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof k)U=k,k=0,S=L.length;else if("function"==typeof S)U=S,S=L.length-k;else if("function"!=typeof U)throw new TypeError('"cb" argument must be a function');return N(k,L.length),h(S,k,L.length),w(L,k,S,U)},j.randomFillSync=function D(L,k,S){if(void 0===k&&(k=0),!(M.isBuffer(L)||L instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return N(k,L.length),void 0===S&&(S=L.length-k),h(S,k,L.length),w(L,k,S)}):(j.randomFill=t,j.randomFillSync=t)},891:Ve=>{"use strict";var p={};function t(b,d,N){N||(N=Error);var A=function(w){function D(L,k,S){return w.call(this,function h(w,D,L){return"string"==typeof d?d:d(w,D,L)}(L,k,S))||this}return function j(b,d){b.prototype=Object.create(d.prototype),b.prototype.constructor=b,b.__proto__=d}(D,w),D}(N);A.prototype.name=N.name,A.prototype.code=b,p[b]=A}function e(b,d){if(Array.isArray(b)){var N=b.length;return b=b.map(function(h){return String(h)}),N>2?"one of ".concat(d," ").concat(b.slice(0,N-1).join(", "),", or ")+b[N-1]:2===N?"one of ".concat(d," ").concat(b[0]," or ").concat(b[1]):"of ".concat(d," ").concat(b[0])}return"of ".concat(d," ").concat(String(b))}t("ERR_INVALID_OPT_VALUE",function(b,d){return'The value "'+d+'" is invalid for option "'+b+'"'},TypeError),t("ERR_INVALID_ARG_TYPE",function(b,d,N){var h,A;if("string"==typeof d&&function f(b,d,N){return b.substr(!N||N<0?0:+N,d.length)===d}(d,"not ")?(h="must not be",d=d.replace(/^not /,"")):h="must be",function M(b,d,N){return(void 0===N||N>b.length)&&(N=b.length),b.substring(N-d.length,N)===d}(b," argument"))A="The ".concat(b," ").concat(h," ").concat(e(d,"type"));else{var w=function a(b,d,N){return"number"!=typeof N&&(N=0),!(N+d.length>b.length)&&-1!==b.indexOf(d,N)}(b,".")?"property":"argument";A='The "'.concat(b,'" ').concat(w," ").concat(h," ").concat(e(d,"type"))}return A+". Received type ".concat(typeof N)},TypeError),t("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),t("ERR_METHOD_NOT_IMPLEMENTED",function(b){return"The "+b+" method is not implemented"}),t("ERR_STREAM_PREMATURE_CLOSE","Premature close"),t("ERR_STREAM_DESTROYED",function(b){return"Cannot call "+b+" after a stream was destroyed"}),t("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),t("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),t("ERR_STREAM_WRITE_AFTER_END","write after end"),t("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),t("ERR_UNKNOWN_ENCODING",function(b){return"Unknown encoding: "+b},TypeError),t("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),Ve.exports.q=p},1339:(Ve,j,p)=>{"use strict";var t=Object.keys||function(A){var w=[];for(var D in A)w.push(D);return w};Ve.exports=d;var e=p(3154),f=p(520);p(3894)(d,e);for(var M=t(f.prototype),a=0;a{"use strict";Ve.exports=e;var t=p(6025);function e(f){if(!(this instanceof e))return new e(f);t.call(this,f)}p(3894)(e,t),e.prototype._transform=function(f,M,a){a(null,f)}},3154:(Ve,j,p)=>{"use strict";var t;Ve.exports=y,y.ReadableState=me,p(9069);var A,f=function(De,dt){return De.listeners(dt).length},M=p(4970),a=p(3172).Buffer,b=global.Uint8Array||function(){},h=p(4616);A=h&&h.debuglog?h.debuglog("stream"):function(){};var $,de,te,w=p(5019),D=p(1920),k=p(7102).getHighWaterMark,S=p(891).q,U=S.ERR_INVALID_ARG_TYPE,Z=S.ERR_STREAM_PUSH_AFTER_EOF,Y=S.ERR_METHOD_NOT_IMPLEMENTED,ne=S.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;p(3894)(y,M);var ie=D.errorOrDestroy,oe=["error","close","destroy","pause","resume"];function me(V,De,dt){t=t||p(1339),"boolean"!=typeof dt&&(dt=De instanceof t),this.objectMode=!!(V=V||{}).objectMode,dt&&(this.objectMode=this.objectMode||!!V.readableObjectMode),this.highWaterMark=k(this,V,"readableHighWaterMark",dt),this.buffer=new w,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==V.emitClose,this.autoDestroy=!!V.autoDestroy,this.destroyed=!1,this.defaultEncoding=V.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,V.encoding&&($||($=p(3054).s),this.decoder=new $(V.encoding),this.encoding=V.encoding)}function y(V){if(t=t||p(1339),!(this instanceof y))return new y(V);this._readableState=new me(V,this,this instanceof t),this.readable=!0,V&&("function"==typeof V.read&&(this._read=V.read),"function"==typeof V.destroy&&(this._destroy=V.destroy)),M.call(this)}function i(V,De,dt,Ie,Ae){A("readableAddChunk",De);var Te,le=V._readableState;if(null===De)le.reading=!1,function I(V,De){if(A("onEofChunk"),!De.ended){if(De.decoder){var dt=De.decoder.end();dt&&dt.length&&(De.buffer.push(dt),De.length+=De.objectMode?1:dt.length)}De.ended=!0,De.sync?v(V):(De.needReadable=!1,De.emittedReadable||(De.emittedReadable=!0,n(V)))}}(V,le);else if(Ae||(Te=function u(V,De){var dt;return!function N(V){return a.isBuffer(V)||V instanceof b}(De)&&"string"!=typeof De&&void 0!==De&&!V.objectMode&&(dt=new U("chunk",["string","Buffer","Uint8Array"],De)),dt}(le,De)),Te)ie(V,Te);else if(le.objectMode||De&&De.length>0)if("string"!=typeof De&&!le.objectMode&&Object.getPrototypeOf(De)!==a.prototype&&(De=function d(V){return a.from(V)}(De)),Ie)le.endEmitted?ie(V,new ne):r(V,le,De,!0);else if(le.ended)ie(V,new Z);else{if(le.destroyed)return!1;le.reading=!1,le.decoder&&!dt?(De=le.decoder.write(De),le.objectMode||0!==De.length?r(V,le,De,!1):C(V,le)):r(V,le,De,!1)}else Ie||(le.reading=!1,C(V,le));return!le.ended&&(le.lengthDe.highWaterMark&&(De.highWaterMark=function _(V){return V>=c?V=c:(V--,V|=V>>>1,V|=V>>>2,V|=V>>>4,V|=V>>>8,V|=V>>>16,V++),V}(V)),V<=De.length?V:De.ended?De.length:(De.needReadable=!0,0))}function v(V){var De=V._readableState;A("emitReadable",De.needReadable,De.emittedReadable),De.needReadable=!1,De.emittedReadable||(A("emitReadable",De.flowing),De.emittedReadable=!0,process.nextTick(n,V))}function n(V){var De=V._readableState;A("emitReadable_",De.destroyed,De.length,De.ended),!De.destroyed&&(De.length||De.ended)&&(V.emit("readable"),De.emittedReadable=!1),De.needReadable=!De.flowing&&!De.ended&&De.length<=De.highWaterMark,Ne(V)}function C(V,De){De.readingMore||(De.readingMore=!0,process.nextTick(B,V,De))}function B(V,De){for(;!De.reading&&!De.ended&&(De.length0,De.resumeScheduled&&!De.paused?De.flowing=!0:V.listenerCount("data")>0&&V.resume()}function q(V){A("readable nexttick read 0"),V.read(0)}function _e(V,De){A("resume",De.reading),De.reading||V.read(0),De.resumeScheduled=!1,V.emit("resume"),Ne(V),De.flowing&&!De.reading&&V.read(0)}function Ne(V){var De=V._readableState;for(A("flow",De.flowing);De.flowing&&null!==V.read(););}function we(V,De){return 0===De.length?null:(De.objectMode?dt=De.buffer.shift():!V||V>=De.length?(dt=De.decoder?De.buffer.join(""):1===De.buffer.length?De.buffer.first():De.buffer.concat(De.length),De.buffer.clear()):dt=De.buffer.consume(V,De.decoder),dt);var dt}function Q(V){var De=V._readableState;A("endReadable",De.endEmitted),De.endEmitted||(De.ended=!0,process.nextTick(Ue,De,V))}function Ue(V,De){if(A("endReadableNT",V.endEmitted,V.length),!V.endEmitted&&0===V.length&&(V.endEmitted=!0,De.readable=!1,De.emit("end"),V.autoDestroy)){var dt=De._writableState;(!dt||dt.autoDestroy&&dt.finished)&&De.destroy()}}function ye(V,De){for(var dt=0,Ie=V.length;dt=De.highWaterMark:De.length>0)||De.ended))return A("read: emitReadable",De.length,De.ended),0===De.length&&De.ended?Q(this):v(this),null;if(0===(V=E(V,De))&&De.ended)return 0===De.length&&Q(this),null;var Ae,Ie=De.needReadable;return A("need readable",Ie),(0===De.length||De.length-V0?we(V,De):null)?(De.needReadable=De.length<=De.highWaterMark,V=0):(De.length-=V,De.awaitDrain=0),0===De.length&&(De.ended||(De.needReadable=!0),dt!==V&&De.ended&&Q(this)),null!==Ae&&this.emit("data",Ae),Ae},y.prototype._read=function(V){ie(this,new Y("_read()"))},y.prototype.pipe=function(V,De){var dt=this,Ie=this._readableState;switch(Ie.pipesCount){case 0:Ie.pipes=V;break;case 1:Ie.pipes=[Ie.pipes,V];break;default:Ie.pipes.push(V)}Ie.pipesCount+=1,A("pipe count=%d opts=%j",Ie.pipesCount,De);var le=De&&!1===De.end||V===process.stdout||V===process.stderr?It:xe;function xe(){A("onend"),V.end()}Ie.endEmitted?process.nextTick(le):dt.once("end",le),V.on("unpipe",function Te(ui,Wt){A("onunpipe"),ui===dt&&Wt&&!1===Wt.hasUnpiped&&(Wt.hasUnpiped=!0,function ue(){A("cleanup"),V.removeListener("close",ut),V.removeListener("finish",ht),V.removeListener("drain",W),V.removeListener("error",Le),V.removeListener("unpipe",Te),dt.removeListener("end",xe),dt.removeListener("end",It),dt.removeListener("data",Ce),ee=!0,Ie.awaitDrain&&(!V._writableState||V._writableState.needDrain)&&W()}())});var W=function P(V){return function(){var dt=V._readableState;A("pipeOnDrain",dt.awaitDrain),dt.awaitDrain&&dt.awaitDrain--,0===dt.awaitDrain&&f(V,"data")&&(dt.flowing=!0,Ne(V))}}(dt);V.on("drain",W);var ee=!1;function Ce(ui){A("ondata");var Wt=V.write(ui);A("dest.write",Wt),!1===Wt&&((1===Ie.pipesCount&&Ie.pipes===V||Ie.pipesCount>1&&-1!==ye(Ie.pipes,V))&&!ee&&(A("false write response, pause",Ie.awaitDrain),Ie.awaitDrain++),dt.pause())}function Le(ui){A("onerror",ui),It(),V.removeListener("error",Le),0===f(V,"error")&&ie(V,ui)}function ut(){V.removeListener("finish",ht),It()}function ht(){A("onfinish"),V.removeListener("close",ut),It()}function It(){A("unpipe"),dt.unpipe(V)}return dt.on("data",Ce),function X(V,De,dt){if("function"==typeof V.prependListener)return V.prependListener(De,dt);V._events&&V._events[De]?Array.isArray(V._events[De])?V._events[De].unshift(dt):V._events[De]=[dt,V._events[De]]:V.on(De,dt)}(V,"error",Le),V.once("close",ut),V.once("finish",ht),V.emit("pipe",dt),Ie.flowing||(A("pipe resume"),dt.resume()),V},y.prototype.unpipe=function(V){var De=this._readableState,dt={hasUnpiped:!1};if(0===De.pipesCount)return this;if(1===De.pipesCount)return V&&V!==De.pipes||(V||(V=De.pipes),De.pipes=null,De.pipesCount=0,De.flowing=!1,V&&V.emit("unpipe",this,dt)),this;if(!V){var Ie=De.pipes,Ae=De.pipesCount;De.pipes=null,De.pipesCount=0,De.flowing=!1;for(var le=0;le0,!1!==Ie.flowing&&this.resume()):"readable"===V&&!Ie.endEmitted&&!Ie.readableListening&&(Ie.readableListening=Ie.needReadable=!0,Ie.flowing=!1,Ie.emittedReadable=!1,A("on readable",Ie.length,Ie.reading),Ie.length?v(this):Ie.reading||process.nextTick(q,this)),dt},y.prototype.removeListener=function(V,De){var dt=M.prototype.removeListener.call(this,V,De);return"readable"===V&&process.nextTick(H,this),dt},y.prototype.removeAllListeners=function(V){var De=M.prototype.removeAllListeners.apply(this,arguments);return("readable"===V||void 0===V)&&process.nextTick(H,this),De},y.prototype.resume=function(){var V=this._readableState;return V.flowing||(A("resume"),V.flowing=!V.readableListening,function he(V,De){De.resumeScheduled||(De.resumeScheduled=!0,process.nextTick(_e,V,De))}(this,V)),V.paused=!1,this},y.prototype.pause=function(){return A("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(A("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},y.prototype.wrap=function(V){var De=this,dt=this._readableState,Ie=!1;for(var Ae in V.on("end",function(){if(A("wrapped end"),dt.decoder&&!dt.ended){var Te=dt.decoder.end();Te&&Te.length&&De.push(Te)}De.push(null)}),V.on("data",function(Te){A("wrapped data"),dt.decoder&&(Te=dt.decoder.write(Te)),dt.objectMode&&null==Te||!(dt.objectMode||Te&&Te.length)||De.push(Te)||(Ie=!0,V.pause())}),V)void 0===this[Ae]&&"function"==typeof V[Ae]&&(this[Ae]=function(xe){return function(){return V[xe].apply(V,arguments)}}(Ae));for(var le=0;le{"use strict";Ve.exports=N;var t=p(891).q,e=t.ERR_METHOD_NOT_IMPLEMENTED,f=t.ERR_MULTIPLE_CALLBACK,M=t.ERR_TRANSFORM_ALREADY_TRANSFORMING,a=t.ERR_TRANSFORM_WITH_LENGTH_0,b=p(1339);function d(w,D){var L=this._transformState;L.transforming=!1;var k=L.writecb;if(null===k)return this.emit("error",new f);L.writechunk=null,L.writecb=null,null!=D&&this.push(D),k(w);var S=this._readableState;S.reading=!1,(S.needReadable||S.length{"use strict";function e(Ne){var we=this;this.next=null,this.entry=null,this.finish=function(){!function _e(Ne,we,Q){var Ue=Ne.entry;for(Ne.entry=null;Ue;){var ye=Ue.callback;we.pendingcb--,ye(Q),Ue=Ue.next}we.corkedRequestsFree.next=Ne}(we,Ne)}}var f;Ve.exports=me,me.WritableState=oe;var X,M={deprecate:p(4364)},a=p(4970),b=p(3172).Buffer,d=global.Uint8Array||function(){},A=p(1920),D=p(7102).getHighWaterMark,L=p(891).q,k=L.ERR_INVALID_ARG_TYPE,S=L.ERR_METHOD_NOT_IMPLEMENTED,U=L.ERR_MULTIPLE_CALLBACK,Z=L.ERR_STREAM_CANNOT_PIPE,Y=L.ERR_STREAM_DESTROYED,ne=L.ERR_STREAM_NULL_VALUES,$=L.ERR_STREAM_WRITE_AFTER_END,de=L.ERR_UNKNOWN_ENCODING,te=A.errorOrDestroy;function ie(){}function oe(Ne,we,Q){f=f||p(1339),"boolean"!=typeof Q&&(Q=we instanceof f),this.objectMode=!!(Ne=Ne||{}).objectMode,Q&&(this.objectMode=this.objectMode||!!Ne.writableObjectMode),this.highWaterMark=D(this,Ne,"writableHighWaterMark",Q),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1,this.decodeStrings=!(!1===Ne.decodeStrings),this.defaultEncoding=Ne.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(ye){!function I(Ne,we){var Q=Ne._writableState,Ue=Q.sync,ye=Q.writecb;if("function"!=typeof ye)throw new U;if(function E(Ne){Ne.writing=!1,Ne.writecb=null,Ne.length-=Ne.writelen,Ne.writelen=0}(Q),we)!function _(Ne,we,Q,Ue,ye){--we.pendingcb,Q?(process.nextTick(ye,Ue),process.nextTick(q,Ne,we),Ne._writableState.errorEmitted=!0,te(Ne,Ue)):(ye(Ue),Ne._writableState.errorEmitted=!0,te(Ne,Ue),q(Ne,we))}(Ne,Q,Ue,we,ye);else{var V=B(Q)||Ne.destroyed;!V&&!Q.corked&&!Q.bufferProcessing&&Q.bufferedRequest&&C(Ne,Q),Ue?process.nextTick(v,Ne,Q,V,ye):v(Ne,Q,V,ye)}}(we,ye)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==Ne.emitClose,this.autoDestroy=!!Ne.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new e(this)}function me(Ne){var we=this instanceof(f=f||p(1339));if(!we&&!X.call(me,this))return new me(Ne);this._writableState=new oe(Ne,this,we),this.writable=!0,Ne&&("function"==typeof Ne.write&&(this._write=Ne.write),"function"==typeof Ne.writev&&(this._writev=Ne.writev),"function"==typeof Ne.destroy&&(this._destroy=Ne.destroy),"function"==typeof Ne.final&&(this._final=Ne.final)),a.call(this)}function c(Ne,we,Q,Ue,ye,V,De){we.writelen=Ue,we.writecb=De,we.writing=!0,we.sync=!0,we.destroyed?we.onwrite(new Y("write")):Q?Ne._writev(ye,we.onwrite):Ne._write(ye,V,we.onwrite),we.sync=!1}function v(Ne,we,Q,Ue){Q||function n(Ne,we){0===we.length&&we.needDrain&&(we.needDrain=!1,Ne.emit("drain"))}(Ne,we),we.pendingcb--,Ue(),q(Ne,we)}function C(Ne,we){we.bufferProcessing=!0;var Q=we.bufferedRequest;if(Ne._writev&&Q&&Q.next){var ye=new Array(we.bufferedRequestCount),V=we.corkedRequestsFree;V.entry=Q;for(var De=0,dt=!0;Q;)ye[De]=Q,Q.isBuf||(dt=!1),Q=Q.next,De+=1;ye.allBuffers=dt,c(Ne,we,!0,we.length,ye,"",V.finish),we.pendingcb++,we.lastBufferedRequest=null,V.next?(we.corkedRequestsFree=V.next,V.next=null):we.corkedRequestsFree=new e(we),we.bufferedRequestCount=0}else{for(;Q;){var Ie=Q.chunk;if(c(Ne,we,!1,we.objectMode?1:Ie.length,Ie,Q.encoding,Q.callback),Q=Q.next,we.bufferedRequestCount--,we.writing)break}null===Q&&(we.lastBufferedRequest=null)}we.bufferedRequest=Q,we.bufferProcessing=!1}function B(Ne){return Ne.ending&&0===Ne.length&&null===Ne.bufferedRequest&&!Ne.finished&&!Ne.writing}function P(Ne,we){Ne._final(function(Q){we.pendingcb--,Q&&te(Ne,Q),we.prefinished=!0,Ne.emit("prefinish"),q(Ne,we)})}function q(Ne,we){var Q=B(we);if(Q&&(function H(Ne,we){!we.prefinished&&!we.finalCalled&&("function"!=typeof Ne._final||we.destroyed?(we.prefinished=!0,Ne.emit("prefinish")):(we.pendingcb++,we.finalCalled=!0,process.nextTick(P,Ne,we)))}(Ne,we),0===we.pendingcb&&(we.finished=!0,Ne.emit("finish"),we.autoDestroy))){var Ue=Ne._readableState;(!Ue||Ue.autoDestroy&&Ue.endEmitted)&&Ne.destroy()}return Q}p(3894)(me,a),oe.prototype.getBuffer=function(){for(var we=this.bufferedRequest,Q=[];we;)Q.push(we),we=we.next;return Q},function(){try{Object.defineProperty(oe.prototype,"buffer",{get:M.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(Ne){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(X=Function.prototype[Symbol.hasInstance],Object.defineProperty(me,Symbol.hasInstance,{value:function(we){return!!X.call(this,we)||this===me&&we&&we._writableState instanceof oe}})):X=function(we){return we instanceof this},me.prototype.pipe=function(){te(this,new Z)},me.prototype.write=function(Ne,we,Q){var Ue=this._writableState,ye=!1,V=!Ue.objectMode&&function h(Ne){return b.isBuffer(Ne)||Ne instanceof d}(Ne);return V&&!b.isBuffer(Ne)&&(Ne=function N(Ne){return b.from(Ne)}(Ne)),"function"==typeof we&&(Q=we,we=null),V?we="buffer":we||(we=Ue.defaultEncoding),"function"!=typeof Q&&(Q=ie),Ue.ending?function y(Ne,we){var Q=new $;te(Ne,Q),process.nextTick(we,Q)}(this,Q):(V||function i(Ne,we,Q,Ue){var ye;return null===Q?ye=new ne:"string"!=typeof Q&&!we.objectMode&&(ye=new k("chunk",["string","Buffer"],Q)),!ye||(te(Ne,ye),process.nextTick(Ue,ye),!1)}(this,Ue,Ne,Q))&&(Ue.pendingcb++,ye=function u(Ne,we,Q,Ue,ye,V){if(!Q){var De=function r(Ne,we,Q){return!Ne.objectMode&&!1!==Ne.decodeStrings&&"string"==typeof we&&(we=b.from(we,Q)),we}(we,Ue,ye);Ue!==De&&(Q=!0,ye="buffer",Ue=De)}var dt=we.objectMode?1:Ue.length;we.length+=dt;var Ie=we.length-1))throw new de(we);return this._writableState.defaultEncoding=we,this},Object.defineProperty(me.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(me.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),me.prototype._write=function(Ne,we,Q){Q(new S("_write()"))},me.prototype._writev=null,me.prototype.end=function(Ne,we,Q){var Ue=this._writableState;return"function"==typeof Ne?(Q=Ne,Ne=null,we=null):"function"==typeof we&&(Q=we,we=null),null!=Ne&&this.write(Ne,we),Ue.corked&&(Ue.corked=1,this.uncork()),Ue.ending||function he(Ne,we,Q){we.ending=!0,q(Ne,we),Q&&(we.finished?process.nextTick(Q):Ne.once("finish",Q)),we.ended=!0,Ne.writable=!1}(this,Ue,Q),this},Object.defineProperty(me.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(me.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(we){!this._writableState||(this._writableState.destroyed=we)}}),me.prototype.destroy=A.destroy,me.prototype._undestroy=A.undestroy,me.prototype._destroy=function(Ne,we){we(Ne)}},3872:(Ve,j,p)=>{"use strict";var t;function e(Y,ne,$){return ne in Y?Object.defineProperty(Y,ne,{value:$,enumerable:!0,configurable:!0,writable:!0}):Y[ne]=$,Y}var f=p(7542),M=Symbol("lastResolve"),a=Symbol("lastReject"),b=Symbol("error"),d=Symbol("ended"),N=Symbol("lastPromise"),h=Symbol("handlePromise"),A=Symbol("stream");function w(Y,ne){return{value:Y,done:ne}}function D(Y){var ne=Y[M];if(null!==ne){var $=Y[A].read();null!==$&&(Y[N]=null,Y[M]=null,Y[a]=null,ne(w($,!1)))}}function L(Y){process.nextTick(D,Y)}var S=Object.getPrototypeOf(function(){}),U=Object.setPrototypeOf((e(t={get stream(){return this[A]},next:function(){var ne=this,$=this[b];if(null!==$)return Promise.reject($);if(this[d])return Promise.resolve(w(void 0,!0));if(this[A].destroyed)return new Promise(function(oe,X){process.nextTick(function(){ne[b]?X(ne[b]):oe(w(void 0,!0))})});var te,de=this[N];if(de)te=new Promise(function k(Y,ne){return function($,de){Y.then(function(){ne[d]?$(w(void 0,!0)):ne[h]($,de)},de)}}(de,this));else{var ie=this[A].read();if(null!==ie)return Promise.resolve(w(ie,!1));te=new Promise(this[h])}return this[N]=te,te}},Symbol.asyncIterator,function(){return this}),e(t,"return",function(){var ne=this;return new Promise(function($,de){ne[A].destroy(null,function(te){te?de(te):$(w(void 0,!0))})})}),t),S);Ve.exports=function(ne){var $,de=Object.create(U,(e($={},A,{value:ne,writable:!0}),e($,M,{value:null,writable:!0}),e($,a,{value:null,writable:!0}),e($,b,{value:null,writable:!0}),e($,d,{value:ne._readableState.endEmitted,writable:!0}),e($,h,{value:function(ie,oe){var X=de[A].read();X?(de[N]=null,de[M]=null,de[a]=null,ie(w(X,!1))):(de[M]=ie,de[a]=oe)},writable:!0}),$));return de[N]=null,f(ne,function(te){if(te&&"ERR_STREAM_PREMATURE_CLOSE"!==te.code){var ie=de[a];return null!==ie&&(de[N]=null,de[M]=null,de[a]=null,ie(te)),void(de[b]=te)}var oe=de[M];null!==oe&&(de[N]=null,de[M]=null,de[a]=null,oe(w(void 0,!0))),de[d]=!0}),ne.on("readable",L.bind(null,de)),de}},5019:(Ve,j,p)=>{"use strict";function t(L,k){var S=Object.keys(L);if(Object.getOwnPropertySymbols){var U=Object.getOwnPropertySymbols(L);k&&(U=U.filter(function(Z){return Object.getOwnPropertyDescriptor(L,Z).enumerable})),S.push.apply(S,U)}return S}function f(L,k,S){return k in L?Object.defineProperty(L,k,{value:S,enumerable:!0,configurable:!0,writable:!0}):L[k]=S,L}function a(L,k){for(var S=0;S0?this.tail.next=U:this.head=U,this.tail=U,++this.length}},{key:"unshift",value:function(S){var U={data:S,next:this.head};0===this.length&&(this.tail=U),this.head=U,++this.length}},{key:"shift",value:function(){if(0!==this.length){var S=this.head.data;return this.head=1===this.length?this.tail=null:this.head.next,--this.length,S}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(S){if(0===this.length)return"";for(var U=this.head,Z=""+U.data;U=U.next;)Z+=S+U.data;return Z}},{key:"concat",value:function(S){if(0===this.length)return N.alloc(0);for(var U=N.allocUnsafe(S>>>0),Z=this.head,Y=0;Z;)D(Z.data,U,Y),Y+=Z.data.length,Z=Z.next;return U}},{key:"consume",value:function(S,U){var Z;return Sne.length?ne.length:S;if(Y+=$===ne.length?ne:ne.slice(0,S),0==(S-=$)){$===ne.length?(++Z,this.head=U.next?U.next:this.tail=null):(this.head=U,U.data=ne.slice($));break}++Z}return this.length-=Z,Y}},{key:"_getBuffer",value:function(S){var U=N.allocUnsafe(S),Z=this.head,Y=1;for(Z.data.copy(U),S-=Z.data.length;Z=Z.next;){var ne=Z.data,$=S>ne.length?ne.length:S;if(ne.copy(U,U.length-S,0,$),0==(S-=$)){$===ne.length?(++Y,this.head=Z.next?Z.next:this.tail=null):(this.head=Z,Z.data=ne.slice($));break}++Y}return this.length-=Y,U}},{key:w,value:function(S,U){return A(this,function e(L){for(var k=1;k{"use strict";function p(a,b){f(a,b),t(a)}function t(a){a._writableState&&!a._writableState.emitClose||a._readableState&&!a._readableState.emitClose||a.emit("close")}function f(a,b){a.emit("error",b)}Ve.exports={destroy:function j(a,b){var d=this;return this._readableState&&this._readableState.destroyed||this._writableState&&this._writableState.destroyed?(b?b(a):a&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(f,this,a)):process.nextTick(f,this,a)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(a||null,function(A){!b&&A?d._writableState?d._writableState.errorEmitted?process.nextTick(t,d):(d._writableState.errorEmitted=!0,process.nextTick(p,d,A)):process.nextTick(p,d,A):b?(process.nextTick(t,d),b(A)):process.nextTick(t,d)}),this)},undestroy:function e(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function M(a,b){var d=a._readableState,N=a._writableState;d&&d.autoDestroy||N&&N.autoDestroy?a.destroy(b):a.emit("error",b)}}},7542:(Ve,j,p)=>{"use strict";var t=p(891).q.ERR_STREAM_PREMATURE_CLOSE;function f(){}Ve.exports=function a(b,d,N){if("function"==typeof d)return a(b,null,d);d||(d={}),N=function e(b){var d=!1;return function(){if(!d){d=!0;for(var N=arguments.length,h=new Array(N),A=0;A{Ve.exports=function(){throw new Error("Readable.from is not available in the browser")}},954:(Ve,j,p)=>{"use strict";var t,f=p(891).q,M=f.ERR_MISSING_ARGS,a=f.ERR_STREAM_DESTROYED;function b(L){if(L)throw L}function N(L,k,S,U){U=function e(L){var k=!1;return function(){k||(k=!0,L.apply(void 0,arguments))}}(U);var Z=!1;L.on("close",function(){Z=!0}),void 0===t&&(t=p(7542)),t(L,{readable:k,writable:S},function(ne){if(ne)return U(ne);Z=!0,U()});var Y=!1;return function(ne){if(!Z&&!Y){if(Y=!0,function d(L){return L.setHeader&&"function"==typeof L.abort}(L))return L.abort();if("function"==typeof L.destroy)return L.destroy();U(ne||new a("pipe"))}}}function h(L){L()}function A(L,k){return L.pipe(k)}function w(L){return L.length&&"function"==typeof L[L.length-1]?L.pop():b}Ve.exports=function D(){for(var L=arguments.length,k=new Array(L),S=0;S0,function(ie){Z||(Z=ie),ie&&Y.forEach(h),!de&&(Y.forEach(h),U(Z))})});return k.reduce(A)}},7102:(Ve,j,p)=>{"use strict";var t=p(891).q.ERR_INVALID_OPT_VALUE;Ve.exports={getHighWaterMark:function f(M,a,b,d){var N=function e(M,a,b){return null!=M.highWaterMark?M.highWaterMark:a?M[b]:null}(a,d,b);if(null!=N){if(!isFinite(N)||Math.floor(N)!==N||N<0)throw new t(d?b:"highWaterMark",N);return Math.floor(N)}return M.objectMode?16:16384}}},4970:(Ve,j,p)=>{Ve.exports=p(9069).EventEmitter},5685:(Ve,j,p)=>{(j=Ve.exports=p(3154)).Stream=j,j.Readable=j,j.Writable=p(520),j.Duplex=p(1339),j.Transform=p(6025),j.PassThrough=p(6071),j.finished=p(7542),j.pipeline=p(954)},5634:(Ve,j,p)=>{"use strict";var t=p(3172).Buffer,e=p(3894),f=p(9650),M=new Array(16),a=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],b=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],d=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],N=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11],h=[0,1518500249,1859775393,2400959708,2840853838],A=[1352829926,1548603684,1836072691,2053994217,0];function w(){f.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function D(Y,ne){return Y<>>32-ne}function L(Y,ne,$,de,te,ie,oe,X){return D(Y+(ne^$^de)+ie+oe|0,X)+te|0}function k(Y,ne,$,de,te,ie,oe,X){return D(Y+(ne&$|~ne&de)+ie+oe|0,X)+te|0}function S(Y,ne,$,de,te,ie,oe,X){return D(Y+((ne|~$)^de)+ie+oe|0,X)+te|0}function U(Y,ne,$,de,te,ie,oe,X){return D(Y+(ne&de|$&~de)+ie+oe|0,X)+te|0}function Z(Y,ne,$,de,te,ie,oe,X){return D(Y+(ne^($|~de))+ie+oe|0,X)+te|0}e(w,f),w.prototype._update=function(){for(var Y=M,ne=0;ne<16;++ne)Y[ne]=this._block.readInt32LE(4*ne);for(var $=0|this._a,de=0|this._b,te=0|this._c,ie=0|this._d,oe=0|this._e,X=0|this._a,me=0|this._b,y=0|this._c,i=0|this._d,r=0|this._e,u=0;u<80;u+=1){var c,_;u<16?(c=L($,de,te,ie,oe,Y[a[u]],h[0],d[u]),_=Z(X,me,y,i,r,Y[b[u]],A[0],N[u])):u<32?(c=k($,de,te,ie,oe,Y[a[u]],h[1],d[u]),_=U(X,me,y,i,r,Y[b[u]],A[1],N[u])):u<48?(c=S($,de,te,ie,oe,Y[a[u]],h[2],d[u]),_=S(X,me,y,i,r,Y[b[u]],A[2],N[u])):u<64?(c=U($,de,te,ie,oe,Y[a[u]],h[3],d[u]),_=k(X,me,y,i,r,Y[b[u]],A[3],N[u])):(c=Z($,de,te,ie,oe,Y[a[u]],h[4],d[u]),_=L(X,me,y,i,r,Y[b[u]],A[4],N[u])),$=oe,oe=ie,ie=D(te,10),te=de,de=c,X=r,r=i,i=D(y,10),y=me,me=_}var E=this._b+te+i|0;this._b=this._c+ie+r|0,this._c=this._d+oe+X|0,this._d=this._e+$+me|0,this._e=this._a+de+y|0,this._a=E},w.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var Y=t.alloc?t.alloc(20):new t(20);return Y.writeInt32LE(this._a,0),Y.writeInt32LE(this._b,4),Y.writeInt32LE(this._c,8),Y.writeInt32LE(this._d,12),Y.writeInt32LE(this._e,16),Y},Ve.exports=w},1135:(Ve,j,p)=>{"use strict";p.d(j,{X:()=>e});var t=p(7579);class e extends t.x{constructor(M){super(),this._value=M}get value(){return this.getValue()}_subscribe(M){const a=super._subscribe(M);return!a.closed&&M.next(this._value),a}getValue(){const{hasError:M,thrownError:a,_value:b}=this;if(M)throw a;return this._throwIfClosed(),b}next(M){super.next(this._value=M)}}},8306:(Ve,j,p)=>{"use strict";p.d(j,{y:()=>A});var t=p(930),e=p(727),f=p(8822),M=p(4671);var d=p(2416),N=p(576),h=p(2806);let A=(()=>{class k{constructor(U){U&&(this._subscribe=U)}lift(U){const Z=new k;return Z.source=this,Z.operator=U,Z}subscribe(U,Z,Y){const ne=function L(k){return k&&k instanceof t.Lv||function D(k){return k&&(0,N.m)(k.next)&&(0,N.m)(k.error)&&(0,N.m)(k.complete)}(k)&&(0,e.Nn)(k)}(U)?U:new t.Hp(U,Z,Y);return(0,h.x)(()=>{const{operator:$,source:de}=this;ne.add($?$.call(ne,de):de?this._subscribe(ne):this._trySubscribe(ne))}),ne}_trySubscribe(U){try{return this._subscribe(U)}catch(Z){U.error(Z)}}forEach(U,Z){return new(Z=w(Z))((Y,ne)=>{const $=new t.Hp({next:de=>{try{U(de)}catch(te){ne(te),$.unsubscribe()}},error:ne,complete:Y});this.subscribe($)})}_subscribe(U){var Z;return null===(Z=this.source)||void 0===Z?void 0:Z.subscribe(U)}[f.L](){return this}pipe(...U){return function b(k){return 0===k.length?M.y:1===k.length?k[0]:function(U){return k.reduce((Z,Y)=>Y(Z),U)}}(U)(this)}toPromise(U){return new(U=w(U))((Z,Y)=>{let ne;this.subscribe($=>ne=$,$=>Y($),()=>Z(ne))})}}return k.create=S=>new k(S),k})();function w(k){var S;return null!==(S=null!=k?k:d.v.Promise)&&void 0!==S?S:Promise}},4707:(Ve,j,p)=>{"use strict";p.d(j,{t:()=>f});var t=p(7579),e=p(6063);class f extends t.x{constructor(a=1/0,b=1/0,d=e.l){super(),this._bufferSize=a,this._windowTime=b,this._timestampProvider=d,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=b===1/0,this._bufferSize=Math.max(1,a),this._windowTime=Math.max(1,b)}next(a){const{isStopped:b,_buffer:d,_infiniteTimeWindow:N,_timestampProvider:h,_windowTime:A}=this;b||(d.push(a),!N&&d.push(h.now()+A)),this._trimBuffer(),super.next(a)}_subscribe(a){this._throwIfClosed(),this._trimBuffer();const b=this._innerSubscribe(a),{_infiniteTimeWindow:d,_buffer:N}=this,h=N.slice();for(let A=0;A{"use strict";p.d(j,{u:()=>N,x:()=>d});var t=p(8306),e=p(727);const M=(0,p(3888).d)(h=>function(){h(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var a=p(8737),b=p(2806);let d=(()=>{class h extends t.y{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(w){const D=new N(this,this);return D.operator=w,D}_throwIfClosed(){if(this.closed)throw new M}next(w){(0,b.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const D of this.currentObservers)D.next(w)}})}error(w){(0,b.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=w;const{observers:D}=this;for(;D.length;)D.shift().error(w)}})}complete(){(0,b.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:w}=this;for(;w.length;)w.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var w;return(null===(w=this.observers)||void 0===w?void 0:w.length)>0}_trySubscribe(w){return this._throwIfClosed(),super._trySubscribe(w)}_subscribe(w){return this._throwIfClosed(),this._checkFinalizedStatuses(w),this._innerSubscribe(w)}_innerSubscribe(w){const{hasError:D,isStopped:L,observers:k}=this;return D||L?e.Lc:(this.currentObservers=null,k.push(w),new e.w0(()=>{this.currentObservers=null,(0,a.P)(k,w)}))}_checkFinalizedStatuses(w){const{hasError:D,thrownError:L,isStopped:k}=this;D?w.error(L):k&&w.complete()}asObservable(){const w=new t.y;return w.source=this,w}}return h.create=(A,w)=>new N(A,w),h})();class N extends d{constructor(A,w){super(),this.destination=A,this.source=w}next(A){var w,D;null===(D=null===(w=this.destination)||void 0===w?void 0:w.next)||void 0===D||D.call(w,A)}error(A){var w,D;null===(D=null===(w=this.destination)||void 0===w?void 0:w.error)||void 0===D||D.call(w,A)}complete(){var A,w;null===(w=null===(A=this.destination)||void 0===A?void 0:A.complete)||void 0===w||w.call(A)}_subscribe(A){var w,D;return null!==(D=null===(w=this.source)||void 0===w?void 0:w.subscribe(A))&&void 0!==D?D:e.Lc}}},930:(Ve,j,p)=>{"use strict";p.d(j,{Hp:()=>U,Lv:()=>D});var t=p(576),e=p(727),f=p(2416),M=p(7849),a=p(5032);const b=h("C",void 0,void 0);function h(de,te,ie){return{kind:de,value:te,error:ie}}var A=p(3410),w=p(2806);class D extends e.w0{constructor(te){super(),this.isStopped=!1,te?(this.destination=te,(0,e.Nn)(te)&&te.add(this)):this.destination=$}static create(te,ie,oe){return new U(te,ie,oe)}next(te){this.isStopped?ne(function N(de){return h("N",de,void 0)}(te),this):this._next(te)}error(te){this.isStopped?ne(function d(de){return h("E",void 0,de)}(te),this):(this.isStopped=!0,this._error(te))}complete(){this.isStopped?ne(b,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(te){this.destination.next(te)}_error(te){try{this.destination.error(te)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const L=Function.prototype.bind;function k(de,te){return L.call(de,te)}class S{constructor(te){this.partialObserver=te}next(te){const{partialObserver:ie}=this;if(ie.next)try{ie.next(te)}catch(oe){Z(oe)}}error(te){const{partialObserver:ie}=this;if(ie.error)try{ie.error(te)}catch(oe){Z(oe)}else Z(te)}complete(){const{partialObserver:te}=this;if(te.complete)try{te.complete()}catch(ie){Z(ie)}}}class U extends D{constructor(te,ie,oe){let X;if(super(),(0,t.m)(te)||!te)X={next:null!=te?te:void 0,error:null!=ie?ie:void 0,complete:null!=oe?oe:void 0};else{let me;this&&f.v.useDeprecatedNextContext?(me=Object.create(te),me.unsubscribe=()=>this.unsubscribe(),X={next:te.next&&k(te.next,me),error:te.error&&k(te.error,me),complete:te.complete&&k(te.complete,me)}):X=te}this.destination=new S(X)}}function Z(de){f.v.useDeprecatedSynchronousErrorHandling?(0,w.O)(de):(0,M.h)(de)}function ne(de,te){const{onStoppedNotification:ie}=f.v;ie&&A.z.setTimeout(()=>ie(de,te))}const $={closed:!0,next:a.Z,error:function Y(de){throw de},complete:a.Z}},727:(Ve,j,p)=>{"use strict";p.d(j,{Lc:()=>b,w0:()=>a,Nn:()=>d});var t=p(576);const f=(0,p(3888).d)(h=>function(w){h(this),this.message=w?`${w.length} errors occurred during unsubscription:\n${w.map((D,L)=>`${L+1}) ${D.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=w});var M=p(8737);class a{constructor(A){this.initialTeardown=A,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let A;if(!this.closed){this.closed=!0;const{_parentage:w}=this;if(w)if(this._parentage=null,Array.isArray(w))for(const k of w)k.remove(this);else w.remove(this);const{initialTeardown:D}=this;if((0,t.m)(D))try{D()}catch(k){A=k instanceof f?k.errors:[k]}const{_finalizers:L}=this;if(L){this._finalizers=null;for(const k of L)try{N(k)}catch(S){A=null!=A?A:[],S instanceof f?A=[...A,...S.errors]:A.push(S)}}if(A)throw new f(A)}}add(A){var w;if(A&&A!==this)if(this.closed)N(A);else{if(A instanceof a){if(A.closed||A._hasParent(this))return;A._addParent(this)}(this._finalizers=null!==(w=this._finalizers)&&void 0!==w?w:[]).push(A)}}_hasParent(A){const{_parentage:w}=this;return w===A||Array.isArray(w)&&w.includes(A)}_addParent(A){const{_parentage:w}=this;this._parentage=Array.isArray(w)?(w.push(A),w):w?[w,A]:A}_removeParent(A){const{_parentage:w}=this;w===A?this._parentage=null:Array.isArray(w)&&(0,M.P)(w,A)}remove(A){const{_finalizers:w}=this;w&&(0,M.P)(w,A),A instanceof a&&A._removeParent(this)}}a.EMPTY=(()=>{const h=new a;return h.closed=!0,h})();const b=a.EMPTY;function d(h){return h instanceof a||h&&"closed"in h&&(0,t.m)(h.remove)&&(0,t.m)(h.add)&&(0,t.m)(h.unsubscribe)}function N(h){(0,t.m)(h)?h():h.unsubscribe()}},2416:(Ve,j,p)=>{"use strict";p.d(j,{v:()=>t});const t={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},9841:(Ve,j,p)=>{"use strict";p.d(j,{a:()=>A});var t=p(8306),e=p(4742),f=p(457),M=p(4671),a=p(3268),b=p(3269),d=p(1810),N=p(5403),h=p(9672);function A(...L){const k=(0,b.yG)(L),S=(0,b.jO)(L),{args:U,keys:Z}=(0,e.D)(L);if(0===U.length)return(0,f.D)([],k);const Y=new t.y(function w(L,k,S=M.y){return U=>{D(k,()=>{const{length:Z}=L,Y=new Array(Z);let ne=Z,$=Z;for(let de=0;de{const te=(0,f.D)(L[de],k);let ie=!1;te.subscribe((0,N.x)(U,oe=>{Y[de]=oe,ie||(ie=!0,$--),$||U.next(S(Y.slice()))},()=>{--ne||U.complete()}))},U)},U)}}(U,k,Z?ne=>(0,d.n)(Z,ne):M.y));return S?Y.pipe((0,a.Z)(S)):Y}function D(L,k,S){L?(0,h.f)(S,L,k):k()}},7272:(Ve,j,p)=>{"use strict";p.d(j,{z:()=>a});var t=p(8189),f=p(3269),M=p(457);function a(...b){return function e(){return(0,t.J)(1)}()((0,M.D)(b,(0,f.yG)(b)))}},9770:(Ve,j,p)=>{"use strict";p.d(j,{P:()=>f});var t=p(8306),e=p(8421);function f(M){return new t.y(a=>{(0,e.Xf)(M()).subscribe(a)})}},515:(Ve,j,p)=>{"use strict";p.d(j,{E:()=>e});const e=new(p(8306).y)(a=>a.complete())},4128:(Ve,j,p)=>{"use strict";p.d(j,{D:()=>N});var t=p(8306),e=p(4742),f=p(8421),M=p(3269),a=p(5403),b=p(3268),d=p(1810);function N(...h){const A=(0,M.jO)(h),{args:w,keys:D}=(0,e.D)(h),L=new t.y(k=>{const{length:S}=w;if(!S)return void k.complete();const U=new Array(S);let Z=S,Y=S;for(let ne=0;ne{$||($=!0,Y--),U[ne]=de},()=>Z--,void 0,()=>{(!Z||!$)&&(Y||k.next(D?(0,d.n)(D,U):U),k.complete())}))}});return A?L.pipe((0,b.Z)(A)):L}},457:(Ve,j,p)=>{"use strict";p.d(j,{D:()=>ie});var t=p(8421),e=p(5363),f=p(4482);function M(oe,X=0){return(0,f.e)((me,y)=>{y.add(oe.schedule(()=>me.subscribe(y),X))})}var d=p(8306),h=p(2202),A=p(576),w=p(9672);function L(oe,X){if(!oe)throw new Error("Iterable cannot be null");return new d.y(me=>{(0,w.f)(me,X,()=>{const y=oe[Symbol.asyncIterator]();(0,w.f)(me,X,()=>{y.next().then(i=>{i.done?me.complete():me.next(i.value)})},0,!0)})})}var k=p(3670),S=p(8239),U=p(1144),Z=p(6495),Y=p(2206),ne=p(4532),$=p(3260);function ie(oe,X){return X?function te(oe,X){if(null!=oe){if((0,k.c)(oe))return function a(oe,X){return(0,t.Xf)(oe).pipe(M(X),(0,e.Q)(X))}(oe,X);if((0,U.z)(oe))return function N(oe,X){return new d.y(me=>{let y=0;return X.schedule(function(){y===oe.length?me.complete():(me.next(oe[y++]),me.closed||this.schedule())})})}(oe,X);if((0,S.t)(oe))return function b(oe,X){return(0,t.Xf)(oe).pipe(M(X),(0,e.Q)(X))}(oe,X);if((0,Y.D)(oe))return L(oe,X);if((0,Z.T)(oe))return function D(oe,X){return new d.y(me=>{let y;return(0,w.f)(me,X,()=>{y=oe[h.h](),(0,w.f)(me,X,()=>{let i,r;try{({value:i,done:r}=y.next())}catch(u){return void me.error(u)}r?me.complete():me.next(i)},0,!0)}),()=>(0,A.m)(null==y?void 0:y.return)&&y.return()})}(oe,X);if((0,$.L)(oe))return function de(oe,X){return L((0,$.Q)(oe),X)}(oe,X)}throw(0,ne.z)(oe)}(oe,X):(0,t.Xf)(oe)}},4968:(Ve,j,p)=>{"use strict";p.d(j,{R:()=>A});var t=p(8421),e=p(8306),f=p(5577),M=p(1144),a=p(576),b=p(3268);const d=["addListener","removeListener"],N=["addEventListener","removeEventListener"],h=["on","off"];function A(S,U,Z,Y){if((0,a.m)(Z)&&(Y=Z,Z=void 0),Y)return A(S,U,Z).pipe((0,b.Z)(Y));const[ne,$]=function k(S){return(0,a.m)(S.addEventListener)&&(0,a.m)(S.removeEventListener)}(S)?N.map(de=>te=>S[de](U,te,Z)):function D(S){return(0,a.m)(S.addListener)&&(0,a.m)(S.removeListener)}(S)?d.map(w(S,U)):function L(S){return(0,a.m)(S.on)&&(0,a.m)(S.off)}(S)?h.map(w(S,U)):[];if(!ne&&(0,M.z)(S))return(0,f.z)(de=>A(de,U,Z))((0,t.Xf)(S));if(!ne)throw new TypeError("Invalid event target");return new e.y(de=>{const te=(...ie)=>de.next(1$(te)})}function w(S,U){return Z=>Y=>S[Z](U,Y)}},8421:(Ve,j,p)=>{"use strict";p.d(j,{Xf:()=>L});var t=p(655),e=p(1144),f=p(8239),M=p(8306),a=p(3670),b=p(2206),d=p(4532),N=p(6495),h=p(3260),A=p(576),w=p(7849),D=p(8822);function L(de){if(de instanceof M.y)return de;if(null!=de){if((0,a.c)(de))return function k(de){return new M.y(te=>{const ie=de[D.L]();if((0,A.m)(ie.subscribe))return ie.subscribe(te);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(de);if((0,e.z)(de))return function S(de){return new M.y(te=>{for(let ie=0;ie{de.then(ie=>{te.closed||(te.next(ie),te.complete())},ie=>te.error(ie)).then(null,w.h)})}(de);if((0,b.D)(de))return Y(de);if((0,N.T)(de))return function Z(de){return new M.y(te=>{for(const ie of de)if(te.next(ie),te.closed)return;te.complete()})}(de);if((0,h.L)(de))return function ne(de){return Y((0,h.Q)(de))}(de)}throw(0,d.z)(de)}function Y(de){return new M.y(te=>{(function $(de,te){var ie,oe,X,me;return(0,t.mG)(this,void 0,void 0,function*(){try{for(ie=(0,t.KL)(de);!(oe=yield ie.next()).done;)if(te.next(oe.value),te.closed)return}catch(y){X={error:y}}finally{try{oe&&!oe.done&&(me=ie.return)&&(yield me.call(ie))}finally{if(X)throw X.error}}te.complete()})})(de,te).catch(ie=>te.error(ie))})}},6451:(Ve,j,p)=>{"use strict";p.d(j,{T:()=>b});var t=p(8189),e=p(8421),f=p(515),M=p(3269),a=p(457);function b(...d){const N=(0,M.yG)(d),h=(0,M._6)(d,1/0),A=d;return A.length?1===A.length?(0,e.Xf)(A[0]):(0,t.J)(h)((0,a.D)(A,N)):f.E}},9646:(Ve,j,p)=>{"use strict";p.d(j,{of:()=>f});var t=p(3269),e=p(457);function f(...M){const a=(0,t.yG)(M);return(0,e.D)(M,a)}},2843:(Ve,j,p)=>{"use strict";p.d(j,{_:()=>f});var t=p(8306),e=p(576);function f(M,a){const b=(0,e.m)(M)?M:()=>M,d=N=>N.error(b());return new t.y(a?N=>a.schedule(d,0,N):d)}},2805:(Ve,j,p)=>{"use strict";p.d(j,{H:()=>a});var t=p(8306),e=p(4986),f=p(3532),M=p(1165);function a(b=0,d,N=e.P){let h=-1;return null!=d&&((0,f.K)(d)?N=d:h=d),new t.y(A=>{let w=(0,M.q)(b)?+b-N.now():b;w<0&&(w=0);let D=0;return N.schedule(function(){A.closed||(A.next(D++),0<=h?this.schedule(void 0,h):A.complete())},w)})}},5403:(Ve,j,p)=>{"use strict";p.d(j,{Q:()=>f,x:()=>e});var t=p(930);function e(M,a,b,d,N){return new f(M,a,b,d,N)}class f extends t.Lv{constructor(a,b,d,N,h,A){super(a),this.onFinalize=h,this.shouldUnsubscribe=A,this._next=b?function(w){try{b(w)}catch(D){a.error(D)}}:super._next,this._error=N?function(w){try{N(w)}catch(D){a.error(D)}finally{this.unsubscribe()}}:super._error,this._complete=d?function(){try{d()}catch(w){a.error(w)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var a;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:b}=this;super.unsubscribe(),!b&&(null===(a=this.onFinalize)||void 0===a||a.call(this))}}}},3601:(Ve,j,p)=>{"use strict";p.d(j,{e:()=>d});var t=p(4986),e=p(4482),f=p(8421),M=p(5403),b=p(2805);function d(N,h=t.z){return function a(N){return(0,e.e)((h,A)=>{let w=!1,D=null,L=null,k=!1;const S=()=>{if(null==L||L.unsubscribe(),L=null,w){w=!1;const Z=D;D=null,A.next(Z)}k&&A.complete()},U=()=>{L=null,k&&A.complete()};h.subscribe((0,M.x)(A,Z=>{w=!0,D=Z,L||(0,f.Xf)(N(Z)).subscribe(L=(0,M.x)(A,S,U))},()=>{k=!0,(!w||!L||L.closed)&&A.complete()}))})}(()=>(0,b.H)(N,h))}},262:(Ve,j,p)=>{"use strict";p.d(j,{K:()=>M});var t=p(8421),e=p(5403),f=p(4482);function M(a){return(0,f.e)((b,d)=>{let A,N=null,h=!1;N=b.subscribe((0,e.x)(d,void 0,void 0,w=>{A=(0,t.Xf)(a(w,M(a)(b))),N?(N.unsubscribe(),N=null,A.subscribe(d)):h=!0})),h&&(N.unsubscribe(),N=null,A.subscribe(d))})}},4351:(Ve,j,p)=>{"use strict";p.d(j,{b:()=>f});var t=p(5577),e=p(576);function f(M,a){return(0,e.m)(a)?(0,t.z)(M,a,1):(0,t.z)(M,1)}},8372:(Ve,j,p)=>{"use strict";p.d(j,{b:()=>M});var t=p(4986),e=p(4482),f=p(5403);function M(a,b=t.z){return(0,e.e)((d,N)=>{let h=null,A=null,w=null;const D=()=>{if(h){h.unsubscribe(),h=null;const k=A;A=null,N.next(k)}};function L(){const k=w+a,S=b.now();if(S{A=k,w=b.now(),h||(h=b.schedule(L,a),N.add(h))},()=>{D(),N.complete()},void 0,()=>{A=h=null}))})}},6590:(Ve,j,p)=>{"use strict";p.d(j,{d:()=>f});var t=p(4482),e=p(5403);function f(M){return(0,t.e)((a,b)=>{let d=!1;a.subscribe((0,e.x)(b,N=>{d=!0,b.next(N)},()=>{d||b.next(M),b.complete()}))})}},4086:(Ve,j,p)=>{"use strict";p.d(j,{g:()=>h});var t=p(4986),e=p(7272),f=p(5698),M=p(8502),a=p(9718),b=p(5577);function d(A,w){return w?D=>(0,e.z)(w.pipe((0,f.q)(1),(0,M.l)()),D.pipe(d(A))):(0,b.z)((D,L)=>A(D,L).pipe((0,f.q)(1),(0,a.h)(D)))}var N=p(2805);function h(A,w=t.z){const D=(0,N.H)(A,w);return d(()=>D)}},1884:(Ve,j,p)=>{"use strict";p.d(j,{x:()=>M});var t=p(4671),e=p(4482),f=p(5403);function M(b,d=t.y){return b=null!=b?b:a,(0,e.e)((N,h)=>{let A,w=!0;N.subscribe((0,f.x)(h,D=>{const L=d(D);(w||!b(A,L))&&(w=!1,A=L,h.next(D))}))})}function a(b,d){return b===d}},9300:(Ve,j,p)=>{"use strict";p.d(j,{h:()=>f});var t=p(4482),e=p(5403);function f(M,a){return(0,t.e)((b,d)=>{let N=0;b.subscribe((0,e.x)(d,h=>M.call(a,h,N++)&&d.next(h)))})}},8746:(Ve,j,p)=>{"use strict";p.d(j,{x:()=>e});var t=p(4482);function e(f){return(0,t.e)((M,a)=>{try{M.subscribe(a)}finally{a.add(f)}})}},590:(Ve,j,p)=>{"use strict";p.d(j,{P:()=>d});var t=p(6805),e=p(9300),f=p(5698),M=p(6590),a=p(8068),b=p(4671);function d(N,h){const A=arguments.length>=2;return w=>w.pipe(N?(0,e.h)((D,L)=>N(D,L,w)):b.y,(0,f.q)(1),A?(0,M.d)(h):(0,a.T)(()=>new t.K))}},8502:(Ve,j,p)=>{"use strict";p.d(j,{l:()=>M});var t=p(4482),e=p(5403),f=p(5032);function M(){return(0,t.e)((a,b)=>{a.subscribe((0,e.x)(b,f.Z))})}},4004:(Ve,j,p)=>{"use strict";p.d(j,{U:()=>f});var t=p(4482),e=p(5403);function f(M,a){return(0,t.e)((b,d)=>{let N=0;b.subscribe((0,e.x)(d,h=>{d.next(M.call(a,h,N++))}))})}},9718:(Ve,j,p)=>{"use strict";p.d(j,{h:()=>e});var t=p(4004);function e(f){return(0,t.U)(()=>f)}},8189:(Ve,j,p)=>{"use strict";p.d(j,{J:()=>f});var t=p(5577),e=p(4671);function f(M=1/0){return(0,t.z)(e.y,M)}},5577:(Ve,j,p)=>{"use strict";p.d(j,{z:()=>N});var t=p(4004),e=p(8421),f=p(4482),M=p(9672),a=p(5403),d=p(576);function N(h,A,w=1/0){return(0,d.m)(A)?N((D,L)=>(0,t.U)((k,S)=>A(D,k,L,S))((0,e.Xf)(h(D,L))),w):("number"==typeof A&&(w=A),(0,f.e)((D,L)=>function b(h,A,w,D,L,k,S,U){const Z=[];let Y=0,ne=0,$=!1;const de=()=>{$&&!Z.length&&!Y&&A.complete()},te=oe=>Y{k&&A.next(oe),Y++;let X=!1;(0,e.Xf)(w(oe,ne++)).subscribe((0,a.x)(A,me=>{null==L||L(me),k?te(me):A.next(me)},()=>{X=!0},void 0,()=>{if(X)try{for(Y--;Z.length&&Yie(me)):ie(me)}de()}catch(me){A.error(me)}}))};return h.subscribe((0,a.x)(A,te,()=>{$=!0,de()})),()=>{null==U||U()}}(D,L,h,w)))}},5363:(Ve,j,p)=>{"use strict";p.d(j,{Q:()=>M});var t=p(9672),e=p(4482),f=p(5403);function M(a,b=0){return(0,e.e)((d,N)=>{d.subscribe((0,f.x)(N,h=>(0,t.f)(N,a,()=>N.next(h),b),()=>(0,t.f)(N,a,()=>N.complete(),b),h=>(0,t.f)(N,a,()=>N.error(h),b)))})}},5026:(Ve,j,p)=>{"use strict";p.d(j,{R:()=>M});var t=p(4482),e=p(5403);function f(a,b,d,N,h){return(A,w)=>{let D=d,L=b,k=0;A.subscribe((0,e.x)(w,S=>{const U=k++;L=D?a(L,S,U):(D=!0,S),N&&w.next(L)},h&&(()=>{D&&w.next(L),w.complete()})))}}function M(a,b){return(0,t.e)(f(a,b,arguments.length>=2,!0))}},3099:(Ve,j,p)=>{"use strict";p.d(j,{B:()=>a});var t=p(8421),e=p(7579),f=p(930),M=p(4482);function a(d={}){const{connector:N=(()=>new e.x),resetOnError:h=!0,resetOnComplete:A=!0,resetOnRefCountZero:w=!0}=d;return D=>{let L,k,S,U=0,Z=!1,Y=!1;const ne=()=>{null==k||k.unsubscribe(),k=void 0},$=()=>{ne(),L=S=void 0,Z=Y=!1},de=()=>{const te=L;$(),null==te||te.unsubscribe()};return(0,M.e)((te,ie)=>{U++,!Y&&!Z&&ne();const oe=S=null!=S?S:N();ie.add(()=>{U--,0===U&&!Y&&!Z&&(k=b(de,w))}),oe.subscribe(ie),!L&&U>0&&(L=new f.Hp({next:X=>oe.next(X),error:X=>{Y=!0,ne(),k=b($,h,X),oe.error(X)},complete:()=>{Z=!0,ne(),k=b($,A),oe.complete()}}),(0,t.Xf)(te).subscribe(L))})(D)}}function b(d,N,...h){if(!0===N)return void d();if(!1===N)return;const A=new f.Hp({next:()=>{A.unsubscribe(),d()}});return N(...h).subscribe(A)}},5684:(Ve,j,p)=>{"use strict";p.d(j,{T:()=>e});var t=p(9300);function e(f){return(0,t.h)((M,a)=>f<=a)}},8675:(Ve,j,p)=>{"use strict";p.d(j,{O:()=>M});var t=p(7272),e=p(3269),f=p(4482);function M(...a){const b=(0,e.yG)(a);return(0,f.e)((d,N)=>{(b?(0,t.z)(a,d,b):(0,t.z)(a,d)).subscribe(N)})}},3900:(Ve,j,p)=>{"use strict";p.d(j,{w:()=>M});var t=p(8421),e=p(4482),f=p(5403);function M(a,b){return(0,e.e)((d,N)=>{let h=null,A=0,w=!1;const D=()=>w&&!h&&N.complete();d.subscribe((0,f.x)(N,L=>{null==h||h.unsubscribe();let k=0;const S=A++;(0,t.Xf)(a(L,S)).subscribe(h=(0,f.x)(N,U=>N.next(b?b(L,U,S,k++):U),()=>{h=null,D()}))},()=>{w=!0,D()}))})}},5698:(Ve,j,p)=>{"use strict";p.d(j,{q:()=>M});var t=p(515),e=p(4482),f=p(5403);function M(a){return a<=0?()=>t.E:(0,e.e)((b,d)=>{let N=0;b.subscribe((0,f.x)(d,h=>{++N<=a&&(d.next(h),a<=N&&d.complete())}))})}},2722:(Ve,j,p)=>{"use strict";p.d(j,{R:()=>a});var t=p(4482),e=p(5403),f=p(8421),M=p(5032);function a(b){return(0,t.e)((d,N)=>{(0,f.Xf)(b).subscribe((0,e.x)(N,()=>N.complete(),M.Z)),!N.closed&&d.subscribe(N)})}},8505:(Ve,j,p)=>{"use strict";p.d(j,{b:()=>a});var t=p(576),e=p(4482),f=p(5403),M=p(4671);function a(b,d,N){const h=(0,t.m)(b)||d||N?{next:b,error:d,complete:N}:b;return h?(0,e.e)((A,w)=>{var D;null===(D=h.subscribe)||void 0===D||D.call(h);let L=!0;A.subscribe((0,f.x)(w,k=>{var S;null===(S=h.next)||void 0===S||S.call(h,k),w.next(k)},()=>{var k;L=!1,null===(k=h.complete)||void 0===k||k.call(h),w.complete()},k=>{var S;L=!1,null===(S=h.error)||void 0===S||S.call(h,k),w.error(k)},()=>{var k,S;L&&(null===(k=h.unsubscribe)||void 0===k||k.call(h)),null===(S=h.finalize)||void 0===S||S.call(h)}))}):M.y}},8068:(Ve,j,p)=>{"use strict";p.d(j,{T:()=>M});var t=p(6805),e=p(4482),f=p(5403);function M(b=a){return(0,e.e)((d,N)=>{let h=!1;d.subscribe((0,f.x)(N,A=>{h=!0,N.next(A)},()=>h?N.complete():N.error(b())))})}function a(){return new t.K}},7414:(Ve,j,p)=>{"use strict";p.d(j,{V:()=>h});var t=p(4986),e=p(1165),f=p(4482),M=p(8421),a=p(3888),b=p(5403),d=p(9672);const N=(0,a.d)(w=>function(L=null){w(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=L});function h(w,D){const{first:L,each:k,with:S=A,scheduler:U=(null!=D?D:t.z),meta:Z=null}=(0,e.q)(w)?{first:w}:"number"==typeof w?{each:w}:w;if(null==L&&null==k)throw new TypeError("No timeout provided.");return(0,f.e)((Y,ne)=>{let $,de,te=null,ie=0;const oe=X=>{de=(0,d.f)(ne,U,()=>{try{$.unsubscribe(),(0,M.Xf)(S({meta:Z,lastValue:te,seen:ie})).subscribe(ne)}catch(me){ne.error(me)}},X)};$=Y.subscribe((0,b.x)(ne,X=>{null==de||de.unsubscribe(),ie++,ne.next(te=X),k>0&&oe(k)},void 0,void 0,()=>{(null==de?void 0:de.closed)||null==de||de.unsubscribe(),te=null})),!ie&&oe(null!=L?"number"==typeof L?L:+L-U.now():k)})}function A(w){throw new N(w)}},1365:(Ve,j,p)=>{"use strict";p.d(j,{M:()=>d});var t=p(4482),e=p(5403),f=p(8421),M=p(4671),a=p(5032),b=p(3269);function d(...N){const h=(0,b.jO)(N);return(0,t.e)((A,w)=>{const D=N.length,L=new Array(D);let k=N.map(()=>!1),S=!1;for(let U=0;U{L[U]=Z,!S&&!k[U]&&(k[U]=!0,(S=k.every(M.y))&&(k=null))},a.Z));A.subscribe((0,e.x)(w,U=>{if(S){const Z=[U,...L];w.next(h?h(...Z):Z)}}))})}},4408:(Ve,j,p)=>{"use strict";p.d(j,{o:()=>a});var t=p(727);class e extends t.w0{constructor(d,N){super()}schedule(d,N=0){return this}}const f={setInterval(b,d,...N){const{delegate:h}=f;return(null==h?void 0:h.setInterval)?h.setInterval(b,d,...N):setInterval(b,d,...N)},clearInterval(b){const{delegate:d}=f;return((null==d?void 0:d.clearInterval)||clearInterval)(b)},delegate:void 0};var M=p(8737);class a extends e{constructor(d,N){super(d,N),this.scheduler=d,this.work=N,this.pending=!1}schedule(d,N=0){if(this.closed)return this;this.state=d;const h=this.id,A=this.scheduler;return null!=h&&(this.id=this.recycleAsyncId(A,h,N)),this.pending=!0,this.delay=N,this.id=this.id||this.requestAsyncId(A,this.id,N),this}requestAsyncId(d,N,h=0){return f.setInterval(d.flush.bind(d,this),h)}recycleAsyncId(d,N,h=0){if(null!=h&&this.delay===h&&!1===this.pending)return N;f.clearInterval(N)}execute(d,N){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const h=this._execute(d,N);if(h)return h;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(d,N){let A,h=!1;try{this.work(d)}catch(w){h=!0,A=w||new Error("Scheduled action threw falsy error")}if(h)return this.unsubscribe(),A}unsubscribe(){if(!this.closed){const{id:d,scheduler:N}=this,{actions:h}=N;this.work=this.state=this.scheduler=null,this.pending=!1,(0,M.P)(h,this),null!=d&&(this.id=this.recycleAsyncId(N,d,null)),this.delay=null,super.unsubscribe()}}}},7565:(Ve,j,p)=>{"use strict";p.d(j,{v:()=>f});var t=p(6063);class e{constructor(a,b=e.now){this.schedulerActionCtor=a,this.now=b}schedule(a,b=0,d){return new this.schedulerActionCtor(this,a).schedule(d,b)}}e.now=t.l.now;class f extends e{constructor(a,b=e.now){super(a,b),this.actions=[],this._active=!1,this._scheduled=void 0}flush(a){const{actions:b}=this;if(this._active)return void b.push(a);let d;this._active=!0;do{if(d=a.execute(a.state,a.delay))break}while(a=b.shift());if(this._active=!1,d){for(;a=b.shift();)a.unsubscribe();throw d}}}},3101:(Ve,j,p)=>{"use strict";p.d(j,{E:()=>k});var t=p(4408);let f,e=1;const M={};function a(U){return U in M&&(delete M[U],!0)}const b={setImmediate(U){const Z=e++;return M[Z]=!0,f||(f=Promise.resolve()),f.then(()=>a(Z)&&U()),Z},clearImmediate(U){a(U)}},{setImmediate:N,clearImmediate:h}=b,A={setImmediate(...U){const{delegate:Z}=A;return((null==Z?void 0:Z.setImmediate)||N)(...U)},clearImmediate(U){const{delegate:Z}=A;return((null==Z?void 0:Z.clearImmediate)||h)(U)},delegate:void 0};var D=p(7565);const k=new class L extends D.v{flush(Z){this._active=!0;const Y=this._scheduled;this._scheduled=void 0;const{actions:ne}=this;let $;Z=Z||ne.shift();do{if($=Z.execute(Z.state,Z.delay))break}while((Z=ne[0])&&Z.id===Y&&ne.shift());if(this._active=!1,$){for(;(Z=ne[0])&&Z.id===Y&&ne.shift();)Z.unsubscribe();throw $}}}(class w extends t.o{constructor(Z,Y){super(Z,Y),this.scheduler=Z,this.work=Y}requestAsyncId(Z,Y,ne=0){return null!==ne&&ne>0?super.requestAsyncId(Z,Y,ne):(Z.actions.push(this),Z._scheduled||(Z._scheduled=A.setImmediate(Z.flush.bind(Z,void 0))))}recycleAsyncId(Z,Y,ne=0){if(null!=ne&&ne>0||null==ne&&this.delay>0)return super.recycleAsyncId(Z,Y,ne);Z.actions.some($=>$.id===Y)||(A.clearImmediate(Y),Z._scheduled=void 0)}})},4986:(Ve,j,p)=>{"use strict";p.d(j,{P:()=>M,z:()=>f});var t=p(4408);const f=new(p(7565).v)(t.o),M=f},6063:(Ve,j,p)=>{"use strict";p.d(j,{l:()=>t});const t={now:()=>(t.delegate||Date).now(),delegate:void 0}},233:(Ve,j,p)=>{"use strict";p.d(j,{N:()=>a});var t=p(4408),f=p(7565);const a=new class M extends f.v{}(class e extends t.o{constructor(N,h){super(N,h),this.scheduler=N,this.work=h}schedule(N,h=0){return h>0?super.schedule(N,h):(this.delay=h,this.state=N,this.scheduler.flush(this),this)}execute(N,h){return h>0||this.closed?super.execute(N,h):this._execute(N,h)}requestAsyncId(N,h,A=0){return null!=A&&A>0||null==A&&this.delay>0?super.requestAsyncId(N,h,A):N.flush(this)}})},3410:(Ve,j,p)=>{"use strict";p.d(j,{z:()=>t});const t={setTimeout(e,f,...M){const{delegate:a}=t;return(null==a?void 0:a.setTimeout)?a.setTimeout(e,f,...M):setTimeout(e,f,...M)},clearTimeout(e){const{delegate:f}=t;return((null==f?void 0:f.clearTimeout)||clearTimeout)(e)},delegate:void 0}},2202:(Ve,j,p)=>{"use strict";p.d(j,{h:()=>e});const e=function t(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},8822:(Ve,j,p)=>{"use strict";p.d(j,{L:()=>t});const t="function"==typeof Symbol&&Symbol.observable||"@@observable"},6805:(Ve,j,p)=>{"use strict";p.d(j,{K:()=>e});const e=(0,p(3888).d)(f=>function(){f(this),this.name="EmptyError",this.message="no elements in sequence"})},3269:(Ve,j,p)=>{"use strict";p.d(j,{_6:()=>b,jO:()=>M,yG:()=>a});var t=p(576),e=p(3532);function f(d){return d[d.length-1]}function M(d){return(0,t.m)(f(d))?d.pop():void 0}function a(d){return(0,e.K)(f(d))?d.pop():void 0}function b(d,N){return"number"==typeof f(d)?d.pop():N}},4742:(Ve,j,p)=>{"use strict";p.d(j,{D:()=>a});const{isArray:t}=Array,{getPrototypeOf:e,prototype:f,keys:M}=Object;function a(d){if(1===d.length){const N=d[0];if(t(N))return{args:N,keys:null};if(function b(d){return d&&"object"==typeof d&&e(d)===f}(N)){const h=M(N);return{args:h.map(A=>N[A]),keys:h}}}return{args:d,keys:null}}},8737:(Ve,j,p)=>{"use strict";function t(e,f){if(e){const M=e.indexOf(f);0<=M&&e.splice(M,1)}}p.d(j,{P:()=>t})},3888:(Ve,j,p)=>{"use strict";function t(e){const M=e(a=>{Error.call(a),a.stack=(new Error).stack});return M.prototype=Object.create(Error.prototype),M.prototype.constructor=M,M}p.d(j,{d:()=>t})},1810:(Ve,j,p)=>{"use strict";function t(e,f){return e.reduce((M,a,b)=>(M[a]=f[b],M),{})}p.d(j,{n:()=>t})},2806:(Ve,j,p)=>{"use strict";p.d(j,{O:()=>M,x:()=>f});var t=p(2416);let e=null;function f(a){if(t.v.useDeprecatedSynchronousErrorHandling){const b=!e;if(b&&(e={errorThrown:!1,error:null}),a(),b){const{errorThrown:d,error:N}=e;if(e=null,d)throw N}}else a()}function M(a){t.v.useDeprecatedSynchronousErrorHandling&&e&&(e.errorThrown=!0,e.error=a)}},9672:(Ve,j,p)=>{"use strict";function t(e,f,M,a=0,b=!1){const d=f.schedule(function(){M(),b?e.add(this.schedule(null,a)):this.unsubscribe()},a);if(e.add(d),!b)return d}p.d(j,{f:()=>t})},4671:(Ve,j,p)=>{"use strict";function t(e){return e}p.d(j,{y:()=>t})},1144:(Ve,j,p)=>{"use strict";p.d(j,{z:()=>t});const t=e=>e&&"number"==typeof e.length&&"function"!=typeof e},2206:(Ve,j,p)=>{"use strict";p.d(j,{D:()=>e});var t=p(576);function e(f){return Symbol.asyncIterator&&(0,t.m)(null==f?void 0:f[Symbol.asyncIterator])}},1165:(Ve,j,p)=>{"use strict";function t(e){return e instanceof Date&&!isNaN(e)}p.d(j,{q:()=>t})},576:(Ve,j,p)=>{"use strict";function t(e){return"function"==typeof e}p.d(j,{m:()=>t})},3670:(Ve,j,p)=>{"use strict";p.d(j,{c:()=>f});var t=p(8822),e=p(576);function f(M){return(0,e.m)(M[t.L])}},6495:(Ve,j,p)=>{"use strict";p.d(j,{T:()=>f});var t=p(2202),e=p(576);function f(M){return(0,e.m)(null==M?void 0:M[t.h])}},5191:(Ve,j,p)=>{"use strict";p.d(j,{b:()=>f});var t=p(8306),e=p(576);function f(M){return!!M&&(M instanceof t.y||(0,e.m)(M.lift)&&(0,e.m)(M.subscribe))}},8239:(Ve,j,p)=>{"use strict";p.d(j,{t:()=>e});var t=p(576);function e(f){return(0,t.m)(null==f?void 0:f.then)}},3260:(Ve,j,p)=>{"use strict";p.d(j,{L:()=>M,Q:()=>f});var t=p(655),e=p(576);function f(a){return(0,t.FC)(this,arguments,function*(){const d=a.getReader();try{for(;;){const{value:N,done:h}=yield(0,t.qq)(d.read());if(h)return yield(0,t.qq)(void 0);yield yield(0,t.qq)(N)}}finally{d.releaseLock()}})}function M(a){return(0,e.m)(null==a?void 0:a.getReader)}},3532:(Ve,j,p)=>{"use strict";p.d(j,{K:()=>e});var t=p(576);function e(f){return f&&(0,t.m)(f.schedule)}},4482:(Ve,j,p)=>{"use strict";p.d(j,{A:()=>e,e:()=>f});var t=p(576);function e(M){return(0,t.m)(null==M?void 0:M.lift)}function f(M){return a=>{if(e(a))return a.lift(function(b){try{return M(b,this)}catch(d){this.error(d)}});throw new TypeError("Unable to lift unknown Observable type")}}},3268:(Ve,j,p)=>{"use strict";p.d(j,{Z:()=>M});var t=p(4004);const{isArray:e}=Array;function M(a){return(0,t.U)(b=>function f(a,b){return e(b)?a(...b):a(b)}(a,b))}},5032:(Ve,j,p)=>{"use strict";function t(){}p.d(j,{Z:()=>t})},7849:(Ve,j,p)=>{"use strict";p.d(j,{h:()=>f});var t=p(2416),e=p(3410);function f(M){e.z.setTimeout(()=>{const{onUnhandledError:a}=t.v;if(!a)throw M;a(M)})}},4532:(Ve,j,p)=>{"use strict";function t(e){return new TypeError(`You provided ${null!==e&&"object"==typeof e?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}p.d(j,{z:()=>t})},3502:(Ve,j,p)=>{var t=p(3172),e=t.Buffer;function f(a,b){for(var d in a)b[d]=a[d]}function M(a,b,d){return e(a,b,d)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(f(t,j),j.Buffer=M),f(e,M),M.from=function(a,b,d){if("number"==typeof a)throw new TypeError("Argument must not be a number");return e(a,b,d)},M.alloc=function(a,b,d){if("number"!=typeof a)throw new TypeError("Argument must be a number");var N=e(a);return void 0!==b?"string"==typeof d?N.fill(b,d):N.fill(b):N.fill(0),N},M.allocUnsafe=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return e(a)},M.allocUnsafeSlow=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return t.SlowBuffer(a)}},2038:(Ve,j,p)=>{"use strict";var M,t=p(3172),e=t.Buffer,f={};for(M in t)!t.hasOwnProperty(M)||"SlowBuffer"===M||"Buffer"===M||(f[M]=t[M]);var a=f.Buffer={};for(M in e)!e.hasOwnProperty(M)||"allocUnsafe"===M||"allocUnsafeSlow"===M||(a[M]=e[M]);if(f.Buffer.prototype=e.prototype,(!a.from||a.from===Uint8Array.from)&&(a.from=function(b,d,N){if("number"==typeof b)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof b);if(b&&void 0===b.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof b);return e(b,d,N)}),a.alloc||(a.alloc=function(b,d,N){if("number"!=typeof b)throw new TypeError('The "size" argument must be of type number. Received type '+typeof b);if(b<0||b>=2*(1<<30))throw new RangeError('The value "'+b+'" is invalid for option "size"');var h=e(b);return d&&0!==d.length?"string"==typeof N?h.fill(d,N):h.fill(d):h.fill(0),h}),!f.kStringMaxLength)try{f.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(b){}f.constants||(f.constants={MAX_LENGTH:f.kMaxLength},f.kStringMaxLength&&(f.constants.MAX_STRING_LENGTH=f.kStringMaxLength)),Ve.exports=f},6692:(Ve,j,p)=>{var t=p(3502).Buffer;function e(f,M){this._block=t.alloc(f),this._finalSize=M,this._blockSize=f,this._len=0}e.prototype.update=function(f,M){"string"==typeof f&&(f=t.from(f,M=M||"utf8"));for(var a=this._block,b=this._blockSize,d=f.length,N=this._len,h=0;h=this._finalSize&&(this._update(this._block),this._block.fill(0));var a=8*this._len;if(a<=4294967295)this._block.writeUInt32BE(a,this._blockSize-4);else{var b=(4294967295&a)>>>0;this._block.writeUInt32BE((a-b)/4294967296,this._blockSize-8),this._block.writeUInt32BE(b,this._blockSize-4)}this._update(this._block);var N=this._hash();return f?N.toString(f):N},e.prototype._update=function(){throw new Error("_update must be implemented by subclass")},Ve.exports=e},5244:(Ve,j,p)=>{var t=Ve.exports=function(f){f=f.toLowerCase();var M=t[f];if(!M)throw new Error(f+" is not supported (we accept pull requests)");return new M};t.sha=p(8932),t.sha1=p(7736),t.sha224=p(5044),t.sha256=p(5014),t.sha384=p(6540),t.sha512=p(117)},8932:(Ve,j,p)=>{var t=p(3894),e=p(6692),f=p(3502).Buffer,M=[1518500249,1859775393,-1894007588,-899497514],a=new Array(80);function b(){this.init(),this._w=a,e.call(this,64,56)}function d(A){return A<<5|A>>>27}function N(A){return A<<30|A>>>2}function h(A,w,D,L){return 0===A?w&D|~w&L:2===A?w&D|w&L|D&L:w^D^L}t(b,e),b.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},b.prototype._update=function(A){for(var w=this._w,D=0|this._a,L=0|this._b,k=0|this._c,S=0|this._d,U=0|this._e,Z=0;Z<16;++Z)w[Z]=A.readInt32BE(4*Z);for(;Z<80;++Z)w[Z]=w[Z-3]^w[Z-8]^w[Z-14]^w[Z-16];for(var Y=0;Y<80;++Y){var ne=~~(Y/20),$=d(D)+h(ne,L,k,S)+U+w[Y]+M[ne]|0;U=S,S=k,k=N(L),L=D,D=$}this._a=D+this._a|0,this._b=L+this._b|0,this._c=k+this._c|0,this._d=S+this._d|0,this._e=U+this._e|0},b.prototype._hash=function(){var A=f.allocUnsafe(20);return A.writeInt32BE(0|this._a,0),A.writeInt32BE(0|this._b,4),A.writeInt32BE(0|this._c,8),A.writeInt32BE(0|this._d,12),A.writeInt32BE(0|this._e,16),A},Ve.exports=b},7736:(Ve,j,p)=>{var t=p(3894),e=p(6692),f=p(3502).Buffer,M=[1518500249,1859775393,-1894007588,-899497514],a=new Array(80);function b(){this.init(),this._w=a,e.call(this,64,56)}function d(w){return w<<1|w>>>31}function N(w){return w<<5|w>>>27}function h(w){return w<<30|w>>>2}function A(w,D,L,k){return 0===w?D&L|~D&k:2===w?D&L|D&k|L&k:D^L^k}t(b,e),b.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},b.prototype._update=function(w){for(var D=this._w,L=0|this._a,k=0|this._b,S=0|this._c,U=0|this._d,Z=0|this._e,Y=0;Y<16;++Y)D[Y]=w.readInt32BE(4*Y);for(;Y<80;++Y)D[Y]=d(D[Y-3]^D[Y-8]^D[Y-14]^D[Y-16]);for(var ne=0;ne<80;++ne){var $=~~(ne/20),de=N(L)+A($,k,S,U)+Z+D[ne]+M[$]|0;Z=U,U=S,S=h(k),k=L,L=de}this._a=L+this._a|0,this._b=k+this._b|0,this._c=S+this._c|0,this._d=U+this._d|0,this._e=Z+this._e|0},b.prototype._hash=function(){var w=f.allocUnsafe(20);return w.writeInt32BE(0|this._a,0),w.writeInt32BE(0|this._b,4),w.writeInt32BE(0|this._c,8),w.writeInt32BE(0|this._d,12),w.writeInt32BE(0|this._e,16),w},Ve.exports=b},5044:(Ve,j,p)=>{var t=p(3894),e=p(5014),f=p(6692),M=p(3502).Buffer,a=new Array(64);function b(){this.init(),this._w=a,f.call(this,64,56)}t(b,e),b.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},b.prototype._hash=function(){var d=M.allocUnsafe(28);return d.writeInt32BE(this._a,0),d.writeInt32BE(this._b,4),d.writeInt32BE(this._c,8),d.writeInt32BE(this._d,12),d.writeInt32BE(this._e,16),d.writeInt32BE(this._f,20),d.writeInt32BE(this._g,24),d},Ve.exports=b},5014:(Ve,j,p)=>{var t=p(3894),e=p(6692),f=p(3502).Buffer,M=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],a=new Array(64);function b(){this.init(),this._w=a,e.call(this,64,56)}function d(L,k,S){return S^L&(k^S)}function N(L,k,S){return L&k|S&(L|k)}function h(L){return(L>>>2|L<<30)^(L>>>13|L<<19)^(L>>>22|L<<10)}function A(L){return(L>>>6|L<<26)^(L>>>11|L<<21)^(L>>>25|L<<7)}function w(L){return(L>>>7|L<<25)^(L>>>18|L<<14)^L>>>3}function D(L){return(L>>>17|L<<15)^(L>>>19|L<<13)^L>>>10}t(b,e),b.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},b.prototype._update=function(L){for(var k=this._w,S=0|this._a,U=0|this._b,Z=0|this._c,Y=0|this._d,ne=0|this._e,$=0|this._f,de=0|this._g,te=0|this._h,ie=0;ie<16;++ie)k[ie]=L.readInt32BE(4*ie);for(;ie<64;++ie)k[ie]=D(k[ie-2])+k[ie-7]+w(k[ie-15])+k[ie-16]|0;for(var oe=0;oe<64;++oe){var X=te+A(ne)+d(ne,$,de)+M[oe]+k[oe]|0,me=h(S)+N(S,U,Z)|0;te=de,de=$,$=ne,ne=Y+X|0,Y=Z,Z=U,U=S,S=X+me|0}this._a=S+this._a|0,this._b=U+this._b|0,this._c=Z+this._c|0,this._d=Y+this._d|0,this._e=ne+this._e|0,this._f=$+this._f|0,this._g=de+this._g|0,this._h=te+this._h|0},b.prototype._hash=function(){var L=f.allocUnsafe(32);return L.writeInt32BE(this._a,0),L.writeInt32BE(this._b,4),L.writeInt32BE(this._c,8),L.writeInt32BE(this._d,12),L.writeInt32BE(this._e,16),L.writeInt32BE(this._f,20),L.writeInt32BE(this._g,24),L.writeInt32BE(this._h,28),L},Ve.exports=b},6540:(Ve,j,p)=>{var t=p(3894),e=p(117),f=p(6692),M=p(3502).Buffer,a=new Array(160);function b(){this.init(),this._w=a,f.call(this,128,112)}t(b,e),b.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},b.prototype._hash=function(){var d=M.allocUnsafe(48);function N(h,A,w){d.writeInt32BE(h,w),d.writeInt32BE(A,w+4)}return N(this._ah,this._al,0),N(this._bh,this._bl,8),N(this._ch,this._cl,16),N(this._dh,this._dl,24),N(this._eh,this._el,32),N(this._fh,this._fl,40),d},Ve.exports=b},117:(Ve,j,p)=>{var t=p(3894),e=p(6692),f=p(3502).Buffer,M=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],a=new Array(160);function b(){this.init(),this._w=a,e.call(this,128,112)}function d(U,Z,Y){return Y^U&(Z^Y)}function N(U,Z,Y){return U&Z|Y&(U|Z)}function h(U,Z){return(U>>>28|Z<<4)^(Z>>>2|U<<30)^(Z>>>7|U<<25)}function A(U,Z){return(U>>>14|Z<<18)^(U>>>18|Z<<14)^(Z>>>9|U<<23)}function w(U,Z){return(U>>>1|Z<<31)^(U>>>8|Z<<24)^U>>>7}function D(U,Z){return(U>>>1|Z<<31)^(U>>>8|Z<<24)^(U>>>7|Z<<25)}function L(U,Z){return(U>>>19|Z<<13)^(Z>>>29|U<<3)^U>>>6}function k(U,Z){return(U>>>19|Z<<13)^(Z>>>29|U<<3)^(U>>>6|Z<<26)}function S(U,Z){return U>>>0>>0?1:0}t(b,e),b.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},b.prototype._update=function(U){for(var Z=this._w,Y=0|this._ah,ne=0|this._bh,$=0|this._ch,de=0|this._dh,te=0|this._eh,ie=0|this._fh,oe=0|this._gh,X=0|this._hh,me=0|this._al,y=0|this._bl,i=0|this._cl,r=0|this._dl,u=0|this._el,c=0|this._fl,_=0|this._gl,E=0|this._hl,I=0;I<32;I+=2)Z[I]=U.readInt32BE(4*I),Z[I+1]=U.readInt32BE(4*I+4);for(;I<160;I+=2){var v=Z[I-30],n=Z[I-30+1],C=w(v,n),B=D(n,v),P=L(v=Z[I-4],n=Z[I-4+1]),H=k(n,v),_e=Z[I-32],Ne=Z[I-32+1],we=B+Z[I-14+1]|0,Q=C+Z[I-14]+S(we,B)|0;Q=(Q=Q+P+S(we=we+H|0,H)|0)+_e+S(we=we+Ne|0,Ne)|0,Z[I]=Q,Z[I+1]=we}for(var Ue=0;Ue<160;Ue+=2){Q=Z[Ue],we=Z[Ue+1];var ye=N(Y,ne,$),V=N(me,y,i),De=h(Y,me),dt=h(me,Y),Ie=A(te,u),Ae=A(u,te),le=M[Ue],Te=M[Ue+1],xe=d(te,ie,oe),W=d(u,c,_),ee=E+Ae|0,ue=X+Ie+S(ee,E)|0;ue=(ue=(ue=ue+xe+S(ee=ee+W|0,W)|0)+le+S(ee=ee+Te|0,Te)|0)+Q+S(ee=ee+we|0,we)|0;var Ce=dt+V|0,Le=De+ye+S(Ce,dt)|0;X=oe,E=_,oe=ie,_=c,ie=te,c=u,te=de+ue+S(u=r+ee|0,r)|0,de=$,r=i,$=ne,i=y,ne=Y,y=me,Y=ue+Le+S(me=ee+Ce|0,ee)|0}this._al=this._al+me|0,this._bl=this._bl+y|0,this._cl=this._cl+i|0,this._dl=this._dl+r|0,this._el=this._el+u|0,this._fl=this._fl+c|0,this._gl=this._gl+_|0,this._hl=this._hl+E|0,this._ah=this._ah+Y+S(this._al,me)|0,this._bh=this._bh+ne+S(this._bl,y)|0,this._ch=this._ch+$+S(this._cl,i)|0,this._dh=this._dh+de+S(this._dl,r)|0,this._eh=this._eh+te+S(this._el,u)|0,this._fh=this._fh+ie+S(this._fl,c)|0,this._gh=this._gh+oe+S(this._gl,_)|0,this._hh=this._hh+X+S(this._hl,E)|0},b.prototype._hash=function(){var U=f.allocUnsafe(64);function Z(Y,ne,$){U.writeInt32BE(Y,$),U.writeInt32BE(ne,$+4)}return Z(this._ah,this._al,0),Z(this._bh,this._bl,8),Z(this._ch,this._cl,16),Z(this._dh,this._dl,24),Z(this._eh,this._el,32),Z(this._fh,this._fl,40),Z(this._gh,this._gl,48),Z(this._hh,this._hl,56),U},Ve.exports=b},8012:function(Ve,j,p){!function(t){"use strict";var e={};Ve.exports?(e.bytesToHex=p(6128).bytesToHex,e.convertString=p(5612),Ve.exports=N):(e.bytesToHex=t.convertHex.bytesToHex,e.convertString=t.convertString,t.sha256=N);var f=[];!function(){function h(L){for(var k=Math.sqrt(L),S=2;S<=k;S++)if(!(L%S))return!1;return!0}for(var w=2,D=0;D<64;)h(w)&&(f[D]=4294967296*((L=Math.pow(w,1/3))-(0|L))|0,D++),w++;var L}();var b=[],d=function(h,A,w){for(var D=h[0],L=h[1],k=h[2],S=h[3],U=h[4],Z=h[5],Y=h[6],ne=h[7],$=0;$<64;$++){if($<16)b[$]=0|A[w+$];else{var de=b[$-15],ie=b[$-2];b[$]=((de<<25|de>>>7)^(de<<14|de>>>18)^de>>>3)+b[$-7]+((ie<<15|ie>>>17)^(ie<<13|ie>>>19)^ie>>>10)+b[$-16]}var me=D&L^D&k^L&k,r=ne+((U<<26|U>>>6)^(U<<21|U>>>11)^(U<<7|U>>>25))+(U&Z^~U&Y)+f[$]+b[$];ne=Y,Y=Z,Z=U,U=S+r|0,S=k,k=L,L=D,D=r+(((D<<30|D>>>2)^(D<<19|D>>>13)^(D<<10|D>>>22))+me)|0}h[0]=h[0]+D|0,h[1]=h[1]+L|0,h[2]=h[2]+k|0,h[3]=h[3]+S|0,h[4]=h[4]+U|0,h[5]=h[5]+Z|0,h[6]=h[6]+Y|0,h[7]=h[7]+ne|0};function N(h,A){h.constructor===String&&(h=e.convertString.UTF8.stringToBytes(h));var w=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],D=function(h){for(var A=[],w=0,D=0;w>>5]|=h[w]<<24-D%32;return A}(h),L=8*h.length;D[L>>5]|=128<<24-L%32,D[15+(L+64>>9<<4)]=L;for(var k=0;k>>5]>>>24-w%32&255);return A}(w);return A&&A.asBytes?S:A&&A.asString?e.convertString.bytesToString(S):e.bytesToHex(S)}N.x2=function(h,A){return N(N(h,{asBytes:!0}),A)}}(this)},4315:(Ve,j,p)=>{"use strict";const t=Symbol.prototype.valueOf,e=p(2872);Ve.exports=function f(h,A){switch(e(h)){case"array":return h.slice();case"object":return Object.assign({},h);case"date":return new h.constructor(Number(h));case"map":return new Map(h);case"set":return new Set(h);case"buffer":return function d(h){const A=h.length,w=Buffer.allocUnsafe?Buffer.allocUnsafe(A):Buffer.from(A);return h.copy(w),w}(h);case"symbol":return function N(h){return t?Object(t.call(h)):{}}(h);case"arraybuffer":return function a(h){const A=new h.constructor(h.byteLength);return new Uint8Array(A).set(new Uint8Array(h)),A}(h);case"float32array":case"float64array":case"int16array":case"int32array":case"int8array":case"uint16array":case"uint32array":case"uint8clampedarray":case"uint8array":return function b(h,A){return new h.constructor(h.buffer,h.byteOffset,h.length)}(h);case"regexp":return function M(h){const A=void 0!==h.flags?h.flags:/\w+$/.exec(h)||void 0,w=new h.constructor(h.source,A);return w.lastIndex=h.lastIndex,w}(h);case"error":return Object.create(h);default:return h}}},295:(Ve,j,p)=>{Ve.exports=f;var t=p(9069).EventEmitter;function f(){t.call(this)}p(3894)(f,t),f.Readable=p(3154),f.Writable=p(520),f.Duplex=p(1339),f.Transform=p(6025),f.PassThrough=p(6071),f.finished=p(7542),f.pipeline=p(954),f.Stream=f,f.prototype.pipe=function(M,a){var b=this;function d(k){M.writable&&!1===M.write(k)&&b.pause&&b.pause()}function N(){b.readable&&b.resume&&b.resume()}b.on("data",d),M.on("drain",N),!M._isStdio&&(!a||!1!==a.end)&&(b.on("end",A),b.on("close",w));var h=!1;function A(){h||(h=!0,M.end())}function w(){h||(h=!0,"function"==typeof M.destroy&&M.destroy())}function D(k){if(L(),0===t.listenerCount(this,"error"))throw k}function L(){b.removeListener("data",d),M.removeListener("drain",N),b.removeListener("end",A),b.removeListener("close",w),b.removeListener("error",D),M.removeListener("error",D),b.removeListener("end",L),b.removeListener("close",L),M.removeListener("close",L)}return b.on("error",D),M.on("error",D),b.on("end",L),b.on("close",L),M.on("close",L),M.emit("pipe",b),M}},3054:(Ve,j,p)=>{"use strict";var t=p(858).Buffer,e=t.isEncoding||function(Y){switch((Y=""+Y)&&Y.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function a(Y){var ne;switch(this.encoding=function M(Y){var ne=function f(Y){if(!Y)return"utf8";for(var ne;;)switch(Y){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return Y;default:if(ne)return;Y=(""+Y).toLowerCase(),ne=!0}}(Y);if("string"!=typeof ne&&(t.isEncoding===e||!e(Y)))throw new Error("Unknown encoding: "+Y);return ne||Y}(Y),this.encoding){case"utf16le":this.text=D,this.end=L,ne=4;break;case"utf8":this.fillLast=h,ne=4;break;case"base64":this.text=k,this.end=S,ne=3;break;default:return this.write=U,void(this.end=Z)}this.lastNeed=0,this.lastTotal=0,this.lastChar=t.allocUnsafe(ne)}function b(Y){return Y<=127?0:Y>>5==6?2:Y>>4==14?3:Y>>3==30?4:Y>>6==2?-1:-2}function h(Y){var ne=this.lastTotal-this.lastNeed,$=function N(Y,ne,$){if(128!=(192&ne[0]))return Y.lastNeed=0,"\ufffd";if(Y.lastNeed>1&&ne.length>1){if(128!=(192&ne[1]))return Y.lastNeed=1,"\ufffd";if(Y.lastNeed>2&&ne.length>2&&128!=(192&ne[2]))return Y.lastNeed=2,"\ufffd"}}(this,Y);return void 0!==$?$:this.lastNeed<=Y.length?(Y.copy(this.lastChar,ne,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(Y.copy(this.lastChar,ne,0,Y.length),void(this.lastNeed-=Y.length))}function D(Y,ne){if((Y.length-ne)%2==0){var $=Y.toString("utf16le",ne);if($){var de=$.charCodeAt($.length-1);if(de>=55296&&de<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=Y[Y.length-2],this.lastChar[1]=Y[Y.length-1],$.slice(0,-1)}return $}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=Y[Y.length-1],Y.toString("utf16le",ne,Y.length-1)}function L(Y){var ne=Y&&Y.length?this.write(Y):"";return this.lastNeed?ne+this.lastChar.toString("utf16le",0,this.lastTotal-this.lastNeed):ne}function k(Y,ne){var $=(Y.length-ne)%3;return 0===$?Y.toString("base64",ne):(this.lastNeed=3-$,this.lastTotal=3,1===$?this.lastChar[0]=Y[Y.length-1]:(this.lastChar[0]=Y[Y.length-2],this.lastChar[1]=Y[Y.length-1]),Y.toString("base64",ne,Y.length-$))}function S(Y){var ne=Y&&Y.length?this.write(Y):"";return this.lastNeed?ne+this.lastChar.toString("base64",0,3-this.lastNeed):ne}function U(Y){return Y.toString(this.encoding)}function Z(Y){return Y&&Y.length?this.write(Y):""}j.s=a,a.prototype.write=function(Y){if(0===Y.length)return"";var ne,$;if(this.lastNeed){if(void 0===(ne=this.fillLast(Y)))return"";$=this.lastNeed,this.lastNeed=0}else $=0;return $=0?(te>0&&(Y.lastNeed=te-1),te):--de<$||-2===te?0:(te=b(ne[de]))>=0?(te>0&&(Y.lastNeed=te-2),te):--de<$||-2===te?0:(te=b(ne[de]))>=0?(te>0&&(2===te?te=0:Y.lastNeed=te-3),te):0}(this,Y,ne);if(!this.lastNeed)return Y.toString("utf8",ne);this.lastTotal=$;var de=Y.length-($-this.lastNeed);return Y.copy(this.lastChar,0,de),Y.toString("utf8",ne,de)},a.prototype.fillLast=function(Y){if(this.lastNeed<=Y.length)return Y.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);Y.copy(this.lastChar,this.lastTotal-this.lastNeed,0,Y.length),this.lastNeed-=Y.length}},858:(Ve,j,p)=>{var t=p(3172),e=t.Buffer;function f(a,b){for(var d in a)b[d]=a[d]}function M(a,b,d){return e(a,b,d)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(f(t,j),j.Buffer=M),M.prototype=Object.create(e.prototype),f(e,M),M.from=function(a,b,d){if("number"==typeof a)throw new TypeError("Argument must not be a number");return e(a,b,d)},M.alloc=function(a,b,d){if("number"!=typeof a)throw new TypeError("Argument must be a number");var N=e(a);return void 0!==b?"string"==typeof d?N.fill(b,d):N.fill(b):N.fill(0),N},M.allocUnsafe=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return e(a)},M.allocUnsafeSlow=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return t.SlowBuffer(a)}},2167:(Ve,j,p)=>{var t=p(4606);j.encode=t.encode,j.decode=t.decode},4606:(Ve,j)=>{"use strict";var t=[255,255,26,27,28,29,30,31,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255];j.encode=function(f){Buffer.isBuffer(f)||(f=new Buffer(f));for(var M=0,a=0,b=0,d=0,N=new Buffer(8*function e(f){var M=Math.floor(f.length/5);return f.length%5==0?M:M+1}(f));M3?(d=(d=h&255>>b)<<(b=(b+5)%8)|(M+1>8-b,M++):(d=h>>8-(b+5)&31,0==(b=(b+5)%8)&&M++),N[a]="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567".charCodeAt(d),a++}for(M=a;M>>(M=(M+5)%8),d++,b=255&a<<8-M)}return N.slice(0,d)}},4364:Ve=>{function p(t){try{if(!global.localStorage)return!1}catch(f){return!1}var e=global.localStorage[t];return null!=e&&"true"===String(e).toLowerCase()}Ve.exports=function j(t,e){if(p("noDeprecation"))return t;var f=!1;return function M(){if(!f){if(p("throwDeprecation"))throw new Error(e);p("traceDeprecation")?console.trace(e):console.warn(e),f=!0}return t.apply(this,arguments)}}},655:(Ve,j,p)=>{"use strict";function a(i,r,u,c){var I,_=arguments.length,E=_<3?r:null===c?c=Object.getOwnPropertyDescriptor(r,u):c;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)E=Reflect.decorate(i,r,u,c);else for(var v=i.length-1;v>=0;v--)(I=i[v])&&(E=(_<3?I(E):_>3?I(r,u,E):I(r,u))||E);return _>3&&E&&Object.defineProperty(r,u,E),E}function N(i,r,u,c){return new(u||(u=Promise))(function(E,I){function v(B){try{C(c.next(B))}catch(P){I(P)}}function n(B){try{C(c.throw(B))}catch(P){I(P)}}function C(B){B.done?E(B.value):function _(E){return E instanceof u?E:new u(function(I){I(E)})}(B.value).then(v,n)}C((c=c.apply(i,r||[])).next())})}function Z(i){return this instanceof Z?(this.v=i,this):new Z(i)}function Y(i,r,u){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var _,c=u.apply(i,r||[]),E=[];return _={},I("next"),I("throw"),I("return"),_[Symbol.asyncIterator]=function(){return this},_;function I(H){c[H]&&(_[H]=function(q){return new Promise(function(he,_e){E.push([H,q,he,_e])>1||v(H,q)})})}function v(H,q){try{!function n(H){H.value instanceof Z?Promise.resolve(H.value.v).then(C,B):P(E[0][2],H)}(c[H](q))}catch(he){P(E[0][3],he)}}function C(H){v("next",H)}function B(H){v("throw",H)}function P(H,q){H(q),E.shift(),E.length&&v(E[0][0],E[0][1])}}function $(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var u,r=i[Symbol.asyncIterator];return r?r.call(i):(i=function D(i){var r="function"==typeof Symbol&&Symbol.iterator,u=r&&i[r],c=0;if(u)return u.call(i);if(i&&"number"==typeof i.length)return{next:function(){return i&&c>=i.length&&(i=void 0),{value:i&&i[c++],done:!i}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}(i),u={},c("next"),c("throw"),c("return"),u[Symbol.asyncIterator]=function(){return this},u);function c(E){u[E]=i[E]&&function(I){return new Promise(function(v,n){!function _(E,I,v,n){Promise.resolve(n).then(function(C){E({value:C,done:v})},I)}(v,n,(I=i[E](I)).done,I.value)})}}}p.d(j,{FC:()=>Y,KL:()=>$,gn:()=>a,mG:()=>N,qq:()=>Z})},950:()=>{},6601:()=>{},8623:()=>{},7748:()=>{},5568:()=>{},6619:()=>{},7108:()=>{},2361:()=>{},4616:()=>{},1777:(Ve,j,p)=>{"use strict";p.d(j,{F4:()=>A,IO:()=>S,LC:()=>e,SB:()=>h,X$:()=>M,ZE:()=>ne,ZN:()=>Y,_j:()=>t,eR:()=>w,jt:()=>a,k1:()=>$,l3:()=>f,oB:()=>N,pV:()=>L,ru:()=>b,vP:()=>d});class t{}class e{}const f="*";function M(de,te){return{type:7,name:de,definitions:te,options:{}}}function a(de,te=null){return{type:4,styles:te,timings:de}}function b(de,te=null){return{type:3,steps:de,options:te}}function d(de,te=null){return{type:2,steps:de,options:te}}function N(de){return{type:6,styles:de,offset:null}}function h(de,te,ie){return{type:0,name:de,styles:te,options:ie}}function A(de){return{type:5,steps:de}}function w(de,te,ie=null){return{type:1,expr:de,animation:te,options:ie}}function L(de=null){return{type:9,options:de}}function S(de,te,ie=null){return{type:11,selector:de,animation:te,options:ie}}function Z(de){Promise.resolve(null).then(de)}class Y{constructor(te=0,ie=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this._position=0,this.parentPlayer=null,this.totalTime=te+ie}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(te=>te()),this._onDoneFns=[])}onStart(te){this._onStartFns.push(te)}onDone(te){this._onDoneFns.push(te)}onDestroy(te){this._onDestroyFns.push(te)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){Z(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(te=>te()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(te=>te()),this._onDestroyFns=[])}reset(){this._started=!1}setPosition(te){this._position=this.totalTime?te*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(te){const ie="start"==te?this._onStartFns:this._onDoneFns;ie.forEach(oe=>oe()),ie.length=0}}class ne{constructor(te){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=te;let ie=0,oe=0,X=0;const me=this.players.length;0==me?Z(()=>this._onFinish()):this.players.forEach(y=>{y.onDone(()=>{++ie==me&&this._onFinish()}),y.onDestroy(()=>{++oe==me&&this._onDestroy()}),y.onStart(()=>{++X==me&&this._onStart()})}),this.totalTime=this.players.reduce((y,i)=>Math.max(y,i.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(te=>te()),this._onDoneFns=[])}init(){this.players.forEach(te=>te.init())}onStart(te){this._onStartFns.push(te)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(te=>te()),this._onStartFns=[])}onDone(te){this._onDoneFns.push(te)}onDestroy(te){this._onDestroyFns.push(te)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(te=>te.play())}pause(){this.players.forEach(te=>te.pause())}restart(){this.players.forEach(te=>te.restart())}finish(){this._onFinish(),this.players.forEach(te=>te.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(te=>te.destroy()),this._onDestroyFns.forEach(te=>te()),this._onDestroyFns=[])}reset(){this.players.forEach(te=>te.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(te){const ie=te*this.totalTime;this.players.forEach(oe=>{const X=oe.totalTime?Math.min(1,ie/oe.totalTime):1;oe.setPosition(X)})}getPosition(){const te=this.players.reduce((ie,oe)=>null===ie||oe.totalTime>ie.totalTime?oe:ie,null);return null!=te?te.getPosition():0}beforeDestroy(){this.players.forEach(te=>{te.beforeDestroy&&te.beforeDestroy()})}triggerCallback(te){const ie="start"==te?this._onStartFns:this._onDoneFns;ie.forEach(oe=>oe()),ie.length=0}}const $="!"},5664:(Ve,j,p)=>{"use strict";p.d(j,{$s:()=>y,Em:()=>_,Kd:()=>ui,X6:()=>Te,ic:()=>I,kH:()=>Nt,mK:()=>V,qV:()=>ye,qm:()=>ei,rt:()=>Yt,s1:()=>c,tE:()=>xt,yG:()=>xe});var t=p(9808),e=p(5e3),f=p(925),M=p(7579),a=p(727),b=p(1135),d=p(9646),N=p(1159),h=p(8505),A=p(8372),w=p(9300),D=p(4004),L=p(5698),k=p(5684),S=p(1884),U=p(2722),Z=p(3191),Y=p(7144);function te(Pe,Oe){return(Pe.getAttribute(Oe)||"").match(/\S+/g)||[]}const oe="cdk-describedby-message",X="cdk-describedby-host";let me=0,y=(()=>{class Pe{constructor(ce,be){this._platform=be,this._messageRegistry=new Map,this._messagesContainer=null,this._id=""+me++,this._document=ce}describe(ce,be,pt){if(!this._canBeDescribed(ce,be))return;const mt=i(be,pt);"string"!=typeof be?(r(be),this._messageRegistry.set(mt,{messageElement:be,referenceCount:0})):this._messageRegistry.has(mt)||this._createMessageElement(be,pt),this._isElementDescribedByMessage(ce,mt)||this._addMessageReference(ce,mt)}removeDescription(ce,be,pt){var mt;if(!be||!this._isElementNode(ce))return;const Ht=i(be,pt);if(this._isElementDescribedByMessage(ce,Ht)&&this._removeMessageReference(ce,Ht),"string"==typeof be){const it=this._messageRegistry.get(Ht);it&&0===it.referenceCount&&this._deleteMessageElement(Ht)}0===(null===(mt=this._messagesContainer)||void 0===mt?void 0:mt.childNodes.length)&&(this._messagesContainer.remove(),this._messagesContainer=null)}ngOnDestroy(){var ce;const be=this._document.querySelectorAll(`[${X}="${this._id}"]`);for(let pt=0;pt0!=pt.indexOf(oe));ce.setAttribute("aria-describedby",be.join(" "))}_addMessageReference(ce,be){const pt=this._messageRegistry.get(be);(function $(Pe,Oe,ce){const be=te(Pe,Oe);be.some(pt=>pt.trim()==ce.trim())||(be.push(ce.trim()),Pe.setAttribute(Oe,be.join(" ")))})(ce,"aria-describedby",pt.messageElement.id),ce.setAttribute(X,this._id),pt.referenceCount++}_removeMessageReference(ce,be){const pt=this._messageRegistry.get(be);pt.referenceCount--,function de(Pe,Oe,ce){const pt=te(Pe,Oe).filter(mt=>mt!=ce.trim());pt.length?Pe.setAttribute(Oe,pt.join(" ")):Pe.removeAttribute(Oe)}(ce,"aria-describedby",pt.messageElement.id),ce.removeAttribute(X)}_isElementDescribedByMessage(ce,be){const pt=te(ce,"aria-describedby"),mt=this._messageRegistry.get(be),Ht=mt&&mt.messageElement.id;return!!Ht&&-1!=pt.indexOf(Ht)}_canBeDescribed(ce,be){if(!this._isElementNode(ce))return!1;if(be&&"object"==typeof be)return!0;const pt=null==be?"":`${be}`.trim(),mt=ce.getAttribute("aria-label");return!(!pt||mt&&mt.trim()===pt)}_isElementNode(ce){return ce.nodeType===this._document.ELEMENT_NODE}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(t.K0),e.LFG(f.t4))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})();function i(Pe,Oe){return"string"==typeof Pe?`${Oe||""}/${Pe}`:Pe}function r(Pe){Pe.id||(Pe.id=`${oe}-${me++}`)}class u{constructor(Oe){this._items=Oe,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._letterKeyStream=new M.x,this._typeaheadSubscription=a.w0.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._homeAndEnd=!1,this._skipPredicateFn=ce=>ce.disabled,this._pressedLetters=[],this.tabOut=new M.x,this.change=new M.x,Oe instanceof e.n_E&&Oe.changes.subscribe(ce=>{if(this._activeItem){const pt=ce.toArray().indexOf(this._activeItem);pt>-1&&pt!==this._activeItemIndex&&(this._activeItemIndex=pt)}})}skipPredicate(Oe){return this._skipPredicateFn=Oe,this}withWrap(Oe=!0){return this._wrap=Oe,this}withVerticalOrientation(Oe=!0){return this._vertical=Oe,this}withHorizontalOrientation(Oe){return this._horizontal=Oe,this}withAllowedModifierKeys(Oe){return this._allowedModifierKeys=Oe,this}withTypeAhead(Oe=200){return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe((0,h.b)(ce=>this._pressedLetters.push(ce)),(0,A.b)(Oe),(0,w.h)(()=>this._pressedLetters.length>0),(0,D.U)(()=>this._pressedLetters.join(""))).subscribe(ce=>{const be=this._getItemsArray();for(let pt=1;pt!Oe[mt]||this._allowedModifierKeys.indexOf(mt)>-1);switch(ce){case N.Mf:return void this.tabOut.next();case N.JH:if(this._vertical&&pt){this.setNextItemActive();break}return;case N.LH:if(this._vertical&&pt){this.setPreviousItemActive();break}return;case N.SV:if(this._horizontal&&pt){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case N.oh:if(this._horizontal&&pt){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;case N.Sd:if(this._homeAndEnd&&pt){this.setFirstItemActive();break}return;case N.uR:if(this._homeAndEnd&&pt){this.setLastItemActive();break}return;default:return void((pt||(0,N.Vb)(Oe,"shiftKey"))&&(Oe.key&&1===Oe.key.length?this._letterKeyStream.next(Oe.key.toLocaleUpperCase()):(ce>=N.A&&ce<=N.Z||ce>=N.xE&&ce<=N.aO)&&this._letterKeyStream.next(String.fromCharCode(ce))))}this._pressedLetters=[],Oe.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem}isTyping(){return this._pressedLetters.length>0}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._items.length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(Oe){const ce=this._getItemsArray(),be="number"==typeof Oe?Oe:ce.indexOf(Oe),pt=ce[be];this._activeItem=null==pt?null:pt,this._activeItemIndex=be}_setActiveItemByDelta(Oe){this._wrap?this._setActiveInWrapMode(Oe):this._setActiveInDefaultMode(Oe)}_setActiveInWrapMode(Oe){const ce=this._getItemsArray();for(let be=1;be<=ce.length;be++){const pt=(this._activeItemIndex+Oe*be+ce.length)%ce.length;if(!this._skipPredicateFn(ce[pt]))return void this.setActiveItem(pt)}}_setActiveInDefaultMode(Oe){this._setActiveItemByIndex(this._activeItemIndex+Oe,Oe)}_setActiveItemByIndex(Oe,ce){const be=this._getItemsArray();if(be[Oe]){for(;this._skipPredicateFn(be[Oe]);)if(!be[Oe+=ce])return;this.setActiveItem(Oe)}}_getItemsArray(){return this._items instanceof e.n_E?this._items.toArray():this._items}}class c extends u{setActiveItem(Oe){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(Oe),this.activeItem&&this.activeItem.setActiveStyles()}}class _ extends u{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(Oe){return this._origin=Oe,this}setActiveItem(Oe){super.setActiveItem(Oe),this.activeItem&&this.activeItem.focus(this._origin)}}let I=(()=>{class Pe{constructor(ce){this._platform=ce}isDisabled(ce){return ce.hasAttribute("disabled")}isVisible(ce){return function n(Pe){return!!(Pe.offsetWidth||Pe.offsetHeight||"function"==typeof Pe.getClientRects&&Pe.getClientRects().length)}(ce)&&"visible"===getComputedStyle(ce).visibility}isTabbable(ce){if(!this._platform.isBrowser)return!1;const be=function v(Pe){try{return Pe.frameElement}catch(Oe){return null}}(function Q(Pe){return Pe.ownerDocument&&Pe.ownerDocument.defaultView||window}(ce));if(be&&(-1===_e(be)||!this.isVisible(be)))return!1;let pt=ce.nodeName.toLowerCase(),mt=_e(ce);return ce.hasAttribute("contenteditable")?-1!==mt:!("iframe"===pt||"object"===pt||this._platform.WEBKIT&&this._platform.IOS&&!function Ne(Pe){let Oe=Pe.nodeName.toLowerCase(),ce="input"===Oe&&Pe.type;return"text"===ce||"password"===ce||"select"===Oe||"textarea"===Oe}(ce))&&("audio"===pt?!!ce.hasAttribute("controls")&&-1!==mt:"video"===pt?-1!==mt&&(null!==mt||this._platform.FIREFOX||ce.hasAttribute("controls")):ce.tabIndex>=0)}isFocusable(ce,be){return function we(Pe){return!function B(Pe){return function H(Pe){return"input"==Pe.nodeName.toLowerCase()}(Pe)&&"hidden"==Pe.type}(Pe)&&(function C(Pe){let Oe=Pe.nodeName.toLowerCase();return"input"===Oe||"select"===Oe||"button"===Oe||"textarea"===Oe}(Pe)||function P(Pe){return function q(Pe){return"a"==Pe.nodeName.toLowerCase()}(Pe)&&Pe.hasAttribute("href")}(Pe)||Pe.hasAttribute("contenteditable")||he(Pe))}(ce)&&!this.isDisabled(ce)&&((null==be?void 0:be.ignoreVisibility)||this.isVisible(ce))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(f.t4))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})();function he(Pe){if(!Pe.hasAttribute("tabindex")||void 0===Pe.tabIndex)return!1;let Oe=Pe.getAttribute("tabindex");return!(!Oe||isNaN(parseInt(Oe,10)))}function _e(Pe){if(!he(Pe))return null;const Oe=parseInt(Pe.getAttribute("tabindex")||"",10);return isNaN(Oe)?-1:Oe}class Ue{constructor(Oe,ce,be,pt,mt=!1){this._element=Oe,this._checker=ce,this._ngZone=be,this._document=pt,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,mt||this.attachAnchors()}get enabled(){return this._enabled}set enabled(Oe){this._enabled=Oe,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(Oe,this._startAnchor),this._toggleAnchorTabIndex(Oe,this._endAnchor))}destroy(){const Oe=this._startAnchor,ce=this._endAnchor;Oe&&(Oe.removeEventListener("focus",this.startAnchorListener),Oe.remove()),ce&&(ce.removeEventListener("focus",this.endAnchorListener),ce.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(Oe){return new Promise(ce=>{this._executeOnStable(()=>ce(this.focusInitialElement(Oe)))})}focusFirstTabbableElementWhenReady(Oe){return new Promise(ce=>{this._executeOnStable(()=>ce(this.focusFirstTabbableElement(Oe)))})}focusLastTabbableElementWhenReady(Oe){return new Promise(ce=>{this._executeOnStable(()=>ce(this.focusLastTabbableElement(Oe)))})}_getRegionBoundary(Oe){const ce=this._element.querySelectorAll(`[cdk-focus-region-${Oe}], [cdkFocusRegion${Oe}], [cdk-focus-${Oe}]`);return"start"==Oe?ce.length?ce[0]:this._getFirstTabbableElement(this._element):ce.length?ce[ce.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(Oe){const ce=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(ce){if(!this._checker.isFocusable(ce)){const be=this._getFirstTabbableElement(ce);return null==be||be.focus(Oe),!!be}return ce.focus(Oe),!0}return this.focusFirstTabbableElement(Oe)}focusFirstTabbableElement(Oe){const ce=this._getRegionBoundary("start");return ce&&ce.focus(Oe),!!ce}focusLastTabbableElement(Oe){const ce=this._getRegionBoundary("end");return ce&&ce.focus(Oe),!!ce}hasAttached(){return this._hasAttached}_getFirstTabbableElement(Oe){if(this._checker.isFocusable(Oe)&&this._checker.isTabbable(Oe))return Oe;const ce=Oe.children;for(let be=0;be=0;be--){const pt=ce[be].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(ce[be]):null;if(pt)return pt}return null}_createAnchor(){const Oe=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,Oe),Oe.classList.add("cdk-visually-hidden"),Oe.classList.add("cdk-focus-trap-anchor"),Oe.setAttribute("aria-hidden","true"),Oe}_toggleAnchorTabIndex(Oe,ce){Oe?ce.setAttribute("tabindex","0"):ce.removeAttribute("tabindex")}toggleAnchors(Oe){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(Oe,this._startAnchor),this._toggleAnchorTabIndex(Oe,this._endAnchor))}_executeOnStable(Oe){this._ngZone.isStable?Oe():this._ngZone.onStable.pipe((0,L.q)(1)).subscribe(Oe)}}let ye=(()=>{class Pe{constructor(ce,be,pt){this._checker=ce,this._ngZone=be,this._document=pt}create(ce,be=!1){return new Ue(ce,this._checker,this._ngZone,this._document,be)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(I),e.LFG(e.R0b),e.LFG(t.K0))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})(),V=(()=>{class Pe{constructor(ce,be,pt){this._elementRef=ce,this._focusTrapFactory=be,this._previouslyFocusedElement=null,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}get enabled(){return this.focusTrap.enabled}set enabled(ce){this.focusTrap.enabled=(0,Z.Ig)(ce)}get autoCapture(){return this._autoCapture}set autoCapture(ce){this._autoCapture=(0,Z.Ig)(ce)}ngOnDestroy(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()}ngOnChanges(ce){const be=ce.autoCapture;be&&!be.firstChange&&this.autoCapture&&this.focusTrap.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=(0,f.ht)(),this.focusTrap.focusInitialElementWhenReady()}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.Y36(e.SBq),e.Y36(ye),e.Y36(t.K0))},Pe.\u0275dir=e.lG2({type:Pe,selectors:[["","cdkTrapFocus",""]],inputs:{enabled:["cdkTrapFocus","enabled"],autoCapture:["cdkTrapFocusAutoCapture","autoCapture"]},exportAs:["cdkTrapFocus"],features:[e.TTD]}),Pe})();function Te(Pe){return 0===Pe.buttons||0===Pe.offsetX&&0===Pe.offsetY}function xe(Pe){const Oe=Pe.touches&&Pe.touches[0]||Pe.changedTouches&&Pe.changedTouches[0];return!(!Oe||-1!==Oe.identifier||null!=Oe.radiusX&&1!==Oe.radiusX||null!=Oe.radiusY&&1!==Oe.radiusY)}const W=new e.OlP("cdk-input-modality-detector-options"),ee={ignoreKeys:[N.zL,N.jx,N.b2,N.MW,N.JU]},Ce=(0,f.i$)({passive:!0,capture:!0});let Le=(()=>{class Pe{constructor(ce,be,pt,mt){this._platform=ce,this._mostRecentTarget=null,this._modality=new b.X(null),this._lastTouchMs=0,this._onKeydown=Ht=>{var it,Re;(null===(Re=null===(it=this._options)||void 0===it?void 0:it.ignoreKeys)||void 0===Re?void 0:Re.some(tt=>tt===Ht.keyCode))||(this._modality.next("keyboard"),this._mostRecentTarget=(0,f.sA)(Ht))},this._onMousedown=Ht=>{Date.now()-this._lastTouchMs<650||(this._modality.next(Te(Ht)?"keyboard":"mouse"),this._mostRecentTarget=(0,f.sA)(Ht))},this._onTouchstart=Ht=>{xe(Ht)?this._modality.next("keyboard"):(this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=(0,f.sA)(Ht))},this._options=Object.assign(Object.assign({},ee),mt),this.modalityDetected=this._modality.pipe((0,k.T)(1)),this.modalityChanged=this.modalityDetected.pipe((0,S.x)()),ce.isBrowser&&be.runOutsideAngular(()=>{pt.addEventListener("keydown",this._onKeydown,Ce),pt.addEventListener("mousedown",this._onMousedown,Ce),pt.addEventListener("touchstart",this._onTouchstart,Ce)})}get mostRecentModality(){return this._modality.value}ngOnDestroy(){this._modality.complete(),this._platform.isBrowser&&(document.removeEventListener("keydown",this._onKeydown,Ce),document.removeEventListener("mousedown",this._onMousedown,Ce),document.removeEventListener("touchstart",this._onTouchstart,Ce))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(f.t4),e.LFG(e.R0b),e.LFG(t.K0),e.LFG(W,8))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})();const ut=new e.OlP("liveAnnouncerElement",{providedIn:"root",factory:function ht(){return null}}),It=new e.OlP("LIVE_ANNOUNCER_DEFAULT_OPTIONS");let ui=(()=>{class Pe{constructor(ce,be,pt,mt){this._ngZone=be,this._defaultOptions=mt,this._document=pt,this._liveElement=ce||this._createLiveElement()}announce(ce,...be){const pt=this._defaultOptions;let mt,Ht;return 1===be.length&&"number"==typeof be[0]?Ht=be[0]:[mt,Ht]=be,this.clear(),clearTimeout(this._previousTimeout),mt||(mt=pt&&pt.politeness?pt.politeness:"polite"),null==Ht&&pt&&(Ht=pt.duration),this._liveElement.setAttribute("aria-live",mt),this._ngZone.runOutsideAngular(()=>(this._currentPromise||(this._currentPromise=new Promise(it=>this._currentResolve=it)),clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=ce,"number"==typeof Ht&&(this._previousTimeout=setTimeout(()=>this.clear(),Ht)),this._currentResolve(),this._currentPromise=this._currentResolve=void 0},100),this._currentPromise))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){var ce,be;clearTimeout(this._previousTimeout),null===(ce=this._liveElement)||void 0===ce||ce.remove(),this._liveElement=null,null===(be=this._currentResolve)||void 0===be||be.call(this),this._currentPromise=this._currentResolve=void 0}_createLiveElement(){const ce="cdk-live-announcer-element",be=this._document.getElementsByClassName(ce),pt=this._document.createElement("div");for(let mt=0;mt{class Pe{constructor(ce,be,pt,mt,Ht){this._ngZone=ce,this._platform=be,this._inputModalityDetector=pt,this._origin=null,this._windowFocused=!1,this._originFromTouchInteraction=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=window.setTimeout(()=>this._windowFocused=!1)},this._stopInputModalityDetector=new M.x,this._rootNodeFocusAndBlurListener=it=>{const Re=(0,f.sA)(it),tt="focus"===it.type?this._onFocus:this._onBlur;for(let Xe=Re;Xe;Xe=Xe.parentElement)tt.call(this,it,Xe)},this._document=mt,this._detectionMode=(null==Ht?void 0:Ht.detectionMode)||0}monitor(ce,be=!1){const pt=(0,Z.fI)(ce);if(!this._platform.isBrowser||1!==pt.nodeType)return(0,d.of)(null);const mt=(0,f.kV)(pt)||this._getDocument(),Ht=this._elementInfo.get(pt);if(Ht)return be&&(Ht.checkChildren=!0),Ht.subject;const it={checkChildren:be,subject:new M.x,rootNode:mt};return this._elementInfo.set(pt,it),this._registerGlobalListeners(it),it.subject}stopMonitoring(ce){const be=(0,Z.fI)(ce),pt=this._elementInfo.get(be);pt&&(pt.subject.complete(),this._setClasses(be),this._elementInfo.delete(be),this._removeGlobalListeners(pt))}focusVia(ce,be,pt){const mt=(0,Z.fI)(ce);mt===this._getDocument().activeElement?this._getClosestElementsInfo(mt).forEach(([it,Re])=>this._originChanged(it,be,Re)):(this._setOrigin(be),"function"==typeof mt.focus&&mt.focus(pt))}ngOnDestroy(){this._elementInfo.forEach((ce,be)=>this.stopMonitoring(be))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(ce){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(ce)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:"program"}_shouldBeAttributedToTouch(ce){return 1===this._detectionMode||!!(null==ce?void 0:ce.contains(this._inputModalityDetector._mostRecentTarget))}_setClasses(ce,be){ce.classList.toggle("cdk-focused",!!be),ce.classList.toggle("cdk-touch-focused","touch"===be),ce.classList.toggle("cdk-keyboard-focused","keyboard"===be),ce.classList.toggle("cdk-mouse-focused","mouse"===be),ce.classList.toggle("cdk-program-focused","program"===be)}_setOrigin(ce,be=!1){this._ngZone.runOutsideAngular(()=>{this._origin=ce,this._originFromTouchInteraction="touch"===ce&&be,0===this._detectionMode&&(clearTimeout(this._originTimeoutId),this._originTimeoutId=setTimeout(()=>this._origin=null,this._originFromTouchInteraction?650:1))})}_onFocus(ce,be){const pt=this._elementInfo.get(be),mt=(0,f.sA)(ce);!pt||!pt.checkChildren&&be!==mt||this._originChanged(be,this._getFocusOrigin(mt),pt)}_onBlur(ce,be){const pt=this._elementInfo.get(be);!pt||pt.checkChildren&&ce.relatedTarget instanceof Node&&be.contains(ce.relatedTarget)||(this._setClasses(be),this._emitOrigin(pt.subject,null))}_emitOrigin(ce,be){this._ngZone.run(()=>ce.next(be))}_registerGlobalListeners(ce){if(!this._platform.isBrowser)return;const be=ce.rootNode,pt=this._rootNodeFocusListenerCount.get(be)||0;pt||this._ngZone.runOutsideAngular(()=>{be.addEventListener("focus",this._rootNodeFocusAndBlurListener,hi),be.addEventListener("blur",this._rootNodeFocusAndBlurListener,hi)}),this._rootNodeFocusListenerCount.set(be,pt+1),1==++this._monitoredElementCount&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe((0,U.R)(this._stopInputModalityDetector)).subscribe(mt=>{this._setOrigin(mt,!0)}))}_removeGlobalListeners(ce){const be=ce.rootNode;if(this._rootNodeFocusListenerCount.has(be)){const pt=this._rootNodeFocusListenerCount.get(be);pt>1?this._rootNodeFocusListenerCount.set(be,pt-1):(be.removeEventListener("focus",this._rootNodeFocusAndBlurListener,hi),be.removeEventListener("blur",this._rootNodeFocusAndBlurListener,hi),this._rootNodeFocusListenerCount.delete(be))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(ce,be,pt){this._setClasses(ce,be),this._emitOrigin(pt.subject,be),this._lastFocusOrigin=be}_getClosestElementsInfo(ce){const be=[];return this._elementInfo.forEach((pt,mt)=>{(mt===ce||pt.checkChildren&&mt.contains(ce))&&be.push([mt,pt])}),be}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(e.R0b),e.LFG(f.t4),e.LFG(Le),e.LFG(t.K0,8),e.LFG(Gt,8))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})(),Nt=(()=>{class Pe{constructor(ce,be){this._elementRef=ce,this._focusMonitor=be,this.cdkFocusChange=new e.vpe}ngAfterViewInit(){const ce=this._elementRef.nativeElement;this._monitorSubscription=this._focusMonitor.monitor(ce,1===ce.nodeType&&ce.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(be=>this.cdkFocusChange.emit(be))}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.Y36(e.SBq),e.Y36(xt))},Pe.\u0275dir=e.lG2({type:Pe,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"}}),Pe})();const Ct="cdk-high-contrast-black-on-white",et="cdk-high-contrast-white-on-black",yt="cdk-high-contrast-active";let ei=(()=>{class Pe{constructor(ce,be){this._platform=ce,this._document=be}getHighContrastMode(){if(!this._platform.isBrowser)return 0;const ce=this._document.createElement("div");ce.style.backgroundColor="rgb(1,2,3)",ce.style.position="absolute",this._document.body.appendChild(ce);const be=this._document.defaultView||window,pt=be&&be.getComputedStyle?be.getComputedStyle(ce):null,mt=(pt&&pt.backgroundColor||"").replace(/ /g,"");switch(ce.remove(),mt){case"rgb(0,0,0)":return 2;case"rgb(255,255,255)":return 1}return 0}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){const ce=this._document.body.classList;ce.remove(yt),ce.remove(Ct),ce.remove(et),this._hasCheckedHighContrastMode=!0;const be=this.getHighContrastMode();1===be?(ce.add(yt),ce.add(Ct)):2===be&&(ce.add(yt),ce.add(et))}}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(f.t4),e.LFG(t.K0))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})(),Yt=(()=>{class Pe{constructor(ce){ce._applyBodyHighContrastModeCssClasses()}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(ei))},Pe.\u0275mod=e.oAB({type:Pe}),Pe.\u0275inj=e.cJS({imports:[[Y.Q8]]}),Pe})()},226:(Ve,j,p)=>{"use strict";p.d(j,{Is:()=>d,vT:()=>h});var t=p(5e3),e=p(9808);const f=new t.OlP("cdk-dir-doc",{providedIn:"root",factory:function M(){return(0,t.f3M)(e.K0)}}),a=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;let d=(()=>{class A{constructor(D){if(this.value="ltr",this.change=new t.vpe,D){const k=D.documentElement?D.documentElement.dir:null;this.value=function b(A){const w=(null==A?void 0:A.toLowerCase())||"";return"auto"===w&&"undefined"!=typeof navigator&&(null==navigator?void 0:navigator.language)?a.test(navigator.language)?"rtl":"ltr":"rtl"===w?"rtl":"ltr"}((D.body?D.body.dir:null)||k||"ltr")}}ngOnDestroy(){this.change.complete()}}return A.\u0275fac=function(D){return new(D||A)(t.LFG(f,8))},A.\u0275prov=t.Yz7({token:A,factory:A.\u0275fac,providedIn:"root"}),A})(),h=(()=>{class A{}return A.\u0275fac=function(D){return new(D||A)},A.\u0275mod=t.oAB({type:A}),A.\u0275inj=t.cJS({}),A})()},3191:(Ve,j,p)=>{"use strict";p.d(j,{Eq:()=>a,HM:()=>b,Ig:()=>e,du:()=>N,fI:()=>d,su:()=>f,t6:()=>M});var t=p(5e3);function e(h){return null!=h&&"false"!=`${h}`}function f(h,A=0){return M(h)?Number(h):A}function M(h){return!isNaN(parseFloat(h))&&!isNaN(Number(h))}function a(h){return Array.isArray(h)?h:[h]}function b(h){return null==h?"":"string"==typeof h?h:`${h}px`}function d(h){return h instanceof t.SBq?h.nativeElement:h}function N(h,A=/\s+/){const w=[];if(null!=h){const D=Array.isArray(h)?h:`${h}`.split(A);for(const L of D){const k=`${L}`.trim();k&&w.push(k)}}return w}},449:(Ve,j,p)=>{"use strict";p.d(j,{A8:()=>A,Ov:()=>N,Z9:()=>M,eX:()=>d,k:()=>w,o2:()=>f,yy:()=>b});var t=p(7579),e=p(5e3);class f{}function M(D){return D&&"function"==typeof D.connect}class b{applyChanges(L,k,S,U,Z){L.forEachOperation((Y,ne,$)=>{let de,te;if(null==Y.previousIndex){const ie=S(Y,ne,$);de=k.createEmbeddedView(ie.templateRef,ie.context,ie.index),te=1}else null==$?(k.remove(ne),te=3):(de=k.get(ne),k.move(de,$),te=2);Z&&Z({context:null==de?void 0:de.context,operation:te,record:Y})})}detach(){}}class d{constructor(){this.viewCacheSize=20,this._viewCache=[]}applyChanges(L,k,S,U,Z){L.forEachOperation((Y,ne,$)=>{let de,te;null==Y.previousIndex?(de=this._insertView(()=>S(Y,ne,$),$,k,U(Y)),te=de?1:0):null==$?(this._detachAndCacheView(ne,k),te=3):(de=this._moveView(ne,$,k,U(Y)),te=2),Z&&Z({context:null==de?void 0:de.context,operation:te,record:Y})})}detach(){for(const L of this._viewCache)L.destroy();this._viewCache=[]}_insertView(L,k,S,U){const Z=this._insertViewFromCache(k,S);if(Z)return void(Z.context.$implicit=U);const Y=L();return S.createEmbeddedView(Y.templateRef,Y.context,Y.index)}_detachAndCacheView(L,k){const S=k.detach(L);this._maybeCacheView(S,k)}_moveView(L,k,S,U){const Z=S.get(L);return S.move(Z,k),Z.context.$implicit=U,Z}_maybeCacheView(L,k){if(this._viewCache.lengththis._markSelected(U)):this._markSelected(k[0]),this._selectedToEmit.length=0)}get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}select(...L){this._verifyValueAssignment(L),L.forEach(k=>this._markSelected(k)),this._emitChangeEvent()}deselect(...L){this._verifyValueAssignment(L),L.forEach(k=>this._unmarkSelected(k)),this._emitChangeEvent()}toggle(L){this.isSelected(L)?this.deselect(L):this.select(L)}clear(){this._unmarkAll(),this._emitChangeEvent()}isSelected(L){return this._selection.has(L)}isEmpty(){return 0===this._selection.size}hasValue(){return!this.isEmpty()}sort(L){this._multiple&&this.selected&&this._selected.sort(L)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(L){this.isSelected(L)||(this._multiple||this._unmarkAll(),this._selection.add(L),this._emitChanges&&this._selectedToEmit.push(L))}_unmarkSelected(L){this.isSelected(L)&&(this._selection.delete(L),this._emitChanges&&this._deselectedToEmit.push(L))}_unmarkAll(){this.isEmpty()||this._selection.forEach(L=>this._unmarkSelected(L))}_verifyValueAssignment(L){}}let A=(()=>{class D{constructor(){this._listeners=[]}notify(k,S){for(let U of this._listeners)U(k,S)}listen(k){return this._listeners.push(k),()=>{this._listeners=this._listeners.filter(S=>k!==S)}}ngOnDestroy(){this._listeners=[]}}return D.\u0275fac=function(k){return new(k||D)},D.\u0275prov=e.Yz7({token:D,factory:D.\u0275fac,providedIn:"root"}),D})();const w=new e.OlP("_ViewRepeater")},1159:(Ve,j,p)=>{"use strict";p.d(j,{A:()=>P,JH:()=>$,JU:()=>b,K5:()=>a,Ku:()=>L,LH:()=>Y,L_:()=>D,MW:()=>ui,Mf:()=>f,SV:()=>ne,Sd:()=>U,VM:()=>k,Vb:()=>Ft,Z:()=>It,ZH:()=>e,aO:()=>I,b2:()=>nt,hY:()=>w,jx:()=>d,oh:()=>Z,uR:()=>S,xE:()=>X,yY:()=>oe,zL:()=>N});const e=8,f=9,a=13,b=16,d=17,N=18,w=27,D=32,L=33,k=34,S=35,U=36,Z=37,Y=38,ne=39,$=40,oe=46,X=48,I=57,P=65,It=90,ui=91,nt=224;function Ft(Kt,...mi){return mi.length?mi.some(Ni=>Kt[Ni]):Kt.altKey||Kt.shiftKey||Kt.ctrlKey||Kt.metaKey}},5113:(Ve,j,p)=>{"use strict";p.d(j,{Yg:()=>$,u3:()=>te,xu:()=>k});var t=p(5e3),e=p(3191),f=p(7579),M=p(9841),a=p(7272),b=p(8306),d=p(5698),N=p(5684),h=p(8372),A=p(4004),w=p(8675),D=p(2722),L=p(925);let k=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=t.oAB({type:ie}),ie.\u0275inj=t.cJS({}),ie})();const S=new Set;let U,Z=(()=>{class ie{constructor(X){this._platform=X,this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):ne}matchMedia(X){return(this._platform.WEBKIT||this._platform.BLINK)&&function Y(ie){if(!S.has(ie))try{U||(U=document.createElement("style"),U.setAttribute("type","text/css"),document.head.appendChild(U)),U.sheet&&(U.sheet.insertRule(`@media ${ie} {body{ }}`,0),S.add(ie))}catch(oe){console.error(oe)}}(X),this._matchMedia(X)}}return ie.\u0275fac=function(X){return new(X||ie)(t.LFG(L.t4))},ie.\u0275prov=t.Yz7({token:ie,factory:ie.\u0275fac,providedIn:"root"}),ie})();function ne(ie){return{matches:"all"===ie||""===ie,media:ie,addListener:()=>{},removeListener:()=>{}}}let $=(()=>{class ie{constructor(X,me){this._mediaMatcher=X,this._zone=me,this._queries=new Map,this._destroySubject=new f.x}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(X){return de((0,e.Eq)(X)).some(y=>this._registerQuery(y).mql.matches)}observe(X){const y=de((0,e.Eq)(X)).map(r=>this._registerQuery(r).observable);let i=(0,M.a)(y);return i=(0,a.z)(i.pipe((0,d.q)(1)),i.pipe((0,N.T)(1),(0,h.b)(0))),i.pipe((0,A.U)(r=>{const u={matches:!1,breakpoints:{}};return r.forEach(({matches:c,query:_})=>{u.matches=u.matches||c,u.breakpoints[_]=c}),u}))}_registerQuery(X){if(this._queries.has(X))return this._queries.get(X);const me=this._mediaMatcher.matchMedia(X),i={observable:new b.y(r=>{const u=c=>this._zone.run(()=>r.next(c));return me.addListener(u),()=>{me.removeListener(u)}}).pipe((0,w.O)(me),(0,A.U)(({matches:r})=>({query:X,matches:r})),(0,D.R)(this._destroySubject)),mql:me};return this._queries.set(X,i),i}}return ie.\u0275fac=function(X){return new(X||ie)(t.LFG(Z),t.LFG(t.R0b))},ie.\u0275prov=t.Yz7({token:ie,factory:ie.\u0275fac,providedIn:"root"}),ie})();function de(ie){return ie.map(oe=>oe.split(",")).reduce((oe,X)=>oe.concat(X)).map(oe=>oe.trim())}const te={XSmall:"(max-width: 599.98px)",Small:"(min-width: 600px) and (max-width: 959.98px)",Medium:"(min-width: 960px) and (max-width: 1279.98px)",Large:"(min-width: 1280px) and (max-width: 1919.98px)",XLarge:"(min-width: 1920px)",Handset:"(max-width: 599.98px) and (orientation: portrait), (max-width: 959.98px) and (orientation: landscape)",Tablet:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait), (min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",Web:"(min-width: 840px) and (orientation: portrait), (min-width: 1280px) and (orientation: landscape)",HandsetPortrait:"(max-width: 599.98px) and (orientation: portrait)",TabletPortrait:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait)",WebPortrait:"(min-width: 840px) and (orientation: portrait)",HandsetLandscape:"(max-width: 959.98px) and (orientation: landscape)",TabletLandscape:"(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",WebLandscape:"(min-width: 1280px) and (orientation: landscape)"}},7144:(Ve,j,p)=>{"use strict";p.d(j,{Q8:()=>h,wD:()=>N});var t=p(3191),e=p(5e3),f=p(8306),M=p(7579),a=p(8372);let b=(()=>{class A{create(D){return"undefined"==typeof MutationObserver?null:new MutationObserver(D)}}return A.\u0275fac=function(D){return new(D||A)},A.\u0275prov=e.Yz7({token:A,factory:A.\u0275fac,providedIn:"root"}),A})(),d=(()=>{class A{constructor(D){this._mutationObserverFactory=D,this._observedElements=new Map}ngOnDestroy(){this._observedElements.forEach((D,L)=>this._cleanupObserver(L))}observe(D){const L=(0,t.fI)(D);return new f.y(k=>{const U=this._observeElement(L).subscribe(k);return()=>{U.unsubscribe(),this._unobserveElement(L)}})}_observeElement(D){if(this._observedElements.has(D))this._observedElements.get(D).count++;else{const L=new M.x,k=this._mutationObserverFactory.create(S=>L.next(S));k&&k.observe(D,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(D,{observer:k,stream:L,count:1})}return this._observedElements.get(D).stream}_unobserveElement(D){this._observedElements.has(D)&&(this._observedElements.get(D).count--,this._observedElements.get(D).count||this._cleanupObserver(D))}_cleanupObserver(D){if(this._observedElements.has(D)){const{observer:L,stream:k}=this._observedElements.get(D);L&&L.disconnect(),k.complete(),this._observedElements.delete(D)}}}return A.\u0275fac=function(D){return new(D||A)(e.LFG(b))},A.\u0275prov=e.Yz7({token:A,factory:A.\u0275fac,providedIn:"root"}),A})(),N=(()=>{class A{constructor(D,L,k){this._contentObserver=D,this._elementRef=L,this._ngZone=k,this.event=new e.vpe,this._disabled=!1,this._currentSubscription=null}get disabled(){return this._disabled}set disabled(D){this._disabled=(0,t.Ig)(D),this._disabled?this._unsubscribe():this._subscribe()}get debounce(){return this._debounce}set debounce(D){this._debounce=(0,t.su)(D),this._subscribe()}ngAfterContentInit(){!this._currentSubscription&&!this.disabled&&this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();const D=this._contentObserver.observe(this._elementRef);this._ngZone.runOutsideAngular(()=>{this._currentSubscription=(this.debounce?D.pipe((0,a.b)(this.debounce)):D).subscribe(this.event)})}_unsubscribe(){var D;null===(D=this._currentSubscription)||void 0===D||D.unsubscribe()}}return A.\u0275fac=function(D){return new(D||A)(e.Y36(d),e.Y36(e.SBq),e.Y36(e.R0b))},A.\u0275dir=e.lG2({type:A,selectors:[["","cdkObserveContent",""]],inputs:{disabled:["cdkObserveContentDisabled","disabled"],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"]}),A})(),h=(()=>{class A{}return A.\u0275fac=function(D){return new(D||A)},A.\u0275mod=e.oAB({type:A}),A.\u0275inj=e.cJS({providers:[b]}),A})()},9776:(Ve,j,p)=>{"use strict";p.d(j,{pI:()=>dt,xu:()=>De,_G:()=>n,aV:()=>Ue,X_:()=>me,Xj:()=>E,U8:()=>le});var t=p(5303),e=p(9808),f=p(5e3),M=p(3191),a=p(925),b=p(226),d=p(7429),N=p(7579),h=p(727),A=p(6451),w=p(4482),D=p(5403),k=p(5698),S=p(2722),U=p(1159);const Z=(0,a.Mq)();class Y{constructor(W,ee){this._viewportRuler=W,this._previousHTMLStyles={top:"",left:""},this._isEnabled=!1,this._document=ee}attach(){}enable(){if(this._canBeEnabled()){const W=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=W.style.left||"",this._previousHTMLStyles.top=W.style.top||"",W.style.left=(0,M.HM)(-this._previousScrollPosition.left),W.style.top=(0,M.HM)(-this._previousScrollPosition.top),W.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){const W=this._document.documentElement,ue=W.style,Ce=this._document.body.style,Le=ue.scrollBehavior||"",ut=Ce.scrollBehavior||"";this._isEnabled=!1,ue.left=this._previousHTMLStyles.left,ue.top=this._previousHTMLStyles.top,W.classList.remove("cdk-global-scrollblock"),Z&&(ue.scrollBehavior=Ce.scrollBehavior="auto"),window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),Z&&(ue.scrollBehavior=Le,Ce.scrollBehavior=ut)}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;const ee=this._document.body,ue=this._viewportRuler.getViewportSize();return ee.scrollHeight>ue.height||ee.scrollWidth>ue.width}}class ${constructor(W,ee,ue,Ce){this._scrollDispatcher=W,this._ngZone=ee,this._viewportRuler=ue,this._config=Ce,this._scrollSubscription=null,this._detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}}attach(W){this._overlayRef=W}enable(){if(this._scrollSubscription)return;const W=this._scrollDispatcher.scrolled(0);this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=W.subscribe(()=>{const ee=this._viewportRuler.getViewportScrollPosition().top;Math.abs(ee-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=W.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}class de{enable(){}disable(){}attach(){}}function te(xe,W){return W.some(ee=>xe.bottomee.bottom||xe.rightee.right)}function ie(xe,W){return W.some(ee=>xe.topee.bottom||xe.leftee.right)}class oe{constructor(W,ee,ue,Ce){this._scrollDispatcher=W,this._viewportRuler=ee,this._ngZone=ue,this._config=Ce,this._scrollSubscription=null}attach(W){this._overlayRef=W}enable(){this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){const ee=this._overlayRef.overlayElement.getBoundingClientRect(),{width:ue,height:Ce}=this._viewportRuler.getViewportSize();te(ee,[{width:ue,height:Ce,bottom:Ce,right:ue,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}}))}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}let X=(()=>{class xe{constructor(ee,ue,Ce,Le){this._scrollDispatcher=ee,this._viewportRuler=ue,this._ngZone=Ce,this.noop=()=>new de,this.close=ut=>new $(this._scrollDispatcher,this._ngZone,this._viewportRuler,ut),this.block=()=>new Y(this._viewportRuler,this._document),this.reposition=ut=>new oe(this._scrollDispatcher,this._viewportRuler,this._ngZone,ut),this._document=Le}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(t.mF),f.LFG(t.rL),f.LFG(f.R0b),f.LFG(e.K0))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})();class me{constructor(W){if(this.scrollStrategy=new de,this.panelClass="",this.hasBackdrop=!1,this.backdropClass="cdk-overlay-dark-backdrop",this.disposeOnNavigation=!1,W){const ee=Object.keys(W);for(const ue of ee)void 0!==W[ue]&&(this[ue]=W[ue])}}}class r{constructor(W,ee){this.connectionPair=W,this.scrollableViewProperties=ee}}class _{constructor(W,ee,ue,Ce,Le,ut,ht,It,ui){this._portalOutlet=W,this._host=ee,this._pane=ue,this._config=Ce,this._ngZone=Le,this._keyboardDispatcher=ut,this._document=ht,this._location=It,this._outsideClickDispatcher=ui,this._backdropElement=null,this._backdropClick=new N.x,this._attachments=new N.x,this._detachments=new N.x,this._locationChanges=h.w0.EMPTY,this._backdropClickHandler=Wt=>this._backdropClick.next(Wt),this._backdropTransitionendHandler=Wt=>{this._disposeBackdrop(Wt.target)},this._keydownEvents=new N.x,this._outsidePointerEvents=new N.x,Ce.scrollStrategy&&(this._scrollStrategy=Ce.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=Ce.positionStrategy}get overlayElement(){return this._pane}get backdropElement(){return this._backdropElement}get hostElement(){return this._host}attach(W){!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host);const ee=this._portalOutlet.attach(W);return this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._ngZone.onStable.pipe((0,k.q)(1)).subscribe(()=>{this.hasAttached()&&this.updatePosition()}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),this._outsideClickDispatcher.add(this),ee}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();const W=this._portalOutlet.detach();return this._detachments.next(),this._keyboardDispatcher.remove(this),this._detachContentWhenStable(),this._locationChanges.unsubscribe(),this._outsideClickDispatcher.remove(this),W}dispose(){var W;const ee=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this._disposeBackdrop(this._backdropElement),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._outsidePointerEvents.complete(),this._outsideClickDispatcher.remove(this),null===(W=this._host)||void 0===W||W.remove(),this._previousHostParent=this._pane=this._host=null,ee&&this._detachments.next(),this._detachments.complete()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick}attachments(){return this._attachments}detachments(){return this._detachments}keydownEvents(){return this._keydownEvents}outsidePointerEvents(){return this._outsidePointerEvents}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(W){W!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=W,this.hasAttached()&&(W.attach(this),this.updatePosition()))}updateSize(W){this._config=Object.assign(Object.assign({},this._config),W),this._updateElementSize()}setDirection(W){this._config=Object.assign(Object.assign({},this._config),{direction:W}),this._updateElementDirection()}addPanelClass(W){this._pane&&this._toggleClasses(this._pane,W,!0)}removePanelClass(W){this._pane&&this._toggleClasses(this._pane,W,!1)}getDirection(){const W=this._config.direction;return W?"string"==typeof W?W:W.value:"ltr"}updateScrollStrategy(W){W!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=W,this.hasAttached()&&(W.attach(this),W.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;const W=this._pane.style;W.width=(0,M.HM)(this._config.width),W.height=(0,M.HM)(this._config.height),W.minWidth=(0,M.HM)(this._config.minWidth),W.minHeight=(0,M.HM)(this._config.minHeight),W.maxWidth=(0,M.HM)(this._config.maxWidth),W.maxHeight=(0,M.HM)(this._config.maxHeight)}_togglePointerEvents(W){this._pane.style.pointerEvents=W?"":"none"}_attachBackdrop(){const W="cdk-overlay-backdrop-showing";this._backdropElement=this._document.createElement("div"),this._backdropElement.classList.add("cdk-overlay-backdrop"),this._config.backdropClass&&this._toggleClasses(this._backdropElement,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropElement,this._host),this._backdropElement.addEventListener("click",this._backdropClickHandler),"undefined"!=typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{this._backdropElement&&this._backdropElement.classList.add(W)})}):this._backdropElement.classList.add(W)}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){const W=this._backdropElement;!W||(W.classList.remove("cdk-overlay-backdrop-showing"),this._ngZone.runOutsideAngular(()=>{W.addEventListener("transitionend",this._backdropTransitionendHandler)}),W.style.pointerEvents="none",this._backdropTimeout=this._ngZone.runOutsideAngular(()=>setTimeout(()=>{this._disposeBackdrop(W)},500)))}_toggleClasses(W,ee,ue){const Ce=(0,M.Eq)(ee||[]).filter(Le=>!!Le);Ce.length&&(ue?W.classList.add(...Ce):W.classList.remove(...Ce))}_detachContentWhenStable(){this._ngZone.runOutsideAngular(()=>{const W=this._ngZone.onStable.pipe((0,S.R)((0,A.T)(this._attachments,this._detachments))).subscribe(()=>{(!this._pane||!this._host||0===this._pane.children.length)&&(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._host.remove()),W.unsubscribe())})})}_disposeScrollStrategy(){const W=this._scrollStrategy;W&&(W.disable(),W.detach&&W.detach())}_disposeBackdrop(W){W&&(W.removeEventListener("click",this._backdropClickHandler),W.removeEventListener("transitionend",this._backdropTransitionendHandler),W.remove(),this._backdropElement===W&&(this._backdropElement=null)),this._backdropTimeout&&(clearTimeout(this._backdropTimeout),this._backdropTimeout=void 0)}}let E=(()=>{class xe{constructor(ee,ue){this._platform=ue,this._document=ee}ngOnDestroy(){var ee;null===(ee=this._containerElement)||void 0===ee||ee.remove()}getContainerElement(){return this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const ee="cdk-overlay-container";if(this._platform.isBrowser||(0,a.Oy)()){const Ce=this._document.querySelectorAll(`.${ee}[platform="server"], .${ee}[platform="test"]`);for(let Le=0;Le{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)return void this.reapplyLastPosition();this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const W=this._originRect,ee=this._overlayRect,ue=this._viewportRect,Ce=this._containerRect,Le=[];let ut;for(let ht of this._preferredPositions){let It=this._getOriginPoint(W,Ce,ht),ui=this._getOverlayPoint(It,ee,ht),Wt=this._getOverlayFit(ui,ee,ue,ht);if(Wt.isCompletelyWithinViewport)return this._isPushed=!1,void this._applyPosition(ht,It);this._canFitWithFlexibleDimensions(Wt,ui,ue)?Le.push({position:ht,origin:It,overlayRect:ee,boundingBoxRect:this._calculateBoundingBoxRect(It,ht)}):(!ut||ut.overlayFit.visibleAreaIt&&(It=Wt,ht=ui)}return this._isPushed=!1,void this._applyPosition(ht.position,ht.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(ut.position,ut.originPoint);this._applyPosition(ut.position,ut.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&C(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove(I),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(this._isDisposed||!this._platform.isBrowser)return;const W=this._lastPosition;if(W){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const ee=this._getOriginPoint(this._originRect,this._containerRect,W);this._applyPosition(W,ee)}else this.apply()}withScrollableContainers(W){return this._scrollables=W,this}withPositions(W){return this._preferredPositions=W,-1===W.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(W){return this._viewportMargin=W,this}withFlexibleDimensions(W=!0){return this._hasFlexibleDimensions=W,this}withGrowAfterOpen(W=!0){return this._growAfterOpen=W,this}withPush(W=!0){return this._canPush=W,this}withLockedPosition(W=!0){return this._positionLocked=W,this}setOrigin(W){return this._origin=W,this}withDefaultOffsetX(W){return this._offsetX=W,this}withDefaultOffsetY(W){return this._offsetY=W,this}withTransformOriginOn(W){return this._transformOriginSelector=W,this}_getOriginPoint(W,ee,ue){let Ce,Le;if("center"==ue.originX)Ce=W.left+W.width/2;else{const ut=this._isRtl()?W.right:W.left,ht=this._isRtl()?W.left:W.right;Ce="start"==ue.originX?ut:ht}return ee.left<0&&(Ce-=ee.left),Le="center"==ue.originY?W.top+W.height/2:"top"==ue.originY?W.top:W.bottom,ee.top<0&&(Le-=ee.top),{x:Ce,y:Le}}_getOverlayPoint(W,ee,ue){let Ce,Le;return Ce="center"==ue.overlayX?-ee.width/2:"start"===ue.overlayX?this._isRtl()?-ee.width:0:this._isRtl()?0:-ee.width,Le="center"==ue.overlayY?-ee.height/2:"top"==ue.overlayY?0:-ee.height,{x:W.x+Ce,y:W.y+Le}}_getOverlayFit(W,ee,ue,Ce){const Le=P(ee);let{x:ut,y:ht}=W,It=this._getOffset(Ce,"x"),ui=this._getOffset(Ce,"y");It&&(ut+=It),ui&&(ht+=ui);let hi=0-ht,xt=ht+Le.height-ue.height,Nt=this._subtractOverflows(Le.width,0-ut,ut+Le.width-ue.width),Ct=this._subtractOverflows(Le.height,hi,xt),et=Nt*Ct;return{visibleArea:et,isCompletelyWithinViewport:Le.width*Le.height===et,fitsInViewportVertically:Ct===Le.height,fitsInViewportHorizontally:Nt==Le.width}}_canFitWithFlexibleDimensions(W,ee,ue){if(this._hasFlexibleDimensions){const Ce=ue.bottom-ee.y,Le=ue.right-ee.x,ut=B(this._overlayRef.getConfig().minHeight),ht=B(this._overlayRef.getConfig().minWidth),ui=W.fitsInViewportHorizontally||null!=ht&&ht<=Le;return(W.fitsInViewportVertically||null!=ut&&ut<=Ce)&&ui}return!1}_pushOverlayOnScreen(W,ee,ue){if(this._previousPushAmount&&this._positionLocked)return{x:W.x+this._previousPushAmount.x,y:W.y+this._previousPushAmount.y};const Ce=P(ee),Le=this._viewportRect,ut=Math.max(W.x+Ce.width-Le.width,0),ht=Math.max(W.y+Ce.height-Le.height,0),It=Math.max(Le.top-ue.top-W.y,0),ui=Math.max(Le.left-ue.left-W.x,0);let Wt=0,Gt=0;return Wt=Ce.width<=Le.width?ui||-ut:W.xNt&&!this._isInitialRender&&!this._growAfterOpen&&(ut=W.y-Nt/2)}if("end"===ee.overlayX&&!Ce||"start"===ee.overlayX&&Ce)hi=ue.width-W.x+this._viewportMargin,Wt=W.x-this._viewportMargin;else if("start"===ee.overlayX&&!Ce||"end"===ee.overlayX&&Ce)Gt=W.x,Wt=ue.right-W.x;else{const xt=Math.min(ue.right-W.x+ue.left,W.x),Nt=this._lastBoundingBoxSize.width;Wt=2*xt,Gt=W.x-xt,Wt>Nt&&!this._isInitialRender&&!this._growAfterOpen&&(Gt=W.x-Nt/2)}return{top:ut,left:Gt,bottom:ht,right:hi,width:Wt,height:Le}}_setBoundingBoxStyles(W,ee){const ue=this._calculateBoundingBoxRect(W,ee);!this._isInitialRender&&!this._growAfterOpen&&(ue.height=Math.min(ue.height,this._lastBoundingBoxSize.height),ue.width=Math.min(ue.width,this._lastBoundingBoxSize.width));const Ce={};if(this._hasExactPosition())Ce.top=Ce.left="0",Ce.bottom=Ce.right=Ce.maxHeight=Ce.maxWidth="",Ce.width=Ce.height="100%";else{const Le=this._overlayRef.getConfig().maxHeight,ut=this._overlayRef.getConfig().maxWidth;Ce.height=(0,M.HM)(ue.height),Ce.top=(0,M.HM)(ue.top),Ce.bottom=(0,M.HM)(ue.bottom),Ce.width=(0,M.HM)(ue.width),Ce.left=(0,M.HM)(ue.left),Ce.right=(0,M.HM)(ue.right),Ce.alignItems="center"===ee.overlayX?"center":"end"===ee.overlayX?"flex-end":"flex-start",Ce.justifyContent="center"===ee.overlayY?"center":"bottom"===ee.overlayY?"flex-end":"flex-start",Le&&(Ce.maxHeight=(0,M.HM)(Le)),ut&&(Ce.maxWidth=(0,M.HM)(ut))}this._lastBoundingBoxSize=ue,C(this._boundingBox.style,Ce)}_resetBoundingBoxStyles(){C(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){C(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(W,ee){const ue={},Ce=this._hasExactPosition(),Le=this._hasFlexibleDimensions,ut=this._overlayRef.getConfig();if(Ce){const Wt=this._viewportRuler.getViewportScrollPosition();C(ue,this._getExactOverlayY(ee,W,Wt)),C(ue,this._getExactOverlayX(ee,W,Wt))}else ue.position="static";let ht="",It=this._getOffset(ee,"x"),ui=this._getOffset(ee,"y");It&&(ht+=`translateX(${It}px) `),ui&&(ht+=`translateY(${ui}px)`),ue.transform=ht.trim(),ut.maxHeight&&(Ce?ue.maxHeight=(0,M.HM)(ut.maxHeight):Le&&(ue.maxHeight="")),ut.maxWidth&&(Ce?ue.maxWidth=(0,M.HM)(ut.maxWidth):Le&&(ue.maxWidth="")),C(this._pane.style,ue)}_getExactOverlayY(W,ee,ue){let Ce={top:"",bottom:""},Le=this._getOverlayPoint(ee,this._overlayRect,W);return this._isPushed&&(Le=this._pushOverlayOnScreen(Le,this._overlayRect,ue)),"bottom"===W.overlayY?Ce.bottom=this._document.documentElement.clientHeight-(Le.y+this._overlayRect.height)+"px":Ce.top=(0,M.HM)(Le.y),Ce}_getExactOverlayX(W,ee,ue){let ut,Ce={left:"",right:""},Le=this._getOverlayPoint(ee,this._overlayRect,W);return this._isPushed&&(Le=this._pushOverlayOnScreen(Le,this._overlayRect,ue)),ut=this._isRtl()?"end"===W.overlayX?"left":"right":"end"===W.overlayX?"right":"left","right"===ut?Ce.right=this._document.documentElement.clientWidth-(Le.x+this._overlayRect.width)+"px":Ce.left=(0,M.HM)(Le.x),Ce}_getScrollVisibility(){const W=this._getOriginRect(),ee=this._pane.getBoundingClientRect(),ue=this._scrollables.map(Ce=>Ce.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:ie(W,ue),isOriginOutsideView:te(W,ue),isOverlayClipped:ie(ee,ue),isOverlayOutsideView:te(ee,ue)}}_subtractOverflows(W,...ee){return ee.reduce((ue,Ce)=>ue-Math.max(Ce,0),W)}_getNarrowedViewportRect(){const W=this._document.documentElement.clientWidth,ee=this._document.documentElement.clientHeight,ue=this._viewportRuler.getViewportScrollPosition();return{top:ue.top+this._viewportMargin,left:ue.left+this._viewportMargin,right:ue.left+W-this._viewportMargin,bottom:ue.top+ee-this._viewportMargin,width:W-2*this._viewportMargin,height:ee-2*this._viewportMargin}}_isRtl(){return"rtl"===this._overlayRef.getDirection()}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(W,ee){return"x"===ee?null==W.offsetX?this._offsetX:W.offsetX:null==W.offsetY?this._offsetY:W.offsetY}_validatePositions(){}_addPanelClasses(W){this._pane&&(0,M.Eq)(W).forEach(ee=>{""!==ee&&-1===this._appliedPanelClasses.indexOf(ee)&&(this._appliedPanelClasses.push(ee),this._pane.classList.add(ee))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(W=>{this._pane.classList.remove(W)}),this._appliedPanelClasses=[])}_getOriginRect(){const W=this._origin;if(W instanceof f.SBq)return W.nativeElement.getBoundingClientRect();if(W instanceof Element)return W.getBoundingClientRect();const ee=W.width||0,ue=W.height||0;return{top:W.y,bottom:W.y+ue,left:W.x,right:W.x+ee,height:ue,width:ee}}}function C(xe,W){for(let ee in W)W.hasOwnProperty(ee)&&(xe[ee]=W[ee]);return xe}function B(xe){if("number"!=typeof xe&&null!=xe){const[W,ee]=xe.split(v);return ee&&"px"!==ee?null:parseFloat(W)}return xe||null}function P(xe){return{top:Math.floor(xe.top),right:Math.floor(xe.right),bottom:Math.floor(xe.bottom),left:Math.floor(xe.left),width:Math.floor(xe.width),height:Math.floor(xe.height)}}const H="cdk-global-overlay-wrapper";class q{constructor(){this._cssPosition="static",this._topOffset="",this._bottomOffset="",this._leftOffset="",this._rightOffset="",this._alignItems="",this._justifyContent="",this._width="",this._height=""}attach(W){const ee=W.getConfig();this._overlayRef=W,this._width&&!ee.width&&W.updateSize({width:this._width}),this._height&&!ee.height&&W.updateSize({height:this._height}),W.hostElement.classList.add(H),this._isDisposed=!1}top(W=""){return this._bottomOffset="",this._topOffset=W,this._alignItems="flex-start",this}left(W=""){return this._rightOffset="",this._leftOffset=W,this._justifyContent="flex-start",this}bottom(W=""){return this._topOffset="",this._bottomOffset=W,this._alignItems="flex-end",this}right(W=""){return this._leftOffset="",this._rightOffset=W,this._justifyContent="flex-end",this}width(W=""){return this._overlayRef?this._overlayRef.updateSize({width:W}):this._width=W,this}height(W=""){return this._overlayRef?this._overlayRef.updateSize({height:W}):this._height=W,this}centerHorizontally(W=""){return this.left(W),this._justifyContent="center",this}centerVertically(W=""){return this.top(W),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;const W=this._overlayRef.overlayElement.style,ee=this._overlayRef.hostElement.style,ue=this._overlayRef.getConfig(),{width:Ce,height:Le,maxWidth:ut,maxHeight:ht}=ue,It=!("100%"!==Ce&&"100vw"!==Ce||ut&&"100%"!==ut&&"100vw"!==ut),ui=!("100%"!==Le&&"100vh"!==Le||ht&&"100%"!==ht&&"100vh"!==ht);W.position=this._cssPosition,W.marginLeft=It?"0":this._leftOffset,W.marginTop=ui?"0":this._topOffset,W.marginBottom=this._bottomOffset,W.marginRight=this._rightOffset,It?ee.justifyContent="flex-start":"center"===this._justifyContent?ee.justifyContent="center":"rtl"===this._overlayRef.getConfig().direction?"flex-start"===this._justifyContent?ee.justifyContent="flex-end":"flex-end"===this._justifyContent&&(ee.justifyContent="flex-start"):ee.justifyContent=this._justifyContent,ee.alignItems=ui?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;const W=this._overlayRef.overlayElement.style,ee=this._overlayRef.hostElement,ue=ee.style;ee.classList.remove(H),ue.justifyContent=ue.alignItems=W.marginTop=W.marginBottom=W.marginLeft=W.marginRight=W.position="",this._overlayRef=null,this._isDisposed=!0}}let he=(()=>{class xe{constructor(ee,ue,Ce,Le){this._viewportRuler=ee,this._document=ue,this._platform=Ce,this._overlayContainer=Le}global(){return new q}flexibleConnectedTo(ee){return new n(ee,this._viewportRuler,this._document,this._platform,this._overlayContainer)}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(t.rL),f.LFG(e.K0),f.LFG(a.t4),f.LFG(E))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})(),_e=(()=>{class xe{constructor(ee){this._attachedOverlays=[],this._document=ee}ngOnDestroy(){this.detach()}add(ee){this.remove(ee),this._attachedOverlays.push(ee)}remove(ee){const ue=this._attachedOverlays.indexOf(ee);ue>-1&&this._attachedOverlays.splice(ue,1),0===this._attachedOverlays.length&&this.detach()}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(e.K0))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})(),Ne=(()=>{class xe extends _e{constructor(ee,ue){super(ee),this._ngZone=ue,this._keydownListener=Ce=>{const Le=this._attachedOverlays;for(let ut=Le.length-1;ut>-1;ut--)if(Le[ut]._keydownEvents.observers.length>0){const ht=Le[ut]._keydownEvents;this._ngZone?this._ngZone.run(()=>ht.next(Ce)):ht.next(Ce);break}}}add(ee){super.add(ee),this._isAttached||(this._ngZone?this._ngZone.runOutsideAngular(()=>this._document.body.addEventListener("keydown",this._keydownListener)):this._document.body.addEventListener("keydown",this._keydownListener),this._isAttached=!0)}detach(){this._isAttached&&(this._document.body.removeEventListener("keydown",this._keydownListener),this._isAttached=!1)}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(e.K0),f.LFG(f.R0b,8))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})(),we=(()=>{class xe extends _e{constructor(ee,ue,Ce){super(ee),this._platform=ue,this._ngZone=Ce,this._cursorStyleIsSet=!1,this._pointerDownListener=Le=>{this._pointerDownEventTarget=(0,a.sA)(Le)},this._clickListener=Le=>{const ut=(0,a.sA)(Le),ht="click"===Le.type&&this._pointerDownEventTarget?this._pointerDownEventTarget:ut;this._pointerDownEventTarget=null;const It=this._attachedOverlays.slice();for(let ui=It.length-1;ui>-1;ui--){const Wt=It[ui];if(Wt._outsidePointerEvents.observers.length<1||!Wt.hasAttached())continue;if(Wt.overlayElement.contains(ut)||Wt.overlayElement.contains(ht))break;const Gt=Wt._outsidePointerEvents;this._ngZone?this._ngZone.run(()=>Gt.next(Le)):Gt.next(Le)}}}add(ee){if(super.add(ee),!this._isAttached){const ue=this._document.body;this._ngZone?this._ngZone.runOutsideAngular(()=>this._addEventListeners(ue)):this._addEventListeners(ue),this._platform.IOS&&!this._cursorStyleIsSet&&(this._cursorOriginalValue=ue.style.cursor,ue.style.cursor="pointer",this._cursorStyleIsSet=!0),this._isAttached=!0}}detach(){if(this._isAttached){const ee=this._document.body;ee.removeEventListener("pointerdown",this._pointerDownListener,!0),ee.removeEventListener("click",this._clickListener,!0),ee.removeEventListener("auxclick",this._clickListener,!0),ee.removeEventListener("contextmenu",this._clickListener,!0),this._platform.IOS&&this._cursorStyleIsSet&&(ee.style.cursor=this._cursorOriginalValue,this._cursorStyleIsSet=!1),this._isAttached=!1}}_addEventListeners(ee){ee.addEventListener("pointerdown",this._pointerDownListener,!0),ee.addEventListener("click",this._clickListener,!0),ee.addEventListener("auxclick",this._clickListener,!0),ee.addEventListener("contextmenu",this._clickListener,!0)}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(e.K0),f.LFG(a.t4),f.LFG(f.R0b,8))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})(),Q=0,Ue=(()=>{class xe{constructor(ee,ue,Ce,Le,ut,ht,It,ui,Wt,Gt,hi){this.scrollStrategies=ee,this._overlayContainer=ue,this._componentFactoryResolver=Ce,this._positionBuilder=Le,this._keyboardDispatcher=ut,this._injector=ht,this._ngZone=It,this._document=ui,this._directionality=Wt,this._location=Gt,this._outsideClickDispatcher=hi}create(ee){const ue=this._createHostElement(),Ce=this._createPaneElement(ue),Le=this._createPortalOutlet(Ce),ut=new me(ee);return ut.direction=ut.direction||this._directionality.value,new _(Le,ue,Ce,ut,this._ngZone,this._keyboardDispatcher,this._document,this._location,this._outsideClickDispatcher)}position(){return this._positionBuilder}_createPaneElement(ee){const ue=this._document.createElement("div");return ue.id="cdk-overlay-"+Q++,ue.classList.add("cdk-overlay-pane"),ee.appendChild(ue),ue}_createHostElement(){const ee=this._document.createElement("div");return this._overlayContainer.getContainerElement().appendChild(ee),ee}_createPortalOutlet(ee){return this._appRef||(this._appRef=this._injector.get(f.z2F)),new d.u0(ee,this._componentFactoryResolver,this._appRef,this._injector,this._document)}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(X),f.LFG(E),f.LFG(f._Vd),f.LFG(he),f.LFG(Ne),f.LFG(f.zs3),f.LFG(f.R0b),f.LFG(e.K0),f.LFG(b.Is),f.LFG(e.Ye),f.LFG(we))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac}),xe})();const ye=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],V=new f.OlP("cdk-connected-overlay-scroll-strategy");let De=(()=>{class xe{constructor(ee){this.elementRef=ee}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.Y36(f.SBq))},xe.\u0275dir=f.lG2({type:xe,selectors:[["","cdk-overlay-origin",""],["","overlay-origin",""],["","cdkOverlayOrigin",""]],exportAs:["cdkOverlayOrigin"]}),xe})(),dt=(()=>{class xe{constructor(ee,ue,Ce,Le,ut){this._overlay=ee,this._dir=ut,this._hasBackdrop=!1,this._lockPosition=!1,this._growAfterOpen=!1,this._flexibleDimensions=!1,this._push=!1,this._backdropSubscription=h.w0.EMPTY,this._attachSubscription=h.w0.EMPTY,this._detachSubscription=h.w0.EMPTY,this._positionSubscription=h.w0.EMPTY,this.viewportMargin=0,this.open=!1,this.disableClose=!1,this.backdropClick=new f.vpe,this.positionChange=new f.vpe,this.attach=new f.vpe,this.detach=new f.vpe,this.overlayKeydown=new f.vpe,this.overlayOutsideClick=new f.vpe,this._templatePortal=new d.UE(ue,Ce),this._scrollStrategyFactory=Le,this.scrollStrategy=this._scrollStrategyFactory()}get offsetX(){return this._offsetX}set offsetX(ee){this._offsetX=ee,this._position&&this._updatePositionStrategy(this._position)}get offsetY(){return this._offsetY}set offsetY(ee){this._offsetY=ee,this._position&&this._updatePositionStrategy(this._position)}get hasBackdrop(){return this._hasBackdrop}set hasBackdrop(ee){this._hasBackdrop=(0,M.Ig)(ee)}get lockPosition(){return this._lockPosition}set lockPosition(ee){this._lockPosition=(0,M.Ig)(ee)}get flexibleDimensions(){return this._flexibleDimensions}set flexibleDimensions(ee){this._flexibleDimensions=(0,M.Ig)(ee)}get growAfterOpen(){return this._growAfterOpen}set growAfterOpen(ee){this._growAfterOpen=(0,M.Ig)(ee)}get push(){return this._push}set push(ee){this._push=(0,M.Ig)(ee)}get overlayRef(){return this._overlayRef}get dir(){return this._dir?this._dir.value:"ltr"}ngOnDestroy(){this._attachSubscription.unsubscribe(),this._detachSubscription.unsubscribe(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this._overlayRef&&this._overlayRef.dispose()}ngOnChanges(ee){this._position&&(this._updatePositionStrategy(this._position),this._overlayRef.updateSize({width:this.width,minWidth:this.minWidth,height:this.height,minHeight:this.minHeight}),ee.origin&&this.open&&this._position.apply()),ee.open&&(this.open?this._attachOverlay():this._detachOverlay())}_createOverlay(){(!this.positions||!this.positions.length)&&(this.positions=ye);const ee=this._overlayRef=this._overlay.create(this._buildConfig());this._attachSubscription=ee.attachments().subscribe(()=>this.attach.emit()),this._detachSubscription=ee.detachments().subscribe(()=>this.detach.emit()),ee.keydownEvents().subscribe(ue=>{this.overlayKeydown.next(ue),ue.keyCode===U.hY&&!this.disableClose&&!(0,U.Vb)(ue)&&(ue.preventDefault(),this._detachOverlay())}),this._overlayRef.outsidePointerEvents().subscribe(ue=>{this.overlayOutsideClick.next(ue)})}_buildConfig(){const ee=this._position=this.positionStrategy||this._createPositionStrategy(),ue=new me({direction:this._dir,positionStrategy:ee,scrollStrategy:this.scrollStrategy,hasBackdrop:this.hasBackdrop});return(this.width||0===this.width)&&(ue.width=this.width),(this.height||0===this.height)&&(ue.height=this.height),(this.minWidth||0===this.minWidth)&&(ue.minWidth=this.minWidth),(this.minHeight||0===this.minHeight)&&(ue.minHeight=this.minHeight),this.backdropClass&&(ue.backdropClass=this.backdropClass),this.panelClass&&(ue.panelClass=this.panelClass),ue}_updatePositionStrategy(ee){const ue=this.positions.map(Ce=>({originX:Ce.originX,originY:Ce.originY,overlayX:Ce.overlayX,overlayY:Ce.overlayY,offsetX:Ce.offsetX||this.offsetX,offsetY:Ce.offsetY||this.offsetY,panelClass:Ce.panelClass||void 0}));return ee.setOrigin(this._getFlexibleConnectedPositionStrategyOrigin()).withPositions(ue).withFlexibleDimensions(this.flexibleDimensions).withPush(this.push).withGrowAfterOpen(this.growAfterOpen).withViewportMargin(this.viewportMargin).withLockedPosition(this.lockPosition).withTransformOriginOn(this.transformOriginSelector)}_createPositionStrategy(){const ee=this._overlay.position().flexibleConnectedTo(this._getFlexibleConnectedPositionStrategyOrigin());return this._updatePositionStrategy(ee),ee}_getFlexibleConnectedPositionStrategyOrigin(){return this.origin instanceof De?this.origin.elementRef:this.origin}_attachOverlay(){this._overlayRef?this._overlayRef.getConfig().hasBackdrop=this.hasBackdrop:this._createOverlay(),this._overlayRef.hasAttached()||this._overlayRef.attach(this._templatePortal),this.hasBackdrop?this._backdropSubscription=this._overlayRef.backdropClick().subscribe(ee=>{this.backdropClick.emit(ee)}):this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this.positionChange.observers.length>0&&(this._positionSubscription=this._position.positionChanges.pipe(function L(xe,W=!1){return(0,w.e)((ee,ue)=>{let Ce=0;ee.subscribe((0,D.x)(ue,Le=>{const ut=xe(Le,Ce++);(ut||W)&&ue.next(Le),!ut&&ue.complete()}))})}(()=>this.positionChange.observers.length>0)).subscribe(ee=>{this.positionChange.emit(ee),0===this.positionChange.observers.length&&this._positionSubscription.unsubscribe()}))}_detachOverlay(){this._overlayRef&&this._overlayRef.detach(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe()}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.Y36(Ue),f.Y36(f.Rgc),f.Y36(f.s_b),f.Y36(V),f.Y36(b.Is,8))},xe.\u0275dir=f.lG2({type:xe,selectors:[["","cdk-connected-overlay",""],["","connected-overlay",""],["","cdkConnectedOverlay",""]],inputs:{origin:["cdkConnectedOverlayOrigin","origin"],positions:["cdkConnectedOverlayPositions","positions"],positionStrategy:["cdkConnectedOverlayPositionStrategy","positionStrategy"],offsetX:["cdkConnectedOverlayOffsetX","offsetX"],offsetY:["cdkConnectedOverlayOffsetY","offsetY"],width:["cdkConnectedOverlayWidth","width"],height:["cdkConnectedOverlayHeight","height"],minWidth:["cdkConnectedOverlayMinWidth","minWidth"],minHeight:["cdkConnectedOverlayMinHeight","minHeight"],backdropClass:["cdkConnectedOverlayBackdropClass","backdropClass"],panelClass:["cdkConnectedOverlayPanelClass","panelClass"],viewportMargin:["cdkConnectedOverlayViewportMargin","viewportMargin"],scrollStrategy:["cdkConnectedOverlayScrollStrategy","scrollStrategy"],open:["cdkConnectedOverlayOpen","open"],disableClose:["cdkConnectedOverlayDisableClose","disableClose"],transformOriginSelector:["cdkConnectedOverlayTransformOriginOn","transformOriginSelector"],hasBackdrop:["cdkConnectedOverlayHasBackdrop","hasBackdrop"],lockPosition:["cdkConnectedOverlayLockPosition","lockPosition"],flexibleDimensions:["cdkConnectedOverlayFlexibleDimensions","flexibleDimensions"],growAfterOpen:["cdkConnectedOverlayGrowAfterOpen","growAfterOpen"],push:["cdkConnectedOverlayPush","push"]},outputs:{backdropClick:"backdropClick",positionChange:"positionChange",attach:"attach",detach:"detach",overlayKeydown:"overlayKeydown",overlayOutsideClick:"overlayOutsideClick"},exportAs:["cdkConnectedOverlay"],features:[f.TTD]}),xe})();const Ae={provide:V,deps:[Ue],useFactory:function Ie(xe){return()=>xe.scrollStrategies.reposition()}};let le=(()=>{class xe{}return xe.\u0275fac=function(ee){return new(ee||xe)},xe.\u0275mod=f.oAB({type:xe}),xe.\u0275inj=f.cJS({providers:[Ue,Ae],imports:[[b.vT,d.eL,t.Cl],t.Cl]}),xe})()},925:(Ve,j,p)=>{"use strict";p.d(j,{Mq:()=>k,Oy:()=>de,_i:()=>S,ht:()=>ne,i$:()=>w,kV:()=>Y,qK:()=>N,sA:()=>$,t4:()=>M});var t=p(5e3),e=p(9808);let f;try{f="undefined"!=typeof Intl&&Intl.v8BreakIterator}catch(te){f=!1}let b,M=(()=>{class te{constructor(oe){this._platformId=oe,this.isBrowser=this._platformId?(0,e.NF)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!f)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}return te.\u0275fac=function(oe){return new(oe||te)(t.LFG(t.Lbi))},te.\u0275prov=t.Yz7({token:te,factory:te.\u0275fac,providedIn:"root"}),te})();const d=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function N(){if(b)return b;if("object"!=typeof document||!document)return b=new Set(d),b;let te=document.createElement("input");return b=new Set(d.filter(ie=>(te.setAttribute("type",ie),te.type===ie))),b}let h,D,L,U;function w(te){return function A(){if(null==h&&"undefined"!=typeof window)try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>h=!0}))}finally{h=h||!1}return h}()?te:!!te.capture}function k(){if(null==L){if("object"!=typeof document||!document||"function"!=typeof Element||!Element)return L=!1,L;if("scrollBehavior"in document.documentElement.style)L=!0;else{const te=Element.prototype.scrollTo;L=!!te&&!/\{\s*\[native code\]\s*\}/.test(te.toString())}}return L}function S(){if("object"!=typeof document||!document)return 0;if(null==D){const te=document.createElement("div"),ie=te.style;te.dir="rtl",ie.width="1px",ie.overflow="auto",ie.visibility="hidden",ie.pointerEvents="none",ie.position="absolute";const oe=document.createElement("div"),X=oe.style;X.width="2px",X.height="1px",te.appendChild(oe),document.body.appendChild(te),D=0,0===te.scrollLeft&&(te.scrollLeft=1,D=0===te.scrollLeft?1:2),te.remove()}return D}function Y(te){if(function Z(){if(null==U){const te="undefined"!=typeof document?document.head:null;U=!(!te||!te.createShadowRoot&&!te.attachShadow)}return U}()){const ie=te.getRootNode?te.getRootNode():null;if("undefined"!=typeof ShadowRoot&&ShadowRoot&&ie instanceof ShadowRoot)return ie}return null}function ne(){let te="undefined"!=typeof document&&document?document.activeElement:null;for(;te&&te.shadowRoot;){const ie=te.shadowRoot.activeElement;if(ie===te)break;te=ie}return te}function $(te){return te.composedPath?te.composedPath()[0]:te.target}function de(){return"undefined"!=typeof __karma__&&!!__karma__||"undefined"!=typeof jasmine&&!!jasmine||"undefined"!=typeof jest&&!!jest||"undefined"!=typeof Mocha&&!!Mocha}},7429:(Ve,j,p)=>{"use strict";p.d(j,{C5:()=>A,Pl:()=>ne,UE:()=>w,eL:()=>de,en:()=>L,ig:()=>Z,u0:()=>S});var t=p(5e3),e=p(9808);class h{attach(oe){return this._attachedHost=oe,oe.attach(this)}detach(){let oe=this._attachedHost;null!=oe&&(this._attachedHost=null,oe.detach())}get isAttached(){return null!=this._attachedHost}setAttachedHost(oe){this._attachedHost=oe}}class A extends h{constructor(oe,X,me,y){super(),this.component=oe,this.viewContainerRef=X,this.injector=me,this.componentFactoryResolver=y}}class w extends h{constructor(oe,X,me){super(),this.templateRef=oe,this.viewContainerRef=X,this.context=me}get origin(){return this.templateRef.elementRef}attach(oe,X=this.context){return this.context=X,super.attach(oe)}detach(){return this.context=void 0,super.detach()}}class D extends h{constructor(oe){super(),this.element=oe instanceof t.SBq?oe.nativeElement:oe}}class L{constructor(){this._isDisposed=!1,this.attachDomPortal=null}hasAttached(){return!!this._attachedPortal}attach(oe){return oe instanceof A?(this._attachedPortal=oe,this.attachComponentPortal(oe)):oe instanceof w?(this._attachedPortal=oe,this.attachTemplatePortal(oe)):this.attachDomPortal&&oe instanceof D?(this._attachedPortal=oe,this.attachDomPortal(oe)):void 0}detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(oe){this._disposeFn=oe}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}}class S extends L{constructor(oe,X,me,y,i){super(),this.outletElement=oe,this._componentFactoryResolver=X,this._appRef=me,this._defaultInjector=y,this.attachDomPortal=r=>{const u=r.element,c=this._document.createComment("dom-portal");u.parentNode.insertBefore(c,u),this.outletElement.appendChild(u),this._attachedPortal=r,super.setDisposeFn(()=>{c.parentNode&&c.parentNode.replaceChild(u,c)})},this._document=i}attachComponentPortal(oe){const me=(oe.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(oe.component);let y;return oe.viewContainerRef?(y=oe.viewContainerRef.createComponent(me,oe.viewContainerRef.length,oe.injector||oe.viewContainerRef.injector),this.setDisposeFn(()=>y.destroy())):(y=me.create(oe.injector||this._defaultInjector||t.zs3.NULL),this._appRef.attachView(y.hostView),this.setDisposeFn(()=>{this._appRef.viewCount>0&&this._appRef.detachView(y.hostView),y.destroy()})),this.outletElement.appendChild(this._getComponentRootNode(y)),this._attachedPortal=oe,y}attachTemplatePortal(oe){let X=oe.viewContainerRef,me=X.createEmbeddedView(oe.templateRef,oe.context);return me.rootNodes.forEach(y=>this.outletElement.appendChild(y)),me.detectChanges(),this.setDisposeFn(()=>{let y=X.indexOf(me);-1!==y&&X.remove(y)}),this._attachedPortal=oe,me}dispose(){super.dispose(),this.outletElement.remove()}_getComponentRootNode(oe){return oe.hostView.rootNodes[0]}}let Z=(()=>{class ie extends w{constructor(X,me){super(X,me)}}return ie.\u0275fac=function(X){return new(X||ie)(t.Y36(t.Rgc),t.Y36(t.s_b))},ie.\u0275dir=t.lG2({type:ie,selectors:[["","cdkPortal",""]],exportAs:["cdkPortal"],features:[t.qOj]}),ie})(),ne=(()=>{class ie extends L{constructor(X,me,y){super(),this._componentFactoryResolver=X,this._viewContainerRef=me,this._isInitialized=!1,this.attached=new t.vpe,this.attachDomPortal=i=>{const r=i.element,u=this._document.createComment("dom-portal");i.setAttachedHost(this),r.parentNode.insertBefore(u,r),this._getRootNode().appendChild(r),this._attachedPortal=i,super.setDisposeFn(()=>{u.parentNode&&u.parentNode.replaceChild(r,u)})},this._document=y}get portal(){return this._attachedPortal}set portal(X){this.hasAttached()&&!X&&!this._isInitialized||(this.hasAttached()&&super.detach(),X&&super.attach(X),this._attachedPortal=X||null)}get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedPortal=null,this._attachedRef=null}attachComponentPortal(X){X.setAttachedHost(this);const me=null!=X.viewContainerRef?X.viewContainerRef:this._viewContainerRef,i=(X.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(X.component),r=me.createComponent(i,me.length,X.injector||me.injector);return me!==this._viewContainerRef&&this._getRootNode().appendChild(r.hostView.rootNodes[0]),super.setDisposeFn(()=>r.destroy()),this._attachedPortal=X,this._attachedRef=r,this.attached.emit(r),r}attachTemplatePortal(X){X.setAttachedHost(this);const me=this._viewContainerRef.createEmbeddedView(X.templateRef,X.context);return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=X,this._attachedRef=me,this.attached.emit(me),me}_getRootNode(){const X=this._viewContainerRef.element.nativeElement;return X.nodeType===X.ELEMENT_NODE?X:X.parentNode}}return ie.\u0275fac=function(X){return new(X||ie)(t.Y36(t._Vd),t.Y36(t.s_b),t.Y36(e.K0))},ie.\u0275dir=t.lG2({type:ie,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:["cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[t.qOj]}),ie})(),de=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=t.oAB({type:ie}),ie.\u0275inj=t.cJS({}),ie})()},5303:(Ve,j,p)=>{"use strict";p.d(j,{PQ:()=>u,ZD:()=>B,mF:()=>r,Cl:()=>P,rL:()=>_});var t=p(3191),e=p(5e3),f=p(4408),M=p(727);const a={schedule(H){let q=requestAnimationFrame,he=cancelAnimationFrame;const{delegate:_e}=a;_e&&(q=_e.requestAnimationFrame,he=_e.cancelAnimationFrame);const Ne=q(we=>{he=void 0,H(we)});return new M.w0(()=>null==he?void 0:he(Ne))},requestAnimationFrame(...H){const{delegate:q}=a;return((null==q?void 0:q.requestAnimationFrame)||requestAnimationFrame)(...H)},cancelAnimationFrame(...H){const{delegate:q}=a;return((null==q?void 0:q.cancelAnimationFrame)||cancelAnimationFrame)(...H)},delegate:void 0};var d=p(7565);new class N extends d.v{flush(q){this._active=!0;const he=this._scheduled;this._scheduled=void 0;const{actions:_e}=this;let Ne;q=q||_e.shift();do{if(Ne=q.execute(q.state,q.delay))break}while((q=_e[0])&&q.id===he&&_e.shift());if(this._active=!1,Ne){for(;(q=_e[0])&&q.id===he&&_e.shift();)q.unsubscribe();throw Ne}}}(class b extends f.o{constructor(q,he){super(q,he),this.scheduler=q,this.work=he}requestAsyncId(q,he,_e=0){return null!==_e&&_e>0?super.requestAsyncId(q,he,_e):(q.actions.push(this),q._scheduled||(q._scheduled=a.requestAnimationFrame(()=>q.flush(void 0))))}recycleAsyncId(q,he,_e=0){if(null!=_e&&_e>0||null==_e&&this.delay>0)return super.recycleAsyncId(q,he,_e);q.actions.some(Ne=>Ne.id===he)||(a.cancelAnimationFrame(he),q._scheduled=void 0)}});var w=p(7579),D=p(9646),L=p(8306),k=p(4968),U=(p(3101),p(3601)),Z=p(9300),Y=p(2722),ne=p(9808),$=p(925),de=p(226);let r=(()=>{class H{constructor(he,_e,Ne){this._ngZone=he,this._platform=_e,this._scrolled=new w.x,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map,this._document=Ne}register(he){this.scrollContainers.has(he)||this.scrollContainers.set(he,he.elementScrolled().subscribe(()=>this._scrolled.next(he)))}deregister(he){const _e=this.scrollContainers.get(he);_e&&(_e.unsubscribe(),this.scrollContainers.delete(he))}scrolled(he=20){return this._platform.isBrowser?new L.y(_e=>{this._globalSubscription||this._addGlobalListener();const Ne=he>0?this._scrolled.pipe((0,U.e)(he)).subscribe(_e):this._scrolled.subscribe(_e);return this._scrolledCount++,()=>{Ne.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}}):(0,D.of)()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach((he,_e)=>this.deregister(_e)),this._scrolled.complete()}ancestorScrolled(he,_e){const Ne=this.getAncestorScrollContainers(he);return this.scrolled(_e).pipe((0,Z.h)(we=>!we||Ne.indexOf(we)>-1))}getAncestorScrollContainers(he){const _e=[];return this.scrollContainers.forEach((Ne,we)=>{this._scrollableContainsElement(we,he)&&_e.push(we)}),_e}_getWindow(){return this._document.defaultView||window}_scrollableContainsElement(he,_e){let Ne=(0,t.fI)(_e),we=he.getElementRef().nativeElement;do{if(Ne==we)return!0}while(Ne=Ne.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular(()=>{const he=this._getWindow();return(0,k.R)(he.document,"scroll").subscribe(()=>this._scrolled.next())})}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}}return H.\u0275fac=function(he){return new(he||H)(e.LFG(e.R0b),e.LFG($.t4),e.LFG(ne.K0,8))},H.\u0275prov=e.Yz7({token:H,factory:H.\u0275fac,providedIn:"root"}),H})(),u=(()=>{class H{constructor(he,_e,Ne,we){this.elementRef=he,this.scrollDispatcher=_e,this.ngZone=Ne,this.dir=we,this._destroyed=new w.x,this._elementScrolled=new L.y(Q=>this.ngZone.runOutsideAngular(()=>(0,k.R)(this.elementRef.nativeElement,"scroll").pipe((0,Y.R)(this._destroyed)).subscribe(Q)))}ngOnInit(){this.scrollDispatcher.register(this)}ngOnDestroy(){this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(he){const _e=this.elementRef.nativeElement,Ne=this.dir&&"rtl"==this.dir.value;null==he.left&&(he.left=Ne?he.end:he.start),null==he.right&&(he.right=Ne?he.start:he.end),null!=he.bottom&&(he.top=_e.scrollHeight-_e.clientHeight-he.bottom),Ne&&0!=(0,$._i)()?(null!=he.left&&(he.right=_e.scrollWidth-_e.clientWidth-he.left),2==(0,$._i)()?he.left=he.right:1==(0,$._i)()&&(he.left=he.right?-he.right:he.right)):null!=he.right&&(he.left=_e.scrollWidth-_e.clientWidth-he.right),this._applyScrollToOptions(he)}_applyScrollToOptions(he){const _e=this.elementRef.nativeElement;(0,$.Mq)()?_e.scrollTo(he):(null!=he.top&&(_e.scrollTop=he.top),null!=he.left&&(_e.scrollLeft=he.left))}measureScrollOffset(he){const _e="left",we=this.elementRef.nativeElement;if("top"==he)return we.scrollTop;if("bottom"==he)return we.scrollHeight-we.clientHeight-we.scrollTop;const Q=this.dir&&"rtl"==this.dir.value;return"start"==he?he=Q?"right":_e:"end"==he&&(he=Q?_e:"right"),Q&&2==(0,$._i)()?he==_e?we.scrollWidth-we.clientWidth-we.scrollLeft:we.scrollLeft:Q&&1==(0,$._i)()?he==_e?we.scrollLeft+we.scrollWidth-we.clientWidth:-we.scrollLeft:he==_e?we.scrollLeft:we.scrollWidth-we.clientWidth-we.scrollLeft}}return H.\u0275fac=function(he){return new(he||H)(e.Y36(e.SBq),e.Y36(r),e.Y36(e.R0b),e.Y36(de.Is,8))},H.\u0275dir=e.lG2({type:H,selectors:[["","cdk-scrollable",""],["","cdkScrollable",""]]}),H})(),_=(()=>{class H{constructor(he,_e,Ne){this._platform=he,this._change=new w.x,this._changeListener=we=>{this._change.next(we)},this._document=Ne,_e.runOutsideAngular(()=>{if(he.isBrowser){const we=this._getWindow();we.addEventListener("resize",this._changeListener),we.addEventListener("orientationchange",this._changeListener)}this.change().subscribe(()=>this._viewportSize=null)})}ngOnDestroy(){if(this._platform.isBrowser){const he=this._getWindow();he.removeEventListener("resize",this._changeListener),he.removeEventListener("orientationchange",this._changeListener)}this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();const he={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),he}getViewportRect(){const he=this.getViewportScrollPosition(),{width:_e,height:Ne}=this.getViewportSize();return{top:he.top,left:he.left,bottom:he.top+Ne,right:he.left+_e,height:Ne,width:_e}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const he=this._document,_e=this._getWindow(),Ne=he.documentElement,we=Ne.getBoundingClientRect();return{top:-we.top||he.body.scrollTop||_e.scrollY||Ne.scrollTop||0,left:-we.left||he.body.scrollLeft||_e.scrollX||Ne.scrollLeft||0}}change(he=20){return he>0?this._change.pipe((0,U.e)(he)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){const he=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:he.innerWidth,height:he.innerHeight}:{width:0,height:0}}}return H.\u0275fac=function(he){return new(he||H)(e.LFG($.t4),e.LFG(e.R0b),e.LFG(ne.K0,8))},H.\u0275prov=e.Yz7({token:H,factory:H.\u0275fac,providedIn:"root"}),H})(),B=(()=>{class H{}return H.\u0275fac=function(he){return new(he||H)},H.\u0275mod=e.oAB({type:H}),H.\u0275inj=e.cJS({}),H})(),P=(()=>{class H{}return H.\u0275fac=function(he){return new(he||H)},H.\u0275mod=e.oAB({type:H}),H.\u0275inj=e.cJS({imports:[[de.vT,B],de.vT,B]}),H})()},1555:(Ve,j,p)=>{"use strict";p.d(j,{B8:()=>de,KL:()=>k,U5:()=>oe,be:()=>$,gx:()=>ne,po:()=>ie,st:()=>te,u6:()=>S});var t=p(5664),e=p(3191),f=p(1159),M=p(9808),a=p(5e3),b=p(925),d=p(7579),N=p(9646),h=p(8675),A=p(2722),w=p(226);function D(X,me){1&X&&a.Hsn(0)}const L=["*"];let k=(()=>{class X{constructor(y){this._elementRef=y}focus(){this._elementRef.nativeElement.focus()}}return X.\u0275fac=function(y){return new(y||X)(a.Y36(a.SBq))},X.\u0275dir=a.lG2({type:X,selectors:[["","cdkStepHeader",""]],hostAttrs:["role","tab"]}),X})(),S=(()=>{class X{constructor(y){this.template=y}}return X.\u0275fac=function(y){return new(y||X)(a.Y36(a.Rgc))},X.\u0275dir=a.lG2({type:X,selectors:[["","cdkStepLabel",""]]}),X})(),U=0;const ne=new a.OlP("STEPPER_GLOBAL_OPTIONS");let $=(()=>{class X{constructor(y,i){this._stepper=y,this.interacted=!1,this.interactedStream=new a.vpe,this._editable=!0,this._optional=!1,this._completedOverride=null,this._customError=null,this._stepperOptions=i||{},this._displayDefaultIndicatorType=!1!==this._stepperOptions.displayDefaultIndicatorType}get editable(){return this._editable}set editable(y){this._editable=(0,e.Ig)(y)}get optional(){return this._optional}set optional(y){this._optional=(0,e.Ig)(y)}get completed(){return null==this._completedOverride?this._getDefaultCompleted():this._completedOverride}set completed(y){this._completedOverride=(0,e.Ig)(y)}_getDefaultCompleted(){return this.stepControl?this.stepControl.valid&&this.interacted:this.interacted}get hasError(){return null==this._customError?this._getDefaultError():this._customError}set hasError(y){this._customError=(0,e.Ig)(y)}_getDefaultError(){return this.stepControl&&this.stepControl.invalid&&this.interacted}select(){this._stepper.selected=this}reset(){this.interacted=!1,null!=this._completedOverride&&(this._completedOverride=!1),null!=this._customError&&(this._customError=!1),this.stepControl&&this.stepControl.reset()}ngOnChanges(){this._stepper._stateChanged()}_markAsInteracted(){this.interacted||(this.interacted=!0,this.interactedStream.emit(this))}_showError(){var y;return null!==(y=this._stepperOptions.showError)&&void 0!==y?y:null!=this._customError}}return X.\u0275fac=function(y){return new(y||X)(a.Y36((0,a.Gpc)(()=>de)),a.Y36(ne,8))},X.\u0275cmp=a.Xpm({type:X,selectors:[["cdk-step"]],contentQueries:function(y,i,r){if(1&y&&a.Suo(r,S,5),2&y){let u;a.iGM(u=a.CRH())&&(i.stepLabel=u.first)}},viewQuery:function(y,i){if(1&y&&a.Gf(a.Rgc,7),2&y){let r;a.iGM(r=a.CRH())&&(i.content=r.first)}},inputs:{stepControl:"stepControl",label:"label",errorMessage:"errorMessage",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],state:"state",editable:"editable",optional:"optional",completed:"completed",hasError:"hasError"},outputs:{interactedStream:"interacted"},exportAs:["cdkStep"],features:[a.TTD],ngContentSelectors:L,decls:1,vars:0,template:function(y,i){1&y&&(a.F$t(),a.YNc(0,D,1,0,"ng-template"))},encapsulation:2,changeDetection:0}),X})(),de=(()=>{class X{constructor(y,i,r,u){this._dir=y,this._changeDetectorRef=i,this._elementRef=r,this._destroyed=new d.x,this.steps=new a.n_E,this._sortedHeaders=new a.n_E,this._linear=!1,this._selectedIndex=0,this.selectionChange=new a.vpe,this._orientation="horizontal",this._groupId=U++}get linear(){return this._linear}set linear(y){this._linear=(0,e.Ig)(y)}get selectedIndex(){return this._selectedIndex}set selectedIndex(y){var i;const r=(0,e.su)(y);this.steps&&this._steps?(this._isValidIndex(r),null===(i=this.selected)||void 0===i||i._markAsInteracted(),this._selectedIndex!==r&&!this._anyControlsInvalidOrPending(r)&&(r>=this._selectedIndex||this.steps.toArray()[r].editable)&&this._updateSelectedItemIndex(r)):this._selectedIndex=r}get selected(){return this.steps?this.steps.toArray()[this.selectedIndex]:void 0}set selected(y){this.selectedIndex=y&&this.steps?this.steps.toArray().indexOf(y):-1}get orientation(){return this._orientation}set orientation(y){this._orientation=y,this._keyManager&&this._keyManager.withVerticalOrientation("vertical"===y)}ngAfterContentInit(){this._steps.changes.pipe((0,h.O)(this._steps),(0,A.R)(this._destroyed)).subscribe(y=>{this.steps.reset(y.filter(i=>i._stepper===this)),this.steps.notifyOnChanges()})}ngAfterViewInit(){this._stepHeader.changes.pipe((0,h.O)(this._stepHeader),(0,A.R)(this._destroyed)).subscribe(y=>{this._sortedHeaders.reset(y.toArray().sort((i,r)=>i._elementRef.nativeElement.compareDocumentPosition(r._elementRef.nativeElement)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1)),this._sortedHeaders.notifyOnChanges()}),this._keyManager=new t.Em(this._sortedHeaders).withWrap().withHomeAndEnd().withVerticalOrientation("vertical"===this._orientation),(this._dir?this._dir.change:(0,N.of)()).pipe((0,h.O)(this._layoutDirection()),(0,A.R)(this._destroyed)).subscribe(y=>this._keyManager.withHorizontalOrientation(y)),this._keyManager.updateActiveItem(this._selectedIndex),this.steps.changes.subscribe(()=>{this.selected||(this._selectedIndex=Math.max(this._selectedIndex-1,0))}),this._isValidIndex(this._selectedIndex)||(this._selectedIndex=0)}ngOnDestroy(){this.steps.destroy(),this._sortedHeaders.destroy(),this._destroyed.next(),this._destroyed.complete()}next(){this.selectedIndex=Math.min(this._selectedIndex+1,this.steps.length-1)}previous(){this.selectedIndex=Math.max(this._selectedIndex-1,0)}reset(){this._updateSelectedItemIndex(0),this.steps.forEach(y=>y.reset()),this._stateChanged()}_getStepLabelId(y){return`cdk-step-label-${this._groupId}-${y}`}_getStepContentId(y){return`cdk-step-content-${this._groupId}-${y}`}_stateChanged(){this._changeDetectorRef.markForCheck()}_getAnimationDirection(y){const i=y-this._selectedIndex;return i<0?"rtl"===this._layoutDirection()?"next":"previous":i>0?"rtl"===this._layoutDirection()?"previous":"next":"current"}_getIndicatorType(y,i="number"){const r=this.steps.toArray()[y],u=this._isCurrentStep(y);return r._displayDefaultIndicatorType?this._getDefaultIndicatorLogic(r,u):this._getGuidelineLogic(r,u,i)}_getDefaultIndicatorLogic(y,i){return y._showError()&&y.hasError&&!i?"error":!y.completed||i?"number":y.editable?"edit":"done"}_getGuidelineLogic(y,i,r="number"){return y._showError()&&y.hasError&&!i?"error":y.completed&&!i?"done":y.completed&&i?r:y.editable&&i?"edit":r}_isCurrentStep(y){return this._selectedIndex===y}_getFocusIndex(){return this._keyManager?this._keyManager.activeItemIndex:this._selectedIndex}_updateSelectedItemIndex(y){const i=this.steps.toArray();this.selectionChange.emit({selectedIndex:y,previouslySelectedIndex:this._selectedIndex,selectedStep:i[y],previouslySelectedStep:i[this._selectedIndex]}),this._containsFocus()?this._keyManager.setActiveItem(y):this._keyManager.updateActiveItem(y),this._selectedIndex=y,this._stateChanged()}_onKeydown(y){const i=(0,f.Vb)(y),r=y.keyCode,u=this._keyManager;null==u.activeItemIndex||i||r!==f.L_&&r!==f.K5?u.onKeydown(y):(this.selectedIndex=u.activeItemIndex,y.preventDefault())}_anyControlsInvalidOrPending(y){return!!(this._linear&&y>=0)&&this.steps.toArray().slice(0,y).some(i=>{const r=i.stepControl;return(r?r.invalid||r.pending||!i.interacted:!i.completed)&&!i.optional&&!i._completedOverride})}_layoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_containsFocus(){const y=this._elementRef.nativeElement,i=(0,b.ht)();return y===i||y.contains(i)}_isValidIndex(y){return y>-1&&(!this.steps||y{class X{constructor(y){this._stepper=y,this.type="submit"}}return X.\u0275fac=function(y){return new(y||X)(a.Y36(de))},X.\u0275dir=a.lG2({type:X,selectors:[["button","cdkStepperNext",""]],hostVars:1,hostBindings:function(y,i){1&y&&a.NdJ("click",function(){return i._stepper.next()}),2&y&&a.Ikx("type",i.type)},inputs:{type:"type"}}),X})(),ie=(()=>{class X{constructor(y){this._stepper=y,this.type="button"}}return X.\u0275fac=function(y){return new(y||X)(a.Y36(de))},X.\u0275dir=a.lG2({type:X,selectors:[["button","cdkStepperPrevious",""]],hostVars:1,hostBindings:function(y,i){1&y&&a.NdJ("click",function(){return i._stepper.previous()}),2&y&&a.Ikx("type",i.type)},inputs:{type:"type"}}),X})(),oe=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275mod=a.oAB({type:X}),X.\u0275inj=a.cJS({imports:[[w.vT]]}),X})()},8258:(Ve,j,p)=>{"use strict";p.d(j,{HI:()=>S,Hs:()=>X,Ud:()=>c,VY:()=>k,XJ:()=>u,Xx:()=>i,_0:()=>oe,cu:()=>U,nZ:()=>E,rO:()=>Y});var t=p(449),e=p(5191),f=p(7579),M=p(1135),a=p(9646),b=p(5698),d=p(9300),N=p(2722),h=p(5e3),A=p(3191),w=p(226);class k extends class D{constructor(){this.expansionModel=new t.Ov(!0)}toggle(v){this.expansionModel.toggle(this._trackByValue(v))}expand(v){this.expansionModel.select(this._trackByValue(v))}collapse(v){this.expansionModel.deselect(this._trackByValue(v))}isExpanded(v){return this.expansionModel.isSelected(this._trackByValue(v))}toggleDescendants(v){this.expansionModel.isSelected(this._trackByValue(v))?this.collapseDescendants(v):this.expandDescendants(v)}collapseAll(){this.expansionModel.clear()}expandDescendants(v){let n=[v];n.push(...this.getDescendants(v)),this.expansionModel.select(...n.map(C=>this._trackByValue(C)))}collapseDescendants(v){let n=[v];n.push(...this.getDescendants(v)),this.expansionModel.deselect(...n.map(C=>this._trackByValue(C)))}_trackByValue(v){return this.trackBy?this.trackBy(v):v}}{constructor(v,n){super(),this.getChildren=v,this.options=n,this.options&&(this.trackBy=this.options.trackBy)}expandAll(){this.expansionModel.clear();const v=this.dataNodes.reduce((n,C)=>[...n,...this.getDescendants(C),C],[]);this.expansionModel.select(...v.map(n=>this._trackByValue(n)))}getDescendants(v){const n=[];return this._getDescendants(n,v),n.splice(1)}_getDescendants(v,n){v.push(n);const C=this.getChildren(n);Array.isArray(C)?C.forEach(B=>this._getDescendants(v,B)):(0,e.b)(C)&&C.pipe((0,b.q)(1),(0,d.h)(Boolean)).subscribe(B=>{for(const P of B)this._getDescendants(v,P)})}}const S=new h.OlP("CDK_TREE_NODE_OUTLET_NODE");let U=(()=>{class I{constructor(n,C){this.viewContainer=n,this._node=C}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(h.s_b),h.Y36(S,8))},I.\u0275dir=h.lG2({type:I,selectors:[["","cdkTreeNodeOutlet",""]]}),I})();class Z{constructor(v){this.$implicit=v}}let Y=(()=>{class I{constructor(n){this.template=n}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(h.Rgc))},I.\u0275dir=h.lG2({type:I,selectors:[["","cdkTreeNodeDef",""]],inputs:{when:["cdkTreeNodeDefWhen","when"]}}),I})(),oe=(()=>{class I{constructor(n,C){this._differs=n,this._changeDetectorRef=C,this._onDestroy=new f.x,this._levels=new Map,this.viewChange=new M.X({start:0,end:Number.MAX_VALUE})}get dataSource(){return this._dataSource}set dataSource(n){this._dataSource!==n&&this._switchDataSource(n)}ngOnInit(){this._dataDiffer=this._differs.find([]).create(this.trackBy)}ngOnDestroy(){this._nodeOutlet.viewContainer.clear(),this.viewChange.complete(),this._onDestroy.next(),this._onDestroy.complete(),this._dataSource&&"function"==typeof this._dataSource.disconnect&&this.dataSource.disconnect(this),this._dataSubscription&&(this._dataSubscription.unsubscribe(),this._dataSubscription=null)}ngAfterContentChecked(){const n=this._nodeDefs.filter(C=>!C.when);this._defaultNodeDef=n[0],this.dataSource&&this._nodeDefs&&!this._dataSubscription&&this._observeRenderChanges()}_switchDataSource(n){this._dataSource&&"function"==typeof this._dataSource.disconnect&&this.dataSource.disconnect(this),this._dataSubscription&&(this._dataSubscription.unsubscribe(),this._dataSubscription=null),n||this._nodeOutlet.viewContainer.clear(),this._dataSource=n,this._nodeDefs&&this._observeRenderChanges()}_observeRenderChanges(){let n;(0,t.Z9)(this._dataSource)?n=this._dataSource.connect(this):(0,e.b)(this._dataSource)?n=this._dataSource:Array.isArray(this._dataSource)&&(n=(0,a.of)(this._dataSource)),n&&(this._dataSubscription=n.pipe((0,N.R)(this._onDestroy)).subscribe(C=>this.renderNodeChanges(C)))}renderNodeChanges(n,C=this._dataDiffer,B=this._nodeOutlet.viewContainer,P){const H=C.diff(n);!H||(H.forEachOperation((q,he,_e)=>{if(null==q.previousIndex)this.insertNode(n[_e],_e,B,P);else if(null==_e)B.remove(he),this._levels.delete(q.item);else{const Ne=B.get(he);B.move(Ne,_e)}}),this._changeDetectorRef.detectChanges())}_getNodeDef(n,C){return 1===this._nodeDefs.length?this._nodeDefs.first:this._nodeDefs.find(P=>P.when&&P.when(C,n))||this._defaultNodeDef}insertNode(n,C,B,P){const H=this._getNodeDef(n,C),q=new Z(n);q.level=this.treeControl.getLevel?this.treeControl.getLevel(n):void 0!==P&&this._levels.has(P)?this._levels.get(P)+1:0,this._levels.set(n,q.level),(B||this._nodeOutlet.viewContainer).createEmbeddedView(H.template,q,C),X.mostRecentTreeNode&&(X.mostRecentTreeNode.data=n)}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(h.ZZ4),h.Y36(h.sBO))},I.\u0275cmp=h.Xpm({type:I,selectors:[["cdk-tree"]],contentQueries:function(n,C,B){if(1&n&&h.Suo(B,Y,5),2&n){let P;h.iGM(P=h.CRH())&&(C._nodeDefs=P)}},viewQuery:function(n,C){if(1&n&&h.Gf(U,7),2&n){let B;h.iGM(B=h.CRH())&&(C._nodeOutlet=B.first)}},hostAttrs:["role","tree",1,"cdk-tree"],inputs:{dataSource:"dataSource",treeControl:"treeControl",trackBy:"trackBy"},exportAs:["cdkTree"],decls:1,vars:0,consts:[["cdkTreeNodeOutlet",""]],template:function(n,C){1&n&&h.GkF(0,0)},directives:[U],encapsulation:2}),I})(),X=(()=>{class I{constructor(n,C){this._elementRef=n,this._tree=C,this._destroyed=new f.x,this._dataChanges=new f.x,I.mostRecentTreeNode=this,this.role="treeitem"}get role(){return"treeitem"}set role(n){this._elementRef.nativeElement.setAttribute("role",n)}get data(){return this._data}set data(n){n!==this._data&&(this._data=n,this._setRoleFromData(),this._dataChanges.next())}get isExpanded(){return this._tree.treeControl.isExpanded(this._data)}get level(){return this._tree.treeControl.getLevel?this._tree.treeControl.getLevel(this._data):this._parentNodeAriaLevel}ngOnInit(){this._parentNodeAriaLevel=function me(I){let v=I.parentElement;for(;v&&!y(v);)v=v.parentElement;return v?v.classList.contains("cdk-nested-tree-node")?(0,A.su)(v.getAttribute("aria-level")):0:-1}(this._elementRef.nativeElement),this._elementRef.nativeElement.setAttribute("aria-level",`${this.level+1}`)}ngOnDestroy(){I.mostRecentTreeNode===this&&(I.mostRecentTreeNode=null),this._dataChanges.complete(),this._destroyed.next(),this._destroyed.complete()}focus(){this._elementRef.nativeElement.focus()}_setRoleFromData(){this.role="treeitem"}}return I.mostRecentTreeNode=null,I.\u0275fac=function(n){return new(n||I)(h.Y36(h.SBq),h.Y36(oe))},I.\u0275dir=h.lG2({type:I,selectors:[["cdk-tree-node"]],hostAttrs:[1,"cdk-tree-node"],hostVars:1,hostBindings:function(n,C){2&n&&h.uIk("aria-expanded",C.isExpanded)},inputs:{role:"role"},exportAs:["cdkTreeNode"]}),I})();function y(I){const v=I.classList;return!(!(null==v?void 0:v.contains("cdk-nested-tree-node"))&&!(null==v?void 0:v.contains("cdk-tree")))}let i=(()=>{class I extends X{constructor(n,C,B){super(n,C),this._differs=B}ngAfterContentInit(){this._dataDiffer=this._differs.find([]).create(this._tree.trackBy);const n=this._tree.treeControl.getChildren(this.data);Array.isArray(n)?this.updateChildrenNodes(n):(0,e.b)(n)&&n.pipe((0,N.R)(this._destroyed)).subscribe(C=>this.updateChildrenNodes(C)),this.nodeOutlet.changes.pipe((0,N.R)(this._destroyed)).subscribe(()=>this.updateChildrenNodes())}ngOnInit(){super.ngOnInit()}ngOnDestroy(){this._clear(),super.ngOnDestroy()}updateChildrenNodes(n){const C=this._getNodeOutlet();n&&(this._children=n),C&&this._children?this._tree.renderNodeChanges(this._children,this._dataDiffer,C.viewContainer,this._data):this._dataDiffer.diff([])}_clear(){const n=this._getNodeOutlet();n&&(n.viewContainer.clear(),this._dataDiffer.diff([]))}_getNodeOutlet(){const n=this.nodeOutlet;return n&&n.find(C=>!C._node||C._node===this)}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(h.SBq),h.Y36(oe),h.Y36(h.ZZ4))},I.\u0275dir=h.lG2({type:I,selectors:[["cdk-nested-tree-node"]],contentQueries:function(n,C,B){if(1&n&&h.Suo(B,U,5),2&n){let P;h.iGM(P=h.CRH())&&(C.nodeOutlet=P)}},hostAttrs:[1,"cdk-nested-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex"},exportAs:["cdkNestedTreeNode"],features:[h._Bn([{provide:X,useExisting:I},{provide:S,useExisting:I}]),h.qOj]}),I})();const r=/([A-Za-z%]+)$/;let u=(()=>{class I{constructor(n,C,B,P){this._treeNode=n,this._tree=C,this._element=B,this._dir=P,this._destroyed=new f.x,this.indentUnits="px",this._indent=40,this._setPadding(),P&&P.change.pipe((0,N.R)(this._destroyed)).subscribe(()=>this._setPadding(!0)),n._dataChanges.subscribe(()=>this._setPadding())}get level(){return this._level}set level(n){this._setLevelInput(n)}get indent(){return this._indent}set indent(n){this._setIndentInput(n)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_paddingIndent(){const n=this._treeNode.data&&this._tree.treeControl.getLevel?this._tree.treeControl.getLevel(this._treeNode.data):null,C=null==this._level?n:this._level;return"number"==typeof C?`${C*this._indent}${this.indentUnits}`:null}_setPadding(n=!1){const C=this._paddingIndent();if(C!==this._currentPadding||n){const B=this._element.nativeElement,P=this._dir&&"rtl"===this._dir.value?"paddingRight":"paddingLeft",H="paddingLeft"===P?"paddingRight":"paddingLeft";B.style[P]=C||"",B.style[H]="",this._currentPadding=C}}_setLevelInput(n){this._level=(0,A.su)(n,null),this._setPadding()}_setIndentInput(n){let C=n,B="px";if("string"==typeof n){const P=n.split(r);C=P[0],B=P[1]||B}this.indentUnits=B,this._indent=(0,A.su)(C),this._setPadding()}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(X),h.Y36(oe),h.Y36(h.SBq),h.Y36(w.Is,8))},I.\u0275dir=h.lG2({type:I,selectors:[["","cdkTreeNodePadding",""]],inputs:{level:["cdkTreeNodePadding","level"],indent:["cdkTreeNodePaddingIndent","indent"]}}),I})(),c=(()=>{class I{constructor(n,C){this._tree=n,this._treeNode=C,this._recursive=!1}get recursive(){return this._recursive}set recursive(n){this._recursive=(0,A.Ig)(n)}_toggle(n){this.recursive?this._tree.treeControl.toggleDescendants(this._treeNode.data):this._tree.treeControl.toggle(this._treeNode.data),n.stopPropagation()}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(oe),h.Y36(X))},I.\u0275dir=h.lG2({type:I,selectors:[["","cdkTreeNodeToggle",""]],hostBindings:function(n,C){1&n&&h.NdJ("click",function(P){return C._toggle(P)})},inputs:{recursive:["cdkTreeNodeToggleRecursive","recursive"]}}),I})(),E=(()=>{class I{}return I.\u0275fac=function(n){return new(n||I)},I.\u0275mod=h.oAB({type:I}),I.\u0275inj=h.cJS({}),I})()},9808:(Ve,j,p)=>{"use strict";p.d(j,{Do:()=>de,ED:()=>Bn,EM:()=>Br,HT:()=>a,JF:()=>Qn,JJ:()=>qa,K0:()=>d,Mx:()=>$i,NF:()=>nr,Nd:()=>$r,O5:()=>Ft,OU:()=>zr,Ov:()=>_a,PC:()=>Si,PM:()=>Ia,RF:()=>ki,S$:()=>Z,Ts:()=>pr,V_:()=>A,Ye:()=>te,b0:()=>$,bD:()=>Nr,ez:()=>xr,gd:()=>lr,i8:()=>va,lw:()=>N,mk:()=>Zi,mr:()=>ne,n9:()=>fn,q:()=>f,rS:()=>za,sg:()=>jt,tP:()=>Wi,uU:()=>ha,w_:()=>b});var t=p(5e3);let e=null;function f(){return e}function a(Je){e||(e=Je)}class b{}const d=new t.OlP("DocumentToken");let N=(()=>{class Je{historyGo(Qe){throw new Error("Not implemented")}}return Je.\u0275fac=function(Qe){return new(Qe||Je)},Je.\u0275prov=t.Yz7({token:Je,factory:function(){return function h(){return(0,t.LFG)(w)}()},providedIn:"platform"}),Je})();const A=new t.OlP("Location Initialized");let w=(()=>{class Je extends N{constructor(Qe){super(),this._doc=Qe,this._init()}_init(){this.location=window.location,this._history=window.history}getBaseHrefFromDOM(){return f().getBaseHref(this._doc)}onPopState(Qe){const kt=f().getGlobalEventTarget(this._doc,"window");return kt.addEventListener("popstate",Qe,!1),()=>kt.removeEventListener("popstate",Qe)}onHashChange(Qe){const kt=f().getGlobalEventTarget(this._doc,"window");return kt.addEventListener("hashchange",Qe,!1),()=>kt.removeEventListener("hashchange",Qe)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(Qe){this.location.pathname=Qe}pushState(Qe,kt,ai){D()?this._history.pushState(Qe,kt,ai):this.location.hash=ai}replaceState(Qe,kt,ai){D()?this._history.replaceState(Qe,kt,ai):this.location.hash=ai}forward(){this._history.forward()}back(){this._history.back()}historyGo(Qe=0){this._history.go(Qe)}getState(){return this._history.state}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.LFG(d))},Je.\u0275prov=t.Yz7({token:Je,factory:function(){return function L(){return new w((0,t.LFG)(d))}()},providedIn:"platform"}),Je})();function D(){return!!window.history.pushState}function k(Je,St){if(0==Je.length)return St;if(0==St.length)return Je;let Qe=0;return Je.endsWith("/")&&Qe++,St.startsWith("/")&&Qe++,2==Qe?Je+St.substring(1):1==Qe?Je+St:Je+"/"+St}function S(Je){const St=Je.match(/#|\?|$/),Qe=St&&St.index||Je.length;return Je.slice(0,Qe-("/"===Je[Qe-1]?1:0))+Je.slice(Qe)}function U(Je){return Je&&"?"!==Je[0]?"?"+Je:Je}let Z=(()=>{class Je{historyGo(Qe){throw new Error("Not implemented")}}return Je.\u0275fac=function(Qe){return new(Qe||Je)},Je.\u0275prov=t.Yz7({token:Je,factory:function(){return function Y(Je){const St=(0,t.LFG)(d).location;return new $((0,t.LFG)(N),St&&St.origin||"")}()},providedIn:"root"}),Je})();const ne=new t.OlP("appBaseHref");let $=(()=>{class Je extends Z{constructor(Qe,kt){if(super(),this._platformLocation=Qe,this._removeListenerFns=[],null==kt&&(kt=this._platformLocation.getBaseHrefFromDOM()),null==kt)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=kt}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(Qe){this._removeListenerFns.push(this._platformLocation.onPopState(Qe),this._platformLocation.onHashChange(Qe))}getBaseHref(){return this._baseHref}prepareExternalUrl(Qe){return k(this._baseHref,Qe)}path(Qe=!1){const kt=this._platformLocation.pathname+U(this._platformLocation.search),ai=this._platformLocation.hash;return ai&&Qe?`${kt}${ai}`:kt}pushState(Qe,kt,ai,Ti){const Oi=this.prepareExternalUrl(ai+U(Ti));this._platformLocation.pushState(Qe,kt,Oi)}replaceState(Qe,kt,ai,Ti){const Oi=this.prepareExternalUrl(ai+U(Ti));this._platformLocation.replaceState(Qe,kt,Oi)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}historyGo(Qe=0){var kt,ai;null===(ai=(kt=this._platformLocation).historyGo)||void 0===ai||ai.call(kt,Qe)}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.LFG(N),t.LFG(ne,8))},Je.\u0275prov=t.Yz7({token:Je,factory:Je.\u0275fac}),Je})(),de=(()=>{class Je extends Z{constructor(Qe,kt){super(),this._platformLocation=Qe,this._baseHref="",this._removeListenerFns=[],null!=kt&&(this._baseHref=kt)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(Qe){this._removeListenerFns.push(this._platformLocation.onPopState(Qe),this._platformLocation.onHashChange(Qe))}getBaseHref(){return this._baseHref}path(Qe=!1){let kt=this._platformLocation.hash;return null==kt&&(kt="#"),kt.length>0?kt.substring(1):kt}prepareExternalUrl(Qe){const kt=k(this._baseHref,Qe);return kt.length>0?"#"+kt:kt}pushState(Qe,kt,ai,Ti){let Oi=this.prepareExternalUrl(ai+U(Ti));0==Oi.length&&(Oi=this._platformLocation.pathname),this._platformLocation.pushState(Qe,kt,Oi)}replaceState(Qe,kt,ai,Ti){let Oi=this.prepareExternalUrl(ai+U(Ti));0==Oi.length&&(Oi=this._platformLocation.pathname),this._platformLocation.replaceState(Qe,kt,Oi)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}historyGo(Qe=0){var kt,ai;null===(ai=(kt=this._platformLocation).historyGo)||void 0===ai||ai.call(kt,Qe)}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.LFG(N),t.LFG(ne,8))},Je.\u0275prov=t.Yz7({token:Je,factory:Je.\u0275fac}),Je})(),te=(()=>{class Je{constructor(Qe,kt){this._subject=new t.vpe,this._urlChangeListeners=[],this._platformStrategy=Qe;const ai=this._platformStrategy.getBaseHref();this._platformLocation=kt,this._baseHref=S(X(ai)),this._platformStrategy.onPopState(Ti=>{this._subject.emit({url:this.path(!0),pop:!0,state:Ti.state,type:Ti.type})})}path(Qe=!1){return this.normalize(this._platformStrategy.path(Qe))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(Qe,kt=""){return this.path()==this.normalize(Qe+U(kt))}normalize(Qe){return Je.stripTrailingSlash(function oe(Je,St){return Je&&St.startsWith(Je)?St.substring(Je.length):St}(this._baseHref,X(Qe)))}prepareExternalUrl(Qe){return Qe&&"/"!==Qe[0]&&(Qe="/"+Qe),this._platformStrategy.prepareExternalUrl(Qe)}go(Qe,kt="",ai=null){this._platformStrategy.pushState(ai,"",Qe,kt),this._notifyUrlChangeListeners(this.prepareExternalUrl(Qe+U(kt)),ai)}replaceState(Qe,kt="",ai=null){this._platformStrategy.replaceState(ai,"",Qe,kt),this._notifyUrlChangeListeners(this.prepareExternalUrl(Qe+U(kt)),ai)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}historyGo(Qe=0){var kt,ai;null===(ai=(kt=this._platformStrategy).historyGo)||void 0===ai||ai.call(kt,Qe)}onUrlChange(Qe){this._urlChangeListeners.push(Qe),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(kt=>{this._notifyUrlChangeListeners(kt.url,kt.state)}))}_notifyUrlChangeListeners(Qe="",kt){this._urlChangeListeners.forEach(ai=>ai(Qe,kt))}subscribe(Qe,kt,ai){return this._subject.subscribe({next:Qe,error:kt,complete:ai})}}return Je.normalizeQueryParams=U,Je.joinWithSlash=k,Je.stripTrailingSlash=S,Je.\u0275fac=function(Qe){return new(Qe||Je)(t.LFG(Z),t.LFG(N))},Je.\u0275prov=t.Yz7({token:Je,factory:function(){return function ie(){return new te((0,t.LFG)(Z),(0,t.LFG)(N))}()},providedIn:"root"}),Je})();function X(Je){return Je.replace(/\/index.html$/,"")}var y=(()=>((y=y||{})[y.Decimal=0]="Decimal",y[y.Percent=1]="Percent",y[y.Currency=2]="Currency",y[y.Scientific=3]="Scientific",y))(),r=(()=>((r=r||{})[r.Format=0]="Format",r[r.Standalone=1]="Standalone",r))(),u=(()=>((u=u||{})[u.Narrow=0]="Narrow",u[u.Abbreviated=1]="Abbreviated",u[u.Wide=2]="Wide",u[u.Short=3]="Short",u))(),c=(()=>((c=c||{})[c.Short=0]="Short",c[c.Medium=1]="Medium",c[c.Long=2]="Long",c[c.Full=3]="Full",c))(),_=(()=>((_=_||{})[_.Decimal=0]="Decimal",_[_.Group=1]="Group",_[_.List=2]="List",_[_.PercentSign=3]="PercentSign",_[_.PlusSign=4]="PlusSign",_[_.MinusSign=5]="MinusSign",_[_.Exponential=6]="Exponential",_[_.SuperscriptingExponent=7]="SuperscriptingExponent",_[_.PerMille=8]="PerMille",_[_.Infinity=9]="Infinity",_[_.NaN=10]="NaN",_[_.TimeSeparator=11]="TimeSeparator",_[_.CurrencyDecimal=12]="CurrencyDecimal",_[_.CurrencyGroup=13]="CurrencyGroup",_))();function q(Je,St){return Te((0,t.cg1)(Je)[t.wAp.DateFormat],St)}function he(Je,St){return Te((0,t.cg1)(Je)[t.wAp.TimeFormat],St)}function _e(Je,St){return Te((0,t.cg1)(Je)[t.wAp.DateTimeFormat],St)}function Ne(Je,St){const Qe=(0,t.cg1)(Je),kt=Qe[t.wAp.NumberSymbols][St];if(void 0===kt){if(St===_.CurrencyDecimal)return Qe[t.wAp.NumberSymbols][_.Decimal];if(St===_.CurrencyGroup)return Qe[t.wAp.NumberSymbols][_.Group]}return kt}function dt(Je){if(!Je[t.wAp.ExtraData])throw new Error(`Missing extra locale data for the locale "${Je[t.wAp.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function Te(Je,St){for(let Qe=St;Qe>-1;Qe--)if(void 0!==Je[Qe])return Je[Qe];throw new Error("Locale data API: locale data undefined")}function xe(Je){const[St,Qe]=Je.split(":");return{hours:+St,minutes:+Qe}}const Ce=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Le={},ut=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var ht=(()=>((ht=ht||{})[ht.Short=0]="Short",ht[ht.ShortGMT=1]="ShortGMT",ht[ht.Long=2]="Long",ht[ht.Extended=3]="Extended",ht))(),It=(()=>((It=It||{})[It.FullYear=0]="FullYear",It[It.Month=1]="Month",It[It.Date=2]="Date",It[It.Hours=3]="Hours",It[It.Minutes=4]="Minutes",It[It.Seconds=5]="Seconds",It[It.FractionalSeconds=6]="FractionalSeconds",It[It.Day=7]="Day",It))(),ui=(()=>((ui=ui||{})[ui.DayPeriods=0]="DayPeriods",ui[ui.Days=1]="Days",ui[ui.Months=2]="Months",ui[ui.Eras=3]="Eras",ui))();function Wt(Je,St,Qe,kt){let ai=function Ge(Je){if(st(Je))return Je;if("number"==typeof Je&&!isNaN(Je))return new Date(Je);if("string"==typeof Je){if(Je=Je.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(Je)){const[ai,Ti=1,Oi=1]=Je.split("-").map(rn=>+rn);return Gt(ai,Ti-1,Oi)}const Qe=parseFloat(Je);if(!isNaN(Je-Qe))return new Date(Qe);let kt;if(kt=Je.match(Ce))return function at(Je){const St=new Date(0);let Qe=0,kt=0;const ai=Je[8]?St.setUTCFullYear:St.setFullYear,Ti=Je[8]?St.setUTCHours:St.setHours;Je[9]&&(Qe=Number(Je[9]+Je[10]),kt=Number(Je[9]+Je[11])),ai.call(St,Number(Je[1]),Number(Je[2])-1,Number(Je[3]));const Oi=Number(Je[4]||0)-Qe,rn=Number(Je[5]||0)-kt,qn=Number(Je[6]||0),Ot=Math.floor(1e3*parseFloat("0."+(Je[7]||0)));return Ti.call(St,Oi,rn,qn,Ot),St}(kt)}const St=new Date(Je);if(!st(St))throw new Error(`Unable to convert "${Je}" into a date`);return St}(Je);St=hi(Qe,St)||St;let rn,Oi=[];for(;St;){if(rn=ut.exec(St),!rn){Oi.push(St);break}{Oi=Oi.concat(rn.slice(1));const oi=Oi.pop();if(!oi)break;St=oi}}let qn=ai.getTimezoneOffset();kt&&(qn=tt(kt,qn),ai=function Se(Je,St,Qe){const kt=Qe?-1:1,ai=Je.getTimezoneOffset();return function Xe(Je,St){return(Je=new Date(Je.getTime())).setMinutes(Je.getMinutes()+St),Je}(Je,kt*(tt(St,ai)-ai))}(ai,kt,!0));let Ot="";return Oi.forEach(oi=>{const gt=function Re(Je){if(it[Je])return it[Je];let St;switch(Je){case"G":case"GG":case"GGG":St=ei(ui.Eras,u.Abbreviated);break;case"GGGG":St=ei(ui.Eras,u.Wide);break;case"GGGGG":St=ei(ui.Eras,u.Narrow);break;case"y":St=et(It.FullYear,1,0,!1,!0);break;case"yy":St=et(It.FullYear,2,0,!0,!0);break;case"yyy":St=et(It.FullYear,3,0,!1,!0);break;case"yyyy":St=et(It.FullYear,4,0,!1,!0);break;case"Y":St=Ht(1);break;case"YY":St=Ht(2,!0);break;case"YYY":St=Ht(3);break;case"YYYY":St=Ht(4);break;case"M":case"L":St=et(It.Month,1,1);break;case"MM":case"LL":St=et(It.Month,2,1);break;case"MMM":St=ei(ui.Months,u.Abbreviated);break;case"MMMM":St=ei(ui.Months,u.Wide);break;case"MMMMM":St=ei(ui.Months,u.Narrow);break;case"LLL":St=ei(ui.Months,u.Abbreviated,r.Standalone);break;case"LLLL":St=ei(ui.Months,u.Wide,r.Standalone);break;case"LLLLL":St=ei(ui.Months,u.Narrow,r.Standalone);break;case"w":St=mt(1);break;case"ww":St=mt(2);break;case"W":St=mt(1,!0);break;case"d":St=et(It.Date,1);break;case"dd":St=et(It.Date,2);break;case"c":case"cc":St=et(It.Day,1);break;case"ccc":St=ei(ui.Days,u.Abbreviated,r.Standalone);break;case"cccc":St=ei(ui.Days,u.Wide,r.Standalone);break;case"ccccc":St=ei(ui.Days,u.Narrow,r.Standalone);break;case"cccccc":St=ei(ui.Days,u.Short,r.Standalone);break;case"E":case"EE":case"EEE":St=ei(ui.Days,u.Abbreviated);break;case"EEEE":St=ei(ui.Days,u.Wide);break;case"EEEEE":St=ei(ui.Days,u.Narrow);break;case"EEEEEE":St=ei(ui.Days,u.Short);break;case"a":case"aa":case"aaa":St=ei(ui.DayPeriods,u.Abbreviated);break;case"aaaa":St=ei(ui.DayPeriods,u.Wide);break;case"aaaaa":St=ei(ui.DayPeriods,u.Narrow);break;case"b":case"bb":case"bbb":St=ei(ui.DayPeriods,u.Abbreviated,r.Standalone,!0);break;case"bbbb":St=ei(ui.DayPeriods,u.Wide,r.Standalone,!0);break;case"bbbbb":St=ei(ui.DayPeriods,u.Narrow,r.Standalone,!0);break;case"B":case"BB":case"BBB":St=ei(ui.DayPeriods,u.Abbreviated,r.Format,!0);break;case"BBBB":St=ei(ui.DayPeriods,u.Wide,r.Format,!0);break;case"BBBBB":St=ei(ui.DayPeriods,u.Narrow,r.Format,!0);break;case"h":St=et(It.Hours,1,-12);break;case"hh":St=et(It.Hours,2,-12);break;case"H":St=et(It.Hours,1);break;case"HH":St=et(It.Hours,2);break;case"m":St=et(It.Minutes,1);break;case"mm":St=et(It.Minutes,2);break;case"s":St=et(It.Seconds,1);break;case"ss":St=et(It.Seconds,2);break;case"S":St=et(It.FractionalSeconds,1);break;case"SS":St=et(It.FractionalSeconds,2);break;case"SSS":St=et(It.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":St=Pe(ht.Short);break;case"ZZZZZ":St=Pe(ht.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":St=Pe(ht.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":St=Pe(ht.Long);break;default:return null}return it[Je]=St,St}(oi);Ot+=gt?gt(ai,Qe,qn):"''"===oi?"'":oi.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),Ot}function Gt(Je,St,Qe){const kt=new Date(0);return kt.setFullYear(Je,St,Qe),kt.setHours(0,0,0),kt}function hi(Je,St){const Qe=function I(Je){return(0,t.cg1)(Je)[t.wAp.LocaleId]}(Je);if(Le[Qe]=Le[Qe]||{},Le[Qe][St])return Le[Qe][St];let kt="";switch(St){case"shortDate":kt=q(Je,c.Short);break;case"mediumDate":kt=q(Je,c.Medium);break;case"longDate":kt=q(Je,c.Long);break;case"fullDate":kt=q(Je,c.Full);break;case"shortTime":kt=he(Je,c.Short);break;case"mediumTime":kt=he(Je,c.Medium);break;case"longTime":kt=he(Je,c.Long);break;case"fullTime":kt=he(Je,c.Full);break;case"short":const ai=hi(Je,"shortTime"),Ti=hi(Je,"shortDate");kt=xt(_e(Je,c.Short),[ai,Ti]);break;case"medium":const Oi=hi(Je,"mediumTime"),rn=hi(Je,"mediumDate");kt=xt(_e(Je,c.Medium),[Oi,rn]);break;case"long":const qn=hi(Je,"longTime"),Ot=hi(Je,"longDate");kt=xt(_e(Je,c.Long),[qn,Ot]);break;case"full":const oi=hi(Je,"fullTime"),gt=hi(Je,"fullDate");kt=xt(_e(Je,c.Full),[oi,gt])}return kt&&(Le[Qe][St]=kt),kt}function xt(Je,St){return St&&(Je=Je.replace(/\{([^}]+)}/g,function(Qe,kt){return null!=St&&kt in St?St[kt]:Qe})),Je}function Nt(Je,St,Qe="-",kt,ai){let Ti="";(Je<0||ai&&Je<=0)&&(ai?Je=1-Je:(Je=-Je,Ti=Qe));let Oi=String(Je);for(;Oi.length0||rn>-Qe)&&(rn+=Qe),Je===It.Hours)0===rn&&-12===Qe&&(rn=12);else if(Je===It.FractionalSeconds)return function Ct(Je,St){return Nt(Je,3).substr(0,St)}(rn,St);const qn=Ne(Oi,_.MinusSign);return Nt(rn,St,qn,kt,ai)}}function ei(Je,St,Qe=r.Format,kt=!1){return function(ai,Ti){return function Yt(Je,St,Qe,kt,ai,Ti){switch(Qe){case ui.Months:return function C(Je,St,Qe){const kt=(0,t.cg1)(Je),Ti=Te([kt[t.wAp.MonthsFormat],kt[t.wAp.MonthsStandalone]],St);return Te(Ti,Qe)}(St,ai,kt)[Je.getMonth()];case ui.Days:return function n(Je,St,Qe){const kt=(0,t.cg1)(Je),Ti=Te([kt[t.wAp.DaysFormat],kt[t.wAp.DaysStandalone]],St);return Te(Ti,Qe)}(St,ai,kt)[Je.getDay()];case ui.DayPeriods:const Oi=Je.getHours(),rn=Je.getMinutes();if(Ti){const Ot=function Ie(Je){const St=(0,t.cg1)(Je);return dt(St),(St[t.wAp.ExtraData][2]||[]).map(kt=>"string"==typeof kt?xe(kt):[xe(kt[0]),xe(kt[1])])}(St),oi=function Ae(Je,St,Qe){const kt=(0,t.cg1)(Je);dt(kt);const Ti=Te([kt[t.wAp.ExtraData][0],kt[t.wAp.ExtraData][1]],St)||[];return Te(Ti,Qe)||[]}(St,ai,kt),gt=Ot.findIndex(Qt=>{if(Array.isArray(Qt)){const[Di,Gi]=Qt,Ke=Oi>=Di.hours&&rn>=Di.minutes,We=Oi0?Math.floor(ai/60):Math.ceil(ai/60);switch(Je){case ht.Short:return(ai>=0?"+":"")+Nt(Oi,2,Ti)+Nt(Math.abs(ai%60),2,Ti);case ht.ShortGMT:return"GMT"+(ai>=0?"+":"")+Nt(Oi,1,Ti);case ht.Long:return"GMT"+(ai>=0?"+":"")+Nt(Oi,2,Ti)+":"+Nt(Math.abs(ai%60),2,Ti);case ht.Extended:return 0===kt?"Z":(ai>=0?"+":"")+Nt(Oi,2,Ti)+":"+Nt(Math.abs(ai%60),2,Ti);default:throw new Error(`Unknown zone width "${Je}"`)}}}function pt(Je){return Gt(Je.getFullYear(),Je.getMonth(),Je.getDate()+(4-Je.getDay()))}function mt(Je,St=!1){return function(Qe,kt){let ai;if(St){const Ti=new Date(Qe.getFullYear(),Qe.getMonth(),1).getDay()-1,Oi=Qe.getDate();ai=1+Math.floor((Oi+Ti)/7)}else{const Ti=pt(Qe),Oi=function be(Je){const St=Gt(Je,0,1).getDay();return Gt(Je,0,1+(St<=4?4:11)-St)}(Ti.getFullYear()),rn=Ti.getTime()-Oi.getTime();ai=1+Math.round(rn/6048e5)}return Nt(ai,Je,Ne(kt,_.MinusSign))}}function Ht(Je,St=!1){return function(Qe,kt){return Nt(pt(Qe).getFullYear(),Je,Ne(kt,_.MinusSign),St)}}const it={};function tt(Je,St){Je=Je.replace(/:/g,"");const Qe=Date.parse("Jan 01, 1970 00:00:00 "+Je)/6e4;return isNaN(Qe)?St:Qe}function st(Je){return Je instanceof Date&&!isNaN(Je.valueOf())}const bt=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function qe(Je){const St=parseInt(Je);if(isNaN(St))throw new Error("Invalid integer literal when parsing "+Je);return St}function $i(Je,St){St=encodeURIComponent(St);for(const Qe of Je.split(";")){const kt=Qe.indexOf("="),[ai,Ti]=-1==kt?[Qe,""]:[Qe.slice(0,kt),Qe.slice(kt+1)];if(ai.trim()===St)return decodeURIComponent(Ti)}return null}let Zi=(()=>{class Je{constructor(Qe,kt,ai,Ti){this._iterableDiffers=Qe,this._keyValueDiffers=kt,this._ngEl=ai,this._renderer=Ti,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(Qe){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof Qe?Qe.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(Qe){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof Qe?Qe.split(/\s+/):Qe,this._rawClass&&((0,t.sIi)(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const Qe=this._iterableDiffer.diff(this._rawClass);Qe&&this._applyIterableChanges(Qe)}else if(this._keyValueDiffer){const Qe=this._keyValueDiffer.diff(this._rawClass);Qe&&this._applyKeyValueChanges(Qe)}}_applyKeyValueChanges(Qe){Qe.forEachAddedItem(kt=>this._toggleClass(kt.key,kt.currentValue)),Qe.forEachChangedItem(kt=>this._toggleClass(kt.key,kt.currentValue)),Qe.forEachRemovedItem(kt=>{kt.previousValue&&this._toggleClass(kt.key,!1)})}_applyIterableChanges(Qe){Qe.forEachAddedItem(kt=>{if("string"!=typeof kt.item)throw new Error(`NgClass can only toggle CSS classes expressed as strings, got ${(0,t.AaK)(kt.item)}`);this._toggleClass(kt.item,!0)}),Qe.forEachRemovedItem(kt=>this._toggleClass(kt.item,!1))}_applyClasses(Qe){Qe&&(Array.isArray(Qe)||Qe instanceof Set?Qe.forEach(kt=>this._toggleClass(kt,!0)):Object.keys(Qe).forEach(kt=>this._toggleClass(kt,!!Qe[kt])))}_removeClasses(Qe){Qe&&(Array.isArray(Qe)||Qe instanceof Set?Qe.forEach(kt=>this._toggleClass(kt,!1)):Object.keys(Qe).forEach(kt=>this._toggleClass(kt,!1)))}_toggleClass(Qe,kt){(Qe=Qe.trim())&&Qe.split(/\s+/g).forEach(ai=>{kt?this._renderer.addClass(this._ngEl.nativeElement,ai):this._renderer.removeClass(this._ngEl.nativeElement,ai)})}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.ZZ4),t.Y36(t.aQg),t.Y36(t.SBq),t.Y36(t.Qsj))},Je.\u0275dir=t.lG2({type:Je,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"}}),Je})();class gn{constructor(St,Qe,kt,ai){this.$implicit=St,this.ngForOf=Qe,this.index=kt,this.count=ai}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}let jt=(()=>{class Je{constructor(Qe,kt,ai){this._viewContainer=Qe,this._template=kt,this._differs=ai,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(Qe){this._ngForOf=Qe,this._ngForOfDirty=!0}set ngForTrackBy(Qe){this._trackByFn=Qe}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(Qe){Qe&&(this._template=Qe)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const Qe=this._ngForOf;!this._differ&&Qe&&(this._differ=this._differs.find(Qe).create(this.ngForTrackBy))}if(this._differ){const Qe=this._differ.diff(this._ngForOf);Qe&&this._applyChanges(Qe)}}_applyChanges(Qe){const kt=this._viewContainer;Qe.forEachOperation((ai,Ti,Oi)=>{if(null==ai.previousIndex)kt.createEmbeddedView(this._template,new gn(ai.item,this._ngForOf,-1,-1),null===Oi?void 0:Oi);else if(null==Oi)kt.remove(null===Ti?void 0:Ti);else if(null!==Ti){const rn=kt.get(Ti);kt.move(rn,Oi),wi(rn,ai)}});for(let ai=0,Ti=kt.length;ai{wi(kt.get(ai.currentIndex),ai)})}static ngTemplateContextGuard(Qe,kt){return!0}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.s_b),t.Y36(t.Rgc),t.Y36(t.ZZ4))},Je.\u0275dir=t.lG2({type:Je,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}}),Je})();function wi(Je,St){Je.context.$implicit=St.item}let Ft=(()=>{class Je{constructor(Qe,kt){this._viewContainer=Qe,this._context=new Kt,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=kt}set ngIf(Qe){this._context.$implicit=this._context.ngIf=Qe,this._updateView()}set ngIfThen(Qe){mi("ngIfThen",Qe),this._thenTemplateRef=Qe,this._thenViewRef=null,this._updateView()}set ngIfElse(Qe){mi("ngIfElse",Qe),this._elseTemplateRef=Qe,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(Qe,kt){return!0}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.s_b),t.Y36(t.Rgc))},Je.\u0275dir=t.lG2({type:Je,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}}),Je})();class Kt{constructor(){this.$implicit=null,this.ngIf=null}}function mi(Je,St){if(St&&!St.createEmbeddedView)throw new Error(`${Je} must be a TemplateRef, but received '${(0,t.AaK)(St)}'.`)}class Ni{constructor(St,Qe){this._viewContainerRef=St,this._templateRef=Qe,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(St){St&&!this._created?this.create():!St&&this._created&&this.destroy()}}let ki=(()=>{class Je{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(Qe){this._ngSwitch=Qe,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(Qe){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(Qe)}_matchCase(Qe){const kt=Qe==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||kt,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),kt}_updateDefaultCases(Qe){if(this._defaultViews&&Qe!==this._defaultUsed){this._defaultUsed=Qe;for(let kt=0;kt{class Je{constructor(Qe,kt,ai){this.ngSwitch=ai,ai._addCase(),this._view=new Ni(Qe,kt)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.s_b),t.Y36(t.Rgc),t.Y36(ki,9))},Je.\u0275dir=t.lG2({type:Je,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"}}),Je})(),Bn=(()=>{class Je{constructor(Qe,kt,ai){ai._addDefault(new Ni(Qe,kt))}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.s_b),t.Y36(t.Rgc),t.Y36(ki,9))},Je.\u0275dir=t.lG2({type:Je,selectors:[["","ngSwitchDefault",""]]}),Je})(),Si=(()=>{class Je{constructor(Qe,kt,ai){this._ngEl=Qe,this._differs=kt,this._renderer=ai,this._ngStyle=null,this._differ=null}set ngStyle(Qe){this._ngStyle=Qe,!this._differ&&Qe&&(this._differ=this._differs.find(Qe).create())}ngDoCheck(){if(this._differ){const Qe=this._differ.diff(this._ngStyle);Qe&&this._applyChanges(Qe)}}_setStyle(Qe,kt){const[ai,Ti]=Qe.split(".");null!=(kt=null!=kt&&Ti?`${kt}${Ti}`:kt)?this._renderer.setStyle(this._ngEl.nativeElement,ai,kt):this._renderer.removeStyle(this._ngEl.nativeElement,ai)}_applyChanges(Qe){Qe.forEachRemovedItem(kt=>this._setStyle(kt.key,null)),Qe.forEachAddedItem(kt=>this._setStyle(kt.key,kt.currentValue)),Qe.forEachChangedItem(kt=>this._setStyle(kt.key,kt.currentValue))}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.SBq),t.Y36(t.aQg),t.Y36(t.Qsj))},Je.\u0275dir=t.lG2({type:Je,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}}),Je})(),Wi=(()=>{class Je{constructor(Qe){this._viewContainerRef=Qe,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(Qe){if(Qe.ngTemplateOutlet){const kt=this._viewContainerRef;this._viewRef&&kt.remove(kt.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?kt.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&Qe.ngTemplateOutletContext&&this.ngTemplateOutletContext&&(this._viewRef.context=this.ngTemplateOutletContext)}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.s_b))},Je.\u0275dir=t.lG2({type:Je,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet"},features:[t.TTD]}),Je})();function Kn(Je,St){return new t.vHH(2100,"")}class cr{createSubscription(St,Qe){return St.subscribe({next:Qe,error:kt=>{throw kt}})}dispose(St){St.unsubscribe()}onDestroy(St){St.unsubscribe()}}class Fr{createSubscription(St,Qe){return St.then(Qe,kt=>{throw kt})}dispose(St){}onDestroy(St){}}const Vr=new Fr,ua=new cr;let _a=(()=>{class Je{constructor(Qe){this._ref=Qe,this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(Qe){return this._obj?Qe!==this._obj?(this._dispose(),this.transform(Qe)):this._latestValue:(Qe&&this._subscribe(Qe),this._latestValue)}_subscribe(Qe){this._obj=Qe,this._strategy=this._selectStrategy(Qe),this._subscription=this._strategy.createSubscription(Qe,kt=>this._updateLatestValue(Qe,kt))}_selectStrategy(Qe){if((0,t.QGY)(Qe))return Vr;if((0,t.F4k)(Qe))return ua;throw Kn()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(Qe,kt){Qe===this._obj&&(this._latestValue=kt,this._ref.markForCheck())}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.sBO,16))},Je.\u0275pipe=t.Yjl({name:"async",type:Je,pure:!1}),Je})(),va=(()=>{class Je{transform(Qe){if(null==Qe)return null;if("string"!=typeof Qe)throw Kn();return Qe.toLowerCase()}}return Je.\u0275fac=function(Qe){return new(Qe||Je)},Je.\u0275pipe=t.Yjl({name:"lowercase",type:Je,pure:!0}),Je})();const Va=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;let za=(()=>{class Je{transform(Qe){if(null==Qe)return null;if("string"!=typeof Qe)throw Kn();return Qe.replace(Va,kt=>kt[0].toUpperCase()+kt.substr(1).toLowerCase())}}return Je.\u0275fac=function(Qe){return new(Qe||Je)},Je.\u0275pipe=t.Yjl({name:"titlecase",type:Je,pure:!0}),Je})(),lr=(()=>{class Je{transform(Qe){if(null==Qe)return null;if("string"!=typeof Qe)throw Kn();return Qe.toUpperCase()}}return Je.\u0275fac=function(Qe){return new(Qe||Je)},Je.\u0275pipe=t.Yjl({name:"uppercase",type:Je,pure:!0}),Je})();const Xr=new t.OlP("DATE_PIPE_DEFAULT_TIMEZONE");let ha=(()=>{class Je{constructor(Qe,kt){this.locale=Qe,this.defaultTimezone=kt}transform(Qe,kt="mediumDate",ai,Ti){var Oi;if(null==Qe||""===Qe||Qe!=Qe)return null;try{return Wt(Qe,kt,Ti||this.locale,null!==(Oi=null!=ai?ai:this.defaultTimezone)&&void 0!==Oi?Oi:void 0)}catch(rn){throw Kn()}}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.soG,16),t.Y36(Xr,24))},Je.\u0275pipe=t.Yjl({name:"date",type:Je,pure:!0}),Je})(),pr=(()=>{class Je{transform(Qe){return JSON.stringify(Qe,null,2)}}return Je.\u0275fac=function(Qe){return new(Qe||Je)},Je.\u0275pipe=t.Yjl({name:"json",type:Je,pure:!1}),Je})(),$r=(()=>{class Je{constructor(Qe){this.differs=Qe,this.keyValues=[],this.compareFn=ir}transform(Qe,kt=ir){if(!Qe||!(Qe instanceof Map)&&"object"!=typeof Qe)return null;this.differ||(this.differ=this.differs.find(Qe).create());const ai=this.differ.diff(Qe),Ti=kt!==this.compareFn;return ai&&(this.keyValues=[],ai.forEachItem(Oi=>{this.keyValues.push(function hn(Je,St){return{key:Je,value:St}}(Oi.key,Oi.currentValue))})),(ai||Ti)&&(this.keyValues.sort(kt),this.compareFn=kt),this.keyValues}}return Je.\u0275fac=function(Qe){return new(Qe||Je)(t.Y36(t.aQg,16))},Je.\u0275pipe=t.Yjl({name:"keyvalue",type:Je,pure:!1}),Je})();function ir(Je,St){const Qe=Je.key,kt=St.key;if(Qe===kt)return 0;if(void 0===Qe)return 1;if(void 0===kt)return-1;if(null===Qe)return 1;if(null===kt)return-1;if("string"==typeof Qe&&"string"==typeof kt)return Qe{class Je{constructor(Qe){this._locale=Qe}transform(Qe,kt,ai){if(!function ea(Je){return!(null==Je||""===Je||Je!=Je)}(Qe))return null;ai=ai||this._locale;try{return function Tt(Je,St,Qe){return function zi(Je,St,Qe,kt,ai,Ti,Oi=!1){let rn="",qn=!1;if(isFinite(Je)){let Ot=function _t(Je){let kt,ai,Ti,Oi,rn,St=Math.abs(Je)+"",Qe=0;for((ai=St.indexOf("."))>-1&&(St=St.replace(".","")),(Ti=St.search(/e/i))>0?(ai<0&&(ai=Ti),ai+=+St.slice(Ti+1),St=St.substring(0,Ti)):ai<0&&(ai=St.length),Ti=0;"0"===St.charAt(Ti);Ti++);if(Ti===(rn=St.length))kt=[0],ai=1;else{for(rn--;"0"===St.charAt(rn);)rn--;for(ai-=Ti,kt=[],Oi=0;Ti<=rn;Ti++,Oi++)kt[Oi]=Number(St.charAt(Ti))}return ai>22&&(kt=kt.splice(0,21),Qe=ai-1,ai=1),{digits:kt,exponent:Qe,integerLen:ai}}(Je);Oi&&(Ot=function je(Je){if(0===Je.digits[0])return Je;const St=Je.digits.length-Je.integerLen;return Je.exponent?Je.exponent+=2:(0===St?Je.digits.push(0,0):1===St&&Je.digits.push(0),Je.integerLen+=2),Je}(Ot));let oi=St.minInt,gt=St.minFrac,Qt=St.maxFrac;if(Ti){const Lt=Ti.match(bt);if(null===Lt)throw new Error(`${Ti} is not a valid digit info`);const yi=Lt[1],Yi=Lt[3],Fn=Lt[5];null!=yi&&(oi=qe(yi)),null!=Yi&&(gt=qe(Yi)),null!=Fn?Qt=qe(Fn):null!=Yi&>>Qt&&(Qt=gt)}!function re(Je,St,Qe){if(St>Qe)throw new Error(`The minimum number of digits after fraction (${St}) is higher than the maximum (${Qe}).`);let kt=Je.digits,ai=kt.length-Je.integerLen;const Ti=Math.min(Math.max(St,ai),Qe);let Oi=Ti+Je.integerLen,rn=kt[Oi];if(Oi>0){kt.splice(Math.max(Je.integerLen,Oi));for(let gt=Oi;gt=5)if(Oi-1<0){for(let gt=0;gt>Oi;gt--)kt.unshift(0),Je.integerLen++;kt.unshift(1),Je.integerLen++}else kt[Oi-1]++;for(;ai=Ot?Gi.pop():qn=!1),Qt>=10?1:0},0);oi&&(kt.unshift(oi),Je.integerLen++)}(Ot,gt,Qt);let Di=Ot.digits,Gi=Ot.integerLen;const Ke=Ot.exponent;let We=[];for(qn=Di.every(Lt=>!Lt);Gi0?We=Di.splice(Gi,Di.length):(We=Di,Di=[0]);const He=[];for(Di.length>=St.lgSize&&He.unshift(Di.splice(-St.lgSize,Di.length).join(""));Di.length>St.gSize;)He.unshift(Di.splice(-St.gSize,Di.length).join(""));Di.length&&He.unshift(Di.join("")),rn=He.join(Ne(Qe,kt)),We.length&&(rn+=Ne(Qe,ai)+We.join("")),Ke&&(rn+=Ne(Qe,_.Exponential)+"+"+Ke)}else rn=Ne(Qe,_.Infinity);return rn=Je<0&&!qn?St.negPre+rn+St.negSuf:St.posPre+rn+St.posSuf,rn}(Je,function pe(Je,St="-"){const Qe={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},kt=Je.split(";"),ai=kt[0],Ti=kt[1],Oi=-1!==ai.indexOf(".")?ai.split("."):[ai.substring(0,ai.lastIndexOf("0")+1),ai.substring(ai.lastIndexOf("0")+1)],rn=Oi[0],qn=Oi[1]||"";Qe.posPre=rn.substr(0,rn.indexOf("#"));for(let oi=0;oi{class Je{transform(Qe,kt,ai){if(null==Qe)return null;if(!this.supports(Qe))throw Kn();return Qe.slice(kt,ai)}supports(Qe){return"string"==typeof Qe||Array.isArray(Qe)}}return Je.\u0275fac=function(Qe){return new(Qe||Je)},Je.\u0275pipe=t.Yjl({name:"slice",type:Je,pure:!1}),Je})(),xr=(()=>{class Je{}return Je.\u0275fac=function(Qe){return new(Qe||Je)},Je.\u0275mod=t.oAB({type:Je}),Je.\u0275inj=t.cJS({}),Je})();const Nr="browser";function nr(Je){return Je===Nr}function Ia(Je){return"server"===Je}let Br=(()=>{class Je{}return Je.\u0275prov=(0,t.Yz7)({token:Je,providedIn:"root",factory:()=>new Dr((0,t.LFG)(d),window)}),Je})();class Dr{constructor(St,Qe){this.document=St,this.window=Qe,this.offset=()=>[0,0]}setOffset(St){this.offset=Array.isArray(St)?()=>St:St}getScrollPosition(){return this.supportsScrolling()?[this.window.pageXOffset,this.window.pageYOffset]:[0,0]}scrollToPosition(St){this.supportsScrolling()&&this.window.scrollTo(St[0],St[1])}scrollToAnchor(St){if(!this.supportsScrolling())return;const Qe=function ba(Je,St){const Qe=Je.getElementById(St)||Je.getElementsByName(St)[0];if(Qe)return Qe;if("function"==typeof Je.createTreeWalker&&Je.body&&(Je.body.createShadowRoot||Je.body.attachShadow)){const kt=Je.createTreeWalker(Je.body,NodeFilter.SHOW_ELEMENT);let ai=kt.currentNode;for(;ai;){const Ti=ai.shadowRoot;if(Ti){const Oi=Ti.getElementById(St)||Ti.querySelector(`[name="${St}"]`);if(Oi)return Oi}ai=kt.nextNode()}}return null}(this.document,St);Qe&&(this.scrollToElement(Qe),Qe.focus())}setHistoryScrollRestoration(St){if(this.supportScrollRestoration()){const Qe=this.window.history;Qe&&Qe.scrollRestoration&&(Qe.scrollRestoration=St)}}scrollToElement(St){const Qe=St.getBoundingClientRect(),kt=Qe.left+this.window.pageXOffset,ai=Qe.top+this.window.pageYOffset,Ti=this.offset();this.window.scrollTo(kt-Ti[0],ai-Ti[1])}supportScrollRestoration(){try{if(!this.supportsScrolling())return!1;const St=Ur(this.window.history)||Ur(Object.getPrototypeOf(this.window.history));return!(!St||!St.writable&&!St.set)}catch(St){return!1}}supportsScrolling(){try{return!!this.window&&!!this.window.scrollTo&&"pageXOffset"in this.window}catch(St){return!1}}}function Ur(Je){return Object.getOwnPropertyDescriptor(Je,"scrollRestoration")}class Qn{}},8138:(Ve,j,p)=>{"use strict";p.d(j,{JF:()=>xe,LE:()=>Z,TP:()=>I,eN:()=>_});var t=p(9808),e=p(5e3),f=p(9646),M=p(8306),a=p(4351),b=p(9300),d=p(4004);class N{}class h{}class A{constructor(Ce){this.normalizedNames=new Map,this.lazyUpdate=null,Ce?this.lazyInit="string"==typeof Ce?()=>{this.headers=new Map,Ce.split("\n").forEach(Le=>{const ut=Le.indexOf(":");if(ut>0){const ht=Le.slice(0,ut),It=ht.toLowerCase(),ui=Le.slice(ut+1).trim();this.maybeSetNormalizedName(ht,It),this.headers.has(It)?this.headers.get(It).push(ui):this.headers.set(It,[ui])}})}:()=>{this.headers=new Map,Object.keys(Ce).forEach(Le=>{let ut=Ce[Le];const ht=Le.toLowerCase();"string"==typeof ut&&(ut=[ut]),ut.length>0&&(this.headers.set(ht,ut),this.maybeSetNormalizedName(Le,ht))})}:this.headers=new Map}has(Ce){return this.init(),this.headers.has(Ce.toLowerCase())}get(Ce){this.init();const Le=this.headers.get(Ce.toLowerCase());return Le&&Le.length>0?Le[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(Ce){return this.init(),this.headers.get(Ce.toLowerCase())||null}append(Ce,Le){return this.clone({name:Ce,value:Le,op:"a"})}set(Ce,Le){return this.clone({name:Ce,value:Le,op:"s"})}delete(Ce,Le){return this.clone({name:Ce,value:Le,op:"d"})}maybeSetNormalizedName(Ce,Le){this.normalizedNames.has(Le)||this.normalizedNames.set(Le,Ce)}init(){this.lazyInit&&(this.lazyInit instanceof A?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(Ce=>this.applyUpdate(Ce)),this.lazyUpdate=null))}copyFrom(Ce){Ce.init(),Array.from(Ce.headers.keys()).forEach(Le=>{this.headers.set(Le,Ce.headers.get(Le)),this.normalizedNames.set(Le,Ce.normalizedNames.get(Le))})}clone(Ce){const Le=new A;return Le.lazyInit=this.lazyInit&&this.lazyInit instanceof A?this.lazyInit:this,Le.lazyUpdate=(this.lazyUpdate||[]).concat([Ce]),Le}applyUpdate(Ce){const Le=Ce.name.toLowerCase();switch(Ce.op){case"a":case"s":let ut=Ce.value;if("string"==typeof ut&&(ut=[ut]),0===ut.length)return;this.maybeSetNormalizedName(Ce.name,Le);const ht=("a"===Ce.op?this.headers.get(Le):void 0)||[];ht.push(...ut),this.headers.set(Le,ht);break;case"d":const It=Ce.value;if(It){let ui=this.headers.get(Le);if(!ui)return;ui=ui.filter(Wt=>-1===It.indexOf(Wt)),0===ui.length?(this.headers.delete(Le),this.normalizedNames.delete(Le)):this.headers.set(Le,ui)}else this.headers.delete(Le),this.normalizedNames.delete(Le)}}forEach(Ce){this.init(),Array.from(this.normalizedNames.keys()).forEach(Le=>Ce(this.normalizedNames.get(Le),this.headers.get(Le)))}}class w{encodeKey(Ce){return S(Ce)}encodeValue(Ce){return S(Ce)}decodeKey(Ce){return decodeURIComponent(Ce)}decodeValue(Ce){return decodeURIComponent(Ce)}}const L=/%(\d[a-f0-9])/gi,k={40:"@","3A":":",24:"$","2C":",","3B":";","2B":"+","3D":"=","3F":"?","2F":"/"};function S(ue){return encodeURIComponent(ue).replace(L,(Ce,Le)=>{var ut;return null!==(ut=k[Le])&&void 0!==ut?ut:Ce})}function U(ue){return`${ue}`}class Z{constructor(Ce={}){if(this.updates=null,this.cloneFrom=null,this.encoder=Ce.encoder||new w,Ce.fromString){if(Ce.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function D(ue,Ce){const Le=new Map;return ue.length>0&&ue.replace(/^\?/,"").split("&").forEach(ht=>{const It=ht.indexOf("="),[ui,Wt]=-1==It?[Ce.decodeKey(ht),""]:[Ce.decodeKey(ht.slice(0,It)),Ce.decodeValue(ht.slice(It+1))],Gt=Le.get(ui)||[];Gt.push(Wt),Le.set(ui,Gt)}),Le}(Ce.fromString,this.encoder)}else Ce.fromObject?(this.map=new Map,Object.keys(Ce.fromObject).forEach(Le=>{const ut=Ce.fromObject[Le];this.map.set(Le,Array.isArray(ut)?ut:[ut])})):this.map=null}has(Ce){return this.init(),this.map.has(Ce)}get(Ce){this.init();const Le=this.map.get(Ce);return Le?Le[0]:null}getAll(Ce){return this.init(),this.map.get(Ce)||null}keys(){return this.init(),Array.from(this.map.keys())}append(Ce,Le){return this.clone({param:Ce,value:Le,op:"a"})}appendAll(Ce){const Le=[];return Object.keys(Ce).forEach(ut=>{const ht=Ce[ut];Array.isArray(ht)?ht.forEach(It=>{Le.push({param:ut,value:It,op:"a"})}):Le.push({param:ut,value:ht,op:"a"})}),this.clone(Le)}set(Ce,Le){return this.clone({param:Ce,value:Le,op:"s"})}delete(Ce,Le){return this.clone({param:Ce,value:Le,op:"d"})}toString(){return this.init(),this.keys().map(Ce=>{const Le=this.encoder.encodeKey(Ce);return this.map.get(Ce).map(ut=>Le+"="+this.encoder.encodeValue(ut)).join("&")}).filter(Ce=>""!==Ce).join("&")}clone(Ce){const Le=new Z({encoder:this.encoder});return Le.cloneFrom=this.cloneFrom||this,Le.updates=(this.updates||[]).concat(Ce),Le}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(Ce=>this.map.set(Ce,this.cloneFrom.map.get(Ce))),this.updates.forEach(Ce=>{switch(Ce.op){case"a":case"s":const Le=("a"===Ce.op?this.map.get(Ce.param):void 0)||[];Le.push(U(Ce.value)),this.map.set(Ce.param,Le);break;case"d":if(void 0===Ce.value){this.map.delete(Ce.param);break}{let ut=this.map.get(Ce.param)||[];const ht=ut.indexOf(U(Ce.value));-1!==ht&&ut.splice(ht,1),ut.length>0?this.map.set(Ce.param,ut):this.map.delete(Ce.param)}}}),this.cloneFrom=this.updates=null)}}class ne{constructor(){this.map=new Map}set(Ce,Le){return this.map.set(Ce,Le),this}get(Ce){return this.map.has(Ce)||this.map.set(Ce,Ce.defaultValue()),this.map.get(Ce)}delete(Ce){return this.map.delete(Ce),this}has(Ce){return this.map.has(Ce)}keys(){return this.map.keys()}}function de(ue){return"undefined"!=typeof ArrayBuffer&&ue instanceof ArrayBuffer}function te(ue){return"undefined"!=typeof Blob&&ue instanceof Blob}function ie(ue){return"undefined"!=typeof FormData&&ue instanceof FormData}class X{constructor(Ce,Le,ut,ht){let It;if(this.url=Le,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=Ce.toUpperCase(),function $(ue){switch(ue){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||ht?(this.body=void 0!==ut?ut:null,It=ht):It=ut,It&&(this.reportProgress=!!It.reportProgress,this.withCredentials=!!It.withCredentials,It.responseType&&(this.responseType=It.responseType),It.headers&&(this.headers=It.headers),It.context&&(this.context=It.context),It.params&&(this.params=It.params)),this.headers||(this.headers=new A),this.context||(this.context=new ne),this.params){const ui=this.params.toString();if(0===ui.length)this.urlWithParams=Le;else{const Wt=Le.indexOf("?");this.urlWithParams=Le+(-1===Wt?"?":WtCt.set(et,Ce.setHeaders[et]),hi)),Ce.setParams&&(xt=Object.keys(Ce.setParams).reduce((Ct,et)=>Ct.set(et,Ce.setParams[et]),xt)),new X(ut,ht,ui,{params:xt,headers:hi,context:Nt,reportProgress:Gt,responseType:It,withCredentials:Wt})}}var me=(()=>((me=me||{})[me.Sent=0]="Sent",me[me.UploadProgress=1]="UploadProgress",me[me.ResponseHeader=2]="ResponseHeader",me[me.DownloadProgress=3]="DownloadProgress",me[me.Response=4]="Response",me[me.User=5]="User",me))();class y{constructor(Ce,Le=200,ut="OK"){this.headers=Ce.headers||new A,this.status=void 0!==Ce.status?Ce.status:Le,this.statusText=Ce.statusText||ut,this.url=Ce.url||null,this.ok=this.status>=200&&this.status<300}}class i extends y{constructor(Ce={}){super(Ce),this.type=me.ResponseHeader}clone(Ce={}){return new i({headers:Ce.headers||this.headers,status:void 0!==Ce.status?Ce.status:this.status,statusText:Ce.statusText||this.statusText,url:Ce.url||this.url||void 0})}}class r extends y{constructor(Ce={}){super(Ce),this.type=me.Response,this.body=void 0!==Ce.body?Ce.body:null}clone(Ce={}){return new r({body:void 0!==Ce.body?Ce.body:this.body,headers:Ce.headers||this.headers,status:void 0!==Ce.status?Ce.status:this.status,statusText:Ce.statusText||this.statusText,url:Ce.url||this.url||void 0})}}class u extends y{constructor(Ce){super(Ce,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${Ce.url||"(unknown url)"}`:`Http failure response for ${Ce.url||"(unknown url)"}: ${Ce.status} ${Ce.statusText}`,this.error=Ce.error||null}}function c(ue,Ce){return{body:Ce,headers:ue.headers,context:ue.context,observe:ue.observe,params:ue.params,reportProgress:ue.reportProgress,responseType:ue.responseType,withCredentials:ue.withCredentials}}let _=(()=>{class ue{constructor(Le){this.handler=Le}request(Le,ut,ht={}){let It;if(Le instanceof X)It=Le;else{let Gt,hi;Gt=ht.headers instanceof A?ht.headers:new A(ht.headers),ht.params&&(hi=ht.params instanceof Z?ht.params:new Z({fromObject:ht.params})),It=new X(Le,ut,void 0!==ht.body?ht.body:null,{headers:Gt,context:ht.context,params:hi,reportProgress:ht.reportProgress,responseType:ht.responseType||"json",withCredentials:ht.withCredentials})}const ui=(0,f.of)(It).pipe((0,a.b)(Gt=>this.handler.handle(Gt)));if(Le instanceof X||"events"===ht.observe)return ui;const Wt=ui.pipe((0,b.h)(Gt=>Gt instanceof r));switch(ht.observe||"body"){case"body":switch(It.responseType){case"arraybuffer":return Wt.pipe((0,d.U)(Gt=>{if(null!==Gt.body&&!(Gt.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Gt.body}));case"blob":return Wt.pipe((0,d.U)(Gt=>{if(null!==Gt.body&&!(Gt.body instanceof Blob))throw new Error("Response is not a Blob.");return Gt.body}));case"text":return Wt.pipe((0,d.U)(Gt=>{if(null!==Gt.body&&"string"!=typeof Gt.body)throw new Error("Response is not a string.");return Gt.body}));default:return Wt.pipe((0,d.U)(Gt=>Gt.body))}case"response":return Wt;default:throw new Error(`Unreachable: unhandled observe type ${ht.observe}}`)}}delete(Le,ut={}){return this.request("DELETE",Le,ut)}get(Le,ut={}){return this.request("GET",Le,ut)}head(Le,ut={}){return this.request("HEAD",Le,ut)}jsonp(Le,ut){return this.request("JSONP",Le,{params:(new Z).append(ut,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(Le,ut={}){return this.request("OPTIONS",Le,ut)}patch(Le,ut,ht={}){return this.request("PATCH",Le,c(ht,ut))}post(Le,ut,ht={}){return this.request("POST",Le,c(ht,ut))}put(Le,ut,ht={}){return this.request("PUT",Le,c(ht,ut))}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(N))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})();class E{constructor(Ce,Le){this.next=Ce,this.interceptor=Le}handle(Ce){return this.interceptor.intercept(Ce,this.next)}}const I=new e.OlP("HTTP_INTERCEPTORS");let v=(()=>{class ue{intercept(Le,ut){return ut.handle(Le)}}return ue.\u0275fac=function(Le){return new(Le||ue)},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})();const Ne=/^\)\]\}',?\n/;let Q=(()=>{class ue{constructor(Le){this.xhrFactory=Le}handle(Le){if("JSONP"===Le.method)throw new Error("Attempted to construct Jsonp request without HttpClientJsonpModule installed.");return new M.y(ut=>{const ht=this.xhrFactory.build();if(ht.open(Le.method,Le.urlWithParams),Le.withCredentials&&(ht.withCredentials=!0),Le.headers.forEach((et,yt)=>ht.setRequestHeader(et,yt.join(","))),Le.headers.has("Accept")||ht.setRequestHeader("Accept","application/json, text/plain, */*"),!Le.headers.has("Content-Type")){const et=Le.detectContentTypeHeader();null!==et&&ht.setRequestHeader("Content-Type",et)}if(Le.responseType){const et=Le.responseType.toLowerCase();ht.responseType="json"!==et?et:"text"}const It=Le.serializeBody();let ui=null;const Wt=()=>{if(null!==ui)return ui;const et=ht.statusText||"OK",yt=new A(ht.getAllResponseHeaders()),ei=function we(ue){return"responseURL"in ue&&ue.responseURL?ue.responseURL:/^X-Request-URL:/m.test(ue.getAllResponseHeaders())?ue.getResponseHeader("X-Request-URL"):null}(ht)||Le.url;return ui=new i({headers:yt,status:ht.status,statusText:et,url:ei}),ui},Gt=()=>{let{headers:et,status:yt,statusText:ei,url:Yt}=Wt(),Pe=null;204!==yt&&(Pe=void 0===ht.response?ht.responseText:ht.response),0===yt&&(yt=Pe?200:0);let Oe=yt>=200&&yt<300;if("json"===Le.responseType&&"string"==typeof Pe){const ce=Pe;Pe=Pe.replace(Ne,"");try{Pe=""!==Pe?JSON.parse(Pe):null}catch(be){Pe=ce,Oe&&(Oe=!1,Pe={error:be,text:Pe})}}Oe?(ut.next(new r({body:Pe,headers:et,status:yt,statusText:ei,url:Yt||void 0})),ut.complete()):ut.error(new u({error:Pe,headers:et,status:yt,statusText:ei,url:Yt||void 0}))},hi=et=>{const{url:yt}=Wt(),ei=new u({error:et,status:ht.status||0,statusText:ht.statusText||"Unknown Error",url:yt||void 0});ut.error(ei)};let xt=!1;const Nt=et=>{xt||(ut.next(Wt()),xt=!0);let yt={type:me.DownloadProgress,loaded:et.loaded};et.lengthComputable&&(yt.total=et.total),"text"===Le.responseType&&!!ht.responseText&&(yt.partialText=ht.responseText),ut.next(yt)},Ct=et=>{let yt={type:me.UploadProgress,loaded:et.loaded};et.lengthComputable&&(yt.total=et.total),ut.next(yt)};return ht.addEventListener("load",Gt),ht.addEventListener("error",hi),ht.addEventListener("timeout",hi),ht.addEventListener("abort",hi),Le.reportProgress&&(ht.addEventListener("progress",Nt),null!==It&&ht.upload&&ht.upload.addEventListener("progress",Ct)),ht.send(It),ut.next({type:me.Sent}),()=>{ht.removeEventListener("error",hi),ht.removeEventListener("abort",hi),ht.removeEventListener("load",Gt),ht.removeEventListener("timeout",hi),Le.reportProgress&&(ht.removeEventListener("progress",Nt),null!==It&&ht.upload&&ht.upload.removeEventListener("progress",Ct)),ht.readyState!==ht.DONE&&ht.abort()}})}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(t.JF))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})();const Ue=new e.OlP("XSRF_COOKIE_NAME"),ye=new e.OlP("XSRF_HEADER_NAME");class V{}let De=(()=>{class ue{constructor(Le,ut,ht){this.doc=Le,this.platform=ut,this.cookieName=ht,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const Le=this.doc.cookie||"";return Le!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,t.Mx)(Le,this.cookieName),this.lastCookieString=Le),this.lastToken}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(t.K0),e.LFG(e.Lbi),e.LFG(Ue))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})(),dt=(()=>{class ue{constructor(Le,ut){this.tokenService=Le,this.headerName=ut}intercept(Le,ut){const ht=Le.url.toLowerCase();if("GET"===Le.method||"HEAD"===Le.method||ht.startsWith("http://")||ht.startsWith("https://"))return ut.handle(Le);const It=this.tokenService.getToken();return null!==It&&!Le.headers.has(this.headerName)&&(Le=Le.clone({headers:Le.headers.set(this.headerName,It)})),ut.handle(Le)}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(V),e.LFG(ye))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})(),Ie=(()=>{class ue{constructor(Le,ut){this.backend=Le,this.injector=ut,this.chain=null}handle(Le){if(null===this.chain){const ut=this.injector.get(I,[]);this.chain=ut.reduceRight((ht,It)=>new E(ht,It),this.backend)}return this.chain.handle(Le)}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(h),e.LFG(e.zs3))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})(),Te=(()=>{class ue{static disable(){return{ngModule:ue,providers:[{provide:dt,useClass:v}]}}static withOptions(Le={}){return{ngModule:ue,providers:[Le.cookieName?{provide:Ue,useValue:Le.cookieName}:[],Le.headerName?{provide:ye,useValue:Le.headerName}:[]]}}}return ue.\u0275fac=function(Le){return new(Le||ue)},ue.\u0275mod=e.oAB({type:ue}),ue.\u0275inj=e.cJS({providers:[dt,{provide:I,useExisting:dt,multi:!0},{provide:V,useClass:De},{provide:Ue,useValue:"XSRF-TOKEN"},{provide:ye,useValue:"X-XSRF-TOKEN"}]}),ue})(),xe=(()=>{class ue{}return ue.\u0275fac=function(Le){return new(Le||ue)},ue.\u0275mod=e.oAB({type:ue}),ue.\u0275inj=e.cJS({providers:[_,{provide:N,useClass:Ie},Q,{provide:h,useExisting:Q}],imports:[[Te.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})]]}),ue})()},5e3:(Ve,j,p)=>{"use strict";p.d(j,{$8M:()=>I1,$Z:()=>v4,AFp:()=>Lf,ALo:()=>K8,AaK:()=>N,AsE:()=>k4,BQk:()=>M4,CHM:()=>ns,CRH:()=>Mu,CZH:()=>Ou,CqO:()=>w4,DdM:()=>z8,Dn7:()=>hu,EJc:()=>Wp,EiD:()=>c3,EpF:()=>Pc,F$t:()=>wd,F4k:()=>Hl,FYo:()=>A8,FiY:()=>Ko,G48:()=>u9,Gf:()=>xu,GfV:()=>O8,GkF:()=>kc,Gpc:()=>w,Gre:()=>Wd,HOy:()=>Jc,Hsn:()=>Ld,Ikx:()=>In,JOm:()=>Bs,JVY:()=>os,Jf7:()=>_0,L6k:()=>Nn,LAX:()=>Ka,LFG:()=>Na,LSH:()=>u3,Lbi:()=>Gp,MAs:()=>ys,MGl:()=>Fl,NdJ:()=>L2,O4$:()=>Cr,OlP:()=>Er,Oqu:()=>Qc,PXZ:()=>r9,PiD:()=>zs,Q6J:()=>y4,QGY:()=>xs,Qsj:()=>D8,R0b:()=>Lo,RDi:()=>Ur,Rgc:()=>jl,SBq:()=>V4,Sil:()=>jp,Suo:()=>bu,TTD:()=>ea,TgZ:()=>Rl,Tol:()=>Rd,Udp:()=>Wc,VKq:()=>B8,VLi:()=>n9,W1O:()=>df,WFA:()=>Nc,WLB:()=>U8,X6Q:()=>zf,XFs:()=>Ae,Xpm:()=>pt,Y36:()=>S1,YKP:()=>au,YNc:()=>o4,Yjl:()=>at,Yz7:()=>q,ZZ4:()=>Yu,_Bn:()=>b8,_UZ:()=>w2,_Vd:()=>o6,_c5:()=>A9,_uU:()=>Kc,aQg:()=>ju,c2e:()=>Ef,cJS:()=>_e,cg1:()=>Aa,d8E:()=>wn,dDg:()=>If,deG:()=>Ao,dqk:()=>hi,eBb:()=>ur,eFA:()=>Nf,ekj:()=>T4,f3M:()=>d1,g9A:()=>Pu,h0i:()=>Zl,hGG:()=>D9,hij:()=>O4,iGM:()=>rf,ifc:()=>ht,ip1:()=>Iu,kEZ:()=>G8,kL8:()=>Or,kcU:()=>rt,lG2:()=>Ge,lcZ:()=>Q8,lnq:()=>qc,mCW:()=>h1,n5z:()=>A1,n_E:()=>c6,oAB:()=>tt,oJD:()=>o0,oxw:()=>bd,pB0:()=>nh,q3G:()=>ca,qLn:()=>q2,qOj:()=>n4,qZA:()=>M2,qzn:()=>Sa,s9C:()=>Hc,sBO:()=>Uf,sIi:()=>Ll,s_b:()=>U4,soG:()=>m6,tBr:()=>po,tb:()=>Nu,tp0:()=>Os,uIk:()=>Lc,vHH:()=>S,vpe:()=>zo,wAp:()=>ln,xi3:()=>q8,xp6:()=>H0,yhl:()=>rr,ynx:()=>b4,z2F:()=>Bu,z3N:()=>na,zSh:()=>$3,zs3:()=>vo});var t=p(7579),e=p(727),f=p(8306),M=p(6451),a=p(3099);function b(s){for(let l in s)if(s[l]===b)return l;throw Error("Could not find renamed property on target object.")}function d(s,l){for(const g in l)l.hasOwnProperty(g)&&!s.hasOwnProperty(g)&&(s[g]=l[g])}function N(s){if("string"==typeof s)return s;if(Array.isArray(s))return"["+s.map(N).join(", ")+"]";if(null==s)return""+s;if(s.overriddenName)return`${s.overriddenName}`;if(s.name)return`${s.name}`;const l=s.toString();if(null==l)return""+l;const g=l.indexOf("\n");return-1===g?l:l.substring(0,g)}function h(s,l){return null==s||""===s?null===l?"":l:null==l||""===l?s:s+" "+l}const A=b({__forward_ref__:b});function w(s){return s.__forward_ref__=w,s.toString=function(){return N(this())},s}function D(s){return L(s)?s():s}function L(s){return"function"==typeof s&&s.hasOwnProperty(A)&&s.__forward_ref__===w}class S extends Error{constructor(l,g){super(function U(s,l){return`NG0${Math.abs(s)}${l?": "+l:""}`}(l,g)),this.code=l}}function Z(s){return"string"==typeof s?s:null==s?"":String(s)}function Y(s){return"function"==typeof s?s.name||s.toString():"object"==typeof s&&null!=s&&"function"==typeof s.type?s.type.name||s.type.toString():Z(s)}function te(s,l){const g=l?` in ${l}`:"";throw new S(-201,`No provider for ${Y(s)} found${g}`)}function n(s,l){null==s&&function C(s,l,g,T){throw new Error(`ASSERTION ERROR: ${s}`+(null==T?"":` [Expected=> ${g} ${T} ${l} <=Actual]`))}(l,s,null,"!=")}function q(s){return{token:s.token,providedIn:s.providedIn||null,factory:s.factory,value:void 0}}function _e(s){return{providers:s.providers||[],imports:s.imports||[]}}function Ne(s){return we(s,V)||we(s,dt)}function we(s,l){return s.hasOwnProperty(l)?s[l]:null}function ye(s){return s&&(s.hasOwnProperty(De)||s.hasOwnProperty(Ie))?s[De]:null}const V=b({\u0275prov:b}),De=b({\u0275inj:b}),dt=b({ngInjectableDef:b}),Ie=b({ngInjectorDef:b});var Ae=(()=>((Ae=Ae||{})[Ae.Default=0]="Default",Ae[Ae.Host=1]="Host",Ae[Ae.Self=2]="Self",Ae[Ae.SkipSelf=4]="SkipSelf",Ae[Ae.Optional=8]="Optional",Ae))();let le;function xe(s){const l=le;return le=s,l}function W(s,l,g){const T=Ne(s);return T&&"root"==T.providedIn?void 0===T.value?T.value=T.factory():T.value:g&Ae.Optional?null:void 0!==l?l:void te(N(s),"Injector")}function ue(s){return{toString:s}.toString()}var Ce=(()=>((Ce=Ce||{})[Ce.OnPush=0]="OnPush",Ce[Ce.Default=1]="Default",Ce))(),ht=(()=>{return(s=ht||(ht={}))[s.Emulated=0]="Emulated",s[s.None=2]="None",s[s.ShadowDom=3]="ShadowDom",ht;var s})();const It="undefined"!=typeof globalThis&&globalThis,ui="undefined"!=typeof window&&window,Wt="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,hi=It||"undefined"!=typeof global&&global||ui||Wt,Ct={},et=[],yt=b({\u0275cmp:b}),ei=b({\u0275dir:b}),Yt=b({\u0275pipe:b}),Pe=b({\u0275mod:b}),Oe=b({\u0275fac:b}),ce=b({__NG_ELEMENT_ID__:b});let be=0;function pt(s){return ue(()=>{const g={},T={type:s.type,providersResolver:null,decls:s.decls,vars:s.vars,factory:null,template:s.template||null,consts:s.consts||null,ngContentSelectors:s.ngContentSelectors,hostBindings:s.hostBindings||null,hostVars:s.hostVars||0,hostAttrs:s.hostAttrs||null,contentQueries:s.contentQueries||null,declaredInputs:g,inputs:null,outputs:null,exportAs:s.exportAs||null,onPush:s.changeDetection===Ce.OnPush,directiveDefs:null,pipeDefs:null,selectors:s.selectors||et,viewQuery:s.viewQuery||null,features:s.features||null,data:s.data||{},encapsulation:s.encapsulation||ht.Emulated,id:"c",styles:s.styles||et,_:null,setInput:null,schemas:s.schemas||null,tView:null},R=s.directives,G=s.features,se=s.pipes;return T.id+=be++,T.inputs=Se(s.inputs,g),T.outputs=Se(s.outputs),G&&G.forEach(Ee=>Ee(T)),T.directiveDefs=R?()=>("function"==typeof R?R():R).map(Ht):null,T.pipeDefs=se?()=>("function"==typeof se?se():se).map(it):null,T})}function Ht(s){return st(s)||function bt(s){return s[ei]||null}(s)}function it(s){return function gi(s){return s[Yt]||null}(s)}const Re={};function tt(s){return ue(()=>{const l={type:s.type,bootstrap:s.bootstrap||et,declarations:s.declarations||et,imports:s.imports||et,exports:s.exports||et,transitiveCompileScopes:null,schemas:s.schemas||null,id:s.id||null};return null!=s.id&&(Re[s.id]=s.type),l})}function Se(s,l){if(null==s)return Ct;const g={};for(const T in s)if(s.hasOwnProperty(T)){let R=s[T],G=R;Array.isArray(R)&&(G=R[1],R=R[0]),g[R]=T,l&&(l[R]=G)}return g}const Ge=pt;function at(s){return{type:s.type,name:s.name,factory:null,pure:!1!==s.pure,onDestroy:s.type.prototype.ngOnDestroy||null}}function st(s){return s[yt]||null}function qt(s,l){const g=s[Pe]||null;if(!g&&!0===l)throw new Error(`Type ${N(s)} does not have '\u0275mod' property.`);return g}function ki(s){return Array.isArray(s)&&"object"==typeof s[1]}function fn(s){return Array.isArray(s)&&!0===s[1]}function Bn(s){return 0!=(8&s.flags)}function Dn(s){return 2==(2&s.flags)}function Xn(s){return 1==(1&s.flags)}function _n(s){return null!==s.template}function Si(s){return 0!=(512&s[2])}function jr(s,l){return s.hasOwnProperty(Oe)?s[Oe]:null}class Da{constructor(l,g,T){this.previousValue=l,this.currentValue=g,this.firstChange=T}isFirstChange(){return this.firstChange}}function ea(){return Pr}function Pr(s){return s.type.prototype.ngOnChanges&&(s.setInput=Kr),zr}function zr(){const s=Nr(this),l=null==s?void 0:s.current;if(l){const g=s.previous;if(g===Ct)s.previous=l;else for(let T in l)g[T]=l[T];s.current=null,this.ngOnChanges(l)}}function Kr(s,l,g,T){const R=Nr(s)||function fa(s,l){return s[xr]=l}(s,{previous:Ct,current:null}),G=R.current||(R.current={}),se=R.previous,Ee=this.declaredInputs[g],Ze=se[Ee];G[Ee]=new Da(Ze&&Ze.currentValue,l,se===Ct),s[T]=l}ea.ngInherit=!0;const xr="__ngSimpleChanges__";function Nr(s){return s[xr]||null}let Dr;function Ur(s){Dr=s}function ba(){return void 0!==Dr?Dr:"undefined"!=typeof document?document:void 0}function Qn(s){return!!s.listen}const Je={createRenderer:(s,l)=>ba()};function Qe(s){for(;Array.isArray(s);)s=s[0];return s}function Ti(s,l){return Qe(l[s])}function Oi(s,l){return Qe(l[s.index])}function qn(s,l){return s.data[l]}function Ot(s,l){return s[l]}function oi(s,l){const g=l[s];return ki(g)?g:g[0]}function gt(s){return 4==(4&s[2])}function Qt(s){return 128==(128&s[2])}function Gi(s,l){return null==l?null:s[l]}function Ke(s){s[18]=0}function We(s,l){s[5]+=l;let g=s,T=s[3];for(;null!==T&&(1===l&&1===g[5]||-1===l&&0===g[5]);)T[5]+=l,g=T,T=T[3]}const He={lFrame:Tn(null),bindingsEnabled:!0};function Ja(){return He.bindingsEnabled}function Fi(){return He.lFrame.lView}function Gn(){return He.lFrame.tView}function ns(s){return He.lFrame.contextLView=s,s[8]}function br(){let s=js();for(;null!==s&&64===s.type;)s=s.parent;return s}function js(){return He.lFrame.currentTNode}function pa(s,l){const g=He.lFrame;g.currentTNode=s,g.isParent=l}function Es(){return He.lFrame.isParent}function Ts(){He.lFrame.isParent=!1}function Gr(){const s=He.lFrame;let l=s.bindingRootIndex;return-1===l&&(l=s.bindingRootIndex=s.tView.bindingStartIndex),l}function Ga(){return He.lFrame.bindingIndex}function ae(){return He.lFrame.bindingIndex++}function fe(s){const l=He.lFrame,g=l.bindingIndex;return l.bindingIndex=l.bindingIndex+s,g}function Vt(s,l){const g=He.lFrame;g.bindingIndex=g.bindingRootIndex=s,ni(l)}function ni(s){He.lFrame.currentDirectiveIndex=s}function _i(s){const l=He.lFrame.currentDirectiveIndex;return-1===l?null:s[l]}function Pi(){return He.lFrame.currentQueryIndex}function tn(s){He.lFrame.currentQueryIndex=s}function dn(s){const l=s[1];return 2===l.type?l.declTNode:1===l.type?s[6]:null}function Ln(s,l,g){if(g&Ae.SkipSelf){let R=l,G=s;for(;!(R=R.parent,null!==R||g&Ae.Host||(R=dn(G),null===R||(G=G[15],10&R.type))););if(null===R)return!1;l=R,s=G}const T=He.lFrame=xn();return T.currentTNode=l,T.lView=s,!0}function Rn(s){const l=xn(),g=s[1];He.lFrame=l,l.currentTNode=g.firstChild,l.lView=s,l.tView=g,l.contextLView=s,l.bindingIndex=g.bindingStartIndex,l.inI18n=!1}function xn(){const s=He.lFrame,l=null===s?null:s.child;return null===l?Tn(s):l}function Tn(s){const l={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:s,child:null,inI18n:!1};return null!==s&&(s.child=l),l}function tr(){const s=He.lFrame;return He.lFrame=s.parent,s.currentTNode=null,s.lView=null,s}const Lr=tr;function mr(){const s=tr();s.isParent=!0,s.tView=null,s.selectedIndex=-1,s.contextLView=null,s.elementDepthCount=0,s.currentDirectiveIndex=-1,s.currentNamespace=null,s.bindingRootIndex=-1,s.bindingIndex=-1,s.currentQueryIndex=0}function gr(){return He.lFrame.selectedIndex}function Zr(s){He.lFrame.selectedIndex=s}function Zn(){const s=He.lFrame;return qn(s.tView,s.selectedIndex)}function Cr(){He.lFrame.currentNamespace="svg"}function rt(){!function Et(){He.lFrame.currentNamespace=null}()}function Jt(s,l){for(let g=l.directiveStart,T=l.directiveEnd;g=T)break}else l[Ze]<0&&(s[18]+=65536),(Ee>11>16&&(3&s[2])===l){s[2]+=2048;try{G.call(Ee)}finally{}}}else try{G.call(Ee)}finally{}}class on{constructor(l,g,T){this.factory=l,this.resolving=!1,this.canSeeViewProviders=g,this.injectImpl=T}}function Hr(s,l,g){const T=Qn(s);let R=0;for(;Rl){se=G-1;break}}}for(;G>16}(s),T=l;for(;g>0;)T=T[15],g--;return T}let a1=!0;function Be(s){const l=a1;return a1=s,l}let ct=0;function $t(s,l){const g=Ri(s,l);if(-1!==g)return g;const T=l[1];T.firstCreatePass&&(s.injectorIndex=l.length,li(T.data,s),li(l,null),li(T.blueprint,null));const R=cn(s,l),G=s.injectorIndex;if(Ms(R)){const se=Qs(R),Ee=qs(R,l),Ze=Ee[1].data;for(let ft=0;ft<8;ft++)l[G+ft]=Ee[se+ft]|Ze[se+ft]}return l[G+8]=R,G}function li(s,l){s.push(0,0,0,0,0,0,0,0,l)}function Ri(s,l){return-1===s.injectorIndex||s.parent&&s.parent.injectorIndex===s.injectorIndex||null===l[s.injectorIndex+8]?-1:s.injectorIndex}function cn(s,l){if(s.parent&&-1!==s.parent.injectorIndex)return s.parent.injectorIndex;let g=0,T=null,R=l;for(;null!==R;){const G=R[1],se=G.type;if(T=2===se?G.declTNode:1===se?R[6]:null,null===T)return-1;if(g++,R=R[15],-1!==T.injectorIndex)return T.injectorIndex|g<<16}return-1}function Vn(s,l,g){!function Pt(s,l,g){let T;"string"==typeof g?T=g.charCodeAt(0)||0:g.hasOwnProperty(ce)&&(T=g[ce]),null==T&&(T=g[ce]=ct++);const R=255&T;l.data[s+(R>>5)]|=1<=0?255&l:Bo:l}(g);if("function"==typeof G){if(!Ln(l,s,T))return T&Ae.Host?dr(R,g,T):zn(l,g,T,R);try{const se=G(T);if(null!=se||T&Ae.Optional)return se;te(g)}finally{Lr()}}else if("number"==typeof G){let se=null,Ee=Ri(s,l),Ze=-1,ft=T&Ae.Host?l[16][6]:null;for((-1===Ee||T&Ae.SkipSelf)&&(Ze=-1===Ee?cn(s,l):l[Ee+8],-1!==Ze&&O2(T,!1)?(se=l[1],Ee=Qs(Ze),l=qs(Ze,l)):Ee=-1);-1!==Ee;){const At=l[1];if(Js(G,Ee,At.data)){const Zt=s1(Ee,l,g,se,T,ft);if(Zt!==Ds)return Zt}Ze=l[Ee+8],-1!==Ze&&O2(T,l[1].data[Ee+8]===ft)&&Js(G,Ee,l)?(se=At,Ee=Qs(Ze),l=qs(Ze,l)):Ee=-1}}}return zn(l,g,T,R)}const Ds={};function Bo(){return new Uo(br(),Fi())}function s1(s,l,g,T,R,G){const se=l[1],Ee=se.data[s+8],At=wa(Ee,se,g,null==T?Dn(Ee)&&a1:T!=se&&0!=(3&Ee.type),R&Ae.Host&&G===Ee);return null!==At?so(l,se,At,Ee):Ds}function wa(s,l,g,T,R){const G=s.providerIndexes,se=l.data,Ee=1048575&G,Ze=s.directiveStart,At=G>>20,di=R?Ee+At:s.directiveEnd;for(let vi=T?Ee:Ee+At;vi=Ze&&Hi.type===g)return vi}if(R){const vi=se[Ze];if(vi&&_n(vi)&&vi.type===g)return Ze}return null}function so(s,l,g,T){let R=s[g];const G=l.data;if(function bn(s){return s instanceof on}(R)){const se=R;se.resolving&&function ne(s,l){const g=l?`. Dependency path: ${l.join(" > ")} > ${s}`:"";throw new S(-200,`Circular dependency in DI detected for ${s}${g}`)}(Y(G[g]));const Ee=Be(se.canSeeViewProviders);se.resolving=!0;const Ze=se.injectImpl?xe(se.injectImpl):null;Ln(s,T,Ae.Default);try{R=s[g]=se.factory(void 0,G,s,T),l.firstCreatePass&&g>=T.directiveStart&&function Rt(s,l,g){const{ngOnChanges:T,ngOnInit:R,ngDoCheck:G}=l.type.prototype;if(T){const se=Pr(l);(g.preOrderHooks||(g.preOrderHooks=[])).push(s,se),(g.preOrderCheckHooks||(g.preOrderCheckHooks=[])).push(s,se)}R&&(g.preOrderHooks||(g.preOrderHooks=[])).push(0-s,R),G&&((g.preOrderHooks||(g.preOrderHooks=[])).push(s,G),(g.preOrderCheckHooks||(g.preOrderCheckHooks=[])).push(s,G))}(g,G[g],l)}finally{null!==Ze&&xe(Ze),Be(Ee),se.resolving=!1,Lr()}}return R}function Js(s,l,g){return!!(g[l+(s>>5)]&1<{const l=s.prototype.constructor,g=l[Oe]||D1(l),T=Object.prototype;let R=Object.getPrototypeOf(s.prototype).constructor;for(;R&&R!==T;){const G=R[Oe]||D1(R);if(G&&G!==g)return G;R=Object.getPrototypeOf(R)}return G=>new G})}function D1(s){return L(s)?()=>{const l=D1(D(s));return l&&l()}:jr(s)}function I1(s){return function Mn(s,l){if("class"===l)return s.classes;if("style"===l)return s.styles;const g=s.attrs;if(g){const T=g.length;let R=0;for(;R{const T=function O1(s){return function(...g){if(s){const T=s(...g);for(const R in T)this[R]=T[R]}}}(l);function R(...G){if(this instanceof R)return T.apply(this,G),this;const se=new R(...G);return Ee.annotation=se,Ee;function Ee(Ze,ft,At){const Zt=Ze.hasOwnProperty(oo)?Ze[oo]:Object.defineProperty(Ze,oo,{value:[]})[oo];for(;Zt.length<=At;)Zt.push(null);return(Zt[At]=Zt[At]||[]).push(se),Ze}}return g&&(R.prototype=Object.create(g.prototype)),R.prototype.ngMetadataName=s,R.annotationCls=R,R})}class Er{constructor(l,g){this._desc=l,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof g?this.__NG_ELEMENT_ID__=g:void 0!==g&&(this.\u0275prov=q({token:this,providedIn:g.providedIn||"root",factory:g.factory}))}toString(){return`InjectionToken ${this._desc}`}}const Ao=new Er("AnalyzeForEntryComponents");function Cs(s,l){void 0===l&&(l=s);for(let g=0;gArray.isArray(g)?$a(g,l):l(g))}function N2(s,l,g){l>=s.length?s.push(g):s.splice(l,0,g)}function Wo(s,l){return l>=s.length-1?s.pop():s.splice(l,1)[0]}function co(s,l){const g=[];for(let T=0;T=0?s[1|T]=g:(T=~T,function $l(s,l,g,T){let R=s.length;if(R==l)s.push(g,T);else if(1===R)s.push(T,s[0]),s[0]=g;else{for(R--,s.push(s[R-1],s[R]);R>l;)s[R]=s[R-2],R--;s[l]=g,s[l+1]=T}}(s,T,l,g)),T}function es(s,l){const g=uo(s,l);if(g>=0)return s[1|g]}function uo(s,l){return function Ls(s,l,g){let T=0,R=s.length>>g;for(;R!==T;){const G=T+(R-T>>1),se=s[G<l?R=G:T=G+1}return~(R<({token:s})),-1),Ko=fo(To("Optional"),8),zs=fo(To("Self"),2),Os=fo(To("SkipSelf"),4);let Ps,Fe;function mo(s){var l;return(null===(l=function j1(){if(void 0===Ps&&(Ps=null,hi.trustedTypes))try{Ps=hi.trustedTypes.createPolicy("angular",{createHTML:s=>s,createScript:s=>s,createScriptURL:s=>s})}catch(s){}return Ps}())||void 0===l?void 0:l.createHTML(s))||s}function ve(s){var l;return(null===(l=function F(){if(void 0===Fe&&(Fe=null,hi.trustedTypes))try{Fe=hi.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:s=>s,createScript:s=>s,createScriptURL:s=>s})}catch(s){}return Fe}())||void 0===l?void 0:l.createHTML(s))||s}class Ki{constructor(l){this.changingThisBreaksApplicationSecurity=l}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see https://g.co/ng/security#xss)`}}class Wn extends Ki{getTypeName(){return"HTML"}}class kn extends Ki{getTypeName(){return"Style"}}class vr extends Ki{getTypeName(){return"Script"}}class ja extends Ki{getTypeName(){return"URL"}}class Ra extends Ki{getTypeName(){return"ResourceURL"}}function na(s){return s instanceof Ki?s.changingThisBreaksApplicationSecurity:s}function Sa(s,l){const g=rr(s);if(null!=g&&g!==l){if("ResourceURL"===g&&"URL"===l)return!0;throw new Error(`Required a safe ${l}, got a ${g} (see https://g.co/ng/security#xss)`)}return g===l}function rr(s){return s instanceof Ki&&s.getTypeName()||null}function os(s){return new Wn(s)}function Nn(s){return new kn(s)}function ur(s){return new vr(s)}function Ka(s){return new ja(s)}function nh(s){return new Ra(s)}class $4{constructor(l){this.inertDocumentHelper=l}getInertBodyElement(l){l=""+l;try{const g=(new window.DOMParser).parseFromString(mo(l),"text/html").body;return null===g?this.inertDocumentHelper.getInertBodyElement(l):(g.removeChild(g.firstChild),g)}catch(g){return null}}}class e0{constructor(l){if(this.defaultDoc=l,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),null==this.inertDocument.body){const g=this.inertDocument.createElement("html");this.inertDocument.appendChild(g);const T=this.inertDocument.createElement("body");g.appendChild(T)}}getInertBodyElement(l){const g=this.inertDocument.createElement("template");if("content"in g)return g.innerHTML=mo(l),g;const T=this.inertDocument.createElement("body");return T.innerHTML=mo(l),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(T),T}stripCustomNsAttrs(l){const g=l.attributes;for(let R=g.length-1;0h1(l.trim())).join(", ")),this.buf.push(" ",se,'="',s0(Ze),'"')}var s;return this.buf.push(">"),!0}endElement(l){const g=l.nodeName.toLowerCase();Ea.hasOwnProperty(g)&&!n0.hasOwnProperty(g)&&(this.buf.push(""))}chars(l){this.buf.push(s0(l))}checkClobberedElement(l,g){if(g&&(l.compareDocumentPosition(g)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${l.outerHTML}`);return g}}const w6=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,L6=/([^\#-~ |!])/g;function s0(s){return s.replace(/&/g,"&").replace(w6,function(l){return"&#"+(1024*(l.charCodeAt(0)-55296)+(l.charCodeAt(1)-56320)+65536)+";"}).replace(L6,function(l){return"&#"+l.charCodeAt(0)+";"}).replace(//g,">")}let X1;function c3(s,l){let g=null;try{X1=X1||function X4(s){const l=new e0(s);return function rh(){try{return!!(new window.DOMParser).parseFromString(mo(""),"text/html")}catch(s){return!1}}()?new $4(l):l}(s);let T=l?String(l):"";g=X1.getInertBodyElement(T);let R=5,G=T;do{if(0===R)throw new Error("Failed to sanitize html because the input is unstable");R--,T=G,G=g.innerHTML,g=X1.getInertBodyElement(T)}while(T!==G);return mo((new a0).sanitizeChildren($1(g)||g))}finally{if(g){const T=$1(g)||g;for(;T.firstChild;)T.removeChild(T.firstChild)}}}function $1(s){return"content"in s&&function S6(s){return s.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===s.nodeName}(s)?s.content:null}var ca=(()=>((ca=ca||{})[ca.NONE=0]="NONE",ca[ca.HTML=1]="HTML",ca[ca.STYLE=2]="STYLE",ca[ca.SCRIPT=3]="SCRIPT",ca[ca.URL=4]="URL",ca[ca.RESOURCE_URL=5]="RESOURCE_URL",ca))();function o0(s){const l=Jo();return l?ve(l.sanitize(ca.HTML,s)||""):Sa(s,"HTML")?ve(na(s)):c3(ba(),Z(s))}function u3(s){const l=Jo();return l?l.sanitize(ca.URL,s)||"":Sa(s,"URL")?na(s):h1(Z(s))}function Jo(){const s=Fi();return s&&s[12]}const h3="__ngContext__";function is(s,l){s[h3]=l}function f3(s){const l=function t2(s){return s[h3]||null}(s);return l?Array.isArray(l)?l:l.lView:null}function Q2(s){return s.ngOriginalError}function _3(s,...l){s.error(...l)}class q2{constructor(){this._console=console}handleError(l){const g=this._findOriginalError(l),T=function R6(s){return s&&s.ngErrorLogger||_3}(l);T(this._console,"ERROR",l),g&&T(this._console,"ORIGINAL ERROR",g)}_findOriginalError(l){let g=l&&Q2(l);for(;g&&Q2(g);)g=Q2(g);return g||null}}const G6=(()=>("undefined"!=typeof requestAnimationFrame&&requestAnimationFrame||setTimeout).bind(hi))();function _0(s){return s.ownerDocument.defaultView}function eo(s){return s instanceof Function?s():s}var Bs=(()=>((Bs=Bs||{})[Bs.Important=1]="Important",Bs[Bs.DashCase=2]="DashCase",Bs))();function x3(s,l){return undefined(s,l)}function m1(s){const l=s[3];return fn(l)?l[3]:l}function b3(s){return j6(s[13])}function M0(s){return j6(s[4])}function j6(s){for(;null!==s&&!fn(s);)s=s[4];return s}function g1(s,l,g,T,R){if(null!=T){let G,se=!1;fn(T)?G=T:ki(T)&&(se=!0,T=T[0]);const Ee=Qe(T);0===s&&null!==g?null==R?r2(l,g,Ee):$o(l,g,Ee,R||null,!0):1===s&&null!==g?$o(l,g,Ee,R||null,!0):2===s?function T3(s,l,g){const T=e1(s,l);T&&function e5(s,l,g,T){Qn(s)?s.removeChild(l,g,T):l.removeChild(g)}(s,T,l,g)}(l,Ee,se):3===s&&l.destroyNode(Ee),null!=G&&function O0(s,l,g,T,R){const G=g[7];G!==Qe(g)&&g1(l,s,T,G,R);for(let Ee=10;Ee0&&(s[g-1][4]=T[4]);const G=Wo(s,10+l);!function $2(s,l){s2(s,l,l[11],2,null,null),l[0]=null,l[6]=null}(T[1],T);const se=G[19];null!==se&&se.detachView(G[1]),T[3]=null,T[4]=null,T[2]&=-129}return T}function S0(s,l){if(!(256&l[2])){const g=l[11];Qn(g)&&g.destroyNode&&s2(s,l,g,3,null,null),function J6(s){let l=s[13];if(!l)return L3(s[1],s);for(;l;){let g=null;if(ki(l))g=l[13];else{const T=l[10];T&&(g=T)}if(!g){for(;l&&!l[4]&&l!==s;)ki(l)&&L3(l[1],l),l=l[3];null===l&&(l=s),ki(l)&&L3(l[1],l),g=l&&l[4]}l=g}}(l)}}function L3(s,l){if(!(256&l[2])){l[2]&=-129,l[2]|=256,function E0(s,l){let g;if(null!=s&&null!=(g=s.destroyHooks))for(let T=0;T=0?T[R=ft]():T[R=-ft].unsubscribe(),G+=2}else{const se=T[R=g[G+1]];g[G].call(se)}if(null!==T){for(let G=R+1;GG?"":R[Zt+1].toLowerCase();const vi=8&T?di:null;if(vi&&-1!==k0(vi,ft,0)||2&T&&ft!==di){if(Ns(T))return!1;se=!0}}}}else{if(!se&&!Ns(T)&&!Ns(Ze))return!1;if(se&&Ns(Ze))continue;se=!1,T=Ze|1&T}}return Ns(T)||se}function Ns(s){return 0==(1&s)}function i5(s,l,g,T){if(null===l)return-1;let R=0;if(T||!g){let G=!1;for(;R-1)for(g++;g0?'="'+Ee+'"':"")+"]"}else 8&T?R+="."+se:4&T&&(R+=" "+se);else""!==R&&!Ns(se)&&(l+=ol(G,R),R=""),T=se,G=G||!Ns(T);g++}return""!==R&&(l+=ol(G,R)),l}const Yn={};function H0(s){F0(Gn(),Fi(),gr()+s,!1)}function F0(s,l,g,T){if(!T)if(3==(3&l[2])){const G=s.preOrderCheckHooks;null!==G&&Ci(l,G,g)}else{const G=s.preOrderHooks;null!==G&&ti(l,G,0,g)}Zr(g)}function l2(s,l){return s<<17|l<<2}function Rs(s){return s>>17&32767}function P3(s){return 2|s}function to(s){return(131068&s)>>2}function N3(s,l){return-131069&s|l<<2}function ll(s){return 1|s}function _5(s,l){const g=s.contentQueries;if(null!==g)for(let T=0;T20&&F0(s,l,20,!1),g(T,R)}finally{Zr(G)}}function q0(s,l,g){if(Bn(l)){const R=l.directiveEnd;for(let G=l.directiveStart;G0;){const g=s[--l];if("number"==typeof g&&g<0)return g}return 0})(Ee)!=Ze&&Ee.push(Ze),Ee.push(T,R,se)}}function T5(s,l){null!==s.hostBindings&&s.hostBindings(1,l)}function D5(s,l){l.flags|=2,(s.components||(s.components=[])).push(l.index)}function Lh(s,l,g){if(g){if(l.exportAs)for(let T=0;T0&&_l(g)}}function _l(s){for(let T=b3(s);null!==T;T=M0(T))for(let R=10;R0&&_l(G)}const g=s[1].components;if(null!==g)for(let T=0;T0&&_l(R)}}function N5(s,l){const g=oi(l,s),T=g[1];(function lc(s,l){for(let g=l.length;gPromise.resolve(null))();function dc(s){return s[7]||(s[7]=[])}function uc(s){return s.cleanup||(s.cleanup=[])}function hc(s,l,g){return(null===s||_n(s))&&(g=function kt(s){for(;Array.isArray(s);){if("object"==typeof s[1])return s;s=s[0]}return null}(g[l.index])),g[11]}function V5(s,l){const g=s[9],T=g?g.get(q2,null):null;T&&T.handleError(l)}function fc(s,l,g,T,R){for(let G=0;Gthis.processProvider(Ee,l,g)),$a([l],Ee=>this.processInjectorType(Ee,[],G)),this.records.set(X3,c2(void 0,this));const se=this.records.get($3);this.scope=null!=se?se.value:null,this.source=R||("object"==typeof l?null:N(l))}get destroyed(){return this._destroyed}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{this.onDestroy.forEach(l=>l.ngOnDestroy())}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}}get(l,g=$s,T=Ae.Default){this.assertNotDestroyed();const R=U1(this),G=xe(void 0);try{if(!(T&Ae.SkipSelf)){let Ee=this.records.get(l);if(void 0===Ee){const Ze=function Ph(s){return"function"==typeof s||"object"==typeof s&&s instanceof Er}(l)&&Ne(l);Ee=Ze&&this.injectableDefInScope(Ze)?c2(i4(l),Ml):null,this.records.set(l,Ee)}if(null!=Ee)return this.hydrate(l,Ee)}return(T&Ae.Self?t4():this.parent).get(l,g=T&Ae.Optional&&g===$s?null:g)}catch(se){if("NullInjectorError"===se.name){if((se[ho]=se[ho]||[]).unshift(N(l)),R)throw se;return function i3(s,l,g,T){const R=s[ho];throw l[Yo]&&R.unshift(l[Yo]),s.message=function V2(s,l,g,T=null){s=s&&"\n"===s.charAt(0)&&"\u0275"==s.charAt(1)?s.substr(2):s;let R=N(l);if(Array.isArray(l))R=l.map(N).join(" -> ");else if("object"==typeof l){let G=[];for(let se in l)if(l.hasOwnProperty(se)){let Ee=l[se];G.push(se+":"+("string"==typeof Ee?JSON.stringify(Ee):N(Ee)))}R=`{${G.join(", ")}}`}return`${g}${T?"("+T+")":""}[${R}]: ${s.replace(B1,"\n ")}`}("\n"+s.message,R,g,T),s.ngTokenPath=R,s[ho]=null,s}(se,l,"R3InjectorError",this.source)}throw se}finally{xe(G),U1(R)}}_resolveInjectorDefTypes(){this.injectorDefTypes.forEach(l=>this.get(l))}toString(){const l=[];return this.records.forEach((T,R)=>l.push(N(R))),`R3Injector[${l.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new S(205,!1)}processInjectorType(l,g,T){if(!(l=D(l)))return!1;let R=ye(l);const G=null==R&&l.ngModule||void 0,se=void 0===G?l:G,Ee=-1!==T.indexOf(se);if(void 0!==G&&(R=ye(G)),null==R)return!1;if(null!=R.imports&&!Ee){let At;T.push(se);try{$a(R.imports,Zt=>{this.processInjectorType(Zt,g,T)&&(void 0===At&&(At=[]),At.push(Zt))})}finally{}if(void 0!==At)for(let Zt=0;Ztthis.processProvider(Hi,di,vi||et))}}this.injectorDefTypes.add(se);const Ze=jr(se)||(()=>new se);this.records.set(se,c2(Ze,Ml));const ft=R.providers;if(null!=ft&&!Ee){const At=l;$a(ft,Zt=>this.processProvider(Zt,At,ft))}return void 0!==G&&void 0!==l.providers}processProvider(l,g,T){let R=d2(l=D(l))?l:D(l&&l.provide);const G=function Y5(s,l,g){return j5(s)?c2(void 0,s.useValue):c2(pc(s),Ml)}(l);if(d2(l)||!0!==l.multi)this.records.get(R);else{let se=this.records.get(R);se||(se=c2(void 0,Ml,!0),se.factory=()=>H2(se.multi),this.records.set(R,se)),R=l,se.multi.push(l)}this.records.set(R,G)}hydrate(l,g){return g.value===Ml&&(g.value=G5,g.value=g.factory()),"object"==typeof g.value&&g.value&&function kh(s){return null!==s&&"object"==typeof s&&"function"==typeof s.ngOnDestroy}(g.value)&&this.onDestroy.add(g.value),g.value}injectableDefInScope(l){if(!l.providedIn)return!1;const g=D(l.providedIn);return"string"==typeof g?"any"===g||g===this.scope:this.injectorDefTypes.has(g)}}function i4(s){const l=Ne(s),g=null!==l?l.factory:jr(s);if(null!==g)return g;if(s instanceof Er)throw new S(204,!1);if(s instanceof Function)return function Dh(s){const l=s.length;if(l>0)throw co(l,"?"),new S(204,!1);const g=function Q(s){const l=s&&(s[V]||s[dt]);if(l){const g=function Ue(s){if(s.hasOwnProperty("name"))return s.name;const l=(""+s).match(/^function\s*([^\s(]+)/);return null===l?"":l[1]}(s);return console.warn(`DEPRECATED: DI is instantiating a token "${g}" 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 "${g}" class.`),l}return null}(s);return null!==g?()=>g.factory(s):()=>new s}(s);throw new S(204,!1)}function pc(s,l,g){let T;if(d2(s)){const R=D(s);return jr(R)||i4(R)}if(j5(s))T=()=>D(s.useValue);else if(function mc(s){return!(!s||!s.useFactory)}(s))T=()=>s.useFactory(...H2(s.deps||[]));else if(function Ih(s){return!(!s||!s.useExisting)}(s))T=()=>Na(D(s.useExisting));else{const R=D(s&&(s.useClass||s.provide));if(!function Oh(s){return!!s.deps}(s))return jr(R)||i4(R);T=()=>new R(...H2(s.deps))}return T}function c2(s,l,g=!1){return{factory:s,value:l,multi:g?[]:void 0}}function j5(s){return null!==s&&"object"==typeof s&&t3 in s}function d2(s){return"function"==typeof s}let vo=(()=>{class s{static create(g,T){var R;if(Array.isArray(g))return Z5({name:""},T,g,"");{const G=null!==(R=g.name)&&void 0!==R?R:"";return Z5({name:G},g.parent,g.providers,G)}}}return s.THROW_IF_NOT_FOUND=$s,s.NULL=new U5,s.\u0275prov=q({token:s,providedIn:"any",factory:()=>Na(X3)}),s.__NG_ELEMENT_ID__=-1,s})();function sd(s,l){Jt(f3(s)[1],br())}function n4(s){let l=function od(s){return Object.getPrototypeOf(s.prototype).constructor}(s.type),g=!0;const T=[s];for(;l;){let R;if(_n(s))R=l.\u0275cmp||l.\u0275dir;else{if(l.\u0275cmp)throw new S(903,"");R=l.\u0275dir}if(R){if(g){T.push(R);const se=s;se.inputs=Mc(s.inputs),se.declaredInputs=Mc(s.declaredInputs),se.outputs=Mc(s.outputs);const Ee=R.hostBindings;Ee&&Uh(s,Ee);const Ze=R.viewQuery,ft=R.contentQueries;if(Ze&&zh(s,Ze),ft&&Bh(s,ft),d(s.inputs,R.inputs),d(s.declaredInputs,R.declaredInputs),d(s.outputs,R.outputs),_n(R)&&R.data.animation){const At=s.data;At.animation=(At.animation||[]).concat(R.data.animation)}}const G=R.features;if(G)for(let se=0;se=0;T--){const R=s[T];R.hostVars=l+=R.hostVars,R.hostAttrs=ms(R.hostAttrs,g=ms(g,R.hostAttrs))}}(T)}function Mc(s){return s===Ct?{}:s===et?[]:s}function zh(s,l){const g=s.viewQuery;s.viewQuery=g?(T,R)=>{l(T,R),g(T,R)}:l}function Bh(s,l){const g=s.contentQueries;s.contentQueries=g?(T,R,G)=>{l(T,R,G),g(T,R,G)}:l}function Uh(s,l){const g=s.hostBindings;s.hostBindings=g?(T,R)=>{l(T,R),g(T,R)}:l}let wl=null;function x1(){if(!wl){const s=hi.Symbol;if(s&&s.iterator)wl=s.iterator;else{const l=Object.getOwnPropertyNames(Map.prototype);for(let g=0;gEe(Qe(or[T.index])):T.index;if(Qn(g)){let or=null;if(!Ee&&Ze&&(or=function Rc(s,l,g,T){const R=s.cleanup;if(null!=R)for(let G=0;GZe?Ee[Ze]:null}"string"==typeof se&&(G+=2)}return null}(s,l,R,T.index)),null!==or)(or.__ngLastListenerFn__||or).__ngNextListenerFn__=G,or.__ngLastListenerFn__=G,vi=!1;else{G=L4(T,l,Zt,G,!1);const Ar=g.listen(Cn,R,G);di.push(G,Ar),At&&At.push(R,An,Vi,Vi+1)}}else G=L4(T,l,Zt,G,!0),Cn.addEventListener(R,G,se),di.push(G),At&&At.push(R,An,Vi,se)}else G=L4(T,l,Zt,G,!1);const Hi=T.outputs;let qi;if(vi&&null!==Hi&&(qi=Hi[R])){const an=qi.length;if(an)for(let Cn=0;Cn0;)l=l[15],s--;return l}(s,He.lFrame.contextLView))[8]}(s)}function Md(s,l){let g=null;const T=function r5(s){const l=s.attrs;if(null!=l){const g=l.indexOf(5);if(0==(1&g))return l[g+1]}return null}(s);for(let R=0;R=0}const Ha={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function S4(s){return s.substring(Ha.key,Ha.keyEnd)}function Id(s,l){const g=Ha.textEnd;return g===l?-1:(l=Ha.keyEnd=function Kh(s,l,g){for(;l32;)l++;return l}(s,Ha.key=l,g),S2(s,l,g))}function S2(s,l,g){for(;l=0;g=Id(l,g))La(s,S4(l),!0)}function ro(s,l,g,T){const R=Fi(),G=Gn(),se=fe(2);G.firstUpdatePass&&Yc(G,s,se,T),l!==Yn&&cs(R,se,l)&&jc(G,G.data[gr()],R,R[11],s,R[se+1]=function Bd(s,l){return null==s||("string"==typeof l?s+=l:"object"==typeof s&&(s=N(na(s)))),s}(l,g),T,se)}function ao(s,l,g,T){const R=Gn(),G=fe(2);R.firstUpdatePass&&Yc(R,null,G,T);const se=Fi();if(g!==Yn&&cs(se,G,g)){const Ee=R.data[gr()];if(Ud(Ee,T)&&!Hd(R,G)){let Ze=T?Ee.classesWithoutHost:Ee.stylesWithoutHost;null!==Ze&&(g=h(Ze,g||"")),Nl(R,Ee,se,g,T)}else!function Vd(s,l,g,T,R,G,se,Ee){R===Yn&&(R=et);let Ze=0,ft=0,At=0=s.expandoStartIndex}function Yc(s,l,g,T){const R=s.data;if(null===R[g+1]){const G=R[gr()],se=Hd(s,g);Ud(G,T)&&null===l&&!se&&(l=!1),l=function Jh(s,l,g,T){const R=_i(s);let G=T?l.residualClasses:l.residualStyles;if(null===R)0===(T?l.classBindings:l.styleBindings)&&(g=Vl(g=D4(null,s,l,g,T),l.attrs,T),G=null);else{const se=l.directiveStylingLast;if(-1===se||s[se]!==R)if(g=D4(R,s,l,g,T),null===G){let Ze=function Xh(s,l,g){const T=g?l.classBindings:l.styleBindings;if(0!==to(T))return s[Rs(T)]}(s,l,T);void 0!==Ze&&Array.isArray(Ze)&&(Ze=D4(null,s,l,Ze[1],T),Ze=Vl(Ze,l.attrs,T),function Fd(s,l,g,T){s[Rs(g?l.classBindings:l.styleBindings)]=T}(s,l,T,Ze))}else G=function $h(s,l,g){let T;const R=l.directiveEnd;for(let G=1+l.directiveStylingLast;G0)&&(ft=!0)}else At=g;if(R)if(0!==Ze){const di=Rs(s[Ee+1]);s[T+1]=l2(di,Ee),0!==di&&(s[di+1]=N3(s[di+1],T)),s[Ee+1]=function z0(s,l){return 131071&s|l<<17}(s[Ee+1],T)}else s[T+1]=l2(Ee,0),0!==Ee&&(s[Ee+1]=N3(s[Ee+1],T)),Ee=T;else s[T+1]=l2(Ze,0),0===Ee?Ee=T:s[Ze+1]=N3(s[Ze+1],T),Ze=T;ft&&(s[T+1]=P3(s[T+1])),Bc(s,At,T,!0),Bc(s,At,T,!1),function Dd(s,l,g,T,R){const G=R?s.residualClasses:s.residualStyles;null!=G&&"string"==typeof l&&uo(G,l)>=0&&(g[T+1]=ll(g[T+1]))}(l,At,s,T,G),se=l2(Ee,Ze),G?l.classBindings=se:l.styleBindings=se}(R,G,l,g,se,T)}}function D4(s,l,g,T,R){let G=null;const se=g.directiveEnd;let Ee=g.directiveStylingLast;for(-1===Ee?Ee=g.directiveStart:Ee++;Ee0;){const Ze=s[R],ft=Array.isArray(Ze),At=ft?Ze[1]:Ze,Zt=null===At;let di=g[R+1];di===Yn&&(di=Zt?et:void 0);let vi=Zt?es(di,T):At===T?di:void 0;if(ft&&!I4(vi)&&(vi=es(Ze,T)),I4(vi)&&(Ee=vi,se))return Ee;const Hi=s[R+1];R=se?Rs(Hi):to(Hi)}if(null!==l){let Ze=G?l.residualClasses:l.residualStyles;null!=Ze&&(Ee=es(Ze,T))}return Ee}function I4(s){return void 0!==s}function Ud(s,l){return 0!=(s.flags&(l?16:32))}function Kc(s,l=""){const g=Fi(),T=Gn(),R=s+20,G=T.firstCreatePass?v1(T,R,1,l,null):T.data[R],se=g[R]=function X2(s,l){return Qn(s)?s.createText(l):s.createTextNode(l)}(g[11],l);il(T,g,se,G),pa(G,!1)}function Qc(s){return O4("",s,""),Qc}function O4(s,l,g){const T=Fi(),R=M1(T,s,l,g);return R!==Yn&&_o(T,gr(),R),O4}function k4(s,l,g,T,R){const G=Fi(),se=function h2(s,l,g,T,R,G){const Ee=b1(s,Ga(),g,R);return fe(2),Ee?l+Z(g)+T+Z(R)+G:Yn}(G,s,l,g,T,R);return se!==Yn&&_o(G,gr(),se),k4}function qc(s,l,g,T,R,G,se){const Ee=Fi(),Ze=function f2(s,l,g,T,R,G,se,Ee){const ft=El(s,Ga(),g,R,se);return fe(3),ft?l+Z(g)+T+Z(R)+G+Z(se)+Ee:Yn}(Ee,s,l,g,T,R,G,se);return Ze!==Yn&&_o(Ee,gr(),Ze),qc}function Jc(s,l,g,T,R,G,se,Ee,Ze){const ft=Fi(),At=w1(ft,s,l,g,T,R,G,se,Ee,Ze);return At!==Yn&&_o(ft,gr(),At),Jc}function Wd(s,l,g){ao(La,no,M1(Fi(),s,l,g),!0)}function In(s,l,g){const T=Fi();return cs(T,ae(),l)&&vs(Gn(),Zn(),T,s,l,T[11],g,!0),In}function wn(s,l,g){const T=Fi();if(cs(T,ae(),l)){const G=Gn(),se=Zn();vs(G,se,T,s,l,hc(_i(G.data),se,T),g,!0)}return wn}const yr=void 0;var Fa=["en",[["a","p"],["AM","PM"],yr],[["AM","PM"],yr,yr],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],yr,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],yr,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",yr,"{1} 'at' {0}",yr],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function Tr(s){const g=Math.floor(Math.abs(s)),T=s.toString().replace(/^[^.]*\.?/,"").length;return 1===g&&0===T?1:5}];let Ir={};function Aa(s){const l=function us(s){return s.toLowerCase().replace(/_/g,"-")}(s);let g=ds(l);if(g)return g;const T=l.split("-")[0];if(g=ds(T),g)return g;if("en"===T)return Fa;throw new Error(`Missing locale data for the locale "${s}".`)}function Or(s){return Aa(s)[ln.PluralCase]}function ds(s){return s in Ir||(Ir[s]=hi.ng&&hi.ng.common&&hi.ng.common.locales&&hi.ng.common.locales[s]),Ir[s]}var ln=(()=>((ln=ln||{})[ln.LocaleId=0]="LocaleId",ln[ln.DayPeriodsFormat=1]="DayPeriodsFormat",ln[ln.DayPeriodsStandalone=2]="DayPeriodsStandalone",ln[ln.DaysFormat=3]="DaysFormat",ln[ln.DaysStandalone=4]="DaysStandalone",ln[ln.MonthsFormat=5]="MonthsFormat",ln[ln.MonthsStandalone=6]="MonthsStandalone",ln[ln.Eras=7]="Eras",ln[ln.FirstDayOfWeek=8]="FirstDayOfWeek",ln[ln.WeekendRange=9]="WeekendRange",ln[ln.DateFormat=10]="DateFormat",ln[ln.TimeFormat=11]="TimeFormat",ln[ln.DateTimeFormat=12]="DateTimeFormat",ln[ln.NumberSymbols=13]="NumberSymbols",ln[ln.NumberFormats=14]="NumberFormats",ln[ln.CurrencyCode=15]="CurrencyCode",ln[ln.CurrencySymbol=16]="CurrencySymbol",ln[ln.CurrencyName=17]="CurrencyName",ln[ln.Currencies=18]="Currencies",ln[ln.Directionality=19]="Directionality",ln[ln.PluralCase=20]="PluralCase",ln[ln.ExtraData=21]="ExtraData",ln))();const Jr="en-US";let Qa=Jr;function $d(s,l,g,T,R){if(s=D(s),Array.isArray(s))for(let G=0;G>20;if(d2(s)||!s.multi){const vi=new on(Ze,R,S1),Hi=tu(Ee,l,R?At:At+di,Zt);-1===Hi?(Vn($t(ft,se),G,Ee),eu(G,s,l.length),l.push(Ee),ft.directiveStart++,ft.directiveEnd++,R&&(ft.providerIndexes+=1048576),g.push(vi),se.push(vi)):(g[Hi]=vi,se[Hi]=vi)}else{const vi=tu(Ee,l,At+di,Zt),Hi=tu(Ee,l,At,At+di),qi=vi>=0&&g[vi],an=Hi>=0&&g[Hi];if(R&&!an||!R&&!qi){Vn($t(ft,se),G,Ee);const Cn=function Q7(s,l,g,T,R){const G=new on(s,g,S1);return G.multi=[],G.index=l,G.componentProviders=0,a6(G,R,T&&!g),G}(R?K7:s6,g.length,R,T,Ze);!R&&an&&(g[Hi].providerFactory=Cn),eu(G,s,l.length,0),l.push(Ee),ft.directiveStart++,ft.directiveEnd++,R&&(ft.providerIndexes+=1048576),g.push(Cn),se.push(Cn)}else eu(G,s,vi>-1?vi:Hi,a6(g[R?Hi:vi],Ze,!R&&T));!R&&T&&an&&g[Hi].componentProviders++}}}function eu(s,l,g,T){const R=d2(l),G=function K5(s){return!!s.useClass}(l);if(R||G){const Ze=(G?D(l.useClass):l).prototype.ngOnDestroy;if(Ze){const ft=s.destroyHooks||(s.destroyHooks=[]);if(!R&&l.multi){const At=ft.indexOf(g);-1===At?ft.push(g,[T,Ze]):ft[At+1].push(T,Ze)}else ft.push(g,Ze)}}}function a6(s,l,g){return g&&s.componentProviders++,s.multi.push(l)-1}function tu(s,l,g,T){for(let R=g;R{g.providersResolver=(T,R)=>function x8(s,l,g){const T=Gn();if(T.firstCreatePass){const R=_n(s);$d(g,T.data,T.blueprint,R,!0),$d(l,T.data,T.blueprint,R,!1)}}(T,R?R(s):s,l)}}class w8{}class q7{resolveComponentFactory(l){throw function L8(s){const l=Error(`No component factory found for ${N(s)}. Did you add it to @NgModule.entryComponents?`);return l.ngComponent=s,l}(l)}}let o6=(()=>{class s{}return s.NULL=new q7,s})();function T8(){return Gl(br(),Fi())}function Gl(s,l){return new V4(Oi(s,l))}let V4=(()=>{class s{constructor(g){this.nativeElement=g}}return s.__NG_ELEMENT_ID__=T8,s})();function J7(s){return s instanceof V4?s.nativeElement:s}class A8{}let D8=(()=>{class s{}return s.__NG_ELEMENT_ID__=()=>function I8(){const s=Fi(),g=oi(br().index,s);return function $7(s){return s[11]}(ki(g)?g:s)}(),s})(),ep=(()=>{class s{}return s.\u0275prov=q({token:s,providedIn:"root",factory:()=>null}),s})();class O8{constructor(l){this.full=l,this.major=l.split(".")[0],this.minor=l.split(".")[1],this.patch=l.split(".").slice(2).join(".")}}const k8=new O8("13.3.11"),nu={};function l6(s,l,g,T,R=!1){for(;null!==g;){const G=l[g.index];if(null!==G&&T.push(Qe(G)),fn(G))for(let Ee=10;Ee-1&&(Xo(l,T),Wo(g,T))}this._attachedToViewContainer=!1}S0(this._lView[1],this._lView)}onDestroy(l){tc(this._lView[1],this._lView,null,l)}markForCheck(){yl(this._cdRefInjectingView||this._lView)}detach(){this._lView[2]&=-129}reattach(){this._lView[2]|=128}detectChanges(){!function q3(s,l,g){const T=l[10];T.begin&&T.begin();try{t1(s,l,s.template,g)}catch(R){throw V5(l,R),R}finally{T.end&&T.end()}}(this._lView[1],this._lView,this.context)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new S(902,"");this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null,function q6(s,l){s2(s,l,l[11],2,null,null)}(this._lView[1],this._lView)}attachToAppRef(l){if(this._attachedToViewContainer)throw new S(902,"");this._appRef=l}}class tp extends z4{constructor(l){super(l),this._view=l}detectChanges(){J3(this._view)}checkNoChanges(){}get context(){return null}}class P8 extends o6{constructor(l){super(),this.ngModule=l}resolveComponentFactory(l){const g=st(l);return new ru(g,this.ngModule)}}function N8(s){const l=[];for(let g in s)s.hasOwnProperty(g)&&l.push({propName:s[g],templateName:g});return l}class ru extends w8{constructor(l,g){super(),this.componentDef=l,this.ngModule=g,this.componentType=l.type,this.selector=function o5(s){return s.map(s5).join(",")}(l.selectors),this.ngContentSelectors=l.ngContentSelectors?l.ngContentSelectors:[],this.isBoundToModule=!!g}get inputs(){return N8(this.componentDef.inputs)}get outputs(){return N8(this.componentDef.outputs)}create(l,g,T,R){const G=(R=R||this.ngModule)?function H8(s,l){return{get:(g,T,R)=>{const G=s.get(g,nu,R);return G!==nu||T===nu?G:l.get(g,T,R)}}}(l,R.injector):l,se=G.get(A8,Je),Ee=G.get(ep,null),Ze=se.createRenderer(null,this.componentDef),ft=this.componentDef.selectors[0][0]||"div",At=T?function ec(s,l,g){if(Qn(s))return s.selectRootElement(l,g===ht.ShadowDom);let T="string"==typeof l?s.querySelector(l):l;return T.textContent="",T}(Ze,T,this.componentDef.encapsulation):Oo(se.createRenderer(null,this.componentDef),ft,function R8(s){const l=s.toLowerCase();return"svg"===l?"svg":"math"===l?"math":null}(ft)),Zt=this.componentDef.onPush?576:528,di=function bc(s,l){return{components:[],scheduler:s||G6,clean:F5,playerHandler:l||null,flags:0}}(),vi=gl(0,null,null,1,0,null,null,null,null,null),Hi=ml(null,vi,di,Zt,null,null,se,Ze,Ee,G);let qi,an;Rn(Hi);try{const Cn=function xc(s,l,g,T,R,G){const se=g[1];g[20]=s;const Ze=v1(se,20,2,"#host",null),ft=Ze.mergedAttrs=l.hostAttrs;null!==ft&&(bl(Ze,ft,!0),null!==s&&(Hr(R,s,ft),null!==Ze.classes&&D3(R,s,Ze.classes),null!==Ze.styles&&A3(R,s,Ze.styles)));const At=T.createRenderer(s,l),Zt=ml(g,J0(l),null,l.onPush?64:16,g[20],Ze,T,At,G||null,null);return se.firstCreatePass&&(Vn($t(Ze,g),se,l.type),D5(se,Ze),K3(Ze,g.length,1)),vl(g,Zt),g[20]=Zt}(At,this.componentDef,Hi,se,Ze);if(At)if(T)Hr(Ze,At,["ng-version",k8.full]);else{const{attrs:Vi,classes:An}=function R0(s){const l=[],g=[];let T=1,R=2;for(;T0&&D3(Ze,At,An.join(" "))}if(an=qn(vi,20),void 0!==g){const Vi=an.projection=[];for(let An=0;AnZe(se,l)),l.contentQueries){const Ze=br();l.contentQueries(1,se,Ze.directiveStart)}const Ee=br();return!G.firstCreatePass||null===l.hostBindings&&null===l.hostAttrs||(Zr(Ee.index),E5(g[1],Ee,0,Ee.directiveStart,Ee.directiveEnd,l),T5(l,se)),se}(Cn,this.componentDef,Hi,di,[sd]),Us(vi,Hi,null)}finally{mr()}return new rp(this.componentType,qi,Gl(an,Hi),Hi,an)}}class rp extends class M8{}{constructor(l,g,T,R,G){super(),this.location=T,this._rootLView=R,this._tNode=G,this.instance=g,this.hostView=this.changeDetectorRef=new tp(R),this.componentType=l}get injector(){return new Uo(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(l){this.hostView.onDestroy(l)}}class Zl{}class au{}const Wl=new Map;class ou extends Zl{constructor(l,g){super(),this._parent=g,this._bootstrapComponents=[],this.injector=this,this.destroyCbs=[],this.componentFactoryResolver=new P8(this);const T=qt(l);this._bootstrapComponents=eo(T.bootstrap),this._r3Injector=W5(l,g,[{provide:Zl,useValue:this},{provide:o6,useValue:this.componentFactoryResolver}],N(l)),this._r3Injector._resolveInjectorDefTypes(),this.instance=this.get(l)}get(l,g=vo.THROW_IF_NOT_FOUND,T=Ae.Default){return l===vo||l===Zl||l===X3?this:this._r3Injector.get(l,g,T)}destroy(){const l=this._r3Injector;!l.destroyed&&l.destroy(),this.destroyCbs.forEach(g=>g()),this.destroyCbs=null}onDestroy(l){this.destroyCbs.push(l)}}class lu extends au{constructor(l){super(),this.moduleType=l,null!==qt(l)&&function sp(s){const l=new Set;!function g(T){const R=qt(T,!0),G=R.id;null!==G&&(function V8(s,l,g){if(l&&l!==g)throw new Error(`Duplicate module registered for ${s} - ${N(l)} vs ${N(l.name)}`)}(G,Wl.get(G),T),Wl.set(G,T));const se=eo(R.imports);for(const Ee of se)l.has(Ee)||(l.add(Ee),g(Ee))}(s)}(l)}create(l){return new ou(this.moduleType,l)}}function z8(s,l,g){const T=Gr()+s,R=Fi();return R[T]===Yn?yo(R,T,g?l.call(g):l()):function Sl(s,l){return s[l]}(R,T)}function B8(s,l,g,T){return cu(Fi(),Gr(),s,l,g,T)}function U8(s,l,g,T,R){return Y8(Fi(),Gr(),s,l,g,T,R)}function G8(s,l,g,T,R,G){return du(Fi(),Gr(),s,l,g,T,R,G)}function B4(s,l){const g=s[l];return g===Yn?void 0:g}function cu(s,l,g,T,R,G){const se=l+g;return cs(s,se,R)?yo(s,se+1,G?T.call(G,R):T(R)):B4(s,se+1)}function Y8(s,l,g,T,R,G,se){const Ee=l+g;return b1(s,Ee,R,G)?yo(s,Ee+2,se?T.call(se,R,G):T(R,G)):B4(s,Ee+2)}function du(s,l,g,T,R,G,se,Ee){const Ze=l+g;return El(s,Ze,R,G,se)?yo(s,Ze+3,Ee?T.call(Ee,R,G,se):T(R,G,se)):B4(s,Ze+3)}function K8(s,l){const g=Gn();let T;const R=s+20;g.firstCreatePass?(T=function up(s,l){if(l)for(let g=l.length-1;g>=0;g--){const T=l[g];if(s===T.name)return T}}(l,g.pipeRegistry),g.data[R]=T,T.onDestroy&&(g.destroyHooks||(g.destroyHooks=[])).push(R,T.onDestroy)):T=g.data[R];const G=T.factory||(T.factory=jr(T.type)),se=xe(S1);try{const Ee=Be(!1),Ze=G();return Be(Ee),function l4(s,l,g,T){g>=s.data.length&&(s.data[g]=null,s.blueprint[g]=null),l[g]=T}(g,Fi(),R,Ze),Ze}finally{xe(se)}}function Q8(s,l,g){const T=s+20,R=Fi(),G=Ot(R,T);return Yl(R,T)?cu(R,Gr(),l,G.transform,g,G):G.transform(g)}function q8(s,l,g,T){const R=s+20,G=Fi(),se=Ot(G,R);return Yl(G,R)?Y8(G,Gr(),l,se.transform,g,T,se):se.transform(g,T)}function hu(s,l,g,T,R){const G=s+20,se=Fi(),Ee=Ot(se,G);return Yl(se,G)?du(se,Gr(),l,Ee.transform,g,T,R,Ee):Ee.transform(g,T,R)}function Yl(s,l){return s[1].data[l].pure}function fu(s){return l=>{setTimeout(s,void 0,l)}}const zo=class pp extends t.x{constructor(l=!1){super(),this.__isAsync=l}emit(l){super.next(l)}subscribe(l,g,T){var R,G,se;let Ee=l,Ze=g||(()=>null),ft=T;if(l&&"object"==typeof l){const Zt=l;Ee=null===(R=Zt.next)||void 0===R?void 0:R.bind(Zt),Ze=null===(G=Zt.error)||void 0===G?void 0:G.bind(Zt),ft=null===(se=Zt.complete)||void 0===se?void 0:se.bind(Zt)}this.__isAsync&&(Ze=fu(Ze),Ee&&(Ee=fu(Ee)),ft&&(ft=fu(ft)));const At=super.subscribe({next:Ee,error:Ze,complete:ft});return l instanceof e.w0&&l.add(At),At}};function mp(){return this._results[x1()]()}class c6{constructor(l=!1){this._emitDistinctChangesOnly=l,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;const g=x1(),T=c6.prototype;T[g]||(T[g]=mp)}get changes(){return this._changes||(this._changes=new zo)}get(l){return this._results[l]}map(l){return this._results.map(l)}filter(l){return this._results.filter(l)}find(l){return this._results.find(l)}reduce(l,g){return this._results.reduce(l,g)}forEach(l){this._results.forEach(l)}some(l){return this._results.some(l)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(l,g){const T=this;T.dirty=!1;const R=Cs(l);(this._changesDetected=!function P2(s,l,g){if(s.length!==l.length)return!1;for(let T=0;T{class s{}return s.__NG_ELEMENT_ID__=_p,s})();const gp=jl,Cp=class extends gp{constructor(l,g,T){super(),this._declarationLView=l,this._declarationTContainer=g,this.elementRef=T}createEmbeddedView(l){const g=this._declarationTContainer.tViews,T=ml(this._declarationLView,g,l,16,null,g.declTNode,null,null,null,null);T[17]=this._declarationLView[this._declarationTContainer.index];const G=this._declarationLView[19];return null!==G&&(T[19]=G.createEmbeddedView(g)),Us(g,T,l),new z4(T)}};function _p(){return d6(br(),Fi())}function d6(s,l){return 4&s.type?new Cp(l,s,Gl(s,l)):null}let U4=(()=>{class s{}return s.__NG_ELEMENT_ID__=vp,s})();function vp(){return ef(br(),Fi())}const J8=U4,X8=class extends J8{constructor(l,g,T){super(),this._lContainer=l,this._hostTNode=g,this._hostLView=T}get element(){return Gl(this._hostTNode,this._hostLView)}get injector(){return new Uo(this._hostTNode,this._hostLView)}get parentInjector(){const l=cn(this._hostTNode,this._hostLView);if(Ms(l)){const g=qs(l,this._hostLView),T=Qs(l);return new Uo(g[1].data[T+8],g)}return new Uo(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(l){const g=$8(this._lContainer);return null!==g&&g[l]||null}get length(){return this._lContainer.length-10}createEmbeddedView(l,g,T){const R=l.createEmbeddedView(g||{});return this.insert(R,T),R}createComponent(l,g,T,R,G){const se=l&&!function lo(s){return"function"==typeof s}(l);let Ee;if(se)Ee=g;else{const Zt=g||{};Ee=Zt.index,T=Zt.injector,R=Zt.projectableNodes,G=Zt.ngModuleRef}const Ze=se?l:new ru(st(l)),ft=T||this.parentInjector;if(!G&&null==Ze.ngModule){const di=(se?ft:this.parentInjector).get(Zl,null);di&&(G=di)}const At=Ze.create(ft,R,void 0,G);return this.insert(At.hostView,Ee),At}insert(l,g){const T=l._lView,R=T[1];if(function Di(s){return fn(s[3])}(T)){const At=this.indexOf(l);if(-1!==At)this.detach(At);else{const Zt=T[3],di=new X8(Zt,Zt[6],Zt[3]);di.detach(di.indexOf(l))}}const G=this._adjustIndex(g),se=this._lContainer;!function M3(s,l,g,T){const R=10+T,G=g.length;T>0&&(g[R-1][4]=l),T0)T.push(se[Ee/2]);else{const ft=G[Ee+1],At=l[-Ze];for(let Zt=10;Zt{class s{constructor(g){this.appInits=g,this.resolve=p6,this.reject=p6,this.initialized=!1,this.done=!1,this.donePromise=new Promise((T,R)=>{this.resolve=T,this.reject=R})}runInitializers(){if(this.initialized)return;const g=[],T=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let R=0;R{G.subscribe({complete:Ee,error:Ze})});g.push(se)}}Promise.all(g).then(()=>{T()}).catch(R=>{this.reject(R)}),0===g.length&&T(),this.initialized=!0}}return s.\u0275fac=function(g){return new(g||s)(Na(Iu,8))},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"root"}),s})();const Lf=new Er("AppId",{providedIn:"root",factory:function Sf(){return`${ku()}${ku()}${ku()}`}});function ku(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const Pu=new Er("Platform Initializer"),Gp=new Er("Platform ID",{providedIn:"platform",factory:()=>"unknown"}),Nu=new Er("appBootstrapListener");let Ef=(()=>{class s{log(g){console.log(g)}warn(g){console.warn(g)}}return s.\u0275fac=function(g){return new(g||s)},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"platform"}),s})();const m6=new Er("LocaleId",{providedIn:"root",factory:()=>d1(m6,Ae.Optional|Ae.SkipSelf)||function Zp(){return"undefined"!=typeof $localize&&$localize.locale||Jr}()}),Wp=new Er("DefaultCurrencyCode",{providedIn:"root",factory:()=>"USD"});class Yp{constructor(l,g){this.ngModuleFactory=l,this.componentFactories=g}}let jp=(()=>{class s{compileModuleSync(g){return new lu(g)}compileModuleAsync(g){return Promise.resolve(this.compileModuleSync(g))}compileModuleAndAllComponentsSync(g){const T=this.compileModuleSync(g),G=eo(qt(g).declarations).reduce((se,Ee)=>{const Ze=st(Ee);return Ze&&se.push(new ru(Ze)),se},[]);return new Yp(T,G)}compileModuleAndAllComponentsAsync(g){return Promise.resolve(this.compileModuleAndAllComponentsSync(g))}clearCache(){}clearCacheFor(g){}getModuleId(g){}}return s.\u0275fac=function(g){return new(g||s)},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"root"}),s})();const Tf=(()=>Promise.resolve(0))();function g6(s){"undefined"==typeof Zone?Tf.then(()=>{s&&s.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",s)}class Lo{constructor({enableLongStackTrace:l=!1,shouldCoalesceEventChangeDetection:g=!1,shouldCoalesceRunChangeDetection:T=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new zo(!1),this.onMicrotaskEmpty=new zo(!1),this.onStable=new zo(!1),this.onError=new zo(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");Zone.assertZonePatched();const R=this;R._nesting=0,R._outer=R._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(R._inner=R._inner.fork(new Zone.TaskTrackingZoneSpec)),l&&Zone.longStackTraceZoneSpec&&(R._inner=R._inner.fork(Zone.longStackTraceZoneSpec)),R.shouldCoalesceEventChangeDetection=!T&&g,R.shouldCoalesceRunChangeDetection=T,R.lastRequestAnimationFrameId=-1,R.nativeRequestAnimationFrame=function qp(){let s=hi.requestAnimationFrame,l=hi.cancelAnimationFrame;if("undefined"!=typeof Zone&&s&&l){const g=s[Zone.__symbol__("OriginalDelegate")];g&&(s=g);const T=l[Zone.__symbol__("OriginalDelegate")];T&&(l=T)}return{nativeRequestAnimationFrame:s,nativeCancelAnimationFrame:l}}().nativeRequestAnimationFrame,function $p(s){const l=()=>{!function Xp(s){s.isCheckStableRunning||-1!==s.lastRequestAnimationFrameId||(s.lastRequestAnimationFrameId=s.nativeRequestAnimationFrame.call(hi,()=>{s.fakeTopEventTask||(s.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{s.lastRequestAnimationFrameId=-1,Ru(s),s.isCheckStableRunning=!0,C6(s),s.isCheckStableRunning=!1},void 0,()=>{},()=>{})),s.fakeTopEventTask.invoke()}),Ru(s))}(s)};s._inner=s._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(g,T,R,G,se,Ee)=>{try{return Af(s),g.invokeTask(R,G,se,Ee)}finally{(s.shouldCoalesceEventChangeDetection&&"eventTask"===G.type||s.shouldCoalesceRunChangeDetection)&&l(),Df(s)}},onInvoke:(g,T,R,G,se,Ee,Ze)=>{try{return Af(s),g.invoke(R,G,se,Ee,Ze)}finally{s.shouldCoalesceRunChangeDetection&&l(),Df(s)}},onHasTask:(g,T,R,G)=>{g.hasTask(R,G),T===R&&("microTask"==G.change?(s._hasPendingMicrotasks=G.microTask,Ru(s),C6(s)):"macroTask"==G.change&&(s.hasPendingMacrotasks=G.macroTask))},onHandleError:(g,T,R,G)=>(g.handleError(R,G),s.runOutsideAngular(()=>s.onError.emit(G)),!1)})}(R)}static isInAngularZone(){return"undefined"!=typeof Zone&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!Lo.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if(Lo.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")}run(l,g,T){return this._inner.run(l,g,T)}runTask(l,g,T,R){const G=this._inner,se=G.scheduleEventTask("NgZoneEvent: "+R,l,Jp,p6,p6);try{return G.runTask(se,g,T)}finally{G.cancelTask(se)}}runGuarded(l,g,T){return this._inner.runGuarded(l,g,T)}runOutsideAngular(l){return this._outer.run(l)}}const Jp={};function C6(s){if(0==s._nesting&&!s.hasPendingMicrotasks&&!s.isStable)try{s._nesting++,s.onMicrotaskEmpty.emit(null)}finally{if(s._nesting--,!s.hasPendingMicrotasks)try{s.runOutsideAngular(()=>s.onStable.emit(null))}finally{s.isStable=!0}}}function Ru(s){s.hasPendingMicrotasks=!!(s._hasPendingMicrotasks||(s.shouldCoalesceEventChangeDetection||s.shouldCoalesceRunChangeDetection)&&-1!==s.lastRequestAnimationFrameId)}function Af(s){s._nesting++,s.isStable&&(s.isStable=!1,s.onUnstable.emit(null))}function Df(s){s._nesting--,C6(s)}class e9{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new zo,this.onMicrotaskEmpty=new zo,this.onStable=new zo,this.onError=new zo}run(l,g,T){return l.apply(g,T)}runGuarded(l,g,T){return l.apply(g,T)}runOutsideAngular(l){return l()}runTask(l,g,T,R){return l.apply(g,T)}}let If=(()=>{class s{constructor(g){this._ngZone=g,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,this._watchAngularEvents(),g.run(()=>{this.taskTrackingZone="undefined"==typeof Zone?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{Lo.assertNotInAngularZone(),g6(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())g6(()=>{for(;0!==this._callbacks.length;){let g=this._callbacks.pop();clearTimeout(g.timeoutId),g.doneCb(this._didWork)}this._didWork=!1});else{let g=this.getPendingTasks();this._callbacks=this._callbacks.filter(T=>!T.updateCb||!T.updateCb(g)||(clearTimeout(T.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(g=>({source:g.source,creationLocation:g.creationLocation,data:g.data})):[]}addCallback(g,T,R){let G=-1;T&&T>0&&(G=setTimeout(()=>{this._callbacks=this._callbacks.filter(se=>se.timeoutId!==G),g(this._didWork,this.getPendingTasks())},T)),this._callbacks.push({doneCb:g,timeoutId:G,updateCb:R})}whenStable(g,T,R){if(R&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(g,T,R),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}findProviders(g,T,R){return[]}}return s.\u0275fac=function(g){return new(g||s)(Na(Lo))},s.\u0275prov=q({token:s,factory:s.\u0275fac}),s})(),t9=(()=>{class s{constructor(){this._applications=new Map,Hu.addToWindow(this)}registerApplication(g,T){this._applications.set(g,T)}unregisterApplication(g){this._applications.delete(g)}unregisterAllApplications(){this._applications.clear()}getTestability(g){return this._applications.get(g)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(g,T=!0){return Hu.findTestabilityInTree(this,g,T)}}return s.\u0275fac=function(g){return new(g||s)},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"platform"}),s})();class i9{addToWindow(l){}findTestabilityInTree(l,g,T){return null}}function n9(s){Hu=s}let Hu=new i9,A2=null;const Fu=new Er("AllowMultipleToken"),Of=new Er("PlatformOnDestroy");class r9{constructor(l,g){this.name=l,this.token=g}}function Nf(s,l,g=[]){const T=`Platform: ${l}`,R=new Er(T);return(G=[])=>{let se=Vu();if(!se||se.injector.get(Fu,!1)){const Ee=[...g,...G,{provide:R,useValue:!0}];s?s(Ee):function a9(s){if(A2&&!A2.get(Fu,!1))throw new S(400,"");A2=s;const l=s.get(zu),g=s.get(Pu,null);g&&g.forEach(T=>T())}(function o9(s=[],l){return vo.create({name:l,providers:[{provide:$3,useValue:"platform"},{provide:Of,useValue:()=>A2=null},...s]})}(Ee,T))}return function s9(s){const l=Vu();if(!l)throw new S(401,"");return l}()}}function Vu(){var s;return null!==(s=null==A2?void 0:A2.get(zu))&&void 0!==s?s:null}let zu=(()=>{class s{constructor(g){this._injector=g,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(g,T){const Ee=function l9(s,l){let g;return g="noop"===s?new e9:("zone.js"===s?void 0:s)||new Lo({enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:!!(null==l?void 0:l.ngZoneEventCoalescing),shouldCoalesceRunChangeDetection:!!(null==l?void 0:l.ngZoneRunCoalescing)}),g}(T?T.ngZone:void 0,{ngZoneEventCoalescing:T&&T.ngZoneEventCoalescing||!1,ngZoneRunCoalescing:T&&T.ngZoneRunCoalescing||!1}),Ze=[{provide:Lo,useValue:Ee}];return Ee.run(()=>{const ft=vo.create({providers:Ze,parent:this.injector,name:g.moduleType.name}),At=g.create(ft),Zt=At.injector.get(q2,null);if(!Zt)throw new S(402,"");return Ee.runOutsideAngular(()=>{const di=Ee.onError.subscribe({next:vi=>{Zt.handleError(vi)}});At.onDestroy(()=>{_6(this._modules,At),di.unsubscribe()})}),function c9(s,l,g){try{const T=g();return xs(T)?T.catch(R=>{throw l.runOutsideAngular(()=>s.handleError(R)),R}):T}catch(T){throw l.runOutsideAngular(()=>s.handleError(T)),T}}(Zt,Ee,()=>{const di=At.injector.get(Ou);return di.runInitializers(),di.donePromise.then(()=>(function Bl(s){n(s,"Expected localeId to be defined"),"string"==typeof s&&(Qa=s.toLowerCase().replace(/_/g,"-"))}(At.injector.get(m6,Jr)||Jr),this._moduleDoBootstrap(At),At))})})}bootstrapModule(g,T=[]){const R=Rf({},T);return function kf(s,l,g){const T=new lu(g);return Promise.resolve(T)}(0,0,g).then(G=>this.bootstrapModuleFactory(G,R))}_moduleDoBootstrap(g){const T=g.injector.get(Bu);if(g._bootstrapComponents.length>0)g._bootstrapComponents.forEach(R=>T.bootstrap(R));else{if(!g.instance.ngDoBootstrap)throw new S(403,"");g.instance.ngDoBootstrap(T)}this._modules.push(g)}onDestroy(g){this._destroyListeners.push(g)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new S(404,"");this._modules.slice().forEach(T=>T.destroy()),this._destroyListeners.forEach(T=>T());const g=this._injector.get(Of,null);null==g||g(),this._destroyed=!0}get destroyed(){return this._destroyed}}return s.\u0275fac=function(g){return new(g||s)(Na(vo))},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"platform"}),s})();function Rf(s,l){return Array.isArray(l)?l.reduce(Rf,s):Object.assign(Object.assign({},s),l)}let Bu=(()=>{class s{constructor(g,T,R,G){this._zone=g,this._injector=T,this._exceptionHandler=R,this._initStatus=G,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._onMicrotaskEmptySubscription=this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const se=new f.y(Ze=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{Ze.next(this._stable),Ze.complete()})}),Ee=new f.y(Ze=>{let ft;this._zone.runOutsideAngular(()=>{ft=this._zone.onStable.subscribe(()=>{Lo.assertNotInAngularZone(),g6(()=>{!this._stable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks&&(this._stable=!0,Ze.next(!0))})})});const At=this._zone.onUnstable.subscribe(()=>{Lo.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{Ze.next(!1)}))});return()=>{ft.unsubscribe(),At.unsubscribe()}});this.isStable=(0,M.T)(se,Ee.pipe((0,a.B)()))}bootstrap(g,T){if(!this._initStatus.done)throw new S(405,"");let R;R=g instanceof w8?g:this._injector.get(o6).resolveComponentFactory(g),this.componentTypes.push(R.componentType);const G=function Pf(s){return s.isBoundToModule}(R)?void 0:this._injector.get(Zl),Ee=R.create(vo.NULL,[],T||R.selector,G),Ze=Ee.location.nativeElement,ft=Ee.injector.get(If,null),At=ft&&Ee.injector.get(t9);return ft&&At&&At.registerApplication(Ze,ft),Ee.onDestroy(()=>{this.detachView(Ee.hostView),_6(this.components,Ee),At&&At.unregisterApplication(Ze)}),this._loadComponent(Ee),Ee}tick(){if(this._runningTick)throw new S(101,"");try{this._runningTick=!0;for(let g of this._views)g.detectChanges()}catch(g){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(g))}finally{this._runningTick=!1}}attachView(g){const T=g;this._views.push(T),T.attachToAppRef(this)}detachView(g){const T=g;_6(this._views,T),T.detachFromAppRef()}_loadComponent(g){this.attachView(g.hostView),this.tick(),this.components.push(g),this._injector.get(Nu,[]).concat(this._bootstrapListeners).forEach(R=>R(g))}ngOnDestroy(){this._views.slice().forEach(g=>g.destroy()),this._onMicrotaskEmptySubscription.unsubscribe()}get viewCount(){return this._views.length}}return s.\u0275fac=function(g){return new(g||s)(Na(Lo),Na(vo),Na(q2),Na(Ou))},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"root"}),s})();function _6(s,l){const g=s.indexOf(l);g>-1&&s.splice(g,1)}let Ff=!0,Vf=!1;function zf(){return Vf=!0,Ff}function u9(){if(Vf)throw new Error("Cannot enable prod mode after platform setup.");Ff=!1}let Uf=(()=>{class s{}return s.__NG_ELEMENT_ID__=f9,s})();function f9(s){return function Gf(s,l,g){if(Dn(s)&&!g){const T=oi(s.index,l);return new z4(T,T)}return 47&s.type?new z4(l[16],l):null}(br(),Fi(),16==(16&s))}class Wu{constructor(){}supports(l){return Ll(l)}create(l){return new b9(l)}}const x9=(s,l)=>l;class b9{constructor(l){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=l||x9}forEachItem(l){let g;for(g=this._itHead;null!==g;g=g._next)l(g)}forEachOperation(l){let g=this._itHead,T=this._removalsHead,R=0,G=null;for(;g||T;){const se=!T||g&&g.currentIndex{se=this._trackByFn(R,Ee),null!==g&&Object.is(g.trackById,se)?(T&&(g=this._verifyReinsertion(g,Ee,se,R)),Object.is(g.item,Ee)||this._addIdentityChange(g,Ee)):(g=this._mismatch(g,Ee,se,R),T=!0),g=g._next,R++}),this.length=R;return this._truncate(g),this.collection=l,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let l;for(l=this._previousItHead=this._itHead;null!==l;l=l._next)l._nextPrevious=l._next;for(l=this._additionsHead;null!==l;l=l._nextAdded)l.previousIndex=l.currentIndex;for(this._additionsHead=this._additionsTail=null,l=this._movesHead;null!==l;l=l._nextMoved)l.previousIndex=l.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(l,g,T,R){let G;return null===l?G=this._itTail:(G=l._prev,this._remove(l)),null!==(l=null===this._unlinkedRecords?null:this._unlinkedRecords.get(T,null))?(Object.is(l.item,g)||this._addIdentityChange(l,g),this._reinsertAfter(l,G,R)):null!==(l=null===this._linkedRecords?null:this._linkedRecords.get(T,R))?(Object.is(l.item,g)||this._addIdentityChange(l,g),this._moveAfter(l,G,R)):l=this._addAfter(new M9(g,T),G,R),l}_verifyReinsertion(l,g,T,R){let G=null===this._unlinkedRecords?null:this._unlinkedRecords.get(T,null);return null!==G?l=this._reinsertAfter(G,l._prev,R):l.currentIndex!=R&&(l.currentIndex=R,this._addToMoves(l,R)),l}_truncate(l){for(;null!==l;){const g=l._next;this._addToRemovals(this._unlink(l)),l=g}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)}_reinsertAfter(l,g,T){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(l);const R=l._prevRemoved,G=l._nextRemoved;return null===R?this._removalsHead=G:R._nextRemoved=G,null===G?this._removalsTail=R:G._prevRemoved=R,this._insertAfter(l,g,T),this._addToMoves(l,T),l}_moveAfter(l,g,T){return this._unlink(l),this._insertAfter(l,g,T),this._addToMoves(l,T),l}_addAfter(l,g,T){return this._insertAfter(l,g,T),this._additionsTail=null===this._additionsTail?this._additionsHead=l:this._additionsTail._nextAdded=l,l}_insertAfter(l,g,T){const R=null===g?this._itHead:g._next;return l._next=R,l._prev=g,null===R?this._itTail=l:R._prev=l,null===g?this._itHead=l:g._next=l,null===this._linkedRecords&&(this._linkedRecords=new Yf),this._linkedRecords.put(l),l.currentIndex=T,l}_remove(l){return this._addToRemovals(this._unlink(l))}_unlink(l){null!==this._linkedRecords&&this._linkedRecords.remove(l);const g=l._prev,T=l._next;return null===g?this._itHead=T:g._next=T,null===T?this._itTail=g:T._prev=g,l}_addToMoves(l,g){return l.previousIndex===g||(this._movesTail=null===this._movesTail?this._movesHead=l:this._movesTail._nextMoved=l),l}_addToRemovals(l){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Yf),this._unlinkedRecords.put(l),l.currentIndex=null,l._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=l,l._prevRemoved=null):(l._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=l),l}_addIdentityChange(l,g){return l.item=g,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=l:this._identityChangesTail._nextIdentityChange=l,l}}class M9{constructor(l,g){this.item=l,this.trackById=g,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}}class w9{constructor(){this._head=null,this._tail=null}add(l){null===this._head?(this._head=this._tail=l,l._nextDup=null,l._prevDup=null):(this._tail._nextDup=l,l._prevDup=this._tail,l._nextDup=null,this._tail=l)}get(l,g){let T;for(T=this._head;null!==T;T=T._nextDup)if((null===g||g<=T.currentIndex)&&Object.is(T.trackById,l))return T;return null}remove(l){const g=l._prevDup,T=l._nextDup;return null===g?this._head=T:g._nextDup=T,null===T?this._tail=g:T._prevDup=g,null===this._head}}class Yf{constructor(){this.map=new Map}put(l){const g=l.trackById;let T=this.map.get(g);T||(T=new w9,this.map.set(g,T)),T.add(l)}get(l,g){const R=this.map.get(l);return R?R.get(l,g):null}remove(l){const g=l.trackById;return this.map.get(g).remove(l)&&this.map.delete(g),l}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function jf(s,l,g){const T=s.previousIndex;if(null===T)return T;let R=0;return g&&T{if(g&&g.key===R)this._maybeAddToChanges(g,T),this._appendAfter=g,g=g._next;else{const G=this._getOrCreateRecordForKey(R,T);g=this._insertBeforeOrAppend(g,G)}}),g){g._prev&&(g._prev._next=null),this._removalsHead=g;for(let T=g;null!==T;T=T._nextRemoved)T===this._mapHead&&(this._mapHead=null),this._records.delete(T.key),T._nextRemoved=T._next,T.previousValue=T.currentValue,T.currentValue=null,T._prev=null,T._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(l,g){if(l){const T=l._prev;return g._next=l,g._prev=T,l._prev=g,T&&(T._next=g),l===this._mapHead&&(this._mapHead=g),this._appendAfter=l,l}return this._appendAfter?(this._appendAfter._next=g,g._prev=this._appendAfter):this._mapHead=g,this._appendAfter=g,null}_getOrCreateRecordForKey(l,g){if(this._records.has(l)){const R=this._records.get(l);this._maybeAddToChanges(R,g);const G=R._prev,se=R._next;return G&&(G._next=se),se&&(se._prev=G),R._next=null,R._prev=null,R}const T=new S9(l);return this._records.set(l,T),T.currentValue=g,this._addToAdditions(T),T}_reset(){if(this.isDirty){let l;for(this._previousMapHead=this._mapHead,l=this._previousMapHead;null!==l;l=l._next)l._nextPrevious=l._next;for(l=this._changesHead;null!==l;l=l._nextChanged)l.previousValue=l.currentValue;for(l=this._additionsHead;null!=l;l=l._nextAdded)l.previousValue=l.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(l,g){Object.is(g,l.currentValue)||(l.previousValue=l.currentValue,l.currentValue=g,this._addToChanges(l))}_addToAdditions(l){null===this._additionsHead?this._additionsHead=this._additionsTail=l:(this._additionsTail._nextAdded=l,this._additionsTail=l)}_addToChanges(l){null===this._changesHead?this._changesHead=this._changesTail=l:(this._changesTail._nextChanged=l,this._changesTail=l)}_forEach(l,g){l instanceof Map?l.forEach(g):Object.keys(l).forEach(T=>g(l[T],T))}}class S9{constructor(l){this.key=l,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function Qf(){return new Yu([new Wu])}let Yu=(()=>{class s{constructor(g){this.factories=g}static create(g,T){if(null!=T){const R=T.factories.slice();g=g.concat(R)}return new s(g)}static extend(g){return{provide:s,useFactory:T=>s.create(g,T||Qf()),deps:[[s,new Os,new Ko]]}}find(g){const T=this.factories.find(R=>R.supports(g));if(null!=T)return T;throw new S(901,"")}}return s.\u0275prov=q({token:s,providedIn:"root",factory:Qf}),s})();function qf(){return new ju([new Kf])}let ju=(()=>{class s{constructor(g){this.factories=g}static create(g,T){if(T){const R=T.factories.slice();g=g.concat(R)}return new s(g)}static extend(g){return{provide:s,useFactory:T=>s.create(g,T||qf()),deps:[[s,new Os,new Ko]]}}find(g){const T=this.factories.find(G=>G.supports(g));if(T)return T;throw new S(901,"")}}return s.\u0275prov=q({token:s,providedIn:"root",factory:qf}),s})();const A9=Nf(null,"core",[]);let D9=(()=>{class s{constructor(g){}}return s.\u0275fac=function(g){return new(g||s)(Na(Bu))},s.\u0275mod=tt({type:s}),s.\u0275inj=_e({}),s})()},9042:(Ve,j,p)=>{"use strict";function t(A){for(let w in A){let D=A[w]||"";switch(w){case"display":A.display="flex"===D?["-webkit-flex","flex"]:"inline-flex"===D?["-webkit-inline-flex","inline-flex"]:D;break;case"align-items":case"align-self":case"align-content":case"flex":case"flex-basis":case"flex-flow":case"flex-grow":case"flex-shrink":case"flex-wrap":case"justify-content":A["-webkit-"+w]=D;break;case"flex-direction":D=D||"row",A["-webkit-flex-direction"]=D,A["flex-direction"]=D;break;case"order":A.order=A["-webkit-"+w]=isNaN(+D)?"0":D}}return A}p.d(j,{Ar:()=>M,GK:()=>t,iQ:()=>f,kt:()=>h,tj:()=>b});const e="inline",f=["row","column","row-reverse","column-reverse"];function M(A){let[w,D,L]=a(A);return function N(A,w=null,D=!1){return{display:D?"inline-flex":"flex","box-sizing":"border-box","flex-direction":A,"flex-wrap":w||null}}(w,D,L)}function a(A){var w;A=null!==(w=null==A?void 0:A.toLowerCase())&&void 0!==w?w:"";let[D,L,k]=A.split(" ");return f.find(S=>S===D)||(D=f[0]),L===e&&(L=k!==e?k:"",k=e),[D,d(L),!!k]}function b(A){let[w]=a(A);return w.indexOf("row")>-1}function d(A){if(A)switch(A.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":A="wrap-reverse";break;case"no":case"none":case"nowrap":A="nowrap";break;default:A="wrap"}return A}function h(A,...w){if(null==A)throw TypeError("Cannot convert undefined or null to object");for(let D of w)if(null!=D)for(let L in D)D.hasOwnProperty(L)&&(A[L]=D[L]);return A}},3270:(Ve,j,p)=>{"use strict";p.d(j,{Bs:()=>ne,FL:()=>hi,IR:()=>L,Ot:()=>ui,QI:()=>de,RK:()=>te,WU:()=>Z,g5:()=>U,iR:()=>xe,wY:()=>Y,yB:()=>le});var t=p(5e3),e=p(9808),f=p(1135),M=p(8306),a=p(6451),b=p(7579),d=p(9042),N=p(9300),h=p(8505);const w={provide:t.tb,useFactory:function A(xt,Nt){return()=>{if((0,e.NF)(Nt)){const Ct=Array.from(xt.querySelectorAll(`[class*=${D}]`)),et=/\bflex-layout-.+?\b/g;Ct.forEach(yt=>{yt.classList.contains(`${D}ssr`)&&yt.parentNode?yt.parentNode.removeChild(yt):yt.className.replace(et,"")})}}},deps:[e.K0,t.Lbi],multi:!0},D="flex-layout-";let L=(()=>{class xt{}return xt.\u0275fac=function(Ct){return new(Ct||xt)},xt.\u0275mod=t.oAB({type:xt}),xt.\u0275inj=t.cJS({providers:[w]}),xt})();class k{constructor(Nt=!1,Ct="all",et="",yt="",ei=0){this.matches=Nt,this.mediaQuery=Ct,this.mqAlias=et,this.suffix=yt,this.priority=ei,this.property=""}clone(){return new k(this.matches,this.mediaQuery,this.mqAlias,this.suffix)}}let S=(()=>{class xt{constructor(){this.stylesheet=new Map}addStyleToElement(Ct,et,yt){const ei=this.stylesheet.get(Ct);ei?ei.set(et,yt):this.stylesheet.set(Ct,new Map([[et,yt]]))}clearStyles(){this.stylesheet.clear()}getStyleForElement(Ct,et){const yt=this.stylesheet.get(Ct);let ei="";if(yt){const Yt=yt.get(et);("number"==typeof Yt||"string"==typeof Yt)&&(ei=Yt+"")}return ei}}return xt.\u0275fac=function(Ct){return new(Ct||xt)},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();const U={addFlexToParent:!0,addOrientationBps:!1,disableDefaultBps:!1,disableVendorPrefixes:!1,serverLoaded:!1,useColumnBasisZero:!0,printWithBreakpoints:[],mediaTriggerAutoRestore:!0,ssrObserveBreakpoints:[],multiplier:void 0,defaultUnit:"px",detectLayoutDisplay:!1},Z=new t.OlP("Flex Layout token, config options for the library",{providedIn:"root",factory:()=>U}),Y=new t.OlP("FlexLayoutServerLoaded",{providedIn:"root",factory:()=>!1}),ne=new t.OlP("Flex Layout token, collect all breakpoints into one provider",{providedIn:"root",factory:()=>null});function $(xt,Nt){return xt=xt?xt.clone():new k,Nt&&(xt.mqAlias=Nt.alias,xt.mediaQuery=Nt.mediaQuery,xt.suffix=Nt.suffix,xt.priority=Nt.priority),xt}class de{constructor(){this.shouldCache=!0}sideEffect(Nt,Ct,et){}}let te=(()=>{class xt{constructor(Ct,et,yt,ei){this._serverStylesheet=Ct,this._serverModuleLoaded=et,this._platformId=yt,this.layoutConfig=ei}applyStyleToElement(Ct,et,yt=null){let ei={};"string"==typeof et&&(ei[et]=yt,et=ei),ei=this.layoutConfig.disableVendorPrefixes?et:(0,d.GK)(et),this._applyMultiValueStyleToElement(ei,Ct)}applyStyleToElements(Ct,et=[]){const yt=this.layoutConfig.disableVendorPrefixes?Ct:(0,d.GK)(Ct);et.forEach(ei=>{this._applyMultiValueStyleToElement(yt,ei)})}getFlowDirection(Ct){const et="flex-direction";let yt=this.lookupStyle(Ct,et);return[yt||"row",this.lookupInlineStyle(Ct,et)||(0,e.PM)(this._platformId)&&this._serverModuleLoaded?yt:""]}hasWrap(Ct){return"wrap"===this.lookupStyle(Ct,"flex-wrap")}lookupAttributeValue(Ct,et){var yt;return null!==(yt=Ct.getAttribute(et))&&void 0!==yt?yt:""}lookupInlineStyle(Ct,et){return(0,e.NF)(this._platformId)?Ct.style.getPropertyValue(et):function ie(xt,Nt){var Ct;return null!==(Ct=me(xt)[Nt])&&void 0!==Ct?Ct:""}(Ct,et)}lookupStyle(Ct,et,yt=!1){let ei="";return Ct&&((ei=this.lookupInlineStyle(Ct,et))||((0,e.NF)(this._platformId)?yt||(ei=getComputedStyle(Ct).getPropertyValue(et)):this._serverModuleLoaded&&(ei=this._serverStylesheet.getStyleForElement(Ct,et)))),ei?ei.trim():""}_applyMultiValueStyleToElement(Ct,et){Object.keys(Ct).sort().forEach(yt=>{const ei=Ct[yt],Yt=Array.isArray(ei)?ei:[ei];Yt.sort();for(let Pe of Yt)Pe=Pe?Pe+"":"",(0,e.NF)(this._platformId)||!this._serverModuleLoaded?(0,e.NF)(this._platformId)?et.style.setProperty(yt,Pe):oe(et,yt,Pe):this._serverStylesheet.addStyleToElement(et,yt,Pe)})}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(S),t.LFG(Y),t.LFG(t.Lbi),t.LFG(Z))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();function oe(xt,Nt,Ct){Nt=Nt.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();const et=me(xt);et[Nt]=null!=Ct?Ct:"",function X(xt,Nt){let Ct="";for(const et in Nt)Nt[et]&&(Ct+=`${et}:${Nt[et]};`);xt.setAttribute("style",Ct)}(xt,et)}function me(xt){const Nt={},Ct=xt.getAttribute("style");if(Ct){const et=Ct.split(/;+/g);for(let yt=0;yt0){const Yt=ei.indexOf(":");if(-1===Yt)throw new Error(`Invalid CSS style: ${ei}`);Nt[ei.substr(0,Yt).trim()]=ei.substr(Yt+1).trim()}}}return Nt}function y(xt,Nt){return(Nt&&Nt.priority||0)-(xt&&xt.priority||0)}function i(xt,Nt){return(xt.priority||0)-(Nt.priority||0)}let r=(()=>{class xt{constructor(Ct,et,yt){this._zone=Ct,this._platformId=et,this._document=yt,this.source=new f.X(new k(!0)),this.registry=new Map,this.pendingRemoveListenerFns=[],this._observable$=this.source.asObservable()}get activations(){const Ct=[];return this.registry.forEach((et,yt)=>{et.matches&&Ct.push(yt)}),Ct}isActive(Ct){var et;const yt=this.registry.get(Ct);return null!==(et=null==yt?void 0:yt.matches)&&void 0!==et?et:this.registerQuery(Ct).some(ei=>ei.matches)}observe(Ct,et=!1){if(Ct&&Ct.length){const yt=this._observable$.pipe((0,N.h)(Yt=>!et||Ct.indexOf(Yt.mediaQuery)>-1)),ei=new M.y(Yt=>{const Pe=this.registerQuery(Ct);if(Pe.length){const Oe=Pe.pop();Pe.forEach(ce=>{Yt.next(ce)}),this.source.next(Oe)}Yt.complete()});return(0,a.T)(ei,yt)}return this._observable$}registerQuery(Ct){const et=Array.isArray(Ct)?Ct:[Ct],yt=[];return function c(xt,Nt){const Ct=xt.filter(et=>!u[et]);if(Ct.length>0){const et=Ct.join(", ");try{const yt=Nt.createElement("style");yt.setAttribute("type","text/css"),yt.styleSheet||yt.appendChild(Nt.createTextNode(`\n/*\n @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners\n see http://bit.ly/2sd4HMP\n*/\n@media ${et} {.fx-query-test{ }}\n`)),Nt.head.appendChild(yt),Ct.forEach(ei=>u[ei]=yt)}catch(yt){console.error(yt)}}}(et,this._document),et.forEach(ei=>{const Yt=Oe=>{this._zone.run(()=>this.source.next(new k(Oe.matches,ei)))};let Pe=this.registry.get(ei);Pe||(Pe=this.buildMQL(ei),Pe.addListener(Yt),this.pendingRemoveListenerFns.push(()=>Pe.removeListener(Yt)),this.registry.set(ei,Pe)),Pe.matches&&yt.push(new k(!0,ei))}),yt}ngOnDestroy(){let Ct;for(;Ct=this.pendingRemoveListenerFns.pop();)Ct()}buildMQL(Ct){return function _(xt,Nt){return Nt&&window.matchMedia("all").addListener?window.matchMedia(xt):{matches:"all"===xt||""===xt,media:xt,addListener:()=>{},removeListener:()=>{},onchange:null,addEventListener(){},removeEventListener(){},dispatchEvent:()=>!1}}(Ct,(0,e.NF)(this._platformId))}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(t.R0b),t.LFG(t.Lbi),t.LFG(e.K0))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();const u={},E=[{alias:"xs",mediaQuery:"screen and (min-width: 0px) and (max-width: 599.98px)",priority:1e3},{alias:"sm",mediaQuery:"screen and (min-width: 600px) and (max-width: 959.98px)",priority:900},{alias:"md",mediaQuery:"screen and (min-width: 960px) and (max-width: 1279.98px)",priority:800},{alias:"lg",mediaQuery:"screen and (min-width: 1280px) and (max-width: 1919.98px)",priority:700},{alias:"xl",mediaQuery:"screen and (min-width: 1920px) and (max-width: 4999.98px)",priority:600},{alias:"lt-sm",overlapping:!0,mediaQuery:"screen and (max-width: 599.98px)",priority:950},{alias:"lt-md",overlapping:!0,mediaQuery:"screen and (max-width: 959.98px)",priority:850},{alias:"lt-lg",overlapping:!0,mediaQuery:"screen and (max-width: 1279.98px)",priority:750},{alias:"lt-xl",overlapping:!0,priority:650,mediaQuery:"screen and (max-width: 1919.98px)"},{alias:"gt-xs",overlapping:!0,mediaQuery:"screen and (min-width: 600px)",priority:-950},{alias:"gt-sm",overlapping:!0,mediaQuery:"screen and (min-width: 960px)",priority:-850},{alias:"gt-md",overlapping:!0,mediaQuery:"screen and (min-width: 1280px)",priority:-750},{alias:"gt-lg",overlapping:!0,mediaQuery:"screen and (min-width: 1920px)",priority:-650}],I="(orientation: portrait) and (max-width: 599.98px)",v="(orientation: landscape) and (max-width: 959.98px)",n="(orientation: portrait) and (min-width: 600px) and (max-width: 839.98px)",C="(orientation: landscape) and (min-width: 960px) and (max-width: 1279.98px)",B="(orientation: portrait) and (min-width: 840px)",P="(orientation: landscape) and (min-width: 1280px)",H={HANDSET:`${I}, ${v}`,TABLET:`${n} , ${C}`,WEB:`${B}, ${P} `,HANDSET_PORTRAIT:`${I}`,TABLET_PORTRAIT:`${n} `,WEB_PORTRAIT:`${B}`,HANDSET_LANDSCAPE:`${v}`,TABLET_LANDSCAPE:`${C}`,WEB_LANDSCAPE:`${P}`},q=[{alias:"handset",priority:2e3,mediaQuery:H.HANDSET},{alias:"handset.landscape",priority:2e3,mediaQuery:H.HANDSET_LANDSCAPE},{alias:"handset.portrait",priority:2e3,mediaQuery:H.HANDSET_PORTRAIT},{alias:"tablet",priority:2100,mediaQuery:H.TABLET},{alias:"tablet.landscape",priority:2100,mediaQuery:H.TABLET_LANDSCAPE},{alias:"tablet.portrait",priority:2100,mediaQuery:H.TABLET_PORTRAIT},{alias:"web",priority:2200,mediaQuery:H.WEB,overlapping:!0},{alias:"web.landscape",priority:2200,mediaQuery:H.WEB_LANDSCAPE,overlapping:!0},{alias:"web.portrait",priority:2200,mediaQuery:H.WEB_PORTRAIT,overlapping:!0}],he=/(\.|-|_)/g;function _e(xt){let Nt=xt.length>0?xt.charAt(0):"",Ct=xt.length>1?xt.slice(1):"";return Nt.toUpperCase()+Ct}const Ue=new t.OlP("Token (@angular/flex-layout) Breakpoints",{providedIn:"root",factory:()=>{const xt=(0,t.f3M)(ne),Nt=(0,t.f3M)(Z),Ct=[].concat.apply([],(xt||[]).map(yt=>Array.isArray(yt)?yt:[yt]));return function Q(xt,Nt=[]){const Ct={};return xt.forEach(et=>{Ct[et.alias]=et}),Nt.forEach(et=>{Ct[et.alias]?(0,d.kt)(Ct[et.alias],et):Ct[et.alias]=et}),function we(xt){return xt.forEach(Nt=>{Nt.suffix||(Nt.suffix=function Ne(xt){return xt.replace(he,"|").split("|").map(_e).join("")}(Nt.alias),Nt.overlapping=!!Nt.overlapping)}),xt}(Object.keys(Ct).map(et=>Ct[et]))}((Nt.disableDefaultBps?[]:E).concat(Nt.addOrientationBps?q:[]),Ct)}});let ye=(()=>{class xt{constructor(Ct){this.findByMap=new Map,this.items=[...Ct].sort(i)}findByAlias(Ct){return Ct?this.findWithPredicate(Ct,et=>et.alias===Ct):null}findByQuery(Ct){return this.findWithPredicate(Ct,et=>et.mediaQuery===Ct)}get overlappings(){return this.items.filter(Ct=>Ct.overlapping)}get aliases(){return this.items.map(Ct=>Ct.alias)}get suffixes(){return this.items.map(Ct=>{var et;return null!==(et=null==Ct?void 0:Ct.suffix)&&void 0!==et?et:""})}findWithPredicate(Ct,et){var yt;let ei=this.findByMap.get(Ct);return ei||(ei=null!==(yt=this.items.find(et))&&void 0!==yt?yt:null,this.findByMap.set(Ct,ei)),null!=ei?ei:null}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(Ue))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();const V="print",De={alias:V,mediaQuery:V,priority:1e3};let dt=(()=>{class xt{constructor(Ct,et,yt){this.breakpoints=Ct,this.layoutConfig=et,this._document=yt,this.registeredBeforeAfterPrintHooks=!1,this.isPrintingBeforeAfterEvent=!1,this.beforePrintEventListeners=[],this.afterPrintEventListeners=[],this.formerActivations=null,this.isPrinting=!1,this.queue=new Ie,this.deactivations=[]}withPrintQuery(Ct){return[...Ct,V]}isPrintEvent(Ct){return Ct.mediaQuery.startsWith(V)}get printAlias(){var Ct;return[...null!==(Ct=this.layoutConfig.printWithBreakpoints)&&void 0!==Ct?Ct:[]]}get printBreakPoints(){return this.printAlias.map(Ct=>this.breakpoints.findByAlias(Ct)).filter(Ct=>null!==Ct)}getEventBreakpoints({mediaQuery:Ct}){const et=this.breakpoints.findByQuery(Ct);return(et?[...this.printBreakPoints,et]:this.printBreakPoints).sort(y)}updateEvent(Ct){var et;let yt=this.breakpoints.findByQuery(Ct.mediaQuery);return this.isPrintEvent(Ct)&&(yt=this.getEventBreakpoints(Ct)[0],Ct.mediaQuery=null!==(et=null==yt?void 0:yt.mediaQuery)&&void 0!==et?et:""),$(Ct,yt)}registerBeforeAfterPrintHooks(Ct){if(!this._document.defaultView||this.registeredBeforeAfterPrintHooks)return;this.registeredBeforeAfterPrintHooks=!0;const et=()=>{this.isPrinting||(this.isPrintingBeforeAfterEvent=!0,this.startPrinting(Ct,this.getEventBreakpoints(new k(!0,V))),Ct.updateStyles())},yt=()=>{this.isPrintingBeforeAfterEvent=!1,this.isPrinting&&(this.stopPrinting(Ct),Ct.updateStyles())};this._document.defaultView.addEventListener("beforeprint",et),this._document.defaultView.addEventListener("afterprint",yt),this.beforePrintEventListeners.push(et),this.afterPrintEventListeners.push(yt)}interceptEvents(Ct){return et=>{this.isPrintEvent(et)?et.matches&&!this.isPrinting?(this.startPrinting(Ct,this.getEventBreakpoints(et)),Ct.updateStyles()):!et.matches&&this.isPrinting&&!this.isPrintingBeforeAfterEvent&&(this.stopPrinting(Ct),Ct.updateStyles()):this.collectActivations(Ct,et)}}blockPropagation(){return Ct=>!(this.isPrinting||this.isPrintEvent(Ct))}startPrinting(Ct,et){this.isPrinting=!0,this.formerActivations=Ct.activatedBreakpoints,Ct.activatedBreakpoints=this.queue.addPrintBreakpoints(et)}stopPrinting(Ct){Ct.activatedBreakpoints=this.deactivations,this.deactivations=[],this.formerActivations=null,this.queue.clear(),this.isPrinting=!1}collectActivations(Ct,et){if(!this.isPrinting||this.isPrintingBeforeAfterEvent){if(!this.isPrintingBeforeAfterEvent)return void(this.deactivations=[]);if(!et.matches){const yt=this.breakpoints.findByQuery(et.mediaQuery);if(yt){const ei=this.formerActivations&&this.formerActivations.includes(yt),Yt=!this.formerActivations&&Ct.activatedBreakpoints.includes(yt);(ei||Yt)&&(this.deactivations.push(yt),this.deactivations.sort(y))}}}}ngOnDestroy(){this._document.defaultView&&(this.beforePrintEventListeners.forEach(Ct=>this._document.defaultView.removeEventListener("beforeprint",Ct)),this.afterPrintEventListeners.forEach(Ct=>this._document.defaultView.removeEventListener("afterprint",Ct)))}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(ye),t.LFG(Z),t.LFG(e.K0))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();class Ie{constructor(){this.printBreakpoints=[]}addPrintBreakpoints(Nt){return Nt.push(De),Nt.sort(y),Nt.forEach(Ct=>this.addBreakpoint(Ct)),this.printBreakpoints}addBreakpoint(Nt){Nt&&void 0===this.printBreakpoints.find(et=>et.mediaQuery===Nt.mediaQuery)&&(this.printBreakpoints=function Ae(xt){var Nt;return null!==(Nt=null==xt?void 0:xt.mediaQuery.startsWith(V))&&void 0!==Nt&&Nt}(Nt)?[Nt,...this.printBreakpoints]:[...this.printBreakpoints,Nt])}clear(){this.printBreakpoints=[]}}let le=(()=>{class xt{constructor(Ct,et,yt){this.matchMedia=Ct,this.breakpoints=et,this.hook=yt,this._useFallbacks=!0,this._activatedBreakpoints=[],this.elementMap=new Map,this.elementKeyMap=new WeakMap,this.watcherMap=new WeakMap,this.updateMap=new WeakMap,this.clearMap=new WeakMap,this.subject=new b.x,this.observeActivations()}get activatedAlias(){var Ct,et;return null!==(et=null===(Ct=this.activatedBreakpoints[0])||void 0===Ct?void 0:Ct.alias)&&void 0!==et?et:""}set activatedBreakpoints(Ct){this._activatedBreakpoints=[...Ct]}get activatedBreakpoints(){return[...this._activatedBreakpoints]}set useFallbacks(Ct){this._useFallbacks=Ct}onMediaChange(Ct){const et=this.findByQuery(Ct.mediaQuery);if(et){Ct=$(Ct,et);const yt=this.activatedBreakpoints.indexOf(et);Ct.matches&&-1===yt?(this._activatedBreakpoints.push(et),this._activatedBreakpoints.sort(y),this.updateStyles()):!Ct.matches&&-1!==yt&&(this._activatedBreakpoints.splice(yt,1),this._activatedBreakpoints.sort(y),this.updateStyles())}}init(Ct,et,yt,ei,Yt=[]){Te(this.updateMap,Ct,et,yt),Te(this.clearMap,Ct,et,ei),this.buildElementKeyMap(Ct,et),this.watchExtraTriggers(Ct,et,Yt)}getValue(Ct,et,yt){const ei=this.elementMap.get(Ct);if(ei){const Yt=void 0!==yt?ei.get(yt):this.getActivatedValues(ei,et);if(Yt)return Yt.get(et)}}hasValue(Ct,et){const yt=this.elementMap.get(Ct);if(yt){const ei=this.getActivatedValues(yt,et);if(ei)return void 0!==ei.get(et)||!1}return!1}setValue(Ct,et,yt,ei){var Yt;let Pe=this.elementMap.get(Ct);if(Pe){const ce=(null!==(Yt=Pe.get(ei))&&void 0!==Yt?Yt:new Map).set(et,yt);Pe.set(ei,ce),this.elementMap.set(Ct,Pe)}else Pe=(new Map).set(ei,(new Map).set(et,yt)),this.elementMap.set(Ct,Pe);const Oe=this.getValue(Ct,et);void 0!==Oe&&this.updateElement(Ct,et,Oe)}trackValue(Ct,et){return this.subject.asObservable().pipe((0,N.h)(yt=>yt.element===Ct&&yt.key===et))}updateStyles(){this.elementMap.forEach((Ct,et)=>{const yt=new Set(this.elementKeyMap.get(et));let ei=this.getActivatedValues(Ct);ei&&ei.forEach((Yt,Pe)=>{this.updateElement(et,Pe,Yt),yt.delete(Pe)}),yt.forEach(Yt=>{if(ei=this.getActivatedValues(Ct,Yt),ei){const Pe=ei.get(Yt);this.updateElement(et,Yt,Pe)}else this.clearElement(et,Yt)})})}clearElement(Ct,et){const yt=this.clearMap.get(Ct);if(yt){const ei=yt.get(et);ei&&(ei(),this.subject.next({element:Ct,key:et,value:""}))}}updateElement(Ct,et,yt){const ei=this.updateMap.get(Ct);if(ei){const Yt=ei.get(et);Yt&&(Yt(yt),this.subject.next({element:Ct,key:et,value:yt}))}}releaseElement(Ct){const et=this.watcherMap.get(Ct);et&&(et.forEach(ei=>ei.unsubscribe()),this.watcherMap.delete(Ct));const yt=this.elementMap.get(Ct);yt&&(yt.forEach((ei,Yt)=>yt.delete(Yt)),this.elementMap.delete(Ct))}triggerUpdate(Ct,et){const yt=this.elementMap.get(Ct);if(yt){const ei=this.getActivatedValues(yt,et);ei&&(et?this.updateElement(Ct,et,ei.get(et)):ei.forEach((Yt,Pe)=>this.updateElement(Ct,Pe,Yt)))}}buildElementKeyMap(Ct,et){let yt=this.elementKeyMap.get(Ct);yt||(yt=new Set,this.elementKeyMap.set(Ct,yt)),yt.add(et)}watchExtraTriggers(Ct,et,yt){if(yt&&yt.length){let ei=this.watcherMap.get(Ct);if(ei||(ei=new Map,this.watcherMap.set(Ct,ei)),!ei.get(et)){const Pe=(0,a.T)(...yt).subscribe(()=>{const Oe=this.getValue(Ct,et);this.updateElement(Ct,et,Oe)});ei.set(et,Pe)}}}findByQuery(Ct){return this.breakpoints.findByQuery(Ct)}getActivatedValues(Ct,et){for(let ei=0;eiet.mediaQuery);this.hook.registerBeforeAfterPrintHooks(this),this.matchMedia.observe(this.hook.withPrintQuery(Ct)).pipe((0,h.b)(this.hook.interceptEvents(this)),(0,N.h)(this.hook.blockPropagation())).subscribe(this.onMediaChange.bind(this))}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(r),t.LFG(ye),t.LFG(dt))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();function Te(xt,Nt,Ct,et){var yt;if(void 0!==et){const ei=null!==(yt=xt.get(Nt))&&void 0!==yt?yt:new Map;ei.set(Ct,et),xt.set(Nt,ei)}}let xe=(()=>{class xt{constructor(Ct,et,yt,ei){this.elementRef=Ct,this.styleBuilder=et,this.styler=yt,this.marshal=ei,this.DIRECTIVE_KEY="",this.inputs=[],this.mru={},this.destroySubject=new b.x,this.styleCache=new Map}get parentElement(){return this.elementRef.nativeElement.parentElement}get nativeElement(){return this.elementRef.nativeElement}get activatedValue(){return this.marshal.getValue(this.nativeElement,this.DIRECTIVE_KEY)}set activatedValue(Ct){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,Ct,this.marshal.activatedAlias)}ngOnChanges(Ct){Object.keys(Ct).forEach(et=>{if(-1!==this.inputs.indexOf(et)){const yt=et.split(".").slice(1).join(".");this.setValue(Ct[et].currentValue,yt)}})}ngOnDestroy(){this.destroySubject.next(),this.destroySubject.complete(),this.marshal.releaseElement(this.nativeElement)}init(Ct=[]){this.marshal.init(this.elementRef.nativeElement,this.DIRECTIVE_KEY,this.updateWithValue.bind(this),this.clearStyles.bind(this),Ct)}addStyles(Ct,et){const yt=this.styleBuilder,ei=yt.shouldCache;let Yt=this.styleCache.get(Ct);(!Yt||!ei)&&(Yt=yt.buildStyles(Ct,et),ei&&this.styleCache.set(Ct,Yt)),this.mru=Object.assign({},Yt),this.applyStyleToElement(Yt),yt.sideEffect(Ct,Yt,et)}clearStyles(){Object.keys(this.mru).forEach(Ct=>{this.mru[Ct]=""}),this.applyStyleToElement(this.mru),this.mru={},this.currentValue=void 0}triggerUpdate(){this.marshal.triggerUpdate(this.nativeElement,this.DIRECTIVE_KEY)}getFlexFlowDirection(Ct,et=!1){if(Ct){const[yt,ei]=this.styler.getFlowDirection(Ct);if(!ei&&et){const Yt=(0,d.Ar)(yt);this.styler.applyStyleToElements(Yt,[Ct])}return yt.trim()}return"row"}hasWrap(Ct){return this.styler.hasWrap(Ct)}applyStyleToElement(Ct,et,yt=this.nativeElement){this.styler.applyStyleToElement(yt,Ct,et)}setValue(Ct,et){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,Ct,et)}updateWithValue(Ct){this.currentValue!==Ct&&(this.addStyles(Ct),this.currentValue=Ct)}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.Y36(t.SBq),t.Y36(de),t.Y36(te),t.Y36(le))},xt.\u0275dir=t.lG2({type:xt,features:[t.TTD]}),xt})();function ui(xt,Nt="1",Ct="1"){let et=[Nt,Ct,xt],yt=xt.indexOf("calc");if(yt>0){et[2]=Wt(xt.substring(yt).trim());let ei=xt.substr(0,yt).trim().split(" ");2==ei.length&&(et[0]=ei[0],et[1]=ei[1])}else if(0==yt)et[2]=Wt(xt.trim());else{let ei=xt.split(" ");et=3===ei.length?ei:[Nt,Ct,xt]}return et}function Wt(xt){return xt.replace(/[\s]/g,"").replace(/[\/\*\+\-]/g," $& ")}function hi(xt,Nt){if(void 0===Nt)return xt;const Ct=et=>{const yt=+et.slice(0,-"x".length);return xt.endsWith("x")&&!isNaN(yt)?`${yt*Nt.value}${Nt.unit}`:xt};return xt.includes(" ")?xt.split(" ").map(Ct).join(" "):Ct(xt)}},3322:(Ve,j,p)=>{"use strict";p.d(j,{Zl:()=>E,aT:()=>n,oO:()=>U});var t=p(5e3),e=p(3270),f=p(9808),b=(p(3191),p(2722),p(2313));let L=(()=>{class C extends e.iR{constructor(P,H,q,he,_e,Ne,we){super(P,null,H,q),this.ngClassInstance=we,this.DIRECTIVE_KEY="ngClass",this.ngClassInstance||(this.ngClassInstance=new f.mk(he,_e,P,Ne)),this.init(),this.setValue("","")}set klass(P){this.ngClassInstance.klass=P,this.setValue(P,"")}updateWithValue(P){this.ngClassInstance.ngClass=P,this.ngClassInstance.ngDoCheck()}ngDoCheck(){this.ngClassInstance.ngDoCheck()}}return C.\u0275fac=function(P){return new(P||C)(t.Y36(t.SBq),t.Y36(e.RK),t.Y36(e.yB),t.Y36(t.ZZ4),t.Y36(t.aQg),t.Y36(t.Qsj),t.Y36(f.mk,10))},C.\u0275dir=t.lG2({type:C,inputs:{klass:["class","klass"]},features:[t.qOj]}),C})();const k=["ngClass","ngClass.xs","ngClass.sm","ngClass.md","ngClass.lg","ngClass.xl","ngClass.lt-sm","ngClass.lt-md","ngClass.lt-lg","ngClass.lt-xl","ngClass.gt-xs","ngClass.gt-sm","ngClass.gt-md","ngClass.gt-lg"];let U=(()=>{class C extends L{constructor(){super(...arguments),this.inputs=k}}return C.\u0275fac=function(){let B;return function(H){return(B||(B=t.n5z(C)))(H||C)}}(),C.\u0275dir=t.lG2({type:C,selectors:[["","ngClass",""],["","ngClass.xs",""],["","ngClass.sm",""],["","ngClass.md",""],["","ngClass.lg",""],["","ngClass.xl",""],["","ngClass.lt-sm",""],["","ngClass.lt-md",""],["","ngClass.lt-lg",""],["","ngClass.lt-xl",""],["","ngClass.gt-xs",""],["","ngClass.gt-sm",""],["","ngClass.gt-md",""],["","ngClass.gt-lg",""]],inputs:{ngClass:"ngClass","ngClass.xs":"ngClass.xs","ngClass.sm":"ngClass.sm","ngClass.md":"ngClass.md","ngClass.lg":"ngClass.lg","ngClass.xl":"ngClass.xl","ngClass.lt-sm":"ngClass.lt-sm","ngClass.lt-md":"ngClass.lt-md","ngClass.lt-lg":"ngClass.lt-lg","ngClass.lt-xl":"ngClass.lt-xl","ngClass.gt-xs":"ngClass.gt-xs","ngClass.gt-sm":"ngClass.gt-sm","ngClass.gt-md":"ngClass.gt-md","ngClass.gt-lg":"ngClass.gt-lg"},features:[t.qOj]}),C})();class ie{constructor(B,P,H=!0){this.key=B,this.value=P,this.key=H?B.replace(/['"]/g,"").trim():B.trim(),this.value=H?P.replace(/['"]/g,"").trim():P.trim(),this.value=this.value.replace(/;/,"")}}function oe(C){let B=typeof C;return"object"===B?C.constructor===Array?"array":C.constructor===Set?"set":"object":B}function i(C){const[B,...P]=C.split(":");return new ie(B,P.join(":"))}function r(C,B){return B.key&&(C[B.key]=B.value),C}let u=(()=>{class C extends e.iR{constructor(P,H,q,he,_e,Ne,we,Q,Ue){var ye;super(P,null,H,q),this.sanitizer=he,this.ngStyleInstance=we,this.DIRECTIVE_KEY="ngStyle",this.ngStyleInstance||(this.ngStyleInstance=new f.PC(P,_e,Ne)),this.init();const V=null!==(ye=this.nativeElement.getAttribute("style"))&&void 0!==ye?ye:"";this.fallbackStyles=this.buildStyleMap(V),this.isServer=Q&&(0,f.PM)(Ue)}updateWithValue(P){const H=this.buildStyleMap(P);this.ngStyleInstance.ngStyle=Object.assign(Object.assign({},this.fallbackStyles),H),this.isServer&&this.applyStyleToElement(H),this.ngStyleInstance.ngDoCheck()}clearStyles(){this.ngStyleInstance.ngStyle=this.fallbackStyles,this.ngStyleInstance.ngDoCheck()}buildStyleMap(P){const H=q=>{var he;return null!==(he=this.sanitizer.sanitize(t.q3G.STYLE,q))&&void 0!==he?he:""};if(P)switch(oe(P)){case"string":return I(function X(C,B=";"){return String(C).trim().split(B).map(P=>P.trim()).filter(P=>""!==P)}(P),H);case"array":return I(P,H);default:return function y(C,B){let P=[];return"set"===oe(C)?C.forEach(H=>P.push(H)):Object.keys(C).forEach(H=>{P.push(`${H}:${C[H]}`)}),function me(C,B){return C.map(i).filter(H=>!!H).map(H=>(B&&(H.value=B(H.value)),H)).reduce(r,{})}(P,B)}(P,H)}return{}}ngDoCheck(){this.ngStyleInstance.ngDoCheck()}}return C.\u0275fac=function(P){return new(P||C)(t.Y36(t.SBq),t.Y36(e.RK),t.Y36(e.yB),t.Y36(b.H7),t.Y36(t.aQg),t.Y36(t.Qsj),t.Y36(f.PC,10),t.Y36(e.wY),t.Y36(t.Lbi))},C.\u0275dir=t.lG2({type:C,features:[t.qOj]}),C})();const c=["ngStyle","ngStyle.xs","ngStyle.sm","ngStyle.md","ngStyle.lg","ngStyle.xl","ngStyle.lt-sm","ngStyle.lt-md","ngStyle.lt-lg","ngStyle.lt-xl","ngStyle.gt-xs","ngStyle.gt-sm","ngStyle.gt-md","ngStyle.gt-lg"];let E=(()=>{class C extends u{constructor(){super(...arguments),this.inputs=c}}return C.\u0275fac=function(){let B;return function(H){return(B||(B=t.n5z(C)))(H||C)}}(),C.\u0275dir=t.lG2({type:C,selectors:[["","ngStyle",""],["","ngStyle.xs",""],["","ngStyle.sm",""],["","ngStyle.md",""],["","ngStyle.lg",""],["","ngStyle.xl",""],["","ngStyle.lt-sm",""],["","ngStyle.lt-md",""],["","ngStyle.lt-lg",""],["","ngStyle.lt-xl",""],["","ngStyle.gt-xs",""],["","ngStyle.gt-sm",""],["","ngStyle.gt-md",""],["","ngStyle.gt-lg",""]],inputs:{ngStyle:"ngStyle","ngStyle.xs":"ngStyle.xs","ngStyle.sm":"ngStyle.sm","ngStyle.md":"ngStyle.md","ngStyle.lg":"ngStyle.lg","ngStyle.xl":"ngStyle.xl","ngStyle.lt-sm":"ngStyle.lt-sm","ngStyle.lt-md":"ngStyle.lt-md","ngStyle.lt-lg":"ngStyle.lt-lg","ngStyle.lt-xl":"ngStyle.lt-xl","ngStyle.gt-xs":"ngStyle.gt-xs","ngStyle.gt-sm":"ngStyle.gt-sm","ngStyle.gt-md":"ngStyle.gt-md","ngStyle.gt-lg":"ngStyle.gt-lg"},features:[t.qOj]}),C})();function I(C,B){return C.map(i).filter(H=>!!H).map(H=>(B&&(H.value=B(H.value)),H)).reduce(r,{})}let n=(()=>{class C{}return C.\u0275fac=function(P){return new(P||C)},C.\u0275mod=t.oAB({type:C}),C.\u0275inj=t.cJS({imports:[[e.IR]]}),C})()},7093:(Ve,j,p)=>{"use strict";p.d(j,{Wh:()=>Wt,ae:()=>Pe,xw:()=>w,yH:()=>_});var t=p(5e3),e=p(226),f=p(3270),M=p(9042),b=(p(7579),p(2722));let d=(()=>{class Oe extends f.QI{buildStyles(be,{display:pt}){const mt=(0,M.Ar)(be);return Object.assign(Object.assign({},mt),{display:"none"===pt?pt:mt.display})}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275prov=t.Yz7({token:Oe,factory:Oe.\u0275fac,providedIn:"root"}),Oe})();const N=["fxLayout","fxLayout.xs","fxLayout.sm","fxLayout.md","fxLayout.lg","fxLayout.xl","fxLayout.lt-sm","fxLayout.lt-md","fxLayout.lt-lg","fxLayout.lt-xl","fxLayout.gt-xs","fxLayout.gt-sm","fxLayout.gt-md","fxLayout.gt-lg"];let A=(()=>{class Oe extends f.iR{constructor(be,pt,mt,Ht,it){super(be,mt,pt,Ht),this._config=it,this.DIRECTIVE_KEY="layout",this.init()}updateWithValue(be){var pt;const Ht=this._config.detectLayoutDisplay?this.styler.lookupStyle(this.nativeElement,"display"):"";this.styleCache=null!==(pt=D.get(Ht))&&void 0!==pt?pt:new Map,D.set(Ht,this.styleCache),this.currentValue!==be&&(this.addStyles(be,{display:Ht}),this.currentValue=be)}}return Oe.\u0275fac=function(be){return new(be||Oe)(t.Y36(t.SBq),t.Y36(f.RK),t.Y36(d),t.Y36(f.yB),t.Y36(f.WU))},Oe.\u0275dir=t.lG2({type:Oe,features:[t.qOj]}),Oe})(),w=(()=>{class Oe extends A{constructor(){super(...arguments),this.inputs=N}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275dir=t.lG2({type:Oe,selectors:[["","fxLayout",""],["","fxLayout.xs",""],["","fxLayout.sm",""],["","fxLayout.md",""],["","fxLayout.lg",""],["","fxLayout.xl",""],["","fxLayout.lt-sm",""],["","fxLayout.lt-md",""],["","fxLayout.lt-lg",""],["","fxLayout.lt-xl",""],["","fxLayout.gt-xs",""],["","fxLayout.gt-sm",""],["","fxLayout.gt-md",""],["","fxLayout.gt-lg",""]],inputs:{fxLayout:"fxLayout","fxLayout.xs":"fxLayout.xs","fxLayout.sm":"fxLayout.sm","fxLayout.md":"fxLayout.md","fxLayout.lg":"fxLayout.lg","fxLayout.xl":"fxLayout.xl","fxLayout.lt-sm":"fxLayout.lt-sm","fxLayout.lt-md":"fxLayout.lt-md","fxLayout.lt-lg":"fxLayout.lt-lg","fxLayout.lt-xl":"fxLayout.lt-xl","fxLayout.gt-xs":"fxLayout.gt-xs","fxLayout.gt-sm":"fxLayout.gt-sm","fxLayout.gt-md":"fxLayout.gt-md","fxLayout.gt-lg":"fxLayout.gt-lg"},features:[t.qOj]}),Oe})();const D=new Map;let i=(()=>{class Oe extends f.QI{constructor(be){super(),this.layoutConfig=be}buildStyles(be,pt){let[mt,Ht,...it]=be.split(" "),Re=it.join(" ");const tt=pt.direction.indexOf("column")>-1?"column":"row",Xe=(0,M.tj)(tt)?"max-width":"max-height",Se=(0,M.tj)(tt)?"min-width":"min-height",Ge=String(Re).indexOf("calc")>-1,at=Ge||"auto"===Re,st=String(Re).indexOf("%")>-1&&!Ge,bt=String(Re).indexOf("px")>-1||String(Re).indexOf("rem")>-1||String(Re).indexOf("em")>-1||String(Re).indexOf("vw")>-1||String(Re).indexOf("vh")>-1;let gi=Ge||bt;mt="0"==mt?0:mt,Ht="0"==Ht?0:Ht;const qt=!mt&&!Ht;let Xt={};const Ji={"max-width":null,"max-height":null,"min-width":null,"min-height":null};switch(Re||""){case"":const fi=!1!==this.layoutConfig.useColumnBasisZero;Re="row"===tt?"0%":fi?"0.000000001px":"auto";break;case"initial":case"nogrow":mt=0,Re="auto";break;case"grow":Re="100%";break;case"noshrink":Ht=0,Re="auto";break;case"auto":break;case"none":mt=0,Ht=0,Re="auto";break;default:!gi&&!st&&!isNaN(Re)&&(Re+="%"),"0%"===Re&&(gi=!0),"0px"===Re&&(Re="0%"),Xt=(0,M.kt)(Ji,Ge?{"flex-grow":mt,"flex-shrink":Ht,"flex-basis":gi?Re:"100%"}:{flex:`${mt} ${Ht} ${gi?Re:"100%"}`})}return Xt.flex||Xt["flex-grow"]||(Xt=(0,M.kt)(Ji,Ge?{"flex-grow":mt,"flex-shrink":Ht,"flex-basis":Re}:{flex:`${mt} ${Ht} ${Re}`})),"0%"!==Re&&"0px"!==Re&&"0.000000001px"!==Re&&"auto"!==Re&&(Xt[Se]=qt||gi&&mt?Re:null,Xt[Xe]=qt||!at&&Ht?Re:null),Xt[Se]||Xt[Xe]?pt.hasWrap&&(Xt[Ge?"flex-basis":"flex"]=Xt[Xe]?Ge?Xt[Xe]:`${mt} ${Ht} ${Xt[Xe]}`:Ge?Xt[Se]:`${mt} ${Ht} ${Xt[Se]}`):Xt=(0,M.kt)(Ji,Ge?{"flex-grow":mt,"flex-shrink":Ht,"flex-basis":Re}:{flex:`${mt} ${Ht} ${Re}`}),(0,M.kt)(Xt,{"box-sizing":"border-box"})}}return Oe.\u0275fac=function(be){return new(be||Oe)(t.LFG(f.WU))},Oe.\u0275prov=t.Yz7({token:Oe,factory:Oe.\u0275fac,providedIn:"root"}),Oe})();const r=["fxFlex","fxFlex.xs","fxFlex.sm","fxFlex.md","fxFlex.lg","fxFlex.xl","fxFlex.lt-sm","fxFlex.lt-md","fxFlex.lt-lg","fxFlex.lt-xl","fxFlex.gt-xs","fxFlex.gt-sm","fxFlex.gt-md","fxFlex.gt-lg"];let c=(()=>{class Oe extends f.iR{constructor(be,pt,mt,Ht,it){super(be,Ht,pt,it),this.layoutConfig=mt,this.marshal=it,this.DIRECTIVE_KEY="flex",this.direction=void 0,this.wrap=void 0,this.flexGrow="1",this.flexShrink="1",this.init()}get shrink(){return this.flexShrink}set shrink(be){this.flexShrink=be||"1",this.triggerReflow()}get grow(){return this.flexGrow}set grow(be){this.flexGrow=be||"1",this.triggerReflow()}ngOnInit(){this.parentElement&&(this.marshal.trackValue(this.parentElement,"layout").pipe((0,b.R)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this)),this.marshal.trackValue(this.nativeElement,"layout-align").pipe((0,b.R)(this.destroySubject)).subscribe(this.triggerReflow.bind(this)))}onLayoutChange(be){const mt=be.value.split(" ");this.direction=mt[0],this.wrap=void 0!==mt[1]&&"wrap"===mt[1],this.triggerUpdate()}updateWithValue(be){void 0===this.direction&&(this.direction=this.getFlexFlowDirection(this.parentElement,!1!==this.layoutConfig.addFlexToParent)),void 0===this.wrap&&(this.wrap=this.hasWrap(this.parentElement));const mt=this.direction,Ht=mt.startsWith("row"),it=this.wrap;Ht&&it?this.styleCache=v:Ht&&!it?this.styleCache=E:!Ht&&it?this.styleCache=n:!Ht&&!it&&(this.styleCache=I);const Re=String(be).replace(";",""),tt=(0,f.Ot)(Re,this.flexGrow,this.flexShrink);this.addStyles(tt.join(" "),{direction:mt,hasWrap:it})}triggerReflow(){const be=this.activatedValue;if(void 0!==be){const pt=(0,f.Ot)(be+"",this.flexGrow,this.flexShrink);this.marshal.updateElement(this.nativeElement,this.DIRECTIVE_KEY,pt.join(" "))}}}return Oe.\u0275fac=function(be){return new(be||Oe)(t.Y36(t.SBq),t.Y36(f.RK),t.Y36(f.WU),t.Y36(i),t.Y36(f.yB))},Oe.\u0275dir=t.lG2({type:Oe,inputs:{shrink:["fxShrink","shrink"],grow:["fxGrow","grow"]},features:[t.qOj]}),Oe})(),_=(()=>{class Oe extends c{constructor(){super(...arguments),this.inputs=r}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275dir=t.lG2({type:Oe,selectors:[["","fxFlex",""],["","fxFlex.xs",""],["","fxFlex.sm",""],["","fxFlex.md",""],["","fxFlex.lg",""],["","fxFlex.xl",""],["","fxFlex.lt-sm",""],["","fxFlex.lt-md",""],["","fxFlex.lt-lg",""],["","fxFlex.lt-xl",""],["","fxFlex.gt-xs",""],["","fxFlex.gt-sm",""],["","fxFlex.gt-md",""],["","fxFlex.gt-lg",""]],inputs:{fxFlex:"fxFlex","fxFlex.xs":"fxFlex.xs","fxFlex.sm":"fxFlex.sm","fxFlex.md":"fxFlex.md","fxFlex.lg":"fxFlex.lg","fxFlex.xl":"fxFlex.xl","fxFlex.lt-sm":"fxFlex.lt-sm","fxFlex.lt-md":"fxFlex.lt-md","fxFlex.lt-lg":"fxFlex.lt-lg","fxFlex.lt-xl":"fxFlex.lt-xl","fxFlex.gt-xs":"fxFlex.gt-xs","fxFlex.gt-sm":"fxFlex.gt-sm","fxFlex.gt-md":"fxFlex.gt-md","fxFlex.gt-lg":"fxFlex.gt-lg"},features:[t.qOj]}),Oe})();const E=new Map,I=new Map,v=new Map,n=new Map;let ut=(()=>{class Oe extends f.QI{buildStyles(be,pt){const mt={},[Ht,it]=be.split(" ");switch(Ht){case"center":mt["justify-content"]="center";break;case"space-around":mt["justify-content"]="space-around";break;case"space-between":mt["justify-content"]="space-between";break;case"space-evenly":mt["justify-content"]="space-evenly";break;case"end":case"flex-end":mt["justify-content"]="flex-end";break;default:mt["justify-content"]="flex-start"}switch(it){case"start":case"flex-start":mt["align-items"]=mt["align-content"]="flex-start";break;case"center":mt["align-items"]=mt["align-content"]="center";break;case"end":case"flex-end":mt["align-items"]=mt["align-content"]="flex-end";break;case"space-between":mt["align-content"]="space-between",mt["align-items"]="stretch";break;case"space-around":mt["align-content"]="space-around",mt["align-items"]="stretch";break;case"baseline":mt["align-content"]="stretch",mt["align-items"]="baseline";break;default:mt["align-items"]=mt["align-content"]="stretch"}return(0,M.kt)(mt,{display:pt.inline?"inline-flex":"flex","flex-direction":pt.layout,"box-sizing":"border-box","max-width":"stretch"===it?(0,M.tj)(pt.layout)?null:"100%":null,"max-height":"stretch"===it&&(0,M.tj)(pt.layout)?"100%":null})}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275prov=t.Yz7({token:Oe,factory:Oe.\u0275fac,providedIn:"root"}),Oe})();const ht=["fxLayoutAlign","fxLayoutAlign.xs","fxLayoutAlign.sm","fxLayoutAlign.md","fxLayoutAlign.lg","fxLayoutAlign.xl","fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg"];let ui=(()=>{class Oe extends f.iR{constructor(be,pt,mt,Ht){super(be,mt,pt,Ht),this.DIRECTIVE_KEY="layout-align",this.layout="row",this.inline=!1,this.init(),this.marshal.trackValue(this.nativeElement,"layout").pipe((0,b.R)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this))}updateWithValue(be){const pt=this.layout||"row",mt=this.inline;"row"===pt&&mt?this.styleCache=Ct:"row"!==pt||mt?"row-reverse"===pt&&mt?this.styleCache=yt:"row-reverse"!==pt||mt?"column"===pt&&mt?this.styleCache=et:"column"!==pt||mt?"column-reverse"===pt&&mt?this.styleCache=ei:"column-reverse"===pt&&!mt&&(this.styleCache=Nt):this.styleCache=hi:this.styleCache=xt:this.styleCache=Gt,this.addStyles(be,{layout:pt,inline:mt})}onLayoutChange(be){const pt=be.value.split(" ");this.layout=pt[0],this.inline=be.value.includes("inline"),M.iQ.find(mt=>mt===this.layout)||(this.layout="row"),this.triggerUpdate()}}return Oe.\u0275fac=function(be){return new(be||Oe)(t.Y36(t.SBq),t.Y36(f.RK),t.Y36(ut),t.Y36(f.yB))},Oe.\u0275dir=t.lG2({type:Oe,features:[t.qOj]}),Oe})(),Wt=(()=>{class Oe extends ui{constructor(){super(...arguments),this.inputs=ht}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275dir=t.lG2({type:Oe,selectors:[["","fxLayoutAlign",""],["","fxLayoutAlign.xs",""],["","fxLayoutAlign.sm",""],["","fxLayoutAlign.md",""],["","fxLayoutAlign.lg",""],["","fxLayoutAlign.xl",""],["","fxLayoutAlign.lt-sm",""],["","fxLayoutAlign.lt-md",""],["","fxLayoutAlign.lt-lg",""],["","fxLayoutAlign.lt-xl",""],["","fxLayoutAlign.gt-xs",""],["","fxLayoutAlign.gt-sm",""],["","fxLayoutAlign.gt-md",""],["","fxLayoutAlign.gt-lg",""]],inputs:{fxLayoutAlign:"fxLayoutAlign","fxLayoutAlign.xs":"fxLayoutAlign.xs","fxLayoutAlign.sm":"fxLayoutAlign.sm","fxLayoutAlign.md":"fxLayoutAlign.md","fxLayoutAlign.lg":"fxLayoutAlign.lg","fxLayoutAlign.xl":"fxLayoutAlign.xl","fxLayoutAlign.lt-sm":"fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md":"fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg":"fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl":"fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs":"fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm":"fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md":"fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg":"fxLayoutAlign.gt-lg"},features:[t.qOj]}),Oe})();const Gt=new Map,hi=new Map,xt=new Map,Nt=new Map,Ct=new Map,et=new Map,yt=new Map,ei=new Map;let Pe=(()=>{class Oe{}return Oe.\u0275fac=function(be){return new(be||Oe)},Oe.\u0275mod=t.oAB({type:Oe}),Oe.\u0275inj=t.cJS({imports:[[f.IR,e.vT]]}),Oe})()},3075:(Ve,j,p)=>{"use strict";p.d(j,{Cf:()=>Z,F:()=>jt,Fd:()=>Pa,Fj:()=>k,JJ:()=>Ae,JL:()=>le,JU:()=>N,NI:()=>Ei,On:()=>Dn,Q7:()=>Ur,UX:()=>gt,Zs:()=>ba,_Y:()=>Xn,a5:()=>ye,kI:()=>$,oH:()=>Va,qQ:()=>oa,qu:()=>Di,sg:()=>lr,u:()=>hn,u5:()=>oi,wV:()=>Si});var t=p(5e3),e=p(9808),f=p(457),M=p(4128),a=p(4004);let b=(()=>{class Ke{constructor(He,Lt){this._renderer=He,this._elementRef=Lt,this.onChange=yi=>{},this.onTouched=()=>{}}setProperty(He,Lt){this._renderer.setProperty(this._elementRef.nativeElement,He,Lt)}registerOnTouched(He){this.onTouched=He}registerOnChange(He){this.onChange=He}setDisabledState(He){this.setProperty("disabled",He)}}return Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(t.Qsj),t.Y36(t.SBq))},Ke.\u0275dir=t.lG2({type:Ke}),Ke})(),d=(()=>{class Ke extends b{}return Ke.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z(Ke)))(Lt||Ke)}}(),Ke.\u0275dir=t.lG2({type:Ke,features:[t.qOj]}),Ke})();const N=new t.OlP("NgValueAccessor"),w={provide:N,useExisting:(0,t.Gpc)(()=>k),multi:!0},L=new t.OlP("CompositionEventMode");let k=(()=>{class Ke extends b{constructor(He,Lt,yi){super(He,Lt),this._compositionMode=yi,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function D(){const Ke=(0,e.q)()?(0,e.q)().getUserAgent():"";return/android (\d+)/.test(Ke.toLowerCase())}())}writeValue(He){this.setProperty("value",null==He?"":He)}_handleInput(He){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(He)}_compositionStart(){this._composing=!0}_compositionEnd(He){this._composing=!1,this._compositionMode&&this.onChange(He)}}return Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(t.Qsj),t.Y36(t.SBq),t.Y36(L,8))},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(He,Lt){1&He&&t.NdJ("input",function(Yi){return Lt._handleInput(Yi.target.value)})("blur",function(){return Lt.onTouched()})("compositionstart",function(){return Lt._compositionStart()})("compositionend",function(Yi){return Lt._compositionEnd(Yi.target.value)})},features:[t._Bn([w]),t.qOj]}),Ke})();function S(Ke){return null==Ke||0===Ke.length}function U(Ke){return null!=Ke&&"number"==typeof Ke.length}const Z=new t.OlP("NgValidators"),Y=new t.OlP("NgAsyncValidators"),ne=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class ${static min(We){return de(We)}static max(We){return te(We)}static required(We){return ie(We)}static requiredTrue(We){return oe(We)}static email(We){return function X(Ke){return S(Ke.value)||ne.test(Ke.value)?null:{email:!0}}(We)}static minLength(We){return function me(Ke){return We=>S(We.value)||!U(We.value)?null:We.value.lengthU(We.value)&&We.value.length>Ke?{maxlength:{requiredLength:Ke,actualLength:We.value.length}}:null}(We)}static pattern(We){return function i(Ke){if(!Ke)return r;let We,He;return"string"==typeof Ke?(He="","^"!==Ke.charAt(0)&&(He+="^"),He+=Ke,"$"!==Ke.charAt(Ke.length-1)&&(He+="$"),We=new RegExp(He)):(He=Ke.toString(),We=Ke),Lt=>{if(S(Lt.value))return null;const yi=Lt.value;return We.test(yi)?null:{pattern:{requiredPattern:He,actualValue:yi}}}}(We)}static nullValidator(We){return null}static compose(We){return n(We)}static composeAsync(We){return B(We)}}function de(Ke){return We=>{if(S(We.value)||S(Ke))return null;const He=parseFloat(We.value);return!isNaN(He)&&He{if(S(We.value)||S(Ke))return null;const He=parseFloat(We.value);return!isNaN(He)&&He>Ke?{max:{max:Ke,actual:We.value}}:null}}function ie(Ke){return S(Ke.value)?{required:!0}:null}function oe(Ke){return!0===Ke.value?null:{required:!0}}function r(Ke){return null}function u(Ke){return null!=Ke}function c(Ke){const We=(0,t.QGY)(Ke)?(0,f.D)(Ke):Ke;return(0,t.CqO)(We),We}function _(Ke){let We={};return Ke.forEach(He=>{We=null!=He?Object.assign(Object.assign({},We),He):We}),0===Object.keys(We).length?null:We}function E(Ke,We){return We.map(He=>He(Ke))}function v(Ke){return Ke.map(We=>function I(Ke){return!Ke.validate}(We)?We:He=>We.validate(He))}function n(Ke){if(!Ke)return null;const We=Ke.filter(u);return 0==We.length?null:function(He){return _(E(He,We))}}function C(Ke){return null!=Ke?n(v(Ke)):null}function B(Ke){if(!Ke)return null;const We=Ke.filter(u);return 0==We.length?null:function(He){const Lt=E(He,We).map(c);return(0,M.D)(Lt).pipe((0,a.U)(_))}}function P(Ke){return null!=Ke?B(v(Ke)):null}function H(Ke,We){return null===Ke?[We]:Array.isArray(Ke)?[...Ke,We]:[Ke,We]}function q(Ke){return Ke._rawValidators}function he(Ke){return Ke._rawAsyncValidators}function _e(Ke){return Ke?Array.isArray(Ke)?Ke:[Ke]:[]}function Ne(Ke,We){return Array.isArray(Ke)?Ke.includes(We):Ke===We}function we(Ke,We){const He=_e(We);return _e(Ke).forEach(yi=>{Ne(He,yi)||He.push(yi)}),He}function Q(Ke,We){return _e(We).filter(He=>!Ne(Ke,He))}class Ue{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(We){this._rawValidators=We||[],this._composedValidatorFn=C(this._rawValidators)}_setAsyncValidators(We){this._rawAsyncValidators=We||[],this._composedAsyncValidatorFn=P(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(We){this._onDestroyCallbacks.push(We)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(We=>We()),this._onDestroyCallbacks=[]}reset(We){this.control&&this.control.reset(We)}hasError(We,He){return!!this.control&&this.control.hasError(We,He)}getError(We,He){return this.control?this.control.getError(We,He):null}}class ye extends Ue{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class V extends Ue{get formDirective(){return null}get path(){return null}}class De{constructor(We){this._cd=We}is(We){var He,Lt,yi;return"submitted"===We?!!(null===(He=this._cd)||void 0===He?void 0:He.submitted):!!(null===(yi=null===(Lt=this._cd)||void 0===Lt?void 0:Lt.control)||void 0===yi?void 0:yi[We])}}let Ae=(()=>{class Ke extends De{constructor(He){super(He)}}return Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(ye,2))},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(He,Lt){2&He&&t.ekj("ng-untouched",Lt.is("untouched"))("ng-touched",Lt.is("touched"))("ng-pristine",Lt.is("pristine"))("ng-dirty",Lt.is("dirty"))("ng-valid",Lt.is("valid"))("ng-invalid",Lt.is("invalid"))("ng-pending",Lt.is("pending"))},features:[t.qOj]}),Ke})(),le=(()=>{class Ke extends De{constructor(He){super(He)}}return Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(V,10))},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(He,Lt){2&He&&t.ekj("ng-untouched",Lt.is("untouched"))("ng-touched",Lt.is("touched"))("ng-pristine",Lt.is("pristine"))("ng-dirty",Lt.is("dirty"))("ng-valid",Lt.is("valid"))("ng-invalid",Lt.is("invalid"))("ng-pending",Lt.is("pending"))("ng-submitted",Lt.is("submitted"))},features:[t.qOj]}),Ke})();function Ct(Ke,We){return[...We.path,Ke]}function et(Ke,We){Pe(Ke,We),We.valueAccessor.writeValue(Ke.value),function ce(Ke,We){We.valueAccessor.registerOnChange(He=>{Ke._pendingValue=He,Ke._pendingChange=!0,Ke._pendingDirty=!0,"change"===Ke.updateOn&&pt(Ke,We)})}(Ke,We),function mt(Ke,We){const He=(Lt,yi)=>{We.valueAccessor.writeValue(Lt),yi&&We.viewToModelUpdate(Lt)};Ke.registerOnChange(He),We._registerOnDestroy(()=>{Ke._unregisterOnChange(He)})}(Ke,We),function be(Ke,We){We.valueAccessor.registerOnTouched(()=>{Ke._pendingTouched=!0,"blur"===Ke.updateOn&&Ke._pendingChange&&pt(Ke,We),"submit"!==Ke.updateOn&&Ke.markAsTouched()})}(Ke,We),function Yt(Ke,We){if(We.valueAccessor.setDisabledState){const He=Lt=>{We.valueAccessor.setDisabledState(Lt)};Ke.registerOnDisabledChange(He),We._registerOnDestroy(()=>{Ke._unregisterOnDisabledChange(He)})}}(Ke,We)}function yt(Ke,We,He=!0){const Lt=()=>{};We.valueAccessor&&(We.valueAccessor.registerOnChange(Lt),We.valueAccessor.registerOnTouched(Lt)),Oe(Ke,We),Ke&&(We._invokeOnDestroyCallbacks(),Ke._registerOnCollectionChange(()=>{}))}function ei(Ke,We){Ke.forEach(He=>{He.registerOnValidatorChange&&He.registerOnValidatorChange(We)})}function Pe(Ke,We){const He=q(Ke);null!==We.validator?Ke.setValidators(H(He,We.validator)):"function"==typeof He&&Ke.setValidators([He]);const Lt=he(Ke);null!==We.asyncValidator?Ke.setAsyncValidators(H(Lt,We.asyncValidator)):"function"==typeof Lt&&Ke.setAsyncValidators([Lt]);const yi=()=>Ke.updateValueAndValidity();ei(We._rawValidators,yi),ei(We._rawAsyncValidators,yi)}function Oe(Ke,We){let He=!1;if(null!==Ke){if(null!==We.validator){const yi=q(Ke);if(Array.isArray(yi)&&yi.length>0){const Yi=yi.filter(Fn=>Fn!==We.validator);Yi.length!==yi.length&&(He=!0,Ke.setValidators(Yi))}}if(null!==We.asyncValidator){const yi=he(Ke);if(Array.isArray(yi)&&yi.length>0){const Yi=yi.filter(Fn=>Fn!==We.asyncValidator);Yi.length!==yi.length&&(He=!0,Ke.setAsyncValidators(Yi))}}}const Lt=()=>{};return ei(We._rawValidators,Lt),ei(We._rawAsyncValidators,Lt),He}function pt(Ke,We){Ke._pendingDirty&&Ke.markAsDirty(),Ke.setValue(Ke._pendingValue,{emitModelToViewChange:!1}),We.viewToModelUpdate(Ke._pendingValue),Ke._pendingChange=!1}function Ht(Ke,We){Pe(Ke,We)}function Ge(Ke,We){if(!Ke.hasOwnProperty("model"))return!1;const He=Ke.model;return!!He.isFirstChange()||!Object.is(We,He.currentValue)}function st(Ke,We){Ke._syncPendingControls(),We.forEach(He=>{const Lt=He.control;"submit"===Lt.updateOn&&Lt._pendingChange&&(He.viewToModelUpdate(Lt._pendingValue),Lt._pendingChange=!1)})}function bt(Ke,We){if(!We)return null;let He,Lt,yi;return Array.isArray(We),We.forEach(Yi=>{Yi.constructor===k?He=Yi:function at(Ke){return Object.getPrototypeOf(Ke.constructor)===d}(Yi)?Lt=Yi:yi=Yi}),yi||Lt||He||null}function gi(Ke,We){const He=Ke.indexOf(We);He>-1&&Ke.splice(He,1)}const Ji="VALID",fi="INVALID",si="PENDING",en="DISABLED";function zi(Ke){return(pe(Ke)?Ke.validators:Ke)||null}function Ui(Ke){return Array.isArray(Ke)?C(Ke):Ke||null}function ze(Ke,We){return(pe(We)?We.asyncValidators:Ke)||null}function Tt(Ke){return Array.isArray(Ke)?P(Ke):Ke||null}function pe(Ke){return null!=Ke&&!Array.isArray(Ke)&&"object"==typeof Ke}const je=Ke=>Ke instanceof Ei,_t=Ke=>Ke instanceof $i,re=Ke=>Ke instanceof Zi;function qe(Ke){return je(Ke)?Ke.value:Ke.getRawValue()}function Mt(Ke,We){const He=_t(Ke),Lt=Ke.controls;if(!(He?Object.keys(Lt):Lt).length)throw new t.vHH(1e3,"");if(!Lt[We])throw new t.vHH(1001,"")}function zt(Ke,We){_t(Ke),Ke._forEachChild((Lt,yi)=>{if(void 0===We[yi])throw new t.vHH(1002,"")})}class bi{constructor(We,He){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._rawValidators=We,this._rawAsyncValidators=He,this._composedValidatorFn=Ui(this._rawValidators),this._composedAsyncValidatorFn=Tt(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn}set validator(We){this._rawValidators=this._composedValidatorFn=We}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(We){this._rawAsyncValidators=this._composedAsyncValidatorFn=We}get parent(){return this._parent}get valid(){return this.status===Ji}get invalid(){return this.status===fi}get pending(){return this.status==si}get disabled(){return this.status===en}get enabled(){return this.status!==en}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(We){this._rawValidators=We,this._composedValidatorFn=Ui(We)}setAsyncValidators(We){this._rawAsyncValidators=We,this._composedAsyncValidatorFn=Tt(We)}addValidators(We){this.setValidators(we(We,this._rawValidators))}addAsyncValidators(We){this.setAsyncValidators(we(We,this._rawAsyncValidators))}removeValidators(We){this.setValidators(Q(We,this._rawValidators))}removeAsyncValidators(We){this.setAsyncValidators(Q(We,this._rawAsyncValidators))}hasValidator(We){return Ne(this._rawValidators,We)}hasAsyncValidator(We){return Ne(this._rawAsyncValidators,We)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(We={}){this.touched=!0,this._parent&&!We.onlySelf&&this._parent.markAsTouched(We)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(We=>We.markAllAsTouched())}markAsUntouched(We={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(He=>{He.markAsUntouched({onlySelf:!0})}),this._parent&&!We.onlySelf&&this._parent._updateTouched(We)}markAsDirty(We={}){this.pristine=!1,this._parent&&!We.onlySelf&&this._parent.markAsDirty(We)}markAsPristine(We={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(He=>{He.markAsPristine({onlySelf:!0})}),this._parent&&!We.onlySelf&&this._parent._updatePristine(We)}markAsPending(We={}){this.status=si,!1!==We.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!We.onlySelf&&this._parent.markAsPending(We)}disable(We={}){const He=this._parentMarkedDirty(We.onlySelf);this.status=en,this.errors=null,this._forEachChild(Lt=>{Lt.disable(Object.assign(Object.assign({},We),{onlySelf:!0}))}),this._updateValue(),!1!==We.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(Object.assign(Object.assign({},We),{skipPristineCheck:He})),this._onDisabledChange.forEach(Lt=>Lt(!0))}enable(We={}){const He=this._parentMarkedDirty(We.onlySelf);this.status=Ji,this._forEachChild(Lt=>{Lt.enable(Object.assign(Object.assign({},We),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:We.emitEvent}),this._updateAncestors(Object.assign(Object.assign({},We),{skipPristineCheck:He})),this._onDisabledChange.forEach(Lt=>Lt(!1))}_updateAncestors(We){this._parent&&!We.onlySelf&&(this._parent.updateValueAndValidity(We),We.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(We){this._parent=We}updateValueAndValidity(We={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Ji||this.status===si)&&this._runAsyncValidator(We.emitEvent)),!1!==We.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!We.onlySelf&&this._parent.updateValueAndValidity(We)}_updateTreeValidity(We={emitEvent:!0}){this._forEachChild(He=>He._updateTreeValidity(We)),this.updateValueAndValidity({onlySelf:!0,emitEvent:We.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?en:Ji}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(We){if(this.asyncValidator){this.status=si,this._hasOwnPendingAsyncValidator=!0;const He=c(this.asyncValidator(this));this._asyncValidationSubscription=He.subscribe(Lt=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(Lt,{emitEvent:We})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(We,He={}){this.errors=We,this._updateControlsErrors(!1!==He.emitEvent)}get(We){return function Bi(Ke,We,He){if(null==We||(Array.isArray(We)||(We=We.split(He)),Array.isArray(We)&&0===We.length))return null;let Lt=Ke;return We.forEach(yi=>{Lt=_t(Lt)?Lt.controls.hasOwnProperty(yi)?Lt.controls[yi]:null:re(Lt)&&Lt.at(yi)||null}),Lt}(this,We,".")}getError(We,He){const Lt=He?this.get(He):this;return Lt&&Lt.errors?Lt.errors[We]:null}hasError(We,He){return!!this.getError(We,He)}get root(){let We=this;for(;We._parent;)We=We._parent;return We}_updateControlsErrors(We){this.status=this._calculateStatus(),We&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(We)}_initObservables(){this.valueChanges=new t.vpe,this.statusChanges=new t.vpe}_calculateStatus(){return this._allControlsDisabled()?en:this.errors?fi:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(si)?si:this._anyControlsHaveStatus(fi)?fi:Ji}_anyControlsHaveStatus(We){return this._anyControls(He=>He.status===We)}_anyControlsDirty(){return this._anyControls(We=>We.dirty)}_anyControlsTouched(){return this._anyControls(We=>We.touched)}_updatePristine(We={}){this.pristine=!this._anyControlsDirty(),this._parent&&!We.onlySelf&&this._parent._updatePristine(We)}_updateTouched(We={}){this.touched=this._anyControlsTouched(),this._parent&&!We.onlySelf&&this._parent._updateTouched(We)}_isBoxedValue(We){return"object"==typeof We&&null!==We&&2===Object.keys(We).length&&"value"in We&&"disabled"in We}_registerOnCollectionChange(We){this._onCollectionChange=We}_setUpdateStrategy(We){pe(We)&&null!=We.updateOn&&(this._updateOn=We.updateOn)}_parentMarkedDirty(We){return!We&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}}class Ei extends bi{constructor(We=null,He,Lt){super(zi(He),ze(Lt,He)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(We),this._setUpdateStrategy(He),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),pe(He)&&He.initialValueIsDefault&&(this.defaultValue=this._isBoxedValue(We)?We.value:We)}setValue(We,He={}){this.value=this._pendingValue=We,this._onChange.length&&!1!==He.emitModelToViewChange&&this._onChange.forEach(Lt=>Lt(this.value,!1!==He.emitViewToModelChange)),this.updateValueAndValidity(He)}patchValue(We,He={}){this.setValue(We,He)}reset(We=this.defaultValue,He={}){this._applyFormState(We),this.markAsPristine(He),this.markAsUntouched(He),this.setValue(this.value,He),this._pendingChange=!1}_updateValue(){}_anyControls(We){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(We){this._onChange.push(We)}_unregisterOnChange(We){gi(this._onChange,We)}registerOnDisabledChange(We){this._onDisabledChange.push(We)}_unregisterOnDisabledChange(We){gi(this._onDisabledChange,We)}_forEachChild(We){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(We){this._isBoxedValue(We)?(this.value=this._pendingValue=We.value,We.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=We}}class $i extends bi{constructor(We,He,Lt){super(zi(He),ze(Lt,He)),this.controls=We,this._initObservables(),this._setUpdateStrategy(He),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(We,He){return this.controls[We]?this.controls[We]:(this.controls[We]=He,He.setParent(this),He._registerOnCollectionChange(this._onCollectionChange),He)}addControl(We,He,Lt={}){this.registerControl(We,He),this.updateValueAndValidity({emitEvent:Lt.emitEvent}),this._onCollectionChange()}removeControl(We,He={}){this.controls[We]&&this.controls[We]._registerOnCollectionChange(()=>{}),delete this.controls[We],this.updateValueAndValidity({emitEvent:He.emitEvent}),this._onCollectionChange()}setControl(We,He,Lt={}){this.controls[We]&&this.controls[We]._registerOnCollectionChange(()=>{}),delete this.controls[We],He&&this.registerControl(We,He),this.updateValueAndValidity({emitEvent:Lt.emitEvent}),this._onCollectionChange()}contains(We){return this.controls.hasOwnProperty(We)&&this.controls[We].enabled}setValue(We,He={}){zt(this,We),Object.keys(We).forEach(Lt=>{Mt(this,Lt),this.controls[Lt].setValue(We[Lt],{onlySelf:!0,emitEvent:He.emitEvent})}),this.updateValueAndValidity(He)}patchValue(We,He={}){null!=We&&(Object.keys(We).forEach(Lt=>{this.controls[Lt]&&this.controls[Lt].patchValue(We[Lt],{onlySelf:!0,emitEvent:He.emitEvent})}),this.updateValueAndValidity(He))}reset(We={},He={}){this._forEachChild((Lt,yi)=>{Lt.reset(We[yi],{onlySelf:!0,emitEvent:He.emitEvent})}),this._updatePristine(He),this._updateTouched(He),this.updateValueAndValidity(He)}getRawValue(){return this._reduceChildren({},(We,He,Lt)=>(We[Lt]=qe(He),We))}_syncPendingControls(){let We=this._reduceChildren(!1,(He,Lt)=>!!Lt._syncPendingControls()||He);return We&&this.updateValueAndValidity({onlySelf:!0}),We}_forEachChild(We){Object.keys(this.controls).forEach(He=>{const Lt=this.controls[He];Lt&&We(Lt,He)})}_setUpControls(){this._forEachChild(We=>{We.setParent(this),We._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(We){for(const He of Object.keys(this.controls)){const Lt=this.controls[He];if(this.contains(He)&&We(Lt))return!0}return!1}_reduceValue(){return this._reduceChildren({},(We,He,Lt)=>((He.enabled||this.disabled)&&(We[Lt]=He.value),We))}_reduceChildren(We,He){let Lt=We;return this._forEachChild((yi,Yi)=>{Lt=He(Lt,yi,Yi)}),Lt}_allControlsDisabled(){for(const We of Object.keys(this.controls))if(this.controls[We].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}}class Zi extends bi{constructor(We,He,Lt){super(zi(He),ze(Lt,He)),this.controls=We,this._initObservables(),this._setUpdateStrategy(He),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(We){return this.controls[We]}push(We,He={}){this.controls.push(We),this._registerControl(We),this.updateValueAndValidity({emitEvent:He.emitEvent}),this._onCollectionChange()}insert(We,He,Lt={}){this.controls.splice(We,0,He),this._registerControl(He),this.updateValueAndValidity({emitEvent:Lt.emitEvent})}removeAt(We,He={}){this.controls[We]&&this.controls[We]._registerOnCollectionChange(()=>{}),this.controls.splice(We,1),this.updateValueAndValidity({emitEvent:He.emitEvent})}setControl(We,He,Lt={}){this.controls[We]&&this.controls[We]._registerOnCollectionChange(()=>{}),this.controls.splice(We,1),He&&(this.controls.splice(We,0,He),this._registerControl(He)),this.updateValueAndValidity({emitEvent:Lt.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(We,He={}){zt(this,We),We.forEach((Lt,yi)=>{Mt(this,yi),this.at(yi).setValue(Lt,{onlySelf:!0,emitEvent:He.emitEvent})}),this.updateValueAndValidity(He)}patchValue(We,He={}){null!=We&&(We.forEach((Lt,yi)=>{this.at(yi)&&this.at(yi).patchValue(Lt,{onlySelf:!0,emitEvent:He.emitEvent})}),this.updateValueAndValidity(He))}reset(We=[],He={}){this._forEachChild((Lt,yi)=>{Lt.reset(We[yi],{onlySelf:!0,emitEvent:He.emitEvent})}),this._updatePristine(He),this._updateTouched(He),this.updateValueAndValidity(He)}getRawValue(){return this.controls.map(We=>qe(We))}clear(We={}){this.controls.length<1||(this._forEachChild(He=>He._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:We.emitEvent}))}_syncPendingControls(){let We=this.controls.reduce((He,Lt)=>!!Lt._syncPendingControls()||He,!1);return We&&this.updateValueAndValidity({onlySelf:!0}),We}_forEachChild(We){this.controls.forEach((He,Lt)=>{We(He,Lt)})}_updateValue(){this.value=this.controls.filter(We=>We.enabled||this.disabled).map(We=>We.value)}_anyControls(We){return this.controls.some(He=>He.enabled&&We(He))}_setUpControls(){this._forEachChild(We=>this._registerControl(We))}_allControlsDisabled(){for(const We of this.controls)if(We.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(We){We.setParent(this),We._registerOnCollectionChange(this._onCollectionChange)}}const sn={provide:V,useExisting:(0,t.Gpc)(()=>jt)},gn=(()=>Promise.resolve(null))();let jt=(()=>{class Ke extends V{constructor(He,Lt){super(),this.submitted=!1,this._directives=new Set,this.ngSubmit=new t.vpe,this.form=new $i({},C(He),P(Lt))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(He){gn.then(()=>{const Lt=this._findContainer(He.path);He.control=Lt.registerControl(He.name,He.control),et(He.control,He),He.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(He)})}getControl(He){return this.form.get(He.path)}removeControl(He){gn.then(()=>{const Lt=this._findContainer(He.path);Lt&&Lt.removeControl(He.name),this._directives.delete(He)})}addFormGroup(He){gn.then(()=>{const Lt=this._findContainer(He.path),yi=new $i({});Ht(yi,He),Lt.registerControl(He.name,yi),yi.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(He){gn.then(()=>{const Lt=this._findContainer(He.path);Lt&&Lt.removeControl(He.name)})}getFormGroup(He){return this.form.get(He.path)}updateModel(He,Lt){gn.then(()=>{this.form.get(He.path).setValue(Lt)})}setValue(He){this.control.setValue(He)}onSubmit(He){return this.submitted=!0,st(this.form,this._directives),this.ngSubmit.emit(He),!1}onReset(){this.resetForm()}resetForm(He){this.form.reset(He),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(He){return He.pop(),He.length?this.form.get(He):this.form}}return Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(Z,10),t.Y36(Y,10))},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(He,Lt){1&He&&t.NdJ("submit",function(Yi){return Lt.onSubmit(Yi)})("reset",function(){return Lt.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t._Bn([sn]),t.qOj]}),Ke})();const fn={provide:ye,useExisting:(0,t.Gpc)(()=>Dn)},Bn=(()=>Promise.resolve(null))();let Dn=(()=>{class Ke extends ye{constructor(He,Lt,yi,Yi,Fn){super(),this._changeDetectorRef=Fn,this.control=new Ei,this._registered=!1,this.update=new t.vpe,this._parent=He,this._setValidators(Lt),this._setAsyncValidators(yi),this.valueAccessor=bt(0,Yi)}ngOnChanges(He){if(this._checkForErrors(),!this._registered||"name"in He){if(this._registered&&(this._checkName(),this.formDirective)){const Lt=He.name.previousValue;this.formDirective.removeControl({name:Lt,path:this._getPath(Lt)})}this._setUpControl()}"isDisabled"in He&&this._updateDisabled(He),Ge(He,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(He){this.viewModel=He,this.update.emit(He)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){et(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(He){Bn.then(()=>{var Lt;this.control.setValue(He,{emitViewToModelChange:!1}),null===(Lt=this._changeDetectorRef)||void 0===Lt||Lt.markForCheck()})}_updateDisabled(He){const Lt=He.isDisabled.currentValue,yi=""===Lt||Lt&&"false"!==Lt;Bn.then(()=>{var Yi;yi&&!this.control.disabled?this.control.disable():!yi&&this.control.disabled&&this.control.enable(),null===(Yi=this._changeDetectorRef)||void 0===Yi||Yi.markForCheck()})}_getPath(He){return this._parent?Ct(He,this._parent):[He]}}return Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(V,9),t.Y36(Z,10),t.Y36(Y,10),t.Y36(N,10),t.Y36(t.sBO,8))},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[t._Bn([fn]),t.qOj,t.TTD]}),Ke})(),Xn=(()=>{class Ke{}return Ke.\u0275fac=function(He){return new(He||Ke)},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}),Ke})();const _n={provide:N,useExisting:(0,t.Gpc)(()=>Si),multi:!0};let Si=(()=>{class Ke extends d{writeValue(He){this.setProperty("value",null==He?"":He)}registerOnChange(He){this.onChange=Lt=>{He(""==Lt?null:parseFloat(Lt))}}}return Ke.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z(Ke)))(Lt||Ke)}}(),Ke.\u0275dir=t.lG2({type:Ke,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(He,Lt){1&He&&t.NdJ("input",function(Yi){return Lt.onChange(Yi.target.value)})("blur",function(){return Lt.onTouched()})},features:[t._Bn([_n]),t.qOj]}),Ke})(),Kn=(()=>{class Ke{}return Ke.\u0275fac=function(He){return new(He||Ke)},Ke.\u0275mod=t.oAB({type:Ke}),Ke.\u0275inj=t.cJS({}),Ke})();const _a=new t.OlP("NgModelWithFormControlWarning"),va={provide:ye,useExisting:(0,t.Gpc)(()=>Va)};let Va=(()=>{class Ke extends ye{constructor(He,Lt,yi,Yi){super(),this._ngModelWarningConfig=Yi,this.update=new t.vpe,this._ngModelWarningSent=!1,this._setValidators(He),this._setAsyncValidators(Lt),this.valueAccessor=bt(0,yi)}set isDisabled(He){}ngOnChanges(He){if(this._isControlChanged(He)){const Lt=He.form.previousValue;Lt&&yt(Lt,this,!1),et(this.form,this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this.form.updateValueAndValidity({emitEvent:!1})}Ge(He,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&yt(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(He){this.viewModel=He,this.update.emit(He)}_isControlChanged(He){return He.hasOwnProperty("form")}}return Ke._ngModelWarningSentOnce=!1,Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(Z,10),t.Y36(Y,10),t.Y36(N,10),t.Y36(_a,8))},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[t._Bn([va]),t.qOj,t.TTD]}),Ke})();const za={provide:V,useExisting:(0,t.Gpc)(()=>lr)};let lr=(()=>{class Ke extends V{constructor(He,Lt){super(),this.validators=He,this.asyncValidators=Lt,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new t.vpe,this._setValidators(He),this._setAsyncValidators(Lt)}ngOnChanges(He){this._checkFormPresent(),He.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Oe(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(He){const Lt=this.form.get(He.path);return et(Lt,He),Lt.updateValueAndValidity({emitEvent:!1}),this.directives.push(He),Lt}getControl(He){return this.form.get(He.path)}removeControl(He){yt(He.control||null,He,!1),gi(this.directives,He)}addFormGroup(He){this._setUpFormContainer(He)}removeFormGroup(He){this._cleanUpFormContainer(He)}getFormGroup(He){return this.form.get(He.path)}addFormArray(He){this._setUpFormContainer(He)}removeFormArray(He){this._cleanUpFormContainer(He)}getFormArray(He){return this.form.get(He.path)}updateModel(He,Lt){this.form.get(He.path).setValue(Lt)}onSubmit(He){return this.submitted=!0,st(this.form,this.directives),this.ngSubmit.emit(He),!1}onReset(){this.resetForm()}resetForm(He){this.form.reset(He),this.submitted=!1}_updateDomValue(){this.directives.forEach(He=>{const Lt=He.control,yi=this.form.get(He.path);Lt!==yi&&(yt(Lt||null,He),je(yi)&&(et(yi,He),He.control=yi))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(He){const Lt=this.form.get(He.path);Ht(Lt,He),Lt.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(He){if(this.form){const Lt=this.form.get(He.path);Lt&&function it(Ke,We){return Oe(Ke,We)}(Lt,He)&&Lt.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){Pe(this.form,this),this._oldForm&&Oe(this._oldForm,this)}_checkFormPresent(){}}return Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(Z,10),t.Y36(Y,10))},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["","formGroup",""]],hostBindings:function(He,Lt){1&He&&t.NdJ("submit",function(Yi){return Lt.onSubmit(Yi)})("reset",function(){return Lt.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t._Bn([za]),t.qOj,t.TTD]}),Ke})();const pr={provide:ye,useExisting:(0,t.Gpc)(()=>hn)};let hn=(()=>{class Ke extends ye{constructor(He,Lt,yi,Yi,Fn){super(),this._ngModelWarningConfig=Fn,this._added=!1,this.update=new t.vpe,this._ngModelWarningSent=!1,this._parent=He,this._setValidators(Lt),this._setAsyncValidators(yi),this.valueAccessor=bt(0,Yi)}set isDisabled(He){}ngOnChanges(He){this._added||this._setUpControl(),Ge(He,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(He){this.viewModel=He,this.update.emit(He)}get path(){return Ct(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this._added=!0}}return Ke._ngModelWarningSentOnce=!1,Ke.\u0275fac=function(He){return new(He||Ke)(t.Y36(V,13),t.Y36(Z,10),t.Y36(Y,10),t.Y36(N,10),t.Y36(_a,8))},Ke.\u0275dir=t.lG2({type:Ke,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[t._Bn([pr]),t.qOj,t.TTD]}),Ke})();function xa(Ke){return"number"==typeof Ke?Ke:parseFloat(Ke)}let nr=(()=>{class Ke{constructor(){this._validator=r}ngOnChanges(He){if(this.inputName in He){const Lt=this.normalizeInput(He[this.inputName].currentValue);this._enabled=this.enabled(Lt),this._validator=this._enabled?this.createValidator(Lt):r,this._onChange&&this._onChange()}}validate(He){return this._validator(He)}registerOnValidatorChange(He){this._onChange=He}enabled(He){return null!=He}}return Ke.\u0275fac=function(He){return new(He||Ke)},Ke.\u0275dir=t.lG2({type:Ke,features:[t.TTD]}),Ke})();const Ia={provide:Z,useExisting:(0,t.Gpc)(()=>Pa),multi:!0};let Pa=(()=>{class Ke extends nr{constructor(){super(...arguments),this.inputName="max",this.normalizeInput=He=>xa(He),this.createValidator=He=>te(He)}}return Ke.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z(Ke)))(Lt||Ke)}}(),Ke.\u0275dir=t.lG2({type:Ke,selectors:[["input","type","number","max","","formControlName",""],["input","type","number","max","","formControl",""],["input","type","number","max","","ngModel",""]],hostVars:1,hostBindings:function(He,Lt){2&He&&t.uIk("max",Lt._enabled?Lt.max:null)},inputs:{max:"max"},features:[t._Bn([Ia]),t.qOj]}),Ke})();const $n={provide:Z,useExisting:(0,t.Gpc)(()=>oa),multi:!0};let oa=(()=>{class Ke extends nr{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=He=>xa(He),this.createValidator=He=>de(He)}}return Ke.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z(Ke)))(Lt||Ke)}}(),Ke.\u0275dir=t.lG2({type:Ke,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(He,Lt){2&He&&t.uIk("min",Lt._enabled?Lt.min:null)},inputs:{min:"min"},features:[t._Bn([$n]),t.qOj]}),Ke})();const Br={provide:Z,useExisting:(0,t.Gpc)(()=>Ur),multi:!0},Dr={provide:Z,useExisting:(0,t.Gpc)(()=>ba),multi:!0};let Ur=(()=>{class Ke extends nr{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=He=>function ya(Ke){return null!=Ke&&!1!==Ke&&"false"!=`${Ke}`}(He),this.createValidator=He=>ie}enabled(He){return He}}return Ke.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z(Ke)))(Lt||Ke)}}(),Ke.\u0275dir=t.lG2({type:Ke,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(He,Lt){2&He&&t.uIk("required",Lt._enabled?"":null)},inputs:{required:"required"},features:[t._Bn([Br]),t.qOj]}),Ke})(),ba=(()=>{class Ke extends Ur{constructor(){super(...arguments),this.createValidator=He=>oe}}return Ke.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z(Ke)))(Lt||Ke)}}(),Ke.\u0275dir=t.lG2({type:Ke,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(He,Lt){2&He&&t.uIk("required",Lt._enabled?"":null)},features:[t._Bn([Dr]),t.qOj]}),Ke})(),Ot=(()=>{class Ke{}return Ke.\u0275fac=function(He){return new(He||Ke)},Ke.\u0275mod=t.oAB({type:Ke}),Ke.\u0275inj=t.cJS({imports:[[Kn]]}),Ke})(),oi=(()=>{class Ke{}return Ke.\u0275fac=function(He){return new(He||Ke)},Ke.\u0275mod=t.oAB({type:Ke}),Ke.\u0275inj=t.cJS({imports:[Ot]}),Ke})(),gt=(()=>{class Ke{static withConfig(He){return{ngModule:Ke,providers:[{provide:_a,useValue:He.warnOnNgModelWithFormControl}]}}}return Ke.\u0275fac=function(He){return new(He||Ke)},Ke.\u0275mod=t.oAB({type:Ke}),Ke.\u0275inj=t.cJS({imports:[Ot]}),Ke})(),Di=(()=>{class Ke{group(He,Lt=null){const yi=this._reduceControls(He);let Rr,Yi=null,Fn=null;return null!=Lt&&(function Qt(Ke){return void 0!==Ke.asyncValidators||void 0!==Ke.validators||void 0!==Ke.updateOn}(Lt)?(Yi=null!=Lt.validators?Lt.validators:null,Fn=null!=Lt.asyncValidators?Lt.asyncValidators:null,Rr=null!=Lt.updateOn?Lt.updateOn:void 0):(Yi=null!=Lt.validator?Lt.validator:null,Fn=null!=Lt.asyncValidator?Lt.asyncValidator:null)),new $i(yi,{asyncValidators:Fn,updateOn:Rr,validators:Yi})}control(He,Lt,yi){return new Ei(He,Lt,yi)}array(He,Lt,yi){const Yi=He.map(Fn=>this._createControl(Fn));return new Zi(Yi,Lt,yi)}_reduceControls(He){const Lt={};return Object.keys(He).forEach(yi=>{Lt[yi]=this._createControl(He[yi])}),Lt}_createControl(He){return je(He)||_t(He)||re(He)?He:Array.isArray(He)?this.control(He[0],He.length>1?He[1]:null,He.length>2?He[2]:null):this.control(He)}}return Ke.\u0275fac=function(He){return new(He||Ke)},Ke.\u0275prov=t.Yz7({token:Ke,factory:Ke.\u0275fac,providedIn:gt}),Ke})()},1079:(Ve,j,p)=>{"use strict";p.d(j,{Bb:()=>Q,XC:()=>n,ZL:()=>_e});var t=p(5664),e=p(3191),f=p(5e3),M=p(508),a=p(727),b=p(7579),d=p(9770),N=p(6451),h=p(9646),A=p(4968),w=p(925),D=p(9808),L=p(9776),k=p(5303),S=p(1159),U=p(7429),Z=p(3075),Y=p(7322),ne=p(8675),$=p(3900),de=p(5698),te=p(9300),ie=p(4004),oe=p(8505),X=p(4086),me=p(226);const y=["panel"];function i(Ue,ye){if(1&Ue&&(f.TgZ(0,"div",0,1),f.Hsn(2),f.qZA()),2&Ue){const V=ye.id,De=f.oxw();f.Q6J("id",De.id)("ngClass",De._classList),f.uIk("aria-label",De.ariaLabel||null)("aria-labelledby",De._getPanelAriaLabelledby(V))}}const r=["*"];let u=0;class c{constructor(ye,V){this.source=ye,this.option=V}}const _=(0,M.Kr)(class{}),E=new f.OlP("mat-autocomplete-default-options",{providedIn:"root",factory:function I(){return{autoActiveFirstOption:!1}}});let v=(()=>{class Ue extends _{constructor(V,De,dt,Ie){super(),this._changeDetectorRef=V,this._elementRef=De,this._activeOptionChanges=a.w0.EMPTY,this.showPanel=!1,this._isOpen=!1,this.displayWith=null,this.optionSelected=new f.vpe,this.opened=new f.vpe,this.closed=new f.vpe,this.optionActivated=new f.vpe,this._classList={},this.id="mat-autocomplete-"+u++,this.inertGroups=(null==Ie?void 0:Ie.SAFARI)||!1,this._autoActiveFirstOption=!!dt.autoActiveFirstOption}get isOpen(){return this._isOpen&&this.showPanel}get autoActiveFirstOption(){return this._autoActiveFirstOption}set autoActiveFirstOption(V){this._autoActiveFirstOption=(0,e.Ig)(V)}set classList(V){this._classList=V&&V.length?(0,e.du)(V).reduce((De,dt)=>(De[dt]=!0,De),{}):{},this._setVisibilityClasses(this._classList),this._elementRef.nativeElement.className=""}ngAfterContentInit(){this._keyManager=new t.s1(this.options).withWrap(),this._activeOptionChanges=this._keyManager.change.subscribe(V=>{this.isOpen&&this.optionActivated.emit({source:this,option:this.options.toArray()[V]||null})}),this._setVisibility()}ngOnDestroy(){this._activeOptionChanges.unsubscribe()}_setScrollTop(V){this.panel&&(this.panel.nativeElement.scrollTop=V)}_getScrollTop(){return this.panel?this.panel.nativeElement.scrollTop:0}_setVisibility(){this.showPanel=!!this.options.length,this._setVisibilityClasses(this._classList),this._changeDetectorRef.markForCheck()}_emitSelectEvent(V){const De=new c(this,V);this.optionSelected.emit(De)}_getPanelAriaLabelledby(V){return this.ariaLabel?null:this.ariaLabelledby?(V?V+" ":"")+this.ariaLabelledby:V}_setVisibilityClasses(V){V[this._visibleClass]=this.showPanel,V[this._hiddenClass]=!this.showPanel}}return Ue.\u0275fac=function(V){return new(V||Ue)(f.Y36(f.sBO),f.Y36(f.SBq),f.Y36(E),f.Y36(w.t4))},Ue.\u0275dir=f.lG2({type:Ue,viewQuery:function(V,De){if(1&V&&(f.Gf(f.Rgc,7),f.Gf(y,5)),2&V){let dt;f.iGM(dt=f.CRH())&&(De.template=dt.first),f.iGM(dt=f.CRH())&&(De.panel=dt.first)}},inputs:{ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],displayWith:"displayWith",autoActiveFirstOption:"autoActiveFirstOption",panelWidth:"panelWidth",classList:["class","classList"]},outputs:{optionSelected:"optionSelected",opened:"opened",closed:"closed",optionActivated:"optionActivated"},features:[f.qOj]}),Ue})(),n=(()=>{class Ue extends v{constructor(){super(...arguments),this._visibleClass="mat-autocomplete-visible",this._hiddenClass="mat-autocomplete-hidden"}}return Ue.\u0275fac=function(){let ye;return function(De){return(ye||(ye=f.n5z(Ue)))(De||Ue)}}(),Ue.\u0275cmp=f.Xpm({type:Ue,selectors:[["mat-autocomplete"]],contentQueries:function(V,De,dt){if(1&V&&(f.Suo(dt,M.K7,5),f.Suo(dt,M.ey,5)),2&V){let Ie;f.iGM(Ie=f.CRH())&&(De.optionGroups=Ie),f.iGM(Ie=f.CRH())&&(De.options=Ie)}},hostAttrs:[1,"mat-autocomplete"],inputs:{disableRipple:"disableRipple"},exportAs:["matAutocomplete"],features:[f._Bn([{provide:M.HF,useExisting:Ue}]),f.qOj],ngContentSelectors:r,decls:1,vars:0,consts:[["role","listbox",1,"mat-autocomplete-panel",3,"id","ngClass"],["panel",""]],template:function(V,De){1&V&&(f.F$t(),f.YNc(0,i,3,4,"ng-template"))},directives:[D.mk],styles:[".mat-autocomplete-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;max-width:none;max-height:256px;position:relative;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.mat-autocomplete-panel.mat-autocomplete-visible{visibility:visible}.mat-autocomplete-panel.mat-autocomplete-hidden{visibility:hidden}.mat-autocomplete-panel-above .mat-autocomplete-panel{border-radius:0;border-top-left-radius:4px;border-top-right-radius:4px}.mat-autocomplete-panel .mat-divider-horizontal{margin-top:-1px}.cdk-high-contrast-active .mat-autocomplete-panel{outline:solid 1px}mat-autocomplete{display:none}\n"],encapsulation:2,changeDetection:0}),Ue})();const C=new f.OlP("mat-autocomplete-scroll-strategy"),P={provide:C,deps:[L.aV],useFactory:function B(Ue){return()=>Ue.scrollStrategies.reposition()}},H={provide:Z.JU,useExisting:(0,f.Gpc)(()=>_e),multi:!0};let he=(()=>{class Ue{constructor(V,De,dt,Ie,Ae,le,Te,xe,W,ee,ue){this._element=V,this._overlay=De,this._viewContainerRef=dt,this._zone=Ie,this._changeDetectorRef=Ae,this._dir=Te,this._formField=xe,this._document=W,this._viewportRuler=ee,this._defaults=ue,this._componentDestroyed=!1,this._autocompleteDisabled=!1,this._manuallyFloatingLabel=!1,this._viewportSubscription=a.w0.EMPTY,this._canOpenOnNextFocus=!0,this._closeKeyEventStream=new b.x,this._windowBlurHandler=()=>{this._canOpenOnNextFocus=this._document.activeElement!==this._element.nativeElement||this.panelOpen},this._onChange=()=>{},this._onTouched=()=>{},this.position="auto",this.autocompleteAttribute="off",this._overlayAttached=!1,this.optionSelections=(0,d.P)(()=>{const Ce=this.autocomplete?this.autocomplete.options:null;return Ce?Ce.changes.pipe((0,ne.O)(Ce),(0,$.w)(()=>(0,N.T)(...Ce.map(Le=>Le.onSelectionChange)))):this._zone.onStable.pipe((0,de.q)(1),(0,$.w)(()=>this.optionSelections))}),this._scrollStrategy=le}get autocompleteDisabled(){return this._autocompleteDisabled}set autocompleteDisabled(V){this._autocompleteDisabled=(0,e.Ig)(V)}ngAfterViewInit(){const V=this._getWindow();void 0!==V&&this._zone.runOutsideAngular(()=>V.addEventListener("blur",this._windowBlurHandler))}ngOnChanges(V){V.position&&this._positionStrategy&&(this._setStrategyPositions(this._positionStrategy),this.panelOpen&&this._overlayRef.updatePosition())}ngOnDestroy(){const V=this._getWindow();void 0!==V&&V.removeEventListener("blur",this._windowBlurHandler),this._viewportSubscription.unsubscribe(),this._componentDestroyed=!0,this._destroyPanel(),this._closeKeyEventStream.complete()}get panelOpen(){return this._overlayAttached&&this.autocomplete.showPanel}openPanel(){this._attachOverlay(),this._floatLabel()}closePanel(){this._resetLabel(),this._overlayAttached&&(this.panelOpen&&this._zone.run(()=>{this.autocomplete.closed.emit()}),this.autocomplete._isOpen=this._overlayAttached=!1,this._overlayRef&&this._overlayRef.hasAttached()&&(this._overlayRef.detach(),this._closingActionsSubscription.unsubscribe()),this._componentDestroyed||this._changeDetectorRef.detectChanges())}updatePosition(){this._overlayAttached&&this._overlayRef.updatePosition()}get panelClosingActions(){return(0,N.T)(this.optionSelections,this.autocomplete._keyManager.tabOut.pipe((0,te.h)(()=>this._overlayAttached)),this._closeKeyEventStream,this._getOutsideClickStream(),this._overlayRef?this._overlayRef.detachments().pipe((0,te.h)(()=>this._overlayAttached)):(0,h.of)()).pipe((0,ie.U)(V=>V instanceof M.rN?V:null))}get activeOption(){return this.autocomplete&&this.autocomplete._keyManager?this.autocomplete._keyManager.activeItem:null}_getOutsideClickStream(){return(0,N.T)((0,A.R)(this._document,"click"),(0,A.R)(this._document,"auxclick"),(0,A.R)(this._document,"touchend")).pipe((0,te.h)(V=>{const De=(0,w.sA)(V),dt=this._formField?this._formField._elementRef.nativeElement:null,Ie=this.connectedTo?this.connectedTo.elementRef.nativeElement:null;return this._overlayAttached&&De!==this._element.nativeElement&&this._document.activeElement!==this._element.nativeElement&&(!dt||!dt.contains(De))&&(!Ie||!Ie.contains(De))&&!!this._overlayRef&&!this._overlayRef.overlayElement.contains(De)}))}writeValue(V){Promise.resolve().then(()=>this._setTriggerValue(V))}registerOnChange(V){this._onChange=V}registerOnTouched(V){this._onTouched=V}setDisabledState(V){this._element.nativeElement.disabled=V}_handleKeydown(V){const De=V.keyCode,dt=(0,S.Vb)(V);if(De===S.hY&&!dt&&V.preventDefault(),this.activeOption&&De===S.K5&&this.panelOpen&&!dt)this.activeOption._selectViaInteraction(),this._resetActiveItem(),V.preventDefault();else if(this.autocomplete){const Ie=this.autocomplete._keyManager.activeItem,Ae=De===S.LH||De===S.JH;De===S.Mf||Ae&&!dt&&this.panelOpen?this.autocomplete._keyManager.onKeydown(V):Ae&&this._canOpen()&&this.openPanel(),(Ae||this.autocomplete._keyManager.activeItem!==Ie)&&this._scrollToOption(this.autocomplete._keyManager.activeItemIndex||0)}}_handleInput(V){let De=V.target,dt=De.value;"number"===De.type&&(dt=""==dt?null:parseFloat(dt)),this._previousValue!==dt&&(this._previousValue=dt,this._onChange(dt),this._canOpen()&&this._document.activeElement===V.target&&this.openPanel())}_handleFocus(){this._canOpenOnNextFocus?this._canOpen()&&(this._previousValue=this._element.nativeElement.value,this._attachOverlay(),this._floatLabel(!0)):this._canOpenOnNextFocus=!0}_handleClick(){this._canOpen()&&!this.panelOpen&&this.openPanel()}_floatLabel(V=!1){this._formField&&"auto"===this._formField.floatLabel&&(V?this._formField._animateAndLockLabel():this._formField.floatLabel="always",this._manuallyFloatingLabel=!0)}_resetLabel(){this._manuallyFloatingLabel&&(this._formField.floatLabel="auto",this._manuallyFloatingLabel=!1)}_subscribeToClosingActions(){const V=this._zone.onStable.pipe((0,de.q)(1)),De=this.autocomplete.options.changes.pipe((0,oe.b)(()=>this._positionStrategy.reapplyLastPosition()),(0,X.g)(0));return(0,N.T)(V,De).pipe((0,$.w)(()=>(this._zone.run(()=>{const dt=this.panelOpen;this._resetActiveItem(),this.autocomplete._setVisibility(),this._changeDetectorRef.detectChanges(),this.panelOpen&&(this._overlayRef.updatePosition(),dt!==this.panelOpen&&this.autocomplete.opened.emit())}),this.panelClosingActions)),(0,de.q)(1)).subscribe(dt=>this._setValueAndClose(dt))}_destroyPanel(){this._overlayRef&&(this.closePanel(),this._overlayRef.dispose(),this._overlayRef=null)}_setTriggerValue(V){const De=this.autocomplete&&this.autocomplete.displayWith?this.autocomplete.displayWith(V):V,dt=null!=De?De:"";this._formField?this._formField._control.value=dt:this._element.nativeElement.value=dt,this._previousValue=dt}_setValueAndClose(V){const De=V&&V.source;De&&(this._clearPreviousSelectedOption(De),this._setTriggerValue(De.value),this._onChange(De.value),this.autocomplete._emitSelectEvent(De),this._element.nativeElement.focus()),this.closePanel()}_clearPreviousSelectedOption(V){this.autocomplete.options.forEach(De=>{De!==V&&De.selected&&De.deselect()})}_attachOverlay(){var V;let De=this._overlayRef;De?(this._positionStrategy.setOrigin(this._getConnectedElement()),De.updateSize({width:this._getPanelWidth()})):(this._portal=new U.UE(this.autocomplete.template,this._viewContainerRef,{id:null===(V=this._formField)||void 0===V?void 0:V.getLabelId()}),De=this._overlay.create(this._getOverlayConfig()),this._overlayRef=De,De.keydownEvents().subscribe(Ie=>{(Ie.keyCode===S.hY&&!(0,S.Vb)(Ie)||Ie.keyCode===S.LH&&(0,S.Vb)(Ie,"altKey"))&&(this._closeKeyEventStream.next(),this._resetActiveItem(),Ie.stopPropagation(),Ie.preventDefault())}),this._viewportSubscription=this._viewportRuler.change().subscribe(()=>{this.panelOpen&&De&&De.updateSize({width:this._getPanelWidth()})})),De&&!De.hasAttached()&&(De.attach(this._portal),this._closingActionsSubscription=this._subscribeToClosingActions());const dt=this.panelOpen;this.autocomplete._setVisibility(),this.autocomplete._isOpen=this._overlayAttached=!0,this.panelOpen&&dt!==this.panelOpen&&this.autocomplete.opened.emit()}_getOverlayConfig(){var V;return new L.X_({positionStrategy:this._getOverlayPosition(),scrollStrategy:this._scrollStrategy(),width:this._getPanelWidth(),direction:this._dir,panelClass:null===(V=this._defaults)||void 0===V?void 0:V.overlayPanelClass})}_getOverlayPosition(){const V=this._overlay.position().flexibleConnectedTo(this._getConnectedElement()).withFlexibleDimensions(!1).withPush(!1);return this._setStrategyPositions(V),this._positionStrategy=V,V}_setStrategyPositions(V){const De=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],dt=this._aboveClass,Ie=[{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:dt},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:dt}];let Ae;Ae="above"===this.position?Ie:"below"===this.position?De:[...De,...Ie],V.withPositions(Ae)}_getConnectedElement(){return this.connectedTo?this.connectedTo.elementRef:this._formField?this._formField.getConnectedOverlayOrigin():this._element}_getPanelWidth(){return this.autocomplete.panelWidth||this._getHostWidth()}_getHostWidth(){return this._getConnectedElement().nativeElement.getBoundingClientRect().width}_resetActiveItem(){const V=this.autocomplete;V.autoActiveFirstOption?V._keyManager.setFirstItemActive():V._keyManager.setActiveItem(-1)}_canOpen(){const V=this._element.nativeElement;return!V.readOnly&&!V.disabled&&!this._autocompleteDisabled}_getWindow(){var V;return(null===(V=this._document)||void 0===V?void 0:V.defaultView)||window}_scrollToOption(V){const De=this.autocomplete,dt=(0,M.CB)(V,De.options,De.optionGroups);if(0===V&&1===dt)De._setScrollTop(0);else if(De.panel){const Ie=De.options.toArray()[V];if(Ie){const Ae=Ie._getHostElement(),le=(0,M.jH)(Ae.offsetTop,Ae.offsetHeight,De._getScrollTop(),De.panel.nativeElement.offsetHeight);De._setScrollTop(le)}}}}return Ue.\u0275fac=function(V){return new(V||Ue)(f.Y36(f.SBq),f.Y36(L.aV),f.Y36(f.s_b),f.Y36(f.R0b),f.Y36(f.sBO),f.Y36(C),f.Y36(me.Is,8),f.Y36(Y.G_,9),f.Y36(D.K0,8),f.Y36(k.rL),f.Y36(E,8))},Ue.\u0275dir=f.lG2({type:Ue,inputs:{autocomplete:["matAutocomplete","autocomplete"],position:["matAutocompletePosition","position"],connectedTo:["matAutocompleteConnectedTo","connectedTo"],autocompleteAttribute:["autocomplete","autocompleteAttribute"],autocompleteDisabled:["matAutocompleteDisabled","autocompleteDisabled"]},features:[f.TTD]}),Ue})(),_e=(()=>{class Ue extends he{constructor(){super(...arguments),this._aboveClass="mat-autocomplete-panel-above"}}return Ue.\u0275fac=function(){let ye;return function(De){return(ye||(ye=f.n5z(Ue)))(De||Ue)}}(),Ue.\u0275dir=f.lG2({type:Ue,selectors:[["input","matAutocomplete",""],["textarea","matAutocomplete",""]],hostAttrs:[1,"mat-autocomplete-trigger"],hostVars:7,hostBindings:function(V,De){1&V&&f.NdJ("focusin",function(){return De._handleFocus()})("blur",function(){return De._onTouched()})("input",function(Ie){return De._handleInput(Ie)})("keydown",function(Ie){return De._handleKeydown(Ie)})("click",function(){return De._handleClick()}),2&V&&f.uIk("autocomplete",De.autocompleteAttribute)("role",De.autocompleteDisabled?null:"combobox")("aria-autocomplete",De.autocompleteDisabled?null:"list")("aria-activedescendant",De.panelOpen&&De.activeOption?De.activeOption.id:null)("aria-expanded",De.autocompleteDisabled?null:De.panelOpen.toString())("aria-owns",De.autocompleteDisabled||!De.panelOpen||null==De.autocomplete?null:De.autocomplete.id)("aria-haspopup",De.autocompleteDisabled?null:"listbox")},exportAs:["matAutocompleteTrigger"],features:[f._Bn([H]),f.qOj]}),Ue})(),Q=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275mod=f.oAB({type:Ue}),Ue.\u0275inj=f.cJS({providers:[P],imports:[[L.U8,M.Ng,M.BQ,D.ez],k.ZD,M.Ng,M.BQ]}),Ue})()},7544:(Ve,j,p)=>{"use strict";p.d(j,{g:()=>A,k:()=>h});var t=p(5e3),e=p(508),f=p(5664),M=p(3191),a=p(6360);let b=0;const d=(0,e.Id)(class{}),N="mat-badge-content";let h=(()=>{class w extends d{constructor(L,k,S,U,Z){super(),this._ngZone=L,this._elementRef=k,this._ariaDescriber=S,this._renderer=U,this._animationMode=Z,this._color="primary",this._overlap=!0,this.position="above after",this.size="medium",this._id=b++,this._isInitialized=!1}get color(){return this._color}set color(L){this._setColor(L),this._color=L}get overlap(){return this._overlap}set overlap(L){this._overlap=(0,M.Ig)(L)}get content(){return this._content}set content(L){this._updateRenderedContent(L)}get description(){return this._description}set description(L){this._updateHostAriaDescription(L)}get hidden(){return this._hidden}set hidden(L){this._hidden=(0,M.Ig)(L)}isAbove(){return-1===this.position.indexOf("below")}isAfter(){return-1===this.position.indexOf("before")}getBadgeElement(){return this._badgeElement}ngOnInit(){this._clearExistingBadges(),this.content&&!this._badgeElement&&(this._badgeElement=this._createBadgeElement(),this._updateRenderedContent(this.content)),this._isInitialized=!0}ngOnDestroy(){this._renderer.destroyNode&&this._renderer.destroyNode(this._badgeElement),this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.description)}_createBadgeElement(){const L=this._renderer.createElement("span"),k="mat-badge-active";return L.setAttribute("id",`mat-badge-content-${this._id}`),L.setAttribute("aria-hidden","true"),L.classList.add(N),"NoopAnimations"===this._animationMode&&L.classList.add("_mat-animation-noopable"),this._elementRef.nativeElement.appendChild(L),"function"==typeof requestAnimationFrame&&"NoopAnimations"!==this._animationMode?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{L.classList.add(k)})}):L.classList.add(k),L}_updateRenderedContent(L){const k=`${null!=L?L:""}`.trim();this._isInitialized&&k&&!this._badgeElement&&(this._badgeElement=this._createBadgeElement()),this._badgeElement&&(this._badgeElement.textContent=k),this._content=k}_updateHostAriaDescription(L){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.description),L&&this._ariaDescriber.describe(this._elementRef.nativeElement,L),this._description=L}_setColor(L){const k=this._elementRef.nativeElement.classList;k.remove(`mat-badge-${this._color}`),L&&k.add(`mat-badge-${L}`)}_clearExistingBadges(){const L=this._elementRef.nativeElement.querySelectorAll(`:scope > .${N}`);for(const k of Array.from(L))k!==this._badgeElement&&k.remove()}}return w.\u0275fac=function(L){return new(L||w)(t.Y36(t.R0b),t.Y36(t.SBq),t.Y36(f.$s),t.Y36(t.Qsj),t.Y36(a.Qb,8))},w.\u0275dir=t.lG2({type:w,selectors:[["","matBadge",""]],hostAttrs:[1,"mat-badge"],hostVars:20,hostBindings:function(L,k){2&L&&t.ekj("mat-badge-overlap",k.overlap)("mat-badge-above",k.isAbove())("mat-badge-below",!k.isAbove())("mat-badge-before",!k.isAfter())("mat-badge-after",k.isAfter())("mat-badge-small","small"===k.size)("mat-badge-medium","medium"===k.size)("mat-badge-large","large"===k.size)("mat-badge-hidden",k.hidden||!k.content)("mat-badge-disabled",k.disabled)},inputs:{disabled:["matBadgeDisabled","disabled"],color:["matBadgeColor","color"],overlap:["matBadgeOverlap","overlap"],position:["matBadgePosition","position"],content:["matBadge","content"],description:["matBadgeDescription","description"],size:["matBadgeSize","size"],hidden:["matBadgeHidden","hidden"]},features:[t.qOj]}),w})(),A=(()=>{class w{}return w.\u0275fac=function(L){return new(L||w)},w.\u0275mod=t.oAB({type:w}),w.\u0275inj=t.cJS({imports:[[f.rt,e.BQ],e.BQ]}),w})()},7423:(Ve,j,p)=>{"use strict";p.d(j,{lW:()=>w,ot:()=>L});var t=p(5e3),e=p(508),f=p(6360),M=p(5664);const a=["mat-button",""],b=["*"],h=["mat-button","mat-flat-button","mat-icon-button","mat-raised-button","mat-stroked-button","mat-mini-fab","mat-fab"],A=(0,e.pj)((0,e.Id)((0,e.Kr)(class{constructor(k){this._elementRef=k}})));let w=(()=>{class k extends A{constructor(U,Z,Y){super(U),this._focusMonitor=Z,this._animationMode=Y,this.isRoundButton=this._hasHostAttributes("mat-fab","mat-mini-fab"),this.isIconButton=this._hasHostAttributes("mat-icon-button");for(const ne of h)this._hasHostAttributes(ne)&&this._getHostElement().classList.add(ne);U.nativeElement.classList.add("mat-button-base"),this.isRoundButton&&(this.color="accent")}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}focus(U,Z){U?this._focusMonitor.focusVia(this._getHostElement(),U,Z):this._getHostElement().focus(Z)}_getHostElement(){return this._elementRef.nativeElement}_isRippleDisabled(){return this.disableRipple||this.disabled}_hasHostAttributes(...U){return U.some(Z=>this._getHostElement().hasAttribute(Z))}}return k.\u0275fac=function(U){return new(U||k)(t.Y36(t.SBq),t.Y36(M.tE),t.Y36(f.Qb,8))},k.\u0275cmp=t.Xpm({type:k,selectors:[["button","mat-button",""],["button","mat-raised-button",""],["button","mat-icon-button",""],["button","mat-fab",""],["button","mat-mini-fab",""],["button","mat-stroked-button",""],["button","mat-flat-button",""]],viewQuery:function(U,Z){if(1&U&&t.Gf(e.wG,5),2&U){let Y;t.iGM(Y=t.CRH())&&(Z.ripple=Y.first)}},hostAttrs:[1,"mat-focus-indicator"],hostVars:5,hostBindings:function(U,Z){2&U&&(t.uIk("disabled",Z.disabled||null),t.ekj("_mat-animation-noopable","NoopAnimations"===Z._animationMode)("mat-button-disabled",Z.disabled))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color"},exportAs:["matButton"],features:[t.qOj],attrs:a,ngContentSelectors:b,decls:4,vars:5,consts:[[1,"mat-button-wrapper"],["matRipple","",1,"mat-button-ripple",3,"matRippleDisabled","matRippleCentered","matRippleTrigger"],[1,"mat-button-focus-overlay"]],template:function(U,Z){1&U&&(t.F$t(),t.TgZ(0,"span",0),t.Hsn(1),t.qZA(),t._UZ(2,"span",1)(3,"span",2)),2&U&&(t.xp6(2),t.ekj("mat-button-ripple-round",Z.isRoundButton||Z.isIconButton),t.Q6J("matRippleDisabled",Z._isRippleDisabled())("matRippleCentered",Z.isIconButton)("matRippleTrigger",Z._getHostElement()))},directives:[e.wG],styles:[".mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{opacity:0}.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,.mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay{opacity:.04}@media(hover: none){.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,.mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay{opacity:0}}.mat-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button{box-sizing:border-box;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-button.mat-button-disabled,.mat-icon-button.mat-button-disabled,.mat-stroked-button.mat-button-disabled,.mat-flat-button.mat-button-disabled{cursor:default}.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-button.cdk-program-focused .mat-button-focus-overlay,.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay,.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-flat-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-raised-button::-moz-focus-inner{border:0}.mat-raised-button.mat-button-disabled{cursor:default}.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-raised-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-raised-button::-moz-focus-inner{border:0}._mat-animation-noopable.mat-raised-button{transition:none;animation:none}.mat-stroked-button{border:1px solid currentColor;padding:0 15px;line-height:34px}.mat-stroked-button .mat-button-ripple.mat-ripple,.mat-stroked-button .mat-button-focus-overlay{top:-1px;left:-1px;right:-1px;bottom:-1px}.mat-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab::-moz-focus-inner{border:0}.mat-fab.mat-button-disabled{cursor:default}.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-fab{transition:none;animation:none}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab::-moz-focus-inner{border:0}.mat-mini-fab.mat-button-disabled{cursor:default}.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-mini-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-mini-fab{transition:none;animation:none}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button i,.mat-icon-button .mat-icon{line-height:24px}.mat-button-ripple.mat-ripple,.mat-button-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-button-ripple.mat-ripple:not(:empty){transform:translateZ(0)}.mat-button-focus-overlay{opacity:0;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-button-focus-overlay{transition:none}.mat-button-ripple-round{border-radius:50%;z-index:1}.mat-button .mat-button-wrapper>*,.mat-flat-button .mat-button-wrapper>*,.mat-stroked-button .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-fab .mat-button-wrapper>*,.mat-mini-fab .mat-button-wrapper>*{vertical-align:middle}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button{display:inline-flex;justify-content:center;align-items:center;font-size:inherit;width:2.5em;height:2.5em}.cdk-high-contrast-active .mat-button,.cdk-high-contrast-active .mat-flat-button,.cdk-high-contrast-active .mat-raised-button,.cdk-high-contrast-active .mat-icon-button,.cdk-high-contrast-active .mat-fab,.cdk-high-contrast-active .mat-mini-fab{outline:solid 1px}.cdk-high-contrast-active .mat-button-base.cdk-keyboard-focused,.cdk-high-contrast-active .mat-button-base.cdk-program-focused{outline:solid 3px}\n"],encapsulation:2,changeDetection:0}),k})(),L=(()=>{class k{}return k.\u0275fac=function(U){return new(U||k)},k.\u0275mod=t.oAB({type:k}),k.\u0275inj=t.cJS({imports:[[e.si,e.BQ],e.BQ]}),k})()},9224:(Ve,j,p)=>{"use strict";p.d(j,{$j:()=>D,QW:()=>oe,a8:()=>de,dk:()=>te,dn:()=>A,n5:()=>w});var t=p(5e3),e=p(6360),f=p(508);const M=["*",[["mat-card-footer"]]],a=["*","mat-card-footer"],b=[[["","mat-card-avatar",""],["","matCardAvatar",""]],[["mat-card-title"],["mat-card-subtitle"],["","mat-card-title",""],["","mat-card-subtitle",""],["","matCardTitle",""],["","matCardSubtitle",""]],"*"],d=["[mat-card-avatar], [matCardAvatar]","mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]","*"];let A=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275dir=t.lG2({type:X,selectors:[["mat-card-content"],["","mat-card-content",""],["","matCardContent",""]],hostAttrs:[1,"mat-card-content"]}),X})(),w=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275dir=t.lG2({type:X,selectors:[["mat-card-title"],["","mat-card-title",""],["","matCardTitle",""]],hostAttrs:[1,"mat-card-title"]}),X})(),D=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275dir=t.lG2({type:X,selectors:[["mat-card-subtitle"],["","mat-card-subtitle",""],["","matCardSubtitle",""]],hostAttrs:[1,"mat-card-subtitle"]}),X})(),de=(()=>{class X{constructor(y){this._animationMode=y}}return X.\u0275fac=function(y){return new(y||X)(t.Y36(e.Qb,8))},X.\u0275cmp=t.Xpm({type:X,selectors:[["mat-card"]],hostAttrs:[1,"mat-card","mat-focus-indicator"],hostVars:2,hostBindings:function(y,i){2&y&&t.ekj("_mat-animation-noopable","NoopAnimations"===i._animationMode)},exportAs:["matCard"],ngContentSelectors:a,decls:2,vars:0,template:function(y,i){1&y&&(t.F$t(M),t.Hsn(0),t.Hsn(1,1))},styles:[".mat-card{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);display:block;position:relative;padding:16px;border-radius:4px}._mat-animation-noopable.mat-card{transition:none;animation:none}.mat-card .mat-divider-horizontal{position:absolute;left:0;width:100%}[dir=rtl] .mat-card .mat-divider-horizontal{left:auto;right:0}.mat-card .mat-divider-horizontal.mat-divider-inset{position:static;margin:0}[dir=rtl] .mat-card .mat-divider-horizontal.mat-divider-inset{margin-right:0}.cdk-high-contrast-active .mat-card{outline:solid 1px}.mat-card-actions,.mat-card-subtitle,.mat-card-content{display:block;margin-bottom:16px}.mat-card-title{display:block;margin-bottom:8px}.mat-card-actions{margin-left:-8px;margin-right:-8px;padding:8px 0}.mat-card-actions-align-end{display:flex;justify-content:flex-end}.mat-card-image{width:calc(100% + 32px);margin:0 -16px 16px -16px;display:block;overflow:hidden}.mat-card-image img{width:100%}.mat-card-footer{display:block;margin:0 -16px -16px -16px}.mat-card-actions .mat-button,.mat-card-actions .mat-raised-button,.mat-card-actions .mat-stroked-button{margin:0 8px}.mat-card-header{display:flex;flex-direction:row}.mat-card-header .mat-card-title{margin-bottom:12px}.mat-card-header-text{margin:0 16px}.mat-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0;object-fit:cover}.mat-card-title-group{display:flex;justify-content:space-between}.mat-card-sm-image{width:80px;height:80px}.mat-card-md-image{width:112px;height:112px}.mat-card-lg-image{width:152px;height:152px}.mat-card-xl-image{width:240px;height:240px;margin:-8px}.mat-card-title-group>.mat-card-xl-image{margin:-8px 0 8px}@media(max-width: 599px){.mat-card-title-group{margin:0}.mat-card-xl-image{margin-left:0;margin-right:0}}.mat-card>:first-child,.mat-card-content>:first-child{margin-top:0}.mat-card>:last-child:not(.mat-card-footer),.mat-card-content>:last-child:not(.mat-card-footer){margin-bottom:0}.mat-card-image:first-child{margin-top:-16px;border-top-left-radius:inherit;border-top-right-radius:inherit}.mat-card>.mat-card-actions:last-child{margin-bottom:-8px;padding-bottom:0}.mat-card-actions:not(.mat-card-actions-align-end) .mat-button:first-child,.mat-card-actions:not(.mat-card-actions-align-end) .mat-raised-button:first-child,.mat-card-actions:not(.mat-card-actions-align-end) .mat-stroked-button:first-child{margin-left:0;margin-right:0}.mat-card-actions-align-end .mat-button:last-child,.mat-card-actions-align-end .mat-raised-button:last-child,.mat-card-actions-align-end .mat-stroked-button:last-child{margin-left:0;margin-right:0}.mat-card-title:not(:first-child),.mat-card-subtitle:not(:first-child){margin-top:-4px}.mat-card-header .mat-card-subtitle:not(:first-child){margin-top:-8px}.mat-card>.mat-card-xl-image:first-child{margin-top:-8px}.mat-card>.mat-card-xl-image:last-child{margin-bottom:-8px}\n"],encapsulation:2,changeDetection:0}),X})(),te=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275cmp=t.Xpm({type:X,selectors:[["mat-card-header"]],hostAttrs:[1,"mat-card-header"],ngContentSelectors:d,decls:4,vars:0,consts:[[1,"mat-card-header-text"]],template:function(y,i){1&y&&(t.F$t(b),t.Hsn(0),t.TgZ(1,"div",0),t.Hsn(2,1),t.qZA(),t.Hsn(3,2))},encapsulation:2,changeDetection:0}),X})(),oe=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275mod=t.oAB({type:X}),X.\u0275inj=t.cJS({imports:[[f.BQ],f.BQ]}),X})()},7446:(Ve,j,p)=>{"use strict";p.d(j,{oG:()=>Y,p9:()=>te});var t=p(3191),e=p(5e3),f=p(3075),M=p(508),a=p(6360),b=p(5664),d=p(7144);const N=["input"],h=function(ie){return{enterDuration:ie}},A=["*"],w=new e.OlP("mat-checkbox-default-options",{providedIn:"root",factory:D});function D(){return{color:"accent",clickAction:"check-indeterminate"}}let L=0;const k=D(),S={provide:f.JU,useExisting:(0,e.Gpc)(()=>Y),multi:!0};class U{}const Z=(0,M.sb)((0,M.pj)((0,M.Kr)((0,M.Id)(class{constructor(ie){this._elementRef=ie}}))));let Y=(()=>{class ie extends Z{constructor(X,me,y,i,r,u,c){super(X),this._changeDetectorRef=me,this._focusMonitor=y,this._ngZone=i,this._animationMode=u,this._options=c,this.ariaLabel="",this.ariaLabelledby=null,this._uniqueId="mat-checkbox-"+ ++L,this.id=this._uniqueId,this.labelPosition="after",this.name=null,this.change=new e.vpe,this.indeterminateChange=new e.vpe,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=0,this._controlValueAccessorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||k,this.color=this.defaultColor=this._options.color||k.color,this.tabIndex=parseInt(r)||0}get inputId(){return`${this.id||this._uniqueId}-input`}get required(){return this._required}set required(X){this._required=(0,t.Ig)(X)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(X=>{X||Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}),this._syncIndeterminate(this._indeterminate)}ngAfterViewChecked(){}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}get checked(){return this._checked}set checked(X){const me=(0,t.Ig)(X);me!=this.checked&&(this._checked=me,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(X){const me=(0,t.Ig)(X);me!==this.disabled&&(this._disabled=me,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(X){const me=X!=this._indeterminate;this._indeterminate=(0,t.Ig)(X),me&&(this._transitionCheckState(this._indeterminate?3:this.checked?1:2),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(X){this.checked=!!X}registerOnChange(X){this._controlValueAccessorChangeFn=X}registerOnTouched(X){this._onTouched=X}setDisabledState(X){this.disabled=X}_getAriaChecked(){return this.checked?"true":this.indeterminate?"mixed":"false"}_transitionCheckState(X){let me=this._currentCheckState,y=this._elementRef.nativeElement;if(me!==X&&(this._currentAnimationClass.length>0&&y.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(me,X),this._currentCheckState=X,this._currentAnimationClass.length>0)){y.classList.add(this._currentAnimationClass);const i=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{y.classList.remove(i)},1e3)})}}_emitChangeEvent(){const X=new U;X.source=this,X.checked=this.checked,this._controlValueAccessorChangeFn(this.checked),this.change.emit(X),this._inputElement&&(this._inputElement.nativeElement.checked=this.checked)}toggle(){this.checked=!this.checked,this._controlValueAccessorChangeFn(this.checked)}_onInputClick(X){var me;const y=null===(me=this._options)||void 0===me?void 0:me.clickAction;X.stopPropagation(),this.disabled||"noop"===y?!this.disabled&&"noop"===y&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==y&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?1:2),this._emitChangeEvent())}focus(X,me){X?this._focusMonitor.focusVia(this._inputElement,X,me):this._inputElement.nativeElement.focus(me)}_onInteractionEvent(X){X.stopPropagation()}_getAnimationClassForCheckStateTransition(X,me){if("NoopAnimations"===this._animationMode)return"";let y="";switch(X){case 0:if(1===me)y="unchecked-checked";else{if(3!=me)return"";y="unchecked-indeterminate"}break;case 2:y=1===me?"unchecked-checked":"unchecked-indeterminate";break;case 1:y=2===me?"checked-unchecked":"checked-indeterminate";break;case 3:y=1===me?"indeterminate-checked":"indeterminate-unchecked"}return`mat-checkbox-anim-${y}`}_syncIndeterminate(X){const me=this._inputElement;me&&(me.nativeElement.indeterminate=X)}}return ie.\u0275fac=function(X){return new(X||ie)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(b.tE),e.Y36(e.R0b),e.$8M("tabindex"),e.Y36(a.Qb,8),e.Y36(w,8))},ie.\u0275cmp=e.Xpm({type:ie,selectors:[["mat-checkbox"]],viewQuery:function(X,me){if(1&X&&(e.Gf(N,5),e.Gf(M.wG,5)),2&X){let y;e.iGM(y=e.CRH())&&(me._inputElement=y.first),e.iGM(y=e.CRH())&&(me.ripple=y.first)}},hostAttrs:[1,"mat-checkbox"],hostVars:14,hostBindings:function(X,me){2&X&&(e.Ikx("id",me.id),e.uIk("tabindex",null)("aria-label",null)("aria-labelledby",null),e.ekj("mat-checkbox-indeterminate",me.indeterminate)("mat-checkbox-checked",me.checked)("mat-checkbox-disabled",me.disabled)("mat-checkbox-label-before","before"==me.labelPosition)("_mat-animation-noopable","NoopAnimations"===me._animationMode))},inputs:{disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],id:"id",required:"required",labelPosition:"labelPosition",name:"name",value:"value",checked:"checked",disabled:"disabled",indeterminate:"indeterminate"},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],features:[e._Bn([S]),e.qOj],ngContentSelectors:A,decls:17,vars:21,consts:[[1,"mat-checkbox-layout"],["label",""],[1,"mat-checkbox-inner-container"],["type","checkbox",1,"mat-checkbox-input","cdk-visually-hidden",3,"id","required","checked","disabled","tabIndex","change","click"],["input",""],["matRipple","",1,"mat-checkbox-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleRadius","matRippleCentered","matRippleAnimation"],[1,"mat-ripple-element","mat-checkbox-persistent-ripple"],[1,"mat-checkbox-frame"],[1,"mat-checkbox-background"],["version","1.1","focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mat-checkbox-checkmark"],["fill","none","stroke","white","d","M4.1,12.7 9,17.6 20.3,6.3",1,"mat-checkbox-checkmark-path"],[1,"mat-checkbox-mixedmark"],[1,"mat-checkbox-label",3,"cdkObserveContent"],["checkboxLabel",""],[2,"display","none"]],template:function(X,me){if(1&X&&(e.F$t(),e.TgZ(0,"label",0,1)(2,"span",2)(3,"input",3,4),e.NdJ("change",function(i){return me._onInteractionEvent(i)})("click",function(i){return me._onInputClick(i)}),e.qZA(),e.TgZ(5,"span",5),e._UZ(6,"span",6),e.qZA(),e._UZ(7,"span",7),e.TgZ(8,"span",8),e.O4$(),e.TgZ(9,"svg",9),e._UZ(10,"path",10),e.qZA(),e.kcU(),e._UZ(11,"span",11),e.qZA()(),e.TgZ(12,"span",12,13),e.NdJ("cdkObserveContent",function(){return me._onLabelTextChange()}),e.TgZ(14,"span",14),e._uU(15,"\xa0"),e.qZA(),e.Hsn(16),e.qZA()()),2&X){const y=e.MAs(1),i=e.MAs(13);e.uIk("for",me.inputId),e.xp6(2),e.ekj("mat-checkbox-inner-container-no-side-margin",!i.textContent||!i.textContent.trim()),e.xp6(1),e.Q6J("id",me.inputId)("required",me.required)("checked",me.checked)("disabled",me.disabled)("tabIndex",me.tabIndex),e.uIk("value",me.value)("name",me.name)("aria-label",me.ariaLabel||null)("aria-labelledby",me.ariaLabelledby)("aria-checked",me._getAriaChecked())("aria-describedby",me.ariaDescribedby),e.xp6(2),e.Q6J("matRippleTrigger",y)("matRippleDisabled",me._isRippleDisabled())("matRippleRadius",20)("matRippleCentered",!0)("matRippleAnimation",e.VKq(19,h,"NoopAnimations"===me._animationMode?0:150))}},directives:[M.wG,d.wD],styles:["@keyframes mat-checkbox-fade-in-background{0%{opacity:0}50%{opacity:1}}@keyframes mat-checkbox-fade-out-background{0%,50%{opacity:1}100%{opacity:0}}@keyframes mat-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:22.910259}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1)}100%{stroke-dashoffset:0}}@keyframes mat-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mat-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);stroke-dashoffset:0}to{stroke-dashoffset:-22.910259}}@keyframes mat-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(45deg)}}@keyframes mat-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);opacity:0;transform:rotate(45deg)}to{opacity:1;transform:rotate(360deg)}}@keyframes mat-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1);opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes mat-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(315deg)}}@keyframes mat-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;opacity:1;transform:scaleX(1)}32.8%,100%{opacity:0;transform:scaleX(0)}}.mat-checkbox-background,.mat-checkbox-frame{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:2px;box-sizing:border-box;pointer-events:none}.mat-checkbox{display:inline-block;transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;-webkit-tap-highlight-color:transparent}._mat-animation-noopable.mat-checkbox{transition:none;animation:none}.mat-checkbox .mat-ripple-element:not(.mat-checkbox-persistent-ripple){opacity:.16}.mat-checkbox .mat-checkbox-ripple{position:absolute;left:calc(50% - 20px);top:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.cdk-high-contrast-active .mat-checkbox.cdk-keyboard-focused .mat-checkbox-ripple{outline:solid 3px}.mat-checkbox-layout{-webkit-user-select:none;user-select:none;cursor:inherit;align-items:baseline;vertical-align:middle;display:inline-flex;white-space:nowrap}.mat-checkbox-label{-webkit-user-select:auto;user-select:auto}.mat-checkbox-inner-container{display:inline-block;height:16px;line-height:0;margin:auto;margin-right:8px;order:0;position:relative;vertical-align:middle;white-space:nowrap;width:16px;flex-shrink:0}[dir=rtl] .mat-checkbox-inner-container{margin-left:8px;margin-right:auto}.mat-checkbox-inner-container-no-side-margin{margin-left:0;margin-right:0}.mat-checkbox-frame{background-color:transparent;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);border-width:2px;border-style:solid}._mat-animation-noopable .mat-checkbox-frame{transition:none}.mat-checkbox-background{align-items:center;display:inline-flex;justify-content:center;transition:background-color 90ms cubic-bezier(0, 0, 0.2, 0.1),opacity 90ms cubic-bezier(0, 0, 0.2, 0.1);-webkit-print-color-adjust:exact;color-adjust:exact}._mat-animation-noopable .mat-checkbox-background{transition:none}.cdk-high-contrast-active .mat-checkbox .mat-checkbox-background{background:none}.mat-checkbox-persistent-ripple{display:block;width:100%;height:100%;transform:none}.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:.04}.mat-checkbox.cdk-keyboard-focused .mat-checkbox-persistent-ripple{opacity:.12}.mat-checkbox-persistent-ripple,.mat-checkbox.mat-checkbox-disabled .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:0}@media(hover: none){.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{display:none}}.mat-checkbox-checkmark{top:0;left:0;right:0;bottom:0;position:absolute;width:100%}.mat-checkbox-checkmark-path{stroke-dashoffset:22.910259;stroke-dasharray:22.910259;stroke-width:2.1333333333px}.cdk-high-contrast-black-on-white .mat-checkbox-checkmark-path{stroke:#000 !important}.mat-checkbox-mixedmark{width:calc(100% - 6px);height:2px;opacity:0;transform:scaleX(0) rotate(0deg);border-radius:2px}.cdk-high-contrast-active .mat-checkbox-mixedmark{height:0;border-top:solid 2px;margin-top:2px}.mat-checkbox-label-before .mat-checkbox-inner-container{order:1;margin-left:8px;margin-right:auto}[dir=rtl] .mat-checkbox-label-before .mat-checkbox-inner-container{margin-left:auto;margin-right:8px}.mat-checkbox-checked .mat-checkbox-checkmark{opacity:1}.mat-checkbox-checked .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-checked .mat-checkbox-mixedmark{transform:scaleX(1) rotate(-45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark{opacity:0;transform:rotate(45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-indeterminate .mat-checkbox-mixedmark{opacity:1;transform:scaleX(1) rotate(0deg)}.mat-checkbox-unchecked .mat-checkbox-background{background-color:transparent}.mat-checkbox-disabled{cursor:default}.cdk-high-contrast-active .mat-checkbox-disabled{opacity:.5}.mat-checkbox-anim-unchecked-checked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-checked .mat-checkbox-checkmark-path{animation:180ms linear 0ms mat-checkbox-unchecked-checked-checkmark-path}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0ms mat-checkbox-unchecked-indeterminate-mixedmark}.mat-checkbox-anim-checked-unchecked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-out-background}.mat-checkbox-anim-checked-unchecked .mat-checkbox-checkmark-path{animation:90ms linear 0ms mat-checkbox-checked-unchecked-checkmark-path}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-checkmark{animation:90ms linear 0ms mat-checkbox-checked-indeterminate-checkmark}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0ms mat-checkbox-checked-indeterminate-mixedmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-checkmark{animation:500ms linear 0ms mat-checkbox-indeterminate-checked-checkmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-mixedmark{animation:500ms linear 0ms mat-checkbox-indeterminate-checked-mixedmark}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-out-background}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-mixedmark{animation:300ms linear 0ms mat-checkbox-indeterminate-unchecked-mixedmark}.mat-checkbox-input{bottom:0;left:50%}\n"],encapsulation:2,changeDetection:0}),ie})(),de=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=e.oAB({type:ie}),ie.\u0275inj=e.cJS({}),ie})(),te=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=e.oAB({type:ie}),ie.\u0275inj=e.cJS({imports:[[M.si,M.BQ,d.Q8,de],M.BQ,de]}),ie})()},6688:(Ve,j,p)=>{"use strict";p.d(j,{HS:()=>y,Hi:()=>C,qn:()=>v});var t=p(1159),e=p(5e3),f=p(508),M=p(3191),a=p(9808),b=p(6360),d=p(7579),N=p(6451),h=p(5698),A=p(2722),w=p(8675),D=p(925),L=p(5664),k=p(449),S=p(3075),U=p(7322),Z=p(226);const Y=["*"],$=new e.OlP("MatChipRemove"),de=new e.OlP("MatChipAvatar"),te=new e.OlP("MatChipTrailingIcon");class ie{constructor(P){this._elementRef=P}}const oe=(0,f.sb)((0,f.pj)((0,f.Kr)(ie),"primary"),-1);let y=(()=>{class B extends oe{constructor(H,q,he,_e,Ne,we,Q,Ue){super(H),this._ngZone=q,this._changeDetectorRef=Ne,this._hasFocus=!1,this.chipListSelectable=!0,this._chipListMultiple=!1,this._chipListDisabled=!1,this._selected=!1,this._selectable=!0,this._disabled=!1,this._removable=!0,this._onFocus=new d.x,this._onBlur=new d.x,this.selectionChange=new e.vpe,this.destroyed=new e.vpe,this.removed=new e.vpe,this._addHostClassName(),this._chipRippleTarget=we.createElement("div"),this._chipRippleTarget.classList.add("mat-chip-ripple"),this._elementRef.nativeElement.appendChild(this._chipRippleTarget),this._chipRipple=new f.IR(this,q,this._chipRippleTarget,he),this._chipRipple.setupTriggerEvents(H),this.rippleConfig=_e||{},this._animationsDisabled="NoopAnimations"===Q,this.tabIndex=null!=Ue&&parseInt(Ue)||-1}get rippleDisabled(){return this.disabled||this.disableRipple||this._animationsDisabled||!!this.rippleConfig.disabled}get selected(){return this._selected}set selected(H){const q=(0,M.Ig)(H);q!==this._selected&&(this._selected=q,this._dispatchSelectionChange())}get value(){return void 0!==this._value?this._value:this._elementRef.nativeElement.textContent}set value(H){this._value=H}get selectable(){return this._selectable&&this.chipListSelectable}set selectable(H){this._selectable=(0,M.Ig)(H)}get disabled(){return this._chipListDisabled||this._disabled}set disabled(H){this._disabled=(0,M.Ig)(H)}get removable(){return this._removable}set removable(H){this._removable=(0,M.Ig)(H)}get ariaSelected(){return this.selectable&&(this._chipListMultiple||this.selected)?this.selected.toString():null}_addHostClassName(){const H="mat-basic-chip",q=this._elementRef.nativeElement;q.hasAttribute(H)||q.tagName.toLowerCase()===H?q.classList.add(H):q.classList.add("mat-standard-chip")}ngOnDestroy(){this.destroyed.emit({chip:this}),this._chipRipple._removeTriggerEvents()}select(){this._selected||(this._selected=!0,this._dispatchSelectionChange(),this._changeDetectorRef.markForCheck())}deselect(){this._selected&&(this._selected=!1,this._dispatchSelectionChange(),this._changeDetectorRef.markForCheck())}selectViaInteraction(){this._selected||(this._selected=!0,this._dispatchSelectionChange(!0),this._changeDetectorRef.markForCheck())}toggleSelected(H=!1){return this._selected=!this.selected,this._dispatchSelectionChange(H),this._changeDetectorRef.markForCheck(),this.selected}focus(){this._hasFocus||(this._elementRef.nativeElement.focus(),this._onFocus.next({chip:this})),this._hasFocus=!0}remove(){this.removable&&this.removed.emit({chip:this})}_handleClick(H){this.disabled&&H.preventDefault()}_handleKeydown(H){if(!this.disabled)switch(H.keyCode){case t.yY:case t.ZH:this.remove(),H.preventDefault();break;case t.L_:this.selectable&&this.toggleSelected(!0),H.preventDefault()}}_blur(){this._ngZone.onStable.pipe((0,h.q)(1)).subscribe(()=>{this._ngZone.run(()=>{this._hasFocus=!1,this._onBlur.next({chip:this})})})}_dispatchSelectionChange(H=!1){this.selectionChange.emit({source:this,isUserInput:H,selected:this._selected})}}return B.\u0275fac=function(H){return new(H||B)(e.Y36(e.SBq),e.Y36(e.R0b),e.Y36(D.t4),e.Y36(f.Y2,8),e.Y36(e.sBO),e.Y36(a.K0),e.Y36(b.Qb,8),e.$8M("tabindex"))},B.\u0275dir=e.lG2({type:B,selectors:[["mat-basic-chip"],["","mat-basic-chip",""],["mat-chip"],["","mat-chip",""]],contentQueries:function(H,q,he){if(1&H&&(e.Suo(he,de,5),e.Suo(he,te,5),e.Suo(he,$,5)),2&H){let _e;e.iGM(_e=e.CRH())&&(q.avatar=_e.first),e.iGM(_e=e.CRH())&&(q.trailingIcon=_e.first),e.iGM(_e=e.CRH())&&(q.removeIcon=_e.first)}},hostAttrs:["role","option",1,"mat-chip","mat-focus-indicator"],hostVars:14,hostBindings:function(H,q){1&H&&e.NdJ("click",function(_e){return q._handleClick(_e)})("keydown",function(_e){return q._handleKeydown(_e)})("focus",function(){return q.focus()})("blur",function(){return q._blur()}),2&H&&(e.uIk("tabindex",q.disabled?null:q.tabIndex)("disabled",q.disabled||null)("aria-disabled",q.disabled.toString())("aria-selected",q.ariaSelected),e.ekj("mat-chip-selected",q.selected)("mat-chip-with-avatar",q.avatar)("mat-chip-with-trailing-icon",q.trailingIcon||q.removeIcon)("mat-chip-disabled",q.disabled)("_mat-animation-noopable",q._animationsDisabled))},inputs:{color:"color",disableRipple:"disableRipple",tabIndex:"tabIndex",selected:"selected",value:"value",selectable:"selectable",disabled:"disabled",removable:"removable"},outputs:{selectionChange:"selectionChange",destroyed:"destroyed",removed:"removed"},exportAs:["matChip"],features:[e.qOj]}),B})();const r=new e.OlP("mat-chips-default-options"),_=(0,f.FD)(class{constructor(B,P,H,q){this._defaultErrorStateMatcher=B,this._parentForm=P,this._parentFormGroup=H,this.ngControl=q}});let E=0;class I{constructor(P,H){this.source=P,this.value=H}}let v=(()=>{class B extends _{constructor(H,q,he,_e,Ne,we,Q){super(we,_e,Ne,Q),this._elementRef=H,this._changeDetectorRef=q,this._dir=he,this.controlType="mat-chip-list",this._lastDestroyedChipIndex=null,this._destroyed=new d.x,this._uid="mat-chip-list-"+E++,this._tabIndex=0,this._userTabIndex=null,this._onTouched=()=>{},this._onChange=()=>{},this._multiple=!1,this._compareWith=(Ue,ye)=>Ue===ye,this._disabled=!1,this.ariaOrientation="horizontal",this._selectable=!0,this.change=new e.vpe,this.valueChange=new e.vpe,this.ngControl&&(this.ngControl.valueAccessor=this)}get selected(){var H,q;return this.multiple?(null===(H=this._selectionModel)||void 0===H?void 0:H.selected)||[]:null===(q=this._selectionModel)||void 0===q?void 0:q.selected[0]}get role(){return this.empty?null:"listbox"}get multiple(){return this._multiple}set multiple(H){this._multiple=(0,M.Ig)(H),this._syncChipsState()}get compareWith(){return this._compareWith}set compareWith(H){this._compareWith=H,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(H){this.writeValue(H),this._value=H}get id(){return this._chipInput?this._chipInput.id:this._uid}get required(){var H,q,he,_e;return null!==(_e=null!==(H=this._required)&&void 0!==H?H:null===(he=null===(q=this.ngControl)||void 0===q?void 0:q.control)||void 0===he?void 0:he.hasValidator(S.kI.required))&&void 0!==_e&&_e}set required(H){this._required=(0,M.Ig)(H),this.stateChanges.next()}get placeholder(){return this._chipInput?this._chipInput.placeholder:this._placeholder}set placeholder(H){this._placeholder=H,this.stateChanges.next()}get focused(){return this._chipInput&&this._chipInput.focused||this._hasFocusedChip()}get empty(){return(!this._chipInput||this._chipInput.empty)&&(!this.chips||0===this.chips.length)}get shouldLabelFloat(){return!this.empty||this.focused}get disabled(){return this.ngControl?!!this.ngControl.disabled:this._disabled}set disabled(H){this._disabled=(0,M.Ig)(H),this._syncChipsState()}get selectable(){return this._selectable}set selectable(H){this._selectable=(0,M.Ig)(H),this.chips&&this.chips.forEach(q=>q.chipListSelectable=this._selectable)}set tabIndex(H){this._userTabIndex=H,this._tabIndex=H}get chipSelectionChanges(){return(0,N.T)(...this.chips.map(H=>H.selectionChange))}get chipFocusChanges(){return(0,N.T)(...this.chips.map(H=>H._onFocus))}get chipBlurChanges(){return(0,N.T)(...this.chips.map(H=>H._onBlur))}get chipRemoveChanges(){return(0,N.T)(...this.chips.map(H=>H.destroyed))}ngAfterContentInit(){this._keyManager=new L.Em(this.chips).withWrap().withVerticalOrientation().withHomeAndEnd().withHorizontalOrientation(this._dir?this._dir.value:"ltr"),this._dir&&this._dir.change.pipe((0,A.R)(this._destroyed)).subscribe(H=>this._keyManager.withHorizontalOrientation(H)),this._keyManager.tabOut.pipe((0,A.R)(this._destroyed)).subscribe(()=>{this._allowFocusEscape()}),this.chips.changes.pipe((0,w.O)(null),(0,A.R)(this._destroyed)).subscribe(()=>{this.disabled&&Promise.resolve().then(()=>{this._syncChipsState()}),this._resetChips(),this._initializeSelection(),this._updateTabIndex(),this._updateFocusForDestroyedChips(),this.stateChanges.next()})}ngOnInit(){this._selectionModel=new k.Ov(this.multiple,void 0,!1),this.stateChanges.next()}ngDoCheck(){this.ngControl&&(this.updateErrorState(),this.ngControl.disabled!==this._disabled&&(this.disabled=!!this.ngControl.disabled))}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),this.stateChanges.complete(),this._dropSubscriptions()}registerInput(H){this._chipInput=H,this._elementRef.nativeElement.setAttribute("data-mat-chip-input",H.id)}setDescribedByIds(H){this._ariaDescribedby=H.join(" ")}writeValue(H){this.chips&&this._setSelectionByValue(H,!1)}registerOnChange(H){this._onChange=H}registerOnTouched(H){this._onTouched=H}setDisabledState(H){this.disabled=H,this.stateChanges.next()}onContainerClick(H){this._originatesFromChip(H)||this.focus()}focus(H){this.disabled||this._chipInput&&this._chipInput.focused||(this.chips.length>0?(this._keyManager.setFirstItemActive(),this.stateChanges.next()):(this._focusInput(H),this.stateChanges.next()))}_focusInput(H){this._chipInput&&this._chipInput.focus(H)}_keydown(H){const q=H.target;q&&q.classList.contains("mat-chip")&&(this._keyManager.onKeydown(H),this.stateChanges.next())}_updateTabIndex(){this._tabIndex=this._userTabIndex||(0===this.chips.length?-1:0)}_updateFocusForDestroyedChips(){if(null!=this._lastDestroyedChipIndex)if(this.chips.length){const H=Math.min(this._lastDestroyedChipIndex,this.chips.length-1);this._keyManager.setActiveItem(H)}else this.focus();this._lastDestroyedChipIndex=null}_isValidIndex(H){return H>=0&&Hhe.deselect()),Array.isArray(H))H.forEach(he=>this._selectValue(he,q)),this._sortValues();else{const he=this._selectValue(H,q);he&&q&&this._keyManager.setActiveItem(he)}}_selectValue(H,q=!0){const he=this.chips.find(_e=>null!=_e.value&&this._compareWith(_e.value,H));return he&&(q?he.selectViaInteraction():he.select(),this._selectionModel.select(he)),he}_initializeSelection(){Promise.resolve().then(()=>{(this.ngControl||this._value)&&(this._setSelectionByValue(this.ngControl?this.ngControl.value:this._value,!1),this.stateChanges.next())})}_clearSelection(H){this._selectionModel.clear(),this.chips.forEach(q=>{q!==H&&q.deselect()}),this.stateChanges.next()}_sortValues(){this._multiple&&(this._selectionModel.clear(),this.chips.forEach(H=>{H.selected&&this._selectionModel.select(H)}),this.stateChanges.next())}_propagateChanges(H){let q=null;q=Array.isArray(this.selected)?this.selected.map(he=>he.value):this.selected?this.selected.value:H,this._value=q,this.change.emit(new I(this,q)),this.valueChange.emit(q),this._onChange(q),this._changeDetectorRef.markForCheck()}_blur(){this._hasFocusedChip()||this._keyManager.setActiveItem(-1),this.disabled||(this._chipInput?setTimeout(()=>{this.focused||this._markAsTouched()}):this._markAsTouched())}_markAsTouched(){this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next()}_allowFocusEscape(){-1!==this._tabIndex&&(this._tabIndex=-1,setTimeout(()=>{this._tabIndex=this._userTabIndex||0,this._changeDetectorRef.markForCheck()}))}_resetChips(){this._dropSubscriptions(),this._listenToChipsFocus(),this._listenToChipsSelection(),this._listenToChipsRemoved()}_dropSubscriptions(){this._chipFocusSubscription&&(this._chipFocusSubscription.unsubscribe(),this._chipFocusSubscription=null),this._chipBlurSubscription&&(this._chipBlurSubscription.unsubscribe(),this._chipBlurSubscription=null),this._chipSelectionSubscription&&(this._chipSelectionSubscription.unsubscribe(),this._chipSelectionSubscription=null),this._chipRemoveSubscription&&(this._chipRemoveSubscription.unsubscribe(),this._chipRemoveSubscription=null)}_listenToChipsSelection(){this._chipSelectionSubscription=this.chipSelectionChanges.subscribe(H=>{H.source.selected?this._selectionModel.select(H.source):this._selectionModel.deselect(H.source),this.multiple||this.chips.forEach(q=>{!this._selectionModel.isSelected(q)&&q.selected&&q.deselect()}),H.isUserInput&&this._propagateChanges()})}_listenToChipsFocus(){this._chipFocusSubscription=this.chipFocusChanges.subscribe(H=>{let q=this.chips.toArray().indexOf(H.chip);this._isValidIndex(q)&&this._keyManager.updateActiveItem(q),this.stateChanges.next()}),this._chipBlurSubscription=this.chipBlurChanges.subscribe(()=>{this._blur(),this.stateChanges.next()})}_listenToChipsRemoved(){this._chipRemoveSubscription=this.chipRemoveChanges.subscribe(H=>{const q=H.chip,he=this.chips.toArray().indexOf(H.chip);this._isValidIndex(he)&&q._hasFocus&&(this._lastDestroyedChipIndex=he)})}_originatesFromChip(H){let q=H.target;for(;q&&q!==this._elementRef.nativeElement;){if(q.classList.contains("mat-chip"))return!0;q=q.parentElement}return!1}_hasFocusedChip(){return this.chips&&this.chips.some(H=>H._hasFocus)}_syncChipsState(){this.chips&&this.chips.forEach(H=>{H._chipListDisabled=this._disabled,H._chipListMultiple=this.multiple})}}return B.\u0275fac=function(H){return new(H||B)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(Z.Is,8),e.Y36(S.F,8),e.Y36(S.sg,8),e.Y36(f.rD),e.Y36(S.a5,10))},B.\u0275cmp=e.Xpm({type:B,selectors:[["mat-chip-list"]],contentQueries:function(H,q,he){if(1&H&&e.Suo(he,y,5),2&H){let _e;e.iGM(_e=e.CRH())&&(q.chips=_e)}},hostAttrs:[1,"mat-chip-list"],hostVars:15,hostBindings:function(H,q){1&H&&e.NdJ("focus",function(){return q.focus()})("blur",function(){return q._blur()})("keydown",function(_e){return q._keydown(_e)}),2&H&&(e.Ikx("id",q._uid),e.uIk("tabindex",q.disabled?null:q._tabIndex)("aria-describedby",q._ariaDescribedby||null)("aria-required",q.role?q.required:null)("aria-disabled",q.disabled.toString())("aria-invalid",q.errorState)("aria-multiselectable",q.multiple)("role",q.role)("aria-orientation",q.ariaOrientation),e.ekj("mat-chip-list-disabled",q.disabled)("mat-chip-list-invalid",q.errorState)("mat-chip-list-required",q.required))},inputs:{errorStateMatcher:"errorStateMatcher",multiple:"multiple",compareWith:"compareWith",value:"value",required:"required",placeholder:"placeholder",disabled:"disabled",ariaOrientation:["aria-orientation","ariaOrientation"],selectable:"selectable",tabIndex:"tabIndex"},outputs:{change:"change",valueChange:"valueChange"},exportAs:["matChipList"],features:[e._Bn([{provide:U.Eo,useExisting:B}]),e.qOj],ngContentSelectors:Y,decls:2,vars:0,consts:[[1,"mat-chip-list-wrapper"]],template:function(H,q){1&H&&(e.F$t(),e.TgZ(0,"div",0),e.Hsn(1),e.qZA())},styles:['.mat-chip{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}._mat-animation-noopable.mat-standard-chip{transition:none;animation:none}.mat-standard-chip .mat-chip-remove{border:none;-webkit-appearance:none;-moz-appearance:none;padding:0;background:none}.mat-standard-chip .mat-chip-remove.mat-icon,.mat-standard-chip .mat-chip-remove .mat-icon{width:18px;height:18px;font-size:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:"";pointer-events:none;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:none}.mat-standard-chip:focus::after{opacity:.16}.cdk-high-contrast-active .mat-standard-chip{outline:solid 1px}.cdk-high-contrast-active .mat-standard-chip:focus{outline:dotted 2px}.cdk-high-contrast-active .mat-standard-chip.mat-chip-selected{outline-width:3px}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit;overflow:hidden;transform:translateZ(0)}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}\n'],encapsulation:2,changeDetection:0}),B})(),C=(()=>{class B{}return B.\u0275fac=function(H){return new(H||B)},B.\u0275mod=e.oAB({type:B}),B.\u0275inj=e.cJS({providers:[f.rD,{provide:r,useValue:{separatorKeyCodes:[t.K5]}}],imports:[[f.BQ]]}),B})()},508:(Ve,j,p)=>{"use strict";p.d(j,{yN:()=>ne,mZ:()=>$,_A:()=>v,rD:()=>Ne,sG:()=>n,K7:()=>Gt,HF:()=>ht,Y2:()=>ee,BQ:()=>ie,X2:()=>we,uc:()=>ye,XK:()=>he,ey:()=>et,Ng:()=>Yt,rN:()=>Nt,nP:()=>Le,us:()=>ut,wG:()=>ue,si:()=>Ce,LF:()=>P,IR:()=>Te,CB:()=>yt,jH:()=>ei,pj:()=>i,Kr:()=>r,Id:()=>y,FD:()=>c,dB:()=>_,sb:()=>u,E0:()=>Q});var t=p(5e3),e=p(226),M=p(9808),a=p(925),b=p(5664),d=p(3191),N=p(7579),h=p(8306),A=p(8675),w=p(6360),D=p(1159);function S(Pe,Oe){if(1&Pe&&t._UZ(0,"mat-pseudo-checkbox",4),2&Pe){const ce=t.oxw();t.Q6J("state",ce.selected?"checked":"unchecked")("disabled",ce.disabled)}}function U(Pe,Oe){if(1&Pe&&(t.TgZ(0,"span",5),t._uU(1),t.qZA()),2&Pe){const ce=t.oxw();t.xp6(1),t.hij("(",ce.group.label,")")}}const Z=["*"];let ne=(()=>{class Pe{}return Pe.STANDARD_CURVE="cubic-bezier(0.4,0.0,0.2,1)",Pe.DECELERATION_CURVE="cubic-bezier(0.0,0.0,0.2,1)",Pe.ACCELERATION_CURVE="cubic-bezier(0.4,0.0,1,1)",Pe.SHARP_CURVE="cubic-bezier(0.4,0.0,0.6,1)",Pe})(),$=(()=>{class Pe{}return Pe.COMPLEX="375ms",Pe.ENTERING="225ms",Pe.EXITING="195ms",Pe})();const te=new t.OlP("mat-sanity-checks",{providedIn:"root",factory:function de(){return!0}});let ie=(()=>{class Pe{constructor(ce,be,pt){this._sanityChecks=be,this._document=pt,this._hasDoneGlobalChecks=!1,ce._applyBodyHighContrastModeCssClasses(),this._hasDoneGlobalChecks||(this._hasDoneGlobalChecks=!0)}_checkIsEnabled(ce){return!(0,a.Oy)()&&("boolean"==typeof this._sanityChecks?this._sanityChecks:!!this._sanityChecks[ce])}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.LFG(b.qm),t.LFG(te,8),t.LFG(M.K0))},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[e.vT],e.vT]}),Pe})();function y(Pe){return class extends Pe{constructor(...Oe){super(...Oe),this._disabled=!1}get disabled(){return this._disabled}set disabled(Oe){this._disabled=(0,d.Ig)(Oe)}}}function i(Pe,Oe){return class extends Pe{constructor(...ce){super(...ce),this.defaultColor=Oe,this.color=Oe}get color(){return this._color}set color(ce){const be=ce||this.defaultColor;be!==this._color&&(this._color&&this._elementRef.nativeElement.classList.remove(`mat-${this._color}`),be&&this._elementRef.nativeElement.classList.add(`mat-${be}`),this._color=be)}}}function r(Pe){return class extends Pe{constructor(...Oe){super(...Oe),this._disableRipple=!1}get disableRipple(){return this._disableRipple}set disableRipple(Oe){this._disableRipple=(0,d.Ig)(Oe)}}}function u(Pe,Oe=0){return class extends Pe{constructor(...ce){super(...ce),this._tabIndex=Oe,this.defaultTabIndex=Oe}get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(ce){this._tabIndex=null!=ce?(0,d.su)(ce):this.defaultTabIndex}}}function c(Pe){return class extends Pe{constructor(...Oe){super(...Oe),this.stateChanges=new N.x,this.errorState=!1}updateErrorState(){const Oe=this.errorState,mt=(this.errorStateMatcher||this._defaultErrorStateMatcher).isErrorState(this.ngControl?this.ngControl.control:null,this._parentFormGroup||this._parentForm);mt!==Oe&&(this.errorState=mt,this.stateChanges.next())}}}function _(Pe){return class extends Pe{constructor(...Oe){super(...Oe),this._isInitialized=!1,this._pendingSubscribers=[],this.initialized=new h.y(ce=>{this._isInitialized?this._notifySubscriber(ce):this._pendingSubscribers.push(ce)})}_markInitialized(){this._isInitialized=!0,this._pendingSubscribers.forEach(this._notifySubscriber),this._pendingSubscribers=null}_notifySubscriber(Oe){Oe.next(),Oe.complete()}}}const E=new t.OlP("MAT_DATE_LOCALE",{providedIn:"root",factory:function I(){return(0,t.f3M)(t.soG)}});class v{constructor(){this._localeChanges=new N.x,this.localeChanges=this._localeChanges}getValidDateOrNull(Oe){return this.isDateInstance(Oe)&&this.isValid(Oe)?Oe:null}deserialize(Oe){return null==Oe||this.isDateInstance(Oe)&&this.isValid(Oe)?Oe:this.invalid()}setLocale(Oe){this.locale=Oe,this._localeChanges.next()}compareDate(Oe,ce){return this.getYear(Oe)-this.getYear(ce)||this.getMonth(Oe)-this.getMonth(ce)||this.getDate(Oe)-this.getDate(ce)}sameDate(Oe,ce){if(Oe&&ce){let be=this.isValid(Oe),pt=this.isValid(ce);return be&&pt?!this.compareDate(Oe,ce):be==pt}return Oe==ce}clampDate(Oe,ce,be){return ce&&this.compareDate(Oe,ce)<0?ce:be&&this.compareDate(Oe,be)>0?be:Oe}}const n=new t.OlP("mat-date-formats"),C=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/;function B(Pe,Oe){const ce=Array(Pe);for(let be=0;be{class Pe extends v{constructor(ce,be){super(),this.useUtcForDisplay=!1,super.setLocale(ce)}getYear(ce){return ce.getFullYear()}getMonth(ce){return ce.getMonth()}getDate(ce){return ce.getDate()}getDayOfWeek(ce){return ce.getDay()}getMonthNames(ce){const be=new Intl.DateTimeFormat(this.locale,{month:ce,timeZone:"utc"});return B(12,pt=>this._format(be,new Date(2017,pt,1)))}getDateNames(){const ce=new Intl.DateTimeFormat(this.locale,{day:"numeric",timeZone:"utc"});return B(31,be=>this._format(ce,new Date(2017,0,be+1)))}getDayOfWeekNames(ce){const be=new Intl.DateTimeFormat(this.locale,{weekday:ce,timeZone:"utc"});return B(7,pt=>this._format(be,new Date(2017,0,pt+1)))}getYearName(ce){const be=new Intl.DateTimeFormat(this.locale,{year:"numeric",timeZone:"utc"});return this._format(be,ce)}getFirstDayOfWeek(){return 0}getNumDaysInMonth(ce){return this.getDate(this._createDateWithOverflow(this.getYear(ce),this.getMonth(ce)+1,0))}clone(ce){return new Date(ce.getTime())}createDate(ce,be,pt){let mt=this._createDateWithOverflow(ce,be,pt);return mt.getMonth(),mt}today(){return new Date}parse(ce){return"number"==typeof ce?new Date(ce):ce?new Date(Date.parse(ce)):null}format(ce,be){if(!this.isValid(ce))throw Error("NativeDateAdapter: Cannot format invalid date.");const pt=new Intl.DateTimeFormat(this.locale,Object.assign(Object.assign({},be),{timeZone:"utc"}));return this._format(pt,ce)}addCalendarYears(ce,be){return this.addCalendarMonths(ce,12*be)}addCalendarMonths(ce,be){let pt=this._createDateWithOverflow(this.getYear(ce),this.getMonth(ce)+be,this.getDate(ce));return this.getMonth(pt)!=((this.getMonth(ce)+be)%12+12)%12&&(pt=this._createDateWithOverflow(this.getYear(pt),this.getMonth(pt),0)),pt}addCalendarDays(ce,be){return this._createDateWithOverflow(this.getYear(ce),this.getMonth(ce),this.getDate(ce)+be)}toIso8601(ce){return[ce.getUTCFullYear(),this._2digit(ce.getUTCMonth()+1),this._2digit(ce.getUTCDate())].join("-")}deserialize(ce){if("string"==typeof ce){if(!ce)return null;if(C.test(ce)){let be=new Date(ce);if(this.isValid(be))return be}}return super.deserialize(ce)}isDateInstance(ce){return ce instanceof Date}isValid(ce){return!isNaN(ce.getTime())}invalid(){return new Date(NaN)}_createDateWithOverflow(ce,be,pt){const mt=new Date;return mt.setFullYear(ce,be,pt),mt.setHours(0,0,0,0),mt}_2digit(ce){return("00"+ce).slice(-2)}_format(ce,be){const pt=new Date;return pt.setUTCFullYear(be.getFullYear(),be.getMonth(),be.getDate()),pt.setUTCHours(be.getHours(),be.getMinutes(),be.getSeconds(),be.getMilliseconds()),ce.format(pt)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.LFG(E,8),t.LFG(a.t4))},Pe.\u0275prov=t.Yz7({token:Pe,factory:Pe.\u0275fac}),Pe})();const H={parse:{dateInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}};let q=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({providers:[{provide:v,useClass:P}]}),Pe})(),he=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({providers:[{provide:n,useValue:H}],imports:[[q]]}),Pe})(),Ne=(()=>{class Pe{isErrorState(ce,be){return!!(ce&&ce.invalid&&(ce.touched||be&&be.submitted))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275prov=t.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})(),we=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275dir=t.lG2({type:Pe,selectors:[["","mat-line",""],["","matLine",""]],hostAttrs:[1,"mat-line"]}),Pe})();function Q(Pe,Oe,ce="mat"){Pe.changes.pipe((0,A.O)(Pe)).subscribe(({length:be})=>{Ue(Oe,`${ce}-2-line`,!1),Ue(Oe,`${ce}-3-line`,!1),Ue(Oe,`${ce}-multi-line`,!1),2===be||3===be?Ue(Oe,`${ce}-${be}-line`,!0):be>3&&Ue(Oe,`${ce}-multi-line`,!0)})}function Ue(Pe,Oe,ce){Pe.nativeElement.classList.toggle(Oe,ce)}let ye=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[ie],ie]}),Pe})();class V{constructor(Oe,ce,be){this._renderer=Oe,this.element=ce,this.config=be,this.state=3}fadeOut(){this._renderer.fadeOutRipple(this)}}const De={enterDuration:225,exitDuration:150},Ie=(0,a.i$)({passive:!0}),Ae=["mousedown","touchstart"],le=["mouseup","mouseleave","touchend","touchcancel"];class Te{constructor(Oe,ce,be,pt){this._target=Oe,this._ngZone=ce,this._isPointerDown=!1,this._activeRipples=new Set,this._pointerUpEventsRegistered=!1,pt.isBrowser&&(this._containerElement=(0,d.fI)(be))}fadeInRipple(Oe,ce,be={}){const pt=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),mt=Object.assign(Object.assign({},De),be.animation);be.centered&&(Oe=pt.left+pt.width/2,ce=pt.top+pt.height/2);const Ht=be.radius||function W(Pe,Oe,ce){const be=Math.max(Math.abs(Pe-ce.left),Math.abs(Pe-ce.right)),pt=Math.max(Math.abs(Oe-ce.top),Math.abs(Oe-ce.bottom));return Math.sqrt(be*be+pt*pt)}(Oe,ce,pt),it=Oe-pt.left,Re=ce-pt.top,tt=mt.enterDuration,Xe=document.createElement("div");Xe.classList.add("mat-ripple-element"),Xe.style.left=it-Ht+"px",Xe.style.top=Re-Ht+"px",Xe.style.height=2*Ht+"px",Xe.style.width=2*Ht+"px",null!=be.color&&(Xe.style.backgroundColor=be.color),Xe.style.transitionDuration=`${tt}ms`,this._containerElement.appendChild(Xe),function xe(Pe){window.getComputedStyle(Pe).getPropertyValue("opacity")}(Xe),Xe.style.transform="scale(1)";const Se=new V(this,Xe,be);return Se.state=0,this._activeRipples.add(Se),be.persistent||(this._mostRecentTransientRipple=Se),this._runTimeoutOutsideZone(()=>{const Ge=Se===this._mostRecentTransientRipple;Se.state=1,!be.persistent&&(!Ge||!this._isPointerDown)&&Se.fadeOut()},tt),Se}fadeOutRipple(Oe){const ce=this._activeRipples.delete(Oe);if(Oe===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),this._activeRipples.size||(this._containerRect=null),!ce)return;const be=Oe.element,pt=Object.assign(Object.assign({},De),Oe.config.animation);be.style.transitionDuration=`${pt.exitDuration}ms`,be.style.opacity="0",Oe.state=2,this._runTimeoutOutsideZone(()=>{Oe.state=3,be.remove()},pt.exitDuration)}fadeOutAll(){this._activeRipples.forEach(Oe=>Oe.fadeOut())}fadeOutAllNonPersistent(){this._activeRipples.forEach(Oe=>{Oe.config.persistent||Oe.fadeOut()})}setupTriggerEvents(Oe){const ce=(0,d.fI)(Oe);!ce||ce===this._triggerElement||(this._removeTriggerEvents(),this._triggerElement=ce,this._registerEvents(Ae))}handleEvent(Oe){"mousedown"===Oe.type?this._onMousedown(Oe):"touchstart"===Oe.type?this._onTouchStart(Oe):this._onPointerUp(),this._pointerUpEventsRegistered||(this._registerEvents(le),this._pointerUpEventsRegistered=!0)}_onMousedown(Oe){const ce=(0,b.X6)(Oe),be=this._lastTouchStartEvent&&Date.now(){!Oe.config.persistent&&(1===Oe.state||Oe.config.terminateOnPointerUp&&0===Oe.state)&&Oe.fadeOut()}))}_runTimeoutOutsideZone(Oe,ce=0){this._ngZone.runOutsideAngular(()=>setTimeout(Oe,ce))}_registerEvents(Oe){this._ngZone.runOutsideAngular(()=>{Oe.forEach(ce=>{this._triggerElement.addEventListener(ce,this,Ie)})})}_removeTriggerEvents(){this._triggerElement&&(Ae.forEach(Oe=>{this._triggerElement.removeEventListener(Oe,this,Ie)}),this._pointerUpEventsRegistered&&le.forEach(Oe=>{this._triggerElement.removeEventListener(Oe,this,Ie)}))}}const ee=new t.OlP("mat-ripple-global-options");let ue=(()=>{class Pe{constructor(ce,be,pt,mt,Ht){this._elementRef=ce,this._animationMode=Ht,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=mt||{},this._rippleRenderer=new Te(this,be,ce,pt)}get disabled(){return this._disabled}set disabled(ce){ce&&this.fadeOutAllNonPersistent(),this._disabled=ce,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(ce){this._trigger=ce,this._setupTriggerEventsIfEnabled()}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}fadeOutAllNonPersistent(){this._rippleRenderer.fadeOutAllNonPersistent()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:Object.assign(Object.assign(Object.assign({},this._globalOptions.animation),"NoopAnimations"===this._animationMode?{enterDuration:0,exitDuration:0}:{}),this.animation),terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(ce,be=0,pt){return"number"==typeof ce?this._rippleRenderer.fadeInRipple(ce,be,Object.assign(Object.assign({},this.rippleConfig),pt)):this._rippleRenderer.fadeInRipple(0,0,Object.assign(Object.assign({},this.rippleConfig),ce))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.Y36(t.SBq),t.Y36(t.R0b),t.Y36(a.t4),t.Y36(ee,8),t.Y36(w.Qb,8))},Pe.\u0275dir=t.lG2({type:Pe,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(ce,be){2&ce&&t.ekj("mat-ripple-unbounded",be.unbounded)},inputs:{color:["matRippleColor","color"],unbounded:["matRippleUnbounded","unbounded"],centered:["matRippleCentered","centered"],radius:["matRippleRadius","radius"],animation:["matRippleAnimation","animation"],disabled:["matRippleDisabled","disabled"],trigger:["matRippleTrigger","trigger"]},exportAs:["matRipple"]}),Pe})(),Ce=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[ie],ie]}),Pe})(),Le=(()=>{class Pe{constructor(ce){this._animationMode=ce,this.state="unchecked",this.disabled=!1}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.Y36(w.Qb,8))},Pe.\u0275cmp=t.Xpm({type:Pe,selectors:[["mat-pseudo-checkbox"]],hostAttrs:[1,"mat-pseudo-checkbox"],hostVars:8,hostBindings:function(ce,be){2&ce&&t.ekj("mat-pseudo-checkbox-indeterminate","indeterminate"===be.state)("mat-pseudo-checkbox-checked","checked"===be.state)("mat-pseudo-checkbox-disabled",be.disabled)("_mat-animation-noopable","NoopAnimations"===be._animationMode)},inputs:{state:"state",disabled:"disabled"},decls:0,vars:0,template:function(ce,be){},styles:['.mat-pseudo-checkbox{width:16px;height:16px;border:2px solid;border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{border-color:transparent}._mat-animation-noopable.mat-pseudo-checkbox{transition:none;animation:none}._mat-animation-noopable.mat-pseudo-checkbox::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{top:5px;left:1px;width:10px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{top:2.4px;left:1px;width:8px;height:3px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}\n'],encapsulation:2,changeDetection:0}),Pe})(),ut=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[ie]]}),Pe})();const ht=new t.OlP("MAT_OPTION_PARENT_COMPONENT"),Gt=new t.OlP("MatOptgroup");let xt=0;class Nt{constructor(Oe,ce=!1){this.source=Oe,this.isUserInput=ce}}let Ct=(()=>{class Pe{constructor(ce,be,pt,mt){this._element=ce,this._changeDetectorRef=be,this._parent=pt,this.group=mt,this._selected=!1,this._active=!1,this._disabled=!1,this._mostRecentViewValue="",this.id="mat-option-"+xt++,this.onSelectionChange=new t.vpe,this._stateChanges=new N.x}get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}get disabled(){return this.group&&this.group.disabled||this._disabled}set disabled(ce){this._disabled=(0,d.Ig)(ce)}get disableRipple(){return!(!this._parent||!this._parent.disableRipple)}get active(){return this._active}get viewValue(){return(this._getHostElement().textContent||"").trim()}select(){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}deselect(){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}focus(ce,be){const pt=this._getHostElement();"function"==typeof pt.focus&&pt.focus(be)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(ce){(ce.keyCode===D.K5||ce.keyCode===D.L_)&&!(0,D.Vb)(ce)&&(this._selectViaInteraction(),ce.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getAriaSelected(){return this.selected||!this.multiple&&null}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const ce=this.viewValue;ce!==this._mostRecentViewValue&&(this._mostRecentViewValue=ce,this._stateChanges.next())}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(ce=!1){this.onSelectionChange.emit(new Nt(this,ce))}}return Pe.\u0275fac=function(ce){t.$Z()},Pe.\u0275dir=t.lG2({type:Pe,inputs:{value:"value",id:"id",disabled:"disabled"},outputs:{onSelectionChange:"onSelectionChange"}}),Pe})(),et=(()=>{class Pe extends Ct{constructor(ce,be,pt,mt){super(ce,be,pt,mt)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.Y36(t.SBq),t.Y36(t.sBO),t.Y36(ht,8),t.Y36(Gt,8))},Pe.\u0275cmp=t.Xpm({type:Pe,selectors:[["mat-option"]],hostAttrs:["role","option",1,"mat-option","mat-focus-indicator"],hostVars:12,hostBindings:function(ce,be){1&ce&&t.NdJ("click",function(){return be._selectViaInteraction()})("keydown",function(mt){return be._handleKeydown(mt)}),2&ce&&(t.Ikx("id",be.id),t.uIk("tabindex",be._getTabIndex())("aria-selected",be._getAriaSelected())("aria-disabled",be.disabled.toString()),t.ekj("mat-selected",be.selected)("mat-option-multiple",be.multiple)("mat-active",be.active)("mat-option-disabled",be.disabled))},exportAs:["matOption"],features:[t.qOj],ngContentSelectors:Z,decls:5,vars:4,consts:[["class","mat-option-pseudo-checkbox",3,"state","disabled",4,"ngIf"],[1,"mat-option-text"],["class","cdk-visually-hidden",4,"ngIf"],["mat-ripple","",1,"mat-option-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-option-pseudo-checkbox",3,"state","disabled"],[1,"cdk-visually-hidden"]],template:function(ce,be){1&ce&&(t.F$t(),t.YNc(0,S,1,2,"mat-pseudo-checkbox",0),t.TgZ(1,"span",1),t.Hsn(2),t.qZA(),t.YNc(3,U,2,1,"span",2),t._UZ(4,"div",3)),2&ce&&(t.Q6J("ngIf",be.multiple),t.xp6(3),t.Q6J("ngIf",be.group&&be.group._inert),t.xp6(1),t.Q6J("matRippleTrigger",be._getHostElement())("matRippleDisabled",be.disabled||be.disableRipple))},directives:[Le,M.O5,ue],styles:[".mat-option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative;cursor:pointer;outline:none;display:flex;flex-direction:row;max-width:100%;box-sizing:border-box;align-items:center;-webkit-tap-highlight-color:transparent}.mat-option[disabled]{cursor:default}[dir=rtl] .mat-option{text-align:right}.mat-option .mat-icon{margin-right:16px;vertical-align:middle}.mat-option .mat-icon svg{vertical-align:top}[dir=rtl] .mat-option .mat-icon{margin-left:16px;margin-right:0}.mat-option[aria-disabled=true]{-webkit-user-select:none;user-select:none;cursor:default}.mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:32px}[dir=rtl] .mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:16px;padding-right:32px}.cdk-high-contrast-active .mat-option{margin:0 1px}.cdk-high-contrast-active .mat-option.mat-active{border:solid 1px currentColor;margin:0}.cdk-high-contrast-active .mat-option[aria-disabled=true]{opacity:.5}.mat-option-text{display:inline-block;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.mat-option .mat-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-option-pseudo-checkbox{margin-right:8px}[dir=rtl] .mat-option-pseudo-checkbox{margin-left:8px;margin-right:0}\n"],encapsulation:2,changeDetection:0}),Pe})();function yt(Pe,Oe,ce){if(ce.length){let be=Oe.toArray(),pt=ce.toArray(),mt=0;for(let Ht=0;Htce+be?Math.max(0,Pe-be+Oe):ce}let Yt=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[Ce,M.ez,ie,ut]]}),Pe})()},6856:(Ve,j,p)=>{"use strict";p.d(j,{FA:()=>pe,Mq:()=>Re,hl:()=>st,nW:()=>gi});var t=p(5664),e=p(9776),f=p(7429),M=p(9808),a=p(5e3),b=p(7423),d=p(5303),N=p(508),h=p(7579),A=p(727),w=p(6451),D=p(9646),L=p(1159),k=p(5698),S=p(8675),U=p(9300),Z=p(226),Y=p(3191),ne=p(925),$=p(1777),de=p(3075),te=p(7322),ie=p(7531);const oe=["mat-calendar-body",""];function X(je,_t){if(1&je&&(a.TgZ(0,"tr",2)(1,"td",3),a._uU(2),a.qZA()()),2&je){const re=a.oxw();a.xp6(1),a.Udp("padding-top",re._cellPadding)("padding-bottom",re._cellPadding),a.uIk("colspan",re.numCols),a.xp6(1),a.hij(" ",re.label," ")}}function me(je,_t){if(1&je&&(a.TgZ(0,"td",3),a._uU(1),a.qZA()),2&je){const re=a.oxw(2);a.Udp("padding-top",re._cellPadding)("padding-bottom",re._cellPadding),a.uIk("colspan",re._firstRowOffset),a.xp6(1),a.hij(" ",re._firstRowOffset>=re.labelMinRequiredCells?re.label:""," ")}}function y(je,_t){if(1&je){const re=a.EpF();a.TgZ(0,"td",7)(1,"button",8),a.NdJ("click",function(Mt){const bi=a.CHM(re).$implicit;return a.oxw(2)._cellClicked(bi,Mt)}),a.TgZ(2,"div",9),a._uU(3),a.qZA(),a._UZ(4,"div",10),a.qZA()()}if(2&je){const re=_t.$implicit,qe=_t.index,Mt=a.oxw().index,zt=a.oxw();a.Udp("width",zt._cellWidth)("padding-top",zt._cellPadding)("padding-bottom",zt._cellPadding),a.uIk("data-mat-row",Mt)("data-mat-col",qe),a.xp6(1),a.ekj("mat-calendar-body-disabled",!re.enabled)("mat-calendar-body-active",zt._isActiveCell(Mt,qe))("mat-calendar-body-range-start",zt._isRangeStart(re.compareValue))("mat-calendar-body-range-end",zt._isRangeEnd(re.compareValue))("mat-calendar-body-in-range",zt._isInRange(re.compareValue))("mat-calendar-body-comparison-bridge-start",zt._isComparisonBridgeStart(re.compareValue,Mt,qe))("mat-calendar-body-comparison-bridge-end",zt._isComparisonBridgeEnd(re.compareValue,Mt,qe))("mat-calendar-body-comparison-start",zt._isComparisonStart(re.compareValue))("mat-calendar-body-comparison-end",zt._isComparisonEnd(re.compareValue))("mat-calendar-body-in-comparison-range",zt._isInComparisonRange(re.compareValue))("mat-calendar-body-preview-start",zt._isPreviewStart(re.compareValue))("mat-calendar-body-preview-end",zt._isPreviewEnd(re.compareValue))("mat-calendar-body-in-preview",zt._isInPreview(re.compareValue)),a.Q6J("ngClass",re.cssClasses)("tabindex",zt._isActiveCell(Mt,qe)?0:-1),a.uIk("aria-label",re.ariaLabel)("aria-disabled",!re.enabled||null)("aria-pressed",zt._isSelected(re.compareValue))("aria-current",zt.todayValue===re.compareValue?"date":null),a.xp6(1),a.ekj("mat-calendar-body-selected",zt._isSelected(re.compareValue))("mat-calendar-body-comparison-identical",zt._isComparisonIdentical(re.compareValue))("mat-calendar-body-today",zt.todayValue===re.compareValue),a.xp6(1),a.hij(" ",re.displayValue," ")}}function i(je,_t){if(1&je&&(a.TgZ(0,"tr",4),a.YNc(1,me,2,6,"td",5),a.YNc(2,y,5,47,"td",6),a.qZA()),2&je){const re=_t.$implicit,qe=_t.index,Mt=a.oxw();a.xp6(1),a.Q6J("ngIf",0===qe&&Mt._firstRowOffset),a.xp6(1),a.Q6J("ngForOf",re)}}function r(je,_t){if(1&je&&(a.TgZ(0,"th",5)(1,"span",6),a._uU(2),a.qZA(),a.TgZ(3,"span",7),a._uU(4),a.qZA()()),2&je){const re=_t.$implicit;a.xp6(2),a.Oqu(re.long),a.xp6(2),a.Oqu(re.narrow)}}const u=["*"];function c(je,_t){}function _(je,_t){if(1&je){const re=a.EpF();a.TgZ(0,"mat-month-view",5),a.NdJ("activeDateChange",function(Mt){return a.CHM(re),a.oxw().activeDate=Mt})("_userSelection",function(Mt){return a.CHM(re),a.oxw()._dateSelected(Mt)}),a.qZA()}if(2&je){const re=a.oxw();a.Q6J("activeDate",re.activeDate)("selected",re.selected)("dateFilter",re.dateFilter)("maxDate",re.maxDate)("minDate",re.minDate)("dateClass",re.dateClass)("comparisonStart",re.comparisonStart)("comparisonEnd",re.comparisonEnd)}}function E(je,_t){if(1&je){const re=a.EpF();a.TgZ(0,"mat-year-view",6),a.NdJ("activeDateChange",function(Mt){return a.CHM(re),a.oxw().activeDate=Mt})("monthSelected",function(Mt){return a.CHM(re),a.oxw()._monthSelectedInYearView(Mt)})("selectedChange",function(Mt){return a.CHM(re),a.oxw()._goToDateInView(Mt,"month")}),a.qZA()}if(2&je){const re=a.oxw();a.Q6J("activeDate",re.activeDate)("selected",re.selected)("dateFilter",re.dateFilter)("maxDate",re.maxDate)("minDate",re.minDate)("dateClass",re.dateClass)}}function I(je,_t){if(1&je){const re=a.EpF();a.TgZ(0,"mat-multi-year-view",7),a.NdJ("activeDateChange",function(Mt){return a.CHM(re),a.oxw().activeDate=Mt})("yearSelected",function(Mt){return a.CHM(re),a.oxw()._yearSelectedInMultiYearView(Mt)})("selectedChange",function(Mt){return a.CHM(re),a.oxw()._goToDateInView(Mt,"year")}),a.qZA()}if(2&je){const re=a.oxw();a.Q6J("activeDate",re.activeDate)("selected",re.selected)("dateFilter",re.dateFilter)("maxDate",re.maxDate)("minDate",re.minDate)("dateClass",re.dateClass)}}function v(je,_t){}const n=["button"];function C(je,_t){1&je&&(a.O4$(),a.TgZ(0,"svg",3),a._UZ(1,"path",4),a.qZA())}const B=[[["","matDatepickerToggleIcon",""]]],P=["[matDatepickerToggleIcon]"];class Ne{constructor(_t,re,qe,Mt,zt={},bi=_t,Ei){this.value=_t,this.displayValue=re,this.ariaLabel=qe,this.enabled=Mt,this.cssClasses=zt,this.compareValue=bi,this.rawValue=Ei}}let we=(()=>{class je{constructor(re,qe){this._elementRef=re,this._ngZone=qe,this.numCols=7,this.activeCell=0,this.isRange=!1,this.cellAspectRatio=1,this.previewStart=null,this.previewEnd=null,this.selectedValueChange=new a.vpe,this.previewChange=new a.vpe,this._enterHandler=Mt=>{if(this._skipNextFocus&&"focus"===Mt.type)this._skipNextFocus=!1;else if(Mt.target&&this.isRange){const zt=this._getCellFromElement(Mt.target);zt&&this._ngZone.run(()=>this.previewChange.emit({value:zt.enabled?zt:null,event:Mt}))}},this._leaveHandler=Mt=>{null!==this.previewEnd&&this.isRange&&Mt.target&&this._getCellFromElement(Mt.target)&&this._ngZone.run(()=>this.previewChange.emit({value:null,event:Mt}))},qe.runOutsideAngular(()=>{const Mt=re.nativeElement;Mt.addEventListener("mouseenter",this._enterHandler,!0),Mt.addEventListener("focus",this._enterHandler,!0),Mt.addEventListener("mouseleave",this._leaveHandler,!0),Mt.addEventListener("blur",this._leaveHandler,!0)})}_cellClicked(re,qe){re.enabled&&this.selectedValueChange.emit({value:re.value,event:qe})}_isSelected(re){return this.startValue===re||this.endValue===re}ngOnChanges(re){const qe=re.numCols,{rows:Mt,numCols:zt}=this;(re.rows||qe)&&(this._firstRowOffset=Mt&&Mt.length&&Mt[0].length?zt-Mt[0].length:0),(re.cellAspectRatio||qe||!this._cellPadding)&&(this._cellPadding=50*this.cellAspectRatio/zt+"%"),(qe||!this._cellWidth)&&(this._cellWidth=100/zt+"%")}ngOnDestroy(){const re=this._elementRef.nativeElement;re.removeEventListener("mouseenter",this._enterHandler,!0),re.removeEventListener("focus",this._enterHandler,!0),re.removeEventListener("mouseleave",this._leaveHandler,!0),re.removeEventListener("blur",this._leaveHandler,!0)}_isActiveCell(re,qe){let Mt=re*this.numCols+qe;return re&&(Mt-=this._firstRowOffset),Mt==this.activeCell}_focusActiveCell(re=!0){this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,k.q)(1)).subscribe(()=>{setTimeout(()=>{const qe=this._elementRef.nativeElement.querySelector(".mat-calendar-body-active");qe&&(re||(this._skipNextFocus=!0),qe.focus())})})})}_isRangeStart(re){return Ue(re,this.startValue,this.endValue)}_isRangeEnd(re){return ye(re,this.startValue,this.endValue)}_isInRange(re){return V(re,this.startValue,this.endValue,this.isRange)}_isComparisonStart(re){return Ue(re,this.comparisonStart,this.comparisonEnd)}_isComparisonBridgeStart(re,qe,Mt){if(!this._isComparisonStart(re)||this._isRangeStart(re)||!this._isInRange(re))return!1;let zt=this.rows[qe][Mt-1];if(!zt){const bi=this.rows[qe-1];zt=bi&&bi[bi.length-1]}return zt&&!this._isRangeEnd(zt.compareValue)}_isComparisonBridgeEnd(re,qe,Mt){if(!this._isComparisonEnd(re)||this._isRangeEnd(re)||!this._isInRange(re))return!1;let zt=this.rows[qe][Mt+1];if(!zt){const bi=this.rows[qe+1];zt=bi&&bi[0]}return zt&&!this._isRangeStart(zt.compareValue)}_isComparisonEnd(re){return ye(re,this.comparisonStart,this.comparisonEnd)}_isInComparisonRange(re){return V(re,this.comparisonStart,this.comparisonEnd,this.isRange)}_isComparisonIdentical(re){return this.comparisonStart===this.comparisonEnd&&re===this.comparisonStart}_isPreviewStart(re){return Ue(re,this.previewStart,this.previewEnd)}_isPreviewEnd(re){return ye(re,this.previewStart,this.previewEnd)}_isInPreview(re){return V(re,this.previewStart,this.previewEnd,this.isRange)}_getCellFromElement(re){let qe;if(Q(re)?qe=re:Q(re.parentNode)&&(qe=re.parentNode),qe){const Mt=qe.getAttribute("data-mat-row"),zt=qe.getAttribute("data-mat-col");if(Mt&&zt)return this.rows[parseInt(Mt)][parseInt(zt)]}return null}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.SBq),a.Y36(a.R0b))},je.\u0275cmp=a.Xpm({type:je,selectors:[["","mat-calendar-body",""]],hostAttrs:[1,"mat-calendar-body"],inputs:{label:"label",rows:"rows",todayValue:"todayValue",startValue:"startValue",endValue:"endValue",labelMinRequiredCells:"labelMinRequiredCells",numCols:"numCols",activeCell:"activeCell",isRange:"isRange",cellAspectRatio:"cellAspectRatio",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",previewStart:"previewStart",previewEnd:"previewEnd"},outputs:{selectedValueChange:"selectedValueChange",previewChange:"previewChange"},exportAs:["matCalendarBody"],features:[a.TTD],attrs:oe,decls:2,vars:2,consts:[["aria-hidden","true",4,"ngIf"],["role","row",4,"ngFor","ngForOf"],["aria-hidden","true"],[1,"mat-calendar-body-label"],["role","row"],["class","mat-calendar-body-label",3,"paddingTop","paddingBottom",4,"ngIf"],["role","gridcell","class","mat-calendar-body-cell-container",3,"width","paddingTop","paddingBottom",4,"ngFor","ngForOf"],["role","gridcell",1,"mat-calendar-body-cell-container"],["type","button",1,"mat-calendar-body-cell",3,"ngClass","tabindex","click"],[1,"mat-calendar-body-cell-content","mat-focus-indicator"],["aria-hidden","true",1,"mat-calendar-body-cell-preview"]],template:function(re,qe){1&re&&(a.YNc(0,X,3,6,"tr",0),a.YNc(1,i,3,2,"tr",1)),2&re&&(a.Q6J("ngIf",qe._firstRowOffset.mat-calendar-body-cell-content,.cdk-high-contrast-active .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content{outline:dotted 2px}.cdk-high-contrast-active .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content.mat-calendar-body-selected,.cdk-high-contrast-active .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content.mat-calendar-body-selected{outline:solid 3px}.cdk-high-contrast-active .mat-calendar-body-cell::before,.cdk-high-contrast-active .mat-calendar-body-cell::after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end::before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range::before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:0;border-left:dashed 1px}[dir=rtl] .mat-calendar-body-label{text-align:right}\n'],encapsulation:2,changeDetection:0}),je})();function Q(je){return"TD"===je.nodeName}function Ue(je,_t,re){return null!==re&&_t!==re&&je=_t&&je===re}function V(je,_t,re,qe){return qe&&null!==_t&&null!==re&&_t!==re&&je>=_t&&je<=re}class De{constructor(_t,re){this.start=_t,this.end=re}}let dt=(()=>{class je{constructor(re,qe){this.selection=re,this._adapter=qe,this._selectionChanged=new h.x,this.selectionChanged=this._selectionChanged,this.selection=re}updateSelection(re,qe){const Mt=this.selection;this.selection=re,this._selectionChanged.next({selection:re,source:qe,oldValue:Mt})}ngOnDestroy(){this._selectionChanged.complete()}_isValidDateInstance(re){return this._adapter.isDateInstance(re)&&this._adapter.isValid(re)}}return je.\u0275fac=function(re){a.$Z()},je.\u0275prov=a.Yz7({token:je,factory:je.\u0275fac}),je})(),Ie=(()=>{class je extends dt{constructor(re){super(null,re)}add(re){super.updateSelection(re,this)}isValid(){return null!=this.selection&&this._isValidDateInstance(this.selection)}isComplete(){return null!=this.selection}clone(){const re=new je(this._adapter);return re.updateSelection(this.selection,this),re}}return je.\u0275fac=function(re){return new(re||je)(a.LFG(N._A))},je.\u0275prov=a.Yz7({token:je,factory:je.\u0275fac}),je})();const Te={provide:dt,deps:[[new a.FiY,new a.tp0,dt],N._A],useFactory:function le(je,_t){return je||new Ie(_t)}},ee=new a.OlP("MAT_DATE_RANGE_SELECTION_STRATEGY");let ht=(()=>{class je{constructor(re,qe,Mt,zt,bi){this._changeDetectorRef=re,this._dateFormats=qe,this._dateAdapter=Mt,this._dir=zt,this._rangeStrategy=bi,this._rerenderSubscription=A.w0.EMPTY,this.selectedChange=new a.vpe,this._userSelection=new a.vpe,this.activeDateChange=new a.vpe,this._activeDate=this._dateAdapter.today()}get activeDate(){return this._activeDate}set activeDate(re){const qe=this._activeDate,Mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Mt,this.minDate,this.maxDate),this._hasSameMonthAndYear(qe,this._activeDate)||this._init()}get selected(){return this._selected}set selected(re){this._selected=re instanceof De?re:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re)),this._setRanges(this._selected)}get minDate(){return this._minDate}set minDate(re){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get maxDate(){return this._maxDate}set maxDate(re){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,S.O)(null)).subscribe(()=>this._init())}ngOnChanges(re){const qe=re.comparisonStart||re.comparisonEnd;qe&&!qe.firstChange&&this._setRanges(this.selected)}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_dateSelected(re){const qe=re.value,Mt=this._dateAdapter.getYear(this.activeDate),zt=this._dateAdapter.getMonth(this.activeDate),bi=this._dateAdapter.createDate(Mt,zt,qe);let Ei,$i;this._selected instanceof De?(Ei=this._getDateInCurrentMonth(this._selected.start),$i=this._getDateInCurrentMonth(this._selected.end)):Ei=$i=this._getDateInCurrentMonth(this._selected),(Ei!==qe||$i!==qe)&&this.selectedChange.emit(bi),this._userSelection.emit({value:bi,event:re.event}),this._previewStart=this._previewEnd=null,this._changeDetectorRef.markForCheck()}_handleCalendarBodyKeydown(re){const qe=this._activeDate,Mt=this._isRtl();switch(re.keyCode){case L.oh:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,Mt?1:-1);break;case L.SV:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,Mt?-1:1);break;case L.LH:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,-7);break;case L.JH:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,7);break;case L.Sd:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,1-this._dateAdapter.getDate(this._activeDate));break;case L.uR:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,this._dateAdapter.getNumDaysInMonth(this._activeDate)-this._dateAdapter.getDate(this._activeDate));break;case L.Ku:this.activeDate=re.altKey?this._dateAdapter.addCalendarYears(this._activeDate,-1):this._dateAdapter.addCalendarMonths(this._activeDate,-1);break;case L.VM:this.activeDate=re.altKey?this._dateAdapter.addCalendarYears(this._activeDate,1):this._dateAdapter.addCalendarMonths(this._activeDate,1);break;case L.K5:case L.L_:return this._selectionKeyPressed=!0,void(this._canSelect(this._activeDate)&&re.preventDefault());case L.hY:return void(null!=this._previewEnd&&!(0,L.Vb)(re)&&(this._previewStart=this._previewEnd=null,this.selectedChange.emit(null),this._userSelection.emit({value:null,event:re}),re.preventDefault(),re.stopPropagation()));default:return}this._dateAdapter.compareDate(qe,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCell(),re.preventDefault()}_handleCalendarBodyKeyup(re){(re.keyCode===L.L_||re.keyCode===L.K5)&&(this._selectionKeyPressed&&this._canSelect(this._activeDate)&&this._dateSelected({value:this._dateAdapter.getDate(this._activeDate),event:re}),this._selectionKeyPressed=!1)}_init(){this._setRanges(this.selected),this._todayDate=this._getCellCompareValue(this._dateAdapter.today()),this._monthLabel=this._dateFormats.display.monthLabel?this._dateAdapter.format(this.activeDate,this._dateFormats.display.monthLabel):this._dateAdapter.getMonthNames("short")[this._dateAdapter.getMonth(this.activeDate)].toLocaleUpperCase();let re=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),1);this._firstWeekOffset=(7+this._dateAdapter.getDayOfWeek(re)-this._dateAdapter.getFirstDayOfWeek())%7,this._initWeekdays(),this._createWeekCells(),this._changeDetectorRef.markForCheck()}_focusActiveCell(re){this._matCalendarBody._focusActiveCell(re)}_previewChanged({event:re,value:qe}){if(this._rangeStrategy){const zt=this._rangeStrategy.createPreview(qe?qe.rawValue:null,this.selected,re);this._previewStart=this._getCellCompareValue(zt.start),this._previewEnd=this._getCellCompareValue(zt.end),this._changeDetectorRef.detectChanges()}}_initWeekdays(){const re=this._dateAdapter.getFirstDayOfWeek(),qe=this._dateAdapter.getDayOfWeekNames("narrow");let zt=this._dateAdapter.getDayOfWeekNames("long").map((bi,Ei)=>({long:bi,narrow:qe[Ei]}));this._weekdays=zt.slice(re).concat(zt.slice(0,re))}_createWeekCells(){const re=this._dateAdapter.getNumDaysInMonth(this.activeDate),qe=this._dateAdapter.getDateNames();this._weeks=[[]];for(let Mt=0,zt=this._firstWeekOffset;Mt=0)&&(!this.maxDate||this._dateAdapter.compareDate(re,this.maxDate)<=0)&&(!this.dateFilter||this.dateFilter(re))}_getDateInCurrentMonth(re){return re&&this._hasSameMonthAndYear(re,this.activeDate)?this._dateAdapter.getDate(re):null}_hasSameMonthAndYear(re,qe){return!(!re||!qe||this._dateAdapter.getMonth(re)!=this._dateAdapter.getMonth(qe)||this._dateAdapter.getYear(re)!=this._dateAdapter.getYear(qe))}_getCellCompareValue(re){if(re){const qe=this._dateAdapter.getYear(re),Mt=this._dateAdapter.getMonth(re),zt=this._dateAdapter.getDate(re);return new Date(qe,Mt,zt).getTime()}return null}_isRtl(){return this._dir&&"rtl"===this._dir.value}_setRanges(re){re instanceof De?(this._rangeStart=this._getCellCompareValue(re.start),this._rangeEnd=this._getCellCompareValue(re.end),this._isRange=!0):(this._rangeStart=this._rangeEnd=this._getCellCompareValue(re),this._isRange=!1),this._comparisonRangeStart=this._getCellCompareValue(this.comparisonStart),this._comparisonRangeEnd=this._getCellCompareValue(this.comparisonEnd)}_canSelect(re){return!this.dateFilter||this.dateFilter(re)}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.sBO),a.Y36(N.sG,8),a.Y36(N._A,8),a.Y36(Z.Is,8),a.Y36(ee,8))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-month-view"]],viewQuery:function(re,qe){if(1&re&&a.Gf(we,5),2&re){let Mt;a.iGM(Mt=a.CRH())&&(qe._matCalendarBody=Mt.first)}},inputs:{activeDate:"activeDate",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd"},outputs:{selectedChange:"selectedChange",_userSelection:"_userSelection",activeDateChange:"activeDateChange"},exportAs:["matMonthView"],features:[a.TTD],decls:7,vars:13,consts:[["role","grid",1,"mat-calendar-table"],[1,"mat-calendar-table-header"],["scope","col",4,"ngFor","ngForOf"],["aria-hidden","true","colspan","7",1,"mat-calendar-table-header-divider"],["mat-calendar-body","",3,"label","rows","todayValue","startValue","endValue","comparisonStart","comparisonEnd","previewStart","previewEnd","isRange","labelMinRequiredCells","activeCell","selectedValueChange","previewChange","keyup","keydown"],["scope","col"],[1,"cdk-visually-hidden"],["aria-hidden","true"]],template:function(re,qe){1&re&&(a.TgZ(0,"table",0)(1,"thead",1)(2,"tr"),a.YNc(3,r,5,2,"th",2),a.qZA(),a.TgZ(4,"tr"),a._UZ(5,"th",3),a.qZA()(),a.TgZ(6,"tbody",4),a.NdJ("selectedValueChange",function(zt){return qe._dateSelected(zt)})("previewChange",function(zt){return qe._previewChanged(zt)})("keyup",function(zt){return qe._handleCalendarBodyKeyup(zt)})("keydown",function(zt){return qe._handleCalendarBodyKeydown(zt)}),a.qZA()()),2&re&&(a.xp6(3),a.Q6J("ngForOf",qe._weekdays),a.xp6(3),a.Q6J("label",qe._monthLabel)("rows",qe._weeks)("todayValue",qe._todayDate)("startValue",qe._rangeStart)("endValue",qe._rangeEnd)("comparisonStart",qe._comparisonRangeStart)("comparisonEnd",qe._comparisonRangeEnd)("previewStart",qe._previewStart)("previewEnd",qe._previewEnd)("isRange",qe._isRange)("labelMinRequiredCells",3)("activeCell",qe._dateAdapter.getDate(qe.activeDate)-1))},directives:[we,M.sg],encapsulation:2,changeDetection:0}),je})(),Wt=(()=>{class je{constructor(re,qe,Mt){this._changeDetectorRef=re,this._dateAdapter=qe,this._dir=Mt,this._rerenderSubscription=A.w0.EMPTY,this.selectedChange=new a.vpe,this.yearSelected=new a.vpe,this.activeDateChange=new a.vpe,this._activeDate=this._dateAdapter.today()}get activeDate(){return this._activeDate}set activeDate(re){let qe=this._activeDate;const Mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Mt,this.minDate,this.maxDate),Gt(this._dateAdapter,qe,this._activeDate,this.minDate,this.maxDate)||this._init()}get selected(){return this._selected}set selected(re){this._selected=re instanceof De?re:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re)),this._setSelectedYear(re)}get minDate(){return this._minDate}set minDate(re){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get maxDate(){return this._maxDate}set maxDate(re){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,S.O)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_init(){this._todayYear=this._dateAdapter.getYear(this._dateAdapter.today());const qe=this._dateAdapter.getYear(this._activeDate)-hi(this._dateAdapter,this.activeDate,this.minDate,this.maxDate);this._years=[];for(let Mt=0,zt=[];Mt<24;Mt++)zt.push(qe+Mt),4==zt.length&&(this._years.push(zt.map(bi=>this._createCellForYear(bi))),zt=[]);this._changeDetectorRef.markForCheck()}_yearSelected(re){const qe=re.value;this.yearSelected.emit(this._dateAdapter.createDate(qe,0,1));let Mt=this._dateAdapter.getMonth(this.activeDate),zt=this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(qe,Mt,1));this.selectedChange.emit(this._dateAdapter.createDate(qe,Mt,Math.min(this._dateAdapter.getDate(this.activeDate),zt)))}_handleCalendarBodyKeydown(re){const qe=this._activeDate,Mt=this._isRtl();switch(re.keyCode){case L.oh:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Mt?1:-1);break;case L.SV:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Mt?-1:1);break;case L.LH:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-4);break;case L.JH:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,4);break;case L.Sd:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-hi(this._dateAdapter,this.activeDate,this.minDate,this.maxDate));break;case L.uR:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,24-hi(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)-1);break;case L.Ku:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,re.altKey?-240:-24);break;case L.VM:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,re.altKey?240:24);break;case L.K5:case L.L_:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(qe,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCell(),re.preventDefault()}_handleCalendarBodyKeyup(re){(re.keyCode===L.L_||re.keyCode===L.K5)&&(this._selectionKeyPressed&&this._yearSelected({value:this._dateAdapter.getYear(this._activeDate),event:re}),this._selectionKeyPressed=!1)}_getActiveCell(){return hi(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_createCellForYear(re){const qe=this._dateAdapter.createDate(re,0,1),Mt=this._dateAdapter.getYearName(qe),zt=this.dateClass?this.dateClass(qe,"multi-year"):void 0;return new Ne(re,Mt,Mt,this._shouldEnableYear(re),zt)}_shouldEnableYear(re){if(null==re||this.maxDate&&re>this._dateAdapter.getYear(this.maxDate)||this.minDate&&re{class je{constructor(re,qe,Mt,zt){this._changeDetectorRef=re,this._dateFormats=qe,this._dateAdapter=Mt,this._dir=zt,this._rerenderSubscription=A.w0.EMPTY,this.selectedChange=new a.vpe,this.monthSelected=new a.vpe,this.activeDateChange=new a.vpe,this._activeDate=this._dateAdapter.today()}get activeDate(){return this._activeDate}set activeDate(re){let qe=this._activeDate;const Mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Mt,this.minDate,this.maxDate),this._dateAdapter.getYear(qe)!==this._dateAdapter.getYear(this._activeDate)&&this._init()}get selected(){return this._selected}set selected(re){this._selected=re instanceof De?re:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re)),this._setSelectedMonth(re)}get minDate(){return this._minDate}set minDate(re){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get maxDate(){return this._maxDate}set maxDate(re){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,S.O)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_monthSelected(re){const qe=re.value,Mt=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),qe,1);this.monthSelected.emit(Mt);const zt=this._dateAdapter.getNumDaysInMonth(Mt);this.selectedChange.emit(this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),qe,Math.min(this._dateAdapter.getDate(this.activeDate),zt)))}_handleCalendarBodyKeydown(re){const qe=this._activeDate,Mt=this._isRtl();switch(re.keyCode){case L.oh:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,Mt?1:-1);break;case L.SV:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,Mt?-1:1);break;case L.LH:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-4);break;case L.JH:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,4);break;case L.Sd:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-this._dateAdapter.getMonth(this._activeDate));break;case L.uR:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,11-this._dateAdapter.getMonth(this._activeDate));break;case L.Ku:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,re.altKey?-10:-1);break;case L.VM:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,re.altKey?10:1);break;case L.K5:case L.L_:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(qe,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCell(),re.preventDefault()}_handleCalendarBodyKeyup(re){(re.keyCode===L.L_||re.keyCode===L.K5)&&(this._selectionKeyPressed&&this._monthSelected({value:this._dateAdapter.getMonth(this._activeDate),event:re}),this._selectionKeyPressed=!1)}_init(){this._setSelectedMonth(this.selected),this._todayMonth=this._getMonthInCurrentYear(this._dateAdapter.today()),this._yearLabel=this._dateAdapter.getYearName(this.activeDate);let re=this._dateAdapter.getMonthNames("short");this._months=[[0,1,2,3],[4,5,6,7],[8,9,10,11]].map(qe=>qe.map(Mt=>this._createCellForMonth(Mt,re[Mt]))),this._changeDetectorRef.markForCheck()}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_getMonthInCurrentYear(re){return re&&this._dateAdapter.getYear(re)==this._dateAdapter.getYear(this.activeDate)?this._dateAdapter.getMonth(re):null}_createCellForMonth(re,qe){const Mt=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),re,1),zt=this._dateAdapter.format(Mt,this._dateFormats.display.monthYearA11yLabel),bi=this.dateClass?this.dateClass(Mt,"year"):void 0;return new Ne(re,qe.toLocaleUpperCase(),zt,this._shouldEnableMonth(re),bi)}_shouldEnableMonth(re){const qe=this._dateAdapter.getYear(this.activeDate);if(null==re||this._isYearAndMonthAfterMaxDate(qe,re)||this._isYearAndMonthBeforeMinDate(qe,re))return!1;if(!this.dateFilter)return!0;for(let zt=this._dateAdapter.createDate(qe,re,1);this._dateAdapter.getMonth(zt)==re;zt=this._dateAdapter.addCalendarDays(zt,1))if(this.dateFilter(zt))return!0;return!1}_isYearAndMonthAfterMaxDate(re,qe){if(this.maxDate){const Mt=this._dateAdapter.getYear(this.maxDate),zt=this._dateAdapter.getMonth(this.maxDate);return re>Mt||re===Mt&&qe>zt}return!1}_isYearAndMonthBeforeMinDate(re,qe){if(this.minDate){const Mt=this._dateAdapter.getYear(this.minDate),zt=this._dateAdapter.getMonth(this.minDate);return re{class je{constructor(){this.changes=new h.x,this.calendarLabel="Calendar",this.openCalendarLabel="Open calendar",this.closeCalendarLabel="Close calendar",this.prevMonthLabel="Previous month",this.nextMonthLabel="Next month",this.prevYearLabel="Previous year",this.nextYearLabel="Next year",this.prevMultiYearLabel="Previous 24 years",this.nextMultiYearLabel="Next 24 years",this.switchToMonthViewLabel="Choose date",this.switchToMultiYearViewLabel="Choose month and year"}formatYearRange(re,qe){return`${re} \u2013 ${qe}`}}return je.\u0275fac=function(re){return new(re||je)},je.\u0275prov=a.Yz7({token:je,factory:je.\u0275fac,providedIn:"root"}),je})(),yt=0,ei=(()=>{class je{constructor(re,qe,Mt,zt,bi){this._intl=re,this.calendar=qe,this._dateAdapter=Mt,this._dateFormats=zt,this._buttonDescriptionId="mat-calendar-button-"+yt++,this.calendar.stateChanges.subscribe(()=>bi.markForCheck())}get periodButtonText(){if("month"==this.calendar.currentView)return this._dateAdapter.format(this.calendar.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase();if("year"==this.calendar.currentView)return this._dateAdapter.getYearName(this.calendar.activeDate);const qe=this._dateAdapter.getYear(this.calendar.activeDate)-hi(this._dateAdapter,this.calendar.activeDate,this.calendar.minDate,this.calendar.maxDate),Mt=qe+24-1,zt=this._dateAdapter.getYearName(this._dateAdapter.createDate(qe,0,1)),bi=this._dateAdapter.getYearName(this._dateAdapter.createDate(Mt,0,1));return this._intl.formatYearRange(zt,bi)}get periodButtonLabel(){return"month"==this.calendar.currentView?this._intl.switchToMultiYearViewLabel:this._intl.switchToMonthViewLabel}get prevButtonLabel(){return{month:this._intl.prevMonthLabel,year:this._intl.prevYearLabel,"multi-year":this._intl.prevMultiYearLabel}[this.calendar.currentView]}get nextButtonLabel(){return{month:this._intl.nextMonthLabel,year:this._intl.nextYearLabel,"multi-year":this._intl.nextMultiYearLabel}[this.calendar.currentView]}currentPeriodClicked(){this.calendar.currentView="month"==this.calendar.currentView?"multi-year":"month"}previousClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,-1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?-1:-24)}nextClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?1:24)}previousEnabled(){return!this.calendar.minDate||!this.calendar.minDate||!this._isSameView(this.calendar.activeDate,this.calendar.minDate)}nextEnabled(){return!this.calendar.maxDate||!this._isSameView(this.calendar.activeDate,this.calendar.maxDate)}_isSameView(re,qe){return"month"==this.calendar.currentView?this._dateAdapter.getYear(re)==this._dateAdapter.getYear(qe)&&this._dateAdapter.getMonth(re)==this._dateAdapter.getMonth(qe):"year"==this.calendar.currentView?this._dateAdapter.getYear(re)==this._dateAdapter.getYear(qe):Gt(this._dateAdapter,re,qe,this.calendar.minDate,this.calendar.maxDate)}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(et),a.Y36((0,a.Gpc)(()=>Yt)),a.Y36(N._A,8),a.Y36(N.sG,8),a.Y36(a.sBO))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-calendar-header"]],exportAs:["matCalendarHeader"],ngContentSelectors:u,decls:11,vars:10,consts:[[1,"mat-calendar-header"],[1,"mat-calendar-controls"],["mat-button","","type","button","aria-live","polite",1,"mat-calendar-period-button",3,"click"],["viewBox","0 0 10 5","focusable","false",1,"mat-calendar-arrow"],["points","0,0 5,5 10,0"],[1,"mat-calendar-spacer"],["mat-icon-button","","type","button",1,"mat-calendar-previous-button",3,"disabled","click"],["mat-icon-button","","type","button",1,"mat-calendar-next-button",3,"disabled","click"]],template:function(re,qe){1&re&&(a.F$t(),a.TgZ(0,"div",0)(1,"div",1)(2,"button",2),a.NdJ("click",function(){return qe.currentPeriodClicked()}),a.TgZ(3,"span"),a._uU(4),a.qZA(),a.O4$(),a.TgZ(5,"svg",3),a._UZ(6,"polygon",4),a.qZA()(),a.kcU(),a._UZ(7,"div",5),a.Hsn(8),a.TgZ(9,"button",6),a.NdJ("click",function(){return qe.previousClicked()}),a.qZA(),a.TgZ(10,"button",7),a.NdJ("click",function(){return qe.nextClicked()}),a.qZA()()()),2&re&&(a.xp6(2),a.uIk("aria-label",qe.periodButtonLabel)("aria-describedby",qe._buttonDescriptionId),a.xp6(1),a.uIk("id",qe._buttonDescriptionId),a.xp6(1),a.Oqu(qe.periodButtonText),a.xp6(1),a.ekj("mat-calendar-invert","month"!==qe.calendar.currentView),a.xp6(4),a.Q6J("disabled",!qe.previousEnabled()),a.uIk("aria-label",qe.prevButtonLabel),a.xp6(1),a.Q6J("disabled",!qe.nextEnabled()),a.uIk("aria-label",qe.nextButtonLabel))},directives:[b.lW],encapsulation:2,changeDetection:0}),je})(),Yt=(()=>{class je{constructor(re,qe,Mt,zt){this._dateAdapter=qe,this._dateFormats=Mt,this._changeDetectorRef=zt,this._moveFocusOnNextTick=!1,this.startView="month",this.selectedChange=new a.vpe,this.yearSelected=new a.vpe,this.monthSelected=new a.vpe,this.viewChanged=new a.vpe(!0),this._userSelection=new a.vpe,this.stateChanges=new h.x,this._intlChanges=re.changes.subscribe(()=>{zt.markForCheck(),this.stateChanges.next()})}get startAt(){return this._startAt}set startAt(re){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get selected(){return this._selected}set selected(re){this._selected=re instanceof De?re:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get minDate(){return this._minDate}set minDate(re){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get maxDate(){return this._maxDate}set maxDate(re){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get activeDate(){return this._clampedActiveDate}set activeDate(re){this._clampedActiveDate=this._dateAdapter.clampDate(re,this.minDate,this.maxDate),this.stateChanges.next(),this._changeDetectorRef.markForCheck()}get currentView(){return this._currentView}set currentView(re){const qe=this._currentView!==re?re:null;this._currentView=re,this._moveFocusOnNextTick=!0,this._changeDetectorRef.markForCheck(),qe&&this.viewChanged.emit(qe)}ngAfterContentInit(){this._calendarHeaderPortal=new f.C5(this.headerComponent||ei),this.activeDate=this.startAt||this._dateAdapter.today(),this._currentView=this.startView}ngAfterViewChecked(){this._moveFocusOnNextTick&&(this._moveFocusOnNextTick=!1,this.focusActiveCell())}ngOnDestroy(){this._intlChanges.unsubscribe(),this.stateChanges.complete()}ngOnChanges(re){const qe=re.minDate&&!this._dateAdapter.sameDate(re.minDate.previousValue,re.minDate.currentValue)?re.minDate:void 0,Mt=re.maxDate&&!this._dateAdapter.sameDate(re.maxDate.previousValue,re.maxDate.currentValue)?re.maxDate:void 0,zt=qe||Mt||re.dateFilter;if(zt&&!zt.firstChange){const bi=this._getCurrentViewComponent();bi&&(this._changeDetectorRef.detectChanges(),bi._init())}this.stateChanges.next()}focusActiveCell(){this._getCurrentViewComponent()._focusActiveCell(!1)}updateTodaysDate(){this._getCurrentViewComponent()._init()}_dateSelected(re){const qe=re.value;(this.selected instanceof De||qe&&!this._dateAdapter.sameDate(qe,this.selected))&&this.selectedChange.emit(qe),this._userSelection.emit(re)}_yearSelectedInMultiYearView(re){this.yearSelected.emit(re)}_monthSelectedInYearView(re){this.monthSelected.emit(re)}_goToDateInView(re,qe){this.activeDate=re,this.currentView=qe}_getCurrentViewComponent(){return this.monthView||this.yearView||this.multiYearView}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(et),a.Y36(N._A,8),a.Y36(N.sG,8),a.Y36(a.sBO))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-calendar"]],viewQuery:function(re,qe){if(1&re&&(a.Gf(ht,5),a.Gf(Ct,5),a.Gf(Wt,5)),2&re){let Mt;a.iGM(Mt=a.CRH())&&(qe.monthView=Mt.first),a.iGM(Mt=a.CRH())&&(qe.yearView=Mt.first),a.iGM(Mt=a.CRH())&&(qe.multiYearView=Mt.first)}},hostAttrs:[1,"mat-calendar"],inputs:{headerComponent:"headerComponent",startAt:"startAt",startView:"startView",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd"},outputs:{selectedChange:"selectedChange",yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",_userSelection:"_userSelection"},exportAs:["matCalendar"],features:[a._Bn([Te]),a.TTD],decls:5,vars:5,consts:[[3,"cdkPortalOutlet"],["cdkMonitorSubtreeFocus","","tabindex","-1",1,"mat-calendar-content",3,"ngSwitch"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","activeDateChange","_userSelection",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","monthSelected","selectedChange",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","yearSelected","selectedChange",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","activeDateChange","_userSelection"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","monthSelected","selectedChange"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","yearSelected","selectedChange"]],template:function(re,qe){1&re&&(a.YNc(0,c,0,0,"ng-template",0),a.TgZ(1,"div",1),a.YNc(2,_,1,8,"mat-month-view",2),a.YNc(3,E,1,6,"mat-year-view",3),a.YNc(4,I,1,6,"mat-multi-year-view",4),a.qZA()),2&re&&(a.Q6J("cdkPortalOutlet",qe._calendarHeaderPortal),a.xp6(1),a.Q6J("ngSwitch",qe.currentView),a.xp6(1),a.Q6J("ngSwitchCase","month"),a.xp6(1),a.Q6J("ngSwitchCase","year"),a.xp6(1),a.Q6J("ngSwitchCase","multi-year"))},directives:[ht,Ct,Wt,f.Pl,t.kH,M.RF,M.n9],styles:['.mat-calendar{display:block}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:none}.mat-calendar-controls{display:flex;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-controls .mat-icon-button:hover .mat-button-focus-overlay{opacity:.04}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-calendar-previous-button::after,.mat-calendar-next-button::after{top:0;left:0;right:0;bottom:0;position:absolute;content:"";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button::after{border-left-width:2px;transform:translateX(2px) rotate(-45deg)}.mat-calendar-next-button::after{border-right-width:2px;transform:translateX(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px 0}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider::after{content:"";position:absolute;top:0;left:-8px;right:-8px;height:1px}\n'],encapsulation:2,changeDetection:0}),je})();const Pe={transformPanel:(0,$.X$)("transformPanel",[(0,$.eR)("void => enter-dropdown",(0,$.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,$.F4)([(0,$.oB)({opacity:0,transform:"scale(1, 0.8)"}),(0,$.oB)({opacity:1,transform:"scale(1, 1)"})]))),(0,$.eR)("void => enter-dialog",(0,$.jt)("150ms cubic-bezier(0, 0, 0.2, 1)",(0,$.F4)([(0,$.oB)({opacity:0,transform:"scale(0.7)"}),(0,$.oB)({transform:"none",opacity:1})]))),(0,$.eR)("* => void",(0,$.jt)("100ms linear",(0,$.oB)({opacity:0})))]),fadeInCalendar:(0,$.X$)("fadeInCalendar",[(0,$.SB)("void",(0,$.oB)({opacity:0})),(0,$.SB)("enter",(0,$.oB)({opacity:1})),(0,$.eR)("void => *",(0,$.jt)("120ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)"))])};let Oe=0;const ce=new a.OlP("mat-datepicker-scroll-strategy"),pt={provide:ce,deps:[e.aV],useFactory:function be(je){return()=>je.scrollStrategies.reposition()}},mt=(0,N.pj)(class{constructor(je){this._elementRef=je}});let Ht=(()=>{class je extends mt{constructor(re,qe,Mt,zt,bi,Ei){super(re),this._changeDetectorRef=qe,this._globalModel=Mt,this._dateAdapter=zt,this._rangeSelectionStrategy=bi,this._subscriptions=new A.w0,this._animationDone=new h.x,this._actionsPortal=null,this._closeButtonText=Ei.closeCalendarLabel}ngOnInit(){this._model=this._actionsPortal?this._globalModel.clone():this._globalModel,this._animationState=this.datepicker.touchUi?"enter-dialog":"enter-dropdown"}ngAfterViewInit(){this._subscriptions.add(this.datepicker.stateChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})),this._calendar.focusActiveCell()}ngOnDestroy(){this._subscriptions.unsubscribe(),this._animationDone.complete()}_handleUserSelection(re){const qe=this._model.selection,Mt=re.value,zt=qe instanceof De;if(zt&&this._rangeSelectionStrategy){const bi=this._rangeSelectionStrategy.selectionFinished(Mt,qe,re.event);this._model.updateSelection(bi,this)}else Mt&&(zt||!this._dateAdapter.sameDate(Mt,qe))&&this._model.add(Mt);(!this._model||this._model.isComplete())&&!this._actionsPortal&&this.datepicker.close()}_startExitAnimation(){this._animationState="void",this._changeDetectorRef.markForCheck()}_getSelected(){return this._model.selection}_applyPendingSelection(){this._model!==this._globalModel&&this._globalModel.updateSelection(this._model.selection,this)}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(dt),a.Y36(N._A),a.Y36(ee,8),a.Y36(et))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-datepicker-content"]],viewQuery:function(re,qe){if(1&re&&a.Gf(Yt,5),2&re){let Mt;a.iGM(Mt=a.CRH())&&(qe._calendar=Mt.first)}},hostAttrs:[1,"mat-datepicker-content"],hostVars:3,hostBindings:function(re,qe){1&re&&a.WFA("@transformPanel.done",function(){return qe._animationDone.next()}),2&re&&(a.d8E("@transformPanel",qe._animationState),a.ekj("mat-datepicker-content-touch",qe.datepicker.touchUi))},inputs:{color:"color"},exportAs:["matDatepickerContent"],features:[a.qOj],decls:5,vars:24,consts:[["cdkTrapFocus","","role","dialog",1,"mat-datepicker-content-container"],[3,"id","ngClass","startAt","startView","minDate","maxDate","dateFilter","headerComponent","selected","dateClass","comparisonStart","comparisonEnd","yearSelected","monthSelected","viewChanged","_userSelection"],[3,"cdkPortalOutlet"],["type","button","mat-raised-button","",1,"mat-datepicker-close-button",3,"color","focus","blur","click"]],template:function(re,qe){if(1&re&&(a.TgZ(0,"div",0)(1,"mat-calendar",1),a.NdJ("yearSelected",function(zt){return qe.datepicker._selectYear(zt)})("monthSelected",function(zt){return qe.datepicker._selectMonth(zt)})("viewChanged",function(zt){return qe.datepicker._viewChanged(zt)})("_userSelection",function(zt){return qe._handleUserSelection(zt)}),a.qZA(),a.YNc(2,v,0,0,"ng-template",2),a.TgZ(3,"button",3),a.NdJ("focus",function(){return qe._closeButtonFocused=!0})("blur",function(){return qe._closeButtonFocused=!1})("click",function(){return qe.datepicker.close()}),a._uU(4),a.qZA()()),2&re){let Mt;a.ekj("mat-datepicker-content-container-with-custom-header",qe.datepicker.calendarHeaderComponent)("mat-datepicker-content-container-with-actions",qe._actionsPortal),a.uIk("aria-modal",!0)("aria-labelledby",null!==(Mt=qe._dialogLabelId)&&void 0!==Mt?Mt:void 0),a.xp6(1),a.Q6J("id",qe.datepicker.id)("ngClass",qe.datepicker.panelClass)("startAt",qe.datepicker.startAt)("startView",qe.datepicker.startView)("minDate",qe.datepicker._getMinDate())("maxDate",qe.datepicker._getMaxDate())("dateFilter",qe.datepicker._getDateFilter())("headerComponent",qe.datepicker.calendarHeaderComponent)("selected",qe._getSelected())("dateClass",qe.datepicker.dateClass)("comparisonStart",qe.comparisonStart)("comparisonEnd",qe.comparisonEnd)("@fadeInCalendar","enter"),a.xp6(1),a.Q6J("cdkPortalOutlet",qe._actionsPortal),a.xp6(1),a.ekj("cdk-visually-hidden",!qe._closeButtonFocused),a.Q6J("color",qe.color||"primary"),a.xp6(1),a.Oqu(qe._closeButtonText)}},directives:[Yt,b.lW,t.mK,M.mk,f.Pl],styles:[".mat-datepicker-content{display:block;border-radius:4px}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{display:block;max-height:80vh;position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}\n"],encapsulation:2,data:{animation:[Pe.transformPanel,Pe.fadeInCalendar]},changeDetection:0}),je})(),it=(()=>{class je{constructor(re,qe,Mt,zt,bi,Ei,$i){this._overlay=re,this._ngZone=qe,this._viewContainerRef=Mt,this._dateAdapter=bi,this._dir=Ei,this._model=$i,this._inputStateChanges=A.w0.EMPTY,this.startView="month",this._touchUi=!1,this.xPosition="start",this.yPosition="below",this._restoreFocus=!0,this.yearSelected=new a.vpe,this.monthSelected=new a.vpe,this.viewChanged=new a.vpe(!0),this.openedStream=new a.vpe,this.closedStream=new a.vpe,this._opened=!1,this.id="mat-datepicker-"+Oe++,this._focusedElementBeforeOpen=null,this._backdropHarnessClass=`${this.id}-backdrop`,this.stateChanges=new h.x,this._scrollStrategy=zt}get startAt(){return this._startAt||(this.datepickerInput?this.datepickerInput.getStartValue():null)}set startAt(re){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get color(){return this._color||(this.datepickerInput?this.datepickerInput.getThemePalette():void 0)}set color(re){this._color=re}get touchUi(){return this._touchUi}set touchUi(re){this._touchUi=(0,Y.Ig)(re)}get disabled(){return void 0===this._disabled&&this.datepickerInput?this.datepickerInput.disabled:!!this._disabled}set disabled(re){const qe=(0,Y.Ig)(re);qe!==this._disabled&&(this._disabled=qe,this.stateChanges.next(void 0))}get restoreFocus(){return this._restoreFocus}set restoreFocus(re){this._restoreFocus=(0,Y.Ig)(re)}get panelClass(){return this._panelClass}set panelClass(re){this._panelClass=(0,Y.du)(re)}get opened(){return this._opened}set opened(re){(0,Y.Ig)(re)?this.open():this.close()}_getMinDate(){return this.datepickerInput&&this.datepickerInput.min}_getMaxDate(){return this.datepickerInput&&this.datepickerInput.max}_getDateFilter(){return this.datepickerInput&&this.datepickerInput.dateFilter}ngOnChanges(re){const qe=re.xPosition||re.yPosition;if(qe&&!qe.firstChange&&this._overlayRef){const Mt=this._overlayRef.getConfig().positionStrategy;Mt instanceof e._G&&(this._setConnectedPositions(Mt),this.opened&&this._overlayRef.updatePosition())}this.stateChanges.next(void 0)}ngOnDestroy(){this._destroyOverlay(),this.close(),this._inputStateChanges.unsubscribe(),this.stateChanges.complete()}select(re){this._model.add(re)}_selectYear(re){this.yearSelected.emit(re)}_selectMonth(re){this.monthSelected.emit(re)}_viewChanged(re){this.viewChanged.emit(re)}registerInput(re){return this._inputStateChanges.unsubscribe(),this.datepickerInput=re,this._inputStateChanges=re.stateChanges.subscribe(()=>this.stateChanges.next(void 0)),this._model}registerActions(re){this._actionsPortal=re}removeActions(re){re===this._actionsPortal&&(this._actionsPortal=null)}open(){this._opened||this.disabled||(this._focusedElementBeforeOpen=(0,ne.ht)(),this._openOverlay(),this._opened=!0,this.openedStream.emit())}close(){if(!this._opened)return;if(this._componentRef){const qe=this._componentRef.instance;qe._startExitAnimation(),qe._animationDone.pipe((0,k.q)(1)).subscribe(()=>this._destroyOverlay())}const re=()=>{this._opened&&(this._opened=!1,this.closedStream.emit(),this._focusedElementBeforeOpen=null)};this._restoreFocus&&this._focusedElementBeforeOpen&&"function"==typeof this._focusedElementBeforeOpen.focus?(this._focusedElementBeforeOpen.focus(),setTimeout(re)):re()}_applyPendingSelection(){var re,qe;null===(qe=null===(re=this._componentRef)||void 0===re?void 0:re.instance)||void 0===qe||qe._applyPendingSelection()}_forwardContentValues(re){re.datepicker=this,re.color=this.color,re._actionsPortal=this._actionsPortal,re._dialogLabelId=this.datepickerInput.getOverlayLabelId()}_openOverlay(){this._destroyOverlay();const re=this.touchUi,qe=new f.C5(Ht,this._viewContainerRef),Mt=this._overlayRef=this._overlay.create(new e.X_({positionStrategy:re?this._getDialogStrategy():this._getDropdownStrategy(),hasBackdrop:!0,backdropClass:[re?"cdk-overlay-dark-backdrop":"mat-overlay-transparent-backdrop",this._backdropHarnessClass],direction:this._dir,scrollStrategy:re?this._overlay.scrollStrategies.block():this._scrollStrategy(),panelClass:"mat-datepicker-"+(re?"dialog":"popup")}));this._getCloseStream(Mt).subscribe(zt=>{zt&&zt.preventDefault(),this.close()}),Mt.keydownEvents().subscribe(zt=>{const bi=zt.keyCode;(bi===L.LH||bi===L.JH||bi===L.oh||bi===L.SV||bi===L.Ku||bi===L.VM)&&zt.preventDefault()}),this._componentRef=Mt.attach(qe),this._forwardContentValues(this._componentRef.instance),re||this._ngZone.onStable.pipe((0,k.q)(1)).subscribe(()=>Mt.updatePosition())}_destroyOverlay(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=this._componentRef=null)}_getDialogStrategy(){return this._overlay.position().global().centerHorizontally().centerVertically()}_getDropdownStrategy(){const re=this._overlay.position().flexibleConnectedTo(this.datepickerInput.getConnectedOverlayOrigin()).withTransformOriginOn(".mat-datepicker-content").withFlexibleDimensions(!1).withViewportMargin(8).withLockedPosition();return this._setConnectedPositions(re)}_setConnectedPositions(re){const qe="end"===this.xPosition?"end":"start",Mt="start"===qe?"end":"start",zt="above"===this.yPosition?"bottom":"top",bi="top"===zt?"bottom":"top";return re.withPositions([{originX:qe,originY:bi,overlayX:qe,overlayY:zt},{originX:qe,originY:zt,overlayX:qe,overlayY:bi},{originX:Mt,originY:bi,overlayX:Mt,overlayY:zt},{originX:Mt,originY:zt,overlayX:Mt,overlayY:bi}])}_getCloseStream(re){return(0,w.T)(re.backdropClick(),re.detachments(),re.keydownEvents().pipe((0,U.h)(qe=>qe.keyCode===L.hY&&!(0,L.Vb)(qe)||this.datepickerInput&&(0,L.Vb)(qe,"altKey")&&qe.keyCode===L.LH)))}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(e.aV),a.Y36(a.R0b),a.Y36(a.s_b),a.Y36(ce),a.Y36(N._A,8),a.Y36(Z.Is,8),a.Y36(dt))},je.\u0275dir=a.lG2({type:je,inputs:{calendarHeaderComponent:"calendarHeaderComponent",startAt:"startAt",startView:"startView",color:"color",touchUi:"touchUi",disabled:"disabled",xPosition:"xPosition",yPosition:"yPosition",restoreFocus:"restoreFocus",dateClass:"dateClass",panelClass:"panelClass",opened:"opened"},outputs:{yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",openedStream:"opened",closedStream:"closed"},features:[a.TTD]}),je})(),Re=(()=>{class je extends it{}return je.\u0275fac=function(){let _t;return function(qe){return(_t||(_t=a.n5z(je)))(qe||je)}}(),je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-datepicker"]],exportAs:["matDatepicker"],features:[a._Bn([Te,{provide:it,useExisting:je}]),a.qOj],decls:0,vars:0,template:function(re,qe){},encapsulation:2,changeDetection:0}),je})();class tt{constructor(_t,re){this.target=_t,this.targetElement=re,this.value=this.target.value}}let Xe=(()=>{class je{constructor(re,qe,Mt){this._elementRef=re,this._dateAdapter=qe,this._dateFormats=Mt,this.dateChange=new a.vpe,this.dateInput=new a.vpe,this.stateChanges=new h.x,this._onTouched=()=>{},this._validatorOnChange=()=>{},this._cvaOnChange=()=>{},this._valueChangesSubscription=A.w0.EMPTY,this._localeSubscription=A.w0.EMPTY,this._parseValidator=()=>this._lastValueValid?null:{matDatepickerParse:{text:this._elementRef.nativeElement.value}},this._filterValidator=zt=>{const bi=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(zt.value));return!bi||this._matchesFilter(bi)?null:{matDatepickerFilter:!0}},this._minValidator=zt=>{const bi=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(zt.value)),Ei=this._getMinDate();return!Ei||!bi||this._dateAdapter.compareDate(Ei,bi)<=0?null:{matDatepickerMin:{min:Ei,actual:bi}}},this._maxValidator=zt=>{const bi=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(zt.value)),Ei=this._getMaxDate();return!Ei||!bi||this._dateAdapter.compareDate(Ei,bi)>=0?null:{matDatepickerMax:{max:Ei,actual:bi}}},this._lastValueValid=!1,this._localeSubscription=qe.localeChanges.subscribe(()=>{this._assignValueProgrammatically(this.value)})}get value(){return this._model?this._getValueFromModel(this._model.selection):this._pendingValue}set value(re){this._assignValueProgrammatically(re)}get disabled(){return!!this._disabled||this._parentDisabled()}set disabled(re){const qe=(0,Y.Ig)(re),Mt=this._elementRef.nativeElement;this._disabled!==qe&&(this._disabled=qe,this.stateChanges.next(void 0)),qe&&this._isInitialized&&Mt.blur&&Mt.blur()}_getValidators(){return[this._parseValidator,this._minValidator,this._maxValidator,this._filterValidator]}_registerModel(re){this._model=re,this._valueChangesSubscription.unsubscribe(),this._pendingValue&&this._assignValue(this._pendingValue),this._valueChangesSubscription=this._model.selectionChanged.subscribe(qe=>{if(this._shouldHandleChangeEvent(qe)){const Mt=this._getValueFromModel(qe.selection);this._lastValueValid=this._isValidValue(Mt),this._cvaOnChange(Mt),this._onTouched(),this._formatValue(Mt),this.dateInput.emit(new tt(this,this._elementRef.nativeElement)),this.dateChange.emit(new tt(this,this._elementRef.nativeElement))}})}ngAfterViewInit(){this._isInitialized=!0}ngOnChanges(re){(function Se(je,_t){const re=Object.keys(je);for(let qe of re){const{previousValue:Mt,currentValue:zt}=je[qe];if(!_t.isDateInstance(Mt)||!_t.isDateInstance(zt))return!0;if(!_t.sameDate(Mt,zt))return!0}return!1})(re,this._dateAdapter)&&this.stateChanges.next(void 0)}ngOnDestroy(){this._valueChangesSubscription.unsubscribe(),this._localeSubscription.unsubscribe(),this.stateChanges.complete()}registerOnValidatorChange(re){this._validatorOnChange=re}validate(re){return this._validator?this._validator(re):null}writeValue(re){this._assignValueProgrammatically(re)}registerOnChange(re){this._cvaOnChange=re}registerOnTouched(re){this._onTouched=re}setDisabledState(re){this.disabled=re}_onKeydown(re){re.altKey&&re.keyCode===L.JH&&!this._elementRef.nativeElement.readOnly&&(this._openPopup(),re.preventDefault())}_onInput(re){const qe=this._lastValueValid;let Mt=this._dateAdapter.parse(re,this._dateFormats.parse.dateInput);this._lastValueValid=this._isValidValue(Mt),Mt=this._dateAdapter.getValidDateOrNull(Mt);const zt=!this._dateAdapter.sameDate(Mt,this.value);!Mt||zt?this._cvaOnChange(Mt):(re&&!this.value&&this._cvaOnChange(Mt),qe!==this._lastValueValid&&this._validatorOnChange()),zt&&(this._assignValue(Mt),this.dateInput.emit(new tt(this,this._elementRef.nativeElement)))}_onChange(){this.dateChange.emit(new tt(this,this._elementRef.nativeElement))}_onBlur(){this.value&&this._formatValue(this.value),this._onTouched()}_formatValue(re){this._elementRef.nativeElement.value=null!=re?this._dateAdapter.format(re,this._dateFormats.display.dateInput):""}_assignValue(re){this._model?(this._assignValueToModel(re),this._pendingValue=null):this._pendingValue=re}_isValidValue(re){return!re||this._dateAdapter.isValid(re)}_parentDisabled(){return!1}_assignValueProgrammatically(re){re=this._dateAdapter.deserialize(re),this._lastValueValid=this._isValidValue(re),re=this._dateAdapter.getValidDateOrNull(re),this._assignValue(re),this._formatValue(re)}_matchesFilter(re){const qe=this._getDateFilter();return!qe||qe(re)}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.SBq),a.Y36(N._A,8),a.Y36(N.sG,8))},je.\u0275dir=a.lG2({type:je,inputs:{value:"value",disabled:"disabled"},outputs:{dateChange:"dateChange",dateInput:"dateInput"},features:[a.TTD]}),je})();const Ge={provide:de.JU,useExisting:(0,a.Gpc)(()=>st),multi:!0},at={provide:de.Cf,useExisting:(0,a.Gpc)(()=>st),multi:!0};let st=(()=>{class je extends Xe{constructor(re,qe,Mt,zt){super(re,qe,Mt),this._formField=zt,this._closedSubscription=A.w0.EMPTY,this._validator=de.kI.compose(super._getValidators())}set matDatepicker(re){re&&(this._datepicker=re,this._closedSubscription=re.closedStream.subscribe(()=>this._onTouched()),this._registerModel(re.registerInput(this)))}get min(){return this._min}set min(re){const qe=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re));this._dateAdapter.sameDate(qe,this._min)||(this._min=qe,this._validatorOnChange())}get max(){return this._max}set max(re){const qe=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re));this._dateAdapter.sameDate(qe,this._max)||(this._max=qe,this._validatorOnChange())}get dateFilter(){return this._dateFilter}set dateFilter(re){const qe=this._matchesFilter(this.value);this._dateFilter=re,this._matchesFilter(this.value)!==qe&&this._validatorOnChange()}getConnectedOverlayOrigin(){return this._formField?this._formField.getConnectedOverlayOrigin():this._elementRef}getOverlayLabelId(){return this._formField?this._formField.getLabelId():this._elementRef.nativeElement.getAttribute("aria-labelledby")}getThemePalette(){return this._formField?this._formField.color:void 0}getStartValue(){return this.value}ngOnDestroy(){super.ngOnDestroy(),this._closedSubscription.unsubscribe()}_openPopup(){this._datepicker&&this._datepicker.open()}_getValueFromModel(re){return re}_assignValueToModel(re){this._model&&this._model.updateSelection(re,this)}_getMinDate(){return this._min}_getMaxDate(){return this._max}_getDateFilter(){return this._dateFilter}_shouldHandleChangeEvent(re){return re.source!==this}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.SBq),a.Y36(N._A,8),a.Y36(N.sG,8),a.Y36(te.G_,8))},je.\u0275dir=a.lG2({type:je,selectors:[["input","matDatepicker",""]],hostAttrs:[1,"mat-datepicker-input"],hostVars:6,hostBindings:function(re,qe){1&re&&a.NdJ("input",function(zt){return qe._onInput(zt.target.value)})("change",function(){return qe._onChange()})("blur",function(){return qe._onBlur()})("keydown",function(zt){return qe._onKeydown(zt)}),2&re&&(a.Ikx("disabled",qe.disabled),a.uIk("aria-haspopup",qe._datepicker?"dialog":null)("aria-owns",(null==qe._datepicker?null:qe._datepicker.opened)&&qe._datepicker.id||null)("min",qe.min?qe._dateAdapter.toIso8601(qe.min):null)("max",qe.max?qe._dateAdapter.toIso8601(qe.max):null)("data-mat-calendar",qe._datepicker?qe._datepicker.id:null))},inputs:{matDatepicker:"matDatepicker",min:"min",max:"max",dateFilter:["matDatepickerFilter","dateFilter"]},exportAs:["matDatepickerInput"],features:[a._Bn([Ge,at,{provide:ie.Jk,useExisting:je}]),a.qOj]}),je})(),bt=(()=>{class je{}return je.\u0275fac=function(re){return new(re||je)},je.\u0275dir=a.lG2({type:je,selectors:[["","matDatepickerToggleIcon",""]]}),je})(),gi=(()=>{class je{constructor(re,qe,Mt){this._intl=re,this._changeDetectorRef=qe,this._stateChanges=A.w0.EMPTY;const zt=Number(Mt);this.tabIndex=zt||0===zt?zt:null}get disabled(){return void 0===this._disabled&&this.datepicker?this.datepicker.disabled:!!this._disabled}set disabled(re){this._disabled=(0,Y.Ig)(re)}ngOnChanges(re){re.datepicker&&this._watchStateChanges()}ngOnDestroy(){this._stateChanges.unsubscribe()}ngAfterContentInit(){this._watchStateChanges()}_open(re){this.datepicker&&!this.disabled&&(this.datepicker.open(),re.stopPropagation())}_watchStateChanges(){const re=this.datepicker?this.datepicker.stateChanges:(0,D.of)(),qe=this.datepicker&&this.datepicker.datepickerInput?this.datepicker.datepickerInput.stateChanges:(0,D.of)(),Mt=this.datepicker?(0,w.T)(this.datepicker.openedStream,this.datepicker.closedStream):(0,D.of)();this._stateChanges.unsubscribe(),this._stateChanges=(0,w.T)(this._intl.changes,re,qe,Mt).subscribe(()=>this._changeDetectorRef.markForCheck())}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(et),a.Y36(a.sBO),a.$8M("tabindex"))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-datepicker-toggle"]],contentQueries:function(re,qe,Mt){if(1&re&&a.Suo(Mt,bt,5),2&re){let zt;a.iGM(zt=a.CRH())&&(qe._customIcon=zt.first)}},viewQuery:function(re,qe){if(1&re&&a.Gf(n,5),2&re){let Mt;a.iGM(Mt=a.CRH())&&(qe._button=Mt.first)}},hostAttrs:[1,"mat-datepicker-toggle"],hostVars:8,hostBindings:function(re,qe){1&re&&a.NdJ("click",function(zt){return qe._open(zt)}),2&re&&(a.uIk("tabindex",null)("data-mat-calendar",qe.datepicker?qe.datepicker.id:null),a.ekj("mat-datepicker-toggle-active",qe.datepicker&&qe.datepicker.opened)("mat-accent",qe.datepicker&&"accent"===qe.datepicker.color)("mat-warn",qe.datepicker&&"warn"===qe.datepicker.color))},inputs:{datepicker:["for","datepicker"],tabIndex:"tabIndex",ariaLabel:["aria-label","ariaLabel"],disabled:"disabled",disableRipple:"disableRipple"},exportAs:["matDatepickerToggle"],features:[a.TTD],ngContentSelectors:P,decls:4,vars:6,consts:[["mat-icon-button","","type","button",3,"disabled","disableRipple"],["button",""],["class","mat-datepicker-toggle-default-icon","viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false",4,"ngIf"],["viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false",1,"mat-datepicker-toggle-default-icon"],["d","M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"]],template:function(re,qe){1&re&&(a.F$t(B),a.TgZ(0,"button",0,1),a.YNc(2,C,2,0,"svg",2),a.Hsn(3),a.qZA()),2&re&&(a.Q6J("disabled",qe.disabled)("disableRipple",qe.disableRipple),a.uIk("aria-haspopup",qe.datepicker?"dialog":null)("aria-label",qe.ariaLabel||qe._intl.openCalendarLabel)("tabindex",qe.disabled?-1:qe.tabIndex),a.xp6(2),a.Q6J("ngIf",!qe._customIcon))},directives:[b.lW,M.O5],styles:[".mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1em}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-datepicker-toggle-default-icon{display:block;width:1.5em;height:1.5em}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-datepicker-toggle-default-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-datepicker-toggle-default-icon{margin:auto}.cdk-high-contrast-active .mat-datepicker-toggle-default-icon{color:CanvasText}\n"],encapsulation:2,changeDetection:0}),je})(),pe=(()=>{class je{}return je.\u0275fac=function(re){return new(re||je)},je.\u0275mod=a.oAB({type:je}),je.\u0275inj=a.cJS({providers:[et,pt],imports:[[M.ez,b.ot,e.U8,t.rt,f.eL,N.BQ],d.ZD]}),je})()},8966:(Ve,j,p)=>{"use strict";p.d(j,{Bq:()=>i,Is:()=>he,WI:()=>y,ZT:()=>C,so:()=>X,uw:()=>I});var t=p(9776),e=p(7429),f=p(5e3),M=p(508),a=p(226),b=p(7579),d=p(9770),N=p(9646),h=p(9300),A=p(5698),w=p(8675),D=p(925),L=p(9808),k=p(1777),S=p(5664),U=p(1159),Z=p(6360);function Y(_e,Ne){}class ne{constructor(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.maxWidth="80vw",this.data=null,this.ariaDescribedBy=null,this.ariaLabelledBy=null,this.ariaLabel=null,this.autoFocus="first-tabbable",this.restoreFocus=!0,this.delayFocusTrap=!0,this.closeOnNavigation=!0}}const $={dialogContainer:(0,k.X$)("dialogContainer",[(0,k.SB)("void, exit",(0,k.oB)({opacity:0,transform:"scale(0.7)"})),(0,k.SB)("enter",(0,k.oB)({transform:"none"})),(0,k.eR)("* => enter",(0,k.ru)([(0,k.jt)("150ms cubic-bezier(0, 0, 0.2, 1)",(0,k.oB)({transform:"none",opacity:1})),(0,k.IO)("@*",(0,k.pV)(),{optional:!0})])),(0,k.eR)("* => void, * => exit",(0,k.ru)([(0,k.jt)("75ms cubic-bezier(0.4, 0.0, 0.2, 1)",(0,k.oB)({opacity:0})),(0,k.IO)("@*",(0,k.pV)(),{optional:!0})]))])};let te=(()=>{class _e extends e.en{constructor(we,Q,Ue,ye,V,De,dt,Ie){super(),this._elementRef=we,this._focusTrapFactory=Q,this._changeDetectorRef=Ue,this._config=V,this._interactivityChecker=De,this._ngZone=dt,this._focusMonitor=Ie,this._animationStateChanged=new f.vpe,this._elementFocusedBeforeDialogWasOpened=null,this._closeInteractionType=null,this.attachDomPortal=Ae=>(this._portalOutlet.hasAttached(),this._portalOutlet.attachDomPortal(Ae)),this._ariaLabelledBy=V.ariaLabelledBy||null,this._document=ye}_initializeWithAttachedContent(){this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._document&&(this._elementFocusedBeforeDialogWasOpened=(0,D.ht)())}attachComponentPortal(we){return this._portalOutlet.hasAttached(),this._portalOutlet.attachComponentPortal(we)}attachTemplatePortal(we){return this._portalOutlet.hasAttached(),this._portalOutlet.attachTemplatePortal(we)}_recaptureFocus(){this._containsFocus()||this._trapFocus()}_forceFocus(we,Q){this._interactivityChecker.isFocusable(we)||(we.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const Ue=()=>{we.removeEventListener("blur",Ue),we.removeEventListener("mousedown",Ue),we.removeAttribute("tabindex")};we.addEventListener("blur",Ue),we.addEventListener("mousedown",Ue)})),we.focus(Q)}_focusByCssSelector(we,Q){let Ue=this._elementRef.nativeElement.querySelector(we);Ue&&this._forceFocus(Ue,Q)}_trapFocus(){const we=this._elementRef.nativeElement;switch(this._config.autoFocus){case!1:case"dialog":this._containsFocus()||we.focus();break;case!0:case"first-tabbable":this._focusTrap.focusInitialElementWhenReady().then(Q=>{Q||this._focusDialogContainer()});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this._config.autoFocus)}}_restoreFocus(){const we=this._elementFocusedBeforeDialogWasOpened;if(this._config.restoreFocus&&we&&"function"==typeof we.focus){const Q=(0,D.ht)(),Ue=this._elementRef.nativeElement;(!Q||Q===this._document.body||Q===Ue||Ue.contains(Q))&&(this._focusMonitor?(this._focusMonitor.focusVia(we,this._closeInteractionType),this._closeInteractionType=null):we.focus())}this._focusTrap&&this._focusTrap.destroy()}_focusDialogContainer(){this._elementRef.nativeElement.focus&&this._elementRef.nativeElement.focus()}_containsFocus(){const we=this._elementRef.nativeElement,Q=(0,D.ht)();return we===Q||we.contains(Q)}}return _e.\u0275fac=function(we){return new(we||_e)(f.Y36(f.SBq),f.Y36(S.qV),f.Y36(f.sBO),f.Y36(L.K0,8),f.Y36(ne),f.Y36(S.ic),f.Y36(f.R0b),f.Y36(S.tE))},_e.\u0275dir=f.lG2({type:_e,viewQuery:function(we,Q){if(1&we&&f.Gf(e.Pl,7),2&we){let Ue;f.iGM(Ue=f.CRH())&&(Q._portalOutlet=Ue.first)}},features:[f.qOj]}),_e})(),ie=(()=>{class _e extends te{constructor(){super(...arguments),this._state="enter"}_onAnimationDone({toState:we,totalTime:Q}){"enter"===we?(this._config.delayFocusTrap&&this._trapFocus(),this._animationStateChanged.next({state:"opened",totalTime:Q})):"exit"===we&&(this._restoreFocus(),this._animationStateChanged.next({state:"closed",totalTime:Q}))}_onAnimationStart({toState:we,totalTime:Q}){"enter"===we?this._animationStateChanged.next({state:"opening",totalTime:Q}):("exit"===we||"void"===we)&&this._animationStateChanged.next({state:"closing",totalTime:Q})}_startExitAnimation(){this._state="exit",this._changeDetectorRef.markForCheck()}_initializeWithAttachedContent(){super._initializeWithAttachedContent(),this._config.delayFocusTrap||this._trapFocus()}}return _e.\u0275fac=function(){let Ne;return function(Q){return(Ne||(Ne=f.n5z(_e)))(Q||_e)}}(),_e.\u0275cmp=f.Xpm({type:_e,selectors:[["mat-dialog-container"]],hostAttrs:["tabindex","-1","aria-modal","true",1,"mat-dialog-container"],hostVars:6,hostBindings:function(we,Q){1&we&&f.WFA("@dialogContainer.start",function(ye){return Q._onAnimationStart(ye)})("@dialogContainer.done",function(ye){return Q._onAnimationDone(ye)}),2&we&&(f.Ikx("id",Q._id),f.uIk("role",Q._config.role)("aria-labelledby",Q._config.ariaLabel?null:Q._ariaLabelledBy)("aria-label",Q._config.ariaLabel)("aria-describedby",Q._config.ariaDescribedBy||null),f.d8E("@dialogContainer",Q._state))},features:[f.qOj],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(we,Q){1&we&&f.YNc(0,Y,0,0,"ng-template",0)},directives:[e.Pl],styles:[".mat-dialog-container{display:block;padding:24px;border-radius:4px;box-sizing:border-box;overflow:auto;outline:0;width:100%;height:100%;min-height:inherit;max-height:inherit}.cdk-high-contrast-active .mat-dialog-container{outline:solid 1px}.mat-dialog-content{display:block;margin:0 -24px;padding:0 24px;max-height:65vh;overflow:auto;-webkit-overflow-scrolling:touch}.mat-dialog-title{margin:0 0 20px;display:block}.mat-dialog-actions{padding:8px 0;display:flex;flex-wrap:wrap;min-height:52px;align-items:center;box-sizing:content-box;margin-bottom:-24px}.mat-dialog-actions[align=end]{justify-content:flex-end}.mat-dialog-actions[align=center]{justify-content:center}.mat-dialog-actions .mat-button-base+.mat-button-base,.mat-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}\n"],encapsulation:2,data:{animation:[$.dialogContainer]}}),_e})(),oe=0;class X{constructor(Ne,we,Q="mat-dialog-"+oe++){this._overlayRef=Ne,this._containerInstance=we,this.id=Q,this.disableClose=this._containerInstance._config.disableClose,this._afterOpened=new b.x,this._afterClosed=new b.x,this._beforeClosed=new b.x,this._state=0,we._id=Q,we._animationStateChanged.pipe((0,h.h)(Ue=>"opened"===Ue.state),(0,A.q)(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),we._animationStateChanged.pipe((0,h.h)(Ue=>"closed"===Ue.state),(0,A.q)(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._finishDialogClose()}),Ne.detachments().subscribe(()=>{this._beforeClosed.next(this._result),this._beforeClosed.complete(),this._afterClosed.next(this._result),this._afterClosed.complete(),this.componentInstance=null,this._overlayRef.dispose()}),Ne.keydownEvents().pipe((0,h.h)(Ue=>Ue.keyCode===U.hY&&!this.disableClose&&!(0,U.Vb)(Ue))).subscribe(Ue=>{Ue.preventDefault(),me(this,"keyboard")}),Ne.backdropClick().subscribe(()=>{this.disableClose?this._containerInstance._recaptureFocus():me(this,"mouse")})}close(Ne){this._result=Ne,this._containerInstance._animationStateChanged.pipe((0,h.h)(we=>"closing"===we.state),(0,A.q)(1)).subscribe(we=>{this._beforeClosed.next(Ne),this._beforeClosed.complete(),this._overlayRef.detachBackdrop(),this._closeFallbackTimeout=setTimeout(()=>this._finishDialogClose(),we.totalTime+100)}),this._state=1,this._containerInstance._startExitAnimation()}afterOpened(){return this._afterOpened}afterClosed(){return this._afterClosed}beforeClosed(){return this._beforeClosed}backdropClick(){return this._overlayRef.backdropClick()}keydownEvents(){return this._overlayRef.keydownEvents()}updatePosition(Ne){let we=this._getPositionStrategy();return Ne&&(Ne.left||Ne.right)?Ne.left?we.left(Ne.left):we.right(Ne.right):we.centerHorizontally(),Ne&&(Ne.top||Ne.bottom)?Ne.top?we.top(Ne.top):we.bottom(Ne.bottom):we.centerVertically(),this._overlayRef.updatePosition(),this}updateSize(Ne="",we=""){return this._overlayRef.updateSize({width:Ne,height:we}),this._overlayRef.updatePosition(),this}addPanelClass(Ne){return this._overlayRef.addPanelClass(Ne),this}removePanelClass(Ne){return this._overlayRef.removePanelClass(Ne),this}getState(){return this._state}_finishDialogClose(){this._state=2,this._overlayRef.dispose()}_getPositionStrategy(){return this._overlayRef.getConfig().positionStrategy}}function me(_e,Ne,we){return void 0!==_e._containerInstance&&(_e._containerInstance._closeInteractionType=Ne),_e.close(we)}const y=new f.OlP("MatDialogData"),i=new f.OlP("mat-dialog-default-options"),r=new f.OlP("mat-dialog-scroll-strategy"),_={provide:r,deps:[t.aV],useFactory:function c(_e){return()=>_e.scrollStrategies.block()}};let E=(()=>{class _e{constructor(we,Q,Ue,ye,V,De,dt,Ie,Ae,le){this._overlay=we,this._injector=Q,this._defaultOptions=Ue,this._parentDialog=ye,this._overlayContainer=V,this._dialogRefConstructor=dt,this._dialogContainerType=Ie,this._dialogDataToken=Ae,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new b.x,this._afterOpenedAtThisLevel=new b.x,this._ariaHiddenElements=new Map,this.afterAllClosed=(0,d.P)(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe((0,w.O)(void 0))),this._scrollStrategy=De}get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}_getAfterAllClosed(){const we=this._parentDialog;return we?we._getAfterAllClosed():this._afterAllClosedAtThisLevel}open(we,Q){Q=function v(_e,Ne){return Object.assign(Object.assign({},Ne),_e)}(Q,this._defaultOptions||new ne),Q.id&&this.getDialogById(Q.id);const Ue=this._createOverlay(Q),ye=this._attachDialogContainer(Ue,Q),V=this._attachDialogContent(we,ye,Ue,Q);return this.openDialogs.length||this._hideNonDialogContentFromAssistiveTechnology(),this.openDialogs.push(V),V.afterClosed().subscribe(()=>this._removeOpenDialog(V)),this.afterOpened.next(V),ye._initializeWithAttachedContent(),V}closeAll(){this._closeDialogs(this.openDialogs)}getDialogById(we){return this.openDialogs.find(Q=>Q.id===we)}ngOnDestroy(){this._closeDialogs(this._openDialogsAtThisLevel),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete()}_createOverlay(we){const Q=this._getOverlayConfig(we);return this._overlay.create(Q)}_getOverlayConfig(we){const Q=new t.X_({positionStrategy:this._overlay.position().global(),scrollStrategy:we.scrollStrategy||this._scrollStrategy(),panelClass:we.panelClass,hasBackdrop:we.hasBackdrop,direction:we.direction,minWidth:we.minWidth,minHeight:we.minHeight,maxWidth:we.maxWidth,maxHeight:we.maxHeight,disposeOnNavigation:we.closeOnNavigation});return we.backdropClass&&(Q.backdropClass=we.backdropClass),Q}_attachDialogContainer(we,Q){const ye=f.zs3.create({parent:Q&&Q.viewContainerRef&&Q.viewContainerRef.injector||this._injector,providers:[{provide:ne,useValue:Q}]}),V=new e.C5(this._dialogContainerType,Q.viewContainerRef,ye,Q.componentFactoryResolver);return we.attach(V).instance}_attachDialogContent(we,Q,Ue,ye){const V=new this._dialogRefConstructor(Ue,Q,ye.id);if(we instanceof f.Rgc)Q.attachTemplatePortal(new e.UE(we,null,{$implicit:ye.data,dialogRef:V}));else{const De=this._createInjector(ye,V,Q),dt=Q.attachComponentPortal(new e.C5(we,ye.viewContainerRef,De,ye.componentFactoryResolver));V.componentInstance=dt.instance}return V.updateSize(ye.width,ye.height).updatePosition(ye.position),V}_createInjector(we,Q,Ue){const ye=we&&we.viewContainerRef&&we.viewContainerRef.injector,V=[{provide:this._dialogContainerType,useValue:Ue},{provide:this._dialogDataToken,useValue:we.data},{provide:this._dialogRefConstructor,useValue:Q}];return we.direction&&(!ye||!ye.get(a.Is,null,f.XFs.Optional))&&V.push({provide:a.Is,useValue:{value:we.direction,change:(0,N.of)()}}),f.zs3.create({parent:ye||this._injector,providers:V})}_removeOpenDialog(we){const Q=this.openDialogs.indexOf(we);Q>-1&&(this.openDialogs.splice(Q,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((Ue,ye)=>{Ue?ye.setAttribute("aria-hidden",Ue):ye.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),this._getAfterAllClosed().next()))}_hideNonDialogContentFromAssistiveTechnology(){const we=this._overlayContainer.getContainerElement();if(we.parentElement){const Q=we.parentElement.children;for(let Ue=Q.length-1;Ue>-1;Ue--){let ye=Q[Ue];ye!==we&&"SCRIPT"!==ye.nodeName&&"STYLE"!==ye.nodeName&&!ye.hasAttribute("aria-live")&&(this._ariaHiddenElements.set(ye,ye.getAttribute("aria-hidden")),ye.setAttribute("aria-hidden","true"))}}}_closeDialogs(we){let Q=we.length;for(;Q--;)we[Q].close()}}return _e.\u0275fac=function(we){f.$Z()},_e.\u0275dir=f.lG2({type:_e}),_e})(),I=(()=>{class _e extends E{constructor(we,Q,Ue,ye,V,De,dt,Ie){super(we,Q,ye,De,dt,V,X,ie,y,Ie)}}return _e.\u0275fac=function(we){return new(we||_e)(f.LFG(t.aV),f.LFG(f.zs3),f.LFG(L.Ye,8),f.LFG(i,8),f.LFG(r),f.LFG(_e,12),f.LFG(t.Xj),f.LFG(Z.Qb,8))},_e.\u0275prov=f.Yz7({token:_e,factory:_e.\u0275fac}),_e})(),C=(()=>{class _e{constructor(we,Q,Ue){this.dialogRef=we,this._elementRef=Q,this._dialog=Ue,this.type="button"}ngOnInit(){this.dialogRef||(this.dialogRef=function q(_e,Ne){let we=_e.nativeElement.parentElement;for(;we&&!we.classList.contains("mat-dialog-container");)we=we.parentElement;return we?Ne.find(Q=>Q.id===we.id):null}(this._elementRef,this._dialog.openDialogs))}ngOnChanges(we){const Q=we._matDialogClose||we._matDialogCloseResult;Q&&(this.dialogResult=Q.currentValue)}_onButtonClick(we){me(this.dialogRef,0===we.screenX&&0===we.screenY?"keyboard":"mouse",this.dialogResult)}}return _e.\u0275fac=function(we){return new(we||_e)(f.Y36(X,8),f.Y36(f.SBq),f.Y36(I))},_e.\u0275dir=f.lG2({type:_e,selectors:[["","mat-dialog-close",""],["","matDialogClose",""]],hostVars:2,hostBindings:function(we,Q){1&we&&f.NdJ("click",function(ye){return Q._onButtonClick(ye)}),2&we&&f.uIk("aria-label",Q.ariaLabel||null)("type",Q.type)},inputs:{ariaLabel:["aria-label","ariaLabel"],type:"type",dialogResult:["mat-dialog-close","dialogResult"],_matDialogClose:["matDialogClose","_matDialogClose"]},exportAs:["matDialogClose"],features:[f.TTD]}),_e})(),he=(()=>{class _e{}return _e.\u0275fac=function(we){return new(we||_e)},_e.\u0275mod=f.oAB({type:_e}),_e.\u0275inj=f.cJS({providers:[I,_],imports:[[t.U8,e.eL,M.BQ],M.BQ]}),_e})()},4834:(Ve,j,p)=>{"use strict";p.d(j,{d:()=>M,t:()=>a});var t=p(5e3),e=p(3191),f=p(508);let M=(()=>{class b{constructor(){this._vertical=!1,this._inset=!1}get vertical(){return this._vertical}set vertical(N){this._vertical=(0,e.Ig)(N)}get inset(){return this._inset}set inset(N){this._inset=(0,e.Ig)(N)}}return b.\u0275fac=function(N){return new(N||b)},b.\u0275cmp=t.Xpm({type:b,selectors:[["mat-divider"]],hostAttrs:["role","separator",1,"mat-divider"],hostVars:7,hostBindings:function(N,h){2&N&&(t.uIk("aria-orientation",h.vertical?"vertical":"horizontal"),t.ekj("mat-divider-vertical",h.vertical)("mat-divider-horizontal",!h.vertical)("mat-divider-inset",h.inset))},inputs:{vertical:"vertical",inset:"inset"},decls:0,vars:0,template:function(N,h){},styles:[".mat-divider{display:block;margin:0;border-top-width:1px;border-top-style:solid}.mat-divider.mat-divider-vertical{border-top:0;border-right-width:1px;border-right-style:solid}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}\n"],encapsulation:2,changeDetection:0}),b})(),a=(()=>{class b{}return b.\u0275fac=function(N){return new(N||b)},b.\u0275mod=t.oAB({type:b}),b.\u0275inj=t.cJS({imports:[[f.BQ],f.BQ]}),b})()},1125:(Ve,j,p)=>{"use strict";p.d(j,{pp:()=>we,To:()=>Q,ib:()=>B,u4:()=>_e,yz:()=>he,yK:()=>Ne});var t=p(5e3),e=p(3191),f=p(7579),M=p(727),a=p(449);let b=0;const d=new t.OlP("CdkAccordion");let N=(()=>{class Ue{constructor(){this._stateChanges=new f.x,this._openCloseAllActions=new f.x,this.id="cdk-accordion-"+b++,this._multi=!1}get multi(){return this._multi}set multi(V){this._multi=(0,e.Ig)(V)}openAll(){this._multi&&this._openCloseAllActions.next(!0)}closeAll(){this._openCloseAllActions.next(!1)}ngOnChanges(V){this._stateChanges.next(V)}ngOnDestroy(){this._stateChanges.complete(),this._openCloseAllActions.complete()}}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["cdk-accordion"],["","cdkAccordion",""]],inputs:{multi:"multi"},exportAs:["cdkAccordion"],features:[t._Bn([{provide:d,useExisting:Ue}]),t.TTD]}),Ue})(),h=0,A=(()=>{class Ue{constructor(V,De,dt){this.accordion=V,this._changeDetectorRef=De,this._expansionDispatcher=dt,this._openCloseAllSubscription=M.w0.EMPTY,this.closed=new t.vpe,this.opened=new t.vpe,this.destroyed=new t.vpe,this.expandedChange=new t.vpe,this.id="cdk-accordion-child-"+h++,this._expanded=!1,this._disabled=!1,this._removeUniqueSelectionListener=()=>{},this._removeUniqueSelectionListener=dt.listen((Ie,Ae)=>{this.accordion&&!this.accordion.multi&&this.accordion.id===Ae&&this.id!==Ie&&(this.expanded=!1)}),this.accordion&&(this._openCloseAllSubscription=this._subscribeToOpenCloseAllActions())}get expanded(){return this._expanded}set expanded(V){V=(0,e.Ig)(V),this._expanded!==V&&(this._expanded=V,this.expandedChange.emit(V),V?(this.opened.emit(),this._expansionDispatcher.notify(this.id,this.accordion?this.accordion.id:this.id)):this.closed.emit(),this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(V){this._disabled=(0,e.Ig)(V)}ngOnDestroy(){this.opened.complete(),this.closed.complete(),this.destroyed.emit(),this.destroyed.complete(),this._removeUniqueSelectionListener(),this._openCloseAllSubscription.unsubscribe()}toggle(){this.disabled||(this.expanded=!this.expanded)}close(){this.disabled||(this.expanded=!1)}open(){this.disabled||(this.expanded=!0)}_subscribeToOpenCloseAllActions(){return this.accordion._openCloseAllActions.subscribe(V=>{this.disabled||(this.expanded=V)})}}return Ue.\u0275fac=function(V){return new(V||Ue)(t.Y36(d,12),t.Y36(t.sBO),t.Y36(a.A8))},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["cdk-accordion-item"],["","cdkAccordionItem",""]],inputs:{expanded:"expanded",disabled:"disabled"},outputs:{closed:"closed",opened:"opened",destroyed:"destroyed",expandedChange:"expandedChange"},exportAs:["cdkAccordionItem"],features:[t._Bn([{provide:d,useValue:void 0}])]}),Ue})(),w=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275mod=t.oAB({type:Ue}),Ue.\u0275inj=t.cJS({}),Ue})();var D=p(7429),L=p(9808),k=p(508),S=p(5664),U=p(1884),Z=p(8675),Y=p(9300),ne=p(5698),$=p(1159),de=p(6360),te=p(515),ie=p(6451),oe=p(1777);const X=["body"];function me(Ue,ye){}const y=[[["mat-expansion-panel-header"]],"*",[["mat-action-row"]]],i=["mat-expansion-panel-header","*","mat-action-row"];function r(Ue,ye){if(1&Ue&&t._UZ(0,"span",2),2&Ue){const V=t.oxw();t.Q6J("@indicatorRotate",V._getExpandedState())}}const u=[[["mat-panel-title"]],[["mat-panel-description"]],"*"],c=["mat-panel-title","mat-panel-description","*"],_=new t.OlP("MAT_ACCORDION"),E="225ms cubic-bezier(0.4,0.0,0.2,1)",I={indicatorRotate:(0,oe.X$)("indicatorRotate",[(0,oe.SB)("collapsed, void",(0,oe.oB)({transform:"rotate(0deg)"})),(0,oe.SB)("expanded",(0,oe.oB)({transform:"rotate(180deg)"})),(0,oe.eR)("expanded <=> collapsed, void => collapsed",(0,oe.jt)(E))]),bodyExpansion:(0,oe.X$)("bodyExpansion",[(0,oe.SB)("collapsed, void",(0,oe.oB)({height:"0px",visibility:"hidden"})),(0,oe.SB)("expanded",(0,oe.oB)({height:"*",visibility:"visible"})),(0,oe.eR)("expanded <=> collapsed, void => collapsed",(0,oe.jt)(E))])};let v=(()=>{class Ue{constructor(V){this._template=V}}return Ue.\u0275fac=function(V){return new(V||Ue)(t.Y36(t.Rgc))},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["ng-template","matExpansionPanelContent",""]]}),Ue})(),n=0;const C=new t.OlP("MAT_EXPANSION_PANEL_DEFAULT_OPTIONS");let B=(()=>{class Ue extends A{constructor(V,De,dt,Ie,Ae,le,Te){super(V,De,dt),this._viewContainerRef=Ie,this._animationMode=le,this._hideToggle=!1,this.afterExpand=new t.vpe,this.afterCollapse=new t.vpe,this._inputChanges=new f.x,this._headerId="mat-expansion-panel-header-"+n++,this._bodyAnimationDone=new f.x,this.accordion=V,this._document=Ae,this._bodyAnimationDone.pipe((0,U.x)((xe,W)=>xe.fromState===W.fromState&&xe.toState===W.toState)).subscribe(xe=>{"void"!==xe.fromState&&("expanded"===xe.toState?this.afterExpand.emit():"collapsed"===xe.toState&&this.afterCollapse.emit())}),Te&&(this.hideToggle=Te.hideToggle)}get hideToggle(){return this._hideToggle||this.accordion&&this.accordion.hideToggle}set hideToggle(V){this._hideToggle=(0,e.Ig)(V)}get togglePosition(){return this._togglePosition||this.accordion&&this.accordion.togglePosition}set togglePosition(V){this._togglePosition=V}_hasSpacing(){return!!this.accordion&&this.expanded&&"default"===this.accordion.displayMode}_getExpandedState(){return this.expanded?"expanded":"collapsed"}toggle(){this.expanded=!this.expanded}close(){this.expanded=!1}open(){this.expanded=!0}ngAfterContentInit(){this._lazyContent&&this.opened.pipe((0,Z.O)(null),(0,Y.h)(()=>this.expanded&&!this._portal),(0,ne.q)(1)).subscribe(()=>{this._portal=new D.UE(this._lazyContent._template,this._viewContainerRef)})}ngOnChanges(V){this._inputChanges.next(V)}ngOnDestroy(){super.ngOnDestroy(),this._bodyAnimationDone.complete(),this._inputChanges.complete()}_containsFocus(){if(this._body){const V=this._document.activeElement,De=this._body.nativeElement;return V===De||De.contains(V)}return!1}}return Ue.\u0275fac=function(V){return new(V||Ue)(t.Y36(_,12),t.Y36(t.sBO),t.Y36(a.A8),t.Y36(t.s_b),t.Y36(L.K0),t.Y36(de.Qb,8),t.Y36(C,8))},Ue.\u0275cmp=t.Xpm({type:Ue,selectors:[["mat-expansion-panel"]],contentQueries:function(V,De,dt){if(1&V&&t.Suo(dt,v,5),2&V){let Ie;t.iGM(Ie=t.CRH())&&(De._lazyContent=Ie.first)}},viewQuery:function(V,De){if(1&V&&t.Gf(X,5),2&V){let dt;t.iGM(dt=t.CRH())&&(De._body=dt.first)}},hostAttrs:[1,"mat-expansion-panel"],hostVars:6,hostBindings:function(V,De){2&V&&t.ekj("mat-expanded",De.expanded)("_mat-animation-noopable","NoopAnimations"===De._animationMode)("mat-expansion-panel-spacing",De._hasSpacing())},inputs:{disabled:"disabled",expanded:"expanded",hideToggle:"hideToggle",togglePosition:"togglePosition"},outputs:{opened:"opened",closed:"closed",expandedChange:"expandedChange",afterExpand:"afterExpand",afterCollapse:"afterCollapse"},exportAs:["matExpansionPanel"],features:[t._Bn([{provide:_,useValue:void 0}]),t.qOj,t.TTD],ngContentSelectors:i,decls:7,vars:4,consts:[["role","region",1,"mat-expansion-panel-content",3,"id"],["body",""],[1,"mat-expansion-panel-body"],[3,"cdkPortalOutlet"]],template:function(V,De){1&V&&(t.F$t(y),t.Hsn(0),t.TgZ(1,"div",0,1),t.NdJ("@bodyExpansion.done",function(Ie){return De._bodyAnimationDone.next(Ie)}),t.TgZ(3,"div",2),t.Hsn(4,1),t.YNc(5,me,0,0,"ng-template",3),t.qZA(),t.Hsn(6,2),t.qZA()),2&V&&(t.xp6(1),t.Q6J("@bodyExpansion",De._getExpandedState())("id",De.id),t.uIk("aria-labelledby",De._headerId),t.xp6(4),t.Q6J("cdkPortalOutlet",De._portal))},directives:[D.Pl],styles:['.mat-expansion-panel{box-sizing:content-box;display:block;margin:0;border-radius:4px;overflow:hidden;transition:margin 225ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);position:relative}.mat-accordion .mat-expansion-panel:not(.mat-expanded),.mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing){border-radius:0}.mat-accordion .mat-expansion-panel:first-of-type{border-top-right-radius:4px;border-top-left-radius:4px}.mat-accordion .mat-expansion-panel:last-of-type{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.cdk-high-contrast-active .mat-expansion-panel{outline:solid 1px}.mat-expansion-panel.ng-animate-disabled,.ng-animate-disabled .mat-expansion-panel,.mat-expansion-panel._mat-animation-noopable{transition:none}.mat-expansion-panel-content{display:flex;flex-direction:column;overflow:visible}.mat-expansion-panel-content[style*="visibility: hidden"] *{visibility:hidden !important}.mat-expansion-panel-body{padding:0 24px 16px}.mat-expansion-panel-spacing{margin:16px 0}.mat-accordion>.mat-expansion-panel-spacing:first-child,.mat-accordion>*:first-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-top:0}.mat-accordion>.mat-expansion-panel-spacing:last-child,.mat-accordion>*:last-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-bottom:0}.mat-action-row{border-top-style:solid;border-top-width:1px;display:flex;flex-direction:row;justify-content:flex-end;padding:16px 8px 16px 24px}.mat-action-row .mat-button-base,.mat-action-row .mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-action-row .mat-button-base,[dir=rtl] .mat-action-row .mat-mdc-button-base{margin-left:0;margin-right:8px}\n'],encapsulation:2,data:{animation:[I.bodyExpansion]},changeDetection:0}),Ue})();class H{}const q=(0,k.sb)(H);let he=(()=>{class Ue extends q{constructor(V,De,dt,Ie,Ae,le,Te){super(),this.panel=V,this._element=De,this._focusMonitor=dt,this._changeDetectorRef=Ie,this._animationMode=le,this._parentChangeSubscription=M.w0.EMPTY;const xe=V.accordion?V.accordion._stateChanges.pipe((0,Y.h)(W=>!(!W.hideToggle&&!W.togglePosition))):te.E;this.tabIndex=parseInt(Te||"")||0,this._parentChangeSubscription=(0,ie.T)(V.opened,V.closed,xe,V._inputChanges.pipe((0,Y.h)(W=>!!(W.hideToggle||W.disabled||W.togglePosition)))).subscribe(()=>this._changeDetectorRef.markForCheck()),V.closed.pipe((0,Y.h)(()=>V._containsFocus())).subscribe(()=>dt.focusVia(De,"program")),Ae&&(this.expandedHeight=Ae.expandedHeight,this.collapsedHeight=Ae.collapsedHeight)}get disabled(){return this.panel.disabled}_toggle(){this.disabled||this.panel.toggle()}_isExpanded(){return this.panel.expanded}_getExpandedState(){return this.panel._getExpandedState()}_getPanelId(){return this.panel.id}_getTogglePosition(){return this.panel.togglePosition}_showToggle(){return!this.panel.hideToggle&&!this.panel.disabled}_getHeaderHeight(){const V=this._isExpanded();return V&&this.expandedHeight?this.expandedHeight:!V&&this.collapsedHeight?this.collapsedHeight:null}_keydown(V){switch(V.keyCode){case $.L_:case $.K5:(0,$.Vb)(V)||(V.preventDefault(),this._toggle());break;default:return void(this.panel.accordion&&this.panel.accordion._handleHeaderKeydown(V))}}focus(V,De){V?this._focusMonitor.focusVia(this._element,V,De):this._element.nativeElement.focus(De)}ngAfterViewInit(){this._focusMonitor.monitor(this._element).subscribe(V=>{V&&this.panel.accordion&&this.panel.accordion._handleHeaderFocus(this)})}ngOnDestroy(){this._parentChangeSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._element)}}return Ue.\u0275fac=function(V){return new(V||Ue)(t.Y36(B,1),t.Y36(t.SBq),t.Y36(S.tE),t.Y36(t.sBO),t.Y36(C,8),t.Y36(de.Qb,8),t.$8M("tabindex"))},Ue.\u0275cmp=t.Xpm({type:Ue,selectors:[["mat-expansion-panel-header"]],hostAttrs:["role","button",1,"mat-expansion-panel-header","mat-focus-indicator"],hostVars:15,hostBindings:function(V,De){1&V&&t.NdJ("click",function(){return De._toggle()})("keydown",function(Ie){return De._keydown(Ie)}),2&V&&(t.uIk("id",De.panel._headerId)("tabindex",De.tabIndex)("aria-controls",De._getPanelId())("aria-expanded",De._isExpanded())("aria-disabled",De.panel.disabled),t.Udp("height",De._getHeaderHeight()),t.ekj("mat-expanded",De._isExpanded())("mat-expansion-toggle-indicator-after","after"===De._getTogglePosition())("mat-expansion-toggle-indicator-before","before"===De._getTogglePosition())("_mat-animation-noopable","NoopAnimations"===De._animationMode))},inputs:{tabIndex:"tabIndex",expandedHeight:"expandedHeight",collapsedHeight:"collapsedHeight"},features:[t.qOj],ngContentSelectors:c,decls:5,vars:1,consts:[[1,"mat-content"],["class","mat-expansion-indicator",4,"ngIf"],[1,"mat-expansion-indicator"]],template:function(V,De){1&V&&(t.F$t(u),t.TgZ(0,"span",0),t.Hsn(1),t.Hsn(2,1),t.Hsn(3,2),t.qZA(),t.YNc(4,r,1,1,"span",1)),2&V&&(t.xp6(4),t.Q6J("ngIf",De._showToggle()))},directives:[L.O5],styles:['.mat-expansion-panel-header{display:flex;flex-direction:row;align-items:center;padding:0 24px;border-radius:inherit;transition:height 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel-header._mat-animation-noopable{transition:none}.mat-expansion-panel-header:focus,.mat-expansion-panel-header:hover{outline:none}.mat-expansion-panel-header.mat-expanded:focus,.mat-expansion-panel-header.mat-expanded:hover{background:inherit}.mat-expansion-panel-header:not([aria-disabled=true]){cursor:pointer}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before{flex-direction:row-reverse}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 16px 0 0}[dir=rtl] .mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 0 0 16px}.mat-content{display:flex;flex:1;flex-direction:row;overflow:hidden}.mat-expansion-panel-header-title,.mat-expansion-panel-header-description{display:flex;flex-grow:1;margin-right:16px;align-items:center}[dir=rtl] .mat-expansion-panel-header-title,[dir=rtl] .mat-expansion-panel-header-description{margin-right:0;margin-left:16px}.mat-expansion-panel-header-description{flex-grow:2}.mat-expansion-indicator::after{border-style:solid;border-width:0 2px 2px 0;content:"";display:inline-block;padding:3px;transform:rotate(45deg);vertical-align:middle}.cdk-high-contrast-active .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true])::before,.cdk-high-contrast-active .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true])::before,.cdk-high-contrast-active .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true])::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;border:3px solid;border-radius:4px;content:""}.cdk-high-contrast-active .mat-expansion-panel-content{border-top:1px solid;border-top-left-radius:0;border-top-right-radius:0}\n'],encapsulation:2,data:{animation:[I.indicatorRotate]},changeDetection:0}),Ue})(),_e=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["mat-panel-description"]],hostAttrs:[1,"mat-expansion-panel-header-description"]}),Ue})(),Ne=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["mat-panel-title"]],hostAttrs:[1,"mat-expansion-panel-header-title"]}),Ue})(),we=(()=>{class Ue extends N{constructor(){super(...arguments),this._ownHeaders=new t.n_E,this._hideToggle=!1,this.displayMode="default",this.togglePosition="after"}get hideToggle(){return this._hideToggle}set hideToggle(V){this._hideToggle=(0,e.Ig)(V)}ngAfterContentInit(){this._headers.changes.pipe((0,Z.O)(this._headers)).subscribe(V=>{this._ownHeaders.reset(V.filter(De=>De.panel.accordion===this)),this._ownHeaders.notifyOnChanges()}),this._keyManager=new S.Em(this._ownHeaders).withWrap().withHomeAndEnd()}_handleHeaderKeydown(V){this._keyManager.onKeydown(V)}_handleHeaderFocus(V){this._keyManager.updateActiveItem(V)}ngOnDestroy(){super.ngOnDestroy(),this._ownHeaders.destroy()}}return Ue.\u0275fac=function(){let ye;return function(De){return(ye||(ye=t.n5z(Ue)))(De||Ue)}}(),Ue.\u0275dir=t.lG2({type:Ue,selectors:[["mat-accordion"]],contentQueries:function(V,De,dt){if(1&V&&t.Suo(dt,he,5),2&V){let Ie;t.iGM(Ie=t.CRH())&&(De._headers=Ie)}},hostAttrs:[1,"mat-accordion"],hostVars:2,hostBindings:function(V,De){2&V&&t.ekj("mat-accordion-multi",De.multi)},inputs:{multi:"multi",hideToggle:"hideToggle",displayMode:"displayMode",togglePosition:"togglePosition"},exportAs:["matAccordion"],features:[t._Bn([{provide:_,useExisting:Ue}]),t.qOj]}),Ue})(),Q=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275mod=t.oAB({type:Ue}),Ue.\u0275inj=t.cJS({imports:[[L.ez,k.BQ,w,D.eL]]}),Ue})()},7322:(Ve,j,p)=>{"use strict";p.d(j,{Eo:()=>n,G_:()=>le,KE:()=>Te,R9:()=>ye,TO:()=>I,bx:()=>he,lN:()=>xe});var t=p(7144),e=p(9808),f=p(5e3),M=p(508),a=p(3191),b=p(7579),d=p(6451),N=p(4968),h=p(8675),A=p(2722),w=p(5698),D=p(1777),L=p(6360),k=p(226),S=p(925);const U=["connectionContainer"],Z=["inputContainer"],Y=["label"];function ne(W,ee){1&W&&(f.ynx(0),f.TgZ(1,"div",14),f._UZ(2,"div",15)(3,"div",16)(4,"div",17),f.qZA(),f.TgZ(5,"div",18),f._UZ(6,"div",15)(7,"div",16)(8,"div",17),f.qZA(),f.BQk())}function $(W,ee){if(1&W){const ue=f.EpF();f.TgZ(0,"div",19),f.NdJ("cdkObserveContent",function(){return f.CHM(ue),f.oxw().updateOutlineGap()}),f.Hsn(1,1),f.qZA()}if(2&W){const ue=f.oxw();f.Q6J("cdkObserveContentDisabled","outline"!=ue.appearance)}}function de(W,ee){if(1&W&&(f.ynx(0),f.Hsn(1,2),f.TgZ(2,"span"),f._uU(3),f.qZA(),f.BQk()),2&W){const ue=f.oxw(2);f.xp6(3),f.Oqu(ue._control.placeholder)}}function te(W,ee){1&W&&f.Hsn(0,3,["*ngSwitchCase","true"])}function ie(W,ee){1&W&&(f.TgZ(0,"span",23),f._uU(1," *"),f.qZA())}function oe(W,ee){if(1&W){const ue=f.EpF();f.TgZ(0,"label",20,21),f.NdJ("cdkObserveContent",function(){return f.CHM(ue),f.oxw().updateOutlineGap()}),f.YNc(2,de,4,1,"ng-container",12),f.YNc(3,te,1,0,"ng-content",12),f.YNc(4,ie,2,0,"span",22),f.qZA()}if(2&W){const ue=f.oxw();f.ekj("mat-empty",ue._control.empty&&!ue._shouldAlwaysFloat())("mat-form-field-empty",ue._control.empty&&!ue._shouldAlwaysFloat())("mat-accent","accent"==ue.color)("mat-warn","warn"==ue.color),f.Q6J("cdkObserveContentDisabled","outline"!=ue.appearance)("id",ue._labelId)("ngSwitch",ue._hasLabel()),f.uIk("for",ue._control.id)("aria-owns",ue._control.id),f.xp6(2),f.Q6J("ngSwitchCase",!1),f.xp6(1),f.Q6J("ngSwitchCase",!0),f.xp6(1),f.Q6J("ngIf",!ue.hideRequiredMarker&&ue._control.required&&!ue._control.disabled)}}function X(W,ee){1&W&&(f.TgZ(0,"div",24),f.Hsn(1,4),f.qZA())}function me(W,ee){if(1&W&&(f.TgZ(0,"div",25),f._UZ(1,"span",26),f.qZA()),2&W){const ue=f.oxw();f.xp6(1),f.ekj("mat-accent","accent"==ue.color)("mat-warn","warn"==ue.color)}}function y(W,ee){if(1&W&&(f.TgZ(0,"div"),f.Hsn(1,5),f.qZA()),2&W){const ue=f.oxw();f.Q6J("@transitionMessages",ue._subscriptAnimationState)}}function i(W,ee){if(1&W&&(f.TgZ(0,"div",30),f._uU(1),f.qZA()),2&W){const ue=f.oxw(2);f.Q6J("id",ue._hintLabelId),f.xp6(1),f.Oqu(ue.hintLabel)}}function r(W,ee){if(1&W&&(f.TgZ(0,"div",27),f.YNc(1,i,2,2,"div",28),f.Hsn(2,6),f._UZ(3,"div",29),f.Hsn(4,7),f.qZA()),2&W){const ue=f.oxw();f.Q6J("@transitionMessages",ue._subscriptAnimationState),f.xp6(1),f.Q6J("ngIf",ue.hintLabel)}}const u=["*",[["","matPrefix",""]],[["mat-placeholder"]],[["mat-label"]],[["","matSuffix",""]],[["mat-error"]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],c=["*","[matPrefix]","mat-placeholder","mat-label","[matSuffix]","mat-error","mat-hint:not([align='end'])","mat-hint[align='end']"];let _=0;const E=new f.OlP("MatError");let I=(()=>{class W{constructor(ue,Ce){this.id="mat-error-"+_++,ue||Ce.nativeElement.setAttribute("aria-live","polite")}}return W.\u0275fac=function(ue){return new(ue||W)(f.$8M("aria-live"),f.Y36(f.SBq))},W.\u0275dir=f.lG2({type:W,selectors:[["mat-error"]],hostAttrs:["aria-atomic","true",1,"mat-error"],hostVars:1,hostBindings:function(ue,Ce){2&ue&&f.uIk("id",Ce.id)},inputs:{id:"id"},features:[f._Bn([{provide:E,useExisting:W}])]}),W})();const v={transitionMessages:(0,D.X$)("transitionMessages",[(0,D.SB)("enter",(0,D.oB)({opacity:1,transform:"translateY(0%)"})),(0,D.eR)("void => enter",[(0,D.oB)({opacity:0,transform:"translateY(-5px)"}),(0,D.jt)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let n=(()=>{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W}),W})(),H=0;const q=new f.OlP("MatHint");let he=(()=>{class W{constructor(){this.align="start",this.id="mat-hint-"+H++}}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W,selectors:[["mat-hint"]],hostAttrs:[1,"mat-hint"],hostVars:4,hostBindings:function(ue,Ce){2&ue&&(f.uIk("id",Ce.id)("align",null),f.ekj("mat-form-field-hint-end","end"===Ce.align))},inputs:{align:"align",id:"id"},features:[f._Bn([{provide:q,useExisting:W}])]}),W})(),_e=(()=>{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W,selectors:[["mat-label"]]}),W})(),Ne=(()=>{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W,selectors:[["mat-placeholder"]]}),W})();const we=new f.OlP("MatPrefix"),Ue=new f.OlP("MatSuffix");let ye=(()=>{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W,selectors:[["","matSuffix",""]],features:[f._Bn([{provide:Ue,useExisting:W}])]}),W})(),V=0;const Ie=(0,M.pj)(class{constructor(W){this._elementRef=W}},"primary"),Ae=new f.OlP("MAT_FORM_FIELD_DEFAULT_OPTIONS"),le=new f.OlP("MatFormField");let Te=(()=>{class W extends Ie{constructor(ue,Ce,Le,ut,ht,It,ui){super(ue),this._changeDetectorRef=Ce,this._dir=Le,this._defaults=ut,this._platform=ht,this._ngZone=It,this._outlineGapCalculationNeededImmediately=!1,this._outlineGapCalculationNeededOnStable=!1,this._destroyed=new b.x,this._showAlwaysAnimate=!1,this._subscriptAnimationState="",this._hintLabel="",this._hintLabelId="mat-hint-"+V++,this._labelId="mat-form-field-label-"+V++,this.floatLabel=this._getDefaultFloatLabelState(),this._animationsEnabled="NoopAnimations"!==ui,this.appearance=ut&&ut.appearance?ut.appearance:"legacy",this._hideRequiredMarker=!(!ut||null==ut.hideRequiredMarker)&&ut.hideRequiredMarker}get appearance(){return this._appearance}set appearance(ue){const Ce=this._appearance;this._appearance=ue||this._defaults&&this._defaults.appearance||"legacy","outline"===this._appearance&&Ce!==ue&&(this._outlineGapCalculationNeededOnStable=!0)}get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(ue){this._hideRequiredMarker=(0,a.Ig)(ue)}_shouldAlwaysFloat(){return"always"===this.floatLabel&&!this._showAlwaysAnimate}_canLabelFloat(){return"never"!==this.floatLabel}get hintLabel(){return this._hintLabel}set hintLabel(ue){this._hintLabel=ue,this._processHints()}get floatLabel(){return"legacy"!==this.appearance&&"never"===this._floatLabel?"auto":this._floatLabel}set floatLabel(ue){ue!==this._floatLabel&&(this._floatLabel=ue||this._getDefaultFloatLabelState(),this._changeDetectorRef.markForCheck())}get _control(){return this._explicitFormFieldControl||this._controlNonStatic||this._controlStatic}set _control(ue){this._explicitFormFieldControl=ue}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._connectionContainerRef||this._elementRef}ngAfterContentInit(){this._validateControlChild();const ue=this._control;ue.controlType&&this._elementRef.nativeElement.classList.add(`mat-form-field-type-${ue.controlType}`),ue.stateChanges.pipe((0,h.O)(null)).subscribe(()=>{this._validatePlaceholders(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),ue.ngControl&&ue.ngControl.valueChanges&&ue.ngControl.valueChanges.pipe((0,A.R)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck()),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,A.R)(this._destroyed)).subscribe(()=>{this._outlineGapCalculationNeededOnStable&&this.updateOutlineGap()})}),(0,d.T)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._outlineGapCalculationNeededOnStable=!0,this._changeDetectorRef.markForCheck()}),this._hintChildren.changes.pipe((0,h.O)(null)).subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.pipe((0,h.O)(null)).subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._dir&&this._dir.change.pipe((0,A.R)(this._destroyed)).subscribe(()=>{"function"==typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>this.updateOutlineGap())}):this.updateOutlineGap()})}ngAfterContentChecked(){this._validateControlChild(),this._outlineGapCalculationNeededImmediately&&this.updateOutlineGap()}ngAfterViewInit(){this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_shouldForward(ue){const Ce=this._control?this._control.ngControl:null;return Ce&&Ce[ue]}_hasPlaceholder(){return!!(this._control&&this._control.placeholder||this._placeholderChild)}_hasLabel(){return!(!this._labelChildNonStatic&&!this._labelChildStatic)}_shouldLabelFloat(){return this._canLabelFloat()&&(this._control&&this._control.shouldLabelFloat||this._shouldAlwaysFloat())}_hideControlPlaceholder(){return"legacy"===this.appearance&&!this._hasLabel()||this._hasLabel()&&!this._shouldLabelFloat()}_hasFloatingLabel(){return this._hasLabel()||"legacy"===this.appearance&&this._hasPlaceholder()}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_animateAndLockLabel(){this._hasFloatingLabel()&&this._canLabelFloat()&&(this._animationsEnabled&&this._label&&(this._showAlwaysAnimate=!0,(0,N.R)(this._label.nativeElement,"transitionend").pipe((0,w.q)(1)).subscribe(()=>{this._showAlwaysAnimate=!1})),this.floatLabel="always",this._changeDetectorRef.markForCheck())}_validatePlaceholders(){}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_getDefaultFloatLabelState(){return this._defaults&&this._defaults.floatLabel||"auto"}_syncDescribedByIds(){if(this._control){let ue=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&ue.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const Ce=this._hintChildren?this._hintChildren.find(ut=>"start"===ut.align):null,Le=this._hintChildren?this._hintChildren.find(ut=>"end"===ut.align):null;Ce?ue.push(Ce.id):this._hintLabel&&ue.push(this._hintLabelId),Le&&ue.push(Le.id)}else this._errorChildren&&ue.push(...this._errorChildren.map(Ce=>Ce.id));this._control.setDescribedByIds(ue)}}_validateControlChild(){}updateOutlineGap(){const ue=this._label?this._label.nativeElement:null,Ce=this._connectionContainerRef.nativeElement,Le=".mat-form-field-outline-start",ut=".mat-form-field-outline-gap";if("outline"!==this.appearance||!this._platform.isBrowser)return;if(!ue||!ue.children.length||!ue.textContent.trim()){const Gt=Ce.querySelectorAll(`${Le}, ${ut}`);for(let hi=0;hi0?.75*Ct+10:0}for(let Gt=0;Gt{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275mod=f.oAB({type:W}),W.\u0275inj=f.cJS({imports:[[e.ez,M.BQ,t.Q8],M.BQ]}),W})()},3954:(Ve,j,p)=>{"use strict";p.d(j,{DX:()=>D,Il:()=>X,N6:()=>me});var t=p(5e3),e=p(508),f=p(3191),M=p(226);const a=["*"];class h{constructor(){this.columnIndex=0,this.rowIndex=0}get rowCount(){return this.rowIndex+1}get rowspan(){const r=Math.max(...this.tracker);return r>1?this.rowCount+r-1:this.rowCount}update(r,u){this.columnIndex=0,this.rowIndex=0,this.tracker=new Array(r),this.tracker.fill(0,0,this.tracker.length),this.positions=u.map(c=>this._trackTile(c))}_trackTile(r){const u=this._findMatchingGap(r.colspan);return this._markTilePosition(u,r),this.columnIndex=u+r.colspan,new A(this.rowIndex,u)}_findMatchingGap(r){let u=-1,c=-1;do{this.columnIndex+r>this.tracker.length?(this._nextRow(),u=this.tracker.indexOf(0,this.columnIndex),c=this._findGapEndIndex(u)):(u=this.tracker.indexOf(0,this.columnIndex),-1!=u?(c=this._findGapEndIndex(u),this.columnIndex=u+1):(this._nextRow(),u=this.tracker.indexOf(0,this.columnIndex),c=this._findGapEndIndex(u)))}while(c-u{class i{constructor(u,c){this._element=u,this._gridList=c,this._rowspan=1,this._colspan=1}get rowspan(){return this._rowspan}set rowspan(u){this._rowspan=Math.round((0,f.su)(u))}get colspan(){return this._colspan}set colspan(u){this._colspan=Math.round((0,f.su)(u))}_setStyle(u,c){this._element.nativeElement.style[u]=c}}return i.\u0275fac=function(u){return new(u||i)(t.Y36(t.SBq),t.Y36(w,8))},i.\u0275cmp=t.Xpm({type:i,selectors:[["mat-grid-tile"]],hostAttrs:[1,"mat-grid-tile"],hostVars:2,hostBindings:function(u,c){2&u&&t.uIk("rowspan",c.rowspan)("colspan",c.colspan)},inputs:{rowspan:"rowspan",colspan:"colspan"},exportAs:["matGridTile"],ngContentSelectors:a,decls:2,vars:0,consts:[[1,"mat-grid-tile-content"]],template:function(u,c){1&u&&(t.F$t(),t.TgZ(0,"div",0),t.Hsn(1),t.qZA())},styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"],encapsulation:2,changeDetection:0}),i})();const Z=/^-?\d+((\.\d+)?[A-Za-z%$]?)+$/;class Y{constructor(){this._rows=0,this._rowspan=0}init(r,u,c,_){this._gutterSize=ie(r),this._rows=u.rowCount,this._rowspan=u.rowspan,this._cols=c,this._direction=_}getBaseTileSize(r,u){return`(${r}% - (${this._gutterSize} * ${u}))`}getTilePosition(r,u){return 0===u?"0":te(`(${r} + ${this._gutterSize}) * ${u}`)}getTileSize(r,u){return`(${r} * ${u}) + (${u-1} * ${this._gutterSize})`}setStyle(r,u,c){let _=100/this._cols,E=(this._cols-1)/this._cols;this.setColStyles(r,c,_,E),this.setRowStyles(r,u,_,E)}setColStyles(r,u,c,_){let E=this.getBaseTileSize(c,_);r._setStyle("rtl"===this._direction?"right":"left",this.getTilePosition(E,u)),r._setStyle("width",te(this.getTileSize(E,r.colspan)))}getGutterSpan(){return`${this._gutterSize} * (${this._rowspan} - 1)`}getTileSpan(r){return`${this._rowspan} * ${this.getTileSize(r,1)}`}getComputedHeight(){return null}}class ne extends Y{constructor(r){super(),this.fixedRowHeight=r}init(r,u,c,_){super.init(r,u,c,_),this.fixedRowHeight=ie(this.fixedRowHeight),Z.test(this.fixedRowHeight)}setRowStyles(r,u){r._setStyle("top",this.getTilePosition(this.fixedRowHeight,u)),r._setStyle("height",te(this.getTileSize(this.fixedRowHeight,r.rowspan)))}getComputedHeight(){return["height",te(`${this.getTileSpan(this.fixedRowHeight)} + ${this.getGutterSpan()}`)]}reset(r){r._setListStyle(["height",null]),r._tiles&&r._tiles.forEach(u=>{u._setStyle("top",null),u._setStyle("height",null)})}}class $ extends Y{constructor(r){super(),this._parseRatio(r)}setRowStyles(r,u,c,_){this.baseTileHeight=this.getBaseTileSize(c/this.rowHeightRatio,_),r._setStyle("marginTop",this.getTilePosition(this.baseTileHeight,u)),r._setStyle("paddingTop",te(this.getTileSize(this.baseTileHeight,r.rowspan)))}getComputedHeight(){return["paddingBottom",te(`${this.getTileSpan(this.baseTileHeight)} + ${this.getGutterSpan()}`)]}reset(r){r._setListStyle(["paddingBottom",null]),r._tiles.forEach(u=>{u._setStyle("marginTop",null),u._setStyle("paddingTop",null)})}_parseRatio(r){const u=r.split(":");this.rowHeightRatio=parseFloat(u[0])/parseFloat(u[1])}}class de extends Y{setRowStyles(r,u){let E=this.getBaseTileSize(100/this._rowspan,(this._rows-1)/this._rows);r._setStyle("top",this.getTilePosition(E,u)),r._setStyle("height",te(this.getTileSize(E,r.rowspan)))}reset(r){r._tiles&&r._tiles.forEach(u=>{u._setStyle("top",null),u._setStyle("height",null)})}}function te(i){return`calc(${i})`}function ie(i){return i.match(/([A-Za-z%]+)$/)?i:`${i}px`}let X=(()=>{class i{constructor(u,c){this._element=u,this._dir=c,this._gutter="1px"}get cols(){return this._cols}set cols(u){this._cols=Math.max(1,Math.round((0,f.su)(u)))}get gutterSize(){return this._gutter}set gutterSize(u){this._gutter=`${null==u?"":u}`}get rowHeight(){return this._rowHeight}set rowHeight(u){const c=`${null==u?"":u}`;c!==this._rowHeight&&(this._rowHeight=c,this._setTileStyler(this._rowHeight))}ngOnInit(){this._checkCols(),this._checkRowHeight()}ngAfterContentChecked(){this._layoutTiles()}_checkCols(){}_checkRowHeight(){this._rowHeight||this._setTileStyler("1:1")}_setTileStyler(u){this._tileStyler&&this._tileStyler.reset(this),this._tileStyler="fit"===u?new de:u&&u.indexOf(":")>-1?new $(u):new ne(u)}_layoutTiles(){this._tileCoordinator||(this._tileCoordinator=new h);const u=this._tileCoordinator,c=this._tiles.filter(E=>!E._gridList||E._gridList===this),_=this._dir?this._dir.value:"ltr";this._tileCoordinator.update(this.cols,c),this._tileStyler.init(this.gutterSize,u,this.cols,_),c.forEach((E,I)=>{const v=u.positions[I];this._tileStyler.setStyle(E,v.row,v.col)}),this._setListStyle(this._tileStyler.getComputedHeight())}_setListStyle(u){u&&(this._element.nativeElement.style[u[0]]=u[1])}}return i.\u0275fac=function(u){return new(u||i)(t.Y36(t.SBq),t.Y36(M.Is,8))},i.\u0275cmp=t.Xpm({type:i,selectors:[["mat-grid-list"]],contentQueries:function(u,c,_){if(1&u&&t.Suo(_,D,5),2&u){let E;t.iGM(E=t.CRH())&&(c._tiles=E)}},hostAttrs:[1,"mat-grid-list"],hostVars:1,hostBindings:function(u,c){2&u&&t.uIk("cols",c.cols)},inputs:{cols:"cols",gutterSize:"gutterSize",rowHeight:"rowHeight"},exportAs:["matGridList"],features:[t._Bn([{provide:w,useExisting:i}])],ngContentSelectors:a,decls:2,vars:0,template:function(u,c){1&u&&(t.F$t(),t.TgZ(0,"div"),t.Hsn(1),t.qZA())},styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"],encapsulation:2,changeDetection:0}),i})(),me=(()=>{class i{}return i.\u0275fac=function(u){return new(u||i)},i.\u0275mod=t.oAB({type:i}),i.\u0275inj=t.cJS({imports:[[e.uc,e.BQ],e.uc,e.BQ]}),i})()},5245:(Ve,j,p)=>{"use strict";p.d(j,{Hw:()=>B,Ps:()=>P});var t=p(5e3),e=p(508),f=p(3191),M=p(9808),a=p(9646),b=p(2843),d=p(4128),N=p(727),h=p(8505),A=p(4004),w=p(262),D=p(8746),L=p(3099),k=p(5698),S=p(8138),U=p(2313);const Z=["*"];let Y;function $(H){var q;return(null===(q=function ne(){if(void 0===Y&&(Y=null,"undefined"!=typeof window)){const H=window;void 0!==H.trustedTypes&&(Y=H.trustedTypes.createPolicy("angular#components",{createHTML:q=>q}))}return Y}())||void 0===q?void 0:q.createHTML(H))||H}function de(H){return Error(`Unable to find icon with the name "${H}"`)}function ie(H){return Error(`The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was "${H}".`)}function oe(H){return Error(`The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was "${H}".`)}class X{constructor(q,he,_e){this.url=q,this.svgText=he,this.options=_e}}let me=(()=>{class H{constructor(he,_e,Ne,we){this._httpClient=he,this._sanitizer=_e,this._errorHandler=we,this._svgIconConfigs=new Map,this._iconSetConfigs=new Map,this._cachedIconsByUrl=new Map,this._inProgressUrlFetches=new Map,this._fontCssClassesByAlias=new Map,this._resolvers=[],this._defaultFontSetClass="material-icons",this._document=Ne}addSvgIcon(he,_e,Ne){return this.addSvgIconInNamespace("",he,_e,Ne)}addSvgIconLiteral(he,_e,Ne){return this.addSvgIconLiteralInNamespace("",he,_e,Ne)}addSvgIconInNamespace(he,_e,Ne,we){return this._addSvgIconConfig(he,_e,new X(Ne,null,we))}addSvgIconResolver(he){return this._resolvers.push(he),this}addSvgIconLiteralInNamespace(he,_e,Ne,we){const Q=this._sanitizer.sanitize(t.q3G.HTML,Ne);if(!Q)throw oe(Ne);const Ue=$(Q);return this._addSvgIconConfig(he,_e,new X("",Ue,we))}addSvgIconSet(he,_e){return this.addSvgIconSetInNamespace("",he,_e)}addSvgIconSetLiteral(he,_e){return this.addSvgIconSetLiteralInNamespace("",he,_e)}addSvgIconSetInNamespace(he,_e,Ne){return this._addSvgIconSetConfig(he,new X(_e,null,Ne))}addSvgIconSetLiteralInNamespace(he,_e,Ne){const we=this._sanitizer.sanitize(t.q3G.HTML,_e);if(!we)throw oe(_e);const Q=$(we);return this._addSvgIconSetConfig(he,new X("",Q,Ne))}registerFontClassAlias(he,_e=he){return this._fontCssClassesByAlias.set(he,_e),this}classNameForFontAlias(he){return this._fontCssClassesByAlias.get(he)||he}setDefaultFontSetClass(he){return this._defaultFontSetClass=he,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(he){const _e=this._sanitizer.sanitize(t.q3G.RESOURCE_URL,he);if(!_e)throw ie(he);const Ne=this._cachedIconsByUrl.get(_e);return Ne?(0,a.of)(r(Ne)):this._loadSvgIconFromConfig(new X(he,null)).pipe((0,h.b)(we=>this._cachedIconsByUrl.set(_e,we)),(0,A.U)(we=>r(we)))}getNamedSvgIcon(he,_e=""){const Ne=u(_e,he);let we=this._svgIconConfigs.get(Ne);if(we)return this._getSvgFromConfig(we);if(we=this._getIconConfigFromResolvers(_e,he),we)return this._svgIconConfigs.set(Ne,we),this._getSvgFromConfig(we);const Q=this._iconSetConfigs.get(_e);return Q?this._getSvgFromIconSetConfigs(he,Q):(0,b._)(de(Ne))}ngOnDestroy(){this._resolvers=[],this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(he){return he.svgText?(0,a.of)(r(this._svgElementFromConfig(he))):this._loadSvgIconFromConfig(he).pipe((0,A.U)(_e=>r(_e)))}_getSvgFromIconSetConfigs(he,_e){const Ne=this._extractIconWithNameFromAnySet(he,_e);if(Ne)return(0,a.of)(Ne);const we=_e.filter(Q=>!Q.svgText).map(Q=>this._loadSvgIconSetFromConfig(Q).pipe((0,w.K)(Ue=>{const V=`Loading icon set URL: ${this._sanitizer.sanitize(t.q3G.RESOURCE_URL,Q.url)} failed: ${Ue.message}`;return this._errorHandler.handleError(new Error(V)),(0,a.of)(null)})));return(0,d.D)(we).pipe((0,A.U)(()=>{const Q=this._extractIconWithNameFromAnySet(he,_e);if(!Q)throw de(he);return Q}))}_extractIconWithNameFromAnySet(he,_e){for(let Ne=_e.length-1;Ne>=0;Ne--){const we=_e[Ne];if(we.svgText&&we.svgText.toString().indexOf(he)>-1){const Q=this._svgElementFromConfig(we),Ue=this._extractSvgIconFromSet(Q,he,we.options);if(Ue)return Ue}}return null}_loadSvgIconFromConfig(he){return this._fetchIcon(he).pipe((0,h.b)(_e=>he.svgText=_e),(0,A.U)(()=>this._svgElementFromConfig(he)))}_loadSvgIconSetFromConfig(he){return he.svgText?(0,a.of)(null):this._fetchIcon(he).pipe((0,h.b)(_e=>he.svgText=_e))}_extractSvgIconFromSet(he,_e,Ne){const we=he.querySelector(`[id="${_e}"]`);if(!we)return null;const Q=we.cloneNode(!0);if(Q.removeAttribute("id"),"svg"===Q.nodeName.toLowerCase())return this._setSvgAttributes(Q,Ne);if("symbol"===Q.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(Q),Ne);const Ue=this._svgElementFromString($(""));return Ue.appendChild(Q),this._setSvgAttributes(Ue,Ne)}_svgElementFromString(he){const _e=this._document.createElement("DIV");_e.innerHTML=he;const Ne=_e.querySelector("svg");if(!Ne)throw Error(" tag not found");return Ne}_toSvgElement(he){const _e=this._svgElementFromString($("")),Ne=he.attributes;for(let we=0;we$(De)),(0,D.x)(()=>this._inProgressUrlFetches.delete(Ue)),(0,L.B)());return this._inProgressUrlFetches.set(Ue,V),V}_addSvgIconConfig(he,_e,Ne){return this._svgIconConfigs.set(u(he,_e),Ne),this}_addSvgIconSetConfig(he,_e){const Ne=this._iconSetConfigs.get(he);return Ne?Ne.push(_e):this._iconSetConfigs.set(he,[_e]),this}_svgElementFromConfig(he){if(!he.svgElement){const _e=this._svgElementFromString(he.svgText);this._setSvgAttributes(_e,he.options),he.svgElement=_e}return he.svgElement}_getIconConfigFromResolvers(he,_e){for(let Ne=0;Neq?q.pathname+q.search:""}}}),v=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],n=v.map(H=>`[${H}]`).join(", "),C=/^url\(['"]?#(.*?)['"]?\)$/;let B=(()=>{class H extends _{constructor(he,_e,Ne,we,Q){super(he),this._iconRegistry=_e,this._location=we,this._errorHandler=Q,this._inline=!1,this._currentIconFetch=N.w0.EMPTY,Ne||he.nativeElement.setAttribute("aria-hidden","true")}get inline(){return this._inline}set inline(he){this._inline=(0,f.Ig)(he)}get svgIcon(){return this._svgIcon}set svgIcon(he){he!==this._svgIcon&&(he?this._updateSvgIcon(he):this._svgIcon&&this._clearSvgElement(),this._svgIcon=he)}get fontSet(){return this._fontSet}set fontSet(he){const _e=this._cleanupFontValue(he);_e!==this._fontSet&&(this._fontSet=_e,this._updateFontIconClasses())}get fontIcon(){return this._fontIcon}set fontIcon(he){const _e=this._cleanupFontValue(he);_e!==this._fontIcon&&(this._fontIcon=_e,this._updateFontIconClasses())}_splitIconName(he){if(!he)return["",""];const _e=he.split(":");switch(_e.length){case 1:return["",_e[0]];case 2:return _e;default:throw Error(`Invalid icon name: "${he}"`)}}ngOnInit(){this._updateFontIconClasses()}ngAfterViewChecked(){const he=this._elementsWithExternalReferences;if(he&&he.size){const _e=this._location.getPathname();_e!==this._previousPath&&(this._previousPath=_e,this._prependPathToReferences(_e))}}ngOnDestroy(){this._currentIconFetch.unsubscribe(),this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(he){this._clearSvgElement();const _e=this._location.getPathname();this._previousPath=_e,this._cacheChildrenWithExternalReferences(he),this._prependPathToReferences(_e),this._elementRef.nativeElement.appendChild(he)}_clearSvgElement(){const he=this._elementRef.nativeElement;let _e=he.childNodes.length;for(this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear();_e--;){const Ne=he.childNodes[_e];(1!==Ne.nodeType||"svg"===Ne.nodeName.toLowerCase())&&Ne.remove()}}_updateFontIconClasses(){if(!this._usingFontIcon())return;const he=this._elementRef.nativeElement,_e=this.fontSet?this._iconRegistry.classNameForFontAlias(this.fontSet):this._iconRegistry.getDefaultFontSetClass();_e!=this._previousFontSetClass&&(this._previousFontSetClass&&he.classList.remove(this._previousFontSetClass),_e&&he.classList.add(_e),this._previousFontSetClass=_e),this.fontIcon!=this._previousFontIconClass&&(this._previousFontIconClass&&he.classList.remove(this._previousFontIconClass),this.fontIcon&&he.classList.add(this.fontIcon),this._previousFontIconClass=this.fontIcon)}_cleanupFontValue(he){return"string"==typeof he?he.trim().split(" ")[0]:he}_prependPathToReferences(he){const _e=this._elementsWithExternalReferences;_e&&_e.forEach((Ne,we)=>{Ne.forEach(Q=>{we.setAttribute(Q.name,`url('${he}#${Q.value}')`)})})}_cacheChildrenWithExternalReferences(he){const _e=he.querySelectorAll(n),Ne=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let we=0;we<_e.length;we++)v.forEach(Q=>{const Ue=_e[we],ye=Ue.getAttribute(Q),V=ye?ye.match(C):null;if(V){let De=Ne.get(Ue);De||(De=[],Ne.set(Ue,De)),De.push({name:Q,value:V[1]})}})}_updateSvgIcon(he){if(this._svgNamespace=null,this._svgName=null,this._currentIconFetch.unsubscribe(),he){const[_e,Ne]=this._splitIconName(he);_e&&(this._svgNamespace=_e),Ne&&(this._svgName=Ne),this._currentIconFetch=this._iconRegistry.getNamedSvgIcon(Ne,_e).pipe((0,k.q)(1)).subscribe(we=>this._setSvgElement(we),we=>{this._errorHandler.handleError(new Error(`Error retrieving icon ${_e}:${Ne}! ${we.message}`))})}}}return H.\u0275fac=function(he){return new(he||H)(t.Y36(t.SBq),t.Y36(me),t.$8M("aria-hidden"),t.Y36(E),t.Y36(t.qLn))},H.\u0275cmp=t.Xpm({type:H,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:7,hostBindings:function(he,_e){2&he&&(t.uIk("data-mat-icon-type",_e._usingFontIcon()?"font":"svg")("data-mat-icon-name",_e._svgName||_e.fontIcon)("data-mat-icon-namespace",_e._svgNamespace||_e.fontSet),t.ekj("mat-icon-inline",_e.inline)("mat-icon-no-color","primary"!==_e.color&&"accent"!==_e.color&&"warn"!==_e.color))},inputs:{color:"color",inline:"inline",svgIcon:"svgIcon",fontSet:"fontSet",fontIcon:"fontIcon"},exportAs:["matIcon"],features:[t.qOj],ngContentSelectors:Z,decls:1,vars:0,template:function(he,_e){1&he&&(t.F$t(),t.Hsn(0))},styles:[".mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}\n"],encapsulation:2,changeDetection:0}),H})(),P=(()=>{class H{}return H.\u0275fac=function(he){return new(he||H)},H.\u0275mod=t.oAB({type:H}),H.\u0275inj=t.cJS({imports:[[e.BQ],e.BQ]}),H})()},7531:(Ve,j,p)=>{"use strict";p.d(j,{Jk:()=>S,Nt:()=>ne,c:()=>$});var t=p(3191),e=p(925),f=p(5e3),M=p(3075),a=p(508),b=p(7322),d=p(7579),N=p(515);const h=(0,e.i$)({passive:!0});let A=(()=>{class de{constructor(ie,oe){this._platform=ie,this._ngZone=oe,this._monitoredElements=new Map}monitor(ie){if(!this._platform.isBrowser)return N.E;const oe=(0,t.fI)(ie),X=this._monitoredElements.get(oe);if(X)return X.subject;const me=new d.x,y="cdk-text-field-autofilled",i=r=>{"cdk-text-field-autofill-start"!==r.animationName||oe.classList.contains(y)?"cdk-text-field-autofill-end"===r.animationName&&oe.classList.contains(y)&&(oe.classList.remove(y),this._ngZone.run(()=>me.next({target:r.target,isAutofilled:!1}))):(oe.classList.add(y),this._ngZone.run(()=>me.next({target:r.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{oe.addEventListener("animationstart",i,h),oe.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(oe,{subject:me,unlisten:()=>{oe.removeEventListener("animationstart",i,h)}}),me}stopMonitoring(ie){const oe=(0,t.fI)(ie),X=this._monitoredElements.get(oe);X&&(X.unlisten(),X.subject.complete(),oe.classList.remove("cdk-text-field-autofill-monitored"),oe.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(oe))}ngOnDestroy(){this._monitoredElements.forEach((ie,oe)=>this.stopMonitoring(oe))}}return de.\u0275fac=function(ie){return new(ie||de)(f.LFG(e.t4),f.LFG(f.R0b))},de.\u0275prov=f.Yz7({token:de,factory:de.\u0275fac,providedIn:"root"}),de})(),L=(()=>{class de{}return de.\u0275fac=function(ie){return new(ie||de)},de.\u0275mod=f.oAB({type:de}),de.\u0275inj=f.cJS({}),de})();const S=new f.OlP("MAT_INPUT_VALUE_ACCESSOR"),U=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let Z=0;const Y=(0,a.FD)(class{constructor(de,te,ie,oe){this._defaultErrorStateMatcher=de,this._parentForm=te,this._parentFormGroup=ie,this.ngControl=oe}});let ne=(()=>{class de extends Y{constructor(ie,oe,X,me,y,i,r,u,c,_){super(i,me,y,X),this._elementRef=ie,this._platform=oe,this._autofillMonitor=u,this._formField=_,this._uid="mat-input-"+Z++,this.focused=!1,this.stateChanges=new d.x,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(v=>(0,e.qK)().has(v)),this._iOSKeyupListener=v=>{const n=v.target;!n.value&&0===n.selectionStart&&0===n.selectionEnd&&(n.setSelectionRange(1,1),n.setSelectionRange(0,0))};const E=this._elementRef.nativeElement,I=E.nodeName.toLowerCase();this._inputValueAccessor=r||E,this._previousNativeValue=this.value,this.id=this.id,oe.IOS&&c.runOutsideAngular(()=>{ie.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===I,this._isTextarea="textarea"===I,this._isInFormField=!!_,this._isNativeSelect&&(this.controlType=E.multiple?"mat-native-select-multiple":"mat-native-select")}get disabled(){return this.ngControl&&null!==this.ngControl.disabled?this.ngControl.disabled:this._disabled}set disabled(ie){this._disabled=(0,t.Ig)(ie),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(ie){this._id=ie||this._uid}get required(){var ie,oe,X,me;return null!==(me=null!==(ie=this._required)&&void 0!==ie?ie:null===(X=null===(oe=this.ngControl)||void 0===oe?void 0:oe.control)||void 0===X?void 0:X.hasValidator(M.kI.required))&&void 0!==me&&me}set required(ie){this._required=(0,t.Ig)(ie)}get type(){return this._type}set type(ie){this._type=ie||"text",this._validateType(),!this._isTextarea&&(0,e.qK)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(ie){ie!==this.value&&(this._inputValueAccessor.value=ie,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(ie){this._readonly=(0,t.Ig)(ie)}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(ie=>{this.autofilled=ie.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&this.updateErrorState(),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(ie){this._elementRef.nativeElement.focus(ie)}_focusChanged(ie){ie!==this.focused&&(this.focused=ie,this.stateChanges.next())}_onInput(){}_dirtyCheckPlaceholder(){var ie,oe;const X=(null===(oe=null===(ie=this._formField)||void 0===ie?void 0:ie._hideControlPlaceholder)||void 0===oe?void 0:oe.call(ie))?null:this.placeholder;if(X!==this._previousPlaceholder){const me=this._elementRef.nativeElement;this._previousPlaceholder=X,X?me.setAttribute("placeholder",X):me.removeAttribute("placeholder")}}_dirtyCheckNativeValue(){const ie=this._elementRef.nativeElement.value;this._previousNativeValue!==ie&&(this._previousNativeValue=ie,this.stateChanges.next())}_validateType(){U.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let ie=this._elementRef.nativeElement.validity;return ie&&ie.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const ie=this._elementRef.nativeElement,oe=ie.options[0];return this.focused||ie.multiple||!this.empty||!!(ie.selectedIndex>-1&&oe&&oe.label)}return this.focused||!this.empty}setDescribedByIds(ie){ie.length?this._elementRef.nativeElement.setAttribute("aria-describedby",ie.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const ie=this._elementRef.nativeElement;return this._isNativeSelect&&(ie.multiple||ie.size>1)}}return de.\u0275fac=function(ie){return new(ie||de)(f.Y36(f.SBq),f.Y36(e.t4),f.Y36(M.a5,10),f.Y36(M.F,8),f.Y36(M.sg,8),f.Y36(a.rD),f.Y36(S,10),f.Y36(A),f.Y36(f.R0b),f.Y36(b.G_,8))},de.\u0275dir=f.lG2({type:de,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-input-element","mat-form-field-autofill-control"],hostVars:12,hostBindings:function(ie,oe){1&ie&&f.NdJ("focus",function(){return oe._focusChanged(!0)})("blur",function(){return oe._focusChanged(!1)})("input",function(){return oe._onInput()}),2&ie&&(f.Ikx("disabled",oe.disabled)("required",oe.required),f.uIk("id",oe.id)("data-placeholder",oe.placeholder)("name",oe.name||null)("readonly",oe.readonly&&!oe._isNativeSelect||null)("aria-invalid",oe.empty&&oe.required?null:oe.errorState)("aria-required",oe.required),f.ekj("mat-input-server",oe._isServer)("mat-native-select-inline",oe._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],features:[f._Bn([{provide:b.Eo,useExisting:de}]),f.qOj,f.TTD]}),de})(),$=(()=>{class de{}return de.\u0275fac=function(ie){return new(ie||de)},de.\u0275mod=f.oAB({type:de}),de.\u0275inj=f.cJS({providers:[a.rD],imports:[[L,b.lN,a.BQ],L,b.lN]}),de})()},4623:(Ve,j,p)=>{"use strict";p.d(j,{Tg:()=>u,i$:()=>me,ie:()=>C});var t=p(9808),e=p(5e3),f=p(508),M=p(3191),a=p(7579),b=p(2722),D=(p(8675),p(5664),p(449),p(1159),p(3075),p(4834));const L=["*"],S=[[["","mat-list-avatar",""],["","mat-list-icon",""],["","matListAvatar",""],["","matListIcon",""]],[["","mat-line",""],["","matLine",""]],"*"],U=["[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]","[mat-line], [matLine]","*"],de=(0,f.Id)((0,f.Kr)(class{})),te=(0,f.Kr)(class{}),ie=new e.OlP("MatList"),oe=new e.OlP("MatNavList");let me=(()=>{class B extends de{constructor(H){super(),this._elementRef=H,this._stateChanges=new a.x,"action-list"===this._getListType()&&H.nativeElement.classList.add("mat-action-list")}_getListType(){const H=this._elementRef.nativeElement.nodeName.toLowerCase();return"mat-list"===H?"list":"mat-action-list"===H?"action-list":null}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}}return B.\u0275fac=function(H){return new(H||B)(e.Y36(e.SBq))},B.\u0275cmp=e.Xpm({type:B,selectors:[["mat-list"],["mat-action-list"]],hostAttrs:[1,"mat-list","mat-list-base"],inputs:{disableRipple:"disableRipple",disabled:"disabled"},exportAs:["matList"],features:[e._Bn([{provide:ie,useExisting:B}]),e.qOj,e.TTD],ngContentSelectors:L,decls:1,vars:0,template:function(H,q){1&H&&(e.F$t(),e.Hsn(0))},styles:['.mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}button.mat-list-item,button.mat-list-option{padding:0;width:100%;background:none;color:inherit;border:none;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] button.mat-list-item,[dir=rtl] button.mat-list-option{text-align:right}button.mat-list-item::-moz-focus-inner,button.mat-list-option::-moz-focus-inner{border:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{display:block;top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{display:block;top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.mat-list-item-disabled{pointer-events:none}.cdk-high-contrast-active .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active :host .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px;z-index:1}.cdk-high-contrast-active .mat-list-single-selected-option::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active [dir=rtl] .mat-list-single-selected-option::after{right:auto;left:16px}@media(hover: none){.mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\n'],encapsulation:2,changeDetection:0}),B})(),y=(()=>{class B{}return B.\u0275fac=function(H){return new(H||B)},B.\u0275dir=e.lG2({type:B,selectors:[["","mat-list-avatar",""],["","matListAvatar",""]],hostAttrs:[1,"mat-list-avatar"]}),B})(),i=(()=>{class B{}return B.\u0275fac=function(H){return new(H||B)},B.\u0275dir=e.lG2({type:B,selectors:[["","mat-list-icon",""],["","matListIcon",""]],hostAttrs:[1,"mat-list-icon"]}),B})(),u=(()=>{class B extends te{constructor(H,q,he,_e){super(),this._element=H,this._isInteractiveList=!1,this._destroyed=new a.x,this._disabled=!1,this._isInteractiveList=!!(he||_e&&"action-list"===_e._getListType()),this._list=he||_e;const Ne=this._getHostElement();"button"===Ne.nodeName.toLowerCase()&&!Ne.hasAttribute("type")&&Ne.setAttribute("type","button"),this._list&&this._list._stateChanges.pipe((0,b.R)(this._destroyed)).subscribe(()=>{q.markForCheck()})}get disabled(){return this._disabled||!(!this._list||!this._list.disabled)}set disabled(H){this._disabled=(0,M.Ig)(H)}ngAfterContentInit(){(0,f.E0)(this._lines,this._element)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_isRippleDisabled(){return!this._isInteractiveList||this.disableRipple||!(!this._list||!this._list.disableRipple)}_getHostElement(){return this._element.nativeElement}}return B.\u0275fac=function(H){return new(H||B)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(oe,8),e.Y36(ie,8))},B.\u0275cmp=e.Xpm({type:B,selectors:[["mat-list-item"],["a","mat-list-item",""],["button","mat-list-item",""]],contentQueries:function(H,q,he){if(1&H&&(e.Suo(he,y,5),e.Suo(he,i,5),e.Suo(he,f.X2,5)),2&H){let _e;e.iGM(_e=e.CRH())&&(q._avatar=_e.first),e.iGM(_e=e.CRH())&&(q._icon=_e.first),e.iGM(_e=e.CRH())&&(q._lines=_e)}},hostAttrs:[1,"mat-list-item","mat-focus-indicator"],hostVars:6,hostBindings:function(H,q){2&H&&e.ekj("mat-list-item-disabled",q.disabled)("mat-list-item-avatar",q._avatar||q._icon)("mat-list-item-with-avatar",q._avatar||q._icon)},inputs:{disableRipple:"disableRipple",disabled:"disabled"},exportAs:["matListItem"],features:[e.qOj],ngContentSelectors:U,decls:6,vars:2,consts:[[1,"mat-list-item-content"],["mat-ripple","",1,"mat-list-item-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-list-text"]],template:function(H,q){1&H&&(e.F$t(S),e.TgZ(0,"span",0),e._UZ(1,"span",1),e.Hsn(2),e.TgZ(3,"span",2),e.Hsn(4,1),e.qZA(),e.Hsn(5,2),e.qZA()),2&H&&(e.xp6(1),e.Q6J("matRippleTrigger",q._getHostElement())("matRippleDisabled",q._isRippleDisabled()))},directives:[f.wG],encapsulation:2,changeDetection:0}),B})(),C=(()=>{class B{}return B.\u0275fac=function(H){return new(H||B)},B.\u0275mod=e.oAB({type:B}),B.\u0275inj=e.cJS({imports:[[f.uc,f.si,f.BQ,f.us,t.ez],f.uc,f.BQ,f.us,D.t]}),B})()},2181:(Ve,j,p)=>{"use strict";p.d(j,{OP:()=>H,Tx:()=>Ae,VK:()=>we,p6:()=>Ie});var t=p(5664),e=p(3191),f=p(1159),M=p(5e3),a=p(7579),b=p(727),d=p(6451),N=p(9646),h=p(3101),A=p(8675),w=p(3900),D=p(5698),L=p(2722),k=p(9300),S=p(4086),U=p(1777),Z=p(7429),Y=p(9808),ne=p(508),$=p(9776),de=p(925),te=p(226),ie=p(5303);const oe=["mat-menu-item",""];function X(le,Te){1&le&&(M.O4$(),M.TgZ(0,"svg",2),M._UZ(1,"polygon",3),M.qZA())}const me=["*"];function y(le,Te){if(1&le){const xe=M.EpF();M.TgZ(0,"div",0),M.NdJ("keydown",function(ee){return M.CHM(xe),M.oxw()._handleKeydown(ee)})("click",function(){return M.CHM(xe),M.oxw().closed.emit("click")})("@transformMenu.start",function(ee){return M.CHM(xe),M.oxw()._onAnimationStart(ee)})("@transformMenu.done",function(ee){return M.CHM(xe),M.oxw()._onAnimationDone(ee)}),M.TgZ(1,"div",1),M.Hsn(2),M.qZA()()}if(2&le){const xe=M.oxw();M.Q6J("id",xe.panelId)("ngClass",xe._classList)("@transformMenu",xe._panelAnimationState),M.uIk("aria-label",xe.ariaLabel||null)("aria-labelledby",xe.ariaLabelledby||null)("aria-describedby",xe.ariaDescribedby||null)}}const i={transformMenu:(0,U.X$)("transformMenu",[(0,U.SB)("void",(0,U.oB)({opacity:0,transform:"scale(0.8)"})),(0,U.eR)("void => enter",(0,U.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,U.oB)({opacity:1,transform:"scale(1)"}))),(0,U.eR)("* => void",(0,U.jt)("100ms 25ms linear",(0,U.oB)({opacity:0})))]),fadeInItems:(0,U.X$)("fadeInItems",[(0,U.SB)("showing",(0,U.oB)({opacity:1})),(0,U.eR)("void => *",[(0,U.oB)({opacity:0}),(0,U.jt)("400ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])},c=new M.OlP("MatMenuContent"),B=new M.OlP("MAT_MENU_PANEL"),P=(0,ne.Kr)((0,ne.Id)(class{}));let H=(()=>{class le extends P{constructor(xe,W,ee,ue,Ce){var Le;super(),this._elementRef=xe,this._document=W,this._focusMonitor=ee,this._parentMenu=ue,this._changeDetectorRef=Ce,this.role="menuitem",this._hovered=new a.x,this._focused=new a.x,this._highlighted=!1,this._triggersSubmenu=!1,null===(Le=null==ue?void 0:ue.addItem)||void 0===Le||Le.call(ue,this)}focus(xe,W){this._focusMonitor&&xe?this._focusMonitor.focusVia(this._getHostElement(),xe,W):this._getHostElement().focus(W),this._focused.next(this)}ngAfterViewInit(){this._focusMonitor&&this._focusMonitor.monitor(this._elementRef,!1)}ngOnDestroy(){this._focusMonitor&&this._focusMonitor.stopMonitoring(this._elementRef),this._parentMenu&&this._parentMenu.removeItem&&this._parentMenu.removeItem(this),this._hovered.complete(),this._focused.complete()}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._elementRef.nativeElement}_checkDisabled(xe){this.disabled&&(xe.preventDefault(),xe.stopPropagation())}_handleMouseEnter(){this._hovered.next(this)}getLabel(){var xe;const W=this._elementRef.nativeElement.cloneNode(!0),ee=W.querySelectorAll("mat-icon, .material-icons");for(let ue=0;ue{class le{constructor(xe,W,ee,ue){this._elementRef=xe,this._ngZone=W,this._defaultOptions=ee,this._changeDetectorRef=ue,this._xPosition=this._defaultOptions.xPosition,this._yPosition=this._defaultOptions.yPosition,this._directDescendantItems=new M.n_E,this._tabSubscription=b.w0.EMPTY,this._classList={},this._panelAnimationState="void",this._animationDone=new a.x,this.overlayPanelClass=this._defaultOptions.overlayPanelClass||"",this.backdropClass=this._defaultOptions.backdropClass,this._overlapTrigger=this._defaultOptions.overlapTrigger,this._hasBackdrop=this._defaultOptions.hasBackdrop,this.closed=new M.vpe,this.close=this.closed,this.panelId="mat-menu-panel-"+_e++}get xPosition(){return this._xPosition}set xPosition(xe){this._xPosition=xe,this.setPositionClasses()}get yPosition(){return this._yPosition}set yPosition(xe){this._yPosition=xe,this.setPositionClasses()}get overlapTrigger(){return this._overlapTrigger}set overlapTrigger(xe){this._overlapTrigger=(0,e.Ig)(xe)}get hasBackdrop(){return this._hasBackdrop}set hasBackdrop(xe){this._hasBackdrop=(0,e.Ig)(xe)}set panelClass(xe){const W=this._previousPanelClass;W&&W.length&&W.split(" ").forEach(ee=>{this._classList[ee]=!1}),this._previousPanelClass=xe,xe&&xe.length&&(xe.split(" ").forEach(ee=>{this._classList[ee]=!0}),this._elementRef.nativeElement.className="")}get classList(){return this.panelClass}set classList(xe){this.panelClass=xe}ngOnInit(){this.setPositionClasses()}ngAfterContentInit(){this._updateDirectDescendants(),this._keyManager=new t.Em(this._directDescendantItems).withWrap().withTypeAhead().withHomeAndEnd(),this._tabSubscription=this._keyManager.tabOut.subscribe(()=>this.closed.emit("tab")),this._directDescendantItems.changes.pipe((0,A.O)(this._directDescendantItems),(0,w.w)(xe=>(0,d.T)(...xe.map(W=>W._focused)))).subscribe(xe=>this._keyManager.updateActiveItem(xe)),this._directDescendantItems.changes.subscribe(xe=>{var W;const ee=this._keyManager;if("enter"===this._panelAnimationState&&(null===(W=ee.activeItem)||void 0===W?void 0:W._hasFocus())){const ue=xe.toArray(),Ce=Math.max(0,Math.min(ue.length-1,ee.activeItemIndex||0));ue[Ce]&&!ue[Ce].disabled?ee.setActiveItem(Ce):ee.setNextItemActive()}})}ngOnDestroy(){this._directDescendantItems.destroy(),this._tabSubscription.unsubscribe(),this.closed.complete()}_hovered(){return this._directDescendantItems.changes.pipe((0,A.O)(this._directDescendantItems),(0,w.w)(W=>(0,d.T)(...W.map(ee=>ee._hovered))))}addItem(xe){}removeItem(xe){}_handleKeydown(xe){const W=xe.keyCode,ee=this._keyManager;switch(W){case f.hY:(0,f.Vb)(xe)||(xe.preventDefault(),this.closed.emit("keydown"));break;case f.oh:this.parentMenu&&"ltr"===this.direction&&this.closed.emit("keydown");break;case f.SV:this.parentMenu&&"rtl"===this.direction&&this.closed.emit("keydown");break;default:return(W===f.LH||W===f.JH)&&ee.setFocusOrigin("keyboard"),void ee.onKeydown(xe)}xe.stopPropagation()}focusFirstItem(xe="program"){this._ngZone.onStable.pipe((0,D.q)(1)).subscribe(()=>{let W=null;if(this._directDescendantItems.length&&(W=this._directDescendantItems.first._getHostElement().closest('[role="menu"]')),!W||!W.contains(document.activeElement)){const ee=this._keyManager;ee.setFocusOrigin(xe).setFirstItemActive(),!ee.activeItem&&W&&W.focus()}})}resetActiveItem(){this._keyManager.setActiveItem(-1)}setElevation(xe){const W=Math.min(this._baseElevation+xe,24),ee=`${this._elevationPrefix}${W}`,ue=Object.keys(this._classList).find(Ce=>Ce.startsWith(this._elevationPrefix));(!ue||ue===this._previousElevation)&&(this._previousElevation&&(this._classList[this._previousElevation]=!1),this._classList[ee]=!0,this._previousElevation=ee)}setPositionClasses(xe=this.xPosition,W=this.yPosition){var ee;const ue=this._classList;ue["mat-menu-before"]="before"===xe,ue["mat-menu-after"]="after"===xe,ue["mat-menu-above"]="above"===W,ue["mat-menu-below"]="below"===W,null===(ee=this._changeDetectorRef)||void 0===ee||ee.markForCheck()}_startAnimation(){this._panelAnimationState="enter"}_resetAnimation(){this._panelAnimationState="void"}_onAnimationDone(xe){this._animationDone.next(xe),this._isAnimating=!1}_onAnimationStart(xe){this._isAnimating=!0,"enter"===xe.toState&&0===this._keyManager.activeItemIndex&&(xe.element.scrollTop=0)}_updateDirectDescendants(){this._allItems.changes.pipe((0,A.O)(this._allItems)).subscribe(xe=>{this._directDescendantItems.reset(xe.filter(W=>W._parentMenu===this)),this._directDescendantItems.notifyOnChanges()})}}return le.\u0275fac=function(xe){return new(xe||le)(M.Y36(M.SBq),M.Y36(M.R0b),M.Y36(q),M.Y36(M.sBO))},le.\u0275dir=M.lG2({type:le,contentQueries:function(xe,W,ee){if(1&xe&&(M.Suo(ee,c,5),M.Suo(ee,H,5),M.Suo(ee,H,4)),2&xe){let ue;M.iGM(ue=M.CRH())&&(W.lazyContent=ue.first),M.iGM(ue=M.CRH())&&(W._allItems=ue),M.iGM(ue=M.CRH())&&(W.items=ue)}},viewQuery:function(xe,W){if(1&xe&&M.Gf(M.Rgc,5),2&xe){let ee;M.iGM(ee=M.CRH())&&(W.templateRef=ee.first)}},inputs:{backdropClass:"backdropClass",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],xPosition:"xPosition",yPosition:"yPosition",overlapTrigger:"overlapTrigger",hasBackdrop:"hasBackdrop",panelClass:["class","panelClass"],classList:"classList"},outputs:{closed:"closed",close:"close"}}),le})(),we=(()=>{class le extends Ne{constructor(xe,W,ee,ue){super(xe,W,ee,ue),this._elevationPrefix="mat-elevation-z",this._baseElevation=4}}return le.\u0275fac=function(xe){return new(xe||le)(M.Y36(M.SBq),M.Y36(M.R0b),M.Y36(q),M.Y36(M.sBO))},le.\u0275cmp=M.Xpm({type:le,selectors:[["mat-menu"]],hostVars:3,hostBindings:function(xe,W){2&xe&&M.uIk("aria-label",null)("aria-labelledby",null)("aria-describedby",null)},exportAs:["matMenu"],features:[M._Bn([{provide:B,useExisting:le}]),M.qOj],ngContentSelectors:me,decls:1,vars:0,consts:[["tabindex","-1","role","menu",1,"mat-menu-panel",3,"id","ngClass","keydown","click"],[1,"mat-menu-content"]],template:function(xe,W){1&xe&&(M.F$t(),M.YNc(0,y,3,6,"ng-template"))},directives:[Y.mk],styles:['mat-menu{display:none}.mat-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 48px);border-radius:4px;outline:0;min-height:64px}.mat-menu-panel.ng-animating{pointer-events:none}.cdk-high-contrast-active .mat-menu-panel{outline:solid 1px}.mat-menu-content:not(:empty){padding-top:8px;padding-bottom:8px}.mat-menu-item{-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative}.mat-menu-item::-moz-focus-inner{border:0}.mat-menu-item[disabled]{cursor:default}[dir=rtl] .mat-menu-item{text-align:right}.mat-menu-item .mat-icon{margin-right:16px;vertical-align:middle}.mat-menu-item .mat-icon svg{vertical-align:top}[dir=rtl] .mat-menu-item .mat-icon{margin-left:16px;margin-right:0}.mat-menu-item[disabled]::before{display:block;position:absolute;content:"";top:0;left:0;bottom:0;right:0}.cdk-high-contrast-active .mat-menu-item{margin-top:1px}.cdk-high-contrast-active .mat-menu-item.cdk-program-focused,.cdk-high-contrast-active .mat-menu-item.cdk-keyboard-focused,.cdk-high-contrast-active .mat-menu-item-highlighted{outline:dotted 1px}.mat-menu-item-submenu-trigger{padding-right:32px}[dir=rtl] .mat-menu-item-submenu-trigger{padding-right:16px;padding-left:32px}.mat-menu-submenu-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:5px;height:10px;fill:currentColor}[dir=rtl] .mat-menu-submenu-icon{right:auto;left:16px;transform:translateY(-50%) scaleX(-1)}.cdk-high-contrast-active .mat-menu-submenu-icon{fill:CanvasText}button.mat-menu-item{width:100%}.mat-menu-item .mat-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}\n'],encapsulation:2,data:{animation:[i.transformMenu,i.fadeInItems]},changeDetection:0}),le})();const Q=new M.OlP("mat-menu-scroll-strategy"),ye={provide:Q,deps:[$.aV],useFactory:function Ue(le){return()=>le.scrollStrategies.reposition()}},De=(0,de.i$)({passive:!0});let dt=(()=>{class le{constructor(xe,W,ee,ue,Ce,Le,ut,ht,It){this._overlay=xe,this._element=W,this._viewContainerRef=ee,this._menuItemInstance=Le,this._dir=ut,this._focusMonitor=ht,this._ngZone=It,this._overlayRef=null,this._menuOpen=!1,this._closingActionsSubscription=b.w0.EMPTY,this._hoverSubscription=b.w0.EMPTY,this._menuCloseSubscription=b.w0.EMPTY,this._handleTouchStart=ui=>{(0,t.yG)(ui)||(this._openedBy="touch")},this._openedBy=void 0,this.restoreFocus=!0,this.menuOpened=new M.vpe,this.onMenuOpen=this.menuOpened,this.menuClosed=new M.vpe,this.onMenuClose=this.menuClosed,this._scrollStrategy=ue,this._parentMaterialMenu=Ce instanceof Ne?Ce:void 0,W.nativeElement.addEventListener("touchstart",this._handleTouchStart,De),Le&&(Le._triggersSubmenu=this.triggersSubmenu())}get _deprecatedMatMenuTriggerFor(){return this.menu}set _deprecatedMatMenuTriggerFor(xe){this.menu=xe}get menu(){return this._menu}set menu(xe){xe!==this._menu&&(this._menu=xe,this._menuCloseSubscription.unsubscribe(),xe&&(this._menuCloseSubscription=xe.close.subscribe(W=>{this._destroyMenu(W),("click"===W||"tab"===W)&&this._parentMaterialMenu&&this._parentMaterialMenu.closed.emit(W)})))}ngAfterContentInit(){this._checkMenu(),this._handleHover()}ngOnDestroy(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null),this._element.nativeElement.removeEventListener("touchstart",this._handleTouchStart,De),this._menuCloseSubscription.unsubscribe(),this._closingActionsSubscription.unsubscribe(),this._hoverSubscription.unsubscribe()}get menuOpen(){return this._menuOpen}get dir(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}triggersSubmenu(){return!(!this._menuItemInstance||!this._parentMaterialMenu)}toggleMenu(){return this._menuOpen?this.closeMenu():this.openMenu()}openMenu(){if(this._menuOpen)return;this._checkMenu();const xe=this._createOverlay(),W=xe.getConfig(),ee=W.positionStrategy;this._setPosition(ee),W.hasBackdrop=null==this.menu.hasBackdrop?!this.triggersSubmenu():this.menu.hasBackdrop,xe.attach(this._getPortal()),this.menu.lazyContent&&this.menu.lazyContent.attach(this.menuData),this._closingActionsSubscription=this._menuClosingActions().subscribe(()=>this.closeMenu()),this._initMenu(),this.menu instanceof Ne&&(this.menu._startAnimation(),this.menu._directDescendantItems.changes.pipe((0,L.R)(this.menu.close)).subscribe(()=>{ee.withLockedPosition(!1).reapplyLastPosition(),ee.withLockedPosition(!0)}))}closeMenu(){this.menu.close.emit()}focus(xe,W){this._focusMonitor&&xe?this._focusMonitor.focusVia(this._element,xe,W):this._element.nativeElement.focus(W)}updatePosition(){var xe;null===(xe=this._overlayRef)||void 0===xe||xe.updatePosition()}_destroyMenu(xe){if(!this._overlayRef||!this.menuOpen)return;const W=this.menu;this._closingActionsSubscription.unsubscribe(),this._overlayRef.detach(),this.restoreFocus&&("keydown"===xe||!this._openedBy||!this.triggersSubmenu())&&this.focus(this._openedBy),this._openedBy=void 0,W instanceof Ne?(W._resetAnimation(),W.lazyContent?W._animationDone.pipe((0,k.h)(ee=>"void"===ee.toState),(0,D.q)(1),(0,L.R)(W.lazyContent._attached)).subscribe({next:()=>W.lazyContent.detach(),complete:()=>this._setIsMenuOpen(!1)}):this._setIsMenuOpen(!1)):(this._setIsMenuOpen(!1),W.lazyContent&&W.lazyContent.detach())}_initMenu(){this.menu.parentMenu=this.triggersSubmenu()?this._parentMaterialMenu:void 0,this.menu.direction=this.dir,this._setMenuElevation(),this.menu.focusFirstItem(this._openedBy||"program"),this._setIsMenuOpen(!0)}_setMenuElevation(){if(this.menu.setElevation){let xe=0,W=this.menu.parentMenu;for(;W;)xe++,W=W.parentMenu;this.menu.setElevation(xe)}}_setIsMenuOpen(xe){this._menuOpen=xe,this._menuOpen?this.menuOpened.emit():this.menuClosed.emit(),this.triggersSubmenu()&&this._menuItemInstance._setHighlighted(xe)}_checkMenu(){}_createOverlay(){if(!this._overlayRef){const xe=this._getOverlayConfig();this._subscribeToPositions(xe.positionStrategy),this._overlayRef=this._overlay.create(xe),this._overlayRef.keydownEvents().subscribe()}return this._overlayRef}_getOverlayConfig(){return new $.X_({positionStrategy:this._overlay.position().flexibleConnectedTo(this._element).withLockedPosition().withGrowAfterOpen().withTransformOriginOn(".mat-menu-panel, .mat-mdc-menu-panel"),backdropClass:this.menu.backdropClass||"cdk-overlay-transparent-backdrop",panelClass:this.menu.overlayPanelClass,scrollStrategy:this._scrollStrategy(),direction:this._dir})}_subscribeToPositions(xe){this.menu.setPositionClasses&&xe.positionChanges.subscribe(W=>{const ee="start"===W.connectionPair.overlayX?"after":"before",ue="top"===W.connectionPair.overlayY?"below":"above";this._ngZone?this._ngZone.run(()=>this.menu.setPositionClasses(ee,ue)):this.menu.setPositionClasses(ee,ue)})}_setPosition(xe){let[W,ee]="before"===this.menu.xPosition?["end","start"]:["start","end"],[ue,Ce]="above"===this.menu.yPosition?["bottom","top"]:["top","bottom"],[Le,ut]=[ue,Ce],[ht,It]=[W,ee],ui=0;this.triggersSubmenu()?(It=W="before"===this.menu.xPosition?"start":"end",ee=ht="end"===W?"start":"end",ui="bottom"===ue?8:-8):this.menu.overlapTrigger||(Le="top"===ue?"bottom":"top",ut="top"===Ce?"bottom":"top"),xe.withPositions([{originX:W,originY:Le,overlayX:ht,overlayY:ue,offsetY:ui},{originX:ee,originY:Le,overlayX:It,overlayY:ue,offsetY:ui},{originX:W,originY:ut,overlayX:ht,overlayY:Ce,offsetY:-ui},{originX:ee,originY:ut,overlayX:It,overlayY:Ce,offsetY:-ui}])}_menuClosingActions(){const xe=this._overlayRef.backdropClick(),W=this._overlayRef.detachments(),ee=this._parentMaterialMenu?this._parentMaterialMenu.closed:(0,N.of)(),ue=this._parentMaterialMenu?this._parentMaterialMenu._hovered().pipe((0,k.h)(Ce=>Ce!==this._menuItemInstance),(0,k.h)(()=>this._menuOpen)):(0,N.of)();return(0,d.T)(xe,ee,ue,W)}_handleMousedown(xe){(0,t.X6)(xe)||(this._openedBy=0===xe.button?"mouse":void 0,this.triggersSubmenu()&&xe.preventDefault())}_handleKeydown(xe){const W=xe.keyCode;(W===f.K5||W===f.L_)&&(this._openedBy="keyboard"),this.triggersSubmenu()&&(W===f.SV&&"ltr"===this.dir||W===f.oh&&"rtl"===this.dir)&&(this._openedBy="keyboard",this.openMenu())}_handleClick(xe){this.triggersSubmenu()?(xe.stopPropagation(),this.openMenu()):this.toggleMenu()}_handleHover(){!this.triggersSubmenu()||!this._parentMaterialMenu||(this._hoverSubscription=this._parentMaterialMenu._hovered().pipe((0,k.h)(xe=>xe===this._menuItemInstance&&!xe.disabled),(0,S.g)(0,h.E)).subscribe(()=>{this._openedBy="mouse",this.menu instanceof Ne&&this.menu._isAnimating?this.menu._animationDone.pipe((0,D.q)(1),(0,S.g)(0,h.E),(0,L.R)(this._parentMaterialMenu._hovered())).subscribe(()=>this.openMenu()):this.openMenu()}))}_getPortal(){return(!this._portal||this._portal.templateRef!==this.menu.templateRef)&&(this._portal=new Z.UE(this.menu.templateRef,this._viewContainerRef)),this._portal}}return le.\u0275fac=function(xe){return new(xe||le)(M.Y36($.aV),M.Y36(M.SBq),M.Y36(M.s_b),M.Y36(Q),M.Y36(B,8),M.Y36(H,10),M.Y36(te.Is,8),M.Y36(t.tE),M.Y36(M.R0b))},le.\u0275dir=M.lG2({type:le,hostAttrs:["aria-haspopup","true"],hostVars:2,hostBindings:function(xe,W){1&xe&&M.NdJ("click",function(ue){return W._handleClick(ue)})("mousedown",function(ue){return W._handleMousedown(ue)})("keydown",function(ue){return W._handleKeydown(ue)}),2&xe&&M.uIk("aria-expanded",W.menuOpen||null)("aria-controls",W.menuOpen?W.menu.panelId:null)},inputs:{_deprecatedMatMenuTriggerFor:["mat-menu-trigger-for","_deprecatedMatMenuTriggerFor"],menu:["matMenuTriggerFor","menu"],menuData:["matMenuTriggerData","menuData"],restoreFocus:["matMenuTriggerRestoreFocus","restoreFocus"]},outputs:{menuOpened:"menuOpened",onMenuOpen:"onMenuOpen",menuClosed:"menuClosed",onMenuClose:"onMenuClose"}}),le})(),Ie=(()=>{class le extends dt{}return le.\u0275fac=function(){let Te;return function(W){return(Te||(Te=M.n5z(le)))(W||le)}}(),le.\u0275dir=M.lG2({type:le,selectors:[["","mat-menu-trigger-for",""],["","matMenuTriggerFor",""]],hostAttrs:[1,"mat-menu-trigger"],exportAs:["matMenuTrigger"],features:[M.qOj]}),le})(),Ae=(()=>{class le{}return le.\u0275fac=function(xe){return new(xe||le)},le.\u0275mod=M.oAB({type:le}),le.\u0275inj=M.cJS({providers:[ye],imports:[[Y.ez,ne.BQ,ne.si,$.U8],ie.ZD,ne.BQ]}),le})()},6087:(Ve,j,p)=>{"use strict";p.d(j,{NW:()=>oe,TU:()=>X,ye:()=>U});var t=p(9808),e=p(5e3),f=p(508),M=p(7423),a=p(4107),b=p(7238),d=p(3191),N=p(7579),h=p(7322);function A(me,y){if(1&me&&(e.TgZ(0,"mat-option",19),e._uU(1),e.qZA()),2&me){const i=y.$implicit;e.Q6J("value",i),e.xp6(1),e.hij(" ",i," ")}}function w(me,y){if(1&me){const i=e.EpF();e.TgZ(0,"mat-form-field",16)(1,"mat-select",17),e.NdJ("selectionChange",function(u){return e.CHM(i),e.oxw(2)._changePageSize(u.value)}),e.YNc(2,A,2,2,"mat-option",18),e.qZA()()}if(2&me){const i=e.oxw(2);e.Q6J("appearance",i._formFieldAppearance)("color",i.color),e.xp6(1),e.Q6J("value",i.pageSize)("disabled",i.disabled)("aria-label",i._intl.itemsPerPageLabel),e.xp6(1),e.Q6J("ngForOf",i._displayedPageSizeOptions)}}function D(me,y){if(1&me&&(e.TgZ(0,"div",20),e._uU(1),e.qZA()),2&me){const i=e.oxw(2);e.xp6(1),e.Oqu(i.pageSize)}}function L(me,y){if(1&me&&(e.TgZ(0,"div",12)(1,"div",13),e._uU(2),e.qZA(),e.YNc(3,w,3,6,"mat-form-field",14),e.YNc(4,D,2,1,"div",15),e.qZA()),2&me){const i=e.oxw();e.xp6(2),e.hij(" ",i._intl.itemsPerPageLabel," "),e.xp6(1),e.Q6J("ngIf",i._displayedPageSizeOptions.length>1),e.xp6(1),e.Q6J("ngIf",i._displayedPageSizeOptions.length<=1)}}function k(me,y){if(1&me){const i=e.EpF();e.TgZ(0,"button",21),e.NdJ("click",function(){return e.CHM(i),e.oxw().firstPage()}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",22),e.qZA()()}if(2&me){const i=e.oxw();e.Q6J("matTooltip",i._intl.firstPageLabel)("matTooltipDisabled",i._previousButtonsDisabled())("matTooltipPosition","above")("disabled",i._previousButtonsDisabled()),e.uIk("aria-label",i._intl.firstPageLabel)}}function S(me,y){if(1&me){const i=e.EpF();e.O4$(),e.kcU(),e.TgZ(0,"button",23),e.NdJ("click",function(){return e.CHM(i),e.oxw().lastPage()}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",24),e.qZA()()}if(2&me){const i=e.oxw();e.Q6J("matTooltip",i._intl.lastPageLabel)("matTooltipDisabled",i._nextButtonsDisabled())("matTooltipPosition","above")("disabled",i._nextButtonsDisabled()),e.uIk("aria-label",i._intl.lastPageLabel)}}let U=(()=>{class me{constructor(){this.changes=new N.x,this.itemsPerPageLabel="Items per page:",this.nextPageLabel="Next page",this.previousPageLabel="Previous page",this.firstPageLabel="First page",this.lastPageLabel="Last page",this.getRangeLabel=(i,r,u)=>{if(0==u||0==r)return`0 of ${u}`;const c=i*r;return`${c+1} \u2013 ${c<(u=Math.max(u,0))?Math.min(c+r,u):c+r} of ${u}`}}}return me.\u0275fac=function(i){return new(i||me)},me.\u0275prov=e.Yz7({token:me,factory:me.\u0275fac,providedIn:"root"}),me})();const Y={provide:U,deps:[[new e.FiY,new e.tp0,U]],useFactory:function Z(me){return me||new U}},de=new e.OlP("MAT_PAGINATOR_DEFAULT_OPTIONS"),te=(0,f.Id)((0,f.dB)(class{}));let ie=(()=>{class me extends te{constructor(i,r,u){if(super(),this._intl=i,this._changeDetectorRef=r,this._pageIndex=0,this._length=0,this._pageSizeOptions=[],this._hidePageSize=!1,this._showFirstLastButtons=!1,this.page=new e.vpe,this._intlChanges=i.changes.subscribe(()=>this._changeDetectorRef.markForCheck()),u){const{pageSize:c,pageSizeOptions:_,hidePageSize:E,showFirstLastButtons:I}=u;null!=c&&(this._pageSize=c),null!=_&&(this._pageSizeOptions=_),null!=E&&(this._hidePageSize=E),null!=I&&(this._showFirstLastButtons=I)}}get pageIndex(){return this._pageIndex}set pageIndex(i){this._pageIndex=Math.max((0,d.su)(i),0),this._changeDetectorRef.markForCheck()}get length(){return this._length}set length(i){this._length=(0,d.su)(i),this._changeDetectorRef.markForCheck()}get pageSize(){return this._pageSize}set pageSize(i){this._pageSize=Math.max((0,d.su)(i),0),this._updateDisplayedPageSizeOptions()}get pageSizeOptions(){return this._pageSizeOptions}set pageSizeOptions(i){this._pageSizeOptions=(i||[]).map(r=>(0,d.su)(r)),this._updateDisplayedPageSizeOptions()}get hidePageSize(){return this._hidePageSize}set hidePageSize(i){this._hidePageSize=(0,d.Ig)(i)}get showFirstLastButtons(){return this._showFirstLastButtons}set showFirstLastButtons(i){this._showFirstLastButtons=(0,d.Ig)(i)}ngOnInit(){this._initialized=!0,this._updateDisplayedPageSizeOptions(),this._markInitialized()}ngOnDestroy(){this._intlChanges.unsubscribe()}nextPage(){if(!this.hasNextPage())return;const i=this.pageIndex;this.pageIndex=this.pageIndex+1,this._emitPageEvent(i)}previousPage(){if(!this.hasPreviousPage())return;const i=this.pageIndex;this.pageIndex=this.pageIndex-1,this._emitPageEvent(i)}firstPage(){if(!this.hasPreviousPage())return;const i=this.pageIndex;this.pageIndex=0,this._emitPageEvent(i)}lastPage(){if(!this.hasNextPage())return;const i=this.pageIndex;this.pageIndex=this.getNumberOfPages()-1,this._emitPageEvent(i)}hasPreviousPage(){return this.pageIndex>=1&&0!=this.pageSize}hasNextPage(){const i=this.getNumberOfPages()-1;return this.pageIndexi-r),this._changeDetectorRef.markForCheck())}_emitPageEvent(i){this.page.emit({previousPageIndex:i,pageIndex:this.pageIndex,pageSize:this.pageSize,length:this.length})}}return me.\u0275fac=function(i){e.$Z()},me.\u0275dir=e.lG2({type:me,inputs:{color:"color",pageIndex:"pageIndex",length:"length",pageSize:"pageSize",pageSizeOptions:"pageSizeOptions",hidePageSize:"hidePageSize",showFirstLastButtons:"showFirstLastButtons"},outputs:{page:"page"},features:[e.qOj]}),me})(),oe=(()=>{class me extends ie{constructor(i,r,u){super(i,r,u),u&&null!=u.formFieldAppearance&&(this._formFieldAppearance=u.formFieldAppearance)}}return me.\u0275fac=function(i){return new(i||me)(e.Y36(U),e.Y36(e.sBO),e.Y36(de,8))},me.\u0275cmp=e.Xpm({type:me,selectors:[["mat-paginator"]],hostAttrs:["role","group",1,"mat-paginator"],inputs:{disabled:"disabled"},exportAs:["matPaginator"],features:[e.qOj],decls:14,vars:14,consts:[[1,"mat-paginator-outer-container"],[1,"mat-paginator-container"],["class","mat-paginator-page-size",4,"ngIf"],[1,"mat-paginator-range-actions"],[1,"mat-paginator-range-label"],["mat-icon-button","","type","button","class","mat-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click",4,"ngIf"],["mat-icon-button","","type","button",1,"mat-paginator-navigation-previous",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click"],["viewBox","0 0 24 24","focusable","false",1,"mat-paginator-icon"],["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"],["mat-icon-button","","type","button",1,"mat-paginator-navigation-next",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click"],["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"],["mat-icon-button","","type","button","class","mat-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click",4,"ngIf"],[1,"mat-paginator-page-size"],[1,"mat-paginator-page-size-label"],["class","mat-paginator-page-size-select",3,"appearance","color",4,"ngIf"],["class","mat-paginator-page-size-value",4,"ngIf"],[1,"mat-paginator-page-size-select",3,"appearance","color"],[3,"value","disabled","aria-label","selectionChange"],[3,"value",4,"ngFor","ngForOf"],[3,"value"],[1,"mat-paginator-page-size-value"],["mat-icon-button","","type","button",1,"mat-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click"],["d","M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"],["mat-icon-button","","type","button",1,"mat-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click"],["d","M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"]],template:function(i,r){1&i&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,L,5,3,"div",2),e.TgZ(3,"div",3)(4,"div",4),e._uU(5),e.qZA(),e.YNc(6,k,3,5,"button",5),e.TgZ(7,"button",6),e.NdJ("click",function(){return r.previousPage()}),e.O4$(),e.TgZ(8,"svg",7),e._UZ(9,"path",8),e.qZA()(),e.kcU(),e.TgZ(10,"button",9),e.NdJ("click",function(){return r.nextPage()}),e.O4$(),e.TgZ(11,"svg",7),e._UZ(12,"path",10),e.qZA()(),e.YNc(13,S,3,5,"button",11),e.qZA()()()),2&i&&(e.xp6(2),e.Q6J("ngIf",!r.hidePageSize),e.xp6(3),e.hij(" ",r._intl.getRangeLabel(r.pageIndex,r.pageSize,r.length)," "),e.xp6(1),e.Q6J("ngIf",r.showFirstLastButtons),e.xp6(1),e.Q6J("matTooltip",r._intl.previousPageLabel)("matTooltipDisabled",r._previousButtonsDisabled())("matTooltipPosition","above")("disabled",r._previousButtonsDisabled()),e.uIk("aria-label",r._intl.previousPageLabel),e.xp6(3),e.Q6J("matTooltip",r._intl.nextPageLabel)("matTooltipDisabled",r._nextButtonsDisabled())("matTooltipPosition","above")("disabled",r._nextButtonsDisabled()),e.uIk("aria-label",r._intl.nextPageLabel),e.xp6(3),e.Q6J("ngIf",r.showFirstLastButtons))},directives:[h.KE,a.gD,f.ey,M.lW,t.O5,t.sg,b.gM],styles:[".mat-paginator{display:block}.mat-paginator-outer-container{display:flex}.mat-paginator-container{display:flex;align-items:center;justify-content:flex-end;padding:0 8px;flex-wrap:wrap-reverse;width:100%}.mat-paginator-page-size{display:flex;align-items:baseline;margin-right:8px}[dir=rtl] .mat-paginator-page-size{margin-right:0;margin-left:8px}.mat-paginator-page-size-label{margin:0 4px}.mat-paginator-page-size-select{margin:6px 4px 0 4px;width:56px}.mat-paginator-page-size-select.mat-form-field-appearance-outline{width:64px}.mat-paginator-page-size-select.mat-form-field-appearance-fill{width:64px}.mat-paginator-range-label{margin:0 32px 0 24px}.mat-paginator-range-actions{display:flex;align-items:center}.mat-paginator-icon{width:28px;fill:currentColor}[dir=rtl] .mat-paginator-icon{transform:rotate(180deg)}.cdk-high-contrast-active .mat-paginator-icon{fill:CanvasText}\n"],encapsulation:2,changeDetection:0}),me})(),X=(()=>{class me{}return me.\u0275fac=function(i){return new(i||me)},me.\u0275mod=e.oAB({type:me}),me.\u0275inj=e.cJS({providers:[Y],imports:[[t.ez,M.ot,a.LD,b.AV,f.BQ]]}),me})()},5899:(Ve,j,p)=>{"use strict";p.d(j,{Cv:()=>Z,pW:()=>S});var t=p(5e3),e=p(9808),f=p(508),M=p(3191),a=p(6360),b=p(727),d=p(4968),N=p(9300);const h=["primaryValueBar"],A=(0,f.pj)(class{constructor(Y){this._elementRef=Y}},"primary"),w=new t.OlP("mat-progress-bar-location",{providedIn:"root",factory:function D(){const Y=(0,t.f3M)(e.K0),ne=Y?Y.location:null;return{getPathname:()=>ne?ne.pathname+ne.search:""}}}),L=new t.OlP("MAT_PROGRESS_BAR_DEFAULT_OPTIONS");let k=0,S=(()=>{class Y extends A{constructor($,de,te,ie,oe,X){super($),this._ngZone=de,this._animationMode=te,this._changeDetectorRef=X,this._isNoopAnimation=!1,this._value=0,this._bufferValue=0,this.animationEnd=new t.vpe,this._animationEndSubscription=b.w0.EMPTY,this.mode="determinate",this.progressbarId="mat-progress-bar-"+k++;const me=ie?ie.getPathname().split("#")[0]:"";this._rectangleFillValue=`url('${me}#${this.progressbarId}')`,this._isNoopAnimation="NoopAnimations"===te,oe&&(oe.color&&(this.color=this.defaultColor=oe.color),this.mode=oe.mode||this.mode)}get value(){return this._value}set value($){var de;this._value=U((0,M.su)($)||0),null===(de=this._changeDetectorRef)||void 0===de||de.markForCheck()}get bufferValue(){return this._bufferValue}set bufferValue($){var de;this._bufferValue=U($||0),null===(de=this._changeDetectorRef)||void 0===de||de.markForCheck()}_primaryTransform(){return{transform:`scale3d(${this.value/100}, 1, 1)`}}_bufferTransform(){return"buffer"===this.mode?{transform:`scale3d(${this.bufferValue/100}, 1, 1)`}:null}ngAfterViewInit(){this._ngZone.runOutsideAngular(()=>{const $=this._primaryValueBar.nativeElement;this._animationEndSubscription=(0,d.R)($,"transitionend").pipe((0,N.h)(de=>de.target===$)).subscribe(()=>{0!==this.animationEnd.observers.length&&("determinate"===this.mode||"buffer"===this.mode)&&this._ngZone.run(()=>this.animationEnd.next({value:this.value}))})})}ngOnDestroy(){this._animationEndSubscription.unsubscribe()}}return Y.\u0275fac=function($){return new($||Y)(t.Y36(t.SBq),t.Y36(t.R0b),t.Y36(a.Qb,8),t.Y36(w,8),t.Y36(L,8),t.Y36(t.sBO))},Y.\u0275cmp=t.Xpm({type:Y,selectors:[["mat-progress-bar"]],viewQuery:function($,de){if(1&$&&t.Gf(h,5),2&$){let te;t.iGM(te=t.CRH())&&(de._primaryValueBar=te.first)}},hostAttrs:["role","progressbar","aria-valuemin","0","aria-valuemax","100","tabindex","-1",1,"mat-progress-bar"],hostVars:4,hostBindings:function($,de){2&$&&(t.uIk("aria-valuenow","indeterminate"===de.mode||"query"===de.mode?null:de.value)("mode",de.mode),t.ekj("_mat-animation-noopable",de._isNoopAnimation))},inputs:{color:"color",value:"value",bufferValue:"bufferValue",mode:"mode"},outputs:{animationEnd:"animationEnd"},exportAs:["matProgressBar"],features:[t.qOj],decls:10,vars:4,consts:[["aria-hidden","true"],["width","100%","height","4","focusable","false",1,"mat-progress-bar-background","mat-progress-bar-element"],["x","4","y","0","width","8","height","4","patternUnits","userSpaceOnUse",3,"id"],["cx","2","cy","2","r","2"],["width","100%","height","100%"],[1,"mat-progress-bar-buffer","mat-progress-bar-element",3,"ngStyle"],[1,"mat-progress-bar-primary","mat-progress-bar-fill","mat-progress-bar-element",3,"ngStyle"],["primaryValueBar",""],[1,"mat-progress-bar-secondary","mat-progress-bar-fill","mat-progress-bar-element"]],template:function($,de){1&$&&(t.TgZ(0,"div",0),t.O4$(),t.TgZ(1,"svg",1)(2,"defs")(3,"pattern",2),t._UZ(4,"circle",3),t.qZA()(),t._UZ(5,"rect",4),t.qZA(),t.kcU(),t._UZ(6,"div",5)(7,"div",6,7)(9,"div",8),t.qZA()),2&$&&(t.xp6(3),t.Q6J("id",de.progressbarId),t.xp6(2),t.uIk("fill",de._rectangleFillValue),t.xp6(1),t.Q6J("ngStyle",de._bufferTransform()),t.xp6(1),t.Q6J("ngStyle",de._primaryTransform()))},directives:[e.PC],styles:['.mat-progress-bar{display:block;height:4px;overflow:hidden;position:relative;transition:opacity 250ms linear;width:100%}._mat-animation-noopable.mat-progress-bar{transition:none;animation:none}.mat-progress-bar .mat-progress-bar-element,.mat-progress-bar .mat-progress-bar-fill::after{height:100%;position:absolute;width:100%}.mat-progress-bar .mat-progress-bar-background{width:calc(100% + 10px)}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-background{display:none}.mat-progress-bar .mat-progress-bar-buffer{transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-buffer{border-top:solid 5px;opacity:.5}.mat-progress-bar .mat-progress-bar-secondary{display:none}.mat-progress-bar .mat-progress-bar-fill{animation:none;transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-fill{border-top:solid 4px}.mat-progress-bar .mat-progress-bar-fill::after{animation:none;content:"";display:inline-block;left:0}.mat-progress-bar[dir=rtl],[dir=rtl] .mat-progress-bar{transform:rotateY(180deg)}.mat-progress-bar[mode=query]{transform:rotateZ(180deg)}.mat-progress-bar[mode=query][dir=rtl],[dir=rtl] .mat-progress-bar[mode=query]{transform:rotateZ(180deg) rotateY(180deg)}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-fill,.mat-progress-bar[mode=query] .mat-progress-bar-fill{transition:none}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary,.mat-progress-bar[mode=query] .mat-progress-bar-primary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-translate 2000ms infinite linear;left:-145.166611%}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-primary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary,.mat-progress-bar[mode=query] .mat-progress-bar-secondary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-translate 2000ms infinite linear;left:-54.888891%;display:block}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-secondary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=buffer] .mat-progress-bar-background{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-background-scroll 250ms infinite linear;display:block}.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-buffer,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-background{animation:none;transition-duration:1ms}@keyframes mat-progress-bar-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes mat-progress-bar-primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes mat-progress-bar-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-background-scroll{to{transform:translateX(-8px)}}\n'],encapsulation:2,changeDetection:0}),Y})();function U(Y,ne=0,$=100){return Math.max(ne,Math.min($,Y))}let Z=(()=>{class Y{}return Y.\u0275fac=function($){return new($||Y)},Y.\u0275mod=t.oAB({type:Y}),Y.\u0275inj=t.cJS({imports:[[e.ez,f.BQ],f.BQ]}),Y})()},773:(Ve,j,p)=>{"use strict";p.d(j,{Cq:()=>Y,Ou:()=>Z});var t=p(3191),e=p(925),f=p(9808),M=p(5e3),a=p(508),b=p(6360),d=p(727),N=p(5303);function h($,de){if(1&$&&(M.O4$(),M._UZ(0,"circle",4)),2&$){const te=M.oxw(),ie=M.MAs(1);M.Udp("animation-name","mat-progress-spinner-stroke-rotate-"+te._spinnerAnimationLabel)("stroke-dashoffset",te._getStrokeDashOffset(),"px")("stroke-dasharray",te._getStrokeCircumference(),"px")("stroke-width",te._getCircleStrokeWidth(),"%")("transform-origin",te._getCircleTransformOrigin(ie)),M.uIk("r",te._getCircleRadius())}}function A($,de){if(1&$&&(M.O4$(),M._UZ(0,"circle",4)),2&$){const te=M.oxw(),ie=M.MAs(1);M.Udp("stroke-dashoffset",te._getStrokeDashOffset(),"px")("stroke-dasharray",te._getStrokeCircumference(),"px")("stroke-width",te._getCircleStrokeWidth(),"%")("transform-origin",te._getCircleTransformOrigin(ie)),M.uIk("r",te._getCircleRadius())}}const L=(0,a.pj)(class{constructor($){this._elementRef=$}},"primary"),k=new M.OlP("mat-progress-spinner-default-options",{providedIn:"root",factory:function S(){return{diameter:100}}});class Z extends L{constructor(de,te,ie,oe,X,me,y,i){super(de),this._document=ie,this._diameter=100,this._value=0,this._resizeSubscription=d.w0.EMPTY,this.mode="determinate";const r=Z._diameters;this._spinnerAnimationLabel=this._getSpinnerAnimationLabel(),r.has(ie.head)||r.set(ie.head,new Set([100])),this._noopAnimations="NoopAnimations"===oe&&!!X&&!X._forceAnimations,"mat-spinner"===de.nativeElement.nodeName.toLowerCase()&&(this.mode="indeterminate"),X&&(X.diameter&&(this.diameter=X.diameter),X.strokeWidth&&(this.strokeWidth=X.strokeWidth)),te.isBrowser&&te.SAFARI&&y&&me&&i&&(this._resizeSubscription=y.change(150).subscribe(()=>{"indeterminate"===this.mode&&i.run(()=>me.markForCheck())}))}get diameter(){return this._diameter}set diameter(de){this._diameter=(0,t.su)(de),this._spinnerAnimationLabel=this._getSpinnerAnimationLabel(),this._styleRoot&&this._attachStyleNode()}get strokeWidth(){return this._strokeWidth||this.diameter/10}set strokeWidth(de){this._strokeWidth=(0,t.su)(de)}get value(){return"determinate"===this.mode?this._value:0}set value(de){this._value=Math.max(0,Math.min(100,(0,t.su)(de)))}ngOnInit(){const de=this._elementRef.nativeElement;this._styleRoot=(0,e.kV)(de)||this._document.head,this._attachStyleNode(),de.classList.add("mat-progress-spinner-indeterminate-animation")}ngOnDestroy(){this._resizeSubscription.unsubscribe()}_getCircleRadius(){return(this.diameter-10)/2}_getViewBox(){const de=2*this._getCircleRadius()+this.strokeWidth;return`0 0 ${de} ${de}`}_getStrokeCircumference(){return 2*Math.PI*this._getCircleRadius()}_getStrokeDashOffset(){return"determinate"===this.mode?this._getStrokeCircumference()*(100-this._value)/100:null}_getCircleStrokeWidth(){return this.strokeWidth/this.diameter*100}_getCircleTransformOrigin(de){var te;const ie=50*(null!==(te=de.currentScale)&&void 0!==te?te:1);return`${ie}% ${ie}%`}_attachStyleNode(){const de=this._styleRoot,te=this._diameter,ie=Z._diameters;let oe=ie.get(de);if(!oe||!oe.has(te)){const X=this._document.createElement("style");X.setAttribute("mat-spinner-animation",this._spinnerAnimationLabel),X.textContent=this._getAnimationText(),de.appendChild(X),oe||(oe=new Set,ie.set(de,oe)),oe.add(te)}}_getAnimationText(){const de=this._getStrokeCircumference();return"\n @keyframes mat-progress-spinner-stroke-rotate-DIAMETER {\n 0% { stroke-dashoffset: START_VALUE; transform: rotate(0); }\n 12.5% { stroke-dashoffset: END_VALUE; transform: rotate(0); }\n 12.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(72.5deg); }\n 25% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(72.5deg); }\n\n 25.0001% { stroke-dashoffset: START_VALUE; transform: rotate(270deg); }\n 37.5% { stroke-dashoffset: END_VALUE; transform: rotate(270deg); }\n 37.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(161.5deg); }\n 50% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(161.5deg); }\n\n 50.0001% { stroke-dashoffset: START_VALUE; transform: rotate(180deg); }\n 62.5% { stroke-dashoffset: END_VALUE; transform: rotate(180deg); }\n 62.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(251.5deg); }\n 75% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(251.5deg); }\n\n 75.0001% { stroke-dashoffset: START_VALUE; transform: rotate(90deg); }\n 87.5% { stroke-dashoffset: END_VALUE; transform: rotate(90deg); }\n 87.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(341.5deg); }\n 100% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(341.5deg); }\n }\n".replace(/START_VALUE/g,""+.95*de).replace(/END_VALUE/g,""+.2*de).replace(/DIAMETER/g,`${this._spinnerAnimationLabel}`)}_getSpinnerAnimationLabel(){return this.diameter.toString().replace(".","_")}}Z._diameters=new WeakMap,Z.\u0275fac=function(de){return new(de||Z)(M.Y36(M.SBq),M.Y36(e.t4),M.Y36(f.K0,8),M.Y36(b.Qb,8),M.Y36(k),M.Y36(M.sBO),M.Y36(N.rL),M.Y36(M.R0b))},Z.\u0275cmp=M.Xpm({type:Z,selectors:[["mat-progress-spinner"],["mat-spinner"]],hostAttrs:["role","progressbar","tabindex","-1",1,"mat-progress-spinner","mat-spinner"],hostVars:10,hostBindings:function(de,te){2&de&&(M.uIk("aria-valuemin","determinate"===te.mode?0:null)("aria-valuemax","determinate"===te.mode?100:null)("aria-valuenow","determinate"===te.mode?te.value:null)("mode",te.mode),M.Udp("width",te.diameter,"px")("height",te.diameter,"px"),M.ekj("_mat-animation-noopable",te._noopAnimations))},inputs:{color:"color",diameter:"diameter",strokeWidth:"strokeWidth",mode:"mode",value:"value"},exportAs:["matProgressSpinner"],features:[M.qOj],decls:4,vars:8,consts:[["preserveAspectRatio","xMidYMid meet","focusable","false","aria-hidden","true",3,"ngSwitch"],["svg",""],["cx","50%","cy","50%",3,"animation-name","stroke-dashoffset","stroke-dasharray","stroke-width","transform-origin",4,"ngSwitchCase"],["cx","50%","cy","50%",3,"stroke-dashoffset","stroke-dasharray","stroke-width","transform-origin",4,"ngSwitchCase"],["cx","50%","cy","50%"]],template:function(de,te){1&de&&(M.O4$(),M.TgZ(0,"svg",0,1),M.YNc(2,h,1,11,"circle",2),M.YNc(3,A,1,9,"circle",3),M.qZA()),2&de&&(M.Udp("width",te.diameter,"px")("height",te.diameter,"px"),M.Q6J("ngSwitch","indeterminate"===te.mode),M.uIk("viewBox",te._getViewBox()),M.xp6(2),M.Q6J("ngSwitchCase",!0),M.xp6(1),M.Q6J("ngSwitchCase",!1))},directives:[f.RF,f.n9],styles:[".mat-progress-spinner{display:block;position:relative;overflow:hidden}.mat-progress-spinner svg{position:absolute;transform:rotate(-90deg);top:0;left:0;transform-origin:center;overflow:visible}.mat-progress-spinner circle{fill:transparent;transition:stroke-dashoffset 225ms linear}._mat-animation-noopable.mat-progress-spinner circle{transition:none;animation:none}.cdk-high-contrast-active .mat-progress-spinner circle{stroke:CanvasText}.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] svg{animation:mat-progress-spinner-linear-rotate 2000ms linear infinite}._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] svg{transition:none;animation:none}.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle{transition-property:stroke;animation-duration:4000ms;animation-timing-function:cubic-bezier(0.35, 0, 0.25, 1);animation-iteration-count:infinite}._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle{transition:none;animation:none}@keyframes mat-progress-spinner-linear-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes mat-progress-spinner-stroke-rotate-100{0%{stroke-dashoffset:268.606171575px;transform:rotate(0)}12.5%{stroke-dashoffset:56.5486677px;transform:rotate(0)}12.5001%{stroke-dashoffset:56.5486677px;transform:rotateX(180deg) rotate(72.5deg)}25%{stroke-dashoffset:268.606171575px;transform:rotateX(180deg) rotate(72.5deg)}25.0001%{stroke-dashoffset:268.606171575px;transform:rotate(270deg)}37.5%{stroke-dashoffset:56.5486677px;transform:rotate(270deg)}37.5001%{stroke-dashoffset:56.5486677px;transform:rotateX(180deg) rotate(161.5deg)}50%{stroke-dashoffset:268.606171575px;transform:rotateX(180deg) rotate(161.5deg)}50.0001%{stroke-dashoffset:268.606171575px;transform:rotate(180deg)}62.5%{stroke-dashoffset:56.5486677px;transform:rotate(180deg)}62.5001%{stroke-dashoffset:56.5486677px;transform:rotateX(180deg) rotate(251.5deg)}75%{stroke-dashoffset:268.606171575px;transform:rotateX(180deg) rotate(251.5deg)}75.0001%{stroke-dashoffset:268.606171575px;transform:rotate(90deg)}87.5%{stroke-dashoffset:56.5486677px;transform:rotate(90deg)}87.5001%{stroke-dashoffset:56.5486677px;transform:rotateX(180deg) rotate(341.5deg)}100%{stroke-dashoffset:268.606171575px;transform:rotateX(180deg) rotate(341.5deg)}}\n"],encapsulation:2,changeDetection:0});let Y=(()=>{class ${}return $.\u0275fac=function(te){return new(te||$)},$.\u0275mod=M.oAB({type:$}),$.\u0275inj=M.cJS({imports:[[a.BQ,f.ez],a.BQ]}),$})()},9814:(Ve,j,p)=>{"use strict";p.d(j,{Fk:()=>ie,U0:()=>te,VQ:()=>Y});var t=p(5e3),e=p(508),f=p(3191),M=p(3075),a=p(6360),b=p(5664),d=p(449);const N=["input"],h=function(oe){return{enterDuration:oe}},A=["*"],w=new t.OlP("mat-radio-default-options",{providedIn:"root",factory:function D(){return{color:"accent"}}});let L=0;const k={provide:M.JU,useExisting:(0,t.Gpc)(()=>Y),multi:!0};class S{constructor(X,me){this.source=X,this.value=me}}const U=new t.OlP("MatRadioGroup");let Z=(()=>{class oe{constructor(me){this._changeDetector=me,this._value=null,this._name="mat-radio-group-"+L++,this._selected=null,this._isInitialized=!1,this._labelPosition="after",this._disabled=!1,this._required=!1,this._controlValueAccessorChangeFn=()=>{},this.onTouched=()=>{},this.change=new t.vpe}get name(){return this._name}set name(me){this._name=me,this._updateRadioButtonNames()}get labelPosition(){return this._labelPosition}set labelPosition(me){this._labelPosition="before"===me?"before":"after",this._markRadiosForCheck()}get value(){return this._value}set value(me){this._value!==me&&(this._value=me,this._updateSelectedRadioFromValue(),this._checkSelectedRadioButton())}_checkSelectedRadioButton(){this._selected&&!this._selected.checked&&(this._selected.checked=!0)}get selected(){return this._selected}set selected(me){this._selected=me,this.value=me?me.value:null,this._checkSelectedRadioButton()}get disabled(){return this._disabled}set disabled(me){this._disabled=(0,f.Ig)(me),this._markRadiosForCheck()}get required(){return this._required}set required(me){this._required=(0,f.Ig)(me),this._markRadiosForCheck()}ngAfterContentInit(){this._isInitialized=!0}_touch(){this.onTouched&&this.onTouched()}_updateRadioButtonNames(){this._radios&&this._radios.forEach(me=>{me.name=this.name,me._markForCheck()})}_updateSelectedRadioFromValue(){this._radios&&(null===this._selected||this._selected.value!==this._value)&&(this._selected=null,this._radios.forEach(y=>{y.checked=this.value===y.value,y.checked&&(this._selected=y)}))}_emitChangeEvent(){this._isInitialized&&this.change.emit(new S(this._selected,this._value))}_markRadiosForCheck(){this._radios&&this._radios.forEach(me=>me._markForCheck())}writeValue(me){this.value=me,this._changeDetector.markForCheck()}registerOnChange(me){this._controlValueAccessorChangeFn=me}registerOnTouched(me){this.onTouched=me}setDisabledState(me){this.disabled=me,this._changeDetector.markForCheck()}}return oe.\u0275fac=function(me){return new(me||oe)(t.Y36(t.sBO))},oe.\u0275dir=t.lG2({type:oe,inputs:{color:"color",name:"name",labelPosition:"labelPosition",value:"value",selected:"selected",disabled:"disabled",required:"required"},outputs:{change:"change"}}),oe})(),Y=(()=>{class oe extends Z{}return oe.\u0275fac=function(){let X;return function(y){return(X||(X=t.n5z(oe)))(y||oe)}}(),oe.\u0275dir=t.lG2({type:oe,selectors:[["mat-radio-group"]],contentQueries:function(me,y,i){if(1&me&&t.Suo(i,te,5),2&me){let r;t.iGM(r=t.CRH())&&(y._radios=r)}},hostAttrs:["role","radiogroup",1,"mat-radio-group"],exportAs:["matRadioGroup"],features:[t._Bn([k,{provide:U,useExisting:oe}]),t.qOj]}),oe})();class ne{constructor(X){this._elementRef=X}}const $=(0,e.Kr)((0,e.sb)(ne));let de=(()=>{class oe extends ${constructor(me,y,i,r,u,c,_,E){super(y),this._changeDetector=i,this._focusMonitor=r,this._radioDispatcher=u,this._providerOverride=_,this._uniqueId="mat-radio-"+ ++L,this.id=this._uniqueId,this.change=new t.vpe,this._checked=!1,this._value=null,this._removeUniqueSelectionListener=()=>{},this.radioGroup=me,this._noopAnimations="NoopAnimations"===c,E&&(this.tabIndex=(0,f.su)(E,0)),this._removeUniqueSelectionListener=u.listen((I,v)=>{I!==this.id&&v===this.name&&(this.checked=!1)})}get checked(){return this._checked}set checked(me){const y=(0,f.Ig)(me);this._checked!==y&&(this._checked=y,y&&this.radioGroup&&this.radioGroup.value!==this.value?this.radioGroup.selected=this:!y&&this.radioGroup&&this.radioGroup.value===this.value&&(this.radioGroup.selected=null),y&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())}get value(){return this._value}set value(me){this._value!==me&&(this._value=me,null!==this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value===me),this.checked&&(this.radioGroup.selected=this)))}get labelPosition(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"}set labelPosition(me){this._labelPosition=me}get disabled(){return this._disabled||null!==this.radioGroup&&this.radioGroup.disabled}set disabled(me){this._setDisabled((0,f.Ig)(me))}get required(){return this._required||this.radioGroup&&this.radioGroup.required}set required(me){this._required=(0,f.Ig)(me)}get color(){return this._color||this.radioGroup&&this.radioGroup.color||this._providerOverride&&this._providerOverride.color||"accent"}set color(me){this._color=me}get inputId(){return`${this.id||this._uniqueId}-input`}focus(me,y){y?this._focusMonitor.focusVia(this._inputElement,y,me):this._inputElement.nativeElement.focus(me)}_markForCheck(){this._changeDetector.markForCheck()}ngOnInit(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.checked&&(this.radioGroup.selected=this),this.name=this.radioGroup.name)}ngDoCheck(){this._updateTabIndex()}ngAfterViewInit(){this._updateTabIndex(),this._focusMonitor.monitor(this._elementRef,!0).subscribe(me=>{!me&&this.radioGroup&&this.radioGroup._touch()})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._removeUniqueSelectionListener()}_emitChangeEvent(){this.change.emit(new S(this,this._value))}_isRippleDisabled(){return this.disableRipple||this.disabled}_onInputClick(me){me.stopPropagation()}_onInputInteraction(me){if(me.stopPropagation(),!this.checked&&!this.disabled){const y=this.radioGroup&&this.value!==this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),y&&this.radioGroup._emitChangeEvent())}}_setDisabled(me){this._disabled!==me&&(this._disabled=me,this._changeDetector.markForCheck())}_updateTabIndex(){var me;const y=this.radioGroup;let i;if(i=y&&y.selected&&!this.disabled?y.selected===this?this.tabIndex:-1:this.tabIndex,i!==this._previousTabIndex){const r=null===(me=this._inputElement)||void 0===me?void 0:me.nativeElement;r&&(r.setAttribute("tabindex",i+""),this._previousTabIndex=i)}}}return oe.\u0275fac=function(me){t.$Z()},oe.\u0275dir=t.lG2({type:oe,viewQuery:function(me,y){if(1&me&&t.Gf(N,5),2&me){let i;t.iGM(i=t.CRH())&&(y._inputElement=i.first)}},inputs:{id:"id",name:"name",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],checked:"checked",value:"value",labelPosition:"labelPosition",disabled:"disabled",required:"required",color:"color"},outputs:{change:"change"},features:[t.qOj]}),oe})(),te=(()=>{class oe extends de{constructor(me,y,i,r,u,c,_,E){super(me,y,i,r,u,c,_,E)}}return oe.\u0275fac=function(me){return new(me||oe)(t.Y36(U,8),t.Y36(t.SBq),t.Y36(t.sBO),t.Y36(b.tE),t.Y36(d.A8),t.Y36(a.Qb,8),t.Y36(w,8),t.$8M("tabindex"))},oe.\u0275cmp=t.Xpm({type:oe,selectors:[["mat-radio-button"]],hostAttrs:[1,"mat-radio-button"],hostVars:17,hostBindings:function(me,y){1&me&&t.NdJ("focus",function(){return y._inputElement.nativeElement.focus()}),2&me&&(t.uIk("tabindex",null)("id",y.id)("aria-label",null)("aria-labelledby",null)("aria-describedby",null),t.ekj("mat-radio-checked",y.checked)("mat-radio-disabled",y.disabled)("_mat-animation-noopable",y._noopAnimations)("mat-primary","primary"===y.color)("mat-accent","accent"===y.color)("mat-warn","warn"===y.color))},inputs:{disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matRadioButton"],features:[t.qOj],ngContentSelectors:A,decls:13,vars:19,consts:[[1,"mat-radio-label"],["label",""],[1,"mat-radio-container"],[1,"mat-radio-outer-circle"],[1,"mat-radio-inner-circle"],["type","radio",1,"mat-radio-input",3,"id","checked","disabled","required","change","click"],["input",""],["mat-ripple","",1,"mat-radio-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered","matRippleRadius","matRippleAnimation"],[1,"mat-ripple-element","mat-radio-persistent-ripple"],[1,"mat-radio-label-content"],[2,"display","none"]],template:function(me,y){if(1&me&&(t.F$t(),t.TgZ(0,"label",0,1)(2,"span",2),t._UZ(3,"span",3)(4,"span",4),t.TgZ(5,"input",5,6),t.NdJ("change",function(r){return y._onInputInteraction(r)})("click",function(r){return y._onInputClick(r)}),t.qZA(),t.TgZ(7,"span",7),t._UZ(8,"span",8),t.qZA()(),t.TgZ(9,"span",9)(10,"span",10),t._uU(11,"\xa0"),t.qZA(),t.Hsn(12),t.qZA()()),2&me){const i=t.MAs(1);t.uIk("for",y.inputId),t.xp6(5),t.Q6J("id",y.inputId)("checked",y.checked)("disabled",y.disabled)("required",y.required),t.uIk("name",y.name)("value",y.value)("aria-label",y.ariaLabel)("aria-labelledby",y.ariaLabelledby)("aria-describedby",y.ariaDescribedby),t.xp6(2),t.Q6J("matRippleTrigger",i)("matRippleDisabled",y._isRippleDisabled())("matRippleCentered",!0)("matRippleRadius",20)("matRippleAnimation",t.VKq(17,h,y._noopAnimations?0:150)),t.xp6(2),t.ekj("mat-radio-label-before","before"==y.labelPosition)}},directives:[e.wG],styles:[".mat-radio-button{display:inline-block;-webkit-tap-highlight-color:transparent;outline:0}.mat-radio-label{-webkit-user-select:none;user-select:none;cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap;vertical-align:middle;width:100%}.mat-radio-container{box-sizing:border-box;display:inline-block;position:relative;width:20px;height:20px;flex-shrink:0}.mat-radio-outer-circle{box-sizing:border-box;display:block;height:20px;left:0;position:absolute;top:0;transition:border-color ease 280ms;width:20px;border-width:2px;border-style:solid;border-radius:50%}._mat-animation-noopable .mat-radio-outer-circle{transition:none}.mat-radio-inner-circle{border-radius:50%;box-sizing:border-box;display:block;height:20px;left:0;position:absolute;top:0;opacity:0;transition:transform ease 280ms,background-color ease 280ms,opacity linear 1ms 280ms;width:20px;transform:scale(0.001);-webkit-print-color-adjust:exact;color-adjust:exact}.mat-radio-checked .mat-radio-inner-circle{transform:scale(0.5);opacity:1;transition:transform ease 280ms,background-color ease 280ms}.cdk-high-contrast-active .mat-radio-checked .mat-radio-inner-circle{border:solid 10px}._mat-animation-noopable .mat-radio-inner-circle{transition:none}.mat-radio-label-content{-webkit-user-select:auto;user-select:auto;display:inline-block;order:0;line-height:inherit;padding-left:8px;padding-right:0}[dir=rtl] .mat-radio-label-content{padding-right:8px;padding-left:0}.mat-radio-label-content.mat-radio-label-before{order:-1;padding-left:0;padding-right:8px}[dir=rtl] .mat-radio-label-content.mat-radio-label-before{padding-right:0;padding-left:8px}.mat-radio-disabled,.mat-radio-disabled .mat-radio-label{cursor:default}.mat-radio-button .mat-radio-ripple{position:absolute;left:calc(50% - 20px);top:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-radio-button .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple){opacity:.16}.mat-radio-persistent-ripple{width:100%;height:100%;transform:none;top:0;left:0}.mat-radio-container:hover .mat-radio-persistent-ripple{opacity:.04}.mat-radio-button:not(.mat-radio-disabled).cdk-keyboard-focused .mat-radio-persistent-ripple,.mat-radio-button:not(.mat-radio-disabled).cdk-program-focused .mat-radio-persistent-ripple{opacity:.12}.mat-radio-persistent-ripple,.mat-radio-disabled .mat-radio-container:hover .mat-radio-persistent-ripple{opacity:0}@media(hover: none){.mat-radio-container:hover .mat-radio-persistent-ripple{display:none}}.mat-radio-input{opacity:0;position:absolute;top:0;left:0;margin:0;width:100%;height:100%;cursor:inherit;z-index:-1}.cdk-high-contrast-active .mat-radio-button:not(.mat-radio-disabled).cdk-keyboard-focused .mat-radio-ripple,.cdk-high-contrast-active .mat-radio-button:not(.mat-radio-disabled).cdk-program-focused .mat-radio-ripple{outline:solid 3px}.cdk-high-contrast-active .mat-radio-disabled{opacity:.5}\n"],encapsulation:2,changeDetection:0}),oe})(),ie=(()=>{class oe{}return oe.\u0275fac=function(me){return new(me||oe)},oe.\u0275mod=t.oAB({type:oe}),oe.\u0275inj=t.cJS({imports:[[e.si,e.BQ],e.BQ]}),oe})()},4107:(Ve,j,p)=>{"use strict";p.d(j,{$L:()=>dt,LD:()=>le,gD:()=>Ae});var t=p(9776),e=p(9808),f=p(5e3),M=p(508),a=p(7322),b=p(5303),d=p(5664),N=p(3191),h=p(449),A=p(1159),w=p(3075),D=p(7579),L=p(9770),k=p(6451),S=p(8675),U=p(3900),Z=p(5698),Y=p(9300),ne=p(4004),$=p(1884),de=p(2722),te=p(1777),ie=p(226);const oe=["trigger"],X=["panel"];function me(Te,xe){if(1&Te&&(f.TgZ(0,"span",8),f._uU(1),f.qZA()),2&Te){const W=f.oxw();f.xp6(1),f.Oqu(W.placeholder)}}function y(Te,xe){if(1&Te&&(f.TgZ(0,"span",12),f._uU(1),f.qZA()),2&Te){const W=f.oxw(2);f.xp6(1),f.Oqu(W.triggerValue)}}function i(Te,xe){1&Te&&f.Hsn(0,0,["*ngSwitchCase","true"])}function r(Te,xe){if(1&Te&&(f.TgZ(0,"span",9),f.YNc(1,y,2,1,"span",10),f.YNc(2,i,1,0,"ng-content",11),f.qZA()),2&Te){const W=f.oxw();f.Q6J("ngSwitch",!!W.customTrigger),f.xp6(2),f.Q6J("ngSwitchCase",!0)}}function u(Te,xe){if(1&Te){const W=f.EpF();f.TgZ(0,"div",13)(1,"div",14,15),f.NdJ("@transformPanel.done",function(ue){return f.CHM(W),f.oxw()._panelDoneAnimatingStream.next(ue.toState)})("keydown",function(ue){return f.CHM(W),f.oxw()._handleKeydown(ue)}),f.Hsn(3,1),f.qZA()()}if(2&Te){const W=f.oxw();f.Q6J("@transformPanelWrap",void 0),f.xp6(1),f.Gre("mat-select-panel ",W._getPanelTheme(),""),f.Udp("transform-origin",W._transformOrigin)("font-size",W._triggerFontSize,"px"),f.Q6J("ngClass",W.panelClass)("@transformPanel",W.multiple?"showing-multiple":"showing"),f.uIk("id",W.id+"-panel")("aria-multiselectable",W.multiple)("aria-label",W.ariaLabel||null)("aria-labelledby",W._getPanelAriaLabelledby())}}const c=[[["mat-select-trigger"]],"*"],_=["mat-select-trigger","*"],E={transformPanelWrap:(0,te.X$)("transformPanelWrap",[(0,te.eR)("* => void",(0,te.IO)("@transformPanel",[(0,te.pV)()],{optional:!0}))]),transformPanel:(0,te.X$)("transformPanel",[(0,te.SB)("void",(0,te.oB)({transform:"scaleY(0.8)",minWidth:"100%",opacity:0})),(0,te.SB)("showing",(0,te.oB)({opacity:1,minWidth:"calc(100% + 32px)",transform:"scaleY(1)"})),(0,te.SB)("showing-multiple",(0,te.oB)({opacity:1,minWidth:"calc(100% + 64px)",transform:"scaleY(1)"})),(0,te.eR)("void => *",(0,te.jt)("120ms cubic-bezier(0, 0, 0.2, 1)")),(0,te.eR)("* => void",(0,te.jt)("100ms 25ms linear",(0,te.oB)({opacity:0})))])};let C=0;const B=256,Ne=new f.OlP("mat-select-scroll-strategy"),Q=new f.OlP("MAT_SELECT_CONFIG"),Ue={provide:Ne,deps:[t.aV],useFactory:function we(Te){return()=>Te.scrollStrategies.reposition()}};class ye{constructor(xe,W){this.source=xe,this.value=W}}const V=(0,M.Kr)((0,M.sb)((0,M.Id)((0,M.FD)(class{constructor(Te,xe,W,ee,ue){this._elementRef=Te,this._defaultErrorStateMatcher=xe,this._parentForm=W,this._parentFormGroup=ee,this.ngControl=ue}})))),De=new f.OlP("MatSelectTrigger");let dt=(()=>{class Te{}return Te.\u0275fac=function(W){return new(W||Te)},Te.\u0275dir=f.lG2({type:Te,selectors:[["mat-select-trigger"]],features:[f._Bn([{provide:De,useExisting:Te}])]}),Te})(),Ie=(()=>{class Te extends V{constructor(W,ee,ue,Ce,Le,ut,ht,It,ui,Wt,Gt,hi,xt,Nt){var Ct,et,yt;super(Le,Ce,ht,It,Wt),this._viewportRuler=W,this._changeDetectorRef=ee,this._ngZone=ue,this._dir=ut,this._parentFormField=ui,this._liveAnnouncer=xt,this._defaultOptions=Nt,this._panelOpen=!1,this._compareWith=(ei,Yt)=>ei===Yt,this._uid="mat-select-"+C++,this._triggerAriaLabelledBy=null,this._destroy=new D.x,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+C++,this._panelDoneAnimatingStream=new D.x,this._overlayPanelClass=(null===(Ct=this._defaultOptions)||void 0===Ct?void 0:Ct.overlayPanelClass)||"",this._focused=!1,this.controlType="mat-select",this._multiple=!1,this._disableOptionCentering=null!==(yt=null===(et=this._defaultOptions)||void 0===et?void 0:et.disableOptionCentering)&&void 0!==yt&&yt,this.ariaLabel="",this.optionSelectionChanges=(0,L.P)(()=>{const ei=this.options;return ei?ei.changes.pipe((0,S.O)(ei),(0,U.w)(()=>(0,k.T)(...ei.map(Yt=>Yt.onSelectionChange)))):this._ngZone.onStable.pipe((0,Z.q)(1),(0,U.w)(()=>this.optionSelectionChanges))}),this.openedChange=new f.vpe,this._openedStream=this.openedChange.pipe((0,Y.h)(ei=>ei),(0,ne.U)(()=>{})),this._closedStream=this.openedChange.pipe((0,Y.h)(ei=>!ei),(0,ne.U)(()=>{})),this.selectionChange=new f.vpe,this.valueChange=new f.vpe,this.ngControl&&(this.ngControl.valueAccessor=this),null!=(null==Nt?void 0:Nt.typeaheadDebounceInterval)&&(this._typeaheadDebounceInterval=Nt.typeaheadDebounceInterval),this._scrollStrategyFactory=hi,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Gt)||0,this.id=this.id}get focused(){return this._focused||this._panelOpen}get placeholder(){return this._placeholder}set placeholder(W){this._placeholder=W,this.stateChanges.next()}get required(){var W,ee,ue,Ce;return null!==(Ce=null!==(W=this._required)&&void 0!==W?W:null===(ue=null===(ee=this.ngControl)||void 0===ee?void 0:ee.control)||void 0===ue?void 0:ue.hasValidator(w.kI.required))&&void 0!==Ce&&Ce}set required(W){this._required=(0,N.Ig)(W),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(W){this._multiple=(0,N.Ig)(W)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(W){this._disableOptionCentering=(0,N.Ig)(W)}get compareWith(){return this._compareWith}set compareWith(W){this._compareWith=W,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(W){this._assignValue(W)&&this._onChange(W)}get typeaheadDebounceInterval(){return this._typeaheadDebounceInterval}set typeaheadDebounceInterval(W){this._typeaheadDebounceInterval=(0,N.su)(W)}get id(){return this._id}set id(W){this._id=W||this._uid,this.stateChanges.next()}ngOnInit(){this._selectionModel=new h.Ov(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,$.x)(),(0,de.R)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen))}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe((0,de.R)(this._destroy)).subscribe(W=>{W.added.forEach(ee=>ee.select()),W.removed.forEach(ee=>ee.deselect())}),this.options.changes.pipe((0,S.O)(null),(0,de.R)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const W=this._getTriggerAriaLabelledby(),ee=this.ngControl;if(W!==this._triggerAriaLabelledBy){const ue=this._elementRef.nativeElement;this._triggerAriaLabelledBy=W,W?ue.setAttribute("aria-labelledby",W):ue.removeAttribute("aria-labelledby")}ee&&(this._previousControl!==ee.control&&(void 0!==this._previousControl&&null!==ee.disabled&&ee.disabled!==this.disabled&&(this.disabled=ee.disabled),this._previousControl=ee.control),this.updateErrorState())}ngOnChanges(W){W.disabled&&this.stateChanges.next(),W.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this._typeaheadDebounceInterval)}ngOnDestroy(){this._destroy.next(),this._destroy.complete(),this.stateChanges.complete()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck())}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched())}writeValue(W){this._assignValue(W)}registerOnChange(W){this._onChange=W}registerOnTouched(W){this._onTouched=W}setDisabledState(W){this.disabled=W,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){var W,ee;return this.multiple?(null===(W=this._selectionModel)||void 0===W?void 0:W.selected)||[]:null===(ee=this._selectionModel)||void 0===ee?void 0:ee.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const W=this._selectionModel.selected.map(ee=>ee.viewValue);return this._isRtl()&&W.reverse(),W.join(", ")}return this._selectionModel.selected[0].viewValue}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(W){this.disabled||(this.panelOpen?this._handleOpenKeydown(W):this._handleClosedKeydown(W))}_handleClosedKeydown(W){const ee=W.keyCode,ue=ee===A.JH||ee===A.LH||ee===A.oh||ee===A.SV,Ce=ee===A.K5||ee===A.L_,Le=this._keyManager;if(!Le.isTyping()&&Ce&&!(0,A.Vb)(W)||(this.multiple||W.altKey)&&ue)W.preventDefault(),this.open();else if(!this.multiple){const ut=this.selected;Le.onKeydown(W);const ht=this.selected;ht&&ut!==ht&&this._liveAnnouncer.announce(ht.viewValue,1e4)}}_handleOpenKeydown(W){const ee=this._keyManager,ue=W.keyCode,Ce=ue===A.JH||ue===A.LH,Le=ee.isTyping();if(Ce&&W.altKey)W.preventDefault(),this.close();else if(Le||ue!==A.K5&&ue!==A.L_||!ee.activeItem||(0,A.Vb)(W))if(!Le&&this._multiple&&ue===A.A&&W.ctrlKey){W.preventDefault();const ut=this.options.some(ht=>!ht.disabled&&!ht.selected);this.options.forEach(ht=>{ht.disabled||(ut?ht.select():ht.deselect())})}else{const ut=ee.activeItemIndex;ee.onKeydown(W),this._multiple&&Ce&&W.shiftKey&&ee.activeItem&&ee.activeItemIndex!==ut&&ee.activeItem._selectViaInteraction()}else W.preventDefault(),ee.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,Z.q)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(W){if(this._selectionModel.selected.forEach(ee=>ee.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&W)Array.isArray(W),W.forEach(ee=>this._selectOptionByValue(ee)),this._sortValues();else{const ee=this._selectOptionByValue(W);ee?this._keyManager.updateActiveItem(ee):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(W){const ee=this.options.find(ue=>{if(this._selectionModel.isSelected(ue))return!1;try{return null!=ue.value&&this._compareWith(ue.value,W)}catch(Ce){return!1}});return ee&&this._selectionModel.select(ee),ee}_assignValue(W){return!!(W!==this._value||this._multiple&&Array.isArray(W))&&(this.options&&this._setSelectionByValue(W),this._value=W,!0)}_initKeyManager(){this._keyManager=new d.s1(this.options).withTypeAhead(this._typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withAllowedModifierKeys(["shiftKey"]),this._keyManager.tabOut.pipe((0,de.R)(this._destroy)).subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.pipe((0,de.R)(this._destroy)).subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const W=(0,k.T)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,de.R)(W)).subscribe(ee=>{this._onSelect(ee.source,ee.isUserInput),ee.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,k.T)(...this.options.map(ee=>ee._stateChanges)).pipe((0,de.R)(W)).subscribe(()=>{this._changeDetectorRef.markForCheck(),this.stateChanges.next()})}_onSelect(W,ee){const ue=this._selectionModel.isSelected(W);null!=W.value||this._multiple?(ue!==W.selected&&(W.selected?this._selectionModel.select(W):this._selectionModel.deselect(W)),ee&&this._keyManager.setActiveItem(W),this.multiple&&(this._sortValues(),ee&&this.focus())):(W.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(W.value)),ue!==this._selectionModel.isSelected(W)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const W=this.options.toArray();this._selectionModel.sort((ee,ue)=>this.sortComparator?this.sortComparator(ee,ue,W):W.indexOf(ee)-W.indexOf(ue)),this.stateChanges.next()}}_propagateChanges(W){let ee=null;ee=this.multiple?this.selected.map(ue=>ue.value):this.selected?this.selected.value:W,this._value=ee,this.valueChange.emit(ee),this._onChange(ee),this.selectionChange.emit(this._getChangeEvent(ee)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){this._keyManager&&(this.empty?this._keyManager.setFirstItemActive():this._keyManager.setActiveItem(this._selectionModel.selected[0]))}_canOpen(){var W;return!this._panelOpen&&!this.disabled&&(null===(W=this.options)||void 0===W?void 0:W.length)>0}focus(W){this._elementRef.nativeElement.focus(W)}_getPanelAriaLabelledby(){var W;if(this.ariaLabel)return null;const ee=null===(W=this._parentFormField)||void 0===W?void 0:W.getLabelId();return this.ariaLabelledby?(ee?ee+" ":"")+this.ariaLabelledby:ee}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){var W;if(this.ariaLabel)return null;const ee=null===(W=this._parentFormField)||void 0===W?void 0:W.getLabelId();let ue=(ee?ee+" ":"")+this._valueId;return this.ariaLabelledby&&(ue+=" "+this.ariaLabelledby),ue}_panelDoneAnimating(W){this.openedChange.emit(W)}setDescribedByIds(W){this._ariaDescribedby=W.join(" ")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this._panelOpen||!this.empty||this._focused&&!!this._placeholder}}return Te.\u0275fac=function(W){return new(W||Te)(f.Y36(b.rL),f.Y36(f.sBO),f.Y36(f.R0b),f.Y36(M.rD),f.Y36(f.SBq),f.Y36(ie.Is,8),f.Y36(w.F,8),f.Y36(w.sg,8),f.Y36(a.G_,8),f.Y36(w.a5,10),f.$8M("tabindex"),f.Y36(Ne),f.Y36(d.Kd),f.Y36(Q,8))},Te.\u0275dir=f.lG2({type:Te,viewQuery:function(W,ee){if(1&W&&(f.Gf(oe,5),f.Gf(X,5),f.Gf(t.pI,5)),2&W){let ue;f.iGM(ue=f.CRH())&&(ee.trigger=ue.first),f.iGM(ue=f.CRH())&&(ee.panel=ue.first),f.iGM(ue=f.CRH())&&(ee._overlayDir=ue.first)}},inputs:{panelClass:"panelClass",placeholder:"placeholder",required:"required",multiple:"multiple",disableOptionCentering:"disableOptionCentering",compareWith:"compareWith",value:"value",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:"typeaheadDebounceInterval",sortComparator:"sortComparator",id:"id"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},features:[f.qOj,f.TTD]}),Te})(),Ae=(()=>{class Te extends Ie{constructor(){super(...arguments),this._scrollTop=0,this._triggerFontSize=0,this._transformOrigin="top",this._offsetY=0,this._positions=[{originX:"start",originY:"top",overlayX:"start",overlayY:"top"},{originX:"start",originY:"bottom",overlayX:"start",overlayY:"bottom"}]}_calculateOverlayScroll(W,ee,ue){const Ce=this._getItemHeight();return Math.min(Math.max(0,Ce*W-ee+Ce/2),ue)}ngOnInit(){super.ngOnInit(),this._viewportRuler.change().pipe((0,de.R)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._triggerRect=this.trigger.nativeElement.getBoundingClientRect(),this._changeDetectorRef.markForCheck())})}open(){super._canOpen()&&(super.open(),this._triggerRect=this.trigger.nativeElement.getBoundingClientRect(),this._triggerFontSize=parseInt(getComputedStyle(this.trigger.nativeElement).fontSize||"0"),this._calculateOverlayPosition(),this._ngZone.onStable.pipe((0,Z.q)(1)).subscribe(()=>{this._triggerFontSize&&this._overlayDir.overlayRef&&this._overlayDir.overlayRef.overlayElement&&(this._overlayDir.overlayRef.overlayElement.style.fontSize=`${this._triggerFontSize}px`)}))}_scrollOptionIntoView(W){const ee=(0,M.CB)(W,this.options,this.optionGroups),ue=this._getItemHeight();this.panel.nativeElement.scrollTop=0===W&&1===ee?0:(0,M.jH)((W+ee)*ue,ue,this.panel.nativeElement.scrollTop,B)}_positioningSettled(){this._calculateOverlayOffsetX(),this.panel.nativeElement.scrollTop=this._scrollTop}_panelDoneAnimating(W){this.panelOpen?this._scrollTop=0:(this._overlayDir.offsetX=0,this._changeDetectorRef.markForCheck()),super._panelDoneAnimating(W)}_getChangeEvent(W){return new ye(this,W)}_calculateOverlayOffsetX(){const W=this._overlayDir.overlayRef.overlayElement.getBoundingClientRect(),ee=this._viewportRuler.getViewportSize(),ue=this._isRtl(),Ce=this.multiple?56:32;let Le;if(this.multiple)Le=40;else if(this.disableOptionCentering)Le=16;else{let It=this._selectionModel.selected[0]||this.options.first;Le=It&&It.group?32:16}ue||(Le*=-1);const ut=0-(W.left+Le-(ue?Ce:0)),ht=W.right+Le-ee.width+(ue?0:Ce);ut>0?Le+=ut+8:ht>0&&(Le-=ht+8),this._overlayDir.offsetX=Math.round(Le),this._overlayDir.overlayRef.updatePosition()}_calculateOverlayOffsetY(W,ee,ue){const Ce=this._getItemHeight(),Le=(Ce-this._triggerRect.height)/2,ut=Math.floor(B/Ce);let ht;return this.disableOptionCentering?0:(ht=0===this._scrollTop?W*Ce:this._scrollTop===ue?(W-(this._getItemCount()-ut))*Ce+(Ce-(this._getItemCount()*Ce-B)%Ce):ee-Ce/2,Math.round(-1*ht-Le))}_checkOverlayWithinViewport(W){const ee=this._getItemHeight(),ue=this._viewportRuler.getViewportSize(),Ce=this._triggerRect.top-8,Le=ue.height-this._triggerRect.bottom-8,ut=Math.abs(this._offsetY),It=Math.min(this._getItemCount()*ee,B)-ut-this._triggerRect.height;It>Le?this._adjustPanelUp(It,Le):ut>Ce?this._adjustPanelDown(ut,Ce,W):this._transformOrigin=this._getOriginBasedOnOption()}_adjustPanelUp(W,ee){const ue=Math.round(W-ee);this._scrollTop-=ue,this._offsetY-=ue,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop<=0&&(this._scrollTop=0,this._offsetY=0,this._transformOrigin="50% bottom 0px")}_adjustPanelDown(W,ee,ue){const Ce=Math.round(W-ee);if(this._scrollTop+=Ce,this._offsetY+=Ce,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop>=ue)return this._scrollTop=ue,this._offsetY=0,void(this._transformOrigin="50% top 0px")}_calculateOverlayPosition(){const W=this._getItemHeight(),ee=this._getItemCount(),ue=Math.min(ee*W,B),Le=ee*W-ue;let ut;ut=this.empty?0:Math.max(this.options.toArray().indexOf(this._selectionModel.selected[0]),0),ut+=(0,M.CB)(ut,this.options,this.optionGroups);const ht=ue/2;this._scrollTop=this._calculateOverlayScroll(ut,ht,Le),this._offsetY=this._calculateOverlayOffsetY(ut,ht,Le),this._checkOverlayWithinViewport(Le)}_getOriginBasedOnOption(){const W=this._getItemHeight(),ee=(W-this._triggerRect.height)/2;return`50% ${Math.abs(this._offsetY)-ee+W/2}px 0px`}_getItemHeight(){return 3*this._triggerFontSize}_getItemCount(){return this.options.length+this.optionGroups.length}}return Te.\u0275fac=function(){let xe;return function(ee){return(xe||(xe=f.n5z(Te)))(ee||Te)}}(),Te.\u0275cmp=f.Xpm({type:Te,selectors:[["mat-select"]],contentQueries:function(W,ee,ue){if(1&W&&(f.Suo(ue,De,5),f.Suo(ue,M.ey,5),f.Suo(ue,M.K7,5)),2&W){let Ce;f.iGM(Ce=f.CRH())&&(ee.customTrigger=Ce.first),f.iGM(Ce=f.CRH())&&(ee.options=Ce),f.iGM(Ce=f.CRH())&&(ee.optionGroups=Ce)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","true",1,"mat-select"],hostVars:20,hostBindings:function(W,ee){1&W&&f.NdJ("keydown",function(Ce){return ee._handleKeydown(Ce)})("focus",function(){return ee._onFocus()})("blur",function(){return ee._onBlur()}),2&W&&(f.uIk("id",ee.id)("tabindex",ee.tabIndex)("aria-controls",ee.panelOpen?ee.id+"-panel":null)("aria-expanded",ee.panelOpen)("aria-label",ee.ariaLabel||null)("aria-required",ee.required.toString())("aria-disabled",ee.disabled.toString())("aria-invalid",ee.errorState)("aria-describedby",ee._ariaDescribedby||null)("aria-activedescendant",ee._getAriaActiveDescendant()),f.ekj("mat-select-disabled",ee.disabled)("mat-select-invalid",ee.errorState)("mat-select-required",ee.required)("mat-select-empty",ee.empty)("mat-select-multiple",ee.multiple))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matSelect"],features:[f._Bn([{provide:a.Eo,useExisting:Te},{provide:M.HF,useExisting:Te}]),f.qOj],ngContentSelectors:_,decls:9,vars:12,consts:[["cdk-overlay-origin","",1,"mat-select-trigger",3,"click"],["origin","cdkOverlayOrigin","trigger",""],[1,"mat-select-value",3,"ngSwitch"],["class","mat-select-placeholder mat-select-min-line",4,"ngSwitchCase"],["class","mat-select-value-text",3,"ngSwitch",4,"ngSwitchCase"],[1,"mat-select-arrow-wrapper"],[1,"mat-select-arrow"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayMinWidth","cdkConnectedOverlayOffsetY","backdropClick","attach","detach"],[1,"mat-select-placeholder","mat-select-min-line"],[1,"mat-select-value-text",3,"ngSwitch"],["class","mat-select-min-line",4,"ngSwitchDefault"],[4,"ngSwitchCase"],[1,"mat-select-min-line"],[1,"mat-select-panel-wrap"],["role","listbox","tabindex","-1",3,"ngClass","keydown"],["panel",""]],template:function(W,ee){if(1&W&&(f.F$t(c),f.TgZ(0,"div",0,1),f.NdJ("click",function(){return ee.toggle()}),f.TgZ(3,"div",2),f.YNc(4,me,2,1,"span",3),f.YNc(5,r,3,2,"span",4),f.qZA(),f.TgZ(6,"div",5),f._UZ(7,"div",6),f.qZA()(),f.YNc(8,u,4,14,"ng-template",7),f.NdJ("backdropClick",function(){return ee.close()})("attach",function(){return ee._onAttached()})("detach",function(){return ee.close()})),2&W){const ue=f.MAs(1);f.uIk("aria-owns",ee.panelOpen?ee.id+"-panel":null),f.xp6(3),f.Q6J("ngSwitch",ee.empty),f.uIk("id",ee._valueId),f.xp6(1),f.Q6J("ngSwitchCase",!0),f.xp6(1),f.Q6J("ngSwitchCase",!1),f.xp6(3),f.Q6J("cdkConnectedOverlayPanelClass",ee._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",ee._scrollStrategy)("cdkConnectedOverlayOrigin",ue)("cdkConnectedOverlayOpen",ee.panelOpen)("cdkConnectedOverlayPositions",ee._positions)("cdkConnectedOverlayMinWidth",null==ee._triggerRect?null:ee._triggerRect.width)("cdkConnectedOverlayOffsetY",ee._offsetY)}},directives:[t.xu,e.RF,e.n9,e.ED,t.pI,e.mk],styles:['.mat-select{display:inline-block;width:100%;outline:none}.mat-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-select-disabled .mat-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-select-arrow-wrapper{height:16px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-outline .mat-select-arrow-wrapper{transform:translateY(-25%)}.mat-form-field-appearance-standard.mat-form-field-has-label .mat-select:not(.mat-select-empty) .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:none}.mat-select-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;margin:0 4px}.mat-form-field.mat-focused .mat-select-arrow{transform:translateX(0)}.mat-select-panel-wrap{flex-basis:100%}.mat-select-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;padding-top:0;padding-bottom:0;max-height:256px;min-width:100%;border-radius:4px;outline:0}.cdk-high-contrast-active .mat-select-panel{outline:solid 1px}.mat-select-panel .mat-optgroup-label,.mat-select-panel .mat-option{font-size:inherit;line-height:3em;height:3em}.mat-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-form-field-flex{cursor:pointer}.mat-form-field-type-mat-select .mat-form-field-label{width:calc(100% - 18px)}.mat-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable .mat-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-select-placeholder{color:transparent;-webkit-text-fill-color:transparent;transition:none;display:block}.mat-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}\n'],encapsulation:2,data:{animation:[E.transformPanelWrap,E.transformPanel]},changeDetection:0}),Te})(),le=(()=>{class Te{}return Te.\u0275fac=function(W){return new(W||Te)},Te.\u0275mod=f.oAB({type:Te}),Te.\u0275inj=f.cJS({providers:[Ue],imports:[[e.ez,t.U8,M.Ng,M.BQ],b.ZD,a.lN,M.Ng,M.BQ]}),Te})()},2638:(Ve,j,p)=>{"use strict";p.d(j,{JX:()=>_e,Rh:()=>he,SJ:()=>we,TM:()=>Ne});var t=p(5303),e=p(9808),f=p(5e3),M=p(508),a=p(3191),b=p(1159),d=p(7579),N=p(4968),h=p(6451),A=p(9300),w=p(4004),D=p(9718),L=p(2722),k=p(1884),S=p(5698),U=p(8675),Z=p(8372),Y=p(1777),ne=p(6360),$=p(5664),de=p(925),te=p(226);const ie=["*"],oe=["content"];function X(Q,Ue){if(1&Q){const ye=f.EpF();f.TgZ(0,"div",2),f.NdJ("click",function(){return f.CHM(ye),f.oxw()._onBackdropClicked()}),f.qZA()}if(2&Q){const ye=f.oxw();f.ekj("mat-drawer-shown",ye._isShowingBackdrop())}}function me(Q,Ue){1&Q&&(f.TgZ(0,"mat-drawer-content"),f.Hsn(1,2),f.qZA())}const y=[[["mat-drawer"]],[["mat-drawer-content"]],"*"],i=["mat-drawer","mat-drawer-content","*"];function r(Q,Ue){if(1&Q){const ye=f.EpF();f.TgZ(0,"div",2),f.NdJ("click",function(){return f.CHM(ye),f.oxw()._onBackdropClicked()}),f.qZA()}if(2&Q){const ye=f.oxw();f.ekj("mat-drawer-shown",ye._isShowingBackdrop())}}function u(Q,Ue){1&Q&&(f.TgZ(0,"mat-sidenav-content"),f.Hsn(1,2),f.qZA())}const c=[[["mat-sidenav"]],[["mat-sidenav-content"]],"*"],_=["mat-sidenav","mat-sidenav-content","*"],I={transformDrawer:(0,Y.X$)("transform",[(0,Y.SB)("open, open-instant",(0,Y.oB)({transform:"none",visibility:"visible"})),(0,Y.SB)("void",(0,Y.oB)({"box-shadow":"none",visibility:"hidden"})),(0,Y.eR)("void => open-instant",(0,Y.jt)("0ms")),(0,Y.eR)("void <=> open, open-instant => void",(0,Y.jt)("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])},n=new f.OlP("MAT_DRAWER_DEFAULT_AUTOSIZE",{providedIn:"root",factory:function B(){return!1}}),C=new f.OlP("MAT_DRAWER_CONTAINER");let P=(()=>{class Q extends t.PQ{constructor(ye,V,De,dt,Ie){super(De,dt,Ie),this._changeDetectorRef=ye,this._container=V}ngAfterContentInit(){this._container._contentMarginChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})}}return Q.\u0275fac=function(ye){return new(ye||Q)(f.Y36(f.sBO),f.Y36((0,f.Gpc)(()=>q)),f.Y36(f.SBq),f.Y36(t.mF),f.Y36(f.R0b))},Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-drawer-content"]],hostAttrs:[1,"mat-drawer-content"],hostVars:4,hostBindings:function(ye,V){2&ye&&f.Udp("margin-left",V._container._contentMargins.left,"px")("margin-right",V._container._contentMargins.right,"px")},features:[f._Bn([{provide:t.PQ,useExisting:Q}]),f.qOj],ngContentSelectors:ie,decls:1,vars:0,template:function(ye,V){1&ye&&(f.F$t(),f.Hsn(0))},encapsulation:2,changeDetection:0}),Q})(),H=(()=>{class Q{constructor(ye,V,De,dt,Ie,Ae,le,Te){this._elementRef=ye,this._focusTrapFactory=V,this._focusMonitor=De,this._platform=dt,this._ngZone=Ie,this._interactivityChecker=Ae,this._doc=le,this._container=Te,this._elementFocusedBeforeDrawerWasOpened=null,this._enableAnimations=!1,this._position="start",this._mode="over",this._disableClose=!1,this._opened=!1,this._animationStarted=new d.x,this._animationEnd=new d.x,this._animationState="void",this.openedChange=new f.vpe(!0),this._openedStream=this.openedChange.pipe((0,A.h)(xe=>xe),(0,w.U)(()=>{})),this.openedStart=this._animationStarted.pipe((0,A.h)(xe=>xe.fromState!==xe.toState&&0===xe.toState.indexOf("open")),(0,D.h)(void 0)),this._closedStream=this.openedChange.pipe((0,A.h)(xe=>!xe),(0,w.U)(()=>{})),this.closedStart=this._animationStarted.pipe((0,A.h)(xe=>xe.fromState!==xe.toState&&"void"===xe.toState),(0,D.h)(void 0)),this._destroyed=new d.x,this.onPositionChanged=new f.vpe,this._modeChanged=new d.x,this.openedChange.subscribe(xe=>{xe?(this._doc&&(this._elementFocusedBeforeDrawerWasOpened=this._doc.activeElement),this._takeFocus()):this._isFocusWithinDrawer()&&this._restoreFocus(this._openedVia||"program")}),this._ngZone.runOutsideAngular(()=>{(0,N.R)(this._elementRef.nativeElement,"keydown").pipe((0,A.h)(xe=>xe.keyCode===b.hY&&!this.disableClose&&!(0,b.Vb)(xe)),(0,L.R)(this._destroyed)).subscribe(xe=>this._ngZone.run(()=>{this.close(),xe.stopPropagation(),xe.preventDefault()}))}),this._animationEnd.pipe((0,k.x)((xe,W)=>xe.fromState===W.fromState&&xe.toState===W.toState)).subscribe(xe=>{const{fromState:W,toState:ee}=xe;(0===ee.indexOf("open")&&"void"===W||"void"===ee&&0===W.indexOf("open"))&&this.openedChange.emit(this._opened)})}get position(){return this._position}set position(ye){(ye="end"===ye?"end":"start")!==this._position&&(this._isAttached&&this._updatePositionInParent(ye),this._position=ye,this.onPositionChanged.emit())}get mode(){return this._mode}set mode(ye){this._mode=ye,this._updateFocusTrapState(),this._modeChanged.next()}get disableClose(){return this._disableClose}set disableClose(ye){this._disableClose=(0,a.Ig)(ye)}get autoFocus(){const ye=this._autoFocus;return null==ye?"side"===this.mode?"dialog":"first-tabbable":ye}set autoFocus(ye){("true"===ye||"false"===ye||null==ye)&&(ye=(0,a.Ig)(ye)),this._autoFocus=ye}get opened(){return this._opened}set opened(ye){this.toggle((0,a.Ig)(ye))}_forceFocus(ye,V){this._interactivityChecker.isFocusable(ye)||(ye.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const De=()=>{ye.removeEventListener("blur",De),ye.removeEventListener("mousedown",De),ye.removeAttribute("tabindex")};ye.addEventListener("blur",De),ye.addEventListener("mousedown",De)})),ye.focus(V)}_focusByCssSelector(ye,V){let De=this._elementRef.nativeElement.querySelector(ye);De&&this._forceFocus(De,V)}_takeFocus(){if(!this._focusTrap)return;const ye=this._elementRef.nativeElement;switch(this.autoFocus){case!1:case"dialog":return;case!0:case"first-tabbable":this._focusTrap.focusInitialElementWhenReady().then(V=>{!V&&"function"==typeof this._elementRef.nativeElement.focus&&ye.focus()});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this.autoFocus)}}_restoreFocus(ye){"dialog"!==this.autoFocus&&(this._elementFocusedBeforeDrawerWasOpened?this._focusMonitor.focusVia(this._elementFocusedBeforeDrawerWasOpened,ye):this._elementRef.nativeElement.blur(),this._elementFocusedBeforeDrawerWasOpened=null)}_isFocusWithinDrawer(){const ye=this._doc.activeElement;return!!ye&&this._elementRef.nativeElement.contains(ye)}ngAfterViewInit(){this._isAttached=!0,this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._updateFocusTrapState(),"end"===this._position&&this._updatePositionInParent("end")}ngAfterContentChecked(){this._platform.isBrowser&&(this._enableAnimations=!0)}ngOnDestroy(){var ye;this._focusTrap&&this._focusTrap.destroy(),null===(ye=this._anchor)||void 0===ye||ye.remove(),this._anchor=null,this._animationStarted.complete(),this._animationEnd.complete(),this._modeChanged.complete(),this._destroyed.next(),this._destroyed.complete()}open(ye){return this.toggle(!0,ye)}close(){return this.toggle(!1)}_closeViaBackdropClick(){return this._setOpen(!1,!0,"mouse")}toggle(ye=!this.opened,V){ye&&V&&(this._openedVia=V);const De=this._setOpen(ye,!ye&&this._isFocusWithinDrawer(),this._openedVia||"program");return ye||(this._openedVia=null),De}_setOpen(ye,V,De){return this._opened=ye,ye?this._animationState=this._enableAnimations?"open":"open-instant":(this._animationState="void",V&&this._restoreFocus(De)),this._updateFocusTrapState(),new Promise(dt=>{this.openedChange.pipe((0,S.q)(1)).subscribe(Ie=>dt(Ie?"open":"close"))})}_getWidth(){return this._elementRef.nativeElement&&this._elementRef.nativeElement.offsetWidth||0}_updateFocusTrapState(){this._focusTrap&&(this._focusTrap.enabled=this.opened&&"side"!==this.mode)}_updatePositionInParent(ye){const V=this._elementRef.nativeElement,De=V.parentNode;"end"===ye?(this._anchor||(this._anchor=this._doc.createComment("mat-drawer-anchor"),De.insertBefore(this._anchor,V)),De.appendChild(V)):this._anchor&&this._anchor.parentNode.insertBefore(V,this._anchor)}}return Q.\u0275fac=function(ye){return new(ye||Q)(f.Y36(f.SBq),f.Y36($.qV),f.Y36($.tE),f.Y36(de.t4),f.Y36(f.R0b),f.Y36($.ic),f.Y36(e.K0,8),f.Y36(C,8))},Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-drawer"]],viewQuery:function(ye,V){if(1&ye&&f.Gf(oe,5),2&ye){let De;f.iGM(De=f.CRH())&&(V._content=De.first)}},hostAttrs:["tabIndex","-1",1,"mat-drawer"],hostVars:12,hostBindings:function(ye,V){1&ye&&f.WFA("@transform.start",function(dt){return V._animationStarted.next(dt)})("@transform.done",function(dt){return V._animationEnd.next(dt)}),2&ye&&(f.uIk("align",null),f.d8E("@transform",V._animationState),f.ekj("mat-drawer-end","end"===V.position)("mat-drawer-over","over"===V.mode)("mat-drawer-push","push"===V.mode)("mat-drawer-side","side"===V.mode)("mat-drawer-opened",V.opened))},inputs:{position:"position",mode:"mode",disableClose:"disableClose",autoFocus:"autoFocus",opened:"opened"},outputs:{openedChange:"openedChange",_openedStream:"opened",openedStart:"openedStart",_closedStream:"closed",closedStart:"closedStart",onPositionChanged:"positionChanged"},exportAs:["matDrawer"],ngContentSelectors:ie,decls:3,vars:0,consts:[["cdkScrollable","",1,"mat-drawer-inner-container"],["content",""]],template:function(ye,V){1&ye&&(f.F$t(),f.TgZ(0,"div",0,1),f.Hsn(2),f.qZA())},directives:[t.PQ],encapsulation:2,data:{animation:[I.transformDrawer]},changeDetection:0}),Q})(),q=(()=>{class Q{constructor(ye,V,De,dt,Ie,Ae=!1,le){this._dir=ye,this._element=V,this._ngZone=De,this._changeDetectorRef=dt,this._animationMode=le,this._drawers=new f.n_E,this.backdropClick=new f.vpe,this._destroyed=new d.x,this._doCheckSubject=new d.x,this._contentMargins={left:null,right:null},this._contentMarginChanges=new d.x,ye&&ye.change.pipe((0,L.R)(this._destroyed)).subscribe(()=>{this._validateDrawers(),this.updateContentMargins()}),Ie.change().pipe((0,L.R)(this._destroyed)).subscribe(()=>this.updateContentMargins()),this._autosize=Ae}get start(){return this._start}get end(){return this._end}get autosize(){return this._autosize}set autosize(ye){this._autosize=(0,a.Ig)(ye)}get hasBackdrop(){return null==this._backdropOverride?!this._start||"side"!==this._start.mode||!this._end||"side"!==this._end.mode:this._backdropOverride}set hasBackdrop(ye){this._backdropOverride=null==ye?null:(0,a.Ig)(ye)}get scrollable(){return this._userContent||this._content}ngAfterContentInit(){this._allDrawers.changes.pipe((0,U.O)(this._allDrawers),(0,L.R)(this._destroyed)).subscribe(ye=>{this._drawers.reset(ye.filter(V=>!V._container||V._container===this)),this._drawers.notifyOnChanges()}),this._drawers.changes.pipe((0,U.O)(null)).subscribe(()=>{this._validateDrawers(),this._drawers.forEach(ye=>{this._watchDrawerToggle(ye),this._watchDrawerPosition(ye),this._watchDrawerMode(ye)}),(!this._drawers.length||this._isDrawerOpen(this._start)||this._isDrawerOpen(this._end))&&this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),this._ngZone.runOutsideAngular(()=>{this._doCheckSubject.pipe((0,Z.b)(10),(0,L.R)(this._destroyed)).subscribe(()=>this.updateContentMargins())})}ngOnDestroy(){this._contentMarginChanges.complete(),this._doCheckSubject.complete(),this._drawers.destroy(),this._destroyed.next(),this._destroyed.complete()}open(){this._drawers.forEach(ye=>ye.open())}close(){this._drawers.forEach(ye=>ye.close())}updateContentMargins(){let ye=0,V=0;if(this._left&&this._left.opened)if("side"==this._left.mode)ye+=this._left._getWidth();else if("push"==this._left.mode){const De=this._left._getWidth();ye+=De,V-=De}if(this._right&&this._right.opened)if("side"==this._right.mode)V+=this._right._getWidth();else if("push"==this._right.mode){const De=this._right._getWidth();V+=De,ye-=De}ye=ye||null,V=V||null,(ye!==this._contentMargins.left||V!==this._contentMargins.right)&&(this._contentMargins={left:ye,right:V},this._ngZone.run(()=>this._contentMarginChanges.next(this._contentMargins)))}ngDoCheck(){this._autosize&&this._isPushed()&&this._ngZone.runOutsideAngular(()=>this._doCheckSubject.next())}_watchDrawerToggle(ye){ye._animationStarted.pipe((0,A.h)(V=>V.fromState!==V.toState),(0,L.R)(this._drawers.changes)).subscribe(V=>{"open-instant"!==V.toState&&"NoopAnimations"!==this._animationMode&&this._element.nativeElement.classList.add("mat-drawer-transition"),this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),"side"!==ye.mode&&ye.openedChange.pipe((0,L.R)(this._drawers.changes)).subscribe(()=>this._setContainerClass(ye.opened))}_watchDrawerPosition(ye){!ye||ye.onPositionChanged.pipe((0,L.R)(this._drawers.changes)).subscribe(()=>{this._ngZone.onMicrotaskEmpty.pipe((0,S.q)(1)).subscribe(()=>{this._validateDrawers()})})}_watchDrawerMode(ye){ye&&ye._modeChanged.pipe((0,L.R)((0,h.T)(this._drawers.changes,this._destroyed))).subscribe(()=>{this.updateContentMargins(),this._changeDetectorRef.markForCheck()})}_setContainerClass(ye){const V=this._element.nativeElement.classList,De="mat-drawer-container-has-open";ye?V.add(De):V.remove(De)}_validateDrawers(){this._start=this._end=null,this._drawers.forEach(ye=>{"end"==ye.position?this._end=ye:this._start=ye}),this._right=this._left=null,this._dir&&"rtl"===this._dir.value?(this._left=this._end,this._right=this._start):(this._left=this._start,this._right=this._end)}_isPushed(){return this._isDrawerOpen(this._start)&&"over"!=this._start.mode||this._isDrawerOpen(this._end)&&"over"!=this._end.mode}_onBackdropClicked(){this.backdropClick.emit(),this._closeModalDrawersViaBackdrop()}_closeModalDrawersViaBackdrop(){[this._start,this._end].filter(ye=>ye&&!ye.disableClose&&this._canHaveBackdrop(ye)).forEach(ye=>ye._closeViaBackdropClick())}_isShowingBackdrop(){return this._isDrawerOpen(this._start)&&this._canHaveBackdrop(this._start)||this._isDrawerOpen(this._end)&&this._canHaveBackdrop(this._end)}_canHaveBackdrop(ye){return"side"!==ye.mode||!!this._backdropOverride}_isDrawerOpen(ye){return null!=ye&&ye.opened}}return Q.\u0275fac=function(ye){return new(ye||Q)(f.Y36(te.Is,8),f.Y36(f.SBq),f.Y36(f.R0b),f.Y36(f.sBO),f.Y36(t.rL),f.Y36(n),f.Y36(ne.Qb,8))},Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-drawer-container"]],contentQueries:function(ye,V,De){if(1&ye&&(f.Suo(De,P,5),f.Suo(De,H,5)),2&ye){let dt;f.iGM(dt=f.CRH())&&(V._content=dt.first),f.iGM(dt=f.CRH())&&(V._allDrawers=dt)}},viewQuery:function(ye,V){if(1&ye&&f.Gf(P,5),2&ye){let De;f.iGM(De=f.CRH())&&(V._userContent=De.first)}},hostAttrs:[1,"mat-drawer-container"],hostVars:2,hostBindings:function(ye,V){2&ye&&f.ekj("mat-drawer-container-explicit-backdrop",V._backdropOverride)},inputs:{autosize:"autosize",hasBackdrop:"hasBackdrop"},outputs:{backdropClick:"backdropClick"},exportAs:["matDrawerContainer"],features:[f._Bn([{provide:C,useExisting:Q}])],ngContentSelectors:i,decls:4,vars:2,consts:[["class","mat-drawer-backdrop",3,"mat-drawer-shown","click",4,"ngIf"],[4,"ngIf"],[1,"mat-drawer-backdrop",3,"click"]],template:function(ye,V){1&ye&&(f.F$t(y),f.YNc(0,X,1,2,"div",0),f.Hsn(1),f.Hsn(2,1),f.YNc(3,me,2,0,"mat-drawer-content",1)),2&ye&&(f.Q6J("ngIf",V.hasBackdrop),f.xp6(3),f.Q6J("ngIf",!V._content))},directives:[P,e.O5],styles:['.mat-drawer-container{position:relative;z-index:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer{transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}\n'],encapsulation:2,changeDetection:0}),Q})(),he=(()=>{class Q extends P{constructor(ye,V,De,dt,Ie){super(ye,V,De,dt,Ie)}}return Q.\u0275fac=function(ye){return new(ye||Q)(f.Y36(f.sBO),f.Y36((0,f.Gpc)(()=>Ne)),f.Y36(f.SBq),f.Y36(t.mF),f.Y36(f.R0b))},Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-sidenav-content"]],hostAttrs:[1,"mat-drawer-content","mat-sidenav-content"],hostVars:4,hostBindings:function(ye,V){2&ye&&f.Udp("margin-left",V._container._contentMargins.left,"px")("margin-right",V._container._contentMargins.right,"px")},features:[f._Bn([{provide:t.PQ,useExisting:Q}]),f.qOj],ngContentSelectors:ie,decls:1,vars:0,template:function(ye,V){1&ye&&(f.F$t(),f.Hsn(0))},encapsulation:2,changeDetection:0}),Q})(),_e=(()=>{class Q extends H{constructor(){super(...arguments),this._fixedInViewport=!1,this._fixedTopGap=0,this._fixedBottomGap=0}get fixedInViewport(){return this._fixedInViewport}set fixedInViewport(ye){this._fixedInViewport=(0,a.Ig)(ye)}get fixedTopGap(){return this._fixedTopGap}set fixedTopGap(ye){this._fixedTopGap=(0,a.su)(ye)}get fixedBottomGap(){return this._fixedBottomGap}set fixedBottomGap(ye){this._fixedBottomGap=(0,a.su)(ye)}}return Q.\u0275fac=function(){let Ue;return function(V){return(Ue||(Ue=f.n5z(Q)))(V||Q)}}(),Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-sidenav"]],hostAttrs:["tabIndex","-1",1,"mat-drawer","mat-sidenav"],hostVars:17,hostBindings:function(ye,V){2&ye&&(f.uIk("align",null),f.Udp("top",V.fixedInViewport?V.fixedTopGap:null,"px")("bottom",V.fixedInViewport?V.fixedBottomGap:null,"px"),f.ekj("mat-drawer-end","end"===V.position)("mat-drawer-over","over"===V.mode)("mat-drawer-push","push"===V.mode)("mat-drawer-side","side"===V.mode)("mat-drawer-opened",V.opened)("mat-sidenav-fixed",V.fixedInViewport))},inputs:{fixedInViewport:"fixedInViewport",fixedTopGap:"fixedTopGap",fixedBottomGap:"fixedBottomGap"},exportAs:["matSidenav"],features:[f.qOj],ngContentSelectors:ie,decls:3,vars:0,consts:[["cdkScrollable","",1,"mat-drawer-inner-container"],["content",""]],template:function(ye,V){1&ye&&(f.F$t(),f.TgZ(0,"div",0,1),f.Hsn(2),f.qZA())},directives:[t.PQ],encapsulation:2,data:{animation:[I.transformDrawer]},changeDetection:0}),Q})(),Ne=(()=>{class Q extends q{}return Q.\u0275fac=function(){let Ue;return function(V){return(Ue||(Ue=f.n5z(Q)))(V||Q)}}(),Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-sidenav-container"]],contentQueries:function(ye,V,De){if(1&ye&&(f.Suo(De,he,5),f.Suo(De,_e,5)),2&ye){let dt;f.iGM(dt=f.CRH())&&(V._content=dt.first),f.iGM(dt=f.CRH())&&(V._allDrawers=dt)}},hostAttrs:[1,"mat-drawer-container","mat-sidenav-container"],hostVars:2,hostBindings:function(ye,V){2&ye&&f.ekj("mat-drawer-container-explicit-backdrop",V._backdropOverride)},exportAs:["matSidenavContainer"],features:[f._Bn([{provide:C,useExisting:Q}]),f.qOj],ngContentSelectors:_,decls:4,vars:2,consts:[["class","mat-drawer-backdrop",3,"mat-drawer-shown","click",4,"ngIf"],[4,"ngIf"],[1,"mat-drawer-backdrop",3,"click"]],template:function(ye,V){1&ye&&(f.F$t(c),f.YNc(0,r,1,2,"div",0),f.Hsn(1),f.Hsn(2,1),f.YNc(3,u,2,0,"mat-sidenav-content",1)),2&ye&&(f.Q6J("ngIf",V.hasBackdrop),f.xp6(3),f.Q6J("ngIf",!V._content))},directives:[he,e.O5],styles:['.mat-drawer-container{position:relative;z-index:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer{transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}\n'],encapsulation:2,changeDetection:0}),Q})(),we=(()=>{class Q{}return Q.\u0275fac=function(ye){return new(ye||Q)},Q.\u0275mod=f.oAB({type:Q}),Q.\u0275inj=f.cJS({imports:[[e.ez,M.BQ,t.ZD],t.ZD,M.BQ]}),Q})()},2368:(Ve,j,p)=>{"use strict";p.d(j,{Rr:()=>Y,rP:()=>te});var t=p(7144),e=p(5e3),f=p(508),M=p(3191),a=p(3075),b=p(6360),d=p(5664);const N=["thumbContainer"],h=["toggleBar"],A=["input"],w=function(ie){return{enterDuration:ie}},D=["*"],L=new e.OlP("mat-slide-toggle-default-options",{providedIn:"root",factory:()=>({disableToggleValue:!1})});let k=0;const S={provide:a.JU,useExisting:(0,e.Gpc)(()=>Y),multi:!0};class U{constructor(oe,X){this.source=oe,this.checked=X}}const Z=(0,f.sb)((0,f.pj)((0,f.Kr)((0,f.Id)(class{constructor(ie){this._elementRef=ie}}))));let Y=(()=>{class ie extends Z{constructor(X,me,y,i,r,u){super(X),this._focusMonitor=me,this._changeDetectorRef=y,this.defaults=r,this._onChange=c=>{},this._onTouched=()=>{},this._uniqueId="mat-slide-toggle-"+ ++k,this._required=!1,this._checked=!1,this.name=null,this.id=this._uniqueId,this.labelPosition="after",this.ariaLabel=null,this.ariaLabelledby=null,this.change=new e.vpe,this.toggleChange=new e.vpe,this.tabIndex=parseInt(i)||0,this.color=this.defaultColor=r.color||"accent",this._noopAnimations="NoopAnimations"===u}get required(){return this._required}set required(X){this._required=(0,M.Ig)(X)}get checked(){return this._checked}set checked(X){this._checked=(0,M.Ig)(X),this._changeDetectorRef.markForCheck()}get inputId(){return`${this.id||this._uniqueId}-input`}ngAfterContentInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(X=>{X||Promise.resolve().then(()=>this._onTouched())})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}_onChangeEvent(X){X.stopPropagation(),this.toggleChange.emit(),this.defaults.disableToggleValue?this._inputElement.nativeElement.checked=this.checked:(this.checked=this._inputElement.nativeElement.checked,this._emitChangeEvent())}_onInputClick(X){X.stopPropagation()}writeValue(X){this.checked=!!X}registerOnChange(X){this._onChange=X}registerOnTouched(X){this._onTouched=X}setDisabledState(X){this.disabled=X,this._changeDetectorRef.markForCheck()}focus(X,me){me?this._focusMonitor.focusVia(this._inputElement,me,X):this._inputElement.nativeElement.focus(X)}toggle(){this.checked=!this.checked,this._onChange(this.checked)}_emitChangeEvent(){this._onChange(this.checked),this.change.emit(new U(this,this.checked))}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}}return ie.\u0275fac=function(X){return new(X||ie)(e.Y36(e.SBq),e.Y36(d.tE),e.Y36(e.sBO),e.$8M("tabindex"),e.Y36(L),e.Y36(b.Qb,8))},ie.\u0275cmp=e.Xpm({type:ie,selectors:[["mat-slide-toggle"]],viewQuery:function(X,me){if(1&X&&(e.Gf(N,5),e.Gf(h,5),e.Gf(A,5)),2&X){let y;e.iGM(y=e.CRH())&&(me._thumbEl=y.first),e.iGM(y=e.CRH())&&(me._thumbBarEl=y.first),e.iGM(y=e.CRH())&&(me._inputElement=y.first)}},hostAttrs:[1,"mat-slide-toggle"],hostVars:13,hostBindings:function(X,me){2&X&&(e.Ikx("id",me.id),e.uIk("tabindex",null)("aria-label",null)("aria-labelledby",null)("name",null),e.ekj("mat-checked",me.checked)("mat-disabled",me.disabled)("mat-slide-toggle-label-before","before"==me.labelPosition)("_mat-animation-noopable",me._noopAnimations))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex",name:"name",id:"id",labelPosition:"labelPosition",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],required:"required",checked:"checked"},outputs:{change:"change",toggleChange:"toggleChange"},exportAs:["matSlideToggle"],features:[e._Bn([S]),e.qOj],ngContentSelectors:D,decls:16,vars:20,consts:[[1,"mat-slide-toggle-label"],["label",""],[1,"mat-slide-toggle-bar"],["toggleBar",""],["type","checkbox","role","switch",1,"mat-slide-toggle-input","cdk-visually-hidden",3,"id","required","tabIndex","checked","disabled","change","click"],["input",""],[1,"mat-slide-toggle-thumb-container"],["thumbContainer",""],[1,"mat-slide-toggle-thumb"],["mat-ripple","",1,"mat-slide-toggle-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered","matRippleRadius","matRippleAnimation"],[1,"mat-ripple-element","mat-slide-toggle-persistent-ripple"],[1,"mat-slide-toggle-content",3,"cdkObserveContent"],["labelContent",""],[2,"display","none"]],template:function(X,me){if(1&X&&(e.F$t(),e.TgZ(0,"label",0,1)(2,"span",2,3)(4,"input",4,5),e.NdJ("change",function(i){return me._onChangeEvent(i)})("click",function(i){return me._onInputClick(i)}),e.qZA(),e.TgZ(6,"span",6,7),e._UZ(8,"span",8),e.TgZ(9,"span",9),e._UZ(10,"span",10),e.qZA()()(),e.TgZ(11,"span",11,12),e.NdJ("cdkObserveContent",function(){return me._onLabelTextChange()}),e.TgZ(13,"span",13),e._uU(14,"\xa0"),e.qZA(),e.Hsn(15),e.qZA()()),2&X){const y=e.MAs(1),i=e.MAs(12);e.uIk("for",me.inputId),e.xp6(2),e.ekj("mat-slide-toggle-bar-no-side-margin",!i.textContent||!i.textContent.trim()),e.xp6(2),e.Q6J("id",me.inputId)("required",me.required)("tabIndex",me.tabIndex)("checked",me.checked)("disabled",me.disabled),e.uIk("name",me.name)("aria-checked",me.checked)("aria-label",me.ariaLabel)("aria-labelledby",me.ariaLabelledby)("aria-describedby",me.ariaDescribedby),e.xp6(5),e.Q6J("matRippleTrigger",y)("matRippleDisabled",me.disableRipple||me.disabled)("matRippleCentered",!0)("matRippleRadius",20)("matRippleAnimation",e.VKq(18,w,me._noopAnimations?0:150))}},directives:[f.wG,t.wD],styles:[".mat-slide-toggle{display:inline-block;height:24px;max-width:100%;line-height:24px;white-space:nowrap;outline:none;-webkit-tap-highlight-color:transparent}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px, 0, 0)}[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(-16px, 0, 0)}.mat-slide-toggle.mat-disabled{opacity:.38}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{-webkit-user-select:none;user-select:none;display:flex;flex:1;flex-direction:row;align-items:center;height:inherit;cursor:pointer}.mat-slide-toggle-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar,.mat-slide-toggle-bar{margin-right:8px;margin-left:0}[dir=rtl] .mat-slide-toggle-bar,.mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0, 0, 0);transition:all 80ms linear;transition-property:transform}._mat-animation-noopable .mat-slide-toggle-thumb-container{transition:none}[dir=rtl] .mat-slide-toggle-thumb-container{left:auto;right:0}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%;display:block}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;flex-shrink:0;border-radius:8px}.mat-slide-toggle-input{bottom:0;left:10px}[dir=rtl] .mat-slide-toggle-input{left:auto;right:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}._mat-animation-noopable .mat-slide-toggle-bar,._mat-animation-noopable .mat-slide-toggle-thumb{transition:none}.mat-slide-toggle .mat-slide-toggle-ripple{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element:not(.mat-slide-toggle-persistent-ripple){opacity:.12}.mat-slide-toggle-persistent-ripple{width:100%;height:100%;transform:none}.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:.04}.mat-slide-toggle:not(.mat-disabled).cdk-keyboard-focused .mat-slide-toggle-persistent-ripple{opacity:.12}.mat-slide-toggle-persistent-ripple,.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:0}@media(hover: none){.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{display:none}}.cdk-high-contrast-active .mat-slide-toggle-thumb,.cdk-high-contrast-active .mat-slide-toggle-bar{border:1px solid}.cdk-high-contrast-active .mat-slide-toggle.cdk-keyboard-focused .mat-slide-toggle-bar{outline:2px dotted;outline-offset:5px}\n"],encapsulation:2,changeDetection:0}),ie})(),de=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=e.oAB({type:ie}),ie.\u0275inj=e.cJS({}),ie})(),te=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=e.oAB({type:ie}),ie.\u0275inj=e.cJS({imports:[[de,f.si,f.BQ,t.Q8],de,f.BQ]}),ie})()},7261:(Ve,j,p)=>{"use strict";p.d(j,{Ve:()=>oe,ZX:()=>ie,ux:()=>y});var t=p(9776),e=p(7429),f=p(9808),M=p(5e3),a=p(508),b=p(7423),d=p(7579),N=p(5698),h=p(2722),A=p(1777),w=p(925),D=p(5113),L=p(5664);function k(i,r){if(1&i){const u=M.EpF();M.TgZ(0,"div",2)(1,"button",3),M.NdJ("click",function(){return M.CHM(u),M.oxw().action()}),M._uU(2),M.qZA()()}if(2&i){const u=M.oxw();M.xp6(2),M.Oqu(u.data.action)}}function S(i,r){}const U=new M.OlP("MatSnackBarData");class Z{constructor(){this.politeness="assertive",this.announcementMessage="",this.duration=0,this.data=null,this.horizontalPosition="center",this.verticalPosition="bottom"}}const Y=Math.pow(2,31)-1;class ne{constructor(r,u){this._overlayRef=u,this._afterDismissed=new d.x,this._afterOpened=new d.x,this._onAction=new d.x,this._dismissedByAction=!1,this.containerInstance=r,r._onExit.subscribe(()=>this._finishDismiss())}dismiss(){this._afterDismissed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)}dismissWithAction(){this._onAction.closed||(this._dismissedByAction=!0,this._onAction.next(),this._onAction.complete(),this.dismiss()),clearTimeout(this._durationTimeoutId)}closeWithAction(){this.dismissWithAction()}_dismissAfter(r){this._durationTimeoutId=setTimeout(()=>this.dismiss(),Math.min(r,Y))}_open(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())}_finishDismiss(){this._overlayRef.dispose(),this._onAction.closed||this._onAction.complete(),this._afterDismissed.next({dismissedByAction:this._dismissedByAction}),this._afterDismissed.complete(),this._dismissedByAction=!1}afterDismissed(){return this._afterDismissed}afterOpened(){return this.containerInstance._onEnter}onAction(){return this._onAction}}let $=(()=>{class i{constructor(u,c){this.snackBarRef=u,this.data=c}action(){this.snackBarRef.dismissWithAction()}get hasAction(){return!!this.data.action}}return i.\u0275fac=function(u){return new(u||i)(M.Y36(ne),M.Y36(U))},i.\u0275cmp=M.Xpm({type:i,selectors:[["simple-snack-bar"]],hostAttrs:[1,"mat-simple-snackbar"],decls:3,vars:2,consts:[[1,"mat-simple-snack-bar-content"],["class","mat-simple-snackbar-action",4,"ngIf"],[1,"mat-simple-snackbar-action"],["mat-button","",3,"click"]],template:function(u,c){1&u&&(M.TgZ(0,"span",0),M._uU(1),M.qZA(),M.YNc(2,k,3,1,"div",1)),2&u&&(M.xp6(1),M.Oqu(c.data.message),M.xp6(1),M.Q6J("ngIf",c.hasAction))},directives:[b.lW,f.O5],styles:[".mat-simple-snackbar{display:flex;justify-content:space-between;align-items:center;line-height:20px;opacity:1}.mat-simple-snackbar-action{flex-shrink:0;margin:-8px -8px -8px 8px}.mat-simple-snackbar-action button{max-height:36px;min-width:0}[dir=rtl] .mat-simple-snackbar-action{margin-left:-8px;margin-right:8px}.mat-simple-snack-bar-content{overflow:hidden;text-overflow:ellipsis}\n"],encapsulation:2,changeDetection:0}),i})();const de={snackBarState:(0,A.X$)("state",[(0,A.SB)("void, hidden",(0,A.oB)({transform:"scale(0.8)",opacity:0})),(0,A.SB)("visible",(0,A.oB)({transform:"scale(1)",opacity:1})),(0,A.eR)("* => visible",(0,A.jt)("150ms cubic-bezier(0, 0, 0.2, 1)")),(0,A.eR)("* => void, * => hidden",(0,A.jt)("75ms cubic-bezier(0.4, 0.0, 1, 1)",(0,A.oB)({opacity:0})))])};let te=(()=>{class i extends e.en{constructor(u,c,_,E,I){super(),this._ngZone=u,this._elementRef=c,this._changeDetectorRef=_,this._platform=E,this.snackBarConfig=I,this._announceDelay=150,this._destroyed=!1,this._onAnnounce=new d.x,this._onExit=new d.x,this._onEnter=new d.x,this._animationState="void",this.attachDomPortal=v=>(this._assertNotAttached(),this._applySnackBarClasses(),this._portalOutlet.attachDomPortal(v)),this._live="assertive"!==I.politeness||I.announcementMessage?"off"===I.politeness?"off":"polite":"assertive",this._platform.FIREFOX&&("polite"===this._live&&(this._role="status"),"assertive"===this._live&&(this._role="alert"))}attachComponentPortal(u){return this._assertNotAttached(),this._applySnackBarClasses(),this._portalOutlet.attachComponentPortal(u)}attachTemplatePortal(u){return this._assertNotAttached(),this._applySnackBarClasses(),this._portalOutlet.attachTemplatePortal(u)}onAnimationEnd(u){const{fromState:c,toState:_}=u;if(("void"===_&&"void"!==c||"hidden"===_)&&this._completeExit(),"visible"===_){const E=this._onEnter;this._ngZone.run(()=>{E.next(),E.complete()})}}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.detectChanges(),this._screenReaderAnnounce())}exit(){return this._ngZone.run(()=>{this._animationState="hidden",this._elementRef.nativeElement.setAttribute("mat-exit",""),clearTimeout(this._announceTimeoutId)}),this._onExit}ngOnDestroy(){this._destroyed=!0,this._completeExit()}_completeExit(){this._ngZone.onMicrotaskEmpty.pipe((0,N.q)(1)).subscribe(()=>{this._ngZone.run(()=>{this._onExit.next(),this._onExit.complete()})})}_applySnackBarClasses(){const u=this._elementRef.nativeElement,c=this.snackBarConfig.panelClass;c&&(Array.isArray(c)?c.forEach(_=>u.classList.add(_)):u.classList.add(c)),"center"===this.snackBarConfig.horizontalPosition&&u.classList.add("mat-snack-bar-center"),"top"===this.snackBarConfig.verticalPosition&&u.classList.add("mat-snack-bar-top")}_assertNotAttached(){this._portalOutlet.hasAttached()}_screenReaderAnnounce(){this._announceTimeoutId||this._ngZone.runOutsideAngular(()=>{this._announceTimeoutId=setTimeout(()=>{const u=this._elementRef.nativeElement.querySelector("[aria-hidden]"),c=this._elementRef.nativeElement.querySelector("[aria-live]");if(u&&c){let _=null;this._platform.isBrowser&&document.activeElement instanceof HTMLElement&&u.contains(document.activeElement)&&(_=document.activeElement),u.removeAttribute("aria-hidden"),c.appendChild(u),null==_||_.focus(),this._onAnnounce.next(),this._onAnnounce.complete()}},this._announceDelay)})}}return i.\u0275fac=function(u){return new(u||i)(M.Y36(M.R0b),M.Y36(M.SBq),M.Y36(M.sBO),M.Y36(w.t4),M.Y36(Z))},i.\u0275cmp=M.Xpm({type:i,selectors:[["snack-bar-container"]],viewQuery:function(u,c){if(1&u&&M.Gf(e.Pl,7),2&u){let _;M.iGM(_=M.CRH())&&(c._portalOutlet=_.first)}},hostAttrs:[1,"mat-snack-bar-container"],hostVars:1,hostBindings:function(u,c){1&u&&M.WFA("@state.done",function(E){return c.onAnimationEnd(E)}),2&u&&M.d8E("@state",c._animationState)},features:[M.qOj],decls:3,vars:2,consts:[["aria-hidden","true"],["cdkPortalOutlet",""]],template:function(u,c){1&u&&(M.TgZ(0,"div",0),M.YNc(1,S,0,0,"ng-template",1),M.qZA(),M._UZ(2,"div")),2&u&&(M.xp6(2),M.uIk("aria-live",c._live)("role",c._role))},directives:[e.Pl],styles:[".mat-snack-bar-container{border-radius:4px;box-sizing:border-box;display:block;margin:24px;max-width:33vw;min-width:344px;padding:14px 16px;min-height:48px;transform-origin:center}.cdk-high-contrast-active .mat-snack-bar-container{border:solid 1px}.mat-snack-bar-handset{width:100%}.mat-snack-bar-handset .mat-snack-bar-container{margin:8px;max-width:100%;min-width:0;width:100%}\n"],encapsulation:2,data:{animation:[de.snackBarState]}}),i})(),ie=(()=>{class i{}return i.\u0275fac=function(u){return new(u||i)},i.\u0275mod=M.oAB({type:i}),i.\u0275inj=M.cJS({imports:[[t.U8,e.eL,f.ez,b.ot,a.BQ],a.BQ]}),i})();const oe=new M.OlP("mat-snack-bar-default-options",{providedIn:"root",factory:function X(){return new Z}});let me=(()=>{class i{constructor(u,c,_,E,I,v){this._overlay=u,this._live=c,this._injector=_,this._breakpointObserver=E,this._parentSnackBar=I,this._defaultConfig=v,this._snackBarRefAtThisLevel=null}get _openedSnackBarRef(){const u=this._parentSnackBar;return u?u._openedSnackBarRef:this._snackBarRefAtThisLevel}set _openedSnackBarRef(u){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=u:this._snackBarRefAtThisLevel=u}openFromComponent(u,c){return this._attach(u,c)}openFromTemplate(u,c){return this._attach(u,c)}open(u,c="",_){const E=Object.assign(Object.assign({},this._defaultConfig),_);return E.data={message:u,action:c},E.announcementMessage===u&&(E.announcementMessage=void 0),this.openFromComponent(this.simpleSnackBarComponent,E)}dismiss(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()}ngOnDestroy(){this._snackBarRefAtThisLevel&&this._snackBarRefAtThisLevel.dismiss()}_attachSnackBarContainer(u,c){const E=M.zs3.create({parent:c&&c.viewContainerRef&&c.viewContainerRef.injector||this._injector,providers:[{provide:Z,useValue:c}]}),I=new e.C5(this.snackBarContainerComponent,c.viewContainerRef,E),v=u.attach(I);return v.instance.snackBarConfig=c,v.instance}_attach(u,c){const _=Object.assign(Object.assign(Object.assign({},new Z),this._defaultConfig),c),E=this._createOverlay(_),I=this._attachSnackBarContainer(E,_),v=new ne(I,E);if(u instanceof M.Rgc){const n=new e.UE(u,null,{$implicit:_.data,snackBarRef:v});v.instance=I.attachTemplatePortal(n)}else{const n=this._createInjector(_,v),C=new e.C5(u,void 0,n),B=I.attachComponentPortal(C);v.instance=B.instance}return this._breakpointObserver.observe(D.u3.HandsetPortrait).pipe((0,h.R)(E.detachments())).subscribe(n=>{E.overlayElement.classList.toggle(this.handsetCssClass,n.matches)}),_.announcementMessage&&I._onAnnounce.subscribe(()=>{this._live.announce(_.announcementMessage,_.politeness)}),this._animateSnackBar(v,_),this._openedSnackBarRef=v,this._openedSnackBarRef}_animateSnackBar(u,c){u.afterDismissed().subscribe(()=>{this._openedSnackBarRef==u&&(this._openedSnackBarRef=null),c.announcementMessage&&this._live.clear()}),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(()=>{u.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):u.containerInstance.enter(),c.duration&&c.duration>0&&u.afterOpened().subscribe(()=>u._dismissAfter(c.duration))}_createOverlay(u){const c=new t.X_;c.direction=u.direction;let _=this._overlay.position().global();const E="rtl"===u.direction,I="left"===u.horizontalPosition||"start"===u.horizontalPosition&&!E||"end"===u.horizontalPosition&&E,v=!I&&"center"!==u.horizontalPosition;return I?_.left("0"):v?_.right("0"):_.centerHorizontally(),"top"===u.verticalPosition?_.top("0"):_.bottom("0"),c.positionStrategy=_,this._overlay.create(c)}_createInjector(u,c){return M.zs3.create({parent:u&&u.viewContainerRef&&u.viewContainerRef.injector||this._injector,providers:[{provide:ne,useValue:c},{provide:U,useValue:u.data}]})}}return i.\u0275fac=function(u){return new(u||i)(M.LFG(t.aV),M.LFG(L.Kd),M.LFG(M.zs3),M.LFG(D.Yg),M.LFG(i,12),M.LFG(oe))},i.\u0275prov=M.Yz7({token:i,factory:i.\u0275fac}),i})(),y=(()=>{class i extends me{constructor(u,c,_,E,I,v){super(u,c,_,E,I,v),this.simpleSnackBarComponent=$,this.snackBarContainerComponent=te,this.handsetCssClass="mat-snack-bar-handset"}}return i.\u0275fac=function(u){return new(u||i)(M.LFG(t.aV),M.LFG(L.Kd),M.LFG(M.zs3),M.LFG(D.Yg),M.LFG(i,12),M.LFG(oe))},i.\u0275prov=M.Yz7({token:i,factory:i.\u0275fac,providedIn:ie}),i})()},4847:(Ve,j,p)=>{"use strict";p.d(j,{JX:()=>i,YE:()=>oe,nU:()=>y});var t=p(5e3),e=p(3191),f=p(1159),M=p(508),a=p(7579),b=p(6451),d=p(1777),N=p(5664),h=p(9808);const A=["mat-sort-header",""];function w(r,u){if(1&r){const c=t.EpF();t.TgZ(0,"div",3),t.NdJ("@arrowPosition.start",function(){return t.CHM(c),t.oxw()._disableViewStateAnimation=!0})("@arrowPosition.done",function(){return t.CHM(c),t.oxw()._disableViewStateAnimation=!1}),t._UZ(1,"div",4),t.TgZ(2,"div",5),t._UZ(3,"div",6)(4,"div",7)(5,"div",8),t.qZA()()}if(2&r){const c=t.oxw();t.Q6J("@arrowOpacity",c._getArrowViewState())("@arrowPosition",c._getArrowViewState())("@allowChildren",c._getArrowDirectionState()),t.xp6(2),t.Q6J("@indicator",c._getArrowDirectionState()),t.xp6(1),t.Q6J("@leftPointer",c._getArrowDirectionState()),t.xp6(1),t.Q6J("@rightPointer",c._getArrowDirectionState())}}const D=["*"],L=M.mZ.ENTERING+" "+M.yN.STANDARD_CURVE,k={indicator:(0,d.X$)("indicator",[(0,d.SB)("active-asc, asc",(0,d.oB)({transform:"translateY(0px)"})),(0,d.SB)("active-desc, desc",(0,d.oB)({transform:"translateY(10px)"})),(0,d.eR)("active-asc <=> active-desc",(0,d.jt)(L))]),leftPointer:(0,d.X$)("leftPointer",[(0,d.SB)("active-asc, asc",(0,d.oB)({transform:"rotate(-45deg)"})),(0,d.SB)("active-desc, desc",(0,d.oB)({transform:"rotate(45deg)"})),(0,d.eR)("active-asc <=> active-desc",(0,d.jt)(L))]),rightPointer:(0,d.X$)("rightPointer",[(0,d.SB)("active-asc, asc",(0,d.oB)({transform:"rotate(45deg)"})),(0,d.SB)("active-desc, desc",(0,d.oB)({transform:"rotate(-45deg)"})),(0,d.eR)("active-asc <=> active-desc",(0,d.jt)(L))]),arrowOpacity:(0,d.X$)("arrowOpacity",[(0,d.SB)("desc-to-active, asc-to-active, active",(0,d.oB)({opacity:1})),(0,d.SB)("desc-to-hint, asc-to-hint, hint",(0,d.oB)({opacity:.54})),(0,d.SB)("hint-to-desc, active-to-desc, desc, hint-to-asc, active-to-asc, asc, void",(0,d.oB)({opacity:0})),(0,d.eR)("* => asc, * => desc, * => active, * => hint, * => void",(0,d.jt)("0ms")),(0,d.eR)("* <=> *",(0,d.jt)(L))]),arrowPosition:(0,d.X$)("arrowPosition",[(0,d.eR)("* => desc-to-hint, * => desc-to-active",(0,d.jt)(L,(0,d.F4)([(0,d.oB)({transform:"translateY(-25%)"}),(0,d.oB)({transform:"translateY(0)"})]))),(0,d.eR)("* => hint-to-desc, * => active-to-desc",(0,d.jt)(L,(0,d.F4)([(0,d.oB)({transform:"translateY(0)"}),(0,d.oB)({transform:"translateY(25%)"})]))),(0,d.eR)("* => asc-to-hint, * => asc-to-active",(0,d.jt)(L,(0,d.F4)([(0,d.oB)({transform:"translateY(25%)"}),(0,d.oB)({transform:"translateY(0)"})]))),(0,d.eR)("* => hint-to-asc, * => active-to-asc",(0,d.jt)(L,(0,d.F4)([(0,d.oB)({transform:"translateY(0)"}),(0,d.oB)({transform:"translateY(-25%)"})]))),(0,d.SB)("desc-to-hint, asc-to-hint, hint, desc-to-active, asc-to-active, active",(0,d.oB)({transform:"translateY(0)"})),(0,d.SB)("hint-to-desc, active-to-desc, desc",(0,d.oB)({transform:"translateY(-25%)"})),(0,d.SB)("hint-to-asc, active-to-asc, asc",(0,d.oB)({transform:"translateY(25%)"}))]),allowChildren:(0,d.X$)("allowChildren",[(0,d.eR)("* <=> *",[(0,d.IO)("@*",(0,d.pV)(),{optional:!0})])])};let ne=(()=>{class r{constructor(){this.changes=new a.x}}return r.\u0275fac=function(c){return new(c||r)},r.\u0275prov=t.Yz7({token:r,factory:r.\u0275fac,providedIn:"root"}),r})();const de={provide:ne,deps:[[new t.FiY,new t.tp0,ne]],useFactory:function $(r){return r||new ne}},te=new t.OlP("MAT_SORT_DEFAULT_OPTIONS"),ie=(0,M.dB)((0,M.Id)(class{}));let oe=(()=>{class r extends ie{constructor(c){super(),this._defaultOptions=c,this.sortables=new Map,this._stateChanges=new a.x,this.start="asc",this._direction="",this.sortChange=new t.vpe}get direction(){return this._direction}set direction(c){this._direction=c}get disableClear(){return this._disableClear}set disableClear(c){this._disableClear=(0,e.Ig)(c)}register(c){this.sortables.set(c.id,c)}deregister(c){this.sortables.delete(c.id)}sort(c){this.active!=c.id?(this.active=c.id,this.direction=c.start?c.start:this.start):this.direction=this.getNextSortDirection(c),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(c){var _,E,I;if(!c)return"";const v=null!==(E=null!==(_=null==c?void 0:c.disableClear)&&void 0!==_?_:this.disableClear)&&void 0!==E?E:!!(null===(I=this._defaultOptions)||void 0===I?void 0:I.disableClear);let n=function X(r,u){let c=["asc","desc"];return"desc"==r&&c.reverse(),u||c.push(""),c}(c.start||this.start,v),C=n.indexOf(this.direction)+1;return C>=n.length&&(C=0),n[C]}ngOnInit(){this._markInitialized()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}}return r.\u0275fac=function(c){return new(c||r)(t.Y36(te,8))},r.\u0275dir=t.lG2({type:r,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{disabled:["matSortDisabled","disabled"],active:["matSortActive","active"],start:["matSortStart","start"],direction:["matSortDirection","direction"],disableClear:["matSortDisableClear","disableClear"]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],features:[t.qOj,t.TTD]}),r})();const me=(0,M.Id)(class{});let y=(()=>{class r extends me{constructor(c,_,E,I,v,n,C){super(),this._intl=c,this._changeDetectorRef=_,this._sort=E,this._columnDef=I,this._focusMonitor=v,this._elementRef=n,this._ariaDescriber=C,this._showIndicatorHint=!1,this._viewState={},this._arrowDirection="",this._disableViewStateAnimation=!1,this.arrowPosition="after",this._sortActionDescription="Sort",this._handleStateChanges()}get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(c){this._updateSortActionDescription(c)}get disableClear(){return this._disableClear}set disableClear(c){this._disableClear=(0,e.Ig)(c)}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._updateArrowDirection(),this._setAnimationTransitionState({toState:this._isSorted()?"active":this._arrowDirection}),this._sort.register(this),this._sortButton=this._elementRef.nativeElement.querySelector(".mat-sort-header-container"),this._updateSortActionDescription(this._sortActionDescription)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(c=>{const _=!!c;_!==this._showIndicatorHint&&(this._setIndicatorHintVisible(_),this._changeDetectorRef.markForCheck())})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),this._rerenderSubscription.unsubscribe()}_setIndicatorHintVisible(c){this._isDisabled()&&c||(this._showIndicatorHint=c,this._isSorted()||(this._updateArrowDirection(),this._setAnimationTransitionState(this._showIndicatorHint?{fromState:this._arrowDirection,toState:"hint"}:{fromState:"hint",toState:this._arrowDirection})))}_setAnimationTransitionState(c){this._viewState=c||{},this._disableViewStateAnimation&&(this._viewState={toState:c.toState})}_toggleOnInteraction(){this._sort.sort(this),("hint"===this._viewState.toState||"active"===this._viewState.toState)&&(this._disableViewStateAnimation=!0)}_handleClick(){this._isDisabled()||this._sort.sort(this)}_handleKeydown(c){!this._isDisabled()&&(c.keyCode===f.L_||c.keyCode===f.K5)&&(c.preventDefault(),this._toggleOnInteraction())}_isSorted(){return this._sort.active==this.id&&("asc"===this._sort.direction||"desc"===this._sort.direction)}_getArrowDirectionState(){return`${this._isSorted()?"active-":""}${this._arrowDirection}`}_getArrowViewState(){const c=this._viewState.fromState;return(c?`${c}-to-`:"")+this._viewState.toState}_updateArrowDirection(){this._arrowDirection=this._isSorted()?this._sort.direction:this.start||this._sort.start}_isDisabled(){return this._sort.disabled||this.disabled}_getAriaSortAttribute(){return this._isSorted()?"asc"==this._sort.direction?"ascending":"descending":"none"}_renderArrow(){return!this._isDisabled()||this._isSorted()}_updateSortActionDescription(c){var _,E;this._sortButton&&(null===(_=this._ariaDescriber)||void 0===_||_.removeDescription(this._sortButton,this._sortActionDescription),null===(E=this._ariaDescriber)||void 0===E||E.describe(this._sortButton,c)),this._sortActionDescription=c}_handleStateChanges(){this._rerenderSubscription=(0,b.T)(this._sort.sortChange,this._sort._stateChanges,this._intl.changes).subscribe(()=>{this._isSorted()&&(this._updateArrowDirection(),("hint"===this._viewState.toState||"active"===this._viewState.toState)&&(this._disableViewStateAnimation=!0),this._setAnimationTransitionState({fromState:this._arrowDirection,toState:"active"}),this._showIndicatorHint=!1),!this._isSorted()&&this._viewState&&"active"===this._viewState.toState&&(this._disableViewStateAnimation=!1,this._setAnimationTransitionState({fromState:"active",toState:this._arrowDirection})),this._changeDetectorRef.markForCheck()})}}return r.\u0275fac=function(c){return new(c||r)(t.Y36(ne),t.Y36(t.sBO),t.Y36(oe,8),t.Y36("MAT_SORT_HEADER_COLUMN_DEF",8),t.Y36(N.tE),t.Y36(t.SBq),t.Y36(N.$s,8))},r.\u0275cmp=t.Xpm({type:r,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(c,_){1&c&&t.NdJ("click",function(){return _._handleClick()})("keydown",function(I){return _._handleKeydown(I)})("mouseenter",function(){return _._setIndicatorHintVisible(!0)})("mouseleave",function(){return _._setIndicatorHintVisible(!1)}),2&c&&(t.uIk("aria-sort",_._getAriaSortAttribute()),t.ekj("mat-sort-header-disabled",_._isDisabled()))},inputs:{disabled:"disabled",id:["mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",sortActionDescription:"sortActionDescription",disableClear:"disableClear"},exportAs:["matSortHeader"],features:[t.qOj],attrs:A,ngContentSelectors:D,decls:4,vars:7,consts:[[1,"mat-sort-header-container","mat-focus-indicator"],[1,"mat-sort-header-content"],["class","mat-sort-header-arrow",4,"ngIf"],[1,"mat-sort-header-arrow"],[1,"mat-sort-header-stem"],[1,"mat-sort-header-indicator"],[1,"mat-sort-header-pointer-left"],[1,"mat-sort-header-pointer-right"],[1,"mat-sort-header-pointer-middle"]],template:function(c,_){1&c&&(t.F$t(),t.TgZ(0,"div",0)(1,"div",1),t.Hsn(2),t.qZA(),t.YNc(3,w,6,6,"div",2),t.qZA()),2&c&&(t.ekj("mat-sort-header-sorted",_._isSorted())("mat-sort-header-position-before","before"==_.arrowPosition),t.uIk("tabindex",_._isDisabled()?null:0)("role",_._isDisabled()?null:"button"),t.xp6(3),t.Q6J("ngIf",_._renderArrow()))},directives:[h.O5],styles:[".mat-sort-header-container{display:flex;cursor:pointer;align-items:center;letter-spacing:normal;outline:0}[mat-sort-header].cdk-keyboard-focused .mat-sort-header-container,[mat-sort-header].cdk-program-focused .mat-sort-header-container{border-bottom:solid 1px currentColor}.mat-sort-header-disabled .mat-sort-header-container{cursor:default}.mat-sort-header-content{text-align:center;display:flex;align-items:center}.mat-sort-header-position-before{flex-direction:row-reverse}.mat-sort-header-arrow{height:12px;width:12px;min-width:12px;position:relative;display:flex;opacity:0}.mat-sort-header-arrow,[dir=rtl] .mat-sort-header-position-before .mat-sort-header-arrow{margin:0 0 0 6px}.mat-sort-header-position-before .mat-sort-header-arrow,[dir=rtl] .mat-sort-header-arrow{margin:0 6px 0 0}.mat-sort-header-stem{background:currentColor;height:10px;width:2px;margin:auto;display:flex;align-items:center}.cdk-high-contrast-active .mat-sort-header-stem{width:0;border-left:solid 2px}.mat-sort-header-indicator{width:100%;height:2px;display:flex;align-items:center;position:absolute;top:0;left:0}.mat-sort-header-pointer-middle{margin:auto;height:2px;width:2px;background:currentColor;transform:rotate(45deg)}.cdk-high-contrast-active .mat-sort-header-pointer-middle{width:0;height:0;border-top:solid 2px;border-left:solid 2px}.mat-sort-header-pointer-left,.mat-sort-header-pointer-right{background:currentColor;width:6px;height:2px;position:absolute;top:0}.cdk-high-contrast-active .mat-sort-header-pointer-left,.cdk-high-contrast-active .mat-sort-header-pointer-right{width:0;height:0;border-left:solid 6px;border-top:solid 2px}.mat-sort-header-pointer-left{transform-origin:right;left:0}.mat-sort-header-pointer-right{transform-origin:left;right:0}\n"],encapsulation:2,data:{animation:[k.indicator,k.leftPointer,k.rightPointer,k.arrowOpacity,k.arrowPosition,k.allowChildren]},changeDetection:0}),r})(),i=(()=>{class r{}return r.\u0275fac=function(c){return new(c||r)},r.\u0275mod=t.oAB({type:r}),r.\u0275inj=t.cJS({providers:[de],imports:[[h.ez,M.BQ]]}),r})()},5615:(Ve,j,p)=>{"use strict";p.d(j,{C0:()=>ye,Ic:()=>Ae,T5:()=>Te,VY:()=>P,Vq:()=>Ie,fd:()=>le,z9:()=>Q});var t=p(7429),e=p(1555),f=p(9808),M=p(5e3),a=p(7423),b=p(508),d=p(5245),N=p(7579),h=p(727),A=p(5664),w=p(3900),D=p(4004),L=p(8675),k=p(2722),S=p(1884),U=p(1777),Z=p(226);function Y(xe,W){if(1&xe&&M.GkF(0,8),2&xe){const ee=M.oxw();M.Q6J("ngTemplateOutlet",ee.iconOverrides[ee.state])("ngTemplateOutletContext",ee._getIconContext())}}function ne(xe,W){if(1&xe&&(M.TgZ(0,"span",13),M._uU(1),M.qZA()),2&xe){const ee=M.oxw(2);M.xp6(1),M.Oqu(ee._getDefaultTextForState(ee.state))}}function $(xe,W){if(1&xe&&(M.TgZ(0,"span",14),M._uU(1),M.qZA()),2&xe){const ee=M.oxw(2);M.xp6(1),M.Oqu(ee._intl.completedLabel)}}function de(xe,W){if(1&xe&&(M.TgZ(0,"span",14),M._uU(1),M.qZA()),2&xe){const ee=M.oxw(2);M.xp6(1),M.Oqu(ee._intl.editableLabel)}}function te(xe,W){if(1&xe&&(M.TgZ(0,"mat-icon",13),M._uU(1),M.qZA()),2&xe){const ee=M.oxw(2);M.xp6(1),M.Oqu(ee._getDefaultTextForState(ee.state))}}function ie(xe,W){if(1&xe&&(M.ynx(0,9),M.YNc(1,ne,2,1,"span",10),M.YNc(2,$,2,1,"span",11),M.YNc(3,de,2,1,"span",11),M.YNc(4,te,2,1,"mat-icon",12),M.BQk()),2&xe){const ee=M.oxw();M.Q6J("ngSwitch",ee.state),M.xp6(1),M.Q6J("ngSwitchCase","number"),M.xp6(1),M.Q6J("ngIf","done"===ee.state),M.xp6(1),M.Q6J("ngIf","edit"===ee.state)}}function oe(xe,W){if(1&xe&&(M.TgZ(0,"div",15),M.GkF(1,16),M.qZA()),2&xe){const ee=M.oxw();M.xp6(1),M.Q6J("ngTemplateOutlet",ee._templateLabel().template)}}function X(xe,W){if(1&xe&&(M.TgZ(0,"div",15),M._uU(1),M.qZA()),2&xe){const ee=M.oxw();M.xp6(1),M.Oqu(ee.label)}}function me(xe,W){if(1&xe&&(M.TgZ(0,"div",17),M._uU(1),M.qZA()),2&xe){const ee=M.oxw();M.xp6(1),M.Oqu(ee._intl.optionalLabel)}}function y(xe,W){if(1&xe&&(M.TgZ(0,"div",18),M._uU(1),M.qZA()),2&xe){const ee=M.oxw();M.xp6(1),M.Oqu(ee.errorMessage)}}function i(xe,W){}function r(xe,W){if(1&xe&&(M.Hsn(0),M.YNc(1,i,0,0,"ng-template",0)),2&xe){const ee=M.oxw();M.xp6(1),M.Q6J("cdkPortalOutlet",ee._portal)}}const u=["*"];function c(xe,W){1&xe&&M._UZ(0,"div",9)}const _=function(xe,W){return{step:xe,i:W}};function E(xe,W){if(1&xe&&(M.ynx(0),M.GkF(1,7),M.YNc(2,c,1,0,"div",8),M.BQk()),2&xe){const ee=W.$implicit,ue=W.index,Ce=W.last;M.oxw(2);const Le=M.MAs(4);M.xp6(1),M.Q6J("ngTemplateOutlet",Le)("ngTemplateOutletContext",M.WLB(3,_,ee,ue)),M.xp6(1),M.Q6J("ngIf",!Ce)}}function I(xe,W){if(1&xe){const ee=M.EpF();M.TgZ(0,"div",10),M.NdJ("@horizontalStepTransition.done",function(Ce){return M.CHM(ee),M.oxw(2)._animationDone.next(Ce)}),M.GkF(1,11),M.qZA()}if(2&xe){const ee=W.$implicit,ue=W.index,Ce=M.oxw(2);M.Q6J("@horizontalStepTransition",Ce._getAnimationDirection(ue))("id",Ce._getStepContentId(ue)),M.uIk("aria-labelledby",Ce._getStepLabelId(ue))("aria-expanded",Ce.selectedIndex===ue),M.xp6(1),M.Q6J("ngTemplateOutlet",ee.content)}}function v(xe,W){if(1&xe&&(M.ynx(0),M.TgZ(1,"div",3),M.YNc(2,E,3,6,"ng-container",4),M.qZA(),M.TgZ(3,"div",5),M.YNc(4,I,2,5,"div",6),M.qZA(),M.BQk()),2&xe){const ee=M.oxw();M.xp6(2),M.Q6J("ngForOf",ee.steps),M.xp6(2),M.Q6J("ngForOf",ee.steps)}}function n(xe,W){if(1&xe){const ee=M.EpF();M.TgZ(0,"div",13),M.GkF(1,7),M.TgZ(2,"div",14)(3,"div",15),M.NdJ("@verticalStepTransition.done",function(Ce){return M.CHM(ee),M.oxw(2)._animationDone.next(Ce)}),M.TgZ(4,"div",16),M.GkF(5,11),M.qZA()()()()}if(2&xe){const ee=W.$implicit,ue=W.index,Ce=W.last,Le=M.oxw(2),ut=M.MAs(4);M.xp6(1),M.Q6J("ngTemplateOutlet",ut)("ngTemplateOutletContext",M.WLB(9,_,ee,ue)),M.xp6(1),M.ekj("mat-stepper-vertical-line",!Ce),M.xp6(1),M.Q6J("@verticalStepTransition",Le._getAnimationDirection(ue))("id",Le._getStepContentId(ue)),M.uIk("aria-labelledby",Le._getStepLabelId(ue))("aria-expanded",Le.selectedIndex===ue),M.xp6(2),M.Q6J("ngTemplateOutlet",ee.content)}}function C(xe,W){if(1&xe&&(M.ynx(0),M.YNc(1,n,6,12,"div",12),M.BQk()),2&xe){const ee=M.oxw();M.xp6(1),M.Q6J("ngForOf",ee.steps)}}function B(xe,W){if(1&xe){const ee=M.EpF();M.TgZ(0,"mat-step-header",17),M.NdJ("click",function(){return M.CHM(ee).step.select()})("keydown",function(Ce){return M.CHM(ee),M.oxw()._onKeydown(Ce)}),M.qZA()}if(2&xe){const ee=W.step,ue=W.i,Ce=M.oxw();M.ekj("mat-horizontal-stepper-header","horizontal"===Ce.orientation)("mat-vertical-stepper-header","vertical"===Ce.orientation),M.Q6J("tabIndex",Ce._getFocusIndex()===ue?0:-1)("id",Ce._getStepLabelId(ue))("index",ue)("state",Ce._getIndicatorType(ue,ee.state))("label",ee.stepLabel||ee.label)("selected",Ce.selectedIndex===ue)("active",Ce._stepIsNavigable(ue,ee))("optional",ee.optional)("errorMessage",ee.errorMessage)("iconOverrides",Ce._iconOverrides)("disableRipple",Ce.disableRipple||!Ce._stepIsNavigable(ue,ee))("color",ee.color||Ce.color),M.uIk("aria-posinset",ue+1)("aria-setsize",Ce.steps.length)("aria-controls",Ce._getStepContentId(ue))("aria-selected",Ce.selectedIndex==ue)("aria-label",ee.ariaLabel||null)("aria-labelledby",!ee.ariaLabel&&ee.ariaLabelledby?ee.ariaLabelledby:null)("aria-disabled",!Ce._stepIsNavigable(ue,ee)||null)}}let P=(()=>{class xe extends e.u6{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["","matStepLabel",""]],features:[M.qOj]}),xe})(),H=(()=>{class xe{constructor(){this.changes=new N.x,this.optionalLabel="Optional",this.completedLabel="Completed",this.editableLabel="Editable"}}return xe.\u0275fac=function(ee){return new(ee||xe)},xe.\u0275prov=M.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})();const he={provide:H,deps:[[new M.FiY,new M.tp0,H]],useFactory:function q(xe){return xe||new H}},_e=(0,b.pj)(class extends e.KL{constructor(W){super(W)}},"primary");let Ne=(()=>{class xe extends _e{constructor(ee,ue,Ce,Le){super(Ce),this._intl=ee,this._focusMonitor=ue,this._intlSubscription=ee.changes.subscribe(()=>Le.markForCheck())}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._intlSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._elementRef)}focus(ee,ue){ee?this._focusMonitor.focusVia(this._elementRef,ee,ue):this._elementRef.nativeElement.focus(ue)}_stringLabel(){return this.label instanceof P?null:this.label}_templateLabel(){return this.label instanceof P?this.label:null}_getHostElement(){return this._elementRef.nativeElement}_getIconContext(){return{index:this.index,active:this.active,optional:this.optional}}_getDefaultTextForState(ee){return"number"==ee?`${this.index+1}`:"edit"==ee?"create":"error"==ee?"warning":ee}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36(H),M.Y36(A.tE),M.Y36(M.SBq),M.Y36(M.sBO))},xe.\u0275cmp=M.Xpm({type:xe,selectors:[["mat-step-header"]],hostAttrs:["role","tab",1,"mat-step-header"],inputs:{color:"color",state:"state",label:"label",errorMessage:"errorMessage",iconOverrides:"iconOverrides",index:"index",selected:"selected",active:"active",optional:"optional",disableRipple:"disableRipple"},features:[M.qOj],decls:10,vars:19,consts:[["matRipple","",1,"mat-step-header-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-step-icon-content",3,"ngSwitch"],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngSwitchCase"],[3,"ngSwitch",4,"ngSwitchDefault"],[1,"mat-step-label"],["class","mat-step-text-label",4,"ngIf"],["class","mat-step-optional",4,"ngIf"],["class","mat-step-sub-label-error",4,"ngIf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"ngSwitch"],["aria-hidden","true",4,"ngSwitchCase"],["class","cdk-visually-hidden",4,"ngIf"],["aria-hidden","true",4,"ngSwitchDefault"],["aria-hidden","true"],[1,"cdk-visually-hidden"],[1,"mat-step-text-label"],[3,"ngTemplateOutlet"],[1,"mat-step-optional"],[1,"mat-step-sub-label-error"]],template:function(ee,ue){1&ee&&(M._UZ(0,"div",0),M.TgZ(1,"div")(2,"div",1),M.YNc(3,Y,1,2,"ng-container",2),M.YNc(4,ie,5,4,"ng-container",3),M.qZA()(),M.TgZ(5,"div",4),M.YNc(6,oe,2,1,"div",5),M.YNc(7,X,2,1,"div",5),M.YNc(8,me,2,1,"div",6),M.YNc(9,y,2,1,"div",7),M.qZA()),2&ee&&(M.Q6J("matRippleTrigger",ue._getHostElement())("matRippleDisabled",ue.disableRipple),M.xp6(1),M.Gre("mat-step-icon-state-",ue.state," mat-step-icon"),M.ekj("mat-step-icon-selected",ue.selected),M.xp6(1),M.Q6J("ngSwitch",!(!ue.iconOverrides||!ue.iconOverrides[ue.state])),M.xp6(1),M.Q6J("ngSwitchCase",!0),M.xp6(2),M.ekj("mat-step-label-active",ue.active)("mat-step-label-selected",ue.selected)("mat-step-label-error","error"==ue.state),M.xp6(1),M.Q6J("ngIf",ue._templateLabel()),M.xp6(1),M.Q6J("ngIf",ue._stringLabel()),M.xp6(1),M.Q6J("ngIf",ue.optional&&"error"!=ue.state),M.xp6(1),M.Q6J("ngIf","error"==ue.state))},directives:[d.Hw,b.wG,f.RF,f.n9,f.tP,f.ED,f.O5],styles:[".mat-step-header{overflow:hidden;outline:none;cursor:pointer;position:relative;box-sizing:content-box;-webkit-tap-highlight-color:transparent}.cdk-high-contrast-active .mat-step-header{outline:solid 1px}.cdk-high-contrast-active .mat-step-header.cdk-keyboard-focused,.cdk-high-contrast-active .mat-step-header.cdk-program-focused{outline:solid 3px}.cdk-high-contrast-active .mat-step-header[aria-selected=true] .mat-step-label{text-decoration:underline}.mat-step-optional,.mat-step-sub-label-error{font-size:12px}.mat-step-icon{border-radius:50%;height:24px;width:24px;flex-shrink:0;position:relative}.mat-step-icon-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex}.mat-step-icon .mat-icon{font-size:16px;height:16px;width:16px}.mat-step-icon-state-error .mat-icon{font-size:24px;height:24px;width:24px}.mat-step-label{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:50px;vertical-align:middle}.mat-step-text-label{text-overflow:ellipsis;overflow:hidden}.mat-step-header .mat-step-header-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}\n"],encapsulation:2,changeDetection:0}),xe})();const we={horizontalStepTransition:(0,U.X$)("horizontalStepTransition",[(0,U.SB)("previous",(0,U.oB)({transform:"translate3d(-100%, 0, 0)",visibility:"hidden"})),(0,U.SB)("current",(0,U.oB)({transform:"none",visibility:"inherit"})),(0,U.SB)("next",(0,U.oB)({transform:"translate3d(100%, 0, 0)",visibility:"hidden"})),(0,U.eR)("* => *",(0,U.jt)("500ms cubic-bezier(0.35, 0, 0.25, 1)"))]),verticalStepTransition:(0,U.X$)("verticalStepTransition",[(0,U.SB)("previous",(0,U.oB)({height:"0px",visibility:"hidden"})),(0,U.SB)("next",(0,U.oB)({height:"0px",visibility:"hidden"})),(0,U.SB)("current",(0,U.oB)({height:"*",visibility:"inherit"})),(0,U.eR)("* <=> current",(0,U.jt)("225ms cubic-bezier(0.4, 0.0, 0.2, 1)"))])};let Q=(()=>{class xe{constructor(ee){this.templateRef=ee}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36(M.Rgc))},xe.\u0275dir=M.lG2({type:xe,selectors:[["ng-template","matStepperIcon",""]],inputs:{name:["matStepperIcon","name"]}}),xe})(),Ue=(()=>{class xe{constructor(ee){this._template=ee}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36(M.Rgc))},xe.\u0275dir=M.lG2({type:xe,selectors:[["ng-template","matStepContent",""]]}),xe})(),ye=(()=>{class xe extends e.be{constructor(ee,ue,Ce,Le){super(ee,Le),this._errorStateMatcher=ue,this._viewContainerRef=Ce,this._isSelected=h.w0.EMPTY}ngAfterContentInit(){this._isSelected=this._stepper.steps.changes.pipe((0,w.w)(()=>this._stepper.selectionChange.pipe((0,D.U)(ee=>ee.selectedStep===this),(0,L.O)(this._stepper.selected===this)))).subscribe(ee=>{ee&&this._lazyContent&&!this._portal&&(this._portal=new t.UE(this._lazyContent._template,this._viewContainerRef))})}ngOnDestroy(){this._isSelected.unsubscribe()}isErrorState(ee,ue){return this._errorStateMatcher.isErrorState(ee,ue)||!!(ee&&ee.invalid&&this.interacted)}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36((0,M.Gpc)(()=>Ie)),M.Y36(b.rD,4),M.Y36(M.s_b),M.Y36(e.gx,8))},xe.\u0275cmp=M.Xpm({type:xe,selectors:[["mat-step"]],contentQueries:function(ee,ue,Ce){if(1&ee&&(M.Suo(Ce,P,5),M.Suo(Ce,Ue,5)),2&ee){let Le;M.iGM(Le=M.CRH())&&(ue.stepLabel=Le.first),M.iGM(Le=M.CRH())&&(ue._lazyContent=Le.first)}},inputs:{color:"color"},exportAs:["matStep"],features:[M._Bn([{provide:b.rD,useExisting:xe},{provide:e.be,useExisting:xe}]),M.qOj],ngContentSelectors:u,decls:1,vars:0,consts:[[3,"cdkPortalOutlet"]],template:function(ee,ue){1&ee&&(M.F$t(),M.YNc(0,r,2,1,"ng-template"))},directives:[t.Pl],encapsulation:2,changeDetection:0}),xe})(),V=(()=>{class xe extends e.B8{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,features:[M.qOj]}),xe})(),De=(()=>{class xe extends V{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["mat-horizontal-stepper"]],features:[M.qOj]}),xe})(),dt=(()=>{class xe extends V{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["mat-vertical-stepper"]],features:[M.qOj]}),xe})(),Ie=(()=>{class xe extends e.B8{constructor(ee,ue,Ce,Le){super(ee,ue,Ce,Le),this.steps=new M.n_E,this.animationDone=new M.vpe,this.labelPosition="end",this._iconOverrides={},this._animationDone=new N.x;const ut=Ce.nativeElement.nodeName.toLowerCase();this.orientation="mat-vertical-stepper"===ut?"vertical":"horizontal"}ngAfterContentInit(){super.ngAfterContentInit(),this._icons.forEach(({name:ee,templateRef:ue})=>this._iconOverrides[ee]=ue),this.steps.changes.pipe((0,k.R)(this._destroyed)).subscribe(()=>{this._stateChanged()}),this._animationDone.pipe((0,S.x)((ee,ue)=>ee.fromState===ue.fromState&&ee.toState===ue.toState),(0,k.R)(this._destroyed)).subscribe(ee=>{"current"===ee.toState&&this.animationDone.emit()})}_stepIsNavigable(ee,ue){return ue.completed||this.selectedIndex===ee||!this.linear}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36(Z.Is,8),M.Y36(M.sBO),M.Y36(M.SBq),M.Y36(f.K0))},xe.\u0275cmp=M.Xpm({type:xe,selectors:[["mat-stepper"],["mat-vertical-stepper"],["mat-horizontal-stepper"],["","matStepper",""]],contentQueries:function(ee,ue,Ce){if(1&ee&&(M.Suo(Ce,ye,5),M.Suo(Ce,Q,5)),2&ee){let Le;M.iGM(Le=M.CRH())&&(ue._steps=Le),M.iGM(Le=M.CRH())&&(ue._icons=Le)}},viewQuery:function(ee,ue){if(1&ee&&M.Gf(Ne,5),2&ee){let Ce;M.iGM(Ce=M.CRH())&&(ue._stepHeader=Ce)}},hostAttrs:["role","tablist"],hostVars:9,hostBindings:function(ee,ue){2&ee&&(M.uIk("aria-orientation",ue.orientation),M.ekj("mat-stepper-horizontal","horizontal"===ue.orientation)("mat-stepper-vertical","vertical"===ue.orientation)("mat-stepper-label-position-end","horizontal"===ue.orientation&&"end"==ue.labelPosition)("mat-stepper-label-position-bottom","horizontal"===ue.orientation&&"bottom"==ue.labelPosition))},inputs:{selectedIndex:"selectedIndex",disableRipple:"disableRipple",color:"color",labelPosition:"labelPosition"},outputs:{animationDone:"animationDone"},exportAs:["matStepper","matVerticalStepper","matHorizontalStepper"],features:[M._Bn([{provide:e.B8,useExisting:xe},{provide:De,useExisting:xe},{provide:dt,useExisting:xe}]),M.qOj],decls:5,vars:3,consts:[[3,"ngSwitch"],[4,"ngSwitchCase"],["stepTemplate",""],[1,"mat-horizontal-stepper-header-container"],[4,"ngFor","ngForOf"],[1,"mat-horizontal-content-container"],["class","mat-horizontal-stepper-content","role","tabpanel",3,"id",4,"ngFor","ngForOf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["class","mat-stepper-horizontal-line",4,"ngIf"],[1,"mat-stepper-horizontal-line"],["role","tabpanel",1,"mat-horizontal-stepper-content",3,"id"],[3,"ngTemplateOutlet"],["class","mat-step",4,"ngFor","ngForOf"],[1,"mat-step"],[1,"mat-vertical-content-container"],["role","tabpanel",1,"mat-vertical-stepper-content",3,"id"],[1,"mat-vertical-content"],[3,"tabIndex","id","index","state","label","selected","active","optional","errorMessage","iconOverrides","disableRipple","color","click","keydown"]],template:function(ee,ue){1&ee&&(M.ynx(0,0),M.YNc(1,v,5,2,"ng-container",1),M.YNc(2,C,2,1,"ng-container",1),M.BQk(),M.YNc(3,B,1,23,"ng-template",null,2,M.W1O)),2&ee&&(M.Q6J("ngSwitch",ue.orientation),M.xp6(1),M.Q6J("ngSwitchCase","horizontal"),M.xp6(1),M.Q6J("ngSwitchCase","vertical"))},directives:[Ne,f.RF,f.n9,f.sg,f.tP,f.O5],styles:['.mat-stepper-vertical,.mat-stepper-horizontal{display:block}.mat-horizontal-stepper-header-container{white-space:nowrap;display:flex;align-items:center}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header-container{align-items:flex-start}.mat-stepper-horizontal-line{border-top-width:1px;border-top-style:solid;flex:auto;height:0;margin:0 -16px;min-width:32px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{margin:0;min-width:0;position:relative}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{border-top-width:1px;border-top-style:solid;content:"";display:inline-block;height:0;position:absolute;width:calc(50% - 20px)}.mat-horizontal-stepper-header{display:flex;height:72px;overflow:hidden;align-items:center;padding:0 24px}.mat-horizontal-stepper-header .mat-step-icon{margin-right:8px;flex:none}[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:8px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header{box-sizing:border-box;flex-direction:column;height:auto}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{right:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before{left:0}[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:last-child::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:first-child::after{display:none}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-label{padding:16px 0 0 0;text-align:center;width:100%}.mat-vertical-stepper-header{display:flex;align-items:center;height:24px}.mat-vertical-stepper-header .mat-step-icon{margin-right:12px}[dir=rtl] .mat-vertical-stepper-header .mat-step-icon{margin-right:0;margin-left:12px}.mat-horizontal-stepper-content{outline:0}.mat-horizontal-stepper-content[aria-expanded=false]{height:0;overflow:hidden}.mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px 24px}.cdk-high-contrast-active .mat-horizontal-content-container{outline:solid 1px}.mat-vertical-content-container{margin-left:36px;border:0;position:relative}.cdk-high-contrast-active .mat-vertical-content-container{outline:solid 1px}[dir=rtl] .mat-vertical-content-container{margin-left:0;margin-right:36px}.mat-stepper-vertical-line::before{content:"";position:absolute;left:0;border-left-width:1px;border-left-style:solid}[dir=rtl] .mat-stepper-vertical-line::before{left:auto;right:0}.mat-vertical-stepper-content{overflow:hidden;outline:0}.mat-vertical-content{padding:0 24px 24px 24px}.mat-step:last-child .mat-vertical-content-container{border:none}\n'],encapsulation:2,data:{animation:[we.horizontalStepTransition,we.verticalStepTransition]},changeDetection:0}),xe})(),Ae=(()=>{class xe extends e.st{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["button","matStepperNext",""]],hostAttrs:[1,"mat-stepper-next"],hostVars:1,hostBindings:function(ee,ue){2&ee&&M.Ikx("type",ue.type)},inputs:{type:"type"},features:[M.qOj]}),xe})(),le=(()=>{class xe extends e.po{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["button","matStepperPrevious",""]],hostAttrs:[1,"mat-stepper-previous"],hostVars:1,hostBindings:function(ee,ue){2&ee&&M.Ikx("type",ue.type)},inputs:{type:"type"},features:[M.qOj]}),xe})(),Te=(()=>{class xe{}return xe.\u0275fac=function(ee){return new(ee||xe)},xe.\u0275mod=M.oAB({type:xe}),xe.\u0275inj=M.cJS({providers:[he,b.rD],imports:[[b.BQ,f.ez,t.eL,a.ot,e.U5,d.Ps,b.si],b.BQ]}),xe})()},2075:(Ve,j,p)=>{"use strict";p.d(j,{ev:()=>Ge,Dz:()=>Ht,w1:()=>tt,yh:()=>Se,mD:()=>Re,Q2:()=>qt,Ke:()=>st,ge:()=>Xe,fO:()=>it,XQ:()=>gi,as:()=>at,Gk:()=>Xt,nj:()=>bt,BZ:()=>mt,by:()=>Ui,p0:()=>en});var t=p(5e3),e=p(3191),f=p(449),M=p(9808),a=p(7579),b=p(457),d=p(1135),N=p(5191),h=p(9646),A=p(2722),w=p(5698),D=p(226),L=p(925),k=p(5303);const S=[[["caption"]],[["colgroup"],["col"]]],U=["caption","colgroup, col"];function ne(ze){return class extends ze{constructor(...Tt){super(...Tt),this._sticky=!1,this._hasStickyChanged=!1}get sticky(){return this._sticky}set sticky(Tt){const pe=this._sticky;this._sticky=(0,e.Ig)(Tt),this._hasStickyChanged=pe!==this._sticky}hasStickyChanged(){const Tt=this._hasStickyChanged;return this._hasStickyChanged=!1,Tt}resetStickyChanged(){this._hasStickyChanged=!1}}}const $=new t.OlP("CDK_TABLE");let te=(()=>{class ze{constructor(pe){this.template=pe}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkCellDef",""]]}),ze})(),ie=(()=>{class ze{constructor(pe){this.template=pe}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkHeaderCellDef",""]]}),ze})(),oe=(()=>{class ze{constructor(pe){this.template=pe}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkFooterCellDef",""]]}),ze})();class X{}const me=ne(X);let y=(()=>{class ze extends me{constructor(pe){super(),this._table=pe,this._stickyEnd=!1}get name(){return this._name}set name(pe){this._setNameInput(pe)}get stickyEnd(){return this._stickyEnd}set stickyEnd(pe){const je=this._stickyEnd;this._stickyEnd=(0,e.Ig)(pe),this._hasStickyChanged=je!==this._stickyEnd}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(pe){pe&&(this._name=pe,this.cssClassFriendlyName=pe.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36($,8))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkColumnDef",""]],contentQueries:function(pe,je,_t){if(1&pe&&(t.Suo(_t,te,5),t.Suo(_t,ie,5),t.Suo(_t,oe,5)),2&pe){let re;t.iGM(re=t.CRH())&&(je.cell=re.first),t.iGM(re=t.CRH())&&(je.headerCell=re.first),t.iGM(re=t.CRH())&&(je.footerCell=re.first)}},inputs:{sticky:"sticky",name:["cdkColumnDef","name"],stickyEnd:"stickyEnd"},features:[t._Bn([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:ze}]),t.qOj]}),ze})();class i{constructor(Tt,pe){pe.nativeElement.classList.add(...Tt._columnCssClassName)}}let r=(()=>{class ze extends i{constructor(pe,je){super(pe,je)}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(y),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[t.qOj]}),ze})(),u=(()=>{class ze extends i{constructor(pe,je){var _t;if(super(pe,je),1===(null===(_t=pe._table)||void 0===_t?void 0:_t._elementRef.nativeElement.nodeType)){const re=pe._table._elementRef.nativeElement.getAttribute("role");je.nativeElement.setAttribute("role","grid"===re||"treegrid"===re?"gridcell":"cell")}}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(y),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["cdk-footer-cell"],["td","cdk-footer-cell",""]],hostAttrs:[1,"cdk-footer-cell"],features:[t.qOj]}),ze})(),c=(()=>{class ze extends i{constructor(pe,je){var _t;if(super(pe,je),1===(null===(_t=pe._table)||void 0===_t?void 0:_t._elementRef.nativeElement.nodeType)){const re=pe._table._elementRef.nativeElement.getAttribute("role");je.nativeElement.setAttribute("role","grid"===re||"treegrid"===re?"gridcell":"cell")}}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(y),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],features:[t.qOj]}),ze})();class _{constructor(){this.tasks=[],this.endTasks=[]}}const E=new t.OlP("_COALESCED_STYLE_SCHEDULER");let I=(()=>{class ze{constructor(pe){this._ngZone=pe,this._currentSchedule=null,this._destroyed=new a.x}schedule(pe){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(pe)}scheduleEnd(pe){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(pe)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new _,this._getScheduleObservable().pipe((0,A.R)(this._destroyed)).subscribe(()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){const pe=this._currentSchedule;this._currentSchedule=new _;for(const je of pe.tasks)je();for(const je of pe.endTasks)je()}this._currentSchedule=null}))}_getScheduleObservable(){return this._ngZone.isStable?(0,b.D)(Promise.resolve(void 0)):this._ngZone.onStable.pipe((0,w.q)(1))}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.LFG(t.R0b))},ze.\u0275prov=t.Yz7({token:ze,factory:ze.\u0275fac}),ze})(),n=(()=>{class ze{constructor(pe,je){this.template=pe,this._differs=je}ngOnChanges(pe){if(!this._columnsDiffer){const je=pe.columns&&pe.columns.currentValue||[];this._columnsDiffer=this._differs.find(je).create(),this._columnsDiffer.diff(je)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(pe){return this instanceof P?pe.headerCell.template:this instanceof he?pe.footerCell.template:pe.cell.template}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc),t.Y36(t.ZZ4))},ze.\u0275dir=t.lG2({type:ze,features:[t.TTD]}),ze})();class C extends n{}const B=ne(C);let P=(()=>{class ze extends B{constructor(pe,je,_t){super(pe,je),this._table=_t}ngOnChanges(pe){super.ngOnChanges(pe)}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc),t.Y36(t.ZZ4),t.Y36($,8))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:["cdkHeaderRowDef","columns"],sticky:["cdkHeaderRowDefSticky","sticky"]},features:[t.qOj,t.TTD]}),ze})();class H extends n{}const q=ne(H);let he=(()=>{class ze extends q{constructor(pe,je,_t){super(pe,je),this._table=_t}ngOnChanges(pe){super.ngOnChanges(pe)}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc),t.Y36(t.ZZ4),t.Y36($,8))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:["cdkFooterRowDef","columns"],sticky:["cdkFooterRowDefSticky","sticky"]},features:[t.qOj,t.TTD]}),ze})(),_e=(()=>{class ze extends n{constructor(pe,je,_t){super(pe,je),this._table=_t}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc),t.Y36(t.ZZ4),t.Y36($,8))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkRowDef",""]],inputs:{columns:["cdkRowDefColumns","columns"],when:["cdkRowDefWhen","when"]},features:[t.qOj]}),ze})(),Ne=(()=>{class ze{constructor(pe){this._viewContainer=pe,ze.mostRecentCellOutlet=this}ngOnDestroy(){ze.mostRecentCellOutlet===this&&(ze.mostRecentCellOutlet=null)}}return ze.mostRecentCellOutlet=null,ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkCellOutlet",""]]}),ze})(),we=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=t.Xpm({type:ze,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),Q=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=t.Xpm({type:ze,selectors:[["cdk-footer-row"],["tr","cdk-footer-row",""]],hostAttrs:["role","row",1,"cdk-footer-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),Ue=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=t.Xpm({type:ze,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),ye=(()=>{class ze{constructor(pe){this.templateRef=pe,this._contentClassName="cdk-no-data-row"}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc))},ze.\u0275dir=t.lG2({type:ze,selectors:[["ng-template","cdkNoDataRow",""]]}),ze})();const V=["top","bottom","left","right"];class De{constructor(Tt,pe,je,_t,re=!0,qe=!0,Mt){this._isNativeHtmlTable=Tt,this._stickCellCss=pe,this.direction=je,this._coalescedStyleScheduler=_t,this._isBrowser=re,this._needsPositionStickyOnElement=qe,this._positionListener=Mt,this._cachedCellWidths=[],this._borderCellCss={top:`${pe}-border-elem-top`,bottom:`${pe}-border-elem-bottom`,left:`${pe}-border-elem-left`,right:`${pe}-border-elem-right`}}clearStickyPositioning(Tt,pe){const je=[];for(const _t of Tt)if(_t.nodeType===_t.ELEMENT_NODE){je.push(_t);for(let re=0;re<_t.children.length;re++)je.push(_t.children[re])}this._coalescedStyleScheduler.schedule(()=>{for(const _t of je)this._removeStickyStyle(_t,pe)})}updateStickyColumns(Tt,pe,je,_t=!0){if(!Tt.length||!this._isBrowser||!pe.some(Zi=>Zi)&&!je.some(Zi=>Zi))return void(this._positionListener&&(this._positionListener.stickyColumnsUpdated({sizes:[]}),this._positionListener.stickyEndColumnsUpdated({sizes:[]})));const re=Tt[0],qe=re.children.length,Mt=this._getCellWidths(re,_t),zt=this._getStickyStartColumnPositions(Mt,pe),bi=this._getStickyEndColumnPositions(Mt,je),Ei=pe.lastIndexOf(!0),$i=je.indexOf(!0);this._coalescedStyleScheduler.schedule(()=>{const Zi="rtl"===this.direction,sn=Zi?"right":"left",gn=Zi?"left":"right";for(const jt of Tt)for(let wi=0;wipe[wi]?jt:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:-1===$i?[]:Mt.slice($i).map((jt,wi)=>je[wi+$i]?jt:null).reverse()}))})}stickRows(Tt,pe,je){if(!this._isBrowser)return;const _t="bottom"===je?Tt.slice().reverse():Tt,re="bottom"===je?pe.slice().reverse():pe,qe=[],Mt=[],zt=[];for(let Ei=0,$i=0;Ei<_t.length;Ei++){if(!re[Ei])continue;qe[Ei]=$i;const Zi=_t[Ei];zt[Ei]=this._isNativeHtmlTable?Array.from(Zi.children):[Zi];const sn=Zi.getBoundingClientRect().height;$i+=sn,Mt[Ei]=sn}const bi=re.lastIndexOf(!0);this._coalescedStyleScheduler.schedule(()=>{var Ei,$i;for(let Zi=0;Zi<_t.length;Zi++){if(!re[Zi])continue;const sn=qe[Zi],gn=Zi===bi;for(const jt of zt[Zi])this._addStickyStyle(jt,je,sn,gn)}"top"===je?null===(Ei=this._positionListener)||void 0===Ei||Ei.stickyHeaderRowsUpdated({sizes:Mt,offsets:qe,elements:zt}):null===($i=this._positionListener)||void 0===$i||$i.stickyFooterRowsUpdated({sizes:Mt,offsets:qe,elements:zt})})}updateStickyFooterContainer(Tt,pe){if(!this._isNativeHtmlTable)return;const je=Tt.querySelector("tfoot");this._coalescedStyleScheduler.schedule(()=>{pe.some(_t=>!_t)?this._removeStickyStyle(je,["bottom"]):this._addStickyStyle(je,"bottom",0,!1)})}_removeStickyStyle(Tt,pe){for(const _t of pe)Tt.style[_t]="",Tt.classList.remove(this._borderCellCss[_t]);V.some(_t=>-1===pe.indexOf(_t)&&Tt.style[_t])?Tt.style.zIndex=this._getCalculatedZIndex(Tt):(Tt.style.zIndex="",this._needsPositionStickyOnElement&&(Tt.style.position=""),Tt.classList.remove(this._stickCellCss))}_addStickyStyle(Tt,pe,je,_t){Tt.classList.add(this._stickCellCss),_t&&Tt.classList.add(this._borderCellCss[pe]),Tt.style[pe]=`${je}px`,Tt.style.zIndex=this._getCalculatedZIndex(Tt),this._needsPositionStickyOnElement&&(Tt.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(Tt){const pe={top:100,bottom:10,left:1,right:1};let je=0;for(const _t of V)Tt.style[_t]&&(je+=pe[_t]);return je?`${je}`:""}_getCellWidths(Tt,pe=!0){if(!pe&&this._cachedCellWidths.length)return this._cachedCellWidths;const je=[],_t=Tt.children;for(let re=0;re<_t.length;re++)je.push(_t[re].getBoundingClientRect().width);return this._cachedCellWidths=je,je}_getStickyStartColumnPositions(Tt,pe){const je=[];let _t=0;for(let re=0;re0;re--)pe[re]&&(je[re]=_t,_t+=Tt[re]);return je}}const ue=new t.OlP("CDK_SPL");let Le=(()=>{class ze{constructor(pe,je){this.viewContainer=pe,this.elementRef=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","rowOutlet",""]]}),ze})(),ut=(()=>{class ze{constructor(pe,je){this.viewContainer=pe,this.elementRef=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","headerRowOutlet",""]]}),ze})(),ht=(()=>{class ze{constructor(pe,je){this.viewContainer=pe,this.elementRef=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","footerRowOutlet",""]]}),ze})(),It=(()=>{class ze{constructor(pe,je){this.viewContainer=pe,this.elementRef=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","noDataRowOutlet",""]]}),ze})(),Gt=(()=>{class ze{constructor(pe,je,_t,re,qe,Mt,zt,bi,Ei,$i,Zi,sn){this._differs=pe,this._changeDetectorRef=je,this._elementRef=_t,this._dir=qe,this._platform=zt,this._viewRepeater=bi,this._coalescedStyleScheduler=Ei,this._viewportRuler=$i,this._stickyPositioningListener=Zi,this._ngZone=sn,this._onDestroy=new a.x,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._customHeaderRowDefs=new Set,this._customFooterRowDefs=new Set,this._headerRowDefChanged=!0,this._footerRowDefChanged=!0,this._stickyColumnStylesNeedReset=!0,this._forceRecalculateCellWidths=!0,this._cachedRenderRowsMap=new Map,this.stickyCssClass="cdk-table-sticky",this.needsPositionStickyOnElement=!0,this._isShowingNoDataRow=!1,this._multiTemplateDataRows=!1,this._fixedLayout=!1,this.contentChanged=new t.vpe,this.viewChange=new d.X({start:0,end:Number.MAX_VALUE}),re||this._elementRef.nativeElement.setAttribute("role","table"),this._document=Mt,this._isNativeHtmlTable="TABLE"===this._elementRef.nativeElement.nodeName}get trackBy(){return this._trackByFn}set trackBy(pe){this._trackByFn=pe}get dataSource(){return this._dataSource}set dataSource(pe){this._dataSource!==pe&&this._switchDataSource(pe)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(pe){this._multiTemplateDataRows=(0,e.Ig)(pe),this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(pe){this._fixedLayout=(0,e.Ig)(pe),this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}ngOnInit(){this._setupStickyStyler(),this._isNativeHtmlTable&&this._applyNativeTableSections(),this._dataDiffer=this._differs.find([]).create((pe,je)=>this.trackBy?this.trackBy(je.dataIndex,je.data):je),this._viewportRuler.change().pipe((0,A.R)(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentChecked(){this._cacheRowDefs(),this._cacheColumnDefs();const je=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||je,this._forceRecalculateCellWidths=je,this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription?this._observeRenderChanges():this._stickyColumnStylesNeedReset&&this.updateStickyColumnStyles(),this._checkStickyStates()}ngOnDestroy(){[this._rowOutlet.viewContainer,this._headerRowOutlet.viewContainer,this._footerRowOutlet.viewContainer,this._cachedRenderRowsMap,this._customColumnDefs,this._customRowDefs,this._customHeaderRowDefs,this._customFooterRowDefs,this._columnDefsByName].forEach(pe=>{pe.clear()}),this._headerRowDefs=[],this._footerRowDefs=[],this._defaultRowDef=null,this._onDestroy.next(),this._onDestroy.complete(),(0,f.Z9)(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const pe=this._dataDiffer.diff(this._renderRows);if(!pe)return this._updateNoDataRow(),void this.contentChanged.next();const je=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(pe,je,(_t,re,qe)=>this._getEmbeddedViewArgs(_t.item,qe),_t=>_t.item.data,_t=>{1===_t.operation&&_t.context&&this._renderCellTemplateForItem(_t.record.item.rowDef,_t.context)}),this._updateRowIndexContext(),pe.forEachIdentityChange(_t=>{je.get(_t.currentIndex).context.$implicit=_t.item.data}),this._updateNoDataRow(),this._ngZone&&t.R0b.isInAngularZone()?this._ngZone.onStable.pipe((0,w.q)(1),(0,A.R)(this._onDestroy)).subscribe(()=>{this.updateStickyColumnStyles()}):this.updateStickyColumnStyles(),this.contentChanged.next()}addColumnDef(pe){this._customColumnDefs.add(pe)}removeColumnDef(pe){this._customColumnDefs.delete(pe)}addRowDef(pe){this._customRowDefs.add(pe)}removeRowDef(pe){this._customRowDefs.delete(pe)}addHeaderRowDef(pe){this._customHeaderRowDefs.add(pe),this._headerRowDefChanged=!0}removeHeaderRowDef(pe){this._customHeaderRowDefs.delete(pe),this._headerRowDefChanged=!0}addFooterRowDef(pe){this._customFooterRowDefs.add(pe),this._footerRowDefChanged=!0}removeFooterRowDef(pe){this._customFooterRowDefs.delete(pe),this._footerRowDefChanged=!0}setNoDataRow(pe){this._customNoDataRow=pe}updateStickyHeaderRowStyles(){const pe=this._getRenderedRows(this._headerRowOutlet),_t=this._elementRef.nativeElement.querySelector("thead");_t&&(_t.style.display=pe.length?"":"none");const re=this._headerRowDefs.map(qe=>qe.sticky);this._stickyStyler.clearStickyPositioning(pe,["top"]),this._stickyStyler.stickRows(pe,re,"top"),this._headerRowDefs.forEach(qe=>qe.resetStickyChanged())}updateStickyFooterRowStyles(){const pe=this._getRenderedRows(this._footerRowOutlet),_t=this._elementRef.nativeElement.querySelector("tfoot");_t&&(_t.style.display=pe.length?"":"none");const re=this._footerRowDefs.map(qe=>qe.sticky);this._stickyStyler.clearStickyPositioning(pe,["bottom"]),this._stickyStyler.stickRows(pe,re,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,re),this._footerRowDefs.forEach(qe=>qe.resetStickyChanged())}updateStickyColumnStyles(){const pe=this._getRenderedRows(this._headerRowOutlet),je=this._getRenderedRows(this._rowOutlet),_t=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...pe,...je,..._t],["left","right"]),this._stickyColumnStylesNeedReset=!1),pe.forEach((re,qe)=>{this._addStickyColumnStyles([re],this._headerRowDefs[qe])}),this._rowDefs.forEach(re=>{const qe=[];for(let Mt=0;Mt{this._addStickyColumnStyles([re],this._footerRowDefs[qe])}),Array.from(this._columnDefsByName.values()).forEach(re=>re.resetStickyChanged())}_getAllRenderRows(){const pe=[],je=this._cachedRenderRowsMap;this._cachedRenderRowsMap=new Map;for(let _t=0;_t{const Mt=_t&&_t.has(qe)?_t.get(qe):[];if(Mt.length){const zt=Mt.shift();return zt.dataIndex=je,zt}return{data:pe,rowDef:qe,dataIndex:je}})}_cacheColumnDefs(){this._columnDefsByName.clear(),hi(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(je=>{this._columnDefsByName.has(je.name),this._columnDefsByName.set(je.name,je)})}_cacheRowDefs(){this._headerRowDefs=hi(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=hi(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=hi(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const pe=this._rowDefs.filter(je=>!je.when);this._defaultRowDef=pe[0]}_renderUpdatedColumns(){const pe=(qe,Mt)=>qe||!!Mt.getColumnsDiff(),je=this._rowDefs.reduce(pe,!1);je&&this._forceRenderDataRows();const _t=this._headerRowDefs.reduce(pe,!1);_t&&this._forceRenderHeaderRows();const re=this._footerRowDefs.reduce(pe,!1);return re&&this._forceRenderFooterRows(),je||_t||re}_switchDataSource(pe){this._data=[],(0,f.Z9)(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),pe||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear()),this._dataSource=pe}_observeRenderChanges(){if(!this.dataSource)return;let pe;(0,f.Z9)(this.dataSource)?pe=this.dataSource.connect(this):(0,N.b)(this.dataSource)?pe=this.dataSource:Array.isArray(this.dataSource)&&(pe=(0,h.of)(this.dataSource)),this._renderChangeSubscription=pe.pipe((0,A.R)(this._onDestroy)).subscribe(je=>{this._data=je||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((pe,je)=>this._renderRow(this._headerRowOutlet,pe,je)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((pe,je)=>this._renderRow(this._footerRowOutlet,pe,je)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(pe,je){const _t=Array.from(je.columns||[]).map(Mt=>this._columnDefsByName.get(Mt)),re=_t.map(Mt=>Mt.sticky),qe=_t.map(Mt=>Mt.stickyEnd);this._stickyStyler.updateStickyColumns(pe,re,qe,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(pe){const je=[];for(let _t=0;_t!re.when||re.when(je,pe));else{let re=this._rowDefs.find(qe=>qe.when&&qe.when(je,pe))||this._defaultRowDef;re&&_t.push(re)}return _t}_getEmbeddedViewArgs(pe,je){return{templateRef:pe.rowDef.template,context:{$implicit:pe.data},index:je}}_renderRow(pe,je,_t,re={}){const qe=pe.viewContainer.createEmbeddedView(je.template,re,_t);return this._renderCellTemplateForItem(je,re),qe}_renderCellTemplateForItem(pe,je){for(let _t of this._getCellTemplates(pe))Ne.mostRecentCellOutlet&&Ne.mostRecentCellOutlet._viewContainer.createEmbeddedView(_t,je);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const pe=this._rowOutlet.viewContainer;for(let je=0,_t=pe.length;je<_t;je++){const qe=pe.get(je).context;qe.count=_t,qe.first=0===je,qe.last=je===_t-1,qe.even=je%2==0,qe.odd=!qe.even,this.multiTemplateDataRows?(qe.dataIndex=this._renderRows[je].dataIndex,qe.renderIndex=je):qe.index=this._renderRows[je].dataIndex}}_getCellTemplates(pe){return pe&&pe.columns?Array.from(pe.columns,je=>{const _t=this._columnDefsByName.get(je);return pe.extractCellTemplate(_t)}):[]}_applyNativeTableSections(){const pe=this._document.createDocumentFragment(),je=[{tag:"thead",outlets:[this._headerRowOutlet]},{tag:"tbody",outlets:[this._rowOutlet,this._noDataRowOutlet]},{tag:"tfoot",outlets:[this._footerRowOutlet]}];for(const _t of je){const re=this._document.createElement(_t.tag);re.setAttribute("role","rowgroup");for(const qe of _t.outlets)re.appendChild(qe.elementRef.nativeElement);pe.appendChild(re)}this._elementRef.nativeElement.appendChild(pe)}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){const pe=(je,_t)=>je||_t.hasStickyChanged();this._headerRowDefs.reduce(pe,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(pe,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(pe,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){this._stickyStyler=new De(this._isNativeHtmlTable,this.stickyCssClass,this._dir?this._dir.value:"ltr",this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener),(this._dir?this._dir.change:(0,h.of)()).pipe((0,A.R)(this._onDestroy)).subscribe(je=>{this._stickyStyler.direction=je,this.updateStickyColumnStyles()})}_getOwnDefs(pe){return pe.filter(je=>!je._table||je._table===this)}_updateNoDataRow(){const pe=this._customNoDataRow||this._noDataRow;if(!pe)return;const je=0===this._rowOutlet.viewContainer.length;if(je===this._isShowingNoDataRow)return;const _t=this._noDataRowOutlet.viewContainer;if(je){const re=_t.createEmbeddedView(pe.templateRef),qe=re.rootNodes[0];1===re.rootNodes.length&&(null==qe?void 0:qe.nodeType)===this._document.ELEMENT_NODE&&(qe.setAttribute("role","row"),qe.classList.add(pe._contentClassName))}else _t.clear();this._isShowingNoDataRow=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.ZZ4),t.Y36(t.sBO),t.Y36(t.SBq),t.$8M("role"),t.Y36(D.Is,8),t.Y36(M.K0),t.Y36(L.t4),t.Y36(f.k),t.Y36(E),t.Y36(k.rL),t.Y36(ue,12),t.Y36(t.R0b,8))},ze.\u0275cmp=t.Xpm({type:ze,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(pe,je,_t){if(1&pe&&(t.Suo(_t,ye,5),t.Suo(_t,y,5),t.Suo(_t,_e,5),t.Suo(_t,P,5),t.Suo(_t,he,5)),2&pe){let re;t.iGM(re=t.CRH())&&(je._noDataRow=re.first),t.iGM(re=t.CRH())&&(je._contentColumnDefs=re),t.iGM(re=t.CRH())&&(je._contentRowDefs=re),t.iGM(re=t.CRH())&&(je._contentHeaderRowDefs=re),t.iGM(re=t.CRH())&&(je._contentFooterRowDefs=re)}},viewQuery:function(pe,je){if(1&pe&&(t.Gf(Le,7),t.Gf(ut,7),t.Gf(ht,7),t.Gf(It,7)),2&pe){let _t;t.iGM(_t=t.CRH())&&(je._rowOutlet=_t.first),t.iGM(_t=t.CRH())&&(je._headerRowOutlet=_t.first),t.iGM(_t=t.CRH())&&(je._footerRowOutlet=_t.first),t.iGM(_t=t.CRH())&&(je._noDataRowOutlet=_t.first)}},hostAttrs:[1,"cdk-table"],hostVars:2,hostBindings:function(pe,je){2&pe&&t.ekj("cdk-table-fixed-layout",je.fixedLayout)},inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:"multiTemplateDataRows",fixedLayout:"fixedLayout"},outputs:{contentChanged:"contentChanged"},exportAs:["cdkTable"],features:[t._Bn([{provide:$,useExisting:ze},{provide:f.k,useClass:f.yy},{provide:E,useClass:I},{provide:ue,useValue:null}])],ngContentSelectors:U,decls:6,vars:0,consts:[["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(pe,je){1&pe&&(t.F$t(S),t.Hsn(0),t.Hsn(1,1),t.GkF(2,0)(3,1)(4,2)(5,3))},directives:[ut,Le,It,ht],styles:[".cdk-table-fixed-layout{table-layout:fixed}\n"],encapsulation:2}),ze})();function hi(ze,Tt){return ze.concat(Array.from(Tt))}let Ct=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275mod=t.oAB({type:ze}),ze.\u0275inj=t.cJS({imports:[[k.Cl]]}),ze})();var et=p(508),yt=p(6451),ei=p(9841),Yt=p(4004);const Pe=[[["caption"]],[["colgroup"],["col"]]],Oe=["caption","colgroup, col"];let mt=(()=>{class ze extends Gt{constructor(){super(...arguments),this.stickyCssClass="mat-table-sticky",this.needsPositionStickyOnElement=!1}}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275cmp=t.Xpm({type:ze,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-table"],hostVars:2,hostBindings:function(pe,je){2&pe&&t.ekj("mat-table-fixed-layout",je.fixedLayout)},exportAs:["matTable"],features:[t._Bn([{provide:f.k,useClass:f.yy},{provide:Gt,useExisting:ze},{provide:$,useExisting:ze},{provide:E,useClass:I},{provide:ue,useValue:null}]),t.qOj],ngContentSelectors:Oe,decls:6,vars:0,consts:[["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(pe,je){1&pe&&(t.F$t(Pe),t.Hsn(0),t.Hsn(1,1),t.GkF(2,0)(3,1)(4,2)(5,3))},directives:[ut,Le,It,ht],styles:["mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}.mat-table-sticky{position:sticky !important}.mat-table-fixed-layout{table-layout:fixed}\n"],encapsulation:2}),ze})(),Ht=(()=>{class ze extends te{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matCellDef",""]],features:[t._Bn([{provide:te,useExisting:ze}]),t.qOj]}),ze})(),it=(()=>{class ze extends ie{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matHeaderCellDef",""]],features:[t._Bn([{provide:ie,useExisting:ze}]),t.qOj]}),ze})(),Re=(()=>{class ze extends oe{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matFooterCellDef",""]],features:[t._Bn([{provide:oe,useExisting:ze}]),t.qOj]}),ze})(),tt=(()=>{class ze extends y{get name(){return this._name}set name(pe){this._setNameInput(pe)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matColumnDef",""]],inputs:{sticky:"sticky",name:["matColumnDef","name"]},features:[t._Bn([{provide:y,useExisting:ze},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:ze}]),t.qOj]}),ze})(),Xe=(()=>{class ze extends r{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-header-cell"],features:[t.qOj]}),ze})(),Se=(()=>{class ze extends u{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["mat-footer-cell"],["td","mat-footer-cell",""]],hostAttrs:["role","gridcell",1,"mat-footer-cell"],features:[t.qOj]}),ze})(),Ge=(()=>{class ze extends c{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:["role","gridcell",1,"mat-cell"],features:[t.qOj]}),ze})(),at=(()=>{class ze extends P{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matHeaderRowDef",""]],inputs:{columns:["matHeaderRowDef","columns"],sticky:["matHeaderRowDefSticky","sticky"]},features:[t._Bn([{provide:P,useExisting:ze}]),t.qOj]}),ze})(),st=(()=>{class ze extends he{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matFooterRowDef",""]],inputs:{columns:["matFooterRowDef","columns"],sticky:["matFooterRowDefSticky","sticky"]},features:[t._Bn([{provide:he,useExisting:ze}]),t.qOj]}),ze})(),bt=(()=>{class ze extends _e{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matRowDef",""]],inputs:{columns:["matRowDefColumns","columns"],when:["matRowDefWhen","when"]},features:[t._Bn([{provide:_e,useExisting:ze}]),t.qOj]}),ze})(),gi=(()=>{class ze extends we{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275cmp=t.Xpm({type:ze,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-header-row"],exportAs:["matHeaderRow"],features:[t._Bn([{provide:we,useExisting:ze}]),t.qOj],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),qt=(()=>{class ze extends Q{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275cmp=t.Xpm({type:ze,selectors:[["mat-footer-row"],["tr","mat-footer-row",""]],hostAttrs:["role","row",1,"mat-footer-row"],exportAs:["matFooterRow"],features:[t._Bn([{provide:Q,useExisting:ze}]),t.qOj],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),Xt=(()=>{class ze extends Ue{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275cmp=t.Xpm({type:ze,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-row"],exportAs:["matRow"],features:[t._Bn([{provide:Ue,useExisting:ze}]),t.qOj],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),en=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275mod=t.oAB({type:ze}),ze.\u0275inj=t.cJS({imports:[[Ct,et.BQ],et.BQ]}),ze})();class zi extends f.o2{constructor(Tt=[]){super(),this._renderData=new d.X([]),this._filter=new d.X(""),this._internalPageChanges=new a.x,this._renderChangesSubscription=null,this.sortingDataAccessor=(pe,je)=>{const _t=pe[je];if((0,e.t6)(_t)){const re=Number(_t);return re<9007199254740991?re:_t}return _t},this.sortData=(pe,je)=>{const _t=je.active,re=je.direction;return _t&&""!=re?pe.sort((qe,Mt)=>{let zt=this.sortingDataAccessor(qe,_t),bi=this.sortingDataAccessor(Mt,_t);const Ei=typeof zt,$i=typeof bi;Ei!==$i&&("number"===Ei&&(zt+=""),"number"===$i&&(bi+=""));let Zi=0;return null!=zt&&null!=bi?zt>bi?Zi=1:zt{const _t=Object.keys(pe).reduce((qe,Mt)=>qe+pe[Mt]+"\u25ec","").toLowerCase(),re=je.trim().toLowerCase();return-1!=_t.indexOf(re)},this._data=new d.X(Tt),this._updateChangeSubscription()}get data(){return this._data.value}set data(Tt){Tt=Array.isArray(Tt)?Tt:[],this._data.next(Tt),this._renderChangesSubscription||this._filterData(Tt)}get filter(){return this._filter.value}set filter(Tt){this._filter.next(Tt),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(Tt){this._sort=Tt,this._updateChangeSubscription()}get paginator(){return this._paginator}set paginator(Tt){this._paginator=Tt,this._updateChangeSubscription()}_updateChangeSubscription(){var Tt;const pe=this._sort?(0,yt.T)(this._sort.sortChange,this._sort.initialized):(0,h.of)(null),je=this._paginator?(0,yt.T)(this._paginator.page,this._internalPageChanges,this._paginator.initialized):(0,h.of)(null),re=(0,ei.a)([this._data,this._filter]).pipe((0,Yt.U)(([zt])=>this._filterData(zt))),qe=(0,ei.a)([re,pe]).pipe((0,Yt.U)(([zt])=>this._orderData(zt))),Mt=(0,ei.a)([qe,je]).pipe((0,Yt.U)(([zt])=>this._pageData(zt)));null===(Tt=this._renderChangesSubscription)||void 0===Tt||Tt.unsubscribe(),this._renderChangesSubscription=Mt.subscribe(zt=>this._renderData.next(zt))}_filterData(Tt){return this.filteredData=null==this.filter||""===this.filter?Tt:Tt.filter(pe=>this.filterPredicate(pe,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(Tt){return this.sort?this.sortData(Tt.slice(),this.sort):Tt}_pageData(Tt){if(!this.paginator)return Tt;const pe=this.paginator.pageIndex*this.paginator.pageSize;return Tt.slice(pe,pe+this.paginator.pageSize)}_updatePaginator(Tt){Promise.resolve().then(()=>{const pe=this.paginator;if(pe&&(pe.length=Tt,pe.pageIndex>0)){const je=Math.ceil(pe.length/pe.pageSize)-1||0,_t=Math.min(pe.pageIndex,je);_t!==pe.pageIndex&&(pe.pageIndex=_t,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){var Tt;null===(Tt=this._renderChangesSubscription)||void 0===Tt||Tt.unsubscribe(),this._renderChangesSubscription=null}}class Ui extends zi{}},3251:(Ve,j,p)=>{"use strict";p.d(j,{BU:()=>ce,Nh:()=>it,Nj:()=>mt,SP:()=>Yt,uD:()=>Ae,uX:()=>xe});var t=p(5664),e=p(7144),f=p(7429),M=p(9808),a=p(5e3),b=p(508),d=p(6360),N=p(5698),h=p(8675),A=p(1884),w=p(2722),D=p(3900),L=p(5684),k=p(7579),S=p(727),U=p(4968),Z=p(9646),Y=p(6451),ne=p(515),$=p(8306),de=p(2805),te=p(1777),ie=p(226),oe=p(3191),X=p(1159),me=p(925),y=p(5303);function i(Re,tt){1&Re&&a.Hsn(0)}const r=["*"];function u(Re,tt){}const c=function(Re){return{animationDuration:Re}},_=function(Re,tt){return{value:Re,params:tt}},E=["tabListContainer"],I=["tabList"],v=["tabListInner"],n=["nextPaginator"],C=["previousPaginator"],B=["tabBodyWrapper"],P=["tabHeader"];function H(Re,tt){}function q(Re,tt){if(1&Re&&a.YNc(0,H,0,0,"ng-template",10),2&Re){const Xe=a.oxw().$implicit;a.Q6J("cdkPortalOutlet",Xe.templateLabel)}}function he(Re,tt){if(1&Re&&a._uU(0),2&Re){const Xe=a.oxw().$implicit;a.Oqu(Xe.textLabel)}}function _e(Re,tt){if(1&Re){const Xe=a.EpF();a.TgZ(0,"div",6),a.NdJ("click",function(){const Ge=a.CHM(Xe),at=Ge.$implicit,st=Ge.index,bt=a.oxw(),gi=a.MAs(1);return bt._handleClick(at,gi,st)})("cdkFocusChange",function(Ge){const st=a.CHM(Xe).index;return a.oxw()._tabFocusChanged(Ge,st)}),a.TgZ(1,"div",7),a.YNc(2,q,1,1,"ng-template",8),a.YNc(3,he,1,1,"ng-template",null,9,a.W1O),a.qZA()()}if(2&Re){const Xe=tt.$implicit,Se=tt.index,Ge=a.MAs(4),at=a.oxw();a.ekj("mat-tab-label-active",at.selectedIndex===Se),a.Q6J("id",at._getTabLabelId(Se))("ngClass",Xe.labelClass)("disabled",Xe.disabled)("matRippleDisabled",Xe.disabled||at.disableRipple),a.uIk("tabIndex",at._getTabIndex(Xe,Se))("aria-posinset",Se+1)("aria-setsize",at._tabs.length)("aria-controls",at._getTabContentId(Se))("aria-selected",at.selectedIndex===Se)("aria-label",Xe.ariaLabel||null)("aria-labelledby",!Xe.ariaLabel&&Xe.ariaLabelledby?Xe.ariaLabelledby:null),a.xp6(2),a.Q6J("ngIf",Xe.templateLabel)("ngIfElse",Ge)}}function Ne(Re,tt){if(1&Re){const Xe=a.EpF();a.TgZ(0,"mat-tab-body",11),a.NdJ("_onCentered",function(){return a.CHM(Xe),a.oxw()._removeTabBodyWrapperHeight()})("_onCentering",function(Ge){return a.CHM(Xe),a.oxw()._setTabBodyWrapperHeight(Ge)}),a.qZA()}if(2&Re){const Xe=tt.$implicit,Se=tt.index,Ge=a.oxw();a.ekj("mat-tab-body-active",Ge.selectedIndex===Se),a.Q6J("id",Ge._getTabContentId(Se))("ngClass",Xe.bodyClass)("content",Xe.content)("position",Xe.position)("origin",Xe.origin)("animationDuration",Ge.animationDuration),a.uIk("tabindex",null!=Ge.contentTabIndex&&Ge.selectedIndex===Se?Ge.contentTabIndex:null)("aria-labelledby",Ge._getTabLabelId(Se))}}const we=["mat-tab-nav-bar",""],Q=new a.OlP("MatInkBarPositioner",{providedIn:"root",factory:function Ue(){return tt=>({left:tt?(tt.offsetLeft||0)+"px":"0",width:tt?(tt.offsetWidth||0)+"px":"0"})}});let ye=(()=>{class Re{constructor(Xe,Se,Ge,at){this._elementRef=Xe,this._ngZone=Se,this._inkBarPositioner=Ge,this._animationMode=at}alignToElement(Xe){this.show(),this._ngZone.onStable.pipe((0,N.q)(1)).subscribe(()=>{const Se=this._inkBarPositioner(Xe),Ge=this._elementRef.nativeElement;Ge.style.left=Se.left,Ge.style.width=Se.width})}show(){this._elementRef.nativeElement.style.visibility="visible"}hide(){this._elementRef.nativeElement.style.visibility="hidden"}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(a.R0b),a.Y36(Q),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,selectors:[["mat-ink-bar"]],hostAttrs:[1,"mat-ink-bar"],hostVars:2,hostBindings:function(Xe,Se){2&Xe&&a.ekj("_mat-animation-noopable","NoopAnimations"===Se._animationMode)}}),Re})();const V=new a.OlP("MatTabContent"),dt=new a.OlP("MatTabLabel"),Ie=new a.OlP("MAT_TAB");let Ae=(()=>{class Re extends f.ig{constructor(Xe,Se,Ge){super(Xe,Se),this._closestTab=Ge}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.Rgc),a.Y36(a.s_b),a.Y36(Ie,8))},Re.\u0275dir=a.lG2({type:Re,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],features:[a._Bn([{provide:dt,useExisting:Re}]),a.qOj]}),Re})();const le=(0,b.Id)(class{}),Te=new a.OlP("MAT_TAB_GROUP");let xe=(()=>{class Re extends le{constructor(Xe,Se){super(),this._viewContainerRef=Xe,this._closestTabGroup=Se,this.textLabel="",this._contentPortal=null,this._stateChanges=new k.x,this.position=null,this.origin=null,this.isActive=!1}get templateLabel(){return this._templateLabel}set templateLabel(Xe){this._setTemplateLabelInput(Xe)}get content(){return this._contentPortal}ngOnChanges(Xe){(Xe.hasOwnProperty("textLabel")||Xe.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new f.UE(this._explicitContent||this._implicitContent,this._viewContainerRef)}_setTemplateLabelInput(Xe){Xe&&Xe._closestTab===this&&(this._templateLabel=Xe)}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.s_b),a.Y36(Te,8))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["mat-tab"]],contentQueries:function(Xe,Se,Ge){if(1&Xe&&(a.Suo(Ge,dt,5),a.Suo(Ge,V,7,a.Rgc)),2&Xe){let at;a.iGM(at=a.CRH())&&(Se.templateLabel=at.first),a.iGM(at=a.CRH())&&(Se._explicitContent=at.first)}},viewQuery:function(Xe,Se){if(1&Xe&&a.Gf(a.Rgc,7),2&Xe){let Ge;a.iGM(Ge=a.CRH())&&(Se._implicitContent=Ge.first)}},inputs:{disabled:"disabled",textLabel:["label","textLabel"],ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],labelClass:"labelClass",bodyClass:"bodyClass"},exportAs:["matTab"],features:[a._Bn([{provide:Ie,useExisting:Re}]),a.qOj,a.TTD],ngContentSelectors:r,decls:1,vars:0,template:function(Xe,Se){1&Xe&&(a.F$t(),a.YNc(0,i,1,0,"ng-template"))},encapsulation:2}),Re})();const W={translateTab:(0,te.X$)("translateTab",[(0,te.SB)("center, void, left-origin-center, right-origin-center",(0,te.oB)({transform:"none"})),(0,te.SB)("left",(0,te.oB)({transform:"translate3d(-100%, 0, 0)",minHeight:"1px"})),(0,te.SB)("right",(0,te.oB)({transform:"translate3d(100%, 0, 0)",minHeight:"1px"})),(0,te.eR)("* => left, * => right, left => center, right => center",(0,te.jt)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")),(0,te.eR)("void => left-origin-center",[(0,te.oB)({transform:"translate3d(-100%, 0, 0)"}),(0,te.jt)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")]),(0,te.eR)("void => right-origin-center",[(0,te.oB)({transform:"translate3d(100%, 0, 0)"}),(0,te.jt)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")])])};let ee=(()=>{class Re extends f.Pl{constructor(Xe,Se,Ge,at){super(Xe,Se,at),this._host=Ge,this._centeringSub=S.w0.EMPTY,this._leavingSub=S.w0.EMPTY}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe((0,h.O)(this._host._isCenterPosition(this._host._position))).subscribe(Xe=>{Xe&&!this.hasAttached()&&this.attach(this._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this.detach()})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a._Vd),a.Y36(a.s_b),a.Y36((0,a.Gpc)(()=>Ce)),a.Y36(M.K0))},Re.\u0275dir=a.lG2({type:Re,selectors:[["","matTabBodyHost",""]],features:[a.qOj]}),Re})(),ue=(()=>{class Re{constructor(Xe,Se,Ge){this._elementRef=Xe,this._dir=Se,this._dirChangeSubscription=S.w0.EMPTY,this._translateTabComplete=new k.x,this._onCentering=new a.vpe,this._beforeCentering=new a.vpe,this._afterLeavingCenter=new a.vpe,this._onCentered=new a.vpe(!0),this.animationDuration="500ms",Se&&(this._dirChangeSubscription=Se.change.subscribe(at=>{this._computePositionAnimationState(at),Ge.markForCheck()})),this._translateTabComplete.pipe((0,A.x)((at,st)=>at.fromState===st.fromState&&at.toState===st.toState)).subscribe(at=>{this._isCenterPosition(at.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition(at.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()})}set position(Xe){this._positionIndex=Xe,this._computePositionAnimationState()}ngOnInit(){"center"==this._position&&null!=this.origin&&(this._position=this._computePositionFromOrigin(this.origin))}ngOnDestroy(){this._dirChangeSubscription.unsubscribe(),this._translateTabComplete.complete()}_onTranslateTabStarted(Xe){const Se=this._isCenterPosition(Xe.toState);this._beforeCentering.emit(Se),Se&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_isCenterPosition(Xe){return"center"==Xe||"left-origin-center"==Xe||"right-origin-center"==Xe}_computePositionAnimationState(Xe=this._getLayoutDirection()){this._position=this._positionIndex<0?"ltr"==Xe?"left":"right":this._positionIndex>0?"ltr"==Xe?"right":"left":"center"}_computePositionFromOrigin(Xe){const Se=this._getLayoutDirection();return"ltr"==Se&&Xe<=0||"rtl"==Se&&Xe>0?"left-origin-center":"right-origin-center"}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(ie.Is,8),a.Y36(a.sBO))},Re.\u0275dir=a.lG2({type:Re,inputs:{_content:["content","_content"],origin:"origin",animationDuration:"animationDuration",position:"position"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_afterLeavingCenter:"_afterLeavingCenter",_onCentered:"_onCentered"}}),Re})(),Ce=(()=>{class Re extends ue{constructor(Xe,Se,Ge){super(Xe,Se,Ge)}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(ie.Is,8),a.Y36(a.sBO))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["mat-tab-body"]],viewQuery:function(Xe,Se){if(1&Xe&&a.Gf(f.Pl,5),2&Xe){let Ge;a.iGM(Ge=a.CRH())&&(Se._portalHost=Ge.first)}},hostAttrs:[1,"mat-tab-body"],features:[a.qOj],decls:3,vars:6,consts:[["cdkScrollable","",1,"mat-tab-body-content"],["content",""],["matTabBodyHost",""]],template:function(Xe,Se){1&Xe&&(a.TgZ(0,"div",0,1),a.NdJ("@translateTab.start",function(at){return Se._onTranslateTabStarted(at)})("@translateTab.done",function(at){return Se._translateTabComplete.next(at)}),a.YNc(2,u,0,0,"ng-template",2),a.qZA()),2&Xe&&a.Q6J("@translateTab",a.WLB(3,_,Se._position,a.VKq(1,c,Se.animationDuration)))},directives:[ee],styles:['.mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}.mat-tab-body-content[style*="visibility: hidden"]{display:none}\n'],encapsulation:2,data:{animation:[W.translateTab]}}),Re})();const Le=new a.OlP("MAT_TABS_CONFIG"),ut=(0,b.Id)(class{});let ht=(()=>{class Re extends ut{constructor(Xe){super(),this.elementRef=Xe}focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq))},Re.\u0275dir=a.lG2({type:Re,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(Xe,Se){2&Xe&&(a.uIk("aria-disabled",!!Se.disabled),a.ekj("mat-tab-disabled",Se.disabled))},inputs:{disabled:"disabled"},features:[a.qOj]}),Re})();const It=(0,me.i$)({passive:!0});let hi=(()=>{class Re{constructor(Xe,Se,Ge,at,st,bt,gi){this._elementRef=Xe,this._changeDetectorRef=Se,this._viewportRuler=Ge,this._dir=at,this._ngZone=st,this._platform=bt,this._animationMode=gi,this._scrollDistance=0,this._selectedIndexChanged=!1,this._destroyed=new k.x,this._showPaginationControls=!1,this._disableScrollAfter=!0,this._disableScrollBefore=!0,this._stopScrolling=new k.x,this.disablePagination=!1,this._selectedIndex=0,this.selectFocusedIndex=new a.vpe,this.indexFocused=new a.vpe,st.runOutsideAngular(()=>{(0,U.R)(Xe.nativeElement,"mouseleave").pipe((0,w.R)(this._destroyed)).subscribe(()=>{this._stopInterval()})})}get selectedIndex(){return this._selectedIndex}set selectedIndex(Xe){Xe=(0,oe.su)(Xe),this._selectedIndex!=Xe&&(this._selectedIndexChanged=!0,this._selectedIndex=Xe,this._keyManager&&this._keyManager.updateActiveItem(Xe))}ngAfterViewInit(){(0,U.R)(this._previousPaginator.nativeElement,"touchstart",It).pipe((0,w.R)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("before")}),(0,U.R)(this._nextPaginator.nativeElement,"touchstart",It).pipe((0,w.R)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("after")})}ngAfterContentInit(){const Xe=this._dir?this._dir.change:(0,Z.of)("ltr"),Se=this._viewportRuler.change(150),Ge=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new t.Em(this._items).withHorizontalOrientation(this._getLayoutDirection()).withHomeAndEnd().withWrap(),this._keyManager.updateActiveItem(this._selectedIndex),this._ngZone.onStable.pipe((0,N.q)(1)).subscribe(Ge),(0,Y.T)(Xe,Se,this._items.changes,this._itemsResized()).pipe((0,w.R)(this._destroyed)).subscribe(()=>{this._ngZone.run(()=>{Promise.resolve().then(()=>{this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),this._scrollDistance)),Ge()})}),this._keyManager.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.pipe((0,w.R)(this._destroyed)).subscribe(at=>{this.indexFocused.emit(at),this._setTabFocus(at)})}_itemsResized(){return"function"!=typeof ResizeObserver?ne.E:this._items.changes.pipe((0,h.O)(this._items),(0,D.w)(Xe=>new $.y(Se=>this._ngZone.runOutsideAngular(()=>{const Ge=new ResizeObserver(()=>{Se.next()});return Xe.forEach(at=>{Ge.observe(at.elementRef.nativeElement)}),()=>{Ge.disconnect()}}))),(0,L.T)(1))}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(Xe){if(!(0,X.Vb)(Xe))switch(Xe.keyCode){case X.K5:case X.L_:this.focusIndex!==this.selectedIndex&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(Xe));break;default:this._keyManager.onKeydown(Xe)}}_onContentChanges(){const Xe=this._elementRef.nativeElement.textContent;Xe!==this._currentTextContent&&(this._currentTextContent=Xe||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(Xe){!this._isValidIndex(Xe)||this.focusIndex===Xe||!this._keyManager||this._keyManager.setActiveItem(Xe)}_isValidIndex(Xe){if(!this._items)return!0;const Se=this._items?this._items.toArray()[Xe]:null;return!!Se&&!Se.disabled}_setTabFocus(Xe){if(this._showPaginationControls&&this._scrollToLabel(Xe),this._items&&this._items.length){this._items.toArray()[Xe].focus();const Se=this._tabListContainer.nativeElement;Se.scrollLeft="ltr"==this._getLayoutDirection()?0:Se.scrollWidth-Se.offsetWidth}}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;const Xe=this.scrollDistance,Se="ltr"===this._getLayoutDirection()?-Xe:Xe;this._tabList.nativeElement.style.transform=`translateX(${Math.round(Se)}px)`,(this._platform.TRIDENT||this._platform.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(Xe){this._scrollTo(Xe)}_scrollHeader(Xe){return this._scrollTo(this._scrollDistance+("before"==Xe?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3)}_handlePaginatorClick(Xe){this._stopInterval(),this._scrollHeader(Xe)}_scrollToLabel(Xe){if(this.disablePagination)return;const Se=this._items?this._items.toArray()[Xe]:null;if(!Se)return;const Ge=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:at,offsetWidth:st}=Se.elementRef.nativeElement;let bt,gi;"ltr"==this._getLayoutDirection()?(bt=at,gi=bt+st):(gi=this._tabListInner.nativeElement.offsetWidth-at,bt=gi-st);const qt=this.scrollDistance,Xt=this.scrollDistance+Ge;btXt&&(this.scrollDistance+=gi-Xt+60)}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{const Xe=this._tabListInner.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;Xe||(this.scrollDistance=0),Xe!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=Xe}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){return this._tabListInner.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0}_alignInkBarToSelectedTab(){const Xe=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,Se=Xe?Xe.elementRef.nativeElement:null;Se?this._inkBar.alignToElement(Se):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(Xe,Se){Se&&null!=Se.button&&0!==Se.button||(this._stopInterval(),(0,de.H)(650,100).pipe((0,w.R)((0,Y.T)(this._stopScrolling,this._destroyed))).subscribe(()=>{const{maxScrollDistance:Ge,distance:at}=this._scrollHeader(Xe);(0===at||at>=Ge)&&this._stopInterval()}))}_scrollTo(Xe){if(this.disablePagination)return{maxScrollDistance:0,distance:0};const Se=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(Se,Xe)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:Se,distance:this._scrollDistance}}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(y.rL),a.Y36(ie.Is,8),a.Y36(a.R0b),a.Y36(me.t4),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,inputs:{disablePagination:"disablePagination"}}),Re})(),xt=(()=>{class Re extends hi{constructor(Xe,Se,Ge,at,st,bt,gi){super(Xe,Se,Ge,at,st,bt,gi),this._disableRipple=!1}get disableRipple(){return this._disableRipple}set disableRipple(Xe){this._disableRipple=(0,oe.Ig)(Xe)}_itemSelected(Xe){Xe.preventDefault()}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(y.rL),a.Y36(ie.Is,8),a.Y36(a.R0b),a.Y36(me.t4),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,inputs:{disableRipple:"disableRipple"},features:[a.qOj]}),Re})(),Nt=(()=>{class Re extends xt{constructor(Xe,Se,Ge,at,st,bt,gi){super(Xe,Se,Ge,at,st,bt,gi)}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(y.rL),a.Y36(ie.Is,8),a.Y36(a.R0b),a.Y36(me.t4),a.Y36(d.Qb,8))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["mat-tab-header"]],contentQueries:function(Xe,Se,Ge){if(1&Xe&&a.Suo(Ge,ht,4),2&Xe){let at;a.iGM(at=a.CRH())&&(Se._items=at)}},viewQuery:function(Xe,Se){if(1&Xe&&(a.Gf(ye,7),a.Gf(E,7),a.Gf(I,7),a.Gf(v,7),a.Gf(n,5),a.Gf(C,5)),2&Xe){let Ge;a.iGM(Ge=a.CRH())&&(Se._inkBar=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabListContainer=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabList=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabListInner=Ge.first),a.iGM(Ge=a.CRH())&&(Se._nextPaginator=Ge.first),a.iGM(Ge=a.CRH())&&(Se._previousPaginator=Ge.first)}},hostAttrs:[1,"mat-tab-header"],hostVars:4,hostBindings:function(Xe,Se){2&Xe&&a.ekj("mat-tab-header-pagination-controls-enabled",Se._showPaginationControls)("mat-tab-header-rtl","rtl"==Se._getLayoutDirection())},inputs:{selectedIndex:"selectedIndex"},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"},features:[a.qOj],ngContentSelectors:r,decls:14,vars:10,consts:[["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-tab-header-pagination","mat-tab-header-pagination-before","mat-elevation-z4",3,"matRippleDisabled","disabled","click","mousedown","touchend"],["previousPaginator",""],[1,"mat-tab-header-pagination-chevron"],[1,"mat-tab-label-container",3,"keydown"],["tabListContainer",""],["role","tablist",1,"mat-tab-list",3,"cdkObserveContent"],["tabList",""],[1,"mat-tab-labels"],["tabListInner",""],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-tab-header-pagination","mat-tab-header-pagination-after","mat-elevation-z4",3,"matRippleDisabled","disabled","mousedown","click","touchend"],["nextPaginator",""]],template:function(Xe,Se){1&Xe&&(a.F$t(),a.TgZ(0,"button",0,1),a.NdJ("click",function(){return Se._handlePaginatorClick("before")})("mousedown",function(at){return Se._handlePaginatorPress("before",at)})("touchend",function(){return Se._stopInterval()}),a._UZ(2,"div",2),a.qZA(),a.TgZ(3,"div",3,4),a.NdJ("keydown",function(at){return Se._handleKeydown(at)}),a.TgZ(5,"div",5,6),a.NdJ("cdkObserveContent",function(){return Se._onContentChanges()}),a.TgZ(7,"div",7,8),a.Hsn(9),a.qZA(),a._UZ(10,"mat-ink-bar"),a.qZA()(),a.TgZ(11,"button",9,10),a.NdJ("mousedown",function(at){return Se._handlePaginatorPress("after",at)})("click",function(){return Se._handlePaginatorClick("after")})("touchend",function(){return Se._stopInterval()}),a._UZ(13,"div",2),a.qZA()),2&Xe&&(a.ekj("mat-tab-header-pagination-disabled",Se._disableScrollBefore),a.Q6J("matRippleDisabled",Se._disableScrollBefore||Se.disableRipple)("disabled",Se._disableScrollBefore||null),a.xp6(5),a.ekj("_mat-animation-noopable","NoopAnimations"===Se._animationMode),a.xp6(6),a.ekj("mat-tab-header-pagination-disabled",Se._disableScrollAfter),a.Q6J("matRippleDisabled",Se._disableScrollAfter||Se.disableRipple)("disabled",Se._disableScrollAfter||null))},directives:[b.wG,e.wD,ye],styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-tab-header-pagination::-moz-focus-inner{border:0}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-labels{display:flex}[mat-align-tabs=center]>.mat-tab-header .mat-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-tab-header .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}._mat-animation-noopable.mat-tab-list{transition:none;animation:none}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{min-width:72px}}\n"],encapsulation:2}),Re})(),Ct=0;class et{}const yt=(0,b.pj)((0,b.Kr)(class{constructor(Re){this._elementRef=Re}}),"primary");let ei=(()=>{class Re extends yt{constructor(Xe,Se,Ge,at){var st;super(Xe),this._changeDetectorRef=Se,this._animationMode=at,this._tabs=new a.n_E,this._indexToSelect=0,this._lastFocusedTabIndex=null,this._tabBodyWrapperHeight=0,this._tabsSubscription=S.w0.EMPTY,this._tabLabelSubscription=S.w0.EMPTY,this._selectedIndex=null,this.headerPosition="above",this.selectedIndexChange=new a.vpe,this.focusChange=new a.vpe,this.animationDone=new a.vpe,this.selectedTabChange=new a.vpe(!0),this._groupId=Ct++,this.animationDuration=Ge&&Ge.animationDuration?Ge.animationDuration:"500ms",this.disablePagination=!(!Ge||null==Ge.disablePagination)&&Ge.disablePagination,this.dynamicHeight=!(!Ge||null==Ge.dynamicHeight)&&Ge.dynamicHeight,this.contentTabIndex=null!==(st=null==Ge?void 0:Ge.contentTabIndex)&&void 0!==st?st:null}get dynamicHeight(){return this._dynamicHeight}set dynamicHeight(Xe){this._dynamicHeight=(0,oe.Ig)(Xe)}get selectedIndex(){return this._selectedIndex}set selectedIndex(Xe){this._indexToSelect=(0,oe.su)(Xe,null)}get animationDuration(){return this._animationDuration}set animationDuration(Xe){this._animationDuration=/^\d+$/.test(Xe+"")?Xe+"ms":Xe}get contentTabIndex(){return this._contentTabIndex}set contentTabIndex(Xe){this._contentTabIndex=(0,oe.su)(Xe,null)}get backgroundColor(){return this._backgroundColor}set backgroundColor(Xe){const Se=this._elementRef.nativeElement;Se.classList.remove(`mat-background-${this.backgroundColor}`),Xe&&Se.classList.add(`mat-background-${Xe}`),this._backgroundColor=Xe}ngAfterContentChecked(){const Xe=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=Xe){const Se=null==this._selectedIndex;if(!Se){this.selectedTabChange.emit(this._createChangeEvent(Xe));const Ge=this._tabBodyWrapper.nativeElement;Ge.style.minHeight=Ge.clientHeight+"px"}Promise.resolve().then(()=>{this._tabs.forEach((Ge,at)=>Ge.isActive=at===Xe),Se||(this.selectedIndexChange.emit(Xe),this._tabBodyWrapper.nativeElement.style.minHeight="")})}this._tabs.forEach((Se,Ge)=>{Se.position=Ge-Xe,null!=this._selectedIndex&&0==Se.position&&!Se.origin&&(Se.origin=Xe-this._selectedIndex)}),this._selectedIndex!==Xe&&(this._selectedIndex=Xe,this._lastFocusedTabIndex=null,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{const Xe=this._clampTabIndex(this._indexToSelect);if(Xe===this._selectedIndex){const Se=this._tabs.toArray();let Ge;for(let at=0;at{Se[Xe].isActive=!0,this.selectedTabChange.emit(this._createChangeEvent(Xe))})}this._changeDetectorRef.markForCheck()})}_subscribeToAllTabChanges(){this._allTabs.changes.pipe((0,h.O)(this._allTabs)).subscribe(Xe=>{this._tabs.reset(Xe.filter(Se=>Se._closestTabGroup===this||!Se._closestTabGroup)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}updatePagination(){this._tabHeader&&this._tabHeader.updatePagination()}focusTab(Xe){const Se=this._tabHeader;Se&&(Se.focusIndex=Xe)}_focusChanged(Xe){this._lastFocusedTabIndex=Xe,this.focusChange.emit(this._createChangeEvent(Xe))}_createChangeEvent(Xe){const Se=new et;return Se.index=Xe,this._tabs&&this._tabs.length&&(Se.tab=this._tabs.toArray()[Xe]),Se}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=(0,Y.T)(...this._tabs.map(Xe=>Xe._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(Xe){return Math.min(this._tabs.length-1,Math.max(Xe||0,0))}_getTabLabelId(Xe){return`mat-tab-label-${this._groupId}-${Xe}`}_getTabContentId(Xe){return`mat-tab-content-${this._groupId}-${Xe}`}_setTabBodyWrapperHeight(Xe){if(!this._dynamicHeight||!this._tabBodyWrapperHeight)return;const Se=this._tabBodyWrapper.nativeElement;Se.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(Se.style.height=Xe+"px")}_removeTabBodyWrapperHeight(){const Xe=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=Xe.clientHeight,Xe.style.height="",this.animationDone.emit()}_handleClick(Xe,Se,Ge){Xe.disabled||(this.selectedIndex=Se.focusIndex=Ge)}_getTabIndex(Xe,Se){var Ge;return Xe.disabled?null:Se===(null!==(Ge=this._lastFocusedTabIndex)&&void 0!==Ge?Ge:this.selectedIndex)?0:-1}_tabFocusChanged(Xe,Se){Xe&&"mouse"!==Xe&&"touch"!==Xe&&(this._tabHeader.focusIndex=Se)}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(Le,8),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,inputs:{dynamicHeight:"dynamicHeight",selectedIndex:"selectedIndex",headerPosition:"headerPosition",animationDuration:"animationDuration",contentTabIndex:"contentTabIndex",disablePagination:"disablePagination",backgroundColor:"backgroundColor"},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},features:[a.qOj]}),Re})(),Yt=(()=>{class Re extends ei{constructor(Xe,Se,Ge,at){super(Xe,Se,Ge,at)}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(Le,8),a.Y36(d.Qb,8))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["mat-tab-group"]],contentQueries:function(Xe,Se,Ge){if(1&Xe&&a.Suo(Ge,xe,5),2&Xe){let at;a.iGM(at=a.CRH())&&(Se._allTabs=at)}},viewQuery:function(Xe,Se){if(1&Xe&&(a.Gf(B,5),a.Gf(P,5)),2&Xe){let Ge;a.iGM(Ge=a.CRH())&&(Se._tabBodyWrapper=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabHeader=Ge.first)}},hostAttrs:[1,"mat-tab-group"],hostVars:4,hostBindings:function(Xe,Se){2&Xe&&a.ekj("mat-tab-group-dynamic-height",Se.dynamicHeight)("mat-tab-group-inverted-header","below"===Se.headerPosition)},inputs:{color:"color",disableRipple:"disableRipple"},exportAs:["matTabGroup"],features:[a._Bn([{provide:Te,useExisting:Re}]),a.qOj],decls:6,vars:7,consts:[[3,"selectedIndex","disableRipple","disablePagination","indexFocused","selectFocusedIndex"],["tabHeader",""],["class","mat-tab-label mat-focus-indicator","role","tab","matTabLabelWrapper","","mat-ripple","","cdkMonitorElementFocus","",3,"id","mat-tab-label-active","ngClass","disabled","matRippleDisabled","click","cdkFocusChange",4,"ngFor","ngForOf"],[1,"mat-tab-body-wrapper"],["tabBodyWrapper",""],["role","tabpanel",3,"id","mat-tab-body-active","ngClass","content","position","origin","animationDuration","_onCentered","_onCentering",4,"ngFor","ngForOf"],["role","tab","matTabLabelWrapper","","mat-ripple","","cdkMonitorElementFocus","",1,"mat-tab-label","mat-focus-indicator",3,"id","ngClass","disabled","matRippleDisabled","click","cdkFocusChange"],[1,"mat-tab-label-content"],[3,"ngIf","ngIfElse"],["tabTextLabel",""],[3,"cdkPortalOutlet"],["role","tabpanel",3,"id","ngClass","content","position","origin","animationDuration","_onCentered","_onCentering"]],template:function(Xe,Se){1&Xe&&(a.TgZ(0,"mat-tab-header",0,1),a.NdJ("indexFocused",function(at){return Se._focusChanged(at)})("selectFocusedIndex",function(at){return Se.selectedIndex=at}),a.YNc(2,_e,5,15,"div",2),a.qZA(),a.TgZ(3,"div",3,4),a.YNc(5,Ne,1,10,"mat-tab-body",5),a.qZA()),2&Xe&&(a.Q6J("selectedIndex",Se.selectedIndex||0)("disableRipple",Se.disableRipple)("disablePagination",Se.disablePagination),a.xp6(2),a.Q6J("ngForOf",Se._tabs),a.xp6(1),a.ekj("_mat-animation-noopable","NoopAnimations"===Se._animationMode),a.xp6(2),a.Q6J("ngForOf",Se._tabs))},directives:[Nt,Ce,M.sg,ht,b.wG,t.kH,M.mk,M.O5,f.Pl],styles:[".mat-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{padding:0 12px}}@media(max-width: 959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs]>.mat-tab-header .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-tab-body-wrapper{transition:none;animation:none}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}\n"],encapsulation:2}),Re})(),Pe=0,Oe=(()=>{class Re extends hi{constructor(Xe,Se,Ge,at,st,bt,gi){super(Xe,at,st,Se,Ge,bt,gi),this._disableRipple=!1,this.color="primary"}get backgroundColor(){return this._backgroundColor}set backgroundColor(Xe){const Se=this._elementRef.nativeElement.classList;Se.remove(`mat-background-${this.backgroundColor}`),Xe&&Se.add(`mat-background-${Xe}`),this._backgroundColor=Xe}get disableRipple(){return this._disableRipple}set disableRipple(Xe){this._disableRipple=(0,oe.Ig)(Xe)}_itemSelected(){}ngAfterContentInit(){this._items.changes.pipe((0,h.O)(null),(0,w.R)(this._destroyed)).subscribe(()=>{this.updateActiveLink()}),super.ngAfterContentInit()}updateActiveLink(){if(!this._items)return;const Xe=this._items.toArray();for(let Se=0;Se{class Re extends Oe{constructor(Xe,Se,Ge,at,st,bt,gi){super(Xe,Se,Ge,at,st,bt,gi)}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(a.SBq),a.Y36(ie.Is,8),a.Y36(a.R0b),a.Y36(a.sBO),a.Y36(y.rL),a.Y36(me.t4),a.Y36(d.Qb,8))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["","mat-tab-nav-bar",""]],contentQueries:function(Xe,Se,Ge){if(1&Xe&&a.Suo(Ge,mt,5),2&Xe){let at;a.iGM(at=a.CRH())&&(Se._items=at)}},viewQuery:function(Xe,Se){if(1&Xe&&(a.Gf(ye,7),a.Gf(E,7),a.Gf(I,7),a.Gf(v,7),a.Gf(n,5),a.Gf(C,5)),2&Xe){let Ge;a.iGM(Ge=a.CRH())&&(Se._inkBar=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabListContainer=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabList=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabListInner=Ge.first),a.iGM(Ge=a.CRH())&&(Se._nextPaginator=Ge.first),a.iGM(Ge=a.CRH())&&(Se._previousPaginator=Ge.first)}},hostAttrs:[1,"mat-tab-nav-bar","mat-tab-header"],hostVars:11,hostBindings:function(Xe,Se){2&Xe&&(a.uIk("role",Se._getRole()),a.ekj("mat-tab-header-pagination-controls-enabled",Se._showPaginationControls)("mat-tab-header-rtl","rtl"==Se._getLayoutDirection())("mat-primary","warn"!==Se.color&&"accent"!==Se.color)("mat-accent","accent"===Se.color)("mat-warn","warn"===Se.color))},inputs:{color:"color"},exportAs:["matTabNavBar","matTabNav"],features:[a.qOj],attrs:we,ngContentSelectors:r,decls:14,vars:10,consts:[["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-tab-header-pagination","mat-tab-header-pagination-before","mat-elevation-z4",3,"matRippleDisabled","disabled","click","mousedown","touchend"],["previousPaginator",""],[1,"mat-tab-header-pagination-chevron"],[1,"mat-tab-link-container",3,"keydown"],["tabListContainer",""],[1,"mat-tab-list",3,"cdkObserveContent"],["tabList",""],[1,"mat-tab-links"],["tabListInner",""],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-tab-header-pagination","mat-tab-header-pagination-after","mat-elevation-z4",3,"matRippleDisabled","disabled","mousedown","click","touchend"],["nextPaginator",""]],template:function(Xe,Se){1&Xe&&(a.F$t(),a.TgZ(0,"button",0,1),a.NdJ("click",function(){return Se._handlePaginatorClick("before")})("mousedown",function(at){return Se._handlePaginatorPress("before",at)})("touchend",function(){return Se._stopInterval()}),a._UZ(2,"div",2),a.qZA(),a.TgZ(3,"div",3,4),a.NdJ("keydown",function(at){return Se._handleKeydown(at)}),a.TgZ(5,"div",5,6),a.NdJ("cdkObserveContent",function(){return Se._onContentChanges()}),a.TgZ(7,"div",7,8),a.Hsn(9),a.qZA(),a._UZ(10,"mat-ink-bar"),a.qZA()(),a.TgZ(11,"button",9,10),a.NdJ("mousedown",function(at){return Se._handlePaginatorPress("after",at)})("click",function(){return Se._handlePaginatorClick("after")})("touchend",function(){return Se._stopInterval()}),a._UZ(13,"div",2),a.qZA()),2&Xe&&(a.ekj("mat-tab-header-pagination-disabled",Se._disableScrollBefore),a.Q6J("matRippleDisabled",Se._disableScrollBefore||Se.disableRipple)("disabled",Se._disableScrollBefore||null),a.xp6(5),a.ekj("_mat-animation-noopable","NoopAnimations"===Se._animationMode),a.xp6(6),a.ekj("mat-tab-header-pagination-disabled",Se._disableScrollAfter),a.Q6J("matRippleDisabled",Se._disableScrollAfter||Se.disableRipple)("disabled",Se._disableScrollAfter||null))},directives:[b.wG,e.wD,ye],styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-tab-header-pagination::-moz-focus-inner{border:0}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-tab-links{display:flex}[mat-align-tabs=center]>.mat-tab-link-container .mat-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-tab-link-container .mat-tab-links{justify-content:flex-end}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-link{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;vertical-align:top;text-decoration:none;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.mat-tab-link:focus{outline:none}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-link:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-link.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-link.mat-tab-disabled{opacity:.5}.mat-tab-link .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-link{opacity:1}[mat-stretch-tabs] .mat-tab-link{flex-basis:0;flex-grow:1}.mat-tab-link.mat-tab-disabled{pointer-events:none}@media(max-width: 599px){.mat-tab-link{min-width:72px}}\n"],encapsulation:2}),Re})();const be=(0,b.sb)((0,b.Kr)((0,b.Id)(class{})));let pt=(()=>{class Re extends be{constructor(Xe,Se,Ge,at,st,bt){super(),this._tabNavBar=Xe,this.elementRef=Se,this._focusMonitor=st,this._isActive=!1,this.id="mat-tab-link-"+Pe++,this.rippleConfig=Ge||{},this.tabIndex=parseInt(at)||0,"NoopAnimations"===bt&&(this.rippleConfig.animation={enterDuration:0,exitDuration:0})}get active(){return this._isActive}set active(Xe){const Se=(0,oe.Ig)(Xe);Se!==this._isActive&&(this._isActive=Se,this._tabNavBar.updateActiveLink())}get rippleDisabled(){return this.disabled||this.disableRipple||this._tabNavBar.disableRipple||!!this.rippleConfig.disabled}focus(){this.elementRef.nativeElement.focus()}ngAfterViewInit(){this._focusMonitor.monitor(this.elementRef)}ngOnDestroy(){this._focusMonitor.stopMonitoring(this.elementRef)}_handleFocus(){this._tabNavBar.focusIndex=this._tabNavBar._items.toArray().indexOf(this)}_handleKeydown(Xe){this._tabNavBar.tabPanel&&Xe.keyCode===X.L_&&this.elementRef.nativeElement.click()}_getAriaControls(){var Xe;return this._tabNavBar.tabPanel?null===(Xe=this._tabNavBar.tabPanel)||void 0===Xe?void 0:Xe.id:this.elementRef.nativeElement.getAttribute("aria-controls")}_getAriaSelected(){return this._tabNavBar.tabPanel?this.active?"true":"false":this.elementRef.nativeElement.getAttribute("aria-selected")}_getAriaCurrent(){return this.active&&!this._tabNavBar.tabPanel?"page":null}_getRole(){return this._tabNavBar.tabPanel?"tab":this.elementRef.nativeElement.getAttribute("role")}_getTabIndex(){return this._tabNavBar.tabPanel?this._isActive?0:-1:this.tabIndex}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(Oe),a.Y36(a.SBq),a.Y36(b.Y2,8),a.$8M("tabindex"),a.Y36(t.tE),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,inputs:{active:"active",id:"id"},features:[a.qOj]}),Re})(),mt=(()=>{class Re extends pt{constructor(Xe,Se,Ge,at,st,bt,gi,qt){super(Xe,Se,st,bt,gi,qt),this._tabLinkRipple=new b.IR(this,Ge,Se,at),this._tabLinkRipple.setupTriggerEvents(Se.nativeElement)}ngOnDestroy(){super.ngOnDestroy(),this._tabLinkRipple._removeTriggerEvents()}}return Re.\u0275fac=function(Xe){return new(Xe||Re)(a.Y36(ce),a.Y36(a.SBq),a.Y36(a.R0b),a.Y36(me.t4),a.Y36(b.Y2,8),a.$8M("tabindex"),a.Y36(t.tE),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,selectors:[["","mat-tab-link",""],["","matTabLink",""]],hostAttrs:[1,"mat-tab-link","mat-focus-indicator"],hostVars:11,hostBindings:function(Xe,Se){1&Xe&&a.NdJ("focus",function(){return Se._handleFocus()})("keydown",function(at){return Se._handleKeydown(at)}),2&Xe&&(a.uIk("aria-controls",Se._getAriaControls())("aria-current",Se._getAriaCurrent())("aria-disabled",Se.disabled)("aria-selected",Se._getAriaSelected())("id",Se.id)("tabIndex",Se._getTabIndex())("role",Se._getRole()),a.ekj("mat-tab-disabled",Se.disabled)("mat-tab-label-active",Se.active))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matTabLink"],features:[a.qOj]}),Re})(),it=(()=>{class Re{}return Re.\u0275fac=function(Xe){return new(Xe||Re)},Re.\u0275mod=a.oAB({type:Re}),Re.\u0275inj=a.cJS({imports:[[M.ez,b.BQ,f.eL,b.si,e.Q8,t.rt],b.BQ]}),Re})()},4594:(Ve,j,p)=>{"use strict";p.d(j,{Ye:()=>h,g0:()=>w});var t=p(5e3),e=p(508),f=p(9808),M=p(925);const a=["*",[["mat-toolbar-row"]]],b=["*","mat-toolbar-row"],d=(0,e.pj)(class{constructor(D){this._elementRef=D}});let N=(()=>{class D{}return D.\u0275fac=function(k){return new(k||D)},D.\u0275dir=t.lG2({type:D,selectors:[["mat-toolbar-row"]],hostAttrs:[1,"mat-toolbar-row"],exportAs:["matToolbarRow"]}),D})(),h=(()=>{class D extends d{constructor(k,S,U){super(k),this._platform=S,this._document=U}ngAfterViewInit(){this._platform.isBrowser&&(this._checkToolbarMixedModes(),this._toolbarRows.changes.subscribe(()=>this._checkToolbarMixedModes()))}_checkToolbarMixedModes(){}}return D.\u0275fac=function(k){return new(k||D)(t.Y36(t.SBq),t.Y36(M.t4),t.Y36(f.K0))},D.\u0275cmp=t.Xpm({type:D,selectors:[["mat-toolbar"]],contentQueries:function(k,S,U){if(1&k&&t.Suo(U,N,5),2&k){let Z;t.iGM(Z=t.CRH())&&(S._toolbarRows=Z)}},hostAttrs:[1,"mat-toolbar"],hostVars:4,hostBindings:function(k,S){2&k&&t.ekj("mat-toolbar-multiple-rows",S._toolbarRows.length>0)("mat-toolbar-single-row",0===S._toolbarRows.length)},inputs:{color:"color"},exportAs:["matToolbar"],features:[t.qOj],ngContentSelectors:b,decls:2,vars:0,template:function(k,S){1&k&&(t.F$t(a),t.Hsn(0),t.Hsn(1,1))},styles:[".cdk-high-contrast-active .mat-toolbar{outline:solid 1px}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}\n"],encapsulation:2,changeDetection:0}),D})(),w=(()=>{class D{}return D.\u0275fac=function(k){return new(k||D)},D.\u0275mod=t.oAB({type:D}),D.\u0275inj=t.cJS({imports:[[e.BQ],e.BQ]}),D})()},7238:(Ve,j,p)=>{"use strict";p.d(j,{AV:()=>I,gM:()=>c});var t=p(9776),e=p(5664),f=p(9808),M=p(5e3),a=p(508),b=p(5303),d=p(3191),N=p(1159),h=p(5113),A=p(925),w=p(7429),D=p(6360),L=p(7579),k=p(2722),S=p(5698),U=p(226);p(1777);const Y=["tooltip"],de="tooltip-panel",te=(0,A.i$)({passive:!0}),X=new M.OlP("mat-tooltip-scroll-strategy"),y={provide:X,deps:[t.aV],useFactory:function me(n){return()=>n.scrollStrategies.reposition({scrollThrottle:20})}},i=new M.OlP("mat-tooltip-default-options",{providedIn:"root",factory:function r(){return{showDelay:0,hideDelay:0,touchendHideDelay:1500}}});let u=(()=>{class n{constructor(B,P,H,q,he,_e,Ne,we,Q,Ue,ye,V){this._overlay=B,this._elementRef=P,this._scrollDispatcher=H,this._viewContainerRef=q,this._ngZone=he,this._platform=_e,this._ariaDescriber=Ne,this._focusMonitor=we,this._dir=Ue,this._defaultOptions=ye,this._position="below",this._disabled=!1,this._viewInitialized=!1,this._pointerExitEventsInitialized=!1,this._viewportMargin=8,this._cssClassPrefix="mat",this._showDelay=this._defaultOptions.showDelay,this._hideDelay=this._defaultOptions.hideDelay,this.touchGestures="auto",this._message="",this._passiveListeners=[],this._destroyed=new L.x,this._scrollStrategy=Q,this._document=V,ye&&(ye.position&&(this.position=ye.position),ye.touchGestures&&(this.touchGestures=ye.touchGestures)),Ue.change.pipe((0,k.R)(this._destroyed)).subscribe(()=>{this._overlayRef&&this._updatePosition(this._overlayRef)})}get position(){return this._position}set position(B){var P;B!==this._position&&(this._position=B,this._overlayRef&&(this._updatePosition(this._overlayRef),null===(P=this._tooltipInstance)||void 0===P||P.show(0),this._overlayRef.updatePosition()))}get disabled(){return this._disabled}set disabled(B){this._disabled=(0,d.Ig)(B),this._disabled?this.hide(0):this._setupPointerEnterEventsIfNeeded()}get showDelay(){return this._showDelay}set showDelay(B){this._showDelay=(0,d.su)(B)}get hideDelay(){return this._hideDelay}set hideDelay(B){this._hideDelay=(0,d.su)(B),this._tooltipInstance&&(this._tooltipInstance._mouseLeaveHideDelay=this._hideDelay)}get message(){return this._message}set message(B){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this._message,"tooltip"),this._message=null!=B?String(B).trim():"",!this._message&&this._isTooltipVisible()?this.hide(0):(this._setupPointerEnterEventsIfNeeded(),this._updateTooltipMessage(),this._ngZone.runOutsideAngular(()=>{Promise.resolve().then(()=>{this._ariaDescriber.describe(this._elementRef.nativeElement,this.message,"tooltip")})}))}get tooltipClass(){return this._tooltipClass}set tooltipClass(B){this._tooltipClass=B,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)}ngAfterViewInit(){this._viewInitialized=!0,this._setupPointerEnterEventsIfNeeded(),this._focusMonitor.monitor(this._elementRef).pipe((0,k.R)(this._destroyed)).subscribe(B=>{B?"keyboard"===B&&this._ngZone.run(()=>this.show()):this._ngZone.run(()=>this.hide(0))})}ngOnDestroy(){const B=this._elementRef.nativeElement;clearTimeout(this._touchstartTimeout),this._overlayRef&&(this._overlayRef.dispose(),this._tooltipInstance=null),this._passiveListeners.forEach(([P,H])=>{B.removeEventListener(P,H,te)}),this._passiveListeners.length=0,this._destroyed.next(),this._destroyed.complete(),this._ariaDescriber.removeDescription(B,this.message,"tooltip"),this._focusMonitor.stopMonitoring(B)}show(B=this.showDelay){if(this.disabled||!this.message||this._isTooltipVisible()&&!this._tooltipInstance._showTimeoutId&&!this._tooltipInstance._hideTimeoutId)return;const P=this._createOverlay();this._detach(),this._portal=this._portal||new w.C5(this._tooltipComponent,this._viewContainerRef);const H=this._tooltipInstance=P.attach(this._portal).instance;H._triggerElement=this._elementRef.nativeElement,H._mouseLeaveHideDelay=this._hideDelay,H.afterHidden().pipe((0,k.R)(this._destroyed)).subscribe(()=>this._detach()),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),H.show(B)}hide(B=this.hideDelay){this._tooltipInstance&&this._tooltipInstance.hide(B)}toggle(){this._isTooltipVisible()?this.hide():this.show()}_isTooltipVisible(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()}_createOverlay(){var B;if(this._overlayRef)return this._overlayRef;const P=this._scrollDispatcher.getAncestorScrollContainers(this._elementRef),H=this._overlay.position().flexibleConnectedTo(this._elementRef).withTransformOriginOn(`.${this._cssClassPrefix}-tooltip`).withFlexibleDimensions(!1).withViewportMargin(this._viewportMargin).withScrollableContainers(P);return H.positionChanges.pipe((0,k.R)(this._destroyed)).subscribe(q=>{this._updateCurrentPositionClass(q.connectionPair),this._tooltipInstance&&q.scrollableViewProperties.isOverlayClipped&&this._tooltipInstance.isVisible()&&this._ngZone.run(()=>this.hide(0))}),this._overlayRef=this._overlay.create({direction:this._dir,positionStrategy:H,panelClass:`${this._cssClassPrefix}-${de}`,scrollStrategy:this._scrollStrategy()}),this._updatePosition(this._overlayRef),this._overlayRef.detachments().pipe((0,k.R)(this._destroyed)).subscribe(()=>this._detach()),this._overlayRef.outsidePointerEvents().pipe((0,k.R)(this._destroyed)).subscribe(()=>{var q;return null===(q=this._tooltipInstance)||void 0===q?void 0:q._handleBodyInteraction()}),this._overlayRef.keydownEvents().pipe((0,k.R)(this._destroyed)).subscribe(q=>{this._isTooltipVisible()&&q.keyCode===N.hY&&!(0,N.Vb)(q)&&(q.preventDefault(),q.stopPropagation(),this._ngZone.run(()=>this.hide(0)))}),(null===(B=this._defaultOptions)||void 0===B?void 0:B.disableTooltipInteractivity)&&this._overlayRef.addPanelClass(`${this._cssClassPrefix}-tooltip-panel-non-interactive`),this._overlayRef}_detach(){this._overlayRef&&this._overlayRef.hasAttached()&&this._overlayRef.detach(),this._tooltipInstance=null}_updatePosition(B){const P=B.getConfig().positionStrategy,H=this._getOrigin(),q=this._getOverlayPosition();P.withPositions([this._addOffset(Object.assign(Object.assign({},H.main),q.main)),this._addOffset(Object.assign(Object.assign({},H.fallback),q.fallback))])}_addOffset(B){return B}_getOrigin(){const B=!this._dir||"ltr"==this._dir.value,P=this.position;let H;"above"==P||"below"==P?H={originX:"center",originY:"above"==P?"top":"bottom"}:"before"==P||"left"==P&&B||"right"==P&&!B?H={originX:"start",originY:"center"}:("after"==P||"right"==P&&B||"left"==P&&!B)&&(H={originX:"end",originY:"center"});const{x:q,y:he}=this._invertPosition(H.originX,H.originY);return{main:H,fallback:{originX:q,originY:he}}}_getOverlayPosition(){const B=!this._dir||"ltr"==this._dir.value,P=this.position;let H;"above"==P?H={overlayX:"center",overlayY:"bottom"}:"below"==P?H={overlayX:"center",overlayY:"top"}:"before"==P||"left"==P&&B||"right"==P&&!B?H={overlayX:"end",overlayY:"center"}:("after"==P||"right"==P&&B||"left"==P&&!B)&&(H={overlayX:"start",overlayY:"center"});const{x:q,y:he}=this._invertPosition(H.overlayX,H.overlayY);return{main:H,fallback:{overlayX:q,overlayY:he}}}_updateTooltipMessage(){this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),this._ngZone.onMicrotaskEmpty.pipe((0,S.q)(1),(0,k.R)(this._destroyed)).subscribe(()=>{this._tooltipInstance&&this._overlayRef.updatePosition()}))}_setTooltipClass(B){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=B,this._tooltipInstance._markForCheck())}_invertPosition(B,P){return"above"===this.position||"below"===this.position?"top"===P?P="bottom":"bottom"===P&&(P="top"):"end"===B?B="start":"start"===B&&(B="end"),{x:B,y:P}}_updateCurrentPositionClass(B){const{overlayY:P,originX:H,originY:q}=B;let he;if(he="center"===P?this._dir&&"rtl"===this._dir.value?"end"===H?"left":"right":"start"===H?"left":"right":"bottom"===P&&"top"===q?"above":"below",he!==this._currentPosition){const _e=this._overlayRef;if(_e){const Ne=`${this._cssClassPrefix}-${de}-`;_e.removePanelClass(Ne+this._currentPosition),_e.addPanelClass(Ne+he)}this._currentPosition=he}}_setupPointerEnterEventsIfNeeded(){this._disabled||!this.message||!this._viewInitialized||this._passiveListeners.length||(this._platformSupportsMouseEvents()?this._passiveListeners.push(["mouseenter",()=>{this._setupPointerExitEventsIfNeeded(),this.show()}]):"off"!==this.touchGestures&&(this._disableNativeGesturesIfNecessary(),this._passiveListeners.push(["touchstart",()=>{this._setupPointerExitEventsIfNeeded(),clearTimeout(this._touchstartTimeout),this._touchstartTimeout=setTimeout(()=>this.show(),500)}])),this._addListeners(this._passiveListeners))}_setupPointerExitEventsIfNeeded(){if(this._pointerExitEventsInitialized)return;this._pointerExitEventsInitialized=!0;const B=[];if(this._platformSupportsMouseEvents())B.push(["mouseleave",P=>{var H;const q=P.relatedTarget;(!q||!(null===(H=this._overlayRef)||void 0===H?void 0:H.overlayElement.contains(q)))&&this.hide()}],["wheel",P=>this._wheelListener(P)]);else if("off"!==this.touchGestures){this._disableNativeGesturesIfNecessary();const P=()=>{clearTimeout(this._touchstartTimeout),this.hide(this._defaultOptions.touchendHideDelay)};B.push(["touchend",P],["touchcancel",P])}this._addListeners(B),this._passiveListeners.push(...B)}_addListeners(B){B.forEach(([P,H])=>{this._elementRef.nativeElement.addEventListener(P,H,te)})}_platformSupportsMouseEvents(){return!this._platform.IOS&&!this._platform.ANDROID}_wheelListener(B){if(this._isTooltipVisible()){const P=this._document.elementFromPoint(B.clientX,B.clientY),H=this._elementRef.nativeElement;P!==H&&!H.contains(P)&&this.hide()}}_disableNativeGesturesIfNecessary(){const B=this.touchGestures;if("off"!==B){const P=this._elementRef.nativeElement,H=P.style;("on"===B||"INPUT"!==P.nodeName&&"TEXTAREA"!==P.nodeName)&&(H.userSelect=H.msUserSelect=H.webkitUserSelect=H.MozUserSelect="none"),("on"===B||!P.draggable)&&(H.webkitUserDrag="none"),H.touchAction="none",H.webkitTapHighlightColor="transparent"}}}return n.\u0275fac=function(B){M.$Z()},n.\u0275dir=M.lG2({type:n,inputs:{position:["matTooltipPosition","position"],disabled:["matTooltipDisabled","disabled"],showDelay:["matTooltipShowDelay","showDelay"],hideDelay:["matTooltipHideDelay","hideDelay"],touchGestures:["matTooltipTouchGestures","touchGestures"],message:["matTooltip","message"],tooltipClass:["matTooltipClass","tooltipClass"]}}),n})(),c=(()=>{class n extends u{constructor(B,P,H,q,he,_e,Ne,we,Q,Ue,ye,V){super(B,P,H,q,he,_e,Ne,we,Q,Ue,ye,V),this._tooltipComponent=E}}return n.\u0275fac=function(B){return new(B||n)(M.Y36(t.aV),M.Y36(M.SBq),M.Y36(b.mF),M.Y36(M.s_b),M.Y36(M.R0b),M.Y36(A.t4),M.Y36(e.$s),M.Y36(e.tE),M.Y36(X),M.Y36(U.Is,8),M.Y36(i,8),M.Y36(f.K0))},n.\u0275dir=M.lG2({type:n,selectors:[["","matTooltip",""]],hostAttrs:[1,"mat-tooltip-trigger"],exportAs:["matTooltip"],features:[M.qOj]}),n})(),_=(()=>{class n{constructor(B,P){this._changeDetectorRef=B,this._visibility="initial",this._closeOnInteraction=!1,this._isVisible=!1,this._onHide=new L.x,this._animationsDisabled="NoopAnimations"===P}show(B){clearTimeout(this._hideTimeoutId),this._showTimeoutId=setTimeout(()=>{this._toggleVisibility(!0),this._showTimeoutId=void 0},B)}hide(B){clearTimeout(this._showTimeoutId),this._hideTimeoutId=setTimeout(()=>{this._toggleVisibility(!1),this._hideTimeoutId=void 0},B)}afterHidden(){return this._onHide}isVisible(){return this._isVisible}ngOnDestroy(){clearTimeout(this._showTimeoutId),clearTimeout(this._hideTimeoutId),this._onHide.complete(),this._triggerElement=null}_handleBodyInteraction(){this._closeOnInteraction&&this.hide(0)}_markForCheck(){this._changeDetectorRef.markForCheck()}_handleMouseLeave({relatedTarget:B}){(!B||!this._triggerElement.contains(B))&&this.hide(this._mouseLeaveHideDelay)}_onShow(){}_handleAnimationEnd({animationName:B}){(B===this._showAnimation||B===this._hideAnimation)&&this._finalizeAnimation(B===this._showAnimation)}_finalizeAnimation(B){B?this._closeOnInteraction=!0:this.isVisible()||this._onHide.next()}_toggleVisibility(B){const P=this._tooltip.nativeElement,H=this._showAnimation,q=this._hideAnimation;if(P.classList.remove(B?q:H),P.classList.add(B?H:q),this._isVisible=B,B&&!this._animationsDisabled&&"function"==typeof getComputedStyle){const he=getComputedStyle(P);("0s"===he.getPropertyValue("animation-duration")||"none"===he.getPropertyValue("animation-name"))&&(this._animationsDisabled=!0)}B&&this._onShow(),this._animationsDisabled&&(P.classList.add("_mat-animation-noopable"),this._finalizeAnimation(B))}}return n.\u0275fac=function(B){return new(B||n)(M.Y36(M.sBO),M.Y36(D.Qb,8))},n.\u0275dir=M.lG2({type:n}),n})(),E=(()=>{class n extends _{constructor(B,P,H){super(B,H),this._breakpointObserver=P,this._isHandset=this._breakpointObserver.observe(h.u3.Handset),this._showAnimation="mat-tooltip-show",this._hideAnimation="mat-tooltip-hide"}}return n.\u0275fac=function(B){return new(B||n)(M.Y36(M.sBO),M.Y36(h.Yg),M.Y36(D.Qb,8))},n.\u0275cmp=M.Xpm({type:n,selectors:[["mat-tooltip-component"]],viewQuery:function(B,P){if(1&B&&M.Gf(Y,7),2&B){let H;M.iGM(H=M.CRH())&&(P._tooltip=H.first)}},hostAttrs:["aria-hidden","true"],hostVars:2,hostBindings:function(B,P){1&B&&M.NdJ("mouseleave",function(q){return P._handleMouseLeave(q)}),2&B&&M.Udp("zoom",P.isVisible()?1:null)},features:[M.qOj],decls:4,vars:6,consts:[[1,"mat-tooltip",3,"ngClass","animationend"],["tooltip",""]],template:function(B,P){if(1&B&&(M.TgZ(0,"div",0,1),M.NdJ("animationend",function(q){return P._handleAnimationEnd(q)}),M.ALo(2,"async"),M._uU(3),M.qZA()),2&B){let H;M.ekj("mat-tooltip-handset",null==(H=M.lcZ(2,4,P._isHandset))?null:H.matches),M.Q6J("ngClass",P.tooltipClass),M.xp6(3),M.Oqu(P.message)}},directives:[f.mk],pipes:[f.Ov],styles:[".mat-tooltip{color:#fff;border-radius:4px;margin:14px;max-width:250px;padding-left:8px;padding-right:8px;overflow:hidden;text-overflow:ellipsis;transform:scale(0)}.mat-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.cdk-high-contrast-active .mat-tooltip{outline:solid 1px}.mat-tooltip-handset{margin:24px;padding-left:16px;padding-right:16px}.mat-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-tooltip-show{0%{opacity:0;transform:scale(0)}50%{opacity:.5;transform:scale(0.99)}100%{opacity:1;transform:scale(1)}}@keyframes mat-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1)}}.mat-tooltip-show{animation:mat-tooltip-show 200ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-tooltip-hide{animation:mat-tooltip-hide 100ms cubic-bezier(0, 0, 0.2, 1) forwards}\n"],encapsulation:2,changeDetection:0}),n})(),I=(()=>{class n{}return n.\u0275fac=function(B){return new(B||n)},n.\u0275mod=M.oAB({type:n}),n.\u0275inj=M.cJS({providers:[y],imports:[[e.rt,f.ez,t.U8,a.BQ],a.BQ,b.ZD]}),n})()},149:(Ve,j,p)=>{"use strict";p.d(j,{Ar:()=>k,GZ:()=>D,WX:()=>de,dp:()=>Y,eu:()=>U,fQ:()=>w,gi:()=>S,uo:()=>A});var t=p(8258),e=p(5e3),f=p(508),M=p(3191),a=p(449),b=p(1135),d=p(6451),N=p(4004);const h=(0,f.sb)((0,f.Id)(t.Hs));let A=(()=>{class te extends h{constructor(oe,X,me){super(oe,X),this.tabIndex=Number(me)||0}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}}return te.\u0275fac=function(oe){return new(oe||te)(e.Y36(e.SBq),e.Y36(t._0),e.$8M("tabindex"))},te.\u0275dir=e.lG2({type:te,selectors:[["mat-tree-node"]],hostAttrs:[1,"mat-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex"},exportAs:["matTreeNode"],features:[e._Bn([{provide:t.Hs,useExisting:te}]),e.qOj]}),te})(),w=(()=>{class te extends t.rO{}return te.\u0275fac=function(){let ie;return function(X){return(ie||(ie=e.n5z(te)))(X||te)}}(),te.\u0275dir=e.lG2({type:te,selectors:[["","matTreeNodeDef",""]],inputs:{when:["matTreeNodeDefWhen","when"],data:["matTreeNode","data"]},features:[e._Bn([{provide:t.rO,useExisting:te}]),e.qOj]}),te})(),D=(()=>{class te extends t.Xx{constructor(oe,X,me,y){super(oe,X,me),this._disabled=!1,this.tabIndex=Number(y)||0}get disabled(){return this._disabled}set disabled(oe){this._disabled=(0,M.Ig)(oe)}get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(oe){this._tabIndex=null!=oe?oe:0}ngOnInit(){super.ngOnInit()}ngAfterContentInit(){super.ngAfterContentInit()}ngOnDestroy(){super.ngOnDestroy()}}return te.\u0275fac=function(oe){return new(oe||te)(e.Y36(e.SBq),e.Y36(t._0),e.Y36(e.ZZ4),e.$8M("tabindex"))},te.\u0275dir=e.lG2({type:te,selectors:[["mat-nested-tree-node"]],hostAttrs:[1,"mat-nested-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex",node:["matNestedTreeNode","node"]},exportAs:["matNestedTreeNode"],features:[e._Bn([{provide:t.Xx,useExisting:te},{provide:t.Hs,useExisting:te},{provide:t.HI,useExisting:te}]),e.qOj]}),te})(),k=(()=>{class te{constructor(oe,X){this.viewContainer=oe,this._node=X}}return te.\u0275fac=function(oe){return new(oe||te)(e.Y36(e.s_b),e.Y36(t.HI,8))},te.\u0275dir=e.lG2({type:te,selectors:[["","matTreeNodeOutlet",""]],features:[e._Bn([{provide:t.cu,useExisting:te}])]}),te})(),S=(()=>{class te extends t._0{}return te.\u0275fac=function(){let ie;return function(X){return(ie||(ie=e.n5z(te)))(X||te)}}(),te.\u0275cmp=e.Xpm({type:te,selectors:[["mat-tree"]],viewQuery:function(oe,X){if(1&oe&&e.Gf(k,7),2&oe){let me;e.iGM(me=e.CRH())&&(X._nodeOutlet=me.first)}},hostAttrs:["role","tree",1,"mat-tree"],exportAs:["matTree"],features:[e._Bn([{provide:t._0,useExisting:te}]),e.qOj],decls:1,vars:0,consts:[["matTreeNodeOutlet",""]],template:function(oe,X){1&oe&&e.GkF(0,0)},directives:[k],styles:[".mat-tree{display:block}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word}.mat-nested-tree-node{border-bottom-width:0}\n"],encapsulation:2}),te})(),U=(()=>{class te extends t.Ud{}return te.\u0275fac=function(){let ie;return function(X){return(ie||(ie=e.n5z(te)))(X||te)}}(),te.\u0275dir=e.lG2({type:te,selectors:[["","matTreeNodeToggle",""]],inputs:{recursive:["matTreeNodeToggleRecursive","recursive"]},features:[e._Bn([{provide:t.Ud,useExisting:te}]),e.qOj]}),te})(),Y=(()=>{class te{}return te.\u0275fac=function(oe){return new(oe||te)},te.\u0275mod=e.oAB({type:te}),te.\u0275inj=e.cJS({imports:[[t.nZ,f.BQ],f.BQ]}),te})();class de extends a.o2{constructor(){super(...arguments),this._data=new b.X([])}get data(){return this._data.value}set data(ie){this._data.next(ie)}connect(ie){return(0,d.T)(ie.viewChange,this._data).pipe((0,N.U)(()=>this.data))}disconnect(){}}},6360:(Ve,j,p)=>{"use strict";p.d(j,{Qb:()=>Ks,PW:()=>Gr});var t=p(5e3),e=p(2313),f=p(1777);const M=!1;function b(vt){return new t.vHH(3e3,M)}function he(){return"undefined"!=typeof window&&void 0!==window.document}function _e(){return"undefined"!=typeof process&&"[object process]"==={}.toString.call(process)}function Ne(vt){switch(vt.length){case 0:return new f.ZN;case 1:return vt[0];default:return new f.ZE(vt)}}function we(vt,ae,fe,Ye,wt={},Vt={}){const ii=[],ni=[];let _i=-1,Pi=null;if(Ye.forEach(tn=>{const dn=tn.offset,Ln=dn==_i,Rn=Ln&&Pi||{};Object.keys(tn).forEach(xn=>{let Tn=xn,tr=tn[xn];if("offset"!==xn)switch(Tn=ae.normalizePropertyName(Tn,ii),tr){case f.k1:tr=wt[xn];break;case f.l3:tr=Vt[xn];break;default:tr=ae.normalizeStyleValue(xn,Tn,tr,ii)}Rn[Tn]=tr}),Ln||ni.push(Rn),Pi=Rn,_i=dn}),ii.length)throw function u(vt){return new t.vHH(3502,M)}();return ni}function Q(vt,ae,fe,Ye){switch(ae){case"start":vt.onStart(()=>Ye(fe&&Ue(fe,"start",vt)));break;case"done":vt.onDone(()=>Ye(fe&&Ue(fe,"done",vt)));break;case"destroy":vt.onDestroy(()=>Ye(fe&&Ue(fe,"destroy",vt)))}}function Ue(vt,ae,fe){const Ye=fe.totalTime,Vt=ye(vt.element,vt.triggerName,vt.fromState,vt.toState,ae||vt.phaseName,null==Ye?vt.totalTime:Ye,!!fe.disabled),ii=vt._data;return null!=ii&&(Vt._data=ii),Vt}function ye(vt,ae,fe,Ye,wt="",Vt=0,ii){return{element:vt,triggerName:ae,fromState:fe,toState:Ye,phaseName:wt,totalTime:Vt,disabled:!!ii}}function V(vt,ae,fe){let Ye;return vt instanceof Map?(Ye=vt.get(ae),Ye||vt.set(ae,Ye=fe)):(Ye=vt[ae],Ye||(Ye=vt[ae]=fe)),Ye}function De(vt){const ae=vt.indexOf(":");return[vt.substring(1,ae),vt.substr(ae+1)]}let dt=(vt,ae)=>!1,Ie=(vt,ae,fe)=>[],Ae=null;function le(vt){const ae=vt.parentNode||vt.host;return ae===Ae?null:ae}(_e()||"undefined"!=typeof Element)&&(he()?(Ae=(()=>document.documentElement)(),dt=(vt,ae)=>{for(;ae;){if(ae===vt)return!0;ae=le(ae)}return!1}):dt=(vt,ae)=>vt.contains(ae),Ie=(vt,ae,fe)=>{if(fe)return Array.from(vt.querySelectorAll(ae));const Ye=vt.querySelector(ae);return Ye?[Ye]:[]});let W=null,ee=!1;function ue(vt){W||(W=function Ce(){return"undefined"!=typeof document?document.body:null}()||{},ee=!!W.style&&"WebkitAppearance"in W.style);let ae=!0;return W.style&&!function xe(vt){return"ebkit"==vt.substring(1,6)}(vt)&&(ae=vt in W.style,!ae&&ee&&(ae="Webkit"+vt.charAt(0).toUpperCase()+vt.substr(1)in W.style)),ae}const Le=dt,ut=Ie;let It=(()=>{class vt{validateStyleProperty(fe){return ue(fe)}matchesElement(fe,Ye){return!1}containsElement(fe,Ye){return Le(fe,Ye)}getParentElement(fe){return le(fe)}query(fe,Ye,wt){return ut(fe,Ye,wt)}computeStyle(fe,Ye,wt){return wt||""}animate(fe,Ye,wt,Vt,ii,ni=[],_i){return new f.ZN(wt,Vt)}}return vt.\u0275fac=function(fe){return new(fe||vt)},vt.\u0275prov=t.Yz7({token:vt,factory:vt.\u0275fac}),vt})(),ui=(()=>{class vt{}return vt.NOOP=new It,vt})();const xt="ng-enter",Nt="ng-leave",Ct="ng-trigger",et=".ng-trigger",yt="ng-animating",ei=".ng-animating";function Yt(vt){if("number"==typeof vt)return vt;const ae=vt.match(/^(-?[\.\d]+)(m?s)/);return!ae||ae.length<2?0:Pe(parseFloat(ae[1]),ae[2])}function Pe(vt,ae){return"s"===ae?1e3*vt:vt}function Oe(vt,ae,fe){return vt.hasOwnProperty("duration")?vt:function ce(vt,ae,fe){let wt,Vt=0,ii="";if("string"==typeof vt){const ni=vt.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===ni)return ae.push(b()),{duration:0,delay:0,easing:""};wt=Pe(parseFloat(ni[1]),ni[2]);const _i=ni[3];null!=_i&&(Vt=Pe(parseFloat(_i),ni[4]));const Pi=ni[5];Pi&&(ii=Pi)}else wt=vt;if(!fe){let ni=!1,_i=ae.length;wt<0&&(ae.push(function d(){return new t.vHH(3100,M)}()),ni=!0),Vt<0&&(ae.push(function N(){return new t.vHH(3101,M)}()),ni=!0),ni&&ae.splice(_i,0,b())}return{duration:wt,delay:Vt,easing:ii}}(vt,ae,fe)}function be(vt,ae={}){return Object.keys(vt).forEach(fe=>{ae[fe]=vt[fe]}),ae}function mt(vt,ae,fe={}){if(ae)for(let Ye in vt)fe[Ye]=vt[Ye];else be(vt,fe);return fe}function Ht(vt,ae,fe){return fe?ae+":"+fe+";":""}function it(vt){let ae="";for(let fe=0;fe{const wt=qt(Ye);fe&&!fe.hasOwnProperty(Ye)&&(fe[Ye]=vt.style[wt]),vt.style[wt]=ae[Ye]}),_e()&&it(vt))}function tt(vt,ae){vt.style&&(Object.keys(ae).forEach(fe=>{const Ye=qt(fe);vt.style[Ye]=""}),_e()&&it(vt))}function Xe(vt){return Array.isArray(vt)?1==vt.length?vt[0]:(0,f.vP)(vt):vt}const Ge=new RegExp("{{\\s*(.+?)\\s*}}","g");function at(vt){let ae=[];if("string"==typeof vt){let fe;for(;fe=Ge.exec(vt);)ae.push(fe[1]);Ge.lastIndex=0}return ae}function st(vt,ae,fe){const Ye=vt.toString(),wt=Ye.replace(Ge,(Vt,ii)=>{let ni=ae[ii];return ae.hasOwnProperty(ii)||(fe.push(function A(vt){return new t.vHH(3003,M)}()),ni=""),ni.toString()});return wt==Ye?vt:wt}function bt(vt){const ae=[];let fe=vt.next();for(;!fe.done;)ae.push(fe.value),fe=vt.next();return ae}const gi=/-+([a-z0-9])/g;function qt(vt){return vt.replace(gi,(...ae)=>ae[1].toUpperCase())}function Xt(vt){return vt.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}function si(vt,ae,fe){switch(ae.type){case 7:return vt.visitTrigger(ae,fe);case 0:return vt.visitState(ae,fe);case 1:return vt.visitTransition(ae,fe);case 2:return vt.visitSequence(ae,fe);case 3:return vt.visitGroup(ae,fe);case 4:return vt.visitAnimate(ae,fe);case 5:return vt.visitKeyframes(ae,fe);case 6:return vt.visitStyle(ae,fe);case 8:return vt.visitReference(ae,fe);case 9:return vt.visitAnimateChild(ae,fe);case 10:return vt.visitAnimateRef(ae,fe);case 11:return vt.visitQuery(ae,fe);case 12:return vt.visitStagger(ae,fe);default:throw function w(vt){return new t.vHH(3004,M)}()}}function en(vt,ae){return window.getComputedStyle(vt)[ae]}function re(vt,ae){const fe=[];return"string"==typeof vt?vt.split(/\s*,\s*/).forEach(Ye=>function qe(vt,ae,fe){if(":"==vt[0]){const _i=function Mt(vt,ae){switch(vt){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(fe,Ye)=>parseFloat(Ye)>parseFloat(fe);case":decrement":return(fe,Ye)=>parseFloat(Ye) *"}}(vt,fe);if("function"==typeof _i)return void ae.push(_i);vt=_i}const Ye=vt.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==Ye||Ye.length<4)return fe.push(function X(vt){return new t.vHH(3015,M)}()),ae;const wt=Ye[1],Vt=Ye[2],ii=Ye[3];ae.push(Ei(wt,ii));"<"==Vt[0]&&!("*"==wt&&"*"==ii)&&ae.push(Ei(ii,wt))}(Ye,fe,ae)):fe.push(vt),fe}const zt=new Set(["true","1"]),bi=new Set(["false","0"]);function Ei(vt,ae){const fe=zt.has(vt)||bi.has(vt),Ye=zt.has(ae)||bi.has(ae);return(wt,Vt)=>{let ii="*"==vt||vt==wt,ni="*"==ae||ae==Vt;return!ii&&fe&&"boolean"==typeof wt&&(ii=wt?zt.has(vt):bi.has(vt)),!ni&&Ye&&"boolean"==typeof Vt&&(ni=Vt?zt.has(ae):bi.has(ae)),ii&&ni}}const Zi=new RegExp("s*:selfs*,?","g");function sn(vt,ae,fe,Ye){return new jt(vt).build(ae,fe,Ye)}class jt{constructor(ae){this._driver=ae}build(ae,fe,Ye){const wt=new Ft(fe);this._resetContextStyleTimingState(wt);const Vt=si(this,Xe(ae),wt);return wt.unsupportedCSSPropertiesFound.size&&wt.unsupportedCSSPropertiesFound.keys(),Vt}_resetContextStyleTimingState(ae){ae.currentQuerySelector="",ae.collectedStyles={},ae.collectedStyles[""]={},ae.currentTime=0}visitTrigger(ae,fe){let Ye=fe.queryCount=0,wt=fe.depCount=0;const Vt=[],ii=[];return"@"==ae.name.charAt(0)&&fe.errors.push(function L(){return new t.vHH(3006,M)}()),ae.definitions.forEach(ni=>{if(this._resetContextStyleTimingState(fe),0==ni.type){const _i=ni,Pi=_i.name;Pi.toString().split(/\s*,\s*/).forEach(tn=>{_i.name=tn,Vt.push(this.visitState(_i,fe))}),_i.name=Pi}else if(1==ni.type){const _i=this.visitTransition(ni,fe);Ye+=_i.queryCount,wt+=_i.depCount,ii.push(_i)}else fe.errors.push(function k(){return new t.vHH(3007,M)}())}),{type:7,name:ae.name,states:Vt,transitions:ii,queryCount:Ye,depCount:wt,options:null}}visitState(ae,fe){const Ye=this.visitStyle(ae.styles,fe),wt=ae.options&&ae.options.params||null;if(Ye.containsDynamicStyles){const Vt=new Set,ii=wt||{};Ye.styles.forEach(ni=>{if(mi(ni)){const _i=ni;Object.keys(_i).forEach(Pi=>{at(_i[Pi]).forEach(tn=>{ii.hasOwnProperty(tn)||Vt.add(tn)})})}}),Vt.size&&(bt(Vt.values()),fe.errors.push(function S(vt,ae){return new t.vHH(3008,M)}()))}return{type:0,name:ae.name,style:Ye,options:wt?{params:wt}:null}}visitTransition(ae,fe){fe.queryCount=0,fe.depCount=0;const Ye=si(this,Xe(ae.animation),fe);return{type:1,matchers:re(ae.expr,fe.errors),animation:Ye,queryCount:fe.queryCount,depCount:fe.depCount,options:ki(ae.options)}}visitSequence(ae,fe){return{type:2,steps:ae.steps.map(Ye=>si(this,Ye,fe)),options:ki(ae.options)}}visitGroup(ae,fe){const Ye=fe.currentTime;let wt=0;const Vt=ae.steps.map(ii=>{fe.currentTime=Ye;const ni=si(this,ii,fe);return wt=Math.max(wt,fe.currentTime),ni});return fe.currentTime=wt,{type:3,steps:Vt,options:ki(ae.options)}}visitAnimate(ae,fe){const Ye=function Ni(vt,ae){if(vt.hasOwnProperty("duration"))return vt;if("number"==typeof vt)return fn(Oe(vt,ae).duration,0,"");const fe=vt;if(fe.split(/\s+/).some(Vt=>"{"==Vt.charAt(0)&&"{"==Vt.charAt(1))){const Vt=fn(0,0,"");return Vt.dynamic=!0,Vt.strValue=fe,Vt}const wt=Oe(fe,ae);return fn(wt.duration,wt.delay,wt.easing)}(ae.timings,fe.errors);fe.currentAnimateTimings=Ye;let wt,Vt=ae.styles?ae.styles:(0,f.oB)({});if(5==Vt.type)wt=this.visitKeyframes(Vt,fe);else{let ii=ae.styles,ni=!1;if(!ii){ni=!0;const Pi={};Ye.easing&&(Pi.easing=Ye.easing),ii=(0,f.oB)(Pi)}fe.currentTime+=Ye.duration+Ye.delay;const _i=this.visitStyle(ii,fe);_i.isEmptyStep=ni,wt=_i}return fe.currentAnimateTimings=null,{type:4,timings:Ye,style:wt,options:null}}visitStyle(ae,fe){const Ye=this._makeStyleAst(ae,fe);return this._validateStyleAst(Ye,fe),Ye}_makeStyleAst(ae,fe){const Ye=[];Array.isArray(ae.styles)?ae.styles.forEach(ii=>{"string"==typeof ii?ii==f.l3?Ye.push(ii):fe.errors.push(function U(vt){return new t.vHH(3002,M)}()):Ye.push(ii)}):Ye.push(ae.styles);let wt=!1,Vt=null;return Ye.forEach(ii=>{if(mi(ii)){const ni=ii,_i=ni.easing;if(_i&&(Vt=_i,delete ni.easing),!wt)for(let Pi in ni)if(ni[Pi].toString().indexOf("{{")>=0){wt=!0;break}}}),{type:6,styles:Ye,easing:Vt,offset:ae.offset,containsDynamicStyles:wt,options:null}}_validateStyleAst(ae,fe){const Ye=fe.currentAnimateTimings;let wt=fe.currentTime,Vt=fe.currentTime;Ye&&Vt>0&&(Vt-=Ye.duration+Ye.delay),ae.styles.forEach(ii=>{"string"!=typeof ii&&Object.keys(ii).forEach(ni=>{if(!this._driver.validateStyleProperty(ni))return delete ii[ni],void fe.unsupportedCSSPropertiesFound.add(ni);const _i=fe.collectedStyles[fe.currentQuerySelector],Pi=_i[ni];let tn=!0;Pi&&(Vt!=wt&&Vt>=Pi.startTime&&wt<=Pi.endTime&&(fe.errors.push(function Y(vt,ae,fe,Ye,wt){return new t.vHH(3010,M)}()),tn=!1),Vt=Pi.startTime),tn&&(_i[ni]={startTime:Vt,endTime:wt}),fe.options&&function Se(vt,ae,fe){const Ye=ae.params||{},wt=at(vt);wt.length&&wt.forEach(Vt=>{Ye.hasOwnProperty(Vt)||fe.push(function h(vt){return new t.vHH(3001,M)}())})}(ii[ni],fe.options,fe.errors)})})}visitKeyframes(ae,fe){const Ye={type:5,styles:[],options:null};if(!fe.currentAnimateTimings)return fe.errors.push(function ne(){return new t.vHH(3011,M)}()),Ye;let Vt=0;const ii=[];let ni=!1,_i=!1,Pi=0;const tn=ae.steps.map(Lr=>{const mr=this._makeStyleAst(Lr,fe);let ta=null!=mr.offset?mr.offset:function Kt(vt){if("string"==typeof vt)return null;let ae=null;if(Array.isArray(vt))vt.forEach(fe=>{if(mi(fe)&&fe.hasOwnProperty("offset")){const Ye=fe;ae=parseFloat(Ye.offset),delete Ye.offset}});else if(mi(vt)&&vt.hasOwnProperty("offset")){const fe=vt;ae=parseFloat(fe.offset),delete fe.offset}return ae}(mr.styles),Qr=0;return null!=ta&&(Vt++,Qr=mr.offset=ta),_i=_i||Qr<0||Qr>1,ni=ni||Qr0&&Vt{const ta=Ln>0?mr==Rn?1:Ln*mr:ii[mr],Qr=ta*tr;fe.currentTime=xn+Tn.delay+Qr,Tn.duration=Qr,this._validateStyleAst(Lr,fe),Lr.offset=ta,Ye.styles.push(Lr)}),Ye}visitReference(ae,fe){return{type:8,animation:si(this,Xe(ae.animation),fe),options:ki(ae.options)}}visitAnimateChild(ae,fe){return fe.depCount++,{type:9,options:ki(ae.options)}}visitAnimateRef(ae,fe){return{type:10,animation:this.visitReference(ae.animation,fe),options:ki(ae.options)}}visitQuery(ae,fe){const Ye=fe.currentQuerySelector,wt=ae.options||{};fe.queryCount++,fe.currentQuery=ae;const[Vt,ii]=function wi(vt){const ae=!!vt.split(/\s*,\s*/).find(fe=>":self"==fe);return ae&&(vt=vt.replace(Zi,"")),vt=vt.replace(/@\*/g,et).replace(/@\w+/g,fe=>et+"-"+fe.substr(1)).replace(/:animating/g,ei),[vt,ae]}(ae.selector);fe.currentQuerySelector=Ye.length?Ye+" "+Vt:Vt,V(fe.collectedStyles,fe.currentQuerySelector,{});const ni=si(this,Xe(ae.animation),fe);return fe.currentQuery=null,fe.currentQuerySelector=Ye,{type:11,selector:Vt,limit:wt.limit||0,optional:!!wt.optional,includeSelf:ii,animation:ni,originalSelector:ae.selector,options:ki(ae.options)}}visitStagger(ae,fe){fe.currentQuery||fe.errors.push(function ie(){return new t.vHH(3013,M)}());const Ye="full"===ae.timings?{duration:0,delay:0,easing:"full"}:Oe(ae.timings,fe.errors,!0);return{type:12,animation:si(this,Xe(ae.animation),fe),timings:Ye,options:null}}}class Ft{constructor(ae){this.errors=ae,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null,this.unsupportedCSSPropertiesFound=new Set}}function mi(vt){return!Array.isArray(vt)&&"object"==typeof vt}function ki(vt){return vt?(vt=be(vt)).params&&(vt.params=function nt(vt){return vt?be(vt):null}(vt.params)):vt={},vt}function fn(vt,ae,fe){return{duration:vt,delay:ae,easing:fe}}function Bn(vt,ae,fe,Ye,wt,Vt,ii=null,ni=!1){return{type:1,element:vt,keyframes:ae,preStyleProps:fe,postStyleProps:Ye,duration:wt,delay:Vt,totalTime:wt+Vt,easing:ii,subTimeline:ni}}class Dn{constructor(){this._map=new Map}get(ae){return this._map.get(ae)||[]}append(ae,fe){let Ye=this._map.get(ae);Ye||this._map.set(ae,Ye=[]),Ye.push(...fe)}has(ae){return this._map.has(ae)}clear(){this._map.clear()}}const Si=new RegExp(":enter","g"),Sn=new RegExp(":leave","g");function Kn(vt,ae,fe,Ye,wt,Vt={},ii={},ni,_i,Pi=[]){return(new cr).buildKeyframes(vt,ae,fe,Ye,wt,Vt,ii,ni,_i,Pi)}class cr{buildKeyframes(ae,fe,Ye,wt,Vt,ii,ni,_i,Pi,tn=[]){Pi=Pi||new Dn;const dn=new Vr(ae,fe,Pi,wt,Vt,tn,[]);dn.options=_i,dn.currentTimeline.setStyles([ii],null,dn.errors,_i),si(this,Ye,dn);const Ln=dn.timelines.filter(Rn=>Rn.containsAnimation());if(Object.keys(ni).length){let Rn;for(let xn=Ln.length-1;xn>=0;xn--){const Tn=Ln[xn];if(Tn.element===fe){Rn=Tn;break}}Rn&&!Rn.allowOnlyTimelineStyles()&&Rn.setStyles([ni],null,dn.errors,_i)}return Ln.length?Ln.map(Rn=>Rn.buildKeyframes()):[Bn(fe,[],[],[],0,0,"",!1)]}visitTrigger(ae,fe){}visitState(ae,fe){}visitTransition(ae,fe){}visitAnimateChild(ae,fe){const Ye=fe.subInstructions.get(fe.element);if(Ye){const wt=fe.createSubContext(ae.options),Vt=fe.currentTimeline.currentTime,ii=this._visitSubInstructions(Ye,wt,wt.options);Vt!=ii&&fe.transformIntoNewTimeline(ii)}fe.previousNode=ae}visitAnimateRef(ae,fe){const Ye=fe.createSubContext(ae.options);Ye.transformIntoNewTimeline(),this.visitReference(ae.animation,Ye),fe.transformIntoNewTimeline(Ye.currentTimeline.currentTime),fe.previousNode=ae}_visitSubInstructions(ae,fe,Ye){let Vt=fe.currentTimeline.currentTime;const ii=null!=Ye.duration?Yt(Ye.duration):null,ni=null!=Ye.delay?Yt(Ye.delay):null;return 0!==ii&&ae.forEach(_i=>{const Pi=fe.appendInstructionToTimeline(_i,ii,ni);Vt=Math.max(Vt,Pi.duration+Pi.delay)}),Vt}visitReference(ae,fe){fe.updateOptions(ae.options,!0),si(this,ae.animation,fe),fe.previousNode=ae}visitSequence(ae,fe){const Ye=fe.subContextCount;let wt=fe;const Vt=ae.options;if(Vt&&(Vt.params||Vt.delay)&&(wt=fe.createSubContext(Vt),wt.transformIntoNewTimeline(),null!=Vt.delay)){6==wt.previousNode.type&&(wt.currentTimeline.snapshotCurrentStyles(),wt.previousNode=Fr);const ii=Yt(Vt.delay);wt.delayNextStep(ii)}ae.steps.length&&(ae.steps.forEach(ii=>si(this,ii,wt)),wt.currentTimeline.applyStylesToKeyframe(),wt.subContextCount>Ye&&wt.transformIntoNewTimeline()),fe.previousNode=ae}visitGroup(ae,fe){const Ye=[];let wt=fe.currentTimeline.currentTime;const Vt=ae.options&&ae.options.delay?Yt(ae.options.delay):0;ae.steps.forEach(ii=>{const ni=fe.createSubContext(ae.options);Vt&&ni.delayNextStep(Vt),si(this,ii,ni),wt=Math.max(wt,ni.currentTimeline.currentTime),Ye.push(ni.currentTimeline)}),Ye.forEach(ii=>fe.currentTimeline.mergeTimelineCollectedStyles(ii)),fe.transformIntoNewTimeline(wt),fe.previousNode=ae}_visitTiming(ae,fe){if(ae.dynamic){const Ye=ae.strValue;return Oe(fe.params?st(Ye,fe.params,fe.errors):Ye,fe.errors)}return{duration:ae.duration,delay:ae.delay,easing:ae.easing}}visitAnimate(ae,fe){const Ye=fe.currentAnimateTimings=this._visitTiming(ae.timings,fe),wt=fe.currentTimeline;Ye.delay&&(fe.incrementTime(Ye.delay),wt.snapshotCurrentStyles());const Vt=ae.style;5==Vt.type?this.visitKeyframes(Vt,fe):(fe.incrementTime(Ye.duration),this.visitStyle(Vt,fe),wt.applyStylesToKeyframe()),fe.currentAnimateTimings=null,fe.previousNode=ae}visitStyle(ae,fe){const Ye=fe.currentTimeline,wt=fe.currentAnimateTimings;!wt&&Ye.getCurrentStyleProperties().length&&Ye.forwardFrame();const Vt=wt&&wt.easing||ae.easing;ae.isEmptyStep?Ye.applyEmptyStep(Vt):Ye.setStyles(ae.styles,Vt,fe.errors,fe.options),fe.previousNode=ae}visitKeyframes(ae,fe){const Ye=fe.currentAnimateTimings,wt=fe.currentTimeline.duration,Vt=Ye.duration,ni=fe.createSubContext().currentTimeline;ni.easing=Ye.easing,ae.styles.forEach(_i=>{ni.forwardTime((_i.offset||0)*Vt),ni.setStyles(_i.styles,_i.easing,fe.errors,fe.options),ni.applyStylesToKeyframe()}),fe.currentTimeline.mergeTimelineCollectedStyles(ni),fe.transformIntoNewTimeline(wt+Vt),fe.previousNode=ae}visitQuery(ae,fe){const Ye=fe.currentTimeline.currentTime,wt=ae.options||{},Vt=wt.delay?Yt(wt.delay):0;Vt&&(6===fe.previousNode.type||0==Ye&&fe.currentTimeline.getCurrentStyleProperties().length)&&(fe.currentTimeline.snapshotCurrentStyles(),fe.previousNode=Fr);let ii=Ye;const ni=fe.invokeQuery(ae.selector,ae.originalSelector,ae.limit,ae.includeSelf,!!wt.optional,fe.errors);fe.currentQueryTotal=ni.length;let _i=null;ni.forEach((Pi,tn)=>{fe.currentQueryIndex=tn;const dn=fe.createSubContext(ae.options,Pi);Vt&&dn.delayNextStep(Vt),Pi===fe.element&&(_i=dn.currentTimeline),si(this,ae.animation,dn),dn.currentTimeline.applyStylesToKeyframe(),ii=Math.max(ii,dn.currentTimeline.currentTime)}),fe.currentQueryIndex=0,fe.currentQueryTotal=0,fe.transformIntoNewTimeline(ii),_i&&(fe.currentTimeline.mergeTimelineCollectedStyles(_i),fe.currentTimeline.snapshotCurrentStyles()),fe.previousNode=ae}visitStagger(ae,fe){const Ye=fe.parentContext,wt=fe.currentTimeline,Vt=ae.timings,ii=Math.abs(Vt.duration),ni=ii*(fe.currentQueryTotal-1);let _i=ii*fe.currentQueryIndex;switch(Vt.duration<0?"reverse":Vt.easing){case"reverse":_i=ni-_i;break;case"full":_i=Ye.currentStaggerTime}const tn=fe.currentTimeline;_i&&tn.delayNextStep(_i);const dn=tn.currentTime;si(this,ae.animation,fe),fe.previousNode=ae,Ye.currentStaggerTime=wt.currentTime-dn+(wt.startTime-Ye.currentTimeline.startTime)}}const Fr={};class Vr{constructor(ae,fe,Ye,wt,Vt,ii,ni,_i){this._driver=ae,this.element=fe,this.subInstructions=Ye,this._enterClassName=wt,this._leaveClassName=Vt,this.errors=ii,this.timelines=ni,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=Fr,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=_i||new ua(this._driver,fe,0),ni.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(ae,fe){if(!ae)return;const Ye=ae;let wt=this.options;null!=Ye.duration&&(wt.duration=Yt(Ye.duration)),null!=Ye.delay&&(wt.delay=Yt(Ye.delay));const Vt=Ye.params;if(Vt){let ii=wt.params;ii||(ii=this.options.params={}),Object.keys(Vt).forEach(ni=>{(!fe||!ii.hasOwnProperty(ni))&&(ii[ni]=st(Vt[ni],ii,this.errors))})}}_copyOptions(){const ae={};if(this.options){const fe=this.options.params;if(fe){const Ye=ae.params={};Object.keys(fe).forEach(wt=>{Ye[wt]=fe[wt]})}}return ae}createSubContext(ae=null,fe,Ye){const wt=fe||this.element,Vt=new Vr(this._driver,wt,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(wt,Ye||0));return Vt.previousNode=this.previousNode,Vt.currentAnimateTimings=this.currentAnimateTimings,Vt.options=this._copyOptions(),Vt.updateOptions(ae),Vt.currentQueryIndex=this.currentQueryIndex,Vt.currentQueryTotal=this.currentQueryTotal,Vt.parentContext=this,this.subContextCount++,Vt}transformIntoNewTimeline(ae){return this.previousNode=Fr,this.currentTimeline=this.currentTimeline.fork(this.element,ae),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(ae,fe,Ye){const wt={duration:null!=fe?fe:ae.duration,delay:this.currentTimeline.currentTime+(null!=Ye?Ye:0)+ae.delay,easing:""},Vt=new _a(this._driver,ae.element,ae.keyframes,ae.preStyleProps,ae.postStyleProps,wt,ae.stretchStartingKeyframe);return this.timelines.push(Vt),wt}incrementTime(ae){this.currentTimeline.forwardTime(this.currentTimeline.duration+ae)}delayNextStep(ae){ae>0&&this.currentTimeline.delayNextStep(ae)}invokeQuery(ae,fe,Ye,wt,Vt,ii){let ni=[];if(wt&&ni.push(this.element),ae.length>0){ae=(ae=ae.replace(Si,"."+this._enterClassName)).replace(Sn,"."+this._leaveClassName);let Pi=this._driver.query(this.element,ae,1!=Ye);0!==Ye&&(Pi=Ye<0?Pi.slice(Pi.length+Ye,Pi.length):Pi.slice(0,Ye)),ni.push(...Pi)}return!Vt&&0==ni.length&&ii.push(function oe(vt){return new t.vHH(3014,M)}()),ni}}class ua{constructor(ae,fe,Ye,wt){this._driver=ae,this.element=fe,this.startTime=Ye,this._elementTimelineStylesLookup=wt,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(fe),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(fe,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}}getCurrentStyleProperties(){return Object.keys(this._currentKeyframe)}get currentTime(){return this.startTime+this.duration}delayNextStep(ae){const fe=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||fe?(this.forwardTime(this.currentTime+ae),fe&&this.snapshotCurrentStyles()):this.startTime+=ae}fork(ae,fe){return this.applyStylesToKeyframe(),new ua(this._driver,ae,fe||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=1,this._loadKeyframe()}forwardTime(ae){this.applyStylesToKeyframe(),this.duration=ae,this._loadKeyframe()}_updateStyle(ae,fe){this._localTimelineStyles[ae]=fe,this._globalTimelineStyles[ae]=fe,this._styleSummary[ae]={time:this.currentTime,value:fe}}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(ae){ae&&(this._previousKeyframe.easing=ae),Object.keys(this._globalTimelineStyles).forEach(fe=>{this._backFill[fe]=this._globalTimelineStyles[fe]||f.l3,this._currentKeyframe[fe]=f.l3}),this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(ae,fe,Ye,wt){fe&&(this._previousKeyframe.easing=fe);const Vt=wt&&wt.params||{},ii=function Va(vt,ae){const fe={};let Ye;return vt.forEach(wt=>{"*"===wt?(Ye=Ye||Object.keys(ae),Ye.forEach(Vt=>{fe[Vt]=f.l3})):mt(wt,!1,fe)}),fe}(ae,this._globalTimelineStyles);Object.keys(ii).forEach(ni=>{const _i=st(ii[ni],Vt,Ye);this._pendingStyles[ni]=_i,this._localTimelineStyles.hasOwnProperty(ni)||(this._backFill[ni]=this._globalTimelineStyles.hasOwnProperty(ni)?this._globalTimelineStyles[ni]:f.l3),this._updateStyle(ni,_i)})}applyStylesToKeyframe(){const ae=this._pendingStyles,fe=Object.keys(ae);0!=fe.length&&(this._pendingStyles={},fe.forEach(Ye=>{this._currentKeyframe[Ye]=ae[Ye]}),Object.keys(this._localTimelineStyles).forEach(Ye=>{this._currentKeyframe.hasOwnProperty(Ye)||(this._currentKeyframe[Ye]=this._localTimelineStyles[Ye])}))}snapshotCurrentStyles(){Object.keys(this._localTimelineStyles).forEach(ae=>{const fe=this._localTimelineStyles[ae];this._pendingStyles[ae]=fe,this._updateStyle(ae,fe)})}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){const ae=[];for(let fe in this._currentKeyframe)ae.push(fe);return ae}mergeTimelineCollectedStyles(ae){Object.keys(ae._styleSummary).forEach(fe=>{const Ye=this._styleSummary[fe],wt=ae._styleSummary[fe];(!Ye||wt.time>Ye.time)&&this._updateStyle(fe,wt.value)})}buildKeyframes(){this.applyStylesToKeyframe();const ae=new Set,fe=new Set,Ye=1===this._keyframes.size&&0===this.duration;let wt=[];this._keyframes.forEach((ni,_i)=>{const Pi=mt(ni,!0);Object.keys(Pi).forEach(tn=>{const dn=Pi[tn];dn==f.k1?ae.add(tn):dn==f.l3&&fe.add(tn)}),Ye||(Pi.offset=_i/this.duration),wt.push(Pi)});const Vt=ae.size?bt(ae.values()):[],ii=fe.size?bt(fe.values()):[];if(Ye){const ni=wt[0],_i=be(ni);ni.offset=0,_i.offset=1,wt=[ni,_i]}return Bn(this.element,wt,Vt,ii,this.duration,this.startTime,this.easing,!1)}}class _a extends ua{constructor(ae,fe,Ye,wt,Vt,ii,ni=!1){super(ae,fe,ii.delay),this.keyframes=Ye,this.preStyleProps=wt,this.postStyleProps=Vt,this._stretchStartingKeyframe=ni,this.timings={duration:ii.duration,delay:ii.delay,easing:ii.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let ae=this.keyframes,{delay:fe,duration:Ye,easing:wt}=this.timings;if(this._stretchStartingKeyframe&&fe){const Vt=[],ii=Ye+fe,ni=fe/ii,_i=mt(ae[0],!1);_i.offset=0,Vt.push(_i);const Pi=mt(ae[0],!1);Pi.offset=va(ni),Vt.push(Pi);const tn=ae.length-1;for(let dn=1;dn<=tn;dn++){let Ln=mt(ae[dn],!1);Ln.offset=va((fe+Ln.offset*Ye)/ii),Vt.push(Ln)}Ye=ii,fe=0,wt="",ae=Vt}return Bn(this.element,ae,this.preStyleProps,this.postStyleProps,Ye,fe,wt,!0)}}function va(vt,ae=3){const fe=Math.pow(10,ae-1);return Math.round(vt*fe)/fe}class lr{}class ha extends lr{normalizePropertyName(ae,fe){return qt(ae)}normalizeStyleValue(ae,fe,Ye,wt){let Vt="";const ii=Ye.toString().trim();if(Ba[fe]&&0!==Ye&&"0"!==Ye)if("number"==typeof Ye)Vt="px";else{const ni=Ye.match(/^[+-]?[\d\.]+([a-z]*)$/);ni&&0==ni[1].length&&wt.push(function D(vt,ae){return new t.vHH(3005,M)}())}return ii+Vt}}const Ba=(()=>function Wr(vt){const ae={};return vt.forEach(fe=>ae[fe]=!0),ae}("width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",")))();function Yr(vt,ae,fe,Ye,wt,Vt,ii,ni,_i,Pi,tn,dn,Ln){return{type:0,element:vt,triggerName:ae,isRemovalTransition:wt,fromState:fe,fromStyles:Vt,toState:Ye,toStyles:ii,timelines:ni,queriedElements:_i,preStyleProps:Pi,postStyleProps:tn,totalTime:dn,errors:Ln}}const pr={};class hn{constructor(ae,fe,Ye){this._triggerName=ae,this.ast=fe,this._stateStyles=Ye}match(ae,fe,Ye,wt){return function $r(vt,ae,fe,Ye,wt){return vt.some(Vt=>Vt(ae,fe,Ye,wt))}(this.ast.matchers,ae,fe,Ye,wt)}buildStyles(ae,fe,Ye){const wt=this._stateStyles["*"],Vt=this._stateStyles[ae],ii=wt?wt.buildStyles(fe,Ye):{};return Vt?Vt.buildStyles(fe,Ye):ii}build(ae,fe,Ye,wt,Vt,ii,ni,_i,Pi,tn){const dn=[],Ln=this.ast.options&&this.ast.options.params||pr,xn=this.buildStyles(Ye,ni&&ni.params||pr,dn),Tn=_i&&_i.params||pr,tr=this.buildStyles(wt,Tn,dn),Lr=new Set,mr=new Map,ta=new Map,Qr="void"===wt,gr={params:Object.assign(Object.assign({},Ln),Tn)},Zr=tn?[]:Kn(ae,fe,this.ast.animation,Vt,ii,xn,tr,gr,Pi,dn);let Zn=0;if(Zr.forEach(Za=>{Zn=Math.max(Za.duration+Za.delay,Zn)}),dn.length)return Yr(fe,this._triggerName,Ye,wt,Qr,xn,tr,[],[],mr,ta,Zn,dn);Zr.forEach(Za=>{const rt=Za.element,Et=V(mr,rt,{});Za.preStyleProps.forEach(Rt=>Et[Rt]=!0);const Dt=V(ta,rt,{});Za.postStyleProps.forEach(Rt=>Dt[Rt]=!0),rt!==fe&&Lr.add(rt)});const Cr=bt(Lr.values());return Yr(fe,this._triggerName,Ye,wt,Qr,xn,tr,Zr,Cr,mr,ta,Zn)}}class ir{constructor(ae,fe,Ye){this.styles=ae,this.defaultParams=fe,this.normalizer=Ye}buildStyles(ae,fe){const Ye={},wt=be(this.defaultParams);return Object.keys(ae).forEach(Vt=>{const ii=ae[Vt];null!=ii&&(wt[Vt]=ii)}),this.styles.styles.forEach(Vt=>{if("string"!=typeof Vt){const ii=Vt;Object.keys(ii).forEach(ni=>{let _i=ii[ni];_i.length>1&&(_i=st(_i,wt,fe));const Pi=this.normalizer.normalizePropertyName(ni,fe);_i=this.normalizer.normalizeStyleValue(ni,Pi,_i,fe),Ye[Pi]=_i})}}),Ye}}class jr{constructor(ae,fe,Ye){this.name=ae,this.ast=fe,this._normalizer=Ye,this.transitionFactories=[],this.states={},fe.states.forEach(wt=>{this.states[wt.name]=new ir(wt.style,wt.options&&wt.options.params||{},Ye)}),ea(this.states,"true","1"),ea(this.states,"false","0"),fe.transitions.forEach(wt=>{this.transitionFactories.push(new hn(ae,wt,this.states))}),this.fallbackTransition=function Da(vt,ae,fe){return new hn(vt,{type:1,animation:{type:2,steps:[],options:null},matchers:[(ii,ni)=>!0],options:null,queryCount:0,depCount:0},ae)}(ae,this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(ae,fe,Ye,wt){return this.transitionFactories.find(ii=>ii.match(ae,fe,Ye,wt))||null}matchStyles(ae,fe,Ye){return this.fallbackTransition.buildStyles(ae,fe,Ye)}}function ea(vt,ae,fe){vt.hasOwnProperty(ae)?vt.hasOwnProperty(fe)||(vt[fe]=vt[ae]):vt.hasOwnProperty(fe)&&(vt[ae]=vt[fe])}const Pr=new Dn;class zr{constructor(ae,fe,Ye){this.bodyNode=ae,this._driver=fe,this._normalizer=Ye,this._animations={},this._playersById={},this.players=[]}register(ae,fe){const Ye=[],Vt=sn(this._driver,fe,Ye,[]);if(Ye.length)throw function c(vt){return new t.vHH(3503,M)}();this._animations[ae]=Vt}_buildPlayer(ae,fe,Ye){const wt=ae.element,Vt=we(0,this._normalizer,0,ae.keyframes,fe,Ye);return this._driver.animate(wt,Vt,ae.duration,ae.delay,ae.easing,[],!0)}create(ae,fe,Ye={}){const wt=[],Vt=this._animations[ae];let ii;const ni=new Map;if(Vt?(ii=Kn(this._driver,fe,Vt,xt,Nt,{},{},Ye,Pr,wt),ii.forEach(tn=>{const dn=V(ni,tn.element,{});tn.postStyleProps.forEach(Ln=>dn[Ln]=null)})):(wt.push(function _(){return new t.vHH(3300,M)}()),ii=[]),wt.length)throw function E(vt){return new t.vHH(3504,M)}();ni.forEach((tn,dn)=>{Object.keys(tn).forEach(Ln=>{tn[Ln]=this._driver.computeStyle(dn,Ln,f.l3)})});const Pi=Ne(ii.map(tn=>{const dn=ni.get(tn.element);return this._buildPlayer(tn,{},dn)}));return this._playersById[ae]=Pi,Pi.onDestroy(()=>this.destroy(ae)),this.players.push(Pi),Pi}destroy(ae){const fe=this._getPlayer(ae);fe.destroy(),delete this._playersById[ae];const Ye=this.players.indexOf(fe);Ye>=0&&this.players.splice(Ye,1)}_getPlayer(ae){const fe=this._playersById[ae];if(!fe)throw function I(vt){return new t.vHH(3301,M)}();return fe}listen(ae,fe,Ye,wt){const Vt=ye(fe,"","","");return Q(this._getPlayer(ae),Ye,Vt,wt),()=>{}}command(ae,fe,Ye,wt){if("register"==Ye)return void this.register(ae,wt[0]);if("create"==Ye)return void this.create(ae,fe,wt[0]||{});const Vt=this._getPlayer(ae);switch(Ye){case"play":Vt.play();break;case"pause":Vt.pause();break;case"reset":Vt.reset();break;case"restart":Vt.restart();break;case"finish":Vt.finish();break;case"init":Vt.init();break;case"setPosition":Vt.setPosition(parseFloat(wt[0]));break;case"destroy":this.destroy(ae)}}}const Kr="ng-animate-queued",Nr="ng-animate-disabled",nr=[],Ia={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},Pa={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},$n="__ng_removed";class oa{constructor(ae,fe=""){this.namespaceId=fe;const Ye=ae&&ae.hasOwnProperty("value");if(this.value=function Je(vt){return null!=vt?vt:null}(Ye?ae.value:ae),Ye){const Vt=be(ae);delete Vt.value,this.options=Vt}else this.options={};this.options.params||(this.options.params={})}get params(){return this.options.params}absorbOptions(ae){const fe=ae.params;if(fe){const Ye=this.options.params;Object.keys(fe).forEach(wt=>{null==Ye[wt]&&(Ye[wt]=fe[wt])})}}}const Br="void",Dr=new oa(Br);class Ur{constructor(ae,fe,Ye){this.id=ae,this.hostElement=fe,this._engine=Ye,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+ae,Oi(fe,this._hostClassName)}listen(ae,fe,Ye,wt){if(!this._triggers.hasOwnProperty(fe))throw function v(vt,ae){return new t.vHH(3302,M)}();if(null==Ye||0==Ye.length)throw function n(vt){return new t.vHH(3303,M)}();if(!function Qe(vt){return"start"==vt||"done"==vt}(Ye))throw function C(vt,ae){return new t.vHH(3400,M)}();const Vt=V(this._elementListeners,ae,[]),ii={name:fe,phase:Ye,callback:wt};Vt.push(ii);const ni=V(this._engine.statesByElement,ae,{});return ni.hasOwnProperty(fe)||(Oi(ae,Ct),Oi(ae,Ct+"-"+fe),ni[fe]=Dr),()=>{this._engine.afterFlush(()=>{const _i=Vt.indexOf(ii);_i>=0&&Vt.splice(_i,1),this._triggers[fe]||delete ni[fe]})}}register(ae,fe){return!this._triggers[ae]&&(this._triggers[ae]=fe,!0)}_getTrigger(ae){const fe=this._triggers[ae];if(!fe)throw function B(vt){return new t.vHH(3401,M)}();return fe}trigger(ae,fe,Ye,wt=!0){const Vt=this._getTrigger(fe),ii=new Ua(this.id,fe,ae);let ni=this._engine.statesByElement.get(ae);ni||(Oi(ae,Ct),Oi(ae,Ct+"-"+fe),this._engine.statesByElement.set(ae,ni={}));let _i=ni[fe];const Pi=new oa(Ye,this.id);if(!(Ye&&Ye.hasOwnProperty("value"))&&_i&&Pi.absorbOptions(_i.options),ni[fe]=Pi,_i||(_i=Dr),Pi.value!==Br&&_i.value===Pi.value){if(!function gt(vt,ae){const fe=Object.keys(vt),Ye=Object.keys(ae);if(fe.length!=Ye.length)return!1;for(let wt=0;wt{tt(ae,tr),Re(ae,Lr)})}return}const Ln=V(this._engine.playersByElement,ae,[]);Ln.forEach(Tn=>{Tn.namespaceId==this.id&&Tn.triggerName==fe&&Tn.queued&&Tn.destroy()});let Rn=Vt.matchTransition(_i.value,Pi.value,ae,Pi.params),xn=!1;if(!Rn){if(!wt)return;Rn=Vt.fallbackTransition,xn=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:ae,triggerName:fe,transition:Rn,fromState:_i,toState:Pi,player:ii,isFallbackTransition:xn}),xn||(Oi(ae,Kr),ii.onStart(()=>{rn(ae,Kr)})),ii.onDone(()=>{let Tn=this.players.indexOf(ii);Tn>=0&&this.players.splice(Tn,1);const tr=this._engine.playersByElement.get(ae);if(tr){let Lr=tr.indexOf(ii);Lr>=0&&tr.splice(Lr,1)}}),this.players.push(ii),Ln.push(ii),ii}deregister(ae){delete this._triggers[ae],this._engine.statesByElement.forEach((fe,Ye)=>{delete fe[ae]}),this._elementListeners.forEach((fe,Ye)=>{this._elementListeners.set(Ye,fe.filter(wt=>wt.name!=ae))})}clearElementCache(ae){this._engine.statesByElement.delete(ae),this._elementListeners.delete(ae);const fe=this._engine.playersByElement.get(ae);fe&&(fe.forEach(Ye=>Ye.destroy()),this._engine.playersByElement.delete(ae))}_signalRemovalForInnerTriggers(ae,fe){const Ye=this._engine.driver.query(ae,et,!0);Ye.forEach(wt=>{if(wt[$n])return;const Vt=this._engine.fetchNamespacesByElement(wt);Vt.size?Vt.forEach(ii=>ii.triggerLeaveAnimation(wt,fe,!1,!0)):this.clearElementCache(wt)}),this._engine.afterFlushAnimationsDone(()=>Ye.forEach(wt=>this.clearElementCache(wt)))}triggerLeaveAnimation(ae,fe,Ye,wt){const Vt=this._engine.statesByElement.get(ae),ii=new Map;if(Vt){const ni=[];if(Object.keys(Vt).forEach(_i=>{if(ii.set(_i,Vt[_i].value),this._triggers[_i]){const Pi=this.trigger(ae,_i,Br,wt);Pi&&ni.push(Pi)}}),ni.length)return this._engine.markElementAsRemoved(this.id,ae,!0,fe,ii),Ye&&Ne(ni).onDone(()=>this._engine.processLeaveNode(ae)),!0}return!1}prepareLeaveAnimationListeners(ae){const fe=this._elementListeners.get(ae),Ye=this._engine.statesByElement.get(ae);if(fe&&Ye){const wt=new Set;fe.forEach(Vt=>{const ii=Vt.name;if(wt.has(ii))return;wt.add(ii);const _i=this._triggers[ii].fallbackTransition,Pi=Ye[ii]||Dr,tn=new oa(Br),dn=new Ua(this.id,ii,ae);this._engine.totalQueuedPlayers++,this._queue.push({element:ae,triggerName:ii,transition:_i,fromState:Pi,toState:tn,player:dn,isFallbackTransition:!0})})}}removeNode(ae,fe){const Ye=this._engine;if(ae.childElementCount&&this._signalRemovalForInnerTriggers(ae,fe),this.triggerLeaveAnimation(ae,fe,!0))return;let wt=!1;if(Ye.totalAnimations){const Vt=Ye.players.length?Ye.playersByQueriedElement.get(ae):[];if(Vt&&Vt.length)wt=!0;else{let ii=ae;for(;ii=ii.parentNode;)if(Ye.statesByElement.get(ii)){wt=!0;break}}}if(this.prepareLeaveAnimationListeners(ae),wt)Ye.markElementAsRemoved(this.id,ae,!1,fe);else{const Vt=ae[$n];(!Vt||Vt===Ia)&&(Ye.afterFlush(()=>this.clearElementCache(ae)),Ye.destroyInnerAnimations(ae),Ye._onRemovalComplete(ae,fe))}}insertNode(ae,fe){Oi(ae,this._hostClassName)}drainQueuedTransitions(ae){const fe=[];return this._queue.forEach(Ye=>{const wt=Ye.player;if(wt.destroyed)return;const Vt=Ye.element,ii=this._elementListeners.get(Vt);ii&&ii.forEach(ni=>{if(ni.name==Ye.triggerName){const _i=ye(Vt,Ye.triggerName,Ye.fromState.value,Ye.toState.value);_i._data=ae,Q(Ye.player,ni.phase,_i,ni.callback)}}),wt.markedForDestroy?this._engine.afterFlush(()=>{wt.destroy()}):fe.push(Ye)}),this._queue=[],fe.sort((Ye,wt)=>{const Vt=Ye.transition.ast.depCount,ii=wt.transition.ast.depCount;return 0==Vt||0==ii?Vt-ii:this._engine.driver.containsElement(Ye.element,wt.element)?1:-1})}destroy(ae){this.players.forEach(fe=>fe.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,ae)}elementContainsData(ae){let fe=!1;return this._elementListeners.has(ae)&&(fe=!0),fe=!!this._queue.find(Ye=>Ye.element===ae)||fe,fe}}class ba{constructor(ae,fe,Ye){this.bodyNode=ae,this.driver=fe,this._normalizer=Ye,this.players=[],this.newHostElements=new Map,this.playersByElement=new Map,this.playersByQueriedElement=new Map,this.statesByElement=new Map,this.disabledNodes=new Set,this.totalAnimations=0,this.totalQueuedPlayers=0,this._namespaceLookup={},this._namespaceList=[],this._flushFns=[],this._whenQuietFns=[],this.namespacesByHostElement=new Map,this.collectedEnterElements=[],this.collectedLeaveElements=[],this.onRemovalComplete=(wt,Vt)=>{}}_onRemovalComplete(ae,fe){this.onRemovalComplete(ae,fe)}get queuedPlayers(){const ae=[];return this._namespaceList.forEach(fe=>{fe.players.forEach(Ye=>{Ye.queued&&ae.push(Ye)})}),ae}createNamespace(ae,fe){const Ye=new Ur(ae,fe,this);return this.bodyNode&&this.driver.containsElement(this.bodyNode,fe)?this._balanceNamespaceList(Ye,fe):(this.newHostElements.set(fe,Ye),this.collectEnterElement(fe)),this._namespaceLookup[ae]=Ye}_balanceNamespaceList(ae,fe){const Ye=this._namespaceList,wt=this.namespacesByHostElement,Vt=Ye.length-1;if(Vt>=0){let ii=!1;if(void 0!==this.driver.getParentElement){let ni=this.driver.getParentElement(fe);for(;ni;){const _i=wt.get(ni);if(_i){const Pi=Ye.indexOf(_i);Ye.splice(Pi+1,0,ae),ii=!0;break}ni=this.driver.getParentElement(ni)}}else for(let ni=Vt;ni>=0;ni--)if(this.driver.containsElement(Ye[ni].hostElement,fe)){Ye.splice(ni+1,0,ae),ii=!0;break}ii||Ye.unshift(ae)}else Ye.push(ae);return wt.set(fe,ae),ae}register(ae,fe){let Ye=this._namespaceLookup[ae];return Ye||(Ye=this.createNamespace(ae,fe)),Ye}registerTrigger(ae,fe,Ye){let wt=this._namespaceLookup[ae];wt&&wt.register(fe,Ye)&&this.totalAnimations++}destroy(ae,fe){if(!ae)return;const Ye=this._fetchNamespace(ae);this.afterFlush(()=>{this.namespacesByHostElement.delete(Ye.hostElement),delete this._namespaceLookup[ae];const wt=this._namespaceList.indexOf(Ye);wt>=0&&this._namespaceList.splice(wt,1)}),this.afterFlushAnimationsDone(()=>Ye.destroy(fe))}_fetchNamespace(ae){return this._namespaceLookup[ae]}fetchNamespacesByElement(ae){const fe=new Set,Ye=this.statesByElement.get(ae);if(Ye){const wt=Object.keys(Ye);for(let Vt=0;Vt=0&&this.collectedLeaveElements.splice(ii,1)}if(ae){const ii=this._fetchNamespace(ae);ii&&ii.insertNode(fe,Ye)}wt&&this.collectEnterElement(fe)}collectEnterElement(ae){this.collectedEnterElements.push(ae)}markElementAsDisabled(ae,fe){fe?this.disabledNodes.has(ae)||(this.disabledNodes.add(ae),Oi(ae,Nr)):this.disabledNodes.has(ae)&&(this.disabledNodes.delete(ae),rn(ae,Nr))}removeNode(ae,fe,Ye,wt){if(St(fe)){const Vt=ae?this._fetchNamespace(ae):null;if(Vt?Vt.removeNode(fe,wt):this.markElementAsRemoved(ae,fe,!1,wt),Ye){const ii=this.namespacesByHostElement.get(fe);ii&&ii.id!==ae&&ii.removeNode(fe,wt)}}else this._onRemovalComplete(fe,wt)}markElementAsRemoved(ae,fe,Ye,wt,Vt){this.collectedLeaveElements.push(fe),fe[$n]={namespaceId:ae,setForRemoval:wt,hasAnimation:Ye,removedBeforeQueried:!1,previousTriggersValues:Vt}}listen(ae,fe,Ye,wt,Vt){return St(fe)?this._fetchNamespace(ae).listen(fe,Ye,wt,Vt):()=>{}}_buildInstruction(ae,fe,Ye,wt,Vt){return ae.transition.build(this.driver,ae.element,ae.fromState.value,ae.toState.value,Ye,wt,ae.fromState.options,ae.toState.options,fe,Vt)}destroyInnerAnimations(ae){let fe=this.driver.query(ae,et,!0);fe.forEach(Ye=>this.destroyActiveAnimationsForElement(Ye)),0!=this.playersByQueriedElement.size&&(fe=this.driver.query(ae,ei,!0),fe.forEach(Ye=>this.finishActiveQueriedAnimationOnElement(Ye)))}destroyActiveAnimationsForElement(ae){const fe=this.playersByElement.get(ae);fe&&fe.forEach(Ye=>{Ye.queued?Ye.markedForDestroy=!0:Ye.destroy()})}finishActiveQueriedAnimationOnElement(ae){const fe=this.playersByQueriedElement.get(ae);fe&&fe.forEach(Ye=>Ye.finish())}whenRenderingDone(){return new Promise(ae=>{if(this.players.length)return Ne(this.players).onDone(()=>ae());ae()})}processLeaveNode(ae){var fe;const Ye=ae[$n];if(Ye&&Ye.setForRemoval){if(ae[$n]=Ia,Ye.namespaceId){this.destroyInnerAnimations(ae);const wt=this._fetchNamespace(Ye.namespaceId);wt&&wt.clearElementCache(ae)}this._onRemovalComplete(ae,Ye.setForRemoval)}(null===(fe=ae.classList)||void 0===fe?void 0:fe.contains(Nr))&&this.markElementAsDisabled(ae,!1),this.driver.query(ae,".ng-animate-disabled",!0).forEach(wt=>{this.markElementAsDisabled(wt,!1)})}flush(ae=-1){let fe=[];if(this.newHostElements.size&&(this.newHostElements.forEach((Ye,wt)=>this._balanceNamespaceList(Ye,wt)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let Ye=0;YeYe()),this._flushFns=[],this._whenQuietFns.length){const Ye=this._whenQuietFns;this._whenQuietFns=[],fe.length?Ne(fe).onDone(()=>{Ye.forEach(wt=>wt())}):Ye.forEach(wt=>wt())}}reportError(ae){throw function P(vt){return new t.vHH(3402,M)}()}_flushAnimations(ae,fe){const Ye=new Dn,wt=[],Vt=new Map,ii=[],ni=new Map,_i=new Map,Pi=new Map,tn=new Set;this.disabledNodes.forEach(ti=>{tn.add(ti);const pi=this.driver.query(ti,".ng-animate-queued",!0);for(let Li=0;Li{const Li=xt+Tn++;xn.set(pi,Li),ti.forEach(Qi=>Oi(Qi,Li))});const tr=[],Lr=new Set,mr=new Set;for(let ti=0;tiLr.add(Qi)):mr.add(pi))}const ta=new Map,Qr=Ti(Ln,Array.from(Lr));Qr.forEach((ti,pi)=>{const Li=Nt+Tn++;ta.set(pi,Li),ti.forEach(Qi=>Oi(Qi,Li))}),ae.push(()=>{Rn.forEach((ti,pi)=>{const Li=xn.get(pi);ti.forEach(Qi=>rn(Qi,Li))}),Qr.forEach((ti,pi)=>{const Li=ta.get(pi);ti.forEach(Qi=>rn(Qi,Li))}),tr.forEach(ti=>{this.processLeaveNode(ti)})});const gr=[],Zr=[];for(let ti=this._namespaceList.length-1;ti>=0;ti--)this._namespaceList[ti].drainQueuedTransitions(fe).forEach(Li=>{const Qi=Li.player,Xi=Li.element;if(gr.push(Qi),this.collectedEnterElements.length){const sr=Xi[$n];if(sr&&sr.setForMove){if(sr.previousTriggersValues&&sr.previousTriggersValues.has(Li.triggerName)){const Sr=sr.previousTriggersValues.get(Li.triggerName),_r=this.statesByElement.get(Li.element);_r&&_r[Li.triggerName]&&(_r[Li.triggerName].value=Sr)}return void Qi.destroy()}}const on=!dn||!this.driver.containsElement(dn,Xi),bn=ta.get(Xi),er=xn.get(Xi),Pn=this._buildInstruction(Li,Ye,er,bn,on);if(Pn.errors&&Pn.errors.length)return void Zr.push(Pn);if(on)return Qi.onStart(()=>tt(Xi,Pn.fromStyles)),Qi.onDestroy(()=>Re(Xi,Pn.toStyles)),void wt.push(Qi);if(Li.isFallbackTransition)return Qi.onStart(()=>tt(Xi,Pn.fromStyles)),Qi.onDestroy(()=>Re(Xi,Pn.toStyles)),void wt.push(Qi);const la=[];Pn.timelines.forEach(sr=>{sr.stretchStartingKeyframe=!0,this.disabledNodes.has(sr.element)||la.push(sr)}),Pn.timelines=la,Ye.append(Xi,Pn.timelines),ii.push({instruction:Pn,player:Qi,element:Xi}),Pn.queriedElements.forEach(sr=>V(ni,sr,[]).push(Qi)),Pn.preStyleProps.forEach((sr,Sr)=>{const _r=Object.keys(sr);if(_r.length){let Hr=_i.get(Sr);Hr||_i.set(Sr,Hr=new Set),_r.forEach(qr=>Hr.add(qr))}}),Pn.postStyleProps.forEach((sr,Sr)=>{const _r=Object.keys(sr);let Hr=Pi.get(Sr);Hr||Pi.set(Sr,Hr=new Set),_r.forEach(qr=>Hr.add(qr))})});if(Zr.length){const ti=[];Zr.forEach(pi=>{ti.push(function q(vt,ae){return new t.vHH(3505,M)}())}),gr.forEach(pi=>pi.destroy()),this.reportError(ti)}const Zn=new Map,Cr=new Map;ii.forEach(ti=>{const pi=ti.element;Ye.has(pi)&&(Cr.set(pi,pi),this._beforeAnimationBuild(ti.player.namespaceId,ti.instruction,Zn))}),wt.forEach(ti=>{const pi=ti.element;this._getPreviousPlayers(pi,!1,ti.namespaceId,ti.triggerName,null).forEach(Qi=>{V(Zn,pi,[]).push(Qi),Qi.destroy()})});const Za=tr.filter(ti=>Qt(ti,_i,Pi)),rt=new Map;ai(rt,this.driver,mr,Pi,f.l3).forEach(ti=>{Qt(ti,_i,Pi)&&Za.push(ti)});const Dt=new Map;Rn.forEach((ti,pi)=>{ai(Dt,this.driver,new Set(ti),_i,f.k1)}),Za.forEach(ti=>{const pi=rt.get(ti),Li=Dt.get(ti);rt.set(ti,Object.assign(Object.assign({},pi),Li))});const Rt=[],Jt=[],Ci={};ii.forEach(ti=>{const{element:pi,player:Li,instruction:Qi}=ti;if(Ye.has(pi)){if(tn.has(pi))return Li.onDestroy(()=>Re(pi,Qi.toStyles)),Li.disabled=!0,Li.overrideTotalTime(Qi.totalTime),void wt.push(Li);let Xi=Ci;if(Cr.size>1){let bn=pi;const er=[];for(;bn=bn.parentNode;){const Pn=Cr.get(bn);if(Pn){Xi=Pn;break}er.push(bn)}er.forEach(Pn=>Cr.set(Pn,Xi))}const on=this._buildAnimation(Li.namespaceId,Qi,Zn,Vt,Dt,rt);if(Li.setRealPlayer(on),Xi===Ci)Rt.push(Li);else{const bn=this.playersByElement.get(Xi);bn&&bn.length&&(Li.parentPlayer=Ne(bn)),wt.push(Li)}}else tt(pi,Qi.fromStyles),Li.onDestroy(()=>Re(pi,Qi.toStyles)),Jt.push(Li),tn.has(pi)&&wt.push(Li)}),Jt.forEach(ti=>{const pi=Vt.get(ti.element);if(pi&&pi.length){const Li=Ne(pi);ti.setRealPlayer(Li)}}),wt.forEach(ti=>{ti.parentPlayer?ti.syncPlayerEvents(ti.parentPlayer):ti.destroy()});for(let ti=0;ti!on.destroyed);Xi.length?qn(this,pi,Xi):this.processLeaveNode(pi)}return tr.length=0,Rt.forEach(ti=>{this.players.push(ti),ti.onDone(()=>{ti.destroy();const pi=this.players.indexOf(ti);this.players.splice(pi,1)}),ti.play()}),Rt}elementContainsData(ae,fe){let Ye=!1;const wt=fe[$n];return wt&&wt.setForRemoval&&(Ye=!0),this.playersByElement.has(fe)&&(Ye=!0),this.playersByQueriedElement.has(fe)&&(Ye=!0),this.statesByElement.has(fe)&&(Ye=!0),this._fetchNamespace(ae).elementContainsData(fe)||Ye}afterFlush(ae){this._flushFns.push(ae)}afterFlushAnimationsDone(ae){this._whenQuietFns.push(ae)}_getPreviousPlayers(ae,fe,Ye,wt,Vt){let ii=[];if(fe){const ni=this.playersByQueriedElement.get(ae);ni&&(ii=ni)}else{const ni=this.playersByElement.get(ae);if(ni){const _i=!Vt||Vt==Br;ni.forEach(Pi=>{Pi.queued||!_i&&Pi.triggerName!=wt||ii.push(Pi)})}}return(Ye||wt)&&(ii=ii.filter(ni=>!(Ye&&Ye!=ni.namespaceId||wt&&wt!=ni.triggerName))),ii}_beforeAnimationBuild(ae,fe,Ye){const Vt=fe.element,ii=fe.isRemovalTransition?void 0:ae,ni=fe.isRemovalTransition?void 0:fe.triggerName;for(const _i of fe.timelines){const Pi=_i.element,tn=Pi!==Vt,dn=V(Ye,Pi,[]);this._getPreviousPlayers(Pi,tn,ii,ni,fe.toState).forEach(Rn=>{const xn=Rn.getRealPlayer();xn.beforeDestroy&&xn.beforeDestroy(),Rn.destroy(),dn.push(Rn)})}tt(Vt,fe.fromStyles)}_buildAnimation(ae,fe,Ye,wt,Vt,ii){const ni=fe.triggerName,_i=fe.element,Pi=[],tn=new Set,dn=new Set,Ln=fe.timelines.map(xn=>{const Tn=xn.element;tn.add(Tn);const tr=Tn[$n];if(tr&&tr.removedBeforeQueried)return new f.ZN(xn.duration,xn.delay);const Lr=Tn!==_i,mr=function Ot(vt){const ae=[];return oi(vt,ae),ae}((Ye.get(Tn)||nr).map(Zn=>Zn.getRealPlayer())).filter(Zn=>!!Zn.element&&Zn.element===Tn),ta=Vt.get(Tn),Qr=ii.get(Tn),gr=we(0,this._normalizer,0,xn.keyframes,ta,Qr),Zr=this._buildPlayer(xn,gr,mr);if(xn.subTimeline&&wt&&dn.add(Tn),Lr){const Zn=new Ua(ae,ni,Tn);Zn.setRealPlayer(Zr),Pi.push(Zn)}return Zr});Pi.forEach(xn=>{V(this.playersByQueriedElement,xn.element,[]).push(xn),xn.onDone(()=>function Qn(vt,ae,fe){let Ye;if(vt instanceof Map){if(Ye=vt.get(ae),Ye){if(Ye.length){const wt=Ye.indexOf(fe);Ye.splice(wt,1)}0==Ye.length&&vt.delete(ae)}}else if(Ye=vt[ae],Ye){if(Ye.length){const wt=Ye.indexOf(fe);Ye.splice(wt,1)}0==Ye.length&&delete vt[ae]}return Ye}(this.playersByQueriedElement,xn.element,xn))}),tn.forEach(xn=>Oi(xn,yt));const Rn=Ne(Ln);return Rn.onDestroy(()=>{tn.forEach(xn=>rn(xn,yt)),Re(_i,fe.toStyles)}),dn.forEach(xn=>{V(wt,xn,[]).push(Rn)}),Rn}_buildPlayer(ae,fe,Ye){return fe.length>0?this.driver.animate(ae.element,fe,ae.duration,ae.delay,ae.easing,Ye):new f.ZN(ae.duration,ae.delay)}}class Ua{constructor(ae,fe,Ye){this.namespaceId=ae,this.triggerName=fe,this.element=Ye,this._player=new f.ZN,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.disabled=!1,this.queued=!0,this.totalTime=0}setRealPlayer(ae){this._containsRealPlayer||(this._player=ae,Object.keys(this._queuedCallbacks).forEach(fe=>{this._queuedCallbacks[fe].forEach(Ye=>Q(ae,fe,void 0,Ye))}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.overrideTotalTime(ae.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(ae){this.totalTime=ae}syncPlayerEvents(ae){const fe=this._player;fe.triggerCallback&&ae.onStart(()=>fe.triggerCallback("start")),ae.onDone(()=>this.finish()),ae.onDestroy(()=>this.destroy())}_queueEvent(ae,fe){V(this._queuedCallbacks,ae,[]).push(fe)}onDone(ae){this.queued&&this._queueEvent("done",ae),this._player.onDone(ae)}onStart(ae){this.queued&&this._queueEvent("start",ae),this._player.onStart(ae)}onDestroy(ae){this.queued&&this._queueEvent("destroy",ae),this._player.onDestroy(ae)}init(){this._player.init()}hasStarted(){return!this.queued&&this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(ae){this.queued||this._player.setPosition(ae)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(ae){const fe=this._player;fe.triggerCallback&&fe.triggerCallback(ae)}}function St(vt){return vt&&1===vt.nodeType}function kt(vt,ae){const fe=vt.style.display;return vt.style.display=null!=ae?ae:"none",fe}function ai(vt,ae,fe,Ye,wt){const Vt=[];fe.forEach(_i=>Vt.push(kt(_i)));const ii=[];Ye.forEach((_i,Pi)=>{const tn={};_i.forEach(dn=>{const Ln=tn[dn]=ae.computeStyle(Pi,dn,wt);(!Ln||0==Ln.length)&&(Pi[$n]=Pa,ii.push(Pi))}),vt.set(Pi,tn)});let ni=0;return fe.forEach(_i=>kt(_i,Vt[ni++])),ii}function Ti(vt,ae){const fe=new Map;if(vt.forEach(ni=>fe.set(ni,[])),0==ae.length)return fe;const wt=new Set(ae),Vt=new Map;function ii(ni){if(!ni)return 1;let _i=Vt.get(ni);if(_i)return _i;const Pi=ni.parentNode;return _i=fe.has(Pi)?Pi:wt.has(Pi)?1:ii(Pi),Vt.set(ni,_i),_i}return ae.forEach(ni=>{const _i=ii(ni);1!==_i&&fe.get(_i).push(ni)}),fe}function Oi(vt,ae){var fe;null===(fe=vt.classList)||void 0===fe||fe.add(ae)}function rn(vt,ae){var fe;null===(fe=vt.classList)||void 0===fe||fe.remove(ae)}function qn(vt,ae,fe){Ne(fe).onDone(()=>vt.processLeaveNode(ae))}function oi(vt,ae){for(let fe=0;fewt.add(Vt)):ae.set(vt,Ye),fe.delete(vt),!0}class Di{constructor(ae,fe,Ye){this.bodyNode=ae,this._driver=fe,this._normalizer=Ye,this._triggerCache={},this.onRemovalComplete=(wt,Vt)=>{},this._transitionEngine=new ba(ae,fe,Ye),this._timelineEngine=new zr(ae,fe,Ye),this._transitionEngine.onRemovalComplete=(wt,Vt)=>this.onRemovalComplete(wt,Vt)}registerTrigger(ae,fe,Ye,wt,Vt){const ii=ae+"-"+wt;let ni=this._triggerCache[ii];if(!ni){const _i=[],tn=sn(this._driver,Vt,_i,[]);if(_i.length)throw function r(vt,ae){return new t.vHH(3404,M)}();ni=function qa(vt,ae,fe){return new jr(vt,ae,fe)}(wt,tn,this._normalizer),this._triggerCache[ii]=ni}this._transitionEngine.registerTrigger(fe,wt,ni)}register(ae,fe){this._transitionEngine.register(ae,fe)}destroy(ae,fe){this._transitionEngine.destroy(ae,fe)}onInsert(ae,fe,Ye,wt){this._transitionEngine.insertNode(ae,fe,Ye,wt)}onRemove(ae,fe,Ye,wt){this._transitionEngine.removeNode(ae,fe,wt||!1,Ye)}disableAnimations(ae,fe){this._transitionEngine.markElementAsDisabled(ae,fe)}process(ae,fe,Ye,wt){if("@"==Ye.charAt(0)){const[Vt,ii]=De(Ye);this._timelineEngine.command(Vt,fe,ii,wt)}else this._transitionEngine.trigger(ae,fe,Ye,wt)}listen(ae,fe,Ye,wt,Vt){if("@"==Ye.charAt(0)){const[ii,ni]=De(Ye);return this._timelineEngine.listen(ii,fe,ni,Vt)}return this._transitionEngine.listen(ae,fe,Ye,wt,Vt)}flush(ae=-1){this._transitionEngine.flush(ae)}get players(){return this._transitionEngine.players.concat(this._timelineEngine.players)}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}}let Ke=(()=>{class vt{constructor(fe,Ye,wt){this._element=fe,this._startStyles=Ye,this._endStyles=wt,this._state=0;let Vt=vt.initialStylesByElement.get(fe);Vt||vt.initialStylesByElement.set(fe,Vt={}),this._initialStyles=Vt}start(){this._state<1&&(this._startStyles&&Re(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(Re(this._element,this._initialStyles),this._endStyles&&(Re(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(vt.initialStylesByElement.delete(this._element),this._startStyles&&(tt(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(tt(this._element,this._endStyles),this._endStyles=null),Re(this._element,this._initialStyles),this._state=3)}}return vt.initialStylesByElement=new WeakMap,vt})();function We(vt){let ae=null;const fe=Object.keys(vt);for(let Ye=0;Yeae()),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;const ae=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,ae,this.options),this._finalKeyframe=ae.length?ae[ae.length-1]:{},this.domPlayer.addEventListener("finish",()=>this._onFinish())}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_triggerWebAnimation(ae,fe,Ye){return ae.animate(fe,Ye)}onStart(ae){this._onStartFns.push(ae)}onDone(ae){this._onDoneFns.push(ae)}onDestroy(ae){this._onDestroyFns.push(ae)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(ae=>ae()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(ae=>ae()),this._onDestroyFns=[])}setPosition(ae){void 0===this.domPlayer&&this.init(),this.domPlayer.currentTime=ae*this.time}getPosition(){return this.domPlayer.currentTime/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){const ae={};if(this.hasStarted()){const fe=this._finalKeyframe;Object.keys(fe).forEach(Ye=>{"offset"!=Ye&&(ae[Ye]=this._finished?fe[Ye]:en(this.element,Ye))})}this.currentSnapshot=ae}triggerCallback(ae){const fe="start"==ae?this._onStartFns:this._onDoneFns;fe.forEach(Ye=>Ye()),fe.length=0}}class yi{validateStyleProperty(ae){return ue(ae)}matchesElement(ae,fe){return!1}containsElement(ae,fe){return Le(ae,fe)}getParentElement(ae){return le(ae)}query(ae,fe,Ye){return ut(ae,fe,Ye)}computeStyle(ae,fe,Ye){return window.getComputedStyle(ae)[fe]}animate(ae,fe,Ye,wt,Vt,ii=[]){const _i={duration:Ye,delay:wt,fill:0==wt?"both":"forwards"};Vt&&(_i.easing=Vt);const Pi={},tn=ii.filter(Ln=>Ln instanceof Lt);(function Ji(vt,ae){return 0===vt||0===ae})(Ye,wt)&&tn.forEach(Ln=>{let Rn=Ln.currentSnapshot;Object.keys(Rn).forEach(xn=>Pi[xn]=Rn[xn])}),fe=function fi(vt,ae,fe){const Ye=Object.keys(fe);if(Ye.length&&ae.length){let Vt=ae[0],ii=[];if(Ye.forEach(ni=>{Vt.hasOwnProperty(ni)||ii.push(ni),Vt[ni]=fe[ni]}),ii.length)for(var wt=1;wtmt(Ln,!1)),Pi);const dn=function Gi(vt,ae){let fe=null,Ye=null;return Array.isArray(ae)&&ae.length?(fe=We(ae[0]),ae.length>1&&(Ye=We(ae[ae.length-1]))):ae&&(fe=We(ae)),fe||Ye?new Ke(vt,fe,Ye):null}(ae,fe);return new Lt(ae,fe,_i,dn)}}var Yi=p(9808);let Fn=(()=>{class vt extends f._j{constructor(fe,Ye){super(),this._nextAnimationId=0,this._renderer=fe.createRenderer(Ye.body,{id:"0",encapsulation:t.ifc.None,styles:[],data:{animation:[]}})}build(fe){const Ye=this._nextAnimationId.toString();this._nextAnimationId++;const wt=Array.isArray(fe)?(0,f.vP)(fe):fe;return Ma(this._renderer,null,Ye,"register",[wt]),new Rr(Ye,this._renderer)}}return vt.\u0275fac=function(fe){return new(fe||vt)(t.LFG(t.FYo),t.LFG(Yi.K0))},vt.\u0275prov=t.Yz7({token:vt,factory:vt.\u0275fac}),vt})();class Rr extends f.LC{constructor(ae,fe){super(),this._id=ae,this._renderer=fe}create(ae,fe){return new Ja(this._id,ae,fe||{},this._renderer)}}class Ja{constructor(ae,fe,Ye,wt){this.id=ae,this.element=fe,this._renderer=wt,this.parentPlayer=null,this._started=!1,this.totalTime=0,this._command("create",Ye)}_listen(ae,fe){return this._renderer.listen(this.element,`@@${this.id}:${ae}`,fe)}_command(ae,...fe){return Ma(this._renderer,this.element,this.id,ae,fe)}onDone(ae){this._listen("done",ae)}onStart(ae){this._listen("start",ae)}onDestroy(ae){this._listen("destroy",ae)}init(){this._command("init")}hasStarted(){return this._started}play(){this._command("play"),this._started=!0}pause(){this._command("pause")}restart(){this._command("restart")}finish(){this._command("finish")}destroy(){this._command("destroy")}reset(){this._command("reset"),this._started=!1}setPosition(ae){this._command("setPosition",ae)}getPosition(){var ae,fe;return null!==(fe=null===(ae=this._renderer.engine.players[+this.id])||void 0===ae?void 0:ae.getPosition())&&void 0!==fe?fe:0}}function Ma(vt,ae,fe,Ye,wt){return vt.setProperty(ae,`@@${fe}:${Ye}`,wt)}const Fi="@.disabled";let Gn=(()=>{class vt{constructor(fe,Ye,wt){this.delegate=fe,this.engine=Ye,this._zone=wt,this._currentId=0,this._microtaskId=1,this._animationCallbacksBuffer=[],this._rendererCache=new Map,this._cdRecurDepth=0,this.promise=Promise.resolve(0),Ye.onRemovalComplete=(Vt,ii)=>{const ni=null==ii?void 0:ii.parentNode(Vt);ni&&ii.removeChild(ni,Vt)}}createRenderer(fe,Ye){const Vt=this.delegate.createRenderer(fe,Ye);if(!(fe&&Ye&&Ye.data&&Ye.data.animation)){let tn=this._rendererCache.get(Vt);return tn||(tn=new ns("",Vt,this.engine),this._rendererCache.set(Vt,tn)),tn}const ii=Ye.id,ni=Ye.id+"-"+this._currentId;this._currentId++,this.engine.register(ni,fe);const _i=tn=>{Array.isArray(tn)?tn.forEach(_i):this.engine.registerTrigger(ii,ni,fe,tn.name,tn)};return Ye.data.animation.forEach(_i),new br(this,ni,Vt,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){this.promise.then(()=>{this._microtaskId++})}scheduleListenerCallback(fe,Ye,wt){fe>=0&&feYe(wt)):(0==this._animationCallbacksBuffer.length&&Promise.resolve(null).then(()=>{this._zone.run(()=>{this._animationCallbacksBuffer.forEach(Vt=>{const[ii,ni]=Vt;ii(ni)}),this._animationCallbacksBuffer=[]})}),this._animationCallbacksBuffer.push([Ye,wt]))}end(){this._cdRecurDepth--,0==this._cdRecurDepth&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}}return vt.\u0275fac=function(fe){return new(fe||vt)(t.LFG(t.FYo),t.LFG(Di),t.LFG(t.R0b))},vt.\u0275prov=t.Yz7({token:vt,factory:vt.\u0275fac}),vt})();class ns{constructor(ae,fe,Ye){this.namespaceId=ae,this.delegate=fe,this.engine=Ye,this.destroyNode=this.delegate.destroyNode?wt=>fe.destroyNode(wt):null}get data(){return this.delegate.data}destroy(){this.engine.destroy(this.namespaceId,this.delegate),this.delegate.destroy()}createElement(ae,fe){return this.delegate.createElement(ae,fe)}createComment(ae){return this.delegate.createComment(ae)}createText(ae){return this.delegate.createText(ae)}appendChild(ae,fe){this.delegate.appendChild(ae,fe),this.engine.onInsert(this.namespaceId,fe,ae,!1)}insertBefore(ae,fe,Ye,wt=!0){this.delegate.insertBefore(ae,fe,Ye),this.engine.onInsert(this.namespaceId,fe,ae,wt)}removeChild(ae,fe,Ye){this.engine.onRemove(this.namespaceId,fe,this.delegate,Ye)}selectRootElement(ae,fe){return this.delegate.selectRootElement(ae,fe)}parentNode(ae){return this.delegate.parentNode(ae)}nextSibling(ae){return this.delegate.nextSibling(ae)}setAttribute(ae,fe,Ye,wt){this.delegate.setAttribute(ae,fe,Ye,wt)}removeAttribute(ae,fe,Ye){this.delegate.removeAttribute(ae,fe,Ye)}addClass(ae,fe){this.delegate.addClass(ae,fe)}removeClass(ae,fe){this.delegate.removeClass(ae,fe)}setStyle(ae,fe,Ye,wt){this.delegate.setStyle(ae,fe,Ye,wt)}removeStyle(ae,fe,Ye){this.delegate.removeStyle(ae,fe,Ye)}setProperty(ae,fe,Ye){"@"==fe.charAt(0)&&fe==Fi?this.disableAnimations(ae,!!Ye):this.delegate.setProperty(ae,fe,Ye)}setValue(ae,fe){this.delegate.setValue(ae,fe)}listen(ae,fe,Ye){return this.delegate.listen(ae,fe,Ye)}disableAnimations(ae,fe){this.engine.disableAnimations(ae,fe)}}class br extends ns{constructor(ae,fe,Ye,wt){super(fe,Ye,wt),this.factory=ae,this.namespaceId=fe}setProperty(ae,fe,Ye){"@"==fe.charAt(0)?"."==fe.charAt(1)&&fe==Fi?this.disableAnimations(ae,Ye=void 0===Ye||!!Ye):this.engine.process(this.namespaceId,ae,fe.substr(1),Ye):this.delegate.setProperty(ae,fe,Ye)}listen(ae,fe,Ye){if("@"==fe.charAt(0)){const wt=function js(vt){switch(vt){case"body":return document.body;case"document":return document;case"window":return window;default:return vt}}(ae);let Vt=fe.substr(1),ii="";return"@"!=Vt.charAt(0)&&([Vt,ii]=function rs(vt){const ae=vt.indexOf(".");return[vt.substring(0,ae),vt.substr(ae+1)]}(Vt)),this.engine.listen(this.namespaceId,wt,Vt,ii,ni=>{this.factory.scheduleListenerCallback(ni._data||-1,Ye,ni)})}return this.delegate.listen(ae,fe,Ye)}}let pa=(()=>{class vt extends Di{constructor(fe,Ye,wt){super(fe.body,Ye,wt)}ngOnDestroy(){this.flush()}}return vt.\u0275fac=function(fe){return new(fe||vt)(t.LFG(Yi.K0),t.LFG(ui),t.LFG(lr))},vt.\u0275prov=t.Yz7({token:vt,factory:vt.\u0275fac}),vt})();const Ks=new t.OlP("AnimationModuleType"),as=[{provide:f._j,useClass:Fn},{provide:lr,useFactory:function Es(){return new ha}},{provide:Di,useClass:pa},{provide:t.FYo,useFactory:function Ts(vt,ae,fe){return new Gn(vt,ae,fe)},deps:[e.se,Di,t.R0b]}],As=[{provide:ui,useFactory:()=>new yi},{provide:Ks,useValue:"BrowserAnimations"},...as],bs=[{provide:ui,useClass:It},{provide:Ks,useValue:"NoopAnimations"},...as];let Gr=(()=>{class vt{static withConfig(fe){return{ngModule:vt,providers:fe.disableAnimations?bs:As}}}return vt.\u0275fac=function(fe){return new(fe||vt)},vt.\u0275mod=t.oAB({type:vt}),vt.\u0275inj=t.cJS({providers:As,imports:[e.b2]}),vt})()},2313:(Ve,j,p)=>{"use strict";p.d(j,{H7:()=>it,b2:()=>dt,q6:()=>V,se:()=>c,t6:()=>Ht});var t=p(9808),e=p(5e3);class f extends t.w_{constructor(){super(...arguments),this.supportsDOMEvents=!0}}class M extends f{static makeCurrent(){(0,t.HT)(new M)}onAndCancel(Ge,at,st){return Ge.addEventListener(at,st,!1),()=>{Ge.removeEventListener(at,st,!1)}}dispatchEvent(Ge,at){Ge.dispatchEvent(at)}remove(Ge){Ge.parentNode&&Ge.parentNode.removeChild(Ge)}createElement(Ge,at){return(at=at||this.getDefaultDocument()).createElement(Ge)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(Ge){return Ge.nodeType===Node.ELEMENT_NODE}isShadowRoot(Ge){return Ge instanceof DocumentFragment}getGlobalEventTarget(Ge,at){return"window"===at?window:"document"===at?Ge:"body"===at?Ge.body:null}getBaseHref(Ge){const at=function b(){return a=a||document.querySelector("base"),a?a.getAttribute("href"):null}();return null==at?null:function N(Se){d=d||document.createElement("a"),d.setAttribute("href",Se);const Ge=d.pathname;return"/"===Ge.charAt(0)?Ge:`/${Ge}`}(at)}resetBaseElement(){a=null}getUserAgent(){return window.navigator.userAgent}getCookie(Ge){return(0,t.Mx)(document.cookie,Ge)}}let d,a=null;const h=new e.OlP("TRANSITION_ID"),w=[{provide:e.ip1,useFactory:function A(Se,Ge,at){return()=>{at.get(e.CZH).donePromise.then(()=>{const st=(0,t.q)(),bt=Ge.querySelectorAll(`style[ng-transition="${Se}"]`);for(let gi=0;gi{const gi=Ge.findTestabilityInTree(st,bt);if(null==gi)throw new Error("Could not find testability for element.");return gi},e.dqk.getAllAngularTestabilities=()=>Ge.getAllTestabilities(),e.dqk.getAllAngularRootElements=()=>Ge.getAllRootElements(),e.dqk.frameworkStabilizers||(e.dqk.frameworkStabilizers=[]),e.dqk.frameworkStabilizers.push(st=>{const bt=e.dqk.getAllAngularTestabilities();let gi=bt.length,qt=!1;const Xt=function(Ji){qt=qt||Ji,gi--,0==gi&&st(qt)};bt.forEach(function(Ji){Ji.whenStable(Xt)})})}findTestabilityInTree(Ge,at,st){if(null==at)return null;const bt=Ge.getTestability(at);return null!=bt?bt:st?(0,t.q)().isShadowRoot(at)?this.findTestabilityInTree(Ge,at.host,!0):this.findTestabilityInTree(Ge,at.parentElement,!0):null}}let L=(()=>{class Se{build(){return new XMLHttpRequest}}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();const k=new e.OlP("EventManagerPlugins");let S=(()=>{class Se{constructor(at,st){this._zone=st,this._eventNameToPlugin=new Map,at.forEach(bt=>bt.manager=this),this._plugins=at.slice().reverse()}addEventListener(at,st,bt){return this._findPluginFor(st).addEventListener(at,st,bt)}addGlobalEventListener(at,st,bt){return this._findPluginFor(st).addGlobalEventListener(at,st,bt)}getZone(){return this._zone}_findPluginFor(at){const st=this._eventNameToPlugin.get(at);if(st)return st;const bt=this._plugins;for(let gi=0;gi{class Se{constructor(){this._stylesSet=new Set}addStyles(at){const st=new Set;at.forEach(bt=>{this._stylesSet.has(bt)||(this._stylesSet.add(bt),st.add(bt))}),this.onStylesAdded(st)}onStylesAdded(at){}getAllStyles(){return Array.from(this._stylesSet)}}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})(),Y=(()=>{class Se extends Z{constructor(at){super(),this._doc=at,this._hostNodes=new Map,this._hostNodes.set(at.head,[])}_addStylesToHost(at,st,bt){at.forEach(gi=>{const qt=this._doc.createElement("style");qt.textContent=gi,bt.push(st.appendChild(qt))})}addHost(at){const st=[];this._addStylesToHost(this._stylesSet,at,st),this._hostNodes.set(at,st)}removeHost(at){const st=this._hostNodes.get(at);st&&st.forEach(ne),this._hostNodes.delete(at)}onStylesAdded(at){this._hostNodes.forEach((st,bt)=>{this._addStylesToHost(at,bt,st)})}ngOnDestroy(){this._hostNodes.forEach(at=>at.forEach(ne))}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();function ne(Se){(0,t.q)().remove(Se)}const $={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/MathML/"},de=/%COMP%/g;function i(Se,Ge,at){for(let st=0;st{if("__ngUnwrap__"===Ge)return Se;!1===Se(Ge)&&(Ge.preventDefault(),Ge.returnValue=!1)}}let c=(()=>{class Se{constructor(at,st,bt){this.eventManager=at,this.sharedStylesHost=st,this.appId=bt,this.rendererByCompId=new Map,this.defaultRenderer=new _(at)}createRenderer(at,st){if(!at||!st)return this.defaultRenderer;switch(st.encapsulation){case e.ifc.Emulated:{let bt=this.rendererByCompId.get(st.id);return bt||(bt=new v(this.eventManager,this.sharedStylesHost,st,this.appId),this.rendererByCompId.set(st.id,bt)),bt.applyToHost(at),bt}case 1:case e.ifc.ShadowDom:return new n(this.eventManager,this.sharedStylesHost,at,st);default:if(!this.rendererByCompId.has(st.id)){const bt=i(st.id,st.styles,[]);this.sharedStylesHost.addStyles(bt),this.rendererByCompId.set(st.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(S),e.LFG(Y),e.LFG(e.AFp))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();class _{constructor(Ge){this.eventManager=Ge,this.data=Object.create(null),this.destroyNode=null}destroy(){}createElement(Ge,at){return at?document.createElementNS($[at]||at,Ge):document.createElement(Ge)}createComment(Ge){return document.createComment(Ge)}createText(Ge){return document.createTextNode(Ge)}appendChild(Ge,at){Ge.appendChild(at)}insertBefore(Ge,at,st){Ge&&Ge.insertBefore(at,st)}removeChild(Ge,at){Ge&&Ge.removeChild(at)}selectRootElement(Ge,at){let st="string"==typeof Ge?document.querySelector(Ge):Ge;if(!st)throw new Error(`The selector "${Ge}" did not match any elements`);return at||(st.textContent=""),st}parentNode(Ge){return Ge.parentNode}nextSibling(Ge){return Ge.nextSibling}setAttribute(Ge,at,st,bt){if(bt){at=bt+":"+at;const gi=$[bt];gi?Ge.setAttributeNS(gi,at,st):Ge.setAttribute(at,st)}else Ge.setAttribute(at,st)}removeAttribute(Ge,at,st){if(st){const bt=$[st];bt?Ge.removeAttributeNS(bt,at):Ge.removeAttribute(`${st}:${at}`)}else Ge.removeAttribute(at)}addClass(Ge,at){Ge.classList.add(at)}removeClass(Ge,at){Ge.classList.remove(at)}setStyle(Ge,at,st,bt){bt&(e.JOm.DashCase|e.JOm.Important)?Ge.style.setProperty(at,st,bt&e.JOm.Important?"important":""):Ge.style[at]=st}removeStyle(Ge,at,st){st&e.JOm.DashCase?Ge.style.removeProperty(at):Ge.style[at]=""}setProperty(Ge,at,st){Ge[at]=st}setValue(Ge,at){Ge.nodeValue=at}listen(Ge,at,st){return"string"==typeof Ge?this.eventManager.addGlobalEventListener(Ge,at,r(st)):this.eventManager.addEventListener(Ge,at,r(st))}}class v extends _{constructor(Ge,at,st,bt){super(Ge),this.component=st;const gi=i(bt+"-"+st.id,st.styles,[]);at.addStyles(gi),this.contentAttr=function me(Se){return"_ngcontent-%COMP%".replace(de,Se)}(bt+"-"+st.id),this.hostAttr=function y(Se){return"_nghost-%COMP%".replace(de,Se)}(bt+"-"+st.id)}applyToHost(Ge){super.setAttribute(Ge,this.hostAttr,"")}createElement(Ge,at){const st=super.createElement(Ge,at);return super.setAttribute(st,this.contentAttr,""),st}}class n extends _{constructor(Ge,at,st,bt){super(Ge),this.sharedStylesHost=at,this.hostEl=st,this.shadowRoot=st.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const gi=i(bt.id,bt.styles,[]);for(let qt=0;qt{class Se extends U{constructor(at){super(at)}supports(at){return!0}addEventListener(at,st,bt){return at.addEventListener(st,bt,!1),()=>this.removeEventListener(at,st,bt)}removeEventListener(at,st,bt){return at.removeEventListener(st,bt)}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();const B=["alt","control","meta","shift"],H={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},q={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","\x90":"NumLock"},he={alt:Se=>Se.altKey,control:Se=>Se.ctrlKey,meta:Se=>Se.metaKey,shift:Se=>Se.shiftKey};let _e=(()=>{class Se extends U{constructor(at){super(at)}supports(at){return null!=Se.parseEventName(at)}addEventListener(at,st,bt){const gi=Se.parseEventName(st),qt=Se.eventCallback(gi.fullKey,bt,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,t.q)().onAndCancel(at,gi.domEventName,qt))}static parseEventName(at){const st=at.toLowerCase().split("."),bt=st.shift();if(0===st.length||"keydown"!==bt&&"keyup"!==bt)return null;const gi=Se._normalizeKey(st.pop());let qt="";if(B.forEach(Ji=>{const fi=st.indexOf(Ji);fi>-1&&(st.splice(fi,1),qt+=Ji+".")}),qt+=gi,0!=st.length||0===gi.length)return null;const Xt={};return Xt.domEventName=bt,Xt.fullKey=qt,Xt}static getEventFullKey(at){let st="",bt=function Ne(Se){let Ge=Se.key;if(null==Ge){if(Ge=Se.keyIdentifier,null==Ge)return"Unidentified";Ge.startsWith("U+")&&(Ge=String.fromCharCode(parseInt(Ge.substring(2),16)),3===Se.location&&q.hasOwnProperty(Ge)&&(Ge=q[Ge]))}return H[Ge]||Ge}(at);return bt=bt.toLowerCase()," "===bt?bt="space":"."===bt&&(bt="dot"),B.forEach(gi=>{gi!=bt&&he[gi](at)&&(st+=gi+".")}),st+=bt,st}static eventCallback(at,st,bt){return gi=>{Se.getEventFullKey(gi)===at&&bt.runGuarded(()=>st(gi))}}static _normalizeKey(at){return"esc"===at?"escape":at}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();const V=(0,e.eFA)(e._c5,"browser",[{provide:e.Lbi,useValue:t.bD},{provide:e.g9A,useValue:function we(){M.makeCurrent(),D.init()},multi:!0},{provide:t.K0,useFactory:function Ue(){return(0,e.RDi)(document),document},deps:[]}]),De=[{provide:e.zSh,useValue:"root"},{provide:e.qLn,useFactory:function Q(){return new e.qLn},deps:[]},{provide:k,useClass:C,multi:!0,deps:[t.K0,e.R0b,e.Lbi]},{provide:k,useClass:_e,multi:!0,deps:[t.K0]},{provide:c,useClass:c,deps:[S,Y,e.AFp]},{provide:e.FYo,useExisting:c},{provide:Z,useExisting:Y},{provide:Y,useClass:Y,deps:[t.K0]},{provide:e.dDg,useClass:e.dDg,deps:[e.R0b]},{provide:S,useClass:S,deps:[k,e.R0b]},{provide:t.JF,useClass:L,deps:[]}];let dt=(()=>{class Se{constructor(at){if(at)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.")}static withServerTransition(at){return{ngModule:Se,providers:[{provide:e.AFp,useValue:at.appId},{provide:h,useExisting:e.AFp},w]}}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(Se,12))},Se.\u0275mod=e.oAB({type:Se}),Se.\u0275inj=e.cJS({providers:De,imports:[t.ez,e.hGG]}),Se})();"undefined"!=typeof window&&window;const Oe={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},ce=new e.OlP("HammerGestureConfig"),be=new e.OlP("HammerLoader");let pt=(()=>{class Se{constructor(){this.events=[],this.overrides={}}buildHammer(at){const st=new Hammer(at,this.options);st.get("pinch").set({enable:!0}),st.get("rotate").set({enable:!0});for(const bt in this.overrides)st.get(bt).set(this.overrides[bt]);return st}}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})(),mt=(()=>{class Se extends U{constructor(at,st,bt,gi){super(at),this._config=st,this.console=bt,this.loader=gi,this._loaderPromise=null}supports(at){return!(!Oe.hasOwnProperty(at.toLowerCase())&&!this.isCustomEvent(at)||!window.Hammer&&!this.loader)}addEventListener(at,st,bt){const gi=this.manager.getZone();if(st=st.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||this.loader();let qt=!1,Xt=()=>{qt=!0};return this._loaderPromise.then(()=>{window.Hammer?qt||(Xt=this.addEventListener(at,st,bt)):Xt=()=>{}}).catch(()=>{Xt=()=>{}}),()=>{Xt()}}return gi.runOutsideAngular(()=>{const qt=this._config.buildHammer(at),Xt=function(Ji){gi.runGuarded(function(){bt(Ji)})};return qt.on(st,Xt),()=>{qt.off(st,Xt),"function"==typeof qt.destroy&&qt.destroy()}})}isCustomEvent(at){return this._config.events.indexOf(at)>-1}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0),e.LFG(ce),e.LFG(e.c2e),e.LFG(be,8))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})(),Ht=(()=>{class Se{}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275mod=e.oAB({type:Se}),Se.\u0275inj=e.cJS({providers:[{provide:k,useClass:mt,multi:!0,deps:[t.K0,ce,e.c2e,[new e.FiY,be]]},{provide:ce,useClass:pt,deps:[]}]}),Se})(),it=(()=>{class Se{}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275prov=e.Yz7({token:Se,factory:function(at){let st=null;return st=at?new(at||Se):e.LFG(tt),st},providedIn:"root"}),Se})(),tt=(()=>{class Se extends it{constructor(at){super(),this._doc=at}sanitize(at,st){if(null==st)return null;switch(at){case e.q3G.NONE:return st;case e.q3G.HTML:return(0,e.qzn)(st,"HTML")?(0,e.z3N)(st):(0,e.EiD)(this._doc,String(st)).toString();case e.q3G.STYLE:return(0,e.qzn)(st,"Style")?(0,e.z3N)(st):st;case e.q3G.SCRIPT:if((0,e.qzn)(st,"Script"))return(0,e.z3N)(st);throw new Error("unsafe value used in a script context");case e.q3G.URL:return(0,e.yhl)(st),(0,e.qzn)(st,"URL")?(0,e.z3N)(st):(0,e.mCW)(String(st));case e.q3G.RESOURCE_URL:if((0,e.qzn)(st,"ResourceURL"))return(0,e.z3N)(st);throw new Error("unsafe value used in a resource URL context (see https://g.co/ng/security#xss)");default:throw new Error(`Unexpected SecurityContext ${at} (see https://g.co/ng/security#xss)`)}}bypassSecurityTrustHtml(at){return(0,e.JVY)(at)}bypassSecurityTrustStyle(at){return(0,e.L6k)(at)}bypassSecurityTrustScript(at){return(0,e.eBb)(at)}bypassSecurityTrustUrl(at){return(0,e.LAX)(at)}bypassSecurityTrustResourceUrl(at){return(0,e.pB0)(at)}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0))},Se.\u0275prov=e.Yz7({token:Se,factory:function(at){let st=null;return st=at?new at:function Re(Se){return new tt(Se.get(t.K0))}(e.LFG(e.zs3)),st},providedIn:"root"}),Se})()},1402:(Ve,j,p)=>{"use strict";p.d(j,{gz:()=>Zi,gk:()=>H,m2:()=>P,Q3:()=>q,OD:()=>B,Av:()=>Q,F0:()=>Cr,rH:()=>Et,Od:()=>Jt,yS:()=>Dt,Bz:()=>Oa,lC:()=>Nr});var t=p(5e3),e=p(8306),f=p(727),M=p(4482),a=p(5403);function b(){return(0,M.e)((Be,Me)=>{let ge=null;Be._refCount++;const $e=(0,a.x)(Me,void 0,void 0,void 0,()=>{if(!Be||Be._refCount<=0||0<--Be._refCount)return void(ge=null);const ct=Be._connection,Pt=ge;ge=null,ct&&(!Pt||ct===Pt)&&ct.unsubscribe(),Me.unsubscribe()});Be.subscribe($e),$e.closed||(ge=Be.connect())})}class d extends e.y{constructor(Me,ge){super(),this.source=Me,this.subjectFactory=ge,this._subject=null,this._refCount=0,this._connection=null,(0,M.A)(Me)&&(this.lift=Me.lift)}_subscribe(Me){return this.getSubject().subscribe(Me)}getSubject(){const Me=this._subject;return(!Me||Me.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;const{_connection:Me}=this;this._subject=this._connection=null,null==Me||Me.unsubscribe()}connect(){let Me=this._connection;if(!Me){Me=this._connection=new f.w0;const ge=this.getSubject();Me.add(this.source.subscribe((0,a.x)(ge,void 0,()=>{this._teardown(),ge.complete()},$e=>{this._teardown(),ge.error($e)},()=>this._teardown()))),Me.closed&&(this._connection=null,Me=f.w0.EMPTY)}return Me}refCount(){return b()(this)}}var N=p(457),h=p(9646),A=p(1135),w=p(9841),D=p(2843),L=p(6805),k=p(7272),S=p(9770),U=p(515),Z=p(7579),Y=p(9300);function ne(Be){return Be<=0?()=>U.E:(0,M.e)((Me,ge)=>{let $e=[];Me.subscribe((0,a.x)(ge,ct=>{$e.push(ct),Be<$e.length&&$e.shift()},()=>{for(const ct of $e)ge.next(ct);ge.complete()},void 0,()=>{$e=null}))})}var $=p(8068),de=p(6590),te=p(4671),oe=p(4004),X=p(3900),me=p(5698),y=p(8675),i=p(5026),r=p(262),u=p(4351),c=p(590),_=p(5577),E=p(8505),I=p(8746),v=p(8189),n=p(9808);class C{constructor(Me,ge){this.id=Me,this.url=ge}}class B extends C{constructor(Me,ge,$e="imperative",ct=null){super(Me,ge),this.navigationTrigger=$e,this.restoredState=ct}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class P extends C{constructor(Me,ge,$e){super(Me,ge),this.urlAfterRedirects=$e}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}class H extends C{constructor(Me,ge,$e){super(Me,ge),this.reason=$e}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class q extends C{constructor(Me,ge,$e){super(Me,ge),this.error=$e}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class he extends C{constructor(Me,ge,$e,ct){super(Me,ge),this.urlAfterRedirects=$e,this.state=ct}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class _e extends C{constructor(Me,ge,$e,ct){super(Me,ge),this.urlAfterRedirects=$e,this.state=ct}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Ne extends C{constructor(Me,ge,$e,ct,Pt){super(Me,ge),this.urlAfterRedirects=$e,this.state=ct,this.shouldActivate=Pt}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class we extends C{constructor(Me,ge,$e,ct){super(Me,ge),this.urlAfterRedirects=$e,this.state=ct}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Q extends C{constructor(Me,ge,$e,ct){super(Me,ge),this.urlAfterRedirects=$e,this.state=ct}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Ue{constructor(Me){this.route=Me}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class ye{constructor(Me){this.route=Me}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class V{constructor(Me){this.snapshot=Me}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class De{constructor(Me){this.snapshot=Me}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class dt{constructor(Me){this.snapshot=Me}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Ie{constructor(Me){this.snapshot=Me}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Ae{constructor(Me,ge,$e){this.routerEvent=Me,this.position=ge,this.anchor=$e}toString(){return`Scroll(anchor: '${this.anchor}', position: '${this.position?`${this.position[0]}, ${this.position[1]}`:null}')`}}const le="primary";class Te{constructor(Me){this.params=Me||{}}has(Me){return Object.prototype.hasOwnProperty.call(this.params,Me)}get(Me){if(this.has(Me)){const ge=this.params[Me];return Array.isArray(ge)?ge[0]:ge}return null}getAll(Me){if(this.has(Me)){const ge=this.params[Me];return Array.isArray(ge)?ge:[ge]}return[]}get keys(){return Object.keys(this.params)}}function xe(Be){return new Te(Be)}const W="ngNavigationCancelingError";function ee(Be){const Me=Error("NavigationCancelingError: "+Be);return Me[W]=!0,Me}function Ce(Be,Me,ge){const $e=ge.path.split("/");if($e.length>Be.length||"full"===ge.pathMatch&&(Me.hasChildren()||$e.length$e[Pt]===ct)}return Be===Me}function It(Be){return Array.prototype.concat.apply([],Be)}function ui(Be){return Be.length>0?Be[Be.length-1]:null}function Gt(Be,Me){for(const ge in Be)Be.hasOwnProperty(ge)&&Me(Be[ge],ge)}function hi(Be){return(0,t.CqO)(Be)?Be:(0,t.QGY)(Be)?(0,N.D)(Promise.resolve(Be)):(0,h.of)(Be)}const Nt={exact:function ei(Be,Me,ge){if(!it(Be.segments,Me.segments)||!ce(Be.segments,Me.segments,ge)||Be.numberOfChildren!==Me.numberOfChildren)return!1;for(const $e in Me.children)if(!Be.children[$e]||!ei(Be.children[$e],Me.children[$e],ge))return!1;return!0},subset:Pe},Ct={exact:function yt(Be,Me){return ut(Be,Me)},subset:function Yt(Be,Me){return Object.keys(Me).length<=Object.keys(Be).length&&Object.keys(Me).every(ge=>ht(Be[ge],Me[ge]))},ignored:()=>!0};function et(Be,Me,ge){return Nt[ge.paths](Be.root,Me.root,ge.matrixParams)&&Ct[ge.queryParams](Be.queryParams,Me.queryParams)&&!("exact"===ge.fragment&&Be.fragment!==Me.fragment)}function Pe(Be,Me,ge){return Oe(Be,Me,Me.segments,ge)}function Oe(Be,Me,ge,$e){if(Be.segments.length>ge.length){const ct=Be.segments.slice(0,ge.length);return!(!it(ct,ge)||Me.hasChildren()||!ce(ct,ge,$e))}if(Be.segments.length===ge.length){if(!it(Be.segments,ge)||!ce(Be.segments,ge,$e))return!1;for(const ct in Me.children)if(!Be.children[ct]||!Pe(Be.children[ct],Me.children[ct],$e))return!1;return!0}{const ct=ge.slice(0,Be.segments.length),Pt=ge.slice(Be.segments.length);return!!(it(Be.segments,ct)&&ce(Be.segments,ct,$e)&&Be.children[le])&&Oe(Be.children[le],Me,Pt,$e)}}function ce(Be,Me,ge){return Me.every(($e,ct)=>Ct[ge](Be[ct].parameters,$e.parameters))}class be{constructor(Me,ge,$e){this.root=Me,this.queryParams=ge,this.fragment=$e}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=xe(this.queryParams)),this._queryParamMap}toString(){return Se.serialize(this)}}class pt{constructor(Me,ge){this.segments=Me,this.children=ge,this.parent=null,Gt(ge,($e,ct)=>$e.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Ge(this)}}class mt{constructor(Me,ge){this.path=Me,this.parameters=ge}get parameterMap(){return this._parameterMap||(this._parameterMap=xe(this.parameters)),this._parameterMap}toString(){return fi(this)}}function it(Be,Me){return Be.length===Me.length&&Be.every((ge,$e)=>ge.path===Me[$e].path)}class tt{}class Xe{parse(Me){const ge=new je(Me);return new be(ge.parseRootSegment(),ge.parseQueryParams(),ge.parseFragment())}serialize(Me){const ge=`/${at(Me.root,!0)}`,$e=function en(Be){const Me=Object.keys(Be).map(ge=>{const $e=Be[ge];return Array.isArray($e)?$e.map(ct=>`${bt(ge)}=${bt(ct)}`).join("&"):`${bt(ge)}=${bt($e)}`}).filter(ge=>!!ge);return Me.length?`?${Me.join("&")}`:""}(Me.queryParams);return`${ge}${$e}${"string"==typeof Me.fragment?`#${function gi(Be){return encodeURI(Be)}(Me.fragment)}`:""}`}}const Se=new Xe;function Ge(Be){return Be.segments.map(Me=>fi(Me)).join("/")}function at(Be,Me){if(!Be.hasChildren())return Ge(Be);if(Me){const ge=Be.children[le]?at(Be.children[le],!1):"",$e=[];return Gt(Be.children,(ct,Pt)=>{Pt!==le&&$e.push(`${Pt}:${at(ct,!1)}`)}),$e.length>0?`${ge}(${$e.join("//")})`:ge}{const ge=function Re(Be,Me){let ge=[];return Gt(Be.children,($e,ct)=>{ct===le&&(ge=ge.concat(Me($e,ct)))}),Gt(Be.children,($e,ct)=>{ct!==le&&(ge=ge.concat(Me($e,ct)))}),ge}(Be,($e,ct)=>ct===le?[at(Be.children[le],!1)]:[`${ct}:${at($e,!1)}`]);return 1===Object.keys(Be.children).length&&null!=Be.children[le]?`${Ge(Be)}/${ge[0]}`:`${Ge(Be)}/(${ge.join("//")})`}}function st(Be){return encodeURIComponent(Be).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function bt(Be){return st(Be).replace(/%3B/gi,";")}function qt(Be){return st(Be).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Xt(Be){return decodeURIComponent(Be)}function Ji(Be){return Xt(Be.replace(/\+/g,"%20"))}function fi(Be){return`${qt(Be.path)}${function si(Be){return Object.keys(Be).map(Me=>`;${qt(Me)}=${qt(Be[Me])}`).join("")}(Be.parameters)}`}const Bi=/^[^\/()?;=#]+/;function zi(Be){const Me=Be.match(Bi);return Me?Me[0]:""}const Ui=/^[^=?&#]+/,Tt=/^[^&#]+/;class je{constructor(Me){this.url=Me,this.remaining=Me}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new pt([],{}):new pt([],this.parseChildren())}parseQueryParams(){const Me={};if(this.consumeOptional("?"))do{this.parseQueryParam(Me)}while(this.consumeOptional("&"));return Me}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const Me=[];for(this.peekStartsWith("(")||Me.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),Me.push(this.parseSegment());let ge={};this.peekStartsWith("/(")&&(this.capture("/"),ge=this.parseParens(!0));let $e={};return this.peekStartsWith("(")&&($e=this.parseParens(!1)),(Me.length>0||Object.keys(ge).length>0)&&($e[le]=new pt(Me,ge)),$e}parseSegment(){const Me=zi(this.remaining);if(""===Me&&this.peekStartsWith(";"))throw new Error(`Empty path url segment cannot have parameters: '${this.remaining}'.`);return this.capture(Me),new mt(Xt(Me),this.parseMatrixParams())}parseMatrixParams(){const Me={};for(;this.consumeOptional(";");)this.parseParam(Me);return Me}parseParam(Me){const ge=zi(this.remaining);if(!ge)return;this.capture(ge);let $e="";if(this.consumeOptional("=")){const ct=zi(this.remaining);ct&&($e=ct,this.capture($e))}Me[Xt(ge)]=Xt($e)}parseQueryParam(Me){const ge=function ze(Be){const Me=Be.match(Ui);return Me?Me[0]:""}(this.remaining);if(!ge)return;this.capture(ge);let $e="";if(this.consumeOptional("=")){const $t=function pe(Be){const Me=Be.match(Tt);return Me?Me[0]:""}(this.remaining);$t&&($e=$t,this.capture($e))}const ct=Ji(ge),Pt=Ji($e);if(Me.hasOwnProperty(ct)){let $t=Me[ct];Array.isArray($t)||($t=[$t],Me[ct]=$t),$t.push(Pt)}else Me[ct]=Pt}parseParens(Me){const ge={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const $e=zi(this.remaining),ct=this.remaining[$e.length];if("/"!==ct&&")"!==ct&&";"!==ct)throw new Error(`Cannot parse url '${this.url}'`);let Pt;$e.indexOf(":")>-1?(Pt=$e.substr(0,$e.indexOf(":")),this.capture(Pt),this.capture(":")):Me&&(Pt=le);const $t=this.parseChildren();ge[Pt]=1===Object.keys($t).length?$t[le]:new pt([],$t),this.consumeOptional("//")}return ge}peekStartsWith(Me){return this.remaining.startsWith(Me)}consumeOptional(Me){return!!this.peekStartsWith(Me)&&(this.remaining=this.remaining.substring(Me.length),!0)}capture(Me){if(!this.consumeOptional(Me))throw new Error(`Expected "${Me}".`)}}class _t{constructor(Me){this._root=Me}get root(){return this._root.value}parent(Me){const ge=this.pathFromRoot(Me);return ge.length>1?ge[ge.length-2]:null}children(Me){const ge=re(Me,this._root);return ge?ge.children.map($e=>$e.value):[]}firstChild(Me){const ge=re(Me,this._root);return ge&&ge.children.length>0?ge.children[0].value:null}siblings(Me){const ge=qe(Me,this._root);return ge.length<2?[]:ge[ge.length-2].children.map(ct=>ct.value).filter(ct=>ct!==Me)}pathFromRoot(Me){return qe(Me,this._root).map(ge=>ge.value)}}function re(Be,Me){if(Be===Me.value)return Me;for(const ge of Me.children){const $e=re(Be,ge);if($e)return $e}return null}function qe(Be,Me){if(Be===Me.value)return[Me];for(const ge of Me.children){const $e=qe(Be,ge);if($e.length)return $e.unshift(Me),$e}return[]}class Mt{constructor(Me,ge){this.value=Me,this.children=ge}toString(){return`TreeNode(${this.value})`}}function zt(Be){const Me={};return Be&&Be.children.forEach(ge=>Me[ge.value.outlet]=ge),Me}class bi extends _t{constructor(Me,ge){super(Me),this.snapshot=ge,nt(this,Me)}toString(){return this.snapshot.toString()}}function Ei(Be,Me){const ge=function $i(Be,Me){const $t=new jt([],{},{},"",{},le,Me,null,Be.root,-1,{});return new wi("",new Mt($t,[]))}(Be,Me),$e=new A.X([new mt("",{})]),ct=new A.X({}),Pt=new A.X({}),$t=new A.X({}),li=new A.X(""),Ri=new Zi($e,ct,$t,li,Pt,le,Me,ge.root);return Ri.snapshot=ge.root,new bi(new Mt(Ri,[]),ge)}class Zi{constructor(Me,ge,$e,ct,Pt,$t,li,Ri){this.url=Me,this.params=ge,this.queryParams=$e,this.fragment=ct,this.data=Pt,this.outlet=$t,this.component=li,this._futureSnapshot=Ri}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=this.params.pipe((0,oe.U)(Me=>xe(Me)))),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=this.queryParams.pipe((0,oe.U)(Me=>xe(Me)))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function sn(Be,Me="emptyOnly"){const ge=Be.pathFromRoot;let $e=0;if("always"!==Me)for($e=ge.length-1;$e>=1;){const ct=ge[$e],Pt=ge[$e-1];if(ct.routeConfig&&""===ct.routeConfig.path)$e--;else{if(Pt.component)break;$e--}}return function gn(Be){return Be.reduce((Me,ge)=>({params:Object.assign(Object.assign({},Me.params),ge.params),data:Object.assign(Object.assign({},Me.data),ge.data),resolve:Object.assign(Object.assign({},Me.resolve),ge._resolvedData)}),{params:{},data:{},resolve:{}})}(ge.slice($e))}class jt{constructor(Me,ge,$e,ct,Pt,$t,li,Ri,cn,Vn,Mn){this.url=Me,this.params=ge,this.queryParams=$e,this.fragment=ct,this.data=Pt,this.outlet=$t,this.component=li,this.routeConfig=Ri,this._urlSegment=cn,this._lastPathIndex=Vn,this._resolve=Mn}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=xe(this.params)),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=xe(this.queryParams)),this._queryParamMap}toString(){return`Route(url:'${this.url.map($e=>$e.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class wi extends _t{constructor(Me,ge){super(ge),this.url=Me,nt(this,ge)}toString(){return Ft(this._root)}}function nt(Be,Me){Me.value._routerState=Be,Me.children.forEach(ge=>nt(Be,ge))}function Ft(Be){const Me=Be.children.length>0?` { ${Be.children.map(Ft).join(", ")} } `:"";return`${Be.value}${Me}`}function Kt(Be){if(Be.snapshot){const Me=Be.snapshot,ge=Be._futureSnapshot;Be.snapshot=ge,ut(Me.queryParams,ge.queryParams)||Be.queryParams.next(ge.queryParams),Me.fragment!==ge.fragment&&Be.fragment.next(ge.fragment),ut(Me.params,ge.params)||Be.params.next(ge.params),function Le(Be,Me){if(Be.length!==Me.length)return!1;for(let ge=0;geut(ge.parameters,Me[$e].parameters))}(Be.url,Me.url);return ge&&!(!Be.parent!=!Me.parent)&&(!Be.parent||mi(Be.parent,Me.parent))}function ki(Be,Me,ge){if(ge&&Be.shouldReuseRoute(Me.value,ge.value.snapshot)){const $e=ge.value;$e._futureSnapshot=Me.value;const ct=function fn(Be,Me,ge){return Me.children.map($e=>{for(const ct of ge.children)if(Be.shouldReuseRoute($e.value,ct.value.snapshot))return ki(Be,$e,ct);return ki(Be,$e)})}(Be,Me,ge);return new Mt($e,ct)}{if(Be.shouldAttach(Me.value)){const Pt=Be.retrieve(Me.value);if(null!==Pt){const $t=Pt.route;return $t.value._futureSnapshot=Me.value,$t.children=Me.children.map(li=>ki(Be,li)),$t}}const $e=function Bn(Be){return new Zi(new A.X(Be.url),new A.X(Be.params),new A.X(Be.queryParams),new A.X(Be.fragment),new A.X(Be.data),Be.outlet,Be.component,Be)}(Me.value),ct=Me.children.map(Pt=>ki(Be,Pt));return new Mt($e,ct)}}function Xn(Be){return"object"==typeof Be&&null!=Be&&!Be.outlets&&!Be.segmentPath}function _n(Be){return"object"==typeof Be&&null!=Be&&Be.outlets}function Si(Be,Me,ge,$e,ct){let Pt={};if($e&&Gt($e,(li,Ri)=>{Pt[Ri]=Array.isArray(li)?li.map(cn=>`${cn}`):`${li}`}),Be===Me)return new be(ge,Pt,ct);const $t=Wi(Be,Me,ge);return new be($t,Pt,ct)}function Wi(Be,Me,ge){const $e={};return Gt(Be.children,(ct,Pt)=>{$e[Pt]=ct===Me?ge:Wi(ct,Me,ge)}),new pt(Be.segments,$e)}class Sn{constructor(Me,ge,$e){if(this.isAbsolute=Me,this.numberOfDoubleDots=ge,this.commands=$e,Me&&$e.length>0&&Xn($e[0]))throw new Error("Root segment cannot have matrix parameters");const ct=$e.find(_n);if(ct&&ct!==ui($e))throw new Error("{outlets:{}} has to be the last command")}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class cr{constructor(Me,ge,$e){this.segmentGroup=Me,this.processChildren=ge,this.index=$e}}function _a(Be,Me,ge){if(Be||(Be=new pt([],{})),0===Be.segments.length&&Be.hasChildren())return va(Be,Me,ge);const $e=function Va(Be,Me,ge){let $e=0,ct=Me;const Pt={match:!1,pathIndex:0,commandIndex:0};for(;ct=ge.length)return Pt;const $t=Be.segments[ct],li=ge[$e];if(_n(li))break;const Ri=`${li}`,cn=$e0&&void 0===Ri)break;if(Ri&&cn&&"object"==typeof cn&&void 0===cn.outlets){if(!ha(Ri,cn,$t))return Pt;$e+=2}else{if(!ha(Ri,{},$t))return Pt;$e++}ct++}return{match:!0,pathIndex:ct,commandIndex:$e}}(Be,Me,ge),ct=ge.slice($e.commandIndex);if($e.match&&$e.pathIndex{"string"==typeof Pt&&(Pt=[Pt]),null!==Pt&&(ct[$t]=_a(Be.children[$t],Me,Pt))}),Gt(Be.children,(Pt,$t)=>{void 0===$e[$t]&&(ct[$t]=Pt)}),new pt(Be.segments,ct)}}function za(Be,Me,ge){const $e=Be.segments.slice(0,Me);let ct=0;for(;ct{"string"==typeof ge&&(ge=[ge]),null!==ge&&(Me[$e]=za(new pt([],{}),0,ge))}),Me}function Xr(Be){const Me={};return Gt(Be,(ge,$e)=>Me[$e]=`${ge}`),Me}function ha(Be,Me,ge){return Be==ge.path&&ut(Me,ge.parameters)}class Wr{constructor(Me,ge,$e,ct){this.routeReuseStrategy=Me,this.futureState=ge,this.currState=$e,this.forwardEvent=ct}activate(Me){const ge=this.futureState._root,$e=this.currState?this.currState._root:null;this.deactivateChildRoutes(ge,$e,Me),Kt(this.futureState.root),this.activateChildRoutes(ge,$e,Me)}deactivateChildRoutes(Me,ge,$e){const ct=zt(ge);Me.children.forEach(Pt=>{const $t=Pt.value.outlet;this.deactivateRoutes(Pt,ct[$t],$e),delete ct[$t]}),Gt(ct,(Pt,$t)=>{this.deactivateRouteAndItsChildren(Pt,$e)})}deactivateRoutes(Me,ge,$e){const ct=Me.value,Pt=ge?ge.value:null;if(ct===Pt)if(ct.component){const $t=$e.getContext(ct.outlet);$t&&this.deactivateChildRoutes(Me,ge,$t.children)}else this.deactivateChildRoutes(Me,ge,$e);else Pt&&this.deactivateRouteAndItsChildren(ge,$e)}deactivateRouteAndItsChildren(Me,ge){Me.value.component&&this.routeReuseStrategy.shouldDetach(Me.value.snapshot)?this.detachAndStoreRouteSubtree(Me,ge):this.deactivateRouteAndOutlet(Me,ge)}detachAndStoreRouteSubtree(Me,ge){const $e=ge.getContext(Me.value.outlet),ct=$e&&Me.value.component?$e.children:ge,Pt=zt(Me);for(const $t of Object.keys(Pt))this.deactivateRouteAndItsChildren(Pt[$t],ct);if($e&&$e.outlet){const $t=$e.outlet.detach(),li=$e.children.onOutletDeactivated();this.routeReuseStrategy.store(Me.value.snapshot,{componentRef:$t,route:Me,contexts:li})}}deactivateRouteAndOutlet(Me,ge){const $e=ge.getContext(Me.value.outlet),ct=$e&&Me.value.component?$e.children:ge,Pt=zt(Me);for(const $t of Object.keys(Pt))this.deactivateRouteAndItsChildren(Pt[$t],ct);$e&&$e.outlet&&($e.outlet.deactivate(),$e.children.onOutletDeactivated(),$e.attachRef=null,$e.resolver=null,$e.route=null)}activateChildRoutes(Me,ge,$e){const ct=zt(ge);Me.children.forEach(Pt=>{this.activateRoutes(Pt,ct[Pt.value.outlet],$e),this.forwardEvent(new Ie(Pt.value.snapshot))}),Me.children.length&&this.forwardEvent(new De(Me.value.snapshot))}activateRoutes(Me,ge,$e){const ct=Me.value,Pt=ge?ge.value:null;if(Kt(ct),ct===Pt)if(ct.component){const $t=$e.getOrCreateContext(ct.outlet);this.activateChildRoutes(Me,ge,$t.children)}else this.activateChildRoutes(Me,ge,$e);else if(ct.component){const $t=$e.getOrCreateContext(ct.outlet);if(this.routeReuseStrategy.shouldAttach(ct.snapshot)){const li=this.routeReuseStrategy.retrieve(ct.snapshot);this.routeReuseStrategy.store(ct.snapshot,null),$t.children.onOutletReAttached(li.contexts),$t.attachRef=li.componentRef,$t.route=li.route.value,$t.outlet&&$t.outlet.attach(li.componentRef,li.route.value),Kt(li.route.value),this.activateChildRoutes(Me,null,$t.children)}else{const li=function Yr(Be){for(let Me=Be.parent;Me;Me=Me.parent){const ge=Me.routeConfig;if(ge&&ge._loadedConfig)return ge._loadedConfig;if(ge&&ge.component)return null}return null}(ct.snapshot),Ri=li?li.module.componentFactoryResolver:null;$t.attachRef=null,$t.route=ct,$t.resolver=Ri,$t.outlet&&$t.outlet.activateWith(ct,Ri),this.activateChildRoutes(Me,null,$t.children)}}else this.activateChildRoutes(Me,null,$e)}}class pr{constructor(Me,ge){this.routes=Me,this.module=ge}}function hn(Be){return"function"==typeof Be}function ir(Be){return Be instanceof be}const Pr=Symbol("INITIAL_VALUE");function zr(){return(0,X.w)(Be=>(0,w.a)(Be.map(Me=>Me.pipe((0,me.q)(1),(0,y.O)(Pr)))).pipe((0,i.R)((Me,ge)=>{let $e=!1;return ge.reduce((ct,Pt,$t)=>ct!==Pr?ct:(Pt===Pr&&($e=!0),$e||!1!==Pt&&$t!==ge.length-1&&!ir(Pt)?ct:Pt),Me)},Pr),(0,Y.h)(Me=>Me!==Pr),(0,oe.U)(Me=>ir(Me)?Me:!0===Me),(0,me.q)(1)))}class Kr{constructor(){this.outlet=null,this.route=null,this.resolver=null,this.children=new xr,this.attachRef=null}}class xr{constructor(){this.contexts=new Map}onChildOutletCreated(Me,ge){const $e=this.getOrCreateContext(Me);$e.outlet=ge,this.contexts.set(Me,$e)}onChildOutletDestroyed(Me){const ge=this.getContext(Me);ge&&(ge.outlet=null,ge.attachRef=null)}onOutletDeactivated(){const Me=this.contexts;return this.contexts=new Map,Me}onOutletReAttached(Me){this.contexts=Me}getOrCreateContext(Me){let ge=this.getContext(Me);return ge||(ge=new Kr,this.contexts.set(Me,ge)),ge}getContext(Me){return this.contexts.get(Me)||null}}let Nr=(()=>{class Be{constructor(ge,$e,ct,Pt,$t){this.parentContexts=ge,this.location=$e,this.resolver=ct,this.changeDetector=$t,this.activated=null,this._activatedRoute=null,this.activateEvents=new t.vpe,this.deactivateEvents=new t.vpe,this.attachEvents=new t.vpe,this.detachEvents=new t.vpe,this.name=Pt||le,ge.onChildOutletCreated(this.name,this)}ngOnDestroy(){this.parentContexts.onChildOutletDestroyed(this.name)}ngOnInit(){if(!this.activated){const ge=this.parentContexts.getContext(this.name);ge&&ge.route&&(ge.attachRef?this.attach(ge.attachRef,ge.route):this.activateWith(ge.route,ge.resolver||null))}}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new Error("Outlet is not activated");return this.activated.instance}get activatedRoute(){if(!this.activated)throw new Error("Outlet is not activated");return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new Error("Outlet is not activated");this.location.detach();const ge=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(ge.instance),ge}attach(ge,$e){this.activated=ge,this._activatedRoute=$e,this.location.insert(ge.hostView),this.attachEvents.emit(ge.instance)}deactivate(){if(this.activated){const ge=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(ge)}}activateWith(ge,$e){if(this.isActivated)throw new Error("Cannot activate an already activated outlet");this._activatedRoute=ge;const $t=($e=$e||this.resolver).resolveComponentFactory(ge._futureSnapshot.routeConfig.component),li=this.parentContexts.getOrCreateContext(this.name).children,Ri=new fa(ge,li,this.location.injector);this.activated=this.location.createComponent($t,this.location.length,Ri),this.changeDetector.markForCheck(),this.activateEvents.emit(this.activated.instance)}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.Y36(xr),t.Y36(t.s_b),t.Y36(t._Vd),t.$8M("name"),t.Y36(t.sBO))},Be.\u0275dir=t.lG2({type:Be,selectors:[["router-outlet"]],outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"]}),Be})();class fa{constructor(Me,ge,$e){this.route=Me,this.childContexts=ge,this.parent=$e}get(Me,ge){return Me===Zi?this.route:Me===xr?this.childContexts:this.parent.get(Me,ge)}}let ya=(()=>{class Be{}return Be.\u0275fac=function(ge){return new(ge||Be)},Be.\u0275cmp=t.Xpm({type:Be,selectors:[["ng-component"]],decls:1,vars:0,template:function(ge,$e){1&ge&&t._UZ(0,"router-outlet")},directives:[Nr],encapsulation:2}),Be})();function xa(Be,Me=""){for(let ge=0;ge$n($e)===Me);return ge.push(...Be.filter($e=>$n($e)!==Me)),ge}const Br={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function Dr(Be,Me,ge){var $e;if(""===Me.path)return"full"===Me.pathMatch&&(Be.hasChildren()||ge.length>0)?Object.assign({},Br):{matched:!0,consumedSegments:[],remainingSegments:ge,parameters:{},positionalParamSegments:{}};const Pt=(Me.matcher||Ce)(ge,Be,Me);if(!Pt)return Object.assign({},Br);const $t={};Gt(Pt.posParams,(Ri,cn)=>{$t[cn]=Ri.path});const li=Pt.consumed.length>0?Object.assign(Object.assign({},$t),Pt.consumed[Pt.consumed.length-1].parameters):$t;return{matched:!0,consumedSegments:Pt.consumed,remainingSegments:ge.slice(Pt.consumed.length),parameters:li,positionalParamSegments:null!==($e=Pt.posParams)&&void 0!==$e?$e:{}}}function Ur(Be,Me,ge,$e,ct="corrected"){if(ge.length>0&&function Qn(Be,Me,ge){return ge.some($e=>St(Be,Me,$e)&&$n($e)!==le)}(Be,ge,$e)){const $t=new pt(Me,function Ua(Be,Me,ge,$e){const ct={};ct[le]=$e,$e._sourceSegment=Be,$e._segmentIndexShift=Me.length;for(const Pt of ge)if(""===Pt.path&&$n(Pt)!==le){const $t=new pt([],{});$t._sourceSegment=Be,$t._segmentIndexShift=Me.length,ct[$n(Pt)]=$t}return ct}(Be,Me,$e,new pt(ge,Be.children)));return $t._sourceSegment=Be,$t._segmentIndexShift=Me.length,{segmentGroup:$t,slicedSegments:[]}}if(0===ge.length&&function Je(Be,Me,ge){return ge.some($e=>St(Be,Me,$e))}(Be,ge,$e)){const $t=new pt(Be.segments,function ba(Be,Me,ge,$e,ct,Pt){const $t={};for(const li of $e)if(St(Be,ge,li)&&!ct[$n(li)]){const Ri=new pt([],{});Ri._sourceSegment=Be,Ri._segmentIndexShift="legacy"===Pt?Be.segments.length:Me.length,$t[$n(li)]=Ri}return Object.assign(Object.assign({},ct),$t)}(Be,Me,ge,$e,Be.children,ct));return $t._sourceSegment=Be,$t._segmentIndexShift=Me.length,{segmentGroup:$t,slicedSegments:ge}}const Pt=new pt(Be.segments,Be.children);return Pt._sourceSegment=Be,Pt._segmentIndexShift=Me.length,{segmentGroup:Pt,slicedSegments:ge}}function St(Be,Me,ge){return(!(Be.hasChildren()||Me.length>0)||"full"!==ge.pathMatch)&&""===ge.path}function Qe(Be,Me,ge,$e){return!!($n(Be)===$e||$e!==le&&St(Me,ge,Be))&&("**"===Be.path||Dr(Me,Be,ge).matched)}function kt(Be,Me,ge){return 0===Me.length&&!Be.children[ge]}class ai{constructor(Me){this.segmentGroup=Me||null}}class Ti{constructor(Me){this.urlTree=Me}}function Oi(Be){return(0,D._)(new ai(Be))}function rn(Be){return(0,D._)(new Ti(Be))}class gt{constructor(Me,ge,$e,ct,Pt){this.configLoader=ge,this.urlSerializer=$e,this.urlTree=ct,this.config=Pt,this.allowRedirects=!0,this.ngModule=Me.get(t.h0i)}apply(){const Me=Ur(this.urlTree.root,[],[],this.config).segmentGroup,ge=new pt(Me.segments,Me.children);return this.expandSegmentGroup(this.ngModule,this.config,ge,le).pipe((0,oe.U)(Pt=>this.createUrlTree(Di(Pt),this.urlTree.queryParams,this.urlTree.fragment))).pipe((0,r.K)(Pt=>{if(Pt instanceof Ti)return this.allowRedirects=!1,this.match(Pt.urlTree);throw Pt instanceof ai?this.noMatchError(Pt):Pt}))}match(Me){return this.expandSegmentGroup(this.ngModule,this.config,Me.root,le).pipe((0,oe.U)(ct=>this.createUrlTree(Di(ct),Me.queryParams,Me.fragment))).pipe((0,r.K)(ct=>{throw ct instanceof ai?this.noMatchError(ct):ct}))}noMatchError(Me){return new Error(`Cannot match any routes. URL Segment: '${Me.segmentGroup}'`)}createUrlTree(Me,ge,$e){const ct=Me.segments.length>0?new pt([],{[le]:Me}):Me;return new be(ct,ge,$e)}expandSegmentGroup(Me,ge,$e,ct){return 0===$e.segments.length&&$e.hasChildren()?this.expandChildren(Me,ge,$e).pipe((0,oe.U)(Pt=>new pt([],Pt))):this.expandSegment(Me,$e,ge,$e.segments,ct,!0)}expandChildren(Me,ge,$e){const ct=[];for(const Pt of Object.keys($e.children))"primary"===Pt?ct.unshift(Pt):ct.push(Pt);return(0,N.D)(ct).pipe((0,u.b)(Pt=>{const $t=$e.children[Pt],li=oa(ge,Pt);return this.expandSegmentGroup(Me,li,$t,Pt).pipe((0,oe.U)(Ri=>({segment:Ri,outlet:Pt})))}),(0,i.R)((Pt,$t)=>(Pt[$t.outlet]=$t.segment,Pt),{}),function ie(Be,Me){const ge=arguments.length>=2;return $e=>$e.pipe(Be?(0,Y.h)((ct,Pt)=>Be(ct,Pt,$e)):te.y,ne(1),ge?(0,de.d)(Me):(0,$.T)(()=>new L.K))}())}expandSegment(Me,ge,$e,ct,Pt,$t){return(0,N.D)($e).pipe((0,u.b)(li=>this.expandSegmentAgainstRoute(Me,ge,$e,li,ct,Pt,$t).pipe((0,r.K)(cn=>{if(cn instanceof ai)return(0,h.of)(null);throw cn}))),(0,c.P)(li=>!!li),(0,r.K)((li,Ri)=>{if(li instanceof L.K||"EmptyError"===li.name)return kt(ge,ct,Pt)?(0,h.of)(new pt([],{})):Oi(ge);throw li}))}expandSegmentAgainstRoute(Me,ge,$e,ct,Pt,$t,li){return Qe(ct,ge,Pt,$t)?void 0===ct.redirectTo?this.matchSegmentAgainstRoute(Me,ge,ct,Pt,$t):li&&this.allowRedirects?this.expandSegmentAgainstRouteUsingRedirect(Me,ge,$e,ct,Pt,$t):Oi(ge):Oi(ge)}expandSegmentAgainstRouteUsingRedirect(Me,ge,$e,ct,Pt,$t){return"**"===ct.path?this.expandWildCardWithParamsAgainstRouteUsingRedirect(Me,$e,ct,$t):this.expandRegularSegmentAgainstRouteUsingRedirect(Me,ge,$e,ct,Pt,$t)}expandWildCardWithParamsAgainstRouteUsingRedirect(Me,ge,$e,ct){const Pt=this.applyRedirectCommands([],$e.redirectTo,{});return $e.redirectTo.startsWith("/")?rn(Pt):this.lineralizeSegments($e,Pt).pipe((0,_.z)($t=>{const li=new pt($t,{});return this.expandSegment(Me,li,ge,$t,ct,!1)}))}expandRegularSegmentAgainstRouteUsingRedirect(Me,ge,$e,ct,Pt,$t){const{matched:li,consumedSegments:Ri,remainingSegments:cn,positionalParamSegments:Vn}=Dr(ge,ct,Pt);if(!li)return Oi(ge);const Mn=this.applyRedirectCommands(Ri,ct.redirectTo,Vn);return ct.redirectTo.startsWith("/")?rn(Mn):this.lineralizeSegments(ct,Mn).pipe((0,_.z)(dr=>this.expandSegment(Me,ge,$e,dr.concat(cn),$t,!1)))}matchSegmentAgainstRoute(Me,ge,$e,ct,Pt){if("**"===$e.path)return $e.loadChildren?($e._loadedConfig?(0,h.of)($e._loadedConfig):this.configLoader.load(Me.injector,$e)).pipe((0,oe.U)(Mn=>($e._loadedConfig=Mn,new pt(ct,{})))):(0,h.of)(new pt(ct,{}));const{matched:$t,consumedSegments:li,remainingSegments:Ri}=Dr(ge,$e,ct);return $t?this.getChildConfig(Me,$e,ct).pipe((0,_.z)(Vn=>{const Mn=Vn.module,dr=Vn.routes,{segmentGroup:zn,slicedSegments:ss}=Ur(ge,li,Ri,dr),Ds=new pt(zn.segments,zn.children);if(0===ss.length&&Ds.hasChildren())return this.expandChildren(Mn,dr,Ds).pipe((0,oe.U)(so=>new pt(li,so)));if(0===dr.length&&0===ss.length)return(0,h.of)(new pt(li,{}));const Bo=$n($e)===Pt;return this.expandSegment(Mn,Ds,dr,ss,Bo?le:Pt,!0).pipe((0,oe.U)(wa=>new pt(li.concat(wa.segments),wa.children)))})):Oi(ge)}getChildConfig(Me,ge,$e){return ge.children?(0,h.of)(new pr(ge.children,Me)):ge.loadChildren?void 0!==ge._loadedConfig?(0,h.of)(ge._loadedConfig):this.runCanLoadGuards(Me.injector,ge,$e).pipe((0,_.z)(ct=>ct?this.configLoader.load(Me.injector,ge).pipe((0,oe.U)(Pt=>(ge._loadedConfig=Pt,Pt))):function Ot(Be){return(0,D._)(ee(`Cannot load children because the guard of the route "path: '${Be.path}'" returned false`))}(ge))):(0,h.of)(new pr([],Me))}runCanLoadGuards(Me,ge,$e){const ct=ge.canLoad;if(!ct||0===ct.length)return(0,h.of)(!0);const Pt=ct.map($t=>{const li=Me.get($t);let Ri;if(function qa(Be){return Be&&hn(Be.canLoad)}(li))Ri=li.canLoad(ge,$e);else{if(!hn(li))throw new Error("Invalid CanLoad guard");Ri=li(ge,$e)}return hi(Ri)});return(0,h.of)(Pt).pipe(zr(),(0,E.b)($t=>{if(!ir($t))return;const li=ee(`Redirecting to "${this.urlSerializer.serialize($t)}"`);throw li.url=$t,li}),(0,oe.U)($t=>!0===$t))}lineralizeSegments(Me,ge){let $e=[],ct=ge.root;for(;;){if($e=$e.concat(ct.segments),0===ct.numberOfChildren)return(0,h.of)($e);if(ct.numberOfChildren>1||!ct.children[le])return(0,D._)(new Error(`Only absolute redirects can have named outlets. redirectTo: '${Me.redirectTo}'`));ct=ct.children[le]}}applyRedirectCommands(Me,ge,$e){return this.applyRedirectCreatreUrlTree(ge,this.urlSerializer.parse(ge),Me,$e)}applyRedirectCreatreUrlTree(Me,ge,$e,ct){const Pt=this.createSegmentGroup(Me,ge.root,$e,ct);return new be(Pt,this.createQueryParams(ge.queryParams,this.urlTree.queryParams),ge.fragment)}createQueryParams(Me,ge){const $e={};return Gt(Me,(ct,Pt)=>{if("string"==typeof ct&&ct.startsWith(":")){const li=ct.substring(1);$e[Pt]=ge[li]}else $e[Pt]=ct}),$e}createSegmentGroup(Me,ge,$e,ct){const Pt=this.createSegments(Me,ge.segments,$e,ct);let $t={};return Gt(ge.children,(li,Ri)=>{$t[Ri]=this.createSegmentGroup(Me,li,$e,ct)}),new pt(Pt,$t)}createSegments(Me,ge,$e,ct){return ge.map(Pt=>Pt.path.startsWith(":")?this.findPosParam(Me,Pt,ct):this.findOrReturn(Pt,$e))}findPosParam(Me,ge,$e){const ct=$e[ge.path.substring(1)];if(!ct)throw new Error(`Cannot redirect to '${Me}'. Cannot find '${ge.path}'.`);return ct}findOrReturn(Me,ge){let $e=0;for(const ct of ge){if(ct.path===Me.path)return ge.splice($e),ct;$e++}return Me}}function Di(Be){const Me={};for(const $e of Object.keys(Be.children)){const Pt=Di(Be.children[$e]);(Pt.segments.length>0||Pt.hasChildren())&&(Me[$e]=Pt)}return function Qt(Be){if(1===Be.numberOfChildren&&Be.children[le]){const Me=Be.children[le];return new pt(Be.segments.concat(Me.segments),Me.children)}return Be}(new pt(Be.segments,Me))}class Ke{constructor(Me){this.path=Me,this.route=this.path[this.path.length-1]}}class We{constructor(Me,ge){this.component=Me,this.route=ge}}function He(Be,Me,ge){const $e=Be._root;return Fn($e,Me?Me._root:null,ge,[$e.value])}function yi(Be,Me,ge){const $e=function Yi(Be){if(!Be)return null;for(let Me=Be.parent;Me;Me=Me.parent){const ge=Me.routeConfig;if(ge&&ge._loadedConfig)return ge._loadedConfig}return null}(Me);return($e?$e.module.injector:ge).get(Be)}function Fn(Be,Me,ge,$e,ct={canDeactivateChecks:[],canActivateChecks:[]}){const Pt=zt(Me);return Be.children.forEach($t=>{(function Rr(Be,Me,ge,$e,ct={canDeactivateChecks:[],canActivateChecks:[]}){const Pt=Be.value,$t=Me?Me.value:null,li=ge?ge.getContext(Be.value.outlet):null;if($t&&Pt.routeConfig===$t.routeConfig){const Ri=function Ja(Be,Me,ge){if("function"==typeof ge)return ge(Be,Me);switch(ge){case"pathParamsChange":return!it(Be.url,Me.url);case"pathParamsOrQueryParamsChange":return!it(Be.url,Me.url)||!ut(Be.queryParams,Me.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!mi(Be,Me)||!ut(Be.queryParams,Me.queryParams);default:return!mi(Be,Me)}}($t,Pt,Pt.routeConfig.runGuardsAndResolvers);Ri?ct.canActivateChecks.push(new Ke($e)):(Pt.data=$t.data,Pt._resolvedData=$t._resolvedData),Fn(Be,Me,Pt.component?li?li.children:null:ge,$e,ct),Ri&&li&&li.outlet&&li.outlet.isActivated&&ct.canDeactivateChecks.push(new We(li.outlet.component,$t))}else $t&&Ma(Me,li,ct),ct.canActivateChecks.push(new Ke($e)),Fn(Be,null,Pt.component?li?li.children:null:ge,$e,ct)})($t,Pt[$t.value.outlet],ge,$e.concat([$t.value]),ct),delete Pt[$t.value.outlet]}),Gt(Pt,($t,li)=>Ma($t,ge.getContext(li),ct)),ct}function Ma(Be,Me,ge){const $e=zt(Be),ct=Be.value;Gt($e,(Pt,$t)=>{Ma(Pt,ct.component?Me?Me.children.getContext($t):null:Me,ge)}),ge.canDeactivateChecks.push(new We(ct.component&&Me&&Me.outlet&&Me.outlet.isActivated?Me.outlet.component:null,ct))}class Es{}function Ts(Be){return new e.y(Me=>Me.error(Be))}class as{constructor(Me,ge,$e,ct,Pt,$t){this.rootComponentType=Me,this.config=ge,this.urlTree=$e,this.url=ct,this.paramsInheritanceStrategy=Pt,this.relativeLinkResolution=$t}recognize(){const Me=Ur(this.urlTree.root,[],[],this.config.filter($t=>void 0===$t.redirectTo),this.relativeLinkResolution).segmentGroup,ge=this.processSegmentGroup(this.config,Me,le);if(null===ge)return null;const $e=new jt([],Object.freeze({}),Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,{},le,this.rootComponentType,null,this.urlTree.root,-1,{}),ct=new Mt($e,ge),Pt=new wi(this.url,ct);return this.inheritParamsAndData(Pt._root),Pt}inheritParamsAndData(Me){const ge=Me.value,$e=sn(ge,this.paramsInheritanceStrategy);ge.params=Object.freeze($e.params),ge.data=Object.freeze($e.data),Me.children.forEach(ct=>this.inheritParamsAndData(ct))}processSegmentGroup(Me,ge,$e){return 0===ge.segments.length&&ge.hasChildren()?this.processChildren(Me,ge):this.processSegment(Me,ge,ge.segments,$e)}processChildren(Me,ge){const $e=[];for(const Pt of Object.keys(ge.children)){const $t=ge.children[Pt],li=oa(Me,Pt),Ri=this.processSegmentGroup(li,$t,Pt);if(null===Ri)return null;$e.push(...Ri)}const ct=Ga($e);return function As(Be){Be.sort((Me,ge)=>Me.value.outlet===le?-1:ge.value.outlet===le?1:Me.value.outlet.localeCompare(ge.value.outlet))}(ct),ct}processSegment(Me,ge,$e,ct){for(const Pt of Me){const $t=this.processSegmentAgainstRoute(Pt,ge,$e,ct);if(null!==$t)return $t}return kt(ge,$e,ct)?[]:null}processSegmentAgainstRoute(Me,ge,$e,ct){if(Me.redirectTo||!Qe(Me,ge,$e,ct))return null;let Pt,$t=[],li=[];if("**"===Me.path){const zn=$e.length>0?ui($e).parameters:{};Pt=new jt($e,zn,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,Ye(Me),$n(Me),Me.component,Me,ae(ge),fe(ge)+$e.length,wt(Me))}else{const zn=Dr(ge,Me,$e);if(!zn.matched)return null;$t=zn.consumedSegments,li=zn.remainingSegments,Pt=new jt($t,zn.parameters,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,Ye(Me),$n(Me),Me.component,Me,ae(ge),fe(ge)+$t.length,wt(Me))}const Ri=function bs(Be){return Be.children?Be.children:Be.loadChildren?Be._loadedConfig.routes:[]}(Me),{segmentGroup:cn,slicedSegments:Vn}=Ur(ge,$t,li,Ri.filter(zn=>void 0===zn.redirectTo),this.relativeLinkResolution);if(0===Vn.length&&cn.hasChildren()){const zn=this.processChildren(Ri,cn);return null===zn?null:[new Mt(Pt,zn)]}if(0===Ri.length&&0===Vn.length)return[new Mt(Pt,[])];const Mn=$n(Me)===ct,dr=this.processSegment(Ri,cn,Vn,Mn?le:ct);return null===dr?null:[new Mt(Pt,dr)]}}function Gr(Be){const Me=Be.value.routeConfig;return Me&&""===Me.path&&void 0===Me.redirectTo}function Ga(Be){const Me=[],ge=new Set;for(const $e of Be){if(!Gr($e)){Me.push($e);continue}const ct=Me.find(Pt=>$e.value.routeConfig===Pt.value.routeConfig);void 0!==ct?(ct.children.push(...$e.children),ge.add(ct)):Me.push($e)}for(const $e of ge){const ct=Ga($e.children);Me.push(new Mt($e.value,ct))}return Me.filter($e=>!ge.has($e))}function ae(Be){let Me=Be;for(;Me._sourceSegment;)Me=Me._sourceSegment;return Me}function fe(Be){let Me=Be,ge=Me._segmentIndexShift?Me._segmentIndexShift:0;for(;Me._sourceSegment;)Me=Me._sourceSegment,ge+=Me._segmentIndexShift?Me._segmentIndexShift:0;return ge-1}function Ye(Be){return Be.data||{}}function wt(Be){return Be.resolve||{}}function Pi(Be){return[...Object.keys(Be),...Object.getOwnPropertySymbols(Be)]}function dn(Be){return(0,X.w)(Me=>{const ge=Be(Me);return ge?(0,N.D)(ge).pipe((0,oe.U)(()=>Me)):(0,h.of)(Me)})}class xn extends class Rn{shouldDetach(Me){return!1}store(Me,ge){}shouldAttach(Me){return!1}retrieve(Me){return null}shouldReuseRoute(Me,ge){return Me.routeConfig===ge.routeConfig}}{}const Tn=new t.OlP("ROUTES");class tr{constructor(Me,ge,$e,ct){this.injector=Me,this.compiler=ge,this.onLoadStartListener=$e,this.onLoadEndListener=ct}load(Me,ge){if(ge._loader$)return ge._loader$;this.onLoadStartListener&&this.onLoadStartListener(ge);const ct=this.loadModuleFactory(ge.loadChildren).pipe((0,oe.U)(Pt=>{this.onLoadEndListener&&this.onLoadEndListener(ge);const $t=Pt.create(Me);return new pr(It($t.injector.get(Tn,void 0,t.XFs.Self|t.XFs.Optional)).map(Pa),$t)}),(0,r.K)(Pt=>{throw ge._loader$=void 0,Pt}));return ge._loader$=new d(ct,()=>new Z.x).pipe(b()),ge._loader$}loadModuleFactory(Me){return hi(Me()).pipe((0,_.z)(ge=>ge instanceof t.YKP?(0,h.of)(ge):(0,N.D)(this.compiler.compileModuleAsync(ge))))}}class mr{shouldProcessUrl(Me){return!0}extract(Me){return Me}merge(Me,ge){return Me}}function ta(Be){throw Be}function Qr(Be,Me,ge){return Me.parse("/")}function gr(Be,Me){return(0,h.of)(null)}const Zr={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},Zn={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"};let Cr=(()=>{class Be{constructor(ge,$e,ct,Pt,$t,li,Ri){this.rootComponentType=ge,this.urlSerializer=$e,this.rootContexts=ct,this.location=Pt,this.config=Ri,this.lastSuccessfulNavigation=null,this.currentNavigation=null,this.disposed=!1,this.navigationId=0,this.currentPageId=0,this.isNgZoneEnabled=!1,this.events=new Z.x,this.errorHandler=ta,this.malformedUriErrorHandler=Qr,this.navigated=!1,this.lastSuccessfulId=-1,this.hooks={beforePreactivation:gr,afterPreactivation:gr},this.urlHandlingStrategy=new mr,this.routeReuseStrategy=new xn,this.onSameUrlNavigation="ignore",this.paramsInheritanceStrategy="emptyOnly",this.urlUpdateStrategy="deferred",this.relativeLinkResolution="corrected",this.canceledNavigationResolution="replace",this.ngModule=$t.get(t.h0i),this.console=$t.get(t.c2e);const Mn=$t.get(t.R0b);this.isNgZoneEnabled=Mn instanceof t.R0b&&t.R0b.isInAngularZone(),this.resetConfig(Ri),this.currentUrlTree=function xt(){return new be(new pt([],{}),{},null)}(),this.rawUrlTree=this.currentUrlTree,this.browserUrlTree=this.currentUrlTree,this.configLoader=new tr($t,li,dr=>this.triggerEvent(new Ue(dr)),dr=>this.triggerEvent(new ye(dr))),this.routerState=Ei(this.currentUrlTree,this.rootComponentType),this.transitions=new A.X({id:0,targetPageId:0,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,extractedUrl:this.urlHandlingStrategy.extract(this.currentUrlTree),urlAfterRedirects:this.urlHandlingStrategy.extract(this.currentUrlTree),rawUrl:this.currentUrlTree,extras:{},resolve:null,reject:null,promise:Promise.resolve(!0),source:"imperative",restoredState:null,currentSnapshot:this.routerState.snapshot,targetSnapshot:null,currentRouterState:this.routerState,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.navigations=this.setupNavigations(this.transitions),this.processNavigations()}get browserPageId(){var ge;return null===(ge=this.location.getState())||void 0===ge?void 0:ge.\u0275routerPageId}setupNavigations(ge){const $e=this.events;return ge.pipe((0,Y.h)(ct=>0!==ct.id),(0,oe.U)(ct=>Object.assign(Object.assign({},ct),{extractedUrl:this.urlHandlingStrategy.extract(ct.rawUrl)})),(0,X.w)(ct=>{let Pt=!1,$t=!1;return(0,h.of)(ct).pipe((0,E.b)(li=>{this.currentNavigation={id:li.id,initialUrl:li.currentRawUrl,extractedUrl:li.extractedUrl,trigger:li.source,extras:li.extras,previousNavigation:this.lastSuccessfulNavigation?Object.assign(Object.assign({},this.lastSuccessfulNavigation),{previousNavigation:null}):null}}),(0,X.w)(li=>{const Ri=this.browserUrlTree.toString(),cn=!this.navigated||li.extractedUrl.toString()!==Ri||Ri!==this.currentUrlTree.toString();if(("reload"===this.onSameUrlNavigation||cn)&&this.urlHandlingStrategy.shouldProcessUrl(li.rawUrl))return rt(li.source)&&(this.browserUrlTree=li.extractedUrl),(0,h.of)(li).pipe((0,X.w)(Mn=>{const dr=this.transitions.getValue();return $e.next(new B(Mn.id,this.serializeUrl(Mn.extractedUrl),Mn.source,Mn.restoredState)),dr!==this.transitions.getValue()?U.E:Promise.resolve(Mn)}),function Gi(Be,Me,ge,$e){return(0,X.w)(ct=>function oi(Be,Me,ge,$e,ct){return new gt(Be,Me,ge,$e,ct).apply()}(Be,Me,ge,ct.extractedUrl,$e).pipe((0,oe.U)(Pt=>Object.assign(Object.assign({},ct),{urlAfterRedirects:Pt}))))}(this.ngModule.injector,this.configLoader,this.urlSerializer,this.config),(0,E.b)(Mn=>{this.currentNavigation=Object.assign(Object.assign({},this.currentNavigation),{finalUrl:Mn.urlAfterRedirects})}),function Vt(Be,Me,ge,$e,ct){return(0,_.z)(Pt=>function Ks(Be,Me,ge,$e,ct="emptyOnly",Pt="legacy"){try{const $t=new as(Be,Me,ge,$e,ct,Pt).recognize();return null===$t?Ts(new Es):(0,h.of)($t)}catch($t){return Ts($t)}}(Be,Me,Pt.urlAfterRedirects,ge(Pt.urlAfterRedirects),$e,ct).pipe((0,oe.U)($t=>Object.assign(Object.assign({},Pt),{targetSnapshot:$t}))))}(this.rootComponentType,this.config,Mn=>this.serializeUrl(Mn),this.paramsInheritanceStrategy,this.relativeLinkResolution),(0,E.b)(Mn=>{if("eager"===this.urlUpdateStrategy){if(!Mn.extras.skipLocationChange){const zn=this.urlHandlingStrategy.merge(Mn.urlAfterRedirects,Mn.rawUrl);this.setBrowserUrl(zn,Mn)}this.browserUrlTree=Mn.urlAfterRedirects}const dr=new he(Mn.id,this.serializeUrl(Mn.extractedUrl),this.serializeUrl(Mn.urlAfterRedirects),Mn.targetSnapshot);$e.next(dr)}));if(cn&&this.rawUrlTree&&this.urlHandlingStrategy.shouldProcessUrl(this.rawUrlTree)){const{id:dr,extractedUrl:zn,source:ss,restoredState:Ds,extras:Bo}=li,s1=new B(dr,this.serializeUrl(zn),ss,Ds);$e.next(s1);const wa=Ei(zn,this.rootComponentType).snapshot;return(0,h.of)(Object.assign(Object.assign({},li),{targetSnapshot:wa,urlAfterRedirects:zn,extras:Object.assign(Object.assign({},Bo),{skipLocationChange:!1,replaceUrl:!1})}))}return this.rawUrlTree=li.rawUrl,li.resolve(null),U.E}),dn(li=>{const{targetSnapshot:Ri,id:cn,extractedUrl:Vn,rawUrl:Mn,extras:{skipLocationChange:dr,replaceUrl:zn}}=li;return this.hooks.beforePreactivation(Ri,{navigationId:cn,appliedUrlTree:Vn,rawUrlTree:Mn,skipLocationChange:!!dr,replaceUrl:!!zn})}),(0,E.b)(li=>{const Ri=new _e(li.id,this.serializeUrl(li.extractedUrl),this.serializeUrl(li.urlAfterRedirects),li.targetSnapshot);this.triggerEvent(Ri)}),(0,oe.U)(li=>Object.assign(Object.assign({},li),{guards:He(li.targetSnapshot,li.currentSnapshot,this.rootContexts)})),function ps(Be,Me){return(0,_.z)(ge=>{const{targetSnapshot:$e,currentSnapshot:ct,guards:{canActivateChecks:Pt,canDeactivateChecks:$t}}=ge;return 0===$t.length&&0===Pt.length?(0,h.of)(Object.assign(Object.assign({},ge),{guardsResult:!0})):function Fi(Be,Me,ge,$e){return(0,N.D)(Be).pipe((0,_.z)(ct=>function pa(Be,Me,ge,$e,ct){const Pt=Me&&Me.routeConfig?Me.routeConfig.canDeactivate:null;if(!Pt||0===Pt.length)return(0,h.of)(!0);const $t=Pt.map(li=>{const Ri=yi(li,Me,ct);let cn;if(function ea(Be){return Be&&hn(Be.canDeactivate)}(Ri))cn=hi(Ri.canDeactivate(Be,Me,ge,$e));else{if(!hn(Ri))throw new Error("Invalid CanDeactivate guard");cn=hi(Ri(Be,Me,ge,$e))}return cn.pipe((0,c.P)())});return(0,h.of)($t).pipe(zr())}(ct.component,ct.route,ge,Me,$e)),(0,c.P)(ct=>!0!==ct,!0))}($t,$e,ct,Be).pipe((0,_.z)(li=>li&&function $r(Be){return"boolean"==typeof Be}(li)?function Gn(Be,Me,ge,$e){return(0,N.D)(Me).pipe((0,u.b)(ct=>(0,k.z)(function br(Be,Me){return null!==Be&&Me&&Me(new V(Be)),(0,h.of)(!0)}(ct.route.parent,$e),function ns(Be,Me){return null!==Be&&Me&&Me(new dt(Be)),(0,h.of)(!0)}(ct.route,$e),function rs(Be,Me,ge){const $e=Me[Me.length-1],Pt=Me.slice(0,Me.length-1).reverse().map($t=>function Lt(Be){const Me=Be.routeConfig?Be.routeConfig.canActivateChild:null;return Me&&0!==Me.length?{node:Be,guards:Me}:null}($t)).filter($t=>null!==$t).map($t=>(0,S.P)(()=>{const li=$t.guards.map(Ri=>{const cn=yi(Ri,$t.node,ge);let Vn;if(function Da(Be){return Be&&hn(Be.canActivateChild)}(cn))Vn=hi(cn.canActivateChild($e,Be));else{if(!hn(cn))throw new Error("Invalid CanActivateChild guard");Vn=hi(cn($e,Be))}return Vn.pipe((0,c.P)())});return(0,h.of)(li).pipe(zr())}));return(0,h.of)(Pt).pipe(zr())}(Be,ct.path,ge),function js(Be,Me,ge){const $e=Me.routeConfig?Me.routeConfig.canActivate:null;if(!$e||0===$e.length)return(0,h.of)(!0);const ct=$e.map(Pt=>(0,S.P)(()=>{const $t=yi(Pt,Me,ge);let li;if(function jr(Be){return Be&&hn(Be.canActivate)}($t))li=hi($t.canActivate(Me,Be));else{if(!hn($t))throw new Error("Invalid CanActivate guard");li=hi($t(Me,Be))}return li.pipe((0,c.P)())}));return(0,h.of)(ct).pipe(zr())}(Be,ct.route,ge))),(0,c.P)(ct=>!0!==ct,!0))}($e,Pt,Be,Me):(0,h.of)(li)),(0,oe.U)(li=>Object.assign(Object.assign({},ge),{guardsResult:li})))})}(this.ngModule.injector,li=>this.triggerEvent(li)),(0,E.b)(li=>{if(ir(li.guardsResult)){const cn=ee(`Redirecting to "${this.serializeUrl(li.guardsResult)}"`);throw cn.url=li.guardsResult,cn}const Ri=new Ne(li.id,this.serializeUrl(li.extractedUrl),this.serializeUrl(li.urlAfterRedirects),li.targetSnapshot,!!li.guardsResult);this.triggerEvent(Ri)}),(0,Y.h)(li=>!!li.guardsResult||(this.restoreHistory(li),this.cancelNavigationTransition(li,""),!1)),dn(li=>{if(li.guards.canActivateChecks.length)return(0,h.of)(li).pipe((0,E.b)(Ri=>{const cn=new we(Ri.id,this.serializeUrl(Ri.extractedUrl),this.serializeUrl(Ri.urlAfterRedirects),Ri.targetSnapshot);this.triggerEvent(cn)}),(0,X.w)(Ri=>{let cn=!1;return(0,h.of)(Ri).pipe(function ii(Be,Me){return(0,_.z)(ge=>{const{targetSnapshot:$e,guards:{canActivateChecks:ct}}=ge;if(!ct.length)return(0,h.of)(ge);let Pt=0;return(0,N.D)(ct).pipe((0,u.b)($t=>function ni(Be,Me,ge,$e){return function _i(Be,Me,ge,$e){const ct=Pi(Be);if(0===ct.length)return(0,h.of)({});const Pt={};return(0,N.D)(ct).pipe((0,_.z)($t=>function tn(Be,Me,ge,$e){const ct=yi(Be,Me,$e);return hi(ct.resolve?ct.resolve(Me,ge):ct(Me,ge))}(Be[$t],Me,ge,$e).pipe((0,E.b)(li=>{Pt[$t]=li}))),ne(1),(0,_.z)(()=>Pi(Pt).length===ct.length?(0,h.of)(Pt):U.E))}(Be._resolve,Be,Me,$e).pipe((0,oe.U)(Pt=>(Be._resolvedData=Pt,Be.data=Object.assign(Object.assign({},Be.data),sn(Be,ge).resolve),null)))}($t.route,$e,Be,Me)),(0,E.b)(()=>Pt++),ne(1),(0,_.z)($t=>Pt===ct.length?(0,h.of)(ge):U.E))})}(this.paramsInheritanceStrategy,this.ngModule.injector),(0,E.b)({next:()=>cn=!0,complete:()=>{cn||(this.restoreHistory(Ri),this.cancelNavigationTransition(Ri,"At least one route resolver didn't emit any value."))}}))}),(0,E.b)(Ri=>{const cn=new Q(Ri.id,this.serializeUrl(Ri.extractedUrl),this.serializeUrl(Ri.urlAfterRedirects),Ri.targetSnapshot);this.triggerEvent(cn)}))}),dn(li=>{const{targetSnapshot:Ri,id:cn,extractedUrl:Vn,rawUrl:Mn,extras:{skipLocationChange:dr,replaceUrl:zn}}=li;return this.hooks.afterPreactivation(Ri,{navigationId:cn,appliedUrlTree:Vn,rawUrlTree:Mn,skipLocationChange:!!dr,replaceUrl:!!zn})}),(0,oe.U)(li=>{const Ri=function Ni(Be,Me,ge){const $e=ki(Be,Me._root,ge?ge._root:void 0);return new bi($e,Me)}(this.routeReuseStrategy,li.targetSnapshot,li.currentRouterState);return Object.assign(Object.assign({},li),{targetRouterState:Ri})}),(0,E.b)(li=>{this.currentUrlTree=li.urlAfterRedirects,this.rawUrlTree=this.urlHandlingStrategy.merge(li.urlAfterRedirects,li.rawUrl),this.routerState=li.targetRouterState,"deferred"===this.urlUpdateStrategy&&(li.extras.skipLocationChange||this.setBrowserUrl(this.rawUrlTree,li),this.browserUrlTree=li.urlAfterRedirects)}),((Be,Me,ge)=>(0,oe.U)($e=>(new Wr(Me,$e.targetRouterState,$e.currentRouterState,ge).activate(Be),$e)))(this.rootContexts,this.routeReuseStrategy,li=>this.triggerEvent(li)),(0,E.b)({next(){Pt=!0},complete(){Pt=!0}}),(0,I.x)(()=>{var li;Pt||$t||this.cancelNavigationTransition(ct,`Navigation ID ${ct.id} is not equal to the current navigation id ${this.navigationId}`),(null===(li=this.currentNavigation)||void 0===li?void 0:li.id)===ct.id&&(this.currentNavigation=null)}),(0,r.K)(li=>{if($t=!0,function ue(Be){return Be&&Be[W]}(li)){const Ri=ir(li.url);Ri||(this.navigated=!0,this.restoreHistory(ct,!0));const cn=new H(ct.id,this.serializeUrl(ct.extractedUrl),li.message);$e.next(cn),Ri?setTimeout(()=>{const Vn=this.urlHandlingStrategy.merge(li.url,this.rawUrlTree),Mn={skipLocationChange:ct.extras.skipLocationChange,replaceUrl:"eager"===this.urlUpdateStrategy||rt(ct.source)};this.scheduleNavigation(Vn,"imperative",null,Mn,{resolve:ct.resolve,reject:ct.reject,promise:ct.promise})},0):ct.resolve(!1)}else{this.restoreHistory(ct,!0);const Ri=new q(ct.id,this.serializeUrl(ct.extractedUrl),li);$e.next(Ri);try{ct.resolve(this.errorHandler(li))}catch(cn){ct.reject(cn)}}return U.E}))}))}resetRootComponentType(ge){this.rootComponentType=ge,this.routerState.root.component=this.rootComponentType}setTransition(ge){this.transitions.next(Object.assign(Object.assign({},this.transitions.value),ge))}initialNavigation(){this.setUpLocationChangeListener(),0===this.navigationId&&this.navigateByUrl(this.location.path(!0),{replaceUrl:!0})}setUpLocationChangeListener(){this.locationSubscription||(this.locationSubscription=this.location.subscribe(ge=>{const $e="popstate"===ge.type?"popstate":"hashchange";"popstate"===$e&&setTimeout(()=>{var ct;const Pt={replaceUrl:!0},$t=(null===(ct=ge.state)||void 0===ct?void 0:ct.navigationId)?ge.state:null;if($t){const Ri=Object.assign({},$t);delete Ri.navigationId,delete Ri.\u0275routerPageId,0!==Object.keys(Ri).length&&(Pt.state=Ri)}const li=this.parseUrl(ge.url);this.scheduleNavigation(li,$e,$t,Pt)},0)}))}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.currentNavigation}triggerEvent(ge){this.events.next(ge)}resetConfig(ge){xa(ge),this.config=ge.map(Pa),this.navigated=!1,this.lastSuccessfulId=-1}ngOnDestroy(){this.dispose()}dispose(){this.transitions.complete(),this.locationSubscription&&(this.locationSubscription.unsubscribe(),this.locationSubscription=void 0),this.disposed=!0}createUrlTree(ge,$e={}){const{relativeTo:ct,queryParams:Pt,fragment:$t,queryParamsHandling:li,preserveFragment:Ri}=$e,cn=ct||this.routerState.root,Vn=Ri?this.currentUrlTree.fragment:$t;let Mn=null;switch(li){case"merge":Mn=Object.assign(Object.assign({},this.currentUrlTree.queryParams),Pt);break;case"preserve":Mn=this.currentUrlTree.queryParams;break;default:Mn=Pt||null}return null!==Mn&&(Mn=this.removeEmptyProps(Mn)),function Dn(Be,Me,ge,$e,ct){if(0===ge.length)return Si(Me.root,Me.root,Me.root,$e,ct);const Pt=function Kn(Be){if("string"==typeof Be[0]&&1===Be.length&&"/"===Be[0])return new Sn(!0,0,Be);let Me=0,ge=!1;const $e=Be.reduce((ct,Pt,$t)=>{if("object"==typeof Pt&&null!=Pt){if(Pt.outlets){const li={};return Gt(Pt.outlets,(Ri,cn)=>{li[cn]="string"==typeof Ri?Ri.split("/"):Ri}),[...ct,{outlets:li}]}if(Pt.segmentPath)return[...ct,Pt.segmentPath]}return"string"!=typeof Pt?[...ct,Pt]:0===$t?(Pt.split("/").forEach((li,Ri)=>{0==Ri&&"."===li||(0==Ri&&""===li?ge=!0:".."===li?Me++:""!=li&&ct.push(li))}),ct):[...ct,Pt]},[]);return new Sn(ge,Me,$e)}(ge);if(Pt.toRoot())return Si(Me.root,Me.root,new pt([],{}),$e,ct);const $t=function Fr(Be,Me,ge){if(Be.isAbsolute)return new cr(Me.root,!0,0);if(-1===ge.snapshot._lastPathIndex){const Pt=ge.snapshot._urlSegment;return new cr(Pt,Pt===Me.root,0)}const $e=Xn(Be.commands[0])?0:1;return function Vr(Be,Me,ge){let $e=Be,ct=Me,Pt=ge;for(;Pt>ct;){if(Pt-=ct,$e=$e.parent,!$e)throw new Error("Invalid number of '../'");ct=$e.segments.length}return new cr($e,!1,ct-Pt)}(ge.snapshot._urlSegment,ge.snapshot._lastPathIndex+$e,Be.numberOfDoubleDots)}(Pt,Me,Be),li=$t.processChildren?va($t.segmentGroup,$t.index,Pt.commands):_a($t.segmentGroup,$t.index,Pt.commands);return Si(Me.root,$t.segmentGroup,li,$e,ct)}(cn,this.currentUrlTree,ge,Mn,null!=Vn?Vn:null)}navigateByUrl(ge,$e={skipLocationChange:!1}){const ct=ir(ge)?ge:this.parseUrl(ge),Pt=this.urlHandlingStrategy.merge(ct,this.rawUrlTree);return this.scheduleNavigation(Pt,"imperative",null,$e)}navigate(ge,$e={skipLocationChange:!1}){return function Za(Be){for(let Me=0;Me{const Pt=ge[ct];return null!=Pt&&($e[ct]=Pt),$e},{})}processNavigations(){this.navigations.subscribe(ge=>{this.navigated=!0,this.lastSuccessfulId=ge.id,this.currentPageId=ge.targetPageId,this.events.next(new P(ge.id,this.serializeUrl(ge.extractedUrl),this.serializeUrl(this.currentUrlTree))),this.lastSuccessfulNavigation=this.currentNavigation,ge.resolve(!0)},ge=>{this.console.warn(`Unhandled Navigation Error: ${ge}`)})}scheduleNavigation(ge,$e,ct,Pt,$t){var li,Ri;if(this.disposed)return Promise.resolve(!1);let cn,Vn,Mn;$t?(cn=$t.resolve,Vn=$t.reject,Mn=$t.promise):Mn=new Promise((ss,Ds)=>{cn=ss,Vn=Ds});const dr=++this.navigationId;let zn;return"computed"===this.canceledNavigationResolution?(0===this.currentPageId&&(ct=this.location.getState()),zn=ct&&ct.\u0275routerPageId?ct.\u0275routerPageId:Pt.replaceUrl||Pt.skipLocationChange?null!==(li=this.browserPageId)&&void 0!==li?li:0:(null!==(Ri=this.browserPageId)&&void 0!==Ri?Ri:0)+1):zn=0,this.setTransition({id:dr,targetPageId:zn,source:$e,restoredState:ct,currentUrlTree:this.currentUrlTree,currentRawUrl:this.rawUrlTree,rawUrl:ge,extras:Pt,resolve:cn,reject:Vn,promise:Mn,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),Mn.catch(ss=>Promise.reject(ss))}setBrowserUrl(ge,$e){const ct=this.urlSerializer.serialize(ge),Pt=Object.assign(Object.assign({},$e.extras.state),this.generateNgRouterState($e.id,$e.targetPageId));this.location.isCurrentPathEqualTo(ct)||$e.extras.replaceUrl?this.location.replaceState(ct,"",Pt):this.location.go(ct,"",Pt)}restoreHistory(ge,$e=!1){var ct,Pt;if("computed"===this.canceledNavigationResolution){const $t=this.currentPageId-ge.targetPageId;"popstate"!==ge.source&&"eager"!==this.urlUpdateStrategy&&this.currentUrlTree!==(null===(ct=this.currentNavigation)||void 0===ct?void 0:ct.finalUrl)||0===$t?this.currentUrlTree===(null===(Pt=this.currentNavigation)||void 0===Pt?void 0:Pt.finalUrl)&&0===$t&&(this.resetState(ge),this.browserUrlTree=ge.currentUrlTree,this.resetUrlToCurrentUrlTree()):this.location.historyGo($t)}else"replace"===this.canceledNavigationResolution&&($e&&this.resetState(ge),this.resetUrlToCurrentUrlTree())}resetState(ge){this.routerState=ge.currentRouterState,this.currentUrlTree=ge.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,ge.rawUrl)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}cancelNavigationTransition(ge,$e){const ct=new H(ge.id,this.serializeUrl(ge.extractedUrl),$e);this.triggerEvent(ct),ge.resolve(!1)}generateNgRouterState(ge,$e){return"computed"===this.canceledNavigationResolution?{navigationId:ge,\u0275routerPageId:$e}:{navigationId:ge}}}return Be.\u0275fac=function(ge){t.$Z()},Be.\u0275prov=t.Yz7({token:Be,factory:Be.\u0275fac}),Be})();function rt(Be){return"imperative"!==Be}let Et=(()=>{class Be{constructor(ge,$e,ct,Pt,$t){this.router=ge,this.route=$e,this.tabIndexAttribute=ct,this.renderer=Pt,this.el=$t,this.commands=null,this.onChanges=new Z.x,this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl(ge){if(null!=this.tabIndexAttribute)return;const $e=this.renderer,ct=this.el.nativeElement;null!==ge?$e.setAttribute(ct,"tabindex",ge):$e.removeAttribute(ct,"tabindex")}ngOnChanges(ge){this.onChanges.next(this)}set routerLink(ge){null!=ge?(this.commands=Array.isArray(ge)?ge:[ge],this.setTabIndexIfNotOnNativeEl("0")):(this.commands=null,this.setTabIndexIfNotOnNativeEl(null))}onClick(){if(null===this.urlTree)return!0;const ge={skipLocationChange:Rt(this.skipLocationChange),replaceUrl:Rt(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,ge),!0}get urlTree(){return null===this.commands?null:this.router.createUrlTree(this.commands,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:Rt(this.preserveFragment)})}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.Y36(Cr),t.Y36(Zi),t.$8M("tabindex"),t.Y36(t.Qsj),t.Y36(t.SBq))},Be.\u0275dir=t.lG2({type:Be,selectors:[["","routerLink","",5,"a",5,"area"]],hostBindings:function(ge,$e){1&ge&&t.NdJ("click",function(){return $e.onClick()})},inputs:{queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state",relativeTo:"relativeTo",routerLink:"routerLink"},features:[t.TTD]}),Be})(),Dt=(()=>{class Be{constructor(ge,$e,ct){this.router=ge,this.route=$e,this.locationStrategy=ct,this.commands=null,this.href=null,this.onChanges=new Z.x,this.subscription=ge.events.subscribe(Pt=>{Pt instanceof P&&this.updateTargetUrlAndHref()})}set routerLink(ge){this.commands=null!=ge?Array.isArray(ge)?ge:[ge]:null}ngOnChanges(ge){this.updateTargetUrlAndHref(),this.onChanges.next(this)}ngOnDestroy(){this.subscription.unsubscribe()}onClick(ge,$e,ct,Pt,$t){if(0!==ge||$e||ct||Pt||$t||"string"==typeof this.target&&"_self"!=this.target||null===this.urlTree)return!0;const li={skipLocationChange:Rt(this.skipLocationChange),replaceUrl:Rt(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,li),!1}updateTargetUrlAndHref(){this.href=null!==this.urlTree?this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.urlTree)):null}get urlTree(){return null===this.commands?null:this.router.createUrlTree(this.commands,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:Rt(this.preserveFragment)})}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.Y36(Cr),t.Y36(Zi),t.Y36(n.S$))},Be.\u0275dir=t.lG2({type:Be,selectors:[["a","routerLink",""],["area","routerLink",""]],hostVars:2,hostBindings:function(ge,$e){1&ge&&t.NdJ("click",function(Pt){return $e.onClick(Pt.button,Pt.ctrlKey,Pt.shiftKey,Pt.altKey,Pt.metaKey)}),2&ge&&t.uIk("target",$e.target)("href",$e.href,t.LSH)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state",relativeTo:"relativeTo",routerLink:"routerLink"},features:[t.TTD]}),Be})();function Rt(Be){return""===Be||!!Be}let Jt=(()=>{class Be{constructor(ge,$e,ct,Pt,$t,li){this.router=ge,this.element=$e,this.renderer=ct,this.cdr=Pt,this.link=$t,this.linkWithHref=li,this.classes=[],this.isActive=!1,this.routerLinkActiveOptions={exact:!1},this.isActiveChange=new t.vpe,this.routerEventsSubscription=ge.events.subscribe(Ri=>{Ri instanceof P&&this.update()})}ngAfterContentInit(){(0,h.of)(this.links.changes,this.linksWithHrefs.changes,(0,h.of)(null)).pipe((0,v.J)()).subscribe(ge=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){var ge;null===(ge=this.linkInputChangesSubscription)||void 0===ge||ge.unsubscribe();const $e=[...this.links.toArray(),...this.linksWithHrefs.toArray(),this.link,this.linkWithHref].filter(ct=>!!ct).map(ct=>ct.onChanges);this.linkInputChangesSubscription=(0,N.D)($e).pipe((0,v.J)()).subscribe(ct=>{this.isActive!==this.isLinkActive(this.router)(ct)&&this.update()})}set routerLinkActive(ge){const $e=Array.isArray(ge)?ge:ge.split(" ");this.classes=$e.filter(ct=>!!ct)}ngOnChanges(ge){this.update()}ngOnDestroy(){var ge;this.routerEventsSubscription.unsubscribe(),null===(ge=this.linkInputChangesSubscription)||void 0===ge||ge.unsubscribe()}update(){!this.links||!this.linksWithHrefs||!this.router.navigated||Promise.resolve().then(()=>{const ge=this.hasActiveLinks();this.isActive!==ge&&(this.isActive=ge,this.cdr.markForCheck(),this.classes.forEach($e=>{ge?this.renderer.addClass(this.element.nativeElement,$e):this.renderer.removeClass(this.element.nativeElement,$e)}),this.isActiveChange.emit(ge))})}isLinkActive(ge){const $e=function Ci(Be){return!!Be.paths}(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return ct=>!!ct.urlTree&&ge.isActive(ct.urlTree,$e)}hasActiveLinks(){const ge=this.isLinkActive(this.router);return this.link&&ge(this.link)||this.linkWithHref&&ge(this.linkWithHref)||this.links.some(ge)||this.linksWithHrefs.some(ge)}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.Y36(Cr),t.Y36(t.SBq),t.Y36(t.Qsj),t.Y36(t.sBO),t.Y36(Et,8),t.Y36(Dt,8))},Be.\u0275dir=t.lG2({type:Be,selectors:[["","routerLinkActive",""]],contentQueries:function(ge,$e,ct){if(1&ge&&(t.Suo(ct,Et,5),t.Suo(ct,Dt,5)),2&ge){let Pt;t.iGM(Pt=t.CRH())&&($e.links=Pt),t.iGM(Pt=t.CRH())&&($e.linksWithHrefs=Pt)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],features:[t.TTD]}),Be})();class ti{}class Li{preload(Me,ge){return(0,h.of)(null)}}let Qi=(()=>{class Be{constructor(ge,$e,ct,Pt){this.router=ge,this.injector=ct,this.preloadingStrategy=Pt,this.loader=new tr(ct,$e,Ri=>ge.triggerEvent(new Ue(Ri)),Ri=>ge.triggerEvent(new ye(Ri)))}setUpPreloading(){this.subscription=this.router.events.pipe((0,Y.h)(ge=>ge instanceof P),(0,u.b)(()=>this.preload())).subscribe(()=>{})}preload(){const ge=this.injector.get(t.h0i);return this.processRoutes(ge,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(ge,$e){const ct=[];for(const Pt of $e)if(Pt.loadChildren&&!Pt.canLoad&&Pt._loadedConfig){const $t=Pt._loadedConfig;ct.push(this.processRoutes($t.module,$t.routes))}else Pt.loadChildren&&!Pt.canLoad?ct.push(this.preloadConfig(ge,Pt)):Pt.children&&ct.push(this.processRoutes(ge,Pt.children));return(0,N.D)(ct).pipe((0,v.J)(),(0,oe.U)(Pt=>{}))}preloadConfig(ge,$e){return this.preloadingStrategy.preload($e,()=>($e._loadedConfig?(0,h.of)($e._loadedConfig):this.loader.load(ge.injector,$e)).pipe((0,_.z)(Pt=>($e._loadedConfig=Pt,this.processRoutes(Pt.module,Pt.routes)))))}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.LFG(Cr),t.LFG(t.Sil),t.LFG(t.zs3),t.LFG(ti))},Be.\u0275prov=t.Yz7({token:Be,factory:Be.\u0275fac}),Be})(),Xi=(()=>{class Be{constructor(ge,$e,ct={}){this.router=ge,this.viewportScroller=$e,this.options=ct,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},ct.scrollPositionRestoration=ct.scrollPositionRestoration||"disabled",ct.anchorScrolling=ct.anchorScrolling||"disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.router.events.subscribe(ge=>{ge instanceof B?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=ge.navigationTrigger,this.restoredId=ge.restoredState?ge.restoredState.navigationId:0):ge instanceof P&&(this.lastId=ge.id,this.scheduleScrollEvent(ge,this.router.parseUrl(ge.urlAfterRedirects).fragment))})}consumeScrollEvents(){return this.router.events.subscribe(ge=>{ge instanceof Ae&&(ge.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(ge.position):ge.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(ge.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(ge,$e){this.router.triggerEvent(new Ae(ge,"popstate"===this.lastSource?this.store[this.restoredId]:null,$e))}ngOnDestroy(){this.routerEventsSubscription&&this.routerEventsSubscription.unsubscribe(),this.scrollEventsSubscription&&this.scrollEventsSubscription.unsubscribe()}}return Be.\u0275fac=function(ge){t.$Z()},Be.\u0275prov=t.Yz7({token:Be,factory:Be.\u0275fac}),Be})();const bn=new t.OlP("ROUTER_CONFIGURATION"),er=new t.OlP("ROUTER_FORROOT_GUARD"),Pn=[n.Ye,{provide:tt,useClass:Xe},{provide:Cr,useFactory:function qr(Be,Me,ge,$e,ct,Pt,$t={},li,Ri){const cn=new Cr(null,Be,Me,ge,$e,ct,It(Pt));return li&&(cn.urlHandlingStrategy=li),Ri&&(cn.routeReuseStrategy=Ri),function Xa(Be,Me){Be.errorHandler&&(Me.errorHandler=Be.errorHandler),Be.malformedUriErrorHandler&&(Me.malformedUriErrorHandler=Be.malformedUriErrorHandler),Be.onSameUrlNavigation&&(Me.onSameUrlNavigation=Be.onSameUrlNavigation),Be.paramsInheritanceStrategy&&(Me.paramsInheritanceStrategy=Be.paramsInheritanceStrategy),Be.relativeLinkResolution&&(Me.relativeLinkResolution=Be.relativeLinkResolution),Be.urlUpdateStrategy&&(Me.urlUpdateStrategy=Be.urlUpdateStrategy),Be.canceledNavigationResolution&&(Me.canceledNavigationResolution=Be.canceledNavigationResolution)}($t,cn),$t.enableTracing&&cn.events.subscribe(Vn=>{var Mn,dr;null===(Mn=console.group)||void 0===Mn||Mn.call(console,`Router Event: ${Vn.constructor.name}`),console.log(Vn.toString()),console.log(Vn),null===(dr=console.groupEnd)||void 0===dr||dr.call(console)}),cn},deps:[tt,xr,n.Ye,t.zs3,t.Sil,Tn,bn,[class Lr{},new t.FiY],[class Ln{},new t.FiY]]},xr,{provide:Zi,useFactory:function ms(Be){return Be.routerState.root},deps:[Cr]},Qi,Li,class pi{preload(Me,ge){return ge().pipe((0,r.K)(()=>(0,h.of)(null)))}},{provide:bn,useValue:{enableTracing:!1}}];function la(){return new t.PXZ("Router",Cr)}let Oa=(()=>{class Be{constructor(ge,$e){}static forRoot(ge,$e){return{ngModule:Be,providers:[Pn,Hr(ge),{provide:er,useFactory:_r,deps:[[Cr,new t.FiY,new t.tp0]]},{provide:bn,useValue:$e||{}},{provide:n.S$,useFactory:Sr,deps:[n.lw,[new t.tBr(n.mr),new t.FiY],bn]},{provide:Xi,useFactory:sr,deps:[Cr,n.EM,bn]},{provide:ti,useExisting:$e&&$e.preloadingStrategy?$e.preloadingStrategy:Li},{provide:t.PXZ,multi:!0,useFactory:la},[gs,{provide:t.ip1,multi:!0,useFactory:Ms,deps:[gs]},{provide:So,useFactory:Qs,deps:[gs]},{provide:t.tb,multi:!0,useExisting:So}]]}}static forChild(ge){return{ngModule:Be,providers:[Hr(ge)]}}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.LFG(er,8),t.LFG(Cr,8))},Be.\u0275mod=t.oAB({type:Be}),Be.\u0275inj=t.cJS({}),Be})();function sr(Be,Me,ge){return ge.scrollOffset&&Me.setOffset(ge.scrollOffset),new Xi(Be,Me,ge)}function Sr(Be,Me,ge={}){return ge.useHash?new n.Do(Be,Me):new n.b0(Be,Me)}function _r(Be){return"guarded"}function Hr(Be){return[{provide:t.deG,multi:!0,useValue:Be},{provide:Tn,multi:!0,useValue:Be}]}let gs=(()=>{class Be{constructor(ge){this.injector=ge,this.initNavigation=!1,this.destroyed=!1,this.resultOfPreactivationDone=new Z.x}appInitializer(){return this.injector.get(n.V_,Promise.resolve(null)).then(()=>{if(this.destroyed)return Promise.resolve(!0);let $e=null;const ct=new Promise(li=>$e=li),Pt=this.injector.get(Cr),$t=this.injector.get(bn);return"disabled"===$t.initialNavigation?(Pt.setUpLocationChangeListener(),$e(!0)):"enabled"===$t.initialNavigation||"enabledBlocking"===$t.initialNavigation?(Pt.hooks.afterPreactivation=()=>this.initNavigation?(0,h.of)(null):(this.initNavigation=!0,$e(!0),this.resultOfPreactivationDone),Pt.initialNavigation()):$e(!0),ct})}bootstrapListener(ge){const $e=this.injector.get(bn),ct=this.injector.get(Qi),Pt=this.injector.get(Xi),$t=this.injector.get(Cr),li=this.injector.get(t.z2F);ge===li.components[0]&&(("enabledNonBlocking"===$e.initialNavigation||void 0===$e.initialNavigation)&&$t.initialNavigation(),ct.setUpPreloading(),Pt.init(),$t.resetRootComponentType(li.componentTypes[0]),this.resultOfPreactivationDone.next(null),this.resultOfPreactivationDone.complete())}ngOnDestroy(){this.destroyed=!0}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.LFG(t.zs3))},Be.\u0275prov=t.Yz7({token:Be,factory:Be.\u0275fac}),Be})();function Ms(Be){return Be.appInitializer.bind(Be)}function Qs(Be){return Be.bootstrapListener.bind(Be)}const So=new t.OlP("Router Initializer")},9444:(Ve,j,p)=>{"use strict";p.d(j,{BN:()=>ta,uH:()=>Za});var t=p(5e3);function e(rt,Et){var Dt=Object.keys(rt);if(Object.getOwnPropertySymbols){var Rt=Object.getOwnPropertySymbols(rt);Et&&(Rt=Rt.filter(function(Jt){return Object.getOwnPropertyDescriptor(rt,Jt).enumerable})),Dt.push.apply(Dt,Rt)}return Dt}function f(rt){for(var Et=1;Etrt.length)&&(Et=rt.length);for(var Dt=0,Rt=new Array(Et);Dt0;)Et+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return Et}function Oe(rt){for(var Et=[],Dt=(rt||[]).length>>>0;Dt--;)Et[Dt]=rt[Dt];return Et}function ce(rt){return rt.classList?Oe(rt.classList):(rt.getAttribute("class")||"").split(" ").filter(function(Et){return Et})}function be(rt){return"".concat(rt).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function mt(rt){return Object.keys(rt||{}).reduce(function(Et,Dt){return Et+"".concat(Dt,": ").concat(rt[Dt].trim(),";")},"")}function Ht(rt){return rt.size!==yt.size||rt.x!==yt.x||rt.y!==yt.y||rt.rotate!==yt.rotate||rt.flipX||rt.flipY}function Xe(){var Et=H,Dt=xt.familyPrefix,Rt=xt.replacementClass,Jt=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";\n --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";\n}\n\nsvg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {\n overflow: visible;\n box-sizing: content-box;\n}\n\n.svg-inline--fa {\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285705em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n top: 0.25em;\n}\n.svg-inline--fa.fa-fw {\n width: var(--fa-fw-width, 1.25em);\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-counter-scale, 0.25));\n transform: scale(var(--fa-counter-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.0833333337em;\n vertical-align: 0.125em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.0714285718em;\n vertical-align: 0.0535714295em;\n}\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em;\n}\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.0416666682em;\n vertical-align: -0.125em;\n}\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);\n}\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n.fa-bounce,\n.fa-fade,\n.fa-beat-fade,\n.fa-flip,\n.fa-pulse,\n.fa-shake,\n.fa-spin,\n.fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n transition-delay: 0s;\n transition-duration: 0s;\n }\n}\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, none));\n transform: rotate(var(--fa-rotate-angle, none));\n}\n\n.fa-stack {\n display: inline-block;\n vertical-align: middle;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: var(--fa-stack-z-index, auto);\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse,\n.fa-duotone.fa-inverse {\n color: var(--fa-inverse, #fff);\n}';if("fa"!==Dt||Rt!==Et){var Ci=new RegExp("\\.".concat("fa","\\-"),"g"),ti=new RegExp("\\--".concat("fa","\\-"),"g"),pi=new RegExp("\\.".concat(Et),"g");Jt=Jt.replace(Ci,".".concat(Dt,"-")).replace(ti,"--".concat(Dt,"-")).replace(pi,".".concat(Rt))}return Jt}var Se=!1;function Ge(){xt.autoAddCss&&!Se&&(function ei(rt){if(rt&&v){var Et=c.createElement("style");Et.setAttribute("type","text/css"),Et.innerHTML=rt;for(var Dt=c.head.childNodes,Rt=null,Jt=Dt.length-1;Jt>-1;Jt--){var Ci=Dt[Jt],ti=(Ci.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(ti)>-1&&(Rt=Ci)}c.head.insertBefore(Et,Rt)}}(Xe()),Se=!0)}var at={mixout:function(){return{dom:{css:Xe,insertCss:Ge}}},hooks:function(){return{beforeDOMElementCreation:function(){Ge()},beforeI2svg:function(){Ge()}}}},st=u||{};st[C]||(st[C]={}),st[C].styles||(st[C].styles={}),st[C].hooks||(st[C].hooks={}),st[C].shims||(st[C].shims=[]);var bt=st[C],gi=[],Xt=!1;function Ji(rt){!v||(Xt?setTimeout(rt,0):gi.push(rt))}function fi(rt){var Et=rt.tag,Dt=rt.attributes,Rt=void 0===Dt?{}:Dt,Jt=rt.children,Ci=void 0===Jt?[]:Jt;return"string"==typeof rt?be(rt):"<".concat(Et," ").concat(function pt(rt){return Object.keys(rt||{}).reduce(function(Et,Dt){return Et+"".concat(Dt,'="').concat(be(rt[Dt]),'" ')},"").trim()}(Rt),">").concat(Ci.map(fi).join(""),"")}function si(rt,Et,Dt){if(rt&&rt[Et]&&rt[Et][Dt])return{prefix:Et,iconName:Dt,icon:rt[Et][Dt]}}v&&((Xt=(c.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(c.readyState))||c.addEventListener("DOMContentLoaded",function rt(){c.removeEventListener("DOMContentLoaded",rt),Xt=1,gi.map(function(Et){return Et()})}));var Bi=function(Et,Dt,Rt,Jt){var Li,Qi,Xi,Ci=Object.keys(Et),ti=Ci.length,pi=void 0!==Jt?function(Et,Dt){return function(Rt,Jt,Ci,ti){return Et.call(Dt,Rt,Jt,Ci,ti)}}(Dt,Jt):Dt;for(void 0===Rt?(Li=1,Xi=Et[Ci[0]]):(Li=0,Xi=Rt);Li=55296&&Jt<=56319&&Dt2&&void 0!==arguments[2]?arguments[2]:{},Rt=Dt.skipHooks,Jt=void 0!==Rt&&Rt,Ci=Tt(Et);"function"!=typeof bt.hooks.addPack||Jt?bt.styles[rt]=f(f({},bt.styles[rt]||{}),Ci):bt.hooks.addPack(rt,Tt(Et)),"fas"===rt&&pe("fa",Et)}var _t=bt.styles,re=bt.shims,qe=Object.values(Ie),Mt=null,zt={},bi={},Ei={},$i={},Zi={},sn=Object.keys(De);function jt(rt,Et){var Dt=Et.split("-"),Rt=Dt[0],Jt=Dt.slice(1).join("-");return Rt!==rt||""===Jt||function gn(rt){return~ut.indexOf(rt)}(Jt)?null:Jt}var wi=function(){var Et=function(Ci){return Bi(_t,function(ti,pi,Li){return ti[Li]=Bi(pi,Ci,{}),ti},{})};zt=Et(function(Jt,Ci,ti){return Ci[3]&&(Jt[Ci[3]]=ti),Ci[2]&&Ci[2].filter(function(Li){return"number"==typeof Li}).forEach(function(Li){Jt[Li.toString(16)]=ti}),Jt}),bi=Et(function(Jt,Ci,ti){return Jt[ti]=ti,Ci[2]&&Ci[2].filter(function(Li){return"string"==typeof Li}).forEach(function(Li){Jt[Li]=ti}),Jt}),Zi=Et(function(Jt,Ci,ti){var pi=Ci[2];return Jt[ti]=ti,pi.forEach(function(Li){Jt[Li]=ti}),Jt});var Dt="far"in _t||xt.autoFetchSvg,Rt=Bi(re,function(Jt,Ci){var ti=Ci[0],pi=Ci[1],Li=Ci[2];return"far"===pi&&!Dt&&(pi="fas"),"string"==typeof ti&&(Jt.names[ti]={prefix:pi,iconName:Li}),"number"==typeof ti&&(Jt.unicodes[ti.toString(16)]={prefix:pi,iconName:Li}),Jt},{names:{},unicodes:{}});Ei=Rt.names,$i=Rt.unicodes,Mt=Bn(xt.styleDefault)};function nt(rt,Et){return(zt[rt]||{})[Et]}function Kt(rt,Et){return(Zi[rt]||{})[Et]}function mi(rt){return Ei[rt]||{prefix:null,iconName:null}}function ki(){return Mt}function Bn(rt){return dt[rt]||dt[De[rt]]||(rt in bt.styles?rt:null)||null}function Dn(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Dt=Et.skipLookups,Rt=void 0!==Dt&&Dt,Jt=null,Ci=rt.reduce(function(ti,pi){var Li=jt(xt.familyPrefix,pi);if(_t[pi]?(pi=qe.includes(pi)?Ae[pi]:pi,Jt=pi,ti.prefix=pi):sn.indexOf(pi)>-1?(Jt=pi,ti.prefix=Bn(pi)):Li?ti.iconName=Li:pi!==xt.replacementClass&&ti.rest.push(pi),!Rt&&ti.prefix&&ti.iconName){var Qi="fa"===Jt?mi(ti.iconName):{},Xi=Kt(ti.prefix,ti.iconName);Qi.prefix&&(Jt=null),ti.iconName=Qi.iconName||Xi||ti.iconName,ti.prefix=Qi.prefix||ti.prefix,"far"===ti.prefix&&!_t.far&&_t.fas&&!xt.autoFetchSvg&&(ti.prefix="fas")}return ti},{prefix:null,iconName:null,rest:[]});return("fa"===Ci.prefix||"fa"===Jt)&&(Ci.prefix=ki()||"fas"),Ci}(function Ct(rt){Nt.push(rt)})(function(rt){Mt=Bn(rt.styleDefault)}),wi();var Xn=function(){function rt(){(function b(rt,Et){if(!(rt instanceof Et))throw new TypeError("Cannot call a class as a function")})(this,rt),this.definitions={}}return function N(rt,Et,Dt){Et&&d(rt.prototype,Et),Dt&&d(rt,Dt),Object.defineProperty(rt,"prototype",{writable:!1})}(rt,[{key:"add",value:function(){for(var Dt=this,Rt=arguments.length,Jt=new Array(Rt),Ci=0;Ci0&&Xi.forEach(function(on){"string"==typeof on&&(Dt[pi][on]=Qi)}),Dt[pi][Li]=Qi}),Dt}}]),rt}(),_n=[],Si={},Wi={},Sn=Object.keys(Wi);function cr(rt,Et){for(var Dt=arguments.length,Rt=new Array(Dt>2?Dt-2:0),Jt=2;Jt1?Et-1:0),Rt=1;Rt0&&void 0!==arguments[0]?arguments[0]:{};return v?(Fr("beforeI2svg",Et),Vr("pseudoElements2svg",Et),Vr("i2svg",Et)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var Et=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},Dt=Et.autoReplaceSvgRoot;!1===xt.autoReplaceSvg&&(xt.autoReplaceSvg=!0),xt.observeMutations=!0,Ji(function(){Xr({autoReplaceSvgRoot:Dt}),Fr("watch",Et)})}},lr={noAuto:function(){xt.autoReplaceSvg=!1,xt.observeMutations=!1,Fr("noAuto")},config:xt,dom:Va,parse:{icon:function(Et){if(null===Et)return null;if("object"===M(Et)&&Et.prefix&&Et.iconName)return{prefix:Et.prefix,iconName:Kt(Et.prefix,Et.iconName)||Et.iconName};if(Array.isArray(Et)&&2===Et.length){var Dt=0===Et[1].indexOf("fa-")?Et[1].slice(3):Et[1],Rt=Bn(Et[0]);return{prefix:Rt,iconName:Kt(Rt,Dt)||Dt}}if("string"==typeof Et&&(Et.indexOf("".concat(xt.familyPrefix,"-"))>-1||Et.match(le))){var Jt=Dn(Et.split(" "),{skipLookups:!0});return{prefix:Jt.prefix||ki(),iconName:Kt(Jt.prefix,Jt.iconName)||Jt.iconName}}if("string"==typeof Et){var Ci=ki();return{prefix:Ci,iconName:Kt(Ci,Et)||Et}}}},library:_a,findIconDefinition:ua,toHtml:fi},Xr=function(){var Et=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},Dt=Et.autoReplaceSvgRoot,Rt=void 0===Dt?c:Dt;(Object.keys(bt.styles).length>0||xt.autoFetchSvg)&&v&&xt.autoReplaceSvg&&lr.dom.i2svg({node:Rt})};function ha(rt,Et){return Object.defineProperty(rt,"abstract",{get:Et}),Object.defineProperty(rt,"html",{get:function(){return rt.abstract.map(function(Rt){return fi(Rt)})}}),Object.defineProperty(rt,"node",{get:function(){if(v){var Rt=c.createElement("div");return Rt.innerHTML=rt.html,Rt.children}}}),rt}function Yr(rt){var Et=rt.icons,Dt=Et.main,Rt=Et.mask,Jt=rt.prefix,Ci=rt.iconName,ti=rt.transform,pi=rt.symbol,Li=rt.title,Qi=rt.maskId,Xi=rt.titleId,on=rt.extra,bn=rt.watchable,er=void 0!==bn&&bn,Pn=Rt.found?Rt:Dt,la=Pn.width,Oa=Pn.height,sr="fak"===Jt,Sr=[xt.replacementClass,Ci?"".concat(xt.familyPrefix,"-").concat(Ci):""].filter(function(Ms){return-1===on.classes.indexOf(Ms)}).filter(function(Ms){return""!==Ms||!!Ms}).concat(on.classes).join(" "),_r={children:[],attributes:f(f({},on.attributes),{},{"data-prefix":Jt,"data-icon":Ci,class:Sr,role:on.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(la," ").concat(Oa)})},Hr=sr&&!~on.classes.indexOf("fa-fw")?{width:"".concat(la/Oa*16*.0625,"em")}:{};er&&(_r.attributes[q]=""),Li&&(_r.children.push({tag:"title",attributes:{id:_r.attributes["aria-labelledby"]||"title-".concat(Xi||Pe())},children:[Li]}),delete _r.attributes.title);var qr=f(f({},_r),{},{prefix:Jt,iconName:Ci,main:Dt,mask:Rt,maskId:Qi,transform:ti,symbol:pi,styles:f(f({},Hr),on.styles)}),Xa=Rt.found&&Dt.found?Vr("generateAbstractMask",qr)||{children:[],attributes:{}}:Vr("generateAbstractIcon",qr)||{children:[],attributes:{}},gs=Xa.attributes;return qr.children=Xa.children,qr.attributes=gs,pi?function Wr(rt){var Dt=rt.iconName,Rt=rt.children,Jt=rt.attributes,Ci=rt.symbol,ti=!0===Ci?"".concat(rt.prefix,"-").concat(xt.familyPrefix,"-").concat(Dt):Ci;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:f(f({},Jt),{},{id:ti}),children:Rt}]}]}(qr):function Ba(rt){var Et=rt.children,Dt=rt.main,Rt=rt.mask,Jt=rt.attributes,Ci=rt.styles,ti=rt.transform;if(Ht(ti)&&Dt.found&&!Rt.found){var Qi={x:Dt.width/Dt.height/2,y:.5};Jt.style=mt(f(f({},Ci),{},{"transform-origin":"".concat(Qi.x+ti.x/16,"em ").concat(Qi.y+ti.y/16,"em")}))}return[{tag:"svg",attributes:Jt,children:Et}]}(qr)}function pr(rt){var Et=rt.content,Dt=rt.width,Rt=rt.height,Jt=rt.transform,Ci=rt.title,ti=rt.extra,pi=rt.watchable,Li=void 0!==pi&&pi,Qi=f(f(f({},ti.attributes),Ci?{title:Ci}:{}),{},{class:ti.classes.join(" ")});Li&&(Qi[q]="");var Xi=f({},ti.styles);Ht(Jt)&&(Xi.transform=function Re(rt){var Et=rt.transform,Dt=rt.width,Jt=rt.height,Ci=void 0===Jt?16:Jt,ti=rt.startCentered,pi=void 0!==ti&&ti,Li="";return Li+=pi&&n?"translate(".concat(Et.x/16-(void 0===Dt?16:Dt)/2,"em, ").concat(Et.y/16-Ci/2,"em) "):pi?"translate(calc(-50% + ".concat(Et.x/16,"em), calc(-50% + ").concat(Et.y/16,"em)) "):"translate(".concat(Et.x/16,"em, ").concat(Et.y/16,"em) "),(Li+="scale(".concat(Et.size/16*(Et.flipX?-1:1),", ").concat(Et.size/16*(Et.flipY?-1:1),") "))+"rotate(".concat(Et.rotate,"deg) ")}({transform:Jt,startCentered:!0,width:Dt,height:Rt}),Xi["-webkit-transform"]=Xi.transform);var on=mt(Xi);on.length>0&&(Qi.style=on);var bn=[];return bn.push({tag:"span",attributes:Qi,children:[Et]}),Ci&&bn.push({tag:"span",attributes:{class:"sr-only"},children:[Ci]}),bn}function hn(rt){var Et=rt.content,Dt=rt.title,Rt=rt.extra,Jt=f(f(f({},Rt.attributes),Dt?{title:Dt}:{}),{},{class:Rt.classes.join(" ")}),Ci=mt(Rt.styles);Ci.length>0&&(Jt.style=Ci);var ti=[];return ti.push({tag:"span",attributes:Jt,children:[Et]}),Dt&&ti.push({tag:"span",attributes:{class:"sr-only"},children:[Dt]}),ti}var $r=bt.styles;function ir(rt){var Et=rt[0],Dt=rt[1],Ci=D(rt.slice(4),1)[0];return{found:!0,width:Et,height:Dt,icon:Array.isArray(Ci)?{tag:"g",attributes:{class:"".concat(xt.familyPrefix,"-").concat("duotone-group")},children:[{tag:"path",attributes:{class:"".concat(xt.familyPrefix,"-").concat("secondary"),fill:"currentColor",d:Ci[0]}},{tag:"path",attributes:{class:"".concat(xt.familyPrefix,"-").concat("primary"),fill:"currentColor",d:Ci[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:Ci}}}}var qa={found:!1,width:512,height:512};function Da(rt,Et){var Dt=Et;return"fa"===Et&&null!==xt.styleDefault&&(Et=ki()),new Promise(function(Rt,Jt){if(Vr("missingIconAbstract"),"fa"===Dt){var ti=mi(rt)||{};rt=ti.iconName||rt,Et=ti.prefix||Et}if(rt&&Et&&$r[Et]&&$r[Et][rt])return Rt(ir($r[Et][rt]));(function jr(rt,Et){!V&&!xt.showMissingIcons&&rt&&console.error('Icon with name "'.concat(rt,'" and prefix "').concat(Et,'" is missing.'))})(rt,Et),Rt(f(f({},qa),{},{icon:xt.showMissingIcons&&rt&&Vr("missingIconAbstract")||{}}))})}var ea=function(){},Pr=xt.measurePerformance&&E&&E.mark&&E.measure?E:{mark:ea,measure:ea},zr='FA "6.1.2"',Nr_begin=function(Et){return Pr.mark("".concat(zr," ").concat(Et," begins")),function(){return function(Et){Pr.mark("".concat(zr," ").concat(Et," ends")),Pr.measure("".concat(zr," ").concat(Et),"".concat(zr," ").concat(Et," begins"),"".concat(zr," ").concat(Et," ends"))}(Et)}},fa=function(){};function ya(rt){return"string"==typeof(rt.getAttribute?rt.getAttribute(q):null)}function Pa(rt){return c.createElementNS("http://www.w3.org/2000/svg",rt)}function $n(rt){return c.createElement(rt)}function oa(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Dt=Et.ceFn,Rt=void 0===Dt?"svg"===rt.tag?Pa:$n:Dt;if("string"==typeof rt)return c.createTextNode(rt);var Jt=Rt(rt.tag);Object.keys(rt.attributes||[]).forEach(function(ti){Jt.setAttribute(ti,rt.attributes[ti])});var Ci=rt.children||[];return Ci.forEach(function(ti){Jt.appendChild(oa(ti,{ceFn:Rt}))}),Jt}var Dr={replace:function(Et){var Dt=Et[0];if(Dt.parentNode)if(Et[1].forEach(function(Jt){Dt.parentNode.insertBefore(oa(Jt),Dt)}),null===Dt.getAttribute(q)&&xt.keepOriginalSource){var Rt=c.createComment(function Br(rt){var Et=" ".concat(rt.outerHTML," ");return"".concat(Et,"Font Awesome fontawesome.com ")}(Dt));Dt.parentNode.replaceChild(Rt,Dt)}else Dt.remove()},nest:function(Et){var Dt=Et[0],Rt=Et[1];if(~ce(Dt).indexOf(xt.replacementClass))return Dr.replace(Et);var Jt=new RegExp("".concat(xt.familyPrefix,"-.*"));if(delete Rt[0].attributes.id,Rt[0].attributes.class){var Ci=Rt[0].attributes.class.split(" ").reduce(function(pi,Li){return Li===xt.replacementClass||Li.match(Jt)?pi.toSvg.push(Li):pi.toNode.push(Li),pi},{toNode:[],toSvg:[]});Rt[0].attributes.class=Ci.toSvg.join(" "),0===Ci.toNode.length?Dt.removeAttribute("class"):Dt.setAttribute("class",Ci.toNode.join(" "))}var ti=Rt.map(function(pi){return fi(pi)}).join("\n");Dt.setAttribute(q,""),Dt.innerHTML=ti}};function Ur(rt){rt()}function ba(rt,Et){var Dt="function"==typeof Et?Et:fa;if(0===rt.length)Dt();else{var Rt=Ur;"async"===xt.mutateApproach&&(Rt=u.requestAnimationFrame||Ur),Rt(function(){var Jt=function Ia(){return!0===xt.autoReplaceSvg?Dr.replace:Dr[xt.autoReplaceSvg]||Dr.replace}(),Ci=Nr_begin("mutate");rt.map(Jt),Ci(),Dt()})}}var Ua=!1;function Qn(){Ua=!0}function Je(){Ua=!1}var St=null;function Qe(rt){if(_&&xt.observeMutations){var Et=rt.treeCallback,Dt=void 0===Et?fa:Et,Rt=rt.nodeCallback,Jt=void 0===Rt?fa:Rt,Ci=rt.pseudoElementsCallback,ti=void 0===Ci?fa:Ci,pi=rt.observeMutationsRoot,Li=void 0===pi?c:pi;St=new _(function(Qi){if(!Ua){var Xi=ki();Oe(Qi).forEach(function(on){if("childList"===on.type&&on.addedNodes.length>0&&!ya(on.addedNodes[0])&&(xt.searchPseudoElements&&ti(on.target),Dt(on.target)),"attributes"===on.type&&on.target.parentNode&&xt.searchPseudoElements&&ti(on.target.parentNode),"attributes"===on.type&&ya(on.target)&&~Ce.indexOf(on.attributeName))if("class"===on.attributeName&&function xa(rt){var Et=rt.getAttribute?rt.getAttribute(Ne):null,Dt=rt.getAttribute?rt.getAttribute(we):null;return Et&&Dt}(on.target)){var bn=Dn(ce(on.target)),Pn=bn.iconName;on.target.setAttribute(Ne,bn.prefix||Xi),Pn&&on.target.setAttribute(we,Pn)}else(function nr(rt){return rt&&rt.classList&&rt.classList.contains&&rt.classList.contains(xt.replacementClass)})(on.target)&&Jt(on.target)})}}),v&&St.observe(Li,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function ai(rt){var Et=rt.getAttribute("style"),Dt=[];return Et&&(Dt=Et.split(";").reduce(function(Rt,Jt){var Ci=Jt.split(":"),ti=Ci[0],pi=Ci.slice(1);return ti&&pi.length>0&&(Rt[ti]=pi.join(":").trim()),Rt},{})),Dt}function Ti(rt){var Et=rt.getAttribute("data-prefix"),Dt=rt.getAttribute("data-icon"),Rt=void 0!==rt.innerText?rt.innerText.trim():"",Jt=Dn(ce(rt));return Jt.prefix||(Jt.prefix=ki()),Et&&Dt&&(Jt.prefix=Et,Jt.iconName=Dt),Jt.iconName&&Jt.prefix||(Jt.prefix&&Rt.length>0&&(Jt.iconName=function Ft(rt,Et){return(bi[rt]||{})[Et]}(Jt.prefix,rt.innerText)||nt(Jt.prefix,Ui(rt.innerText))),!Jt.iconName&&xt.autoFetchSvg&&rt.firstChild&&rt.firstChild.nodeType===Node.TEXT_NODE&&(Jt.iconName=rt.firstChild.data)),Jt}function Oi(rt){var Et=Oe(rt.attributes).reduce(function(Jt,Ci){return"class"!==Jt.name&&"style"!==Jt.name&&(Jt[Ci.name]=Ci.value),Jt},{}),Dt=rt.getAttribute("title"),Rt=rt.getAttribute("data-fa-title-id");return xt.autoA11y&&(Dt?Et["aria-labelledby"]="".concat(xt.replacementClass,"-title-").concat(Rt||Pe()):(Et["aria-hidden"]="true",Et.focusable="false")),Et}function qn(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},Dt=Ti(rt),Rt=Dt.iconName,Jt=Dt.prefix,Ci=Dt.rest,ti=Oi(rt),pi=cr("parseNodeAttributes",{},rt),Li=Et.styleParser?ai(rt):[];return f({iconName:Rt,title:rt.getAttribute("title"),titleId:rt.getAttribute("data-fa-title-id"),prefix:Jt,transform:yt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:Ci,styles:Li,attributes:ti}},pi)}var Ot=bt.styles;function oi(rt){var Et="nest"===xt.autoReplaceSvg?qn(rt,{styleParser:!1}):qn(rt);return~Et.extra.classes.indexOf(Te)?Vr("generateLayersText",rt,Et):Vr("generateSvgReplacementMutation",rt,Et)}function gt(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!v)return Promise.resolve();var Dt=c.documentElement.classList,Rt=function(on){return Dt.add("".concat(Q,"-").concat(on))},Jt=function(on){return Dt.remove("".concat(Q,"-").concat(on))},Ci=Object.keys(xt.autoFetchSvg?De:Ot);Ci.includes("fa")||Ci.push("fa");var ti=[".".concat(Te,":not([").concat(q,"])")].concat(Ci.map(function(Xi){return".".concat(Xi,":not([").concat(q,"])")})).join(", ");if(0===ti.length)return Promise.resolve();var pi=[];try{pi=Oe(rt.querySelectorAll(ti))}catch(Xi){}if(!(pi.length>0))return Promise.resolve();Rt("pending"),Jt("complete");var Li=Nr_begin("onTree"),Qi=pi.reduce(function(Xi,on){try{var bn=oi(on);bn&&Xi.push(bn)}catch(er){V||"MissingIcon"===er.name&&console.error(er)}return Xi},[]);return new Promise(function(Xi,on){Promise.all(Qi).then(function(bn){ba(bn,function(){Rt("active"),Rt("complete"),Jt("pending"),"function"==typeof Et&&Et(),Li(),Xi()})}).catch(function(bn){Li(),on(bn)})})}function Qt(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;oi(rt).then(function(Dt){Dt&&ba([Dt],Et)})}var Gi=function(Et){var Dt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Rt=Dt.transform,Jt=void 0===Rt?yt:Rt,Ci=Dt.symbol,ti=void 0!==Ci&&Ci,pi=Dt.mask,Li=void 0===pi?null:pi,Qi=Dt.maskId,Xi=void 0===Qi?null:Qi,on=Dt.title,bn=void 0===on?null:on,er=Dt.titleId,Pn=void 0===er?null:er,la=Dt.classes,Oa=void 0===la?[]:la,sr=Dt.attributes,Sr=void 0===sr?{}:sr,_r=Dt.styles,Hr=void 0===_r?{}:_r;if(Et){var qr=Et.prefix,Xa=Et.iconName,ms=Et.icon;return ha(f({type:"icon"},Et),function(){return Fr("beforeDOMElementCreation",{iconDefinition:Et,params:Dt}),xt.autoA11y&&(bn?Sr["aria-labelledby"]="".concat(xt.replacementClass,"-title-").concat(Pn||Pe()):(Sr["aria-hidden"]="true",Sr.focusable="false")),Yr({icons:{main:ir(ms),mask:Li?ir(Li.icon):{found:!1,width:null,height:null,icon:{}}},prefix:qr,iconName:Xa,transform:f(f({},yt),Jt),symbol:ti,title:bn,maskId:Xi,titleId:Pn,extra:{attributes:Sr,styles:Hr,classes:Oa}})})}},Ke={mixout:function(){return{icon:(rt=Gi,function(Et){var Dt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Rt=(Et||{}).icon?Et:ua(Et||{}),Jt=Dt.mask;return Jt&&(Jt=(Jt||{}).icon?Jt:ua(Jt||{})),rt(Rt,f(f({},Dt),{},{mask:Jt}))})};var rt},hooks:function(){return{mutationObserverCallbacks:function(Dt){return Dt.treeCallback=gt,Dt.nodeCallback=Qt,Dt}}},provides:function(Et){Et.i2svg=function(Dt){var Rt=Dt.node,Ci=Dt.callback;return gt(void 0===Rt?c:Rt,void 0===Ci?function(){}:Ci)},Et.generateSvgReplacementMutation=function(Dt,Rt){var Jt=Rt.iconName,Ci=Rt.title,ti=Rt.titleId,pi=Rt.prefix,Li=Rt.transform,Qi=Rt.symbol,Xi=Rt.mask,on=Rt.maskId,bn=Rt.extra;return new Promise(function(er,Pn){Promise.all([Da(Jt,pi),Xi.iconName?Da(Xi.iconName,Xi.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(la){var Oa=D(la,2);er([Dt,Yr({icons:{main:Oa[0],mask:Oa[1]},prefix:pi,iconName:Jt,transform:Li,symbol:Qi,maskId:on,title:Ci,titleId:ti,extra:bn,watchable:!0})])}).catch(Pn)})},Et.generateAbstractIcon=function(Dt){var Qi,Rt=Dt.children,Jt=Dt.attributes,Ci=Dt.main,ti=Dt.transform,Li=mt(Dt.styles);return Li.length>0&&(Jt.style=Li),Ht(ti)&&(Qi=Vr("generateAbstractTransformGrouping",{main:Ci,transform:ti,containerWidth:Ci.width,iconWidth:Ci.width})),Rt.push(Qi||Ci.icon),{children:Rt,attributes:Jt}}}},We={mixout:function(){return{layer:function(Dt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Jt=Rt.classes,Ci=void 0===Jt?[]:Jt;return ha({type:"layer"},function(){Fr("beforeDOMElementCreation",{assembler:Dt,params:Rt});var ti=[];return Dt(function(pi){Array.isArray(pi)?pi.map(function(Li){ti=ti.concat(Li.abstract)}):ti=ti.concat(pi.abstract)}),[{tag:"span",attributes:{class:["".concat(xt.familyPrefix,"-layers")].concat(L(Ci)).join(" ")},children:ti}]})}}}},He={mixout:function(){return{counter:function(Dt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Jt=Rt.title,Ci=void 0===Jt?null:Jt,ti=Rt.classes,pi=void 0===ti?[]:ti,Li=Rt.attributes,Qi=void 0===Li?{}:Li,Xi=Rt.styles,on=void 0===Xi?{}:Xi;return ha({type:"counter",content:Dt},function(){return Fr("beforeDOMElementCreation",{content:Dt,params:Rt}),hn({content:Dt.toString(),title:Ci,extra:{attributes:Qi,styles:on,classes:["".concat(xt.familyPrefix,"-layers-counter")].concat(L(pi))}})})}}}},Lt={mixout:function(){return{text:function(Dt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Jt=Rt.transform,Ci=void 0===Jt?yt:Jt,ti=Rt.title,pi=void 0===ti?null:ti,Li=Rt.classes,Qi=void 0===Li?[]:Li,Xi=Rt.attributes,on=void 0===Xi?{}:Xi,bn=Rt.styles,er=void 0===bn?{}:bn;return ha({type:"text",content:Dt},function(){return Fr("beforeDOMElementCreation",{content:Dt,params:Rt}),pr({content:Dt,transform:f(f({},yt),Ci),title:pi,extra:{attributes:on,styles:er,classes:["".concat(xt.familyPrefix,"-layers-text")].concat(L(Qi))}})})}}},provides:function(Et){Et.generateLayersText=function(Dt,Rt){var Jt=Rt.title,Ci=Rt.transform,ti=Rt.extra,pi=null,Li=null;if(n){var Qi=parseInt(getComputedStyle(Dt).fontSize,10),Xi=Dt.getBoundingClientRect();pi=Xi.width/Qi,Li=Xi.height/Qi}return xt.autoA11y&&!Jt&&(ti.attributes["aria-hidden"]="true"),Promise.resolve([Dt,pr({content:Dt.innerHTML,width:pi,height:Li,transform:Ci,title:Jt,extra:ti,watchable:!0})])}}},yi=new RegExp('"',"ug"),Yi=[1105920,1112319];function Rr(rt,Et){var Dt="".concat("data-fa-pseudo-element-pending").concat(Et.replace(":","-"));return new Promise(function(Rt,Jt){if(null!==rt.getAttribute(Dt))return Rt();var ti=Oe(rt.children).filter(function(Xa){return Xa.getAttribute(he)===Et})[0],pi=u.getComputedStyle(rt,Et),Li=pi.getPropertyValue("font-family").match(xe),Qi=pi.getPropertyValue("font-weight"),Xi=pi.getPropertyValue("content");if(ti&&!Li)return rt.removeChild(ti),Rt();if(Li&&"none"!==Xi&&""!==Xi){var on=pi.getPropertyValue("content"),bn=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(Li[2])?dt[Li[2].toLowerCase()]:W[Qi],er=function Fn(rt){var Et=rt.replace(yi,""),Dt=function ze(rt,Et){var Jt,Dt=rt.length,Rt=rt.charCodeAt(Et);return Rt>=55296&&Rt<=56319&&Dt>Et+1&&(Jt=rt.charCodeAt(Et+1))>=56320&&Jt<=57343?1024*(Rt-55296)+Jt-56320+65536:Rt}(Et,0),Rt=Dt>=Yi[0]&&Dt<=Yi[1],Jt=2===Et.length&&Et[0]===Et[1];return{value:Ui(Jt?Et[0]:Et),isSecondary:Rt||Jt}}(on),Pn=er.value,la=er.isSecondary,Oa=Li[0].startsWith("FontAwesome"),sr=nt(bn,Pn),Sr=sr;if(Oa){var _r=function Ni(rt){var Et=$i[rt],Dt=nt("fas",rt);return Et||(Dt?{prefix:"fas",iconName:Dt}:null)||{prefix:null,iconName:null}}(Pn);_r.iconName&&_r.prefix&&(sr=_r.iconName,bn=_r.prefix)}if(!sr||la||ti&&ti.getAttribute(Ne)===bn&&ti.getAttribute(we)===Sr)Rt();else{rt.setAttribute(Dt,Sr),ti&&rt.removeChild(ti);var Hr=function rn(){return{iconName:null,title:null,titleId:null,prefix:null,transform:yt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}(),qr=Hr.extra;qr.attributes[he]=Et,Da(sr,bn).then(function(Xa){var ms=Yr(f(f({},Hr),{},{icons:{main:Xa,mask:{prefix:null,iconName:null,rest:[]}},prefix:bn,iconName:Sr,extra:qr,watchable:!0})),gs=c.createElement("svg");"::before"===Et?rt.insertBefore(gs,rt.firstChild):rt.appendChild(gs),gs.outerHTML=ms.map(function(Ms){return fi(Ms)}).join("\n"),rt.removeAttribute(Dt),Rt()}).catch(Jt)}}else Rt()})}function Ja(rt){return Promise.all([Rr(rt,"::before"),Rr(rt,"::after")])}function Ma(rt){return!(rt.parentNode===document.head||~ye.indexOf(rt.tagName.toUpperCase())||rt.getAttribute(he)||rt.parentNode&&"svg"===rt.parentNode.tagName)}function ps(rt){if(v)return new Promise(function(Et,Dt){var Rt=Oe(rt.querySelectorAll("*")).filter(Ma).map(Ja),Jt=Nr_begin("searchPseudoElements");Qn(),Promise.all(Rt).then(function(){Jt(),Je(),Et()}).catch(function(){Jt(),Je(),Dt()})})}var Gn=!1,br=function(Et){return Et.toLowerCase().split(" ").reduce(function(Rt,Jt){var Ci=Jt.toLowerCase().split("-"),ti=Ci[0],pi=Ci.slice(1).join("-");if(ti&&"h"===pi)return Rt.flipX=!0,Rt;if(ti&&"v"===pi)return Rt.flipY=!0,Rt;if(pi=parseFloat(pi),isNaN(pi))return Rt;switch(ti){case"grow":Rt.size=Rt.size+pi;break;case"shrink":Rt.size=Rt.size-pi;break;case"left":Rt.x=Rt.x-pi;break;case"right":Rt.x=Rt.x+pi;break;case"up":Rt.y=Rt.y-pi;break;case"down":Rt.y=Rt.y+pi;break;case"rotate":Rt.rotate=Rt.rotate+pi}return Rt},{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},rs={x:0,y:0,width:"100%",height:"100%"};function pa(rt){var Et=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return rt.attributes&&(rt.attributes.fill||Et)&&(rt.attributes.fill="black"),rt}!function Kn(rt,Et){var Dt=Et.mixoutsTo;_n=rt,Si={},Object.keys(Wi).forEach(function(Rt){-1===Sn.indexOf(Rt)&&delete Wi[Rt]}),_n.forEach(function(Rt){var Jt=Rt.mixout?Rt.mixout():{};if(Object.keys(Jt).forEach(function(ti){"function"==typeof Jt[ti]&&(Dt[ti]=Jt[ti]),"object"===M(Jt[ti])&&Object.keys(Jt[ti]).forEach(function(pi){Dt[ti]||(Dt[ti]={}),Dt[ti][pi]=Jt[ti][pi]})}),Rt.hooks){var Ci=Rt.hooks();Object.keys(Ci).forEach(function(ti){Si[ti]||(Si[ti]=[]),Si[ti].push(Ci[ti])})}Rt.provides&&Rt.provides(Wi)})}([at,Ke,We,He,Lt,{hooks:function(){return{mutationObserverCallbacks:function(Dt){return Dt.pseudoElementsCallback=ps,Dt}}},provides:function(Et){Et.pseudoElements2svg=function(Dt){var Rt=Dt.node;xt.searchPseudoElements&&ps(void 0===Rt?c:Rt)}}},{mixout:function(){return{dom:{unwatch:function(){Qn(),Gn=!0}}}},hooks:function(){return{bootstrap:function(){Qe(cr("mutationObserverCallbacks",{}))},noAuto:function(){!function kt(){!St||St.disconnect()}()},watch:function(Dt){var Rt=Dt.observeMutationsRoot;Gn?Je():Qe(cr("mutationObserverCallbacks",{observeMutationsRoot:Rt}))}}}},{mixout:function(){return{parse:{transform:function(Dt){return br(Dt)}}}},hooks:function(){return{parseNodeAttributes:function(Dt,Rt){var Jt=Rt.getAttribute("data-fa-transform");return Jt&&(Dt.transform=br(Jt)),Dt}}},provides:function(Et){Et.generateAbstractTransformGrouping=function(Dt){var Rt=Dt.main,Jt=Dt.transform,ti=Dt.iconWidth,pi={transform:"translate(".concat(Dt.containerWidth/2," 256)")},Li="translate(".concat(32*Jt.x,", ").concat(32*Jt.y,") "),Qi="scale(".concat(Jt.size/16*(Jt.flipX?-1:1),", ").concat(Jt.size/16*(Jt.flipY?-1:1),") "),Xi="rotate(".concat(Jt.rotate," 0 0)"),er={outer:pi,inner:{transform:"".concat(Li," ").concat(Qi," ").concat(Xi)},path:{transform:"translate(".concat(ti/2*-1," -256)")}};return{tag:"g",attributes:f({},er.outer),children:[{tag:"g",attributes:f({},er.inner),children:[{tag:Rt.icon.tag,children:Rt.icon.children,attributes:f(f({},Rt.icon.attributes),er.path)}]}]}}}},{hooks:function(){return{parseNodeAttributes:function(Dt,Rt){var Jt=Rt.getAttribute("data-fa-mask"),Ci=Jt?Dn(Jt.split(" ").map(function(ti){return ti.trim()})):{prefix:null,iconName:null,rest:[]};return Ci.prefix||(Ci.prefix=ki()),Dt.mask=Ci,Dt.maskId=Rt.getAttribute("data-fa-mask-id"),Dt}}},provides:function(Et){Et.generateAbstractMask=function(Dt){var rt,Rt=Dt.children,Jt=Dt.attributes,Ci=Dt.main,ti=Dt.mask,pi=Dt.maskId,Xi=Ci.icon,bn=ti.icon,er=function it(rt){var Et=rt.transform,Rt=rt.iconWidth,Jt={transform:"translate(".concat(rt.containerWidth/2," 256)")},Ci="translate(".concat(32*Et.x,", ").concat(32*Et.y,") "),ti="scale(".concat(Et.size/16*(Et.flipX?-1:1),", ").concat(Et.size/16*(Et.flipY?-1:1),") "),pi="rotate(".concat(Et.rotate," 0 0)");return{outer:Jt,inner:{transform:"".concat(Ci," ").concat(ti," ").concat(pi)},path:{transform:"translate(".concat(Rt/2*-1," -256)")}}}({transform:Dt.transform,containerWidth:ti.width,iconWidth:Ci.width}),Pn={tag:"rect",attributes:f(f({},rs),{},{fill:"white"})},la=Xi.children?{children:Xi.children.map(pa)}:{},Oa={tag:"g",attributes:f({},er.inner),children:[pa(f({tag:Xi.tag,attributes:f(f({},Xi.attributes),er.path)},la))]},sr={tag:"g",attributes:f({},er.outer),children:[Oa]},Sr="mask-".concat(pi||Pe()),_r="clip-".concat(pi||Pe()),Hr={tag:"mask",attributes:f(f({},rs),{},{id:Sr,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[Pn,sr]},qr={tag:"defs",children:[{tag:"clipPath",attributes:{id:_r},children:(rt=bn,"g"===rt.tag?rt.children:[rt])},Hr]};return Rt.push(qr,{tag:"rect",attributes:f({fill:"currentColor","clip-path":"url(#".concat(_r,")"),mask:"url(#".concat(Sr,")")},rs)}),{children:Rt,attributes:Jt}}}},{provides:function(Et){var Dt=!1;u.matchMedia&&(Dt=u.matchMedia("(prefers-reduced-motion: reduce)").matches),Et.missingIconAbstract=function(){var Rt=[],Jt={fill:"currentColor"},Ci={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};Rt.push({tag:"path",attributes:f(f({},Jt),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var ti=f(f({},Ci),{},{attributeName:"opacity"}),pi={tag:"circle",attributes:f(f({},Jt),{},{cx:"256",cy:"364",r:"28"}),children:[]};return Dt||pi.children.push({tag:"animate",attributes:f(f({},Ci),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:f(f({},ti),{},{values:"1;0;1;1;0;1;"})}),Rt.push(pi),Rt.push({tag:"path",attributes:f(f({},Jt),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:Dt?[]:[{tag:"animate",attributes:f(f({},ti),{},{values:"1;0;0;0;0;1;"})}]}),Dt||Rt.push({tag:"path",attributes:f(f({},Jt),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:f(f({},ti),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:Rt}}}},{hooks:function(){return{parseNodeAttributes:function(Dt,Rt){var Jt=Rt.getAttribute("data-fa-symbol");return Dt.symbol=null!==Jt&&(""===Jt||Jt),Dt}}}}],{mixoutsTo:lr});var ae=lr.parse,wt=lr.icon,_i=p(2313);const Pi=["*"],Ln=rt=>{const Et={"fa-spin":rt.spin,"fa-pulse":rt.pulse,"fa-fw":rt.fixedWidth,"fa-border":rt.border,"fa-inverse":rt.inverse,"fa-layers-counter":rt.counter,"fa-flip-horizontal":"horizontal"===rt.flip||"both"===rt.flip,"fa-flip-vertical":"vertical"===rt.flip||"both"===rt.flip,[`fa-${rt.size}`]:null!==rt.size,[`fa-rotate-${rt.rotate}`]:null!==rt.rotate,[`fa-pull-${rt.pull}`]:null!==rt.pull,[`fa-stack-${rt.stackItemSize}`]:null!=rt.stackItemSize};return Object.keys(Et).map(Dt=>Et[Dt]?Dt:null).filter(Dt=>Dt)};let Tn=(()=>{class rt{constructor(){this.defaultPrefix="fas",this.fallbackIcon=null}}return rt.\u0275fac=function(Dt){return new(Dt||rt)},rt.\u0275prov=t.Yz7({token:rt,factory:rt.\u0275fac,providedIn:"root"}),rt})(),tr=(()=>{class rt{constructor(){this.definitions={}}addIcons(...Dt){for(const Rt of Dt){Rt.prefix in this.definitions||(this.definitions[Rt.prefix]={}),this.definitions[Rt.prefix][Rt.iconName]=Rt;for(const Jt of Rt.icon[2])"string"==typeof Jt&&(this.definitions[Rt.prefix][Jt]=Rt)}}addIconPacks(...Dt){for(const Rt of Dt){const Jt=Object.keys(Rt).map(Ci=>Rt[Ci]);this.addIcons(...Jt)}}getIconDefinition(Dt,Rt){return Dt in this.definitions&&Rt in this.definitions[Dt]?this.definitions[Dt][Rt]:null}}return rt.\u0275fac=function(Dt){return new(Dt||rt)},rt.\u0275prov=t.Yz7({token:rt,factory:rt.\u0275fac,providedIn:"root"}),rt})(),Lr=(()=>{class rt{constructor(){this.stackItemSize="1x"}ngOnChanges(Dt){if("size"in Dt)throw new Error('fa-icon is not allowed to customize size when used inside fa-stack. Set size on the enclosing fa-stack instead: ....')}}return rt.\u0275fac=function(Dt){return new(Dt||rt)},rt.\u0275dir=t.lG2({type:rt,selectors:[["fa-icon","stackItemSize",""],["fa-duotone-icon","stackItemSize",""]],inputs:{stackItemSize:"stackItemSize",size:"size"},features:[t.TTD]}),rt})(),mr=(()=>{class rt{constructor(Dt,Rt){this.renderer=Dt,this.elementRef=Rt}ngOnInit(){this.renderer.addClass(this.elementRef.nativeElement,"fa-stack")}ngOnChanges(Dt){"size"in Dt&&(null!=Dt.size.currentValue&&this.renderer.addClass(this.elementRef.nativeElement,`fa-${Dt.size.currentValue}`),null!=Dt.size.previousValue&&this.renderer.removeClass(this.elementRef.nativeElement,`fa-${Dt.size.previousValue}`))}}return rt.\u0275fac=function(Dt){return new(Dt||rt)(t.Y36(t.Qsj),t.Y36(t.SBq))},rt.\u0275cmp=t.Xpm({type:rt,selectors:[["fa-stack"]],inputs:{size:"size"},features:[t.TTD],ngContentSelectors:Pi,decls:1,vars:0,template:function(Dt,Rt){1&Dt&&(t.F$t(),t.Hsn(0))},encapsulation:2}),rt})(),ta=(()=>{class rt{constructor(Dt,Rt,Jt,Ci,ti){this.sanitizer=Dt,this.config=Rt,this.iconLibrary=Jt,this.stackItem=Ci,this.classes=[],null!=ti&&null==Ci&&console.error('FontAwesome: fa-icon and fa-duotone-icon elements must specify stackItemSize attribute when wrapped into fa-stack. Example: .')}ngOnChanges(Dt){if(null==this.icon&&null==this.config.fallbackIcon)return(()=>{throw new Error("Property `icon` is required for `fa-icon`/`fa-duotone-icon` components.")})();let Rt=null;if(Rt=null==this.icon?this.config.fallbackIcon:this.icon,Dt){const Jt=this.findIconDefinition(Rt);if(null!=Jt){const Ci=this.buildParams();this.renderIcon(Jt,Ci)}}}render(){this.ngOnChanges({})}findIconDefinition(Dt){const Rt=((rt,Et)=>(rt=>void 0!==rt.prefix&&void 0!==rt.iconName)(rt)?rt:Array.isArray(rt)&&2===rt.length?{prefix:rt[0],iconName:rt[1]}:"string"==typeof rt?{prefix:Et,iconName:rt}:void 0)(Dt,this.config.defaultPrefix);if("icon"in Rt)return Rt;const Jt=this.iconLibrary.getIconDefinition(Rt.prefix,Rt.iconName);return null!=Jt?Jt:((rt=>{throw new Error(`Could not find icon with iconName=${rt.iconName} and prefix=${rt.prefix} in the icon library.`)})(Rt),null)}buildParams(){const Dt={flip:this.flip,spin:this.spin,pulse:this.pulse,border:this.border,inverse:this.inverse,size:this.size||null,pull:this.pull||null,rotate:this.rotate||null,fixedWidth:"boolean"==typeof this.fixedWidth?this.fixedWidth:this.config.fixedWidth,stackItemSize:null!=this.stackItem?this.stackItem.stackItemSize:null},Rt="string"==typeof this.transform?ae.transform(this.transform):this.transform;return{title:this.title,transform:Rt,classes:[...Ln(Dt),...this.classes],mask:null!=this.mask?this.findIconDefinition(this.mask):null,styles:null!=this.styles?this.styles:{},symbol:this.symbol,attributes:{role:this.a11yRole}}}renderIcon(Dt,Rt){const Jt=wt(Dt,Rt);this.renderedIconHTML=this.sanitizer.bypassSecurityTrustHtml(Jt.html.join("\n"))}}return rt.\u0275fac=function(Dt){return new(Dt||rt)(t.Y36(_i.H7),t.Y36(Tn),t.Y36(tr),t.Y36(Lr,8),t.Y36(mr,8))},rt.\u0275cmp=t.Xpm({type:rt,selectors:[["fa-icon"]],hostAttrs:[1,"ng-fa-icon"],hostVars:2,hostBindings:function(Dt,Rt){2&Dt&&(t.Ikx("innerHTML",Rt.renderedIconHTML,t.oJD),t.uIk("title",Rt.title))},inputs:{icon:"icon",title:"title",spin:"spin",pulse:"pulse",mask:"mask",styles:"styles",flip:"flip",size:"size",pull:"pull",border:"border",inverse:"inverse",symbol:"symbol",rotate:"rotate",fixedWidth:"fixedWidth",classes:"classes",transform:"transform",a11yRole:"a11yRole"},features:[t.TTD],decls:0,vars:0,template:function(Dt,Rt){},encapsulation:2}),rt})(),Za=(()=>{class rt{}return rt.\u0275fac=function(Dt){return new(Dt||rt)},rt.\u0275mod=t.oAB({type:rt}),rt.\u0275inj=t.cJS({}),rt})()},6642:(Ve,j,p)=>{"use strict";p.d(j,{eX:()=>he,sQ:()=>Nt,GW:()=>i,l4:()=>_e});var t=p(5620),e=p(6451),f=p(8306),M=p(7579),a=p(515),b=p(9646),d=p(2843),N=p(576);class A{constructor(Oe,ce,be){this.kind=Oe,this.value=ce,this.error=be,this.hasValue="N"===Oe}observe(Oe){return w(this,Oe)}do(Oe,ce,be){const{kind:pt,value:mt,error:Ht}=this;return"N"===pt?null==Oe?void 0:Oe(mt):"E"===pt?null==ce?void 0:ce(Ht):null==be?void 0:be()}accept(Oe,ce,be){var pt;return(0,N.m)(null===(pt=Oe)||void 0===pt?void 0:pt.next)?this.observe(Oe):this.do(Oe,ce,be)}toObservable(){const{kind:Oe,value:ce,error:be}=this,pt="N"===Oe?(0,b.of)(ce):"E"===Oe?(0,d._)(()=>be):"C"===Oe?a.E:0;if(!pt)throw new TypeError(`Unexpected notification kind ${Oe}`);return pt}static createNext(Oe){return new A("N",Oe)}static createError(Oe){return new A("E",void 0,Oe)}static createComplete(){return A.completeNotification}}function w(Pe,Oe){var ce,be,pt;const{kind:mt,value:Ht,error:it}=Pe;if("string"!=typeof mt)throw new TypeError('Invalid notification, missing "kind"');"N"===mt?null===(ce=Oe.next)||void 0===ce||ce.call(Oe,Ht):"E"===mt?null===(be=Oe.error)||void 0===be||be.call(Oe,it):null===(pt=Oe.complete)||void 0===pt||pt.call(Oe)}A.completeNotification=new A("C");var D=p(4482),L=p(5403),S=p(8421);function U(Pe,Oe,ce,be){return(0,D.e)((pt,mt)=>{let Ht;Oe&&"function"!=typeof Oe?({duration:ce,element:Ht,connector:be}=Oe):Ht=Oe;const it=new Map,Re=st=>{it.forEach(st),st(mt)},tt=st=>Re(bt=>bt.error(st));let Xe=0,Se=!1;const Ge=new L.Q(mt,st=>{try{const bt=Pe(st);let gi=it.get(bt);if(!gi){it.set(bt,gi=be?be():new M.x);const qt=function at(st,bt){const gi=new f.y(qt=>{Xe++;const Xt=bt.subscribe(qt);return()=>{Xt.unsubscribe(),0==--Xe&&Se&&Ge.unsubscribe()}});return gi.key=st,gi}(bt,gi);if(mt.next(qt),ce){const Xt=(0,L.x)(gi,()=>{gi.complete(),null==Xt||Xt.unsubscribe()},void 0,void 0,()=>it.delete(bt));Ge.add((0,S.Xf)(ce(qt)).subscribe(Xt))}}gi.next(Ht?Ht(st):st)}catch(bt){tt(bt)}},()=>Re(st=>st.complete()),tt,()=>it.clear(),()=>(Se=!0,0===Xe));pt.subscribe(Ge)})}var Z=p(4004);function Y(Pe,Oe){return Oe?ce=>ce.pipe(Y((be,pt)=>(0,S.Xf)(Pe(be,pt)).pipe((0,Z.U)((mt,Ht)=>Oe(be,mt,pt,Ht))))):(0,D.e)((ce,be)=>{let pt=0,mt=null,Ht=!1;ce.subscribe((0,L.x)(be,it=>{mt||(mt=(0,L.x)(be,void 0,()=>{mt=null,Ht&&be.complete()}),(0,S.Xf)(Pe(it,pt++)).subscribe(mt))},()=>{Ht=!0,!mt&&be.complete()}))})}var $=p(8502),de=p(262),te=p(9300),ie=p(5577),oe=p(5698),X=p(5e3);const me={dispatch:!0,useEffectsErrorHandler:!0},y="__@ngrx/effects_create__";function i(Pe,Oe){const ce=Pe(),be=Object.assign(Object.assign({},me),Oe);return Object.defineProperty(ce,y,{value:be}),ce}function r(Pe){return Object.getOwnPropertyNames(Pe).filter(be=>!(!Pe[be]||!Pe[be].hasOwnProperty(y))&&Pe[be][y].hasOwnProperty("dispatch")).map(be=>Object.assign({propertyName:be},Pe[be][y]))}function u(Pe){return Object.getPrototypeOf(Pe)}const c="__@ngrx/effects__";function E(Pe){return(0,t.qC)(n,u)(Pe)}function n(Pe){return function I(Pe){return Pe.constructor.hasOwnProperty(c)}(Pe)?Pe.constructor[c]:[]}function P(Pe,Oe,ce){const be=u(Pe).constructor.name,pt=function B(Pe){return[E,r].reduce((ce,be)=>ce.concat(be(Pe)),[])}(Pe).map(({propertyName:mt,dispatch:Ht,useEffectsErrorHandler:it})=>{const Re="function"==typeof Pe[mt]?Pe[mt]():Pe[mt],tt=it?ce(Re,Oe):Re;return!1===Ht?tt.pipe((0,$.l)()):tt.pipe(function k(){return(0,D.e)((Pe,Oe)=>{Pe.subscribe((0,L.x)(Oe,ce=>{Oe.next(A.createNext(ce))},()=>{Oe.next(A.createComplete()),Oe.complete()},ce=>{Oe.next(A.createError(ce)),Oe.complete()}))})}()).pipe((0,Z.U)(Se=>({effect:Pe[mt],notification:Se,propertyName:mt,sourceName:be,sourceInstance:Pe})))});return(0,e.T)(...pt)}function q(Pe,Oe,ce=10){return Pe.pipe((0,de.K)(be=>(Oe&&Oe.handleError(be),ce<=1?Pe:q(Pe,Oe,ce-1))))}let he=(()=>{class Pe extends f.y{constructor(ce){super(),ce&&(this.source=ce)}lift(ce){const be=new Pe;return be.source=this,be.operator=ce,be}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(t.Y$))},Pe.\u0275prov=X.Yz7({token:Pe,factory:Pe.\u0275fac}),Pe})();function _e(...Pe){return(0,te.h)(Oe=>Pe.some(ce=>"string"==typeof ce?ce===Oe.type:ce.type===Oe.type))}function Ae(Pe){return le(Pe,"ngrxOnInitEffects")}function le(Pe,Oe){return Pe&&Oe in Pe&&"function"==typeof Pe[Oe]}const Te=new X.OlP("@ngrx/effects Internal Root Guard"),xe=new X.OlP("@ngrx/effects User Provided Effects"),W=new X.OlP("@ngrx/effects Internal Root Effects"),ee=new X.OlP("@ngrx/effects Root Effects"),ue=new X.OlP("@ngrx/effects Internal Feature Effects"),Ce=new X.OlP("@ngrx/effects Feature Effects"),Le=new X.OlP("@ngrx/effects Effects Error Handler");let ut=(()=>{class Pe extends M.x{constructor(ce,be){super(),this.errorHandler=ce,this.effectsErrorHandler=be}addEffects(ce){this.next(ce)}toActions(){return this.pipe(U(u),(0,ie.z)(ce=>ce.pipe(U(ht))),(0,ie.z)(ce=>{const be=ce.pipe(Y(mt=>function It(Pe,Oe){return ce=>{const be=P(ce,Pe,Oe);return function dt(Pe){return le(Pe,"ngrxOnRunEffects")}(ce)?ce.ngrxOnRunEffects(be):be}}(this.errorHandler,this.effectsErrorHandler)(mt)),(0,Z.U)(mt=>(function Ne(Pe,Oe){if("N"===Pe.notification.kind){const ce=Pe.notification.value;!function we(Pe){return"function"!=typeof Pe&&Pe&&Pe.type&&"string"==typeof Pe.type}(ce)&&Oe.handleError(new Error(`Effect ${function Q({propertyName:Pe,sourceInstance:Oe,sourceName:ce}){const be="function"==typeof Oe[Pe];return`"${ce}.${String(Pe)}${be?"()":""}"`}(Pe)} dispatched an invalid action: ${function Ue(Pe){try{return JSON.stringify(Pe)}catch(Oe){return Pe}}(ce)}`))}}(mt,this.errorHandler),mt.notification)),(0,te.h)(mt=>"N"===mt.kind&&null!=mt.value),function ne(){return(0,D.e)((Pe,Oe)=>{Pe.subscribe((0,L.x)(Oe,ce=>w(ce,Oe)))})}()),pt=ce.pipe((0,oe.q)(1),(0,te.h)(Ae),(0,Z.U)(mt=>mt.ngrxOnInitEffects()));return(0,e.T)(be,pt)}))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(X.qLn),X.LFG(Le))},Pe.\u0275prov=X.Yz7({token:Pe,factory:Pe.\u0275fac}),Pe})();function ht(Pe){return function V(Pe){return le(Pe,"ngrxOnIdentifyEffects")}(Pe)?Pe.ngrxOnIdentifyEffects():""}let ui=(()=>{class Pe{constructor(ce,be){this.effectSources=ce,this.store=be,this.effectsSubscription=null}start(){this.effectsSubscription||(this.effectsSubscription=this.effectSources.toActions().subscribe(this.store))}ngOnDestroy(){this.effectsSubscription&&(this.effectsSubscription.unsubscribe(),this.effectsSubscription=null)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(ut),X.LFG(t.yh))},Pe.\u0275prov=X.Yz7({token:Pe,factory:Pe.\u0275fac}),Pe})();const Wt="@ngrx/effects/init";(0,t.PH)(Wt);let hi=(()=>{class Pe{constructor(ce,be,pt,mt,Ht,it,Re){this.sources=ce,be.start(),mt.forEach(tt=>ce.addEffects(tt)),pt.dispatch({type:Wt})}addEffects(ce){this.sources.addEffects(ce)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(ut),X.LFG(ui),X.LFG(t.yh),X.LFG(ee),X.LFG(t.cr,8),X.LFG(t.CK,8),X.LFG(Te,8))},Pe.\u0275mod=X.oAB({type:Pe}),Pe.\u0275inj=X.cJS({}),Pe})(),xt=(()=>{class Pe{constructor(ce,be,pt,mt){be.forEach(Ht=>Ht.forEach(it=>ce.addEffects(it)))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(hi),X.LFG(Ce),X.LFG(t.cr,8),X.LFG(t.CK,8))},Pe.\u0275mod=X.oAB({type:Pe}),Pe.\u0275inj=X.cJS({}),Pe})(),Nt=(()=>{class Pe{static forFeature(ce=[]){return{ngModule:xt,providers:[ce,{provide:ue,multi:!0,useValue:ce},{provide:xe,multi:!0,useValue:[]},{provide:Ce,multi:!0,useFactory:Ct,deps:[X.zs3,ue,xe]}]}}static forRoot(ce=[]){return{ngModule:hi,providers:[{provide:Le,useValue:q},ui,ut,he,ce,{provide:W,useValue:[ce]},{provide:Te,useFactory:yt,deps:[[ui,new X.FiY,new X.tp0],[W,new X.PiD]]},{provide:xe,multi:!0,useValue:[]},{provide:ee,useFactory:Ct,deps:[X.zs3,W,xe]}]}}}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=X.oAB({type:Pe}),Pe.\u0275inj=X.cJS({}),Pe})();function Ct(Pe,Oe,ce){const be=[];for(const pt of Oe)be.push(...pt);for(const pt of ce)be.push(...pt);return function et(Pe,Oe){return Oe.map(ce=>Pe.get(ce))}(Pe,be)}function yt(Pe,Oe){if((1!==Oe.length||0!==Oe[0].length)&&Pe)throw new TypeError("EffectsModule.forRoot() called twice. Feature modules should use EffectsModule.forFeature() instead.");return"guarded"}},9565:(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{FT:()=>StoreDevtoolsModule});var _angular_core__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(5e3),_ngrx_store__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(5620),rxjs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(515),rxjs__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(8306),rxjs__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(9646),rxjs__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(6451),rxjs__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(233),rxjs__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(4707),rxjs_operators__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(3099),rxjs_operators__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(9300),rxjs_operators__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4004),rxjs_operators__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(4351),rxjs_operators__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(7414),rxjs_operators__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(8372),rxjs_operators__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(262),rxjs_operators__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(5698),rxjs_operators__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(2722),rxjs_operators__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(3900),rxjs_operators__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(5684),rxjs_operators__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(5363),rxjs_operators__WEBPACK_IMPORTED_MODULE_20__=__webpack_require__(1365),rxjs_operators__WEBPACK_IMPORTED_MODULE_21__=__webpack_require__(5026);class StoreDevtoolsConfig{constructor(){this.maxAge=!1}}const STORE_DEVTOOLS_CONFIG=new _angular_core__WEBPACK_IMPORTED_MODULE_0__.OlP("@ngrx/store-devtools Options"),INITIAL_OPTIONS=new _angular_core__WEBPACK_IMPORTED_MODULE_0__.OlP("@ngrx/store-devtools Initial Config");function noMonitor(){return null}const DEFAULT_NAME="NgRx Store DevTools";function createConfig(Ve){const j={maxAge:!1,monitor:noMonitor,actionSanitizer:void 0,stateSanitizer:void 0,name:DEFAULT_NAME,serialize:!1,logOnly:!1,autoPause:!1,features:{pause:!0,lock:!0,persist:!0,export:!0,import:"custom",jump:!0,skip:!0,reorder:!0,dispatch:!0,test:!0}},p="function"==typeof Ve?Ve():Ve,f=Object.assign({},j,{features:p.features||!!p.logOnly&&{pause:!0,export:!0,test:!0}||j.features},p);if(f.maxAge&&f.maxAge<2)throw new Error(`Devtools 'maxAge' cannot be less than 2, got ${f.maxAge}`);return f}const PERFORM_ACTION="PERFORM_ACTION",REFRESH="REFRESH",RESET="RESET",ROLLBACK="ROLLBACK",COMMIT="COMMIT",SWEEP="SWEEP",TOGGLE_ACTION="TOGGLE_ACTION",SET_ACTIONS_ACTIVE="SET_ACTIONS_ACTIVE",JUMP_TO_STATE="JUMP_TO_STATE",JUMP_TO_ACTION="JUMP_TO_ACTION",IMPORT_STATE="IMPORT_STATE",LOCK_CHANGES="LOCK_CHANGES",PAUSE_RECORDING="PAUSE_RECORDING";class PerformAction{constructor(j,p){if(this.action=j,this.timestamp=p,this.type=PERFORM_ACTION,void 0===j.type)throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?')}}class Refresh{constructor(){this.type=REFRESH}}class Reset{constructor(j){this.timestamp=j,this.type=RESET}}class Rollback{constructor(j){this.timestamp=j,this.type=ROLLBACK}}class Commit{constructor(j){this.timestamp=j,this.type=COMMIT}}class Sweep{constructor(){this.type=SWEEP}}class ToggleAction{constructor(j){this.id=j,this.type=TOGGLE_ACTION}}class SetActionsActive{constructor(j,p,t=!0){this.start=j,this.end=p,this.active=t,this.type=SET_ACTIONS_ACTIVE}}class JumpToState{constructor(j){this.index=j,this.type=JUMP_TO_STATE}}class JumpToAction{constructor(j){this.actionId=j,this.type=JUMP_TO_ACTION}}class ImportState{constructor(j){this.nextLiftedState=j,this.type=IMPORT_STATE}}class LockChanges{constructor(j){this.status=j,this.type=LOCK_CHANGES}}class PauseRecording{constructor(j){this.status=j,this.type=PAUSE_RECORDING}}function difference(Ve,j){return Ve.filter(p=>j.indexOf(p)<0)}function unliftState(Ve){const{computedStates:j,currentStateIndex:p}=Ve;if(p>=j.length){const{state:e}=j[j.length-1];return e}const{state:t}=j[p];return t}function unliftAction(Ve){return Ve.actionsById[Ve.nextActionId-1]}function liftAction(Ve){return new PerformAction(Ve,+Date.now())}function sanitizeActions(Ve,j){return Object.keys(j).reduce((p,t)=>{const e=Number(t);return p[e]=sanitizeAction(Ve,j[e],e),p},{})}function sanitizeAction(Ve,j,p){return Object.assign(Object.assign({},j),{action:Ve(j.action,p)})}function sanitizeStates(Ve,j){return j.map((p,t)=>({state:sanitizeState(Ve,p.state,t),error:p.error}))}function sanitizeState(Ve,j,p){return Ve(j,p)}function shouldFilterActions(Ve){return Ve.predicate||Ve.actionsSafelist||Ve.actionsBlocklist}function filterLiftedState(Ve,j,p,t){const e=[],f={},M=[];return Ve.stagedActionIds.forEach((a,b)=>{const d=Ve.actionsById[a];!d||b&&isActionFiltered(Ve.computedStates[b],d,j,p,t)||(f[a]=d,e.push(a),M.push(Ve.computedStates[b]))}),Object.assign(Object.assign({},Ve),{stagedActionIds:e,actionsById:f,computedStates:M})}function isActionFiltered(Ve,j,p,t,e){const f=p&&!p(Ve,j.action),M=t&&!j.action.type.match(t.map(b=>escapeRegExp(b)).join("|")),a=e&&j.action.type.match(e.map(b=>escapeRegExp(b)).join("|"));return f||M||a}function escapeRegExp(Ve){return Ve.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}const INIT_ACTION={type:_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.qg},RECOMPUTE="@ngrx/store-devtools/recompute",RECOMPUTE_ACTION={type:RECOMPUTE};function computeNextEntry(Ve,j,p,t,e){if(t)return{state:p,error:"Interrupted by an error up the chain"};let M,f=p;try{f=Ve(p,j)}catch(a){M=a.toString(),e.handleError(a)}return{state:f,error:M}}function recomputeStates(Ve,j,p,t,e,f,M,a,b){if(j>=Ve.length&&Ve.length===f.length)return Ve;const d=Ve.slice(0,j),N=f.length-(b?1:0);for(let h=j;h-1?D:computeNextEntry(p,w,L,k,a);d.push(U)}return b&&d.push(Ve[Ve.length-1]),d}function liftInitialState(Ve,j){return{monitorState:j(void 0,{}),nextActionId:1,actionsById:{0:liftAction(INIT_ACTION)},stagedActionIds:[0],skippedActionIds:[],committedState:Ve,currentStateIndex:0,computedStates:[],isLocked:!1,isPaused:!1}}function liftReducerWith(Ve,j,p,t,e={}){return f=>(M,a)=>{let{monitorState:b,actionsById:d,nextActionId:N,stagedActionIds:h,skippedActionIds:A,committedState:w,currentStateIndex:D,computedStates:L,isLocked:k,isPaused:S}=M||j;function U(ne){let $=ne,de=h.slice(1,$+1);for(let te=0;te-1===de.indexOf(te)),h=[0,...h.slice($+1)],w=L[$].state,L=L.slice($),D=D>$?D-$:0}function Z(){d={0:liftAction(INIT_ACTION)},N=1,h=[0],A=[],w=L[D].state,D=0,L=[]}M||(d=Object.create(d));let Y=0;switch(a.type){case LOCK_CHANGES:k=a.status,Y=1/0;break;case PAUSE_RECORDING:S=a.status,S?(h=[...h,N],d[N]=new PerformAction({type:"@ngrx/devtools/pause"},+Date.now()),N++,Y=h.length-1,L=L.concat(L[L.length-1]),D===h.length-2&&D++,Y=1/0):Z();break;case RESET:d={0:liftAction(INIT_ACTION)},N=1,h=[0],A=[],w=Ve,D=0,L=[];break;case COMMIT:Z();break;case ROLLBACK:d={0:liftAction(INIT_ACTION)},N=1,h=[0],A=[],D=0,L=[];break;case TOGGLE_ACTION:{const{id:ne}=a;A=-1===A.indexOf(ne)?[ne,...A]:A.filter(de=>de!==ne),Y=h.indexOf(ne);break}case SET_ACTIONS_ACTIVE:{const{start:ne,end:$,active:de}=a,te=[];for(let ie=ne;ie<$;ie++)te.push(ie);A=de?difference(A,te):[...A,...te],Y=h.indexOf(ne);break}case JUMP_TO_STATE:D=a.index,Y=1/0;break;case JUMP_TO_ACTION:{const ne=h.indexOf(a.actionId);-1!==ne&&(D=ne),Y=1/0;break}case SWEEP:h=difference(h,A),A=[],D=Math.min(D,h.length-1);break;case PERFORM_ACTION:{if(k)return M||j;if(S||M&&isActionFiltered(M.computedStates[D],a,e.predicate,e.actionsSafelist,e.actionsBlocklist)){const $=L[L.length-1];L=[...L.slice(0,-1),computeNextEntry(f,a.action,$.state,$.error,p)],Y=1/0;break}e.maxAge&&h.length===e.maxAge&&U(1),D===h.length-1&&D++;const ne=N++;d[ne]=a,h=[...h,ne],Y=h.length-1;break}case IMPORT_STATE:({monitorState:b,actionsById:d,nextActionId:N,stagedActionIds:h,skippedActionIds:A,committedState:w,currentStateIndex:D,computedStates:L,isLocked:k,isPaused:S}=a.nextLiftedState);break;case _ngrx_store__WEBPACK_IMPORTED_MODULE_1__.qg:Y=0,e.maxAge&&h.length>e.maxAge&&(L=recomputeStates(L,Y,f,w,d,h,A,p,S),U(h.length-e.maxAge),Y=1/0);break;case _ngrx_store__WEBPACK_IMPORTED_MODULE_1__.wb:if(L.filter($=>$.error).length>0)Y=0,e.maxAge&&h.length>e.maxAge&&(L=recomputeStates(L,Y,f,w,d,h,A,p,S),U(h.length-e.maxAge),Y=1/0);else{if(!S&&!k){D===h.length-1&&D++;const $=N++;d[$]=new PerformAction(a,+Date.now()),h=[...h,$],Y=h.length-1,L=recomputeStates(L,Y,f,w,d,h,A,p,S)}L=L.map($=>Object.assign(Object.assign({},$),{state:f($.state,RECOMPUTE_ACTION)})),D=h.length-1,e.maxAge&&h.length>e.maxAge&&U(h.length-e.maxAge),Y=1/0}break;default:Y=1/0}return L=recomputeStates(L,Y,f,w,d,h,A,p,S),b=t(b,a),{monitorState:b,actionsById:d,nextActionId:N,stagedActionIds:h,skippedActionIds:A,committedState:w,currentStateIndex:D,computedStates:L,isLocked:k,isPaused:S}}}let DevtoolsDispatcher=(()=>{class Ve extends _ngrx_store__WEBPACK_IMPORTED_MODULE_1__.UO{}return Ve.\u0275fac=function(){let j;return function(t){return(j||(j=_angular_core__WEBPACK_IMPORTED_MODULE_0__.n5z(Ve)))(t||Ve)}}(),Ve.\u0275prov=_angular_core__WEBPACK_IMPORTED_MODULE_0__.Yz7({token:Ve,factory:Ve.\u0275fac}),Ve})();const ExtensionActionTypes={START:"START",DISPATCH:"DISPATCH",STOP:"STOP",ACTION:"ACTION"},REDUX_DEVTOOLS_EXTENSION=new _angular_core__WEBPACK_IMPORTED_MODULE_0__.OlP("@ngrx/store-devtools Redux Devtools Extension");let DevtoolsExtension=(()=>{class DevtoolsExtension{constructor(Ve,j,p){this.config=j,this.dispatcher=p,this.devtoolsExtension=Ve,this.createActionStreams()}notify(Ve,j){if(this.devtoolsExtension)if(Ve.type===PERFORM_ACTION){if(j.isLocked||j.isPaused)return;const p=unliftState(j);if(shouldFilterActions(this.config)&&isActionFiltered(p,Ve,this.config.predicate,this.config.actionsSafelist,this.config.actionsBlocklist))return;const t=this.config.stateSanitizer?sanitizeState(this.config.stateSanitizer,p,j.currentStateIndex):p,e=this.config.actionSanitizer?sanitizeAction(this.config.actionSanitizer,Ve,j.nextActionId):Ve;this.sendToReduxDevtools(()=>this.extensionConnection.send(e,t))}else{const p=Object.assign(Object.assign({},j),{stagedActionIds:j.stagedActionIds,actionsById:this.config.actionSanitizer?sanitizeActions(this.config.actionSanitizer,j.actionsById):j.actionsById,computedStates:this.config.stateSanitizer?sanitizeStates(this.config.stateSanitizer,j.computedStates):j.computedStates});this.sendToReduxDevtools(()=>this.devtoolsExtension.send(null,p,this.getExtensionConfig(this.config)))}}createChangesObservable(){return this.devtoolsExtension?new rxjs__WEBPACK_IMPORTED_MODULE_3__.y(Ve=>{const j=this.devtoolsExtension.connect(this.getExtensionConfig(this.config));return this.extensionConnection=j,j.init(),j.subscribe(p=>Ve.next(p)),j.unsubscribe}):rxjs__WEBPACK_IMPORTED_MODULE_2__.E}createActionStreams(){const Ve=this.createChangesObservable().pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_4__.B)()),j=Ve.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(a=>a.type===ExtensionActionTypes.START)),p=Ve.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(a=>a.type===ExtensionActionTypes.STOP)),t=Ve.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(a=>a.type===ExtensionActionTypes.DISPATCH),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(a=>this.unwrapAction(a.payload)),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_7__.b)(a=>a.type===IMPORT_STATE?this.dispatcher.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(b=>b.type===_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.wb),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_8__.V)(1e3),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_9__.b)(1e3),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(()=>a),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_10__.K)(()=>(0,rxjs__WEBPACK_IMPORTED_MODULE_11__.of)(a)),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_12__.q)(1)):(0,rxjs__WEBPACK_IMPORTED_MODULE_11__.of)(a))),f=Ve.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(a=>a.type===ExtensionActionTypes.ACTION),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(a=>this.unwrapAction(a.payload))).pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_13__.R)(p)),M=t.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_13__.R)(p));this.start$=j.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_13__.R)(p)),this.actions$=this.start$.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_14__.w)(()=>f)),this.liftedActions$=this.start$.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_14__.w)(()=>M))}unwrapAction(action){return"string"==typeof action?eval(`(${action})`):action}getExtensionConfig(Ve){var j;const p={name:Ve.name,features:Ve.features,serialize:Ve.serialize,autoPause:null!==(j=Ve.autoPause)&&void 0!==j&&j};return!1!==Ve.maxAge&&(p.maxAge=Ve.maxAge),p}sendToReduxDevtools(Ve){try{Ve()}catch(j){console.warn("@ngrx/store-devtools: something went wrong inside the redux devtools",j)}}}return DevtoolsExtension.\u0275fac=function Ve(j){return new(j||DevtoolsExtension)(_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(REDUX_DEVTOOLS_EXTENSION),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(STORE_DEVTOOLS_CONFIG),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(DevtoolsDispatcher))},DevtoolsExtension.\u0275prov=_angular_core__WEBPACK_IMPORTED_MODULE_0__.Yz7({token:DevtoolsExtension,factory:DevtoolsExtension.\u0275fac}),DevtoolsExtension})(),StoreDevtools=(()=>{class Ve{constructor(p,t,e,f,M,a,b,d){const N=liftInitialState(b,d.monitor),h=liftReducerWith(b,N,a,d.monitor,d),A=(0,rxjs__WEBPACK_IMPORTED_MODULE_15__.T)((0,rxjs__WEBPACK_IMPORTED_MODULE_15__.T)(t.asObservable().pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_16__.T)(1)),f.actions$).pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(liftAction)),p,f.liftedActions$).pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_17__.Q)(rxjs__WEBPACK_IMPORTED_MODULE_18__.N)),w=e.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(h)),D=new rxjs__WEBPACK_IMPORTED_MODULE_19__.t(1),L=A.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_20__.M)(w),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_21__.R)(({state:Z},[Y,ne])=>{let $=ne(Z,Y);return Y.type!==PERFORM_ACTION&&shouldFilterActions(d)&&($=filterLiftedState($,d.predicate,d.actionsSafelist,d.actionsBlocklist)),f.notify(Y,$),{state:$,action:Y}},{state:N,action:null})).subscribe(({state:Z,action:Y})=>{D.next(Z),Y.type===PERFORM_ACTION&&M.next(Y.action)}),k=f.start$.subscribe(()=>{this.refresh()}),S=D.asObservable(),U=S.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(unliftState));this.extensionStartSubscription=k,this.stateSubscription=L,this.dispatcher=p,this.liftedState=S,this.state=U}dispatch(p){this.dispatcher.next(p)}next(p){this.dispatcher.next(p)}error(p){}complete(){}performAction(p){this.dispatch(new PerformAction(p,+Date.now()))}refresh(){this.dispatch(new Refresh)}reset(){this.dispatch(new Reset(+Date.now()))}rollback(){this.dispatch(new Rollback(+Date.now()))}commit(){this.dispatch(new Commit(+Date.now()))}sweep(){this.dispatch(new Sweep)}toggleAction(p){this.dispatch(new ToggleAction(p))}jumpToAction(p){this.dispatch(new JumpToAction(p))}jumpToState(p){this.dispatch(new JumpToState(p))}importState(p){this.dispatch(new ImportState(p))}lockChanges(p){this.dispatch(new LockChanges(p))}pauseRecording(p){this.dispatch(new PauseRecording(p))}}return Ve.\u0275fac=function(p){return new(p||Ve)(_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(DevtoolsDispatcher),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.UO),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.n$),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(DevtoolsExtension),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.Y$),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_angular_core__WEBPACK_IMPORTED_MODULE_0__.qLn),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.Y6),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(STORE_DEVTOOLS_CONFIG))},Ve.\u0275prov=_angular_core__WEBPACK_IMPORTED_MODULE_0__.Yz7({token:Ve,factory:Ve.\u0275fac}),Ve})();const IS_EXTENSION_OR_MONITOR_PRESENT=new _angular_core__WEBPACK_IMPORTED_MODULE_0__.OlP("@ngrx/store-devtools Is Devtools Extension or Monitor Present");function createIsExtensionOrMonitorPresent(Ve,j){return Boolean(Ve)||j.monitor!==noMonitor}function createReduxDevtoolsExtension(){const Ve="__REDUX_DEVTOOLS_EXTENSION__";return"object"==typeof window&&void 0!==window[Ve]?window[Ve]:null}function createStateObservable(Ve){return Ve.state}let StoreDevtoolsModule=(()=>{class Ve{static instrument(p={}){return{ngModule:Ve,providers:[DevtoolsExtension,DevtoolsDispatcher,StoreDevtools,{provide:INITIAL_OPTIONS,useValue:p},{provide:IS_EXTENSION_OR_MONITOR_PRESENT,deps:[REDUX_DEVTOOLS_EXTENSION,STORE_DEVTOOLS_CONFIG],useFactory:createIsExtensionOrMonitorPresent},{provide:REDUX_DEVTOOLS_EXTENSION,useFactory:createReduxDevtoolsExtension},{provide:STORE_DEVTOOLS_CONFIG,deps:[INITIAL_OPTIONS],useFactory:createConfig},{provide:_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.FR,deps:[StoreDevtools],useFactory:createStateObservable},{provide:_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.mK,useExisting:DevtoolsDispatcher}]}}}return Ve.\u0275fac=function(p){return new(p||Ve)},Ve.\u0275mod=_angular_core__WEBPACK_IMPORTED_MODULE_0__.oAB({type:Ve}),Ve.\u0275inj=_angular_core__WEBPACK_IMPORTED_MODULE_0__.cJS({}),Ve})()},5620:(Ve,j,p)=>{"use strict";p.d(j,{UO:()=>oe,qg:()=>ie,Y6:()=>i,mK:()=>Ae,n$:()=>Ie,Y$:()=>W,FR:()=>ue,yh:()=>ht,CK:()=>Mt,Aw:()=>zt,cr:()=>qe,wb:()=>le,qC:()=>V,PH:()=>k,ZF:()=>at,Lq:()=>wi,P1:()=>Xe,on:()=>jt,Ky:()=>S});var t=p(5e3),e=p(1135),f=p(8306),M=p(7579),a=p(233),b=p(4004),N=p(5363),h=p(1365),A=p(5026),w=p(1884);const D={};function k(nt,Ft){if(D[nt]=(D[nt]||0)+1,"function"==typeof Ft)return Z(nt,(...mi)=>Object.assign(Object.assign({},Ft(...mi)),{type:nt}));switch(Ft?Ft._as:"empty"){case"empty":return Z(nt,()=>({type:nt}));case"props":return Z(nt,mi=>Object.assign(Object.assign({},mi),{type:nt}));default:throw new Error("Unexpected config.")}}function S(){return{_as:"props",_p:void 0}}function Z(nt,Ft){return Object.defineProperty(Ft,"type",{value:nt,writable:!1})}const ie="@ngrx/store/init";let oe=(()=>{class nt extends e.X{constructor(){super({type:ie})}next(Kt){if("function"==typeof Kt)throw new TypeError("\n Dispatch expected an object, instead it received a function.\n If you're using the createAction function, make sure to invoke the function\n before dispatching the action. For example, someAction should be someAction().");if(void 0===Kt)throw new TypeError("Actions must be objects");if(void 0===Kt.type)throw new TypeError("Actions must have a type property");super.next(Kt)}complete(){}ngOnDestroy(){super.complete()}}return nt.\u0275fac=function(Kt){return new(Kt||nt)},nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();const X=[oe],me=new t.OlP("@ngrx/store Internal Root Guard"),y=new t.OlP("@ngrx/store Internal Initial State"),i=new t.OlP("@ngrx/store Initial State"),r=new t.OlP("@ngrx/store Reducer Factory"),u=new t.OlP("@ngrx/store Internal Reducer Factory Provider"),c=new t.OlP("@ngrx/store Initial Reducers"),_=new t.OlP("@ngrx/store Internal Initial Reducers"),E=new t.OlP("@ngrx/store Store Features"),I=new t.OlP("@ngrx/store Internal Store Reducers"),v=new t.OlP("@ngrx/store Internal Feature Reducers"),n=new t.OlP("@ngrx/store Internal Feature Configs"),C=new t.OlP("@ngrx/store Internal Store Features"),B=new t.OlP("@ngrx/store Internal Feature Reducers Token"),P=new t.OlP("@ngrx/store Feature Reducers"),H=new t.OlP("@ngrx/store User Provided Meta Reducers"),q=new t.OlP("@ngrx/store Meta Reducers"),he=new t.OlP("@ngrx/store Internal Resolved Meta Reducers"),_e=new t.OlP("@ngrx/store User Runtime Checks Config"),Ne=new t.OlP("@ngrx/store Internal User Runtime Checks Config"),we=new t.OlP("@ngrx/store Internal Runtime Checks"),Q=new t.OlP("@ngrx/store Check if Action types are unique");function Ue(nt,Ft={}){const Kt=Object.keys(nt),mi={};for(let ki=0;kiki(Ni),Kt(Ft))}}function De(nt,Ft){return Array.isArray(Ft)&&Ft.length>0&&(nt=V.apply(null,[...Ft,nt])),(Kt,mi)=>{const Ni=nt(Kt);return(ki,fn)=>Ni(ki=void 0===ki?mi:ki,fn)}}class Ie extends f.y{}class Ae extends oe{}const le="@ngrx/store/update-reducers";let Te=(()=>{class nt extends e.X{constructor(Kt,mi,Ni,ki){super(ki(Ni,mi)),this.dispatcher=Kt,this.initialState=mi,this.reducers=Ni,this.reducerFactory=ki}get currentReducers(){return this.reducers}addFeature(Kt){this.addFeatures([Kt])}addFeatures(Kt){const mi=Kt.reduce((Ni,{reducers:ki,reducerFactory:fn,metaReducers:Bn,initialState:Dn,key:Xn})=>{const _n="function"==typeof ki?function dt(nt){const Ft=Array.isArray(nt)&&nt.length>0?V(...nt):Kt=>Kt;return(Kt,mi)=>(Kt=Ft(Kt),(Ni,ki)=>Kt(Ni=void 0===Ni?mi:Ni,ki))}(Bn)(ki,Dn):De(fn,Bn)(ki,Dn);return Ni[Xn]=_n,Ni},{});this.addReducers(mi)}removeFeature(Kt){this.removeFeatures([Kt])}removeFeatures(Kt){this.removeReducers(Kt.map(mi=>mi.key))}addReducer(Kt,mi){this.addReducers({[Kt]:mi})}addReducers(Kt){this.reducers=Object.assign(Object.assign({},this.reducers),Kt),this.updateReducers(Object.keys(Kt))}removeReducer(Kt){this.removeReducers([Kt])}removeReducers(Kt){Kt.forEach(mi=>{this.reducers=function ye(nt,Ft){return Object.keys(nt).filter(Kt=>Kt!==Ft).reduce((Kt,mi)=>Object.assign(Kt,{[mi]:nt[mi]}),{})}(this.reducers,mi)}),this.updateReducers(Kt)}updateReducers(Kt){this.next(this.reducerFactory(this.reducers,this.initialState)),this.dispatcher.next({type:le,features:Kt})}ngOnDestroy(){this.complete()}}return nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(Ae),t.LFG(i),t.LFG(c),t.LFG(r))},nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();const xe=[Te,{provide:Ie,useExisting:Te},{provide:Ae,useExisting:oe}];let W=(()=>{class nt extends M.x{ngOnDestroy(){this.complete()}}return nt.\u0275fac=function(){let Ft;return function(mi){return(Ft||(Ft=t.n5z(nt)))(mi||nt)}}(),nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();const ee=[W];class ue extends f.y{}let Ce=(()=>{class nt extends e.X{constructor(Kt,mi,Ni,ki){super(ki);const Xn=Kt.pipe((0,N.Q)(a.N)).pipe((0,h.M)(mi)).pipe((0,A.R)(Le,{state:ki}));this.stateSubscription=Xn.subscribe(({state:_n,action:Si})=>{this.next(_n),Ni.next(Si)})}ngOnDestroy(){this.stateSubscription.unsubscribe(),this.complete()}}return nt.INIT=ie,nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(oe),t.LFG(Ie),t.LFG(W),t.LFG(i))},nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();function Le(nt={state:void 0},[Ft,Kt]){const{state:mi}=nt;return{state:Kt(mi,Ft),action:Ft}}const ut=[Ce,{provide:ue,useExisting:Ce}];let ht=(()=>{class nt extends f.y{constructor(Kt,mi,Ni){super(),this.actionsObserver=mi,this.reducerManager=Ni,this.source=Kt}select(Kt,...mi){return ui.call(null,Kt,...mi)(this)}lift(Kt){const mi=new nt(this,this.actionsObserver,this.reducerManager);return mi.operator=Kt,mi}dispatch(Kt){this.actionsObserver.next(Kt)}next(Kt){this.actionsObserver.next(Kt)}error(Kt){this.actionsObserver.error(Kt)}complete(){this.actionsObserver.complete()}addReducer(Kt,mi){this.reducerManager.addReducer(Kt,mi)}removeReducer(Kt){this.reducerManager.removeReducer(Kt)}}return nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(ue),t.LFG(oe),t.LFG(Te))},nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();const It=[ht];function ui(nt,Ft,...Kt){return function(Ni){let ki;if("string"==typeof nt){const fn=[Ft,...Kt].filter(Boolean);ki=Ni.pipe(function d(...nt){const Ft=nt.length;if(0===Ft)throw new Error("list of properties cannot be empty.");return(0,b.U)(Kt=>{let mi=Kt;for(let Ni=0;Nint(fn,Ft)))}return ki.pipe((0,w.x)())}}const Wt="https://ngrx.io/guide/store/configuration/runtime-checks";function Gt(nt){return void 0===nt}function hi(nt){return null===nt}function xt(nt){return Array.isArray(nt)}function yt(nt){return"object"==typeof nt&&null!==nt}function Pe(nt){return"function"==typeof nt}function Ht(nt,Ft){return nt===Ft}function it(nt,Ft,Kt){for(let mi=0;mi_n.release&&"function"==typeof _n.release),Bn=nt(function(..._n){return ki.apply(null,_n)}),Dn=tt(function(_n,Si){return Ft.stateFn.apply(null,[_n,Ni,Si,Bn])});return Object.assign(Dn.memoized,{release:function Xn(){Dn.reset(),Bn.reset(),fn.forEach(_n=>_n.release())},projector:Bn.memoized,setResult:Dn.setResult,clearResult:Dn.clearResult})}}(tt)(...nt)}function Se(nt,Ft,Kt,mi){if(void 0===Kt){const ki=Ft.map(fn=>fn(nt));return mi.memoized.apply(null,ki)}const Ni=Ft.map(ki=>ki(nt,Kt));return mi.memoized.apply(null,[...Ni,Kt])}function at(nt){return Xe(Ft=>{const Kt=Ft[nt];return(0,t.X6Q)()&&!(nt in Ft)&&console.warn(`@ngrx/store: The feature name "${nt}" does not exist in the state, therefore createFeatureSelector cannot access it. Be sure it is imported in a loaded module using StoreModule.forRoot('${nt}', ...) or StoreModule.forFeature('${nt}', ...). If the default state is intended to be undefined, as is the case with router state, this development-only warning message can be ignored.`),Kt},Ft=>Ft)}function Xt(nt){Object.freeze(nt);const Ft=Pe(nt);return Object.getOwnPropertyNames(nt).forEach(Kt=>{if(!Kt.startsWith("\u0275")&&function ce(nt,Ft){return Object.prototype.hasOwnProperty.call(nt,Ft)}(nt,Kt)&&(!Ft||"caller"!==Kt&&"callee"!==Kt&&"arguments"!==Kt)){const mi=nt[Kt];(yt(mi)||Pe(mi))&&!Object.isFrozen(mi)&&Xt(mi)}}),nt}function fi(nt,Ft=[]){return(Gt(nt)||hi(nt))&&0===Ft.length?{path:["root"],value:nt}:Object.keys(nt).reduce((mi,Ni)=>{if(mi)return mi;const ki=nt[Ni];return function Oe(nt){return Pe(nt)&&nt.hasOwnProperty("\u0275cmp")}(ki)?mi:!(Gt(ki)||hi(ki)||function et(nt){return"number"==typeof nt}(ki)||function Ct(nt){return"boolean"==typeof nt}(ki)||function Nt(nt){return"string"==typeof nt}(ki)||xt(ki))&&(function Yt(nt){if(!function ei(nt){return yt(nt)&&!xt(nt)}(nt))return!1;const Ft=Object.getPrototypeOf(nt);return Ft===Object.prototype||null===Ft}(ki)?fi(ki,[...Ft,Ni]):{path:[...Ft,Ni],value:ki})},!1)}function si(nt,Ft){if(!1===nt)return;const Kt=nt.path.join("."),mi=new Error(`Detected unserializable ${Ft} at "${Kt}". ${Wt}#strict${Ft}serializability`);throw mi.value=nt.value,mi.unserializablePath=Kt,mi}function Bi(nt){return(0,t.X6Q)()?Object.assign({strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!0,strictActionImmutability:!0,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1},nt):{strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!1,strictActionImmutability:!1,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1}}function zi({strictActionSerializability:nt,strictStateSerializability:Ft}){return Kt=>nt||Ft?function Ji(nt,Ft){return function(Kt,mi){Ft.action(mi)&&si(fi(mi),"action");const Ni=nt(Kt,mi);return Ft.state()&&si(fi(Ni),"state"),Ni}}(Kt,{action:mi=>nt&&!ze(mi),state:()=>Ft}):Kt}function Ui({strictActionImmutability:nt,strictStateImmutability:Ft}){return Kt=>nt||Ft?function qt(nt,Ft){return function(Kt,mi){const Ni=Ft.action(mi)?Xt(mi):mi,ki=nt(Kt,Ni);return Ft.state()?Xt(ki):ki}}(Kt,{action:mi=>nt&&!ze(mi),state:()=>Ft}):Kt}function ze(nt){return nt.type.startsWith("@ngrx")}function Tt({strictActionWithinNgZone:nt}){return Ft=>nt?function en(nt,Ft){return function(Kt,mi){if(Ft.action(mi)&&!t.R0b.isInAngularZone())throw new Error(`Action '${mi.type}' running outside NgZone. ${Wt}#strictactionwithinngzone`);return nt(Kt,mi)}}(Ft,{action:Kt=>nt&&!ze(Kt)}):Ft}function pe(nt){return[{provide:Ne,useValue:nt},{provide:_e,useFactory:_t,deps:[Ne]},{provide:we,deps:[_e],useFactory:Bi},{provide:q,multi:!0,deps:[we],useFactory:Ui},{provide:q,multi:!0,deps:[we],useFactory:zi},{provide:q,multi:!0,deps:[we],useFactory:Tt}]}function je(){return[{provide:Q,multi:!0,deps:[we],useFactory:re}]}function _t(nt){return nt}function re(nt){if(!nt.strictActionTypeUniqueness)return;const Ft=Object.entries(D).filter(([,Kt])=>Kt>1).map(([Kt])=>Kt);if(Ft.length)throw new Error(`Action types are registered more than once, ${Ft.map(Kt=>`"${Kt}"`).join(", ")}. ${Wt}#strictactiontypeuniqueness`)}let qe=(()=>{class nt{constructor(Kt,mi,Ni,ki,fn,Bn){}}return nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(oe),t.LFG(Ie),t.LFG(W),t.LFG(ht),t.LFG(me,8),t.LFG(Q,8))},nt.\u0275mod=t.oAB({type:nt}),nt.\u0275inj=t.cJS({}),nt})(),Mt=(()=>{class nt{constructor(Kt,mi,Ni,ki,fn){this.features=Kt,this.featureReducers=mi,this.reducerManager=Ni;const Bn=Kt.map((Dn,Xn)=>{const Si=mi.shift()[Xn];return Object.assign(Object.assign({},Dn),{reducers:Si,initialState:Zi(Dn.initialState)})});Ni.addFeatures(Bn)}ngOnDestroy(){this.reducerManager.removeFeatures(this.features)}}return nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(C),t.LFG(P),t.LFG(Te),t.LFG(qe),t.LFG(Q,8))},nt.\u0275mod=t.oAB({type:nt}),nt.\u0275inj=t.cJS({}),nt})(),zt=(()=>{class nt{static forRoot(Kt,mi={}){return{ngModule:qe,providers:[{provide:me,useFactory:gn,deps:[[ht,new t.FiY,new t.tp0]]},{provide:y,useValue:mi.initialState},{provide:i,useFactory:Zi,deps:[y]},{provide:_,useValue:Kt},{provide:I,useExisting:Kt instanceof t.OlP?Kt:_},{provide:c,deps:[t.zs3,_,[new t.tBr(I)]],useFactory:bi},{provide:H,useValue:mi.metaReducers?mi.metaReducers:[]},{provide:he,deps:[q,H],useFactory:sn},{provide:u,useValue:mi.reducerFactory?mi.reducerFactory:Ue},{provide:r,deps:[u,he],useFactory:De},X,xe,ee,ut,It,pe(mi.runtimeChecks),je()]}}static forFeature(Kt,mi,Ni={}){return{ngModule:Mt,providers:[{provide:n,multi:!0,useValue:Kt instanceof Object?{}:Ni},{provide:E,multi:!0,useValue:{key:Kt instanceof Object?Kt.name:Kt,reducerFactory:Ni instanceof t.OlP||!Ni.reducerFactory?Ue:Ni.reducerFactory,metaReducers:Ni instanceof t.OlP||!Ni.metaReducers?[]:Ni.metaReducers,initialState:Ni instanceof t.OlP||!Ni.initialState?void 0:Ni.initialState}},{provide:C,deps:[t.zs3,n,E],useFactory:Ei},{provide:v,multi:!0,useValue:Kt instanceof Object?Kt.reducer:mi},{provide:B,multi:!0,useExisting:mi instanceof t.OlP?mi:v},{provide:P,multi:!0,deps:[t.zs3,v,[new t.tBr(B)]],useFactory:$i},je()]}}}return nt.\u0275fac=function(Kt){return new(Kt||nt)},nt.\u0275mod=t.oAB({type:nt}),nt.\u0275inj=t.cJS({}),nt})();function bi(nt,Ft){return Ft instanceof t.OlP?nt.get(Ft):Ft}function Ei(nt,Ft,Kt){return Kt.map((mi,Ni)=>{if(Ft[Ni]instanceof t.OlP){const ki=nt.get(Ft[Ni]);return{key:mi.key,reducerFactory:ki.reducerFactory?ki.reducerFactory:Ue,metaReducers:ki.metaReducers?ki.metaReducers:[],initialState:ki.initialState}}return mi})}function $i(nt,Ft){return Ft.map(mi=>mi instanceof t.OlP?nt.get(mi):mi)}function Zi(nt){return"function"==typeof nt?nt():nt}function sn(nt,Ft){return nt.concat(Ft)}function gn(nt){if(nt)throw new TypeError("StoreModule.forRoot() called twice. Feature modules should use StoreModule.forFeature() instead.");return"guarded"}function jt(...nt){return{reducer:nt.pop(),types:nt.map(mi=>mi.type)}}function wi(nt,...Ft){const Kt=new Map;for(const mi of Ft)for(const Ni of mi.types){const ki=Kt.get(Ni);Kt.set(Ni,ki?(Bn,Dn)=>mi.reducer(ki(Bn,Dn),Dn):mi.reducer)}return function(mi=nt,Ni){const ki=Kt.get(Ni.type);return ki?ki(mi,Ni):mi}}},1210:(Ve,j,p)=>{"use strict";p.d(j,{H5:()=>Bc,K$:()=>Dd,a4:()=>jd});var t=p(5e3),e=p(9808),f=p(655),M=p(7429),a=p(4968),b=p(8372),d=p(1777);function N(){}function h(m){return null==m?N:function(){return this.querySelector(m)}}function w(m){return"object"==typeof m&&"length"in m?m:Array.from(m)}function D(){return[]}function L(m){return null==m?D:function(){return this.querySelectorAll(m)}}function U(m){return function(){return this.matches(m)}}function Z(m){return function(O){return O.matches(m)}}var Y=Array.prototype.find;function $(){return this.firstElementChild}var te=Array.prototype.filter;function ie(){return this.children}function y(m){return new Array(m.length)}function r(m,O){this.ownerDocument=m.ownerDocument,this.namespaceURI=m.namespaceURI,this._next=null,this._parent=m,this.__data__=O}function u(m){return function(){return m}}function c(m,O,o,x,z,J){for(var lt,ke=0,Ut=O.length,Bt=J.length;keO?1:m>=O?0:NaN}r.prototype={constructor:r,appendChild:function(m){return this._parent.insertBefore(m,this._next)},insertBefore:function(m,O){return this._parent.insertBefore(m,O)},querySelector:function(m){return this._parent.querySelector(m)},querySelectorAll:function(m){return this._parent.querySelectorAll(m)}};var Ue="http://www.w3.org/1999/xhtml";const ye={svg:"http://www.w3.org/2000/svg",xhtml:Ue,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function V(m){var O=m+="",o=O.indexOf(":");return o>=0&&"xmlns"!==(O=m.slice(0,o))&&(m=m.slice(o+1)),ye.hasOwnProperty(O)?{space:ye[O],local:m}:m}function De(m){return function(){this.removeAttribute(m)}}function dt(m){return function(){this.removeAttributeNS(m.space,m.local)}}function Ie(m,O){return function(){this.setAttribute(m,O)}}function Ae(m,O){return function(){this.setAttributeNS(m.space,m.local,O)}}function le(m,O){return function(){var o=O.apply(this,arguments);null==o?this.removeAttribute(m):this.setAttribute(m,o)}}function Te(m,O){return function(){var o=O.apply(this,arguments);null==o?this.removeAttributeNS(m.space,m.local):this.setAttributeNS(m.space,m.local,o)}}function W(m){return m.ownerDocument&&m.ownerDocument.defaultView||m.document&&m||m.defaultView}function ee(m){return function(){this.style.removeProperty(m)}}function ue(m,O,o){return function(){this.style.setProperty(m,O,o)}}function Ce(m,O,o){return function(){var x=O.apply(this,arguments);null==x?this.style.removeProperty(m):this.style.setProperty(m,x,o)}}function ut(m,O){return m.style.getPropertyValue(O)||W(m).getComputedStyle(m,null).getPropertyValue(O)}function ht(m){return function(){delete this[m]}}function It(m,O){return function(){this[m]=O}}function ui(m,O){return function(){var o=O.apply(this,arguments);null==o?delete this[m]:this[m]=o}}function Gt(m){return m.trim().split(/^|\s+/)}function hi(m){return m.classList||new xt(m)}function xt(m){this._node=m,this._names=Gt(m.getAttribute("class")||"")}function Nt(m,O){for(var o=hi(m),x=-1,z=O.length;++x=0&&(o=O.slice(x+1),O=O.slice(0,x)),{type:O,name:o}})}function ze(m){return function(){var O=this.__on;if(O){for(var J,o=0,x=-1,z=O.length;o=0&&(this._names.splice(O,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(m){return this._names.indexOf(m)>=0}};var zt=[null];function bi(m,O){this._groups=m,this._parents=O}function Ei(){return new bi([[document.documentElement]],zt)}bi.prototype=Ei.prototype={constructor:bi,select:function A(m){"function"!=typeof m&&(m=h(m));for(var O=this._groups,o=O.length,x=new Array(o),z=0;z=mn&&(mn=vn+1);!(In=Ii[mn])&&++mn=0;)(ke=x[z])&&(J&&4^ke.compareDocumentPosition(J)&&J.parentNode.insertBefore(ke,J),J=ke);return this},sort:function P(m){function O(xi,Mi){return xi&&Mi?m(xi.__data__,Mi.__data__):!xi-!Mi}m||(m=H);for(var o=this._groups,x=o.length,z=new Array(x),J=0;J1?this.each((null==O?ee:"function"==typeof O?Ce:ue)(m,O,null==o?"":o)):ut(this.node(),m)},property:function Wt(m,O){return arguments.length>1?this.each((null==O?ht:"function"==typeof O?ui:It)(m,O)):this.node()[m]},classed:function Yt(m,O){var o=Gt(m+"");if(arguments.length<2){for(var x=hi(this.node()),z=-1,J=o.length;++z{}};function jt(){for(var x,m=0,O=arguments.length,o={};m=0&&(x=o.slice(z+1),o=o.slice(0,z)),o&&!O.hasOwnProperty(o))throw new Error("unknown type: "+o);return{type:o,name:x}})}function Ft(m,O){for(var z,o=0,x=m.length;o0)for(var z,J,o=new Array(z),x=0;x>8&15|O>>4&240,O>>4&15|240&O,(15&O)<<4|15&O,1):8===o?pr(O>>24&255,O>>16&255,O>>8&255,(255&O)/255):4===o?pr(O>>12&15|O>>8&240,O>>8&15|O>>4&240,O>>4&15|240&O,((15&O)<<4|15&O)/255):null):(O=Vr.exec(m))?new ir(O[1],O[2],O[3],1):(O=ua.exec(m))?new ir(255*O[1]/100,255*O[2]/100,255*O[3]/100,1):(O=_a.exec(m))?pr(O[1],O[2],O[3],O[4]):(O=va.exec(m))?pr(255*O[1]/100,255*O[2]/100,255*O[3]/100,O[4]):(O=Va.exec(m))?ea(O[1],O[2]/100,O[3]/100,1):(O=za.exec(m))?ea(O[1],O[2]/100,O[3]/100,O[4]):lr.hasOwnProperty(m)?Yr(lr[m]):"transparent"===m?new ir(NaN,NaN,NaN,0):null}function Yr(m){return new ir(m>>16&255,m>>8&255,255&m,1)}function pr(m,O,o,x){return x<=0&&(m=O=o=NaN),new ir(m,O,o,x)}function hn(m){return m instanceof _n||(m=Wr(m)),m?new ir((m=m.rgb()).r,m.g,m.b,m.opacity):new ir}function $r(m,O,o,x){return 1===arguments.length?hn(m):new ir(m,O,o,null==x?1:x)}function ir(m,O,o,x){this.r=+m,this.g=+O,this.b=+o,this.opacity=+x}function qa(){return"#"+Da(this.r)+Da(this.g)+Da(this.b)}function jr(){var m=this.opacity;return(1===(m=isNaN(m)?1:Math.max(0,Math.min(1,m)))?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(1===m?")":", "+m+")")}function Da(m){return((m=Math.max(0,Math.min(255,Math.round(m)||0)))<16?"0":"")+m.toString(16)}function ea(m,O,o,x){return x<=0?m=O=o=NaN:o<=0||o>=1?m=O=NaN:O<=0&&(m=NaN),new Kr(m,O,o,x)}function Pr(m){if(m instanceof Kr)return new Kr(m.h,m.s,m.l,m.opacity);if(m instanceof _n||(m=Wr(m)),!m)return new Kr;if(m instanceof Kr)return m;var O=(m=m.rgb()).r/255,o=m.g/255,x=m.b/255,z=Math.min(O,o,x),J=Math.max(O,o,x),ke=NaN,lt=J-z,Ut=(J+z)/2;return lt?(ke=O===J?(o-x)/lt+6*(o0&&Ut<1?0:ke,new Kr(ke,lt,Ut,m.opacity)}function Kr(m,O,o,x){this.h=+m,this.s=+O,this.l=+o,this.opacity=+x}function xr(m,O,o){return 255*(m<60?O+(o-O)*m/60:m<180?o:m<240?O+(o-O)*(240-m)/60:O)}function Nr(m,O,o,x,z){var J=m*m,ke=J*m;return((1-3*m+3*J-ke)*O+(4-6*J+3*ke)*o+(1+3*m+3*J-3*ke)*x+ke*z)/6}Dn(_n,Wr,{copy:function(m){return Object.assign(new this.constructor,this,m)},displayable:function(){return this.rgb().displayable()},hex:Xr,formatHex:Xr,formatHsl:function ha(){return Pr(this).formatHsl()},formatRgb:Ba,toString:Ba}),Dn(ir,$r,Xn(_n,{brighter:function(m){return m=null==m?Wi:Math.pow(Wi,m),new ir(this.r*m,this.g*m,this.b*m,this.opacity)},darker:function(m){return m=null==m?.7:Math.pow(.7,m),new ir(this.r*m,this.g*m,this.b*m,this.opacity)},rgb:function(){return this},displayable:function(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:qa,formatHex:qa,formatRgb:jr,toString:jr})),Dn(Kr,function zr(m,O,o,x){return 1===arguments.length?Pr(m):new Kr(m,O,o,null==x?1:x)},Xn(_n,{brighter:function(m){return m=null==m?Wi:Math.pow(Wi,m),new Kr(this.h,this.s,this.l*m,this.opacity)},darker:function(m){return m=null==m?.7:Math.pow(.7,m),new Kr(this.h,this.s,this.l*m,this.opacity)},rgb:function(){var m=this.h%360+360*(this.h<0),O=isNaN(m)||isNaN(this.s)?0:this.s,o=this.l,x=o+(o<.5?o:1-o)*O,z=2*o-x;return new ir(xr(m>=240?m-240:m+120,z,x),xr(m,z,x),xr(m<120?m+240:m-120,z,x),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl:function(){var m=this.opacity;return(1===(m=isNaN(m)?1:Math.max(0,Math.min(1,m)))?"hsl(":"hsla(")+(this.h||0)+", "+100*(this.s||0)+"%, "+100*(this.l||0)+"%"+(1===m?")":", "+m+")")}}));const xa=m=>()=>m;function oa(m,O){var o=O-m;return o?function nr(m,O){return function(o){return m+o*O}}(m,o):xa(isNaN(m)?O:m)}const Br=function m(O){var o=function $n(m){return 1==(m=+m)?oa:function(O,o){return o-O?function Ia(m,O,o){return m=Math.pow(m,o),O=Math.pow(O,o)-m,o=1/o,function(x){return Math.pow(m+x*O,o)}}(O,o,m):xa(isNaN(O)?o:O)}}(O);function x(z,J){var ke=o((z=$r(z)).r,(J=$r(J)).r),lt=o(z.g,J.g),Ut=o(z.b,J.b),Bt=oa(z.opacity,J.opacity);return function(ci){return z.r=ke(ci),z.g=lt(ci),z.b=Ut(ci),z.opacity=Bt(ci),z+""}}return x.gamma=m,x}(1);function Dr(m){return function(O){var ke,lt,o=O.length,x=new Array(o),z=new Array(o),J=new Array(o);for(ke=0;ke=1?(o=1,O-1):Math.floor(o*O),z=m[x],J=m[x+1];return Nr((o-x/O)*O,x>0?m[x-1]:2*z-J,z,J,xo&&(J=O.slice(o,J),lt[ke]?lt[ke]+=J:lt[++ke]=J),(x=x[0])===(z=z[0])?lt[ke]?lt[ke]+=z:lt[++ke]=z:(lt[++ke]=null,Ut.push({i:ke,x:St(x,z)})),o=ai.lastIndex;return o=0&&m._call.call(null,O),m=m._next;--Di}()}finally{Di=0,function rs(){for(var m,o,O=He,x=1/0;O;)O._call?(x>O._time&&(x=O._time),m=O,O=O._next):(o=O._next,O._next=null,O=m?m._next=o:He=o);Lt=m,pa(x)}(),Yi=0}}function js(){var m=Rr.now(),O=m-yi;O>1e3&&(Fn-=O,yi=m)}function pa(m){Di||(Gi&&(Gi=clearTimeout(Gi)),m-Yi>24?(m<1/0&&(Gi=setTimeout(br,m-Rr.now()-Fn)),Ke&&(Ke=clearInterval(Ke))):(Ke||(yi=Rr.now(),Ke=setInterval(js,1e3)),Di=1,Ja(br)))}function Es(m,O,o){var x=new Fi;return x.restart(z=>{x.stop(),m(z+O)},O=null==O?0:+O,o),x}Fi.prototype=Gn.prototype={constructor:Fi,restart:function(m,O,o){if("function"!=typeof m)throw new TypeError("callback is not a function");o=(null==o?Ma():+o)+(null==O?0:+O),!this._next&&Lt!==this&&(Lt?Lt._next=this:He=this,Lt=this),this._call=m,this._time=o,pa()},stop:function(){this._call&&(this._call=null,this._time=1/0,pa())}};var Ts=mi("start","end","cancel","interrupt"),Ks=[];function fe(m,O,o,x,z,J){var ke=m.__transition;if(ke){if(o in ke)return}else m.__transition={};!function ii(m,O,o){var z,x=m.__transition;function ke(Bt){var ci,xi,Mi,Ai;if(1!==o.state)return Ut();for(ci in x)if((Ai=x[ci]).name===o.name){if(3===Ai.state)return Es(ke);4===Ai.state?(Ai.state=6,Ai.timer.stop(),Ai.on.call("interrupt",m,m.__data__,Ai.index,Ai.group),delete x[ci]):+ci0)throw new Error("too late; already scheduled");return o}function wt(m,O){var o=Vt(m,O);if(o.state>3)throw new Error("too late; already running");return o}function Vt(m,O){var o=m.__transition;if(!o||!(o=o[O]))throw new Error("transition not found");return o}var Ln,Pi=180/Math.PI,tn={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function dn(m,O,o,x,z,J){var ke,lt,Ut;return(ke=Math.sqrt(m*m+O*O))&&(m/=ke,O/=ke),(Ut=m*o+O*x)&&(o-=m*Ut,x-=O*Ut),(lt=Math.sqrt(o*o+x*x))&&(o/=lt,x/=lt,Ut/=lt),m*x180?ci+=360:ci-Bt>180&&(Bt+=360),Mi.push({i:xi.push(z(xi)+"rotate(",null,x)-2,x:St(Bt,ci)})):ci&&xi.push(z(xi)+"rotate("+ci+x)}(Bt.rotate,ci.rotate,xi,Mi),function lt(Bt,ci,xi,Mi){Bt!==ci?Mi.push({i:xi.push(z(xi)+"skewX(",null,x)-2,x:St(Bt,ci)}):ci&&xi.push(z(xi)+"skewX("+ci+x)}(Bt.skewX,ci.skewX,xi,Mi),function Ut(Bt,ci,xi,Mi,Ai,nn){if(Bt!==xi||ci!==Mi){var yn=Ai.push(z(Ai)+"scale(",null,",",null,")");nn.push({i:yn-4,x:St(Bt,xi)},{i:yn-2,x:St(ci,Mi)})}else(1!==xi||1!==Mi)&&Ai.push(z(Ai)+"scale("+xi+","+Mi+")")}(Bt.scaleX,Bt.scaleY,ci.scaleX,ci.scaleY,xi,Mi),Bt=ci=null,function(Ai){for(var Ii,nn=-1,yn=Mi.length;++nn=0&&(O=O.slice(0,o)),!O||"start"===O})}(O)?Ye:wt;return function(){var ke=J(this,m),lt=ke.on;lt!==x&&(z=(x=lt).copy()).on(O,o),ke.on=z}}var qs=Zi.prototype.constructor;function Me(m){return function(){this.style.removeProperty(m)}}function $t(m,O,o){return function(x){this.style.setProperty(m,O.call(this,x),o)}}function li(m,O,o){var x,z;function J(){var ke=O.apply(this,arguments);return ke!==z&&(x=(z=ke)&&$t(m,ke,o)),x}return J._value=O,J}function dr(m){return function(O){this.textContent=m.call(this,O)}}function zn(m){var O,o;function x(){var z=m.apply(this,arguments);return z!==o&&(O=(o=z)&&dr(z)),O}return x._value=m,x}var s1=0;function wa(m,O,o,x){this._groups=m,this._parents=O,this._name=o,this._id=x}function I2(){return++s1}var Js=Zi.prototype;wa.prototype=function so(m){return Zi().transition(m)}.prototype={constructor:wa,select:function Qs(m){var O=this._name,o=this._id;"function"!=typeof m&&(m=h(m));for(var x=this._groups,z=x.length,J=new Array(z),ke=0;ke2&&x.state<5,x.state=6,x.timer.stop(),x.on.call(z?"interrupt":"cancel",m,m.__data__,x.index,x.group),delete o[ke]):J=!1;J&&delete m.__transition}}(this,m)})},Zi.prototype.transition=function ia(m){var O,o;m instanceof wa?(O=m._id,m=m._name):(O=I2(),(o=D1).time=Ma(),m=null==m?null:m+"");for(var x=this._groups,z=x.length,J=0;JO?1:m>=O?0:NaN}function uo(m){let O=m,o=m;function x(ke,lt,Ut,Bt){for(null==Ut&&(Ut=0),null==Bt&&(Bt=ke.length);Ut>>1;o(ke[ci],lt)<0?Ut=ci+1:Bt=ci}return Ut}return 1===m.length&&(O=(ke,lt)=>m(ke)-lt,o=function Q4(m){return(O,o)=>es(m(O),o)}(m)),{left:x,center:function J(ke,lt,Ut,Bt){null==Ut&&(Ut=0),null==Bt&&(Bt=ke.length);const ci=x(ke,lt,Ut,Bt-1);return ci>Ut&&O(ke[ci-1],lt)>-O(ke[ci],lt)?ci-1:ci},right:function z(ke,lt,Ut,Bt){for(null==Ut&&(Ut=0),null==Bt&&(Bt=ke.length);Ut>>1;o(ke[ci],lt)>0?Bt=ci:Ut=ci+1}return Ut}}}["w","e"].map($a),["n","s"].map($a),["n","w","e","s","nw","ne","sw","se"].map($a);var Ls=Math.sqrt(50),H1=Math.sqrt(10),F1=Math.sqrt(2);function R2(m,O,o){var x=(O-m)/Math.max(0,o),z=Math.floor(Math.log(x)/Math.LN10),J=x/Math.pow(10,z);return z>=0?(J>=Ls?10:J>=H1?5:J>=F1?2:1)*Math.pow(10,z):-Math.pow(10,-z)/(J>=Ls?10:J>=H1?5:J>=F1?2:1)}function V1(m,O,o){var x=Math.abs(O-m)/Math.max(0,o),z=Math.pow(10,Math.floor(Math.log(x)/Math.LN10)),J=x/z;return J>=Ls?z*=10:J>=H1?z*=5:J>=F1&&(z*=2),O0))return Ut;do{Ut.push(Bt=new Date(+J)),O(J,lt),m(J)}while(Bt=ke)for(;m(ke),!J(ke);)ke.setTime(ke-1)},function(ke,lt){if(ke>=ke)if(lt<0)for(;++lt<=0;)for(;O(ke,-1),!J(ke););else for(;--lt>=0;)for(;O(ke,1),!J(ke););})},o&&(z.count=function(J,ke){return z1.setTime(+J),B1.setTime(+ke),m(z1),m(B1),Math.floor(o(z1,B1))},z.every=function(J){return J=Math.floor(J),isFinite(J)&&J>0?J>1?z.filter(x?function(ke){return x(ke)%J==0}:function(ke){return z.count(0,ke)%J==0}):z:null}),z}var Yo=ga(function(){},function(m,O){m.setTime(+m+O)},function(m,O){return O-m});Yo.every=function(m){return m=Math.floor(m),isFinite(m)&&m>0?m>1?ga(function(O){O.setTime(Math.floor(O/m)*m)},function(O,o){O.setTime(+O+o*m)},function(O,o){return(o-O)/m}):Yo:null};const t3=Yo;const jo=ga(function(m){m.setTime(m-m.getMilliseconds())},function(m,O){m.setTime(+m+O*Is)},function(m,O){return(O-m)/Is},function(m){return m.getUTCSeconds()});const d1=ga(function(m){m.setTime(m-m.getMilliseconds()-m.getSeconds()*Is)},function(m,O){m.setTime(+m+O*ts)},function(m,O){return(O-m)/ts},function(m){return m.getMinutes()});const F2=ga(function(m){m.setTime(m-m.getMilliseconds()-m.getSeconds()*Is-m.getMinutes()*ts)},function(m,O){m.setTime(+m+O*_s)},function(m,O){return(O-m)/_s},function(m){return m.getHours()});const po=ga(m=>m.setHours(0,0,0,0),(m,O)=>m.setDate(m.getDate()+O),(m,O)=>(O-m-(O.getTimezoneOffset()-m.getTimezoneOffset())*ts)/Do,m=>m.getDate()-1);function zs(m){return ga(function(O){O.setDate(O.getDate()-(O.getDay()+7-m)%7),O.setHours(0,0,0,0)},function(O,o){O.setDate(O.getDate()+7*o)},function(O,o){return(o-O-(o.getTimezoneOffset()-O.getTimezoneOffset())*ts)/$s})}var Os=zs(0),u1=zs(1),ks=(zs(2),zs(3),zs(4));const G2=(zs(5),zs(6),ga(function(m){m.setDate(1),m.setHours(0,0,0,0)},function(m,O){m.setMonth(m.getMonth()+O)},function(m,O){return O.getMonth()-m.getMonth()+12*(O.getFullYear()-m.getFullYear())},function(m){return m.getMonth()}));var Y1=ga(function(m){m.setMonth(0,1),m.setHours(0,0,0,0)},function(m,O){m.setFullYear(m.getFullYear()+O)},function(m,O){return O.getFullYear()-m.getFullYear()},function(m){return m.getFullYear()});Y1.every=function(m){return isFinite(m=Math.floor(m))&&m>0?ga(function(O){O.setFullYear(Math.floor(O.getFullYear()/m)*m),O.setMonth(0,1),O.setHours(0,0,0,0)},function(O,o){O.setFullYear(O.getFullYear()+o*m)}):null};const Ps=Y1;const Z2=ga(function(m){m.setUTCSeconds(0,0)},function(m,O){m.setTime(+m+O*ts)},function(m,O){return(O-m)/ts},function(m){return m.getUTCMinutes()});const Fe=ga(function(m){m.setUTCMinutes(0,0,0)},function(m,O){m.setTime(+m+O*_s)},function(m,O){return(O-m)/_s},function(m){return m.getUTCHours()});const ot=ga(function(m){m.setUTCHours(0,0,0,0)},function(m,O){m.setUTCDate(m.getUTCDate()+O)},function(m,O){return(O-m)/Do},function(m){return m.getUTCDate()-1});function Ki(m){return ga(function(O){O.setUTCDate(O.getUTCDate()-(O.getUTCDay()+7-m)%7),O.setUTCHours(0,0,0,0)},function(O,o){O.setUTCDate(O.getUTCDate()+7*o)},function(O,o){return(o-O)/$s})}var Wn=Ki(0),kn=Ki(1),Ra=(Ki(2),Ki(3),Ki(4));const e0=(Ki(5),Ki(6),ga(function(m){m.setUTCDate(1),m.setUTCHours(0,0,0,0)},function(m,O){m.setUTCMonth(m.getUTCMonth()+O)},function(m,O){return O.getUTCMonth()-m.getUTCMonth()+12*(O.getUTCFullYear()-m.getUTCFullYear())},function(m){return m.getUTCMonth()}));var W2=ga(function(m){m.setUTCMonth(0,1),m.setUTCHours(0,0,0,0)},function(m,O){m.setUTCFullYear(m.getUTCFullYear()+O)},function(m,O){return O.getUTCFullYear()-m.getUTCFullYear()},function(m){return m.getUTCFullYear()});W2.every=function(m){return isFinite(m=Math.floor(m))&&m>0?ga(function(O){O.setUTCFullYear(Math.floor(O.getUTCFullYear()/m)*m),O.setUTCMonth(0,1),O.setUTCHours(0,0,0,0)},function(O,o){O.setUTCFullYear(O.getUTCFullYear()+o*m)}):null};const K1=W2;function h1(m,O,o,x,z,J){const ke=[[jo,1,Is],[jo,5,5e3],[jo,15,15e3],[jo,30,3e4],[J,1,ts],[J,5,5*ts],[J,15,15*ts],[J,30,30*ts],[z,1,_s],[z,3,3*_s],[z,6,6*_s],[z,12,12*_s],[x,1,Do],[x,2,2*Do],[o,1,$s],[O,1,l1],[O,3,3*l1],[m,1,ho]];function Ut(Bt,ci,xi){const Mi=Math.abs(ci-Bt)/xi,Ai=uo(([,,Ii])=>Ii).right(ke,Mi);if(Ai===ke.length)return m.every(V1(Bt/ho,ci/ho,xi));if(0===Ai)return t3.every(Math.max(V1(Bt,ci,xi),1));const[nn,yn]=ke[Mi/ke[Ai-1][2][O.toLowerCase(),o]))}function a0(m,O,o){var x=Ea.exec(O.slice(o,o+1));return x?(m.w=+x[0],o+x[0].length):-1}function w6(m,O,o){var x=Ea.exec(O.slice(o,o+1));return x?(m.u=+x[0],o+x[0].length):-1}function L6(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.U=+x[0],o+x[0].length):-1}function s0(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.V=+x[0],o+x[0].length):-1}function X1(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.W=+x[0],o+x[0].length):-1}function c3(m,O,o){var x=Ea.exec(O.slice(o,o+4));return x?(m.y=+x[0],o+x[0].length):-1}function $1(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.y=+x[0]+(+x[0]>68?1900:2e3),o+x[0].length):-1}function S6(m,O,o){var x=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(O.slice(o,o+6));return x?(m.Z=x[1]?0:-(x[2]+(x[3]||"00")),o+x[0].length):-1}function ca(m,O,o){var x=Ea.exec(O.slice(o,o+1));return x?(m.q=3*x[0]-3,o+x[0].length):-1}function o0(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.m=x[0]-1,o+x[0].length):-1}function d3(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.d=+x[0],o+x[0].length):-1}function u3(m,O,o){var x=Ea.exec(O.slice(o,o+3));return x?(m.m=0,m.d=+x[0],o+x[0].length):-1}function K2(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.H=+x[0],o+x[0].length):-1}function E6(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.M=+x[0],o+x[0].length):-1}function l0(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.S=+x[0],o+x[0].length):-1}function T6(m,O,o){var x=Ea.exec(O.slice(o,o+3));return x?(m.L=+x[0],o+x[0].length):-1}function c0(m,O,o){var x=Ea.exec(O.slice(o,o+6));return x?(m.L=Math.floor(x[0]/1e3),o+x[0].length):-1}function A6(m,O,o){var x=j2.exec(O.slice(o,o+1));return x?o+x[0].length:-1}function D6(m,O,o){var x=Ea.exec(O.slice(o));return x?(m.Q=+x[0],o+x[0].length):-1}function sh(m,O,o){var x=Ea.exec(O.slice(o));return x?(m.s=+x[0],o+x[0].length):-1}function Jo(m,O){return hr(m.getDate(),O,2)}function ls(m,O){return hr(m.getHours(),O,2)}function e2(m,O){return hr(m.getHours()%12||12,O,2)}function d0(m,O){return hr(1+po.count(Ps(m),m),O,3)}function h3(m,O){return hr(m.getMilliseconds(),O,3)}function is(m,O){return h3(m,O)+"000"}function t2(m,O){return hr(m.getMonth()+1,O,2)}function f3(m,O){return hr(m.getMinutes(),O,2)}function I6(m,O){return hr(m.getSeconds(),O,2)}function O6(m){var O=m.getDay();return 0===O?7:O}function u0(m,O){return hr(Os.count(Ps(m)-1,m),O,2)}function h0(m){var O=m.getDay();return O>=4||0===O?ks(m):ks.ceil(m)}function p3(m,O){return m=h0(m),hr(ks.count(Ps(m),m)+(4===Ps(m).getDay()),O,2)}function k6(m){return m.getDay()}function m3(m,O){return hr(u1.count(Ps(m)-1,m),O,2)}function f0(m,O){return hr(m.getFullYear()%100,O,2)}function P6(m,O){return hr((m=h0(m)).getFullYear()%100,O,2)}function g3(m,O){return hr(m.getFullYear()%1e4,O,4)}function N6(m,O){var o=m.getDay();return hr((m=o>=4||0===o?ks(m):ks.ceil(m)).getFullYear()%1e4,O,4)}function C3(m){var O=m.getTimezoneOffset();return(O>0?"-":(O*=-1,"+"))+hr(O/60|0,"0",2)+hr(O%60,"0",2)}function Q2(m,O){return hr(m.getUTCDate(),O,2)}function R6(m,O){return hr(m.getUTCHours(),O,2)}function _3(m,O){return hr(m.getUTCHours()%12||12,O,2)}function q2(m,O){return hr(1+ot.count(K1(m),m),O,3)}function p0(m,O){return hr(m.getUTCMilliseconds(),O,3)}function m0(m,O){return p0(m,O)+"000"}function H6(m,O){return hr(m.getUTCMonth()+1,O,2)}function F6(m,O){return hr(m.getUTCMinutes(),O,2)}function V6(m,O){return hr(m.getUTCSeconds(),O,2)}function g0(m){var O=m.getUTCDay();return 0===O?7:O}function z6(m,O){return hr(Wn.count(K1(m)-1,m),O,2)}function C0(m){var O=m.getUTCDay();return O>=4||0===O?Ra(m):Ra.ceil(m)}function B6(m,O){return m=C0(m),hr(Ra.count(K1(m),m)+(4===K1(m).getUTCDay()),O,2)}function U6(m){return m.getUTCDay()}function G6(m,O){return hr(kn.count(K1(m)-1,m),O,2)}function _0(m,O){return hr(m.getUTCFullYear()%100,O,2)}function v0(m,O){return hr((m=C0(m)).getUTCFullYear()%100,O,2)}function y0(m,O){return hr(m.getUTCFullYear()%1e4,O,4)}function p1(m,O){var o=m.getUTCDay();return hr((m=o>=4||0===o?Ra(m):Ra.ceil(m)).getUTCFullYear()%1e4,O,4)}function eo(){return"+0000"}function Z6(){return"%"}function W6(m){return+m}function v3(m){return Math.floor(+m/1e3)}function m1(m){return null===m?NaN:+m}!function b0(m){(function ah(m){var O=m.dateTime,o=m.date,x=m.time,z=m.periods,J=m.days,ke=m.shortDays,lt=m.months,Ut=m.shortMonths,Bt=qo(z),ci=J1(z),xi=qo(J),Mi=J1(J),Ai=qo(ke),nn=J1(ke),yn=qo(lt),Ii=J1(lt),pn=qo(Ut),vn=J1(Ut),mn={a:function ln(un){return ke[un.getDay()]},A:function us(un){return J[un.getDay()]},b:function Mr(un){return Ut[un.getMonth()]},B:function ka(un){return lt[un.getMonth()]},c:null,d:Jo,e:Jo,f:is,g:P6,G:N6,H:ls,I:e2,j:d0,L:h3,m:t2,M:f3,p:function Jr(un){return z[+(un.getHours()>=12)]},q:function Ca(un){return 1+~~(un.getMonth()/3)},Q:W6,s:v3,S:I6,u:O6,U:u0,V:p3,w:k6,W:m3,x:null,X:null,y:f0,Y:g3,Z:C3,"%":Z6},Un={a:function Fo(un){return ke[un.getUTCDay()]},A:function wo(un){return J[un.getUTCDay()]},b:function kr(un){return Ut[un.getUTCMonth()]},B:function E2(un){return lt[un.getUTCMonth()]},c:null,d:Q2,e:Q2,f:m0,g:v0,G:p1,H:R6,I:_3,j:q2,L:p0,m:H6,M:F6,p:function Qa(un){return z[+(un.getUTCHours()>=12)]},q:function Bl(un){return 1+~~(un.getUTCMonth()/3)},Q:W6,s:v3,S:V6,u:g0,U:z6,V:B6,w:U6,W:G6,x:null,X:null,y:_0,Y:y0,Z:eo,"%":Z6},In={a:function Ir(un,jn,ar){var ji=Ai.exec(jn.slice(ar));return ji?(un.w=nn.get(ji[0].toLowerCase()),ar+ji[0].length):-1},A:function On(un,jn,ar){var ji=xi.exec(jn.slice(ar));return ji?(un.w=Mi.get(ji[0].toLowerCase()),ar+ji[0].length):-1},b:function Aa(un,jn,ar){var ji=pn.exec(jn.slice(ar));return ji?(un.m=vn.get(ji[0].toLowerCase()),ar+ji[0].length):-1},B:function fr(un,jn,ar){var ji=yn.exec(jn.slice(ar));return ji?(un.m=Ii.get(ji[0].toLowerCase()),ar+ji[0].length):-1},c:function Or(un,jn,ar){return Tr(un,O,jn,ar)},d:d3,e:d3,f:c0,g:$1,G:c3,H:K2,I:K2,j:u3,L:T6,m:o0,M:E6,p:function Fa(un,jn,ar){var ji=Bt.exec(jn.slice(ar));return ji?(un.p=ci.get(ji[0].toLowerCase()),ar+ji[0].length):-1},q:ca,Q:D6,s:sh,S:l0,u:w6,U:L6,V:s0,w:a0,W:X1,x:function ds(un,jn,ar){return Tr(un,o,jn,ar)},X:function aa(un,jn,ar){return Tr(un,x,jn,ar)},y:$1,Y:c3,Z:S6,"%":A6};function wn(un,jn){return function(ar){var fs,Hn,da,ji=[],sa=-1,wr=0,hs=un.length;for(ar instanceof Date||(ar=new Date(+ar));++sa53)return null;"w"in ji||(ji.w=1),"Z"in ji?(hs=(wr=Y2(q1(ji.y,0,1))).getUTCDay(),wr=hs>4||0===hs?kn.ceil(wr):kn(wr),wr=ot.offset(wr,7*(ji.V-1)),ji.y=wr.getUTCFullYear(),ji.m=wr.getUTCMonth(),ji.d=wr.getUTCDate()+(ji.w+6)%7):(hs=(wr=Q1(q1(ji.y,0,1))).getDay(),wr=hs>4||0===hs?u1.ceil(wr):u1(wr),wr=po.offset(wr,7*(ji.V-1)),ji.y=wr.getFullYear(),ji.m=wr.getMonth(),ji.d=wr.getDate()+(ji.w+6)%7)}else("W"in ji||"U"in ji)&&("w"in ji||(ji.w="u"in ji?ji.u%7:"W"in ji?1:0),hs="Z"in ji?Y2(q1(ji.y,0,1)).getUTCDay():Q1(q1(ji.y,0,1)).getDay(),ji.m=0,ji.d="W"in ji?(ji.w+6)%7+7*ji.W-(hs+5)%7:ji.w+7*ji.U-(hs+6)%7);return"Z"in ji?(ji.H+=ji.Z/100|0,ji.M+=ji.Z%100,Y2(ji)):Q1(ji)}}function Tr(un,jn,ar,ji){for(var fs,Hn,sa=0,wr=jn.length,hs=ar.length;sa=hs)return-1;if(37===(fs=jn.charCodeAt(sa++))){if(fs=jn.charAt(sa++),!(Hn=In[fs in r0?jn.charAt(sa++):fs])||(ji=Hn(un,ar,ji))<0)return-1}else if(fs!=ar.charCodeAt(ji++))return-1}return ji}return mn.x=wn(o,mn),mn.X=wn(x,mn),mn.c=wn(O,mn),Un.x=wn(o,Un),Un.X=wn(x,Un),Un.c=wn(O,Un),{format:function(un){var jn=wn(un+="",mn);return jn.toString=function(){return un},jn},parse:function(un){var jn=yr(un+="",!1);return jn.toString=function(){return un},jn},utcFormat:function(un){var jn=wn(un+="",Un);return jn.toString=function(){return un},jn},utcParse:function(un){var jn=yr(un+="",!0);return jn.toString=function(){return un},jn}}})(m)}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});const b3=uo(es).right,K6=(uo(m1),b3);function g1(m,O){return m=+m,O=+O,function(o){return Math.round(m*(1-o)+O*o)}}function w0(m){return+m}var L0=[0,1];function Oo(m){return m}function $2(m,O){return(O-=m=+m)?function(o){return(o-m)/O}:function X2(m){return function(){return m}}(isNaN(O)?NaN:.5)}function q6(m,O,o){var x=m[0],z=m[1],J=O[0],ke=O[1];return zO&&(o=m,m=O,O=o),function(x){return Math.max(m,Math.min(O,x))}}(m[0],m[Mi-1])),lt=Mi>2?J6:q6,Ut=Bt=null,xi}function xi(Mi){return null==Mi||isNaN(Mi=+Mi)?J:(Ut||(Ut=lt(m.map(x),O,o)))(x(ke(Mi)))}return xi.invert=function(Mi){return ke(z((Bt||(Bt=lt(O,m.map(x),St)))(Mi)))},xi.domain=function(Mi){return arguments.length?(m=Array.from(Mi,w0),ci()):m.slice()},xi.range=function(Mi){return arguments.length?(O=Array.from(Mi),ci()):O.slice()},xi.rangeRound=function(Mi){return O=Array.from(Mi),o=g1,ci()},xi.clamp=function(Mi){return arguments.length?(ke=!!Mi||Oo,ci()):ke!==Oo},xi.interpolate=function(Mi){return arguments.length?(o=Mi,ci()):o},xi.unknown=function(Mi){return arguments.length?(J=Mi,xi):J},function(Mi,Ai){return x=Mi,z=Ai,ci()}}()(Oo,Oo)}function Xo(m,O){switch(arguments.length){case 0:break;case 1:this.range(m);break;default:this.range(O).domain(m)}return this}var tl,$o=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function r2(m){if(!(O=$o.exec(m)))throw new Error("invalid format: "+m);var O;return new el({fill:O[1],align:O[2],sign:O[3],symbol:O[4],zero:O[5],width:O[6],comma:O[7],precision:O[8]&&O[8].slice(1),trim:O[9],type:O[10]})}function el(m){this.fill=void 0===m.fill?" ":m.fill+"",this.align=void 0===m.align?">":m.align+"",this.sign=void 0===m.sign?"-":m.sign+"",this.symbol=void 0===m.symbol?"":m.symbol+"",this.zero=!!m.zero,this.width=void 0===m.width?void 0:+m.width,this.comma=!!m.comma,this.precision=void 0===m.precision?void 0:+m.precision,this.trim=!!m.trim,this.type=void 0===m.type?"":m.type+""}function e1(m,O){if((o=(m=O?m.toExponential(O-1):m.toExponential()).indexOf("e"))<0)return null;var o,x=m.slice(0,o);return[x.length>1?x[0]+x.slice(2):x,+m.slice(o+1)]}function C1(m){return(m=e1(Math.abs(m)))?m[1]:NaN}function a2(m,O){var o=e1(m,O);if(!o)return m+"";var x=o[0],z=o[1];return z<0?"0."+new Array(-z).join("0")+x:x.length>z+1?x.slice(0,z+1)+"."+x.slice(z+1):x+new Array(z-x.length+2).join("0")}r2.prototype=el.prototype,el.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};const nl={"%":(m,O)=>(100*m).toFixed(O),b:m=>Math.round(m).toString(2),c:m=>m+"",d:function e5(m){return Math.abs(m=Math.round(m))>=1e21?m.toLocaleString("en").replace(/,/g,""):m.toString(10)},e:(m,O)=>m.toExponential(O),f:(m,O)=>m.toFixed(O),g:(m,O)=>m.toPrecision(O),o:m=>Math.round(m).toString(8),p:(m,O)=>a2(100*m,O),r:a2,s:function il(m,O){var o=e1(m,O);if(!o)return m+"";var x=o[0],z=o[1],J=z-(tl=3*Math.max(-8,Math.min(8,Math.floor(z/3))))+1,ke=x.length;return J===ke?x:J>ke?x+new Array(J-ke+1).join("0"):J>0?x.slice(0,J)+"."+x.slice(J):"0."+new Array(1-J).join("0")+e1(m,Math.max(0,O+J-1))[0]},X:m=>Math.round(m).toString(16).toUpperCase(),x:m=>Math.round(m).toString(16)};function rl(m){return m}var o2,sl,O0,T3=Array.prototype.map,al=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"];function oh(m){var O=m.domain;return m.ticks=function(o){var x=O();return function e3(m,O,o){var x,J,ke,lt,z=-1;if(o=+o,(m=+m)==(O=+O)&&o>0)return[m];if((x=O0){let Ut=Math.round(m/lt),Bt=Math.round(O/lt);for(Ut*ltO&&--Bt,ke=new Array(J=Bt-Ut+1);++zO&&--Bt,ke=new Array(J=Bt-Ut+1);++z0;){if((Bt=R2(ke,lt,o))===Ut)return x[z]=ke,x[J]=lt,O(x);if(Bt>0)ke=Math.floor(ke/Bt)*Bt,lt=Math.ceil(lt/Bt)*Bt;else{if(!(Bt<0))break;ke=Math.ceil(ke*Bt)/Bt,lt=Math.floor(lt*Bt)/Bt}Ut=Bt}return m},m}function ko(){var m=w3();return m.copy=function(){return M3(m,ko())},Xo.apply(m,arguments),oh(m)}function P0(m,O,o){m=+m,O=+O,o=(z=arguments.length)<2?(O=m,m=0,1):z<3?1:+o;for(var x=-1,z=0|Math.max(0,Math.ceil((O-m)/o)),J=new Array(z);++x0&<>0&&(Ut+lt+1>x&&(lt=Math.max(1,x-Ut)),J.push(o.substring(z-=lt,z+lt)),!((Ut+=lt+1)>x));)lt=m[ke=(ke+1)%m.length];return J.reverse().join(O)}}(T3.call(m.grouping,Number),m.thousands+""),o=void 0===m.currency?"":m.currency[0]+"",x=void 0===m.currency?"":m.currency[1]+"",z=void 0===m.decimal?".":m.decimal+"",J=void 0===m.numerals?rl:function I0(m){return function(O){return O.replace(/[0-9]/g,function(o){return m[+o]})}}(T3.call(m.numerals,String)),ke=void 0===m.percent?"%":m.percent+"",lt=void 0===m.minus?"\u2212":m.minus+"",Ut=void 0===m.nan?"NaN":m.nan+"";function Bt(xi){var Mi=(xi=r2(xi)).fill,Ai=xi.align,nn=xi.sign,yn=xi.symbol,Ii=xi.zero,pn=xi.width,vn=xi.comma,mn=xi.precision,Un=xi.trim,In=xi.type;"n"===In?(vn=!0,In="g"):nl[In]||(void 0===mn&&(mn=12),Un=!0,In="g"),(Ii||"0"===Mi&&"="===Ai)&&(Ii=!0,Mi="0",Ai="=");var wn="$"===yn?o:"#"===yn&&/[boxX]/.test(In)?"0"+In.toLowerCase():"",yr="$"===yn?x:/[%p]/.test(In)?ke:"",Tr=nl[In],Fa=/[defgprs%]/.test(In);function Ir(On){var Or,ds,aa,Aa=wn,fr=yr;if("c"===In)fr=Tr(On)+fr,On="";else{var ln=(On=+On)<0||1/On<0;if(On=isNaN(On)?Ut:Tr(Math.abs(On),mn),Un&&(On=function E3(m){e:for(var z,O=m.length,o=1,x=-1;o0&&(x=0)}return x>0?m.slice(0,x)+m.slice(z+1):m}(On)),ln&&0==+On&&"+"!==nn&&(ln=!1),Aa=(ln?"("===nn?nn:lt:"-"===nn||"("===nn?"":nn)+Aa,fr=("s"===In?al[8+tl/3]:"")+fr+(ln&&"("===nn?")":""),Fa)for(Or=-1,ds=On.length;++Or(aa=On.charCodeAt(Or))||aa>57){fr=(46===aa?z+On.slice(Or+1):On.slice(Or))+fr,On=On.slice(0,Or);break}}vn&&!Ii&&(On=O(On,1/0));var us=Aa.length+On.length+fr.length,Mr=us>1)+Aa+On+fr+Mr.slice(us);break;default:On=Mr+Aa+On+fr}return J(On)}return mn=void 0===mn?6:/[gprs]/.test(In)?Math.max(1,Math.min(21,mn)):Math.max(0,Math.min(20,mn)),Ir.toString=function(){return xi+""},Ir}return{format:Bt,formatPrefix:function ci(xi,Mi){var Ai=Bt(((xi=r2(xi)).type="f",xi)),nn=3*Math.max(-8,Math.min(8,Math.floor(C1(Mi)/3))),yn=Math.pow(10,-nn),Ii=al[8+nn/3];return function(pn){return Ai(yn*pn)+Ii}}}}(m),sl=o2.format,O0=o2.formatPrefix}({thousands:",",grouping:[3],currency:["$",""]});const I3=Symbol("implicit");function O3(){var m=new Map,O=[],o=[],x=I3;function z(J){var ke=J+"",lt=m.get(ke);if(!lt){if(x!==I3)return x;m.set(ke,lt=O.push(J))}return o[(lt-1)%o.length]}return z.domain=function(J){if(!arguments.length)return O.slice();O=[],m=new Map;for(const ke of J){const lt=ke+"";m.has(lt)||m.set(lt,O.push(ke))}return z},z.range=function(J){return arguments.length?(o=Array.from(J),z):o.slice()},z.unknown=function(J){return arguments.length?(x=J,z):x},z.copy=function(){return O3(O,o).unknown(x)},Xo.apply(z,arguments),z}function _1(){var J,ke,m=O3().unknown(void 0),O=m.domain,o=m.range,x=0,z=1,lt=!1,Ut=0,Bt=0,ci=.5;function xi(){var Mi=O().length,Ai=z=1)return+o(m[x-1],x-1,m);var x,z=(x-1)*O,J=Math.floor(z),ke=+o(m[J],J,m);return ke+(+o(m[J+1],J+1,m)-ke)*(z-J)}}function N0(){var x,m=[],O=[],o=[];function z(){var ke=0,lt=Math.max(1,O.length);for(o=new Array(lt-1);++ke0?o[lt-1]:m[0],lt{return(m=Jn||(Jn={})).Top="top",m.Bottom="bottom",m.Left="left",m.Right="right",m.Center="center",Jn;var m})();function o4(m,O,o){return o===Jn.Top?m.top-7:o===Jn.Bottom?m.top+m.height-O.height+7:o===Jn.Center?m.top+m.height/2-O.height/2:void 0}function l4(m,O,o){return o===Jn.Left?m.left-7:o===Jn.Right?m.left+m.width-O.width+7:o===Jn.Center?m.left+m.width/2-O.width/2:void 0}class ys{static calculateVerticalAlignment(O,o,x){let z=o4(O,o,x);return z+o.height>window.innerHeight&&(z=window.innerHeight-o.height),z}static calculateVerticalCaret(O,o,x,z){let J;z===Jn.Top&&(J=O.height/2-x.height/2+7),z===Jn.Bottom&&(J=o.height-O.height/2-x.height/2-7),z===Jn.Center&&(J=o.height/2-x.height/2);const ke=o4(O,o,z);return ke+o.height>window.innerHeight&&(J+=ke+o.height-window.innerHeight),J}static calculateHorizontalAlignment(O,o,x){let z=l4(O,o,x);return z+o.width>window.innerWidth&&(z=window.innerWidth-o.width),z}static calculateHorizontalCaret(O,o,x,z){let J;z===Jn.Left&&(J=O.width/2-x.width/2+7),z===Jn.Right&&(J=o.width-O.width/2-x.width/2-7),z===Jn.Center&&(J=o.width/2-x.width/2);const ke=l4(O,o,z);return ke+o.width>window.innerWidth&&(J+=ke+o.width-window.innerWidth),J}static shouldFlip(O,o,x,z){let J=!1;return x===Jn.Right&&O.left+O.width+o.width+z>window.innerWidth&&(J=!0),x===Jn.Left&&O.left-o.width-z<0&&(J=!0),x===Jn.Top&&O.top-o.height-z<0&&(J=!0),x===Jn.Bottom&&O.top+O.height+o.height+z>window.innerHeight&&(J=!0),J}static positionCaret(O,o,x,z,J){let ke=0,lt=0;return O===Jn.Right?(lt=-7,ke=ys.calculateVerticalCaret(x,o,z,J)):O===Jn.Left?(lt=o.width,ke=ys.calculateVerticalCaret(x,o,z,J)):O===Jn.Top?(ke=o.height,lt=ys.calculateHorizontalCaret(x,o,z,J)):O===Jn.Bottom&&(ke=-7,lt=ys.calculateHorizontalCaret(x,o,z,J)),{top:ke,left:lt}}static positionContent(O,o,x,z,J){let ke=0,lt=0;return O===Jn.Right?(lt=x.left+x.width+z,ke=ys.calculateVerticalAlignment(x,o,J)):O===Jn.Left?(lt=x.left-o.width-z,ke=ys.calculateVerticalAlignment(x,o,J)):O===Jn.Top?(ke=x.top-o.height-z,lt=ys.calculateHorizontalAlignment(x,o,J)):O===Jn.Bottom&&(ke=x.top+x.height+z,lt=ys.calculateHorizontalAlignment(x,o,J)),{top:ke,left:lt}}static determinePlacement(O,o,x,z){if(ys.shouldFlip(x,o,O,z)){if(O===Jn.Right)return Jn.Left;if(O===Jn.Left)return Jn.Right;if(O===Jn.Top)return Jn.Bottom;if(O===Jn.Bottom)return Jn.Top}return O}}let Ec=(()=>{class m{constructor(o,x,z){this.element=o,this.renderer=x,this.platformId=z}get cssClasses(){let o="ngx-charts-tooltip-content";return o+=` position-${this.placement}`,o+=` type-${this.type}`,o+=` ${this.cssClass}`,o}ngAfterViewInit(){setTimeout(this.position.bind(this))}position(){if(!(0,e.NF)(this.platformId))return;const o=this.element.nativeElement,x=this.host.nativeElement.getBoundingClientRect();if(!x.height&&!x.width)return;const z=o.getBoundingClientRect();this.checkFlip(x,z),this.positionContent(o,x,z),this.showCaret&&this.positionCaret(x,z),setTimeout(()=>this.renderer.addClass(o,"animate"),1)}positionContent(o,x,z){const{top:J,left:ke}=ys.positionContent(this.placement,z,x,this.spacing,this.alignment);this.renderer.setStyle(o,"top",`${J}px`),this.renderer.setStyle(o,"left",`${ke}px`)}positionCaret(o,x){const z=this.caretElm.nativeElement,J=z.getBoundingClientRect(),{top:ke,left:lt}=ys.positionCaret(this.placement,x,o,J,this.alignment);this.renderer.setStyle(z,"top",`${ke}px`),this.renderer.setStyle(z,"left",`${lt}px`)}checkFlip(o,x){this.placement=ys.determinePlacement(this.placement,x,o,this.spacing)}onWindowResize(){this.position()}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq),t.Y36(t.Qsj),t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-tooltip-content"]],viewQuery:function(o,x){if(1&o&&t.Gf(a5,5),2&o){let z;t.iGM(z=t.CRH())&&(x.caretElm=z.first)}},hostVars:2,hostBindings:function(o,x){1&o&&t.NdJ("resize",function(){return x.onWindowResize()},!1,t.Jf7),2&o&&t.Tol(x.cssClasses)},inputs:{host:"host",showCaret:"showCaret",type:"type",placement:"placement",alignment:"alignment",spacing:"spacing",cssClass:"cssClass",title:"title",template:"template",context:"context"},decls:6,vars:6,consts:[[3,"hidden"],["caretElm",""],[1,"tooltip-content"],[4,"ngIf"],[3,"innerHTML",4,"ngIf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"innerHTML"]],template:function(o,x){1&o&&(t.TgZ(0,"div"),t._UZ(1,"span",0,1),t.TgZ(3,"div",2),t.YNc(4,o5,2,4,"span",3),t.YNc(5,R0,1,1,"span",4),t.qZA()()),2&o&&(t.xp6(1),t.Gre("tooltip-caret position-",x.placement,""),t.Q6J("hidden",!x.showCaret),t.xp6(3),t.Q6J("ngIf",!x.title),t.xp6(1),t.Q6J("ngIf",x.title))},directives:[e.O5,e.tP],styles:[".ngx-charts-tooltip-content{position:fixed;border-radius:3px;z-index:5000;display:block;font-weight:400;opacity:0;pointer-events:none!important}.ngx-charts-tooltip-content.type-popover{background:#fff;color:#060709;border:1px solid #72809b;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f;font-size:13px;padding:4px}.ngx-charts-tooltip-content.type-popover .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.ngx-charts-tooltip-content.type-tooltip{color:#fff;background:rgba(0,0,0,.75);font-size:12px;padding:0 10px;text-align:center;pointer-events:auto}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content .tooltip-label{display:block;line-height:1em;padding:8px 5px 5px;font-size:1em}.ngx-charts-tooltip-content .tooltip-val{display:block;font-size:1.3em;line-height:1em;padding:0 5px 8px}.ngx-charts-tooltip-content .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.position-right{transform:translate(10px)}.ngx-charts-tooltip-content.position-left{transform:translate(-10px)}.ngx-charts-tooltip-content.position-top{transform:translateY(-10px)}.ngx-charts-tooltip-content.position-bottom{transform:translateY(10px)}.ngx-charts-tooltip-content.animate{opacity:1;transition:opacity .3s,transform .3s;transform:translate(0);pointer-events:auto}.area-tooltip-container{padding:5px 0;pointer-events:none}.tooltip-item{text-align:left;line-height:1.2em;padding:5px 0}.tooltip-item .tooltip-item-color{display:inline-block;height:12px;width:12px;margin-right:5px;color:#5b646b;border-radius:3px}\n"],encapsulation:2}),(0,f.gn)([Sc(100)],m.prototype,"onWindowResize",null),m})(),d4=(()=>{class m{constructor(o,x,z){this.applicationRef=o,this.componentFactoryResolver=x,this.injector=z}static setGlobalRootViewContainer(o){m.globalRootViewContainer=o}getRootViewContainer(){if(this._container)return this._container;if(m.globalRootViewContainer)return m.globalRootViewContainer;if(this.applicationRef.components.length)return this.applicationRef.components[0];throw new Error("View Container not found! ngUpgrade needs to manually set this via setRootViewContainer or setGlobalRootViewContainer.")}setRootViewContainer(o){this._container=o}getComponentRootNode(o){return function c4(m){return m.element}(o)?o.element.nativeElement:o.hostView&&o.hostView.rootNodes.length>0?o.hostView.rootNodes[0]:o.location.nativeElement}getRootViewContainerNode(o){return this.getComponentRootNode(o)}projectComponentBindings(o,x){if(x){if(void 0!==x.inputs){const z=Object.getOwnPropertyNames(x.inputs);for(const J of z)o.instance[J]=x.inputs[J]}if(void 0!==x.outputs){const z=Object.getOwnPropertyNames(x.outputs);for(const J of z)o.instance[J]=x.outputs[J]}}return o}appendComponent(o,x={},z){z||(z=this.getRootViewContainer());const J=this.getComponentRootNode(z),ke=new M.u0(J,this.componentFactoryResolver,this.applicationRef,this.injector),lt=new M.C5(o),Ut=ke.attach(lt);return this.projectComponentBindings(Ut,x),Ut}}return m.globalRootViewContainer=null,m.\u0275fac=function(o){return new(o||m)(t.LFG(t.z2F),t.LFG(t._Vd),t.LFG(t.zs3))},m.\u0275prov=t.Yz7({token:m,factory:m.\u0275fac}),m})(),u4=(()=>{class m extends class Cd{constructor(O){this.injectionService=O,this.defaults={},this.components=new Map}getByType(O=this.type){return this.components.get(O)}create(O){return this.createByType(this.type,O)}createByType(O,o){o=this.assignDefaults(o);const x=this.injectComponent(O,o);return this.register(O,x),x}destroy(O){const o=this.components.get(O.componentType);if(o&&o.length){const x=o.indexOf(O);x>-1&&(o[x].destroy(),o.splice(x,1))}}destroyAll(){this.destroyByType(this.type)}destroyByType(O){const o=this.components.get(O);if(o&&o.length){let x=o.length-1;for(;x>=0;)this.destroy(o[x--])}}injectComponent(O,o){return this.injectionService.appendComponent(O,o)}assignDefaults(O){const o=Object.assign({},this.defaults.inputs),x=Object.assign({},this.defaults.outputs);return!O.inputs&&!O.outputs&&(O={inputs:O}),o&&(O.inputs=Object.assign(Object.assign({},o),O.inputs)),x&&(O.outputs=Object.assign(Object.assign({},x),O.outputs)),O}register(O,o){this.components.has(O)||this.components.set(O,[]),this.components.get(O).push(o)}}{constructor(o){super(o),this.type=Ec}}return m.\u0275fac=function(o){return new(o||m)(t.LFG(d4))},m.\u0275prov=t.Yz7({token:m,factory:m.\u0275fac}),m})();var Gs=(()=>{return(m=Gs||(Gs={})).Right="right",m.Below="below",Gs;var m})(),n1=(()=>{return(m=n1||(n1={})).ScaleLegend="scaleLegend",m.Legend="legend",n1;var m})(),En=(()=>{return(m=En||(En={})).Time="time",m.Linear="linear",m.Ordinal="ordinal",m.Quantile="quantile",En;var m})();let Tl=(()=>{class m{constructor(){this.horizontal=!1}ngOnChanges(o){const x=this.gradientString(this.colors.range(),this.colors.domain());this.gradient=`linear-gradient(to ${this.horizontal?"right":"bottom"}, ${x})`}gradientString(o,x){x.push(1);const z=[];return o.reverse().forEach((J,ke)=>{z.push(`${J} ${Math.round(100*x[ke])}%`)}),z.join(", ")}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-scale-legend"]],inputs:{valueRange:"valueRange",colors:"colors",height:"height",width:"width",horizontal:"horizontal"},features:[t.TTD],decls:8,vars:10,consts:[[1,"scale-legend"],[1,"scale-legend-label"],[1,"scale-legend-wrap"]],template:function(o,x){1&o&&(t.TgZ(0,"div",0)(1,"div",1)(2,"span"),t._uU(3),t.qZA()(),t._UZ(4,"div",2),t.TgZ(5,"div",1)(6,"span"),t._uU(7),t.qZA()()()),2&o&&(t.Udp("height",x.horizontal?void 0:x.height,"px")("width",x.width,"px"),t.ekj("horizontal-legend",x.horizontal),t.xp6(3),t.Oqu(x.valueRange[1].toLocaleString()),t.xp6(1),t.Udp("background",x.gradient),t.xp6(3),t.Oqu(x.valueRange[0].toLocaleString()))},styles:[".chart-legend{display:inline-block;padding:0;width:auto!important}.chart-legend .scale-legend{text-align:center;display:flex;flex-direction:column}.chart-legend .scale-legend-wrap{display:inline-block;flex:1;width:30px;border-radius:5px;margin:0 auto}.chart-legend .scale-legend-label{font-size:12px}.chart-legend .horizontal-legend.scale-legend{flex-direction:row}.chart-legend .horizontal-legend .scale-legend-wrap{width:auto;height:30px;margin:0 16px}\n"],encapsulation:2,changeDetection:0}),m})();function _2(m){return m instanceof Date?m.toLocaleDateString():m.toLocaleString()}let Al=(()=>{class m{constructor(){this.isActive=!1,this.select=new t.vpe,this.activate=new t.vpe,this.deactivate=new t.vpe,this.toggle=new t.vpe}get trimmedLabel(){return this.formattedLabel||"(empty)"}onMouseEnter(){this.activate.emit({name:this.label})}onMouseLeave(){this.deactivate.emit({name:this.label})}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-legend-entry"]],hostBindings:function(o,x){1&o&&t.NdJ("mouseenter",function(){return x.onMouseEnter()})("mouseleave",function(){return x.onMouseLeave()})},inputs:{color:"color",label:"label",formattedLabel:"formattedLabel",isActive:"isActive"},outputs:{select:"select",activate:"activate",deactivate:"deactivate",toggle:"toggle"},decls:4,vars:6,consts:[["tabindex","-1",3,"title","click"],[1,"legend-label-color",3,"click"],[1,"legend-label-text"]],template:function(o,x){1&o&&(t.TgZ(0,"span",0),t.NdJ("click",function(){return x.select.emit(x.formattedLabel)}),t.TgZ(1,"span",1),t.NdJ("click",function(){return x.toggle.emit(x.formattedLabel)}),t.qZA(),t.TgZ(2,"span",2),t._uU(3),t.qZA()()),2&o&&(t.ekj("active",x.isActive),t.Q6J("title",x.formattedLabel),t.xp6(1),t.Udp("background-color",x.color),t.xp6(2),t.hij(" ",x.trimmedLabel," "))},encapsulation:2,changeDetection:0}),m})(),Dl=(()=>{class m{constructor(o){this.cd=o,this.horizontal=!1,this.labelClick=new t.vpe,this.labelActivate=new t.vpe,this.labelDeactivate=new t.vpe,this.legendEntries=[]}ngOnChanges(o){this.update()}update(){this.cd.markForCheck(),this.legendEntries=this.getLegendEntries()}getLegendEntries(){const o=[];for(const x of this.data){const z=_2(x);-1===o.findIndex(ke=>ke.label===z)&&o.push({label:x,formattedLabel:z,color:this.colors.getColor(x)})}return o}isActive(o){return!!this.activeEntries&&void 0!==this.activeEntries.find(z=>o.label===z.name)}activate(o){this.labelActivate.emit(o)}deactivate(o){this.labelDeactivate.emit(o)}trackBy(o,x){return x.label}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.sBO))},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-legend"]],inputs:{data:"data",title:"title",colors:"colors",height:"height",width:"width",activeEntries:"activeEntries",horizontal:"horizontal"},outputs:{labelClick:"labelClick",labelActivate:"labelActivate",labelDeactivate:"labelDeactivate"},features:[t.TTD],decls:5,vars:9,consts:[["class","legend-title",4,"ngIf"],[1,"legend-wrap"],[1,"legend-labels"],["class","legend-label",4,"ngFor","ngForOf","ngForTrackBy"],[1,"legend-title"],[1,"legend-title-text"],[1,"legend-label"],[3,"label","formattedLabel","color","isActive","select","activate","deactivate"]],template:function(o,x){1&o&&(t.TgZ(0,"div"),t.YNc(1,Yn,3,1,"header",0),t.TgZ(2,"div",1)(3,"ul",2),t.YNc(4,H0,2,4,"li",3),t.qZA()()()),2&o&&(t.Udp("width",x.width,"px"),t.xp6(1),t.Q6J("ngIf",(null==x.title?null:x.title.length)>0),t.xp6(2),t.Udp("max-height",x.height-45,"px"),t.ekj("horizontal-legend",x.horizontal),t.xp6(1),t.Q6J("ngForOf",x.legendEntries)("ngForTrackBy",x.trackBy))},directives:[Al,e.O5,e.sg],styles:[".chart-legend{display:inline-block;padding:0;width:auto!important}.chart-legend .legend-title{white-space:nowrap;overflow:hidden;margin-left:10px;margin-bottom:5px;font-size:14px;font-weight:700}.chart-legend ul,.chart-legend li{padding:0;margin:0;list-style:none}.chart-legend .horizontal-legend li{display:inline-block}.chart-legend .legend-wrap{width:calc(100% - 10px)}.chart-legend .legend-labels{line-height:85%;list-style:none;text-align:left;float:left;width:100%;border-radius:3px;overflow-y:auto;overflow-x:hidden;white-space:nowrap;background:rgba(0,0,0,.05)}.chart-legend .legend-label{cursor:pointer;font-size:90%;margin:8px;color:#afb7c8}.chart-legend .legend-label:hover{color:#000;transition:.2s}.chart-legend .legend-label .active .legend-label-text{color:#000}.chart-legend .legend-label-color{display:inline-block;height:15px;width:15px;margin-right:5px;color:#5b646b;border-radius:3px}.chart-legend .legend-label-text{display:inline-block;vertical-align:top;line-height:15px;font-size:12px;width:calc(100% - 20px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chart-legend .legend-title-text{vertical-align:bottom;display:inline-block;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n"],encapsulation:2,changeDetection:0}),m})(),h4=(()=>{class m{constructor(){this.showLegend=!1,this.animations=!0,this.legendLabelClick=new t.vpe,this.legendLabelActivate=new t.vpe,this.legendLabelDeactivate=new t.vpe,this.LegendPosition=Gs,this.LegendType=n1}ngOnChanges(o){this.update()}update(){let o=0;this.showLegend&&(this.legendType=this.getLegendType(),(!this.legendOptions||this.legendOptions.position===Gs.Right)&&(o=this.legendType===n1.ScaleLegend?1:2)),this.chartWidth=Math.floor(this.view[0]*(12-o)/12),this.legendWidth=this.legendOptions&&this.legendOptions.position!==Gs.Right?this.chartWidth:Math.floor(this.view[0]*o/12)}getLegendType(){return this.legendOptions.scaleType===En.Linear?n1.ScaleLegend:n1.Legend}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-chart"]],inputs:{view:"view",showLegend:"showLegend",legendOptions:"legendOptions",legendType:"legendType",activeEntries:"activeEntries",animations:"animations"},outputs:{legendLabelClick:"legendLabelClick",legendLabelActivate:"legendLabelActivate",legendLabelDeactivate:"legendLabelDeactivate"},features:[t._Bn([u4]),t.TTD],ngContentSelectors:l2,decls:5,vars:6,consts:[[1,"ngx-charts-outer"],[1,"ngx-charts"],["class","chart-legend",3,"horizontal","valueRange","colors","height","width",4,"ngIf"],["class","chart-legend",3,"horizontal","data","title","colors","height","width","activeEntries","labelClick","labelActivate","labelDeactivate",4,"ngIf"],[1,"chart-legend",3,"horizontal","valueRange","colors","height","width"],[1,"chart-legend",3,"horizontal","data","title","colors","height","width","activeEntries","labelClick","labelActivate","labelDeactivate"]],template:function(o,x){1&o&&(t.F$t(),t.TgZ(0,"div",0),t.O4$(),t.TgZ(1,"svg",1),t.Hsn(2),t.qZA(),t.YNc(3,F0,1,5,"ngx-charts-scale-legend",2),t.YNc(4,V0,1,7,"ngx-charts-legend",3),t.qZA()),2&o&&(t.Udp("width",x.view[0],"px"),t.xp6(1),t.uIk("width",x.chartWidth)("height",x.view[1]),t.xp6(2),t.Q6J("ngIf",x.showLegend&&x.legendType===x.LegendType.ScaleLegend),t.xp6(1),t.Q6J("ngIf",x.showLegend&&x.legendType===x.LegendType.Legend))},directives:[Tl,Dl,e.O5],encapsulation:2,changeDetection:0}),m})(),Wh=(()=>{class m{constructor(o,x){this.element=o,this.zone=x,this.visible=new t.vpe,this.isVisible=!1,this.runCheck()}destroy(){clearTimeout(this.timeout)}onVisibilityChange(){this.zone.run(()=>{this.isVisible=!0,this.visible.emit(!0)})}runCheck(){const o=()=>{if(!this.element)return;const{offsetHeight:x,offsetWidth:z}=this.element.nativeElement;x&&z?(clearTimeout(this.timeout),this.onVisibilityChange()):(clearTimeout(this.timeout),this.zone.runOutsideAngular(()=>{this.timeout=setTimeout(()=>o(),100)}))};this.zone.runOutsideAngular(()=>{this.timeout=setTimeout(()=>o())})}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq),t.Y36(t.R0b))},m.\u0275dir=t.lG2({type:m,selectors:[["visibility-observer"]],outputs:{visible:"visible"}}),m})();function f4(m){return"[object Date]"===toString.call(m)}let Il=(()=>{class m{constructor(o,x,z,J){this.chartElement=o,this.zone=x,this.cd=z,this.platformId=J,this.scheme="cool",this.schemeType=En.Ordinal,this.animations=!0,this.select=new t.vpe}ngOnInit(){(0,e.PM)(this.platformId)&&(this.animations=!1)}ngAfterViewInit(){this.bindWindowResizeEvent(),this.visibilityObserver=new Wh(this.chartElement,this.zone),this.visibilityObserver.visible.subscribe(this.update.bind(this))}ngOnDestroy(){this.unbindEvents(),this.visibilityObserver&&(this.visibilityObserver.visible.unsubscribe(),this.visibilityObserver.destroy())}ngOnChanges(o){this.update()}update(){if(this.results=this.results?this.cloneData(this.results):[],this.view)this.width=this.view[0],this.height=this.view[1];else{const o=this.getContainerDims();o&&(this.width=o.width,this.height=o.height)}this.width||(this.width=600),this.height||(this.height=400),this.width=Math.floor(this.width),this.height=Math.floor(this.height),this.cd&&this.cd.markForCheck()}getContainerDims(){let o,x;const z=this.chartElement.nativeElement;if((0,e.NF)(this.platformId)&&null!==z.parentNode){const J=z.parentNode.getBoundingClientRect();o=J.width,x=J.height}return o&&x?{width:o,height:x}:null}formatDates(){for(let o=0;o{this.update(),this.cd&&this.cd.markForCheck()});this.resizeSubscription=x}cloneData(o){const x=[];for(const z of o){const J={name:z.name};if(void 0!==z.value&&(J.value=z.value),void 0!==z.series){J.series=[];for(const ke of z.series){const lt=Object.assign({},ke);J.series.push(lt)}}void 0!==z.extra&&(J.extra=JSON.parse(JSON.stringify(z.extra))),x.push(J)}return x}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq),t.Y36(t.R0b),t.Y36(t.sBO),t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["base-chart"]],inputs:{results:"results",view:"view",scheme:"scheme",schemeType:"schemeType",customColors:"customColors",animations:"animations"},outputs:{select:"select"},features:[t.TTD],decls:1,vars:0,template:function(o,x){1&o&&t._UZ(0,"div")},encapsulation:2}),m})();var Ta=(()=>{return(m=Ta||(Ta={})).Top="top",m.Bottom="bottom",m.Left="left",m.Right="right",Ta;var m})();let Tc=(()=>{class m{constructor(o){this.textHeight=25,this.margin=5,this.element=o.nativeElement}ngOnChanges(o){this.update()}update(){switch(this.strokeWidth="0.01",this.textAnchor="middle",this.transform="",this.orient){case Ta.Top:case Ta.Bottom:this.y=this.offset,this.x=this.width/2;break;case Ta.Left:this.y=-(this.offset+this.textHeight+this.margin),this.x=-this.height/2,this.transform="rotate(270)";break;case Ta.Right:this.y=this.offset+this.margin,this.x=-this.height/2,this.transform="rotate(270)"}}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-axis-label",""]],inputs:{orient:"orient",label:"label",offset:"offset",width:"width",height:"height"},features:[t.TTD],attrs:Rs,decls:2,vars:6,template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"text"),t._uU(1),t.qZA()),2&o&&(t.uIk("stroke-width",x.strokeWidth)("x",x.x)("y",x.y)("text-anchor",x.textAnchor)("transform",x.transform),t.xp6(1),t.hij(" ",x.label," "))},encapsulation:2,changeDetection:0}),m})();function Ro(m,O=16){return"string"!=typeof m?"number"==typeof m?m+"":"":(m=m.trim()).length<=O?m:`${m.slice(0,O)}...`}function p4(m,O){if(m.length>O){const o=[],x=Math.floor(m.length/O);for(let z=0;z{return(m=Fs||(Fs={})).Start="start",m.Middle="middle",m.End="end",Fs;var m})();let m4=(()=>{class m{constructor(o){this.platformId=o,this.tickArguments=[5],this.tickStroke="#ccc",this.trimTicks=!0,this.maxTickLength=16,this.showGridLines=!1,this.rotateTicks=!0,this.dimensionsChanged=new t.vpe,this.verticalSpacing=20,this.rotateLabels=!1,this.innerTickSize=6,this.outerTickSize=6,this.tickPadding=3,this.textAnchor=Fs.Middle,this.maxTicksLength=0,this.maxAllowedLength=16,this.height=0,this.approxHeight=10}ngOnChanges(o){this.update()}ngAfterViewInit(){setTimeout(()=>this.updateDims())}updateDims(){if(!(0,e.NF)(this.platformId))return void this.dimensionsChanged.emit({height:this.approxHeight});const o=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().height,10);o!==this.height&&(this.height=o,this.dimensionsChanged.emit({height:this.height}),setTimeout(()=>this.updateDims()))}update(){const o=this.scale;this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:o.tickFormat?o.tickFormat.apply(o,this.tickArguments):function(z){return"Date"===z.constructor.name?z.toLocaleDateString():z.toLocaleString()};const x=this.rotateTicks?this.getRotationAngle(this.ticks):null;this.adjustedScale=this.scale.bandwidth?function(z){return this.scale(z)+.5*this.scale.bandwidth()}:this.scale,this.textTransform="",x&&0!==x?(this.textTransform=`rotate(${x})`,this.textAnchor=Fs.End,this.verticalSpacing=10):this.textAnchor=Fs.Middle,setTimeout(()=>this.updateDims())}getRotationAngle(o){let x=0;this.maxTicksLength=0;for(let Bt=0;Btthis.maxTicksLength&&(this.maxTicksLength=xi)}const ke=7*Math.min(this.maxTicksLength,this.maxAllowedLength);let lt=ke;const Ut=Math.floor(this.width/o.length);for(;lt>Ut&&x>-90;)x-=30,lt=Math.cos(x*(Math.PI/180))*ke;return this.approxHeight=Math.max(Math.abs(Math.sin(x*(Math.PI/180))*ke),10),x}getTicks(){let o;const x=this.getMaxTicks(20),z=this.getMaxTicks(100);return this.tickValues?o=this.tickValues:this.scale.ticks?o=this.scale.ticks.apply(this.scale,[z]):(o=this.scale.domain(),o=p4(o,x)),o}getMaxTicks(o){return Math.floor(this.width/o)}tickTransform(o){return"translate("+this.adjustedScale(o)+","+this.verticalSpacing+")"}gridLineTransform(){return`translate(0,${-this.verticalSpacing-5})`}tickTrim(o){return this.trimTicks?Ro(o,this.maxTickLength):o}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-x-axis-ticks",""]],viewQuery:function(o,x){if(1&o&&t.Gf(k3,5),2&o){let z;t.iGM(z=t.CRH())&&(x.ticksElement=z.first)}},inputs:{scale:"scale",orient:"orient",tickArguments:"tickArguments",tickValues:"tickValues",tickStroke:"tickStroke",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",gridLineHeight:"gridLineHeight",width:"width",rotateTicks:"rotateTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:z0,decls:4,vars:2,consts:[["ticksel",""],["class","tick",4,"ngFor","ngForOf"],[4,"ngFor","ngForOf"],[1,"tick"],["stroke-width","0.01"],[4,"ngIf"],["y2","0",1,"gridline-path","gridline-path-vertical"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"g",null,0),t.YNc(2,P3,5,7,"g",1),t.qZA(),t.YNc(3,N3,2,2,"g",2)),2&o&&(t.xp6(2),t.Q6J("ngForOf",x.ticks),t.xp6(1),t.Q6J("ngForOf",x.ticks))},directives:[e.sg,e.O5],encapsulation:2,changeDetection:0}),m})(),Ol=(()=>{class m{constructor(){this.rotateTicks=!0,this.showGridLines=!1,this.xOrient=Ta.Bottom,this.xAxisOffset=0,this.dimensionsChanged=new t.vpe,this.xAxisClassName="x axis",this.labelOffset=0,this.fill="none",this.stroke="stroke",this.tickStroke="#ccc",this.strokeWidth="none",this.padding=5,this.orientation=Ta}ngOnChanges(o){this.update()}update(){this.transform=`translate(0,${this.xAxisOffset+this.padding+this.dims.height})`,void 0!==this.xAxisTickCount&&(this.tickArguments=[this.xAxisTickCount])}emitTicksHeight({height:o}){const x=o+25+5;x!==this.labelOffset&&(this.labelOffset=x,setTimeout(()=>{this.dimensionsChanged.emit({height:o})},0))}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-x-axis",""]],viewQuery:function(o,x){if(1&o&&t.Gf(m4,5),2&o){let z;t.iGM(z=t.CRH())&&(x.ticksComponent=z.first)}},inputs:{xScale:"xScale",dims:"dims",trimTicks:"trimTicks",rotateTicks:"rotateTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",showLabel:"showLabel",labelText:"labelText",ticks:"ticks",xAxisTickCount:"xAxisTickCount",xOrient:"xOrient",xAxisOffset:"xAxisOffset"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:B0,decls:3,vars:4,consts:[["ngx-charts-x-axis-ticks","",3,"trimTicks","rotateTicks","maxTickLength","tickFormatting","tickArguments","tickStroke","scale","orient","showGridLines","gridLineHeight","width","tickValues","dimensionsChanged",4,"ngIf"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width",4,"ngIf"],["ngx-charts-x-axis-ticks","",3,"trimTicks","rotateTicks","maxTickLength","tickFormatting","tickArguments","tickStroke","scale","orient","showGridLines","gridLineHeight","width","tickValues","dimensionsChanged"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"g"),t.YNc(1,ll,1,12,"g",0),t.YNc(2,ch,1,5,"g",1),t.qZA()),2&o&&(t.uIk("class",x.xAxisClassName)("transform",x.transform),t.xp6(1),t.Q6J("ngIf",x.xScale),t.xp6(1),t.Q6J("ngIf",x.showLabel))},directives:[m4,Tc,e.O5],encapsulation:2,changeDetection:0}),m})();function Vs(m,O,o,x,z,[J,ke,lt,Ut]){let Bt="";return Bt=`M${[m+z,O]}`,Bt+="h"+((o=0===(o=Math.floor(o))?1:o)-2*z),Bt+=ke?`a${[z,z]} 0 0 1 ${[z,z]}`:`h${z}v${z}`,Bt+="v"+((x=0===(x=Math.floor(x))?1:x)-2*z),Bt+=Ut?`a${[z,z]} 0 0 1 ${[-z,z]}`:`v${z}h${-z}`,Bt+="h"+(2*z-o),Bt+=lt?`a${[z,z]} 0 0 1 ${[-z,-z]}`:`h${-z}v${-z}`,Bt+="v"+(2*z-x),Bt+=J?`a${[z,z]} 0 0 1 ${[z,-z]}`:`v${-z}h${z}`,Bt+="z",Bt}let Ac=(()=>{class m{constructor(o){this.platformId=o,this.tickArguments=[5],this.tickStroke="#ccc",this.trimTicks=!0,this.maxTickLength=16,this.showGridLines=!1,this.showRefLabels=!1,this.showRefLines=!1,this.dimensionsChanged=new t.vpe,this.innerTickSize=6,this.tickPadding=3,this.verticalSpacing=20,this.textAnchor=Fs.Middle,this.width=0,this.outerTickSize=6,this.rotateLabels=!1,this.referenceLineLength=0,this.Orientation=Ta}ngOnChanges(o){this.update()}ngAfterViewInit(){setTimeout(()=>this.updateDims())}updateDims(){if(!(0,e.NF)(this.platformId))return this.width=this.getApproximateAxisWidth(),void this.dimensionsChanged.emit({width:this.width});const o=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().width,10);o!==this.width&&(this.width=o,this.dimensionsChanged.emit({width:o}),setTimeout(()=>this.updateDims()))}update(){let o;const x=this.orient===Ta.Top||this.orient===Ta.Right?-1:1;switch(this.tickSpacing=Math.max(this.innerTickSize,0)+this.tickPadding,o=this.scale,this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:o.tickFormat?o.tickFormat.apply(o,this.tickArguments):function(z){return"Date"===z.constructor.name?z.toLocaleDateString():z.toLocaleString()},this.adjustedScale=o.bandwidth?function(z){return o(z)+.5*o.bandwidth()}:o,this.showRefLines&&this.referenceLines&&this.setReferencelines(),this.orient){case Ta.Top:case Ta.Bottom:this.transform=function(z){return"translate("+this.adjustedScale(z)+",0)"},this.textAnchor=Fs.Middle,this.y2=this.innerTickSize*x,this.y1=this.tickSpacing*x,this.dy=x<0?"0em":".71em";break;case Ta.Left:this.transform=function(z){return"translate(0,"+this.adjustedScale(z)+")"},this.textAnchor=Fs.End,this.x2=this.innerTickSize*-x,this.x1=this.tickSpacing*-x,this.dy=".32em";break;case Ta.Right:this.transform=function(z){return"translate(0,"+this.adjustedScale(z)+")"},this.textAnchor=Fs.Start,this.x2=this.innerTickSize*-x,this.x1=this.tickSpacing*-x,this.dy=".32em"}setTimeout(()=>this.updateDims())}setReferencelines(){this.refMin=this.adjustedScale(Math.min.apply(null,this.referenceLines.map(o=>o.value))),this.refMax=this.adjustedScale(Math.max.apply(null,this.referenceLines.map(o=>o.value))),this.referenceLineLength=this.referenceLines.length,this.referenceAreaPath=Vs(0,this.refMax,this.gridLineWidth,this.refMin-this.refMax,0,[!1,!1,!1,!1])}getTicks(){let o;const x=this.getMaxTicks(20),z=this.getMaxTicks(50);return this.tickValues?o=this.tickValues:this.scale.ticks?o=this.scale.ticks.apply(this.scale,[z]):(o=this.scale.domain(),o=p4(o,x)),o}getMaxTicks(o){return Math.floor(this.height/o)}tickTransform(o){return`translate(${this.adjustedScale(o)},${this.verticalSpacing})`}gridLineTransform(){return"translate(5,0)"}tickTrim(o){return this.trimTicks?Ro(o,this.maxTickLength):o}getApproximateAxisWidth(){return 7*Math.max(...this.ticks.map(z=>this.tickTrim(this.tickFormat(z)).length))}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-y-axis-ticks",""]],viewQuery:function(o,x){if(1&o&&t.Gf(k3,5),2&o){let z;t.iGM(z=t.CRH())&&(x.ticksElement=z.first)}},inputs:{scale:"scale",orient:"orient",tickArguments:"tickArguments",tickValues:"tickValues",tickStroke:"tickStroke",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",gridLineWidth:"gridLineWidth",height:"height",referenceLines:"referenceLines",showRefLabels:"showRefLabels",showRefLines:"showRefLines"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:R3,decls:6,vars:4,consts:[["ticksel",""],["class","tick",4,"ngFor","ngForOf"],["class","reference-area",4,"ngIf"],[4,"ngFor","ngForOf"],[1,"tick"],["stroke-width","0.01"],[1,"reference-area"],[4,"ngIf"],["class","gridline-path gridline-path-horizontal","x1","0",4,"ngIf"],["x1","0",1,"gridline-path","gridline-path-horizontal"],["x1","0",1,"refline-path","gridline-path-horizontal"],[1,"refline-label"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"g",null,0),t.YNc(2,dh,5,9,"g",1),t.qZA(),t.YNc(3,cl,1,2,"path",2),t.YNc(4,F3,2,2,"g",3),t.YNc(5,c5,2,1,"g",3)),2&o&&(t.xp6(2),t.Q6J("ngForOf",x.ticks),t.xp6(1),t.Q6J("ngIf",x.referenceLineLength>1&&x.refMax&&x.refMin&&x.showRefLines),t.xp6(1),t.Q6J("ngForOf",x.ticks),t.xp6(1),t.Q6J("ngForOf",x.referenceLines))},directives:[e.sg,e.O5],encapsulation:2,changeDetection:0}),m})(),g4=(()=>{class m{constructor(){this.showGridLines=!1,this.yOrient=Ta.Left,this.yAxisOffset=0,this.dimensionsChanged=new t.vpe,this.yAxisClassName="y axis",this.labelOffset=15,this.fill="none",this.stroke="#CCC",this.tickStroke="#CCC",this.strokeWidth=1,this.padding=5}ngOnChanges(o){this.update()}update(){this.offset=-(this.yAxisOffset+this.padding),this.yOrient===Ta.Right?(this.labelOffset=65,this.transform=`translate(${this.offset+this.dims.width} , 0)`):(this.offset=this.offset,this.transform=`translate(${this.offset} , 0)`),void 0!==this.yAxisTickCount&&(this.tickArguments=[this.yAxisTickCount])}emitTicksWidth({width:o}){o!==this.labelOffset&&this.yOrient===Ta.Right?(this.labelOffset=o+this.labelOffset,setTimeout(()=>{this.dimensionsChanged.emit({width:o})},0)):o!==this.labelOffset&&(this.labelOffset=o,setTimeout(()=>{this.dimensionsChanged.emit({width:o})},0))}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-y-axis",""]],viewQuery:function(o,x){if(1&o&&t.Gf(Ac,5),2&o){let z;t.iGM(z=t.CRH())&&(x.ticksComponent=z.first)}},inputs:{yScale:"yScale",dims:"dims",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",ticks:"ticks",showGridLines:"showGridLines",showLabel:"showLabel",labelText:"labelText",yAxisTickCount:"yAxisTickCount",yOrient:"yOrient",referenceLines:"referenceLines",showRefLines:"showRefLines",showRefLabels:"showRefLabels",yAxisOffset:"yAxisOffset"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:hl,decls:3,vars:4,consts:[["ngx-charts-y-axis-ticks","",3,"trimTicks","maxTickLength","tickFormatting","tickArguments","tickValues","tickStroke","scale","orient","showGridLines","gridLineWidth","referenceLines","showRefLines","showRefLabels","height","dimensionsChanged",4,"ngIf"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width",4,"ngIf"],["ngx-charts-y-axis-ticks","",3,"trimTicks","maxTickLength","tickFormatting","tickArguments","tickValues","tickStroke","scale","orient","showGridLines","gridLineWidth","referenceLines","showRefLines","showRefLabels","height","dimensionsChanged"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"g"),t.YNc(1,d5,1,14,"g",0),t.YNc(2,U0,1,5,"g",1),t.qZA()),2&o&&(t.uIk("class",x.yAxisClassName)("transform",x.transform),t.xp6(1),t.Q6J("ngIf",x.yScale),t.xp6(1),t.Q6J("ngIf",x.showLabel))},directives:[Ac,Tc,e.O5],encapsulation:2,changeDetection:0}),m})(),Dc=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[e.ez]]}),m})();var r1=(()=>{return(m=r1||(r1={})).popover="popover",m.tooltip="tooltip",r1;var m})(),Ho=(()=>{return(m=Ho||(Ho={}))[m.all="all"]="all",m[m.focus="focus"]="focus",m[m.mouseover="mouseover"]="mouseover",Ho;var m})();let C4=(()=>{class m{constructor(o,x,z){this.tooltipService=o,this.viewContainerRef=x,this.renderer=z,this.tooltipCssClass="",this.tooltipAppendToBody=!0,this.tooltipSpacing=10,this.tooltipDisabled=!1,this.tooltipShowCaret=!0,this.tooltipPlacement=Jn.Top,this.tooltipAlignment=Jn.Center,this.tooltipType=r1.popover,this.tooltipCloseOnClickOutside=!0,this.tooltipCloseOnMouseLeave=!0,this.tooltipHideTimeout=300,this.tooltipShowTimeout=100,this.tooltipShowEvent=Ho.all,this.tooltipImmediateExit=!1,this.show=new t.vpe,this.hide=new t.vpe}get listensForFocus(){return this.tooltipShowEvent===Ho.all||this.tooltipShowEvent===Ho.focus}get listensForHover(){return this.tooltipShowEvent===Ho.all||this.tooltipShowEvent===Ho.mouseover}ngOnDestroy(){this.hideTooltip(!0)}onFocus(){this.listensForFocus&&this.showTooltip()}onBlur(){this.listensForFocus&&this.hideTooltip(!0)}onMouseEnter(){this.listensForHover&&this.showTooltip()}onMouseLeave(o){if(this.listensForHover&&this.tooltipCloseOnMouseLeave){if(clearTimeout(this.timeout),this.component&&this.component.instance.element.nativeElement.contains(o))return;this.hideTooltip(this.tooltipImmediateExit)}}onMouseClick(){this.listensForHover&&this.hideTooltip(!0)}showTooltip(o){if(this.component||this.tooltipDisabled)return;const x=o?0:this.tooltipShowTimeout+(navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)?300:0);clearTimeout(this.timeout),this.timeout=setTimeout(()=>{this.tooltipService.destroyAll();const z=this.createBoundOptions();this.component=this.tooltipService.create(z),setTimeout(()=>{this.component&&this.addHideListeners(this.component.instance.element.nativeElement)},10),this.show.emit(!0)},x)}addHideListeners(o){this.mouseEnterContentEvent=this.renderer.listen(o,"mouseenter",()=>{clearTimeout(this.timeout)}),this.tooltipCloseOnMouseLeave&&(this.mouseLeaveContentEvent=this.renderer.listen(o,"mouseleave",()=>{this.hideTooltip(this.tooltipImmediateExit)})),this.tooltipCloseOnClickOutside&&(this.documentClickEvent=this.renderer.listen("window","click",x=>{o.contains(x.target)||this.hideTooltip()}))}hideTooltip(o=!1){if(!this.component)return;const x=()=>{this.mouseLeaveContentEvent&&this.mouseLeaveContentEvent(),this.mouseEnterContentEvent&&this.mouseEnterContentEvent(),this.documentClickEvent&&this.documentClickEvent(),this.hide.emit(!0),this.tooltipService.destroy(this.component),this.component=void 0};clearTimeout(this.timeout),o?x():this.timeout=setTimeout(x,this.tooltipHideTimeout)}createBoundOptions(){return{title:this.tooltipTitle,template:this.tooltipTemplate,host:this.viewContainerRef.element,placement:this.tooltipPlacement,alignment:this.tooltipAlignment,type:this.tooltipType,showCaret:this.tooltipShowCaret,cssClass:this.tooltipCssClass,spacing:this.tooltipSpacing,context:this.tooltipContext}}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(u4),t.Y36(t.s_b),t.Y36(t.Qsj))},m.\u0275dir=t.lG2({type:m,selectors:[["","ngx-tooltip",""]],hostBindings:function(o,x){1&o&&t.NdJ("focusin",function(){return x.onFocus()})("blur",function(){return x.onBlur()})("mouseenter",function(){return x.onMouseEnter()})("mouseleave",function(J){return x.onMouseLeave(J.target)})("click",function(){return x.onMouseClick()})},inputs:{tooltipCssClass:"tooltipCssClass",tooltipTitle:"tooltipTitle",tooltipAppendToBody:"tooltipAppendToBody",tooltipSpacing:"tooltipSpacing",tooltipDisabled:"tooltipDisabled",tooltipShowCaret:"tooltipShowCaret",tooltipPlacement:"tooltipPlacement",tooltipAlignment:"tooltipAlignment",tooltipType:"tooltipType",tooltipCloseOnClickOutside:"tooltipCloseOnClickOutside",tooltipCloseOnMouseLeave:"tooltipCloseOnMouseLeave",tooltipHideTimeout:"tooltipHideTimeout",tooltipShowTimeout:"tooltipShowTimeout",tooltipTemplate:"tooltipTemplate",tooltipShowEvent:"tooltipShowEvent",tooltipContext:"tooltipContext",tooltipImmediateExit:"tooltipImmediateExit"},outputs:{show:"show",hide:"hide"}}),m})(),Ic=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({providers:[d4,u4],imports:[[e.ez]]}),m})();const _4={};function y2(){let m=("0000"+(Math.random()*Math.pow(36,4)<<0).toString(36)).slice(-4);return m=`a${m}`,_4[m]?y2():(_4[m]=!0,m)}var ra=(()=>{return(m=ra||(ra={})).Vertical="vertical",m.Horizontal="horizontal",ra;var m})();let L1=(()=>{class m{constructor(){this.orientation=ra.Vertical}ngOnChanges(o){this.x1="0%",this.x2="0%",this.y1="0%",this.y2="0%",this.orientation===ra.Horizontal?this.x2="100%":this.orientation===ra.Vertical&&(this.y1="100%")}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-svg-linear-gradient",""]],inputs:{orientation:"orientation",name:"name",stops:"stops"},features:[t.TTD],attrs:hh,decls:2,vars:6,consts:[[3,"id"],[3,"stop-color","stop-opacity",4,"ngFor","ngForOf"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"linearGradient",0),t.YNc(1,G0,1,5,"stop",1),t.qZA()),2&o&&(t.Q6J("id",x.name),t.uIk("x1",x.x1)("y1",x.y1)("x2",x.x2)("y2",x.y2),t.xp6(1),t.Q6J("ngForOf",x.stops))},directives:[e.sg],encapsulation:2,changeDetection:0}),m})(),Oc=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-grid-panel",""]],inputs:{width:"width",height:"height",x:"x",y:"y"},attrs:mh,decls:1,vars:4,consts:[["stroke","none",1,"gridpanel"]],template:function(o,x){1&o&&(t.O4$(),t._UZ(0,"rect",0)),2&o&&t.uIk("height",x.height)("width",x.width)("x",x.x)("y",x.y)},encapsulation:2,changeDetection:0}),m})();var b2=(()=>{return(m=b2||(b2={})).Odd="odd",m.Even="even",b2;var m})();let w2,S1=(()=>{class m{ngOnChanges(o){this.update()}update(){this.gridPanels=this.getGridPanels()}getGridPanels(){return this.data.map(o=>{let x,z,J,ke,lt,Ut=b2.Odd;if(this.orient===ra.Vertical){const Bt=this.xScale(o.name);Number.parseInt((Bt/this.xScale.step()).toString(),10)%2==1&&(Ut=b2.Even),x=this.xScale.bandwidth()*this.xScale.paddingInner(),z=this.xScale.bandwidth()+x,J=this.dims.height,ke=this.xScale(o.name)-x/2,lt=0}else if(this.orient===ra.Horizontal){const Bt=this.yScale(o.name);Number.parseInt((Bt/this.yScale.step()).toString(),10)%2==1&&(Ut=b2.Even),x=this.yScale.bandwidth()*this.yScale.paddingInner(),z=this.dims.width,J=this.yScale.bandwidth()+x,ke=0,lt=this.yScale(o.name)-x/2}return{name:o.name,class:Ut,height:J,width:z,x:ke,y:lt}})}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-grid-panel-series",""]],inputs:{data:"data",dims:"dims",xScale:"xScale",yScale:"yScale",orient:"orient"},features:[t.TTD],attrs:u5,decls:1,vars:1,consts:[["ngx-charts-grid-panel","",3,"height","width","x","y","grid-panel","odd","even",4,"ngFor","ngForOf"],["ngx-charts-grid-panel","",3,"height","width","x","y"]],template:function(o,x){1&o&&t.YNc(0,gh,1,10,"g",0),2&o&&t.Q6J("ngForOf",x.gridPanels)},directives:[Oc,e.sg],encapsulation:2,changeDetection:0}),m})();"undefined"!=typeof window?w2=window:"undefined"!=typeof global&&(w2=global);let xs=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[e.ez,Dc,Ic],e.ez,Dc,Ic]}),m})();function Hl({width:m,height:O,margins:o,showXAxis:x=!1,showYAxis:z=!1,xAxisHeight:J=0,yAxisWidth:ke=0,showXLabel:lt=!1,showYLabel:Ut=!1,showLegend:Bt=!1,legendType:ci=En.Ordinal,legendPosition:xi=Gs.Right,columns:Mi=12}){let Ai=o[3],nn=m,yn=O-o[0]-o[2];return Bt&&xi===Gs.Right&&(Mi-=ci===En.Ordinal?2:1),nn=nn*Mi/12,nn=nn-o[1]-o[3],x&&(yn-=5,yn-=J,lt&&(yn-=30)),z&&(nn-=5,nn-=ke,Ai+=ke,Ai+=10,Ut&&(nn-=30,Ai+=30)),nn=Math.max(0,nn),yn=Math.max(0,yn),{width:Math.floor(nn),height:Math.floor(yn),xOffset:Math.floor(Ai)}}let w4=[{name:"vivid",selectable:!0,group:En.Ordinal,domain:["#647c8a","#3f51b5","#2196f3","#00b862","#afdf0a","#a7b61a","#f3e562","#ff9800","#ff5722","#ff4514"]},{name:"natural",selectable:!0,group:En.Ordinal,domain:["#bf9d76","#e99450","#d89f59","#f2dfa7","#a5d7c6","#7794b1","#afafaf","#707160","#ba9383","#d9d5c3"]},{name:"cool",selectable:!0,group:En.Ordinal,domain:["#a8385d","#7aa3e5","#a27ea8","#aae3f5","#adcded","#a95963","#8796c0","#7ed3ed","#50abcc","#ad6886"]},{name:"fire",selectable:!0,group:En.Ordinal,domain:["#ff3d00","#bf360c","#ff8f00","#ff6f00","#ff5722","#e65100","#ffca28","#ffab00"]},{name:"solar",selectable:!0,group:En.Linear,domain:["#fff8e1","#ffecb3","#ffe082","#ffd54f","#ffca28","#ffc107","#ffb300","#ffa000","#ff8f00","#ff6f00"]},{name:"air",selectable:!0,group:En.Linear,domain:["#e1f5fe","#b3e5fc","#81d4fa","#4fc3f7","#29b6f6","#03a9f4","#039be5","#0288d1","#0277bd","#01579b"]},{name:"aqua",selectable:!0,group:En.Linear,domain:["#e0f7fa","#b2ebf2","#80deea","#4dd0e1","#26c6da","#00bcd4","#00acc1","#0097a7","#00838f","#006064"]},{name:"flame",selectable:!1,group:En.Ordinal,domain:["#A10A28","#D3342D","#EF6D49","#FAAD67","#FDDE90","#DBED91","#A9D770","#6CBA67","#2C9653","#146738"]},{name:"ocean",selectable:!1,group:En.Ordinal,domain:["#1D68FB","#33C0FC","#4AFFFE","#AFFFFF","#FFFC63","#FDBD2D","#FC8A25","#FA4F1E","#FA141B","#BA38D1"]},{name:"forest",selectable:!1,group:En.Ordinal,domain:["#55C22D","#C1F33D","#3CC099","#AFFFFF","#8CFC9D","#76CFFA","#BA60FB","#EE6490","#C42A1C","#FC9F32"]},{name:"horizon",selectable:!1,group:En.Ordinal,domain:["#2597FB","#65EBFD","#99FDD0","#FCEE4B","#FEFCFA","#FDD6E3","#FCB1A8","#EF6F7B","#CB96E8","#EFDEE0"]},{name:"neons",selectable:!1,group:En.Ordinal,domain:["#FF3333","#FF33FF","#CC33FF","#0000FF","#33CCFF","#33FFFF","#33FF66","#CCFF33","#FFCC00","#FF6600"]},{name:"picnic",selectable:!1,group:En.Ordinal,domain:["#FAC51D","#66BD6D","#FAA026","#29BB9C","#E96B56","#55ACD2","#B7332F","#2C83C9","#9166B8","#92E7E8"]},{name:"night",selectable:!1,group:En.Ordinal,domain:["#2B1B5A","#501356","#183356","#28203F","#391B3C","#1E2B3C","#120634","#2D0432","#051932","#453080","#75267D","#2C507D","#4B3880","#752F7D","#35547D"]},{name:"nightLights",selectable:!1,group:En.Ordinal,domain:["#4e31a5","#9c25a7","#3065ab","#57468b","#904497","#46648b","#32118d","#a00fb3","#1052a2","#6e51bd","#b63cc3","#6c97cb","#8671c1","#b455be","#7496c3"]}];class L2{constructor(O,o,x,z){"string"==typeof O&&(O=w4.find(J=>J.name===O)),this.colorDomain=O.domain,this.scaleType=o,this.domain=x,this.customColors=z,this.scale=this.generateColorScheme(O,o,this.domain)}generateColorScheme(O,o,x){let z;switch("string"==typeof O&&(O=w4.find(J=>J.name===O)),o){case En.Quantile:z=N0().range(O.domain).domain(x);break;case En.Ordinal:z=O3().range(O.domain).domain(x);break;case En.Linear:{const J=[...O.domain];1===J.length&&(J.push(J[0]),this.colorDomain=J);const ke=P0(0,1,1/J.length);z=ko().range(J).domain(ke)}}return z}getColor(O){if(null==O)throw new Error("Value can not be null");if(this.scaleType===En.Linear){const o=ko().domain(this.domain).range([0,1]);return this.scale(o(O))}{if("function"==typeof this.customColors)return this.customColors(O);const o=O.toString();let x;return this.customColors&&this.customColors.length>0&&(x=this.customColors.find(z=>z.name.toLowerCase()===o.toLowerCase())),x?x.value:this.scale(O)}}getLinearGradientStops(O,o){void 0===o&&(o=this.domain[0]);const x=ko().domain(this.domain).range([0,1]),z=_1().domain(this.colorDomain).range([0,1]),J=this.getColor(O),ke=x(o),lt=this.getColor(o),Ut=x(O);let Bt=1,ci=ke;const xi=[];for(xi.push({color:lt,offset:ke,originalOffset:ke,opacity:1});ci=(Ut-z.bandwidth()).toFixed(4))break;xi.push({color:Mi,offset:Ai,opacity:1}),ci=Ai,Bt++}}if(xi[xi.length-1].offset<100&&xi.push({color:J,offset:Ut,opacity:1}),Ut===ke)xi[0].offset=0,xi[1].offset=100;else if(100!==xi[xi.length-1].offset)for(const Mi of xi)Mi.offset=(Mi.offset-ke)/(Ut-ke)*100;return xi}}let Fl=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Fc=(()=>{class m{constructor(o){this.roundEdges=!0,this.gradient=!1,this.offset=0,this.isActive=!1,this.animations=!0,this.noBarWhenZero=!0,this.select=new t.vpe,this.activate=new t.vpe,this.deactivate=new t.vpe,this.hasGradient=!1,this.hideBar=!1,this.element=o.nativeElement}ngOnChanges(o){o.roundEdges&&this.loadAnimation(),this.update()}update(){this.gradientId="grad"+y2().toString(),this.gradientFill=`url(#${this.gradientId})`,this.gradient||this.stops?(this.gradientStops=this.getGradient(),this.hasGradient=!0):this.hasGradient=!1,this.updatePathEl(),this.checkToHideBar()}loadAnimation(){this.path=this.getStartingPath(),setTimeout(this.update.bind(this),100)}updatePathEl(){const o=function sn(m){return"string"==typeof m?new bi([[document.querySelector(m)]],[document.documentElement]):new bi([[m]],zt)}(this.element).select(".bar"),x=this.getPath();this.animations?o.transition().duration(500).attr("d",x):o.attr("d",x)}getGradient(){return this.stops?this.stops:[{offset:0,color:this.fill,opacity:this.getStartOpacity()},{offset:100,color:this.fill,opacity:1}]}getStartingPath(){if(!this.animations)return this.getPath();let x,o=this.getRadius();return this.roundEdges?this.orientation===ra.Vertical?(o=Math.min(this.height,o),x=Vs(this.x,this.y+this.height,this.width,1,0,this.edges)):this.orientation===ra.Horizontal&&(o=Math.min(this.width,o),x=Vs(this.x,this.y,1,this.height,0,this.edges)):this.orientation===ra.Vertical?x=Vs(this.x,this.y+this.height,this.width,1,0,this.edges):this.orientation===ra.Horizontal&&(x=Vs(this.x,this.y,1,this.height,0,this.edges)),x}getPath(){let x,o=this.getRadius();return this.roundEdges?this.orientation===ra.Vertical?(o=Math.min(this.height,o),x=Vs(this.x,this.y,this.width,this.height,o,this.edges)):this.orientation===ra.Horizontal&&(o=Math.min(this.width,o),x=Vs(this.x,this.y,this.width,this.height,o,this.edges)):x=Vs(this.x,this.y,this.width,this.height,o,this.edges),x}getRadius(){let o=0;return this.roundEdges&&this.height>5&&this.width>5&&(o=Math.floor(Math.min(5,this.height/2,this.width/2))),o}getStartOpacity(){return this.roundEdges?.2:.5}get edges(){let o=[!1,!1,!1,!1];return this.roundEdges&&(this.orientation===ra.Vertical?o=this.data.value>0?[!0,!0,!1,!1]:[!1,!1,!0,!0]:this.orientation===ra.Horizontal&&(o=this.data.value>0?[!1,!0,!1,!0]:[!0,!1,!0,!1])),o}onMouseEnter(){this.activate.emit(this.data)}onMouseLeave(){this.deactivate.emit(this.data)}checkToHideBar(){this.hideBar=this.noBarWhenZero&&(this.orientation===ra.Vertical&&0===this.height||this.orientation===ra.Horizontal&&0===this.width)}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-bar",""]],hostBindings:function(o,x){1&o&&t.NdJ("mouseenter",function(){return x.onMouseEnter()})("mouseleave",function(){return x.onMouseLeave()})},inputs:{fill:"fill",data:"data",width:"width",height:"height",x:"x",y:"y",orientation:"orientation",roundEdges:"roundEdges",gradient:"gradient",offset:"offset",isActive:"isActive",stops:"stops",animations:"animations",ariaLabel:"ariaLabel",noBarWhenZero:"noBarWhenZero"},outputs:{select:"select",activate:"activate",deactivate:"deactivate"},features:[t.TTD],attrs:b5,decls:2,vars:8,consts:[[4,"ngIf"],["stroke","none","role","img","tabIndex","-1",1,"bar",3,"click"],["ngx-charts-svg-linear-gradient","",3,"orientation","name","stops"]],template:function(o,x){1&o&&(t.YNc(0,vs,2,3,"defs",0),t.O4$(),t.TgZ(1,"path",1),t.NdJ("click",function(){return x.select.emit(x.data)}),t.qZA()),2&o&&(t.Q6J("ngIf",x.hasGradient),t.xp6(1),t.ekj("active",x.isActive)("hidden",x.hideBar),t.uIk("d",x.path)("aria-label",x.ariaLabel)("fill",x.hasGradient?x.gradientFill:x.fill))},directives:[L1,e.O5],encapsulation:2,changeDetection:0}),m})();var Zs=(()=>{return(m=Zs||(Zs={})).Standard="standard",m.Normalized="normalized",m.Stacked="stacked",Zs;var m})(),bo=(()=>{return(m=bo||(bo={})).positive="positive",m.negative="negative",bo;var m})();let Vc=(()=>{class m{constructor(o){this.dimensionsChanged=new t.vpe,this.horizontalPadding=2,this.verticalPadding=5,this.element=o.nativeElement}ngOnChanges(o){this.update()}getSize(){return{height:this.element.getBoundingClientRect().height,width:this.element.getBoundingClientRect().width,negative:this.value<0}}ngAfterViewInit(){this.dimensionsChanged.emit(this.getSize())}update(){this.formatedValue=this.valueFormatting?this.valueFormatting(this.value):_2(this.value),"horizontal"===this.orientation?(this.x=this.barX+this.barWidth,this.value<0?(this.x=this.x-this.horizontalPadding,this.textAnchor="end"):(this.x=this.x+this.horizontalPadding,this.textAnchor="start"),this.y=this.barY+this.barHeight/2):(this.x=this.barX+this.barWidth/2,this.y=this.barY+this.barHeight,this.value<0?(this.y=this.y+this.verticalPadding,this.textAnchor="end"):(this.y=this.y-this.verticalPadding,this.textAnchor="start"),this.transform=`rotate(-45, ${this.x} , ${this.y})`)}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-bar-label",""]],inputs:{value:"value",valueFormatting:"valueFormatting",barX:"barX",barY:"barY",barWidth:"barWidth",barHeight:"barHeight",orientation:"orientation"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:M5,decls:2,vars:5,consts:[["alignment-baseline","middle",1,"textDataLabel"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"text",0),t._uU(1),t.qZA()),2&o&&(t.uIk("text-anchor",x.textAnchor)("transform",x.transform)("x",x.x)("y",x.y),t.xp6(1),t.hij(" ",x.formatedValue," "))},styles:[".textDataLabel[_ngcontent-%COMP%]{font-size:11px}"],changeDetection:0}),m})(),zc=(()=>{class m{constructor(o){this.platformId=o,this.type=Zs.Standard,this.tooltipDisabled=!1,this.animations=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.select=new t.vpe,this.activate=new t.vpe,this.deactivate=new t.vpe,this.dataLabelHeightChanged=new t.vpe,this.barsForDataLabels=[],this.barOrientation=ra,this.isSSR=!1}ngOnInit(){(0,e.PM)(this.platformId)&&(this.isSSR=!0)}ngOnChanges(o){this.update()}update(){let o;this.updateTooltipSettings(),this.series.length&&(o=this.xScale.bandwidth()),o=Math.round(o);const x=Math.max(this.yScale.domain()[0],0),z={[bo.positive]:0,[bo.negative]:0};let ke,J=bo.positive;this.type===Zs.Normalized&&(ke=this.series.map(lt=>lt.value).reduce((lt,Ut)=>lt+Ut,0)),this.bars=this.series.map((lt,Ut)=>{let Bt=lt.value;const ci=this.getLabel(lt),xi=_2(ci);J=Bt>0?bo.positive:bo.negative;const Ai={value:Bt,label:ci,roundEdges:this.roundEdges,data:lt,width:o,formattedLabel:xi,height:0,x:0,y:0};if(this.type===Zs.Standard)Ai.height=Math.abs(this.yScale(Bt)-this.yScale(x)),Ai.x=this.xScale(ci),Ai.y=this.yScale(Bt<0?0:Bt);else if(this.type===Zs.Stacked){const yn=z[J],Ii=yn+Bt;z[J]+=Bt,Ai.height=this.yScale(yn)-this.yScale(Ii),Ai.x=0,Ai.y=this.yScale(Ii),Ai.offset0=yn,Ai.offset1=Ii}else if(this.type===Zs.Normalized){let yn=z[J],Ii=yn+Bt;z[J]+=Bt,ke>0?(yn=100*yn/ke,Ii=100*Ii/ke):(yn=0,Ii=0),Ai.height=this.yScale(yn)-this.yScale(Ii),Ai.x=0,Ai.y=this.yScale(Ii),Ai.offset0=yn,Ai.offset1=Ii,Bt=(Ii-yn).toFixed(2)+"%"}this.colors.scaleType===En.Ordinal?Ai.color=this.colors.getColor(ci):this.type===Zs.Standard?(Ai.color=this.colors.getColor(Bt),Ai.gradientStops=this.colors.getLinearGradientStops(Bt)):(Ai.color=this.colors.getColor(Ai.offset1),Ai.gradientStops=this.colors.getLinearGradientStops(Ai.offset1,Ai.offset0));let nn=xi;return Ai.ariaLabel=xi+" "+Bt.toLocaleString(),null!=this.seriesName&&(nn=`${this.seriesName} \u2022 ${xi}`,Ai.data.series=this.seriesName,Ai.ariaLabel=this.seriesName+" "+Ai.ariaLabel),Ai.tooltipText=this.tooltipDisabled?void 0:`\n ${function v2(m){return m.toLocaleString().replace(/[&'`"<>]/g,O=>({"&":"&","'":"'","`":"`",'"':""","<":"<",">":">"}[O]))}(nn)}\n ${this.dataLabelFormatting?this.dataLabelFormatting(Bt):Bt.toLocaleString()}\n `,Ai}),this.updateDataLabels()}updateDataLabels(){if(this.type===Zs.Stacked){this.barsForDataLabels=[];const o={};o.series=this.seriesName;const x=this.series.map(J=>J.value).reduce((J,ke)=>ke>0?J+ke:J,0),z=this.series.map(J=>J.value).reduce((J,ke)=>ke<0?J+ke:J,0);o.total=x+z,o.x=0,o.y=0,o.height=this.yScale(o.total>0?x:z),o.width=this.xScale.bandwidth(),this.barsForDataLabels.push(o)}else this.barsForDataLabels=this.series.map(o=>{var x;const z={};return z.series=null!==(x=this.seriesName)&&void 0!==x?x:o.label,z.total=o.value,z.x=this.xScale(o.label),z.y=this.yScale(0),z.height=this.yScale(z.total)-this.yScale(0),z.width=this.xScale.bandwidth(),z})}updateTooltipSettings(){this.tooltipPlacement=this.tooltipDisabled?void 0:Jn.Top,this.tooltipType=this.tooltipDisabled?void 0:r1.tooltip}isActive(o){return!!this.activeEntries&&void 0!==this.activeEntries.find(z=>o.name===z.name&&o.value===z.value)}onClick(o){this.select.emit(o)}getLabel(o){return o.label?o.label:o.name}trackBy(o,x){return x.label}trackDataLabelBy(o,x){return o+"#"+x.series+"#"+x.total}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-series-vertical",""]],inputs:{dims:"dims",type:"type",series:"series",xScale:"xScale",yScale:"yScale",colors:"colors",gradient:"gradient",activeEntries:"activeEntries",seriesName:"seriesName",tooltipDisabled:"tooltipDisabled",tooltipTemplate:"tooltipTemplate",roundEdges:"roundEdges",animations:"animations",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero"},outputs:{select:"select",activate:"activate",deactivate:"deactivate",dataLabelHeightChanged:"dataLabelHeightChanged"},features:[t.TTD],attrs:Q3,decls:3,vars:3,consts:[[4,"ngIf"],["ngx-charts-bar","","ngx-tooltip","",3,"width","height","x","y","fill","stops","data","orientation","roundEdges","gradient","ariaLabel","isActive","tooltipDisabled","tooltipPlacement","tooltipType","tooltipTitle","tooltipTemplate","tooltipContext","noBarWhenZero","animations","select","activate","deactivate",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-bar","","ngx-tooltip","",3,"width","height","x","y","fill","stops","data","orientation","roundEdges","gradient","ariaLabel","isActive","tooltipDisabled","tooltipPlacement","tooltipType","tooltipTitle","tooltipTemplate","tooltipContext","noBarWhenZero","animations","select","activate","deactivate"],["ngx-charts-bar-label","",3,"barX","barY","barWidth","barHeight","value","valueFormatting","orientation","dimensionsChanged",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-bar-label","",3,"barX","barY","barWidth","barHeight","value","valueFormatting","orientation","dimensionsChanged"]],template:function(o,x){1&o&&(t.YNc(0,oc,2,2,"g",0),t.YNc(1,_l,2,2,"g",0),t.YNc(2,lc,2,2,"g",0)),2&o&&(t.Q6J("ngIf",!x.isSSR),t.xp6(1),t.Q6J("ngIf",x.isSSR),t.xp6(1),t.Q6J("ngIf",x.showDataLabel))},directives:[Fc,Vc,e.O5,e.sg,C4],encapsulation:2,data:{animation:[(0,d.X$)("animationState",[(0,d.eR)(":leave",[(0,d.oB)({opacity:1}),(0,d.jt)(500,(0,d.oB)({opacity:0}))])])]},changeDetection:0}),m})(),Dd=(()=>{class m extends Il{constructor(){super(...arguments),this.legend=!1,this.legendTitle="Legend",this.legendPosition=Gs.Right,this.tooltipDisabled=!1,this.showGridLines=!0,this.activeEntries=[],this.trimXAxisTicks=!0,this.trimYAxisTicks=!0,this.rotateXAxisTicks=!0,this.maxXAxisTickLength=16,this.maxYAxisTickLength=16,this.barPadding=8,this.roundDomains=!1,this.roundEdges=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.activate=new t.vpe,this.deactivate=new t.vpe,this.margin=[10,20,10,20],this.xAxisHeight=0,this.yAxisWidth=0,this.dataLabelMaxHeight={negative:0,positive:0}}update(){super.update(),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=Hl({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType,legendPosition:this.legendPosition}),this.formatDates(),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform=`translate(${this.dims.xOffset} , ${this.margin[0]+this.dataLabelMaxHeight.negative})`}getXScale(){this.xDomain=this.getXDomain();const o=this.xDomain.length/(this.dims.width/this.barPadding+1);return _1().range([0,this.dims.width]).paddingInner(o).domain(this.xDomain)}getYScale(){this.yDomain=this.getYDomain();const o=ko().range([this.dims.height,0]).domain(this.yDomain);return this.roundDomains?o.nice():o}getXDomain(){return this.results.map(o=>o.label)}getYDomain(){const o=this.results.map(J=>J.value);let x=this.yScaleMin?Math.min(this.yScaleMin,...o):Math.min(0,...o);this.yAxisTicks&&!this.yAxisTicks.some(isNaN)&&(x=Math.min(x,...this.yAxisTicks));let z=this.yScaleMax?Math.max(this.yScaleMax,...o):Math.max(0,...o);return this.yAxisTicks&&!this.yAxisTicks.some(isNaN)&&(z=Math.max(z,...this.yAxisTicks)),[x,z]}onClick(o){this.select.emit(o)}setColors(){let o;o=this.schemeType===En.Ordinal?this.xDomain:this.yDomain,this.colors=new L2(this.scheme,this.schemeType,o,this.customColors)}getLegendOptions(){const o={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0,position:this.legendPosition};return o.scaleType===En.Ordinal?(o.domain=this.xDomain,o.colors=this.colors,o.title=this.legendTitle):(o.domain=this.yDomain,o.colors=this.colors.scale),o}updateYAxisWidth({width:o}){this.yAxisWidth=o,this.update()}updateXAxisHeight({height:o}){this.xAxisHeight=o,this.update()}onDataLabelMaxHeightChanged(o){o.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,o.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,o.size.height),o.index===this.results.length-1&&setTimeout(()=>this.update())}onActivate(o,x=!1){o=this.results.find(J=>x?J.label===o.name:J.name===o.name),!(this.activeEntries.findIndex(J=>J.name===o.name&&J.value===o.value&&J.series===o.series)>-1)&&(this.activeEntries=[o,...this.activeEntries],this.activate.emit({value:o,entries:this.activeEntries}))}onDeactivate(o,x=!1){o=this.results.find(J=>x?J.label===o.name:J.name===o.name);const z=this.activeEntries.findIndex(J=>J.name===o.name&&J.value===o.value&&J.series===o.series);this.activeEntries.splice(z,1),this.activeEntries=[...this.activeEntries],this.deactivate.emit({value:o,entries:this.activeEntries})}}return m.\u0275fac=function(){let O;return function(x){return(O||(O=t.n5z(m)))(x||m)}}(),m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-bar-vertical"]],contentQueries:function(o,x,z){if(1&o&&t.Suo(z,j0,5),2&o){let J;t.iGM(J=t.CRH())&&(x.tooltipTemplate=J.first)}},inputs:{legend:"legend",legendTitle:"legendTitle",legendPosition:"legendPosition",xAxis:"xAxis",yAxis:"yAxis",showXAxisLabel:"showXAxisLabel",showYAxisLabel:"showYAxisLabel",xAxisLabel:"xAxisLabel",yAxisLabel:"yAxisLabel",tooltipDisabled:"tooltipDisabled",gradient:"gradient",showGridLines:"showGridLines",activeEntries:"activeEntries",schemeType:"schemeType",trimXAxisTicks:"trimXAxisTicks",trimYAxisTicks:"trimYAxisTicks",rotateXAxisTicks:"rotateXAxisTicks",maxXAxisTickLength:"maxXAxisTickLength",maxYAxisTickLength:"maxYAxisTickLength",xAxisTickFormatting:"xAxisTickFormatting",yAxisTickFormatting:"yAxisTickFormatting",xAxisTicks:"xAxisTicks",yAxisTicks:"yAxisTicks",barPadding:"barPadding",roundDomains:"roundDomains",roundEdges:"roundEdges",yScaleMax:"yScaleMax",yScaleMin:"yScaleMin",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero"},outputs:{activate:"activate",deactivate:"deactivate"},features:[t.qOj],decls:5,vars:25,consts:[[3,"view","showLegend","legendOptions","activeEntries","animations","legendLabelClick","legendLabelActivate","legendLabelDeactivate"],[1,"bar-chart","chart"],["ngx-charts-x-axis","",3,"xScale","dims","showGridLines","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","dimensionsChanged",4,"ngIf"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","dimensionsChanged",4,"ngIf"],["ngx-charts-series-vertical","",3,"xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","activeEntries","roundEdges","animations","noBarWhenZero","activate","deactivate","select","dataLabelHeightChanged"],["ngx-charts-x-axis","",3,"xScale","dims","showGridLines","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","dimensionsChanged"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","dimensionsChanged"]],template:function(o,x){1&o&&(t.TgZ(0,"ngx-charts-chart",0),t.NdJ("legendLabelClick",function(J){return x.onClick(J)})("legendLabelActivate",function(J){return x.onActivate(J,!0)})("legendLabelDeactivate",function(J){return x.onDeactivate(J,!0)}),t.O4$(),t.TgZ(1,"g",1),t.YNc(2,vl,1,11,"g",2),t.YNc(3,yl,1,9,"g",3),t.TgZ(4,"g",4),t.NdJ("activate",function(J){return x.onActivate(J)})("deactivate",function(J){return x.onDeactivate(J)})("select",function(J){return x.onClick(J)})("dataLabelHeightChanged",function(J){return x.onDataLabelMaxHeightChanged(J)}),t.qZA()()()),2&o&&(t.Q6J("view",t.WLB(22,Us,x.width,x.height))("showLegend",x.legend)("legendOptions",x.legendOptions)("activeEntries",x.activeEntries)("animations",x.animations),t.xp6(1),t.uIk("transform",x.transform),t.xp6(1),t.Q6J("ngIf",x.xAxis),t.xp6(1),t.Q6J("ngIf",x.yAxis),t.xp6(1),t.Q6J("xScale",x.xScale)("yScale",x.yScale)("colors",x.colors)("series",x.results)("dims",x.dims)("gradient",x.gradient)("tooltipDisabled",x.tooltipDisabled)("tooltipTemplate",x.tooltipTemplate)("showDataLabel",x.showDataLabel)("dataLabelFormatting",x.dataLabelFormatting)("activeEntries",x.activeEntries)("roundEdges",x.roundEdges)("animations",x.animations)("noBarWhenZero",x.noBarWhenZero))},directives:[h4,Ol,g4,zc,e.O5],styles:[X0],encapsulation:2,changeDetection:0}),m})(),Bc=(()=>{class m extends Il{constructor(){super(...arguments),this.legend=!1,this.legendTitle="Legend",this.legendPosition=Gs.Right,this.tooltipDisabled=!1,this.scaleType=En.Ordinal,this.showGridLines=!0,this.activeEntries=[],this.trimXAxisTicks=!0,this.trimYAxisTicks=!0,this.rotateXAxisTicks=!0,this.maxXAxisTickLength=16,this.maxYAxisTickLength=16,this.groupPadding=16,this.barPadding=8,this.roundDomains=!1,this.roundEdges=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.activate=new t.vpe,this.deactivate=new t.vpe,this.margin=[10,20,10,20],this.xAxisHeight=0,this.yAxisWidth=0,this.dataLabelMaxHeight={negative:0,positive:0},this.isSSR=!1,this.barOrientation=ra,this.trackBy=(o,x)=>x.name}ngOnInit(){(0,e.PM)(this.platformId)&&(this.isSSR=!0)}update(){super.update(),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=Hl({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType,legendPosition:this.legendPosition}),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valueDomain=this.getValueDomain(),this.groupScale=this.getGroupScale(),this.innerScale=this.getInnerScale(),this.valueScale=this.getValueScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform=`translate(${this.dims.xOffset} , ${this.margin[0]+this.dataLabelMaxHeight.negative})`}onDataLabelMaxHeightChanged(o,x){o.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,o.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,o.size.height),x===this.results.length-1&&setTimeout(()=>this.update())}getGroupScale(){const o=this.groupDomain.length/(this.dims.height/this.groupPadding+1);return _1().rangeRound([0,this.dims.width]).paddingInner(o).paddingOuter(o/2).domain(this.groupDomain)}getInnerScale(){const o=this.groupScale.bandwidth(),x=this.innerDomain.length/(o/this.barPadding+1);return _1().rangeRound([0,o]).paddingInner(x).domain(this.innerDomain)}getValueScale(){const o=ko().range([this.dims.height,0]).domain(this.valueDomain);return this.roundDomains?o.nice():o}getGroupDomain(){const o=[];for(const x of this.results)o.includes(x.label)||o.push(x.label);return o}getInnerDomain(){const o=[];for(const x of this.results)for(const z of x.series)o.includes(z.label)||o.push(z.label);return o}getValueDomain(){const o=[];for(const J of this.results)for(const ke of J.series)o.includes(ke.value)||o.push(ke.value);return[Math.min(0,...o),this.yScaleMax?Math.max(this.yScaleMax,...o):Math.max(0,...o)]}groupTransform(o){return`translate(${this.groupScale(o.label)}, 0)`}onClick(o,x){x&&(o.series=x.name),this.select.emit(o)}setColors(){let o;o=this.schemeType===En.Ordinal?this.innerDomain:this.valueDomain,this.colors=new L2(this.scheme,this.schemeType,o,this.customColors)}getLegendOptions(){const o={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0,position:this.legendPosition};return o.scaleType===En.Ordinal?(o.domain=this.innerDomain,o.colors=this.colors,o.title=this.legendTitle):(o.domain=this.valueDomain,o.colors=this.colors.scale),o}updateYAxisWidth({width:o}){this.yAxisWidth=o,this.update()}updateXAxisHeight({height:o}){this.xAxisHeight=o,this.update()}onActivate(o,x,z=!1){const J=Object.assign({},o);x&&(J.series=x.name);const ke=this.results.map(lt=>lt.series).flat().filter(lt=>z?lt.label===J.name:lt.name===J.name&<.series===J.series);this.activeEntries=[...ke],this.activate.emit({value:J,entries:this.activeEntries})}onDeactivate(o,x,z=!1){const J=Object.assign({},o);x&&(J.series=x.name),this.activeEntries=this.activeEntries.filter(ke=>z?ke.label!==J.name:!(ke.name===J.name&&ke.series===J.series)),this.deactivate.emit({value:J,entries:this.activeEntries})}}return m.\u0275fac=function(){let O;return function(x){return(O||(O=t.n5z(m)))(x||m)}}(),m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-bar-vertical-2d"]],contentQueries:function(o,x,z){if(1&o&&t.Suo(z,j0,5),2&o){let J;t.iGM(J=t.CRH())&&(x.tooltipTemplate=J.first)}},inputs:{legend:"legend",legendTitle:"legendTitle",legendPosition:"legendPosition",xAxis:"xAxis",yAxis:"yAxis",showXAxisLabel:"showXAxisLabel",showYAxisLabel:"showYAxisLabel",xAxisLabel:"xAxisLabel",yAxisLabel:"yAxisLabel",tooltipDisabled:"tooltipDisabled",scaleType:"scaleType",gradient:"gradient",showGridLines:"showGridLines",activeEntries:"activeEntries",schemeType:"schemeType",trimXAxisTicks:"trimXAxisTicks",trimYAxisTicks:"trimYAxisTicks",rotateXAxisTicks:"rotateXAxisTicks",maxXAxisTickLength:"maxXAxisTickLength",maxYAxisTickLength:"maxYAxisTickLength",xAxisTickFormatting:"xAxisTickFormatting",yAxisTickFormatting:"yAxisTickFormatting",xAxisTicks:"xAxisTicks",yAxisTicks:"yAxisTicks",groupPadding:"groupPadding",barPadding:"barPadding",roundDomains:"roundDomains",roundEdges:"roundEdges",yScaleMax:"yScaleMax",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero"},outputs:{activate:"activate",deactivate:"deactivate"},features:[t.qOj],decls:7,vars:18,consts:[[3,"view","showLegend","legendOptions","activeEntries","animations","legendLabelActivate","legendLabelDeactivate","legendLabelClick"],[1,"bar-chart","chart"],["ngx-charts-grid-panel-series","",3,"xScale","yScale","data","dims","orient"],["ngx-charts-x-axis","",3,"xScale","dims","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","dimensionsChanged",4,"ngIf"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","dimensionsChanged",4,"ngIf"],[4,"ngIf"],["ngx-charts-x-axis","",3,"xScale","dims","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","dimensionsChanged"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","dimensionsChanged"],["ngx-charts-series-vertical","",3,"activeEntries","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","seriesName","roundEdges","animations","noBarWhenZero","select","activate","deactivate","dataLabelHeightChanged",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-series-vertical","",3,"activeEntries","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","seriesName","roundEdges","animations","noBarWhenZero","select","activate","deactivate","dataLabelHeightChanged"]],template:function(o,x){1&o&&(t.TgZ(0,"ngx-charts-chart",0),t.NdJ("legendLabelActivate",function(J){return x.onActivate(J,void 0,!0)})("legendLabelDeactivate",function(J){return x.onDeactivate(J,void 0,!0)})("legendLabelClick",function(J){return x.onClick(J)}),t.O4$(),t.TgZ(1,"g",1),t._UZ(2,"g",2),t.YNc(3,R5,1,10,"g",3),t.YNc(4,xl,1,9,"g",4),t.YNc(5,J3,2,2,"g",5),t.qZA(),t.YNc(6,H5,2,2,"g",5),t.qZA()),2&o&&(t.Q6J("view",t.WLB(15,Us,x.width,x.height))("showLegend",x.legend)("legendOptions",x.legendOptions)("activeEntries",x.activeEntries)("animations",x.animations),t.xp6(1),t.uIk("transform",x.transform),t.xp6(1),t.Q6J("xScale",x.groupScale)("yScale",x.valueScale)("data",x.results)("dims",x.dims)("orient",x.barOrientation.Vertical),t.xp6(1),t.Q6J("ngIf",x.xAxis),t.xp6(1),t.Q6J("ngIf",x.yAxis),t.xp6(1),t.Q6J("ngIf",!x.isSSR),t.xp6(1),t.Q6J("ngIf",x.isSSR))},directives:[h4,S1,Ol,g4,zc,e.O5,e.sg],styles:[X0],encapsulation:2,data:{animation:[(0,d.X$)("animationState",[(0,d.eR)(":leave",[(0,d.oB)({opacity:1,transform:"*"}),(0,d.jt)(500,(0,d.oB)({opacity:0,transform:"scale(0)"}))])])]},changeDetection:0}),m})(),S4=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Od=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Pd=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),qh=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),A4=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})();Math;let zl=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Vd=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs,zl,A4]]}),m})(),k4=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Xc=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Yd=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs,zl,S4]]}),m})(),jd=(()=>{class m{constructor(){!function P4(){"undefined"!=typeof SVGElement&&void 0===SVGElement.prototype.contains&&(SVGElement.prototype.contains=HTMLDivElement.prototype.contains)}()}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[xs,Fl,S4,Od,Pd,qh,A4,Vd,k4,zl,Xc,Yd]}),m})()},159:(Ve,j,p)=>{"use strict";p.d(j,{OF:()=>A,uU:()=>h});var t=p(5e3),e=p(9808),f=p(655),M=p(3259);function a(w,D){if(1&w&&t._UZ(0,"canvas",1),2&w){const L=t.oxw();t.Q6J("qrCode",L.value)("qrCodeErrorCorrectionLevel",L.errorCorrectionLevel)("qrCodeCenterImageSrc",L.centerImageSrc)("qrCodeCenterImageWidth",L.centerImageSize)("qrCodeCenterImageHeight",L.centerImageSize)("qrCodeMargin",L.margin)("width",L.size)("height",L.size)("darkColor",L.darkColor)("lightColor",L.lightColor)}}const b=/^#(?:[0-9a-fA-F]{3,4}){1,2}$/;let d=(()=>{class w{constructor(L){this.viewContainerRef=L,this.errorCorrectionLevel=w.DEFAULT_ERROR_CORRECTION_LEVEL,this.darkColor="#000000FF",this.lightColor="#FFFFFFFF",this.margin=16}ngOnChanges(){var L,k;return(0,f.mG)(this,void 0,void 0,function*(){if(!this.value)return;this.version&&this.version>40?(console.warn("[qrCode] max version is 40, clamping"),this.version=40):this.version&&this.version<1?(console.warn("[qrCode] min version is 1, clamping"),this.version=1):void 0!==this.version&&isNaN(this.version)&&(console.warn("[qrCode] version should be set to a number, defaulting to auto"),this.version=void 0);const S=this.viewContainerRef.element.nativeElement;if(!S)return;const U=S.getContext("2d");U&&U.clearRect(0,0,U.canvas.width,U.canvas.height);const Z=null!==(L=this.errorCorrectionLevel)&&void 0!==L?L:w.DEFAULT_ERROR_CORRECTION_LEVEL,Y=b.test(this.darkColor)?this.darkColor:void 0,ne=b.test(this.lightColor)?this.lightColor:void 0;(0,t.X6Q)()&&(!Y&&this.darkColor&&console.error("[ng-qrcode] darkColor set to invalid value, must be RGBA hex color string, eg: #3050A1FF"),!ne&&this.lightColor&&console.error("[ng-qrcode] lightColor set to invalid value, must be RGBA hex color string, eg: #3050A130")),yield M.toCanvas(S,this.value,{version:this.version,errorCorrectionLevel:Z,width:this.width,margin:this.margin,color:{dark:Y,light:ne}});const $=this.centerImageSrc,de=N(this.centerImageWidth,w.DEFAULT_CENTER_IMAGE_SIZE),te=N(this.centerImageHeight,w.DEFAULT_CENTER_IMAGE_SIZE);if($&&U){this.centerImage||(this.centerImage=new Image(de,te)),$!==(null===(k=this.centerImage)||void 0===k?void 0:k.src)&&(this.centerImage.src=$),de!==this.centerImage.width&&(this.centerImage.width=de),te!==this.centerImage.height&&(this.centerImage.height=te);const ie=this.centerImage;ie.onload=()=>{U.drawImage(ie,S.width/2-de/2,S.height/2-te/2,de,te)}}})}}return w.DEFAULT_ERROR_CORRECTION_LEVEL="M",w.DEFAULT_CENTER_IMAGE_SIZE=40,w.\u0275fac=function(L){return new(L||w)(t.Y36(t.s_b))},w.\u0275dir=t.lG2({type:w,selectors:[["canvas","qrCode",""]],inputs:{value:["qrCode","value"],version:["qrCodeVersion","version"],errorCorrectionLevel:["qrCodeErrorCorrectionLevel","errorCorrectionLevel"],width:"width",height:"height",darkColor:"darkColor",lightColor:"lightColor",centerImageSrc:["qrCodeCenterImageSrc","centerImageSrc"],centerImageWidth:["qrCodeCenterImageWidth","centerImageWidth"],centerImageHeight:["qrCodeCenterImageHeight","centerImageHeight"],margin:["qrCodeMargin","margin"]},features:[t.TTD]}),w})();function N(w,D){return void 0===w||""===w?D:"string"==typeof w?parseInt(w,10):w}let h=(()=>{class w{}return w.\u0275fac=function(L){return new(L||w)},w.\u0275cmp=t.Xpm({type:w,selectors:[["qr-code"]],inputs:{value:"value",size:"size",darkColor:"darkColor",lightColor:"lightColor",errorCorrectionLevel:"errorCorrectionLevel",centerImageSrc:"centerImageSrc",centerImageSize:"centerImageSize",margin:"margin"},decls:1,vars:1,consts:[[3,"qrCode","qrCodeErrorCorrectionLevel","qrCodeCenterImageSrc","qrCodeCenterImageWidth","qrCodeCenterImageHeight","qrCodeMargin","width","height","darkColor","lightColor",4,"ngIf"],[3,"qrCode","qrCodeErrorCorrectionLevel","qrCodeCenterImageSrc","qrCodeCenterImageWidth","qrCodeCenterImageHeight","qrCodeMargin","width","height","darkColor","lightColor"]],template:function(L,k){1&L&&t.YNc(0,a,1,10,"canvas",0),2&L&&t.Q6J("ngIf",k.value)},directives:[e.O5,d],encapsulation:2}),w})(),A=(()=>{class w{}return w.\u0275fac=function(L){return new(L||w)},w.\u0275mod=t.oAB({type:w}),w.\u0275inj=t.cJS({imports:[[e.ez]]}),w})()},8129:(Ve,j,p)=>{"use strict";p.d(j,{op:()=>ei,$V:()=>be,Xd:()=>Ht});var t=p(7579),e=p(4968),f=p(3601),M=p(2722),a=p(5e3),b=p(9808);function d(it){return getComputedStyle(it)}function N(it,Re){for(var tt in Re){var Xe=Re[tt];"number"==typeof Xe&&(Xe+="px"),it.style[tt]=Xe}return it}function h(it){var Re=document.createElement("div");return Re.className=it,Re}var A="undefined"!=typeof Element&&(Element.prototype.matches||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector);function w(it,Re){if(!A)throw new Error("No element matching method supported");return A.call(it,Re)}function D(it){it.remove?it.remove():it.parentNode&&it.parentNode.removeChild(it)}function L(it,Re){return Array.prototype.filter.call(it.children,function(tt){return w(tt,Re)})}var k_element_thumb=function(it){return"ps__thumb-"+it},k_element_rail=function(it){return"ps__rail-"+it},k_element_consuming="ps__child--consume",k_state_focus="ps--focus",k_state_clicking="ps--clicking",k_state_active=function(it){return"ps--active-"+it},k_state_scrolling=function(it){return"ps--scrolling-"+it},S={x:null,y:null};function U(it,Re){var tt=it.element.classList,Xe=k_state_scrolling(Re);tt.contains(Xe)?clearTimeout(S[Re]):tt.add(Xe)}function Z(it,Re){S[Re]=setTimeout(function(){return it.isAlive&&it.element.classList.remove(k_state_scrolling(Re))},it.settings.scrollingThreshold)}var ne=function(Re){this.element=Re,this.handlers={}},$={isEmpty:{configurable:!0}};ne.prototype.bind=function(Re,tt){void 0===this.handlers[Re]&&(this.handlers[Re]=[]),this.handlers[Re].push(tt),this.element.addEventListener(Re,tt,!1)},ne.prototype.unbind=function(Re,tt){var Xe=this;this.handlers[Re]=this.handlers[Re].filter(function(Se){return!(!tt||Se===tt)||(Xe.element.removeEventListener(Re,Se,!1),!1)})},ne.prototype.unbindAll=function(){for(var Re in this.handlers)this.unbind(Re)},$.isEmpty.get=function(){var it=this;return Object.keys(this.handlers).every(function(Re){return 0===it.handlers[Re].length})},Object.defineProperties(ne.prototype,$);var de=function(){this.eventElements=[]};function te(it){if("function"==typeof window.CustomEvent)return new CustomEvent(it);var Re=document.createEvent("CustomEvent");return Re.initCustomEvent(it,!1,!1,void 0),Re}function ie(it,Re,tt,Xe,Se){var Ge;if(void 0===Xe&&(Xe=!0),void 0===Se&&(Se=!1),"top"===Re)Ge=["contentHeight","containerHeight","scrollTop","y","up","down"];else{if("left"!==Re)throw new Error("A proper axis should be provided");Ge=["contentWidth","containerWidth","scrollLeft","x","left","right"]}!function oe(it,Re,tt,Xe,Se){var Ge=tt[0],at=tt[1],st=tt[2],bt=tt[3],gi=tt[4],qt=tt[5];void 0===Xe&&(Xe=!0),void 0===Se&&(Se=!1);var Xt=it.element;it.reach[bt]=null,Xt[st]<1&&(it.reach[bt]="start"),Xt[st]>it[Ge]-it[at]-1&&(it.reach[bt]="end"),Re&&(Xt.dispatchEvent(te("ps-scroll-"+bt)),Re<0?Xt.dispatchEvent(te("ps-scroll-"+gi)):Re>0&&Xt.dispatchEvent(te("ps-scroll-"+qt)),Xe&&function Y(it,Re){U(it,Re),Z(it,Re)}(it,bt)),it.reach[bt]&&(Re||Se)&&Xt.dispatchEvent(te("ps-"+bt+"-reach-"+it.reach[bt]))}(it,tt,Ge,Xe,Se)}function X(it){return parseInt(it,10)||0}de.prototype.eventElement=function(Re){var tt=this.eventElements.filter(function(Xe){return Xe.element===Re})[0];return tt||(tt=new ne(Re),this.eventElements.push(tt)),tt},de.prototype.bind=function(Re,tt,Xe){this.eventElement(Re).bind(tt,Xe)},de.prototype.unbind=function(Re,tt,Xe){var Se=this.eventElement(Re);Se.unbind(tt,Xe),Se.isEmpty&&this.eventElements.splice(this.eventElements.indexOf(Se),1)},de.prototype.unbindAll=function(){this.eventElements.forEach(function(Re){return Re.unbindAll()}),this.eventElements=[]},de.prototype.once=function(Re,tt,Xe){var Se=this.eventElement(Re),Ge=function(at){Se.unbind(tt,Ge),Xe(at)};Se.bind(tt,Ge)};var i={isWebKit:"undefined"!=typeof document&&"WebkitAppearance"in document.documentElement.style,supportsTouch:"undefined"!=typeof window&&("ontouchstart"in window||"maxTouchPoints"in window.navigator&&window.navigator.maxTouchPoints>0||window.DocumentTouch&&document instanceof window.DocumentTouch),supportsIePointer:"undefined"!=typeof navigator&&navigator.msMaxTouchPoints,isChrome:"undefined"!=typeof navigator&&/Chrome/i.test(navigator&&navigator.userAgent)};function r(it){var Re=it.element,tt=Math.floor(Re.scrollTop),Xe=Re.getBoundingClientRect();it.containerWidth=Math.round(Xe.width),it.containerHeight=Math.round(Xe.height),it.contentWidth=Re.scrollWidth,it.contentHeight=Re.scrollHeight,Re.contains(it.scrollbarXRail)||(L(Re,k_element_rail("x")).forEach(function(Se){return D(Se)}),Re.appendChild(it.scrollbarXRail)),Re.contains(it.scrollbarYRail)||(L(Re,k_element_rail("y")).forEach(function(Se){return D(Se)}),Re.appendChild(it.scrollbarYRail)),!it.settings.suppressScrollX&&it.containerWidth+it.settings.scrollXMarginOffset=it.railXWidth-it.scrollbarXWidth&&(it.scrollbarXLeft=it.railXWidth-it.scrollbarXWidth),it.scrollbarYTop>=it.railYHeight-it.scrollbarYHeight&&(it.scrollbarYTop=it.railYHeight-it.scrollbarYHeight),function c(it,Re){var tt={width:Re.railXWidth},Xe=Math.floor(it.scrollTop);tt.left=Re.isRtl?Re.negativeScrollAdjustment+it.scrollLeft+Re.containerWidth-Re.contentWidth:it.scrollLeft,Re.isScrollbarXUsingBottom?tt.bottom=Re.scrollbarXBottom-Xe:tt.top=Re.scrollbarXTop+Xe,N(Re.scrollbarXRail,tt);var Se={top:Xe,height:Re.railYHeight};Re.isScrollbarYUsingRight?Se.right=Re.isRtl?Re.contentWidth-(Re.negativeScrollAdjustment+it.scrollLeft)-Re.scrollbarYRight-Re.scrollbarYOuterWidth-9:Re.scrollbarYRight-it.scrollLeft:Se.left=Re.isRtl?Re.negativeScrollAdjustment+it.scrollLeft+2*Re.containerWidth-Re.contentWidth-Re.scrollbarYLeft-Re.scrollbarYOuterWidth:Re.scrollbarYLeft+it.scrollLeft,N(Re.scrollbarYRail,Se),N(Re.scrollbarX,{left:Re.scrollbarXLeft,width:Re.scrollbarXWidth-Re.railBorderXWidth}),N(Re.scrollbarY,{top:Re.scrollbarYTop,height:Re.scrollbarYHeight-Re.railBorderYWidth})}(Re,it),it.scrollbarXActive?Re.classList.add(k_state_active("x")):(Re.classList.remove(k_state_active("x")),it.scrollbarXWidth=0,it.scrollbarXLeft=0,Re.scrollLeft=!0===it.isRtl?it.contentWidth:0),it.scrollbarYActive?Re.classList.add(k_state_active("y")):(Re.classList.remove(k_state_active("y")),it.scrollbarYHeight=0,it.scrollbarYTop=0,Re.scrollTop=0)}function u(it,Re){return it.settings.minScrollbarLength&&(Re=Math.max(Re,it.settings.minScrollbarLength)),it.settings.maxScrollbarLength&&(Re=Math.min(Re,it.settings.maxScrollbarLength)),Re}function I(it,Re){var tt=Re[0],Xe=Re[1],Se=Re[2],Ge=Re[3],at=Re[4],st=Re[5],bt=Re[6],gi=Re[7],qt=Re[8],Xt=it.element,Ji=null,fi=null,si=null;function en(Ui){Ui.touches&&Ui.touches[0]&&(Ui[Se]=Ui.touches[0].pageY),Xt[bt]=Ji+si*(Ui[Se]-fi),U(it,gi),r(it),Ui.stopPropagation(),Ui.type.startsWith("touch")&&Ui.changedTouches.length>1&&Ui.preventDefault()}function Bi(){Z(it,gi),it[qt].classList.remove(k_state_clicking),it.event.unbind(it.ownerDocument,"mousemove",en)}function zi(Ui,ze){Ji=Xt[bt],ze&&Ui.touches&&(Ui[Se]=Ui.touches[0].pageY),fi=Ui[Se],si=(it[Xe]-it[tt])/(it[Ge]-it[st]),ze?it.event.bind(it.ownerDocument,"touchmove",en):(it.event.bind(it.ownerDocument,"mousemove",en),it.event.once(it.ownerDocument,"mouseup",Bi),Ui.preventDefault()),it[qt].classList.add(k_state_clicking),Ui.stopPropagation()}it.event.bind(it[at],"mousedown",function(Ui){zi(Ui)}),it.event.bind(it[at],"touchstart",function(Ui){zi(Ui,!0)})}var P={"click-rail":function _(it){it.event.bind(it.scrollbarY,"mousedown",function(tt){return tt.stopPropagation()}),it.event.bind(it.scrollbarYRail,"mousedown",function(tt){var Xe=tt.pageY-window.pageYOffset-it.scrollbarYRail.getBoundingClientRect().top;it.element.scrollTop+=(Xe>it.scrollbarYTop?1:-1)*it.containerHeight,r(it),tt.stopPropagation()}),it.event.bind(it.scrollbarX,"mousedown",function(tt){return tt.stopPropagation()}),it.event.bind(it.scrollbarXRail,"mousedown",function(tt){var Xe=tt.pageX-window.pageXOffset-it.scrollbarXRail.getBoundingClientRect().left;it.element.scrollLeft+=(Xe>it.scrollbarXLeft?1:-1)*it.containerWidth,r(it),tt.stopPropagation()})},"drag-thumb":function E(it){I(it,["containerWidth","contentWidth","pageX","railXWidth","scrollbarX","scrollbarXWidth","scrollLeft","x","scrollbarXRail"]),I(it,["containerHeight","contentHeight","pageY","railYHeight","scrollbarY","scrollbarYHeight","scrollTop","y","scrollbarYRail"])},keyboard:function v(it){var Re=it.element;it.event.bind(it.ownerDocument,"keydown",function(Ge){if(!(Ge.isDefaultPrevented&&Ge.isDefaultPrevented()||Ge.defaultPrevented)&&(w(Re,":hover")||w(it.scrollbarX,":focus")||w(it.scrollbarY,":focus"))){var at=document.activeElement?document.activeElement:it.ownerDocument.activeElement;if(at){if("IFRAME"===at.tagName)at=at.contentDocument.activeElement;else for(;at.shadowRoot;)at=at.shadowRoot.activeElement;if(function me(it){return w(it,"input,[contenteditable]")||w(it,"select,[contenteditable]")||w(it,"textarea,[contenteditable]")||w(it,"button,[contenteditable]")}(at))return}var st=0,bt=0;switch(Ge.which){case 37:st=Ge.metaKey?-it.contentWidth:Ge.altKey?-it.containerWidth:-30;break;case 38:bt=Ge.metaKey?it.contentHeight:Ge.altKey?it.containerHeight:30;break;case 39:st=Ge.metaKey?it.contentWidth:Ge.altKey?it.containerWidth:30;break;case 40:bt=Ge.metaKey?-it.contentHeight:Ge.altKey?-it.containerHeight:-30;break;case 32:bt=Ge.shiftKey?it.containerHeight:-it.containerHeight;break;case 33:bt=it.containerHeight;break;case 34:bt=-it.containerHeight;break;case 36:bt=it.contentHeight;break;case 35:bt=-it.contentHeight;break;default:return}it.settings.suppressScrollX&&0!==st||it.settings.suppressScrollY&&0!==bt||(Re.scrollTop-=bt,Re.scrollLeft+=st,r(it),function Se(Ge,at){var st=Math.floor(Re.scrollTop);if(0===Ge){if(!it.scrollbarYActive)return!1;if(0===st&&at>0||st>=it.contentHeight-it.containerHeight&&at<0)return!it.settings.wheelPropagation}var bt=Re.scrollLeft;if(0===at){if(!it.scrollbarXActive)return!1;if(0===bt&&Ge<0||bt>=it.contentWidth-it.containerWidth&&Ge>0)return!it.settings.wheelPropagation}return!0}(st,bt)&&Ge.preventDefault())}})},wheel:function n(it){var Re=it.element;function Ge(at){var st=function Xe(at){var st=at.deltaX,bt=-1*at.deltaY;return(void 0===st||void 0===bt)&&(st=-1*at.wheelDeltaX/6,bt=at.wheelDeltaY/6),at.deltaMode&&1===at.deltaMode&&(st*=10,bt*=10),st!=st&&bt!=bt&&(st=0,bt=at.wheelDelta),at.shiftKey?[-bt,-st]:[st,bt]}(at),bt=st[0],gi=st[1];if(!function Se(at,st,bt){if(!i.isWebKit&&Re.querySelector("select:focus"))return!0;if(!Re.contains(at))return!1;for(var gi=at;gi&&gi!==Re;){if(gi.classList.contains(k_element_consuming))return!0;var qt=d(gi);if(bt&&qt.overflowY.match(/(scroll|auto)/)){var Xt=gi.scrollHeight-gi.clientHeight;if(Xt>0&&(gi.scrollTop>0&&bt<0||gi.scrollTop0))return!0}if(st&&qt.overflowX.match(/(scroll|auto)/)){var Ji=gi.scrollWidth-gi.clientWidth;if(Ji>0&&(gi.scrollLeft>0&&st<0||gi.scrollLeft0))return!0}gi=gi.parentNode}return!1}(at.target,bt,gi)){var qt=!1;it.settings.useBothWheelAxes?it.scrollbarYActive&&!it.scrollbarXActive?(gi?Re.scrollTop-=gi*it.settings.wheelSpeed:Re.scrollTop+=bt*it.settings.wheelSpeed,qt=!0):it.scrollbarXActive&&!it.scrollbarYActive&&(bt?Re.scrollLeft+=bt*it.settings.wheelSpeed:Re.scrollLeft-=gi*it.settings.wheelSpeed,qt=!0):(Re.scrollTop-=gi*it.settings.wheelSpeed,Re.scrollLeft+=bt*it.settings.wheelSpeed),r(it),qt=qt||function tt(at,st){var bt=Math.floor(Re.scrollTop),gi=0===Re.scrollTop,qt=bt+Re.offsetHeight===Re.scrollHeight,Xt=0===Re.scrollLeft,Ji=Re.scrollLeft+Re.offsetWidth===Re.scrollWidth;return!(Math.abs(st)>Math.abs(at)?gi||qt:Xt||Ji)||!it.settings.wheelPropagation}(bt,gi),qt&&!at.ctrlKey&&(at.stopPropagation(),at.preventDefault())}}void 0!==window.onwheel?it.event.bind(Re,"wheel",Ge):void 0!==window.onmousewheel&&it.event.bind(Re,"mousewheel",Ge)},touch:function C(it){if(i.supportsTouch||i.supportsIePointer){var Re=it.element,Se={},Ge=0,at={},st=null;i.supportsTouch?(it.event.bind(Re,"touchstart",qt),it.event.bind(Re,"touchmove",Ji),it.event.bind(Re,"touchend",fi)):i.supportsIePointer&&(window.PointerEvent?(it.event.bind(Re,"pointerdown",qt),it.event.bind(Re,"pointermove",Ji),it.event.bind(Re,"pointerup",fi)):window.MSPointerEvent&&(it.event.bind(Re,"MSPointerDown",qt),it.event.bind(Re,"MSPointerMove",Ji),it.event.bind(Re,"MSPointerUp",fi)))}function Xe(si,en){Re.scrollTop-=en,Re.scrollLeft-=si,r(it)}function bt(si){return si.targetTouches?si.targetTouches[0]:si}function gi(si){return!(si.pointerType&&"pen"===si.pointerType&&0===si.buttons||!(si.targetTouches&&1===si.targetTouches.length||si.pointerType&&"mouse"!==si.pointerType&&si.pointerType!==si.MSPOINTER_TYPE_MOUSE))}function qt(si){if(gi(si)){var en=bt(si);Se.pageX=en.pageX,Se.pageY=en.pageY,Ge=(new Date).getTime(),null!==st&&clearInterval(st)}}function Ji(si){if(gi(si)){var en=bt(si),Bi={pageX:en.pageX,pageY:en.pageY},zi=Bi.pageX-Se.pageX,Ui=Bi.pageY-Se.pageY;if(function Xt(si,en,Bi){if(!Re.contains(si))return!1;for(var zi=si;zi&&zi!==Re;){if(zi.classList.contains(k_element_consuming))return!0;var Ui=d(zi);if(Bi&&Ui.overflowY.match(/(scroll|auto)/)){var ze=zi.scrollHeight-zi.clientHeight;if(ze>0&&(zi.scrollTop>0&&Bi<0||zi.scrollTop0))return!0}if(en&&Ui.overflowX.match(/(scroll|auto)/)){var Tt=zi.scrollWidth-zi.clientWidth;if(Tt>0&&(zi.scrollLeft>0&&en<0||zi.scrollLeft0))return!0}zi=zi.parentNode}return!1}(si.target,zi,Ui))return;Xe(zi,Ui),Se=Bi;var ze=(new Date).getTime(),Tt=ze-Ge;Tt>0&&(at.x=zi/Tt,at.y=Ui/Tt,Ge=ze),function tt(si,en){var Bi=Math.floor(Re.scrollTop),zi=Re.scrollLeft,Ui=Math.abs(si),ze=Math.abs(en);if(ze>Ui){if(en<0&&Bi===it.contentHeight-it.containerHeight||en>0&&0===Bi)return 0===window.scrollY&&en>0&&i.isChrome}else if(Ui>ze&&(si<0&&zi===it.contentWidth-it.containerWidth||si>0&&0===zi))return!0;return!0}(zi,Ui)&&si.preventDefault()}}function fi(){it.settings.swipeEasing&&(clearInterval(st),st=setInterval(function(){it.isInitialized?clearInterval(st):at.x||at.y?Math.abs(at.x)<.01&&Math.abs(at.y)<.01?clearInterval(st):it.element?(Xe(30*at.x,30*at.y),at.x*=.8,at.y*=.8):clearInterval(st):clearInterval(st)},10))}}},H=function(Re,tt){var Xe=this;if(void 0===tt&&(tt={}),"string"==typeof Re&&(Re=document.querySelector(Re)),!Re||!Re.nodeName)throw new Error("no element is specified to initialize PerfectScrollbar");for(var Se in this.element=Re,Re.classList.add("ps"),this.settings={handlers:["click-rail","drag-thumb","keyboard","wheel","touch"],maxScrollbarLength:null,minScrollbarLength:null,scrollingThreshold:1e3,scrollXMarginOffset:0,scrollYMarginOffset:0,suppressScrollX:!1,suppressScrollY:!1,swipeEasing:!0,useBothWheelAxes:!1,wheelPropagation:!0,wheelSpeed:1},tt)this.settings[Se]=tt[Se];this.containerWidth=null,this.containerHeight=null,this.contentWidth=null,this.contentHeight=null;var qt,gi,Ge=function(){return Re.classList.add(k_state_focus)},at=function(){return Re.classList.remove(k_state_focus)};this.isRtl="rtl"===d(Re).direction,!0===this.isRtl&&Re.classList.add("ps__rtl"),this.isNegativeScroll=(gi=Re.scrollLeft,Re.scrollLeft=-1,qt=Re.scrollLeft<0,Re.scrollLeft=gi,qt),this.negativeScrollAdjustment=this.isNegativeScroll?Re.scrollWidth-Re.clientWidth:0,this.event=new de,this.ownerDocument=Re.ownerDocument||document,this.scrollbarXRail=h(k_element_rail("x")),Re.appendChild(this.scrollbarXRail),this.scrollbarX=h(k_element_thumb("x")),this.scrollbarXRail.appendChild(this.scrollbarX),this.scrollbarX.setAttribute("tabindex",0),this.event.bind(this.scrollbarX,"focus",Ge),this.event.bind(this.scrollbarX,"blur",at),this.scrollbarXActive=null,this.scrollbarXWidth=null,this.scrollbarXLeft=null;var st=d(this.scrollbarXRail);this.scrollbarXBottom=parseInt(st.bottom,10),isNaN(this.scrollbarXBottom)?(this.isScrollbarXUsingBottom=!1,this.scrollbarXTop=X(st.top)):this.isScrollbarXUsingBottom=!0,this.railBorderXWidth=X(st.borderLeftWidth)+X(st.borderRightWidth),N(this.scrollbarXRail,{display:"block"}),this.railXMarginWidth=X(st.marginLeft)+X(st.marginRight),N(this.scrollbarXRail,{display:""}),this.railXWidth=null,this.railXRatio=null,this.scrollbarYRail=h(k_element_rail("y")),Re.appendChild(this.scrollbarYRail),this.scrollbarY=h(k_element_thumb("y")),this.scrollbarYRail.appendChild(this.scrollbarY),this.scrollbarY.setAttribute("tabindex",0),this.event.bind(this.scrollbarY,"focus",Ge),this.event.bind(this.scrollbarY,"blur",at),this.scrollbarYActive=null,this.scrollbarYHeight=null,this.scrollbarYTop=null;var bt=d(this.scrollbarYRail);this.scrollbarYRight=parseInt(bt.right,10),isNaN(this.scrollbarYRight)?(this.isScrollbarYUsingRight=!1,this.scrollbarYLeft=X(bt.left)):this.isScrollbarYUsingRight=!0,this.scrollbarYOuterWidth=this.isRtl?function y(it){var Re=d(it);return X(Re.width)+X(Re.paddingLeft)+X(Re.paddingRight)+X(Re.borderLeftWidth)+X(Re.borderRightWidth)}(this.scrollbarY):null,this.railBorderYWidth=X(bt.borderTopWidth)+X(bt.borderBottomWidth),N(this.scrollbarYRail,{display:"block"}),this.railYMarginHeight=X(bt.marginTop)+X(bt.marginBottom),N(this.scrollbarYRail,{display:""}),this.railYHeight=null,this.railYRatio=null,this.reach={x:Re.scrollLeft<=0?"start":Re.scrollLeft>=this.contentWidth-this.containerWidth?"end":null,y:Re.scrollTop<=0?"start":Re.scrollTop>=this.contentHeight-this.containerHeight?"end":null},this.isAlive=!0,this.settings.handlers.forEach(function(gi){return P[gi](Xe)}),this.lastScrollTop=Math.floor(Re.scrollTop),this.lastScrollLeft=Re.scrollLeft,this.event.bind(this.element,"scroll",function(gi){return Xe.onScroll(gi)}),r(this)};H.prototype.update=function(){!this.isAlive||(this.negativeScrollAdjustment=this.isNegativeScroll?this.element.scrollWidth-this.element.clientWidth:0,N(this.scrollbarXRail,{display:"block"}),N(this.scrollbarYRail,{display:"block"}),this.railXMarginWidth=X(d(this.scrollbarXRail).marginLeft)+X(d(this.scrollbarXRail).marginRight),this.railYMarginHeight=X(d(this.scrollbarYRail).marginTop)+X(d(this.scrollbarYRail).marginBottom),N(this.scrollbarXRail,{display:"none"}),N(this.scrollbarYRail,{display:"none"}),r(this),ie(this,"top",0,!1,!0),ie(this,"left",0,!1,!0),N(this.scrollbarXRail,{display:""}),N(this.scrollbarYRail,{display:""}))},H.prototype.onScroll=function(Re){!this.isAlive||(r(this),ie(this,"top",this.element.scrollTop-this.lastScrollTop),ie(this,"left",this.element.scrollLeft-this.lastScrollLeft),this.lastScrollTop=Math.floor(this.element.scrollTop),this.lastScrollLeft=this.element.scrollLeft)},H.prototype.destroy=function(){!this.isAlive||(this.event.unbindAll(),D(this.scrollbarX),D(this.scrollbarY),D(this.scrollbarXRail),D(this.scrollbarYRail),this.removePsClasses(),this.element=null,this.scrollbarX=null,this.scrollbarY=null,this.scrollbarXRail=null,this.scrollbarYRail=null,this.isAlive=!1)},H.prototype.removePsClasses=function(){this.element.className=this.element.className.split(" ").filter(function(Re){return!Re.match(/^ps([-_].+|)$/)}).join(" ")};const q=H;var he=function(){if("undefined"!=typeof Map)return Map;function it(Re,tt){var Xe=-1;return Re.some(function(Se,Ge){return Se[0]===tt&&(Xe=Ge,!0)}),Xe}return function(){function Re(){this.__entries__=[]}return Object.defineProperty(Re.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),Re.prototype.get=function(tt){var Xe=it(this.__entries__,tt),Se=this.__entries__[Xe];return Se&&Se[1]},Re.prototype.set=function(tt,Xe){var Se=it(this.__entries__,tt);~Se?this.__entries__[Se][1]=Xe:this.__entries__.push([tt,Xe])},Re.prototype.delete=function(tt){var Xe=this.__entries__,Se=it(Xe,tt);~Se&&Xe.splice(Se,1)},Re.prototype.has=function(tt){return!!~it(this.__entries__,tt)},Re.prototype.clear=function(){this.__entries__.splice(0)},Re.prototype.forEach=function(tt,Xe){void 0===Xe&&(Xe=null);for(var Se=0,Ge=this.__entries__;Se0},it.prototype.connect_=function(){!_e||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),De?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},it.prototype.disconnect_=function(){!_e||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},it.prototype.onTransitionEnd_=function(Re){var tt=Re.propertyName,Xe=void 0===tt?"":tt;V.some(function(Ge){return!!~Xe.indexOf(Ge)})&&this.refresh()},it.getInstance=function(){return this.instance_||(this.instance_=new it),this.instance_},it.instance_=null,it}(),Ie=function(it,Re){for(var tt=0,Xe=Object.keys(Re);tt0},it}(),hi="undefined"!=typeof WeakMap?new WeakMap:new he,xt=function it(Re){if(!(this instanceof it))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var tt=dt.getInstance(),Xe=new Gt(Re,tt,this);hi.set(this,Xe)};["observe","unobserve","disconnect"].forEach(function(it){xt.prototype[it]=function(){var Re;return(Re=hi.get(this))[it].apply(Re,arguments)}});const Ct=void 0!==Ne.ResizeObserver?Ne.ResizeObserver:xt,ei=new a.OlP("PERFECT_SCROLLBAR_CONFIG");class Yt{constructor(Re,tt,Xe,Se){this.x=Re,this.y=tt,this.w=Xe,this.h=Se}}class Pe{constructor(Re,tt){this.x=Re,this.y=tt}}const Oe=["psScrollY","psScrollX","psScrollUp","psScrollDown","psScrollLeft","psScrollRight","psYReachEnd","psYReachStart","psXReachEnd","psXReachStart"];class ce{constructor(Re={}){this.assign(Re)}assign(Re={}){for(const tt in Re)this[tt]=Re[tt]}}let be=(()=>{class it{constructor(tt,Xe,Se,Ge,at){this.zone=tt,this.differs=Xe,this.elementRef=Se,this.platformId=Ge,this.defaults=at,this.instance=null,this.ro=null,this.timeout=null,this.animation=null,this.configDiff=null,this.ngDestroy=new t.x,this.disabled=!1,this.psScrollY=new a.vpe,this.psScrollX=new a.vpe,this.psScrollUp=new a.vpe,this.psScrollDown=new a.vpe,this.psScrollLeft=new a.vpe,this.psScrollRight=new a.vpe,this.psYReachEnd=new a.vpe,this.psYReachStart=new a.vpe,this.psXReachEnd=new a.vpe,this.psXReachStart=new a.vpe}ngOnInit(){if(!this.disabled&&(0,b.NF)(this.platformId)){const tt=new ce(this.defaults);tt.assign(this.config),this.zone.runOutsideAngular(()=>{this.instance=new q(this.elementRef.nativeElement,tt)}),this.configDiff||(this.configDiff=this.differs.find(this.config||{}).create(),this.configDiff.diff(this.config||{})),this.zone.runOutsideAngular(()=>{this.ro=new Ct(()=>{this.update()}),this.elementRef.nativeElement.children[0]&&this.ro.observe(this.elementRef.nativeElement.children[0]),this.ro.observe(this.elementRef.nativeElement)}),this.zone.runOutsideAngular(()=>{Oe.forEach(Xe=>{const Se=Xe.replace(/([A-Z])/g,Ge=>`-${Ge.toLowerCase()}`);(0,e.R)(this.elementRef.nativeElement,Se).pipe((0,f.e)(20),(0,M.R)(this.ngDestroy)).subscribe(Ge=>{this[Xe].emit(Ge)})})})}}ngOnDestroy(){(0,b.NF)(this.platformId)&&(this.ngDestroy.next(),this.ngDestroy.complete(),this.ro&&this.ro.disconnect(),this.timeout&&"undefined"!=typeof window&&window.clearTimeout(this.timeout),this.zone.runOutsideAngular(()=>{this.instance&&this.instance.destroy()}),this.instance=null)}ngDoCheck(){!this.disabled&&this.configDiff&&(0,b.NF)(this.platformId)&&this.configDiff.diff(this.config||{})&&(this.ngOnDestroy(),this.ngOnInit())}ngOnChanges(tt){tt.disabled&&!tt.disabled.isFirstChange()&&(0,b.NF)(this.platformId)&&tt.disabled.currentValue!==tt.disabled.previousValue&&(!0===tt.disabled.currentValue?this.ngOnDestroy():!1===tt.disabled.currentValue&&this.ngOnInit())}ps(){return this.instance}update(){"undefined"!=typeof window&&(this.timeout&&window.clearTimeout(this.timeout),this.timeout=window.setTimeout(()=>{if(!this.disabled&&this.configDiff)try{this.zone.runOutsideAngular(()=>{this.instance&&this.instance.update()})}catch(tt){}},0))}geometry(tt="scroll"){return new Yt(this.elementRef.nativeElement[tt+"Left"],this.elementRef.nativeElement[tt+"Top"],this.elementRef.nativeElement[tt+"Width"],this.elementRef.nativeElement[tt+"Height"])}position(tt=!1){return!tt&&this.instance?new Pe(this.instance.reach.x||0,this.instance.reach.y||0):new Pe(this.elementRef.nativeElement.scrollLeft,this.elementRef.nativeElement.scrollTop)}scrollable(tt="any"){const Xe=this.elementRef.nativeElement;return"any"===tt?Xe.classList.contains("ps--active-x")||Xe.classList.contains("ps--active-y"):"both"===tt?Xe.classList.contains("ps--active-x")&&Xe.classList.contains("ps--active-y"):Xe.classList.contains("ps--active-"+tt)}scrollTo(tt,Xe,Se){this.disabled||(null==Xe&&null==Se?this.animateScrolling("scrollTop",tt,Se):(null!=tt&&this.animateScrolling("scrollLeft",tt,Se),null!=Xe&&this.animateScrolling("scrollTop",Xe,Se)))}scrollToX(tt,Xe){this.animateScrolling("scrollLeft",tt,Xe)}scrollToY(tt,Xe){this.animateScrolling("scrollTop",tt,Xe)}scrollToTop(tt,Xe){this.animateScrolling("scrollTop",tt||0,Xe)}scrollToLeft(tt,Xe){this.animateScrolling("scrollLeft",tt||0,Xe)}scrollToRight(tt,Xe){this.animateScrolling("scrollLeft",this.elementRef.nativeElement.scrollWidth-this.elementRef.nativeElement.clientWidth-(tt||0),Xe)}scrollToBottom(tt,Xe){this.animateScrolling("scrollTop",this.elementRef.nativeElement.scrollHeight-this.elementRef.nativeElement.clientHeight-(tt||0),Xe)}scrollToElement(tt,Xe,Se){if("string"==typeof tt&&(tt=this.elementRef.nativeElement.querySelector(tt)),tt){const Ge=tt.getBoundingClientRect(),at=this.elementRef.nativeElement.getBoundingClientRect();this.elementRef.nativeElement.classList.contains("ps--active-x")&&this.animateScrolling("scrollLeft",Ge.left-at.left+this.elementRef.nativeElement.scrollLeft+(Xe||0),Se),this.elementRef.nativeElement.classList.contains("ps--active-y")&&this.animateScrolling("scrollTop",Ge.top-at.top+this.elementRef.nativeElement.scrollTop+(Xe||0),Se)}}animateScrolling(tt,Xe,Se){if(this.animation&&(window.cancelAnimationFrame(this.animation),this.animation=null),Se&&"undefined"!=typeof window){if(Xe!==this.elementRef.nativeElement[tt]){let Ge=0,at=0,st=performance.now(),bt=this.elementRef.nativeElement[tt];const gi=(bt-Xe)/2,qt=Xt=>{at+=Math.PI/(Se/(Xt-st)),Ge=Math.round(Xe+gi+gi*Math.cos(at)),this.elementRef.nativeElement[tt]===bt&&(at>=Math.PI?this.animateScrolling(tt,Xe,0):(this.elementRef.nativeElement[tt]=Ge,bt=this.elementRef.nativeElement[tt],st=Xt,this.animation=window.requestAnimationFrame(qt)))};window.requestAnimationFrame(qt)}}else this.elementRef.nativeElement[tt]=Xe}}return it.\u0275fac=function(tt){return new(tt||it)(a.Y36(a.R0b),a.Y36(a.aQg),a.Y36(a.SBq),a.Y36(a.Lbi),a.Y36(ei,8))},it.\u0275dir=a.lG2({type:it,selectors:[["","perfectScrollbar",""]],inputs:{disabled:"disabled",config:["perfectScrollbar","config"]},outputs:{psScrollY:"psScrollY",psScrollX:"psScrollX",psScrollUp:"psScrollUp",psScrollDown:"psScrollDown",psScrollLeft:"psScrollLeft",psScrollRight:"psScrollRight",psYReachEnd:"psYReachEnd",psYReachStart:"psYReachStart",psXReachEnd:"psXReachEnd",psXReachStart:"psXReachStart"},exportAs:["ngxPerfectScrollbar"],features:[a.TTD]}),it})(),Ht=(()=>{class it{}return it.\u0275fac=function(tt){return new(tt||it)},it.\u0275mod=a.oAB({type:it}),it.\u0275inj=a.cJS({imports:[[b.ez],b.ez]}),it})()},4946:Ve=>{"use strict";Ve.exports=JSON.parse('{"aes-128-ecb":{"cipher":"AES","key":128,"iv":0,"mode":"ECB","type":"block"},"aes-192-ecb":{"cipher":"AES","key":192,"iv":0,"mode":"ECB","type":"block"},"aes-256-ecb":{"cipher":"AES","key":256,"iv":0,"mode":"ECB","type":"block"},"aes-128-cbc":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes-192-cbc":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes-256-cbc":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes128":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes192":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes256":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes-128-cfb":{"cipher":"AES","key":128,"iv":16,"mode":"CFB","type":"stream"},"aes-192-cfb":{"cipher":"AES","key":192,"iv":16,"mode":"CFB","type":"stream"},"aes-256-cfb":{"cipher":"AES","key":256,"iv":16,"mode":"CFB","type":"stream"},"aes-128-cfb8":{"cipher":"AES","key":128,"iv":16,"mode":"CFB8","type":"stream"},"aes-192-cfb8":{"cipher":"AES","key":192,"iv":16,"mode":"CFB8","type":"stream"},"aes-256-cfb8":{"cipher":"AES","key":256,"iv":16,"mode":"CFB8","type":"stream"},"aes-128-cfb1":{"cipher":"AES","key":128,"iv":16,"mode":"CFB1","type":"stream"},"aes-192-cfb1":{"cipher":"AES","key":192,"iv":16,"mode":"CFB1","type":"stream"},"aes-256-cfb1":{"cipher":"AES","key":256,"iv":16,"mode":"CFB1","type":"stream"},"aes-128-ofb":{"cipher":"AES","key":128,"iv":16,"mode":"OFB","type":"stream"},"aes-192-ofb":{"cipher":"AES","key":192,"iv":16,"mode":"OFB","type":"stream"},"aes-256-ofb":{"cipher":"AES","key":256,"iv":16,"mode":"OFB","type":"stream"},"aes-128-ctr":{"cipher":"AES","key":128,"iv":16,"mode":"CTR","type":"stream"},"aes-192-ctr":{"cipher":"AES","key":192,"iv":16,"mode":"CTR","type":"stream"},"aes-256-ctr":{"cipher":"AES","key":256,"iv":16,"mode":"CTR","type":"stream"},"aes-128-gcm":{"cipher":"AES","key":128,"iv":12,"mode":"GCM","type":"auth"},"aes-192-gcm":{"cipher":"AES","key":192,"iv":12,"mode":"GCM","type":"auth"},"aes-256-gcm":{"cipher":"AES","key":256,"iv":12,"mode":"GCM","type":"auth"}}')},5207:Ve=>{"use strict";Ve.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},1308:Ve=>{"use strict";Ve.exports=JSON.parse('{"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}')},9799:Ve=>{"use strict";Ve.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},8597:Ve=>{"use strict";Ve.exports={i8:"6.5.4"}},2562:Ve=>{"use strict";Ve.exports=JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}')}},Ve=>{Ve(Ve.s=4886)}]); \ No newline at end of file diff --git a/frontend/main.39b99f2612129aae.js b/frontend/main.39b99f2612129aae.js new file mode 100644 index 00000000..65bddc8e --- /dev/null +++ b/frontend/main.39b99f2612129aae.js @@ -0,0 +1 @@ +var wL=Object.defineProperty,LL=Object.defineProperties,SL=Object.getOwnPropertyDescriptors,JC=Object.getOwnPropertySymbols,EL=Object.prototype.hasOwnProperty,TL=Object.prototype.propertyIsEnumerable,XC=(Ve,K,p)=>K in Ve?wL(Ve,K,{enumerable:!0,configurable:!0,writable:!0,value:p}):Ve[K]=p,Ks=(Ve,K)=>{for(var p in K||(K={}))EL.call(K,p)&&XC(Ve,p,K[p]);if(JC)for(var p of JC(K))TL.call(K,p)&&XC(Ve,p,K[p]);return Ve},$C=(Ve,K)=>LL(Ve,SL(K));(self.webpackChunkRTLApp=self.webpackChunkRTLApp||[]).push([[179],{801:(Ve,K,p)=>{"use strict";p.d(K,{Acd:()=>R2,Aq:()=>J3,B$L:()=>gC,BDt:()=>Ds,CgH:()=>Xm,DL8:()=>jm,FJU:()=>DC,FVb:()=>kC,FlN:()=>ml,FpQ:()=>Gm,HLz:()=>C4,KOR:()=>g5,Krp:()=>C8,Mdf:()=>Zs,N2j:()=>pi,NBC:()=>qC,OS1:()=>q1,Psp:()=>vi,Sbq:()=>_,Ssp:()=>Vm,SuH:()=>fg,TmZ:()=>dl,USL:()=>Tf,Vfw:()=>B,X5K:()=>BC,XsY:()=>Ou,aj4:()=>lf,b7W:()=>Rl,byT:()=>k8,co4:()=>wu,dLy:()=>P1,dT$:()=>M0,eHv:()=>lC,gNZ:()=>SC,hkK:()=>bC,hnx:()=>MC,kXW:()=>Au,kZ_:()=>T3,koM:()=>Is,mh3:()=>w0,nNP:()=>l6,q7m:()=>io,qO$:()=>C0,r8p:()=>Jf,sqG:()=>L6,uli:()=>x8,vqe:()=>Xd,wn1:()=>H8,wyP:()=>KC,xf3:()=>tg,yOe:()=>k4});var _={prefix:"fas",iconName:"angles-down",icon:[384,512,["angle-double-down"],"f103","M169.4 278.6C175.6 284.9 183.8 288 192 288s16.38-3.125 22.62-9.375l160-160c12.5-12.5 12.5-32.75 0-45.25s-32.75-12.5-45.25 0L192 210.8L54.63 73.38c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25L169.4 278.6zM329.4 265.4L192 402.8L54.63 265.4c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25l160 160C175.6 476.9 183.8 480 192 480s16.38-3.125 22.62-9.375l160-160c12.5-12.5 12.5-32.75 0-45.25S341.9 252.9 329.4 265.4z"]},B={prefix:"fas",iconName:"angles-up",icon:[384,512,["angle-double-up"],"f102","M54.63 246.6L192 109.3l137.4 137.4C335.6 252.9 343.8 256 352 256s16.38-3.125 22.62-9.375c12.5-12.5 12.5-32.75 0-45.25l-160-160c-12.5-12.5-32.75-12.5-45.25 0l-160 160c-12.5 12.5-12.5 32.75 0 45.25S42.13 259.1 54.63 246.6zM214.6 233.4c-12.5-12.5-32.75-12.5-45.25 0l-160 160c-12.5 12.5-12.5 32.75 0 45.25s32.75 12.5 45.25 0L192 301.3l137.4 137.4C335.6 444.9 343.8 448 352 448s16.38-3.125 22.62-9.375c12.5-12.5 12.5-32.75 0-45.25L214.6 233.4z"]},Ds={prefix:"fas",iconName:"bolt",icon:[384,512,[9889,"zap"],"f0e7","M240.5 224H352C365.3 224 377.3 232.3 381.1 244.7C386.6 257.2 383.1 271.3 373.1 280.1L117.1 504.1C105.8 513.9 89.27 514.7 77.19 505.9C65.1 497.1 60.7 481.1 66.59 467.4L143.5 288H31.1C18.67 288 6.733 279.7 2.044 267.3C-2.645 254.8 .8944 240.7 10.93 231.9L266.9 7.918C278.2-1.92 294.7-2.669 306.8 6.114C318.9 14.9 323.3 30.87 317.4 44.61L240.5 224z"]},pi={prefix:"fas",iconName:"box-archive",icon:[512,512,["archive"],"f187","M32 432C32 458.5 53.49 480 80 480h352c26.51 0 48-21.49 48-48V160H32V432zM160 236C160 229.4 165.4 224 172 224h168C346.6 224 352 229.4 352 236v8C352 250.6 346.6 256 340 256h-168C165.4 256 160 250.6 160 244V236zM480 32H32C14.31 32 0 46.31 0 64v48C0 120.8 7.188 128 16 128h480C504.8 128 512 120.8 512 112V64C512 46.31 497.7 32 480 32z"]},R2={prefix:"fas",iconName:"bullhorn",icon:[512,512,[128363,128226],"f0a1","M480 179.6C498.6 188.4 512 212.1 512 240C512 267.9 498.6 291.6 480 300.4V448C480 460.9 472.2 472.6 460.2 477.6C448.3 482.5 434.5 479.8 425.4 470.6L381.7 426.1C333.7 378.1 268.6 352 200.7 352H192V480C192 497.7 177.7 512 160 512H96C78.33 512 64 497.7 64 480V352C28.65 352 0 323.3 0 288V192C0 156.7 28.65 128 64 128H200.7C268.6 128 333.7 101 381.7 53.02L425.4 9.373C434.5 .2215 448.3-2.516 460.2 2.437C472.2 7.39 480 19.06 480 32V179.6zM200.7 192H192V288H200.7C280.5 288 357.2 317.8 416 371.3V108.7C357.2 162.2 280.5 192 200.7 192V192z"]},Is={prefix:"fas",iconName:"chart-bar",icon:[512,512,["bar-chart"],"f080","M32 32C49.67 32 64 46.33 64 64V400C64 408.8 71.16 416 80 416H480C497.7 416 512 430.3 512 448C512 465.7 497.7 480 480 480H80C35.82 480 0 444.2 0 400V64C0 46.33 14.33 32 32 32zM128 128C128 110.3 142.3 96 160 96H352C369.7 96 384 110.3 384 128C384 145.7 369.7 160 352 160H160C142.3 160 128 145.7 128 128zM288 192C305.7 192 320 206.3 320 224C320 241.7 305.7 256 288 256H160C142.3 256 128 241.7 128 224C128 206.3 142.3 192 160 192H288zM416 288C433.7 288 448 302.3 448 320C448 337.7 433.7 352 416 352H160C142.3 352 128 337.7 128 320C128 302.3 142.3 288 160 288H416z"]},q1={prefix:"fas",iconName:"chart-pie",icon:[576,512,["pie-chart"],"f200","M304 16.58C304 7.555 310.1 0 320 0C443.7 0 544 100.3 544 224C544 233 536.4 240 527.4 240H304V16.58zM32 272C32 150.7 122.1 50.34 238.1 34.25C248.2 32.99 256 40.36 256 49.61V288L412.5 444.5C419.2 451.2 418.7 462.2 411 467.7C371.8 495.6 323.8 512 272 512C139.5 512 32 404.6 32 272zM558.4 288C567.6 288 575 295.8 573.8 305C566.1 360.9 539.1 410.6 499.9 447.3C493.9 452.1 484.5 452.5 478.7 446.7L320 288H558.4z"]},L6={prefix:"fas",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c17.67 0 32 14.33 32 32c0 17.67-14.33 32-32 32S224 177.7 224 160C224 142.3 238.3 128 256 128zM296 384h-80C202.8 384 192 373.3 192 360s10.75-24 24-24h16v-64H224c-13.25 0-24-10.75-24-24S210.8 224 224 224h32c13.25 0 24 10.75 24 24v88h16c13.25 0 24 10.75 24 24S309.3 384 296 384z"]},C0={prefix:"fas",iconName:"clock-rotate-left",icon:[512,512,["history"],"f1da","M256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C201.7 512 151.2 495 109.7 466.1C95.2 455.1 91.64 436 101.8 421.5C111.9 407 131.8 403.5 146.3 413.6C177.4 435.3 215.2 448 256 448C362 448 448 362 448 256C448 149.1 362 64 256 64C202.1 64 155 85.46 120.2 120.2L151 151C166.1 166.1 155.4 192 134.1 192H24C10.75 192 0 181.3 0 168V57.94C0 36.56 25.85 25.85 40.97 40.97L74.98 74.98C121.3 28.69 185.3 0 255.1 0L256 0zM256 128C269.3 128 280 138.7 280 152V246.1L344.1 311C354.3 320.4 354.3 335.6 344.1 344.1C335.6 354.3 320.4 354.3 311 344.1L239 272.1C234.5 268.5 232 262.4 232 256V152C232 138.7 242.7 128 256 128V128z"]},M0={prefix:"fas",iconName:"code",icon:[640,512,[],"f121","M414.8 40.79L286.8 488.8C281.9 505.8 264.2 515.6 247.2 510.8C230.2 505.9 220.4 488.2 225.2 471.2L353.2 23.21C358.1 6.216 375.8-3.624 392.8 1.232C409.8 6.087 419.6 23.8 414.8 40.79H414.8zM518.6 121.4L630.6 233.4C643.1 245.9 643.1 266.1 630.6 278.6L518.6 390.6C506.1 403.1 485.9 403.1 473.4 390.6C460.9 378.1 460.9 357.9 473.4 345.4L562.7 256L473.4 166.6C460.9 154.1 460.9 133.9 473.4 121.4C485.9 108.9 506.1 108.9 518.6 121.4V121.4zM166.6 166.6L77.25 256L166.6 345.4C179.1 357.9 179.1 378.1 166.6 390.6C154.1 403.1 133.9 403.1 121.4 390.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4L121.4 121.4C133.9 108.9 154.1 108.9 166.6 121.4C179.1 133.9 179.1 154.1 166.6 166.6V166.6z"]},w0={prefix:"fas",iconName:"code-branch",icon:[448,512,[],"f126","M160 80C160 112.8 140.3 140.1 112 153.3V241.1C130.8 230.2 152.7 224 176 224H272C307.3 224 336 195.3 336 160V153.3C307.7 140.1 288 112.8 288 80C288 35.82 323.8 0 368 0C412.2 0 448 35.82 448 80C448 112.8 428.3 140.1 400 153.3V160C400 230.7 342.7 288 272 288H176C140.7 288 112 316.7 112 352V358.7C140.3 371 160 399.2 160 432C160 476.2 124.2 512 80 512C35.82 512 0 476.2 0 432C0 399.2 19.75 371 48 358.7V153.3C19.75 140.1 0 112.8 0 80C0 35.82 35.82 0 80 0C124.2 0 160 35.82 160 80V80zM80 104C93.25 104 104 93.25 104 80C104 66.75 93.25 56 80 56C66.75 56 56 66.75 56 80C56 93.25 66.75 104 80 104zM368 56C354.7 56 344 66.75 344 80C344 93.25 354.7 104 368 104C381.3 104 392 93.25 392 80C392 66.75 381.3 56 368 56zM80 456C93.25 456 104 445.3 104 432C104 418.7 93.25 408 80 408C66.75 408 56 418.7 56 432C56 445.3 66.75 456 80 456z"]},T3={prefix:"fas",iconName:"copy",icon:[512,512,[],"f0c5","M384 96L384 0h-112c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48H464c26.51 0 48-21.49 48-48V128h-95.1C398.4 128 384 113.6 384 96zM416 0v96h96L416 0zM192 352V128h-144c-26.51 0-48 21.49-48 48v288c0 26.51 21.49 48 48 48h192c26.51 0 48-21.49 48-48L288 416h-32C220.7 416 192 387.3 192 352z"]},dl={prefix:"fas",iconName:"diagram-project",icon:[576,512,["project-diagram"],"f542","M0 80C0 53.49 21.49 32 48 32H144C170.5 32 192 53.49 192 80V96H384V80C384 53.49 405.5 32 432 32H528C554.5 32 576 53.49 576 80V176C576 202.5 554.5 224 528 224H432C405.5 224 384 202.5 384 176V160H192V176C192 177.7 191.9 179.4 191.7 180.1L272 288H368C394.5 288 416 309.5 416 336V432C416 458.5 394.5 480 368 480H272C245.5 480 224 458.5 224 432V336C224 334.3 224.1 332.6 224.3 331L144 224H48C21.49 224 0 202.5 0 176V80z"]},io={prefix:"fas",iconName:"download",icon:[512,512,[],"f019","M480 352h-133.5l-45.25 45.25C289.2 409.3 273.1 416 256 416s-33.16-6.656-45.25-18.75L165.5 352H32c-17.67 0-32 14.33-32 32v96c0 17.67 14.33 32 32 32h448c17.67 0 32-14.33 32-32v-96C512 366.3 497.7 352 480 352zM432 456c-13.2 0-24-10.8-24-24c0-13.2 10.8-24 24-24s24 10.8 24 24C456 445.2 445.2 456 432 456zM233.4 374.6C239.6 380.9 247.8 384 256 384s16.38-3.125 22.62-9.375l128-128c12.49-12.5 12.49-32.75 0-45.25c-12.5-12.5-32.76-12.5-45.25 0L288 274.8V32c0-17.67-14.33-32-32-32C238.3 0 224 14.33 224 32v242.8L150.6 201.4c-12.49-12.5-32.75-12.5-45.25 0c-12.49 12.5-12.49 32.75 0 45.25L233.4 374.6z"]},ml={prefix:"fas",iconName:"dumbbell",icon:[640,512,[],"f44b","M104 96h-48C42.75 96 32 106.8 32 120V224C14.33 224 0 238.3 0 256c0 17.67 14.33 32 31.1 32L32 392C32 405.3 42.75 416 56 416h48C117.3 416 128 405.3 128 392v-272C128 106.8 117.3 96 104 96zM456 32h-48C394.8 32 384 42.75 384 56V224H256V56C256 42.75 245.3 32 232 32h-48C170.8 32 160 42.75 160 56v400C160 469.3 170.8 480 184 480h48C245.3 480 256 469.3 256 456V288h128v168c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24V56C480 42.75 469.3 32 456 32zM608 224V120C608 106.8 597.3 96 584 96h-48C522.8 96 512 106.8 512 120v272c0 13.25 10.75 24 24 24h48c13.25 0 24-10.75 24-24V288c17.67 0 32-14.33 32-32C640 238.3 625.7 224 608 224z"]},g5={prefix:"fas",iconName:"eject",icon:[448,512,[9167],"f052","M48.01 319.1h351.1c41.62 0 63.49-49.63 35.37-80.38l-175.1-192.1c-19-20.62-51.75-20.62-70.75 0L12.64 239.6C-15.48 270.2 6.393 319.1 48.01 319.1zM399.1 384H48.01c-26.39 0-47.99 21.59-47.99 47.98C.0117 458.4 21.61 480 48.01 480h351.1c26.39 0 47.99-21.6 47.99-47.99C447.1 405.6 426.4 384 399.1 384z"]},Zs={prefix:"fas",iconName:"eye",icon:[576,512,[128065],"f06e","M279.6 160.4C282.4 160.1 285.2 160 288 160C341 160 384 202.1 384 256C384 309 341 352 288 352C234.1 352 192 309 192 256C192 253.2 192.1 250.4 192.4 247.6C201.7 252.1 212.5 256 224 256C259.3 256 288 227.3 288 192C288 180.5 284.1 169.7 279.6 160.4zM480.6 112.6C527.4 156 558.7 207.1 573.5 243.7C576.8 251.6 576.8 260.4 573.5 268.3C558.7 304 527.4 355.1 480.6 399.4C433.5 443.2 368.8 480 288 480C207.2 480 142.5 443.2 95.42 399.4C48.62 355.1 17.34 304 2.461 268.3C-.8205 260.4-.8205 251.6 2.461 243.7C17.34 207.1 48.62 156 95.42 112.6C142.5 68.84 207.2 32 288 32C368.8 32 433.5 68.84 480.6 112.6V112.6zM288 112C208.5 112 144 176.5 144 256C144 335.5 208.5 400 288 400C367.5 400 432 335.5 432 256C432 176.5 367.5 112 288 112z"]},J3={prefix:"fas",iconName:"eye-slash",icon:[640,512,[],"f070","M150.7 92.77C195 58.27 251.8 32 320 32C400.8 32 465.5 68.84 512.6 112.6C559.4 156 590.7 207.1 605.5 243.7C608.8 251.6 608.8 260.4 605.5 268.3C592.1 300.6 565.2 346.1 525.6 386.7L630.8 469.1C641.2 477.3 643.1 492.4 634.9 502.8C626.7 513.2 611.6 515.1 601.2 506.9L9.196 42.89C-1.236 34.71-3.065 19.63 5.112 9.196C13.29-1.236 28.37-3.065 38.81 5.112L150.7 92.77zM223.1 149.5L313.4 220.3C317.6 211.8 320 202.2 320 191.1C320 180.5 316.1 169.7 311.6 160.4C314.4 160.1 317.2 159.1 320 159.1C373 159.1 416 202.1 416 255.1C416 269.7 413.1 282.7 407.1 294.5L446.6 324.7C457.7 304.3 464 280.9 464 255.1C464 176.5 399.5 111.1 320 111.1C282.7 111.1 248.6 126.2 223.1 149.5zM320 480C239.2 480 174.5 443.2 127.4 399.4C80.62 355.1 49.34 304 34.46 268.3C31.18 260.4 31.18 251.6 34.46 243.7C44 220.8 60.29 191.2 83.09 161.5L177.4 235.8C176.5 242.4 176 249.1 176 255.1C176 335.5 240.5 400 320 400C338.7 400 356.6 396.4 373 389.9L446.2 447.5C409.9 467.1 367.8 480 320 480H320z"]},C4={prefix:"fas",iconName:"gauge-high",icon:[512,512,[62461,"tachometer-alt","tachometer-alt-fast"],"f625","M512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256zM256 64C238.3 64 224 78.33 224 96C224 113.7 238.3 128 256 128C273.7 128 288 113.7 288 96C288 78.33 273.7 64 256 64zM256 416C291.3 416 320 387.3 320 352C320 334.6 313.1 318.9 301.9 307.4L365.1 161.7C371.3 149.5 365.8 135.4 353.7 130C341.5 124.7 327.4 130.2 322 142.3L257.9 288C257.3 288 256.6 287.1 256 287.1C220.7 287.1 192 316.7 192 352C192 387.3 220.7 416 256 416V416zM144 112C126.3 112 112 126.3 112 144C112 161.7 126.3 176 144 176C161.7 176 176 161.7 176 144C176 126.3 161.7 112 144 112zM96 288C113.7 288 128 273.7 128 256C128 238.3 113.7 224 96 224C78.33 224 64 238.3 64 256C64 273.7 78.33 288 96 288zM416 224C398.3 224 384 238.3 384 256C384 273.7 398.3 288 416 288C433.7 288 448 273.7 448 256C448 238.3 433.7 224 416 224z"]},Rl={prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M495.9 166.6C499.2 175.2 496.4 184.9 489.6 191.2L446.3 230.6C447.4 238.9 448 247.4 448 256C448 264.6 447.4 273.1 446.3 281.4L489.6 320.8C496.4 327.1 499.2 336.8 495.9 345.4C491.5 357.3 486.2 368.8 480.2 379.7L475.5 387.8C468.9 398.8 461.5 409.2 453.4 419.1C447.4 426.2 437.7 428.7 428.9 425.9L373.2 408.1C359.8 418.4 344.1 427 329.2 433.6L316.7 490.7C314.7 499.7 307.7 506.1 298.5 508.5C284.7 510.8 270.5 512 255.1 512C241.5 512 227.3 510.8 213.5 508.5C204.3 506.1 197.3 499.7 195.3 490.7L182.8 433.6C167 427 152.2 418.4 138.8 408.1L83.14 425.9C74.3 428.7 64.55 426.2 58.63 419.1C50.52 409.2 43.12 398.8 36.52 387.8L31.84 379.7C25.77 368.8 20.49 357.3 16.06 345.4C12.82 336.8 15.55 327.1 22.41 320.8L65.67 281.4C64.57 273.1 64 264.6 64 256C64 247.4 64.57 238.9 65.67 230.6L22.41 191.2C15.55 184.9 12.82 175.3 16.06 166.6C20.49 154.7 25.78 143.2 31.84 132.3L36.51 124.2C43.12 113.2 50.52 102.8 58.63 92.95C64.55 85.8 74.3 83.32 83.14 86.14L138.8 103.9C152.2 93.56 167 84.96 182.8 78.43L195.3 21.33C197.3 12.25 204.3 5.04 213.5 3.51C227.3 1.201 241.5 0 256 0C270.5 0 284.7 1.201 298.5 3.51C307.7 5.04 314.7 12.25 316.7 21.33L329.2 78.43C344.1 84.96 359.8 93.56 373.2 103.9L428.9 86.14C437.7 83.32 447.4 85.8 453.4 92.95C461.5 102.8 468.9 113.2 475.5 124.2L480.2 132.3C486.2 143.2 491.5 154.7 495.9 166.6V166.6zM256 336C300.2 336 336 300.2 336 255.1C336 211.8 300.2 175.1 256 175.1C211.8 175.1 176 211.8 176 255.1C176 300.2 211.8 336 256 336z"]},k4={prefix:"fas",iconName:"handshake",icon:[640,512,[],"f2b5","M0 383.9l64 .0404c17.75 0 32-14.29 32-32.03V128.3L0 128.3V383.9zM48 320.1c8.75 0 16 7.118 16 15.99c0 8.742-7.25 15.99-16 15.99S32 344.8 32 336.1C32 327.2 39.25 320.1 48 320.1zM348.8 64c-7.941 0-15.66 2.969-21.52 8.328L228.9 162.3C228.8 162.5 228.8 162.7 228.6 162.7C212 178.3 212.3 203.2 226.5 218.7c12.75 13.1 39.38 17.62 56.13 2.75C282.8 221.3 282.9 221.3 283 221.2l79.88-73.1c6.5-5.871 16.75-5.496 22.62 1c6 6.496 5.5 16.62-1 22.62l-26.12 23.87L504 313.7c2.875 2.496 5.5 4.996 7.875 7.742V127.1c-40.98-40.96-96.48-63.88-154.4-63.88L348.8 64zM334.6 217.4l-30 27.49c-29.75 27.11-75.25 24.49-101.8-4.371C176 211.2 178.1 165.7 207.3 138.9L289.1 64H282.5C224.7 64 169.1 87.08 128.2 127.9L128 351.8l18.25 .0369l90.5 81.82c27.5 22.37 67.75 18.12 90-9.246l18.12 15.24c15.88 12.1 39.38 10.5 52.38-5.371l31.38-38.6l5.374 4.498c13.75 11 33.88 9.002 45-4.748l9.538-11.78c11.12-13.75 9.036-33.78-4.694-44.93L334.6 217.4zM544 128.4v223.6c0 17.62 14.25 32.05 31.1 32.05L640 384V128.1L544 128.4zM592 352c-8.75 0-16-7.246-16-15.99c0-8.875 7.25-15.99 16-15.99S608 327.2 608 336.1C608 344.8 600.8 352 592 352z"]},Xd={prefix:"fas",iconName:"infinity",icon:[640,512,[9854,8734],"f534","M494.9 96.01c-38.78 0-75.22 15.09-102.6 42.5L320 210.8L247.8 138.5c-27.41-27.41-63.84-42.5-102.6-42.5C65.11 96.01 0 161.1 0 241.1v29.75c0 80.03 65.11 145.1 145.1 145.1c38.78 0 75.22-15.09 102.6-42.5L320 301.3l72.23 72.25c27.41 27.41 63.84 42.5 102.6 42.5C574.9 416 640 350.9 640 270.9v-29.75C640 161.1 574.9 96.01 494.9 96.01zM202.5 328.3c-15.31 15.31-35.69 23.75-57.38 23.75C100.4 352 64 315.6 64 270.9v-29.75c0-44.72 36.41-81.13 81.14-81.13c21.69 0 42.06 8.438 57.38 23.75l72.23 72.25L202.5 328.3zM576 270.9c0 44.72-36.41 81.13-81.14 81.13c-21.69 0-42.06-8.438-57.38-23.75l-72.23-72.25l72.23-72.25c15.31-15.31 35.69-23.75 57.38-23.75C539.6 160 576 196.4 576 241.1V270.9z"]},C8={prefix:"fas",iconName:"layer-group",icon:[512,512,[],"f5fd","M232.5 5.171C247.4-1.718 264.6-1.718 279.5 5.171L498.1 106.2C506.6 110.1 512 118.6 512 127.1C512 137.3 506.6 145.8 498.1 149.8L279.5 250.8C264.6 257.7 247.4 257.7 232.5 250.8L13.93 149.8C5.438 145.8 0 137.3 0 127.1C0 118.6 5.437 110.1 13.93 106.2L232.5 5.171zM498.1 234.2C506.6 238.1 512 246.6 512 255.1C512 265.3 506.6 273.8 498.1 277.8L279.5 378.8C264.6 385.7 247.4 385.7 232.5 378.8L13.93 277.8C5.438 273.8 0 265.3 0 255.1C0 246.6 5.437 238.1 13.93 234.2L67.13 209.6L219.1 279.8C242.5 290.7 269.5 290.7 292.9 279.8L444.9 209.6L498.1 234.2zM292.9 407.8L444.9 337.6L498.1 362.2C506.6 366.1 512 374.6 512 383.1C512 393.3 506.6 401.8 498.1 405.8L279.5 506.8C264.6 513.7 247.4 513.7 232.5 506.8L13.93 405.8C5.438 401.8 0 393.3 0 383.1C0 374.6 5.437 366.1 13.93 362.2L67.13 337.6L219.1 407.8C242.5 418.7 269.5 418.7 292.9 407.8V407.8z"]},x8={prefix:"fas",iconName:"life-ring",icon:[512,512,[],"f1cd","M470.6 425.4C483.1 437.9 483.1 458.1 470.6 470.6C458.1 483.1 437.9 483.1 425.4 470.6L412.1 458.2C369.6 491.9 315.2 512 255.1 512C196.8 512 142.4 491.9 99.02 458.2L86.63 470.6C74.13 483.1 53.87 483.1 41.37 470.6C28.88 458.1 28.88 437.9 41.37 425.4L53.76 412.1C20.07 369.6 0 315.2 0 255.1C0 196.8 20.07 142.4 53.76 99.02L41.37 86.63C28.88 74.13 28.88 53.87 41.37 41.37C53.87 28.88 74.13 28.88 86.63 41.37L99.02 53.76C142.4 20.07 196.8 0 255.1 0C315.2 0 369.6 20.07 412.1 53.76L425.4 41.37C437.9 28.88 458.1 28.88 470.6 41.37C483.1 53.87 483.1 74.13 470.6 86.63L458.2 99.02C491.9 142.4 512 196.8 512 255.1C512 315.2 491.9 369.6 458.2 412.1L470.6 425.4zM309.3 354.5C293.4 363.1 275.3 368 255.1 368C236.7 368 218.6 363.1 202.7 354.5L144.8 412.5C176.1 434.9 214.5 448 255.1 448C297.5 448 335.9 434.9 367.2 412.5L309.3 354.5zM448 255.1C448 214.5 434.9 176.1 412.5 144.8L354.5 202.7C363.1 218.6 368 236.7 368 256C368 275.3 363.1 293.4 354.5 309.3L412.5 367.2C434.9 335.9 448 297.5 448 256V255.1zM255.1 63.1C214.5 63.1 176.1 77.14 144.8 99.5L202.7 157.5C218.6 148.9 236.7 143.1 255.1 143.1C275.3 143.1 293.4 148.9 309.3 157.5L367.2 99.5C335.9 77.14 297.5 63.1 256 63.1H255.1zM157.5 309.3C148.9 293.4 143.1 275.3 143.1 255.1C143.1 236.7 148.9 218.6 157.5 202.7L99.5 144.8C77.14 176.1 63.1 214.5 63.1 255.1C63.1 297.5 77.14 335.9 99.5 367.2L157.5 309.3zM255.1 207.1C229.5 207.1 207.1 229.5 207.1 255.1C207.1 282.5 229.5 303.1 255.1 303.1C282.5 303.1 304 282.5 304 255.1C304 229.5 282.5 207.1 255.1 207.1z"]},l6={prefix:"fas",iconName:"link",icon:[640,512,[128279,"chain"],"f0c1","M172.5 131.1C228.1 75.51 320.5 75.51 376.1 131.1C426.1 181.1 433.5 260.8 392.4 318.3L391.3 319.9C381 334.2 361 337.6 346.7 327.3C332.3 317 328.9 297 339.2 282.7L340.3 281.1C363.2 249 359.6 205.1 331.7 177.2C300.3 145.8 249.2 145.8 217.7 177.2L105.5 289.5C73.99 320.1 73.99 372 105.5 403.5C133.3 431.4 177.3 435 209.3 412.1L210.9 410.1C225.3 400.7 245.3 404 255.5 418.4C265.8 432.8 262.5 452.8 248.1 463.1L246.5 464.2C188.1 505.3 110.2 498.7 60.21 448.8C3.741 392.3 3.741 300.7 60.21 244.3L172.5 131.1zM467.5 380C411 436.5 319.5 436.5 263 380C213 330 206.5 251.2 247.6 193.7L248.7 192.1C258.1 177.8 278.1 174.4 293.3 184.7C307.7 194.1 311.1 214.1 300.8 229.3L299.7 230.9C276.8 262.1 280.4 306.9 308.3 334.8C339.7 366.2 390.8 366.2 422.3 334.8L534.5 222.5C566 191 566 139.1 534.5 108.5C506.7 80.63 462.7 76.99 430.7 99.9L429.1 101C414.7 111.3 394.7 107.1 384.5 93.58C374.2 79.2 377.5 59.21 391.9 48.94L393.5 47.82C451 6.731 529.8 13.25 579.8 63.24C636.3 119.7 636.3 211.3 579.8 267.7L467.5 380z"]},k8={prefix:"fas",iconName:"lock",icon:[448,512,[128274],"f023","M80 192V144C80 64.47 144.5 0 224 0C303.5 0 368 64.47 368 144V192H384C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H80zM144 192H304V144C304 99.82 268.2 64 224 64C179.8 64 144 99.82 144 144V192z"]},H8={prefix:"fas",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z"]},wu={prefix:"fas",iconName:"money-bill-1",icon:[576,512,["money-bill-alt"],"f3d1","M252 208C252 196.1 260.1 188 272 188H288C299 188 308 196.1 308 208V276H312C323 276 332 284.1 332 296C332 307 323 316 312 316H264C252.1 316 244 307 244 296C244 284.1 252.1 276 264 276H268V227.6C258.9 225.7 252 217.7 252 208zM512 64C547.3 64 576 92.65 576 128V384C576 419.3 547.3 448 512 448H64C28.65 448 0 419.3 0 384V128C0 92.65 28.65 64 64 64H512zM128 384C128 348.7 99.35 320 64 320V384H128zM64 192C99.35 192 128 163.3 128 128H64V192zM512 384V320C476.7 320 448 348.7 448 384H512zM512 128H448C448 163.3 476.7 192 512 192V128zM288 144C226.1 144 176 194.1 176 256C176 317.9 226.1 368 288 368C349.9 368 400 317.9 400 256C400 194.1 349.9 144 288 144z"]},lf={prefix:"fas",iconName:"money-bill-wave",icon:[576,512,[],"f53a","M48.66 79.13C128.4 100.9 208.2 80.59 288 60.25C375 38.08 462 15.9 549 48.38C565.9 54.69 576 71.62 576 89.66V399.5C576 423.4 550.4 439.2 527.3 432.9C447.6 411.1 367.8 431.4 288 451.7C200.1 473.9 113.1 496.1 26.97 463.6C10.06 457.3 0 440.4 0 422.3V112.5C0 88.59 25.61 72.83 48.66 79.13L48.66 79.13zM287.1 352C332.2 352 368 309 368 255.1C368 202.1 332.2 159.1 287.1 159.1C243.8 159.1 207.1 202.1 207.1 255.1C207.1 309 243.8 352 287.1 352zM63.1 416H127.1C127.1 380.7 99.35 352 63.1 352V416zM63.1 143.1V207.1C99.35 207.1 127.1 179.3 127.1 143.1H63.1zM512 303.1C476.7 303.1 448 332.7 448 368H512V303.1zM448 95.1C448 131.3 476.7 159.1 512 159.1V95.1H448z"]},Au={prefix:"fas",iconName:"network-wired",icon:[640,512,[],"f6ff","M400 0C426.5 0 448 21.49 448 48V144C448 170.5 426.5 192 400 192H352V224H608C625.7 224 640 238.3 640 256C640 273.7 625.7 288 608 288H512V320H560C586.5 320 608 341.5 608 368V464C608 490.5 586.5 512 560 512H400C373.5 512 352 490.5 352 464V368C352 341.5 373.5 320 400 320H448V288H192V320H240C266.5 320 288 341.5 288 368V464C288 490.5 266.5 512 240 512H80C53.49 512 32 490.5 32 464V368C32 341.5 53.49 320 80 320H128V288H32C14.33 288 0 273.7 0 256C0 238.3 14.33 224 32 224H288V192H240C213.5 192 192 170.5 192 144V48C192 21.49 213.5 0 240 0H400zM256 64V128H384V64H256zM224 448V384H96V448H224zM416 384V448H544V384H416z"]},Ou={prefix:"fas",iconName:"paintbrush",icon:[576,512,[128396,"paint-brush"],"f1fc","M224 263.3C224.2 233.3 238.4 205.2 262.4 187.2L499.1 9.605C517.7-4.353 543.6-2.965 560.7 12.9C577.7 28.76 580.8 54.54 568.2 74.07L406.5 324.1C391.3 347.7 366.6 363.2 339.3 367.1L224 263.3zM320 400C320 461.9 269.9 512 208 512H64C46.33 512 32 497.7 32 480C32 462.3 46.33 448 64 448H68.81C86.44 448 98.4 429.1 96.59 411.6C96.2 407.8 96 403.9 96 400C96 339.6 143.9 290.3 203.7 288.1L319.8 392.5C319.9 394.1 320 397.5 320 400V400z"]},Tf={prefix:"fas",iconName:"percent",icon:[384,512,[62101,62785,"percentage"],"25","M374.6 73.39c-12.5-12.5-32.75-12.5-45.25 0l-320 320c-12.5 12.5-12.5 32.75 0 45.25C15.63 444.9 23.81 448 32 448s16.38-3.125 22.62-9.375l320-320C387.1 106.1 387.1 85.89 374.6 73.39zM64 192c35.3 0 64-28.72 64-64S99.3 64.01 64 64.01S0 92.73 0 128S28.7 192 64 192zM320 320c-35.3 0-64 28.72-64 64s28.7 64 64 64s64-28.72 64-64S355.3 320 320 320z"]},Jf={prefix:"fas",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M432 256c0 17.69-14.33 32.01-32 32.01H256v144c0 17.69-14.33 31.99-32 31.99s-32-14.3-32-31.99v-144H48c-17.67 0-32-14.32-32-32.01s14.33-31.99 32-31.99H192v-144c0-17.69 14.33-32.01 32-32.01s32 14.32 32 32.01v144h144C417.7 224 432 238.3 432 256z"]},vi={prefix:"fas",iconName:"question",icon:[320,512,[10067,10068,61736],"3f","M204.3 32.01H96c-52.94 0-96 43.06-96 96c0 17.67 14.31 31.1 32 31.1s32-14.32 32-31.1c0-17.64 14.34-32 32-32h108.3C232.8 96.01 256 119.2 256 147.8c0 19.72-10.97 37.47-30.5 47.33L127.8 252.4C117.1 258.2 112 268.7 112 280v40c0 17.67 14.31 31.99 32 31.99s32-14.32 32-31.99V298.3L256 251.3c39.47-19.75 64-59.42 64-103.5C320 83.95 268.1 32.01 204.3 32.01zM144 400c-22.09 0-40 17.91-40 40s17.91 39.1 40 39.1s40-17.9 40-39.1S166.1 400 144 400z"]},P1={prefix:"fas",iconName:"receipt",icon:[384,512,[129534],"f543","M13.97 2.196C22.49-1.72 32.5-.3214 39.62 5.778L80 40.39L120.4 5.778C129.4-1.926 142.6-1.926 151.6 5.778L192 40.39L232.4 5.778C241.4-1.926 254.6-1.926 263.6 5.778L304 40.39L344.4 5.778C351.5-.3214 361.5-1.72 370 2.196C378.5 6.113 384 14.63 384 24V488C384 497.4 378.5 505.9 370 509.8C361.5 513.7 351.5 512.3 344.4 506.2L304 471.6L263.6 506.2C254.6 513.9 241.4 513.9 232.4 506.2L192 471.6L151.6 506.2C142.6 513.9 129.4 513.9 120.4 506.2L80 471.6L39.62 506.2C32.5 512.3 22.49 513.7 13.97 509.8C5.456 505.9 0 497.4 0 488V24C0 14.63 5.456 6.112 13.97 2.196V2.196zM96 144C87.16 144 80 151.2 80 160C80 168.8 87.16 176 96 176H288C296.8 176 304 168.8 304 160C304 151.2 296.8 144 288 144H96zM96 368H288C296.8 368 304 360.8 304 352C304 343.2 296.8 336 288 336H96C87.16 336 80 343.2 80 352C80 360.8 87.16 368 96 368zM96 240C87.16 240 80 247.2 80 256C80 264.8 87.16 272 96 272H288C296.8 272 304 264.8 304 256C304 247.2 296.8 240 288 240H96z"]},Vm={prefix:"fas",iconName:"right-left",icon:[512,512,["exchange-alt"],"f362","M32 160h319.9l.0791 72c0 9.547 5.652 18.19 14.41 22c8.754 3.812 18.93 2.078 25.93-4.406l112-104c10.24-9.5 10.24-25.69 0-35.19l-112-104c-6.992-6.484-17.17-8.217-25.93-4.408c-8.758 3.816-14.41 12.46-14.41 22L351.9 96H32C14.31 96 0 110.3 0 127.1S14.31 160 32 160zM480 352H160.1L160 279.1c0-9.547-5.652-18.19-14.41-22C136.9 254.2 126.7 255.9 119.7 262.4l-112 104c-10.24 9.5-10.24 25.69 0 35.19l112 104c6.992 6.484 17.17 8.219 25.93 4.406C154.4 506.2 160 497.5 160 488L160.1 416H480c17.69 0 32-14.31 32-32S497.7 352 480 352z"]},Gm={prefix:"fas",iconName:"route",icon:[512,512,[],"f4d7","M320 256C302.3 256 288 270.3 288 288C288 305.7 302.3 320 320 320H416C469 320 512 362.1 512 416C512 469 469 512 416 512H139.6C148.3 502.1 158.9 489.4 169.6 475.2C175.9 466.8 182.4 457.6 188.6 448H416C433.7 448 448 433.7 448 416C448 398.3 433.7 384 416 384H320C266.1 384 223.1 341 223.1 288C223.1 234.1 266.1 192 320 192H362.1C340.2 161.5 320 125.4 320 96C320 42.98 362.1 0 416 0C469 0 512 42.98 512 96C512 160 416 256 416 256H320zM416 128C433.7 128 448 113.7 448 96C448 78.33 433.7 64 416 64C398.3 64 384 78.33 384 96C384 113.7 398.3 128 416 128zM118.3 487.8C118.1 488 117.9 488.2 117.7 488.4C113.4 493.4 109.5 497.7 106.3 501.2C105.9 501.6 105.5 502 105.2 502.4C99.5 508.5 96 512 96 512C96 512 0 416 0 352C0 298.1 42.98 255.1 96 255.1C149 255.1 192 298.1 192 352C192 381.4 171.8 417.5 149.9 448C138.1 463.2 127.7 476.9 118.3 487.8L118.3 487.8zM95.1 384C113.7 384 127.1 369.7 127.1 352C127.1 334.3 113.7 320 95.1 320C78.33 320 63.1 334.3 63.1 352C63.1 369.7 78.33 384 95.1 384z"]},jm={prefix:"fas",iconName:"scale-balanced",icon:[640,512,[9878,"balance-scale"],"f24e","M554.9 154.5c-17.62-35.25-68.12-35.38-85.87 0c-87 174.3-84.1 165.9-84.1 181.5c0 44.13 57.25 80 128 80s127.1-35.88 127.1-80C639.1 319.9 641.4 327.3 554.9 154.5zM439.1 320l71.96-144l72.17 144H439.1zM256 336c0-16.12 1.375-8.75-85.12-181.5c-17.62-35.25-68.12-35.38-85.87 0c-87 174.3-84.1 165.9-84.1 181.5c0 44.13 57.25 80 127.1 80S256 380.1 256 336zM127.9 176L200.1 320H55.96L127.9 176zM495.1 448h-143.1V153.3C375.5 143 393.1 121.8 398.4 96h113.6c17.67 0 31.1-14.33 31.1-32s-14.33-32-31.1-32h-128.4c-14.62-19.38-37.5-32-63.62-32S270.1 12.62 256.4 32H128C110.3 32 96 46.33 96 64S110.3 96 127.1 96h113.6c5.25 25.75 22.87 47 46.37 57.25V448H144c-26.51 0-48.01 21.49-48.01 48c0 8.836 7.165 16 16 16h416c8.836 0 16-7.164 16-16C544 469.5 522.5 448 495.1 448z"]},Xm={prefix:"fas",iconName:"screwdriver-wrench",icon:[512,512,["tools"],"f7d9","M331.8 224.1c28.29 0 54.88 10.99 74.86 30.97l19.59 19.59c40.01-17.74 71.25-53.3 81.62-96.65c5.725-23.92 5.34-47.08 .2148-68.4c-2.613-10.88-16.43-14.51-24.34-6.604l-68.9 68.9h-75.6V97.2l68.9-68.9c7.912-7.912 4.275-21.73-6.604-24.34c-21.32-5.125-44.48-5.51-68.4 .2148c-55.3 13.23-98.39 60.22-107.2 116.4C224.5 128.9 224.2 137 224.3 145l82.78 82.86C315.2 225.1 323.5 224.1 331.8 224.1zM384 278.6c-23.16-23.16-57.57-27.57-85.39-13.9L191.1 158L191.1 95.99l-127.1-95.99L0 63.1l96 127.1l62.04 .0077l106.7 106.6c-13.67 27.82-9.251 62.23 13.91 85.39l117 117.1c14.62 14.5 38.21 14.5 52.71-.0016l52.75-52.75c14.5-14.5 14.5-38.08-.0016-52.71L384 278.6zM227.9 307L168.7 247.9l-148.9 148.9c-26.37 26.37-26.37 69.08 0 95.45C32.96 505.4 50.21 512 67.5 512s34.54-6.592 47.72-19.78l119.1-119.1C225.5 352.3 222.6 329.4 227.9 307zM64 472c-13.25 0-24-10.75-24-24c0-13.26 10.75-24 24-24S88 434.7 88 448C88 461.3 77.25 472 64 472z"]},tg={prefix:"fas",iconName:"server",icon:[512,512,[],"f233","M480 288H32c-17.62 0-32 14.38-32 32v128c0 17.62 14.38 32 32 32h448c17.62 0 32-14.38 32-32v-128C512 302.4 497.6 288 480 288zM352 408c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S365.3 408 352 408zM416 408c-13.25 0-24-10.75-24-24s10.75-24 24-24s24 10.75 24 24S429.3 408 416 408zM480 32H32C14.38 32 0 46.38 0 64v128c0 17.62 14.38 32 32 32h448c17.62 0 32-14.38 32-32V64C512 46.38 497.6 32 480 32zM352 152c-13.25 0-24-10.75-24-24S338.8 104 352 104S376 114.8 376 128S365.3 152 352 152zM416 152c-13.25 0-24-10.75-24-24S402.8 104 416 104S440 114.8 440 128S429.3 152 416 152z"]},fg={prefix:"fas",iconName:"signs-post",icon:[512,512,["map-signs"],"f277","M223.1 32C223.1 14.33 238.3 0 255.1 0C273.7 0 288 14.33 288 32H441.4C445.6 32 449.7 33.69 452.7 36.69L500.7 84.69C506.9 90.93 506.9 101.1 500.7 107.3L452.7 155.3C449.7 158.3 445.6 160 441.4 160H63.1C46.33 160 31.1 145.7 31.1 128V64C31.1 46.33 46.33 32 63.1 32L223.1 32zM480 320C480 337.7 465.7 352 448 352H70.63C66.38 352 62.31 350.3 59.31 347.3L11.31 299.3C5.065 293.1 5.065 282.9 11.31 276.7L59.31 228.7C62.31 225.7 66.38 223.1 70.63 223.1H223.1V191.1H288V223.1H448C465.7 223.1 480 238.3 480 255.1V320zM255.1 512C238.3 512 223.1 497.7 223.1 480V384H288V480C288 497.7 273.7 512 255.1 512z"]},lC={prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"]},gC={prefix:"fas",iconName:"unlock-keyhole",icon:[448,512,["unlock-alt"],"f13e","M224 64C179.8 64 144 99.82 144 144V192H384C419.3 192 448 220.7 448 256V448C448 483.3 419.3 512 384 512H64C28.65 512 0 483.3 0 448V256C0 220.7 28.65 192 64 192H80V144C80 64.47 144.5 0 224 0C281.5 0 331 33.69 354.1 82.27C361.7 98.23 354.9 117.3 338.1 124.9C322.1 132.5 303.9 125.7 296.3 109.7C283.4 82.63 255.9 64 224 64H224zM256 384C273.7 384 288 369.7 288 352C288 334.3 273.7 320 256 320H192C174.3 320 160 334.3 160 352C160 369.7 174.3 384 192 384H256z"]},bC={prefix:"fas",iconName:"user-check",icon:[640,512,[],"f4fc","M274.7 304H173.3C77.61 304 0 381.6 0 477.3C0 496.5 15.52 512 34.66 512H413.3C432.5 512 448 496.5 448 477.3C448 381.6 370.4 304 274.7 304zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM632.3 134.4c-9.703-9-24.91-8.453-33.92 1.266l-87.05 93.75l-38.39-38.39c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l56 56C499.5 285.5 505.6 288 512 288h.4375c6.531-.125 12.72-2.891 17.16-7.672l104-112C642.6 158.6 642 143.4 632.3 134.4z"]},MC={prefix:"fas",iconName:"user-clock",icon:[640,512,[],"f4fd","M496 224c-79.63 0-144 64.38-144 144s64.38 144 144 144s144-64.38 144-144S575.6 224 496 224zM544 384h-54.25C484.4 384 480 379.6 480 374.3V304c0-8.836 7.164-16 16-16c8.838 0 16 7.164 16 16v48h32c8.838 0 16 7.164 16 15.1S552.8 384 544 384zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM320 368c0-19.3 3.221-37.82 8.961-55.2C311.9 307.2 293.6 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512H395C349.7 480.2 320 427.6 320 368z"]},SC={prefix:"fas",iconName:"user-gear",icon:[640,512,["user-cog"],"f4fe","M425.1 482.6c-2.303-1.25-4.572-2.559-6.809-3.93l-7.818 4.493c-6.002 3.504-12.83 5.352-19.75 5.352c-10.71 0-21.13-4.492-28.97-12.75c-18.41-20.09-32.29-44.15-40.22-69.9c-5.352-18.06 2.343-36.87 17.83-45.24l8.018-4.669c-.0664-2.621-.0664-5.242 0-7.859l-7.655-4.461c-12.3-6.953-19.4-19.66-19.64-33.38C305.6 306.3 290.4 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512H413.3c5.727 0 10.9-1.727 15.66-4.188c-2.271-4.984-3.86-10.3-3.86-16.06V482.6zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM610.5 373.3c2.625-14 2.625-28.5 0-42.5l25.75-15c3-1.625 4.375-5.125 3.375-8.5c-6.75-21.5-18.25-41.13-33.25-57.38c-2.25-2.5-6-3.125-9-1.375l-25.75 14.88c-10.88-9.25-23.38-16.5-36.88-21.25V212.3c0-3.375-2.5-6.375-5.75-7c-22.25-5-45-4.875-66.25 0c-3.25 .625-5.625 3.625-5.625 7v29.88c-13.5 4.75-26 12-36.88 21.25L394.4 248.5c-2.875-1.75-6.625-1.125-9 1.375c-15 16.25-26.5 35.88-33.13 57.38c-1 3.375 .3751 6.875 3.25 8.5l25.75 15c-2.5 14-2.5 28.5 0 42.5l-25.75 15c-3 1.625-4.25 5.125-3.25 8.5c6.625 21.5 18.13 41 33.13 57.38c2.375 2.5 6 3.125 9 1.375l25.88-14.88c10.88 9.25 23.38 16.5 36.88 21.25v29.88c0 3.375 2.375 6.375 5.625 7c22.38 5 45 4.875 66.25 0c3.25-.625 5.75-3.625 5.75-7v-29.88c13.5-4.75 26-12 36.88-21.25l25.75 14.88c2.875 1.75 6.75 1.125 9-1.375c15-16.25 26.5-35.88 33.25-57.38c1-3.375-.3751-6.875-3.375-8.5L610.5 373.3zM496 400.5c-26.75 0-48.5-21.75-48.5-48.5s21.75-48.5 48.5-48.5c26.75 0 48.5 21.75 48.5 48.5S522.8 400.5 496 400.5z"]},DC={prefix:"fas",iconName:"user-lock",icon:[640,512,[],"f502","M592 288H576V212.7c0-41.84-30.03-80.04-71.66-84.27C456.5 123.6 416 161.1 416 208V288h-16C373.6 288 352 309.6 352 336v128c0 26.4 21.6 48 48 48h192c26.4 0 48-21.6 48-48v-128C640 309.6 618.4 288 592 288zM496 432c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S513.6 432 496 432zM528 288h-64V208c0-17.62 14.38-32 32-32s32 14.38 32 32V288zM224 256c70.7 0 128-57.31 128-128S294.7 0 224 0C153.3 0 96 57.31 96 128S153.3 256 224 256zM320 336c0-8.672 1.738-16.87 4.303-24.7C308.6 306.6 291.9 304 274.7 304H173.3C77.61 304 0 381.7 0 477.4C0 496.5 15.52 512 34.66 512h301.7C326.3 498.6 320 482.1 320 464V336z"]},kC={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M319.9 320c57.41 0 103.1-46.56 103.1-104c0-57.44-46.54-104-103.1-104c-57.41 0-103.1 46.56-103.1 104C215.9 273.4 262.5 320 319.9 320zM369.9 352H270.1C191.6 352 128 411.7 128 485.3C128 500.1 140.7 512 156.4 512h327.2C499.3 512 512 500.1 512 485.3C512 411.7 448.4 352 369.9 352zM512 160c44.18 0 80-35.82 80-80S556.2 0 512 0c-44.18 0-80 35.82-80 80S467.8 160 512 160zM183.9 216c0-5.449 .9824-10.63 1.609-15.91C174.6 194.1 162.6 192 149.9 192H88.08C39.44 192 0 233.8 0 285.3C0 295.6 7.887 304 17.62 304h199.5C196.7 280.2 183.9 249.7 183.9 216zM128 160c44.18 0 80-35.82 80-80S172.2 0 128 0C83.82 0 48 35.82 48 80S83.82 160 128 160zM551.9 192h-61.84c-12.8 0-24.88 3.037-35.86 8.24C454.8 205.5 455.8 210.6 455.8 216c0 33.71-12.78 64.21-33.16 88h199.7C632.1 304 640 295.6 640 285.3C640 233.8 600.6 192 551.9 192z"]},BC={prefix:"fas",iconName:"wallet",icon:[512,512,[],"f555","M448 32C465.7 32 480 46.33 480 64C480 81.67 465.7 96 448 96H80C71.16 96 64 103.2 64 112C64 120.8 71.16 128 80 128H448C483.3 128 512 156.7 512 192V416C512 451.3 483.3 480 448 480H64C28.65 480 0 451.3 0 416V96C0 60.65 28.65 32 64 32H448zM416 336C433.7 336 448 321.7 448 304C448 286.3 433.7 272 416 272C398.3 272 384 286.3 384 304C384 321.7 398.3 336 416 336z"]},KC={prefix:"fas",iconName:"window-restore",icon:[512,512,[],"f2d2","M432 64H208C199.2 64 192 71.16 192 80V96H128V80C128 35.82 163.8 0 208 0H432C476.2 0 512 35.82 512 80V304C512 348.2 476.2 384 432 384H416V320H432C440.8 320 448 312.8 448 304V80C448 71.16 440.8 64 432 64zM0 192C0 156.7 28.65 128 64 128H320C355.3 128 384 156.7 384 192V448C384 483.3 355.3 512 320 512H64C28.65 512 0 483.3 0 448V192zM96 256H288C305.7 256 320 241.7 320 224C320 206.3 305.7 192 288 192H96C78.33 192 64 206.3 64 224C64 241.7 78.33 256 96 256z"]},qC={prefix:"fas",iconName:"xmark",icon:[320,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"]}},429:(Ve,K,p)=>{"use strict";p.d(K,{$A:()=>B,$W:()=>j,BL:()=>v,CN:()=>b,CX:()=>d,EG:()=>D,EK:()=>oe,El:()=>$,HI:()=>me,HJ:()=>A,I8:()=>w,JK:()=>_e,Lu:()=>L,Ly:()=>dt,Ni:()=>f,Nr:()=>Ne,OG:()=>n,QJ:()=>he,RX:()=>h,Rd:()=>we,SN:()=>N,Sf:()=>C,TM:()=>i,UH:()=>Ie,UR:()=>c,VD:()=>le,WM:()=>ve,WO:()=>r,Wi:()=>V,X3:()=>te,YP:()=>Q,YX:()=>I,Z8:()=>ne,ZH:()=>ee,Zu:()=>xe,_9:()=>It,_E:()=>U,aL:()=>Ue,as:()=>_,cQ:()=>X,d7:()=>ut,dh:()=>W,e9:()=>ht,eM:()=>De,en:()=>ui,g3:()=>k,g6:()=>ye,i9:()=>ue,kL:()=>u,n7:()=>P,oV:()=>y,oo:()=>a,pW:()=>E,u0:()=>q,uT:()=>Le,v_:()=>F,xH:()=>M,xS:()=>S,yl:()=>Te,z:()=>ie});var t=p(5620),e=p(7731);const f=(0,t.PH)(e.AB.UPDATE_API_CALL_STATUS_CLN,(0,t.Ky)()),M=(0,t.PH)(e.AB.RESET_CLN_STORE,(0,t.Ky)()),a=(0,t.PH)(e.AB.SET_CHILD_NODE_SETTINGS_CLN,(0,t.Ky)()),b=(0,t.PH)(e.AB.FETCH_INFO_CLN,(0,t.Ky)()),d=(0,t.PH)(e.AB.SET_INFO_CLN,(0,t.Ky)()),N=(0,t.PH)(e.AB.FETCH_FEES_CLN),h=(0,t.PH)(e.AB.SET_FEES_CLN,(0,t.Ky)()),A=(0,t.PH)(e.AB.FETCH_FEE_RATES_CLN,(0,t.Ky)()),w=(0,t.PH)(e.AB.SET_FEE_RATES_CLN,(0,t.Ky)()),D=(0,t.PH)(e.AB.FETCH_BALANCE_CLN),L=(0,t.PH)(e.AB.SET_BALANCE_CLN,(0,t.Ky)()),k=(0,t.PH)(e.AB.FETCH_LOCAL_REMOTE_BALANCE_CLN),S=(0,t.PH)(e.AB.SET_LOCAL_REMOTE_BALANCE_CLN,(0,t.Ky)()),U=(0,t.PH)(e.AB.GET_NEW_ADDRESS_CLN,(0,t.Ky)()),j=((0,t.PH)(e.AB.SET_NEW_ADDRESS_CLN,(0,t.Ky)()),(0,t.PH)(e.AB.FETCH_PEERS_CLN)),ne=(0,t.PH)(e.AB.SET_PEERS_CLN,(0,t.Ky)()),$=(0,t.PH)(e.AB.SAVE_NEW_PEER_CLN,(0,t.Ky)()),te=((0,t.PH)(e.AB.NEWLY_ADDED_PEER_CLN,(0,t.Ky)()),(0,t.PH)(e.AB.ADD_PEER_CLN,(0,t.Ky)())),ie=(0,t.PH)(e.AB.DETACH_PEER_CLN,(0,t.Ky)()),oe=(0,t.PH)(e.AB.REMOVE_PEER_CLN,(0,t.Ky)()),X=(0,t.PH)(e.AB.FETCH_PAYMENTS_CLN),me=(0,t.PH)(e.AB.SET_PAYMENTS_CLN,(0,t.Ky)()),y=(0,t.PH)(e.AB.SEND_PAYMENT_CLN,(0,t.Ky)()),i=(0,t.PH)(e.AB.SEND_PAYMENT_STATUS_CLN,(0,t.Ky)()),r=(0,t.PH)(e.AB.GET_QUERY_ROUTES_CLN,(0,t.Ky)()),u=(0,t.PH)(e.AB.SET_QUERY_ROUTES_CLN,(0,t.Ky)()),c=(0,t.PH)(e.AB.FETCH_CHANNELS_CLN),_=(0,t.PH)(e.AB.SET_CHANNELS_CLN,(0,t.Ky)()),E=(0,t.PH)(e.AB.UPDATE_CHANNEL_CLN,(0,t.Ky)()),I=(0,t.PH)(e.AB.SAVE_NEW_CHANNEL_CLN,(0,t.Ky)()),v=(0,t.PH)(e.AB.CLOSE_CHANNEL_CLN,(0,t.Ky)()),n=(0,t.PH)(e.AB.REMOVE_CHANNEL_CLN,(0,t.Ky)()),C=(0,t.PH)(e.AB.PEER_LOOKUP_CLN,(0,t.Ky)()),B=(0,t.PH)(e.AB.CHANNEL_LOOKUP_CLN,(0,t.Ky)()),P=(0,t.PH)(e.AB.INVOICE_LOOKUP_CLN,(0,t.Ky)()),F=(0,t.PH)(e.AB.SET_LOOKUP_CLN,(0,t.Ky)()),q=(0,t.PH)(e.AB.GET_FORWARDING_HISTORY_CLN,(0,t.Ky)()),he=(0,t.PH)(e.AB.SET_FORWARDING_HISTORY_CLN,(0,t.Ky)()),ve=(0,t.PH)(e.AB.FETCH_INVOICES_CLN,(0,t.Ky)()),Ne=(0,t.PH)(e.AB.SET_INVOICES_CLN,(0,t.Ky)()),we=(0,t.PH)(e.AB.SAVE_NEW_INVOICE_CLN,(0,t.Ky)()),Q=(0,t.PH)(e.AB.ADD_INVOICE_CLN,(0,t.Ky)()),Ue=(0,t.PH)(e.AB.UPDATE_INVOICE_CLN,(0,t.Ky)()),ye=(0,t.PH)(e.AB.DELETE_EXPIRED_INVOICE_CLN,(0,t.Ky)()),V=(0,t.PH)(e.AB.SET_CHANNEL_TRANSACTION_CLN,(0,t.Ky)()),dt=((0,t.PH)(e.AB.SET_CHANNEL_TRANSACTION_RES_CLN,(0,t.Ky)()),(0,t.PH)(e.AB.FETCH_UTXOS_CLN)),Ie=(0,t.PH)(e.AB.SET_UTXOS_CLN,(0,t.Ky)()),De=(0,t.PH)(e.AB.FETCH_OFFER_INVOICE_CLN,(0,t.Ky)()),le=(0,t.PH)(e.AB.SET_OFFER_INVOICE_CLN,(0,t.Ky)()),Te=(0,t.PH)(e.AB.FETCH_OFFERS_CLN),xe=(0,t.PH)(e.AB.SET_OFFERS_CLN,(0,t.Ky)()),W=(0,t.PH)(e.AB.SAVE_NEW_OFFER_CLN,(0,t.Ky)()),ee=(0,t.PH)(e.AB.ADD_OFFER_CLN,(0,t.Ky)()),ue=(0,t.PH)(e.AB.DISABLE_OFFER_CLN,(0,t.Ky)()),_e=(0,t.PH)(e.AB.UPDATE_OFFER_CLN,(0,t.Ky)()),Le=(0,t.PH)(e.AB.FETCH_OFFER_BOOKMARKS_CLN),ut=(0,t.PH)(e.AB.SET_OFFER_BOOKMARKS_CLN,(0,t.Ky)()),ht=(0,t.PH)(e.AB.ADD_UPDATE_OFFER_BOOKMARK_CLN,(0,t.Ky)()),It=(0,t.PH)(e.AB.DELETE_OFFER_BOOKMARK_CLN,(0,t.Ky)()),ui=(0,t.PH)(e.AB.REMOVE_OFFER_BOOKMARK_CLN,(0,t.Ky)())},4947:(Ve,K,p)=>{"use strict";p.d(K,{J:()=>X});var t=p(6642),e=p(7579),f=p(9646),M=p(5577),a=p(2722),b=p(4004),d=p(262),N=p(2340),h=p(1786),A=p(5566),w=p(7731),D=p(7861),L=p(429),k=p(9828),S=p(1462),U=p(5e3),Z=p(8138),j=p(5620),ne=p(5986),$=p(62),de=p(5043),te=p(1402),ie=p(7998),oe=p(9808);let X=(()=>{class me{constructor(i,r,u,c,_,E,I,v,n){this.actions=i,this.httpClient=r,this.store=u,this.sessionService=c,this.commonService=_,this.logger=E,this.router=I,this.wsService=v,this.location=n,this.CHILD_API_URL=N.T5+"/cln",this.flgInitialized=!1,this.unSubs=[new e.x,new e.x,new e.x],this.infoFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_INFO_CLN),(0,M.z)(C=>(this.flgInitialized=!1,this.store.dispatch((0,D.lC)({payload:this.CHILD_API_URL})),this.store.dispatch((0,L.Ni)({payload:{action:"FetchInfo",status:w.Bn.INITIATED}})),this.store.dispatch((0,D.ac)({payload:w.m6.GET_NODE_INFO})),this.httpClient.get(this.CHILD_API_URL+N.NZ.GETINFO_API).pipe((0,a.R)(this.actions.pipe((0,t.l4)(w.pg.SET_SELECTED_NODE))),(0,b.U)(B=>(this.logger.info(B),B.chains&&B.chains.length&&B.chains[0]&&"object"==typeof B.chains[0]&&B.chains[0].hasOwnProperty("chain")&&(null==B?void 0:B.chains[0].chain)&&(null==B?void 0:B.chains[0].chain.toLowerCase().indexOf("bitcoin"))<0?(this.store.dispatch((0,L.Ni)({payload:{action:"FetchInfo",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.GET_NODE_INFO})),this.store.dispatch((0,D.ts)()),setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{type:w.n_.ERROR,alertTitle:"Shitcoin Found",titleMessage:"Sorry Not Sorry, RTL is Bitcoin Only!"}}}))},500),{type:w.pg.LOGOUT}):(this.initializeRemainingData(B,C.payload.loadPage),this.store.dispatch((0,L.Ni)({payload:{action:"FetchInfo",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.GET_NODE_INFO})),{type:w.AB.SET_INFO_CLN,payload:B||{}}))),(0,d.K)(B=>{const P=this.commonService.extractErrorCode(B),F="ETIMEDOUT"===P?"Unable to Connect to Core Lightning Server.":this.commonService.extractErrorMessage(B);return this.router.navigate(["/error"],{state:{errorCode:P,errorMessage:F}}),this.handleErrorWithoutAlert("FetchInfo",w.m6.GET_NODE_INFO,"Fetching Node Info Failed.",{status:P,error:F}),(0,f.of)({type:w.pg.VOID})})))))),this.fetchFeesCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_FEES_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchFees",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.FEES_API))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchFees",status:w.Bn.COMPLETED}})),{type:w.AB.SET_FEES_CLN,payload:C||{}})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchFees",w.m6.NO_SPINNER,"Fetching Fees Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.fetchFeeRatesCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_FEE_RATES_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchFeeRates"+C.payload,status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/feeRates/"+C.payload).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"FetchFeeRates"+C.payload,status:w.Bn.COMPLETED}})),{type:w.AB.SET_FEE_RATES_CLN,payload:B||{}})),(0,d.K)(B=>(this.handleErrorWithoutAlert("FetchFeeRates"+C.payload,w.m6.NO_SPINNER,"Fetching Fee Rates Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.fetchBalanceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_BALANCE_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchBalance",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.BALANCE_API))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchBalance",status:w.Bn.COMPLETED}})),{type:w.AB.SET_BALANCE_CLN,payload:C||{}})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchBalance",w.m6.NO_SPINNER,"Fetching Balances Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.fetchLocalRemoteBalanceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_LOCAL_REMOTE_BALANCE_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchLocalRemoteBalance",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/localRemoteBalance"))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchLocalRemoteBalance",status:w.Bn.COMPLETED}})),{type:w.AB.SET_LOCAL_REMOTE_BALANCE_CLN,payload:C||{}})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchLocalRemoteBalance",w.m6.NO_SPINNER,"Fetching Balances Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.getNewAddressCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.GET_NEW_ADDRESS_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"?type="+C.payload.addressCode).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,D.uO)({payload:w.m6.GENERATE_NEW_ADDRESS})),{type:w.AB.SET_NEW_ADDRESS_CLN,payload:B&&B.address?B.address:{}})),(0,d.K)(B=>(this.handleErrorWithAlert("GenerateNewAddress",w.m6.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"?type="+C.payload.addressId,B),(0,f.of)({type:w.pg.VOID})))))))),this.setNewAddressCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_NEW_ADDRESS_CLN),(0,b.U)(C=>(this.logger.info(C.payload),C.payload))),{dispatch:!1}),this.peersFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_PEERS_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchPeers",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.PEERS_API).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchPeers",status:w.Bn.COMPLETED}})),{type:w.AB.SET_PEERS_CLN,payload:C||[]})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchPeers",w.m6.NO_SPINNER,"Fetching Peers Failed.",C),(0,f.of)({type:w.pg.VOID})))))))),this.saveNewPeerCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SAVE_NEW_PEER_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.CONNECT_PEER})),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewPeer",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.PEERS_API,{id:C.payload.id}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewPeer",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.CONNECT_PEER})),this.store.dispatch((0,L.Z8)({payload:B||[]})),{type:w.AB.NEWLY_ADDED_PEER_CLN,payload:{peer:B.find(P=>0===C.payload.id.indexOf(P.id?P.id:""))}})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SaveNewPeer",w.m6.CONNECT_PEER,"Peer Connection Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.detachPeerCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.DETACH_PEER_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.PEERS_API+"/"+C.payload.id+"?force="+C.payload.force).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,D.uO)({payload:w.m6.DISCONNECT_PEER})),this.store.dispatch((0,D.jW)({payload:"Peer Disconnected Successfully!"})),{type:w.AB.REMOVE_PEER_CLN,payload:{id:C.payload.id}})),(0,d.K)(B=>(this.handleErrorWithAlert("PeerDisconnect",w.m6.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+N.NZ.PEERS_API+"/"+C.payload.id,B),(0,f.of)({type:w.pg.VOID})))))))),this.channelsFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_CHANNELS_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchChannels",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/listChannels"))),(0,b.U)(C=>{this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchChannels",status:w.Bn.COMPLETED}}));const B={activeChannels:[],pendingChannels:[],inactiveChannels:[]};return C.forEach(P=>{"CHANNELD_NORMAL"===P.state?P.connected?B.activeChannels.push(P):B.inactiveChannels.push(P):B.pendingChannels.push(P)}),{type:w.AB.SET_CHANNELS_CLN,payload:B}}),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchChannels",w.m6.NO_SPINNER,"Fetching Channels Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.openNewChannelCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SAVE_NEW_CHANNEL_CLN),(0,M.z)(C=>{this.store.dispatch((0,D.ac)({payload:w.m6.OPEN_CHANNEL})),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewChannel",status:w.Bn.INITIATED}}));const B={id:C.payload.peerId,satoshis:C.payload.satoshis,feeRate:C.payload.feeRate,announce:C.payload.announce};return C.payload.minconf&&(B.minconf=C.payload.minconf),C.payload.utxos&&(B.utxos=C.payload.utxos),C.payload.requestAmount&&(B.request_amt=C.payload.requestAmount),C.payload.compactLease&&(B.compact_lease=C.payload.compactLease),this.httpClient.post(this.CHILD_API_URL+N.NZ.CHANNELS_API,B).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewChannel",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.OPEN_CHANNEL})),this.store.dispatch((0,D.jW)({payload:"Channel Added Successfully!"})),this.store.dispatch((0,L.EG)()),this.store.dispatch((0,L.Ly)()),{type:w.AB.FETCH_CHANNELS_CLN})),(0,d.K)(P=>(this.handleErrorWithoutAlert("SaveNewChannel",w.m6.OPEN_CHANNEL,"Opening Channel Failed.",P),(0,f.of)({type:w.pg.VOID}))))}))),this.updateChannelCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.UPDATE_CHANNEL_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.UPDATE_CHAN_POLICY})),this.httpClient.post(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/setChannelFee",{id:C.payload.channelId,base:C.payload.baseFeeMsat,ppm:C.payload.feeRate}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,D.uO)({payload:w.m6.UPDATE_CHAN_POLICY})),this.store.dispatch((0,D.jW)("all"===C.payload.channelId?{payload:{message:"All Channels Updated Successfully. Fee policy updates may take some time to reflect on the channel.",duration:5e3}}:{payload:{message:"Channel Updated Successfully. Fee policy updates may take some time to reflect on the channel.",duration:5e3}})),{type:w.AB.FETCH_CHANNELS_CLN})),(0,d.K)(B=>(this.handleErrorWithAlert("UpdateChannel",w.m6.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+N.NZ.CHANNELS_API,B),(0,f.of)({type:w.pg.VOID})))))))),this.closeChannelCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.CLOSE_CHANNEL_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:C.payload.force?w.m6.FORCE_CLOSE_CHANNEL:w.m6.CLOSE_CHANNEL})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/"+C.payload.channelId+(C.payload.force?"?force="+C.payload.force:"")).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,D.uO)({payload:C.payload.force?w.m6.FORCE_CLOSE_CHANNEL:w.m6.CLOSE_CHANNEL})),this.store.dispatch((0,L.UR)()),this.store.dispatch((0,L.g3)()),this.store.dispatch((0,D.jW)({payload:"Channel Closed Successfully!"})),{type:w.AB.REMOVE_CHANNEL_CLN,payload:C.payload})),(0,d.K)(P=>(this.handleErrorWithAlert("CloseChannel",C.payload.force?w.m6.FORCE_CLOSE_CHANNEL:w.m6.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+N.NZ.CHANNELS_API,P),(0,f.of)({type:w.pg.VOID})))))))),this.paymentsFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_PAYMENTS_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchPayments",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.PAYMENTS_API))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchPayments",status:w.Bn.COMPLETED}})),{type:w.AB.SET_PAYMENTS_CLN,payload:C||[]})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchPayments",w.m6.NO_SPINNER,"Fetching Payments Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.fetchOfferInvoiceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_OFFER_INVOICE_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.FETCH_INVOICE})),this.store.dispatch((0,L.Ni)({payload:{action:"FetchOfferInvoice",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.OFFERS_API+"/fetchOfferInvoice",C.payload).pipe((0,b.U)(B=>{this.logger.info(B),setTimeout(()=>{this.store.dispatch((0,L.Ni)({payload:{action:"FetchOfferInvoice",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.FETCH_INVOICE})),this.store.dispatch((0,L.VD)({payload:B||{}}))},500)}),(0,d.K)(B=>(this.handleErrorWithoutAlert("FetchOfferInvoice",w.m6.FETCH_INVOICE,"Offer Invoice Fetch Failed",B),(0,f.of)({type:w.pg.VOID}))))))),{dispatch:!1}),this.setOfferInvoiceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_OFFER_INVOICE_CLN),(0,b.U)(C=>(this.logger.info(C.payload),C.payload))),{dispatch:!1}),this.sendPaymentCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SEND_PAYMENT_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:C.payload.uiMessage})),this.store.dispatch((0,L.Ni)({payload:{action:"SendPayment",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.PAYMENTS_API,C.payload).pipe((0,b.U)(B=>{this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SendPayment",status:w.Bn.COMPLETED}}));let P="Payment Sent Successfully!";B.saveToDBError&&(P="Payment Sent Successfully but Offer Saving to Database Failed."),B.saveToDBResponse&&"NA"!==B.saveToDBResponse&&(this.store.dispatch((0,L.e9)({payload:B.saveToDBResponse})),P="Payment Sent Successfully and Offer Saved to Database."),setTimeout(()=>{this.store.dispatch((0,L.UR)()),this.store.dispatch((0,L.EG)()),this.store.dispatch((0,L.cQ)()),this.store.dispatch((0,D.uO)({payload:C.payload.uiMessage})),this.store.dispatch((0,D.jW)({payload:P})),this.store.dispatch((0,L.TM)({payload:B.paymentResponse}))},1e3)}),(0,d.K)(B=>(this.logger.error("Error: "+JSON.stringify(B)),C.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",C.payload.uiMessage,"Send Payment Failed.",B):this.handleErrorWithAlert("SendPayment",C.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+N.NZ.PAYMENTS_API,B),(0,f.of)({type:w.pg.VOID}))))))),{dispatch:!1}),this.queryRoutesFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.GET_QUERY_ROUTES_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"GetQueryRoutes",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/getRoute/"+C.payload.destPubkey+"/"+C.payload.amount).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"GetQueryRoutes",status:w.Bn.COMPLETED}})),{type:w.AB.SET_QUERY_ROUTES_CLN,payload:B})),(0,d.K)(B=>(this.store.dispatch((0,L.kL)({payload:{routes:[]}})),this.handleErrorWithAlert("GetQueryRoutes",w.m6.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+N.NZ.NETWORK_API+"/getRoute/"+C.payload.destPubkey+"/"+C.payload.amount,B),(0,f.of)({type:w.pg.VOID})))))))),this.setQueryRoutesCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_QUERY_ROUTES_CLN),(0,b.U)(C=>C.payload)),{dispatch:!1}),this.peerLookupCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.PEER_LOOKUP_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.SEARCHING_NODE})),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/listNode/"+C.payload).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.SEARCHING_NODE})),{type:w.AB.SET_LOOKUP_CLN,payload:B})),(0,d.K)(B=>(this.handleErrorWithAlert("Lookup",w.m6.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+N.NZ.NETWORK_API+"/listNode/"+C.payload,B),(0,f.of)({type:w.pg.VOID})))))))),this.channelLookupCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.CHANNEL_LOOKUP_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:C.payload.uiMessage})),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/listChannel/"+C.payload.shortChannelID).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:C.payload.uiMessage})),{type:w.AB.SET_LOOKUP_CLN,payload:B})),(0,d.K)(B=>(C.payload.showError?this.handleErrorWithAlert("Lookup",C.payload.uiMessage,"Channel Lookup Failed",this.CHILD_API_URL+N.NZ.NETWORK_API+"/listChannel/"+C.payload.shortChannelID,B):this.store.dispatch((0,D.uO)({payload:C.payload.uiMessage})),this.store.dispatch((0,L.v_)({payload:[]})),(0,f.of)({type:w.pg.VOID})))))))),this.invoiceLookupCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.INVOICE_LOOKUP_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.SEARCHING_INVOICE})),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.INVOICES_API+"?label="+C.payload).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"Lookup",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.SEARCHING_INVOICE})),B.invoices&&B.invoices.length&&B.invoices.length>0&&this.store.dispatch((0,L.aL)({payload:B.invoices[0]})),{type:w.AB.SET_LOOKUP_CLN,payload:B.invoices&&B.invoices.length&&B.invoices.length>0?B.invoices[0]:B})),(0,d.K)(B=>(this.handleErrorWithoutAlert("Lookup",w.m6.SEARCHING_INVOICE,"Invoice Lookup Failed",B),this.store.dispatch((0,D.jW)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,f.of)({type:w.pg.VOID})))))))),this.setLookupCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_LOOKUP_CLN),(0,b.U)(C=>(this.logger.info(C.payload),C.payload))),{dispatch:!1}),this.fetchForwardingHistoryCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.GET_FORWARDING_HISTORY_CLN),(0,M.z)(C=>{const B=C.payload.status.charAt(0).toUpperCase();return this.store.dispatch((0,L.Ni)({payload:{action:"FetchForwardingHistory"+B,status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/listForwards?status="+C.payload.status).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,L.Ni)({payload:{action:"FetchForwardingHistory"+B,status:w.Bn.COMPLETED}})),C.payload.status===w.OO.FAILED?this.store.dispatch((0,L.QJ)({payload:{status:w.OO.FAILED,totalForwards:P.length,listForwards:P}})):C.payload.status===w.OO.LOCAL_FAILED?this.store.dispatch((0,L.QJ)({payload:{status:w.OO.LOCAL_FAILED,totalForwards:P.length,listForwards:P}})):C.payload.status===w.OO.SETTLED&&this.store.dispatch((0,L.QJ)({payload:{status:w.OO.SETTLED,totalForwards:P.length,listForwards:P}})),{type:w.pg.VOID})),(0,d.K)(P=>(this.handleErrorWithAlert("FetchForwardingHistory"+B,w.m6.NO_SPINNER,"Get "+C.payload.status+" Forwarding History Failed",this.CHILD_API_URL+N.NZ.CHANNELS_API+"/listForwards?status="+C.payload.status,P),(0,f.of)({type:w.pg.VOID}))))}))),this.deleteExpiredInvoiceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.DELETE_EXPIRED_INVOICE_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.DELETE_INVOICE})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.INVOICES_API+(C.payload?"?maxexpiry="+C.payload:"")).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,D.uO)({payload:w.m6.DELETE_INVOICE})),this.store.dispatch((0,D.jW)({payload:"Invoices Deleted Successfully!"})),{type:w.AB.FETCH_INVOICES_CLN,payload:{num_max_invoices:1e6,reversed:!0}})),(0,d.K)(P=>(this.handleErrorWithAlert("DeleteInvoices",w.m6.DELETE_INVOICE,"Delete Invoice Failed",this.CHILD_API_URL+N.NZ.INVOICES_API,P),(0,f.of)({type:w.pg.VOID})))))))),this.saveNewInvoiceCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SAVE_NEW_INVOICE_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.ADD_INVOICE})),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewInvoice",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.INVOICES_API,{label:C.payload.label,amount:C.payload.amount,description:C.payload.description,expiry:C.payload.expiry,private:C.payload.private}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewInvoice",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.ADD_INVOICE})),B.msatoshi=C.payload.amount,B.label=C.payload.label,B.expires_at=Math.round((new Date).getTime()/1e3+C.payload.expiry),B.description=C.payload.description,B.status="unpaid",setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{invoice:B,newlyAdded:!0,component:A.y}}}))},100),{type:w.AB.ADD_INVOICE_CLN,payload:B})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SaveNewInvoice",w.m6.ADD_INVOICE,"Add Invoice Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.saveNewOfferCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SAVE_NEW_OFFER_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.CREATE_OFFER})),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewOffer",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.OFFERS_API,{amount:C.payload.amount,description:C.payload.description,vendor:C.payload.vendor}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SaveNewOffer",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.CREATE_OFFER})),setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{offer:B,newlyAdded:!0,component:S.k}}}))},100),{type:w.AB.ADD_OFFER_CLN,payload:B})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SaveNewOffer",w.m6.CREATE_OFFER,"Create Offer Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.invoicesFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_INVOICES_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchInvoices",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.INVOICES_API+"?num_max_invoices="+(C.payload.num_max_invoices?C.payload.num_max_invoices:1e6)+"&index_offset="+(C.payload.index_offset?C.payload.index_offset:0)+"&reversed="+(!C.payload.reversed||C.payload.reversed)).pipe((0,b.U)(q=>(this.logger.info(q),this.store.dispatch((0,L.Ni)({payload:{action:"FetchInvoices",status:w.Bn.COMPLETED}})),{type:w.AB.SET_INVOICES_CLN,payload:q})),(0,d.K)(q=>(this.handleErrorWithoutAlert("FetchInvoices",w.m6.NO_SPINNER,"Fetching Invoices Failed.",q),(0,f.of)({type:w.pg.VOID})))))))),this.offersFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_OFFERS_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchOffers",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.OFFERS_API).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"FetchOffers",status:w.Bn.COMPLETED}})),{type:w.AB.SET_OFFERS_CLN,payload:B.offers?B.offers:[]})),(0,d.K)(B=>(this.handleErrorWithoutAlert("FetchOffers",w.m6.NO_SPINNER,"Fetching Offers Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.offersDisableCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.DISABLE_OFFER_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.DISABLE_OFFER})),this.store.dispatch((0,L.Ni)({payload:{action:"DisableOffer",status:w.Bn.INITIATED}})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.OFFERS_API+"/"+C.payload.offer_id).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"DisableOffer",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.DISABLE_OFFER})),this.store.dispatch((0,D.jW)({payload:"Offer Disabled Successfully!"})),{type:w.AB.UPDATE_OFFER_CLN,payload:{offer:B}})),(0,d.K)(B=>(this.handleErrorWithoutAlert("DisableOffer",w.m6.DISABLE_OFFER,"Disabling Offer Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.offerBookmarksFetchCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_OFFER_BOOKMARKS_CLN),(0,M.z)(C=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchOfferBookmarks",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.OFFERS_API+"/offerbookmarks").pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"FetchOfferBookmarks",status:w.Bn.COMPLETED}})),{type:w.AB.SET_OFFER_BOOKMARKS_CLN,payload:B||[]})),(0,d.K)(B=>(this.handleErrorWithoutAlert("FetchOfferBookmarks",w.m6.NO_SPINNER,"Fetching Offer Bookmarks Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.peidOffersDeleteCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.DELETE_OFFER_BOOKMARK_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.DELETE_OFFER_BOOKMARK})),this.store.dispatch((0,L.Ni)({payload:{action:"DeleteOfferBookmark",status:w.Bn.INITIATED}})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.OFFERS_API+"/offerbookmark/"+C.payload.bolt12).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"DeleteOfferBookmark",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.DELETE_OFFER_BOOKMARK})),this.store.dispatch((0,D.jW)({payload:"Offer Bookmark Deleted Successfully!"})),{type:w.AB.REMOVE_OFFER_BOOKMARK_CLN,payload:{bolt12:C.payload.bolt12}})),(0,d.K)(B=>(this.handleErrorWithAlert("DeleteOfferBookmark",w.m6.DELETE_OFFER_BOOKMARK,"Deleting Offer Bookmark Failed.",this.CHILD_API_URL+N.NZ.OFFERS_API+"/offerbookmark/"+C.payload.bolt12,B),(0,f.of)({type:w.pg.VOID})))))))),this.SetChannelTransactionCL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.SET_CHANNEL_TRANSACTION_CLN),(0,M.z)(C=>(this.store.dispatch((0,D.ac)({payload:w.m6.SEND_FUNDS})),this.store.dispatch((0,L.Ni)({payload:{action:"SetChannelTransaction",status:w.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.ON_CHAIN_API,C.payload).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.Ni)({payload:{action:"SetChannelTransaction",status:w.Bn.COMPLETED}})),this.store.dispatch((0,D.uO)({payload:w.m6.SEND_FUNDS})),this.store.dispatch((0,L.EG)()),this.store.dispatch((0,L.Ly)()),{type:w.AB.SET_CHANNEL_TRANSACTION_RES_CLN,payload:B})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SetChannelTransaction",w.m6.SEND_FUNDS,"Sending Fund Failed.",B),(0,f.of)({type:w.pg.VOID})))))))),this.utxosFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(w.AB.FETCH_UTXOS_CLN),(0,M.z)(()=>(this.store.dispatch((0,L.Ni)({payload:{action:"FetchUTXOs",status:w.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"/utxos"))),(0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.Ni)({payload:{action:"FetchUTXOs",status:w.Bn.COMPLETED}})),{type:w.AB.SET_UTXOS_CLN,payload:C.outputs||[]})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchUTXOs",w.m6.NO_SPINNER,"Fetching UTXOs Failed.",C),(0,f.of)({type:w.pg.VOID}))))),this.store.select(k.yA).pipe((0,a.R)(this.unSubs[0])).subscribe(C=>{C.FetchInfo.status!==w.Bn.COMPLETED&&C.FetchInfo.status!==w.Bn.ERROR||C.FetchFees.status!==w.Bn.COMPLETED&&C.FetchFees.status!==w.Bn.ERROR||C.FetchChannels.status!==w.Bn.COMPLETED&&C.FetchChannels.status!==w.Bn.ERROR||C.FetchBalance.status!==w.Bn.COMPLETED&&C.FetchBalance.status!==w.Bn.ERROR||C.FetchLocalRemoteBalance.status!==w.Bn.COMPLETED&&C.FetchLocalRemoteBalance.status!==w.Bn.ERROR||this.flgInitialized||(this.store.dispatch((0,D.uO)({payload:w.m6.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.clWSMessages.pipe((0,a.R)(this.unSubs[1])).subscribe(C=>{if(this.logger.info("Received new message from the service: "+JSON.stringify(C)),C)switch(C.event){case w.nM.INVOICE:this.logger.info(C),C&&C.data&&C.data.label&&this.store.dispatch((0,L.aL)({payload:C.data}));break;case w.nM.SEND_PAYMENT:case w.nM.BLOCK_HEIGHT:this.logger.info(C);break;default:this.logger.info("Received Event from WS: "+JSON.stringify(C))}})}initializeRemainingData(i,r){this.sessionService.setItem("clUnlocked","true");const u={identity_pubkey:i.id,alias:i.alias,testnet:"testnet"===i.network.toLowerCase(),chains:i.chains,uris:i.uris,version:i.version,api_version:i.api_version,numberOfPendingChannels:i.num_pending_channels};this.store.dispatch((0,D.ac)({payload:w.m6.INITALIZE_NODE_DATA})),this.store.dispatch((0,D._V)({payload:u}));let c=this.location.path();c.includes("/lnd/")?c=null==c?void 0:c.replace("/lnd/","/cln/"):c.includes("/ecl/")&&(c=null==c?void 0:c.replace("/ecl/","/cln/")),(c.includes("/login")||c.includes("/error")||""===c||"HOME"===r||c.includes("?access-key="))&&(c="/cln/home"),this.router.navigate([c]),this.store.dispatch((0,L.WM)({payload:{num_max_invoices:1e6,index_offset:0,reversed:!0}})),this.store.dispatch((0,L.SN)()),this.store.dispatch((0,L.UR)()),this.store.dispatch((0,L.EG)()),this.store.dispatch((0,L.g3)()),this.store.dispatch((0,L.HJ)({payload:"perkw"})),this.store.dispatch((0,L.HJ)({payload:"perkb"})),this.store.dispatch((0,L.$W)()),this.store.dispatch((0,L.Ly)()),this.store.dispatch((0,L.cQ)())}handleErrorWithoutAlert(i,r,u,c){if(this.logger.error("ERROR IN: "+i+"\n"+JSON.stringify(c)),401===c.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,D.ts)()),this.store.dispatch((0,D.kS)()),this.store.dispatch((0,D.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,D.uO)({payload:r}));const _=this.commonService.extractErrorMessage(c,u);this.store.dispatch((0,L.Ni)({payload:{action:i,status:w.Bn.ERROR,statusCode:c.status.toString(),message:_}}))}}handleErrorWithAlert(i,r,u,c,_){if(this.logger.error(_),401===_.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,D.ts)()),this.store.dispatch((0,D.kS)()),this.store.dispatch((0,D.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,D.uO)({payload:r}));const E=this.commonService.extractErrorMessage(_);this.store.dispatch((0,D.qR)({payload:{data:{type:"ERROR",alertTitle:u,message:{code:_.status,message:E,URL:c},component:h.H}}})),this.store.dispatch((0,L.Ni)({payload:{action:i,status:w.Bn.ERROR,statusCode:_.status.toString(),message:E,URL:c}}))}}ngOnDestroy(){this.unSubs.forEach(i=>{i.next(null),i.complete()})}}return me.\u0275fac=function(i){return new(i||me)(U.LFG(t.eX),U.LFG(Z.eN),U.LFG(j.yh),U.LFG(ne.m),U.LFG($.v),U.LFG(de.mQ),U.LFG(te.F0),U.LFG(ie.d),U.LFG(oe.Ye))},me.\u0275prov=U.Yz7({token:me,factory:me.\u0275fac}),me})()},9828:(Ve,K,p)=>{"use strict";p.d(K,{Ao:()=>te,Bo:()=>Z,EQ:()=>X,Hz:()=>ie,JG:()=>h,OL:()=>$,PP:()=>d,Rn:()=>S,T4:()=>L,Wi:()=>N,Wj:()=>U,Y_:()=>oe,ZW:()=>k,ey:()=>M,gc:()=>D,hx:()=>w,jK:()=>de,lK:()=>ne,lw:()=>f,xQ:()=>j,yA:()=>b,zm:()=>A});var t=p(5620);const e=(0,t.ZF)("cln"),f=(0,t.P1)(e,y=>y.nodeSettings),M=(0,t.P1)(e,y=>y.information),b=((0,t.P1)(e,y=>y.apisCallStatus.FetchInfo),(0,t.P1)(e,y=>y.apisCallStatus)),d=(0,t.P1)(e,y=>({payments:y.payments,apiCallStatus:y.apisCallStatus.FetchPayments})),N=(0,t.P1)(e,y=>({peers:y.peers,apiCallStatus:y.apisCallStatus.FetchPeers})),h=(0,t.P1)(e,y=>({fees:y.fees,apiCallStatus:y.apisCallStatus.FetchFees})),A=(0,t.P1)(e,y=>({feeRatesPerKB:y.feeRatesPerKB,apiCallStatus:y.apisCallStatus.FetchFeeRatesperkb})),w=(0,t.P1)(e,y=>({feeRatesPerKW:y.feeRatesPerKW,apiCallStatus:y.apisCallStatus.FetchFeeRatesperkw})),D=(0,t.P1)(e,y=>({listInvoices:y.invoices,apiCallStatus:y.apisCallStatus.FetchInvoices})),L=(0,t.P1)(e,y=>({utxos:y.utxos,apiCallStatus:y.apisCallStatus.FetchUTXOs})),k=(0,t.P1)(e,y=>({activeChannels:y.activeChannels,pendingChannels:y.pendingChannels,inactiveChannels:y.inactiveChannels,apiCallStatus:y.apisCallStatus.FetchChannels})),S=(0,t.P1)(e,y=>({balance:y.balance,apiCallStatus:y.apisCallStatus.FetchBalance})),U=(0,t.P1)(e,y=>({localRemoteBalance:y.localRemoteBalance,apiCallStatus:y.apisCallStatus.FetchLocalRemoteBalance})),Z=(0,t.P1)(e,y=>({forwardingHistory:y.forwardingHistory,apiCallStatus:y.apisCallStatus.FetchForwardingHistoryS})),j=(0,t.P1)(e,y=>({failedForwardingHistory:y.failedForwardingHistory,apiCallStatus:y.apisCallStatus.FetchForwardingHistoryF})),ne=(0,t.P1)(e,y=>({localFailedForwardingHistory:y.localFailedForwardingHistory,apiCallStatus:y.apisCallStatus.FetchForwardingHistoryL})),$=(0,t.P1)(e,y=>({information:y.information,nodeSettings:y.nodeSettings,balance:y.balance})),de=(0,t.P1)(e,y=>({information:y.information,balance:y.balance,numPeers:y.peers.length})),te=(0,t.P1)(e,y=>({information:y.information,balance:y.balance})),ie=(0,t.P1)(e,y=>({information:y.information,nodeSettings:y.nodeSettings,apisCallStatus:[y.apisCallStatus.FetchInfo,y.apisCallStatus.FetchForwardingHistoryS]})),oe=(0,t.P1)(e,y=>({offers:y.offers,apiCallStatus:y.apisCallStatus.FetchOffers})),X=(0,t.P1)(e,y=>({offersBookmarks:y.offersBookmarks,apiCallStatus:y.apisCallStatus.FetchOfferBookmarks}))},5566:(Ve,K,p)=>{"use strict";p.d(K,{y:()=>dt});var t=p(8966),e=p(801),f=p(7579),M=p(2722),a=p(7731),b=p(9828),d=p(5e3),N=p(5043),h=p(62),A=p(7261),w=p(5620),D=p(7093),L=p(9808),k=p(3322),S=p(159),U=p(9224),Z=p(9444),j=p(7238),ne=p(7423),$=p(4834),de=p(773),te=p(3390),ie=p(6895);function oe(Ie,De){if(1&Ie&&d._UZ(0,"qr-code",33),2&Ie){const le=d.oxw();d.Q6J("value",(null==le.invoice?null:le.invoice.bolt11)||(null==le.invoice?null:le.invoice.bolt12))("size",le.qrWidth)("errorCorrectionLevel","L")}}function X(Ie,De){1&Ie&&(d.TgZ(0,"span",34),d._uU(1,"N/A"),d.qZA())}const me=function(Ie){return{"mr-0":Ie}};function y(Ie,De){if(1&Ie&&d._UZ(0,"span",35),2&Ie){const le=d.oxw();d.Q6J("ngClass",d.VKq(1,me,le.screenSize===le.screenSizeEnum.XS))}}function i(Ie,De){if(1&Ie&&d._UZ(0,"span",36),2&Ie){const le=d.oxw();d.Q6J("ngClass",d.VKq(1,me,le.screenSize===le.screenSizeEnum.XS))}}function r(Ie,De){if(1&Ie&&d._UZ(0,"span",37),2&Ie){const le=d.oxw();d.Q6J("ngClass",d.VKq(1,me,le.screenSize===le.screenSizeEnum.XS))}}function u(Ie,De){if(1&Ie&&d._UZ(0,"qr-code",33),2&Ie){const le=d.oxw();d.Q6J("value",(null==le.invoice?null:le.invoice.bolt11)||(null==le.invoice?null:le.invoice.bolt12))("size",le.qrWidth)("errorCorrectionLevel","L")}}function c(Ie,De){1&Ie&&(d.TgZ(0,"span",38),d._uU(1,"QR Code Not Applicable"),d.qZA())}function _(Ie,De){1&Ie&&d._UZ(0,"mat-divider",39),2&Ie&&d.Q6J("inset",!0)}function E(Ie,De){if(1&Ie&&(d.TgZ(0,"div",19)(1,"div",40),d._UZ(2,"fa-icon",41),d.TgZ(3,"span"),d._uU(4),d.qZA()()()),2&Ie){const le=d.oxw();d.xp6(2),d.Q6J("icon",le.faExclamationTriangle),d.xp6(2),d.Oqu(null==le.invoice?null:le.invoice.warning_capacity)}}function I(Ie,De){1&Ie&&(d.ynx(0),d._uU(1," (zero amount) "),d.BQk())}function v(Ie,De){1&Ie&&d._UZ(0,"span",47)}const n=function(){return[]};function C(Ie,De){if(1&Ie&&(d.TgZ(0,"div",43)(1,"div",44)(2,"span",45),d._uU(3),d.ALo(4,"number"),d.qZA(),d.YNc(5,v,1,0,"span",46),d.qZA()()),2&Ie){const le=d.oxw(2);d.xp6(3),d.hij("",d.lcZ(4,2,(null==le.invoice?null:le.invoice.msatoshi_received)/1e3)," Sats"),d.xp6(2),d.Q6J("ngForOf",d.DdM(4,n).constructor(35))}}function B(Ie,De){if(1&Ie&&(d.TgZ(0,"div"),d._uU(1),d.ALo(2,"number"),d.qZA()),2&Ie){const le=d.oxw(2);d.xp6(1),d.hij("",d.lcZ(2,1,(null==le.invoice?null:le.invoice.msatoshi_received)/1e3)," Sats")}}function P(Ie,De){if(1&Ie&&(d.ynx(0),d.YNc(1,C,6,5,"div",42),d.YNc(2,B,3,3,"div",23),d.BQk()),2&Ie){const le=d.oxw();d.xp6(1),d.Q6J("ngIf",le.flgInvoicePaid),d.xp6(1),d.Q6J("ngIf",!le.flgInvoicePaid)}}function F(Ie,De){1&Ie&&(d.TgZ(0,"span"),d._uU(1,"-"),d.qZA())}function q(Ie,De){1&Ie&&d._UZ(0,"mat-spinner",49),2&Ie&&d.Q6J("diameter",20)}function he(Ie,De){if(1&Ie&&(d.ynx(0),d.YNc(1,F,2,0,"span",23),d.YNc(2,q,1,1,"mat-spinner",48),d.BQk()),2&Ie){const le=d.oxw();d.xp6(1),d.Q6J("ngIf","unpaid"!==(null==le.invoice?null:le.invoice.status)||!le.flgVersionCompatible),d.xp6(1),d.Q6J("ngIf","unpaid"===(null==le.invoice?null:le.invoice.status)&&le.flgVersionCompatible)}}function ve(Ie,De){if(1&Ie&&(d.TgZ(0,"div"),d._UZ(1,"mat-divider",25),d.TgZ(2,"div",19)(3,"div",26)(4,"h4",21),d._uU(5,"Payment Hash"),d.qZA(),d.TgZ(6,"span",24),d._uU(7),d.qZA()()(),d._UZ(8,"mat-divider",25),d.TgZ(9,"div",19)(10,"div",26)(11,"h4",21),d._uU(12,"Label"),d.qZA(),d.TgZ(13,"span",24),d._uU(14),d.qZA()()(),d._UZ(15,"mat-divider",25),d.qZA()),2&Ie){const le=d.oxw();d.xp6(7),d.Oqu(null==le.invoice?null:le.invoice.payment_hash),d.xp6(7),d.Oqu(null==le.invoice?null:le.invoice.label)}}function Ne(Ie,De){1&Ie&&(d.TgZ(0,"p"),d._uU(1,"Show Advanced"),d.qZA())}function we(Ie,De){1&Ie&&(d.TgZ(0,"p"),d._uU(1,"Hide Advanced"),d.qZA())}function Q(Ie,De){if(1&Ie){const le=d.EpF();d.TgZ(0,"button",50),d.NdJ("copied",function(xe){return d.CHM(le),d.oxw().onCopyPayment(xe)}),d._uU(1,"Copy Invoice"),d.qZA()}if(2&Ie){const le=d.oxw();d.Q6J("payload",(null==le.invoice?null:le.invoice.bolt11)||(null==le.invoice?null:le.invoice.bolt12))}}function Ue(Ie,De){if(1&Ie){const le=d.EpF();d.TgZ(0,"button",51),d.NdJ("click",function(){return d.CHM(le),d.oxw().onClose()}),d._uU(1,"OK"),d.qZA()}}const ye=function(Ie){return{"display-none":Ie}},V=function(Ie){return{"xs-scroll-y":Ie}},Ae=function(Ie,De){return{"mt-2":Ie,"mt-1":De}};let dt=(()=>{class Ie{constructor(le,Te,xe,W,ee,ue){this.dialogRef=le,this.data=Te,this.logger=xe,this.commonService=W,this.snackBar=ee,this.store=ue,this.faReceipt=e.dLy,this.faExclamationTriangle=e.eHv,this.showAdvanced=!1,this.newlyAdded=!1,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=a.cu,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}ngOnInit(){this.invoice=this.data.invoice,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===a.cu.XS&&(this.qrWidth=220),this.store.select(b.ey).pipe((0,M.R)(this.unSubs[0])).subscribe(le=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(le.api_version,"0.6.0")}),this.store.select(b.gc).pipe((0,M.R)(this.unSubs[1])).subscribe(le=>{const Te=this.invoice.status,xe=le.listInvoices.invoices||[];this.invoice=null==xe?void 0:xe.find(W=>W.payment_hash===this.invoice.payment_hash),Te!==this.invoice.status&&"paid"===this.invoice.status&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(le)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyPayment(le){this.snackBar.open("Invoice copied."),this.logger.info("Copied Text: "+le)}ngOnDestroy(){this.unSubs.forEach(le=>{le.next(null),le.complete()})}}return Ie.\u0275fac=function(le){return new(le||Ie)(d.Y36(t.so),d.Y36(t.WI),d.Y36(N.mQ),d.Y36(h.v),d.Y36(A.ux),d.Y36(w.yh))},Ie.\u0275cmp=d.Xpm({type:Ie,selectors:[["rtl-cln-invoice-information"]],decls:72,vars:49,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["class","dot green ml-1","matTooltip","Paid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow ml-1","matTooltip","Unpaid","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red ml-1","matTooltip","Expired","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"overflow-wrap","foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],["matTooltip","Paid","matTooltipPosition","right",1,"dot","green","ml-1",3,"ngClass"],["matTooltip","Unpaid","matTooltipPosition","right",1,"dot","yellow","ml-1",3,"ngClass"],["matTooltip","Expired","matTooltipPosition","right",1,"dot","red","ml-1",3,"ngClass"],[1,"font-size-120"],[1,"my-1",3,"inset"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(le,Te){if(1&le&&(d.TgZ(0,"div",0)(1,"div",1),d.YNc(2,oe,1,3,"qr-code",2),d.YNc(3,X,2,0,"span",3),d.qZA(),d.TgZ(4,"div",4)(5,"mat-card-header",5)(6,"div",6),d._UZ(7,"fa-icon",7),d.TgZ(8,"span",8),d._uU(9),d.YNc(10,y,1,3,"span",9),d.YNc(11,i,1,3,"span",10),d.YNc(12,r,1,3,"span",11),d.qZA()(),d.TgZ(13,"button",12),d.NdJ("click",function(){return Te.onClose()}),d._uU(14,"X"),d.qZA()(),d.TgZ(15,"mat-card-content",13)(16,"div",14)(17,"div",15),d.YNc(18,u,1,3,"qr-code",2),d.YNc(19,c,2,0,"span",16),d.qZA(),d.YNc(20,_,1,1,"mat-divider",17),d.YNc(21,E,5,2,"div",18),d.TgZ(22,"div",19)(23,"div",20)(24,"h4",21),d._uU(25),d.qZA(),d.TgZ(26,"span",22),d._uU(27),d.ALo(28,"number"),d.YNc(29,I,2,0,"ng-container",23),d.qZA()(),d.TgZ(30,"div",20)(31,"h4",21),d._uU(32,"Amount Received"),d.qZA(),d.TgZ(33,"span",24),d.YNc(34,P,3,2,"ng-container",23),d.YNc(35,he,3,2,"ng-container",23),d.qZA()()(),d._UZ(36,"mat-divider",25),d.TgZ(37,"div",19)(38,"div",20)(39,"h4",21),d._uU(40,"Date Expiry"),d.qZA(),d.TgZ(41,"span",22),d._uU(42),d.ALo(43,"date"),d.qZA()(),d.TgZ(44,"div",20)(45,"h4",21),d._uU(46,"Date Settled"),d.qZA(),d.TgZ(47,"span",22),d._uU(48),d.ALo(49,"date"),d.qZA()()(),d._UZ(50,"mat-divider",25),d.TgZ(51,"div",19)(52,"div",26)(53,"h4",21),d._uU(54,"Description"),d.qZA(),d.TgZ(55,"span",22),d._uU(56),d.qZA()()(),d._UZ(57,"mat-divider",25),d.TgZ(58,"div",19)(59,"div",26)(60,"h4",21),d._uU(61),d.qZA(),d.TgZ(62,"span",24),d._uU(63),d.qZA()()(),d.YNc(64,ve,16,2,"div",23),d.TgZ(65,"div",27)(66,"button",28),d.NdJ("click",function(){return Te.onShowAdvanced()}),d.YNc(67,Ne,2,0,"p",29),d.YNc(68,we,2,0,"ng-template",null,30,d.W1O),d.qZA(),d.YNc(70,Q,2,1,"button",31),d.YNc(71,Ue,2,0,"button",32),d.qZA()()()()()),2&le){const xe=d.MAs(69);d.xp6(1),d.Q6J("fxLayoutAlign",null!=Te.invoice&&Te.invoice.bolt11&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||null!=Te.invoice&&Te.invoice.bolt12&&""!==(null==Te.invoice?null:Te.invoice.bolt12)?"center start":"center center")("ngClass",d.VKq(40,ye,Te.screenSize===Te.screenSizeEnum.XS||Te.screenSize===Te.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==Te.invoice?null:Te.invoice.bolt11)&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||(null==Te.invoice?null:Te.invoice.bolt12)&&""!==(null==Te.invoice?null:Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Te.invoice&&Te.invoice.bolt11||null!=Te.invoice&&Te.invoice.bolt12)),d.xp6(4),d.Q6J("icon",Te.faReceipt),d.xp6(2),d.hij(" ",Te.screenSize===Te.screenSizeEnum.XS?Te.newlyAdded?"Created":"Invoice":Te.newlyAdded?"Invoice Created":"Invoice Information"," "),d.xp6(1),d.Q6J("ngIf","paid"===(null==Te.invoice?null:Te.invoice.status)),d.xp6(1),d.Q6J("ngIf","unpaid"===(null==Te.invoice?null:Te.invoice.status)),d.xp6(1),d.Q6J("ngIf","expired"===(null==Te.invoice?null:Te.invoice.status)),d.xp6(3),d.Q6J("ngClass",d.VKq(42,V,Te.screenSize===Te.screenSizeEnum.XS)),d.xp6(2),d.Q6J("fxLayoutAlign",null!=Te.invoice&&Te.invoice.bolt11&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||null!=Te.invoice&&Te.invoice.bolt12&&""!==(null==Te.invoice?null:Te.invoice.bolt12)?"center start":"center center")("ngClass",d.VKq(44,ye,Te.screenSize!==Te.screenSizeEnum.XS&&Te.screenSize!==Te.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==Te.invoice?null:Te.invoice.bolt11)&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||(null==Te.invoice?null:Te.invoice.bolt12)&&""!==(null==Te.invoice?null:Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Te.invoice&&Te.invoice.bolt11||null!=Te.invoice&&Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",Te.screenSize===Te.screenSizeEnum.XS||Te.screenSize===Te.screenSizeEnum.SM),d.xp6(1),d.Q6J("ngIf",null==Te.invoice?null:Te.invoice.warning_capacity),d.xp6(4),d.Oqu(Te.screenSize===Te.screenSizeEnum.XS?"Amount":"Amount Requested"),d.xp6(2),d.hij(" ",d.lcZ(28,32,(null==Te.invoice?null:Te.invoice.msatoshi)/1e3||0)," Sats"),d.xp6(2),d.Q6J("ngIf",!(null!=Te.invoice&&Te.invoice.msatoshi)||"0"===(null==Te.invoice?null:Te.invoice.msatoshi)),d.xp6(5),d.Q6J("ngIf","paid"===(null==Te.invoice?null:Te.invoice.status)),d.xp6(1),d.Q6J("ngIf","paid"!==(null==Te.invoice?null:Te.invoice.status)),d.xp6(7),d.Oqu(d.xi3(43,34,1e3*(null==Te.invoice?null:Te.invoice.expires_at),"dd/MMM/y HH:mm")),d.xp6(6),d.Oqu(d.xi3(49,37,1e3*(null==Te.invoice?null:Te.invoice.paid_at),"dd/MMM/y HH:mm")||"-"),d.xp6(8),d.Oqu((null==Te.invoice?null:Te.invoice.description)||"-"),d.xp6(5),d.hij("",null!=Te.invoice&&Te.invoice.bolt12?"Bolt12":null!=Te.invoice&&Te.invoice.bolt11&&!Te.invoice.label.includes("keysend-")?"Bolt11":"Keysend"," Invoice"),d.xp6(2),d.Oqu((null==Te.invoice?null:Te.invoice.bolt11)||(null==Te.invoice?null:Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",Te.showAdvanced),d.xp6(1),d.Q6J("ngClass",d.WLB(46,Ae,!Te.showAdvanced,Te.showAdvanced)),d.xp6(2),d.Q6J("ngIf",!Te.showAdvanced)("ngIfElse",xe),d.xp6(3),d.Q6J("ngIf",(null==Te.invoice?null:Te.invoice.bolt11)&&""!==(null==Te.invoice?null:Te.invoice.bolt11)||(null==Te.invoice?null:Te.invoice.bolt12)&&""!==(null==Te.invoice?null:Te.invoice.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Te.invoice&&Te.invoice.bolt11||null!=Te.invoice&&Te.invoice.bolt12))}},directives:[D.xw,D.Wh,D.yH,L.mk,k.oO,L.O5,S.uU,U.dk,Z.BN,j.gM,ne.lW,U.dn,$.d,L.sg,de.Ou,te.h,ie.y],pipes:[L.JJ,L.uU],styles:[""]}),Ie})()},1462:(Ve,K,p)=>{"use strict";p.d(K,{k:()=>F});var t=p(8966),e=p(801),f=p(7579),M=p(2722),a=p(7731),b=p(9828),d=p(5e3),N=p(5043),h=p(62),A=p(7261),w=p(5620),D=p(8104),L=p(7093),k=p(9808),S=p(3322),U=p(159),Z=p(9224),j=p(9444),ne=p(7423),$=p(4834),de=p(3390),te=p(6895);function ie(q,he){if(1&q&&d._UZ(0,"qr-code",28),2&q){const ve=d.oxw();d.Q6J("value",null==ve.offer?null:ve.offer.bolt12)("size",ve.qrWidth)("errorCorrectionLevel","L")}}function oe(q,he){1&q&&(d.TgZ(0,"span",29),d._uU(1,"N/A"),d.qZA())}function X(q,he){if(1&q&&d._UZ(0,"qr-code",28),2&q){const ve=d.oxw();d.Q6J("value",null==ve.offer?null:ve.offer.bolt12)("size",ve.qrWidth)("errorCorrectionLevel","L")}}function me(q,he){1&q&&(d.TgZ(0,"span",30),d._uU(1,"QR Code Not Applicable"),d.qZA())}function y(q,he){1&q&&d._UZ(0,"mat-divider",31),2&q&&d.Q6J("inset",!0)}function i(q,he){1&q&&d._UZ(0,"mat-divider",19)}function r(q,he){if(1&q&&(d.TgZ(0,"div",15)(1,"div",16)(2,"h4",17),d._uU(3,"Used"),d.qZA(),d.TgZ(4,"span",18),d._uU(5),d.qZA()(),d.TgZ(6,"div",16)(7,"h4",17),d._uU(8,"Single Use"),d.qZA(),d.TgZ(9,"span",18),d._uU(10),d.qZA()()()),2&q){const ve=d.oxw(2);d.xp6(5),d.hij(" ",null!=ve.offer&&ve.offer.used?null!=ve.offer&&ve.offer.used?"Yes":"No":"N/K"," "),d.xp6(5),d.hij(" ",null!=ve.offer&&ve.offer.single_use?null!=ve.offer&&ve.offer.single_use?"Yes":"No":"N/K"," ")}}function u(q,he){1&q&&d._UZ(0,"mat-divider",19)}function c(q,he){if(1&q&&(d.TgZ(0,"div",15)(1,"div",20)(2,"h4",17),d._uU(3,"Vendor"),d.qZA(),d.TgZ(4,"span",34),d._uU(5),d.qZA()()()),2&q){const ve=d.oxw(2);d.xp6(5),d.Oqu((null==ve.offerDecoded?null:ve.offerDecoded.vendor)||(null==ve.offerDecoded?null:ve.offerDecoded.issuer))}}function _(q,he){if(1&q&&(d.TgZ(0,"div"),d.YNc(1,i,1,0,"mat-divider",32),d.YNc(2,r,11,2,"div",33),d.YNc(3,u,1,0,"mat-divider",32),d.YNc(4,c,6,1,"div",33),d._UZ(5,"mat-divider",19),d.TgZ(6,"div",15)(7,"div",20)(8,"h4",17),d._uU(9,"Offer ID"),d.qZA(),d.TgZ(10,"span",18),d._uU(11),d.qZA()()(),d._UZ(12,"mat-divider",19),d.qZA()),2&q){const ve=d.oxw();d.xp6(1),d.Q6J("ngIf",(null==ve.offer?null:ve.offer.used)||(null==ve.offer?null:ve.offer.single_use)),d.xp6(1),d.Q6J("ngIf",(null==ve.offer?null:ve.offer.used)||(null==ve.offer?null:ve.offer.single_use)),d.xp6(1),d.Q6J("ngIf",(null==ve.offerDecoded?null:ve.offerDecoded.vendor)||(null==ve.offerDecoded?null:ve.offerDecoded.issuer)),d.xp6(1),d.Q6J("ngIf",(null==ve.offerDecoded?null:ve.offerDecoded.vendor)||(null==ve.offerDecoded?null:ve.offerDecoded.issuer)),d.xp6(7),d.Oqu(ve.offerDecoded.offer_id)}}function E(q,he){1&q&&(d.TgZ(0,"p"),d._uU(1,"Show Advanced"),d.qZA())}function I(q,he){1&q&&(d.TgZ(0,"p"),d._uU(1,"Hide Advanced"),d.qZA())}function v(q,he){if(1&q){const ve=d.EpF();d.TgZ(0,"button",35),d.NdJ("copied",function(we){return d.CHM(ve),d.oxw().onCopyOffer(we)}),d._uU(1,"Copy Offer"),d.qZA()}if(2&q){const ve=d.oxw();d.Q6J("payload",null==ve.offer?null:ve.offer.bolt12)}}function n(q,he){if(1&q){const ve=d.EpF();d.TgZ(0,"button",36),d.NdJ("click",function(){return d.CHM(ve),d.oxw().onClose()}),d._uU(1,"OK"),d.qZA()}}const C=function(q){return{"display-none":q}},B=function(q){return{"xs-scroll-y":q}},P=function(q,he){return{"mt-2":q,"mt-1":he}};let F=(()=>{class q{constructor(ve,Ne,we,Q,Ue,ye,V){this.dialogRef=ve,this.data=Ne,this.logger=we,this.commonService=Q,this.snackBar=Ue,this.store=ye,this.dataService=V,this.faReceipt=e.dLy,this.faExclamationTriangle=e.eHv,this.showAdvanced=!1,this.newlyAdded=!1,this.offerDecoded={},this.qrWidth=240,this.screenSize="",this.screenSizeEnum=a.cu,this.flgOfferPaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}ngOnInit(){this.offer=this.data.offer,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===a.cu.XS&&(this.qrWidth=220),this.store.select(b.ey).pipe((0,M.R)(this.unSubs[0])).subscribe(ve=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(ve.api_version,"0.6.0")}),this.dataService.decodePayment(this.offer.bolt12,!0).pipe((0,M.R)(this.unSubs[1])).subscribe(ve=>{var Ne;this.offerDecoded=ve,this.offerDecoded.offer_id&&!this.offerDecoded.amount_msat?(this.offerDecoded.amount_msat="0msat",this.offerDecoded.amount=0):this.offerDecoded.amount=this.offerDecoded.amount?+this.offerDecoded.amount:this.offerDecoded.amount_msat?+(null===(Ne=this.offerDecoded.amount_msat)||void 0===Ne?void 0:Ne.slice(0,-4)):null})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyOffer(ve){this.snackBar.open("Offer copied."),this.logger.info("Copied Text: "+ve)}ngOnDestroy(){this.unSubs.forEach(ve=>{ve.next(null),ve.complete()})}}return q.\u0275fac=function(ve){return new(ve||q)(d.Y36(t.so),d.Y36(t.WI),d.Y36(N.mQ),d.Y36(h.v),d.Y36(A.ux),d.Y36(w.yh),d.Y36(D.D))},q.\u0275cmp=d.Xpm({type:q,selectors:[["rtl-cln-offer-information"]],decls:52,vars:33,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxFlex","100"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],[1,"overflow-wrap","foreground-secondary-text"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(ve,Ne){if(1&ve&&(d.TgZ(0,"div",0)(1,"div",1),d.YNc(2,ie,1,3,"qr-code",2),d.YNc(3,oe,2,0,"span",3),d.qZA(),d.TgZ(4,"div",4)(5,"mat-card-header",5)(6,"div",6),d._UZ(7,"fa-icon",7),d.TgZ(8,"span",8),d._uU(9),d.qZA()(),d.TgZ(10,"button",9),d.NdJ("click",function(){return Ne.onClose()}),d._uU(11,"X"),d.qZA()(),d.TgZ(12,"mat-card-content",10)(13,"div",11)(14,"div",12),d.YNc(15,X,1,3,"qr-code",2),d.YNc(16,me,2,0,"span",13),d.qZA(),d.YNc(17,y,1,1,"mat-divider",14),d.TgZ(18,"div",15)(19,"div",16)(20,"h4",17),d._uU(21,"Amount Requested (Sats)"),d.qZA(),d.TgZ(22,"span",18),d._uU(23),d.ALo(24,"number"),d.qZA()(),d.TgZ(25,"div",16)(26,"h4",17),d._uU(27,"Active"),d.qZA(),d.TgZ(28,"span",18),d._uU(29),d.qZA()()(),d._UZ(30,"mat-divider",19),d.TgZ(31,"div",15)(32,"div",20)(33,"h4",17),d._uU(34,"Description"),d.qZA(),d.TgZ(35,"span",18),d._uU(36),d.qZA()()(),d._UZ(37,"mat-divider",19),d.TgZ(38,"div",15)(39,"div",20)(40,"h4",17),d._uU(41,"Offer Request"),d.qZA(),d.TgZ(42,"span",18),d._uU(43),d.qZA()()(),d.YNc(44,_,13,5,"div",21),d.TgZ(45,"div",22)(46,"button",23),d.NdJ("click",function(){return Ne.onShowAdvanced()}),d.YNc(47,E,2,0,"p",24),d.YNc(48,I,2,0,"ng-template",null,25,d.W1O),d.qZA(),d.YNc(50,v,2,1,"button",26),d.YNc(51,n,2,0,"button",27),d.qZA()()()()()),2&ve){const we=d.MAs(49);d.xp6(1),d.Q6J("fxLayoutAlign",null!=Ne.offer&&Ne.offer.bolt12&&""!==(null==Ne.offer?null:Ne.offer.bolt12)?"center start":"center center")("ngClass",d.VKq(24,C,Ne.screenSize===Ne.screenSizeEnum.XS||Ne.screenSize===Ne.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==Ne.offer?null:Ne.offer.bolt12)&&""!==(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Ne.offer&&Ne.offer.bolt12)||""===(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(4),d.Q6J("icon",Ne.faReceipt),d.xp6(2),d.Oqu(Ne.screenSize===Ne.screenSizeEnum.XS?Ne.newlyAdded?"Created":"Offer":Ne.newlyAdded?"Offer Created":"Offer Information"),d.xp6(3),d.Q6J("ngClass",d.VKq(26,B,Ne.screenSize===Ne.screenSizeEnum.XS)),d.xp6(2),d.Q6J("fxLayoutAlign",null!=Ne.offer&&Ne.offer.bolt12&&""!==(null==Ne.offer?null:Ne.offer.bolt12)?"center start":"center center")("ngClass",d.VKq(28,C,Ne.screenSize!==Ne.screenSizeEnum.XS&&Ne.screenSize!==Ne.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==Ne.offer?null:Ne.offer.bolt12)&&""!==(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Ne.offer&&Ne.offer.bolt12)||""===(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(1),d.Q6J("ngIf",Ne.screenSize===Ne.screenSizeEnum.XS||Ne.screenSize===Ne.screenSizeEnum.SM),d.xp6(6),d.hij(" ",null!=Ne.offerDecoded&&Ne.offerDecoded.amount_msat&&0!==(null==Ne.offerDecoded?null:Ne.offerDecoded.amount)?d.lcZ(24,22,(null==Ne.offerDecoded?null:Ne.offerDecoded.amount)/1e3):"Open Offer"," "),d.xp6(6),d.hij(" ",null!=Ne.offer&&Ne.offer.active?null!=Ne.offer&&Ne.offer.active?"Active":"Inactive":"N/K"," "),d.xp6(7),d.hij(" ",null==Ne.offerDecoded?null:Ne.offerDecoded.description," "),d.xp6(7),d.Oqu(null==Ne.offer?null:Ne.offer.bolt12),d.xp6(1),d.Q6J("ngIf",Ne.showAdvanced),d.xp6(1),d.Q6J("ngClass",d.WLB(30,P,!Ne.showAdvanced,Ne.showAdvanced)),d.xp6(2),d.Q6J("ngIf",!Ne.showAdvanced)("ngIfElse",we),d.xp6(3),d.Q6J("ngIf",(null==Ne.offer?null:Ne.offer.bolt12)&&""!==(null==Ne.offer?null:Ne.offer.bolt12)),d.xp6(1),d.Q6J("ngIf",!(null!=Ne.offer&&Ne.offer.bolt12)||""===(null==Ne.offer?null:Ne.offer.bolt12))}},directives:[L.xw,L.Wh,L.yH,k.mk,S.oO,k.O5,U.uU,Z.dk,j.BN,ne.lW,Z.dn,$.d,de.h,te.y],pipes:[k.JJ],styles:[""]}),q})()},2994:(Ve,K,p)=>{"use strict";p.d(K,{$W:()=>j,BL:()=>r,Bw:()=>S,CX:()=>d,DJ:()=>V,EK:()=>oe,El:()=>$,Fd:()=>M,GD:()=>ie,HG:()=>Z,HI:()=>_,Iy:()=>P,Lf:()=>B,Nr:()=>he,OG:()=>u,On:()=>U,QZ:()=>f,RX:()=>h,SN:()=>N,Sf:()=>Q,TM:()=>n,TW:()=>D,UR:()=>A,WM:()=>q,WO:()=>E,YP:()=>Ne,YX:()=>y,Z$:()=>ve,Z8:()=>ne,Zr:()=>a,_E:()=>X,aL:()=>we,cQ:()=>c,eN:()=>w,i:()=>L,iL:()=>k,iz:()=>b,kL:()=>I,mC:()=>C,n7:()=>Ue,oV:()=>v,pW:()=>i,ti:()=>Ae});var t=p(5620),e=p(7731);const f=(0,t.PH)(e.lr.UPDATE_API_CALL_STATUS_ECL,(0,t.Ky)()),M=(0,t.PH)(e.lr.RESET_ECL_STORE,(0,t.Ky)()),a=(0,t.PH)(e.lr.SET_CHILD_NODE_SETTINGS_ECL,(0,t.Ky)()),b=(0,t.PH)(e.lr.FETCH_INFO_ECL,(0,t.Ky)()),d=(0,t.PH)(e.lr.SET_INFO_ECL,(0,t.Ky)()),N=(0,t.PH)(e.lr.FETCH_FEES_ECL),h=(0,t.PH)(e.lr.SET_FEES_ECL,(0,t.Ky)()),A=(0,t.PH)(e.lr.FETCH_CHANNELS_ECL,(0,t.Ky)()),w=(0,t.PH)(e.lr.SET_ACTIVE_CHANNELS_ECL,(0,t.Ky)()),D=(0,t.PH)(e.lr.SET_PENDING_CHANNELS_ECL,(0,t.Ky)()),L=(0,t.PH)(e.lr.SET_INACTIVE_CHANNELS_ECL,(0,t.Ky)()),k=(0,t.PH)(e.lr.FETCH_ONCHAIN_BALANCE_ECL),S=(0,t.PH)(e.lr.SET_ONCHAIN_BALANCE_ECL,(0,t.Ky)()),U=(0,t.PH)(e.lr.SET_LIGHTNING_BALANCE_ECL,(0,t.Ky)()),Z=(0,t.PH)(e.lr.SET_CHANNELS_STATUS_ECL,(0,t.Ky)()),j=(0,t.PH)(e.lr.FETCH_PEERS_ECL),ne=(0,t.PH)(e.lr.SET_PEERS_ECL,(0,t.Ky)()),$=(0,t.PH)(e.lr.SAVE_NEW_PEER_ECL,(0,t.Ky)()),ie=((0,t.PH)(e.lr.NEWLY_ADDED_PEER_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.ADD_PEER_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.DETACH_PEER_ECL,(0,t.Ky)())),oe=(0,t.PH)(e.lr.REMOVE_PEER_ECL,(0,t.Ky)()),X=(0,t.PH)(e.lr.GET_NEW_ADDRESS_ECL),y=((0,t.PH)(e.lr.SET_NEW_ADDRESS_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.SAVE_NEW_CHANNEL_ECL,(0,t.Ky)())),i=(0,t.PH)(e.lr.UPDATE_CHANNEL_ECL,(0,t.Ky)()),r=(0,t.PH)(e.lr.CLOSE_CHANNEL_ECL,(0,t.Ky)()),u=(0,t.PH)(e.lr.REMOVE_CHANNEL_ECL,(0,t.Ky)()),c=(0,t.PH)(e.lr.FETCH_PAYMENTS_ECL),_=(0,t.PH)(e.lr.SET_PAYMENTS_ECL,(0,t.Ky)()),E=(0,t.PH)(e.lr.GET_QUERY_ROUTES_ECL,(0,t.Ky)()),I=(0,t.PH)(e.lr.SET_QUERY_ROUTES_ECL,(0,t.Ky)()),v=(0,t.PH)(e.lr.SEND_PAYMENT_ECL,(0,t.Ky)()),n=(0,t.PH)(e.lr.SEND_PAYMENT_STATUS_ECL,(0,t.Ky)()),C=(0,t.PH)(e.lr.FETCH_TRANSACTIONS_ECL),B=(0,t.PH)(e.lr.SET_TRANSACTIONS_ECL,(0,t.Ky)()),P=(0,t.PH)(e.lr.SEND_ONCHAIN_FUNDS_ECL,(0,t.Ky)()),q=((0,t.PH)(e.lr.SEND_ONCHAIN_FUNDS_RES_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.FETCH_INVOICES_ECL)),he=(0,t.PH)(e.lr.SET_INVOICES_ECL,(0,t.Ky)()),ve=(0,t.PH)(e.lr.CREATE_INVOICE_ECL,(0,t.Ky)()),Ne=(0,t.PH)(e.lr.ADD_INVOICE_ECL,(0,t.Ky)()),we=(0,t.PH)(e.lr.UPDATE_INVOICE_ECL,(0,t.Ky)()),Q=(0,t.PH)(e.lr.PEER_LOOKUP_ECL,(0,t.Ky)()),Ue=(0,t.PH)(e.lr.INVOICE_LOOKUP_ECL,(0,t.Ky)()),V=((0,t.PH)(e.lr.SET_LOOKUP_ECL,(0,t.Ky)()),(0,t.PH)(e.lr.UPDATE_CHANNEL_STATE_ECL,(0,t.Ky)())),Ae=(0,t.PH)(e.lr.UPDATE_RELAYED_PAYMENT_ECL,(0,t.Ky)())},3289:(Ve,K,p)=>{"use strict";p.d(K,{o:()=>oe});var t=p(6642),e=p(7579),f=p(9646),M=p(5577),a=p(2722),b=p(4004),d=p(262),N=p(2340),h=p(1786),A=p(7731),w=p(7861),D=p(7766),L=p(2994),k=p(2501),S=p(5e3),U=p(8138),Z=p(5620),j=p(5986),ne=p(62),$=p(5043),de=p(1402),te=p(7998),ie=p(9808);let oe=(()=>{class X{constructor(y,i,r,u,c,_,E,I,v){this.actions=y,this.httpClient=i,this.store=r,this.sessionService=u,this.commonService=c,this.logger=_,this.router=E,this.wsService=I,this.location=v,this.CHILD_API_URL=N.T5+"/ecl",this.flgInitialized=!1,this.flgReceivedPaymentUpdateFromWS=!1,this.latestPaymentRes="",this.rawChannelsList=[],this.unSubs=[new e.x,new e.x,new e.x],this.infoFetchECL=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_INFO_ECL),(0,M.z)(n=>(this.flgInitialized=!1,this.store.dispatch((0,w.lC)({payload:this.CHILD_API_URL})),this.store.dispatch((0,w.ac)({payload:A.m6.GET_NODE_INFO})),this.store.dispatch((0,L.QZ)({payload:{action:"FetchInfo",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.GETINFO_API).pipe((0,a.R)(this.actions.pipe((0,t.l4)(A.pg.SET_SELECTED_NODE))),(0,b.U)(C=>(this.logger.info(C),this.initializeRemainingData(C,n.payload.loadPage),this.store.dispatch((0,L.QZ)({payload:{action:"FetchInfo",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.GET_NODE_INFO})),{type:A.lr.SET_INFO_ECL,payload:C||{}})),(0,d.K)(C=>{const B=this.commonService.extractErrorCode(C),P=503===B?"Unable to Connect to Eclair Server.":this.commonService.extractErrorMessage(C);return this.router.navigate(["/error"],{state:{errorCode:B,errorMessage:P}}),this.handleErrorWithoutAlert("FetchInfo",A.m6.GET_NODE_INFO,"Fetching Node Info Failed.",{status:B,error:P}),(0,f.of)({type:A.pg.VOID})})))))),this.fetchFees=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_FEES_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchFees",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.FEES_API+"/fees").pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchFees",status:A.Bn.COMPLETED}})),{type:A.lr.SET_FEES_ECL,payload:n||{}})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchFees",A.m6.NO_SPINNER,"Fetching Fees Failed.",n),(0,f.of)({type:A.pg.VOID})))))))),this.fetchPayments=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_PAYMENTS_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchPayments",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.FEES_API+"/payments").pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchPayments",status:A.Bn.COMPLETED}})),{type:A.lr.SET_PAYMENTS_ECL,payload:n||{}})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchPayments",A.m6.NO_SPINNER,"Fetching Payments Failed.",n),(0,f.of)({type:A.pg.VOID})))))))),this.channelsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_CHANNELS_ECL),(0,M.z)(n=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchChannels",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.CHANNELS_API).pipe((0,b.U)(C=>(this.logger.info(C),this.rawChannelsList=C,this.setChannelsAndStatusAndBalances(),this.store.dispatch((0,L.QZ)({payload:{action:"FetchChannels",status:A.Bn.COMPLETED}})),n.payload&&n.payload.fetchPayments&&this.store.dispatch((0,L.cQ)()),{type:A.pg.VOID})),(0,d.K)(C=>(this.handleErrorWithoutAlert("FetchChannels",A.m6.NO_SPINNER,"Fetching Channels Failed.",C),(0,f.of)({type:A.pg.VOID})))))))),this.fetchOnchainBalance=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_ONCHAIN_BALANCE_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchOnchainBalance",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"/balance"))),(0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchOnchainBalance",status:A.Bn.COMPLETED}})),{type:A.lr.SET_ONCHAIN_BALANCE_ECL,payload:n||{}})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchOnchainBalance",A.m6.NO_SPINNER,"Fetching Onchain Balances Failed.",n),(0,f.of)({type:A.pg.VOID}))))),this.peersFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_PEERS_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchPeers",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.PEERS_API).pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchPeers",status:A.Bn.COMPLETED}})),{type:A.lr.SET_PEERS_ECL,payload:n||[]})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchPeers",A.m6.NO_SPINNER,"Fetching Peers Failed.",n),(0,f.of)({type:A.pg.VOID})))))))),this.getNewAddress=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.GET_NEW_ADDRESS_ECL),(0,M.z)(()=>(this.store.dispatch((0,w.ac)({payload:A.m6.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API).pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,w.uO)({payload:A.m6.GENERATE_NEW_ADDRESS})),{type:A.lr.SET_NEW_ADDRESS_ECL,payload:n})),(0,d.K)(n=>(this.handleErrorWithAlert("GetNewAddress",A.m6.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+N.NZ.ON_CHAIN_API,n),(0,f.of)({type:A.pg.VOID})))))))),this.setNewAddress=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SET_NEW_ADDRESS_ECL),(0,b.U)(n=>(this.logger.info(n.payload),n.payload))),{dispatch:!1}),this.saveNewPeer=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SAVE_NEW_PEER_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.CONNECT_PEER})),this.store.dispatch((0,L.QZ)({payload:{action:"SaveNewPeer",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.PEERS_API+(n.payload.id.includes("@")?"?uri=":"?nodeId=")+n.payload.id,{}).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"SaveNewPeer",status:A.Bn.COMPLETED}})),C=C||[],this.store.dispatch((0,w.uO)({payload:A.m6.CONNECT_PEER})),this.store.dispatch((0,L.Z8)({payload:C})),{type:A.lr.NEWLY_ADDED_PEER_ECL,payload:{peer:C.find(B=>B.nodeId===(n.payload.id.includes("@")?n.payload.id.substring(0,n.payload.id.indexOf("@")):n.payload.id))}})),(0,d.K)(C=>(this.handleErrorWithoutAlert("SaveNewPeer",A.m6.CONNECT_PEER,"Peer Connection Failed.",C),(0,f.of)({type:A.pg.VOID})))))))),this.detachPeer=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.DETACH_PEER_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.PEERS_API+"/"+n.payload.nodeId).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,w.uO)({payload:A.m6.DISCONNECT_PEER})),this.store.dispatch((0,w.jW)({payload:"Disconnecting Peer!"})),{type:A.lr.REMOVE_PEER_ECL,payload:{nodeId:n.payload.nodeId}})),(0,d.K)(C=>(this.handleErrorWithAlert("DisconnectPeer",A.m6.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+N.NZ.PEERS_API+"/"+n.payload.nodeId,C),(0,f.of)({type:A.pg.VOID})))))))),this.openNewChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SAVE_NEW_CHANNEL_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.OPEN_CHANNEL})),this.store.dispatch((0,L.QZ)({payload:{action:"SaveNewChannel",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.CHANNELS_API,n.payload.feeRate&&n.payload.feeRate>0?{nodeId:n.payload.nodeId,fundingSatoshis:n.payload.amount,channelFlags:+!n.payload.private,fundingFeerateSatByte:n.payload.feeRate}:{nodeId:n.payload.nodeId,fundingSatoshis:n.payload.amount,channelFlags:+!n.payload.private}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,L.QZ)({payload:{action:"SaveNewChannel",status:A.Bn.COMPLETED}})),this.store.dispatch((0,L.$W)()),this.store.dispatch((0,L.iL)()),this.store.dispatch((0,w.uO)({payload:A.m6.OPEN_CHANNEL})),this.store.dispatch((0,w.jW)({payload:"Channel Added Successfully!"})),{type:A.lr.FETCH_CHANNELS_ECL,payload:{fetchPayments:!1}})),(0,d.K)(B=>(this.handleErrorWithoutAlert("SaveNewChannel",A.m6.OPEN_CHANNEL,"Opening Channel Failed.",B),(0,f.of)({type:A.pg.VOID})))))))),this.updateChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.UPDATE_CHANNEL_ECL),(0,M.z)(n=>{this.store.dispatch((0,w.ac)({payload:A.m6.UPDATE_CHAN_POLICY}));let C="?feeBaseMsat="+n.payload.baseFeeMsat+"&feeProportionalMillionths="+n.payload.feeRate;return C=n.payload.nodeIds?C+"&nodeIds="+n.payload.nodeIds:n.payload.nodeId?C+"&nodeId="+n.payload.nodeId:n.payload.channelIds?C+"&channelIds="+n.payload.channelIds:C+"&channelId="+n.payload.channelId,this.httpClient.post(this.CHILD_API_URL+N.NZ.CHANNELS_API+"/updateRelayFee"+C,{}).pipe((0,b.U)(B=>(this.logger.info(B),this.store.dispatch((0,w.uO)({payload:A.m6.UPDATE_CHAN_POLICY})),this.store.dispatch((0,w.jW)(n.payload.nodeIds||n.payload.channelIds?{payload:"Channels Updated Successfully."}:{payload:"Channel Updated Successfully!"})),{type:A.lr.FETCH_CHANNELS_ECL,payload:{fetchPayments:!1}})),(0,d.K)(B=>(this.handleErrorWithAlert("UpdateChannels",A.m6.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+N.NZ.CHANNELS_API,B),(0,f.of)({type:A.pg.VOID}))))}))),this.closeChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.CLOSE_CHANNEL_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:n.payload.force?A.m6.FORCE_CLOSE_CHANNEL:A.m6.CLOSE_CHANNEL})),this.httpClient.delete(this.CHILD_API_URL+N.NZ.CHANNELS_API+"?channelId="+n.payload.channelId+"&force="+n.payload.force).pipe((0,b.U)(C=>(this.logger.info(C),setTimeout(()=>{this.store.dispatch((0,w.uO)({payload:n.payload.force?A.m6.FORCE_CLOSE_CHANNEL:A.m6.CLOSE_CHANNEL})),this.store.dispatch((0,L.UR)({payload:{fetchPayments:!1}})),this.store.dispatch((0,w.jW)({payload:n.payload.force?"Channel Force Closed Successfully!":"Channel Closed Successfully!"}))},2e3),{type:A.pg.VOID})),(0,d.K)(C=>(this.handleErrorWithAlert("CloseChannel",n.payload.force?A.m6.FORCE_CLOSE_CHANNEL:A.m6.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+N.NZ.CHANNELS_API,C),(0,f.of)({type:A.pg.VOID})))))))),this.queryRoutesFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.GET_QUERY_ROUTES_ECL),(0,M.z)(n=>this.httpClient.get(this.CHILD_API_URL+N.NZ.PAYMENTS_API+"/route?nodeId="+n.payload.nodeId+"&amountMsat="+n.payload.amount).pipe((0,b.U)(C=>(this.logger.info(C),{type:A.lr.SET_QUERY_ROUTES_ECL,payload:C})),(0,d.K)(C=>(this.store.dispatch((0,L.kL)({payload:[]})),this.handleErrorWithAlert("GetQueryRoutes",A.m6.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+N.NZ.PAYMENTS_API+"/route?nodeId="+n.payload.nodeId+"&amountMsat="+n.payload.amount,C),(0,f.of)({type:A.pg.VOID}))))))),this.setQueryRoutes=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SET_QUERY_ROUTES_ECL),(0,b.U)(n=>n.payload)),{dispatch:!1}),this.sendPayment=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SEND_PAYMENT_ECL),(0,M.z)(n=>(this.flgReceivedPaymentUpdateFromWS=!1,this.latestPaymentRes="",this.store.dispatch((0,w.ac)({payload:A.m6.SEND_PAYMENT})),this.store.dispatch((0,L.QZ)({payload:{action:"SendPayment",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.PAYMENTS_API,n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.latestPaymentRes=C,setTimeout(()=>{this.flgReceivedPaymentUpdateFromWS||this.handleSendPaymentStatus("Payment Submitted!")},3e3),{type:A.pg.VOID})),(0,d.K)(C=>(this.logger.error("Error: "+JSON.stringify(C)),n.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",A.m6.SEND_PAYMENT,"Send Payment Failed.",C):this.handleErrorWithAlert("SendPayment",A.m6.SEND_PAYMENT,"Send Payment Failed",this.CHILD_API_URL+N.NZ.PAYMENTS_API,C),(0,f.of)({type:A.pg.VOID})))))))),this.transactionsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_TRANSACTIONS_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchTransactions",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.ON_CHAIN_API+"/transactions?count=1000&skip=0"))),(0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchTransactions",status:A.Bn.COMPLETED}})),{type:A.lr.SET_TRANSACTIONS_ECL,payload:n||[]})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchTransactions",A.m6.NO_SPINNER,"Fetching Transactions Failed.",n),(0,f.of)({type:A.pg.VOID}))))),this.SendOnchainFunds=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SEND_ONCHAIN_FUNDS_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.SEND_FUNDS})),this.store.dispatch((0,L.QZ)({payload:{action:"SendOnchainFunds",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.ON_CHAIN_API,n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"SendOnchainFunds",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.SEND_FUNDS})),this.store.dispatch((0,L.iL)()),{type:A.lr.SEND_ONCHAIN_FUNDS_RES_ECL,payload:C})),(0,d.K)(C=>(this.handleErrorWithoutAlert("SendOnchainFunds",A.m6.SEND_FUNDS,"Sending Fund Failed.",C),(0,f.of)({type:A.pg.VOID})))))))),this.createInvoice=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.CREATE_INVOICE_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.CREATE_INVOICE})),this.store.dispatch((0,L.QZ)({payload:{action:"CreateInvoice",status:A.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+N.NZ.INVOICES_API,n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"CreateInvoice",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.CREATE_INVOICE})),C.timestamp=Math.round((new Date).getTime()/1e3),C.expiresAt=Math.round(C.timestamp+n.payload.expireIn),C.description=n.payload.description,C.status="unpaid",setTimeout(()=>{this.store.dispatch((0,w.qR)({payload:{data:{invoice:C,newlyAdded:!0,component:D.R}}}))},100),{type:A.lr.ADD_INVOICE_ECL,payload:C})),(0,d.K)(C=>(this.handleErrorWithoutAlert("CreateInvoice",A.m6.CREATE_INVOICE,"Create Invoice Failed.",C),(0,f.of)({type:A.pg.VOID})))))))),this.invoicesFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.FETCH_INVOICES_ECL),(0,M.z)(()=>(this.store.dispatch((0,L.QZ)({payload:{action:"FetchInvoices",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.INVOICES_API).pipe((0,b.U)(n=>(this.logger.info(n),this.store.dispatch((0,L.QZ)({payload:{action:"FetchInvoices",status:A.Bn.COMPLETED}})),{type:A.lr.SET_INVOICES_ECL,payload:n})),(0,d.K)(n=>(this.handleErrorWithoutAlert("FetchInvoices",A.m6.NO_SPINNER,"Fetching Invoices Failed.",n),(0,f.of)({type:A.pg.VOID})))))))),this.peerLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.PEER_LOOKUP_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.SEARCHING_NODE})),this.store.dispatch((0,L.QZ)({payload:{action:"Lookup",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.NETWORK_API+"/nodes/"+n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"Lookup",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.SEARCHING_NODE})),{type:A.lr.SET_LOOKUP_ECL,payload:C})),(0,d.K)(C=>(this.handleErrorWithAlert("Lookup",A.m6.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+N.NZ.NETWORK_API+"/nodes/"+n.payload,C),(0,f.of)({type:A.pg.VOID})))))))),this.invoiceLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.INVOICE_LOOKUP_ECL),(0,M.z)(n=>(this.store.dispatch((0,w.ac)({payload:A.m6.SEARCHING_INVOICE})),this.store.dispatch((0,L.QZ)({payload:{action:"Lookup",status:A.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+N.NZ.INVOICES_API+"/"+n.payload).pipe((0,b.U)(C=>(this.logger.info(C),this.store.dispatch((0,L.QZ)({payload:{action:"Lookup",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.SEARCHING_INVOICE})),this.store.dispatch((0,L.aL)({payload:C})),{type:A.lr.SET_LOOKUP_ECL,payload:C})),(0,d.K)(C=>(this.handleErrorWithoutAlert("Lookup",A.m6.SEARCHING_INVOICE,"Invoice Lookup Failed",C),this.store.dispatch((0,w.jW)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,f.of)({type:A.pg.VOID})))))))),this.setLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(A.lr.SET_LOOKUP_ECL),(0,b.U)(n=>(this.logger.info(n.payload),n.payload))),{dispatch:!1}),this.handleSendPaymentStatus=n=>{this.store.dispatch((0,L.QZ)({payload:{action:"SendPayment",status:A.Bn.COMPLETED}})),this.store.dispatch((0,w.uO)({payload:A.m6.SEND_PAYMENT})),this.store.dispatch((0,L.TM)({payload:this.latestPaymentRes})),this.store.dispatch((0,L.UR)({payload:{fetchPayments:!0}})),this.store.dispatch((0,w.jW)({payload:n}))},this.store.select(k.yA).pipe((0,a.R)(this.unSubs[0])).subscribe(n=>{n.FetchInfo.status!==A.Bn.COMPLETED&&n.FetchInfo.status!==A.Bn.ERROR||n.FetchFees.status!==A.Bn.COMPLETED&&n.FetchFees.status!==A.Bn.ERROR||n.FetchOnchainBalance.status!==A.Bn.COMPLETED&&n.FetchOnchainBalance.status!==A.Bn.ERROR||n.FetchChannels.status!==A.Bn.COMPLETED&&n.FetchChannels.status!==A.Bn.ERROR||this.flgInitialized||(this.store.dispatch((0,w.uO)({payload:A.m6.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.eclWSMessages.pipe((0,a.R)(this.unSubs[1])).subscribe(n=>{var C;this.logger.info("Received new message from the service: "+JSON.stringify(n));let B="";if(n)switch(n.type){case A.$v.PAYMENT_SENT:n&&n.id&&this.latestPaymentRes===n.id&&(this.flgReceivedPaymentUpdateFromWS=!0,B="Payment Sent: "+(n.paymentHash?"with payment hash "+n.paymentHash:JSON.stringify(n)),this.handleSendPaymentStatus(B));break;case A.$v.PAYMENT_FAILED:n&&n.id&&this.latestPaymentRes===n.id&&(this.flgReceivedPaymentUpdateFromWS=!0,B="Payment Failed: "+(n.failures&&n.failures.length&&n.failures.length>0&&n.failures[0].t?n.failures[0].t:n.failures&&n.failures.length&&n.failures.length>0&&n.failures[0].e&&n.failures[0].e.failureMessage?n.failures[0].e.failureMessage:JSON.stringify(n)),this.handleSendPaymentStatus(B));break;case A.$v.PAYMENT_RECEIVED:this.store.dispatch((0,L.aL)({payload:n}));break;case A.$v.PAYMENT_RELAYED:delete n.source,this.store.dispatch((0,L.ti)({payload:n}));break;case A.$v.CHANNEL_STATE_CHANGED:"NORMAL"===n.currentState||"CLOSED"===n.currentState?(this.rawChannelsList=null===(C=this.rawChannelsList)||void 0===C?void 0:C.map(P=>(P.channelId===n.channelId&&P.nodeId===n.remoteNodeId&&(P.state=n.currentState),P)),this.setChannelsAndStatusAndBalances()):this.store.dispatch((0,L.DJ)({payload:n}));break;default:this.logger.info("Received Event from WS: "+JSON.stringify(n))}})}setChannelsAndStatusAndBalances(){let y=0,i=0,r=0,u={localBalance:0,remoteBalance:0},c=[];const _=[],E=[],I={active:{channels:0,capacity:0},inactive:{channels:0,capacity:0},pending:{channels:0,capacity:0}};this.rawChannelsList.forEach((v,n)=>{var C,B,P,F,q;v&&("NORMAL"===v.state?(y=(v.toLocal||0)+(v.toRemote||0),i+=v.toLocal||0,r+=v.toRemote||0,v.balancedness=0===y?1:+(1-Math.abs(((v.toLocal||0)-(v.toRemote||0))/y)).toFixed(3),c.push(v),I.active.channels=I.active.channels+1,I.active.capacity=I.active.capacity+(v.toLocal||0)):(null===(C=v.state)||void 0===C?void 0:C.includes("WAIT"))||(null===(B=v.state)||void 0===B?void 0:B.includes("CLOSING"))||(null===(P=v.state)||void 0===P?void 0:P.includes("SYNCING"))?(v.state=null===(F=v.state)||void 0===F?void 0:F.replace(/_/g," "),_.push(v),I.pending.channels=I.pending.channels+1,I.pending.capacity=I.pending.capacity+(v.toLocal||0)):(v.state=null===(q=v.state)||void 0===q?void 0:q.replace(/_/g," "),E.push(v),I.inactive.channels=I.inactive.channels+1,I.inactive.capacity=I.inactive.capacity+(v.toLocal||0)))}),u={localBalance:i,remoteBalance:r},c=this.commonService.sortDescByKey(c,"balancedness"),this.logger.info("Active Channels: "+JSON.stringify(c)),this.logger.info("Pending Channels: "+JSON.stringify(_)),this.logger.info("Inactive Channels: "+JSON.stringify(E)),this.logger.info("Lightning Balances: "+JSON.stringify(u)),this.logger.info("Channels Status: "+JSON.stringify(I)),this.logger.info("Channel, status and balances: "+JSON.stringify({active:c,pending:_,inactive:E,balances:u,status:I})),this.store.dispatch((0,L.eN)({payload:c})),this.store.dispatch((0,L.TW)({payload:_})),this.store.dispatch((0,L.i)({payload:E})),this.store.dispatch((0,L.On)({payload:u})),this.store.dispatch((0,L.HG)({payload:I}))}initializeRemainingData(y,i){this.sessionService.setItem("eclUnlocked","true");const r={identity_pubkey:y.nodeId,alias:y.alias,testnet:"testnet"===y.network,chains:y.publicAddresses,uris:y.uris,version:y.version,numberOfPendingChannels:0};this.store.dispatch((0,w.ac)({payload:A.m6.INITALIZE_NODE_DATA})),this.store.dispatch((0,w._V)({payload:r}));let u=this.location.path();u.includes("/lnd/")?u=null==u?void 0:u.replace("/lnd/","/ecl/"):u.includes("/cln/")&&(u=null==u?void 0:u.replace("/cln/","/ecl/")),(u.includes("/login")||u.includes("/error")||""===u||"HOME"===i||u.includes("?access-key="))&&(u="/ecl/home"),this.router.navigate([u]),this.store.dispatch((0,L.WM)()),this.store.dispatch((0,L.UR)({payload:{fetchPayments:!0}})),this.store.dispatch((0,L.SN)()),this.store.dispatch((0,L.iL)()),this.store.dispatch((0,L.$W)())}handleErrorWithoutAlert(y,i,r,u){this.logger.error("ERROR IN: "+y+"\n"+JSON.stringify(u)),401===u.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,w.ts)()),this.store.dispatch((0,w.kS)()),this.store.dispatch((0,w.jW)({payload:"Authentication Failed. Redirecting to Login."}))):(this.store.dispatch((0,w.uO)({payload:i})),this.store.dispatch((0,L.QZ)({payload:{action:y,status:A.Bn.ERROR,statusCode:u.status.toString(),message:this.commonService.extractErrorMessage(u,r)}})))}handleErrorWithAlert(y,i,r,u,c){if(this.logger.error(c),401===c.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,w.ts)()),this.store.dispatch((0,w.kS)()),this.store.dispatch((0,w.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,w.uO)({payload:i}));const _=this.commonService.extractErrorMessage(c);this.store.dispatch((0,w.qR)({payload:{data:{type:"ERROR",alertTitle:r,message:{code:c.status,message:_,URL:u},component:h.H}}})),this.store.dispatch((0,L.QZ)({payload:{action:y,status:A.Bn.ERROR,statusCode:c.status.toString(),message:_,URL:u}}))}}ngOnDestroy(){this.unSubs.forEach(y=>{y.next(null),y.complete()})}}return X.\u0275fac=function(y){return new(y||X)(S.LFG(t.eX),S.LFG(U.eN),S.LFG(Z.yh),S.LFG(j.m),S.LFG(ne.v),S.LFG($.mQ),S.LFG(de.F0),S.LFG(te.d),S.LFG(ie.Ye))},X.\u0275prov=S.Yz7({token:X,factory:X.\u0275fac}),X})()},2501:(Ve,K,p)=>{"use strict";p.d(K,{Bo:()=>L,Ef:()=>D,JG:()=>h,PP:()=>N,T$:()=>a,Xz:()=>A,dx:()=>w,kY:()=>k,pg:()=>f,yA:()=>d,yD:()=>M});var t=p(5620);const e=(0,t.ZF)("ecl"),f=(0,t.P1)(e,S=>S.nodeSettings),M=(0,t.P1)(e,S=>S.information),a=(0,t.P1)(e,S=>({information:S.information,apiCallStatus:S.apisCallStatus.FetchInfo})),d=((0,t.P1)(e,S=>S.apisCallStatus.FetchInfo),(0,t.P1)(e,S=>S.apisCallStatus)),N=(0,t.P1)(e,S=>({payments:S.payments,apiCallStatus:S.apisCallStatus.FetchPayments})),h=(0,t.P1)(e,S=>({fees:S.fees,apiCallStatus:S.apisCallStatus.FetchFees})),A=(0,t.P1)(e,S=>({activeChannels:S.activeChannels,pendingChannels:S.pendingChannels,inactiveChannels:S.inactiveChannels,lightningBalance:S.lightningBalance,channelsStatus:S.channelsStatus,apiCallStatus:S.apisCallStatus.FetchChannels})),w=(0,t.P1)(e,S=>({transactions:S.transactions,apiCallStatus:S.apisCallStatus.FetchTransactions})),D=(0,t.P1)(e,S=>({invoices:S.invoices,apiCallStatus:S.apisCallStatus.FetchInvoices})),L=(0,t.P1)(e,S=>({peers:S.peers,apiCallStatus:S.apisCallStatus.FetchPeers})),k=(0,t.P1)(e,S=>({onchainBalance:S.onchainBalance,apiCallStatus:S.apisCallStatus.FetchOnchainBalance}))},7766:(Ve,K,p)=>{"use strict";p.d(K,{R:()=>we});var t=p(8966),e=p(801),f=p(7579),M=p(2722),a=p(7731),b=p(2501),d=p(5e3),N=p(5043),h=p(62),A=p(7261),w=p(5620),D=p(7093),L=p(9808),k=p(3322),S=p(159),U=p(9224),Z=p(9444),j=p(7423),ne=p(4834),$=p(773),de=p(3390),te=p(6895);function ie(Q,Ue){if(1&Q&&d._UZ(0,"qr-code",29),2&Q){const ye=d.oxw();d.Q6J("value",null==ye.invoice?null:ye.invoice.serialized)("size",ye.qrWidth)("errorCorrectionLevel","L")}}function oe(Q,Ue){1&Q&&(d.TgZ(0,"span",30),d._uU(1,"N/A"),d.qZA())}function X(Q,Ue){if(1&Q&&d._UZ(0,"qr-code",29),2&Q){const ye=d.oxw();d.Q6J("value",null==ye.invoice?null:ye.invoice.serialized)("size",ye.qrWidth)("errorCorrectionLevel","L")}}function me(Q,Ue){1&Q&&(d.TgZ(0,"span",31),d._uU(1,"QR Code Not Applicable"),d.qZA())}function y(Q,Ue){1&Q&&d._UZ(0,"mat-divider",32),2&Q&&d.Q6J("inset",!0)}function i(Q,Ue){1&Q&&(d.ynx(0),d._uU(1," (zero amount) "),d.BQk())}function r(Q,Ue){1&Q&&d._UZ(0,"span",38)}const u=function(){return[]};function c(Q,Ue){if(1&Q&&(d.TgZ(0,"div",34)(1,"div",35)(2,"span",36),d._uU(3),d.ALo(4,"number"),d.qZA(),d.YNc(5,r,1,0,"span",37),d.qZA()()),2&Q){const ye=d.oxw(2);d.xp6(3),d.hij("",d.lcZ(4,2,null==ye.invoice?null:ye.invoice.amountSettled)," Sats"),d.xp6(2),d.Q6J("ngForOf",d.DdM(4,u).constructor(35))}}function _(Q,Ue){if(1&Q&&(d.TgZ(0,"div"),d._uU(1),d.ALo(2,"number"),d.qZA()),2&Q){const ye=d.oxw(2);d.xp6(1),d.hij("",d.lcZ(2,1,null==ye.invoice?null:ye.invoice.amountSettled)," Sats")}}function E(Q,Ue){if(1&Q&&(d.ynx(0),d.YNc(1,c,6,5,"div",33),d.YNc(2,_,3,3,"div",19),d.BQk()),2&Q){const ye=d.oxw();d.xp6(1),d.Q6J("ngIf",ye.flgInvoicePaid),d.xp6(1),d.Q6J("ngIf",!ye.flgInvoicePaid)}}function I(Q,Ue){1&Q&&(d.TgZ(0,"span"),d._uU(1,"-"),d.qZA())}function v(Q,Ue){1&Q&&d._UZ(0,"mat-spinner",40),2&Q&&d.Q6J("diameter",20)}function n(Q,Ue){if(1&Q&&(d.ynx(0),d.YNc(1,I,2,0,"span",19),d.YNc(2,v,1,1,"mat-spinner",39),d.BQk()),2&Q){const ye=d.oxw();d.xp6(1),d.Q6J("ngIf","unpaid"!==(null==ye.invoice?null:ye.invoice.status)||!ye.flgVersionCompatible),d.xp6(1),d.Q6J("ngIf","unpaid"===(null==ye.invoice?null:ye.invoice.status)&&ye.flgVersionCompatible)}}function C(Q,Ue){if(1&Q&&(d.TgZ(0,"div"),d._UZ(1,"mat-divider",20),d.TgZ(2,"div",15)(3,"div",41)(4,"h4",17),d._uU(5,"Date Expiry"),d.qZA(),d.TgZ(6,"span",18),d._uU(7),d.ALo(8,"date"),d.qZA()(),d.TgZ(9,"div",42)(10,"h4",17),d._uU(11,"Date Settled"),d.qZA(),d.TgZ(12,"span",21),d._uU(13),d.ALo(14,"date"),d.qZA()()(),d._UZ(15,"mat-divider",20),d.TgZ(16,"div",15)(17,"div",22)(18,"h4",17),d._uU(19,"Payment Hash"),d.qZA(),d.TgZ(20,"span",21),d._uU(21),d.qZA()()(),d._UZ(22,"mat-divider",20),d.TgZ(23,"div",15)(24,"div",22)(25,"h4",17),d._uU(26,"Node Id"),d.qZA(),d.TgZ(27,"span",21),d._uU(28),d.qZA()()(),d._UZ(29,"mat-divider",20),d.qZA()),2&Q){const ye=d.oxw();d.xp6(7),d.Oqu(d.xi3(8,4,1e3*(null==ye.invoice?null:ye.invoice.expiresAt),"dd/MMM/y HH:mm")),d.xp6(6),d.Oqu(d.xi3(14,7,1e3*(null==ye.invoice?null:ye.invoice.receivedAt),"dd/MMM/y HH:mm")),d.xp6(8),d.Oqu(null==ye.invoice?null:ye.invoice.paymentHash),d.xp6(7),d.Oqu(null==ye.invoice?null:ye.invoice.nodeId)}}function B(Q,Ue){1&Q&&(d.TgZ(0,"p"),d._uU(1,"Show Advanced"),d.qZA())}function P(Q,Ue){1&Q&&(d.TgZ(0,"p"),d._uU(1,"Hide Advanced"),d.qZA())}function F(Q,Ue){if(1&Q){const ye=d.EpF();d.TgZ(0,"button",43),d.NdJ("copied",function(Ae){return d.CHM(ye),d.oxw().onCopyPayment(Ae)}),d._uU(1,"Copy Invoice"),d.qZA()}if(2&Q){const ye=d.oxw();d.Q6J("payload",null==ye.invoice?null:ye.invoice.serialized)}}function q(Q,Ue){if(1&Q){const ye=d.EpF();d.TgZ(0,"button",44),d.NdJ("click",function(){return d.CHM(ye),d.oxw().onClose()}),d._uU(1,"OK"),d.qZA()}}const he=function(Q){return{"display-none":Q}},ve=function(Q){return{"xs-scroll-y":Q}},Ne=function(Q,Ue){return{"mt-2":Q,"mt-1":Ue}};let we=(()=>{class Q{constructor(ye,V,Ae,dt,Ie,De){this.dialogRef=ye,this.data=V,this.logger=Ae,this.commonService=dt,this.snackBar=Ie,this.store=De,this.faReceipt=e.dLy,this.faExclamationTriangle=e.eHv,this.showAdvanced=!1,this.newlyAdded=!1,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=a.cu,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}ngOnInit(){this.invoice=this.data.invoice,this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===a.cu.XS&&(this.qrWidth=220),this.store.select(b.yD).pipe((0,M.R)(this.unSubs[0])).subscribe(ye=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(ye.version,"0.5.0")}),this.store.select(b.Ef).pipe((0,M.R)(this.unSubs[1])).subscribe(ye=>{const V=this.invoice.status,Ae=ye.invoices&&ye.invoices.length>0?ye.invoices:[];this.invoice=(null==Ae?void 0:Ae.find(dt=>dt.paymentHash===this.invoice.paymentHash))||{},V!==this.invoice.status&&"received"===this.invoice.status&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(ye)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onCopyPayment(ye){this.snackBar.open("Invoice copied."),this.logger.info("Copied Text: "+ye)}ngOnDestroy(){this.unSubs.forEach(ye=>{ye.next(null),ye.complete()})}}return Q.\u0275fac=function(ye){return new(ye||Q)(d.Y36(t.so),d.Y36(t.WI),d.Y36(N.mQ),d.Y36(h.v),d.Y36(A.ux),d.Y36(w.yh))},Q.\u0275cmp=d.Xpm({type:Q,selectors:[["rtl-ecl-invoice-information"]],decls:68,vars:42,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"w-100","my-1"],[1,"overflow-wrap","foreground-secondary-text"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","end center",3,"ngClass"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],[1,"my-1",3,"inset"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["fxFlex","40"],["fxFlex","60"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(ye,V){if(1&ye&&(d.TgZ(0,"div",0)(1,"div",1),d.YNc(2,ie,1,3,"qr-code",2),d.YNc(3,oe,2,0,"span",3),d.qZA(),d.TgZ(4,"div",4)(5,"mat-card-header",5)(6,"div",6),d._UZ(7,"fa-icon",7),d.TgZ(8,"span",8),d._uU(9),d.qZA()(),d.TgZ(10,"button",9),d.NdJ("click",function(){return V.onClose()}),d._uU(11,"X"),d.qZA()(),d.TgZ(12,"mat-card-content",10)(13,"div",11)(14,"div",12),d.YNc(15,X,1,3,"qr-code",2),d.YNc(16,me,2,0,"span",13),d.qZA(),d.YNc(17,y,1,1,"mat-divider",14),d.TgZ(18,"div",15)(19,"div",16)(20,"h4",17),d._uU(21,"Amount Requested"),d.qZA(),d.TgZ(22,"span",18),d._uU(23),d.ALo(24,"number"),d.YNc(25,i,2,0,"ng-container",19),d.qZA()(),d.TgZ(26,"div",16)(27,"h4",17),d._uU(28,"Amount Settled"),d.qZA(),d.TgZ(29,"span",18),d.YNc(30,E,3,2,"ng-container",19),d.YNc(31,n,3,2,"ng-container",19),d.qZA()()(),d._UZ(32,"mat-divider",20),d.TgZ(33,"div",15)(34,"div",16)(35,"h4",17),d._uU(36,"Date Created"),d.qZA(),d.TgZ(37,"span",21),d._uU(38),d.ALo(39,"date"),d.qZA()(),d.TgZ(40,"div",16)(41,"h4",17),d._uU(42,"Status"),d.qZA(),d.TgZ(43,"span",21),d._uU(44),d.ALo(45,"titlecase"),d.qZA()()(),d._UZ(46,"mat-divider",20),d.TgZ(47,"div",15)(48,"div",22)(49,"h4",17),d._uU(50,"Description"),d.qZA(),d.TgZ(51,"span",18),d._uU(52),d.qZA()()(),d._UZ(53,"mat-divider",20),d.TgZ(54,"div",15)(55,"div",22)(56,"h4",17),d._uU(57,"Invoice"),d.qZA(),d.TgZ(58,"span",21),d._uU(59),d.qZA()()(),d.YNc(60,C,30,10,"div",19),d.TgZ(61,"div",23)(62,"button",24),d.NdJ("click",function(){return V.onShowAdvanced()}),d.YNc(63,B,2,0,"p",25),d.YNc(64,P,2,0,"ng-template",null,26,d.W1O),d.qZA(),d.YNc(66,F,2,1,"button",27),d.YNc(67,q,2,0,"button",28),d.qZA()()()()()),2&ye){const Ae=d.MAs(65);d.xp6(1),d.Q6J("fxLayoutAlign",null!=V.invoice&&V.invoice.serialized&&""!==(null==V.invoice?null:V.invoice.serialized)?"center start":"center center")("ngClass",d.VKq(33,he,V.screenSize===V.screenSizeEnum.XS||V.screenSize===V.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==V.invoice?null:V.invoice.serialized)&&""!==(null==V.invoice?null:V.invoice.serialized)),d.xp6(1),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.serialized)||""===(null==V.invoice?null:V.invoice.serialized)),d.xp6(4),d.Q6J("icon",V.faReceipt),d.xp6(2),d.Oqu(V.screenSize===V.screenSizeEnum.XS?V.newlyAdded?"Created":"Invoice":V.newlyAdded?"Invoice Created":"Invoice Information"),d.xp6(3),d.Q6J("ngClass",d.VKq(35,ve,V.screenSize===V.screenSizeEnum.XS)),d.xp6(2),d.Q6J("fxLayoutAlign",null!=V.invoice&&V.invoice.serialized&&""!==(null==V.invoice?null:V.invoice.serialized)?"center start":"center center")("ngClass",d.VKq(37,he,V.screenSize!==V.screenSizeEnum.XS&&V.screenSize!==V.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==V.invoice?null:V.invoice.serialized)&&""!==(null==V.invoice?null:V.invoice.serialized)),d.xp6(1),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.serialized)||""===(null==V.invoice?null:V.invoice.serialized)),d.xp6(1),d.Q6J("ngIf",V.screenSize===V.screenSizeEnum.XS||V.screenSize===V.screenSizeEnum.SM),d.xp6(6),d.hij("",d.lcZ(24,26,(null==V.invoice?null:V.invoice.amount)||0)," Sats"),d.xp6(2),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.amount)||"0"===(null==V.invoice?null:V.invoice.amount)),d.xp6(5),d.Q6J("ngIf",null==V.invoice?null:V.invoice.amountSettled),d.xp6(1),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.amountSettled)),d.xp6(7),d.Oqu(d.xi3(39,28,1e3*(null==V.invoice?null:V.invoice.timestamp),"dd/MMM/y HH:mm")),d.xp6(6),d.Oqu(d.lcZ(45,31,null==V.invoice?null:V.invoice.status)),d.xp6(8),d.Oqu((null==V.invoice?null:V.invoice.description)||"-"),d.xp6(7),d.Oqu((null==V.invoice?null:V.invoice.serialized)||"N/A"),d.xp6(1),d.Q6J("ngIf",V.showAdvanced),d.xp6(1),d.Q6J("ngClass",d.WLB(39,Ne,!V.showAdvanced,V.showAdvanced)),d.xp6(2),d.Q6J("ngIf",!V.showAdvanced)("ngIfElse",Ae),d.xp6(3),d.Q6J("ngIf",(null==V.invoice?null:V.invoice.serialized)&&""!==(null==V.invoice?null:V.invoice.serialized)),d.xp6(1),d.Q6J("ngIf",!(null!=V.invoice&&V.invoice.serialized)||""===(null==V.invoice?null:V.invoice.serialized))}},directives:[D.xw,D.Wh,D.yH,L.mk,k.oO,L.O5,S.uU,U.dk,Z.BN,j.lW,U.dn,ne.d,L.sg,$.Ou,de.h,te.y],pipes:[L.JJ,L.uU,L.rS],styles:[""]}),Q})()},6523:(Ve,K,p)=>{"use strict";p.d(K,{$A:()=>ui,$W:()=>N,BL:()=>c,B_:()=>B,Bl:()=>ne,CX:()=>d,Cp:()=>I,EK:()=>L,El:()=>A,Fr:()=>ei,HI:()=>Ae,JT:()=>a,Jl:()=>$,Jo:()=>yt,Lf:()=>Q,Ll:()=>M,Ly:()=>Ue,Nr:()=>he,OG:()=>_,PC:()=>f,QJ:()=>Nt,RX:()=>j,Rd:()=>k,Rv:()=>de,SN:()=>Z,Sf:()=>It,TW:()=>me,UH:()=>ye,UR:()=>ie,Vv:()=>E,WM:()=>q,WO:()=>Ct,Wi:()=>W,YP:()=>U,YX:()=>u,Z7:()=>X,Z8:()=>h,Zh:()=>y,_E:()=>Te,_L:()=>i,aL:()=>ve,as:()=>oe,cQ:()=>V,dV:()=>De,fu:()=>ue,kL:()=>et,ks:()=>te,mC:()=>we,n7:()=>Wt,oV:()=>dt,pW:()=>r,qY:()=>Ne,sQ:()=>b,tb:()=>C,u0:()=>xt,vV:()=>P,xG:()=>ht,y2:()=>Le,yZ:()=>Gt,z:()=>D});var t=p(5620),e=p(7731);const f=(0,t.PH)(e.uR.UPDATE_API_CALL_STATUS_LND,(0,t.Ky)()),M=(0,t.PH)(e.uR.RESET_LND_STORE,(0,t.Ky)()),a=(0,t.PH)(e.uR.SET_CHILD_NODE_SETTINGS_LND,(0,t.Ky)()),b=(0,t.PH)(e.uR.FETCH_INFO_LND,(0,t.Ky)()),d=(0,t.PH)(e.uR.SET_INFO_LND,(0,t.Ky)()),N=(0,t.PH)(e.uR.FETCH_PEERS_LND),h=(0,t.PH)(e.uR.SET_PEERS_LND,(0,t.Ky)()),A=(0,t.PH)(e.uR.SAVE_NEW_PEER_LND,(0,t.Ky)()),D=((0,t.PH)(e.uR.NEWLY_ADDED_PEER_LND,(0,t.Ky)()),(0,t.PH)(e.uR.DETACH_PEER_LND,(0,t.Ky)())),L=(0,t.PH)(e.uR.REMOVE_PEER_LND,(0,t.Ky)()),k=(0,t.PH)(e.uR.SAVE_NEW_INVOICE_LND,(0,t.Ky)()),U=((0,t.PH)(e.uR.NEWLY_SAVED_INVOICE_LND,(0,t.Ky)()),(0,t.PH)(e.uR.ADD_INVOICE_LND,(0,t.Ky)())),Z=(0,t.PH)(e.uR.FETCH_FEES_LND),j=(0,t.PH)(e.uR.SET_FEES_LND,(0,t.Ky)()),ne=(0,t.PH)(e.uR.FETCH_BLOCKCHAIN_BALANCE_LND),$=(0,t.PH)(e.uR.SET_BLOCKCHAIN_BALANCE_LND,(0,t.Ky)()),de=(0,t.PH)(e.uR.FETCH_NETWORK_LND),te=(0,t.PH)(e.uR.SET_NETWORK_LND,(0,t.Ky)()),ie=(0,t.PH)(e.uR.FETCH_CHANNELS_LND),oe=(0,t.PH)(e.uR.SET_CHANNELS_LND,(0,t.Ky)()),X=(0,t.PH)(e.uR.FETCH_PENDING_CHANNELS_LND),me=(0,t.PH)(e.uR.SET_PENDING_CHANNELS_LND,(0,t.Ky)()),y=(0,t.PH)(e.uR.FETCH_CLOSED_CHANNELS_LND),i=(0,t.PH)(e.uR.SET_CLOSED_CHANNELS_LND,(0,t.Ky)()),r=(0,t.PH)(e.uR.UPDATE_CHANNEL_LND,(0,t.Ky)()),u=(0,t.PH)(e.uR.SAVE_NEW_CHANNEL_LND,(0,t.Ky)()),c=(0,t.PH)(e.uR.CLOSE_CHANNEL_LND,(0,t.Ky)()),_=(0,t.PH)(e.uR.REMOVE_CHANNEL_LND,(0,t.Ky)()),E=(0,t.PH)(e.uR.BACKUP_CHANNELS_LND,(0,t.Ky)()),I=(0,t.PH)(e.uR.VERIFY_CHANNEL_LND,(0,t.Ky)()),C=((0,t.PH)(e.uR.BACKUP_CHANNELS_RES_LND,(0,t.Ky)()),(0,t.PH)(e.uR.VERIFY_CHANNEL_RES_LND,(0,t.Ky)()),(0,t.PH)(e.uR.RESTORE_CHANNELS_LIST_LND)),B=(0,t.PH)(e.uR.SET_RESTORE_CHANNELS_LIST_LND,(0,t.Ky)()),P=(0,t.PH)(e.uR.RESTORE_CHANNELS_LND,(0,t.Ky)()),q=((0,t.PH)(e.uR.RESTORE_CHANNELS_RES_LND,(0,t.Ky)()),(0,t.PH)(e.uR.FETCH_INVOICES_LND,(0,t.Ky)())),he=(0,t.PH)(e.uR.SET_INVOICES_LND,(0,t.Ky)()),ve=(0,t.PH)(e.uR.UPDATE_INVOICE_LND,(0,t.Ky)()),Ne=(0,t.PH)(e.uR.UPDATE_PAYMENT_LND,(0,t.Ky)()),we=(0,t.PH)(e.uR.FETCH_TRANSACTIONS_LND),Q=(0,t.PH)(e.uR.SET_TRANSACTIONS_LND,(0,t.Ky)()),Ue=(0,t.PH)(e.uR.FETCH_UTXOS_LND),ye=(0,t.PH)(e.uR.SET_UTXOS_LND,(0,t.Ky)()),V=(0,t.PH)(e.uR.FETCH_PAYMENTS_LND,(0,t.Ky)()),Ae=(0,t.PH)(e.uR.SET_PAYMENTS_LND,(0,t.Ky)()),dt=(0,t.PH)(e.uR.SEND_PAYMENT_LND,(0,t.Ky)()),De=((0,t.PH)(e.uR.SEND_PAYMENT_STATUS_LND,(0,t.Ky)()),(0,t.PH)(e.uR.FETCH_GRAPH_NODE_LND,(0,t.Ky)())),Te=((0,t.PH)(e.uR.SET_GRAPH_NODE_LND,(0,t.Ky)()),(0,t.PH)(e.uR.GET_NEW_ADDRESS_LND,(0,t.Ky)())),W=((0,t.PH)(e.uR.SET_NEW_ADDRESS_LND,(0,t.Ky)()),(0,t.PH)(e.uR.SET_CHANNEL_TRANSACTION_LND,(0,t.Ky)())),ue=((0,t.PH)(e.uR.SET_CHANNEL_TRANSACTION_RES_LND,(0,t.Ky)()),(0,t.PH)(e.uR.GEN_SEED_LND,(0,t.Ky)())),Le=((0,t.PH)(e.uR.GEN_SEED_RESPONSE_LND,(0,t.Ky)()),(0,t.PH)(e.uR.INIT_WALLET_LND,(0,t.Ky)())),ht=((0,t.PH)(e.uR.INIT_WALLET_RESPONSE_LND,(0,t.Ky)()),(0,t.PH)(e.uR.UNLOCK_WALLET_LND,(0,t.Ky)())),It=(0,t.PH)(e.uR.PEER_LOOKUP_LND,(0,t.Ky)()),ui=(0,t.PH)(e.uR.CHANNEL_LOOKUP_LND,(0,t.Ky)()),Wt=(0,t.PH)(e.uR.INVOICE_LOOKUP_LND,(0,t.Ky)()),Gt=(0,t.PH)(e.uR.PAYMENT_LOOKUP_LND,(0,t.Ky)()),xt=((0,t.PH)(e.uR.SET_LOOKUP_LND,(0,t.Ky)()),(0,t.PH)(e.uR.GET_FORWARDING_HISTORY_LND,(0,t.Ky)())),Nt=(0,t.PH)(e.uR.SET_FORWARDING_HISTORY_LND,(0,t.Ky)()),Ct=(0,t.PH)(e.uR.GET_QUERY_ROUTES_LND,(0,t.Ky)()),et=(0,t.PH)(e.uR.SET_QUERY_ROUTES_LND,(0,t.Ky)()),yt=(0,t.PH)(e.uR.GET_ALL_LIGHTNING_TRANSATIONS_LND),ei=(0,t.PH)(e.uR.SET_ALL_LIGHTNING_TRANSATIONS_LND,(0,t.Ky)())},711:(Ve,K,p)=>{"use strict";p.d(K,{l:()=>me});var t=p(6642),e=p(7579),f=p(9646),M=p(5577),a=p(2722),b=p(4004),d=p(262),N=p(1365),h=p(2340),A=p(8627),w=p(1786),D=p(7731),L=p(7861),k=p(6523),S=p(6529),U=p(5e3),Z=p(8138),j=p(5620),ne=p(5043),$=p(62),de=p(5986),te=p(8966),ie=p(1402),oe=p(7998),X=p(9808);let me=(()=>{class y{constructor(r,u,c,_,E,I,v,n,C,B){this.actions=r,this.httpClient=u,this.store=c,this.logger=_,this.commonService=E,this.sessionService=I,this.dialog=v,this.router=n,this.wsService=C,this.location=B,this.CHILD_API_URL=h.T5+"/lnd",this.flgInitialized=!1,this.unSubs=[new e.x,new e.x],this.infoFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_INFO_LND),(0,M.z)(P=>(this.flgInitialized=!1,this.store.dispatch((0,L.lC)({payload:this.CHILD_API_URL})),this.store.dispatch((0,L.ts)()),this.store.dispatch((0,L.ac)({payload:D.m6.GET_NODE_INFO})),this.store.dispatch((0,k.PC)({payload:{action:"FetchInfo",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.GETINFO_API).pipe((0,a.R)(this.actions.pipe((0,t.l4)(D.pg.SET_SELECTED_NODE))),(0,b.U)(F=>(this.logger.info(F),F.chains&&F.chains.length&&F.chains[0]&&("string"==typeof F.chains[0]&&F.chains[0].toLowerCase().indexOf("bitcoin")<0||"object"==typeof F.chains[0]&&F.chains[0].hasOwnProperty("chain")&&F.chains[0].chain&&F.chains[0].chain.toLowerCase().indexOf("bitcoin")<0)?(this.store.dispatch((0,k.PC)({payload:{action:"FetchInfo",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.ts)()),this.store.dispatch((0,L.qR)({payload:{data:{type:D.n_.ERROR,alertTitle:"Shitcoin Found",titleMessage:"Sorry Not Sorry, RTL is Bitcoin Only!"}}})),{type:D.pg.LOGOUT}):F.identity_pubkey?(F.lnImplementation="LND",this.initializeRemainingData(F,P.payload.loadPage),this.store.dispatch((0,k.PC)({payload:{action:"FetchInfo",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.ts)()),{type:D.uR.SET_INFO_LND,payload:F||{}}):(this.store.dispatch((0,k.PC)({payload:{action:"FetchInfo",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.ts)()),this.sessionService.removeItem("lndUnlocked"),this.logger.info("Redirecting to Unlock"),this.router.navigate(["/lnd/wallet"]),{type:D.uR.SET_INFO_LND,payload:{}}))),(0,d.K)(F=>{if("string"==typeof F.error.error&&F.error.error.includes("Not Found")||"string"==typeof F.error.error&&F.error.error.includes("wallet locked")||502===F.status&&!F.error.message.includes("Bad or Missing Macaroon"))this.sessionService.removeItem("lndUnlocked"),this.logger.info("Redirecting to Unlock"),this.router.navigate(["/lnd/wallet"]),this.handleErrorWithoutAlert("FetchInfo",D.m6.GET_NODE_INFO,"Fetching Node Info Failed.",F);else if("string"==typeof F.error.error&&F.error.error.includes("starting up")&&500===F.status)setTimeout(()=>{this.store.dispatch((0,k.sQ)({payload:{loadPage:"HOME"}}))},2e3);else{const q=this.commonService.extractErrorCode(F),he=503===q?"Unable to Connect to LND Server.":this.commonService.extractErrorMessage(F);this.router.navigate(["/error"],{state:{errorCode:q,errorMessage:he}}),this.handleErrorWithoutAlert("FetchInfo",D.m6.GET_NODE_INFO,"Fetching Node Info Failed.",{status:q,error:he})}return(0,f.of)({type:D.pg.VOID})})))))),this.peersFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_PEERS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchPeers",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.PEERS_API).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchPeers",status:D.Bn.COMPLETED}})),{type:D.uR.SET_PEERS_LND,payload:P||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchPeers",D.m6.NO_SPINNER,"Fetching Peers Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.saveNewPeer=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SAVE_NEW_PEER_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.CONNECT_PEER})),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewPeer",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.PEERS_API,{pubkey:P.payload.pubkey,host:P.payload.host,perm:P.payload.perm}).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewPeer",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.CONNECT_PEER})),this.store.dispatch((0,k.Z8)({payload:F||[]})),{type:D.uR.NEWLY_ADDED_PEER_LND,payload:{peer:F[0]}})),(0,d.K)(F=>(this.handleErrorWithoutAlert("SaveNewPeer",D.m6.CONNECT_PEER,"Peer Connection Failed.",F),(0,f.of)({type:D.pg.VOID})))))))),this.detachPeer=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.DETACH_PEER_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.DISCONNECT_PEER})),this.httpClient.delete(this.CHILD_API_URL+h.NZ.PEERS_API+"/"+P.payload.pubkey).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,L.uO)({payload:D.m6.DISCONNECT_PEER})),this.store.dispatch((0,L.jW)({payload:"Peer Disconnected Successfully."})),{type:D.uR.REMOVE_PEER_LND,payload:{pubkey:P.payload.pubkey}})),(0,d.K)(F=>(this.handleErrorWithAlert("DetachPeer",D.m6.DISCONNECT_PEER,"Unable to Detach Peer. Try again later.",this.CHILD_API_URL+h.NZ.PEERS_API+"/"+P.payload.pubkey,F),(0,f.of)({type:D.pg.VOID})))))))),this.saveNewInvoice=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SAVE_NEW_INVOICE_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewInvoice",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.INVOICES_API,{memo:P.payload.memo,amount:P.payload.invoiceValue,private:P.payload.private,expiry:P.payload.expiry}).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewInvoice",status:D.Bn.COMPLETED}})),this.store.dispatch((0,k.WM)({payload:{num_max_invoices:P.payload.pageSize,reversed:!0}})),P.payload.openModal?(F.memo=P.payload.memo,F.value=P.payload.invoiceValue,F.expiry=P.payload.expiry,F.cltv_expiry="144",F.private=P.payload.private,F.creation_date=Math.round((new Date).getTime()/1e3).toString(),setTimeout(()=>{this.store.dispatch((0,L.qR)({payload:{data:{invoice:F,newlyAdded:!0,component:A.v}}}))},100),{type:D.pg.CLOSE_SPINNER,payload:P.payload.uiMessage}):{type:D.uR.NEWLY_SAVED_INVOICE_LND,payload:{paymentRequest:F.payment_request}})),(0,d.K)(F=>(this.handleErrorWithoutAlert("SaveNewInvoice",P.payload.uiMessage,"Add Invoice Failed.",F),(0,f.of)({type:D.pg.VOID})))))))),this.openNewChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SAVE_NEW_CHANNEL_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.OPEN_CHANNEL})),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewChannel",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_API,{node_pubkey:P.payload.selectedPeerPubkey,local_funding_amount:P.payload.fundingAmount,private:P.payload.private,trans_type:P.payload.transType,trans_type_value:P.payload.transTypeValue,spend_unconfirmed:P.payload.spendUnconfirmed}).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,k.PC)({payload:{action:"SaveNewChannel",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.OPEN_CHANNEL})),this.store.dispatch((0,k.Bl)()),this.store.dispatch((0,k.UR)()),this.store.dispatch((0,k.Vv)({payload:{uiMessage:D.m6.NO_SPINNER,channelPoint:"ALL",showMessage:"Channel Added Successfully!"}})),{type:D.uR.FETCH_PENDING_CHANNELS_LND})),(0,d.K)(F=>(this.handleErrorWithoutAlert("SaveNewChannel",D.m6.OPEN_CHANNEL,"Opening Channel Failed.",F),(0,f.of)({type:D.pg.VOID})))))))),this.updateChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.UPDATE_CHANNEL_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.UPDATE_CHAN_POLICY})),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_API+"/chanPolicy",{baseFeeMsat:P.payload.baseFeeMsat,feeRate:P.payload.feeRate,timeLockDelta:P.payload.timeLockDelta,max_htlc_msat:P.payload.maxHtlcMsat,min_htlc_msat:P.payload.minHtlcMsat,chanPoint:P.payload.chanPoint}).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,L.uO)({payload:D.m6.UPDATE_CHAN_POLICY})),this.store.dispatch((0,L.jW)("all"===P.payload.chanPoint?{payload:"All Channels Updated Successfully."}:{payload:"Channel Updated Successfully!"})),{type:D.uR.FETCH_CHANNELS_LND})),(0,d.K)(F=>(this.handleErrorWithAlert("UpdateChannels",D.m6.UPDATE_CHAN_POLICY,"Update Channel Failed",this.CHILD_API_URL+h.NZ.CHANNELS_API+"/chanPolicy",F),(0,f.of)({type:D.pg.VOID})))))))),this.closeChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.CLOSE_CHANNEL_LND),(0,M.z)(P=>{this.store.dispatch((0,L.ac)({payload:P.payload.forcibly?D.m6.FORCE_CLOSE_CHANNEL:D.m6.CLOSE_CHANNEL}));let F=this.CHILD_API_URL+h.NZ.CHANNELS_API+"/"+P.payload.channelPoint+"?force="+P.payload.forcibly;return P.payload.targetConf&&(F=F+"&target_conf="+P.payload.targetConf),P.payload.satPerByte&&(F=F+"&sat_per_byte="+P.payload.satPerByte),this.httpClient.delete(F).pipe((0,b.U)(q=>(this.logger.info(q),this.store.dispatch((0,L.uO)({payload:P.payload.forcibly?D.m6.FORCE_CLOSE_CHANNEL:D.m6.CLOSE_CHANNEL})),this.store.dispatch((0,k.UR)()),this.store.dispatch((0,k.Z7)()),this.store.dispatch((0,k.Vv)({payload:{uiMessage:D.m6.NO_SPINNER,channelPoint:"ALL",showMessage:q.message}})),{type:D.pg.VOID})),(0,d.K)(q=>(this.handleErrorWithAlert("CloseChannel",P.payload.forcibly?D.m6.FORCE_CLOSE_CHANNEL:D.m6.CLOSE_CHANNEL,"Unable to Close Channel. Try again later.",this.CHILD_API_URL+h.NZ.CHANNELS_API+"/"+P.payload.channelPoint+"?force="+P.payload.forcibly,q),(0,f.of)({type:D.pg.VOID}))))}))),this.backupChannels=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.BACKUP_CHANNELS_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"BackupChannels",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/"+P.payload.channelPoint).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,k.PC)({payload:{action:"BackupChannels",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:P.payload.uiMessage})),this.store.dispatch((0,L.jW)({payload:P.payload.showMessage+" "+F.message})),{type:D.uR.BACKUP_CHANNELS_RES_LND,payload:F.message})),(0,d.K)(F=>(this.handleErrorWithAlert("BackupChannels",P.payload.uiMessage,P.payload.showMessage+" Unable to Backup Channel. Try again later.",this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/"+P.payload.channelPoint,F),(0,f.of)({type:D.pg.VOID})))))))),this.verifyChannel=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.VERIFY_CHANNEL_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.VERIFY_CHANNEL})),this.store.dispatch((0,k.PC)({payload:{action:"VerifyChannel",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/verify/"+P.payload.channelPoint,{}).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,k.PC)({payload:{action:"VerifyChannel",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.VERIFY_CHANNEL})),this.store.dispatch((0,L.jW)({payload:F.message})),{type:D.uR.VERIFY_CHANNEL_RES_LND,payload:F.message})),(0,d.K)(F=>(this.handleErrorWithAlert("VerifyChannel",D.m6.VERIFY_CHANNEL,"Unable to Verify Channel. Try again later.",this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/verify/"+P.payload.channelPoint,F),(0,f.of)({type:D.pg.VOID})))))))),this.restoreChannels=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.RESTORE_CHANNELS_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.RESTORE_CHANNEL})),this.store.dispatch((0,k.PC)({payload:{action:"RestoreChannels",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/restore/"+P.payload.channelPoint,{}).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,k.PC)({payload:{action:"RestoreChannels",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.RESTORE_CHANNEL})),this.store.dispatch((0,L.jW)({payload:F.message})),this.store.dispatch((0,k.B_)({payload:F.list})),{type:D.uR.RESTORE_CHANNELS_RES_LND,payload:F.message})),(0,d.K)(F=>(this.handleErrorWithAlert("RestoreChannels",D.m6.RESTORE_CHANNEL,"Unable to Restore Channel. Try again later.",this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/restore/"+P.payload.channelPoint,F),(0,f.of)({type:D.pg.VOID})))))))),this.fetchFees=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_FEES_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchFees",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.FEES_API))),(0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchFees",status:D.Bn.COMPLETED}})),P.forwarding_events_history&&(this.store.dispatch((0,k.QJ)({payload:P.forwarding_events_history})),delete P.forwarding_events_history),{type:D.uR.SET_FEES_LND,payload:P||{}})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchFees",D.m6.NO_SPINNER,"Fetching Fees Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.balanceBlockchainFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_BLOCKCHAIN_BALANCE_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchBalance",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.BALANCE_API))),(0,b.U)(P=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchBalance",status:D.Bn.COMPLETED}})),this.logger.info(P),{type:D.uR.SET_BLOCKCHAIN_BALANCE_LND,payload:P||{total_balance:""}})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchBalance",D.m6.NO_SPINNER,"Fetching Blockchain Balance Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.networkInfoFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_NETWORK_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchNetwork",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NETWORK_API+"/info"))),(0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchNetwork",status:D.Bn.COMPLETED}})),{type:D.uR.SET_NETWORK_LND,payload:P||{}})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchNetwork",D.m6.NO_SPINNER,"Fetching Network Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.channelsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_CHANNELS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchChannels",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_API).pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchChannels",status:D.Bn.COMPLETED}})),{type:D.uR.SET_CHANNELS_LND,payload:P.channels||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchChannels",D.m6.NO_SPINNER,"Fetching Channels Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.channelsPendingFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_PENDING_CHANNELS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchPendingChannels",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_API+"/pending").pipe((0,b.U)(P=>{this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchPendingChannels",status:D.Bn.COMPLETED}}));const F={open:{num_channels:0,limbo_balance:0},closing:{num_channels:0,limbo_balance:0},force_closing:{num_channels:0,limbo_balance:0},waiting_close:{num_channels:0,limbo_balance:0},total_channels:0,total_limbo_balance:0};return P&&(F.total_limbo_balance=P.total_limbo_balance,P.pending_closing_channels&&(F.closing.num_channels=P.pending_closing_channels.length,F.total_channels=F.total_channels+P.pending_closing_channels.length,P.pending_closing_channels.forEach(q=>{F.closing.limbo_balance=+F.closing.limbo_balance+(q.channel.local_balance?+q.channel.local_balance:0)})),P.pending_force_closing_channels&&(F.force_closing.num_channels=P.pending_force_closing_channels.length,F.total_channels=F.total_channels+P.pending_force_closing_channels.length,P.pending_force_closing_channels.forEach(q=>{F.force_closing.limbo_balance=+F.force_closing.limbo_balance+(q.channel.local_balance?+q.channel.local_balance:0)})),P.pending_open_channels&&(F.open.num_channels=P.pending_open_channels.length,F.total_channels=F.total_channels+P.pending_open_channels.length,P.pending_open_channels.forEach(q=>{F.open.limbo_balance=+F.open.limbo_balance+(q.channel.local_balance?+q.channel.local_balance:0)})),P.waiting_close_channels&&(F.waiting_close.num_channels=P.waiting_close_channels.length,F.total_channels=F.total_channels+P.waiting_close_channels.length,P.waiting_close_channels.forEach(q=>{F.waiting_close.limbo_balance=+F.waiting_close.limbo_balance+(q.channel.local_balance?+q.channel.local_balance:0)}))),{type:D.uR.SET_PENDING_CHANNELS_LND,payload:P?{pendingChannels:P,pendingChannelsSummary:F}:{pendingChannels:{},pendingChannelsSummary:F}}}),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchPendingChannels",D.m6.NO_SPINNER,"Fetching Pending Channels Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.channelsClosedFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_CLOSED_CHANNELS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchClosedChannels",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_API+"/closed").pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchClosedChannels",status:D.Bn.COMPLETED}})),{type:D.uR.SET_CLOSED_CHANNELS_LND,payload:P.channels||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchClosedChannels",D.m6.NO_SPINNER,"Fetching Closed Channels Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.invoicesFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_INVOICES_LND),(0,M.z)(P=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchInvoices",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.INVOICES_API+"?num_max_invoices="+(P.payload.num_max_invoices?P.payload.num_max_invoices:100)+"&index_offset="+(P.payload.index_offset?P.payload.index_offset:0)+"&reversed="+(!!P.payload.reversed&&P.payload.reversed)).pipe((0,b.U)(ve=>(this.logger.info(ve),this.store.dispatch((0,k.PC)({payload:{action:"FetchInvoices",status:D.Bn.COMPLETED}})),P.payload.reversed&&!P.payload.index_offset&&(ve.total_invoices=+(ve.last_index_offset||0)),{type:D.uR.SET_INVOICES_LND,payload:ve})),(0,d.K)(ve=>(this.handleErrorWithoutAlert("FetchInvoices",D.m6.NO_SPINNER,"Fetching Invoices Failed.",ve),(0,f.of)({type:D.pg.VOID})))))))),this.transactionsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_TRANSACTIONS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchTransactions",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.TRANSACTIONS_API))),(0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchTransactions",status:D.Bn.COMPLETED}})),{type:D.uR.SET_TRANSACTIONS_LND,payload:P||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchTransactions",D.m6.NO_SPINNER,"Fetching Transactions Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.utxosFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_UTXOS_LND),(0,N.M)(this.store.select(S.Q5)),(0,M.z)(([P,F])=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchUTXOs",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.WALLET_API+"/getUTXOs?max_confs="+(F&&F.block_height?F.block_height:1e9)))),(0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchUTXOs",status:D.Bn.COMPLETED}})),{type:D.uR.SET_UTXOS_LND,payload:P||[]})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchUTXOs",D.m6.NO_SPINNER,"Fetching UTXOs Failed.",P),(0,f.of)({type:D.pg.VOID}))))),this.paymentsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_PAYMENTS_LND),(0,M.z)(P=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchPayments",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.PAYMENTS_API+"?max_payments="+(P.payload.max_payments?P.payload.max_payments:100)+"&index_offset="+(P.payload.index_offset?P.payload.index_offset:0)+"&reversed="+(!!P.payload.reversed&&P.payload.reversed)).pipe((0,b.U)(ve=>(this.logger.info(ve),this.store.dispatch((0,k.PC)({payload:{action:"FetchPayments",status:D.Bn.COMPLETED}})),{type:D.uR.SET_PAYMENTS_LND,payload:ve})),(0,d.K)(ve=>(this.handleErrorWithoutAlert("FetchPayments",D.m6.NO_SPINNER,"Fetching Payments Failed.",ve),(0,f.of)({type:D.uR.SET_PAYMENTS_LND,payload:{payments:[]}})))))))),this.sendPayment=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SEND_PAYMENT_LND),(0,M.z)(P=>{this.store.dispatch((0,L.ac)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"SendPayment",status:D.Bn.INITIATED}}));const F={};return F.paymentReq=P.payload.paymentReq,P.payload.paymentAmount&&(F.paymentAmount=P.payload.paymentAmount),P.payload.outgoingChannel&&(F.outgoingChannel=P.payload.outgoingChannel.chan_id),P.payload.allowSelfPayment&&(F.allowSelfPayment=P.payload.allowSelfPayment),P.payload.lastHopPubkey&&(F.lastHopPubkey=P.payload.lastHopPubkey),P.payload.feeLimitType&&P.payload.feeLimitType!==D.Vc[0].id&&(F.feeLimit={},F.feeLimit[P.payload.feeLimitType]=P.payload.feeLimit),this.httpClient.post(this.CHILD_API_URL+h.NZ.CHANNELS_API+"/transactions",F).pipe((0,b.U)(q=>{if(this.logger.info(q),this.store.dispatch((0,L.uO)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"SendPayment",status:D.Bn.COMPLETED}})),q.payment_error)return P.payload.allowSelfPayment?(this.store.dispatch((0,k.WM)({payload:{num_max_invoices:D.IV,reversed:!0}})),{type:D.uR.SEND_PAYMENT_STATUS_LND,payload:q}):(P.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed.",q.payment_error):this.handleErrorWithAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+h.NZ.CHANNELS_API+"/transactions",q.payment_error),{type:D.pg.VOID});if(this.store.dispatch((0,L.uO)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"SendPayment",status:D.Bn.COMPLETED}})),this.store.dispatch((0,k.UR)()),this.store.dispatch((0,k.cQ)({payload:{max_payments:D.IV,reversed:!0}})),P.payload.allowSelfPayment)this.store.dispatch((0,k.WM)({payload:{num_max_invoices:D.IV,reversed:!0}}));else{let he="Payment Sent Successfully.";q.payment_route&&q.payment_route.total_fees_msat&&(he="Payment sent successfully with the total fee "+q.payment_route.total_fees_msat+" (mSats)."),this.store.dispatch((0,L.jW)({payload:he}))}return{type:D.uR.SEND_PAYMENT_STATUS_LND,payload:q}}),(0,d.K)(q=>(this.logger.error("Error: "+JSON.stringify(q)),P.payload.allowSelfPayment?(this.handleErrorWithoutAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed.",q),this.store.dispatch((0,k.WM)({payload:{num_max_invoices:D.IV,reversed:!0}})),(0,f.of)({type:D.uR.SEND_PAYMENT_STATUS_LND,payload:{error:this.commonService.extractErrorMessage(q)}})):(P.payload.fromDialog?this.handleErrorWithoutAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed.",q):this.handleErrorWithAlert("SendPayment",P.payload.uiMessage,"Send Payment Failed",this.CHILD_API_URL+h.NZ.CHANNELS_API+"/transactions",q),(0,f.of)({type:D.pg.VOID})))))}))),this.graphNodeFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.FETCH_GRAPH_NODE_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.GET_NODE_ADDRESS})),this.store.dispatch((0,k.PC)({payload:{action:"FetchGraphNode",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NETWORK_API+"/node/"+P.payload.pubkey).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,L.uO)({payload:D.m6.GET_NODE_ADDRESS})),this.store.dispatch((0,k.PC)({payload:{action:"FetchGraphNode",status:D.Bn.COMPLETED}})),{type:D.uR.SET_GRAPH_NODE_LND,payload:F&&F.node?{node:F.node}:{node:null}})),(0,d.K)(F=>(this.handleErrorWithoutAlert("FetchGraphNode",D.m6.GET_NODE_ADDRESS,"Fetching Graph Node Failed.",F),(0,f.of)({type:D.pg.VOID})))))))),this.setGraphNode=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_GRAPH_NODE_LND),(0,b.U)(P=>(this.logger.info(P.payload),P.payload))),{dispatch:!1}),this.getNewAddress=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GET_NEW_ADDRESS_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.GENERATE_NEW_ADDRESS})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NEW_ADDRESS_API+"?type="+P.payload.addressId).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,L.uO)({payload:D.m6.GENERATE_NEW_ADDRESS})),{type:D.uR.SET_NEW_ADDRESS_LND,payload:F&&F.address?F.address:{}})),(0,d.K)(F=>(this.handleErrorWithAlert("GetNewAddress",D.m6.GENERATE_NEW_ADDRESS,"Generate New Address Failed",this.CHILD_API_URL+h.NZ.NEW_ADDRESS_API+"?type="+P.payload.addressId,F),(0,f.of)({type:D.pg.VOID})))))))),this.setNewAddress=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_NEW_ADDRESS_LND),(0,b.U)(P=>(this.logger.info(P.payload),P.payload))),{dispatch:!1}),this.SetChannelTransaction=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_CHANNEL_TRANSACTION_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.SEND_FUNDS})),this.store.dispatch((0,k.PC)({payload:{action:"SetChannelTransaction",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.TRANSACTIONS_API,{amount:P.payload.amount,address:P.payload.address,sendAll:P.payload.sendAll,fees:P.payload.fees,blocks:P.payload.blocks}).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,k.PC)({payload:{action:"SetChannelTransaction",status:D.Bn.COMPLETED}})),this.store.dispatch((0,L.uO)({payload:D.m6.SEND_FUNDS})),this.store.dispatch((0,k.mC)()),this.store.dispatch((0,k.Bl)()),this.store.dispatch((0,k.UR)()),{type:D.uR.SET_CHANNEL_TRANSACTION_RES_LND,payload:F})),(0,d.K)(F=>(this.handleErrorWithoutAlert("SetChannelTransaction",D.m6.SEND_FUNDS,"Sending Fund Failed.",F),(0,f.of)({type:D.pg.VOID})))))))),this.fetchForwardingHistory=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GET_FORWARDING_HISTORY_LND),(0,M.z)(P=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchForwardingHistory",status:D.Bn.INITIATED}})),this.httpClient.post(this.CHILD_API_URL+h.NZ.SWITCH_API,{num_max_events:P.payload.num_max_events,index_offset:P.payload.index_offset,end_time:P.payload.end_time,start_time:P.payload.start_time}).pipe((0,b.U)(q=>(this.logger.info(q),this.store.dispatch((0,k.PC)({payload:{action:"FetchForwardingHistory",status:D.Bn.COMPLETED}})),{type:D.uR.SET_FORWARDING_HISTORY_LND,payload:q})),(0,d.K)(q=>(this.handleErrorWithAlert("FetchForwardingHistory",D.m6.NO_SPINNER,"Get Forwarding History Failed",this.CHILD_API_URL+h.NZ.SWITCH_API,q),(0,f.of)({type:D.pg.VOID})))))))),this.queryRoutesFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GET_QUERY_ROUTES_LND),(0,M.z)(P=>{let F=this.CHILD_API_URL+h.NZ.NETWORK_API+"/routes/"+P.payload.destPubkey+"/"+P.payload.amount;return P.payload.outgoingChanId&&(F=F+"?outgoing_chan_id="+P.payload.outgoingChanId),this.httpClient.get(F).pipe((0,b.U)(q=>(this.logger.info(q),{type:D.uR.SET_QUERY_ROUTES_LND,payload:q})),(0,d.K)(q=>(this.store.dispatch((0,k.kL)({payload:{routes:[]}})),this.handleErrorWithAlert("GetQueryRoutes",D.m6.NO_SPINNER,"Get Query Routes Failed",this.CHILD_API_URL+h.NZ.NETWORK_API,q),(0,f.of)({type:D.pg.VOID}))))}))),this.setQueryRoutes=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_QUERY_ROUTES_LND),(0,b.U)(P=>P.payload)),{dispatch:!1}),this.genSeed=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GEN_SEED_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.GEN_SEED})),this.httpClient.get(this.CHILD_API_URL+h.NZ.WALLET_API+"/genseed/"+P.payload).pipe((0,b.U)(F=>(this.logger.info("Generated GenSeed!"),this.logger.info(F),this.store.dispatch((0,L.uO)({payload:D.m6.GEN_SEED})),{type:D.uR.GEN_SEED_RESPONSE_LND,payload:F.cipher_seed_mnemonic})),(0,d.K)(F=>(this.handleErrorWithAlert("GenSeed",D.m6.GEN_SEED,"Genseed Generation Failed",this.CHILD_API_URL+h.NZ.WALLET_API+"/genseed/"+P.payload,F),(0,f.of)({type:D.pg.VOID})))))))),this.updateSelNodeOptions=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.pg.UPDATE_SELECTED_NODE_OPTIONS),(0,M.z)(()=>this.httpClient.get(this.CHILD_API_URL+h.NZ.WALLET_API+"/updateSelNodeOptions").pipe((0,b.U)(P=>(this.logger.info("Update Sel Node Successfull"),this.logger.info(P),{type:D.pg.VOID})),(0,d.K)(P=>(this.handleErrorWithAlert("UpdateSelectedNodeOptions",D.m6.NO_SPINNER,"Update macaroon for newly initialized node failed! Please check the macaroon path and restart the server!","Update Macaroon",P),(0,f.of)({type:D.pg.VOID}))))))),this.genSeedResponse=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GEN_SEED_RESPONSE_LND),(0,b.U)(P=>P.payload)),{dispatch:!1}),this.initWalletRes=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.INIT_WALLET_RESPONSE_LND),(0,b.U)(P=>P.payload)),{dispatch:!1}),this.initWallet=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.INIT_WALLET_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.INITIALIZE_WALLET})),this.httpClient.post(this.CHILD_API_URL+h.NZ.WALLET_API+"/wallet/initwallet",{wallet_password:P.payload.pwd,cipher_seed_mnemonic:P.payload.cipher?P.payload.cipher:"",aezeed_passphrase:P.payload.passphrase?P.payload.passphrase:""}).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,L.uO)({payload:D.m6.INITIALIZE_WALLET})),{type:D.uR.INIT_WALLET_RESPONSE_LND,payload:F})),(0,d.K)(F=>(this.handleErrorWithAlert("InitWallet",D.m6.INITIALIZE_WALLET,"Wallet Initialization Failed",this.CHILD_API_URL+h.NZ.WALLET_API+"/initwallet",F),(0,f.of)({type:D.pg.VOID})))))))),this.unlockWallet=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.UNLOCK_WALLET_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.UNLOCK_WALLET})),this.httpClient.post(this.CHILD_API_URL+h.NZ.WALLET_API+"/wallet/unlockwallet",{wallet_password:P.payload.pwd}).pipe((0,b.U)(F=>(this.logger.info(F),this.logger.info("Successfully Unlocked!"),this.sessionService.setItem("lndUnlocked","true"),this.store.dispatch((0,L.uO)({payload:D.m6.UNLOCK_WALLET})),this.store.dispatch((0,L.ac)({payload:D.m6.WAIT_SYNC_NODE})),setTimeout(()=>{this.store.dispatch((0,L.uO)({payload:D.m6.WAIT_SYNC_NODE})),this.store.dispatch((0,k.sQ)({payload:{loadPage:"HOME"}}))},5e3),{type:D.pg.VOID})),(0,d.K)(F=>(this.handleErrorWithAlert("UnlockWallet",D.m6.UNLOCK_WALLET,"Unlock Wallet Failed",this.CHILD_API_URL+h.NZ.WALLET_API+"/unlockwallet",F),(0,f.of)({type:D.pg.VOID}))))))),{dispatch:!1}),this.peerLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.PEER_LOOKUP_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.SEARCHING_NODE})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NETWORK_API+"/node/"+P.payload).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,L.uO)({payload:D.m6.SEARCHING_NODE})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.COMPLETED}})),{type:D.uR.SET_LOOKUP_LND,payload:F})),(0,d.K)(F=>(this.handleErrorWithAlert("Lookup",D.m6.SEARCHING_NODE,"Peer Lookup Failed",this.CHILD_API_URL+h.NZ.NETWORK_API+"/node/"+P.payload,F),(0,f.of)({type:D.pg.VOID})))))))),this.channelLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.CHANNEL_LOOKUP_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.NETWORK_API+"/edge/"+P.payload.channelID).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,L.uO)({payload:P.payload.uiMessage})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.COMPLETED}})),{type:D.uR.SET_LOOKUP_LND,payload:F})),(0,d.K)(F=>(this.handleErrorWithAlert("Lookup",P.payload.uiMessage,"Channel Lookup Failed",this.CHILD_API_URL+h.NZ.NETWORK_API+"/edge/"+P.payload.channelID,F),(0,f.of)({type:D.pg.VOID})))))))),this.invoiceLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.INVOICE_LOOKUP_LND),(0,M.z)(P=>{this.store.dispatch((0,L.ac)({payload:D.m6.SEARCHING_INVOICE})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.INITIATED}}));let F=this.CHILD_API_URL+h.NZ.INVOICES_API+"/lookup";return F=P.payload.paymentAddress&&""!==P.payload.paymentAddress?F+"?payment_addr="+P.payload.paymentAddress:F+"?payment_hash="+P.payload.paymentHash,this.httpClient.get(F).pipe((0,b.U)(q=>(this.logger.info(q),this.store.dispatch((0,L.uO)({payload:D.m6.SEARCHING_INVOICE})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.COMPLETED}})),this.store.dispatch((0,k.aL)({payload:q})),{type:D.uR.SET_LOOKUP_LND,payload:q})),(0,d.K)(q=>(this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.ERROR}})),this.handleErrorWithoutAlert("Lookup",D.m6.SEARCHING_INVOICE,"Invoice Lookup Failed",q),P.payload.openSnackBar&&this.store.dispatch((0,L.jW)({payload:{message:"Invoice Refresh Failed.",type:"ERROR"}})),(0,f.of)({type:D.uR.SET_LOOKUP_LND,payload:{error:q}}))))}))),this.paymentLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.PAYMENT_LOOKUP_LND),(0,M.z)(P=>(this.store.dispatch((0,L.ac)({payload:D.m6.SEARCHING_PAYMENT})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.PAYMENTS_API+"/lookup/"+P.payload).pipe((0,b.U)(F=>(this.logger.info(F),this.store.dispatch((0,L.uO)({payload:D.m6.SEARCHING_PAYMENT})),this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.COMPLETED}})),this.store.dispatch((0,k.qY)({payload:F})),{type:D.uR.SET_LOOKUP_LND,payload:F})),(0,d.K)(F=>(this.store.dispatch((0,k.PC)({payload:{action:"Lookup",status:D.Bn.ERROR}})),this.handleErrorWithoutAlert("Lookup",D.m6.SEARCHING_PAYMENT,"Payment Lookup Failed",F),(0,f.of)({type:D.uR.SET_LOOKUP_LND,payload:{error:F}})))))))),this.setLookup=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_LOOKUP_LND),(0,b.U)(P=>(this.logger.info(P.payload),P.payload))),{dispatch:!1}),this.getRestoreChannelList=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.RESTORE_CHANNELS_LIST_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"RestoreChannelsList",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API+"/restore/list").pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"RestoreChannelsList",status:D.Bn.COMPLETED}})),{type:D.uR.SET_RESTORE_CHANNELS_LIST_LND,payload:P||{all_restore_exists:!1,files:[]}})),(0,d.K)(P=>(this.handleErrorWithAlert("RestoreChannelsList",D.m6.NO_SPINNER,"Restore Channels List Failed",this.CHILD_API_URL+h.NZ.CHANNELS_BACKUP_API,P),(0,f.of)({type:D.pg.VOID})))))))),this.setRestoreChannelList=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.SET_RESTORE_CHANNELS_LIST_LND),(0,b.U)(P=>(this.logger.info(P.payload),P.payload))),{dispatch:!1}),this.allLightningTransactionsFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(D.uR.GET_ALL_LIGHTNING_TRANSATIONS_LND),(0,M.z)(()=>(this.store.dispatch((0,k.PC)({payload:{action:"FetchLightningTransactions",status:D.Bn.INITIATED}})),this.httpClient.get(this.CHILD_API_URL+h.NZ.PAYMENTS_API+"/alltransactions").pipe((0,b.U)(P=>(this.logger.info(P),this.store.dispatch((0,k.PC)({payload:{action:"FetchLightningTransactions",status:D.Bn.COMPLETED}})),{type:D.uR.SET_ALL_LIGHTNING_TRANSATIONS_LND,payload:P})),(0,d.K)(P=>(this.handleErrorWithoutAlert("FetchLightningTransactions",D.m6.NO_SPINNER,"Fetching All Lightning Transaction Failed.",P),(0,f.of)({type:D.pg.VOID})))))))),this.store.select(S.yA).pipe((0,a.R)(this.unSubs[0])).subscribe(P=>{P.FetchInfo.status!==D.Bn.COMPLETED&&P.FetchInfo.status!==D.Bn.ERROR||P.FetchFees.status!==D.Bn.COMPLETED&&P.FetchFees.status!==D.Bn.ERROR||P.FetchBalanceBlockchain.status!==D.Bn.COMPLETED&&P.FetchBalanceBlockchain.status!==D.Bn.ERROR||P.FetchAllChannels.status!==D.Bn.COMPLETED&&P.FetchAllChannels.status!==D.Bn.ERROR||P.FetchPendingChannels.status!==D.Bn.COMPLETED&&P.FetchPendingChannels.status!==D.Bn.ERROR||this.flgInitialized||(this.store.dispatch((0,L.uO)({payload:D.m6.INITALIZE_NODE_DATA})),this.flgInitialized=!0)}),this.wsService.lndWSMessages.pipe((0,a.R)(this.unSubs[1])).subscribe(P=>{this.logger.info("Received new message from the service: "+JSON.stringify(P)),P&&(P.type===D.g8.INVOICE?(this.logger.info(P),P&&P.result&&P.result.payment_request&&this.store.dispatch((0,k.aL)({payload:P.result}))):this.logger.info("Received Event from WS: "+JSON.stringify(P)))})}initializeRemainingData(r,u){this.sessionService.setItem("lndUnlocked","true");const c={identity_pubkey:r.identity_pubkey,alias:r.alias,testnet:r.testnet,chains:r.chains,uris:r.uris,version:r.version?r.version.split(" ")[0]:""};this.store.dispatch((0,L.ac)({payload:D.m6.INITALIZE_NODE_DATA})),this.store.dispatch((0,L._V)({payload:c}));let _=this.location.path();_.includes("/cln/")?_=null==_?void 0:_.replace("/cln/","/lnd/"):_.includes("/ecl/")&&(_=null==_?void 0:_.replace("/ecl/","/lnd/")),(_.includes("/unlock")||_.includes("/login")||_.includes("/error")||""===_||"HOME"===u||_.includes("?access-key="))&&(_="/lnd/home"),this.router.navigate([_]),this.store.dispatch((0,k.Bl)()),this.store.dispatch((0,k.UR)()),this.store.dispatch((0,k.Z7)()),this.store.dispatch((0,k.Zh)()),this.store.dispatch((0,k.$W)()),this.store.dispatch((0,k.Rv)()),this.store.dispatch((0,k.SN)()),this.store.dispatch((0,k.WM)({payload:{num_max_invoices:10,reversed:!0}})),this.store.dispatch((0,k.cQ)({payload:{max_payments:1e5,reversed:!0}}))}handleErrorWithoutAlert(r,u,c,_){this.logger.error("ERROR IN: "+r+"\n"+JSON.stringify(_)),401===_.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,L.ts)()),this.store.dispatch((0,L.kS)()),this.store.dispatch((0,L.jW)({payload:"Authentication Failed. Redirecting to Login."}))):(this.store.dispatch((0,L.uO)({payload:u})),this.store.dispatch((0,k.PC)({payload:{action:r,status:D.Bn.ERROR,statusCode:_.status.toString(),message:this.commonService.extractErrorMessage(_,c)}})))}handleErrorWithAlert(r,u,c,_,E){if(this.logger.error(E),401===E.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,L.ts)()),this.store.dispatch((0,L.kS)()),this.store.dispatch((0,L.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,L.uO)({payload:u}));const I=this.commonService.extractErrorMessage(E);this.store.dispatch((0,L.qR)({payload:{data:{type:"ERROR",alertTitle:c,message:{code:E.status,message:I,URL:_},component:w.H}}})),this.store.dispatch((0,k.PC)({payload:{action:r,status:D.Bn.ERROR,statusCode:E.status.toString(),message:I,URL:_}}))}}ngOnDestroy(){this.unSubs.forEach(r=>{r.next(null),r.complete()})}}return y.\u0275fac=function(r){return new(r||y)(U.LFG(t.eX),U.LFG(Z.eN),U.LFG(j.yh),U.LFG(ne.mQ),U.LFG($.v),U.LFG(de.m),U.LFG(te.uw),U.LFG(ie.F0),U.LFG(oe.d),U.LFG(X.Ye))},y.\u0275prov=U.Yz7({token:y,factory:y.\u0275fac}),y})()},6529:(Ve,K,p)=>{"use strict";p.d(K,{$k:()=>f,Bo:()=>d,Ef:()=>D,JG:()=>h,N7:()=>$,P2:()=>U,PP:()=>N,Q5:()=>M,T4:()=>ne,Wi:()=>A,ZW:()=>L,_f:()=>te,bx:()=>ie,dx:()=>w,l5:()=>de,ni:()=>S,qU:()=>Z,yA:()=>b});var t=p(5620);const e=(0,t.ZF)("lnd"),f=(0,t.P1)(e,oe=>oe.nodeSettings),M=(0,t.P1)(e,oe=>oe.information),b=((0,t.P1)(e,oe=>({information:oe.information,apiCallStatus:oe.apisCallStatus.FetchInfo})),(0,t.P1)(e,oe=>oe.apisCallStatus)),d=(0,t.P1)(e,oe=>({forwardingHistory:oe.forwardingHistory,apiCallStatus:oe.apisCallStatus.FetchForwardingHistory})),N=(0,t.P1)(e,oe=>({listPayments:oe.listPayments,apiCallStatus:oe.apisCallStatus.FetchPayments})),h=(0,t.P1)(e,oe=>({fees:oe.fees,apiCallStatus:oe.apisCallStatus.FetchFees})),A=(0,t.P1)(e,oe=>({peers:oe.peers,apiCallStatus:oe.apisCallStatus.FetchPeers})),w=(0,t.P1)(e,oe=>({transactions:oe.transactions,apiCallStatus:oe.apisCallStatus.FetchTransactions})),D=(0,t.P1)(e,oe=>({listInvoices:oe.listInvoices,apiCallStatus:oe.apisCallStatus.FetchInvoices})),L=(0,t.P1)(e,oe=>({channels:oe.channels,channelsSummary:oe.channelsSummary,lightningBalance:oe.lightningBalance,apiCallStatus:oe.apisCallStatus.FetchAllChannels})),S=((0,t.P1)(e,oe=>({channelsSummary:oe.channelsSummary,pendingChannels:oe.pendingChannels,closedChannels:oe.closedChannels,apiCallStatus:oe.apisCallStatus.FetchAllChannels})),(0,t.P1)(e,oe=>({pendingChannels:oe.pendingChannels,pendingChannelsSummary:oe.pendingChannelsSummary,apiCallStatus:oe.apisCallStatus.FetchPendingChannels}))),U=(0,t.P1)(e,oe=>({closedChannels:oe.closedChannels,apiCallStatus:oe.apisCallStatus.FetchClosedChannels})),Z=(0,t.P1)(e,oe=>({blockchainBalance:oe.blockchainBalance,apiCallStatus:oe.apisCallStatus.FetchBalanceBlockchain})),ne=((0,t.P1)(e,oe=>({lightningBalance:oe.lightningBalance,apiCallStatus:oe.apisCallStatus.FetchAllChannels})),(0,t.P1)(e,oe=>({utxos:oe.utxos,apiCallStatus:oe.apisCallStatus.FetchUTXOs}))),$=(0,t.P1)(e,oe=>({networkInfo:oe.networkInfo,apiCallStatus:oe.apisCallStatus.FetchNetwork})),de=(0,t.P1)(e,oe=>({allLightningTransactions:oe.allLightningTransactions,apiCallStatus:oe.apisCallStatus.FetchLightningTransactions})),te=(0,t.P1)(e,oe=>({channels:oe.channels,pendingChannels:oe.pendingChannels,closedChannels:oe.closedChannels})),ie=(0,t.P1)(e,oe=>({information:oe.information,nodeSettings:oe.nodeSettings,apiCallStatus:oe.apisCallStatus.FetchInfo}))},8627:(Ve,K,p)=>{"use strict";p.d(K,{v:()=>ee});var t=p(8966),e=p(801),f=p(7579),M=p(2722),a=p(7731),b=p(6529),d=p(5e3),N=p(5043),h=p(62),A=p(7261),w=p(5620),D=p(7093),L=p(9808),k=p(3322),S=p(159),U=p(9224),Z=p(9444),j=p(7423),ne=p(4834),$=p(8129),de=p(773),te=p(1125),ie=p(7238),oe=p(5245),X=p(3390),me=p(6895);const y=["scrollContainer"];function i(ue,_e){if(1&ue&&d._UZ(0,"qr-code",32),2&ue){const Le=d.oxw();d.Q6J("value",null==Le.invoice?null:Le.invoice.payment_request)("size",Le.qrWidth)("errorCorrectionLevel","L")}}function r(ue,_e){1&ue&&(d.TgZ(0,"span",33),d._uU(1,"N/A"),d.qZA())}function u(ue,_e){if(1&ue&&d._UZ(0,"qr-code",32),2&ue){const Le=d.oxw();d.Q6J("value",null==Le.invoice?null:Le.invoice.payment_request)("size",Le.qrWidth)("errorCorrectionLevel","L")}}function c(ue,_e){1&ue&&(d.TgZ(0,"span",34),d._uU(1,"QR Code Not Applicable"),d.qZA())}function _(ue,_e){1&ue&&d._UZ(0,"mat-divider",22),2&ue&&d.Q6J("inset",!0)}function E(ue,_e){1&ue&&(d.ynx(0),d._uU(1," (zero amount) "),d.BQk())}function I(ue,_e){1&ue&&d._UZ(0,"span",40)}const v=function(){return[]};function n(ue,_e){if(1&ue&&(d.TgZ(0,"div",36)(1,"div",37)(2,"span",38),d._uU(3),d.ALo(4,"number"),d.qZA(),d.YNc(5,I,1,0,"span",39),d.qZA()()),2&ue){const Le=d.oxw(2);d.xp6(3),d.hij("",d.lcZ(4,2,null==Le.invoice?null:Le.invoice.amt_paid_sat)," Sats"),d.xp6(2),d.Q6J("ngForOf",d.DdM(4,v).constructor(35))}}function C(ue,_e){if(1&ue&&(d.TgZ(0,"div"),d._uU(1),d.ALo(2,"number"),d.qZA()),2&ue){const Le=d.oxw(2);d.xp6(1),d.hij("",d.lcZ(2,1,null==Le.invoice?null:Le.invoice.amt_paid_sat)," Sats")}}function B(ue,_e){if(1&ue&&(d.ynx(0),d.YNc(1,n,6,5,"div",35),d.YNc(2,C,3,3,"div",21),d.BQk()),2&ue){const Le=d.oxw();d.xp6(1),d.Q6J("ngIf",Le.flgInvoicePaid),d.xp6(1),d.Q6J("ngIf",!Le.flgInvoicePaid)}}function P(ue,_e){1&ue&&(d.TgZ(0,"span"),d._uU(1,"-"),d.qZA())}function F(ue,_e){1&ue&&d._UZ(0,"mat-spinner",42),2&ue&&d.Q6J("diameter",20)}function q(ue,_e){if(1&ue&&(d.ynx(0),d.YNc(1,P,2,0,"span",21),d.YNc(2,F,1,1,"mat-spinner",41),d.BQk()),2&ue){const Le=d.oxw();d.xp6(1),d.Q6J("ngIf","OPEN"!==(null==Le.invoice?null:Le.invoice.state)||!Le.flgVersionCompatible),d.xp6(1),d.Q6J("ngIf","OPEN"===(null==Le.invoice?null:Le.invoice.state)&&Le.flgVersionCompatible)}}const he=function(ue){return{"mr-0":ue}};function ve(ue,_e){if(1&ue&&d._UZ(0,"span",59),2&ue){const Le=d.oxw(4);d.Q6J("ngClass",d.VKq(1,he,Le.screenSize===Le.screenSizeEnum.XS))}}function Ne(ue,_e){if(1&ue&&d._UZ(0,"span",60),2&ue){const Le=d.oxw(4);d.Q6J("ngClass",d.VKq(1,he,Le.screenSize===Le.screenSizeEnum.XS))}}function we(ue,_e){if(1&ue&&d._UZ(0,"span",61),2&ue){const Le=d.oxw(4);d.Q6J("ngClass",d.VKq(1,he,Le.screenSize===Le.screenSizeEnum.XS))}}function Q(ue,_e){if(1&ue&&(d.TgZ(0,"div",48)(1,"div",53)(2,"span",54),d.YNc(3,ve,1,3,"span",55),d.YNc(4,Ne,1,3,"span",56),d.YNc(5,we,1,3,"span",57),d._uU(6),d.qZA(),d.TgZ(7,"span",58),d._uU(8),d.ALo(9,"number"),d.qZA()(),d._UZ(10,"mat-divider",22),d.qZA()),2&ue){const Le=_e.$implicit,ut=d.oxw(3);d.xp6(3),d.Q6J("ngIf","SETTLED"===Le.state),d.xp6(1),d.Q6J("ngIf","ACCEPTED"===Le.state),d.xp6(1),d.Q6J("ngIf","CANCELED"===Le.state),d.xp6(1),d.hij(" ",Le.chan_id," "),d.xp6(2),d.Oqu(d.xi3(9,6,+Le.amt_msat/1e3||0,ut.getDecimalFormat(Le))),d.xp6(2),d.Q6J("inset",!0)}}function Ue(ue,_e){if(1&ue){const Le=d.EpF();d.TgZ(0,"div",17)(1,"mat-expansion-panel",46),d.NdJ("opened",function(){return d.CHM(Le),d.oxw(2).flgOpened=!0})("closed",function(){return d.CHM(Le),d.oxw(2).onExpansionClosed()}),d.TgZ(2,"mat-expansion-panel-header")(3,"mat-panel-title")(4,"h4",47),d._uU(5,"HTLCs"),d.qZA()()(),d.TgZ(6,"div",48)(7,"div",49)(8,"span",50),d._uU(9,"Channel ID"),d.qZA(),d.TgZ(10,"span",51),d._uU(11,"Amount (Sats)"),d.qZA()(),d._UZ(12,"mat-divider",22),d.YNc(13,Q,11,9,"div",52),d.qZA()()()}if(2&ue){const Le=d.oxw(2);d.xp6(12),d.Q6J("inset",!0),d.xp6(1),d.Q6J("ngForOf",null==Le.invoice?null:Le.invoice.htlcs)}}function ye(ue,_e){1&ue&&d._UZ(0,"mat-divider",22),2&ue&&d.Q6J("inset",!0)}function V(ue,_e){if(1&ue&&(d.TgZ(0,"div"),d._UZ(1,"mat-divider",22),d.TgZ(2,"div",17)(3,"div",23)(4,"h4",19),d._uU(5,"Preimage"),d.qZA(),d.TgZ(6,"span",24),d._uU(7),d.qZA()()(),d._UZ(8,"mat-divider",22),d.TgZ(9,"div",17)(10,"div",43)(11,"h4",19),d._uU(12,"State"),d.qZA(),d.TgZ(13,"span",24),d._uU(14),d.qZA()(),d.TgZ(15,"div",44)(16,"h4",19),d._uU(17,"Expiry"),d.qZA(),d.TgZ(18,"span",24),d._uU(19),d.qZA()(),d.TgZ(20,"div",44)(21,"h4",19),d._uU(22,"Private Routing Hints"),d.qZA(),d.TgZ(23,"span",24),d._uU(24),d.qZA()()(),d._UZ(25,"mat-divider",22),d.YNc(26,Ue,14,2,"div",45),d.YNc(27,ye,1,1,"mat-divider",14),d.qZA()),2&ue){const Le=d.oxw();d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu((null==Le.invoice?null:Le.invoice.r_preimage)||"-"),d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu(null==Le.invoice?null:Le.invoice.state),d.xp6(5),d.Oqu(null==Le.invoice?null:Le.invoice.expiry),d.xp6(5),d.Oqu(null!=Le.invoice&&Le.invoice.private?"Yes":"No"),d.xp6(1),d.Q6J("inset",!0),d.xp6(1),d.Q6J("ngIf",(null==Le.invoice?null:Le.invoice.htlcs)&&(null==Le.invoice?null:Le.invoice.htlcs.length)>0),d.xp6(1),d.Q6J("ngIf",(null==Le.invoice?null:Le.invoice.htlcs)&&(null==Le.invoice?null:Le.invoice.htlcs.length)>0)}}function Ae(ue,_e){if(1&ue){const Le=d.EpF();d.TgZ(0,"div",62)(1,"button",63),d.NdJ("click",function(){return d.CHM(Le),d.oxw().onScrollDown()}),d.TgZ(2,"mat-icon",64),d._uU(3,"arrow_downward"),d.qZA()()()}}function dt(ue,_e){1&ue&&(d.TgZ(0,"p"),d._uU(1,"Show Advanced"),d.qZA())}function Ie(ue,_e){1&ue&&(d.TgZ(0,"p"),d._uU(1,"Hide Advanced"),d.qZA())}function De(ue,_e){if(1&ue){const Le=d.EpF();d.TgZ(0,"button",65),d.NdJ("copied",function(ht){return d.CHM(Le),d.oxw().onCopyPayment(ht)}),d._uU(1),d.qZA()}if(2&ue){const Le=d.oxw();d.Q6J("payload",null==Le.invoice?null:Le.invoice.payment_request),d.xp6(1),d.Oqu(Le.screenSize===Le.screenSizeEnum.XS?"Copy Payment":"Copy Payment Request")}}function le(ue,_e){if(1&ue){const Le=d.EpF();d.TgZ(0,"button",66),d.NdJ("click",function(){return d.CHM(Le),d.oxw().onClose()}),d._uU(1,"OK"),d.qZA()}}const Te=function(ue){return{"display-none":ue}},xe=function(ue){return{"xs-scroll-y":ue}},W=function(ue){return{"h-50":ue}};let ee=(()=>{class ue{constructor(Le,ut,ht,It,ui,Wt){this.dialogRef=Le,this.data=ut,this.logger=ht,this.commonService=It,this.snackBar=ui,this.store=Wt,this.faReceipt=e.dLy,this.showAdvanced=!1,this.newlyAdded=!1,this.invoice=null,this.qrWidth=240,this.screenSize="",this.screenSizeEnum=a.cu,this.flgOpened=!1,this.flgInvoicePaid=!1,this.flgVersionCompatible=!0,this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}set container(Le){Le&&(this.scrollContainer=Le)}ngOnInit(){this.invoice=JSON.parse(JSON.stringify(this.data.invoice)),this.newlyAdded=!!this.data.newlyAdded,this.screenSize=this.commonService.getScreenSize(),this.screenSize===a.cu.XS&&(this.qrWidth=220),this.store.select(b.Q5).pipe((0,M.R)(this.unSubs[0])).subscribe(ut=>{this.flgVersionCompatible=this.commonService.isVersionCompatible(ut.version,"0.11.0")});const Le=JSON.parse(JSON.stringify(this.invoice));this.store.select(b.Ef).pipe((0,M.R)(this.unSubs[1])).subscribe(ut=>{var ht,It,ui;const Wt=null===(ht=this.invoice)||void 0===ht?void 0:ht.state,hi=(ut.listInvoices.invoices||[]).find(xt=>xt.r_hash===Le.r_hash)||null;this.invoice=hi,Wt!==(null===(It=this.invoice)||void 0===It?void 0:It.state)&&"SETTLED"===(null===(ui=this.invoice)||void 0===ui?void 0:ui.state)&&(this.flgInvoicePaid=!0,setTimeout(()=>{this.flgInvoicePaid=!1},4e3)),this.logger.info(ut)})}onClose(){this.dialogRef.close(!1)}onShowAdvanced(){this.showAdvanced=!this.showAdvanced,this.flgOpened=!1}onScrollDown(){this.scrollContainer.nativeElement.scrollTop=this.scrollContainer.nativeElement.scrollTop+60}onExpansionClosed(){this.flgOpened=!1,this.scrollContainer.nativeElement.scrollTop=0}onCopyPayment(Le){this.snackBar.open("Payment request copied."),this.logger.info("Copied Text: "+Le)}getDecimalFormat(Le){return Le.amt_msat<1e3?"1.0-4":"1.0-0"}ngOnDestroy(){this.unSubs.forEach(Le=>{Le.next(null),Le.complete()})}}return ue.\u0275fac=function(Le){return new(Le||ue)(d.Y36(t.so),d.Y36(t.WI),d.Y36(N.mQ),d.Y36(h.v),d.Y36(A.ux),d.Y36(w.yh))},ue.\u0275cmp=d.Xpm({type:ue,selectors:[["rtl-invoice-information"]],viewQuery:function(Le,ut){if(1&Le&&d.Gf(y,5),2&Le){let ht;d.iGM(ht=d.CRH())&&(ut.container=ht.first)}},decls:78,vars:49,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign.gt-sm","space-between stretch"],["fxFlex","35",1,"modal-qr-code-container","padding-gap-large",3,"fxLayoutAlign","ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["class","font-size-300",4,"ngIf"],["fxLayout","column","fxFlex","65"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large",3,"ngClass"],["fxLayout","column"],["fxFlex","30",1,"modal-qr-code-container","padding-gap",3,"fxLayoutAlign","ngClass"],["class","font-size-120",4,"ngIf"],["class","my-1",3,"inset",4,"ngIf"],[3,"perfectScrollbar","ngClass"],["scrollContainer",""],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[4,"ngIf"],[1,"my-1",3,"inset"],["fxFlex","100"],[1,"overflow-wrap","foreground-secondary-text"],["fxLayout","row","fxLayoutAlign","start end","class","btn-sticky-container padding-gap-x-large",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center","fxFlex","100",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],[4,"ngIf","ngIfElse"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click",4,"ngIf"],[3,"value","size","errorCorrectionLevel"],[1,"font-size-300"],[1,"font-size-120"],["class","invoice-animation-container",4,"ngIf"],[1,"invoice-animation-container"],[1,"invoice-animation-div"],[1,"wiggle"],["class","particles-circle",4,"ngFor","ngForOf"],[1,"particles-circle"],[3,"diameter",4,"ngIf"],[3,"diameter"],["fxFlex","34"],["fxFlex","33"],["fxLayout","row",4,"ngIf"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",1,"flat-expansion-panel",3,"opened","closed"],["fxLayoutAlign","start center","fxFlex","100",1,"font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100",1,"mt-minus-1"],["fxFlex","60",1,"foreground-secondary-text","font-bold-500"],["fxFlex","40",1,"foreground-secondary-text","font-bold-500"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start","fxFlex","100"],["fxFlex","60",1,"foreground-secondary-text"],["class","dot green","matTooltip","Settled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot yellow","matTooltip","Accepted","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["class","dot red","matTooltip","Cancelled","matTooltipPosition","right",3,"ngClass",4,"ngIf"],["fxFlex","40",1,"foreground-secondary-text"],["matTooltip","Settled","matTooltipPosition","right",1,"dot","green",3,"ngClass"],["matTooltip","Accepted","matTooltipPosition","right",1,"dot","yellow",3,"ngClass"],["matTooltip","Cancelled","matTooltipPosition","right",1,"dot","red",3,"ngClass"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll Down","fxLayoutAlign","center center",3,"click"],["fxLayoutAlign","center center"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","button",3,"click"]],template:function(Le,ut){if(1&Le&&(d.TgZ(0,"div",0)(1,"div",1),d.YNc(2,i,1,3,"qr-code",2),d.YNc(3,r,2,0,"span",3),d.qZA(),d.TgZ(4,"div",4)(5,"mat-card-header",5)(6,"div",6),d._UZ(7,"fa-icon",7),d.TgZ(8,"span",8),d._uU(9),d.qZA()(),d.TgZ(10,"button",9),d.NdJ("click",function(){return ut.onClose()}),d._uU(11,"X"),d.qZA()(),d.TgZ(12,"mat-card-content",10)(13,"div",11)(14,"div",12),d.YNc(15,u,1,3,"qr-code",2),d.YNc(16,c,2,0,"span",13),d.qZA(),d.YNc(17,_,1,1,"mat-divider",14),d.TgZ(18,"div",15,16)(20,"div",17)(21,"div",18)(22,"h4",19),d._uU(23),d.qZA(),d.TgZ(24,"span",20),d._uU(25),d.ALo(26,"number"),d.YNc(27,E,2,0,"ng-container",21),d.qZA()(),d.TgZ(28,"div",18)(29,"h4",19),d._uU(30,"Amount Settled"),d.qZA(),d.TgZ(31,"span",20),d.YNc(32,B,3,2,"ng-container",21),d.YNc(33,q,3,2,"ng-container",21),d.qZA()()(),d._UZ(34,"mat-divider",22),d.TgZ(35,"div",17)(36,"div",18)(37,"h4",19),d._uU(38,"Date Created"),d.qZA(),d.TgZ(39,"span",20),d._uU(40),d.ALo(41,"date"),d.qZA()(),d.TgZ(42,"div",18)(43,"h4",19),d._uU(44,"Date Settled"),d.qZA(),d.TgZ(45,"span",20),d._uU(46),d.ALo(47,"date"),d.qZA()()(),d._UZ(48,"mat-divider",22),d.TgZ(49,"div",17)(50,"div",23)(51,"h4",19),d._uU(52,"Memo"),d.qZA(),d.TgZ(53,"span",20),d._uU(54),d.qZA()()(),d._UZ(55,"mat-divider",22),d.TgZ(56,"div",17)(57,"div",23)(58,"h4",19),d._uU(59,"Payment Request"),d.qZA(),d.TgZ(60,"span",24),d._uU(61),d.qZA()()(),d._UZ(62,"mat-divider",22),d.TgZ(63,"div",17)(64,"div",23)(65,"h4",19),d._uU(66,"Payment Hash"),d.qZA(),d.TgZ(67,"span",24),d._uU(68),d.qZA()()(),d.YNc(69,V,28,9,"div",21),d.qZA()()(),d.YNc(70,Ae,4,0,"div",25),d.TgZ(71,"div",26)(72,"button",27),d.NdJ("click",function(){return ut.onShowAdvanced()}),d.YNc(73,dt,2,0,"p",28),d.YNc(74,Ie,2,0,"ng-template",null,29,d.W1O),d.qZA(),d.YNc(76,De,2,2,"button",30),d.YNc(77,le,2,0,"button",31),d.qZA()()()),2&Le){const ht=d.MAs(75);d.xp6(1),d.Q6J("fxLayoutAlign",null!=ut.invoice&&ut.invoice.payment_request&&""!==(null==ut.invoice?null:ut.invoice.payment_request)?"center start":"center center")("ngClass",d.VKq(41,Te,ut.screenSize===ut.screenSizeEnum.XS||ut.screenSize===ut.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.payment_request)&&""!==(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(1),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.payment_request)||""===(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(4),d.Q6J("icon",ut.faReceipt),d.xp6(2),d.Oqu(ut.screenSize===ut.screenSizeEnum.XS?ut.newlyAdded?"Created":"Invoice":ut.newlyAdded?"Invoice Created":"Invoice Information"),d.xp6(3),d.Q6J("ngClass",d.VKq(43,xe,ut.screenSize===ut.screenSizeEnum.XS)),d.xp6(2),d.Q6J("fxLayoutAlign",null!=ut.invoice&&ut.invoice.payment_request&&""!==(null==ut.invoice?null:ut.invoice.payment_request)?"center start":"center center")("ngClass",d.VKq(45,Te,ut.screenSize!==ut.screenSizeEnum.XS&&ut.screenSize!==ut.screenSizeEnum.SM)),d.xp6(1),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.payment_request)&&""!==(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(1),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.payment_request)||""===(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(1),d.Q6J("ngIf",ut.screenSize===ut.screenSizeEnum.XS||ut.screenSize===ut.screenSizeEnum.SM),d.xp6(1),d.Q6J("ngClass",d.VKq(47,W,(null==ut.invoice?null:ut.invoice.htlcs)&&(null==ut.invoice?null:ut.invoice.htlcs.length)>0&&ut.showAdvanced)),d.xp6(5),d.Oqu(ut.screenSize===ut.screenSizeEnum.XS?"Amount":"Amount Requested"),d.xp6(2),d.hij("",d.lcZ(26,33,(null==ut.invoice?null:ut.invoice.value)||0)," Sats"),d.xp6(2),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.value)||"0"===(null==ut.invoice?null:ut.invoice.value)),d.xp6(5),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.amt_paid_sat)&&"OPEN"!==(null==ut.invoice?null:ut.invoice.state)),d.xp6(1),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.amt_paid_sat)||"0"===(null==ut.invoice?null:ut.invoice.amt_paid_sat)),d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu(d.xi3(41,35,1e3*(null==ut.invoice?null:ut.invoice.creation_date),"dd/MMM/y HH:mm")),d.xp6(6),d.Oqu(0!=+(null==ut.invoice?null:ut.invoice.settle_date)?d.xi3(47,38,1e3*+(null==ut.invoice?null:ut.invoice.settle_date),"dd/MMM/y HH:mm"):"-"),d.xp6(2),d.Q6J("inset",!0),d.xp6(6),d.Oqu(null==ut.invoice?null:ut.invoice.memo),d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu((null==ut.invoice?null:ut.invoice.payment_request)||"N/A"),d.xp6(1),d.Q6J("inset",!0),d.xp6(6),d.Oqu((null==ut.invoice?null:ut.invoice.r_hash)||""),d.xp6(1),d.Q6J("ngIf",ut.showAdvanced),d.xp6(1),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.htlcs)&&(null==ut.invoice?null:ut.invoice.htlcs.length)>0&&ut.showAdvanced&&ut.flgOpened),d.xp6(3),d.Q6J("ngIf",!ut.showAdvanced)("ngIfElse",ht),d.xp6(3),d.Q6J("ngIf",(null==ut.invoice?null:ut.invoice.payment_request)&&""!==(null==ut.invoice?null:ut.invoice.payment_request)),d.xp6(1),d.Q6J("ngIf",!(null!=ut.invoice&&ut.invoice.payment_request)||""===(null==ut.invoice?null:ut.invoice.payment_request))}},directives:[D.xw,D.Wh,D.yH,L.mk,k.oO,L.O5,S.uU,U.dk,Z.BN,j.lW,U.dn,ne.d,$.$V,L.sg,de.Ou,te.ib,te.yz,te.yK,ie.gM,oe.Hw,X.h,me.y],pipes:[L.JJ,L.uU],styles:[""]}),ue})()},7772:(Ve,K,p)=>{"use strict";p.d(K,{J:()=>f,_:()=>e});var t=p(1777);const e=[(0,t.X$)("opacityAnimation",[(0,t.eR)(":enter",[(0,t.oB)({opacity:0}),(0,t.jt)("1000ms ease-in",(0,t.oB)({opacity:1}))]),(0,t.eR)(":leave",[(0,t.jt)("0ms",(0,t.oB)({opacity:0}))])])],f=[(0,t.X$)("fadeIn",[(0,t.eR)("void => *",[]),(0,t.eR)("* => void",[]),(0,t.eR)("* => *",[(0,t.jt)(800,(0,t.F4)([(0,t.oB)({opacity:0,transform:"translateY(100%)"}),(0,t.oB)({opacity:1,transform:"translateY(0%)"})]))])])]},8878:(Ve,K,p)=>{"use strict";p.d(K,{g:()=>e});var t=p(1777);const e=(0,t.X$)("routeAnimation",[(0,t.eR)("* => *",[(0,t.IO)(":enter, :leave",(0,t.oB)({position:"fixed",width:"100%"}),{optional:!0}),(0,t.ru)([(0,t.IO)(":enter",[(0,t.oB)({transform:"translateX(100%)"}),(0,t.jt)("1000ms ease-in-out",(0,t.oB)({transform:"translateX(0%)"}))],{optional:!0}),(0,t.IO)(":leave",[(0,t.oB)({transform:"translateX(0%)"}),(0,t.jt)("1000ms ease-in-out",(0,t.oB)({transform:"translateX(-100%)"}))],{optional:!0})])])])},113:(Ve,K,p)=>{"use strict";p.d(K,{l:()=>e});var t=p(1777);const e=[(0,t.X$)("sliderAnimation",[(0,t.SB)("*",(0,t.oB)({transform:"translateX(0)"})),(0,t.eR)("void => backward",[(0,t.oB)({transform:"translateX(-100%"}),(0,t.jt)("800ms")]),(0,t.eR)("backward => void",[(0,t.jt)("0ms",(0,t.oB)({transform:"translateX(100%)"}))]),(0,t.eR)("void => forward",[(0,t.oB)({transform:"translateX(100%"}),(0,t.jt)("800ms")]),(0,t.eR)("forward => void",[(0,t.jt)("0ms",(0,t.oB)({transform:"translateX(-100%)"}))])])]},1786:(Ve,K,p)=>{"use strict";p.d(K,{H:()=>w});var t=p(8966),e=p(5e3),f=p(5043),M=p(7093),a=p(9224),b=p(7423),d=p(9808),N=p(4834),h=p(3390);function A(D,L){if(1&D&&(e.TgZ(0,"p",14),e._uU(1),e.qZA()),2&D){const k=e.oxw();e.xp6(1),e.Oqu(k.data.titleMessage)}}let w=(()=>{class D{constructor(k,S,U){this.dialogRef=k,this.data=S,this.logger=U,this.errorMessage=""}ngOnInit(){this.errorMessage=this.data.message&&this.data.message.message&&"object"==typeof this.data.message.message?JSON.stringify(this.data.message.message):this.data.message&&this.data.message.message?this.data.message.message:"",!this.data.message&&!this.data.titleMessage&&!this.data.message&&(this.data.titleMessage="Please Check Server Connection"),this.logger.info(this.data.message)}onClose(){this.dialogRef.close(!1)}}return D.\u0275fac=function(k){return new(k||D)(e.Y36(t.so),e.Y36(t.WI),e.Y36(f.mQ))},D.\u0275cmp=e.Xpm({type:D,selectors:[["rtl-error-message"]],decls:29,vars:6,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large","error-alert-block"],["fxLayout","column"],["fxLayoutAlign","start center","class","pb-1",4,"ngIf"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],[1,"word-break"],["fxLayout","row","fxLayoutAlign","end center"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close"],["fxLayoutAlign","start center",1,"pb-1"]],template:function(k,S){1&k&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return S.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"div",7),e.YNc(10,A,2,1,"p",8),e.TgZ(11,"h4",9),e._uU(12,"Error Code"),e.qZA(),e.TgZ(13,"span"),e._uU(14),e.qZA(),e._UZ(15,"mat-divider",10),e.TgZ(16,"h4",9),e._uU(17,"Error Message"),e.qZA(),e.TgZ(18,"span",11),e._uU(19),e.qZA(),e._UZ(20,"mat-divider",10),e.TgZ(21,"h4",9),e._uU(22,"API URL"),e.qZA(),e.TgZ(23,"span",11),e._uU(24),e.qZA(),e._UZ(25,"mat-divider",10),e.TgZ(26,"div",12)(27,"button",13),e._uU(28,"OK"),e.qZA()()()()()()),2&k&&(e.xp6(5),e.Oqu(S.data.alertTitle||"ERROR"),e.xp6(5),e.Q6J("ngIf",S.data.titleMessage),e.xp6(4),e.Oqu(S.data.message.code),e.xp6(5),e.Oqu(S.errorMessage),e.xp6(5),e.Oqu(S.data.message.URL),e.xp6(3),e.Q6J("mat-dialog-close",!1))},directives:[M.xw,M.yH,a.dk,M.Wh,b.lW,a.dn,d.O5,N.d,h.h,t.ZT],styles:[".display-block[_ngcontent-%COMP%]{display:block}"]}),D})()},2615:(Ve,K,p)=>{"use strict";p.d(K,{a:()=>Ui});var t=p(3075),e=p(7579),f=p(2722),M=p(8966),a=p(801),b=p(7772),d=p(7731),N=p(6529),h=p(5e3),A=p(5620),w=p(9107),D=p(9808),L=p(5043),k=p(1402),S=p(62),U=p(7093),Z=p(9224),j=p(7423),ne=p(5615),$=p(1125),de=p(3322),te=p(5245),ie=p(7238),oe=p(4834);function X(ze,Tt){1&ze&&h.GkF(0)}function me(ze,Tt){1&ze&&h.GkF(0)}const y=function(ze){return{"h-5":ze}};function i(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-expansion-panel",3)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span",4),h._uU(4),h.ALo(5,"number"),h.qZA()()(),h.YNc(6,me,1,0,"ng-container",0),h.qZA()),2&ze){const pe=h.oxw(),je=h.MAs(4);h.Q6J("expanded",pe.panelExpanded)("ngClass",h.VKq(7,y,!pe.flgShowPanel)),h.xp6(4),h.AsE("Quote for ",pe.termCaption," amount (",h.lcZ(5,5,pe.quote.amount)," Sats)"),h.xp6(2),h.Q6J("ngTemplateOutlet",je)}}function r(ze,Tt){if(1&ze&&(h.TgZ(0,"div",19)(1,"h4",8),h._uU(2," Prepay Amount (Sats) "),h.TgZ(3,"mat-icon",20),h._uU(4,"info_outline"),h.qZA()(),h.TgZ(5,"span",10),h._uU(6),h.ALo(7,"number"),h.qZA()()),2&ze){const pe=h.oxw(2);h.xp6(6),h.Oqu(h.lcZ(7,1,null==pe.quote?null:pe.quote.prepay_amt_sat))}}function u(ze,Tt){1&ze&&h._UZ(0,"mat-divider",13)}function c(ze,Tt){if(1&ze&&(h.TgZ(0,"div",6)(1,"div",21)(2,"h4",8),h._uU(3," Swap Server Node Pubkey "),h.TgZ(4,"mat-icon",22),h._uU(5,"info_outline"),h.qZA()(),h.TgZ(6,"span",10),h._uU(7),h.qZA()()()),2&ze){const pe=h.oxw(2);h.xp6(7),h.Oqu(null==pe.quote?null:pe.quote.swap_payment_dest)}}function _(ze,Tt){if(1&ze&&(h.TgZ(0,"div",5)(1,"div",6)(2,"div",7)(3,"h4",8),h._uU(4," Swap Fee (Sats) "),h.TgZ(5,"mat-icon",9),h._uU(6,"info_outline"),h.qZA()(),h.TgZ(7,"span",10),h._uU(8),h.ALo(9,"number"),h.qZA()(),h.TgZ(10,"div",7)(11,"h4",8),h._uU(12),h.TgZ(13,"mat-icon",11),h._uU(14,"info_outline"),h.qZA()(),h.TgZ(15,"span",10),h._uU(16),h.ALo(17,"number"),h.qZA()(),h.YNc(18,r,8,3,"div",12),h.qZA(),h._UZ(19,"mat-divider",13),h.TgZ(20,"div",6)(21,"div",14)(22,"h4",8),h._uU(23," Max Off-chain Swap Routing Fee (Sats) "),h.TgZ(24,"mat-icon",15),h._uU(25,"info_outline"),h.qZA()(),h.TgZ(26,"span",10),h._uU(27),h.ALo(28,"number"),h.qZA()(),h.TgZ(29,"div",14)(30,"h4",8),h._uU(31," Max Off-chain Prepay Routing Fee (Sats) "),h.TgZ(32,"mat-icon",16),h._uU(33,"info_outline"),h.qZA()(),h.TgZ(34,"span",10),h._uU(35,"36"),h.qZA()()(),h.YNc(36,u,1,0,"mat-divider",17),h.YNc(37,c,8,1,"div",18),h.qZA()),2&ze){const pe=h.oxw();h.xp6(2),h.Q6J("fxFlex",null!=pe.quote&&pe.quote.prepay_amt_sat?"30":"50"),h.xp6(6),h.Oqu(h.lcZ(9,9,null==pe.quote?null:pe.quote.swap_fee_sat)),h.xp6(2),h.Q6J("fxFlex",null!=pe.quote&&pe.quote.prepay_amt_sat?"35":"50"),h.xp6(2),h.hij(" ",null!=pe.quote&&pe.quote.htlc_sweep_fee_sat?"HTLC Sweep Fee (Sats)":null!=pe.quote&&pe.quote.htlc_publish_fee_sat?"HTLC Publish Fee (Sats)":""," "),h.xp6(4),h.Oqu(h.lcZ(17,11,null!=pe.quote&&pe.quote.htlc_sweep_fee_sat?pe.quote.htlc_sweep_fee_sat:null!=pe.quote&&pe.quote.htlc_publish_fee_sat?pe.quote.htlc_publish_fee_sat:0)),h.xp6(2),h.Q6J("ngIf",null==pe.quote?null:pe.quote.prepay_amt_sat),h.xp6(9),h.Oqu(h.lcZ(28,13,(null==pe.quote?null:pe.quote.amount)*((null!=pe.quote&&pe.quote.off_chain_swap_routing_fee_percentage?null==pe.quote?null:pe.quote.off_chain_swap_routing_fee_percentage:2)/100))),h.xp6(9),h.Q6J("ngIf",""!==(null==pe.quote?null:pe.quote.swap_payment_dest)),h.xp6(1),h.Q6J("ngIf",""!==(null==pe.quote?null:pe.quote.swap_payment_dest))}}let E=(()=>{class ze{constructor(){this.quote={},this.termCaption="",this.showPanel=!0,this.panelExpanded=!1,this.flgShowPanel=!1}ngOnInit(){setTimeout(()=>{this.flgShowPanel=!0},1200)}}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-quote"]],inputs:{quote:"quote",termCaption:"termCaption",showPanel:"showPanel",panelExpanded:"panelExpanded"},decls:5,vars:1,consts:[[4,"ngTemplateOutlet"],["informationBlock",""],["quoteDetailsBlock",""],["fxFlex","100",1,"flat-expansion-panel","mb-1",3,"expanded","ngClass"],["fxLayoutAlign","start center","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],[3,"fxFlex"],["fxLayoutAlign","start center",1,"font-bold-500"],["matTooltip","Estimated fee charged by the loop server for the swap",1,"info-icon","info-icon-text"],[1,"foreground-secondary-text"],["matTooltip","An estimate of the on-chain fee that needs to be paid to sweep the HTLC",1,"info-icon","info-icon-text"],["fxFlex","35",4,"ngIf"],[1,"w-100","my-1"],["fxFlex","50"],["matTooltip","Maximum off-chain fee that may be paid for routing the payment amount to the server",1,"info-icon","info-icon-text"],["matTooltip","Maximum off-chain fee that may be paid for routing the pre-payment amount to the server","matTooltipPosition","before",1,"info-icon","info-icon-text"],["class","w-100 my-1",4,"ngIf"],["fxLayout","row",4,"ngIf"],["fxFlex","35"],["matTooltip","The part of the swap fee that is requested as a prepayment","matTooltipPosition","before",1,"info-icon","info-icon-text"],["fxFlex","100"],["matTooltip","The node pubkey, where the swap payments will be sent",1,"info-icon","info-icon-text"]],template:function(pe,je){if(1&pe&&(h.YNc(0,X,1,0,"ng-container",0),h.YNc(1,i,7,9,"ng-template",null,1,h.W1O),h.YNc(3,_,38,15,"ng-template",null,2,h.W1O)),2&pe){const _t=h.MAs(2),re=h.MAs(4);h.Q6J("ngTemplateOutlet",je.showPanel?_t:re)}},directives:[D.tP,$.ib,U.yH,D.mk,de.oO,$.yz,$.yK,U.Wh,U.xw,te.Hw,ie.gM,D.O5,oe.d],pipes:[D.JJ],styles:[""]}),ze})();var I=p(7322),v=p(7531),n=p(3390),C=p(2368),B=p(9814),P=p(5899);function F(ze,Tt){1&ze&&h.GkF(0)}function q(ze,Tt){if(1&ze&&(h.TgZ(0,"div",3)(1,"span",4),h._uU(2),h.qZA()()),2&ze){const pe=h.oxw();h.xp6(2),h.Oqu(null!=pe.loopStatus&&pe.loopStatus.error?null==pe.loopStatus?null:pe.loopStatus.error:"Unknown Error.")}}function he(ze,Tt){if(1&ze&&(h.TgZ(0,"div",3)(1,"div",5)(2,"div",6)(3,"h4",7),h._uU(4,"ID"),h.qZA(),h.TgZ(5,"span",4),h._uU(6),h.qZA()()(),h._UZ(7,"mat-divider",8),h.TgZ(8,"div",5)(9,"div",6)(10,"h4",7),h._uU(11,"HTLC Address"),h.qZA(),h.TgZ(12,"span",4),h._uU(13),h.qZA()()()()),2&ze){const pe=h.oxw();h.xp6(6),h.Oqu(null==pe.loopStatus?null:pe.loopStatus.id_bytes),h.xp6(7),h.Oqu(null==pe.loopStatus?null:pe.loopStatus.htlc_address)}}let ve=(()=>{class ze{constructor(){}}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-status"]],inputs:{loopStatus:"loopStatus"},decls:5,vars:1,consts:[[4,"ngTemplateOutlet"],["loopFailedBlock",""],["loopSuccessfulBlock",""],["fxLayout","column"],[1,"foreground-secondary-text"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"]],template:function(pe,je){if(1&pe&&(h.YNc(0,F,1,0,"ng-container",0),h.YNc(1,q,3,1,"ng-template",null,1,h.W1O),h.YNc(3,he,14,2,"ng-template",null,2,h.W1O)),2&pe){const _t=h.MAs(2),re=h.MAs(4);h.Q6J("ngTemplateOutlet",null!=je.loopStatus&&je.loopStatus.error?_t:re)}},directives:[D.tP,U.xw,U.yH,U.Wh,oe.d],styles:[""]}),ze})();var Ne=p(113);function we(ze,Tt){1&ze&&h.GkF(0)}const Q=function(ze,Tt){return{"small-svg":ze,"large-svg":Tt}};function Ue(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",7)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"g",8)(5,"g",9)(6,"g",10)(7,"g",11),h._UZ(8,"circle",12)(9,"path",13),h.qZA(),h.TgZ(10,"g",14),h._UZ(11,"ellipse",15)(12,"ellipse",16)(13,"rect",17)(14,"rect",18)(15,"rect",19)(16,"rect",20)(17,"rect",21)(18,"rect",22)(19,"rect",23)(20,"rect",24)(21,"rect",25)(22,"rect",26)(23,"rect",27)(24,"rect",28)(25,"rect",29),h.qZA()()()()(),h.kcU(),h.TgZ(26,"div",30)(27,"mat-card-title"),h._uU(28,"Loop Out explained."),h.qZA()(),h.TgZ(29,"div",31)(30,"mat-card-subtitle",32),h._uU(31," Lightning Loop is a non custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using Submarine swaps. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function ye(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",33)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",34),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",8)(10,"g",38)(11,"g",39)(12,"g",40)(13,"g",41)(14,"g",42),h._UZ(15,"rect",43)(16,"rect",44)(17,"rect",45)(18,"circle",46)(19,"rect",47)(20,"rect",48)(21,"circle",49)(22,"rect",50)(23,"rect",51)(24,"rect",52)(25,"rect",53)(26,"circle",54)(27,"circle",55),h.qZA(),h.TgZ(28,"g",56),h._UZ(29,"path",57)(30,"rect",58)(31,"polygon",59)(32,"circle",60)(33,"path",61)(34,"rect",62)(35,"rect",63)(36,"rect",64)(37,"rect",65)(38,"rect",66)(39,"rect",67)(40,"rect",68)(41,"path",69)(42,"path",70),h.qZA(),h._UZ(43,"path",71),h.qZA()(),h._UZ(44,"circle",72),h.qZA()()()(),h.kcU(),h.TgZ(45,"div",30)(46,"mat-card-title"),h._uU(47,"Step 1: Deciding to Loop Out"),h.qZA()(),h.TgZ(48,"div",31)(49,"mat-card-subtitle",32),h._uU(50," You have a channel with a local balance amount and you want to gain inbound liquidity. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function V(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",73)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",74),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",8)(10,"g",75)(11,"g",76),h._UZ(12,"circle",77)(13,"path",78),h.TgZ(14,"g",79),h._UZ(15,"polygon",80)(16,"polygon",81)(17,"path",82),h.qZA(),h.TgZ(18,"g",83),h._UZ(19,"polygon",84)(20,"path",85)(21,"rect",86)(22,"path",87)(23,"rect",88)(24,"rect",89)(25,"rect",90)(26,"rect",91)(27,"circle",92)(28,"path",93),h.TgZ(29,"g",94)(30,"g",95),h._UZ(31,"g",96),h.qZA(),h._UZ(32,"g",97),h.qZA(),h._UZ(33,"path",98),h.qZA(),h.TgZ(34,"g",99)(35,"g",41)(36,"g",42),h._UZ(37,"rect",43)(38,"rect",44)(39,"rect",45)(40,"circle",46)(41,"rect",47)(42,"rect",48)(43,"circle",49)(44,"rect",50)(45,"rect",51)(46,"rect",52)(47,"rect",53)(48,"circle",100)(49,"circle",54)(50,"circle",55)(51,"circle",101),h.qZA(),h.TgZ(52,"g",56),h._UZ(53,"path",57)(54,"rect",102)(55,"polygon",103)(56,"circle",104)(57,"path",61)(58,"rect",105)(59,"rect",106)(60,"rect",107)(61,"rect",108)(62,"rect",109)(63,"rect",110)(64,"rect",68)(65,"path",69)(66,"path",70),h.qZA(),h._UZ(67,"path",111),h.qZA()()()()()(),h.kcU(),h.TgZ(68,"div",30)(69,"mat-card-title"),h._uU(70,"Step 2: Send lightning payment"),h.qZA()(),h.TgZ(71,"div",31)(72,"mat-card-subtitle",32),h._uU(73," Your node pays a lightning invoice for the amount requested via the loop service. This moves the local balance, for the amount paid, to the remote side of the channel. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function Ae(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",112)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"g",8)(5,"g",113)(6,"g",114)(7,"g",115)(8,"g",116),h._UZ(9,"circle",12)(10,"path",117),h.qZA(),h.TgZ(11,"g",14),h._UZ(12,"ellipse",118)(13,"ellipse",16)(14,"rect",17)(15,"rect",18)(16,"rect",19)(17,"rect",20)(18,"rect",21)(19,"rect",22)(20,"rect",23)(21,"rect",24)(22,"rect",25)(23,"rect",26)(24,"rect",27)(25,"rect",28)(26,"rect",29),h.qZA()(),h.TgZ(27,"g",119),h._UZ(28,"polygon",80)(29,"polygon",120)(30,"path",82),h.qZA(),h.TgZ(31,"g",121),h._UZ(32,"polygon",84)(33,"path",85)(34,"rect",86)(35,"path",87)(36,"rect",88)(37,"rect",89)(38,"rect",90)(39,"rect",91)(40,"circle",122)(41,"path",93),h.TgZ(42,"g",94)(43,"g",95),h._UZ(44,"g",96),h.qZA(),h._UZ(45,"g",97),h.qZA(),h._UZ(46,"path",123),h.qZA()()()()(),h.kcU(),h.TgZ(47,"div",30)(48,"mat-card-title"),h._uU(49,"Step 3: Receive funds back"),h.qZA()(),h.TgZ(50,"div",31)(51,"mat-card-subtitle",32),h._uU(52," Loop service then sends you a payment on-chain for the amount same as the lightning payment minus the fee. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function dt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",124)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",34),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",8)(10,"g",125)(11,"g",126)(12,"g",42),h._UZ(13,"rect",127)(14,"rect",128)(15,"rect",129)(16,"circle",130)(17,"rect",131)(18,"rect",132)(19,"circle",133)(20,"rect",134)(21,"rect",135)(22,"rect",136)(23,"rect",137)(24,"rect",138)(25,"circle",139)(26,"circle",140)(27,"circle",141),h.qZA(),h.TgZ(28,"g",142)(29,"g",143)(30,"g",144),h._UZ(31,"path",145)(32,"rect",146)(33,"polygon",147),h.TgZ(34,"g",148),h._UZ(35,"path",149),h.qZA(),h._UZ(36,"rect",150)(37,"rect",151)(38,"rect",152)(39,"rect",153)(40,"rect",154)(41,"rect",155)(42,"rect",156)(43,"path",157)(44,"path",158),h.qZA(),h.TgZ(45,"g",159),h._UZ(46,"path",160)(47,"path",161)(48,"path",162)(49,"path",163)(50,"path",164)(51,"path",165)(52,"path",166)(53,"path",167)(54,"path",168)(55,"path",169)(56,"path",170)(57,"circle",171)(58,"circle",172),h.qZA(),h._UZ(59,"path",173),h.qZA()()()()()(),h.kcU(),h.TgZ(60,"div",30)(61,"mat-card-title"),h._uU(62,"Done!"),h.qZA()(),h.TgZ(63,"div",31)(64,"mat-card-subtitle",32),h._uU(65," Final settlement occurs when your node sweeps the on-chain payment and the loop server settles the lightning invoice. You receive the payment on-chain in your wallet and also move local balance to the remote side of the channel, gaining inbound capacity. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,Q,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}let Ie=(()=>{class ze{constructor(pe){this.commonService=pe,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new h.vpe,this.screenSize="",this.screenSizeEnum=d.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(pe){2===pe.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===pe.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return ze.\u0275fac=function(pe){return new(pe||ze)(h.Y36(S.v))},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-out-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["loopStepBlock1",""],["loopStepBlock2",""],["loopStepBlock3",""],["loopStepBlock4",""],["loopStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 108 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","Loopv0.2","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopOut_Step01","transform","translate(-594.000000, -215.000000)","fill-rule","nonzero"],["id","Loop_Step01","transform","translate(594.000000, 215.000000)"],["id","Group-16","transform","translate(23.000000, 0.000000)"],["id","Oval","cx","42.4877419","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M56.0827415,28.5000036 C60.4468211,28.5000036 63.9999285,25.1343958 63.9999285,21.0000215 C63.9999285,16.8656472 60.4468211,13.5000393 56.0827415,13.5000393 C52.9843297,13.5000393 50.5608889,15.4359631 48.9999642,17.1843872 C47.4390396,15.4359631 45.0155987,13.5000393 41.9171869,13.5000393 C37.5531074,13.5000393 34,16.8656472 34,21.0000215 C34,25.1343958 37.5531074,28.5000036 41.9171869,28.5000036 C45.0155987,28.5000036 47.4390396,26.5640798 48.9999642,24.8156557 C50.5608889,26.5640798 52.9843297,28.5000036 56.0827415,28.5000036 Z M41.9171869,24.0000143 C40.0328073,24.0000143 38.4999893,22.6546959 38.4999893,21.0000286 C38.4999893,19.3453471 40.0328073,18.0000286 41.9171869,18.0000286 C43.707771,18.0000286 45.3577763,19.6921938 46.3234264,21.0000286 C45.3671604,22.2937501 43.7031019,24.0000143 41.9171869,24.0000143 Z M56.0827415,24.0000143 C54.2921574,24.0000143 52.6421522,22.3078492 51.676502,21.0000286 C52.6327681,19.7062929 54.2968266,18.0000286 56.0827415,18.0000286 C57.9671212,18.0000286 59.4999392,19.3453471 59.4999392,21.0000286 C59.4999392,22.6546959 57.9671212,24.0000143 56.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Group-21","transform","translate(0.000000, 36.000000)"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-7"],["id","Oval","opacity","0.1","cx","48.644129","cy","75.1589677","rx","40.8402581","ry","5.55600756",1,"fill-color-27"],["id","Rectangle","x","25.2325161","y","6.09470968","width","54.1068387","height","62.9512258",1,"fill-color-26"],["id","Rectangle","x","20","y","1.24344979e-14","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","20","y","26","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","19.7698065","y","52.9179355","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","67.6335484","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 205 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","0%","id","linearGradient-1"],["stop-color","#808080","stop-opacity","0.25","offset","0%"],["stop-color","#808080","stop-opacity","0.12","offset","54%"],["stop-color","#808080","stop-opacity","0.1","offset","100%"],["id","LoopOut_Step02","transform","translate(-540.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step02","transform","translate(540.000000, 210.000000)"],["id","Illustration_Step02"],["id","Group-31"],["id","Group-2"],["id","Rectangle","x","0","y","0","width","90.1490688","height","100.616012",1,"fill-color-10"],["id","Rectangle","x","1.48932403","y","67.1775068","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","82.4918815","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","34.712875","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","42.1244006","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","50.0294431","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","2.2482432","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","24","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","42.1244006","width","36.8","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","9.66196224","width","51.2","height","16.0118784",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","50.2465905","r","8.78679245"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","82.7090289","r","8.78679245"],["id","Group","transform","translate(60.115627, 35.744427)"],["d","M133.318807,1.04548939 L82.5936439,1.04548939 L82.5936439,0 L59.5928852,0 L59.5928852,1.04548939 L8.65861943,1.04548939 C7.74861523,1.04548887 6.87588228,1.4069864 6.23241214,2.05045654 C5.58894199,2.69392669 5.22744498,3.56665964 5.22744498,4.47666384 L5.22744498,73.9350108 C5.22744498,74.8450173 5.5889387,75.7177532 6.23240879,76.3612266 C6.87587888,77.0047 7.74861298,77.3662028 8.65861943,77.3662028 L133.318807,77.3662028 C135.213795,77.3662028 136.749981,75.8300048 136.749981,73.9350167 L136.749981,4.47666384 C136.749981,3.56665964 136.388484,2.69392669 135.745014,2.05045654 C135.101544,1.4069864 134.228811,1.04548887 133.318807,1.04548939 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-25"],["id","Path","opacity","0.257273065","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-24"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-25"],["d","M31.5848237,68.0274261 C25.669241,68.0274261 20.3361447,64.4639649 18.0723494,58.9986791 C15.808554,53.5333932 17.0598755,47.2425772 21.2428244,43.0596288 C25.4257733,38.8766804 31.7165895,37.6253598 37.1818751,39.8891559 C42.6471607,42.1529519 46.2106203,47.4860487 46.2106203,53.4016314 C46.2014756,61.4754447 39.6586369,68.0182825 31.5848237,68.0274261 L31.5848237,68.0274261 Z M31.5848237,38.967022 C23.612809,38.967022 17.1502143,45.4296168 17.1502143,53.4016314 C17.1502143,61.3736461 23.612809,67.8362409 31.5848237,67.8362409 C39.5568383,67.8362409 46.0194331,61.3736461 46.0194331,53.4016314 C46.010427,45.4333502 39.5531049,38.9760281 31.5848237,38.967022 L31.5848237,38.967022 Z","id","Shape",1,"fill-color-primary"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","119.89017","y","8.50924347","width","4.7751428","height","4.7751428",1,"fill-color-6"],["d","M126.882344,15.5014148 L121.083948,15.5014148 L121.083948,9.70301894 L126.882344,9.70301894 L126.882344,15.5014148 Z M121.336061,15.2493191 L126.63024,15.2493191 L126.63024,9.95513218 L121.336061,9.95513218 L121.336061,15.2493191 Z","id","Shape",1,"fill-color-19"],["d","M140.184525,74.8570201 L128.246669,74.8570201 L128.246669,73.9969059 C128.246671,73.9516751 128.228704,73.9082962 128.196721,73.876313 C128.164738,73.8443298 128.12136,73.826364 128.076129,73.826364 L123.98315,73.826364 C123.937919,73.826364 123.89454,73.8443305 123.862558,73.8763135 C123.830575,73.9082966 123.812608,73.9516752 123.81261,73.9969059 L123.81261,74.8570201 L121.254497,74.8570201 L121.254497,73.9969059 C121.254499,73.9516752 121.236532,73.9082966 121.204549,73.8763135 C121.172566,73.8443305 121.129188,73.826364 121.083957,73.826364 L116.990978,73.826364 C116.945747,73.826364 116.902368,73.8443297 116.870385,73.8763129 C116.838402,73.908296 116.820435,73.9516749 116.820436,73.9969059 L116.820436,74.8570201 L114.262326,74.8570201 L114.262326,73.9969059 C114.262328,73.9516749 114.24436,73.908296 114.212377,73.8763129 C114.180394,73.8443297 114.137015,73.826364 114.091784,73.826364 L109.998805,73.826364 C109.953574,73.826364 109.910196,73.8443305 109.878213,73.8763135 C109.84623,73.9082966 109.828263,73.9516752 109.828265,73.9969059 L109.828265,74.8570201 L107.270153,74.8570201 L107.270153,73.9969059 C107.270154,73.9516752 107.252187,73.9082966 107.220204,73.8763135 C107.188222,73.8443305 107.144843,73.826364 107.099613,73.826364 L103.00663,73.826364 C102.961399,73.826364 102.91802,73.8443298 102.886037,73.876313 C102.854054,73.9082962 102.836088,73.9516751 102.83609,73.9969059 L102.83609,74.8570201 L100.277981,74.8570201 L100.277981,73.9969059 C100.277983,73.9516749 100.260016,73.908296 100.228032,73.8763129 C100.196049,73.8443297 100.15267,73.826364 100.107439,73.826364 L96.0144621,73.826364 C95.9692311,73.826364 95.9258522,73.8443297 95.8938691,73.8763129 C95.861886,73.908296 95.8439187,73.9516749 95.8439202,73.9969059 L95.8439202,74.8570201 L93.285808,74.8570201 L93.285808,73.9969059 C93.2858095,73.9516752 93.2678425,73.9082966 93.2358598,73.8763135 C93.2038771,73.8443305 93.1604987,73.826364 93.1152681,73.826364 L89.0222888,73.826364 C88.9770581,73.826364 88.9336797,73.8443305 88.901697,73.8763135 C88.8697143,73.9082966 88.8517473,73.9516752 88.8517489,73.9969059 L88.8517489,74.8570201 L86.2936405,74.8570201 L86.2936405,73.9969059 C86.293642,73.9516752 86.2756751,73.9082966 86.2436923,73.8763135 C86.2117096,73.8443305 86.1683312,73.826364 86.1231006,73.826364 L54.061428,73.826364 C54.0161974,73.826364 53.972819,73.8443305 53.9408363,73.8763135 C53.9088536,73.9082966 53.8908866,73.9516752 53.8908881,73.9969059 L53.8908881,74.8570201 L51.3327759,74.8570201 L51.3327759,73.9969059 C51.3327774,73.9516749 51.3148102,73.908296 51.282827,73.8763129 C51.2508439,73.8443297 51.207465,73.826364 51.162234,73.826364 L47.0692664,73.826364 C47.0240354,73.826364 46.9806565,73.8443297 46.9486734,73.8763129 C46.9166903,73.908296 46.898723,73.9516749 46.8987246,73.9969059 L46.8987246,74.8570201 L44.3406025,74.8570201 L44.3406025,73.9969059 C44.3406046,73.9516751 44.3226378,73.9082962 44.290655,73.876313 C44.2586721,73.8443298 44.2152934,73.826364 44.1700626,73.826364 L40.0770834,73.826364 C40.0318527,73.826364 39.9884743,73.8443305 39.9564916,73.8763135 C39.9245089,73.9082966 39.9065419,73.9516752 39.9065435,73.9969059 L39.9065435,74.8570201 L37.3484312,74.8570201 L37.3484312,73.9969059 C37.3484327,73.9516752 37.3304657,73.9082966 37.298483,73.8763135 C37.2665003,73.8443305 37.2231219,73.826364 37.1778913,73.826364 L33.084912,73.826364 C33.039681,73.826364 32.9963021,73.8443297 32.964319,73.8763129 C32.9323358,73.908296 32.9143686,73.9516749 32.9143701,73.9969059 L32.9143701,74.8570201 L30.3562598,74.8570201 L30.3562598,73.9969059 C30.3562614,73.9516749 30.3382941,73.908296 30.306311,73.8763129 C30.2743278,73.8443297 30.2309489,73.826364 30.1857179,73.826364 L26.0927387,73.826364 C26.047508,73.826364 26.0041296,73.8443305 25.9721469,73.8763135 C25.9401642,73.9082966 25.9221972,73.9516752 25.9221988,73.9969059 L25.9221988,74.8570201 L23.3640826,74.8570201 L23.3640826,73.9969059 C23.3640841,73.9516752 23.3461171,73.9082966 23.3141344,73.8763135 C23.2821517,73.8443305 23.2387733,73.826364 23.1935427,73.826364 L19.1005673,73.826364 C19.0553365,73.826364 19.0119578,73.8443298 18.979975,73.876313 C18.9479921,73.9082962 18.9300253,73.9516751 18.9300274,73.9969059 L18.9300274,74.8570201 L16.3719151,74.8570201 L16.3719151,73.9969059 C16.3719167,73.9516749 16.3539494,73.908296 16.3219663,73.8763129 C16.2899831,73.8443297 16.2466042,73.826364 16.2013733,73.826364 L12.1083959,73.826364 C12.0631649,73.826364 12.0197861,73.8443297 11.9878029,73.8763129 C11.9558198,73.908296 11.9378525,73.9516749 11.9378541,73.9969059 L11.9378541,74.8570201 L4.09297732,74.8570201 C1.83248849,74.8570223 0,76.6895106 0,78.9499994 L0,80.8007483 C0,83.061233 1.83249262,84.8937159 4.09297732,84.8937159 L140.184525,84.8937159 C142.44501,84.8937159 144.277504,83.0612333 144.277504,80.8007483 L144.277504,78.9499994 C144.277504,76.6895102 142.445014,74.8570223 140.184525,74.8570201 Z","id","Path",1,"fill-color-20"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-21"],["id","Oval","cx","74.1507041","cy","17.5648113","r","8.15070413",1,"fill-color-primary"],["fxFlex","30","viewBox","0 0 373 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","8.86848147e-15%","id","linearGradient-1"],["id","LoopOut_Step03","transform","translate(-460.000000, -210.000000)"],["id","Loop_Step03","transform","translate(460.000000, 210.000000)"],["id","Oval","fill-rule","nonzero","cx","330.487742","cy","57.4877419","r","42.4877419",1,"fill-color-2"],["d","M345.082742,43.5000036 C349.446821,43.5000036 352.999928,40.1343958 352.999928,36.0000215 C352.999928,31.8656472 349.446821,28.5000393 345.082742,28.5000393 C341.98433,28.5000393 339.560889,30.4359631 337.999964,32.1843872 C336.43904,30.4359631 334.015599,28.5000393 330.917187,28.5000393 C326.553107,28.5000393 323,31.8656472 323,36.0000215 C323,40.1343958 326.553107,43.5000036 330.917187,43.5000036 C334.015599,43.5000036 336.43904,41.5640798 337.999964,39.8156557 C339.560889,41.5640798 341.98433,43.5000036 345.082742,43.5000036 Z M330.917187,39.0000143 C329.032807,39.0000143 327.499989,37.6546959 327.499989,36.0000286 C327.499989,34.3453471 329.032807,33.0000286 330.917187,33.0000286 C332.707771,33.0000286 334.357776,34.6921938 335.323426,36.0000286 C334.36716,37.2937501 332.703102,39.0000143 330.917187,39.0000143 Z M345.082742,39.0000143 C343.292157,39.0000143 341.642152,37.3078492 340.676502,36.0000286 C341.632768,34.7062929 343.296827,33.0000286 345.082742,33.0000286 C346.967121,33.0000286 348.499939,34.3453471 348.499939,36.0000286 C348.499939,37.6546959 346.967121,39.0000143 345.082742,39.0000143 Z","id","i","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-44","transform","translate(113.000000, 79.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-19"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-22"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-19"],["id","Group-43","transform","translate(265.000000, 50.000000)"],["id","Path","fill-rule","nonzero","points","-9.84073267e-14 7.36243469 92.3919279 7.36243469 92.3919279 70.3073253 -1.13686838e-13 70.3073253",1,"fill-color-23"],["d","M97.5448374,1.70530257e-13 L6.62592538,1.70530257e-13 C6.01615907,0.000922175294 5.52114394,0.495001701 5.52114394,1.104768 L5.52114394,62.57664 C5.52114394,62.8696481 5.63752746,63.150658 5.84471672,63.3578447 C6.05190598,63.5650315 6.3329173,63.681408 6.62592538,63.681408 L97.5448374,63.681408 C97.8378436,63.681408 98.1188523,63.5650282 98.3260389,63.3578415 C98.5332256,63.1506549 98.6496054,62.8696462 98.6496054,62.57664 L98.6496054,1.104768 C98.6496054,0.495005713 98.1545997,0.000926622272 97.5448374,1.70530257e-13 L97.5448374,1.70530257e-13 Z M97.9130952,62.57664 C97.9130952,62.6744022 97.8747043,62.7682496 97.8055756,62.8373783 C97.736447,62.9065069 97.6425996,62.9448978 97.5448374,62.9448978 L6.62592538,62.9448978 C6.52816341,62.9448978 6.4343164,62.906506 6.3651879,62.8373775 C6.29605941,62.768249 6.25766754,62.674402 6.25766754,62.57664 L6.25766754,1.104768 C6.25766754,0.901512883 6.42267026,0.736512 6.62592538,0.736512 L97.5448374,0.736512 C97.7480931,0.736512 97.9130952,0.901512271 97.9130952,1.104768 L97.9130952,62.57664 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","10.3066764","y","43.4358624","width","41.5947948","height","4.78524211","rx","0.5376",1,"fill-color-19"],["d","M89.8141359,39.3872559 L76.5649839,39.3872559 C76.2719769,39.3872559 75.9909677,39.5036372 75.7837792,39.7108232 C75.5765907,39.9180091 75.4602025,40.1990169 75.4602025,40.4920239 L75.4602025,50.7978159 C75.4602025,51.090824 75.576586,51.3718339 75.7837753,51.5790207 C75.9909645,51.7862074 76.2719759,51.9025839 76.5649839,51.9025839 L89.8141359,51.9025839 C90.107143,51.9025839 90.3881533,51.7862079 90.5953406,51.5790206 C90.8025279,51.3718333 90.9189039,51.090823 90.9189039,50.7978159 L90.9189039,40.4920239 C90.9189039,40.199018 90.8025232,39.9180097 90.5953367,39.7108232 C90.3881502,39.5036367 90.1071419,39.3872559 89.8141359,39.3872559 Z M90.1823938,50.7978159 C90.182087,51.0010717 90.0173917,51.165767 89.8141359,51.1660719 L76.5649839,51.1660719 C76.3617256,51.165767 76.1970256,51.0010743 76.19671,50.7978159 L76.19671,40.4920239 C76.1964064,40.3942603 76.2351088,40.3004129 76.30424,40.2312847 C76.3733712,40.1621565 76.4672203,40.1234582 76.5649839,40.1237661 L89.8141359,40.1237661 C89.9118981,40.1234582 90.0057456,40.162157 90.0748742,40.2312857 C90.1440029,40.3004143 90.1827017,40.3942617 90.1823938,40.4920239 L90.1823938,50.7978159 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","41.7652758","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","44.7100416","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","47.6548047","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","11.4109632","y","4.41773875","width","19.1409684","height","8.09810266","rx","0.5376",1,"fill-color-19"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-3"],["d","M50.1798649,51.9764517 C43.6553251,51.9764517 37.7732336,48.0461636 35.2764005,42.0182748 C32.7795674,35.990386 34.1597014,29.0519859 38.773248,24.4384399 C43.3867946,19.824894 50.3251948,18.4447609 56.3530833,20.9415948 C62.3809718,23.4384287 66.3112582,29.3205207 66.3112582,35.8450605 C66.3011721,44.7500015 59.0848059,51.9663668 50.1798649,51.9764517 L50.1798649,51.9764517 Z M50.1798649,19.9245354 C41.3872016,19.9245354 34.2593397,27.0523972 34.2593397,35.8450605 C34.2593397,44.6377237 41.3872016,51.7655856 50.1798649,51.7655856 C58.9725281,51.7655856 66.10039,44.6377237 66.10039,35.8450605 C66.0904567,27.056515 58.9684103,19.9344686 50.1798649,19.9245354 L50.1798649,19.9245354 Z","id","Shape","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-23","transform","translate(5.000000, 0.001193)"],["id","Group-22"],["id","Group","transform","translate(0.378134, 0.000000)"],["id","Group-24","transform","translate(29.048000, 19.712000)"],["d","M46.60483,51.432122 C46.8713708,51.432122 47.1252368,51.2924832 47.2648756,51.0513229 L52.8499289,41.4044125 C53.145042,40.8998413 52.7801095,40.2620153 52.1930443,40.2620153 L48.5310139,40.2620153 L49.8828693,36.1430446 C50.0098023,35.6606929 49.6448699,35.184694 49.1466515,35.184694 L44.5770624,35.184694 C44.1962633,35.184694 43.8725779,35.4671324 43.8218171,35.8447396 L42.8063528,43.4607214 C42.7460473,43.9176927 43.1014659,44.3238722 43.5615982,44.3238722 L47.3283421,44.3238722 L45.8654203,50.4959909 C45.751193,50.9783426 46.1192864,51.432122 46.60483,51.432122 Z","id","b","fill-rule","nonzero","transform","translate(47.877046, 43.308408) rotate(14.000000) translate(-47.877046, -43.308408) ",1,"fill-color-12"],["id","Group-34","fill-rule","nonzero"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","17.5648113","r","8.78679245"],["id","Oval","cx","76.317438","cy","17.5648113","r","8.15070413",1,"fill-color-primary"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-8"],["id","Path","opacity","0.222721354","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-18"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-8"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-14"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-14"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-12"],["fxFlex","30","viewBox","0 0 278 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopOut_Step04","transform","translate(-503.000000, -212.000000)"],["id","Loop_Step04","transform","translate(503.000000, 212.000000)"],["id","Loop","fill-rule","nonzero"],["id","Group-16","transform","translate(24.000000, 0.000000)"],["d","M55.0827415,28.5000036 C59.4468211,28.5000036 62.9999285,25.1343958 62.9999285,21.0000215 C62.9999285,16.8656472 59.4468211,13.5000393 55.0827415,13.5000393 C51.9843297,13.5000393 49.5608889,15.4359631 47.9999642,17.1843872 C46.4390396,15.4359631 44.0155987,13.5000393 40.9171869,13.5000393 C36.5531074,13.5000393 33,16.8656472 33,21.0000215 C33,25.1343958 36.5531074,28.5000036 40.9171869,28.5000036 C44.0155987,28.5000036 46.4390396,26.5640798 47.9999642,24.8156557 C49.5608889,26.5640798 51.9843297,28.5000036 55.0827415,28.5000036 Z M40.9171869,24.0000143 C39.0328073,24.0000143 37.4999893,22.6546959 37.4999893,21.0000286 C37.4999893,19.3453471 39.0328073,18.0000286 40.9171869,18.0000286 C42.707771,18.0000286 44.3577763,19.6921938 45.3234264,21.0000286 C44.3671604,22.2937501 42.7031019,24.0000143 40.9171869,24.0000143 Z M55.0827415,24.0000143 C53.2921574,24.0000143 51.6421522,22.3078492 50.676502,21.0000286 C51.6327681,19.7062929 53.2968266,18.0000286 55.0827415,18.0000286 C56.9671212,18.0000286 58.4999392,19.3453471 58.4999392,21.0000286 C58.4999392,22.6546959 56.9671212,24.0000143 55.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-2"],["id","Group-44","transform","translate(27.000000, 69.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-23"],["id","Group-43","transform","translate(179.000000, 40.000000)"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-4"],["d","M46.519593,50.6740439 L46.519593,48.5460252 C46.9395628,48.5560039 47.349554,48.5560039 47.739557,48.5560039 L47.739557,50.6740439 L49.2794877,50.6740439 L49.2794877,48.5160274 C51.8593644,48.3760168 53.5840235,47.7260428 53.8140277,45.2961554 C53.9939838,43.3462645 53.0739982,42.476265 51.6140824,42.1263004 C52.4940295,41.6763328 53.054041,40.8763386 52.92404,39.5463928 C52.7540005,37.7264719 51.2593765,37.1164744 49.2794567,36.9465279 L49.2794567,34.4266159 L47.739526,34.4266159 L47.739526,36.8765226 C47.3395134,36.8765226 46.9295222,36.8865012 46.519562,36.8965108 L46.519562,34.4266159 L44.9796003,34.4266159 L44.9796003,36.9465279 C44.413422,36.9636341 43.7539962,36.9552669 41.8897293,36.9465279 L41.8897293,38.5864308 C43.1055717,38.564924 43.7434908,38.4867995 43.8896683,39.2663716 L43.8896683,46.1661239 C43.7968547,46.7846435 43.3018283,46.6955796 42.1997174,46.6760872 L41.8897293,48.5060178 C44.6975648,48.5060178 44.9796313,48.5160274 44.9796313,48.5160274 L44.9796313,50.6740439 L46.519593,50.6740439 Z M46.5495908,41.7662953 L46.5495908,38.6964125 C47.4195593,38.6964125 50.1394466,38.4264629 50.1394466,40.2363742 C50.1394466,41.9663016 47.4195903,41.7662953 46.5495908,41.7662953 Z M46.5495908,46.6860969 L46.5495908,43.306257 C47.5895368,43.306257 50.7741427,43.0162572 50.7741427,44.9962079 C50.7741427,46.9060914 47.5895368,46.6860969 46.5495908,46.6860969 Z","id","B","fill-rule","nonzero","transform","translate(47.863077, 42.550330) rotate(14.000000) translate(-47.863077, -42.550330) ",1,"fill-color-29"],["fxFlex","30","viewBox","0 0 200 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopOut_Step05","transform","translate(-542.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step05","transform","translate(542.000000, 210.000000)"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-11"],["id","Rectangle","x","1.34483737","y","60.660286","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","67.352783","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","31.345208","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","38.0377051","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","2.03013005","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","8.72460769","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Rectangle","x","7.80560248","y","67.352783","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","38.0377051","width","33.2298507","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","8.72460769","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.93434243",1,"fill-color-31"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","45.3719212","r","7.93434243"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","74.6850186","r","7.93434243"],["id","Group-16","transform","translate(55.804478, 34.674627)"],["id","Group-29","transform","translate(0.310627, 0.751284)"],["id","Group"],["d","M132.777455,1.04124409 L82.2582659,1.04124409 L82.2582659,0 L59.3509036,0 L59.3509036,1.04124409 L8.62346042,1.04124409 C7.71715136,1.04124358 6.84796221,1.40127322 6.20710493,2.0421305 C5.56624765,2.68298778 5.20621852,3.55217693 5.20621852,4.45848599 L5.20621852,73.6347918 C5.20621852,74.5411031 5.56624437,75.4102953 6.2071016,76.0511558 C6.84795882,76.6920163 7.71714912,77.0520512 8.62346042,77.0520512 L132.777455,77.0520512 C134.664749,77.0520512 136.194697,75.522091 136.194697,73.6347977 L136.194697,4.45848599 C136.194697,3.55217693 135.834668,2.68298778 135.193811,2.0421305 C134.552953,1.40127322 133.683764,1.04124358 132.777455,1.04124409 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.78769098","y","7.08045867","width","121.825532","height","68.7220946",1,"fill-color-7"],["id","Path","opacity","0.306775484","points","96.7732181 75.8025901 9.78772787 75.8025901 9.78772787 7.08050333",1,"fill-color-27"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary-darker"],["d","M14.5668332,29.1332406 C8.67527117,29.1332406 3.36383033,25.5842492 1.10922733,20.1411555 C-1.14537566,14.6980619 0.100864684,8.43279022 4.26682842,4.26682704 C8.43279215,0.100863866 14.698064,-1.14537564 20.1411573,1.10922807 C25.5842507,3.36383179 29.1332406,8.67527311 29.1332406,14.5668351 C29.124133,22.607864 22.6078621,29.1241341 14.5668332,29.1332406 L14.5668332,29.1332406 Z M14.5668332,0.190838576 C6.62718953,0.190838576 0.190836635,6.62719147 0.190836635,14.5668351 C0.190836635,22.5064788 6.62718953,28.9428317 14.5668332,28.9428317 C22.5064768,28.9428317 28.9428297,22.5064788 28.9428297,14.5668351 C28.9338602,6.63090975 22.5027586,0.199808125 14.5668332,0.190838576 L14.5668332,0.190838576 Z","id","Shape"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-5"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-19"],["d","M139.615294,74.5530572 L127.725913,74.5530572 L127.725913,73.6964356 C127.725915,73.6513884 127.708021,73.6081857 127.676168,73.5763323 C127.644315,73.544479 127.601113,73.5265862 127.556065,73.5265862 L123.479706,73.5265862 C123.434659,73.5265862 123.391457,73.5444797 123.359604,73.5763329 C123.327751,73.6081861 123.309857,73.6513886 123.309859,73.6964356 L123.309859,74.5530572 L120.762134,74.5530572 L120.762134,73.6964356 C120.762135,73.6513886 120.744241,73.6081861 120.712388,73.5763329 C120.680536,73.5444797 120.637333,73.5265862 120.592286,73.5265862 L116.515927,73.5265862 C116.47088,73.5265862 116.427677,73.5444789 116.395824,73.5763322 C116.36397,73.6081855 116.346076,73.6513882 116.346078,73.6964356 L116.346078,74.5530572 L113.798355,74.5530572 L113.798355,73.6964356 C113.798356,73.6513882 113.780462,73.6081855 113.748609,73.5763322 C113.716755,73.5444789 113.673553,73.5265862 113.628505,73.5265862 L109.552146,73.5265862 C109.507099,73.5265862 109.463897,73.5444797 109.432044,73.5763329 C109.400191,73.6081861 109.382297,73.6513886 109.382299,73.6964356 L109.382299,74.5530572 L106.834574,74.5530572 L106.834574,73.6964356 C106.834575,73.6513886 106.816681,73.6081861 106.784828,73.5763329 C106.752975,73.5444797 106.709773,73.5265862 106.664726,73.5265862 L102.588363,73.5265862 C102.543316,73.5265862 102.500113,73.544479 102.46826,73.5763323 C102.436407,73.6081857 102.418513,73.6513884 102.418516,73.6964356 L102.418516,74.5530572 L99.8707946,74.5530572 L99.8707946,73.6964356 C99.8707961,73.6513882 99.8529018,73.6081855 99.8210486,73.5763322 C99.7891953,73.5444789 99.7459925,73.5265862 99.7009452,73.5265862 L95.6245878,73.5265862 C95.5795404,73.5265862 95.5363377,73.5444789 95.5044844,73.5763322 C95.4726311,73.6081855 95.4547369,73.6513882 95.4547384,73.6964356 L95.4547384,74.5530572 L92.9070135,74.5530572 L92.9070135,73.6964356 C92.9070151,73.6513886 92.889121,73.6081861 92.8572682,73.5763329 C92.8254153,73.5444797 92.7822131,73.5265862 92.7371661,73.5265862 L88.6608067,73.5265862 C88.6157597,73.5265862 88.5725575,73.5444797 88.5407046,73.5763329 C88.5088518,73.6081861 88.4909577,73.6513886 88.4909593,73.6964356 L88.4909593,74.5530572 L85.9432383,74.5530572 L85.9432383,73.6964356 C85.9432399,73.6513886 85.9253458,73.6081861 85.893493,73.5763329 C85.8616401,73.5444797 85.8184379,73.5265862 85.7733909,73.5265862 L53.8419073,73.5265862 C53.7968603,73.5265862 53.7536581,73.5444797 53.7218052,73.5763329 C53.6899524,73.6081861 53.6720584,73.6513886 53.6720599,73.6964356 L53.6720599,74.5530572 L51.124335,74.5530572 L51.124335,73.6964356 C51.1243366,73.6513882 51.1064423,73.6081855 51.074589,73.5763322 C51.0427358,73.5444789 50.999533,73.5265862 50.9544857,73.5265862 L46.8781379,73.5265862 C46.8330906,73.5265862 46.7898879,73.5444789 46.7580346,73.5763322 C46.7261813,73.6081855 46.708287,73.6513882 46.7082886,73.6964356 L46.7082886,74.5530572 L44.160554,74.5530572 L44.160554,73.6964356 C44.1605561,73.6513884 44.1426622,73.6081857 44.1108092,73.5763323 C44.0789563,73.544479 44.0357537,73.5265862 43.9907066,73.5265862 L39.9143472,73.5265862 C39.8693002,73.5265862 39.8260979,73.5444797 39.7942451,73.5763329 C39.7623922,73.6081861 39.7444982,73.6513886 39.7444998,73.6964356 L39.7444998,74.5530572 L37.1967749,74.5530572 L37.1967749,73.6964356 C37.1967764,73.6513886 37.1788824,73.6081861 37.1470296,73.5763329 C37.1151767,73.5444797 37.0719745,73.5265862 37.0269275,73.5265862 L32.9505681,73.5265862 C32.9055208,73.5265862 32.862318,73.5444789 32.8304647,73.5763322 C32.7986115,73.6081855 32.7807172,73.6513882 32.7807187,73.6964356 L32.7807187,74.5530572 L30.2329958,74.5530572 L30.2329958,73.6964356 C30.2329973,73.6513882 30.215103,73.6081855 30.1832498,73.5763322 C30.1513965,73.5444789 30.1081938,73.5265862 30.0631464,73.5265862 L25.986787,73.5265862 C25.94174,73.5265862 25.8985378,73.5444797 25.866685,73.5763329 C25.8348321,73.6081861 25.8169381,73.6513886 25.8169396,73.6964356 L25.8169396,74.5530572 L23.2692109,74.5530572 L23.2692109,73.6964356 C23.2692124,73.6513886 23.2513184,73.6081861 23.2194655,73.5763329 C23.1876127,73.5444797 23.1444104,73.5265862 23.0993634,73.5265862 L19.0230079,73.5265862 C18.9779608,73.5265862 18.9347582,73.544479 18.9029053,73.5763323 C18.8710523,73.6081857 18.8531585,73.6513884 18.8531605,73.6964356 L18.8531605,74.5530572 L16.3054357,74.5530572 L16.3054357,73.6964356 C16.3054372,73.6513882 16.2875429,73.6081855 16.2556896,73.5763322 C16.2238364,73.5444789 16.1806336,73.5265862 16.1355863,73.5265862 L12.0592288,73.5265862 C12.0141815,73.5265862 11.9709788,73.5444789 11.9391255,73.5763322 C11.9072722,73.6081855 11.8893779,73.6513882 11.8893795,73.6964356 L11.8893795,74.5530572 L4.07635746,74.5530572 C1.82504753,74.5530594 0,76.3781067 0,78.6294166 L0,80.4726504 C0,82.7239563 1.82505163,84.5489982 4.07635746,84.5489982 L139.615294,84.5489982 C141.8666,84.5489982 143.691654,82.7239566 143.691654,80.4726504 L143.691654,78.6294166 C143.691654,76.3781064 141.866605,74.5530594 139.615294,74.5530572 Z","id","Path",1,"fill-color-20"],["id","Group","transform","translate(14.563343, 25.890388)"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary-darker"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M54.316416,4.55250111 L54.316416,3.34665629 C54.316416,1.49819202 52.8172532,0 50.9687888,0 L3.34762718,0 C1.49916283,0 0,1.49819202 0,3.34665629 L0,5.56999336 L54.316416,4.55250111 Z","id","Path",1,"fill-color-16"],["d","M55.6018738,5.73601547 L55.6018738,39.231705 C55.6018738,39.9999836 55.2966099,40.7367813 54.7532639,41.2799452 C54.2099179,41.8231092 53.4730179,42.1278687 52.7047393,42.1278687 L2.89810531,42.1278687 C1.29897753,42.1273325 0.00291266866,40.8308329 0.00291266866,39.231705 L0.00291266866,2.35926161 C1.43012031,2.88936731 1.43012031,2.88936731 2.89810531,2.84470639 L52.7047393,2.84470639 C54.3025103,2.84470316 55.5986611,4.13824772 55.6018738,5.73601547 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-19"],["d","M55.4601239,18.5459322 L55.4601239,29.2577567 L45.0716057,29.2577567 C42.141738,29.2183086 39.7873207,26.8319777 39.7873207,23.9018444 C39.7873207,20.9717112 42.141738,18.5853803 45.0716057,18.5459322 L55.4601239,18.5459322 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-17"],["id","Oval","opacity","0.1","cx","45.7114219","cy","23.9023299","r","2.08838343",1,"fill-color-27"],["id","Oval","cx","45.8531718","cy","23.6188301","r","2.08838343",1,"fill-color-28"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-30"]],template:function(pe,je){if(1&pe&&(h.YNc(0,we,1,0,"ng-container",0),h.YNc(1,Ue,32,5,"ng-template",null,1,h.W1O),h.YNc(3,ye,51,5,"ng-template",null,2,h.W1O),h.YNc(5,V,74,5,"ng-template",null,3,h.W1O),h.YNc(7,Ae,53,5,"ng-template",null,4,h.W1O),h.YNc(9,dt,66,5,"ng-template",null,5,h.W1O)),2&pe){const _t=h.MAs(2),re=h.MAs(4),Qe=h.MAs(6),Mt=h.MAs(8),zt=h.MAs(10);h.Q6J("ngTemplateOutlet",1===je.stepNumber?_t:2===je.stepNumber?re:3===je.stepNumber?Qe:4===je.stepNumber?Mt:zt)}},directives:[D.tP,U.xw,U.yH,U.Wh,D.mk,de.oO,Z.n5,Z.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[Ne.l]}}),ze})();function De(ze,Tt){1&ze&&h.GkF(0)}const le=function(ze,Tt){return{"small-svg":ze,"large-svg":Tt}};function Te(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",7)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"g",8)(5,"g",9)(6,"g",10)(7,"g",11),h._UZ(8,"circle",12)(9,"path",13),h.qZA(),h.TgZ(10,"g",14),h._UZ(11,"ellipse",15)(12,"ellipse",16)(13,"rect",17)(14,"rect",18)(15,"rect",19)(16,"rect",20)(17,"rect",21)(18,"rect",22)(19,"rect",23)(20,"rect",24)(21,"rect",25)(22,"rect",26)(23,"rect",27)(24,"rect",28)(25,"rect",29),h.qZA()()()()(),h.kcU(),h.TgZ(26,"div",30)(27,"mat-card-title"),h._uU(28,"Loop In explained."),h.qZA()(),h.TgZ(29,"div",31)(30,"mat-card-subtitle",32),h._uU(31," Lightning Loop is a non custodial service offered by Lightning Labs to bridge on-chain and off-chain Bitcoin using Submarine swaps. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function xe(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",33)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",34),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",8)(10,"g",38)(11,"g",39)(12,"g",40),h._UZ(13,"rect",41)(14,"rect",42)(15,"rect",43)(16,"circle",44)(17,"rect",45)(18,"rect",46)(19,"circle",47)(20,"rect",48)(21,"rect",49)(22,"rect",50)(23,"rect",51)(24,"rect",52)(25,"circle",53)(26,"circle",54)(27,"circle",55),h.qZA(),h.TgZ(28,"g",56)(29,"g",57)(30,"g",58),h._UZ(31,"path",59)(32,"rect",60)(33,"polygon",61),h.TgZ(34,"g",62),h._UZ(35,"path",63),h.qZA(),h._UZ(36,"rect",64)(37,"rect",65)(38,"rect",66)(39,"rect",67)(40,"rect",68)(41,"rect",69)(42,"rect",70)(43,"path",71)(44,"path",72),h.qZA(),h.TgZ(45,"g",73),h._UZ(46,"path",74)(47,"path",75)(48,"path",76)(49,"path",77)(50,"path",78)(51,"path",79)(52,"path",80)(53,"path",81)(54,"path",82)(55,"path",83)(56,"path",84)(57,"circle",85)(58,"circle",86),h.qZA(),h._UZ(59,"path",87),h.qZA()()()()()(),h.kcU(),h.TgZ(60,"div",30)(61,"mat-card-title"),h._uU(62,"Step 1: Deciding to Loop In"),h.qZA()(),h.TgZ(63,"div",31)(64,"mat-card-subtitle",32),h._uU(65," Your outgoing capacity is depleted and you want to regain it without opening new channels. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function W(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",88)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",89),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",90)(10,"g",91)(11,"g",92)(12,"g",93)(13,"g",94),h._UZ(14,"circle",95)(15,"path",96),h.TgZ(16,"g",97),h._UZ(17,"polygon",98)(18,"polygon",99)(19,"path",100),h.qZA(),h.TgZ(20,"g",101),h._UZ(21,"polygon",102)(22,"path",103)(23,"rect",104)(24,"path",105)(25,"rect",106)(26,"rect",107)(27,"rect",108)(28,"rect",109)(29,"circle",110)(30,"path",111),h.TgZ(31,"g",112)(32,"g",113),h._UZ(33,"g",114),h.qZA(),h._UZ(34,"g",115),h.qZA()()(),h.TgZ(35,"g",116)(36,"g",40),h._UZ(37,"rect",117)(38,"rect",42)(39,"rect",43)(40,"circle",118)(41,"rect",45)(42,"rect",46)(43,"circle",119)(44,"rect",48)(45,"rect",49)(46,"rect",50)(47,"rect",51)(48,"rect",52)(49,"circle",120)(50,"circle",54)(51,"circle",55)(52,"circle",121),h.qZA(),h.TgZ(53,"g",56)(54,"g",57)(55,"g",58),h._UZ(56,"path",59)(57,"rect",60)(58,"polygon",61),h.TgZ(59,"g",122),h._UZ(60,"path",63),h.qZA(),h._UZ(61,"rect",123)(62,"rect",124)(63,"rect",125)(64,"rect",126)(65,"rect",127)(66,"rect",128)(67,"rect",129)(68,"path",130)(69,"path",72),h.qZA(),h.TgZ(70,"g",73),h._UZ(71,"path",131)(72,"path",132)(73,"path",133)(74,"path",134)(75,"path",135)(76,"path",136)(77,"path",80)(78,"path",81)(79,"path",137)(80,"path",83)(81,"path",138)(82,"circle",85)(83,"circle",86),h.qZA(),h._UZ(84,"path",139),h.qZA()()()(),h._UZ(85,"path",140)(86,"path",141),h.qZA()()()(),h.kcU(),h.TgZ(87,"div",30)(88,"mat-card-title"),h._uU(89,"Step 2: Send payment out"),h.qZA()(),h.TgZ(90,"div",31)(91,"mat-card-subtitle",32),h._uU(92," Your node sends funds on-chain to loop server to be swapped with off-chain liquidity. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function ee(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",142)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"g",90)(5,"g",143)(6,"g",144)(7,"g")(8,"g",145)(9,"g",146),h._UZ(10,"circle",12)(11,"path",147),h.qZA(),h.TgZ(12,"g",14),h._UZ(13,"ellipse",148)(14,"ellipse",16)(15,"rect",17)(16,"rect",18)(17,"rect",19)(18,"rect",20)(19,"rect",21)(20,"rect",22)(21,"rect",23)(22,"rect",24)(23,"rect",25)(24,"rect",26)(25,"rect",27)(26,"rect",28)(27,"rect",29),h.qZA()(),h.TgZ(28,"g",149),h._UZ(29,"polygon",150)(30,"polygon",99)(31,"path",151),h.qZA(),h.TgZ(32,"g",152),h._UZ(33,"polygon",102)(34,"path",103)(35,"rect",104)(36,"path",105)(37,"rect",106)(38,"rect",107)(39,"rect",108)(40,"rect",109)(41,"circle",110)(42,"path",111),h.TgZ(43,"g",112)(44,"g",113),h._UZ(45,"g",114),h.qZA(),h._UZ(46,"g",115),h.qZA()()(),h._UZ(47,"path",153),h.qZA()()()(),h.kcU(),h.TgZ(48,"div",30)(49,"mat-card-title"),h._uU(50,"Step 3: Recieve Funds Off-chain"),h.qZA()(),h.TgZ(51,"div",31)(52,"mat-card-subtitle",32),h._uU(53," Loop server sends equivalent funds off-chain to your node by making a lightning payment to you. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}function ue(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",6),h.NdJ("swipe",function(_t){return h.CHM(pe),h.oxw().onSwipe(_t)}),h.O4$(),h.TgZ(1,"svg",154)(2,"desc"),h._uU(3,"Created with Sketch."),h.qZA(),h.TgZ(4,"defs")(5,"linearGradient",34),h._UZ(6,"stop",35)(7,"stop",36)(8,"stop",37),h.qZA()(),h.TgZ(9,"g",90)(10,"g",155)(11,"g",156)(12,"g",157)(13,"g",158)(14,"g",40),h._UZ(15,"rect",159)(16,"rect",160)(17,"rect",161)(18,"circle",162)(19,"rect",163)(20,"rect",164)(21,"circle",165)(22,"rect",166)(23,"rect",167)(24,"rect",168)(25,"rect",169)(26,"circle",170)(27,"circle",171),h.qZA(),h.TgZ(28,"g",172),h._UZ(29,"path",173)(30,"rect",174)(31,"polygon",175)(32,"circle",176)(33,"path",177)(34,"rect",178)(35,"rect",179)(36,"rect",180)(37,"rect",181)(38,"rect",182)(39,"rect",183)(40,"rect",184)(41,"path",185)(42,"path",186),h.qZA(),h._UZ(43,"path",187),h.qZA()(),h._UZ(44,"circle",188),h.qZA()()()(),h.kcU(),h.TgZ(45,"div",30)(46,"mat-card-title"),h._uU(47,"Done!"),h.qZA()(),h.TgZ(48,"div",31)(49,"mat-card-subtitle",32),h._uU(50," You send the payment on-chain from your wallet and also move remote balance to the local side of the node, gaining outgoing capacity. "),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@sliderAnimation",pe.animationDirection),h.xp6(1),h.Q6J("ngClass",h.WLB(2,le,pe.screenSize===pe.screenSizeEnum.XS,pe.screenSize!==pe.screenSizeEnum.XS))}}let _e=(()=>{class ze{constructor(pe){this.commonService=pe,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new h.vpe,this.screenSize="",this.screenSizeEnum=d.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(pe){2===pe.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===pe.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return ze.\u0275fac=function(pe){return new(pe||ze)(h.Y36(S.v))},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-in-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["loopStepBlock1",""],["loopStepBlock2",""],["loopStepBlock3",""],["loopStepBlock4",""],["loopStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",3,"swipe"],["fxFlex","30","viewBox","0 0 108 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","Loopv0.2","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopIn_Step01","transform","translate(-594.000000, -215.000000)","fill-rule","nonzero"],["id","Loop_Step01","transform","translate(594.000000, 215.000000)"],["id","Group-16","transform","translate(23.000000, 0.000000)"],["id","Oval","cx","42.4877419","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M56.0827415,28.5000036 C60.4468211,28.5000036 63.9999285,25.1343958 63.9999285,21.0000215 C63.9999285,16.8656472 60.4468211,13.5000393 56.0827415,13.5000393 C52.9843297,13.5000393 50.5608889,15.4359631 48.9999642,17.1843872 C47.4390396,15.4359631 45.0155987,13.5000393 41.9171869,13.5000393 C37.5531074,13.5000393 34,16.8656472 34,21.0000215 C34,25.1343958 37.5531074,28.5000036 41.9171869,28.5000036 C45.0155987,28.5000036 47.4390396,26.5640798 48.9999642,24.8156557 C50.5608889,26.5640798 52.9843297,28.5000036 56.0827415,28.5000036 Z M41.9171869,24.0000143 C40.0328073,24.0000143 38.4999893,22.6546959 38.4999893,21.0000286 C38.4999893,19.3453471 40.0328073,18.0000286 41.9171869,18.0000286 C43.707771,18.0000286 45.3577763,19.6921938 46.3234264,21.0000286 C45.3671604,22.2937501 43.7031019,24.0000143 41.9171869,24.0000143 Z M56.0827415,24.0000143 C54.2921574,24.0000143 52.6421522,22.3078492 51.676502,21.0000286 C52.6327681,19.7062929 54.2968266,18.0000286 56.0827415,18.0000286 C57.9671212,18.0000286 59.4999392,19.3453471 59.4999392,21.0000286 C59.4999392,22.6546959 57.9671212,24.0000143 56.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Group-21","transform","translate(0.000000, 36.000000)"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-7"],["id","Oval","opacity","0.1","cx","48.644129","cy","75.1589677","rx","40.8402581","ry","5.55600756",1,"fill-color-27"],["id","Rectangle","x","25.2325161","y","6.09470968","width","54.1068387","height","62.9512258",1,"fill-color-26"],["id","Rectangle","x","20","y","1.24344979e-14","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","20","y","26","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","19.7698065","y","52.9179355","width","65.0322581","height","22.3710968",1,"fill-color-19"],["id","Rectangle","x","67.6335484","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","3.75354839","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","30.0265806","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","67.6335484","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","73.6165161","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["id","Rectangle","x","79.5994839","y","56.2996129","width","4.16206452","height","4.16206452",1,"fill-color-green-light"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","viewBox","0 0 200 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","0%","id","linearGradient-1"],["stop-color","#808080","stop-opacity","0.25","offset","0%"],["stop-color","#808080","stop-opacity","0.12","offset","54%"],["stop-color","#808080","stop-opacity","0.1","offset","100%"],["id","LoopIn_Step02","transform","translate(-542.000000, -210.000000)","fill-rule","nonzero"],["id","Loop_Step02","transform","translate(542.000000, 210.000000)"],["id","Group-2"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-11"],["id","Rectangle","x","1.34483737","y","60.660286","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","67.352783","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","31.345208","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","38.0377051","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary-darker"],["id","Rectangle","x","1.34483737","y","2.03013005","width","78.7116083","height","28.2158368",1,"fill-color-9"],["id","Rectangle","x","7.80560248","y","8.72460769","width","46.2328358","height","14.4584872",1,"fill-color-primary-lighter"],["id","Rectangle","x","7.80560248","y","67.352783","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","38.0377051","width","33.2298507","height","14.4584872",1,"fill-color-primary"],["id","Rectangle","x","7.80560248","y","8.72460769","width","23.1164179","height","14.4584872",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.93434243",1,"fill-color-31"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","45.3719212","r","7.93434243"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","74.6850186","r","7.93434243"],["id","Group-16","transform","translate(55.804478, 34.674627)"],["id","Group-29","transform","translate(0.310627, 0.751284)"],["id","Group"],["d","M132.777455,1.04124409 L82.2582659,1.04124409 L82.2582659,0 L59.3509036,0 L59.3509036,1.04124409 L8.62346042,1.04124409 C7.71715136,1.04124358 6.84796221,1.40127322 6.20710493,2.0421305 C5.56624765,2.68298778 5.20621852,3.55217693 5.20621852,4.45848599 L5.20621852,73.6347918 C5.20621852,74.5411031 5.56624437,75.4102953 6.2071016,76.0511558 C6.84795882,76.6920163 7.71714912,77.0520512 8.62346042,77.0520512 L132.777455,77.0520512 C134.664749,77.0520512 136.194697,75.522091 136.194697,73.6347977 L136.194697,4.45848599 C136.194697,3.55217693 135.834668,2.68298778 135.193811,2.0421305 C134.552953,1.40127322 133.683764,1.04124358 132.777455,1.04124409 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.78769098","y","7.08045867","width","121.825532","height","68.7220946",1,"fill-color-7"],["id","Path","opacity","0.306775484","points","96.7732181 75.8025901 9.78772787 75.8025901 9.78772787 7.08050333",1,"fill-color-27"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary-darker"],["d","M14.5668332,29.1332406 C8.67527117,29.1332406 3.36383033,25.5842492 1.10922733,20.1411555 C-1.14537566,14.6980619 0.100864684,8.43279022 4.26682842,4.26682704 C8.43279215,0.100863866 14.698064,-1.14537564 20.1411573,1.10922807 C25.5842507,3.36383179 29.1332406,8.67527311 29.1332406,14.5668351 C29.124133,22.607864 22.6078621,29.1241341 14.5668332,29.1332406 L14.5668332,29.1332406 Z M14.5668332,0.190838576 C6.62718953,0.190838576 0.190836635,6.62719147 0.190836635,14.5668351 C0.190836635,22.5064788 6.62718953,28.9428317 14.5668332,28.9428317 C22.5064768,28.9428317 28.9428297,22.5064788 28.9428297,14.5668351 C28.9338602,6.63090975 22.5027586,0.199808125 14.5668332,0.190838576 L14.5668332,0.190838576 Z","id","Shape"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-15"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-5"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-19"],["d","M139.615294,74.5530572 L127.725913,74.5530572 L127.725913,73.6964356 C127.725915,73.6513884 127.708021,73.6081857 127.676168,73.5763323 C127.644315,73.544479 127.601113,73.5265862 127.556065,73.5265862 L123.479706,73.5265862 C123.434659,73.5265862 123.391457,73.5444797 123.359604,73.5763329 C123.327751,73.6081861 123.309857,73.6513886 123.309859,73.6964356 L123.309859,74.5530572 L120.762134,74.5530572 L120.762134,73.6964356 C120.762135,73.6513886 120.744241,73.6081861 120.712388,73.5763329 C120.680536,73.5444797 120.637333,73.5265862 120.592286,73.5265862 L116.515927,73.5265862 C116.47088,73.5265862 116.427677,73.5444789 116.395824,73.5763322 C116.36397,73.6081855 116.346076,73.6513882 116.346078,73.6964356 L116.346078,74.5530572 L113.798355,74.5530572 L113.798355,73.6964356 C113.798356,73.6513882 113.780462,73.6081855 113.748609,73.5763322 C113.716755,73.5444789 113.673553,73.5265862 113.628505,73.5265862 L109.552146,73.5265862 C109.507099,73.5265862 109.463897,73.5444797 109.432044,73.5763329 C109.400191,73.6081861 109.382297,73.6513886 109.382299,73.6964356 L109.382299,74.5530572 L106.834574,74.5530572 L106.834574,73.6964356 C106.834575,73.6513886 106.816681,73.6081861 106.784828,73.5763329 C106.752975,73.5444797 106.709773,73.5265862 106.664726,73.5265862 L102.588363,73.5265862 C102.543316,73.5265862 102.500113,73.544479 102.46826,73.5763323 C102.436407,73.6081857 102.418513,73.6513884 102.418516,73.6964356 L102.418516,74.5530572 L99.8707946,74.5530572 L99.8707946,73.6964356 C99.8707961,73.6513882 99.8529018,73.6081855 99.8210486,73.5763322 C99.7891953,73.5444789 99.7459925,73.5265862 99.7009452,73.5265862 L95.6245878,73.5265862 C95.5795404,73.5265862 95.5363377,73.5444789 95.5044844,73.5763322 C95.4726311,73.6081855 95.4547369,73.6513882 95.4547384,73.6964356 L95.4547384,74.5530572 L92.9070135,74.5530572 L92.9070135,73.6964356 C92.9070151,73.6513886 92.889121,73.6081861 92.8572682,73.5763329 C92.8254153,73.5444797 92.7822131,73.5265862 92.7371661,73.5265862 L88.6608067,73.5265862 C88.6157597,73.5265862 88.5725575,73.5444797 88.5407046,73.5763329 C88.5088518,73.6081861 88.4909577,73.6513886 88.4909593,73.6964356 L88.4909593,74.5530572 L85.9432383,74.5530572 L85.9432383,73.6964356 C85.9432399,73.6513886 85.9253458,73.6081861 85.893493,73.5763329 C85.8616401,73.5444797 85.8184379,73.5265862 85.7733909,73.5265862 L53.8419073,73.5265862 C53.7968603,73.5265862 53.7536581,73.5444797 53.7218052,73.5763329 C53.6899524,73.6081861 53.6720584,73.6513886 53.6720599,73.6964356 L53.6720599,74.5530572 L51.124335,74.5530572 L51.124335,73.6964356 C51.1243366,73.6513882 51.1064423,73.6081855 51.074589,73.5763322 C51.0427358,73.5444789 50.999533,73.5265862 50.9544857,73.5265862 L46.8781379,73.5265862 C46.8330906,73.5265862 46.7898879,73.5444789 46.7580346,73.5763322 C46.7261813,73.6081855 46.708287,73.6513882 46.7082886,73.6964356 L46.7082886,74.5530572 L44.160554,74.5530572 L44.160554,73.6964356 C44.1605561,73.6513884 44.1426622,73.6081857 44.1108092,73.5763323 C44.0789563,73.544479 44.0357537,73.5265862 43.9907066,73.5265862 L39.9143472,73.5265862 C39.8693002,73.5265862 39.8260979,73.5444797 39.7942451,73.5763329 C39.7623922,73.6081861 39.7444982,73.6513886 39.7444998,73.6964356 L39.7444998,74.5530572 L37.1967749,74.5530572 L37.1967749,73.6964356 C37.1967764,73.6513886 37.1788824,73.6081861 37.1470296,73.5763329 C37.1151767,73.5444797 37.0719745,73.5265862 37.0269275,73.5265862 L32.9505681,73.5265862 C32.9055208,73.5265862 32.862318,73.5444789 32.8304647,73.5763322 C32.7986115,73.6081855 32.7807172,73.6513882 32.7807187,73.6964356 L32.7807187,74.5530572 L30.2329958,74.5530572 L30.2329958,73.6964356 C30.2329973,73.6513882 30.215103,73.6081855 30.1832498,73.5763322 C30.1513965,73.5444789 30.1081938,73.5265862 30.0631464,73.5265862 L25.986787,73.5265862 C25.94174,73.5265862 25.8985378,73.5444797 25.866685,73.5763329 C25.8348321,73.6081861 25.8169381,73.6513886 25.8169396,73.6964356 L25.8169396,74.5530572 L23.2692109,74.5530572 L23.2692109,73.6964356 C23.2692124,73.6513886 23.2513184,73.6081861 23.2194655,73.5763329 C23.1876127,73.5444797 23.1444104,73.5265862 23.0993634,73.5265862 L19.0230079,73.5265862 C18.9779608,73.5265862 18.9347582,73.544479 18.9029053,73.5763323 C18.8710523,73.6081857 18.8531585,73.6513884 18.8531605,73.6964356 L18.8531605,74.5530572 L16.3054357,74.5530572 L16.3054357,73.6964356 C16.3054372,73.6513882 16.2875429,73.6081855 16.2556896,73.5763322 C16.2238364,73.5444789 16.1806336,73.5265862 16.1355863,73.5265862 L12.0592288,73.5265862 C12.0141815,73.5265862 11.9709788,73.5444789 11.9391255,73.5763322 C11.9072722,73.6081855 11.8893779,73.6513882 11.8893795,73.6964356 L11.8893795,74.5530572 L4.07635746,74.5530572 C1.82504753,74.5530594 0,76.3781067 0,78.6294166 L0,80.4726504 C0,82.7239563 1.82505163,84.5489982 4.07635746,84.5489982 L139.615294,84.5489982 C141.8666,84.5489982 143.691654,82.7239566 143.691654,80.4726504 L143.691654,78.6294166 C143.691654,76.3781064 141.866605,74.5530594 139.615294,74.5530572 Z","id","Path",1,"fill-color-20"],["id","Group","transform","translate(14.563343, 25.890388)"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary-darker"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary-darker"],["d","M54.316416,4.55250111 L54.316416,3.34665629 C54.316416,1.49819202 52.8172532,0 50.9687888,0 L3.34762718,0 C1.49916283,0 0,1.49819202 0,3.34665629 L0,5.56999336 L54.316416,4.55250111 Z","id","Path",1,"fill-color-16"],["d","M55.6018738,5.73601547 L55.6018738,39.231705 C55.6018738,39.9999836 55.2966099,40.7367813 54.7532639,41.2799452 C54.2099179,41.8231092 53.4730179,42.1278687 52.7047393,42.1278687 L2.89810531,42.1278687 C1.29897753,42.1273325 0.00291266866,40.8308329 0.00291266866,39.231705 L0.00291266866,2.35926161 C1.43012031,2.88936731 1.43012031,2.88936731 2.89810531,2.84470639 L52.7047393,2.84470639 C54.3025103,2.84470316 55.5986611,4.13824772 55.6018738,5.73601547 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-19"],["d","M55.4601239,18.5459322 L55.4601239,29.2577567 L45.0716057,29.2577567 C42.141738,29.2183086 39.7873207,26.8319777 39.7873207,23.9018444 C39.7873207,20.9717112 42.141738,18.5853803 45.0716057,18.5459322 L55.4601239,18.5459322 Z","id","Path","opacity","0.1",1,"fill-color-27"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-17"],["id","Oval","opacity","0.1","cx","45.7114219","cy","23.9023299","r","2.08838343",1,"fill-color-27"],["id","Oval","cx","45.8531718","cy","23.6188301","r","2.08838343",1,"fill-color-28"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-30"],["fxFlex","30","viewBox","0 0 364 120","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["x1","50%","y1","100%","x2","50%","y2","8.86848147e-15%","id","linearGradient-1"],["id","Loopv0.3","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","LoopIn_Step03","transform","translate(-1127.000000, -164.000000)"],["id","LoopIn_Step03","transform","translate(1127.000000, 164.000000)"],["id","Group-21"],["id","Group-35","transform","translate(107.000000, 10.000000)"],["id","Oval","fill-rule","nonzero","cx","214.487742","cy","42.4877419","r","42.4877419",1,"fill-color-2"],["d","M232.082742,28.5000036 C236.446821,28.5000036 239.999928,25.1343958 239.999928,21.0000215 C239.999928,16.8656472 236.446821,13.5000393 232.082742,13.5000393 C228.98433,13.5000393 226.560889,15.4359631 224.999964,17.1843872 C223.43904,15.4359631 221.015599,13.5000393 217.917187,13.5000393 C213.553107,13.5000393 210,16.8656472 210,21.0000215 C210,25.1343958 213.553107,28.5000036 217.917187,28.5000036 C221.015599,28.5000036 223.43904,26.5640798 224.999964,24.8156557 C226.560889,26.5640798 228.98433,28.5000036 232.082742,28.5000036 Z M217.917187,24.0000143 C216.032807,24.0000143 214.499989,22.6546959 214.499989,21.0000286 C214.499989,19.3453471 216.032807,18.0000286 217.917187,18.0000286 C219.707771,18.0000286 221.357776,19.6921938 222.323426,21.0000286 C221.36716,22.2937501 219.703102,24.0000143 217.917187,24.0000143 Z M232.082742,24.0000143 C230.292157,24.0000143 228.642152,22.3078492 227.676502,21.0000286 C228.632768,19.7062929 230.296827,18.0000286 232.082742,18.0000286 C233.967121,18.0000286 235.499939,19.3453471 235.499939,21.0000286 C235.499939,22.6546959 233.967121,24.0000143 232.082742,24.0000143 Z","id","i","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-44","transform","translate(0.000000, 64.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-20"],["id","Path","transform","translate(118.400000, 8.960000) scale(-1, 1) translate(-118.400000, -8.960000) ","points","113.024 5.376 123.776 5.376 123.776 12.544 113.024 12.544",1,"fill-color-23"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-20"],["id","Group-43","transform","translate(152.000000, 35.000000)"],["id","Path","fill-rule","nonzero","points","-9.84073267e-14 7.36243469 92.3919279 7.36243469 92.3919279 70.3073253 -1.13686838e-13 70.3073253",1,"fill-color-23"],["d","M97.5448374,1.70530257e-13 L6.62592538,1.70530257e-13 C6.01615907,0.000922175294 5.52114394,0.495001701 5.52114394,1.104768 L5.52114394,62.57664 C5.52114394,62.8696481 5.63752746,63.150658 5.84471672,63.3578447 C6.05190598,63.5650315 6.3329173,63.681408 6.62592538,63.681408 L97.5448374,63.681408 C97.8378436,63.681408 98.1188523,63.5650282 98.3260389,63.3578415 C98.5332256,63.1506549 98.6496054,62.8696462 98.6496054,62.57664 L98.6496054,1.104768 C98.6496054,0.495005713 98.1545997,0.000926622272 97.5448374,1.70530257e-13 L97.5448374,1.70530257e-13 Z M97.9130952,62.57664 C97.9130952,62.6744022 97.8747043,62.7682496 97.8055756,62.8373783 C97.736447,62.9065069 97.6425996,62.9448978 97.5448374,62.9448978 L6.62592538,62.9448978 C6.52816341,62.9448978 6.4343164,62.906506 6.3651879,62.8373775 C6.29605941,62.768249 6.25766754,62.674402 6.25766754,62.57664 L6.25766754,1.104768 C6.25766754,0.901512883 6.42267026,0.736512 6.62592538,0.736512 L97.5448374,0.736512 C97.7480931,0.736512 97.9130952,0.901512271 97.9130952,1.104768 L97.9130952,62.57664 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","10.3066764","y","43.4358624","width","41.5947948","height","4.78524211","rx","0.5376",1,"fill-color-19"],["d","M89.8141359,39.3872559 L76.5649839,39.3872559 C76.2719769,39.3872559 75.9909677,39.5036372 75.7837792,39.7108232 C75.5765907,39.9180091 75.4602025,40.1990169 75.4602025,40.4920239 L75.4602025,50.7978159 C75.4602025,51.090824 75.576586,51.3718339 75.7837753,51.5790207 C75.9909645,51.7862074 76.2719759,51.9025839 76.5649839,51.9025839 L89.8141359,51.9025839 C90.107143,51.9025839 90.3881533,51.7862079 90.5953406,51.5790206 C90.8025279,51.3718333 90.9189039,51.090823 90.9189039,50.7978159 L90.9189039,40.4920239 C90.9189039,40.199018 90.8025232,39.9180097 90.5953367,39.7108232 C90.3881502,39.5036367 90.1071419,39.3872559 89.8141359,39.3872559 Z M90.1823938,50.7978159 C90.182087,51.0010717 90.0173917,51.165767 89.8141359,51.1660719 L76.5649839,51.1660719 C76.3617256,51.165767 76.1970256,51.0010743 76.19671,50.7978159 L76.19671,40.4920239 C76.1964064,40.3942603 76.2351088,40.3004129 76.30424,40.2312847 C76.3733712,40.1621565 76.4672203,40.1234582 76.5649839,40.1237661 L89.8141359,40.1237661 C89.9118981,40.1234582 90.0057456,40.162157 90.0748742,40.2312857 C90.1440029,40.3004143 90.1827017,40.3942617 90.1823938,40.4920239 L90.1823938,50.7978159 Z","id","Shape","fill-rule","nonzero",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","41.7652758","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","44.7100416","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","78.6733409","y","47.6548047","width","9.03249715","height","1.86879168","rx","0.5376",1,"fill-color-19"],["id","Rectangle","fill-rule","nonzero","x","11.4109632","y","4.41773875","width","19.1409684","height","8.09810266","rx","0.5376",1,"fill-color-19"],["id","Oval","fill-rule","nonzero","cx","47.2929593","cy","42.2294561","r","12.9683743",1,"fill-color-4"],["d","M50.1798649,51.9764517 C43.6553251,51.9764517 37.7732336,48.0461636 35.2764005,42.0182748 C32.7795674,35.990386 34.1597014,29.0519859 38.773248,24.4384399 C43.3867946,19.824894 50.3251948,18.4447609 56.3530833,20.9415948 C62.3809718,23.4384287 66.3112582,29.3205207 66.3112582,35.8450605 C66.3011721,44.7500015 59.0848059,51.9663668 50.1798649,51.9764517 L50.1798649,51.9764517 Z M50.1798649,19.9245354 C41.3872016,19.9245354 34.2593397,27.0523972 34.2593397,35.8450605 C34.2593397,44.6377237 41.3872016,51.7655856 50.1798649,51.7655856 C58.9725281,51.7655856 66.10039,44.6377237 66.10039,35.8450605 C66.0904567,27.056515 58.9684103,19.9344686 50.1798649,19.9245354 L50.1798649,19.9245354 Z","id","Shape","fill-rule","nonzero",1,"fill-color-primary"],["id","Group-23","transform","translate(5.000000, 0.001193)"],["id","Group-22"],["id","Group","transform","translate(0.378134, 0.000000)"],["id","Group-24","transform","translate(29.048000, 19.712000)"],["id","LoopIn_Step03","fill-rule","nonzero"],["id","Rectangle","x","0","y","0","width","81.4032636","height","90.8547569",1,"fill-color-10"],["id","Oval","cx","68.9135074","cy","74.4889377","r","7.35996418",1,"fill-color-primary"],["id","Oval","cx","68.9135074","cy","45.1758404","r","7.35996418",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","68.9135074","cy","15.8607624","r","7.93434243"],["id","Oval","cx","68.9135074","cy","15.8607624","r","7.35996418",1,"fill-color-31"],["id","Group-24","transform","translate(16.889738, 38.617955)",1,"fill-color-primary"],["id","Rectangle","x","99.0215517","y","44.1428314","width","11.3798353","height","2.37787551",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","25.6293676","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","28.8564861","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","32.0836045","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","35.310721","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","85.2638409","y","38.5378394","width","38.8952588","height","1.01909033",1,"fill-color-20"],["id","Rectangle","x","119.403347","y","8.47469101","width","4.75575295","height","4.75575295",1,"fill-color-4"],["d","M126.367128,15.4384701 L120.592277,15.4384701 L120.592277,9.66361906 L126.367128,9.66361906 L126.367128,15.4384701 Z M120.843366,15.1873981 L126.116048,15.1873981 L126.116048,9.91470857 L120.843366,9.91470857 L120.843366,15.1873981 Z","id","Shape",1,"fill-color-20"],["d","M34.1898756,18.6935074 C34.8335754,18.7760331 35.5015474,18.8284611 36.1180622,18.6284578 C36.2151512,18.5983603 36.321949,18.5313689 36.3122401,18.4342799 C36.3052976,18.3990002 36.2903506,18.3657846 36.2685501,18.337191 C36.0361522,17.9886397 35.8409087,17.6167008 35.6860164,17.2274642 C35.6798777,17.2071636 35.6672606,17.1894314 35.6500935,17.176978 C35.6300188,17.1697099 35.6080312,17.1697099 35.5879565,17.176978 C35.3034859,17.2517365 35.0578508,17.4352346 34.775322,17.5138766 C34.6312683,17.5533966 34.4809179,17.5646069 34.3325963,17.5468869 C34.2044389,17.5323235 34.0296788,17.4264966 33.9131721,17.440089 C33.9791925,17.8643678 34.1403602,18.2604907 34.1898756,18.6935074 Z","id","Path",1,"fill-color-primary"],["d","M46.3638597,17.6187327 C46.7881384,17.3274658 47.2279514,17.0216356 47.4784409,16.5721138 C47.4963243,16.5452282 47.5067138,16.5140596 47.5085385,16.481821 C47.5042662,16.4500929 47.4918946,16.4199997 47.4726155,16.394441 C47.2340087,16.0151166 46.9268212,15.6835648 46.5667756,15.4167552 C46.3789189,15.549458 46.2091963,15.7061249 46.061913,15.8827822 C45.9551152,15.9954054 45.6599648,16.1740491 45.6570521,16.3458965 C45.6570521,16.4429855 45.7696753,16.5556086 45.8221033,16.6371634 C45.8929782,16.7420194 45.9599696,16.8488173 46.0240483,16.9575569 C46.0609421,17.0109558 46.3978408,17.5973731 46.3638597,17.6187327 Z","id","Path",1,"fill-color-primary"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2730042,20.0320475 30.3444715,19.9740213 30.423795,19.9284789 L30.7548683,19.7148832 C30.9101158,19.6051008 31.0788103,19.515696 31.2568182,19.4488595 C31.3878883,19.4061404 31.5267255,19.3876935 31.6597374,19.3517706 C32.1247935,19.215846 32.4801391,18.846908 32.8102415,18.4925333 L33.2607343,18.011943 C33.3028503,17.9590638 33.3562578,17.9162715 33.4170475,17.8866982 C33.4795282,17.8658617 33.5459388,17.8595527 33.6112254,17.8682513 C34.0488232,17.8994947 34.4713668,18.041122 34.8394007,18.2799085 C34.9334629,18.3504651 35.0350556,18.4103788 35.1423182,18.4585522 C35.4064002,18.5614665 35.7452406,18.4837953 35.9889339,18.3536961 C36.1044698,18.2915592 36.0792267,18.2566071 36.1277711,18.1459257 C36.1763156,18.0352443 36.2947641,17.9643694 36.3976784,18.0653419 C36.4287289,18.1002598 36.4507324,18.1422664 36.4617571,18.187674 C36.5588461,18.5080675 36.5219523,18.8527333 36.5219523,19.1886611 C36.519104,19.2411857 36.5256803,19.2937961 36.5413701,19.3440034 C36.566144,19.3946232 36.5957307,19.4427421 36.629721,19.4876951 C36.6366398,19.4995928 36.642801,19.5119152 36.6481679,19.5245889 C36.7075588,19.673314 36.7298837,19.8342531 36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary"],["d","M36.7132175,19.9935285 C36.7207976,20.0935521 36.6933371,20.1930963 36.6355464,20.2750865 C36.5902231,20.3206727 36.5341172,20.3540691 36.4724369,20.3721755 C35.5724223,20.6945108 34.5306578,20.2925625 33.632585,20.6100434 C33.448116,20.675093 33.2733558,20.7692693 33.0879159,20.8314062 C32.8668382,20.8978733 32.6387504,20.9382775 32.4082933,20.9517965 C32.0908124,20.9818941 31.7713897,21.0013119 31.4529379,21.0100499 C31.2109788,21.0271812 30.9678332,21.0058814 30.7325379,20.9469421 C30.494578,20.8860354 30.29373,20.7268395 30.1801017,20.5090709 C30.1312849,20.4125511 30.1215484,20.3009295 30.1529168,20.1974154 C30.1669968,20.1619216 30.1870252,20.1290882 30.2121411,20.1003264 C30.2645691,20.2100369 30.3024338,20.3556704 30.3354441,20.4080984 C30.4256618,20.5652773 30.5791886,20.6760005 30.7568101,20.7119868 C30.8882242,20.7200556 31.0199808,20.7032567 31.1451659,20.6624715 C31.9607132,20.4605264 32.8277175,20.4576138 33.6112254,20.1517835 C33.8801618,20.0459566 34.1364767,19.9051776 34.4190055,19.8410989 C34.7015344,19.7770202 35.0015392,19.7944962 35.2928061,19.770224 C35.7530078,19.7333301 36.1986461,19.5944929 36.6520515,19.5216762 C36.7105975,19.6716231 36.7315958,19.83361 36.7132175,19.9935285 L36.7132175,19.9935285 Z","id","Path",1,"fill-color-primary"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.3279723,20.332004 43.3179103,20.2563656 43.3356552,20.1847938 C43.3626747,20.1059564 43.4090817,20.0351774 43.4706088,19.9789652 C43.5770067,19.8683202 43.6912186,19.7654647 43.8123619,19.6711932 C43.9785829,19.5639234 44.1283649,19.4331094 44.2570293,19.2828374 C44.335968,19.1640934 44.3940832,19.0327597 44.4288768,18.8944816 C44.4976483,18.652227 44.5396476,18.4031617 44.5541216,18.1517511 C44.5535898,17.9846963 44.5708393,17.8180593 44.6055787,17.6546556 C44.6774245,17.3983408 44.8677189,17.1692108 44.8463593,16.904158 C44.8377185,16.866204 44.8411119,16.8265011 44.8560682,16.7905639 C44.8786704,16.7624825 44.9101823,16.7429588 44.94539,16.7352232 C45.0937604,16.6760869 45.2502282,16.6397523 45.4094752,16.6274545 C45.571226,16.6162976 45.7294484,16.6783037 45.8405502,16.7963893 C45.9065707,16.8760022 45.9502607,16.9905672 46.0473497,17.0216356 C46.0954598,17.0347655 46.1459295,17.0367577 46.1949249,17.027461 C46.4337637,17.0031887 46.686195,16.9730912 46.8745476,16.8187197 C47.0505482,16.6608586 47.152616,16.4366614 47.1561056,16.2002631 C47.1561056,16.1119121 47.1162991,16.0196776 47.2531945,16.0060852 C47.3561088,15.9924927 47.4376635,16.1031741 47.4900916,16.1711364 C47.679415,16.4245386 47.8735929,16.6895914 47.9444679,16.9983343 C47.9720312,16.9876362 48.0013112,16.9820434 48.030877,16.9818292 C48.1537854,16.9807475 48.2694521,17.0398499 48.3405908,17.1400842 C48.4179108,17.2653269 48.447872,17.4140998 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary"],["d","M48.4250582,17.5595084 C48.3823391,17.9012616 48.1658307,18.1954411 47.9279627,18.4449597 C47.6900948,18.6944783 47.4211584,18.9187538 47.2318349,19.2061371 C46.9988214,19.5624536 46.8939654,20.0042083 46.5910478,20.3051841 C46.4747693,20.4146353 46.3441148,20.5077266 46.202692,20.5818876 C46.0442646,20.6753601 45.8767312,20.752458 45.7026839,20.8119884 C45.2502494,20.956651 44.7628628,20.9236407 44.2900396,20.8886887 C44.1365309,20.8872131 43.9845596,20.8579372 43.8414886,20.8022795 C43.7763574,20.7691922 43.7140162,20.7308783 43.6550778,20.6877146 C43.5365551,20.6147292 43.4367964,20.5149704 43.363811,20.3964477 C43.4548211,20.3526902 43.5541213,20.3288581 43.6550778,20.3265437 C43.86479,20.3381943 44.0181905,20.5362558 44.2191647,20.5974219 C44.5055771,20.683831 44.7910186,20.481886 45.0813146,20.4129528 C45.270638,20.3682919 45.4696704,20.3799426 45.6570521,20.3158639 C45.8132081,20.2555144 45.9574928,20.168089 46.0832726,20.0576073 C46.2556706,19.9343474 46.4090818,19.786497 46.5386198,19.6187652 C46.646198,19.4510234 46.735696,19.2723528 46.8056144,19.0857468 C46.9589198,18.7281302 47.1393856,18.3827784 47.345429,18.0527203 C47.375905,18.0004629 47.4127576,17.9521958 47.4551395,17.9090287 C47.5007713,17.8672804 47.5522285,17.8381537 47.6036856,17.8012599 C47.7978635,17.6546556 47.8784474,17.4129041 47.9464096,17.1760071 C47.9648208,17.1040024 47.9905203,17.0340608 48.0231099,16.9672512 C48.1460183,16.9661841 48.2616849,17.0252865 48.3328237,17.1255208 C48.4163608,17.2537243 48.4492363,17.4084124 48.4250582,17.5595084 L48.4250582,17.5595084 Z","id","Path",1,"fill-color-primary"],["d","M55.6018738,6.16223599 L55.6018738,39.6579255 C55.6018738,41.2575895 54.3044034,42.5540891 52.7047393,42.5540891 L2.89810531,42.5540891 C1.29897753,42.553553 0.00291266866,41.2570534 0.00291266866,39.6579255 L0.00291266866,2.78451124 C1.43012031,3.31364604 1.43012031,3.31364604 2.89810531,3.26995601 L52.7047393,3.26995601 C54.3028886,3.26995377 55.5991959,4.56408894 55.6018738,6.16223599 Z","id","Path",1,"fill-color-20"],["d","M55.6018738,18.2604907 L55.6018738,28.9742569 L45.2133556,28.9742569 C42.2834879,28.9348088 39.9290706,26.5484779 39.9290706,23.6183447 C39.9290706,20.6882114 42.2834879,18.3018806 45.2133556,18.2624325 L55.6018738,18.2604907 Z","id","Path",1,"fill-color-16"],["d","M37.114137,56.485738 L37.114137,54.3663604 C37.5324015,54.3762985 37.9407279,54.3762985 38.3291472,54.3762985 L38.3291472,56.485738 L39.8628249,56.485738 L39.8628249,54.3364843 C42.4322258,54.1970423 44.1498818,53.5497076 44.378952,51.1296869 C44.5581774,49.1877136 43.6419275,48.3212469 42.1879398,47.9727034 C43.0643138,47.5245628 43.6220513,46.7278171 43.4925782,45.4032717 C43.3232292,43.5907407 41.8346742,42.9832201 39.8627941,42.8139637 L39.8627941,40.3042841 L38.3291164,40.3042841 L38.3291164,42.7442427 C37.9307281,42.7442427 37.5224017,42.7541808 37.1141061,42.7641498 L37.1141061,40.3042841 L35.5803975,40.3042841 L35.5803975,42.8139637 C35.0165182,42.8310005 34.3597701,42.8226673 32.5030732,42.8139637 L32.5030732,44.4472076 C33.7139786,44.4257882 34.3493073,44.3479809 34.4948913,45.1243875 L34.4948913,51.9961228 C34.4024546,52.6121309 33.9094382,52.5234287 32.8118025,52.5040154 L32.5030732,54.3265154 L33.46474,54.3269705 C35.3673259,54.328922 35.5804284,54.3364843 35.5804284,54.3364843 L35.5804284,56.485738 L37.114137,56.485738 Z M37.144013,47.6141601 L37.144013,44.5567428 C38.0104489,44.5567428 40.7192919,44.2878893 40.7192919,46.0904514 C40.7192919,47.8133542 38.0104798,47.6141601 37.144013,47.6141601 Z M37.144013,52.5139844 L37.144013,49.1478686 C38.1797362,49.1478686 41.3514108,48.8590464 41.3514108,50.8309574 C41.3514108,52.7330856 38.1797362,52.5139844 37.144013,52.5139844 Z","id","b","transform","translate(38.452166, 48.395011) rotate(14.000000) translate(-38.452166, -48.395011) ",1,"fill-color-9"],["d","M93.2292414,91.9116485 L93.2292414,89.7922708 C93.647506,89.8022089 94.0558324,89.8022089 94.4442517,89.8022089 L94.4442517,91.9116485 L95.9779294,91.9116485 L95.9779294,89.7623948 C98.5473303,89.6229527 100.264986,88.975618 100.494057,86.5555973 C100.673282,84.6136241 99.757032,83.7471573 98.3030443,83.3986138 C99.1794183,82.9504733 99.7371558,82.1537275 99.6076827,80.8291821 C99.4383337,79.0166511 97.9497787,78.4091306 95.9778985,78.2398742 L95.9778985,75.7301945 L94.4442208,75.7301945 L94.4442208,78.1701531 C94.0458325,78.1701531 93.6375061,78.1800912 93.2292106,78.1900602 L93.2292106,75.7301945 L91.695502,75.7301945 L91.695502,78.2398742 C91.1316227,78.2569109 90.4748746,78.2485777 88.6181777,78.2398742 L88.6181777,79.8731181 C89.8290831,79.8516987 90.4644118,79.7738914 90.6099957,80.5502979 L90.6099957,87.4220333 C90.517559,88.0380413 90.0245427,87.9493391 88.926907,87.9299259 L88.6181777,89.7524258 L89.5798445,89.7528809 C91.4824304,89.7548325 91.6955329,89.7623948 91.6955329,89.7623948 L91.6955329,91.9116485 L93.2292414,91.9116485 Z M93.2591175,83.0400705 L93.2591175,79.9826533 C94.1255534,79.9826533 96.8343964,79.7137998 96.8343964,81.5163618 C96.8343964,83.2392647 94.1255843,83.0400705 93.2591175,83.0400705 Z M93.2591175,87.9398948 L93.2591175,84.5737791 C94.2948407,84.5737791 97.4665153,84.2849568 97.4665153,86.2568678 C97.4665153,88.1589961 94.2948407,87.9398948 93.2591175,87.9398948 Z","id","b","fill-rule","nonzero","transform","translate(94.567271, 83.820921) rotate(14.000000) translate(-94.567271, -83.820921) ",1,"fill-color-9"],["d","M305.611064,96.181454 L305.611064,94.0620763 C306.029328,94.0720144 306.437655,94.0720144 306.826074,94.0720144 L306.826074,96.181454 L308.359752,96.181454 L308.359752,94.0322003 C310.929153,93.8927582 312.646809,93.2454235 312.875879,90.8254028 C313.055104,88.8834296 312.138854,88.0169628 310.684867,87.6684193 C311.561241,87.2202788 312.118978,86.423533 311.989505,85.0989876 C311.820156,83.2864566 310.331601,82.678936 308.359721,82.5096797 L308.359721,80 L306.826043,80 L306.826043,82.4399586 C306.427655,82.4399586 306.019328,82.4498967 305.611033,82.4598657 L305.611033,80 L304.077324,80 L304.077324,82.5096797 C303.513445,82.5267164 302.856697,82.5183832 301,82.5096797 L301,84.1429236 C302.210905,84.1215042 302.846234,84.0436969 302.991818,84.8201034 L302.991818,91.6918387 C302.899381,92.3078468 302.406365,92.2191446 301.308729,92.1997314 L301,94.0222313 L301.961667,94.0226864 C303.864253,94.024638 304.077355,94.0322003 304.077355,94.0322003 L304.077355,96.181454 L305.611064,96.181454 Z M305.64094,87.309876 L305.64094,84.2524587 C306.507376,84.2524587 309.216219,83.9836053 309.216219,85.7861673 C309.216219,87.5090702 306.507407,87.309876 305.64094,87.309876 Z M305.64094,92.2097003 L305.64094,88.8435846 C306.676663,88.8435846 309.848338,88.5547623 309.848338,90.5266733 C309.848338,92.4288016 306.676663,92.2097003 305.64094,92.2097003 Z","id","b","fill-rule","nonzero","transform","translate(306.949093, 88.090727) rotate(14.000000) translate(-306.949093, -88.090727) ",1,"fill-color-26"],["fxFlex","30","viewBox","0 0 278 118","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopIn_Step04","transform","translate(-1799.000000, -756.000000)"],["id","LoopIn_Step04","transform","translate(1799.000000, 756.000000)"],["id","Loop","fill-rule","nonzero"],["id","Group-16","transform","translate(24.000000, 0.000000)"],["d","M55.0827415,28.5000036 C59.4468211,28.5000036 62.9999285,25.1343958 62.9999285,21.0000215 C62.9999285,16.8656472 59.4468211,13.5000393 55.0827415,13.5000393 C51.9843297,13.5000393 49.5608889,15.4359631 47.9999642,17.1843872 C46.4390396,15.4359631 44.0155987,13.5000393 40.9171869,13.5000393 C36.5531074,13.5000393 33,16.8656472 33,21.0000215 C33,25.1343958 36.5531074,28.5000036 40.9171869,28.5000036 C44.0155987,28.5000036 46.4390396,26.5640798 47.9999642,24.8156557 C49.5608889,26.5640798 51.9843297,28.5000036 55.0827415,28.5000036 Z M40.9171869,24.0000143 C39.0328073,24.0000143 37.4999893,22.6546959 37.4999893,21.0000286 C37.4999893,19.3453471 39.0328073,18.0000286 40.9171869,18.0000286 C42.707771,18.0000286 44.3577763,19.6921938 45.3234264,21.0000286 C44.3671604,22.2937501 42.7031019,24.0000143 40.9171869,24.0000143 Z M55.0827415,24.0000143 C53.2921574,24.0000143 51.6421522,22.3078492 50.676502,21.0000286 C51.6327681,19.7062929 53.2968266,18.0000286 55.0827415,18.0000286 C56.9671212,18.0000286 58.4999392,19.3453471 58.4999392,21.0000286 C58.4999392,22.6546959 56.9671212,24.0000143 55.0827415,24.0000143 Z","id","i",1,"fill-color-primary"],["id","Oval","cx","48.644129","cy","75.1589677","rx","48.644129","ry","6.61766437",1,"fill-color-2"],["id","Group-44","transform","translate(27.000000, 69.000000)","fill-rule","nonzero"],["id","Path","transform","translate(118.400000, 7.089946) scale(-1, 1) translate(-118.400000, -7.089946) ","points","234.731878 6.60770626 8.52651283e-14 6.60770626 8.52651283e-14 7.57218541 236.8 7.57218541",1,"fill-color-19"],["d","M120.192,8.96 L105.856,8.96 L105.856,1.86517468e-14 L120.192,1.86517468e-14 L120.192,8.96 Z M106.479304,8.57043501 L119.568696,8.57043501 L119.568696,0.389564988 L106.479304,0.389564988 L106.479304,8.57043501 Z","id","Shape","transform","translate(113.024000, 4.480000) scale(-1, 1) translate(-113.024000, -4.480000) ",1,"fill-color-19"],["id","Group-43","transform","translate(179.000000, 40.000000)"],["d","M225.805162,92.2474279 C226.071703,92.2474279 226.325569,92.1077892 226.465207,91.8666288 L232.050261,82.2197185 C232.345374,81.7151473 231.980441,81.0773212 231.393376,81.0773212 L227.731346,81.0773212 L229.083201,76.9583506 C229.210134,76.4759989 228.845202,76 228.346983,76 L223.777394,76 C223.396595,76 223.07291,76.2824384 223.022149,76.6600456 L222.006685,84.2760274 C221.946379,84.7329987 222.301798,85.1391782 222.76193,85.1391782 L226.528674,85.1391782 L225.065752,91.3112968 C224.951525,91.7936485 225.319618,92.2474279 225.805162,92.2474279 Z","id","b","fill-rule","nonzero","transform","translate(227.077378, 84.123714) rotate(14.000000) translate(-227.077378, -84.123714) ",1,"fill-color-12"],["fxFlex","30","viewBox","0 0 205 121","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["id","LoopIn_Step05","transform","translate(-2386.000000, -764.000000)","fill-rule","nonzero"],["id","LoopIn_Step05","transform","translate(2386.000000, 764.000000)"],["id","Illustration_Step02"],["id","Group-31"],["id","Rectangle","x","0","y","0","width","90.1490688","height","100.616012",1,"fill-color-10"],["id","Rectangle","x","1.48932403","y","67.1775068","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","82.4918815","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","34.712875","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","42.1244006","width","51.2","height","16.0118784",1,"fill-color-primary-lighter"],["id","Oval","cx","76.317438","cy","50.0294431","r","8.15070413",1,"fill-color-primary-darker"],["id","Rectangle","x","1.48932403","y","2.2482432","width","87.1682273","height","31.2472904",1,"fill-color-1"],["id","Rectangle","x","8.64422093","y","74.5890324","width","24","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","42.1244006","width","36.8","height","16.0118784",1,"fill-color-primary"],["id","Rectangle","x","8.64422093","y","9.66196224","width","51.2","height","16.0118784",1,"fill-color-primary"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","50.2465905","r","8.78679245"],["id","Oval","fill","url(#linearGradient-1)","cx","76.317438","cy","82.7090289","r","8.78679245"],["id","Group","transform","translate(60.115627, 35.744427)"],["d","M133.318807,1.04548939 L82.5936439,1.04548939 L82.5936439,0 L59.5928852,0 L59.5928852,1.04548939 L8.65861943,1.04548939 C7.74861523,1.04548887 6.87588228,1.4069864 6.23241214,2.05045654 C5.58894199,2.69392669 5.22744498,3.56665964 5.22744498,4.47666384 L5.22744498,73.9350108 C5.22744498,74.8450173 5.5889387,75.7177532 6.23240879,76.3612266 C6.87587888,77.0047 7.74861298,77.3662028 8.65861943,77.3662028 L133.318807,77.3662028 C135.213795,77.3662028 136.749981,75.8300048 136.749981,73.9350167 L136.749981,4.47666384 C136.749981,3.56665964 136.388484,2.69392669 135.745014,2.05045654 C135.101544,1.4069864 134.228811,1.04548887 133.318807,1.04548939 Z","id","Path",1,"fill-color-20"],["id","Rectangle","x","9.82759671","y","7.10932665","width","122.322231","height","69.0022838",1,"fill-color-25"],["id","Path","opacity","0.257273065","points","97.1677755 76.1116475 9.82763376 76.1116475 9.82763376 7.10937149",1,"fill-color-24"],["id","Oval","cx","28.9673627","cy","59.1901502","r","11.7579927",1,"fill-color-25"],["d","M31.5848237,68.0274261 C25.669241,68.0274261 20.3361447,64.4639649 18.0723494,58.9986791 C15.808554,53.5333932 17.0598755,47.2425772 21.2428244,43.0596288 C25.4257733,38.8766804 31.7165895,37.6253598 37.1818751,39.8891559 C42.6471607,42.1529519 46.2106203,47.4860487 46.2106203,53.4016314 C46.2014756,61.4754447 39.6586369,68.0182825 31.5848237,68.0274261 L31.5848237,68.0274261 Z M31.5848237,38.967022 C23.612809,38.967022 17.1502143,45.4296168 17.1502143,53.4016314 C17.1502143,61.3736461 23.612809,67.8362409 31.5848237,67.8362409 C39.5568383,67.8362409 46.0194331,61.3736461 46.0194331,53.4016314 C46.010427,45.4333502 39.5531049,38.9760281 31.5848237,38.967022 L31.5848237,38.967022 Z","id","Shape",1,"fill-color-primary"],["id","Rectangle","x","99.4252759","y","44.3228077","width","11.4262324","height","2.38757043",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","25.733862","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","28.9741379","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","32.2144137","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","35.4546875","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","85.6114731","y","38.6949634","width","39.05384","height","1.0232453",1,"fill-color-13"],["id","Rectangle","x","119.89017","y","8.50924347","width","4.7751428","height","4.7751428",1,"fill-color-6"],["d","M126.882344,15.5014148 L121.083948,15.5014148 L121.083948,9.70301894 L126.882344,9.70301894 L126.882344,15.5014148 Z M121.336061,15.2493191 L126.63024,15.2493191 L126.63024,9.95513218 L121.336061,9.95513218 L121.336061,15.2493191 Z","id","Shape",1,"fill-color-19"],["d","M140.184525,74.8570201 L128.246669,74.8570201 L128.246669,73.9969059 C128.246671,73.9516751 128.228704,73.9082962 128.196721,73.876313 C128.164738,73.8443298 128.12136,73.826364 128.076129,73.826364 L123.98315,73.826364 C123.937919,73.826364 123.89454,73.8443305 123.862558,73.8763135 C123.830575,73.9082966 123.812608,73.9516752 123.81261,73.9969059 L123.81261,74.8570201 L121.254497,74.8570201 L121.254497,73.9969059 C121.254499,73.9516752 121.236532,73.9082966 121.204549,73.8763135 C121.172566,73.8443305 121.129188,73.826364 121.083957,73.826364 L116.990978,73.826364 C116.945747,73.826364 116.902368,73.8443297 116.870385,73.8763129 C116.838402,73.908296 116.820435,73.9516749 116.820436,73.9969059 L116.820436,74.8570201 L114.262326,74.8570201 L114.262326,73.9969059 C114.262328,73.9516749 114.24436,73.908296 114.212377,73.8763129 C114.180394,73.8443297 114.137015,73.826364 114.091784,73.826364 L109.998805,73.826364 C109.953574,73.826364 109.910196,73.8443305 109.878213,73.8763135 C109.84623,73.9082966 109.828263,73.9516752 109.828265,73.9969059 L109.828265,74.8570201 L107.270153,74.8570201 L107.270153,73.9969059 C107.270154,73.9516752 107.252187,73.9082966 107.220204,73.8763135 C107.188222,73.8443305 107.144843,73.826364 107.099613,73.826364 L103.00663,73.826364 C102.961399,73.826364 102.91802,73.8443298 102.886037,73.876313 C102.854054,73.9082962 102.836088,73.9516751 102.83609,73.9969059 L102.83609,74.8570201 L100.277981,74.8570201 L100.277981,73.9969059 C100.277983,73.9516749 100.260016,73.908296 100.228032,73.8763129 C100.196049,73.8443297 100.15267,73.826364 100.107439,73.826364 L96.0144621,73.826364 C95.9692311,73.826364 95.9258522,73.8443297 95.8938691,73.8763129 C95.861886,73.908296 95.8439187,73.9516749 95.8439202,73.9969059 L95.8439202,74.8570201 L93.285808,74.8570201 L93.285808,73.9969059 C93.2858095,73.9516752 93.2678425,73.9082966 93.2358598,73.8763135 C93.2038771,73.8443305 93.1604987,73.826364 93.1152681,73.826364 L89.0222888,73.826364 C88.9770581,73.826364 88.9336797,73.8443305 88.901697,73.8763135 C88.8697143,73.9082966 88.8517473,73.9516752 88.8517489,73.9969059 L88.8517489,74.8570201 L86.2936405,74.8570201 L86.2936405,73.9969059 C86.293642,73.9516752 86.2756751,73.9082966 86.2436923,73.8763135 C86.2117096,73.8443305 86.1683312,73.826364 86.1231006,73.826364 L54.061428,73.826364 C54.0161974,73.826364 53.972819,73.8443305 53.9408363,73.8763135 C53.9088536,73.9082966 53.8908866,73.9516752 53.8908881,73.9969059 L53.8908881,74.8570201 L51.3327759,74.8570201 L51.3327759,73.9969059 C51.3327774,73.9516749 51.3148102,73.908296 51.282827,73.8763129 C51.2508439,73.8443297 51.207465,73.826364 51.162234,73.826364 L47.0692664,73.826364 C47.0240354,73.826364 46.9806565,73.8443297 46.9486734,73.8763129 C46.9166903,73.908296 46.898723,73.9516749 46.8987246,73.9969059 L46.8987246,74.8570201 L44.3406025,74.8570201 L44.3406025,73.9969059 C44.3406046,73.9516751 44.3226378,73.9082962 44.290655,73.876313 C44.2586721,73.8443298 44.2152934,73.826364 44.1700626,73.826364 L40.0770834,73.826364 C40.0318527,73.826364 39.9884743,73.8443305 39.9564916,73.8763135 C39.9245089,73.9082966 39.9065419,73.9516752 39.9065435,73.9969059 L39.9065435,74.8570201 L37.3484312,74.8570201 L37.3484312,73.9969059 C37.3484327,73.9516752 37.3304657,73.9082966 37.298483,73.8763135 C37.2665003,73.8443305 37.2231219,73.826364 37.1778913,73.826364 L33.084912,73.826364 C33.039681,73.826364 32.9963021,73.8443297 32.964319,73.8763129 C32.9323358,73.908296 32.9143686,73.9516749 32.9143701,73.9969059 L32.9143701,74.8570201 L30.3562598,74.8570201 L30.3562598,73.9969059 C30.3562614,73.9516749 30.3382941,73.908296 30.306311,73.8763129 C30.2743278,73.8443297 30.2309489,73.826364 30.1857179,73.826364 L26.0927387,73.826364 C26.047508,73.826364 26.0041296,73.8443305 25.9721469,73.8763135 C25.9401642,73.9082966 25.9221972,73.9516752 25.9221988,73.9969059 L25.9221988,74.8570201 L23.3640826,74.8570201 L23.3640826,73.9969059 C23.3640841,73.9516752 23.3461171,73.9082966 23.3141344,73.8763135 C23.2821517,73.8443305 23.2387733,73.826364 23.1935427,73.826364 L19.1005673,73.826364 C19.0553365,73.826364 19.0119578,73.8443298 18.979975,73.876313 C18.9479921,73.9082962 18.9300253,73.9516751 18.9300274,73.9969059 L18.9300274,74.8570201 L16.3719151,74.8570201 L16.3719151,73.9969059 C16.3719167,73.9516749 16.3539494,73.908296 16.3219663,73.8763129 C16.2899831,73.8443297 16.2466042,73.826364 16.2013733,73.826364 L12.1083959,73.826364 C12.0631649,73.826364 12.0197861,73.8443297 11.9878029,73.8763129 C11.9558198,73.908296 11.9378525,73.9516749 11.9378541,73.9969059 L11.9378541,74.8570201 L4.09297732,74.8570201 C1.83248849,74.8570223 0,76.6895106 0,78.9499994 L0,80.8007483 C0,83.061233 1.83249262,84.8937159 4.09297732,84.8937159 L140.184525,84.8937159 C142.44501,84.8937159 144.277504,83.0612333 144.277504,80.8007483 L144.277504,78.9499994 C144.277504,76.6895102 142.445014,74.8570223 140.184525,74.8570201 Z","id","Path",1,"fill-color-20"],["d","M88.0406297,103.870828 C88.3071704,103.870828 88.5610365,103.731189 88.7006752,103.490029 L94.2857286,93.8431185 C94.5808417,93.3385473 94.2159092,92.7007212 93.6288439,92.7007212 L89.9668136,92.7007212 L91.318669,88.5817505 C91.445602,88.0993988 91.0806695,87.6234 90.5824512,87.6234 L86.0128621,87.6234 C85.632063,87.6234 85.3083776,87.9058383 85.2576168,88.2834455 L84.2421525,95.8994274 C84.1818469,96.3563987 84.5372656,96.7625782 84.9973979,96.7625782 L88.7641417,96.7625782 L87.30122,102.934697 C87.1869926,103.417048 87.555086,103.870828 88.0406297,103.870828 Z","id","b","transform","translate(89.312846, 95.747114) rotate(14.000000) translate(-89.312846, -95.747114) ",1,"fill-color-21"],["id","Oval","cx","74.1507041","cy","17.5648113","r","8.15070413",1,"fill-color-primary"]],template:function(pe,je){if(1&pe&&(h.YNc(0,De,1,0,"ng-container",0),h.YNc(1,Te,32,5,"ng-template",null,1,h.W1O),h.YNc(3,xe,66,5,"ng-template",null,2,h.W1O),h.YNc(5,W,93,5,"ng-template",null,3,h.W1O),h.YNc(7,ee,54,5,"ng-template",null,4,h.W1O),h.YNc(9,ue,51,5,"ng-template",null,5,h.W1O)),2&pe){const _t=h.MAs(2),re=h.MAs(4),Qe=h.MAs(6),Mt=h.MAs(8),zt=h.MAs(10);h.Q6J("ngTemplateOutlet",1===je.stepNumber?_t:2===je.stepNumber?re:3===je.stepNumber?Qe:4===je.stepNumber?Mt:zt)}},directives:[D.tP,U.xw,U.yH,U.Wh,D.mk,de.oO,Z.n5,Z.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[Ne.l]}}),ze})();const Le=["stepper"];function ut(ze,Tt){if(1&ze&&(h.TgZ(0,"div",48)(1,"p",49)(2,"strong"),h._uU(3,"Channel Peer:\xa0"),h.qZA(),h._uU(4),h.ALo(5,"titlecase"),h.qZA(),h.TgZ(6,"p",50)(7,"strong"),h._uU(8,"Channel ID:\xa0"),h.qZA(),h._uU(9),h.qZA(),h._UZ(10,"p",50),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(4),h.Oqu(h.lcZ(5,2,pe.channel.remote_alias)),h.xp6(5),h.Oqu(pe.channel.chan_id)}}function ht(ze,Tt){if(1&ze&&h._uU(0),2&ze){const pe=h.oxw(2);h.Oqu(pe.inputFormLabel)}}function It(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Amount is required."),h.qZA())}function ui(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-error"),h._uU(1),h.ALo(2,"number"),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.hij("Amount must be greater than or equal to ",h.lcZ(2,1,pe.minQuote.amount),".")}}function Wt(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-error"),h._uU(1),h.ALo(2,"number"),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.hij("Amount must be less than or equal to ",h.lcZ(2,1,pe.maxQuote.amount),".")}}function Gt(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Confirmation target is required."),h.qZA())}function hi(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Confirmation target must be a positive number."),h.qZA())}function xt(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Percentage is required."),h.qZA())}function Nt(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Percentage must be a positive number."),h.qZA())}function Ct(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-form-field",50),h._UZ(1,"input",51),h.YNc(2,xt,2,0,"mat-error",25),h.YNc(3,Nt,2,0,"mat-error",25),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.Q6J("step",1),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.routingFeePercent.errors?null:pe.inputFormGroup.controls.routingFeePercent.errors.required),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.routingFeePercent.errors?null:pe.inputFormGroup.controls.routingFeePercent.errors.min)}}function et(ze,Tt){1&ze&&(h.TgZ(0,"div",52)(1,"mat-slide-toggle",53),h._uU(2,"Fast"),h.qZA(),h.TgZ(3,"mat-icon",54),h._uU(4,"info_outline"),h.qZA()())}function yt(ze,Tt){if(1&ze&&h._uU(0),2&ze){const pe=h.oxw(2);h.Oqu(pe.quoteFormLabel)}}function ei(ze,Tt){1&ze&&(h.TgZ(0,"p",55)(1,"mat-icon",56),h._uU(2,"close"),h.qZA(),h._uU(3,"Local balance amount is insufficient for swap."),h.qZA())}function jt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",57),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onValidateAmount()}),h._uU(1,"Next"),h.qZA()}}function Pe(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",58),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onLoop()}),h._uU(1),h.qZA()}if(2&ze){const pe=h.oxw(2);h.xp6(1),h.hij("Initiate ",pe.loopDirectionCaption,"")}}function Oe(ze,Tt){if(1&ze&&h._uU(0),2&ze){const pe=h.oxw(3);h.Oqu(pe.addressFormLabel)}}function ce(ze,Tt){1&ze&&(h.TgZ(0,"mat-error"),h._uU(1,"Address is required."),h.qZA())}function be(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"mat-step",16)(1,"form",17),h.YNc(2,Oe,1,1,"ng-template",18),h.TgZ(3,"div",59)(4,"mat-radio-group",60),h.NdJ("change",function(_t){return h.CHM(pe),h.oxw(2).onAddressTypeChange(_t)}),h.TgZ(5,"mat-radio-button",61),h._uU(6,"Node Local Address"),h.qZA(),h.TgZ(7,"mat-radio-button",62),h._uU(8,"External Address"),h.qZA()(),h.TgZ(9,"mat-form-field",63),h._UZ(10,"input",64),h.YNc(11,ce,2,0,"mat-error",25),h.qZA()(),h.TgZ(12,"div",29)(13,"button",65),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onLoop()}),h._uU(14),h.qZA()()()()}if(2&ze){const pe=h.oxw(2);h.Q6J("stepControl",pe.addressFormGroup)("editable",pe.flgEditable),h.xp6(1),h.Q6J("formGroup",pe.addressFormGroup),h.xp6(9),h.Q6J("required","external"===pe.addressFormGroup.controls.addressType.value),h.xp6(1),h.Q6J("ngIf",null==pe.addressFormGroup.controls.address.errors?null:pe.addressFormGroup.controls.address.errors.required),h.xp6(3),h.hij("Initiate ",pe.loopDirectionCaption,"")}}function pt(ze,Tt){if(1&ze&&h._uU(0),2&ze){const pe=h.oxw(2);h.hij("",pe.loopDirectionCaption," Status")}}function mt(ze,Tt){if(1&ze&&(h.TgZ(0,"mat-icon",66),h._uU(1),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.Oqu(pe.loopStatus&&null!=pe.loopStatus&&pe.loopStatus.id_bytes?"check":"close")}}function Ht(ze,Tt){1&ze&&h._UZ(0,"div")}function it(ze,Tt){1&ze&&h._UZ(0,"mat-progress-bar",67)}function Re(ze,Tt){if(1&ze&&(h.TgZ(0,"h4",68),h._uU(1),h.qZA()),2&ze){const pe=h.oxw(2);h.xp6(1),h.Oqu(pe.loopStatus&&pe.loopStatus.error?pe.loopDirectionCaption+" failed.":pe.loopStatus&&pe.loopStatus.id_bytes&&pe.channel?pe.loopDirectionCaption+" request placed successfully. You can check the status of the request on the 'Loop' menu.":pe.loopDirectionCaption+" request placed successfully.")}}function tt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",69),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).goToLoop()}),h._uU(1,"Check Status"),h.qZA()}}function Je(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",70),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onRestart()}),h._uU(1,"Start Again"),h.qZA()}}function Se(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",3)(1,"div",4)(2,"mat-card-header",5)(3,"div",6)(4,"span",7),h._uU(5),h.qZA()(),h.TgZ(6,"div",8)(7,"button",9),h.NdJ("click",function(){return h.CHM(pe),h.oxw().showInfo()}),h._uU(8,"?"),h.qZA(),h.TgZ(9,"button",10),h.NdJ("click",function(){return h.CHM(pe),h.oxw().onClose()}),h._uU(10,"X"),h.qZA()()(),h.TgZ(11,"mat-card-content",11)(12,"div",12),h.YNc(13,ut,11,4,"div",13),h.TgZ(14,"mat-vertical-stepper",14,15),h.NdJ("selectionChange",function(_t){return h.CHM(pe),h.oxw().stepSelectionChanged(_t)}),h.TgZ(16,"mat-step",16)(17,"form",17),h.YNc(18,ht,1,1,"ng-template",18),h.TgZ(19,"div",19),h._UZ(20,"rtl-loop-quote",20)(21,"rtl-loop-quote",20),h.qZA(),h.TgZ(22,"div",21)(23,"mat-form-field",22),h._UZ(24,"input",23),h.TgZ(25,"mat-hint"),h._uU(26),h.ALo(27,"number"),h.ALo(28,"number"),h.qZA(),h.TgZ(29,"span",24),h._uU(30,"Sats"),h.qZA(),h.YNc(31,It,2,0,"mat-error",25),h.YNc(32,ui,3,3,"mat-error",25),h.YNc(33,Wt,3,3,"mat-error",25),h.qZA(),h.TgZ(34,"mat-form-field",22),h._UZ(35,"input",26),h.YNc(36,Gt,2,0,"mat-error",25),h.YNc(37,hi,2,0,"mat-error",25),h.qZA(),h.YNc(38,Ct,4,3,"mat-form-field",27),h.qZA(),h.YNc(39,et,5,0,"div",28),h.TgZ(40,"div",29)(41,"button",30),h.NdJ("click",function(){return h.CHM(pe),h.oxw().onEstimateQuote()}),h._uU(42,"Estimate Quote"),h.qZA()()()(),h.TgZ(43,"mat-step",16)(44,"form",17),h.YNc(45,yt,1,1,"ng-template",18),h._UZ(46,"rtl-loop-quote",31),h.YNc(47,ei,4,0,"p",32),h.TgZ(48,"div",29),h.YNc(49,jt,2,0,"button",33),h.YNc(50,Pe,2,1,"button",34),h.qZA()()(),h.YNc(51,be,15,6,"mat-step",35),h.TgZ(52,"mat-step",36)(53,"form",17),h.YNc(54,pt,1,1,"ng-template",18),h.TgZ(55,"div",37)(56,"mat-expansion-panel",38)(57,"mat-expansion-panel-header")(58,"mat-panel-title")(59,"span",39),h._uU(60),h.YNc(61,mt,2,1,"mat-icon",40),h.qZA()()(),h.YNc(62,Ht,1,0,"div",41),h.qZA(),h.YNc(63,it,1,0,"mat-progress-bar",42),h.qZA(),h.YNc(64,Re,2,1,"h4",43),h.TgZ(65,"div",29),h.YNc(66,tt,2,0,"button",44),h.YNc(67,Je,2,0,"button",45),h.qZA()()()(),h.TgZ(68,"div",46)(69,"button",47),h._uU(70,"Close"),h.qZA()()()()()()}if(2&ze){const pe=h.oxw(),je=h.MAs(2);h.Q6J("@opacityAnimation",void 0),h.xp6(3),h.Q6J("fxFlex",pe.screenSize===pe.screenSizeEnum.XS||pe.screenSize===pe.screenSizeEnum.SM?"83":"91"),h.xp6(2),h.Oqu(pe.channel?"Channel "+pe.loopDirectionCaption:pe.loopDirectionCaption),h.xp6(1),h.Q6J("fxFlex",pe.screenSize===pe.screenSizeEnum.XS||pe.screenSize===pe.screenSizeEnum.SM?"17":"9"),h.xp6(7),h.Q6J("ngIf",pe.channel),h.xp6(1),h.Q6J("linear",!0),h.xp6(2),h.Q6J("stepControl",pe.inputFormGroup)("editable",pe.flgEditable),h.xp6(1),h.Q6J("formGroup",pe.inputFormGroup),h.xp6(3),h.Q6J("quote",pe.minQuote)("termCaption","min")("panelExpanded",!1)("showPanel",!0),h.xp6(1),h.Q6J("quote",pe.maxQuote)("termCaption","max")("panelExpanded",!1)("showPanel",!0),h.xp6(2),h.Q6J("fxFlex",pe.direction===pe.LoopTypeEnum.LOOP_OUT?"35":"48"),h.xp6(1),h.Q6J("step",1e3),h.xp6(2),h.AsE("Range: ",h.lcZ(27,51,pe.minQuote.amount),"-",h.lcZ(28,53,pe.maxQuote.amount),""),h.xp6(5),h.Q6J("ngIf",null==pe.inputFormGroup.controls.amount.errors?null:pe.inputFormGroup.controls.amount.errors.required),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.amount.errors?null:pe.inputFormGroup.controls.amount.errors.min),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.amount.errors?null:pe.inputFormGroup.controls.amount.errors.max),h.xp6(1),h.Q6J("fxFlex",pe.direction===pe.LoopTypeEnum.LOOP_OUT?"30":"48"),h.xp6(1),h.Q6J("step",1),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.sweepConfTarget.errors?null:pe.inputFormGroup.controls.sweepConfTarget.errors.required),h.xp6(1),h.Q6J("ngIf",null==pe.inputFormGroup.controls.sweepConfTarget.errors?null:pe.inputFormGroup.controls.sweepConfTarget.errors.min),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(4),h.Q6J("stepControl",pe.quoteFormGroup)("editable",pe.flgEditable),h.xp6(1),h.Q6J("formGroup",pe.quoteFormGroup),h.xp6(2),h.Q6J("quote",pe.quote)("showPanel",!1),h.xp6(1),h.Q6J("ngIf",pe.inputFormGroup.controls.amount.value>pe.localBalanceToCompare),h.xp6(2),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_IN),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(1),h.Q6J("stepControl",pe.statusFormGroup),h.xp6(1),h.Q6J("formGroup",pe.statusFormGroup),h.xp6(3),h.Q6J("expanded",!!pe.loopStatus),h.xp6(4),h.Oqu(pe.loopStatus?pe.loopStatus.id_bytes?pe.loopDirectionCaption+" request details":pe.loopDirectionCaption+" error details":"Waiting for "+pe.loopDirectionCaption+" request..."),h.xp6(1),h.Q6J("ngIf",pe.loopStatus),h.xp6(1),h.Q6J("ngIf",!pe.loopStatus)("ngIfElse",je),h.xp6(1),h.Q6J("ngIf",!pe.loopStatus),h.xp6(1),h.Q6J("ngIf",pe.loopStatus),h.xp6(2),h.Q6J("ngIf",pe.loopStatus&&pe.loopStatus.id_bytes&&pe.channel),h.xp6(1),h.Q6J("ngIf",pe.loopStatus&&(pe.loopStatus.error||!pe.loopStatus.id_bytes)),h.xp6(2),h.Q6J("mat-dialog-close",!1)}}function Ge(ze,Tt){if(1&ze&&h._UZ(0,"rtl-loop-status",71),2&ze){const pe=h.oxw();h.Q6J("loopStatus",pe.loopStatus)}}function at(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"rtl-loop-out-info-graphics",88),h.NdJ("stepNumberChange",function(_t){return h.CHM(pe),h.oxw(2).stepNumber=_t}),h.qZA()}if(2&ze){const pe=h.oxw(2);h.Q6J("stepNumber",pe.stepNumber)("animationDirection",pe.animationDirection)}}function st(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"rtl-loop-in-info-graphics",88),h.NdJ("stepNumberChange",function(_t){return h.CHM(pe),h.oxw(2).stepNumber=_t}),h.qZA()}if(2&ze){const pe=h.oxw(2);h.Q6J("stepNumber",pe.stepNumber)("animationDirection",pe.animationDirection)}}const bt=function(ze,Tt){return{"dot-primary":ze,"dot-primary-lighter":Tt}};function gi(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"span",89),h.NdJ("click",function(){const re=h.CHM(pe).$implicit;return h.oxw(2).onStepChanged(re)}),h._UZ(1,"p",90),h.qZA()}if(2&ze){const pe=Tt.$implicit,je=h.oxw(2);h.xp6(1),h.Q6J("ngClass",h.WLB(1,bt,je.stepNumber===pe,je.stepNumber!==pe))}}function qt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",91),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onReadMore()}),h._uU(1,"Read More"),h.qZA()}}function Xt(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",92),h.NdJ("click",function(){return h.CHM(pe),h.oxw(2).onStepChanged(4)}),h._uU(1,"Back"),h.qZA()}}function Ji(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",93),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw(2);return _t.flgShowInfo=!1,_t.stepNumber=1}),h._uU(1,"Close"),h.qZA()}}function fi(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",94),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw(2);return _t.flgShowInfo=!1,_t.stepNumber=1}),h._uU(1,"Close"),h.qZA()}}function si(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",95),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw(2);return _t.onStepChanged(_t.stepNumber-1)}),h._uU(1,"Back"),h.qZA()}}function en(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"button",96),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw(2);return _t.onStepChanged(_t.stepNumber+1)}),h._uU(1,"Next"),h.qZA()}}const Bi=function(){return[1,2,3,4,5]};function zi(ze,Tt){if(1&ze){const pe=h.EpF();h.TgZ(0,"div",72)(1,"div",19)(2,"mat-card-header",73)(3,"div",74),h._UZ(4,"span",7),h.qZA(),h.TgZ(5,"div",75)(6,"button",76),h.NdJ("click",function(){h.CHM(pe);const _t=h.oxw();return _t.flgShowInfo=!1,_t.stepNumber=1}),h._uU(7,"X"),h.qZA()()(),h.TgZ(8,"mat-card-content",77),h.YNc(9,at,1,2,"rtl-loop-out-info-graphics",78),h.YNc(10,st,1,2,"rtl-loop-in-info-graphics",78),h.qZA(),h.TgZ(11,"div",79),h.YNc(12,gi,2,4,"span",80),h.qZA(),h.TgZ(13,"div",81),h.YNc(14,qt,2,0,"button",82),h.YNc(15,Xt,2,0,"button",83),h.YNc(16,Ji,2,0,"button",84),h.YNc(17,fi,2,0,"button",85),h.YNc(18,si,2,0,"button",86),h.YNc(19,en,2,0,"button",87),h.qZA()()()}if(2&ze){const pe=h.oxw();h.Q6J("@opacityAnimation",void 0),h.xp6(9),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_OUT),h.xp6(1),h.Q6J("ngIf",pe.direction===pe.LoopTypeEnum.LOOP_IN),h.xp6(2),h.Q6J("ngForOf",h.DdM(10,Bi)),h.xp6(2),h.Q6J("ngIf",5===pe.stepNumber),h.xp6(1),h.Q6J("ngIf",5===pe.stepNumber),h.xp6(1),h.Q6J("ngIf",5===pe.stepNumber),h.xp6(1),h.Q6J("ngIf",pe.stepNumber<5),h.xp6(1),h.Q6J("ngIf",pe.stepNumber>1&&pe.stepNumber<5),h.xp6(1),h.Q6J("ngIf",pe.stepNumber<5)}}let Ui=(()=>{class ze{constructor(pe,je,_t,re,Qe,Mt,zt,bi,Ei){this.dialogRef=pe,this.data=je,this.store=_t,this.loopService=re,this.formBuilder=Qe,this.decimalPipe=Mt,this.logger=zt,this.router=bi,this.commonService=Ei,this.faInfoCircle=a.sqG,this.LoopTypeEnum=d.$I,this.direction=d.$I.LOOP_OUT,this.loopDirectionCaption="Loop out",this.loopStatus=null,this.inputFormLabel="Amount to loop out",this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address",this.prepayRoutingFee=36,this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=d.cu,this.animationDirection="forward",this.flgEditable=!0,this.localBalanceToCompare=null,this.unSubs=[new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.channel=this.data.channel,this.minQuote=this.data.minQuote?this.data.minQuote:{},this.maxQuote=this.data.maxQuote?this.data.maxQuote:{},this.direction=this.data.direction||d.$I.LOOP_OUT,this.loopDirectionCaption=this.direction===d.$I.LOOP_IN?"Loop in":"Loop out",this.inputFormLabel="Amount to "+this.loopDirectionCaption,this.inputFormGroup=this.formBuilder.group({amount:[this.minQuote.amount,[t.kI.required,t.kI.min(this.minQuote.amount||0),t.kI.max(this.maxQuote.amount||0)]],sweepConfTarget:[6,[t.kI.required,t.kI.min(1)]],routingFeePercent:[2,[t.kI.required,t.kI.min(0)]],fast:[!1,[t.kI.required]]}),this.quoteFormGroup=this.formBuilder.group({}),this.addressFormGroup=this.formBuilder.group({addressType:["local",[t.kI.required]],address:[{value:"",disabled:!0}]}),this.statusFormGroup=this.formBuilder.group({}),this.onFormValueChanges(),this.store.select(N.ZW).pipe((0,f.R)(this.unSubs[6])).subscribe(pe=>{this.localBalanceToCompare=this.channel&&this.channel.local_balance?+this.channel.local_balance:pe.lightningBalance&&pe.lightningBalance.local?+pe.lightningBalance.local:null})}ngAfterViewInit(){this.inputFormGroup.setErrors({Invalid:!0}),this.direction===d.$I.LOOP_OUT&&this.addressFormGroup.setErrors({Invalid:!0})}onFormValueChanges(){this.inputFormGroup.valueChanges.pipe((0,f.R)(this.unSubs[4])).subscribe(pe=>{this.inputFormGroup.setErrors({Invalid:!0})}),this.direction===d.$I.LOOP_OUT&&this.addressFormGroup.valueChanges.pipe((0,f.R)(this.unSubs[5])).subscribe(pe=>{this.addressFormGroup.setErrors({Invalid:!0})})}onAddressTypeChange(pe){"external"===pe.value?(this.addressFormGroup.controls.address.setValidators([t.kI.required]),this.addressFormGroup.controls.address.markAsTouched(),this.addressFormGroup.controls.address.enable()):(this.addressFormGroup.controls.address.setValidators(null),this.addressFormGroup.controls.address.markAsPristine(),this.addressFormGroup.controls.address.disable(),this.addressFormGroup.controls.address.setValue("")),this.addressFormGroup.setErrors({Invalid:!0})}onValidateAmount(){this.localBalanceToCompare&&this.inputFormGroup.controls.amount.value<=this.localBalanceToCompare&&this.stepper.next()}onLoop(){var pe;if(!this.inputFormGroup.controls.amount.value||this.minQuote.amount&&this.inputFormGroup.controls.amount.valuethis.maxQuote.amount||!this.inputFormGroup.controls.sweepConfTarget.value||this.inputFormGroup.controls.sweepConfTarget.value<2||this.direction===d.$I.LOOP_OUT&&(!this.inputFormGroup.controls.routingFeePercent.value||this.inputFormGroup.controls.routingFeePercent.value<0)||this.direction===d.$I.LOOP_OUT&&"external"===this.addressFormGroup.controls.addressType.value&&(!this.addressFormGroup.controls.address.value||""===this.addressFormGroup.controls.address.value.trim()))return!0;if(this.flgEditable=!1,null===(pe=this.stepper.selected)||void 0===pe||pe.stepControl.setErrors(null),this.stepper.next(),this.direction===d.$I.LOOP_IN)this.loopService.loopIn(this.inputFormGroup.controls.amount.value,+(this.quote.swap_fee_sat||0),+(this.quote.htlc_publish_fee_sat||0),"",!0).pipe((0,f.R)(this.unSubs[0])).subscribe({next:je=>{this.loopStatus=je,this.loopService.listSwaps(),this.flgEditable=!0},error:je=>{this.loopStatus={error:je},this.flgEditable=!0,this.logger.error(je)}});else{const je=Math.ceil(this.inputFormGroup.controls.amount.value*(this.inputFormGroup.controls.routingFeePercent.value/100)),_t="external"===this.addressFormGroup.controls.addressType.value?this.addressFormGroup.controls.address.value:"",re=this.inputFormGroup.controls.fast.value?0:(new Date).getTime()+18e5;this.loopService.loopOut(this.inputFormGroup.controls.amount.value,this.channel&&this.channel.chan_id?this.channel.chan_id:"",this.inputFormGroup.controls.sweepConfTarget.value,je,+(this.quote.htlc_sweep_fee_sat||0),this.prepayRoutingFee,+(this.quote.prepay_amt_sat||0),+(this.quote.swap_fee_sat||0),re,_t).pipe((0,f.R)(this.unSubs[1])).subscribe({next:Qe=>{this.loopStatus=Qe,this.loopService.listSwaps(),this.flgEditable=!0},error:Qe=>{this.loopStatus={error:Qe},this.flgEditable=!0,this.logger.error(Qe)}})}}onEstimateQuote(){var pe;if(!this.inputFormGroup.controls.amount.value||this.minQuote.amount&&this.inputFormGroup.controls.amount.valuethis.maxQuote.amount||!this.inputFormGroup.controls.sweepConfTarget.value||this.inputFormGroup.controls.sweepConfTarget.value<2)return!0;const je=this.inputFormGroup.controls.fast.value?0:(new Date).getTime()+18e5;this.direction===d.$I.LOOP_IN?this.loopService.getLoopInQuote(this.inputFormGroup.controls.amount.value,this.inputFormGroup.controls.sweepConfTarget.value,je).pipe((0,f.R)(this.unSubs[2])).subscribe(_t=>{this.quote=_t,this.quote.off_chain_swap_routing_fee_percentage=this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:2}):this.loopService.getLoopOutQuote(this.inputFormGroup.controls.amount.value,this.inputFormGroup.controls.sweepConfTarget.value,je).pipe((0,f.R)(this.unSubs[3])).subscribe(_t=>{this.quote=_t,this.quote.off_chain_swap_routing_fee_percentage=this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:2}),null===(pe=this.stepper.selected)||void 0===pe||pe.stepControl.setErrors(null),this.stepper.next()}stepSelectionChanged(pe){switch(pe.selectedIndex){case 0:default:this.inputFormLabel="Amount to "+this.loopDirectionCaption,this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.amount.value||this.inputFormGroup.controls.sweepConfTarget.value?this.direction===d.$I.LOOP_IN?this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6):this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6)+" | Percentage: "+(this.inputFormGroup.controls.routingFeePercent.value?this.inputFormGroup.controls.routingFeePercent.value:"2")+" | Fast: "+(this.inputFormGroup.controls.fast.value?"Enabled":"Disabled"):"Amount to "+this.loopDirectionCaption,this.quoteFormLabel="Confirm Quote",this.addressFormLabel="Withdrawal Address";break;case 2:this.inputFormLabel=this.inputFormGroup.controls.amount.value||this.inputFormGroup.controls.sweepConfTarget.value?this.direction===d.$I.LOOP_IN?this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6):this.loopDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats | Target Confirmation: "+(this.inputFormGroup.controls.sweepConfTarget.value?this.inputFormGroup.controls.sweepConfTarget.value:6)+" | Fast: "+(this.inputFormGroup.controls.fast.value?"Enabled":"Disabled"):"Amount to "+this.loopDirectionCaption,this.quoteFormLabel=this.quote&&this.quote.swap_fee_sat&&(this.quote.htlc_sweep_fee_sat||this.quote.htlc_publish_fee_sat)&&this.quote.prepay_amt_sat?"Quote confirmed | Estimated Fees: "+this.decimalPipe.transform(+this.quote.swap_fee_sat+ +(this.quote.htlc_sweep_fee_sat?this.quote.htlc_sweep_fee_sat:this.quote.htlc_publish_fee_sat?this.quote.htlc_publish_fee_sat:0))+" Sats":"Quote confirmed",this.addressFormLabel=this.addressFormGroup.controls.addressType.value?"Withdrawal Address | Type: "+this.addressFormGroup.controls.addressType.value:"Withdrawal Address"}(this.direction===d.$I.LOOP_OUT&&1!==pe.selectedIndex&&pe.selectedIndex{pe.next(null),pe.complete()})}}return ze.\u0275fac=function(pe){return new(pe||ze)(h.Y36(M.so),h.Y36(M.WI),h.Y36(A.yh),h.Y36(w.W),h.Y36(t.qu),h.Y36(D.JJ),h.Y36(L.mQ),h.Y36(k.F0),h.Y36(S.v))},ze.\u0275cmp=h.Xpm({type:ze,selectors:[["rtl-loop-modal"]],viewQuery:function(pe,je){if(1&pe&&h.Gf(Le,5),2&pe){let _t;h.iGM(_t=h.CRH())&&(je.stepper=_t.first)}},decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["loopStatusBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"fxFlex"],[1,"page-title"],["fxLayoutAlign","space-between end",3,"fxFlex"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["class","padding-gap-large","fxLayout","row wrap","fxLayoutAlign","space-between stretch",4,"ngIf"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[3,"quote","termCaption","panelExpanded","showPanel"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],[3,"fxFlex"],["autoFocus","","matInput","","placeholder","Amount","type","number","tabindex","1","formControlName","amount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["matInput","","placeholder","Sweep Confirmation Target","type","number","tabindex","2","formControlName","sweepConfTarget","required","",3,"step"],["fxFlex","30",4,"ngIf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center","class","mt-1",4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","5","type","button",3,"click"],[3,"quote","showPanel"],["fxFlex","100","class","color-warn mt-2","fxLayoutAlign","start center",4,"ngIf"],["mat-button","","color","primary","tabindex","6","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","7","type","button",3,"click",4,"ngIf"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[4,"ngIf","ngIfElse"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxLayoutAlign","start","class","font-bold-500 mt-2",4,"ngIf"],["mat-button","","color","primary","tabindex","12","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","13","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end end"],["mat-button","","color","primary","tabindex","14","type","button","default","",3,"mat-dialog-close"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch",1,"padding-gap-large"],["fxFlex","40"],["fxFlex","30"],["matInput","","placeholder","Max Off-chain Routing Fee (%)","type","number","tabindex","3","formControlName","routingFeePercent","required","",3,"step"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center",1,"mt-1"],["tabindex","4","color","primary","formControlName","fast","fxFlex","none"],["matTooltip","Swap immediately (Might end up paying a higher on-chain fee)","matTooltipPosition","above","fxFlex","none",1,"info-icon"],["fxFlex","100","fxLayoutAlign","start center",1,"color-warn","mt-2"],[1,"mr-1","icon-small"],["mat-button","","color","primary","tabindex","6","type","button",3,"click"],["mat-button","","color","primary","tabindex","7","type","button",3,"click"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["color","primary","name","addressType","formControlName","addressType","fxFlex","100","fxLayoutAlign","space-between stretch",3,"change"],["fxFlex","48","tabindex","8","value","local"],["fxFlex","48","tabindex","9","value","external"],["fxFlex","100",1,"mt-1"],["matInput","","placeholder","Address","tabindex","10","formControlName","address",3,"required"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-2"],["mat-button","","color","primary","tabindex","12","type","button",3,"click"],["mat-button","","color","primary","tabindex","13","type","button",3,"click"],["fxLayout","column",3,"loopStatus"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["tabindex","19","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange",4,"ngIf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","15","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange"],["fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","15","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(pe,je){1&pe&&(h.YNc(0,Se,71,55,"div",0),h.YNc(1,Ge,1,1,"ng-template",null,1,h.W1O),h.YNc(3,zi,20,11,"div",2)),2&pe&&(h.Q6J("ngIf",!je.flgShowInfo),h.xp6(3),h.Q6J("ngIf",je.flgShowInfo))},directives:[D.O5,U.xw,U.yH,U.Wh,Z.dk,j.lW,Z.dn,ne.Vq,ne.C0,t._Y,t.JL,t.sg,ne.VY,E,I.KE,v.Nt,t.wV,t.Fj,n.h,t.JJ,t.u,t.Q7,I.bx,I.R9,I.TO,C.Rr,te.Hw,ie.gM,B.VQ,B.U0,$.ib,$.yz,$.yK,P.pW,M.ZT,ve,Ie,_e,D.sg,D.mk,de.oO],pipes:[D.rS,D.JJ],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:60rem;min-height:60rem}"],data:{animation:[b._]}}),ze})()},9442:(Ve,K,p)=>{"use strict";p.d(K,{w:()=>N});var t=p(801),e=p(5e3),f=p(1402),M=p(7093),a=p(9444),b=p(9224),d=p(7423);let N=(()=>{class h{constructor(w){this.router=w,this.faTimes=t.NBC}goToHelp(){this.router.navigate(["/help"])}}return h.\u0275fac=function(w){return new(w||h)(e.Y36(f.F0))},h.\u0275cmp=e.Xpm({type:h,selectors:[["rtl-not-found"]],decls:13,vars:1,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column",1,"padding-gap-large"],["fxLayout","column","fxLayoutAlign","start start"],[1,"box-text"],["fxLayout","row","fxLayoutAlign","center","fxFlex","80"],["mat-flat-button","","color","primary","type","button",1,"mt-2",3,"click"]],template:function(w,D){1&w&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Page Not Found"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"div",5)(8,"div",6),e._uU(9,"This page does not exist!"),e.qZA(),e.TgZ(10,"span",7)(11,"button",8),e.NdJ("click",function(){return D.goToHelp()}),e._uU(12,"Go To Help"),e.qZA()()()()()()),2&w&&(e.xp6(1),e.Q6J("icon",D.faTimes))},directives:[M.xw,M.Wh,a.BN,b.a8,b.dn,M.yH,d.lW],encapsulation:2}),h})()},3390:(Ve,K,p)=>{"use strict";p.d(K,{h:()=>e});var t=p(5e3);let e=(()=>{class f{constructor(a){this.el=a}ngAfterContentInit(){setTimeout(()=>{this.el.nativeElement.focus()},500)}}return f.\u0275fac=function(a){return new(a||f)(t.Y36(t.SBq))},f.\u0275dir=t.lG2({type:f,selectors:[["","autoFocus",""]],inputs:{appAutoFocus:"appAutoFocus"}}),f})()},6895:(Ve,K,p)=>{"use strict";p.d(K,{y:()=>e});var t=p(5e3);let e=(()=>{class f{constructor(){this.copied=new t.vpe}onClick(a){a.preventDefault(),this.payload&&navigator.clipboard&&navigator.clipboard.writeText(this.payload.toString()).then(()=>{this.copied.emit(this.payload.toString())},b=>{this.copied.emit("Error could not copy text: "+JSON.stringify(b))})}}return f.\u0275fac=function(a){return new(a||f)},f.\u0275dir=t.lG2({type:f,selectors:[["","rtlClipboard",""]],hostBindings:function(a,b){1&a&&t.NdJ("click",function(N){return b.onClick(N)})},inputs:{payload:"payload"},outputs:{copied:"copied"}}),f})()},9843:(Ve,K,p)=>{"use strict";p.d(K,{F:()=>f});var t=p(3075),e=p(5e3);let f=(()=>{class M{validate(b){return this.max?t.kI.max(+this.max)(b):null}}return M.\u0275fac=function(b){return new(b||M)},M.\u0275dir=e.lG2({type:M,selectors:[["input","max",""]],inputs:{max:"max"},features:[e._Bn([{provide:t.Cf,useExisting:M,multi:!0}])]}),M})()},6534:(Ve,K,p)=>{"use strict";p.d(K,{q:()=>f});var t=p(3075),e=p(5e3);let f=(()=>{class M{validate(b){return this.min?t.kI.min(+this.min)(b):null}}return M.\u0275fac=function(b){return new(b||M)},M.\u0275dir=e.lG2({type:M,selectors:[["input","min",""]],inputs:{min:"min"},features:[e._Bn([{provide:t.Cf,useExisting:M,multi:!0}])]}),M})()},1643:(Ve,K,p)=>{"use strict";p.d(K,{QM:()=>b,a1:()=>a,eQ:()=>d,fY:()=>N});var t=p(4004),e=p(5e3),f=p(1402),M=p(5986);let a=(()=>{class h{constructor(w,D){this.router=w,this.sessionService=D}canActivate(w){return!(!this.sessionService.getItem("token")||"settings"!==w.url[0].path&&"auth"!==w.url[0].path&&"true"===this.sessionService.getItem("defaultPassword")&&(this.router.navigate(["/settings/auth"]),1))}}return h.\u0275fac=function(w){return new(w||h)(e.LFG(f.F0),e.LFG(M.m))},h.\u0275prov=e.Yz7({token:h,factory:h.\u0275fac}),h})(),b=(()=>{class h{constructor(w){this.sessionService=w}canActivate(){return!!this.sessionService.watchSession().pipe((0,t.U)(w=>w.lndUnlocked))}}return h.\u0275fac=function(w){return new(w||h)(e.LFG(M.m))},h.\u0275prov=e.Yz7({token:h,factory:h.\u0275fac}),h})(),d=(()=>{class h{constructor(w){this.sessionService=w}canActivate(){return!!this.sessionService.watchSession().pipe((0,t.U)(w=>w.clUnlocked))}}return h.\u0275fac=function(w){return new(w||h)(e.LFG(M.m))},h.\u0275prov=e.Yz7({token:h,factory:h.\u0275fac}),h})(),N=(()=>{class h{constructor(w){this.sessionService=w}canActivate(){return!!this.sessionService.watchSession().pipe((0,t.U)(w=>w.eclUnlocked))}}return h.\u0275fac=function(w){return new(w||h)(e.LFG(M.m))},h.\u0275prov=e.Yz7({token:h,factory:h.\u0275fac}),h})()},62:(Ve,K,p)=>{"use strict";p.d(K,{v:()=>w});var t=p(1135),e=p(9646),f=p(2843),M=p(5698),a=p(4004),b=p(262),d=p(7731),N=p(5e3),h=p(8104),A=p(5043);let w=(()=>{class D{constructor(k,S){this.dataService=k,this.logger=S,this.currencyUnits=[],this.CurrencyUnitEnum=d.NT,this.conversionData={data:null,last_fetched:null},this.ratesAPIStatus=d.Bn.UN_INITIATED,this.screenSize=d.cu.MD,this.containerSize={width:0,height:0},this.containerSizeUpdated=new t.X(this.containerSize)}getScreenSize(){return this.screenSize}setScreenSize(k){this.screenSize=k}getContainerSize(){return this.containerSize}setContainerSize(k,S){this.containerSize={width:k,height:S},this.logger.info("Container Size: "+JSON.stringify(this.containerSize)),this.containerSizeUpdated.next(this.containerSize)}sortByKey(k,S,U,Z="asc"){return k.sort("number"===U?"desc"===Z?(j,ne)=>+j[S]>+ne[S]?-1:1:(j,ne)=>+j[S]>+ne[S]?1:-1:"desc"===Z?(j,ne)=>j[S]>ne[S]?-1:1:(j,ne)=>j[S]>ne[S]?1:-1)}sortDescByKey(k,S){return k.sort((U,Z)=>{const j=+U[S],ne=+Z[S];return j>ne?-1:j{const j=+U[S],ne=+Z[S];return jne?1:0})}camelCase(k){var S,U;return null===(U=null===(S=null==k?void 0:k.replace(/(?:^\w|[A-Z]|\b\w)/g,(Z,j)=>Z.toUpperCase()))||void 0===S?void 0:S.replace(/\s+/g,""))||void 0===U?void 0:U.replace(/-/g," ")}titleCase(k,S,U){var Z,j;return S&&U&&""!==S&&""!==U&&(k=null==k?void 0:k.replace(new RegExp(S,"g"),U)),k.indexOf("!\n")>0||k.indexOf(".\n")>0?null===(Z=k.split("\n"))||void 0===Z?void 0:Z.reduce((ne,$)=>ne+$.charAt(0).toUpperCase()+$.substring(1).toLowerCase()+"\n",""):k.indexOf(" ")>0?null===(j=k.split(" "))||void 0===j?void 0:j.reduce((ne,$)=>ne+$.charAt(0).toUpperCase()+$.substring(1).toLowerCase()+" ",""):k.charAt(0).toUpperCase()+k.substring(1).toLowerCase()}convertCurrency(k,S,U,Z,j){const ne=(new Date).valueOf();return j&&Z&&this.ratesAPIStatus!==d.Bn.INITIATED&&(S===d.NT.OTHER||U===d.NT.OTHER)?this.conversionData.data&&this.conversionData.last_fetched&&ne(this.ratesAPIStatus=d.Bn.COMPLETED,this.conversionData.data=$&&"object"==typeof $?$:$&&"string"==typeof $?JSON.parse($):{},this.conversionData.last_fetched=ne,this.convertWithFiat(k,S,Z))),(0,b.K)($=>(this.ratesAPIStatus=d.Bn.ERROR,(0,f._)(()=>this.extractErrorMessage($,"Currency Conversion Error.")))))):(0,e.of)(this.convertWithoutFiat(k,S))}convertWithoutFiat(k,S){const U={};switch(U[d.NT.SATS]=0,U[d.NT.BTC]=0,S){case d.NT.SATS:U[d.NT.SATS]=k,U[d.NT.BTC]=1e-8*k;break;case d.NT.BTC:U[d.NT.SATS]=1e8*k,U[d.NT.BTC]=k}return U}convertWithFiat(k,S,U){const Z={unit:U,symbol:this.conversionData.data[U].symbol};switch(Z[d.NT.SATS]=0,Z[d.NT.BTC]=0,Z[d.NT.OTHER]=0,S){case d.NT.SATS:Z[d.NT.SATS]=k,Z[d.NT.BTC]=1e-8*k,Z[d.NT.OTHER]=1e-8*k*this.conversionData.data[U].last;break;case d.NT.BTC:Z[d.NT.SATS]=1e8*k,Z[d.NT.BTC]=k,Z[d.NT.OTHER]=k*this.conversionData.data[U].last;break;case d.NT.OTHER:Z[d.NT.SATS]=k/this.conversionData.data[U].last*1e8,Z[d.NT.BTC]=k/this.conversionData.data[U].last,Z[d.NT.OTHER]=k}return Z}convertTime(k,S,U){switch(S){case d.Qk.SECS:switch(U){case d.Qk.MINS:k/=60;break;case d.Qk.HOURS:k/=3600;break;case d.Qk.DAYS:k/=86400}break;case d.Qk.MINS:switch(U){case d.Qk.SECS:k*=60;break;case d.Qk.HOURS:k/=60;break;case d.Qk.DAYS:k/=1440}break;case d.Qk.HOURS:switch(U){case d.Qk.SECS:k*=3600;break;case d.Qk.MINS:k*=60;break;case d.Qk.DAYS:k/=24}break;case d.Qk.DAYS:switch(U){case d.Qk.SECS:k=3600*k*24;break;case d.Qk.MINS:k=60*k*24;break;case d.Qk.HOURS:k*=24}}return k}downloadFile(k,S,U=".json",Z=".csv"){let j=new Blob;j=".json"===U?new Blob(["\ufeff"+this.convertToCSV(k)],{type:"text/csv;charset=utf-8;"}):new Blob([k.toString()],{type:"text/plain;charset=utf-8"});const ne=document.createElement("a"),$=URL.createObjectURL(j);-1!==navigator.userAgent.indexOf("Safari")&&-1===navigator.userAgent.indexOf("Chrome")&&ne.setAttribute("target","_blank"),ne.setAttribute("href",$),ne.setAttribute("download",S+Z),ne.style.visibility="hidden",document.body.appendChild(ne),ne.click(),document.body.removeChild(ne)}convertToCSV(k){const S=[];let U="",Z="",j="";return"object"!=typeof k&&(k=JSON.parse(k)),k.forEach(($,de)=>{for(const te in $)S.findIndex(ie=>ie===te)<0&&S.push(te)}),j=S.join(",")+"\r\n",k.forEach($=>{U="",S.forEach(de=>{var te;$.hasOwnProperty(de)?Array.isArray($[de])?(Z="",$[de].forEach((ie,oe)=>{var X;Z+="object"==typeof ie?"("+(null===(X=JSON.stringify(ie))||void 0===X?void 0:X.replace(/\,/g,";"))+")":"("+ie+")"}),U+=Z+","):U+="object"==typeof $[de]?(null===(te=JSON.stringify($[de]))||void 0===te?void 0:te.replace(/\,/g,";"))+",":$[de]+",":U+=","}),j+=U.slice(0,-1)+"\r\n"}),j}isVersionCompatible(k,S){var U;if(k){const Z=(null===(U=k.trim())||void 0===U?void 0:U.replace("v","").split("-")[0].split("."))||[],j=S.split(".");return+Z[0]>+j[0]||+Z[0]==+j[0]&&+Z[1]>+j[1]||+Z[0]==+j[0]&&+Z[1]==+j[1]&&+Z[2]>=+j[2]}return!1}extractErrorMessage(k,S="Unknown Error."){const U=this.titleCase(k.error&&k.error.text&&"string"==typeof k.error.text&&k.error.text.includes('')?"API Route Does Not Exist.":k.error&&k.error.error&&k.error.error.error&&k.error.error.error.error&&k.error.error.error.error.error&&"string"==typeof k.error.error.error.error.error?k.error.error.error.error.error:k.error&&k.error.error&&k.error.error.error&&k.error.error.error.error&&"string"==typeof k.error.error.error.error?k.error.error.error.error:k.error&&k.error.error&&k.error.error.error&&"string"==typeof k.error.error.error?k.error.error.error:k.error&&k.error.error&&"string"==typeof k.error.error?k.error.error:k.error&&"string"==typeof k.error?k.error:k.error&&k.error.error&&k.error.error.error&&k.error.error.error.error&&k.error.error.error.error.message&&"string"==typeof k.error.error.error.error.message?k.error.error.error.error.message:k.error&&k.error.error&&k.error.error.error&&k.error.error.error.message&&"string"==typeof k.error.error.error.message?k.error.error.error.message:k.error&&k.error.error&&k.error.error.message&&"string"==typeof k.error.error.message?k.error.error.message:k.error&&k.error.message&&"string"==typeof k.error.message?k.error.message:k.message&&"string"==typeof k.message?k.message:S);return this.logger.info("Error Message: "+U),U}extractErrorCode(k,S=500){const U=k.error&&k.error.error&&k.error.error.message&&k.error.error.message.code?k.error.error.message.code:k.error&&k.error.error&&k.error.error.code?k.error.error.code:k.error&&k.error.code?k.error.code:k.code?k.code:k.status?k.status:S;return this.logger.info("Error Code: "+U),U}extractErrorNumber(k,S=500){const U=k.error&&k.error.error&&k.error.error.errno?k.error.error.errno:k.error&&k.error.errno?k.error.errno:k.errno?k.errno:k.status?k.status:S;return this.logger.info("Error Number: "+U),U}ngOnDestroy(){this.containerSizeUpdated.next(null),this.containerSizeUpdated.complete()}}return D.\u0275fac=function(k){return new(k||D)(N.LFG(h.D),N.LFG(A.mQ))},D.\u0275prov=N.Yz7({token:D,factory:D.\u0275fac}),D})()},7731:(Ve,K,p)=>{"use strict";p.d(K,{$I:()=>r,$v:()=>k,AB:()=>he,Bn:()=>n,Df:()=>Ne,Dr:()=>A,Er:()=>a,Fq:()=>i,Gi:()=>te,HW:()=>oe,H_:()=>we,IV:()=>d,IX:()=>B,JX:()=>I,LO:()=>b,NT:()=>de,OJ:()=>ne,OO:()=>ye,Qk:()=>$,Qw:()=>c,TJ:()=>N,Vc:()=>w,Xr:()=>P,Xz:()=>M,Zs:()=>y,_t:()=>h,cu:()=>ie,g8:()=>U,gB:()=>Ue,gg:()=>_,hZ:()=>Q,hc:()=>u,kO:()=>v,lr:()=>ve,m6:()=>C,nM:()=>S,n_:()=>j,ol:()=>Z,op:()=>E,p7:()=>me,pg:()=>F,pt:()=>e,uA:()=>f,uR:()=>q,vn:()=>D,wZ:()=>L,x$:()=>X});var t=p(6087);function e(V){const Ae=new t.ye;return Ae.itemsPerPageLabel=V+" per page:",Ae}const f=["Sats","BTC"],M={Sats:"1.0-0",BTC:"1.6-6",OTHER:"1.2-2"},a=[{id:"USD",name:"USD"},{id:"AUD",name:"AUD"},{id:"BRL",name:"BRL"},{id:"CAD",name:"CAD"},{id:"CHF",name:"CHF"},{id:"CLP",name:"CLP"},{id:"CNY",name:"CNY"},{id:"DKK",name:"DKK"},{id:"EUR",name:"EUR"},{id:"GBP",name:"GBP"},{id:"HKD",name:"HKD"},{id:"INR",name:"INR"},{id:"ISK",name:"ISK"},{id:"JPY",name:"JPY"},{id:"KRW",name:"KRW"},{id:"NZD",name:"NZD"},{id:"PLN",name:"PLN"},{id:"RUB",name:"RUB"},{id:"SEK",name:"SEK"},{id:"SGD",name:"SGD"},{id:"THB",name:"THB"},{id:"TWD",name:"TWD"}],b=["SECS","MINS","HOURS","DAYS"],d=10,N=[5,10,25,100],h=[{addressId:"0",addressCode:"bech32",addressTp:"Bech32 (P2WKH)",addressDetails:"Pay to witness key hash"},{addressId:"1",addressCode:"p2sh-segwit",addressTp:"P2SH (NP2WKH)",addressDetails:"Pay to nested witness key hash (default)"}],A=[{id:"0",name:"Priority (Default)"},{id:"1",name:"Target Confirmation Blocks"},{id:"2",name:"Fee"}],w=[{id:"none",name:"No Fee Limit",placeholder:"No Limit"},{id:"fixed",name:"Fixed Limit (Sats)",placeholder:"Fixed Limit in Sats"},{id:"percent",name:"Percentage of Payment Amount",placeholder:"Percentage Limit"}],D=[{feeRateId:"urgent",feeRateType:"Urgent"},{feeRateId:"normal",feeRateType:"Normal"},{feeRateId:"slow",feeRateType:"Slow"},{feeRateId:"customperkb",feeRateType:"Custom (Sats/vByte)"}],L={themes:[{id:"PURPLE",name:"Diogo"},{id:"TEAL",name:"My2Sats"},{id:"INDIGO",name:"RTL"},{id:"PINK",name:"BK"},{id:"YELLOW",name:"Gold"}],modes:[{id:"DAY",name:"Day"},{id:"NIGHT",name:"Night"}]};var k=(()=>{return(V=k||(k={})).PAYMENT_RECEIVED="payment-received",V.PAYMENT_RELAYED="payment-relayed",V.PAYMENT_SENT="payment-sent",V.PAYMENT_SETTLING_ONCHAIN="payment-settling-onchain",V.PAYMENT_FAILED="payment-failed",V.CHANNEL_OPENED="channel-opened",V.CHANNEL_STATE_CHANGED="channel-state-changed",V.CHANNEL_CLOSED="channel-closed",k;var V})(),S=(()=>{return(V=S||(S={})).INVOICE="invoice",V.BLOCK_HEIGHT="block-height",V.SEND_PAYMENT="send-payment",S;var V})(),U=(()=>((U||(U={})).INVOICE="invoice",U))(),Z=(()=>{return(V=Z||(Z={})).OPERATOR="OPERATOR",V.MERCHANT="MERCHANT",V.ALL="ALL",Z;var V})(),j=(()=>{return(V=j||(j={})).INFORMATION="Information",V.WARNING="Warning",V.ERROR="Error",V.SUCCESS="Success",V.CONFIRM="Confirm",j;var V})(),ne=(()=>{return(V=ne||(ne={})).JWT="JWT",V.PASSWORD="PASSWORD",ne;var V})(),$=(()=>{return(V=$||($={})).SECS="SECS",V.MINS="MINS",V.HOURS="HOURS",V.DAYS="DAYS",$;var V})(),de=(()=>{return(V=de||(de={})).SATS="Sats",V.BTC="BTC",V.OTHER="OTHER",de;var V})(),te=(()=>{return(V=te||(te={})).ARRAY="ARRAY",V.NUMBER="NUMBER",V.STRING="STRING",V.BOOLEAN="BOOLEAN",V.PASSWORD="PASSWORD",V.DATE="DATE",V.DATE_TIME="DATE_TIME",te;var V})(),ie=(()=>{return(V=ie||(ie={})).XS="XS",V.SM="SM",V.MD="MD",V.LG="LG",V.XL="XL",ie;var V})();const oe={COOPERATIVE_CLOSE:{name:"Co-operative Close",tooltip:"Channel closed cooperatively"},LOCAL_FORCE_CLOSE:{name:"Local Force Close",tooltip:"Channel force-closed by the local node"},REMOTE_FORCE_CLOSE:{name:"Remote Force Close",tooltip:"Channel force-closed by the remote node"},BREACH_CLOSE:{name:"Breach Close",tooltip:"Remote node attempted to broadcast a prior revoked channel state"},FUNDING_CANCELED:{name:"Funding Canceled",tooltip:"Channel never fully opened"},ABANDONED:{name:"Abandoned",tooltip:"Channel abandoned by the local node"}},X={WITNESS_PUBKEY_HASH:{name:"Witness Pubkey Hash",tooltip:""},NESTED_PUBKEY_HASH:{name:"Nested Pubkey Hash",tooltip:""},UNUSED_WITNESS_PUBKEY_HASH:{name:"Unused Witness Pubkey Hash",tooltip:""},UNUSED_NESTED_PUBKEY_HASH:{name:"Unused Nested Pubkey Hash",tooltip:""}};var me=(()=>{return(V=me||(me={})).WIRE_INVALID_ONION_VERSION="Invalid Onion Version",V.WIRE_INVALID_ONION_HMAC="Invalid Onion HMAC",V.WIRE_INVALID_ONION_KEY="Invalid Onion Key",V.WIRE_TEMPORARY_CHANNEL_FAILURE="Temporary Channel Failure",V.WIRE_PERMANENT_CHANNEL_FAILURE="Permanent Channel Failure",V.WIRE_REQUIRED_CHANNEL_FEATURE_MISSING="Missing Required Channel Feature",V.WIRE_UNKNOWN_NEXT_PEER="Unknown Next Peer",V.WIRE_AMOUNT_BELOW_MINIMUM="Amount Below Minimum",V.WIRE_FEE_INSUFFICIENT="Insufficient Fee",V.WIRE_INCORRECT_CLTV_EXPIRY="Incorrect CLTV Expiry",V.WIRE_EXPIRY_TOO_FAR="Expiry Too Far",V.WIRE_EXPIRY_TOO_SOON="Expiry Too Soon",V.WIRE_CHANNEL_DISABLED="Channel Disabled",V.WIRE_INVALID_ONION_PAYLOAD="Invalid Onion Payload",V.WIRE_INVALID_REALM="Invalid Realm",V.WIRE_PERMANENT_NODE_FAILURE="Permanent Node Failure",V.WIRE_TEMPORARY_NODE_FAILURE="Temporary Node Failure",V.WIRE_REQUIRED_NODE_FEATURE_MISSING="Missing Required Node Feature",V.WIRE_INVALID_ONION_BLINDING="Invalid Onion Binding",V.WIRE_INCORRECT_OR_UNKNOWN_PAYMENT_DETAILS="Incorrect or Unknow Payment Details",V.WIRE_MPP_TIMEOUT="MPP Timeout",V.WIRE_FINAL_INCORRECT_CLTV_EXPIRY="Incorrect CLTV Expiry",V.WIRE_FINAL_INCORRECT_HTLC_AMOUNT="Incorrect HTLC Amount",me;var V})(),y=(()=>{return(V=y||(y={})).CHANNELD_NORMAL="Active",V.OPENINGD="Opening",V.CHANNELD_AWAITING_LOCKIN="Pending Open",V.CHANNELD_SHUTTING_DOWN="Shutting Down",V.CLOSINGD_SIGEXCHANGE="Closing: Sig Exchange",V.CLOSINGD_COMPLETE="Closed",V.AWAITING_UNILATERAL="Awaiting Unilateral Close",V.FUNDING_SPEND_SEEN="Funding Spend Seen",V.ONCHAIN="Onchain",V.DUALOPEND_OPEN_INIT="Dual Open Initialized",V.DUALOPEND_AWAITING_LOCKIN="Dual Pending Open",y;var V})(),i=(()=>{return(V=i||(i={})).INITIATED="Initiated",V.PREIMAGE_REVEALED="Preimage Revealed",V.HTLC_PUBLISHED="HTLC Published",V.SUCCESS="Successful",V.FAILED="Failed",V.INVOICE_SETTLED="Invoice Settled",i;var V})(),r=(()=>{return(V=r||(r={})).LOOP_OUT="LOOP_OUT",V.LOOP_IN="LOOP_IN",r;var V})(),u=(()=>{return(V=u||(u={})).SWAP_OUT="SWAP_OUT",V.SWAP_IN="SWAP_IN",u;var V})(),c=(()=>{return(V=c||(c={}))["swap.created"]="Swap Created",V["swap.expired"]="Swap Expired",V["invoice.set"]="Invoice Set",V["invoice.paid"]="Invoice Paid",V["invoice.pending"]="Invoice Pending",V["invoice.settled"]="Invoice Settled",V["invoice.failedToPay"]="Invoice Failed To Pay",V["channel.created"]="Channel Created",V["transaction.failed"]="Transaction Failed",V["transaction.mempool"]="Transaction Mempool",V["transaction.claimed"]="Transaction Claimed",V["transaction.refunded"]="Transaction Refunded",V["transaction.confirmed"]="Transaction Confirmed",V["swap.refunded"]="Swap Refunded",V["swap.abandoned"]="Swap Abandoned",c;var V})();const _=[{name:"Jan",days:31},{name:"Feb",days:28},{name:"Mar",days:31},{name:"Apr",days:30},{name:"May",days:31},{name:"Jun",days:30},{name:"Jul",days:31},{name:"Aug",days:31},{name:"Sep",days:30},{name:"Oct",days:31},{name:"Nov",days:30},{name:"Dec",days:31}],E=["MONTHLY","YEARLY"];var I=(()=>{return(V=I||(I={})).LOOP="LOOP",V.BOLTZ="BOLTZ",V.OFFERS="OFFERS",V.PEERSWAP="PEERSWAP",I;var V})();const v=["password","changeme","moneyprintergobrrr"];var n=(()=>{return(V=n||(n={})).UN_INITIATED="UN_INITIATED",V.INITIATED="INITIATED",V.COMPLETED="COMPLETED",V.ERROR="ERROR",n;var V})();const C={NO_SPINNER:"No Spinner...",GET_NODE_INFO:"Getting Node Information...",INITALIZE_NODE_DATA:"Initializing Node Data...",GENERATE_NEW_ADDRESS:"Getting New Address...",SEND_FUNDS:"Sending Funds...",UPDATE_CHAN_POLICY:"Updating Channel Policy...",GET_CHAN_POLICY:"Fetching Channel Policy...",GET_REMOTE_POLICY:"Fetching Remote Policy...",CLOSE_CHANNEL:"Closing Channel...",FORCE_CLOSE_CHANNEL:"Force Closing Channel...",OPEN_CHANNEL:"Opening Channel...",CONNECT_PEER:"Connecting Peer...",DISCONNECT_PEER:"Disconnecting Peer...",ADD_INVOICE:"Adding Invoice...",CREATE_INVOICE:"Creating Invoice...",DELETE_INVOICE:"Deleting Invoices...",DECODE_PAYMENT:"Decoding Payment...",DECODE_OFFER:"Decoding Offer...",DECODE_PAYMENTS:"Decoding Payments...",FETCH_INVOICE:"Fetching Invoice...",GET_SENT_PAYMENTS:"Getting Sent Payments...",SEND_PAYMENT:"Sending Payment...",SEND_KEYSEND:"Sending Keysend Payment...",SEARCHING_NODE:"Searching Node...",SEARCHING_CHANNEL:"Searching Channel...",SEARCHING_INVOICE:"Searching Invoice...",SEARCHING_PAYMENT:"Searching Payment...",BACKUP_CHANNEL:"Backup Channels...",VERIFY_CHANNEL:"Verify Channel...",DOWNLOAD_BACKUP_FILE:"Downloading Backup File...",RESTORE_CHANNEL:"Restoring Channels...",GET_TERMS_QUOTES:"Getting Terms and Quotes...",LABEL_UTXO:"Labelling UTXO...",GET_NODE_ADDRESS:"Getting Node Address...",GEN_SEED:"Generating Seed...",INITIALIZE_WALLET:"Initializing Wallet...",UNLOCK_WALLET:"Unlocking Wallet...",WAIT_SYNC_NODE:"Waiting for Node Sync...",UPDATE_BOLTZ_SETTINGS:"Updating Boltz Service Settings...",UPDATE_LOOP_SETTINGS:"Updating Loop Service Settings...",UPDATE_PEERSWAP_SETTINGS:"Updating Peerswap Service Settings...",UPDATE_SETTING:"Updating Setting...",UPDATE_UI_SETTINGS:"Updating Settings...",UPDATE_NODE_SETTINGS:"Updating Node Settings...",UPDATE_SELECTED_NODE:"Updating Selected Node...",OPEN_CONFIG_FILE:"Opening Config File...",GET_SERVICE_INFO:"Getting Service Info...",GET_QUOTE:"Getting Quotes...",UPDATE_DEFAULT_NODE_SETTING:"Updating Defaule Node Settings...",GET_BOLTZ_SWAPS:"Getting Boltz Swaps...",SIGN_MESSAGE:"Signing Message...",VERIFY_MESSAGE:"Verifying Message...",BUMP_FEE:"Bumping Fee...",LEASE_UTXO:"Leasing UTXO...",GET_LOOP_SWAPS:"Getting List Swaps...",GET_FORWARDING_HISTORY:"Getting Forwarding History...",GET_LOOKUP_DETAILS:"Getting Lookup Details...",GET_RTL_CONFIG:"Getting RTL Config...",VERIFY_TOKEN:"Verify Token...",DISABLE_OFFER:"Disabling Offer...",CREATE_OFFER:"Creating Offer...",DELETE_OFFER_BOOKMARK:"Deleting Bookmark...",GET_FUNDER_POLICY:"Getting Or Updating Funder Policy...",GET_LIST_CONFIGS:"Getting Configurations List...",LIST_NETWORK_NODES:"Getting Network Nodes List...",LOG_OUT:"Logging Out..."};var B=(()=>{return(V=B||(B={})).INVOICE="INVOICE",V.OFFER="OFFER",V.KEYSEND="KEYSEND",B;var V})(),P=(()=>{return(V=P||(P={})).FEES="FEES",V.EVENTS="EVENTS",P;var V})(),F=(()=>{return(V=F||(F={})).VOID="VOID",V.SET_API_URL_ECL="SET_API_URL_ECL",V.UPDATE_SELECTED_NODE_OPTIONS="UPDATE_SELECTED_NODE_OPTIONS",V.UPDATE_API_CALL_STATUS_ROOT="UPDATE_API_CALL_STATUS_ROOT",V.RESET_ROOT_STORE="RESET_ROOT_STORE",V.CLOSE_ALL_DIALOGS="CLOSE_ALL_DIALOGS",V.OPEN_SNACK_BAR="OPEN_SNACKBAR",V.OPEN_SPINNER="OPEN_SPINNER",V.CLOSE_SPINNER="CLOSE_SPINNER",V.OPEN_ALERT="OPEN_ALERT",V.CLOSE_ALERT="CLOSE_ALERT",V.OPEN_CONFIRMATION="OPEN_CONFIRMATION",V.CLOSE_CONFIRMATION="CLOSE_CONFIRMATION",V.SHOW_PUBKEY="SHOW_PUBKEY",V.FETCH_CONFIG="FETCH_CONFIG",V.SHOW_CONFIG="SHOW_CONFIG",V.FETCH_STORE="FETCH_STORE",V.SET_STORE="SET_STORE",V.FETCH_RTL_CONFIG="FETCH_RTL_CONFIG",V.SET_RTL_CONFIG="SET_RTL_CONFIG",V.SAVE_SSO="SAVE_SSO",V.SAVE_SETTINGS="SAVE_SETTINGS",V.TWO_FA_SAVE_SETTINGS="TWO_FA_SAVE_SETTINGS",V.SET_SELECTED_NODE="SET_SELECTED_NODE",V.UPDATE_ROOT_NODE_SETTINGS="UPDATE_ROOT_NODE_SETTINGS",V.UPDATE_SERVICE_SETTINGS="UPDATE_SERVICE_SETTINGS",V.SET_NODE_DATA="SET_NODE_DATA",V.IS_AUTHORIZED="IS_AUTHORIZED",V.IS_AUTHORIZED_RES="IS_AUTHORIZED_RES",V.LOGIN="LOGIN",V.VERIFY_TWO_FA="VERIFY_TWO_FA",V.LOGOUT="LOGOUT",V.RESET_PASSWORD="RESET_PASSWORD",V.RESET_PASSWORD_RES="RESET_PASSWORD_RES",V.FETCH_FILE="FETCH_FILE",V.SHOW_FILE="SHOW_FILE",F;var V})(),q=(()=>{return(V=q||(q={})).RESET_LND_STORE="RESET_LND_STORE",V.UPDATE_API_CALL_STATUS_LND="UPDATE_API_CALL_STATUS_LND",V.SET_CHILD_NODE_SETTINGS_LND="SET_CHILD_NODE_SETTINGS_LND",V.FETCH_INFO_LND="FETCH_INFO_LND",V.SET_INFO_LND="SET_INFO_LND",V.FETCH_PEERS_LND="FETCH_PEERS_LND",V.SET_PEERS_LND="SET_PEERS_LND",V.SAVE_NEW_PEER_LND="SAVE_NEW_PEER_LND",V.NEWLY_ADDED_PEER_LND="NEWLY_ADDED_PEER_LND",V.DETACH_PEER_LND="DETACH_PEER_LND",V.REMOVE_PEER_LND="REMOVE_PEER_LND",V.SAVE_NEW_INVOICE_LND="SAVE_NEW_INVOICE_LND",V.NEWLY_SAVED_INVOICE_LND="NEWLY_SAVED_INVOICE_LND",V.ADD_INVOICE_LND="ADD_INVOICE_LND",V.FETCH_FEES_LND="FETCH_FEES_LND",V.SET_FEES_LND="SET_FEES_LND",V.FETCH_BLOCKCHAIN_BALANCE_LND="FETCH_BLOCKCHAIN_BALANCE_LND",V.SET_BLOCKCHAIN_BALANCE_LND="SET_BLOCKCHAIN_BALANCE_LND",V.FETCH_NETWORK_LND="FETCH_NETWORK_LND",V.SET_NETWORK_LND="SET_NETWORK_LND",V.FETCH_CHANNELS_LND="FETCH_CHANNELS_LND",V.FETCH_PENDING_CHANNELS_LND="FETCH_PENDING_CHANNELS_LND",V.FETCH_CLOSED_CHANNELS_LND="FETCH_CLOSED_CHANNELS_LND",V.SET_CHANNELS_LND="SET_CHANNELS_LND",V.SET_PENDING_CHANNELS_LND="SET_PENDING_CHANNELS_LND",V.SET_CLOSED_CHANNELS_LND="SET_CLOSED_CHANNELS_LND",V.UPDATE_CHANNEL_LND="UPDATE_CHANNEL_LND",V.SAVE_NEW_CHANNEL_LND="SAVE_NEW_CHANNEL_LND",V.CLOSE_CHANNEL_LND="CLOSE_CHANNEL_LND",V.REMOVE_CHANNEL_LND="REMOVE_CHANNEL_LND",V.BACKUP_CHANNELS_LND="BACKUP_CHANNELS_LND",V.VERIFY_CHANNEL_LND="VERIFY_CHANNEL_LND",V.BACKUP_CHANNELS_RES_LND="BACKUP_CHANNELS_RES_LND",V.VERIFY_CHANNEL_RES_LND="VERIFY_CHANNEL_RES_LND",V.RESTORE_CHANNELS_LIST_LND="RESTORE_CHANNELS_LIST_LND",V.SET_RESTORE_CHANNELS_LIST_LND="SET_RESTORE_CHANNELS_LIST_LND",V.RESTORE_CHANNELS_LND="RESTORE_CHANNELS_LND",V.RESTORE_CHANNELS_RES_LND="RESTORE_CHANNELS_RES_LND",V.FETCH_INVOICES_LND="FETCH_INVOICES_LND",V.SET_INVOICES_LND="SET_INVOICES_LND",V.UPDATE_INVOICE_LND="UPDATE_INVOICE_LND",V.UPDATE_PAYMENT_LND="UPDATE_PAYMENT_LND",V.SET_TOTAL_INVOICES_LND="SET_TOTAL_INVOICES_LND",V.FETCH_TRANSACTIONS_LND="FETCH_TRANSACTIONS_LND",V.SET_TRANSACTIONS_LND="SET_TRANSACTIONS_LND",V.FETCH_UTXOS_LND="FETCH_UTXOS_LND",V.SET_UTXOS_LND="SET_UTXOS_LND",V.FETCH_PAYMENTS_LND="FETCH_PAYMENTS_LND",V.SET_PAYMENTS_LND="SET_PAYMENTS_LND",V.SEND_PAYMENT_LND="SEND_PAYMENT_LND",V.SEND_PAYMENT_STATUS_LND="SEND_PAYMENT_STATUS_LND",V.FETCH_GRAPH_NODE_LND="FETCH_GRAPH_NODE_LND",V.SET_GRAPH_NODE_LND="SET_GRAPH_NODE_LND",V.GET_NEW_ADDRESS_LND="GET_NEW_ADDRESS_LND",V.SET_NEW_ADDRESS_LND="SET_NEW_ADDRESS_LND",V.SET_CHANNEL_TRANSACTION_LND="SET_CHANNEL_TRANSACTION_LND",V.SET_CHANNEL_TRANSACTION_RES_LND="SET_CHANNEL_TRANSACTION_RES_LND",V.GEN_SEED_LND="GEN_SEED_LND",V.GEN_SEED_RESPONSE_LND="GEN_SEED_RESPONSE_LND",V.INIT_WALLET_LND="INIT_WALLET_LND",V.INIT_WALLET_RESPONSE_LND="INIT_WALLET_RESPONSE_LND",V.UNLOCK_WALLET_LND="UNLOCK_WALLET_LND",V.PEER_LOOKUP_LND="PEER_LOOKUP_LND",V.CHANNEL_LOOKUP_LND="CHANNEL_LOOKUP_LND",V.INVOICE_LOOKUP_LND="INVOICE_LOOKUP_LND",V.PAYMENT_LOOKUP_LND="PAYMENT_LOOKUP_LND",V.SET_LOOKUP_LND="SET_LOOKUP_LND",V.GET_FORWARDING_HISTORY_LND="GET_FORWARDING_HISTORY_LND",V.SET_FORWARDING_HISTORY_LND="SET_FORWARDING_HISTORY_LND",V.GET_QUERY_ROUTES_LND="GET_QUERY_ROUTES_LND",V.SET_QUERY_ROUTES_LND="SET_QUERY_ROUTES_LND",V.GET_ALL_LIGHTNING_TRANSATIONS_LND="GET_ALL_LIGHTNING_TRANSATIONS_LND",V.SET_ALL_LIGHTNING_TRANSATIONS_LND="SET_ALL_LIGHTNING_TRANSATIONS_LND",q;var V})(),he=(()=>{return(V=he||(he={})).RESET_CLN_STORE="RESET_CLN_STORE",V.UPDATE_API_CALL_STATUS_CLN="UPDATE_API_CALL_STATUS_CLN",V.SET_CHILD_NODE_SETTINGS_CLN="SET_CHILD_NODE_SETTINGS_CLN",V.FETCH_INFO_CLN="FETCH_INFO_CL_CLN",V.SET_INFO_CLN="SET_INFO_CLN",V.FETCH_FEES_CLN="FETCH_FEES_CLN",V.SET_FEES_CLN="SET_FEES_CLN",V.FETCH_FEE_RATES_CLN="FETCH_FEE_RATES_CLN",V.SET_FEE_RATES_CLN="SET_FEE_RATES_CLN",V.FETCH_BALANCE_CLN="FETCH_BALANCE_CLN",V.SET_BALANCE_CLN="SET_BALANCE_CLN",V.FETCH_LOCAL_REMOTE_BALANCE_CLN="FETCH_LOCAL_REMOTE_BALANCE_CLN",V.SET_LOCAL_REMOTE_BALANCE_CLN="SET_LOCAL_REMOTE_BALANCE_CLN",V.GET_NEW_ADDRESS_CLN="GET_NEW_ADDRESS_CLN",V.SET_NEW_ADDRESS_CLN="SET_NEW_ADDRESS_CLN",V.FETCH_UTXOS_CLN="FETCH_UTXOS_CLN",V.SET_UTXOS_CLN="SET_UTXOS_CLN",V.FETCH_PEERS_CLN="FETCH_PEERS_CLN",V.SET_PEERS_CLN="SET_PEERS_CLN",V.SAVE_NEW_PEER_CLN="SAVE_NEW_PEER_CLN",V.NEWLY_ADDED_PEER_CLN="NEWLY_ADDED_PEER_CLN",V.ADD_PEER_CLN="ADD_PEER_CLN",V.DETACH_PEER_CLN="DETACH_PEER_CLN",V.REMOVE_PEER_CLN="REMOVE_PEER_CLN",V.FETCH_CHANNELS_CLN="FETCH_CHANNELS_CLN",V.SET_CHANNELS_CLN="SET_CHANNELS_CLN",V.UPDATE_CHANNEL_CLN="UPDATE_CHANNEL_CLN",V.SAVE_NEW_CHANNEL_CLN="SAVE_NEW_CHANNEL_CLN",V.CLOSE_CHANNEL_CLN="CLOSE_CHANNEL_CLN",V.REMOVE_CHANNEL_CLN="REMOVE_CHANNEL_CLN",V.FETCH_PAYMENTS_CLN="FETCH_PAYMENTS_CLN",V.SET_PAYMENTS_CLN="SET_PAYMENTS_CLN",V.SEND_PAYMENT_CLN="SEND_PAYMENT_CLN",V.SEND_PAYMENT_STATUS_CLN="SEND_PAYMENT_STATUS_CLN",V.GET_QUERY_ROUTES_CLN="GET_QUERY_ROUTES_CLN",V.SET_QUERY_ROUTES_CLN="SET_QUERY_ROUTES_CLN",V.PEER_LOOKUP_CLN="PEER_LOOKUP_CLN",V.CHANNEL_LOOKUP_CLN="CHANNEL_LOOKUP_CLN",V.INVOICE_LOOKUP_CLN="INVOICE_LOOKUP_CLN",V.SET_LOOKUP_CLN="SET_LOOKUP_CLN",V.GET_FORWARDING_HISTORY_CLN="GET_FORWARDING_HISTORY_CLN",V.SET_FORWARDING_HISTORY_CLN="SET_FORWARDING_HISTORY_CLN",V.GET_FAILED_FORWARDING_HISTORY_CLN="GET_FAILED_FORWARDING_HISTORY_CLN",V.SET_FAILED_FORWARDING_HISTORY_CLN="SET_FAILED_FORWARDING_HISTORY_CLN",V.GET_LOCAL_FAILED_FORWARDING_HISTORY_CLN="GET_LOCAL_FAILED_FORWARDING_HISTORY_CLN",V.SET_LOCAL_FAILED_FORWARDING_HISTORY_CLN="SET_LOCAL_FAILED_FORWARDING_HISTORY_CLN",V.FETCH_INVOICES_CLN="FETCH_INVOICES_CLN",V.SET_INVOICES_CLN="SET_INVOICES_CLN",V.SAVE_NEW_INVOICE_CLN="SAVE_NEW_INVOICE_CLN",V.ADD_INVOICE_CLN="ADD_INVOICE_CLN",V.UPDATE_INVOICE_CLN="UPDATE_INVOICE_CLN",V.DELETE_EXPIRED_INVOICE_CLN="DELETE_EXPIRED_INVOICE_CLN",V.SET_CHANNEL_TRANSACTION_CLN="SET_CHANNEL_TRANSACTION_CLN",V.SET_CHANNEL_TRANSACTION_RES_CLN="SET_CHANNEL_TRANSACTION_RES_CLN",V.FETCH_OFFER_INVOICE_CLN="FETCH_OFFER_INVOICE_CLN",V.SET_OFFER_INVOICE_CLN="SET_OFFER_INVOICE_CLN",V.FETCH_OFFERS_CLN="FETCH_OFFERS_CLN",V.SET_OFFERS_CLN="SET_OFFERS_CLN",V.SAVE_NEW_OFFER_CLN="SAVE_NEW_OFFER_CLN",V.ADD_OFFER_CLN="ADD_OFFER_CLN",V.DISABLE_OFFER_CLN="DISABLE_OFFER_CLN",V.UPDATE_OFFER_CLN="UPDATE_OFFER_CLN",V.FETCH_OFFER_BOOKMARKS_CLN="FETCH_OFFER_BOOKMARKS_CLN",V.SET_OFFER_BOOKMARKS_CLN="SET_OFFER_BOOKMARKS_CLN",V.ADD_UPDATE_OFFER_BOOKMARK_CLN="ADD_UPDATE_OFFER_BOOKMARK_CLN",V.DELETE_OFFER_BOOKMARK_CLN="DELETE_OFFER_BOOKMARK_CLN",V.REMOVE_OFFER_BOOKMARK_CLN="REMOVE_OFFER_BOOKMARK_CL",he;var V})(),ve=(()=>{return(V=ve||(ve={})).RESET_ECL_STORE="RESET_ECL_STORE",V.UPDATE_API_CALL_STATUS_ECL="UPDATE_API_CALL_STATUS_ECL",V.SET_CHILD_NODE_SETTINGS_ECL="SET_CHILD_NODE_SETTINGS_ECL",V.FETCH_INFO_ECL="FETCH_INFO_ECL",V.SET_INFO_ECL="SET_INFO_ECL",V.FETCH_FEES_ECL="FETCH_FEES_ECL",V.SET_FEES_ECL="SET_FEES_ECL",V.FETCH_CHANNELS_ECL="FETCH_CHANNELS_ECL",V.SET_ACTIVE_CHANNELS_ECL="SET_ACTIVE_CHANNELS_ECL",V.SET_PENDING_CHANNELS_ECL="SET_PENDING_CHANNELS_ECL",V.SET_INACTIVE_CHANNELS_ECL="SET_INACTIVE_CHANNELS_ECL",V.FETCH_ONCHAIN_BALANCE_ECL="FETCH_ONCHAIN_BALANCE_ECL",V.SET_ONCHAIN_BALANCE_ECL="SET_ONCHAIN_BALANCE_ECL",V.FETCH_LIGHTNING_BALANCE_ECL="FETCH_LIGHTNING_BALANCE_ECL",V.SET_LIGHTNING_BALANCE_ECL="SET_LIGHTNING_BALANCE_ECL",V.SET_CHANNELS_STATUS_ECL="SET_CHANNELS_STATUS_ECL",V.FETCH_PEERS_ECL="FETCH_PEERS_ECL",V.SET_PEERS_ECL="SET_PEERS_ECL",V.SAVE_NEW_PEER_ECL="SAVE_NEW_PEER_ECL",V.NEWLY_ADDED_PEER_ECL="NEWLY_ADDED_PEER_ECL",V.ADD_PEER_ECL="ADD_PEER_ECL",V.DETACH_PEER_ECL="DETACH_PEER_ECL",V.REMOVE_PEER_ECL="REMOVE_PEER_ECL",V.GET_NEW_ADDRESS_ECL="GET_NEW_ADDRESS_ECL",V.SET_NEW_ADDRESS_ECL="SET_NEW_ADDRESS_ECL",V.SAVE_NEW_CHANNEL_ECL="SAVE_NEW_CHANNEL_ECL",V.UPDATE_CHANNEL_ECL="UPDATE_CHANNEL_ECL",V.CLOSE_CHANNEL_ECL="CLOSE_CHANNEL_ECL",V.REMOVE_CHANNEL_ECL="REMOVE_CHANNEL_ECL",V.FETCH_PAYMENTS_ECL="FETCH_PAYMENTS_ECL",V.SET_PAYMENTS_ECL="SET_PAYMENTS_ECL",V.GET_QUERY_ROUTES_ECL="GET_QUERY_ROUTES_ECL",V.SET_QUERY_ROUTES_ECL="SET_QUERY_ROUTES_ECL",V.SEND_PAYMENT_ECL="SEND_PAYMENT_ECL",V.SEND_PAYMENT_STATUS_ECL="SEND_PAYMENT_STATUS_ECL",V.FETCH_TRANSACTIONS_ECL="FETCH_TRANSACTIONS_ECL",V.SET_TRANSACTIONS_ECL="SET_TRANSACTIONS_ECL",V.SEND_ONCHAIN_FUNDS_ECL="SEND_ONCHAIN_FUNDS_ECL",V.SEND_ONCHAIN_FUNDS_RES_ECL="SEND_ONCHAIN_FUNDS_RES_ECL",V.FETCH_INVOICES_ECL="FETCH_INVOICES_ECL",V.SET_INVOICES_ECL="SET_INVOICES_ECL",V.SET_TOTAL_INVOICES_ECL="SET_TOTAL_INVOICES_ECL",V.CREATE_INVOICE_ECL="CREATE_INVOICE_ECL",V.ADD_INVOICE_ECL="ADD_INVOICE_ECL",V.UPDATE_INVOICE_ECL="UPDATE_INVOICE_ECL",V.PEER_LOOKUP_ECL="PEER_LOOKUP_ECL",V.INVOICE_LOOKUP_ECL="INVOICE_LOOKUP_ECL",V.SET_LOOKUP_ECL="SET_LOOKUP_ECL",V.UPDATE_CHANNEL_STATE_ECL="UPDATE_CHANNEL_STATE_ECL",V.UPDATE_RELAYED_PAYMENT_ECL="UPDATE_RELAYED_PAYMENT_ECL",ve;var V})();const Ne=[{range:{min:0,max:1},description:"Requires or supports extra channel re-establish fields"},{range:{min:4,max:5},description:"Commits to a shutdown script pubkey when opening channel"},{range:{min:6,max:7},description:"More sophisticated gossip control"},{range:{min:8,max:9},description:"Requires/supports variable-length routing onion payloads"},{range:{min:10,max:11},description:"Gossip queries can include additional information"},{range:{min:12,max:13},description:"Static key for remote output"},{range:{min:14,max:15},description:"Node supports payment secret field"},{range:{min:16,max:17},description:"Node can receive basic multi-part payments"},{range:{min:18,max:19},description:"Node can create large channels"},{range:{min:20,max:21},description:"Anchor outputs"},{range:{min:22,max:23},description:"Anchor commitment type with zero fee HTLC transactions"},{range:{min:26,max:27},description:"Future segwit versions allowed in shutdown"}];var we=(()=>{return(V=we||(we={})).gossip_queries_ex="Gossip queries including additional information",V.option_anchor_outputs="Anchor outputs",V.option_data_loss_protect="Extra channel re-establish fields",V.var_onion_optin="Variable-length routing onion payloads",V.option_static_remotekey="Static key for remote output",V.option_support_large_channel="Create large channels",V.option_anchors_zero_fee_htlc_tx="Anchor commitment type with zero fee HTLC transactions",V.payment_secret="Payment secret field",V.option_shutdown_anysegwit="Future segwit versions allowed in shutdown",V.basic_mpp="Basic multi-part payments",V.gossip_queries="More sophisticated gossip control",V.option_upfront_shutdown_script="Shutdown script pubkey when opening channel",V.anchors_zero_fee_htlc_tx="Anchor commitment type with zero fee HTLC transactions",V.amp="AMP",we;var V})(),Q=(()=>{return(V=Q||(Q={}))["data-loss-protect"]="Extra channel re-establish fields",V["upfront-shutdown-script"]="Shutdown script pubkey when opening channel",V["gossip-queries"]="More sophisticated gossip control",V["tlv-onion"]="Variable-length routing onion payloads",V["ext-gossip-queries"]="Gossip queries can include additional information",V["static-remote-key"]="Static key for remote output",V["payment-addr"]="Payment secret field",V["multi-path-payments"]="Basic multi-part payments",V["wumbo-channels"]="Wumbo Channels",V.anchors="Anchor outputs",V["anchors-zero-fee-htlc-tx"]="Anchor commitment type with zero fee HTLC transactions",V.amp="AMP",Q;var V})();const Ue=[{id:"match",placeholder:"Policy Match (%age)",min:0,max:200},{id:"available",placeholder:"Policy Available (%age)",min:0,max:100},{id:"fixed",placeholder:"Fixed Policy (Sats)",min:0,max:100}];var ye=(()=>{return(V=ye||(ye={})).OFFERED="offered",V.SETTLED="settled",V.FAILED="failed",V.LOCAL_FAILED="local_failed",ye;var V})()},8104:(Ve,K,p)=>{"use strict";p.d(K,{D:()=>oe});var t=p(8138),e=p(1135),f=p(7579),M=p(2843),a=p(9646),b=p(590),d=p(5577),N=p(2722),h=p(4004),A=p(262),w=p(1365),D=p(2340),L=p(7731),k=p(1786),S=p(7861),U=p(6523),Z=p(6529),j=p(9828),ne=p(5e3),$=p(5620),de=p(5043),te=p(7261),ie=p(9808);let oe=(()=>{class X{constructor(y,i,r,u,c){this.httpClient=y,this.store=i,this.logger=r,this.snackBar=u,this.titleCasePipe=c,this.APIUrl=D.T5,this.lnImplementation="",this.lnImplementationUpdated=new e.X(null),this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x,new f.x],this.mapAliases=(_,E)=>(_&&_.length>0?_.forEach((I,v)=>{var n;if(E&&E.length>0)for(let C=0;Cnull!==r),(0,d.z)(r=>{let u=this.APIUrl+"/"+r+D.NZ.PAYMENTS_API+"/decode/"+y;return"cln"===r&&(u=this.APIUrl+"/"+r+D.NZ.UTILITY_API+"/decode/"+y),this.store.dispatch((0,S.ac)({payload:L.m6.DECODE_PAYMENT})),this.httpClient.get(u).pipe((0,N.R)(this.unSubs[0]),(0,h.U)(c=>(this.store.dispatch((0,S.uO)({payload:L.m6.DECODE_PAYMENT})),c)),(0,A.K)(c=>(i?this.handleErrorWithoutAlert("Decode Payment",L.m6.DECODE_PAYMENT,c):this.handleErrorWithAlert("decodePaymentData",L.m6.DECODE_PAYMENT,"Decode Payment Failed",u,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))}))}decodePayments(y){return this.lnImplementationUpdated.pipe((0,b.P)(i=>null!==i),(0,d.z)(i=>{let r="",u="";return"ecl"===i?(r=this.APIUrl+"/"+i+D.NZ.PAYMENTS_API+"/getsentinfos",u=L.m6.GET_SENT_PAYMENTS):"cln"===i?(r=this.APIUrl+"/"+i+D.NZ.UTILITY_API,u=L.m6.DECODE_PAYMENTS):(r=this.APIUrl+"/"+i+D.NZ.PAYMENTS_API,u=L.m6.DECODE_PAYMENTS),this.store.dispatch((0,S.ac)({payload:u})),this.httpClient.post(r,{payments:y}).pipe((0,N.R)(this.unSubs[1]),(0,h.U)(c=>(this.store.dispatch((0,S.uO)({payload:u})),c)),(0,A.K)(c=>(this.handleErrorWithAlert("decodePaymentsData",u,u+" Failed",r,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))}))}getAliasesFromPubkeys(y,i){return this.lnImplementationUpdated.pipe((0,b.P)(r=>null!==r),(0,d.z)(r=>{if(i){const u=(new t.LE).set("pubkeys",y);return this.httpClient.get(this.APIUrl+"/"+r+D.NZ.NETWORK_API+"/nodes",{params:u})}return this.httpClient.get(this.APIUrl+"/"+r+D.NZ.NETWORK_API+"/node/"+y)}))}signMessage(y){return this.lnImplementationUpdated.pipe((0,b.P)(i=>null!==i),(0,d.z)(i=>{let r=this.APIUrl+"/"+i+D.NZ.MESSAGE_API+"/sign";return"cln"===i&&(r=this.APIUrl+"/"+i+D.NZ.UTILITY_API+"/sign"),this.store.dispatch((0,S.ac)({payload:L.m6.SIGN_MESSAGE})),this.httpClient.post(r,{message:y}).pipe((0,N.R)(this.unSubs[2]),(0,h.U)(u=>(this.store.dispatch((0,S.uO)({payload:L.m6.SIGN_MESSAGE})),u)),(0,A.K)(u=>(this.handleErrorWithAlert("signMessageData",L.m6.SIGN_MESSAGE,"Sign Message Failed",r,u),(0,M._)(()=>new Error(this.extractErrorMessage(u))))))}))}verifyMessage(y,i){return this.lnImplementationUpdated.pipe((0,b.P)(r=>null!==r),(0,d.z)(r=>{let u=this.APIUrl+"/"+r+D.NZ.MESSAGE_API+"/verify";return"cln"===r&&(u=this.APIUrl+"/"+r+D.NZ.UTILITY_API+"/verify"),this.store.dispatch((0,S.ac)({payload:L.m6.VERIFY_MESSAGE})),this.httpClient.post(u,{message:y,signature:i}).pipe((0,N.R)(this.unSubs[3]),(0,h.U)(c=>(this.store.dispatch((0,S.uO)({payload:L.m6.VERIFY_MESSAGE})),c)),(0,A.K)(c=>(this.handleErrorWithAlert("verifyMessageData",L.m6.VERIFY_MESSAGE,"Verify Message Failed",u,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))}))}bumpFee(y,i,r,u){return this.lnImplementationUpdated.pipe((0,b.P)(c=>null!==c),(0,d.z)(c=>{const _={txid:y,outputIndex:i};return r&&(_.targetConf=r),u&&(_.satPerByte=u),this.store.dispatch((0,S.ac)({payload:L.m6.BUMP_FEE})),this.httpClient.post(this.APIUrl+"/"+c+D.NZ.WALLET_API+"/bumpfee",_).pipe((0,N.R)(this.unSubs[4]),(0,h.U)(E=>(this.store.dispatch((0,S.uO)({payload:L.m6.BUMP_FEE})),this.snackBar.open("Successfully bumped the fee. Use the block explorer to verify transaction."),E)),(0,A.K)(E=>(this.handleErrorWithoutAlert("Bump Fee",L.m6.BUMP_FEE,E),(0,M._)(()=>new Error(this.extractErrorMessage(E))))))}))}labelUTXO(y,i,r=!0){return this.lnImplementationUpdated.pipe((0,b.P)(u=>null!==u),(0,d.z)(u=>{const c={txid:y,label:i,overwrite:r};return this.store.dispatch((0,S.ac)({payload:L.m6.LABEL_UTXO})),this.httpClient.post(this.APIUrl+"/"+u+D.NZ.WALLET_API+"/label",c).pipe((0,N.R)(this.unSubs[5]),(0,h.U)(_=>(this.store.dispatch((0,S.uO)({payload:L.m6.LABEL_UTXO})),_)),(0,A.K)(_=>(this.handleErrorWithoutAlert("Lease UTXO",L.m6.LABEL_UTXO,_),(0,M._)(()=>new Error(this.extractErrorMessage(_))))))}))}leaseUTXO(y,i){return this.lnImplementationUpdated.pipe((0,b.P)(r=>null!==r),(0,d.z)(r=>{const u={txid:y,outputIndex:i};return this.store.dispatch((0,S.ac)({payload:L.m6.LEASE_UTXO})),this.httpClient.post(this.APIUrl+"/"+r+D.NZ.WALLET_API+"/lease",u).pipe((0,N.R)(this.unSubs[6]),(0,h.U)(c=>{this.store.dispatch((0,S.uO)({payload:L.m6.LEASE_UTXO})),this.store.dispatch((0,U.mC)()),this.store.dispatch((0,U.Ly)());const _=new Date(1e3*c.expiration),E=Math.round(_.getTime())-60*_.getTimezoneOffset();this.snackBar.open("The UTXO has been leased till "+new Date(E).toString().substring(4,21).replace(" ","/").replace(" ","/").toUpperCase()+".")}),(0,A.K)(c=>(this.handleErrorWithoutAlert("Lease UTXO",L.m6.LEASE_UTXO,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))}))}getForwardingHistory(y,i,r,u){if("LND"===y){const c={end_time:r,start_time:i};return this.store.dispatch((0,S.ac)({payload:L.m6.GET_FORWARDING_HISTORY})),this.httpClient.post(this.APIUrl+"/lnd"+D.NZ.SWITCH_API,c).pipe((0,N.R)(this.unSubs[7]),(0,w.M)(this.store.select(Z._f)),(0,d.z)(([_,E])=>{if(_.forwarding_events){const I=[...E.channels,...E.closedChannels];_.forwarding_events.forEach(v=>{var n,C;if(I&&I.length>0)for(let B=0;B(this.handleErrorWithAlert("getForwardingHistoryData",L.m6.GET_FORWARDING_HISTORY,"Forwarding History Failed",this.APIUrl+"/lnd"+D.NZ.SWITCH_API,_),(0,M._)(()=>new Error(this.extractErrorMessage(_))))))}return"CLN"===y?(this.store.dispatch((0,S.ac)({payload:L.m6.GET_FORWARDING_HISTORY})),this.httpClient.get(this.APIUrl+"/cln"+D.NZ.CHANNELS_API+"/listForwards?status="+u).pipe((0,N.R)(this.unSubs[8]),(0,w.M)(this.store.select(j.ZW)),(0,d.z)(([c,_])=>{const E=this.mapAliases(c,[..._.activeChannels,..._.pendingChannels,..._.inactiveChannels]);return this.store.dispatch((0,S.uO)({payload:L.m6.GET_FORWARDING_HISTORY})),(0,a.of)(E)}),(0,A.K)(c=>(this.handleErrorWithAlert("getForwardingHistoryData",L.m6.GET_FORWARDING_HISTORY,"Forwarding History Failed",this.APIUrl+"/cln"+D.NZ.CHANNELS_API+"/listForwards?status="+u+"&start="+i+"&end="+r,c),(0,M._)(()=>new Error(this.extractErrorMessage(c))))))):(0,a.of)({})}listNetworkNodes(y=""){return this.lnImplementationUpdated.pipe((0,b.P)(i=>null!==i),(0,d.z)(i=>(this.store.dispatch((0,S.ac)({payload:L.m6.LIST_NETWORK_NODES})),this.httpClient.get(this.APIUrl+"/"+i+D.NZ.NETWORK_API+"/listNodes"+y).pipe((0,N.R)(this.unSubs[9]),(0,d.z)(r=>(this.store.dispatch((0,S.uO)({payload:L.m6.LIST_NETWORK_NODES})),(0,a.of)(r))),(0,A.K)(r=>(this.handleErrorWithoutAlert("List Network Nodes",L.m6.LIST_NETWORK_NODES,r),(0,M._)(()=>this.extractErrorMessage(r))))))))}listConfigs(){return this.lnImplementationUpdated.pipe((0,b.P)(y=>null!==y),(0,d.z)(y=>(this.store.dispatch((0,S.ac)({payload:L.m6.GET_LIST_CONFIGS})),this.httpClient.get(this.APIUrl+"/"+y+D.NZ.UTILITY_API+"/listConfigs").pipe((0,N.R)(this.unSubs[10]),(0,d.z)(i=>(this.store.dispatch((0,S.uO)({payload:L.m6.GET_LIST_CONFIGS})),(0,a.of)(i))),(0,A.K)(i=>(this.handleErrorWithoutAlert("List Configurations",L.m6.GET_LIST_CONFIGS,i),(0,M._)(()=>this.extractErrorMessage(i))))))))}getOrUpdateFunderPolicy(y,i,r,u,c,_){return this.lnImplementationUpdated.pipe((0,b.P)(E=>null!==E),(0,d.z)(E=>{const I=y?{policy:y,policy_mod:i,lease_fee_base_msat:r,lease_fee_basis:u,channel_fee_max_base_msat:c,channel_fee_max_proportional_thousandths:_}:null;return this.store.dispatch((0,S.ac)({payload:L.m6.GET_FUNDER_POLICY})),this.httpClient.post(this.APIUrl+"/"+E+D.NZ.CHANNELS_API+"/funderUpdate",I).pipe((0,N.R)(this.unSubs[11]),(0,h.U)(v=>(this.store.dispatch((0,S.uO)({payload:L.m6.GET_FUNDER_POLICY})),I&&this.store.dispatch((0,S.jW)({payload:"Funder Policy Updated Successfully with Compact Lease: "+v.compact_lease+"!"})),v)),(0,A.K)(v=>(this.handleErrorWithoutAlert("Funder Policy",L.m6.GET_FUNDER_POLICY,v),(0,M._)(()=>new Error(this.extractErrorMessage(v))))))}))}extractErrorMessage(y,i="Unknown Error."){return this.titleCasePipe.transform(y.error.text&&"string"==typeof y.error.text&&y.error.text.includes('')?"API Route Does Not Exist.":y.error&&y.error.error&&y.error.error.error&&y.error.error.error.error&&y.error.error.error.error.error&&"string"==typeof y.error.error.error.error.error?y.error.error.error.error.error:y.error&&y.error.error&&y.error.error.error&&y.error.error.error.error&&"string"==typeof y.error.error.error.error?y.error.error.error.error:y.error&&y.error.error&&y.error.error.error&&"string"==typeof y.error.error.error?y.error.error.error:y.error&&y.error.error&&"string"==typeof y.error.error?y.error.error:y.error&&"string"==typeof y.error?y.error:y.error&&y.error.error&&y.error.error.error&&y.error.error.error.error&&y.error.error.error.error.message&&"string"==typeof y.error.error.error.error.message?y.error.error.error.error.message:y.error&&y.error.error&&y.error.error.error&&y.error.error.error.message&&"string"==typeof y.error.error.error.message?y.error.error.error.message:y.error&&y.error.error&&y.error.error.message&&"string"==typeof y.error.error.message?y.error.error.message:y.error&&y.error.message&&"string"==typeof y.error.message?y.error.message:y.message&&"string"==typeof y.message?y.message:i)}handleErrorWithoutAlert(y,i,r){r.error.text&&"string"==typeof r.error.text&&r.error.text.includes('')&&(r={status:403,error:{message:"API Route Does Not Exist."}}),this.logger.error("ERROR IN: "+y+"\n"+JSON.stringify(r)),401===r.status?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,S.ts)()),this.store.dispatch((0,S.kS)()),this.store.dispatch((0,S.jW)({payload:"Authentication Failed. Redirecting to Login."}))):(this.store.dispatch((0,S.uO)({payload:i})),this.store.dispatch((0,S.qi)({payload:{action:y,status:L.Bn.ERROR,statusCode:r.status.toString(),message:this.extractErrorMessage(r)}})))}handleErrorWithAlert(y,i,r,u,c){if(this.logger.error(c),401===c.status)this.logger.info("Redirecting to Login"),this.store.dispatch((0,S.ts)()),this.store.dispatch((0,S.kS)()),this.store.dispatch((0,S.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,S.uO)({payload:i}));const _=this.extractErrorMessage(c);this.store.dispatch((0,S.qR)({payload:{data:{type:"ERROR",alertTitle:r,message:{code:c.status?c.status:"Unknown Error",message:_,URL:u},component:k.H}}})),this.store.dispatch((0,S.qi)({payload:{action:y,status:L.Bn.ERROR,statusCode:c.status.toString(),message:_,URL:u}}))}}ngOnDestroy(){this.unSubs.forEach(y=>{y.next(null),y.complete()})}}return X.\u0275fac=function(y){return new(y||X)(ne.LFG(t.eN),ne.LFG($.yh),ne.LFG(de.mQ),ne.LFG(te.ux),ne.LFG(ie.rS))},X.\u0275prov=ne.Yz7({token:X,factory:X.\u0275fac}),X})()},5043:(Ve,K,p)=>{"use strict";p.d(K,{LG:()=>d,mQ:()=>b});var t=p(2340),e=p(5e3);const{isDebugMode:f}=t.NZ,M=()=>null;let b=(()=>{class N{invokeConsoleMethod(A,w){}}return N.\u0275fac=function(A){return new(A||N)},N.\u0275prov=e.Yz7({token:N,factory:N.\u0275fac}),N})(),d=(()=>{class N{get info(){return f?console.log.bind(console):M}get warn(){return f?console.warn.bind(console):M}get error(){return f?console.error.bind(console):M}invokeConsoleMethod(A,w){(console[A]||console.log||M).apply(console,[w])}}return N.\u0275fac=function(A){return new(A||N)},N.\u0275prov=e.Yz7({token:N,factory:N.\u0275fac}),N})()},9107:(Ve,K,p)=>{"use strict";p.d(K,{W:()=>Z});var t=p(8138),e=p(1135),f=p(7579),M=p(9646),a=p(2843),b=p(2722),d=p(262),N=p(4004),h=p(2340),A=p(7731),w=p(1786),D=p(7861),L=p(5e3),k=p(5043),S=p(5620),U=p(62);let Z=(()=>{class j{constructor($,de,te,ie){this.httpClient=$,this.logger=de,this.store=te,this.commonService=ie,this.loopUrl="",this.swaps=[],this.swapsChanged=new e.X([]),this.unSubs=[new f.x,new f.x,new f.x,new f.x,new f.x]}getSwapsList(){return this.swaps}listSwaps(){this.store.dispatch((0,D.ac)({payload:A.m6.GET_LOOP_SWAPS})),this.loopUrl=h.T5+h.NZ.LOOP_API+"/swaps",this.httpClient.get(this.loopUrl).pipe((0,b.R)(this.unSubs[0])).subscribe({next:$=>{this.store.dispatch((0,D.uO)({payload:A.m6.GET_LOOP_SWAPS})),this.swaps=$,this.swapsChanged.next(this.swaps)},error:$=>this.swapsChanged.error(this.handleErrorWithAlert(A.m6.GET_LOOP_SWAPS,this.loopUrl,$))})}loopOut($,de,te,ie,oe,X,me,y,i,r){const u={amount:$,targetConf:te,swapRoutingFee:ie,minerFee:oe,prepayRoutingFee:X,prepayAmt:me,swapFee:y,swapPublicationDeadline:i,destAddress:r};return""!==de&&(u.chanId=de),this.loopUrl=h.T5+h.NZ.LOOP_API+"/out",this.httpClient.post(this.loopUrl,u).pipe((0,d.K)(c=>this.handleErrorWithoutAlert("Loop Out for Channel: "+de,A.m6.NO_SPINNER,c)))}getLoopOutTerms(){return this.loopUrl=h.T5+h.NZ.LOOP_API+"/out/terms",this.httpClient.get(this.loopUrl).pipe((0,d.K)($=>this.handleErrorWithoutAlert("Loop Out Terms",A.m6.NO_SPINNER,$)))}getLoopOutQuote($,de,te){let ie=new t.LE;return ie=ie.append("targetConf",de.toString()),ie=ie.append("swapPublicationDeadline",te.toString()),this.loopUrl=h.T5+h.NZ.LOOP_API+"/out/quote/"+$,this.store.dispatch((0,D.ac)({payload:A.m6.GET_QUOTE})),this.httpClient.get(this.loopUrl,{params:ie}).pipe((0,b.R)(this.unSubs[1]),(0,N.U)(oe=>(this.store.dispatch((0,D.uO)({payload:A.m6.GET_QUOTE})),oe)),(0,d.K)(oe=>this.handleErrorWithoutAlert("Loop Out Quote",A.m6.GET_QUOTE,oe)))}getLoopOutTermsAndQuotes($){let de=new t.LE;return de=de.append("targetConf",$.toString()),de=de.append("swapPublicationDeadline",((new Date).getTime()+18e5).toString()),this.loopUrl=h.T5+h.NZ.LOOP_API+"/out/termsAndQuotes",this.store.dispatch((0,D.ac)({payload:A.m6.GET_TERMS_QUOTES})),this.httpClient.get(this.loopUrl,{params:de}).pipe((0,b.R)(this.unSubs[2]),(0,N.U)(te=>(this.store.dispatch((0,D.uO)({payload:A.m6.GET_TERMS_QUOTES})),te)),(0,d.K)(te=>(0,M.of)(this.handleErrorWithAlert(A.m6.GET_TERMS_QUOTES,this.loopUrl,te))))}loopIn($,de,te,ie,oe){const X={amount:$,swapFee:de,minerFee:te,lastHop:ie,externalHtlc:oe};return this.loopUrl=h.T5+h.NZ.LOOP_API+"/in",this.httpClient.post(this.loopUrl,X).pipe((0,d.K)(me=>this.handleErrorWithoutAlert("Loop In",A.m6.NO_SPINNER,me)))}getLoopInTerms(){return this.loopUrl=h.T5+h.NZ.LOOP_API+"/in/terms",this.httpClient.get(this.loopUrl).pipe((0,d.K)($=>this.handleErrorWithoutAlert("Loop In Terms",A.m6.NO_SPINNER,$)))}getLoopInQuote($,de,te){let ie=new t.LE;return ie=ie.append("targetConf",de.toString()),ie=ie.append("swapPublicationDeadline",te.toString()),this.loopUrl=h.T5+h.NZ.LOOP_API+"/in/quote/"+$,this.store.dispatch((0,D.ac)({payload:A.m6.GET_QUOTE})),this.httpClient.get(this.loopUrl,{params:ie}).pipe((0,b.R)(this.unSubs[3]),(0,N.U)(oe=>(this.store.dispatch((0,D.uO)({payload:A.m6.GET_QUOTE})),oe)),(0,d.K)(oe=>this.handleErrorWithoutAlert("Loop In Qoute",A.m6.GET_QUOTE,oe)))}getLoopInTermsAndQuotes($){let de=new t.LE;return de=de.append("targetConf",$.toString()),de=de.append("swapPublicationDeadline",((new Date).getTime()+18e5).toString()),this.loopUrl=h.T5+h.NZ.LOOP_API+"/in/termsAndQuotes",this.store.dispatch((0,D.ac)({payload:A.m6.GET_TERMS_QUOTES})),this.httpClient.get(this.loopUrl,{params:de}).pipe((0,b.R)(this.unSubs[4]),(0,N.U)(te=>(this.store.dispatch((0,D.uO)({payload:A.m6.GET_TERMS_QUOTES})),te)),(0,d.K)(te=>(0,M.of)(this.handleErrorWithAlert(A.m6.GET_TERMS_QUOTES,this.loopUrl,te))))}getSwap($){return this.loopUrl=h.T5+h.NZ.LOOP_API+"/swap/"+$,this.httpClient.get(this.loopUrl).pipe((0,d.K)(de=>this.handleErrorWithoutAlert("Loop Get Swap for ID: "+$,A.m6.NO_SPINNER,de)))}handleErrorWithoutAlert($,de,te){let ie="";return this.logger.error("ERROR IN: "+$+"\n"+JSON.stringify(te)),this.store.dispatch((0,D.uO)({payload:de})),401===te.status?(ie="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,D.kS)())):503===te.status?(ie="Unable to Connect to Loop Server.",this.store.dispatch((0,D.qR)({payload:{data:{type:"ERROR",alertTitle:"Loop Not Connected",message:{code:te.status,message:"Unable to Connect to Loop Server",URL:$},component:w.H}}}))):ie=this.commonService.extractErrorMessage(te),(0,a._)(()=>new Error(ie))}handleErrorWithAlert($,de,te){let ie="";if(this.logger.error(te),this.store.dispatch((0,D.uO)({payload:$})),401===te.status)ie="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,D.kS)());else if(503===te.status)ie="Unable to Connect to Loop Server.",setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{type:"ERROR",alertTitle:"Loop Not Connected",message:{code:te.status,message:"Unable to Connect to Loop Server",URL:de},component:w.H}}}))},100);else{ie=this.commonService.extractErrorMessage(te);const oe=te.error&&te.error.error&&te.error.error.code?te.error.error.code:te.error&&te.error.code?te.error.code:te.code?te.code:te.status;setTimeout(()=>{this.store.dispatch((0,D.qR)({payload:{data:{type:A.n_.ERROR,alertTitle:"ERROR",message:{code:oe,message:ie,URL:de},component:w.H}}}))},100)}return{message:ie}}ngOnDestroy(){this.unSubs.forEach($=>{$.next(null),$.complete()})}}return j.\u0275fac=function($){return new($||j)(L.LFG(t.eN),L.LFG(k.mQ),L.LFG(S.yh),L.LFG(U.v))},j.\u0275prov=L.Yz7({token:j,factory:j.\u0275fac}),j})()},5986:(Ve,K,p)=>{"use strict";p.d(K,{m:()=>f});var t=p(7579),e=p(5e3);let f=(()=>{class M{constructor(){this.sessionSub=new t.x}watchSession(){return this.sessionSub.asObservable()}getItem(b){return sessionStorage.getItem(b)}getAllItems(){return sessionStorage}setItem(b,d){sessionStorage.setItem(b,d),this.sessionSub.next(sessionStorage)}removeItem(b){sessionStorage.removeItem(b),this.sessionSub.next(sessionStorage)}clearAll(){sessionStorage.clear(),this.sessionSub.next(sessionStorage)}}return M.\u0275fac=function(b){return new(b||M)},M.\u0275prov=e.Yz7({token:M,factory:M.\u0275fac}),M})()},7998:(Ve,K,p)=>{"use strict";p.d(K,{d:()=>k});var t=p(1135),e=p(7579),f=p(2722),M=p(930),a=p(8306),b=p(727),d=p(4707);const N={url:"",deserializer:S=>JSON.parse(S.data),serializer:S=>JSON.stringify(S)};class A extends e.u{constructor(U,Z){if(super(),this._socket=null,U instanceof a.y)this.destination=Z,this.source=U;else{const j=this._config=Object.assign({},N);if(this._output=new e.x,"string"==typeof U)j.url=U;else for(const ne in U)U.hasOwnProperty(ne)&&(j[ne]=U[ne]);if(!j.WebSocketCtor&&WebSocket)j.WebSocketCtor=WebSocket;else if(!j.WebSocketCtor)throw new Error("no WebSocket constructor can be found");this.destination=new d.t}}lift(U){const Z=new A(this._config,this.destination);return Z.operator=U,Z.source=this,Z}_resetState(){this._socket=null,this.source||(this.destination=new d.t),this._output=new e.x}multiplex(U,Z,j){const ne=this;return new a.y($=>{try{ne.next(U())}catch(te){$.error(te)}const de=ne.subscribe({next:te=>{try{j(te)&&$.next(te)}catch(ie){$.error(ie)}},error:te=>$.error(te),complete:()=>$.complete()});return()=>{try{ne.next(Z())}catch(te){$.error(te)}de.unsubscribe()}})}_connectSocket(){const{WebSocketCtor:U,protocol:Z,url:j,binaryType:ne}=this._config,$=this._output;let de=null;try{de=Z?new U(j,Z):new U(j),this._socket=de,ne&&(this._socket.binaryType=ne)}catch(ie){return void $.error(ie)}const te=new b.w0(()=>{this._socket=null,de&&1===de.readyState&&de.close()});de.onopen=ie=>{const{_socket:oe}=this;if(!oe)return de.close(),void this._resetState();const{openObserver:X}=this._config;X&&X.next(ie);const me=this.destination;this.destination=M.Lv.create(y=>{if(1===de.readyState)try{const{serializer:i}=this._config;de.send(i(y))}catch(i){this.destination.error(i)}},y=>{const{closingObserver:i}=this._config;i&&i.next(void 0),y&&y.code?de.close(y.code,y.reason):$.error(new TypeError("WebSocketSubject.error must be called with an object with an error code, and an optional reason: { code: number, reason: string }")),this._resetState()},()=>{const{closingObserver:y}=this._config;y&&y.next(void 0),de.close(),this._resetState()}),me&&me instanceof d.t&&te.add(me.subscribe(this.destination))},de.onerror=ie=>{this._resetState(),$.error(ie)},de.onclose=ie=>{de===this._socket&&this._resetState();const{closeObserver:oe}=this._config;oe&&oe.next(ie),ie.wasClean?$.complete():$.error(ie)},de.onmessage=ie=>{try{const{deserializer:oe}=this._config;$.next(oe(ie))}catch(oe){$.error(oe)}}}_subscribe(U){const{source:Z}=this;return Z?Z.subscribe(U):(this._socket||this._connectSocket(),this._output.subscribe(U),U.add(()=>{const{_socket:j}=this;0===this._output.observers.length&&(j&&(1===j.readyState||0===j.readyState)&&j.close(),this._resetState())}),U)}unsubscribe(){const{_socket:U}=this;U&&(1===U.readyState||0===U.readyState)&&U.close(),this._resetState(),super.unsubscribe()}}var w=p(5e3),D=p(5043),L=p(5986);let k=(()=>{class S{constructor(Z,j){this.logger=Z,this.sessionService=j,this.clWSMessages=new t.X(null),this.eclWSMessages=new t.X(null),this.lndWSMessages=new t.X(null),this.wsUrl="",this.nodeIndex="",this.RETRY_SECONDS=5,this.RECONNECT_TIMEOUT=null,this.unSubs=[new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x,new e.x]}connectWebSocket(Z,j){(!this.socket||this.socket.closed)&&(this.wsUrl=Z,this.nodeIndex=j,this.logger.info("Websocket Url: "+this.wsUrl),this.socket=new A({url:Z,protocol:[this.sessionService.getItem("token")||"",j]}),this.subscribeToMessages())}reconnectOnError(){this.RECONNECT_TIMEOUT||this.socket&&!this.socket.closed||(this.RETRY_SECONDS=this.RETRY_SECONDS>=160?160:2*this.RETRY_SECONDS,this.RECONNECT_TIMEOUT=setTimeout(()=>{this.logger.info("Reconnecting Web Socket."),this.connectWebSocket(this.wsUrl,this.nodeIndex),this.RECONNECT_TIMEOUT=null},1e3*this.RETRY_SECONDS))}closeConnection(){this.socket&&(this.socket.complete(),this.socket=null)}subscribeToMessages(){var Z;null===(Z=this.socket)||void 0===Z||Z.pipe((0,f.R)(this.unSubs[1])).subscribe({next:j=>{if((j="string"==typeof j?JSON.parse(j):j).error)this.handleError(j.error);else switch(this.logger.info("Next Message from WS:"+JSON.stringify(j)),j.source){case"LND":this.lndWSMessages.next(j);break;case"CLN":this.clWSMessages.next(j);break;case"ECL":this.eclWSMessages.next(j)}},error:j=>this.handleError(j),complete:()=>{this.logger.info("Web Socket Closed")}})}handleError(Z){this.logger.error(Z),this.clWSMessages.error(Z),this.eclWSMessages.error(Z),this.lndWSMessages.error(Z),this.reconnectOnError()}ngOnDestroy(){this.closeConnection(),this.clWSMessages.next(null),this.clWSMessages.complete(),this.eclWSMessages.next(null),this.eclWSMessages.complete(),this.lndWSMessages.next(null),this.lndWSMessages.complete()}}return S.\u0275fac=function(Z){return new(Z||S)(w.LFG(D.mQ),w.LFG(L.m))},S.\u0275prov=w.Yz7({token:S,factory:S.\u0275fac}),S})()},8750:(Ve,K,p)=>{"use strict";p.d(K,{m:()=>qn});var t=p(9808),e=p(1402),f=p(3075),M=p(8138),a=p(9444),b=p(5e3),d=p(3270),N=p(3322),h=p(7093);p(3191);let je=(()=>{class Ot{}return Ot.\u0275fac=function(gt){return new(gt||Ot)},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({imports:[[d.IR]]}),Ot})(),re=(()=>{class Ot{constructor(gt,Qt){(0,t.PM)(Qt)&&!gt&&console.warn("Warning: Flex Layout loaded on the server without FlexLayoutServerModule")}static withConfig(gt,Qt=[]){return{ngModule:Ot,providers:gt.serverLoaded?[{provide:d.WU,useValue:Object.assign(Object.assign({},d.g5),gt)},{provide:d.Bs,useValue:Qt,multi:!0},{provide:d.wY,useValue:!0}]:[{provide:d.WU,useValue:Object.assign(Object.assign({},d.g5),gt)},{provide:d.Bs,useValue:Qt,multi:!0}]}}}return Ot.\u0275fac=function(gt){return new(gt||Ot)(b.LFG(d.wY),b.LFG(b.Lbi))},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({imports:[[h.ae,N.aT,je],h.ae,N.aT,je]}),Ot})();var Qe=p(5113),Mt=p(508),zt=p(8966),bi=p(1079),Ei=p(7544),$i=p(7423);p(449),p(5664);let Bn=(()=>{class Ot{}return Ot.\u0275fac=function(gt){return new(gt||Ot)},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({imports:[[Mt.BQ,Mt.si],Mt.BQ]}),Ot})();var In=p(9224),Xn=p(7446),Cn=p(6856),Si=p(1125),Wi=p(3954),xn=p(5245),jn=p(7531),ur=p(4623),Gr=p(2181),Zr=p(6087),ua=p(5899),_a=p(773),va=p(9814),Ga=p(4107),Za=p(2638),cr=p(2368);p(1159),p(6360),p(925),p(727),p(226);let xa=(()=>{class Ot{}return Ot.\u0275fac=function(gt){return new(gt||Ot)},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({imports:[[t.ez,Mt.BQ],Mt.BQ]}),Ot})();var ar=p(7261),Oa=p(4847),Ra=p(5615),er=p(2075),oa=p(3251),Yr=p(4594),kr=p(7238),jr=p(149),ba=p(6688),Wa=p(1210),Qn=p(159),qe=p(8129),St=p(9776);let Ke=(()=>{class Ot extends St.Xj{_createContainer(){const gt=document.createElement("div");gt.classList.add("cdk-overlay-container"),document.getElementById("rtl-container").appendChild(gt),this._containerElement=gt}}return Ot.\u0275fac=function(){let oi;return function(Qt){return(oi||(oi=b.n5z(Ot)))(Qt||Ot)}}(),Ot.\u0275prov=b.Yz7({token:Ot,factory:Ot.\u0275fac}),Ot})();var kt=p(5043),ai=p(7731);const Ti={suppressScrollX:!1,suppressScrollY:!1};let Oi=(()=>{class Ot extends Mt.LF{format(gt,Qt){if("input"===Qt){let Di=gt.getDate().toString();return Di=+Di<10?"0"+Di:Di,Di+"/"+ai.gg[gt.getMonth()].name.toUpperCase()+"/"+gt.getFullYear()}return ai.gg[gt.getMonth()].name.toUpperCase()+" "+gt.getFullYear()}}return Ot.\u0275fac=function(){let oi;return function(Qt){return(oi||(oi=b.n5z(Ot)))(Qt||Ot)}}(),Ot.\u0275prov=b.Yz7({token:Ot,factory:Ot.\u0275fac}),Ot})();const rn={parse:{dateInput:{day:"numeric",month:"short",year:"numeric"}},display:{dateInput:"input",monthYearLabel:{month:"short",year:"numeric"},dateA11yLabel:{day:"numeric",month:"short",year:"numeric"},monthYearA11yLabel:{month:"short",year:"numeric"}}};let qn=(()=>{class Ot{}return Ot.\u0275fac=function(gt){return new(gt||Ot)},Ot.\u0275mod=b.oAB({type:Ot}),Ot.\u0275inj=b.cJS({providers:[{provide:kt.mQ,useClass:kt.LG},{provide:qe.op,useValue:Ti},{provide:ar.Ve,useValue:{duration:2e3,verticalPosition:"bottom",panelClass:"rtl-snack-bar"}},{provide:zt.Bq,useValue:{hasBackdrop:!0,autoFocus:!0,disableClose:!0,role:"dialog",width:"45%"}},{provide:Mt._A,useClass:Oi},{provide:Mt.sG,useValue:rn},{provide:St.Xj,useClass:Ke},t.JJ,t.rS,t.uU],imports:[[t.ez,f.u5,f.UX,a.uH,re,Qe.xu,zt.Is,$i.ot,Bn,In.QW,Xn.p9,Si.To,Wi.N6,Cn.FA,Mt.XK,xn.Ps,jn.c,ur.ie,Gr.Tx,ua.Cv,_a.Cq,va.Fk,jr.dp,ba.Hi,Ga.LD,Za.SJ,cr.rP,Oa.JX,er.p0,Yr.g0,kr.AV,Ei.g,Zr.TU,Ra.T5,xa,oa.Nh,ar.ZX,bi.Bb,Wa.a4,Qn.OF,e.Bz,M.JF,qe.Xd],f.u5,f.UX,a.uH,re,Qe.xu,zt.Is,$i.ot,Bn,In.QW,Xn.p9,Si.To,Wi.N6,Cn.FA,Mt.XK,xn.Ps,jn.c,ur.ie,Gr.Tx,ua.Cv,_a.Cq,va.Fk,jr.dp,ba.Hi,Ga.LD,Za.SJ,cr.rP,Oa.JX,er.p0,Yr.g0,kr.AV,Ei.g,Zr.TU,Ra.T5,xa,oa.Nh,ar.ZX,bi.Bb,Wa.a4,Qn.OF,qe.Xd]}),Ot})()},7861:(Ve,K,p)=>{"use strict";p.d(K,{M6:()=>w,Q2:()=>S,QO:()=>c,Tm:()=>oe,Uy:()=>te,XT:()=>$,_V:()=>me,ac:()=>N,c0:()=>r,c1:()=>D,dc:()=>v,ey:()=>ne,fk:()=>ie,jS:()=>X,jW:()=>d,kS:()=>i,lC:()=>M,qR:()=>A,qi:()=>a,tj:()=>k,ts:()=>b,tw:()=>Z,uO:()=>h,vI:()=>j,x4:()=>E,yb:()=>L,zQ:()=>de});var t=p(5620),e=p(7731);(0,t.PH)(e.pg.VOID);const M=(0,t.PH)(e.pg.SET_API_URL_ECL,(0,t.Ky)()),a=(0,t.PH)(e.pg.UPDATE_API_CALL_STATUS_ROOT,(0,t.Ky)()),b=(0,t.PH)(e.pg.CLOSE_ALL_DIALOGS),d=(0,t.PH)(e.pg.OPEN_SNACK_BAR,(0,t.Ky)()),N=(0,t.PH)(e.pg.OPEN_SPINNER,(0,t.Ky)()),h=(0,t.PH)(e.pg.CLOSE_SPINNER,(0,t.Ky)()),A=(0,t.PH)(e.pg.OPEN_ALERT,(0,t.Ky)()),w=(0,t.PH)(e.pg.CLOSE_ALERT,(0,t.Ky)()),D=(0,t.PH)(e.pg.OPEN_CONFIRMATION,(0,t.Ky)()),L=(0,t.PH)(e.pg.CLOSE_CONFIRMATION,(0,t.Ky)()),k=(0,t.PH)(e.pg.SHOW_PUBKEY),S=(0,t.PH)(e.pg.FETCH_CONFIG,(0,t.Ky)()),Z=((0,t.PH)(e.pg.SHOW_CONFIG,(0,t.Ky)()),(0,t.PH)(e.pg.UPDATE_SELECTED_NODE_OPTIONS)),j=(0,t.PH)(e.pg.RESET_ROOT_STORE,(0,t.Ky)()),ne=(0,t.PH)(e.pg.FETCH_RTL_CONFIG),$=(0,t.PH)(e.pg.SET_RTL_CONFIG,(0,t.Ky)()),de=(0,t.PH)(e.pg.SAVE_SETTINGS,(0,t.Ky)()),te=(0,t.PH)(e.pg.TWO_FA_SAVE_SETTINGS,(0,t.Ky)()),ie=(0,t.PH)(e.pg.SET_SELECTED_NODE,(0,t.Ky)()),oe=(0,t.PH)(e.pg.UPDATE_ROOT_NODE_SETTINGS,(0,t.Ky)()),X=(0,t.PH)(e.pg.UPDATE_SERVICE_SETTINGS,(0,t.Ky)()),me=(0,t.PH)(e.pg.SET_NODE_DATA,(0,t.Ky)()),i=((0,t.PH)(e.pg.SAVE_SSO,(0,t.Ky)()),(0,t.PH)(e.pg.LOGOUT)),r=(0,t.PH)(e.pg.RESET_PASSWORD,(0,t.Ky)()),c=((0,t.PH)(e.pg.RESET_PASSWORD_RES,(0,t.Ky)()),(0,t.PH)(e.pg.IS_AUTHORIZED,(0,t.Ky)())),E=((0,t.PH)(e.pg.IS_AUTHORIZED_RES,(0,t.Ky)()),(0,t.PH)(e.pg.LOGIN,(0,t.Ky)())),v=((0,t.PH)(e.pg.VERIFY_TWO_FA,(0,t.Ky)()),(0,t.PH)(e.pg.FETCH_FILE,(0,t.Ky)()));(0,t.PH)(e.pg.SHOW_FILE,(0,t.Ky)())},3093:(Ve,K,p)=>{"use strict";p.d(K,{V:()=>mn});var t=p(6642),e=p(7579),f=p(9646),M=p(8306),a=p(4128),b=p(4004),d=p(5698),N=p(1365),h=p(5577),A=p(262),w=p(2722),D=p(2340),L=p(7731),k=p(8966),S=p(5e3),U=p(7093),Z=p(773);let j=(()=>{class Yt{constructor(nt,Ft){this.dialogRef=nt,this.data=Ft}}return Yt.\u0275fac=function(nt){return new(nt||Yt)(S.Y36(k.so),S.Y36(k.WI))},Yt.\u0275cmp=S.Xpm({type:Yt,selectors:[["rtl-spinner-dialog"]],decls:5,vars:1,consts:[[1,"spinner-container"],["fxLayout","column","fxLayoutAlign","center center",1,"spinner-circle"]],template:function(nt,Ft){1&nt&&(S.TgZ(0,"div",0)(1,"div",1),S._UZ(2,"mat-spinner"),S.TgZ(3,"h1"),S._uU(4),S.qZA()()()),2&nt&&(S.xp6(4),S.Oqu(Ft.data.titleMessage))},directives:[U.xw,U.Wh,Z.Ou],styles:[".spinner-container[_ngcontent-%COMP%]{position:absolute;left:40%;top:35%}"]}),Yt})();var ne=p(5043),$=p(7261),de=p(62),te=p(9808),ie=p(3322),oe=p(159),X=p(9224),me=p(7423),y=p(8129),i=p(5245),r=p(3390),u=p(6895),c=p(4834);const _=["scrollContainer"];function E(Yt,wi){if(1&Yt&&S._UZ(0,"qr-code",15),2&Yt){const nt=S.oxw();S.Q6J("value",nt.showQRField)("size",200)("errorCorrectionLevel","L")}}function I(Yt,wi){1&Yt&&S.GkF(0)}const v=function(Yt){return{"h-40":Yt}};function n(Yt,wi){if(1&Yt&&(S.ynx(0),S.TgZ(1,"mat-card-content",16,17),S.YNc(3,I,1,0,"ng-container",18),S.qZA(),S.BQk()),2&Yt){const nt=S.oxw(),Ft=S.MAs(20);S.xp6(1),S.Q6J("ngClass",S.VKq(2,v,nt.data.scrollable)),S.xp6(2),S.Q6J("ngTemplateOutlet",Ft)}}function C(Yt,wi){1&Yt&&S.GkF(0)}function B(Yt,wi){if(1&Yt&&(S.ynx(0),S.TgZ(1,"mat-card-content",19),S.YNc(2,C,1,0,"ng-container",18),S.qZA(),S.BQk()),2&Yt){S.oxw();const nt=S.MAs(20);S.xp6(2),S.Q6J("ngTemplateOutlet",nt)}}function P(Yt,wi){1&Yt&&(S.TgZ(0,"mat-icon",23),S._uU(1,"arrow_downward"),S.qZA())}function F(Yt,wi){1&Yt&&(S.TgZ(0,"mat-icon",23),S._uU(1,"arrow_upward"),S.qZA())}function q(Yt,wi){if(1&Yt){const nt=S.EpF();S.TgZ(0,"div",20)(1,"button",21),S.NdJ("click",function(){return S.CHM(nt),S.oxw().onScroll()}),S.YNc(2,P,2,0,"mat-icon",22),S.YNc(3,F,2,0,"mat-icon",22),S.qZA()()}if(2&Yt){const nt=S.oxw();S.xp6(2),S.Q6J("ngIf","DOWN"===nt.scrollDirection),S.xp6(1),S.Q6J("ngIf","UP"===nt.scrollDirection)}}function he(Yt,wi){1&Yt&&(S.TgZ(0,"button",24),S._uU(1,"OK"),S.qZA()),2&Yt&&S.Q6J("mat-dialog-close",!1)}function ve(Yt,wi){1&Yt&&(S.TgZ(0,"button",25),S._uU(1,"Close"),S.qZA()),2&Yt&&S.Q6J("mat-dialog-close",!1)}function Ne(Yt,wi){if(1&Yt){const nt=S.EpF();S.TgZ(0,"button",26),S.NdJ("copied",function(Kt){return S.CHM(nt),S.oxw().onCopyField(Kt)}),S._uU(1),S.qZA()}if(2&Yt){const nt=S.oxw();S.Q6J("payload",nt.showCopyField),S.xp6(1),S.hij("Copy ",nt.showCopyName,"")}}function we(Yt,wi){1&Yt&&(S.TgZ(0,"button",25),S._uU(1,"Close"),S.qZA()),2&Yt&&S.Q6J("mat-dialog-close",!1)}function Q(Yt,wi){if(1&Yt){const nt=S.EpF();S.TgZ(0,"button",26),S.NdJ("copied",function(Kt){return S.CHM(nt),S.oxw().onCopyField(Kt)}),S._uU(1),S.qZA()}if(2&Yt){const nt=S.oxw();S.Q6J("payload",nt.showQRField),S.xp6(1),S.hij("Copy ",nt.showQRName,"")}}function Ue(Yt,wi){if(1&Yt&&S._UZ(0,"qr-code",15),2&Yt){const nt=S.oxw(2);S.Q6J("value",nt.showQRField)("size",200)("errorCorrectionLevel","L")}}function ye(Yt,wi){if(1&Yt&&(S.TgZ(0,"p",32),S._uU(1),S.qZA()),2&Yt){const nt=S.oxw(2);S.xp6(1),S.Oqu(nt.data.titleMessage)}}function V(Yt,wi){1&Yt&&S._UZ(0,"span",46),2&Yt&&S.Q6J("innerHTML",wi.$implicit,S.oJD)}function Ae(Yt,wi){if(1&Yt&&(S.ynx(0),S.YNc(1,V,1,1,"span",45),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Q6J("ngForOf",nt.value)}}function dt(Yt,wi){if(1&Yt&&(S.ynx(0),S._uU(1),S.ALo(2,"date"),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(S.xi3(2,1,1e3*nt.value,"dd/MMM/y HH:mm"))}}function Ie(Yt,wi){if(1&Yt&&(S.ynx(0),S._uU(1),S.ALo(2,"number"),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(S.xi3(2,1,nt.value,nt.digitsInfo?nt.digitsInfo:"1.0-3"))}}function De(Yt,wi){if(1&Yt&&(S.ynx(0),S._uU(1),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(nt.value?"True":"False")}}function le(Yt,wi){1&Yt&&(S.TgZ(0,"mat-icon",51),S._uU(1,"info"),S.qZA())}const Te=function(Yt){return{"failed-status":Yt}};function xe(Yt,wi){if(1&Yt&&(S.TgZ(0,"p",49),S._uU(1),S.YNc(2,le,2,0,"mat-icon",50),S.qZA()),2&Yt){const nt=S.oxw(3).$implicit,Ft=S.oxw(4);S.Q6J("ngClass",S.VKq(3,Te,nt.value===Ft.LoopStateEnum.FAILED)),S.xp6(1),S.hij(" ",nt.value," "),S.xp6(1),S.Q6J("ngIf",nt.value===Ft.LoopStateEnum.FAILED)}}function W(Yt,wi){if(1&Yt&&S._uU(0),2&Yt){const nt=S.oxw(3).$implicit;S.Oqu(nt.value)}}function ee(Yt,wi){if(1&Yt&&(S.ynx(0),S.YNc(1,xe,3,5,"p",47),S.YNc(2,W,1,1,"ng-template",null,48,S.W1O),S.BQk()),2&Yt){const nt=S.MAs(3),Ft=S.oxw(2).$implicit,Kt=S.oxw(4);S.xp6(1),S.Q6J("ngIf","SWAP"===Kt.data.openedBy&&"state"===Ft.key)("ngIfElse",nt)}}function ue(Yt,wi){if(1&Yt&&(S.TgZ(0,"span")(1,"span",42),S.YNc(2,Ae,2,1,"ng-container",43),S.YNc(3,dt,3,4,"ng-container",43),S.YNc(4,Ie,3,4,"ng-container",43),S.YNc(5,De,2,1,"ng-container",43),S.YNc(6,ee,4,2,"ng-container",44),S.qZA()()),2&Yt){const nt=S.oxw().$implicit,Ft=S.oxw(4);S.xp6(1),S.Q6J("ngSwitch",nt.type),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.ARRAY),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.DATE_TIME),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.NUMBER),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.BOOLEAN)}}function _e(Yt,wi){1&Yt&&(S.TgZ(0,"span",52),S._uU(1,"\xa0"),S.qZA())}function Le(Yt,wi){if(1&Yt&&(S.TgZ(0,"div",37)(1,"h4",38),S._uU(2),S.qZA(),S.YNc(3,ue,7,5,"span",39),S.YNc(4,_e,2,0,"ng-template",null,40,S.W1O),S._UZ(6,"mat-divider",41),S.qZA()),2&Yt){const nt=wi.$implicit,Ft=S.MAs(5);S.s9C("fxFlex.gt-md",nt.width),S.xp6(2),S.Oqu(nt.title),S.xp6(1),S.Q6J("ngIf",nt&&(!!nt.value||0===nt.value))("ngIfElse",Ft)}}function ut(Yt,wi){if(1&Yt&&(S.TgZ(0,"div")(1,"div",35),S.YNc(2,Le,7,4,"div",36),S.qZA()()),2&Yt){const nt=wi.$implicit;S.xp6(2),S.Q6J("ngForOf",nt)}}function ht(Yt,wi){if(1&Yt&&(S.TgZ(0,"div",33),S.YNc(1,ut,3,1,"div",34),S.qZA()),2&Yt){const nt=S.oxw(2);S.xp6(1),S.Q6J("ngForOf",nt.messageObjs)}}const It=function(Yt){return{"display-none":Yt}};function ui(Yt,wi){if(1&Yt&&(S.TgZ(0,"div",27)(1,"div",28),S.YNc(2,Ue,1,3,"qr-code",2),S.qZA(),S.TgZ(3,"div",29),S.YNc(4,ye,2,1,"p",30),S.YNc(5,ht,2,1,"div",31),S.qZA()()),2&Yt){const nt=S.oxw();S.xp6(1),S.Q6J("ngClass",S.VKq(4,It,""===nt.showQRField||nt.screenSize!==nt.screenSizeEnum.XS&&nt.screenSize!==nt.screenSizeEnum.SM)),S.xp6(1),S.Q6J("ngIf",""!==nt.showQRField),S.xp6(2),S.Q6J("ngIf",nt.data.titleMessage),S.xp6(1),S.Q6J("ngIf",(null==nt.messageObjs?null:nt.messageObjs.length)>0)}}let Wt=(()=>{class Yt{constructor(nt,Ft,Kt,mi,Ri,ki){this.dialogRef=nt,this.data=Ft,this.logger=Kt,this.snackBar=mi,this.commonService=Ri,this.renderer=ki,this.LoopStateEnum=L.Fq,this.showQRField="",this.showQRName="",this.showCopyName="",this.showCopyField="",this.errorMessage="",this.messageObjs=[],this.alertTypeEnum=L.n_,this.dataTypeEnum=L.Gi,this.screenSize="",this.screenSizeEnum=L.cu,this.scrollDirection="DOWN",this.shouldScroll=!0}set container(nt){nt&&(this.scrollContainer=nt,this.scrollContainer&&this.scrollContainer.nativeElement&&(this.unlistenEnd=this.renderer.listen(this.scrollContainer.nativeElement,"ps-y-reach-end",Ft=>{this.scrollDirection="UP"}),this.unlistenStart=this.renderer.listen(this.scrollContainer.nativeElement,"ps-y-reach-start",Ft=>{this.scrollDirection="DOWN"})))}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),this.messageObjs=this.data.message||[],this.showQRField=this.data.showQRField?this.data.showQRField:"",this.showQRName=this.data.showQRName?this.data.showQRName:"",this.showCopyName=this.data.showCopyName?this.data.showCopyName:"",this.showCopyField=this.data.showCopyField?this.data.showCopyField:"",this.data.type===L.n_.ERROR&&!this.data.message&&!this.data.titleMessage&&this.messageObjs.length<=0&&(this.data.titleMessage="Please Check Server Connection"),this.logger.info(this.messageObjs)}ngAfterViewChecked(){setTimeout(()=>{this.shouldScroll=this.scrollContainer&&this.scrollContainer.nativeElement&&this.scrollContainer.nativeElement.classList.value.includes("ps--active-y")},500)}onScroll(){this.scrollContainer.nativeElement.scrollTop="DOWN"===this.scrollDirection?this.scrollContainer.nativeElement.scrollTop+62.6:this.scrollContainer.nativeElement.scrollTop-62.6}onCopyField(nt){this.snackBar.open((this.showQRName?this.showQRName:this.showCopyName)+" copied."),this.logger.info("Copied Text: "+nt)}onClose(){this.dialogRef.close(!1)}ngOnDestroy(){this.unlistenStart&&this.unlistenStart(),this.unlistenEnd&&this.unlistenEnd()}}return Yt.\u0275fac=function(nt){return new(nt||Yt)(S.Y36(k.so),S.Y36(k.WI),S.Y36(ne.mQ),S.Y36($.ux),S.Y36(de.v),S.Y36(S.Qsj))},Yt.\u0275cmp=S.Xpm({type:Yt,selectors:[["rtl-alert-message"]],viewQuery:function(nt,Ft){if(1&nt&&S.Gf(_,5),2&nt){let Kt;S.iGM(Kt=S.CRH())&&(Ft.container=Kt.first)}},decls:21,vars:14,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","30","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large","ml-1",3,"ngClass"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],[3,"fxFlex"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","start end","class","btn-sticky-container padding-gap-x-large",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center",1,"padding-gap-x-large","padding-gap-bottom-large"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close",4,"ngIf"],["class","mr-1","fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",3,"mat-dialog-close",4,"ngIf"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied",4,"ngIf"],["contentBlock",""],[3,"value","size","errorCorrectionLevel"],[1,"padding-gap-x-large",3,"perfectScrollbar","ngClass"],["scrollContainer",""],[4,"ngTemplateOutlet"],[1,"padding-gap-x-large"],["fxLayout","row","fxLayoutAlign","start end",1,"btn-sticky-container","padding-gap-x-large"],["mat-mini-fab","","aria-label","Scroll","fxLayoutAlign","center center",3,"click"],["fxLayoutAlign","center center",4,"ngIf"],["fxLayoutAlign","center center"],["tabindex","1","autoFocus","","mat-button","","color","primary","type","submit","default","",3,"mat-dialog-close"],["fxLayoutAlign","center center","tabindex","1","mat-button","","color","primary","type","button","default","",1,"mr-1",3,"mat-dialog-close"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large","mb-1",3,"ngClass"],["fxLayout","column","fxFlex","100"],["fxLayoutAlign","start center","class","pb-2",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxLayoutAlign","start center",1,"pb-2"],["fxFlex","100"],[4,"ngFor","ngForOf"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","start center","fxLayoutAlign.gt-md","space-between start"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md"],["fxLayoutAlign","start",1,"font-bold-500"],[4,"ngIf","ngIfElse"],["emptyField",""],[1,"w-100","my-1"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"foreground-secondary-text",3,"ngSwitch"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["class","display-block w-100",3,"innerHTML",4,"ngFor","ngForOf"],[1,"display-block","w-100",3,"innerHTML"],["fxLayout","row",3,"ngClass",4,"ngIf","ngIfElse"],["noStyleBlock",""],["fxLayout","row",3,"ngClass"],["fxLayoutAlign","end end","class","icon-failed-status",4,"ngIf"],["fxLayoutAlign","end end",1,"icon-failed-status"],["fxFlex","100",1,"foreground-secondary-text"]],template:function(nt,Ft){1&nt&&(S.TgZ(0,"div",0)(1,"div",1),S.YNc(2,E,1,3,"qr-code",2),S.qZA(),S.TgZ(3,"div",3)(4,"mat-card-header",4)(5,"div",5)(6,"span",6),S._uU(7),S.qZA()(),S.TgZ(8,"button",7),S.NdJ("click",function(){return Ft.onClose()}),S._uU(9,"X"),S.qZA()(),S.YNc(10,n,4,4,"ng-container",8),S.YNc(11,B,3,1,"ng-container",8),S.YNc(12,q,4,2,"div",9),S.TgZ(13,"div",10),S.YNc(14,he,2,1,"button",11),S.YNc(15,ve,2,1,"button",12),S.YNc(16,Ne,2,2,"button",13),S.YNc(17,we,2,1,"button",12),S.YNc(18,Q,2,2,"button",13),S.qZA()()(),S.YNc(19,ui,6,6,"ng-template",null,14,S.W1O)),2&nt&&(S.xp6(1),S.Q6J("ngClass",S.VKq(12,It,""===Ft.showQRField||Ft.screenSize===Ft.screenSizeEnum.XS||Ft.screenSize===Ft.screenSizeEnum.SM)),S.xp6(1),S.Q6J("ngIf",""!==Ft.showQRField),S.xp6(1),S.Q6J("fxFlex",""===Ft.showQRField||Ft.screenSize===Ft.screenSizeEnum.XS||Ft.screenSize===Ft.screenSizeEnum.SM?"100":"70"),S.xp6(4),S.Oqu(Ft.data.alertTitle||Ft.alertTypeEnum[Ft.data.type]),S.xp6(3),S.Q6J("ngIf",Ft.data.scrollable),S.xp6(1),S.Q6J("ngIf",!Ft.data.scrollable),S.xp6(1),S.Q6J("ngIf",Ft.data.scrollable&&Ft.shouldScroll),S.xp6(2),S.Q6J("ngIf",(!Ft.showQRField||""===Ft.showQRField)&&""===Ft.showCopyName),S.xp6(1),S.Q6J("ngIf",""!==Ft.showCopyName),S.xp6(1),S.Q6J("ngIf",""!==Ft.showCopyName),S.xp6(1),S.Q6J("ngIf",""!==Ft.showQRField),S.xp6(1),S.Q6J("ngIf",""!==Ft.showQRField))},directives:[U.xw,U.Wh,U.yH,te.mk,ie.oO,te.O5,oe.uU,X.dk,me.lW,X.dn,y.$V,te.tP,i.Hw,r.h,k.ZT,u.y,te.sg,te.RF,te.n9,te.ED,c.d],pipes:[te.uU,te.JJ],styles:[".display-block[_ngcontent-%COMP%]{display:block}"]}),Yt})();var Gt=p(801),hi=p(7861),xt=p(5620),Nt=p(3075),Ct=p(9444),et=p(7322),yt=p(7531),ei=p(6534);function jt(Yt,wi){if(1&Yt&&(S.TgZ(0,"div",18),S._UZ(1,"fa-icon",19),S.TgZ(2,"span"),S._uU(3),S.qZA()()),2&Yt){const nt=S.oxw();S.xp6(1),S.Q6J("icon",nt.faExclamationTriangle),S.xp6(2),S.Oqu(nt.warningMessage)}}function Pe(Yt,wi){if(1&Yt&&(S.TgZ(0,"div",20),S._UZ(1,"fa-icon",19),S.TgZ(2,"span"),S._uU(3),S.qZA()()),2&Yt){const nt=S.oxw();S.xp6(1),S.Q6J("icon",nt.faInfoCircle),S.xp6(2),S.Oqu(nt.informationMessage)}}function Oe(Yt,wi){if(1&Yt&&(S.TgZ(0,"p",21),S._uU(1),S.qZA()),2&Yt){const nt=S.oxw();S.xp6(1),S.Oqu(nt.data.titleMessage)}}function ce(Yt,wi){1&Yt&&S._UZ(0,"div",36),2&Yt&&S.Q6J("innerHTML",wi.$implicit,S.oJD)}function be(Yt,wi){if(1&Yt&&(S.ynx(0,34),S.YNc(1,ce,1,1,"div",35),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Q6J("ngForOf",nt.value)}}function pt(Yt,wi){if(1&Yt&&(S.ynx(0),S._uU(1),S.ALo(2,"date"),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(S.xi3(2,1,1e3*nt.value,"dd/MMM/y HH:mm"))}}function mt(Yt,wi){if(1&Yt&&(S.ynx(0),S._uU(1),S.ALo(2,"number"),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(S.xi3(2,1,nt.value,"1.0-3"))}}function Ht(Yt,wi){if(1&Yt&&(S.ynx(0),S._uU(1),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(!0===nt.value?"True":"False")}}function it(Yt,wi){if(1&Yt&&(S.ynx(0),S._uU(1),S.BQk()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.Oqu(nt.value)}}function Re(Yt,wi){if(1&Yt&&(S.TgZ(0,"span")(1,"span",30),S.YNc(2,be,2,1,"ng-container",31),S.YNc(3,pt,3,4,"ng-container",32),S.YNc(4,mt,3,4,"ng-container",32),S.YNc(5,Ht,2,1,"ng-container",32),S.YNc(6,it,2,1,"ng-container",33),S.qZA()()),2&Yt){const nt=S.oxw().$implicit,Ft=S.oxw(3);S.xp6(1),S.Q6J("ngSwitch",nt.type),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.ARRAY),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.DATE_TIME),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.NUMBER),S.xp6(1),S.Q6J("ngSwitchCase",Ft.dataTypeEnum.BOOLEAN)}}function tt(Yt,wi){1&Yt&&(S.TgZ(0,"span",37),S._uU(1,"\xa0"),S.qZA())}function Je(Yt,wi){if(1&Yt&&(S.TgZ(0,"div",25)(1,"h4",26),S._uU(2),S.qZA(),S.YNc(3,Re,7,5,"span",27),S.YNc(4,tt,2,0,"ng-template",null,28,S.W1O),S._UZ(6,"mat-divider",29),S.qZA()),2&Yt){const nt=wi.$implicit,Ft=S.MAs(5);S.s9C("fxFlex.gt-md",nt.width),S.xp6(2),S.Oqu(nt.title),S.xp6(1),S.Q6J("ngIf",nt&&(!!nt.value||0===nt.value))("ngIfElse",Ft)}}function Se(Yt,wi){if(1&Yt&&(S.TgZ(0,"div")(1,"div",23),S.YNc(2,Je,7,4,"div",24),S.qZA()()),2&Yt){const nt=wi.$implicit;S.xp6(2),S.Q6J("ngForOf",nt)}}function Ge(Yt,wi){if(1&Yt&&(S.TgZ(0,"div"),S.YNc(1,Se,3,1,"div",22),S.qZA()),2&Yt){const nt=S.oxw();S.xp6(1),S.Q6J("ngForOf",nt.messageObjs)}}function at(Yt,wi){if(1&Yt&&(S.TgZ(0,"p",21),S._uU(1),S.qZA()),2&Yt){const nt=S.oxw(2);S.xp6(1),S.Oqu(nt.data.titleMessage)}}function st(Yt,wi){if(1&Yt&&(S.TgZ(0,"mat-error"),S._uU(1),S.qZA()),2&Yt){const nt=S.oxw(2).$implicit;S.xp6(1),S.hij("",nt.placeholder," is required.")}}function bt(Yt,wi){if(1&Yt){const nt=S.EpF();S.TgZ(0,"mat-form-field",41)(1,"input",42),S.NdJ("ngModelChange",function(Kt){return S.CHM(nt),S.oxw().$implicit.inputValue=Kt}),S.ALo(2,"lowercase"),S.qZA(),S.YNc(3,st,2,1,"mat-error",11),S.TgZ(4,"mat-hint"),S._uU(5),S.qZA()()}if(2&Yt){const nt=S.oxw(),Ft=nt.$implicit,Kt=nt.index;S.Q6J("fxFlex",Ft.width),S.xp6(1),S.MGl("name","input",Kt,""),S.Q6J("autoFocus",0===Kt)("placeholder",Ft.placeholder)("min",Ft.min)("step",Ft.step)("type",S.lcZ(2,11,Ft.inputType))("ngModel",Ft.inputValue)("tabindex",Kt+1),S.xp6(2),S.Q6J("ngIf",!Ft.inputValue),S.xp6(2),S.Oqu(Ft.hintFunction?Ft.hintFunction(Ft.inputValue):Ft.hintText)}}function gi(Yt,wi){if(1&Yt&&(S.ynx(0),S.YNc(1,bt,6,13,"mat-form-field",40),S.BQk()),2&Yt){const nt=wi.$implicit,Ft=S.oxw(2);S.xp6(1),S.Q6J("ngIf",!nt.advancedField||Ft.showAdvanced)}}function qt(Yt,wi){if(1&Yt&&(S.TgZ(0,"div",38),S.YNc(1,at,2,1,"p",10),S.TgZ(2,"div",39),S.YNc(3,gi,2,1,"ng-container",22),S.qZA()()),2&Yt){const nt=S.oxw();S.xp6(1),S.Q6J("ngIf",nt.data.titleMessage),S.xp6(2),S.Q6J("ngForOf",nt.getInputs)}}function Xt(Yt,wi){1&Yt&&(S.TgZ(0,"p"),S._uU(1,"Show Advanced"),S.qZA())}function Ji(Yt,wi){1&Yt&&(S.TgZ(0,"p"),S._uU(1,"Hide Advanced"),S.qZA())}function fi(Yt,wi){if(1&Yt){const nt=S.EpF();S.TgZ(0,"button",43),S.NdJ("click",function(){return S.CHM(nt),S.oxw().onShowAdvanced()}),S.YNc(1,Xt,2,0,"p",27),S.YNc(2,Ji,2,0,"ng-template",null,44,S.W1O),S.qZA()}if(2&Yt){const nt=S.MAs(3),Ft=S.oxw();S.xp6(1),S.Q6J("ngIf",!Ft.showAdvanced)("ngIfElse",nt)}}function si(Yt,wi){if(1&Yt){const nt=S.EpF();S.TgZ(0,"button",45),S.NdJ("click",function(){S.CHM(nt);const Kt=S.oxw();return Kt.onClose(Kt.getInputs)}),S._uU(1),S.qZA()}if(2&Yt){const nt=S.oxw();S.xp6(1),S.Oqu(nt.yesBtnText)}}function en(Yt,wi){if(1&Yt){const nt=S.EpF();S.TgZ(0,"button",46),S.NdJ("click",function(){return S.CHM(nt),S.oxw().onClose(!0)}),S._uU(1),S.qZA()}if(2&Yt){const nt=S.oxw();S.xp6(1),S.Oqu(nt.yesBtnText)}}let Bi=(()=>{class Yt{constructor(nt,Ft,Kt,mi){this.dialogRef=nt,this.data=Ft,this.logger=Kt,this.store=mi,this.faInfoCircle=Gt.sqG,this.faExclamationTriangle=Gt.eHv,this.informationMessage="",this.warningMessage="",this.noBtnText="No",this.yesBtnText="Yes",this.messageObjs=[],this.flgShowInput=!1,this.hasAdvanced=!1,this.alertTypeEnum=L.n_,this.dataTypeEnum=L.Gi,this.getInputs=[{placeholder:"",inputType:"text",inputValue:"",hintText:"",hintFunction:null,advancedField:!1}],this.showAdvanced=!1}ngOnInit(){this.informationMessage=this.data.informationMessage||"",this.warningMessage=this.data.warningMessage||"",this.flgShowInput=!!this.data.flgShowInput,this.getInputs=this.data.getInputs||[],this.noBtnText=this.data.noBtnText?this.data.noBtnText:"No",this.yesBtnText=this.data.yesBtnText?this.data.yesBtnText:"Yes",this.hasAdvanced=!!this.data.hasAdvanced&&this.data.hasAdvanced,this.messageObjs=this.data.message,this.data.type===L.n_.ERROR&&!this.data.message&&!this.data.titleMessage&&this.messageObjs.length<=0&&(this.data.titleMessage="Please Check Server Connection")}onShowAdvanced(){this.showAdvanced=!this.showAdvanced}onClose(nt){if(nt&&this.getInputs&&this.getInputs.some(Ft=>void 0===Ft.inputValue))return!0;!this.showAdvanced&&nt.length&&(nt=null==nt?void 0:nt.reduce((Ft,Kt)=>(Kt.advancedField||Ft.push(Kt),Ft),[])),this.store.dispatch((0,hi.yb)({payload:nt}))}}return Yt.\u0275fac=function(nt){return new(nt||Yt)(S.Y36(k.so),S.Y36(k.WI),S.Y36(ne.mQ),S.Y36(xt.yh))},Yt.\u0275cmp=S.Xpm({type:Yt,selectors:[["rtl-confirmation-message"]],decls:21,vars:10,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","8","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","100","class","alert alert-warn",4,"ngIf"],["fxFlex","100","class","alert alert-info",4,"ngIf"],["fxLayoutAlign","start center","class","pb-1",4,"ngIf"],[4,"ngIf"],["fxLayout","column","class","bordered-box my-2 p-2",4,"ngIf"],["fxLayout","row","fxLayoutAlign","end center"],["mat-button","","color","primary","type","reset","tabindex","1",1,"mr-1",3,"click"],["mat-button","","color","primary","type","button","class","mr-1","tabindex","2",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","3","default","",3,"click",4,"ngIf"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","4","default","",3,"click",4,"ngIf"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["fxFlex","100",1,"alert","alert-info"],["fxLayoutAlign","start center",1,"pb-1"],[4,"ngFor","ngForOf"],["fxLayout","row wrap","fxLayoutAlign","start center","fxLayoutAlign.gt-md","space-between start"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100",3,"fxFlex.gt-md"],["fxLayoutAlign","start",1,"font-bold-500"],[4,"ngIf","ngIfElse"],["emptyField",""],[1,"w-100","my-1"],[1,"foreground-secondary-text",3,"ngSwitch"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch",4,"ngSwitchCase"],[4,"ngSwitchCase"],[4,"ngSwitchDefault"],["fxLayout","row wrap","fxLayoutAlign","space-between stretch"],[3,"innerHTML",4,"ngFor","ngForOf"],[3,"innerHTML"],["fxFlex","100",1,"foreground-secondary-text"],["fxLayout","column",1,"bordered-box","my-2","p-2"],["fxLayout","row wrap","fxLayoutAlign","space-between center"],[3,"fxFlex",4,"ngIf"],[3,"fxFlex"],["matInput","","required","",3,"autoFocus","placeholder","name","min","step","type","ngModel","tabindex","ngModelChange"],["mat-button","","color","primary","type","button","tabindex","2",1,"mr-1",3,"click"],["hideAdvancedText",""],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","3","default","",3,"click"],["autoFocus","","mat-button","","color","primary","type","submit","tabindex","4","default","",3,"click"]],template:function(nt,Ft){1&nt&&(S.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),S._uU(5),S.qZA()(),S.TgZ(6,"button",5),S.NdJ("click",function(){return Ft.onClose(!1)}),S._uU(7,"X"),S.qZA()(),S.TgZ(8,"mat-card-content",6)(9,"form",7),S.YNc(10,jt,4,2,"div",8),S.YNc(11,Pe,4,2,"div",9),S.YNc(12,Oe,2,1,"p",10),S.YNc(13,Ge,2,1,"div",11),S.YNc(14,qt,4,2,"div",12),S.TgZ(15,"div",13)(16,"button",14),S.NdJ("click",function(){return Ft.onClose(!1)}),S._uU(17),S.qZA(),S.YNc(18,fi,4,2,"button",15),S.YNc(19,si,2,1,"button",16),S.YNc(20,en,2,1,"button",17),S.qZA()()()()()),2&nt&&(S.xp6(5),S.Oqu(Ft.data.alertTitle||Ft.alertTypeEnum[Ft.data.type]),S.xp6(5),S.Q6J("ngIf",Ft.warningMessage&&""!==Ft.warningMessage),S.xp6(1),S.Q6J("ngIf",Ft.informationMessage&&""!==Ft.informationMessage),S.xp6(1),S.Q6J("ngIf",Ft.data.titleMessage&&!Ft.flgShowInput),S.xp6(1),S.Q6J("ngIf",(null==Ft.messageObjs?null:Ft.messageObjs.length)>0),S.xp6(1),S.Q6J("ngIf",Ft.flgShowInput),S.xp6(3),S.Oqu(Ft.noBtnText),S.xp6(1),S.Q6J("ngIf",Ft.hasAdvanced),S.xp6(1),S.Q6J("ngIf",Ft.flgShowInput),S.xp6(1),S.Q6J("ngIf",!Ft.flgShowInput))},directives:[U.xw,U.yH,X.dk,U.Wh,me.lW,X.dn,Nt._Y,Nt.JL,Nt.F,te.O5,Ct.BN,te.sg,te.RF,te.n9,te.ED,c.d,et.KE,yt.Nt,ei.q,Nt.Fj,Nt.Q7,r.h,Nt.JJ,Nt.On,et.TO,et.bx],pipes:[te.uU,te.JJ,te.i8],styles:[""]}),Yt})();var zi=p(1786),Ui=p(4107),ze=p(508);function Tt(Yt,wi){if(1&Yt&&(S.TgZ(0,"mat-option",23),S._uU(1),S.qZA()),2&Yt){const nt=wi.$implicit;S.Q6J("value",nt),S.xp6(1),S.hij(" ",nt.infoName," ")}}function pe(Yt,wi){if(1&Yt){const nt=S.EpF();S.TgZ(0,"div",13)(1,"mat-form-field",20)(2,"mat-select",21),S.NdJ("valueChange",function(Kt){return S.CHM(nt),S.oxw().selInfoType=Kt}),S.YNc(3,Tt,2,2,"mat-option",22),S.qZA()()()}if(2&Yt){const nt=S.oxw();S.xp6(2),S.Q6J("value",nt.selInfoType),S.xp6(1),S.Q6J("ngForOf",nt.infoTypes)}}const je=function(Yt){return{"display-none":Yt}};let _t=(()=>{class Yt{constructor(nt,Ft,Kt,mi,Ri){this.dialogRef=nt,this.data=Ft,this.logger=Kt,this.snackBar=mi,this.commonService=Ri,this.faReceipt=Gt.dLy,this.infoTypes=[{infoID:0,infoKey:"node pubkey",infoName:"Node pubkey"}],this.selInfoType=this.infoTypes[0],this.qrWidth=210,this.screenSize="",this.screenSizeEnum=L.cu}ngOnInit(){this.information=this.data.information,this.information.uris&&(1===this.information.uris.length?this.infoTypes.push({infoID:1,infoKey:"node URI",infoName:"Node URI"}):this.information.uris.length>1&&this.information.uris.forEach((nt,Ft)=>{this.infoTypes.push({infoID:Ft+1,infoKey:"node URI "+(Ft+1),infoName:"Node URI "+(Ft+1)})})),this.screenSize=this.commonService.getScreenSize()}onClose(){this.dialogRef.close(!1)}onCopyPubkey(nt){this.snackBar.open(this.selInfoType.infoName+" copied."),this.logger.info("Copied Text: "+nt)}}return Yt.\u0275fac=function(nt){return new(nt||Yt)(S.Y36(k.so),S.Y36(k.WI),S.Y36(ne.mQ),S.Y36($.ux),S.Y36(de.v))},Yt.\u0275cmp=S.Xpm({type:Yt,selectors:[["rtl-show-pubkey"]],decls:26,vars:19,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","30","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],[3,"value","size","errorCorrectionLevel"],["fxFlex","100","fxFlex.gt-sm","70"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],["fxFlex","50","fxLayoutAlign","center start",1,"modal-qr-code-container","padding-gap-large",3,"ngClass"],["fxLayout","row",4,"ngIf"],["fxLayout","row"],["fxFlex","100"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"],["fxLayout","row","fxLayoutAlign","end center",1,"mt-2"],["autoFocus","","mat-button","","color","primary","tabindex","2","type","submit","rtlClipboard","",3,"payload","copied"],["fxFlex","100","fxFlex.gt-sm","40","fxLayoutAlign","start end"],["tabindex","1",3,"value","valueChange"],[3,"value",4,"ngFor","ngForOf"],[3,"value"]],template:function(nt,Ft){1&nt&&(S.TgZ(0,"div",0)(1,"div",1),S._UZ(2,"qr-code",2),S.qZA(),S.TgZ(3,"div",3)(4,"mat-card-header",4)(5,"div",5),S._UZ(6,"fa-icon",6),S.TgZ(7,"span",7),S._uU(8),S.qZA()(),S.TgZ(9,"button",8),S.NdJ("click",function(){return Ft.onClose()}),S._uU(10,"X"),S.qZA()(),S.TgZ(11,"mat-card-content",9)(12,"div",10)(13,"div",11),S._UZ(14,"qr-code",2),S.qZA(),S.YNc(15,pe,4,2,"div",12),S.TgZ(16,"div",13)(17,"div",14)(18,"h4",15),S._uU(19),S.qZA(),S.TgZ(20,"span",16),S._uU(21),S.qZA()()(),S._UZ(22,"mat-divider",17),S.TgZ(23,"div",18)(24,"button",19),S.NdJ("copied",function(mi){return Ft.onCopyPubkey(mi)}),S._uU(25),S.qZA()()()()()()),2&nt&&(S.xp6(1),S.Q6J("ngClass",S.VKq(15,je,Ft.screenSize===Ft.screenSizeEnum.XS||Ft.screenSize===Ft.screenSizeEnum.SM)),S.xp6(1),S.s9C("value",0===Ft.selInfoType.infoID?Ft.information.identity_pubkey:Ft.information.uris[Ft.selInfoType.infoID-1]),S.Q6J("size",Ft.qrWidth)("errorCorrectionLevel","L"),S.xp6(4),S.Q6J("icon",Ft.faReceipt),S.xp6(2),S.Oqu(Ft.selInfoType.infoName),S.xp6(5),S.Q6J("ngClass",S.VKq(17,je,Ft.screenSize!==Ft.screenSizeEnum.XS&&Ft.screenSize!==Ft.screenSizeEnum.SM)),S.xp6(1),S.s9C("value",0===Ft.selInfoType.infoID?Ft.information.identity_pubkey:Ft.information.uris[Ft.selInfoType.infoID-1]),S.Q6J("size",Ft.qrWidth)("errorCorrectionLevel","L"),S.xp6(1),S.Q6J("ngIf",Ft.information.uris&&Ft.information.uris.length>0),S.xp6(4),S.Oqu(Ft.selInfoType.infoName),S.xp6(2),S.Oqu(0===Ft.selInfoType.infoID?Ft.information.identity_pubkey:Ft.information.uris[Ft.selInfoType.infoID-1]),S.xp6(3),S.s9C("payload",0===Ft.selInfoType.infoID?Ft.information.identity_pubkey:Ft.information.uris[Ft.selInfoType.infoID-1]),S.xp6(1),S.hij("Copy ",Ft.selInfoType.infoKey,""))},directives:[U.xw,U.Wh,U.yH,te.mk,ie.oO,oe.uU,X.dk,Ct.BN,me.lW,X.dn,te.O5,et.KE,Ui.gD,te.sg,ze.ey,c.d,r.h,u.y],styles:[""]}),Yt})();var re=p(6523),Qe=p(429),Mt=p(2994),zt=p(8377),bi=p(8138),Ei=p(7998),$i=p(5986),Gi=p(8104),sn=p(1402);let mn=(()=>{class Yt{constructor(nt,Ft,Kt,mi,Ri,ki,hn,Bn,In,Xn,Cn){this.actions=nt,this.httpClient=Ft,this.store=Kt,this.logger=mi,this.wsService=Ri,this.sessionService=ki,this.commonService=hn,this.dataService=Bn,this.dialog=In,this.snackBar=Xn,this.router=Cn,this.screenSize="",this.alertWidth="55%",this.confirmWidth="70%",this.unSubs=[new e.x,new e.x],this.closeAllDialogs=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.CLOSE_ALL_DIALOGS),(0,b.U)(()=>{this.dialog.closeAll()})),{dispatch:!1}),this.openSnackBar=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.OPEN_SNACK_BAR),(0,b.U)(Si=>{"string"==typeof Si.payload?this.snackBar.open(Si.payload):this.snackBar.open(Si.payload.message,"","ERROR"===Si.payload.type?{duration:Si.payload.duration?Si.payload.duration:2e3,panelClass:"rtl-warn-snack-bar"}:"WARN"===Si.payload.type?{duration:Si.payload.duration?Si.payload.duration:2e3,panelClass:"rtl-accent-snack-bar"}:{duration:Si.payload.duration?Si.payload.duration:2e3,panelClass:"rtl-snack-bar"})})),{dispatch:!1}),this.openSpinner=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.OPEN_SPINNER),(0,b.U)(Si=>{Si.payload!==L.m6.NO_SPINNER&&(this.dialogRef=this.dialog.open(j,{data:{titleMessage:Si.payload}}))})),{dispatch:!1}),this.closeSpinner=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.CLOSE_SPINNER),(0,b.U)(Si=>{if(Si.payload!==L.m6.NO_SPINNER)try{this.dialogRef&&this.dialogRef.componentInstance&&this.dialogRef.componentInstance.data&&this.dialogRef.componentInstance.data.titleMessage&&this.dialogRef.componentInstance.data.titleMessage===Si.payload?this.dialogRef.close():this.dialog.openDialogs.forEach(Wi=>{Wi.componentInstance&&Wi.componentInstance.data&&Wi.componentInstance.data.titleMessage&&Wi.componentInstance.data.titleMessage===Si.payload&&Wi.close()})}catch(Wi){this.logger.error(Wi)}})),{dispatch:!1}),this.openAlert=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.OPEN_ALERT),(0,b.U)(Si=>{const Wi=JSON.parse(JSON.stringify(Si.payload));Wi.width||(Wi.width=this.alertWidth),this.dialogRef=this.dialog.open(Si.payload.data.component?Si.payload.data.component:Wt,Wi)})),{dispatch:!1}),this.closeAlert=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.CLOSE_ALERT),(0,b.U)(Si=>(this.dialogRef&&this.dialogRef.close(),Si.payload))),{dispatch:!1}),this.openConfirm=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.OPEN_CONFIRMATION),(0,b.U)(Si=>{const Wi=JSON.parse(JSON.stringify(Si.payload));Wi.width||(Wi.width=this.confirmWidth),this.dialogRef=this.dialog.open(Bi,Wi)})),{dispatch:!1}),this.closeConfirm=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.CLOSE_CONFIRMATION),(0,d.q)(1),(0,b.U)(Si=>(this.dialogRef&&this.dialogRef.close(),this.logger.info(Si.payload),Si.payload))),{dispatch:!1}),this.showNodePubkey=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SHOW_PUBKEY),(0,N.M)(this.store.select(zt.R4)),(0,h.z)(([Si,Wi])=>(this.sessionService.getItem("token")&&Wi.identity_pubkey?this.store.dispatch((0,hi.qR)({payload:{data:{information:Wi,component:_t}}})):this.snackBar.open("Node Pubkey does not exist."),(0,f.of)({type:L.pg.VOID}))))),this.appConfigFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.FETCH_RTL_CONFIG),(0,h.z)(()=>(this.screenSize=this.commonService.getScreenSize(),this.screenSize===L.cu.XS||this.screenSize===L.cu.SM?(this.alertWidth="95%",this.confirmWidth="95%"):this.screenSize===L.cu.MD?(this.alertWidth="80%",this.confirmWidth="80%"):(this.alertWidth="45%",this.confirmWidth="50%"),this.store.dispatch((0,hi.ac)({payload:L.m6.GET_RTL_CONFIG})),this.store.dispatch((0,hi.qi)({payload:{action:"FetchRTLConfig",status:L.Bn.INITIATED}})),this.sessionService.getItem("token")?this.httpClient.get(D.NZ.CONF_API+"/rtlconf"):this.httpClient.get(D.NZ.CONF_API+"/rtlconfinit"))),(0,b.U)(Si=>{this.logger.info(Si),this.store.dispatch((0,hi.uO)({payload:L.m6.GET_RTL_CONFIG})),this.store.dispatch((0,hi.qi)({payload:{action:"FetchRTLConfig",status:L.Bn.COMPLETED}}));let Wi=null;return Si.nodes.forEach(xn=>{var jn,ur;xn.settings.currencyUnits=[...L.uA,(null===(jn=xn.settings)||void 0===jn?void 0:jn.currencyUnit)?null===(ur=xn.settings)||void 0===ur?void 0:ur.currencyUnit:""],+(xn.index||-1)===Si.selectedNodeIndex&&(Wi=xn)}),Wi?(this.store.dispatch((0,hi.fk)({payload:{uiMessage:L.m6.NO_SPINNER,prevLnNodeIndex:-1,currentLnNode:Wi,isInitialSetup:!0}})),{type:L.pg.SET_RTL_CONFIG,payload:Si}):{type:L.pg.VOID}}),(0,A.K)(Si=>(this.handleErrorWithAlert("FetchRTLConfig",L.m6.GET_RTL_CONFIG,"Fetch RTL Config Failed!",D.NZ.CONF_API,Si),(0,f.of)({type:L.pg.VOID}))))),this.settingSave=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SAVE_SETTINGS),(0,h.z)(Si=>{this.store.dispatch((0,hi.ac)({payload:Si.payload.uiMessage})),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateSettings",status:L.Bn.INITIATED}}));let Wi=new M.y;if(Si.payload.settings&&Si.payload.defaultNodeIndex){const xn=this.httpClient.post(D.NZ.CONF_API,{updatedSettings:Si.payload.settings}),jn=this.httpClient.post(D.NZ.CONF_API+"/updateDefaultNode",{defaultNodeIndex:Si.payload.defaultNodeIndex});Wi=(0,a.D)([xn,jn])}else Si.payload.settings&&!Si.payload.defaultNodeIndex?Wi=this.httpClient.post(D.NZ.CONF_API,{updatedSettings:Si.payload.settings}):!Si.payload.settings&&Si.payload.defaultNodeIndex&&(Wi=this.httpClient.post(D.NZ.CONF_API+"/updateDefaultNode",{defaultNodeIndex:Si.payload.defaultNodeIndex}));return Wi.pipe((0,b.U)(xn=>(this.logger.info(xn),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateSettings",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:Si.payload.uiMessage})),{type:L.pg.OPEN_SNACK_BAR,payload:xn.length?xn[0].message+".":xn.message+"."})),(0,A.K)(xn=>(this.handleErrorWithAlert("UpdateSettings",Si.payload.uiMessage,"Update Settings Failed!",D.NZ.CONF_API,xn.length?xn[0]:xn),(0,f.of)({type:L.pg.VOID}))))}))),this.updateServicesettings=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.UPDATE_SERVICE_SETTINGS),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:Si.payload.uiMessage})),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateServiceSettings",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.CONF_API+"/updateServiceSettings",Si.payload).pipe((0,b.U)(Wi=>(this.logger.info(Wi),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateServiceSettings",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:Si.payload.uiMessage})),this.store.dispatch((0,hi.Tm)({payload:Si.payload})),{type:L.pg.OPEN_SNACK_BAR,payload:Wi.message+"."})),(0,A.K)(Wi=>(this.handleErrorWithAlert("UpdateServiceSettings",Si.payload.uiMessage,"Update Service Settings Failed!",D.NZ.CONF_API,Wi),(0,f.of)({type:L.pg.VOID})))))))),this.twoFASettingSave=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.TWO_FA_SAVE_SETTINGS),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:L.m6.UPDATE_UI_SETTINGS})),this.store.dispatch((0,hi.qi)({payload:{action:"Update2FASettings",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.CONF_API+"/update2FA",{secret2fa:Si.payload.secret2fa}))),(0,N.M)(this.store.select(zt.Yj)),(0,b.U)(([Si,Wi])=>{this.logger.info(Si),Wi.enable2FA=!Wi.enable2FA,this.store.dispatch((0,hi.qi)({payload:{action:"Update2FASettings",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:L.m6.UPDATE_UI_SETTINGS})),this.store.dispatch((0,hi.XT)({payload:Wi}))}),(0,A.K)(Si=>(this.handleErrorWithAlert("Update2FASettings",L.m6.UPDATE_UI_SETTINGS,"Update 2FA Settings Failed!",D.NZ.CONF_API,Si),(0,f.of)({type:L.pg.VOID})))),{dispatch:!1}),this.configFetch=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.FETCH_CONFIG),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:L.m6.OPEN_CONFIG_FILE})),this.store.dispatch((0,hi.qi)({payload:{action:"fetchConfig",status:L.Bn.INITIATED}})),this.httpClient.get(D.NZ.CONF_API+"/config/"+Si.payload).pipe((0,b.U)(Wi=>(this.store.dispatch((0,hi.qi)({payload:{action:"fetchConfig",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:L.m6.OPEN_CONFIG_FILE})),{type:L.pg.SHOW_CONFIG,payload:Wi})),(0,A.K)(Wi=>(this.handleErrorWithAlert("fetchConfig",L.m6.OPEN_CONFIG_FILE,"Fetch Config Failed!",D.NZ.CONF_API+"/config/"+Si.payload,Wi),(0,f.of)({type:L.pg.VOID})))))))),this.showLnConfig=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SHOW_CONFIG),(0,b.U)(Si=>Si.payload)),{dispatch:!1}),this.isAuthorized=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.IS_AUTHORIZED),(0,h.z)(Si=>(this.store.dispatch((0,hi.qi)({payload:{action:"IsAuthorized",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.AUTHENTICATE_API,{authenticateWith:Si.payload&&""!==Si.payload.trim()?L.OJ.PASSWORD:L.OJ.JWT,authenticationValue:Si.payload&&""!==Si.payload.trim()?Si.payload:this.sessionService.getItem("token")?this.sessionService.getItem("token"):""}).pipe((0,b.U)(Wi=>(this.logger.info(Wi),this.store.dispatch((0,hi.qi)({payload:{action:"IsAuthorized",status:L.Bn.COMPLETED}})),this.logger.info("Successfully Authorized!"),{type:L.pg.IS_AUTHORIZED_RES,payload:Wi})),(0,A.K)(Wi=>(this.handleErrorWithAlert("IsAuthorized",L.m6.NO_SPINNER,"Authorization Failed",D.NZ.AUTHENTICATE_API,Wi),(0,f.of)({type:L.pg.IS_AUTHORIZED_RES,payload:"ERROR"})))))))),this.isAuthorizedRes=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.IS_AUTHORIZED_RES),(0,b.U)(Si=>Si.payload)),{dispatch:!1}),this.authLogin=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.LOGIN),(0,N.M)(this.store.select(zt.Yj)),(0,h.z)(([Si,Wi])=>(this.store.dispatch((0,re.Ll)({payload:null})),this.store.dispatch((0,Qe.xH)({payload:null})),this.store.dispatch((0,Mt.Fd)({payload:null})),this.store.dispatch((0,hi.qi)({payload:{action:"Login",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.AUTHENTICATE_API,{authenticateWith:Si.payload.password?L.OJ.PASSWORD:L.OJ.JWT,authenticationValue:Si.payload.password?Si.payload.password:this.sessionService.getItem("token")?this.sessionService.getItem("token"):"",twoFAToken:Si.payload.twoFAToken?Si.payload.twoFAToken:""}).pipe((0,b.U)(xn=>{this.logger.info(xn),this.store.dispatch((0,hi.qi)({payload:{action:"Login",status:L.Bn.COMPLETED}})),this.setLoggedInDetails(Si.payload.defaultPassword,xn)}),(0,A.K)(xn=>(this.logger.info("Redirecting to Login Error Page"),this.handleErrorWithoutAlert("Login",L.m6.NO_SPINNER,xn),+Wi.sso.rtlSSO?this.router.navigate(["/error"],{state:{errorCode:"406",errorMessage:xn.error&&xn.error.error?xn.error.error:"Single Sign On Failed!"}}):this.router.navigate(["./login"]),(0,f.of)({type:L.pg.VOID}))))))),{dispatch:!1}),this.tokenVerify=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.VERIFY_TWO_FA),(0,h.z)(Si=>(this.store.dispatch((0,hi.ac)({payload:L.m6.VERIFY_TOKEN})),this.store.dispatch((0,hi.qi)({payload:{action:"VerifyToken",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.AUTHENTICATE_API+"/token",{authentication2FA:Si.payload.token}).pipe((0,b.U)(Wi=>{this.logger.info(Wi),this.store.dispatch((0,hi.uO)({payload:L.m6.VERIFY_TOKEN})),this.store.dispatch((0,hi.qi)({payload:{action:"VerifyToken",status:L.Bn.COMPLETED}})),this.logger.info("Token Successfully Verified!"),this.setLoggedInDetails(!1,Si.payload.authResponse)}),(0,A.K)(Wi=>(this.handleErrorWithAlert("VerifyToken",L.m6.VERIFY_TOKEN,"Authorization Failed!",D.NZ.AUTHENTICATE_API+"/token",Wi),(0,f.of)({type:L.pg.VOID}))))))),{dispatch:!1}),this.logOut=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.LOGOUT),(0,N.M)(this.store.select(zt.Yj)),(0,h.z)(([Si,Wi])=>(this.store.dispatch((0,hi.ac)({payload:L.m6.LOG_OUT})),this.httpClient.get(D.NZ.AUTHENTICATE_API+"/logout").pipe((0,b.U)(xn=>{this.logger.info(xn),this.store.dispatch((0,hi.uO)({payload:L.m6.LOG_OUT})),+Wi.sso.rtlSSO?window.location.href=Wi.sso.logoutRedirectLink:this.router.navigate(["./login"]),this.sessionService.clearAll(),this.store.dispatch((0,hi._V)({payload:{}})),this.logger.warn("LOGGED OUT")}))))),{dispatch:!1}),this.resetPassword=(0,t.GW)(()=>this.actions.pipe((0,w.R)(this.unSubs[1]),(0,t.l4)(L.pg.RESET_PASSWORD),(0,h.z)(Si=>(this.store.dispatch((0,hi.qi)({payload:{action:"ResetPassword",status:L.Bn.INITIATED}})),this.httpClient.post(D.NZ.AUTHENTICATE_API+"/reset",{currPassword:Si.payload.currPassword,newPassword:Si.payload.newPassword}).pipe((0,w.R)(this.unSubs[0]),(0,b.U)(Wi=>(this.logger.info(Wi),this.store.dispatch((0,hi.qi)({payload:{action:"ResetPassword",status:L.Bn.COMPLETED}})),this.sessionService.setItem("defaultPassword",!1),this.logger.info("Password Reset Successful!"),this.store.dispatch((0,hi.jW)({payload:"Password Reset Successful!"})),this.SetToken(Wi.token),{type:L.pg.RESET_PASSWORD_RES,payload:Wi.token})),(0,A.K)(Wi=>(this.handleErrorWithAlert("ResetPassword",L.m6.NO_SPINNER,"Password Reset Failed!",D.NZ.AUTHENTICATE_API+"/reset",Wi),(0,f.of)({type:L.pg.VOID})))))))),this.setSelectedNode=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SET_SELECTED_NODE),(0,h.z)(Si=>{var Wi;return this.store.dispatch((0,hi.ac)({payload:Si.payload.uiMessage})),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateSelNode",status:L.Bn.INITIATED}})),this.httpClient.get(D.NZ.CONF_API+"/updateSelNode/"+(null===(Wi=Si.payload.currentLnNode)||void 0===Wi?void 0:Wi.index)+"/"+Si.payload.prevLnNodeIndex).pipe((0,b.U)(xn=>(this.logger.info(xn),this.store.dispatch((0,hi.qi)({payload:{action:"UpdateSelNode",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:Si.payload.uiMessage})),this.initializeNode(Si.payload.currentLnNode,Si.payload.isInitialSetup),{type:L.pg.VOID})),(0,A.K)(xn=>(this.handleErrorWithAlert("UpdateSelNode",Si.payload.uiMessage,"Update Selected Node Failed!",D.NZ.CONF_API+"/updateSelNode",xn),(0,f.of)({type:L.pg.VOID}))))}))),this.fetchFile=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.FETCH_FILE),(0,h.z)(Si=>{this.store.dispatch((0,hi.ac)({payload:L.m6.DOWNLOAD_BACKUP_FILE})),this.store.dispatch((0,hi.qi)({payload:{action:"FetchFile",status:L.Bn.INITIATED}}));const Wi="?channel="+Si.payload.channelPoint+(Si.payload.path?"&path="+Si.payload.path:"");return this.httpClient.get(D.NZ.CONF_API+"/file"+Wi).pipe((0,b.U)(xn=>(this.store.dispatch((0,hi.qi)({payload:{action:"FetchFile",status:L.Bn.COMPLETED}})),this.store.dispatch((0,hi.uO)({payload:L.m6.DOWNLOAD_BACKUP_FILE})),{type:L.pg.SHOW_FILE,payload:xn})),(0,A.K)(xn=>(this.handleErrorWithAlert("fetchFile",L.m6.DOWNLOAD_BACKUP_FILE,"Download Backup File Failed!",D.NZ.CONF_API+"/file"+Wi,{status:this.commonService.extractErrorNumber(xn),error:{error:this.commonService.extractErrorCode(xn)}}),(0,f.of)({type:L.pg.VOID}))))}))),this.showFile=(0,t.GW)(()=>this.actions.pipe((0,t.l4)(L.pg.SHOW_FILE),(0,b.U)(Si=>Si.payload)),{dispatch:!1})}initializeNode(nt,Ft){this.logger.info("Initializing node from RTL Effects.");const Kt=Ft?"":"HOME";let mi={};if(mi=nt.settings.fiatConversion&&nt.settings.currencyUnit?{userPersona:nt.settings.userPersona,channelBackupPath:nt.settings.channelBackupPath,selCurrencyUnit:nt.settings.currencyUnit,currencyUnits:[...L.uA,nt.settings.currencyUnit],fiatConversion:nt.settings.fiatConversion,lnImplementation:nt.lnImplementation,swapServerUrl:nt.settings.swapServerUrl,boltzServerUrl:nt.settings.boltzServerUrl,enableOffers:nt.settings.enableOffers,enablePeerswap:nt.settings.enablePeerswap}:{userPersona:nt.settings.userPersona,channelBackupPath:nt.settings.channelBackupPath,selCurrencyUnit:nt.settings.currencyUnit,currencyUnits:L.uA,fiatConversion:nt.settings.fiatConversion,lnImplementation:nt.lnImplementation,swapServerUrl:nt.settings.swapServerUrl,boltzServerUrl:nt.settings.boltzServerUrl,enableOffers:nt.settings.enableOffers,enablePeerswap:nt.settings.enablePeerswap},this.sessionService.removeItem("lndUnlocked"),this.sessionService.removeItem("clUnlocked"),this.sessionService.removeItem("eclUnlocked"),this.store.dispatch((0,hi.vI)({payload:nt})),this.store.dispatch((0,re.Ll)({payload:mi})),this.store.dispatch((0,Qe.xH)({payload:mi})),this.store.dispatch((0,Mt.Fd)({payload:mi})),this.sessionService.getItem("token")){const Ri=nt.lnImplementation?nt.lnImplementation.toUpperCase():"LND";this.dataService.setLnImplementation(Ri);const ki=D.NZ.production&&window.location.origin?window.location.origin+"/rtl/api":D.T5;switch(this.wsService.connectWebSocket((null==ki?void 0:ki.replace(/^http/,"ws"))+D.NZ.Web_SOCKET_API,nt.index?nt.index.toString():"-1"),Ri){case"CLN":this.store.dispatch((0,Qe.CN)({payload:{loadPage:Kt}}));break;case"ECL":this.store.dispatch((0,Mt.iz)({payload:{loadPage:Kt}}));break;default:this.store.dispatch((0,re.sQ)({payload:{loadPage:Kt}}))}}}SetToken(nt){nt?(this.sessionService.setItem("lndUnlocked","true"),this.sessionService.setItem("token",nt)):(this.sessionService.removeItem("lndUnlocked"),this.sessionService.removeItem("token"))}setLoggedInDetails(nt,Ft){this.logger.info("Successfully Authorized!"),this.SetToken(Ft.token),this.sessionService.setItem("defaultPassword",nt),nt?(this.store.dispatch((0,hi.jW)({payload:"Reset your password."})),this.router.navigate(["/settings/auth"])):this.store.dispatch((0,hi.ey)())}handleErrorWithoutAlert(nt,Ft,Kt){this.logger.error("ERROR IN: "+nt+"\n"+JSON.stringify(Kt)),401===Kt.status&&"Login"!==nt?(this.logger.info("Redirecting to Login"),this.store.dispatch((0,hi.ts)()),this.store.dispatch((0,hi.kS)()),this.store.dispatch((0,hi.jW)({payload:"Authentication Failed. Redirecting to Login."}))):(this.store.dispatch((0,hi.uO)({payload:Ft})),this.store.dispatch((0,hi.qi)({payload:{action:nt,status:L.Bn.ERROR,statusCode:Kt.status?Kt.status.toString():"",message:this.commonService.extractErrorMessage(Kt)}})))}handleErrorWithAlert(nt,Ft,Kt,mi,Ri){if(this.logger.error(Ri),0===Ri.status&&Ri.statusText&&"Unknown Error"===Ri.statusText&&(Ri={status:400,error:{message:"Unknown Error / CORS Origin Not Allowed"}}),401===Ri.status&&"Login"!==nt)this.logger.info("Redirecting to Login"),this.store.dispatch((0,hi.ts)()),this.store.dispatch((0,hi.kS)()),this.store.dispatch((0,hi.jW)({payload:"Authentication Failed. Redirecting to Login."}));else{this.store.dispatch((0,hi.uO)({payload:Ft}));const ki=this.commonService.extractErrorMessage(Ri);this.store.dispatch((0,hi.qR)({payload:{data:{type:"ERROR",alertTitle:Kt,message:{code:Ri.status?Ri.status:"Unknown Error",message:ki,URL:mi},component:zi.H}}})),this.store.dispatch((0,hi.qi)({payload:{action:nt,status:L.Bn.ERROR,statusCode:Ri.status?Ri.status.toString():"",message:ki,URL:mi}}))}}ngOnDestroy(){this.unSubs.forEach(nt=>{nt.next(null),nt.complete()})}}return Yt.\u0275fac=function(nt){return new(nt||Yt)(S.LFG(t.eX),S.LFG(bi.eN),S.LFG(xt.yh),S.LFG(ne.mQ),S.LFG(Ei.d),S.LFG($i.m),S.LFG(de.v),S.LFG(Gi.D),S.LFG(k.uw),S.LFG($.ux),S.LFG(sn.F0))},Yt.\u0275prov=S.Yz7({token:Yt,factory:Yt.\u0275fac}),Yt})()},8377:(Ve,K,p)=>{"use strict";p.d(K,{R4:()=>b,Sr:()=>N,Yj:()=>a,dT:()=>M,gW:()=>h,ul:()=>d});var t=p(5620);const e=(0,t.ZF)("root"),M=((0,t.P1)(e,A=>A.apiURL),(0,t.P1)(e,A=>A.selNode)),a=(0,t.P1)(e,A=>A.appConfig),b=(0,t.P1)(e,A=>A.nodeData),d=(0,t.P1)(e,A=>A.apisCallStatus.Login),N=(0,t.P1)(e,A=>A.apisCallStatus.IsAuthorized),h=(0,t.P1)(e,A=>({nodeDate:A.nodeData,selNode:A.selNode}))},2340:(Ve,K,p)=>{"use strict";p.d(K,{NZ:()=>e,T5:()=>t,q4:()=>f});const t="./api",e={production:!0,isDebugMode:!1,AUTHENTICATE_API:t+"/authenticate",CONF_API:t+"/conf",BALANCE_API:"/balance",FEES_API:"/fees",PEERS_API:"/peers",CHANNELS_API:"/channels",CHANNELS_BACKUP_API:"/channels/backup",GETINFO_API:"/getinfo",WALLET_API:"/wallet",NETWORK_API:"/network",NEW_ADDRESS_API:"/newaddress",TRANSACTIONS_API:"/transactions",PAYMENTS_API:"/payments",INVOICES_API:"/invoices",SWITCH_API:"/switch",ON_CHAIN_API:"/onchain",MESSAGE_API:"/message",OFFERS_API:"/offers",UTILITY_API:"/utility",LOOP_API:"/loop",BOLTZ_API:"/boltz",Web_SOCKET_API:"/ws"},f="0.13.1-beta"},9159:(Ve,K,p)=>{"use strict";var t=p(2313),e=p(5e3),f=p(6360),M=p(8138),a=p(5113),b=p(5620),d=p(6642),N=p(9565),h=p(7579),A=p(6451),w=p(4968),D=p(457),L=p(4986),k=p(2805);function S(Y=0,He=L.z){return Y<0&&(Y=0),(0,k.H)(Y,Y,He)}var U=p(9646),Z=p(727),j=p(4482),ne=p(5403),$=p(8737),de=p(3269),te=p(9672),oe=p(9300),X=p(8505),me=p(3900),y=p(2722),i=p(8746),r=p(1884),u=p(4004);class c{}let _=(()=>{class Y{constructor(R,Ce){this._ngZone=Ce,this.timerStart$=new h.x,this.idleDetected$=new h.x,this.timeout$=new h.x,this.idleMillisec=6e5,this.idleSensitivityMillisec=1e3,this.timeout=300,this.pingMillisec=12e4,this.isTimeout=!1,this.isInactivityTimer=!1,this.isIdleDetected=!1,R&&this.setConfig(R)}startWatching(){this.activityEvents$||(this.activityEvents$=(0,A.T)((0,w.R)(window,"mousemove"),(0,w.R)(window,"resize"),(0,w.R)(document,"keydown"))),this.idle$=(0,D.D)(this.activityEvents$),this.idleSubscription&&this.idleSubscription.unsubscribe(),this.idleSubscription=this.idle$.pipe(function ie(Y,...He){var R,Ce;const ot=null!==(R=(0,de.yG)(He))&&void 0!==R?R:L.z,ii=null!==(Ce=He[0])&&void 0!==Ce?Ce:null,Zi=He[1]||1/0;return(0,j.e)((Nn,En)=>{let fr=[],Ja=!1;const Cs=ir=>{const{buffer:Sa,subs:Rn}=ir;Rn.unsubscribe(),(0,$.P)(fr,ir),En.next(Sa),Ja&&rs()},rs=()=>{if(fr){const ir=new Z.w0;En.add(ir);const Rn={buffer:[],subs:ir};fr.push(Rn),(0,te.f)(ir,ot,()=>Cs(Rn),Y)}};null!==ii&&ii>=0?(0,te.f)(En,ot,rs,ii,!0):Ja=!0,rs();const _s=(0,ne.x)(En,ir=>{const Sa=fr.slice();for(const Rn of Sa){const{buffer:rr}=Rn;rr.push(ir),Zi<=rr.length&&Cs(Rn)}},()=>{for(;null==fr?void 0:fr.length;)En.next(fr.shift().buffer);null==_s||_s.unsubscribe(),En.complete(),En.unsubscribe()},void 0,()=>fr=null);Nn.subscribe(_s)})}(this.idleSensitivityMillisec),(0,oe.h)(R=>!R.length&&!this.isIdleDetected&&!this.isInactivityTimer),(0,X.b)(()=>{this.isIdleDetected=!0,this.idleDetected$.next(!0)}),(0,me.w)(()=>this._ngZone.runOutsideAngular(()=>S(1e3).pipe((0,y.R)((0,A.T)(this.activityEvents$,(0,k.H)(this.idleMillisec).pipe((0,X.b)(()=>{this.isInactivityTimer=!0,this.timerStart$.next(!0)})))),(0,i.x)(()=>{this.isIdleDetected=!1,this.idleDetected$.next(!1)}))))).subscribe(),this.setupTimer(this.timeout),this.setupPing(this.pingMillisec)}stopWatching(){this.stopTimer(),this.idleSubscription&&this.idleSubscription.unsubscribe()}stopTimer(){this.isInactivityTimer=!1,this.timerStart$.next(!1)}resetTimer(){this.stopTimer(),this.isTimeout=!1}onTimerStart(){return this.timerStart$.pipe((0,r.x)(),(0,me.w)(R=>R?this.timer$:(0,U.of)(null)))}onIdleStatusChanged(){return this.idleDetected$.asObservable()}onTimeout(){return this.timeout$.pipe((0,oe.h)(R=>!!R),(0,X.b)(()=>this.isTimeout=!0),(0,u.U)(()=>!0))}getConfigValue(){return{idle:this.idleMillisec/1e3,idleSensitivity:this.idleSensitivityMillisec/1e3,timeout:this.timeout,ping:this.pingMillisec/1e3}}setConfigValues(R){!this.idleSubscription||this.idleSubscription.closed?this.setConfig(R):console.error("Call stopWatching() before set config values")}setConfig(R){R.idle&&(this.idleMillisec=1e3*R.idle),R.ping&&(this.pingMillisec=1e3*R.ping),R.idleSensitivity&&(this.idleSensitivityMillisec=1e3*R.idleSensitivity),R.timeout&&(this.timeout=R.timeout)}setCustomActivityEvents(R){!this.idleSubscription||this.idleSubscription.closed?this.activityEvents$=R:console.error("Call stopWatching() before set custom activity events")}setupTimer(R){this._ngZone.runOutsideAngular(()=>{this.timer$=(0,U.of)(()=>new Date).pipe((0,u.U)(Ce=>Ce()),(0,me.w)(Ce=>S(1e3).pipe((0,u.U)(()=>Math.round(((new Date).valueOf()-Ce.valueOf())/1e3)),(0,X.b)(ot=>{ot>=R&&this.timeout$.next(!0)}))))})}setupPing(R){this.ping$=S(R).pipe((0,oe.h)(()=>!this.isTimeout))}}return Y.\u0275fac=function(R){return new(R||Y)(e.LFG(c,8),e.LFG(e.R0b))},Y.\u0275prov=e.Yz7({token:Y,factory:Y.\u0275fac,providedIn:"root"}),Y})(),E=(()=>{class Y{static forRoot(R){return{ngModule:Y,providers:[{provide:c,useValue:R}]}}}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275mod=e.oAB({type:Y}),Y.\u0275inj=e.cJS({imports:[[]]}),Y})();var I=p(1402),v=p(801),n=p(8377),C=p(7093),B=p(9444),P=p(9224),F=p(3251),q=p(9808);const he=function(){return{initial:!1}};function ve(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",10),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.activeLink=ot.links[1].link}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw();e.s9C("routerLink",R.links[1].link),e.Q6J("active",R.activeLink===R.links[1].link)("state",e.DdM(4,he)),e.xp6(1),e.Oqu(R.links[1].name)}}function Ne(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.activeLink=ot.links[2].link}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw();e.s9C("routerLink",R.links[2].link),e.Q6J("active",R.activeLink===R.links[2].link),e.xp6(1),e.Oqu(R.links[2].name)}}let we=(()=>{class Y{constructor(R,Ce){this.store=R,this.router=Ce,this.faUserCog=v.gNZ,this.showBitcoind=!1,this.links=[{link:"app",name:"Application"},{link:"auth",name:"Authentication"},{link:"bconfig",name:"BitcoinD Config"}],this.activeLink="",this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){const R=this.links.find(Ce=>this.router.url.includes(Ce.link));this.activeLink=R?R.link:this.links[0].link,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(Ce=>Ce instanceof I.Av)).subscribe({next:Ce=>{const ot=this.links.find(ii=>Ce.urlAfterRedirects.includes(ii.link));this.activeLink=ot?ot.link:this.links[0].link}}),this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[1])).subscribe(Ce=>{this.appConfig=Ce}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[2])).subscribe(Ce=>{this.showBitcoind=!1,this.selNode=Ce,this.selNode.settings&&this.selNode.settings.bitcoindConfigPath&&""!==this.selNode.settings.bitcoindConfigPath.trim()&&(this.showBitcoind=!0)})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(b.yh),e.Y36(I.F0))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-settings"]],decls:14,vars:6,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","state","click",4,"ngIf"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","state","click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Settings"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5)(8,"div",6),e.NdJ("click",function(){return Ce.activeLink=Ce.links[0].link}),e._uU(9),e.qZA(),e.YNc(10,ve,2,5,"div",7),e.YNc(11,Ne,2,3,"div",8),e.qZA(),e.TgZ(12,"div",9),e._UZ(13,"router-outlet"),e.qZA()()()()),2&R&&(e.xp6(1),e.Q6J("icon",Ce.faUserCog),e.xp6(7),e.s9C("routerLink",Ce.links[0].link),e.Q6J("active",Ce.activeLink===Ce.links[0].link),e.xp6(1),e.Oqu(Ce.links[0].name),e.xp6(1),e.Q6J("ngIf",!+Ce.appConfig.sso.rtlSSO),e.xp6(1),e.Q6J("ngIf",Ce.showBitcoind))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,F.BU,F.Nj,I.rH,q.O5,C.yH,I.lC],styles:[""]}),Y})();var Q=p(7731),Ue=p(7861),ye=p(5043),V=p(8129),Ae=p(3075),dt=p(7322),Ie=p(4107),De=p(3390),le=p(508),Te=p(7423);function xe(Y,He){if(1&Y&&(e.TgZ(0,"mat-option",16),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.Q6J("value",R.index),e.xp6(1),e.AsE(" ",R.lnNode," (",R.lnImplementation,") ")}}function W(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"form",2,3)(2,"div",4),e._UZ(3,"fa-icon",5),e.TgZ(4,"span",6),e._uU(5,"Default Node"),e.qZA()(),e.TgZ(6,"div",7)(7,"div",8),e._UZ(8,"fa-icon",9),e.TgZ(9,"span"),e._uU(10,"The setting will apply after RTL server restarts."),e.qZA()(),e.TgZ(11,"div",10)(12,"mat-form-field",10)(13,"mat-select",11),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw().appConfig.defaultNodeIndex=ot}),e.YNc(14,xe,2,3,"mat-option",12),e.qZA()()(),e.TgZ(15,"div",13)(16,"div",10)(17,"button",14),e.NdJ("click",function(){return e.CHM(R),e.oxw().onResetSettings()}),e._uU(18,"Reset"),e.qZA(),e.TgZ(19,"button",15),e.NdJ("click",function(){return e.CHM(R),e.oxw().onUpdateSettings()}),e._uU(20,"Update"),e.qZA()()()()()}if(2&Y){const R=e.oxw();e.xp6(3),e.Q6J("icon",R.faWindowRestore),e.xp6(5),e.Q6J("icon",R.faInfoCircle),e.xp6(5),e.Q6J("ngModel",R.appConfig.defaultNodeIndex),e.xp6(1),e.Q6J("ngForOf",R.appConfig.nodes)}}let ee=(()=>{class Y{constructor(R,Ce){this.logger=R,this.store=Ce,this.faInfoCircle=v.sqG,this.faWindowRestore=v.wyP,this.faPlus=v.r8p,this.previousDefaultNode=0,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{this.appConfig=R,this.previousDefaultNode=this.appConfig.defaultNodeIndex,this.logger.info(R)})}onAddNewNode(){this.logger.warn("ADD NEW NODE")}onUpdateSettings(){this.store.dispatch((0,Ue.zQ)({payload:{uiMessage:Q.m6.UPDATE_DEFAULT_NODE_SETTING,defaultNodeIndex:this.appConfig.defaultNodeIndex?this.appConfig.defaultNodeIndex:this.appConfig&&this.appConfig.nodes&&this.appConfig.nodes.length&&this.appConfig.nodes.length>0&&this.appConfig.nodes[0].index?+this.appConfig.nodes[0].index:-1}}))}onResetSettings(){this.appConfig.defaultNodeIndex=this.previousDefaultNode}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(b.yh))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-app-settings"]],decls:2,vars:1,consts:[["fxLayout","column","fxFlex","100",1,"padding-gap-x-large",3,"perfectScrollbar"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","settings-container page-sub-title-container mt-1",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"my-2"],["fxLayout","row","fxFlex","100",1,"alert","alert-info"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","row","fxLayoutAlign","start start"],["autoFocus","","tabindex","1","name","defaultNode",3,"ngModel","ngModelChange"],[3,"value",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","2",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3",3,"click"],[3,"value"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e.YNc(1,W,21,4,"form",1),e.qZA()),2&R&&(e.xp6(1),e.Q6J("ngIf",Ce.appConfig.nodes&&Ce.appConfig.nodes.length&&Ce.appConfig.nodes.length>0))},directives:[C.xw,C.yH,V.$V,q.O5,Ae._Y,Ae.JL,Ae.F,C.Wh,B.BN,dt.KE,Ie.gD,De.h,Ae.JJ,Ae.On,q.sg,le.ey,Te.lW],styles:[""]}),Y})();var ue=p(8012),_e=p(5698),Le=p(8966),ut=p(5768),ht=p(3093),It=p(7261),ui=p(5615),Wt=p(7531),Gt=p(159),hi=p(6895);const xt=["stepper"];function Nt(Y,He){if(1&Y&&e._uU(0),2&Y){const R=e.oxw();e.Oqu(R.passwordFormLabel)}}function Ct(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Password is required."),e.qZA())}function et(Y,He){if(1&Y&&e._uU(0),2&Y){const R=e.oxw(2);e.Oqu(R.secretFormLabel)}}function yt(Y,He){if(1&Y&&e._UZ(0,"qr-code",32),2&Y){const R=e.oxw(2);e.Q6J("value",R.otpauth)("size",180)("errorCorrectionLevel","L")}}function ei(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Secret Code is required."),e.qZA())}function jt(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"mat-step",10)(1,"form",21),e.YNc(2,et,1,1,"ng-template",22),e.TgZ(3,"div",23),e.YNc(4,yt,1,3,"qr-code",24),e.qZA(),e.TgZ(5,"div",25),e._UZ(6,"fa-icon",26),e.TgZ(7,"span"),e._uU(8,"You can use a compatible authentication app to get an authentication code when you log in to RTL. e.g.: Google Authenticator."),e.qZA()(),e.TgZ(9,"div",27)(10,"mat-form-field",1),e._UZ(11,"input",28),e.TgZ(12,"fa-icon",29),e.NdJ("copied",function(ot){return e.CHM(R),e.oxw().onCopySecret(ot)}),e.qZA(),e.YNc(13,ei,2,0,"mat-error",14),e.qZA()(),e.TgZ(14,"div",30)(15,"button",31),e._uU(16,"Next"),e.qZA()()()()}if(2&Y){const R=e.oxw();e.Q6J("stepControl",R.secretFormGroup)("editable",R.flgEditable),e.xp6(1),e.Q6J("formGroup",R.secretFormGroup),e.xp6(3),e.Q6J("ngIf",R.otpauth),e.xp6(2),e.Q6J("icon",R.faInfoCircle),e.xp6(6),e.Q6J("icon",R.faCopy)("payload",null==R.secretFormGroup||null==R.secretFormGroup.controls||null==R.secretFormGroup.controls.secret?null:R.secretFormGroup.controls.secret.value),e.xp6(1),e.Q6J("ngIf",null==R.secretFormGroup||null==R.secretFormGroup.controls||null==R.secretFormGroup.controls.secret||null==R.secretFormGroup.controls.secret.errors?null:R.secretFormGroup.controls.secret.errors.required)}}function Pe(Y,He){if(1&Y&&e._uU(0),2&Y){const R=e.oxw(2);e.Oqu(R.tokenFormLabel)}}function Oe(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Token is required."),e.qZA())}function ce(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Token is invalid."),e.qZA())}function be(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",7)(1,"div",27)(2,"mat-form-field",1),e._UZ(3,"input",36),e.YNc(4,Oe,2,0,"mat-error",14),e.YNc(5,ce,2,0,"mat-error",14),e.qZA()(),e.TgZ(6,"div",30)(7,"button",37),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onVerifyToken()}),e._uU(8),e.qZA()()()}if(2&Y){const R=e.oxw(2);e.xp6(4),e.Q6J("ngIf",null==R.tokenFormGroup||null==R.tokenFormGroup.controls||null==R.tokenFormGroup.controls.token||null==R.tokenFormGroup.controls.token.errors?null:R.tokenFormGroup.controls.token.errors.required),e.xp6(1),e.Q6J("ngIf",null==R.tokenFormGroup||null==R.tokenFormGroup.controls||null==R.tokenFormGroup.controls.token||null==R.tokenFormGroup.controls.token.errors?null:R.tokenFormGroup.controls.token.errors.notValid),e.xp6(3),e.Oqu(null!=R.tokenFormGroup&&null!=R.tokenFormGroup.controls&&null!=R.tokenFormGroup.controls.token&&null!=R.tokenFormGroup.controls.token.errors&&R.tokenFormGroup.controls.token.errors.notValid?"Retry":"Verify")}}function pt(Y,He){1&Y&&(e.TgZ(0,"div")(1,"strong"),e._uU(2,"Success! You are all set."),e.qZA()())}function mt(Y,He){if(1&Y&&(e.TgZ(0,"mat-step",33)(1,"form",34),e.YNc(2,Pe,1,1,"ng-template",12),e.YNc(3,be,9,3,"div",35),e.YNc(4,pt,3,0,"div",14),e.qZA()()),2&Y){const R=e.oxw();e.Q6J("stepControl",R.tokenFormGroup),e.xp6(1),e.Q6J("formGroup",R.tokenFormGroup),e.xp6(2),e.Q6J("ngIf",!R.flgValidated||!R.isTokenValid),e.xp6(1),e.Q6J("ngIf",R.flgValidated&&R.isTokenValid)}}function Ht(Y,He){if(1&Y&&e._uU(0),2&Y){const R=e.oxw(2);e.Oqu(R.disableFormLabel)}}function it(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",7)(1,"div",38),e._UZ(2,"fa-icon",26),e.TgZ(3,"span"),e._uU(4,"You are about to disable two-factor authentication security from RTL. Are you sure you want to turn it off?"),e.qZA()(),e.TgZ(5,"div",30)(6,"button",37),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onVerifyToken()}),e._uU(7,"Disable"),e.qZA()()()}if(2&Y){const R=e.oxw(2);e.xp6(2),e.Q6J("icon",R.faExclamationTriangle)}}function Re(Y,He){1&Y&&(e.TgZ(0,"div")(1,"strong"),e._uU(2,"Two factor authentication removed from RTL."),e.qZA()())}function tt(Y,He){if(1&Y&&(e.TgZ(0,"mat-step",33)(1,"form",34),e.YNc(2,Ht,1,1,"ng-template",12),e.YNc(3,it,8,1,"div",35),e.YNc(4,Re,3,0,"div",14),e.qZA()()),2&Y){const R=e.oxw();e.Q6J("stepControl",R.disableFormGroup),e.xp6(1),e.Q6J("formGroup",R.disableFormGroup),e.xp6(2),e.Q6J("ngIf",!R.flgValidated||!R.isTokenValid),e.xp6(1),e.Q6J("ngIf",R.flgValidated&&R.isTokenValid)}}let Je=(()=>{class Y{constructor(R,Ce,ot,ii,Zi,Nn){this.dialogRef=R,this.data=Ce,this.store=ot,this.formBuilder=ii,this.rtlEffects=Zi,this.snackBar=Nn,this.faExclamationTriangle=v.eHv,this.faCopy=v.kZ_,this.faInfoCircle=v.sqG,this.flgValidated=!1,this.isTokenValid=!0,this.otpauth="",this.appConfig=null,this.flgEditable=!0,this.showDisableStepper=!1,this.passwordFormLabel="Authenticate with your RTL password",this.secretFormLabel="Scan or copy the secret",this.tokenFormLabel="Verify your authentication is working",this.disableFormLabel="Disable two factor authentication",this.passwordFormGroup=this.formBuilder.group({hiddenPassword:["",[Ae.kI.required]],password:["",[Ae.kI.required]]}),this.secretFormGroup=this.formBuilder.group({secret:[{value:"",disabled:!0},Ae.kI.required]}),this.tokenFormGroup=this.formBuilder.group({token:["",Ae.kI.required]}),this.disableFormGroup=this.formBuilder.group({}),this.unSubs=[new h.x,new h.x]}ngOnInit(){var R,Ce;this.appConfig=this.data.appConfig||null,this.showDisableStepper=!!(null===(R=this.appConfig)||void 0===R?void 0:R.enable2FA),this.secretFormGroup=this.formBuilder.group({secret:[{value:(null===(Ce=this.appConfig)||void 0===Ce?void 0:Ce.enable2FA)?"":this.generateSecret(),disabled:!0},Ae.kI.required]})}generateSecret(){const R=ut.authenticator.generateSecret();return this.otpauth=ut.authenticator.keyuri("","Ride The Lightning (RTL)",R),R}onAuthenticate(){if(!this.passwordFormGroup.controls.password.value)return!0;this.flgValidated=!1,this.store.dispatch((0,Ue.QO)({payload:ue(this.passwordFormGroup.controls.password.value).toString()})),this.rtlEffects.isAuthorizedRes.pipe((0,_e.q)(1)).subscribe(R=>{"ERROR"!==R?(this.passwordFormGroup.controls.hiddenPassword.setValue(this.passwordFormGroup.controls.password.value),this.stepper.next()):(this.dialogRef.close(),this.snackBar.open("Unauthorized User. Logging out from RTL."))})}onCopySecret(R){this.snackBar.open("Secret code "+this.secretFormGroup.controls.secret.value+" copied.")}onVerifyToken(){var R,Ce;if(null===(R=this.appConfig)||void 0===R?void 0:R.enable2FA)this.store.dispatch((0,Ue.Uy)({payload:{secret2fa:""}})),this.generateSecret(),this.isTokenValid=!0;else{if(!this.tokenFormGroup.controls.token.value)return!0;if(this.isTokenValid=ut.authenticator.check(this.tokenFormGroup.controls.token.value,this.secretFormGroup.controls.secret.value),!this.isTokenValid)return this.tokenFormGroup.controls.token.setErrors({notValid:!0}),!0;this.store.dispatch((0,Ue.Uy)({payload:{secret2fa:this.secretFormGroup.controls.secret.value}})),this.tokenFormGroup.controls.token.setValue("")}this.flgValidated=!0,this.appConfig&&(this.appConfig.enable2FA=!(null===(Ce=this.appConfig)||void 0===Ce?void 0:Ce.enable2FA))}stepSelectionChanged(R){switch(R.selectedIndex){case 0:default:this.passwordFormLabel="Authenticate with your RTL password";break;case 1:case 2:this.passwordFormLabel="User authenticated successfully"}R.selectedIndex{R.next(),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(Le.so),e.Y36(Le.WI),e.Y36(b.yh),e.Y36(Ae.qu),e.Y36(ht.V),e.Y36(It.ux))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-two-factor-auth"]],viewQuery:function(R,Ce){if(1&R&&e.Gf(xt,5),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.stepper=ot.first)}},decls:28,vars:11,consts:[["fxLayout","row"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","15","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"mat-dialog-close"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","space-between",1,"my-1","pr-1",3,"formGroup"],["matStepLabel",""],["autoFocus","","matInput","","placeholder","Password","type","password","tabindex","1","formControlName","password","required",""],[4,"ngIf"],["fxLayout","row",1,"mt-2"],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center"],["mat-button","","color","primary","tabindex","12","type","button","default","",3,"mat-dialog-close"],["fxLayout","column",1,"my-1","pr-1",3,"formGroup"],["matStepLabel","","disabled","true"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start"],[3,"value","size","errorCorrectionLevel",4,"ngIf"],["fxFlex","100",1,"w-100","alert","alert-info"],[1,"mt-1","mr-1","alert-icon",3,"icon"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between stretch"],["autoFocus","","matInput","","placeholder","Secret Code","type","text","tabindex","4","formControlName","secret","required",""],["matSuffix","","rtlClipboard","",3,"icon","payload","copied"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","6","type","button","matStepperNext",""],[3,"value","size","errorCorrectionLevel"],[3,"stepControl"],["fxLayout","column","fxLayoutAlign","start",1,"my-1","pr-1",3,"formGroup"],["fxLayout","column",4,"ngIf"],["autoFocus","","matInput","","placeholder","Token","type","text","tabindex","7","formControlName","token","required",""],["mat-button","","color","primary","tabindex","8","type","button",3,"click"],["fxFlex","100",1,"w-100","alert","alert-warn"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Setup Two Factor Authentication"),e.qZA()(),e.TgZ(6,"button",5),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"div",7)(10,"mat-vertical-stepper",8,9),e.NdJ("selectionChange",function(ii){return Ce.stepSelectionChanged(ii)}),e.TgZ(12,"mat-step",10)(13,"form",11),e.YNc(14,Nt,1,1,"ng-template",12),e.TgZ(15,"div",0)(16,"mat-form-field",1),e._UZ(17,"input",13),e.YNc(18,Ct,2,0,"mat-error",14),e.qZA()(),e.TgZ(19,"div",15)(20,"button",16),e.NdJ("click",function(){return Ce.onAuthenticate()}),e._uU(21,"Confirm"),e.qZA()()()(),e.YNc(22,jt,17,8,"mat-step",17),e.YNc(23,mt,5,4,"mat-step",18),e.YNc(24,tt,5,4,"mat-step",18),e.qZA(),e.TgZ(25,"div",19)(26,"button",20),e._uU(27),e.qZA()()()()()()),2&R&&(e.xp6(6),e.Q6J("mat-dialog-close",!1),e.xp6(4),e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",Ce.passwordFormGroup)("editable",Ce.flgEditable),e.xp6(1),e.Q6J("formGroup",Ce.passwordFormGroup),e.xp6(5),e.Q6J("ngIf",null==Ce.passwordFormGroup||null==Ce.passwordFormGroup.controls||null==Ce.passwordFormGroup.controls.password||null==Ce.passwordFormGroup.controls.password.errors?null:Ce.passwordFormGroup.controls.password.errors.required),e.xp6(4),e.Q6J("ngIf",!Ce.showDisableStepper),e.xp6(1),e.Q6J("ngIf",!Ce.showDisableStepper),e.xp6(1),e.Q6J("ngIf",Ce.showDisableStepper),e.xp6(2),e.Q6J("mat-dialog-close",!1),e.xp6(1),e.Oqu(Ce.flgValidated&&Ce.isTokenValid?"Close":"Cancel"))},directives:[C.xw,C.yH,P.dk,C.Wh,Te.lW,Le.ZT,P.dn,ui.Vq,ui.C0,Ae._Y,Ae.JL,Ae.sg,ui.VY,dt.KE,Wt.Nt,Ae.Fj,De.h,Ae.JJ,Ae.u,Ae.Q7,q.O5,dt.TO,Gt.uU,B.BN,dt.R9,hi.y,ui.Ic],styles:[""]}),Y})();var Se=p(5986),Ge=p(4834);const at=["authForm"];function st(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Current password is required."),e.qZA())}function bt(Y,He){if(1&Y&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&Y){const R=e.oxw(2);e.xp6(1),e.Oqu(R.errorMsg)}}function gi(Y,He){if(1&Y&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&Y){const R=e.oxw(2);e.xp6(1),e.Oqu(R.errorConfirmMsg)}}function qt(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"form",10,11)(2,"div",12),e._UZ(3,"fa-icon",4),e.TgZ(4,"span",5),e._uU(5,"Password"),e.qZA()(),e.TgZ(6,"mat-form-field")(7,"input",13),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw().currPassword=ot}),e.qZA(),e.YNc(8,st,2,0,"mat-error",14),e.qZA(),e.TgZ(9,"mat-form-field")(10,"input",15),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw().newPassword=ot}),e.qZA(),e.YNc(11,bt,2,1,"mat-error",14),e.qZA(),e.TgZ(12,"mat-form-field")(13,"input",16),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw().confirmPassword=ot}),e.qZA(),e.YNc(14,gi,2,1,"mat-error",14),e.qZA(),e.TgZ(15,"div",17)(16,"button",18),e.NdJ("click",function(){return e.CHM(R),e.oxw().onResetPassword()}),e._uU(17,"Reset"),e.qZA(),e.TgZ(18,"button",19),e.NdJ("click",function(){return e.CHM(R),e.oxw().onChangePassword()}),e._uU(19,"Change Password"),e.qZA()(),e.TgZ(20,"div",20),e._UZ(21,"mat-divider",21),e.qZA()()}if(2&Y){const R=e.oxw();e.xp6(3),e.Q6J("icon",R.faLock),e.xp6(4),e.Q6J("ngModel",R.currPassword),e.xp6(1),e.Q6J("ngIf",!R.currPassword),e.xp6(2),e.Q6J("ngModel",R.newPassword),e.xp6(1),e.Q6J("ngIf",R.matchOldAndNewPasswords()),e.xp6(2),e.Q6J("ngModel",R.confirmPassword),e.xp6(1),e.Q6J("ngIf",R.matchNewPasswords()),e.xp6(7),e.Q6J("inset",!0)}}let Xt=(()=>{class Y{constructor(R,Ce,ot,ii,Zi){this.logger=R,this.store=Ce,this.actions=ot,this.router=ii,this.sessionService=Zi,this.faInfoCircle=v.sqG,this.faUserLock=v.FJU,this.faUserClock=v.hnx,this.faLock=v.byT,this.currPassword="",this.newPassword="",this.confirmPassword="",this.errorMsg="",this.errorConfirmMsg="",this.initializeNodeData=!1,this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){this.initializeNodeData="true"===this.sessionService.getItem("defaultPassword"),this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{this.appConfig=R,this.logger.info(this.appConfig)}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(R=>{this.selNode=R}),this.actions.pipe((0,y.R)(this.unSubs[2]),(0,oe.h)(R=>R.type===Q.pg.RESET_PASSWORD_RES)).subscribe(R=>{var Ce;if(Q.kO.includes(this.currPassword.toLowerCase()))switch(null===(Ce=this.selNode.lnImplementation)||void 0===Ce?void 0:Ce.toUpperCase()){case"CLN":this.router.navigate(["/cln/home"]);break;case"ECL":this.router.navigate(["/ecl/home"]);break;default:this.router.navigate(["/lnd/home"])}this.form&&this.form.resetForm()})}onChangePassword(){if(!this.currPassword||!this.newPassword||!this.confirmPassword||this.currPassword===this.newPassword||this.newPassword!==this.confirmPassword||Q.kO.includes(this.newPassword.toLowerCase()))return!0;this.store.dispatch((0,Ue.c0)({payload:{currPassword:ue(this.currPassword).toString(),newPassword:ue(this.newPassword).toString()}}))}matchOldAndNewPasswords(){let R=!1;return this.form&&this.form.controls&&this.form.controls.newpassword&&(this.newPassword?""!==this.currPassword&&""!==this.newPassword&&this.currPassword===this.newPassword?(this.form.controls.newpassword.setErrors({invalid:!0}),this.errorMsg="Old and New password cannot be same.",R=!0):Q.kO.includes(this.newPassword.toLowerCase())?(this.form.controls.newpassword.setErrors({invalid:!0}),this.errorMsg=null==Q.kO?void 0:Q.kO.reduce((Ce,ot,ii)=>ii{R.next(),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(b.yh),e.Y36(d.eX),e.Y36(I.F0),e.Y36(Se.m))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-auth-settings"]],viewQuery:function(R,Ce){if(1&R&&e.Gf(at,5),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.form=ot.first)}},decls:14,vars:4,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","page-sub-title-container mt-1",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],[1,"mb-1","settings-container","page-sub-title-container","mt-1"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],[1,"alert","alert-info"],[1,"mt-1","mr-1","alert-icon",3,"icon"],[1,"mt-1"],["mat-flat-button","","color","primary","tabindex","6",1,"mb-2",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["authForm","ngForm"],["fxLayout","row","fxLayoutAlign","start start",1,"mb-2"],["autoFocus","","matInput","","placeholder","Current Password","type","password","id","currpassword","name","currpassword","tabindex","1","required","",3,"ngModel","ngModelChange"],[4,"ngIf"],["matInput","","placeholder","New Password","type","password","id","newpassword","name","newpassword","tabindex","2","required","",3,"ngModel","ngModelChange"],["matInput","","placeholder","Confirm New Password","type","password","id","confirmpassword","name","confirmpassword","tabindex","3","required","",3,"ngModel","ngModelChange"],["fxLayout","row","fxLayoutAlign","start start",1,"mt-1"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","5","type","submit",3,"click"],["fxLayout","column","fxFlex","100","fxLayoutAlign","end stretch",1,"my-2"],[3,"inset"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e.YNc(1,qt,22,8,"form",1),e.TgZ(2,"div",2)(3,"div",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span",5),e._uU(6,"Two Factor Authentication"),e.qZA()(),e.TgZ(7,"div",6),e._UZ(8,"fa-icon",7),e.TgZ(9,"span"),e._uU(10,"Protect your account from unauthorized access by requiring a second authentication method in addition to your password."),e.qZA()(),e.TgZ(11,"div",8)(12,"button",9),e.NdJ("click",function(){return Ce.on2FAuth()}),e._uU(13),e.qZA()()()()),2&R&&(e.xp6(1),e.Q6J("ngIf",null==Ce.appConfig?null:Ce.appConfig.allowPasswordUpdate),e.xp6(3),e.Q6J("icon",Ce.faUserClock),e.xp6(4),e.Q6J("icon",Ce.faInfoCircle),e.xp6(5),e.Oqu(Ce.appConfig.enable2FA?"Disable 2FA":"Enable 2FA"))},directives:[C.xw,C.yH,C.Wh,q.O5,Ae._Y,Ae.JL,Ae.F,B.BN,dt.KE,Wt.Nt,Ae.Fj,De.h,Ae.Q7,Ae.JJ,Ae.On,dt.TO,Te.lW,Ge.d],styles:[""]}),Y})();var Ji=p(4623);function fi(Y,He){1&Y&&e._UZ(0,"mat-divider",7)}function si(Y,He){if(1&Y&&(e.TgZ(0,"div",4)(1,"pre",5),e._uU(2),e.ALo(3,"json"),e.qZA(),e.YNc(4,fi,1,0,"mat-divider",6),e.qZA()),2&Y){const R=e.oxw();e.xp6(2),e.Oqu(e.lcZ(3,2,R.configData)),e.xp6(2),e.Q6J("ngIf",""!==R.configData)}}function en(Y,He){if(1&Y&&(e.TgZ(0,"h2"),e._uU(1),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Oqu(R)}}function Bi(Y,He){if(1&Y&&(e.TgZ(0,"h4",14),e._uU(1),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Oqu(R)}}function zi(Y,He){1&Y&&e._UZ(0,"mat-divider",15),2&Y&&e.Q6J("inset",!0)}function Ui(Y,He){if(1&Y&&(e.TgZ(0,"mat-list-item")(1,"mat-card-subtitle",7),e.YNc(2,en,2,1,"h2",10),e.qZA(),e.TgZ(3,"mat-card-subtitle",11),e.YNc(4,Bi,2,1,"h4",12),e.qZA(),e.YNc(5,zi,1,1,"mat-divider",13),e.qZA()),2&Y){const R=He.$implicit;e.xp6(2),e.Q6J("ngIf",R.indexOf("[")>=0),e.xp6(2),e.Q6J("ngIf",R.indexOf("[")<0),e.xp6(1),e.Q6J("ngIf",R.indexOf("[")<0)}}function ze(Y,He){if(1&Y&&(e.TgZ(0,"div",8)(1,"mat-list"),e.YNc(2,Ui,6,3,"mat-list-item",9),e.qZA()()),2&Y){const R=e.oxw();e.xp6(2),e.Q6J("ngForOf",R.configData)}}let Tt=(()=>{class Y{constructor(R,Ce,ot){this.store=R,this.rtlEffects=Ce,this.router=ot,this.selectedNodeType="",this.configData="",this.fileFormat="INI",this.faCog=v.b7W,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.selectedNodeType=this.router.url.includes("bconfig")?"bitcoind":"ln",this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(R=>R instanceof I.Av)).subscribe({next:R=>{this.selectedNodeType=R.urlAfterRedirects.includes("bconfig")?"bitcoind":"ln"}}),this.store.dispatch((0,Ue.Q2)({payload:this.selectedNodeType})),this.rtlEffects.showLnConfig.pipe((0,y.R)(this.unSubs[1])).subscribe(R=>{const Ce=R.data;this.fileFormat=R.format,this.configData=""===Ce||!Ce||"INI"!==this.fileFormat&&"HOCON"!==this.fileFormat?""!==Ce&&Ce&&"JSON"===this.fileFormat?Ce:"":Ce.split("\n")})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(b.yh),e.Y36(ht.V),e.Y36(I.F0))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-bitcoin-config"]],decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxFlex","100","class","mb-6",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100",1,"mb-6"],[1,"pre-wrap"],["class","my-1",4,"ngIf"],[1,"my-1"],["fxFlex","100"],[4,"ngFor","ngForOf"],[4,"ngIf"],[1,"m-0"],["class","ml-4",4,"ngIf"],[3,"inset",4,"ngIf"],[1,"ml-4"],[3,"inset"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,si,5,4,"div",2),e.YNc(3,ze,3,1,"div",3),e.qZA()()),2&R&&(e.xp6(2),e.Q6J("ngIf",""!==Ce.configData&&"JSON"===Ce.fileFormat),e.xp6(1),e.Q6J("ngIf",""!==Ce.configData&&("INI"===Ce.fileFormat||"HOCON"===Ce.fileFormat)))},directives:[C.xw,C.yH,C.Wh,q.O5,Ge.d,Ji.i$,q.sg,Ji.Tg,P.$j],pipes:[q.Ts],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),Y})();const pe=function(){return{initial:!1}};function je(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",10),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.activeLink=ot.links[1].link}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw();e.s9C("routerLink",R.links[1].link),e.Q6J("active",R.activeLink===R.links[1].link)("state",e.DdM(4,pe)),e.xp6(1),e.Oqu(R.links[1].name)}}function _t(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.activeLink=ot.links[2].link}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw();e.s9C("routerLink",R.links[2].link),e.Q6J("active",R.activeLink===R.links[2].link),e.xp6(1),e.Oqu(R.links[2].name)}}function re(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.activeLink=ot.links[3].link}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw();e.s9C("routerLink",R.links[3].link),e.Q6J("active",R.activeLink===R.links[3].link),e.xp6(1),e.Oqu(R.links[3].name)}}let Qe=(()=>{class Y{constructor(R,Ce){this.store=R,this.router=Ce,this.faTools=v.CgH,this.showLnConfig=!1,this.lnImplementationStr="",this.links=[{link:"layout",name:"Layout"},{link:"services",name:"Services"},{link:"experimental",name:"Experimental"},{link:"lnconfig",name:this.lnImplementationStr}],this.activeLink="",this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){const R=this.links.find(Ce=>this.router.url.includes(Ce.link));this.activeLink=R?R.link:this.links[0].link,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(Ce=>Ce instanceof I.Av)).subscribe({next:Ce=>{const ot=this.links.find(ii=>Ce.urlAfterRedirects.includes(ii.link));this.activeLink=ot?ot.link:this.links[0].link}}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(Ce=>{var ot;switch(this.showLnConfig=!1,this.selNode=Ce,null===(ot=this.selNode.lnImplementation)||void 0===ot?void 0:ot.toUpperCase()){case"CLN":this.lnImplementationStr="Core Lightning Config";break;case"ECL":this.lnImplementationStr="Eclair Config";break;default:this.lnImplementationStr="LND Config"}this.selNode.authentication&&this.selNode.authentication.configPath&&""!==this.selNode.authentication.configPath.trim()&&(this.links[3].name=this.lnImplementationStr,this.showLnConfig=!0)})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(b.yh),e.Y36(I.F0))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-node-config"]],decls:15,vars:7,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","state","click",4,"ngIf"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper","mb-2"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","state","click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Node Config"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5)(8,"div",6),e.NdJ("click",function(){return Ce.activeLink=Ce.links[0].link}),e._uU(9),e.qZA(),e.YNc(10,je,2,5,"div",7),e.YNc(11,_t,2,3,"div",8),e.YNc(12,re,2,3,"div",8),e.qZA(),e.TgZ(13,"div",9),e._UZ(14,"router-outlet"),e.qZA()()()()),2&R&&(e.xp6(1),e.Q6J("icon",Ce.faTools),e.xp6(7),e.s9C("routerLink",Ce.links[0].link),e.Q6J("active",Ce.activeLink===Ce.links[0].link),e.xp6(1),e.Oqu(Ce.links[0].name),e.xp6(1),e.Q6J("ngIf","LND"===(null==Ce.selNode||null==Ce.selNode.lnImplementation?null:Ce.selNode.lnImplementation.toUpperCase())||"CLN"===(null==Ce.selNode||null==Ce.selNode.lnImplementation?null:Ce.selNode.lnImplementation.toUpperCase())),e.xp6(1),e.Q6J("ngIf","CLN"===(null==Ce.selNode||null==Ce.selNode.lnImplementation?null:Ce.selNode.lnImplementation.toUpperCase())),e.xp6(1),e.Q6J("ngIf",Ce.showLnConfig))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,F.BU,F.Nj,I.rH,q.O5,C.yH,I.lC],styles:[""]}),Y})();function Mt(Y,He){1&Y&&e._UZ(0,"mat-divider",7)}function zt(Y,He){if(1&Y&&(e.TgZ(0,"div",4)(1,"pre",5),e._uU(2),e.ALo(3,"json"),e.qZA(),e.YNc(4,Mt,1,0,"mat-divider",6),e.qZA()),2&Y){const R=e.oxw();e.xp6(2),e.Oqu(e.lcZ(3,2,R.configData)),e.xp6(2),e.Q6J("ngIf",""!==R.configData)}}function bi(Y,He){if(1&Y&&(e.TgZ(0,"h2"),e._uU(1),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Oqu(R)}}function Ei(Y,He){if(1&Y&&(e.TgZ(0,"h4",14),e._uU(1),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Oqu(R)}}function $i(Y,He){1&Y&&e._UZ(0,"mat-divider",15),2&Y&&e.Q6J("inset",!0)}function Gi(Y,He){if(1&Y&&(e.TgZ(0,"mat-list-item")(1,"mat-card-subtitle",7),e.YNc(2,bi,2,1,"h2",10),e.qZA(),e.TgZ(3,"mat-card-subtitle",11),e.YNc(4,Ei,2,1,"h4",12),e.qZA(),e.YNc(5,$i,1,1,"mat-divider",13),e.qZA()),2&Y){const R=He.$implicit;e.xp6(2),e.Q6J("ngIf",R.indexOf("[")>=0),e.xp6(2),e.Q6J("ngIf",R.indexOf("[")<0),e.xp6(1),e.Q6J("ngIf",R.indexOf("[")<0)}}function sn(Y,He){if(1&Y&&(e.TgZ(0,"div",8)(1,"mat-list"),e.YNc(2,Gi,6,3,"mat-list-item",9),e.qZA()()),2&Y){const R=e.oxw();e.xp6(2),e.Q6J("ngForOf",R.configData)}}let mn=(()=>{class Y{constructor(R,Ce,ot){this.store=R,this.rtlEffects=Ce,this.router=ot,this.selectedNodeType="",this.configData="",this.fileFormat="INI",this.faCog=v.b7W,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.selectedNodeType=this.router.url.includes("bconfig")?"bitcoind":"ln",this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(R=>R instanceof I.Av)).subscribe({next:R=>{this.selectedNodeType=R.urlAfterRedirects.includes("bconfig")?"bitcoind":"ln"}}),this.store.dispatch((0,Ue.Q2)({payload:this.selectedNodeType})),this.rtlEffects.showLnConfig.pipe((0,y.R)(this.unSubs[1])).subscribe(R=>{const Ce=R.data;this.fileFormat=R.format,this.configData=""===Ce||!Ce||"INI"!==this.fileFormat&&"HOCON"!==this.fileFormat?""!==Ce&&Ce&&"JSON"===this.fileFormat?Ce:"":Ce.split("\n")})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(b.yh),e.Y36(ht.V),e.Y36(I.F0))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-lnp-config"]],decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start"],["fxFlex","100","class","mb-6",4,"ngIf"],["fxFlex","100",4,"ngIf"],["fxFlex","100",1,"mb-6"],[1,"pre-wrap"],["class","my-1",4,"ngIf"],[1,"my-1"],["fxFlex","100"],[4,"ngFor","ngForOf"],[4,"ngIf"],[1,"m-0"],["class","ml-4",4,"ngIf"],[3,"inset",4,"ngIf"],[1,"ml-4"],[3,"inset"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,zt,5,4,"div",2),e.YNc(3,sn,3,1,"div",3),e.qZA()()),2&R&&(e.xp6(2),e.Q6J("ngIf",""!==Ce.configData&&"JSON"===Ce.fileFormat),e.xp6(1),e.Q6J("ngIf",""!==Ce.configData&&("INI"===Ce.fileFormat||"HOCON"===Ce.fileFormat)))},directives:[C.xw,C.yH,C.Wh,q.O5,Ge.d,Ji.i$,q.sg,Ji.Tg,P.$j],pipes:[q.Ts],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),Y})();var Yt=p(2994),wi=p(429),nt=p(6523),Ft=p(62),Kt=p(2368),mi=p(9814),Ri=p(3322);function ki(Y,He){if(1&Y&&(e.TgZ(0,"mat-option",35),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.Q6J("value",R.id),e.xp6(1),e.hij(" ",R.id," ")}}function hn(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Currency unit is required."),e.qZA())}function Bn(Y,He){if(1&Y&&(e.TgZ(0,"mat-radio-button",36),e._uU(1),e.ALo(2,"titlecase"),e.qZA()),2&Y){const R=He.$implicit,Ce=e.oxw();e.Q6J("value",R)("checked",Ce.selNode.settings.userPersona===R),e.xp6(1),e.hij(" ",e.lcZ(2,3,R)," ")}}const In=function(Y){return{"mr-4":Y}};function Xn(Y,He){if(1&Y&&(e.TgZ(0,"mat-radio-button",37),e._uU(1),e.qZA()),2&Y){const R=He.$implicit,Ce=e.oxw();e.Q6J("value",R)("ngClass",e.VKq(3,In,Ce.screenSize===Ce.screenSizeEnum.XS||Ce.screenSize===Ce.screenSizeEnum.SM)),e.xp6(1),e.hij("",R.name," ")}}const Cn=function(Y){return{skin:!0,"selected-color":Y}};function Si(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"span",38)(1,"div",39),e.NdJ("click",function(){const ii=e.CHM(R).$implicit;return e.oxw().changeThemeColor(ii.id)}),e.ALo(2,"lowercase"),e.qZA(),e._uU(3),e.qZA()}if(2&Y){const R=He.$implicit,Ce=e.oxw();e.xp6(1),e.Tol(e.lcZ(2,4,R.id)),e.Q6J("ngClass",e.VKq(6,Cn,Ce.selectedThemeColor===R.id)),e.xp6(2),e.hij(" ",R.name," ")}}let Wi=(()=>{class Y{constructor(R,Ce,ot){this.logger=R,this.commonService=Ce,this.store=ot,this.faExclamationTriangle=v.eHv,this.faMoneyBillAlt=v.co4,this.faPaintBrush=v.XsY,this.faInfoCircle=v.sqG,this.userPersonas=[Q.ol.OPERATOR,Q.ol.MERCHANT],this.currencyUnits=Q.Er,this.themeModes=Q.wZ.modes,this.themeColors=Q.wZ.themes,this.selectedThemeMode=Q.wZ.modes[0],this.selectedThemeColor=Q.wZ.themes[0].id,this.currencyUnit="BTC",this.smallerCurrencyUnit="Sats",this.showSettingOption=!0,this.screenSize="",this.screenSizeEnum=Q.cu,this.unSubs=[new h.x,new h.x],this.screenSize=this.commonService.getScreenSize()}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{this.selNode=R,this.selectedThemeMode=this.themeModes.find(Ce=>this.selNode.settings.themeMode===Ce.id)||this.themeModes[0],this.selectedThemeColor=this.selNode.settings.themeColor,this.selNode.settings.fiatConversion||(this.selNode.settings.currencyUnit=""),this.previousSettings=JSON.parse(JSON.stringify(this.selNode.settings)),this.logger.info(R)})}onCurrencyChange(R){this.selNode.settings.currencyUnits=[...Q.uA,R.value],this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:R.value,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:R.value,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}})),this.store.dispatch((0,Yt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:R.value,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}}))}toggleSettings(R,Ce){this.selNode.settings[R]=!this.selNode.settings[R]}changeThemeColor(R){this.selectedThemeColor=R,this.selNode.settings.themeColor=R}chooseThemeMode(){this.selNode.settings.themeMode=this.selectedThemeMode.id}onUpdateSettings(){if(this.selNode.settings.fiatConversion&&!this.selNode.settings.currencyUnit)return!0;this.logger.info(this.selNode.settings),this.store.dispatch((0,Ue.zQ)({payload:{uiMessage:Q.m6.UPDATE_NODE_SETTINGS,settings:this.selNode.settings}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}})),this.store.dispatch((0,Yt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl}}))}onResetSettings(){const R=this.selNode.index||-1;this.selNode.settings=this.previousSettings,this.selectedThemeMode=this.themeModes.find(Ce=>Ce.id===this.previousSettings.themeMode)||this.themeModes[0],this.selectedThemeColor=this.previousSettings.themeColor,this.store.dispatch((0,Ue.fk)({payload:{uiMessage:Q.m6.NO_SPINNER,prevLnNodeIndex:+R,currentLnNode:this.selNode,isInitialSetup:!0}}))}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(b.yh))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-node-settings"]],decls:60,vars:17,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxLayout","column","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxLayoutAlign","start stretch",1,"mt-1","bordered-box","padding-gap-large"],["fxFlex","100",1,"alert","alert-warn"],[1,"mr-1","alert-icon",3,"icon"],["href","https://www.blockchain.com/api/exchange_rates_api","target","blank"],["fxLayout","row wrap","fxLayoutAlign","start center"],["tabindex","2","color","primary","name","fiatConversion",3,"ngModel","ngModelChange","change"],["autoFocus","","placeholder","Fiat Currency","tabindex","3","name","currencyUnit",3,"ngModel","disabled","required","ngModelChange","selectionChange"],["currencyUnit","ngModel"],[3,"value",4,"ngFor","ngForOf"],[4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","row wrap","fxLayoutAlign","start start","fxLayout.gt-sm","column","fxFlex","100","fxLayoutAlign.gt-sm","space-between stretch",1,"settings-container","page-sub-title-container","mt-1"],[1,"mt-1"],["fxLayout","column","fxLayoutAlign","start stretch","fxFlex","100"],["fxLayout","row","fxFlex","100",1,"alert","alert-info","mb-0"],["fxLayout","column","fxLayoutAlign","start start","fxFlex","100"],["color","primary","tabindex","1","name","userPersona",3,"ngModel","ngModelChange"],["class","mr-4",3,"value","checked",4,"ngFor","ngForOf"],[1,"mt-1",3,"inset"],["fxLayout","column","fxLayout.gt-xs","row","fxFlex","100","fxLayoutAlign","space-between stretch","fxLayoutAlign.gt-xs","start stretch"],["fxFlex.gt-xs","20","fxFlex.gt-md","15","fxLayout","column","fxLayoutAlign","space-between stretch"],["color","primary","name","themeMode",3,"ngModel","ngModelChange","change"],["tabindex","5",3,"value","ngClass",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex.gt-xs","50","fxFlex.gt-md","40","fxLayoutAlign","space-between stretch"],["fxLayout","row","fxFlex","100","fxLayoutAlign","space-between start"],["fxLayout","row","class","theme-name",4,"ngFor","ngForOf"],["fxLayout","row",1,"mt-1"],["mat-stroked-button","","color","primary","tabindex","10",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","11",3,"click"],[3,"value"],[1,"mr-4",3,"value","checked"],["tabindex","5",3,"value","ngClass"],["fxLayout","row",1,"theme-name"],["tabindex","9",3,"ngClass","click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"form",1,2)(3,"div",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span",5),e._uU(6,"Balance Display"),e.qZA()(),e.TgZ(7,"div",6)(8,"div",7),e._UZ(9,"fa-icon",8),e.TgZ(10,"span"),e._uU(11,"Fiat conversion calls "),e.TgZ(12,"strong")(13,"a",9),e._uU(14,"Blockchain.com"),e.qZA()(),e._uU(15," API to get conversion rates."),e.qZA()(),e.TgZ(16,"div",10)(17,"mat-slide-toggle",11),e.NdJ("ngModelChange",function(ii){return Ce.selNode.settings.fiatConversion=ii})("change",function(ii){return Ce.selNode.settings.currencyUnit=ii.checked?Ce.selNode.settings.currencyUnit:null}),e._uU(18,"Enable Fiat Conversion"),e.qZA(),e.TgZ(19,"mat-form-field")(20,"mat-select",12,13),e.NdJ("ngModelChange",function(ii){return Ce.selNode.settings.currencyUnit=ii})("selectionChange",function(ii){return Ce.onCurrencyChange(ii)}),e.YNc(22,ki,2,2,"mat-option",14),e.qZA(),e.YNc(23,hn,2,0,"mat-error",15),e.qZA()()(),e.TgZ(24,"div",16)(25,"div",17)(26,"div",18),e._UZ(27,"fa-icon",4),e.TgZ(28,"span",5),e._uU(29,"Customization"),e.qZA()(),e.TgZ(30,"div",6)(31,"div",19)(32,"div",20),e._UZ(33,"fa-icon",8),e.TgZ(34,"span"),e._uU(35,"Dashboard layout will be tailored based on the role selected to better serve its needs."),e.qZA()(),e.TgZ(36,"div",21)(37,"h4"),e._uU(38,"Dashboard Layout"),e.qZA(),e.TgZ(39,"mat-radio-group",22),e.NdJ("ngModelChange",function(ii){return Ce.selNode.settings.userPersona=ii}),e.YNc(40,Bn,3,5,"mat-radio-button",23),e.qZA()()(),e._UZ(41,"mat-divider",24),e.TgZ(42,"div",25)(43,"div",26)(44,"h4"),e._uU(45,"Mode"),e.qZA(),e.TgZ(46,"mat-radio-group",27),e.NdJ("ngModelChange",function(ii){return Ce.selectedThemeMode=ii})("change",function(){return Ce.chooseThemeMode()}),e.YNc(47,Xn,2,5,"mat-radio-button",28),e.qZA()()(),e._UZ(48,"mat-divider",24),e.TgZ(49,"div",25)(50,"div",29)(51,"h4"),e._uU(52,"Themes"),e.qZA(),e.TgZ(53,"div",30),e.YNc(54,Si,4,8,"span",31),e.qZA()()()()()()(),e.TgZ(55,"div",32)(56,"button",33),e.NdJ("click",function(){return Ce.onResetSettings()}),e._uU(57,"Reset"),e.qZA(),e.TgZ(58,"button",34),e.NdJ("click",function(){return Ce.onUpdateSettings()}),e._uU(59,"Update"),e.qZA()()()),2&R&&(e.xp6(4),e.Q6J("icon",Ce.faMoneyBillAlt),e.xp6(5),e.Q6J("icon",Ce.faExclamationTriangle),e.xp6(8),e.Q6J("ngModel",Ce.selNode.settings.fiatConversion),e.xp6(3),e.Q6J("ngModel",Ce.selNode.settings.currencyUnit)("disabled",!Ce.selNode.settings.fiatConversion)("required",Ce.selNode.settings.fiatConversion),e.xp6(2),e.Q6J("ngForOf",Ce.currencyUnits),e.xp6(1),e.Q6J("ngIf",Ce.selNode.settings.fiatConversion&&!Ce.selNode.settings.currencyUnit),e.xp6(4),e.Q6J("icon",Ce.faPaintBrush),e.xp6(6),e.Q6J("icon",Ce.faInfoCircle),e.xp6(6),e.Q6J("ngModel",Ce.selNode.settings.userPersona),e.xp6(1),e.Q6J("ngForOf",Ce.userPersonas),e.xp6(1),e.Q6J("inset",!0),e.xp6(5),e.Q6J("ngModel",Ce.selectedThemeMode),e.xp6(1),e.Q6J("ngForOf",Ce.themeModes),e.xp6(1),e.Q6J("inset",!0),e.xp6(6),e.Q6J("ngForOf",Ce.themeColors))},directives:[C.xw,C.yH,V.$V,Ae._Y,Ae.JL,Ae.F,C.Wh,B.BN,Kt.Rr,Ae.JJ,Ae.On,dt.KE,Ie.gD,De.h,Ae.Q7,q.sg,le.ey,q.O5,dt.TO,mi.VQ,mi.U0,Ge.d,q.mk,Ri.oO,Te.lW],pipes:[q.rS,q.i8],styles:[""]}),Y})();function xn(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",9),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.activeLink=ot.links[0].link}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw();e.s9C("routerLink",R.links[0].link),e.Q6J("active",R.activeLink===R.links[0].link),e.xp6(1),e.Oqu(R.links[0].name)}}const jn=function(){return{initial:!1}};function ur(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",10),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.activeLink=ot.links[1].link}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw();e.s9C("routerLink",R.links[1].link),e.Q6J("active",R.activeLink===R.links[1].link)("state",e.DdM(4,jn)),e.xp6(1),e.Oqu(R.links[1].name)}}function Gr(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",9),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.activeLink=ot.links[2].link}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw();e.s9C("routerLink",R.links[2].link),e.Q6J("active",R.activeLink===R.links[2].link),e.xp6(1),e.Oqu(R.links[2].name)}}let Zr=(()=>{class Y{constructor(R,Ce,ot){this.store=R,this.router=Ce,this.activatedRoute=ot,this.faLayerGroup=v.Krp,this.links=[{link:"loop",name:"Loop"},{link:"boltz",name:"Boltz"},{link:"peerswap",name:"Peerswap"}],this.activeLink="",this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){const R=this.links.find(Ce=>this.router.url.includes(Ce.link));this.activeLink=R?R.link:this.links[0].link,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(Ce=>Ce instanceof I.Av)).subscribe({next:Ce=>{const ot=this.links.find(ii=>Ce.urlAfterRedirects.includes(ii.link));this.activeLink="CLN"===this.selNode.lnImplementation.toUpperCase()?this.links[2].link:ot?ot.link:this.links[0].link}}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(Ce=>{this.selNode=Ce,"CLN"===this.selNode.lnImplementation.toUpperCase()&&(this.activeLink=this.links[2].link,this.router.navigate(["./"+this.activeLink],{relativeTo:this.activatedRoute}))})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(b.yh),e.Y36(I.F0),e.Y36(I.gz))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-services-settings"]],decls:13,vars:4,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container","mt-1"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngIf"],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","state","click",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","state","click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Services"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,xn,2,3,"div",6),e.YNc(9,ur,2,5,"div",7),e.YNc(10,Gr,2,3,"div",6),e.qZA(),e.TgZ(11,"div",8),e._UZ(12,"router-outlet"),e.qZA()()()()),2&R&&(e.xp6(1),e.Q6J("icon",Ce.faLayerGroup),e.xp6(7),e.Q6J("ngIf","LND"===(null==Ce.selNode||null==Ce.selNode.lnImplementation?null:Ce.selNode.lnImplementation.toUpperCase())),e.xp6(1),e.Q6J("ngIf","LND"===(null==Ce.selNode||null==Ce.selNode.lnImplementation?null:Ce.selNode.lnImplementation.toUpperCase())),e.xp6(1),e.Q6J("ngIf","CLN"===(null==Ce.selNode||null==Ce.selNode.lnImplementation?null:Ce.selNode.lnImplementation.toUpperCase())))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,F.BU,q.O5,F.Nj,I.rH,C.yH,I.lC],styles:[""]}),Y})();const ua=["form"];function _a(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Loop server URL is required."),e.qZA())}function va(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Specify the loop server url with 'https://'."),e.qZA())}function Ga(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Loop macaroon path is required."),e.qZA())}let Za=(()=>{class Y{constructor(R,Ce){this.logger=R,this.store=Ce,this.faInfoCircle=v.sqG,this.enableLoop=!1,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{this.selNode=R,this.enableLoop=!(!R.settings.swapServerUrl||""===R.settings.swapServerUrl.trim()),this.previousSelNode=JSON.parse(JSON.stringify(this.selNode)),this.logger.info(R)})}onEnableServiceChanged(R){this.enableLoop=R.checked,this.enableLoop||(this.selNode.authentication.swapMacaroonPath="",this.selNode.settings.swapServerUrl="")}onUpdateService(){if(this.selNode.settings.swapServerUrl&&""!==this.selNode.settings.swapServerUrl.trim()&&!this.form.controls.srvrUrl.value.includes("https://")&&this.form.controls.srvrUrl.setErrors({invalid:!0}),this.enableLoop&&(!this.selNode.settings.swapServerUrl||""===this.selNode.settings.swapServerUrl.trim()||!this.selNode.authentication.swapMacaroonPath||""===this.selNode.authentication.swapMacaroonPath.trim()))return!0;this.logger.info(this.selNode),this.store.dispatch((0,Ue.jS)({payload:{uiMessage:Q.m6.UPDATE_LOOP_SETTINGS,service:Q.JX.LOOP,settings:{enable:this.enableLoop,serverUrl:this.selNode.settings.swapServerUrl,macaroonPath:this.selNode.authentication.swapMacaroonPath}}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers}})),this.store.dispatch((0,Yt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers}}))}onReset(){this.selNode=JSON.parse(JSON.stringify(this.previousSelNode)),this.enableLoop=!(!this.selNode.settings.swapServerUrl||""===this.selNode.settings.swapServerUrl.trim())}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(b.yh))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-loop-service-settings"]],viewQuery:function(R,Ce){if(1&R&&e.Gf(ua,7),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.form=ot.first)}},decls:34,vars:11,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxFlex","100",1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://github.com/lightninglabs/loop","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","loop",1,"mb-1",3,"ngModel","ngModelChange","change"],[1,"mb-2"],["matInput","","placeholder","Loop Server URL","type","text","id","swapServerUrl","name","srvrUrl","tabindex","2",3,"ngModel","required","disabled","ngModelChange"],["srvrUrl","ngModel"],[4,"ngIf"],["matInput","","placeholder","Loop Macaroon Path","type","text","id","swapMacaroonPath","name","swapMacaroonPath","tabindex","3",3,"ngModel","required","disabled","ngModelChange"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(R,Ce){if(1&R&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span"),e._uU(4,"Please ensure that "),e.TgZ(5,"strong"),e._uU(6,"loopd"),e.qZA(),e._uU(7," is running and accessible to RTL before enabling this service. Click "),e.TgZ(8,"strong")(9,"a",3),e._uU(10,"here"),e.qZA()(),e._uU(11," to learn more about the installation."),e.qZA()(),e.TgZ(12,"form",4,5)(14,"div",6)(15,"mat-slide-toggle",7),e.NdJ("ngModelChange",function(ii){return Ce.enableLoop=ii})("change",function(ii){return Ce.onEnableServiceChanged(ii)}),e._uU(16,"Enable Loop Service"),e.qZA(),e.TgZ(17,"mat-form-field",8)(18,"input",9,10),e.NdJ("ngModelChange",function(ii){return Ce.selNode.settings.swapServerUrl=ii}),e.qZA(),e.TgZ(20,"mat-hint"),e._uU(21,"Service url for loop server REST APIs, eg. https://localhost:8081"),e.qZA(),e.YNc(22,_a,2,0,"mat-error",11),e.YNc(23,va,2,0,"mat-error",11),e.qZA(),e.TgZ(24,"mat-form-field")(25,"input",12),e.NdJ("ngModelChange",function(ii){return Ce.selNode.authentication.swapMacaroonPath=ii}),e.qZA(),e.TgZ(26,"mat-hint"),e._uU(27,"Path for the folder containing service 'loop.macaroon', eg. D:\\\\xyz\\\\AppData\\\\Local\\\\Loop\\\\testnet"),e.qZA(),e.YNc(28,Ga,2,0,"mat-error",11),e.qZA()()(),e.TgZ(29,"div",13)(30,"button",14),e.NdJ("click",function(){return Ce.onReset()}),e._uU(31,"Reset"),e.qZA(),e.TgZ(32,"button",15),e.NdJ("click",function(){return Ce.onUpdateService()}),e._uU(33,"Update"),e.qZA()()()),2&R){const ot=e.MAs(19);e.xp6(2),e.Q6J("icon",Ce.faInfoCircle),e.xp6(13),e.Q6J("ngModel",Ce.enableLoop),e.xp6(3),e.Q6J("ngModel",Ce.selNode.settings.swapServerUrl)("required",Ce.enableLoop)("disabled",!Ce.enableLoop),e.xp6(4),e.Q6J("ngIf",!Ce.selNode.settings.swapServerUrl&&Ce.enableLoop),e.xp6(1),e.Q6J("ngIf",(null==ot||null==ot.errors?null:ot.errors.invalid)&&Ce.enableLoop),e.xp6(2),e.Q6J("ngModel",Ce.selNode.authentication.swapMacaroonPath)("required",Ce.enableLoop)("disabled",!Ce.enableLoop),e.xp6(3),e.Q6J("ngIf",!Ce.selNode.authentication.swapMacaroonPath&&Ce.enableLoop)}},directives:[C.xw,C.yH,V.$V,B.BN,Ae._Y,Ae.JL,Ae.F,C.Wh,Kt.Rr,De.h,Ae.JJ,Ae.On,dt.KE,Wt.Nt,Ae.Fj,Ae.Q7,dt.bx,q.O5,dt.TO,Te.lW],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),Y})();const cr=["form"];function ea(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Boltz server URL is required."),e.qZA())}function ha(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Specify the boltz server url with 'https://'."),e.qZA())}function $a(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Boltz macaroon path is required."),e.qZA())}let sa=(()=>{class Y{constructor(R,Ce){this.logger=R,this.store=Ce,this.faInfoCircle=v.sqG,this.enableBoltz=!1,this.serverUrl="",this.macaroonPath="",this.unSubs=[new h.x,new h.x]}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{this.selNode=R,this.enableBoltz=!(!R.settings.boltzServerUrl||""===R.settings.boltzServerUrl.trim()),this.serverUrl=this.selNode.settings.boltzServerUrl||"",this.macaroonPath=this.selNode.authentication.boltzMacaroonPath,this.previousSelNode=JSON.parse(JSON.stringify(this.selNode)),this.logger.info(R)})}onEnableServiceChanged(R){this.enableBoltz=R.checked,this.enableBoltz||(this.macaroonPath="",this.serverUrl="")}onUpdateService(){if(this.serverUrl&&""!==this.serverUrl.trim()&&!this.form.controls.srvrUrl.value.includes("https://")&&this.form.controls.srvrUrl.setErrors({invalid:!0}),this.enableBoltz&&(!this.serverUrl||""===this.serverUrl.trim()||!this.serverUrl.includes("https://")||!this.macaroonPath||""===this.macaroonPath.trim()))return!0;this.logger.info(this.selNode),this.selNode.settings.boltzServerUrl=this.serverUrl,this.selNode.authentication.boltzMacaroonPath=this.macaroonPath,this.store.dispatch((0,Ue.jS)({payload:{uiMessage:Q.m6.UPDATE_BOLTZ_SETTINGS,service:Q.JX.BOLTZ,settings:{enable:this.enableBoltz,serverUrl:this.serverUrl,macaroonPath:this.macaroonPath}}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.serverUrl,enableOffers:this.selNode.settings.enableOffers}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.serverUrl,enableOffers:this.selNode.settings.enableOffers}})),this.store.dispatch((0,Yt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.serverUrl,enableOffers:this.selNode.settings.enableOffers}}))}onReset(){this.selNode=JSON.parse(JSON.stringify(this.previousSelNode)),this.serverUrl=this.selNode.settings.boltzServerUrl||"",this.macaroonPath=this.selNode.authentication.boltzMacaroonPath,this.enableBoltz=!(!this.serverUrl||""===this.serverUrl.trim())}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(b.yh))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-boltz-service-settings"]],viewQuery:function(R,Ce){if(1&R&&e.Gf(cr,7),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.form=ot.first)}},decls:34,vars:11,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxFlex","100",1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://lnd.docs.boltz.exchange/en/latest/","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","boltz",1,"mb-1",3,"ngModel","ngModelChange","change"],[1,"mb-2"],["matInput","","placeholder","Boltz Server URL","type","text","id","boltzServerUrl","name","srvrUrl","tabindex","2",3,"ngModel","required","disabled","ngModelChange"],["srvrUrl","ngModel"],[4,"ngIf"],["matInput","","placeholder","Boltz Macaroon Path","type","text","id","boltzMacaroonPath","name","boltzMacaroonPath","tabindex","3",3,"ngModel","required","disabled","ngModelChange"],["fxLayout","row",1,"mt-2"],["mat-stroked-button","","color","primary","type","reset","tabindex","4",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(R,Ce){if(1&R&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span"),e._uU(4,"Please ensure that "),e.TgZ(5,"strong"),e._uU(6,"boltzd"),e.qZA(),e._uU(7," is running and accessible to RTL before enabling this service. Click "),e.TgZ(8,"strong")(9,"a",3),e._uU(10,"here"),e.qZA()(),e._uU(11," to learn more about the installation."),e.qZA()(),e.TgZ(12,"form",4,5)(14,"div",6)(15,"mat-slide-toggle",7),e.NdJ("ngModelChange",function(ii){return Ce.enableBoltz=ii})("change",function(ii){return Ce.onEnableServiceChanged(ii)}),e._uU(16,"Enable Boltz Service"),e.qZA(),e.TgZ(17,"mat-form-field",8)(18,"input",9,10),e.NdJ("ngModelChange",function(ii){return Ce.serverUrl=ii}),e.qZA(),e.TgZ(20,"mat-hint"),e._uU(21,"Service url for boltz server REST APIs, eg. https://localhost:9003"),e.qZA(),e.YNc(22,ea,2,0,"mat-error",11),e.YNc(23,ha,2,0,"mat-error",11),e.qZA(),e.TgZ(24,"mat-form-field")(25,"input",12),e.NdJ("ngModelChange",function(ii){return Ce.macaroonPath=ii}),e.qZA(),e.TgZ(26,"mat-hint"),e._uU(27,"Path for the folder containing boltz 'admin.macaroon', eg. D:\\\\xyz\\\\AppData\\\\Boltz\\\\testnet"),e.qZA(),e.YNc(28,$a,2,0,"mat-error",11),e.qZA()()(),e.TgZ(29,"div",13)(30,"button",14),e.NdJ("click",function(){return Ce.onReset()}),e._uU(31,"Reset"),e.qZA(),e.TgZ(32,"button",15),e.NdJ("click",function(){return Ce.onUpdateService()}),e._uU(33,"Update"),e.qZA()()()),2&R){const ot=e.MAs(19);e.xp6(2),e.Q6J("icon",Ce.faInfoCircle),e.xp6(13),e.Q6J("ngModel",Ce.enableBoltz),e.xp6(3),e.Q6J("ngModel",Ce.serverUrl)("required",Ce.enableBoltz)("disabled",!Ce.enableBoltz),e.xp6(4),e.Q6J("ngIf",(!Ce.serverUrl||""===Ce.serverUrl.trim())&&Ce.enableBoltz),e.xp6(1),e.Q6J("ngIf",(null==ot||null==ot.errors?null:ot.errors.invalid)&&Ce.enableBoltz),e.xp6(2),e.Q6J("ngModel",Ce.macaroonPath)("required",Ce.enableBoltz)("disabled",!Ce.enableBoltz),e.xp6(3),e.Q6J("ngIf",!Ce.macaroonPath&&Ce.enableBoltz)}},directives:[C.xw,C.yH,V.$V,B.BN,Ae._Y,Ae.JL,Ae.F,C.Wh,Kt.Rr,De.h,Ae.JJ,Ae.On,dt.KE,Wt.Nt,Ae.Fj,Ae.Q7,dt.bx,q.O5,dt.TO,Te.lW],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),Y})(),Da=(()=>{class Y{constructor(){}ngOnInit(){}ngOnDestroy(){}}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-ln-services"]],decls:1,vars:0,template:function(R,Ce){1&R&&e._UZ(0,"router-outlet")},directives:[I.lC],styles:[""]}),Y})();var Or=p(2615),$n=p(9107),Hr=p(6087),Kn=p(4847),zn=p(2075),Fr=p(5899);function Ia(Y,He){1&Y&&e._UZ(0,"mat-progress-bar",34)}function ta(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," Initiation Time "),e.qZA())}function Vr(Y,He){if(1&Y&&(e.TgZ(0,"td",36),e._uU(1),e.ALo(2,"date"),e.qZA()),2&Y){const R=He.$implicit;e.xp6(1),e.Oqu(e.xi3(2,1,R.initiation_time/1e6,"dd/MMM/y HH:mm"))}}function Wr(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," Last Update Time "),e.qZA())}function qr(Y,He){if(1&Y&&(e.TgZ(0,"td",36),e._uU(1),e.ALo(2,"date"),e.qZA()),2&Y){const R=He.$implicit;e.xp6(1),e.Oqu(e.xi3(2,1,R.last_update_time/1e6,"dd/MMM/y HH:mm"))}}function br(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," ID "),e.qZA())}function zr(Y,He){if(1&Y&&(e.TgZ(0,"td",36),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.xp6(1),e.Oqu(R.id)}}function fa(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," ID (Bytes) "),e.qZA())}function ya(Y,He){if(1&Y&&(e.TgZ(0,"td",36),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.xp6(1),e.Oqu(R.id_bytes)}}function xa(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," State "),e.qZA())}function ar(Y,He){if(1&Y&&(e.TgZ(0,"td",36),e._uU(1),e.qZA()),2&Y){const R=He.$implicit,Ce=e.oxw();e.xp6(1),e.Oqu(Ce.LoopStateEnum[R.state])}}function Oa(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," HTLC Address "),e.qZA())}function Ra(Y,He){if(1&Y&&(e.TgZ(0,"td",36),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.xp6(1),e.Oqu(R.htlc_address)}}function er(Y,He){1&Y&&(e.TgZ(0,"th",37),e._uU(1," Amount (Sats) "),e.qZA())}function oa(Y,He){if(1&Y&&(e.TgZ(0,"td",36)(1,"span",38),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&Y){const R=He.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,R.amt))}}function Yr(Y,He){1&Y&&(e.TgZ(0,"th",37),e._uU(1," Cost Server (Sats) "),e.qZA())}function kr(Y,He){if(1&Y&&(e.TgZ(0,"td",36)(1,"span",38),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&Y){const R=He.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,R.cost_server))}}function jr(Y,He){1&Y&&(e.TgZ(0,"th",37),e._uU(1," Cost Offchain (Sats) "),e.qZA())}function ba(Y,He){if(1&Y&&(e.TgZ(0,"td",36)(1,"span",38),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&Y){const R=He.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,R.cost_offchain))}}function Wa(Y,He){1&Y&&(e.TgZ(0,"th",37),e._uU(1," Cost Onchain (Sats) "),e.qZA())}function Qn(Y,He){if(1&Y&&(e.TgZ(0,"td",36)(1,"span",38),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&Y){const R=He.$implicit;e.xp6(2),e.hij(" ",e.lcZ(3,1,null==R?null:R.cost_onchain)," ")}}function qe(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"th",39)(1,"div",40)(2,"mat-select",41),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",42),e.NdJ("click",function(){return e.CHM(R),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function St(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"td",43)(1,"button",44),e.NdJ("click",function(ot){const Zi=e.CHM(R).$implicit;return e.oxw().onSwapClick(Zi,ot)}),e._uU(2,"View Info"),e.qZA()()}}function Ke(Y,He){if(1&Y&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&Y){const R=e.oxw(2);e.xp6(1),e.Oqu(R.emptyTableMessage)}}function kt(Y,He){if(1&Y&&(e.TgZ(0,"td",45),e.YNc(1,Ke,2,1,"p",46),e.qZA()),2&Y){const R=e.oxw();e.xp6(1),e.Q6J("ngIf",!(null!=R.listSwaps&&R.listSwaps.data)||(null==R.listSwaps||null==R.listSwaps.data?null:R.listSwaps.data.length)<1)}}const ai=function(Y){return{"display-none":Y}};function Ti(Y,He){if(1&Y&&e._UZ(0,"tr",47),2&Y){const R=e.oxw();e.Q6J("ngClass",e.VKq(1,ai,(null==R.listSwaps?null:R.listSwaps.data)&&(null==R.listSwaps||null==R.listSwaps.data?null:R.listSwaps.data.length)>0))}}function Oi(Y,He){1&Y&&e._UZ(0,"tr",48)}function rn(Y,He){1&Y&&e._UZ(0,"tr",49)}const qn=function(Y){return{"overflow-auto error-border":Y,"overflow-auto":!0}},Ot=function(){return["no_swap"]};let oi=(()=>{class Y{constructor(R,Ce,ot,ii){this.logger=R,this.commonService=Ce,this.store=ot,this.loopService=ii,this.selectedSwapType=Q.$I.LOOP_OUT,this.swapsData=[],this.flgLoading=[!0],this.emptyTableMessage="No swaps available.",this.LoopStateEnum=Q.Fq,this.faHistory=v.qO$,this.swapCaption="Loop Out",this.displayedColumns=[],this.selFilter="",this.flgSticky=!1,this.pageSize=Q.IV,this.pageSizeOptions=Q.TJ,this.screenSize="",this.screenSizeEnum=Q.cu,this.unSubs=[new h.x,new h.x,new h.x],this.screenSize=this.commonService.getScreenSize(),this.screenSize===Q.cu.XS||this.screenSize===Q.cu.SM?(this.flgSticky=!1,this.displayedColumns=["state","amt","actions"]):this.screenSize===Q.cu.MD?(this.flgSticky=!1,this.displayedColumns=["state","initiation_time","amt","actions"]):(this.flgSticky=!0,this.displayedColumns=["state","initiation_time","amt","cost_server","cost_offchain","cost_onchain","actions"])}ngAfterViewInit(){this.swapsData&&this.swapsData.length>0&&this.loadSwapsTable(this.swapsData)}ngOnChanges(R){this.swapCaption=this.selectedSwapType===Q.$I.LOOP_IN?"Loop In":"Loop Out",this.loadSwapsTable(this.swapsData)}applyFilter(){this.listSwaps.filter=this.selFilter.trim().toLowerCase()}onSwapClick(R,Ce){var ot,ii;this.loopService.getSwap((null===(ii=null===(ot=R.id_bytes)||void 0===ot?void 0:ot.replace(/\//g,"_"))||void 0===ii?void 0:ii.replace(/\+/g,"-"))||"").pipe((0,y.R)(this.unSubs[2])).subscribe(Zi=>{this.store.dispatch((0,Ue.qR)({payload:{data:{type:Q.n_.INFORMATION,alertTitle:this.swapCaption+" Status",message:[[{key:"state",value:Q.Fq[Zi.state||""],title:"Status",width:50,type:Q.Gi.STRING},{key:"amt",value:Zi.amt,title:"Amount (Sats)",width:50,type:Q.Gi.NUMBER}],[{key:"initiation_time",value:(Zi.initiation_time||0)/1e9,title:"Initiation Time",width:50,type:Q.Gi.DATE_TIME},{key:"last_update_time",value:(Zi.last_update_time||0)/1e9,title:"Last Update Time",width:50,type:Q.Gi.DATE_TIME}],[{key:"cost_server",value:Zi.cost_server,title:"Server Cost (Sats)",width:33,type:Q.Gi.NUMBER},{key:"cost_offchain",value:Zi.cost_offchain,title:"Offchain Cost (Sats)",width:33,type:Q.Gi.NUMBER},{key:"cost_onchain",value:Zi.cost_onchain,title:"Onchain Cost (Sats)",width:34,type:Q.Gi.NUMBER}],[{key:"id_bytes",value:Zi.id_bytes,title:"ID",width:100,type:Q.Gi.STRING}],[{key:"htlc_address",value:Zi.htlc_address,title:"HTLC Address",width:100,type:Q.Gi.STRING}]],openedBy:"SWAP"}}}))})}loadSwapsTable(R){this.listSwaps=new zn.by([...R]),this.listSwaps.sort=this.sort,this.listSwaps.sortingDataAccessor=(Ce,ot)=>Ce[ot]&&isNaN(Ce[ot])?Ce[ot].toLocaleLowerCase():Ce[ot]?+Ce[ot]:null,this.listSwaps.filterPredicate=(Ce,ot)=>JSON.stringify(Ce).toLowerCase().includes(ot),this.listSwaps.paginator=this.paginator,this.applyFilter(),this.logger.info(this.listSwaps)}onDownloadCSV(){this.listSwaps.data&&this.listSwaps.data.length>0&&this.commonService.downloadFile(this.listSwaps.data,this.selectedSwapType===Q.$I.LOOP_IN?"Loop in":"Loop out")}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(b.yh),e.Y36($n.W))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-swaps"]],viewQuery:function(R,Ce){if(1&R&&(e.Gf(Kn.YE,5),e.Gf(Hr.NW,5)),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.sort=ot.first),e.iGM(ot=e.CRH())&&(Ce.paginator=ot.first)}},inputs:{selectedSwapType:"selectedSwapType",swapsData:"swapsData",flgLoading:"flgLoading",emptyTableMessage:"emptyTableMessage"},features:[e._Bn([{provide:Hr.ye,useValue:(0,Q.pt)("Swaps")}]),e.TTD],decls:52,vars:16,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"card-content-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","fxFlex","100",1,"page-sub-title-container","w-100"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start center",1,"w-100"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","initiation_time"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","last_update_time"],["matColumnDef","id"],["matColumnDef","id_bytes"],["matColumnDef","state"],["matColumnDef","htlc_address"],["matColumnDef","amt"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","cost_server"],["matColumnDef","cost_offchain"],["matColumnDef","cost_onchain"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-3","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_swap"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1)(2,"div",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"mat-form-field",5)(7,"input",6),e.NdJ("keyup",function(){return Ce.applyFilter()})("ngModelChange",function(ii){return Ce.selFilter=ii}),e.qZA()()(),e.TgZ(8,"div",7)(9,"div",8),e.YNc(10,Ia,1,0,"mat-progress-bar",9),e.TgZ(11,"table",10,11),e.ynx(13,12),e.YNc(14,ta,2,0,"th",13),e.YNc(15,Vr,3,4,"td",14),e.BQk(),e.ynx(16,15),e.YNc(17,Wr,2,0,"th",13),e.YNc(18,qr,3,4,"td",14),e.BQk(),e.ynx(19,16),e.YNc(20,br,2,0,"th",13),e.YNc(21,zr,2,1,"td",14),e.BQk(),e.ynx(22,17),e.YNc(23,fa,2,0,"th",13),e.YNc(24,ya,2,1,"td",14),e.BQk(),e.ynx(25,18),e.YNc(26,xa,2,0,"th",13),e.YNc(27,ar,2,1,"td",14),e.BQk(),e.ynx(28,19),e.YNc(29,Oa,2,0,"th",13),e.YNc(30,Ra,2,1,"td",14),e.BQk(),e.ynx(31,20),e.YNc(32,er,2,0,"th",21),e.YNc(33,oa,4,3,"td",14),e.BQk(),e.ynx(34,22),e.YNc(35,Yr,2,0,"th",21),e.YNc(36,kr,4,3,"td",14),e.BQk(),e.ynx(37,23),e.YNc(38,jr,2,0,"th",21),e.YNc(39,ba,4,3,"td",14),e.BQk(),e.ynx(40,24),e.YNc(41,Wa,2,0,"th",21),e.YNc(42,Qn,4,3,"td",14),e.BQk(),e.ynx(43,25),e.YNc(44,qe,6,0,"th",26),e.YNc(45,St,3,0,"td",27),e.BQk(),e.ynx(46,28),e.YNc(47,kt,2,1,"td",29),e.BQk(),e.YNc(48,Ti,1,3,"tr",30),e.YNc(49,Oi,1,0,"tr",31),e.YNc(50,rn,1,0,"tr",32),e.qZA(),e._UZ(51,"mat-paginator",33),e.qZA()()()),2&R&&(e.xp6(3),e.Q6J("icon",Ce.faHistory),e.xp6(2),e.hij("",Ce.swapCaption," History"),e.xp6(2),e.Q6J("ngModel",Ce.selFilter),e.xp6(3),e.Q6J("ngIf",!0===Ce.flgLoading[0]),e.xp6(1),e.Q6J("dataSource",Ce.listSwaps)("ngClass",e.VKq(13,qn,"error"===Ce.flgLoading[0])),e.xp6(37),e.Q6J("matFooterRowDef",e.DdM(15,Ot)),e.xp6(1),e.Q6J("matHeaderRowDef",Ce.displayedColumns)("matHeaderRowDefSticky",Ce.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",Ce.displayedColumns),e.xp6(1),e.Q6J("pageSize",Ce.pageSize)("pageSizeOptions",Ce.pageSizeOptions)("showFirstLastButtons",Ce.screenSize!==Ce.screenSizeEnum.XS))},directives:[C.xw,C.yH,C.Wh,B.BN,dt.KE,Wt.Nt,Ae.Fj,Ae.JJ,Ae.On,V.$V,q.O5,Fr.pW,zn.BZ,Kn.YE,q.mk,Ri.oO,zn.w1,zn.fO,zn.ge,Kn.nU,zn.Dz,zn.ev,Ie.gD,Ie.$L,le.ey,Te.lW,zn.mD,zn.yh,zn.Ke,zn.Q2,zn.as,zn.XQ,zn.nj,zn.Gk,Hr.NW],pipes:[q.uU,q.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),Y})();const gt=function(Y){return["../",Y]};function Qt(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",10),e.NdJ("click",function(){const ii=e.CHM(R).$implicit;return e.oxw().onSelectedIndexChange(ii)}),e._uU(1),e.qZA()}if(2&Y){const R=He.$implicit,Ce=e.oxw();e.Q6J("active",Ce.activeTab.link===R.link)("routerLink",e.VKq(3,gt,R.link)),e.xp6(1),e.Oqu(R.name)}}let Di=(()=>{class Y{constructor(R,Ce,ot){this.router=R,this.loopService=Ce,this.store=ot,this.faInfinity=v.vqe,this.targetConf=2,this.inAmount=25e4,this.quotes=[],this.LoopTypeEnum=Q.$I,this.selectedSwapType=Q.$I.LOOP_OUT,this.storedSwaps=[],this.filteredSwaps=[],this.emptyTableMessage="No swap data available.",this.flgLoading=[!0],this.links=[{link:"loopout",name:"Loop Out"},{link:"loopin",name:"Loop In"}],this.activeTab=this.links[0],this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){this.loopService.listSwaps();const R=this.links.find(Ce=>this.router.url.includes(Ce.link));this.activeTab=R||this.links[0],this.selectedSwapType=R&&"loopin"===R.link?Q.$I.LOOP_IN:Q.$I.LOOP_OUT,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(Ce=>Ce instanceof I.Av)).subscribe({next:Ce=>{const ot=this.links.find(ii=>Ce.urlAfterRedirects.includes(ii.link));this.activeTab=ot||this.links[0],this.selectedSwapType=ot&&"loopin"===ot.link?Q.$I.LOOP_IN:Q.$I.LOOP_OUT}}),this.loopService.swapsChanged.pipe((0,y.R)(this.unSubs[1])).subscribe({next:Ce=>{var ot;this.flgLoading[0]=!1,this.storedSwaps=Ce,this.filteredSwaps=null===(ot=this.storedSwaps)||void 0===ot?void 0:ot.filter(ii=>ii.type===this.selectedSwapType)},error:Ce=>{this.flgLoading[0]="error",this.emptyTableMessage=Ce.message?Ce.message:"No loop "+(this.selectedSwapType===Q.$I.LOOP_IN?"in":"out")+" available."}})}onSelectedIndexChange(R){var Ce;this.selectedSwapType="loopin"===R.link?Q.$I.LOOP_IN:Q.$I.LOOP_OUT,this.filteredSwaps=null===(Ce=this.storedSwaps)||void 0===Ce?void 0:Ce.filter(ot=>ot.type===this.selectedSwapType)}onLoop(R){R===Q.$I.LOOP_IN?this.loopService.getLoopInTermsAndQuotes(this.targetConf).pipe((0,y.R)(this.unSubs[2])).subscribe({next:Ce=>{this.store.dispatch((0,Ue.qR)({payload:{data:{minQuote:Ce[0],maxQuote:Ce[1],direction:R,component:Or.a}}}))}}):this.loopService.getLoopOutTermsAndQuotes(this.targetConf).pipe((0,y.R)(this.unSubs[3])).subscribe({next:Ce=>{this.store.dispatch((0,Ue.qR)({payload:{data:{minQuote:Ce[0],maxQuote:Ce[1],direction:R,component:Or.a}}}))}})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(I.F0),e.Y36($n.W),e.Y36(b.yh))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-loop"]],decls:13,vars:7,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"padding-gap-x-large","mt-1"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"],["fxLayout","row","fxFlex","100",3,"selectedSwapType","swapsData","flgLoading","emptyTableMessage"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Loop"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,Qt,2,5,"div",6),e.qZA(),e.TgZ(9,"div",7)(10,"button",8),e.NdJ("click",function(){return Ce.onLoop(Ce.selectedSwapType)}),e._uU(11),e.qZA()(),e._UZ(12,"rtl-swaps",9),e.qZA()()()),2&R&&(e.xp6(1),e.Q6J("icon",Ce.faInfinity),e.xp6(7),e.Q6J("ngForOf",Ce.links),e.xp6(3),e.hij("Start ",Ce.activeTab.name,""),e.xp6(1),e.Q6J("selectedSwapType",Ce.selectedSwapType)("swapsData",Ce.filteredSwaps)("flgLoading",Ce.flgLoading)("emptyTableMessage",Ce.emptyTableMessage))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,F.BU,q.sg,F.Nj,I.rH,Te.lW,oi,C.yH],styles:[""]}),Y})();var Yi=p(7772),$e=p(1135),We=p(2843),Fe=p(262),Lt=p(2340),yi=p(1786);let Ki=(()=>{class Y{constructor(R,Ce,ot,ii){this.httpClient=R,this.logger=Ce,this.store=ot,this.commonService=ii,this.swapUrl="",this.swaps={},this.swapsChanged=new $e.X({}),this.unSubs=[new h.x,new h.x,new h.x]}getSwapsList(){return this.swaps}listSwaps(){this.store.dispatch((0,Ue.ac)({payload:Q.m6.GET_BOLTZ_SWAPS})),this.swapUrl=Lt.T5+Lt.NZ.BOLTZ_API+"/listSwaps",this.httpClient.get(this.swapUrl).pipe((0,y.R)(this.unSubs[0])).subscribe({next:R=>{this.store.dispatch((0,Ue.uO)({payload:Q.m6.GET_BOLTZ_SWAPS})),this.swaps=R,this.swapsChanged.next(this.swaps)},error:R=>this.swapsChanged.error(this.handleErrorWithAlert(Q.m6.GET_BOLTZ_SWAPS,this.swapUrl,R))})}swapInfo(R){return this.swapUrl=Lt.T5+Lt.NZ.BOLTZ_API+"/swapInfo/"+R,this.httpClient.get(this.swapUrl).pipe((0,Fe.K)(Ce=>(0,U.of)(this.handleErrorWithAlert(Q.m6.NO_SPINNER,this.swapUrl,Ce))))}serviceInfo(){return this.store.dispatch((0,Ue.ac)({payload:Q.m6.GET_SERVICE_INFO})),this.swapUrl=Lt.T5+Lt.NZ.BOLTZ_API+"/serviceInfo",this.httpClient.get(this.swapUrl).pipe((0,y.R)(this.unSubs[1]),(0,u.U)(R=>(this.store.dispatch((0,Ue.uO)({payload:Q.m6.GET_SERVICE_INFO})),R)),(0,Fe.K)(R=>(0,U.of)(this.handleErrorWithAlert(Q.m6.GET_SERVICE_INFO,this.swapUrl,R))))}swapOut(R,Ce){const ot={amount:R,address:Ce};return this.swapUrl=Lt.T5+Lt.NZ.BOLTZ_API+"/createreverseswap",this.httpClient.post(this.swapUrl,ot).pipe((0,Fe.K)(ii=>this.handleErrorWithoutAlert("Swap Out for Address: "+Ce,Q.m6.NO_SPINNER,ii)))}swapIn(R){const Ce={amount:R};return this.swapUrl=Lt.T5+Lt.NZ.BOLTZ_API+"/createswap",this.httpClient.post(this.swapUrl,Ce).pipe((0,Fe.K)(ot=>this.handleErrorWithoutAlert("Swap In for Amount: "+R,Q.m6.NO_SPINNER,ot)))}handleErrorWithoutAlert(R,Ce,ot){let ii="";return this.logger.error("ERROR IN: "+R+"\n"+JSON.stringify(ot)),this.store.dispatch((0,Ue.uO)({payload:Ce})),401===ot.status?(ii="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,Ue.kS)())):503===ot.status?(ii="Unable to Connect to Boltz Server.",this.store.dispatch((0,Ue.qR)({payload:{data:{type:"ERROR",alertTitle:"Boltz Not Connected",message:{code:ot.status,message:"Unable to Connect to Boltz Server",URL:R},component:yi.H}}}))):ii=this.commonService.extractErrorMessage(ot),(0,We._)(()=>new Error(ii))}handleErrorWithAlert(R,Ce,ot){let ii="";if(401===ot.status&&(this.logger.info("Redirecting to Login"),this.store.dispatch((0,Ue.kS)())),this.logger.error(ot),this.store.dispatch((0,Ue.uO)({payload:R})),401===ot.status)ii="Unauthorized User.",this.logger.info("Redirecting to Login"),this.store.dispatch((0,Ue.kS)());else if(503===ot.status)ii="Unable to Connect to Boltz Server.",setTimeout(()=>{this.store.dispatch((0,Ue.qR)({payload:{data:{type:"ERROR",alertTitle:"Boltz Not Connected",message:{code:ot.status,message:"Unable to Connect to Boltz Server",URL:Ce},component:yi.H}}}))},100);else{ii=this.commonService.extractErrorMessage(ot);const Zi=ot.error&&ot.error.error&&ot.error.error.code?ot.error.error.code:ot.error&&ot.error.code?ot.error.code:ot.code?ot.code:ot.status;setTimeout(()=>{this.store.dispatch((0,Ue.qR)({payload:{data:{type:Q.n_.ERROR,alertTitle:"ERROR",message:{code:Zi,message:ii,URL:Ce},component:yi.H}}}))},100)}return{message:ii}}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.LFG(M.eN),e.LFG(ye.mQ),e.LFG(b.yh),e.LFG(Ft.v))},Y.\u0275prov=e.Yz7({token:Y,factory:Y.\u0275fac}),Y})();var Ln=p(1125);let Br=(()=>{class Y{constructor(){this.serviceInfo={},this.direction=Q.hc.SWAP_OUT,this.swapTypeEnum=Q.hc}}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-boltz-service-info"]],inputs:{serviceInfo:"serviceInfo",direction:"direction"},decls:33,vars:13,consts:[["fxFlex","100",1,"flat-expansion-panel","mb-1",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"foreground-secondary-text"],[1,"w-100","my-1"]],template:function(R,Ce){1&R&&(e.TgZ(0,"mat-expansion-panel",0)(1,"mat-expansion-panel-header")(2,"mat-panel-title")(3,"span",1),e._uU(4,"Service Information"),e.qZA()()(),e.TgZ(5,"div",2)(6,"div",3)(7,"div",4)(8,"h4",5),e._uU(9,"Minimum Amount (Sats)"),e.qZA(),e.TgZ(10,"span",6),e._uU(11),e.ALo(12,"number"),e.qZA()(),e.TgZ(13,"div",4)(14,"h4",5),e._uU(15,"Maximum Amount (Sats)"),e.qZA(),e.TgZ(16,"span",6),e._uU(17),e.ALo(18,"number"),e.qZA()()(),e._UZ(19,"mat-divider",7),e.TgZ(20,"div",3)(21,"div",4)(22,"h4",5),e._uU(23,"Fee Percentage"),e.qZA(),e.TgZ(24,"span",6),e._uU(25),e.ALo(26,"number"),e.qZA()(),e.TgZ(27,"div",4)(28,"h4",5),e._uU(29,"Miner Fee (Sats)"),e.qZA(),e.TgZ(30,"span",6),e._uU(31),e.ALo(32,"number"),e.qZA()()()()()),2&R&&(e.Q6J("expanded",!0),e.xp6(11),e.Oqu(e.lcZ(12,5,null==Ce.serviceInfo||null==Ce.serviceInfo.limits?null:Ce.serviceInfo.limits.minimal)),e.xp6(6),e.Oqu(e.lcZ(18,7,null==Ce.serviceInfo||null==Ce.serviceInfo.limits?null:Ce.serviceInfo.limits.maximal)),e.xp6(8),e.Oqu(e.lcZ(26,9,null==Ce.serviceInfo||null==Ce.serviceInfo.fees?null:Ce.serviceInfo.fees.percentage)),e.xp6(6),e.Oqu(e.lcZ(32,11,Ce.direction===Ce.swapTypeEnum.SWAP_OUT?null==Ce.serviceInfo||null==Ce.serviceInfo.fees||null==Ce.serviceInfo.fees.miner?null:Ce.serviceInfo.fees.miner.reverse:null==Ce.serviceInfo||null==Ce.serviceInfo.fees||null==Ce.serviceInfo.fees.miner?null:Ce.serviceInfo.fees.miner.normal)))},directives:[Ln.ib,C.yH,Ln.yz,Ln.yK,C.Wh,C.xw,Ge.d],pipes:[q.JJ],styles:[""]}),Y})();var Ma=p(5245);function wa(Y,He){1&Y&&e.GkF(0)}function us(Y,He){if(1&Y&&(e.TgZ(0,"div",4)(1,"span",5),e._uU(2),e.qZA()()),2&Y){const R=e.oxw();e.xp6(2),e.Oqu(null!=R.swapStatus&&R.swapStatus.error?null==R.swapStatus?null:R.swapStatus.error:"Unknown Error.")}}function Fi(Y,He){if(1&Y&&(e.TgZ(0,"div",4)(1,"div",6)(2,"div",7)(3,"h4",8),e._uU(4,"ID"),e.qZA(),e.TgZ(5,"span",5),e._uU(6),e.qZA()(),e.TgZ(7,"div",7)(8,"h4",8),e._uU(9,"Routing Fee (mSats)"),e.qZA(),e.TgZ(10,"span",5),e._uU(11),e.ALo(12,"number"),e.qZA()()(),e._UZ(13,"mat-divider",9),e.TgZ(14,"div",6)(15,"div",7)(16,"h4",8),e._uU(17,"Claim Transaction ID"),e.qZA(),e.TgZ(18,"span",5),e._uU(19),e.qZA()(),e.TgZ(20,"div",7)(21,"h4",8),e._uU(22,"Lockup Address"),e.qZA(),e.TgZ(23,"span",5),e._uU(24),e.qZA()()()()),2&Y){const R=e.oxw();e.xp6(6),e.Oqu(null==R.swapStatus?null:R.swapStatus.id),e.xp6(5),e.Oqu(e.lcZ(12,4,null==R.swapStatus?null:R.swapStatus.routingFeeMilliSat)),e.xp6(8),e.Oqu(null==R.swapStatus?null:R.swapStatus.claimTransactionId),e.xp6(5),e.Oqu(null==R.swapStatus?null:R.swapStatus.lockupAddress)}}function Gn(Y,He){if(1&Y&&(e.TgZ(0,"div",4)(1,"div",6)(2,"div",7)(3,"h4",8),e._uU(4,"ID"),e.qZA(),e.TgZ(5,"span",5),e._uU(6),e.qZA()(),e.TgZ(7,"div",7)(8,"h4",8),e._uU(9,"Expected Amount (Sats)"),e.qZA(),e.TgZ(10,"span",5),e._uU(11),e.ALo(12,"number"),e.qZA()()(),e._UZ(13,"mat-divider",9),e.TgZ(14,"div",6)(15,"div",10)(16,"h4",8),e._uU(17,"Address"),e.qZA(),e.TgZ(18,"span",5),e._uU(19),e.qZA()()(),e._UZ(20,"mat-divider",9),e.TgZ(21,"div",6)(22,"div",10)(23,"h4",8),e._uU(24,"BIP 21"),e.qZA(),e.TgZ(25,"span",5),e._uU(26),e.qZA()()()()),2&Y){const R=e.oxw();e.xp6(6),e.Oqu(null==R.swapStatus?null:R.swapStatus.id),e.xp6(5),e.Oqu(e.lcZ(12,4,null==R.swapStatus?null:R.swapStatus.expectedAmount)),e.xp6(8),e.Oqu(null==R.swapStatus?null:R.swapStatus.address),e.xp6(7),e.Oqu(null==R.swapStatus?null:R.swapStatus.bip21)}}let Fs=(()=>{class Y{constructor(){this.swapStatus=null,this.direction=Q.hc.SWAP_OUT,this.swapTypeEnum=Q.hc}}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-boltz-swap-status"]],inputs:{swapStatus:"swapStatus",direction:"direction"},decls:7,vars:1,consts:[[4,"ngTemplateOutlet"],["swapFailedBlock",""],["swapOutBlock",""],["swapInBlock",""],["fxLayout","column"],[1,"foreground-secondary-text"],["fxLayout","row"],["fxFlex","50"],["fxLayoutAlign","start",1,"font-bold-500"],[1,"w-100","my-1"],["fxFlex","100"]],template:function(R,Ce){if(1&R&&(e.YNc(0,wa,1,0,"ng-container",0),e.YNc(1,us,3,1,"ng-template",null,1,e.W1O),e.YNc(3,Fi,25,6,"ng-template",null,2,e.W1O),e.YNc(5,Gn,27,6,"ng-template",null,3,e.W1O)),2&R){const ot=e.MAs(2),ii=e.MAs(4),Zi=e.MAs(6);e.Q6J("ngTemplateOutlet",null!=Ce.swapStatus&&Ce.swapStatus.error?ot:Ce.direction===Ce.swapTypeEnum.SWAP_OUT?ii:Zi)}},directives:[q.tP,C.xw,C.yH,C.Wh,Ge.d],pipes:[q.JJ],styles:[""]}),Y})();var gr=p(113);function Qs(Y,He){1&Y&&e.GkF(0)}const ka=function(Y,He){return{"small-svg":Y,"large-svg":He}};function pa(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17),e.qZA(),e.kcU(),e.TgZ(12,"div",18)(13,"mat-card-title"),e._uU(14,"Boltz Reverse Submarine Swap explained."),e.qZA()(),e.TgZ(15,"div",19)(16,"mat-card-subtitle",20),e._uU(17," Boltz is a privacy-first account free exchange and a Lightning Service Provider. By doing a Reverse Submarine Swap on Boltz, you can swap your Lightning Bitcoin for on-chain Bitcoin. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ka,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}function Ts(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",21)(2,"g",22),e._UZ(3,"path",23)(4,"path",24)(5,"path",25)(6,"path",26)(7,"path",27)(8,"path",28),e.qZA(),e._UZ(9,"path",29),e.TgZ(10,"defs")(11,"clipPath",30),e._UZ(12,"rect",31),e.qZA()()(),e.kcU(),e.TgZ(13,"div",18)(14,"mat-card-title"),e._uU(15,"Step 1: Deciding to Reverse Submarine Swap"),e.qZA()(),e.TgZ(16,"div",19)(17,"mat-card-subtitle",20),e._uU(18," You have one or more channels that are running low on inbound capacity or you want to move some of your Lightning Bitcoin to your onchain wallet. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ka,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}function As(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",32),e._UZ(2,"path",33)(3,"path",34)(4,"path",35)(5,"path",36)(6,"path",37)(7,"circle",38)(8,"rect",39),e.TgZ(9,"defs")(10,"pattern",40),e._UZ(11,"use",41),e.qZA(),e._UZ(12,"image",42),e.qZA()(),e.kcU(),e.TgZ(13,"div",18)(14,"mat-card-title"),e._uU(15,"Step 2: Paying the Lightning Invoice"),e.qZA()(),e.TgZ(16,"div",19)(17,"mat-card-subtitle",20),e._uU(18," Your Boltz client generates a secret which is sent to Boltz. In return Boltz sends a Lightning invoice based on that secret. Your Lightning node pays that invoice which moves some of your local balance to the other side of the channel. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ka,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}function qs(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",43)(2,"g",22),e._UZ(3,"path",44)(4,"path",45)(5,"path",46)(6,"path",47)(7,"path",48),e.qZA(),e.TgZ(8,"defs")(9,"clipPath",30),e._UZ(10,"rect",49),e.qZA()()(),e.kcU(),e.TgZ(11,"div",18)(12,"mat-card-title"),e._uU(13,"Step 3: Receiving the funds on-chain"),e.qZA()(),e.TgZ(14,"div",19)(15,"mat-card-subtitle",20),e._uU(16," In return for paying the invoice, Boltz locks on-chain BTC. Your node claims that onchain BTC to your wallet and by doing that, reveals the secret. With that secret Boltz can settle the Lightning invoice paid by your node. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ka,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}function Vs(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",50),e._UZ(2,"path",51)(3,"path",52)(4,"path",53)(5,"path",54)(6,"path",55),e.qZA(),e.kcU(),e.TgZ(7,"div",18)(8,"mat-card-title"),e._uU(9,"Done!"),e.qZA()(),e.TgZ(10,"div",19)(11,"mat-card-subtitle",20),e._uU(12," You have now successfully received your funds in your on-chain wallet and also spent your local balance to increase the inbound capacity of your node - all in a non-custodial manner. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,ka,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}let Ds=(()=>{class Y{constructor(R){this.commonService=R,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.vpe,this.screenSize="",this.screenSizeEnum=Q.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(R){2===R.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===R.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(Ft.v))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-boltz-swapout-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["swapStepBlock1",""],["swapStepBlock2",""],["swapStepBlock3",""],["swapStepBlock4",""],["swapStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between center",3,"swipe"],["fxFlex","30","width","368","height","368","viewBox","0 0 368 368","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M306.667 153.333H276L260.667 184L233.797 153.763C229.441 148.861 224.595 144.24 218.529 141.746C212.54 139.284 206.099 138 199.561 138H92C41.19 138 1.52588e-05 179.19 1.52588e-05 230C1.52588e-05 280.81 41.19 322 92 322H199.561C206.099 322 212.54 320.715 218.529 318.254C224.595 315.761 229.441 311.139 233.797 306.237L260.667 276L276 306.667H306.667L291.333 260.667L306.667 230L291.333 199.333L306.667 153.333Z",1,"fill-color-0"],["d","M337.333 122.667H306.667L291.333 153.333L264.464 123.097C260.107 118.194 255.261 113.573 249.195 111.079C243.206 108.618 236.766 107.333 230.228 107.333H122.667C71.8566 107.333 30.6667 148.523 30.6667 199.333C30.6667 250.143 71.8566 291.333 122.667 291.333H230.228C236.766 291.333 243.206 290.048 249.195 287.587C255.261 285.094 260.107 280.473 264.464 275.571L291.333 245.333L306.667 276H337.333L322 230L337.333 199.333L322 168.667L337.333 122.667Z",1,"stroke-color-thicker"],["d","M214.667 245.333C206.198 245.333 199.333 238.468 199.333 230C199.333 221.532 206.198 214.667 214.667 214.667C223.135 214.667 230 221.532 230 230C230 238.468 223.135 245.333 214.667 245.333Z",1,"fill-color-15"],["d","M245.333 214.667C236.865 214.667 230 207.802 230 199.333C230 190.865 236.865 184 245.333 184C253.802 184 260.667 190.865 260.667 199.333C260.667 207.802 253.802 214.667 245.333 214.667Z",1,"stroke-color-thicker"],["d","M138 245.333C129.532 245.333 122.667 238.468 122.667 230C122.667 221.532 129.532 214.667 138 214.667C146.468 214.667 153.333 221.532 153.333 230C153.333 238.468 146.468 245.333 138 245.333Z",1,"fill-color-15"],["d","M168.667 214.667C160.198 214.667 153.333 207.802 153.333 199.333C153.333 190.865 160.198 184 168.667 184C177.135 184 184 190.865 184 199.333C184 207.802 177.135 214.667 168.667 214.667Z",1,"stroke-color-thicker"],["d","M61.3334 245.333C52.865 245.333 46 238.468 46 230C46 221.532 52.865 214.667 61.3334 214.667C69.8017 214.667 76.6667 221.532 76.6667 230C76.6667 238.468 69.8017 245.333 61.3334 245.333Z",1,"fill-color-15"],["d","M92 214.667C83.5316 214.667 76.6666 207.802 76.6666 199.333C76.6666 190.865 83.5316 184 92 184C100.468 184 107.333 190.865 107.333 199.333C107.333 207.802 100.468 214.667 92 214.667Z",1,"stroke-color-thicker"],["d","M239.077 111C241.796 111 244 113.204 244 115.923V126.077C244 128.796 241.796 131 239.077 131H191.923C189.204 131 187 128.796 187 126.077V115.923C187 113.204 189.204 111 191.923 111H239.077Z",1,"fill-color-15"],["d","M184 76.6666V107.333H122.667V76.6666H184Z",1,"stroke-color-thicker"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","width","383","height","279","viewBox","0 0 383 279","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["clip-path","url(#clip0)"],["d","M267.882 220.417V104.583C267.882 98.2125 263.809 93 258.832 93H114.029C109.051 93 104.978 98.2125 104.978 104.583V220.417C104.978 226.787 109.051 232 114.029 232H258.832C263.809 232 267.882 226.787 267.882 220.417Z",1,"fill-color-0"],["d","M357.75 197.625V81.375C357.75 74.9812 352.069 69.75 345.125 69.75H143.125C136.181 69.75 130.5 74.9812 130.5 81.375V197.625C130.5 204.019 136.181 209.25 143.125 209.25H345.125C352.069 209.25 357.75 204.019 357.75 197.625Z",1,"stroke-color-thin"],["d","M86.3125 186H105.25V139.5H86.3125C82.7775 139.5 80 142.057 80 145.312V180.188C80 183.443 82.7775 186 86.3125 186Z",1,"fill-color-15"],["d","M111.562 162.75H130.5V116.25H111.562C108.027 116.25 105.25 118.807 105.25 122.062V156.938C105.25 160.193 108.027 162.75 111.562 162.75Z",1,"stroke-color-thin"],["d","M205.979 116V150.875",1,"stroke-color-thin"],["d","M205.979 185.634V185.749",1,"stroke-color-thin"],["d","M2.44963 159.45C0.488815 161.41 0.488815 164.59 2.44963 166.55L34.403 198.504C36.3638 200.465 39.5429 200.465 41.5037 198.504C43.4645 196.543 43.4645 193.364 41.5037 191.403L13.1007 163L41.5037 134.597C43.4645 132.636 43.4645 129.457 41.5037 127.496C39.5429 125.535 36.3638 125.535 34.403 127.496L2.44963 159.45ZM65 157.979H6V168.021H65V157.979Z",1,"fill-color-15"],["id","clip0"],["width","303","height","279","transform","matrix(-1 0 0 1 383 0)",1,"fill-color-30"],["fxFlex","30","width","454","height","243","viewBox","0 0 454 243","fill","none","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["d","M141.75 172.125C178.098 172.125 207.562 142.66 207.562 106.312C207.562 69.9653 178.098 40.5 141.75 40.5C105.403 40.5 75.9375 69.9653 75.9375 106.312C75.9375 142.66 105.403 172.125 141.75 172.125Z",1,"fill-color-0"],["d","M121.5 151.875C157.848 151.875 187.312 122.41 187.312 86.0625C187.312 49.7153 157.848 20.25 121.5 20.25C85.1528 20.25 55.6875 49.7153 55.6875 86.0625C55.6875 122.41 85.1528 151.875 121.5 151.875Z",1,"stroke-color-thiner"],["d","M20.25 192.375H222.75",1,"stroke-color-thiner"],["d","M192.375 222.75L222.75 192.375L192.375 162",1,"stroke-color-thiner"],["d","M138.762 67C136.099 73.913 133.436 81.3578 130.24 88.8025C130.24 88.8025 130.24 89.8661 131.305 89.8661H153.143C153.143 89.8661 153.143 90.3979 153.676 90.9296L121.718 126.558C121.185 126.026 121.185 125.495 121.185 124.963L132.371 101.033V98.9062H110V96.7791L137.164 67H138.762Z",1,"fill-color-15"],["cx","371.815","cy","95.815","r","81.815",1,"fill-color-boltz-bk"],["x","317","y","81","width","110.745","height","30.1472","fill","url(#pattern0)"],["id","pattern0","patternContentUnits","objectBoundingBox","width","1","height","1"],[0,"xlink","href","#image0","transform","scale(0.00185185 0.00680272)"],["id","image0","width","540","height","147",0,"xlink","href","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhwAAACTCAYAAADFh8BYAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAACHKADAAQAAAABAAAAkwAAAABS37hiAABAAElEQVR4Aex9CaAkVXV2VfebfWWG1QWQRYddNgmCO6CiIGrAKC6gUWOIUROz/CYm+OdP/P9f82viEmNUcCFRUVFQlMUIgpIoCgwO2ww7IjLMMMub5b3XXfWf75z7Vd2urn69vK5+/d7Ufa/qnDr33HPPdm/drqquDoNdvMTxhSPBE5vODuL6BUEcHiDumBcE8Y+DYORT4V4fu3YXd09pfumB0gOlB0oPlB7oiwfCvkiZoULiDe9eGtSCH8RxfCJMCOUvlj/AIAyjoBL/abjHJz4+Q80r1S49UHqg9EDpgdIDQ+OBXXbBEW/8i2XB+ParZYHxHDohlrAAB0QJw2AiCOccGu75sXVGKfelB0oPlB4oPVB6oPRALx6o9NJopreJ469Xg4ltX8NiA8sLLDD8xQYWHbrwiOM5QVC7YKbbW+pfeqD0QOmB0gOlB6bbAyPTrcC09P/bH39EbqO8NF1mRKoGbqbYAgRQCkAU47mOspQeKD1QeqD0QOmB0gNT8MAud4UjfvyCt8Rx9D5dbMg9kwT6OK95xHrtY/EU/Fs2LT1QeqD0QOmB0gOlB8QDu9SCI37sghPievyvSeR1QSFHgD7uGPRmSxj8POEvkdIDpQdKD5QeKD1QeqAnD+wyt1TiJ9731Hhi52WytJinFzDy3OUueOitFNTjAkcU3ZDHWtJKD5QeKD3QLw/Ej55/TL0e7tcveamcmqCY5gGDoFqdf0P4lM8+oQflrvTAgD2wSyw45F0b84PHHr9MntvYJ5RbJ/aYqHgat1FwZUNvp7gHRYWEdQdKWAk3BXvt+UM7KvelB0oPlB4oxgMT9VjeAxS9FXMTv56vPeFDDz8IAW2cspLpixdos/XWGIsNm9XiaOeL5eBHspWl9MDAPbBLLDii3zz2OfHs8fCuLDpSJxN3kDUpjP+9Gl64M21QYqUHSg+UHijAA3Gkc5N+IBIcEAVzkbfeUJq/c2z8zJSzAJEljAgJQ85qfusSLz0wWA/M+gVH/Ngf/GW9Hp8Lt+av/jmkwUHcBmclnnMRqGUpPVB6oPRAoR6QVYVe2ZDVgS06bA5Cn/xcZP1z+eEWJBl+tk0WLNl6d6WjUFtK4aUHWnhgVi844t+883T5sPD3/BQAH/i4fFvFDW77WqwNVqMJfke4zydvbuG3klx6oPRA6YH+eUDWF7z6Sgjh7RYQ4PH5iRNm24O/LKUHpssDs/ZbKvGj71glnxX+I4qj1EZ+VAD0ced9DlLAOIi+MF1BKfstPVB6YNfzgLtmwactxAG4HYIrHQZ9HDRsfhvDcaUkLfhQhQJIPK0tsdIDg/VAejIebL+F9hY/+d7lcRxeHkX1pRh8HGxYRigO6AYrIQcpoFwFqVeqI5cUqmQpvPRA6YHSA4kHbE7CIbC0ELcFhtFJw9xmuH5I8hYnkGKbzoCC68yWii2x0gPT4IFZd0sFry2v/+bar8lgOxj+bBi8GIMcf6jDg1T45wNVimuj74d7fvoxwcrSgwfih9940EQU/lleU/mcJS9/CQNAFOKARRR8vsOq2j7npThX2j3rE8by6H+4Qz447qxUgh0y4T8hv/b368pI8Os54fyHy68eFhHNXVAmhok3ZyV4h8MFCxF7ds3GmwnbBf1YmjwUHph1C47oNz/8R3l3xmnwbu5YFWIyVjkGCW1kBtVK9aKhiM4MVaIWB/vIQu8deerb3MlLwRKjzHM0CEXD/CoxsUkziVqDWNYBorAtubP3sPP5PX2kYSiyYiegiZ/6JD3JzTcwY2IP6kFcC4PxeFsw/uCbHpeF7K2ShLdVK+F/VaPFPwr3+5cnG5QvD0oP0AO6IraPR0i9dErKyX+Xm2iKFv7XaN1nKMlhE4z819wELEvpgWn2wKxacNQeeft5UVR7j/68vDhWx5gMPH+sNQw7DEoQ3ODEya8ShhuCffb57jTHZeZ37xYAGRc32WXzoUyaLjCMD6Gd8DFnWpAYLtarQFfXJFwI2t7BpN7jt/7THMntT/iT/og7GWqf4C6FbLGCjuJoTyGeJvTT5FtSQT3cUh974I03i6Dvz60El4RP/8q6RJ8SKT2AS26SLMwzwtx8FFbWq+NcLuY5MTf/8xhLWumBAXhg1iw44kfeeWI9qH/GX+0nZwF3NsAgBcrBqrjsXLW6Wz5oXCLv3hgfgO/LLsQDmBAREYNwSWOU9EhY0phlPtGhrfxxkWnS/JhaLSnMD/Ij+CobDbUIopc3SGjUh32lSwxKZvtGflLFzKpwniD9nTBWDy4ce+Dcm8KwctGcfatfDsOLy3e90FG7KIwj3NxDzjXmjx4JGRAlm3/ZfPYl+C2yWWp15b70wGA9wFvZg+21z73FG37/aVFY+5YMxnkNA4srf0DZ9KTmoL/yx2DmgB4JRi7us3q7pDhMjPiz5YBB4IgDIXAthDggDigb/ggVBwtorUqmvbKRJgdsC6h/rg/kAxc9hGgLHkIfV6LsmDfMIfAABzQ8hbRbfRLHJ8pDzZ8de3Di/rEHz/3zeP1bl1BmCXdhDzBXAV1uEiKTUAhzvZRpbw388YK3jpal9MD0eGDGLzji+H0Lajvib0dRvLcORR1wGGCy6XV6B5Nr9jxFpAPXTgloE94ePvUzt0xPKGZnrzx5Jyd0cb/S3BlaoyE7d6gIaQ1n8xbuwW0wFP32keISTQc1B6xW9z3tMhO46iY06qtZg/7dhj6As7S3P95beP7PxLaxdeMPveE8wbULti/hruEB5hMSSxMgIYj9Ssj3Q+H5n99tSS090JMHZvyCo/7o5s/LGeZYWN80ucuJR2k4AelJCEx2gsrjr5Tv3oBbBlqyMcOxv8mBi6Gcxj2cPFCWMlRxf2HpP6AhbdG+adOn7IQO6OPk9WUIrn05SB182KSPKtV6R93lfTF7RvX4op0PnnvD2P2vX9W6RVkzGz0gjx5rbvm5pLnh5Txy16cxdwjVL8hXFEBsyGNC4OUFDvNPuZ8WD8zoZzgmHnnrB+Iofr0MIy0YajIkGz4QuOGn9awDRPH55WnuWmVk7r9rRbnrgwfMx00+F7LSGDT0hInQFcaLEEHSJ+4dgXRChFLnWIqgLELI9XF21ClkW8K28hJFtIeu7Y/jk8Tmn8szHu+ct/8lZT52GqdZwse8Jpz2/J9mv8oPb86dePjeI+WL7cfJkuy4MIqPkxl+N3m4/6Nz97vkE9OsXtl9lx6YsQuO2iPnv1Im878zeznJY5gCt+GKlT+/Fgk+4vpVMRCkJAM7Dr4b7v2Zx41a7qfqAX7q0ofaEAfGROLDB93QB/FW9RpOMDLEwLPFq2snrzFDbC2iNCdD20+ib7brqcrL01ceWl0s32u5ZOcDb3juvP2e+cdheGF6WS6rQHk8qzxgC1R9ysfsYm4T5lnr1eXlE2nWNJnx8iRNKw3vUBp/5LLDwnrluCiMj5c55LixB+46UsybS8XMVHgpWEZaCWeOB2bkgiP+zfmH1iaiS+TUJbeEkIJuEOklcRxaWloYUtzud+KyOOfv9HQRVoOLjb/c98MDnNZs0YcTu8XBru5iIWi9NF0BEDJpnejB6HtRds1SiuVIvjTqSZjVF6mlujsGAPZJiWyLY+KEWXld2R9HF4w/ePfKOH7Hm8PwsxPsr4Sz0wPMe8JOrGQuptlOjBBSfLwTqcXzyJWLyvgDdz8zrITHy92k4+phdNzYg986WlRdEMn7bDCFcwwRFq9V2UPRHphxC45407t2m9i6/TvimKXpQLIB5c5p3hV0d889Sd2sO62dnATWV58y58psbXncuwe4wMDKwk7Y3rSRg5JkJ2jGLad/O2PLbORaSNBj0oSd32jlo5f8dAeIgogDs8gDEcxrn70KppO/1AOiaI6JAOZa0tbTJ6GhAdqyDxyjONV9lKSs/XL8e2MPbFkon/5eE4bn1LV9uZuVHtC8lFxhDuYayVz18q2b/J+uRzh2PvSWA8OgJrdEouPltTTHyWLjGBlTS+SWuJrJz4jZ/G/ygbPfv0rdxFMShtYDM2rBgUtuEw999+syIg+CR/VkILM3TwbZkws4rPBkYZ+s9QQgFRzYMtC/Un6CdK7qC5BpLT2DGu7O0I0RyelM2ml8kvYIlGyuIdGkWhClJYRG/uzr67M5ArHaXmBPhSsPQhUmUhN9HD4F+yW/zxy7/5v/LPpd0JOOZaPh94DkB/OeUJXOJChzNUkvQZSWEKSVEszkbP4PYsKXH85cOD6++WVRGB4X1oPj5LcFjotrO3eDKSy8xszjBIrundif8JfIjPLAIPKvbw6pP/Ldj8kq4ZTk7KODUXbM5MwtFczx/EBAJTSZeeDgSDjn4gypPJyqB5KYiCDgLSbEpm7YjhCNedkCopSOyZktudx0BAY8+QTo+nbV+DYAlDEIGbgCYTQcEfdvu7EN6pPJvJU91IsQfMBb8UOmX9iO0NkvVv7hzvted9f8A75WPijn+2u24Yw7YZ/zvxYWf41jorbtMHmP2TeR+Dp00+GVjoXEvkwASSdsYX8QcUBl2peHQ+2BGfO12PGH3vzWehS/GycCLBq4cCCEl4m3quc5CNDOSxGucvwyfPrnVg91lGagclgG4E+CkkDgWgjlQHkcNNzxoy02DZqDPs56E6h7Q70+0I+e8B3kHEWYtmqJNenXZI/IVnvQb6q7YVanMsCjfGADr5Um+Z4MyGu0P/jo2MPnHsG2JZw9HojwtVjEe9L4azKnOaH88EGaT0luMd/y8r9wt9WcFaKX6NG//Pftb3mNpHDryg5698CMWHBM/Pr858oPav0LzGw8V3Cg2UA1N5CGcWk4IDYsRAi5OJGnky7q3X1lyzwP4DMU4uSmhwRaNGxatUlS4qECDOby64QlTG4C1biB5jY0T2Kpshp3eGU0ir46Wl8f7XDQrCaBoJh2BrE3nVL90MR01saurcmCPN8GH0ddXn8mK5Xvy1B+z36xc259fOJieeBuRl2ZNE+V+8k8gIk4N1+8+GMMTDX/J9Ohn3WwJdceN8I4YrrJf9/+crnRz2gNTtbQLzjiX5//9Hhi4luRTLZ6QpBBx2RFAioOqDgOdZpWD/JEBJi3SbKPzwmD/1Dmctc3D/hnQ5tQbPLRCUhiQagxwQSE+Lg/rRMc0MeTernKARzP3yTP4IDmYgwjgLOAB4X8yBejudzR2pRfDyfZUTb7Ux2dTdaT6U0RPs3nZXu1qyv7g2N2PHjHeyi/hLPDAziBal57UPMF+epozHvC3vJ/sP7qf/7b+B/6E9dg3TxjehvquMUPv2/BRG3i23I62CvXo9lslsGpoxNQN7TyTybErV72V4RP+9KGXNklsWcP1OQSR3JCdQsBHkMo8NaFdRYjC5/gyaHheqJ2sQWeFuLWwPoSDqeHTt6CA/o46yFK21hzE0uROMrknPIKje3bQYjQNkByCztzCuih7JJDQerBX8aPn704t3lJnOEe0ICLDUnADU8OBdF/GwEwtpv8B3/hRb7A3WocoO8p57/YX17hKDyKhXQw1AuOiejxi+TKxjE6wjCs9ESVnjyyyctEbpXs/gnG4RcV4tVSqJ2Yxcl6gcFB4NkNk6fyCNSJFDHGv1sgZGOMuKEAGm6LhzRHUIscgQyTTYh+iLNeuYWPRXWRA+qJZ4asHZ4dElzqCPP6N6XQMYSYHELK9GFv9se7j28P/5g6l3CWeEBzFjvkGOc7w2mh5VySXkLuLv8pp3BYaP4H8sWXssxEDwxt3MYeOvev5Cvar8OAkvGnG3IYuMvlZOK3B0ndvXr9xoGFonlwWltX+9i8/Q66yvBy33cPuDO6LgLd5MlJ1IcaX/C6KPN2R6tbICpPeCkDehuNFkAWisls5udEnvZJXsBm/kb57AvQx61PdOv6BySPg2zjQ79P4J3aX69H7ymf5Ui8PgsQu6nSafyZQzCceWhOcPnXMv8H5KqC8x8P2ZZl5nlgKBcctYfeeKY8JCqvLc+u3u0k0fFg46ATmP2Th0W/LK+MLv47YjMvJ6ZVY06erWM8repJ540TumlD2tR168L+PcfuX3P61HssJQyTB7qI/zCp3TdddnX7++bIIRU0dAuOsQffclg9ir4it1L0AgUWCmkhDujjKUcDhlU2ilttN8Bg5ItWWe6L8ECrBUO7CaW5nlcSGPMshPbMBYTa8LT/ydsbv/H4uMnM9sV+CJs919x/qpNq2qRfu/rW+ssYOa9Zg5Iykz3QnD+t4285CmvTfGzffjDegR6+LuzVp/l463rKyY5FtijhTPLAUC044offtiKOJy6XRFyCMYRbJYSKi2cJ4WQ/YRVnkmNSx4YlC6F3f0W+3/Czeft9cQ1klKUID9S82152lQrxwWbPQxgELgFSGqCP8zkHcBgfsObSlAPCQlozd/cUpA8KoI8bVWsc6vTXI7PZ0s/wIuwXv7w8jt89L9WlxGa2B9KxMCz536s/kftF53+vupXtps8D/jcYp08L6Rn3o8cevPtSQQ7gkxZ6PpI6QijYiGOSt5dVo86ODOJYCR60AYAHjsKLQS5LgR5wgdJXoQjuXomiHfoxtEWIfa21F200+ljIMDM0yCKJnaAOs7dbLWRzBHXUAf0TB0RpV69M3i7LX6T9ouP8nQ/85kTp/jpPhRKdgR6I8JsiLue6Ub/b/A+C4u8i41cGMeRQisp/ueVuHZT7GeWBoVlwjD14z8fl5Uwv1kz1HvxMVw2WxHZCMB8Tb3VyyEYCfJUwHJtTCb6arSuP++0BmxCw5xpAe+A84aDWSVzc/NS0aGRb1ifChCAn97rE9F91cvMnoITZdQ6pjsYqQsyIirsVEfGkXtpCvkxwc+VHslbIBL+b4PuKxAPzPdZoII4gi9QEcQSt69F+7T+WMVMuONQVM3mHS81IiWy+MHcAtWQJyB1LIq3GMPAOHZ6OLydlAMASPGtP3/J/qK7ND8Cds6SLoVhw7Hjg9b8fx/ULbOZ3IwYObsrWyb0uF+2VgbCpvYxEuUnz7XC/f39yckll7VQ94J//fbw5qE0zqHRNmnFDF4ushxhhYuGB35qWHzSL7z977x1x/WR51Oj8MIjk1oZO+8mHVN9mH++z/dJf+Bz4pyyzxQONkx7znjAZCAlB7PZwveIhBF7xw1xIGjxEetHe8nPex/uV/2H5WypFh7AQ+dO+4Jh48PUny0Oin9Ixg8zEvJ1kKHGcgGSxoO9BkOndXQEBVR6c09OTMigGScZvNG8P3rBysUcp0cI84GZBhsMdWojkwIWIi0NCqOPjWfU4eQIOavLM6oDj8BmXPibgG9jG1r3u8CisfVqutjwvO8HryQC2FmC/SIUfn6mw3M1oD/hf8+w0/2FwNt/YlhB5x1+MHZSD5khHE0x45H0B+T8oW8p++uuBab0wFT/65n0narVvykQ9N1lkJIsNGMpZGpALC4NcUhAqt2uLWyfYdDg6qLLC8NF5+7/6GvCWpWAPmPvTyQaBYrAI81RoDLmETQgqCxDTaAqTSTVPzgBp8w762q/mH3AEbm18QtWznekNW6F/QfZLnu8Xx2fLa//LMis8gFxBAdRNdglszn+d64RBoRsrwJP2efmnHRS3m5DlxqT992H8F6d9KblID0zbgiN+9B0Lx8Z2fkeM25MG6kCRAw6eLAQfeXycfPqWfRlsgNhQCPUgir4UhufUFS93xXqAJ1hMfjrpYRK0iZGQcfMheDXGbA8tgQ95wTtdFh70rT+W50q+1qB/8fZXxu6L9hty95TqtfMAvpDncoUwyftJ8h8PKaMAYsOShBC4jjUHgQ+scPwWn/8DM6nsaOoemLZbKmM7N10st0OebXdQ0oGgg83ZZXUYTEawwSRjCAPIFR8njRBfodXB527ByAOjF7OuhAV7gJMbYsdJR9C8p9Z9TRB/a5LG2J8o8XQ6aob1KfUFixe9bcfW0ZPEjqepXQXbD1/Uw2CZ78OZiss31So7fr36KSPj8cpaVF1UqdQX1aPKokoYLZKoy53UyrZKpbItrkTbqlF129xKsN7d2pqpJjfozbwnTCo5loSQzX8dC0LnaGFbQJRs/QC+pOI6dhqZQqK4kfs1/stfUzF/zrT9tCw4xu4754PyyxRn5wyHBv9xnBGikgMrYfQI5CNUfncgC4+b5h9w6d1JuxIp1APJQpDxSeYf+RQmMeHzF+ADTn7irNeJCm3dhKVt8UlO40rhhZrSlfBw7y9v237vWR+V0+PHtSFVLMR+U60S1WfUD7lJ7MLxB1+zKqoFJ8s8cKRYcYDE/8Dt627ZXwI9b1xzIg7quBYZ1oMIb7FG/MMoqEd1OemGwURcDyaEvm3dq7ZLBt0nGXGfpMS91aB6SzCneuOC/S+9X1rMoIIRkI6FzvLfzGOK2ZGe4QW1AaMf1oSBH9oG5RCOZzHJioM6vvsw/pESZZl5Hhj4gmPs/nPOiuL6h/R8If6yEwcd1zhYSE0hspY8oBK3wdW8gPHrw4tSOSVWrAcmJDIWk8YFgkQIH3Hwn3wN1RYbCb836UJHx65QdUYKqAA9GsrdgiVzPr9jc+0jMunOKdp+nEiiOBz6BceO+16zX1yPXytxf/62ta8+WQK6EsHTE5CLOY79k67WW7pMFv+FMokcLoIOR8bV5S+cqAfb1r7qUfni0I3ybYYfLawE3woPuuxxyBveYiOgW/sRf8ylXFBYe/Oj2srFGs/QHd5E37b2LDyPdHpWftZ/GI7wuw5LxWU8R/V5yXjG4kKEcJ7v1/iX/v5k2z1nnZ/VL6uPKtaooCkLmuqbHoqm/2/RwZd9ymo63+9Yd9YH5TUq56FFUz5n7E+clfTfZv4TmbQJ8hlrQJR+2g957eSDxy/UzamTb381+OeFB377n9BuoAuOsYded3h9vP5l1crXOsGptsF845HA1sAmczjJ+M35ab15TwfEjvlx/PWkmxIp3AOY+FA0JoI3xsybgBwf+cGob5N1DRozAgJtAOrAdXmgHQ3RLtzz0tFt6866WfLyxELtF5t1DFT1GsAQecBUGZWvDlfqE2dLDF8vJ6HfERjKlR8JcZ/i7+y3nHGZQtlh+BRxzjlygjtnexB+cnTtWf8ZVsKvLqzE3wqf8e1NQ+csGQfMe0LoOGn+T26/mcgxQmjUTvZ7ie/kypMUjjngOZOyzr/JeG3UuLD8D4LdRL/d2LdC1dXlltNH5wmlY+dKxhfUuBIGu5GlG1iP4t2lnwPQhvMYIdSQq3iTzH/WE3Xoav5Dfy4e/bBf9Xe+sR8WcfnXQ/x9++WJhhVm5QAXHPEjb165c2z75TLlLOYoglJcEUIhTkSAVhAG4AwH8U7rnZggviw88BubeVTCAXjALQIZOUL0nAyOTtTITnCdtBkCHrH3Z2LoibSbEKr12/5KUNkyBCYnKoze9+qjglr0l2Ft/Gx5TquqNie1/bdfHOpJz6BSJ7VV4TlV7sKcKvdfPiW3YS6uzhn5yPz9vnlfhnv4DjvJ/zb269mOPGGnbxqVSyLiuOycDE9zFlZnUS5hxoOMDCGq+53/7eLfaD8UkM2dQlRtwQEjd9UVOnZdZoH9tNmPVT/in57P8ZbvARS8tnzHztFL5amvZ2D1jinAFhuIPRYdLonxkKfgyuMe9NTVvtORiQqIzXj99ilNebC2NL6LBmBm2UWeBxAkFAY5C1mnTBZ7oK1yQOWwDWW7tsME5OE+u4RPHbN285i2OOWZ753aj/FTCYdjwbHj3lefvG3tmVcGtfqtEsHfk7FXbYoX7Sbsg/3oA37AnyROAoFr/4TgiwK52Bn/QX28ds/oPWf++9h9r8UzJENTeol/N/Z3ZSj85XwH6OPqV8QQhdCOGvesA8zbwE0eQQu3H2dT9AeIDYXQjrrfT3YWpW15tvt1rtdpt9/XSXA/5j6exBJ6s02e5zJ1A7mlsuO+1bh/8yJE1r+iwTgTQl+dNBLFWUMI7YGbFeaA9PIsyBgfqQO0t4fnHXDkfwbBNxOpJTIID1jMONdrXHK61QhJJSCKroalKVfFiDFX2VovdRpiE69thnMXy9tsMUlbOhZpfxTWp/UKx7aHznxKPBZ8rFavndM4Qm08Kq1FvPoS/1bOlcTQ/JHc0rmCiSK6SGRw5eX1ovPrtq494zOLR6p/NQy3WnrK/y7sryVXj+mMfKiPfIhcxs5Gp/DqtXY40CiYr/EQL+dt5Rc28kM1pQ1Z/Gm15h9sSDRmTRdQLwaZgTPd/ux4YewYz57i7105mmxt1oXHW7PKvex3iBF/iISEMQlEJuLfQeBaCPNEuqse+Jiim3pDcEDFPQg5wiep9EV5R4KOnzyRJa1YDzBRGaIsRD5Y6Cw3JCGEoomB5LBpwEHjS0M9WaoUa1V76TKvLwQXdEbJ2s3jqdoPOfNrizZqJwPeyQvHqqNrz3hvtCO4S8bxOXndD8J+5AH9KUnjfK4TgFMpzZSsPvKJsiLz4R9uq0V37Vh75hvzbBgELdY7/aJnl/kPe7qxf6qfMHW+Rp/QUzYUQj3I7LL+ZpwI+5H/3dif1QfeM5rZklG/w8PWp5dsf7SbcLjspw8Im81nrLuNPyUVuuCQJ9OfL6vfT7IzLq4BsamzHQSeHWzgAE0hcC2E7tAHXEkBygbO6rzqF32WEh+MB1olZDZhJfw6YQH6ONtnIXLBZCC6k+TCYMxs2YvcPlzp20pGnwbct9nHUZe3Ze2XNr8OD75k4Fc4tq99zdO2rxu7UULwsTCMl0D3PP1hN232cdrmt/Fx1mdh1n7I9POAfbGdL1NxUZgQM4TyAUbRXrUo+rIsoC6P7z9ruckd3B46+bpS/yycqv2dPsFBy+EjFPWV7P15W+dxqUsg+LycBo5C6OO0y7fZx1mfhVO1H3ZoP7QI4wx/0HUKz15DZp7+vs0+Trv8Nj7O+iws0n71gShJqPqKbwjVd6IkYRJ3oUH3PP3R1ndrYQsOfA0uqsffkN8ImCMWwAozxEEY5SuouJhCCKPU2YSQIaXBGe6KB+576b0v7QZXP8AoD6iEwQ3zn37pOm1Y7qbFA4yXxjInhk1KIQFQAGVDUhMqjkPyCD6sJY7CQ6Fb0faLS28ftA+2rjvjxVEw8UuxTb554sYlxqmHU6fi7Xf9iyP8vti/TQY4sknBUsfmGaYRobaJ4zNGJ+o364OvqZDBYVQGULZ2+e/b7OOpwuYf2t/pFY6K+As3SvBPqC6EYIpU1A4s+inO/n2dfJz1TbBg+038JPFvUqgzwmyxX2MtJgMy7oRJ3HuIP71YyIIjfuxNi6J69B25TLgHAtwyGM4C1pMX0BIjhaYwLQX0cVebWYDI9/AvtppyP1APTMjnqFZB9AMruC4UHbRFo2QD4ojFiZ5ERHMHQSLO+oHa1WFnMrHKLeH4eblJ3G/7w3CgC47Re854v1w8vFq+3rqHnkA0NhYrjQnsQ6AAfVvpO58meF/ir4lhHXAxCohNVXEQOHROIRLKaNba4XF8YFCbuElsfQPpRUP4gXlPCEWhK6GPa4USrJ76tbO/0ysc+IFMja/6Lo2nT5uN8acfu4aIBTbxVwKBoxD6OGiyDWX+i2o2Tswextz0TWkdx99bZXgovDH1IkqE27du/aIMlaPgeFHPApAzODQwXr1vgI8rnycLMimXUHm8GUa+c7994dLdLoX4skynBzRCooCLmuaB4IB5OdFWVY5eN2Lb8g+eYdu6M0+VXt13z4u2P75lUBbKw5V/LxPkR+T2gzxw6eKpndPGPE1Y5/j7Hn/IRS6YfJ03BAf0cdabhtTJNQXRTyfBpe0CuRj8lW33vOId1mZY9lAUhQr3Yr9J6Gjvj1E/drMx/j2fDb18anIq6wBl833o+7apXStCP+JPnaSPrDh0SxpwX0df967jD2EFfC12+7pX/Y1MSq9tUNT6EuXdwzX6CdbDWU9DAX2c9WokDlzwlO45r8E5wTfCPb6wNWlaIoP1AGLhx8P17pagEkH7A5m0fAUZX4s5Hq6zFngg2OVQfsPpo8bx/1DbC7ZfrqLUFy2Yf9UgDB295xUfkZuxH2CsWsbPt9nHnZJt2zcZ0z7+k+WBLTqQitKz04dQu/J19HGplEM8DfaZrXe/8o+a1BoYof/2T0X1tvHzfejjrtO27ZuU67/9LePf43RCDVV132Yfnwn25+ibDUfb+PkyiHsPcfS8pssqguPt9575GgF/C6VMsRSmpxXWmAQ/WEwEQMNTqO3VAKMpD3oBb9Jf2os8en6x9VDup9MDFkdM3hYrrCOBp2tKwxE526CtnxU4Tgu/vgZIPK2dfmzb2jPeJva9kJoUbP8N4dMvLfwbKlvufsVHxY73Iy7mc4P0PyFt9mHB9ktXqU5p3rTOH1+3PDyrrxzLK1WiTxS/6Og1//trf+ITOfmaL2zcmm/TvhBzxp0waeshWX/2f/ynOvUj/p7qHaP8bJzXYKbZn9UXPmUeALdYG2TcCSezn3WdPkNE/pZw9L4zj4xr8ZfkzYLyVfI0BCkmTbFg4G0PHFr28SvdYoyapxAdYQgaDUcp3iDTqnSP+2H2Pfb4gfkHXn5depnEYyrRgXiAiWvhlgT1gubjWWXQjm2ydTi2OoN59dNJ27H2jBfUorr+FgNSHYW2+Db7uHGl++7sD7+dtiwG23L3K98eBtGf0h4blejLDMzGIzPEC7ZftMjNF+d80TLr/3z+1HfN/My1+OOjd52+bvGqK3+Qcvcf60w/6tS9/fi1mY6KfBTF5Z1sPBl3wtkU/17fNKoX7uEsKVl/ZfMJPKC1KkXHvzP56XydtYdxJ+wk/r6tfbnCET/6+t3ljbnfkcXGIpzwYZRubnUkR/qHjoGlhTigtSFEe0SPEDjqEpjHDw600XdvuAxIOyuxAXlgQvpBIloypgsIjY2LaSvcbwMcMSfU+KsNyIXhKqP3nP4eeYnUNaLVPNgGnX1bWtmbpfttaDehb7/QxoKRyleL9MKOe05/fiWIdAEFHagHIfSB/oS0mxB8xAE72fw27IfQt59288MNoOHwPRKHeoETfUMXxsQg5RLmy2dPcTWuBF/ded+ZzyKlnzCSy86+r6AT9SLM1w+2grcz+7vV2fpu7S/obP61+IKfdvh4J7FnO0Lre/Lxb7Hu3H7TqZU93XqH/BY76k048+xHLFEIzU+gwJa8eMDWdvFHe5YpX+GI43fMGV376Dcky/aHRrjK4DRD5hmuSqFLzUaDOFQ6aSBISW0VMbZ4YVI1idOJRNqzkfCjRXVu/EWVVe6mzQOWiAh/NoZ2QmB9VkHSCVGfh/u0rIxBHcuLr+Zuu3v7OfJR8M+jKD5C+3W5Tv0KtP+LSw64/LdF2brj3jP2rdXq3xQ75vh9tLOHdhO24/dlA2c7Qp/m43496H5prOOEYpBTESHa+fzECX25Ms0sm5ioXR6vPff4ot59wn4Ju9LPKeu3TeZGzpHJ9eMGy5oP5Ef28Jct7eLJvgnb8Wflsx0h6vNwn9ZKhtFpQ2fxz8rq5DisyJeII7tyRL0IZ5r91Jswa387e9iOEPzy8HUiZsoLDlls/LMsMl4AiXoJTpK04dqCP7KTBGbwbfXqKwfclEwTjfUG7QSm/enJzN1GAQF9heH1C/a/4n4clmU6PcAYQwf7hEltGE87Bp+3aExw0NIaO4KklCb34iryfMHzlLHFDmdLXHHhWZM4YDelEtTnxpVwtyCurJCHJ/eVtieN3rPtBLFsQZLWKrBBQ03JfttfCcNoZKTy0W7075ZXFhuflzjtnvF41/bY8C8o/h0YxczKzZ8O2ufY/8zRaCN8X8C3V/zc6SD/O9A/a38HTTIsvk7iDRx2MZ675U9HdzH2N1qTMbXHQ/nWlteysYeZb//U7IH9uuZwHprSgmPb2le8Sz7Z/QEHM2T6eM5g1c4tCKZB48nHadUjUFmVcK3odaaKkKWn5EJVf66yA5lYo4KXdzmJd9q+XRe+fFmkPb5k4cI1g3jor51exdS7TGDGMeggM4e14wwhwy9PBOkspxBNXT2g/M2Va1o/Bs5Faiocnchiw/WlEAQRRxoOmwp1s+Y2WkR+BD00MbBzOkOXpuLqOBLA42xQ1kx1IqsFf579ssT+4vwDv7u2qes+EbbcffrvyyR6iukrCtMGJWQdlO00YyDb0leZ6l7shz81D6Tr7CeubPy1W2eC2WPm0N1Z7ZPcZGgZO0AtWDyFb5dv7Xx98TO/d21T+ykRnKLsU2TlxX8q9tOK9mrKSVRD7emkjWZz/Dv3TqP//AUHZNBHQAX34smpI82/yfn7HX/0yzHRaIM7ouqAKNTdy/90zBpL476FPY6p5wWHfCf/BVG99k/UK+3UpxAn5EQBpZptsRMHHEJ+QBoAfrRPr2gQBzR5Ul+vv11ODm/HcSy/Rw0/1SguSQQjZCcrdFsXfnZPHNDk2Ykt1c/o6Z66ugaZ/mBLLaEFwej2bcHWu1/x9cqC6vsW7Xv5o6mc2YA5p6srBG/lEvUH7PX4EQDyg04ZwmV5b1fGtJXwgsaYEDc+NACXFEJ0A9x1l+CsB29DIaNBVU0u4TFHrD/qhYaN/Nav0Cgf1X7/efyT2F+phOsXL5r3Zw0q9vFg+92vfGotqHlXTxrtmW77La7TH/96VP+3+PGzjwj3vHS0b+5n3AlVMHPH4jBl+zt981di1K4e/8QRHSKN/ur3+J9y/KGeP/8Q5/zUZGWjPb2N/1RoTw+N7rj/rP2DqP4NUYVXqp1EXzlOCgYbHQU+TNop9HGbtH1ZqcKTYTzpAPYmz++zUYYvu7UOje19m32c9pme0Tn17RM/ie89e1lruTOtRpZVjIEHcZbGH6HiSoHfuMFW+hGshreSp7zK02F7GVgqEwPMwylfNXR6mn7oIdVHlrRQUJpKXqNGeAkTGWjvNkGsP4GKoz1o7s+kQyY3SAduBXJQKE/WOu8Ln3bZBqvt/34invhHeYvoslQ/05A9Tbf96jvnS+DqK8LEb63958fcx+lftVvk8Q92A2dJ7Jdn1rZt2PpXpE8d4kMT+yEUitpmUHHoBho3tFEetGE7QmsH3Whf0OFHTJNmcnLtl76Y94Tsw4fQzddXZYHm/qCz0mTfkf4ZedqmG/u9MZ+Nf8OPfsBpXRTfZh+fSfar3ohGQ3wsQnRFkv/Cx7gT+nYTh/14IJql6wUHXlteGxu/XAS6+7sQxWRphOhU1YUBHp7ysy2gFOVx0Me1EtWmOKCPu2o0JKfhrk+V2w95Kp194IC42WnHKe7b7OMpXyJj/9Hatn9Q8bNk587nelIHjsGNjbg7VA8CT7wmcVIcUDatc9BvS3kQbUIV0zbA0FbbSyNCLPqIJ/WOF7LzNuX35IEJtIRZ6vz+IQOFsoAozRGIu8Pu7A+DLyxe9f1LrIf+70fvfuVRMiHoT8wn+nkxoN2Eid1qlOlDlO37aj+6EMHaR9KB0ax3Fxs5gI7Y/Jj7eFLveCkuC1WGJw+dg6YwDP5YXgewF/ueKkzy3usP+lAH4FO1Xy6xdlToB/YNmNjt7LdAmE4Uqjo6Up6+Pg04bCYchP1qj3RIe7Rv5AkNmCKkHEDFZUcIhDggtmGynzr5UP0FPacQf3+R4eMidvIinYajm5/4sqxZ5Il8uAqF0I6627MtoI9Tik/zcav3Fx0+ztYWXTmiB9EHcO0rT57REueCE4MrKcQBfTxh6BLxZUQv7rLxULPTQ+pL0ZQ+lWnLcED5QzgINUyyS6AgWuegthDBCVT3yZGDqEFbQuDol9BiCf5EO+UGPwtko2gfHs76hJUiQNAmRlBUCHZk/SsufaoPUAfc/aluggPqJrsECgI+vToWxj9Z8qyl70r0KACJ4trf4T06EE39iCfdmYFms+KyI9RWaQuQzVYHaTchbAOPg4ndQoPNukBAneDUR5oaDuj6JUQNZBACR/+EwFFHCNwKodYqif3hAHhSiAoUOQvj8Z0fSOqmiEBPtZtQCOi7v/Z3tuLoxH5zCxwBw7GjpwwqRXyeQMXlmFBqNDYODsZ+65/6QnNngKE972eH/RYti6SPJ26BmShmriFKa21/en0j6PQCm3YRyLsGLpRkebUdSZ+SOHwOgjQfWjLZBAo6VCINx8QBtejIEi5AFJFvow0tc9oLH3UwBtNH2+XxS49wIr48i0KcjlV90KXWYqdfs1WYkDyEfQPmFZUnFZQHLtLAT9zBfUCbLaWVzVn76HtCTRIwOZeqb5BnrqHFzGKXykr9TzmEJiqtt4i2zoFm/jTvtC6b86KYxt8pqPoKY6pvGme0zxbqSUi7CVVOHKwJ5yx6TRheOp5t36/jzfecfkJcr50BeYkugjfZMwD7ZU65TZT4mSx9HpdPRL+Vr709XonDqiizRxQGe1biYC+ZxE4Sv68y+9P4UnfCZnsmnwOa+dvFP3zn9nWnfXThQVc/bLr0vledaYqD6v8+5n+XU/60xF89WJD9k41/nhe6jqC78o52TePFo+XJZZ4SctwT9jv+k9lP/RJdPN2hB0rTOU8q2s1/Fe97qx3e0QuCrXee/to4rn3QPgBZNqjy4mwGClQ6XLXjgdNWvy4rOL8228QvA0uLg9rcG2xW6e8dP6NjjT2Gxh7oSEJz/iT6Z/RJpx7rt5/2i6yB/QiX56DCUF5xwoJR8RaLyGRB2aLelhqIGJMICS5qu8MmA1AJWYwdcSefsScEH994q7La8UM08s3v38Npax/tvzWszj11yUGXPdFkax8JYX3C3iY6TfbLF8puFDdeUh2Jv7fwoKs6OnnvvOcVB0zEtdPlm3LniSuOVXcMOP4y2c6r1cI/kr7/Qvuf6i6jf7/zXx6h70jDyrzqH4/U6+7qjZfgSeL7tFTk+ER8thz9Qx/zX8RhxLn+BMBF8vD0x+eMBPpSurT3TjFfd+JhMG9Otbdno0aq/2teGH0i7Z0yQSFOmHINCpOYnCQuuxj9cd4jLHr+kx9R/fXI3MpFtLWjBcfo3S89qh7VvmhRF9VdodKEIKe1lhhKIzELJQZIniQmYPYK6xSCnuEnnVCbsg9ln/zTDPUmtAUIUtuSA3TSVHamA7YjRLXXvdkGGolZ6NsTB9eo+Nm2o/GEsM/Hs/aa61vmhHpYFw/OmQBoQ99C3mTyUd9NgSyehNGOuOoAQq4CqLBCXQhB9XHHloAG+8Nrls5feE74jG9vSuoLQLaue/We8fjoWbmii7Y/DO6vBJU/W7Lqqm/m9j8Jcf4zv3efVH9STvqf2nLPy94YRtGHJRpPndS/k8jLrerI/uA8eQncB/tyBaoh/nkauXxkwuemH4hTK4ufceVjvUjYctdpv23wP3OdEEJ9PNtJ5/ZvmH/Q1euyzafjeMnB318v/WIbuhLff9by8Yntf9KzYh3lf9MErN3JFLkhrMw5dcEB33uQ/bd9hmPr2pfvUY+C70iDRUmiQAkmDaEw+Lni4+zMJmccYUBwUBCmXAnmC/HxhCGDUBenn66yBQfkiptQWzbxm124RKSXiYSJMI+/gSYHvoo+rnzG7NCM/TLpLlm89GMp3yzGfMcIrv51kH73oTAYD2Ll4eSBp1QGXZaRjza2IGF7uRivcvJzgvmR5IzqJm0gF1uTPMptkTPUizCjn+qufVh7s0WvI3546arnvqzoxQbUqo+Pni9W6DfOBmm/vKDxn5ZWq4csOaT7xQbdCSi3YOJlz7rqy0uWzX+m4F/UOvgZW1O8+h9/+VbPnpvvfjJ/wabKtN/JVRpRtXmzXLUc83HyQrLljOsDNqO0sN8qi9036JPtKqOf8gqN9mShb7OPSxTL0sYD8aNnLNy6c/uVklVHwnfmv/7nP+PCuFtMw63VcM7Lljzze3f6ak664MBry6OJ+jflva37qcJIFg5glyRI7CRJZBGhOKCPu4FE3laDQRX1Bh36Ig249GT9Azr5hMrn6ZT0AZ25QQZwQMW1gdAEygadCRUXHkLjd22dPL9P4PpHiCPigLKhb0LqEcpbcQW/QF4AtkOkz7oCn6Cob3J8AlfCJ86lTRBtUcfCq0+APs569a8cAPo469tB9kV9oL7SYIaZksJ2wrRJ9/bLPZ4nlyyc+5EwvLDweVV8hMx/O00ZlP0SnP+1ZNU17w0P/v4Y+54qDJ9yxXa5UnJ+UAk/PfD4R+GU3jyKiZg550P4hDEx3I6Kyn/00c9S1Pif9MTVTwNmqCz87MKWzTsvk3FwIufBTkxhrjEHe5n/ZNE/Jm9DftWiVVfenO1z0rhtvuu+T8rs+rxOTxYyibjJWSZZD6fyMBx4q8kgayz6VX6BmrgQK3/4x4YlAqGPs14dDZZWJx+hawF0uhGyX0LVAHLwB+j4CVV3TwblEKocrw3aoch8/z+XPevq7+vBLNo5TyXxg/3qIw+auS4GLmjOKwyh+VsYKU99jyPxXwPuONTPgrM/8CjN8aNP0FggF4XyiSvR0UlTHsjBX4fysvpAFmhpoS6AkIwSrdiybXzd5jtOex8mDiUVtNt892nHSp8HOqu0F2qBA+Ksb/C58+Nk/syzX57+/Jtlh177wSJM0qsdq66+oFqpfJxxJ6SehHn2+TQfb2e/rNpehKvBvduEtaXvbRwZJYVSn8k/1Ys0aZH1N/iz9veuY+ct6a+sPpAAWlos41NrUWN+SO2mH1L7vVc7pKJKTD0QxxdWtt616RJJltPy4l9E/ieuD+XdmWHldbLw/1FC85CWC47Nd5x6QRDF79DQY2LBhkJoB7pHOlhK4LB1sqS1wFCcTLZX2S6pBOdAATQcD3hKK3eLRHsFnkiyvk2uL1sYwCO8hCoDump7tGv+g634A9TNGqsM2/l9KKeQDaLGtXbQeMmF9rJI+vbSVVd9CPhsK2nM0jgy0Qlhc6MHXZyFzvbgAc6Ci1EogD5u1GZ5jIfV+L1ZC8oGxNZugPp9qg5oB11c+yxsJ8/XCLjqIFA0WSELj/+3+a5Nd2258zT99oiS+7yrxvErIJJ6t9N3qvbLguCaJYde83d9NqNJ3OJnLXu/PAz8y0HFXxKnEtfqpzcp0iHBlhtp/BkPNAfOkvU/6KQBz+ZTvv3gLK5Qd8B2+ZTVV9tIO8qAlsBZaKvcjitLCw9svuunn5Gvt/+u+ZZnHBz53rbG9C393S5e9D+gbiKGsIJP/XHlrXJOwyMYuSU3bFvveumLpO3HIUkVUomC4cQL3J2AoRxwQMXRH2hqmJ1ogEOGypE6Qm0HPrR1fyoa/MJk3RieyBe6yocQFeRB9Kp9GwQOFsIcdtTKhmI6G4+1U1yUIEzsNsUg2Ppz0Pruwv4guH3J7ru9CZ/ITIfZtYc/zCcWA1rnxwF4dmO8kvaUI1B9jliB5v6IA+Zt4l+lA/o4eVVH14fiyi6yqBjkAnfys/yqB9rzjzgg2mhTg8AhCoXisxBtrDvXPoqeEUX1yzff8ZKPF3G1Qx4deCVsQ7+qr3ROmNhtCqkPtM7jl1bWthP7w2DHvOrcPzAPFLuXBzjrc6Lg9yuVSl0U1NgXHf8oiHTx1otlmIgZd0Lf17ABG/4IfZz1WejbrHgvynXTRh74Uy1djqCp2uFkwDYUwLwNvJ3YL75WOeWu0QOb7jjlf8tbwN/OPGiKP/w72TlMnK/xYnCE3wXE8g7HsoFHN0QbOP7C8H3LDr3qS40aNR41LTh23HWaTHC1S6M4GpFnN0SYBJabZoIcO2WgN3BAxaVjQmmoihCqEU45ESgNoTiUcRBA+zGouNQROmbjRzMU8BP6uFGtf8HpHMigHiqvXf8iswj7xUcb5lUqr+rr7zA4m4cC1OSrdy43VB/grlg8ERPzbRainfK0aE85CaTshF+CqjQEN413kgNSpzmQ8Aub8icSGxHWJfyN8kWY9qMQOPgI/bZOaq/2i8j3bL7zyZ9uuueUAxoV7P1o9P7T9xZljx2U/fJtlAvdN0t6V7qLlosOu/YWyTJ5GNvygHEnTOxmnPJksw5Q8Unj/1I895Ynph1N9JS0sbmVsB/6qa2+/e0UmWo9fumygPyfqlq7QvtNd57yl3JO/IskTwc4/4Vx+KFlq675p3Z+blhwyI8RLR6LIry2fGVuQyQSCqBsmswOWmKD7HiMUfdCRSMPd2gDLa8+M9pVttAA2Q8hRXpQNNQjQB/3WLpD2Zfrvxf75cpRTR6o+d0Fq66+v7vOZxi385FqTb91YgJ5k/aMNWLp4a6+OQbiYZXBMwTaAbf2VifZIDw+znrLK9cPdfAhVtQ4BtTVNcRDviuoQ2Eb4krsYNfU3umitkfHhrX4xi13vuSZHUhqy1LfOf5i8UFIP6gPtP8i7JcHYeeMtJ2Q2irdJUN1ZM7/lWtbE4wvbQX0cdZPKf5xvHTrXfce16WKjeyTxb8P+S8/zNfYX7+P9BeVRSjs8G3ptB+/jeKUI9C3333W7FTsbOfbdOdL3im/8PxhzHWW15iTsMFvhI0536/8l3fofGLZYddeKB21LcmCQzoPNz+x8ctxVD+crUwh5A0VNbxVvXAZL6AaCnNhcH5pJ1/uYbuGgPhEDFkG/bapdPYFaJfmCHlKIESb7KdNn2a4yeur/WH4niWHXHsd5M/mkvrMcgJxsA1WM06IweQ+bucjxhPQ8DTuaT9pf838bJffU5N+HAvQ2+meQFjWZE9/7Rf5+0gXP9q87qUH5WvcBTWO9ORIn+S1bLJHOlca7HS2JnAS+8Mw+mo/v5GSp2seTd+REAZXso62Avo467Owa/ujuLcFh7rT8pR9ZnXJO/ZtMHzy/O/oxUt5HXVIqwe24oANZkcK88YjbU350zHUYZe7PNumNaecIzfmP91J/JvzJR0HeY5sig/j6sa/3J75ytJV17wnr20eLVlwbFrzkv8pKyT9Lnnr4NuAsMQRXLV3UHA9dFBx76SPNqa8Qd+QVLGMfK0gLeVKMdYB5slPaYnOerIzfpNDGcLhJtCi7Jf+/mXZoT/8dKr/7MVwnxAbfEno+5eWow6lU35fho9TnkRcUUD9wwDBH2DOBmbK8XHyUnfqBx7q3Ak/5FAG+yH0ZVF+O37Uy/aUaOf4j7avffnTIKPXIs9v6Ns5fX2Iu34S3akf+urFfgnBxb3qOdV28nHlYtqThZBNm32cfIxdp/aLc3pbcGDe7GC8UFfq5+usuDiaMMl7L/8Lvr4RVOUPutFfxFvpCz6UTvkhxwo/jLrDXRRsvuslLwvi+lfEL3ouR8xRNPaMO6HNHRqfVvGgf1nv56QfK/QhM/wVSw953vlCZ1BAnrSokpvXvPjlouJfQ00rgEgaHBkEDiUIVTFngFSgUusJqbAPIUvbaT/t5fttrZ3pYDqmOPmoG6CPsz4L1TronhTiBdgfBNcvO/SgjleCiUozFunMh9mY+HHzcfL5NB9nPdwFnAU8KIA+blTsyWv6Gp205nqTbXkM3NfB5Kd5Ddk+zeelvlno8/g4+Tza08YndspEc2HyocF072xv7eJjBmG/uP7OZYf9588606z/XMsPOfB78q2GJ+A7FEI7Yqz7Fn97xboJ73wv3eflk0/zcdjg5YK2RT0KIXDaSn7Qii31JOeLzP9ibZgZ0rfc+eLnRrX4m3Lmn4OYM+6EsCIv/qSZlT3mfxBfv3Th08+RdwV1tYatxA+fvUB+/VXeSc8Bl0JTPJ1coaBvjCnc+56yAH28tcTJnePL8PHO5aW2wx8mow/2h+GDI3Pnnx2Gn5V7ybtGge9ss5zBXIjN/GoQuBVCd9gAWAcImag06OMmS07w2tYgcOhAaPE0mrK5euDUF3KMz/ozPupgR/7el0kZjZCyAdEytQG4FUJ32ABYB5i2hSx5xvAFm++4vqff8Nh69/UHi7jFWf2tD+urE/2y7RttN33lJui0vrYf4070utHXlS72aYZPOf6HYE6l/KnDSeKvVWlOIF6d5P/UdWotATdU4Md04zEg2jXqa5Joox017lkH6Ldt5NrVjkbvftFRUT3+njxisJB+hX86iT9zHj4jzniZj83XwK0QusMw+MXy6pIzwmdcvNNROgaVzVvX/4l0HVEB2gAAPCxJREFU9ow84c3KpAqih+Z6SzSTleKJMS4RNfPMSxCSKNtOnvEKP9qwHaEpZLJcvcoTPOlfExb9tdpUiMkAl5Odtk9pytlUn9qMPlz7bXG1cqZ7334ie1dBuJr2P2GRZj5ALFAsJuYzP2aNPmfbVvKaYiaMSksaSD8qhDnAvlWJpl2TPGjq4t7EnEPQroSedO/wlHWK9sfxhzbd+aKuP1XH9fAA8zk0oQ6pVsRoK6CPs74dNPun/4cJw0r1liTuBcZffFQZ3fHk/u380lyPWwT0cZH539xzkZSi8r9InYdd9uY1Lz2oXguvktXFcuhKHwP3x6jiUknYj/yXBc1dleril4WrLt+K/rotFXkG8xQ2yioLQ0AD9HHQSCdEPQqhj7O9TwOeTnSc/LPQ5xHc9aFQdZNB6qD/AChaoVCX1v0bH/ewBaWVfbS1VT3ask/gchlXflQ7fMuKVT9cjeNdsWR9ipgbjbGGV8zv+f5hnfGzLWPQVh6+aogCqLjIIUz6ZR/KqOyQa5tP83HWZ6HPIxIyOQWZtCFfPtr7hbpZP2xL+0XanKAef8Rv0QkuVzX3ze+/sT+TRRqOiJs+duzjPo/Uiv1zRuJbTM707WXavSWJe8Hxr9ejp/fP0kZ/Z+MP/5PWGBungdoqOCDx/inXQhJ1li4Lyv8WHc968va7X/zUOBi7Rl5bsRfjTthZ/CU2veZ/GD40d978U5c+64qef7m6Im8kOxoK+4nRKmp8NgQQG9oQUsak0A0OaWl/6Jc0lZU+ZOg/rNJKJtYfqoNAxUUWYSLXk99KDumwG3ir0rX9QXDh8kN+1PWvYLbqf2bS6U9AH6c1Po08PrSIWoR9nDw+zcdZj36As4AHBdDHldh2x/zoNGfSvlvpQ91Yn4W+TT5OPhkzQfyiLWtOObmt8g0MoSw4irdfFuBji5558B0NXU/DwchI5BY9vs0+3plSHcU/xmKu2yILAs1TxpXQj7mPd1oPPcA7XYV9U1/oQZqPsz4LfZt9HP7atYp8HX7lWK1+tZyi9k9zxfeJj9OP8JHvb/CgAPq4Elvu5AHRx+XnAk5dePD3H2nJ1EGFfEsq/o3wLTNeKEalpcadfAlVbzyQSv1lNpFfSpQmVLyxvSgprFgEWH1jLXpspFh30gJkKaqJHKTSTRZkWlEOx+lIDaBRfkOVHmTbN/LTbkJTV3iS7lvbLwumby0/9Dp5hTO1b+59NlPoM6QGcKaI4eI3F2R/YQl/gGxt6B0626BFzHJC8kqeUAsu8n0MLkYVErI5aFLTmDA/mVPt+MNKuESU3COoBHsI7x5ix960DbJpa2pfSkvr+2O/2uLGYxRO/I0cn6a0DnYybuWkCKsbx5TFQ35CgEZpQERgEi/DWY2ufDzH/juG4dmlhQdf98imX73gSdFvN0sQy6ci7Jdrm+Lb3ko3+a89cD4GlNLsf8u1JJ5dPeKnInvaFZ3/QZSO4Z4UnGGN4jUvXLypVv+BqH2o5awzoNv4Z8ZzR/lfCTcL30uXHvLDe6bqthF5//l/ylWOVakgS9z02MMYY8KM8saZtpdXCmFOk/sKjqa4cLnDZOC3kEc2QvBrIjt+4kxuqxf5lKcKJa1NvYY96whR6eMNzKlcym9hv0zAty3fff6bZZBPIiwje9YdmulwEQqh4a3dQtcSWo5Iq4TgoWEwsfyw65JfOoXsQZcda07ZdyysnSYGnio2vlIsXWgaDsB+MRa5j5OJ/Lz5qXiWQ66o/aITH8ivFON9Hpbu8G2LkDRNSBII0vL7gaBUoHweWZ/PNw3UMMCl4N20Z+ZTo7pNStFWQJT8BanfTOIRxfv4lG5wqkWYuDIhePkvghn/ZA50tJZ9Fv0iDn0PB5Q1f3HcE0IvX9esnjSTsKX9PX03K9vbzDiO17583uax7ZeLL5rem9N1/OlYwvb5v2MkGDlj6WE/vLUf3hqJFsz9QLBt7HQZUPtDB/avwvHRBZniPsJkjVN+VFOTDH/StiHbyJwDtZ+0v+b2WQ2pLaBT1UEcZ7lB80tj6xz+jD2d2C99PhGMVM8K9756m9/XroTjbYbMiXY+Vp+KcwCT4qFu3rLETBgM8dkyVQM7XHDYtQ9JZ5/DNrrmhXtPBPFfibLvEPv1V16LtJ9G0ndRPTpHaB0tOGSBIgsj8yDbQx5xQhsCWNRYb6CTZpTGPdiUJyGHWxJ0mhG5dY1Pak1a0FZUECekrd3YL9/KEd92V3BbPdHNV5E4YY5Y6ooqLD5xzCsaxMkT4mcHCi7ap+sDamtOuGPiLp2SXKF+yubbSpzQyYl2kSsc8vtJ1U2/evyrkhsvcqY3Ad937eLf1FgIfnvigBKjiWo1+N2lh/7whrx2vdAqKw68dvO8ufNPkjz9OhJeB5imvkRYOtVBIBC4DjoHyUdIPkK/rUkRGWKB1iPbgCOJHLQu8BZR0AFlk+oEwjqpBA3Q8BSihroAYkMhBK5tHQRu/AYNT2VoT9qf9YH+VJaDefzyjuiJoBq+drdDrntAxJdFPdDodYsg9vYHFqN15i4XVqSN3NUYrrL4sOse2+3wH79bHhY+XD4J323aFWe/7wv0Jcev7tQj8uZPXXCYDMlta6/NKRcHGGqEPm5UrXEoGH1bHTmMNzts+kEYy+LH19HsBq2f9ocxfFtMYWxa6ysrFymcQ4krcWA7+lh7d71afthY5+g3vl7G/7CN/SJcKyf9cNOa335e/KMv5EQfU48/Y2PxMHnN+S/nt0h+guMtyw79cfKW3n7YqBfYFq265lER9jr5us276sHOw6pxtGcqnCY6in+oZ2ChEypLA0NzI5+XrIQN7nRNE5oMokiu11XkC31yI12uIZ8pE+DbyAXor84SOv0rBHSDQ3aHCVRpjkcvlwoREAUDgZdQHUGBChHM2lqwUCH8715x6I9/bEy79t6fRHxcfaeOc/4hbi5HEMWxcgCIkqlXsqt2HMY3RHsZpGs3PfiKE4MtWy4TtV5QlP1qMl2lMD546x0vPHzJodf9qgN36LsiqBshHG44HI8CLwN33s4cukFgLMplfJQnNxWH5gqH5JTpojkmyubo2xf7w7D393CobgyqKEjXu3D4+a8GkNXV5zZoGE8JozYvasf4Q76PZ9Mpa1+n439X+LVYeeboY+K7tyQ+gy/d+FMI53YdfyfEpQFjQ5jkf1z5o2VHXP8f6KKfpeGO3rLDrtoowvt2+aSfimZlbVx90vvh/dRR4ioZWHopyC1qsnOjLkgcD+XZ9GhHMYIAmRyTxBldDlwnnzIAZWHyqd2OvPFffVqJw52yIPN8ThzQikRAURcJ4qwGUx4Omk83YUOzX77f956Ue69nPrljK97/cAAXw321n9Z6fqjZzxO0XXDIh6fklgrFAOKTselon5SJJ/FiX4Ro5OM49koUD88tFZksNqe5lq90P+wXyT1c4UD+e2PBVy8Pz6Op39040rMUCNljZRrYrrDxPzALpqejJ9c8/2/lwe73aO95sc6jKXM23tljNATNF6ANrbWO/+pfrTji+n9Jqf3DGhYc/RNbrKRNq08+QFa4J6vPPN/ZggKTpnOy+FTRBt8yAKJjk++lTnnT9hoctocwbWP1jkto4XXLjxh5b7FWzzDpLgbmzvQqEKygO3MtUh8Lh2sPH6vLHTPxSWXkCh48UX6sbMum21/4ujiu/VR6T362fFLdu7S/2T/xczqyNI70qnRTe7c4TBYYoo/iLh5NsrMByQisVMLiHxpoUqoFIZRvNcmEKga1zq8+2C8fWKotNGhPnnL8dcZKxxhtBRxE0XWqJAHyQIr2ihyyw5TmHTegndo/KHsalBvMwZNrXvDuuF6/EL1lhlMyF9Kf7eqTXKe/2vi3Elb+cbcjrv+HoiydkbfC6kF0PnKYCwtAw1OoodKklx2gAsNxVQR/Pk1xBAP/Tl4WagKAh0WiLlc27h+ZN0deW37d8Eys1G86IUaEbOotB4GrTwnVz3heB3Gz53agMnAWiEFx4hRRWkKw+mHdLz/iupuDSniJ2i5K9tt+nUfEF4DY5MpF8mvPk/lEvqWyQ50KJvgyKcxvaowK0lKMtRgOigMCUR0MGh4vhYShKHG0RG2ForCZdhOqkjACBdDHldhAUQ7ZJRAI7I/i7cbd+R63CJj3hGhN1QAVlx0hkKb4g0/oqhMEYGw5aAHCQYFFzijMA+infXv69C3/CzRhOkVvvP15b4yj2j9RB3GdFkDFZUfYU/zRuFX+h+FFyw+//s+sx2L2M27BIQmLL5u+yaUyvNfSMxy4gD6eNmBbQK7CDSIu2Q1DV+Ml0A3j0SCsvmrps67r+c1rqS6zDDOX2uAQnL70/Wy4eRTPyuDPfGzQvNy4FwbzvZM/E7w2Uqn+Y1H2YwJXn+DEIpsMjv3xnf12fpGT4g7lF0ZCjQRkOJrKdjjloQ6llT3QxRQyIMLdO35An94ShfEy2KR/9Jeo1G/75YS/o1tLMRH3kv8aI6RAK3vEWo2nWd2tWt3z+1c4RC/NFwctd0wfzRHVzbTrevx3r9nQt9j4qxecIYG8SO7pyyku/0/IWgOouMSdkHlMyLgTJnkPCZl8kaciv7Xi8L3fLlczIbmwMuMWHBtuP/El8lrX/eAwdb2DPk5nItuVDx6XDYAQOOoITZ7jB58Un+bzoo0ESJY+8ZtXHPnj25W53DV4AP7SjckNKH/qbwfpe0Lf3xSGiQil1YREvmGG+hBnGN9alP2QyyLv1JGHJuqH8rgVlDnNfQpnWxtPxk9a8xjQKCK27g/8fv9+DBUPg6G5whHGoerCnGq0tZ/293CFQ7r3fWe6Wd4Dnyz/G/zvcoHxQTvgbE+5xUG7OglbdEPvXr70a/zLj5YVZ8I0SH5y9fNeEEd1fFN0hHkANZirjB9jCYg/FEIfZ31e/ClTG6uM8Nrl85e8IQwvxW/vFVpm3IJDTvXntfYIJ0qbPOxUZSc5TXRJfEIGlRAy/asgPp72l8qXoP3N7kfchG8hlCXrAfmuPy7r6uVe+NycDgfbEHEQ3kQdIfkIjV9qld+GEHFA3bJ9D+mxaH+96S4K9tF+uBbyABUXKFNx2wWHfHVzB/UgRByIA2JjLAAVRz/syPEDtOQfoiscEoOlah9u2Tn7fJt9nPW92C+iu7/CQf96PlddMTqExj/iiX7O9wgJw0JoVVwA8CrvAO78Oht831Ff38fAwUOYz9/C/lm03pBnEo+Nw+gKWRrOh5/oBz/WfYs/cqkh/8P/XlEdebU8bzaGfCm6zKiHRuO7TlqyYWctfdeAZq+4iBDeEoeycDGRQK1P2TEwwe0P0LTWMQO4DjzR31h+xE/+PttSWctdEIyMBHF9wjwhoweDJTlLwYk6y1icbE8PSxNMQMrjHEmcztegQYbxOq6hB2E88vNYnlnU/OyX/WI1fcUch1/kpV4r2zlELoRs8Lzekl1jh37cGACwb3O5JrQFkHyCk18u0eovWjru6Qami+ZQZ6rQDsJO7A/Date3WOWqrYVDdGNMVcPJ8l8YyOvHX4eKhcPGCZTmcWdmT43Liz/GuvrO5Uff8r86SIOm5o7JWm9Z/cJVtXjiBxK/JcpXdPwx4cJ1mhLhmmp10enhYVeNTqZjP+tm1BWOjeP13xNPeV85g/dQAH1cic07nrQAfdxxctACGp5Cypfhc+uKPfZ8S9H3upqVn0EUvM2QIVFfi+7O5zr5wL/uD1YprVPz/DAT77TtNPJVwvrj8IHa2m/7s36IApu8JrM3DB5CtX8lz8cna+rX+W3sk5OTmcQ/8H42wW85WHzjvacsk7G7j/bq+atJf2EgrRMNyQuouMiW1wU93EnbnnioO/0LIaTlCWSdz5/H10ca/aB66biHjqJAP/N/Flzh2Ljm5H0ngvFr5IHh3Tt2f148ScsTwjpAD5cr9PfPmxec5l6FkdeyENqMWnDE9eg8eCFdEBhOz2QXDOQjZNtW/FiEgxfQ8BRivEjt+nDO3FeFT7mi66fQ2eeuDnn/ENBw3A5wS26cjtXRBg1vjLGywologm2GlDAc2QRVzVaDtJtQLO3afl3AiB8AFYf/Qvk2RtsSy0kRvkcxSHcSao0lfssxR15AH0dbFInhbpvuev4z7Gj69uG2sWeLKaKiN+sWZH81jnUx1721EsEu819jrlal8U/ywMVOhHavyhRaMA/yRPQt/2fUmavZE1vXnbZnXIuuldg8rd/jf/L4Y34IH6tU4lMXrfoJXvg50DJjbqlsvuOEgyfG4+diQOp7AcRNxG2Qmt/8sQU+8uR6FeMQo8ONR+UVQp48YZuQV72+dsVhN/Y4meRqMIuJ5tSMi5vsNffzxNd80sLgIQ8a4xlqlWnim+QNKyEOJ5boRJBRkLYBomRhW/vVD84pFBB38qBm/DDGir+wRvOm/jwa6sFhOloATIa0skORZzgfdldyrXaMNLxfm0/TTm5ZHA3bkuRJ9BWS4PADSj/sl9dw9HyFo0/xTxIpa09SYeYWsJdXnag/zcHYwyY7au7O6phTqXb0Q1Z/jn+5b9gsbIZQcLVtfHT0KrHt4F7thx+0KJQdj+ls58Am/wXhk5Kfpy0/4sf3Toe7Zsw6cWIM796wJEsuX4rHSMtzHhcOgLkbphfUuT/IAM7CpAeU7YIVR/3sBtaVsDcPZHyq/gaNMYD3DQdMJysXgyb+3rQYfKt6LViBXvttvy4YxCuAhmsfba9wjFSrD/EkS6hewdkCBdDHjarjxaolSqjXBYZBXQ2iMpkNrVFUj481bPr28lsIRyOjzNbUX9Co3/ZX5o082L2lHAHQEn+AGssEIndQQ6i4HBDCDm3jIHCrNWi1Six2l4m/3xl0RwHElrXH7AbV2eJBn7/wr1NIv0WU+OGzF8Sj278r1j3btwcW25/5pJ395LaYp/mMdswD4CbNoODbxOmvmM5vVs6IBUccX1gRL75J/TfpzlwMJ+umE6bgnDyzUOPANnrgpFt7nVAhK44/ufLon/+bqyxBBx7gAk+uF+mJCdDHWQ9R5mcnVGOmRI2b1gkt4ddwYAce12YGAPmxtAMKs9/3A3zVwZsul9YWyuvP5W0cnm/V1zILEuKMQJx8Pg04Jk1C4OAjNDzGt2aeO90hkicsToQOao+DtMmHUF55YISHk8enAQcbIXAx/9EpvZdHBGgBlE11cdBwpx/YGHdCNMy0T2QpUvwukpWA+SEd99C77+O/eFP63kMcv2POxo0Pf0Oe8jk5ySfpRePK3jLxs5i3mf86iL8sQsbDSuU1K4/86U3sajrgjFhwbLztylOjqP40OMi/okG85RUPnQ2kEaCPQ5AWRgrQx121AAnUj1Yevfh9KaXEuvEAB1OrAeaHxceTPnyijycMMwOJ4uAk3xfU2jfJx1nfkLc5DM1jQPI4jrYl7Vsg4VFX49PO3Zr3KrfVGPDHhS0m0AZNsGF+JPTnSnYLm+Vk8/wn73jufqQNGj6x5kS87v1g7VdtFYwGYNwrDXZiQyH0cau35pPYHwa/UBE97HzVkuY+0ccdQ178jdbKnkRyYQjzAB34Oe/j7Nw3ycdZb7GRI1R6DJJTyU8FJLxDjOBD88bVq78kvjmdfoC6nkkNeGJKG4ZO4i+3N2W9XTl35RE/vTqRO03IjFhwRFF0nvmHE0H+YGIgAfM2TCTGY+2J5/FqXRjcN3depXxteYHJaTGwiUnj4GIkkdI/nNHwB6gbcUDdClSuT6LxyUbmjZPzxPXHfvjCFVkhy1HbBQe4ZRqykyN8y0I88bdorjTMfCLb4RorwfWP0MVD40V5AqU6jCY4hr2KQaG14Hy1AbpnN+gAGgtx8uE0oLTO7BcP9bjgwLdccvzpaIne8LHqA52pN6GQcD0dBRAbeAm1nVUXuc/Gf7K+es7/OBqaF8pNZh/rNqz+wafEVvmWZWPp2X6NPeNOKLLz4h+E71x51E/lysr0l6FfcGy899hlksBnYXDZeDHo4zbw7FMHcJsaxPfwv7dhIOAY0MfJw7YqL4xHq5XgVUsP+dmG6Q/TTNQAg8D8TIgj4upjPYZt6YBBLFDSmBhu1Jm537D69tfLQ4srBmK/DAw56XW04JCHqjs4OTI2FjuLAGlpbNJ4pePQj7VMrOfJxvAOLJDx/S+cLx/wmib6zhWgrZ3ZL28z7cCnrXung1J/pj5u3cqr4aIC0Mc9lqJRs8H85ee8j095/Mfh0Lwyv50/N972O38vVyL+oK/2t+rUj7ng8mNsf77yqP/6XCv2QdOHfsFR3xq8XpJzPhwjE6n6B9DH6TQLKKc5ORKH6x+gCwQh2qCO0MdlkRhXgsobVxx1s9znLkv3HsBLv2zC4Ve+APEH/xMyFoTohzig4SnUiGkcjUbe7vUbXAtcSpUHFt9flP30EyEsk9s3v+3EwmqlcqPvY/qTEDKIA+ZtfkyAZzfYbbRg/w2/eq58cBhseWLz9reIVsupe1Zfsy+1DdoZzfQkzvZZ6MsTS+vVOQF+Gbjnku3Pl+/jWT14jI4pw8fTenlHTqEFD/anecD49z3/g2jfQs3ok/ANt534fvmw8YG+299yPHrxr1T+94qjbvpIn0zpi5ihX3DI15/OZwLLE25itDyEJlBxD8ooM4cQ6pGjuQFgA9GbXIRXaWjjbXL017sfffN3+uLhXVwIJz9OeHZ1VxYdMjv7eKt6uA98LMTZnvRhhRtXX/lBse2IVvaBTj/4uG8fbYaNxFvVY3yEQeW+Tvyx7PAbfxFWQl2cUJ6vg4+zPgt9nfL6hAwUhfXoExvWnjCwS+Gja164t0z0H4ZPWhXYg0K7fJt9nPVZyLYqJAj+a9lhN210eFcAX8DL6y8jv6P4W8ewmXYTdqVSX5g17tBE8iDPPp/m4/QzlADOQlxIxwq/V0OO4YEbbj3hrfLsoZ7wYVuefT7Nx9vaL5YnvmjwgsVaSP+6+5E3/Y/h8YZpMtQLjidWH7tK3Pcct17Qz0rA4V/6mBDmND1AI5VKcw2UV3buUD2gNMVkp3Xh1/c8+pf/QFIJe/MABxhaA29V/EED3B90lNEIjQciJxHbqruB0jeu/p2Xi45/U6z9mMhgFnY2qVWq0b2dGKpvy42D75svO5sQG2NhfRvN4pHiJk81c4GSuqfK0yUD+8S1c3z7J0Sr3aATJ3CoYnmWr6+fgz5udplNjTjkOD+Ewfc68XseTygzcdf9ubibe9P4i0ZOp3QxC9nY8BLgogv0oY/QF/BWBTqhUD/wAmf7Zmh1chVv+cbbTm77m0EmffD7Dbed8FrR/bPoGTa0Kr3abz5W6SLfoPRkfYXx11Yc9fI/bNXndNKHesERT9Tf6idc4lBOrh4UV6sfCe3ABdpFR+sE55/KczKAS7Ru2X2f8PzpDMhs6RvziM0l+MSNgliI53V0GPRjS1w5bQQBbSrZAdrEMCSEjbcd/664Xv+O2CW3VFCKsV/9LDuF0ov4J96tsqCjKxzQSvi/x9uTOO6+uDHm7KOt1Ad2k6bxD6K3r7/td87svp/uWjxx23PeLFn2u5Zv0jPGvWywlZB2E3bXA7lT+yuV3hcc8gVlNzZMV0rPwmz+q59ll/rbcLbL2l/0mx7lF7Tli7EWc8adUOPfx/EfhLXfp53DBDfcfsKp8kT2v4u9VfoCsN/2Ixc07oRwQhj+YPejjn5TGF4o18yGrwztgiOOz5ZghW+UUagrXjgXISPUYY5JBD5FEoPP4RoEJRuNkw14dAA6frBrW8AweLw6d468tvwX5WvL4Y8pFsRFY+PB3kT6UjgpG+Rk2pvcYlqtv+2kZ62/9fiv1qPg0zLi9at7tKC3HtkasNl+oWhOK4TH4/DO8LDrRjvua2FwtbRKft206SohenUv3OtEZqO21oI0HGGYhlH9Gxtuec7ZncjrhWfDrce9VTq6KK8t/ISS+MvhSgTubAX0cdZPAu9dccR/r56kvscqeg/QYk2o85qjtbIn22nRFzjkMcUn0adpa73TgqwunR2zdZ790Xmb15yoL9TrTFbxXHJl43eienSZrB/n+pr33rMvpU38w/gnu++512vD8LPulzN777WolkO74HjiF2tfJg/b7APDO1owOL4Gfo8Guq1IHMQCBgsPXcjE43I38DUrj/h5z68kVvnlLvFAEjNvkrRpCCwcREAdniwC5VhpoGPD8pHQx1kv1dNcnrzlhcs33vqcVz5x6/HfCKKxO0T/1w3WfvjCinzCvJF4J3Dlwf+9Rbz69Va8OkaksrU9jINB47eJ0ccthqan1M4R7D823Pact7Xqt1f6hluOe6/I/pz0LXOb9ZfC7qWaDe3tlw9CU/smAD6PMu8Jk7yHHcj9VvlPO2EfcUAfR13xpRoF8q2+yeOf6iX6qK0O0m7CNvZLbJZPjE98oXirOuth423HHS6vcLhSbFqEvLHcSWFqN+MyNfsb5YW3jcSLXznsv/NV9BW2ziKVwyUhOa+ZjEBx0KGWOCBKpl4vhwgNMKda+WWlEVbiP9zz6Nt+Ykzlvh8eSFwuA4+/aQO5FhLQXC8KESM7xlxjPHbc9NscKk8iBxjH1fWrn/OGoC5XcatyQQxF0AAooJYsgZWOP3OYyIJMFMj15FfqMpmEoXyqimSr7C56HFsPR4+QD8S2eIcdfsoVaD/Uo28B9TgIblCki10lqP5bPai9BU3UryLKJstm+eBJYqcNQJBNbEbRug7slzdzVMVnn5NF2tmVMH7/VL8Rtn71CccG9egf5WHyF6giTh+85xTfEND3nUI/hwNqwWu4wetex92L/eL72vw5wcUmsMc9sgeqyNZp/qOnbPzNFpOF+ib78bBIgSWqhhsCuYzCHDF/iv9hmBSzrT/j3wl81eO3HPfJPZ69+L1heF3RF3C0y7zdptXHHzBRi6+WPNoNMRiU/S7+6xbOqb508RHX6Q9E5uk3LLShXHDgMtnOndvOwH1NDig4zHCZQFw0ccmTtPx6aS8VTHYdzaAkyY+JKP7nvY5Z/Xm0L0v/PcBYEWYnoGyPFk+Lu9a5E7YfM+BO3py4Vr9E29RsgaAnlBrizhMK4i0fH5Ocqbuccfx1mwxDgdaf7OV+iE7cINTw0TOF8tNUMqdo3gjRZEUuT5UPOydKUddvQfaLK8wXBoNowdwFP0z06BBZcfR//eSJW46/Q8bCoVSdUCdPyLHzhQDzLSBKU7yUqFW6o92Evr5gkOOXisRT1t963MVBFH5596MX/aTTE0e85uy5G8YeeL4s9d4S12vnqivE+dqHC4L2qycAsyjbvy1AzCboQ7sJYabik9gvi5zLFx9282No33ORHyNT30q+UEeVxVwXiGL2WMxxTF5AFLUHbZwlWfsloZWvqN28BSMbdo6mV/QZd8Ksvlk9wEcerevM/gvW3zr67A23HP/n8hMUXX0tGeeasfHxl4Rh5Qj5APNb+Xbip7I6tTtef8ex+0yMB9eIy/WKvHO9NqPdhLSN8crK7sX+kcrI+YsOf/n6OH55savJrLIdH/+tfEazFf1QLjjGdm5/g2TdPLPHjfQ84zgrEGZmB5IJIYmnChUXBj/c65gVf5onuqT17gGd0twE2CxFplUNKeOK6FhkjJd0g1bD05vETxorzZfv402fWDFJY2I26dqbHCQ54fCGCYDM0iR7hcV1bipDc8dLaL1Mti/U/usXHXrDbybrfZI6vAnRJtsB2y+fwquy2HibePNtG24d3fL4L4+7RmL233Ll8fGoHj4ezqmsD+tRRZ4P2LMSxHvEUbSXROa5T4zf92IJ66LQWx/qlQpLEDUVphQdf5lM5dsw/SouUTXRLM38OWvK+c/E75e6GTmLD9p7485b78NwaNFTYfl/knwYkIXzcT+X24o/qFbCm+TK2T2VkeqmJavqWzbfvmDxRLxzz5Ew3GuiHu1ViStHSq6cNj4+fpxMGRV9ZicIbhdzul5wBGPBp6X9ARlXtDjsv/31qHbD+luu0P6Y64AoufkvdAZHhwr4wJxT2snLadJECoMr7hLiIagYygWHBO88m8BttUv3ICmAG8REYjggima50lq6T3kgQ9junT9/0TmdfprSDspdhx6owcMteEl3MZNU109lnGBd6NJzXmMONAttHDL21XwMapOPvQ4617CR24h+tii/kK21yyk5snzUzFGc9klPDfrTFta7bj1AyQaz7Wk3IXrkWPCEeGiDRf/hVXSFrpy7/+eeGLvvL6TRvpQIATqmEh2Kt1+uFuA9HfKVQtnsIlQQT9TUy7iihBnA9JM9EHfkDkRfi+Cg4i8K/OceR998HTSZWrEraYw7YZfxb2v/1HRs3zoML62v/+Wxj0gUnp7PXWj+46V3x4sTjueFyXCiHuy8BV6056InXCZFyCTNn3wtu6HKFc8ljbfsbE7Il1Gs/YPO/+z8lTf/0WL4Y+guwWy87cjDZZI71oLFjAD0cVfrRiUmRZuUhSsdqcbk753lstjYKpehzuz1JT2+yBLP9wASMfcPscJfi5jxRA1oOAev5QDaIhf4h0OlGVnrQLN8Ma5GfkdDnmiueBCSHK2VftqXp0G2f62HyFZ/sBt/gNoX1FCFobSz2WB39ofb51QX9vx7CeFhl45L539nurTWD7qjACrubFWyh7O+CRZmvyplO1URO6ejg6avo8Hn6ncPgs/RABkXQhGokgghSZ5/+Wsc96tYzHuJv2hAuwlVWxyYzdgPqNyQ9pjB4Ff8tfBv4fa7/jX2gqvTCHt0ji42KAo+1v+M3Wa12T209ltcNF9axAdWodA6HCoNZA9nvUFtoruhW3BMTNTPT9Uz49QSmOUSo1WyGh9aO+uzUNrjl/MqYXjuymNuuSPtp8QG5gEudwGxIVSEOQkLvTShgaA0pkTalvLAA5ylW/6mDiCIQoA6HNDH2V87SN2oL8QBB4RI2ymk3YQqGnwojp9tK9Xgc8uPvFG/kmgM3e93f/aSi0XeOmvJDnDEToE6fMjsVz/4vjUjUtVpDn1N/4OP7bQNbWUDEEkD6nCBcu3pypXH/OwmbdaPnYjuNf4d298PPdvJiOPrW7LQ1/Q/3AkccBD2sy/2D0WBD6qwL/Y/dPZDIRQXkARXRMiuvsfxP1QLjjh+4Ugchee2NNbZnILJnZP1jS5UovCv9zh2td3wSgWVWL890CIhbdGIvJWpFTwy8Ah9PKknXyJP2gBvMSBUFmrZTm7Qmnz05doSksdBv23iDu1LBVq/mChA44SRhawD9Ns6gX4fppfpSnk+TXGRQWjyKFeg+kBVmQirlY+6LnoGuL0orvkT7Y9SfBuAD6H99ANUpu6AihcV/0owFo5U/pRu6gsU35rOBhWnHfA9Nj0rM/aAKITWTilsl7Vf+YvdhXPCH6uuqi/Um0w/p7MbR4XbD13ajP+evMN5QOU7m2k3oZLNF7DTt3Uq47+r+Kt+ogMgdXBQ9fF0VD+AD8XxT3X8D9WC47c3rz9dkmEvBiML5ROFBgnQx8nnOxC4PtrhIHDZvrr3c371YfNguR+IBzIJi3GpsRGguMZSiahooGk94oZq7BTxoKD+IPFxqcovvgzB9dBBv4qN3XATzaCdFUI9ytjXQMNBpl77QE5KlfWX2tyz/WHwhX69Q2aPY395hbwaVd6SaIW2DrX9omoyBzjcqd8M/CALrocO+lVs2Mp++XHHD+1+5C/wMFwfS5oL0MXXzUsYJo726+e8j/dRqa5FqV9C9wOCg8h/0bCf8e/aYDSAnb6tFOLTBNeYOmj5lsZcBFi9g4XE3zq1HBLc78OvStR3yJTHv5MzVA+NysLzPHw5jIbDSOAc9E7nlkCWI9rCIBsKTcnhL/bee+lbWzYuKwrygMUkjSIjalHGRIH7tpwsVQk0YSFOCLqHN0qTOqwsMch1tQlekU+aa8o2cpj0zXvHyB3Vx3VCPKlvo2+W35Rt7DGlQb0p2h+G6+fOm/cB2NKvMm9R5T07tkXyeuZ4j6w97fTN8qe2Mmj0BWAf7IcM2UwaEMEKjr8sNn658tlL+vqbMPqlWOiNQlf5eB5N6hu9CcLk9kPkIIpo8UNR+Q1pdGhAo8bt8inxBZtDeQ9vlCZ1bexHU7aBKM1XNwZx3EtB7KjUrpD/9Fniq4Z46KUA9avV0+N2NDRXOLbcfOzuMtm/EoFDEmLDxEGoOAILmvsjDqgbUgm4phTTCu4Jfjt3bvWs8Ok3Ja9wTpxVIgV5AHFA/CDeoIaJuIuhRQknXYsauIGzEGd9FoKPPMA1Xxz0cdTlF1VQqkxf4yENR8St3vpqrW+Wv2j7ZQC/v98PPy991i+eEMPf1eiL4bQfOg42/uEOeRXc+f3+dhsmYtpB6NsGWt7m8wD3c97HUTfIUqniq8Izdfx356nGk2jjfFH0+Iemfr74Mffx1hY16mt8pOGIOKDNe4Tsl7CxrfHTfqsbom+pbI+2nyvpqb89kYwsGKvWmPKNBuEIdBTWZyCsDYNx+bnu16w8avUjxlvuB+EBiaX+IX7AkphaTIQoNMvGFEIxnya4tnVQj4gD5mxIF9ABfZy81gXyxIo/KNmOMK895RBCCnAW1Rc091ek/dLLFbsfc8uX2Hc/4V7H3PJNuTL0YfqC9mYh+pwu+7O64NiPmY+Tt0lfFzvW+218PKkPg7euOPb/t3etMXZVVfieM3f6VCxtZ4YpD1tUhLRAOzNtobwMglhNeBiRYtSUABHjDxOj+E78YQw+0R8S+SMxEiQSFDUgjxgaUAq10047FJGBQqEPoEUstPIovcfvW2uvc/Y9c2/n0XvPnal7z9zzrbPPfq1vrb3Pvvuex4YmvDPFWc98iYiP+JND2TOZWOPjt9mXLa2rpekw5/QNj8IYDzXT/00nH32dfdnSHNr+emvyWMnBKzjSLGIv7ImtsJ1c+o/cf4xHw2F8Uudh+mf8VE/OJGnLNquphJjKdSS2ROO0TSabspKaaSWXpE7VZTkSktJ1XcseH9PT5zRj2DaEAbEpSiLyo6NAOgERmyLObCod1NIxLYMhRS6ZOvRlicRmWIf34jSN8wvzGinOtQvysPYwv+nAAlz9gpAlu0NtWVVzmdlVCzS9DGvV58WlelvBUr3uxHE8VJ5V/qwW3pxtx5JLvg3V/jwR9afti7Y/6vt+R8/G25vBNk9avu+J7c3uhp79x69/c5806nMDE/2wWf4/fv0P3f/99o9axuPiaSIzk6Hkb1L/b5b+vg9avzcUfWDUFNkHuePQ9DaUdKa/7EyQFY6X1y1cjA63mA2lckSRcVIwtGmFIVKqsg79vCxDyomin3Uve+IWp2uAohjgmMZ+7fftenXTcAxENXaGUgY2KapdOYiZjekPIhOZUP4tT67MUZTPprD8usGOEV07DNkOqd8hZQmGtQodh/542uTrcVy5bPb7+vfWKrJRcXzFdTTzXbhrTJ7AqMVSNwbRUbkvWn+/PrE62mJ/TbN/FP0Bk42GPnNDiXTbovy/uPlGae7ijfegM29J+0GVwp7eFIvSn+5r4wDltK9ix3yb7RlLcJPFovp/S/zf+DCOhLex9/8JscLxTkmfvSEGg2JyAskpRJJlbHYoPgNDG9rTRw0x63qga+mirxhPAVvFgDtByahjndohbKmdVNG3/2hb6+bY8AP9g/eIRJQP/YgyUWTuMq5OECfDMaIvu+Q8sTEQVc6QsRoMNWUWh/hce8aqP75M7Eva4pVzFm/a4iprKnSc/PfXZ8Qx3jURbVJtWqt/Xtli7B/d1TntA6vAgW/YfFMOax9PyIRrOG4P5Z+5Wsalf66MZu2SL7z78FtaPnUTJTOEnmP1/3xbx6X/GPjN11d73+lWQP/P199w/f0xz5ddxTrm0ZLZuKdxxgETUrbgyxNghSNZ39sOr+O7U9BCfAwpy/KNQ8iimENVUhU31QxhhKdnTGu/go/ZtbiARTPg7CnVUq4dfJ+mTLsaUtZSDFmGykSRnb9w4Ko1YFvNmho5+G2EOeVbif62mE5SJV5zZOVZuVqCtlfb6LcdWV3Q/NY+jbQ4S5OhX4bpbUhNtVZFELMviaOPdi0ZKPTNxu/u2bh76rTp5+P80a/tbY3+yqLjwphpsv2h7x2dPbMulyexZmZruMRvfmZ3w7z9G6F/wxs+QoFzlwz8EX7z83rJ1J+y+T11bqb+I/X/eu0cfbz1de25ms/ihpcy0fT3x1CVYRHvnKztHX//b/kKx64K3gqbVHiHiljDUHecoaiwnVAc+sSkZsQxzEdeS8rli2edNnhYT11MywzCuBigfeQDu6ZYw8a+HSnLYOOQcv7DE7k5vZzU5Usn/INoX0ANXX4qkJYDQWQiBR5zKLJrI6e3MsWVtjgdqBP/DF1axlnI6zPW9GyK8UDZ+zwfJ+3nFT3ZML14J0w5af8wGvRwi/QXLoq0P17+9auO3pOubPQdKcapjxW+Ldb5vaFn+9QPDld/v86i5I6k/avoIY9ZPzFk/dTV0PQ2bIb+7OtSLpECgqHuHd42r08D+3/h/t+o8U+/4imvLZ9wJMnB1ZmJbeAm1vowpaXxZZcWjy3H8U/P6338nzwaQqsYwMvb0Iv5obkMKctg45CyJlEUmYMus/GkLoNRhpKbpmYpLAMfjhmGKnOiwDjNNxztmObDVvITfTktX9qigxLbxbJTdPX49VFX1tlQ/UulB6eX2ns7+vo3oMqWhdl9/Xs7e2afH8XxjcIDWiK6OjS9Dc3uhqQYbAvVRP6JrR2KLNxpuSxHcjhUmeojJ4vBR7l3dnHt8O3BMqo/zJflt7KIqRwlb2Px9wudvYNXF7VKGmMkLkJ/sld0iPr6D0wptX8KFL9Cm+s/pYlm//EzYz7WlP5PRydpZIzgkHJT/N8vHxVIPUD6J+tLkS3BQcYdSn+9pBaJEFo64XhpcFEX3rS3UpRAY8QBHYo7QpkUPcXS9F6cKh5/s3v50N1ULITWMpA5oHNKGI2OSu81pMx0hiIjjSE9mYcNfVk9P0tr9VFryU8BQepyqLKrH56FlEyCYKh7/lbqZAok0Q/bTFnbzjIpE3253nFmlnZoIZKXcZZedUUFKA8J38At3d/o6p39kaP65NkYftNaIvPbflfvpi+jeTiBJK/7Ovuy6ePHmd6Gprch81Trr5xrXLWs/Cj3lkfyi61QjgtSF2SiyiPYPyo939YWn9PVt+mXVkYRiAUO8QHTJdOPjVfdSY/J2fGMs9HpX4Q2w+vAZPX59nLblVDyzQlt/+FNHzkGF+CYf9EGlIm+bMcRqX5IY7o0hmI/lzezL6pvqP1H8P+ctmwmg2sucOzj34RZ4ajsf/szeNNe2YyjijkNRc38xo4RfZk2iW7rXv6vH+RzhP1WMaA2kk4EW43axr5ZRcbGkIL0AId+b6ijptbPbNoGJrM4X86OWzpWmnXOdMBALGULVla9/Hp87PpjIv7XqNR+amffphuKWNI3fUaLnX2Dd5SiqUtA0b3M02j9xeZmd8Mm2h8a8Ar0m6dNKS2eu3jTutHy0PB0oisJdR/RmbW4iAb4P0trRZizZOCBtlJ5JZzl9br1F6C/9Vm2wWTrp3XbNcKBye7/9dqvY52OgzbuGeb5Mw4N6bMqZ+S1dIUD126sRouy1phM9DuW62ymCFFkNxvEbdDru4859uqsoCBNXgb0Qs5SiejLtTUyh059InVyN0BLNs/HahdTN9YuKJWLzfiLHYLF1c10GAfwg8wjUdR2UdfSzRd09fU/cxhFNT0r29e1dHAlXhz3SVT2QmMq9G3uy7VLb4T98WVlY1spXtHVO3hd66/98nX25ebpX7vk5sR2LB1YE5XL5+KkNVS7Bl9nX66duhH2r11yq2J9nX25dnuarb+NdY0a/1o24dj52Af7MG1YpDTqyQH72OVW/3hM4zRVfptgHRKO++KUg/Gl0YI1b+aPh/1WMuBO+P7E0SaKDv3OkrXUlg+Iej2EoaaHR1iZ8A4NhlkpqSRpsUd09RrWqt+P8+W0vJzgp1E51z5r6yHqhxrv4KT3p6gturBr6eNnYTn//lw1E3q3q2fznaUp8Sm4aPc7MNlu44G9V3g3HAX/tLWG5tsfbRvCe1Gu6ew7eencvs2PTQySm6v/O6UCH8RRh9DOJQMD0fS5PfCO3zCJ9SFN3lz9pS7nh1avYZ3mjiqaZWg5GU50/ze9DamoyURfrkeCn0Zly8cx2ev/roCWvbwtOXhgNZvkB/+CG43HUo4MQJoSHLjfx/Qo0r+FC1Ium7viqR1+OUGeQAz44wealdsVp+YSnTmuympnasF9Oq6iiCo755F45xdMmaV1PoMYudpajml55kcaZWW7AiXSl11GB5zpq5/atw9OiiibZtXp02h32FLhjaxsNS8C/W1pWunWrlMHX8rlnFS7x5y+eT8a/L3khTN/8vKu164Cq3gGTrKgnv7GA+2uNlfOVVY7kQC1u9kIEWSNmZ2JTNZ0zGFpNQG3w+xfivqxonFDR98nfs+Hm5VKzXtSOVs0uqADNfXw/VP1Mp1Q0mHq37IBP0dC58I1+xD1uV3rF94SR9GNlUpyOpM0W/98+Xl/yTVzVLu48YEtr53Woh3mdv9/xj/HTkv8Lxl6/9Sdeyq8gAgOxgHbDQ4C7HjaOnUOr7PJKEOTaYI4jj5/zPKnH61t6RDbSgbMpmZfIoOeYDKbj3S8pg7OP3iME1J4jCD3h5XP4/Qz/KXHXZxE5DZS3iHS549LsQnK1uKH1+/8G77Ka6eextntMTyW/L4ZUfl+Pt8iV/2k33UvSLwpSS6/eff6Jy+CbVZhQnYJOvpRVG6YfRw/9fyjJiHjsD++mLwIL/gdVpFuP6ZncK2WOxEmGpmG2XiX9Y/sqCeNQ3/z/9avb3h6QOzu2/Jgkny356X+O1fhJ9QvJZVkmY0J1Sm9vcPQ38YCYqOCcDtC/6/n36ZrveM12+g1XcajSTD+mR4tmXDs2H3wYjRgNhtRbXhjUtF8wtBPj1nxT7uXP/NrxoUwcRkw+xqypb48Ust1ENZvPpKWrsHO7VyFZcmu5yTV5Vf7FMtDA/RbsorptyrsMkYhRT8OstVNlIDljTh+Az/v4Se96A0Utg9ZdwJ3YBDZjju1t0Xlts1JW7TZrQJYxiMa3e2keLR16Z7k2Q9Ne/nfe1biW+ylGCDPgX0WjFb58dof+WjILcCHYIs7O3suX6OrGaOtufB0qUf5NY9X/6yMan8u28w4S9ByydnlNjTkthf7TzsjqhzEzQTRJeiLxzVaf5ZX1f9L0au4ruBhfBG4v9xevmtcZKBMf8ypJdeKG01dTdcf7mF1aHuq/aU6DnvCn0MA9bJJk6atwYWQrkdrOrllbBZuXzv/bgwHHxvW+mEVUnnTkAdVxqB137wz+z5e1D3yw5oVIgIDgYFxM7B7fW837o48C9357EqSLER/PhED1wlYDSnLNKGqy2OHk8l00Ko5JrxZiuLnkHBrFMWb4iT6G27BfOToJQP/GXcjQ8aWMgB/iF75x6K+g3FyLqb0y9CYZbD8fNgYYpWDYN/isiNMwWBHkijCs1VKz+ILwBB85IlSnGzGz2ob5vQMPokTJpOFUAADZpcCqtIqdq8/pfvtt994ARZuy7xBj9nSOJEhv1xEP8Ptgk/NmPGe5WEwUc7CNjBwJDCAn2DaXhwYOj6qHDgRPz4dDZ1morPPEMQr5JK4UsEzSf6Lycd+DA/7S23xfuzviduirXNOH9gZThpHghccWgeulO3Z++oJlQMH34s5wjxMRGZiSgEfiWbgiVI8acA3nH/QV+LSPlwUvKcytbKjc9Hgy8FHDs1vEUcLn3DsWDv/eiytyvMyWDm9JG2Ere24bzP55Ro84XBvnCRnzFvx3JNFkBPqCAwEBgIDgYHAQGCgMQwUflssVkdX6zRDVzFUVmX0an/EYOrqyzyKOQie51a5Mkw2lKuwDQwEBgIDgYHAwGRioNAJxwtr5y/HTOIUWdbAfEN+OnGoP6doHFc8dNVDLwhkLPa/fvyZ2/4ymcgNbQ0MBAYCA4GBwEBgQBko9C6V6GDlKt5ByAmEBu5QdtMLd3EYf0qxIEej6NZjV2z7kcUFDAwEBgIDgYHAQGBgcjFQ2ApH8uz8aZg8XIEVjowhk4m+bCk4D4lK646dF19rUQEDA4GBwEBgIDAQGJh8DBQ24dixq3IBZhWz7A4UUmUrGUSVM+TKB6J3YZZyWbTgufDY8snnW6HFgYHAQGAgMBAYSBko7CcV3P/Me+7dQ0L4KGgGPlGPsv6kIlHpJnqrPU4u7VixfWcaFYTAQGAgMBAYCAwEBiYlA4WtcOAWk6VkyFY1KNuzfIj88FiGlWu7V2xv3Wui2cAQAgOBgcBAYCAwEBhoCAOFTTiSKOHLeqoWM/xbX30ZD2j58XFn7ZA3CTZEy1BIYCAwEBgIDAQGAgMtZaCwCQcuydjK6zfkeg0i/hgMReYKR6l073FnXfM1ORg2gYHAQGAgMBAYCAwcEQwUNuGIytFNmE0c0Ks1ONmwu1UMufiRrJs5fdqqCf6SpSPC8EGJwEBgIDAQGAgMFMlAYROO48/YPoRJxvX48DGiAF3tMMTu2plTZl44u2/r3iIJCHUFBgIDgYHAQGAgMNB8BnTBofn1pDVse3jeBaj0i5hynIe5x1t4y+Mz2P/F8WefdEcUrXknTRiEwEBgIDAQGAgMBAaOGAb+B5nwCpLPLNx7AAAAAElFTkSuQmCC"],["fxFlex","30","width","295","height","295","viewBox","0 0 295 295","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M182.629 183.635C213.842 170.774 228.719 135.046 215.857 103.833C202.996 72.6204 167.268 57.7435 136.055 70.6048C104.843 83.4659 89.966 119.195 102.827 150.407C115.688 181.62 151.417 196.496 182.629 183.635Z",1,"fill-color-0"],["fill-rule","evenodd","clip-rule","evenodd","d","M169.522 122.093C171.059 115.241 166.054 111.136 159.022 108.13L162.04 98.916L156.431 97.0797L153.493 106.051C152.019 105.569 150.502 105.104 148.995 104.643L151.953 95.613L146.348 93.7769L143.329 102.988C142.106 102.615 140.906 102.247 139.743 101.867L139.752 101.838L132.017 99.3019L130.057 105.293C130.057 105.293 134.224 106.57 134.131 106.624C136.402 107.369 136.71 108.93 136.552 110.138L133.115 120.635C133.271 120.687 133.473 120.761 133.695 120.869C133.66 120.857 133.626 120.846 133.591 120.834C133.562 120.825 133.534 120.816 133.505 120.806C133.375 120.763 133.24 120.719 133.102 120.675L128.284 135.38C127.95 136.062 127.157 137.065 125.569 136.548C125.62 136.635 121.492 135.211 121.492 135.211L118.184 141.544L125.483 143.935C126.298 144.203 127.103 144.476 127.899 144.746L127.901 144.747C128.431 144.927 128.956 145.105 129.479 145.28L126.429 154.6L132.031 156.436L135.051 147.215C136.579 147.75 138.064 148.25 139.517 148.725L136.509 157.902L142.118 159.739L145.166 150.437C154.773 152.984 162.15 152.77 165.87 144.183C168.867 137.27 166.555 132.99 161.623 129.952C165.417 129.361 168.406 127.109 169.522 122.093ZM155.149 139.449C153.059 145.84 143.068 142.413 138.496 140.845L138.496 140.845C138.085 140.704 137.718 140.578 137.404 140.476L141.449 128.129C141.831 128.254 142.299 128.395 142.829 128.555L142.829 128.555C147.571 129.985 157.289 132.916 155.149 139.449ZM144.22 122.79C148.031 124.108 156.343 126.982 158.247 121.175C160.192 115.234 152.086 112.815 148.127 111.634C147.682 111.501 147.289 111.383 146.969 111.279L143.301 122.477C143.565 122.563 143.874 122.67 144.22 122.79Z",1,"fill-color-15"],["d","M158.075 173.411C189.288 160.55 204.164 124.822 191.303 93.6088C178.442 62.3964 142.714 47.5195 111.501 60.3808C80.2885 73.2419 65.4118 108.971 78.2729 140.183C91.1342 171.396 126.863 186.272 158.075 173.411Z",1,"stroke-color-thinest"],["d","M259.352 172.363L85.4595 244.016",1,"stroke-color-thinest"],["d","M122.291 259.352L85.4593 244.016L100.795 207.184",1,"stroke-color-thinest"],["width","225.692","height","225.692","transform","translate(0 85.983) rotate(-22.3941)",1,"fill-color-30"],["fxFlex","30","width","298","height","300","viewBox","0 0 298 300","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M248.333 237.5V112.5C248.333 105.625 242.746 100 235.917 100H37.2501C30.421 100 24.8335 105.625 24.8335 112.5V237.5C24.8335 244.375 30.421 250 37.2501 250H235.917C242.746 250 248.333 244.375 248.333 237.5Z",1,"fill-color-0"],["d","M273.167 212.5V87.5C273.167 80.625 267.579 75 260.75 75H62.0832C55.254 75 49.6665 80.625 49.6665 87.5V212.5C49.6665 219.375 55.254 225 62.0832 225H260.75C267.579 225 273.167 219.375 273.167 212.5Z",1,"stroke-color"],["d","M6.20851 200H24.8335V150H6.20851C2.73185 150 0.000183105 152.75 0.000183105 156.25V193.75C0.000183105 197.25 2.73185 200 6.20851 200Z",1,"fill-color-0"],["d","M31.0415 175H49.6665V125H31.0415C27.5648 125 24.8331 127.75 24.8331 131.25V168.75C24.8331 172.25 27.5648 175 31.0415 175Z",1,"stroke-color"],["d","M161.417 187.5L142.792 150H180.042L161.417 112.5",1,"stroke-color"]],template:function(R,Ce){if(1&R&&(e.YNc(0,Qs,1,0,"ng-container",0),e.YNc(1,pa,18,5,"ng-template",null,1,e.W1O),e.YNc(3,Ts,19,5,"ng-template",null,2,e.W1O),e.YNc(5,As,19,5,"ng-template",null,3,e.W1O),e.YNc(7,qs,17,5,"ng-template",null,4,e.W1O),e.YNc(9,Vs,13,5,"ng-template",null,5,e.W1O)),2&R){const ot=e.MAs(2),ii=e.MAs(4),Zi=e.MAs(6),Nn=e.MAs(8),En=e.MAs(10);e.Q6J("ngTemplateOutlet",1===Ce.stepNumber?ot:2===Ce.stepNumber?ii:3===Ce.stepNumber?Zi:4===Ce.stepNumber?Nn:En)}},directives:[q.tP,C.xw,C.yH,C.Wh,q.mk,Ri.oO,P.n5,P.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[gr.l]}}),Y})();function bs(Y,He){1&Y&&e.GkF(0)}const Mr=function(Y,He){return{"small-svg":Y,"large-svg":He}};function Ya(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",8)(3,"path",9)(4,"path",10)(5,"path",11)(6,"path",12)(7,"path",13)(8,"path",14)(9,"path",15)(10,"path",16)(11,"path",17),e.qZA(),e.kcU(),e.TgZ(12,"div",18)(13,"mat-card-title"),e._uU(14,"Boltz Submarine Swaps explained."),e.qZA()(),e.TgZ(15,"div",19)(16,"mat-card-subtitle",20),e._uU(17," Boltz is a privacy-first account free exchange and a Lightning service provider. By doing a Submarine Swap on Boltz, you can swap your on-chain Bitcoin for Lightning Bitcoin. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,Mr,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}function vt(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",21),e._UZ(2,"path",22)(3,"path",23)(4,"path",24)(5,"path",25)(6,"path",26)(7,"path",27)(8,"path",28),e.qZA(),e.kcU(),e.TgZ(9,"div",18)(10,"mat-card-title"),e._uU(11,"Step 1: Deciding to Submarine Swap"),e.qZA()(),e.TgZ(12,"div",19)(13,"mat-card-subtitle",20),e._uU(14," You have one or more Lightning channels that are running low on outbound liquidity and you want to fund it using your on-chain Bitcoin. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,Mr,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}function ae(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",29),e._UZ(2,"path",30)(3,"path",31)(4,"path",32)(5,"path",33)(6,"path",34)(7,"circle",35)(8,"rect",36),e.TgZ(9,"defs")(10,"pattern",37),e._UZ(11,"use",38),e.qZA(),e._UZ(12,"image",39),e.qZA()(),e.kcU(),e.TgZ(13,"div",18)(14,"mat-card-title"),e._uU(15,"Step 2: Sending the on-chain funds"),e.qZA()(),e.TgZ(16,"div",19)(17,"mat-card-subtitle",20),e._uU(18," You send the on-chain funds to an address which can only be spent by Boltz when it pays a Lightning invoice to your node. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,Mr,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}function fe(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",40)(2,"g",41),e._UZ(3,"path",42)(4,"path",43)(5,"path",44)(6,"path",45)(7,"path",46),e.qZA(),e.TgZ(8,"defs")(9,"clipPath",47),e._UZ(10,"rect",48),e.qZA()()(),e.kcU(),e.TgZ(11,"div",18)(12,"mat-card-title"),e._uU(13,"Step 3: Receiving the funds on Lightning"),e.qZA()(),e.TgZ(14,"div",19)(15,"mat-card-subtitle",20),e._uU(16," Boltz pays the Lightning invoice to your node and claims the on-chain funds locked in the previous step. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,Mr,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}function Ye(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",6),e.NdJ("swipe",function(ot){return e.CHM(R),e.oxw().onSwipe(ot)}),e.O4$(),e.TgZ(1,"svg",49),e._UZ(2,"path",50)(3,"path",51)(4,"path",52)(5,"path",53)(6,"path",54),e.qZA(),e.kcU(),e.TgZ(7,"div",18)(8,"mat-card-title"),e._uU(9,"Done!"),e.qZA()(),e.TgZ(10,"div",19)(11,"mat-card-subtitle",20),e._uU(12," You swapped your on-chain Bitcoin for Lightning Bitcoin, while also adding outbound capacity for your channels in the process - all in a non-custodial manner. "),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@sliderAnimation",R.animationDirection),e.xp6(1),e.Q6J("ngClass",e.WLB(2,Mr,R.screenSize===R.screenSizeEnum.XS,R.screenSize!==R.screenSizeEnum.XS))}}let wt=(()=>{class Y{constructor(R){this.commonService=R,this.animationDirection="forward",this.stepNumber=1,this.stepNumberChange=new e.vpe,this.screenSize="",this.screenSizeEnum=Q.cu}ngOnInit(){this.screenSize=this.commonService.getScreenSize()}onSwipe(R){2===R.direction&&this.stepNumber<5?(this.stepNumber++,this.animationDirection="forward",this.stepNumberChange.emit(this.stepNumber)):4===R.direction&&this.stepNumber>1&&(this.stepNumber--,this.animationDirection="backward",this.stepNumberChange.emit(this.stepNumber))}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(Ft.v))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-boltz-swapin-info-graphics"]],inputs:{animationDirection:"animationDirection",stepNumber:"stepNumber"},outputs:{stepNumberChange:"stepNumberChange"},decls:11,vars:1,consts:[[4,"ngTemplateOutlet"],["swapStepBlock1",""],["swapStepBlock2",""],["swapStepBlock3",""],["swapStepBlock4",""],["swapStepBlock5",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between center",3,"swipe"],["fxFlex","30","width","323","height","323","viewBox","0 0 323 323","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M53.8333 134.583H80.75L94.2083 161.5L117.792 134.961C121.616 130.658 125.869 126.602 131.194 124.413C136.45 122.252 142.103 121.125 147.842 121.125H242.25C286.847 121.125 323 157.278 323 201.875C323 246.472 286.847 282.625 242.25 282.625H147.842C142.103 282.625 136.45 281.497 131.194 279.337C125.869 277.149 121.616 273.092 117.792 268.79L94.2083 242.25L80.75 269.167H53.8333L67.2917 228.792L53.8333 201.875L67.2917 174.958L53.8333 134.583Z",1,"fill-color-0"],["d","M26.9167 107.667H53.8333L67.2917 134.583L90.8755 108.044C94.6993 103.741 98.9527 99.6849 104.277 97.4963C109.534 95.3357 115.187 94.2083 120.925 94.2083H215.333C259.93 94.2083 296.083 130.361 296.083 174.958C296.083 219.555 259.93 255.708 215.333 255.708H120.925C115.187 255.708 109.534 254.581 104.277 252.42C98.9527 250.232 94.6993 246.176 90.8755 241.873L67.2917 215.333L53.8333 242.25H26.9167L40.375 201.875L26.9167 174.958L40.375 148.042L26.9167 107.667Z",1,"stroke-color-thick"],["d","M134.583 215.333C142.016 215.333 148.042 209.308 148.042 201.875C148.042 194.442 142.016 188.417 134.583 188.417C127.151 188.417 121.125 194.442 121.125 201.875C121.125 209.308 127.151 215.333 134.583 215.333Z",1,"fill-color-15"],["d","M107.667 188.417C115.1 188.417 121.125 182.391 121.125 174.958C121.125 167.526 115.1 161.5 107.667 161.5C100.234 161.5 94.2083 167.526 94.2083 174.958C94.2083 182.391 100.234 188.417 107.667 188.417Z",1,"stroke-color-thick"],["d","M201.875 215.333C209.308 215.333 215.333 209.308 215.333 201.875C215.333 194.442 209.308 188.417 201.875 188.417C194.442 188.417 188.417 194.442 188.417 201.875C188.417 209.308 194.442 215.333 201.875 215.333Z",1,"fill-color-15"],["d","M174.958 188.417C182.391 188.417 188.417 182.391 188.417 174.958C188.417 167.526 182.391 161.5 174.958 161.5C167.526 161.5 161.5 167.526 161.5 174.958C161.5 182.391 167.526 188.417 174.958 188.417Z",1,"stroke-color-thick"],["d","M269.167 215.333C276.599 215.333 282.625 209.308 282.625 201.875C282.625 194.442 276.599 188.417 269.167 188.417C261.734 188.417 255.708 194.442 255.708 201.875C255.708 209.308 261.734 215.333 269.167 215.333Z",1,"fill-color-15"],["d","M242.25 188.417C249.683 188.417 255.708 182.391 255.708 174.958C255.708 167.526 249.683 161.5 242.25 161.5C234.817 161.5 228.792 167.526 228.792 174.958C228.792 182.391 234.817 188.417 242.25 188.417Z",1,"stroke-color-thick"],["d","M189.321 97C186.935 97 185 98.9345 185 101.321V112.679C185 115.065 186.935 117 189.321 117H237.679C240.065 117 242 115.065 242 112.679V101.321C242 98.9345 240.065 97 237.679 97H189.321Z",1,"fill-color-15"],["d","M161.5 67.2917V94.2083H215.333V67.2917H161.5Z",1,"stroke-color-thick"],["fxFlex","20","fxLayoutAlign","center end"],["fxFlex","40"],[1,"font-size-120"],["fxFlex","30","width","347","height","169","viewBox","0 0 347 169","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M89 157.417V41.5833C89 35.2125 92.75 30 97.3333 30H230.667C235.25 30 239 35.2125 239 41.5833V157.417C239 163.787 235.25 169 230.667 169H97.3333C92.75 169 89 163.787 89 157.417Z",1,"fill-color-0"],["d","M6.25 134.625V18.375C6.25 11.9812 11.4812 6.75 17.875 6.75H203.875C210.269 6.75 215.5 11.9812 215.5 18.375V134.625C215.5 141.019 210.269 146.25 203.875 146.25H17.875C11.4812 146.25 6.25 141.019 6.25 134.625Z",1,"stroke-color-thin"],["d","M256.188 123H238.75V76.5H256.188C259.442 76.5 262 79.0575 262 82.3125V117.188C262 120.443 259.442 123 256.188 123Z",1,"fill-color-15"],["d","M232.938 99.75H215.5V53.25H232.938C236.193 53.25 238.75 55.8075 238.75 59.0625V93.9375C238.75 97.1925 236.193 99.75 232.938 99.75Z",1,"stroke-color-thin"],["d","M146 53V87.875",1,"stroke-color-thin"],["d","M146 122.634V122.749",1,"stroke-color-thin"],["d","M344.698 95.3022C346.74 97.3445 346.74 100.656 344.698 102.698L311.418 135.978C309.376 138.02 306.065 138.02 304.022 135.978C301.98 133.935 301.98 130.624 304.022 128.582L333.604 99L304.022 69.418C301.98 67.3758 301.98 64.0647 304.022 62.0225C306.065 59.9803 309.376 59.9803 311.418 62.0225L344.698 95.3022ZM277 93.7706L341 93.7706V104.229L277 104.229V93.7706Z",1,"fill-color-15"],["fxFlex","30","width","454","height","243","viewBox","0 0 454 243","fill","none","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",3,"ngClass"],["d","M141.75 172.125C178.098 172.125 207.562 142.66 207.562 106.312C207.562 69.9653 178.098 40.5 141.75 40.5C105.403 40.5 75.9375 69.9653 75.9375 106.312C75.9375 142.66 105.403 172.125 141.75 172.125Z",1,"fill-color-0"],["d","M121.5 151.875C157.848 151.875 187.312 122.41 187.312 86.0625C187.312 49.7153 157.848 20.25 121.5 20.25C85.1528 20.25 55.6875 49.7153 55.6875 86.0625C55.6875 122.41 85.1528 151.875 121.5 151.875Z",1,"stroke-color-thiner"],["d","M20.25 192.375H222.75",1,"stroke-color-thiner"],["d","M192.375 222.75L222.75 192.375L192.375 162",1,"stroke-color-thiner"],["fill-rule","evenodd","clip-rule","evenodd","d","M161.033 82.5635C162.307 74.0523 155.826 69.4769 146.965 66.4247L149.84 54.8952L142.822 53.1462L140.023 64.3718C138.178 63.9121 136.283 63.4783 134.4 63.0486L137.219 51.749L130.205 50L127.328 61.5255C125.801 61.1777 124.302 60.8338 122.847 60.4721L122.855 60.4361L113.177 58.0194L111.31 65.5152C111.31 65.5152 116.517 66.7085 116.407 66.7825C119.249 67.4921 119.763 69.373 119.677 70.8641L116.403 83.9987C116.599 84.0487 116.852 84.1206 117.132 84.2326C117.096 84.2236 117.06 84.2146 117.023 84.2054C116.981 84.1948 116.938 84.184 116.894 84.1731C116.732 84.1323 116.563 84.09 116.391 84.0487L111.801 102.448C111.453 103.312 110.572 104.607 108.585 104.115C108.655 104.217 103.484 102.842 103.484 102.842L100 110.875L109.133 113.152C110.152 113.408 111.16 113.67 112.156 113.93L112.158 113.931L112.159 113.931C112.823 114.104 113.481 114.276 114.136 114.443L111.232 126.105L118.242 127.854L121.118 116.316C123.033 116.836 124.892 117.316 126.711 117.768L123.844 129.251L130.862 131L133.767 119.361C145.734 121.625 154.733 120.712 158.521 109.888C161.573 101.173 158.369 96.1458 152.072 92.8677C156.658 91.8103 160.112 88.794 161.033 82.5635ZM144.998 105.049C143.008 113.044 130.493 109.739 124.766 108.226L124.766 108.226C124.251 108.09 123.791 107.969 123.398 107.871L127.252 92.4219C127.73 92.5412 128.314 92.6723 128.976 92.8208L128.976 92.8208C134.899 94.1498 147.037 96.8734 144.998 105.049ZM130.167 85.6513C134.942 86.9255 145.356 89.7047 147.17 82.4376C149.022 75.0044 138.901 72.7637 133.957 71.6694C133.401 71.5463 132.911 71.4377 132.51 71.3379L129.016 85.3499C129.346 85.4322 129.733 85.5356 130.167 85.6513Z",1,"fill-color-15"],["cx","371.815","cy","95.815","r","81.815",1,"fill-color-boltz-bk"],["x","313.615","y","82.836","width","110.745","height","30.1472","fill","url(#pattern0)"],["id","pattern0","patternContentUnits","objectBoundingBox","width","1","height","1"],[0,"xlink","href","#image0","transform","scale(0.00185185 0.00680272)"],["id","image0","width","540","height","147",0,"xlink","href","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAhwAAACTCAYAAADFh8BYAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAACHKADAAQAAAABAAAAkwAAAABS37hiAABAAElEQVR4Aex9CaAkVXV2VfebfWWG1QWQRYddNgmCO6CiIGrAKC6gUWOIUROz/CYm+OdP/P9f82viEmNUcCFRUVFQlMUIgpIoCgwO2ww7IjLMMMub5b3XXfWf75z7Vd2urn69vK5+/d7Ufa/qnDr33HPPdm/drqquDoNdvMTxhSPBE5vODuL6BUEcHiDumBcE8Y+DYORT4V4fu3YXd09pfumB0gOlB0oPlB7oiwfCvkiZoULiDe9eGtSCH8RxfCJMCOUvlj/AIAyjoBL/abjHJz4+Q80r1S49UHqg9EDpgdIDQ+OBXXbBEW/8i2XB+ParZYHxHDohlrAAB0QJw2AiCOccGu75sXVGKfelB0oPlB4oPVB6oPRALx6o9NJopreJ469Xg4ltX8NiA8sLLDD8xQYWHbrwiOM5QVC7YKbbW+pfeqD0QOmB0gOlB6bbAyPTrcC09P/bH39EbqO8NF1mRKoGbqbYAgRQCkAU47mOspQeKD1QeqD0QOmB0gNT8MAud4UjfvyCt8Rx9D5dbMg9kwT6OK95xHrtY/EU/Fs2LT1QeqD0QOmB0gOlB8QDu9SCI37sghPievyvSeR1QSFHgD7uGPRmSxj8POEvkdIDpQdKD5QeKD1QeqAnD+wyt1TiJ9731Hhi52WytJinFzDy3OUueOitFNTjAkcU3ZDHWtJKD5QeKD3QLw/Ej55/TL0e7tcveamcmqCY5gGDoFqdf0P4lM8+oQflrvTAgD2wSyw45F0b84PHHr9MntvYJ5RbJ/aYqHgat1FwZUNvp7gHRYWEdQdKWAk3BXvt+UM7KvelB0oPlB4oxgMT9VjeAxS9FXMTv56vPeFDDz8IAW2cspLpixdos/XWGIsNm9XiaOeL5eBHspWl9MDAPbBLLDii3zz2OfHs8fCuLDpSJxN3kDUpjP+9Gl64M21QYqUHSg+UHijAA3Gkc5N+IBIcEAVzkbfeUJq/c2z8zJSzAJEljAgJQ85qfusSLz0wWA/M+gVH/Ngf/GW9Hp8Lt+av/jmkwUHcBmclnnMRqGUpPVB6oPRAoR6QVYVe2ZDVgS06bA5Cn/xcZP1z+eEWJBl+tk0WLNl6d6WjUFtK4aUHWnhgVi844t+883T5sPD3/BQAH/i4fFvFDW77WqwNVqMJfke4zydvbuG3klx6oPRA6YH+eUDWF7z6Sgjh7RYQ4PH5iRNm24O/LKUHpssDs/ZbKvGj71glnxX+I4qj1EZ+VAD0ced9DlLAOIi+MF1BKfstPVB6YNfzgLtmwactxAG4HYIrHQZ9HDRsfhvDcaUkLfhQhQJIPK0tsdIDg/VAejIebL+F9hY/+d7lcRxeHkX1pRh8HGxYRigO6AYrIQcpoFwFqVeqI5cUqmQpvPRA6YHSA4kHbE7CIbC0ELcFhtFJw9xmuH5I8hYnkGKbzoCC68yWii2x0gPT4IFZd0sFry2v/+bar8lgOxj+bBi8GIMcf6jDg1T45wNVimuj74d7fvoxwcrSgwfih9940EQU/lleU/mcJS9/CQNAFOKARRR8vsOq2j7npThX2j3rE8by6H+4Qz447qxUgh0y4T8hv/b368pI8Os54fyHy68eFhHNXVAmhok3ZyV4h8MFCxF7ds3GmwnbBf1YmjwUHph1C47oNz/8R3l3xmnwbu5YFWIyVjkGCW1kBtVK9aKhiM4MVaIWB/vIQu8deerb3MlLwRKjzHM0CEXD/CoxsUkziVqDWNYBorAtubP3sPP5PX2kYSiyYiegiZ/6JD3JzTcwY2IP6kFcC4PxeFsw/uCbHpeF7K2ShLdVK+F/VaPFPwr3+5cnG5QvD0oP0AO6IraPR0i9dErKyX+Xm2iKFv7XaN1nKMlhE4z819wELEvpgWn2wKxacNQeeft5UVR7j/68vDhWx5gMPH+sNQw7DEoQ3ODEya8ShhuCffb57jTHZeZ37xYAGRc32WXzoUyaLjCMD6Gd8DFnWpAYLtarQFfXJFwI2t7BpN7jt/7THMntT/iT/og7GWqf4C6FbLGCjuJoTyGeJvTT5FtSQT3cUh974I03i6Dvz60El4RP/8q6RJ8SKT2AS26SLMwzwtx8FFbWq+NcLuY5MTf/8xhLWumBAXhg1iw44kfeeWI9qH/GX+0nZwF3NsAgBcrBqrjsXLW6Wz5oXCLv3hgfgO/LLsQDmBAREYNwSWOU9EhY0phlPtGhrfxxkWnS/JhaLSnMD/Ij+CobDbUIopc3SGjUh32lSwxKZvtGflLFzKpwniD9nTBWDy4ce+Dcm8KwctGcfatfDsOLy3e90FG7KIwj3NxDzjXmjx4JGRAlm3/ZfPYl+C2yWWp15b70wGA9wFvZg+21z73FG37/aVFY+5YMxnkNA4srf0DZ9KTmoL/yx2DmgB4JRi7us3q7pDhMjPiz5YBB4IgDIXAthDggDigb/ggVBwtorUqmvbKRJgdsC6h/rg/kAxc9hGgLHkIfV6LsmDfMIfAABzQ8hbRbfRLHJ8pDzZ8de3Di/rEHz/3zeP1bl1BmCXdhDzBXAV1uEiKTUAhzvZRpbw388YK3jpal9MD0eGDGLzji+H0Lajvib0dRvLcORR1wGGCy6XV6B5Nr9jxFpAPXTgloE94ePvUzt0xPKGZnrzx5Jyd0cb/S3BlaoyE7d6gIaQ1n8xbuwW0wFP32keISTQc1B6xW9z3tMhO46iY06qtZg/7dhj6As7S3P95beP7PxLaxdeMPveE8wbULti/hruEB5hMSSxMgIYj9Ssj3Q+H5n99tSS090JMHZvyCo/7o5s/LGeZYWN80ucuJR2k4AelJCEx2gsrjr5Tv3oBbBlqyMcOxv8mBi6Gcxj2cPFCWMlRxf2HpP6AhbdG+adOn7IQO6OPk9WUIrn05SB182KSPKtV6R93lfTF7RvX4op0PnnvD2P2vX9W6RVkzGz0gjx5rbvm5pLnh5Txy16cxdwjVL8hXFEBsyGNC4OUFDvNPuZ8WD8zoZzgmHnnrB+Iofr0MIy0YajIkGz4QuOGn9awDRPH55WnuWmVk7r9rRbnrgwfMx00+F7LSGDT0hInQFcaLEEHSJ+4dgXRChFLnWIqgLELI9XF21ClkW8K28hJFtIeu7Y/jk8Tmn8szHu+ct/8lZT52GqdZwse8Jpz2/J9mv8oPb86dePjeI+WL7cfJkuy4MIqPkxl+N3m4/6Nz97vkE9OsXtl9lx6YsQuO2iPnv1Im878zeznJY5gCt+GKlT+/Fgk+4vpVMRCkJAM7Dr4b7v2Zx41a7qfqAX7q0ofaEAfGROLDB93QB/FW9RpOMDLEwLPFq2snrzFDbC2iNCdD20+ib7brqcrL01ceWl0s32u5ZOcDb3juvP2e+cdheGF6WS6rQHk8qzxgC1R9ysfsYm4T5lnr1eXlE2nWNJnx8iRNKw3vUBp/5LLDwnrluCiMj5c55LixB+46UsybS8XMVHgpWEZaCWeOB2bkgiP+zfmH1iaiS+TUJbeEkIJuEOklcRxaWloYUtzud+KyOOfv9HQRVoOLjb/c98MDnNZs0YcTu8XBru5iIWi9NF0BEDJpnejB6HtRds1SiuVIvjTqSZjVF6mlujsGAPZJiWyLY+KEWXld2R9HF4w/ePfKOH7Hm8PwsxPsr4Sz0wPMe8JOrGQuptlOjBBSfLwTqcXzyJWLyvgDdz8zrITHy92k4+phdNzYg986WlRdEMn7bDCFcwwRFq9V2UPRHphxC45407t2m9i6/TvimKXpQLIB5c5p3hV0d889Sd2sO62dnATWV58y58psbXncuwe4wMDKwk7Y3rSRg5JkJ2jGLad/O2PLbORaSNBj0oSd32jlo5f8dAeIgogDs8gDEcxrn70KppO/1AOiaI6JAOZa0tbTJ6GhAdqyDxyjONV9lKSs/XL8e2MPbFkon/5eE4bn1LV9uZuVHtC8lFxhDuYayVz18q2b/J+uRzh2PvSWA8OgJrdEouPltTTHyWLjGBlTS+SWuJrJz4jZ/G/ygbPfv0rdxFMShtYDM2rBgUtuEw999+syIg+CR/VkILM3TwbZkws4rPBkYZ+s9QQgFRzYMtC/Un6CdK7qC5BpLT2DGu7O0I0RyelM2ml8kvYIlGyuIdGkWhClJYRG/uzr67M5ArHaXmBPhSsPQhUmUhN9HD4F+yW/zxy7/5v/LPpd0JOOZaPh94DkB/OeUJXOJChzNUkvQZSWEKSVEszkbP4PYsKXH85cOD6++WVRGB4X1oPj5LcFjotrO3eDKSy8xszjBIrundif8JfIjPLAIPKvbw6pP/Ldj8kq4ZTk7KODUXbM5MwtFczx/EBAJTSZeeDgSDjn4gypPJyqB5KYiCDgLSbEpm7YjhCNedkCopSOyZktudx0BAY8+QTo+nbV+DYAlDEIGbgCYTQcEfdvu7EN6pPJvJU91IsQfMBb8UOmX9iO0NkvVv7hzvted9f8A75WPijn+2u24Yw7YZ/zvxYWf41jorbtMHmP2TeR+Dp00+GVjoXEvkwASSdsYX8QcUBl2peHQ+2BGfO12PGH3vzWehS/GycCLBq4cCCEl4m3quc5CNDOSxGucvwyfPrnVg91lGagclgG4E+CkkDgWgjlQHkcNNzxoy02DZqDPs56E6h7Q70+0I+e8B3kHEWYtmqJNenXZI/IVnvQb6q7YVanMsCjfGADr5Um+Z4MyGu0P/jo2MPnHsG2JZw9HojwtVjEe9L4azKnOaH88EGaT0luMd/y8r9wt9WcFaKX6NG//Pftb3mNpHDryg5698CMWHBM/Pr858oPav0LzGw8V3Cg2UA1N5CGcWk4IDYsRAi5OJGnky7q3X1lyzwP4DMU4uSmhwRaNGxatUlS4qECDOby64QlTG4C1biB5jY0T2Kpshp3eGU0ir46Wl8f7XDQrCaBoJh2BrE3nVL90MR01saurcmCPN8GH0ddXn8mK5Xvy1B+z36xc259fOJieeBuRl2ZNE+V+8k8gIk4N1+8+GMMTDX/J9Ohn3WwJdceN8I4YrrJf9/+crnRz2gNTtbQLzjiX5//9Hhi4luRTLZ6QpBBx2RFAioOqDgOdZpWD/JEBJi3SbKPzwmD/1Dmctc3D/hnQ5tQbPLRCUhiQagxwQSE+Lg/rRMc0MeTernKARzP3yTP4IDmYgwjgLOAB4X8yBejudzR2pRfDyfZUTb7Ux2dTdaT6U0RPs3nZXu1qyv7g2N2PHjHeyi/hLPDAziBal57UPMF+epozHvC3vJ/sP7qf/7b+B/6E9dg3TxjehvquMUPv2/BRG3i23I62CvXo9lslsGpoxNQN7TyTybErV72V4RP+9KGXNklsWcP1OQSR3JCdQsBHkMo8NaFdRYjC5/gyaHheqJ2sQWeFuLWwPoSDqeHTt6CA/o46yFK21hzE0uROMrknPIKje3bQYjQNkByCztzCuih7JJDQerBX8aPn704t3lJnOEe0ICLDUnADU8OBdF/GwEwtpv8B3/hRb7A3WocoO8p57/YX17hKDyKhXQw1AuOiejxi+TKxjE6wjCs9ESVnjyyyctEbpXs/gnG4RcV4tVSqJ2Yxcl6gcFB4NkNk6fyCNSJFDHGv1sgZGOMuKEAGm6LhzRHUIscgQyTTYh+iLNeuYWPRXWRA+qJZ4asHZ4dElzqCPP6N6XQMYSYHELK9GFv9se7j28P/5g6l3CWeEBzFjvkGOc7w2mh5VySXkLuLv8pp3BYaP4H8sWXssxEDwxt3MYeOvev5Cvar8OAkvGnG3IYuMvlZOK3B0ndvXr9xoGFonlwWltX+9i8/Q66yvBy33cPuDO6LgLd5MlJ1IcaX/C6KPN2R6tbICpPeCkDehuNFkAWisls5udEnvZJXsBm/kb57AvQx61PdOv6BySPg2zjQ79P4J3aX69H7ymf5Ui8PgsQu6nSafyZQzCceWhOcPnXMv8H5KqC8x8P2ZZl5nlgKBcctYfeeKY8JCqvLc+u3u0k0fFg46ATmP2Th0W/LK+MLv47YjMvJ6ZVY06erWM8repJ540TumlD2tR168L+PcfuX3P61HssJQyTB7qI/zCp3TdddnX7++bIIRU0dAuOsQffclg9ir4it1L0AgUWCmkhDujjKUcDhlU2ilttN8Bg5ItWWe6L8ECrBUO7CaW5nlcSGPMshPbMBYTa8LT/ydsbv/H4uMnM9sV+CJs919x/qpNq2qRfu/rW+ssYOa9Zg5Iykz3QnD+t4285CmvTfGzffjDegR6+LuzVp/l463rKyY5FtijhTPLAUC044offtiKOJy6XRFyCMYRbJYSKi2cJ4WQ/YRVnkmNSx4YlC6F3f0W+3/Czeft9cQ1klKUID9S82152lQrxwWbPQxgELgFSGqCP8zkHcBgfsObSlAPCQlozd/cUpA8KoI8bVWsc6vTXI7PZ0s/wIuwXv7w8jt89L9WlxGa2B9KxMCz536s/kftF53+vupXtps8D/jcYp08L6Rn3o8cevPtSQQ7gkxZ6PpI6QijYiGOSt5dVo86ODOJYCR60AYAHjsKLQS5LgR5wgdJXoQjuXomiHfoxtEWIfa21F200+ljIMDM0yCKJnaAOs7dbLWRzBHXUAf0TB0RpV69M3i7LX6T9ouP8nQ/85kTp/jpPhRKdgR6I8JsiLue6Ub/b/A+C4u8i41cGMeRQisp/ueVuHZT7GeWBoVlwjD14z8fl5Uwv1kz1HvxMVw2WxHZCMB8Tb3VyyEYCfJUwHJtTCb6arSuP++0BmxCw5xpAe+A84aDWSVzc/NS0aGRb1ifChCAn97rE9F91cvMnoITZdQ6pjsYqQsyIirsVEfGkXtpCvkxwc+VHslbIBL+b4PuKxAPzPdZoII4gi9QEcQSt69F+7T+WMVMuONQVM3mHS81IiWy+MHcAtWQJyB1LIq3GMPAOHZ6OLydlAMASPGtP3/J/qK7ND8Cds6SLoVhw7Hjg9b8fx/ULbOZ3IwYObsrWyb0uF+2VgbCpvYxEuUnz7XC/f39yckll7VQ94J//fbw5qE0zqHRNmnFDF4ushxhhYuGB35qWHzSL7z977x1x/WR51Oj8MIjk1oZO+8mHVN9mH++z/dJf+Bz4pyyzxQONkx7znjAZCAlB7PZwveIhBF7xw1xIGjxEetHe8nPex/uV/2H5WypFh7AQ+dO+4Jh48PUny0Oin9Ixg8zEvJ1kKHGcgGSxoO9BkOndXQEBVR6c09OTMigGScZvNG8P3rBysUcp0cI84GZBhsMdWojkwIWIi0NCqOPjWfU4eQIOavLM6oDj8BmXPibgG9jG1r3u8CisfVqutjwvO8HryQC2FmC/SIUfn6mw3M1oD/hf8+w0/2FwNt/YlhB5x1+MHZSD5khHE0x45H0B+T8oW8p++uuBab0wFT/65n0narVvykQ9N1lkJIsNGMpZGpALC4NcUhAqt2uLWyfYdDg6qLLC8NF5+7/6GvCWpWAPmPvTyQaBYrAI81RoDLmETQgqCxDTaAqTSTVPzgBp8w762q/mH3AEbm18QtWznekNW6F/QfZLnu8Xx2fLa//LMis8gFxBAdRNdglszn+d64RBoRsrwJP2efmnHRS3m5DlxqT992H8F6d9KblID0zbgiN+9B0Lx8Z2fkeM25MG6kCRAw6eLAQfeXycfPqWfRlsgNhQCPUgir4UhufUFS93xXqAJ1hMfjrpYRK0iZGQcfMheDXGbA8tgQ95wTtdFh70rT+W50q+1qB/8fZXxu6L9hty95TqtfMAvpDncoUwyftJ8h8PKaMAYsOShBC4jjUHgQ+scPwWn/8DM6nsaOoemLZbKmM7N10st0OebXdQ0oGgg83ZZXUYTEawwSRjCAPIFR8njRBfodXB527ByAOjF7OuhAV7gJMbYsdJR9C8p9Z9TRB/a5LG2J8o8XQ6aob1KfUFixe9bcfW0ZPEjqepXQXbD1/Uw2CZ78OZiss31So7fr36KSPj8cpaVF1UqdQX1aPKokoYLZKoy53UyrZKpbItrkTbqlF129xKsN7d2pqpJjfozbwnTCo5loSQzX8dC0LnaGFbQJRs/QC+pOI6dhqZQqK4kfs1/stfUzF/zrT9tCw4xu4754PyyxRn5wyHBv9xnBGikgMrYfQI5CNUfncgC4+b5h9w6d1JuxIp1APJQpDxSeYf+RQmMeHzF+ADTn7irNeJCm3dhKVt8UlO40rhhZrSlfBw7y9v237vWR+V0+PHtSFVLMR+U60S1WfUD7lJ7MLxB1+zKqoFJ8s8cKRYcYDE/8Dt627ZXwI9b1xzIg7quBYZ1oMIb7FG/MMoqEd1OemGwURcDyaEvm3dq7ZLBt0nGXGfpMS91aB6SzCneuOC/S+9X1rMoIIRkI6FzvLfzGOK2ZGe4QW1AaMf1oSBH9oG5RCOZzHJioM6vvsw/pESZZl5Hhj4gmPs/nPOiuL6h/R8If6yEwcd1zhYSE0hspY8oBK3wdW8gPHrw4tSOSVWrAcmJDIWk8YFgkQIH3Hwn3wN1RYbCb836UJHx65QdUYKqAA9GsrdgiVzPr9jc+0jMunOKdp+nEiiOBz6BceO+16zX1yPXytxf/62ta8+WQK6EsHTE5CLOY79k67WW7pMFv+FMokcLoIOR8bV5S+cqAfb1r7qUfni0I3ybYYfLawE3woPuuxxyBveYiOgW/sRf8ylXFBYe/Oj2srFGs/QHd5E37b2LDyPdHpWftZ/GI7wuw5LxWU8R/V5yXjG4kKEcJ7v1/iX/v5k2z1nnZ/VL6uPKtaooCkLmuqbHoqm/2/RwZd9ymo63+9Yd9YH5TUq56FFUz5n7E+clfTfZv4TmbQJ8hlrQJR+2g957eSDxy/UzamTb381+OeFB377n9BuoAuOsYded3h9vP5l1crXOsGptsF845HA1sAmczjJ+M35ab15TwfEjvlx/PWkmxIp3AOY+FA0JoI3xsybgBwf+cGob5N1DRozAgJtAOrAdXmgHQ3RLtzz0tFt6866WfLyxELtF5t1DFT1GsAQecBUGZWvDlfqE2dLDF8vJ6HfERjKlR8JcZ/i7+y3nHGZQtlh+BRxzjlygjtnexB+cnTtWf8ZVsKvLqzE3wqf8e1NQ+csGQfMe0LoOGn+T26/mcgxQmjUTvZ7ie/kypMUjjngOZOyzr/JeG3UuLD8D4LdRL/d2LdC1dXlltNH5wmlY+dKxhfUuBIGu5GlG1iP4t2lnwPQhvMYIdSQq3iTzH/WE3Xoav5Dfy4e/bBf9Xe+sR8WcfnXQ/x9++WJhhVm5QAXHPEjb165c2z75TLlLOYoglJcEUIhTkSAVhAG4AwH8U7rnZggviw88BubeVTCAXjALQIZOUL0nAyOTtTITnCdtBkCHrH3Z2LoibSbEKr12/5KUNkyBCYnKoze9+qjglr0l2Ft/Gx5TquqNie1/bdfHOpJz6BSJ7VV4TlV7sKcKvdfPiW3YS6uzhn5yPz9vnlfhnv4DjvJ/zb269mOPGGnbxqVSyLiuOycDE9zFlZnUS5hxoOMDCGq+53/7eLfaD8UkM2dQlRtwQEjd9UVOnZdZoH9tNmPVT/in57P8ZbvARS8tnzHztFL5amvZ2D1jinAFhuIPRYdLonxkKfgyuMe9NTVvtORiQqIzXj99ilNebC2NL6LBmBm2UWeBxAkFAY5C1mnTBZ7oK1yQOWwDWW7tsME5OE+u4RPHbN285i2OOWZ753aj/FTCYdjwbHj3lefvG3tmVcGtfqtEsHfk7FXbYoX7Sbsg/3oA37AnyROAoFr/4TgiwK52Bn/QX28ds/oPWf++9h9r8UzJENTeol/N/Z3ZSj85XwH6OPqV8QQhdCOGvesA8zbwE0eQQu3H2dT9AeIDYXQjrrfT3YWpW15tvt1rtdpt9/XSXA/5j6exBJ6s02e5zJ1A7mlsuO+1bh/8yJE1r+iwTgTQl+dNBLFWUMI7YGbFeaA9PIsyBgfqQO0t4fnHXDkfwbBNxOpJTIID1jMONdrXHK61QhJJSCKroalKVfFiDFX2VovdRpiE69thnMXy9tsMUlbOhZpfxTWp/UKx7aHznxKPBZ8rFavndM4Qm08Kq1FvPoS/1bOlcTQ/JHc0rmCiSK6SGRw5eX1ovPrtq494zOLR6p/NQy3WnrK/y7sryVXj+mMfKiPfIhcxs5Gp/DqtXY40CiYr/EQL+dt5Rc28kM1pQ1Z/Gm15h9sSDRmTRdQLwaZgTPd/ux4YewYz57i7105mmxt1oXHW7PKvex3iBF/iISEMQlEJuLfQeBaCPNEuqse+Jiim3pDcEDFPQg5wiep9EV5R4KOnzyRJa1YDzBRGaIsRD5Y6Cw3JCGEoomB5LBpwEHjS0M9WaoUa1V76TKvLwQXdEbJ2s3jqdoPOfNrizZqJwPeyQvHqqNrz3hvtCO4S8bxOXndD8J+5AH9KUnjfK4TgFMpzZSsPvKJsiLz4R9uq0V37Vh75hvzbBgELdY7/aJnl/kPe7qxf6qfMHW+Rp/QUzYUQj3I7LL+ZpwI+5H/3dif1QfeM5rZklG/w8PWp5dsf7SbcLjspw8Im81nrLuNPyUVuuCQJ9OfL6vfT7IzLq4BsamzHQSeHWzgAE0hcC2E7tAHXEkBygbO6rzqF32WEh+MB1olZDZhJfw6YQH6ONtnIXLBZCC6k+TCYMxs2YvcPlzp20pGnwbct9nHUZe3Ze2XNr8OD75k4Fc4tq99zdO2rxu7UULwsTCMl0D3PP1hN232cdrmt/Fx1mdh1n7I9POAfbGdL1NxUZgQM4TyAUbRXrUo+rIsoC6P7z9ruckd3B46+bpS/yycqv2dPsFBy+EjFPWV7P15W+dxqUsg+LycBo5C6OO0y7fZx1mfhVO1H3ZoP7QI4wx/0HUKz15DZp7+vs0+Trv8Nj7O+iws0n71gShJqPqKbwjVd6IkYRJ3oUH3PP3R1ndrYQsOfA0uqsffkN8ImCMWwAozxEEY5SuouJhCCKPU2YSQIaXBGe6KB+576b0v7QZXP8AoD6iEwQ3zn37pOm1Y7qbFA4yXxjInhk1KIQFQAGVDUhMqjkPyCD6sJY7CQ6Fb0faLS28ftA+2rjvjxVEw8UuxTb554sYlxqmHU6fi7Xf9iyP8vti/TQY4sknBUsfmGaYRobaJ4zNGJ+o364OvqZDBYVQGULZ2+e/b7OOpwuYf2t/pFY6K+As3SvBPqC6EYIpU1A4s+inO/n2dfJz1TbBg+038JPFvUqgzwmyxX2MtJgMy7oRJ3HuIP71YyIIjfuxNi6J69B25TLgHAtwyGM4C1pMX0BIjhaYwLQX0cVebWYDI9/AvtppyP1APTMjnqFZB9AMruC4UHbRFo2QD4ojFiZ5ERHMHQSLO+oHa1WFnMrHKLeH4eblJ3G/7w3CgC47Re854v1w8vFq+3rqHnkA0NhYrjQnsQ6AAfVvpO58meF/ir4lhHXAxCohNVXEQOHROIRLKaNba4XF8YFCbuElsfQPpRUP4gXlPCEWhK6GPa4USrJ76tbO/0ysc+IFMja/6Lo2nT5uN8acfu4aIBTbxVwKBoxD6OGiyDWX+i2o2Tswextz0TWkdx99bZXgovDH1IkqE27du/aIMlaPgeFHPApAzODQwXr1vgI8rnycLMimXUHm8GUa+c7994dLdLoX4skynBzRCooCLmuaB4IB5OdFWVY5eN2Lb8g+eYdu6M0+VXt13z4u2P75lUBbKw5V/LxPkR+T2gzxw6eKpndPGPE1Y5/j7Hn/IRS6YfJ03BAf0cdabhtTJNQXRTyfBpe0CuRj8lW33vOId1mZY9lAUhQr3Yr9J6Gjvj1E/drMx/j2fDb18anIq6wBl833o+7apXStCP+JPnaSPrDh0SxpwX0df967jD2EFfC12+7pX/Y1MSq9tUNT6EuXdwzX6CdbDWU9DAX2c9WokDlzwlO45r8E5wTfCPb6wNWlaIoP1AGLhx8P17pagEkH7A5m0fAUZX4s5Hq6zFngg2OVQfsPpo8bx/1DbC7ZfrqLUFy2Yf9UgDB295xUfkZuxH2CsWsbPt9nHnZJt2zcZ0z7+k+WBLTqQitKz04dQu/J19HGplEM8DfaZrXe/8o+a1BoYof/2T0X1tvHzfejjrtO27ZuU67/9LePf43RCDVV132Yfnwn25+ibDUfb+PkyiHsPcfS8pssqguPt9575GgF/C6VMsRSmpxXWmAQ/WEwEQMNTqO3VAKMpD3oBb9Jf2os8en6x9VDup9MDFkdM3hYrrCOBp2tKwxE526CtnxU4Tgu/vgZIPK2dfmzb2jPeJva9kJoUbP8N4dMvLfwbKlvufsVHxY73Iy7mc4P0PyFt9mHB9ktXqU5p3rTOH1+3PDyrrxzLK1WiTxS/6Og1//trf+ITOfmaL2zcmm/TvhBzxp0waeshWX/2f/ynOvUj/p7qHaP8bJzXYKbZn9UXPmUeALdYG2TcCSezn3WdPkNE/pZw9L4zj4xr8ZfkzYLyVfI0BCkmTbFg4G0PHFr28SvdYoyapxAdYQgaDUcp3iDTqnSP+2H2Pfb4gfkHXn5depnEYyrRgXiAiWvhlgT1gubjWWXQjm2ydTi2OoN59dNJ27H2jBfUorr+FgNSHYW2+Db7uHGl++7sD7+dtiwG23L3K98eBtGf0h4blejLDMzGIzPEC7ZftMjNF+d80TLr/3z+1HfN/My1+OOjd52+bvGqK3+Qcvcf60w/6tS9/fi1mY6KfBTF5Z1sPBl3wtkU/17fNKoX7uEsKVl/ZfMJPKC1KkXHvzP56XydtYdxJ+wk/r6tfbnCET/6+t3ljbnfkcXGIpzwYZRubnUkR/qHjoGlhTigtSFEe0SPEDjqEpjHDw600XdvuAxIOyuxAXlgQvpBIloypgsIjY2LaSvcbwMcMSfU+KsNyIXhKqP3nP4eeYnUNaLVPNgGnX1bWtmbpfttaDehb7/QxoKRyleL9MKOe05/fiWIdAEFHagHIfSB/oS0mxB8xAE72fw27IfQt59288MNoOHwPRKHeoETfUMXxsQg5RLmy2dPcTWuBF/ded+ZzyKlnzCSy86+r6AT9SLM1w+2grcz+7vV2fpu7S/obP61+IKfdvh4J7FnO0Lre/Lxb7Hu3H7TqZU93XqH/BY76k048+xHLFEIzU+gwJa8eMDWdvFHe5YpX+GI43fMGV376Dcky/aHRrjK4DRD5hmuSqFLzUaDOFQ6aSBISW0VMbZ4YVI1idOJRNqzkfCjRXVu/EWVVe6mzQOWiAh/NoZ2QmB9VkHSCVGfh/u0rIxBHcuLr+Zuu3v7OfJR8M+jKD5C+3W5Tv0KtP+LSw64/LdF2brj3jP2rdXq3xQ75vh9tLOHdhO24/dlA2c7Qp/m43496H5prOOEYpBTESHa+fzECX25Ms0sm5ioXR6vPff4ot59wn4Ju9LPKeu3TeZGzpHJ9eMGy5oP5Ef28Jct7eLJvgnb8Wflsx0h6vNwn9ZKhtFpQ2fxz8rq5DisyJeII7tyRL0IZ5r91Jswa387e9iOEPzy8HUiZsoLDlls/LMsMl4AiXoJTpK04dqCP7KTBGbwbfXqKwfclEwTjfUG7QSm/enJzN1GAQF9heH1C/a/4n4clmU6PcAYQwf7hEltGE87Bp+3aExw0NIaO4KklCb34iryfMHzlLHFDmdLXHHhWZM4YDelEtTnxpVwtyCurJCHJ/eVtieN3rPtBLFsQZLWKrBBQ03JfttfCcNoZKTy0W7075ZXFhuflzjtnvF41/bY8C8o/h0YxczKzZ8O2ufY/8zRaCN8X8C3V/zc6SD/O9A/a38HTTIsvk7iDRx2MZ675U9HdzH2N1qTMbXHQ/nWlteysYeZb//U7IH9uuZwHprSgmPb2le8Sz7Z/QEHM2T6eM5g1c4tCKZB48nHadUjUFmVcK3odaaKkKWn5EJVf66yA5lYo4KXdzmJd9q+XRe+fFmkPb5k4cI1g3jor51exdS7TGDGMeggM4e14wwhwy9PBOkspxBNXT2g/M2Va1o/Bs5Faiocnchiw/WlEAQRRxoOmwp1s+Y2WkR+BD00MbBzOkOXpuLqOBLA42xQ1kx1IqsFf579ssT+4vwDv7u2qes+EbbcffrvyyR6iukrCtMGJWQdlO00YyDb0leZ6l7shz81D6Tr7CeubPy1W2eC2WPm0N1Z7ZPcZGgZO0AtWDyFb5dv7Xx98TO/d21T+ykRnKLsU2TlxX8q9tOK9mrKSVRD7emkjWZz/Dv3TqP//AUHZNBHQAX34smpI82/yfn7HX/0yzHRaIM7ouqAKNTdy/90zBpL476FPY6p5wWHfCf/BVG99k/UK+3UpxAn5EQBpZptsRMHHEJ+QBoAfrRPr2gQBzR5Ul+vv11ODm/HcSy/Rw0/1SguSQQjZCcrdFsXfnZPHNDk2Ykt1c/o6Z66ugaZ/mBLLaEFwej2bcHWu1/x9cqC6vsW7Xv5o6mc2YA5p6srBG/lEvUH7PX4EQDyg04ZwmV5b1fGtJXwgsaYEDc+NACXFEJ0A9x1l+CsB29DIaNBVU0u4TFHrD/qhYaN/Nav0Cgf1X7/efyT2F+phOsXL5r3Zw0q9vFg+92vfGotqHlXTxrtmW77La7TH/96VP+3+PGzjwj3vHS0b+5n3AlVMHPH4jBl+zt981di1K4e/8QRHSKN/ur3+J9y/KGeP/8Q5/zUZGWjPb2N/1RoTw+N7rj/rP2DqP4NUYVXqp1EXzlOCgYbHQU+TNop9HGbtH1ZqcKTYTzpAPYmz++zUYYvu7UOje19m32c9pme0Tn17RM/ie89e1lruTOtRpZVjIEHcZbGH6HiSoHfuMFW+hGshreSp7zK02F7GVgqEwPMwylfNXR6mn7oIdVHlrRQUJpKXqNGeAkTGWjvNkGsP4GKoz1o7s+kQyY3SAduBXJQKE/WOu8Ln3bZBqvt/34invhHeYvoslQ/05A9Tbf96jvnS+DqK8LEb63958fcx+lftVvk8Q92A2dJ7Jdn1rZt2PpXpE8d4kMT+yEUitpmUHHoBho3tFEetGE7QmsH3Whf0OFHTJNmcnLtl76Y94Tsw4fQzddXZYHm/qCz0mTfkf4ZedqmG/u9MZ+Nf8OPfsBpXRTfZh+fSfar3ohGQ3wsQnRFkv/Cx7gT+nYTh/14IJql6wUHXlteGxu/XAS6+7sQxWRphOhU1YUBHp7ysy2gFOVx0Me1EtWmOKCPu2o0JKfhrk+V2w95Kp194IC42WnHKe7b7OMpXyJj/9Hatn9Q8bNk587nelIHjsGNjbg7VA8CT7wmcVIcUDatc9BvS3kQbUIV0zbA0FbbSyNCLPqIJ/WOF7LzNuX35IEJtIRZ6vz+IQOFsoAozRGIu8Pu7A+DLyxe9f1LrIf+70fvfuVRMiHoT8wn+nkxoN2Eid1qlOlDlO37aj+6EMHaR9KB0ax3Fxs5gI7Y/Jj7eFLveCkuC1WGJw+dg6YwDP5YXgewF/ueKkzy3usP+lAH4FO1Xy6xdlToB/YNmNjt7LdAmE4Uqjo6Up6+Pg04bCYchP1qj3RIe7Rv5AkNmCKkHEDFZUcIhDggtmGynzr5UP0FPacQf3+R4eMidvIinYajm5/4sqxZ5Il8uAqF0I6627MtoI9Tik/zcav3Fx0+ztYWXTmiB9EHcO0rT57REueCE4MrKcQBfTxh6BLxZUQv7rLxULPTQ+pL0ZQ+lWnLcED5QzgINUyyS6AgWuegthDBCVT3yZGDqEFbQuDol9BiCf5EO+UGPwtko2gfHs76hJUiQNAmRlBUCHZk/SsufaoPUAfc/aluggPqJrsECgI+vToWxj9Z8qyl70r0KACJ4trf4T06EE39iCfdmYFms+KyI9RWaQuQzVYHaTchbAOPg4ndQoPNukBAneDUR5oaDuj6JUQNZBACR/+EwFFHCNwKodYqif3hAHhSiAoUOQvj8Z0fSOqmiEBPtZtQCOi7v/Z3tuLoxH5zCxwBw7GjpwwqRXyeQMXlmFBqNDYODsZ+65/6QnNngKE972eH/RYti6SPJ26BmShmriFKa21/en0j6PQCm3YRyLsGLpRkebUdSZ+SOHwOgjQfWjLZBAo6VCINx8QBtejIEi5AFJFvow0tc9oLH3UwBtNH2+XxS49wIr48i0KcjlV90KXWYqdfs1WYkDyEfQPmFZUnFZQHLtLAT9zBfUCbLaWVzVn76HtCTRIwOZeqb5BnrqHFzGKXykr9TzmEJiqtt4i2zoFm/jTvtC6b86KYxt8pqPoKY6pvGme0zxbqSUi7CVVOHKwJ5yx6TRheOp5t36/jzfecfkJcr50BeYkugjfZMwD7ZU65TZT4mSx9HpdPRL+Vr709XonDqiizRxQGe1biYC+ZxE4Sv68y+9P4UnfCZnsmnwOa+dvFP3zn9nWnfXThQVc/bLr0vledaYqD6v8+5n+XU/60xF89WJD9k41/nhe6jqC78o52TePFo+XJZZ4SctwT9jv+k9lP/RJdPN2hB0rTOU8q2s1/Fe97qx3e0QuCrXee/to4rn3QPgBZNqjy4mwGClQ6XLXjgdNWvy4rOL8228QvA0uLg9rcG2xW6e8dP6NjjT2Gxh7oSEJz/iT6Z/RJpx7rt5/2i6yB/QiX56DCUF5xwoJR8RaLyGRB2aLelhqIGJMICS5qu8MmA1AJWYwdcSefsScEH994q7La8UM08s3v38Npax/tvzWszj11yUGXPdFkax8JYX3C3iY6TfbLF8puFDdeUh2Jv7fwoKs6OnnvvOcVB0zEtdPlm3LniSuOVXcMOP4y2c6r1cI/kr7/Qvuf6i6jf7/zXx6h70jDyrzqH4/U6+7qjZfgSeL7tFTk+ER8thz9Qx/zX8RhxLn+BMBF8vD0x+eMBPpSurT3TjFfd+JhMG9Otbdno0aq/2teGH0i7Z0yQSFOmHINCpOYnCQuuxj9cd4jLHr+kx9R/fXI3MpFtLWjBcfo3S89qh7VvmhRF9VdodKEIKe1lhhKIzELJQZIniQmYPYK6xSCnuEnnVCbsg9ln/zTDPUmtAUIUtuSA3TSVHamA7YjRLXXvdkGGolZ6NsTB9eo+Nm2o/GEsM/Hs/aa61vmhHpYFw/OmQBoQ99C3mTyUd9NgSyehNGOuOoAQq4CqLBCXQhB9XHHloAG+8Nrls5feE74jG9vSuoLQLaue/We8fjoWbmii7Y/DO6vBJU/W7Lqqm/m9j8Jcf4zv3efVH9STvqf2nLPy94YRtGHJRpPndS/k8jLrerI/uA8eQncB/tyBaoh/nkauXxkwuemH4hTK4ufceVjvUjYctdpv23wP3OdEEJ9PNtJ5/ZvmH/Q1euyzafjeMnB318v/WIbuhLff9by8Yntf9KzYh3lf9MErN3JFLkhrMw5dcEB33uQ/bd9hmPr2pfvUY+C70iDRUmiQAkmDaEw+Lni4+zMJmccYUBwUBCmXAnmC/HxhCGDUBenn66yBQfkiptQWzbxm124RKSXiYSJMI+/gSYHvoo+rnzG7NCM/TLpLlm89GMp3yzGfMcIrv51kH73oTAYD2Ll4eSBp1QGXZaRjza2IGF7uRivcvJzgvmR5IzqJm0gF1uTPMptkTPUizCjn+qufVh7s0WvI3546arnvqzoxQbUqo+Pni9W6DfOBmm/vKDxn5ZWq4csOaT7xQbdCSi3YOJlz7rqy0uWzX+m4F/UOvgZW1O8+h9/+VbPnpvvfjJ/wabKtN/JVRpRtXmzXLUc83HyQrLljOsDNqO0sN8qi9036JPtKqOf8gqN9mShb7OPSxTL0sYD8aNnLNy6c/uVklVHwnfmv/7nP+PCuFtMw63VcM7Lljzze3f6ak664MBry6OJ+jflva37qcJIFg5glyRI7CRJZBGhOKCPu4FE3laDQRX1Bh36Ig249GT9Azr5hMrn6ZT0AZ25QQZwQMW1gdAEygadCRUXHkLjd22dPL9P4PpHiCPigLKhb0LqEcpbcQW/QF4AtkOkz7oCn6Cob3J8AlfCJ86lTRBtUcfCq0+APs569a8cAPo469tB9kV9oL7SYIaZksJ2wrRJ9/bLPZ4nlyyc+5EwvLDweVV8hMx/O00ZlP0SnP+1ZNU17w0P/v4Y+54qDJ9yxXa5UnJ+UAk/PfD4R+GU3jyKiZg550P4hDEx3I6Kyn/00c9S1Pif9MTVTwNmqCz87MKWzTsvk3FwIufBTkxhrjEHe5n/ZNE/Jm9DftWiVVfenO1z0rhtvuu+T8rs+rxOTxYyibjJWSZZD6fyMBx4q8kgayz6VX6BmrgQK3/4x4YlAqGPs14dDZZWJx+hawF0uhGyX0LVAHLwB+j4CVV3TwblEKocrw3aoch8/z+XPevq7+vBLNo5TyXxg/3qIw+auS4GLmjOKwyh+VsYKU99jyPxXwPuONTPgrM/8CjN8aNP0FggF4XyiSvR0UlTHsjBX4fysvpAFmhpoS6AkIwSrdiybXzd5jtOex8mDiUVtNt892nHSp8HOqu0F2qBA+Ksb/C58+Nk/syzX57+/Jtlh177wSJM0qsdq66+oFqpfJxxJ6SehHn2+TQfb2e/rNpehKvBvduEtaXvbRwZJYVSn8k/1Ys0aZH1N/iz9veuY+ct6a+sPpAAWlos41NrUWN+SO2mH1L7vVc7pKJKTD0QxxdWtt616RJJltPy4l9E/ieuD+XdmWHldbLw/1FC85CWC47Nd5x6QRDF79DQY2LBhkJoB7pHOlhK4LB1sqS1wFCcTLZX2S6pBOdAATQcD3hKK3eLRHsFnkiyvk2uL1sYwCO8hCoDump7tGv+g634A9TNGqsM2/l9KKeQDaLGtXbQeMmF9rJI+vbSVVd9CPhsK2nM0jgy0Qlhc6MHXZyFzvbgAc6Ci1EogD5u1GZ5jIfV+L1ZC8oGxNZugPp9qg5oB11c+yxsJ8/XCLjqIFA0WSELj/+3+a5Nd2258zT99oiS+7yrxvErIJJ6t9N3qvbLguCaJYde83d9NqNJ3OJnLXu/PAz8y0HFXxKnEtfqpzcp0iHBlhtp/BkPNAfOkvU/6KQBz+ZTvv3gLK5Qd8B2+ZTVV9tIO8qAlsBZaKvcjitLCw9svuunn5Gvt/+u+ZZnHBz53rbG9C393S5e9D+gbiKGsIJP/XHlrXJOwyMYuSU3bFvveumLpO3HIUkVUomC4cQL3J2AoRxwQMXRH2hqmJ1ogEOGypE6Qm0HPrR1fyoa/MJk3RieyBe6yocQFeRB9Kp9GwQOFsIcdtTKhmI6G4+1U1yUIEzsNsUg2Ppz0Pruwv4guH3J7ru9CZ/ITIfZtYc/zCcWA1rnxwF4dmO8kvaUI1B9jliB5v6IA+Zt4l+lA/o4eVVH14fiyi6yqBjkAnfys/yqB9rzjzgg2mhTg8AhCoXisxBtrDvXPoqeEUX1yzff8ZKPF3G1Qx4deCVsQ7+qr3ROmNhtCqkPtM7jl1bWthP7w2DHvOrcPzAPFLuXBzjrc6Lg9yuVSl0U1NgXHf8oiHTx1otlmIgZd0Lf17ABG/4IfZz1WejbrHgvynXTRh74Uy1djqCp2uFkwDYUwLwNvJ3YL75WOeWu0QOb7jjlf8tbwN/OPGiKP/w72TlMnK/xYnCE3wXE8g7HsoFHN0QbOP7C8H3LDr3qS40aNR41LTh23HWaTHC1S6M4GpFnN0SYBJabZoIcO2WgN3BAxaVjQmmoihCqEU45ESgNoTiUcRBA+zGouNQROmbjRzMU8BP6uFGtf8HpHMigHiqvXf8iswj7xUcb5lUqr+rr7zA4m4cC1OSrdy43VB/grlg8ERPzbRainfK0aE85CaTshF+CqjQEN413kgNSpzmQ8Aub8icSGxHWJfyN8kWY9qMQOPgI/bZOaq/2i8j3bL7zyZ9uuueUAxoV7P1o9P7T9xZljx2U/fJtlAvdN0t6V7qLlosOu/YWyTJ5GNvygHEnTOxmnPJksw5Q8Unj/1I895Ynph1N9JS0sbmVsB/6qa2+/e0UmWo9fumygPyfqlq7QvtNd57yl3JO/IskTwc4/4Vx+KFlq675p3Z+blhwyI8RLR6LIry2fGVuQyQSCqBsmswOWmKD7HiMUfdCRSMPd2gDLa8+M9pVttAA2Q8hRXpQNNQjQB/3WLpD2Zfrvxf75cpRTR6o+d0Fq66+v7vOZxi385FqTb91YgJ5k/aMNWLp4a6+OQbiYZXBMwTaAbf2VifZIDw+znrLK9cPdfAhVtQ4BtTVNcRDviuoQ2Eb4krsYNfU3umitkfHhrX4xi13vuSZHUhqy1LfOf5i8UFIP6gPtP8i7JcHYeeMtJ2Q2irdJUN1ZM7/lWtbE4wvbQX0cdZPKf5xvHTrXfce16WKjeyTxb8P+S8/zNfYX7+P9BeVRSjs8G3ptB+/jeKUI9C3333W7FTsbOfbdOdL3im/8PxhzHWW15iTsMFvhI0536/8l3fofGLZYddeKB21LcmCQzoPNz+x8ctxVD+crUwh5A0VNbxVvXAZL6AaCnNhcH5pJ1/uYbuGgPhEDFkG/bapdPYFaJfmCHlKIESb7KdNn2a4yeur/WH4niWHXHsd5M/mkvrMcgJxsA1WM06IweQ+bucjxhPQ8DTuaT9pf838bJffU5N+HAvQ2+meQFjWZE9/7Rf5+0gXP9q87qUH5WvcBTWO9ORIn+S1bLJHOlca7HS2JnAS+8Mw+mo/v5GSp2seTd+REAZXso62Avo467Owa/ujuLcFh7rT8pR9ZnXJO/ZtMHzy/O/oxUt5HXVIqwe24oANZkcK88YjbU350zHUYZe7PNumNaecIzfmP91J/JvzJR0HeY5sig/j6sa/3J75ytJV17wnr20eLVlwbFrzkv8pKyT9Lnnr4NuAsMQRXLV3UHA9dFBx76SPNqa8Qd+QVLGMfK0gLeVKMdYB5slPaYnOerIzfpNDGcLhJtCi7Jf+/mXZoT/8dKr/7MVwnxAbfEno+5eWow6lU35fho9TnkRcUUD9wwDBH2DOBmbK8XHyUnfqBx7q3Ak/5FAG+yH0ZVF+O37Uy/aUaOf4j7avffnTIKPXIs9v6Ns5fX2Iu34S3akf+urFfgnBxb3qOdV28nHlYtqThZBNm32cfIxdp/aLc3pbcGDe7GC8UFfq5+usuDiaMMl7L/8Lvr4RVOUPutFfxFvpCz6UTvkhxwo/jLrDXRRsvuslLwvi+lfEL3ouR8xRNPaMO6HNHRqfVvGgf1nv56QfK/QhM/wVSw953vlCZ1BAnrSokpvXvPjlouJfQ00rgEgaHBkEDiUIVTFngFSgUusJqbAPIUvbaT/t5fttrZ3pYDqmOPmoG6CPsz4L1TronhTiBdgfBNcvO/SgjleCiUozFunMh9mY+HHzcfL5NB9nPdwFnAU8KIA+blTsyWv6Gp205nqTbXkM3NfB5Kd5Ddk+zeelvlno8/g4+Tza08YndspEc2HyocF072xv7eJjBmG/uP7OZYf9588606z/XMsPOfB78q2GJ+A7FEI7Yqz7Fn97xboJ73wv3eflk0/zcdjg5YK2RT0KIXDaSn7Qii31JOeLzP9ibZgZ0rfc+eLnRrX4m3Lmn4OYM+6EsCIv/qSZlT3mfxBfv3Th08+RdwV1tYatxA+fvUB+/VXeSc8Bl0JTPJ1coaBvjCnc+56yAH28tcTJnePL8PHO5aW2wx8mow/2h+GDI3Pnnx2Gn5V7ybtGge9ss5zBXIjN/GoQuBVCd9gAWAcImag06OMmS07w2tYgcOhAaPE0mrK5euDUF3KMz/ozPupgR/7el0kZjZCyAdEytQG4FUJ32ABYB5i2hSx5xvAFm++4vqff8Nh69/UHi7jFWf2tD+urE/2y7RttN33lJui0vrYf4070utHXlS72aYZPOf6HYE6l/KnDSeKvVWlOIF6d5P/UdWotATdU4Md04zEg2jXqa5Joox017lkH6Ldt5NrVjkbvftFRUT3+njxisJB+hX86iT9zHj4jzniZj83XwK0QusMw+MXy6pIzwmdcvNNROgaVzVvX/4l0HVEB2gAAPCxJREFU9ow84c3KpAqih+Z6SzSTleKJMS4RNfPMSxCSKNtOnvEKP9qwHaEpZLJcvcoTPOlfExb9tdpUiMkAl5Odtk9pytlUn9qMPlz7bXG1cqZ7334ie1dBuJr2P2GRZj5ALFAsJuYzP2aNPmfbVvKaYiaMSksaSD8qhDnAvlWJpl2TPGjq4t7EnEPQroSedO/wlHWK9sfxhzbd+aKuP1XH9fAA8zk0oQ6pVsRoK6CPs74dNPun/4cJw0r1liTuBcZffFQZ3fHk/u380lyPWwT0cZH539xzkZSi8r9InYdd9uY1Lz2oXguvktXFcuhKHwP3x6jiUknYj/yXBc1dleril4WrLt+K/rotFXkG8xQ2yioLQ0AD9HHQSCdEPQqhj7O9TwOeTnSc/LPQ5xHc9aFQdZNB6qD/AChaoVCX1v0bH/ewBaWVfbS1VT3ask/gchlXflQ7fMuKVT9cjeNdsWR9ipgbjbGGV8zv+f5hnfGzLWPQVh6+aogCqLjIIUz6ZR/KqOyQa5tP83HWZ6HPIxIyOQWZtCFfPtr7hbpZP2xL+0XanKAef8Rv0QkuVzX3ze+/sT+TRRqOiJs+duzjPo/Uiv1zRuJbTM707WXavSWJe8Hxr9ejp/fP0kZ/Z+MP/5PWGBungdoqOCDx/inXQhJ1li4Lyv8WHc968va7X/zUOBi7Rl5bsRfjTthZ/CU2veZ/GD40d978U5c+64qef7m6Im8kOxoK+4nRKmp8NgQQG9oQUsak0A0OaWl/6Jc0lZU+ZOg/rNJKJtYfqoNAxUUWYSLXk99KDumwG3ir0rX9QXDh8kN+1PWvYLbqf2bS6U9AH6c1Po08PrSIWoR9nDw+zcdZj36As4AHBdDHldh2x/zoNGfSvlvpQ91Yn4W+TT5OPhkzQfyiLWtOObmt8g0MoSw4irdfFuBji5558B0NXU/DwchI5BY9vs0+3plSHcU/xmKu2yILAs1TxpXQj7mPd1oPPcA7XYV9U1/oQZqPsz4LfZt9HP7atYp8HX7lWK1+tZyi9k9zxfeJj9OP8JHvb/CgAPq4Elvu5AHRx+XnAk5dePD3H2nJ1EGFfEsq/o3wLTNeKEalpcadfAlVbzyQSv1lNpFfSpQmVLyxvSgprFgEWH1jLXpspFh30gJkKaqJHKTSTRZkWlEOx+lIDaBRfkOVHmTbN/LTbkJTV3iS7lvbLwumby0/9Dp5hTO1b+59NlPoM6QGcKaI4eI3F2R/YQl/gGxt6B0626BFzHJC8kqeUAsu8n0MLkYVErI5aFLTmDA/mVPt+MNKuESU3COoBHsI7x5ix960DbJpa2pfSkvr+2O/2uLGYxRO/I0cn6a0DnYybuWkCKsbx5TFQ35CgEZpQERgEi/DWY2ufDzH/juG4dmlhQdf98imX73gSdFvN0sQy6ci7Jdrm+Lb3ko3+a89cD4GlNLsf8u1JJ5dPeKnInvaFZ3/QZSO4Z4UnGGN4jUvXLypVv+BqH2o5awzoNv4Z8ZzR/lfCTcL30uXHvLDe6bqthF5//l/ylWOVakgS9z02MMYY8KM8saZtpdXCmFOk/sKjqa4cLnDZOC3kEc2QvBrIjt+4kxuqxf5lKcKJa1NvYY96whR6eMNzKlcym9hv0zAty3fff6bZZBPIiwje9YdmulwEQqh4a3dQtcSWo5Iq4TgoWEwsfyw65JfOoXsQZcda07ZdyysnSYGnio2vlIsXWgaDsB+MRa5j5OJ/Lz5qXiWQ66o/aITH8ivFON9Hpbu8G2LkDRNSBII0vL7gaBUoHweWZ/PNw3UMMCl4N20Z+ZTo7pNStFWQJT8BanfTOIRxfv4lG5wqkWYuDIhePkvghn/ZA50tJZ9Fv0iDn0PB5Q1f3HcE0IvX9esnjSTsKX9PX03K9vbzDiO17583uax7ZeLL5rem9N1/OlYwvb5v2MkGDlj6WE/vLUf3hqJFsz9QLBt7HQZUPtDB/avwvHRBZniPsJkjVN+VFOTDH/StiHbyJwDtZ+0v+b2WQ2pLaBT1UEcZ7lB80tj6xz+jD2d2C99PhGMVM8K9756m9/XroTjbYbMiXY+Vp+KcwCT4qFu3rLETBgM8dkyVQM7XHDYtQ9JZ5/DNrrmhXtPBPFfibLvEPv1V16LtJ9G0ndRPTpHaB0tOGSBIgsj8yDbQx5xQhsCWNRYb6CTZpTGPdiUJyGHWxJ0mhG5dY1Pak1a0FZUECekrd3YL9/KEd92V3BbPdHNV5E4YY5Y6ooqLD5xzCsaxMkT4mcHCi7ap+sDamtOuGPiLp2SXKF+yubbSpzQyYl2kSsc8vtJ1U2/evyrkhsvcqY3Ad937eLf1FgIfnvigBKjiWo1+N2lh/7whrx2vdAqKw68dvO8ufNPkjz9OhJeB5imvkRYOtVBIBC4DjoHyUdIPkK/rUkRGWKB1iPbgCOJHLQu8BZR0AFlk+oEwjqpBA3Q8BSihroAYkMhBK5tHQRu/AYNT2VoT9qf9YH+VJaDefzyjuiJoBq+drdDrntAxJdFPdDodYsg9vYHFqN15i4XVqSN3NUYrrL4sOse2+3wH79bHhY+XD4J323aFWe/7wv0Jcev7tQj8uZPXXCYDMlta6/NKRcHGGqEPm5UrXEoGH1bHTmMNzts+kEYy+LH19HsBq2f9ocxfFtMYWxa6ysrFymcQ4krcWA7+lh7d71afthY5+g3vl7G/7CN/SJcKyf9cNOa335e/KMv5EQfU48/Y2PxMHnN+S/nt0h+guMtyw79cfKW3n7YqBfYFq265lER9jr5us276sHOw6pxtGcqnCY6in+oZ2ChEypLA0NzI5+XrIQN7nRNE5oMokiu11XkC31yI12uIZ8pE+DbyAXor84SOv0rBHSDQ3aHCVRpjkcvlwoREAUDgZdQHUGBChHM2lqwUCH8715x6I9/bEy79t6fRHxcfaeOc/4hbi5HEMWxcgCIkqlXsqt2HMY3RHsZpGs3PfiKE4MtWy4TtV5QlP1qMl2lMD546x0vPHzJodf9qgN36LsiqBshHG44HI8CLwN33s4cukFgLMplfJQnNxWH5gqH5JTpojkmyubo2xf7w7D393CobgyqKEjXu3D4+a8GkNXV5zZoGE8JozYvasf4Q76PZ9Mpa1+n439X+LVYeeboY+K7tyQ+gy/d+FMI53YdfyfEpQFjQ5jkf1z5o2VHXP8f6KKfpeGO3rLDrtoowvt2+aSfimZlbVx90vvh/dRR4ioZWHopyC1qsnOjLkgcD+XZ9GhHMYIAmRyTxBldDlwnnzIAZWHyqd2OvPFffVqJw52yIPN8ThzQikRAURcJ4qwGUx4Omk83YUOzX77f956Ue69nPrljK97/cAAXw321n9Z6fqjZzxO0XXDIh6fklgrFAOKTselon5SJJ/FiX4Ro5OM49koUD88tFZksNqe5lq90P+wXyT1c4UD+e2PBVy8Pz6Op39040rMUCNljZRrYrrDxPzALpqejJ9c8/2/lwe73aO95sc6jKXM23tljNATNF6ANrbWO/+pfrTji+n9Jqf3DGhYc/RNbrKRNq08+QFa4J6vPPN/ZggKTpnOy+FTRBt8yAKJjk++lTnnT9hoctocwbWP1jkto4XXLjxh5b7FWzzDpLgbmzvQqEKygO3MtUh8Lh2sPH6vLHTPxSWXkCh48UX6sbMum21/4ujiu/VR6T362fFLdu7S/2T/xczqyNI70qnRTe7c4TBYYoo/iLh5NsrMByQisVMLiHxpoUqoFIZRvNcmEKga1zq8+2C8fWKotNGhPnnL8dcZKxxhtBRxE0XWqJAHyQIr2ihyyw5TmHTegndo/KHsalBvMwZNrXvDuuF6/EL1lhlMyF9Kf7eqTXKe/2vi3Elb+cbcjrv+HoiydkbfC6kF0PnKYCwtAw1OoodKklx2gAsNxVQR/Pk1xBAP/Tl4WagKAh0WiLlc27h+ZN0deW37d8Eys1G86IUaEbOotB4GrTwnVz3heB3Gz53agMnAWiEFx4hRRWkKw+mHdLz/iupuDSniJ2i5K9tt+nUfEF4DY5MpF8mvPk/lEvqWyQ50KJvgyKcxvaowK0lKMtRgOigMCUR0MGh4vhYShKHG0RG2ForCZdhOqkjACBdDHldhAUQ7ZJRAI7I/i7cbd+R63CJj3hGhN1QAVlx0hkKb4g0/oqhMEYGw5aAHCQYFFzijMA+infXv69C3/CzRhOkVvvP15b4yj2j9RB3GdFkDFZUfYU/zRuFX+h+FFyw+//s+sx2L2M27BIQmLL5u+yaUyvNfSMxy4gD6eNmBbQK7CDSIu2Q1DV+Ml0A3j0SCsvmrps67r+c1rqS6zDDOX2uAQnL70/Wy4eRTPyuDPfGzQvNy4FwbzvZM/E7w2Uqn+Y1H2YwJXn+DEIpsMjv3xnf12fpGT4g7lF0ZCjQRkOJrKdjjloQ6llT3QxRQyIMLdO35An94ShfEy2KR/9Jeo1G/75YS/o1tLMRH3kv8aI6RAK3vEWo2nWd2tWt3z+1c4RC/NFwctd0wfzRHVzbTrevx3r9nQt9j4qxecIYG8SO7pyyku/0/IWgOouMSdkHlMyLgTJnkPCZl8kaciv7Xi8L3fLlczIbmwMuMWHBtuP/El8lrX/eAwdb2DPk5nItuVDx6XDYAQOOoITZ7jB58Un+bzoo0ESJY+8ZtXHPnj25W53DV4AP7SjckNKH/qbwfpe0Lf3xSGiQil1YREvmGG+hBnGN9alP2QyyLv1JGHJuqH8rgVlDnNfQpnWxtPxk9a8xjQKCK27g/8fv9+DBUPg6G5whHGoerCnGq0tZ/293CFQ7r3fWe6Wd4Dnyz/G/zvcoHxQTvgbE+5xUG7OglbdEPvXr70a/zLj5YVZ8I0SH5y9fNeEEd1fFN0hHkANZirjB9jCYg/FEIfZ31e/ClTG6uM8Nrl85e8IQwvxW/vFVpm3IJDTvXntfYIJ0qbPOxUZSc5TXRJfEIGlRAy/asgPp72l8qXoP3N7kfchG8hlCXrAfmuPy7r6uVe+NycDgfbEHEQ3kQdIfkIjV9qld+GEHFA3bJ9D+mxaH+96S4K9tF+uBbyABUXKFNx2wWHfHVzB/UgRByIA2JjLAAVRz/syPEDtOQfoiscEoOlah9u2Tn7fJt9nPW92C+iu7/CQf96PlddMTqExj/iiX7O9wgJw0JoVVwA8CrvAO78Oht831Ff38fAwUOYz9/C/lm03pBnEo+Nw+gKWRrOh5/oBz/WfYs/cqkh/8P/XlEdebU8bzaGfCm6zKiHRuO7TlqyYWctfdeAZq+4iBDeEoeycDGRQK1P2TEwwe0P0LTWMQO4DjzR31h+xE/+PttSWctdEIyMBHF9wjwhoweDJTlLwYk6y1icbE8PSxNMQMrjHEmcztegQYbxOq6hB2E88vNYnlnU/OyX/WI1fcUch1/kpV4r2zlELoRs8Lzekl1jh37cGACwb3O5JrQFkHyCk18u0eovWjru6Qami+ZQZ6rQDsJO7A/Date3WOWqrYVDdGNMVcPJ8l8YyOvHX4eKhcPGCZTmcWdmT43Liz/GuvrO5Uff8r86SIOm5o7JWm9Z/cJVtXjiBxK/JcpXdPwx4cJ1mhLhmmp10enhYVeNTqZjP+tm1BWOjeP13xNPeV85g/dQAH1cic07nrQAfdxxctACGp5Cypfhc+uKPfZ8S9H3upqVn0EUvM2QIVFfi+7O5zr5wL/uD1YprVPz/DAT77TtNPJVwvrj8IHa2m/7s36IApu8JrM3DB5CtX8lz8cna+rX+W3sk5OTmcQ/8H42wW85WHzjvacsk7G7j/bq+atJf2EgrRMNyQuouMiW1wU93EnbnnioO/0LIaTlCWSdz5/H10ca/aB66biHjqJAP/N/Flzh2Ljm5H0ngvFr5IHh3Tt2f148ScsTwjpAD5cr9PfPmxec5l6FkdeyENqMWnDE9eg8eCFdEBhOz2QXDOQjZNtW/FiEgxfQ8BRivEjt+nDO3FeFT7mi66fQ2eeuDnn/ENBw3A5wS26cjtXRBg1vjLGywologm2GlDAc2QRVzVaDtJtQLO3afl3AiB8AFYf/Qvk2RtsSy0kRvkcxSHcSao0lfssxR15AH0dbFInhbpvuev4z7Gj69uG2sWeLKaKiN+sWZH81jnUx1721EsEu819jrlal8U/ywMVOhHavyhRaMA/yRPQt/2fUmavZE1vXnbZnXIuuldg8rd/jf/L4Y34IH6tU4lMXrfoJXvg50DJjbqlsvuOEgyfG4+diQOp7AcRNxG2Qmt/8sQU+8uR6FeMQo8ONR+UVQp48YZuQV72+dsVhN/Y4meRqMIuJ5tSMi5vsNffzxNd80sLgIQ8a4xlqlWnim+QNKyEOJ5boRJBRkLYBomRhW/vVD84pFBB38qBm/DDGir+wRvOm/jwa6sFhOloATIa0skORZzgfdldyrXaMNLxfm0/TTm5ZHA3bkuRJ9BWS4PADSj/sl9dw9HyFo0/xTxIpa09SYeYWsJdXnag/zcHYwyY7au7O6phTqXb0Q1Z/jn+5b9gsbIZQcLVtfHT0KrHt4F7thx+0KJQdj+ls58Am/wXhk5Kfpy0/4sf3Toe7Zsw6cWIM796wJEsuX4rHSMtzHhcOgLkbphfUuT/IAM7CpAeU7YIVR/3sBtaVsDcPZHyq/gaNMYD3DQdMJysXgyb+3rQYfKt6LViBXvttvy4YxCuAhmsfba9wjFSrD/EkS6hewdkCBdDHjarjxaolSqjXBYZBXQ2iMpkNrVFUj481bPr28lsIRyOjzNbUX9Co3/ZX5o082L2lHAHQEn+AGssEIndQQ6i4HBDCDm3jIHCrNWi1Six2l4m/3xl0RwHElrXH7AbV2eJBn7/wr1NIv0WU+OGzF8Sj278r1j3btwcW25/5pJ395LaYp/mMdswD4CbNoODbxOmvmM5vVs6IBUccX1gRL75J/TfpzlwMJ+umE6bgnDyzUOPANnrgpFt7nVAhK44/ufLon/+bqyxBBx7gAk+uF+mJCdDHWQ9R5mcnVGOmRI2b1gkt4ddwYAce12YGAPmxtAMKs9/3A3zVwZsul9YWyuvP5W0cnm/V1zILEuKMQJx8Pg04Jk1C4OAjNDzGt2aeO90hkicsToQOao+DtMmHUF55YISHk8enAQcbIXAx/9EpvZdHBGgBlE11cdBwpx/YGHdCNMy0T2QpUvwukpWA+SEd99C77+O/eFP63kMcv2POxo0Pf0Oe8jk5ySfpRePK3jLxs5i3mf86iL8sQsbDSuU1K4/86U3sajrgjFhwbLztylOjqP40OMi/okG85RUPnQ2kEaCPQ5AWRgrQx121AAnUj1Yevfh9KaXEuvEAB1OrAeaHxceTPnyijycMMwOJ4uAk3xfU2jfJx1nfkLc5DM1jQPI4jrYl7Vsg4VFX49PO3Zr3KrfVGPDHhS0m0AZNsGF+JPTnSnYLm+Vk8/wn73jufqQNGj6x5kS87v1g7VdtFYwGYNwrDXZiQyH0cau35pPYHwa/UBE97HzVkuY+0ccdQ178jdbKnkRyYQjzAB34Oe/j7Nw3ycdZb7GRI1R6DJJTyU8FJLxDjOBD88bVq78kvjmdfoC6nkkNeGJKG4ZO4i+3N2W9XTl35RE/vTqRO03IjFhwRFF0nvmHE0H+YGIgAfM2TCTGY+2J5/FqXRjcN3depXxteYHJaTGwiUnj4GIkkdI/nNHwB6gbcUDdClSuT6LxyUbmjZPzxPXHfvjCFVkhy1HbBQe4ZRqykyN8y0I88bdorjTMfCLb4RorwfWP0MVD40V5AqU6jCY4hr2KQaG14Hy1AbpnN+gAGgtx8uE0oLTO7BcP9bjgwLdccvzpaIne8LHqA52pN6GQcD0dBRAbeAm1nVUXuc/Gf7K+es7/OBqaF8pNZh/rNqz+wafEVvmWZWPp2X6NPeNOKLLz4h+E71x51E/lysr0l6FfcGy899hlksBnYXDZeDHo4zbw7FMHcJsaxPfwv7dhIOAY0MfJw7YqL4xHq5XgVUsP+dmG6Q/TTNQAg8D8TIgj4upjPYZt6YBBLFDSmBhu1Jm537D69tfLQ4srBmK/DAw56XW04JCHqjs4OTI2FjuLAGlpbNJ4pePQj7VMrOfJxvAOLJDx/S+cLx/wmib6zhWgrZ3ZL28z7cCnrXung1J/pj5u3cqr4aIC0Mc9lqJRs8H85ee8j095/Mfh0Lwyv50/N972O38vVyL+oK/2t+rUj7ng8mNsf77yqP/6XCv2QdOHfsFR3xq8XpJzPhwjE6n6B9DH6TQLKKc5ORKH6x+gCwQh2qCO0MdlkRhXgsobVxx1s9znLkv3HsBLv2zC4Ve+APEH/xMyFoTohzig4SnUiGkcjUbe7vUbXAtcSpUHFt9flP30EyEsk9s3v+3EwmqlcqPvY/qTEDKIA+ZtfkyAZzfYbbRg/w2/eq58cBhseWLz9reIVsupe1Zfsy+1DdoZzfQkzvZZ6MsTS+vVOQF+Gbjnku3Pl+/jWT14jI4pw8fTenlHTqEFD/anecD49z3/g2jfQs3ok/ANt534fvmw8YG+299yPHrxr1T+94qjbvpIn0zpi5ihX3DI15/OZwLLE25itDyEJlBxD8ooM4cQ6pGjuQFgA9GbXIRXaWjjbXL017sfffN3+uLhXVwIJz9OeHZ1VxYdMjv7eKt6uA98LMTZnvRhhRtXX/lBse2IVvaBTj/4uG8fbYaNxFvVY3yEQeW+Tvyx7PAbfxFWQl2cUJ6vg4+zPgt9nfL6hAwUhfXoExvWnjCwS+Gja164t0z0H4ZPWhXYg0K7fJt9nPVZyLYqJAj+a9lhN210eFcAX8DL6y8jv6P4W8ewmXYTdqVSX5g17tBE8iDPPp/m4/QzlADOQlxIxwq/V0OO4YEbbj3hrfLsoZ7wYVuefT7Nx9vaL5YnvmjwgsVaSP+6+5E3/Y/h8YZpMtQLjidWH7tK3Pcct17Qz0rA4V/6mBDmND1AI5VKcw2UV3buUD2gNMVkp3Xh1/c8+pf/QFIJe/MABxhaA29V/EED3B90lNEIjQciJxHbqruB0jeu/p2Xi45/U6z9mMhgFnY2qVWq0b2dGKpvy42D75svO5sQG2NhfRvN4pHiJk81c4GSuqfK0yUD+8S1c3z7J0Sr3aATJ3CoYnmWr6+fgz5udplNjTjkOD+Ewfc68XseTygzcdf9ubibe9P4i0ZOp3QxC9nY8BLgogv0oY/QF/BWBTqhUD/wAmf7Zmh1chVv+cbbTm77m0EmffD7Dbed8FrR/bPoGTa0Kr3abz5W6SLfoPRkfYXx11Yc9fI/bNXndNKHesERT9Tf6idc4lBOrh4UV6sfCe3ABdpFR+sE55/KczKAS7Ru2X2f8PzpDMhs6RvziM0l+MSNgliI53V0GPRjS1w5bQQBbSrZAdrEMCSEjbcd/664Xv+O2CW3VFCKsV/9LDuF0ov4J96tsqCjKxzQSvi/x9uTOO6+uDHm7KOt1Ad2k6bxD6K3r7/td87svp/uWjxx23PeLFn2u5Zv0jPGvWywlZB2E3bXA7lT+yuV3hcc8gVlNzZMV0rPwmz+q59ll/rbcLbL2l/0mx7lF7Tli7EWc8adUOPfx/EfhLXfp53DBDfcfsKp8kT2v4u9VfoCsN/2Ixc07oRwQhj+YPejjn5TGF4o18yGrwztgiOOz5ZghW+UUagrXjgXISPUYY5JBD5FEoPP4RoEJRuNkw14dAA6frBrW8AweLw6d468tvwX5WvL4Y8pFsRFY+PB3kT6UjgpG+Rk2pvcYlqtv+2kZ62/9fiv1qPg0zLi9at7tKC3HtkasNl+oWhOK4TH4/DO8LDrRjvua2FwtbRKft206SohenUv3OtEZqO21oI0HGGYhlH9Gxtuec7ZncjrhWfDrce9VTq6KK8t/ISS+MvhSgTubAX0cdZPAu9dccR/r56kvscqeg/QYk2o85qjtbIn22nRFzjkMcUn0adpa73TgqwunR2zdZ790Xmb15yoL9TrTFbxXHJl43eienSZrB/n+pr33rMvpU38w/gnu++512vD8LPulzN777WolkO74HjiF2tfJg/b7APDO1owOL4Gfo8Guq1IHMQCBgsPXcjE43I38DUrj/h5z68kVvnlLvFAEjNvkrRpCCwcREAdniwC5VhpoGPD8pHQx1kv1dNcnrzlhcs33vqcVz5x6/HfCKKxO0T/1w3WfvjCinzCvJF4J3Dlwf+9Rbz69Va8OkaksrU9jINB47eJ0ccthqan1M4R7D823Pact7Xqt1f6hluOe6/I/pz0LXOb9ZfC7qWaDe3tlw9CU/smAD6PMu8Jk7yHHcj9VvlPO2EfcUAfR13xpRoF8q2+yeOf6iX6qK0O0m7CNvZLbJZPjE98oXirOuth423HHS6vcLhSbFqEvLHcSWFqN+MyNfsb5YW3jcSLXznsv/NV9BW2ziKVwyUhOa+ZjEBx0KGWOCBKpl4vhwgNMKda+WWlEVbiP9zz6Nt+Ykzlvh8eSFwuA4+/aQO5FhLQXC8KESM7xlxjPHbc9NscKk8iBxjH1fWrn/OGoC5XcatyQQxF0AAooJYsgZWOP3OYyIJMFMj15FfqMpmEoXyqimSr7C56HFsPR4+QD8S2eIcdfsoVaD/Uo28B9TgIblCki10lqP5bPai9BU3UryLKJstm+eBJYqcNQJBNbEbRug7slzdzVMVnn5NF2tmVMH7/VL8Rtn71CccG9egf5WHyF6giTh+85xTfEND3nUI/hwNqwWu4wetex92L/eL72vw5wcUmsMc9sgeqyNZp/qOnbPzNFpOF+ib78bBIgSWqhhsCuYzCHDF/iv9hmBSzrT/j3wl81eO3HPfJPZ69+L1heF3RF3C0y7zdptXHHzBRi6+WPNoNMRiU/S7+6xbOqb508RHX6Q9E5uk3LLShXHDgMtnOndvOwH1NDig4zHCZQFw0ccmTtPx6aS8VTHYdzaAkyY+JKP7nvY5Z/Xm0L0v/PcBYEWYnoGyPFk+Lu9a5E7YfM+BO3py4Vr9E29RsgaAnlBrizhMK4i0fH5Ocqbuccfx1mwxDgdaf7OV+iE7cINTw0TOF8tNUMqdo3gjRZEUuT5UPOydKUddvQfaLK8wXBoNowdwFP0z06BBZcfR//eSJW46/Q8bCoVSdUCdPyLHzhQDzLSBKU7yUqFW6o92Evr5gkOOXisRT1t963MVBFH5596MX/aTTE0e85uy5G8YeeL4s9d4S12vnqivE+dqHC4L2qycAsyjbvy1AzCboQ7sJYabik9gvi5zLFx9282No33ORHyNT30q+UEeVxVwXiGL2WMxxTF5AFLUHbZwlWfsloZWvqN28BSMbdo6mV/QZd8Ksvlk9wEcerevM/gvW3zr67A23HP/n8hMUXX0tGeeasfHxl4Rh5Qj5APNb+Xbip7I6tTtef8ex+0yMB9eIy/WKvHO9NqPdhLSN8crK7sX+kcrI+YsOf/n6OH55savJrLIdH/+tfEazFf1QLjjGdm5/g2TdPLPHjfQ84zgrEGZmB5IJIYmnChUXBj/c65gVf5onuqT17gGd0twE2CxFplUNKeOK6FhkjJd0g1bD05vETxorzZfv402fWDFJY2I26dqbHCQ54fCGCYDM0iR7hcV1bipDc8dLaL1Mti/U/usXHXrDbybrfZI6vAnRJtsB2y+fwquy2HibePNtG24d3fL4L4+7RmL233Ll8fGoHj4ezqmsD+tRRZ4P2LMSxHvEUbSXROa5T4zf92IJ66LQWx/qlQpLEDUVphQdf5lM5dsw/SouUTXRLM38OWvK+c/E75e6GTmLD9p7485b78NwaNFTYfl/knwYkIXzcT+X24o/qFbCm+TK2T2VkeqmJavqWzbfvmDxRLxzz5Ew3GuiHu1ViStHSq6cNj4+fpxMGRV9ZicIbhdzul5wBGPBp6X9ARlXtDjsv/31qHbD+luu0P6Y64AoufkvdAZHhwr4wJxT2snLadJECoMr7hLiIagYygWHBO88m8BttUv3ICmAG8REYjggima50lq6T3kgQ9junT9/0TmdfprSDspdhx6owcMteEl3MZNU109lnGBd6NJzXmMONAttHDL21XwMapOPvQ4617CR24h+tii/kK21yyk5snzUzFGc9klPDfrTFta7bj1AyQaz7Wk3IXrkWPCEeGiDRf/hVXSFrpy7/+eeGLvvL6TRvpQIATqmEh2Kt1+uFuA9HfKVQtnsIlQQT9TUy7iihBnA9JM9EHfkDkRfi+Cg4i8K/OceR998HTSZWrEraYw7YZfxb2v/1HRs3zoML62v/+Wxj0gUnp7PXWj+46V3x4sTjueFyXCiHuy8BV6056InXCZFyCTNn3wtu6HKFc8ljbfsbE7Il1Gs/YPO/+z8lTf/0WL4Y+guwWy87cjDZZI71oLFjAD0cVfrRiUmRZuUhSsdqcbk753lstjYKpehzuz1JT2+yBLP9wASMfcPscJfi5jxRA1oOAev5QDaIhf4h0OlGVnrQLN8Ma5GfkdDnmiueBCSHK2VftqXp0G2f62HyFZ/sBt/gNoX1FCFobSz2WB39ofb51QX9vx7CeFhl45L539nurTWD7qjACrubFWyh7O+CRZmvyplO1URO6ejg6avo8Hn6ncPgs/RABkXQhGokgghSZ5/+Wsc96tYzHuJv2hAuwlVWxyYzdgPqNyQ9pjB4Ff8tfBv4fa7/jX2gqvTCHt0ji42KAo+1v+M3Wa12T209ltcNF9axAdWodA6HCoNZA9nvUFtoruhW3BMTNTPT9Uz49QSmOUSo1WyGh9aO+uzUNrjl/MqYXjuymNuuSPtp8QG5gEudwGxIVSEOQkLvTShgaA0pkTalvLAA5ylW/6mDiCIQoA6HNDH2V87SN2oL8QBB4RI2ymk3YQqGnwojp9tK9Xgc8uPvFG/kmgM3e93f/aSi0XeOmvJDnDEToE6fMjsVz/4vjUjUtVpDn1N/4OP7bQNbWUDEEkD6nCBcu3pypXH/OwmbdaPnYjuNf4d298PPdvJiOPrW7LQ1/Q/3AkccBD2sy/2D0WBD6qwL/Y/dPZDIRQXkARXRMiuvsfxP1QLjjh+4Ugchee2NNbZnILJnZP1jS5UovCv9zh2td3wSgWVWL890CIhbdGIvJWpFTwy8Ah9PKknXyJP2gBvMSBUFmrZTm7Qmnz05doSksdBv23iDu1LBVq/mChA44SRhawD9Ns6gX4fppfpSnk+TXGRQWjyKFeg+kBVmQirlY+6LnoGuL0orvkT7Y9SfBuAD6H99ANUpu6AihcV/0owFo5U/pRu6gsU35rOBhWnHfA9Nj0rM/aAKITWTilsl7Vf+YvdhXPCH6uuqi/Um0w/p7MbR4XbD13ajP+evMN5QOU7m2k3oZLNF7DTt3Uq47+r+Kt+ogMgdXBQ9fF0VD+AD8XxT3X8D9WC47c3rz9dkmEvBiML5ROFBgnQx8nnOxC4PtrhIHDZvrr3c371YfNguR+IBzIJi3GpsRGguMZSiahooGk94oZq7BTxoKD+IPFxqcovvgzB9dBBv4qN3XATzaCdFUI9ytjXQMNBpl77QE5KlfWX2tyz/WHwhX69Q2aPY395hbwaVd6SaIW2DrX9omoyBzjcqd8M/CALrocO+lVs2Mp++XHHD+1+5C/wMFwfS5oL0MXXzUsYJo726+e8j/dRqa5FqV9C9wOCg8h/0bCf8e/aYDSAnb6tFOLTBNeYOmj5lsZcBFi9g4XE3zq1HBLc78OvStR3yJTHv5MzVA+NysLzPHw5jIbDSOAc9E7nlkCWI9rCIBsKTcnhL/bee+lbWzYuKwrygMUkjSIjalHGRIH7tpwsVQk0YSFOCLqHN0qTOqwsMch1tQlekU+aa8o2cpj0zXvHyB3Vx3VCPKlvo2+W35Rt7DGlQb0p2h+G6+fOm/cB2NKvMm9R5T07tkXyeuZ4j6w97fTN8qe2Mmj0BWAf7IcM2UwaEMEKjr8sNn658tlL+vqbMPqlWOiNQlf5eB5N6hu9CcLk9kPkIIpo8UNR+Q1pdGhAo8bt8inxBZtDeQ9vlCZ1bexHU7aBKM1XNwZx3EtB7KjUrpD/9Fniq4Z46KUA9avV0+N2NDRXOLbcfOzuMtm/EoFDEmLDxEGoOAILmvsjDqgbUgm4phTTCu4Jfjt3bvWs8Ok3Ja9wTpxVIgV5AHFA/CDeoIaJuIuhRQknXYsauIGzEGd9FoKPPMA1Xxz0cdTlF1VQqkxf4yENR8St3vpqrW+Wv2j7ZQC/v98PPy991i+eEMPf1eiL4bQfOg42/uEOeRXc+f3+dhsmYtpB6NsGWt7m8wD3c97HUTfIUqniq8Izdfx356nGk2jjfFH0+Iemfr74Mffx1hY16mt8pOGIOKDNe4Tsl7CxrfHTfqsbom+pbI+2nyvpqb89kYwsGKvWmPKNBuEIdBTWZyCsDYNx+bnu16w8avUjxlvuB+EBiaX+IX7AkphaTIQoNMvGFEIxnya4tnVQj4gD5mxIF9ABfZy81gXyxIo/KNmOMK895RBCCnAW1Rc091ek/dLLFbsfc8uX2Hc/4V7H3PJNuTL0YfqC9mYh+pwu+7O64NiPmY+Tt0lfFzvW+218PKkPg7euOPb/t3etMXZVVfieM3f6VCxtZ4YpD1tUhLRAOzNtobwMglhNeBiRYtSUABHjDxOj+E78YQw+0R8S+SMxEiQSFDUgjxgaUAq10047FJGBQqEPoEUstPIovcfvW2uvc/Y9c2/n0XvPnal7z9zzrbPPfq1vrb3Pvvuex4YmvDPFWc98iYiP+JND2TOZWOPjt9mXLa2rpekw5/QNj8IYDzXT/00nH32dfdnSHNr+emvyWMnBKzjSLGIv7ImtsJ1c+o/cf4xHw2F8Uudh+mf8VE/OJGnLNquphJjKdSS2ROO0TSabspKaaSWXpE7VZTkSktJ1XcseH9PT5zRj2DaEAbEpSiLyo6NAOgERmyLObCod1NIxLYMhRS6ZOvRlicRmWIf34jSN8wvzGinOtQvysPYwv+nAAlz9gpAlu0NtWVVzmdlVCzS9DGvV58WlelvBUr3uxHE8VJ5V/qwW3pxtx5JLvg3V/jwR9afti7Y/6vt+R8/G25vBNk9avu+J7c3uhp79x69/c5806nMDE/2wWf4/fv0P3f/99o9axuPiaSIzk6Hkb1L/b5b+vg9avzcUfWDUFNkHuePQ9DaUdKa/7EyQFY6X1y1cjA63mA2lckSRcVIwtGmFIVKqsg79vCxDyomin3Uve+IWp2uAohjgmMZ+7fftenXTcAxENXaGUgY2KapdOYiZjekPIhOZUP4tT67MUZTPprD8usGOEV07DNkOqd8hZQmGtQodh/542uTrcVy5bPb7+vfWKrJRcXzFdTTzXbhrTJ7AqMVSNwbRUbkvWn+/PrE62mJ/TbN/FP0Bk42GPnNDiXTbovy/uPlGae7ijfegM29J+0GVwp7eFIvSn+5r4wDltK9ix3yb7RlLcJPFovp/S/zf+DCOhLex9/8JscLxTkmfvSEGg2JyAskpRJJlbHYoPgNDG9rTRw0x63qga+mirxhPAVvFgDtByahjndohbKmdVNG3/2hb6+bY8AP9g/eIRJQP/YgyUWTuMq5OECfDMaIvu+Q8sTEQVc6QsRoMNWUWh/hce8aqP75M7Eva4pVzFm/a4iprKnSc/PfXZ8Qx3jURbVJtWqt/Xtli7B/d1TntA6vAgW/YfFMOax9PyIRrOG4P5Z+5Wsalf66MZu2SL7z78FtaPnUTJTOEnmP1/3xbx6X/GPjN11d73+lWQP/P199w/f0xz5ddxTrm0ZLZuKdxxgETUrbgyxNghSNZ39sOr+O7U9BCfAwpy/KNQ8iimENVUhU31QxhhKdnTGu/go/ZtbiARTPg7CnVUq4dfJ+mTLsaUtZSDFmGykSRnb9w4Ko1YFvNmho5+G2EOeVbif62mE5SJV5zZOVZuVqCtlfb6LcdWV3Q/NY+jbQ4S5OhX4bpbUhNtVZFELMviaOPdi0ZKPTNxu/u2bh76rTp5+P80a/tbY3+yqLjwphpsv2h7x2dPbMulyexZmZruMRvfmZ3w7z9G6F/wxs+QoFzlwz8EX7z83rJ1J+y+T11bqb+I/X/eu0cfbz1de25ms/ihpcy0fT3x1CVYRHvnKztHX//b/kKx64K3gqbVHiHiljDUHecoaiwnVAc+sSkZsQxzEdeS8rli2edNnhYT11MywzCuBigfeQDu6ZYw8a+HSnLYOOQcv7DE7k5vZzU5Usn/INoX0ANXX4qkJYDQWQiBR5zKLJrI6e3MsWVtjgdqBP/DF1axlnI6zPW9GyK8UDZ+zwfJ+3nFT3ZML14J0w5af8wGvRwi/QXLoq0P17+9auO3pOubPQdKcapjxW+Ldb5vaFn+9QPDld/v86i5I6k/avoIY9ZPzFk/dTV0PQ2bIb+7OtSLpECgqHuHd42r08D+3/h/t+o8U+/4imvLZ9wJMnB1ZmJbeAm1vowpaXxZZcWjy3H8U/P6338nzwaQqsYwMvb0Iv5obkMKctg45CyJlEUmYMus/GkLoNRhpKbpmYpLAMfjhmGKnOiwDjNNxztmObDVvITfTktX9qigxLbxbJTdPX49VFX1tlQ/UulB6eX2ns7+vo3oMqWhdl9/Xs7e2afH8XxjcIDWiK6OjS9Dc3uhqQYbAvVRP6JrR2KLNxpuSxHcjhUmeojJ4vBR7l3dnHt8O3BMqo/zJflt7KIqRwlb2Px9wudvYNXF7VKGmMkLkJ/sld0iPr6D0wptX8KFL9Cm+s/pYlm//EzYz7WlP5PRydpZIzgkHJT/N8vHxVIPUD6J+tLkS3BQcYdSn+9pBaJEFo64XhpcFEX3rS3UpRAY8QBHYo7QpkUPcXS9F6cKh5/s3v50N1ULITWMpA5oHNKGI2OSu81pMx0hiIjjSE9mYcNfVk9P0tr9VFryU8BQepyqLKrH56FlEyCYKh7/lbqZAok0Q/bTFnbzjIpE3253nFmlnZoIZKXcZZedUUFKA8J38At3d/o6p39kaP65NkYftNaIvPbflfvpi+jeTiBJK/7Ovuy6ePHmd6Gprch81Trr5xrXLWs/Cj3lkfyi61QjgtSF2SiyiPYPyo939YWn9PVt+mXVkYRiAUO8QHTJdOPjVfdSY/J2fGMs9HpX4Q2w+vAZPX59nLblVDyzQlt/+FNHzkGF+CYf9EGlIm+bMcRqX5IY7o0hmI/lzezL6pvqP1H8P+ctmwmg2sucOzj34RZ4ajsf/szeNNe2YyjijkNRc38xo4RfZk2iW7rXv6vH+RzhP1WMaA2kk4EW43axr5ZRcbGkIL0AId+b6ijptbPbNoGJrM4X86OWzpWmnXOdMBALGULVla9/Hp87PpjIv7XqNR+amffphuKWNI3fUaLnX2Dd5SiqUtA0b3M02j9xeZmd8Mm2h8a8Ar0m6dNKS2eu3jTutHy0PB0oisJdR/RmbW4iAb4P0trRZizZOCBtlJ5JZzl9br1F6C/9Vm2wWTrp3XbNcKBye7/9dqvY52OgzbuGeb5Mw4N6bMqZ+S1dIUD126sRouy1phM9DuW62ymCFFkNxvEbdDru4859uqsoCBNXgb0Qs5SiejLtTUyh059InVyN0BLNs/HahdTN9YuKJWLzfiLHYLF1c10GAfwg8wjUdR2UdfSzRd09fU/cxhFNT0r29e1dHAlXhz3SVT2QmMq9G3uy7VLb4T98WVlY1spXtHVO3hd66/98nX25ebpX7vk5sR2LB1YE5XL5+KkNVS7Bl9nX66duhH2r11yq2J9nX25dnuarb+NdY0a/1o24dj52Af7MG1YpDTqyQH72OVW/3hM4zRVfptgHRKO++KUg/Gl0YI1b+aPh/1WMuBO+P7E0SaKDv3OkrXUlg+Iej2EoaaHR1iZ8A4NhlkpqSRpsUd09RrWqt+P8+W0vJzgp1E51z5r6yHqhxrv4KT3p6gturBr6eNnYTn//lw1E3q3q2fznaUp8Sm4aPc7MNlu44G9V3g3HAX/tLWG5tsfbRvCe1Gu6ew7eencvs2PTQySm6v/O6UCH8RRh9DOJQMD0fS5PfCO3zCJ9SFN3lz9pS7nh1avYZ3mjiqaZWg5GU50/ze9DamoyURfrkeCn0Zly8cx2ev/roCWvbwtOXhgNZvkB/+CG43HUo4MQJoSHLjfx/Qo0r+FC1Ium7viqR1+OUGeQAz44wealdsVp+YSnTmuympnasF9Oq6iiCo755F45xdMmaV1PoMYudpajml55kcaZWW7AiXSl11GB5zpq5/atw9OiiibZtXp02h32FLhjaxsNS8C/W1pWunWrlMHX8rlnFS7x5y+eT8a/L3khTN/8vKu164Cq3gGTrKgnv7GA+2uNlfOVVY7kQC1u9kIEWSNmZ2JTNZ0zGFpNQG3w+xfivqxonFDR98nfs+Hm5VKzXtSOVs0uqADNfXw/VP1Mp1Q0mHq37IBP0dC58I1+xD1uV3rF94SR9GNlUpyOpM0W/98+Xl/yTVzVLu48YEtr53Woh3mdv9/xj/HTkv8Lxl6/9Sdeyq8gAgOxgHbDQ4C7HjaOnUOr7PJKEOTaYI4jj5/zPKnH61t6RDbSgbMpmZfIoOeYDKbj3S8pg7OP3iME1J4jCD3h5XP4/Qz/KXHXZxE5DZS3iHS549LsQnK1uKH1+/8G77Ka6eextntMTyW/L4ZUfl+Pt8iV/2k33UvSLwpSS6/eff6Jy+CbVZhQnYJOvpRVG6YfRw/9fyjJiHjsD++mLwIL/gdVpFuP6ZncK2WOxEmGpmG2XiX9Y/sqCeNQ3/z/9avb3h6QOzu2/Jgkny356X+O1fhJ9QvJZVkmY0J1Sm9vcPQ38YCYqOCcDtC/6/n36ZrveM12+g1XcajSTD+mR4tmXDs2H3wYjRgNhtRbXhjUtF8wtBPj1nxT7uXP/NrxoUwcRkw+xqypb48Ust1ENZvPpKWrsHO7VyFZcmu5yTV5Vf7FMtDA/RbsorptyrsMkYhRT8OstVNlIDljTh+Az/v4Se96A0Utg9ZdwJ3YBDZjju1t0Xlts1JW7TZrQJYxiMa3e2keLR16Z7k2Q9Ne/nfe1biW+ylGCDPgX0WjFb58dof+WjILcCHYIs7O3suX6OrGaOtufB0qUf5NY9X/6yMan8u28w4S9ByydnlNjTkthf7TzsjqhzEzQTRJeiLxzVaf5ZX1f9L0au4ruBhfBG4v9xevmtcZKBMf8ypJdeKG01dTdcf7mF1aHuq/aU6DnvCn0MA9bJJk6atwYWQrkdrOrllbBZuXzv/bgwHHxvW+mEVUnnTkAdVxqB137wz+z5e1D3yw5oVIgIDgYFxM7B7fW837o48C9357EqSLER/PhED1wlYDSnLNKGqy2OHk8l00Ko5JrxZiuLnkHBrFMWb4iT6G27BfOToJQP/GXcjQ8aWMgB/iF75x6K+g3FyLqb0y9CYZbD8fNgYYpWDYN/isiNMwWBHkijCs1VKz+ILwBB85IlSnGzGz2ob5vQMPokTJpOFUAADZpcCqtIqdq8/pfvtt994ARZuy7xBj9nSOJEhv1xEP8Ptgk/NmPGe5WEwUc7CNjBwJDCAn2DaXhwYOj6qHDgRPz4dDZ1morPPEMQr5JK4UsEzSf6Lycd+DA/7S23xfuzviduirXNOH9gZThpHghccWgeulO3Z++oJlQMH34s5wjxMRGZiSgEfiWbgiVI8acA3nH/QV+LSPlwUvKcytbKjc9Hgy8FHDs1vEUcLn3DsWDv/eiytyvMyWDm9JG2Ere24bzP55Ro84XBvnCRnzFvx3JNFkBPqCAwEBgIDgYHAQGCgMQwUflssVkdX6zRDVzFUVmX0an/EYOrqyzyKOQie51a5Mkw2lKuwDQwEBgIDgYHAwGRioNAJxwtr5y/HTOIUWdbAfEN+OnGoP6doHFc8dNVDLwhkLPa/fvyZ2/4ymcgNbQ0MBAYCA4GBwEBgQBko9C6V6GDlKt5ByAmEBu5QdtMLd3EYf0qxIEej6NZjV2z7kcUFDAwEBgIDgYHAQGBgcjFQ2ApH8uz8aZg8XIEVjowhk4m+bCk4D4lK646dF19rUQEDA4GBwEBgIDAQGJh8DBQ24dixq3IBZhWz7A4UUmUrGUSVM+TKB6J3YZZyWbTgufDY8snnW6HFgYHAQGAgMBAYSBko7CcV3P/Me+7dQ0L4KGgGPlGPsv6kIlHpJnqrPU4u7VixfWcaFYTAQGAgMBAYCAwEBiYlA4WtcOAWk6VkyFY1KNuzfIj88FiGlWu7V2xv3Wui2cAQAgOBgcBAYCAwEBhoCAOFTTiSKOHLeqoWM/xbX30ZD2j58XFn7ZA3CTZEy1BIYCAwEBgIDAQGAgMtZaCwCQcuydjK6zfkeg0i/hgMReYKR6l073FnXfM1ORg2gYHAQGAgMBAYCAwcEQwUNuGIytFNmE0c0Ks1ONmwu1UMufiRrJs5fdqqCf6SpSPC8EGJwEBgIDAQGAgMFMlAYROO48/YPoRJxvX48DGiAF3tMMTu2plTZl44u2/r3iIJCHUFBgIDgYHAQGAgMNB8BnTBofn1pDVse3jeBaj0i5hynIe5x1t4y+Mz2P/F8WefdEcUrXknTRiEwEBgIDAQGAgMBAaOGAb+B5nwCpLPLNx7AAAAAElFTkSuQmCC"],["fxFlex","30","width","295","height","295","viewBox","0 0 295 295","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["clip-path","url(#clip0)"],["d","M182.629 183.635C213.842 170.774 228.719 135.046 215.857 103.833C202.996 72.6204 167.268 57.7435 136.055 70.6048C104.843 83.4659 89.966 119.195 102.827 150.407C115.688 181.62 151.417 196.496 182.629 183.635Z",1,"fill-color-0"],["d","M154.81 93.8059C152.146 100.719 149.483 108.164 146.287 115.608C146.287 115.608 146.287 116.672 147.353 116.672H169.191C169.191 116.672 169.191 117.204 169.723 117.736L137.765 153.364C137.233 152.832 137.233 152.301 137.233 151.769L148.418 127.839V125.712H126.047V123.585L153.212 93.8059H154.81Z",1,"fill-color-15"],["d","M158.075 173.411C189.288 160.55 204.164 124.822 191.303 93.6088C178.442 62.3964 142.714 47.5195 111.501 60.3808C80.2885 73.2419 65.4118 108.971 78.2729 140.183C91.1342 171.396 126.863 186.272 158.075 173.411Z",1,"stroke-color-thinest"],["d","M259.352 172.363L85.4595 244.016",1,"stroke-color-thinest"],["d","M122.291 259.352L85.4593 244.016L100.795 207.184",1,"stroke-color-thinest"],["id","clip0"],["width","225.692","height","225.692","transform","translate(0 85.9831) rotate(-22.3941)",1,"fill-color-30"],["fxFlex","30","width","300","height","300","viewBox","0 0 300 300","fill","none","xmlns","http://www.w3.org/2000/svg",3,"ngClass"],["d","M50 237.5V112.5C50 105.625 55.625 100 62.5 100H262.5C269.375 100 275 105.625 275 112.5V237.5C275 244.375 269.375 250 262.5 250H62.5C55.625 250 50 244.375 50 237.5Z",1,"fill-color-0"],["d","M25 212.5V87.5C25 80.625 30.625 75 37.5 75H237.5C244.375 75 250 80.625 250 87.5V212.5C250 219.375 244.375 225 237.5 225H37.5C30.625 225 25 219.375 25 212.5Z",1,"stroke-color"],["d","M293.75 200H275V150H293.75C297.25 150 300 152.75 300 156.25V193.75C300 197.25 297.25 200 293.75 200Z",1,"fill-color-0"],["d","M268.75 175H250V125H268.75C272.25 125 275 127.75 275 131.25V168.75C275 172.25 272.25 175 268.75 175Z",1,"stroke-color"],["d","M137.5 187.5L156.25 150H118.75L137.5 112.5",1,"stroke-color"]],template:function(R,Ce){if(1&R&&(e.YNc(0,bs,1,0,"ng-container",0),e.YNc(1,Ya,18,5,"ng-template",null,1,e.W1O),e.YNc(3,vt,15,5,"ng-template",null,2,e.W1O),e.YNc(5,ae,19,5,"ng-template",null,3,e.W1O),e.YNc(7,fe,17,5,"ng-template",null,4,e.W1O),e.YNc(9,Ye,13,5,"ng-template",null,5,e.W1O)),2&R){const ot=e.MAs(2),ii=e.MAs(4),Zi=e.MAs(6),Nn=e.MAs(8),En=e.MAs(10);e.Q6J("ngTemplateOutlet",1===Ce.stepNumber?ot:2===Ce.stepNumber?ii:3===Ce.stepNumber?Zi:4===Ce.stepNumber?Nn:En)}},directives:[q.tP,C.xw,C.yH,C.Wh,q.mk,Ri.oO,P.n5,P.$j],styles:["svg.small-svg[_ngcontent-%COMP%]{height:50%;min-height:50%;max-width:100%}svg.large-svg[_ngcontent-%COMP%]{height:60%;min-height:60%;max-width:100%}"],data:{animation:[gr.l]}}),Y})();const Vt=["stepper"];function ni(Y,He){if(1&Y&&e._uU(0),2&Y){const R=e.oxw(2);e.Oqu(R.inputFormLabel)}}function ri(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Amount is required."),e.qZA())}function _i(Y,He){if(1&Y&&(e.TgZ(0,"mat-error"),e._uU(1),e.ALo(2,"number"),e.qZA()),2&Y){const R=e.oxw(2);e.xp6(1),e.hij("Amount must be greater than or equal to ",e.lcZ(2,1,null==R.serviceInfo||null==R.serviceInfo.limits?null:R.serviceInfo.limits.minimal),".")}}function Pi(Y,He){if(1&Y&&(e.TgZ(0,"mat-error"),e._uU(1),e.ALo(2,"number"),e.qZA()),2&Y){const R=e.oxw(2);e.xp6(1),e.hij("Amount must be less than or equal to ",e.lcZ(2,1,null==R.serviceInfo||null==R.serviceInfo.limits?null:R.serviceInfo.limits.maximal),".")}}function tn(Y,He){1&Y&&(e.TgZ(0,"button",40),e._uU(1,"Next"),e.qZA())}function dn(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",41),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onSwap()}),e._uU(1),e.qZA()}if(2&Y){const R=e.oxw(2);e.xp6(1),e.hij("Initiate ",R.swapDirectionCaption,"")}}function Sn(Y,He){if(1&Y&&e._uU(0),2&Y){const R=e.oxw(3);e.Oqu(R.addressFormLabel)}}function Hn(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Address is required."),e.qZA())}function yn(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"mat-step",15)(1,"form",16),e.YNc(2,Sn,1,1,"ng-template",17),e.TgZ(3,"div",42)(4,"mat-radio-group",43),e.NdJ("change",function(ot){return e.CHM(R),e.oxw(2).onAddressTypeChange(ot)}),e.TgZ(5,"mat-radio-button",44),e._uU(6,"Node Local Address"),e.qZA(),e.TgZ(7,"mat-radio-button",45),e._uU(8,"External Address"),e.qZA()(),e.TgZ(9,"mat-form-field",46),e._UZ(10,"input",47),e.YNc(11,Hn,2,0,"mat-error",24),e.qZA()(),e.TgZ(12,"div",25)(13,"button",48),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onSwap()}),e._uU(14),e.qZA()()()()}if(2&Y){const R=e.oxw(2);e.Q6J("stepControl",R.addressFormGroup)("editable",R.flgEditable),e.xp6(1),e.Q6J("formGroup",R.addressFormGroup),e.xp6(9),e.Q6J("required","external"===R.addressFormGroup.controls.addressType.value),e.xp6(1),e.Q6J("ngIf",null==R.addressFormGroup.controls.address.errors?null:R.addressFormGroup.controls.address.errors.required),e.xp6(3),e.hij("Initiate ",R.swapDirectionCaption,"")}}function An(Y,He){if(1&Y&&e._uU(0),2&Y){const R=e.oxw(2);e.hij("",R.swapDirectionCaption," Status")}}function nr(Y,He){if(1&Y&&(e.TgZ(0,"mat-icon",49),e._uU(1),e.qZA()),2&Y){const R=e.oxw(2);e.xp6(1),e.Oqu(R.swapStatus&&null!=R.swapStatus&&R.swapStatus.id?"check":"close")}}function Sr(Y,He){1&Y&&e._UZ(0,"div")}function Cr(Y,He){1&Y&&e._UZ(0,"mat-progress-bar",50)}function ia(Y,He){if(1&Y&&(e.TgZ(0,"h4",51),e._uU(1),e.qZA()),2&Y){const R=e.oxw(2);e.xp6(1),e.Oqu(R.swapStatus&&R.swapStatus.error?R.swapDirectionCaption+" failed.":R.swapStatus&&R.swapStatus.id?R.swapDirectionCaption+" request placed successfully. You can check the status of the request on the 'Boltz' menu.":R.swapDirectionCaption+" request placed successfully.")}}function Jr(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",52),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onRestart()}),e._uU(1,"Start Again"),e.qZA()}}function _r(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",3)(1,"div",4)(2,"mat-card-header",5)(3,"div",6)(4,"span",7),e._uU(5),e.qZA()(),e.TgZ(6,"div",8)(7,"button",9),e.NdJ("click",function(){return e.CHM(R),e.oxw().showInfo()}),e._uU(8,"?"),e.qZA(),e.TgZ(9,"button",10),e.NdJ("click",function(){return e.CHM(R),e.oxw().onClose()}),e._uU(10,"X"),e.qZA()()(),e.TgZ(11,"mat-card-content",11)(12,"div",12)(13,"mat-vertical-stepper",13,14),e.NdJ("selectionChange",function(ot){return e.CHM(R),e.oxw().stepSelectionChanged(ot)}),e.TgZ(15,"mat-step",15)(16,"form",16),e.YNc(17,ni,1,1,"ng-template",17),e.TgZ(18,"div",18),e._UZ(19,"rtl-boltz-service-info",19),e.qZA(),e.TgZ(20,"div",20)(21,"mat-form-field",21),e._UZ(22,"input",22),e.TgZ(23,"mat-hint"),e._uU(24),e.ALo(25,"number"),e.ALo(26,"number"),e.qZA(),e.TgZ(27,"span",23),e._uU(28,"Sats"),e.qZA(),e.YNc(29,ri,2,0,"mat-error",24),e.YNc(30,_i,3,3,"mat-error",24),e.YNc(31,Pi,3,3,"mat-error",24),e.qZA()(),e.TgZ(32,"div",25),e.YNc(33,tn,2,0,"button",26),e.YNc(34,dn,2,1,"button",27),e.qZA()()(),e.YNc(35,yn,15,6,"mat-step",28),e.TgZ(36,"mat-step",29)(37,"form",16),e.YNc(38,An,1,1,"ng-template",17),e.TgZ(39,"div",30)(40,"mat-expansion-panel",31)(41,"mat-expansion-panel-header")(42,"mat-panel-title")(43,"span",32),e._uU(44),e.YNc(45,nr,2,1,"mat-icon",33),e.qZA()()(),e.YNc(46,Sr,1,0,"div",34),e.qZA(),e.YNc(47,Cr,1,0,"mat-progress-bar",35),e.qZA(),e.YNc(48,ia,2,1,"h4",36),e.TgZ(49,"div",25),e.YNc(50,Jr,2,0,"button",37),e.qZA()()()(),e.TgZ(51,"div",38)(52,"button",39),e._uU(53,"Close"),e.qZA()()()()()()}if(2&Y){const R=e.oxw(),Ce=e.MAs(2);e.Q6J("@opacityAnimation",void 0),e.xp6(3),e.Q6J("fxFlex",R.screenSize===R.screenSizeEnum.XS||R.screenSize===R.screenSizeEnum.SM?"83":"91"),e.xp6(2),e.Oqu(R.swapDirectionCaption),e.xp6(1),e.Q6J("fxFlex",R.screenSize===R.screenSizeEnum.XS||R.screenSize===R.screenSizeEnum.SM?"17":"9"),e.xp6(7),e.Q6J("linear",!0),e.xp6(2),e.Q6J("stepControl",R.inputFormGroup)("editable",R.flgEditable),e.xp6(1),e.Q6J("formGroup",R.inputFormGroup),e.xp6(3),e.Q6J("serviceInfo",R.serviceInfo)("direction",R.direction),e.xp6(3),e.Q6J("step",1e3),e.xp6(2),e.AsE("Range: ",e.lcZ(25,30,null==R.serviceInfo||null==R.serviceInfo.limits?null:R.serviceInfo.limits.minimal),"-",e.lcZ(26,32,null==R.serviceInfo||null==R.serviceInfo.limits?null:R.serviceInfo.limits.maximal),""),e.xp6(5),e.Q6J("ngIf",null==R.inputFormGroup||null==R.inputFormGroup.controls||null==R.inputFormGroup.controls.amount||null==R.inputFormGroup.controls.amount.errors?null:R.inputFormGroup.controls.amount.errors.required),e.xp6(1),e.Q6J("ngIf",null==R.inputFormGroup||null==R.inputFormGroup.controls||null==R.inputFormGroup.controls.amount||null==R.inputFormGroup.controls.amount.errors?null:R.inputFormGroup.controls.amount.errors.min),e.xp6(1),e.Q6J("ngIf",null==R.inputFormGroup||null==R.inputFormGroup.controls||null==R.inputFormGroup.controls.amount||null==R.inputFormGroup.controls.amount.errors?null:R.inputFormGroup.controls.amount.errors.max),e.xp6(2),e.Q6J("ngIf",R.direction===R.swapTypeEnum.SWAP_OUT),e.xp6(1),e.Q6J("ngIf",R.direction===R.swapTypeEnum.SWAP_IN),e.xp6(1),e.Q6J("ngIf",R.direction===R.swapTypeEnum.SWAP_OUT),e.xp6(1),e.Q6J("stepControl",R.statusFormGroup),e.xp6(1),e.Q6J("formGroup",R.statusFormGroup),e.xp6(3),e.Q6J("expanded",!!R.swapStatus),e.xp6(4),e.Oqu(R.swapStatus?R.swapStatus.id?R.swapDirectionCaption+" request details":R.swapDirectionCaption+" error details":"Waiting for "+R.swapDirectionCaption+" request..."),e.xp6(1),e.Q6J("ngIf",R.swapStatus),e.xp6(1),e.Q6J("ngIf",!R.swapStatus)("ngIfElse",Ce),e.xp6(1),e.Q6J("ngIf",!R.swapStatus),e.xp6(1),e.Q6J("ngIf",R.swapStatus),e.xp6(2),e.Q6J("ngIf",R.swapStatus&&(R.swapStatus.error||!R.swapStatus.id)),e.xp6(2),e.Q6J("mat-dialog-close",!1)}}function Kr(Y,He){if(1&Y&&e._UZ(0,"rtl-boltz-swap-status",53),2&Y){const R=e.oxw();e.Q6J("swapStatus",R.swapStatus)("direction",R.direction)}}function Zn(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"rtl-boltz-swapout-info-graphics",70),e.NdJ("stepNumberChange",function(ot){return e.CHM(R),e.oxw(2).stepNumber=ot}),e.qZA()}if(2&Y){const R=e.oxw(2);e.Q6J("stepNumber",R.stepNumber)("animationDirection",R.animationDirection)}}function vr(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"rtl-boltz-swapin-info-graphics",70),e.NdJ("stepNumberChange",function(ot){return e.CHM(R),e.oxw(2).stepNumber=ot}),e.qZA()}if(2&Y){const R=e.oxw(2);e.Q6J("stepNumber",R.stepNumber)("animationDirection",R.animationDirection)}}const ja=function(Y,He){return{"dot-primary":Y,"dot-primary-lighter":He}};function rt(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"span",71),e.NdJ("click",function(){const ii=e.CHM(R).$implicit;return e.oxw(2).onStepChanged(ii)}),e._UZ(1,"p",72),e.qZA()}if(2&Y){const R=He.$implicit,Ce=e.oxw(2);e.xp6(1),e.Q6J("ngClass",e.WLB(1,ja,Ce.stepNumber===R,Ce.stepNumber!==R))}}function Et(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",73),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onReadMore()}),e._uU(1,"Read More"),e.qZA()}}function Dt(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",74),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onStepChanged(4)}),e._uU(1,"Back"),e.qZA()}}function Rt(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",75),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw(2);return ot.flgShowInfo=!1,ot.stepNumber=1}),e._uU(1,"Close"),e.qZA()}}function Jt(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",76),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw(2);return ot.flgShowInfo=!1,ot.stepNumber=1}),e._uU(1,"Close"),e.qZA()}}function Ci(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",77),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw(2);return ot.onStepChanged(ot.stepNumber-1)}),e._uU(1,"Back"),e.qZA()}}function ti(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",78),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw(2);return ot.onStepChanged(ot.stepNumber+1)}),e._uU(1,"Next"),e.qZA()}}const pi=function(){return[1,2,3,4,5]};function Li(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",54)(1,"div",18)(2,"mat-card-header",55)(3,"div",56),e._UZ(4,"span",7),e.qZA(),e.TgZ(5,"div",57)(6,"button",58),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.flgShowInfo=!1,ot.stepNumber=1}),e._uU(7,"X"),e.qZA()()(),e.TgZ(8,"mat-card-content",59),e.YNc(9,Zn,1,2,"rtl-boltz-swapout-info-graphics",60),e.YNc(10,vr,1,2,"rtl-boltz-swapin-info-graphics",60),e.qZA(),e.TgZ(11,"div",61),e.YNc(12,rt,2,4,"span",62),e.qZA(),e.TgZ(13,"div",63),e.YNc(14,Et,2,0,"button",64),e.YNc(15,Dt,2,0,"button",65),e.YNc(16,Rt,2,0,"button",66),e.YNc(17,Jt,2,0,"button",67),e.YNc(18,Ci,2,0,"button",68),e.YNc(19,ti,2,0,"button",69),e.qZA()()()}if(2&Y){const R=e.oxw();e.Q6J("@opacityAnimation",void 0),e.xp6(9),e.Q6J("ngIf",R.direction===R.swapTypeEnum.SWAP_OUT),e.xp6(1),e.Q6J("ngIf",R.direction===R.swapTypeEnum.SWAP_IN),e.xp6(2),e.Q6J("ngForOf",e.DdM(10,pi)),e.xp6(2),e.Q6J("ngIf",5===R.stepNumber),e.xp6(1),e.Q6J("ngIf",5===R.stepNumber),e.xp6(1),e.Q6J("ngIf",5===R.stepNumber),e.xp6(1),e.Q6J("ngIf",R.stepNumber<5),e.xp6(1),e.Q6J("ngIf",R.stepNumber>1&&R.stepNumber<5),e.xp6(1),e.Q6J("ngIf",R.stepNumber<5)}}let Qi=(()=>{class Y{constructor(R,Ce,ot,ii,Zi,Nn,En,fr,Ja){this.dialogRef=R,this.data=Ce,this.store=ot,this.boltzService=ii,this.formBuilder=Zi,this.decimalPipe=Nn,this.logger=En,this.router=fr,this.commonService=Ja,this.faInfoCircle=v.sqG,this.serviceInfo={fees:{percentage:null,miner:{normal:null,reverse:null}},limits:{minimal:1e4,maximal:5e7}},this.swapTypeEnum=Q.hc,this.direction=Q.hc.SWAP_OUT,this.swapDirectionCaption="Swap out",this.swapStatus=null,this.inputFormLabel="Amount to swap out",this.addressFormLabel="Withdrawal Address",this.flgShowInfo=!1,this.stepNumber=1,this.screenSize="",this.screenSizeEnum=Q.cu,this.animationDirection="forward",this.flgEditable=!0,this.unSubs=[new h.x,new h.x,new h.x,new h.x,new h.x,new h.x]}ngOnInit(){var R,Ce,ot;this.screenSize=this.commonService.getScreenSize(),this.serviceInfo=this.data.serviceInfo,this.direction=this.data.direction||Q.hc.SWAP_OUT,this.swapDirectionCaption=this.direction===Q.hc.SWAP_OUT?"Swap Out":"Swap in",this.inputFormLabel="Amount to "+this.swapDirectionCaption,this.inputFormGroup=this.formBuilder.group({amount:[null===(R=this.serviceInfo.limits)||void 0===R?void 0:R.minimal,[Ae.kI.required,Ae.kI.min((null===(Ce=this.serviceInfo.limits)||void 0===Ce?void 0:Ce.minimal)||0),Ae.kI.max((null===(ot=this.serviceInfo.limits)||void 0===ot?void 0:ot.maximal)||0)]]}),this.addressFormGroup=this.formBuilder.group({addressType:["local",[Ae.kI.required]],address:[{value:"",disabled:!0}]}),this.statusFormGroup=this.formBuilder.group({}),this.onFormValueChanges()}ngAfterViewInit(){this.direction===Q.hc.SWAP_OUT&&this.addressFormGroup.setErrors({Invalid:!0})}onFormValueChanges(){this.direction===Q.hc.SWAP_OUT&&this.addressFormGroup.valueChanges.pipe((0,y.R)(this.unSubs[2])).subscribe(R=>{this.addressFormGroup.setErrors({Invalid:!0})})}onAddressTypeChange(R){"external"===R.value?(this.addressFormGroup.controls.address.setValidators([Ae.kI.required]),this.addressFormGroup.controls.address.markAsTouched(),this.addressFormGroup.controls.address.enable()):(this.addressFormGroup.controls.address.setValidators(null),this.addressFormGroup.controls.address.markAsPristine(),this.addressFormGroup.controls.address.disable(),this.addressFormGroup.controls.address.setValue("")),this.addressFormGroup.setErrors({Invalid:!0})}onSwap(){var R,Ce,ot;if(!this.inputFormGroup.controls.amount.value||(null===(R=this.serviceInfo.limits)||void 0===R?void 0:R.minimal)&&this.inputFormGroup.controls.amount.value<+this.serviceInfo.limits.minimal||(null===(Ce=this.serviceInfo.limits)||void 0===Ce?void 0:Ce.maximal)&&this.inputFormGroup.controls.amount.value>+this.serviceInfo.limits.maximal||this.direction===Q.hc.SWAP_OUT&&"external"===this.addressFormGroup.controls.addressType.value&&(!this.addressFormGroup.controls.address.value||""===this.addressFormGroup.controls.address.value.trim()))return!0;this.flgEditable=!1,null===(ot=this.stepper.selected)||void 0===ot||ot.stepControl.setErrors(null),this.stepper.next(),this.direction===Q.hc.SWAP_IN?this.boltzService.swapIn(this.inputFormGroup.controls.amount.value).pipe((0,y.R)(this.unSubs[3])).subscribe({next:ii=>{this.swapStatus=ii,this.boltzService.listSwaps(),this.flgEditable=!0},error:ii=>{this.swapStatus={error:ii},this.flgEditable=!0,this.logger.error(ii)}}):this.boltzService.swapOut(this.inputFormGroup.controls.amount.value,"external"===this.addressFormGroup.controls.addressType.value?this.addressFormGroup.controls.address.value:"").pipe((0,y.R)(this.unSubs[4])).subscribe({next:Zi=>{this.swapStatus=Zi,this.boltzService.listSwaps(),this.flgEditable=!0},error:Zi=>{this.swapStatus={error:Zi},this.flgEditable=!0,this.logger.error(Zi)}})}stepSelectionChanged(R){switch(R.selectedIndex){case 0:default:this.inputFormLabel="Amount to "+this.swapDirectionCaption,this.addressFormLabel="Withdrawal Address";break;case 1:this.inputFormLabel=this.inputFormGroup.controls.amount.value?this.swapDirectionCaption+" Amount: "+this.decimalPipe.transform(this.inputFormGroup.controls.amount.value?this.inputFormGroup.controls.amount.value:0)+" Sats":"Amount to "+this.swapDirectionCaption,this.addressFormLabel="Withdrawal Address"}R.selectedIndex{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(Le.so),e.Y36(Le.WI),e.Y36(b.yh),e.Y36(Ki),e.Y36(Ae.qu),e.Y36(q.JJ),e.Y36(ye.mQ),e.Y36(I.F0),e.Y36(Ft.v))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-boltz-swap-modal"]],viewQuery:function(R,Ce){if(1&R&&e.Gf(Vt,5),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.stepper=ot.first)}},decls:4,vars:2,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",4,"ngIf"],["swapStatusBlock",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","info-graphics-container",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxLayoutAlign","start start",3,"fxFlex"],[1,"page-title"],["fxLayoutAlign","space-between end",3,"fxFlex"],["tabindex","21","mat-button","",1,"btn-close-x","p-0",3,"click"],["tabindex","22","mat-button","",1,"btn-close-x","p-0",3,"click"],[1,"padding-gap-x-large"],["fxLayout","column"],[3,"linear","selectionChange"],["stepper",""],[3,"stepControl","editable"],["fxLayout","column","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between",1,"my-1",3,"formGroup"],["matStepLabel",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch"],[3,"serviceInfo","direction"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between center",1,"mt-1"],["fxFlex","48"],["autoFocus","","matInput","","placeholder","Amount","type","number","tabindex","1","formControlName","amount","required","",3,"step"],["matSuffix",""],[4,"ngIf"],["fxLayout","row","fxLayoutAlign","start center","fxFlex","100",1,"mt-2"],["mat-button","","color","primary","tabindex","2","type","button","matStepperNext","",4,"ngIf"],["mat-button","","color","primary","tabindex","3","type","button",3,"click",4,"ngIf"],[3,"stepControl","editable",4,"ngIf"],[3,"stepControl"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch"],["fxFlex","100",1,"flat-expansion-panel",3,"expanded"],["fxLayoutAlign","start center","fxFlex","100"],["class","ml-1 icon-small",4,"ngIf"],[4,"ngIf","ngIfElse"],["fxFlex","100","color","primary","mode","indeterminate",4,"ngIf"],["fxLayoutAlign","start","class","font-bold-500 mt-2",4,"ngIf"],["mat-button","","color","primary","tabindex","13","type","button",3,"click",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end end"],["mat-button","","color","primary","tabindex","14","type","button","default","",3,"mat-dialog-close"],["mat-button","","color","primary","tabindex","2","type","button","matStepperNext",""],["mat-button","","color","primary","tabindex","3","type","button",3,"click"],["fxLayout","row wrap","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mt-1"],["color","primary","name","addressType","formControlName","addressType","fxFlex","100","fxLayoutAlign","space-between stretch",3,"change"],["fxFlex","48","tabindex","8","value","local"],["fxFlex","48","tabindex","9","value","external"],["fxFlex","100",1,"mt-1"],["matInput","","placeholder","Address","tabindex","10","formControlName","address",3,"required"],["mat-button","","color","primary","tabindex","11","type","button",3,"click"],[1,"ml-1","icon-small"],["fxFlex","100","color","primary","mode","indeterminate"],["fxLayoutAlign","start",1,"font-bold-500","mt-2"],["mat-button","","color","primary","tabindex","13","type","button",3,"click"],["fxLayout","column",3,"swapStatus","direction"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"info-graphics-container"],["fxLayout","row","fxFlex","8","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],["fxFlex","5","fxLayoutAlign","end center"],["tabindex","19","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","column","fxFlex","70","fxLayoutAlign","space-between center",1,"padding-gap-x-large"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange",4,"ngIf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","center end",1,"padding-gap-x-large","padding-gap-bottom-large"],["fxLayoutAlign","center center","class","dots-stepper-block",3,"click",4,"ngFor","ngForOf"],["fxLayout","row","fxFlex","10","fxLayoutAlign","end end",1,"padding-gap-x-large","padding-gap-bottom-large"],["mat-button","","class","mr-1","color","primary","tabindex","15","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","16","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","17","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","18","type","button",3,"click",4,"ngIf"],["mat-button","","class","mr-1","color","primary","tabindex","19","type","button",3,"click",4,"ngIf"],["mat-button","","color","primary","tabindex","20","type","button",3,"click",4,"ngIf"],["fxFlex","100",3,"stepNumber","animationDirection","stepNumberChange"],["fxLayoutAlign","center center",1,"dots-stepper-block",3,"click"],[1,"dot","tiny-dot","mr-0",3,"ngClass"],["mat-button","","color","primary","tabindex","15","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","16","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","17","type","button",3,"click"],["mat-button","","color","primary","tabindex","18","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","19","type","button",1,"mr-1",3,"click"],["mat-button","","color","primary","tabindex","20","type","button",3,"click"]],template:function(R,Ce){1&R&&(e.YNc(0,_r,54,34,"div",0),e.YNc(1,Kr,1,2,"ng-template",null,1,e.W1O),e.YNc(3,Li,20,11,"div",2)),2&R&&(e.Q6J("ngIf",!Ce.flgShowInfo),e.xp6(3),e.Q6J("ngIf",Ce.flgShowInfo))},directives:[q.O5,C.xw,C.yH,C.Wh,P.dk,Te.lW,P.dn,ui.Vq,ui.C0,Ae._Y,Ae.JL,Ae.sg,ui.VY,Br,dt.KE,Wt.Nt,Ae.wV,Ae.Fj,De.h,Ae.JJ,Ae.u,Ae.Q7,dt.bx,dt.R9,dt.TO,ui.Ic,mi.VQ,mi.U0,Ln.ib,Ln.yz,Ln.yK,Ma.Hw,Fr.pW,Le.ZT,Fs,Ds,wt,q.sg,q.mk,Ri.oO],pipes:[q.JJ],styles:[".dots-stepper-block[_ngcontent-%COMP%]{width:3rem}.info-graphics-container[_ngcontent-%COMP%]{max-height:60rem;min-height:60rem}"],data:{animation:[Yi._]}}),Y})();function Xi(Y,He){1&Y&&e._UZ(0,"mat-progress-bar",32)}function on(Y,He){1&Y&&(e.TgZ(0,"th",33),e._uU(1," Status "),e.qZA())}function bn(Y,He){if(1&Y&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&Y){const R=He.$implicit,Ce=e.oxw();e.xp6(1),e.Oqu(Ce.swapStateEnum[R.status])}}function tr(Y,He){1&Y&&(e.TgZ(0,"th",33),e._uU(1," Swap ID "),e.qZA())}function Pn(Y,He){if(1&Y&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.xp6(1),e.Oqu(R.id)}}function la(Y,He){1&Y&&(e.TgZ(0,"th",33),e._uU(1," Claim Address "),e.qZA())}function Pa(Y,He){if(1&Y&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.xp6(1),e.Oqu(R.claimAddress)}}function or(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," Onchain Amount (Sats) "),e.qZA())}function Er(Y,He){if(1&Y&&(e.TgZ(0,"td",34)(1,"span",36),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&Y){const R=He.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,R.onchainAmount))}}function yr(Y,He){1&Y&&(e.TgZ(0,"th",33),e._uU(1," Lockup Address "),e.qZA())}function Ur(Y,He){if(1&Y&&(e.TgZ(0,"td",34),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.xp6(1),e.Oqu(R.lockupAddress)}}function Xr(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," Expected Amount (Sats) "),e.qZA())}function es(Y,He){if(1&Y&&(e.TgZ(0,"td",34)(1,"span",36),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&Y){const R=He.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,R.expectedAmount))}}function hs(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," Timeout Block Height "),e.qZA())}function fs(Y,He){if(1&Y&&(e.TgZ(0,"td",34)(1,"span",36),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&Y){const R=He.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,R.timeoutBlockHeight))}}function Ms(Y,He){1&Y&&(e.TgZ(0,"th",35),e._uU(1," Amount (Sats) "),e.qZA())}function Js(Y,He){if(1&Y&&(e.TgZ(0,"td",34)(1,"span",36),e._uU(2),e.ALo(3,"number"),e.qZA()()),2&Y){const R=He.$implicit;e.xp6(2),e.Oqu(e.lcZ(3,1,R.amt))}}function So(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"th",37)(1,"div",38)(2,"mat-select",39),e._UZ(3,"mat-select-trigger"),e.TgZ(4,"mat-option",40),e.NdJ("click",function(){return e.CHM(R),e.oxw().onDownloadCSV()}),e._uU(5,"Download CSV"),e.qZA()()()()}}function Xs(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"td",41)(1,"button",42),e.NdJ("click",function(ot){const Zi=e.CHM(R).$implicit;return e.oxw().onSwapClick(Zi,ot)}),e._uU(2,"View Info"),e.qZA()()}}function a1(Y,He){if(1&Y&&(e.TgZ(0,"p"),e._uU(1),e.qZA()),2&Y){const R=e.oxw(2);e.xp6(1),e.Oqu(R.emptyTableMessage)}}function Be(Y,He){if(1&Y&&(e.TgZ(0,"td",43),e.YNc(1,a1,2,1,"p",44),e.qZA()),2&Y){const R=e.oxw();e.xp6(1),e.Q6J("ngIf",!(null!=R.listSwaps&&R.listSwaps.data)||(null==R.listSwaps||null==R.listSwaps.data?null:R.listSwaps.data.length)<1)}}const Me=function(Y){return{"display-none":Y}};function ge(Y,He){if(1&Y&&e._UZ(0,"tr",45),2&Y){const R=e.oxw();e.Q6J("ngClass",e.VKq(1,Me,(null==R.listSwaps?null:R.listSwaps.data)&&(null==R.listSwaps||null==R.listSwaps.data?null:R.listSwaps.data.length)>0))}}function Xe(Y,He){1&Y&&e._UZ(0,"tr",46)}function ct(Y,He){1&Y&&e._UZ(0,"tr",47)}const Pt=function(Y){return{"overflow-auto error-border":Y,"overflow-auto":!0}},$t=function(){return["no_swap"]};let li=(()=>{class Y{constructor(R,Ce,ot,ii){this.logger=R,this.commonService=Ce,this.store=ot,this.boltzService=ii,this.selectedSwapType=Q.hc.SWAP_OUT,this.swapsData=[],this.flgLoading=[!0],this.emptyTableMessage="No swaps available.",this.swapStateEnum=Q.Qw,this.faHistory=v.qO$,this.swapCaption="Swap Out",this.displayedColumns=[],this.selFilter="",this.flgSticky=!1,this.pageSize=Q.IV,this.pageSizeOptions=Q.TJ,this.screenSize="",this.screenSizeEnum=Q.cu,this.unSubs=[new h.x,new h.x,new h.x],this.screenSize=this.commonService.getScreenSize(),this.setTableColumns()}ngAfterViewInit(){this.swapsData&&this.swapsData.length>0&&this.loadSwapsTable(this.swapsData)}ngOnChanges(R){R.selectedSwapType&&!R.selectedSwapType.firstChange&&this.setTableColumns(),this.swapCaption=this.selectedSwapType===Q.hc.SWAP_IN?"Swap In":"Swap Out",this.loadSwapsTable(this.swapsData)}setTableColumns(){this.screenSize===Q.cu.XS||this.screenSize===Q.cu.SM?(this.flgSticky=!1,this.displayedColumns=this.selectedSwapType===Q.hc.SWAP_IN?["status","id","expectedAmount","actions"]:["status","id","onchainAmount","actions"]):this.screenSize===Q.cu.MD?(this.flgSticky=!1,this.displayedColumns=this.selectedSwapType===Q.hc.SWAP_IN?["status","id","expectedAmount","timeoutBlockHeight","actions"]:["status","id","onchainAmount","timeoutBlockHeight","actions"]):(this.flgSticky=!0,this.displayedColumns=this.selectedSwapType===Q.hc.SWAP_IN?["status","id","lockupAddress","expectedAmount","timeoutBlockHeight","actions"]:["status","id","claimAddress","onchainAmount","timeoutBlockHeight","actions"])}applyFilter(){this.listSwaps&&""!==this.selFilter&&(this.listSwaps.filter=this.selFilter.trim().toLowerCase())}onSwapClick(R,Ce){this.boltzService.swapInfo(R.id||"").pipe((0,y.R)(this.unSubs[1])).subscribe(ot=>{this.store.dispatch((0,Ue.qR)({payload:{data:{type:Q.n_.INFORMATION,alertTitle:this.swapCaption+" Status",message:[[{key:"status",value:Q.Qw[(ot=this.selectedSwapType===Q.hc.SWAP_IN?ot.swap:ot.reverseSwap).status],title:"Status",width:50,type:Q.Gi.STRING},{key:"id",value:ot.id,title:"ID",width:50,type:Q.Gi.STRING}],[{key:"amount",value:ot.onchainAmount?ot.onchainAmount:ot.expectedAmount?ot.expectedAmount:0,title:ot.onchainAmount?"Onchain Amount (Sats)":ot.expectedAmount?"Expected Amount (Sats)":"Amount (Sats)",width:50,type:Q.Gi.NUMBER},{key:"timeoutBlockHeight",value:ot.timeoutBlockHeight,title:"Timeout Block Height",width:50,type:Q.Gi.NUMBER}],[{key:"address",value:ot.claimAddress?ot.claimAddress:ot.lockupAddress?ot.lockupAddress:"",title:ot.claimAddress?"Claim Address":ot.lockupAddress?"Lockup Address":"Address",width:100,type:Q.Gi.STRING}],[{key:"invoice",value:ot.invoice,title:"Invoice",width:100,type:Q.Gi.STRING}],[{key:"privateKey",value:ot.privateKey,title:"Private Key",width:100,type:Q.Gi.STRING}],[{key:"preimage",value:ot.preimage,title:"Preimage",width:100,type:Q.Gi.STRING}],[{key:"redeemScript",value:ot.redeemScript,title:"Redeem Script",width:100,type:Q.Gi.STRING}],[{key:"lockupTransactionId",value:ot.lockupTransactionId,title:"Lockup Transaction ID",width:50,type:Q.Gi.STRING},{key:"transactionId",value:ot.claimTransactionId?ot.claimTransactionId:ot.refundTransactionId?ot.refundTransactionId:"",title:ot.claimTransactionId?"Claim Transaction ID":ot.refundTransactionId?"Refund Transaction ID":"Transaction ID",width:50,type:Q.Gi.STRING}]],openedBy:"SWAP"}}}))})}loadSwapsTable(R){this.listSwaps=new zn.by(R?[...R]:[]),this.listSwaps.sort=this.sort,this.listSwaps.sortingDataAccessor=(Ce,ot)=>Ce[ot]&&isNaN(Ce[ot])?Ce[ot].toLocaleLowerCase():Ce[ot]?+Ce[ot]:null,this.listSwaps.filterPredicate=(Ce,ot)=>JSON.stringify(Ce).toLowerCase().includes(ot),this.paginator&&this.paginator.firstPage(),this.listSwaps.paginator=this.paginator,this.applyFilter(),this.logger.info(this.listSwaps)}onDownloadCSV(){this.listSwaps.data&&this.listSwaps.data.length>0&&this.commonService.downloadFile(this.listSwaps.data,this.selectedSwapType===Q.hc.SWAP_IN?"Swap in":"Swap out")}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(b.yh),e.Y36(Ki))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-boltz-swaps"]],viewQuery:function(R,Ce){if(1&R&&(e.Gf(Kn.YE,5),e.Gf(Hr.NW,5)),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.sort=ot.first),e.iGM(ot=e.CRH())&&(Ce.paginator=ot.first)}},inputs:{selectedSwapType:"selectedSwapType",swapsData:"swapsData",flgLoading:"flgLoading",emptyTableMessage:"emptyTableMessage"},features:[e._Bn([{provide:Hr.ye,useValue:(0,Q.pt)("Swaps")}]),e.TTD],decls:46,vars:16,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","start start",1,"card-content-gap"],["fxLayout","column","fxLayout.gt-xs","row","fxLayoutAlign.gt-xs","start center","fxLayoutAlign","start stretch","fxFlex","100",1,"page-sub-title-container","w-100"],["fxFlex","70"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxFlex","30"],["matInput","","placeholder","Filter",3,"ngModel","keyup","ngModelChange"],["fxLayout","row","fxLayoutAlign","start center",1,"w-100"],["fxFlex","100",1,"table-container",3,"perfectScrollbar"],["mode","indeterminate",4,"ngIf"],["mat-table","","matSort","",3,"dataSource","ngClass"],["table",""],["matColumnDef","status"],["mat-header-cell","","mat-sort-header","",4,"matHeaderCellDef"],["mat-cell","",4,"matCellDef"],["matColumnDef","id"],["matColumnDef","claimAddress"],["matColumnDef","onchainAmount"],["mat-header-cell","","mat-sort-header","","arrowPosition","before",4,"matHeaderCellDef"],["matColumnDef","lockupAddress"],["matColumnDef","expectedAmount"],["matColumnDef","timeoutBlockHeight"],["matColumnDef","amt"],["matColumnDef","actions"],["mat-header-cell","","class","px-3",4,"matHeaderCellDef"],["mat-cell","","class","pl-3","fxLayoutAlign","end center",4,"matCellDef"],["matColumnDef","no_swap"],["mat-footer-cell","","colspan","4",4,"matFooterCellDef"],["mat-footer-row","",3,"ngClass",4,"matFooterRowDef"],["mat-header-row","",4,"matHeaderRowDef","matHeaderRowDefSticky"],["mat-row","",4,"matRowDef","matRowDefColumns"],[1,"mb-1",3,"pageSize","pageSizeOptions","showFirstLastButtons"],["mode","indeterminate"],["mat-header-cell","","mat-sort-header",""],["mat-cell",""],["mat-header-cell","","mat-sort-header","","arrowPosition","before"],["fxLayoutAlign","end center"],["mat-header-cell","",1,"px-3"],[1,"bordered-box","table-actions-select"],["placeholder","Actions","tabindex","1",1,"mr-0"],[3,"click"],["mat-cell","","fxLayoutAlign","end center",1,"pl-3"],["mat-stroked-button","","color","primary","type","button","tabindex","4",3,"click"],["mat-footer-cell","","colspan","4"],[4,"ngIf"],["mat-footer-row","",3,"ngClass"],["mat-header-row",""],["mat-row",""]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1)(2,"div",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span",4),e._uU(5),e.qZA()(),e.TgZ(6,"mat-form-field",5)(7,"input",6),e.NdJ("keyup",function(){return Ce.applyFilter()})("ngModelChange",function(ii){return Ce.selFilter=ii}),e.qZA()()(),e.TgZ(8,"div",7)(9,"div",8),e.YNc(10,Xi,1,0,"mat-progress-bar",9),e.TgZ(11,"table",10,11),e.ynx(13,12),e.YNc(14,on,2,0,"th",13),e.YNc(15,bn,2,1,"td",14),e.BQk(),e.ynx(16,15),e.YNc(17,tr,2,0,"th",13),e.YNc(18,Pn,2,1,"td",14),e.BQk(),e.ynx(19,16),e.YNc(20,la,2,0,"th",13),e.YNc(21,Pa,2,1,"td",14),e.BQk(),e.ynx(22,17),e.YNc(23,or,2,0,"th",18),e.YNc(24,Er,4,3,"td",14),e.BQk(),e.ynx(25,19),e.YNc(26,yr,2,0,"th",13),e.YNc(27,Ur,2,1,"td",14),e.BQk(),e.ynx(28,20),e.YNc(29,Xr,2,0,"th",18),e.YNc(30,es,4,3,"td",14),e.BQk(),e.ynx(31,21),e.YNc(32,hs,2,0,"th",18),e.YNc(33,fs,4,3,"td",14),e.BQk(),e.ynx(34,22),e.YNc(35,Ms,2,0,"th",18),e.YNc(36,Js,4,3,"td",14),e.BQk(),e.ynx(37,23),e.YNc(38,So,6,0,"th",24),e.YNc(39,Xs,3,0,"td",25),e.BQk(),e.ynx(40,26),e.YNc(41,Be,2,1,"td",27),e.BQk(),e.YNc(42,ge,1,3,"tr",28),e.YNc(43,Xe,1,0,"tr",29),e.YNc(44,ct,1,0,"tr",30),e.qZA(),e._UZ(45,"mat-paginator",31),e.qZA()()()),2&R&&(e.xp6(3),e.Q6J("icon",Ce.faHistory),e.xp6(2),e.hij("",Ce.swapCaption," History"),e.xp6(2),e.Q6J("ngModel",Ce.selFilter),e.xp6(3),e.Q6J("ngIf",!0===Ce.flgLoading[0]),e.xp6(1),e.Q6J("dataSource",Ce.listSwaps)("ngClass",e.VKq(13,Pt,"error"===Ce.flgLoading[0])),e.xp6(31),e.Q6J("matFooterRowDef",e.DdM(15,$t)),e.xp6(1),e.Q6J("matHeaderRowDef",Ce.displayedColumns)("matHeaderRowDefSticky",Ce.flgSticky),e.xp6(1),e.Q6J("matRowDefColumns",Ce.displayedColumns),e.xp6(1),e.Q6J("pageSize",Ce.pageSize)("pageSizeOptions",Ce.pageSizeOptions)("showFirstLastButtons",Ce.screenSize!==Ce.screenSizeEnum.XS))},directives:[C.xw,C.yH,C.Wh,B.BN,dt.KE,Wt.Nt,Ae.Fj,Ae.JJ,Ae.On,V.$V,q.O5,Fr.pW,zn.BZ,Kn.YE,q.mk,Ri.oO,zn.w1,zn.fO,zn.ge,Kn.nU,zn.Dz,zn.ev,Ie.gD,Ie.$L,le.ey,Te.lW,zn.mD,zn.yh,zn.Ke,zn.Q2,zn.as,zn.XQ,zn.nj,zn.Gk,Hr.NW],pipes:[q.JJ],styles:[".mat-column-actions[_ngcontent-%COMP%]{min-height:4.8rem}"]}),Y})();const Ni=function(Y){return["../",Y]};function cn(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",15),e.NdJ("click",function(){const ii=e.CHM(R).$implicit;return e.oxw().onSelectedIndexChange(ii)}),e._uU(1),e.qZA()}if(2&Y){const R=He.$implicit,Ce=e.oxw();e.Q6J("active",Ce.activeTab.link===R.link)("routerLink",e.VKq(3,Ni,R.link)),e.xp6(1),e.Oqu(R.name)}}let Vn=(()=>{class Y{constructor(R,Ce,ot){this.router=R,this.store=Ce,this.boltzService=ot,this.swapTypeEnum=Q.hc,this.selectedSwapType=Q.hc.SWAP_OUT,this.swaps={},this.swapsData=[],this.emptyTableMessage="No swap data available.",this.flgLoading=[!0],this.links=[{link:"swapout",name:"Swap Out"},{link:"swapin",name:"Swap In"}],this.activeTab=this.links[0],this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){this.boltzService.listSwaps();const R=this.links.find(Ce=>this.router.url.includes(Ce.link));this.activeTab=R||this.links[0],this.selectedSwapType=R&&"swapin"===R.link?Q.hc.SWAP_IN:Q.hc.SWAP_OUT,this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(Ce=>Ce instanceof I.Av)).subscribe({next:Ce=>{const ot=this.links.find(ii=>Ce.urlAfterRedirects.includes(ii.link));this.activeTab=ot||this.links[0],this.selectedSwapType=ot&&"swapin"===ot.link?Q.hc.SWAP_IN:Q.hc.SWAP_OUT}}),this.boltzService.swapsChanged.pipe((0,y.R)(this.unSubs[1])).subscribe({next:Ce=>{this.swaps=Ce,this.swapsData=this.selectedSwapType===Q.hc.SWAP_IN&&Ce.swaps?Ce.swaps:this.selectedSwapType===Q.hc.SWAP_OUT&&Ce.reverseSwaps?Ce.reverseSwaps:[],this.flgLoading[0]=!1},error:Ce=>{this.flgLoading[0]="error",this.emptyTableMessage=Ce.message?Ce.message:"No swap "+(this.selectedSwapType===Q.hc.SWAP_IN?"in":"out")+" available."}})}onSelectedIndexChange(R){"swapin"===R.link?(this.selectedSwapType=Q.hc.SWAP_IN,this.swapsData=this.swaps.swaps||[]):(this.selectedSwapType=Q.hc.SWAP_OUT,this.swapsData=this.swaps.reverseSwaps||[])}onSwap(R){this.boltzService.serviceInfo().pipe((0,y.R)(this.unSubs[2])).subscribe({next:Ce=>{this.store.dispatch((0,Ue.qR)({payload:{data:{serviceInfo:Ce,direction:R,component:Qi}}}))}})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(I.F0),e.Y36(b.yh),e.Y36(Ki))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-boltz-root"]],decls:18,vars:6,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],["viewBox","0 0 78 78","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",1,"botlz-icon-sm","mr-1"],["id","Logo","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","Group"],["id","Oval","cx","39","cy","39","r","37.5",1,"boltz-icon"],["d","M36.4583326,43.7755404 L40.53965,35.2316544 L39.4324865,35.2316544 L46.0754873,17.6071752 C46.292579,17.0204094 46.3287609,16.5159331 46.1840331,16.0937464 C46.0393053,15.671561 45.7860319,15.3674444 45.4242131,15.1813966 C45.0623942,14.9953487 44.6535376,14.9524146 44.1976433,15.0525945 C43.7417511,15.1527743 43.3256596,15.4461573 42.9493689,15.9327433 L22.6078557,40.7701025 C22.2026186,41.2710003 22,41.7575877 22,42.2298646 C22,42.6735173 22.1592003,43.0420366 22.477601,43.3354226 C22.7960017,43.6288058 23.1940025,43.7755404 23.6716036,43.7755404 L36.4583326,43.7755404 Z","id","Path",1,"boltz-icon-fill"],["d","M44.4883879,63.7755404 L48.8604707,55.165009 L47.6744296,55.165009 L54.7906978,37.4030526 C55.0232558,36.8117097 55.0620155,36.3032983 54.9069768,35.8778185 C54.7519381,35.4523399 54.4806208,35.1458511 54.0930248,34.958352 C53.7054289,34.7708528 53.2674441,34.7275839 52.7790706,34.8285452 C52.2906992,34.9295065 51.8449641,35.2251779 51.4418653,35.7155595 L29.6511611,60.746659 C29.2170537,61.251464 29,61.7418469 29,62.2178078 C29,62.6649211 29.1705423,63.036315 29.5116268,63.3319895 C29.8527113,63.6276613 30.2790669,63.7755404 30.7906936,63.7755404 L44.4883879,63.7755404 Z","id","Path-Copy","transform","translate(42.000000, 49.275540) rotate(-180.000000) translate(-42.000000, -49.275540) ",1,"boltz-icon-fill"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","row","fxLayoutAlign","start start",1,"padding-gap-x-large","mt-1"],["mat-flat-button","","color","primary","type","button","tabindex","1",3,"click"],["fxLayout","row","fxFlex","100",3,"selectedSwapType","swapsData","flgLoading","emptyTableMessage"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e.O4$(),e.TgZ(1,"svg",1)(2,"g",2)(3,"g",3),e._UZ(4,"circle",4)(5,"path",5)(6,"path",6),e.qZA()()(),e.kcU(),e.TgZ(7,"span",7),e._uU(8,"Boltz"),e.qZA()(),e.TgZ(9,"div",8)(10,"mat-card")(11,"mat-card-content",9)(12,"nav",10),e.YNc(13,cn,2,5,"div",11),e.qZA(),e.TgZ(14,"div",12)(15,"button",13),e.NdJ("click",function(){return Ce.onSwap(Ce.selectedSwapType)}),e._uU(16),e.qZA()(),e._UZ(17,"rtl-boltz-swaps",14),e.qZA()()()),2&R&&(e.xp6(13),e.Q6J("ngForOf",Ce.links),e.xp6(3),e.hij("Start ",Ce.activeTab.name,""),e.xp6(1),e.Q6J("selectedSwapType",Ce.selectedSwapType)("swapsData",Ce.swapsData)("flgLoading",Ce.flgLoading)("emptyTableMessage",Ce.emptyTableMessage))},directives:[C.xw,C.Wh,P.a8,P.dn,C.yH,F.BU,q.sg,F.Nj,I.rH,Te.lW,li],styles:[""]}),Y})();class Ha{constructor(He){this.help=He}}function s1(Y,He){if(1&Y&&(e.TgZ(0,"mat-expansion-panel",8)(1,"mat-expansion-panel-header")(2,"mat-panel-title"),e._uU(3),e.qZA()(),e.TgZ(4,"mat-panel-description",9),e._UZ(5,"span",10),e.TgZ(6,"a",11),e._uU(7),e.qZA()()()),2&Y){const R=e.oxw().$implicit,Ce=e.oxw();e.xp6(3),e.Oqu(R.help.question),e.xp6(2),e.Q6J("innerHTML",R.help.answer,e.oJD),e.xp6(1),e.Q6J("routerLink",Ce.flgLoggedIn?Ce.LNPLink+R.help.link:"/login"),e.xp6(1),e.Oqu(Ce.flgLoggedIn?R.help.linkCaption:"Login to go to the page")}}function La(Y,He){if(1&Y&&(e.TgZ(0,"div",6),e.YNc(1,s1,8,4,"mat-expansion-panel",7),e.qZA()),2&Y){const R=He.$implicit,Ce=e.oxw();e.xp6(1),e.Q6J("ngIf","ALL"===R.help.lnImplementation||R.help.lnImplementation===Ce.selNode.lnImplementation)}}let oo=(()=>{class Y{constructor(R,Ce){this.store=R,this.sessionService=Ce,this.helpTopics=[],this.faQuestion=v.Psp,this.LNPLink="/lnd/",this.flgLoggedIn=!1,this.unSubs=[new h.x,new h.x,new h.x,new h.x],this.helpTopics.push(new Ha({question:"Getting started",answer:'Funding your node is the first step to get started.\nGo to the "On-chain" page of the app:\n1. Generate a new address on the "Recieve" tab.\n2. Send funds to the address.\n3. Wait for the balance to be confirmed on-chain before proceeding further.\n3. Connecting with network peers and opening channels is next.\n',link:"onchain",linkCaption:"On-Chain page",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Connect with peers",answer:'Connect with network peers to open channels with them.\nGo to "Peer/Channels" page under the "Lightning" menu :\n1. Get the peer pubkey and host address in the pubkey@ip:port format.\n2. On the "Peers" enter the peer address and connect.\n3. Once the peer is connected, you can open channel with the peer.\n4. A variety of actions can be performed on the connected peers page for each peer:\n a. View Info - View the peer details.\n b. Open Channel - Open channel with the peer.\n c. Disconnect - Disconnect from the peer.\n',link:"peerschannels",linkCaption:"Peers/Channels page",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Opening Channels",answer:'Open channels with a connected network peer.\nGo to "Peer/Channels" page under the "Lightning" menu:\n1. On the "Channels" section, select the alias of the connected peer from the drop-down\n2. Specify the amount to commit to the channel and click on "Open Channel".\n3. There are a variety of options available while opening a channel. \n a. Private Channel - When this option is selected, a private channel is opened with the peer. \n b. Priority (advanced option) - Specify either Target confirmation Block or Fee in Sat/vByte. \n c. Spend Unconfirmd Output (advanced option) - Allow channels to be opened with unconfirmed UTXOs.\n4. Track the pending open channels under the "Pending" tab . \n5. Wait for the channel to be confirmed. Only a confimed channel can be used for payments or routing. \n',link:"peerschannels",linkCaption:"Peers/Channels page",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Channel Management",answer:'Channel maintenance and balance score.\nGo to "Peer/Channels" page under the "Lightning" menu:\n1. A variety of actions can be perfomed on the open channels under the "Open" tab, with the "Actions" button:\n a. View Info - View the channel details.\n b. View Remote Fee - View the fee policy on the channel of the remote peer.\n c. Update Fee Policy - Modify the fee policy on the channel.\n d. Close Channel - Close the channel.\n2. Balance Score is a "balancedness" metric score for the channel. \n a. It helps measure how balanced the remote and local balances are, on a channel.\n b. A perfectly balanced channel has a score of one, where as a completely lopsided one has a score of zero.\n c. The formula for calculating the score is "1 - abs((local bal - remote bal)/total bal)".\n',link:"peerschannels",linkCaption:"Peers/Channels page",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Lightning Transactions - Payments",answer:'Sending Payments from your node.\nGo to the "Transactions" page under the "Lightning" menu :\nPayments tab is for making payments via your node\n 1. Input a non-expired lightning invoice (Bolt11 format) in the "Payment request" field and click on "Send Payment" to send.\n 2. Advanced option # 1 (LND only) - Specify a limit on the routing fee which you are willing to pay, for the payment.\n 3. Advanced option # 2 (LND only) - Specify the outgoing channel which you want the payment to go through.\n',link:"transactions",linkCaption:"Transactions page",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Lightning Transactions - Invoices",answer:'Receiving Payments on your node.\nGo to the "Transactions" page under the "Lightning" menu :\nInvoices tab is for receiving payments on your node.\n 1. Memo - Description you want to provide on the invoice.\n 2. Expiry - The time period, after which the invoice will be invalid.\n 3. Private Routing Hints - Generate an invoice with routing hints for private channels.\n',link:"transactions",linkCaption:"Transactions page",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Lightning Transactions - Query Route",answer:'Querying Payment Routes.\nGo to the "Transactions" page under the "Lightning" menu :\nQuery Routes tab is for querying a potential path to a node and a routing fee estimate for a payment amount.\n 1. Destination Pubkey - Pubkey of the node, you want to send the payment to.\n 2. Amount - Amount in Sats, which you want to send to the node.\n',link:"transactions",linkCaption:"Transactions page",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Channel Backups",answer:'Channel Backups are important to ensure that you have means to recover funds in case of node failures.\nBackup folder location can be customized in the RTL config file with the channelBackupPath field.\nRTL automatically creates all channel backup on server startup, as well as everytime a channel is opened or closed\nYou can verify the all channel backup file by clicking on "Verify All" Button on the backup page.\nYou can also backup each channel individually and verify them.\n** Keep taking backups of your channels regularly and store them in redundant locations **.\n',link:"backup",linkCaption:"Channel Backups",lnImplementation:"LND"})),this.helpTopics.push(new Ha({question:"Channel Restore",answer:'Channel Restore is used to recover funds from the channel backup files in case of node failures.\nFollow the below steps to perform fund restoration.\n\nPrerequisite:\n1. The node has been restored with the LND recovery seed.\n2. RTL generated channel backup file/s is available (all channel backup file is channel-all.bak).\n\nRecovery:\n1. Create a restore folder in your folder backup location, as specified in the RTL config file.\n2. Place the channel backup file in the restore folder.\n3. Go to the "Restore" tab under the "Backup" page of RTL.\n4. RTL will list the options to restore funds from the all channel file or individual channel backup file.\n5. Click on the Restore icon on the grid to restore the funds.\n6. Once the restore function is executed successfully, RTL will rename the backup file and it will not be accessible from the UI.\n7. Restore function will force close the channels and recover the funds from them.\n8. The pending close channels can be viewed under the "Pending" tab on the "Peer/Channels" page.\n9. Once the channel is closed, the corresponding pending on-chain transactions can be viewed on the "On-Chain" page.\n10. Once the transactions are confirmed, the channels funds will be restored to your LND Wallet.\n',link:"backup",linkCaption:"Channel Backups",lnImplementation:"LND"})),this.helpTopics.push(new Ha({question:"Forwarding History",answer:'Transactions routed by the node.\nGo to "Routing" page under the "Lightning" menu :\nTransactions routed by the node are listed on this page along with channels and the fee earned by transaction.\n',link:"routing",linkCaption:"Forwarding History",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Graph Lookup",answer:'Querying your node graph for network node and channel information.\nGo to "Graph Lookup" page under the "Lightning" menu :\nEach node maintains a network graph for the information on all the nodes and channels on the network.\nYou can lookup information on nodes and channels from your graph:\n 1. Node Lookup - Enter the pubkey to perform the lookup.\n 2. Channel Lookup - Enter the short channel ID to perform the lookup.\n',link:"lookups",linkCaption:"Graph Lookup page",lnImplementation:"ALL"})),this.helpTopics.push(new Ha({question:"Settings",answer:'RTL Offers certain customizations on the UI to personalize your experience on the app\nGo to "Settings" page to access the customization options.\nNode Layout Options\n 1. User Persona - Two options are available to change the dashboard based on the persona.\n 2. Currency Unit - You can choose your preferred fiat currency, to view the onchain and channel balances in the choosen fiat currency.\n 3. Default Node - If you are managing multiple nodes via RTL UI, you can select the default node to load upon login.\nOther Customizations include day and night mode and a choice of color themes to select from.\n',lnImplementation:"ALL"}))}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{var Ce;switch(this.selNode=R,null===(Ce=this.selNode.lnImplementation)||void 0===Ce?void 0:Ce.toUpperCase()){case"CLN":this.LNPLink="/cln/";break;case"ECL":this.LNPLink="/ecl/";break;default:this.LNPLink="/lnd/"}}),this.sessionService.watchSession().pipe((0,y.R)(this.unSubs[1])).subscribe(R=>{this.flgLoggedIn=!!R.token}),this.sessionService.getItem("token")&&(this.flgLoggedIn=!0)}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(b.yh),e.Y36(Se.m))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-help"]],decls:8,vars:2,consts:[["fxLayout","column","fxFlex","100"],["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start start",1,"padding-gap-x"],["fxFlex","100",4,"ngFor","ngForOf"],["fxFlex","100"],["class","flat-expansion-panel help-expansion mb-2px",4,"ngIf"],[1,"flat-expansion-panel","help-expansion","mb-2px"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start start"],[1,"pre-wrap",3,"innerHTML"],[1,"mt-2",3,"routerLink"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span",3),e._uU(4,"Help"),e.qZA()(),e.TgZ(5,"div",4)(6,"div",0),e.YNc(7,La,2,1,"div",5),e.qZA()()()),2&R&&(e.xp6(2),e.Q6J("icon",Ce.faQuestion),e.xp6(5),e.Q6J("ngForOf",Ce.helpTopics))},directives:[C.xw,C.yH,C.Wh,B.BN,q.sg,q.O5,Ln.ib,Ln.yz,Ln.yK,Ln.u4,I.yS],styles:[".mat-card-content[_ngcontent-%COMP%]{margin-bottom:4px}"]}),Y})();var N2=p(9841);function $s(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Token is required."),e.qZA())}let R2=(()=>{class Y{constructor(R,Ce){this.dialogRef=R,this.store=Ce,this.faUserClock=v.hnx,this.token=""}onClose(){this.dialogRef.close(null)}onVerifyToken(){if(!this.token)return!0;this.dialogRef.close(),this.store.dispatch((0,Ue.M6)({payload:{twoFAToken:this.token}}))}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(Le.so),e.Y36(b.yh))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-login-token"]],decls:17,vars:2,consts:[["fxLayout","column","fxLayout.gt-sm","row","fxLayoutAlign","space-between stretch"],["fxFlex","100"],["fxLayout","row","fxLayoutAlign","space-between center",1,"modal-info-header"],["fxFlex","95","fxLayoutAlign","start start"],[1,"page-title"],["tabindex","3","fxFlex","5","fxLayoutAlign","center","mat-button","",1,"btn-close-x","p-0",3,"click"],["fxLayout","row",1,"padding-gap-x-large"],["fxLayout","column","fxFlex","100",3,"ngSubmit"],["tokenForm","ngForm"],["autoFocus","","matInput","","placeholder","Token","type","text","id","token","name","token","tabindex","2","required","",3,"ngModel","ngModelChange"],[4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-1"],["mat-button","","color","primary","tabindex","4","type","submit"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card-header",2)(3,"div",3)(4,"span",4),e._uU(5,"Two Factor Token"),e.qZA()(),e.TgZ(6,"button",5),e.NdJ("click",function(){return Ce.onClose()}),e._uU(7,"X"),e.qZA()(),e.TgZ(8,"mat-card-content",6)(9,"form",7,8),e.NdJ("ngSubmit",function(){return Ce.onVerifyToken()}),e.TgZ(11,"mat-form-field")(12,"input",9),e.NdJ("ngModelChange",function(ii){return Ce.token=ii}),e.qZA(),e.YNc(13,$s,2,0,"mat-error",10),e.qZA(),e.TgZ(14,"div",11)(15,"button",12),e._uU(16,"Verify Token"),e.qZA()()()()()()),2&R&&(e.xp6(12),e.Q6J("ngModel",Ce.token),e.xp6(1),e.Q6J("ngIf",!Ce.token))},directives:[C.xw,C.Wh,C.yH,P.dk,Te.lW,P.dn,Ae._Y,Ae.JL,Ae.F,dt.KE,Wt.Nt,Ae.Fj,De.h,Ae.Q7,Ae.JJ,Ae.On,q.O5,dt.TO],styles:[""]}),Y})();function Fo(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Password is required."),e.qZA())}function N1(Y,He){if(1&Y&&(e.TgZ(0,"p",21)(1,"mat-icon",22),e._uU(2,"close"),e.qZA(),e._uU(3),e.qZA()),2&Y){const R=e.oxw();e.xp6(3),e.hij(" ",R.loginErrorMessage," ")}}const R1=function(Y){return{"padding-gap-large":Y}},H1=function(Y,He){return{"font-size-200":Y,"font-size-300":He}};let Eo=(()=>{class Y{constructor(R,Ce,ot,ii){this.logger=R,this.store=Ce,this.rtlEffects=ot,this.commonService=ii,this.faUnlockAlt=v.B$L,this.password="",this.rtlSSO=0,this.rtlCookiePath="",this.accessKey="",this.flgShow=!1,this.screenSize="",this.screenSizeEnum=Q.cu,this.loginErrorMessage="",this.apiCallStatusEnum=Q.Bn,this.unSubs=[new h.x,new h.x,new h.x]}ngOnInit(){this.screenSize=this.commonService.getScreenSize(),(0,N2.a)([this.store.select(n.ul),this.store.select(n.Sr)]).pipe((0,y.R)(this.unSubs[0])).subscribe(([R,Ce])=>{this.loginErrorMessage="",R.status===Q.Bn.ERROR&&(this.loginErrorMessage=this.loginErrorMessage+("object"==typeof R.message?JSON.stringify(R.message):R.message),this.logger.error(R.message)),Ce.status===Q.Bn.ERROR&&(this.loginErrorMessage=this.loginErrorMessage+("object"==typeof Ce.message?JSON.stringify(Ce.message):Ce.message),this.logger.error(Ce.message))}),this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[1])).subscribe(R=>{this.appConfig=R,this.logger.info(R)})}onLogin(){if(!this.password)return!0;this.loginErrorMessage="",this.appConfig.enable2FA?(this.store.dispatch((0,Ue.qR)({payload:{maxWidth:"35rem",data:{component:R2}}})),this.rtlEffects.closeAlert.pipe((0,_e.q)(1)).subscribe(R=>{R&&this.store.dispatch((0,Ue.x4)({payload:{password:ue(this.password),defaultPassword:Q.kO.includes(this.password.toLowerCase()),twoFAToken:R.twoFAToken}}))})):this.store.dispatch((0,Ue.x4)({payload:{password:ue(this.password),defaultPassword:Q.kO.includes(this.password.toLowerCase())}}))}resetData(){this.password="",this.loginErrorMessage="",this.flgShow=!1}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(b.yh),e.Y36(ht.V),e.Y36(Ft.v))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-login"]],decls:25,vars:12,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","center stretch",1,"login-container"],["fxLayout","row","fxFlex","50","fxLayoutAlign","center stretch"],["fxLayout","row","fxFlex","45","fxLayoutAlign","center stretch"],["fxLayout","column","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign","stretch stretch"],["fxFlex","35","fxLayoutAlign","center center",1,"bg-primary"],["src","assets/images/RTL-Horse-BY.svg","alt","RTL Logo",1,"rtl-logo-svg"],["fxFlex","65","fxLayout","column","fxLayoutAlign","center stretch",3,"ngClass"],["fxLayout","row","fxLayoutAlign","center center",1,"page-title-container","p-0"],[1,"font-bold-500",3,"ngClass"],[1,"page-title"],[1,"mt-5px","mb-0","px-2"],["fxLayout","column","fxLayout.gt-sm","row wrap","fxLayoutAlign","start","fxLayoutAlign.gt-sm","space-between"],["loginForm","ngForm"],["fxFlex","100","fxLayoutAlign","start"],["autoFocus","","matInput","","placeholder","Password","id","password","name","password","tabindex","1","required","",3,"type","ngModel","ngModelChange"],["tabindex","2","matSuffix","",3,"click"],[4,"ngIf"],["fxFlex","100","class","color-warn pre-wrap","fxLayoutAlign","start start",4,"ngIf"],["fxLayout","row","fxFlex","100","fxLayoutAlign","end center",1,"mt-2"],["mat-stroked-button","","color","primary","tabindex","2","type","reset",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","3","type","submit",3,"click"],["fxFlex","100","fxLayoutAlign","start start",1,"color-warn","pre-wrap"],[1,"mr-1","icon-small"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1)(2,"mat-card",2)(3,"div",3)(4,"div",4),e._UZ(5,"img",5),e.qZA(),e.TgZ(6,"div",6)(7,"mat-card-header",7)(8,"mat-card-title",8)(9,"span",9),e._uU(10,"Welcome"),e.qZA()()(),e.TgZ(11,"mat-card-content",10)(12,"form",11,12)(14,"mat-form-field",13)(15,"input",14),e.NdJ("ngModelChange",function(ii){return Ce.password=ii}),e.qZA(),e.TgZ(16,"mat-icon",15),e.NdJ("click",function(){return Ce.flgShow=!Ce.flgShow}),e._uU(17),e.qZA(),e.YNc(18,Fo,2,0,"mat-error",16),e.qZA(),e.YNc(19,N1,4,1,"p",17),e.TgZ(20,"div",18)(21,"button",19),e.NdJ("click",function(){return Ce.resetData()}),e._uU(22,"Clear"),e.qZA(),e.TgZ(23,"button",20),e.NdJ("click",function(){return Ce.onLogin()}),e._uU(24,"Login"),e.qZA()()()()()()()()()),2&R&&(e.xp6(6),e.Q6J("ngClass",e.VKq(7,R1,Ce.screenSize===Ce.screenSizeEnum.XS)),e.xp6(2),e.Q6J("ngClass",e.WLB(9,H1,Ce.screenSize===Ce.screenSizeEnum.XS,Ce.screenSize!==Ce.screenSizeEnum.XS)),e.xp6(7),e.Q6J("type",Ce.flgShow?"text":"password")("ngModel",Ce.password),e.xp6(2),e.Oqu(Ce.flgShow?"visibility_off":"visibility"),e.xp6(1),e.Q6J("ngIf",!Ce.password),e.xp6(1),e.Q6J("ngIf",""!==Ce.loginErrorMessage))},directives:[C.xw,C.yH,C.Wh,P.a8,q.mk,Ri.oO,P.dk,P.n5,P.dn,Ae._Y,Ae.JL,Ae.F,dt.KE,Wt.Nt,Ae.Fj,De.h,Ae.Q7,Ae.JJ,Ae.On,Ma.Hw,dt.R9,q.O5,dt.TO,Te.lW],styles:[".login-container[_ngcontent-%COMP%]{height:90vh}.login-container[_ngcontent-%COMP%] .mat-card[_ngcontent-%COMP%]{height:30rem}.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:100%}@media only screen and (max-width: 56.25em){.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:37%}}@media only screen and (max-width: 37.5em){.login-container[_ngcontent-%COMP%] .rtl-logo-svg[_ngcontent-%COMP%]{width:70%}}.login-container[_ngcontent-%COMP%] .material-icons.mat-icon[_ngcontent-%COMP%]{font-size:120%;cursor:pointer}"]}),Y})();var lo=p(9442);let Vo=(()=>{class Y{constructor(R,Ce){this.activatedRoute=R,this.router=Ce,this.error={errorCode:"",errorMessage:""},this.faTimes=v.NBC,this.unsubs=[new h.x,new h.x]}ngOnInit(){this.router.routeReuseStrategy.shouldReuseRoute=()=>!1,this.router.onSameUrlNavigation="reload",this.activatedRoute.paramMap.pipe((0,y.R)(this.unsubs[0])).subscribe(R=>{this.error=window.history.state})}goToHelp(){this.router.navigate(["/help"])}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(I.gz),e.Y36(I.F0))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-error"]],decls:13,vars:3,consts:[["fxLayout","row","fxFlex","100","fxLayoutAlign","center center"],["fxLayout","column","fxFlex","60","fxLayoutAlign","start center"],["fxLayout","row","fxLayoutAlign","center center",1,"page-title-container","padding-gap-large"],[1,"font-size-300","font-bold-500"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column","fxLayoutAlign","center center",1,"padding-gap-large"],[1,"box-text","font-size-120"],["fxLayout","row","fxLayoutAlign","center","fxFlex","80"],["mat-flat-button","","color","primary","type","button",1,"mt-2",3,"click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"mat-card",1)(2,"mat-card-header",2)(3,"mat-card-title",3),e._UZ(4,"fa-icon",4),e.TgZ(5,"span",5),e._uU(6),e.qZA()()(),e.TgZ(7,"mat-card-content",6)(8,"div",7),e._uU(9),e.qZA(),e.TgZ(10,"span",8)(11,"button",9),e.NdJ("click",function(){return Ce.goToHelp()}),e._uU(12,"Go To Help"),e.qZA()()()()()),2&R&&(e.xp6(4),e.Q6J("icon",Ce.faTimes),e.xp6(2),e.hij("Error ",Ce.error.errorCode,""),e.xp6(3),e.Oqu(Ce.error.errorMessage))},directives:[C.xw,C.yH,C.Wh,P.a8,P.dk,P.n5,B.BN,P.dn,Te.lW],encapsulation:2}),Y})();var Tr=p(1643),F1=p(9828),co=p(8104),V1=p(6534),H2=p(9843);function Ar(Y,He){1&Y&&e._UZ(0,"span",16)}function To(Y,He){1&Y&&e._UZ(0,"span",17)}function zo(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"form",18,4)(2,"div",19),e._UZ(3,"fa-icon",2),e.TgZ(4,"span"),e._uU(5,"Please ensure that "),e.TgZ(6,"strong"),e._uU(7,"experimental-offers"),e.qZA(),e._uU(8," flag is set to true in the Core Lightning config before enabling it in RTL. Click "),e.TgZ(9,"strong")(10,"a",20),e._uU(11,"here"),e.qZA()(),e._uU(12," to learn more about Core Lightning offers."),e.qZA()(),e.TgZ(13,"h4",21),e._uU(14,"Description"),e.qZA(),e.TgZ(15,"span"),e._uU(16,"Offers is a draft specification (also referred as BOLT12) for Lightning nodes and wallets, with experimental support in Core Lightning."),e.qZA(),e.TgZ(17,"h4",21),e._uU(18,"Links"),e.qZA(),e.TgZ(19,"span")(20,"a",22),e._uU(21,"Core lightning Bolt12"),e.qZA()(),e._UZ(22,"mat-divider",23),e.TgZ(23,"div",24),e._UZ(24,"fa-icon",2),e.TgZ(25,"span"),e._uU(26,"Do not get an Offer tattoo until spec is fully ratified!"),e.qZA()(),e.TgZ(27,"mat-slide-toggle",25),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw(2).enableOffers=ot})("change",function(){return e.CHM(R),e.oxw(2).onUpdateFeature()}),e._uU(28),e.qZA()()}if(2&Y){const R=e.oxw(2);e.xp6(3),e.Q6J("icon",R.faInfoCircle),e.xp6(19),e.Q6J("inset",!0),e.xp6(2),e.Q6J("icon",R.faExclamationTriangle),e.xp6(3),e.Q6J("ngModel",R.enableOffers),e.xp6(1),e.hij("Enable Offers ",R.enableOffers?"(You can find Offers under Lightning -> Transactions -> Offers)":"","")}}function $l(Y,He){if(1&Y&&(e.TgZ(0,"mat-option",43),e._uU(1),e.ALo(2,"titlecase"),e.qZA()),2&Y){const R=He.$implicit;e.Q6J("value",R),e.xp6(1),e.hij(" ",e.lcZ(2,2,R.id)," ")}}function Ka(Y,He){if(1&Y&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&Y){const R=e.oxw(3);e.xp6(1),e.hij("",R.selPolicyType.placeholder," is required.")}}function Qa(Y,He){if(1&Y&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&Y){const R=e.oxw(3);e.xp6(1),e.AsE("",R.selPolicyType.placeholder," must be greater than or equal to ",R.selPolicyType.min,".")}}function e3(Y,He){if(1&Y&&(e.TgZ(0,"mat-error"),e._uU(1),e.qZA()),2&Y){const R=e.oxw(3);e.xp6(1),e.AsE("",R.selPolicyType.placeholder," must be less than or equal to ",R.selPolicyType.max,".")}}function z1(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Lease base fee is required."),e.qZA())}function eo(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Lease base basis is required."),e.qZA())}function B1(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Max channel routing base fee is required."),e.qZA())}function ma(Y,He){1&Y&&(e.TgZ(0,"mat-error"),e._uU(1,"Max channel routing fee rate is required."),e.qZA())}const ws=function(Y,He){return{"alert-danger":Y,"alert-info":He}};function uo(Y,He){if(1&Y&&(e.TgZ(0,"h4",44)(1,"span",45),e._uU(2),e.qZA()()),2&Y){const R=e.oxw(3);e.xp6(1),e.Q6J("ngClass",e.WLB(2,ws,!!R.updateMsg.error,!!R.updateMsg.data)),e.xp6(1),e.hij(" ",R.updateMsg.error&&""!==R.updateMsg.error?"Error: "+R.updateMsg.error||0:R.updateMsg.data&&""!==R.updateMsg.data?R.updateMsg.data:"Successfully Updated the Funding Policy!"," ")}}function t3(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"form",18,4)(2,"div",26),e._UZ(3,"fa-icon",2),e.TgZ(4,"span"),e._uU(5,"These config changes should be configured permanently via the config file on your CLN node otherwise the policy would need to be configured again, if your node restarts."),e.qZA()(),e.TgZ(6,"div",27)(7,"mat-form-field",28)(8,"mat-select",29),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw(2).selPolicyType=ot})("selectionChange",function(){return e.CHM(R),e.oxw(2).policyMod=null}),e.YNc(9,$l,3,4,"mat-option",30),e.qZA()(),e.TgZ(10,"mat-form-field",31)(11,"input",32,33),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw(2).policyMod=ot}),e.qZA(),e.TgZ(13,"mat-hint"),e._uU(14),e.qZA(),e.YNc(15,Ka,2,1,"mat-error",34),e.YNc(16,Qa,2,2,"mat-error",34),e.YNc(17,e3,2,2,"mat-error",34),e.qZA()(),e.TgZ(18,"div",27)(19,"mat-form-field",31)(20,"input",35),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw(2).leaseFeeBaseSat=ot}),e.qZA(),e.YNc(21,z1,2,0,"mat-error",34),e.qZA(),e.TgZ(22,"mat-form-field",31)(23,"input",36),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw(2).leaseFeeBasis=ot}),e.qZA(),e.YNc(24,eo,2,0,"mat-error",34),e.qZA()(),e.TgZ(25,"div",27)(26,"mat-form-field",31)(27,"input",37),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw(2).channelFeeMaxBaseSat=ot}),e.qZA(),e.YNc(28,B1,2,0,"mat-error",34),e.qZA(),e.TgZ(29,"mat-form-field",31)(30,"input",38),e.NdJ("ngModelChange",function(ot){return e.CHM(R),e.oxw(2).channelFeeMaxProportional=ot}),e.qZA(),e.YNc(31,ma,2,0,"mat-error",34),e.qZA()(),e.YNc(32,uo,3,5,"h4",39),e.TgZ(33,"div",40)(34,"button",41),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onResetPolicy()}),e._uU(35,"Reset"),e.qZA(),e.TgZ(36,"button",42),e.NdJ("click",function(){return e.CHM(R),e.oxw(2).onUpdateFundingPolicy()}),e._uU(37,"Update"),e.qZA()()()}if(2&Y){const R=e.oxw(2);e.xp6(3),e.Q6J("icon",R.faExclamationTriangle),e.xp6(5),e.Q6J("ngModel",R.selPolicyType),e.xp6(1),e.Q6J("ngForOf",R.policyTypes),e.xp6(2),e.Q6J("ngModel",R.policyMod)("placeholder",R.selPolicyType.placeholder)("step","fixed"===R.selPolicyType.id?1e3:10)("min",R.selPolicyType.min)("max",R.selPolicyType.max),e.xp6(3),e.lnq("",R.selPolicyType.placeholder," should be between ",R.selPolicyType.min," and ",R.selPolicyType.max,""),e.xp6(1),e.Q6J("ngIf",!R.policyMod),e.xp6(1),e.Q6J("ngIf",R.policyModR.selPolicyType.max),e.xp6(3),e.Q6J("ngModel",R.leaseFeeBaseSat),e.xp6(1),e.Q6J("ngIf",!R.leaseFeeBaseSat),e.xp6(2),e.Q6J("ngModel",R.leaseFeeBasis),e.xp6(1),e.Q6J("ngIf",!R.leaseFeeBasis),e.xp6(3),e.Q6J("ngModel",R.channelFeeMaxBaseSat),e.xp6(1),e.Q6J("ngIf",!R.channelFeeMaxBaseSat),e.xp6(2),e.Q6J("ngModel",R.channelFeeMaxProportional),e.xp6(1),e.Q6J("ngIf",!R.channelFeeMaxProportional),e.xp6(1),e.Q6J("ngIf",R.flgUpdateCalled)}}function F2(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"mat-expansion-panel",9),e.NdJ("opened",function(){const ii=e.CHM(R).index;return e.oxw().onPanelExpanded(ii)}),e.TgZ(1,"mat-expansion-panel-header")(2,"mat-panel-title",10)(3,"h4",11),e._uU(4),e.qZA(),e.TgZ(5,"h4",11),e.YNc(6,Ar,1,0,"span",12),e.YNc(7,To,1,0,"span",13),e._uU(8),e.qZA()()(),e.TgZ(9,"div",14),e.YNc(10,zo,29,5,"form",15),e.YNc(11,t3,38,23,"form",15),e.qZA()()}if(2&Y){const R=He.$implicit,Ce=He.index;e.Q6J("expanded",!1),e.xp6(4),e.Oqu(R.name),e.xp6(2),e.Q6J("ngIf",R.enabled),e.xp6(1),e.Q6J("ngIf",!R.enabled),e.xp6(1),e.hij(" ",R.enabled?"Enabled":"Disabled"," "),e.xp6(2),e.Q6J("ngIf",0===Ce),e.xp6(1),e.Q6J("ngIf",1===Ce)}}let ms=(()=>{class Y{constructor(R,Ce,ot,ii){this.logger=R,this.store=Ce,this.dataService=ot,this.commonService=ii,this.faInfoCircle=v.sqG,this.faExclamationTriangle=v.eHv,this.faCode=v.dT$,this.features=[{name:"Offers",enabled:!1},{name:"Channel Funding Policy",enabled:!1}],this.enableOffers=!1,this.fundingPolicy={},this.policyTypes=Q.gB,this.selPolicyType=Q.gB[0],this.flgUpdateCalled=!1,this.updateMsg={},this.unSubs=[new h.x,new h.x,new h.x,new h.x,new h.x]}ngOnInit(){this.dataService.listConfigs().pipe((0,y.R)(this.unSubs[0])).subscribe({next:R=>{this.logger.info("Received List Configs: "+JSON.stringify(R)),this.features[1].enabled=!!R["experimental-dual-fund"]},error:R=>{this.logger.error("List Configs Error: "+JSON.stringify(R)),this.features[1].enabled=!1}}),this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(R=>{this.selNode=R,this.enableOffers=this.selNode.settings.enableOffers||!1,this.features[0].enabled=this.enableOffers,this.logger.info(this.selNode)}),this.store.select(F1.Rn).pipe((0,y.R)(this.unSubs[2])).subscribe(R=>{this.policyTypes[2].max=R.balance.totalBalance||1e3})}onPanelExpanded(R){1===R&&!this.fundingPolicy.policy&&this.dataService.getOrUpdateFunderPolicy().pipe((0,y.R)(this.unSubs[3])).subscribe(Ce=>{this.logger.info("Received Funder Update Policy: "+JSON.stringify(Ce)),this.fundingPolicy=Ce,this.fundingPolicy.policy&&(this.selPolicyType=Q.gB.find(ot=>ot.id===this.fundingPolicy.policy)||this.policyTypes[0]),this.policyMod=this.fundingPolicy.policy_mod||0===this.fundingPolicy.policy_mod?this.fundingPolicy.policy_mod:null,this.leaseFeeBaseSat=this.fundingPolicy.lease_fee_base_msat?this.fundingPolicy.lease_fee_base_msat/1e3:0===this.fundingPolicy.lease_fee_base_msat?0:null,this.leaseFeeBasis=this.fundingPolicy.lease_fee_basis||0===this.fundingPolicy.lease_fee_basis?this.fundingPolicy.lease_fee_basis:null,this.channelFeeMaxBaseSat=this.fundingPolicy.channel_fee_max_base_msat?this.fundingPolicy.channel_fee_max_base_msat/1e3:0===this.fundingPolicy.channel_fee_max_base_msat?0:null,this.channelFeeMaxProportional=this.fundingPolicy.channel_fee_max_proportional_thousandths||0===this.fundingPolicy.channel_fee_max_proportional_thousandths?1e3*this.fundingPolicy.channel_fee_max_proportional_thousandths:null})}onUpdateFeature(){this.logger.info(this.selNode),this.selNode.settings.enableOffers=this.enableOffers,this.features[0].enabled=this.enableOffers,this.store.dispatch((0,Ue.jS)({payload:{uiMessage:Q.m6.UPDATE_SETTING,service:Q.JX.OFFERS,settings:{enableOffers:this.enableOffers}}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.enableOffers}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.enableOffers}})),this.store.dispatch((0,Yt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.enableOffers}}))}onUpdateFundingPolicy(){this.flgUpdateCalled=!0,this.updateMsg={},this.dataService.getOrUpdateFunderPolicy(this.selPolicyType.id,this.policyMod,this.leaseFeeBaseSat,this.leaseFeeBasis,1e3*(this.channelFeeMaxBaseSat||0),this.channelFeeMaxProportional?this.channelFeeMaxProportional/1e3:0).pipe((0,y.R)(this.unSubs[4])).subscribe({next:R=>{this.logger.info(R),this.fundingPolicy=R,this.updateMsg={data:"Compact Lease: "+R.compact_lease},setTimeout(()=>{this.flgUpdateCalled=!1},5e3)},error:R=>{this.logger.error(R),this.updateMsg={error:this.commonService.extractErrorMessage(R,"Error in updating funder policy")},setTimeout(()=>{this.flgUpdateCalled=!1},5e3)}})}onResetPolicy(){this.flgUpdateCalled=!1,this.updateMsg={},this.selPolicyType=this.fundingPolicy.policy?Q.gB.find(R=>R.id===this.fundingPolicy.policy)||this.policyTypes[0]:Q.gB[0],this.policyMod=this.fundingPolicy.policy_mod||0===this.fundingPolicy.policy_mod?this.fundingPolicy.policy_mod:null,this.leaseFeeBaseSat=this.fundingPolicy.lease_fee_base_msat?this.fundingPolicy.lease_fee_base_msat/1e3:0===this.fundingPolicy.lease_fee_base_msat?0:null,this.leaseFeeBasis=this.fundingPolicy.lease_fee_basis||0===this.fundingPolicy.lease_fee_basis?this.fundingPolicy.lease_fee_basis:null,this.channelFeeMaxBaseSat=this.fundingPolicy.channel_fee_max_base_msat?this.fundingPolicy.channel_fee_max_base_msat/1e3:0===this.fundingPolicy.channel_fee_max_base_msat?0:null,this.channelFeeMaxProportional=this.fundingPolicy.channel_fee_max_proportional_thousandths||0===this.fundingPolicy.channel_fee_max_proportional_thousandths?1e3*this.fundingPolicy.channel_fee_max_proportional_thousandths:null}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(b.yh),e.Y36(co.D),e.Y36(Ft.v))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-experimental-settings"]],decls:13,vars:3,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxFlex","100",1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["fxLayout","column","fxLayoutAlign","start stretch",1,"page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","row"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["class","flat-expansion-panel my-1",3,"expanded","opened",4,"ngFor","ngForOf"],[1,"flat-expansion-panel","my-1",3,"expanded","opened"],["fxFlex","100","fxLayoutAlign","space-between center"],[1,"font-bold-500"],["class","dot green",4,"ngIf"],["class","dot yellow",4,"ngIf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch","class","page-sub-title-container",4,"ngIf"],[1,"dot","green"],[1,"dot","yellow"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"page-sub-title-container"],["fxFlex","100",1,"alert","alert-info"],["href","http://bolt12.org","target","_blank"],[1,"mt-2"],["href","https://github.com/lightningnetwork/lightning-rfc/pull/798 ","target","blank"],[1,"my-2",3,"inset"],[1,"alert","alert-warn"],["autoFocus","","tabindex","1","color","primary","name","enableOfr",1,"my-1",3,"ngModel","ngModelChange","change"],["fxFlex","100","fxLayout","row",1,"alert","alert-warn"],["fxLayout","column","fxLayout.gt-sm","row","fxFlex","100","fxLayoutAlign.gt-sm","space-between center","fxLayoutAlign","start stretch"],["fxFlex","49","fxLayoutAlign","start end"],["autofocus","","tabindex","1","placeholder","Policy","name","policy",3,"ngModel","ngModelChange","selectionChange"],[3,"value",4,"ngFor","ngForOf"],["fxFlex","49"],["matInput","","type","number","tabindex","2","required","","name","plcMod",3,"ngModel","placeholder","step","min","max","ngModelChange"],["plcMod","ngModel"],[4,"ngIf"],["matInput","","placeholder","Lease Base Fee (Sats)","type","number","step","100","min","0","tabindex","3","required","","name","leaseFeeBaseSat",3,"ngModel","ngModelChange"],["matInput","","placeholder","Lease Base Basis (bps)","type","number","step","1","min","0","tabindex","4","required","","name","leaseFeeBasis",3,"ngModel","ngModelChange"],["matInput","","placeholder","Max Channel Routing Base Fee (Sats)","type","number","step","100","min","0","tabindex","5","required","","name","channelFeeMaxBaseSat",3,"ngModel","ngModelChange"],["matInput","","placeholder","Max Channel Routing Fee Rate (ppm)","type","number","step","1000","min","0","tabindex","6","required","","name","channelFeeMaxProportional",3,"ngModel","ngModelChange"],["fxLayoutAlign","start stretch","class","font-bold-500 mt-2",4,"ngIf"],["fxLayout","row",1,"my-1"],["mat-stroked-button","","color","primary","tabindex","7",1,"mr-1",3,"click"],["mat-flat-button","","color","primary","tabindex","8",3,"click"],[3,"value"],["fxLayoutAlign","start stretch",1,"font-bold-500","mt-2"],["fxFlex","100",1,"alert",3,"ngClass"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span"),e._uU(4,"Experimental features should be enabled with caution. Many such features may be implementation specific and not ratified for the BOLT spec. Enabling these may still result in a broken experience. Referencing relevant feature documentation is highly advised before enabling."),e.qZA()(),e.TgZ(5,"form",3,4)(7,"div",5),e._UZ(8,"fa-icon",6),e.TgZ(9,"span",7),e._uU(10,"Features"),e.qZA()(),e.TgZ(11,"mat-accordion"),e.YNc(12,F2,12,7,"mat-expansion-panel",8),e.qZA()()()),2&R&&(e.xp6(2),e.Q6J("icon",Ce.faInfoCircle),e.xp6(6),e.Q6J("icon",Ce.faCode),e.xp6(4),e.Q6J("ngForOf",Ce.features))},directives:[C.xw,C.yH,V.$V,B.BN,Ae._Y,Ae.JL,Ae.F,C.Wh,Ln.pp,q.sg,Ln.ib,Ln.yz,Ln.yK,q.O5,Ge.d,Kt.Rr,De.h,Ae.JJ,Ae.On,dt.KE,Ie.gD,le.ey,Wt.Nt,Ae.wV,Ae.qQ,Ae.Fd,Ae.Fj,V1.q,H2.F,Ae.Q7,dt.bx,dt.TO,q.mk,Ri.oO,Te.lW],pipes:[q.rS],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),Y})();function ts(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"div",8),e.NdJ("click",function(){const ii=e.CHM(R).$implicit;return e.oxw().activeTab=ii}),e._uU(1),e.qZA()}if(2&Y){const R=He.$implicit,Ce=e.oxw();e.s9C("routerLink",R.link),e.Q6J("active",Ce.activeTab.link===R.link),e.xp6(1),e.Oqu(R.name)}}let V2=(()=>{class Y{constructor(R){this.router=R,this.faHandshake=v.yOe,this.links=[{link:"peers",name:"Peers"},{link:"psout",name:"Peerswap Out"},{link:"psin",name:"Peerswap In"},{link:"pscancelled",name:"Cancelled Peerswaps"}],this.activeTab=this.links[0],this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){const R=this.links.find(Ce=>this.router.url.includes(Ce.link));this.activeTab=R||this.links[0],this.router.events.pipe((0,y.R)(this.unSubs[0]),(0,oe.h)(Ce=>Ce instanceof I.Av)).subscribe({next:Ce=>{const ot=this.links.find(ii=>Ce.urlAfterRedirects.includes(ii.link));this.activeTab=ot||this.links[0]}})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(I.F0))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-peerswap"]],decls:11,vars:2,consts:[["fxLayout","row","fxLayoutAlign","start center",1,"page-title-container"],[1,"page-title-img","mr-1",3,"icon"],[1,"page-title"],["fxLayout","column",1,"padding-gap-x"],["fxLayout","column"],["mat-tab-nav-bar",""],["role","tab","mat-tab-link","","class","mat-tab-label",3,"active","routerLink","click",4,"ngFor","ngForOf"],["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between stretch",1,"mat-tab-body-wrapper","mb-2"],["role","tab","mat-tab-link","",1,"mat-tab-label",3,"active","routerLink","click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e._UZ(1,"fa-icon",1),e.TgZ(2,"span",2),e._uU(3,"Peerswap"),e.qZA()(),e.TgZ(4,"div",3)(5,"mat-card")(6,"mat-card-content",4)(7,"nav",5),e.YNc(8,ts,2,3,"div",6),e.qZA(),e.TgZ(9,"div",7),e._UZ(10,"router-outlet"),e.qZA()()()()),2&R&&(e.xp6(1),e.Q6J("icon",Ce.faHandshake),e.xp6(7),e.Q6J("ngForOf",Ce.links))},directives:[C.xw,C.Wh,B.BN,P.a8,P.dn,F.BU,q.sg,F.Nj,I.rH,C.yH,I.lC],styles:[""]}),Y})();const e0=I.Bz.forRoot([{path:"",pathMatch:"full",redirectTo:"login"},{path:"lnd",loadChildren:()=>Promise.all([p.e(893),p.e(636)]).then(p.bind(p,1636)).then(Y=>Y.LNDModule),canActivate:[Tr.a1]},{path:"cln",loadChildren:()=>Promise.all([p.e(893),p.e(564)]).then(p.bind(p,9564)).then(Y=>Y.CLNModule),canActivate:[Tr.a1]},{path:"ecl",loadChildren:()=>Promise.all([p.e(893),p.e(924)]).then(p.bind(p,7924)).then(Y=>Y.ECLModule),canActivate:[Tr.a1]},{path:"settings",component:we,canActivate:[Tr.a1],children:[{path:"",pathMatch:"full",redirectTo:"app"},{path:"app",component:ee,canActivate:[Tr.a1]},{path:"auth",component:Xt,canActivate:[Tr.a1]},{path:"bconfig",component:Tt,canActivate:[Tr.a1]}]},{path:"config",component:Qe,canActivate:[Tr.a1],children:[{path:"",pathMatch:"full",redirectTo:"layout"},{path:"layout",component:Wi,canActivate:[Tr.a1]},{path:"services",component:Zr,canActivate:[Tr.a1],children:[{path:"",pathMatch:"full",redirectTo:"loop"},{path:"loop",component:Za,canActivate:[Tr.a1]},{path:"boltz",component:sa,canActivate:[Tr.a1]},{path:"peerswap",component:(()=>{class Y{constructor(R,Ce){this.logger=R,this.store=Ce,this.faInfoCircle=v.sqG,this.enablePeerswap=!1,this.unSubs=[new h.x,new h.x]}ngOnInit(){this.store.select(n.dT).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{this.selNode=R,this.enablePeerswap=!!(null==R?void 0:R.settings.enablePeerswap),this.logger.info(R)})}onUpdateService(){this.store.dispatch((0,Ue.jS)({payload:{uiMessage:Q.m6.UPDATE_PEERSWAP_SETTINGS,service:Q.JX.PEERSWAP,settings:{enablePeerswap:this.enablePeerswap}}})),this.store.dispatch((0,nt.JT)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers,enablePeerswap:this.selNode.settings.enablePeerswap}})),this.store.dispatch((0,wi.oo)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers,enablePeerswap:this.selNode.settings.enablePeerswap}})),this.store.dispatch((0,Yt.Zr)({payload:{userPersona:this.selNode.settings.userPersona,channelBackupPath:this.selNode.settings.channelBackupPath,selCurrencyUnit:this.selNode.settings.currencyUnit,currencyUnits:this.selNode.settings.currencyUnits,fiatConversion:this.selNode.settings.fiatConversion,lnImplementation:this.selNode.lnImplementation,swapServerUrl:this.selNode.settings.swapServerUrl,boltzServerUrl:this.selNode.settings.boltzServerUrl,enableOffers:this.selNode.settings.enableOffers,enablePeerswap:this.selNode.settings.enablePeerswap}}))}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(b.yh))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-peerswap-service-settings"]],decls:20,vars:2,consts:[["fxLayout","column","fxFlex","100",3,"perfectScrollbar"],["fxFlex","100",1,"alert","alert-info","mt-1"],[1,"mr-1","alert-icon",3,"icon"],["href","https://github.com/ElementsProject/peerswap","target","_blank"],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"settings-container","page-sub-title-container","mt-1"],["form","ngForm"],["fxLayout","column","fxFlex","50","fxLayoutAlign","start stretch"],["autoFocus","","tabindex","1","color","primary","name","peerswap",1,"mb-1",3,"ngModel","ngModelChange"],["fxLayout","row",1,"mt-2"],["mat-flat-button","","color","primary","type","submit","tabindex","5",3,"click"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1),e._UZ(2,"fa-icon",2),e.TgZ(3,"span"),e._uU(4,"Please ensure that "),e.TgZ(5,"strong"),e._uU(6,"peerswapd"),e.qZA(),e._uU(7," is running and accessible to RTL before enabling this service. Click "),e.TgZ(8,"strong")(9,"a",3),e._uU(10,"here"),e.qZA()(),e._uU(11," to learn more about Core Lightning peerswap."),e.qZA()(),e.TgZ(12,"form",4,5)(14,"div",6)(15,"mat-slide-toggle",7),e.NdJ("ngModelChange",function(ii){return Ce.enablePeerswap=ii}),e._uU(16,"Enable Peerswap Service"),e.qZA()()(),e.TgZ(17,"div",8)(18,"button",9),e.NdJ("click",function(){return Ce.onUpdateService()}),e._uU(19,"Update"),e.qZA()()()),2&R&&(e.xp6(2),e.Q6J("icon",Ce.faInfoCircle),e.xp6(13),e.Q6J("ngModel",Ce.enablePeerswap))},directives:[C.xw,C.yH,V.$V,B.BN,Ae._Y,Ae.JL,Ae.F,C.Wh,Kt.Rr,De.h,Ae.JJ,Ae.On,Te.lW],styles:["h4[_ngcontent-%COMP%]{word-break:break-word}"]}),Y})(),canActivate:[Tr.a1]}]},{path:"experimental",component:ms,canActivate:[Tr.a1]},{path:"lnconfig",component:mn,canActivate:[Tr.a1]}]},{path:"services",component:Da,canActivate:[Tr.a1],children:[{path:"",pathMatch:"full",redirectTo:"loop"},{path:"loop",pathMatch:"full",redirectTo:"loop/loopout"},{path:"loop/:selTab",component:Di},{path:"boltz",pathMatch:"full",redirectTo:"boltz/swapout"},{path:"boltz/:selTab",component:Vn},{path:"peerswap",component:V2,canActivate:[Tr.a1],children:[{path:"",pathMatch:"full",redirectTo:"peers"},{path:"peers",component:(()=>{class Y{constructor(){this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-peerswap-peers"]],decls:2,vars:0,template:function(R,Ce){1&R&&(e.TgZ(0,"h1"),e._uU(1,"Swap Peers"),e.qZA())},styles:[""]}),Y})(),canActivate:[Tr.a1]},{path:"psout",component:(()=>{class Y{constructor(){this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-peer-swaps-out"]],decls:2,vars:0,template:function(R,Ce){1&R&&(e.TgZ(0,"h1"),e._uU(1,"Peerswaps Out"),e.qZA())},styles:[""]}),Y})(),canActivate:[Tr.a1]},{path:"psin",component:(()=>{class Y{constructor(){this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-peer-swaps-in"]],decls:2,vars:0,template:function(R,Ce){1&R&&(e.TgZ(0,"h1"),e._uU(1,"Peerswaps In"),e.qZA())},styles:[""]}),Y})(),canActivate:[Tr.a1]},{path:"pscancelled",component:(()=>{class Y{constructor(){this.unSubs=[new h.x,new h.x,new h.x,new h.x]}ngOnInit(){}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-peerswap-cancelled"]],decls:2,vars:0,template:function(R,Ce){1&R&&(e.TgZ(0,"h1"),e._uU(1,"Peerswaps Cancelled"),e.qZA())},styles:[""]}),Y})(),canActivate:[Tr.a1]}]}]},{path:"help",component:oo},{path:"login",component:Eo},{path:"error",component:Vo},{path:"**",component:lo.w}]);var r3=p(8750),Fa=p(8878),Uo=p(4594),Bs=p(7238),U1=p(2181);function c1(Y,He){if(1&Y&&(e.TgZ(0,"p",2),e._UZ(1,"fa-icon",3),e.TgZ(2,"span"),e._uU(3),e.qZA()()),2&Y){const R=e.oxw();e.xp6(1),e.Q6J("icon",R.faCode),e.xp6(2),e.hij("API Version: ",null==R.information?null:R.information.api_version,"")}}function G1(Y,He){if(1&Y&&(e.TgZ(0,"a",11),e._UZ(1,"fa-icon",3),e.TgZ(2,"span",12),e._uU(3,"Settings"),e.qZA()()),2&Y){const R=e.oxw();e.xp6(1),e.Q6J("icon",R.faUserCog)}}function Z1(Y,He){if(1&Y&&(e.TgZ(0,"a",13),e._UZ(1,"fa-icon",3),e.TgZ(2,"span",14),e._uU(3,"Help"),e.qZA()()),2&Y){const R=e.oxw();e.xp6(1),e.Q6J("icon",R.faLifeRing)}}function a3(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"a",15),e.NdJ("click",function(){return e.CHM(R),e.oxw().onClick()}),e._UZ(1,"fa-icon",3),e.TgZ(2,"span"),e._uU(3,"Logout"),e.qZA()()}if(2&Y){const R=e.oxw();e.xp6(1),e.Q6J("icon",R.faEject)}}let z2=(()=>{class Y{constructor(R,Ce,ot,ii,Zi){this.logger=R,this.sessionService=Ce,this.store=ot,this.rtlEffects=ii,this.actions=Zi,this.faUserCog=v.gNZ,this.faCodeBranch=v.mh3,this.faCode=v.dT$,this.faCog=v.b7W,this.faLifeRing=v.uli,this.faEject=v.KOR,this.version="",this.information={},this.informationChain={},this.flgLoading=!0,this.showLogout=!1,this.unSubs=[new h.x,new h.x,new h.x,new h.x],this.version=Lt.q4}ngOnInit(){this.store.select(n.R4).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{if(this.information=R,this.flgLoading=!this.information.identity_pubkey,this.information.identity_pubkey){if(this.information.chains&&"string"==typeof this.information.chains[0])this.informationChain.chain=this.information.chains[0].toString(),this.informationChain.network=this.information.testnet?"Testnet":"Mainnet";else if(this.information&&this.information.chains&&this.information.chains.length&&this.information.chains.length>0&&"object"==typeof this.information.chains[0]&&this.information.chains[0].hasOwnProperty("chain")){const Ce=this.information.chains[0];this.informationChain.chain=Ce.chain,this.informationChain.network=Ce.network}}else this.informationChain.chain="",this.informationChain.network="";this.logger.info(R)}),this.sessionService.watchSession().pipe((0,y.R)(this.unSubs[1])).subscribe(R=>{this.showLogout=!!R.token,this.flgLoading=!!R.token}),this.actions.pipe((0,y.R)(this.unSubs[2]),(0,oe.h)(R=>R.type===Q.pg.LOGOUT)).subscribe(()=>{this.showLogout=!1})}onClick(){this.store.dispatch((0,Ue.c1)({payload:{data:{type:Q.n_.CONFIRM,alertTitle:"Logout",titleMessage:"Logout from this device?",noBtnText:"Cancel",yesBtnText:"Logout"}}})),this.rtlEffects.closeConfirm.pipe((0,y.R)(this.unSubs[3])).subscribe(R=>{R&&(this.showLogout=!1,this.store.dispatch((0,Ue.kS)()))})}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(Se.m),e.Y36(b.yh),e.Y36(ht.V),e.Y36(d.eX))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-top-menu"]],decls:14,vars:8,consts:[[1,"top-menu",3,"overlapTrigger"],["topMenu","matMenu"],["mat-menu-item",""],[1,"fa-icon-small","mr-1",3,"icon"],["mat-menu-item","",4,"ngIf"],["mat-menu-item","","routerLink","/settings",4,"ngIf"],["mat-menu-item","","routerLink","/help",4,"ngIf"],["mat-menu-item","",3,"click",4,"ngIf"],["mat-icon-button","",1,"top-toolbar-icon",3,"matMenuTriggerFor"],["src","assets/images/RTL-Horse-BY.svg","alt","RTL Logo"],[1,"logo-icon"],["mat-menu-item","","routerLink","/settings"],["routerLink","/settings"],["mat-menu-item","","routerLink","/help"],["routerLink","/help"],["mat-menu-item","",3,"click"]],template:function(R,Ce){if(1&R&&(e.TgZ(0,"mat-menu",0,1)(2,"p",2),e._UZ(3,"fa-icon",3),e.TgZ(4,"span"),e._uU(5),e.qZA()(),e.YNc(6,c1,4,2,"p",4),e.YNc(7,G1,4,1,"a",5),e.YNc(8,Z1,4,1,"a",6),e.YNc(9,a3,4,1,"a",7),e.qZA(),e.TgZ(10,"button",8),e._UZ(11,"img",9),e.TgZ(12,"mat-icon",10),e._uU(13,"arrow_drop_down"),e.qZA()()),2&R){const ot=e.MAs(1);e.Q6J("overlapTrigger",!1),e.xp6(3),e.Q6J("icon",Ce.faCodeBranch),e.xp6(2),e.hij("Version: ",Ce.version,""),e.xp6(1),e.Q6J("ngIf",null==Ce.information?null:Ce.information.api_version),e.xp6(1),e.Q6J("ngIf",Ce.showLogout),e.xp6(1),e.Q6J("ngIf",Ce.showLogout),e.xp6(1),e.Q6J("ngIf",Ce.showLogout),e.xp6(1),e.Q6J("matMenuTriggerFor",ot)}},directives:[U1.VK,U1.OP,B.BN,q.O5,I.yS,I.rH,Te.lW,U1.p6,Ma.Hw],styles:[".mat-menu-content,.mat-menu-content p.mat-menu-item{cursor:default}.mat-menu-content p.mat-menu-item fa-icon,.mat-menu-content p.mat-menu-item span,.mat-menu-content p.mat-menu-item div{cursor:default}.mat-menu-content p.mat-menu-item:hover{cursor:default!important}.top-toolbar-icon .mat-button-wrapper img{width:3.2rem}.top-toolbar-icon .mat-button-wrapper .material-icons.mat-icon.logo-icon{font-size:2rem;text-align:start}\n"],encapsulation:2}),Y})();var Go=p(2638),gs=p(8258),Qr=p(149);const qa={LNDChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:v.HLz,link:"/lnd/home",userPersona:Q.ol.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:v.nNP,link:"/lnd/onchain",userPersona:Q.ol.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:v.BDt,link:"/lnd/connections",userPersona:Q.ol.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:v.FVb,link:"/lnd/connections",userPersona:Q.ol.ALL},{id:32,parentId:3,name:"Transactions",iconType:"FA",icon:v.Ssp,link:"/lnd/transactions",userPersona:Q.ol.ALL},{id:33,parentId:3,name:"Routing",iconType:"FA",icon:v.SuH,link:"/lnd/routing",userPersona:Q.ol.ALL},{id:34,parentId:3,name:"Reports",iconType:"FA",icon:v.koM,link:"/lnd/reports",userPersona:Q.ol.ALL},{id:35,parentId:3,name:"Graph Lookup",iconType:"FA",icon:v.wn1,link:"/lnd/graph",userPersona:Q.ol.ALL},{id:36,parentId:3,name:"Sign/Verify",iconType:"FA",icon:v.hkK,link:"/lnd/messages",userPersona:Q.ol.ALL},{id:37,parentId:3,name:"Backup",iconType:"FA",icon:v.q7m,link:"/lnd/channelbackup",userPersona:Q.ol.ALL},{id:38,parentId:3,name:"Network",iconType:"FA",icon:v.TmZ,link:"/lnd/network",userPersona:Q.ol.OPERATOR},{id:39,parentId:3,name:"Node/Network",iconType:"FA",icon:v.xf3,link:"/lnd/network",userPersona:Q.ol.MERCHANT}]},{id:4,parentId:0,name:"Services",iconType:"FA",icon:v.Krp,link:"/services/loop",userPersona:Q.ol.ALL,children:[{id:41,parentId:4,name:"Loop",iconType:"FA",icon:v.vqe,link:"/services/loop",userPersona:Q.ol.ALL},{id:42,parentId:4,name:"Boltz",iconType:"SVG",icon:"boltzIconBlock",link:"/services/boltz",userPersona:Q.ol.ALL}]},{id:5,parentId:0,name:"Node Config",iconType:"FA",icon:v.CgH,link:"/config",userPersona:Q.ol.ALL},{id:6,parentId:0,name:"Help",iconType:"FA",icon:v.Psp,link:"/help",userPersona:Q.ol.ALL}],CLNChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:v.HLz,link:"/cln/home",userPersona:Q.ol.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:v.nNP,link:"/cln/onchain",userPersona:Q.ol.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:v.BDt,link:"/cln/connections",userPersona:Q.ol.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:v.FVb,link:"/cln/connections",userPersona:Q.ol.ALL},{id:32,parentId:3,name:"Liquidity Ads",iconType:"FA",icon:v.Acd,link:"/cln/liquidityads",userPersona:Q.ol.ALL},{id:33,parentId:3,name:"Transactions",iconType:"FA",icon:v.Ssp,link:"/cln/transactions",userPersona:Q.ol.ALL},{id:34,parentId:3,name:"Routing",iconType:"FA",icon:v.SuH,link:"/cln/routing",userPersona:Q.ol.ALL},{id:35,parentId:3,name:"Reports",iconType:"FA",icon:v.koM,link:"/cln/reports",userPersona:Q.ol.ALL},{id:36,parentId:3,name:"Graph Lookup",iconType:"FA",icon:v.wn1,link:"/cln/graph",userPersona:Q.ol.ALL},{id:37,parentId:3,name:"Sign/Verify",iconType:"FA",icon:v.hkK,link:"/cln/messages",userPersona:Q.ol.ALL},{id:38,parentId:3,name:"Fee Rates",iconType:"FA",icon:v.USL,link:"/cln/rates",userPersona:Q.ol.OPERATOR},{id:39,parentId:3,name:"Node/Fee Rates",iconType:"FA",icon:v.xf3,link:"/cln/rates",userPersona:Q.ol.MERCHANT}]},{id:4,parentId:0,name:"Services",iconType:"FA",icon:v.Krp,link:"/services/peerswap",userPersona:Q.ol.ALL,children:[{id:41,parentId:4,name:"Peerswap",iconType:"FA",icon:v.yOe,link:"/services/peerswap",userPersona:Q.ol.ALL}]},{id:5,parentId:0,name:"Node Config",iconType:"FA",icon:v.CgH,link:"/config",userPersona:Q.ol.ALL},{id:6,parentId:0,name:"Help",iconType:"FA",icon:v.Psp,link:"/help",userPersona:Q.ol.ALL}],ECLChildren:[{id:1,parentId:0,name:"Dashboard",iconType:"FA",icon:v.HLz,link:"/ecl/home",userPersona:Q.ol.ALL},{id:2,parentId:0,name:"On-chain",iconType:"FA",icon:v.nNP,link:"/ecl/onchain",userPersona:Q.ol.ALL},{id:3,parentId:0,name:"Lightning",iconType:"FA",icon:v.BDt,link:"/ecl/connections",userPersona:Q.ol.ALL,children:[{id:31,parentId:3,name:"Peers/Channels",iconType:"FA",icon:v.FVb,link:"/ecl/connections",userPersona:Q.ol.ALL},{id:32,parentId:3,name:"Transactions",iconType:"FA",icon:v.Ssp,link:"/ecl/transactions",userPersona:Q.ol.ALL},{id:33,parentId:3,name:"Routing",iconType:"FA",icon:v.SuH,link:"/ecl/routing",userPersona:Q.ol.ALL},{id:34,parentId:3,name:"Reports",iconType:"FA",icon:v.koM,link:"/ecl/reports",userPersona:Q.ol.ALL},{id:35,parentId:3,name:"Graph Lookup",iconType:"FA",icon:v.wn1,link:"/ecl/graph",userPersona:Q.ol.ALL}]},{id:4,parentId:0,name:"Node Config",iconType:"FA",icon:v.CgH,link:"/config",userPersona:Q.ol.ALL},{id:5,parentId:0,name:"Help",iconType:"FA",icon:v.Psp,link:"/help",userPersona:Q.ol.ALL}]};function d1(Y,He){if(1&Y&&(e.TgZ(0,"mat-option",11),e._uU(1),e.qZA()),2&Y){const R=He.$implicit;e.Q6J("value",R.index),e.xp6(1),e.AsE(" ",R.lnNode," (",R.lnImplementation,") ")}}function ho(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"mat-select",9),e.NdJ("selectionChange",function(ot){return e.CHM(R),e.oxw().onNodeSelectionChange(ot.value)}),e.YNc(1,d1,2,3,"mat-option",10),e.qZA()}if(2&Y){const R=e.oxw();e.Q6J("value",R.selConfigNodeIndex),e.xp6(1),e.Q6J("ngForOf",R.appConfig.nodes)}}function W1(Y,He){if(1&Y&&(e.TgZ(0,"span",21),e.GkF(1,22),e.qZA()),2&Y){const R=e.oxw().$implicit;e.oxw(2);const Ce=e.MAs(11);e.xp6(1),e.Q6J("ngTemplateOutlet","boltzIconBlock"===R.icon?Ce:null)}}function Y1(Y,He){if(1&Y&&e._UZ(0,"fa-icon",23),2&Y){const R=e.oxw().$implicit;e.Q6J("icon",R.icon)}}function ga(Y,He){if(1&Y&&(e.TgZ(0,"mat-icon",24),e._uU(1),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Oqu(R.icon)}}function Wo(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"mat-tree-node",15)(1,"div",16),e.NdJ("click",function(){const ii=e.CHM(R).$implicit;return e.oxw(2).onChildNavClicked(ii)}),e.TgZ(2,"div",17),e.YNc(3,W1,2,1,"span",18),e.YNc(4,Y1,1,1,"fa-icon",19),e.YNc(5,ga,2,1,"mat-icon",20),e.TgZ(6,"span"),e._uU(7),e.qZA()()()()}if(2&Y){const R=He.$implicit;e.s9C("routerLink",R.link),e.xp6(3),e.Q6J("ngIf","SVG"===R.iconType),e.xp6(1),e.Q6J("ngIf","FA"===R.iconType),e.xp6(1),e.Q6J("ngIf",!R.iconType),e.xp6(2),e.Oqu(R.name)}}function s3(Y,He){if(1&Y&&(e.TgZ(0,"span",33),e.GkF(1,22),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Q6J("ngTemplateOutlet",R.icon)}}function u1(Y,He){if(1&Y&&e._UZ(0,"fa-icon",23),2&Y){const R=e.oxw().$implicit;e.Q6J("icon",R.icon)}}function j1(Y,He){if(1&Y&&(e.TgZ(0,"mat-icon",24),e._uU(1),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Oqu(R.icon)}}function Yo(Y,He){if(1&Y&&(e.TgZ(0,"mat-nested-tree-node",25)(1,"div",26)(2,"div",27),e.YNc(3,s3,2,1,"span",28),e.YNc(4,u1,1,1,"fa-icon",19),e.YNc(5,j1,2,1,"mat-icon",20),e.TgZ(6,"span"),e._uU(7),e.qZA()(),e.TgZ(8,"button",29)(9,"mat-icon",30),e._uU(10),e.qZA()()(),e.TgZ(11,"div",31),e.GkF(12,32),e.qZA()()),2&Y){const R=He.$implicit,Ce=e.oxw(2);e.xp6(3),e.Q6J("ngIf","SVG"===R.iconType),e.xp6(1),e.Q6J("ngIf","FA"===R.iconType),e.xp6(1),e.Q6J("ngIf",!R.iconType),e.xp6(2),e.Oqu(R.name),e.xp6(1),e.uIk("aria-label","toggle "+R.name),e.xp6(2),e.Oqu(Ce.treeControlNested.isExpanded(R)?"arrow_drop_up":"arrow_drop_down"),e.xp6(1),e.ekj("tree-children-invisible",!Ce.treeControlNested.isExpanded(R))}}function Va(Y,He){if(1&Y&&(e.TgZ(0,"mat-tree",5,12),e.YNc(2,Wo,8,5,"mat-tree-node",13),e.YNc(3,Yo,13,8,"mat-nested-tree-node",14),e.qZA()),2&Y){const R=e.oxw();e.Q6J("dataSource",R.navMenus)("treeControl",R.treeControlNested),e.xp6(3),e.Q6J("matTreeNodeDefWhen",R.hasChild)}}function K1(Y,He){if(1&Y&&(e.TgZ(0,"span",21),e.GkF(1,22),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Q6J("ngTemplateOutlet",R.icon)}}function h1(Y,He){if(1&Y&&e._UZ(0,"fa-icon",36),2&Y){const R=e.oxw().$implicit;e.s9C("matTooltip",R.name),e.Q6J("icon",R.icon)}}function B2(Y,He){if(1&Y&&(e.TgZ(0,"mat-icon",37),e._uU(1),e.qZA()),2&Y){const R=e.oxw().$implicit;e.s9C("matTooltip",R.name),e.xp6(1),e.Oqu(R.icon)}}function fo(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"mat-tree-node",16),e.NdJ("click",function(){const ii=e.CHM(R).$implicit;return e.oxw().onShowData(ii)}),e.YNc(1,K1,2,1,"span",18),e.YNc(2,h1,1,2,"fa-icon",34),e.YNc(3,B2,2,2,"mat-icon",35),e.TgZ(4,"span"),e._uU(5),e.qZA()()}if(2&Y){const R=He.$implicit;e.xp6(1),e.Q6J("ngIf","SVG"===R.iconType),e.xp6(1),e.Q6J("ngIf","FA"===R.iconType),e.xp6(1),e.Q6J("ngIf",!R.iconType),e.xp6(2),e.Oqu(R.name)}}function U2(Y,He){if(1&Y&&(e.TgZ(0,"span",33),e.GkF(1,22),e.qZA()),2&Y){const R=e.oxw().$implicit;e.xp6(1),e.Q6J("ngTemplateOutlet",R.icon)}}function o3(Y,He){if(1&Y&&e._UZ(0,"fa-icon",36),2&Y){const R=e.oxw().$implicit;e.s9C("matTooltip",R.name),e.Q6J("icon",R.icon)}}function G2(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"mat-tree-node",16),e.NdJ("click",function(){const ii=e.CHM(R).$implicit;return e.oxw(2).onClick(ii)}),e.YNc(1,U2,2,1,"span",28),e.YNc(2,o3,1,2,"fa-icon",34),e.TgZ(3,"span"),e._uU(4),e.qZA()()}if(2&Y){const R=He.$implicit;e.xp6(1),e.Q6J("ngIf","SVG"===R.iconType),e.xp6(1),e.Q6J("ngIf","FA"===R.iconType),e.xp6(2),e.Oqu(R.name)}}function po(Y,He){if(1&Y&&(e.TgZ(0,"mat-tree",5),e.YNc(1,G2,5,3,"mat-tree-node",6),e.qZA()),2&Y){const R=e.oxw();e.Q6J("dataSource",R.navMenusLogout)("treeControl",R.treeControlLogout)}}function jo(Y,He){1&Y&&(e.O4$(),e.TgZ(0,"svg",38)(1,"g",39)(2,"g",40),e._UZ(3,"circle",41)(4,"path",42)(5,"path",43),e.qZA()()())}let Us=(()=>{class Y{constructor(R,Ce,ot,ii,Zi,Nn){this.logger=R,this.commonService=Ce,this.sessionService=ot,this.store=ii,this.actions=Zi,this.rtlEffects=Nn,this.ChildNavClicked=new e.vpe,this.faEject=v.KOR,this.faEye=v.Mdf,this.version="",this.information={},this.informationChain={},this.flgLoading=!0,this.logoutNode=[{id:200,parentId:0,name:"Logout",iconType:"FA",icon:v.KOR}],this.showDataNodes=[{id:1e3,parentId:0,name:"Public Key",iconType:"FA",icon:v.Mdf}],this.showLogout=!1,this.numPendingChannels=0,this.smallScreen=!1,this.childRootRoute="",this.userPersonaEnum=Q.ol,this.unSubs=[new h.x,new h.x,new h.x,new h.x,new h.x,new h.x],this.treeControlNested=new gs.VY(En=>En.children),this.treeControlLogout=new gs.VY(En=>En.children),this.treeControlShowData=new gs.VY(En=>En.children),this.navMenus=new Qr.WX,this.navMenusLogout=new Qr.WX,this.navMenusShowData=new Qr.WX,this.hasChild=(En,fr)=>!!fr.children&&fr.children.length>0,this.version=Lt.q4,qa.LNDChildren&&200===qa.LNDChildren[qa.LNDChildren.length-1].id&&qa.LNDChildren.pop(),this.navMenus.data=qa.LNDChildren||[],this.navMenusLogout.data=this.logoutNode,this.navMenusShowData.data=this.showDataNodes}ngOnInit(){const R=this.sessionService.getItem("token");this.showLogout=!!R,this.flgLoading=!!R,this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[0])).subscribe(Ce=>{this.appConfig=Ce}),this.store.select(n.gW).pipe((0,y.R)(this.unSubs[1])).subscribe(Ce=>{var ot,ii;if(this.information=Ce.nodeDate,this.information.identity_pubkey){if(this.information.chains&&"string"==typeof this.information.chains[0])this.informationChain.chain=this.information.chains[0].toString(),this.informationChain.network=this.information.testnet?"Testnet":"Mainnet";else if(this.information&&this.information.chains&&this.information.chains.length&&this.information.chains.length>0&&"object"==typeof this.information.chains[0]&&this.information.chains[0].hasOwnProperty("chain")){const Zi=this.information.chains[0];this.informationChain.chain=Zi.chain,this.informationChain.network=Zi.network}}else this.informationChain.chain="",this.informationChain.network="";this.flgLoading=!this.information.identity_pubkey,window.innerWidth<=414&&(this.smallScreen=!0),this.selNode=Ce.selNode,this.settings=(null===(ot=this.selNode)||void 0===ot?void 0:ot.settings)||null,this.selConfigNodeIndex=+((null===(ii=Ce.selNode)||void 0===ii?void 0:ii.index)||0),this.selNode&&this.selNode.lnImplementation&&this.filterSideMenuNodes(),this.logger.info(Ce)}),this.sessionService.watchSession().pipe((0,y.R)(this.unSubs[2])).subscribe(Ce=>{this.showLogout=!!Ce.token,this.flgLoading=!!Ce.token}),this.actions.pipe((0,y.R)(this.unSubs[3]),(0,oe.h)(Ce=>Ce.type===Q.pg.LOGOUT)).subscribe(Ce=>{this.showLogout=!1})}onClick(R){"Logout"===R.name&&(this.store.dispatch((0,Ue.c1)({payload:{data:{type:Q.n_.CONFIRM,alertTitle:"Logout",titleMessage:"Logout from this device?",noBtnText:"Cancel",yesBtnText:"Logout"}}})),this.rtlEffects.closeConfirm.pipe((0,y.R)(this.unSubs[4])).subscribe(Ce=>{Ce&&(this.showLogout=!1,this.store.dispatch((0,Ue.kS)()))})),this.ChildNavClicked.emit(R)}onChildNavClicked(R){this.ChildNavClicked.emit(R)}filterSideMenuNodes(){var R,Ce;switch(null===(Ce=null===(R=this.selNode)||void 0===R?void 0:R.lnImplementation)||void 0===Ce?void 0:Ce.toUpperCase()){case"CLN":this.loadCLNMenu();break;case"ECL":this.loadECLMenu();break;default:this.loadLNDMenu()}}loadLNDMenu(){let R=[];R=JSON.parse(JSON.stringify(qa.LNDChildren)),this.navMenus.data=null==R?void 0:R.filter(Ce=>{var ot,ii;return Ce.children&&Ce.children.length?(Ce.children=null===(ot=Ce.children)||void 0===ot?void 0:ot.filter(Zi=>{var Nn,En,fr;return(Zi.userPersona===Q.ol.ALL||Zi.userPersona===(null===(Nn=this.settings)||void 0===Nn?void 0:Nn.userPersona))&&"/services/loop"!==Zi.link&&"/services/boltz"!==Zi.link||"/services/loop"===Zi.link&&(null===(En=this.settings)||void 0===En?void 0:En.swapServerUrl)&&""!==this.settings.swapServerUrl.trim()||"/services/boltz"===Zi.link&&(null===(fr=this.settings)||void 0===fr?void 0:fr.boltzServerUrl)&&""!==this.settings.boltzServerUrl.trim()}),Ce.children.length>0):Ce.userPersona===Q.ol.ALL||Ce.userPersona===(null===(ii=this.settings)||void 0===ii?void 0:ii.userPersona)})}loadCLNMenu(){let R=[];R=JSON.parse(JSON.stringify(qa.CLNChildren)),this.navMenus.data=null==R?void 0:R.filter(Ce=>{var ot,ii;return Ce.children&&Ce.children.length?(Ce.children=null===(ot=Ce.children)||void 0===ot?void 0:ot.filter(Zi=>{var Nn,En;return(Zi.userPersona===Q.ol.ALL||Zi.userPersona===(null===(Nn=this.settings)||void 0===Nn?void 0:Nn.userPersona))&&"/services/peerswap"!==Zi.link||"/services/peerswap"===Zi.link&&(null===(En=this.settings)||void 0===En?void 0:En.enablePeerswap)}),Ce.children.length>0):Ce.userPersona===Q.ol.ALL||Ce.userPersona===(null===(ii=this.settings)||void 0===ii?void 0:ii.userPersona)})}loadECLMenu(){this.navMenus.data=JSON.parse(JSON.stringify(qa.ECLChildren))}onShowData(R){this.store.dispatch((0,Ue.tj)()),this.ChildNavClicked.emit("showData")}onNodeSelectionChange(R){const Ce=this.selConfigNodeIndex;this.selConfigNodeIndex=R;const ot=this.appConfig.nodes.find(ii=>+ii.index===R);this.store.dispatch((0,Ue.fk)({payload:{uiMessage:Q.m6.UPDATE_SELECTED_NODE,prevLnNodeIndex:+Ce,currentLnNode:ot||null,isInitialSetup:!1}})),this.ChildNavClicked.emit("selectNode")}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(null),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(Se.m),e.Y36(b.yh),e.Y36(d.eX),e.Y36(ht.V))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-side-navigation"]],viewQuery:function(R,Ce){if(1&R&&e.Gf(Qr.gi,5),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.tree=ot.first)}},outputs:{ChildNavClicked:"ChildNavClicked"},decls:12,vars:5,consts:[["fxLayout","column","fxFlex","100","fxLayoutAlign","space-between start",3,"perfectScrollbar"],["fxLayout","column","fxFlex","90","fxLayoutAlign","start stretch",1,"w-100"],["class","m-2 multi-node-select",3,"value","selectionChange",4,"ngIf"],[1,"w-100"],[3,"dataSource","treeControl",4,"ngIf"],[3,"dataSource","treeControl"],[3,"click",4,"matTreeNodeDef"],["fxLayout","column","fxLayoutAlign","end stretch",1,"w-100"],["boltzIconBlock",""],[1,"m-2","multi-node-select",3,"value","selectionChange"],["tabindex","1",3,"value",4,"ngFor","ngForOf"],["tabindex","1",3,"value"],["tree",""],["matTreeNodeToggle","","routerLinkActive","active-link",3,"routerLink",4,"matTreeNodeDef"],["fxLayout","column","matTreeNodeToggle","",4,"matTreeNodeDef","matTreeNodeDefWhen"],["matTreeNodeToggle","","routerLinkActive","active-link",3,"routerLink"],[3,"click"],["fxLayout","row","fxFlex","100","fxLayoutAlign","start center"],["class","fa-icon-small mr-2",4,"ngIf"],["class","fa-icon-small mr-2",3,"icon",4,"ngIf"],["class","mat-icon-36",4,"ngIf"],[1,"fa-icon-small","mr-2"],[3,"ngTemplateOutlet"],[1,"fa-icon-small","mr-2",3,"icon"],[1,"mat-icon-36"],["fxLayout","column","matTreeNodeToggle",""],["fxLayout","row","fxLayoutAlign","start center",1,"mat-nested-tree-node-parent"],["fxFlex","89","fxLayoutAlign","start center"],["class","mr-2",4,"ngIf"],["fxFlex","11","mat-icon-button","","fxLayoutAlign","end center"],[1,"mat-icon-rtl-mirror"],[1,"mat-nested-tree-node-child"],["matTreeNodeOutlet",""],[1,"mr-2"],["class","fa-icon-small mr-2","matTooltipPosition","right",3,"icon","matTooltip",4,"ngIf"],["class","mat-icon-36","matTooltipPosition","right",3,"matTooltip",4,"ngIf"],["matTooltipPosition","right",1,"fa-icon-small","mr-2",3,"icon","matTooltip"],["matTooltipPosition","right",1,"mat-icon-36",3,"matTooltip"],["viewBox","0 0 78 78","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink"],["id","Logo","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","Group"],["id","Oval","cx","39","cy","39","r","37.5",1,"boltz-icon"],["d","M36.4583326,43.7755404 L40.53965,35.2316544 L39.4324865,35.2316544 L46.0754873,17.6071752 C46.292579,17.0204094 46.3287609,16.5159331 46.1840331,16.0937464 C46.0393053,15.671561 45.7860319,15.3674444 45.4242131,15.1813966 C45.0623942,14.9953487 44.6535376,14.9524146 44.1976433,15.0525945 C43.7417511,15.1527743 43.3256596,15.4461573 42.9493689,15.9327433 L22.6078557,40.7701025 C22.2026186,41.2710003 22,41.7575877 22,42.2298646 C22,42.6735173 22.1592003,43.0420366 22.477601,43.3354226 C22.7960017,43.6288058 23.1940025,43.7755404 23.6716036,43.7755404 L36.4583326,43.7755404 Z","id","Path",1,"boltz-icon-fill"],["d","M44.4883879,63.7755404 L48.8604707,55.165009 L47.6744296,55.165009 L54.7906978,37.4030526 C55.0232558,36.8117097 55.0620155,36.3032983 54.9069768,35.8778185 C54.7519381,35.4523399 54.4806208,35.1458511 54.0930248,34.958352 C53.7054289,34.7708528 53.2674441,34.7275839 52.7790706,34.8285452 C52.2906992,34.9295065 51.8449641,35.2251779 51.4418653,35.7155595 L29.6511611,60.746659 C29.2170537,61.251464 29,61.7418469 29,62.2178078 C29,62.6649211 29.1705423,63.036315 29.5116268,63.3319895 C29.8527113,63.6276613 30.2790669,63.7755404 30.7906936,63.7755404 L44.4883879,63.7755404 Z","id","Path-Copy","transform","translate(42.000000, 49.275540) rotate(-180.000000) translate(-42.000000, -49.275540) ",1,"boltz-icon-fill"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,ho,2,2,"mat-select",2),e._UZ(3,"mat-divider",3),e.YNc(4,Va,4,3,"mat-tree",4),e._UZ(5,"mat-divider",3),e.TgZ(6,"mat-tree",5),e.YNc(7,fo,6,4,"mat-tree-node",6),e.qZA()(),e.TgZ(8,"div",7),e.YNc(9,po,2,2,"mat-tree",4),e.qZA()(),e.YNc(10,jo,6,0,"ng-template",null,8,e.W1O)),2&R&&(e.xp6(2),e.Q6J("ngIf",Ce.appConfig.nodes.length>1),e.xp6(2),e.Q6J("ngIf",null==Ce.settings?null:Ce.settings.lnServerUrl),e.xp6(2),e.Q6J("dataSource",Ce.navMenusShowData)("treeControl",Ce.treeControlShowData),e.xp6(3),e.Q6J("ngIf",Ce.showLogout))},directives:[C.xw,C.yH,C.Wh,V.$V,q.O5,Ie.gD,q.sg,le.ey,Ge.d,Qr.gi,Qr.fQ,Qr.uo,Qr.eu,I.Od,I.rH,q.tP,B.BN,Ma.Hw,Qr.GZ,Te.lW,Qr.Ar,Bs.gM],styles:[".tree-children-invisible[_ngcontent-%COMP%]{display:none}"]}),Y})();var Is=p(773);const f1=["sideNavigation"],Z2=["sideNavContent"];function Q1(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",13),e.NdJ("click",function(){return e.CHM(R),e.oxw().sideNavToggle()}),e.TgZ(1,"mat-icon"),e._uU(2,"menu"),e.qZA()()}if(2&Y){const R=e.oxw();e.Q6J("matTooltip",R.flgSideNavOpened?"Hide Navigation Menu":"Show Navigation Menu")("matTooltipDisabled",R.smallScreen)}}function Os(Y,He){1&Y&&(e.O4$(),e._UZ(0,"path",18))}function W2(Y,He){1&Y&&(e.O4$(),e._UZ(0,"path",19))}function q1(Y,He){if(1&Y){const R=e.EpF();e.TgZ(0,"button",14),e.NdJ("click",function(){e.CHM(R);const ot=e.oxw();return ot.flgSidenavPinned=!ot.flgSidenavPinned}),e.O4$(),e.TgZ(1,"svg",15),e.YNc(2,Os,1,0,"path",16),e.YNc(3,W2,1,0,"path",17),e.qZA()()}if(2&Y){const R=e.oxw();e.Q6J("matTooltip",R.flgSidenavPinned?"Unpin Navigation Menu":"Pin Navigation Menu"),e.xp6(2),e.Q6J("ngIf",!R.flgSidenavPinned),e.xp6(1),e.Q6J("ngIf",R.flgSidenavPinned)}}function t0(Y,He){if(1&Y&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&Y){const R=e.oxw();e.xp6(1),e.Oqu(R.information.alias?"RTL - "+R.information.alias:"RTL")}}function Ko(Y,He){if(1&Y&&(e.TgZ(0,"span"),e._uU(1),e.qZA()),2&Y){const R=e.oxw();e.xp6(1),e.Oqu(R.information.alias?"Ride The Lightning - "+R.information.alias:"Ride The Lightning")}}function p1(Y,He){1&Y&&(e.TgZ(0,"div",20),e._UZ(1,"mat-spinner",21),e.TgZ(2,"h4"),e._uU(3,"Loading RTL..."),e.qZA()())}const n0=function(Y,He){return[Y,He]};let r0=(()=>{class Y{constructor(R,Ce,ot,ii,Zi,Nn,En,fr,Ja){this.logger=R,this.commonService=Ce,this.store=ot,this.actions=ii,this.userIdle=Zi,this.router=Nn,this.sessionService=En,this.breakpointObserver=fr,this.renderer=Ja,this.information={},this.flgLoading=[!0],this.flgSideNavOpened=!0,this.flgCopied=!1,this.accessKey="",this.xSmallScreen=!1,this.smallScreen=!1,this.flgSidenavPinned=!0,this.flgLoggedIn=!1,this.unSubs=[new h.x,new h.x,new h.x,new h.x,new h.x,new h.x,new h.x,new h.x]}ngOnInit(){this.router.events.subscribe(R=>{R instanceof I.m2&&document.getElementsByTagName("mat-sidenav-content")[0].scrollTo(0,0)}),this.breakpointObserver.observe([a.u3.XSmall,a.u3.TabletPortrait,a.u3.Small,a.u3.Medium,a.u3.Large,a.u3.XLarge]).pipe((0,y.R)(this.unSubs[0])).subscribe(R=>{R.breakpoints[a.u3.XSmall]?(this.commonService.setScreenSize(Q.cu.XS),this.smallScreen=!0):R.breakpoints[a.u3.TabletPortrait]?(this.commonService.setScreenSize(Q.cu.SM),this.smallScreen=!0):R.breakpoints[a.u3.Small]||R.breakpoints[a.u3.Medium]?(this.commonService.setScreenSize(Q.cu.MD),this.smallScreen=!1):R.breakpoints[a.u3.Large]?(this.commonService.setScreenSize(Q.cu.LG),this.smallScreen=!1):(this.commonService.setScreenSize(Q.cu.XL),this.smallScreen=!1)}),this.store.dispatch((0,Ue.ey)()),this.accessKey=this.readAccessKey()||"",this.store.select(n.dT).pipe((0,y.R)(this.unSubs[1])).subscribe(R=>{this.settings=R.settings,this.sessionService.getItem("token")?(this.flgLoggedIn=!0,this.userIdle.startWatching()):(this.flgLoggedIn=!1,this.flgLoading[0]=!1)}),this.store.select(n.Yj).pipe((0,y.R)(this.unSubs[2])).subscribe(R=>{this.appConfig=R}),this.store.select(n.R4).pipe((0,y.R)(this.unSubs[3])).subscribe(R=>{this.information=R,this.flgLoading[0]=!this.information.identity_pubkey,this.logger.info(this.information)}),"true"===this.sessionService.getItem("defaultPassword")&&(this.flgSideNavOpened=!1),this.actions.pipe((0,y.R)(this.unSubs[4]),(0,oe.h)(R=>R.type===Q.pg.SET_RTL_CONFIG||R.type===Q.pg.LOGIN||R.type===Q.pg.LOGOUT)).subscribe(R=>{R.type===Q.pg.SET_RTL_CONFIG&&(this.sessionService.getItem("token")||(+R.payload.sso.rtlSSO?!this.accessKey||this.accessKey.trim().length<32?this.router.navigate(["./error"],{state:{errorCode:"406",errorMessage:"Access key too short. It should be at least 32 characters long."}}):this.store.dispatch((0,Ue.x4)({payload:{password:ue(this.accessKey).toString(),defaultPassword:!1}})):this.router.navigate(["./login"]))),R.type===Q.pg.LOGIN&&(this.flgLoggedIn=!0,this.userIdle.startWatching(),this.userIdle.resetTimer(),setTimeout(()=>{this.commonService.setContainerSize(this.sideNavContent.elementRef.nativeElement.clientWidth,this.sideNavContent.elementRef.nativeElement.clientHeight)},1e3)),R.type===Q.pg.LOGOUT&&(this.flgLoggedIn=!1,this.userIdle.stopWatching(),this.userIdle.stopTimer())}),this.userIdle.onTimerStart().pipe((0,y.R)(this.unSubs[5])).subscribe(R=>{this.logger.info("Counting Down: "+(11-R))}),this.userIdle.onTimeout().pipe((0,y.R)(this.unSubs[6])).subscribe(()=>{this.logger.info("Time Out!"),this.sessionService.getItem("token")&&(this.flgLoggedIn=!1,this.logger.warn("Time limit exceeded for session inactivity."),this.store.dispatch((0,Ue.ts)()),this.store.dispatch((0,Ue.qR)({payload:{data:{type:Q.n_.WARNING,alertTitle:"Logging out",titleMessage:"Time limit exceeded for session inactivity."}}})),this.store.dispatch((0,Ue.kS)()))}),"true"===this.sessionService.getItem("defaultPassword")&&(this.flgSideNavOpened=!1)}readAccessKey(){const R=window.location.href;return R.includes("access-key=")?R.substring(R.lastIndexOf("access-key=")+11).trim():null}ngAfterViewInit(){(this.smallScreen||!this.flgLoggedIn)&&this.sideNavigation.close(),this.commonService.setContainerSize(this.sideNavContent.elementRef.nativeElement.clientWidth,this.sideNavContent.elementRef.nativeElement.clientHeight)}sideNavToggle(){this.flgSideNavOpened=!this.flgSideNavOpened,this.sideNavigation.toggle()}onNavigationClicked(R){this.smallScreen&&this.sideNavigation.close()}copiedText(R){this.flgCopied=!0,setTimeout(()=>{this.flgCopied=!1},5e3),this.logger.info("Copied Text: "+R)}ngOnDestroy(){this.unSubs.forEach(R=>{R.next(),R.complete()})}}return Y.\u0275fac=function(R){return new(R||Y)(e.Y36(ye.mQ),e.Y36(Ft.v),e.Y36(b.yh),e.Y36(d.eX),e.Y36(_),e.Y36(I.F0),e.Y36(Se.m),e.Y36(a.Yg),e.Y36(e.Qsj))},Y.\u0275cmp=e.Xpm({type:Y,selectors:[["rtl-app"]],viewQuery:function(R,Ce){if(1&R&&(e.Gf(f1,5),e.Gf(Z2,5)),2&R){let ot;e.iGM(ot=e.CRH())&&(Ce.sideNavigation=ot.first),e.iGM(ot=e.CRH())&&(Ce.sideNavContent=ot.first)}},decls:23,vars:15,consts:[["fxLayout","column","id","rtl-container",1,"rtl-container","medium",3,"ngClass"],["fxLayout","row","fxLayoutAlign","space-between center",1,"padding-gap-x","bg-primary","rtl-top-toolbar"],["class","top-toolbar-icon mr-1","mat-icon-button","","matTooltipPosition","right",3,"matTooltip","matTooltipDisabled","click",4,"ngIf"],["mat-icon-button","","matTooltipPosition","right",3,"matTooltip","click",4,"ngIf"],[4,"ngIf"],[1,"sidenav","mat-elevation-z6",3,"perfectScrollbar","opened","mode"],["sideNavigation",""],["fxFlex","100",3,"ChildNavClicked"],[3,"perfectScrollbar"],["sideNavContent",""],["fxLayout","column","fxFlex","100","fxLayoutAlign","start stretch",1,"inner-sidenav-content"],["outlet","outlet"],["class","rtl-spinner",4,"ngIf"],["mat-icon-button","","matTooltipPosition","right",1,"top-toolbar-icon","mr-1",3,"matTooltip","matTooltipDisabled","click"],["mat-icon-button","","matTooltipPosition","right",3,"matTooltip","click"],["viewBox","0 0 32 32",1,"top-toolbar-icon","icon-pinned"],["fill","currentColor","d","M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z",4,"ngIf"],["fill","currentColor","d","M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z",4,"ngIf"],["fill","currentColor","d","M16,12V4H17V2H7V4H8V12L6,14V16H11.2V22H12.8V16H18V14L16,12Z"],["fill","currentColor","d","M2,5.27L3.28,4L20,20.72L18.73,22L12.8,16.07V22H11.2V16H6V14L8,12V11.27L2,5.27M16,12L18,14V16H17.82L8,6.18V4H7V2H17V4H16V12Z"],[1,"rtl-spinner"],["color","accent"]],template:function(R,Ce){1&R&&(e.TgZ(0,"div",0),e.ALo(1,"lowercase"),e.ALo(2,"lowercase"),e.TgZ(3,"mat-toolbar",1)(4,"div"),e.YNc(5,Q1,3,2,"button",2),e.YNc(6,q1,4,3,"button",3),e.qZA(),e.TgZ(7,"div"),e.YNc(8,t0,2,1,"span",4),e.YNc(9,Ko,2,1,"span",4),e.qZA(),e.TgZ(10,"div"),e._UZ(11,"rtl-top-menu"),e.qZA()(),e.TgZ(12,"mat-sidenav-container")(13,"mat-sidenav",5,6)(15,"rtl-side-navigation",7),e.NdJ("ChildNavClicked",function(ii){return Ce.onNavigationClicked(ii)}),e.qZA()(),e.TgZ(16,"mat-sidenav-content",8,9)(18,"div",10),e._UZ(19,"router-outlet",null,11),e.qZA()(),e._uU(21,"> "),e.qZA(),e.YNc(22,p1,4,0,"div",12),e.qZA()),2&R&&(e.Q6J("ngClass",e.WLB(12,n0,e.lcZ(1,8,Ce.settings.themeColor),e.lcZ(2,10,Ce.settings.themeMode))),e.xp6(5),e.Q6J("ngIf",Ce.flgLoggedIn),e.xp6(1),e.Q6J("ngIf",!Ce.smallScreen&&Ce.flgLoggedIn),e.xp6(2),e.Q6J("ngIf",Ce.smallScreen),e.xp6(1),e.Q6J("ngIf",!Ce.smallScreen),e.xp6(4),e.Q6J("opened",Ce.flgSideNavOpened&&Ce.flgLoggedIn)("mode",Ce.flgSidenavPinned&&!Ce.smallScreen?"side":"over"),e.xp6(9),e.Q6J("ngIf",!Ce.settings.themeColor))},directives:[C.xw,q.mk,Ri.oO,Uo.Ye,C.Wh,q.O5,Te.lW,Bs.gM,Ma.Hw,z2,Go.TM,Go.JX,V.$V,Us,C.yH,Go.Rh,I.lC,Is.Ou],pipes:[q.i8],styles:[".inline-spinner[_ngcontent-%COMP%]{display:inline-flex!important;top:0!important}"],data:{animation:[Fa.g]}}),Y})(),l3=(()=>{class Y{constructor(R){this.sessionService=R}intercept(R,Ce){if(this.sessionService.getItem("token")){const ot=R.clone({headers:R.headers.set("Authorization","Bearer "+this.sessionService.getItem("token")),withCredentials:!0});return Ce.handle(ot)}return Ce.handle(R)}}return Y.\u0275fac=function(R){return new(R||Y)(e.LFG(Se.m))},Y.\u0275prov=e.Yz7({token:Y,factory:Y.\u0275fac}),Y})();var a0=p(7998),c3=p(711),Y2=p(4947),s0=p(3289);const m1={userPersona:"OPERATOR",themeMode:"DAY",themeColor:"PURPLE",channelBackupPath:"",selCurrencyUnit:"USD",fiatConversion:!1,currencyUnits:["Sats","BTC","USD"],bitcoindConfigPath:"",enableOffers:!1,enablePeerswap:!1},Ss={configPath:"",swapMacaroonPath:"",boltzMacaroonPath:""},J1={apiURL:"",apisCallStatus:{Login:{status:Q.Bn.UN_INITIATED},IsAuthorized:{status:Q.Bn.UN_INITIATED}},selNode:{index:1,lnNode:"Node 1",settings:m1,authentication:Ss,lnImplementation:"LND"},appConfig:{defaultNodeIndex:-1,selectedNodeIndex:-1,sso:{rtlSSO:0,logoutRedirectLink:""},enable2FA:!1,allowPasswordUpdate:!0,nodes:[{settings:m1,authentication:Ss}]},nodeData:{}},mo=(0,b.Lq)(J1,(0,b.on)(Ue.qi,(Y,{payload:He})=>{const R=JSON.parse(JSON.stringify(Y.apisCallStatus));return He.action&&(R[He.action]={status:He.status,statusCode:He.statusCode,message:He.message,URL:He.URL,filePath:He.filePath}),Object.assign(Object.assign({},Y),{apisCallStatus:R})}),(0,b.on)(Ue.vI,(Y,{payload:He})=>Object.assign(Object.assign({},J1),{apisCallStatus:Y.apisCallStatus,appConfig:Y.appConfig,selNode:He})),(0,b.on)(Ue.fk,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{selNode:He.currentLnNode})),(0,b.on)(Ue.Tm,(Y,{payload:He})=>{const R=JSON.parse(JSON.stringify(Y.selNode));switch(He.service){case Q.JX.BOLTZ:R.settings.boltzServerUrl=He.settings.boltzServerUrl;break;case Q.JX.LOOP:R.settings.swapServerUrl=He.settings.swapServerUrl;break;case Q.JX.OFFERS:R.settings.enableOffers=He.settings.enableOffers;break;case Q.JX.PEERSWAP:R.settings.enablePeerswap=He.settings.enablePeerswap}return Object.assign(Object.assign({},Y),{selNode:R})}),(0,b.on)(Ue._V,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{nodeData:He})),(0,b.on)(Ue.XT,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{appConfig:He}))),j2={apisCallStatus:{FetchInfo:{status:Q.Bn.UN_INITIATED},FetchFees:{status:Q.Bn.UN_INITIATED},FetchPeers:{status:Q.Bn.UN_INITIATED},FetchClosedChannels:{status:Q.Bn.UN_INITIATED},FetchPendingChannels:{status:Q.Bn.UN_INITIATED},FetchAllChannels:{status:Q.Bn.UN_INITIATED},FetchBalanceBlockchain:{status:Q.Bn.UN_INITIATED},FetchInvoices:{status:Q.Bn.UN_INITIATED},FetchPayments:{status:Q.Bn.UN_INITIATED},FetchForwardingHistory:{status:Q.Bn.UN_INITIATED},FetchUTXOs:{status:Q.Bn.UN_INITIATED},FetchTransactions:{status:Q.Bn.UN_INITIATED},FetchLightningTransactions:{status:Q.Bn.UN_INITIATED},FetchNetwork:{status:Q.Bn.UN_INITIATED}},nodeSettings:{userPersona:Q.ol.OPERATOR,fiatConversion:!1,channelBackupPath:"",currencyUnits:[],selCurrencyUnit:"",lnImplementation:"",swapServerUrl:""},information:{},peers:[],fees:{channel_fees:[],day_fee_sum:0,week_fee_sum:0,month_fee_sum:0,daily_tx_count:0,weekly_tx_count:0,monthly_tx_count:0,forwarding_events_history:{}},networkInfo:{},blockchainBalance:{total_balance:-1},lightningBalance:{local:-1,remote:-1},channels:[],channelsSummary:{active:{num_channels:0,capacity:0},inactive:{num_channels:0,capacity:0}},closedChannels:[],pendingChannels:{},pendingChannelsSummary:{open:{num_channels:0,limbo_balance:0},closing:{num_channels:0,limbo_balance:0},force_closing:{num_channels:0,limbo_balance:0},waiting_close:{num_channels:0,limbo_balance:0},total_channels:0,total_limbo_balance:0},transactions:[],utxos:[],listPayments:{payments:[]},listInvoices:{invoices:[]},allLightningTransactions:{listPaymentsAll:{payments:[],first_index_offset:"",last_index_offset:""},listInvoicesAll:{invoices:[],total_invoices:0,last_index_offset:"",first_index_offset:""}},forwardingHistory:{last_offset_index:0,total_fee_msat:0,forwarding_events:[]}};let d3=!1,K2=!1;const g1=(0,b.Lq)(j2,(0,b.on)(nt.PC,(Y,{payload:He})=>{const R=JSON.parse(JSON.stringify(Y.apisCallStatus));return He.action&&(R[He.action]={status:He.status,statusCode:He.statusCode,message:He.message,URL:He.URL,filePath:He.filePath}),Object.assign(Object.assign({},Y),{apisCallStatus:R})}),(0,b.on)(nt.JT,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{nodeSettings:He})),(0,b.on)(nt.Ll,(Y,{payload:He})=>Object.assign(Object.assign({},j2),{nodeSettings:He})),(0,b.on)(nt.CX,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{information:He})),(0,b.on)(nt.Z8,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{peers:He})),(0,b.on)(nt.EK,(Y,{payload:He})=>{const R=[...Y.peers],Ce=Y.peers.findIndex(ot=>ot.pub_key===He.pubkey);return Ce>-1&&R.splice(Ce,1),Object.assign(Object.assign({},Y),{peers:R})}),(0,b.on)(nt.YP,(Y,{payload:He})=>{var R;const Ce=Y.listInvoices;return null===(R=Ce.invoices)||void 0===R||R.unshift(He),Object.assign(Object.assign({},Y),{listInvoices:Ce})}),(0,b.on)(nt.aL,(Y,{payload:He})=>{var R;const Ce=Y.listInvoices;return Ce.invoices=null===(R=Ce.invoices)||void 0===R?void 0:R.map(ot=>ot.payment_request===He.payment_request?He:ot),Object.assign(Object.assign({},Y),{listInvoices:Ce})}),(0,b.on)(nt.qY,(Y,{payload:He})=>{var R;const Ce=Y.listPayments;return Ce.payments=null===(R=Ce.payments)||void 0===R?void 0:R.map(ot=>ot.payment_hash===He.payment_hash?He:ot),Object.assign(Object.assign({},Y),{listPayments:Ce})}),(0,b.on)(nt.RX,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{fees:He})),(0,b.on)(nt._L,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{closedChannels:He})),(0,b.on)(nt.TW,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{pendingChannels:He.pendingChannels,pendingChannelsSummary:He.pendingChannelsSummary})),(0,b.on)(nt.as,(Y,{payload:He})=>{let R=0,Ce=0,ot=0,ii=0,Zi=0,Nn=0;return He&&He.forEach(En=>{En.local_balance||(En.local_balance=0),!0===En.active?(Zi+=+En.local_balance,ot+=1,En.local_balance?R=+R+ +En.local_balance:En.local_balance=0,En.remote_balance?Ce=+Ce+ +En.remote_balance:En.remote_balance=0):(Nn+=+En.local_balance,ii+=1)}),Object.assign(Object.assign({},Y),{channels:He,channelsSummary:{active:{num_channels:ot,capacity:Zi},inactive:{num_channels:ii,capacity:Nn}},lightningBalance:{local:R,remote:Ce}})}),(0,b.on)(nt.OG,(Y,{payload:He})=>{const R=[...Y.channels],Ce=Y.channels.findIndex(ot=>ot.channel_point===He.channelPoint);return Ce>-1&&R.splice(Ce,1),Object.assign(Object.assign({},Y),{channels:R})}),(0,b.on)(nt.Jl,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{blockchainBalance:He})),(0,b.on)(nt.ks,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{networkInfo:He})),(0,b.on)(nt.Nr,(Y,{payload:He})=>(He.total_invoices||(He.total_invoices=Y.listInvoices.total_invoices),Object.assign(Object.assign({},Y),{listInvoices:He}))),(0,b.on)(nt.Lf,(Y,{payload:He})=>{if(d3=!0,He.length&&K2){const R=[...Y.utxos];return R.forEach(Ce=>{const ot=He.find(ii=>{var Zi;return ii.tx_hash===(null===(Zi=Ce.outpoint)||void 0===Zi?void 0:Zi.txid_str)});Ce.label=ot&&ot.label?ot.label:""}),Object.assign(Object.assign({},Y),{utxos:R,transactions:He})}return Object.assign(Object.assign({},Y),{transactions:He})}),(0,b.on)(nt.UH,(Y,{payload:He})=>{if(K2=!0,He.length&&d3){const R=[...Y.transactions];He.forEach(Ce=>{const ot=R.find(ii=>{var Zi;return ii.tx_hash===(null===(Zi=Ce.outpoint)||void 0===Zi?void 0:Zi.txid_str)});Ce.label=ot&&ot.label?ot.label:""})}return Object.assign(Object.assign({},Y),{utxos:He})}),(0,b.on)(nt.HI,(Y,{payload:He})=>{const R={listInvoicesAll:Y.allLightningTransactions.listInvoicesAll,listPaymentsAll:He};return Object.assign(Object.assign({},Y),{listPayments:He,allLightningTransactions:R})}),(0,b.on)(nt.Fr,(Y,{payload:He})=>{const R={listInvoicesAll:He.listInvoicesAll,listPaymentsAll:Y.listPayments};return Object.assign(Object.assign({},Y),{allLightningTransactions:R})}),(0,b.on)(nt.QJ,(Y,{payload:He})=>{const R=[...Y.channels,...Y.closedChannels];let Ce=He.forwarding_events?JSON.parse(JSON.stringify(He)):{};return Ce.forwarding_events&&(Ce=Q2(Ce,R)),Object.assign(Object.assign({},Y),{forwardingHistory:Ce})})),Q2=(Y,He)=>(Y.forwarding_events.forEach(R=>{var Ce,ot;if(He&&He.length>0)for(let ii=0;ii{const R=JSON.parse(JSON.stringify(Y.apisCallStatus));return He.action&&(R[He.action]={status:He.status,statusCode:He.statusCode,message:He.message,URL:He.URL,filePath:He.filePath}),Object.assign(Object.assign({},Y),{apisCallStatus:R})}),(0,b.on)(wi.oo,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{nodeSettings:He})),(0,b.on)(wi.xH,(Y,{payload:He})=>Object.assign(Object.assign({},C1),{nodeSettings:He})),(0,b.on)(wi.CX,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{information:He})),(0,b.on)(wi.RX,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{fees:He})),(0,b.on)(wi.I8,(Y,{payload:He})=>He.perkb?Object.assign(Object.assign({},Y),{feeRatesPerKB:He}):He.perkw?Object.assign(Object.assign({},Y),{feeRatesPerKW:He}):Object.assign({},Y)),(0,b.on)(wi.Lu,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{balance:He})),(0,b.on)(wi.xS,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{localRemoteBalance:He})),(0,b.on)(wi.Z8,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{peers:He})),(0,b.on)(wi.X3,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{peers:[...Y.peers,He]})),(0,b.on)(wi.EK,(Y,{payload:He})=>{const R=[...Y.peers],Ce=Y.peers.findIndex(ot=>ot.id===He.id);return Ce>-1&&R.splice(Ce,1),Object.assign(Object.assign({},Y),{peers:R})}),(0,b.on)(wi.as,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{activeChannels:He.activeChannels,pendingChannels:He.pendingChannels,inactiveChannels:He.inactiveChannels})),(0,b.on)(wi.OG,(Y,{payload:He})=>{const R=[...Y.peers];return R.forEach(Ce=>{Ce.id===He.id&&(Ce.connected=!1,delete Ce.netaddr)}),Object.assign(Object.assign({},Y),{peers:R})}),(0,b.on)(wi.HI,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{payments:He})),(0,b.on)(wi.QJ,(Y,{payload:He})=>{const R=[...Y.activeChannels,...Y.pendingChannels,...Y.inactiveChannels],Ce=u3(He.listForwards,R);switch(He.listForwards=Ce,He.status){case Q.OO.SETTLED:const ot=Y.fees;return ot.totalTxCount=He.totalForwards||0,Object.assign(Object.assign({},Y),{fees:ot,forwardingHistory:He});case Q.OO.FAILED:return Object.assign(Object.assign({},Y),{failedForwardingHistory:He});case Q.OO.LOCAL_FAILED:return Object.assign(Object.assign({},Y),{localFailedForwardingHistory:He});default:return Object.assign({},Y)}}),(0,b.on)(wi.YP,(Y,{payload:He})=>{var R;const Ce=Y.invoices;return null===(R=Ce.invoices)||void 0===R||R.unshift(He),Object.assign(Object.assign({},Y),{invoices:Ce})}),(0,b.on)(wi.Nr,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{invoices:He})),(0,b.on)(wi.aL,(Y,{payload:He})=>{var R;const Ce=Y.invoices;return Ce.invoices=null===(R=Ce.invoices)||void 0===R?void 0:R.map(ot=>ot.label===He.label?He:ot),Object.assign(Object.assign({},Y),{invoices:Ce})}),(0,b.on)(wi.UH,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{utxos:He})),(0,b.on)(wi.Zu,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{offers:He})),(0,b.on)(wi.ZH,(Y,{payload:He})=>{const R=Y.offers;return null==R||R.unshift(He),Object.assign(Object.assign({},Y),{offers:R})}),(0,b.on)(wi.JK,(Y,{payload:He})=>{const R=[...Y.offers],Ce=Y.offers.findIndex(ot=>ot.offer_id===He.offer.offer_id);return Ce>-1&&R.splice(Ce,1,He.offer),Object.assign(Object.assign({},Y),{offers:R})}),(0,b.on)(wi.d7,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{offersBookmarks:He})),(0,b.on)(wi.e9,(Y,{payload:He})=>{const R=[...Y.offersBookmarks],Ce=R.findIndex(ot=>ot.bolt12===He.bolt12);if(Ce<0)null==R||R.unshift(He);else{const ot=Object.assign({},R[Ce]);ot.title=He.title,ot.amountmSat=He.amountmSat,ot.lastUpdatedAt=He.lastUpdatedAt,ot.description=He.description,ot.vendor=He.vendor,R.splice(Ce,1,ot)}return Object.assign(Object.assign({},Y),{offersBookmarks:R})}),(0,b.on)(wi.en,(Y,{payload:He})=>{const R=[...Y.offersBookmarks],Ce=Y.offersBookmarks.findIndex(ot=>ot.bolt12===He.bolt12);return Ce>-1&&R.splice(Ce,1),Object.assign(Object.assign({},Y),{offersBookmarks:R})})),u3=(Y,He)=>(Y&&Y.length>0?Y.forEach((R,Ce)=>{var ot;if(He&&He.length>0)for(let ii=0;ii{const R=JSON.parse(JSON.stringify(Y.apisCallStatus));return He.action&&(R[He.action]={status:He.status,statusCode:He.statusCode,message:He.message,URL:He.URL,filePath:He.filePath}),Object.assign(Object.assign({},Y),{apisCallStatus:R})}),(0,b.on)(Yt.Zr,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{nodeSettings:He})),(0,b.on)(Yt.Fd,(Y,{payload:He})=>Object.assign(Object.assign({},is),{nodeSettings:He})),(0,b.on)(Yt.CX,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{information:He})),(0,b.on)(Yt.RX,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{fees:He})),(0,b.on)(Yt.eN,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{activeChannels:He})),(0,b.on)(Yt.TW,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{pendingChannels:He})),(0,b.on)(Yt.i,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{inactiveChannels:He})),(0,b.on)(Yt.HG,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{channelsStatus:He})),(0,b.on)(Yt.Bw,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{onchainBalance:He})),(0,b.on)(Yt.On,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{lightningBalance:He})),(0,b.on)(Yt.Z8,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{peers:He})),(0,b.on)(Yt.EK,(Y,{payload:He})=>{const R=[...Y.peers],Ce=Y.peers.findIndex(ot=>ot.nodeId===He.nodeId);return Ce>-1&&R.splice(Ce,1),Object.assign(Object.assign({},Y),{peers:R})}),(0,b.on)(Yt.OG,(Y,{payload:He})=>{const R=[...Y.activeChannels],Ce=Y.activeChannels.findIndex(ot=>ot.channelId===He.channelId);return Ce>-1&&R.splice(Ce,1),Object.assign(Object.assign({},Y),{activeChannels:R})}),(0,b.on)(Yt.HI,(Y,{payload:He})=>{var R;if(He&&He.sent){const Ce=[...Y.activeChannels,...Y.pendingChannels,...Y.inactiveChannels];null===(R=He.sent)||void 0===R||R.map(ot=>{var ii;const Zi=Y.peers.find(Nn=>Nn.nodeId===ot.recipientNodeId);return ot.recipientNodeAlias=Zi?Zi.alias:ot.recipientNodeId,ot.parts&&(null===(ii=ot.parts)||void 0===ii||ii.map(Nn=>{const En=Ce.find(fr=>fr.channelId===Nn.toChannelId);return Nn.toChannelAlias=En?En.alias:Nn.toChannelId,ot.parts})),He.sent})}if(He&&He.relayed){const Ce=[...Y.activeChannels,...Y.pendingChannels,...Y.inactiveChannels];He.relayed.forEach(ot=>{ot=Qo(ot,Ce)})}return Object.assign(Object.assign({},Y),{payments:He})}),(0,b.on)(Yt.Lf,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{transactions:He})),(0,b.on)(Yt.YP,(Y,{payload:He})=>{const R=Y.invoices;return null==R||R.unshift(He),Object.assign(Object.assign({},Y),{invoices:R})}),(0,b.on)(Yt.Nr,(Y,{payload:He})=>Object.assign(Object.assign({},Y),{invoices:He})),(0,b.on)(Yt.aL,(Y,{payload:He})=>{let R=Y.invoices;return R=null==R?void 0:R.map(Ce=>{if(Ce.paymentHash===He.paymentHash){if(He.hasOwnProperty("type")){const ot=JSON.parse(JSON.stringify(Ce));return ot.amountSettled=He.parts&&He.parts.length&&He.parts.length>0&&He.parts[0].amount?(He.parts[0].amount||0)/1e3:0,ot.receivedAt=He.parts&&He.parts.length&&He.parts.length>0&&He.parts[0].timestamp?Math.round((He.parts[0].timestamp||0)/1e3):0,ot.status="received",ot}return He}return Ce}),Object.assign(Object.assign({},Y),{invoices:R})}),(0,b.on)(Yt.DJ,(Y,{payload:He})=>{let R=Y.pendingChannels;return R=null==R?void 0:R.map(Ce=>{var ot;return Ce.channelId===He.channelId&&Ce.nodeId===He.remoteNodeId&&(He.currentState=null===(ot=He.currentState)||void 0===ot?void 0:ot.replace(/_/g," "),Ce.state=He.currentState),Ce}),Object.assign(Object.assign({},Y),{pendingChannels:R})}),(0,b.on)(Yt.ti,(Y,{payload:He})=>{var R,Ce,ot;const ii=Y.payments,Zi=Qo(He,[...Y.activeChannels,...Y.pendingChannels,...Y.inactiveChannels]);Zi.amountIn=Math.round((He.amountIn||0)/1e3),Zi.amountOut=Math.round((He.amountOut||0)/1e3),null===(R=ii.relayed)||void 0===R||R.unshift(Zi);const Nn=(He.amountIn||0)-(He.amountOut||0),En={localBalance:Y.lightningBalance.localBalance+Nn,remoteBalance:Y.lightningBalance.remoteBalance-Nn},fr=Y.channelsStatus;fr.active&&(fr.active.capacity=((null===(ot=null===(Ce=Y.channelsStatus)||void 0===Ce?void 0:Ce.active)||void 0===ot?void 0:ot.capacity)||0)+Nn);const Ja={daily_fee:(Y.fees.daily_fee||0)+Nn,daily_txs:(Y.fees.daily_txs||0)+1,weekly_fee:(Y.fees.weekly_fee||0)+Nn,weekly_txs:(Y.fees.weekly_txs||0)+1,monthly_fee:(Y.fees.monthly_fee||0)+Nn,monthly_txs:(Y.fees.monthly_txs||0)+1},Cs=Y.activeChannels;let rs=!1,_s=!1;for(const ir of Cs){if(ir.channelId===He.fromChannelId){rs=!0;const Sa=(ir.toLocal||0)+(ir.toRemote||0);ir.toLocal=(ir.toLocal||0)+Zi.amountIn,ir.toRemote=(ir.toRemote||0)-Zi.amountIn,ir.balancedness=0===Sa?1:+(1-Math.abs((ir.toLocal-ir.toRemote)/Sa)).toFixed(3)}if(ir.channelId===He.toChannelId){_s=!0;const Sa=(ir.toLocal||0)+(ir.toRemote||0);ir.toLocal=(ir.toLocal||0)-Zi.amountOut,ir.toRemote=(ir.toRemote||0)+Zi.amountOut,ir.balancedness=0===Sa?1:+(1-Math.abs((ir.toLocal-ir.toRemote)/Sa)).toFixed(3)}if(_s&&rs)break}return Object.assign(Object.assign({},Y),{payments:ii,lightningBalance:En,channelStatus:fr,fees:Ja,activeChannels:Cs})})),Qo=(Y,He)=>{var R,Ce,ot,ii,Zi,Nn,En,fr,Ja,Cs,rs,_s,ir,Sa;if("payment-relayed"===Y.type)if(He&&He.length>0)for(let Rn=0;Rn0)for(let Rn=0;Rn{var za;(null===(za=He[Rn].channelId)||void 0===za?void 0:za.toString())===rr.channelId&&(rr.channelAlias=He[Rn].alias?He[Rn].alias:rr.channelId,rr.shortChannelId=He[Rn].shortChannelId?He[Rn].shortChannelId:"")}),null===(fr=Y.outgoing)||void 0===fr||fr.forEach(rr=>{var za;(null===(za=He[Rn].channelId)||void 0===za?void 0:za.toString())===rr.channelId&&(rr.channelAlias=He[Rn].alias?He[Rn].alias:rr.channelId,rr.shortChannelId=He[Rn].shortChannelId?He[Rn].shortChannelId:"")}),Rn===He.length-1&&(Y.incoming&&Y.incoming.length&&Y.incoming.length>0&&!Y.incoming[0].channelAlias&&(null===(Ja=Y.incoming)||void 0===Ja||Ja.forEach(rr=>{var za;rr.channelAlias=(null===(za=rr.channelId)||void 0===za?void 0:za.substring(0,17))+"...",rr.shortChannelId=""})),Y.outgoing&&Y.outgoing.length&&Y.outgoing.length>0&&!Y.outgoing[0].channelAlias&&(null===(Cs=Y.outgoing)||void 0===Cs||Cs.forEach(rr=>{var za;rr.channelAlias=(null===(za=rr.channelId)||void 0===za?void 0:za.substring(0,17))+"...",rr.shortChannelId=""})));else null===(rs=Y.incoming)||void 0===rs||rs.forEach(Rn=>{var rr;Rn.channelAlias=(null===(rr=Rn.channelId)||void 0===rr?void 0:rr.substring(0,17))+"...",Rn.shortChannelId=""}),null===(_s=Y.outgoing)||void 0===_s||_s.forEach(Rn=>{var rr;Rn.channelAlias=(null===(rr=Rn.channelId)||void 0===rr?void 0:rr.substring(0,17))+"...",Rn.shortChannelId=""});Y.amountIn=(null===(ir=Y.incoming)||void 0===ir?void 0:ir.reduce((Rn,rr)=>Rn+rr.amount,0))||0,Y.fromChannelId=Y.incoming&&Y.incoming.length?Y.incoming[0].channelId:"",Y.fromChannelAlias=Y.incoming&&Y.incoming.length?Y.incoming[0].channelAlias:"",Y.fromShortChannelId=Y.incoming&&Y.incoming.length?Y.incoming[0].shortChannelId:"",Y.amountOut=(null===(Sa=Y.outgoing)||void 0===Sa?void 0:Sa.reduce((Rn,rr)=>Rn+rr.amount,0))||0,Y.toChannelId=Y.outgoing&&Y.outgoing.length?Y.outgoing[0].channelId:"",Y.toChannelAlias=Y.outgoing&&Y.outgoing.length?Y.outgoing[0].channelAlias:"",Y.toShortChannelId=Y.outgoing&&Y.outgoing.length?Y.outgoing[0].shortChannelId:""}return Y};let h3=(()=>{class Y{}return Y.\u0275fac=function(R){return new(R||Y)},Y.\u0275mod=e.oAB({type:Y,bootstrap:[r0]}),Y.\u0275inj=e.cJS({providers:[{provide:M.TP,useClass:l3,multi:!0},Tr.a1,Se.m,co.D,a0.d,$n.W,Ft.v,Ki],imports:[[f.PW,r3.m,e0,a.xu,t.t6,E.forRoot({idle:3590,timeout:10,ping:12e3}),b.Aw.forRoot({root:mo,lnd:g1,cln:_1,ecl:X1},{runtimeChecks:{strictStateImmutability:!1,strictActionImmutability:!1}}),d.sQ.forRoot([ht.V,c3.l,Y2.J,s0.o]),Lt.NZ.production?[]:N.FT.instrument()]]}),Y})();Lt.NZ.production&&(0,e.G48)(),t.q6().bootstrapModule(h3).catch(Y=>console.log(Y))},7854:(Ve,K)=>{"use strict";function p(Q){return Object.keys(Q).map(Ue=>Q[Ue])}var Q;Object.defineProperty(K,"__esModule",{value:!0}),(Q=K.HashAlgorithms||(K.HashAlgorithms={})).SHA1="sha1",Q.SHA256="sha256",Q.SHA512="sha512";const t=p(K.HashAlgorithms);!function(Q){Q.ASCII="ascii",Q.BASE64="base64",Q.HEX="hex",Q.LATIN1="latin1",Q.UTF8="utf8"}(K.KeyEncodings||(K.KeyEncodings={}));const e=p(K.KeyEncodings);!function(Q){Q.HOTP="hotp",Q.TOTP="totp"}(K.Strategy||(K.Strategy={}));const f=p(K.Strategy),M=()=>{throw new Error("Please provide an options.createDigest implementation.")};function a(Q){return/^(\d+)$/.test(Q)}function b(Q,Ue,ye){return Q.length>=Ue?Q:`${Array(Ue+1).join(ye)}${Q}`.slice(-1*Ue)}function d(Q){const Ue=`otpauth://${Q.type}/{labelPrefix}:{accountName}?secret={secret}{query}`,ye=[];if(f.indexOf(Q.type)<0)throw new Error(`Expecting options.type to be one of ${f.join(", ")}. Received ${Q.type}.`);if("hotp"===Q.type){if(null==Q.counter||"number"!=typeof Q.counter)throw new Error('Expecting options.counter to be a number when options.type is "hotp".');ye.push(`&counter=${Q.counter}`)}return"totp"===Q.type&&Q.step&&ye.push(`&period=${Q.step}`),Q.digits&&ye.push(`&digits=${Q.digits}`),Q.algorithm&&ye.push(`&algorithm=${Q.algorithm.toUpperCase()}`),Q.issuer&&ye.push(`&issuer=${encodeURIComponent(Q.issuer)}`),Ue.replace("{labelPrefix}",encodeURIComponent(Q.issuer||Q.accountName)).replace("{accountName}",encodeURIComponent(Q.accountName)).replace("{secret}",Q.secret).replace("{query}",ye.join(""))}class N{constructor(Ue={}){this._defaultOptions=Object.freeze(Ks({},Ue)),this._options=Object.freeze({})}create(Ue={}){return new N(Ue)}clone(Ue={}){const ye=this.create(Ks(Ks({},this._defaultOptions),Ue));return ye.options=this._options,ye}get options(){return Object.freeze(Ks(Ks({},this._defaultOptions),this._options))}set options(Ue){this._options=Object.freeze(Ks(Ks({},this._options),Ue))}allOptions(){return this.options}resetOptions(){this._options=Object.freeze({})}}function h(Q){if("function"!=typeof Q.createDigest)throw new Error("Expecting options.createDigest to be a function.");if("function"!=typeof Q.createHmacKey)throw new Error("Expecting options.createHmacKey to be a function.");if("number"!=typeof Q.digits)throw new Error("Expecting options.digits to be a number.");if(!Q.algorithm||t.indexOf(Q.algorithm)<0)throw new Error(`Expecting options.algorithm to be one of ${t.join(", ")}. Received ${Q.algorithm}.`);if(!Q.encoding||e.indexOf(Q.encoding)<0)throw new Error(`Expecting options.encoding to be one of ${e.join(", ")}. Received ${Q.encoding}.`)}const A=(Q,Ue,ye)=>Buffer.from(Ue,ye).toString("hex");function w(){return{algorithm:K.HashAlgorithms.SHA1,createHmacKey:A,createDigest:M,digits:6,encoding:K.KeyEncodings.ASCII}}function D(Q){const Ue=Ks(Ks({},w()),Q);return h(Ue),Object.freeze(Ue)}function L(Q){return b(Q.toString(16),16,"0")}function k(Q,Ue){const ye=Buffer.from(Q,"hex"),V=15&ye[ye.length-1],dt=((127&ye[V])<<24|(255&ye[V+1])<<16|(255&ye[V+2])<<8|255&ye[V+3])%Math.pow(10,Ue);return b(String(dt),Ue,"0")}function U(Q,Ue,ye){const V=ye.digest||function S(Q,Ue,ye){const V=L(Ue),Ae=ye.createHmacKey(ye.algorithm,Q,ye.encoding);return ye.createDigest(ye.algorithm,Ae,V)}(Q,Ue,ye);return k(V,ye.digits)}function Z(Q,Ue,ye,V){return!!a(Q)&&Q===U(Ue,ye,V)}function j(Q,Ue,ye,V,Ae){return d({algorithm:Ae.algorithm,digits:Ae.digits,type:K.Strategy.HOTP,accountName:Q,counter:V,issuer:Ue,secret:ye})}class ne extends N{create(Ue={}){return new ne(Ue)}allOptions(){return D(this.options)}generate(Ue,ye){return U(Ue,ye,this.allOptions())}check(Ue,ye,V){return Z(Ue,ye,V,this.allOptions())}verify(Ue){if("object"!=typeof Ue)throw new Error("Expecting argument 0 of verify to be an object");return this.check(Ue.token,Ue.secret,Ue.counter)}keyuri(Ue,ye,V,Ae){return j(Ue,ye,V,Ae,this.allOptions())}}function $(Q){if("number"==typeof Q)return[Math.abs(Q),Math.abs(Q)];if(Array.isArray(Q)){const[Ue,ye]=Q;if("number"==typeof Ue&&"number"==typeof ye)return[Math.abs(Ue),Math.abs(ye)]}throw new Error("Expecting options.window to be an number or [number, number].")}function de(Q){if(h(Q),$(Q.window),"number"!=typeof Q.epoch)throw new Error("Expecting options.epoch to be a number.");if("number"!=typeof Q.step)throw new Error("Expecting options.step to be a number.")}const te=(Q,Ue,ye)=>{const V=Q.length,Ae=Buffer.from(Q,Ue).toString("hex");if(V{switch(Q){case K.HashAlgorithms.SHA1:return te(Ue,ye,20);case K.HashAlgorithms.SHA256:return te(Ue,ye,32);case K.HashAlgorithms.SHA512:return te(Ue,ye,64);default:throw new Error(`Expecting algorithm to be one of ${t.join(", ")}. Received ${Q}.`)}};function oe(){return{algorithm:K.HashAlgorithms.SHA1,createDigest:M,createHmacKey:ie,digits:6,encoding:K.KeyEncodings.ASCII,epoch:Date.now(),step:30,window:0}}function X(Q){const Ue=Ks(Ks({},oe()),Q);return de(Ue),Object.freeze(Ue)}function me(Q,Ue){return Math.floor(Q/Ue/1e3)}function y(Q,Ue){return U(Q,me(Ue.epoch,Ue.step),Ue)}function i(Q,Ue,ye,V){const Ae=[];if(0===V)return Ae;for(let dt=1;dt<=V;dt++)Ae.push(Q+Ue*dt*ye);return Ae}function r(Q,Ue,ye){const V=$(ye),Ae=1e3*Ue;return{current:Q,past:i(Q,-1,Ae,V[0]),future:i(Q,1,Ae,V[1])}}function u(Q,Ue,ye){return!!a(Q)&&Q===y(Ue,ye)}function c(Q,Ue,ye,V){let Ae=null;return Q.some((dt,Ie)=>!!u(Ue,ye,$C(Ks({},V),{epoch:dt}))&&(Ae=Ie+1,!0)),Ae}function _(Q,Ue,ye){if(u(Q,Ue,ye))return 0;const V=r(ye.epoch,ye.step,ye.window),Ae=c(V.past,Q,Ue,ye);return null!==Ae?-1*Ae:c(V.future,Q,Ue,ye)}function E(Q,Ue){return Math.floor(Q/1e3)%Ue}function I(Q,Ue){return Ue-E(Q,Ue)}function v(Q,Ue,ye,V){return d({algorithm:V.algorithm,digits:V.digits,step:V.step,type:K.Strategy.TOTP,accountName:Q,issuer:Ue,secret:ye})}class n extends ne{create(Ue={}){return new n(Ue)}allOptions(){return X(this.options)}generate(Ue){return y(Ue,this.allOptions())}checkDelta(Ue,ye){return _(Ue,ye,this.allOptions())}check(Ue,ye){return"number"==typeof this.checkDelta(Ue,ye)}verify(Ue){if("object"!=typeof Ue)throw new Error("Expecting argument 0 of verify to be an object");return this.check(Ue.token,Ue.secret)}timeRemaining(){const Ue=this.allOptions();return I(Ue.epoch,Ue.step)}timeUsed(){const Ue=this.allOptions();return E(Ue.epoch,Ue.step)}keyuri(Ue,ye,V){return v(Ue,ye,V,this.allOptions())}}function C(Q){if(de(Q),"function"!=typeof Q.keyDecoder)throw new Error("Expecting options.keyDecoder to be a function.");if(Q.keyEncoder&&"function"!=typeof Q.keyEncoder)throw new Error("Expecting options.keyEncoder to be a function.")}function B(){return{algorithm:K.HashAlgorithms.SHA1,createDigest:M,createHmacKey:ie,digits:6,encoding:K.KeyEncodings.HEX,epoch:Date.now(),step:30,window:0}}function P(Q){const Ue=Ks(Ks({},B()),Q);return C(Ue),Object.freeze(Ue)}function F(Q,Ue){return Ue.keyEncoder(Q,Ue.encoding)}function q(Q,Ue){return Ue.keyDecoder(Q,Ue.encoding)}function he(Q,Ue){return F(Ue.createRandomBytes(Q,Ue.encoding),Ue)}function ve(Q,Ue){return y(q(Q,Ue),Ue)}function Ne(Q,Ue,ye){return _(Q,q(Ue,ye),ye)}class we extends n{create(Ue={}){return new we(Ue)}allOptions(){return P(this.options)}generate(Ue){return ve(Ue,this.allOptions())}checkDelta(Ue,ye){return Ne(Ue,ye,this.allOptions())}encode(Ue){return F(Ue,this.allOptions())}decode(Ue){return q(Ue,this.allOptions())}generateSecret(Ue=10){return he(Ue,this.allOptions())}}K.Authenticator=we,K.HASH_ALGORITHMS=t,K.HOTP=ne,K.KEY_ENCODINGS=e,K.OTP=N,K.STRATEGY=f,K.TOTP=n,K.authenticatorCheckWithWindow=Ne,K.authenticatorDecoder=q,K.authenticatorDefaultOptions=B,K.authenticatorEncoder=F,K.authenticatorGenerateSecret=he,K.authenticatorOptionValidator=C,K.authenticatorOptions=P,K.authenticatorToken=ve,K.createDigestPlaceholder=M,K.hotpCheck=Z,K.hotpCounter=L,K.hotpCreateHmacKey=A,K.hotpDefaultOptions=w,K.hotpDigestToToken=k,K.hotpKeyuri=j,K.hotpOptions=D,K.hotpOptionsValidator=h,K.hotpToken=U,K.isTokenValid=a,K.keyuri=d,K.objectValues=p,K.padStart=b,K.totpCheck=u,K.totpCheckByEpoch=c,K.totpCheckWithWindow=_,K.totpCounter=me,K.totpCreateHmacKey=ie,K.totpDefaultOptions=oe,K.totpEpochAvailable=r,K.totpKeyuri=v,K.totpOptions=X,K.totpOptionsValidator=de,K.totpPadSecret=te,K.totpTimeRemaining=I,K.totpTimeUsed=E,K.totpToken=y},6098:(Ve,K,p)=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});var e=function t(a){return a&&"object"==typeof a&&"default"in a?a.default:a}(p(1348));K.createDigest=(a,b,d)=>e.createHmac(a,Buffer.from(b,"hex")).update(Buffer.from(d,"hex")).digest().toString("hex"),K.createRandomBytes=(a,b)=>e.randomBytes(a).toString(b)},1415:(Ve,K,p)=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});var e=function t(a){return a&&"object"==typeof a&&"default"in a?a.default:a}(p(2167));K.keyDecoder=(a,b)=>e.decode(a).toString(b),K.keyEncoder=(a,b)=>e.encode(Buffer.from(a,b).toString("ascii")).toString().replace(/=/g,"")},842:(Ve,K,p)=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});var t=p(6098),e=p(1415),f=p(7854);const M=new f.HOTP({createDigest:t.createDigest}),a=new f.TOTP({createDigest:t.createDigest}),b=new f.Authenticator({createDigest:t.createDigest,createRandomBytes:t.createRandomBytes,keyDecoder:e.keyDecoder,keyEncoder:e.keyEncoder});K.authenticator=b,K.hotp=M,K.totp=a},7977:(Ve,K,p)=>{"use strict";const t=K;t.bignum=p(3854),t.define=p(9516).define,t.base=p(7813),t.constants=p(5459),t.decoders=p(196),t.encoders=p(1131)},9516:(Ve,K,p)=>{"use strict";const t=p(1131),e=p(196),f=p(3894);function a(b,d){this.name=b,this.body=d,this.decoders={},this.encoders={}}K.define=function(d,N){return new a(d,N)},a.prototype._createNamed=function(d){const N=this.name;function h(A){this._initNamed(A,N)}return f(h,d),h.prototype._initNamed=function(w,D){d.call(this,w,D)},new h(this)},a.prototype._getDecoder=function(d){return this.decoders.hasOwnProperty(d=d||"der")||(this.decoders[d]=this._createNamed(e[d])),this.decoders[d]},a.prototype.decode=function(d,N,h){return this._getDecoder(N).decode(d,h)},a.prototype._getEncoder=function(d){return this.encoders.hasOwnProperty(d=d||"der")||(this.encoders[d]=this._createNamed(t[d])),this.encoders[d]},a.prototype.encode=function(d,N,h){return this._getEncoder(N).encode(d,h)}},2769:(Ve,K,p)=>{"use strict";const t=p(3894),e=p(4919).b,f=p(2038).Buffer;function M(b,d){e.call(this,d),f.isBuffer(b)?(this.base=b,this.offset=0,this.length=b.length):this.error("Input not Buffer")}function a(b,d){if(Array.isArray(b))this.length=0,this.value=b.map(function(N){return a.isEncoderBuffer(N)||(N=new a(N,d)),this.length+=N.length,N},this);else if("number"==typeof b){if(!(0<=b&&b<=255))return d.error("non-byte EncoderBuffer value");this.value=b,this.length=1}else if("string"==typeof b)this.value=b,this.length=f.byteLength(b);else{if(!f.isBuffer(b))return d.error("Unsupported type: "+typeof b);this.value=b,this.length=b.length}}t(M,e),K.C=M,M.isDecoderBuffer=function(d){return d instanceof M||"object"==typeof d&&f.isBuffer(d.base)&&"DecoderBuffer"===d.constructor.name&&"number"==typeof d.offset&&"number"==typeof d.length&&"function"==typeof d.save&&"function"==typeof d.restore&&"function"==typeof d.isEmpty&&"function"==typeof d.readUInt8&&"function"==typeof d.skip&&"function"==typeof d.raw},M.prototype.save=function(){return{offset:this.offset,reporter:e.prototype.save.call(this)}},M.prototype.restore=function(d){const N=new M(this.base);return N.offset=d.offset,N.length=this.offset,this.offset=d.offset,e.prototype.restore.call(this,d.reporter),N},M.prototype.isEmpty=function(){return this.offset===this.length},M.prototype.readUInt8=function(d){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(d||"DecoderBuffer overrun")},M.prototype.skip=function(d,N){if(!(this.offset+d<=this.length))return this.error(N||"DecoderBuffer overrun");const h=new M(this.base);return h._reporterState=this._reporterState,h.offset=this.offset,h.length=this.offset+d,this.offset+=d,h},M.prototype.raw=function(d){return this.base.slice(d?d.offset:this.offset,this.length)},K.R=a,a.isEncoderBuffer=function(d){return d instanceof a||"object"==typeof d&&"EncoderBuffer"===d.constructor.name&&"number"==typeof d.length&&"function"==typeof d.join},a.prototype.join=function(d,N){return d||(d=f.alloc(this.length)),N||(N=0),0===this.length||(Array.isArray(this.value)?this.value.forEach(function(h){h.join(d,N),N+=h.length}):("number"==typeof this.value?d[N]=this.value:"string"==typeof this.value?d.write(this.value,N):f.isBuffer(this.value)&&this.value.copy(d,N),N+=this.length)),d}},7813:(Ve,K,p)=>{"use strict";const t=K;t.Reporter=p(4919).b,t.DecoderBuffer=p(2769).C,t.EncoderBuffer=p(2769).R,t.Node=p(1430)},1430:(Ve,K,p)=>{"use strict";const t=p(4919).b,e=p(2769).R,f=p(2769).C,M=p(2391),a=["seq","seqof","set","setof","objid","bool","gentime","utctime","null_","enum","int","objDesc","bitstr","bmpstr","charstr","genstr","graphstr","ia5str","iso646str","numstr","octstr","printstr","t61str","unistr","utf8str","videostr"],b=["key","obj","use","optional","explicit","implicit","def","choice","any","contains"].concat(a);function N(A,w,D){const L={};this._baseState=L,L.name=D,L.enc=A,L.parent=w||null,L.children=null,L.tag=null,L.args=null,L.reverseArgs=null,L.choice=null,L.optional=!1,L.any=!1,L.obj=!1,L.use=null,L.useDecoder=null,L.key=null,L.default=null,L.explicit=null,L.implicit=null,L.contains=null,L.parent||(L.children=[],this._wrap())}Ve.exports=N;const h=["enc","parent","children","tag","args","reverseArgs","choice","optional","any","obj","use","alteredUse","key","default","explicit","implicit","contains"];N.prototype.clone=function(){const w=this._baseState,D={};h.forEach(function(k){D[k]=w[k]});const L=new this.constructor(D.parent);return L._baseState=D,L},N.prototype._wrap=function(){const w=this._baseState;b.forEach(function(D){this[D]=function(){const k=new this.constructor(this);return w.children.push(k),k[D].apply(k,arguments)}},this)},N.prototype._init=function(w){const D=this._baseState;M(null===D.parent),w.call(this),D.children=D.children.filter(function(L){return L._baseState.parent===this},this),M.equal(D.children.length,1,"Root node can have only one child")},N.prototype._useArgs=function(w){const D=this._baseState,L=w.filter(function(k){return k instanceof this.constructor},this);w=w.filter(function(k){return!(k instanceof this.constructor)},this),0!==L.length&&(M(null===D.children),D.children=L,L.forEach(function(k){k._baseState.parent=this},this)),0!==w.length&&(M(null===D.args),D.args=w,D.reverseArgs=w.map(function(k){if("object"!=typeof k||k.constructor!==Object)return k;const S={};return Object.keys(k).forEach(function(U){U==(0|U)&&(U|=0),S[k[U]]=U}),S}))},["_peekTag","_decodeTag","_use","_decodeStr","_decodeObjid","_decodeTime","_decodeNull","_decodeInt","_decodeBool","_decodeList","_encodeComposite","_encodeStr","_encodeObjid","_encodeTime","_encodeNull","_encodeInt","_encodeBool"].forEach(function(A){N.prototype[A]=function(){throw new Error(A+" not implemented for encoding: "+this._baseState.enc)}}),a.forEach(function(A){N.prototype[A]=function(){const D=this._baseState,L=Array.prototype.slice.call(arguments);return M(null===D.tag),D.tag=A,this._useArgs(L),this}}),N.prototype.use=function(w){M(w);const D=this._baseState;return M(null===D.use),D.use=w,this},N.prototype.optional=function(){return this._baseState.optional=!0,this},N.prototype.def=function(w){const D=this._baseState;return M(null===D.default),D.default=w,D.optional=!0,this},N.prototype.explicit=function(w){const D=this._baseState;return M(null===D.explicit&&null===D.implicit),D.explicit=w,this},N.prototype.implicit=function(w){const D=this._baseState;return M(null===D.explicit&&null===D.implicit),D.implicit=w,this},N.prototype.obj=function(){const w=this._baseState,D=Array.prototype.slice.call(arguments);return w.obj=!0,0!==D.length&&this._useArgs(D),this},N.prototype.key=function(w){const D=this._baseState;return M(null===D.key),D.key=w,this},N.prototype.any=function(){return this._baseState.any=!0,this},N.prototype.choice=function(w){const D=this._baseState;return M(null===D.choice),D.choice=w,this._useArgs(Object.keys(w).map(function(L){return w[L]})),this},N.prototype.contains=function(w){const D=this._baseState;return M(null===D.use),D.contains=w,this},N.prototype._decode=function(w,D){const L=this._baseState;if(null===L.parent)return w.wrapResult(L.children[0]._decode(w,D));let Z,k=L.default,S=!0,U=null;if(null!==L.key&&(U=w.enterKey(L.key)),L.optional){let j=null;if(null!==L.explicit?j=L.explicit:null!==L.implicit?j=L.implicit:null!==L.tag&&(j=L.tag),null!==j||L.any){if(S=this._peekTag(w,j,L.any),w.isError(S))return S}else{const ne=w.save();try{null===L.choice?this._decodeGeneric(L.tag,w,D):this._decodeChoice(w,D),S=!0}catch($){S=!1}w.restore(ne)}}if(L.obj&&S&&(Z=w.enterObject()),S){if(null!==L.explicit){const ne=this._decodeTag(w,L.explicit);if(w.isError(ne))return ne;w=ne}const j=w.offset;if(null===L.use&&null===L.choice){let ne;L.any&&(ne=w.save());const $=this._decodeTag(w,null!==L.implicit?L.implicit:L.tag,L.any);if(w.isError($))return $;L.any?k=w.raw(ne):w=$}if(D&&D.track&&null!==L.tag&&D.track(w.path(),j,w.length,"tagged"),D&&D.track&&null!==L.tag&&D.track(w.path(),w.offset,w.length,"content"),L.any||(k=null===L.choice?this._decodeGeneric(L.tag,w,D):this._decodeChoice(w,D)),w.isError(k))return k;if(!L.any&&null===L.choice&&null!==L.children&&L.children.forEach(function($){$._decode(w,D)}),L.contains&&("octstr"===L.tag||"bitstr"===L.tag)){const ne=new f(k);k=this._getUse(L.contains,w._reporterState.obj)._decode(ne,D)}}return L.obj&&S&&(k=w.leaveObject(Z)),null===L.key||null===k&&!0!==S?null!==U&&w.exitKey(U):w.leaveKey(U,L.key,k),k},N.prototype._decodeGeneric=function(w,D,L){const k=this._baseState;return"seq"===w||"set"===w?null:"seqof"===w||"setof"===w?this._decodeList(D,w,k.args[0],L):/str$/.test(w)?this._decodeStr(D,w,L):"objid"===w&&k.args?this._decodeObjid(D,k.args[0],k.args[1],L):"objid"===w?this._decodeObjid(D,null,null,L):"gentime"===w||"utctime"===w?this._decodeTime(D,w,L):"null_"===w?this._decodeNull(D,L):"bool"===w?this._decodeBool(D,L):"objDesc"===w?this._decodeStr(D,w,L):"int"===w||"enum"===w?this._decodeInt(D,k.args&&k.args[0],L):null!==k.use?this._getUse(k.use,D._reporterState.obj)._decode(D,L):D.error("unknown tag: "+w)},N.prototype._getUse=function(w,D){const L=this._baseState;return L.useDecoder=this._use(w,D),M(null===L.useDecoder._baseState.parent),L.useDecoder=L.useDecoder._baseState.children[0],L.implicit!==L.useDecoder._baseState.implicit&&(L.useDecoder=L.useDecoder.clone(),L.useDecoder._baseState.implicit=L.implicit),L.useDecoder},N.prototype._decodeChoice=function(w,D){const L=this._baseState;let k=null,S=!1;return Object.keys(L.choice).some(function(U){const Z=w.save(),j=L.choice[U];try{const ne=j._decode(w,D);if(w.isError(ne))return!1;k={type:U,value:ne},S=!0}catch(ne){return w.restore(Z),!1}return!0},this),S?k:w.error("Choice not matched")},N.prototype._createEncoderBuffer=function(w){return new e(w,this.reporter)},N.prototype._encode=function(w,D,L){const k=this._baseState;if(null!==k.default&&k.default===w)return;const S=this._encodeValue(w,D,L);return void 0===S||this._skipDefault(S,D,L)?void 0:S},N.prototype._encodeValue=function(w,D,L){const k=this._baseState;if(null===k.parent)return k.children[0]._encode(w,D||new t);let S=null;if(this.reporter=D,k.optional&&void 0===w){if(null===k.default)return;w=k.default}let U=null,Z=!1;if(k.any)S=this._createEncoderBuffer(w);else if(k.choice)S=this._encodeChoice(w,D);else if(k.contains)U=this._getUse(k.contains,L)._encode(w,D),Z=!0;else if(k.children)U=k.children.map(function(j){if("null_"===j._baseState.tag)return j._encode(null,D,w);if(null===j._baseState.key)return D.error("Child should have a key");const ne=D.enterKey(j._baseState.key);if("object"!=typeof w)return D.error("Child expected, but input is not object");const $=j._encode(w[j._baseState.key],D,w);return D.leaveKey(ne),$},this).filter(function(j){return j}),U=this._createEncoderBuffer(U);else if("seqof"===k.tag||"setof"===k.tag){if(!k.args||1!==k.args.length)return D.error("Too many args for : "+k.tag);if(!Array.isArray(w))return D.error("seqof/setof, but data is not Array");const j=this.clone();j._baseState.implicit=null,U=this._createEncoderBuffer(w.map(function(ne){return this._getUse(this._baseState.args[0],w)._encode(ne,D)},j))}else null!==k.use?S=this._getUse(k.use,L)._encode(w,D):(U=this._encodePrimitive(k.tag,w),Z=!0);if(!k.any&&null===k.choice){const j=null!==k.implicit?k.implicit:k.tag,ne=null===k.implicit?"universal":"context";null===j?null===k.use&&D.error("Tag could be omitted only for .use()"):null===k.use&&(S=this._encodeComposite(j,Z,ne,U))}return null!==k.explicit&&(S=this._encodeComposite(k.explicit,!1,"context",S)),S},N.prototype._encodeChoice=function(w,D){const L=this._baseState,k=L.choice[w.type];return k||M(!1,w.type+" not found in "+JSON.stringify(Object.keys(L.choice))),k._encode(w.value,D)},N.prototype._encodePrimitive=function(w,D){const L=this._baseState;if(/str$/.test(w))return this._encodeStr(D,w);if("objid"===w&&L.args)return this._encodeObjid(D,L.reverseArgs[0],L.args[1]);if("objid"===w)return this._encodeObjid(D,null,null);if("gentime"===w||"utctime"===w)return this._encodeTime(D,w);if("null_"===w)return this._encodeNull();if("int"===w||"enum"===w)return this._encodeInt(D,L.args&&L.reverseArgs[0]);if("bool"===w)return this._encodeBool(D);if("objDesc"===w)return this._encodeStr(D,w);throw new Error("Unsupported tag: "+w)},N.prototype._isNumstr=function(w){return/^[0-9 ]*$/.test(w)},N.prototype._isPrintstr=function(w){return/^[A-Za-z0-9 '()+,-./:=?]*$/.test(w)}},4919:(Ve,K,p)=>{"use strict";const t=p(3894);function e(M){this._reporterState={obj:null,path:[],options:M||{},errors:[]}}function f(M,a){this.path=M,this.rethrow(a)}K.b=e,e.prototype.isError=function(a){return a instanceof f},e.prototype.save=function(){const a=this._reporterState;return{obj:a.obj,pathLen:a.path.length}},e.prototype.restore=function(a){const b=this._reporterState;b.obj=a.obj,b.path=b.path.slice(0,a.pathLen)},e.prototype.enterKey=function(a){return this._reporterState.path.push(a)},e.prototype.exitKey=function(a){const b=this._reporterState;b.path=b.path.slice(0,a-1)},e.prototype.leaveKey=function(a,b,d){const N=this._reporterState;this.exitKey(a),null!==N.obj&&(N.obj[b]=d)},e.prototype.path=function(){return this._reporterState.path.join("/")},e.prototype.enterObject=function(){const a=this._reporterState,b=a.obj;return a.obj={},b},e.prototype.leaveObject=function(a){const b=this._reporterState,d=b.obj;return b.obj=a,d},e.prototype.error=function(a){let b;const d=this._reporterState,N=a instanceof f;if(b=N?a:new f(d.path.map(function(h){return"["+JSON.stringify(h)+"]"}).join(""),a.message||a,a.stack),!d.options.partial)throw b;return N||d.errors.push(b),b},e.prototype.wrapResult=function(a){const b=this._reporterState;return b.options.partial?{result:this.isError(a)?null:a,errors:b.errors}:a},t(f,Error),f.prototype.rethrow=function(a){if(this.message=a+" at: "+(this.path||"(shallow)"),Error.captureStackTrace&&Error.captureStackTrace(this,f),!this.stack)try{throw new Error(this.message)}catch(b){this.stack=b.stack}return this}},5496:(Ve,K)=>{"use strict";function p(t){const e={};return Object.keys(t).forEach(function(f){(0|f)==f&&(f|=0),e[t[f]]=f}),e}K.tagClass={0:"universal",1:"application",2:"context",3:"private"},K.tagClassByName=p(K.tagClass),K.tag={0:"end",1:"bool",2:"int",3:"bitstr",4:"octstr",5:"null_",6:"objid",7:"objDesc",8:"external",9:"real",10:"enum",11:"embed",12:"utf8str",13:"relativeOid",16:"seq",17:"set",18:"numstr",19:"printstr",20:"t61str",21:"videostr",22:"ia5str",23:"utctime",24:"gentime",25:"graphstr",26:"iso646str",27:"genstr",28:"unistr",29:"charstr",30:"bmpstr"},K.tagByName=p(K.tag)},5459:(Ve,K,p)=>{"use strict";const t=K;t._reverse=function(f){const M={};return Object.keys(f).forEach(function(a){(0|a)==a&&(a|=0),M[f[a]]=a}),M},t.der=p(5496)},7127:(Ve,K,p)=>{"use strict";const t=p(3894),e=p(3854),f=p(2769).C,M=p(1430),a=p(5496);function b(A){this.enc="der",this.name=A.name,this.entity=A,this.tree=new d,this.tree._init(A.body)}function d(A){M.call(this,"der",A)}function N(A,w){let D=A.readUInt8(w);if(A.isError(D))return D;const L=a.tagClass[D>>6],k=0==(32&D);if(31==(31&D)){let U=D;for(D=0;128==(128&U);){if(U=A.readUInt8(w),A.isError(U))return U;D<<=7,D|=127&U}}else D&=31;return{cls:L,primitive:k,tag:D,tagStr:a.tag[D]}}function h(A,w,D){let L=A.readUInt8(D);if(A.isError(L))return L;if(!w&&128===L)return null;if(0==(128&L))return L;const k=127&L;if(k>4)return A.error("length octect is too long");L=0;for(let S=0;S{"use strict";const t=K;t.der=p(7127),t.pem=p(9617)},9617:(Ve,K,p)=>{"use strict";const t=p(3894),e=p(2038).Buffer,f=p(7127);function M(a){f.call(this,a),this.enc="pem"}t(M,f),Ve.exports=M,M.prototype.decode=function(b,d){const N=b.toString().split(/[\r\n]+/g),h=d.label.toUpperCase(),A=/^-----(BEGIN|END) ([^-]+)-----$/;let w=-1,D=-1;for(let S=0;S{"use strict";const t=p(3894),e=p(2038).Buffer,f=p(1430),M=p(5496);function a(h){this.enc="der",this.name=h.name,this.entity=h,this.tree=new b,this.tree._init(h.body)}function b(h){f.call(this,"der",h)}function d(h){return h<10?"0"+h:h}Ve.exports=a,a.prototype.encode=function(A,w){return this.tree._encode(A,w).join()},t(b,f),b.prototype._encodeComposite=function(A,w,D,L){const k=function N(h,A,w,D){let L;if("seqof"===h?h="seq":"setof"===h&&(h="set"),M.tagByName.hasOwnProperty(h))L=M.tagByName[h];else{if("number"!=typeof h||(0|h)!==h)return D.error("Unknown tag: "+h);L=h}return L>=31?D.error("Multi-octet tag encoding unsupported"):(A||(L|=32),L|=M.tagClassByName[w||"universal"]<<6,L)}(A,w,D,this.reporter);if(L.length<128){const Z=e.alloc(2);return Z[0]=k,Z[1]=L.length,this._createEncoderBuffer([Z,L])}let S=1;for(let Z=L.length;Z>=256;Z>>=8)S++;const U=e.alloc(2+S);U[0]=k,U[1]=128|S;for(let Z=1+S,j=L.length;j>0;Z--,j>>=8)U[Z]=255&j;return this._createEncoderBuffer([U,L])},b.prototype._encodeStr=function(A,w){if("bitstr"===w)return this._createEncoderBuffer([0|A.unused,A.data]);if("bmpstr"===w){const D=e.alloc(2*A.length);for(let L=0;L=40)return this.reporter.error("Second objid identifier OOB");A.splice(0,2,40*A[0]+A[1])}let L=0;for(let U=0;U=128;Z>>=7)L++}const k=e.alloc(L);let S=k.length-1;for(let U=A.length-1;U>=0;U--){let Z=A[U];for(k[S--]=127&Z;(Z>>=7)>0;)k[S--]=128|127&Z}return this._createEncoderBuffer(k)},b.prototype._encodeTime=function(A,w){let D;const L=new Date(A);return"gentime"===w?D=[d(L.getUTCFullYear()),d(L.getUTCMonth()+1),d(L.getUTCDate()),d(L.getUTCHours()),d(L.getUTCMinutes()),d(L.getUTCSeconds()),"Z"].join(""):"utctime"===w?D=[d(L.getUTCFullYear()%100),d(L.getUTCMonth()+1),d(L.getUTCDate()),d(L.getUTCHours()),d(L.getUTCMinutes()),d(L.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+w+" time is not supported yet"),this._encodeStr(D,"octstr")},b.prototype._encodeNull=function(){return this._createEncoderBuffer("")},b.prototype._encodeInt=function(A,w){if("string"==typeof A){if(!w)return this.reporter.error("String int or enum given, but no values map");if(!w.hasOwnProperty(A))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(A));A=w[A]}if("number"!=typeof A&&!e.isBuffer(A)){const k=A.toArray();!A.sign&&128&k[0]&&k.unshift(0),A=e.from(k)}if(e.isBuffer(A)){let k=A.length;0===A.length&&k++;const S=e.alloc(k);return A.copy(S),0===A.length&&(S[0]=0),this._createEncoderBuffer(S)}if(A<128)return this._createEncoderBuffer(A);if(A<256)return this._createEncoderBuffer([0,A]);let D=1;for(let k=A;k>=256;k>>=8)D++;const L=new Array(D);for(let k=L.length-1;k>=0;k--)L[k]=255&A,A>>=8;return 128&L[0]&&L.unshift(0),this._createEncoderBuffer(e.from(L))},b.prototype._encodeBool=function(A){return this._createEncoderBuffer(A?255:0)},b.prototype._use=function(A,w){return"function"==typeof A&&(A=A(w)),A._getEncoder("der").tree},b.prototype._skipDefault=function(A,w,D){const L=this._baseState;let k;if(null===L.default)return!1;const S=A.join();if(void 0===L.defaultBuffer&&(L.defaultBuffer=this._encodeValue(L.default,w,D).join()),S.length!==L.defaultBuffer.length)return!1;for(k=0;k{"use strict";const t=K;t.der=p(6374),t.pem=p(3530)},3530:(Ve,K,p)=>{"use strict";const t=p(3894),e=p(6374);function f(M){e.call(this,M),this.enc="pem"}t(f,e),Ve.exports=f,f.prototype.encode=function(a,b){const N=e.prototype.encode.call(this,a).toString("base64"),h=["-----BEGIN "+b.label+"-----"];for(let A=0;A=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),F=Math.max(0,n-y.length+1);F<=P;F++)C+=(E=(c=0|y.words[n-F|0])*(_=0|i.words[F])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,ve=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,Ae=0|c[4],dt=8191&Ae,Ie=Ae>>>13,De=0|c[5],le=8191&De,Te=De>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],_e=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],jt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Je=0|_[6],Se=8191&Je,Ge=Je>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(F,xt)|0))<<13)|0;I=((C=Math.imul(F,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(ve,xt)|0,C=Math.imul(ve,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(F,et)|0))<<13)|0;I=((C=C+Math.imul(F,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(ve,et)|0,C=C+Math.imul(ve,yt)|0;var zi=(I+(v=v+Math.imul(P,jt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(F,jt)|0))<<13)|0;I=((C=C+Math.imul(F,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,jt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(ve,jt)|0,C=C+Math.imul(ve,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(F,ce)|0))<<13)|0;I=((C=C+Math.imul(F,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,jt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,jt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(ve,ce)|0,C=C+Math.imul(ve,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(F,mt)|0))<<13)|0;I=((C=C+Math.imul(F,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,jt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,jt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(ve,mt)|0,C=C+Math.imul(ve,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(F,Re)|0))<<13)|0;I=((C=C+Math.imul(F,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,jt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,jt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(ve,Re)|0,C=C+Math.imul(ve,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(F,Se)|0))<<13)|0;I=((C=C+Math.imul(F,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(_e,xt),n=(n=Math.imul(_e,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,jt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,jt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(ve,Se)|0,C=C+Math.imul(ve,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(F,st)|0))<<13)|0;I=((C=C+Math.imul(F,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(_e,et)|0,n=(n=n+Math.imul(_e,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,jt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,jt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(ve,st)|0,C=C+Math.imul(ve,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(F,qt)|0))<<13)|0;I=((C=C+Math.imul(F,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(_e,jt)|0,n=(n=n+Math.imul(_e,Pe)|0)+Math.imul(Le,jt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(ve,qt)|0,C=C+Math.imul(ve,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(F,fi)|0))<<13)|0;I=((C=C+Math.imul(F,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,jt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,jt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(_e,ce)|0,n=(n=n+Math.imul(_e,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var Qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(ve,fi)|0))<<13)|0;I=((C=C+Math.imul(ve,si)|0)+(n>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,v=Math.imul(Wt,jt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,jt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(_e,mt)|0,n=(n=n+Math.imul(_e,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(_e,Re)|0,n=(n=n+Math.imul(_e,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(_e,Se)|0,n=(n=n+Math.imul(_e,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(_e,st)|0,n=(n=n+Math.imul(_e,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(_e,qt)|0,n=(n=n+Math.imul(_e,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Gi=(I+(v=v+Math.imul(_e,fi)|0)|0)+((8191&(n=(n=n+Math.imul(_e,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var mn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(mn>>>26)|0,mn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=Qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Gi,E[17]=sn,E[18]=mn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new j).mulp(y,i,r)}function j(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},j.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},j.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},j.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var F=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(F=Math.min(F/E|0,67108863),c._ishlnsubmul(_,F,P);0!==c.negative;)F--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=F)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var F=0,q=1;0==(u.words[0]&q)&&F<26;++F,q<<=1);if(F>0)for(u.iushrn(F);F-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),F=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},5343:(Ve,K)=>{"use strict";K.byteLength=function d(L){var k=b(L),U=k[1];return 3*(k[0]+U)/4-U},K.toByteArray=function h(L){var k,de,S=b(L),U=S[0],Z=S[1],j=new e(function N(L,k,S){return 3*(k+S)/4-S}(0,U,Z)),ne=0,$=Z>0?U-4:U;for(de=0;de<$;de+=4)k=t[L.charCodeAt(de)]<<18|t[L.charCodeAt(de+1)]<<12|t[L.charCodeAt(de+2)]<<6|t[L.charCodeAt(de+3)],j[ne++]=k>>16&255,j[ne++]=k>>8&255,j[ne++]=255&k;return 2===Z&&(k=t[L.charCodeAt(de)]<<2|t[L.charCodeAt(de+1)]>>4,j[ne++]=255&k),1===Z&&(k=t[L.charCodeAt(de)]<<10|t[L.charCodeAt(de+1)]<<4|t[L.charCodeAt(de+2)]>>2,j[ne++]=k>>8&255,j[ne++]=255&k),j},K.fromByteArray=function D(L){for(var k,S=L.length,U=S%3,Z=[],j=16383,ne=0,$=S-U;ne<$;ne+=j)Z.push(w(L,ne,ne+j>$?$:ne+j));return 1===U?Z.push(p[(k=L[S-1])>>2]+p[k<<4&63]+"=="):2===U&&Z.push(p[(k=(L[S-2]<<8)+L[S-1])>>10]+p[k>>4&63]+p[k<<2&63]+"="),Z.join("")};for(var p=[],t=[],e="undefined"!=typeof Uint8Array?Uint8Array:Array,f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",M=0,a=f.length;M0)throw new Error("Invalid string. Length must be a multiple of 4");var S=L.indexOf("=");return-1===S&&(S=k),[S,S===k?0:4-S%4]}function A(L){return p[L>>18&63]+p[L>>12&63]+p[L>>6&63]+p[63&L]}function w(L,k,S){for(var Z=[],j=k;j=48&&_<=57?_-48:_>=65&&_<=70?_-55:_>=97&&_<=102?_-87:void f(!1,"Invalid character in "+u)}function N(u,c,_){var E=d(u,_);return _-1>=c&&(E|=d(u,_-1)<<4),E}function h(u,c,_,E){for(var I=0,v=0,n=Math.min(u.length,_),C=c;C=49?B-49+10:B>=17?B-17+10:B,f(B>=0&&v0?c:_},a.min=function(c,_){return c.cmp(_)<0?c:_},a.prototype._init=function(c,_,E){if("number"==typeof c)return this._initNumber(c,_,E);if("object"==typeof c)return this._initArray(c,_,E);"hex"===_&&(_=16),f(_===(0|_)&&_>=2&&_<=36);var I=0;"-"===(c=c.toString().replace(/\s+/g,""))[0]&&(I++,this.negative=1),I=0;I-=3)this.words[v]|=(n=c[I]|c[I-1]<<8|c[I-2]<<16)<>>26-C&67108863,(C+=24)>=26&&(C-=26,v++);else if("le"===E)for(I=0,v=0;I>>26-C&67108863,(C+=24)>=26&&(C-=26,v++);return this._strip()},a.prototype._parseHex=function(c,_,E){this.length=Math.ceil((c.length-_)/6),this.words=new Array(this.length);for(var I=0;I=_;I-=2)C=N(c,_,I)<=18?(v-=18,this.words[n+=1]|=C>>>26):v+=8;else for(I=(c.length-_)%2==0?_+1:_;I=18?(v-=18,this.words[n+=1]|=C>>>26):v+=8;this._strip()},a.prototype._parseBase=function(c,_,E){this.words=[0],this.length=1;for(var I=0,v=1;v<=67108863;v*=_)I++;I--,v=v/_|0;for(var n=c.length-E,C=n%I,B=Math.min(n,n-C)+E,P=0,F=E;F1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!=typeof Symbol&&"function"==typeof Symbol.for)try{a.prototype[Symbol.for("nodejs.util.inspect.custom")]=w}catch(u){a.prototype.inspect=w}else a.prototype.inspect=w;function w(){return(this.red?""}var D=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],L=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],k=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function Z(u,c,_){_.negative=c.negative^u.negative;var E=u.length+c.length|0;_.length=E,E=E-1|0;var I=0|u.words[0],v=0|c.words[0],n=I*v,B=n/67108864|0;_.words[0]=67108863&n;for(var P=1;P>>26,q=67108863&B,he=Math.min(P,c.length-1),ve=Math.max(0,P-u.length+1);ve<=he;ve++)F+=(n=(I=0|u.words[P-ve|0])*(v=0|c.words[ve])+q)/67108864|0,q=67108863&n;_.words[P]=0|q,B=0|F}return 0!==B?_.words[P]=0|B:_.length--,_._strip()}a.prototype.toString=function(c,_){var E;if(_=0|_||1,16===(c=c||10)||"hex"===c){E="";for(var I=0,v=0,n=0;n>>24-I&16777215,(I+=2)>=26&&(I-=26,n--),E=0!==v||n!==this.length-1?D[6-B.length]+B+E:B+E}for(0!==v&&(E=v.toString(16)+E);E.length%_!=0;)E="0"+E;return 0!==this.negative&&(E="-"+E),E}if(c===(0|c)&&c>=2&&c<=36){var P=L[c],F=k[c];E="";var q=this.clone();for(q.negative=0;!q.isZero();){var he=q.modrn(F).toString(c);E=(q=q.idivn(F)).isZero()?he+E:D[P-he.length]+he+E}for(this.isZero()&&(E="0"+E);E.length%_!=0;)E="0"+E;return 0!==this.negative&&(E="-"+E),E}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var c=this.words[0];return 2===this.length?c+=67108864*this.words[1]:3===this.length&&1===this.words[2]?c+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-c:c},a.prototype.toJSON=function(){return this.toString(16,2)},b&&(a.prototype.toBuffer=function(c,_){return this.toArrayLike(b,c,_)}),a.prototype.toArray=function(c,_){return this.toArrayLike(Array,c,_)},a.prototype.toArrayLike=function(c,_,E){this._strip();var I=this.byteLength(),v=E||Math.max(1,I);f(I<=v,"byte array longer than desired length"),f(v>0,"Requested array length <= 0");var n=function(c,_){return c.allocUnsafe?c.allocUnsafe(_):new c(_)}(c,v);return this["_toArrayLike"+("le"===_?"LE":"BE")](n,I),n},a.prototype._toArrayLikeLE=function(c,_){for(var E=0,I=0,v=0,n=0;v>8&255),E>16&255),6===n?(E>24&255),I=0,n=0):(I=C>>>24,n+=2)}if(E=0&&(c[E--]=C>>8&255),E>=0&&(c[E--]=C>>16&255),6===n?(E>=0&&(c[E--]=C>>24&255),I=0,n=0):(I=C>>>24,n+=2)}if(E>=0)for(c[E--]=I;E>=0;)c[E--]=0},a.prototype._countBits=Math.clz32?function(c){return 32-Math.clz32(c)}:function(c){var _=c,E=0;return _>=4096&&(E+=13,_>>>=13),_>=64&&(E+=7,_>>>=7),_>=8&&(E+=4,_>>>=4),_>=2&&(E+=2,_>>>=2),E+_},a.prototype._zeroBits=function(c){if(0===c)return 26;var _=c,E=0;return 0==(8191&_)&&(E+=13,_>>>=13),0==(127&_)&&(E+=7,_>>>=7),0==(15&_)&&(E+=4,_>>>=4),0==(3&_)&&(E+=2,_>>>=2),0==(1&_)&&E++,E},a.prototype.bitLength=function(){var _=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+_},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var c=0,_=0;_c.length?this.clone().ior(c):c.clone().ior(this)},a.prototype.uor=function(c){return this.length>c.length?this.clone().iuor(c):c.clone().iuor(this)},a.prototype.iuand=function(c){var _;_=this.length>c.length?c:this;for(var E=0;E<_.length;E++)this.words[E]=this.words[E]&c.words[E];return this.length=_.length,this._strip()},a.prototype.iand=function(c){return f(0==(this.negative|c.negative)),this.iuand(c)},a.prototype.and=function(c){return this.length>c.length?this.clone().iand(c):c.clone().iand(this)},a.prototype.uand=function(c){return this.length>c.length?this.clone().iuand(c):c.clone().iuand(this)},a.prototype.iuxor=function(c){var _,E;this.length>c.length?(_=this,E=c):(_=c,E=this);for(var I=0;Ic.length?this.clone().ixor(c):c.clone().ixor(this)},a.prototype.uxor=function(c){return this.length>c.length?this.clone().iuxor(c):c.clone().iuxor(this)},a.prototype.inotn=function(c){f("number"==typeof c&&c>=0);var _=0|Math.ceil(c/26),E=c%26;this._expand(_),E>0&&_--;for(var I=0;I<_;I++)this.words[I]=67108863&~this.words[I];return E>0&&(this.words[I]=~this.words[I]&67108863>>26-E),this._strip()},a.prototype.notn=function(c){return this.clone().inotn(c)},a.prototype.setn=function(c,_){f("number"==typeof c&&c>=0);var E=c/26|0,I=c%26;return this._expand(E+1),this.words[E]=_?this.words[E]|1<c.length?(E=this,I=c):(E=c,I=this);for(var v=0,n=0;n>>26;for(;0!==v&&n>>26;if(this.length=E.length,0!==v)this.words[this.length]=v,this.length++;else if(E!==this)for(;nc.length?this.clone().iadd(c):c.clone().iadd(this)},a.prototype.isub=function(c){if(0!==c.negative){c.negative=0;var _=this.iadd(c);return c.negative=1,_._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(c),this.negative=1,this._normSign();var I,v,E=this.cmp(c);if(0===E)return this.negative=0,this.length=1,this.words[0]=0,this;E>0?(I=this,v=c):(I=c,v=this);for(var n=0,C=0;C>26,this.words[C]=67108863&_;for(;0!==n&&C>26,this.words[C]=67108863&_;if(0===n&&C>>13,Ne=0|I[1],we=8191&Ne,Q=Ne>>>13,Ue=0|I[2],ye=8191&Ue,V=Ue>>>13,Ae=0|I[3],dt=8191&Ae,Ie=Ae>>>13,De=0|I[4],le=8191&De,Te=De>>>13,xe=0|I[5],W=8191&xe,ee=xe>>>13,ue=0|I[6],_e=8191&ue,Le=ue>>>13,ut=0|I[7],ht=8191&ut,It=ut>>>13,ui=0|I[8],Wt=8191&ui,Gt=ui>>>13,hi=0|I[9],xt=8191&hi,Nt=hi>>>13,Ct=0|v[0],et=8191&Ct,yt=Ct>>>13,ei=0|v[1],jt=8191&ei,Pe=ei>>>13,Oe=0|v[2],ce=8191&Oe,be=Oe>>>13,pt=0|v[3],mt=8191&pt,Ht=pt>>>13,it=0|v[4],Re=8191&it,tt=it>>>13,Je=0|v[5],Se=8191&Je,Ge=Je>>>13,at=0|v[6],st=8191&at,bt=at>>>13,gi=0|v[7],qt=8191&gi,Xt=gi>>>13,Ji=0|v[8],fi=8191&Ji,si=Ji>>>13,en=0|v[9],Bi=8191&en,zi=en>>>13;E.negative=c.negative^_.negative,E.length=19;var Ui=(C+(B=Math.imul(he,et))|0)+((8191&(P=(P=Math.imul(he,yt))+Math.imul(ve,et)|0))<<13)|0;C=((F=Math.imul(ve,yt))+(P>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,B=Math.imul(we,et),P=(P=Math.imul(we,yt))+Math.imul(Q,et)|0,F=Math.imul(Q,yt);var ze=(C+(B=B+Math.imul(he,jt)|0)|0)+((8191&(P=(P=P+Math.imul(he,Pe)|0)+Math.imul(ve,jt)|0))<<13)|0;C=((F=F+Math.imul(ve,Pe)|0)+(P>>>13)|0)+(ze>>>26)|0,ze&=67108863,B=Math.imul(ye,et),P=(P=Math.imul(ye,yt))+Math.imul(V,et)|0,F=Math.imul(V,yt),B=B+Math.imul(we,jt)|0,P=(P=P+Math.imul(we,Pe)|0)+Math.imul(Q,jt)|0,F=F+Math.imul(Q,Pe)|0;var Tt=(C+(B=B+Math.imul(he,ce)|0)|0)+((8191&(P=(P=P+Math.imul(he,be)|0)+Math.imul(ve,ce)|0))<<13)|0;C=((F=F+Math.imul(ve,be)|0)+(P>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,B=Math.imul(dt,et),P=(P=Math.imul(dt,yt))+Math.imul(Ie,et)|0,F=Math.imul(Ie,yt),B=B+Math.imul(ye,jt)|0,P=(P=P+Math.imul(ye,Pe)|0)+Math.imul(V,jt)|0,F=F+Math.imul(V,Pe)|0,B=B+Math.imul(we,ce)|0,P=(P=P+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,F=F+Math.imul(Q,be)|0;var pe=(C+(B=B+Math.imul(he,mt)|0)|0)+((8191&(P=(P=P+Math.imul(he,Ht)|0)+Math.imul(ve,mt)|0))<<13)|0;C=((F=F+Math.imul(ve,Ht)|0)+(P>>>13)|0)+(pe>>>26)|0,pe&=67108863,B=Math.imul(le,et),P=(P=Math.imul(le,yt))+Math.imul(Te,et)|0,F=Math.imul(Te,yt),B=B+Math.imul(dt,jt)|0,P=(P=P+Math.imul(dt,Pe)|0)+Math.imul(Ie,jt)|0,F=F+Math.imul(Ie,Pe)|0,B=B+Math.imul(ye,ce)|0,P=(P=P+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,F=F+Math.imul(V,be)|0,B=B+Math.imul(we,mt)|0,P=(P=P+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,F=F+Math.imul(Q,Ht)|0;var je=(C+(B=B+Math.imul(he,Re)|0)|0)+((8191&(P=(P=P+Math.imul(he,tt)|0)+Math.imul(ve,Re)|0))<<13)|0;C=((F=F+Math.imul(ve,tt)|0)+(P>>>13)|0)+(je>>>26)|0,je&=67108863,B=Math.imul(W,et),P=(P=Math.imul(W,yt))+Math.imul(ee,et)|0,F=Math.imul(ee,yt),B=B+Math.imul(le,jt)|0,P=(P=P+Math.imul(le,Pe)|0)+Math.imul(Te,jt)|0,F=F+Math.imul(Te,Pe)|0,B=B+Math.imul(dt,ce)|0,P=(P=P+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,F=F+Math.imul(Ie,be)|0,B=B+Math.imul(ye,mt)|0,P=(P=P+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,F=F+Math.imul(V,Ht)|0,B=B+Math.imul(we,Re)|0,P=(P=P+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,F=F+Math.imul(Q,tt)|0;var _t=(C+(B=B+Math.imul(he,Se)|0)|0)+((8191&(P=(P=P+Math.imul(he,Ge)|0)+Math.imul(ve,Se)|0))<<13)|0;C=((F=F+Math.imul(ve,Ge)|0)+(P>>>13)|0)+(_t>>>26)|0,_t&=67108863,B=Math.imul(_e,et),P=(P=Math.imul(_e,yt))+Math.imul(Le,et)|0,F=Math.imul(Le,yt),B=B+Math.imul(W,jt)|0,P=(P=P+Math.imul(W,Pe)|0)+Math.imul(ee,jt)|0,F=F+Math.imul(ee,Pe)|0,B=B+Math.imul(le,ce)|0,P=(P=P+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,F=F+Math.imul(Te,be)|0,B=B+Math.imul(dt,mt)|0,P=(P=P+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,F=F+Math.imul(Ie,Ht)|0,B=B+Math.imul(ye,Re)|0,P=(P=P+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,F=F+Math.imul(V,tt)|0,B=B+Math.imul(we,Se)|0,P=(P=P+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,F=F+Math.imul(Q,Ge)|0;var re=(C+(B=B+Math.imul(he,st)|0)|0)+((8191&(P=(P=P+Math.imul(he,bt)|0)+Math.imul(ve,st)|0))<<13)|0;C=((F=F+Math.imul(ve,bt)|0)+(P>>>13)|0)+(re>>>26)|0,re&=67108863,B=Math.imul(ht,et),P=(P=Math.imul(ht,yt))+Math.imul(It,et)|0,F=Math.imul(It,yt),B=B+Math.imul(_e,jt)|0,P=(P=P+Math.imul(_e,Pe)|0)+Math.imul(Le,jt)|0,F=F+Math.imul(Le,Pe)|0,B=B+Math.imul(W,ce)|0,P=(P=P+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,F=F+Math.imul(ee,be)|0,B=B+Math.imul(le,mt)|0,P=(P=P+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,F=F+Math.imul(Te,Ht)|0,B=B+Math.imul(dt,Re)|0,P=(P=P+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,F=F+Math.imul(Ie,tt)|0,B=B+Math.imul(ye,Se)|0,P=(P=P+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,F=F+Math.imul(V,Ge)|0,B=B+Math.imul(we,st)|0,P=(P=P+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,F=F+Math.imul(Q,bt)|0;var Qe=(C+(B=B+Math.imul(he,qt)|0)|0)+((8191&(P=(P=P+Math.imul(he,Xt)|0)+Math.imul(ve,qt)|0))<<13)|0;C=((F=F+Math.imul(ve,Xt)|0)+(P>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,B=Math.imul(Wt,et),P=(P=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,F=Math.imul(Gt,yt),B=B+Math.imul(ht,jt)|0,P=(P=P+Math.imul(ht,Pe)|0)+Math.imul(It,jt)|0,F=F+Math.imul(It,Pe)|0,B=B+Math.imul(_e,ce)|0,P=(P=P+Math.imul(_e,be)|0)+Math.imul(Le,ce)|0,F=F+Math.imul(Le,be)|0,B=B+Math.imul(W,mt)|0,P=(P=P+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,F=F+Math.imul(ee,Ht)|0,B=B+Math.imul(le,Re)|0,P=(P=P+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,F=F+Math.imul(Te,tt)|0,B=B+Math.imul(dt,Se)|0,P=(P=P+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,F=F+Math.imul(Ie,Ge)|0,B=B+Math.imul(ye,st)|0,P=(P=P+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,F=F+Math.imul(V,bt)|0,B=B+Math.imul(we,qt)|0,P=(P=P+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,F=F+Math.imul(Q,Xt)|0;var Mt=(C+(B=B+Math.imul(he,fi)|0)|0)+((8191&(P=(P=P+Math.imul(he,si)|0)+Math.imul(ve,fi)|0))<<13)|0;C=((F=F+Math.imul(ve,si)|0)+(P>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,B=Math.imul(xt,et),P=(P=Math.imul(xt,yt))+Math.imul(Nt,et)|0,F=Math.imul(Nt,yt),B=B+Math.imul(Wt,jt)|0,P=(P=P+Math.imul(Wt,Pe)|0)+Math.imul(Gt,jt)|0,F=F+Math.imul(Gt,Pe)|0,B=B+Math.imul(ht,ce)|0,P=(P=P+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,F=F+Math.imul(It,be)|0,B=B+Math.imul(_e,mt)|0,P=(P=P+Math.imul(_e,Ht)|0)+Math.imul(Le,mt)|0,F=F+Math.imul(Le,Ht)|0,B=B+Math.imul(W,Re)|0,P=(P=P+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,F=F+Math.imul(ee,tt)|0,B=B+Math.imul(le,Se)|0,P=(P=P+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,F=F+Math.imul(Te,Ge)|0,B=B+Math.imul(dt,st)|0,P=(P=P+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,F=F+Math.imul(Ie,bt)|0,B=B+Math.imul(ye,qt)|0,P=(P=P+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,F=F+Math.imul(V,Xt)|0,B=B+Math.imul(we,fi)|0,P=(P=P+Math.imul(we,si)|0)+Math.imul(Q,fi)|0,F=F+Math.imul(Q,si)|0;var zt=(C+(B=B+Math.imul(he,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(he,zi)|0)+Math.imul(ve,Bi)|0))<<13)|0;C=((F=F+Math.imul(ve,zi)|0)+(P>>>13)|0)+(zt>>>26)|0,zt&=67108863,B=Math.imul(xt,jt),P=(P=Math.imul(xt,Pe))+Math.imul(Nt,jt)|0,F=Math.imul(Nt,Pe),B=B+Math.imul(Wt,ce)|0,P=(P=P+Math.imul(Wt,be)|0)+Math.imul(Gt,ce)|0,F=F+Math.imul(Gt,be)|0,B=B+Math.imul(ht,mt)|0,P=(P=P+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,F=F+Math.imul(It,Ht)|0,B=B+Math.imul(_e,Re)|0,P=(P=P+Math.imul(_e,tt)|0)+Math.imul(Le,Re)|0,F=F+Math.imul(Le,tt)|0,B=B+Math.imul(W,Se)|0,P=(P=P+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,F=F+Math.imul(ee,Ge)|0,B=B+Math.imul(le,st)|0,P=(P=P+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,F=F+Math.imul(Te,bt)|0,B=B+Math.imul(dt,qt)|0,P=(P=P+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,F=F+Math.imul(Ie,Xt)|0,B=B+Math.imul(ye,fi)|0,P=(P=P+Math.imul(ye,si)|0)+Math.imul(V,fi)|0,F=F+Math.imul(V,si)|0;var bi=(C+(B=B+Math.imul(we,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(we,zi)|0)+Math.imul(Q,Bi)|0))<<13)|0;C=((F=F+Math.imul(Q,zi)|0)+(P>>>13)|0)+(bi>>>26)|0,bi&=67108863,B=Math.imul(xt,ce),P=(P=Math.imul(xt,be))+Math.imul(Nt,ce)|0,F=Math.imul(Nt,be),B=B+Math.imul(Wt,mt)|0,P=(P=P+Math.imul(Wt,Ht)|0)+Math.imul(Gt,mt)|0,F=F+Math.imul(Gt,Ht)|0,B=B+Math.imul(ht,Re)|0,P=(P=P+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,F=F+Math.imul(It,tt)|0,B=B+Math.imul(_e,Se)|0,P=(P=P+Math.imul(_e,Ge)|0)+Math.imul(Le,Se)|0,F=F+Math.imul(Le,Ge)|0,B=B+Math.imul(W,st)|0,P=(P=P+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,F=F+Math.imul(ee,bt)|0,B=B+Math.imul(le,qt)|0,P=(P=P+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,F=F+Math.imul(Te,Xt)|0,B=B+Math.imul(dt,fi)|0,P=(P=P+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0,F=F+Math.imul(Ie,si)|0;var Ei=(C+(B=B+Math.imul(ye,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(ye,zi)|0)+Math.imul(V,Bi)|0))<<13)|0;C=((F=F+Math.imul(V,zi)|0)+(P>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,B=Math.imul(xt,mt),P=(P=Math.imul(xt,Ht))+Math.imul(Nt,mt)|0,F=Math.imul(Nt,Ht),B=B+Math.imul(Wt,Re)|0,P=(P=P+Math.imul(Wt,tt)|0)+Math.imul(Gt,Re)|0,F=F+Math.imul(Gt,tt)|0,B=B+Math.imul(ht,Se)|0,P=(P=P+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,F=F+Math.imul(It,Ge)|0,B=B+Math.imul(_e,st)|0,P=(P=P+Math.imul(_e,bt)|0)+Math.imul(Le,st)|0,F=F+Math.imul(Le,bt)|0,B=B+Math.imul(W,qt)|0,P=(P=P+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,F=F+Math.imul(ee,Xt)|0,B=B+Math.imul(le,fi)|0,P=(P=P+Math.imul(le,si)|0)+Math.imul(Te,fi)|0,F=F+Math.imul(Te,si)|0;var $i=(C+(B=B+Math.imul(dt,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(dt,zi)|0)+Math.imul(Ie,Bi)|0))<<13)|0;C=((F=F+Math.imul(Ie,zi)|0)+(P>>>13)|0)+($i>>>26)|0,$i&=67108863,B=Math.imul(xt,Re),P=(P=Math.imul(xt,tt))+Math.imul(Nt,Re)|0,F=Math.imul(Nt,tt),B=B+Math.imul(Wt,Se)|0,P=(P=P+Math.imul(Wt,Ge)|0)+Math.imul(Gt,Se)|0,F=F+Math.imul(Gt,Ge)|0,B=B+Math.imul(ht,st)|0,P=(P=P+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,F=F+Math.imul(It,bt)|0,B=B+Math.imul(_e,qt)|0,P=(P=P+Math.imul(_e,Xt)|0)+Math.imul(Le,qt)|0,F=F+Math.imul(Le,Xt)|0,B=B+Math.imul(W,fi)|0,P=(P=P+Math.imul(W,si)|0)+Math.imul(ee,fi)|0,F=F+Math.imul(ee,si)|0;var Gi=(C+(B=B+Math.imul(le,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(le,zi)|0)+Math.imul(Te,Bi)|0))<<13)|0;C=((F=F+Math.imul(Te,zi)|0)+(P>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,B=Math.imul(xt,Se),P=(P=Math.imul(xt,Ge))+Math.imul(Nt,Se)|0,F=Math.imul(Nt,Ge),B=B+Math.imul(Wt,st)|0,P=(P=P+Math.imul(Wt,bt)|0)+Math.imul(Gt,st)|0,F=F+Math.imul(Gt,bt)|0,B=B+Math.imul(ht,qt)|0,P=(P=P+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,F=F+Math.imul(It,Xt)|0,B=B+Math.imul(_e,fi)|0,P=(P=P+Math.imul(_e,si)|0)+Math.imul(Le,fi)|0,F=F+Math.imul(Le,si)|0;var sn=(C+(B=B+Math.imul(W,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(W,zi)|0)+Math.imul(ee,Bi)|0))<<13)|0;C=((F=F+Math.imul(ee,zi)|0)+(P>>>13)|0)+(sn>>>26)|0,sn&=67108863,B=Math.imul(xt,st),P=(P=Math.imul(xt,bt))+Math.imul(Nt,st)|0,F=Math.imul(Nt,bt),B=B+Math.imul(Wt,qt)|0,P=(P=P+Math.imul(Wt,Xt)|0)+Math.imul(Gt,qt)|0,F=F+Math.imul(Gt,Xt)|0,B=B+Math.imul(ht,fi)|0,P=(P=P+Math.imul(ht,si)|0)+Math.imul(It,fi)|0,F=F+Math.imul(It,si)|0;var mn=(C+(B=B+Math.imul(_e,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(_e,zi)|0)+Math.imul(Le,Bi)|0))<<13)|0;C=((F=F+Math.imul(Le,zi)|0)+(P>>>13)|0)+(mn>>>26)|0,mn&=67108863,B=Math.imul(xt,qt),P=(P=Math.imul(xt,Xt))+Math.imul(Nt,qt)|0,F=Math.imul(Nt,Xt),B=B+Math.imul(Wt,fi)|0,P=(P=P+Math.imul(Wt,si)|0)+Math.imul(Gt,fi)|0,F=F+Math.imul(Gt,si)|0;var Yt=(C+(B=B+Math.imul(ht,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(ht,zi)|0)+Math.imul(It,Bi)|0))<<13)|0;C=((F=F+Math.imul(It,zi)|0)+(P>>>13)|0)+(Yt>>>26)|0,Yt&=67108863,B=Math.imul(xt,fi),P=(P=Math.imul(xt,si))+Math.imul(Nt,fi)|0,F=Math.imul(Nt,si);var wi=(C+(B=B+Math.imul(Wt,Bi)|0)|0)+((8191&(P=(P=P+Math.imul(Wt,zi)|0)+Math.imul(Gt,Bi)|0))<<13)|0;C=((F=F+Math.imul(Gt,zi)|0)+(P>>>13)|0)+(wi>>>26)|0,wi&=67108863;var nt=(C+(B=Math.imul(xt,Bi))|0)+((8191&(P=(P=Math.imul(xt,zi))+Math.imul(Nt,Bi)|0))<<13)|0;return C=((F=Math.imul(Nt,zi))+(P>>>13)|0)+(nt>>>26)|0,nt&=67108863,n[0]=Ui,n[1]=ze,n[2]=Tt,n[3]=pe,n[4]=je,n[5]=_t,n[6]=re,n[7]=Qe,n[8]=Mt,n[9]=zt,n[10]=bi,n[11]=Ei,n[12]=$i,n[13]=Gi,n[14]=sn,n[15]=mn,n[16]=Yt,n[17]=wi,n[18]=nt,0!==C&&(n[19]=C,E.length++),E};function ne(u,c,_){_.negative=c.negative^u.negative,_.length=u.length+c.length;for(var E=0,I=0,v=0;v<_.length-1;v++){var n=I;I=0;for(var C=67108863&E,B=Math.min(v,c.length-1),P=Math.max(0,v-u.length+1);P<=B;P++){var ve=(0|u.words[v-P])*(0|c.words[P]),Ne=67108863&ve;C=67108863&(Ne=Ne+C|0),I+=(n=(n=n+(ve/67108864|0)|0)+(Ne>>>26)|0)>>>26,n&=67108863}_.words[v]=C,E=n,n=I}return 0!==E?_.words[v]=E:_.length--,_._strip()}function $(u,c,_){return ne(u,c,_)}function de(u,c){this.x=u,this.y=c}Math.imul||(j=Z),a.prototype.mulTo=function(c,_){var I=this.length+c.length;return 10===this.length&&10===c.length?j(this,c,_):I<63?Z(this,c,_):I<1024?ne(this,c,_):$(this,c,_)},de.prototype.makeRBT=function(c){for(var _=new Array(c),E=a.prototype._countBits(c)-1,I=0;I>=1;return I},de.prototype.permute=function(c,_,E,I,v,n){for(var C=0;C>>=1)v++;return 1<>>=13),v>>>=13;for(n=2*_;n>=26,E+=v/67108864|0,E+=n>>>26,this.words[I]=67108863&n}return 0!==E&&(this.words[I]=E,this.length++),_?this.ineg():this},a.prototype.muln=function(c){return this.clone().imuln(c)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(c){var _=function U(u){for(var c=new Array(u.bitLength()),_=0;_>>_%26&1;return c}(c);if(0===_.length)return new a(1);for(var E=this,I=0;I<_.length&&0===_[I];I++,E=E.sqr());if(++I<_.length)for(var v=E.sqr();I<_.length;I++,v=v.sqr())0!==_[I]&&(E=E.mul(v));return E},a.prototype.iushln=function(c){f("number"==typeof c&&c>=0);var v,_=c%26,E=(c-_)/26,I=67108863>>>26-_<<26-_;if(0!==_){var n=0;for(v=0;v>>26-_}n&&(this.words[v]=n,this.length++)}if(0!==E){for(v=this.length-1;v>=0;v--)this.words[v+E]=this.words[v];for(v=0;v=0),I=_?(_-_%26)/26:0;var v=c%26,n=Math.min((c-v)/26,this.length),C=67108863^67108863>>>v<n)for(this.length-=n,P=0;P=0&&(0!==F||P>=I);P--){var q=0|this.words[P];this.words[P]=F<<26-v|q>>>v,F=q&C}return B&&0!==F&&(B.words[B.length++]=F),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},a.prototype.ishrn=function(c,_,E){return f(0===this.negative),this.iushrn(c,_,E)},a.prototype.shln=function(c){return this.clone().ishln(c)},a.prototype.ushln=function(c){return this.clone().iushln(c)},a.prototype.shrn=function(c){return this.clone().ishrn(c)},a.prototype.ushrn=function(c){return this.clone().iushrn(c)},a.prototype.testn=function(c){f("number"==typeof c&&c>=0);var _=c%26,E=(c-_)/26;return!(this.length<=E||!(this.words[E]&1<<_))},a.prototype.imaskn=function(c){f("number"==typeof c&&c>=0);var _=c%26,E=(c-_)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=E?this:(0!==_&&E++,this.length=Math.min(E,this.length),0!==_&&(this.words[this.length-1]&=67108863^67108863>>>_<<_),this._strip())},a.prototype.maskn=function(c){return this.clone().imaskn(c)},a.prototype.iaddn=function(c){return f("number"==typeof c),f(c<67108864),c<0?this.isubn(-c):0!==this.negative?1===this.length&&(0|this.words[0])<=c?(this.words[0]=c-(0|this.words[0]),this.negative=0,this):(this.negative=0,this.isubn(c),this.negative=1,this):this._iaddn(c)},a.prototype._iaddn=function(c){this.words[0]+=c;for(var _=0;_=67108864;_++)this.words[_]-=67108864,_===this.length-1?this.words[_+1]=1:this.words[_+1]++;return this.length=Math.max(this.length,_+1),this},a.prototype.isubn=function(c){if(f("number"==typeof c),f(c<67108864),c<0)return this.iaddn(-c);if(0!==this.negative)return this.negative=0,this.iaddn(c),this.negative=1,this;if(this.words[0]-=c,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var _=0;_>26)-(B/67108864|0),this.words[v+E]=67108863&n}for(;v>26,this.words[v+E]=67108863&n;if(0===C)return this._strip();for(f(-1===C),C=0,v=0;v>26,this.words[v]=67108863&n;return this.negative=1,this._strip()},a.prototype._wordDiv=function(c,_){var E,I=this.clone(),v=c,n=0|v.words[v.length-1];0!=(E=26-this._countBits(n))&&(v=v.ushln(E),I.iushln(E),n=0|v.words[v.length-1]);var P,B=I.length-v.length;if("mod"!==_){(P=new a(null)).length=B+1,P.words=new Array(P.length);for(var F=0;F=0;he--){var ve=67108864*(0|I.words[v.length+he])+(0|I.words[v.length+he-1]);for(ve=Math.min(ve/n|0,67108863),I._ishlnsubmul(v,ve,he);0!==I.negative;)ve--,I.negative=0,I._ishlnsubmul(v,1,he),I.isZero()||(I.negative^=1);P&&(P.words[he]=ve)}return P&&P._strip(),I._strip(),"div"!==_&&0!==E&&I.iushrn(E),{div:P||null,mod:I}},a.prototype.divmod=function(c,_,E){return f(!c.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===c.negative?(n=this.neg().divmod(c,_),"mod"!==_&&(I=n.div.neg()),"div"!==_&&(v=n.mod.neg(),E&&0!==v.negative&&v.iadd(c)),{div:I,mod:v}):0===this.negative&&0!==c.negative?(n=this.divmod(c.neg(),_),"mod"!==_&&(I=n.div.neg()),{div:I,mod:n.mod}):0!=(this.negative&c.negative)?(n=this.neg().divmod(c.neg(),_),"div"!==_&&(v=n.mod.neg(),E&&0!==v.negative&&v.isub(c)),{div:n.div,mod:v}):c.length>this.length||this.cmp(c)<0?{div:new a(0),mod:this}:1===c.length?"div"===_?{div:this.divn(c.words[0]),mod:null}:"mod"===_?{div:null,mod:new a(this.modrn(c.words[0]))}:{div:this.divn(c.words[0]),mod:new a(this.modrn(c.words[0]))}:this._wordDiv(c,_);var I,v,n},a.prototype.div=function(c){return this.divmod(c,"div",!1).div},a.prototype.mod=function(c){return this.divmod(c,"mod",!1).mod},a.prototype.umod=function(c){return this.divmod(c,"mod",!0).mod},a.prototype.divRound=function(c){var _=this.divmod(c);if(_.mod.isZero())return _.div;var E=0!==_.div.negative?_.mod.isub(c):_.mod,I=c.ushrn(1),v=c.andln(1),n=E.cmp(I);return n<0||1===v&&0===n?_.div:0!==_.div.negative?_.div.isubn(1):_.div.iaddn(1)},a.prototype.modrn=function(c){var _=c<0;_&&(c=-c),f(c<=67108863);for(var E=(1<<26)%c,I=0,v=this.length-1;v>=0;v--)I=(E*I+(0|this.words[v]))%c;return _?-I:I},a.prototype.modn=function(c){return this.modrn(c)},a.prototype.idivn=function(c){var _=c<0;_&&(c=-c),f(c<=67108863);for(var E=0,I=this.length-1;I>=0;I--){var v=(0|this.words[I])+67108864*E;this.words[I]=v/c|0,E=v%c}return this._strip(),_?this.ineg():this},a.prototype.divn=function(c){return this.clone().idivn(c)},a.prototype.egcd=function(c){f(0===c.negative),f(!c.isZero());var _=this,E=c.clone();_=0!==_.negative?_.umod(c):_.clone();for(var I=new a(1),v=new a(0),n=new a(0),C=new a(1),B=0;_.isEven()&&E.isEven();)_.iushrn(1),E.iushrn(1),++B;for(var P=E.clone(),F=_.clone();!_.isZero();){for(var q=0,he=1;0==(_.words[0]&he)&&q<26;++q,he<<=1);if(q>0)for(_.iushrn(q);q-- >0;)(I.isOdd()||v.isOdd())&&(I.iadd(P),v.isub(F)),I.iushrn(1),v.iushrn(1);for(var ve=0,Ne=1;0==(E.words[0]&Ne)&&ve<26;++ve,Ne<<=1);if(ve>0)for(E.iushrn(ve);ve-- >0;)(n.isOdd()||C.isOdd())&&(n.iadd(P),C.isub(F)),n.iushrn(1),C.iushrn(1);_.cmp(E)>=0?(_.isub(E),I.isub(n),v.isub(C)):(E.isub(_),n.isub(I),C.isub(v))}return{a:n,b:C,gcd:E.iushln(B)}},a.prototype._invmp=function(c){f(0===c.negative),f(!c.isZero());var q,_=this,E=c.clone();_=0!==_.negative?_.umod(c):_.clone();for(var I=new a(1),v=new a(0),n=E.clone();_.cmpn(1)>0&&E.cmpn(1)>0;){for(var C=0,B=1;0==(_.words[0]&B)&&C<26;++C,B<<=1);if(C>0)for(_.iushrn(C);C-- >0;)I.isOdd()&&I.iadd(n),I.iushrn(1);for(var P=0,F=1;0==(E.words[0]&F)&&P<26;++P,F<<=1);if(P>0)for(E.iushrn(P);P-- >0;)v.isOdd()&&v.iadd(n),v.iushrn(1);_.cmp(E)>=0?(_.isub(E),I.isub(v)):(E.isub(_),v.isub(I))}return(q=0===_.cmpn(1)?I:v).cmpn(0)<0&&q.iadd(c),q},a.prototype.gcd=function(c){if(this.isZero())return c.abs();if(c.isZero())return this.abs();var _=this.clone(),E=c.clone();_.negative=0,E.negative=0;for(var I=0;_.isEven()&&E.isEven();I++)_.iushrn(1),E.iushrn(1);for(;;){for(;_.isEven();)_.iushrn(1);for(;E.isEven();)E.iushrn(1);var v=_.cmp(E);if(v<0){var n=_;_=E,E=n}else if(0===v||0===E.cmpn(1))break;_.isub(E)}return E.iushln(I)},a.prototype.invm=function(c){return this.egcd(c).a.umod(c)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(c){return this.words[0]&c},a.prototype.bincn=function(c){f("number"==typeof c);var _=c%26,E=(c-_)/26,I=1<<_;if(this.length<=E)return this._expand(E+1),this.words[E]|=I,this;for(var v=I,n=E;0!==v&&n>>26,this.words[n]=C&=67108863}return 0!==v&&(this.words[n]=v,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(c){var E,_=c<0;if(0!==this.negative&&!_)return-1;if(0===this.negative&&_)return 1;if(this._strip(),this.length>1)E=1;else{_&&(c=-c),f(c<=67108863,"Number is too big");var I=0|this.words[0];E=I===c?0:Ic.length)return 1;if(this.length=0;E--){var I=0|this.words[E],v=0|c.words[E];if(I!==v){Iv&&(_=1);break}}return _},a.prototype.gtn=function(c){return 1===this.cmpn(c)},a.prototype.gt=function(c){return 1===this.cmp(c)},a.prototype.gten=function(c){return this.cmpn(c)>=0},a.prototype.gte=function(c){return this.cmp(c)>=0},a.prototype.ltn=function(c){return-1===this.cmpn(c)},a.prototype.lt=function(c){return-1===this.cmp(c)},a.prototype.lten=function(c){return this.cmpn(c)<=0},a.prototype.lte=function(c){return this.cmp(c)<=0},a.prototype.eqn=function(c){return 0===this.cmpn(c)},a.prototype.eq=function(c){return 0===this.cmp(c)},a.red=function(c){return new i(c)},a.prototype.toRed=function(c){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),c.convertTo(this)._forceRed(c)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(c){return this.red=c,this},a.prototype.forceRed=function(c){return f(!this.red,"Already a number in reduction context"),this._forceRed(c)},a.prototype.redAdd=function(c){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,c)},a.prototype.redIAdd=function(c){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,c)},a.prototype.redSub=function(c){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,c)},a.prototype.redISub=function(c){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,c)},a.prototype.redShl=function(c){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,c)},a.prototype.redMul=function(c){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,c),this.red.mul(this,c)},a.prototype.redIMul=function(c){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,c),this.red.imul(this,c)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(c){return f(this.red&&!c.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,c)};var te={k256:null,p224:null,p192:null,p25519:null};function ie(u,c){this.name=u,this.p=new a(c,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function oe(){ie.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function X(){ie.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function me(){ie.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function y(){ie.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function i(u){if("string"==typeof u){var c=a._prime(u);this.m=c.p,this.prime=c}else f(u.gtn(1),"modulus must be greater than 1"),this.m=u,this.prime=null}function r(u){i.call(this,u),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}ie.prototype._tmp=function(){var c=new a(null);return c.words=new Array(Math.ceil(this.n/13)),c},ie.prototype.ireduce=function(c){var E,_=c;do{this.split(_,this.tmp),E=(_=(_=this.imulK(_)).iadd(this.tmp)).bitLength()}while(E>this.n);var I=E0?_.isub(this.p):void 0!==_.strip?_.strip():_._strip(),_},ie.prototype.split=function(c,_){c.iushrn(this.n,0,_)},ie.prototype.imulK=function(c){return c.imul(this.k)},M(oe,ie),oe.prototype.split=function(c,_){for(var E=4194303,I=Math.min(c.length,9),v=0;v>>22,n=C}c.words[v-10]=n>>>=22,c.length-=0===n&&c.length>10?10:9},oe.prototype.imulK=function(c){c.words[c.length]=0,c.words[c.length+1]=0,c.length+=2;for(var _=0,E=0;E>>=26,c.words[E]=v,_=I}return 0!==_&&(c.words[c.length++]=_),c},a._prime=function(c){if(te[c])return te[c];var _;if("k256"===c)_=new oe;else if("p224"===c)_=new X;else if("p192"===c)_=new me;else{if("p25519"!==c)throw new Error("Unknown prime "+c);_=new y}return te[c]=_,_},i.prototype._verify1=function(c){f(0===c.negative,"red works only with positives"),f(c.red,"red works only with red numbers")},i.prototype._verify2=function(c,_){f(0==(c.negative|_.negative),"red works only with positives"),f(c.red&&c.red===_.red,"red works only with red numbers")},i.prototype.imod=function(c){return this.prime?this.prime.ireduce(c)._forceRed(this):(A(c,c.umod(this.m)._forceRed(this)),c)},i.prototype.neg=function(c){return c.isZero()?c.clone():this.m.sub(c)._forceRed(this)},i.prototype.add=function(c,_){this._verify2(c,_);var E=c.add(_);return E.cmp(this.m)>=0&&E.isub(this.m),E._forceRed(this)},i.prototype.iadd=function(c,_){this._verify2(c,_);var E=c.iadd(_);return E.cmp(this.m)>=0&&E.isub(this.m),E},i.prototype.sub=function(c,_){this._verify2(c,_);var E=c.sub(_);return E.cmpn(0)<0&&E.iadd(this.m),E._forceRed(this)},i.prototype.isub=function(c,_){this._verify2(c,_);var E=c.isub(_);return E.cmpn(0)<0&&E.iadd(this.m),E},i.prototype.shl=function(c,_){return this._verify1(c),this.imod(c.ushln(_))},i.prototype.imul=function(c,_){return this._verify2(c,_),this.imod(c.imul(_))},i.prototype.mul=function(c,_){return this._verify2(c,_),this.imod(c.mul(_))},i.prototype.isqr=function(c){return this.imul(c,c.clone())},i.prototype.sqr=function(c){return this.mul(c,c)},i.prototype.sqrt=function(c){if(c.isZero())return c.clone();var _=this.m.andln(3);if(f(_%2==1),3===_){var E=this.m.add(new a(1)).iushrn(2);return this.pow(c,E)}for(var I=this.m.subn(1),v=0;!I.isZero()&&0===I.andln(1);)v++,I.iushrn(1);f(!I.isZero());var n=new a(1).toRed(this),C=n.redNeg(),B=this.m.subn(1).iushrn(1),P=this.m.bitLength();for(P=new a(2*P*P).toRed(this);0!==this.pow(P,B).cmp(C);)P.redIAdd(C);for(var F=this.pow(P,I),q=this.pow(c,I.addn(1).iushrn(1)),he=this.pow(c,I),ve=v;0!==he.cmp(n);){for(var Ne=he,we=0;0!==Ne.cmp(n);we++)Ne=Ne.redSqr();f(we=0;v--){for(var F=_.words[v],q=P-1;q>=0;q--){var he=F>>q&1;n!==I[0]&&(n=this.sqr(n)),0!==he||0!==C?(C<<=1,C|=he,(4==++B||0===v&&0===q)&&(n=this.mul(n,I[C]),B=0,C=0)):B=0}P=26}return n},i.prototype.convertTo=function(c){var _=c.umod(this.m);return _===c?_.clone():_},i.prototype.convertFrom=function(c){var _=c.clone();return _.red=null,_},a.mont=function(c){return new r(c)},M(r,i),r.prototype.convertTo=function(c){return this.imod(c.ushln(this.shift))},r.prototype.convertFrom=function(c){var _=this.imod(c.mul(this.rinv));return _.red=null,_},r.prototype.imul=function(c,_){if(c.isZero()||_.isZero())return c.words[0]=0,c.length=1,c;var E=c.imul(_),I=E.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),v=E.isub(I).iushrn(this.shift),n=v;return v.cmp(this.m)>=0?n=v.isub(this.m):v.cmpn(0)<0&&(n=v.iadd(this.m)),n._forceRed(this)},r.prototype.mul=function(c,_){if(c.isZero()||_.isZero())return new a(0)._forceRed(this);var E=c.mul(_),I=E.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),v=E.isub(I).iushrn(this.shift),n=v;return v.cmp(this.m)>=0?n=v.isub(this.m):v.cmpn(0)<0&&(n=v.iadd(this.m)),n._forceRed(this)},r.prototype.invm=function(c){return this.imod(c._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},7950:(Ve,K,p)=>{var t;function e(M){this.rand=M}if(Ve.exports=function(a){return t||(t=new e(null)),t.generate(a)},Ve.exports.Rand=e,e.prototype.generate=function(a){return this._rand(a)},e.prototype._rand=function(a){if(this.rand.getBytes)return this.rand.getBytes(a);for(var b=new Uint8Array(a),d=0;d{var t=p(3502).Buffer;function e(N){t.isBuffer(N)||(N=t.from(N));for(var h=N.length/4|0,A=new Array(h),w=0;w>>24]^k[j>>>16&255]^S[ne>>>8&255]^U[255&$]^h[X++],te=L[j>>>24]^k[ne>>>16&255]^S[$>>>8&255]^U[255&Z]^h[X++],ie=L[ne>>>24]^k[$>>>16&255]^S[Z>>>8&255]^U[255&j]^h[X++],oe=L[$>>>24]^k[Z>>>16&255]^S[j>>>8&255]^U[255&ne]^h[X++],Z=de,j=te,ne=ie,$=oe;return de=(w[Z>>>24]<<24|w[j>>>16&255]<<16|w[ne>>>8&255]<<8|w[255&$])^h[X++],te=(w[j>>>24]<<24|w[ne>>>16&255]<<16|w[$>>>8&255]<<8|w[255&Z])^h[X++],ie=(w[ne>>>24]<<24|w[$>>>16&255]<<16|w[Z>>>8&255]<<8|w[255&j])^h[X++],oe=(w[$>>>24]<<24|w[Z>>>16&255]<<16|w[j>>>8&255]<<8|w[255&ne])^h[X++],[de>>>=0,te>>>=0,ie>>>=0,oe>>>=0]}var a=[0,1,2,4,8,16,32,64,128,27,54],b=function(){for(var N=new Array(256),h=0;h<256;h++)N[h]=h<128?h<<1:h<<1^283;for(var A=[],w=[],D=[[],[],[],[]],L=[[],[],[],[]],k=0,S=0,U=0;U<256;++U){var Z=S^S<<1^S<<2^S<<3^S<<4;A[k]=Z=Z>>>8^255&Z^99,w[Z]=k;var j=N[k],ne=N[j],$=N[ne],de=257*N[Z]^16843008*Z;D[0][k]=de<<24|de>>>8,D[1][k]=de<<16|de>>>16,D[2][k]=de<<8|de>>>24,D[3][k]=de,L[0][Z]=(de=16843009*$^65537*ne^257*j^16843008*k)<<24|de>>>8,L[1][Z]=de<<16|de>>>16,L[2][Z]=de<<8|de>>>24,L[3][Z]=de,0===k?k=S=1:(k=j^N[N[N[$^j]]],S^=N[N[S]])}return{SBOX:A,INV_SBOX:w,SUB_MIX:D,INV_SUB_MIX:L}}();function d(N){this._key=e(N),this._reset()}d.blockSize=16,d.keySize=32,d.prototype.blockSize=d.blockSize,d.prototype.keySize=d.keySize,d.prototype._reset=function(){for(var N=this._key,h=N.length,A=h+6,w=4*(A+1),D=[],L=0;L>>24)>>>24]<<24|b.SBOX[k>>>16&255]<<16|b.SBOX[k>>>8&255]<<8|b.SBOX[255&k],k^=a[L/h|0]<<24):h>6&&L%h==4&&(k=b.SBOX[k>>>24]<<24|b.SBOX[k>>>16&255]<<16|b.SBOX[k>>>8&255]<<8|b.SBOX[255&k]),D[L]=D[L-h]^k}for(var S=[],U=0;U>>24]]^b.INV_SUB_MIX[1][b.SBOX[j>>>16&255]]^b.INV_SUB_MIX[2][b.SBOX[j>>>8&255]]^b.INV_SUB_MIX[3][b.SBOX[255&j]]}this._nRounds=A,this._keySchedule=D,this._invKeySchedule=S},d.prototype.encryptBlockRaw=function(N){return M(N=e(N),this._keySchedule,b.SUB_MIX,b.SBOX,this._nRounds)},d.prototype.encryptBlock=function(N){var h=this.encryptBlockRaw(N),A=t.allocUnsafe(16);return A.writeUInt32BE(h[0],0),A.writeUInt32BE(h[1],4),A.writeUInt32BE(h[2],8),A.writeUInt32BE(h[3],12),A},d.prototype.decryptBlock=function(N){var h=(N=e(N))[1];N[1]=N[3],N[3]=h;var A=M(N,this._invKeySchedule,b.INV_SUB_MIX,b.INV_SBOX,this._nRounds),w=t.allocUnsafe(16);return w.writeUInt32BE(A[0],0),w.writeUInt32BE(A[3],4),w.writeUInt32BE(A[2],8),w.writeUInt32BE(A[1],12),w},d.prototype.scrub=function(){f(this._keySchedule),f(this._invKeySchedule),f(this._key)},Ve.exports.AES=d},9382:(Ve,K,p)=>{var t=p(1899),e=p(3502).Buffer,f=p(1052),M=p(3894),a=p(8857),b=p(8789),d=p(7968);function A(w,D,L,k){f.call(this);var S=e.alloc(4,0);this._cipher=new t.AES(D);var U=this._cipher.encryptBlock(S);this._ghash=new a(U),L=function h(w,D,L){if(12===D.length)return w._finID=e.concat([D,e.from([0,0,0,1])]),e.concat([D,e.from([0,0,0,2])]);var k=new a(L),S=D.length,U=S%16;k.update(D),U&&k.update(e.alloc(U=16-U,0)),k.update(e.alloc(8,0));var Z=8*S,j=e.alloc(8);j.writeUIntBE(Z,0,8),k.update(j),w._finID=k.state;var ne=e.from(w._finID);return d(ne),ne}(this,L,U),this._prev=e.from(L),this._cache=e.allocUnsafe(0),this._secCache=e.allocUnsafe(0),this._decrypt=k,this._alen=0,this._len=0,this._mode=w,this._authTag=null,this._called=!1}M(A,f),A.prototype._update=function(w){if(!this._called&&this._alen){var D=16-this._alen%16;D<16&&(D=e.alloc(D,0),this._ghash.update(D))}this._called=!0;var L=this._mode.encrypt(this,w);return this._ghash.update(this._decrypt?w:L),this._len+=w.length,L},A.prototype._final=function(){if(this._decrypt&&!this._authTag)throw new Error("Unsupported state or unable to authenticate data");var w=b(this._ghash.final(8*this._alen,8*this._len),this._cipher.encryptBlock(this._finID));if(this._decrypt&&function N(w,D){var L=0;w.length!==D.length&&L++;for(var k=Math.min(w.length,D.length),S=0;S{var t=p(6900),e=p(856),f=p(4946);K.createCipher=K.Cipher=t.createCipher,K.createCipheriv=K.Cipheriv=t.createCipheriv,K.createDecipher=K.Decipher=e.createDecipher,K.createDecipheriv=K.Decipheriv=e.createDecipheriv,K.listCiphers=K.getCiphers=function M(){return Object.keys(f)}},856:(Ve,K,p)=>{var t=p(9382),e=p(3502).Buffer,f=p(9171),M=p(8441),a=p(1052),b=p(1899),d=p(347);function h(k,S,U){a.call(this),this._cache=new A,this._last=void 0,this._cipher=new b.AES(S),this._prev=e.from(U),this._mode=k,this._autopadding=!0}function A(){this.cache=e.allocUnsafe(0)}function D(k,S,U){var Z=f[k.toLowerCase()];if(!Z)throw new TypeError("invalid suite type");if("string"==typeof U&&(U=e.from(U)),"GCM"!==Z.mode&&U.length!==Z.iv)throw new TypeError("invalid iv length "+U.length);if("string"==typeof S&&(S=e.from(S)),S.length!==Z.key/8)throw new TypeError("invalid key length "+S.length);return"stream"===Z.type?new M(Z.module,S,U,!0):"auth"===Z.type?new t(Z.module,S,U,!0):new h(Z.module,S,U)}p(3894)(h,a),h.prototype._update=function(k){this._cache.add(k);for(var S,U,Z=[];S=this._cache.get(this._autopadding);)U=this._mode.decrypt(this,S),Z.push(U);return e.concat(Z)},h.prototype._final=function(){var k=this._cache.flush();if(this._autopadding)return function w(k){var S=k[15];if(S<1||S>16)throw new Error("unable to decrypt data");for(var U=-1;++U16)return S=this.cache.slice(0,16),this.cache=this.cache.slice(16),S}else if(this.cache.length>=16)return S=this.cache.slice(0,16),this.cache=this.cache.slice(16),S;return null},A.prototype.flush=function(){if(this.cache.length)return this.cache},K.createDecipher=function L(k,S){var U=f[k.toLowerCase()];if(!U)throw new TypeError("invalid suite type");var Z=d(S,!1,U.key,U.iv);return D(k,Z.key,Z.iv)},K.createDecipheriv=D},6900:(Ve,K,p)=>{var t=p(9171),e=p(9382),f=p(3502).Buffer,M=p(8441),a=p(1052),b=p(1899),d=p(347);function h(k,S,U){a.call(this),this._cache=new w,this._cipher=new b.AES(S),this._prev=f.from(U),this._mode=k,this._autopadding=!0}p(3894)(h,a),h.prototype._update=function(k){this._cache.add(k);for(var S,U,Z=[];S=this._cache.get();)U=this._mode.encrypt(this,S),Z.push(U);return f.concat(Z)};var A=f.alloc(16,16);function w(){this.cache=f.allocUnsafe(0)}function D(k,S,U){var Z=t[k.toLowerCase()];if(!Z)throw new TypeError("invalid suite type");if("string"==typeof S&&(S=f.from(S)),S.length!==Z.key/8)throw new TypeError("invalid key length "+S.length);if("string"==typeof U&&(U=f.from(U)),"GCM"!==Z.mode&&U.length!==Z.iv)throw new TypeError("invalid iv length "+U.length);return"stream"===Z.type?new M(Z.module,S,U):"auth"===Z.type?new e(Z.module,S,U):new h(Z.module,S,U)}h.prototype._final=function(){var k=this._cache.flush();if(this._autopadding)return k=this._mode.encrypt(this,k),this._cipher.scrub(),k;if(!k.equals(A))throw this._cipher.scrub(),new Error("data not multiple of block length")},h.prototype.setAutoPadding=function(k){return this._autopadding=!!k,this},w.prototype.add=function(k){this.cache=f.concat([this.cache,k])},w.prototype.get=function(){if(this.cache.length>15){var k=this.cache.slice(0,16);return this.cache=this.cache.slice(16),k}return null},w.prototype.flush=function(){for(var k=16-this.cache.length,S=f.allocUnsafe(k),U=-1;++U{var t=p(3502).Buffer,e=t.alloc(16,0);function M(b){var d=t.allocUnsafe(16);return d.writeUInt32BE(b[0]>>>0,0),d.writeUInt32BE(b[1]>>>0,4),d.writeUInt32BE(b[2]>>>0,8),d.writeUInt32BE(b[3]>>>0,12),d}function a(b){this.h=b,this.state=t.alloc(16,0),this.cache=t.allocUnsafe(0)}a.prototype.ghash=function(b){for(var d=-1;++d0;N--)b[N]=b[N]>>>1|(1&b[N-1])<<31;b[0]=b[0]>>>1,A&&(b[0]=b[0]^225<<24)}this.state=M(d)},a.prototype.update=function(b){this.cache=t.concat([this.cache,b]);for(var d;this.cache.length>=16;)d=this.cache.slice(0,16),this.cache=this.cache.slice(16),this.ghash(d)},a.prototype.final=function(b,d){return this.cache.length&&this.ghash(t.concat([this.cache,e],16)),this.ghash(M([0,b,0,d])),this.state},Ve.exports=a},7968:Ve=>{Ve.exports=function K(p){for(var e,t=p.length;t--;){if(255!==(e=p.readUInt8(t))){e++,p.writeUInt8(e,t);break}p.writeUInt8(0,t)}}},4903:(Ve,K,p)=>{var t=p(8789);K.encrypt=function(e,f){var M=t(f,e._prev);return e._prev=e._cipher.encryptBlock(M),e._prev},K.decrypt=function(e,f){var M=e._prev;e._prev=f;var a=e._cipher.decryptBlock(f);return t(a,M)}},9885:(Ve,K,p)=>{var t=p(3502).Buffer,e=p(8789);function f(M,a,b){var d=a.length,N=e(a,M._cache);return M._cache=M._cache.slice(d),M._prev=t.concat([M._prev,b?a:N]),N}K.encrypt=function(M,a,b){for(var N,d=t.allocUnsafe(0);a.length;){if(0===M._cache.length&&(M._cache=M._cipher.encryptBlock(M._prev),M._prev=t.allocUnsafe(0)),!(M._cache.length<=a.length)){d=t.concat([d,f(M,a,b)]);break}d=t.concat([d,f(M,a.slice(0,N=M._cache.length),b)]),a=a.slice(N)}return d}},6531:(Ve,K,p)=>{var t=p(3502).Buffer;function e(M,a,b){for(var w,D,N=-1,A=0;++N<8;)A+=(128&(D=M._cipher.encryptBlock(M._prev)[0]^(w=a&1<<7-N?128:0)))>>N%8,M._prev=f(M._prev,b?w:D);return A}function f(M,a){var b=M.length,d=-1,N=t.allocUnsafe(M.length);for(M=t.concat([M,t.from([a])]);++d>7;return N}K.encrypt=function(M,a,b){for(var d=a.length,N=t.allocUnsafe(d),h=-1;++h{var t=p(3502).Buffer;function e(f,M,a){var d=f._cipher.encryptBlock(f._prev)[0]^M;return f._prev=t.concat([f._prev.slice(1),t.from([a?M:d])]),d}K.encrypt=function(f,M,a){for(var b=M.length,d=t.allocUnsafe(b),N=-1;++N{var t=p(8789),e=p(3502).Buffer,f=p(7968);function M(b){var d=b._cipher.encryptBlockRaw(b._prev);return f(b._prev),d}K.encrypt=function(b,d){var N=Math.ceil(d.length/16),h=b._cache.length;b._cache=e.concat([b._cache,e.allocUnsafe(16*N)]);for(var A=0;A{K.encrypt=function(p,t){return p._cipher.encryptBlock(t)},K.decrypt=function(p,t){return p._cipher.decryptBlock(t)}},9171:(Ve,K,p)=>{var t={ECB:p(1704),CBC:p(4903),CFB:p(9885),CFB8:p(1641),CFB1:p(6531),OFB:p(6816),CTR:p(1150),GCM:p(1150)},e=p(4946);for(var f in e)e[f].module=t[e[f].mode];Ve.exports=e},6816:(Ve,K,p)=>{var t=p(8789);function e(f){return f._prev=f._cipher.encryptBlock(f._prev),f._prev}K.encrypt=function(f,M){for(;f._cache.length{var t=p(1899),e=p(3502).Buffer,f=p(1052);function a(b,d,N,h){f.call(this),this._cipher=new t.AES(d),this._prev=e.from(N),this._cache=e.allocUnsafe(0),this._secCache=e.allocUnsafe(0),this._decrypt=h,this._mode=b}p(3894)(a,f),a.prototype._update=function(b){return this._mode.encrypt(this,b,this._decrypt)},a.prototype._final=function(){this._cipher.scrub()},Ve.exports=a},5255:(Ve,K,p)=>{var t=p(9004),e=p(4330),f=p(9171),M=p(1115),a=p(347);function N(w,D,L){if(w=w.toLowerCase(),f[w])return e.createCipheriv(w,D,L);if(M[w])return new t({key:D,iv:L,mode:w});throw new TypeError("invalid suite type")}function h(w,D,L){if(w=w.toLowerCase(),f[w])return e.createDecipheriv(w,D,L);if(M[w])return new t({key:D,iv:L,mode:w,decrypt:!0});throw new TypeError("invalid suite type")}K.createCipher=K.Cipher=function b(w,D){var L,k;if(w=w.toLowerCase(),f[w])L=f[w].key,k=f[w].iv;else{if(!M[w])throw new TypeError("invalid suite type");L=8*M[w].key,k=M[w].iv}var S=a(D,!1,L,k);return N(w,S.key,S.iv)},K.createCipheriv=K.Cipheriv=N,K.createDecipher=K.Decipher=function d(w,D){var L,k;if(w=w.toLowerCase(),f[w])L=f[w].key,k=f[w].iv;else{if(!M[w])throw new TypeError("invalid suite type");L=8*M[w].key,k=M[w].iv}var S=a(D,!1,L,k);return h(w,S.key,S.iv)},K.createDecipheriv=K.Decipheriv=h,K.listCiphers=K.getCiphers=function A(){return Object.keys(M).concat(e.getCiphers())}},9004:(Ve,K,p)=>{var t=p(1052),e=p(3684),f=p(3894),M=p(3502).Buffer,a={"des-ede3-cbc":e.CBC.instantiate(e.EDE),"des-ede3":e.EDE,"des-ede-cbc":e.CBC.instantiate(e.EDE),"des-ede":e.EDE,"des-cbc":e.CBC.instantiate(e.DES),"des-ecb":e.DES};function b(d){t.call(this);var A,N=d.mode.toLowerCase(),h=a[N];A=d.decrypt?"decrypt":"encrypt";var w=d.key;M.isBuffer(w)||(w=M.from(w)),("des-ede"===N||"des-ede-cbc"===N)&&(w=M.concat([w,w.slice(0,8)]));var D=d.iv;M.isBuffer(D)||(D=M.from(D)),this._des=h.create({key:w,iv:D,type:A})}a.des=a["des-cbc"],a.des3=a["des-ede3-cbc"],Ve.exports=b,f(b,t),b.prototype._update=function(d){return M.from(this._des.update(d))},b.prototype._final=function(){return M.from(this._des.final())}},1115:(Ve,K)=>{K["des-ecb"]={key:8,iv:0},K["des-cbc"]=K.des={key:8,iv:8},K["des-ede3-cbc"]=K.des3={key:24,iv:8},K["des-ede3"]={key:24,iv:0},K["des-ede-cbc"]={key:16,iv:8},K["des-ede"]={key:16,iv:0}},8466:(Ve,K,p)=>{var t=p(8538),e=p(3753);function M(b){var N,d=b.modulus.byteLength();do{N=new t(e(d))}while(N.cmp(b.modulus)>=0||!N.umod(b.prime1)||!N.umod(b.prime2));return N}function a(b,d){var N=function f(b){var d=M(b);return{blinder:d.toRed(t.mont(b.modulus)).redPow(new t(b.publicExponent)).fromRed(),unblinder:d.invm(b.modulus)}}(d),h=d.modulus.byteLength(),A=new t(b).mul(N.blinder).umod(d.modulus),w=A.toRed(t.mont(d.prime1)),D=A.toRed(t.mont(d.prime2)),L=d.coefficient,k=d.prime1,S=d.prime2,U=w.redPow(d.exponent1).fromRed(),Z=D.redPow(d.exponent2).fromRed(),j=U.isub(Z).imul(L).umod(k).imul(S);return Z.iadd(j).imul(N.unblinder).umod(d.modulus).toArrayLike(Buffer,"be",h)}a.getr=M,Ve.exports=a},7793:(Ve,K,p)=>{Ve.exports=p(5207)},3923:(Ve,K,p)=>{var t=p(8446).Buffer,e=p(6386),f=p(5685),M=p(3894),a=p(9947),b=p(3946),d=p(5207);function N(D){f.Writable.call(this);var L=d[D];if(!L)throw new Error("Unknown message digest");this._hashType=L.hash,this._hash=e(L.hash),this._tag=L.id,this._signType=L.sign}function h(D){f.Writable.call(this);var L=d[D];if(!L)throw new Error("Unknown message digest");this._hash=e(L.hash),this._tag=L.id,this._signType=L.sign}function A(D){return new N(D)}function w(D){return new h(D)}Object.keys(d).forEach(function(D){d[D].id=t.from(d[D].id,"hex"),d[D.toLowerCase()]=d[D]}),M(N,f.Writable),N.prototype._write=function(L,k,S){this._hash.update(L),S()},N.prototype.update=function(L,k){return"string"==typeof L&&(L=t.from(L,k)),this._hash.update(L),this},N.prototype.sign=function(L,k){this.end();var S=this._hash.digest(),U=a(S,L,this._hashType,this._signType,this._tag);return k?U.toString(k):U},M(h,f.Writable),h.prototype._write=function(L,k,S){this._hash.update(L),S()},h.prototype.update=function(L,k){return"string"==typeof L&&(L=t.from(L,k)),this._hash.update(L),this},h.prototype.verify=function(L,k,S){"string"==typeof k&&(k=t.from(k,S)),this.end();var U=this._hash.digest();return b(k,U,L,this._signType,this._tag)},Ve.exports={Sign:A,Verify:w,createSign:A,createVerify:w}},9947:(Ve,K,p)=>{var t=p(8446).Buffer,e=p(4529),f=p(8466),M=p(7715).ec,a=p(8538),b=p(2772),d=p(1308);function D(Z,j,ne,$){if((Z=t.from(Z.toArray())).length0&&ne.ishrn($),ne}function S(Z,j,ne){var $,de;do{for($=t.alloc(0);8*$.length{var t=p(8446).Buffer,e=p(8538),f=p(7715).ec,M=p(2772),a=p(1308);function h(A,w){if(A.cmpn(0)<=0)throw new Error("invalid sig");if(A.cmp(w)>=w)throw new Error("invalid sig")}Ve.exports=function b(A,w,D,L,k){var S=M(D);if("ec"===S.type){if("ecdsa"!==L&&"ecdsa/rsa"!==L)throw new Error("wrong public key type");return function d(A,w,D){var L=a[D.data.algorithm.curve.join(".")];if(!L)throw new Error("unknown curve "+D.data.algorithm.curve.join("."));return new f(L).verify(w,A,D.data.subjectPrivateKey.data)}(A,w,S)}if("dsa"===S.type){if("dsa"!==L)throw new Error("wrong public key type");return function N(A,w,D){var L=D.data.p,k=D.data.q,S=D.data.g,U=D.data.pub_key,Z=M.signature.decode(A,"der"),j=Z.s,ne=Z.r;h(j,k),h(ne,k);var $=e.mont(L),de=j.invm(k);return 0===S.toRed($).redPow(new e(w).mul(de).mod(k)).fromRed().mul(U.toRed($).redPow(ne.mul(de).mod(k)).fromRed()).mod(L).mod(k).cmp(ne)}(A,w,S)}if("rsa"!==L&&"ecdsa/rsa"!==L)throw new Error("wrong public key type");w=t.concat([k,w]);for(var U=S.modulus.byteLength(),Z=[1],j=0;w.length+Z.length+2{var t=p(3172),e=t.Buffer;function f(a,b){for(var d in a)b[d]=a[d]}function M(a,b,d){return e(a,b,d)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(f(t,K),K.Buffer=M),M.prototype=Object.create(e.prototype),f(e,M),M.from=function(a,b,d){if("number"==typeof a)throw new TypeError("Argument must not be a number");return e(a,b,d)},M.alloc=function(a,b,d){if("number"!=typeof a)throw new TypeError("Argument must be a number");var N=e(a);return void 0!==b?"string"==typeof d?N.fill(b,d):N.fill(b):N.fill(0),N},M.allocUnsafe=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return e(a)},M.allocUnsafeSlow=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return t.SlowBuffer(a)}},8789:Ve=>{Ve.exports=function(p,t){for(var e=Math.min(p.length,t.length),f=new Buffer(e),M=0;M{"use strict";var t=p(5343),e=p(8461),f="function"==typeof Symbol&&"function"==typeof Symbol.for?Symbol.for("nodejs.util.inspect.custom"):null;K.Buffer=d,K.SlowBuffer=function j(Ie){return+Ie!=Ie&&(Ie=0),d.alloc(+Ie)},K.INSPECT_MAX_BYTES=50;var M=2147483647;function b(Ie){if(Ie>M)throw new RangeError('The value "'+Ie+'" is invalid for option "size"');var De=new Uint8Array(Ie);return Object.setPrototypeOf(De,d.prototype),De}function d(Ie,De,le){if("number"==typeof Ie){if("string"==typeof De)throw new TypeError('The "string" argument must be of type string. Received type number');return w(Ie)}return N(Ie,De,le)}function N(Ie,De,le){if("string"==typeof Ie)return function D(Ie,De){if(("string"!=typeof De||""===De)&&(De="utf8"),!d.isEncoding(De))throw new TypeError("Unknown encoding: "+De);var le=0|ne(Ie,De),Te=b(le),xe=Te.write(Ie,De);return xe!==le&&(Te=Te.slice(0,xe)),Te}(Ie,De);if(ArrayBuffer.isView(Ie))return function k(Ie){if(V(Ie,Uint8Array)){var De=new Uint8Array(Ie);return S(De.buffer,De.byteOffset,De.byteLength)}return L(Ie)}(Ie);if(null==Ie)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Ie);if(V(Ie,ArrayBuffer)||Ie&&V(Ie.buffer,ArrayBuffer)||"undefined"!=typeof SharedArrayBuffer&&(V(Ie,SharedArrayBuffer)||Ie&&V(Ie.buffer,SharedArrayBuffer)))return S(Ie,De,le);if("number"==typeof Ie)throw new TypeError('The "value" argument must not be of type number. Received type number');var Te=Ie.valueOf&&Ie.valueOf();if(null!=Te&&Te!==Ie)return d.from(Te,De,le);var xe=function U(Ie){if(d.isBuffer(Ie)){var De=0|Z(Ie.length),le=b(De);return 0===le.length||Ie.copy(le,0,0,De),le}return void 0!==Ie.length?"number"!=typeof Ie.length||Ae(Ie.length)?b(0):L(Ie):"Buffer"===Ie.type&&Array.isArray(Ie.data)?L(Ie.data):void 0}(Ie);if(xe)return xe;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof Ie[Symbol.toPrimitive])return d.from(Ie[Symbol.toPrimitive]("string"),De,le);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof Ie)}function h(Ie){if("number"!=typeof Ie)throw new TypeError('"size" argument must be of type number');if(Ie<0)throw new RangeError('The value "'+Ie+'" is invalid for option "size"')}function w(Ie){return h(Ie),b(Ie<0?0:0|Z(Ie))}function L(Ie){for(var De=Ie.length<0?0:0|Z(Ie.length),le=b(De),Te=0;Te=M)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+M.toString(16)+" bytes");return 0|Ie}function ne(Ie,De){if(d.isBuffer(Ie))return Ie.length;if(ArrayBuffer.isView(Ie)||V(Ie,ArrayBuffer))return Ie.byteLength;if("string"!=typeof Ie)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof Ie);var le=Ie.length,Te=arguments.length>2&&!0===arguments[2];if(!Te&&0===le)return 0;for(var xe=!1;;)switch(De){case"ascii":case"latin1":case"binary":return le;case"utf8":case"utf-8":return Ne(Ie).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*le;case"hex":return le>>>1;case"base64":return Ue(Ie).length;default:if(xe)return Te?-1:Ne(Ie).length;De=(""+De).toLowerCase(),xe=!0}}function $(Ie,De,le){var Te=!1;if((void 0===De||De<0)&&(De=0),De>this.length||((void 0===le||le>this.length)&&(le=this.length),le<=0)||(le>>>=0)<=(De>>>=0))return"";for(Ie||(Ie="utf8");;)switch(Ie){case"hex":return v(this,De,le);case"utf8":case"utf-8":return u(this,De,le);case"ascii":return E(this,De,le);case"latin1":case"binary":return I(this,De,le);case"base64":return r(this,De,le);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return n(this,De,le);default:if(Te)throw new TypeError("Unknown encoding: "+Ie);Ie=(Ie+"").toLowerCase(),Te=!0}}function de(Ie,De,le){var Te=Ie[De];Ie[De]=Ie[le],Ie[le]=Te}function te(Ie,De,le,Te,xe){if(0===Ie.length)return-1;if("string"==typeof le?(Te=le,le=0):le>2147483647?le=2147483647:le<-2147483648&&(le=-2147483648),Ae(le=+le)&&(le=xe?0:Ie.length-1),le<0&&(le=Ie.length+le),le>=Ie.length){if(xe)return-1;le=Ie.length-1}else if(le<0){if(!xe)return-1;le=0}if("string"==typeof De&&(De=d.from(De,Te)),d.isBuffer(De))return 0===De.length?-1:ie(Ie,De,le,Te,xe);if("number"==typeof De)return De&=255,"function"==typeof Uint8Array.prototype.indexOf?xe?Uint8Array.prototype.indexOf.call(Ie,De,le):Uint8Array.prototype.lastIndexOf.call(Ie,De,le):ie(Ie,[De],le,Te,xe);throw new TypeError("val must be string, number or Buffer")}function ie(Ie,De,le,Te,xe){var Le,W=1,ee=Ie.length,ue=De.length;if(void 0!==Te&&("ucs2"===(Te=String(Te).toLowerCase())||"ucs-2"===Te||"utf16le"===Te||"utf-16le"===Te)){if(Ie.length<2||De.length<2)return-1;W=2,ee/=2,ue/=2,le/=2}function _e(ui,Wt){return 1===W?ui[Wt]:ui.readUInt16BE(Wt*W)}if(xe){var ut=-1;for(Le=le;Leee&&(le=ee-ue),Le=le;Le>=0;Le--){for(var ht=!0,It=0;Itxe&&(Te=xe):Te=xe;var W=De.length;Te>W/2&&(Te=W/2);for(var ee=0;ee>8,W.push(le%256),W.push(Te);return W}(De,Ie.length-le),Ie,le,Te)}function r(Ie,De,le){return t.fromByteArray(0===De&&le===Ie.length?Ie:Ie.slice(De,le))}function u(Ie,De,le){le=Math.min(Ie.length,le);for(var Te=[],xe=De;xe239?4:W>223?3:W>191?2:1;if(xe+ue<=le)switch(ue){case 1:W<128&&(ee=W);break;case 2:128==(192&(_e=Ie[xe+1]))&&(ht=(31&W)<<6|63&_e)>127&&(ee=ht);break;case 3:Le=Ie[xe+2],128==(192&(_e=Ie[xe+1]))&&128==(192&Le)&&(ht=(15&W)<<12|(63&_e)<<6|63&Le)>2047&&(ht<55296||ht>57343)&&(ee=ht);break;case 4:Le=Ie[xe+2],ut=Ie[xe+3],128==(192&(_e=Ie[xe+1]))&&128==(192&Le)&&128==(192&ut)&&(ht=(15&W)<<18|(63&_e)<<12|(63&Le)<<6|63&ut)>65535&&ht<1114112&&(ee=ht)}null===ee?(ee=65533,ue=1):ee>65535&&(Te.push((ee-=65536)>>>10&1023|55296),ee=56320|1023&ee),Te.push(ee),xe+=ue}return function _(Ie){var De=Ie.length;if(De<=c)return String.fromCharCode.apply(String,Ie);for(var le="",Te=0;Texe.length?d.from(ee).copy(xe,W):Uint8Array.prototype.set.call(xe,ee,W);else{if(!d.isBuffer(ee))throw new TypeError('"list" argument must be an Array of Buffers');ee.copy(xe,W)}W+=ee.length}return xe},d.byteLength=ne,d.prototype._isBuffer=!0,d.prototype.swap16=function(){var De=this.length;if(De%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var le=0;lele&&(De+=" ... "),""},f&&(d.prototype[f]=d.prototype.inspect),d.prototype.compare=function(De,le,Te,xe,W){if(V(De,Uint8Array)&&(De=d.from(De,De.offset,De.byteLength)),!d.isBuffer(De))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof De);if(void 0===le&&(le=0),void 0===Te&&(Te=De?De.length:0),void 0===xe&&(xe=0),void 0===W&&(W=this.length),le<0||Te>De.length||xe<0||W>this.length)throw new RangeError("out of range index");if(xe>=W&&le>=Te)return 0;if(xe>=W)return-1;if(le>=Te)return 1;if(this===De)return 0;for(var ee=(W>>>=0)-(xe>>>=0),ue=(Te>>>=0)-(le>>>=0),_e=Math.min(ee,ue),Le=this.slice(xe,W),ut=De.slice(le,Te),ht=0;ht<_e;++ht)if(Le[ht]!==ut[ht]){ee=Le[ht],ue=ut[ht];break}return ee>>=0,isFinite(Te)?(Te>>>=0,void 0===xe&&(xe="utf8")):(xe=Te,Te=void 0)}var W=this.length-le;if((void 0===Te||Te>W)&&(Te=W),De.length>0&&(Te<0||le<0)||le>this.length)throw new RangeError("Attempt to write outside buffer bounds");xe||(xe="utf8");for(var ee=!1;;)switch(xe){case"hex":return oe(this,De,le,Te);case"utf8":case"utf-8":return X(this,De,le,Te);case"ascii":case"latin1":case"binary":return me(this,De,le,Te);case"base64":return y(this,De,le,Te);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return i(this,De,le,Te);default:if(ee)throw new TypeError("Unknown encoding: "+xe);xe=(""+xe).toLowerCase(),ee=!0}},d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var c=4096;function E(Ie,De,le){var Te="";le=Math.min(Ie.length,le);for(var xe=De;xeTe)&&(le=Te);for(var xe="",W=De;Wle)throw new RangeError("Trying to access beyond buffer length")}function B(Ie,De,le,Te,xe,W){if(!d.isBuffer(Ie))throw new TypeError('"buffer" argument must be a Buffer instance');if(De>xe||DeIe.length)throw new RangeError("Index out of range")}function P(Ie,De,le,Te,xe,W){if(le+Te>Ie.length)throw new RangeError("Index out of range");if(le<0)throw new RangeError("Index out of range")}function F(Ie,De,le,Te,xe){return De=+De,le>>>=0,xe||P(Ie,0,le,4),e.write(Ie,De,le,Te,23,4),le+4}function q(Ie,De,le,Te,xe){return De=+De,le>>>=0,xe||P(Ie,0,le,8),e.write(Ie,De,le,Te,52,8),le+8}d.prototype.slice=function(De,le){var Te=this.length;(De=~~De)<0?(De+=Te)<0&&(De=0):De>Te&&(De=Te),(le=void 0===le?Te:~~le)<0?(le+=Te)<0&&(le=0):le>Te&&(le=Te),le>>=0,le>>>=0,Te||C(De,le,this.length);for(var xe=this[De],W=1,ee=0;++ee>>=0,le>>>=0,Te||C(De,le,this.length);for(var xe=this[De+--le],W=1;le>0&&(W*=256);)xe+=this[De+--le]*W;return xe},d.prototype.readUint8=d.prototype.readUInt8=function(De,le){return De>>>=0,le||C(De,1,this.length),this[De]},d.prototype.readUint16LE=d.prototype.readUInt16LE=function(De,le){return De>>>=0,le||C(De,2,this.length),this[De]|this[De+1]<<8},d.prototype.readUint16BE=d.prototype.readUInt16BE=function(De,le){return De>>>=0,le||C(De,2,this.length),this[De]<<8|this[De+1]},d.prototype.readUint32LE=d.prototype.readUInt32LE=function(De,le){return De>>>=0,le||C(De,4,this.length),(this[De]|this[De+1]<<8|this[De+2]<<16)+16777216*this[De+3]},d.prototype.readUint32BE=d.prototype.readUInt32BE=function(De,le){return De>>>=0,le||C(De,4,this.length),16777216*this[De]+(this[De+1]<<16|this[De+2]<<8|this[De+3])},d.prototype.readIntLE=function(De,le,Te){De>>>=0,le>>>=0,Te||C(De,le,this.length);for(var xe=this[De],W=1,ee=0;++ee=(W*=128)&&(xe-=Math.pow(2,8*le)),xe},d.prototype.readIntBE=function(De,le,Te){De>>>=0,le>>>=0,Te||C(De,le,this.length);for(var xe=le,W=1,ee=this[De+--xe];xe>0&&(W*=256);)ee+=this[De+--xe]*W;return ee>=(W*=128)&&(ee-=Math.pow(2,8*le)),ee},d.prototype.readInt8=function(De,le){return De>>>=0,le||C(De,1,this.length),128&this[De]?-1*(255-this[De]+1):this[De]},d.prototype.readInt16LE=function(De,le){De>>>=0,le||C(De,2,this.length);var Te=this[De]|this[De+1]<<8;return 32768&Te?4294901760|Te:Te},d.prototype.readInt16BE=function(De,le){De>>>=0,le||C(De,2,this.length);var Te=this[De+1]|this[De]<<8;return 32768&Te?4294901760|Te:Te},d.prototype.readInt32LE=function(De,le){return De>>>=0,le||C(De,4,this.length),this[De]|this[De+1]<<8|this[De+2]<<16|this[De+3]<<24},d.prototype.readInt32BE=function(De,le){return De>>>=0,le||C(De,4,this.length),this[De]<<24|this[De+1]<<16|this[De+2]<<8|this[De+3]},d.prototype.readFloatLE=function(De,le){return De>>>=0,le||C(De,4,this.length),e.read(this,De,!0,23,4)},d.prototype.readFloatBE=function(De,le){return De>>>=0,le||C(De,4,this.length),e.read(this,De,!1,23,4)},d.prototype.readDoubleLE=function(De,le){return De>>>=0,le||C(De,8,this.length),e.read(this,De,!0,52,8)},d.prototype.readDoubleBE=function(De,le){return De>>>=0,le||C(De,8,this.length),e.read(this,De,!1,52,8)},d.prototype.writeUintLE=d.prototype.writeUIntLE=function(De,le,Te,xe){De=+De,le>>>=0,Te>>>=0,xe||B(this,De,le,Te,Math.pow(2,8*Te)-1,0);var ee=1,ue=0;for(this[le]=255&De;++ue>>=0,Te>>>=0,xe||B(this,De,le,Te,Math.pow(2,8*Te)-1,0);var ee=Te-1,ue=1;for(this[le+ee]=255&De;--ee>=0&&(ue*=256);)this[le+ee]=De/ue&255;return le+Te},d.prototype.writeUint8=d.prototype.writeUInt8=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,1,255,0),this[le]=255&De,le+1},d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,2,65535,0),this[le]=255&De,this[le+1]=De>>>8,le+2},d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,2,65535,0),this[le]=De>>>8,this[le+1]=255&De,le+2},d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,4,4294967295,0),this[le+3]=De>>>24,this[le+2]=De>>>16,this[le+1]=De>>>8,this[le]=255&De,le+4},d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,4,4294967295,0),this[le]=De>>>24,this[le+1]=De>>>16,this[le+2]=De>>>8,this[le+3]=255&De,le+4},d.prototype.writeIntLE=function(De,le,Te,xe){if(De=+De,le>>>=0,!xe){var W=Math.pow(2,8*Te-1);B(this,De,le,Te,W-1,-W)}var ee=0,ue=1,_e=0;for(this[le]=255&De;++ee>0)-_e&255;return le+Te},d.prototype.writeIntBE=function(De,le,Te,xe){if(De=+De,le>>>=0,!xe){var W=Math.pow(2,8*Te-1);B(this,De,le,Te,W-1,-W)}var ee=Te-1,ue=1,_e=0;for(this[le+ee]=255&De;--ee>=0&&(ue*=256);)De<0&&0===_e&&0!==this[le+ee+1]&&(_e=1),this[le+ee]=(De/ue>>0)-_e&255;return le+Te},d.prototype.writeInt8=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,1,127,-128),De<0&&(De=255+De+1),this[le]=255&De,le+1},d.prototype.writeInt16LE=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,2,32767,-32768),this[le]=255&De,this[le+1]=De>>>8,le+2},d.prototype.writeInt16BE=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,2,32767,-32768),this[le]=De>>>8,this[le+1]=255&De,le+2},d.prototype.writeInt32LE=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,4,2147483647,-2147483648),this[le]=255&De,this[le+1]=De>>>8,this[le+2]=De>>>16,this[le+3]=De>>>24,le+4},d.prototype.writeInt32BE=function(De,le,Te){return De=+De,le>>>=0,Te||B(this,De,le,4,2147483647,-2147483648),De<0&&(De=4294967295+De+1),this[le]=De>>>24,this[le+1]=De>>>16,this[le+2]=De>>>8,this[le+3]=255&De,le+4},d.prototype.writeFloatLE=function(De,le,Te){return F(this,De,le,!0,Te)},d.prototype.writeFloatBE=function(De,le,Te){return F(this,De,le,!1,Te)},d.prototype.writeDoubleLE=function(De,le,Te){return q(this,De,le,!0,Te)},d.prototype.writeDoubleBE=function(De,le,Te){return q(this,De,le,!1,Te)},d.prototype.copy=function(De,le,Te,xe){if(!d.isBuffer(De))throw new TypeError("argument should be a Buffer");if(Te||(Te=0),!xe&&0!==xe&&(xe=this.length),le>=De.length&&(le=De.length),le||(le=0),xe>0&&xe=this.length)throw new RangeError("Index out of range");if(xe<0)throw new RangeError("sourceEnd out of bounds");xe>this.length&&(xe=this.length),De.length-le>>=0,Te=void 0===Te?this.length:Te>>>0,De||(De=0),"number"==typeof De)for(ee=le;ee55295&&le<57344){if(!xe){if(le>56319){(De-=3)>-1&&W.push(239,191,189);continue}if(ee+1===Te){(De-=3)>-1&&W.push(239,191,189);continue}xe=le;continue}if(le<56320){(De-=3)>-1&&W.push(239,191,189),xe=le;continue}le=65536+(xe-55296<<10|le-56320)}else xe&&(De-=3)>-1&&W.push(239,191,189);if(xe=null,le<128){if((De-=1)<0)break;W.push(le)}else if(le<2048){if((De-=2)<0)break;W.push(le>>6|192,63&le|128)}else if(le<65536){if((De-=3)<0)break;W.push(le>>12|224,le>>6&63|128,63&le|128)}else{if(!(le<1114112))throw new Error("Invalid code point");if((De-=4)<0)break;W.push(le>>18|240,le>>12&63|128,le>>6&63|128,63&le|128)}}return W}function Ue(Ie){return t.toByteArray(function ve(Ie){if((Ie=(Ie=Ie.split("=")[0]).trim().replace(he,"")).length<2)return"";for(;Ie.length%4!=0;)Ie+="=";return Ie}(Ie))}function ye(Ie,De,le,Te){for(var xe=0;xe=De.length||xe>=Ie.length);++xe)De[xe+le]=Ie[xe];return xe}function V(Ie,De){return Ie instanceof De||null!=Ie&&null!=Ie.constructor&&null!=Ie.constructor.name&&Ie.constructor.name===De.name}function Ae(Ie){return Ie!=Ie}var dt=function(){for(var Ie="0123456789abcdef",De=new Array(256),le=0;le<16;++le)for(var Te=16*le,xe=0;xe<16;++xe)De[Te+xe]=Ie[le]+Ie[xe];return De}()},1052:(Ve,K,p)=>{var t=p(3502).Buffer,e=p(295).Transform,f=p(3054).s;function a(b){e.call(this),this.hashMode="string"==typeof b,this.hashMode?this[b]=this._finalOrDigest:this.final=this._finalOrDigest,this._final&&(this.__final=this._final,this._final=null),this._decoder=null,this._encoding=null}p(3894)(a,e),a.prototype.update=function(b,d,N){"string"==typeof b&&(b=t.from(b,d));var h=this._update(b);return this.hashMode?this:(N&&(h=this._toString(h,N)),h)},a.prototype.setAutoPadding=function(){},a.prototype.getAuthTag=function(){throw new Error("trying to get auth tag in unsupported state")},a.prototype.setAuthTag=function(){throw new Error("trying to set auth tag in unsupported state")},a.prototype.setAAD=function(){throw new Error("trying to set aad in unsupported state")},a.prototype._transform=function(b,d,N){var h;try{this.hashMode?this._update(b):this.push(this._update(b))}catch(A){h=A}finally{N(h)}},a.prototype._flush=function(b){var d;try{this.push(this.__final())}catch(N){d=N}b(d)},a.prototype._finalOrDigest=function(b){var d=this.__final()||t.alloc(0);return b&&(d=this._toString(d,b,!0)),d},a.prototype._toString=function(b,d,N){if(this._decoder||(this._decoder=new f(d),this._encoding=d),this._encoding!==d)throw new Error("can't switch encodings");var h=this._decoder.write(b);return N&&(h+=this._decoder.end()),h},Ve.exports=a},7293:(Ve,K,p)=>{"use strict";const t=p(4315),e=p(2872),f=p(717);Ve.exports=function M(d,N){switch(e(d)){case"object":return function a(d,N){if("function"==typeof N)return N(d);if(N||f(d)){const h=new d.constructor;for(let A in d)h[A]=M(d[A],N);return h}return d}(d,N);case"array":return function b(d,N){const h=new d.constructor(d.length);for(let A=0;AM?f:Array(M-f.length+1).join("0")+f}(M.toString(16),2)}).join("")}(f)},hexToBytes:function(f){if(f.length%2==1)throw new Error("hexToBytes can't have a string with an odd number of characters.");return 0===f.indexOf("0x")&&(f=f.slice(2)),f.match(/../g).map(function(M){return parseInt(M,16)})}};Ve.exports?Ve.exports=p:K.convertHex=p}(this)},5612:function(Ve){!function(K){"use strict";var p={bytesToString:function(t){return t.map(function(e){return String.fromCharCode(e)}).join("")},stringToBytes:function(t){return t.split("").map(function(e){return e.charCodeAt(0)})}};p.UTF8={bytesToString:function(t){return decodeURIComponent(escape(p.bytesToString(t)))},stringToBytes:function(t){return p.stringToBytes(unescape(encodeURIComponent(t)))}},Ve.exports?Ve.exports=p:K.convertString=p}(this)},4746:(Ve,K,p)=>{var t=p(7715),e=p(6422);Ve.exports=function(d){return new M(d)};var f={secp256k1:{name:"secp256k1",byteLength:32},secp224r1:{name:"p224",byteLength:28},prime256v1:{name:"p256",byteLength:32},prime192v1:{name:"p192",byteLength:24},ed25519:{name:"ed25519",byteLength:32},secp384r1:{name:"p384",byteLength:48},secp521r1:{name:"p521",byteLength:66}};function M(b){this.curveType=f[b],this.curveType||(this.curveType={name:b}),this.curve=new t.ec(this.curveType.name),this.keys=void 0}function a(b,d,N){Array.isArray(b)||(b=b.toArray());var h=new Buffer(b);if(N&&h.length=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),F=Math.max(0,n-y.length+1);F<=P;F++)C+=(E=(c=0|y.words[n-F|0])*(_=0|i.words[F])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,ve=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,Ae=0|c[4],dt=8191&Ae,Ie=Ae>>>13,De=0|c[5],le=8191&De,Te=De>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],_e=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],jt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Je=0|_[6],Se=8191&Je,Ge=Je>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(F,xt)|0))<<13)|0;I=((C=Math.imul(F,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(ve,xt)|0,C=Math.imul(ve,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(F,et)|0))<<13)|0;I=((C=C+Math.imul(F,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(ve,et)|0,C=C+Math.imul(ve,yt)|0;var zi=(I+(v=v+Math.imul(P,jt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(F,jt)|0))<<13)|0;I=((C=C+Math.imul(F,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,jt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(ve,jt)|0,C=C+Math.imul(ve,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(F,ce)|0))<<13)|0;I=((C=C+Math.imul(F,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,jt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,jt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(ve,ce)|0,C=C+Math.imul(ve,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(F,mt)|0))<<13)|0;I=((C=C+Math.imul(F,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,jt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,jt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(ve,mt)|0,C=C+Math.imul(ve,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(F,Re)|0))<<13)|0;I=((C=C+Math.imul(F,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,jt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,jt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(ve,Re)|0,C=C+Math.imul(ve,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(F,Se)|0))<<13)|0;I=((C=C+Math.imul(F,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(_e,xt),n=(n=Math.imul(_e,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,jt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,jt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(ve,Se)|0,C=C+Math.imul(ve,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(F,st)|0))<<13)|0;I=((C=C+Math.imul(F,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(_e,et)|0,n=(n=n+Math.imul(_e,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,jt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,jt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(ve,st)|0,C=C+Math.imul(ve,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(F,qt)|0))<<13)|0;I=((C=C+Math.imul(F,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(_e,jt)|0,n=(n=n+Math.imul(_e,Pe)|0)+Math.imul(Le,jt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(ve,qt)|0,C=C+Math.imul(ve,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(F,fi)|0))<<13)|0;I=((C=C+Math.imul(F,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,jt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,jt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(_e,ce)|0,n=(n=n+Math.imul(_e,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var Qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(ve,fi)|0))<<13)|0;I=((C=C+Math.imul(ve,si)|0)+(n>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,v=Math.imul(Wt,jt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,jt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(_e,mt)|0,n=(n=n+Math.imul(_e,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(_e,Re)|0,n=(n=n+Math.imul(_e,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(_e,Se)|0,n=(n=n+Math.imul(_e,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(_e,st)|0,n=(n=n+Math.imul(_e,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(_e,qt)|0,n=(n=n+Math.imul(_e,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Gi=(I+(v=v+Math.imul(_e,fi)|0)|0)+((8191&(n=(n=n+Math.imul(_e,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var mn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(mn>>>26)|0,mn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=Qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Gi,E[17]=sn,E[18]=mn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new j).mulp(y,i,r)}function j(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},j.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},j.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},j.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var F=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(F=Math.min(F/E|0,67108863),c._ishlnsubmul(_,F,P);0!==c.negative;)F--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=F)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var F=0,q=1;0==(u.words[0]&q)&&F<26;++F,q<<=1);if(F>0)for(u.iushrn(F);F-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),F=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},6386:(Ve,K,p)=>{"use strict";var t=p(3894),e=p(8095),f=p(5634),M=p(5244),a=p(1052);function b(d){a.call(this,"digest"),this._hash=d}t(b,a),b.prototype._update=function(d){this._hash.update(d)},b.prototype._final=function(){return this._hash.digest()},Ve.exports=function(N){return"md5"===(N=N.toLowerCase())?new e:"rmd160"===N||"ripemd160"===N?new f:new b(M(N))}},5640:(Ve,K,p)=>{var t=p(8095);Ve.exports=function(e){return(new t).update(e).digest()}},4529:(Ve,K,p)=>{"use strict";var t=p(3894),e=p(7309),f=p(1052),M=p(3502).Buffer,a=p(5640),b=p(5634),d=p(5244),N=M.alloc(128);function h(A,w){f.call(this,"digest"),"string"==typeof w&&(w=M.from(w));var D="sha512"===A||"sha384"===A?128:64;this._alg=A,this._key=w,w.length>D?w=("rmd160"===A?new b:d(A)).update(w).digest():w.length{"use strict";var t=p(3894),e=p(3502).Buffer,f=p(1052),M=e.alloc(128),a=64;function b(d,N){f.call(this,"digest"),"string"==typeof N&&(N=e.from(N)),this._alg=d,this._key=N,N.length>a?N=d(N):N.length{"use strict";K.randomBytes=K.rng=K.pseudoRandomBytes=K.prng=p(3753),K.createHash=K.Hash=p(6386),K.createHmac=K.Hmac=p(4529);var t=p(7793),e=Object.keys(t),f=["sha1","sha224","sha256","sha384","sha512","md5","rmd160"].concat(e);K.getHashes=function(){return f};var M=p(9357);K.pbkdf2=M.pbkdf2,K.pbkdf2Sync=M.pbkdf2Sync;var a=p(5255);K.Cipher=a.Cipher,K.createCipher=a.createCipher,K.Cipheriv=a.Cipheriv,K.createCipheriv=a.createCipheriv,K.Decipher=a.Decipher,K.createDecipher=a.createDecipher,K.Decipheriv=a.Decipheriv,K.createDecipheriv=a.createDecipheriv,K.getCiphers=a.getCiphers,K.listCiphers=a.listCiphers;var b=p(8829);K.DiffieHellmanGroup=b.DiffieHellmanGroup,K.createDiffieHellmanGroup=b.createDiffieHellmanGroup,K.getDiffieHellman=b.getDiffieHellman,K.createDiffieHellman=b.createDiffieHellman,K.DiffieHellman=b.DiffieHellman;var d=p(3923);K.createSign=d.createSign,K.Sign=d.Sign,K.createVerify=d.createVerify,K.Verify=d.Verify,K.createECDH=p(4746);var N=p(3701);K.publicEncrypt=N.publicEncrypt,K.privateEncrypt=N.privateEncrypt,K.publicDecrypt=N.publicDecrypt,K.privateDecrypt=N.privateDecrypt;var h=p(4275);K.randomFill=h.randomFill,K.randomFillSync=h.randomFillSync,K.createCredentials=function(){throw new Error(["sorry, createCredentials is not implemented yet","we accept pull requests","https://github.com/crypto-browserify/crypto-browserify"].join("\n"))},K.constants={DH_CHECK_P_NOT_SAFE_PRIME:2,DH_CHECK_P_NOT_PRIME:1,DH_UNABLE_TO_CHECK_GENERATOR:4,DH_NOT_SUITABLE_GENERATOR:8,NPN_ENABLED:1,ALPN_ENABLED:1,RSA_PKCS1_PADDING:1,RSA_SSLV23_PADDING:2,RSA_NO_PADDING:3,RSA_PKCS1_OAEP_PADDING:4,RSA_X931_PADDING:5,RSA_PKCS1_PSS_PADDING:6,POINT_CONVERSION_COMPRESSED:2,POINT_CONVERSION_UNCOMPRESSED:4,POINT_CONVERSION_HYBRID:6}},3684:(Ve,K,p)=>{"use strict";K.utils=p(7451),K.Cipher=p(8170),K.DES=p(4631),K.CBC=p(9454),K.EDE=p(1862)},9454:(Ve,K,p)=>{"use strict";var t=p(2391),e=p(3894),f={};function M(b){t.equal(b.length,8,"Invalid IV length"),this.iv=new Array(8);for(var d=0;d{"use strict";var t=p(2391);function e(f){this.options=f,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0}Ve.exports=e,e.prototype._init=function(){},e.prototype.update=function(M){return 0===M.length?[]:"decrypt"===this.type?this._updateDecrypt(M):this._updateEncrypt(M)},e.prototype._buffer=function(M,a){for(var b=Math.min(this.buffer.length-this.bufferOff,M.length-a),d=0;d0;d--)a+=this._buffer(M,a),b+=this._flushBuffer(N,b);return a+=this._buffer(M,a),N},e.prototype.final=function(M){var a,b;return M&&(a=this.update(M)),b="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),a?a.concat(b):b},e.prototype._pad=function(M,a){if(0===a)return!1;for(;a{"use strict";var t=p(2391),e=p(3894),f=p(7451),M=p(8170);function a(){this.tmp=new Array(2),this.keys=null}function b(N){M.call(this,N);var h=new a;this._desState=h,this.deriveKeys(h,N.key)}e(b,M),Ve.exports=b,b.create=function(h){return new b(h)};var d=[1,1,2,2,2,2,2,2,1,2,2,2,2,2,2,1];b.prototype.deriveKeys=function(h,A){h.keys=new Array(32),t.equal(A.length,this.blockSize,"Invalid key length");var w=f.readUInt32BE(A,0),D=f.readUInt32BE(A,4);f.pc1(w,D,h.tmp,0),w=h.tmp[0],D=h.tmp[1];for(var L=0;L>>1];w=f.r28shl(w,k),D=f.r28shl(D,k),f.pc2(w,D,h.keys,L)}},b.prototype._update=function(h,A,w,D){var L=this._desState,k=f.readUInt32BE(h,A),S=f.readUInt32BE(h,A+4);f.ip(k,S,L.tmp,0),k=L.tmp[0],S=L.tmp[1],"encrypt"===this.type?this._encrypt(L,k,S,L.tmp,0):this._decrypt(L,k,S,L.tmp,0),S=L.tmp[1],f.writeUInt32BE(w,k=L.tmp[0],D),f.writeUInt32BE(w,S,D+4)},b.prototype._pad=function(h,A){for(var w=h.length-A,D=A;D>>0,k=de}f.rip(S,k,D,L)},b.prototype._decrypt=function(h,A,w,D,L){for(var k=w,S=A,U=h.keys.length-2;U>=0;U-=2){var Z=h.keys[U],j=h.keys[U+1];f.expand(k,h.tmp,0);var ne=f.substitute(Z^=h.tmp[0],j^=h.tmp[1]),de=k;k=(S^f.permute(ne))>>>0,S=de}f.rip(k,S,D,L)}},1862:(Ve,K,p)=>{"use strict";var t=p(2391),e=p(3894),f=p(8170),M=p(4631);function a(d,N){t.equal(N.length,24,"Invalid key length");var h=N.slice(0,8),A=N.slice(8,16),w=N.slice(16,24);this.ciphers="encrypt"===d?[M.create({type:"encrypt",key:h}),M.create({type:"decrypt",key:A}),M.create({type:"encrypt",key:w})]:[M.create({type:"decrypt",key:w}),M.create({type:"encrypt",key:A}),M.create({type:"decrypt",key:h})]}function b(d){f.call(this,d);var N=new a(this.type,this.options.key);this._edeState=N}e(b,f),Ve.exports=b,b.create=function(N){return new b(N)},b.prototype._update=function(N,h,A,w){var D=this._edeState;D.ciphers[0]._update(N,h,A,w),D.ciphers[1]._update(A,w,A,w),D.ciphers[2]._update(A,w,A,w)},b.prototype._pad=M.prototype._pad,b.prototype._unpad=M.prototype._unpad},7451:(Ve,K)=>{"use strict";K.readUInt32BE=function(M,a){return(M[0+a]<<24|M[1+a]<<16|M[2+a]<<8|M[3+a])>>>0},K.writeUInt32BE=function(M,a,b){M[0+b]=a>>>24,M[1+b]=a>>>16&255,M[2+b]=a>>>8&255,M[3+b]=255&a},K.ip=function(M,a,b,d){for(var N=0,h=0,A=6;A>=0;A-=2){for(var w=0;w<=24;w+=8)N<<=1,N|=a>>>w+A&1;for(w=0;w<=24;w+=8)N<<=1,N|=M>>>w+A&1}for(A=6;A>=0;A-=2){for(w=1;w<=25;w+=8)h<<=1,h|=a>>>w+A&1;for(w=1;w<=25;w+=8)h<<=1,h|=M>>>w+A&1}b[d+0]=N>>>0,b[d+1]=h>>>0},K.rip=function(M,a,b,d){for(var N=0,h=0,A=0;A<4;A++)for(var w=24;w>=0;w-=8)N<<=1,N|=a>>>w+A&1,N<<=1,N|=M>>>w+A&1;for(A=4;A<8;A++)for(w=24;w>=0;w-=8)h<<=1,h|=a>>>w+A&1,h<<=1,h|=M>>>w+A&1;b[d+0]=N>>>0,b[d+1]=h>>>0},K.pc1=function(M,a,b,d){for(var N=0,h=0,A=7;A>=5;A--){for(var w=0;w<=24;w+=8)N<<=1,N|=a>>w+A&1;for(w=0;w<=24;w+=8)N<<=1,N|=M>>w+A&1}for(w=0;w<=24;w+=8)N<<=1,N|=a>>w+A&1;for(A=1;A<=3;A++){for(w=0;w<=24;w+=8)h<<=1,h|=a>>w+A&1;for(w=0;w<=24;w+=8)h<<=1,h|=M>>w+A&1}for(w=0;w<=24;w+=8)h<<=1,h|=M>>w+A&1;b[d+0]=N>>>0,b[d+1]=h>>>0},K.r28shl=function(M,a){return M<>>28-a};var p=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];K.pc2=function(M,a,b,d){for(var N=0,h=0,A=p.length>>>1,w=0;w>>p[w]&1;for(w=A;w>>p[w]&1;b[d+0]=N>>>0,b[d+1]=h>>>0},K.expand=function(M,a,b){var d=0,N=0;d=(1&M)<<5|M>>>27;for(var h=23;h>=15;h-=4)d<<=6,d|=M>>>h&63;for(h=11;h>=3;h-=4)N|=M>>>h&63,N<<=6;N|=(31&M)<<1|M>>>31,a[b+0]=d>>>0,a[b+1]=N>>>0};var t=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];K.substitute=function(M,a){for(var b=0,d=0;d<4;d++)b<<=4,b|=t[64*d+(M>>>18-6*d&63)];for(d=0;d<4;d++)b<<=4,b|=t[256+64*d+(a>>>18-6*d&63)];return b>>>0};var e=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];K.permute=function(M){for(var a=0,b=0;b>>e[b]&1;return a>>>0},K.padSplit=function(M,a,b){for(var d=M.toString(2);d.length{var t=p(5563),e=p(9799),f=p(1419),a={binary:!0,hex:!0,base64:!0};K.DiffieHellmanGroup=K.createDiffieHellmanGroup=K.getDiffieHellman=function M(d){var N=new Buffer(e[d].prime,"hex"),h=new Buffer(e[d].gen,"hex");return new f(N,h)},K.createDiffieHellman=K.DiffieHellman=function b(d,N,h,A){return Buffer.isBuffer(N)||void 0===a[N]?b(d,"binary",N,h):(N=N||"binary",A=A||"binary",h=h||new Buffer([2]),Buffer.isBuffer(h)||(h=new Buffer(h,A)),"number"==typeof d?new f(t(d,h),h,!0):(Buffer.isBuffer(d)||(d=new Buffer(d,N)),new f(d,h,!0)))}},1419:(Ve,K,p)=>{var t=p(8313),f=new(p(7079)),M=new t(24),a=new t(11),b=new t(10),d=new t(3),N=new t(7),h=p(5563),A=p(3753);function w(Z,j){return j=j||"utf8",Buffer.isBuffer(Z)||(Z=new Buffer(Z,j)),this._pub=new t(Z),this}function D(Z,j){return j=j||"utf8",Buffer.isBuffer(Z)||(Z=new Buffer(Z,j)),this._priv=new t(Z),this}Ve.exports=S;var L={};function S(Z,j,ne){this.setGenerator(j),this.__prime=new t(Z),this._prime=t.mont(this.__prime),this._primeLen=Z.length,this._pub=void 0,this._priv=void 0,this._primeCode=void 0,ne?(this.setPublicKey=w,this.setPrivateKey=D):this._primeCode=8}function U(Z,j){var ne=new Buffer(Z.toArray());return j?ne.toString(j):ne}Object.defineProperty(S.prototype,"verifyError",{enumerable:!0,get:function(){return"number"!=typeof this._primeCode&&(this._primeCode=function k(Z,j){var ne=j.toString("hex"),$=[ne,Z.toString(16)].join("_");if($ in L)return L[$];var te,de=0;if(Z.isEven()||!h.simpleSieve||!h.fermatTest(Z)||!f.test(Z))return de+=1,L[$]=de+="02"===ne||"05"===ne?8:4,de;switch(f.test(Z.shrn(1))||(de+=2),ne){case"02":Z.mod(M).cmp(a)&&(de+=8);break;case"05":(te=Z.mod(b)).cmp(d)&&te.cmp(N)&&(de+=8);break;default:de+=4}return L[$]=de,de}(this.__prime,this.__gen)),this._primeCode}}),S.prototype.generateKeys=function(){return this._priv||(this._priv=new t(A(this._primeLen))),this._pub=this._gen.toRed(this._prime).redPow(this._priv).fromRed(),this.getPublicKey()},S.prototype.computeSecret=function(Z){var j=(Z=(Z=new t(Z)).toRed(this._prime)).redPow(this._priv).fromRed(),ne=new Buffer(j.toArray()),$=this.getPrime();if(ne.length<$.length){var de=new Buffer($.length-ne.length);de.fill(0),ne=Buffer.concat([de,ne])}return ne},S.prototype.getPublicKey=function(j){return U(this._pub,j)},S.prototype.getPrivateKey=function(j){return U(this._priv,j)},S.prototype.getPrime=function(Z){return U(this.__prime,Z)},S.prototype.getGenerator=function(Z){return U(this._gen,Z)},S.prototype.setGenerator=function(Z,j){return j=j||"utf8",Buffer.isBuffer(Z)||(Z=new Buffer(Z,j)),this.__gen=Z,this._gen=new t(Z),this}},5563:(Ve,K,p)=>{var t=p(3753);Ve.exports=de,de.simpleSieve=ne,de.fermatTest=$;var e=p(8313),f=new e(24),a=new(p(7079)),b=new e(1),d=new e(2),N=new e(5),w=(new e(16),new e(8),new e(10)),D=new e(3),k=(new e(7),new e(11)),S=new e(4),Z=(new e(12),null);function ne(te){for(var ie=function j(){if(null!==Z)return Z;var ie=[];ie[0]=2;for(var oe=1,X=3;X<1048576;X+=2){for(var me=Math.ceil(Math.sqrt(X)),y=0;yte;)oe.ishrn(1);if(oe.isEven()&&oe.iadd(b),oe.testn(1)||oe.iadd(d),ie.cmp(d)){if(!ie.cmp(N))for(;oe.mod(w).cmp(D);)oe.iadd(S)}else for(;oe.mod(f).cmp(k);)oe.iadd(S);if(ne(X=oe.shrn(1))&&ne(oe)&&$(X)&&$(oe)&&a.test(X)&&a.test(oe))return oe}}},8313:function(Ve,K,p){!function(t,e){"use strict";function f(y,i){if(!y)throw new Error(i||"Assertion failed")}function M(y,i){y.super_=i;var r=function(){};r.prototype=i.prototype,y.prototype=new r,y.prototype.constructor=y}function a(y,i,r){if(a.isBN(y))return y;this.negative=0,this.words=null,this.length=0,this.red=null,null!==y&&(("le"===i||"be"===i)&&(r=i,i=10),this._init(y||0,i||10,r||"be"))}var b;"object"==typeof t?t.exports=a:e.BN=a,a.BN=a,a.wordSize=26;try{b="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:p(7748).Buffer}catch(y){}function d(y,i){var r=y.charCodeAt(i);return r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),F=Math.max(0,n-y.length+1);F<=P;F++)C+=(E=(c=0|y.words[n-F|0])*(_=0|i.words[F])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,ve=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,Ae=0|c[4],dt=8191&Ae,Ie=Ae>>>13,De=0|c[5],le=8191&De,Te=De>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],_e=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],jt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Je=0|_[6],Se=8191&Je,Ge=Je>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(F,xt)|0))<<13)|0;I=((C=Math.imul(F,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(ve,xt)|0,C=Math.imul(ve,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(F,et)|0))<<13)|0;I=((C=C+Math.imul(F,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(ve,et)|0,C=C+Math.imul(ve,yt)|0;var zi=(I+(v=v+Math.imul(P,jt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(F,jt)|0))<<13)|0;I=((C=C+Math.imul(F,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,jt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(ve,jt)|0,C=C+Math.imul(ve,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(F,ce)|0))<<13)|0;I=((C=C+Math.imul(F,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,jt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,jt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(ve,ce)|0,C=C+Math.imul(ve,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(F,mt)|0))<<13)|0;I=((C=C+Math.imul(F,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,jt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,jt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(ve,mt)|0,C=C+Math.imul(ve,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(F,Re)|0))<<13)|0;I=((C=C+Math.imul(F,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,jt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,jt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(ve,Re)|0,C=C+Math.imul(ve,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(F,Se)|0))<<13)|0;I=((C=C+Math.imul(F,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(_e,xt),n=(n=Math.imul(_e,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,jt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,jt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(ve,Se)|0,C=C+Math.imul(ve,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(F,st)|0))<<13)|0;I=((C=C+Math.imul(F,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(_e,et)|0,n=(n=n+Math.imul(_e,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,jt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,jt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(ve,st)|0,C=C+Math.imul(ve,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(F,qt)|0))<<13)|0;I=((C=C+Math.imul(F,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(_e,jt)|0,n=(n=n+Math.imul(_e,Pe)|0)+Math.imul(Le,jt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(ve,qt)|0,C=C+Math.imul(ve,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(F,fi)|0))<<13)|0;I=((C=C+Math.imul(F,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,jt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,jt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(_e,ce)|0,n=(n=n+Math.imul(_e,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var Qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(ve,fi)|0))<<13)|0;I=((C=C+Math.imul(ve,si)|0)+(n>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,v=Math.imul(Wt,jt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,jt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(_e,mt)|0,n=(n=n+Math.imul(_e,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(_e,Re)|0,n=(n=n+Math.imul(_e,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(_e,Se)|0,n=(n=n+Math.imul(_e,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(_e,st)|0,n=(n=n+Math.imul(_e,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(_e,qt)|0,n=(n=n+Math.imul(_e,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Gi=(I+(v=v+Math.imul(_e,fi)|0)|0)+((8191&(n=(n=n+Math.imul(_e,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var mn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(mn>>>26)|0,mn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=Qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Gi,E[17]=sn,E[18]=mn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new j).mulp(y,i,r)}function j(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},j.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},j.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},j.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var F=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(F=Math.min(F/E|0,67108863),c._ishlnsubmul(_,F,P);0!==c.negative;)F--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=F)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var F=0,q=1;0==(u.words[0]&q)&&F<26;++F,q<<=1);if(F>0)for(u.iushrn(F);F-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),F=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},4901:Ve=>{"use strict";var K={single_source_shortest_paths:function(p,t,e){var f={},M={};M[t]=0;var b,d,N,h,A,D,a=K.PriorityQueue.make();for(a.push(t,0);!a.empty();)for(N in h=(b=a.pop()).cost,A=p[d=b.value]||{})A.hasOwnProperty(N)&&(D=h+A[N],(void 0===M[N]||M[N]>D)&&(M[N]=D,a.push(N,D),f[N]=d));if(void 0!==e&&void 0===M[e]){var S=["Could not find a path from ",t," to ",e,"."].join("");throw new Error(S)}return f},extract_shortest_path_from_predecessor_list:function(p,t){for(var e=[],f=t;f;)e.push(f),f=p[f];return e.reverse(),e},find_path:function(p,t,e){var f=K.single_source_shortest_paths(p,t,e);return K.extract_shortest_path_from_predecessor_list(f,e)},PriorityQueue:{make:function(p){var f,t=K.PriorityQueue,e={};for(f in p=p||{},t)t.hasOwnProperty(f)&&(e[f]=t[f]);return e.queue=[],e.sorter=p.sorter||t.default_sorter,e},default_sorter:function(p,t){return p.cost-t.cost},push:function(p,t){this.queue.push({value:p,cost:t}),this.queue.sort(this.sorter)},pop:function(){return this.queue.shift()},empty:function(){return 0===this.queue.length}}};Ve.exports=K},7715:(Ve,K,p)=>{"use strict";var t=K;t.version=p(8597).i8,t.utils=p(1970),t.rand=p(7950),t.curve=p(6270),t.curves=p(2916),t.ec=p(7626),t.eddsa=p(1885)},7902:(Ve,K,p)=>{"use strict";var t=p(7433),e=p(1970),f=e.getNAF,M=e.getJSF,a=e.assert;function b(N,h){this.type=N,this.p=new t(h.p,16),this.red=h.prime?t.red(h.prime):t.mont(this.p),this.zero=new t(0).toRed(this.red),this.one=new t(1).toRed(this.red),this.two=new t(2).toRed(this.red),this.n=h.n&&new t(h.n,16),this.g=h.g&&this.pointFromJSON(h.g,h.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var A=this.n&&this.p.div(this.n);!A||A.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function d(N,h){this.curve=N,this.type=h,this.precomputed=null}Ve.exports=b,b.prototype.point=function(){throw new Error("Not implemented")},b.prototype.validate=function(){throw new Error("Not implemented")},b.prototype._fixedNafMul=function(h,A){a(h.precomputed);var w=h._getDoubles(),D=f(A,1,this._bitLength),L=(1<=S;Z--)U=(U<<1)+D[Z];k.push(U)}for(var j=this.jpoint(null,null,null),ne=this.jpoint(null,null,null),$=L;$>0;$--){for(S=0;S=0;U--){for(var Z=0;U>=0&&0===k[U];U--)Z++;if(U>=0&&Z++,S=S.dblp(Z),U<0)break;var j=k[U];a(0!==j),S="affine"===h.type?S.mixedAdd(j>0?L[j-1>>1]:L[-j-1>>1].neg()):S.add(j>0?L[j-1>>1]:L[-j-1>>1].neg())}return"affine"===h.type?S.toP():S},b.prototype._wnafMulAdd=function(h,A,w,D,L){var j,ne,$,k=this._wnafT1,S=this._wnafT2,U=this._wnafT3,Z=0;for(j=0;j=1;j-=2){var te=j-1,ie=j;if(1===k[te]&&1===k[ie]){var oe=[A[te],null,null,A[ie]];0===A[te].y.cmp(A[ie].y)?(oe[1]=A[te].add(A[ie]),oe[2]=A[te].toJ().mixedAdd(A[ie].neg())):0===A[te].y.cmp(A[ie].y.redNeg())?(oe[1]=A[te].toJ().mixedAdd(A[ie]),oe[2]=A[te].add(A[ie].neg())):(oe[1]=A[te].toJ().mixedAdd(A[ie]),oe[2]=A[te].toJ().mixedAdd(A[ie].neg()));var X=[-3,-1,-5,-7,0,7,5,1,3],me=M(w[te],w[ie]);for(Z=Math.max(me[0].length,Z),U[te]=new Array(Z),U[ie]=new Array(Z),ne=0;ne=0;j--){for(var c=0;j>=0;){var _=!0;for(ne=0;ne=0&&c++,r=r.dblp(c),j<0)break;for(ne=0;ne0?$=S[ne][E-1>>1]:E<0&&($=S[ne][-E-1>>1].neg()),r="affine"===$.type?r.mixedAdd($):r.add($))}}for(j=0;j=Math.ceil((h.bitLength()+1)/A.step)},d.prototype._getDoubles=function(h,A){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var w=[this],D=this,L=0;L{"use strict";var t=p(1970),e=p(7433),f=p(3894),M=p(7902),a=t.assert;function b(N){this.twisted=1!=(0|N.a),this.mOneA=this.twisted&&-1==(0|N.a),this.extended=this.mOneA,M.call(this,"edwards",N),this.a=new e(N.a,16).umod(this.red.m),this.a=this.a.toRed(this.red),this.c=new e(N.c,16).toRed(this.red),this.c2=this.c.redSqr(),this.d=new e(N.d,16).toRed(this.red),this.dd=this.d.redAdd(this.d),a(!this.twisted||0===this.c.fromRed().cmpn(1)),this.oneC=1==(0|N.c)}function d(N,h,A,w,D){M.BasePoint.call(this,N,"projective"),null===h&&null===A&&null===w?(this.x=this.curve.zero,this.y=this.curve.one,this.z=this.curve.one,this.t=this.curve.zero,this.zOne=!0):(this.x=new e(h,16),this.y=new e(A,16),this.z=w?new e(w,16):this.curve.one,this.t=D&&new e(D,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.t&&!this.t.red&&(this.t=this.t.toRed(this.curve.red)),this.zOne=this.z===this.curve.one,this.curve.extended&&!this.t&&(this.t=this.x.redMul(this.y),this.zOne||(this.t=this.t.redMul(this.z.redInvm()))))}f(b,M),Ve.exports=b,b.prototype._mulA=function(h){return this.mOneA?h.redNeg():this.a.redMul(h)},b.prototype._mulC=function(h){return this.oneC?h:this.c.redMul(h)},b.prototype.jpoint=function(h,A,w,D){return this.point(h,A,w,D)},b.prototype.pointFromX=function(h,A){(h=new e(h,16)).red||(h=h.toRed(this.red));var w=h.redSqr(),D=this.c2.redSub(this.a.redMul(w)),L=this.one.redSub(this.c2.redMul(this.d).redMul(w)),k=D.redMul(L.redInvm()),S=k.redSqrt();if(0!==S.redSqr().redSub(k).cmp(this.zero))throw new Error("invalid point");var U=S.fromRed().isOdd();return(A&&!U||!A&&U)&&(S=S.redNeg()),this.point(h,S)},b.prototype.pointFromY=function(h,A){(h=new e(h,16)).red||(h=h.toRed(this.red));var w=h.redSqr(),D=w.redSub(this.c2),L=w.redMul(this.d).redMul(this.c2).redSub(this.a),k=D.redMul(L.redInvm());if(0===k.cmp(this.zero)){if(A)throw new Error("invalid point");return this.point(this.zero,h)}var S=k.redSqrt();if(0!==S.redSqr().redSub(k).cmp(this.zero))throw new Error("invalid point");return S.fromRed().isOdd()!==A&&(S=S.redNeg()),this.point(S,h)},b.prototype.validate=function(h){if(h.isInfinity())return!0;h.normalize();var A=h.x.redSqr(),w=h.y.redSqr(),D=A.redMul(this.a).redAdd(w),L=this.c2.redMul(this.one.redAdd(this.d.redMul(A).redMul(w)));return 0===D.cmp(L)},f(d,M.BasePoint),b.prototype.pointFromJSON=function(h){return d.fromJSON(this,h)},b.prototype.point=function(h,A,w,D){return new d(this,h,A,w,D)},d.fromJSON=function(h,A){return new d(h,A[0],A[1],A[2])},d.prototype.inspect=function(){return this.isInfinity()?"":""},d.prototype.isInfinity=function(){return 0===this.x.cmpn(0)&&(0===this.y.cmp(this.z)||this.zOne&&0===this.y.cmp(this.curve.c))},d.prototype._extDbl=function(){var h=this.x.redSqr(),A=this.y.redSqr(),w=this.z.redSqr();w=w.redIAdd(w);var D=this.curve._mulA(h),L=this.x.redAdd(this.y).redSqr().redISub(h).redISub(A),k=D.redAdd(A),S=k.redSub(w),U=D.redSub(A),Z=L.redMul(S),j=k.redMul(U),ne=L.redMul(U),$=S.redMul(k);return this.curve.point(Z,j,$,ne)},d.prototype._projDbl=function(){var D,L,k,S,U,Z,h=this.x.redAdd(this.y).redSqr(),A=this.x.redSqr(),w=this.y.redSqr();if(this.curve.twisted){var j=(S=this.curve._mulA(A)).redAdd(w);this.zOne?(D=h.redSub(A).redSub(w).redMul(j.redSub(this.curve.two)),L=j.redMul(S.redSub(w)),k=j.redSqr().redSub(j).redSub(j)):(U=this.z.redSqr(),Z=j.redSub(U).redISub(U),D=h.redSub(A).redISub(w).redMul(Z),L=j.redMul(S.redSub(w)),k=j.redMul(Z))}else S=A.redAdd(w),U=this.curve._mulC(this.z).redSqr(),Z=S.redSub(U).redSub(U),D=this.curve._mulC(h.redISub(S)).redMul(Z),L=this.curve._mulC(S).redMul(A.redISub(w)),k=S.redMul(Z);return this.curve.point(D,L,k)},d.prototype.dbl=function(){return this.isInfinity()?this:this.curve.extended?this._extDbl():this._projDbl()},d.prototype._extAdd=function(h){var A=this.y.redSub(this.x).redMul(h.y.redSub(h.x)),w=this.y.redAdd(this.x).redMul(h.y.redAdd(h.x)),D=this.t.redMul(this.curve.dd).redMul(h.t),L=this.z.redMul(h.z.redAdd(h.z)),k=w.redSub(A),S=L.redSub(D),U=L.redAdd(D),Z=w.redAdd(A),j=k.redMul(S),ne=U.redMul(Z),$=k.redMul(Z),de=S.redMul(U);return this.curve.point(j,ne,de,$)},d.prototype._projAdd=function(h){var ne,$,A=this.z.redMul(h.z),w=A.redSqr(),D=this.x.redMul(h.x),L=this.y.redMul(h.y),k=this.curve.d.redMul(D).redMul(L),S=w.redSub(k),U=w.redAdd(k),Z=this.x.redAdd(this.y).redMul(h.x.redAdd(h.y)).redISub(D).redISub(L),j=A.redMul(S).redMul(Z);return this.curve.twisted?(ne=A.redMul(U).redMul(L.redSub(this.curve._mulA(D))),$=S.redMul(U)):(ne=A.redMul(U).redMul(L.redSub(D)),$=this.curve._mulC(S).redMul(U)),this.curve.point(j,ne,$)},d.prototype.add=function(h){return this.isInfinity()?h:h.isInfinity()?this:this.curve.extended?this._extAdd(h):this._projAdd(h)},d.prototype.mul=function(h){return this._hasDoubles(h)?this.curve._fixedNafMul(this,h):this.curve._wnafMul(this,h)},d.prototype.mulAdd=function(h,A,w){return this.curve._wnafMulAdd(1,[this,A],[h,w],2,!1)},d.prototype.jmulAdd=function(h,A,w){return this.curve._wnafMulAdd(1,[this,A],[h,w],2,!0)},d.prototype.normalize=function(){if(this.zOne)return this;var h=this.z.redInvm();return this.x=this.x.redMul(h),this.y=this.y.redMul(h),this.t&&(this.t=this.t.redMul(h)),this.z=this.curve.one,this.zOne=!0,this},d.prototype.neg=function(){return this.curve.point(this.x.redNeg(),this.y,this.z,this.t&&this.t.redNeg())},d.prototype.getX=function(){return this.normalize(),this.x.fromRed()},d.prototype.getY=function(){return this.normalize(),this.y.fromRed()},d.prototype.eq=function(h){return this===h||0===this.getX().cmp(h.getX())&&0===this.getY().cmp(h.getY())},d.prototype.eqXToP=function(h){var A=h.toRed(this.curve.red).redMul(this.z);if(0===this.x.cmp(A))return!0;for(var w=h.clone(),D=this.curve.redN.redMul(this.z);;){if(w.iadd(this.curve.n),w.cmp(this.curve.p)>=0)return!1;if(A.redIAdd(D),0===this.x.cmp(A))return!0}},d.prototype.toP=d.prototype.normalize,d.prototype.mixedAdd=d.prototype.add},6270:(Ve,K,p)=>{"use strict";var t=K;t.base=p(7902),t.short=p(1781),t.mont=p(7064),t.edwards=p(3835)},7064:(Ve,K,p)=>{"use strict";var t=p(7433),e=p(3894),f=p(7902),M=p(1970);function a(d){f.call(this,"mont",d),this.a=new t(d.a,16).toRed(this.red),this.b=new t(d.b,16).toRed(this.red),this.i4=new t(4).toRed(this.red).redInvm(),this.two=new t(2).toRed(this.red),this.a24=this.i4.redMul(this.a.redAdd(this.two))}function b(d,N,h){f.BasePoint.call(this,d,"projective"),null===N&&null===h?(this.x=this.curve.one,this.z=this.curve.zero):(this.x=new t(N,16),this.z=new t(h,16),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)))}e(a,f),Ve.exports=a,a.prototype.validate=function(N){var h=N.normalize().x,A=h.redSqr(),w=A.redMul(h).redAdd(A.redMul(this.a)).redAdd(h);return 0===w.redSqrt().redSqr().cmp(w)},e(b,f.BasePoint),a.prototype.decodePoint=function(N,h){return this.point(M.toArray(N,h),1)},a.prototype.point=function(N,h){return new b(this,N,h)},a.prototype.pointFromJSON=function(N){return b.fromJSON(this,N)},b.prototype.precompute=function(){},b.prototype._encode=function(){return this.getX().toArray("be",this.curve.p.byteLength())},b.fromJSON=function(N,h){return new b(N,h[0],h[1]||N.one)},b.prototype.inspect=function(){return this.isInfinity()?"":""},b.prototype.isInfinity=function(){return 0===this.z.cmpn(0)},b.prototype.dbl=function(){var h=this.x.redAdd(this.z).redSqr(),w=this.x.redSub(this.z).redSqr(),D=h.redSub(w),L=h.redMul(w),k=D.redMul(w.redAdd(this.curve.a24.redMul(D)));return this.curve.point(L,k)},b.prototype.add=function(){throw new Error("Not supported on Montgomery curve")},b.prototype.diffAdd=function(N,h){var A=this.x.redAdd(this.z),w=this.x.redSub(this.z),D=N.x.redAdd(N.z),k=N.x.redSub(N.z).redMul(A),S=D.redMul(w),U=h.z.redMul(k.redAdd(S).redSqr()),Z=h.x.redMul(k.redISub(S).redSqr());return this.curve.point(U,Z)},b.prototype.mul=function(N){for(var h=N.clone(),A=this,w=this.curve.point(null,null),L=[];0!==h.cmpn(0);h.iushrn(1))L.push(h.andln(1));for(var k=L.length-1;k>=0;k--)0===L[k]?(A=A.diffAdd(w,this),w=w.dbl()):(w=A.diffAdd(w,this),A=A.dbl());return w},b.prototype.mulAdd=function(){throw new Error("Not supported on Montgomery curve")},b.prototype.jumlAdd=function(){throw new Error("Not supported on Montgomery curve")},b.prototype.eq=function(N){return 0===this.getX().cmp(N.getX())},b.prototype.normalize=function(){return this.x=this.x.redMul(this.z.redInvm()),this.z=this.curve.one,this},b.prototype.getX=function(){return this.normalize(),this.x.fromRed()}},1781:(Ve,K,p)=>{"use strict";var t=p(1970),e=p(7433),f=p(3894),M=p(7902),a=t.assert;function b(h){M.call(this,"short",h),this.a=new e(h.a,16).toRed(this.red),this.b=new e(h.b,16).toRed(this.red),this.tinv=this.two.redInvm(),this.zeroA=0===this.a.fromRed().cmpn(0),this.threeA=0===this.a.fromRed().sub(this.p).cmpn(-3),this.endo=this._getEndomorphism(h),this._endoWnafT1=new Array(4),this._endoWnafT2=new Array(4)}function d(h,A,w,D){M.BasePoint.call(this,h,"affine"),null===A&&null===w?(this.x=null,this.y=null,this.inf=!0):(this.x=new e(A,16),this.y=new e(w,16),D&&(this.x.forceRed(this.curve.red),this.y.forceRed(this.curve.red)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.inf=!1)}function N(h,A,w,D){M.BasePoint.call(this,h,"jacobian"),null===A&&null===w&&null===D?(this.x=this.curve.one,this.y=this.curve.one,this.z=new e(0)):(this.x=new e(A,16),this.y=new e(w,16),this.z=new e(D,16)),this.x.red||(this.x=this.x.toRed(this.curve.red)),this.y.red||(this.y=this.y.toRed(this.curve.red)),this.z.red||(this.z=this.z.toRed(this.curve.red)),this.zOne=this.z===this.curve.one}f(b,M),Ve.exports=b,b.prototype._getEndomorphism=function(A){if(this.zeroA&&this.g&&this.n&&1===this.p.modn(3)){var w,D;if(A.beta)w=new e(A.beta,16).toRed(this.red);else{var L=this._getEndoRoots(this.p);w=(w=L[0].cmp(L[1])<0?L[0]:L[1]).toRed(this.red)}if(A.lambda)D=new e(A.lambda,16);else{var k=this._getEndoRoots(this.n);0===this.g.mul(k[0]).x.cmp(this.g.x.redMul(w))?D=k[0]:a(0===this.g.mul(D=k[1]).x.cmp(this.g.x.redMul(w)))}return{beta:w,lambda:D,basis:A.basis?A.basis.map(function(U){return{a:new e(U.a,16),b:new e(U.b,16)}}):this._getEndoBasis(D)}}},b.prototype._getEndoRoots=function(A){var w=A===this.p?this.red:e.mont(A),D=new e(2).toRed(w).redInvm(),L=D.redNeg(),k=new e(3).toRed(w).redNeg().redSqrt().redMul(D);return[L.redAdd(k).fromRed(),L.redSub(k).fromRed()]},b.prototype._getEndoBasis=function(A){for(var j,ne,$,de,te,ie,oe,me,y,w=this.n.ushrn(Math.floor(this.n.bitLength()/2)),D=A,L=this.n.clone(),k=new e(1),S=new e(0),U=new e(0),Z=new e(1),X=0;0!==D.cmpn(0);){var i=L.div(D);me=L.sub(i.mul(D)),y=U.sub(i.mul(k));var r=Z.sub(i.mul(S));if(!$&&me.cmp(w)<0)j=oe.neg(),ne=k,$=me.neg(),de=y;else if($&&2==++X)break;oe=me,L=D,D=me,U=k,k=y,Z=S,S=r}te=me.neg(),ie=y;var u=$.sqr().add(de.sqr());return te.sqr().add(ie.sqr()).cmp(u)>=0&&(te=j,ie=ne),$.negative&&($=$.neg(),de=de.neg()),te.negative&&(te=te.neg(),ie=ie.neg()),[{a:$,b:de},{a:te,b:ie}]},b.prototype._endoSplit=function(A){var w=this.endo.basis,D=w[0],L=w[1],k=L.b.mul(A).divRound(this.n),S=D.b.neg().mul(A).divRound(this.n),U=k.mul(D.a),Z=S.mul(L.a),j=k.mul(D.b),ne=S.mul(L.b);return{k1:A.sub(U).sub(Z),k2:j.add(ne).neg()}},b.prototype.pointFromX=function(A,w){(A=new e(A,16)).red||(A=A.toRed(this.red));var D=A.redSqr().redMul(A).redIAdd(A.redMul(this.a)).redIAdd(this.b),L=D.redSqrt();if(0!==L.redSqr().redSub(D).cmp(this.zero))throw new Error("invalid point");var k=L.fromRed().isOdd();return(w&&!k||!w&&k)&&(L=L.redNeg()),this.point(A,L)},b.prototype.validate=function(A){if(A.inf)return!0;var w=A.x,D=A.y,L=this.a.redMul(w),k=w.redSqr().redMul(w).redIAdd(L).redIAdd(this.b);return 0===D.redSqr().redISub(k).cmpn(0)},b.prototype._endoWnafMulAdd=function(A,w,D){for(var L=this._endoWnafT1,k=this._endoWnafT2,S=0;S":""},d.prototype.isInfinity=function(){return this.inf},d.prototype.add=function(A){if(this.inf)return A;if(A.inf)return this;if(this.eq(A))return this.dbl();if(this.neg().eq(A))return this.curve.point(null,null);if(0===this.x.cmp(A.x))return this.curve.point(null,null);var w=this.y.redSub(A.y);0!==w.cmpn(0)&&(w=w.redMul(this.x.redSub(A.x).redInvm()));var D=w.redSqr().redISub(this.x).redISub(A.x),L=w.redMul(this.x.redSub(D)).redISub(this.y);return this.curve.point(D,L)},d.prototype.dbl=function(){if(this.inf)return this;var A=this.y.redAdd(this.y);if(0===A.cmpn(0))return this.curve.point(null,null);var w=this.curve.a,D=this.x.redSqr(),L=A.redInvm(),k=D.redAdd(D).redIAdd(D).redIAdd(w).redMul(L),S=k.redSqr().redISub(this.x.redAdd(this.x)),U=k.redMul(this.x.redSub(S)).redISub(this.y);return this.curve.point(S,U)},d.prototype.getX=function(){return this.x.fromRed()},d.prototype.getY=function(){return this.y.fromRed()},d.prototype.mul=function(A){return A=new e(A,16),this.isInfinity()?this:this._hasDoubles(A)?this.curve._fixedNafMul(this,A):this.curve.endo?this.curve._endoWnafMulAdd([this],[A]):this.curve._wnafMul(this,A)},d.prototype.mulAdd=function(A,w,D){var L=[this,w],k=[A,D];return this.curve.endo?this.curve._endoWnafMulAdd(L,k):this.curve._wnafMulAdd(1,L,k,2)},d.prototype.jmulAdd=function(A,w,D){var L=[this,w],k=[A,D];return this.curve.endo?this.curve._endoWnafMulAdd(L,k,!0):this.curve._wnafMulAdd(1,L,k,2,!0)},d.prototype.eq=function(A){return this===A||this.inf===A.inf&&(this.inf||0===this.x.cmp(A.x)&&0===this.y.cmp(A.y))},d.prototype.neg=function(A){if(this.inf)return this;var w=this.curve.point(this.x,this.y.redNeg());if(A&&this.precomputed){var D=this.precomputed,L=function(k){return k.neg()};w.precomputed={naf:D.naf&&{wnd:D.naf.wnd,points:D.naf.points.map(L)},doubles:D.doubles&&{step:D.doubles.step,points:D.doubles.points.map(L)}}}return w},d.prototype.toJ=function(){return this.inf?this.curve.jpoint(null,null,null):this.curve.jpoint(this.x,this.y,this.curve.one)},f(N,M.BasePoint),b.prototype.jpoint=function(A,w,D){return new N(this,A,w,D)},N.prototype.toP=function(){if(this.isInfinity())return this.curve.point(null,null);var A=this.z.redInvm(),w=A.redSqr(),D=this.x.redMul(w),L=this.y.redMul(w).redMul(A);return this.curve.point(D,L)},N.prototype.neg=function(){return this.curve.jpoint(this.x,this.y.redNeg(),this.z)},N.prototype.add=function(A){if(this.isInfinity())return A;if(A.isInfinity())return this;var w=A.z.redSqr(),D=this.z.redSqr(),L=this.x.redMul(w),k=A.x.redMul(D),S=this.y.redMul(w.redMul(A.z)),U=A.y.redMul(D.redMul(this.z)),Z=L.redSub(k),j=S.redSub(U);if(0===Z.cmpn(0))return 0!==j.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var ne=Z.redSqr(),$=ne.redMul(Z),de=L.redMul(ne),te=j.redSqr().redIAdd($).redISub(de).redISub(de),ie=j.redMul(de.redISub(te)).redISub(S.redMul($)),oe=this.z.redMul(A.z).redMul(Z);return this.curve.jpoint(te,ie,oe)},N.prototype.mixedAdd=function(A){if(this.isInfinity())return A.toJ();if(A.isInfinity())return this;var w=this.z.redSqr(),D=this.x,L=A.x.redMul(w),k=this.y,S=A.y.redMul(w).redMul(this.z),U=D.redSub(L),Z=k.redSub(S);if(0===U.cmpn(0))return 0!==Z.cmpn(0)?this.curve.jpoint(null,null,null):this.dbl();var j=U.redSqr(),ne=j.redMul(U),$=D.redMul(j),de=Z.redSqr().redIAdd(ne).redISub($).redISub($),te=Z.redMul($.redISub(de)).redISub(k.redMul(ne)),ie=this.z.redMul(U);return this.curve.jpoint(de,te,ie)},N.prototype.dblp=function(A){if(0===A)return this;if(this.isInfinity())return this;if(!A)return this.dbl();var w;if(this.curve.zeroA||this.curve.threeA){var D=this;for(w=0;w=0)return!1;if(D.redIAdd(k),0===this.x.cmp(D))return!0}},N.prototype.inspect=function(){return this.isInfinity()?"":""},N.prototype.isInfinity=function(){return 0===this.z.cmpn(0)}},2916:(Ve,K,p)=>{"use strict";var N,t=K,e=p(7084),f=p(6270),a=p(1970).assert;function b(h){this.curve="short"===h.type?new f.short(h):"edwards"===h.type?new f.edwards(h):new f.mont(h),this.g=this.curve.g,this.n=this.curve.n,this.hash=h.hash,a(this.g.validate(),"Invalid curve"),a(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function d(h,A){Object.defineProperty(t,h,{configurable:!0,enumerable:!0,get:function(){var w=new b(A);return Object.defineProperty(t,h,{configurable:!0,enumerable:!0,value:w}),w}})}t.PresetCurve=b,d("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:e.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),d("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:e.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),d("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:e.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),d("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:e.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),d("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:e.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),d("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:e.sha256,gRed:!1,g:["9"]}),d("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:e.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{N=p(5150)}catch(h){N=void 0}d("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:e.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",N]})},7626:(Ve,K,p)=>{"use strict";var t=p(7433),e=p(2438),f=p(1970),M=p(2916),a=p(7950),b=f.assert,d=p(1259),N=p(5957);function h(A){if(!(this instanceof h))return new h(A);"string"==typeof A&&(b(Object.prototype.hasOwnProperty.call(M,A),"Unknown curve "+A),A=M[A]),A instanceof M.PresetCurve&&(A={curve:A}),this.curve=A.curve.curve,this.n=this.curve.n,this.nh=this.n.ushrn(1),this.g=this.curve.g,this.g=A.curve.g,this.g.precompute(A.curve.n.bitLength()+1),this.hash=A.hash||A.curve.hash}Ve.exports=h,h.prototype.keyPair=function(w){return new d(this,w)},h.prototype.keyFromPrivate=function(w,D){return d.fromPrivate(this,w,D)},h.prototype.keyFromPublic=function(w,D){return d.fromPublic(this,w,D)},h.prototype.genKeyPair=function(w){w||(w={});for(var D=new e({hash:this.hash,pers:w.pers,persEnc:w.persEnc||"utf8",entropy:w.entropy||a(this.hash.hmacStrength),entropyEnc:w.entropy&&w.entropyEnc||"utf8",nonce:this.n.toArray()}),L=this.n.byteLength(),k=this.n.sub(new t(2));;){var S=new t(D.generate(L));if(!(S.cmp(k)>0))return S.iaddn(1),this.keyFromPrivate(S)}},h.prototype._truncateToN=function(w,D){var L=8*w.byteLength()-this.n.bitLength();return L>0&&(w=w.ushrn(L)),!D&&w.cmp(this.n)>=0?w.sub(this.n):w},h.prototype.sign=function(w,D,L,k){"object"==typeof L&&(k=L,L=null),k||(k={}),D=this.keyFromPrivate(D,L),w=this._truncateToN(new t(w,16));for(var S=this.n.byteLength(),U=D.getPrivate().toArray("be",S),Z=w.toArray("be",S),j=new e({hash:this.hash,entropy:U,nonce:Z,pers:k.pers,persEnc:k.persEnc||"utf8"}),ne=this.n.sub(new t(1)),$=0;;$++){var de=k.k?k.k($):new t(j.generate(this.n.byteLength()));if(!((de=this._truncateToN(de,!0)).cmpn(1)<=0||de.cmp(ne)>=0)){var te=this.g.mul(de);if(!te.isInfinity()){var ie=te.getX(),oe=ie.umod(this.n);if(0!==oe.cmpn(0)){var X=de.invm(this.n).mul(oe.mul(D.getPrivate()).iadd(w));if(0!==(X=X.umod(this.n)).cmpn(0)){var me=(te.getY().isOdd()?1:0)|(0!==ie.cmp(oe)?2:0);return k.canonical&&X.cmp(this.nh)>0&&(X=this.n.sub(X),me^=1),new N({r:oe,s:X,recoveryParam:me})}}}}}},h.prototype.verify=function(w,D,L,k){w=this._truncateToN(new t(w,16)),L=this.keyFromPublic(L,k);var S=(D=new N(D,"hex")).r,U=D.s;if(S.cmpn(1)<0||S.cmp(this.n)>=0||U.cmpn(1)<0||U.cmp(this.n)>=0)return!1;var $,Z=U.invm(this.n),j=Z.mul(w).umod(this.n),ne=Z.mul(S).umod(this.n);return this.curve._maxwellTrick?!($=this.g.jmulAdd(j,L.getPublic(),ne)).isInfinity()&&$.eqXToP(S):!($=this.g.mulAdd(j,L.getPublic(),ne)).isInfinity()&&0===$.getX().umod(this.n).cmp(S)},h.prototype.recoverPubKey=function(A,w,D,L){b((3&D)===D,"The recovery param is more than two bits"),w=new N(w,L);var k=this.n,S=new t(A),U=w.r,Z=w.s,j=1&D,ne=D>>1;if(U.cmp(this.curve.p.umod(this.curve.n))>=0&&ne)throw new Error("Unable to find sencond key candinate");U=this.curve.pointFromX(ne?U.add(this.curve.n):U,j);var $=w.r.invm(k),de=k.sub(S).mul($).umod(k),te=Z.mul($).umod(k);return this.g.mulAdd(de,U,te)},h.prototype.getKeyRecoveryParam=function(A,w,D,L){if(null!==(w=new N(w,L)).recoveryParam)return w.recoveryParam;for(var k=0;k<4;k++){var S;try{S=this.recoverPubKey(A,w,k)}catch(U){continue}if(S.eq(D))return k}throw new Error("Unable to find valid recovery factor")}},1259:(Ve,K,p)=>{"use strict";var t=p(7433),f=p(1970).assert;function M(a,b){this.ec=a,this.priv=null,this.pub=null,b.priv&&this._importPrivate(b.priv,b.privEnc),b.pub&&this._importPublic(b.pub,b.pubEnc)}Ve.exports=M,M.fromPublic=function(b,d,N){return d instanceof M?d:new M(b,{pub:d,pubEnc:N})},M.fromPrivate=function(b,d,N){return d instanceof M?d:new M(b,{priv:d,privEnc:N})},M.prototype.validate=function(){var b=this.getPublic();return b.isInfinity()?{result:!1,reason:"Invalid public key"}:b.validate()?b.mul(this.ec.curve.n).isInfinity()?{result:!0,reason:null}:{result:!1,reason:"Public key * N != O"}:{result:!1,reason:"Public key is not a point"}},M.prototype.getPublic=function(b,d){return"string"==typeof b&&(d=b,b=null),this.pub||(this.pub=this.ec.g.mul(this.priv)),d?this.pub.encode(d,b):this.pub},M.prototype.getPrivate=function(b){return"hex"===b?this.priv.toString(16,2):this.priv},M.prototype._importPrivate=function(b,d){this.priv=new t(b,d||16),this.priv=this.priv.umod(this.ec.curve.n)},M.prototype._importPublic=function(b,d){if(b.x||b.y)return"mont"===this.ec.curve.type?f(b.x,"Need x coordinate"):("short"===this.ec.curve.type||"edwards"===this.ec.curve.type)&&f(b.x&&b.y,"Need both x and y coordinate"),void(this.pub=this.ec.curve.point(b.x,b.y));this.pub=this.ec.curve.decodePoint(b,d)},M.prototype.derive=function(b){return b.validate()||f(b.validate(),"public point not validated"),b.mul(this.priv).getX()},M.prototype.sign=function(b,d,N){return this.ec.sign(b,this,d,N)},M.prototype.verify=function(b,d){return this.ec.verify(b,d,this)},M.prototype.inspect=function(){return""}},5957:(Ve,K,p)=>{"use strict";var t=p(7433),e=p(1970),f=e.assert;function M(h,A){if(h instanceof M)return h;this._importDER(h,A)||(f(h.r&&h.s,"Signature without r or s"),this.r=new t(h.r,16),this.s=new t(h.s,16),this.recoveryParam=void 0===h.recoveryParam?null:h.recoveryParam)}function a(){this.place=0}function b(h,A){var w=h[A.place++];if(!(128&w))return w;var D=15&w;if(0===D||D>4)return!1;for(var L=0,k=0,S=A.place;k>>=0;return!(L<=127)&&(A.place=S,L)}function d(h){for(var A=0,w=h.length-1;!h[A]&&!(128&h[A+1])&&A>>3);for(h.push(128|w);--w;)h.push(A>>>(w<<3)&255);h.push(A)}}Ve.exports=M,M.prototype._importDER=function(A,w){A=e.toArray(A,w);var D=new a;if(48!==A[D.place++])return!1;var L=b(A,D);if(!1===L||L+D.place!==A.length||2!==A[D.place++])return!1;var k=b(A,D);if(!1===k)return!1;var S=A.slice(D.place,k+D.place);if(D.place+=k,2!==A[D.place++])return!1;var U=b(A,D);if(!1===U||A.length!==U+D.place)return!1;var Z=A.slice(D.place,U+D.place);if(0===S[0]){if(!(128&S[1]))return!1;S=S.slice(1)}if(0===Z[0]){if(!(128&Z[1]))return!1;Z=Z.slice(1)}return this.r=new t(S),this.s=new t(Z),this.recoveryParam=null,!0},M.prototype.toDER=function(A){var w=this.r.toArray(),D=this.s.toArray();for(128&w[0]&&(w=[0].concat(w)),128&D[0]&&(D=[0].concat(D)),w=d(w),D=d(D);!(D[0]||128&D[1]);)D=D.slice(1);var L=[2];N(L,w.length),(L=L.concat(w)).push(2),N(L,D.length);var k=L.concat(D),S=[48];return N(S,k.length),S=S.concat(k),e.encode(S,A)}},1885:(Ve,K,p)=>{"use strict";var t=p(7084),e=p(2916),f=p(1970),M=f.assert,a=f.parseBytes,b=p(7535),d=p(8241);function N(h){if(M("ed25519"===h,"only tested with ed25519 so far"),!(this instanceof N))return new N(h);this.curve=h=e[h].curve,this.g=h.g,this.g.precompute(h.n.bitLength()+1),this.pointClass=h.point().constructor,this.encodingLength=Math.ceil(h.n.bitLength()/8),this.hash=t.sha512}Ve.exports=N,N.prototype.sign=function(A,w){A=a(A);var D=this.keyFromSecret(w),L=this.hashInt(D.messagePrefix(),A),k=this.g.mul(L),S=this.encodePoint(k),U=this.hashInt(S,D.pubBytes(),A).mul(D.priv()),Z=L.add(U).umod(this.curve.n);return this.makeSignature({R:k,S:Z,Rencoded:S})},N.prototype.verify=function(A,w,D){A=a(A),w=this.makeSignature(w);var L=this.keyFromPublic(D),k=this.hashInt(w.Rencoded(),L.pubBytes(),A),S=this.g.mul(w.S());return w.R().add(L.pub().mul(k)).eq(S)},N.prototype.hashInt=function(){for(var A=this.hash(),w=0;w{"use strict";var t=p(1970),e=t.assert,f=t.parseBytes,M=t.cachedProperty;function a(b,d){this.eddsa=b,this._secret=f(d.secret),b.isPoint(d.pub)?this._pub=d.pub:this._pubBytes=f(d.pub)}a.fromPublic=function(d,N){return N instanceof a?N:new a(d,{pub:N})},a.fromSecret=function(d,N){return N instanceof a?N:new a(d,{secret:N})},a.prototype.secret=function(){return this._secret},M(a,"pubBytes",function(){return this.eddsa.encodePoint(this.pub())}),M(a,"pub",function(){return this._pubBytes?this.eddsa.decodePoint(this._pubBytes):this.eddsa.g.mul(this.priv())}),M(a,"privBytes",function(){var d=this.eddsa,N=this.hash(),h=d.encodingLength-1,A=N.slice(0,d.encodingLength);return A[0]&=248,A[h]&=127,A[h]|=64,A}),M(a,"priv",function(){return this.eddsa.decodeInt(this.privBytes())}),M(a,"hash",function(){return this.eddsa.hash().update(this.secret()).digest()}),M(a,"messagePrefix",function(){return this.hash().slice(this.eddsa.encodingLength)}),a.prototype.sign=function(d){return e(this._secret,"KeyPair can only verify"),this.eddsa.sign(d,this)},a.prototype.verify=function(d,N){return this.eddsa.verify(d,N,this)},a.prototype.getSecret=function(d){return e(this._secret,"KeyPair is public only"),t.encode(this.secret(),d)},a.prototype.getPublic=function(d){return t.encode(this.pubBytes(),d)},Ve.exports=a},8241:(Ve,K,p)=>{"use strict";var t=p(7433),e=p(1970),f=e.assert,M=e.cachedProperty,a=e.parseBytes;function b(d,N){this.eddsa=d,"object"!=typeof N&&(N=a(N)),Array.isArray(N)&&(N={R:N.slice(0,d.encodingLength),S:N.slice(d.encodingLength)}),f(N.R&&N.S,"Signature without R or S"),d.isPoint(N.R)&&(this._R=N.R),N.S instanceof t&&(this._S=N.S),this._Rencoded=Array.isArray(N.R)?N.R:N.Rencoded,this._Sencoded=Array.isArray(N.S)?N.S:N.Sencoded}M(b,"S",function(){return this.eddsa.decodeInt(this.Sencoded())}),M(b,"R",function(){return this.eddsa.decodePoint(this.Rencoded())}),M(b,"Rencoded",function(){return this.eddsa.encodePoint(this.R())}),M(b,"Sencoded",function(){return this.eddsa.encodeInt(this.S())}),b.prototype.toBytes=function(){return this.Rencoded().concat(this.Sencoded())},b.prototype.toHex=function(){return e.encode(this.toBytes(),"hex").toUpperCase()},Ve.exports=b},5150:Ve=>{Ve.exports={doubles:{step:4,points:[["e60fce93b59e9ec53011aabc21c23e97b2a31369b87a5ae9c44ee89e2a6dec0a","f7e3507399e595929db99f34f57937101296891e44d23f0be1f32cce69616821"],["8282263212c609d9ea2a6e3e172de238d8c39cabd5ac1ca10646e23fd5f51508","11f8a8098557dfe45e8256e830b60ace62d613ac2f7b17bed31b6eaff6e26caf"],["175e159f728b865a72f99cc6c6fc846de0b93833fd2222ed73fce5b551e5b739","d3506e0d9e3c79eba4ef97a51ff71f5eacb5955add24345c6efa6ffee9fed695"],["363d90d447b00c9c99ceac05b6262ee053441c7e55552ffe526bad8f83ff4640","4e273adfc732221953b445397f3363145b9a89008199ecb62003c7f3bee9de9"],["8b4b5f165df3c2be8c6244b5b745638843e4a781a15bcd1b69f79a55dffdf80c","4aad0a6f68d308b4b3fbd7813ab0da04f9e336546162ee56b3eff0c65fd4fd36"],["723cbaa6e5db996d6bf771c00bd548c7b700dbffa6c0e77bcb6115925232fcda","96e867b5595cc498a921137488824d6e2660a0653779494801dc069d9eb39f5f"],["eebfa4d493bebf98ba5feec812c2d3b50947961237a919839a533eca0e7dd7fa","5d9a8ca3970ef0f269ee7edaf178089d9ae4cdc3a711f712ddfd4fdae1de8999"],["100f44da696e71672791d0a09b7bde459f1215a29b3c03bfefd7835b39a48db0","cdd9e13192a00b772ec8f3300c090666b7ff4a18ff5195ac0fbd5cd62bc65a09"],["e1031be262c7ed1b1dc9227a4a04c017a77f8d4464f3b3852c8acde6e534fd2d","9d7061928940405e6bb6a4176597535af292dd419e1ced79a44f18f29456a00d"],["feea6cae46d55b530ac2839f143bd7ec5cf8b266a41d6af52d5e688d9094696d","e57c6b6c97dce1bab06e4e12bf3ecd5c981c8957cc41442d3155debf18090088"],["da67a91d91049cdcb367be4be6ffca3cfeed657d808583de33fa978bc1ec6cb1","9bacaa35481642bc41f463f7ec9780e5dec7adc508f740a17e9ea8e27a68be1d"],["53904faa0b334cdda6e000935ef22151ec08d0f7bb11069f57545ccc1a37b7c0","5bc087d0bc80106d88c9eccac20d3c1c13999981e14434699dcb096b022771c8"],["8e7bcd0bd35983a7719cca7764ca906779b53a043a9b8bcaeff959f43ad86047","10b7770b2a3da4b3940310420ca9514579e88e2e47fd68b3ea10047e8460372a"],["385eed34c1cdff21e6d0818689b81bde71a7f4f18397e6690a841e1599c43862","283bebc3e8ea23f56701de19e9ebf4576b304eec2086dc8cc0458fe5542e5453"],["6f9d9b803ecf191637c73a4413dfa180fddf84a5947fbc9c606ed86c3fac3a7","7c80c68e603059ba69b8e2a30e45c4d47ea4dd2f5c281002d86890603a842160"],["3322d401243c4e2582a2147c104d6ecbf774d163db0f5e5313b7e0e742d0e6bd","56e70797e9664ef5bfb019bc4ddaf9b72805f63ea2873af624f3a2e96c28b2a0"],["85672c7d2de0b7da2bd1770d89665868741b3f9af7643397721d74d28134ab83","7c481b9b5b43b2eb6374049bfa62c2e5e77f17fcc5298f44c8e3094f790313a6"],["948bf809b1988a46b06c9f1919413b10f9226c60f668832ffd959af60c82a0a","53a562856dcb6646dc6b74c5d1c3418c6d4dff08c97cd2bed4cb7f88d8c8e589"],["6260ce7f461801c34f067ce0f02873a8f1b0e44dfc69752accecd819f38fd8e8","bc2da82b6fa5b571a7f09049776a1ef7ecd292238051c198c1a84e95b2b4ae17"],["e5037de0afc1d8d43d8348414bbf4103043ec8f575bfdc432953cc8d2037fa2d","4571534baa94d3b5f9f98d09fb990bddbd5f5b03ec481f10e0e5dc841d755bda"],["e06372b0f4a207adf5ea905e8f1771b4e7e8dbd1c6a6c5b725866a0ae4fce725","7a908974bce18cfe12a27bb2ad5a488cd7484a7787104870b27034f94eee31dd"],["213c7a715cd5d45358d0bbf9dc0ce02204b10bdde2a3f58540ad6908d0559754","4b6dad0b5ae462507013ad06245ba190bb4850f5f36a7eeddff2c27534b458f2"],["4e7c272a7af4b34e8dbb9352a5419a87e2838c70adc62cddf0cc3a3b08fbd53c","17749c766c9d0b18e16fd09f6def681b530b9614bff7dd33e0b3941817dcaae6"],["fea74e3dbe778b1b10f238ad61686aa5c76e3db2be43057632427e2840fb27b6","6e0568db9b0b13297cf674deccb6af93126b596b973f7b77701d3db7f23cb96f"],["76e64113f677cf0e10a2570d599968d31544e179b760432952c02a4417bdde39","c90ddf8dee4e95cf577066d70681f0d35e2a33d2b56d2032b4b1752d1901ac01"],["c738c56b03b2abe1e8281baa743f8f9a8f7cc643df26cbee3ab150242bcbb891","893fb578951ad2537f718f2eacbfbbbb82314eef7880cfe917e735d9699a84c3"],["d895626548b65b81e264c7637c972877d1d72e5f3a925014372e9f6588f6c14b","febfaa38f2bc7eae728ec60818c340eb03428d632bb067e179363ed75d7d991f"],["b8da94032a957518eb0f6433571e8761ceffc73693e84edd49150a564f676e03","2804dfa44805a1e4d7c99cc9762808b092cc584d95ff3b511488e4e74efdf6e7"],["e80fea14441fb33a7d8adab9475d7fab2019effb5156a792f1a11778e3c0df5d","eed1de7f638e00771e89768ca3ca94472d155e80af322ea9fcb4291b6ac9ec78"],["a301697bdfcd704313ba48e51d567543f2a182031efd6915ddc07bbcc4e16070","7370f91cfb67e4f5081809fa25d40f9b1735dbf7c0a11a130c0d1a041e177ea1"],["90ad85b389d6b936463f9d0512678de208cc330b11307fffab7ac63e3fb04ed4","e507a3620a38261affdcbd9427222b839aefabe1582894d991d4d48cb6ef150"],["8f68b9d2f63b5f339239c1ad981f162ee88c5678723ea3351b7b444c9ec4c0da","662a9f2dba063986de1d90c2b6be215dbbea2cfe95510bfdf23cbf79501fff82"],["e4f3fb0176af85d65ff99ff9198c36091f48e86503681e3e6686fd5053231e11","1e63633ad0ef4f1c1661a6d0ea02b7286cc7e74ec951d1c9822c38576feb73bc"],["8c00fa9b18ebf331eb961537a45a4266c7034f2f0d4e1d0716fb6eae20eae29e","efa47267fea521a1a9dc343a3736c974c2fadafa81e36c54e7d2a4c66702414b"],["e7a26ce69dd4829f3e10cec0a9e98ed3143d084f308b92c0997fddfc60cb3e41","2a758e300fa7984b471b006a1aafbb18d0a6b2c0420e83e20e8a9421cf2cfd51"],["b6459e0ee3662ec8d23540c223bcbdc571cbcb967d79424f3cf29eb3de6b80ef","67c876d06f3e06de1dadf16e5661db3c4b3ae6d48e35b2ff30bf0b61a71ba45"],["d68a80c8280bb840793234aa118f06231d6f1fc67e73c5a5deda0f5b496943e8","db8ba9fff4b586d00c4b1f9177b0e28b5b0e7b8f7845295a294c84266b133120"],["324aed7df65c804252dc0270907a30b09612aeb973449cea4095980fc28d3d5d","648a365774b61f2ff130c0c35aec1f4f19213b0c7e332843967224af96ab7c84"],["4df9c14919cde61f6d51dfdbe5fee5dceec4143ba8d1ca888e8bd373fd054c96","35ec51092d8728050974c23a1d85d4b5d506cdc288490192ebac06cad10d5d"],["9c3919a84a474870faed8a9c1cc66021523489054d7f0308cbfc99c8ac1f98cd","ddb84f0f4a4ddd57584f044bf260e641905326f76c64c8e6be7e5e03d4fc599d"],["6057170b1dd12fdf8de05f281d8e06bb91e1493a8b91d4cc5a21382120a959e5","9a1af0b26a6a4807add9a2daf71df262465152bc3ee24c65e899be932385a2a8"],["a576df8e23a08411421439a4518da31880cef0fba7d4df12b1a6973eecb94266","40a6bf20e76640b2c92b97afe58cd82c432e10a7f514d9f3ee8be11ae1b28ec8"],["7778a78c28dec3e30a05fe9629de8c38bb30d1f5cf9a3a208f763889be58ad71","34626d9ab5a5b22ff7098e12f2ff580087b38411ff24ac563b513fc1fd9f43ac"],["928955ee637a84463729fd30e7afd2ed5f96274e5ad7e5cb09eda9c06d903ac","c25621003d3f42a827b78a13093a95eeac3d26efa8a8d83fc5180e935bcd091f"],["85d0fef3ec6db109399064f3a0e3b2855645b4a907ad354527aae75163d82751","1f03648413a38c0be29d496e582cf5663e8751e96877331582c237a24eb1f962"],["ff2b0dce97eece97c1c9b6041798b85dfdfb6d8882da20308f5404824526087e","493d13fef524ba188af4c4dc54d07936c7b7ed6fb90e2ceb2c951e01f0c29907"],["827fbbe4b1e880ea9ed2b2e6301b212b57f1ee148cd6dd28780e5e2cf856e241","c60f9c923c727b0b71bef2c67d1d12687ff7a63186903166d605b68baec293ec"],["eaa649f21f51bdbae7be4ae34ce6e5217a58fdce7f47f9aa7f3b58fa2120e2b3","be3279ed5bbbb03ac69a80f89879aa5a01a6b965f13f7e59d47a5305ba5ad93d"],["e4a42d43c5cf169d9391df6decf42ee541b6d8f0c9a137401e23632dda34d24f","4d9f92e716d1c73526fc99ccfb8ad34ce886eedfa8d8e4f13a7f7131deba9414"],["1ec80fef360cbdd954160fadab352b6b92b53576a88fea4947173b9d4300bf19","aeefe93756b5340d2f3a4958a7abbf5e0146e77f6295a07b671cdc1cc107cefd"],["146a778c04670c2f91b00af4680dfa8bce3490717d58ba889ddb5928366642be","b318e0ec3354028add669827f9d4b2870aaa971d2f7e5ed1d0b297483d83efd0"],["fa50c0f61d22e5f07e3acebb1aa07b128d0012209a28b9776d76a8793180eef9","6b84c6922397eba9b72cd2872281a68a5e683293a57a213b38cd8d7d3f4f2811"],["da1d61d0ca721a11b1a5bf6b7d88e8421a288ab5d5bba5220e53d32b5f067ec2","8157f55a7c99306c79c0766161c91e2966a73899d279b48a655fba0f1ad836f1"],["a8e282ff0c9706907215ff98e8fd416615311de0446f1e062a73b0610d064e13","7f97355b8db81c09abfb7f3c5b2515888b679a3e50dd6bd6cef7c73111f4cc0c"],["174a53b9c9a285872d39e56e6913cab15d59b1fa512508c022f382de8319497c","ccc9dc37abfc9c1657b4155f2c47f9e6646b3a1d8cb9854383da13ac079afa73"],["959396981943785c3d3e57edf5018cdbe039e730e4918b3d884fdff09475b7ba","2e7e552888c331dd8ba0386a4b9cd6849c653f64c8709385e9b8abf87524f2fd"],["d2a63a50ae401e56d645a1153b109a8fcca0a43d561fba2dbb51340c9d82b151","e82d86fb6443fcb7565aee58b2948220a70f750af484ca52d4142174dcf89405"],["64587e2335471eb890ee7896d7cfdc866bacbdbd3839317b3436f9b45617e073","d99fcdd5bf6902e2ae96dd6447c299a185b90a39133aeab358299e5e9faf6589"],["8481bde0e4e4d885b3a546d3e549de042f0aa6cea250e7fd358d6c86dd45e458","38ee7b8cba5404dd84a25bf39cecb2ca900a79c42b262e556d64b1b59779057e"],["13464a57a78102aa62b6979ae817f4637ffcfed3c4b1ce30bcd6303f6caf666b","69be159004614580ef7e433453ccb0ca48f300a81d0942e13f495a907f6ecc27"],["bc4a9df5b713fe2e9aef430bcc1dc97a0cd9ccede2f28588cada3a0d2d83f366","d3a81ca6e785c06383937adf4b798caa6e8a9fbfa547b16d758d666581f33c1"],["8c28a97bf8298bc0d23d8c749452a32e694b65e30a9472a3954ab30fe5324caa","40a30463a3305193378fedf31f7cc0eb7ae784f0451cb9459e71dc73cbef9482"],["8ea9666139527a8c1dd94ce4f071fd23c8b350c5a4bb33748c4ba111faccae0","620efabbc8ee2782e24e7c0cfb95c5d735b783be9cf0f8e955af34a30e62b945"],["dd3625faef5ba06074669716bbd3788d89bdde815959968092f76cc4eb9a9787","7a188fa3520e30d461da2501045731ca941461982883395937f68d00c644a573"],["f710d79d9eb962297e4f6232b40e8f7feb2bc63814614d692c12de752408221e","ea98e67232d3b3295d3b535532115ccac8612c721851617526ae47a9c77bfc82"]]},naf:{wnd:7,points:[["f9308a019258c31049344f85f89d5229b531c845836f99b08601f113bce036f9","388f7b0f632de8140fe337e62a37f3566500a99934c2231b6cb9fd7584b8e672"],["2f8bde4d1a07209355b4a7250a5c5128e88b84bddc619ab7cba8d569b240efe4","d8ac222636e5e3d6d4dba9dda6c9c426f788271bab0d6840dca87d3aa6ac62d6"],["5cbdf0646e5db4eaa398f365f2ea7a0e3d419b7e0330e39ce92bddedcac4f9bc","6aebca40ba255960a3178d6d861a54dba813d0b813fde7b5a5082628087264da"],["acd484e2f0c7f65309ad178a9f559abde09796974c57e714c35f110dfc27ccbe","cc338921b0a7d9fd64380971763b61e9add888a4375f8e0f05cc262ac64f9c37"],["774ae7f858a9411e5ef4246b70c65aac5649980be5c17891bbec17895da008cb","d984a032eb6b5e190243dd56d7b7b365372db1e2dff9d6a8301d74c9c953c61b"],["f28773c2d975288bc7d1d205c3748651b075fbc6610e58cddeeddf8f19405aa8","ab0902e8d880a89758212eb65cdaf473a1a06da521fa91f29b5cb52db03ed81"],["d7924d4f7d43ea965a465ae3095ff41131e5946f3c85f79e44adbcf8e27e080e","581e2872a86c72a683842ec228cc6defea40af2bd896d3a5c504dc9ff6a26b58"],["defdea4cdb677750a420fee807eacf21eb9898ae79b9768766e4faa04a2d4a34","4211ab0694635168e997b0ead2a93daeced1f4a04a95c0f6cfb199f69e56eb77"],["2b4ea0a797a443d293ef5cff444f4979f06acfebd7e86d277475656138385b6c","85e89bc037945d93b343083b5a1c86131a01f60c50269763b570c854e5c09b7a"],["352bbf4a4cdd12564f93fa332ce333301d9ad40271f8107181340aef25be59d5","321eb4075348f534d59c18259dda3e1f4a1b3b2e71b1039c67bd3d8bcf81998c"],["2fa2104d6b38d11b0230010559879124e42ab8dfeff5ff29dc9cdadd4ecacc3f","2de1068295dd865b64569335bd5dd80181d70ecfc882648423ba76b532b7d67"],["9248279b09b4d68dab21a9b066edda83263c3d84e09572e269ca0cd7f5453714","73016f7bf234aade5d1aa71bdea2b1ff3fc0de2a887912ffe54a32ce97cb3402"],["daed4f2be3a8bf278e70132fb0beb7522f570e144bf615c07e996d443dee8729","a69dce4a7d6c98e8d4a1aca87ef8d7003f83c230f3afa726ab40e52290be1c55"],["c44d12c7065d812e8acf28d7cbb19f9011ecd9e9fdf281b0e6a3b5e87d22e7db","2119a460ce326cdc76c45926c982fdac0e106e861edf61c5a039063f0e0e6482"],["6a245bf6dc698504c89a20cfded60853152b695336c28063b61c65cbd269e6b4","e022cf42c2bd4a708b3f5126f16a24ad8b33ba48d0423b6efd5e6348100d8a82"],["1697ffa6fd9de627c077e3d2fe541084ce13300b0bec1146f95ae57f0d0bd6a5","b9c398f186806f5d27561506e4557433a2cf15009e498ae7adee9d63d01b2396"],["605bdb019981718b986d0f07e834cb0d9deb8360ffb7f61df982345ef27a7479","2972d2de4f8d20681a78d93ec96fe23c26bfae84fb14db43b01e1e9056b8c49"],["62d14dab4150bf497402fdc45a215e10dcb01c354959b10cfe31c7e9d87ff33d","80fc06bd8cc5b01098088a1950eed0db01aa132967ab472235f5642483b25eaf"],["80c60ad0040f27dade5b4b06c408e56b2c50e9f56b9b8b425e555c2f86308b6f","1c38303f1cc5c30f26e66bad7fe72f70a65eed4cbe7024eb1aa01f56430bd57a"],["7a9375ad6167ad54aa74c6348cc54d344cc5dc9487d847049d5eabb0fa03c8fb","d0e3fa9eca8726909559e0d79269046bdc59ea10c70ce2b02d499ec224dc7f7"],["d528ecd9b696b54c907a9ed045447a79bb408ec39b68df504bb51f459bc3ffc9","eecf41253136e5f99966f21881fd656ebc4345405c520dbc063465b521409933"],["49370a4b5f43412ea25f514e8ecdad05266115e4a7ecb1387231808f8b45963","758f3f41afd6ed428b3081b0512fd62a54c3f3afbb5b6764b653052a12949c9a"],["77f230936ee88cbbd73df930d64702ef881d811e0e1498e2f1c13eb1fc345d74","958ef42a7886b6400a08266e9ba1b37896c95330d97077cbbe8eb3c7671c60d6"],["f2dac991cc4ce4b9ea44887e5c7c0bce58c80074ab9d4dbaeb28531b7739f530","e0dedc9b3b2f8dad4da1f32dec2531df9eb5fbeb0598e4fd1a117dba703a3c37"],["463b3d9f662621fb1b4be8fbbe2520125a216cdfc9dae3debcba4850c690d45b","5ed430d78c296c3543114306dd8622d7c622e27c970a1de31cb377b01af7307e"],["f16f804244e46e2a09232d4aff3b59976b98fac14328a2d1a32496b49998f247","cedabd9b82203f7e13d206fcdf4e33d92a6c53c26e5cce26d6579962c4e31df6"],["caf754272dc84563b0352b7a14311af55d245315ace27c65369e15f7151d41d1","cb474660ef35f5f2a41b643fa5e460575f4fa9b7962232a5c32f908318a04476"],["2600ca4b282cb986f85d0f1709979d8b44a09c07cb86d7c124497bc86f082120","4119b88753c15bd6a693b03fcddbb45d5ac6be74ab5f0ef44b0be9475a7e4b40"],["7635ca72d7e8432c338ec53cd12220bc01c48685e24f7dc8c602a7746998e435","91b649609489d613d1d5e590f78e6d74ecfc061d57048bad9e76f302c5b9c61"],["754e3239f325570cdbbf4a87deee8a66b7f2b33479d468fbc1a50743bf56cc18","673fb86e5bda30fb3cd0ed304ea49a023ee33d0197a695d0c5d98093c536683"],["e3e6bd1071a1e96aff57859c82d570f0330800661d1c952f9fe2694691d9b9e8","59c9e0bba394e76f40c0aa58379a3cb6a5a2283993e90c4167002af4920e37f5"],["186b483d056a033826ae73d88f732985c4ccb1f32ba35f4b4cc47fdcf04aa6eb","3b952d32c67cf77e2e17446e204180ab21fb8090895138b4a4a797f86e80888b"],["df9d70a6b9876ce544c98561f4be4f725442e6d2b737d9c91a8321724ce0963f","55eb2dafd84d6ccd5f862b785dc39d4ab157222720ef9da217b8c45cf2ba2417"],["5edd5cc23c51e87a497ca815d5dce0f8ab52554f849ed8995de64c5f34ce7143","efae9c8dbc14130661e8cec030c89ad0c13c66c0d17a2905cdc706ab7399a868"],["290798c2b6476830da12fe02287e9e777aa3fba1c355b17a722d362f84614fba","e38da76dcd440621988d00bcf79af25d5b29c094db2a23146d003afd41943e7a"],["af3c423a95d9f5b3054754efa150ac39cd29552fe360257362dfdecef4053b45","f98a3fd831eb2b749a93b0e6f35cfb40c8cd5aa667a15581bc2feded498fd9c6"],["766dbb24d134e745cccaa28c99bf274906bb66b26dcf98df8d2fed50d884249a","744b1152eacbe5e38dcc887980da38b897584a65fa06cedd2c924f97cbac5996"],["59dbf46f8c94759ba21277c33784f41645f7b44f6c596a58ce92e666191abe3e","c534ad44175fbc300f4ea6ce648309a042ce739a7919798cd85e216c4a307f6e"],["f13ada95103c4537305e691e74e9a4a8dd647e711a95e73cb62dc6018cfd87b8","e13817b44ee14de663bf4bc808341f326949e21a6a75c2570778419bdaf5733d"],["7754b4fa0e8aced06d4167a2c59cca4cda1869c06ebadfb6488550015a88522c","30e93e864e669d82224b967c3020b8fa8d1e4e350b6cbcc537a48b57841163a2"],["948dcadf5990e048aa3874d46abef9d701858f95de8041d2a6828c99e2262519","e491a42537f6e597d5d28a3224b1bc25df9154efbd2ef1d2cbba2cae5347d57e"],["7962414450c76c1689c7b48f8202ec37fb224cf5ac0bfa1570328a8a3d7c77ab","100b610ec4ffb4760d5c1fc133ef6f6b12507a051f04ac5760afa5b29db83437"],["3514087834964b54b15b160644d915485a16977225b8847bb0dd085137ec47ca","ef0afbb2056205448e1652c48e8127fc6039e77c15c2378b7e7d15a0de293311"],["d3cc30ad6b483e4bc79ce2c9dd8bc54993e947eb8df787b442943d3f7b527eaf","8b378a22d827278d89c5e9be8f9508ae3c2ad46290358630afb34db04eede0a4"],["1624d84780732860ce1c78fcbfefe08b2b29823db913f6493975ba0ff4847610","68651cf9b6da903e0914448c6cd9d4ca896878f5282be4c8cc06e2a404078575"],["733ce80da955a8a26902c95633e62a985192474b5af207da6df7b4fd5fc61cd4","f5435a2bd2badf7d485a4d8b8db9fcce3e1ef8e0201e4578c54673bc1dc5ea1d"],["15d9441254945064cf1a1c33bbd3b49f8966c5092171e699ef258dfab81c045c","d56eb30b69463e7234f5137b73b84177434800bacebfc685fc37bbe9efe4070d"],["a1d0fcf2ec9de675b612136e5ce70d271c21417c9d2b8aaaac138599d0717940","edd77f50bcb5a3cab2e90737309667f2641462a54070f3d519212d39c197a629"],["e22fbe15c0af8ccc5780c0735f84dbe9a790badee8245c06c7ca37331cb36980","a855babad5cd60c88b430a69f53a1a7a38289154964799be43d06d77d31da06"],["311091dd9860e8e20ee13473c1155f5f69635e394704eaa74009452246cfa9b3","66db656f87d1f04fffd1f04788c06830871ec5a64feee685bd80f0b1286d8374"],["34c1fd04d301be89b31c0442d3e6ac24883928b45a9340781867d4232ec2dbdf","9414685e97b1b5954bd46f730174136d57f1ceeb487443dc5321857ba73abee"],["f219ea5d6b54701c1c14de5b557eb42a8d13f3abbcd08affcc2a5e6b049b8d63","4cb95957e83d40b0f73af4544cccf6b1f4b08d3c07b27fb8d8c2962a400766d1"],["d7b8740f74a8fbaab1f683db8f45de26543a5490bca627087236912469a0b448","fa77968128d9c92ee1010f337ad4717eff15db5ed3c049b3411e0315eaa4593b"],["32d31c222f8f6f0ef86f7c98d3a3335ead5bcd32abdd94289fe4d3091aa824bf","5f3032f5892156e39ccd3d7915b9e1da2e6dac9e6f26e961118d14b8462e1661"],["7461f371914ab32671045a155d9831ea8793d77cd59592c4340f86cbc18347b5","8ec0ba238b96bec0cbdddcae0aa442542eee1ff50c986ea6b39847b3cc092ff6"],["ee079adb1df1860074356a25aa38206a6d716b2c3e67453d287698bad7b2b2d6","8dc2412aafe3be5c4c5f37e0ecc5f9f6a446989af04c4e25ebaac479ec1c8c1e"],["16ec93e447ec83f0467b18302ee620f7e65de331874c9dc72bfd8616ba9da6b5","5e4631150e62fb40d0e8c2a7ca5804a39d58186a50e497139626778e25b0674d"],["eaa5f980c245f6f038978290afa70b6bd8855897f98b6aa485b96065d537bd99","f65f5d3e292c2e0819a528391c994624d784869d7e6ea67fb18041024edc07dc"],["78c9407544ac132692ee1910a02439958ae04877151342ea96c4b6b35a49f51","f3e0319169eb9b85d5404795539a5e68fa1fbd583c064d2462b675f194a3ddb4"],["494f4be219a1a77016dcd838431aea0001cdc8ae7a6fc688726578d9702857a5","42242a969283a5f339ba7f075e36ba2af925ce30d767ed6e55f4b031880d562c"],["a598a8030da6d86c6bc7f2f5144ea549d28211ea58faa70ebf4c1e665c1fe9b5","204b5d6f84822c307e4b4a7140737aec23fc63b65b35f86a10026dbd2d864e6b"],["c41916365abb2b5d09192f5f2dbeafec208f020f12570a184dbadc3e58595997","4f14351d0087efa49d245b328984989d5caf9450f34bfc0ed16e96b58fa9913"],["841d6063a586fa475a724604da03bc5b92a2e0d2e0a36acfe4c73a5514742881","73867f59c0659e81904f9a1c7543698e62562d6744c169ce7a36de01a8d6154"],["5e95bb399a6971d376026947f89bde2f282b33810928be4ded112ac4d70e20d5","39f23f366809085beebfc71181313775a99c9aed7d8ba38b161384c746012865"],["36e4641a53948fd476c39f8a99fd974e5ec07564b5315d8bf99471bca0ef2f66","d2424b1b1abe4eb8164227b085c9aa9456ea13493fd563e06fd51cf5694c78fc"],["336581ea7bfbbb290c191a2f507a41cf5643842170e914faeab27c2c579f726","ead12168595fe1be99252129b6e56b3391f7ab1410cd1e0ef3dcdcabd2fda224"],["8ab89816dadfd6b6a1f2634fcf00ec8403781025ed6890c4849742706bd43ede","6fdcef09f2f6d0a044e654aef624136f503d459c3e89845858a47a9129cdd24e"],["1e33f1a746c9c5778133344d9299fcaa20b0938e8acff2544bb40284b8c5fb94","60660257dd11b3aa9c8ed618d24edff2306d320f1d03010e33a7d2057f3b3b6"],["85b7c1dcb3cec1b7ee7f30ded79dd20a0ed1f4cc18cbcfcfa410361fd8f08f31","3d98a9cdd026dd43f39048f25a8847f4fcafad1895d7a633c6fed3c35e999511"],["29df9fbd8d9e46509275f4b125d6d45d7fbe9a3b878a7af872a2800661ac5f51","b4c4fe99c775a606e2d8862179139ffda61dc861c019e55cd2876eb2a27d84b"],["a0b1cae06b0a847a3fea6e671aaf8adfdfe58ca2f768105c8082b2e449fce252","ae434102edde0958ec4b19d917a6a28e6b72da1834aff0e650f049503a296cf2"],["4e8ceafb9b3e9a136dc7ff67e840295b499dfb3b2133e4ba113f2e4c0e121e5","cf2174118c8b6d7a4b48f6d534ce5c79422c086a63460502b827ce62a326683c"],["d24a44e047e19b6f5afb81c7ca2f69080a5076689a010919f42725c2b789a33b","6fb8d5591b466f8fc63db50f1c0f1c69013f996887b8244d2cdec417afea8fa3"],["ea01606a7a6c9cdd249fdfcfacb99584001edd28abbab77b5104e98e8e3b35d4","322af4908c7312b0cfbfe369f7a7b3cdb7d4494bc2823700cfd652188a3ea98d"],["af8addbf2b661c8a6c6328655eb96651252007d8c5ea31be4ad196de8ce2131f","6749e67c029b85f52a034eafd096836b2520818680e26ac8f3dfbcdb71749700"],["e3ae1974566ca06cc516d47e0fb165a674a3dabcfca15e722f0e3450f45889","2aeabe7e4531510116217f07bf4d07300de97e4874f81f533420a72eeb0bd6a4"],["591ee355313d99721cf6993ffed1e3e301993ff3ed258802075ea8ced397e246","b0ea558a113c30bea60fc4775460c7901ff0b053d25ca2bdeee98f1a4be5d196"],["11396d55fda54c49f19aa97318d8da61fa8584e47b084945077cf03255b52984","998c74a8cd45ac01289d5833a7beb4744ff536b01b257be4c5767bea93ea57a4"],["3c5d2a1ba39c5a1790000738c9e0c40b8dcdfd5468754b6405540157e017aa7a","b2284279995a34e2f9d4de7396fc18b80f9b8b9fdd270f6661f79ca4c81bd257"],["cc8704b8a60a0defa3a99a7299f2e9c3fbc395afb04ac078425ef8a1793cc030","bdd46039feed17881d1e0862db347f8cf395b74fc4bcdc4e940b74e3ac1f1b13"],["c533e4f7ea8555aacd9777ac5cad29b97dd4defccc53ee7ea204119b2889b197","6f0a256bc5efdf429a2fb6242f1a43a2d9b925bb4a4b3a26bb8e0f45eb596096"],["c14f8f2ccb27d6f109f6d08d03cc96a69ba8c34eec07bbcf566d48e33da6593","c359d6923bb398f7fd4473e16fe1c28475b740dd098075e6c0e8649113dc3a38"],["a6cbc3046bc6a450bac24789fa17115a4c9739ed75f8f21ce441f72e0b90e6ef","21ae7f4680e889bb130619e2c0f95a360ceb573c70603139862afd617fa9b9f"],["347d6d9a02c48927ebfb86c1359b1caf130a3c0267d11ce6344b39f99d43cc38","60ea7f61a353524d1c987f6ecec92f086d565ab687870cb12689ff1e31c74448"],["da6545d2181db8d983f7dcb375ef5866d47c67b1bf31c8cf855ef7437b72656a","49b96715ab6878a79e78f07ce5680c5d6673051b4935bd897fea824b77dc208a"],["c40747cc9d012cb1a13b8148309c6de7ec25d6945d657146b9d5994b8feb1111","5ca560753be2a12fc6de6caf2cb489565db936156b9514e1bb5e83037e0fa2d4"],["4e42c8ec82c99798ccf3a610be870e78338c7f713348bd34c8203ef4037f3502","7571d74ee5e0fb92a7a8b33a07783341a5492144cc54bcc40a94473693606437"],["3775ab7089bc6af823aba2e1af70b236d251cadb0c86743287522a1b3b0dedea","be52d107bcfa09d8bcb9736a828cfa7fac8db17bf7a76a2c42ad961409018cf7"],["cee31cbf7e34ec379d94fb814d3d775ad954595d1314ba8846959e3e82f74e26","8fd64a14c06b589c26b947ae2bcf6bfa0149ef0be14ed4d80f448a01c43b1c6d"],["b4f9eaea09b6917619f6ea6a4eb5464efddb58fd45b1ebefcdc1a01d08b47986","39e5c9925b5a54b07433a4f18c61726f8bb131c012ca542eb24a8ac07200682a"],["d4263dfc3d2df923a0179a48966d30ce84e2515afc3dccc1b77907792ebcc60e","62dfaf07a0f78feb30e30d6295853ce189e127760ad6cf7fae164e122a208d54"],["48457524820fa65a4f8d35eb6930857c0032acc0a4a2de422233eeda897612c4","25a748ab367979d98733c38a1fa1c2e7dc6cc07db2d60a9ae7a76aaa49bd0f77"],["dfeeef1881101f2cb11644f3a2afdfc2045e19919152923f367a1767c11cceda","ecfb7056cf1de042f9420bab396793c0c390bde74b4bbdff16a83ae09a9a7517"],["6d7ef6b17543f8373c573f44e1f389835d89bcbc6062ced36c82df83b8fae859","cd450ec335438986dfefa10c57fea9bcc521a0959b2d80bbf74b190dca712d10"],["e75605d59102a5a2684500d3b991f2e3f3c88b93225547035af25af66e04541f","f5c54754a8f71ee540b9b48728473e314f729ac5308b06938360990e2bfad125"],["eb98660f4c4dfaa06a2be453d5020bc99a0c2e60abe388457dd43fefb1ed620c","6cb9a8876d9cb8520609af3add26cd20a0a7cd8a9411131ce85f44100099223e"],["13e87b027d8514d35939f2e6892b19922154596941888336dc3563e3b8dba942","fef5a3c68059a6dec5d624114bf1e91aac2b9da568d6abeb2570d55646b8adf1"],["ee163026e9fd6fe017c38f06a5be6fc125424b371ce2708e7bf4491691e5764a","1acb250f255dd61c43d94ccc670d0f58f49ae3fa15b96623e5430da0ad6c62b2"],["b268f5ef9ad51e4d78de3a750c2dc89b1e626d43505867999932e5db33af3d80","5f310d4b3c99b9ebb19f77d41c1dee018cf0d34fd4191614003e945a1216e423"],["ff07f3118a9df035e9fad85eb6c7bfe42b02f01ca99ceea3bf7ffdba93c4750d","438136d603e858a3a5c440c38eccbaddc1d2942114e2eddd4740d098ced1f0d8"],["8d8b9855c7c052a34146fd20ffb658bea4b9f69e0d825ebec16e8c3ce2b526a1","cdb559eedc2d79f926baf44fb84ea4d44bcf50fee51d7ceb30e2e7f463036758"],["52db0b5384dfbf05bfa9d472d7ae26dfe4b851ceca91b1eba54263180da32b63","c3b997d050ee5d423ebaf66a6db9f57b3180c902875679de924b69d84a7b375"],["e62f9490d3d51da6395efd24e80919cc7d0f29c3f3fa48c6fff543becbd43352","6d89ad7ba4876b0b22c2ca280c682862f342c8591f1daf5170e07bfd9ccafa7d"],["7f30ea2476b399b4957509c88f77d0191afa2ff5cb7b14fd6d8e7d65aaab1193","ca5ef7d4b231c94c3b15389a5f6311e9daff7bb67b103e9880ef4bff637acaec"],["5098ff1e1d9f14fb46a210fada6c903fef0fb7b4a1dd1d9ac60a0361800b7a00","9731141d81fc8f8084d37c6e7542006b3ee1b40d60dfe5362a5b132fd17ddc0"],["32b78c7de9ee512a72895be6b9cbefa6e2f3c4ccce445c96b9f2c81e2778ad58","ee1849f513df71e32efc3896ee28260c73bb80547ae2275ba497237794c8753c"],["e2cb74fddc8e9fbcd076eef2a7c72b0ce37d50f08269dfc074b581550547a4f7","d3aa2ed71c9dd2247a62df062736eb0baddea9e36122d2be8641abcb005cc4a4"],["8438447566d4d7bedadc299496ab357426009a35f235cb141be0d99cd10ae3a8","c4e1020916980a4da5d01ac5e6ad330734ef0d7906631c4f2390426b2edd791f"],["4162d488b89402039b584c6fc6c308870587d9c46f660b878ab65c82c711d67e","67163e903236289f776f22c25fb8a3afc1732f2b84b4e95dbda47ae5a0852649"],["3fad3fa84caf0f34f0f89bfd2dcf54fc175d767aec3e50684f3ba4a4bf5f683d","cd1bc7cb6cc407bb2f0ca647c718a730cf71872e7d0d2a53fa20efcdfe61826"],["674f2600a3007a00568c1a7ce05d0816c1fb84bf1370798f1c69532faeb1a86b","299d21f9413f33b3edf43b257004580b70db57da0b182259e09eecc69e0d38a5"],["d32f4da54ade74abb81b815ad1fb3b263d82d6c692714bcff87d29bd5ee9f08f","f9429e738b8e53b968e99016c059707782e14f4535359d582fc416910b3eea87"],["30e4e670435385556e593657135845d36fbb6931f72b08cb1ed954f1e3ce3ff6","462f9bce619898638499350113bbc9b10a878d35da70740dc695a559eb88db7b"],["be2062003c51cc3004682904330e4dee7f3dcd10b01e580bf1971b04d4cad297","62188bc49d61e5428573d48a74e1c655b1c61090905682a0d5558ed72dccb9bc"],["93144423ace3451ed29e0fb9ac2af211cb6e84a601df5993c419859fff5df04a","7c10dfb164c3425f5c71a3f9d7992038f1065224f72bb9d1d902a6d13037b47c"],["b015f8044f5fcbdcf21ca26d6c34fb8197829205c7b7d2a7cb66418c157b112c","ab8c1e086d04e813744a655b2df8d5f83b3cdc6faa3088c1d3aea1454e3a1d5f"],["d5e9e1da649d97d89e4868117a465a3a4f8a18de57a140d36b3f2af341a21b52","4cb04437f391ed73111a13cc1d4dd0db1693465c2240480d8955e8592f27447a"],["d3ae41047dd7ca065dbf8ed77b992439983005cd72e16d6f996a5316d36966bb","bd1aeb21ad22ebb22a10f0303417c6d964f8cdd7df0aca614b10dc14d125ac46"],["463e2763d885f958fc66cdd22800f0a487197d0a82e377b49f80af87c897b065","bfefacdb0e5d0fd7df3a311a94de062b26b80c61fbc97508b79992671ef7ca7f"],["7985fdfd127c0567c6f53ec1bb63ec3158e597c40bfe747c83cddfc910641917","603c12daf3d9862ef2b25fe1de289aed24ed291e0ec6708703a5bd567f32ed03"],["74a1ad6b5f76e39db2dd249410eac7f99e74c59cb83d2d0ed5ff1543da7703e9","cc6157ef18c9c63cd6193d83631bbea0093e0968942e8c33d5737fd790e0db08"],["30682a50703375f602d416664ba19b7fc9bab42c72747463a71d0896b22f6da3","553e04f6b018b4fa6c8f39e7f311d3176290d0e0f19ca73f17714d9977a22ff8"],["9e2158f0d7c0d5f26c3791efefa79597654e7a2b2464f52b1ee6c1347769ef57","712fcdd1b9053f09003a3481fa7762e9ffd7c8ef35a38509e2fbf2629008373"],["176e26989a43c9cfeba4029c202538c28172e566e3c4fce7322857f3be327d66","ed8cc9d04b29eb877d270b4878dc43c19aefd31f4eee09ee7b47834c1fa4b1c3"],["75d46efea3771e6e68abb89a13ad747ecf1892393dfc4f1b7004788c50374da8","9852390a99507679fd0b86fd2b39a868d7efc22151346e1a3ca4726586a6bed8"],["809a20c67d64900ffb698c4c825f6d5f2310fb0451c869345b7319f645605721","9e994980d9917e22b76b061927fa04143d096ccc54963e6a5ebfa5f3f8e286c1"],["1b38903a43f7f114ed4500b4eac7083fdefece1cf29c63528d563446f972c180","4036edc931a60ae889353f77fd53de4a2708b26b6f5da72ad3394119daf408f9"]]}}},1970:(Ve,K,p)=>{"use strict";var t=K,e=p(7433),f=p(2391),M=p(8195);t.assert=f,t.toArray=M.toArray,t.zero2=M.zero2,t.toHex=M.toHex,t.encode=M.encode,t.getNAF=function a(A,w,D){var L=new Array(Math.max(A.bitLength(),D)+1);L.fill(0);for(var k=1<(k>>1)-1?(k>>1)-j:j):Z=0,L[U]=Z,S.iushrn(1)}return L},t.getJSF=function b(A,w){var D=[[],[]];A=A.clone(),w=w.clone();for(var S,L=0,k=0;A.cmpn(-L)>0||w.cmpn(-k)>0;){var j,ne,U=A.andln(3)+L&3,Z=w.andln(3)+k&3;3===U&&(U=-1),3===Z&&(Z=-1),j=0==(1&U)?0:3!=(S=A.andln(7)+L&7)&&5!==S||2!==Z?U:-U,D[0].push(j),ne=0==(1&Z)?0:3!=(S=w.andln(7)+k&7)&&5!==S||2!==U?Z:-Z,D[1].push(ne),2*L===j+1&&(L=1-L),2*k===ne+1&&(k=1-k),A.iushrn(1),w.iushrn(1)}return D},t.cachedProperty=function d(A,w,D){var L="_"+w;A.prototype[w]=function(){return void 0!==this[L]?this[L]:this[L]=D.call(this)}},t.parseBytes=function N(A){return"string"==typeof A?t.toArray(A,"hex"):A},t.intFromLE=function h(A){return new e(A,"hex","le")}},7433:function(Ve,K,p){!function(t,e){"use strict";function f(y,i){if(!y)throw new Error(i||"Assertion failed")}function M(y,i){y.super_=i;var r=function(){};r.prototype=i.prototype,y.prototype=new r,y.prototype.constructor=y}function a(y,i,r){if(a.isBN(y))return y;this.negative=0,this.words=null,this.length=0,this.red=null,null!==y&&(("le"===i||"be"===i)&&(r=i,i=10),this._init(y||0,i||10,r||"be"))}var b;"object"==typeof t?t.exports=a:e.BN=a,a.BN=a,a.wordSize=26;try{b="undefined"!=typeof window&&void 0!==window.Buffer?window.Buffer:p(5568).Buffer}catch(y){}function d(y,i){var r=y.charCodeAt(i);return r>=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),F=Math.max(0,n-y.length+1);F<=P;F++)C+=(E=(c=0|y.words[n-F|0])*(_=0|i.words[F])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,ve=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,Ae=0|c[4],dt=8191&Ae,Ie=Ae>>>13,De=0|c[5],le=8191&De,Te=De>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],_e=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],jt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Je=0|_[6],Se=8191&Je,Ge=Je>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(F,xt)|0))<<13)|0;I=((C=Math.imul(F,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(ve,xt)|0,C=Math.imul(ve,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(F,et)|0))<<13)|0;I=((C=C+Math.imul(F,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(ve,et)|0,C=C+Math.imul(ve,yt)|0;var zi=(I+(v=v+Math.imul(P,jt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(F,jt)|0))<<13)|0;I=((C=C+Math.imul(F,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,jt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(ve,jt)|0,C=C+Math.imul(ve,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(F,ce)|0))<<13)|0;I=((C=C+Math.imul(F,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,jt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,jt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(ve,ce)|0,C=C+Math.imul(ve,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(F,mt)|0))<<13)|0;I=((C=C+Math.imul(F,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,jt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,jt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(ve,mt)|0,C=C+Math.imul(ve,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(F,Re)|0))<<13)|0;I=((C=C+Math.imul(F,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,jt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,jt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(ve,Re)|0,C=C+Math.imul(ve,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(F,Se)|0))<<13)|0;I=((C=C+Math.imul(F,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(_e,xt),n=(n=Math.imul(_e,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,jt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,jt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(ve,Se)|0,C=C+Math.imul(ve,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(F,st)|0))<<13)|0;I=((C=C+Math.imul(F,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(_e,et)|0,n=(n=n+Math.imul(_e,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,jt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,jt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(ve,st)|0,C=C+Math.imul(ve,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(F,qt)|0))<<13)|0;I=((C=C+Math.imul(F,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(_e,jt)|0,n=(n=n+Math.imul(_e,Pe)|0)+Math.imul(Le,jt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(ve,qt)|0,C=C+Math.imul(ve,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(F,fi)|0))<<13)|0;I=((C=C+Math.imul(F,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,jt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,jt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(_e,ce)|0,n=(n=n+Math.imul(_e,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var Qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(ve,fi)|0))<<13)|0;I=((C=C+Math.imul(ve,si)|0)+(n>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,v=Math.imul(Wt,jt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,jt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(_e,mt)|0,n=(n=n+Math.imul(_e,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(_e,Re)|0,n=(n=n+Math.imul(_e,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(_e,Se)|0,n=(n=n+Math.imul(_e,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(_e,st)|0,n=(n=n+Math.imul(_e,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(_e,qt)|0,n=(n=n+Math.imul(_e,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Gi=(I+(v=v+Math.imul(_e,fi)|0)|0)+((8191&(n=(n=n+Math.imul(_e,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var mn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(mn>>>26)|0,mn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=Qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Gi,E[17]=sn,E[18]=mn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new j).mulp(y,i,r)}function j(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},j.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},j.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},j.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var F=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(F=Math.min(F/E|0,67108863),c._ishlnsubmul(_,F,P);0!==c.negative;)F--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=F)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var F=0,q=1;0==(u.words[0]&q)&&F<26;++F,q<<=1);if(F>0)for(u.iushrn(F);F-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),F=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},8419:Ve=>{"use strict";Ve.exports=function(p){for(var t=[],e=p.length,f=0;f=55296&&M<=56319&&e>f+1){var a=p.charCodeAt(f+1);a>=56320&&a<=57343&&(M=1024*(M-55296)+a-56320+65536,f+=1)}M<128?t.push(M):M<2048?(t.push(M>>6|192),t.push(63&M|128)):M<55296||M>=57344&&M<65536?(t.push(M>>12|224),t.push(M>>6&63|128),t.push(63&M|128)):M>=65536&&M<=1114111?(t.push(M>>18|240),t.push(M>>12&63|128),t.push(M>>6&63|128),t.push(63&M|128)):t.push(239,191,189)}return new Uint8Array(t).buffer}},9069:Ve=>{"use strict";var t,K="object"==typeof Reflect?Reflect:null,p=K&&"function"==typeof K.apply?K.apply:function($,de,te){return Function.prototype.apply.call($,de,te)};t=K&&"function"==typeof K.ownKeys?K.ownKeys:Object.getOwnPropertySymbols?function($){return Object.getOwnPropertyNames($).concat(Object.getOwnPropertySymbols($))}:function($){return Object.getOwnPropertyNames($)};var f=Number.isNaN||function($){return $!=$};function M(){M.init.call(this)}Ve.exports=M,Ve.exports.once=function U(ne,$){return new Promise(function(de,te){function ie(X){ne.removeListener($,oe),te(X)}function oe(){"function"==typeof ne.removeListener&&ne.removeListener("error",ie),de([].slice.call(arguments))}j(ne,$,oe,{once:!0}),"error"!==$&&function Z(ne,$,de){"function"==typeof ne.on&&j(ne,"error",$,de)}(ne,ie,{once:!0})})},M.EventEmitter=M,M.prototype._events=void 0,M.prototype._eventsCount=0,M.prototype._maxListeners=void 0;var a=10;function b(ne){if("function"!=typeof ne)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof ne)}function d(ne){return void 0===ne._maxListeners?M.defaultMaxListeners:ne._maxListeners}function N(ne,$,de,te){var ie,oe,X;if(b(de),void 0===(oe=ne._events)?(oe=ne._events=Object.create(null),ne._eventsCount=0):(void 0!==oe.newListener&&(ne.emit("newListener",$,de.listener?de.listener:de),oe=ne._events),X=oe[$]),void 0===X)X=oe[$]=de,++ne._eventsCount;else if("function"==typeof X?X=oe[$]=te?[de,X]:[X,de]:te?X.unshift(de):X.push(de),(ie=d(ne))>0&&X.length>ie&&!X.warned){X.warned=!0;var me=new Error("Possible EventEmitter memory leak detected. "+X.length+" "+String($)+" listeners added. Use emitter.setMaxListeners() to increase limit");me.name="MaxListenersExceededWarning",me.emitter=ne,me.type=$,me.count=X.length,function e(ne){console&&console.warn&&console.warn(ne)}(me)}return ne}function h(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function A(ne,$,de){var te={fired:!1,wrapFn:void 0,target:ne,type:$,listener:de},ie=h.bind(te);return ie.listener=de,te.wrapFn=ie,ie}function w(ne,$,de){var te=ne._events;if(void 0===te)return[];var ie=te[$];return void 0===ie?[]:"function"==typeof ie?de?[ie.listener||ie]:[ie]:de?function S(ne){for(var $=new Array(ne.length),de=0;de<$.length;++de)$[de]=ne[de].listener||ne[de];return $}(ie):L(ie,ie.length)}function D(ne){var $=this._events;if(void 0!==$){var de=$[ne];if("function"==typeof de)return 1;if(void 0!==de)return de.length}return 0}function L(ne,$){for(var de=new Array($),te=0;te<$;++te)de[te]=ne[te];return de}function j(ne,$,de,te){if("function"==typeof ne.on)te.once?ne.once($,de):ne.on($,de);else{if("function"!=typeof ne.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof ne);ne.addEventListener($,function ie(oe){te.once&&ne.removeEventListener($,ie),de(oe)})}}Object.defineProperty(M,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(ne){if("number"!=typeof ne||ne<0||f(ne))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+ne+".");a=ne}}),M.init=function(){(void 0===this._events||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},M.prototype.setMaxListeners=function($){if("number"!=typeof $||$<0||f($))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+$+".");return this._maxListeners=$,this},M.prototype.getMaxListeners=function(){return d(this)},M.prototype.emit=function($){for(var de=[],te=1;te0&&(X=de[0]),X instanceof Error)throw X;var me=new Error("Unhandled error."+(X?" ("+X.message+")":""));throw me.context=X,me}var y=oe[$];if(void 0===y)return!1;if("function"==typeof y)p(y,this,de);else{var i=y.length,r=L(y,i);for(te=0;te=0;X--)if(te[X]===de||te[X].listener===de){me=te[X].listener,oe=X;break}if(oe<0)return this;0===oe?te.shift():function k(ne,$){for(;$+1=0;ie--)this.removeListener($,de[ie]);return this},M.prototype.listeners=function($){return w(this,$,!0)},M.prototype.rawListeners=function($){return w(this,$,!1)},M.listenerCount=function(ne,$){return"function"==typeof ne.listenerCount?ne.listenerCount($):D.call(ne,$)},M.prototype.listenerCount=D,M.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},347:(Ve,K,p)=>{var t=p(3502).Buffer,e=p(8095);Ve.exports=function f(M,a,b,d){if(t.isBuffer(M)||(M=t.from(M,"binary")),a&&(t.isBuffer(a)||(a=t.from(a,"binary")),8!==a.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var N=b/8,h=t.alloc(N),A=t.alloc(d||0),w=t.alloc(0);N>0||d>0;){var D=new e;D.update(w),D.update(M),a&&D.update(a),w=D.digest();var L=0;if(N>0){var k=h.length-N;L=Math.min(N,w.length),w.copy(h,k,0,L),N-=L}if(L0){var S=A.length-d,U=Math.min(d,w.length-L);w.copy(A,S,L,L+U),d-=U}}return w.fill(0),{key:h,iv:A}}},9650:(Ve,K,p)=>{"use strict";var t=p(8444).Buffer,e=p(5685).Transform;function a(b){e.call(this),this._block=t.allocUnsafe(b),this._blockSize=b,this._blockOffset=0,this._length=[0,0,0,0],this._finalized=!1}p(3894)(a,e),a.prototype._transform=function(b,d,N){var h=null;try{this.update(b,d)}catch(A){h=A}N(h)},a.prototype._flush=function(b){var d=null;try{this.push(this.digest())}catch(N){d=N}b(d)},a.prototype.update=function(b,d){if(function M(b,d){if(!t.isBuffer(b)&&"string"!=typeof b)throw new TypeError(d+" must be a string or a buffer")}(b,"Data"),this._finalized)throw new Error("Digest already called");t.isBuffer(b)||(b=t.from(b,d));for(var N=this._block,h=0;this._blockOffset+b.length-h>=this._blockSize;){for(var A=this._blockOffset;A0;++w)this._length[w]+=D,(D=this._length[w]/4294967296|0)>0&&(this._length[w]-=4294967296*D);return this},a.prototype._update=function(){throw new Error("_update is not implemented")},a.prototype.digest=function(b){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var d=this._digest();void 0!==b&&(d=d.toString(b)),this._block.fill(0),this._blockOffset=0;for(var N=0;N<4;++N)this._length[N]=0;return d},a.prototype._digest=function(){throw new Error("_digest is not implemented")},Ve.exports=a},8444:(Ve,K,p)=>{var t=p(3172),e=t.Buffer;function f(a,b){for(var d in a)b[d]=a[d]}function M(a,b,d){return e(a,b,d)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(f(t,K),K.Buffer=M),M.prototype=Object.create(e.prototype),f(e,M),M.from=function(a,b,d){if("number"==typeof a)throw new TypeError("Argument must not be a number");return e(a,b,d)},M.alloc=function(a,b,d){if("number"!=typeof a)throw new TypeError("Argument must be a number");var N=e(a);return void 0!==b?"string"==typeof d?N.fill(b,d):N.fill(b):N.fill(0),N},M.allocUnsafe=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return e(a)},M.allocUnsafeSlow=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return t.SlowBuffer(a)}},7084:(Ve,K,p)=>{var t=K;t.utils=p(9299),t.common=p(3800),t.sha=p(4962),t.ripemd=p(9458),t.hmac=p(2194),t.sha1=t.sha.sha1,t.sha256=t.sha.sha256,t.sha224=t.sha.sha224,t.sha384=t.sha.sha384,t.sha512=t.sha.sha512,t.ripemd160=t.ripemd.ripemd160},3800:(Ve,K,p)=>{"use strict";var t=p(9299),e=p(2391);function f(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}K.BlockHash=f,f.prototype.update=function(a,b){if(a=t.toArray(a,b),this.pending=this.pending?this.pending.concat(a):a,this.pendingTotal+=a.length,this.pending.length>=this._delta8){var d=(a=this.pending).length%this._delta8;this.pending=a.slice(a.length-d,a.length),0===this.pending.length&&(this.pending=null),a=t.join32(a,0,a.length-d,this.endian);for(var N=0;N>>24&255,N[h++]=a>>>16&255,N[h++]=a>>>8&255,N[h++]=255&a}else for(N[h++]=255&a,N[h++]=a>>>8&255,N[h++]=a>>>16&255,N[h++]=a>>>24&255,N[h++]=0,N[h++]=0,N[h++]=0,N[h++]=0,A=8;A{"use strict";var t=p(9299),e=p(2391);function f(M,a,b){if(!(this instanceof f))return new f(M,a,b);this.Hash=M,this.blockSize=M.blockSize/8,this.outSize=M.outSize/8,this.inner=null,this.outer=null,this._init(t.toArray(a,b))}Ve.exports=f,f.prototype._init=function(a){a.length>this.blockSize&&(a=(new this.Hash).update(a).digest()),e(a.length<=this.blockSize);for(var b=a.length;b{"use strict";var t=p(9299),e=p(3800),f=t.rotl32,M=t.sum32,a=t.sum32_3,b=t.sum32_4,d=e.BlockHash;function N(){if(!(this instanceof N))return new N;d.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.endian="little"}function h(U,Z,j,ne){return U<=15?Z^j^ne:U<=31?Z&j|~Z&ne:U<=47?(Z|~j)^ne:U<=63?Z&ne|j&~ne:Z^(j|~ne)}function w(U){return U<=15?1352829926:U<=31?1548603684:U<=47?1836072691:U<=63?2053994217:0}t.inherits(N,d),K.ripemd160=N,N.blockSize=512,N.outSize=160,N.hmacStrength=192,N.padLength=64,N.prototype._update=function(Z,j){for(var ne=this.h[0],$=this.h[1],de=this.h[2],te=this.h[3],ie=this.h[4],oe=ne,X=$,me=de,y=te,i=ie,r=0;r<80;r++){var u=M(f(b(ne,h(r,$,de,te),Z[D[r]+j],(U=r)<=15?0:U<=31?1518500249:U<=47?1859775393:U<=63?2400959708:2840853838),k[r]),ie);ne=ie,ie=te,te=f(de,10),de=$,$=u,u=M(f(b(oe,h(79-r,X,me,y),Z[L[r]+j],w(r)),S[r]),i),oe=i,i=y,y=f(me,10),me=X,X=u}var U;u=a(this.h[1],de,y),this.h[1]=a(this.h[2],te,i),this.h[2]=a(this.h[3],ie,oe),this.h[3]=a(this.h[4],ne,X),this.h[4]=a(this.h[0],$,me),this.h[0]=u},N.prototype._digest=function(Z){return"hex"===Z?t.toHex32(this.h,"little"):t.split32(this.h,"little")};var D=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],L=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],k=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],S=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11]},4962:(Ve,K,p)=>{"use strict";K.sha1=p(9007),K.sha224=p(55),K.sha256=p(9342),K.sha384=p(8634),K.sha512=p(39)},9007:(Ve,K,p)=>{"use strict";var t=p(9299),e=p(3800),f=p(3113),M=t.rotl32,a=t.sum32,b=t.sum32_5,d=f.ft_1,N=e.BlockHash,h=[1518500249,1859775393,2400959708,3395469782];function A(){if(!(this instanceof A))return new A;N.call(this),this.h=[1732584193,4023233417,2562383102,271733878,3285377520],this.W=new Array(80)}t.inherits(A,N),Ve.exports=A,A.blockSize=512,A.outSize=160,A.hmacStrength=80,A.padLength=64,A.prototype._update=function(D,L){for(var k=this.W,S=0;S<16;S++)k[S]=D[L+S];for(;S{"use strict";var t=p(9299),e=p(9342);function f(){if(!(this instanceof f))return new f;e.call(this),this.h=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428]}t.inherits(f,e),Ve.exports=f,f.blockSize=512,f.outSize=224,f.hmacStrength=192,f.padLength=64,f.prototype._digest=function(a){return"hex"===a?t.toHex32(this.h.slice(0,7),"big"):t.split32(this.h.slice(0,7),"big")}},9342:(Ve,K,p)=>{"use strict";var t=p(9299),e=p(3800),f=p(3113),M=p(2391),a=t.sum32,b=t.sum32_4,d=t.sum32_5,N=f.ch32,h=f.maj32,A=f.s0_256,w=f.s1_256,D=f.g0_256,L=f.g1_256,k=e.BlockHash,S=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function U(){if(!(this instanceof U))return new U;k.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=S,this.W=new Array(64)}t.inherits(U,k),Ve.exports=U,U.blockSize=512,U.outSize=256,U.hmacStrength=192,U.padLength=64,U.prototype._update=function(j,ne){for(var $=this.W,de=0;de<16;de++)$[de]=j[ne+de];for(;de<$.length;de++)$[de]=b(L($[de-2]),$[de-7],D($[de-15]),$[de-16]);var te=this.h[0],ie=this.h[1],oe=this.h[2],X=this.h[3],me=this.h[4],y=this.h[5],i=this.h[6],r=this.h[7];for(M(this.k.length===$.length),de=0;de<$.length;de++){var u=d(r,w(me),N(me,y,i),this.k[de],$[de]),c=a(A(te),h(te,ie,oe));r=i,i=y,y=me,me=a(X,u),X=oe,oe=ie,ie=te,te=a(u,c)}this.h[0]=a(this.h[0],te),this.h[1]=a(this.h[1],ie),this.h[2]=a(this.h[2],oe),this.h[3]=a(this.h[3],X),this.h[4]=a(this.h[4],me),this.h[5]=a(this.h[5],y),this.h[6]=a(this.h[6],i),this.h[7]=a(this.h[7],r)},U.prototype._digest=function(j){return"hex"===j?t.toHex32(this.h,"big"):t.split32(this.h,"big")}},8634:(Ve,K,p)=>{"use strict";var t=p(9299),e=p(39);function f(){if(!(this instanceof f))return new f;e.call(this),this.h=[3418070365,3238371032,1654270250,914150663,2438529370,812702999,355462360,4144912697,1731405415,4290775857,2394180231,1750603025,3675008525,1694076839,1203062813,3204075428]}t.inherits(f,e),Ve.exports=f,f.blockSize=1024,f.outSize=384,f.hmacStrength=192,f.padLength=128,f.prototype._digest=function(a){return"hex"===a?t.toHex32(this.h.slice(0,12),"big"):t.split32(this.h.slice(0,12),"big")}},39:(Ve,K,p)=>{"use strict";var t=p(9299),e=p(3800),f=p(2391),M=t.rotr64_hi,a=t.rotr64_lo,b=t.shr64_hi,d=t.shr64_lo,N=t.sum64,h=t.sum64_hi,A=t.sum64_lo,w=t.sum64_4_hi,D=t.sum64_4_lo,L=t.sum64_5_hi,k=t.sum64_5_lo,S=e.BlockHash,U=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function Z(){if(!(this instanceof Z))return new Z;S.call(this),this.h=[1779033703,4089235720,3144134277,2227873595,1013904242,4271175723,2773480762,1595750129,1359893119,2917565137,2600822924,725511199,528734635,4215389547,1541459225,327033209],this.k=U,this.W=new Array(160)}function j(u,c,_,E,I){var v=u&_^~u&I;return v<0&&(v+=4294967296),v}function ne(u,c,_,E,I,v){var n=c&E^~c&v;return n<0&&(n+=4294967296),n}function $(u,c,_,E,I){var v=u&_^u&I^_&I;return v<0&&(v+=4294967296),v}function de(u,c,_,E,I,v){var n=c&E^c&v^E&v;return n<0&&(n+=4294967296),n}function te(u,c){var v=M(u,c,28)^M(c,u,2)^M(c,u,7);return v<0&&(v+=4294967296),v}function ie(u,c){var v=a(u,c,28)^a(c,u,2)^a(c,u,7);return v<0&&(v+=4294967296),v}function oe(u,c){var v=M(u,c,14)^M(u,c,18)^M(c,u,9);return v<0&&(v+=4294967296),v}function X(u,c){var v=a(u,c,14)^a(u,c,18)^a(c,u,9);return v<0&&(v+=4294967296),v}function me(u,c){var v=M(u,c,1)^M(u,c,8)^b(u,c,7);return v<0&&(v+=4294967296),v}function y(u,c){var v=a(u,c,1)^a(u,c,8)^d(u,c,7);return v<0&&(v+=4294967296),v}function i(u,c){var v=M(u,c,19)^M(c,u,29)^b(u,c,6);return v<0&&(v+=4294967296),v}function r(u,c){var v=a(u,c,19)^a(c,u,29)^d(u,c,6);return v<0&&(v+=4294967296),v}t.inherits(Z,S),Ve.exports=Z,Z.blockSize=1024,Z.outSize=512,Z.hmacStrength=192,Z.padLength=128,Z.prototype._prepareBlock=function(c,_){for(var E=this.W,I=0;I<32;I++)E[I]=c[_+I];for(;I{"use strict";var e=p(9299).rotr32;function M(w,D,L){return w&D^~w&L}function a(w,D,L){return w&D^w&L^D&L}function b(w,D,L){return w^D^L}K.ft_1=function f(w,D,L,k){return 0===w?M(D,L,k):1===w||3===w?b(D,L,k):2===w?a(D,L,k):void 0},K.ch32=M,K.maj32=a,K.p32=b,K.s0_256=function d(w){return e(w,2)^e(w,13)^e(w,22)},K.s1_256=function N(w){return e(w,6)^e(w,11)^e(w,25)},K.g0_256=function h(w){return e(w,7)^e(w,18)^w>>>3},K.g1_256=function A(w){return e(w,17)^e(w,19)^w>>>10}},9299:(Ve,K,p)=>{"use strict";var t=p(2391),e=p(3894);function f(r,u){return!(55296!=(64512&r.charCodeAt(u))||u<0||u+1>=r.length)&&56320==(64512&r.charCodeAt(u+1))}function b(r){return(r>>>24|r>>>8&65280|r<<8&16711680|(255&r)<<24)>>>0}function N(r){return 1===r.length?"0"+r:r}function h(r){return 7===r.length?"0"+r:6===r.length?"00"+r:5===r.length?"000"+r:4===r.length?"0000"+r:3===r.length?"00000"+r:2===r.length?"000000"+r:1===r.length?"0000000"+r:r}K.inherits=e,K.toArray=function M(r,u){if(Array.isArray(r))return r.slice();if(!r)return[];var c=[];if("string"==typeof r)if(u){if("hex"===u)for((r=r.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(r="0"+r),E=0;E>6|192,c[_++]=63&I|128):f(r,E)?(I=65536+((1023&I)<<10)+(1023&r.charCodeAt(++E)),c[_++]=I>>18|240,c[_++]=I>>12&63|128,c[_++]=I>>6&63|128,c[_++]=63&I|128):(c[_++]=I>>12|224,c[_++]=I>>6&63|128,c[_++]=63&I|128)}else for(E=0;E>>0;return I},K.split32=function w(r,u){for(var c=new Array(4*r.length),_=0,E=0;_>>24,c[E+1]=I>>>16&255,c[E+2]=I>>>8&255,c[E+3]=255&I):(c[E+3]=I>>>24,c[E+2]=I>>>16&255,c[E+1]=I>>>8&255,c[E]=255&I)}return c},K.rotr32=function D(r,u){return r>>>u|r<<32-u},K.rotl32=function L(r,u){return r<>>32-u},K.sum32=function k(r,u){return r+u>>>0},K.sum32_3=function S(r,u,c){return r+u+c>>>0},K.sum32_4=function U(r,u,c,_){return r+u+c+_>>>0},K.sum32_5=function Z(r,u,c,_,E){return r+u+c+_+E>>>0},K.sum64=function j(r,u,c,_){var v=_+r[u+1]>>>0;r[u]=(v<_?1:0)+c+r[u]>>>0,r[u+1]=v},K.sum64_hi=function ne(r,u,c,_){return(u+_>>>0>>0},K.sum64_lo=function $(r,u,c,_){return u+_>>>0},K.sum64_4_hi=function de(r,u,c,_,E,I,v,n){var C=0,B=u;return C+=(B=B+_>>>0)>>0)>>0)>>0},K.sum64_4_lo=function te(r,u,c,_,E,I,v,n){return u+_+I+n>>>0},K.sum64_5_hi=function ie(r,u,c,_,E,I,v,n,C,B){var P=0,F=u;return P+=(F=F+_>>>0)>>0)>>0)>>0)>>0},K.sum64_5_lo=function oe(r,u,c,_,E,I,v,n,C,B){return u+_+I+n+B>>>0},K.rotr64_hi=function X(r,u,c){return(u<<32-c|r>>>c)>>>0},K.rotr64_lo=function me(r,u,c){return(r<<32-c|u>>>c)>>>0},K.shr64_hi=function y(r,u,c){return r>>>c},K.shr64_lo=function i(r,u,c){return(r<<32-c|u>>>c)>>>0}},2438:(Ve,K,p)=>{"use strict";var t=p(7084),e=p(8195),f=p(2391);function M(a){if(!(this instanceof M))return new M(a);this.hash=a.hash,this.predResist=!!a.predResist,this.outLen=this.hash.outSize,this.minEntropy=a.minEntropy||this.hash.hmacStrength,this._reseed=null,this.reseedInterval=null,this.K=null,this.V=null;var b=e.toArray(a.entropy,a.entropyEnc||"hex"),d=e.toArray(a.nonce,a.nonceEnc||"hex"),N=e.toArray(a.pers,a.persEnc||"hex");f(b.length>=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._init(b,d,N)}Ve.exports=M,M.prototype._init=function(b,d,N){var h=b.concat(d).concat(N);this.K=new Array(this.outLen/8),this.V=new Array(this.outLen/8);for(var A=0;A=this.minEntropy/8,"Not enough entropy. Minimum is: "+this.minEntropy+" bits"),this._update(b.concat(N||[])),this._reseed=1},M.prototype.generate=function(b,d,N,h){if(this._reseed>this.reseedInterval)throw new Error("Reseed is required");"string"!=typeof d&&(h=N,N=d,d=null),N&&(N=e.toArray(N,h||"hex"),this._update(N));for(var A=[];A.length{K.read=function(p,t,e,f,M){var a,b,d=8*M-f-1,N=(1<>1,A=-7,w=e?M-1:0,D=e?-1:1,L=p[t+w];for(w+=D,a=L&(1<<-A)-1,L>>=-A,A+=d;A>0;a=256*a+p[t+w],w+=D,A-=8);for(b=a&(1<<-A)-1,a>>=-A,A+=f;A>0;b=256*b+p[t+w],w+=D,A-=8);if(0===a)a=1-h;else{if(a===N)return b?NaN:1/0*(L?-1:1);b+=Math.pow(2,f),a-=h}return(L?-1:1)*b*Math.pow(2,a-f)},K.write=function(p,t,e,f,M,a){var b,d,N,h=8*a-M-1,A=(1<>1,D=23===M?Math.pow(2,-24)-Math.pow(2,-77):0,L=f?0:a-1,k=f?1:-1,S=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(d=isNaN(t)?1:0,b=A):(b=Math.floor(Math.log(t)/Math.LN2),t*(N=Math.pow(2,-b))<1&&(b--,N*=2),(t+=b+w>=1?D/N:D*Math.pow(2,1-w))*N>=2&&(b++,N/=2),b+w>=A?(d=0,b=A):b+w>=1?(d=(t*N-1)*Math.pow(2,M),b+=w):(d=t*Math.pow(2,w-1)*Math.pow(2,M),b=0));M>=8;p[e+L]=255&d,L+=k,d/=256,M-=8);for(b=b<0;p[e+L]=255&b,L+=k,b/=256,h-=8);p[e+L-k]|=128*S}},3894:Ve=>{Ve.exports="function"==typeof Object.create?function(p,t){t&&(p.super_=t,p.prototype=Object.create(t.prototype,{constructor:{value:p,enumerable:!1,writable:!0,configurable:!0}}))}:function(p,t){if(t){p.super_=t;var e=function(){};e.prototype=t.prototype,p.prototype=new e,p.prototype.constructor=p}}},717:(Ve,K,p)=>{"use strict";var t=p(623);function e(f){return!0===t(f)&&"[object Object]"===Object.prototype.toString.call(f)}Ve.exports=function(M){var a,b;return!(!1===e(M)||(a=M.constructor,"function"!=typeof a)||(b=a.prototype,!1===e(b))||!1===b.hasOwnProperty("isPrototypeOf"))}},623:Ve=>{"use strict";Ve.exports=function(p){return null!=p&&"object"==typeof p&&!1===Array.isArray(p)}},2872:Ve=>{var K=Object.prototype.toString;function p(h){return"function"==typeof h.constructor?h.constructor.name:null}Ve.exports=function(A){if(void 0===A)return"undefined";if(null===A)return"null";var w=typeof A;if("boolean"===w)return"boolean";if("string"===w)return"string";if("number"===w)return"number";if("symbol"===w)return"symbol";if("function"===w)return function a(h,A){return"GeneratorFunction"===p(h)}(A)?"generatorfunction":"function";if(function t(h){return Array.isArray?Array.isArray(h):h instanceof Array}(A))return"array";if(function N(h){return!(!h.constructor||"function"!=typeof h.constructor.isBuffer)&&h.constructor.isBuffer(h)}(A))return"buffer";if(function d(h){try{if("number"==typeof h.length&&"function"==typeof h.callee)return!0}catch(A){if(-1!==A.message.indexOf("callee"))return!0}return!1}(A))return"arguments";if(function f(h){return h instanceof Date||"function"==typeof h.toDateString&&"function"==typeof h.getDate&&"function"==typeof h.setDate}(A))return"date";if(function e(h){return h instanceof Error||"string"==typeof h.message&&h.constructor&&"number"==typeof h.constructor.stackTraceLimit}(A))return"error";if(function M(h){return h instanceof RegExp||"string"==typeof h.flags&&"boolean"==typeof h.ignoreCase&&"boolean"==typeof h.multiline&&"boolean"==typeof h.global}(A))return"regexp";switch(p(A)){case"Symbol":return"symbol";case"Promise":return"promise";case"WeakMap":return"weakmap";case"WeakSet":return"weakset";case"Map":return"map";case"Set":return"set";case"Int8Array":return"int8array";case"Uint8Array":return"uint8array";case"Uint8ClampedArray":return"uint8clampedarray";case"Int16Array":return"int16array";case"Uint16Array":return"uint16array";case"Int32Array":return"int32array";case"Uint32Array":return"uint32array";case"Float32Array":return"float32array";case"Float64Array":return"float64array"}if(function b(h){return"function"==typeof h.throw&&"function"==typeof h.return&&"function"==typeof h.next}(A))return"generator";switch(w=K.call(A)){case"[object Object]":return"object";case"[object Map Iterator]":return"mapiterator";case"[object Set Iterator]":return"setiterator";case"[object String Iterator]":return"stringiterator";case"[object Array Iterator]":return"arrayiterator"}return w.slice(8,-1).toLowerCase().replace(/\s/g,"")}},8095:(Ve,K,p)=>{"use strict";var t=p(3894),e=p(9650),f=p(3502).Buffer,M=new Array(16);function a(){e.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878}function b(w,D){return w<>>32-D}function d(w,D,L,k,S,U,Z){return b(w+(D&L|~D&k)+S+U|0,Z)+D|0}function N(w,D,L,k,S,U,Z){return b(w+(D&k|L&~k)+S+U|0,Z)+D|0}function h(w,D,L,k,S,U,Z){return b(w+(D^L^k)+S+U|0,Z)+D|0}function A(w,D,L,k,S,U,Z){return b(w+(L^(D|~k))+S+U|0,Z)+D|0}t(a,e),a.prototype._update=function(){for(var w=M,D=0;D<16;++D)w[D]=this._block.readInt32LE(4*D);var L=this._a,k=this._b,S=this._c,U=this._d;L=d(L,k,S,U,w[0],3614090360,7),U=d(U,L,k,S,w[1],3905402710,12),S=d(S,U,L,k,w[2],606105819,17),k=d(k,S,U,L,w[3],3250441966,22),L=d(L,k,S,U,w[4],4118548399,7),U=d(U,L,k,S,w[5],1200080426,12),S=d(S,U,L,k,w[6],2821735955,17),k=d(k,S,U,L,w[7],4249261313,22),L=d(L,k,S,U,w[8],1770035416,7),U=d(U,L,k,S,w[9],2336552879,12),S=d(S,U,L,k,w[10],4294925233,17),k=d(k,S,U,L,w[11],2304563134,22),L=d(L,k,S,U,w[12],1804603682,7),U=d(U,L,k,S,w[13],4254626195,12),S=d(S,U,L,k,w[14],2792965006,17),L=N(L,k=d(k,S,U,L,w[15],1236535329,22),S,U,w[1],4129170786,5),U=N(U,L,k,S,w[6],3225465664,9),S=N(S,U,L,k,w[11],643717713,14),k=N(k,S,U,L,w[0],3921069994,20),L=N(L,k,S,U,w[5],3593408605,5),U=N(U,L,k,S,w[10],38016083,9),S=N(S,U,L,k,w[15],3634488961,14),k=N(k,S,U,L,w[4],3889429448,20),L=N(L,k,S,U,w[9],568446438,5),U=N(U,L,k,S,w[14],3275163606,9),S=N(S,U,L,k,w[3],4107603335,14),k=N(k,S,U,L,w[8],1163531501,20),L=N(L,k,S,U,w[13],2850285829,5),U=N(U,L,k,S,w[2],4243563512,9),S=N(S,U,L,k,w[7],1735328473,14),L=h(L,k=N(k,S,U,L,w[12],2368359562,20),S,U,w[5],4294588738,4),U=h(U,L,k,S,w[8],2272392833,11),S=h(S,U,L,k,w[11],1839030562,16),k=h(k,S,U,L,w[14],4259657740,23),L=h(L,k,S,U,w[1],2763975236,4),U=h(U,L,k,S,w[4],1272893353,11),S=h(S,U,L,k,w[7],4139469664,16),k=h(k,S,U,L,w[10],3200236656,23),L=h(L,k,S,U,w[13],681279174,4),U=h(U,L,k,S,w[0],3936430074,11),S=h(S,U,L,k,w[3],3572445317,16),k=h(k,S,U,L,w[6],76029189,23),L=h(L,k,S,U,w[9],3654602809,4),U=h(U,L,k,S,w[12],3873151461,11),S=h(S,U,L,k,w[15],530742520,16),L=A(L,k=h(k,S,U,L,w[2],3299628645,23),S,U,w[0],4096336452,6),U=A(U,L,k,S,w[7],1126891415,10),S=A(S,U,L,k,w[14],2878612391,15),k=A(k,S,U,L,w[5],4237533241,21),L=A(L,k,S,U,w[12],1700485571,6),U=A(U,L,k,S,w[3],2399980690,10),S=A(S,U,L,k,w[10],4293915773,15),k=A(k,S,U,L,w[1],2240044497,21),L=A(L,k,S,U,w[8],1873313359,6),U=A(U,L,k,S,w[15],4264355552,10),S=A(S,U,L,k,w[6],2734768916,15),k=A(k,S,U,L,w[13],1309151649,21),L=A(L,k,S,U,w[4],4149444226,6),U=A(U,L,k,S,w[11],3174756917,10),S=A(S,U,L,k,w[2],718787259,15),k=A(k,S,U,L,w[9],3951481745,21),this._a=this._a+L|0,this._b=this._b+k|0,this._c=this._c+S|0,this._d=this._d+U|0},a.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var w=f.allocUnsafe(16);return w.writeInt32LE(this._a,0),w.writeInt32LE(this._b,4),w.writeInt32LE(this._c,8),w.writeInt32LE(this._d,12),w},Ve.exports=a},7079:(Ve,K,p)=>{var t=p(1378),e=p(7950);function f(M){this.rand=M||new e.Rand}Ve.exports=f,f.create=function(a){return new f(a)},f.prototype._randbelow=function(a){var b=a.bitLength(),d=Math.ceil(b/8);do{var N=new t(this.rand.generate(d))}while(N.cmp(a)>=0);return N},f.prototype._randrange=function(a,b){var d=b.sub(a);return a.add(this._randbelow(d))},f.prototype.test=function(a,b,d){var N=a.bitLength(),h=t.mont(a),A=new t(1).toRed(h);b||(b=Math.max(1,N/48|0));for(var w=a.subn(1),D=0;!w.testn(D);D++);for(var L=a.shrn(D),k=w.toRed(h);b>0;b--){var U=this._randrange(new t(2),w);d&&d(U);var Z=U.toRed(h).redPow(L);if(0!==Z.cmp(A)&&0!==Z.cmp(k)){for(var j=1;j0;b--){var k=this._randrange(new t(2),A),S=a.gcd(k);if(0!==S.cmpn(1))return S;var U=k.toRed(N).redPow(D);if(0!==U.cmp(h)&&0!==U.cmp(L)){for(var Z=1;Z=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),F=Math.max(0,n-y.length+1);F<=P;F++)C+=(E=(c=0|y.words[n-F|0])*(_=0|i.words[F])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,ve=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,Ae=0|c[4],dt=8191&Ae,Ie=Ae>>>13,De=0|c[5],le=8191&De,Te=De>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],_e=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],jt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Je=0|_[6],Se=8191&Je,Ge=Je>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(F,xt)|0))<<13)|0;I=((C=Math.imul(F,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(ve,xt)|0,C=Math.imul(ve,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(F,et)|0))<<13)|0;I=((C=C+Math.imul(F,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(ve,et)|0,C=C+Math.imul(ve,yt)|0;var zi=(I+(v=v+Math.imul(P,jt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(F,jt)|0))<<13)|0;I=((C=C+Math.imul(F,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,jt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(ve,jt)|0,C=C+Math.imul(ve,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(F,ce)|0))<<13)|0;I=((C=C+Math.imul(F,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,jt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,jt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(ve,ce)|0,C=C+Math.imul(ve,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(F,mt)|0))<<13)|0;I=((C=C+Math.imul(F,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,jt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,jt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(ve,mt)|0,C=C+Math.imul(ve,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(F,Re)|0))<<13)|0;I=((C=C+Math.imul(F,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,jt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,jt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(ve,Re)|0,C=C+Math.imul(ve,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(F,Se)|0))<<13)|0;I=((C=C+Math.imul(F,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(_e,xt),n=(n=Math.imul(_e,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,jt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,jt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(ve,Se)|0,C=C+Math.imul(ve,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(F,st)|0))<<13)|0;I=((C=C+Math.imul(F,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(_e,et)|0,n=(n=n+Math.imul(_e,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,jt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,jt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(ve,st)|0,C=C+Math.imul(ve,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(F,qt)|0))<<13)|0;I=((C=C+Math.imul(F,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(_e,jt)|0,n=(n=n+Math.imul(_e,Pe)|0)+Math.imul(Le,jt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(ve,qt)|0,C=C+Math.imul(ve,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(F,fi)|0))<<13)|0;I=((C=C+Math.imul(F,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,jt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,jt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(_e,ce)|0,n=(n=n+Math.imul(_e,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var Qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(ve,fi)|0))<<13)|0;I=((C=C+Math.imul(ve,si)|0)+(n>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,v=Math.imul(Wt,jt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,jt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(_e,mt)|0,n=(n=n+Math.imul(_e,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(_e,Re)|0,n=(n=n+Math.imul(_e,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(_e,Se)|0,n=(n=n+Math.imul(_e,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(_e,st)|0,n=(n=n+Math.imul(_e,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(_e,qt)|0,n=(n=n+Math.imul(_e,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Gi=(I+(v=v+Math.imul(_e,fi)|0)|0)+((8191&(n=(n=n+Math.imul(_e,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var mn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(mn>>>26)|0,mn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=Qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Gi,E[17]=sn,E[18]=mn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new j).mulp(y,i,r)}function j(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},j.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},j.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},j.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var F=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(F=Math.min(F/E|0,67108863),c._ishlnsubmul(_,F,P);0!==c.negative;)F--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=F)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var F=0,q=1;0==(u.words[0]&q)&&F<26;++F,q<<=1);if(F>0)for(u.iushrn(F);F-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),F=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},2391:Ve=>{function K(p,t){if(!p)throw new Error(t||"Assertion failed")}Ve.exports=K,K.equal=function(t,e,f){if(t!=e)throw new Error(f||"Assertion failed: "+t+" != "+e)}},8195:(Ve,K)=>{"use strict";var p=K;function e(M){return 1===M.length?"0"+M:M}function f(M){for(var a="",b=0;b>8,A=255&N;h?b.push(h,A):b.push(A)}return b},p.zero2=e,p.toHex=f,p.encode=function(a,b){return"hex"===b?f(a):a}},5768:(Ve,K,p)=>{"use strict";Object.defineProperty(K,"__esModule",{value:!0});var t=p(842);Object.keys(t).forEach(function(e){"default"!==e&&Object.defineProperty(K,e,{enumerable:!0,get:function(){return t[e]}})})},2999:(Ve,K,p)=>{"use strict";var t=p(7977);K.certificate=p(2390);var e=t.define("RSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("modulus").int(),this.key("publicExponent").int(),this.key("privateExponent").int(),this.key("prime1").int(),this.key("prime2").int(),this.key("exponent1").int(),this.key("exponent2").int(),this.key("coefficient").int())});K.RSAPrivateKey=e;var f=t.define("RSAPublicKey",function(){this.seq().obj(this.key("modulus").int(),this.key("publicExponent").int())});K.RSAPublicKey=f;var M=t.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(a),this.key("subjectPublicKey").bitstr())});K.PublicKey=M;var a=t.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("none").null_().optional(),this.key("curve").objid().optional(),this.key("params").seq().obj(this.key("p").int(),this.key("q").int(),this.key("g").int()).optional())}),b=t.define("PrivateKeyInfo",function(){this.seq().obj(this.key("version").int(),this.key("algorithm").use(a),this.key("subjectPrivateKey").octstr())});K.PrivateKey=b;var d=t.define("EncryptedPrivateKeyInfo",function(){this.seq().obj(this.key("algorithm").seq().obj(this.key("id").objid(),this.key("decrypt").seq().obj(this.key("kde").seq().obj(this.key("id").objid(),this.key("kdeparams").seq().obj(this.key("salt").octstr(),this.key("iters").int())),this.key("cipher").seq().obj(this.key("algo").objid(),this.key("iv").octstr()))),this.key("subjectPrivateKey").octstr())});K.EncryptedPrivateKey=d;var N=t.define("DSAPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("p").int(),this.key("q").int(),this.key("g").int(),this.key("pub_key").int(),this.key("priv_key").int())});K.DSAPrivateKey=N,K.DSAparam=t.define("DSAparam",function(){this.int()});var h=t.define("ECPrivateKey",function(){this.seq().obj(this.key("version").int(),this.key("privateKey").octstr(),this.key("parameters").optional().explicit(0).use(A),this.key("publicKey").optional().explicit(1).bitstr())});K.ECPrivateKey=h;var A=t.define("ECParameters",function(){this.choice({namedCurve:this.objid()})});K.signature=t.define("signature",function(){this.seq().obj(this.key("r").int(),this.key("s").int())})},2390:(Ve,K,p)=>{"use strict";var t=p(7977),e=t.define("Time",function(){this.choice({utcTime:this.utctime(),generalTime:this.gentime()})}),f=t.define("AttributeTypeValue",function(){this.seq().obj(this.key("type").objid(),this.key("value").any())}),M=t.define("AlgorithmIdentifier",function(){this.seq().obj(this.key("algorithm").objid(),this.key("parameters").optional(),this.key("curve").objid().optional())}),a=t.define("SubjectPublicKeyInfo",function(){this.seq().obj(this.key("algorithm").use(M),this.key("subjectPublicKey").bitstr())}),b=t.define("RelativeDistinguishedName",function(){this.setof(f)}),d=t.define("RDNSequence",function(){this.seqof(b)}),N=t.define("Name",function(){this.choice({rdnSequence:this.use(d)})}),h=t.define("Validity",function(){this.seq().obj(this.key("notBefore").use(e),this.key("notAfter").use(e))}),A=t.define("Extension",function(){this.seq().obj(this.key("extnID").objid(),this.key("critical").bool().def(!1),this.key("extnValue").octstr())}),w=t.define("TBSCertificate",function(){this.seq().obj(this.key("version").explicit(0).int().optional(),this.key("serialNumber").int(),this.key("signature").use(M),this.key("issuer").use(N),this.key("validity").use(h),this.key("subject").use(N),this.key("subjectPublicKeyInfo").use(a),this.key("issuerUniqueID").implicit(1).bitstr().optional(),this.key("subjectUniqueID").implicit(2).bitstr().optional(),this.key("extensions").explicit(3).seqof(A).optional())}),D=t.define("X509Certificate",function(){this.seq().obj(this.key("tbsCertificate").use(w),this.key("signatureAlgorithm").use(M),this.key("signatureValue").bitstr())});Ve.exports=D},5269:(Ve,K,p)=>{var t=/Proc-Type: 4,ENCRYPTED[\n\r]+DEK-Info: AES-((?:128)|(?:192)|(?:256))-CBC,([0-9A-H]+)[\n\r]+([0-9A-z\n\r+/=]+)[\n\r]+/m,e=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----/m,f=/^-----BEGIN ((?:.*? KEY)|CERTIFICATE)-----([0-9A-z\n\r+/=]+)-----END \1-----$/m,M=p(347),a=p(4330),b=p(3502).Buffer;Ve.exports=function(d,N){var w,h=d.toString(),A=h.match(t);if(A){var L="aes"+A[1],k=b.from(A[2],"hex"),S=b.from(A[3].replace(/[\r\n]/g,""),"base64"),U=M(N,k.slice(0,8),parseInt(A[1],10)).key,Z=[],j=a.createDecipheriv(L,U,k);Z.push(j.update(S)),Z.push(j.final()),w=b.concat(Z)}else{var D=h.match(f);w=b.from(D[2].replace(/[\r\n]/g,""),"base64")}return{tag:h.match(e)[1],data:w}}},2772:(Ve,K,p)=>{var t=p(2999),e=p(2562),f=p(5269),M=p(4330),a=p(9357),b=p(3502).Buffer;function d(h){var A;"object"==typeof h&&!b.isBuffer(h)&&(A=h.passphrase,h=h.key),"string"==typeof h&&(h=b.from(h));var k,S,w=f(h,A),D=w.tag,L=w.data;switch(D){case"CERTIFICATE":S=t.certificate.decode(L,"der").tbsCertificate.subjectPublicKeyInfo;case"PUBLIC KEY":switch(S||(S=t.PublicKey.decode(L,"der")),k=S.algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return t.RSAPublicKey.decode(S.subjectPublicKey.data,"der");case"1.2.840.10045.2.1":return S.subjectPrivateKey=S.subjectPublicKey,{type:"ec",data:S};case"1.2.840.10040.4.1":return S.algorithm.params.pub_key=t.DSAparam.decode(S.subjectPublicKey.data,"der"),{type:"dsa",data:S.algorithm.params};default:throw new Error("unknown key id "+k)}case"ENCRYPTED PRIVATE KEY":L=function N(h,A){var w=h.algorithm.decrypt.kde.kdeparams.salt,D=parseInt(h.algorithm.decrypt.kde.kdeparams.iters.toString(),10),L=e[h.algorithm.decrypt.cipher.algo.join(".")],k=h.algorithm.decrypt.cipher.iv,S=h.subjectPrivateKey,U=parseInt(L.split("-")[1],10)/8,Z=a.pbkdf2Sync(A,w,D,U,"sha1"),j=M.createDecipheriv(L,Z,k),ne=[];return ne.push(j.update(S)),ne.push(j.final()),b.concat(ne)}(L=t.EncryptedPrivateKey.decode(L,"der"),A);case"PRIVATE KEY":switch(k=(S=t.PrivateKey.decode(L,"der")).algorithm.algorithm.join(".")){case"1.2.840.113549.1.1.1":return t.RSAPrivateKey.decode(S.subjectPrivateKey,"der");case"1.2.840.10045.2.1":return{curve:S.algorithm.curve,privateKey:t.ECPrivateKey.decode(S.subjectPrivateKey,"der").privateKey};case"1.2.840.10040.4.1":return S.algorithm.params.priv_key=t.DSAparam.decode(S.subjectPrivateKey,"der"),{type:"dsa",params:S.algorithm.params};default:throw new Error("unknown key id "+k)}case"RSA PUBLIC KEY":return t.RSAPublicKey.decode(L,"der");case"RSA PRIVATE KEY":return t.RSAPrivateKey.decode(L,"der");case"DSA PRIVATE KEY":return{type:"dsa",params:t.DSAPrivateKey.decode(L,"der")};case"EC PRIVATE KEY":return{curve:(L=t.ECPrivateKey.decode(L,"der")).parameters.value,privateKey:L.privateKey};default:throw new Error("unknown key type "+D)}}Ve.exports=d,d.signature=t.signature},9357:(Ve,K,p)=>{K.pbkdf2=p(415),K.pbkdf2Sync=p(7472)},415:(Ve,K,p)=>{var b,w,t=p(3502).Buffer,e=p(2697),f=p(8867),M=p(7472),a=p(4566),d=global.crypto&&global.crypto.subtle,N={sha:"SHA-1","sha-1":"SHA-1",sha1:"SHA-1",sha256:"SHA-256","sha-256":"SHA-256",sha384:"SHA-384","sha-384":"SHA-384","sha-512":"SHA-512",sha512:"SHA-512"},h=[];function D(){return w||(w=global.process&&global.process.nextTick?global.process.nextTick:global.queueMicrotask?global.queueMicrotask:global.setImmediate?global.setImmediate:global.setTimeout)}function L(S,U,Z,j,ne){return d.importKey("raw",S,{name:"PBKDF2"},!1,["deriveBits"]).then(function($){return d.deriveBits({name:"PBKDF2",salt:U,iterations:Z,hash:{name:ne}},$,j<<3)}).then(function($){return t.from($)})}Ve.exports=function(S,U,Z,j,ne,$){"function"==typeof ne&&($=ne,ne=void 0);var de=N[(ne=ne||"sha1").toLowerCase()];if(de&&"function"==typeof global.Promise){if(e(Z,j),S=a(S,f,"Password"),U=a(U,f,"Salt"),"function"!=typeof $)throw new Error("No callback provided to pbkdf2");!function k(S,U){S.then(function(Z){D()(function(){U(null,Z)})},function(Z){D()(function(){U(Z)})})}(function A(S){if(global.process&&!global.process.browser||!d||!d.importKey||!d.deriveBits)return Promise.resolve(!1);if(void 0!==h[S])return h[S];var U=L(b=b||t.alloc(8),b,10,128,S).then(function(){return!0}).catch(function(){return!1});return h[S]=U,U}(de).then(function(te){return te?L(S,U,Z,j,de):M(S,U,Z,j,ne)}),$)}else D()(function(){var te;try{te=M(S,U,Z,j,ne)}catch(ie){return $(ie)}$(null,te)})}},8867:Ve=>{var K;K=global.process&&global.process.browser?"utf-8":global.process&&global.process.version?parseInt(process.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary":"utf-8",Ve.exports=K},2697:Ve=>{var K=Math.pow(2,30)-1;Ve.exports=function(p,t){if("number"!=typeof p)throw new TypeError("Iterations not a number");if(p<0)throw new TypeError("Bad iterations");if("number"!=typeof t)throw new TypeError("Key length not a number");if(t<0||t>K||t!=t)throw new TypeError("Bad key length")}},7472:(Ve,K,p)=>{var t=p(5640),e=p(5634),f=p(5244),M=p(3502).Buffer,a=p(2697),b=p(8867),d=p(4566),N=M.alloc(128),h={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function A(L,k,S){var U=function w(L){return"rmd160"===L||"ripemd160"===L?function S(U){return(new e).update(U).digest()}:"md5"===L?t:function k(U){return f(L).update(U).digest()}}(L),Z="sha512"===L||"sha384"===L?128:64;k.length>Z?k=U(k):k.length{var t=p(3502).Buffer;Ve.exports=function(e,f,M){if(t.isBuffer(e))return e;if("string"==typeof e)return t.from(e,f);if(ArrayBuffer.isView(e))return t.from(e.buffer);throw new TypeError(M+" must be a string, a Buffer, a typed array or a DataView")}},3701:(Ve,K,p)=>{K.publicEncrypt=p(6562),K.privateDecrypt=p(6705),K.privateEncrypt=function(e,f){return K.publicEncrypt(e,f,!0)},K.publicDecrypt=function(e,f){return K.privateDecrypt(e,f,!0)}},6945:(Ve,K,p)=>{var t=p(6386),e=p(3502).Buffer;function f(M){var a=e.allocUnsafe(4);return a.writeUInt32BE(M,0),a}Ve.exports=function(M,a){for(var N,b=e.alloc(0),d=0;b.length=65&&r<=70?r-55:r>=97&&r<=102?r-87:r-48&15}function N(y,i,r){var u=d(y,r);return r-1>=i&&(u|=d(y,r-1)<<4),u}function h(y,i,r,u){for(var c=0,_=Math.min(y.length,r),E=i;E<_;E++){var I=y.charCodeAt(E)-48;c*=u,c+=I>=49?I-49+10:I>=17?I-17+10:I}return c}a.isBN=function(i){return i instanceof a||null!==i&&"object"==typeof i&&i.constructor.wordSize===a.wordSize&&Array.isArray(i.words)},a.max=function(i,r){return i.cmp(r)>0?i:r},a.min=function(i,r){return i.cmp(r)<0?i:r},a.prototype._init=function(i,r,u){if("number"==typeof i)return this._initNumber(i,r,u);if("object"==typeof i)return this._initArray(i,r,u);"hex"===r&&(r=16),f(r===(0|r)&&r>=2&&r<=36);var c=0;"-"===(i=i.toString().replace(/\s+/g,""))[0]&&(c++,this.negative=1),c=0;c-=3)this.words[_]|=(E=i[c]|i[c-1]<<8|i[c-2]<<16)<>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);else if("le"===u)for(c=0,_=0;c>>26-I&67108863,(I+=24)>=26&&(I-=26,_++);return this.strip()},a.prototype._parseHex=function(i,r,u){this.length=Math.ceil((i.length-r)/6),this.words=new Array(this.length);for(var c=0;c=r;c-=2)I=N(i,r,c)<<_,this.words[E]|=67108863&I,_>=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;else for(c=(i.length-r)%2==0?r+1:r;c=18?(_-=18,this.words[E+=1]|=I>>>26):_+=8;this.strip()},a.prototype._parseBase=function(i,r,u){this.words=[0],this.length=1;for(var c=0,_=1;_<=67108863;_*=r)c++;c--,_=_/r|0;for(var E=i.length-u,I=E%c,v=Math.min(E,E-I)+u,n=0,C=u;C1&&0===this.words[this.length-1];)this.length--;return this._normSign()},a.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},a.prototype.inspect=function(){return(this.red?""};var A=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],w=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],D=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function k(y,i,r){r.negative=i.negative^y.negative;var u=y.length+i.length|0;r.length=u,u=u-1|0;var c=0|y.words[0],_=0|i.words[0],E=c*_,v=E/67108864|0;r.words[0]=67108863&E;for(var n=1;n>>26,B=67108863&v,P=Math.min(n,i.length-1),F=Math.max(0,n-y.length+1);F<=P;F++)C+=(E=(c=0|y.words[n-F|0])*(_=0|i.words[F])+B)/67108864|0,B=67108863&E;r.words[n]=0|B,v=0|C}return 0!==v?r.words[n]=0|v:r.length--,r.strip()}a.prototype.toString=function(i,r){var u;if(r=0|r||1,16===(i=i||10)||"hex"===i){u="";for(var c=0,_=0,E=0;E>>24-c&16777215)||E!==this.length-1?A[6-v.length]+v+u:v+u,(c+=2)>=26&&(c-=26,E--)}for(0!==_&&(u=_.toString(16)+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}if(i===(0|i)&&i>=2&&i<=36){var n=w[i],C=D[i];u="";var B=this.clone();for(B.negative=0;!B.isZero();){var P=B.modn(C).toString(i);u=(B=B.idivn(C)).isZero()?P+u:A[n-P.length]+P+u}for(this.isZero()&&(u="0"+u);u.length%r!=0;)u="0"+u;return 0!==this.negative&&(u="-"+u),u}f(!1,"Base should be between 2 and 36")},a.prototype.toNumber=function(){var i=this.words[0];return 2===this.length?i+=67108864*this.words[1]:3===this.length&&1===this.words[2]?i+=4503599627370496+67108864*this.words[1]:this.length>2&&f(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-i:i},a.prototype.toJSON=function(){return this.toString(16)},a.prototype.toBuffer=function(i,r){return f(void 0!==b),this.toArrayLike(b,i,r)},a.prototype.toArray=function(i,r){return this.toArrayLike(Array,i,r)},a.prototype.toArrayLike=function(i,r,u){var c=this.byteLength(),_=u||Math.max(1,c);f(c<=_,"byte array longer than desired length"),f(_>0,"Requested array length <= 0"),this.strip();var v,n,E="le"===r,I=new i(_),C=this.clone();if(E){for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[n]=v;for(;n<_;n++)I[n]=0}else{for(n=0;n<_-c;n++)I[n]=0;for(n=0;!C.isZero();n++)v=C.andln(255),C.iushrn(8),I[_-n-1]=v}return I},a.prototype._countBits=Math.clz32?function(i){return 32-Math.clz32(i)}:function(i){var r=i,u=0;return r>=4096&&(u+=13,r>>>=13),r>=64&&(u+=7,r>>>=7),r>=8&&(u+=4,r>>>=4),r>=2&&(u+=2,r>>>=2),u+r},a.prototype._zeroBits=function(i){if(0===i)return 26;var r=i,u=0;return 0==(8191&r)&&(u+=13,r>>>=13),0==(127&r)&&(u+=7,r>>>=7),0==(15&r)&&(u+=4,r>>>=4),0==(3&r)&&(u+=2,r>>>=2),0==(1&r)&&u++,u},a.prototype.bitLength=function(){var r=this._countBits(this.words[this.length-1]);return 26*(this.length-1)+r},a.prototype.zeroBits=function(){if(this.isZero())return 0;for(var i=0,r=0;ri.length?this.clone().ior(i):i.clone().ior(this)},a.prototype.uor=function(i){return this.length>i.length?this.clone().iuor(i):i.clone().iuor(this)},a.prototype.iuand=function(i){var r;r=this.length>i.length?i:this;for(var u=0;ui.length?this.clone().iand(i):i.clone().iand(this)},a.prototype.uand=function(i){return this.length>i.length?this.clone().iuand(i):i.clone().iuand(this)},a.prototype.iuxor=function(i){var r,u;this.length>i.length?(r=this,u=i):(r=i,u=this);for(var c=0;ci.length?this.clone().ixor(i):i.clone().ixor(this)},a.prototype.uxor=function(i){return this.length>i.length?this.clone().iuxor(i):i.clone().iuxor(this)},a.prototype.inotn=function(i){f("number"==typeof i&&i>=0);var r=0|Math.ceil(i/26),u=i%26;this._expand(r),u>0&&r--;for(var c=0;c0&&(this.words[c]=~this.words[c]&67108863>>26-u),this.strip()},a.prototype.notn=function(i){return this.clone().inotn(i)},a.prototype.setn=function(i,r){f("number"==typeof i&&i>=0);var u=i/26|0,c=i%26;return this._expand(u+1),this.words[u]=r?this.words[u]|1<i.length?(u=this,c=i):(u=i,c=this);for(var _=0,E=0;E>>26;for(;0!==_&&E>>26;if(this.length=u.length,0!==_)this.words[this.length]=_,this.length++;else if(u!==this)for(;Ei.length?this.clone().iadd(i):i.clone().iadd(this)},a.prototype.isub=function(i){if(0!==i.negative){i.negative=0;var r=this.iadd(i);return i.negative=1,r._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(i),this.negative=1,this._normSign();var c,_,u=this.cmp(i);if(0===u)return this.negative=0,this.length=1,this.words[0]=0,this;u>0?(c=this,_=i):(c=i,_=this);for(var E=0,I=0;I<_.length;I++)E=(r=(0|c.words[I])-(0|_.words[I])+E)>>26,this.words[I]=67108863&r;for(;0!==E&&I>26,this.words[I]=67108863&r;if(0===E&&I>>13,q=0|c[1],he=8191&q,ve=q>>>13,Ne=0|c[2],we=8191&Ne,Q=Ne>>>13,Ue=0|c[3],ye=8191&Ue,V=Ue>>>13,Ae=0|c[4],dt=8191&Ae,Ie=Ae>>>13,De=0|c[5],le=8191&De,Te=De>>>13,xe=0|c[6],W=8191&xe,ee=xe>>>13,ue=0|c[7],_e=8191&ue,Le=ue>>>13,ut=0|c[8],ht=8191&ut,It=ut>>>13,ui=0|c[9],Wt=8191&ui,Gt=ui>>>13,hi=0|_[0],xt=8191&hi,Nt=hi>>>13,Ct=0|_[1],et=8191&Ct,yt=Ct>>>13,ei=0|_[2],jt=8191&ei,Pe=ei>>>13,Oe=0|_[3],ce=8191&Oe,be=Oe>>>13,pt=0|_[4],mt=8191&pt,Ht=pt>>>13,it=0|_[5],Re=8191&it,tt=it>>>13,Je=0|_[6],Se=8191&Je,Ge=Je>>>13,at=0|_[7],st=8191&at,bt=at>>>13,gi=0|_[8],qt=8191&gi,Xt=gi>>>13,Ji=0|_[9],fi=8191&Ji,si=Ji>>>13;u.negative=i.negative^r.negative,u.length=19;var en=(I+(v=Math.imul(P,xt))|0)+((8191&(n=(n=Math.imul(P,Nt))+Math.imul(F,xt)|0))<<13)|0;I=((C=Math.imul(F,Nt))+(n>>>13)|0)+(en>>>26)|0,en&=67108863,v=Math.imul(he,xt),n=(n=Math.imul(he,Nt))+Math.imul(ve,xt)|0,C=Math.imul(ve,Nt);var Bi=(I+(v=v+Math.imul(P,et)|0)|0)+((8191&(n=(n=n+Math.imul(P,yt)|0)+Math.imul(F,et)|0))<<13)|0;I=((C=C+Math.imul(F,yt)|0)+(n>>>13)|0)+(Bi>>>26)|0,Bi&=67108863,v=Math.imul(we,xt),n=(n=Math.imul(we,Nt))+Math.imul(Q,xt)|0,C=Math.imul(Q,Nt),v=v+Math.imul(he,et)|0,n=(n=n+Math.imul(he,yt)|0)+Math.imul(ve,et)|0,C=C+Math.imul(ve,yt)|0;var zi=(I+(v=v+Math.imul(P,jt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Pe)|0)+Math.imul(F,jt)|0))<<13)|0;I=((C=C+Math.imul(F,Pe)|0)+(n>>>13)|0)+(zi>>>26)|0,zi&=67108863,v=Math.imul(ye,xt),n=(n=Math.imul(ye,Nt))+Math.imul(V,xt)|0,C=Math.imul(V,Nt),v=v+Math.imul(we,et)|0,n=(n=n+Math.imul(we,yt)|0)+Math.imul(Q,et)|0,C=C+Math.imul(Q,yt)|0,v=v+Math.imul(he,jt)|0,n=(n=n+Math.imul(he,Pe)|0)+Math.imul(ve,jt)|0,C=C+Math.imul(ve,Pe)|0;var Ui=(I+(v=v+Math.imul(P,ce)|0)|0)+((8191&(n=(n=n+Math.imul(P,be)|0)+Math.imul(F,ce)|0))<<13)|0;I=((C=C+Math.imul(F,be)|0)+(n>>>13)|0)+(Ui>>>26)|0,Ui&=67108863,v=Math.imul(dt,xt),n=(n=Math.imul(dt,Nt))+Math.imul(Ie,xt)|0,C=Math.imul(Ie,Nt),v=v+Math.imul(ye,et)|0,n=(n=n+Math.imul(ye,yt)|0)+Math.imul(V,et)|0,C=C+Math.imul(V,yt)|0,v=v+Math.imul(we,jt)|0,n=(n=n+Math.imul(we,Pe)|0)+Math.imul(Q,jt)|0,C=C+Math.imul(Q,Pe)|0,v=v+Math.imul(he,ce)|0,n=(n=n+Math.imul(he,be)|0)+Math.imul(ve,ce)|0,C=C+Math.imul(ve,be)|0;var ze=(I+(v=v+Math.imul(P,mt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ht)|0)+Math.imul(F,mt)|0))<<13)|0;I=((C=C+Math.imul(F,Ht)|0)+(n>>>13)|0)+(ze>>>26)|0,ze&=67108863,v=Math.imul(le,xt),n=(n=Math.imul(le,Nt))+Math.imul(Te,xt)|0,C=Math.imul(Te,Nt),v=v+Math.imul(dt,et)|0,n=(n=n+Math.imul(dt,yt)|0)+Math.imul(Ie,et)|0,C=C+Math.imul(Ie,yt)|0,v=v+Math.imul(ye,jt)|0,n=(n=n+Math.imul(ye,Pe)|0)+Math.imul(V,jt)|0,C=C+Math.imul(V,Pe)|0,v=v+Math.imul(we,ce)|0,n=(n=n+Math.imul(we,be)|0)+Math.imul(Q,ce)|0,C=C+Math.imul(Q,be)|0,v=v+Math.imul(he,mt)|0,n=(n=n+Math.imul(he,Ht)|0)+Math.imul(ve,mt)|0,C=C+Math.imul(ve,Ht)|0;var Tt=(I+(v=v+Math.imul(P,Re)|0)|0)+((8191&(n=(n=n+Math.imul(P,tt)|0)+Math.imul(F,Re)|0))<<13)|0;I=((C=C+Math.imul(F,tt)|0)+(n>>>13)|0)+(Tt>>>26)|0,Tt&=67108863,v=Math.imul(W,xt),n=(n=Math.imul(W,Nt))+Math.imul(ee,xt)|0,C=Math.imul(ee,Nt),v=v+Math.imul(le,et)|0,n=(n=n+Math.imul(le,yt)|0)+Math.imul(Te,et)|0,C=C+Math.imul(Te,yt)|0,v=v+Math.imul(dt,jt)|0,n=(n=n+Math.imul(dt,Pe)|0)+Math.imul(Ie,jt)|0,C=C+Math.imul(Ie,Pe)|0,v=v+Math.imul(ye,ce)|0,n=(n=n+Math.imul(ye,be)|0)+Math.imul(V,ce)|0,C=C+Math.imul(V,be)|0,v=v+Math.imul(we,mt)|0,n=(n=n+Math.imul(we,Ht)|0)+Math.imul(Q,mt)|0,C=C+Math.imul(Q,Ht)|0,v=v+Math.imul(he,Re)|0,n=(n=n+Math.imul(he,tt)|0)+Math.imul(ve,Re)|0,C=C+Math.imul(ve,tt)|0;var pe=(I+(v=v+Math.imul(P,Se)|0)|0)+((8191&(n=(n=n+Math.imul(P,Ge)|0)+Math.imul(F,Se)|0))<<13)|0;I=((C=C+Math.imul(F,Ge)|0)+(n>>>13)|0)+(pe>>>26)|0,pe&=67108863,v=Math.imul(_e,xt),n=(n=Math.imul(_e,Nt))+Math.imul(Le,xt)|0,C=Math.imul(Le,Nt),v=v+Math.imul(W,et)|0,n=(n=n+Math.imul(W,yt)|0)+Math.imul(ee,et)|0,C=C+Math.imul(ee,yt)|0,v=v+Math.imul(le,jt)|0,n=(n=n+Math.imul(le,Pe)|0)+Math.imul(Te,jt)|0,C=C+Math.imul(Te,Pe)|0,v=v+Math.imul(dt,ce)|0,n=(n=n+Math.imul(dt,be)|0)+Math.imul(Ie,ce)|0,C=C+Math.imul(Ie,be)|0,v=v+Math.imul(ye,mt)|0,n=(n=n+Math.imul(ye,Ht)|0)+Math.imul(V,mt)|0,C=C+Math.imul(V,Ht)|0,v=v+Math.imul(we,Re)|0,n=(n=n+Math.imul(we,tt)|0)+Math.imul(Q,Re)|0,C=C+Math.imul(Q,tt)|0,v=v+Math.imul(he,Se)|0,n=(n=n+Math.imul(he,Ge)|0)+Math.imul(ve,Se)|0,C=C+Math.imul(ve,Ge)|0;var je=(I+(v=v+Math.imul(P,st)|0)|0)+((8191&(n=(n=n+Math.imul(P,bt)|0)+Math.imul(F,st)|0))<<13)|0;I=((C=C+Math.imul(F,bt)|0)+(n>>>13)|0)+(je>>>26)|0,je&=67108863,v=Math.imul(ht,xt),n=(n=Math.imul(ht,Nt))+Math.imul(It,xt)|0,C=Math.imul(It,Nt),v=v+Math.imul(_e,et)|0,n=(n=n+Math.imul(_e,yt)|0)+Math.imul(Le,et)|0,C=C+Math.imul(Le,yt)|0,v=v+Math.imul(W,jt)|0,n=(n=n+Math.imul(W,Pe)|0)+Math.imul(ee,jt)|0,C=C+Math.imul(ee,Pe)|0,v=v+Math.imul(le,ce)|0,n=(n=n+Math.imul(le,be)|0)+Math.imul(Te,ce)|0,C=C+Math.imul(Te,be)|0,v=v+Math.imul(dt,mt)|0,n=(n=n+Math.imul(dt,Ht)|0)+Math.imul(Ie,mt)|0,C=C+Math.imul(Ie,Ht)|0,v=v+Math.imul(ye,Re)|0,n=(n=n+Math.imul(ye,tt)|0)+Math.imul(V,Re)|0,C=C+Math.imul(V,tt)|0,v=v+Math.imul(we,Se)|0,n=(n=n+Math.imul(we,Ge)|0)+Math.imul(Q,Se)|0,C=C+Math.imul(Q,Ge)|0,v=v+Math.imul(he,st)|0,n=(n=n+Math.imul(he,bt)|0)+Math.imul(ve,st)|0,C=C+Math.imul(ve,bt)|0;var _t=(I+(v=v+Math.imul(P,qt)|0)|0)+((8191&(n=(n=n+Math.imul(P,Xt)|0)+Math.imul(F,qt)|0))<<13)|0;I=((C=C+Math.imul(F,Xt)|0)+(n>>>13)|0)+(_t>>>26)|0,_t&=67108863,v=Math.imul(Wt,xt),n=(n=Math.imul(Wt,Nt))+Math.imul(Gt,xt)|0,C=Math.imul(Gt,Nt),v=v+Math.imul(ht,et)|0,n=(n=n+Math.imul(ht,yt)|0)+Math.imul(It,et)|0,C=C+Math.imul(It,yt)|0,v=v+Math.imul(_e,jt)|0,n=(n=n+Math.imul(_e,Pe)|0)+Math.imul(Le,jt)|0,C=C+Math.imul(Le,Pe)|0,v=v+Math.imul(W,ce)|0,n=(n=n+Math.imul(W,be)|0)+Math.imul(ee,ce)|0,C=C+Math.imul(ee,be)|0,v=v+Math.imul(le,mt)|0,n=(n=n+Math.imul(le,Ht)|0)+Math.imul(Te,mt)|0,C=C+Math.imul(Te,Ht)|0,v=v+Math.imul(dt,Re)|0,n=(n=n+Math.imul(dt,tt)|0)+Math.imul(Ie,Re)|0,C=C+Math.imul(Ie,tt)|0,v=v+Math.imul(ye,Se)|0,n=(n=n+Math.imul(ye,Ge)|0)+Math.imul(V,Se)|0,C=C+Math.imul(V,Ge)|0,v=v+Math.imul(we,st)|0,n=(n=n+Math.imul(we,bt)|0)+Math.imul(Q,st)|0,C=C+Math.imul(Q,bt)|0,v=v+Math.imul(he,qt)|0,n=(n=n+Math.imul(he,Xt)|0)+Math.imul(ve,qt)|0,C=C+Math.imul(ve,Xt)|0;var re=(I+(v=v+Math.imul(P,fi)|0)|0)+((8191&(n=(n=n+Math.imul(P,si)|0)+Math.imul(F,fi)|0))<<13)|0;I=((C=C+Math.imul(F,si)|0)+(n>>>13)|0)+(re>>>26)|0,re&=67108863,v=Math.imul(Wt,et),n=(n=Math.imul(Wt,yt))+Math.imul(Gt,et)|0,C=Math.imul(Gt,yt),v=v+Math.imul(ht,jt)|0,n=(n=n+Math.imul(ht,Pe)|0)+Math.imul(It,jt)|0,C=C+Math.imul(It,Pe)|0,v=v+Math.imul(_e,ce)|0,n=(n=n+Math.imul(_e,be)|0)+Math.imul(Le,ce)|0,C=C+Math.imul(Le,be)|0,v=v+Math.imul(W,mt)|0,n=(n=n+Math.imul(W,Ht)|0)+Math.imul(ee,mt)|0,C=C+Math.imul(ee,Ht)|0,v=v+Math.imul(le,Re)|0,n=(n=n+Math.imul(le,tt)|0)+Math.imul(Te,Re)|0,C=C+Math.imul(Te,tt)|0,v=v+Math.imul(dt,Se)|0,n=(n=n+Math.imul(dt,Ge)|0)+Math.imul(Ie,Se)|0,C=C+Math.imul(Ie,Ge)|0,v=v+Math.imul(ye,st)|0,n=(n=n+Math.imul(ye,bt)|0)+Math.imul(V,st)|0,C=C+Math.imul(V,bt)|0,v=v+Math.imul(we,qt)|0,n=(n=n+Math.imul(we,Xt)|0)+Math.imul(Q,qt)|0,C=C+Math.imul(Q,Xt)|0;var Qe=(I+(v=v+Math.imul(he,fi)|0)|0)+((8191&(n=(n=n+Math.imul(he,si)|0)+Math.imul(ve,fi)|0))<<13)|0;I=((C=C+Math.imul(ve,si)|0)+(n>>>13)|0)+(Qe>>>26)|0,Qe&=67108863,v=Math.imul(Wt,jt),n=(n=Math.imul(Wt,Pe))+Math.imul(Gt,jt)|0,C=Math.imul(Gt,Pe),v=v+Math.imul(ht,ce)|0,n=(n=n+Math.imul(ht,be)|0)+Math.imul(It,ce)|0,C=C+Math.imul(It,be)|0,v=v+Math.imul(_e,mt)|0,n=(n=n+Math.imul(_e,Ht)|0)+Math.imul(Le,mt)|0,C=C+Math.imul(Le,Ht)|0,v=v+Math.imul(W,Re)|0,n=(n=n+Math.imul(W,tt)|0)+Math.imul(ee,Re)|0,C=C+Math.imul(ee,tt)|0,v=v+Math.imul(le,Se)|0,n=(n=n+Math.imul(le,Ge)|0)+Math.imul(Te,Se)|0,C=C+Math.imul(Te,Ge)|0,v=v+Math.imul(dt,st)|0,n=(n=n+Math.imul(dt,bt)|0)+Math.imul(Ie,st)|0,C=C+Math.imul(Ie,bt)|0,v=v+Math.imul(ye,qt)|0,n=(n=n+Math.imul(ye,Xt)|0)+Math.imul(V,qt)|0,C=C+Math.imul(V,Xt)|0;var Mt=(I+(v=v+Math.imul(we,fi)|0)|0)+((8191&(n=(n=n+Math.imul(we,si)|0)+Math.imul(Q,fi)|0))<<13)|0;I=((C=C+Math.imul(Q,si)|0)+(n>>>13)|0)+(Mt>>>26)|0,Mt&=67108863,v=Math.imul(Wt,ce),n=(n=Math.imul(Wt,be))+Math.imul(Gt,ce)|0,C=Math.imul(Gt,be),v=v+Math.imul(ht,mt)|0,n=(n=n+Math.imul(ht,Ht)|0)+Math.imul(It,mt)|0,C=C+Math.imul(It,Ht)|0,v=v+Math.imul(_e,Re)|0,n=(n=n+Math.imul(_e,tt)|0)+Math.imul(Le,Re)|0,C=C+Math.imul(Le,tt)|0,v=v+Math.imul(W,Se)|0,n=(n=n+Math.imul(W,Ge)|0)+Math.imul(ee,Se)|0,C=C+Math.imul(ee,Ge)|0,v=v+Math.imul(le,st)|0,n=(n=n+Math.imul(le,bt)|0)+Math.imul(Te,st)|0,C=C+Math.imul(Te,bt)|0,v=v+Math.imul(dt,qt)|0,n=(n=n+Math.imul(dt,Xt)|0)+Math.imul(Ie,qt)|0,C=C+Math.imul(Ie,Xt)|0;var zt=(I+(v=v+Math.imul(ye,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ye,si)|0)+Math.imul(V,fi)|0))<<13)|0;I=((C=C+Math.imul(V,si)|0)+(n>>>13)|0)+(zt>>>26)|0,zt&=67108863,v=Math.imul(Wt,mt),n=(n=Math.imul(Wt,Ht))+Math.imul(Gt,mt)|0,C=Math.imul(Gt,Ht),v=v+Math.imul(ht,Re)|0,n=(n=n+Math.imul(ht,tt)|0)+Math.imul(It,Re)|0,C=C+Math.imul(It,tt)|0,v=v+Math.imul(_e,Se)|0,n=(n=n+Math.imul(_e,Ge)|0)+Math.imul(Le,Se)|0,C=C+Math.imul(Le,Ge)|0,v=v+Math.imul(W,st)|0,n=(n=n+Math.imul(W,bt)|0)+Math.imul(ee,st)|0,C=C+Math.imul(ee,bt)|0,v=v+Math.imul(le,qt)|0,n=(n=n+Math.imul(le,Xt)|0)+Math.imul(Te,qt)|0,C=C+Math.imul(Te,Xt)|0;var bi=(I+(v=v+Math.imul(dt,fi)|0)|0)+((8191&(n=(n=n+Math.imul(dt,si)|0)+Math.imul(Ie,fi)|0))<<13)|0;I=((C=C+Math.imul(Ie,si)|0)+(n>>>13)|0)+(bi>>>26)|0,bi&=67108863,v=Math.imul(Wt,Re),n=(n=Math.imul(Wt,tt))+Math.imul(Gt,Re)|0,C=Math.imul(Gt,tt),v=v+Math.imul(ht,Se)|0,n=(n=n+Math.imul(ht,Ge)|0)+Math.imul(It,Se)|0,C=C+Math.imul(It,Ge)|0,v=v+Math.imul(_e,st)|0,n=(n=n+Math.imul(_e,bt)|0)+Math.imul(Le,st)|0,C=C+Math.imul(Le,bt)|0,v=v+Math.imul(W,qt)|0,n=(n=n+Math.imul(W,Xt)|0)+Math.imul(ee,qt)|0,C=C+Math.imul(ee,Xt)|0;var Ei=(I+(v=v+Math.imul(le,fi)|0)|0)+((8191&(n=(n=n+Math.imul(le,si)|0)+Math.imul(Te,fi)|0))<<13)|0;I=((C=C+Math.imul(Te,si)|0)+(n>>>13)|0)+(Ei>>>26)|0,Ei&=67108863,v=Math.imul(Wt,Se),n=(n=Math.imul(Wt,Ge))+Math.imul(Gt,Se)|0,C=Math.imul(Gt,Ge),v=v+Math.imul(ht,st)|0,n=(n=n+Math.imul(ht,bt)|0)+Math.imul(It,st)|0,C=C+Math.imul(It,bt)|0,v=v+Math.imul(_e,qt)|0,n=(n=n+Math.imul(_e,Xt)|0)+Math.imul(Le,qt)|0,C=C+Math.imul(Le,Xt)|0;var $i=(I+(v=v+Math.imul(W,fi)|0)|0)+((8191&(n=(n=n+Math.imul(W,si)|0)+Math.imul(ee,fi)|0))<<13)|0;I=((C=C+Math.imul(ee,si)|0)+(n>>>13)|0)+($i>>>26)|0,$i&=67108863,v=Math.imul(Wt,st),n=(n=Math.imul(Wt,bt))+Math.imul(Gt,st)|0,C=Math.imul(Gt,bt),v=v+Math.imul(ht,qt)|0,n=(n=n+Math.imul(ht,Xt)|0)+Math.imul(It,qt)|0,C=C+Math.imul(It,Xt)|0;var Gi=(I+(v=v+Math.imul(_e,fi)|0)|0)+((8191&(n=(n=n+Math.imul(_e,si)|0)+Math.imul(Le,fi)|0))<<13)|0;I=((C=C+Math.imul(Le,si)|0)+(n>>>13)|0)+(Gi>>>26)|0,Gi&=67108863,v=Math.imul(Wt,qt),n=(n=Math.imul(Wt,Xt))+Math.imul(Gt,qt)|0,C=Math.imul(Gt,Xt);var sn=(I+(v=v+Math.imul(ht,fi)|0)|0)+((8191&(n=(n=n+Math.imul(ht,si)|0)+Math.imul(It,fi)|0))<<13)|0;I=((C=C+Math.imul(It,si)|0)+(n>>>13)|0)+(sn>>>26)|0,sn&=67108863;var mn=(I+(v=Math.imul(Wt,fi))|0)+((8191&(n=(n=Math.imul(Wt,si))+Math.imul(Gt,fi)|0))<<13)|0;return I=((C=Math.imul(Gt,si))+(n>>>13)|0)+(mn>>>26)|0,mn&=67108863,E[0]=en,E[1]=Bi,E[2]=zi,E[3]=Ui,E[4]=ze,E[5]=Tt,E[6]=pe,E[7]=je,E[8]=_t,E[9]=re,E[10]=Qe,E[11]=Mt,E[12]=zt,E[13]=bi,E[14]=Ei,E[15]=$i,E[16]=Gi,E[17]=sn,E[18]=mn,0!==I&&(E[19]=I,u.length++),u};function Z(y,i,r){return(new j).mulp(y,i,r)}function j(y,i){this.x=y,this.y=i}Math.imul||(S=k),a.prototype.mulTo=function(i,r){var u,c=this.length+i.length;return u=10===this.length&&10===i.length?S(this,i,r):c<63?k(this,i,r):c<1024?function U(y,i,r){r.negative=i.negative^y.negative,r.length=y.length+i.length;for(var u=0,c=0,_=0;_>>26)|0)>>>26,E&=67108863}r.words[_]=I,u=E,E=c}return 0!==u?r.words[_]=u:r.length--,r.strip()}(this,i,r):Z(this,i,r),u},j.prototype.makeRBT=function(i){for(var r=new Array(i),u=a.prototype._countBits(i)-1,c=0;c>=1;return c},j.prototype.permute=function(i,r,u,c,_,E){for(var I=0;I>>=1)_++;return 1<<_+1+c},j.prototype.conjugate=function(i,r,u){if(!(u<=1))for(var c=0;c>>=13),_>>>=13;for(E=2*r;E>=26,r+=c/67108864|0,r+=_>>>26,this.words[u]=67108863&_}return 0!==r&&(this.words[u]=r,this.length++),this},a.prototype.muln=function(i){return this.clone().imuln(i)},a.prototype.sqr=function(){return this.mul(this)},a.prototype.isqr=function(){return this.imul(this.clone())},a.prototype.pow=function(i){var r=function L(y){for(var i=new Array(y.bitLength()),r=0;r>>c}return i}(i);if(0===r.length)return new a(1);for(var u=this,c=0;c=0);var _,r=i%26,u=(i-r)/26,c=67108863>>>26-r<<26-r;if(0!==r){var E=0;for(_=0;_>>26-r}E&&(this.words[_]=E,this.length++)}if(0!==u){for(_=this.length-1;_>=0;_--)this.words[_+u]=this.words[_];for(_=0;_=0),c=r?(r-r%26)/26:0;var _=i%26,E=Math.min((i-_)/26,this.length),I=67108863^67108863>>>_<<_,v=u;if(c-=E,c=Math.max(0,c),v){for(var n=0;nE)for(this.length-=E,n=0;n=0&&(0!==C||n>=c);n--){var B=0|this.words[n];this.words[n]=C<<26-_|B>>>_,C=B&I}return v&&0!==C&&(v.words[v.length++]=C),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},a.prototype.ishrn=function(i,r,u){return f(0===this.negative),this.iushrn(i,r,u)},a.prototype.shln=function(i){return this.clone().ishln(i)},a.prototype.ushln=function(i){return this.clone().iushln(i)},a.prototype.shrn=function(i){return this.clone().ishrn(i)},a.prototype.ushrn=function(i){return this.clone().iushrn(i)},a.prototype.testn=function(i){f("number"==typeof i&&i>=0);var r=i%26,u=(i-r)/26;return!(this.length<=u||!(this.words[u]&1<=0);var r=i%26,u=(i-r)/26;return f(0===this.negative,"imaskn works only with positive numbers"),this.length<=u?this:(0!==r&&u++,this.length=Math.min(u,this.length),0!==r&&(this.words[this.length-1]&=67108863^67108863>>>r<=67108864;r++)this.words[r]-=67108864,r===this.length-1?this.words[r+1]=1:this.words[r+1]++;return this.length=Math.max(this.length,r+1),this},a.prototype.isubn=function(i){if(f("number"==typeof i),f(i<67108864),i<0)return this.iaddn(-i);if(0!==this.negative)return this.negative=0,this.iaddn(i),this.negative=1,this;if(this.words[0]-=i,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var r=0;r>26)-(v/67108864|0),this.words[_+u]=67108863&E}for(;_>26,this.words[_+u]=67108863&E;if(0===I)return this.strip();for(f(-1===I),I=0,_=0;_>26,this.words[_]=67108863&E;return this.negative=1,this.strip()},a.prototype._wordDiv=function(i,r){var u,c=this.clone(),_=i,E=0|_.words[_.length-1];0!=(u=26-this._countBits(E))&&(_=_.ushln(u),c.iushln(u),E=0|_.words[_.length-1]);var n,v=c.length-_.length;if("mod"!==r){(n=new a(null)).length=v+1,n.words=new Array(n.length);for(var C=0;C=0;P--){var F=67108864*(0|c.words[_.length+P])+(0|c.words[_.length+P-1]);for(F=Math.min(F/E|0,67108863),c._ishlnsubmul(_,F,P);0!==c.negative;)F--,c.negative=0,c._ishlnsubmul(_,1,P),c.isZero()||(c.negative^=1);n&&(n.words[P]=F)}return n&&n.strip(),c.strip(),"div"!==r&&0!==u&&c.iushrn(u),{div:n||null,mod:c}},a.prototype.divmod=function(i,r,u){return f(!i.isZero()),this.isZero()?{div:new a(0),mod:new a(0)}:0!==this.negative&&0===i.negative?(E=this.neg().divmod(i,r),"mod"!==r&&(c=E.div.neg()),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.iadd(i)),{div:c,mod:_}):0===this.negative&&0!==i.negative?(E=this.divmod(i.neg(),r),"mod"!==r&&(c=E.div.neg()),{div:c,mod:E.mod}):0!=(this.negative&i.negative)?(E=this.neg().divmod(i.neg(),r),"div"!==r&&(_=E.mod.neg(),u&&0!==_.negative&&_.isub(i)),{div:E.div,mod:_}):i.length>this.length||this.cmp(i)<0?{div:new a(0),mod:this}:1===i.length?"div"===r?{div:this.divn(i.words[0]),mod:null}:"mod"===r?{div:null,mod:new a(this.modn(i.words[0]))}:{div:this.divn(i.words[0]),mod:new a(this.modn(i.words[0]))}:this._wordDiv(i,r);var c,_,E},a.prototype.div=function(i){return this.divmod(i,"div",!1).div},a.prototype.mod=function(i){return this.divmod(i,"mod",!1).mod},a.prototype.umod=function(i){return this.divmod(i,"mod",!0).mod},a.prototype.divRound=function(i){var r=this.divmod(i);if(r.mod.isZero())return r.div;var u=0!==r.div.negative?r.mod.isub(i):r.mod,c=i.ushrn(1),_=i.andln(1),E=u.cmp(c);return E<0||1===_&&0===E?r.div:0!==r.div.negative?r.div.isubn(1):r.div.iaddn(1)},a.prototype.modn=function(i){f(i<=67108863);for(var r=(1<<26)%i,u=0,c=this.length-1;c>=0;c--)u=(r*u+(0|this.words[c]))%i;return u},a.prototype.idivn=function(i){f(i<=67108863);for(var r=0,u=this.length-1;u>=0;u--){var c=(0|this.words[u])+67108864*r;this.words[u]=c/i|0,r=c%i}return this.strip()},a.prototype.divn=function(i){return this.clone().idivn(i)},a.prototype.egcd=function(i){f(0===i.negative),f(!i.isZero());var r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=new a(0),I=new a(1),v=0;r.isEven()&&u.isEven();)r.iushrn(1),u.iushrn(1),++v;for(var n=u.clone(),C=r.clone();!r.isZero();){for(var B=0,P=1;0==(r.words[0]&P)&&B<26;++B,P<<=1);if(B>0)for(r.iushrn(B);B-- >0;)(c.isOdd()||_.isOdd())&&(c.iadd(n),_.isub(C)),c.iushrn(1),_.iushrn(1);for(var F=0,q=1;0==(u.words[0]&q)&&F<26;++F,q<<=1);if(F>0)for(u.iushrn(F);F-- >0;)(E.isOdd()||I.isOdd())&&(E.iadd(n),I.isub(C)),E.iushrn(1),I.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(E),_.isub(I)):(u.isub(r),E.isub(c),I.isub(_))}return{a:E,b:I,gcd:u.iushln(v)}},a.prototype._invmp=function(i){f(0===i.negative),f(!i.isZero());var B,r=this,u=i.clone();r=0!==r.negative?r.umod(i):r.clone();for(var c=new a(1),_=new a(0),E=u.clone();r.cmpn(1)>0&&u.cmpn(1)>0;){for(var I=0,v=1;0==(r.words[0]&v)&&I<26;++I,v<<=1);if(I>0)for(r.iushrn(I);I-- >0;)c.isOdd()&&c.iadd(E),c.iushrn(1);for(var n=0,C=1;0==(u.words[0]&C)&&n<26;++n,C<<=1);if(n>0)for(u.iushrn(n);n-- >0;)_.isOdd()&&_.iadd(E),_.iushrn(1);r.cmp(u)>=0?(r.isub(u),c.isub(_)):(u.isub(r),_.isub(c))}return(B=0===r.cmpn(1)?c:_).cmpn(0)<0&&B.iadd(i),B},a.prototype.gcd=function(i){if(this.isZero())return i.abs();if(i.isZero())return this.abs();var r=this.clone(),u=i.clone();r.negative=0,u.negative=0;for(var c=0;r.isEven()&&u.isEven();c++)r.iushrn(1),u.iushrn(1);for(;;){for(;r.isEven();)r.iushrn(1);for(;u.isEven();)u.iushrn(1);var _=r.cmp(u);if(_<0){var E=r;r=u,u=E}else if(0===_||0===u.cmpn(1))break;r.isub(u)}return u.iushln(c)},a.prototype.invm=function(i){return this.egcd(i).a.umod(i)},a.prototype.isEven=function(){return 0==(1&this.words[0])},a.prototype.isOdd=function(){return 1==(1&this.words[0])},a.prototype.andln=function(i){return this.words[0]&i},a.prototype.bincn=function(i){f("number"==typeof i);var r=i%26,u=(i-r)/26,c=1<>>26,this.words[E]=I&=67108863}return 0!==_&&(this.words[E]=_,this.length++),this},a.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},a.prototype.cmpn=function(i){var u,r=i<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)u=1;else{r&&(i=-i),f(i<=67108863,"Number is too big");var c=0|this.words[0];u=c===i?0:ci.length)return 1;if(this.length=0;u--){var c=0|this.words[u],_=0|i.words[u];if(c!==_){c<_?r=-1:c>_&&(r=1);break}}return r},a.prototype.gtn=function(i){return 1===this.cmpn(i)},a.prototype.gt=function(i){return 1===this.cmp(i)},a.prototype.gten=function(i){return this.cmpn(i)>=0},a.prototype.gte=function(i){return this.cmp(i)>=0},a.prototype.ltn=function(i){return-1===this.cmpn(i)},a.prototype.lt=function(i){return-1===this.cmp(i)},a.prototype.lten=function(i){return this.cmpn(i)<=0},a.prototype.lte=function(i){return this.cmp(i)<=0},a.prototype.eqn=function(i){return 0===this.cmpn(i)},a.prototype.eq=function(i){return 0===this.cmp(i)},a.red=function(i){return new X(i)},a.prototype.toRed=function(i){return f(!this.red,"Already a number in reduction context"),f(0===this.negative,"red works only with positives"),i.convertTo(this)._forceRed(i)},a.prototype.fromRed=function(){return f(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},a.prototype._forceRed=function(i){return this.red=i,this},a.prototype.forceRed=function(i){return f(!this.red,"Already a number in reduction context"),this._forceRed(i)},a.prototype.redAdd=function(i){return f(this.red,"redAdd works only with red numbers"),this.red.add(this,i)},a.prototype.redIAdd=function(i){return f(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,i)},a.prototype.redSub=function(i){return f(this.red,"redSub works only with red numbers"),this.red.sub(this,i)},a.prototype.redISub=function(i){return f(this.red,"redISub works only with red numbers"),this.red.isub(this,i)},a.prototype.redShl=function(i){return f(this.red,"redShl works only with red numbers"),this.red.shl(this,i)},a.prototype.redMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.mul(this,i)},a.prototype.redIMul=function(i){return f(this.red,"redMul works only with red numbers"),this.red._verify2(this,i),this.red.imul(this,i)},a.prototype.redSqr=function(){return f(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},a.prototype.redISqr=function(){return f(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},a.prototype.redSqrt=function(){return f(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},a.prototype.redInvm=function(){return f(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},a.prototype.redNeg=function(){return f(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},a.prototype.redPow=function(i){return f(this.red&&!i.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,i)};var ne={k256:null,p224:null,p192:null,p25519:null};function $(y,i){this.name=y,this.p=new a(i,16),this.n=this.p.bitLength(),this.k=new a(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function de(){$.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function te(){$.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function ie(){$.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function oe(){$.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function X(y){if("string"==typeof y){var i=a._prime(y);this.m=i.p,this.prime=i}else f(y.gtn(1),"modulus must be greater than 1"),this.m=y,this.prime=null}function me(y){X.call(this,y),this.shift=this.m.bitLength(),this.shift%26!=0&&(this.shift+=26-this.shift%26),this.r=new a(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}$.prototype._tmp=function(){var i=new a(null);return i.words=new Array(Math.ceil(this.n/13)),i},$.prototype.ireduce=function(i){var u,r=i;do{this.split(r,this.tmp),u=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(u>this.n);var c=u0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},$.prototype.split=function(i,r){i.iushrn(this.n,0,r)},$.prototype.imulK=function(i){return i.imul(this.k)},M(de,$),de.prototype.split=function(i,r){for(var u=4194303,c=Math.min(i.length,9),_=0;_>>22,E=I}i.words[_-10]=E>>>=22,i.length-=0===E&&i.length>10?10:9},de.prototype.imulK=function(i){i.words[i.length]=0,i.words[i.length+1]=0,i.length+=2;for(var r=0,u=0;u>>=26,i.words[u]=_,r=c}return 0!==r&&(i.words[i.length++]=r),i},a._prime=function(i){if(ne[i])return ne[i];var r;if("k256"===i)r=new de;else if("p224"===i)r=new te;else if("p192"===i)r=new ie;else{if("p25519"!==i)throw new Error("Unknown prime "+i);r=new oe}return ne[i]=r,r},X.prototype._verify1=function(i){f(0===i.negative,"red works only with positives"),f(i.red,"red works only with red numbers")},X.prototype._verify2=function(i,r){f(0==(i.negative|r.negative),"red works only with positives"),f(i.red&&i.red===r.red,"red works only with red numbers")},X.prototype.imod=function(i){return this.prime?this.prime.ireduce(i)._forceRed(this):i.umod(this.m)._forceRed(this)},X.prototype.neg=function(i){return i.isZero()?i.clone():this.m.sub(i)._forceRed(this)},X.prototype.add=function(i,r){this._verify2(i,r);var u=i.add(r);return u.cmp(this.m)>=0&&u.isub(this.m),u._forceRed(this)},X.prototype.iadd=function(i,r){this._verify2(i,r);var u=i.iadd(r);return u.cmp(this.m)>=0&&u.isub(this.m),u},X.prototype.sub=function(i,r){this._verify2(i,r);var u=i.sub(r);return u.cmpn(0)<0&&u.iadd(this.m),u._forceRed(this)},X.prototype.isub=function(i,r){this._verify2(i,r);var u=i.isub(r);return u.cmpn(0)<0&&u.iadd(this.m),u},X.prototype.shl=function(i,r){return this._verify1(i),this.imod(i.ushln(r))},X.prototype.imul=function(i,r){return this._verify2(i,r),this.imod(i.imul(r))},X.prototype.mul=function(i,r){return this._verify2(i,r),this.imod(i.mul(r))},X.prototype.isqr=function(i){return this.imul(i,i.clone())},X.prototype.sqr=function(i){return this.mul(i,i)},X.prototype.sqrt=function(i){if(i.isZero())return i.clone();var r=this.m.andln(3);if(f(r%2==1),3===r){var u=this.m.add(new a(1)).iushrn(2);return this.pow(i,u)}for(var c=this.m.subn(1),_=0;!c.isZero()&&0===c.andln(1);)_++,c.iushrn(1);f(!c.isZero());var E=new a(1).toRed(this),I=E.redNeg(),v=this.m.subn(1).iushrn(1),n=this.m.bitLength();for(n=new a(2*n*n).toRed(this);0!==this.pow(n,v).cmp(I);)n.redIAdd(I);for(var C=this.pow(n,c),B=this.pow(i,c.addn(1).iushrn(1)),P=this.pow(i,c),F=_;0!==P.cmp(E);){for(var q=P,he=0;0!==q.cmp(E);he++)q=q.redSqr();f(he=0;_--){for(var C=r.words[_],B=n-1;B>=0;B--){var P=C>>B&1;E!==c[0]&&(E=this.sqr(E)),0!==P||0!==I?(I<<=1,I|=P,(4==++v||0===_&&0===B)&&(E=this.mul(E,c[I]),v=0,I=0)):v=0}n=26}return E},X.prototype.convertTo=function(i){var r=i.umod(this.m);return r===i?r.clone():r},X.prototype.convertFrom=function(i){var r=i.clone();return r.red=null,r},a.mont=function(i){return new me(i)},M(me,X),me.prototype.convertTo=function(i){return this.imod(i.ushln(this.shift))},me.prototype.convertFrom=function(i){var r=this.imod(i.mul(this.rinv));return r.red=null,r},me.prototype.imul=function(i,r){if(i.isZero()||r.isZero())return i.words[0]=0,i.length=1,i;var u=i.imul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.mul=function(i,r){if(i.isZero()||r.isZero())return new a(0)._forceRed(this);var u=i.mul(r),c=u.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),_=u.isub(c).iushrn(this.shift),E=_;return _.cmp(this.m)>=0?E=_.isub(this.m):_.cmpn(0)<0&&(E=_.iadd(this.m)),E._forceRed(this)},me.prototype.invm=function(i){return this.imod(i._invmp(this.m).mul(this.r2))._forceRed(this)}}(Ve=p.nmd(Ve),this)},6705:(Ve,K,p)=>{var t=p(2772),e=p(6945),f=p(9401),M=p(2057),a=p(8466),b=p(6386),d=p(8651),N=p(3502).Buffer;Ve.exports=function(L,k,S){var U;U=L.padding?L.padding:S?1:4;var ne,Z=t(L),j=Z.modulus.byteLength();if(k.length>j||new M(k).cmp(Z.modulus)>=0)throw new Error("decryption error");ne=S?d(new M(k),Z):a(k,Z);var $=N.alloc(j-ne.length);if(ne=N.concat([$,ne],j),4===U)return function h(D,L){var k=D.modulus.byteLength(),S=b("sha1").update(N.alloc(0)).digest(),U=S.length;if(0!==L[0])throw new Error("decryption error");var Z=L.slice(1,U+1),j=L.slice(U+1),ne=f(Z,e(j,U)),$=f(j,e(ne,k-U-1));if(function w(D,L){D=N.from(D),L=N.from(L);var k=0,S=D.length;D.length!==L.length&&(k++,S=Math.min(D.length,L.length));for(var U=-1;++U=L.length){Z++;break}var j=L.slice(2,U-1);if(("0002"!==S.toString("hex")&&!k||"0001"!==S.toString("hex")&&k)&&Z++,j.length<8&&Z++,Z)throw new Error("decryption error");return L.slice(U)}(0,ne,S);if(3===U)return ne;throw new Error("unknown padding")}},6562:(Ve,K,p)=>{var t=p(2772),e=p(3753),f=p(6386),M=p(6945),a=p(9401),b=p(2057),d=p(8651),N=p(8466),h=p(3502).Buffer;Ve.exports=function(k,S,U){var Z;Z=k.padding?k.padding:U?1:4;var ne,j=t(k);if(4===Z)ne=function A(L,k){var S=L.modulus.byteLength(),U=k.length,Z=f("sha1").update(h.alloc(0)).digest(),j=Z.length,ne=2*j;if(U>S-ne-2)throw new Error("message too long");var $=h.alloc(S-U-ne-2),de=S-j-1,te=e(j),ie=a(h.concat([Z,$,h.alloc(1,1),k],de),M(te,de)),oe=a(te,M(ie,j));return new b(h.concat([h.alloc(1),oe,ie],S))}(j,S);else if(1===Z)ne=function w(L,k,S){var j,U=k.length,Z=L.modulus.byteLength();if(U>Z-11)throw new Error("message too long");return j=S?h.alloc(Z-U-3,255):function D(L){for(var j,k=h.allocUnsafe(L),S=0,U=e(2*L),Z=0;S=0)throw new Error("data too long for modulus")}return U?N(ne,j):d(ne,j)}},8651:(Ve,K,p)=>{var t=p(2057),e=p(3502).Buffer;Ve.exports=function f(M,a){return e.from(M.toRed(t.mont(a.modulus)).redPow(new t(a.publicExponent)).fromRed().toArray())}},9401:Ve=>{Ve.exports=function(p,t){for(var e=p.length,f=-1;++f{const t=p(8695),e=p(1465),f=p(3210),M=p(2334);function a(b,d,N,h,A){const w=[].slice.call(arguments,1),D=w.length,L="function"==typeof w[D-1];if(!L&&!t())throw new Error("Callback required as last argument");if(!L){if(D<1)throw new Error("Too few arguments provided");return 1===D?(N=d,d=h=void 0):2===D&&!d.getContext&&(h=N,N=d,d=void 0),new Promise(function(k,S){try{const U=e.create(N,h);k(b(U,d,h))}catch(U){S(U)}})}if(D<2)throw new Error("Too few arguments provided");2===D?(A=N,N=d,d=h=void 0):3===D&&(d.getContext&&void 0===A?(A=h,h=void 0):(A=h,h=N,N=d,d=void 0));try{const k=e.create(N,h);A(null,b(k,d,h))}catch(k){A(k)}}K.create=e.create,K.toCanvas=a.bind(null,f.render),K.toDataURL=a.bind(null,f.renderToDataURL),K.toString=a.bind(null,function(b,d,N){return M.render(b,N)})},8695:Ve=>{Ve.exports=function(){return"function"==typeof Promise&&Promise.prototype&&Promise.prototype.then}},6221:(Ve,K,p)=>{const t=p(4792).getSymbolSize;K.getRowColCoords=function(f){if(1===f)return[];const M=Math.floor(f/7)+2,a=t(f),b=145===a?26:2*Math.ceil((a-13)/(2*M-2)),d=[a-7];for(let N=1;N{const t=p(4016),e=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z"," ","$","%","*","+","-",".","/",":"];function f(M){this.mode=t.ALPHANUMERIC,this.data=M}f.getBitsLength=function(a){return 11*Math.floor(a/2)+a%2*6},f.prototype.getLength=function(){return this.data.length},f.prototype.getBitsLength=function(){return f.getBitsLength(this.data.length)},f.prototype.write=function(a){let b;for(b=0;b+2<=this.data.length;b+=2){let d=45*e.indexOf(this.data[b]);d+=e.indexOf(this.data[b+1]),a.put(d,11)}this.data.length%2&&a.put(e.indexOf(this.data[b]),6)},Ve.exports=f},2118:Ve=>{function K(){this.buffer=[],this.length=0}K.prototype={get:function(p){const t=Math.floor(p/8);return 1==(this.buffer[t]>>>7-p%8&1)},put:function(p,t){for(let e=0;e>>t-e-1&1))},getLengthInBits:function(){return this.length},putBit:function(p){const t=Math.floor(this.length/8);this.buffer.length<=t&&this.buffer.push(0),p&&(this.buffer[t]|=128>>>this.length%8),this.length++}},Ve.exports=K},4425:Ve=>{function K(p){if(!p||p<1)throw new Error("BitMatrix size must be defined and greater than 0");this.size=p,this.data=new Uint8Array(p*p),this.reservedBit=new Uint8Array(p*p)}K.prototype.set=function(p,t,e,f){const M=p*this.size+t;this.data[M]=e,f&&(this.reservedBit[M]=!0)},K.prototype.get=function(p,t){return this.data[p*this.size+t]},K.prototype.xor=function(p,t,e){this.data[p*this.size+t]^=e},K.prototype.isReserved=function(p,t){return this.reservedBit[p*this.size+t]},Ve.exports=K},5663:(Ve,K,p)=>{const t=p(8419),e=p(4016);function f(M){this.mode=e.BYTE,"string"==typeof M&&(M=t(M)),this.data=new Uint8Array(M)}f.getBitsLength=function(a){return 8*a},f.prototype.getLength=function(){return this.data.length},f.prototype.getBitsLength=function(){return f.getBitsLength(this.data.length)},f.prototype.write=function(M){for(let a=0,b=this.data.length;a{const t=p(2259),e=[1,1,1,1,1,1,1,1,1,1,2,2,1,2,2,4,1,2,4,4,2,4,4,4,2,4,6,5,2,4,6,6,2,5,8,8,4,5,8,8,4,5,8,11,4,8,10,11,4,9,12,16,4,9,16,16,6,10,12,18,6,10,17,16,6,11,16,19,6,13,18,21,7,14,21,25,8,16,20,25,8,17,23,25,9,17,23,34,9,18,25,30,10,20,27,32,12,21,29,35,12,23,34,37,12,25,34,40,13,26,35,42,14,28,38,45,15,29,40,48,16,31,43,51,17,33,45,54,18,35,48,57,19,37,51,60,19,38,53,63,20,40,56,66,21,43,59,70,22,45,62,74,24,47,65,77,25,49,68,81],f=[7,10,13,17,10,16,22,28,15,26,36,44,20,36,52,64,26,48,72,88,36,64,96,112,40,72,108,130,48,88,132,156,60,110,160,192,72,130,192,224,80,150,224,264,96,176,260,308,104,198,288,352,120,216,320,384,132,240,360,432,144,280,408,480,168,308,448,532,180,338,504,588,196,364,546,650,224,416,600,700,224,442,644,750,252,476,690,816,270,504,750,900,300,560,810,960,312,588,870,1050,336,644,952,1110,360,700,1020,1200,390,728,1050,1260,420,784,1140,1350,450,812,1200,1440,480,868,1290,1530,510,924,1350,1620,540,980,1440,1710,570,1036,1530,1800,570,1064,1590,1890,600,1120,1680,1980,630,1204,1770,2100,660,1260,1860,2220,720,1316,1950,2310,750,1372,2040,2430];K.getBlocksCount=function(a,b){switch(b){case t.L:return e[4*(a-1)+0];case t.M:return e[4*(a-1)+1];case t.Q:return e[4*(a-1)+2];case t.H:return e[4*(a-1)+3];default:return}},K.getTotalCodewordsCount=function(a,b){switch(b){case t.L:return f[4*(a-1)+0];case t.M:return f[4*(a-1)+1];case t.Q:return f[4*(a-1)+2];case t.H:return f[4*(a-1)+3];default:return}}},2259:(Ve,K)=>{K.L={bit:1},K.M={bit:0},K.Q={bit:3},K.H={bit:2},K.isValid=function(e){return e&&void 0!==e.bit&&e.bit>=0&&e.bit<4},K.from=function(e,f){if(K.isValid(e))return e;try{return function p(t){if("string"!=typeof t)throw new Error("Param is not a string");switch(t.toLowerCase()){case"l":case"low":return K.L;case"m":case"medium":return K.M;case"q":case"quartile":return K.Q;case"h":case"high":return K.H;default:throw new Error("Unknown EC Level: "+t)}}(e)}catch(M){return f}}},3114:(Ve,K,p)=>{const t=p(4792).getSymbolSize;K.getPositions=function(M){const a=t(M);return[[0,0],[a-7,0],[0,a-7]]}},7078:(Ve,K,p)=>{const t=p(4792),M=t.getBCHDigit(1335);K.getEncodedBits=function(b,d){const N=b.bit<<3|d;let h=N<<10;for(;t.getBCHDigit(h)-M>=0;)h^=1335<{const p=new Uint8Array(512),t=new Uint8Array(256);(function(){let f=1;for(let M=0;M<255;M++)p[M]=f,t[f]=M,f<<=1,256&f&&(f^=285);for(let M=255;M<512;M++)p[M]=p[M-255]})(),K.log=function(f){if(f<1)throw new Error("log("+f+")");return t[f]},K.exp=function(f){return p[f]},K.mul=function(f,M){return 0===f||0===M?0:p[t[f]+t[M]]}},4388:(Ve,K,p)=>{const t=p(4016),e=p(4792);function f(M){this.mode=t.KANJI,this.data=M}f.getBitsLength=function(a){return 13*a},f.prototype.getLength=function(){return this.data.length},f.prototype.getBitsLength=function(){return f.getBitsLength(this.data.length)},f.prototype.write=function(M){let a;for(a=0;a=33088&&b<=40956)b-=33088;else{if(!(b>=57408&&b<=60351))throw new Error("Invalid SJIS character: "+this.data[a]+"\nMake sure your charset is UTF-8");b-=49472}b=192*(b>>>8&255)+(255&b),M.put(b,13)}},Ve.exports=f},3667:(Ve,K)=>{K.Patterns={PATTERN000:0,PATTERN001:1,PATTERN010:2,PATTERN011:3,PATTERN100:4,PATTERN101:5,PATTERN110:6,PATTERN111:7};function t(e,f,M){switch(e){case K.Patterns.PATTERN000:return(f+M)%2==0;case K.Patterns.PATTERN001:return f%2==0;case K.Patterns.PATTERN010:return M%3==0;case K.Patterns.PATTERN011:return(f+M)%3==0;case K.Patterns.PATTERN100:return(Math.floor(f/2)+Math.floor(M/3))%2==0;case K.Patterns.PATTERN101:return f*M%2+f*M%3==0;case K.Patterns.PATTERN110:return(f*M%2+f*M%3)%2==0;case K.Patterns.PATTERN111:return(f*M%3+(f+M)%2)%2==0;default:throw new Error("bad maskPattern:"+e)}}K.isValid=function(f){return null!=f&&""!==f&&!isNaN(f)&&f>=0&&f<=7},K.from=function(f){return K.isValid(f)?parseInt(f,10):void 0},K.getPenaltyN1=function(f){const M=f.size;let a=0,b=0,d=0,N=null,h=null;for(let A=0;A=5&&(a+=b-5+3),N=D,b=1),D=f.get(w,A),D===h?d++:(d>=5&&(a+=d-5+3),h=D,d=1)}b>=5&&(a+=b-5+3),d>=5&&(a+=d-5+3)}return a},K.getPenaltyN2=function(f){const M=f.size;let a=0;for(let b=0;b=10&&(1488===b||93===b)&&a++,d=d<<1&2047|f.get(h,N),h>=10&&(1488===d||93===d)&&a++}return 40*a},K.getPenaltyN4=function(f){let M=0;const a=f.data.length;for(let d=0;d{const t=p(4406),e=p(2699);K.NUMERIC={id:"Numeric",bit:1,ccBits:[10,12,14]},K.ALPHANUMERIC={id:"Alphanumeric",bit:2,ccBits:[9,11,13]},K.BYTE={id:"Byte",bit:4,ccBits:[8,16,16]},K.KANJI={id:"Kanji",bit:8,ccBits:[8,10,12]},K.MIXED={bit:-1},K.getCharCountIndicator=function(a,b){if(!a.ccBits)throw new Error("Invalid mode: "+a);if(!t.isValid(b))throw new Error("Invalid version: "+b);return b>=1&&b<10?a.ccBits[0]:b<27?a.ccBits[1]:a.ccBits[2]},K.getBestModeForData=function(a){return e.testNumeric(a)?K.NUMERIC:e.testAlphanumeric(a)?K.ALPHANUMERIC:e.testKanji(a)?K.KANJI:K.BYTE},K.toString=function(a){if(a&&a.id)return a.id;throw new Error("Invalid mode")},K.isValid=function(a){return a&&a.bit&&a.ccBits},K.from=function(a,b){if(K.isValid(a))return a;try{return function f(M){if("string"!=typeof M)throw new Error("Param is not a string");switch(M.toLowerCase()){case"numeric":return K.NUMERIC;case"alphanumeric":return K.ALPHANUMERIC;case"kanji":return K.KANJI;case"byte":return K.BYTE;default:throw new Error("Unknown mode: "+M)}}(a)}catch(d){return b}}},7783:(Ve,K,p)=>{const t=p(4016);function e(f){this.mode=t.NUMERIC,this.data=f.toString()}e.getBitsLength=function(M){return 10*Math.floor(M/3)+(M%3?M%3*3+1:0)},e.prototype.getLength=function(){return this.data.length},e.prototype.getBitsLength=function(){return e.getBitsLength(this.data.length)},e.prototype.write=function(M){let a,b,d;for(a=0;a+3<=this.data.length;a+=3)b=this.data.substr(a,3),d=parseInt(b,10),M.put(d,10);const N=this.data.length-a;N>0&&(b=this.data.substr(a),d=parseInt(b,10),M.put(d,3*N+1))},Ve.exports=e},1106:(Ve,K,p)=>{const t=p(5339);K.mul=function(f,M){const a=new Uint8Array(f.length+M.length-1);for(let b=0;b=0;){const b=a[0];for(let N=0;N{const t=p(4792),e=p(2259),f=p(2118),M=p(4425),a=p(6221),b=p(3114),d=p(3667),N=p(4655),h=p(2636),A=p(2088),w=p(7078),D=p(4016),L=p(2033);function j(ie,oe,X){const me=ie.size,y=w.getEncodedBits(oe,X);let i,r;for(i=0;i<15;i++)r=1==(y>>i&1),ie.set(i<6?i:i<8?i+1:me-15+i,8,r,!0),ie.set(8,i<8?me-i-1:i<9?15-i-1+1:15-i-1,r,!0);ie.set(me-8,8,1,!0)}function te(ie,oe,X,me){let y;if(Array.isArray(ie))y=L.fromArray(ie);else{if("string"!=typeof ie)throw new Error("Invalid data");{let _=oe;if(!_){const E=L.rawSplit(ie);_=A.getBestVersionForData(E,X)}y=L.fromString(ie,_||40)}}const i=A.getBestVersionForData(y,X);if(!i)throw new Error("The amount of data is too big to be stored in a QR Code");if(oe){if(oe=0&&u<=6&&(0===c||6===c)||c>=0&&c<=6&&(0===u||6===u)||u>=2&&u<=4&&c>=2&&c<=4,!0)}}(c,oe),function S(ie){const oe=ie.size;for(let X=8;X=7&&function Z(ie,oe){const X=ie.size,me=A.getEncodedBits(oe);let y,i,r;for(let u=0;u<18;u++)y=Math.floor(u/3),i=u%3+X-8-3,r=1==(me>>u&1),ie.set(y,i,r,!0),ie.set(i,y,r,!0)}(c,oe),function ne(ie,oe){const X=ie.size;let me=-1,y=X-1,i=7,r=0;for(let u=X-1;u>0;u-=2)for(6===u&&u--;;){for(let c=0;c<2;c++)if(!ie.isReserved(y,u-c)){let _=!1;r>>i&1)),ie.set(y,u-c,_),i--,-1===i&&(r++,i=7)}if(y+=me,y<0||X<=y){y-=me,me=-me;break}}}(c,r),isNaN(me)&&(me=d.getBestMask(c,j.bind(null,c,X))),d.applyMask(me,c),j(c,X,me),{modules:c,version:oe,errorCorrectionLevel:X,maskPattern:me,segments:y}}K.create=function(oe,X){if(void 0===oe||""===oe)throw new Error("No input text");let y,i,me=e.M;return void 0!==X&&(me=e.from(X.errorCorrectionLevel,e.M),y=A.from(X.version),i=d.from(X.maskPattern),X.toSJISFunc&&t.setToSJISFunction(X.toSJISFunc)),te(oe,y,me,i)}},2636:(Ve,K,p)=>{const t=p(1106);function e(f){this.genPoly=void 0,this.degree=f,this.degree&&this.initialize(this.degree)}e.prototype.initialize=function(M){this.degree=M,this.genPoly=t.generateECPolynomial(this.degree)},e.prototype.encode=function(M){if(!this.genPoly)throw new Error("Encoder not initialized");const a=new Uint8Array(M.length+this.degree);a.set(M);const b=t.mod(a,this.genPoly),d=this.degree-b.length;if(d>0){const N=new Uint8Array(this.degree);return N.set(b,d),N}return b},Ve.exports=e},2699:(Ve,K)=>{const p="[0-9]+";let e="(?:[u3000-u303F]|[u3040-u309F]|[u30A0-u30FF]|[uFF00-uFFEF]|[u4E00-u9FAF]|[u2605-u2606]|[u2190-u2195]|u203B|[u2010u2015u2018u2019u2025u2026u201Cu201Du2225u2260]|[u0391-u0451]|[u00A7u00A8u00B1u00B4u00D7u00F7])+";e=e.replace(/u/g,"\\u");const f="(?:(?![A-Z0-9 $%*+\\-./:]|"+e+")(?:.|[\r\n]))+";K.KANJI=new RegExp(e,"g"),K.BYTE_KANJI=new RegExp("[^A-Z0-9 $%*+\\-./:]+","g"),K.BYTE=new RegExp(f,"g"),K.NUMERIC=new RegExp(p,"g"),K.ALPHANUMERIC=new RegExp("[A-Z $%*+\\-./:]+","g");const M=new RegExp("^"+e+"$"),a=new RegExp("^"+p+"$"),b=new RegExp("^[A-Z0-9 $%*+\\-./:]+$");K.testKanji=function(N){return M.test(N)},K.testNumeric=function(N){return a.test(N)},K.testAlphanumeric=function(N){return b.test(N)}},2033:(Ve,K,p)=>{const t=p(4016),e=p(7783),f=p(2424),M=p(5663),a=p(4388),b=p(2699),d=p(4792),N=p(4901);function h(Z){return unescape(encodeURIComponent(Z)).length}function A(Z,j,ne){const $=[];let de;for(;null!==(de=Z.exec(ne));)$.push({data:de[0],index:de.index,mode:j,length:de[0].length});return $}function w(Z){const j=A(b.NUMERIC,t.NUMERIC,Z),ne=A(b.ALPHANUMERIC,t.ALPHANUMERIC,Z);let $,de;return d.isKanjiModeEnabled()?($=A(b.BYTE,t.BYTE,Z),de=A(b.KANJI,t.KANJI,Z)):($=A(b.BYTE_KANJI,t.BYTE,Z),de=[]),j.concat(ne,$,de).sort(function(ie,oe){return ie.index-oe.index}).map(function(ie){return{data:ie.data,mode:ie.mode,length:ie.length}})}function D(Z,j){switch(j){case t.NUMERIC:return e.getBitsLength(Z);case t.ALPHANUMERIC:return f.getBitsLength(Z);case t.KANJI:return a.getBitsLength(Z);case t.BYTE:return M.getBitsLength(Z)}}function U(Z,j){let ne;const $=t.getBestModeForData(Z);if(ne=t.from(j,$),ne!==t.BYTE&&ne.bit<$.bit)throw new Error('"'+Z+'" cannot be encoded with mode '+t.toString(ne)+".\n Suggested mode is: "+t.toString($));switch(ne===t.KANJI&&!d.isKanjiModeEnabled()&&(ne=t.BYTE),ne){case t.NUMERIC:return new e(Z);case t.ALPHANUMERIC:return new f(Z);case t.KANJI:return new a(Z);case t.BYTE:return new M(Z)}}K.fromArray=function(j){return j.reduce(function(ne,$){return"string"==typeof $?ne.push(U($,null)):$.data&&ne.push(U($.data,$.mode)),ne},[])},K.fromString=function(j,ne){const de=function k(Z){const j=[];for(let ne=0;ne=0?j[j.length-1]:null;return $&&$.mode===ne.mode?(j[j.length-1].data+=ne.data,j):(j.push(ne),j)},[])}(oe))},K.rawSplit=function(j){return K.fromArray(w(j,d.isKanjiModeEnabled()))}},4792:(Ve,K)=>{let p;const t=[0,26,44,70,100,134,172,196,242,292,346,404,466,532,581,655,733,815,901,991,1085,1156,1258,1364,1474,1588,1706,1828,1921,2051,2185,2323,2465,2611,2761,2876,3034,3196,3362,3532,3706];K.getSymbolSize=function(f){if(!f)throw new Error('"version" cannot be null or undefined');if(f<1||f>40)throw new Error('"version" should be in range from 1 to 40');return 4*f+17},K.getSymbolTotalCodewords=function(f){return t[f]},K.getBCHDigit=function(e){let f=0;for(;0!==e;)f++,e>>>=1;return f},K.setToSJISFunction=function(f){if("function"!=typeof f)throw new Error('"toSJISFunc" is not a valid function.');p=f},K.isKanjiModeEnabled=function(){return void 0!==p},K.toSJIS=function(f){return p(f)}},4406:(Ve,K)=>{K.isValid=function(t){return!isNaN(t)&&t>=1&&t<=40}},2088:(Ve,K,p)=>{const t=p(4792),e=p(4655),f=p(2259),M=p(4016),a=p(4406),d=t.getBCHDigit(7973);function h(D,L){return M.getCharCountIndicator(D,L)+4}function A(D,L){let k=0;return D.forEach(function(S){k+=h(S.mode,L)+S.getBitsLength()}),k}K.from=function(L,k){return a.isValid(L)?parseInt(L,10):k},K.getCapacity=function(L,k,S){if(!a.isValid(L))throw new Error("Invalid QR Code version");void 0===S&&(S=M.BYTE);const j=8*(t.getSymbolTotalCodewords(L)-e.getTotalCodewordsCount(L,k));if(S===M.MIXED)return j;const ne=j-h(S,L);switch(S){case M.NUMERIC:return Math.floor(ne/10*3);case M.ALPHANUMERIC:return Math.floor(ne/11*2);case M.KANJI:return Math.floor(ne/13);default:return Math.floor(ne/8)}},K.getBestVersionForData=function(L,k){let S;const U=f.from(k,f.M);if(Array.isArray(L)){if(L.length>1)return function w(D,L){for(let k=1;k<=40;k++)if(A(D,k)<=K.getCapacity(k,L,M.MIXED))return k}(L,U);if(0===L.length)return 1;S=L[0]}else S=L;return function N(D,L,k){for(let S=1;S<=40;S++)if(L<=K.getCapacity(S,k,D))return S}(S.mode,S.getLength(),U)},K.getEncodedBits=function(L){if(!a.isValid(L)||L<7)throw new Error("Invalid QR Code version");let k=L<<12;for(;t.getBCHDigit(k)-d>=0;)k^=7973<{const t=p(6355);K.render=function(a,b,d){let N=d,h=b;void 0===N&&(!b||!b.getContext)&&(N=b,b=void 0),b||(h=function f(){try{return document.createElement("canvas")}catch(M){throw new Error("You need to specify a canvas element")}}()),N=t.getOptions(N);const A=t.getImageWidth(a.modules.size,N),w=h.getContext("2d"),D=w.createImageData(A,A);return t.qrToImageData(D.data,a,N),function e(M,a,b){M.clearRect(0,0,a.width,a.height),a.style||(a.style={}),a.height=b,a.width=b,a.style.height=b+"px",a.style.width=b+"px"}(w,h,A),w.putImageData(D,0,0),h},K.renderToDataURL=function(a,b,d){let N=d;return void 0===N&&(!b||!b.getContext)&&(N=b,b=void 0),N||(N={}),K.render(a,b,N).toDataURL(N.type||"image/png",(N.rendererOpts||{}).quality)}},2334:(Ve,K,p)=>{const t=p(6355);function e(a,b){const d=a.a/255,N=b+'="'+a.hex+'"';return d<1?N+" "+b+'-opacity="'+d.toFixed(2).slice(1)+'"':N}function f(a,b,d){let N=a+b;return void 0!==d&&(N+=" "+d),N}K.render=function(b,d,N){const h=t.getOptions(d),A=b.modules.size,w=b.modules.data,D=A+2*h.margin,L=h.color.light.a?"':"",k="0&&L>0&&a[D-1]||(N+=A?f("M",L+d,.5+k+d):f("m",h,0),h=0,A=!1),L+1',Z=''+L+k+"\n";return"function"==typeof N&&N(null,Z),Z}},6355:(Ve,K)=>{function p(t){if("number"==typeof t&&(t=t.toString()),"string"!=typeof t)throw new Error("Color should be defined as hex string");let e=t.slice().replace("#","").split("");if(e.length<3||5===e.length||e.length>8)throw new Error("Invalid hex color: "+t);(3===e.length||4===e.length)&&(e=Array.prototype.concat.apply([],e.map(function(M){return[M,M]}))),6===e.length&&e.push("F","F");const f=parseInt(e.join(""),16);return{r:f>>24&255,g:f>>16&255,b:f>>8&255,a:255&f,hex:"#"+e.slice(0,6).join("")}}K.getOptions=function(e){e||(e={}),e.color||(e.color={});const M=e.width&&e.width>=21?e.width:void 0;return{width:M,scale:M?4:e.scale||4,margin:null==e.margin||e.margin<0?4:e.margin,color:{dark:p(e.color.dark||"#000000ff"),light:p(e.color.light||"#ffffffff")},type:e.type,rendererOpts:e.rendererOpts||{}}},K.getScale=function(e,f){return f.width&&f.width>=e+2*f.margin?f.width/(e+2*f.margin):f.scale},K.getImageWidth=function(e,f){const M=K.getScale(e,f);return Math.floor((e+2*f.margin)*M)},K.qrToImageData=function(e,f,M){const a=f.modules.size,b=f.modules.data,d=K.getScale(a,M),N=Math.floor((a+2*M.margin)*d),h=M.margin*d,A=[M.color.light,M.color.dark];for(let w=0;w=h&&D>=h&&w{"use strict";var t=65536,M=p(3502).Buffer,a=global.crypto||global.msCrypto;Ve.exports=a&&a.getRandomValues?function b(d,N){if(d>4294967295)throw new RangeError("requested too many random bytes");var h=M.allocUnsafe(d);if(d>0)if(d>t)for(var A=0;A{"use strict";function t(){throw new Error("secure random number generation not supported by this browser\nuse chrome, FireFox or Internet Explorer 11")}var e=p(3502),f=p(3753),M=e.Buffer,a=e.kMaxLength,b=global.crypto||global.msCrypto,d=Math.pow(2,32)-1;function N(L,k){if("number"!=typeof L||L!=L)throw new TypeError("offset must be a number");if(L>d||L<0)throw new TypeError("offset must be a uint32");if(L>a||L>k)throw new RangeError("offset out of range")}function h(L,k,S){if("number"!=typeof L||L!=L)throw new TypeError("size must be a number");if(L>d||L<0)throw new TypeError("size must be a uint32");if(L+k>S||L>a)throw new RangeError("buffer too small")}function w(L,k,S,U){if(process.browser){var j=new Uint8Array(L.buffer,k,S);return b.getRandomValues(j),U?void process.nextTick(function(){U(null,L)}):L}if(!U)return f(S).copy(L,k),L;f(S,function($,de){if($)return U($);de.copy(L,k),U(null,L)})}b&&b.getRandomValues||!process.browser?(K.randomFill=function A(L,k,S,U){if(!(M.isBuffer(L)||L instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');if("function"==typeof k)U=k,k=0,S=L.length;else if("function"==typeof S)U=S,S=L.length-k;else if("function"!=typeof U)throw new TypeError('"cb" argument must be a function');return N(k,L.length),h(S,k,L.length),w(L,k,S,U)},K.randomFillSync=function D(L,k,S){if(void 0===k&&(k=0),!(M.isBuffer(L)||L instanceof global.Uint8Array))throw new TypeError('"buf" argument must be a Buffer or Uint8Array');return N(k,L.length),void 0===S&&(S=L.length-k),h(S,k,L.length),w(L,k,S)}):(K.randomFill=t,K.randomFillSync=t)},891:Ve=>{"use strict";var p={};function t(b,d,N){N||(N=Error);var A=function(w){function D(L,k,S){return w.call(this,function h(w,D,L){return"string"==typeof d?d:d(w,D,L)}(L,k,S))||this}return function K(b,d){b.prototype=Object.create(d.prototype),b.prototype.constructor=b,b.__proto__=d}(D,w),D}(N);A.prototype.name=N.name,A.prototype.code=b,p[b]=A}function e(b,d){if(Array.isArray(b)){var N=b.length;return b=b.map(function(h){return String(h)}),N>2?"one of ".concat(d," ").concat(b.slice(0,N-1).join(", "),", or ")+b[N-1]:2===N?"one of ".concat(d," ").concat(b[0]," or ").concat(b[1]):"of ".concat(d," ").concat(b[0])}return"of ".concat(d," ").concat(String(b))}t("ERR_INVALID_OPT_VALUE",function(b,d){return'The value "'+d+'" is invalid for option "'+b+'"'},TypeError),t("ERR_INVALID_ARG_TYPE",function(b,d,N){var h,A;if("string"==typeof d&&function f(b,d,N){return b.substr(!N||N<0?0:+N,d.length)===d}(d,"not ")?(h="must not be",d=d.replace(/^not /,"")):h="must be",function M(b,d,N){return(void 0===N||N>b.length)&&(N=b.length),b.substring(N-d.length,N)===d}(b," argument"))A="The ".concat(b," ").concat(h," ").concat(e(d,"type"));else{var w=function a(b,d,N){return"number"!=typeof N&&(N=0),!(N+d.length>b.length)&&-1!==b.indexOf(d,N)}(b,".")?"property":"argument";A='The "'.concat(b,'" ').concat(w," ").concat(h," ").concat(e(d,"type"))}return A+". Received type ".concat(typeof N)},TypeError),t("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),t("ERR_METHOD_NOT_IMPLEMENTED",function(b){return"The "+b+" method is not implemented"}),t("ERR_STREAM_PREMATURE_CLOSE","Premature close"),t("ERR_STREAM_DESTROYED",function(b){return"Cannot call "+b+" after a stream was destroyed"}),t("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),t("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),t("ERR_STREAM_WRITE_AFTER_END","write after end"),t("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),t("ERR_UNKNOWN_ENCODING",function(b){return"Unknown encoding: "+b},TypeError),t("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),Ve.exports.q=p},1339:(Ve,K,p)=>{"use strict";var t=Object.keys||function(A){var w=[];for(var D in A)w.push(D);return w};Ve.exports=d;var e=p(3154),f=p(520);p(3894)(d,e);for(var M=t(f.prototype),a=0;a{"use strict";Ve.exports=e;var t=p(6025);function e(f){if(!(this instanceof e))return new e(f);t.call(this,f)}p(3894)(e,t),e.prototype._transform=function(f,M,a){a(null,f)}},3154:(Ve,K,p)=>{"use strict";var t;Ve.exports=y,y.ReadableState=me,p(9069);var A,f=function(Ae,dt){return Ae.listeners(dt).length},M=p(4970),a=p(3172).Buffer,b=global.Uint8Array||function(){},h=p(4616);A=h&&h.debuglog?h.debuglog("stream"):function(){};var $,de,te,w=p(5019),D=p(1920),k=p(7102).getHighWaterMark,S=p(891).q,U=S.ERR_INVALID_ARG_TYPE,Z=S.ERR_STREAM_PUSH_AFTER_EOF,j=S.ERR_METHOD_NOT_IMPLEMENTED,ne=S.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;p(3894)(y,M);var ie=D.errorOrDestroy,oe=["error","close","destroy","pause","resume"];function me(V,Ae,dt){t=t||p(1339),"boolean"!=typeof dt&&(dt=Ae instanceof t),this.objectMode=!!(V=V||{}).objectMode,dt&&(this.objectMode=this.objectMode||!!V.readableObjectMode),this.highWaterMark=k(this,V,"readableHighWaterMark",dt),this.buffer=new w,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==V.emitClose,this.autoDestroy=!!V.autoDestroy,this.destroyed=!1,this.defaultEncoding=V.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,V.encoding&&($||($=p(3054).s),this.decoder=new $(V.encoding),this.encoding=V.encoding)}function y(V){if(t=t||p(1339),!(this instanceof y))return new y(V);this._readableState=new me(V,this,this instanceof t),this.readable=!0,V&&("function"==typeof V.read&&(this._read=V.read),"function"==typeof V.destroy&&(this._destroy=V.destroy)),M.call(this)}function i(V,Ae,dt,Ie,De){A("readableAddChunk",Ae);var Te,le=V._readableState;if(null===Ae)le.reading=!1,function I(V,Ae){if(A("onEofChunk"),!Ae.ended){if(Ae.decoder){var dt=Ae.decoder.end();dt&&dt.length&&(Ae.buffer.push(dt),Ae.length+=Ae.objectMode?1:dt.length)}Ae.ended=!0,Ae.sync?v(V):(Ae.needReadable=!1,Ae.emittedReadable||(Ae.emittedReadable=!0,n(V)))}}(V,le);else if(De||(Te=function u(V,Ae){var dt;return!function N(V){return a.isBuffer(V)||V instanceof b}(Ae)&&"string"!=typeof Ae&&void 0!==Ae&&!V.objectMode&&(dt=new U("chunk",["string","Buffer","Uint8Array"],Ae)),dt}(le,Ae)),Te)ie(V,Te);else if(le.objectMode||Ae&&Ae.length>0)if("string"!=typeof Ae&&!le.objectMode&&Object.getPrototypeOf(Ae)!==a.prototype&&(Ae=function d(V){return a.from(V)}(Ae)),Ie)le.endEmitted?ie(V,new ne):r(V,le,Ae,!0);else if(le.ended)ie(V,new Z);else{if(le.destroyed)return!1;le.reading=!1,le.decoder&&!dt?(Ae=le.decoder.write(Ae),le.objectMode||0!==Ae.length?r(V,le,Ae,!1):C(V,le)):r(V,le,Ae,!1)}else Ie||(le.reading=!1,C(V,le));return!le.ended&&(le.lengthAe.highWaterMark&&(Ae.highWaterMark=function _(V){return V>=c?V=c:(V--,V|=V>>>1,V|=V>>>2,V|=V>>>4,V|=V>>>8,V|=V>>>16,V++),V}(V)),V<=Ae.length?V:Ae.ended?Ae.length:(Ae.needReadable=!0,0))}function v(V){var Ae=V._readableState;A("emitReadable",Ae.needReadable,Ae.emittedReadable),Ae.needReadable=!1,Ae.emittedReadable||(A("emitReadable",Ae.flowing),Ae.emittedReadable=!0,process.nextTick(n,V))}function n(V){var Ae=V._readableState;A("emitReadable_",Ae.destroyed,Ae.length,Ae.ended),!Ae.destroyed&&(Ae.length||Ae.ended)&&(V.emit("readable"),Ae.emittedReadable=!1),Ae.needReadable=!Ae.flowing&&!Ae.ended&&Ae.length<=Ae.highWaterMark,Ne(V)}function C(V,Ae){Ae.readingMore||(Ae.readingMore=!0,process.nextTick(B,V,Ae))}function B(V,Ae){for(;!Ae.reading&&!Ae.ended&&(Ae.length0,Ae.resumeScheduled&&!Ae.paused?Ae.flowing=!0:V.listenerCount("data")>0&&V.resume()}function q(V){A("readable nexttick read 0"),V.read(0)}function ve(V,Ae){A("resume",Ae.reading),Ae.reading||V.read(0),Ae.resumeScheduled=!1,V.emit("resume"),Ne(V),Ae.flowing&&!Ae.reading&&V.read(0)}function Ne(V){var Ae=V._readableState;for(A("flow",Ae.flowing);Ae.flowing&&null!==V.read(););}function we(V,Ae){return 0===Ae.length?null:(Ae.objectMode?dt=Ae.buffer.shift():!V||V>=Ae.length?(dt=Ae.decoder?Ae.buffer.join(""):1===Ae.buffer.length?Ae.buffer.first():Ae.buffer.concat(Ae.length),Ae.buffer.clear()):dt=Ae.buffer.consume(V,Ae.decoder),dt);var dt}function Q(V){var Ae=V._readableState;A("endReadable",Ae.endEmitted),Ae.endEmitted||(Ae.ended=!0,process.nextTick(Ue,Ae,V))}function Ue(V,Ae){if(A("endReadableNT",V.endEmitted,V.length),!V.endEmitted&&0===V.length&&(V.endEmitted=!0,Ae.readable=!1,Ae.emit("end"),V.autoDestroy)){var dt=Ae._writableState;(!dt||dt.autoDestroy&&dt.finished)&&Ae.destroy()}}function ye(V,Ae){for(var dt=0,Ie=V.length;dt=Ae.highWaterMark:Ae.length>0)||Ae.ended))return A("read: emitReadable",Ae.length,Ae.ended),0===Ae.length&&Ae.ended?Q(this):v(this),null;if(0===(V=E(V,Ae))&&Ae.ended)return 0===Ae.length&&Q(this),null;var De,Ie=Ae.needReadable;return A("need readable",Ie),(0===Ae.length||Ae.length-V0?we(V,Ae):null)?(Ae.needReadable=Ae.length<=Ae.highWaterMark,V=0):(Ae.length-=V,Ae.awaitDrain=0),0===Ae.length&&(Ae.ended||(Ae.needReadable=!0),dt!==V&&Ae.ended&&Q(this)),null!==De&&this.emit("data",De),De},y.prototype._read=function(V){ie(this,new j("_read()"))},y.prototype.pipe=function(V,Ae){var dt=this,Ie=this._readableState;switch(Ie.pipesCount){case 0:Ie.pipes=V;break;case 1:Ie.pipes=[Ie.pipes,V];break;default:Ie.pipes.push(V)}Ie.pipesCount+=1,A("pipe count=%d opts=%j",Ie.pipesCount,Ae);var le=Ae&&!1===Ae.end||V===process.stdout||V===process.stderr?It:xe;function xe(){A("onend"),V.end()}Ie.endEmitted?process.nextTick(le):dt.once("end",le),V.on("unpipe",function Te(ui,Wt){A("onunpipe"),ui===dt&&Wt&&!1===Wt.hasUnpiped&&(Wt.hasUnpiped=!0,function ue(){A("cleanup"),V.removeListener("close",ut),V.removeListener("finish",ht),V.removeListener("drain",W),V.removeListener("error",Le),V.removeListener("unpipe",Te),dt.removeListener("end",xe),dt.removeListener("end",It),dt.removeListener("data",_e),ee=!0,Ie.awaitDrain&&(!V._writableState||V._writableState.needDrain)&&W()}())});var W=function P(V){return function(){var dt=V._readableState;A("pipeOnDrain",dt.awaitDrain),dt.awaitDrain&&dt.awaitDrain--,0===dt.awaitDrain&&f(V,"data")&&(dt.flowing=!0,Ne(V))}}(dt);V.on("drain",W);var ee=!1;function _e(ui){A("ondata");var Wt=V.write(ui);A("dest.write",Wt),!1===Wt&&((1===Ie.pipesCount&&Ie.pipes===V||Ie.pipesCount>1&&-1!==ye(Ie.pipes,V))&&!ee&&(A("false write response, pause",Ie.awaitDrain),Ie.awaitDrain++),dt.pause())}function Le(ui){A("onerror",ui),It(),V.removeListener("error",Le),0===f(V,"error")&&ie(V,ui)}function ut(){V.removeListener("finish",ht),It()}function ht(){A("onfinish"),V.removeListener("close",ut),It()}function It(){A("unpipe"),dt.unpipe(V)}return dt.on("data",_e),function X(V,Ae,dt){if("function"==typeof V.prependListener)return V.prependListener(Ae,dt);V._events&&V._events[Ae]?Array.isArray(V._events[Ae])?V._events[Ae].unshift(dt):V._events[Ae]=[dt,V._events[Ae]]:V.on(Ae,dt)}(V,"error",Le),V.once("close",ut),V.once("finish",ht),V.emit("pipe",dt),Ie.flowing||(A("pipe resume"),dt.resume()),V},y.prototype.unpipe=function(V){var Ae=this._readableState,dt={hasUnpiped:!1};if(0===Ae.pipesCount)return this;if(1===Ae.pipesCount)return V&&V!==Ae.pipes||(V||(V=Ae.pipes),Ae.pipes=null,Ae.pipesCount=0,Ae.flowing=!1,V&&V.emit("unpipe",this,dt)),this;if(!V){var Ie=Ae.pipes,De=Ae.pipesCount;Ae.pipes=null,Ae.pipesCount=0,Ae.flowing=!1;for(var le=0;le0,!1!==Ie.flowing&&this.resume()):"readable"===V&&!Ie.endEmitted&&!Ie.readableListening&&(Ie.readableListening=Ie.needReadable=!0,Ie.flowing=!1,Ie.emittedReadable=!1,A("on readable",Ie.length,Ie.reading),Ie.length?v(this):Ie.reading||process.nextTick(q,this)),dt},y.prototype.removeListener=function(V,Ae){var dt=M.prototype.removeListener.call(this,V,Ae);return"readable"===V&&process.nextTick(F,this),dt},y.prototype.removeAllListeners=function(V){var Ae=M.prototype.removeAllListeners.apply(this,arguments);return("readable"===V||void 0===V)&&process.nextTick(F,this),Ae},y.prototype.resume=function(){var V=this._readableState;return V.flowing||(A("resume"),V.flowing=!V.readableListening,function he(V,Ae){Ae.resumeScheduled||(Ae.resumeScheduled=!0,process.nextTick(ve,V,Ae))}(this,V)),V.paused=!1,this},y.prototype.pause=function(){return A("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(A("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},y.prototype.wrap=function(V){var Ae=this,dt=this._readableState,Ie=!1;for(var De in V.on("end",function(){if(A("wrapped end"),dt.decoder&&!dt.ended){var Te=dt.decoder.end();Te&&Te.length&&Ae.push(Te)}Ae.push(null)}),V.on("data",function(Te){A("wrapped data"),dt.decoder&&(Te=dt.decoder.write(Te)),dt.objectMode&&null==Te||!(dt.objectMode||Te&&Te.length)||Ae.push(Te)||(Ie=!0,V.pause())}),V)void 0===this[De]&&"function"==typeof V[De]&&(this[De]=function(xe){return function(){return V[xe].apply(V,arguments)}}(De));for(var le=0;le{"use strict";Ve.exports=N;var t=p(891).q,e=t.ERR_METHOD_NOT_IMPLEMENTED,f=t.ERR_MULTIPLE_CALLBACK,M=t.ERR_TRANSFORM_ALREADY_TRANSFORMING,a=t.ERR_TRANSFORM_WITH_LENGTH_0,b=p(1339);function d(w,D){var L=this._transformState;L.transforming=!1;var k=L.writecb;if(null===k)return this.emit("error",new f);L.writechunk=null,L.writecb=null,null!=D&&this.push(D),k(w);var S=this._readableState;S.reading=!1,(S.needReadable||S.length{"use strict";function e(Ne){var we=this;this.next=null,this.entry=null,this.finish=function(){!function ve(Ne,we,Q){var Ue=Ne.entry;for(Ne.entry=null;Ue;){var ye=Ue.callback;we.pendingcb--,ye(Q),Ue=Ue.next}we.corkedRequestsFree.next=Ne}(we,Ne)}}var f;Ve.exports=me,me.WritableState=oe;var X,M={deprecate:p(4364)},a=p(4970),b=p(3172).Buffer,d=global.Uint8Array||function(){},A=p(1920),D=p(7102).getHighWaterMark,L=p(891).q,k=L.ERR_INVALID_ARG_TYPE,S=L.ERR_METHOD_NOT_IMPLEMENTED,U=L.ERR_MULTIPLE_CALLBACK,Z=L.ERR_STREAM_CANNOT_PIPE,j=L.ERR_STREAM_DESTROYED,ne=L.ERR_STREAM_NULL_VALUES,$=L.ERR_STREAM_WRITE_AFTER_END,de=L.ERR_UNKNOWN_ENCODING,te=A.errorOrDestroy;function ie(){}function oe(Ne,we,Q){f=f||p(1339),"boolean"!=typeof Q&&(Q=we instanceof f),this.objectMode=!!(Ne=Ne||{}).objectMode,Q&&(this.objectMode=this.objectMode||!!Ne.writableObjectMode),this.highWaterMark=D(this,Ne,"writableHighWaterMark",Q),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1,this.decodeStrings=!(!1===Ne.decodeStrings),this.defaultEncoding=Ne.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(ye){!function I(Ne,we){var Q=Ne._writableState,Ue=Q.sync,ye=Q.writecb;if("function"!=typeof ye)throw new U;if(function E(Ne){Ne.writing=!1,Ne.writecb=null,Ne.length-=Ne.writelen,Ne.writelen=0}(Q),we)!function _(Ne,we,Q,Ue,ye){--we.pendingcb,Q?(process.nextTick(ye,Ue),process.nextTick(q,Ne,we),Ne._writableState.errorEmitted=!0,te(Ne,Ue)):(ye(Ue),Ne._writableState.errorEmitted=!0,te(Ne,Ue),q(Ne,we))}(Ne,Q,Ue,we,ye);else{var V=B(Q)||Ne.destroyed;!V&&!Q.corked&&!Q.bufferProcessing&&Q.bufferedRequest&&C(Ne,Q),Ue?process.nextTick(v,Ne,Q,V,ye):v(Ne,Q,V,ye)}}(we,ye)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==Ne.emitClose,this.autoDestroy=!!Ne.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new e(this)}function me(Ne){var we=this instanceof(f=f||p(1339));if(!we&&!X.call(me,this))return new me(Ne);this._writableState=new oe(Ne,this,we),this.writable=!0,Ne&&("function"==typeof Ne.write&&(this._write=Ne.write),"function"==typeof Ne.writev&&(this._writev=Ne.writev),"function"==typeof Ne.destroy&&(this._destroy=Ne.destroy),"function"==typeof Ne.final&&(this._final=Ne.final)),a.call(this)}function c(Ne,we,Q,Ue,ye,V,Ae){we.writelen=Ue,we.writecb=Ae,we.writing=!0,we.sync=!0,we.destroyed?we.onwrite(new j("write")):Q?Ne._writev(ye,we.onwrite):Ne._write(ye,V,we.onwrite),we.sync=!1}function v(Ne,we,Q,Ue){Q||function n(Ne,we){0===we.length&&we.needDrain&&(we.needDrain=!1,Ne.emit("drain"))}(Ne,we),we.pendingcb--,Ue(),q(Ne,we)}function C(Ne,we){we.bufferProcessing=!0;var Q=we.bufferedRequest;if(Ne._writev&&Q&&Q.next){var ye=new Array(we.bufferedRequestCount),V=we.corkedRequestsFree;V.entry=Q;for(var Ae=0,dt=!0;Q;)ye[Ae]=Q,Q.isBuf||(dt=!1),Q=Q.next,Ae+=1;ye.allBuffers=dt,c(Ne,we,!0,we.length,ye,"",V.finish),we.pendingcb++,we.lastBufferedRequest=null,V.next?(we.corkedRequestsFree=V.next,V.next=null):we.corkedRequestsFree=new e(we),we.bufferedRequestCount=0}else{for(;Q;){var Ie=Q.chunk;if(c(Ne,we,!1,we.objectMode?1:Ie.length,Ie,Q.encoding,Q.callback),Q=Q.next,we.bufferedRequestCount--,we.writing)break}null===Q&&(we.lastBufferedRequest=null)}we.bufferedRequest=Q,we.bufferProcessing=!1}function B(Ne){return Ne.ending&&0===Ne.length&&null===Ne.bufferedRequest&&!Ne.finished&&!Ne.writing}function P(Ne,we){Ne._final(function(Q){we.pendingcb--,Q&&te(Ne,Q),we.prefinished=!0,Ne.emit("prefinish"),q(Ne,we)})}function q(Ne,we){var Q=B(we);if(Q&&(function F(Ne,we){!we.prefinished&&!we.finalCalled&&("function"!=typeof Ne._final||we.destroyed?(we.prefinished=!0,Ne.emit("prefinish")):(we.pendingcb++,we.finalCalled=!0,process.nextTick(P,Ne,we)))}(Ne,we),0===we.pendingcb&&(we.finished=!0,Ne.emit("finish"),we.autoDestroy))){var Ue=Ne._readableState;(!Ue||Ue.autoDestroy&&Ue.endEmitted)&&Ne.destroy()}return Q}p(3894)(me,a),oe.prototype.getBuffer=function(){for(var we=this.bufferedRequest,Q=[];we;)Q.push(we),we=we.next;return Q},function(){try{Object.defineProperty(oe.prototype,"buffer",{get:M.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(Ne){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(X=Function.prototype[Symbol.hasInstance],Object.defineProperty(me,Symbol.hasInstance,{value:function(we){return!!X.call(this,we)||this===me&&we&&we._writableState instanceof oe}})):X=function(we){return we instanceof this},me.prototype.pipe=function(){te(this,new Z)},me.prototype.write=function(Ne,we,Q){var Ue=this._writableState,ye=!1,V=!Ue.objectMode&&function h(Ne){return b.isBuffer(Ne)||Ne instanceof d}(Ne);return V&&!b.isBuffer(Ne)&&(Ne=function N(Ne){return b.from(Ne)}(Ne)),"function"==typeof we&&(Q=we,we=null),V?we="buffer":we||(we=Ue.defaultEncoding),"function"!=typeof Q&&(Q=ie),Ue.ending?function y(Ne,we){var Q=new $;te(Ne,Q),process.nextTick(we,Q)}(this,Q):(V||function i(Ne,we,Q,Ue){var ye;return null===Q?ye=new ne:"string"!=typeof Q&&!we.objectMode&&(ye=new k("chunk",["string","Buffer"],Q)),!ye||(te(Ne,ye),process.nextTick(Ue,ye),!1)}(this,Ue,Ne,Q))&&(Ue.pendingcb++,ye=function u(Ne,we,Q,Ue,ye,V){if(!Q){var Ae=function r(Ne,we,Q){return!Ne.objectMode&&!1!==Ne.decodeStrings&&"string"==typeof we&&(we=b.from(we,Q)),we}(we,Ue,ye);Ue!==Ae&&(Q=!0,ye="buffer",Ue=Ae)}var dt=we.objectMode?1:Ue.length;we.length+=dt;var Ie=we.length-1))throw new de(we);return this._writableState.defaultEncoding=we,this},Object.defineProperty(me.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(me.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),me.prototype._write=function(Ne,we,Q){Q(new S("_write()"))},me.prototype._writev=null,me.prototype.end=function(Ne,we,Q){var Ue=this._writableState;return"function"==typeof Ne?(Q=Ne,Ne=null,we=null):"function"==typeof we&&(Q=we,we=null),null!=Ne&&this.write(Ne,we),Ue.corked&&(Ue.corked=1,this.uncork()),Ue.ending||function he(Ne,we,Q){we.ending=!0,q(Ne,we),Q&&(we.finished?process.nextTick(Q):Ne.once("finish",Q)),we.ended=!0,Ne.writable=!1}(this,Ue,Q),this},Object.defineProperty(me.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(me.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(we){!this._writableState||(this._writableState.destroyed=we)}}),me.prototype.destroy=A.destroy,me.prototype._undestroy=A.undestroy,me.prototype._destroy=function(Ne,we){we(Ne)}},3872:(Ve,K,p)=>{"use strict";var t;function e(j,ne,$){return ne in j?Object.defineProperty(j,ne,{value:$,enumerable:!0,configurable:!0,writable:!0}):j[ne]=$,j}var f=p(7542),M=Symbol("lastResolve"),a=Symbol("lastReject"),b=Symbol("error"),d=Symbol("ended"),N=Symbol("lastPromise"),h=Symbol("handlePromise"),A=Symbol("stream");function w(j,ne){return{value:j,done:ne}}function D(j){var ne=j[M];if(null!==ne){var $=j[A].read();null!==$&&(j[N]=null,j[M]=null,j[a]=null,ne(w($,!1)))}}function L(j){process.nextTick(D,j)}var S=Object.getPrototypeOf(function(){}),U=Object.setPrototypeOf((e(t={get stream(){return this[A]},next:function(){var ne=this,$=this[b];if(null!==$)return Promise.reject($);if(this[d])return Promise.resolve(w(void 0,!0));if(this[A].destroyed)return new Promise(function(oe,X){process.nextTick(function(){ne[b]?X(ne[b]):oe(w(void 0,!0))})});var te,de=this[N];if(de)te=new Promise(function k(j,ne){return function($,de){j.then(function(){ne[d]?$(w(void 0,!0)):ne[h]($,de)},de)}}(de,this));else{var ie=this[A].read();if(null!==ie)return Promise.resolve(w(ie,!1));te=new Promise(this[h])}return this[N]=te,te}},Symbol.asyncIterator,function(){return this}),e(t,"return",function(){var ne=this;return new Promise(function($,de){ne[A].destroy(null,function(te){te?de(te):$(w(void 0,!0))})})}),t),S);Ve.exports=function(ne){var $,de=Object.create(U,(e($={},A,{value:ne,writable:!0}),e($,M,{value:null,writable:!0}),e($,a,{value:null,writable:!0}),e($,b,{value:null,writable:!0}),e($,d,{value:ne._readableState.endEmitted,writable:!0}),e($,h,{value:function(ie,oe){var X=de[A].read();X?(de[N]=null,de[M]=null,de[a]=null,ie(w(X,!1))):(de[M]=ie,de[a]=oe)},writable:!0}),$));return de[N]=null,f(ne,function(te){if(te&&"ERR_STREAM_PREMATURE_CLOSE"!==te.code){var ie=de[a];return null!==ie&&(de[N]=null,de[M]=null,de[a]=null,ie(te)),void(de[b]=te)}var oe=de[M];null!==oe&&(de[N]=null,de[M]=null,de[a]=null,oe(w(void 0,!0))),de[d]=!0}),ne.on("readable",L.bind(null,de)),de}},5019:(Ve,K,p)=>{"use strict";function t(L,k){var S=Object.keys(L);if(Object.getOwnPropertySymbols){var U=Object.getOwnPropertySymbols(L);k&&(U=U.filter(function(Z){return Object.getOwnPropertyDescriptor(L,Z).enumerable})),S.push.apply(S,U)}return S}function f(L,k,S){return k in L?Object.defineProperty(L,k,{value:S,enumerable:!0,configurable:!0,writable:!0}):L[k]=S,L}function a(L,k){for(var S=0;S0?this.tail.next=U:this.head=U,this.tail=U,++this.length}},{key:"unshift",value:function(S){var U={data:S,next:this.head};0===this.length&&(this.tail=U),this.head=U,++this.length}},{key:"shift",value:function(){if(0!==this.length){var S=this.head.data;return this.head=1===this.length?this.tail=null:this.head.next,--this.length,S}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(S){if(0===this.length)return"";for(var U=this.head,Z=""+U.data;U=U.next;)Z+=S+U.data;return Z}},{key:"concat",value:function(S){if(0===this.length)return N.alloc(0);for(var U=N.allocUnsafe(S>>>0),Z=this.head,j=0;Z;)D(Z.data,U,j),j+=Z.data.length,Z=Z.next;return U}},{key:"consume",value:function(S,U){var Z;return Sne.length?ne.length:S;if(j+=$===ne.length?ne:ne.slice(0,S),0==(S-=$)){$===ne.length?(++Z,this.head=U.next?U.next:this.tail=null):(this.head=U,U.data=ne.slice($));break}++Z}return this.length-=Z,j}},{key:"_getBuffer",value:function(S){var U=N.allocUnsafe(S),Z=this.head,j=1;for(Z.data.copy(U),S-=Z.data.length;Z=Z.next;){var ne=Z.data,$=S>ne.length?ne.length:S;if(ne.copy(U,U.length-S,0,$),0==(S-=$)){$===ne.length?(++j,this.head=Z.next?Z.next:this.tail=null):(this.head=Z,Z.data=ne.slice($));break}++j}return this.length-=j,U}},{key:w,value:function(S,U){return A(this,function e(L){for(var k=1;k{"use strict";function p(a,b){f(a,b),t(a)}function t(a){a._writableState&&!a._writableState.emitClose||a._readableState&&!a._readableState.emitClose||a.emit("close")}function f(a,b){a.emit("error",b)}Ve.exports={destroy:function K(a,b){var d=this;return this._readableState&&this._readableState.destroyed||this._writableState&&this._writableState.destroyed?(b?b(a):a&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(f,this,a)):process.nextTick(f,this,a)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(a||null,function(A){!b&&A?d._writableState?d._writableState.errorEmitted?process.nextTick(t,d):(d._writableState.errorEmitted=!0,process.nextTick(p,d,A)):process.nextTick(p,d,A):b?(process.nextTick(t,d),b(A)):process.nextTick(t,d)}),this)},undestroy:function e(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)},errorOrDestroy:function M(a,b){var d=a._readableState,N=a._writableState;d&&d.autoDestroy||N&&N.autoDestroy?a.destroy(b):a.emit("error",b)}}},7542:(Ve,K,p)=>{"use strict";var t=p(891).q.ERR_STREAM_PREMATURE_CLOSE;function f(){}Ve.exports=function a(b,d,N){if("function"==typeof d)return a(b,null,d);d||(d={}),N=function e(b){var d=!1;return function(){if(!d){d=!0;for(var N=arguments.length,h=new Array(N),A=0;A{Ve.exports=function(){throw new Error("Readable.from is not available in the browser")}},954:(Ve,K,p)=>{"use strict";var t,f=p(891).q,M=f.ERR_MISSING_ARGS,a=f.ERR_STREAM_DESTROYED;function b(L){if(L)throw L}function N(L,k,S,U){U=function e(L){var k=!1;return function(){k||(k=!0,L.apply(void 0,arguments))}}(U);var Z=!1;L.on("close",function(){Z=!0}),void 0===t&&(t=p(7542)),t(L,{readable:k,writable:S},function(ne){if(ne)return U(ne);Z=!0,U()});var j=!1;return function(ne){if(!Z&&!j){if(j=!0,function d(L){return L.setHeader&&"function"==typeof L.abort}(L))return L.abort();if("function"==typeof L.destroy)return L.destroy();U(ne||new a("pipe"))}}}function h(L){L()}function A(L,k){return L.pipe(k)}function w(L){return L.length&&"function"==typeof L[L.length-1]?L.pop():b}Ve.exports=function D(){for(var L=arguments.length,k=new Array(L),S=0;S0,function(ie){Z||(Z=ie),ie&&j.forEach(h),!de&&(j.forEach(h),U(Z))})});return k.reduce(A)}},7102:(Ve,K,p)=>{"use strict";var t=p(891).q.ERR_INVALID_OPT_VALUE;Ve.exports={getHighWaterMark:function f(M,a,b,d){var N=function e(M,a,b){return null!=M.highWaterMark?M.highWaterMark:a?M[b]:null}(a,d,b);if(null!=N){if(!isFinite(N)||Math.floor(N)!==N||N<0)throw new t(d?b:"highWaterMark",N);return Math.floor(N)}return M.objectMode?16:16384}}},4970:(Ve,K,p)=>{Ve.exports=p(9069).EventEmitter},5685:(Ve,K,p)=>{(K=Ve.exports=p(3154)).Stream=K,K.Readable=K,K.Writable=p(520),K.Duplex=p(1339),K.Transform=p(6025),K.PassThrough=p(6071),K.finished=p(7542),K.pipeline=p(954)},5634:(Ve,K,p)=>{"use strict";var t=p(3172).Buffer,e=p(3894),f=p(9650),M=new Array(16),a=[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,7,4,13,1,10,6,15,3,12,0,9,5,2,14,11,8,3,10,14,4,9,15,8,1,2,7,0,6,13,11,5,12,1,9,11,10,0,8,12,4,13,3,7,15,14,5,6,2,4,0,5,9,7,12,2,10,14,1,3,8,11,6,15,13],b=[5,14,7,0,9,2,11,4,13,6,15,8,1,10,3,12,6,11,3,7,0,13,5,10,14,15,8,12,4,9,1,2,15,5,1,3,7,14,6,9,11,8,12,2,10,0,4,13,8,6,4,1,3,11,15,0,5,12,2,13,9,7,10,14,12,15,10,4,1,5,8,7,6,2,13,14,0,3,9,11],d=[11,14,15,12,5,8,7,9,11,13,14,15,6,7,9,8,7,6,8,13,11,9,7,15,7,12,15,9,11,7,13,12,11,13,6,7,14,9,13,15,14,8,13,6,5,12,7,5,11,12,14,15,14,15,9,8,9,14,5,6,8,6,5,12,9,15,5,11,6,8,13,12,5,12,13,14,11,8,5,6],N=[8,9,9,11,13,15,15,5,7,7,8,11,14,14,12,6,9,13,15,7,12,8,9,11,7,7,12,7,6,15,13,11,9,7,15,11,8,6,6,14,12,13,5,14,13,13,7,5,15,5,8,11,14,14,6,14,6,9,12,9,12,5,15,8,8,5,12,9,12,5,14,6,8,13,6,5,15,13,11,11],h=[0,1518500249,1859775393,2400959708,2840853838],A=[1352829926,1548603684,1836072691,2053994217,0];function w(){f.call(this,64),this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520}function D(j,ne){return j<>>32-ne}function L(j,ne,$,de,te,ie,oe,X){return D(j+(ne^$^de)+ie+oe|0,X)+te|0}function k(j,ne,$,de,te,ie,oe,X){return D(j+(ne&$|~ne&de)+ie+oe|0,X)+te|0}function S(j,ne,$,de,te,ie,oe,X){return D(j+((ne|~$)^de)+ie+oe|0,X)+te|0}function U(j,ne,$,de,te,ie,oe,X){return D(j+(ne&de|$&~de)+ie+oe|0,X)+te|0}function Z(j,ne,$,de,te,ie,oe,X){return D(j+(ne^($|~de))+ie+oe|0,X)+te|0}e(w,f),w.prototype._update=function(){for(var j=M,ne=0;ne<16;++ne)j[ne]=this._block.readInt32LE(4*ne);for(var $=0|this._a,de=0|this._b,te=0|this._c,ie=0|this._d,oe=0|this._e,X=0|this._a,me=0|this._b,y=0|this._c,i=0|this._d,r=0|this._e,u=0;u<80;u+=1){var c,_;u<16?(c=L($,de,te,ie,oe,j[a[u]],h[0],d[u]),_=Z(X,me,y,i,r,j[b[u]],A[0],N[u])):u<32?(c=k($,de,te,ie,oe,j[a[u]],h[1],d[u]),_=U(X,me,y,i,r,j[b[u]],A[1],N[u])):u<48?(c=S($,de,te,ie,oe,j[a[u]],h[2],d[u]),_=S(X,me,y,i,r,j[b[u]],A[2],N[u])):u<64?(c=U($,de,te,ie,oe,j[a[u]],h[3],d[u]),_=k(X,me,y,i,r,j[b[u]],A[3],N[u])):(c=Z($,de,te,ie,oe,j[a[u]],h[4],d[u]),_=L(X,me,y,i,r,j[b[u]],A[4],N[u])),$=oe,oe=ie,ie=D(te,10),te=de,de=c,X=r,r=i,i=D(y,10),y=me,me=_}var E=this._b+te+i|0;this._b=this._c+ie+r|0,this._c=this._d+oe+X|0,this._d=this._e+$+me|0,this._e=this._a+de+y|0,this._a=E},w.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var j=t.alloc?t.alloc(20):new t(20);return j.writeInt32LE(this._a,0),j.writeInt32LE(this._b,4),j.writeInt32LE(this._c,8),j.writeInt32LE(this._d,12),j.writeInt32LE(this._e,16),j},Ve.exports=w},1135:(Ve,K,p)=>{"use strict";p.d(K,{X:()=>e});var t=p(7579);class e extends t.x{constructor(M){super(),this._value=M}get value(){return this.getValue()}_subscribe(M){const a=super._subscribe(M);return!a.closed&&M.next(this._value),a}getValue(){const{hasError:M,thrownError:a,_value:b}=this;if(M)throw a;return this._throwIfClosed(),b}next(M){super.next(this._value=M)}}},8306:(Ve,K,p)=>{"use strict";p.d(K,{y:()=>A});var t=p(930),e=p(727),f=p(8822),M=p(4671);var d=p(2416),N=p(576),h=p(2806);let A=(()=>{class k{constructor(U){U&&(this._subscribe=U)}lift(U){const Z=new k;return Z.source=this,Z.operator=U,Z}subscribe(U,Z,j){const ne=function L(k){return k&&k instanceof t.Lv||function D(k){return k&&(0,N.m)(k.next)&&(0,N.m)(k.error)&&(0,N.m)(k.complete)}(k)&&(0,e.Nn)(k)}(U)?U:new t.Hp(U,Z,j);return(0,h.x)(()=>{const{operator:$,source:de}=this;ne.add($?$.call(ne,de):de?this._subscribe(ne):this._trySubscribe(ne))}),ne}_trySubscribe(U){try{return this._subscribe(U)}catch(Z){U.error(Z)}}forEach(U,Z){return new(Z=w(Z))((j,ne)=>{const $=new t.Hp({next:de=>{try{U(de)}catch(te){ne(te),$.unsubscribe()}},error:ne,complete:j});this.subscribe($)})}_subscribe(U){var Z;return null===(Z=this.source)||void 0===Z?void 0:Z.subscribe(U)}[f.L](){return this}pipe(...U){return function b(k){return 0===k.length?M.y:1===k.length?k[0]:function(U){return k.reduce((Z,j)=>j(Z),U)}}(U)(this)}toPromise(U){return new(U=w(U))((Z,j)=>{let ne;this.subscribe($=>ne=$,$=>j($),()=>Z(ne))})}}return k.create=S=>new k(S),k})();function w(k){var S;return null!==(S=null!=k?k:d.v.Promise)&&void 0!==S?S:Promise}},4707:(Ve,K,p)=>{"use strict";p.d(K,{t:()=>f});var t=p(7579),e=p(6063);class f extends t.x{constructor(a=1/0,b=1/0,d=e.l){super(),this._bufferSize=a,this._windowTime=b,this._timestampProvider=d,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=b===1/0,this._bufferSize=Math.max(1,a),this._windowTime=Math.max(1,b)}next(a){const{isStopped:b,_buffer:d,_infiniteTimeWindow:N,_timestampProvider:h,_windowTime:A}=this;b||(d.push(a),!N&&d.push(h.now()+A)),this._trimBuffer(),super.next(a)}_subscribe(a){this._throwIfClosed(),this._trimBuffer();const b=this._innerSubscribe(a),{_infiniteTimeWindow:d,_buffer:N}=this,h=N.slice();for(let A=0;A{"use strict";p.d(K,{u:()=>N,x:()=>d});var t=p(8306),e=p(727);const M=(0,p(3888).d)(h=>function(){h(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var a=p(8737),b=p(2806);let d=(()=>{class h extends t.y{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(w){const D=new N(this,this);return D.operator=w,D}_throwIfClosed(){if(this.closed)throw new M}next(w){(0,b.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(const D of this.currentObservers)D.next(w)}})}error(w){(0,b.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=w;const{observers:D}=this;for(;D.length;)D.shift().error(w)}})}complete(){(0,b.x)(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;const{observers:w}=this;for(;w.length;)w.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var w;return(null===(w=this.observers)||void 0===w?void 0:w.length)>0}_trySubscribe(w){return this._throwIfClosed(),super._trySubscribe(w)}_subscribe(w){return this._throwIfClosed(),this._checkFinalizedStatuses(w),this._innerSubscribe(w)}_innerSubscribe(w){const{hasError:D,isStopped:L,observers:k}=this;return D||L?e.Lc:(this.currentObservers=null,k.push(w),new e.w0(()=>{this.currentObservers=null,(0,a.P)(k,w)}))}_checkFinalizedStatuses(w){const{hasError:D,thrownError:L,isStopped:k}=this;D?w.error(L):k&&w.complete()}asObservable(){const w=new t.y;return w.source=this,w}}return h.create=(A,w)=>new N(A,w),h})();class N extends d{constructor(A,w){super(),this.destination=A,this.source=w}next(A){var w,D;null===(D=null===(w=this.destination)||void 0===w?void 0:w.next)||void 0===D||D.call(w,A)}error(A){var w,D;null===(D=null===(w=this.destination)||void 0===w?void 0:w.error)||void 0===D||D.call(w,A)}complete(){var A,w;null===(w=null===(A=this.destination)||void 0===A?void 0:A.complete)||void 0===w||w.call(A)}_subscribe(A){var w,D;return null!==(D=null===(w=this.source)||void 0===w?void 0:w.subscribe(A))&&void 0!==D?D:e.Lc}}},930:(Ve,K,p)=>{"use strict";p.d(K,{Hp:()=>U,Lv:()=>D});var t=p(576),e=p(727),f=p(2416),M=p(7849),a=p(5032);const b=h("C",void 0,void 0);function h(de,te,ie){return{kind:de,value:te,error:ie}}var A=p(3410),w=p(2806);class D extends e.w0{constructor(te){super(),this.isStopped=!1,te?(this.destination=te,(0,e.Nn)(te)&&te.add(this)):this.destination=$}static create(te,ie,oe){return new U(te,ie,oe)}next(te){this.isStopped?ne(function N(de){return h("N",de,void 0)}(te),this):this._next(te)}error(te){this.isStopped?ne(function d(de){return h("E",void 0,de)}(te),this):(this.isStopped=!0,this._error(te))}complete(){this.isStopped?ne(b,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(te){this.destination.next(te)}_error(te){try{this.destination.error(te)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}}const L=Function.prototype.bind;function k(de,te){return L.call(de,te)}class S{constructor(te){this.partialObserver=te}next(te){const{partialObserver:ie}=this;if(ie.next)try{ie.next(te)}catch(oe){Z(oe)}}error(te){const{partialObserver:ie}=this;if(ie.error)try{ie.error(te)}catch(oe){Z(oe)}else Z(te)}complete(){const{partialObserver:te}=this;if(te.complete)try{te.complete()}catch(ie){Z(ie)}}}class U extends D{constructor(te,ie,oe){let X;if(super(),(0,t.m)(te)||!te)X={next:null!=te?te:void 0,error:null!=ie?ie:void 0,complete:null!=oe?oe:void 0};else{let me;this&&f.v.useDeprecatedNextContext?(me=Object.create(te),me.unsubscribe=()=>this.unsubscribe(),X={next:te.next&&k(te.next,me),error:te.error&&k(te.error,me),complete:te.complete&&k(te.complete,me)}):X=te}this.destination=new S(X)}}function Z(de){f.v.useDeprecatedSynchronousErrorHandling?(0,w.O)(de):(0,M.h)(de)}function ne(de,te){const{onStoppedNotification:ie}=f.v;ie&&A.z.setTimeout(()=>ie(de,te))}const $={closed:!0,next:a.Z,error:function j(de){throw de},complete:a.Z}},727:(Ve,K,p)=>{"use strict";p.d(K,{Lc:()=>b,w0:()=>a,Nn:()=>d});var t=p(576);const f=(0,p(3888).d)(h=>function(w){h(this),this.message=w?`${w.length} errors occurred during unsubscription:\n${w.map((D,L)=>`${L+1}) ${D.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=w});var M=p(8737);class a{constructor(A){this.initialTeardown=A,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let A;if(!this.closed){this.closed=!0;const{_parentage:w}=this;if(w)if(this._parentage=null,Array.isArray(w))for(const k of w)k.remove(this);else w.remove(this);const{initialTeardown:D}=this;if((0,t.m)(D))try{D()}catch(k){A=k instanceof f?k.errors:[k]}const{_finalizers:L}=this;if(L){this._finalizers=null;for(const k of L)try{N(k)}catch(S){A=null!=A?A:[],S instanceof f?A=[...A,...S.errors]:A.push(S)}}if(A)throw new f(A)}}add(A){var w;if(A&&A!==this)if(this.closed)N(A);else{if(A instanceof a){if(A.closed||A._hasParent(this))return;A._addParent(this)}(this._finalizers=null!==(w=this._finalizers)&&void 0!==w?w:[]).push(A)}}_hasParent(A){const{_parentage:w}=this;return w===A||Array.isArray(w)&&w.includes(A)}_addParent(A){const{_parentage:w}=this;this._parentage=Array.isArray(w)?(w.push(A),w):w?[w,A]:A}_removeParent(A){const{_parentage:w}=this;w===A?this._parentage=null:Array.isArray(w)&&(0,M.P)(w,A)}remove(A){const{_finalizers:w}=this;w&&(0,M.P)(w,A),A instanceof a&&A._removeParent(this)}}a.EMPTY=(()=>{const h=new a;return h.closed=!0,h})();const b=a.EMPTY;function d(h){return h instanceof a||h&&"closed"in h&&(0,t.m)(h.remove)&&(0,t.m)(h.add)&&(0,t.m)(h.unsubscribe)}function N(h){(0,t.m)(h)?h():h.unsubscribe()}},2416:(Ve,K,p)=>{"use strict";p.d(K,{v:()=>t});const t={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},9841:(Ve,K,p)=>{"use strict";p.d(K,{a:()=>A});var t=p(8306),e=p(4742),f=p(457),M=p(4671),a=p(3268),b=p(3269),d=p(1810),N=p(5403),h=p(9672);function A(...L){const k=(0,b.yG)(L),S=(0,b.jO)(L),{args:U,keys:Z}=(0,e.D)(L);if(0===U.length)return(0,f.D)([],k);const j=new t.y(function w(L,k,S=M.y){return U=>{D(k,()=>{const{length:Z}=L,j=new Array(Z);let ne=Z,$=Z;for(let de=0;de{const te=(0,f.D)(L[de],k);let ie=!1;te.subscribe((0,N.x)(U,oe=>{j[de]=oe,ie||(ie=!0,$--),$||U.next(S(j.slice()))},()=>{--ne||U.complete()}))},U)},U)}}(U,k,Z?ne=>(0,d.n)(Z,ne):M.y));return S?j.pipe((0,a.Z)(S)):j}function D(L,k,S){L?(0,h.f)(S,L,k):k()}},7272:(Ve,K,p)=>{"use strict";p.d(K,{z:()=>a});var t=p(8189),f=p(3269),M=p(457);function a(...b){return function e(){return(0,t.J)(1)}()((0,M.D)(b,(0,f.yG)(b)))}},9770:(Ve,K,p)=>{"use strict";p.d(K,{P:()=>f});var t=p(8306),e=p(8421);function f(M){return new t.y(a=>{(0,e.Xf)(M()).subscribe(a)})}},515:(Ve,K,p)=>{"use strict";p.d(K,{E:()=>e});const e=new(p(8306).y)(a=>a.complete())},4128:(Ve,K,p)=>{"use strict";p.d(K,{D:()=>N});var t=p(8306),e=p(4742),f=p(8421),M=p(3269),a=p(5403),b=p(3268),d=p(1810);function N(...h){const A=(0,M.jO)(h),{args:w,keys:D}=(0,e.D)(h),L=new t.y(k=>{const{length:S}=w;if(!S)return void k.complete();const U=new Array(S);let Z=S,j=S;for(let ne=0;ne{$||($=!0,j--),U[ne]=de},()=>Z--,void 0,()=>{(!Z||!$)&&(j||k.next(D?(0,d.n)(D,U):U),k.complete())}))}});return A?L.pipe((0,b.Z)(A)):L}},457:(Ve,K,p)=>{"use strict";p.d(K,{D:()=>ie});var t=p(8421),e=p(5363),f=p(4482);function M(oe,X=0){return(0,f.e)((me,y)=>{y.add(oe.schedule(()=>me.subscribe(y),X))})}var d=p(8306),h=p(2202),A=p(576),w=p(9672);function L(oe,X){if(!oe)throw new Error("Iterable cannot be null");return new d.y(me=>{(0,w.f)(me,X,()=>{const y=oe[Symbol.asyncIterator]();(0,w.f)(me,X,()=>{y.next().then(i=>{i.done?me.complete():me.next(i.value)})},0,!0)})})}var k=p(3670),S=p(8239),U=p(1144),Z=p(6495),j=p(2206),ne=p(4532),$=p(3260);function ie(oe,X){return X?function te(oe,X){if(null!=oe){if((0,k.c)(oe))return function a(oe,X){return(0,t.Xf)(oe).pipe(M(X),(0,e.Q)(X))}(oe,X);if((0,U.z)(oe))return function N(oe,X){return new d.y(me=>{let y=0;return X.schedule(function(){y===oe.length?me.complete():(me.next(oe[y++]),me.closed||this.schedule())})})}(oe,X);if((0,S.t)(oe))return function b(oe,X){return(0,t.Xf)(oe).pipe(M(X),(0,e.Q)(X))}(oe,X);if((0,j.D)(oe))return L(oe,X);if((0,Z.T)(oe))return function D(oe,X){return new d.y(me=>{let y;return(0,w.f)(me,X,()=>{y=oe[h.h](),(0,w.f)(me,X,()=>{let i,r;try{({value:i,done:r}=y.next())}catch(u){return void me.error(u)}r?me.complete():me.next(i)},0,!0)}),()=>(0,A.m)(null==y?void 0:y.return)&&y.return()})}(oe,X);if((0,$.L)(oe))return function de(oe,X){return L((0,$.Q)(oe),X)}(oe,X)}throw(0,ne.z)(oe)}(oe,X):(0,t.Xf)(oe)}},4968:(Ve,K,p)=>{"use strict";p.d(K,{R:()=>A});var t=p(8421),e=p(8306),f=p(5577),M=p(1144),a=p(576),b=p(3268);const d=["addListener","removeListener"],N=["addEventListener","removeEventListener"],h=["on","off"];function A(S,U,Z,j){if((0,a.m)(Z)&&(j=Z,Z=void 0),j)return A(S,U,Z).pipe((0,b.Z)(j));const[ne,$]=function k(S){return(0,a.m)(S.addEventListener)&&(0,a.m)(S.removeEventListener)}(S)?N.map(de=>te=>S[de](U,te,Z)):function D(S){return(0,a.m)(S.addListener)&&(0,a.m)(S.removeListener)}(S)?d.map(w(S,U)):function L(S){return(0,a.m)(S.on)&&(0,a.m)(S.off)}(S)?h.map(w(S,U)):[];if(!ne&&(0,M.z)(S))return(0,f.z)(de=>A(de,U,Z))((0,t.Xf)(S));if(!ne)throw new TypeError("Invalid event target");return new e.y(de=>{const te=(...ie)=>de.next(1$(te)})}function w(S,U){return Z=>j=>S[Z](U,j)}},8421:(Ve,K,p)=>{"use strict";p.d(K,{Xf:()=>L});var t=p(655),e=p(1144),f=p(8239),M=p(8306),a=p(3670),b=p(2206),d=p(4532),N=p(6495),h=p(3260),A=p(576),w=p(7849),D=p(8822);function L(de){if(de instanceof M.y)return de;if(null!=de){if((0,a.c)(de))return function k(de){return new M.y(te=>{const ie=de[D.L]();if((0,A.m)(ie.subscribe))return ie.subscribe(te);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}(de);if((0,e.z)(de))return function S(de){return new M.y(te=>{for(let ie=0;ie{de.then(ie=>{te.closed||(te.next(ie),te.complete())},ie=>te.error(ie)).then(null,w.h)})}(de);if((0,b.D)(de))return j(de);if((0,N.T)(de))return function Z(de){return new M.y(te=>{for(const ie of de)if(te.next(ie),te.closed)return;te.complete()})}(de);if((0,h.L)(de))return function ne(de){return j((0,h.Q)(de))}(de)}throw(0,d.z)(de)}function j(de){return new M.y(te=>{(function $(de,te){var ie,oe,X,me;return(0,t.mG)(this,void 0,void 0,function*(){try{for(ie=(0,t.KL)(de);!(oe=yield ie.next()).done;)if(te.next(oe.value),te.closed)return}catch(y){X={error:y}}finally{try{oe&&!oe.done&&(me=ie.return)&&(yield me.call(ie))}finally{if(X)throw X.error}}te.complete()})})(de,te).catch(ie=>te.error(ie))})}},6451:(Ve,K,p)=>{"use strict";p.d(K,{T:()=>b});var t=p(8189),e=p(8421),f=p(515),M=p(3269),a=p(457);function b(...d){const N=(0,M.yG)(d),h=(0,M._6)(d,1/0),A=d;return A.length?1===A.length?(0,e.Xf)(A[0]):(0,t.J)(h)((0,a.D)(A,N)):f.E}},9646:(Ve,K,p)=>{"use strict";p.d(K,{of:()=>f});var t=p(3269),e=p(457);function f(...M){const a=(0,t.yG)(M);return(0,e.D)(M,a)}},2843:(Ve,K,p)=>{"use strict";p.d(K,{_:()=>f});var t=p(8306),e=p(576);function f(M,a){const b=(0,e.m)(M)?M:()=>M,d=N=>N.error(b());return new t.y(a?N=>a.schedule(d,0,N):d)}},2805:(Ve,K,p)=>{"use strict";p.d(K,{H:()=>a});var t=p(8306),e=p(4986),f=p(3532),M=p(1165);function a(b=0,d,N=e.P){let h=-1;return null!=d&&((0,f.K)(d)?N=d:h=d),new t.y(A=>{let w=(0,M.q)(b)?+b-N.now():b;w<0&&(w=0);let D=0;return N.schedule(function(){A.closed||(A.next(D++),0<=h?this.schedule(void 0,h):A.complete())},w)})}},5403:(Ve,K,p)=>{"use strict";p.d(K,{Q:()=>f,x:()=>e});var t=p(930);function e(M,a,b,d,N){return new f(M,a,b,d,N)}class f extends t.Lv{constructor(a,b,d,N,h,A){super(a),this.onFinalize=h,this.shouldUnsubscribe=A,this._next=b?function(w){try{b(w)}catch(D){a.error(D)}}:super._next,this._error=N?function(w){try{N(w)}catch(D){a.error(D)}finally{this.unsubscribe()}}:super._error,this._complete=d?function(){try{d()}catch(w){a.error(w)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var a;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){const{closed:b}=this;super.unsubscribe(),!b&&(null===(a=this.onFinalize)||void 0===a||a.call(this))}}}},3601:(Ve,K,p)=>{"use strict";p.d(K,{e:()=>d});var t=p(4986),e=p(4482),f=p(8421),M=p(5403),b=p(2805);function d(N,h=t.z){return function a(N){return(0,e.e)((h,A)=>{let w=!1,D=null,L=null,k=!1;const S=()=>{if(null==L||L.unsubscribe(),L=null,w){w=!1;const Z=D;D=null,A.next(Z)}k&&A.complete()},U=()=>{L=null,k&&A.complete()};h.subscribe((0,M.x)(A,Z=>{w=!0,D=Z,L||(0,f.Xf)(N(Z)).subscribe(L=(0,M.x)(A,S,U))},()=>{k=!0,(!w||!L||L.closed)&&A.complete()}))})}(()=>(0,b.H)(N,h))}},262:(Ve,K,p)=>{"use strict";p.d(K,{K:()=>M});var t=p(8421),e=p(5403),f=p(4482);function M(a){return(0,f.e)((b,d)=>{let A,N=null,h=!1;N=b.subscribe((0,e.x)(d,void 0,void 0,w=>{A=(0,t.Xf)(a(w,M(a)(b))),N?(N.unsubscribe(),N=null,A.subscribe(d)):h=!0})),h&&(N.unsubscribe(),N=null,A.subscribe(d))})}},4351:(Ve,K,p)=>{"use strict";p.d(K,{b:()=>f});var t=p(5577),e=p(576);function f(M,a){return(0,e.m)(a)?(0,t.z)(M,a,1):(0,t.z)(M,1)}},8372:(Ve,K,p)=>{"use strict";p.d(K,{b:()=>M});var t=p(4986),e=p(4482),f=p(5403);function M(a,b=t.z){return(0,e.e)((d,N)=>{let h=null,A=null,w=null;const D=()=>{if(h){h.unsubscribe(),h=null;const k=A;A=null,N.next(k)}};function L(){const k=w+a,S=b.now();if(S{A=k,w=b.now(),h||(h=b.schedule(L,a),N.add(h))},()=>{D(),N.complete()},void 0,()=>{A=h=null}))})}},6590:(Ve,K,p)=>{"use strict";p.d(K,{d:()=>f});var t=p(4482),e=p(5403);function f(M){return(0,t.e)((a,b)=>{let d=!1;a.subscribe((0,e.x)(b,N=>{d=!0,b.next(N)},()=>{d||b.next(M),b.complete()}))})}},4086:(Ve,K,p)=>{"use strict";p.d(K,{g:()=>h});var t=p(4986),e=p(7272),f=p(5698),M=p(8502),a=p(9718),b=p(5577);function d(A,w){return w?D=>(0,e.z)(w.pipe((0,f.q)(1),(0,M.l)()),D.pipe(d(A))):(0,b.z)((D,L)=>A(D,L).pipe((0,f.q)(1),(0,a.h)(D)))}var N=p(2805);function h(A,w=t.z){const D=(0,N.H)(A,w);return d(()=>D)}},1884:(Ve,K,p)=>{"use strict";p.d(K,{x:()=>M});var t=p(4671),e=p(4482),f=p(5403);function M(b,d=t.y){return b=null!=b?b:a,(0,e.e)((N,h)=>{let A,w=!0;N.subscribe((0,f.x)(h,D=>{const L=d(D);(w||!b(A,L))&&(w=!1,A=L,h.next(D))}))})}function a(b,d){return b===d}},9300:(Ve,K,p)=>{"use strict";p.d(K,{h:()=>f});var t=p(4482),e=p(5403);function f(M,a){return(0,t.e)((b,d)=>{let N=0;b.subscribe((0,e.x)(d,h=>M.call(a,h,N++)&&d.next(h)))})}},8746:(Ve,K,p)=>{"use strict";p.d(K,{x:()=>e});var t=p(4482);function e(f){return(0,t.e)((M,a)=>{try{M.subscribe(a)}finally{a.add(f)}})}},590:(Ve,K,p)=>{"use strict";p.d(K,{P:()=>d});var t=p(6805),e=p(9300),f=p(5698),M=p(6590),a=p(8068),b=p(4671);function d(N,h){const A=arguments.length>=2;return w=>w.pipe(N?(0,e.h)((D,L)=>N(D,L,w)):b.y,(0,f.q)(1),A?(0,M.d)(h):(0,a.T)(()=>new t.K))}},8502:(Ve,K,p)=>{"use strict";p.d(K,{l:()=>M});var t=p(4482),e=p(5403),f=p(5032);function M(){return(0,t.e)((a,b)=>{a.subscribe((0,e.x)(b,f.Z))})}},4004:(Ve,K,p)=>{"use strict";p.d(K,{U:()=>f});var t=p(4482),e=p(5403);function f(M,a){return(0,t.e)((b,d)=>{let N=0;b.subscribe((0,e.x)(d,h=>{d.next(M.call(a,h,N++))}))})}},9718:(Ve,K,p)=>{"use strict";p.d(K,{h:()=>e});var t=p(4004);function e(f){return(0,t.U)(()=>f)}},8189:(Ve,K,p)=>{"use strict";p.d(K,{J:()=>f});var t=p(5577),e=p(4671);function f(M=1/0){return(0,t.z)(e.y,M)}},5577:(Ve,K,p)=>{"use strict";p.d(K,{z:()=>N});var t=p(4004),e=p(8421),f=p(4482),M=p(9672),a=p(5403),d=p(576);function N(h,A,w=1/0){return(0,d.m)(A)?N((D,L)=>(0,t.U)((k,S)=>A(D,k,L,S))((0,e.Xf)(h(D,L))),w):("number"==typeof A&&(w=A),(0,f.e)((D,L)=>function b(h,A,w,D,L,k,S,U){const Z=[];let j=0,ne=0,$=!1;const de=()=>{$&&!Z.length&&!j&&A.complete()},te=oe=>j{k&&A.next(oe),j++;let X=!1;(0,e.Xf)(w(oe,ne++)).subscribe((0,a.x)(A,me=>{null==L||L(me),k?te(me):A.next(me)},()=>{X=!0},void 0,()=>{if(X)try{for(j--;Z.length&&jie(me)):ie(me)}de()}catch(me){A.error(me)}}))};return h.subscribe((0,a.x)(A,te,()=>{$=!0,de()})),()=>{null==U||U()}}(D,L,h,w)))}},5363:(Ve,K,p)=>{"use strict";p.d(K,{Q:()=>M});var t=p(9672),e=p(4482),f=p(5403);function M(a,b=0){return(0,e.e)((d,N)=>{d.subscribe((0,f.x)(N,h=>(0,t.f)(N,a,()=>N.next(h),b),()=>(0,t.f)(N,a,()=>N.complete(),b),h=>(0,t.f)(N,a,()=>N.error(h),b)))})}},5026:(Ve,K,p)=>{"use strict";p.d(K,{R:()=>M});var t=p(4482),e=p(5403);function f(a,b,d,N,h){return(A,w)=>{let D=d,L=b,k=0;A.subscribe((0,e.x)(w,S=>{const U=k++;L=D?a(L,S,U):(D=!0,S),N&&w.next(L)},h&&(()=>{D&&w.next(L),w.complete()})))}}function M(a,b){return(0,t.e)(f(a,b,arguments.length>=2,!0))}},3099:(Ve,K,p)=>{"use strict";p.d(K,{B:()=>a});var t=p(8421),e=p(7579),f=p(930),M=p(4482);function a(d={}){const{connector:N=(()=>new e.x),resetOnError:h=!0,resetOnComplete:A=!0,resetOnRefCountZero:w=!0}=d;return D=>{let L,k,S,U=0,Z=!1,j=!1;const ne=()=>{null==k||k.unsubscribe(),k=void 0},$=()=>{ne(),L=S=void 0,Z=j=!1},de=()=>{const te=L;$(),null==te||te.unsubscribe()};return(0,M.e)((te,ie)=>{U++,!j&&!Z&&ne();const oe=S=null!=S?S:N();ie.add(()=>{U--,0===U&&!j&&!Z&&(k=b(de,w))}),oe.subscribe(ie),!L&&U>0&&(L=new f.Hp({next:X=>oe.next(X),error:X=>{j=!0,ne(),k=b($,h,X),oe.error(X)},complete:()=>{Z=!0,ne(),k=b($,A),oe.complete()}}),(0,t.Xf)(te).subscribe(L))})(D)}}function b(d,N,...h){if(!0===N)return void d();if(!1===N)return;const A=new f.Hp({next:()=>{A.unsubscribe(),d()}});return N(...h).subscribe(A)}},5684:(Ve,K,p)=>{"use strict";p.d(K,{T:()=>e});var t=p(9300);function e(f){return(0,t.h)((M,a)=>f<=a)}},8675:(Ve,K,p)=>{"use strict";p.d(K,{O:()=>M});var t=p(7272),e=p(3269),f=p(4482);function M(...a){const b=(0,e.yG)(a);return(0,f.e)((d,N)=>{(b?(0,t.z)(a,d,b):(0,t.z)(a,d)).subscribe(N)})}},3900:(Ve,K,p)=>{"use strict";p.d(K,{w:()=>M});var t=p(8421),e=p(4482),f=p(5403);function M(a,b){return(0,e.e)((d,N)=>{let h=null,A=0,w=!1;const D=()=>w&&!h&&N.complete();d.subscribe((0,f.x)(N,L=>{null==h||h.unsubscribe();let k=0;const S=A++;(0,t.Xf)(a(L,S)).subscribe(h=(0,f.x)(N,U=>N.next(b?b(L,U,S,k++):U),()=>{h=null,D()}))},()=>{w=!0,D()}))})}},5698:(Ve,K,p)=>{"use strict";p.d(K,{q:()=>M});var t=p(515),e=p(4482),f=p(5403);function M(a){return a<=0?()=>t.E:(0,e.e)((b,d)=>{let N=0;b.subscribe((0,f.x)(d,h=>{++N<=a&&(d.next(h),a<=N&&d.complete())}))})}},2722:(Ve,K,p)=>{"use strict";p.d(K,{R:()=>a});var t=p(4482),e=p(5403),f=p(8421),M=p(5032);function a(b){return(0,t.e)((d,N)=>{(0,f.Xf)(b).subscribe((0,e.x)(N,()=>N.complete(),M.Z)),!N.closed&&d.subscribe(N)})}},8505:(Ve,K,p)=>{"use strict";p.d(K,{b:()=>a});var t=p(576),e=p(4482),f=p(5403),M=p(4671);function a(b,d,N){const h=(0,t.m)(b)||d||N?{next:b,error:d,complete:N}:b;return h?(0,e.e)((A,w)=>{var D;null===(D=h.subscribe)||void 0===D||D.call(h);let L=!0;A.subscribe((0,f.x)(w,k=>{var S;null===(S=h.next)||void 0===S||S.call(h,k),w.next(k)},()=>{var k;L=!1,null===(k=h.complete)||void 0===k||k.call(h),w.complete()},k=>{var S;L=!1,null===(S=h.error)||void 0===S||S.call(h,k),w.error(k)},()=>{var k,S;L&&(null===(k=h.unsubscribe)||void 0===k||k.call(h)),null===(S=h.finalize)||void 0===S||S.call(h)}))}):M.y}},8068:(Ve,K,p)=>{"use strict";p.d(K,{T:()=>M});var t=p(6805),e=p(4482),f=p(5403);function M(b=a){return(0,e.e)((d,N)=>{let h=!1;d.subscribe((0,f.x)(N,A=>{h=!0,N.next(A)},()=>h?N.complete():N.error(b())))})}function a(){return new t.K}},7414:(Ve,K,p)=>{"use strict";p.d(K,{V:()=>h});var t=p(4986),e=p(1165),f=p(4482),M=p(8421),a=p(3888),b=p(5403),d=p(9672);const N=(0,a.d)(w=>function(L=null){w(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=L});function h(w,D){const{first:L,each:k,with:S=A,scheduler:U=(null!=D?D:t.z),meta:Z=null}=(0,e.q)(w)?{first:w}:"number"==typeof w?{each:w}:w;if(null==L&&null==k)throw new TypeError("No timeout provided.");return(0,f.e)((j,ne)=>{let $,de,te=null,ie=0;const oe=X=>{de=(0,d.f)(ne,U,()=>{try{$.unsubscribe(),(0,M.Xf)(S({meta:Z,lastValue:te,seen:ie})).subscribe(ne)}catch(me){ne.error(me)}},X)};$=j.subscribe((0,b.x)(ne,X=>{null==de||de.unsubscribe(),ie++,ne.next(te=X),k>0&&oe(k)},void 0,void 0,()=>{(null==de?void 0:de.closed)||null==de||de.unsubscribe(),te=null})),!ie&&oe(null!=L?"number"==typeof L?L:+L-U.now():k)})}function A(w){throw new N(w)}},1365:(Ve,K,p)=>{"use strict";p.d(K,{M:()=>d});var t=p(4482),e=p(5403),f=p(8421),M=p(4671),a=p(5032),b=p(3269);function d(...N){const h=(0,b.jO)(N);return(0,t.e)((A,w)=>{const D=N.length,L=new Array(D);let k=N.map(()=>!1),S=!1;for(let U=0;U{L[U]=Z,!S&&!k[U]&&(k[U]=!0,(S=k.every(M.y))&&(k=null))},a.Z));A.subscribe((0,e.x)(w,U=>{if(S){const Z=[U,...L];w.next(h?h(...Z):Z)}}))})}},4408:(Ve,K,p)=>{"use strict";p.d(K,{o:()=>a});var t=p(727);class e extends t.w0{constructor(d,N){super()}schedule(d,N=0){return this}}const f={setInterval(b,d,...N){const{delegate:h}=f;return(null==h?void 0:h.setInterval)?h.setInterval(b,d,...N):setInterval(b,d,...N)},clearInterval(b){const{delegate:d}=f;return((null==d?void 0:d.clearInterval)||clearInterval)(b)},delegate:void 0};var M=p(8737);class a extends e{constructor(d,N){super(d,N),this.scheduler=d,this.work=N,this.pending=!1}schedule(d,N=0){if(this.closed)return this;this.state=d;const h=this.id,A=this.scheduler;return null!=h&&(this.id=this.recycleAsyncId(A,h,N)),this.pending=!0,this.delay=N,this.id=this.id||this.requestAsyncId(A,this.id,N),this}requestAsyncId(d,N,h=0){return f.setInterval(d.flush.bind(d,this),h)}recycleAsyncId(d,N,h=0){if(null!=h&&this.delay===h&&!1===this.pending)return N;f.clearInterval(N)}execute(d,N){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const h=this._execute(d,N);if(h)return h;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(d,N){let A,h=!1;try{this.work(d)}catch(w){h=!0,A=w||new Error("Scheduled action threw falsy error")}if(h)return this.unsubscribe(),A}unsubscribe(){if(!this.closed){const{id:d,scheduler:N}=this,{actions:h}=N;this.work=this.state=this.scheduler=null,this.pending=!1,(0,M.P)(h,this),null!=d&&(this.id=this.recycleAsyncId(N,d,null)),this.delay=null,super.unsubscribe()}}}},7565:(Ve,K,p)=>{"use strict";p.d(K,{v:()=>f});var t=p(6063);class e{constructor(a,b=e.now){this.schedulerActionCtor=a,this.now=b}schedule(a,b=0,d){return new this.schedulerActionCtor(this,a).schedule(d,b)}}e.now=t.l.now;class f extends e{constructor(a,b=e.now){super(a,b),this.actions=[],this._active=!1,this._scheduled=void 0}flush(a){const{actions:b}=this;if(this._active)return void b.push(a);let d;this._active=!0;do{if(d=a.execute(a.state,a.delay))break}while(a=b.shift());if(this._active=!1,d){for(;a=b.shift();)a.unsubscribe();throw d}}}},3101:(Ve,K,p)=>{"use strict";p.d(K,{E:()=>k});var t=p(4408);let f,e=1;const M={};function a(U){return U in M&&(delete M[U],!0)}const b={setImmediate(U){const Z=e++;return M[Z]=!0,f||(f=Promise.resolve()),f.then(()=>a(Z)&&U()),Z},clearImmediate(U){a(U)}},{setImmediate:N,clearImmediate:h}=b,A={setImmediate(...U){const{delegate:Z}=A;return((null==Z?void 0:Z.setImmediate)||N)(...U)},clearImmediate(U){const{delegate:Z}=A;return((null==Z?void 0:Z.clearImmediate)||h)(U)},delegate:void 0};var D=p(7565);const k=new class L extends D.v{flush(Z){this._active=!0;const j=this._scheduled;this._scheduled=void 0;const{actions:ne}=this;let $;Z=Z||ne.shift();do{if($=Z.execute(Z.state,Z.delay))break}while((Z=ne[0])&&Z.id===j&&ne.shift());if(this._active=!1,$){for(;(Z=ne[0])&&Z.id===j&&ne.shift();)Z.unsubscribe();throw $}}}(class w extends t.o{constructor(Z,j){super(Z,j),this.scheduler=Z,this.work=j}requestAsyncId(Z,j,ne=0){return null!==ne&&ne>0?super.requestAsyncId(Z,j,ne):(Z.actions.push(this),Z._scheduled||(Z._scheduled=A.setImmediate(Z.flush.bind(Z,void 0))))}recycleAsyncId(Z,j,ne=0){if(null!=ne&&ne>0||null==ne&&this.delay>0)return super.recycleAsyncId(Z,j,ne);Z.actions.some($=>$.id===j)||(A.clearImmediate(j),Z._scheduled=void 0)}})},4986:(Ve,K,p)=>{"use strict";p.d(K,{P:()=>M,z:()=>f});var t=p(4408);const f=new(p(7565).v)(t.o),M=f},6063:(Ve,K,p)=>{"use strict";p.d(K,{l:()=>t});const t={now:()=>(t.delegate||Date).now(),delegate:void 0}},233:(Ve,K,p)=>{"use strict";p.d(K,{N:()=>a});var t=p(4408),f=p(7565);const a=new class M extends f.v{}(class e extends t.o{constructor(N,h){super(N,h),this.scheduler=N,this.work=h}schedule(N,h=0){return h>0?super.schedule(N,h):(this.delay=h,this.state=N,this.scheduler.flush(this),this)}execute(N,h){return h>0||this.closed?super.execute(N,h):this._execute(N,h)}requestAsyncId(N,h,A=0){return null!=A&&A>0||null==A&&this.delay>0?super.requestAsyncId(N,h,A):N.flush(this)}})},3410:(Ve,K,p)=>{"use strict";p.d(K,{z:()=>t});const t={setTimeout(e,f,...M){const{delegate:a}=t;return(null==a?void 0:a.setTimeout)?a.setTimeout(e,f,...M):setTimeout(e,f,...M)},clearTimeout(e){const{delegate:f}=t;return((null==f?void 0:f.clearTimeout)||clearTimeout)(e)},delegate:void 0}},2202:(Ve,K,p)=>{"use strict";p.d(K,{h:()=>e});const e=function t(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},8822:(Ve,K,p)=>{"use strict";p.d(K,{L:()=>t});const t="function"==typeof Symbol&&Symbol.observable||"@@observable"},6805:(Ve,K,p)=>{"use strict";p.d(K,{K:()=>e});const e=(0,p(3888).d)(f=>function(){f(this),this.name="EmptyError",this.message="no elements in sequence"})},3269:(Ve,K,p)=>{"use strict";p.d(K,{_6:()=>b,jO:()=>M,yG:()=>a});var t=p(576),e=p(3532);function f(d){return d[d.length-1]}function M(d){return(0,t.m)(f(d))?d.pop():void 0}function a(d){return(0,e.K)(f(d))?d.pop():void 0}function b(d,N){return"number"==typeof f(d)?d.pop():N}},4742:(Ve,K,p)=>{"use strict";p.d(K,{D:()=>a});const{isArray:t}=Array,{getPrototypeOf:e,prototype:f,keys:M}=Object;function a(d){if(1===d.length){const N=d[0];if(t(N))return{args:N,keys:null};if(function b(d){return d&&"object"==typeof d&&e(d)===f}(N)){const h=M(N);return{args:h.map(A=>N[A]),keys:h}}}return{args:d,keys:null}}},8737:(Ve,K,p)=>{"use strict";function t(e,f){if(e){const M=e.indexOf(f);0<=M&&e.splice(M,1)}}p.d(K,{P:()=>t})},3888:(Ve,K,p)=>{"use strict";function t(e){const M=e(a=>{Error.call(a),a.stack=(new Error).stack});return M.prototype=Object.create(Error.prototype),M.prototype.constructor=M,M}p.d(K,{d:()=>t})},1810:(Ve,K,p)=>{"use strict";function t(e,f){return e.reduce((M,a,b)=>(M[a]=f[b],M),{})}p.d(K,{n:()=>t})},2806:(Ve,K,p)=>{"use strict";p.d(K,{O:()=>M,x:()=>f});var t=p(2416);let e=null;function f(a){if(t.v.useDeprecatedSynchronousErrorHandling){const b=!e;if(b&&(e={errorThrown:!1,error:null}),a(),b){const{errorThrown:d,error:N}=e;if(e=null,d)throw N}}else a()}function M(a){t.v.useDeprecatedSynchronousErrorHandling&&e&&(e.errorThrown=!0,e.error=a)}},9672:(Ve,K,p)=>{"use strict";function t(e,f,M,a=0,b=!1){const d=f.schedule(function(){M(),b?e.add(this.schedule(null,a)):this.unsubscribe()},a);if(e.add(d),!b)return d}p.d(K,{f:()=>t})},4671:(Ve,K,p)=>{"use strict";function t(e){return e}p.d(K,{y:()=>t})},1144:(Ve,K,p)=>{"use strict";p.d(K,{z:()=>t});const t=e=>e&&"number"==typeof e.length&&"function"!=typeof e},2206:(Ve,K,p)=>{"use strict";p.d(K,{D:()=>e});var t=p(576);function e(f){return Symbol.asyncIterator&&(0,t.m)(null==f?void 0:f[Symbol.asyncIterator])}},1165:(Ve,K,p)=>{"use strict";function t(e){return e instanceof Date&&!isNaN(e)}p.d(K,{q:()=>t})},576:(Ve,K,p)=>{"use strict";function t(e){return"function"==typeof e}p.d(K,{m:()=>t})},3670:(Ve,K,p)=>{"use strict";p.d(K,{c:()=>f});var t=p(8822),e=p(576);function f(M){return(0,e.m)(M[t.L])}},6495:(Ve,K,p)=>{"use strict";p.d(K,{T:()=>f});var t=p(2202),e=p(576);function f(M){return(0,e.m)(null==M?void 0:M[t.h])}},5191:(Ve,K,p)=>{"use strict";p.d(K,{b:()=>f});var t=p(8306),e=p(576);function f(M){return!!M&&(M instanceof t.y||(0,e.m)(M.lift)&&(0,e.m)(M.subscribe))}},8239:(Ve,K,p)=>{"use strict";p.d(K,{t:()=>e});var t=p(576);function e(f){return(0,t.m)(null==f?void 0:f.then)}},3260:(Ve,K,p)=>{"use strict";p.d(K,{L:()=>M,Q:()=>f});var t=p(655),e=p(576);function f(a){return(0,t.FC)(this,arguments,function*(){const d=a.getReader();try{for(;;){const{value:N,done:h}=yield(0,t.qq)(d.read());if(h)return yield(0,t.qq)(void 0);yield yield(0,t.qq)(N)}}finally{d.releaseLock()}})}function M(a){return(0,e.m)(null==a?void 0:a.getReader)}},3532:(Ve,K,p)=>{"use strict";p.d(K,{K:()=>e});var t=p(576);function e(f){return f&&(0,t.m)(f.schedule)}},4482:(Ve,K,p)=>{"use strict";p.d(K,{A:()=>e,e:()=>f});var t=p(576);function e(M){return(0,t.m)(null==M?void 0:M.lift)}function f(M){return a=>{if(e(a))return a.lift(function(b){try{return M(b,this)}catch(d){this.error(d)}});throw new TypeError("Unable to lift unknown Observable type")}}},3268:(Ve,K,p)=>{"use strict";p.d(K,{Z:()=>M});var t=p(4004);const{isArray:e}=Array;function M(a){return(0,t.U)(b=>function f(a,b){return e(b)?a(...b):a(b)}(a,b))}},5032:(Ve,K,p)=>{"use strict";function t(){}p.d(K,{Z:()=>t})},7849:(Ve,K,p)=>{"use strict";p.d(K,{h:()=>f});var t=p(2416),e=p(3410);function f(M){e.z.setTimeout(()=>{const{onUnhandledError:a}=t.v;if(!a)throw M;a(M)})}},4532:(Ve,K,p)=>{"use strict";function t(e){return new TypeError(`You provided ${null!==e&&"object"==typeof e?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}p.d(K,{z:()=>t})},3502:(Ve,K,p)=>{var t=p(3172),e=t.Buffer;function f(a,b){for(var d in a)b[d]=a[d]}function M(a,b,d){return e(a,b,d)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(f(t,K),K.Buffer=M),f(e,M),M.from=function(a,b,d){if("number"==typeof a)throw new TypeError("Argument must not be a number");return e(a,b,d)},M.alloc=function(a,b,d){if("number"!=typeof a)throw new TypeError("Argument must be a number");var N=e(a);return void 0!==b?"string"==typeof d?N.fill(b,d):N.fill(b):N.fill(0),N},M.allocUnsafe=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return e(a)},M.allocUnsafeSlow=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return t.SlowBuffer(a)}},2038:(Ve,K,p)=>{"use strict";var M,t=p(3172),e=t.Buffer,f={};for(M in t)!t.hasOwnProperty(M)||"SlowBuffer"===M||"Buffer"===M||(f[M]=t[M]);var a=f.Buffer={};for(M in e)!e.hasOwnProperty(M)||"allocUnsafe"===M||"allocUnsafeSlow"===M||(a[M]=e[M]);if(f.Buffer.prototype=e.prototype,(!a.from||a.from===Uint8Array.from)&&(a.from=function(b,d,N){if("number"==typeof b)throw new TypeError('The "value" argument must not be of type number. Received type '+typeof b);if(b&&void 0===b.length)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof b);return e(b,d,N)}),a.alloc||(a.alloc=function(b,d,N){if("number"!=typeof b)throw new TypeError('The "size" argument must be of type number. Received type '+typeof b);if(b<0||b>=2*(1<<30))throw new RangeError('The value "'+b+'" is invalid for option "size"');var h=e(b);return d&&0!==d.length?"string"==typeof N?h.fill(d,N):h.fill(d):h.fill(0),h}),!f.kStringMaxLength)try{f.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(b){}f.constants||(f.constants={MAX_LENGTH:f.kMaxLength},f.kStringMaxLength&&(f.constants.MAX_STRING_LENGTH=f.kStringMaxLength)),Ve.exports=f},6692:(Ve,K,p)=>{var t=p(3502).Buffer;function e(f,M){this._block=t.alloc(f),this._finalSize=M,this._blockSize=f,this._len=0}e.prototype.update=function(f,M){"string"==typeof f&&(f=t.from(f,M=M||"utf8"));for(var a=this._block,b=this._blockSize,d=f.length,N=this._len,h=0;h=this._finalSize&&(this._update(this._block),this._block.fill(0));var a=8*this._len;if(a<=4294967295)this._block.writeUInt32BE(a,this._blockSize-4);else{var b=(4294967295&a)>>>0;this._block.writeUInt32BE((a-b)/4294967296,this._blockSize-8),this._block.writeUInt32BE(b,this._blockSize-4)}this._update(this._block);var N=this._hash();return f?N.toString(f):N},e.prototype._update=function(){throw new Error("_update must be implemented by subclass")},Ve.exports=e},5244:(Ve,K,p)=>{var t=Ve.exports=function(f){f=f.toLowerCase();var M=t[f];if(!M)throw new Error(f+" is not supported (we accept pull requests)");return new M};t.sha=p(8932),t.sha1=p(7736),t.sha224=p(5044),t.sha256=p(5014),t.sha384=p(6540),t.sha512=p(117)},8932:(Ve,K,p)=>{var t=p(3894),e=p(6692),f=p(3502).Buffer,M=[1518500249,1859775393,-1894007588,-899497514],a=new Array(80);function b(){this.init(),this._w=a,e.call(this,64,56)}function d(A){return A<<5|A>>>27}function N(A){return A<<30|A>>>2}function h(A,w,D,L){return 0===A?w&D|~w&L:2===A?w&D|w&L|D&L:w^D^L}t(b,e),b.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},b.prototype._update=function(A){for(var w=this._w,D=0|this._a,L=0|this._b,k=0|this._c,S=0|this._d,U=0|this._e,Z=0;Z<16;++Z)w[Z]=A.readInt32BE(4*Z);for(;Z<80;++Z)w[Z]=w[Z-3]^w[Z-8]^w[Z-14]^w[Z-16];for(var j=0;j<80;++j){var ne=~~(j/20),$=d(D)+h(ne,L,k,S)+U+w[j]+M[ne]|0;U=S,S=k,k=N(L),L=D,D=$}this._a=D+this._a|0,this._b=L+this._b|0,this._c=k+this._c|0,this._d=S+this._d|0,this._e=U+this._e|0},b.prototype._hash=function(){var A=f.allocUnsafe(20);return A.writeInt32BE(0|this._a,0),A.writeInt32BE(0|this._b,4),A.writeInt32BE(0|this._c,8),A.writeInt32BE(0|this._d,12),A.writeInt32BE(0|this._e,16),A},Ve.exports=b},7736:(Ve,K,p)=>{var t=p(3894),e=p(6692),f=p(3502).Buffer,M=[1518500249,1859775393,-1894007588,-899497514],a=new Array(80);function b(){this.init(),this._w=a,e.call(this,64,56)}function d(w){return w<<1|w>>>31}function N(w){return w<<5|w>>>27}function h(w){return w<<30|w>>>2}function A(w,D,L,k){return 0===w?D&L|~D&k:2===w?D&L|D&k|L&k:D^L^k}t(b,e),b.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this},b.prototype._update=function(w){for(var D=this._w,L=0|this._a,k=0|this._b,S=0|this._c,U=0|this._d,Z=0|this._e,j=0;j<16;++j)D[j]=w.readInt32BE(4*j);for(;j<80;++j)D[j]=d(D[j-3]^D[j-8]^D[j-14]^D[j-16]);for(var ne=0;ne<80;++ne){var $=~~(ne/20),de=N(L)+A($,k,S,U)+Z+D[ne]+M[$]|0;Z=U,U=S,S=h(k),k=L,L=de}this._a=L+this._a|0,this._b=k+this._b|0,this._c=S+this._c|0,this._d=U+this._d|0,this._e=Z+this._e|0},b.prototype._hash=function(){var w=f.allocUnsafe(20);return w.writeInt32BE(0|this._a,0),w.writeInt32BE(0|this._b,4),w.writeInt32BE(0|this._c,8),w.writeInt32BE(0|this._d,12),w.writeInt32BE(0|this._e,16),w},Ve.exports=b},5044:(Ve,K,p)=>{var t=p(3894),e=p(5014),f=p(6692),M=p(3502).Buffer,a=new Array(64);function b(){this.init(),this._w=a,f.call(this,64,56)}t(b,e),b.prototype.init=function(){return this._a=3238371032,this._b=914150663,this._c=812702999,this._d=4144912697,this._e=4290775857,this._f=1750603025,this._g=1694076839,this._h=3204075428,this},b.prototype._hash=function(){var d=M.allocUnsafe(28);return d.writeInt32BE(this._a,0),d.writeInt32BE(this._b,4),d.writeInt32BE(this._c,8),d.writeInt32BE(this._d,12),d.writeInt32BE(this._e,16),d.writeInt32BE(this._f,20),d.writeInt32BE(this._g,24),d},Ve.exports=b},5014:(Ve,K,p)=>{var t=p(3894),e=p(6692),f=p(3502).Buffer,M=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298],a=new Array(64);function b(){this.init(),this._w=a,e.call(this,64,56)}function d(L,k,S){return S^L&(k^S)}function N(L,k,S){return L&k|S&(L|k)}function h(L){return(L>>>2|L<<30)^(L>>>13|L<<19)^(L>>>22|L<<10)}function A(L){return(L>>>6|L<<26)^(L>>>11|L<<21)^(L>>>25|L<<7)}function w(L){return(L>>>7|L<<25)^(L>>>18|L<<14)^L>>>3}function D(L){return(L>>>17|L<<15)^(L>>>19|L<<13)^L>>>10}t(b,e),b.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},b.prototype._update=function(L){for(var k=this._w,S=0|this._a,U=0|this._b,Z=0|this._c,j=0|this._d,ne=0|this._e,$=0|this._f,de=0|this._g,te=0|this._h,ie=0;ie<16;++ie)k[ie]=L.readInt32BE(4*ie);for(;ie<64;++ie)k[ie]=D(k[ie-2])+k[ie-7]+w(k[ie-15])+k[ie-16]|0;for(var oe=0;oe<64;++oe){var X=te+A(ne)+d(ne,$,de)+M[oe]+k[oe]|0,me=h(S)+N(S,U,Z)|0;te=de,de=$,$=ne,ne=j+X|0,j=Z,Z=U,U=S,S=X+me|0}this._a=S+this._a|0,this._b=U+this._b|0,this._c=Z+this._c|0,this._d=j+this._d|0,this._e=ne+this._e|0,this._f=$+this._f|0,this._g=de+this._g|0,this._h=te+this._h|0},b.prototype._hash=function(){var L=f.allocUnsafe(32);return L.writeInt32BE(this._a,0),L.writeInt32BE(this._b,4),L.writeInt32BE(this._c,8),L.writeInt32BE(this._d,12),L.writeInt32BE(this._e,16),L.writeInt32BE(this._f,20),L.writeInt32BE(this._g,24),L.writeInt32BE(this._h,28),L},Ve.exports=b},6540:(Ve,K,p)=>{var t=p(3894),e=p(117),f=p(6692),M=p(3502).Buffer,a=new Array(160);function b(){this.init(),this._w=a,f.call(this,128,112)}t(b,e),b.prototype.init=function(){return this._ah=3418070365,this._bh=1654270250,this._ch=2438529370,this._dh=355462360,this._eh=1731405415,this._fh=2394180231,this._gh=3675008525,this._hh=1203062813,this._al=3238371032,this._bl=914150663,this._cl=812702999,this._dl=4144912697,this._el=4290775857,this._fl=1750603025,this._gl=1694076839,this._hl=3204075428,this},b.prototype._hash=function(){var d=M.allocUnsafe(48);function N(h,A,w){d.writeInt32BE(h,w),d.writeInt32BE(A,w+4)}return N(this._ah,this._al,0),N(this._bh,this._bl,8),N(this._ch,this._cl,16),N(this._dh,this._dl,24),N(this._eh,this._el,32),N(this._fh,this._fl,40),d},Ve.exports=b},117:(Ve,K,p)=>{var t=p(3894),e=p(6692),f=p(3502).Buffer,M=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],a=new Array(160);function b(){this.init(),this._w=a,e.call(this,128,112)}function d(U,Z,j){return j^U&(Z^j)}function N(U,Z,j){return U&Z|j&(U|Z)}function h(U,Z){return(U>>>28|Z<<4)^(Z>>>2|U<<30)^(Z>>>7|U<<25)}function A(U,Z){return(U>>>14|Z<<18)^(U>>>18|Z<<14)^(Z>>>9|U<<23)}function w(U,Z){return(U>>>1|Z<<31)^(U>>>8|Z<<24)^U>>>7}function D(U,Z){return(U>>>1|Z<<31)^(U>>>8|Z<<24)^(U>>>7|Z<<25)}function L(U,Z){return(U>>>19|Z<<13)^(Z>>>29|U<<3)^U>>>6}function k(U,Z){return(U>>>19|Z<<13)^(Z>>>29|U<<3)^(U>>>6|Z<<26)}function S(U,Z){return U>>>0>>0?1:0}t(b,e),b.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},b.prototype._update=function(U){for(var Z=this._w,j=0|this._ah,ne=0|this._bh,$=0|this._ch,de=0|this._dh,te=0|this._eh,ie=0|this._fh,oe=0|this._gh,X=0|this._hh,me=0|this._al,y=0|this._bl,i=0|this._cl,r=0|this._dl,u=0|this._el,c=0|this._fl,_=0|this._gl,E=0|this._hl,I=0;I<32;I+=2)Z[I]=U.readInt32BE(4*I),Z[I+1]=U.readInt32BE(4*I+4);for(;I<160;I+=2){var v=Z[I-30],n=Z[I-30+1],C=w(v,n),B=D(n,v),P=L(v=Z[I-4],n=Z[I-4+1]),F=k(n,v),ve=Z[I-32],Ne=Z[I-32+1],we=B+Z[I-14+1]|0,Q=C+Z[I-14]+S(we,B)|0;Q=(Q=Q+P+S(we=we+F|0,F)|0)+ve+S(we=we+Ne|0,Ne)|0,Z[I]=Q,Z[I+1]=we}for(var Ue=0;Ue<160;Ue+=2){Q=Z[Ue],we=Z[Ue+1];var ye=N(j,ne,$),V=N(me,y,i),Ae=h(j,me),dt=h(me,j),Ie=A(te,u),De=A(u,te),le=M[Ue],Te=M[Ue+1],xe=d(te,ie,oe),W=d(u,c,_),ee=E+De|0,ue=X+Ie+S(ee,E)|0;ue=(ue=(ue=ue+xe+S(ee=ee+W|0,W)|0)+le+S(ee=ee+Te|0,Te)|0)+Q+S(ee=ee+we|0,we)|0;var _e=dt+V|0,Le=Ae+ye+S(_e,dt)|0;X=oe,E=_,oe=ie,_=c,ie=te,c=u,te=de+ue+S(u=r+ee|0,r)|0,de=$,r=i,$=ne,i=y,ne=j,y=me,j=ue+Le+S(me=ee+_e|0,ee)|0}this._al=this._al+me|0,this._bl=this._bl+y|0,this._cl=this._cl+i|0,this._dl=this._dl+r|0,this._el=this._el+u|0,this._fl=this._fl+c|0,this._gl=this._gl+_|0,this._hl=this._hl+E|0,this._ah=this._ah+j+S(this._al,me)|0,this._bh=this._bh+ne+S(this._bl,y)|0,this._ch=this._ch+$+S(this._cl,i)|0,this._dh=this._dh+de+S(this._dl,r)|0,this._eh=this._eh+te+S(this._el,u)|0,this._fh=this._fh+ie+S(this._fl,c)|0,this._gh=this._gh+oe+S(this._gl,_)|0,this._hh=this._hh+X+S(this._hl,E)|0},b.prototype._hash=function(){var U=f.allocUnsafe(64);function Z(j,ne,$){U.writeInt32BE(j,$),U.writeInt32BE(ne,$+4)}return Z(this._ah,this._al,0),Z(this._bh,this._bl,8),Z(this._ch,this._cl,16),Z(this._dh,this._dl,24),Z(this._eh,this._el,32),Z(this._fh,this._fl,40),Z(this._gh,this._gl,48),Z(this._hh,this._hl,56),U},Ve.exports=b},8012:function(Ve,K,p){!function(t){"use strict";var e={};Ve.exports?(e.bytesToHex=p(6128).bytesToHex,e.convertString=p(5612),Ve.exports=N):(e.bytesToHex=t.convertHex.bytesToHex,e.convertString=t.convertString,t.sha256=N);var f=[];!function(){function h(L){for(var k=Math.sqrt(L),S=2;S<=k;S++)if(!(L%S))return!1;return!0}for(var w=2,D=0;D<64;)h(w)&&(f[D]=4294967296*((L=Math.pow(w,1/3))-(0|L))|0,D++),w++;var L}();var b=[],d=function(h,A,w){for(var D=h[0],L=h[1],k=h[2],S=h[3],U=h[4],Z=h[5],j=h[6],ne=h[7],$=0;$<64;$++){if($<16)b[$]=0|A[w+$];else{var de=b[$-15],ie=b[$-2];b[$]=((de<<25|de>>>7)^(de<<14|de>>>18)^de>>>3)+b[$-7]+((ie<<15|ie>>>17)^(ie<<13|ie>>>19)^ie>>>10)+b[$-16]}var me=D&L^D&k^L&k,r=ne+((U<<26|U>>>6)^(U<<21|U>>>11)^(U<<7|U>>>25))+(U&Z^~U&j)+f[$]+b[$];ne=j,j=Z,Z=U,U=S+r|0,S=k,k=L,L=D,D=r+(((D<<30|D>>>2)^(D<<19|D>>>13)^(D<<10|D>>>22))+me)|0}h[0]=h[0]+D|0,h[1]=h[1]+L|0,h[2]=h[2]+k|0,h[3]=h[3]+S|0,h[4]=h[4]+U|0,h[5]=h[5]+Z|0,h[6]=h[6]+j|0,h[7]=h[7]+ne|0};function N(h,A){h.constructor===String&&(h=e.convertString.UTF8.stringToBytes(h));var w=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],D=function(h){for(var A=[],w=0,D=0;w>>5]|=h[w]<<24-D%32;return A}(h),L=8*h.length;D[L>>5]|=128<<24-L%32,D[15+(L+64>>9<<4)]=L;for(var k=0;k>>5]>>>24-w%32&255);return A}(w);return A&&A.asBytes?S:A&&A.asString?e.convertString.bytesToString(S):e.bytesToHex(S)}N.x2=function(h,A){return N(N(h,{asBytes:!0}),A)}}(this)},4315:(Ve,K,p)=>{"use strict";const t=Symbol.prototype.valueOf,e=p(2872);Ve.exports=function f(h,A){switch(e(h)){case"array":return h.slice();case"object":return Object.assign({},h);case"date":return new h.constructor(Number(h));case"map":return new Map(h);case"set":return new Set(h);case"buffer":return function d(h){const A=h.length,w=Buffer.allocUnsafe?Buffer.allocUnsafe(A):Buffer.from(A);return h.copy(w),w}(h);case"symbol":return function N(h){return t?Object(t.call(h)):{}}(h);case"arraybuffer":return function a(h){const A=new h.constructor(h.byteLength);return new Uint8Array(A).set(new Uint8Array(h)),A}(h);case"float32array":case"float64array":case"int16array":case"int32array":case"int8array":case"uint16array":case"uint32array":case"uint8clampedarray":case"uint8array":return function b(h,A){return new h.constructor(h.buffer,h.byteOffset,h.length)}(h);case"regexp":return function M(h){const A=void 0!==h.flags?h.flags:/\w+$/.exec(h)||void 0,w=new h.constructor(h.source,A);return w.lastIndex=h.lastIndex,w}(h);case"error":return Object.create(h);default:return h}}},295:(Ve,K,p)=>{Ve.exports=f;var t=p(9069).EventEmitter;function f(){t.call(this)}p(3894)(f,t),f.Readable=p(3154),f.Writable=p(520),f.Duplex=p(1339),f.Transform=p(6025),f.PassThrough=p(6071),f.finished=p(7542),f.pipeline=p(954),f.Stream=f,f.prototype.pipe=function(M,a){var b=this;function d(k){M.writable&&!1===M.write(k)&&b.pause&&b.pause()}function N(){b.readable&&b.resume&&b.resume()}b.on("data",d),M.on("drain",N),!M._isStdio&&(!a||!1!==a.end)&&(b.on("end",A),b.on("close",w));var h=!1;function A(){h||(h=!0,M.end())}function w(){h||(h=!0,"function"==typeof M.destroy&&M.destroy())}function D(k){if(L(),0===t.listenerCount(this,"error"))throw k}function L(){b.removeListener("data",d),M.removeListener("drain",N),b.removeListener("end",A),b.removeListener("close",w),b.removeListener("error",D),M.removeListener("error",D),b.removeListener("end",L),b.removeListener("close",L),M.removeListener("close",L)}return b.on("error",D),M.on("error",D),b.on("end",L),b.on("close",L),M.on("close",L),M.emit("pipe",b),M}},3054:(Ve,K,p)=>{"use strict";var t=p(858).Buffer,e=t.isEncoding||function(j){switch((j=""+j)&&j.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function a(j){var ne;switch(this.encoding=function M(j){var ne=function f(j){if(!j)return"utf8";for(var ne;;)switch(j){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return j;default:if(ne)return;j=(""+j).toLowerCase(),ne=!0}}(j);if("string"!=typeof ne&&(t.isEncoding===e||!e(j)))throw new Error("Unknown encoding: "+j);return ne||j}(j),this.encoding){case"utf16le":this.text=D,this.end=L,ne=4;break;case"utf8":this.fillLast=h,ne=4;break;case"base64":this.text=k,this.end=S,ne=3;break;default:return this.write=U,void(this.end=Z)}this.lastNeed=0,this.lastTotal=0,this.lastChar=t.allocUnsafe(ne)}function b(j){return j<=127?0:j>>5==6?2:j>>4==14?3:j>>3==30?4:j>>6==2?-1:-2}function h(j){var ne=this.lastTotal-this.lastNeed,$=function N(j,ne,$){if(128!=(192&ne[0]))return j.lastNeed=0,"\ufffd";if(j.lastNeed>1&&ne.length>1){if(128!=(192&ne[1]))return j.lastNeed=1,"\ufffd";if(j.lastNeed>2&&ne.length>2&&128!=(192&ne[2]))return j.lastNeed=2,"\ufffd"}}(this,j);return void 0!==$?$:this.lastNeed<=j.length?(j.copy(this.lastChar,ne,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(j.copy(this.lastChar,ne,0,j.length),void(this.lastNeed-=j.length))}function D(j,ne){if((j.length-ne)%2==0){var $=j.toString("utf16le",ne);if($){var de=$.charCodeAt($.length-1);if(de>=55296&&de<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=j[j.length-2],this.lastChar[1]=j[j.length-1],$.slice(0,-1)}return $}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=j[j.length-1],j.toString("utf16le",ne,j.length-1)}function L(j){var ne=j&&j.length?this.write(j):"";return this.lastNeed?ne+this.lastChar.toString("utf16le",0,this.lastTotal-this.lastNeed):ne}function k(j,ne){var $=(j.length-ne)%3;return 0===$?j.toString("base64",ne):(this.lastNeed=3-$,this.lastTotal=3,1===$?this.lastChar[0]=j[j.length-1]:(this.lastChar[0]=j[j.length-2],this.lastChar[1]=j[j.length-1]),j.toString("base64",ne,j.length-$))}function S(j){var ne=j&&j.length?this.write(j):"";return this.lastNeed?ne+this.lastChar.toString("base64",0,3-this.lastNeed):ne}function U(j){return j.toString(this.encoding)}function Z(j){return j&&j.length?this.write(j):""}K.s=a,a.prototype.write=function(j){if(0===j.length)return"";var ne,$;if(this.lastNeed){if(void 0===(ne=this.fillLast(j)))return"";$=this.lastNeed,this.lastNeed=0}else $=0;return $=0?(te>0&&(j.lastNeed=te-1),te):--de<$||-2===te?0:(te=b(ne[de]))>=0?(te>0&&(j.lastNeed=te-2),te):--de<$||-2===te?0:(te=b(ne[de]))>=0?(te>0&&(2===te?te=0:j.lastNeed=te-3),te):0}(this,j,ne);if(!this.lastNeed)return j.toString("utf8",ne);this.lastTotal=$;var de=j.length-($-this.lastNeed);return j.copy(this.lastChar,0,de),j.toString("utf8",ne,de)},a.prototype.fillLast=function(j){if(this.lastNeed<=j.length)return j.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);j.copy(this.lastChar,this.lastTotal-this.lastNeed,0,j.length),this.lastNeed-=j.length}},858:(Ve,K,p)=>{var t=p(3172),e=t.Buffer;function f(a,b){for(var d in a)b[d]=a[d]}function M(a,b,d){return e(a,b,d)}e.from&&e.alloc&&e.allocUnsafe&&e.allocUnsafeSlow?Ve.exports=t:(f(t,K),K.Buffer=M),M.prototype=Object.create(e.prototype),f(e,M),M.from=function(a,b,d){if("number"==typeof a)throw new TypeError("Argument must not be a number");return e(a,b,d)},M.alloc=function(a,b,d){if("number"!=typeof a)throw new TypeError("Argument must be a number");var N=e(a);return void 0!==b?"string"==typeof d?N.fill(b,d):N.fill(b):N.fill(0),N},M.allocUnsafe=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return e(a)},M.allocUnsafeSlow=function(a){if("number"!=typeof a)throw new TypeError("Argument must be a number");return t.SlowBuffer(a)}},2167:(Ve,K,p)=>{var t=p(4606);K.encode=t.encode,K.decode=t.decode},4606:(Ve,K)=>{"use strict";var t=[255,255,26,27,28,29,30,31,255,255,255,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255,255,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,255,255,255,255,255];K.encode=function(f){Buffer.isBuffer(f)||(f=new Buffer(f));for(var M=0,a=0,b=0,d=0,N=new Buffer(8*function e(f){var M=Math.floor(f.length/5);return f.length%5==0?M:M+1}(f));M3?(d=(d=h&255>>b)<<(b=(b+5)%8)|(M+1>8-b,M++):(d=h>>8-(b+5)&31,0==(b=(b+5)%8)&&M++),N[a]="ABCDEFGHIJKLMNOPQRSTUVWXYZ234567".charCodeAt(d),a++}for(M=a;M>>(M=(M+5)%8),d++,b=255&a<<8-M)}return N.slice(0,d)}},4364:Ve=>{function p(t){try{if(!global.localStorage)return!1}catch(f){return!1}var e=global.localStorage[t];return null!=e&&"true"===String(e).toLowerCase()}Ve.exports=function K(t,e){if(p("noDeprecation"))return t;var f=!1;return function M(){if(!f){if(p("throwDeprecation"))throw new Error(e);p("traceDeprecation")?console.trace(e):console.warn(e),f=!0}return t.apply(this,arguments)}}},655:(Ve,K,p)=>{"use strict";function a(i,r,u,c){var I,_=arguments.length,E=_<3?r:null===c?c=Object.getOwnPropertyDescriptor(r,u):c;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)E=Reflect.decorate(i,r,u,c);else for(var v=i.length-1;v>=0;v--)(I=i[v])&&(E=(_<3?I(E):_>3?I(r,u,E):I(r,u))||E);return _>3&&E&&Object.defineProperty(r,u,E),E}function N(i,r,u,c){return new(u||(u=Promise))(function(E,I){function v(B){try{C(c.next(B))}catch(P){I(P)}}function n(B){try{C(c.throw(B))}catch(P){I(P)}}function C(B){B.done?E(B.value):function _(E){return E instanceof u?E:new u(function(I){I(E)})}(B.value).then(v,n)}C((c=c.apply(i,r||[])).next())})}function Z(i){return this instanceof Z?(this.v=i,this):new Z(i)}function j(i,r,u){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var _,c=u.apply(i,r||[]),E=[];return _={},I("next"),I("throw"),I("return"),_[Symbol.asyncIterator]=function(){return this},_;function I(F){c[F]&&(_[F]=function(q){return new Promise(function(he,ve){E.push([F,q,he,ve])>1||v(F,q)})})}function v(F,q){try{!function n(F){F.value instanceof Z?Promise.resolve(F.value.v).then(C,B):P(E[0][2],F)}(c[F](q))}catch(he){P(E[0][3],he)}}function C(F){v("next",F)}function B(F){v("throw",F)}function P(F,q){F(q),E.shift(),E.length&&v(E[0][0],E[0][1])}}function $(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var u,r=i[Symbol.asyncIterator];return r?r.call(i):(i=function D(i){var r="function"==typeof Symbol&&Symbol.iterator,u=r&&i[r],c=0;if(u)return u.call(i);if(i&&"number"==typeof i.length)return{next:function(){return i&&c>=i.length&&(i=void 0),{value:i&&i[c++],done:!i}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}(i),u={},c("next"),c("throw"),c("return"),u[Symbol.asyncIterator]=function(){return this},u);function c(E){u[E]=i[E]&&function(I){return new Promise(function(v,n){!function _(E,I,v,n){Promise.resolve(n).then(function(C){E({value:C,done:v})},I)}(v,n,(I=i[E](I)).done,I.value)})}}}p.d(K,{FC:()=>j,KL:()=>$,gn:()=>a,mG:()=>N,qq:()=>Z})},950:()=>{},6601:()=>{},8623:()=>{},7748:()=>{},5568:()=>{},6619:()=>{},7108:()=>{},2361:()=>{},4616:()=>{},1777:(Ve,K,p)=>{"use strict";p.d(K,{F4:()=>A,IO:()=>S,LC:()=>e,SB:()=>h,X$:()=>M,ZE:()=>ne,ZN:()=>j,_j:()=>t,eR:()=>w,jt:()=>a,k1:()=>$,l3:()=>f,oB:()=>N,pV:()=>L,ru:()=>b,vP:()=>d});class t{}class e{}const f="*";function M(de,te){return{type:7,name:de,definitions:te,options:{}}}function a(de,te=null){return{type:4,styles:te,timings:de}}function b(de,te=null){return{type:3,steps:de,options:te}}function d(de,te=null){return{type:2,steps:de,options:te}}function N(de){return{type:6,styles:de,offset:null}}function h(de,te,ie){return{type:0,name:de,styles:te,options:ie}}function A(de){return{type:5,steps:de}}function w(de,te,ie=null){return{type:1,expr:de,animation:te,options:ie}}function L(de=null){return{type:9,options:de}}function S(de,te,ie=null){return{type:11,selector:de,animation:te,options:ie}}function Z(de){Promise.resolve(null).then(de)}class j{constructor(te=0,ie=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this._position=0,this.parentPlayer=null,this.totalTime=te+ie}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(te=>te()),this._onDoneFns=[])}onStart(te){this._onStartFns.push(te)}onDone(te){this._onDoneFns.push(te)}onDestroy(te){this._onDestroyFns.push(te)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){Z(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(te=>te()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(te=>te()),this._onDestroyFns=[])}reset(){this._started=!1}setPosition(te){this._position=this.totalTime?te*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(te){const ie="start"==te?this._onStartFns:this._onDoneFns;ie.forEach(oe=>oe()),ie.length=0}}class ne{constructor(te){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=te;let ie=0,oe=0,X=0;const me=this.players.length;0==me?Z(()=>this._onFinish()):this.players.forEach(y=>{y.onDone(()=>{++ie==me&&this._onFinish()}),y.onDestroy(()=>{++oe==me&&this._onDestroy()}),y.onStart(()=>{++X==me&&this._onStart()})}),this.totalTime=this.players.reduce((y,i)=>Math.max(y,i.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(te=>te()),this._onDoneFns=[])}init(){this.players.forEach(te=>te.init())}onStart(te){this._onStartFns.push(te)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(te=>te()),this._onStartFns=[])}onDone(te){this._onDoneFns.push(te)}onDestroy(te){this._onDestroyFns.push(te)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(te=>te.play())}pause(){this.players.forEach(te=>te.pause())}restart(){this.players.forEach(te=>te.restart())}finish(){this._onFinish(),this.players.forEach(te=>te.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(te=>te.destroy()),this._onDestroyFns.forEach(te=>te()),this._onDestroyFns=[])}reset(){this.players.forEach(te=>te.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(te){const ie=te*this.totalTime;this.players.forEach(oe=>{const X=oe.totalTime?Math.min(1,ie/oe.totalTime):1;oe.setPosition(X)})}getPosition(){const te=this.players.reduce((ie,oe)=>null===ie||oe.totalTime>ie.totalTime?oe:ie,null);return null!=te?te.getPosition():0}beforeDestroy(){this.players.forEach(te=>{te.beforeDestroy&&te.beforeDestroy()})}triggerCallback(te){const ie="start"==te?this._onStartFns:this._onDoneFns;ie.forEach(oe=>oe()),ie.length=0}}const $="!"},5664:(Ve,K,p)=>{"use strict";p.d(K,{$s:()=>y,Em:()=>_,Kd:()=>ui,X6:()=>Te,ic:()=>I,kH:()=>Nt,mK:()=>V,qV:()=>ye,qm:()=>ei,rt:()=>jt,s1:()=>c,tE:()=>xt,yG:()=>xe});var t=p(9808),e=p(5e3),f=p(925),M=p(7579),a=p(727),b=p(1135),d=p(9646),N=p(1159),h=p(8505),A=p(8372),w=p(9300),D=p(4004),L=p(5698),k=p(5684),S=p(1884),U=p(2722),Z=p(3191),j=p(7144);function te(Pe,Oe){return(Pe.getAttribute(Oe)||"").match(/\S+/g)||[]}const oe="cdk-describedby-message",X="cdk-describedby-host";let me=0,y=(()=>{class Pe{constructor(ce,be){this._platform=be,this._messageRegistry=new Map,this._messagesContainer=null,this._id=""+me++,this._document=ce}describe(ce,be,pt){if(!this._canBeDescribed(ce,be))return;const mt=i(be,pt);"string"!=typeof be?(r(be),this._messageRegistry.set(mt,{messageElement:be,referenceCount:0})):this._messageRegistry.has(mt)||this._createMessageElement(be,pt),this._isElementDescribedByMessage(ce,mt)||this._addMessageReference(ce,mt)}removeDescription(ce,be,pt){var mt;if(!be||!this._isElementNode(ce))return;const Ht=i(be,pt);if(this._isElementDescribedByMessage(ce,Ht)&&this._removeMessageReference(ce,Ht),"string"==typeof be){const it=this._messageRegistry.get(Ht);it&&0===it.referenceCount&&this._deleteMessageElement(Ht)}0===(null===(mt=this._messagesContainer)||void 0===mt?void 0:mt.childNodes.length)&&(this._messagesContainer.remove(),this._messagesContainer=null)}ngOnDestroy(){var ce;const be=this._document.querySelectorAll(`[${X}="${this._id}"]`);for(let pt=0;pt0!=pt.indexOf(oe));ce.setAttribute("aria-describedby",be.join(" "))}_addMessageReference(ce,be){const pt=this._messageRegistry.get(be);(function $(Pe,Oe,ce){const be=te(Pe,Oe);be.some(pt=>pt.trim()==ce.trim())||(be.push(ce.trim()),Pe.setAttribute(Oe,be.join(" ")))})(ce,"aria-describedby",pt.messageElement.id),ce.setAttribute(X,this._id),pt.referenceCount++}_removeMessageReference(ce,be){const pt=this._messageRegistry.get(be);pt.referenceCount--,function de(Pe,Oe,ce){const pt=te(Pe,Oe).filter(mt=>mt!=ce.trim());pt.length?Pe.setAttribute(Oe,pt.join(" ")):Pe.removeAttribute(Oe)}(ce,"aria-describedby",pt.messageElement.id),ce.removeAttribute(X)}_isElementDescribedByMessage(ce,be){const pt=te(ce,"aria-describedby"),mt=this._messageRegistry.get(be),Ht=mt&&mt.messageElement.id;return!!Ht&&-1!=pt.indexOf(Ht)}_canBeDescribed(ce,be){if(!this._isElementNode(ce))return!1;if(be&&"object"==typeof be)return!0;const pt=null==be?"":`${be}`.trim(),mt=ce.getAttribute("aria-label");return!(!pt||mt&&mt.trim()===pt)}_isElementNode(ce){return ce.nodeType===this._document.ELEMENT_NODE}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(t.K0),e.LFG(f.t4))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})();function i(Pe,Oe){return"string"==typeof Pe?`${Oe||""}/${Pe}`:Pe}function r(Pe){Pe.id||(Pe.id=`${oe}-${me++}`)}class u{constructor(Oe){this._items=Oe,this._activeItemIndex=-1,this._activeItem=null,this._wrap=!1,this._letterKeyStream=new M.x,this._typeaheadSubscription=a.w0.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._homeAndEnd=!1,this._skipPredicateFn=ce=>ce.disabled,this._pressedLetters=[],this.tabOut=new M.x,this.change=new M.x,Oe instanceof e.n_E&&Oe.changes.subscribe(ce=>{if(this._activeItem){const pt=ce.toArray().indexOf(this._activeItem);pt>-1&&pt!==this._activeItemIndex&&(this._activeItemIndex=pt)}})}skipPredicate(Oe){return this._skipPredicateFn=Oe,this}withWrap(Oe=!0){return this._wrap=Oe,this}withVerticalOrientation(Oe=!0){return this._vertical=Oe,this}withHorizontalOrientation(Oe){return this._horizontal=Oe,this}withAllowedModifierKeys(Oe){return this._allowedModifierKeys=Oe,this}withTypeAhead(Oe=200){return this._typeaheadSubscription.unsubscribe(),this._typeaheadSubscription=this._letterKeyStream.pipe((0,h.b)(ce=>this._pressedLetters.push(ce)),(0,A.b)(Oe),(0,w.h)(()=>this._pressedLetters.length>0),(0,D.U)(()=>this._pressedLetters.join(""))).subscribe(ce=>{const be=this._getItemsArray();for(let pt=1;pt!Oe[mt]||this._allowedModifierKeys.indexOf(mt)>-1);switch(ce){case N.Mf:return void this.tabOut.next();case N.JH:if(this._vertical&&pt){this.setNextItemActive();break}return;case N.LH:if(this._vertical&&pt){this.setPreviousItemActive();break}return;case N.SV:if(this._horizontal&&pt){"rtl"===this._horizontal?this.setPreviousItemActive():this.setNextItemActive();break}return;case N.oh:if(this._horizontal&&pt){"rtl"===this._horizontal?this.setNextItemActive():this.setPreviousItemActive();break}return;case N.Sd:if(this._homeAndEnd&&pt){this.setFirstItemActive();break}return;case N.uR:if(this._homeAndEnd&&pt){this.setLastItemActive();break}return;default:return void((pt||(0,N.Vb)(Oe,"shiftKey"))&&(Oe.key&&1===Oe.key.length?this._letterKeyStream.next(Oe.key.toLocaleUpperCase()):(ce>=N.A&&ce<=N.Z||ce>=N.xE&&ce<=N.aO)&&this._letterKeyStream.next(String.fromCharCode(ce))))}this._pressedLetters=[],Oe.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem}isTyping(){return this._pressedLetters.length>0}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._items.length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(Oe){const ce=this._getItemsArray(),be="number"==typeof Oe?Oe:ce.indexOf(Oe),pt=ce[be];this._activeItem=null==pt?null:pt,this._activeItemIndex=be}_setActiveItemByDelta(Oe){this._wrap?this._setActiveInWrapMode(Oe):this._setActiveInDefaultMode(Oe)}_setActiveInWrapMode(Oe){const ce=this._getItemsArray();for(let be=1;be<=ce.length;be++){const pt=(this._activeItemIndex+Oe*be+ce.length)%ce.length;if(!this._skipPredicateFn(ce[pt]))return void this.setActiveItem(pt)}}_setActiveInDefaultMode(Oe){this._setActiveItemByIndex(this._activeItemIndex+Oe,Oe)}_setActiveItemByIndex(Oe,ce){const be=this._getItemsArray();if(be[Oe]){for(;this._skipPredicateFn(be[Oe]);)if(!be[Oe+=ce])return;this.setActiveItem(Oe)}}_getItemsArray(){return this._items instanceof e.n_E?this._items.toArray():this._items}}class c extends u{setActiveItem(Oe){this.activeItem&&this.activeItem.setInactiveStyles(),super.setActiveItem(Oe),this.activeItem&&this.activeItem.setActiveStyles()}}class _ extends u{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(Oe){return this._origin=Oe,this}setActiveItem(Oe){super.setActiveItem(Oe),this.activeItem&&this.activeItem.focus(this._origin)}}let I=(()=>{class Pe{constructor(ce){this._platform=ce}isDisabled(ce){return ce.hasAttribute("disabled")}isVisible(ce){return function n(Pe){return!!(Pe.offsetWidth||Pe.offsetHeight||"function"==typeof Pe.getClientRects&&Pe.getClientRects().length)}(ce)&&"visible"===getComputedStyle(ce).visibility}isTabbable(ce){if(!this._platform.isBrowser)return!1;const be=function v(Pe){try{return Pe.frameElement}catch(Oe){return null}}(function Q(Pe){return Pe.ownerDocument&&Pe.ownerDocument.defaultView||window}(ce));if(be&&(-1===ve(be)||!this.isVisible(be)))return!1;let pt=ce.nodeName.toLowerCase(),mt=ve(ce);return ce.hasAttribute("contenteditable")?-1!==mt:!("iframe"===pt||"object"===pt||this._platform.WEBKIT&&this._platform.IOS&&!function Ne(Pe){let Oe=Pe.nodeName.toLowerCase(),ce="input"===Oe&&Pe.type;return"text"===ce||"password"===ce||"select"===Oe||"textarea"===Oe}(ce))&&("audio"===pt?!!ce.hasAttribute("controls")&&-1!==mt:"video"===pt?-1!==mt&&(null!==mt||this._platform.FIREFOX||ce.hasAttribute("controls")):ce.tabIndex>=0)}isFocusable(ce,be){return function we(Pe){return!function B(Pe){return function F(Pe){return"input"==Pe.nodeName.toLowerCase()}(Pe)&&"hidden"==Pe.type}(Pe)&&(function C(Pe){let Oe=Pe.nodeName.toLowerCase();return"input"===Oe||"select"===Oe||"button"===Oe||"textarea"===Oe}(Pe)||function P(Pe){return function q(Pe){return"a"==Pe.nodeName.toLowerCase()}(Pe)&&Pe.hasAttribute("href")}(Pe)||Pe.hasAttribute("contenteditable")||he(Pe))}(ce)&&!this.isDisabled(ce)&&((null==be?void 0:be.ignoreVisibility)||this.isVisible(ce))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(f.t4))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})();function he(Pe){if(!Pe.hasAttribute("tabindex")||void 0===Pe.tabIndex)return!1;let Oe=Pe.getAttribute("tabindex");return!(!Oe||isNaN(parseInt(Oe,10)))}function ve(Pe){if(!he(Pe))return null;const Oe=parseInt(Pe.getAttribute("tabindex")||"",10);return isNaN(Oe)?-1:Oe}class Ue{constructor(Oe,ce,be,pt,mt=!1){this._element=Oe,this._checker=ce,this._ngZone=be,this._document=pt,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,mt||this.attachAnchors()}get enabled(){return this._enabled}set enabled(Oe){this._enabled=Oe,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(Oe,this._startAnchor),this._toggleAnchorTabIndex(Oe,this._endAnchor))}destroy(){const Oe=this._startAnchor,ce=this._endAnchor;Oe&&(Oe.removeEventListener("focus",this.startAnchorListener),Oe.remove()),ce&&(ce.removeEventListener("focus",this.endAnchorListener),ce.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return!!this._hasAttached||(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(Oe){return new Promise(ce=>{this._executeOnStable(()=>ce(this.focusInitialElement(Oe)))})}focusFirstTabbableElementWhenReady(Oe){return new Promise(ce=>{this._executeOnStable(()=>ce(this.focusFirstTabbableElement(Oe)))})}focusLastTabbableElementWhenReady(Oe){return new Promise(ce=>{this._executeOnStable(()=>ce(this.focusLastTabbableElement(Oe)))})}_getRegionBoundary(Oe){const ce=this._element.querySelectorAll(`[cdk-focus-region-${Oe}], [cdkFocusRegion${Oe}], [cdk-focus-${Oe}]`);return"start"==Oe?ce.length?ce[0]:this._getFirstTabbableElement(this._element):ce.length?ce[ce.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(Oe){const ce=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(ce){if(!this._checker.isFocusable(ce)){const be=this._getFirstTabbableElement(ce);return null==be||be.focus(Oe),!!be}return ce.focus(Oe),!0}return this.focusFirstTabbableElement(Oe)}focusFirstTabbableElement(Oe){const ce=this._getRegionBoundary("start");return ce&&ce.focus(Oe),!!ce}focusLastTabbableElement(Oe){const ce=this._getRegionBoundary("end");return ce&&ce.focus(Oe),!!ce}hasAttached(){return this._hasAttached}_getFirstTabbableElement(Oe){if(this._checker.isFocusable(Oe)&&this._checker.isTabbable(Oe))return Oe;const ce=Oe.children;for(let be=0;be=0;be--){const pt=ce[be].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(ce[be]):null;if(pt)return pt}return null}_createAnchor(){const Oe=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,Oe),Oe.classList.add("cdk-visually-hidden"),Oe.classList.add("cdk-focus-trap-anchor"),Oe.setAttribute("aria-hidden","true"),Oe}_toggleAnchorTabIndex(Oe,ce){Oe?ce.setAttribute("tabindex","0"):ce.removeAttribute("tabindex")}toggleAnchors(Oe){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(Oe,this._startAnchor),this._toggleAnchorTabIndex(Oe,this._endAnchor))}_executeOnStable(Oe){this._ngZone.isStable?Oe():this._ngZone.onStable.pipe((0,L.q)(1)).subscribe(Oe)}}let ye=(()=>{class Pe{constructor(ce,be,pt){this._checker=ce,this._ngZone=be,this._document=pt}create(ce,be=!1){return new Ue(ce,this._checker,this._ngZone,this._document,be)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(I),e.LFG(e.R0b),e.LFG(t.K0))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})(),V=(()=>{class Pe{constructor(ce,be,pt){this._elementRef=ce,this._focusTrapFactory=be,this._previouslyFocusedElement=null,this.focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement,!0)}get enabled(){return this.focusTrap.enabled}set enabled(ce){this.focusTrap.enabled=(0,Z.Ig)(ce)}get autoCapture(){return this._autoCapture}set autoCapture(ce){this._autoCapture=(0,Z.Ig)(ce)}ngOnDestroy(){this.focusTrap.destroy(),this._previouslyFocusedElement&&(this._previouslyFocusedElement.focus(),this._previouslyFocusedElement=null)}ngAfterContentInit(){this.focusTrap.attachAnchors(),this.autoCapture&&this._captureFocus()}ngDoCheck(){this.focusTrap.hasAttached()||this.focusTrap.attachAnchors()}ngOnChanges(ce){const be=ce.autoCapture;be&&!be.firstChange&&this.autoCapture&&this.focusTrap.hasAttached()&&this._captureFocus()}_captureFocus(){this._previouslyFocusedElement=(0,f.ht)(),this.focusTrap.focusInitialElementWhenReady()}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.Y36(e.SBq),e.Y36(ye),e.Y36(t.K0))},Pe.\u0275dir=e.lG2({type:Pe,selectors:[["","cdkTrapFocus",""]],inputs:{enabled:["cdkTrapFocus","enabled"],autoCapture:["cdkTrapFocusAutoCapture","autoCapture"]},exportAs:["cdkTrapFocus"],features:[e.TTD]}),Pe})();function Te(Pe){return 0===Pe.buttons||0===Pe.offsetX&&0===Pe.offsetY}function xe(Pe){const Oe=Pe.touches&&Pe.touches[0]||Pe.changedTouches&&Pe.changedTouches[0];return!(!Oe||-1!==Oe.identifier||null!=Oe.radiusX&&1!==Oe.radiusX||null!=Oe.radiusY&&1!==Oe.radiusY)}const W=new e.OlP("cdk-input-modality-detector-options"),ee={ignoreKeys:[N.zL,N.jx,N.b2,N.MW,N.JU]},_e=(0,f.i$)({passive:!0,capture:!0});let Le=(()=>{class Pe{constructor(ce,be,pt,mt){this._platform=ce,this._mostRecentTarget=null,this._modality=new b.X(null),this._lastTouchMs=0,this._onKeydown=Ht=>{var it,Re;(null===(Re=null===(it=this._options)||void 0===it?void 0:it.ignoreKeys)||void 0===Re?void 0:Re.some(tt=>tt===Ht.keyCode))||(this._modality.next("keyboard"),this._mostRecentTarget=(0,f.sA)(Ht))},this._onMousedown=Ht=>{Date.now()-this._lastTouchMs<650||(this._modality.next(Te(Ht)?"keyboard":"mouse"),this._mostRecentTarget=(0,f.sA)(Ht))},this._onTouchstart=Ht=>{xe(Ht)?this._modality.next("keyboard"):(this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=(0,f.sA)(Ht))},this._options=Object.assign(Object.assign({},ee),mt),this.modalityDetected=this._modality.pipe((0,k.T)(1)),this.modalityChanged=this.modalityDetected.pipe((0,S.x)()),ce.isBrowser&&be.runOutsideAngular(()=>{pt.addEventListener("keydown",this._onKeydown,_e),pt.addEventListener("mousedown",this._onMousedown,_e),pt.addEventListener("touchstart",this._onTouchstart,_e)})}get mostRecentModality(){return this._modality.value}ngOnDestroy(){this._modality.complete(),this._platform.isBrowser&&(document.removeEventListener("keydown",this._onKeydown,_e),document.removeEventListener("mousedown",this._onMousedown,_e),document.removeEventListener("touchstart",this._onTouchstart,_e))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(f.t4),e.LFG(e.R0b),e.LFG(t.K0),e.LFG(W,8))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})();const ut=new e.OlP("liveAnnouncerElement",{providedIn:"root",factory:function ht(){return null}}),It=new e.OlP("LIVE_ANNOUNCER_DEFAULT_OPTIONS");let ui=(()=>{class Pe{constructor(ce,be,pt,mt){this._ngZone=be,this._defaultOptions=mt,this._document=pt,this._liveElement=ce||this._createLiveElement()}announce(ce,...be){const pt=this._defaultOptions;let mt,Ht;return 1===be.length&&"number"==typeof be[0]?Ht=be[0]:[mt,Ht]=be,this.clear(),clearTimeout(this._previousTimeout),mt||(mt=pt&&pt.politeness?pt.politeness:"polite"),null==Ht&&pt&&(Ht=pt.duration),this._liveElement.setAttribute("aria-live",mt),this._ngZone.runOutsideAngular(()=>(this._currentPromise||(this._currentPromise=new Promise(it=>this._currentResolve=it)),clearTimeout(this._previousTimeout),this._previousTimeout=setTimeout(()=>{this._liveElement.textContent=ce,"number"==typeof Ht&&(this._previousTimeout=setTimeout(()=>this.clear(),Ht)),this._currentResolve(),this._currentPromise=this._currentResolve=void 0},100),this._currentPromise))}clear(){this._liveElement&&(this._liveElement.textContent="")}ngOnDestroy(){var ce,be;clearTimeout(this._previousTimeout),null===(ce=this._liveElement)||void 0===ce||ce.remove(),this._liveElement=null,null===(be=this._currentResolve)||void 0===be||be.call(this),this._currentPromise=this._currentResolve=void 0}_createLiveElement(){const ce="cdk-live-announcer-element",be=this._document.getElementsByClassName(ce),pt=this._document.createElement("div");for(let mt=0;mt{class Pe{constructor(ce,be,pt,mt,Ht){this._ngZone=ce,this._platform=be,this._inputModalityDetector=pt,this._origin=null,this._windowFocused=!1,this._originFromTouchInteraction=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=window.setTimeout(()=>this._windowFocused=!1)},this._stopInputModalityDetector=new M.x,this._rootNodeFocusAndBlurListener=it=>{const Re=(0,f.sA)(it),tt="focus"===it.type?this._onFocus:this._onBlur;for(let Je=Re;Je;Je=Je.parentElement)tt.call(this,it,Je)},this._document=mt,this._detectionMode=(null==Ht?void 0:Ht.detectionMode)||0}monitor(ce,be=!1){const pt=(0,Z.fI)(ce);if(!this._platform.isBrowser||1!==pt.nodeType)return(0,d.of)(null);const mt=(0,f.kV)(pt)||this._getDocument(),Ht=this._elementInfo.get(pt);if(Ht)return be&&(Ht.checkChildren=!0),Ht.subject;const it={checkChildren:be,subject:new M.x,rootNode:mt};return this._elementInfo.set(pt,it),this._registerGlobalListeners(it),it.subject}stopMonitoring(ce){const be=(0,Z.fI)(ce),pt=this._elementInfo.get(be);pt&&(pt.subject.complete(),this._setClasses(be),this._elementInfo.delete(be),this._removeGlobalListeners(pt))}focusVia(ce,be,pt){const mt=(0,Z.fI)(ce);mt===this._getDocument().activeElement?this._getClosestElementsInfo(mt).forEach(([it,Re])=>this._originChanged(it,be,Re)):(this._setOrigin(be),"function"==typeof mt.focus&&mt.focus(pt))}ngOnDestroy(){this._elementInfo.forEach((ce,be)=>this.stopMonitoring(be))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(ce){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(ce)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:"program"}_shouldBeAttributedToTouch(ce){return 1===this._detectionMode||!!(null==ce?void 0:ce.contains(this._inputModalityDetector._mostRecentTarget))}_setClasses(ce,be){ce.classList.toggle("cdk-focused",!!be),ce.classList.toggle("cdk-touch-focused","touch"===be),ce.classList.toggle("cdk-keyboard-focused","keyboard"===be),ce.classList.toggle("cdk-mouse-focused","mouse"===be),ce.classList.toggle("cdk-program-focused","program"===be)}_setOrigin(ce,be=!1){this._ngZone.runOutsideAngular(()=>{this._origin=ce,this._originFromTouchInteraction="touch"===ce&&be,0===this._detectionMode&&(clearTimeout(this._originTimeoutId),this._originTimeoutId=setTimeout(()=>this._origin=null,this._originFromTouchInteraction?650:1))})}_onFocus(ce,be){const pt=this._elementInfo.get(be),mt=(0,f.sA)(ce);!pt||!pt.checkChildren&&be!==mt||this._originChanged(be,this._getFocusOrigin(mt),pt)}_onBlur(ce,be){const pt=this._elementInfo.get(be);!pt||pt.checkChildren&&ce.relatedTarget instanceof Node&&be.contains(ce.relatedTarget)||(this._setClasses(be),this._emitOrigin(pt.subject,null))}_emitOrigin(ce,be){this._ngZone.run(()=>ce.next(be))}_registerGlobalListeners(ce){if(!this._platform.isBrowser)return;const be=ce.rootNode,pt=this._rootNodeFocusListenerCount.get(be)||0;pt||this._ngZone.runOutsideAngular(()=>{be.addEventListener("focus",this._rootNodeFocusAndBlurListener,hi),be.addEventListener("blur",this._rootNodeFocusAndBlurListener,hi)}),this._rootNodeFocusListenerCount.set(be,pt+1),1==++this._monitoredElementCount&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe((0,U.R)(this._stopInputModalityDetector)).subscribe(mt=>{this._setOrigin(mt,!0)}))}_removeGlobalListeners(ce){const be=ce.rootNode;if(this._rootNodeFocusListenerCount.has(be)){const pt=this._rootNodeFocusListenerCount.get(be);pt>1?this._rootNodeFocusListenerCount.set(be,pt-1):(be.removeEventListener("focus",this._rootNodeFocusAndBlurListener,hi),be.removeEventListener("blur",this._rootNodeFocusAndBlurListener,hi),this._rootNodeFocusListenerCount.delete(be))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(ce,be,pt){this._setClasses(ce,be),this._emitOrigin(pt.subject,be),this._lastFocusOrigin=be}_getClosestElementsInfo(ce){const be=[];return this._elementInfo.forEach((pt,mt)=>{(mt===ce||pt.checkChildren&&mt.contains(ce))&&be.push([mt,pt])}),be}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(e.R0b),e.LFG(f.t4),e.LFG(Le),e.LFG(t.K0,8),e.LFG(Gt,8))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})(),Nt=(()=>{class Pe{constructor(ce,be){this._elementRef=ce,this._focusMonitor=be,this.cdkFocusChange=new e.vpe}ngAfterViewInit(){const ce=this._elementRef.nativeElement;this._monitorSubscription=this._focusMonitor.monitor(ce,1===ce.nodeType&&ce.hasAttribute("cdkMonitorSubtreeFocus")).subscribe(be=>this.cdkFocusChange.emit(be))}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._monitorSubscription&&this._monitorSubscription.unsubscribe()}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.Y36(e.SBq),e.Y36(xt))},Pe.\u0275dir=e.lG2({type:Pe,selectors:[["","cdkMonitorElementFocus",""],["","cdkMonitorSubtreeFocus",""]],outputs:{cdkFocusChange:"cdkFocusChange"}}),Pe})();const Ct="cdk-high-contrast-black-on-white",et="cdk-high-contrast-white-on-black",yt="cdk-high-contrast-active";let ei=(()=>{class Pe{constructor(ce,be){this._platform=ce,this._document=be}getHighContrastMode(){if(!this._platform.isBrowser)return 0;const ce=this._document.createElement("div");ce.style.backgroundColor="rgb(1,2,3)",ce.style.position="absolute",this._document.body.appendChild(ce);const be=this._document.defaultView||window,pt=be&&be.getComputedStyle?be.getComputedStyle(ce):null,mt=(pt&&pt.backgroundColor||"").replace(/ /g,"");switch(ce.remove(),mt){case"rgb(0,0,0)":return 2;case"rgb(255,255,255)":return 1}return 0}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){const ce=this._document.body.classList;ce.remove(yt),ce.remove(Ct),ce.remove(et),this._hasCheckedHighContrastMode=!0;const be=this.getHighContrastMode();1===be?(ce.add(yt),ce.add(Ct)):2===be&&(ce.add(yt),ce.add(et))}}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(f.t4),e.LFG(t.K0))},Pe.\u0275prov=e.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})(),jt=(()=>{class Pe{constructor(ce){ce._applyBodyHighContrastModeCssClasses()}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(e.LFG(ei))},Pe.\u0275mod=e.oAB({type:Pe}),Pe.\u0275inj=e.cJS({imports:[[j.Q8]]}),Pe})()},226:(Ve,K,p)=>{"use strict";p.d(K,{Is:()=>d,vT:()=>h});var t=p(5e3),e=p(9808);const f=new t.OlP("cdk-dir-doc",{providedIn:"root",factory:function M(){return(0,t.f3M)(e.K0)}}),a=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;let d=(()=>{class A{constructor(D){if(this.value="ltr",this.change=new t.vpe,D){const k=D.documentElement?D.documentElement.dir:null;this.value=function b(A){const w=(null==A?void 0:A.toLowerCase())||"";return"auto"===w&&"undefined"!=typeof navigator&&(null==navigator?void 0:navigator.language)?a.test(navigator.language)?"rtl":"ltr":"rtl"===w?"rtl":"ltr"}((D.body?D.body.dir:null)||k||"ltr")}}ngOnDestroy(){this.change.complete()}}return A.\u0275fac=function(D){return new(D||A)(t.LFG(f,8))},A.\u0275prov=t.Yz7({token:A,factory:A.\u0275fac,providedIn:"root"}),A})(),h=(()=>{class A{}return A.\u0275fac=function(D){return new(D||A)},A.\u0275mod=t.oAB({type:A}),A.\u0275inj=t.cJS({}),A})()},3191:(Ve,K,p)=>{"use strict";p.d(K,{Eq:()=>a,HM:()=>b,Ig:()=>e,du:()=>N,fI:()=>d,su:()=>f,t6:()=>M});var t=p(5e3);function e(h){return null!=h&&"false"!=`${h}`}function f(h,A=0){return M(h)?Number(h):A}function M(h){return!isNaN(parseFloat(h))&&!isNaN(Number(h))}function a(h){return Array.isArray(h)?h:[h]}function b(h){return null==h?"":"string"==typeof h?h:`${h}px`}function d(h){return h instanceof t.SBq?h.nativeElement:h}function N(h,A=/\s+/){const w=[];if(null!=h){const D=Array.isArray(h)?h:`${h}`.split(A);for(const L of D){const k=`${L}`.trim();k&&w.push(k)}}return w}},449:(Ve,K,p)=>{"use strict";p.d(K,{A8:()=>A,Ov:()=>N,Z9:()=>M,eX:()=>d,k:()=>w,o2:()=>f,yy:()=>b});var t=p(7579),e=p(5e3);class f{}function M(D){return D&&"function"==typeof D.connect}class b{applyChanges(L,k,S,U,Z){L.forEachOperation((j,ne,$)=>{let de,te;if(null==j.previousIndex){const ie=S(j,ne,$);de=k.createEmbeddedView(ie.templateRef,ie.context,ie.index),te=1}else null==$?(k.remove(ne),te=3):(de=k.get(ne),k.move(de,$),te=2);Z&&Z({context:null==de?void 0:de.context,operation:te,record:j})})}detach(){}}class d{constructor(){this.viewCacheSize=20,this._viewCache=[]}applyChanges(L,k,S,U,Z){L.forEachOperation((j,ne,$)=>{let de,te;null==j.previousIndex?(de=this._insertView(()=>S(j,ne,$),$,k,U(j)),te=de?1:0):null==$?(this._detachAndCacheView(ne,k),te=3):(de=this._moveView(ne,$,k,U(j)),te=2),Z&&Z({context:null==de?void 0:de.context,operation:te,record:j})})}detach(){for(const L of this._viewCache)L.destroy();this._viewCache=[]}_insertView(L,k,S,U){const Z=this._insertViewFromCache(k,S);if(Z)return void(Z.context.$implicit=U);const j=L();return S.createEmbeddedView(j.templateRef,j.context,j.index)}_detachAndCacheView(L,k){const S=k.detach(L);this._maybeCacheView(S,k)}_moveView(L,k,S,U){const Z=S.get(L);return S.move(Z,k),Z.context.$implicit=U,Z}_maybeCacheView(L,k){if(this._viewCache.lengththis._markSelected(U)):this._markSelected(k[0]),this._selectedToEmit.length=0)}get selected(){return this._selected||(this._selected=Array.from(this._selection.values())),this._selected}select(...L){this._verifyValueAssignment(L),L.forEach(k=>this._markSelected(k)),this._emitChangeEvent()}deselect(...L){this._verifyValueAssignment(L),L.forEach(k=>this._unmarkSelected(k)),this._emitChangeEvent()}toggle(L){this.isSelected(L)?this.deselect(L):this.select(L)}clear(){this._unmarkAll(),this._emitChangeEvent()}isSelected(L){return this._selection.has(L)}isEmpty(){return 0===this._selection.size}hasValue(){return!this.isEmpty()}sort(L){this._multiple&&this.selected&&this._selected.sort(L)}isMultipleSelection(){return this._multiple}_emitChangeEvent(){this._selected=null,(this._selectedToEmit.length||this._deselectedToEmit.length)&&(this.changed.next({source:this,added:this._selectedToEmit,removed:this._deselectedToEmit}),this._deselectedToEmit=[],this._selectedToEmit=[])}_markSelected(L){this.isSelected(L)||(this._multiple||this._unmarkAll(),this._selection.add(L),this._emitChanges&&this._selectedToEmit.push(L))}_unmarkSelected(L){this.isSelected(L)&&(this._selection.delete(L),this._emitChanges&&this._deselectedToEmit.push(L))}_unmarkAll(){this.isEmpty()||this._selection.forEach(L=>this._unmarkSelected(L))}_verifyValueAssignment(L){}}let A=(()=>{class D{constructor(){this._listeners=[]}notify(k,S){for(let U of this._listeners)U(k,S)}listen(k){return this._listeners.push(k),()=>{this._listeners=this._listeners.filter(S=>k!==S)}}ngOnDestroy(){this._listeners=[]}}return D.\u0275fac=function(k){return new(k||D)},D.\u0275prov=e.Yz7({token:D,factory:D.\u0275fac,providedIn:"root"}),D})();const w=new e.OlP("_ViewRepeater")},1159:(Ve,K,p)=>{"use strict";p.d(K,{A:()=>P,JH:()=>$,JU:()=>b,K5:()=>a,Ku:()=>L,LH:()=>j,L_:()=>D,MW:()=>ui,Mf:()=>f,SV:()=>ne,Sd:()=>U,VM:()=>k,Vb:()=>Ft,Z:()=>It,ZH:()=>e,aO:()=>I,b2:()=>nt,hY:()=>w,jx:()=>d,oh:()=>Z,uR:()=>S,xE:()=>X,yY:()=>oe,zL:()=>N});const e=8,f=9,a=13,b=16,d=17,N=18,w=27,D=32,L=33,k=34,S=35,U=36,Z=37,j=38,ne=39,$=40,oe=46,X=48,I=57,P=65,It=90,ui=91,nt=224;function Ft(Kt,...mi){return mi.length?mi.some(Ri=>Kt[Ri]):Kt.altKey||Kt.shiftKey||Kt.ctrlKey||Kt.metaKey}},5113:(Ve,K,p)=>{"use strict";p.d(K,{Yg:()=>$,u3:()=>te,xu:()=>k});var t=p(5e3),e=p(3191),f=p(7579),M=p(9841),a=p(7272),b=p(8306),d=p(5698),N=p(5684),h=p(8372),A=p(4004),w=p(8675),D=p(2722),L=p(925);let k=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=t.oAB({type:ie}),ie.\u0275inj=t.cJS({}),ie})();const S=new Set;let U,Z=(()=>{class ie{constructor(X){this._platform=X,this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):ne}matchMedia(X){return(this._platform.WEBKIT||this._platform.BLINK)&&function j(ie){if(!S.has(ie))try{U||(U=document.createElement("style"),U.setAttribute("type","text/css"),document.head.appendChild(U)),U.sheet&&(U.sheet.insertRule(`@media ${ie} {body{ }}`,0),S.add(ie))}catch(oe){console.error(oe)}}(X),this._matchMedia(X)}}return ie.\u0275fac=function(X){return new(X||ie)(t.LFG(L.t4))},ie.\u0275prov=t.Yz7({token:ie,factory:ie.\u0275fac,providedIn:"root"}),ie})();function ne(ie){return{matches:"all"===ie||""===ie,media:ie,addListener:()=>{},removeListener:()=>{}}}let $=(()=>{class ie{constructor(X,me){this._mediaMatcher=X,this._zone=me,this._queries=new Map,this._destroySubject=new f.x}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(X){return de((0,e.Eq)(X)).some(y=>this._registerQuery(y).mql.matches)}observe(X){const y=de((0,e.Eq)(X)).map(r=>this._registerQuery(r).observable);let i=(0,M.a)(y);return i=(0,a.z)(i.pipe((0,d.q)(1)),i.pipe((0,N.T)(1),(0,h.b)(0))),i.pipe((0,A.U)(r=>{const u={matches:!1,breakpoints:{}};return r.forEach(({matches:c,query:_})=>{u.matches=u.matches||c,u.breakpoints[_]=c}),u}))}_registerQuery(X){if(this._queries.has(X))return this._queries.get(X);const me=this._mediaMatcher.matchMedia(X),i={observable:new b.y(r=>{const u=c=>this._zone.run(()=>r.next(c));return me.addListener(u),()=>{me.removeListener(u)}}).pipe((0,w.O)(me),(0,A.U)(({matches:r})=>({query:X,matches:r})),(0,D.R)(this._destroySubject)),mql:me};return this._queries.set(X,i),i}}return ie.\u0275fac=function(X){return new(X||ie)(t.LFG(Z),t.LFG(t.R0b))},ie.\u0275prov=t.Yz7({token:ie,factory:ie.\u0275fac,providedIn:"root"}),ie})();function de(ie){return ie.map(oe=>oe.split(",")).reduce((oe,X)=>oe.concat(X)).map(oe=>oe.trim())}const te={XSmall:"(max-width: 599.98px)",Small:"(min-width: 600px) and (max-width: 959.98px)",Medium:"(min-width: 960px) and (max-width: 1279.98px)",Large:"(min-width: 1280px) and (max-width: 1919.98px)",XLarge:"(min-width: 1920px)",Handset:"(max-width: 599.98px) and (orientation: portrait), (max-width: 959.98px) and (orientation: landscape)",Tablet:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait), (min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",Web:"(min-width: 840px) and (orientation: portrait), (min-width: 1280px) and (orientation: landscape)",HandsetPortrait:"(max-width: 599.98px) and (orientation: portrait)",TabletPortrait:"(min-width: 600px) and (max-width: 839.98px) and (orientation: portrait)",WebPortrait:"(min-width: 840px) and (orientation: portrait)",HandsetLandscape:"(max-width: 959.98px) and (orientation: landscape)",TabletLandscape:"(min-width: 960px) and (max-width: 1279.98px) and (orientation: landscape)",WebLandscape:"(min-width: 1280px) and (orientation: landscape)"}},7144:(Ve,K,p)=>{"use strict";p.d(K,{Q8:()=>h,wD:()=>N});var t=p(3191),e=p(5e3),f=p(8306),M=p(7579),a=p(8372);let b=(()=>{class A{create(D){return"undefined"==typeof MutationObserver?null:new MutationObserver(D)}}return A.\u0275fac=function(D){return new(D||A)},A.\u0275prov=e.Yz7({token:A,factory:A.\u0275fac,providedIn:"root"}),A})(),d=(()=>{class A{constructor(D){this._mutationObserverFactory=D,this._observedElements=new Map}ngOnDestroy(){this._observedElements.forEach((D,L)=>this._cleanupObserver(L))}observe(D){const L=(0,t.fI)(D);return new f.y(k=>{const U=this._observeElement(L).subscribe(k);return()=>{U.unsubscribe(),this._unobserveElement(L)}})}_observeElement(D){if(this._observedElements.has(D))this._observedElements.get(D).count++;else{const L=new M.x,k=this._mutationObserverFactory.create(S=>L.next(S));k&&k.observe(D,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(D,{observer:k,stream:L,count:1})}return this._observedElements.get(D).stream}_unobserveElement(D){this._observedElements.has(D)&&(this._observedElements.get(D).count--,this._observedElements.get(D).count||this._cleanupObserver(D))}_cleanupObserver(D){if(this._observedElements.has(D)){const{observer:L,stream:k}=this._observedElements.get(D);L&&L.disconnect(),k.complete(),this._observedElements.delete(D)}}}return A.\u0275fac=function(D){return new(D||A)(e.LFG(b))},A.\u0275prov=e.Yz7({token:A,factory:A.\u0275fac,providedIn:"root"}),A})(),N=(()=>{class A{constructor(D,L,k){this._contentObserver=D,this._elementRef=L,this._ngZone=k,this.event=new e.vpe,this._disabled=!1,this._currentSubscription=null}get disabled(){return this._disabled}set disabled(D){this._disabled=(0,t.Ig)(D),this._disabled?this._unsubscribe():this._subscribe()}get debounce(){return this._debounce}set debounce(D){this._debounce=(0,t.su)(D),this._subscribe()}ngAfterContentInit(){!this._currentSubscription&&!this.disabled&&this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();const D=this._contentObserver.observe(this._elementRef);this._ngZone.runOutsideAngular(()=>{this._currentSubscription=(this.debounce?D.pipe((0,a.b)(this.debounce)):D).subscribe(this.event)})}_unsubscribe(){var D;null===(D=this._currentSubscription)||void 0===D||D.unsubscribe()}}return A.\u0275fac=function(D){return new(D||A)(e.Y36(d),e.Y36(e.SBq),e.Y36(e.R0b))},A.\u0275dir=e.lG2({type:A,selectors:[["","cdkObserveContent",""]],inputs:{disabled:["cdkObserveContentDisabled","disabled"],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"]}),A})(),h=(()=>{class A{}return A.\u0275fac=function(D){return new(D||A)},A.\u0275mod=e.oAB({type:A}),A.\u0275inj=e.cJS({providers:[b]}),A})()},9776:(Ve,K,p)=>{"use strict";p.d(K,{pI:()=>dt,xu:()=>Ae,_G:()=>n,aV:()=>Ue,X_:()=>me,Xj:()=>E,U8:()=>le});var t=p(5303),e=p(9808),f=p(5e3),M=p(3191),a=p(925),b=p(226),d=p(7429),N=p(7579),h=p(727),A=p(6451),w=p(4482),D=p(5403),k=p(5698),S=p(2722),U=p(1159);const Z=(0,a.Mq)();class j{constructor(W,ee){this._viewportRuler=W,this._previousHTMLStyles={top:"",left:""},this._isEnabled=!1,this._document=ee}attach(){}enable(){if(this._canBeEnabled()){const W=this._document.documentElement;this._previousScrollPosition=this._viewportRuler.getViewportScrollPosition(),this._previousHTMLStyles.left=W.style.left||"",this._previousHTMLStyles.top=W.style.top||"",W.style.left=(0,M.HM)(-this._previousScrollPosition.left),W.style.top=(0,M.HM)(-this._previousScrollPosition.top),W.classList.add("cdk-global-scrollblock"),this._isEnabled=!0}}disable(){if(this._isEnabled){const W=this._document.documentElement,ue=W.style,_e=this._document.body.style,Le=ue.scrollBehavior||"",ut=_e.scrollBehavior||"";this._isEnabled=!1,ue.left=this._previousHTMLStyles.left,ue.top=this._previousHTMLStyles.top,W.classList.remove("cdk-global-scrollblock"),Z&&(ue.scrollBehavior=_e.scrollBehavior="auto"),window.scroll(this._previousScrollPosition.left,this._previousScrollPosition.top),Z&&(ue.scrollBehavior=Le,_e.scrollBehavior=ut)}}_canBeEnabled(){if(this._document.documentElement.classList.contains("cdk-global-scrollblock")||this._isEnabled)return!1;const ee=this._document.body,ue=this._viewportRuler.getViewportSize();return ee.scrollHeight>ue.height||ee.scrollWidth>ue.width}}class ${constructor(W,ee,ue,_e){this._scrollDispatcher=W,this._ngZone=ee,this._viewportRuler=ue,this._config=_e,this._scrollSubscription=null,this._detach=()=>{this.disable(),this._overlayRef.hasAttached()&&this._ngZone.run(()=>this._overlayRef.detach())}}attach(W){this._overlayRef=W}enable(){if(this._scrollSubscription)return;const W=this._scrollDispatcher.scrolled(0);this._config&&this._config.threshold&&this._config.threshold>1?(this._initialScrollPosition=this._viewportRuler.getViewportScrollPosition().top,this._scrollSubscription=W.subscribe(()=>{const ee=this._viewportRuler.getViewportScrollPosition().top;Math.abs(ee-this._initialScrollPosition)>this._config.threshold?this._detach():this._overlayRef.updatePosition()})):this._scrollSubscription=W.subscribe(this._detach)}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}class de{enable(){}disable(){}attach(){}}function te(xe,W){return W.some(ee=>xe.bottomee.bottom||xe.rightee.right)}function ie(xe,W){return W.some(ee=>xe.topee.bottom||xe.leftee.right)}class oe{constructor(W,ee,ue,_e){this._scrollDispatcher=W,this._viewportRuler=ee,this._ngZone=ue,this._config=_e,this._scrollSubscription=null}attach(W){this._overlayRef=W}enable(){this._scrollSubscription||(this._scrollSubscription=this._scrollDispatcher.scrolled(this._config?this._config.scrollThrottle:0).subscribe(()=>{if(this._overlayRef.updatePosition(),this._config&&this._config.autoClose){const ee=this._overlayRef.overlayElement.getBoundingClientRect(),{width:ue,height:_e}=this._viewportRuler.getViewportSize();te(ee,[{width:ue,height:_e,bottom:_e,right:ue,top:0,left:0}])&&(this.disable(),this._ngZone.run(()=>this._overlayRef.detach()))}}))}disable(){this._scrollSubscription&&(this._scrollSubscription.unsubscribe(),this._scrollSubscription=null)}detach(){this.disable(),this._overlayRef=null}}let X=(()=>{class xe{constructor(ee,ue,_e,Le){this._scrollDispatcher=ee,this._viewportRuler=ue,this._ngZone=_e,this.noop=()=>new de,this.close=ut=>new $(this._scrollDispatcher,this._ngZone,this._viewportRuler,ut),this.block=()=>new j(this._viewportRuler,this._document),this.reposition=ut=>new oe(this._scrollDispatcher,this._viewportRuler,this._ngZone,ut),this._document=Le}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(t.mF),f.LFG(t.rL),f.LFG(f.R0b),f.LFG(e.K0))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})();class me{constructor(W){if(this.scrollStrategy=new de,this.panelClass="",this.hasBackdrop=!1,this.backdropClass="cdk-overlay-dark-backdrop",this.disposeOnNavigation=!1,W){const ee=Object.keys(W);for(const ue of ee)void 0!==W[ue]&&(this[ue]=W[ue])}}}class r{constructor(W,ee){this.connectionPair=W,this.scrollableViewProperties=ee}}class _{constructor(W,ee,ue,_e,Le,ut,ht,It,ui){this._portalOutlet=W,this._host=ee,this._pane=ue,this._config=_e,this._ngZone=Le,this._keyboardDispatcher=ut,this._document=ht,this._location=It,this._outsideClickDispatcher=ui,this._backdropElement=null,this._backdropClick=new N.x,this._attachments=new N.x,this._detachments=new N.x,this._locationChanges=h.w0.EMPTY,this._backdropClickHandler=Wt=>this._backdropClick.next(Wt),this._backdropTransitionendHandler=Wt=>{this._disposeBackdrop(Wt.target)},this._keydownEvents=new N.x,this._outsidePointerEvents=new N.x,_e.scrollStrategy&&(this._scrollStrategy=_e.scrollStrategy,this._scrollStrategy.attach(this)),this._positionStrategy=_e.positionStrategy}get overlayElement(){return this._pane}get backdropElement(){return this._backdropElement}get hostElement(){return this._host}attach(W){!this._host.parentElement&&this._previousHostParent&&this._previousHostParent.appendChild(this._host);const ee=this._portalOutlet.attach(W);return this._positionStrategy&&this._positionStrategy.attach(this),this._updateStackingOrder(),this._updateElementSize(),this._updateElementDirection(),this._scrollStrategy&&this._scrollStrategy.enable(),this._ngZone.onStable.pipe((0,k.q)(1)).subscribe(()=>{this.hasAttached()&&this.updatePosition()}),this._togglePointerEvents(!0),this._config.hasBackdrop&&this._attachBackdrop(),this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!0),this._attachments.next(),this._keyboardDispatcher.add(this),this._config.disposeOnNavigation&&(this._locationChanges=this._location.subscribe(()=>this.dispose())),this._outsideClickDispatcher.add(this),ee}detach(){if(!this.hasAttached())return;this.detachBackdrop(),this._togglePointerEvents(!1),this._positionStrategy&&this._positionStrategy.detach&&this._positionStrategy.detach(),this._scrollStrategy&&this._scrollStrategy.disable();const W=this._portalOutlet.detach();return this._detachments.next(),this._keyboardDispatcher.remove(this),this._detachContentWhenStable(),this._locationChanges.unsubscribe(),this._outsideClickDispatcher.remove(this),W}dispose(){var W;const ee=this.hasAttached();this._positionStrategy&&this._positionStrategy.dispose(),this._disposeScrollStrategy(),this._disposeBackdrop(this._backdropElement),this._locationChanges.unsubscribe(),this._keyboardDispatcher.remove(this),this._portalOutlet.dispose(),this._attachments.complete(),this._backdropClick.complete(),this._keydownEvents.complete(),this._outsidePointerEvents.complete(),this._outsideClickDispatcher.remove(this),null===(W=this._host)||void 0===W||W.remove(),this._previousHostParent=this._pane=this._host=null,ee&&this._detachments.next(),this._detachments.complete()}hasAttached(){return this._portalOutlet.hasAttached()}backdropClick(){return this._backdropClick}attachments(){return this._attachments}detachments(){return this._detachments}keydownEvents(){return this._keydownEvents}outsidePointerEvents(){return this._outsidePointerEvents}getConfig(){return this._config}updatePosition(){this._positionStrategy&&this._positionStrategy.apply()}updatePositionStrategy(W){W!==this._positionStrategy&&(this._positionStrategy&&this._positionStrategy.dispose(),this._positionStrategy=W,this.hasAttached()&&(W.attach(this),this.updatePosition()))}updateSize(W){this._config=Object.assign(Object.assign({},this._config),W),this._updateElementSize()}setDirection(W){this._config=Object.assign(Object.assign({},this._config),{direction:W}),this._updateElementDirection()}addPanelClass(W){this._pane&&this._toggleClasses(this._pane,W,!0)}removePanelClass(W){this._pane&&this._toggleClasses(this._pane,W,!1)}getDirection(){const W=this._config.direction;return W?"string"==typeof W?W:W.value:"ltr"}updateScrollStrategy(W){W!==this._scrollStrategy&&(this._disposeScrollStrategy(),this._scrollStrategy=W,this.hasAttached()&&(W.attach(this),W.enable()))}_updateElementDirection(){this._host.setAttribute("dir",this.getDirection())}_updateElementSize(){if(!this._pane)return;const W=this._pane.style;W.width=(0,M.HM)(this._config.width),W.height=(0,M.HM)(this._config.height),W.minWidth=(0,M.HM)(this._config.minWidth),W.minHeight=(0,M.HM)(this._config.minHeight),W.maxWidth=(0,M.HM)(this._config.maxWidth),W.maxHeight=(0,M.HM)(this._config.maxHeight)}_togglePointerEvents(W){this._pane.style.pointerEvents=W?"":"none"}_attachBackdrop(){const W="cdk-overlay-backdrop-showing";this._backdropElement=this._document.createElement("div"),this._backdropElement.classList.add("cdk-overlay-backdrop"),this._config.backdropClass&&this._toggleClasses(this._backdropElement,this._config.backdropClass,!0),this._host.parentElement.insertBefore(this._backdropElement,this._host),this._backdropElement.addEventListener("click",this._backdropClickHandler),"undefined"!=typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{this._backdropElement&&this._backdropElement.classList.add(W)})}):this._backdropElement.classList.add(W)}_updateStackingOrder(){this._host.nextSibling&&this._host.parentNode.appendChild(this._host)}detachBackdrop(){const W=this._backdropElement;!W||(W.classList.remove("cdk-overlay-backdrop-showing"),this._ngZone.runOutsideAngular(()=>{W.addEventListener("transitionend",this._backdropTransitionendHandler)}),W.style.pointerEvents="none",this._backdropTimeout=this._ngZone.runOutsideAngular(()=>setTimeout(()=>{this._disposeBackdrop(W)},500)))}_toggleClasses(W,ee,ue){const _e=(0,M.Eq)(ee||[]).filter(Le=>!!Le);_e.length&&(ue?W.classList.add(..._e):W.classList.remove(..._e))}_detachContentWhenStable(){this._ngZone.runOutsideAngular(()=>{const W=this._ngZone.onStable.pipe((0,S.R)((0,A.T)(this._attachments,this._detachments))).subscribe(()=>{(!this._pane||!this._host||0===this._pane.children.length)&&(this._pane&&this._config.panelClass&&this._toggleClasses(this._pane,this._config.panelClass,!1),this._host&&this._host.parentElement&&(this._previousHostParent=this._host.parentElement,this._host.remove()),W.unsubscribe())})})}_disposeScrollStrategy(){const W=this._scrollStrategy;W&&(W.disable(),W.detach&&W.detach())}_disposeBackdrop(W){W&&(W.removeEventListener("click",this._backdropClickHandler),W.removeEventListener("transitionend",this._backdropTransitionendHandler),W.remove(),this._backdropElement===W&&(this._backdropElement=null)),this._backdropTimeout&&(clearTimeout(this._backdropTimeout),this._backdropTimeout=void 0)}}let E=(()=>{class xe{constructor(ee,ue){this._platform=ue,this._document=ee}ngOnDestroy(){var ee;null===(ee=this._containerElement)||void 0===ee||ee.remove()}getContainerElement(){return this._containerElement||this._createContainer(),this._containerElement}_createContainer(){const ee="cdk-overlay-container";if(this._platform.isBrowser||(0,a.Oy)()){const _e=this._document.querySelectorAll(`.${ee}[platform="server"], .${ee}[platform="test"]`);for(let Le=0;Le<_e.length;Le++)_e[Le].remove()}const ue=this._document.createElement("div");ue.classList.add(ee),(0,a.Oy)()?ue.setAttribute("platform","test"):this._platform.isBrowser||ue.setAttribute("platform","server"),this._document.body.appendChild(ue),this._containerElement=ue}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(e.K0),f.LFG(a.t4))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})();const I="cdk-overlay-connected-position-bounding-box",v=/([A-Za-z%]+)$/;class n{constructor(W,ee,ue,_e,Le){this._viewportRuler=ee,this._document=ue,this._platform=_e,this._overlayContainer=Le,this._lastBoundingBoxSize={width:0,height:0},this._isPushed=!1,this._canPush=!0,this._growAfterOpen=!1,this._hasFlexibleDimensions=!0,this._positionLocked=!1,this._viewportMargin=0,this._scrollables=[],this._preferredPositions=[],this._positionChanges=new N.x,this._resizeSubscription=h.w0.EMPTY,this._offsetX=0,this._offsetY=0,this._appliedPanelClasses=[],this.positionChanges=this._positionChanges,this.setOrigin(W)}get positions(){return this._preferredPositions}attach(W){this._validatePositions(),W.hostElement.classList.add(I),this._overlayRef=W,this._boundingBox=W.hostElement,this._pane=W.overlayElement,this._isDisposed=!1,this._isInitialRender=!0,this._lastPosition=null,this._resizeSubscription.unsubscribe(),this._resizeSubscription=this._viewportRuler.change().subscribe(()=>{this._isInitialRender=!0,this.apply()})}apply(){if(this._isDisposed||!this._platform.isBrowser)return;if(!this._isInitialRender&&this._positionLocked&&this._lastPosition)return void this.reapplyLastPosition();this._clearPanelClasses(),this._resetOverlayElementStyles(),this._resetBoundingBoxStyles(),this._viewportRect=this._getNarrowedViewportRect(),this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const W=this._originRect,ee=this._overlayRect,ue=this._viewportRect,_e=this._containerRect,Le=[];let ut;for(let ht of this._preferredPositions){let It=this._getOriginPoint(W,_e,ht),ui=this._getOverlayPoint(It,ee,ht),Wt=this._getOverlayFit(ui,ee,ue,ht);if(Wt.isCompletelyWithinViewport)return this._isPushed=!1,void this._applyPosition(ht,It);this._canFitWithFlexibleDimensions(Wt,ui,ue)?Le.push({position:ht,origin:It,overlayRect:ee,boundingBoxRect:this._calculateBoundingBoxRect(It,ht)}):(!ut||ut.overlayFit.visibleAreaIt&&(It=Wt,ht=ui)}return this._isPushed=!1,void this._applyPosition(ht.position,ht.origin)}if(this._canPush)return this._isPushed=!0,void this._applyPosition(ut.position,ut.originPoint);this._applyPosition(ut.position,ut.originPoint)}detach(){this._clearPanelClasses(),this._lastPosition=null,this._previousPushAmount=null,this._resizeSubscription.unsubscribe()}dispose(){this._isDisposed||(this._boundingBox&&C(this._boundingBox.style,{top:"",left:"",right:"",bottom:"",height:"",width:"",alignItems:"",justifyContent:""}),this._pane&&this._resetOverlayElementStyles(),this._overlayRef&&this._overlayRef.hostElement.classList.remove(I),this.detach(),this._positionChanges.complete(),this._overlayRef=this._boundingBox=null,this._isDisposed=!0)}reapplyLastPosition(){if(this._isDisposed||!this._platform.isBrowser)return;const W=this._lastPosition;if(W){this._originRect=this._getOriginRect(),this._overlayRect=this._pane.getBoundingClientRect(),this._viewportRect=this._getNarrowedViewportRect(),this._containerRect=this._overlayContainer.getContainerElement().getBoundingClientRect();const ee=this._getOriginPoint(this._originRect,this._containerRect,W);this._applyPosition(W,ee)}else this.apply()}withScrollableContainers(W){return this._scrollables=W,this}withPositions(W){return this._preferredPositions=W,-1===W.indexOf(this._lastPosition)&&(this._lastPosition=null),this._validatePositions(),this}withViewportMargin(W){return this._viewportMargin=W,this}withFlexibleDimensions(W=!0){return this._hasFlexibleDimensions=W,this}withGrowAfterOpen(W=!0){return this._growAfterOpen=W,this}withPush(W=!0){return this._canPush=W,this}withLockedPosition(W=!0){return this._positionLocked=W,this}setOrigin(W){return this._origin=W,this}withDefaultOffsetX(W){return this._offsetX=W,this}withDefaultOffsetY(W){return this._offsetY=W,this}withTransformOriginOn(W){return this._transformOriginSelector=W,this}_getOriginPoint(W,ee,ue){let _e,Le;if("center"==ue.originX)_e=W.left+W.width/2;else{const ut=this._isRtl()?W.right:W.left,ht=this._isRtl()?W.left:W.right;_e="start"==ue.originX?ut:ht}return ee.left<0&&(_e-=ee.left),Le="center"==ue.originY?W.top+W.height/2:"top"==ue.originY?W.top:W.bottom,ee.top<0&&(Le-=ee.top),{x:_e,y:Le}}_getOverlayPoint(W,ee,ue){let _e,Le;return _e="center"==ue.overlayX?-ee.width/2:"start"===ue.overlayX?this._isRtl()?-ee.width:0:this._isRtl()?0:-ee.width,Le="center"==ue.overlayY?-ee.height/2:"top"==ue.overlayY?0:-ee.height,{x:W.x+_e,y:W.y+Le}}_getOverlayFit(W,ee,ue,_e){const Le=P(ee);let{x:ut,y:ht}=W,It=this._getOffset(_e,"x"),ui=this._getOffset(_e,"y");It&&(ut+=It),ui&&(ht+=ui);let hi=0-ht,xt=ht+Le.height-ue.height,Nt=this._subtractOverflows(Le.width,0-ut,ut+Le.width-ue.width),Ct=this._subtractOverflows(Le.height,hi,xt),et=Nt*Ct;return{visibleArea:et,isCompletelyWithinViewport:Le.width*Le.height===et,fitsInViewportVertically:Ct===Le.height,fitsInViewportHorizontally:Nt==Le.width}}_canFitWithFlexibleDimensions(W,ee,ue){if(this._hasFlexibleDimensions){const _e=ue.bottom-ee.y,Le=ue.right-ee.x,ut=B(this._overlayRef.getConfig().minHeight),ht=B(this._overlayRef.getConfig().minWidth),ui=W.fitsInViewportHorizontally||null!=ht&&ht<=Le;return(W.fitsInViewportVertically||null!=ut&&ut<=_e)&&ui}return!1}_pushOverlayOnScreen(W,ee,ue){if(this._previousPushAmount&&this._positionLocked)return{x:W.x+this._previousPushAmount.x,y:W.y+this._previousPushAmount.y};const _e=P(ee),Le=this._viewportRect,ut=Math.max(W.x+_e.width-Le.width,0),ht=Math.max(W.y+_e.height-Le.height,0),It=Math.max(Le.top-ue.top-W.y,0),ui=Math.max(Le.left-ue.left-W.x,0);let Wt=0,Gt=0;return Wt=_e.width<=Le.width?ui||-ut:W.xNt&&!this._isInitialRender&&!this._growAfterOpen&&(ut=W.y-Nt/2)}if("end"===ee.overlayX&&!_e||"start"===ee.overlayX&&_e)hi=ue.width-W.x+this._viewportMargin,Wt=W.x-this._viewportMargin;else if("start"===ee.overlayX&&!_e||"end"===ee.overlayX&&_e)Gt=W.x,Wt=ue.right-W.x;else{const xt=Math.min(ue.right-W.x+ue.left,W.x),Nt=this._lastBoundingBoxSize.width;Wt=2*xt,Gt=W.x-xt,Wt>Nt&&!this._isInitialRender&&!this._growAfterOpen&&(Gt=W.x-Nt/2)}return{top:ut,left:Gt,bottom:ht,right:hi,width:Wt,height:Le}}_setBoundingBoxStyles(W,ee){const ue=this._calculateBoundingBoxRect(W,ee);!this._isInitialRender&&!this._growAfterOpen&&(ue.height=Math.min(ue.height,this._lastBoundingBoxSize.height),ue.width=Math.min(ue.width,this._lastBoundingBoxSize.width));const _e={};if(this._hasExactPosition())_e.top=_e.left="0",_e.bottom=_e.right=_e.maxHeight=_e.maxWidth="",_e.width=_e.height="100%";else{const Le=this._overlayRef.getConfig().maxHeight,ut=this._overlayRef.getConfig().maxWidth;_e.height=(0,M.HM)(ue.height),_e.top=(0,M.HM)(ue.top),_e.bottom=(0,M.HM)(ue.bottom),_e.width=(0,M.HM)(ue.width),_e.left=(0,M.HM)(ue.left),_e.right=(0,M.HM)(ue.right),_e.alignItems="center"===ee.overlayX?"center":"end"===ee.overlayX?"flex-end":"flex-start",_e.justifyContent="center"===ee.overlayY?"center":"bottom"===ee.overlayY?"flex-end":"flex-start",Le&&(_e.maxHeight=(0,M.HM)(Le)),ut&&(_e.maxWidth=(0,M.HM)(ut))}this._lastBoundingBoxSize=ue,C(this._boundingBox.style,_e)}_resetBoundingBoxStyles(){C(this._boundingBox.style,{top:"0",left:"0",right:"0",bottom:"0",height:"",width:"",alignItems:"",justifyContent:""})}_resetOverlayElementStyles(){C(this._pane.style,{top:"",left:"",bottom:"",right:"",position:"",transform:""})}_setOverlayElementStyles(W,ee){const ue={},_e=this._hasExactPosition(),Le=this._hasFlexibleDimensions,ut=this._overlayRef.getConfig();if(_e){const Wt=this._viewportRuler.getViewportScrollPosition();C(ue,this._getExactOverlayY(ee,W,Wt)),C(ue,this._getExactOverlayX(ee,W,Wt))}else ue.position="static";let ht="",It=this._getOffset(ee,"x"),ui=this._getOffset(ee,"y");It&&(ht+=`translateX(${It}px) `),ui&&(ht+=`translateY(${ui}px)`),ue.transform=ht.trim(),ut.maxHeight&&(_e?ue.maxHeight=(0,M.HM)(ut.maxHeight):Le&&(ue.maxHeight="")),ut.maxWidth&&(_e?ue.maxWidth=(0,M.HM)(ut.maxWidth):Le&&(ue.maxWidth="")),C(this._pane.style,ue)}_getExactOverlayY(W,ee,ue){let _e={top:"",bottom:""},Le=this._getOverlayPoint(ee,this._overlayRect,W);return this._isPushed&&(Le=this._pushOverlayOnScreen(Le,this._overlayRect,ue)),"bottom"===W.overlayY?_e.bottom=this._document.documentElement.clientHeight-(Le.y+this._overlayRect.height)+"px":_e.top=(0,M.HM)(Le.y),_e}_getExactOverlayX(W,ee,ue){let ut,_e={left:"",right:""},Le=this._getOverlayPoint(ee,this._overlayRect,W);return this._isPushed&&(Le=this._pushOverlayOnScreen(Le,this._overlayRect,ue)),ut=this._isRtl()?"end"===W.overlayX?"left":"right":"end"===W.overlayX?"right":"left","right"===ut?_e.right=this._document.documentElement.clientWidth-(Le.x+this._overlayRect.width)+"px":_e.left=(0,M.HM)(Le.x),_e}_getScrollVisibility(){const W=this._getOriginRect(),ee=this._pane.getBoundingClientRect(),ue=this._scrollables.map(_e=>_e.getElementRef().nativeElement.getBoundingClientRect());return{isOriginClipped:ie(W,ue),isOriginOutsideView:te(W,ue),isOverlayClipped:ie(ee,ue),isOverlayOutsideView:te(ee,ue)}}_subtractOverflows(W,...ee){return ee.reduce((ue,_e)=>ue-Math.max(_e,0),W)}_getNarrowedViewportRect(){const W=this._document.documentElement.clientWidth,ee=this._document.documentElement.clientHeight,ue=this._viewportRuler.getViewportScrollPosition();return{top:ue.top+this._viewportMargin,left:ue.left+this._viewportMargin,right:ue.left+W-this._viewportMargin,bottom:ue.top+ee-this._viewportMargin,width:W-2*this._viewportMargin,height:ee-2*this._viewportMargin}}_isRtl(){return"rtl"===this._overlayRef.getDirection()}_hasExactPosition(){return!this._hasFlexibleDimensions||this._isPushed}_getOffset(W,ee){return"x"===ee?null==W.offsetX?this._offsetX:W.offsetX:null==W.offsetY?this._offsetY:W.offsetY}_validatePositions(){}_addPanelClasses(W){this._pane&&(0,M.Eq)(W).forEach(ee=>{""!==ee&&-1===this._appliedPanelClasses.indexOf(ee)&&(this._appliedPanelClasses.push(ee),this._pane.classList.add(ee))})}_clearPanelClasses(){this._pane&&(this._appliedPanelClasses.forEach(W=>{this._pane.classList.remove(W)}),this._appliedPanelClasses=[])}_getOriginRect(){const W=this._origin;if(W instanceof f.SBq)return W.nativeElement.getBoundingClientRect();if(W instanceof Element)return W.getBoundingClientRect();const ee=W.width||0,ue=W.height||0;return{top:W.y,bottom:W.y+ue,left:W.x,right:W.x+ee,height:ue,width:ee}}}function C(xe,W){for(let ee in W)W.hasOwnProperty(ee)&&(xe[ee]=W[ee]);return xe}function B(xe){if("number"!=typeof xe&&null!=xe){const[W,ee]=xe.split(v);return ee&&"px"!==ee?null:parseFloat(W)}return xe||null}function P(xe){return{top:Math.floor(xe.top),right:Math.floor(xe.right),bottom:Math.floor(xe.bottom),left:Math.floor(xe.left),width:Math.floor(xe.width),height:Math.floor(xe.height)}}const F="cdk-global-overlay-wrapper";class q{constructor(){this._cssPosition="static",this._topOffset="",this._bottomOffset="",this._leftOffset="",this._rightOffset="",this._alignItems="",this._justifyContent="",this._width="",this._height=""}attach(W){const ee=W.getConfig();this._overlayRef=W,this._width&&!ee.width&&W.updateSize({width:this._width}),this._height&&!ee.height&&W.updateSize({height:this._height}),W.hostElement.classList.add(F),this._isDisposed=!1}top(W=""){return this._bottomOffset="",this._topOffset=W,this._alignItems="flex-start",this}left(W=""){return this._rightOffset="",this._leftOffset=W,this._justifyContent="flex-start",this}bottom(W=""){return this._topOffset="",this._bottomOffset=W,this._alignItems="flex-end",this}right(W=""){return this._leftOffset="",this._rightOffset=W,this._justifyContent="flex-end",this}width(W=""){return this._overlayRef?this._overlayRef.updateSize({width:W}):this._width=W,this}height(W=""){return this._overlayRef?this._overlayRef.updateSize({height:W}):this._height=W,this}centerHorizontally(W=""){return this.left(W),this._justifyContent="center",this}centerVertically(W=""){return this.top(W),this._alignItems="center",this}apply(){if(!this._overlayRef||!this._overlayRef.hasAttached())return;const W=this._overlayRef.overlayElement.style,ee=this._overlayRef.hostElement.style,ue=this._overlayRef.getConfig(),{width:_e,height:Le,maxWidth:ut,maxHeight:ht}=ue,It=!("100%"!==_e&&"100vw"!==_e||ut&&"100%"!==ut&&"100vw"!==ut),ui=!("100%"!==Le&&"100vh"!==Le||ht&&"100%"!==ht&&"100vh"!==ht);W.position=this._cssPosition,W.marginLeft=It?"0":this._leftOffset,W.marginTop=ui?"0":this._topOffset,W.marginBottom=this._bottomOffset,W.marginRight=this._rightOffset,It?ee.justifyContent="flex-start":"center"===this._justifyContent?ee.justifyContent="center":"rtl"===this._overlayRef.getConfig().direction?"flex-start"===this._justifyContent?ee.justifyContent="flex-end":"flex-end"===this._justifyContent&&(ee.justifyContent="flex-start"):ee.justifyContent=this._justifyContent,ee.alignItems=ui?"flex-start":this._alignItems}dispose(){if(this._isDisposed||!this._overlayRef)return;const W=this._overlayRef.overlayElement.style,ee=this._overlayRef.hostElement,ue=ee.style;ee.classList.remove(F),ue.justifyContent=ue.alignItems=W.marginTop=W.marginBottom=W.marginLeft=W.marginRight=W.position="",this._overlayRef=null,this._isDisposed=!0}}let he=(()=>{class xe{constructor(ee,ue,_e,Le){this._viewportRuler=ee,this._document=ue,this._platform=_e,this._overlayContainer=Le}global(){return new q}flexibleConnectedTo(ee){return new n(ee,this._viewportRuler,this._document,this._platform,this._overlayContainer)}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(t.rL),f.LFG(e.K0),f.LFG(a.t4),f.LFG(E))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})(),ve=(()=>{class xe{constructor(ee){this._attachedOverlays=[],this._document=ee}ngOnDestroy(){this.detach()}add(ee){this.remove(ee),this._attachedOverlays.push(ee)}remove(ee){const ue=this._attachedOverlays.indexOf(ee);ue>-1&&this._attachedOverlays.splice(ue,1),0===this._attachedOverlays.length&&this.detach()}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(e.K0))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})(),Ne=(()=>{class xe extends ve{constructor(ee,ue){super(ee),this._ngZone=ue,this._keydownListener=_e=>{const Le=this._attachedOverlays;for(let ut=Le.length-1;ut>-1;ut--)if(Le[ut]._keydownEvents.observers.length>0){const ht=Le[ut]._keydownEvents;this._ngZone?this._ngZone.run(()=>ht.next(_e)):ht.next(_e);break}}}add(ee){super.add(ee),this._isAttached||(this._ngZone?this._ngZone.runOutsideAngular(()=>this._document.body.addEventListener("keydown",this._keydownListener)):this._document.body.addEventListener("keydown",this._keydownListener),this._isAttached=!0)}detach(){this._isAttached&&(this._document.body.removeEventListener("keydown",this._keydownListener),this._isAttached=!1)}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(e.K0),f.LFG(f.R0b,8))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})(),we=(()=>{class xe extends ve{constructor(ee,ue,_e){super(ee),this._platform=ue,this._ngZone=_e,this._cursorStyleIsSet=!1,this._pointerDownListener=Le=>{this._pointerDownEventTarget=(0,a.sA)(Le)},this._clickListener=Le=>{const ut=(0,a.sA)(Le),ht="click"===Le.type&&this._pointerDownEventTarget?this._pointerDownEventTarget:ut;this._pointerDownEventTarget=null;const It=this._attachedOverlays.slice();for(let ui=It.length-1;ui>-1;ui--){const Wt=It[ui];if(Wt._outsidePointerEvents.observers.length<1||!Wt.hasAttached())continue;if(Wt.overlayElement.contains(ut)||Wt.overlayElement.contains(ht))break;const Gt=Wt._outsidePointerEvents;this._ngZone?this._ngZone.run(()=>Gt.next(Le)):Gt.next(Le)}}}add(ee){if(super.add(ee),!this._isAttached){const ue=this._document.body;this._ngZone?this._ngZone.runOutsideAngular(()=>this._addEventListeners(ue)):this._addEventListeners(ue),this._platform.IOS&&!this._cursorStyleIsSet&&(this._cursorOriginalValue=ue.style.cursor,ue.style.cursor="pointer",this._cursorStyleIsSet=!0),this._isAttached=!0}}detach(){if(this._isAttached){const ee=this._document.body;ee.removeEventListener("pointerdown",this._pointerDownListener,!0),ee.removeEventListener("click",this._clickListener,!0),ee.removeEventListener("auxclick",this._clickListener,!0),ee.removeEventListener("contextmenu",this._clickListener,!0),this._platform.IOS&&this._cursorStyleIsSet&&(ee.style.cursor=this._cursorOriginalValue,this._cursorStyleIsSet=!1),this._isAttached=!1}}_addEventListeners(ee){ee.addEventListener("pointerdown",this._pointerDownListener,!0),ee.addEventListener("click",this._clickListener,!0),ee.addEventListener("auxclick",this._clickListener,!0),ee.addEventListener("contextmenu",this._clickListener,!0)}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(e.K0),f.LFG(a.t4),f.LFG(f.R0b,8))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})(),Q=0,Ue=(()=>{class xe{constructor(ee,ue,_e,Le,ut,ht,It,ui,Wt,Gt,hi){this.scrollStrategies=ee,this._overlayContainer=ue,this._componentFactoryResolver=_e,this._positionBuilder=Le,this._keyboardDispatcher=ut,this._injector=ht,this._ngZone=It,this._document=ui,this._directionality=Wt,this._location=Gt,this._outsideClickDispatcher=hi}create(ee){const ue=this._createHostElement(),_e=this._createPaneElement(ue),Le=this._createPortalOutlet(_e),ut=new me(ee);return ut.direction=ut.direction||this._directionality.value,new _(Le,ue,_e,ut,this._ngZone,this._keyboardDispatcher,this._document,this._location,this._outsideClickDispatcher)}position(){return this._positionBuilder}_createPaneElement(ee){const ue=this._document.createElement("div");return ue.id="cdk-overlay-"+Q++,ue.classList.add("cdk-overlay-pane"),ee.appendChild(ue),ue}_createHostElement(){const ee=this._document.createElement("div");return this._overlayContainer.getContainerElement().appendChild(ee),ee}_createPortalOutlet(ee){return this._appRef||(this._appRef=this._injector.get(f.z2F)),new d.u0(ee,this._componentFactoryResolver,this._appRef,this._injector,this._document)}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.LFG(X),f.LFG(E),f.LFG(f._Vd),f.LFG(he),f.LFG(Ne),f.LFG(f.zs3),f.LFG(f.R0b),f.LFG(e.K0),f.LFG(b.Is),f.LFG(e.Ye),f.LFG(we))},xe.\u0275prov=f.Yz7({token:xe,factory:xe.\u0275fac}),xe})();const ye=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom"},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],V=new f.OlP("cdk-connected-overlay-scroll-strategy");let Ae=(()=>{class xe{constructor(ee){this.elementRef=ee}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.Y36(f.SBq))},xe.\u0275dir=f.lG2({type:xe,selectors:[["","cdk-overlay-origin",""],["","overlay-origin",""],["","cdkOverlayOrigin",""]],exportAs:["cdkOverlayOrigin"]}),xe})(),dt=(()=>{class xe{constructor(ee,ue,_e,Le,ut){this._overlay=ee,this._dir=ut,this._hasBackdrop=!1,this._lockPosition=!1,this._growAfterOpen=!1,this._flexibleDimensions=!1,this._push=!1,this._backdropSubscription=h.w0.EMPTY,this._attachSubscription=h.w0.EMPTY,this._detachSubscription=h.w0.EMPTY,this._positionSubscription=h.w0.EMPTY,this.viewportMargin=0,this.open=!1,this.disableClose=!1,this.backdropClick=new f.vpe,this.positionChange=new f.vpe,this.attach=new f.vpe,this.detach=new f.vpe,this.overlayKeydown=new f.vpe,this.overlayOutsideClick=new f.vpe,this._templatePortal=new d.UE(ue,_e),this._scrollStrategyFactory=Le,this.scrollStrategy=this._scrollStrategyFactory()}get offsetX(){return this._offsetX}set offsetX(ee){this._offsetX=ee,this._position&&this._updatePositionStrategy(this._position)}get offsetY(){return this._offsetY}set offsetY(ee){this._offsetY=ee,this._position&&this._updatePositionStrategy(this._position)}get hasBackdrop(){return this._hasBackdrop}set hasBackdrop(ee){this._hasBackdrop=(0,M.Ig)(ee)}get lockPosition(){return this._lockPosition}set lockPosition(ee){this._lockPosition=(0,M.Ig)(ee)}get flexibleDimensions(){return this._flexibleDimensions}set flexibleDimensions(ee){this._flexibleDimensions=(0,M.Ig)(ee)}get growAfterOpen(){return this._growAfterOpen}set growAfterOpen(ee){this._growAfterOpen=(0,M.Ig)(ee)}get push(){return this._push}set push(ee){this._push=(0,M.Ig)(ee)}get overlayRef(){return this._overlayRef}get dir(){return this._dir?this._dir.value:"ltr"}ngOnDestroy(){this._attachSubscription.unsubscribe(),this._detachSubscription.unsubscribe(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this._overlayRef&&this._overlayRef.dispose()}ngOnChanges(ee){this._position&&(this._updatePositionStrategy(this._position),this._overlayRef.updateSize({width:this.width,minWidth:this.minWidth,height:this.height,minHeight:this.minHeight}),ee.origin&&this.open&&this._position.apply()),ee.open&&(this.open?this._attachOverlay():this._detachOverlay())}_createOverlay(){(!this.positions||!this.positions.length)&&(this.positions=ye);const ee=this._overlayRef=this._overlay.create(this._buildConfig());this._attachSubscription=ee.attachments().subscribe(()=>this.attach.emit()),this._detachSubscription=ee.detachments().subscribe(()=>this.detach.emit()),ee.keydownEvents().subscribe(ue=>{this.overlayKeydown.next(ue),ue.keyCode===U.hY&&!this.disableClose&&!(0,U.Vb)(ue)&&(ue.preventDefault(),this._detachOverlay())}),this._overlayRef.outsidePointerEvents().subscribe(ue=>{this.overlayOutsideClick.next(ue)})}_buildConfig(){const ee=this._position=this.positionStrategy||this._createPositionStrategy(),ue=new me({direction:this._dir,positionStrategy:ee,scrollStrategy:this.scrollStrategy,hasBackdrop:this.hasBackdrop});return(this.width||0===this.width)&&(ue.width=this.width),(this.height||0===this.height)&&(ue.height=this.height),(this.minWidth||0===this.minWidth)&&(ue.minWidth=this.minWidth),(this.minHeight||0===this.minHeight)&&(ue.minHeight=this.minHeight),this.backdropClass&&(ue.backdropClass=this.backdropClass),this.panelClass&&(ue.panelClass=this.panelClass),ue}_updatePositionStrategy(ee){const ue=this.positions.map(_e=>({originX:_e.originX,originY:_e.originY,overlayX:_e.overlayX,overlayY:_e.overlayY,offsetX:_e.offsetX||this.offsetX,offsetY:_e.offsetY||this.offsetY,panelClass:_e.panelClass||void 0}));return ee.setOrigin(this._getFlexibleConnectedPositionStrategyOrigin()).withPositions(ue).withFlexibleDimensions(this.flexibleDimensions).withPush(this.push).withGrowAfterOpen(this.growAfterOpen).withViewportMargin(this.viewportMargin).withLockedPosition(this.lockPosition).withTransformOriginOn(this.transformOriginSelector)}_createPositionStrategy(){const ee=this._overlay.position().flexibleConnectedTo(this._getFlexibleConnectedPositionStrategyOrigin());return this._updatePositionStrategy(ee),ee}_getFlexibleConnectedPositionStrategyOrigin(){return this.origin instanceof Ae?this.origin.elementRef:this.origin}_attachOverlay(){this._overlayRef?this._overlayRef.getConfig().hasBackdrop=this.hasBackdrop:this._createOverlay(),this._overlayRef.hasAttached()||this._overlayRef.attach(this._templatePortal),this.hasBackdrop?this._backdropSubscription=this._overlayRef.backdropClick().subscribe(ee=>{this.backdropClick.emit(ee)}):this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe(),this.positionChange.observers.length>0&&(this._positionSubscription=this._position.positionChanges.pipe(function L(xe,W=!1){return(0,w.e)((ee,ue)=>{let _e=0;ee.subscribe((0,D.x)(ue,Le=>{const ut=xe(Le,_e++);(ut||W)&&ue.next(Le),!ut&&ue.complete()}))})}(()=>this.positionChange.observers.length>0)).subscribe(ee=>{this.positionChange.emit(ee),0===this.positionChange.observers.length&&this._positionSubscription.unsubscribe()}))}_detachOverlay(){this._overlayRef&&this._overlayRef.detach(),this._backdropSubscription.unsubscribe(),this._positionSubscription.unsubscribe()}}return xe.\u0275fac=function(ee){return new(ee||xe)(f.Y36(Ue),f.Y36(f.Rgc),f.Y36(f.s_b),f.Y36(V),f.Y36(b.Is,8))},xe.\u0275dir=f.lG2({type:xe,selectors:[["","cdk-connected-overlay",""],["","connected-overlay",""],["","cdkConnectedOverlay",""]],inputs:{origin:["cdkConnectedOverlayOrigin","origin"],positions:["cdkConnectedOverlayPositions","positions"],positionStrategy:["cdkConnectedOverlayPositionStrategy","positionStrategy"],offsetX:["cdkConnectedOverlayOffsetX","offsetX"],offsetY:["cdkConnectedOverlayOffsetY","offsetY"],width:["cdkConnectedOverlayWidth","width"],height:["cdkConnectedOverlayHeight","height"],minWidth:["cdkConnectedOverlayMinWidth","minWidth"],minHeight:["cdkConnectedOverlayMinHeight","minHeight"],backdropClass:["cdkConnectedOverlayBackdropClass","backdropClass"],panelClass:["cdkConnectedOverlayPanelClass","panelClass"],viewportMargin:["cdkConnectedOverlayViewportMargin","viewportMargin"],scrollStrategy:["cdkConnectedOverlayScrollStrategy","scrollStrategy"],open:["cdkConnectedOverlayOpen","open"],disableClose:["cdkConnectedOverlayDisableClose","disableClose"],transformOriginSelector:["cdkConnectedOverlayTransformOriginOn","transformOriginSelector"],hasBackdrop:["cdkConnectedOverlayHasBackdrop","hasBackdrop"],lockPosition:["cdkConnectedOverlayLockPosition","lockPosition"],flexibleDimensions:["cdkConnectedOverlayFlexibleDimensions","flexibleDimensions"],growAfterOpen:["cdkConnectedOverlayGrowAfterOpen","growAfterOpen"],push:["cdkConnectedOverlayPush","push"]},outputs:{backdropClick:"backdropClick",positionChange:"positionChange",attach:"attach",detach:"detach",overlayKeydown:"overlayKeydown",overlayOutsideClick:"overlayOutsideClick"},exportAs:["cdkConnectedOverlay"],features:[f.TTD]}),xe})();const De={provide:V,deps:[Ue],useFactory:function Ie(xe){return()=>xe.scrollStrategies.reposition()}};let le=(()=>{class xe{}return xe.\u0275fac=function(ee){return new(ee||xe)},xe.\u0275mod=f.oAB({type:xe}),xe.\u0275inj=f.cJS({providers:[Ue,De],imports:[[b.vT,d.eL,t.Cl],t.Cl]}),xe})()},925:(Ve,K,p)=>{"use strict";p.d(K,{Mq:()=>k,Oy:()=>de,_i:()=>S,ht:()=>ne,i$:()=>w,kV:()=>j,qK:()=>N,sA:()=>$,t4:()=>M});var t=p(5e3),e=p(9808);let f;try{f="undefined"!=typeof Intl&&Intl.v8BreakIterator}catch(te){f=!1}let b,M=(()=>{class te{constructor(oe){this._platformId=oe,this.isBrowser=this._platformId?(0,e.NF)(this._platformId):"object"==typeof document&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!(!window.chrome&&!f)&&"undefined"!=typeof CSS&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}}return te.\u0275fac=function(oe){return new(oe||te)(t.LFG(t.Lbi))},te.\u0275prov=t.Yz7({token:te,factory:te.\u0275fac,providedIn:"root"}),te})();const d=["color","button","checkbox","date","datetime-local","email","file","hidden","image","month","number","password","radio","range","reset","search","submit","tel","text","time","url","week"];function N(){if(b)return b;if("object"!=typeof document||!document)return b=new Set(d),b;let te=document.createElement("input");return b=new Set(d.filter(ie=>(te.setAttribute("type",ie),te.type===ie))),b}let h,D,L,U;function w(te){return function A(){if(null==h&&"undefined"!=typeof window)try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>h=!0}))}finally{h=h||!1}return h}()?te:!!te.capture}function k(){if(null==L){if("object"!=typeof document||!document||"function"!=typeof Element||!Element)return L=!1,L;if("scrollBehavior"in document.documentElement.style)L=!0;else{const te=Element.prototype.scrollTo;L=!!te&&!/\{\s*\[native code\]\s*\}/.test(te.toString())}}return L}function S(){if("object"!=typeof document||!document)return 0;if(null==D){const te=document.createElement("div"),ie=te.style;te.dir="rtl",ie.width="1px",ie.overflow="auto",ie.visibility="hidden",ie.pointerEvents="none",ie.position="absolute";const oe=document.createElement("div"),X=oe.style;X.width="2px",X.height="1px",te.appendChild(oe),document.body.appendChild(te),D=0,0===te.scrollLeft&&(te.scrollLeft=1,D=0===te.scrollLeft?1:2),te.remove()}return D}function j(te){if(function Z(){if(null==U){const te="undefined"!=typeof document?document.head:null;U=!(!te||!te.createShadowRoot&&!te.attachShadow)}return U}()){const ie=te.getRootNode?te.getRootNode():null;if("undefined"!=typeof ShadowRoot&&ShadowRoot&&ie instanceof ShadowRoot)return ie}return null}function ne(){let te="undefined"!=typeof document&&document?document.activeElement:null;for(;te&&te.shadowRoot;){const ie=te.shadowRoot.activeElement;if(ie===te)break;te=ie}return te}function $(te){return te.composedPath?te.composedPath()[0]:te.target}function de(){return"undefined"!=typeof __karma__&&!!__karma__||"undefined"!=typeof jasmine&&!!jasmine||"undefined"!=typeof jest&&!!jest||"undefined"!=typeof Mocha&&!!Mocha}},7429:(Ve,K,p)=>{"use strict";p.d(K,{C5:()=>A,Pl:()=>ne,UE:()=>w,eL:()=>de,en:()=>L,ig:()=>Z,u0:()=>S});var t=p(5e3),e=p(9808);class h{attach(oe){return this._attachedHost=oe,oe.attach(this)}detach(){let oe=this._attachedHost;null!=oe&&(this._attachedHost=null,oe.detach())}get isAttached(){return null!=this._attachedHost}setAttachedHost(oe){this._attachedHost=oe}}class A extends h{constructor(oe,X,me,y){super(),this.component=oe,this.viewContainerRef=X,this.injector=me,this.componentFactoryResolver=y}}class w extends h{constructor(oe,X,me){super(),this.templateRef=oe,this.viewContainerRef=X,this.context=me}get origin(){return this.templateRef.elementRef}attach(oe,X=this.context){return this.context=X,super.attach(oe)}detach(){return this.context=void 0,super.detach()}}class D extends h{constructor(oe){super(),this.element=oe instanceof t.SBq?oe.nativeElement:oe}}class L{constructor(){this._isDisposed=!1,this.attachDomPortal=null}hasAttached(){return!!this._attachedPortal}attach(oe){return oe instanceof A?(this._attachedPortal=oe,this.attachComponentPortal(oe)):oe instanceof w?(this._attachedPortal=oe,this.attachTemplatePortal(oe)):this.attachDomPortal&&oe instanceof D?(this._attachedPortal=oe,this.attachDomPortal(oe)):void 0}detach(){this._attachedPortal&&(this._attachedPortal.setAttachedHost(null),this._attachedPortal=null),this._invokeDisposeFn()}dispose(){this.hasAttached()&&this.detach(),this._invokeDisposeFn(),this._isDisposed=!0}setDisposeFn(oe){this._disposeFn=oe}_invokeDisposeFn(){this._disposeFn&&(this._disposeFn(),this._disposeFn=null)}}class S extends L{constructor(oe,X,me,y,i){super(),this.outletElement=oe,this._componentFactoryResolver=X,this._appRef=me,this._defaultInjector=y,this.attachDomPortal=r=>{const u=r.element,c=this._document.createComment("dom-portal");u.parentNode.insertBefore(c,u),this.outletElement.appendChild(u),this._attachedPortal=r,super.setDisposeFn(()=>{c.parentNode&&c.parentNode.replaceChild(u,c)})},this._document=i}attachComponentPortal(oe){const me=(oe.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(oe.component);let y;return oe.viewContainerRef?(y=oe.viewContainerRef.createComponent(me,oe.viewContainerRef.length,oe.injector||oe.viewContainerRef.injector),this.setDisposeFn(()=>y.destroy())):(y=me.create(oe.injector||this._defaultInjector||t.zs3.NULL),this._appRef.attachView(y.hostView),this.setDisposeFn(()=>{this._appRef.viewCount>0&&this._appRef.detachView(y.hostView),y.destroy()})),this.outletElement.appendChild(this._getComponentRootNode(y)),this._attachedPortal=oe,y}attachTemplatePortal(oe){let X=oe.viewContainerRef,me=X.createEmbeddedView(oe.templateRef,oe.context);return me.rootNodes.forEach(y=>this.outletElement.appendChild(y)),me.detectChanges(),this.setDisposeFn(()=>{let y=X.indexOf(me);-1!==y&&X.remove(y)}),this._attachedPortal=oe,me}dispose(){super.dispose(),this.outletElement.remove()}_getComponentRootNode(oe){return oe.hostView.rootNodes[0]}}let Z=(()=>{class ie extends w{constructor(X,me){super(X,me)}}return ie.\u0275fac=function(X){return new(X||ie)(t.Y36(t.Rgc),t.Y36(t.s_b))},ie.\u0275dir=t.lG2({type:ie,selectors:[["","cdkPortal",""]],exportAs:["cdkPortal"],features:[t.qOj]}),ie})(),ne=(()=>{class ie extends L{constructor(X,me,y){super(),this._componentFactoryResolver=X,this._viewContainerRef=me,this._isInitialized=!1,this.attached=new t.vpe,this.attachDomPortal=i=>{const r=i.element,u=this._document.createComment("dom-portal");i.setAttachedHost(this),r.parentNode.insertBefore(u,r),this._getRootNode().appendChild(r),this._attachedPortal=i,super.setDisposeFn(()=>{u.parentNode&&u.parentNode.replaceChild(r,u)})},this._document=y}get portal(){return this._attachedPortal}set portal(X){this.hasAttached()&&!X&&!this._isInitialized||(this.hasAttached()&&super.detach(),X&&super.attach(X),this._attachedPortal=X||null)}get attachedRef(){return this._attachedRef}ngOnInit(){this._isInitialized=!0}ngOnDestroy(){super.dispose(),this._attachedPortal=null,this._attachedRef=null}attachComponentPortal(X){X.setAttachedHost(this);const me=null!=X.viewContainerRef?X.viewContainerRef:this._viewContainerRef,i=(X.componentFactoryResolver||this._componentFactoryResolver).resolveComponentFactory(X.component),r=me.createComponent(i,me.length,X.injector||me.injector);return me!==this._viewContainerRef&&this._getRootNode().appendChild(r.hostView.rootNodes[0]),super.setDisposeFn(()=>r.destroy()),this._attachedPortal=X,this._attachedRef=r,this.attached.emit(r),r}attachTemplatePortal(X){X.setAttachedHost(this);const me=this._viewContainerRef.createEmbeddedView(X.templateRef,X.context);return super.setDisposeFn(()=>this._viewContainerRef.clear()),this._attachedPortal=X,this._attachedRef=me,this.attached.emit(me),me}_getRootNode(){const X=this._viewContainerRef.element.nativeElement;return X.nodeType===X.ELEMENT_NODE?X:X.parentNode}}return ie.\u0275fac=function(X){return new(X||ie)(t.Y36(t._Vd),t.Y36(t.s_b),t.Y36(e.K0))},ie.\u0275dir=t.lG2({type:ie,selectors:[["","cdkPortalOutlet",""]],inputs:{portal:["cdkPortalOutlet","portal"]},outputs:{attached:"attached"},exportAs:["cdkPortalOutlet"],features:[t.qOj]}),ie})(),de=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=t.oAB({type:ie}),ie.\u0275inj=t.cJS({}),ie})()},5303:(Ve,K,p)=>{"use strict";p.d(K,{PQ:()=>u,ZD:()=>B,mF:()=>r,Cl:()=>P,rL:()=>_});var t=p(3191),e=p(5e3),f=p(4408),M=p(727);const a={schedule(F){let q=requestAnimationFrame,he=cancelAnimationFrame;const{delegate:ve}=a;ve&&(q=ve.requestAnimationFrame,he=ve.cancelAnimationFrame);const Ne=q(we=>{he=void 0,F(we)});return new M.w0(()=>null==he?void 0:he(Ne))},requestAnimationFrame(...F){const{delegate:q}=a;return((null==q?void 0:q.requestAnimationFrame)||requestAnimationFrame)(...F)},cancelAnimationFrame(...F){const{delegate:q}=a;return((null==q?void 0:q.cancelAnimationFrame)||cancelAnimationFrame)(...F)},delegate:void 0};var d=p(7565);new class N extends d.v{flush(q){this._active=!0;const he=this._scheduled;this._scheduled=void 0;const{actions:ve}=this;let Ne;q=q||ve.shift();do{if(Ne=q.execute(q.state,q.delay))break}while((q=ve[0])&&q.id===he&&ve.shift());if(this._active=!1,Ne){for(;(q=ve[0])&&q.id===he&&ve.shift();)q.unsubscribe();throw Ne}}}(class b extends f.o{constructor(q,he){super(q,he),this.scheduler=q,this.work=he}requestAsyncId(q,he,ve=0){return null!==ve&&ve>0?super.requestAsyncId(q,he,ve):(q.actions.push(this),q._scheduled||(q._scheduled=a.requestAnimationFrame(()=>q.flush(void 0))))}recycleAsyncId(q,he,ve=0){if(null!=ve&&ve>0||null==ve&&this.delay>0)return super.recycleAsyncId(q,he,ve);q.actions.some(Ne=>Ne.id===he)||(a.cancelAnimationFrame(he),q._scheduled=void 0)}});var w=p(7579),D=p(9646),L=p(8306),k=p(4968),U=(p(3101),p(3601)),Z=p(9300),j=p(2722),ne=p(9808),$=p(925),de=p(226);let r=(()=>{class F{constructor(he,ve,Ne){this._ngZone=he,this._platform=ve,this._scrolled=new w.x,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map,this._document=Ne}register(he){this.scrollContainers.has(he)||this.scrollContainers.set(he,he.elementScrolled().subscribe(()=>this._scrolled.next(he)))}deregister(he){const ve=this.scrollContainers.get(he);ve&&(ve.unsubscribe(),this.scrollContainers.delete(he))}scrolled(he=20){return this._platform.isBrowser?new L.y(ve=>{this._globalSubscription||this._addGlobalListener();const Ne=he>0?this._scrolled.pipe((0,U.e)(he)).subscribe(ve):this._scrolled.subscribe(ve);return this._scrolledCount++,()=>{Ne.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}}):(0,D.of)()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach((he,ve)=>this.deregister(ve)),this._scrolled.complete()}ancestorScrolled(he,ve){const Ne=this.getAncestorScrollContainers(he);return this.scrolled(ve).pipe((0,Z.h)(we=>!we||Ne.indexOf(we)>-1))}getAncestorScrollContainers(he){const ve=[];return this.scrollContainers.forEach((Ne,we)=>{this._scrollableContainsElement(we,he)&&ve.push(we)}),ve}_getWindow(){return this._document.defaultView||window}_scrollableContainsElement(he,ve){let Ne=(0,t.fI)(ve),we=he.getElementRef().nativeElement;do{if(Ne==we)return!0}while(Ne=Ne.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular(()=>{const he=this._getWindow();return(0,k.R)(he.document,"scroll").subscribe(()=>this._scrolled.next())})}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}}return F.\u0275fac=function(he){return new(he||F)(e.LFG(e.R0b),e.LFG($.t4),e.LFG(ne.K0,8))},F.\u0275prov=e.Yz7({token:F,factory:F.\u0275fac,providedIn:"root"}),F})(),u=(()=>{class F{constructor(he,ve,Ne,we){this.elementRef=he,this.scrollDispatcher=ve,this.ngZone=Ne,this.dir=we,this._destroyed=new w.x,this._elementScrolled=new L.y(Q=>this.ngZone.runOutsideAngular(()=>(0,k.R)(this.elementRef.nativeElement,"scroll").pipe((0,j.R)(this._destroyed)).subscribe(Q)))}ngOnInit(){this.scrollDispatcher.register(this)}ngOnDestroy(){this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(he){const ve=this.elementRef.nativeElement,Ne=this.dir&&"rtl"==this.dir.value;null==he.left&&(he.left=Ne?he.end:he.start),null==he.right&&(he.right=Ne?he.start:he.end),null!=he.bottom&&(he.top=ve.scrollHeight-ve.clientHeight-he.bottom),Ne&&0!=(0,$._i)()?(null!=he.left&&(he.right=ve.scrollWidth-ve.clientWidth-he.left),2==(0,$._i)()?he.left=he.right:1==(0,$._i)()&&(he.left=he.right?-he.right:he.right)):null!=he.right&&(he.left=ve.scrollWidth-ve.clientWidth-he.right),this._applyScrollToOptions(he)}_applyScrollToOptions(he){const ve=this.elementRef.nativeElement;(0,$.Mq)()?ve.scrollTo(he):(null!=he.top&&(ve.scrollTop=he.top),null!=he.left&&(ve.scrollLeft=he.left))}measureScrollOffset(he){const ve="left",we=this.elementRef.nativeElement;if("top"==he)return we.scrollTop;if("bottom"==he)return we.scrollHeight-we.clientHeight-we.scrollTop;const Q=this.dir&&"rtl"==this.dir.value;return"start"==he?he=Q?"right":ve:"end"==he&&(he=Q?ve:"right"),Q&&2==(0,$._i)()?he==ve?we.scrollWidth-we.clientWidth-we.scrollLeft:we.scrollLeft:Q&&1==(0,$._i)()?he==ve?we.scrollLeft+we.scrollWidth-we.clientWidth:-we.scrollLeft:he==ve?we.scrollLeft:we.scrollWidth-we.clientWidth-we.scrollLeft}}return F.\u0275fac=function(he){return new(he||F)(e.Y36(e.SBq),e.Y36(r),e.Y36(e.R0b),e.Y36(de.Is,8))},F.\u0275dir=e.lG2({type:F,selectors:[["","cdk-scrollable",""],["","cdkScrollable",""]]}),F})(),_=(()=>{class F{constructor(he,ve,Ne){this._platform=he,this._change=new w.x,this._changeListener=we=>{this._change.next(we)},this._document=Ne,ve.runOutsideAngular(()=>{if(he.isBrowser){const we=this._getWindow();we.addEventListener("resize",this._changeListener),we.addEventListener("orientationchange",this._changeListener)}this.change().subscribe(()=>this._viewportSize=null)})}ngOnDestroy(){if(this._platform.isBrowser){const he=this._getWindow();he.removeEventListener("resize",this._changeListener),he.removeEventListener("orientationchange",this._changeListener)}this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();const he={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),he}getViewportRect(){const he=this.getViewportScrollPosition(),{width:ve,height:Ne}=this.getViewportSize();return{top:he.top,left:he.left,bottom:he.top+Ne,right:he.left+ve,height:Ne,width:ve}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};const he=this._document,ve=this._getWindow(),Ne=he.documentElement,we=Ne.getBoundingClientRect();return{top:-we.top||he.body.scrollTop||ve.scrollY||Ne.scrollTop||0,left:-we.left||he.body.scrollLeft||ve.scrollX||Ne.scrollLeft||0}}change(he=20){return he>0?this._change.pipe((0,U.e)(he)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){const he=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:he.innerWidth,height:he.innerHeight}:{width:0,height:0}}}return F.\u0275fac=function(he){return new(he||F)(e.LFG($.t4),e.LFG(e.R0b),e.LFG(ne.K0,8))},F.\u0275prov=e.Yz7({token:F,factory:F.\u0275fac,providedIn:"root"}),F})(),B=(()=>{class F{}return F.\u0275fac=function(he){return new(he||F)},F.\u0275mod=e.oAB({type:F}),F.\u0275inj=e.cJS({}),F})(),P=(()=>{class F{}return F.\u0275fac=function(he){return new(he||F)},F.\u0275mod=e.oAB({type:F}),F.\u0275inj=e.cJS({imports:[[de.vT,B],de.vT,B]}),F})()},1555:(Ve,K,p)=>{"use strict";p.d(K,{B8:()=>de,KL:()=>k,U5:()=>oe,be:()=>$,gx:()=>ne,po:()=>ie,st:()=>te,u6:()=>S});var t=p(5664),e=p(3191),f=p(1159),M=p(9808),a=p(5e3),b=p(925),d=p(7579),N=p(9646),h=p(8675),A=p(2722),w=p(226);function D(X,me){1&X&&a.Hsn(0)}const L=["*"];let k=(()=>{class X{constructor(y){this._elementRef=y}focus(){this._elementRef.nativeElement.focus()}}return X.\u0275fac=function(y){return new(y||X)(a.Y36(a.SBq))},X.\u0275dir=a.lG2({type:X,selectors:[["","cdkStepHeader",""]],hostAttrs:["role","tab"]}),X})(),S=(()=>{class X{constructor(y){this.template=y}}return X.\u0275fac=function(y){return new(y||X)(a.Y36(a.Rgc))},X.\u0275dir=a.lG2({type:X,selectors:[["","cdkStepLabel",""]]}),X})(),U=0;const ne=new a.OlP("STEPPER_GLOBAL_OPTIONS");let $=(()=>{class X{constructor(y,i){this._stepper=y,this.interacted=!1,this.interactedStream=new a.vpe,this._editable=!0,this._optional=!1,this._completedOverride=null,this._customError=null,this._stepperOptions=i||{},this._displayDefaultIndicatorType=!1!==this._stepperOptions.displayDefaultIndicatorType}get editable(){return this._editable}set editable(y){this._editable=(0,e.Ig)(y)}get optional(){return this._optional}set optional(y){this._optional=(0,e.Ig)(y)}get completed(){return null==this._completedOverride?this._getDefaultCompleted():this._completedOverride}set completed(y){this._completedOverride=(0,e.Ig)(y)}_getDefaultCompleted(){return this.stepControl?this.stepControl.valid&&this.interacted:this.interacted}get hasError(){return null==this._customError?this._getDefaultError():this._customError}set hasError(y){this._customError=(0,e.Ig)(y)}_getDefaultError(){return this.stepControl&&this.stepControl.invalid&&this.interacted}select(){this._stepper.selected=this}reset(){this.interacted=!1,null!=this._completedOverride&&(this._completedOverride=!1),null!=this._customError&&(this._customError=!1),this.stepControl&&this.stepControl.reset()}ngOnChanges(){this._stepper._stateChanged()}_markAsInteracted(){this.interacted||(this.interacted=!0,this.interactedStream.emit(this))}_showError(){var y;return null!==(y=this._stepperOptions.showError)&&void 0!==y?y:null!=this._customError}}return X.\u0275fac=function(y){return new(y||X)(a.Y36((0,a.Gpc)(()=>de)),a.Y36(ne,8))},X.\u0275cmp=a.Xpm({type:X,selectors:[["cdk-step"]],contentQueries:function(y,i,r){if(1&y&&a.Suo(r,S,5),2&y){let u;a.iGM(u=a.CRH())&&(i.stepLabel=u.first)}},viewQuery:function(y,i){if(1&y&&a.Gf(a.Rgc,7),2&y){let r;a.iGM(r=a.CRH())&&(i.content=r.first)}},inputs:{stepControl:"stepControl",label:"label",errorMessage:"errorMessage",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],state:"state",editable:"editable",optional:"optional",completed:"completed",hasError:"hasError"},outputs:{interactedStream:"interacted"},exportAs:["cdkStep"],features:[a.TTD],ngContentSelectors:L,decls:1,vars:0,template:function(y,i){1&y&&(a.F$t(),a.YNc(0,D,1,0,"ng-template"))},encapsulation:2,changeDetection:0}),X})(),de=(()=>{class X{constructor(y,i,r,u){this._dir=y,this._changeDetectorRef=i,this._elementRef=r,this._destroyed=new d.x,this.steps=new a.n_E,this._sortedHeaders=new a.n_E,this._linear=!1,this._selectedIndex=0,this.selectionChange=new a.vpe,this._orientation="horizontal",this._groupId=U++}get linear(){return this._linear}set linear(y){this._linear=(0,e.Ig)(y)}get selectedIndex(){return this._selectedIndex}set selectedIndex(y){var i;const r=(0,e.su)(y);this.steps&&this._steps?(this._isValidIndex(r),null===(i=this.selected)||void 0===i||i._markAsInteracted(),this._selectedIndex!==r&&!this._anyControlsInvalidOrPending(r)&&(r>=this._selectedIndex||this.steps.toArray()[r].editable)&&this._updateSelectedItemIndex(r)):this._selectedIndex=r}get selected(){return this.steps?this.steps.toArray()[this.selectedIndex]:void 0}set selected(y){this.selectedIndex=y&&this.steps?this.steps.toArray().indexOf(y):-1}get orientation(){return this._orientation}set orientation(y){this._orientation=y,this._keyManager&&this._keyManager.withVerticalOrientation("vertical"===y)}ngAfterContentInit(){this._steps.changes.pipe((0,h.O)(this._steps),(0,A.R)(this._destroyed)).subscribe(y=>{this.steps.reset(y.filter(i=>i._stepper===this)),this.steps.notifyOnChanges()})}ngAfterViewInit(){this._stepHeader.changes.pipe((0,h.O)(this._stepHeader),(0,A.R)(this._destroyed)).subscribe(y=>{this._sortedHeaders.reset(y.toArray().sort((i,r)=>i._elementRef.nativeElement.compareDocumentPosition(r._elementRef.nativeElement)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1)),this._sortedHeaders.notifyOnChanges()}),this._keyManager=new t.Em(this._sortedHeaders).withWrap().withHomeAndEnd().withVerticalOrientation("vertical"===this._orientation),(this._dir?this._dir.change:(0,N.of)()).pipe((0,h.O)(this._layoutDirection()),(0,A.R)(this._destroyed)).subscribe(y=>this._keyManager.withHorizontalOrientation(y)),this._keyManager.updateActiveItem(this._selectedIndex),this.steps.changes.subscribe(()=>{this.selected||(this._selectedIndex=Math.max(this._selectedIndex-1,0))}),this._isValidIndex(this._selectedIndex)||(this._selectedIndex=0)}ngOnDestroy(){this.steps.destroy(),this._sortedHeaders.destroy(),this._destroyed.next(),this._destroyed.complete()}next(){this.selectedIndex=Math.min(this._selectedIndex+1,this.steps.length-1)}previous(){this.selectedIndex=Math.max(this._selectedIndex-1,0)}reset(){this._updateSelectedItemIndex(0),this.steps.forEach(y=>y.reset()),this._stateChanged()}_getStepLabelId(y){return`cdk-step-label-${this._groupId}-${y}`}_getStepContentId(y){return`cdk-step-content-${this._groupId}-${y}`}_stateChanged(){this._changeDetectorRef.markForCheck()}_getAnimationDirection(y){const i=y-this._selectedIndex;return i<0?"rtl"===this._layoutDirection()?"next":"previous":i>0?"rtl"===this._layoutDirection()?"previous":"next":"current"}_getIndicatorType(y,i="number"){const r=this.steps.toArray()[y],u=this._isCurrentStep(y);return r._displayDefaultIndicatorType?this._getDefaultIndicatorLogic(r,u):this._getGuidelineLogic(r,u,i)}_getDefaultIndicatorLogic(y,i){return y._showError()&&y.hasError&&!i?"error":!y.completed||i?"number":y.editable?"edit":"done"}_getGuidelineLogic(y,i,r="number"){return y._showError()&&y.hasError&&!i?"error":y.completed&&!i?"done":y.completed&&i?r:y.editable&&i?"edit":r}_isCurrentStep(y){return this._selectedIndex===y}_getFocusIndex(){return this._keyManager?this._keyManager.activeItemIndex:this._selectedIndex}_updateSelectedItemIndex(y){const i=this.steps.toArray();this.selectionChange.emit({selectedIndex:y,previouslySelectedIndex:this._selectedIndex,selectedStep:i[y],previouslySelectedStep:i[this._selectedIndex]}),this._containsFocus()?this._keyManager.setActiveItem(y):this._keyManager.updateActiveItem(y),this._selectedIndex=y,this._stateChanged()}_onKeydown(y){const i=(0,f.Vb)(y),r=y.keyCode,u=this._keyManager;null==u.activeItemIndex||i||r!==f.L_&&r!==f.K5?u.onKeydown(y):(this.selectedIndex=u.activeItemIndex,y.preventDefault())}_anyControlsInvalidOrPending(y){return!!(this._linear&&y>=0)&&this.steps.toArray().slice(0,y).some(i=>{const r=i.stepControl;return(r?r.invalid||r.pending||!i.interacted:!i.completed)&&!i.optional&&!i._completedOverride})}_layoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_containsFocus(){const y=this._elementRef.nativeElement,i=(0,b.ht)();return y===i||y.contains(i)}_isValidIndex(y){return y>-1&&(!this.steps||y{class X{constructor(y){this._stepper=y,this.type="submit"}}return X.\u0275fac=function(y){return new(y||X)(a.Y36(de))},X.\u0275dir=a.lG2({type:X,selectors:[["button","cdkStepperNext",""]],hostVars:1,hostBindings:function(y,i){1&y&&a.NdJ("click",function(){return i._stepper.next()}),2&y&&a.Ikx("type",i.type)},inputs:{type:"type"}}),X})(),ie=(()=>{class X{constructor(y){this._stepper=y,this.type="button"}}return X.\u0275fac=function(y){return new(y||X)(a.Y36(de))},X.\u0275dir=a.lG2({type:X,selectors:[["button","cdkStepperPrevious",""]],hostVars:1,hostBindings:function(y,i){1&y&&a.NdJ("click",function(){return i._stepper.previous()}),2&y&&a.Ikx("type",i.type)},inputs:{type:"type"}}),X})(),oe=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275mod=a.oAB({type:X}),X.\u0275inj=a.cJS({imports:[[w.vT]]}),X})()},8258:(Ve,K,p)=>{"use strict";p.d(K,{HI:()=>S,Hs:()=>X,Ud:()=>c,VY:()=>k,XJ:()=>u,Xx:()=>i,_0:()=>oe,cu:()=>U,nZ:()=>E,rO:()=>j});var t=p(449),e=p(5191),f=p(7579),M=p(1135),a=p(9646),b=p(5698),d=p(9300),N=p(2722),h=p(5e3),A=p(3191),w=p(226);class k extends class D{constructor(){this.expansionModel=new t.Ov(!0)}toggle(v){this.expansionModel.toggle(this._trackByValue(v))}expand(v){this.expansionModel.select(this._trackByValue(v))}collapse(v){this.expansionModel.deselect(this._trackByValue(v))}isExpanded(v){return this.expansionModel.isSelected(this._trackByValue(v))}toggleDescendants(v){this.expansionModel.isSelected(this._trackByValue(v))?this.collapseDescendants(v):this.expandDescendants(v)}collapseAll(){this.expansionModel.clear()}expandDescendants(v){let n=[v];n.push(...this.getDescendants(v)),this.expansionModel.select(...n.map(C=>this._trackByValue(C)))}collapseDescendants(v){let n=[v];n.push(...this.getDescendants(v)),this.expansionModel.deselect(...n.map(C=>this._trackByValue(C)))}_trackByValue(v){return this.trackBy?this.trackBy(v):v}}{constructor(v,n){super(),this.getChildren=v,this.options=n,this.options&&(this.trackBy=this.options.trackBy)}expandAll(){this.expansionModel.clear();const v=this.dataNodes.reduce((n,C)=>[...n,...this.getDescendants(C),C],[]);this.expansionModel.select(...v.map(n=>this._trackByValue(n)))}getDescendants(v){const n=[];return this._getDescendants(n,v),n.splice(1)}_getDescendants(v,n){v.push(n);const C=this.getChildren(n);Array.isArray(C)?C.forEach(B=>this._getDescendants(v,B)):(0,e.b)(C)&&C.pipe((0,b.q)(1),(0,d.h)(Boolean)).subscribe(B=>{for(const P of B)this._getDescendants(v,P)})}}const S=new h.OlP("CDK_TREE_NODE_OUTLET_NODE");let U=(()=>{class I{constructor(n,C){this.viewContainer=n,this._node=C}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(h.s_b),h.Y36(S,8))},I.\u0275dir=h.lG2({type:I,selectors:[["","cdkTreeNodeOutlet",""]]}),I})();class Z{constructor(v){this.$implicit=v}}let j=(()=>{class I{constructor(n){this.template=n}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(h.Rgc))},I.\u0275dir=h.lG2({type:I,selectors:[["","cdkTreeNodeDef",""]],inputs:{when:["cdkTreeNodeDefWhen","when"]}}),I})(),oe=(()=>{class I{constructor(n,C){this._differs=n,this._changeDetectorRef=C,this._onDestroy=new f.x,this._levels=new Map,this.viewChange=new M.X({start:0,end:Number.MAX_VALUE})}get dataSource(){return this._dataSource}set dataSource(n){this._dataSource!==n&&this._switchDataSource(n)}ngOnInit(){this._dataDiffer=this._differs.find([]).create(this.trackBy)}ngOnDestroy(){this._nodeOutlet.viewContainer.clear(),this.viewChange.complete(),this._onDestroy.next(),this._onDestroy.complete(),this._dataSource&&"function"==typeof this._dataSource.disconnect&&this.dataSource.disconnect(this),this._dataSubscription&&(this._dataSubscription.unsubscribe(),this._dataSubscription=null)}ngAfterContentChecked(){const n=this._nodeDefs.filter(C=>!C.when);this._defaultNodeDef=n[0],this.dataSource&&this._nodeDefs&&!this._dataSubscription&&this._observeRenderChanges()}_switchDataSource(n){this._dataSource&&"function"==typeof this._dataSource.disconnect&&this.dataSource.disconnect(this),this._dataSubscription&&(this._dataSubscription.unsubscribe(),this._dataSubscription=null),n||this._nodeOutlet.viewContainer.clear(),this._dataSource=n,this._nodeDefs&&this._observeRenderChanges()}_observeRenderChanges(){let n;(0,t.Z9)(this._dataSource)?n=this._dataSource.connect(this):(0,e.b)(this._dataSource)?n=this._dataSource:Array.isArray(this._dataSource)&&(n=(0,a.of)(this._dataSource)),n&&(this._dataSubscription=n.pipe((0,N.R)(this._onDestroy)).subscribe(C=>this.renderNodeChanges(C)))}renderNodeChanges(n,C=this._dataDiffer,B=this._nodeOutlet.viewContainer,P){const F=C.diff(n);!F||(F.forEachOperation((q,he,ve)=>{if(null==q.previousIndex)this.insertNode(n[ve],ve,B,P);else if(null==ve)B.remove(he),this._levels.delete(q.item);else{const Ne=B.get(he);B.move(Ne,ve)}}),this._changeDetectorRef.detectChanges())}_getNodeDef(n,C){return 1===this._nodeDefs.length?this._nodeDefs.first:this._nodeDefs.find(P=>P.when&&P.when(C,n))||this._defaultNodeDef}insertNode(n,C,B,P){const F=this._getNodeDef(n,C),q=new Z(n);q.level=this.treeControl.getLevel?this.treeControl.getLevel(n):void 0!==P&&this._levels.has(P)?this._levels.get(P)+1:0,this._levels.set(n,q.level),(B||this._nodeOutlet.viewContainer).createEmbeddedView(F.template,q,C),X.mostRecentTreeNode&&(X.mostRecentTreeNode.data=n)}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(h.ZZ4),h.Y36(h.sBO))},I.\u0275cmp=h.Xpm({type:I,selectors:[["cdk-tree"]],contentQueries:function(n,C,B){if(1&n&&h.Suo(B,j,5),2&n){let P;h.iGM(P=h.CRH())&&(C._nodeDefs=P)}},viewQuery:function(n,C){if(1&n&&h.Gf(U,7),2&n){let B;h.iGM(B=h.CRH())&&(C._nodeOutlet=B.first)}},hostAttrs:["role","tree",1,"cdk-tree"],inputs:{dataSource:"dataSource",treeControl:"treeControl",trackBy:"trackBy"},exportAs:["cdkTree"],decls:1,vars:0,consts:[["cdkTreeNodeOutlet",""]],template:function(n,C){1&n&&h.GkF(0,0)},directives:[U],encapsulation:2}),I})(),X=(()=>{class I{constructor(n,C){this._elementRef=n,this._tree=C,this._destroyed=new f.x,this._dataChanges=new f.x,I.mostRecentTreeNode=this,this.role="treeitem"}get role(){return"treeitem"}set role(n){this._elementRef.nativeElement.setAttribute("role",n)}get data(){return this._data}set data(n){n!==this._data&&(this._data=n,this._setRoleFromData(),this._dataChanges.next())}get isExpanded(){return this._tree.treeControl.isExpanded(this._data)}get level(){return this._tree.treeControl.getLevel?this._tree.treeControl.getLevel(this._data):this._parentNodeAriaLevel}ngOnInit(){this._parentNodeAriaLevel=function me(I){let v=I.parentElement;for(;v&&!y(v);)v=v.parentElement;return v?v.classList.contains("cdk-nested-tree-node")?(0,A.su)(v.getAttribute("aria-level")):0:-1}(this._elementRef.nativeElement),this._elementRef.nativeElement.setAttribute("aria-level",`${this.level+1}`)}ngOnDestroy(){I.mostRecentTreeNode===this&&(I.mostRecentTreeNode=null),this._dataChanges.complete(),this._destroyed.next(),this._destroyed.complete()}focus(){this._elementRef.nativeElement.focus()}_setRoleFromData(){this.role="treeitem"}}return I.mostRecentTreeNode=null,I.\u0275fac=function(n){return new(n||I)(h.Y36(h.SBq),h.Y36(oe))},I.\u0275dir=h.lG2({type:I,selectors:[["cdk-tree-node"]],hostAttrs:[1,"cdk-tree-node"],hostVars:1,hostBindings:function(n,C){2&n&&h.uIk("aria-expanded",C.isExpanded)},inputs:{role:"role"},exportAs:["cdkTreeNode"]}),I})();function y(I){const v=I.classList;return!(!(null==v?void 0:v.contains("cdk-nested-tree-node"))&&!(null==v?void 0:v.contains("cdk-tree")))}let i=(()=>{class I extends X{constructor(n,C,B){super(n,C),this._differs=B}ngAfterContentInit(){this._dataDiffer=this._differs.find([]).create(this._tree.trackBy);const n=this._tree.treeControl.getChildren(this.data);Array.isArray(n)?this.updateChildrenNodes(n):(0,e.b)(n)&&n.pipe((0,N.R)(this._destroyed)).subscribe(C=>this.updateChildrenNodes(C)),this.nodeOutlet.changes.pipe((0,N.R)(this._destroyed)).subscribe(()=>this.updateChildrenNodes())}ngOnInit(){super.ngOnInit()}ngOnDestroy(){this._clear(),super.ngOnDestroy()}updateChildrenNodes(n){const C=this._getNodeOutlet();n&&(this._children=n),C&&this._children?this._tree.renderNodeChanges(this._children,this._dataDiffer,C.viewContainer,this._data):this._dataDiffer.diff([])}_clear(){const n=this._getNodeOutlet();n&&(n.viewContainer.clear(),this._dataDiffer.diff([]))}_getNodeOutlet(){const n=this.nodeOutlet;return n&&n.find(C=>!C._node||C._node===this)}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(h.SBq),h.Y36(oe),h.Y36(h.ZZ4))},I.\u0275dir=h.lG2({type:I,selectors:[["cdk-nested-tree-node"]],contentQueries:function(n,C,B){if(1&n&&h.Suo(B,U,5),2&n){let P;h.iGM(P=h.CRH())&&(C.nodeOutlet=P)}},hostAttrs:[1,"cdk-nested-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex"},exportAs:["cdkNestedTreeNode"],features:[h._Bn([{provide:X,useExisting:I},{provide:S,useExisting:I}]),h.qOj]}),I})();const r=/([A-Za-z%]+)$/;let u=(()=>{class I{constructor(n,C,B,P){this._treeNode=n,this._tree=C,this._element=B,this._dir=P,this._destroyed=new f.x,this.indentUnits="px",this._indent=40,this._setPadding(),P&&P.change.pipe((0,N.R)(this._destroyed)).subscribe(()=>this._setPadding(!0)),n._dataChanges.subscribe(()=>this._setPadding())}get level(){return this._level}set level(n){this._setLevelInput(n)}get indent(){return this._indent}set indent(n){this._setIndentInput(n)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_paddingIndent(){const n=this._treeNode.data&&this._tree.treeControl.getLevel?this._tree.treeControl.getLevel(this._treeNode.data):null,C=null==this._level?n:this._level;return"number"==typeof C?`${C*this._indent}${this.indentUnits}`:null}_setPadding(n=!1){const C=this._paddingIndent();if(C!==this._currentPadding||n){const B=this._element.nativeElement,P=this._dir&&"rtl"===this._dir.value?"paddingRight":"paddingLeft",F="paddingLeft"===P?"paddingRight":"paddingLeft";B.style[P]=C||"",B.style[F]="",this._currentPadding=C}}_setLevelInput(n){this._level=(0,A.su)(n,null),this._setPadding()}_setIndentInput(n){let C=n,B="px";if("string"==typeof n){const P=n.split(r);C=P[0],B=P[1]||B}this.indentUnits=B,this._indent=(0,A.su)(C),this._setPadding()}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(X),h.Y36(oe),h.Y36(h.SBq),h.Y36(w.Is,8))},I.\u0275dir=h.lG2({type:I,selectors:[["","cdkTreeNodePadding",""]],inputs:{level:["cdkTreeNodePadding","level"],indent:["cdkTreeNodePaddingIndent","indent"]}}),I})(),c=(()=>{class I{constructor(n,C){this._tree=n,this._treeNode=C,this._recursive=!1}get recursive(){return this._recursive}set recursive(n){this._recursive=(0,A.Ig)(n)}_toggle(n){this.recursive?this._tree.treeControl.toggleDescendants(this._treeNode.data):this._tree.treeControl.toggle(this._treeNode.data),n.stopPropagation()}}return I.\u0275fac=function(n){return new(n||I)(h.Y36(oe),h.Y36(X))},I.\u0275dir=h.lG2({type:I,selectors:[["","cdkTreeNodeToggle",""]],hostBindings:function(n,C){1&n&&h.NdJ("click",function(P){return C._toggle(P)})},inputs:{recursive:["cdkTreeNodeToggleRecursive","recursive"]}}),I})(),E=(()=>{class I{}return I.\u0275fac=function(n){return new(n||I)},I.\u0275mod=h.oAB({type:I}),I.\u0275inj=h.cJS({}),I})()},9808:(Ve,K,p)=>{"use strict";p.d(K,{Do:()=>de,ED:()=>Bn,EM:()=>Yr,HT:()=>a,JF:()=>Qn,JJ:()=>zn,K0:()=>d,Mx:()=>$i,NF:()=>ar,Nd:()=>Hr,O5:()=>Ft,OU:()=>Wr,Ov:()=>_a,PC:()=>Si,PM:()=>Oa,RF:()=>ki,S$:()=>Z,Ts:()=>Or,V_:()=>A,Ye:()=>te,b0:()=>$,bD:()=>zr,ez:()=>br,gd:()=>cr,i8:()=>va,lw:()=>N,mk:()=>Gi,mr:()=>ne,n9:()=>hn,q:()=>f,rS:()=>Za,sg:()=>Yt,tP:()=>Wi,uU:()=>ha,w_:()=>b});var t=p(5e3);let e=null;function f(){return e}function a(qe){e||(e=qe)}class b{}const d=new t.OlP("DocumentToken");let N=(()=>{class qe{historyGo(Ke){throw new Error("Not implemented")}}return qe.\u0275fac=function(Ke){return new(Ke||qe)},qe.\u0275prov=t.Yz7({token:qe,factory:function(){return function h(){return(0,t.LFG)(w)}()},providedIn:"platform"}),qe})();const A=new t.OlP("Location Initialized");let w=(()=>{class qe extends N{constructor(Ke){super(),this._doc=Ke,this._init()}_init(){this.location=window.location,this._history=window.history}getBaseHrefFromDOM(){return f().getBaseHref(this._doc)}onPopState(Ke){const kt=f().getGlobalEventTarget(this._doc,"window");return kt.addEventListener("popstate",Ke,!1),()=>kt.removeEventListener("popstate",Ke)}onHashChange(Ke){const kt=f().getGlobalEventTarget(this._doc,"window");return kt.addEventListener("hashchange",Ke,!1),()=>kt.removeEventListener("hashchange",Ke)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(Ke){this.location.pathname=Ke}pushState(Ke,kt,ai){D()?this._history.pushState(Ke,kt,ai):this.location.hash=ai}replaceState(Ke,kt,ai){D()?this._history.replaceState(Ke,kt,ai):this.location.hash=ai}forward(){this._history.forward()}back(){this._history.back()}historyGo(Ke=0){this._history.go(Ke)}getState(){return this._history.state}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.LFG(d))},qe.\u0275prov=t.Yz7({token:qe,factory:function(){return function L(){return new w((0,t.LFG)(d))}()},providedIn:"platform"}),qe})();function D(){return!!window.history.pushState}function k(qe,St){if(0==qe.length)return St;if(0==St.length)return qe;let Ke=0;return qe.endsWith("/")&&Ke++,St.startsWith("/")&&Ke++,2==Ke?qe+St.substring(1):1==Ke?qe+St:qe+"/"+St}function S(qe){const St=qe.match(/#|\?|$/),Ke=St&&St.index||qe.length;return qe.slice(0,Ke-("/"===qe[Ke-1]?1:0))+qe.slice(Ke)}function U(qe){return qe&&"?"!==qe[0]?"?"+qe:qe}let Z=(()=>{class qe{historyGo(Ke){throw new Error("Not implemented")}}return qe.\u0275fac=function(Ke){return new(Ke||qe)},qe.\u0275prov=t.Yz7({token:qe,factory:function(){return function j(qe){const St=(0,t.LFG)(d).location;return new $((0,t.LFG)(N),St&&St.origin||"")}()},providedIn:"root"}),qe})();const ne=new t.OlP("appBaseHref");let $=(()=>{class qe extends Z{constructor(Ke,kt){if(super(),this._platformLocation=Ke,this._removeListenerFns=[],null==kt&&(kt=this._platformLocation.getBaseHrefFromDOM()),null==kt)throw new Error("No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document.");this._baseHref=kt}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(Ke){this._removeListenerFns.push(this._platformLocation.onPopState(Ke),this._platformLocation.onHashChange(Ke))}getBaseHref(){return this._baseHref}prepareExternalUrl(Ke){return k(this._baseHref,Ke)}path(Ke=!1){const kt=this._platformLocation.pathname+U(this._platformLocation.search),ai=this._platformLocation.hash;return ai&&Ke?`${kt}${ai}`:kt}pushState(Ke,kt,ai,Ti){const Oi=this.prepareExternalUrl(ai+U(Ti));this._platformLocation.pushState(Ke,kt,Oi)}replaceState(Ke,kt,ai,Ti){const Oi=this.prepareExternalUrl(ai+U(Ti));this._platformLocation.replaceState(Ke,kt,Oi)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}historyGo(Ke=0){var kt,ai;null===(ai=(kt=this._platformLocation).historyGo)||void 0===ai||ai.call(kt,Ke)}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.LFG(N),t.LFG(ne,8))},qe.\u0275prov=t.Yz7({token:qe,factory:qe.\u0275fac}),qe})(),de=(()=>{class qe extends Z{constructor(Ke,kt){super(),this._platformLocation=Ke,this._baseHref="",this._removeListenerFns=[],null!=kt&&(this._baseHref=kt)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(Ke){this._removeListenerFns.push(this._platformLocation.onPopState(Ke),this._platformLocation.onHashChange(Ke))}getBaseHref(){return this._baseHref}path(Ke=!1){let kt=this._platformLocation.hash;return null==kt&&(kt="#"),kt.length>0?kt.substring(1):kt}prepareExternalUrl(Ke){const kt=k(this._baseHref,Ke);return kt.length>0?"#"+kt:kt}pushState(Ke,kt,ai,Ti){let Oi=this.prepareExternalUrl(ai+U(Ti));0==Oi.length&&(Oi=this._platformLocation.pathname),this._platformLocation.pushState(Ke,kt,Oi)}replaceState(Ke,kt,ai,Ti){let Oi=this.prepareExternalUrl(ai+U(Ti));0==Oi.length&&(Oi=this._platformLocation.pathname),this._platformLocation.replaceState(Ke,kt,Oi)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}historyGo(Ke=0){var kt,ai;null===(ai=(kt=this._platformLocation).historyGo)||void 0===ai||ai.call(kt,Ke)}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.LFG(N),t.LFG(ne,8))},qe.\u0275prov=t.Yz7({token:qe,factory:qe.\u0275fac}),qe})(),te=(()=>{class qe{constructor(Ke,kt){this._subject=new t.vpe,this._urlChangeListeners=[],this._platformStrategy=Ke;const ai=this._platformStrategy.getBaseHref();this._platformLocation=kt,this._baseHref=S(X(ai)),this._platformStrategy.onPopState(Ti=>{this._subject.emit({url:this.path(!0),pop:!0,state:Ti.state,type:Ti.type})})}path(Ke=!1){return this.normalize(this._platformStrategy.path(Ke))}getState(){return this._platformLocation.getState()}isCurrentPathEqualTo(Ke,kt=""){return this.path()==this.normalize(Ke+U(kt))}normalize(Ke){return qe.stripTrailingSlash(function oe(qe,St){return qe&&St.startsWith(qe)?St.substring(qe.length):St}(this._baseHref,X(Ke)))}prepareExternalUrl(Ke){return Ke&&"/"!==Ke[0]&&(Ke="/"+Ke),this._platformStrategy.prepareExternalUrl(Ke)}go(Ke,kt="",ai=null){this._platformStrategy.pushState(ai,"",Ke,kt),this._notifyUrlChangeListeners(this.prepareExternalUrl(Ke+U(kt)),ai)}replaceState(Ke,kt="",ai=null){this._platformStrategy.replaceState(ai,"",Ke,kt),this._notifyUrlChangeListeners(this.prepareExternalUrl(Ke+U(kt)),ai)}forward(){this._platformStrategy.forward()}back(){this._platformStrategy.back()}historyGo(Ke=0){var kt,ai;null===(ai=(kt=this._platformStrategy).historyGo)||void 0===ai||ai.call(kt,Ke)}onUrlChange(Ke){this._urlChangeListeners.push(Ke),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(kt=>{this._notifyUrlChangeListeners(kt.url,kt.state)}))}_notifyUrlChangeListeners(Ke="",kt){this._urlChangeListeners.forEach(ai=>ai(Ke,kt))}subscribe(Ke,kt,ai){return this._subject.subscribe({next:Ke,error:kt,complete:ai})}}return qe.normalizeQueryParams=U,qe.joinWithSlash=k,qe.stripTrailingSlash=S,qe.\u0275fac=function(Ke){return new(Ke||qe)(t.LFG(Z),t.LFG(N))},qe.\u0275prov=t.Yz7({token:qe,factory:function(){return function ie(){return new te((0,t.LFG)(Z),(0,t.LFG)(N))}()},providedIn:"root"}),qe})();function X(qe){return qe.replace(/\/index.html$/,"")}var y=(()=>((y=y||{})[y.Decimal=0]="Decimal",y[y.Percent=1]="Percent",y[y.Currency=2]="Currency",y[y.Scientific=3]="Scientific",y))(),r=(()=>((r=r||{})[r.Format=0]="Format",r[r.Standalone=1]="Standalone",r))(),u=(()=>((u=u||{})[u.Narrow=0]="Narrow",u[u.Abbreviated=1]="Abbreviated",u[u.Wide=2]="Wide",u[u.Short=3]="Short",u))(),c=(()=>((c=c||{})[c.Short=0]="Short",c[c.Medium=1]="Medium",c[c.Long=2]="Long",c[c.Full=3]="Full",c))(),_=(()=>((_=_||{})[_.Decimal=0]="Decimal",_[_.Group=1]="Group",_[_.List=2]="List",_[_.PercentSign=3]="PercentSign",_[_.PlusSign=4]="PlusSign",_[_.MinusSign=5]="MinusSign",_[_.Exponential=6]="Exponential",_[_.SuperscriptingExponent=7]="SuperscriptingExponent",_[_.PerMille=8]="PerMille",_[_.Infinity=9]="Infinity",_[_.NaN=10]="NaN",_[_.TimeSeparator=11]="TimeSeparator",_[_.CurrencyDecimal=12]="CurrencyDecimal",_[_.CurrencyGroup=13]="CurrencyGroup",_))();function q(qe,St){return Te((0,t.cg1)(qe)[t.wAp.DateFormat],St)}function he(qe,St){return Te((0,t.cg1)(qe)[t.wAp.TimeFormat],St)}function ve(qe,St){return Te((0,t.cg1)(qe)[t.wAp.DateTimeFormat],St)}function Ne(qe,St){const Ke=(0,t.cg1)(qe),kt=Ke[t.wAp.NumberSymbols][St];if(void 0===kt){if(St===_.CurrencyDecimal)return Ke[t.wAp.NumberSymbols][_.Decimal];if(St===_.CurrencyGroup)return Ke[t.wAp.NumberSymbols][_.Group]}return kt}function dt(qe){if(!qe[t.wAp.ExtraData])throw new Error(`Missing extra locale data for the locale "${qe[t.wAp.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function Te(qe,St){for(let Ke=St;Ke>-1;Ke--)if(void 0!==qe[Ke])return qe[Ke];throw new Error("Locale data API: locale data undefined")}function xe(qe){const[St,Ke]=qe.split(":");return{hours:+St,minutes:+Ke}}const _e=/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Le={},ut=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var ht=(()=>((ht=ht||{})[ht.Short=0]="Short",ht[ht.ShortGMT=1]="ShortGMT",ht[ht.Long=2]="Long",ht[ht.Extended=3]="Extended",ht))(),It=(()=>((It=It||{})[It.FullYear=0]="FullYear",It[It.Month=1]="Month",It[It.Date=2]="Date",It[It.Hours=3]="Hours",It[It.Minutes=4]="Minutes",It[It.Seconds=5]="Seconds",It[It.FractionalSeconds=6]="FractionalSeconds",It[It.Day=7]="Day",It))(),ui=(()=>((ui=ui||{})[ui.DayPeriods=0]="DayPeriods",ui[ui.Days=1]="Days",ui[ui.Months=2]="Months",ui[ui.Eras=3]="Eras",ui))();function Wt(qe,St,Ke,kt){let ai=function Ge(qe){if(st(qe))return qe;if("number"==typeof qe&&!isNaN(qe))return new Date(qe);if("string"==typeof qe){if(qe=qe.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(qe)){const[ai,Ti=1,Oi=1]=qe.split("-").map(rn=>+rn);return Gt(ai,Ti-1,Oi)}const Ke=parseFloat(qe);if(!isNaN(qe-Ke))return new Date(Ke);let kt;if(kt=qe.match(_e))return function at(qe){const St=new Date(0);let Ke=0,kt=0;const ai=qe[8]?St.setUTCFullYear:St.setFullYear,Ti=qe[8]?St.setUTCHours:St.setHours;qe[9]&&(Ke=Number(qe[9]+qe[10]),kt=Number(qe[9]+qe[11])),ai.call(St,Number(qe[1]),Number(qe[2])-1,Number(qe[3]));const Oi=Number(qe[4]||0)-Ke,rn=Number(qe[5]||0)-kt,qn=Number(qe[6]||0),Ot=Math.floor(1e3*parseFloat("0."+(qe[7]||0)));return Ti.call(St,Oi,rn,qn,Ot),St}(kt)}const St=new Date(qe);if(!st(St))throw new Error(`Unable to convert "${qe}" into a date`);return St}(qe);St=hi(Ke,St)||St;let rn,Oi=[];for(;St;){if(rn=ut.exec(St),!rn){Oi.push(St);break}{Oi=Oi.concat(rn.slice(1));const oi=Oi.pop();if(!oi)break;St=oi}}let qn=ai.getTimezoneOffset();kt&&(qn=tt(kt,qn),ai=function Se(qe,St,Ke){const kt=Ke?-1:1,ai=qe.getTimezoneOffset();return function Je(qe,St){return(qe=new Date(qe.getTime())).setMinutes(qe.getMinutes()+St),qe}(qe,kt*(tt(St,ai)-ai))}(ai,kt,!0));let Ot="";return Oi.forEach(oi=>{const gt=function Re(qe){if(it[qe])return it[qe];let St;switch(qe){case"G":case"GG":case"GGG":St=ei(ui.Eras,u.Abbreviated);break;case"GGGG":St=ei(ui.Eras,u.Wide);break;case"GGGGG":St=ei(ui.Eras,u.Narrow);break;case"y":St=et(It.FullYear,1,0,!1,!0);break;case"yy":St=et(It.FullYear,2,0,!0,!0);break;case"yyy":St=et(It.FullYear,3,0,!1,!0);break;case"yyyy":St=et(It.FullYear,4,0,!1,!0);break;case"Y":St=Ht(1);break;case"YY":St=Ht(2,!0);break;case"YYY":St=Ht(3);break;case"YYYY":St=Ht(4);break;case"M":case"L":St=et(It.Month,1,1);break;case"MM":case"LL":St=et(It.Month,2,1);break;case"MMM":St=ei(ui.Months,u.Abbreviated);break;case"MMMM":St=ei(ui.Months,u.Wide);break;case"MMMMM":St=ei(ui.Months,u.Narrow);break;case"LLL":St=ei(ui.Months,u.Abbreviated,r.Standalone);break;case"LLLL":St=ei(ui.Months,u.Wide,r.Standalone);break;case"LLLLL":St=ei(ui.Months,u.Narrow,r.Standalone);break;case"w":St=mt(1);break;case"ww":St=mt(2);break;case"W":St=mt(1,!0);break;case"d":St=et(It.Date,1);break;case"dd":St=et(It.Date,2);break;case"c":case"cc":St=et(It.Day,1);break;case"ccc":St=ei(ui.Days,u.Abbreviated,r.Standalone);break;case"cccc":St=ei(ui.Days,u.Wide,r.Standalone);break;case"ccccc":St=ei(ui.Days,u.Narrow,r.Standalone);break;case"cccccc":St=ei(ui.Days,u.Short,r.Standalone);break;case"E":case"EE":case"EEE":St=ei(ui.Days,u.Abbreviated);break;case"EEEE":St=ei(ui.Days,u.Wide);break;case"EEEEE":St=ei(ui.Days,u.Narrow);break;case"EEEEEE":St=ei(ui.Days,u.Short);break;case"a":case"aa":case"aaa":St=ei(ui.DayPeriods,u.Abbreviated);break;case"aaaa":St=ei(ui.DayPeriods,u.Wide);break;case"aaaaa":St=ei(ui.DayPeriods,u.Narrow);break;case"b":case"bb":case"bbb":St=ei(ui.DayPeriods,u.Abbreviated,r.Standalone,!0);break;case"bbbb":St=ei(ui.DayPeriods,u.Wide,r.Standalone,!0);break;case"bbbbb":St=ei(ui.DayPeriods,u.Narrow,r.Standalone,!0);break;case"B":case"BB":case"BBB":St=ei(ui.DayPeriods,u.Abbreviated,r.Format,!0);break;case"BBBB":St=ei(ui.DayPeriods,u.Wide,r.Format,!0);break;case"BBBBB":St=ei(ui.DayPeriods,u.Narrow,r.Format,!0);break;case"h":St=et(It.Hours,1,-12);break;case"hh":St=et(It.Hours,2,-12);break;case"H":St=et(It.Hours,1);break;case"HH":St=et(It.Hours,2);break;case"m":St=et(It.Minutes,1);break;case"mm":St=et(It.Minutes,2);break;case"s":St=et(It.Seconds,1);break;case"ss":St=et(It.Seconds,2);break;case"S":St=et(It.FractionalSeconds,1);break;case"SS":St=et(It.FractionalSeconds,2);break;case"SSS":St=et(It.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":St=Pe(ht.Short);break;case"ZZZZZ":St=Pe(ht.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":St=Pe(ht.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":St=Pe(ht.Long);break;default:return null}return it[qe]=St,St}(oi);Ot+=gt?gt(ai,Ke,qn):"''"===oi?"'":oi.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),Ot}function Gt(qe,St,Ke){const kt=new Date(0);return kt.setFullYear(qe,St,Ke),kt.setHours(0,0,0),kt}function hi(qe,St){const Ke=function I(qe){return(0,t.cg1)(qe)[t.wAp.LocaleId]}(qe);if(Le[Ke]=Le[Ke]||{},Le[Ke][St])return Le[Ke][St];let kt="";switch(St){case"shortDate":kt=q(qe,c.Short);break;case"mediumDate":kt=q(qe,c.Medium);break;case"longDate":kt=q(qe,c.Long);break;case"fullDate":kt=q(qe,c.Full);break;case"shortTime":kt=he(qe,c.Short);break;case"mediumTime":kt=he(qe,c.Medium);break;case"longTime":kt=he(qe,c.Long);break;case"fullTime":kt=he(qe,c.Full);break;case"short":const ai=hi(qe,"shortTime"),Ti=hi(qe,"shortDate");kt=xt(ve(qe,c.Short),[ai,Ti]);break;case"medium":const Oi=hi(qe,"mediumTime"),rn=hi(qe,"mediumDate");kt=xt(ve(qe,c.Medium),[Oi,rn]);break;case"long":const qn=hi(qe,"longTime"),Ot=hi(qe,"longDate");kt=xt(ve(qe,c.Long),[qn,Ot]);break;case"full":const oi=hi(qe,"fullTime"),gt=hi(qe,"fullDate");kt=xt(ve(qe,c.Full),[oi,gt])}return kt&&(Le[Ke][St]=kt),kt}function xt(qe,St){return St&&(qe=qe.replace(/\{([^}]+)}/g,function(Ke,kt){return null!=St&&kt in St?St[kt]:Ke})),qe}function Nt(qe,St,Ke="-",kt,ai){let Ti="";(qe<0||ai&&qe<=0)&&(ai?qe=1-qe:(qe=-qe,Ti=Ke));let Oi=String(qe);for(;Oi.length0||rn>-Ke)&&(rn+=Ke),qe===It.Hours)0===rn&&-12===Ke&&(rn=12);else if(qe===It.FractionalSeconds)return function Ct(qe,St){return Nt(qe,3).substr(0,St)}(rn,St);const qn=Ne(Oi,_.MinusSign);return Nt(rn,St,qn,kt,ai)}}function ei(qe,St,Ke=r.Format,kt=!1){return function(ai,Ti){return function jt(qe,St,Ke,kt,ai,Ti){switch(Ke){case ui.Months:return function C(qe,St,Ke){const kt=(0,t.cg1)(qe),Ti=Te([kt[t.wAp.MonthsFormat],kt[t.wAp.MonthsStandalone]],St);return Te(Ti,Ke)}(St,ai,kt)[qe.getMonth()];case ui.Days:return function n(qe,St,Ke){const kt=(0,t.cg1)(qe),Ti=Te([kt[t.wAp.DaysFormat],kt[t.wAp.DaysStandalone]],St);return Te(Ti,Ke)}(St,ai,kt)[qe.getDay()];case ui.DayPeriods:const Oi=qe.getHours(),rn=qe.getMinutes();if(Ti){const Ot=function Ie(qe){const St=(0,t.cg1)(qe);return dt(St),(St[t.wAp.ExtraData][2]||[]).map(kt=>"string"==typeof kt?xe(kt):[xe(kt[0]),xe(kt[1])])}(St),oi=function De(qe,St,Ke){const kt=(0,t.cg1)(qe);dt(kt);const Ti=Te([kt[t.wAp.ExtraData][0],kt[t.wAp.ExtraData][1]],St)||[];return Te(Ti,Ke)||[]}(St,ai,kt),gt=Ot.findIndex(Qt=>{if(Array.isArray(Qt)){const[Di,Yi]=Qt,$e=Oi>=Di.hours&&rn>=Di.minutes,We=Oi0?Math.floor(ai/60):Math.ceil(ai/60);switch(qe){case ht.Short:return(ai>=0?"+":"")+Nt(Oi,2,Ti)+Nt(Math.abs(ai%60),2,Ti);case ht.ShortGMT:return"GMT"+(ai>=0?"+":"")+Nt(Oi,1,Ti);case ht.Long:return"GMT"+(ai>=0?"+":"")+Nt(Oi,2,Ti)+":"+Nt(Math.abs(ai%60),2,Ti);case ht.Extended:return 0===kt?"Z":(ai>=0?"+":"")+Nt(Oi,2,Ti)+":"+Nt(Math.abs(ai%60),2,Ti);default:throw new Error(`Unknown zone width "${qe}"`)}}}function pt(qe){return Gt(qe.getFullYear(),qe.getMonth(),qe.getDate()+(4-qe.getDay()))}function mt(qe,St=!1){return function(Ke,kt){let ai;if(St){const Ti=new Date(Ke.getFullYear(),Ke.getMonth(),1).getDay()-1,Oi=Ke.getDate();ai=1+Math.floor((Oi+Ti)/7)}else{const Ti=pt(Ke),Oi=function be(qe){const St=Gt(qe,0,1).getDay();return Gt(qe,0,1+(St<=4?4:11)-St)}(Ti.getFullYear()),rn=Ti.getTime()-Oi.getTime();ai=1+Math.round(rn/6048e5)}return Nt(ai,qe,Ne(kt,_.MinusSign))}}function Ht(qe,St=!1){return function(Ke,kt){return Nt(pt(Ke).getFullYear(),qe,Ne(kt,_.MinusSign),St)}}const it={};function tt(qe,St){qe=qe.replace(/:/g,"");const Ke=Date.parse("Jan 01, 1970 00:00:00 "+qe)/6e4;return isNaN(Ke)?St:Ke}function st(qe){return qe instanceof Date&&!isNaN(qe.valueOf())}const bt=/^(\d+)?\.((\d+)(-(\d+))?)?$/;function Qe(qe){const St=parseInt(qe);if(isNaN(St))throw new Error("Invalid integer literal when parsing "+qe);return St}function $i(qe,St){St=encodeURIComponent(St);for(const Ke of qe.split(";")){const kt=Ke.indexOf("="),[ai,Ti]=-1==kt?[Ke,""]:[Ke.slice(0,kt),Ke.slice(kt+1)];if(ai.trim()===St)return decodeURIComponent(Ti)}return null}let Gi=(()=>{class qe{constructor(Ke,kt,ai,Ti){this._iterableDiffers=Ke,this._keyValueDiffers=kt,this._ngEl=ai,this._renderer=Ti,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(Ke){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof Ke?Ke.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(Ke){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof Ke?Ke.split(/\s+/):Ke,this._rawClass&&((0,t.sIi)(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const Ke=this._iterableDiffer.diff(this._rawClass);Ke&&this._applyIterableChanges(Ke)}else if(this._keyValueDiffer){const Ke=this._keyValueDiffer.diff(this._rawClass);Ke&&this._applyKeyValueChanges(Ke)}}_applyKeyValueChanges(Ke){Ke.forEachAddedItem(kt=>this._toggleClass(kt.key,kt.currentValue)),Ke.forEachChangedItem(kt=>this._toggleClass(kt.key,kt.currentValue)),Ke.forEachRemovedItem(kt=>{kt.previousValue&&this._toggleClass(kt.key,!1)})}_applyIterableChanges(Ke){Ke.forEachAddedItem(kt=>{if("string"!=typeof kt.item)throw new Error(`NgClass can only toggle CSS classes expressed as strings, got ${(0,t.AaK)(kt.item)}`);this._toggleClass(kt.item,!0)}),Ke.forEachRemovedItem(kt=>this._toggleClass(kt.item,!1))}_applyClasses(Ke){Ke&&(Array.isArray(Ke)||Ke instanceof Set?Ke.forEach(kt=>this._toggleClass(kt,!0)):Object.keys(Ke).forEach(kt=>this._toggleClass(kt,!!Ke[kt])))}_removeClasses(Ke){Ke&&(Array.isArray(Ke)||Ke instanceof Set?Ke.forEach(kt=>this._toggleClass(kt,!1)):Object.keys(Ke).forEach(kt=>this._toggleClass(kt,!1)))}_toggleClass(Ke,kt){(Ke=Ke.trim())&&Ke.split(/\s+/g).forEach(ai=>{kt?this._renderer.addClass(this._ngEl.nativeElement,ai):this._renderer.removeClass(this._ngEl.nativeElement,ai)})}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.ZZ4),t.Y36(t.aQg),t.Y36(t.SBq),t.Y36(t.Qsj))},qe.\u0275dir=t.lG2({type:qe,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"}}),qe})();class mn{constructor(St,Ke,kt,ai){this.$implicit=St,this.ngForOf=Ke,this.index=kt,this.count=ai}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}let Yt=(()=>{class qe{constructor(Ke,kt,ai){this._viewContainer=Ke,this._template=kt,this._differs=ai,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(Ke){this._ngForOf=Ke,this._ngForOfDirty=!0}set ngForTrackBy(Ke){this._trackByFn=Ke}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(Ke){Ke&&(this._template=Ke)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const Ke=this._ngForOf;!this._differ&&Ke&&(this._differ=this._differs.find(Ke).create(this.ngForTrackBy))}if(this._differ){const Ke=this._differ.diff(this._ngForOf);Ke&&this._applyChanges(Ke)}}_applyChanges(Ke){const kt=this._viewContainer;Ke.forEachOperation((ai,Ti,Oi)=>{if(null==ai.previousIndex)kt.createEmbeddedView(this._template,new mn(ai.item,this._ngForOf,-1,-1),null===Oi?void 0:Oi);else if(null==Oi)kt.remove(null===Ti?void 0:Ti);else if(null!==Ti){const rn=kt.get(Ti);kt.move(rn,Oi),wi(rn,ai)}});for(let ai=0,Ti=kt.length;ai{wi(kt.get(ai.currentIndex),ai)})}static ngTemplateContextGuard(Ke,kt){return!0}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.s_b),t.Y36(t.Rgc),t.Y36(t.ZZ4))},qe.\u0275dir=t.lG2({type:qe,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}}),qe})();function wi(qe,St){qe.context.$implicit=St.item}let Ft=(()=>{class qe{constructor(Ke,kt){this._viewContainer=Ke,this._context=new Kt,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=kt}set ngIf(Ke){this._context.$implicit=this._context.ngIf=Ke,this._updateView()}set ngIfThen(Ke){mi("ngIfThen",Ke),this._thenTemplateRef=Ke,this._thenViewRef=null,this._updateView()}set ngIfElse(Ke){mi("ngIfElse",Ke),this._elseTemplateRef=Ke,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(Ke,kt){return!0}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.s_b),t.Y36(t.Rgc))},qe.\u0275dir=t.lG2({type:qe,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}}),qe})();class Kt{constructor(){this.$implicit=null,this.ngIf=null}}function mi(qe,St){if(St&&!St.createEmbeddedView)throw new Error(`${qe} must be a TemplateRef, but received '${(0,t.AaK)(St)}'.`)}class Ri{constructor(St,Ke){this._viewContainerRef=St,this._templateRef=Ke,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(St){St&&!this._created?this.create():!St&&this._created&&this.destroy()}}let ki=(()=>{class qe{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(Ke){this._ngSwitch=Ke,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(Ke){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(Ke)}_matchCase(Ke){const kt=Ke==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||kt,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),kt}_updateDefaultCases(Ke){if(this._defaultViews&&Ke!==this._defaultUsed){this._defaultUsed=Ke;for(let kt=0;kt{class qe{constructor(Ke,kt,ai){this.ngSwitch=ai,ai._addCase(),this._view=new Ri(Ke,kt)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.s_b),t.Y36(t.Rgc),t.Y36(ki,9))},qe.\u0275dir=t.lG2({type:qe,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"}}),qe})(),Bn=(()=>{class qe{constructor(Ke,kt,ai){ai._addDefault(new Ri(Ke,kt))}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.s_b),t.Y36(t.Rgc),t.Y36(ki,9))},qe.\u0275dir=t.lG2({type:qe,selectors:[["","ngSwitchDefault",""]]}),qe})(),Si=(()=>{class qe{constructor(Ke,kt,ai){this._ngEl=Ke,this._differs=kt,this._renderer=ai,this._ngStyle=null,this._differ=null}set ngStyle(Ke){this._ngStyle=Ke,!this._differ&&Ke&&(this._differ=this._differs.find(Ke).create())}ngDoCheck(){if(this._differ){const Ke=this._differ.diff(this._ngStyle);Ke&&this._applyChanges(Ke)}}_setStyle(Ke,kt){const[ai,Ti]=Ke.split(".");null!=(kt=null!=kt&&Ti?`${kt}${Ti}`:kt)?this._renderer.setStyle(this._ngEl.nativeElement,ai,kt):this._renderer.removeStyle(this._ngEl.nativeElement,ai)}_applyChanges(Ke){Ke.forEachRemovedItem(kt=>this._setStyle(kt.key,null)),Ke.forEachAddedItem(kt=>this._setStyle(kt.key,kt.currentValue)),Ke.forEachChangedItem(kt=>this._setStyle(kt.key,kt.currentValue))}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.SBq),t.Y36(t.aQg),t.Y36(t.Qsj))},qe.\u0275dir=t.lG2({type:qe,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}}),qe})(),Wi=(()=>{class qe{constructor(Ke){this._viewContainerRef=Ke,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null}ngOnChanges(Ke){if(Ke.ngTemplateOutlet){const kt=this._viewContainerRef;this._viewRef&&kt.remove(kt.indexOf(this._viewRef)),this._viewRef=this.ngTemplateOutlet?kt.createEmbeddedView(this.ngTemplateOutlet,this.ngTemplateOutletContext):null}else this._viewRef&&Ke.ngTemplateOutletContext&&this.ngTemplateOutletContext&&(this._viewRef.context=this.ngTemplateOutletContext)}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.s_b))},qe.\u0275dir=t.lG2({type:qe,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet"},features:[t.TTD]}),qe})();function jn(qe,St){return new t.vHH(2100,"")}class ur{createSubscription(St,Ke){return St.subscribe({next:Ke,error:kt=>{throw kt}})}dispose(St){St.unsubscribe()}onDestroy(St){St.unsubscribe()}}class Gr{createSubscription(St,Ke){return St.then(Ke,kt=>{throw kt})}dispose(St){}onDestroy(St){}}const Zr=new Gr,ua=new ur;let _a=(()=>{class qe{constructor(Ke){this._ref=Ke,this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null}ngOnDestroy(){this._subscription&&this._dispose()}transform(Ke){return this._obj?Ke!==this._obj?(this._dispose(),this.transform(Ke)):this._latestValue:(Ke&&this._subscribe(Ke),this._latestValue)}_subscribe(Ke){this._obj=Ke,this._strategy=this._selectStrategy(Ke),this._subscription=this._strategy.createSubscription(Ke,kt=>this._updateLatestValue(Ke,kt))}_selectStrategy(Ke){if((0,t.QGY)(Ke))return Zr;if((0,t.F4k)(Ke))return ua;throw jn()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(Ke,kt){Ke===this._obj&&(this._latestValue=kt,this._ref.markForCheck())}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.sBO,16))},qe.\u0275pipe=t.Yjl({name:"async",type:qe,pure:!1}),qe})(),va=(()=>{class qe{transform(Ke){if(null==Ke)return null;if("string"!=typeof Ke)throw jn();return Ke.toLowerCase()}}return qe.\u0275fac=function(Ke){return new(Ke||qe)},qe.\u0275pipe=t.Yjl({name:"lowercase",type:qe,pure:!0}),qe})();const Ga=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;let Za=(()=>{class qe{transform(Ke){if(null==Ke)return null;if("string"!=typeof Ke)throw jn();return Ke.replace(Ga,kt=>kt[0].toUpperCase()+kt.substr(1).toLowerCase())}}return qe.\u0275fac=function(Ke){return new(Ke||qe)},qe.\u0275pipe=t.Yjl({name:"titlecase",type:qe,pure:!0}),qe})(),cr=(()=>{class qe{transform(Ke){if(null==Ke)return null;if("string"!=typeof Ke)throw jn();return Ke.toUpperCase()}}return qe.\u0275fac=function(Ke){return new(Ke||qe)},qe.\u0275pipe=t.Yjl({name:"uppercase",type:qe,pure:!0}),qe})();const ea=new t.OlP("DATE_PIPE_DEFAULT_TIMEZONE");let ha=(()=>{class qe{constructor(Ke,kt){this.locale=Ke,this.defaultTimezone=kt}transform(Ke,kt="mediumDate",ai,Ti){var Oi;if(null==Ke||""===Ke||Ke!=Ke)return null;try{return Wt(Ke,kt,Ti||this.locale,null!==(Oi=null!=ai?ai:this.defaultTimezone)&&void 0!==Oi?Oi:void 0)}catch(rn){throw jn()}}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.soG,16),t.Y36(ea,24))},qe.\u0275pipe=t.Yjl({name:"date",type:qe,pure:!0}),qe})(),Or=(()=>{class qe{transform(Ke){return JSON.stringify(Ke,null,2)}}return qe.\u0275fac=function(Ke){return new(Ke||qe)},qe.\u0275pipe=t.Yjl({name:"json",type:qe,pure:!1}),qe})(),Hr=(()=>{class qe{constructor(Ke){this.differs=Ke,this.keyValues=[],this.compareFn=Kn}transform(Ke,kt=Kn){if(!Ke||!(Ke instanceof Map)&&"object"!=typeof Ke)return null;this.differ||(this.differ=this.differs.find(Ke).create());const ai=this.differ.diff(Ke),Ti=kt!==this.compareFn;return ai&&(this.keyValues=[],ai.forEachItem(Oi=>{this.keyValues.push(function $n(qe,St){return{key:qe,value:St}}(Oi.key,Oi.currentValue))})),(ai||Ti)&&(this.keyValues.sort(kt),this.compareFn=kt),this.keyValues}}return qe.\u0275fac=function(Ke){return new(Ke||qe)(t.Y36(t.aQg,16))},qe.\u0275pipe=t.Yjl({name:"keyvalue",type:qe,pure:!1}),qe})();function Kn(qe,St){const Ke=qe.key,kt=St.key;if(Ke===kt)return 0;if(void 0===Ke)return 1;if(void 0===kt)return-1;if(null===Ke)return 1;if(null===kt)return-1;if("string"==typeof Ke&&"string"==typeof kt)return Ke{class qe{constructor(Ke){this._locale=Ke}transform(Ke,kt,ai){if(!function ta(qe){return!(null==qe||""===qe||qe!=qe)}(Ke))return null;ai=ai||this._locale;try{return function Tt(qe,St,Ke){return function zi(qe,St,Ke,kt,ai,Ti,Oi=!1){let rn="",qn=!1;if(isFinite(qe)){let Ot=function _t(qe){let kt,ai,Ti,Oi,rn,St=Math.abs(qe)+"",Ke=0;for((ai=St.indexOf("."))>-1&&(St=St.replace(".","")),(Ti=St.search(/e/i))>0?(ai<0&&(ai=Ti),ai+=+St.slice(Ti+1),St=St.substring(0,Ti)):ai<0&&(ai=St.length),Ti=0;"0"===St.charAt(Ti);Ti++);if(Ti===(rn=St.length))kt=[0],ai=1;else{for(rn--;"0"===St.charAt(rn);)rn--;for(ai-=Ti,kt=[],Oi=0;Ti<=rn;Ti++,Oi++)kt[Oi]=Number(St.charAt(Ti))}return ai>22&&(kt=kt.splice(0,21),Ke=ai-1,ai=1),{digits:kt,exponent:Ke,integerLen:ai}}(qe);Oi&&(Ot=function je(qe){if(0===qe.digits[0])return qe;const St=qe.digits.length-qe.integerLen;return qe.exponent?qe.exponent+=2:(0===St?qe.digits.push(0,0):1===St&&qe.digits.push(0),qe.integerLen+=2),qe}(Ot));let oi=St.minInt,gt=St.minFrac,Qt=St.maxFrac;if(Ti){const Lt=Ti.match(bt);if(null===Lt)throw new Error(`${Ti} is not a valid digit info`);const yi=Lt[1],Ki=Lt[3],Ln=Lt[5];null!=yi&&(oi=Qe(yi)),null!=Ki&&(gt=Qe(Ki)),null!=Ln?Qt=Qe(Ln):null!=Ki&>>Qt&&(Qt=gt)}!function re(qe,St,Ke){if(St>Ke)throw new Error(`The minimum number of digits after fraction (${St}) is higher than the maximum (${Ke}).`);let kt=qe.digits,ai=kt.length-qe.integerLen;const Ti=Math.min(Math.max(St,ai),Ke);let Oi=Ti+qe.integerLen,rn=kt[Oi];if(Oi>0){kt.splice(Math.max(qe.integerLen,Oi));for(let gt=Oi;gt=5)if(Oi-1<0){for(let gt=0;gt>Oi;gt--)kt.unshift(0),qe.integerLen++;kt.unshift(1),qe.integerLen++}else kt[Oi-1]++;for(;ai=Ot?Yi.pop():qn=!1),Qt>=10?1:0},0);oi&&(kt.unshift(oi),qe.integerLen++)}(Ot,gt,Qt);let Di=Ot.digits,Yi=Ot.integerLen;const $e=Ot.exponent;let We=[];for(qn=Di.every(Lt=>!Lt);Yi0?We=Di.splice(Yi,Di.length):(We=Di,Di=[0]);const Fe=[];for(Di.length>=St.lgSize&&Fe.unshift(Di.splice(-St.lgSize,Di.length).join(""));Di.length>St.gSize;)Fe.unshift(Di.splice(-St.gSize,Di.length).join(""));Di.length&&Fe.unshift(Di.join("")),rn=Fe.join(Ne(Ke,kt)),We.length&&(rn+=Ne(Ke,ai)+We.join("")),$e&&(rn+=Ne(Ke,_.Exponential)+"+"+$e)}else rn=Ne(Ke,_.Infinity);return rn=qe<0&&!qn?St.negPre+rn+St.negSuf:St.posPre+rn+St.posSuf,rn}(qe,function pe(qe,St="-"){const Ke={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},kt=qe.split(";"),ai=kt[0],Ti=kt[1],Oi=-1!==ai.indexOf(".")?ai.split("."):[ai.substring(0,ai.lastIndexOf("0")+1),ai.substring(ai.lastIndexOf("0")+1)],rn=Oi[0],qn=Oi[1]||"";Ke.posPre=rn.substr(0,rn.indexOf("#"));for(let oi=0;oi{class qe{transform(Ke,kt,ai){if(null==Ke)return null;if(!this.supports(Ke))throw jn();return Ke.slice(kt,ai)}supports(Ke){return"string"==typeof Ke||Array.isArray(Ke)}}return qe.\u0275fac=function(Ke){return new(Ke||qe)},qe.\u0275pipe=t.Yjl({name:"slice",type:qe,pure:!1}),qe})(),br=(()=>{class qe{}return qe.\u0275fac=function(Ke){return new(Ke||qe)},qe.\u0275mod=t.oAB({type:qe}),qe.\u0275inj=t.cJS({}),qe})();const zr="browser";function ar(qe){return qe===zr}function Oa(qe){return"server"===qe}let Yr=(()=>{class qe{}return qe.\u0275prov=(0,t.Yz7)({token:qe,providedIn:"root",factory:()=>new kr((0,t.LFG)(d),window)}),qe})();class kr{constructor(St,Ke){this.document=St,this.window=Ke,this.offset=()=>[0,0]}setOffset(St){this.offset=Array.isArray(St)?()=>St:St}getScrollPosition(){return this.supportsScrolling()?[this.window.pageXOffset,this.window.pageYOffset]:[0,0]}scrollToPosition(St){this.supportsScrolling()&&this.window.scrollTo(St[0],St[1])}scrollToAnchor(St){if(!this.supportsScrolling())return;const Ke=function ba(qe,St){const Ke=qe.getElementById(St)||qe.getElementsByName(St)[0];if(Ke)return Ke;if("function"==typeof qe.createTreeWalker&&qe.body&&(qe.body.createShadowRoot||qe.body.attachShadow)){const kt=qe.createTreeWalker(qe.body,NodeFilter.SHOW_ELEMENT);let ai=kt.currentNode;for(;ai;){const Ti=ai.shadowRoot;if(Ti){const Oi=Ti.getElementById(St)||Ti.querySelector(`[name="${St}"]`);if(Oi)return Oi}ai=kt.nextNode()}}return null}(this.document,St);Ke&&(this.scrollToElement(Ke),Ke.focus())}setHistoryScrollRestoration(St){if(this.supportScrollRestoration()){const Ke=this.window.history;Ke&&Ke.scrollRestoration&&(Ke.scrollRestoration=St)}}scrollToElement(St){const Ke=St.getBoundingClientRect(),kt=Ke.left+this.window.pageXOffset,ai=Ke.top+this.window.pageYOffset,Ti=this.offset();this.window.scrollTo(kt-Ti[0],ai-Ti[1])}supportScrollRestoration(){try{if(!this.supportsScrolling())return!1;const St=jr(this.window.history)||jr(Object.getPrototypeOf(this.window.history));return!(!St||!St.writable&&!St.set)}catch(St){return!1}}supportsScrolling(){try{return!!this.window&&!!this.window.scrollTo&&"pageXOffset"in this.window}catch(St){return!1}}}function jr(qe){return Object.getOwnPropertyDescriptor(qe,"scrollRestoration")}class Qn{}},8138:(Ve,K,p)=>{"use strict";p.d(K,{JF:()=>xe,LE:()=>Z,TP:()=>I,eN:()=>_});var t=p(9808),e=p(5e3),f=p(9646),M=p(8306),a=p(4351),b=p(9300),d=p(4004);class N{}class h{}class A{constructor(_e){this.normalizedNames=new Map,this.lazyUpdate=null,_e?this.lazyInit="string"==typeof _e?()=>{this.headers=new Map,_e.split("\n").forEach(Le=>{const ut=Le.indexOf(":");if(ut>0){const ht=Le.slice(0,ut),It=ht.toLowerCase(),ui=Le.slice(ut+1).trim();this.maybeSetNormalizedName(ht,It),this.headers.has(It)?this.headers.get(It).push(ui):this.headers.set(It,[ui])}})}:()=>{this.headers=new Map,Object.keys(_e).forEach(Le=>{let ut=_e[Le];const ht=Le.toLowerCase();"string"==typeof ut&&(ut=[ut]),ut.length>0&&(this.headers.set(ht,ut),this.maybeSetNormalizedName(Le,ht))})}:this.headers=new Map}has(_e){return this.init(),this.headers.has(_e.toLowerCase())}get(_e){this.init();const Le=this.headers.get(_e.toLowerCase());return Le&&Le.length>0?Le[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(_e){return this.init(),this.headers.get(_e.toLowerCase())||null}append(_e,Le){return this.clone({name:_e,value:Le,op:"a"})}set(_e,Le){return this.clone({name:_e,value:Le,op:"s"})}delete(_e,Le){return this.clone({name:_e,value:Le,op:"d"})}maybeSetNormalizedName(_e,Le){this.normalizedNames.has(Le)||this.normalizedNames.set(Le,_e)}init(){this.lazyInit&&(this.lazyInit instanceof A?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(_e=>this.applyUpdate(_e)),this.lazyUpdate=null))}copyFrom(_e){_e.init(),Array.from(_e.headers.keys()).forEach(Le=>{this.headers.set(Le,_e.headers.get(Le)),this.normalizedNames.set(Le,_e.normalizedNames.get(Le))})}clone(_e){const Le=new A;return Le.lazyInit=this.lazyInit&&this.lazyInit instanceof A?this.lazyInit:this,Le.lazyUpdate=(this.lazyUpdate||[]).concat([_e]),Le}applyUpdate(_e){const Le=_e.name.toLowerCase();switch(_e.op){case"a":case"s":let ut=_e.value;if("string"==typeof ut&&(ut=[ut]),0===ut.length)return;this.maybeSetNormalizedName(_e.name,Le);const ht=("a"===_e.op?this.headers.get(Le):void 0)||[];ht.push(...ut),this.headers.set(Le,ht);break;case"d":const It=_e.value;if(It){let ui=this.headers.get(Le);if(!ui)return;ui=ui.filter(Wt=>-1===It.indexOf(Wt)),0===ui.length?(this.headers.delete(Le),this.normalizedNames.delete(Le)):this.headers.set(Le,ui)}else this.headers.delete(Le),this.normalizedNames.delete(Le)}}forEach(_e){this.init(),Array.from(this.normalizedNames.keys()).forEach(Le=>_e(this.normalizedNames.get(Le),this.headers.get(Le)))}}class w{encodeKey(_e){return S(_e)}encodeValue(_e){return S(_e)}decodeKey(_e){return decodeURIComponent(_e)}decodeValue(_e){return decodeURIComponent(_e)}}const L=/%(\d[a-f0-9])/gi,k={40:"@","3A":":",24:"$","2C":",","3B":";","2B":"+","3D":"=","3F":"?","2F":"/"};function S(ue){return encodeURIComponent(ue).replace(L,(_e,Le)=>{var ut;return null!==(ut=k[Le])&&void 0!==ut?ut:_e})}function U(ue){return`${ue}`}class Z{constructor(_e={}){if(this.updates=null,this.cloneFrom=null,this.encoder=_e.encoder||new w,_e.fromString){if(_e.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function D(ue,_e){const Le=new Map;return ue.length>0&&ue.replace(/^\?/,"").split("&").forEach(ht=>{const It=ht.indexOf("="),[ui,Wt]=-1==It?[_e.decodeKey(ht),""]:[_e.decodeKey(ht.slice(0,It)),_e.decodeValue(ht.slice(It+1))],Gt=Le.get(ui)||[];Gt.push(Wt),Le.set(ui,Gt)}),Le}(_e.fromString,this.encoder)}else _e.fromObject?(this.map=new Map,Object.keys(_e.fromObject).forEach(Le=>{const ut=_e.fromObject[Le];this.map.set(Le,Array.isArray(ut)?ut:[ut])})):this.map=null}has(_e){return this.init(),this.map.has(_e)}get(_e){this.init();const Le=this.map.get(_e);return Le?Le[0]:null}getAll(_e){return this.init(),this.map.get(_e)||null}keys(){return this.init(),Array.from(this.map.keys())}append(_e,Le){return this.clone({param:_e,value:Le,op:"a"})}appendAll(_e){const Le=[];return Object.keys(_e).forEach(ut=>{const ht=_e[ut];Array.isArray(ht)?ht.forEach(It=>{Le.push({param:ut,value:It,op:"a"})}):Le.push({param:ut,value:ht,op:"a"})}),this.clone(Le)}set(_e,Le){return this.clone({param:_e,value:Le,op:"s"})}delete(_e,Le){return this.clone({param:_e,value:Le,op:"d"})}toString(){return this.init(),this.keys().map(_e=>{const Le=this.encoder.encodeKey(_e);return this.map.get(_e).map(ut=>Le+"="+this.encoder.encodeValue(ut)).join("&")}).filter(_e=>""!==_e).join("&")}clone(_e){const Le=new Z({encoder:this.encoder});return Le.cloneFrom=this.cloneFrom||this,Le.updates=(this.updates||[]).concat(_e),Le}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(_e=>this.map.set(_e,this.cloneFrom.map.get(_e))),this.updates.forEach(_e=>{switch(_e.op){case"a":case"s":const Le=("a"===_e.op?this.map.get(_e.param):void 0)||[];Le.push(U(_e.value)),this.map.set(_e.param,Le);break;case"d":if(void 0===_e.value){this.map.delete(_e.param);break}{let ut=this.map.get(_e.param)||[];const ht=ut.indexOf(U(_e.value));-1!==ht&&ut.splice(ht,1),ut.length>0?this.map.set(_e.param,ut):this.map.delete(_e.param)}}}),this.cloneFrom=this.updates=null)}}class ne{constructor(){this.map=new Map}set(_e,Le){return this.map.set(_e,Le),this}get(_e){return this.map.has(_e)||this.map.set(_e,_e.defaultValue()),this.map.get(_e)}delete(_e){return this.map.delete(_e),this}has(_e){return this.map.has(_e)}keys(){return this.map.keys()}}function de(ue){return"undefined"!=typeof ArrayBuffer&&ue instanceof ArrayBuffer}function te(ue){return"undefined"!=typeof Blob&&ue instanceof Blob}function ie(ue){return"undefined"!=typeof FormData&&ue instanceof FormData}class X{constructor(_e,Le,ut,ht){let It;if(this.url=Le,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=_e.toUpperCase(),function $(ue){switch(ue){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||ht?(this.body=void 0!==ut?ut:null,It=ht):It=ut,It&&(this.reportProgress=!!It.reportProgress,this.withCredentials=!!It.withCredentials,It.responseType&&(this.responseType=It.responseType),It.headers&&(this.headers=It.headers),It.context&&(this.context=It.context),It.params&&(this.params=It.params)),this.headers||(this.headers=new A),this.context||(this.context=new ne),this.params){const ui=this.params.toString();if(0===ui.length)this.urlWithParams=Le;else{const Wt=Le.indexOf("?");this.urlWithParams=Le+(-1===Wt?"?":WtCt.set(et,_e.setHeaders[et]),hi)),_e.setParams&&(xt=Object.keys(_e.setParams).reduce((Ct,et)=>Ct.set(et,_e.setParams[et]),xt)),new X(ut,ht,ui,{params:xt,headers:hi,context:Nt,reportProgress:Gt,responseType:It,withCredentials:Wt})}}var me=(()=>((me=me||{})[me.Sent=0]="Sent",me[me.UploadProgress=1]="UploadProgress",me[me.ResponseHeader=2]="ResponseHeader",me[me.DownloadProgress=3]="DownloadProgress",me[me.Response=4]="Response",me[me.User=5]="User",me))();class y{constructor(_e,Le=200,ut="OK"){this.headers=_e.headers||new A,this.status=void 0!==_e.status?_e.status:Le,this.statusText=_e.statusText||ut,this.url=_e.url||null,this.ok=this.status>=200&&this.status<300}}class i extends y{constructor(_e={}){super(_e),this.type=me.ResponseHeader}clone(_e={}){return new i({headers:_e.headers||this.headers,status:void 0!==_e.status?_e.status:this.status,statusText:_e.statusText||this.statusText,url:_e.url||this.url||void 0})}}class r extends y{constructor(_e={}){super(_e),this.type=me.Response,this.body=void 0!==_e.body?_e.body:null}clone(_e={}){return new r({body:void 0!==_e.body?_e.body:this.body,headers:_e.headers||this.headers,status:void 0!==_e.status?_e.status:this.status,statusText:_e.statusText||this.statusText,url:_e.url||this.url||void 0})}}class u extends y{constructor(_e){super(_e,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.message=this.status>=200&&this.status<300?`Http failure during parsing for ${_e.url||"(unknown url)"}`:`Http failure response for ${_e.url||"(unknown url)"}: ${_e.status} ${_e.statusText}`,this.error=_e.error||null}}function c(ue,_e){return{body:_e,headers:ue.headers,context:ue.context,observe:ue.observe,params:ue.params,reportProgress:ue.reportProgress,responseType:ue.responseType,withCredentials:ue.withCredentials}}let _=(()=>{class ue{constructor(Le){this.handler=Le}request(Le,ut,ht={}){let It;if(Le instanceof X)It=Le;else{let Gt,hi;Gt=ht.headers instanceof A?ht.headers:new A(ht.headers),ht.params&&(hi=ht.params instanceof Z?ht.params:new Z({fromObject:ht.params})),It=new X(Le,ut,void 0!==ht.body?ht.body:null,{headers:Gt,context:ht.context,params:hi,reportProgress:ht.reportProgress,responseType:ht.responseType||"json",withCredentials:ht.withCredentials})}const ui=(0,f.of)(It).pipe((0,a.b)(Gt=>this.handler.handle(Gt)));if(Le instanceof X||"events"===ht.observe)return ui;const Wt=ui.pipe((0,b.h)(Gt=>Gt instanceof r));switch(ht.observe||"body"){case"body":switch(It.responseType){case"arraybuffer":return Wt.pipe((0,d.U)(Gt=>{if(null!==Gt.body&&!(Gt.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Gt.body}));case"blob":return Wt.pipe((0,d.U)(Gt=>{if(null!==Gt.body&&!(Gt.body instanceof Blob))throw new Error("Response is not a Blob.");return Gt.body}));case"text":return Wt.pipe((0,d.U)(Gt=>{if(null!==Gt.body&&"string"!=typeof Gt.body)throw new Error("Response is not a string.");return Gt.body}));default:return Wt.pipe((0,d.U)(Gt=>Gt.body))}case"response":return Wt;default:throw new Error(`Unreachable: unhandled observe type ${ht.observe}}`)}}delete(Le,ut={}){return this.request("DELETE",Le,ut)}get(Le,ut={}){return this.request("GET",Le,ut)}head(Le,ut={}){return this.request("HEAD",Le,ut)}jsonp(Le,ut){return this.request("JSONP",Le,{params:(new Z).append(ut,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(Le,ut={}){return this.request("OPTIONS",Le,ut)}patch(Le,ut,ht={}){return this.request("PATCH",Le,c(ht,ut))}post(Le,ut,ht={}){return this.request("POST",Le,c(ht,ut))}put(Le,ut,ht={}){return this.request("PUT",Le,c(ht,ut))}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(N))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})();class E{constructor(_e,Le){this.next=_e,this.interceptor=Le}handle(_e){return this.interceptor.intercept(_e,this.next)}}const I=new e.OlP("HTTP_INTERCEPTORS");let v=(()=>{class ue{intercept(Le,ut){return ut.handle(Le)}}return ue.\u0275fac=function(Le){return new(Le||ue)},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})();const Ne=/^\)\]\}',?\n/;let Q=(()=>{class ue{constructor(Le){this.xhrFactory=Le}handle(Le){if("JSONP"===Le.method)throw new Error("Attempted to construct Jsonp request without HttpClientJsonpModule installed.");return new M.y(ut=>{const ht=this.xhrFactory.build();if(ht.open(Le.method,Le.urlWithParams),Le.withCredentials&&(ht.withCredentials=!0),Le.headers.forEach((et,yt)=>ht.setRequestHeader(et,yt.join(","))),Le.headers.has("Accept")||ht.setRequestHeader("Accept","application/json, text/plain, */*"),!Le.headers.has("Content-Type")){const et=Le.detectContentTypeHeader();null!==et&&ht.setRequestHeader("Content-Type",et)}if(Le.responseType){const et=Le.responseType.toLowerCase();ht.responseType="json"!==et?et:"text"}const It=Le.serializeBody();let ui=null;const Wt=()=>{if(null!==ui)return ui;const et=ht.statusText||"OK",yt=new A(ht.getAllResponseHeaders()),ei=function we(ue){return"responseURL"in ue&&ue.responseURL?ue.responseURL:/^X-Request-URL:/m.test(ue.getAllResponseHeaders())?ue.getResponseHeader("X-Request-URL"):null}(ht)||Le.url;return ui=new i({headers:yt,status:ht.status,statusText:et,url:ei}),ui},Gt=()=>{let{headers:et,status:yt,statusText:ei,url:jt}=Wt(),Pe=null;204!==yt&&(Pe=void 0===ht.response?ht.responseText:ht.response),0===yt&&(yt=Pe?200:0);let Oe=yt>=200&&yt<300;if("json"===Le.responseType&&"string"==typeof Pe){const ce=Pe;Pe=Pe.replace(Ne,"");try{Pe=""!==Pe?JSON.parse(Pe):null}catch(be){Pe=ce,Oe&&(Oe=!1,Pe={error:be,text:Pe})}}Oe?(ut.next(new r({body:Pe,headers:et,status:yt,statusText:ei,url:jt||void 0})),ut.complete()):ut.error(new u({error:Pe,headers:et,status:yt,statusText:ei,url:jt||void 0}))},hi=et=>{const{url:yt}=Wt(),ei=new u({error:et,status:ht.status||0,statusText:ht.statusText||"Unknown Error",url:yt||void 0});ut.error(ei)};let xt=!1;const Nt=et=>{xt||(ut.next(Wt()),xt=!0);let yt={type:me.DownloadProgress,loaded:et.loaded};et.lengthComputable&&(yt.total=et.total),"text"===Le.responseType&&!!ht.responseText&&(yt.partialText=ht.responseText),ut.next(yt)},Ct=et=>{let yt={type:me.UploadProgress,loaded:et.loaded};et.lengthComputable&&(yt.total=et.total),ut.next(yt)};return ht.addEventListener("load",Gt),ht.addEventListener("error",hi),ht.addEventListener("timeout",hi),ht.addEventListener("abort",hi),Le.reportProgress&&(ht.addEventListener("progress",Nt),null!==It&&ht.upload&&ht.upload.addEventListener("progress",Ct)),ht.send(It),ut.next({type:me.Sent}),()=>{ht.removeEventListener("error",hi),ht.removeEventListener("abort",hi),ht.removeEventListener("load",Gt),ht.removeEventListener("timeout",hi),Le.reportProgress&&(ht.removeEventListener("progress",Nt),null!==It&&ht.upload&&ht.upload.removeEventListener("progress",Ct)),ht.readyState!==ht.DONE&&ht.abort()}})}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(t.JF))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})();const Ue=new e.OlP("XSRF_COOKIE_NAME"),ye=new e.OlP("XSRF_HEADER_NAME");class V{}let Ae=(()=>{class ue{constructor(Le,ut,ht){this.doc=Le,this.platform=ut,this.cookieName=ht,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const Le=this.doc.cookie||"";return Le!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,t.Mx)(Le,this.cookieName),this.lastCookieString=Le),this.lastToken}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(t.K0),e.LFG(e.Lbi),e.LFG(Ue))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})(),dt=(()=>{class ue{constructor(Le,ut){this.tokenService=Le,this.headerName=ut}intercept(Le,ut){const ht=Le.url.toLowerCase();if("GET"===Le.method||"HEAD"===Le.method||ht.startsWith("http://")||ht.startsWith("https://"))return ut.handle(Le);const It=this.tokenService.getToken();return null!==It&&!Le.headers.has(this.headerName)&&(Le=Le.clone({headers:Le.headers.set(this.headerName,It)})),ut.handle(Le)}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(V),e.LFG(ye))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})(),Ie=(()=>{class ue{constructor(Le,ut){this.backend=Le,this.injector=ut,this.chain=null}handle(Le){if(null===this.chain){const ut=this.injector.get(I,[]);this.chain=ut.reduceRight((ht,It)=>new E(ht,It),this.backend)}return this.chain.handle(Le)}}return ue.\u0275fac=function(Le){return new(Le||ue)(e.LFG(h),e.LFG(e.zs3))},ue.\u0275prov=e.Yz7({token:ue,factory:ue.\u0275fac}),ue})(),Te=(()=>{class ue{static disable(){return{ngModule:ue,providers:[{provide:dt,useClass:v}]}}static withOptions(Le={}){return{ngModule:ue,providers:[Le.cookieName?{provide:Ue,useValue:Le.cookieName}:[],Le.headerName?{provide:ye,useValue:Le.headerName}:[]]}}}return ue.\u0275fac=function(Le){return new(Le||ue)},ue.\u0275mod=e.oAB({type:ue}),ue.\u0275inj=e.cJS({providers:[dt,{provide:I,useExisting:dt,multi:!0},{provide:V,useClass:Ae},{provide:Ue,useValue:"XSRF-TOKEN"},{provide:ye,useValue:"X-XSRF-TOKEN"}]}),ue})(),xe=(()=>{class ue{}return ue.\u0275fac=function(Le){return new(Le||ue)},ue.\u0275mod=e.oAB({type:ue}),ue.\u0275inj=e.cJS({providers:[_,{provide:N,useClass:Ie},Q,{provide:h,useExisting:Q}],imports:[[Te.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})]]}),ue})()},5e3:(Ve,K,p)=>{"use strict";p.d(K,{$8M:()=>H1,$Z:()=>w4,AFp:()=>Lf,ALo:()=>K8,AaK:()=>N,AsE:()=>V4,BQk:()=>T4,CHM:()=>Fs,CRH:()=>Lu,CZH:()=>Pu,CqO:()=>A4,DdM:()=>z8,Dn7:()=>pu,EJc:()=>Wp,EiD:()=>p3,EpF:()=>Fc,F$t:()=>Sd,F4k:()=>Bl,FYo:()=>A8,FiY:()=>jo,G48:()=>u9,Gf:()=>Mu,GfV:()=>O8,GkF:()=>Hc,Gpc:()=>w,Gre:()=>jd,HOy:()=>e6,Hsn:()=>Ed,Ikx:()=>On,JOm:()=>Gs,JVY:()=>ii,Jf7:()=>b0,L6k:()=>Zi,LAX:()=>En,LFG:()=>Va,LSH:()=>g3,Lbi:()=>Gp,MAs:()=>ys,MGl:()=>Ul,NdJ:()=>A2,O4$:()=>vr,OlP:()=>Ar,Oqu:()=>Xc,PXZ:()=>r9,PiD:()=>Us,Q6J:()=>L4,QGY:()=>xs,Qsj:()=>D8,R0b:()=>Lo,RDi:()=>jr,Rgc:()=>Jl,SBq:()=>W4,Sil:()=>jp,Suo:()=>wu,TTD:()=>ta,TgZ:()=>zl,Tol:()=>Fd,Udp:()=>k4,VKq:()=>B8,VLi:()=>n9,W1O:()=>df,WFA:()=>Vc,WLB:()=>U8,X6Q:()=>zf,XFs:()=>De,Xpm:()=>pt,Y36:()=>O1,YKP:()=>ou,YNc:()=>h4,Yjl:()=>at,Yz7:()=>q,ZZ4:()=>Ku,_Bn:()=>b8,_UZ:()=>T2,_Vd:()=>d6,_c5:()=>A9,_uU:()=>Jc,aQg:()=>Qu,c2e:()=>Ef,cJS:()=>ve,cg1:()=>Aa,d8E:()=>wn,dDg:()=>If,deG:()=>To,dqk:()=>hi,eBb:()=>Nn,eFA:()=>Nf,ekj:()=>P4,f3M:()=>h1,g9A:()=>Ru,h0i:()=>Kl,hGG:()=>D9,hij:()=>F4,iGM:()=>rf,ifc:()=>ht,ip1:()=>ku,kEZ:()=>G8,kL8:()=>Nr,kcU:()=>rt,lG2:()=>Ge,lcZ:()=>Q8,lnq:()=>$c,mCW:()=>rr,n5z:()=>N1,n_E:()=>h6,oAB:()=>tt,oJD:()=>u0,oxw:()=>wd,pB0:()=>fr,q3G:()=>ca,qLn:()=>el,qOj:()=>l4,qZA:()=>E2,qzn:()=>Ce,s9C:()=>Bc,sBO:()=>Uf,sIi:()=>Al,s_b:()=>K4,soG:()=>_6,tBr:()=>po,tb:()=>Hu,tp0:()=>Is,uIk:()=>Ac,vHH:()=>S,vpe:()=>Ho,wAp:()=>ln,xi3:()=>q8,xp6:()=>B0,yhl:()=>ot,ynx:()=>E4,z2F:()=>Gu,z3N:()=>R,zSh:()=>r4,zs3:()=>vo});var t=p(7579),e=p(727),f=p(8306),M=p(6451),a=p(3099);function b(s){for(let l in s)if(s[l]===b)return l;throw Error("Could not find renamed property on target object.")}function d(s,l){for(const g in l)l.hasOwnProperty(g)&&!s.hasOwnProperty(g)&&(s[g]=l[g])}function N(s){if("string"==typeof s)return s;if(Array.isArray(s))return"["+s.map(N).join(", ")+"]";if(null==s)return""+s;if(s.overriddenName)return`${s.overriddenName}`;if(s.name)return`${s.name}`;const l=s.toString();if(null==l)return""+l;const g=l.indexOf("\n");return-1===g?l:l.substring(0,g)}function h(s,l){return null==s||""===s?null===l?"":l:null==l||""===l?s:s+" "+l}const A=b({__forward_ref__:b});function w(s){return s.__forward_ref__=w,s.toString=function(){return N(this())},s}function D(s){return L(s)?s():s}function L(s){return"function"==typeof s&&s.hasOwnProperty(A)&&s.__forward_ref__===w}class S extends Error{constructor(l,g){super(function U(s,l){return`NG0${Math.abs(s)}${l?": "+l:""}`}(l,g)),this.code=l}}function Z(s){return"string"==typeof s?s:null==s?"":String(s)}function j(s){return"function"==typeof s?s.name||s.toString():"object"==typeof s&&null!=s&&"function"==typeof s.type?s.type.name||s.type.toString():Z(s)}function te(s,l){const g=l?` in ${l}`:"";throw new S(-201,`No provider for ${j(s)} found${g}`)}function n(s,l){null==s&&function C(s,l,g,T){throw new Error(`ASSERTION ERROR: ${s}`+(null==T?"":` [Expected=> ${g} ${T} ${l} <=Actual]`))}(l,s,null,"!=")}function q(s){return{token:s.token,providedIn:s.providedIn||null,factory:s.factory,value:void 0}}function ve(s){return{providers:s.providers||[],imports:s.imports||[]}}function Ne(s){return we(s,V)||we(s,dt)}function we(s,l){return s.hasOwnProperty(l)?s[l]:null}function ye(s){return s&&(s.hasOwnProperty(Ae)||s.hasOwnProperty(Ie))?s[Ae]:null}const V=b({\u0275prov:b}),Ae=b({\u0275inj:b}),dt=b({ngInjectableDef:b}),Ie=b({ngInjectorDef:b});var De=(()=>((De=De||{})[De.Default=0]="Default",De[De.Host=1]="Host",De[De.Self=2]="Self",De[De.SkipSelf=4]="SkipSelf",De[De.Optional=8]="Optional",De))();let le;function xe(s){const l=le;return le=s,l}function W(s,l,g){const T=Ne(s);return T&&"root"==T.providedIn?void 0===T.value?T.value=T.factory():T.value:g&De.Optional?null:void 0!==l?l:void te(N(s),"Injector")}function ue(s){return{toString:s}.toString()}var _e=(()=>((_e=_e||{})[_e.OnPush=0]="OnPush",_e[_e.Default=1]="Default",_e))(),ht=(()=>{return(s=ht||(ht={}))[s.Emulated=0]="Emulated",s[s.None=2]="None",s[s.ShadowDom=3]="ShadowDom",ht;var s})();const It="undefined"!=typeof globalThis&&globalThis,ui="undefined"!=typeof window&&window,Wt="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,hi=It||"undefined"!=typeof global&&global||ui||Wt,Ct={},et=[],yt=b({\u0275cmp:b}),ei=b({\u0275dir:b}),jt=b({\u0275pipe:b}),Pe=b({\u0275mod:b}),Oe=b({\u0275fac:b}),ce=b({__NG_ELEMENT_ID__:b});let be=0;function pt(s){return ue(()=>{const g={},T={type:s.type,providersResolver:null,decls:s.decls,vars:s.vars,factory:null,template:s.template||null,consts:s.consts||null,ngContentSelectors:s.ngContentSelectors,hostBindings:s.hostBindings||null,hostVars:s.hostVars||0,hostAttrs:s.hostAttrs||null,contentQueries:s.contentQueries||null,declaredInputs:g,inputs:null,outputs:null,exportAs:s.exportAs||null,onPush:s.changeDetection===_e.OnPush,directiveDefs:null,pipeDefs:null,selectors:s.selectors||et,viewQuery:s.viewQuery||null,features:s.features||null,data:s.data||{},encapsulation:s.encapsulation||ht.Emulated,id:"c",styles:s.styles||et,_:null,setInput:null,schemas:s.schemas||null,tView:null},H=s.directives,G=s.features,se=s.pipes;return T.id+=be++,T.inputs=Se(s.inputs,g),T.outputs=Se(s.outputs),G&&G.forEach(Ee=>Ee(T)),T.directiveDefs=H?()=>("function"==typeof H?H():H).map(Ht):null,T.pipeDefs=se?()=>("function"==typeof se?se():se).map(it):null,T})}function Ht(s){return st(s)||function bt(s){return s[ei]||null}(s)}function it(s){return function gi(s){return s[jt]||null}(s)}const Re={};function tt(s){return ue(()=>{const l={type:s.type,bootstrap:s.bootstrap||et,declarations:s.declarations||et,imports:s.imports||et,exports:s.exports||et,transitiveCompileScopes:null,schemas:s.schemas||null,id:s.id||null};return null!=s.id&&(Re[s.id]=s.type),l})}function Se(s,l){if(null==s)return Ct;const g={};for(const T in s)if(s.hasOwnProperty(T)){let H=s[T],G=H;Array.isArray(H)&&(G=H[1],H=H[0]),g[H]=T,l&&(l[H]=G)}return g}const Ge=pt;function at(s){return{type:s.type,name:s.name,factory:null,pure:!1!==s.pure,onDestroy:s.type.prototype.ngOnDestroy||null}}function st(s){return s[yt]||null}function qt(s,l){const g=s[Pe]||null;if(!g&&!0===l)throw new Error(`Type ${N(s)} does not have '\u0275mod' property.`);return g}function ki(s){return Array.isArray(s)&&"object"==typeof s[1]}function hn(s){return Array.isArray(s)&&!0===s[1]}function Bn(s){return 0!=(8&s.flags)}function In(s){return 2==(2&s.flags)}function Xn(s){return 1==(1&s.flags)}function Cn(s){return null!==s.template}function Si(s){return 0!=(512&s[2])}function Fr(s,l){return s.hasOwnProperty(Oe)?s[Oe]:null}class Ia{constructor(l,g,T){this.previousValue=l,this.currentValue=g,this.firstChange=T}isFirstChange(){return this.firstChange}}function ta(){return Vr}function Vr(s){return s.type.prototype.ngOnChanges&&(s.setInput=qr),Wr}function Wr(){const s=zr(this),l=null==s?void 0:s.current;if(l){const g=s.previous;if(g===Ct)s.previous=l;else for(let T in l)g[T]=l[T];s.current=null,this.ngOnChanges(l)}}function qr(s,l,g,T){const H=zr(s)||function fa(s,l){return s[br]=l}(s,{previous:Ct,current:null}),G=H.current||(H.current={}),se=H.previous,Ee=this.declaredInputs[g],Ze=se[Ee];G[Ee]=new Ia(Ze&&Ze.currentValue,l,se===Ct),s[T]=l}ta.ngInherit=!0;const br="__ngSimpleChanges__";function zr(s){return s[br]||null}let kr;function jr(s){kr=s}function ba(){return void 0!==kr?kr:"undefined"!=typeof document?document:void 0}function Qn(s){return!!s.listen}const qe={createRenderer:(s,l)=>ba()};function Ke(s){for(;Array.isArray(s);)s=s[0];return s}function Ti(s,l){return Ke(l[s])}function Oi(s,l){return Ke(l[s.index])}function qn(s,l){return s.data[l]}function Ot(s,l){return s[l]}function oi(s,l){const g=l[s];return ki(g)?g:g[0]}function gt(s){return 4==(4&s[2])}function Qt(s){return 128==(128&s[2])}function Yi(s,l){return null==l?null:s[l]}function $e(s){s[18]=0}function We(s,l){s[5]+=l;let g=s,T=s[3];for(;null!==T&&(1===l&&1===g[5]||-1===l&&0===g[5]);)T[5]+=l,g=T,T=T[3]}const Fe={lFrame:An(null),bindingsEnabled:!0};function Ma(){return Fe.bindingsEnabled}function Fi(){return Fe.lFrame.lView}function Gn(){return Fe.lFrame.tView}function Fs(s){return Fe.lFrame.contextLView=s,s[8]}function gr(){let s=Qs();for(;null!==s&&64===s.type;)s=s.parent;return s}function Qs(){return Fe.lFrame.currentTNode}function pa(s,l){const g=Fe.lFrame;g.currentTNode=s,g.isParent=l}function Ts(){return Fe.lFrame.isParent}function As(){Fe.lFrame.isParent=!1}function Mr(){const s=Fe.lFrame;let l=s.bindingRootIndex;return-1===l&&(l=s.bindingRootIndex=s.tView.bindingStartIndex),l}function Ya(){return Fe.lFrame.bindingIndex}function ae(){return Fe.lFrame.bindingIndex++}function fe(s){const l=Fe.lFrame,g=l.bindingIndex;return l.bindingIndex=l.bindingIndex+s,g}function Vt(s,l){const g=Fe.lFrame;g.bindingIndex=g.bindingRootIndex=s,ri(l)}function ri(s){Fe.lFrame.currentDirectiveIndex=s}function _i(s){const l=Fe.lFrame.currentDirectiveIndex;return-1===l?null:s[l]}function Pi(){return Fe.lFrame.currentQueryIndex}function tn(s){Fe.lFrame.currentQueryIndex=s}function dn(s){const l=s[1];return 2===l.type?l.declTNode:1===l.type?s[6]:null}function Sn(s,l,g){if(g&De.SkipSelf){let H=l,G=s;for(;!(H=H.parent,null!==H||g&De.Host||(H=dn(G),null===H||(G=G[15],10&H.type))););if(null===H)return!1;l=H,s=G}const T=Fe.lFrame=yn();return T.currentTNode=l,T.lView=s,!0}function Hn(s){const l=yn(),g=s[1];Fe.lFrame=l,l.currentTNode=g.firstChild,l.lView=s,l.tView=g,l.contextLView=s,l.bindingIndex=g.bindingStartIndex,l.inI18n=!1}function yn(){const s=Fe.lFrame,l=null===s?null:s.child;return null===l?An(s):l}function An(s){const l={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:s,child:null,inI18n:!1};return null!==s&&(s.child=l),l}function nr(){const s=Fe.lFrame;return Fe.lFrame=s.parent,s.currentTNode=null,s.lView=null,s}const Sr=nr;function Cr(){const s=nr();s.isParent=!0,s.tView=null,s.selectedIndex=-1,s.contextLView=null,s.elementDepthCount=0,s.currentDirectiveIndex=-1,s.currentNamespace=null,s.bindingRootIndex=-1,s.bindingIndex=-1,s.currentQueryIndex=0}function _r(){return Fe.lFrame.selectedIndex}function Kr(s){Fe.lFrame.selectedIndex=s}function Zn(){const s=Fe.lFrame;return qn(s.tView,s.selectedIndex)}function vr(){Fe.lFrame.currentNamespace="svg"}function rt(){!function Et(){Fe.lFrame.currentNamespace=null}()}function Jt(s,l){for(let g=l.directiveStart,T=l.directiveEnd;g=T)break}else l[Ze]<0&&(s[18]+=65536),(Ee>11>16&&(3&s[2])===l){s[2]+=2048;try{G.call(Ee)}finally{}}}else try{G.call(Ee)}finally{}}class on{constructor(l,g,T){this.factory=l,this.resolving=!1,this.canSeeViewProviders=g,this.injectImpl=T}}function Ur(s,l,g){const T=Qn(s);let H=0;for(;Hl){se=G-1;break}}}for(;G>16}(s),T=l;for(;g>0;)T=T[15],g--;return T}let a1=!0;function Be(s){const l=a1;return a1=s,l}let ct=0;function $t(s,l){const g=Ni(s,l);if(-1!==g)return g;const T=l[1];T.firstCreatePass&&(s.injectorIndex=l.length,li(T.data,s),li(l,null),li(T.blueprint,null));const H=cn(s,l),G=s.injectorIndex;if(Ms(H)){const se=Js(H),Ee=Xs(H,l),Ze=Ee[1].data;for(let ft=0;ft<8;ft++)l[G+ft]=Ee[se+ft]|Ze[se+ft]}return l[G+8]=H,G}function li(s,l){s.push(0,0,0,0,0,0,0,0,l)}function Ni(s,l){return-1===s.injectorIndex||s.parent&&s.parent.injectorIndex===s.injectorIndex||null===l[s.injectorIndex+8]?-1:s.injectorIndex}function cn(s,l){if(s.parent&&-1!==s.parent.injectorIndex)return s.parent.injectorIndex;let g=0,T=null,H=l;for(;null!==H;){const G=H[1],se=G.type;if(T=2===se?G.declTNode:1===se?H[6]:null,null===T)return-1;if(g++,H=H[15],-1!==T.injectorIndex)return T.injectorIndex|g<<16}return-1}function Vn(s,l,g){!function Pt(s,l,g){let T;"string"==typeof g?T=g.charCodeAt(0)||0:g.hasOwnProperty(ce)&&(T=g[ce]),null==T&&(T=g[ce]=ct++);const H=255&T;l.data[s+(H>>5)]|=1<=0?255&l:Ha:l}(g);if("function"==typeof G){if(!Sn(l,s,T))return T&De.Host?hr(H,g,T):dr(l,g,T,H);try{const se=G(T);if(null!=se||T&De.Optional)return se;te(g)}finally{Sr()}}else if("number"==typeof G){let se=null,Ee=Ni(s,l),Ze=-1,ft=T&De.Host?l[16][6]:null;for((-1===Ee||T&De.SkipSelf)&&(Ze=-1===Ee?cn(s,l):l[Ee+8],-1!==Ze&&R2(T,!1)?(se=l[1],Ee=Js(Ze),l=Xs(Ze,l)):Ee=-1);-1!==Ee;){const At=l[1];if($s(G,Ee,At.data)){const Zt=s1(Ee,l,g,se,T,ft);if(Zt!==zs)return Zt}Ze=l[Ee+8],-1!==Ze&&R2(T,l[1].data[Ee+8]===ft)&&$s(G,Ee,l)?(se=At,Ee=Js(Ze),l=Xs(Ze,l)):Ee=-1}}}return dr(l,g,T,H)}const zs={};function Ha(){return new Fo(gr(),Fi())}function s1(s,l,g,T,H,G){const se=l[1],Ee=se.data[s+8],At=La(Ee,se,g,null==T?In(Ee)&&a1:T!=se&&0!=(3&Ee.type),H&De.Host&&G===Ee);return null!==At?oo(l,se,At,Ee):zs}function La(s,l,g,T,H){const G=s.providerIndexes,se=l.data,Ee=1048575&G,Ze=s.directiveStart,At=G>>20,di=H?Ee+At:s.directiveEnd;for(let vi=T?Ee:Ee+At;vi=Ze&&Hi.type===g)return vi}if(H){const vi=se[Ze];if(vi&&Cn(vi)&&vi.type===g)return Ze}return null}function oo(s,l,g,T){let H=s[g];const G=l.data;if(function bn(s){return s instanceof on}(H)){const se=H;se.resolving&&function ne(s,l){const g=l?`. Dependency path: ${l.join(" > ")} > ${s}`:"";throw new S(-200,`Circular dependency in DI detected for ${s}${g}`)}(j(G[g]));const Ee=Be(se.canSeeViewProviders);se.resolving=!0;const Ze=se.injectImpl?xe(se.injectImpl):null;Sn(s,T,De.Default);try{H=s[g]=se.factory(void 0,G,s,T),l.firstCreatePass&&g>=T.directiveStart&&function Rt(s,l,g){const{ngOnChanges:T,ngOnInit:H,ngDoCheck:G}=l.type.prototype;if(T){const se=Vr(l);(g.preOrderHooks||(g.preOrderHooks=[])).push(s,se),(g.preOrderCheckHooks||(g.preOrderCheckHooks=[])).push(s,se)}H&&(g.preOrderHooks||(g.preOrderHooks=[])).push(0-s,H),G&&((g.preOrderHooks||(g.preOrderHooks=[])).push(s,G),(g.preOrderCheckHooks||(g.preOrderCheckHooks=[])).push(s,G))}(g,G[g],l)}finally{null!==Ze&&xe(Ze),Be(Ee),se.resolving=!1,Sr()}}return H}function $s(s,l,g){return!!(g[l+(s>>5)]&1<{const l=s.prototype.constructor,g=l[Oe]||R1(l),T=Object.prototype;let H=Object.getPrototypeOf(s.prototype).constructor;for(;H&&H!==T;){const G=H[Oe]||R1(H);if(G&&G!==g)return G;H=Object.getPrototypeOf(H)}return G=>new G})}function R1(s){return L(s)?()=>{const l=R1(D(s));return l&&l()}:Fr(s)}function H1(s){return function Mn(s,l){if("class"===l)return s.classes;if("style"===l)return s.styles;const g=s.attrs;if(g){const T=g.length;let H=0;for(;H{const T=function F1(s){return function(...g){if(s){const T=s(...g);for(const H in T)this[H]=T[H]}}}(l);function H(...G){if(this instanceof H)return T.apply(this,G),this;const se=new H(...G);return Ee.annotation=se,Ee;function Ee(Ze,ft,At){const Zt=Ze.hasOwnProperty(lo)?Ze[lo]:Object.defineProperty(Ze,lo,{value:[]})[lo];for(;Zt.length<=At;)Zt.push(null);return(Zt[At]=Zt[At]||[]).push(se),Ze}}return g&&(H.prototype=Object.create(g.prototype)),H.prototype.ngMetadataName=s,H.annotationCls=H,H})}class Ar{constructor(l,g){this._desc=l,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof g?this.__NG_ELEMENT_ID__=g:void 0!==g&&(this.\u0275prov=q({token:this,providedIn:g.providedIn||"root",factory:g.factory}))}toString(){return`InjectionToken ${this._desc}`}}const To=new Ar("AnalyzeForEntryComponents");function ms(s,l){void 0===l&&(l=s);for(let g=0;gArray.isArray(g)?ts(g,l):l(g))}function V2(s,l,g){l>=s.length?s.push(g):s.splice(l,0,g)}function o1(s,l){return l>=s.length-1?s.pop():s.splice(l,1)[0]}function Bo(s,l){const g=[];for(let T=0;T=0?s[1|T]=g:(T=~T,function n3(s,l,g,T){let H=s.length;if(H==l)s.push(g,T);else if(1===H)s.push(T,s[0]),s[0]=g;else{for(H--,s.push(s[H-1],s[H]);H>l;)s[H]=s[H-2],H--;s[l]=g,s[l+1]=T}}(s,T,l,g)),T}function Uo(s,l){const g=Bs(s,l);if(g>=0)return s[1|g]}function Bs(s,l){return function c1(s,l,g){let T=0,H=s.length>>g;for(;H!==T;){const G=T+(H-T>>1),se=s[G<l?H=G:T=G+1}return~(H<({token:s})),-1),jo=fo(co("Optional"),8),Us=fo(co("Self"),2),Is=fo(co("SkipSelf"),4);let Ss,g1;function mo(s){var l;return(null===(l=function J1(){if(void 0===Ss&&(Ss=null,hi.trustedTypes))try{Ss=hi.trustedTypes.createPolicy("angular",{createHTML:s=>s,createScript:s=>s,createScriptURL:s=>s})}catch(s){}return Ss}())||void 0===l?void 0:l.createHTML(s))||s}function C1(s){var l;return(null===(l=function Q2(){if(void 0===g1&&(g1=null,hi.trustedTypes))try{g1=hi.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:s=>s,createScript:s=>s,createScriptURL:s=>s})}catch(s){}return g1}())||void 0===l?void 0:l.createHTML(s))||s}class is{constructor(l){this.changingThisBreaksApplicationSecurity=l}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see https://g.co/ng/security#xss)`}}class X1 extends is{getTypeName(){return"HTML"}}class Qo extends is{getTypeName(){return"Style"}}class h3 extends is{getTypeName(){return"Script"}}class Y extends is{getTypeName(){return"URL"}}class He extends is{getTypeName(){return"ResourceURL"}}function R(s){return s instanceof is?s.changingThisBreaksApplicationSecurity:s}function Ce(s,l){const g=ot(s);if(null!=g&&g!==l){if("ResourceURL"===g&&"URL"===l)return!0;throw new Error(`Required a safe ${l}, got a ${g} (see https://g.co/ng/security#xss)`)}return g===l}function ot(s){return s instanceof is&&s.getTypeName()||null}function ii(s){return new X1(s)}function Zi(s){return new Qo(s)}function Nn(s){return new h3(s)}function En(s){return new Y(s)}function fr(s){return new He(s)}class Cs{constructor(l){this.inertDocumentHelper=l}getInertBodyElement(l){l=""+l;try{const g=(new window.DOMParser).parseFromString(mo(l),"text/html").body;return null===g?this.inertDocumentHelper.getInertBodyElement(l):(g.removeChild(g.firstChild),g)}catch(g){return null}}}class rs{constructor(l){if(this.defaultDoc=l,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),null==this.inertDocument.body){const g=this.inertDocument.createElement("html");this.inertDocument.appendChild(g);const T=this.inertDocument.createElement("body");g.appendChild(T)}}getInertBodyElement(l){const g=this.inertDocument.createElement("template");if("content"in g)return g.innerHTML=mo(l),g;const T=this.inertDocument.createElement("body");return T.innerHTML=mo(l),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(T),T}stripCustomNsAttrs(l){const g=l.attributes;for(let H=g.length-1;0rr(l.trim())).join(", ")),this.buf.push(" ",se,'="',d0(Ze),'"')}var s;return this.buf.push(">"),!0}endElement(l){const g=l.nodeName.toLowerCase();Ea.hasOwnProperty(g)&&!o0.hasOwnProperty(g)&&(this.buf.push(""))}chars(l){this.buf.push(d0(l))}checkClobberedElement(l,g){if(g&&(l.compareDocumentPosition(g)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${l.outerHTML}`);return g}}const S6=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,E6=/([^\#-~ |!])/g;function d0(s){return s.replace(/&/g,"&").replace(S6,function(l){return"&#"+(1024*(l.charCodeAt(0)-55296)+(l.charCodeAt(1)-56320)+65536)+";"}).replace(E6,function(l){return"&#"+l.charCodeAt(0)+";"}).replace(//g,">")}let n2;function p3(s,l){let g=null;try{n2=n2||function Ja(s){const l=new rs(s);return function _s(){try{return!!(new window.DOMParser).parseFromString(mo(""),"text/html")}catch(s){return!1}}()?new Cs(l):l}(s);let T=l?String(l):"";g=n2.getInertBodyElement(T);let H=5,G=T;do{if(0===H)throw new Error("Failed to sanitize html because the input is unstable");H--,T=G,G=g.innerHTML,g=n2.getInertBodyElement(T)}while(T!==G);return mo((new c0).sanitizeChildren(r2(g)||g))}finally{if(g){const T=r2(g)||g;for(;T.firstChild;)T.removeChild(T.firstChild)}}}function r2(s){return"content"in s&&function T6(s){return s.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===s.nodeName}(s)?s.content:null}var ca=(()=>((ca=ca||{})[ca.NONE=0]="NONE",ca[ca.HTML=1]="HTML",ca[ca.STYLE=2]="STYLE",ca[ca.SCRIPT=3]="SCRIPT",ca[ca.URL=4]="URL",ca[ca.RESOURCE_URL=5]="RESOURCE_URL",ca))();function u0(s){const l=Jo();return l?C1(l.sanitize(ca.HTML,s)||""):Ce(s,"HTML")?C1(R(s)):p3(ba(),Z(s))}function g3(s){const l=Jo();return l?l.sanitize(ca.URL,s)||"":Ce(s,"URL")?R(s):rr(Z(s))}function Jo(){const s=Fi();return s&&s[12]}const C3="__ngContext__";function ns(s,l){s[C3]=l}function _3(s){const l=function s2(s){return s[C3]||null}(s);return l?Array.isArray(l)?l:l.lView:null}function $2(s){return s.ngOriginalError}function M3(s,...l){s.error(...l)}class el{constructor(){this._console=console}handleError(l){const g=this._findOriginalError(l),T=function F6(s){return s&&s.ngErrorLogger||M3}(l);T(this._console,"ERROR",l),g&&T(this._console,"ORIGINAL ERROR",g)}_findOriginalError(l){let g=l&&$2(l);for(;g&&$2(g);)g=$2(g);return g||null}}const W6=(()=>("undefined"!=typeof requestAnimationFrame&&requestAnimationFrame||setTimeout).bind(hi))();function b0(s){return s.ownerDocument.defaultView}function to(s){return s instanceof Function?s():s}var Gs=(()=>((Gs=Gs||{})[Gs.Important=1]="Important",Gs[Gs.DashCase=2]="DashCase",Gs))();function S3(s,l){return undefined(s,l)}function x1(s){const l=s[3];return hn(l)?l[3]:l}function E3(s){return Q6(s[13])}function E0(s){return Q6(s[4])}function Q6(s){for(;null!==s&&!hn(s);)s=s[4];return s}function b1(s,l,g,T,H){if(null!=T){let G,se=!1;hn(T)?G=T:ki(T)&&(se=!0,T=T[0]);const Ee=Ke(T);0===s&&null!==g?null==H?l2(l,g,Ee):$o(l,g,Ee,H||null,!0):1===s&&null!==g?$o(l,g,Ee,H||null,!0):2===s?function k3(s,l,g){const T=e1(s,l);T&&function i5(s,l,g,T){Qn(s)?s.removeChild(l,g,T):l.removeChild(g)}(s,T,l,g)}(l,Ee,se):3===s&&l.destroyNode(Ee),null!=G&&function R0(s,l,g,T,H){const G=g[7];G!==Ke(g)&&b1(l,s,T,G,H);for(let Ee=10;Ee0&&(s[g-1][4]=T[4]);const G=o1(s,10+l);!function nl(s,l){d2(s,l,l[11],2,null,null),l[0]=null,l[6]=null}(T[1],T);const se=G[19];null!==se&&se.detachView(G[1]),T[3]=null,T[4]=null,T[2]&=-129}return T}function D0(s,l){if(!(256&l[2])){const g=l[11];Qn(g)&&g.destroyNode&&d2(s,l,g,3,null,null),function $6(s){let l=s[13];if(!l)return D3(s[1],s);for(;l;){let g=null;if(ki(l))g=l[13];else{const T=l[10];T&&(g=T)}if(!g){for(;l&&!l[4]&&l!==s;)ki(l)&&D3(l[1],l),l=l[3];null===l&&(l=s),ki(l)&&D3(l[1],l),g=l&&l[4]}l=g}}(l)}}function D3(s,l){if(!(256&l[2])){l[2]&=-129,l[2]|=256,function I0(s,l){let g;if(null!=s&&null!=(g=s.destroyHooks))for(let T=0;T=0?T[H=ft]():T[H=-ft].unsubscribe(),G+=2}else{const se=T[H=g[G+1]];g[G].call(se)}if(null!==T){for(let G=H+1;GG?"":H[Zt+1].toLowerCase();const vi=8&T?di:null;if(vi&&-1!==H0(vi,ft,0)||2&T&&ft!==di){if(ks(T))return!1;se=!0}}}}else{if(!se&&!ks(T)&&!ks(Ze))return!1;if(se&&ks(Ze))continue;se=!1,T=Ze|1&T}}return ks(T)||se}function ks(s){return 0==(1&s)}function r5(s,l,g,T){if(null===l)return-1;let H=0;if(T||!g){let G=!1;for(;H-1)for(g++;g0?'="'+Ee+'"':"")+"]"}else 8&T?H+="."+se:4&T&&(H+=" "+se);else""!==H&&!ks(se)&&(l+=ul(G,H),H=""),T=se,G=G||!ks(T);g++}return""!==H&&(l+=ul(G,H)),l}const Wn={};function B0(s){U0(Gn(),Fi(),_r()+s,!1)}function U0(s,l,g,T){if(!T)if(3==(3&l[2])){const G=s.preOrderCheckHooks;null!==G&&Ci(l,G,g)}else{const G=s.preOrderHooks;null!==G&&ti(l,G,0,g)}Kr(g)}function h2(s,l){return s<<17|l<<2}function Ps(s){return s>>17&32767}function V3(s){return 2|s}function io(s){return(131068&s)>>2}function z3(s,l){return-131069&s|l<<2}function hl(s){return 1|s}function y5(s,l){const g=s.contentQueries;if(null!==g)for(let T=0;T20&&U0(s,l,20,!1),g(T,H)}finally{Kr(G)}}function ec(s,l,g){if(Bn(l)){const H=l.directiveEnd;for(let G=l.directiveStart;G0;){const g=s[--l];if("number"==typeof g&&g<0)return g}return 0})(Ee)!=Ze&&Ee.push(Ze),Ee.push(T,H,se)}}function D5(s,l){null!==s.hostBindings&&s.hostBindings(1,l)}function O5(s,l){l.flags|=2,(s.components||(s.components=[])).push(l.index)}function Lh(s,l,g){if(g){if(l.exportAs)for(let T=0;T0&&bl(g)}}function bl(s){for(let T=E3(s);null!==T;T=E0(T))for(let H=10;H0&&bl(G)}const g=s[1].components;if(null!==g)for(let T=0;T0&&bl(H)}}function H5(s,l){const g=oi(l,s),T=g[1];(function hc(s,l){for(let g=l.length;gPromise.resolve(null))();function pc(s){return s[7]||(s[7]=[])}function mc(s){return s.cleanup||(s.cleanup=[])}function gc(s,l,g){return(null===s||Cn(s))&&(g=function kt(s){for(;Array.isArray(s);){if("object"==typeof s[1])return s;s=s[0]}return null}(g[l.index])),g[11]}function B5(s,l){const g=s[9],T=g?g.get(el,null):null;T&&T.handleError(l)}function Cc(s,l,g,T,H){for(let G=0;Gthis.processProvider(Ee,l,g)),ts([l],Ee=>this.processInjectorType(Ee,[],G)),this.records.set(n4,f2(void 0,this));const se=this.records.get(r4);this.scope=null!=se?se.value:null,this.source=H||("object"==typeof l?null:N(l))}get destroyed(){return this._destroyed}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{this.onDestroy.forEach(l=>l.ngOnDestroy())}finally{this.records.clear(),this.onDestroy.clear(),this.injectorDefTypes.clear()}}get(l,g=qa,T=De.Default){this.assertNotDestroyed();const H=j1(this),G=xe(void 0);try{if(!(T&De.SkipSelf)){let Ee=this.records.get(l);if(void 0===Ee){const Ze=function Ph(s){return"function"==typeof s||"object"==typeof s&&s instanceof Ar}(l)&&Ne(l);Ee=Ze&&this.injectableDefInScope(Ze)?f2(o4(l),El):null,this.records.set(l,Ee)}if(null!=Ee)return this.hydrate(l,Ee)}return(T&De.Self?s4():this.parent).get(l,g=T&De.Optional&&g===qa?null:g)}catch(se){if("NullInjectorError"===se.name){if((se[ho]=se[ho]||[]).unshift(N(l)),H)throw se;return function o3(s,l,g,T){const H=s[ho];throw l[Wo]&&H.unshift(l[Wo]),s.message=function G2(s,l,g,T=null){s=s&&"\n"===s.charAt(0)&&"\u0275"==s.charAt(1)?s.substr(2):s;let H=N(l);if(Array.isArray(l))H=l.map(N).join(" -> ");else if("object"==typeof l){let G=[];for(let se in l)if(l.hasOwnProperty(se)){let Ee=l[se];G.push(se+":"+("string"==typeof Ee?JSON.stringify(Ee):N(Ee)))}H=`{${G.join(", ")}}`}return`${g}${T?"("+T+")":""}[${H}]: ${s.replace(Y1,"\n ")}`}("\n"+s.message,H,g,T),s.ngTokenPath=H,s[ho]=null,s}(se,l,"R3InjectorError",this.source)}throw se}finally{xe(G),j1(H)}}_resolveInjectorDefTypes(){this.injectorDefTypes.forEach(l=>this.get(l))}toString(){const l=[];return this.records.forEach((T,H)=>l.push(N(H))),`R3Injector[${l.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new S(205,!1)}processInjectorType(l,g,T){if(!(l=D(l)))return!1;let H=ye(l);const G=null==H&&l.ngModule||void 0,se=void 0===G?l:G,Ee=-1!==T.indexOf(se);if(void 0!==G&&(H=ye(G)),null==H)return!1;if(null!=H.imports&&!Ee){let At;T.push(se);try{ts(H.imports,Zt=>{this.processInjectorType(Zt,g,T)&&(void 0===At&&(At=[]),At.push(Zt))})}finally{}if(void 0!==At)for(let Zt=0;Ztthis.processProvider(Hi,di,vi||et))}}this.injectorDefTypes.add(se);const Ze=Fr(se)||(()=>new se);this.records.set(se,f2(Ze,El));const ft=H.providers;if(null!=ft&&!Ee){const At=l;ts(ft,Zt=>this.processProvider(Zt,At,ft))}return void 0!==G&&void 0!==l.providers}processProvider(l,g,T){let H=p2(l=D(l))?l:D(l&&l.provide);const G=function K5(s,l,g){return Q5(s)?f2(void 0,s.useValue):f2(_c(s),El)}(l);if(p2(l)||!0!==l.multi)this.records.get(H);else{let se=this.records.get(H);se||(se=f2(void 0,El,!0),se.factory=()=>B2(se.multi),this.records.set(H,se)),H=l,se.multi.push(l)}this.records.set(H,G)}hydrate(l,g){return g.value===El&&(g.value=W5,g.value=g.factory()),"object"==typeof g.value&&g.value&&function kh(s){return null!==s&&"object"==typeof s&&"function"==typeof s.ngOnDestroy}(g.value)&&this.onDestroy.add(g.value),g.value}injectableDefInScope(l){if(!l.providedIn)return!1;const g=D(l.providedIn);return"string"==typeof g?"any"===g||g===this.scope:this.injectorDefTypes.has(g)}}function o4(s){const l=Ne(s),g=null!==l?l.factory:Fr(s);if(null!==g)return g;if(s instanceof Ar)throw new S(204,!1);if(s instanceof Function)return function Dh(s){const l=s.length;if(l>0)throw Bo(l,"?"),new S(204,!1);const g=function Q(s){const l=s&&(s[V]||s[dt]);if(l){const g=function Ue(s){if(s.hasOwnProperty("name"))return s.name;const l=(""+s).match(/^function\s*([^\s(]+)/);return null===l?"":l[1]}(s);return console.warn(`DEPRECATED: DI is instantiating a token "${g}" 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 "${g}" class.`),l}return null}(s);return null!==g?()=>g.factory(s):()=>new s}(s);throw new S(204,!1)}function _c(s,l,g){let T;if(p2(s)){const H=D(s);return Fr(H)||o4(H)}if(Q5(s))T=()=>D(s.useValue);else if(function vc(s){return!(!s||!s.useFactory)}(s))T=()=>s.useFactory(...B2(s.deps||[]));else if(function Ih(s){return!(!s||!s.useExisting)}(s))T=()=>Va(D(s.useExisting));else{const H=D(s&&(s.useClass||s.provide));if(!function Oh(s){return!!s.deps}(s))return Fr(H)||o4(H);T=()=>new H(...B2(s.deps))}return T}function f2(s,l,g=!1){return{factory:s,value:l,multi:g?[]:void 0}}function Q5(s){return null!==s&&"object"==typeof s&&s3 in s}function p2(s){return"function"==typeof s}let vo=(()=>{class s{static create(g,T){var H;if(Array.isArray(g))return Y5({name:""},T,g,"");{const G=null!==(H=g.name)&&void 0!==H?H:"";return Y5({name:G},g.parent,g.providers,G)}}}return s.THROW_IF_NOT_FOUND=qa,s.NULL=new Z5,s.\u0275prov=q({token:s,providedIn:"any",factory:()=>Va(n4)}),s.__NG_ELEMENT_ID__=-1,s})();function ld(s,l){Jt(_3(s)[1],gr())}function l4(s){let l=function cd(s){return Object.getPrototypeOf(s.prototype).constructor}(s.type),g=!0;const T=[s];for(;l;){let H;if(Cn(s))H=l.\u0275cmp||l.\u0275dir;else{if(l.\u0275cmp)throw new S(903,"");H=l.\u0275dir}if(H){if(g){T.push(H);const se=s;se.inputs=Ec(s.inputs),se.declaredInputs=Ec(s.declaredInputs),se.outputs=Ec(s.outputs);const Ee=H.hostBindings;Ee&&Uh(s,Ee);const Ze=H.viewQuery,ft=H.contentQueries;if(Ze&&zh(s,Ze),ft&&Bh(s,ft),d(s.inputs,H.inputs),d(s.declaredInputs,H.declaredInputs),d(s.outputs,H.outputs),Cn(H)&&H.data.animation){const At=s.data;At.animation=(At.animation||[]).concat(H.data.animation)}}const G=H.features;if(G)for(let se=0;se=0;T--){const H=s[T];H.hostVars=l+=H.hostVars,H.hostAttrs=hs(H.hostAttrs,g=hs(g,H.hostAttrs))}}(T)}function Ec(s){return s===Ct?{}:s===et?[]:s}function zh(s,l){const g=s.viewQuery;s.viewQuery=g?(T,H)=>{l(T,H),g(T,H)}:l}function Bh(s,l){const g=s.contentQueries;s.contentQueries=g?(T,H,G)=>{l(T,H,G),g(T,H,G)}:l}function Uh(s,l){const g=s.hostBindings;s.hostBindings=g?(T,H)=>{l(T,H),g(T,H)}:l}let Tl=null;function E1(){if(!Tl){const s=hi.Symbol;if(s&&s.iterator)Tl=s.iterator;else{const l=Object.getOwnPropertyNames(Map.prototype);for(let g=0;gEe(Ke(lr[T.index])):T.index;if(Qn(g)){let lr=null;if(!Ee&&Ze&&(lr=function zc(s,l,g,T){const H=s.cleanup;if(null!=H)for(let G=0;GZe?Ee[Ze]:null}"string"==typeof se&&(G+=2)}return null}(s,l,H,T.index)),null!==lr)(lr.__ngLastListenerFn__||lr).__ngNextListenerFn__=G,lr.__ngLastListenerFn__=G,vi=!1;else{G=D4(T,l,Zt,G,!1);const Ir=g.listen(gn,H,G);di.push(G,Ir),At&&At.push(H,Dn,Vi,Vi+1)}}else G=D4(T,l,Zt,G,!0),gn.addEventListener(H,G,se),di.push(G),At&&At.push(H,Dn,Vi,se)}else G=D4(T,l,Zt,G,!1);const Hi=T.outputs;let qi;if(vi&&null!==Hi&&(qi=Hi[H])){const an=qi.length;if(an)for(let gn=0;gn0;)l=l[15],s--;return l}(s,Fe.lFrame.contextLView))[8]}(s)}function Ld(s,l){let g=null;const T=function s5(s){const l=s.attrs;if(null!=l){const g=l.indexOf(5);if(0==(1&g))return l[g+1]}return null}(s);for(let H=0;H=0}const Ba={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function I4(s){return s.substring(Ba.key,Ba.keyEnd)}function kd(s,l){const g=Ba.textEnd;return g===l?-1:(l=Ba.keyEnd=function Kh(s,l,g){for(;l32;)l++;return l}(s,Ba.key=l,g),D2(s,l,g))}function D2(s,l,g){for(;l=0;g=kd(l,g))Fa(s,I4(l),!0)}function ao(s,l,g,T){const H=Fi(),G=Gn(),se=fe(2);G.firstUpdatePass&&Qc(G,s,se,T),l!==Wn&&ss(H,se,l)&&qc(G,G.data[_r()],H,H[11],s,H[se+1]=function Gd(s,l){return null==s||("string"==typeof l?s+=l:"object"==typeof s&&(s=N(R(s)))),s}(l,g),T,se)}function so(s,l,g,T){const H=Gn(),G=fe(2);H.firstUpdatePass&&Qc(H,null,G,T);const se=Fi();if(g!==Wn&&ss(se,G,g)){const Ee=H.data[_r()];if(Zd(Ee,T)&&!Vd(H,G)){let Ze=T?Ee.classesWithoutHost:Ee.stylesWithoutHost;null!==Ze&&(g=h(Ze,g||"")),Vl(H,Ee,se,g,T)}else!function Bd(s,l,g,T,H,G,se,Ee){H===Wn&&(H=et);let Ze=0,ft=0,At=0=s.expandoStartIndex}function Qc(s,l,g,T){const H=s.data;if(null===H[g+1]){const G=H[_r()],se=Vd(s,g);Zd(G,T)&&null===l&&!se&&(l=!1),l=function Jh(s,l,g,T){const H=_i(s);let G=T?l.residualClasses:l.residualStyles;if(null===H)0===(T?l.classBindings:l.styleBindings)&&(g=Gl(g=R4(null,s,l,g,T),l.attrs,T),G=null);else{const se=l.directiveStylingLast;if(-1===se||s[se]!==H)if(g=R4(H,s,l,g,T),null===G){let Ze=function Xh(s,l,g){const T=g?l.classBindings:l.styleBindings;if(0!==io(T))return s[Ps(T)]}(s,l,T);void 0!==Ze&&Array.isArray(Ze)&&(Ze=R4(null,s,l,Ze[1],T),Ze=Gl(Ze,l.attrs,T),function zd(s,l,g,T){s[Ps(g?l.classBindings:l.styleBindings)]=T}(s,l,T,Ze))}else G=function $h(s,l,g){let T;const H=l.directiveEnd;for(let G=1+l.directiveStylingLast;G0)&&(ft=!0)}else At=g;if(H)if(0!==Ze){const di=Ps(s[Ee+1]);s[T+1]=h2(di,Ee),0!==di&&(s[di+1]=z3(s[di+1],T)),s[Ee+1]=function Z0(s,l){return 131071&s|l<<17}(s[Ee+1],T)}else s[T+1]=h2(Ee,0),0!==Ee&&(s[Ee+1]=z3(s[Ee+1],T)),Ee=T;else s[T+1]=h2(Ze,0),0===Ee?Ee=T:s[Ze+1]=z3(s[Ze+1],T),Ze=T;ft&&(s[T+1]=V3(s[T+1])),Wc(s,At,T,!0),Wc(s,At,T,!1),function Od(s,l,g,T,H){const G=H?s.residualClasses:s.residualStyles;null!=G&&"string"==typeof l&&Bs(G,l)>=0&&(g[T+1]=hl(g[T+1]))}(l,At,s,T,G),se=h2(Ee,Ze),G?l.classBindings=se:l.styleBindings=se}(H,G,l,g,se,T)}}function R4(s,l,g,T,H){let G=null;const se=g.directiveEnd;let Ee=g.directiveStylingLast;for(-1===Ee?Ee=g.directiveStart:Ee++;Ee0;){const Ze=s[H],ft=Array.isArray(Ze),At=ft?Ze[1]:Ze,Zt=null===At;let di=g[H+1];di===Wn&&(di=Zt?et:void 0);let vi=Zt?Uo(di,T):At===T?di:void 0;if(ft&&!H4(vi)&&(vi=Uo(Ze,T)),H4(vi)&&(Ee=vi,se))return Ee;const Hi=s[H+1];H=se?Ps(Hi):io(Hi)}if(null!==l){let Ze=G?l.residualClasses:l.residualStyles;null!=Ze&&(Ee=Uo(Ze,T))}return Ee}function H4(s){return void 0!==s}function Zd(s,l){return 0!=(s.flags&(l?16:32))}function Jc(s,l=""){const g=Fi(),T=Gn(),H=s+20,G=T.firstCreatePass?L1(T,H,1,l,null):T.data[H],se=g[H]=function il(s,l){return Qn(s)?s.createText(l):s.createTextNode(l)}(g[11],l);sl(T,g,se,G),pa(G,!1)}function Xc(s){return F4("",s,""),Xc}function F4(s,l,g){const T=Fi(),H=A1(T,s,l,g);return H!==Wn&&_o(T,_r(),H),F4}function V4(s,l,g,T,H){const G=Fi(),se=function g2(s,l,g,T,H,G){const Ee=T1(s,Ya(),g,H);return fe(2),Ee?l+Z(g)+T+Z(H)+G:Wn}(G,s,l,g,T,H);return se!==Wn&&_o(G,_r(),se),V4}function $c(s,l,g,T,H,G,se){const Ee=Fi(),Ze=function C2(s,l,g,T,H,G,se,Ee){const ft=Il(s,Ya(),g,H,se);return fe(3),ft?l+Z(g)+T+Z(H)+G+Z(se)+Ee:Wn}(Ee,s,l,g,T,H,G,se);return Ze!==Wn&&_o(Ee,_r(),Ze),$c}function e6(s,l,g,T,H,G,se,Ee,Ze){const ft=Fi(),At=D1(ft,s,l,g,T,H,G,se,Ee,Ze);return At!==Wn&&_o(ft,_r(),At),e6}function jd(s,l,g){so(Fa,ro,A1(Fi(),s,l,g),!0)}function On(s,l,g){const T=Fi();return ss(T,ae(),l)&&vs(Gn(),Zn(),T,s,l,T[11],g,!0),On}function wn(s,l,g){const T=Fi();if(ss(T,ae(),l)){const G=Gn(),se=Zn();vs(G,se,T,s,l,gc(_i(G.data),se,T),g,!0)}return wn}const xr=void 0;var Ua=["en",[["a","p"],["AM","PM"],xr],[["AM","PM"],xr,xr],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],xr,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],xr,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",xr,"{1} 'at' {0}",xr],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function Dr(s){const g=Math.floor(Math.abs(s)),T=s.toString().replace(/^[^.]*\.?/,"").length;return 1===g&&0===T?1:5}];let Pr={};function Aa(s){const l=function ls(s){return s.toLowerCase().replace(/_/g,"-")}(s);let g=os(l);if(g)return g;const T=l.split("-")[0];if(g=os(T),g)return g;if("en"===T)return Ua;throw new Error(`Missing locale data for the locale "${s}".`)}function Nr(s){return Aa(s)[ln.PluralCase]}function os(s){return s in Pr||(Pr[s]=hi.ng&&hi.ng.common&&hi.ng.common.locales&&hi.ng.common.locales[s]),Pr[s]}var ln=(()=>((ln=ln||{})[ln.LocaleId=0]="LocaleId",ln[ln.DayPeriodsFormat=1]="DayPeriodsFormat",ln[ln.DayPeriodsStandalone=2]="DayPeriodsStandalone",ln[ln.DaysFormat=3]="DaysFormat",ln[ln.DaysStandalone=4]="DaysStandalone",ln[ln.MonthsFormat=5]="MonthsFormat",ln[ln.MonthsStandalone=6]="MonthsStandalone",ln[ln.Eras=7]="Eras",ln[ln.FirstDayOfWeek=8]="FirstDayOfWeek",ln[ln.WeekendRange=9]="WeekendRange",ln[ln.DateFormat=10]="DateFormat",ln[ln.TimeFormat=11]="TimeFormat",ln[ln.DateTimeFormat=12]="DateTimeFormat",ln[ln.NumberSymbols=13]="NumberSymbols",ln[ln.NumberFormats=14]="NumberFormats",ln[ln.CurrencyCode=15]="CurrencyCode",ln[ln.CurrencySymbol=16]="CurrencySymbol",ln[ln.CurrencyName=17]="CurrencyName",ln[ln.Currencies=18]="Currencies",ln[ln.Directionality=19]="Directionality",ln[ln.PluralCase=20]="PluralCase",ln[ln.ExtraData=21]="ExtraData",ln))();const $r="en-US";let Xa=$r;function tu(s,l,g,T,H){if(s=D(s),Array.isArray(s))for(let G=0;G>20;if(p2(s)||!s.multi){const vi=new on(Ze,H,O1),Hi=nu(Ee,l,H?At:At+di,Zt);-1===Hi?(Vn($t(ft,se),G,Ee),iu(G,s,l.length),l.push(Ee),ft.directiveStart++,ft.directiveEnd++,H&&(ft.providerIndexes+=1048576),g.push(vi),se.push(vi)):(g[Hi]=vi,se[Hi]=vi)}else{const vi=nu(Ee,l,At+di,Zt),Hi=nu(Ee,l,At,At+di),qi=vi>=0&&g[vi],an=Hi>=0&&g[Hi];if(H&&!an||!H&&!qi){Vn($t(ft,se),G,Ee);const gn=function Q7(s,l,g,T,H){const G=new on(s,g,O1);return G.multi=[],G.index=l,G.componentProviders=0,l6(G,H,T&&!g),G}(H?K7:c6,g.length,H,T,Ze);!H&&an&&(g[Hi].providerFactory=gn),iu(G,s,l.length,0),l.push(Ee),ft.directiveStart++,ft.directiveEnd++,H&&(ft.providerIndexes+=1048576),g.push(gn),se.push(gn)}else iu(G,s,vi>-1?vi:Hi,l6(g[H?Hi:vi],Ze,!H&&T));!H&&T&&an&&g[Hi].componentProviders++}}}function iu(s,l,g,T){const H=p2(l),G=function q5(s){return!!s.useClass}(l);if(H||G){const Ze=(G?D(l.useClass):l).prototype.ngOnDestroy;if(Ze){const ft=s.destroyHooks||(s.destroyHooks=[]);if(!H&&l.multi){const At=ft.indexOf(g);-1===At?ft.push(g,[T,Ze]):ft[At+1].push(T,Ze)}else ft.push(g,Ze)}}}function l6(s,l,g){return g&&s.componentProviders++,s.multi.push(l)-1}function nu(s,l,g,T){for(let H=g;H{g.providersResolver=(T,H)=>function x8(s,l,g){const T=Gn();if(T.firstCreatePass){const H=Cn(s);tu(g,T.data,T.blueprint,H,!0),tu(l,T.data,T.blueprint,H,!1)}}(T,H?H(s):s,l)}}class w8{}class q7{resolveComponentFactory(l){throw function L8(s){const l=Error(`No component factory found for ${N(s)}. Did you add it to @NgModule.entryComponents?`);return l.ngComponent=s,l}(l)}}let d6=(()=>{class s{}return s.NULL=new q7,s})();function T8(){return jl(gr(),Fi())}function jl(s,l){return new W4(Oi(s,l))}let W4=(()=>{class s{constructor(g){this.nativeElement=g}}return s.__NG_ELEMENT_ID__=T8,s})();function J7(s){return s instanceof W4?s.nativeElement:s}class A8{}let D8=(()=>{class s{}return s.__NG_ELEMENT_ID__=()=>function I8(){const s=Fi(),g=oi(gr().index,s);return function $7(s){return s[11]}(ki(g)?g:s)}(),s})(),ep=(()=>{class s{}return s.\u0275prov=q({token:s,providedIn:"root",factory:()=>null}),s})();class O8{constructor(l){this.full=l,this.major=l.split(".")[0],this.minor=l.split(".")[1],this.patch=l.split(".").slice(2).join(".")}}const k8=new O8("13.3.11"),au={};function u6(s,l,g,T,H=!1){for(;null!==g;){const G=l[g.index];if(null!==G&&T.push(Ke(G)),hn(G))for(let Ee=10;Ee-1&&(Xo(l,T),o1(g,T))}this._attachedToViewContainer=!1}D0(this._lView[1],this._lView)}onDestroy(l){ac(this._lView[1],this._lView,null,l)}markForCheck(){wl(this._cdRefInjectingView||this._lView)}detach(){this._lView[2]&=-129}reattach(){this._lView[2]|=128}detectChanges(){!function t4(s,l,g){const T=l[10];T.begin&&T.begin();try{t1(s,l,s.template,g)}catch(H){throw B5(l,H),H}finally{T.end&&T.end()}}(this._lView[1],this._lView,this.context)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new S(902,"");this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null,function X6(s,l){d2(s,l,l[11],2,null,null)}(this._lView[1],this._lView)}attachToAppRef(l){if(this._attachedToViewContainer)throw new S(902,"");this._appRef=l}}class tp extends Y4{constructor(l){super(l),this._view=l}detectChanges(){i4(this._view)}checkNoChanges(){}get context(){return null}}class P8 extends d6{constructor(l){super(),this.ngModule=l}resolveComponentFactory(l){const g=st(l);return new su(g,this.ngModule)}}function N8(s){const l=[];for(let g in s)s.hasOwnProperty(g)&&l.push({propName:s[g],templateName:g});return l}class su extends w8{constructor(l,g){super(),this.componentDef=l,this.ngModule=g,this.componentType=l.type,this.selector=function c5(s){return s.map(l5).join(",")}(l.selectors),this.ngContentSelectors=l.ngContentSelectors?l.ngContentSelectors:[],this.isBoundToModule=!!g}get inputs(){return N8(this.componentDef.inputs)}get outputs(){return N8(this.componentDef.outputs)}create(l,g,T,H){const G=(H=H||this.ngModule)?function H8(s,l){return{get:(g,T,H)=>{const G=s.get(g,au,H);return G!==au||T===au?G:l.get(g,T,H)}}}(l,H.injector):l,se=G.get(A8,qe),Ee=G.get(ep,null),Ze=se.createRenderer(null,this.componentDef),ft=this.componentDef.selectors[0][0]||"div",At=T?function rc(s,l,g){if(Qn(s))return s.selectRootElement(l,g===ht.ShadowDom);let T="string"==typeof l?s.querySelector(l):l;return T.textContent="",T}(Ze,T,this.componentDef.encapsulation):Ao(se.createRenderer(null,this.componentDef),ft,function R8(s){const l=s.toLowerCase();return"svg"===l?"svg":"math"===l?"math":null}(ft)),Zt=this.componentDef.onPush?576:528,di=function Sc(s,l){return{components:[],scheduler:s||W6,clean:z5,playerHandler:l||null,flags:0}}(),vi=yl(0,null,null,1,0,null,null,null,null,null),Hi=vl(null,vi,di,Zt,null,null,se,Ze,Ee,G);let qi,an;Hn(Hi);try{const gn=function Lc(s,l,g,T,H,G){const se=g[1];g[20]=s;const Ze=L1(se,20,2,"#host",null),ft=Ze.mergedAttrs=l.hostAttrs;null!==ft&&(Sl(Ze,ft,!0),null!==s&&(Ur(H,s,ft),null!==Ze.classes&&N3(H,s,Ze.classes),null!==Ze.styles&&P3(H,s,Ze.styles)));const At=T.createRenderer(s,l),Zt=vl(g,tc(l),null,l.onPush?64:16,g[20],Ze,T,At,G||null,null);return se.firstCreatePass&&(Vn($t(Ze,g),se,l.type),O5(se,Ze),$3(Ze,g.length,1)),Ml(g,Zt),g[20]=Zt}(At,this.componentDef,Hi,se,Ze);if(At)if(T)Ur(Ze,At,["ng-version",k8.full]);else{const{attrs:Vi,classes:Dn}=function z0(s){const l=[],g=[];let T=1,H=2;for(;T0&&N3(Ze,At,Dn.join(" "))}if(an=qn(vi,20),void 0!==g){const Vi=an.projection=[];for(let Dn=0;DnZe(se,l)),l.contentQueries){const Ze=gr();l.contentQueries(1,se,Ze.directiveStart)}const Ee=gr();return!G.firstCreatePass||null===l.hostBindings&&null===l.hostAttrs||(Kr(Ee.index),A5(g[1],Ee,0,Ee.directiveStart,Ee.directiveEnd,l),D5(l,se)),se}(gn,this.componentDef,Hi,di,[ld]),Zs(vi,Hi,null)}finally{Cr()}return new rp(this.componentType,qi,jl(an,Hi),Hi,an)}}class rp extends class M8{}{constructor(l,g,T,H,G){super(),this.location=T,this._rootLView=H,this._tNode=G,this.instance=g,this.hostView=this.changeDetectorRef=new tp(H),this.componentType=l}get injector(){return new Fo(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(l){this.hostView.onDestroy(l)}}class Kl{}class ou{}const Ql=new Map;class cu extends Kl{constructor(l,g){super(),this._parent=g,this._bootstrapComponents=[],this.injector=this,this.destroyCbs=[],this.componentFactoryResolver=new P8(this);const T=qt(l);this._bootstrapComponents=to(T.bootstrap),this._r3Injector=j5(l,g,[{provide:Kl,useValue:this},{provide:d6,useValue:this.componentFactoryResolver}],N(l)),this._r3Injector._resolveInjectorDefTypes(),this.instance=this.get(l)}get(l,g=vo.THROW_IF_NOT_FOUND,T=De.Default){return l===vo||l===Kl||l===n4?this:this._r3Injector.get(l,g,T)}destroy(){const l=this._r3Injector;!l.destroyed&&l.destroy(),this.destroyCbs.forEach(g=>g()),this.destroyCbs=null}onDestroy(l){this.destroyCbs.push(l)}}class du extends ou{constructor(l){super(),this.moduleType=l,null!==qt(l)&&function sp(s){const l=new Set;!function g(T){const H=qt(T,!0),G=H.id;null!==G&&(function V8(s,l,g){if(l&&l!==g)throw new Error(`Duplicate module registered for ${s} - ${N(l)} vs ${N(l.name)}`)}(G,Ql.get(G),T),Ql.set(G,T));const se=to(H.imports);for(const Ee of se)l.has(Ee)||(l.add(Ee),g(Ee))}(s)}(l)}create(l){return new cu(this.moduleType,l)}}function z8(s,l,g){const T=Mr()+s,H=Fi();return H[T]===Wn?yo(H,T,g?l.call(g):l()):function Dl(s,l){return s[l]}(H,T)}function B8(s,l,g,T){return uu(Fi(),Mr(),s,l,g,T)}function U8(s,l,g,T,H){return Y8(Fi(),Mr(),s,l,g,T,H)}function G8(s,l,g,T,H,G){return hu(Fi(),Mr(),s,l,g,T,H,G)}function j4(s,l){const g=s[l];return g===Wn?void 0:g}function uu(s,l,g,T,H,G){const se=l+g;return ss(s,se,H)?yo(s,se+1,G?T.call(G,H):T(H)):j4(s,se+1)}function Y8(s,l,g,T,H,G,se){const Ee=l+g;return T1(s,Ee,H,G)?yo(s,Ee+2,se?T.call(se,H,G):T(H,G)):j4(s,Ee+2)}function hu(s,l,g,T,H,G,se,Ee){const Ze=l+g;return Il(s,Ze,H,G,se)?yo(s,Ze+3,Ee?T.call(Ee,H,G,se):T(H,G,se)):j4(s,Ze+3)}function K8(s,l){const g=Gn();let T;const H=s+20;g.firstCreatePass?(T=function up(s,l){if(l)for(let g=l.length-1;g>=0;g--){const T=l[g];if(s===T.name)return T}}(l,g.pipeRegistry),g.data[H]=T,T.onDestroy&&(g.destroyHooks||(g.destroyHooks=[])).push(H,T.onDestroy)):T=g.data[H];const G=T.factory||(T.factory=Fr(T.type)),se=xe(O1);try{const Ee=Be(!1),Ze=G();return Be(Ee),function f4(s,l,g,T){g>=s.data.length&&(s.data[g]=null,s.blueprint[g]=null),l[g]=T}(g,Fi(),H,Ze),Ze}finally{xe(se)}}function Q8(s,l,g){const T=s+20,H=Fi(),G=Ot(H,T);return ql(H,T)?uu(H,Mr(),l,G.transform,g,G):G.transform(g)}function q8(s,l,g,T){const H=s+20,G=Fi(),se=Ot(G,H);return ql(G,H)?Y8(G,Mr(),l,se.transform,g,T,se):se.transform(g,T)}function pu(s,l,g,T,H){const G=s+20,se=Fi(),Ee=Ot(se,G);return ql(se,G)?hu(se,Mr(),l,Ee.transform,g,T,H,Ee):Ee.transform(g,T,H)}function ql(s,l){return s[1].data[l].pure}function mu(s){return l=>{setTimeout(s,void 0,l)}}const Ho=class pp extends t.x{constructor(l=!1){super(),this.__isAsync=l}emit(l){super.next(l)}subscribe(l,g,T){var H,G,se;let Ee=l,Ze=g||(()=>null),ft=T;if(l&&"object"==typeof l){const Zt=l;Ee=null===(H=Zt.next)||void 0===H?void 0:H.bind(Zt),Ze=null===(G=Zt.error)||void 0===G?void 0:G.bind(Zt),ft=null===(se=Zt.complete)||void 0===se?void 0:se.bind(Zt)}this.__isAsync&&(Ze=mu(Ze),Ee&&(Ee=mu(Ee)),ft&&(ft=mu(ft)));const At=super.subscribe({next:Ee,error:Ze,complete:ft});return l instanceof e.w0&&l.add(At),At}};function mp(){return this._results[E1()]()}class h6{constructor(l=!1){this._emitDistinctChangesOnly=l,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;const g=E1(),T=h6.prototype;T[g]||(T[g]=mp)}get changes(){return this._changes||(this._changes=new Ho)}get(l){return this._results[l]}map(l){return this._results.map(l)}filter(l){return this._results.filter(l)}find(l){return this._results.find(l)}reduce(l,g){return this._results.reduce(l,g)}forEach(l){this._results.forEach(l)}some(l){return this._results.some(l)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(l,g){const T=this;T.dirty=!1;const H=ms(l);(this._changesDetected=!function F2(s,l,g){if(s.length!==l.length)return!1;for(let T=0;T{class s{}return s.__NG_ELEMENT_ID__=_p,s})();const gp=Jl,Cp=class extends gp{constructor(l,g,T){super(),this._declarationLView=l,this._declarationTContainer=g,this.elementRef=T}createEmbeddedView(l){const g=this._declarationTContainer.tViews,T=vl(this._declarationLView,g,l,16,null,g.declTNode,null,null,null,null);T[17]=this._declarationLView[this._declarationTContainer.index];const G=this._declarationLView[19];return null!==G&&(T[19]=G.createEmbeddedView(g)),Zs(g,T,l),new Y4(T)}};function _p(){return f6(gr(),Fi())}function f6(s,l){return 4&s.type?new Cp(l,s,jl(s,l)):null}let K4=(()=>{class s{}return s.__NG_ELEMENT_ID__=vp,s})();function vp(){return ef(gr(),Fi())}const J8=K4,X8=class extends J8{constructor(l,g,T){super(),this._lContainer=l,this._hostTNode=g,this._hostLView=T}get element(){return jl(this._hostTNode,this._hostLView)}get injector(){return new Fo(this._hostTNode,this._hostLView)}get parentInjector(){const l=cn(this._hostTNode,this._hostLView);if(Ms(l)){const g=Xs(l,this._hostLView),T=Js(l);return new Fo(g[1].data[T+8],g)}return new Fo(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(l){const g=$8(this._lContainer);return null!==g&&g[l]||null}get length(){return this._lContainer.length-10}createEmbeddedView(l,g,T){const H=l.createEmbeddedView(g||{});return this.insert(H,T),H}createComponent(l,g,T,H,G){const se=l&&!function uo(s){return"function"==typeof s}(l);let Ee;if(se)Ee=g;else{const Zt=g||{};Ee=Zt.index,T=Zt.injector,H=Zt.projectableNodes,G=Zt.ngModuleRef}const Ze=se?l:new su(st(l)),ft=T||this.parentInjector;if(!G&&null==Ze.ngModule){const di=(se?ft:this.parentInjector).get(Kl,null);di&&(G=di)}const At=Ze.create(ft,H,void 0,G);return this.insert(At.hostView,Ee),At}insert(l,g){const T=l._lView,H=T[1];if(function Di(s){return hn(s[3])}(T)){const At=this.indexOf(l);if(-1!==At)this.detach(At);else{const Zt=T[3],di=new X8(Zt,Zt[6],Zt[3]);di.detach(di.indexOf(l))}}const G=this._adjustIndex(g),se=this._lContainer;!function T3(s,l,g,T){const H=10+T,G=g.length;T>0&&(g[H-1][4]=l),T0)T.push(se[Ee/2]);else{const ft=G[Ee+1],At=l[-Ze];for(let Zt=10;Zt{class s{constructor(g){this.appInits=g,this.resolve=C6,this.reject=C6,this.initialized=!1,this.done=!1,this.donePromise=new Promise((T,H)=>{this.resolve=T,this.reject=H})}runInitializers(){if(this.initialized)return;const g=[],T=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let H=0;H{G.subscribe({complete:Ee,error:Ze})});g.push(se)}}Promise.all(g).then(()=>{T()}).catch(H=>{this.reject(H)}),0===g.length&&T(),this.initialized=!0}}return s.\u0275fac=function(g){return new(g||s)(Va(ku,8))},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"root"}),s})();const Lf=new Ar("AppId",{providedIn:"root",factory:function Sf(){return`${Nu()}${Nu()}${Nu()}`}});function Nu(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const Ru=new Ar("Platform Initializer"),Gp=new Ar("Platform ID",{providedIn:"platform",factory:()=>"unknown"}),Hu=new Ar("appBootstrapListener");let Ef=(()=>{class s{log(g){console.log(g)}warn(g){console.warn(g)}}return s.\u0275fac=function(g){return new(g||s)},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"platform"}),s})();const _6=new Ar("LocaleId",{providedIn:"root",factory:()=>h1(_6,De.Optional|De.SkipSelf)||function Zp(){return"undefined"!=typeof $localize&&$localize.locale||$r}()}),Wp=new Ar("DefaultCurrencyCode",{providedIn:"root",factory:()=>"USD"});class Yp{constructor(l,g){this.ngModuleFactory=l,this.componentFactories=g}}let jp=(()=>{class s{compileModuleSync(g){return new du(g)}compileModuleAsync(g){return Promise.resolve(this.compileModuleSync(g))}compileModuleAndAllComponentsSync(g){const T=this.compileModuleSync(g),G=to(qt(g).declarations).reduce((se,Ee)=>{const Ze=st(Ee);return Ze&&se.push(new su(Ze)),se},[]);return new Yp(T,G)}compileModuleAndAllComponentsAsync(g){return Promise.resolve(this.compileModuleAndAllComponentsSync(g))}clearCache(){}clearCacheFor(g){}getModuleId(g){}}return s.\u0275fac=function(g){return new(g||s)},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"root"}),s})();const Tf=(()=>Promise.resolve(0))();function v6(s){"undefined"==typeof Zone?Tf.then(()=>{s&&s.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",s)}class Lo{constructor({enableLongStackTrace:l=!1,shouldCoalesceEventChangeDetection:g=!1,shouldCoalesceRunChangeDetection:T=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new Ho(!1),this.onMicrotaskEmpty=new Ho(!1),this.onStable=new Ho(!1),this.onError=new Ho(!1),"undefined"==typeof Zone)throw new Error("In this configuration Angular requires Zone.js");Zone.assertZonePatched();const H=this;H._nesting=0,H._outer=H._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(H._inner=H._inner.fork(new Zone.TaskTrackingZoneSpec)),l&&Zone.longStackTraceZoneSpec&&(H._inner=H._inner.fork(Zone.longStackTraceZoneSpec)),H.shouldCoalesceEventChangeDetection=!T&&g,H.shouldCoalesceRunChangeDetection=T,H.lastRequestAnimationFrameId=-1,H.nativeRequestAnimationFrame=function qp(){let s=hi.requestAnimationFrame,l=hi.cancelAnimationFrame;if("undefined"!=typeof Zone&&s&&l){const g=s[Zone.__symbol__("OriginalDelegate")];g&&(s=g);const T=l[Zone.__symbol__("OriginalDelegate")];T&&(l=T)}return{nativeRequestAnimationFrame:s,nativeCancelAnimationFrame:l}}().nativeRequestAnimationFrame,function $p(s){const l=()=>{!function Xp(s){s.isCheckStableRunning||-1!==s.lastRequestAnimationFrameId||(s.lastRequestAnimationFrameId=s.nativeRequestAnimationFrame.call(hi,()=>{s.fakeTopEventTask||(s.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{s.lastRequestAnimationFrameId=-1,Fu(s),s.isCheckStableRunning=!0,y6(s),s.isCheckStableRunning=!1},void 0,()=>{},()=>{})),s.fakeTopEventTask.invoke()}),Fu(s))}(s)};s._inner=s._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(g,T,H,G,se,Ee)=>{try{return Af(s),g.invokeTask(H,G,se,Ee)}finally{(s.shouldCoalesceEventChangeDetection&&"eventTask"===G.type||s.shouldCoalesceRunChangeDetection)&&l(),Df(s)}},onInvoke:(g,T,H,G,se,Ee,Ze)=>{try{return Af(s),g.invoke(H,G,se,Ee,Ze)}finally{s.shouldCoalesceRunChangeDetection&&l(),Df(s)}},onHasTask:(g,T,H,G)=>{g.hasTask(H,G),T===H&&("microTask"==G.change?(s._hasPendingMicrotasks=G.microTask,Fu(s),y6(s)):"macroTask"==G.change&&(s.hasPendingMacrotasks=G.macroTask))},onHandleError:(g,T,H,G)=>(g.handleError(H,G),s.runOutsideAngular(()=>s.onError.emit(G)),!1)})}(H)}static isInAngularZone(){return"undefined"!=typeof Zone&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!Lo.isInAngularZone())throw new Error("Expected to be in Angular Zone, but it is not!")}static assertNotInAngularZone(){if(Lo.isInAngularZone())throw new Error("Expected to not be in Angular Zone, but it is!")}run(l,g,T){return this._inner.run(l,g,T)}runTask(l,g,T,H){const G=this._inner,se=G.scheduleEventTask("NgZoneEvent: "+H,l,Jp,C6,C6);try{return G.runTask(se,g,T)}finally{G.cancelTask(se)}}runGuarded(l,g,T){return this._inner.runGuarded(l,g,T)}runOutsideAngular(l){return this._outer.run(l)}}const Jp={};function y6(s){if(0==s._nesting&&!s.hasPendingMicrotasks&&!s.isStable)try{s._nesting++,s.onMicrotaskEmpty.emit(null)}finally{if(s._nesting--,!s.hasPendingMicrotasks)try{s.runOutsideAngular(()=>s.onStable.emit(null))}finally{s.isStable=!0}}}function Fu(s){s.hasPendingMicrotasks=!!(s._hasPendingMicrotasks||(s.shouldCoalesceEventChangeDetection||s.shouldCoalesceRunChangeDetection)&&-1!==s.lastRequestAnimationFrameId)}function Af(s){s._nesting++,s.isStable&&(s.isStable=!1,s.onUnstable.emit(null))}function Df(s){s._nesting--,y6(s)}class e9{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new Ho,this.onMicrotaskEmpty=new Ho,this.onStable=new Ho,this.onError=new Ho}run(l,g,T){return l.apply(g,T)}runGuarded(l,g,T){return l.apply(g,T)}runOutsideAngular(l){return l()}runTask(l,g,T,H){return l.apply(g,T)}}let If=(()=>{class s{constructor(g){this._ngZone=g,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,this._watchAngularEvents(),g.run(()=>{this.taskTrackingZone="undefined"==typeof Zone?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{Lo.assertNotInAngularZone(),v6(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())v6(()=>{for(;0!==this._callbacks.length;){let g=this._callbacks.pop();clearTimeout(g.timeoutId),g.doneCb(this._didWork)}this._didWork=!1});else{let g=this.getPendingTasks();this._callbacks=this._callbacks.filter(T=>!T.updateCb||!T.updateCb(g)||(clearTimeout(T.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(g=>({source:g.source,creationLocation:g.creationLocation,data:g.data})):[]}addCallback(g,T,H){let G=-1;T&&T>0&&(G=setTimeout(()=>{this._callbacks=this._callbacks.filter(se=>se.timeoutId!==G),g(this._didWork,this.getPendingTasks())},T)),this._callbacks.push({doneCb:g,timeoutId:G,updateCb:H})}whenStable(g,T,H){if(H&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(g,T,H),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}findProviders(g,T,H){return[]}}return s.\u0275fac=function(g){return new(g||s)(Va(Lo))},s.\u0275prov=q({token:s,factory:s.\u0275fac}),s})(),t9=(()=>{class s{constructor(){this._applications=new Map,Vu.addToWindow(this)}registerApplication(g,T){this._applications.set(g,T)}unregisterApplication(g){this._applications.delete(g)}unregisterAllApplications(){this._applications.clear()}getTestability(g){return this._applications.get(g)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(g,T=!0){return Vu.findTestabilityInTree(this,g,T)}}return s.\u0275fac=function(g){return new(g||s)},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"platform"}),s})();class i9{addToWindow(l){}findTestabilityInTree(l,g,T){return null}}function n9(s){Vu=s}let Vu=new i9,k2=null;const zu=new Ar("AllowMultipleToken"),Of=new Ar("PlatformOnDestroy");class r9{constructor(l,g){this.name=l,this.token=g}}function Nf(s,l,g=[]){const T=`Platform: ${l}`,H=new Ar(T);return(G=[])=>{let se=Bu();if(!se||se.injector.get(zu,!1)){const Ee=[...g,...G,{provide:H,useValue:!0}];s?s(Ee):function a9(s){if(k2&&!k2.get(zu,!1))throw new S(400,"");k2=s;const l=s.get(Uu),g=s.get(Ru,null);g&&g.forEach(T=>T())}(function o9(s=[],l){return vo.create({name:l,providers:[{provide:r4,useValue:"platform"},{provide:Of,useValue:()=>k2=null},...s]})}(Ee,T))}return function s9(s){const l=Bu();if(!l)throw new S(401,"");return l}()}}function Bu(){var s;return null!==(s=null==k2?void 0:k2.get(Uu))&&void 0!==s?s:null}let Uu=(()=>{class s{constructor(g){this._injector=g,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(g,T){const Ee=function l9(s,l){let g;return g="noop"===s?new e9:("zone.js"===s?void 0:s)||new Lo({enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:!!(null==l?void 0:l.ngZoneEventCoalescing),shouldCoalesceRunChangeDetection:!!(null==l?void 0:l.ngZoneRunCoalescing)}),g}(T?T.ngZone:void 0,{ngZoneEventCoalescing:T&&T.ngZoneEventCoalescing||!1,ngZoneRunCoalescing:T&&T.ngZoneRunCoalescing||!1}),Ze=[{provide:Lo,useValue:Ee}];return Ee.run(()=>{const ft=vo.create({providers:Ze,parent:this.injector,name:g.moduleType.name}),At=g.create(ft),Zt=At.injector.get(el,null);if(!Zt)throw new S(402,"");return Ee.runOutsideAngular(()=>{const di=Ee.onError.subscribe({next:vi=>{Zt.handleError(vi)}});At.onDestroy(()=>{x6(this._modules,At),di.unsubscribe()})}),function c9(s,l,g){try{const T=g();return xs(T)?T.catch(H=>{throw l.runOutsideAngular(()=>s.handleError(H)),H}):T}catch(T){throw l.runOutsideAngular(()=>s.handleError(T)),T}}(Zt,Ee,()=>{const di=At.injector.get(Pu);return di.runInitializers(),di.donePromise.then(()=>(function Wl(s){n(s,"Expected localeId to be defined"),"string"==typeof s&&(Xa=s.toLowerCase().replace(/_/g,"-"))}(At.injector.get(_6,$r)||$r),this._moduleDoBootstrap(At),At))})})}bootstrapModule(g,T=[]){const H=Rf({},T);return function kf(s,l,g){const T=new du(g);return Promise.resolve(T)}(0,0,g).then(G=>this.bootstrapModuleFactory(G,H))}_moduleDoBootstrap(g){const T=g.injector.get(Gu);if(g._bootstrapComponents.length>0)g._bootstrapComponents.forEach(H=>T.bootstrap(H));else{if(!g.instance.ngDoBootstrap)throw new S(403,"");g.instance.ngDoBootstrap(T)}this._modules.push(g)}onDestroy(g){this._destroyListeners.push(g)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new S(404,"");this._modules.slice().forEach(T=>T.destroy()),this._destroyListeners.forEach(T=>T());const g=this._injector.get(Of,null);null==g||g(),this._destroyed=!0}get destroyed(){return this._destroyed}}return s.\u0275fac=function(g){return new(g||s)(Va(vo))},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"platform"}),s})();function Rf(s,l){return Array.isArray(l)?l.reduce(Rf,s):Object.assign(Object.assign({},s),l)}let Gu=(()=>{class s{constructor(g,T,H,G){this._zone=g,this._injector=T,this._exceptionHandler=H,this._initStatus=G,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._stable=!0,this.componentTypes=[],this.components=[],this._onMicrotaskEmptySubscription=this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const se=new f.y(Ze=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{Ze.next(this._stable),Ze.complete()})}),Ee=new f.y(Ze=>{let ft;this._zone.runOutsideAngular(()=>{ft=this._zone.onStable.subscribe(()=>{Lo.assertNotInAngularZone(),v6(()=>{!this._stable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks&&(this._stable=!0,Ze.next(!0))})})});const At=this._zone.onUnstable.subscribe(()=>{Lo.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{Ze.next(!1)}))});return()=>{ft.unsubscribe(),At.unsubscribe()}});this.isStable=(0,M.T)(se,Ee.pipe((0,a.B)()))}bootstrap(g,T){if(!this._initStatus.done)throw new S(405,"");let H;H=g instanceof w8?g:this._injector.get(d6).resolveComponentFactory(g),this.componentTypes.push(H.componentType);const G=function Pf(s){return s.isBoundToModule}(H)?void 0:this._injector.get(Kl),Ee=H.create(vo.NULL,[],T||H.selector,G),Ze=Ee.location.nativeElement,ft=Ee.injector.get(If,null),At=ft&&Ee.injector.get(t9);return ft&&At&&At.registerApplication(Ze,ft),Ee.onDestroy(()=>{this.detachView(Ee.hostView),x6(this.components,Ee),At&&At.unregisterApplication(Ze)}),this._loadComponent(Ee),Ee}tick(){if(this._runningTick)throw new S(101,"");try{this._runningTick=!0;for(let g of this._views)g.detectChanges()}catch(g){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(g))}finally{this._runningTick=!1}}attachView(g){const T=g;this._views.push(T),T.attachToAppRef(this)}detachView(g){const T=g;x6(this._views,T),T.detachFromAppRef()}_loadComponent(g){this.attachView(g.hostView),this.tick(),this.components.push(g),this._injector.get(Hu,[]).concat(this._bootstrapListeners).forEach(H=>H(g))}ngOnDestroy(){this._views.slice().forEach(g=>g.destroy()),this._onMicrotaskEmptySubscription.unsubscribe()}get viewCount(){return this._views.length}}return s.\u0275fac=function(g){return new(g||s)(Va(Lo),Va(vo),Va(el),Va(Pu))},s.\u0275prov=q({token:s,factory:s.\u0275fac,providedIn:"root"}),s})();function x6(s,l){const g=s.indexOf(l);g>-1&&s.splice(g,1)}let Ff=!0,Vf=!1;function zf(){return Vf=!0,Ff}function u9(){if(Vf)throw new Error("Cannot enable prod mode after platform setup.");Ff=!1}let Uf=(()=>{class s{}return s.__NG_ELEMENT_ID__=f9,s})();function f9(s){return function Gf(s,l,g){if(In(s)&&!g){const T=oi(s.index,l);return new Y4(T,T)}return 47&s.type?new Y4(l[16],l):null}(gr(),Fi(),16==(16&s))}class ju{constructor(){}supports(l){return Al(l)}create(l){return new b9(l)}}const x9=(s,l)=>l;class b9{constructor(l){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=l||x9}forEachItem(l){let g;for(g=this._itHead;null!==g;g=g._next)l(g)}forEachOperation(l){let g=this._itHead,T=this._removalsHead,H=0,G=null;for(;g||T;){const se=!T||g&&g.currentIndex{se=this._trackByFn(H,Ee),null!==g&&Object.is(g.trackById,se)?(T&&(g=this._verifyReinsertion(g,Ee,se,H)),Object.is(g.item,Ee)||this._addIdentityChange(g,Ee)):(g=this._mismatch(g,Ee,se,H),T=!0),g=g._next,H++}),this.length=H;return this._truncate(g),this.collection=l,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let l;for(l=this._previousItHead=this._itHead;null!==l;l=l._next)l._nextPrevious=l._next;for(l=this._additionsHead;null!==l;l=l._nextAdded)l.previousIndex=l.currentIndex;for(this._additionsHead=this._additionsTail=null,l=this._movesHead;null!==l;l=l._nextMoved)l.previousIndex=l.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(l,g,T,H){let G;return null===l?G=this._itTail:(G=l._prev,this._remove(l)),null!==(l=null===this._unlinkedRecords?null:this._unlinkedRecords.get(T,null))?(Object.is(l.item,g)||this._addIdentityChange(l,g),this._reinsertAfter(l,G,H)):null!==(l=null===this._linkedRecords?null:this._linkedRecords.get(T,H))?(Object.is(l.item,g)||this._addIdentityChange(l,g),this._moveAfter(l,G,H)):l=this._addAfter(new M9(g,T),G,H),l}_verifyReinsertion(l,g,T,H){let G=null===this._unlinkedRecords?null:this._unlinkedRecords.get(T,null);return null!==G?l=this._reinsertAfter(G,l._prev,H):l.currentIndex!=H&&(l.currentIndex=H,this._addToMoves(l,H)),l}_truncate(l){for(;null!==l;){const g=l._next;this._addToRemovals(this._unlink(l)),l=g}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)}_reinsertAfter(l,g,T){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(l);const H=l._prevRemoved,G=l._nextRemoved;return null===H?this._removalsHead=G:H._nextRemoved=G,null===G?this._removalsTail=H:G._prevRemoved=H,this._insertAfter(l,g,T),this._addToMoves(l,T),l}_moveAfter(l,g,T){return this._unlink(l),this._insertAfter(l,g,T),this._addToMoves(l,T),l}_addAfter(l,g,T){return this._insertAfter(l,g,T),this._additionsTail=null===this._additionsTail?this._additionsHead=l:this._additionsTail._nextAdded=l,l}_insertAfter(l,g,T){const H=null===g?this._itHead:g._next;return l._next=H,l._prev=g,null===H?this._itTail=l:H._prev=l,null===g?this._itHead=l:g._next=l,null===this._linkedRecords&&(this._linkedRecords=new Yf),this._linkedRecords.put(l),l.currentIndex=T,l}_remove(l){return this._addToRemovals(this._unlink(l))}_unlink(l){null!==this._linkedRecords&&this._linkedRecords.remove(l);const g=l._prev,T=l._next;return null===g?this._itHead=T:g._next=T,null===T?this._itTail=g:T._prev=g,l}_addToMoves(l,g){return l.previousIndex===g||(this._movesTail=null===this._movesTail?this._movesHead=l:this._movesTail._nextMoved=l),l}_addToRemovals(l){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Yf),this._unlinkedRecords.put(l),l.currentIndex=null,l._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=l,l._prevRemoved=null):(l._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=l),l}_addIdentityChange(l,g){return l.item=g,this._identityChangesTail=null===this._identityChangesTail?this._identityChangesHead=l:this._identityChangesTail._nextIdentityChange=l,l}}class M9{constructor(l,g){this.item=l,this.trackById=g,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}}class w9{constructor(){this._head=null,this._tail=null}add(l){null===this._head?(this._head=this._tail=l,l._nextDup=null,l._prevDup=null):(this._tail._nextDup=l,l._prevDup=this._tail,l._nextDup=null,this._tail=l)}get(l,g){let T;for(T=this._head;null!==T;T=T._nextDup)if((null===g||g<=T.currentIndex)&&Object.is(T.trackById,l))return T;return null}remove(l){const g=l._prevDup,T=l._nextDup;return null===g?this._head=T:g._nextDup=T,null===T?this._tail=g:T._prevDup=g,null===this._head}}class Yf{constructor(){this.map=new Map}put(l){const g=l.trackById;let T=this.map.get(g);T||(T=new w9,this.map.set(g,T)),T.add(l)}get(l,g){const H=this.map.get(l);return H?H.get(l,g):null}remove(l){const g=l.trackById;return this.map.get(g).remove(l)&&this.map.delete(g),l}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function jf(s,l,g){const T=s.previousIndex;if(null===T)return T;let H=0;return g&&T{if(g&&g.key===H)this._maybeAddToChanges(g,T),this._appendAfter=g,g=g._next;else{const G=this._getOrCreateRecordForKey(H,T);g=this._insertBeforeOrAppend(g,G)}}),g){g._prev&&(g._prev._next=null),this._removalsHead=g;for(let T=g;null!==T;T=T._nextRemoved)T===this._mapHead&&(this._mapHead=null),this._records.delete(T.key),T._nextRemoved=T._next,T.previousValue=T.currentValue,T.currentValue=null,T._prev=null,T._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(l,g){if(l){const T=l._prev;return g._next=l,g._prev=T,l._prev=g,T&&(T._next=g),l===this._mapHead&&(this._mapHead=g),this._appendAfter=l,l}return this._appendAfter?(this._appendAfter._next=g,g._prev=this._appendAfter):this._mapHead=g,this._appendAfter=g,null}_getOrCreateRecordForKey(l,g){if(this._records.has(l)){const H=this._records.get(l);this._maybeAddToChanges(H,g);const G=H._prev,se=H._next;return G&&(G._next=se),se&&(se._prev=G),H._next=null,H._prev=null,H}const T=new S9(l);return this._records.set(l,T),T.currentValue=g,this._addToAdditions(T),T}_reset(){if(this.isDirty){let l;for(this._previousMapHead=this._mapHead,l=this._previousMapHead;null!==l;l=l._next)l._nextPrevious=l._next;for(l=this._changesHead;null!==l;l=l._nextChanged)l.previousValue=l.currentValue;for(l=this._additionsHead;null!=l;l=l._nextAdded)l.previousValue=l.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(l,g){Object.is(g,l.currentValue)||(l.previousValue=l.currentValue,l.currentValue=g,this._addToChanges(l))}_addToAdditions(l){null===this._additionsHead?this._additionsHead=this._additionsTail=l:(this._additionsTail._nextAdded=l,this._additionsTail=l)}_addToChanges(l){null===this._changesHead?this._changesHead=this._changesTail=l:(this._changesTail._nextChanged=l,this._changesTail=l)}_forEach(l,g){l instanceof Map?l.forEach(g):Object.keys(l).forEach(T=>g(l[T],T))}}class S9{constructor(l){this.key=l,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function Qf(){return new Ku([new ju])}let Ku=(()=>{class s{constructor(g){this.factories=g}static create(g,T){if(null!=T){const H=T.factories.slice();g=g.concat(H)}return new s(g)}static extend(g){return{provide:s,useFactory:T=>s.create(g,T||Qf()),deps:[[s,new Is,new jo]]}}find(g){const T=this.factories.find(H=>H.supports(g));if(null!=T)return T;throw new S(901,"")}}return s.\u0275prov=q({token:s,providedIn:"root",factory:Qf}),s})();function qf(){return new Qu([new Kf])}let Qu=(()=>{class s{constructor(g){this.factories=g}static create(g,T){if(T){const H=T.factories.slice();g=g.concat(H)}return new s(g)}static extend(g){return{provide:s,useFactory:T=>s.create(g,T||qf()),deps:[[s,new Is,new jo]]}}find(g){const T=this.factories.find(G=>G.supports(g));if(T)return T;throw new S(901,"")}}return s.\u0275prov=q({token:s,providedIn:"root",factory:qf}),s})();const A9=Nf(null,"core",[]);let D9=(()=>{class s{constructor(g){}}return s.\u0275fac=function(g){return new(g||s)(Va(Gu))},s.\u0275mod=tt({type:s}),s.\u0275inj=ve({}),s})()},9042:(Ve,K,p)=>{"use strict";function t(A){for(let w in A){let D=A[w]||"";switch(w){case"display":A.display="flex"===D?["-webkit-flex","flex"]:"inline-flex"===D?["-webkit-inline-flex","inline-flex"]:D;break;case"align-items":case"align-self":case"align-content":case"flex":case"flex-basis":case"flex-flow":case"flex-grow":case"flex-shrink":case"flex-wrap":case"justify-content":A["-webkit-"+w]=D;break;case"flex-direction":D=D||"row",A["-webkit-flex-direction"]=D,A["flex-direction"]=D;break;case"order":A.order=A["-webkit-"+w]=isNaN(+D)?"0":D}}return A}p.d(K,{Ar:()=>M,GK:()=>t,iQ:()=>f,kt:()=>h,tj:()=>b});const e="inline",f=["row","column","row-reverse","column-reverse"];function M(A){let[w,D,L]=a(A);return function N(A,w=null,D=!1){return{display:D?"inline-flex":"flex","box-sizing":"border-box","flex-direction":A,"flex-wrap":w||null}}(w,D,L)}function a(A){var w;A=null!==(w=null==A?void 0:A.toLowerCase())&&void 0!==w?w:"";let[D,L,k]=A.split(" ");return f.find(S=>S===D)||(D=f[0]),L===e&&(L=k!==e?k:"",k=e),[D,d(L),!!k]}function b(A){let[w]=a(A);return w.indexOf("row")>-1}function d(A){if(A)switch(A.toLowerCase()){case"reverse":case"wrap-reverse":case"reverse-wrap":A="wrap-reverse";break;case"no":case"none":case"nowrap":A="nowrap";break;default:A="wrap"}return A}function h(A,...w){if(null==A)throw TypeError("Cannot convert undefined or null to object");for(let D of w)if(null!=D)for(let L in D)D.hasOwnProperty(L)&&(A[L]=D[L]);return A}},3270:(Ve,K,p)=>{"use strict";p.d(K,{Bs:()=>ne,FL:()=>hi,IR:()=>L,Ot:()=>ui,QI:()=>de,RK:()=>te,WU:()=>Z,g5:()=>U,iR:()=>xe,wY:()=>j,yB:()=>le});var t=p(5e3),e=p(9808),f=p(1135),M=p(8306),a=p(6451),b=p(7579),d=p(9042),N=p(9300),h=p(8505);const w={provide:t.tb,useFactory:function A(xt,Nt){return()=>{if((0,e.NF)(Nt)){const Ct=Array.from(xt.querySelectorAll(`[class*=${D}]`)),et=/\bflex-layout-.+?\b/g;Ct.forEach(yt=>{yt.classList.contains(`${D}ssr`)&&yt.parentNode?yt.parentNode.removeChild(yt):yt.className.replace(et,"")})}}},deps:[e.K0,t.Lbi],multi:!0},D="flex-layout-";let L=(()=>{class xt{}return xt.\u0275fac=function(Ct){return new(Ct||xt)},xt.\u0275mod=t.oAB({type:xt}),xt.\u0275inj=t.cJS({providers:[w]}),xt})();class k{constructor(Nt=!1,Ct="all",et="",yt="",ei=0){this.matches=Nt,this.mediaQuery=Ct,this.mqAlias=et,this.suffix=yt,this.priority=ei,this.property=""}clone(){return new k(this.matches,this.mediaQuery,this.mqAlias,this.suffix)}}let S=(()=>{class xt{constructor(){this.stylesheet=new Map}addStyleToElement(Ct,et,yt){const ei=this.stylesheet.get(Ct);ei?ei.set(et,yt):this.stylesheet.set(Ct,new Map([[et,yt]]))}clearStyles(){this.stylesheet.clear()}getStyleForElement(Ct,et){const yt=this.stylesheet.get(Ct);let ei="";if(yt){const jt=yt.get(et);("number"==typeof jt||"string"==typeof jt)&&(ei=jt+"")}return ei}}return xt.\u0275fac=function(Ct){return new(Ct||xt)},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();const U={addFlexToParent:!0,addOrientationBps:!1,disableDefaultBps:!1,disableVendorPrefixes:!1,serverLoaded:!1,useColumnBasisZero:!0,printWithBreakpoints:[],mediaTriggerAutoRestore:!0,ssrObserveBreakpoints:[],multiplier:void 0,defaultUnit:"px",detectLayoutDisplay:!1},Z=new t.OlP("Flex Layout token, config options for the library",{providedIn:"root",factory:()=>U}),j=new t.OlP("FlexLayoutServerLoaded",{providedIn:"root",factory:()=>!1}),ne=new t.OlP("Flex Layout token, collect all breakpoints into one provider",{providedIn:"root",factory:()=>null});function $(xt,Nt){return xt=xt?xt.clone():new k,Nt&&(xt.mqAlias=Nt.alias,xt.mediaQuery=Nt.mediaQuery,xt.suffix=Nt.suffix,xt.priority=Nt.priority),xt}class de{constructor(){this.shouldCache=!0}sideEffect(Nt,Ct,et){}}let te=(()=>{class xt{constructor(Ct,et,yt,ei){this._serverStylesheet=Ct,this._serverModuleLoaded=et,this._platformId=yt,this.layoutConfig=ei}applyStyleToElement(Ct,et,yt=null){let ei={};"string"==typeof et&&(ei[et]=yt,et=ei),ei=this.layoutConfig.disableVendorPrefixes?et:(0,d.GK)(et),this._applyMultiValueStyleToElement(ei,Ct)}applyStyleToElements(Ct,et=[]){const yt=this.layoutConfig.disableVendorPrefixes?Ct:(0,d.GK)(Ct);et.forEach(ei=>{this._applyMultiValueStyleToElement(yt,ei)})}getFlowDirection(Ct){const et="flex-direction";let yt=this.lookupStyle(Ct,et);return[yt||"row",this.lookupInlineStyle(Ct,et)||(0,e.PM)(this._platformId)&&this._serverModuleLoaded?yt:""]}hasWrap(Ct){return"wrap"===this.lookupStyle(Ct,"flex-wrap")}lookupAttributeValue(Ct,et){var yt;return null!==(yt=Ct.getAttribute(et))&&void 0!==yt?yt:""}lookupInlineStyle(Ct,et){return(0,e.NF)(this._platformId)?Ct.style.getPropertyValue(et):function ie(xt,Nt){var Ct;return null!==(Ct=me(xt)[Nt])&&void 0!==Ct?Ct:""}(Ct,et)}lookupStyle(Ct,et,yt=!1){let ei="";return Ct&&((ei=this.lookupInlineStyle(Ct,et))||((0,e.NF)(this._platformId)?yt||(ei=getComputedStyle(Ct).getPropertyValue(et)):this._serverModuleLoaded&&(ei=this._serverStylesheet.getStyleForElement(Ct,et)))),ei?ei.trim():""}_applyMultiValueStyleToElement(Ct,et){Object.keys(Ct).sort().forEach(yt=>{const ei=Ct[yt],jt=Array.isArray(ei)?ei:[ei];jt.sort();for(let Pe of jt)Pe=Pe?Pe+"":"",(0,e.NF)(this._platformId)||!this._serverModuleLoaded?(0,e.NF)(this._platformId)?et.style.setProperty(yt,Pe):oe(et,yt,Pe):this._serverStylesheet.addStyleToElement(et,yt,Pe)})}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(S),t.LFG(j),t.LFG(t.Lbi),t.LFG(Z))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();function oe(xt,Nt,Ct){Nt=Nt.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();const et=me(xt);et[Nt]=null!=Ct?Ct:"",function X(xt,Nt){let Ct="";for(const et in Nt)Nt[et]&&(Ct+=`${et}:${Nt[et]};`);xt.setAttribute("style",Ct)}(xt,et)}function me(xt){const Nt={},Ct=xt.getAttribute("style");if(Ct){const et=Ct.split(/;+/g);for(let yt=0;yt0){const jt=ei.indexOf(":");if(-1===jt)throw new Error(`Invalid CSS style: ${ei}`);Nt[ei.substr(0,jt).trim()]=ei.substr(jt+1).trim()}}}return Nt}function y(xt,Nt){return(Nt&&Nt.priority||0)-(xt&&xt.priority||0)}function i(xt,Nt){return(xt.priority||0)-(Nt.priority||0)}let r=(()=>{class xt{constructor(Ct,et,yt){this._zone=Ct,this._platformId=et,this._document=yt,this.source=new f.X(new k(!0)),this.registry=new Map,this.pendingRemoveListenerFns=[],this._observable$=this.source.asObservable()}get activations(){const Ct=[];return this.registry.forEach((et,yt)=>{et.matches&&Ct.push(yt)}),Ct}isActive(Ct){var et;const yt=this.registry.get(Ct);return null!==(et=null==yt?void 0:yt.matches)&&void 0!==et?et:this.registerQuery(Ct).some(ei=>ei.matches)}observe(Ct,et=!1){if(Ct&&Ct.length){const yt=this._observable$.pipe((0,N.h)(jt=>!et||Ct.indexOf(jt.mediaQuery)>-1)),ei=new M.y(jt=>{const Pe=this.registerQuery(Ct);if(Pe.length){const Oe=Pe.pop();Pe.forEach(ce=>{jt.next(ce)}),this.source.next(Oe)}jt.complete()});return(0,a.T)(ei,yt)}return this._observable$}registerQuery(Ct){const et=Array.isArray(Ct)?Ct:[Ct],yt=[];return function c(xt,Nt){const Ct=xt.filter(et=>!u[et]);if(Ct.length>0){const et=Ct.join(", ");try{const yt=Nt.createElement("style");yt.setAttribute("type","text/css"),yt.styleSheet||yt.appendChild(Nt.createTextNode(`\n/*\n @angular/flex-layout - workaround for possible browser quirk with mediaQuery listeners\n see http://bit.ly/2sd4HMP\n*/\n@media ${et} {.fx-query-test{ }}\n`)),Nt.head.appendChild(yt),Ct.forEach(ei=>u[ei]=yt)}catch(yt){console.error(yt)}}}(et,this._document),et.forEach(ei=>{const jt=Oe=>{this._zone.run(()=>this.source.next(new k(Oe.matches,ei)))};let Pe=this.registry.get(ei);Pe||(Pe=this.buildMQL(ei),Pe.addListener(jt),this.pendingRemoveListenerFns.push(()=>Pe.removeListener(jt)),this.registry.set(ei,Pe)),Pe.matches&&yt.push(new k(!0,ei))}),yt}ngOnDestroy(){let Ct;for(;Ct=this.pendingRemoveListenerFns.pop();)Ct()}buildMQL(Ct){return function _(xt,Nt){return Nt&&window.matchMedia("all").addListener?window.matchMedia(xt):{matches:"all"===xt||""===xt,media:xt,addListener:()=>{},removeListener:()=>{},onchange:null,addEventListener(){},removeEventListener(){},dispatchEvent:()=>!1}}(Ct,(0,e.NF)(this._platformId))}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(t.R0b),t.LFG(t.Lbi),t.LFG(e.K0))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();const u={},E=[{alias:"xs",mediaQuery:"screen and (min-width: 0px) and (max-width: 599.98px)",priority:1e3},{alias:"sm",mediaQuery:"screen and (min-width: 600px) and (max-width: 959.98px)",priority:900},{alias:"md",mediaQuery:"screen and (min-width: 960px) and (max-width: 1279.98px)",priority:800},{alias:"lg",mediaQuery:"screen and (min-width: 1280px) and (max-width: 1919.98px)",priority:700},{alias:"xl",mediaQuery:"screen and (min-width: 1920px) and (max-width: 4999.98px)",priority:600},{alias:"lt-sm",overlapping:!0,mediaQuery:"screen and (max-width: 599.98px)",priority:950},{alias:"lt-md",overlapping:!0,mediaQuery:"screen and (max-width: 959.98px)",priority:850},{alias:"lt-lg",overlapping:!0,mediaQuery:"screen and (max-width: 1279.98px)",priority:750},{alias:"lt-xl",overlapping:!0,priority:650,mediaQuery:"screen and (max-width: 1919.98px)"},{alias:"gt-xs",overlapping:!0,mediaQuery:"screen and (min-width: 600px)",priority:-950},{alias:"gt-sm",overlapping:!0,mediaQuery:"screen and (min-width: 960px)",priority:-850},{alias:"gt-md",overlapping:!0,mediaQuery:"screen and (min-width: 1280px)",priority:-750},{alias:"gt-lg",overlapping:!0,mediaQuery:"screen and (min-width: 1920px)",priority:-650}],I="(orientation: portrait) and (max-width: 599.98px)",v="(orientation: landscape) and (max-width: 959.98px)",n="(orientation: portrait) and (min-width: 600px) and (max-width: 839.98px)",C="(orientation: landscape) and (min-width: 960px) and (max-width: 1279.98px)",B="(orientation: portrait) and (min-width: 840px)",P="(orientation: landscape) and (min-width: 1280px)",F={HANDSET:`${I}, ${v}`,TABLET:`${n} , ${C}`,WEB:`${B}, ${P} `,HANDSET_PORTRAIT:`${I}`,TABLET_PORTRAIT:`${n} `,WEB_PORTRAIT:`${B}`,HANDSET_LANDSCAPE:`${v}`,TABLET_LANDSCAPE:`${C}`,WEB_LANDSCAPE:`${P}`},q=[{alias:"handset",priority:2e3,mediaQuery:F.HANDSET},{alias:"handset.landscape",priority:2e3,mediaQuery:F.HANDSET_LANDSCAPE},{alias:"handset.portrait",priority:2e3,mediaQuery:F.HANDSET_PORTRAIT},{alias:"tablet",priority:2100,mediaQuery:F.TABLET},{alias:"tablet.landscape",priority:2100,mediaQuery:F.TABLET_LANDSCAPE},{alias:"tablet.portrait",priority:2100,mediaQuery:F.TABLET_PORTRAIT},{alias:"web",priority:2200,mediaQuery:F.WEB,overlapping:!0},{alias:"web.landscape",priority:2200,mediaQuery:F.WEB_LANDSCAPE,overlapping:!0},{alias:"web.portrait",priority:2200,mediaQuery:F.WEB_PORTRAIT,overlapping:!0}],he=/(\.|-|_)/g;function ve(xt){let Nt=xt.length>0?xt.charAt(0):"",Ct=xt.length>1?xt.slice(1):"";return Nt.toUpperCase()+Ct}const Ue=new t.OlP("Token (@angular/flex-layout) Breakpoints",{providedIn:"root",factory:()=>{const xt=(0,t.f3M)(ne),Nt=(0,t.f3M)(Z),Ct=[].concat.apply([],(xt||[]).map(yt=>Array.isArray(yt)?yt:[yt]));return function Q(xt,Nt=[]){const Ct={};return xt.forEach(et=>{Ct[et.alias]=et}),Nt.forEach(et=>{Ct[et.alias]?(0,d.kt)(Ct[et.alias],et):Ct[et.alias]=et}),function we(xt){return xt.forEach(Nt=>{Nt.suffix||(Nt.suffix=function Ne(xt){return xt.replace(he,"|").split("|").map(ve).join("")}(Nt.alias),Nt.overlapping=!!Nt.overlapping)}),xt}(Object.keys(Ct).map(et=>Ct[et]))}((Nt.disableDefaultBps?[]:E).concat(Nt.addOrientationBps?q:[]),Ct)}});let ye=(()=>{class xt{constructor(Ct){this.findByMap=new Map,this.items=[...Ct].sort(i)}findByAlias(Ct){return Ct?this.findWithPredicate(Ct,et=>et.alias===Ct):null}findByQuery(Ct){return this.findWithPredicate(Ct,et=>et.mediaQuery===Ct)}get overlappings(){return this.items.filter(Ct=>Ct.overlapping)}get aliases(){return this.items.map(Ct=>Ct.alias)}get suffixes(){return this.items.map(Ct=>{var et;return null!==(et=null==Ct?void 0:Ct.suffix)&&void 0!==et?et:""})}findWithPredicate(Ct,et){var yt;let ei=this.findByMap.get(Ct);return ei||(ei=null!==(yt=this.items.find(et))&&void 0!==yt?yt:null,this.findByMap.set(Ct,ei)),null!=ei?ei:null}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(Ue))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();const V="print",Ae={alias:V,mediaQuery:V,priority:1e3};let dt=(()=>{class xt{constructor(Ct,et,yt){this.breakpoints=Ct,this.layoutConfig=et,this._document=yt,this.registeredBeforeAfterPrintHooks=!1,this.isPrintingBeforeAfterEvent=!1,this.beforePrintEventListeners=[],this.afterPrintEventListeners=[],this.formerActivations=null,this.isPrinting=!1,this.queue=new Ie,this.deactivations=[]}withPrintQuery(Ct){return[...Ct,V]}isPrintEvent(Ct){return Ct.mediaQuery.startsWith(V)}get printAlias(){var Ct;return[...null!==(Ct=this.layoutConfig.printWithBreakpoints)&&void 0!==Ct?Ct:[]]}get printBreakPoints(){return this.printAlias.map(Ct=>this.breakpoints.findByAlias(Ct)).filter(Ct=>null!==Ct)}getEventBreakpoints({mediaQuery:Ct}){const et=this.breakpoints.findByQuery(Ct);return(et?[...this.printBreakPoints,et]:this.printBreakPoints).sort(y)}updateEvent(Ct){var et;let yt=this.breakpoints.findByQuery(Ct.mediaQuery);return this.isPrintEvent(Ct)&&(yt=this.getEventBreakpoints(Ct)[0],Ct.mediaQuery=null!==(et=null==yt?void 0:yt.mediaQuery)&&void 0!==et?et:""),$(Ct,yt)}registerBeforeAfterPrintHooks(Ct){if(!this._document.defaultView||this.registeredBeforeAfterPrintHooks)return;this.registeredBeforeAfterPrintHooks=!0;const et=()=>{this.isPrinting||(this.isPrintingBeforeAfterEvent=!0,this.startPrinting(Ct,this.getEventBreakpoints(new k(!0,V))),Ct.updateStyles())},yt=()=>{this.isPrintingBeforeAfterEvent=!1,this.isPrinting&&(this.stopPrinting(Ct),Ct.updateStyles())};this._document.defaultView.addEventListener("beforeprint",et),this._document.defaultView.addEventListener("afterprint",yt),this.beforePrintEventListeners.push(et),this.afterPrintEventListeners.push(yt)}interceptEvents(Ct){return et=>{this.isPrintEvent(et)?et.matches&&!this.isPrinting?(this.startPrinting(Ct,this.getEventBreakpoints(et)),Ct.updateStyles()):!et.matches&&this.isPrinting&&!this.isPrintingBeforeAfterEvent&&(this.stopPrinting(Ct),Ct.updateStyles()):this.collectActivations(Ct,et)}}blockPropagation(){return Ct=>!(this.isPrinting||this.isPrintEvent(Ct))}startPrinting(Ct,et){this.isPrinting=!0,this.formerActivations=Ct.activatedBreakpoints,Ct.activatedBreakpoints=this.queue.addPrintBreakpoints(et)}stopPrinting(Ct){Ct.activatedBreakpoints=this.deactivations,this.deactivations=[],this.formerActivations=null,this.queue.clear(),this.isPrinting=!1}collectActivations(Ct,et){if(!this.isPrinting||this.isPrintingBeforeAfterEvent){if(!this.isPrintingBeforeAfterEvent)return void(this.deactivations=[]);if(!et.matches){const yt=this.breakpoints.findByQuery(et.mediaQuery);if(yt){const ei=this.formerActivations&&this.formerActivations.includes(yt),jt=!this.formerActivations&&Ct.activatedBreakpoints.includes(yt);(ei||jt)&&(this.deactivations.push(yt),this.deactivations.sort(y))}}}}ngOnDestroy(){this._document.defaultView&&(this.beforePrintEventListeners.forEach(Ct=>this._document.defaultView.removeEventListener("beforeprint",Ct)),this.afterPrintEventListeners.forEach(Ct=>this._document.defaultView.removeEventListener("afterprint",Ct)))}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(ye),t.LFG(Z),t.LFG(e.K0))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();class Ie{constructor(){this.printBreakpoints=[]}addPrintBreakpoints(Nt){return Nt.push(Ae),Nt.sort(y),Nt.forEach(Ct=>this.addBreakpoint(Ct)),this.printBreakpoints}addBreakpoint(Nt){Nt&&void 0===this.printBreakpoints.find(et=>et.mediaQuery===Nt.mediaQuery)&&(this.printBreakpoints=function De(xt){var Nt;return null!==(Nt=null==xt?void 0:xt.mediaQuery.startsWith(V))&&void 0!==Nt&&Nt}(Nt)?[Nt,...this.printBreakpoints]:[...this.printBreakpoints,Nt])}clear(){this.printBreakpoints=[]}}let le=(()=>{class xt{constructor(Ct,et,yt){this.matchMedia=Ct,this.breakpoints=et,this.hook=yt,this._useFallbacks=!0,this._activatedBreakpoints=[],this.elementMap=new Map,this.elementKeyMap=new WeakMap,this.watcherMap=new WeakMap,this.updateMap=new WeakMap,this.clearMap=new WeakMap,this.subject=new b.x,this.observeActivations()}get activatedAlias(){var Ct,et;return null!==(et=null===(Ct=this.activatedBreakpoints[0])||void 0===Ct?void 0:Ct.alias)&&void 0!==et?et:""}set activatedBreakpoints(Ct){this._activatedBreakpoints=[...Ct]}get activatedBreakpoints(){return[...this._activatedBreakpoints]}set useFallbacks(Ct){this._useFallbacks=Ct}onMediaChange(Ct){const et=this.findByQuery(Ct.mediaQuery);if(et){Ct=$(Ct,et);const yt=this.activatedBreakpoints.indexOf(et);Ct.matches&&-1===yt?(this._activatedBreakpoints.push(et),this._activatedBreakpoints.sort(y),this.updateStyles()):!Ct.matches&&-1!==yt&&(this._activatedBreakpoints.splice(yt,1),this._activatedBreakpoints.sort(y),this.updateStyles())}}init(Ct,et,yt,ei,jt=[]){Te(this.updateMap,Ct,et,yt),Te(this.clearMap,Ct,et,ei),this.buildElementKeyMap(Ct,et),this.watchExtraTriggers(Ct,et,jt)}getValue(Ct,et,yt){const ei=this.elementMap.get(Ct);if(ei){const jt=void 0!==yt?ei.get(yt):this.getActivatedValues(ei,et);if(jt)return jt.get(et)}}hasValue(Ct,et){const yt=this.elementMap.get(Ct);if(yt){const ei=this.getActivatedValues(yt,et);if(ei)return void 0!==ei.get(et)||!1}return!1}setValue(Ct,et,yt,ei){var jt;let Pe=this.elementMap.get(Ct);if(Pe){const ce=(null!==(jt=Pe.get(ei))&&void 0!==jt?jt:new Map).set(et,yt);Pe.set(ei,ce),this.elementMap.set(Ct,Pe)}else Pe=(new Map).set(ei,(new Map).set(et,yt)),this.elementMap.set(Ct,Pe);const Oe=this.getValue(Ct,et);void 0!==Oe&&this.updateElement(Ct,et,Oe)}trackValue(Ct,et){return this.subject.asObservable().pipe((0,N.h)(yt=>yt.element===Ct&&yt.key===et))}updateStyles(){this.elementMap.forEach((Ct,et)=>{const yt=new Set(this.elementKeyMap.get(et));let ei=this.getActivatedValues(Ct);ei&&ei.forEach((jt,Pe)=>{this.updateElement(et,Pe,jt),yt.delete(Pe)}),yt.forEach(jt=>{if(ei=this.getActivatedValues(Ct,jt),ei){const Pe=ei.get(jt);this.updateElement(et,jt,Pe)}else this.clearElement(et,jt)})})}clearElement(Ct,et){const yt=this.clearMap.get(Ct);if(yt){const ei=yt.get(et);ei&&(ei(),this.subject.next({element:Ct,key:et,value:""}))}}updateElement(Ct,et,yt){const ei=this.updateMap.get(Ct);if(ei){const jt=ei.get(et);jt&&(jt(yt),this.subject.next({element:Ct,key:et,value:yt}))}}releaseElement(Ct){const et=this.watcherMap.get(Ct);et&&(et.forEach(ei=>ei.unsubscribe()),this.watcherMap.delete(Ct));const yt=this.elementMap.get(Ct);yt&&(yt.forEach((ei,jt)=>yt.delete(jt)),this.elementMap.delete(Ct))}triggerUpdate(Ct,et){const yt=this.elementMap.get(Ct);if(yt){const ei=this.getActivatedValues(yt,et);ei&&(et?this.updateElement(Ct,et,ei.get(et)):ei.forEach((jt,Pe)=>this.updateElement(Ct,Pe,jt)))}}buildElementKeyMap(Ct,et){let yt=this.elementKeyMap.get(Ct);yt||(yt=new Set,this.elementKeyMap.set(Ct,yt)),yt.add(et)}watchExtraTriggers(Ct,et,yt){if(yt&&yt.length){let ei=this.watcherMap.get(Ct);if(ei||(ei=new Map,this.watcherMap.set(Ct,ei)),!ei.get(et)){const Pe=(0,a.T)(...yt).subscribe(()=>{const Oe=this.getValue(Ct,et);this.updateElement(Ct,et,Oe)});ei.set(et,Pe)}}}findByQuery(Ct){return this.breakpoints.findByQuery(Ct)}getActivatedValues(Ct,et){for(let ei=0;eiet.mediaQuery);this.hook.registerBeforeAfterPrintHooks(this),this.matchMedia.observe(this.hook.withPrintQuery(Ct)).pipe((0,h.b)(this.hook.interceptEvents(this)),(0,N.h)(this.hook.blockPropagation())).subscribe(this.onMediaChange.bind(this))}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.LFG(r),t.LFG(ye),t.LFG(dt))},xt.\u0275prov=t.Yz7({token:xt,factory:xt.\u0275fac,providedIn:"root"}),xt})();function Te(xt,Nt,Ct,et){var yt;if(void 0!==et){const ei=null!==(yt=xt.get(Nt))&&void 0!==yt?yt:new Map;ei.set(Ct,et),xt.set(Nt,ei)}}let xe=(()=>{class xt{constructor(Ct,et,yt,ei){this.elementRef=Ct,this.styleBuilder=et,this.styler=yt,this.marshal=ei,this.DIRECTIVE_KEY="",this.inputs=[],this.mru={},this.destroySubject=new b.x,this.styleCache=new Map}get parentElement(){return this.elementRef.nativeElement.parentElement}get nativeElement(){return this.elementRef.nativeElement}get activatedValue(){return this.marshal.getValue(this.nativeElement,this.DIRECTIVE_KEY)}set activatedValue(Ct){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,Ct,this.marshal.activatedAlias)}ngOnChanges(Ct){Object.keys(Ct).forEach(et=>{if(-1!==this.inputs.indexOf(et)){const yt=et.split(".").slice(1).join(".");this.setValue(Ct[et].currentValue,yt)}})}ngOnDestroy(){this.destroySubject.next(),this.destroySubject.complete(),this.marshal.releaseElement(this.nativeElement)}init(Ct=[]){this.marshal.init(this.elementRef.nativeElement,this.DIRECTIVE_KEY,this.updateWithValue.bind(this),this.clearStyles.bind(this),Ct)}addStyles(Ct,et){const yt=this.styleBuilder,ei=yt.shouldCache;let jt=this.styleCache.get(Ct);(!jt||!ei)&&(jt=yt.buildStyles(Ct,et),ei&&this.styleCache.set(Ct,jt)),this.mru=Object.assign({},jt),this.applyStyleToElement(jt),yt.sideEffect(Ct,jt,et)}clearStyles(){Object.keys(this.mru).forEach(Ct=>{this.mru[Ct]=""}),this.applyStyleToElement(this.mru),this.mru={},this.currentValue=void 0}triggerUpdate(){this.marshal.triggerUpdate(this.nativeElement,this.DIRECTIVE_KEY)}getFlexFlowDirection(Ct,et=!1){if(Ct){const[yt,ei]=this.styler.getFlowDirection(Ct);if(!ei&&et){const jt=(0,d.Ar)(yt);this.styler.applyStyleToElements(jt,[Ct])}return yt.trim()}return"row"}hasWrap(Ct){return this.styler.hasWrap(Ct)}applyStyleToElement(Ct,et,yt=this.nativeElement){this.styler.applyStyleToElement(yt,Ct,et)}setValue(Ct,et){this.marshal.setValue(this.nativeElement,this.DIRECTIVE_KEY,Ct,et)}updateWithValue(Ct){this.currentValue!==Ct&&(this.addStyles(Ct),this.currentValue=Ct)}}return xt.\u0275fac=function(Ct){return new(Ct||xt)(t.Y36(t.SBq),t.Y36(de),t.Y36(te),t.Y36(le))},xt.\u0275dir=t.lG2({type:xt,features:[t.TTD]}),xt})();function ui(xt,Nt="1",Ct="1"){let et=[Nt,Ct,xt],yt=xt.indexOf("calc");if(yt>0){et[2]=Wt(xt.substring(yt).trim());let ei=xt.substr(0,yt).trim().split(" ");2==ei.length&&(et[0]=ei[0],et[1]=ei[1])}else if(0==yt)et[2]=Wt(xt.trim());else{let ei=xt.split(" ");et=3===ei.length?ei:[Nt,Ct,xt]}return et}function Wt(xt){return xt.replace(/[\s]/g,"").replace(/[\/\*\+\-]/g," $& ")}function hi(xt,Nt){if(void 0===Nt)return xt;const Ct=et=>{const yt=+et.slice(0,-"x".length);return xt.endsWith("x")&&!isNaN(yt)?`${yt*Nt.value}${Nt.unit}`:xt};return xt.includes(" ")?xt.split(" ").map(Ct).join(" "):Ct(xt)}},3322:(Ve,K,p)=>{"use strict";p.d(K,{Zl:()=>E,aT:()=>n,oO:()=>U});var t=p(5e3),e=p(3270),f=p(9808),b=(p(3191),p(2722),p(2313));let L=(()=>{class C extends e.iR{constructor(P,F,q,he,ve,Ne,we){super(P,null,F,q),this.ngClassInstance=we,this.DIRECTIVE_KEY="ngClass",this.ngClassInstance||(this.ngClassInstance=new f.mk(he,ve,P,Ne)),this.init(),this.setValue("","")}set klass(P){this.ngClassInstance.klass=P,this.setValue(P,"")}updateWithValue(P){this.ngClassInstance.ngClass=P,this.ngClassInstance.ngDoCheck()}ngDoCheck(){this.ngClassInstance.ngDoCheck()}}return C.\u0275fac=function(P){return new(P||C)(t.Y36(t.SBq),t.Y36(e.RK),t.Y36(e.yB),t.Y36(t.ZZ4),t.Y36(t.aQg),t.Y36(t.Qsj),t.Y36(f.mk,10))},C.\u0275dir=t.lG2({type:C,inputs:{klass:["class","klass"]},features:[t.qOj]}),C})();const k=["ngClass","ngClass.xs","ngClass.sm","ngClass.md","ngClass.lg","ngClass.xl","ngClass.lt-sm","ngClass.lt-md","ngClass.lt-lg","ngClass.lt-xl","ngClass.gt-xs","ngClass.gt-sm","ngClass.gt-md","ngClass.gt-lg"];let U=(()=>{class C extends L{constructor(){super(...arguments),this.inputs=k}}return C.\u0275fac=function(){let B;return function(F){return(B||(B=t.n5z(C)))(F||C)}}(),C.\u0275dir=t.lG2({type:C,selectors:[["","ngClass",""],["","ngClass.xs",""],["","ngClass.sm",""],["","ngClass.md",""],["","ngClass.lg",""],["","ngClass.xl",""],["","ngClass.lt-sm",""],["","ngClass.lt-md",""],["","ngClass.lt-lg",""],["","ngClass.lt-xl",""],["","ngClass.gt-xs",""],["","ngClass.gt-sm",""],["","ngClass.gt-md",""],["","ngClass.gt-lg",""]],inputs:{ngClass:"ngClass","ngClass.xs":"ngClass.xs","ngClass.sm":"ngClass.sm","ngClass.md":"ngClass.md","ngClass.lg":"ngClass.lg","ngClass.xl":"ngClass.xl","ngClass.lt-sm":"ngClass.lt-sm","ngClass.lt-md":"ngClass.lt-md","ngClass.lt-lg":"ngClass.lt-lg","ngClass.lt-xl":"ngClass.lt-xl","ngClass.gt-xs":"ngClass.gt-xs","ngClass.gt-sm":"ngClass.gt-sm","ngClass.gt-md":"ngClass.gt-md","ngClass.gt-lg":"ngClass.gt-lg"},features:[t.qOj]}),C})();class ie{constructor(B,P,F=!0){this.key=B,this.value=P,this.key=F?B.replace(/['"]/g,"").trim():B.trim(),this.value=F?P.replace(/['"]/g,"").trim():P.trim(),this.value=this.value.replace(/;/,"")}}function oe(C){let B=typeof C;return"object"===B?C.constructor===Array?"array":C.constructor===Set?"set":"object":B}function i(C){const[B,...P]=C.split(":");return new ie(B,P.join(":"))}function r(C,B){return B.key&&(C[B.key]=B.value),C}let u=(()=>{class C extends e.iR{constructor(P,F,q,he,ve,Ne,we,Q,Ue){var ye;super(P,null,F,q),this.sanitizer=he,this.ngStyleInstance=we,this.DIRECTIVE_KEY="ngStyle",this.ngStyleInstance||(this.ngStyleInstance=new f.PC(P,ve,Ne)),this.init();const V=null!==(ye=this.nativeElement.getAttribute("style"))&&void 0!==ye?ye:"";this.fallbackStyles=this.buildStyleMap(V),this.isServer=Q&&(0,f.PM)(Ue)}updateWithValue(P){const F=this.buildStyleMap(P);this.ngStyleInstance.ngStyle=Object.assign(Object.assign({},this.fallbackStyles),F),this.isServer&&this.applyStyleToElement(F),this.ngStyleInstance.ngDoCheck()}clearStyles(){this.ngStyleInstance.ngStyle=this.fallbackStyles,this.ngStyleInstance.ngDoCheck()}buildStyleMap(P){const F=q=>{var he;return null!==(he=this.sanitizer.sanitize(t.q3G.STYLE,q))&&void 0!==he?he:""};if(P)switch(oe(P)){case"string":return I(function X(C,B=";"){return String(C).trim().split(B).map(P=>P.trim()).filter(P=>""!==P)}(P),F);case"array":return I(P,F);default:return function y(C,B){let P=[];return"set"===oe(C)?C.forEach(F=>P.push(F)):Object.keys(C).forEach(F=>{P.push(`${F}:${C[F]}`)}),function me(C,B){return C.map(i).filter(F=>!!F).map(F=>(B&&(F.value=B(F.value)),F)).reduce(r,{})}(P,B)}(P,F)}return{}}ngDoCheck(){this.ngStyleInstance.ngDoCheck()}}return C.\u0275fac=function(P){return new(P||C)(t.Y36(t.SBq),t.Y36(e.RK),t.Y36(e.yB),t.Y36(b.H7),t.Y36(t.aQg),t.Y36(t.Qsj),t.Y36(f.PC,10),t.Y36(e.wY),t.Y36(t.Lbi))},C.\u0275dir=t.lG2({type:C,features:[t.qOj]}),C})();const c=["ngStyle","ngStyle.xs","ngStyle.sm","ngStyle.md","ngStyle.lg","ngStyle.xl","ngStyle.lt-sm","ngStyle.lt-md","ngStyle.lt-lg","ngStyle.lt-xl","ngStyle.gt-xs","ngStyle.gt-sm","ngStyle.gt-md","ngStyle.gt-lg"];let E=(()=>{class C extends u{constructor(){super(...arguments),this.inputs=c}}return C.\u0275fac=function(){let B;return function(F){return(B||(B=t.n5z(C)))(F||C)}}(),C.\u0275dir=t.lG2({type:C,selectors:[["","ngStyle",""],["","ngStyle.xs",""],["","ngStyle.sm",""],["","ngStyle.md",""],["","ngStyle.lg",""],["","ngStyle.xl",""],["","ngStyle.lt-sm",""],["","ngStyle.lt-md",""],["","ngStyle.lt-lg",""],["","ngStyle.lt-xl",""],["","ngStyle.gt-xs",""],["","ngStyle.gt-sm",""],["","ngStyle.gt-md",""],["","ngStyle.gt-lg",""]],inputs:{ngStyle:"ngStyle","ngStyle.xs":"ngStyle.xs","ngStyle.sm":"ngStyle.sm","ngStyle.md":"ngStyle.md","ngStyle.lg":"ngStyle.lg","ngStyle.xl":"ngStyle.xl","ngStyle.lt-sm":"ngStyle.lt-sm","ngStyle.lt-md":"ngStyle.lt-md","ngStyle.lt-lg":"ngStyle.lt-lg","ngStyle.lt-xl":"ngStyle.lt-xl","ngStyle.gt-xs":"ngStyle.gt-xs","ngStyle.gt-sm":"ngStyle.gt-sm","ngStyle.gt-md":"ngStyle.gt-md","ngStyle.gt-lg":"ngStyle.gt-lg"},features:[t.qOj]}),C})();function I(C,B){return C.map(i).filter(F=>!!F).map(F=>(B&&(F.value=B(F.value)),F)).reduce(r,{})}let n=(()=>{class C{}return C.\u0275fac=function(P){return new(P||C)},C.\u0275mod=t.oAB({type:C}),C.\u0275inj=t.cJS({imports:[[e.IR]]}),C})()},7093:(Ve,K,p)=>{"use strict";p.d(K,{Wh:()=>Wt,ae:()=>Pe,xw:()=>w,yH:()=>_});var t=p(5e3),e=p(226),f=p(3270),M=p(9042),b=(p(7579),p(2722));let d=(()=>{class Oe extends f.QI{buildStyles(be,{display:pt}){const mt=(0,M.Ar)(be);return Object.assign(Object.assign({},mt),{display:"none"===pt?pt:mt.display})}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275prov=t.Yz7({token:Oe,factory:Oe.\u0275fac,providedIn:"root"}),Oe})();const N=["fxLayout","fxLayout.xs","fxLayout.sm","fxLayout.md","fxLayout.lg","fxLayout.xl","fxLayout.lt-sm","fxLayout.lt-md","fxLayout.lt-lg","fxLayout.lt-xl","fxLayout.gt-xs","fxLayout.gt-sm","fxLayout.gt-md","fxLayout.gt-lg"];let A=(()=>{class Oe extends f.iR{constructor(be,pt,mt,Ht,it){super(be,mt,pt,Ht),this._config=it,this.DIRECTIVE_KEY="layout",this.init()}updateWithValue(be){var pt;const Ht=this._config.detectLayoutDisplay?this.styler.lookupStyle(this.nativeElement,"display"):"";this.styleCache=null!==(pt=D.get(Ht))&&void 0!==pt?pt:new Map,D.set(Ht,this.styleCache),this.currentValue!==be&&(this.addStyles(be,{display:Ht}),this.currentValue=be)}}return Oe.\u0275fac=function(be){return new(be||Oe)(t.Y36(t.SBq),t.Y36(f.RK),t.Y36(d),t.Y36(f.yB),t.Y36(f.WU))},Oe.\u0275dir=t.lG2({type:Oe,features:[t.qOj]}),Oe})(),w=(()=>{class Oe extends A{constructor(){super(...arguments),this.inputs=N}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275dir=t.lG2({type:Oe,selectors:[["","fxLayout",""],["","fxLayout.xs",""],["","fxLayout.sm",""],["","fxLayout.md",""],["","fxLayout.lg",""],["","fxLayout.xl",""],["","fxLayout.lt-sm",""],["","fxLayout.lt-md",""],["","fxLayout.lt-lg",""],["","fxLayout.lt-xl",""],["","fxLayout.gt-xs",""],["","fxLayout.gt-sm",""],["","fxLayout.gt-md",""],["","fxLayout.gt-lg",""]],inputs:{fxLayout:"fxLayout","fxLayout.xs":"fxLayout.xs","fxLayout.sm":"fxLayout.sm","fxLayout.md":"fxLayout.md","fxLayout.lg":"fxLayout.lg","fxLayout.xl":"fxLayout.xl","fxLayout.lt-sm":"fxLayout.lt-sm","fxLayout.lt-md":"fxLayout.lt-md","fxLayout.lt-lg":"fxLayout.lt-lg","fxLayout.lt-xl":"fxLayout.lt-xl","fxLayout.gt-xs":"fxLayout.gt-xs","fxLayout.gt-sm":"fxLayout.gt-sm","fxLayout.gt-md":"fxLayout.gt-md","fxLayout.gt-lg":"fxLayout.gt-lg"},features:[t.qOj]}),Oe})();const D=new Map;let i=(()=>{class Oe extends f.QI{constructor(be){super(),this.layoutConfig=be}buildStyles(be,pt){let[mt,Ht,...it]=be.split(" "),Re=it.join(" ");const tt=pt.direction.indexOf("column")>-1?"column":"row",Je=(0,M.tj)(tt)?"max-width":"max-height",Se=(0,M.tj)(tt)?"min-width":"min-height",Ge=String(Re).indexOf("calc")>-1,at=Ge||"auto"===Re,st=String(Re).indexOf("%")>-1&&!Ge,bt=String(Re).indexOf("px")>-1||String(Re).indexOf("rem")>-1||String(Re).indexOf("em")>-1||String(Re).indexOf("vw")>-1||String(Re).indexOf("vh")>-1;let gi=Ge||bt;mt="0"==mt?0:mt,Ht="0"==Ht?0:Ht;const qt=!mt&&!Ht;let Xt={};const Ji={"max-width":null,"max-height":null,"min-width":null,"min-height":null};switch(Re||""){case"":const fi=!1!==this.layoutConfig.useColumnBasisZero;Re="row"===tt?"0%":fi?"0.000000001px":"auto";break;case"initial":case"nogrow":mt=0,Re="auto";break;case"grow":Re="100%";break;case"noshrink":Ht=0,Re="auto";break;case"auto":break;case"none":mt=0,Ht=0,Re="auto";break;default:!gi&&!st&&!isNaN(Re)&&(Re+="%"),"0%"===Re&&(gi=!0),"0px"===Re&&(Re="0%"),Xt=(0,M.kt)(Ji,Ge?{"flex-grow":mt,"flex-shrink":Ht,"flex-basis":gi?Re:"100%"}:{flex:`${mt} ${Ht} ${gi?Re:"100%"}`})}return Xt.flex||Xt["flex-grow"]||(Xt=(0,M.kt)(Ji,Ge?{"flex-grow":mt,"flex-shrink":Ht,"flex-basis":Re}:{flex:`${mt} ${Ht} ${Re}`})),"0%"!==Re&&"0px"!==Re&&"0.000000001px"!==Re&&"auto"!==Re&&(Xt[Se]=qt||gi&&mt?Re:null,Xt[Je]=qt||!at&&Ht?Re:null),Xt[Se]||Xt[Je]?pt.hasWrap&&(Xt[Ge?"flex-basis":"flex"]=Xt[Je]?Ge?Xt[Je]:`${mt} ${Ht} ${Xt[Je]}`:Ge?Xt[Se]:`${mt} ${Ht} ${Xt[Se]}`):Xt=(0,M.kt)(Ji,Ge?{"flex-grow":mt,"flex-shrink":Ht,"flex-basis":Re}:{flex:`${mt} ${Ht} ${Re}`}),(0,M.kt)(Xt,{"box-sizing":"border-box"})}}return Oe.\u0275fac=function(be){return new(be||Oe)(t.LFG(f.WU))},Oe.\u0275prov=t.Yz7({token:Oe,factory:Oe.\u0275fac,providedIn:"root"}),Oe})();const r=["fxFlex","fxFlex.xs","fxFlex.sm","fxFlex.md","fxFlex.lg","fxFlex.xl","fxFlex.lt-sm","fxFlex.lt-md","fxFlex.lt-lg","fxFlex.lt-xl","fxFlex.gt-xs","fxFlex.gt-sm","fxFlex.gt-md","fxFlex.gt-lg"];let c=(()=>{class Oe extends f.iR{constructor(be,pt,mt,Ht,it){super(be,Ht,pt,it),this.layoutConfig=mt,this.marshal=it,this.DIRECTIVE_KEY="flex",this.direction=void 0,this.wrap=void 0,this.flexGrow="1",this.flexShrink="1",this.init()}get shrink(){return this.flexShrink}set shrink(be){this.flexShrink=be||"1",this.triggerReflow()}get grow(){return this.flexGrow}set grow(be){this.flexGrow=be||"1",this.triggerReflow()}ngOnInit(){this.parentElement&&(this.marshal.trackValue(this.parentElement,"layout").pipe((0,b.R)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this)),this.marshal.trackValue(this.nativeElement,"layout-align").pipe((0,b.R)(this.destroySubject)).subscribe(this.triggerReflow.bind(this)))}onLayoutChange(be){const mt=be.value.split(" ");this.direction=mt[0],this.wrap=void 0!==mt[1]&&"wrap"===mt[1],this.triggerUpdate()}updateWithValue(be){void 0===this.direction&&(this.direction=this.getFlexFlowDirection(this.parentElement,!1!==this.layoutConfig.addFlexToParent)),void 0===this.wrap&&(this.wrap=this.hasWrap(this.parentElement));const mt=this.direction,Ht=mt.startsWith("row"),it=this.wrap;Ht&&it?this.styleCache=v:Ht&&!it?this.styleCache=E:!Ht&&it?this.styleCache=n:!Ht&&!it&&(this.styleCache=I);const Re=String(be).replace(";",""),tt=(0,f.Ot)(Re,this.flexGrow,this.flexShrink);this.addStyles(tt.join(" "),{direction:mt,hasWrap:it})}triggerReflow(){const be=this.activatedValue;if(void 0!==be){const pt=(0,f.Ot)(be+"",this.flexGrow,this.flexShrink);this.marshal.updateElement(this.nativeElement,this.DIRECTIVE_KEY,pt.join(" "))}}}return Oe.\u0275fac=function(be){return new(be||Oe)(t.Y36(t.SBq),t.Y36(f.RK),t.Y36(f.WU),t.Y36(i),t.Y36(f.yB))},Oe.\u0275dir=t.lG2({type:Oe,inputs:{shrink:["fxShrink","shrink"],grow:["fxGrow","grow"]},features:[t.qOj]}),Oe})(),_=(()=>{class Oe extends c{constructor(){super(...arguments),this.inputs=r}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275dir=t.lG2({type:Oe,selectors:[["","fxFlex",""],["","fxFlex.xs",""],["","fxFlex.sm",""],["","fxFlex.md",""],["","fxFlex.lg",""],["","fxFlex.xl",""],["","fxFlex.lt-sm",""],["","fxFlex.lt-md",""],["","fxFlex.lt-lg",""],["","fxFlex.lt-xl",""],["","fxFlex.gt-xs",""],["","fxFlex.gt-sm",""],["","fxFlex.gt-md",""],["","fxFlex.gt-lg",""]],inputs:{fxFlex:"fxFlex","fxFlex.xs":"fxFlex.xs","fxFlex.sm":"fxFlex.sm","fxFlex.md":"fxFlex.md","fxFlex.lg":"fxFlex.lg","fxFlex.xl":"fxFlex.xl","fxFlex.lt-sm":"fxFlex.lt-sm","fxFlex.lt-md":"fxFlex.lt-md","fxFlex.lt-lg":"fxFlex.lt-lg","fxFlex.lt-xl":"fxFlex.lt-xl","fxFlex.gt-xs":"fxFlex.gt-xs","fxFlex.gt-sm":"fxFlex.gt-sm","fxFlex.gt-md":"fxFlex.gt-md","fxFlex.gt-lg":"fxFlex.gt-lg"},features:[t.qOj]}),Oe})();const E=new Map,I=new Map,v=new Map,n=new Map;let ut=(()=>{class Oe extends f.QI{buildStyles(be,pt){const mt={},[Ht,it]=be.split(" ");switch(Ht){case"center":mt["justify-content"]="center";break;case"space-around":mt["justify-content"]="space-around";break;case"space-between":mt["justify-content"]="space-between";break;case"space-evenly":mt["justify-content"]="space-evenly";break;case"end":case"flex-end":mt["justify-content"]="flex-end";break;default:mt["justify-content"]="flex-start"}switch(it){case"start":case"flex-start":mt["align-items"]=mt["align-content"]="flex-start";break;case"center":mt["align-items"]=mt["align-content"]="center";break;case"end":case"flex-end":mt["align-items"]=mt["align-content"]="flex-end";break;case"space-between":mt["align-content"]="space-between",mt["align-items"]="stretch";break;case"space-around":mt["align-content"]="space-around",mt["align-items"]="stretch";break;case"baseline":mt["align-content"]="stretch",mt["align-items"]="baseline";break;default:mt["align-items"]=mt["align-content"]="stretch"}return(0,M.kt)(mt,{display:pt.inline?"inline-flex":"flex","flex-direction":pt.layout,"box-sizing":"border-box","max-width":"stretch"===it?(0,M.tj)(pt.layout)?null:"100%":null,"max-height":"stretch"===it&&(0,M.tj)(pt.layout)?"100%":null})}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275prov=t.Yz7({token:Oe,factory:Oe.\u0275fac,providedIn:"root"}),Oe})();const ht=["fxLayoutAlign","fxLayoutAlign.xs","fxLayoutAlign.sm","fxLayoutAlign.md","fxLayoutAlign.lg","fxLayoutAlign.xl","fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg"];let ui=(()=>{class Oe extends f.iR{constructor(be,pt,mt,Ht){super(be,mt,pt,Ht),this.DIRECTIVE_KEY="layout-align",this.layout="row",this.inline=!1,this.init(),this.marshal.trackValue(this.nativeElement,"layout").pipe((0,b.R)(this.destroySubject)).subscribe(this.onLayoutChange.bind(this))}updateWithValue(be){const pt=this.layout||"row",mt=this.inline;"row"===pt&&mt?this.styleCache=Ct:"row"!==pt||mt?"row-reverse"===pt&&mt?this.styleCache=yt:"row-reverse"!==pt||mt?"column"===pt&&mt?this.styleCache=et:"column"!==pt||mt?"column-reverse"===pt&&mt?this.styleCache=ei:"column-reverse"===pt&&!mt&&(this.styleCache=Nt):this.styleCache=hi:this.styleCache=xt:this.styleCache=Gt,this.addStyles(be,{layout:pt,inline:mt})}onLayoutChange(be){const pt=be.value.split(" ");this.layout=pt[0],this.inline=be.value.includes("inline"),M.iQ.find(mt=>mt===this.layout)||(this.layout="row"),this.triggerUpdate()}}return Oe.\u0275fac=function(be){return new(be||Oe)(t.Y36(t.SBq),t.Y36(f.RK),t.Y36(ut),t.Y36(f.yB))},Oe.\u0275dir=t.lG2({type:Oe,features:[t.qOj]}),Oe})(),Wt=(()=>{class Oe extends ui{constructor(){super(...arguments),this.inputs=ht}}return Oe.\u0275fac=function(){let ce;return function(pt){return(ce||(ce=t.n5z(Oe)))(pt||Oe)}}(),Oe.\u0275dir=t.lG2({type:Oe,selectors:[["","fxLayoutAlign",""],["","fxLayoutAlign.xs",""],["","fxLayoutAlign.sm",""],["","fxLayoutAlign.md",""],["","fxLayoutAlign.lg",""],["","fxLayoutAlign.xl",""],["","fxLayoutAlign.lt-sm",""],["","fxLayoutAlign.lt-md",""],["","fxLayoutAlign.lt-lg",""],["","fxLayoutAlign.lt-xl",""],["","fxLayoutAlign.gt-xs",""],["","fxLayoutAlign.gt-sm",""],["","fxLayoutAlign.gt-md",""],["","fxLayoutAlign.gt-lg",""]],inputs:{fxLayoutAlign:"fxLayoutAlign","fxLayoutAlign.xs":"fxLayoutAlign.xs","fxLayoutAlign.sm":"fxLayoutAlign.sm","fxLayoutAlign.md":"fxLayoutAlign.md","fxLayoutAlign.lg":"fxLayoutAlign.lg","fxLayoutAlign.xl":"fxLayoutAlign.xl","fxLayoutAlign.lt-sm":"fxLayoutAlign.lt-sm","fxLayoutAlign.lt-md":"fxLayoutAlign.lt-md","fxLayoutAlign.lt-lg":"fxLayoutAlign.lt-lg","fxLayoutAlign.lt-xl":"fxLayoutAlign.lt-xl","fxLayoutAlign.gt-xs":"fxLayoutAlign.gt-xs","fxLayoutAlign.gt-sm":"fxLayoutAlign.gt-sm","fxLayoutAlign.gt-md":"fxLayoutAlign.gt-md","fxLayoutAlign.gt-lg":"fxLayoutAlign.gt-lg"},features:[t.qOj]}),Oe})();const Gt=new Map,hi=new Map,xt=new Map,Nt=new Map,Ct=new Map,et=new Map,yt=new Map,ei=new Map;let Pe=(()=>{class Oe{}return Oe.\u0275fac=function(be){return new(be||Oe)},Oe.\u0275mod=t.oAB({type:Oe}),Oe.\u0275inj=t.cJS({imports:[[f.IR,e.vT]]}),Oe})()},3075:(Ve,K,p)=>{"use strict";p.d(K,{Cf:()=>Z,F:()=>Yt,Fd:()=>Ra,Fj:()=>k,JJ:()=>De,JL:()=>le,JU:()=>N,NI:()=>Ei,On:()=>In,Q7:()=>jr,UX:()=>gt,Zs:()=>ba,_Y:()=>Xn,a5:()=>ye,kI:()=>$,oH:()=>Ga,qQ:()=>oa,qu:()=>Di,sg:()=>cr,u:()=>$n,u5:()=>oi,wV:()=>Si});var t=p(5e3),e=p(9808),f=p(457),M=p(4128),a=p(4004);let b=(()=>{class $e{constructor(Fe,Lt){this._renderer=Fe,this._elementRef=Lt,this.onChange=yi=>{},this.onTouched=()=>{}}setProperty(Fe,Lt){this._renderer.setProperty(this._elementRef.nativeElement,Fe,Lt)}registerOnTouched(Fe){this.onTouched=Fe}registerOnChange(Fe){this.onChange=Fe}setDisabledState(Fe){this.setProperty("disabled",Fe)}}return $e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(t.Qsj),t.Y36(t.SBq))},$e.\u0275dir=t.lG2({type:$e}),$e})(),d=(()=>{class $e extends b{}return $e.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z($e)))(Lt||$e)}}(),$e.\u0275dir=t.lG2({type:$e,features:[t.qOj]}),$e})();const N=new t.OlP("NgValueAccessor"),w={provide:N,useExisting:(0,t.Gpc)(()=>k),multi:!0},L=new t.OlP("CompositionEventMode");let k=(()=>{class $e extends b{constructor(Fe,Lt,yi){super(Fe,Lt),this._compositionMode=yi,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function D(){const $e=(0,e.q)()?(0,e.q)().getUserAgent():"";return/android (\d+)/.test($e.toLowerCase())}())}writeValue(Fe){this.setProperty("value",null==Fe?"":Fe)}_handleInput(Fe){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(Fe)}_compositionStart(){this._composing=!0}_compositionEnd(Fe){this._composing=!1,this._compositionMode&&this.onChange(Fe)}}return $e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(t.Qsj),t.Y36(t.SBq),t.Y36(L,8))},$e.\u0275dir=t.lG2({type:$e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(Fe,Lt){1&Fe&&t.NdJ("input",function(Ki){return Lt._handleInput(Ki.target.value)})("blur",function(){return Lt.onTouched()})("compositionstart",function(){return Lt._compositionStart()})("compositionend",function(Ki){return Lt._compositionEnd(Ki.target.value)})},features:[t._Bn([w]),t.qOj]}),$e})();function S($e){return null==$e||0===$e.length}function U($e){return null!=$e&&"number"==typeof $e.length}const Z=new t.OlP("NgValidators"),j=new t.OlP("NgAsyncValidators"),ne=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;class ${static min(We){return de(We)}static max(We){return te(We)}static required(We){return ie(We)}static requiredTrue(We){return oe(We)}static email(We){return function X($e){return S($e.value)||ne.test($e.value)?null:{email:!0}}(We)}static minLength(We){return function me($e){return We=>S(We.value)||!U(We.value)?null:We.value.length<$e?{minlength:{requiredLength:$e,actualLength:We.value.length}}:null}(We)}static maxLength(We){return function y($e){return We=>U(We.value)&&We.value.length>$e?{maxlength:{requiredLength:$e,actualLength:We.value.length}}:null}(We)}static pattern(We){return function i($e){if(!$e)return r;let We,Fe;return"string"==typeof $e?(Fe="","^"!==$e.charAt(0)&&(Fe+="^"),Fe+=$e,"$"!==$e.charAt($e.length-1)&&(Fe+="$"),We=new RegExp(Fe)):(Fe=$e.toString(),We=$e),Lt=>{if(S(Lt.value))return null;const yi=Lt.value;return We.test(yi)?null:{pattern:{requiredPattern:Fe,actualValue:yi}}}}(We)}static nullValidator(We){return null}static compose(We){return n(We)}static composeAsync(We){return B(We)}}function de($e){return We=>{if(S(We.value)||S($e))return null;const Fe=parseFloat(We.value);return!isNaN(Fe)&&Fe<$e?{min:{min:$e,actual:We.value}}:null}}function te($e){return We=>{if(S(We.value)||S($e))return null;const Fe=parseFloat(We.value);return!isNaN(Fe)&&Fe>$e?{max:{max:$e,actual:We.value}}:null}}function ie($e){return S($e.value)?{required:!0}:null}function oe($e){return!0===$e.value?null:{required:!0}}function r($e){return null}function u($e){return null!=$e}function c($e){const We=(0,t.QGY)($e)?(0,f.D)($e):$e;return(0,t.CqO)(We),We}function _($e){let We={};return $e.forEach(Fe=>{We=null!=Fe?Object.assign(Object.assign({},We),Fe):We}),0===Object.keys(We).length?null:We}function E($e,We){return We.map(Fe=>Fe($e))}function v($e){return $e.map(We=>function I($e){return!$e.validate}(We)?We:Fe=>We.validate(Fe))}function n($e){if(!$e)return null;const We=$e.filter(u);return 0==We.length?null:function(Fe){return _(E(Fe,We))}}function C($e){return null!=$e?n(v($e)):null}function B($e){if(!$e)return null;const We=$e.filter(u);return 0==We.length?null:function(Fe){const Lt=E(Fe,We).map(c);return(0,M.D)(Lt).pipe((0,a.U)(_))}}function P($e){return null!=$e?B(v($e)):null}function F($e,We){return null===$e?[We]:Array.isArray($e)?[...$e,We]:[$e,We]}function q($e){return $e._rawValidators}function he($e){return $e._rawAsyncValidators}function ve($e){return $e?Array.isArray($e)?$e:[$e]:[]}function Ne($e,We){return Array.isArray($e)?$e.includes(We):$e===We}function we($e,We){const Fe=ve(We);return ve($e).forEach(yi=>{Ne(Fe,yi)||Fe.push(yi)}),Fe}function Q($e,We){return ve(We).filter(Fe=>!Ne($e,Fe))}class Ue{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(We){this._rawValidators=We||[],this._composedValidatorFn=C(this._rawValidators)}_setAsyncValidators(We){this._rawAsyncValidators=We||[],this._composedAsyncValidatorFn=P(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(We){this._onDestroyCallbacks.push(We)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(We=>We()),this._onDestroyCallbacks=[]}reset(We){this.control&&this.control.reset(We)}hasError(We,Fe){return!!this.control&&this.control.hasError(We,Fe)}getError(We,Fe){return this.control?this.control.getError(We,Fe):null}}class ye extends Ue{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class V extends Ue{get formDirective(){return null}get path(){return null}}class Ae{constructor(We){this._cd=We}is(We){var Fe,Lt,yi;return"submitted"===We?!!(null===(Fe=this._cd)||void 0===Fe?void 0:Fe.submitted):!!(null===(yi=null===(Lt=this._cd)||void 0===Lt?void 0:Lt.control)||void 0===yi?void 0:yi[We])}}let De=(()=>{class $e extends Ae{constructor(Fe){super(Fe)}}return $e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(ye,2))},$e.\u0275dir=t.lG2({type:$e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(Fe,Lt){2&Fe&&t.ekj("ng-untouched",Lt.is("untouched"))("ng-touched",Lt.is("touched"))("ng-pristine",Lt.is("pristine"))("ng-dirty",Lt.is("dirty"))("ng-valid",Lt.is("valid"))("ng-invalid",Lt.is("invalid"))("ng-pending",Lt.is("pending"))},features:[t.qOj]}),$e})(),le=(()=>{class $e extends Ae{constructor(Fe){super(Fe)}}return $e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(V,10))},$e.\u0275dir=t.lG2({type:$e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(Fe,Lt){2&Fe&&t.ekj("ng-untouched",Lt.is("untouched"))("ng-touched",Lt.is("touched"))("ng-pristine",Lt.is("pristine"))("ng-dirty",Lt.is("dirty"))("ng-valid",Lt.is("valid"))("ng-invalid",Lt.is("invalid"))("ng-pending",Lt.is("pending"))("ng-submitted",Lt.is("submitted"))},features:[t.qOj]}),$e})();function Ct($e,We){return[...We.path,$e]}function et($e,We){Pe($e,We),We.valueAccessor.writeValue($e.value),function ce($e,We){We.valueAccessor.registerOnChange(Fe=>{$e._pendingValue=Fe,$e._pendingChange=!0,$e._pendingDirty=!0,"change"===$e.updateOn&&pt($e,We)})}($e,We),function mt($e,We){const Fe=(Lt,yi)=>{We.valueAccessor.writeValue(Lt),yi&&We.viewToModelUpdate(Lt)};$e.registerOnChange(Fe),We._registerOnDestroy(()=>{$e._unregisterOnChange(Fe)})}($e,We),function be($e,We){We.valueAccessor.registerOnTouched(()=>{$e._pendingTouched=!0,"blur"===$e.updateOn&&$e._pendingChange&&pt($e,We),"submit"!==$e.updateOn&&$e.markAsTouched()})}($e,We),function jt($e,We){if(We.valueAccessor.setDisabledState){const Fe=Lt=>{We.valueAccessor.setDisabledState(Lt)};$e.registerOnDisabledChange(Fe),We._registerOnDestroy(()=>{$e._unregisterOnDisabledChange(Fe)})}}($e,We)}function yt($e,We,Fe=!0){const Lt=()=>{};We.valueAccessor&&(We.valueAccessor.registerOnChange(Lt),We.valueAccessor.registerOnTouched(Lt)),Oe($e,We),$e&&(We._invokeOnDestroyCallbacks(),$e._registerOnCollectionChange(()=>{}))}function ei($e,We){$e.forEach(Fe=>{Fe.registerOnValidatorChange&&Fe.registerOnValidatorChange(We)})}function Pe($e,We){const Fe=q($e);null!==We.validator?$e.setValidators(F(Fe,We.validator)):"function"==typeof Fe&&$e.setValidators([Fe]);const Lt=he($e);null!==We.asyncValidator?$e.setAsyncValidators(F(Lt,We.asyncValidator)):"function"==typeof Lt&&$e.setAsyncValidators([Lt]);const yi=()=>$e.updateValueAndValidity();ei(We._rawValidators,yi),ei(We._rawAsyncValidators,yi)}function Oe($e,We){let Fe=!1;if(null!==$e){if(null!==We.validator){const yi=q($e);if(Array.isArray(yi)&&yi.length>0){const Ki=yi.filter(Ln=>Ln!==We.validator);Ki.length!==yi.length&&(Fe=!0,$e.setValidators(Ki))}}if(null!==We.asyncValidator){const yi=he($e);if(Array.isArray(yi)&&yi.length>0){const Ki=yi.filter(Ln=>Ln!==We.asyncValidator);Ki.length!==yi.length&&(Fe=!0,$e.setAsyncValidators(Ki))}}}const Lt=()=>{};return ei(We._rawValidators,Lt),ei(We._rawAsyncValidators,Lt),Fe}function pt($e,We){$e._pendingDirty&&$e.markAsDirty(),$e.setValue($e._pendingValue,{emitModelToViewChange:!1}),We.viewToModelUpdate($e._pendingValue),$e._pendingChange=!1}function Ht($e,We){Pe($e,We)}function Ge($e,We){if(!$e.hasOwnProperty("model"))return!1;const Fe=$e.model;return!!Fe.isFirstChange()||!Object.is(We,Fe.currentValue)}function st($e,We){$e._syncPendingControls(),We.forEach(Fe=>{const Lt=Fe.control;"submit"===Lt.updateOn&&Lt._pendingChange&&(Fe.viewToModelUpdate(Lt._pendingValue),Lt._pendingChange=!1)})}function bt($e,We){if(!We)return null;let Fe,Lt,yi;return Array.isArray(We),We.forEach(Ki=>{Ki.constructor===k?Fe=Ki:function at($e){return Object.getPrototypeOf($e.constructor)===d}(Ki)?Lt=Ki:yi=Ki}),yi||Lt||Fe||null}function gi($e,We){const Fe=$e.indexOf(We);Fe>-1&&$e.splice(Fe,1)}const Ji="VALID",fi="INVALID",si="PENDING",en="DISABLED";function zi($e){return(pe($e)?$e.validators:$e)||null}function Ui($e){return Array.isArray($e)?C($e):$e||null}function ze($e,We){return(pe(We)?We.asyncValidators:$e)||null}function Tt($e){return Array.isArray($e)?P($e):$e||null}function pe($e){return null!=$e&&!Array.isArray($e)&&"object"==typeof $e}const je=$e=>$e instanceof Ei,_t=$e=>$e instanceof $i,re=$e=>$e instanceof Gi;function Qe($e){return je($e)?$e.value:$e.getRawValue()}function Mt($e,We){const Fe=_t($e),Lt=$e.controls;if(!(Fe?Object.keys(Lt):Lt).length)throw new t.vHH(1e3,"");if(!Lt[We])throw new t.vHH(1001,"")}function zt($e,We){_t($e),$e._forEachChild((Lt,yi)=>{if(void 0===We[yi])throw new t.vHH(1002,"")})}class bi{constructor(We,Fe){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._rawValidators=We,this._rawAsyncValidators=Fe,this._composedValidatorFn=Ui(this._rawValidators),this._composedAsyncValidatorFn=Tt(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn}set validator(We){this._rawValidators=this._composedValidatorFn=We}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(We){this._rawAsyncValidators=this._composedAsyncValidatorFn=We}get parent(){return this._parent}get valid(){return this.status===Ji}get invalid(){return this.status===fi}get pending(){return this.status==si}get disabled(){return this.status===en}get enabled(){return this.status!==en}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(We){this._rawValidators=We,this._composedValidatorFn=Ui(We)}setAsyncValidators(We){this._rawAsyncValidators=We,this._composedAsyncValidatorFn=Tt(We)}addValidators(We){this.setValidators(we(We,this._rawValidators))}addAsyncValidators(We){this.setAsyncValidators(we(We,this._rawAsyncValidators))}removeValidators(We){this.setValidators(Q(We,this._rawValidators))}removeAsyncValidators(We){this.setAsyncValidators(Q(We,this._rawAsyncValidators))}hasValidator(We){return Ne(this._rawValidators,We)}hasAsyncValidator(We){return Ne(this._rawAsyncValidators,We)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(We={}){this.touched=!0,this._parent&&!We.onlySelf&&this._parent.markAsTouched(We)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(We=>We.markAllAsTouched())}markAsUntouched(We={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(Fe=>{Fe.markAsUntouched({onlySelf:!0})}),this._parent&&!We.onlySelf&&this._parent._updateTouched(We)}markAsDirty(We={}){this.pristine=!1,this._parent&&!We.onlySelf&&this._parent.markAsDirty(We)}markAsPristine(We={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(Fe=>{Fe.markAsPristine({onlySelf:!0})}),this._parent&&!We.onlySelf&&this._parent._updatePristine(We)}markAsPending(We={}){this.status=si,!1!==We.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!We.onlySelf&&this._parent.markAsPending(We)}disable(We={}){const Fe=this._parentMarkedDirty(We.onlySelf);this.status=en,this.errors=null,this._forEachChild(Lt=>{Lt.disable(Object.assign(Object.assign({},We),{onlySelf:!0}))}),this._updateValue(),!1!==We.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(Object.assign(Object.assign({},We),{skipPristineCheck:Fe})),this._onDisabledChange.forEach(Lt=>Lt(!0))}enable(We={}){const Fe=this._parentMarkedDirty(We.onlySelf);this.status=Ji,this._forEachChild(Lt=>{Lt.enable(Object.assign(Object.assign({},We),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:We.emitEvent}),this._updateAncestors(Object.assign(Object.assign({},We),{skipPristineCheck:Fe})),this._onDisabledChange.forEach(Lt=>Lt(!1))}_updateAncestors(We){this._parent&&!We.onlySelf&&(this._parent.updateValueAndValidity(We),We.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(We){this._parent=We}updateValueAndValidity(We={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Ji||this.status===si)&&this._runAsyncValidator(We.emitEvent)),!1!==We.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!We.onlySelf&&this._parent.updateValueAndValidity(We)}_updateTreeValidity(We={emitEvent:!0}){this._forEachChild(Fe=>Fe._updateTreeValidity(We)),this.updateValueAndValidity({onlySelf:!0,emitEvent:We.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?en:Ji}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(We){if(this.asyncValidator){this.status=si,this._hasOwnPendingAsyncValidator=!0;const Fe=c(this.asyncValidator(this));this._asyncValidationSubscription=Fe.subscribe(Lt=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(Lt,{emitEvent:We})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(We,Fe={}){this.errors=We,this._updateControlsErrors(!1!==Fe.emitEvent)}get(We){return function Bi($e,We,Fe){if(null==We||(Array.isArray(We)||(We=We.split(Fe)),Array.isArray(We)&&0===We.length))return null;let Lt=$e;return We.forEach(yi=>{Lt=_t(Lt)?Lt.controls.hasOwnProperty(yi)?Lt.controls[yi]:null:re(Lt)&&Lt.at(yi)||null}),Lt}(this,We,".")}getError(We,Fe){const Lt=Fe?this.get(Fe):this;return Lt&&Lt.errors?Lt.errors[We]:null}hasError(We,Fe){return!!this.getError(We,Fe)}get root(){let We=this;for(;We._parent;)We=We._parent;return We}_updateControlsErrors(We){this.status=this._calculateStatus(),We&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(We)}_initObservables(){this.valueChanges=new t.vpe,this.statusChanges=new t.vpe}_calculateStatus(){return this._allControlsDisabled()?en:this.errors?fi:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(si)?si:this._anyControlsHaveStatus(fi)?fi:Ji}_anyControlsHaveStatus(We){return this._anyControls(Fe=>Fe.status===We)}_anyControlsDirty(){return this._anyControls(We=>We.dirty)}_anyControlsTouched(){return this._anyControls(We=>We.touched)}_updatePristine(We={}){this.pristine=!this._anyControlsDirty(),this._parent&&!We.onlySelf&&this._parent._updatePristine(We)}_updateTouched(We={}){this.touched=this._anyControlsTouched(),this._parent&&!We.onlySelf&&this._parent._updateTouched(We)}_isBoxedValue(We){return"object"==typeof We&&null!==We&&2===Object.keys(We).length&&"value"in We&&"disabled"in We}_registerOnCollectionChange(We){this._onCollectionChange=We}_setUpdateStrategy(We){pe(We)&&null!=We.updateOn&&(this._updateOn=We.updateOn)}_parentMarkedDirty(We){return!We&&!(!this._parent||!this._parent.dirty)&&!this._parent._anyControlsDirty()}}class Ei extends bi{constructor(We=null,Fe,Lt){super(zi(Fe),ze(Lt,Fe)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(We),this._setUpdateStrategy(Fe),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),pe(Fe)&&Fe.initialValueIsDefault&&(this.defaultValue=this._isBoxedValue(We)?We.value:We)}setValue(We,Fe={}){this.value=this._pendingValue=We,this._onChange.length&&!1!==Fe.emitModelToViewChange&&this._onChange.forEach(Lt=>Lt(this.value,!1!==Fe.emitViewToModelChange)),this.updateValueAndValidity(Fe)}patchValue(We,Fe={}){this.setValue(We,Fe)}reset(We=this.defaultValue,Fe={}){this._applyFormState(We),this.markAsPristine(Fe),this.markAsUntouched(Fe),this.setValue(this.value,Fe),this._pendingChange=!1}_updateValue(){}_anyControls(We){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(We){this._onChange.push(We)}_unregisterOnChange(We){gi(this._onChange,We)}registerOnDisabledChange(We){this._onDisabledChange.push(We)}_unregisterOnDisabledChange(We){gi(this._onDisabledChange,We)}_forEachChild(We){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange)||(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),0))}_applyFormState(We){this._isBoxedValue(We)?(this.value=this._pendingValue=We.value,We.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=We}}class $i extends bi{constructor(We,Fe,Lt){super(zi(Fe),ze(Lt,Fe)),this.controls=We,this._initObservables(),this._setUpdateStrategy(Fe),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(We,Fe){return this.controls[We]?this.controls[We]:(this.controls[We]=Fe,Fe.setParent(this),Fe._registerOnCollectionChange(this._onCollectionChange),Fe)}addControl(We,Fe,Lt={}){this.registerControl(We,Fe),this.updateValueAndValidity({emitEvent:Lt.emitEvent}),this._onCollectionChange()}removeControl(We,Fe={}){this.controls[We]&&this.controls[We]._registerOnCollectionChange(()=>{}),delete this.controls[We],this.updateValueAndValidity({emitEvent:Fe.emitEvent}),this._onCollectionChange()}setControl(We,Fe,Lt={}){this.controls[We]&&this.controls[We]._registerOnCollectionChange(()=>{}),delete this.controls[We],Fe&&this.registerControl(We,Fe),this.updateValueAndValidity({emitEvent:Lt.emitEvent}),this._onCollectionChange()}contains(We){return this.controls.hasOwnProperty(We)&&this.controls[We].enabled}setValue(We,Fe={}){zt(this,We),Object.keys(We).forEach(Lt=>{Mt(this,Lt),this.controls[Lt].setValue(We[Lt],{onlySelf:!0,emitEvent:Fe.emitEvent})}),this.updateValueAndValidity(Fe)}patchValue(We,Fe={}){null!=We&&(Object.keys(We).forEach(Lt=>{this.controls[Lt]&&this.controls[Lt].patchValue(We[Lt],{onlySelf:!0,emitEvent:Fe.emitEvent})}),this.updateValueAndValidity(Fe))}reset(We={},Fe={}){this._forEachChild((Lt,yi)=>{Lt.reset(We[yi],{onlySelf:!0,emitEvent:Fe.emitEvent})}),this._updatePristine(Fe),this._updateTouched(Fe),this.updateValueAndValidity(Fe)}getRawValue(){return this._reduceChildren({},(We,Fe,Lt)=>(We[Lt]=Qe(Fe),We))}_syncPendingControls(){let We=this._reduceChildren(!1,(Fe,Lt)=>!!Lt._syncPendingControls()||Fe);return We&&this.updateValueAndValidity({onlySelf:!0}),We}_forEachChild(We){Object.keys(this.controls).forEach(Fe=>{const Lt=this.controls[Fe];Lt&&We(Lt,Fe)})}_setUpControls(){this._forEachChild(We=>{We.setParent(this),We._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(We){for(const Fe of Object.keys(this.controls)){const Lt=this.controls[Fe];if(this.contains(Fe)&&We(Lt))return!0}return!1}_reduceValue(){return this._reduceChildren({},(We,Fe,Lt)=>((Fe.enabled||this.disabled)&&(We[Lt]=Fe.value),We))}_reduceChildren(We,Fe){let Lt=We;return this._forEachChild((yi,Ki)=>{Lt=Fe(Lt,yi,Ki)}),Lt}_allControlsDisabled(){for(const We of Object.keys(this.controls))if(this.controls[We].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}}class Gi extends bi{constructor(We,Fe,Lt){super(zi(Fe),ze(Lt,Fe)),this.controls=We,this._initObservables(),this._setUpdateStrategy(Fe),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(We){return this.controls[We]}push(We,Fe={}){this.controls.push(We),this._registerControl(We),this.updateValueAndValidity({emitEvent:Fe.emitEvent}),this._onCollectionChange()}insert(We,Fe,Lt={}){this.controls.splice(We,0,Fe),this._registerControl(Fe),this.updateValueAndValidity({emitEvent:Lt.emitEvent})}removeAt(We,Fe={}){this.controls[We]&&this.controls[We]._registerOnCollectionChange(()=>{}),this.controls.splice(We,1),this.updateValueAndValidity({emitEvent:Fe.emitEvent})}setControl(We,Fe,Lt={}){this.controls[We]&&this.controls[We]._registerOnCollectionChange(()=>{}),this.controls.splice(We,1),Fe&&(this.controls.splice(We,0,Fe),this._registerControl(Fe)),this.updateValueAndValidity({emitEvent:Lt.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(We,Fe={}){zt(this,We),We.forEach((Lt,yi)=>{Mt(this,yi),this.at(yi).setValue(Lt,{onlySelf:!0,emitEvent:Fe.emitEvent})}),this.updateValueAndValidity(Fe)}patchValue(We,Fe={}){null!=We&&(We.forEach((Lt,yi)=>{this.at(yi)&&this.at(yi).patchValue(Lt,{onlySelf:!0,emitEvent:Fe.emitEvent})}),this.updateValueAndValidity(Fe))}reset(We=[],Fe={}){this._forEachChild((Lt,yi)=>{Lt.reset(We[yi],{onlySelf:!0,emitEvent:Fe.emitEvent})}),this._updatePristine(Fe),this._updateTouched(Fe),this.updateValueAndValidity(Fe)}getRawValue(){return this.controls.map(We=>Qe(We))}clear(We={}){this.controls.length<1||(this._forEachChild(Fe=>Fe._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:We.emitEvent}))}_syncPendingControls(){let We=this.controls.reduce((Fe,Lt)=>!!Lt._syncPendingControls()||Fe,!1);return We&&this.updateValueAndValidity({onlySelf:!0}),We}_forEachChild(We){this.controls.forEach((Fe,Lt)=>{We(Fe,Lt)})}_updateValue(){this.value=this.controls.filter(We=>We.enabled||this.disabled).map(We=>We.value)}_anyControls(We){return this.controls.some(Fe=>Fe.enabled&&We(Fe))}_setUpControls(){this._forEachChild(We=>this._registerControl(We))}_allControlsDisabled(){for(const We of this.controls)if(We.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(We){We.setParent(this),We._registerOnCollectionChange(this._onCollectionChange)}}const sn={provide:V,useExisting:(0,t.Gpc)(()=>Yt)},mn=(()=>Promise.resolve(null))();let Yt=(()=>{class $e extends V{constructor(Fe,Lt){super(),this.submitted=!1,this._directives=new Set,this.ngSubmit=new t.vpe,this.form=new $i({},C(Fe),P(Lt))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(Fe){mn.then(()=>{const Lt=this._findContainer(Fe.path);Fe.control=Lt.registerControl(Fe.name,Fe.control),et(Fe.control,Fe),Fe.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(Fe)})}getControl(Fe){return this.form.get(Fe.path)}removeControl(Fe){mn.then(()=>{const Lt=this._findContainer(Fe.path);Lt&&Lt.removeControl(Fe.name),this._directives.delete(Fe)})}addFormGroup(Fe){mn.then(()=>{const Lt=this._findContainer(Fe.path),yi=new $i({});Ht(yi,Fe),Lt.registerControl(Fe.name,yi),yi.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(Fe){mn.then(()=>{const Lt=this._findContainer(Fe.path);Lt&&Lt.removeControl(Fe.name)})}getFormGroup(Fe){return this.form.get(Fe.path)}updateModel(Fe,Lt){mn.then(()=>{this.form.get(Fe.path).setValue(Lt)})}setValue(Fe){this.control.setValue(Fe)}onSubmit(Fe){return this.submitted=!0,st(this.form,this._directives),this.ngSubmit.emit(Fe),!1}onReset(){this.resetForm()}resetForm(Fe){this.form.reset(Fe),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(Fe){return Fe.pop(),Fe.length?this.form.get(Fe):this.form}}return $e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(Z,10),t.Y36(j,10))},$e.\u0275dir=t.lG2({type:$e,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(Fe,Lt){1&Fe&&t.NdJ("submit",function(Ki){return Lt.onSubmit(Ki)})("reset",function(){return Lt.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t._Bn([sn]),t.qOj]}),$e})();const hn={provide:ye,useExisting:(0,t.Gpc)(()=>In)},Bn=(()=>Promise.resolve(null))();let In=(()=>{class $e extends ye{constructor(Fe,Lt,yi,Ki,Ln){super(),this._changeDetectorRef=Ln,this.control=new Ei,this._registered=!1,this.update=new t.vpe,this._parent=Fe,this._setValidators(Lt),this._setAsyncValidators(yi),this.valueAccessor=bt(0,Ki)}ngOnChanges(Fe){if(this._checkForErrors(),!this._registered||"name"in Fe){if(this._registered&&(this._checkName(),this.formDirective)){const Lt=Fe.name.previousValue;this.formDirective.removeControl({name:Lt,path:this._getPath(Lt)})}this._setUpControl()}"isDisabled"in Fe&&this._updateDisabled(Fe),Ge(Fe,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(Fe){this.viewModel=Fe,this.update.emit(Fe)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){et(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),this._isStandalone()}_updateValue(Fe){Bn.then(()=>{var Lt;this.control.setValue(Fe,{emitViewToModelChange:!1}),null===(Lt=this._changeDetectorRef)||void 0===Lt||Lt.markForCheck()})}_updateDisabled(Fe){const Lt=Fe.isDisabled.currentValue,yi=""===Lt||Lt&&"false"!==Lt;Bn.then(()=>{var Ki;yi&&!this.control.disabled?this.control.disable():!yi&&this.control.disabled&&this.control.enable(),null===(Ki=this._changeDetectorRef)||void 0===Ki||Ki.markForCheck()})}_getPath(Fe){return this._parent?Ct(Fe,this._parent):[Fe]}}return $e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(V,9),t.Y36(Z,10),t.Y36(j,10),t.Y36(N,10),t.Y36(t.sBO,8))},$e.\u0275dir=t.lG2({type:$e,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[t._Bn([hn]),t.qOj,t.TTD]}),$e})(),Xn=(()=>{class $e{}return $e.\u0275fac=function(Fe){return new(Fe||$e)},$e.\u0275dir=t.lG2({type:$e,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}),$e})();const Cn={provide:N,useExisting:(0,t.Gpc)(()=>Si),multi:!0};let Si=(()=>{class $e extends d{writeValue(Fe){this.setProperty("value",null==Fe?"":Fe)}registerOnChange(Fe){this.onChange=Lt=>{Fe(""==Lt?null:parseFloat(Lt))}}}return $e.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z($e)))(Lt||$e)}}(),$e.\u0275dir=t.lG2({type:$e,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(Fe,Lt){1&Fe&&t.NdJ("input",function(Ki){return Lt.onChange(Ki.target.value)})("blur",function(){return Lt.onTouched()})},features:[t._Bn([Cn]),t.qOj]}),$e})(),jn=(()=>{class $e{}return $e.\u0275fac=function(Fe){return new(Fe||$e)},$e.\u0275mod=t.oAB({type:$e}),$e.\u0275inj=t.cJS({}),$e})();const _a=new t.OlP("NgModelWithFormControlWarning"),va={provide:ye,useExisting:(0,t.Gpc)(()=>Ga)};let Ga=(()=>{class $e extends ye{constructor(Fe,Lt,yi,Ki){super(),this._ngModelWarningConfig=Ki,this.update=new t.vpe,this._ngModelWarningSent=!1,this._setValidators(Fe),this._setAsyncValidators(Lt),this.valueAccessor=bt(0,yi)}set isDisabled(Fe){}ngOnChanges(Fe){if(this._isControlChanged(Fe)){const Lt=Fe.form.previousValue;Lt&&yt(Lt,this,!1),et(this.form,this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this.form.updateValueAndValidity({emitEvent:!1})}Ge(Fe,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&yt(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(Fe){this.viewModel=Fe,this.update.emit(Fe)}_isControlChanged(Fe){return Fe.hasOwnProperty("form")}}return $e._ngModelWarningSentOnce=!1,$e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(Z,10),t.Y36(j,10),t.Y36(N,10),t.Y36(_a,8))},$e.\u0275dir=t.lG2({type:$e,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[t._Bn([va]),t.qOj,t.TTD]}),$e})();const Za={provide:V,useExisting:(0,t.Gpc)(()=>cr)};let cr=(()=>{class $e extends V{constructor(Fe,Lt){super(),this.validators=Fe,this.asyncValidators=Lt,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new t.vpe,this._setValidators(Fe),this._setAsyncValidators(Lt)}ngOnChanges(Fe){this._checkFormPresent(),Fe.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Oe(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(Fe){const Lt=this.form.get(Fe.path);return et(Lt,Fe),Lt.updateValueAndValidity({emitEvent:!1}),this.directives.push(Fe),Lt}getControl(Fe){return this.form.get(Fe.path)}removeControl(Fe){yt(Fe.control||null,Fe,!1),gi(this.directives,Fe)}addFormGroup(Fe){this._setUpFormContainer(Fe)}removeFormGroup(Fe){this._cleanUpFormContainer(Fe)}getFormGroup(Fe){return this.form.get(Fe.path)}addFormArray(Fe){this._setUpFormContainer(Fe)}removeFormArray(Fe){this._cleanUpFormContainer(Fe)}getFormArray(Fe){return this.form.get(Fe.path)}updateModel(Fe,Lt){this.form.get(Fe.path).setValue(Lt)}onSubmit(Fe){return this.submitted=!0,st(this.form,this.directives),this.ngSubmit.emit(Fe),!1}onReset(){this.resetForm()}resetForm(Fe){this.form.reset(Fe),this.submitted=!1}_updateDomValue(){this.directives.forEach(Fe=>{const Lt=Fe.control,yi=this.form.get(Fe.path);Lt!==yi&&(yt(Lt||null,Fe),je(yi)&&(et(yi,Fe),Fe.control=yi))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(Fe){const Lt=this.form.get(Fe.path);Ht(Lt,Fe),Lt.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(Fe){if(this.form){const Lt=this.form.get(Fe.path);Lt&&function it($e,We){return Oe($e,We)}(Lt,Fe)&&Lt.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){Pe(this.form,this),this._oldForm&&Oe(this._oldForm,this)}_checkFormPresent(){}}return $e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(Z,10),t.Y36(j,10))},$e.\u0275dir=t.lG2({type:$e,selectors:[["","formGroup",""]],hostBindings:function(Fe,Lt){1&Fe&&t.NdJ("submit",function(Ki){return Lt.onSubmit(Ki)})("reset",function(){return Lt.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[t._Bn([Za]),t.qOj,t.TTD]}),$e})();const Or={provide:ye,useExisting:(0,t.Gpc)(()=>$n)};let $n=(()=>{class $e extends ye{constructor(Fe,Lt,yi,Ki,Ln){super(),this._ngModelWarningConfig=Ln,this._added=!1,this.update=new t.vpe,this._ngModelWarningSent=!1,this._parent=Fe,this._setValidators(Lt),this._setAsyncValidators(yi),this.valueAccessor=bt(0,Ki)}set isDisabled(Fe){}ngOnChanges(Fe){this._added||this._setUpControl(),Ge(Fe,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(Fe){this.viewModel=Fe,this.update.emit(Fe)}get path(){return Ct(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this.control.disabled&&this.valueAccessor.setDisabledState&&this.valueAccessor.setDisabledState(!0),this._added=!0}}return $e._ngModelWarningSentOnce=!1,$e.\u0275fac=function(Fe){return new(Fe||$e)(t.Y36(V,13),t.Y36(Z,10),t.Y36(j,10),t.Y36(N,10),t.Y36(_a,8))},$e.\u0275dir=t.lG2({type:$e,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[t._Bn([Or]),t.qOj,t.TTD]}),$e})();function xa($e){return"number"==typeof $e?$e:parseFloat($e)}let ar=(()=>{class $e{constructor(){this._validator=r}ngOnChanges(Fe){if(this.inputName in Fe){const Lt=this.normalizeInput(Fe[this.inputName].currentValue);this._enabled=this.enabled(Lt),this._validator=this._enabled?this.createValidator(Lt):r,this._onChange&&this._onChange()}}validate(Fe){return this._validator(Fe)}registerOnValidatorChange(Fe){this._onChange=Fe}enabled(Fe){return null!=Fe}}return $e.\u0275fac=function(Fe){return new(Fe||$e)},$e.\u0275dir=t.lG2({type:$e,features:[t.TTD]}),$e})();const Oa={provide:Z,useExisting:(0,t.Gpc)(()=>Ra),multi:!0};let Ra=(()=>{class $e extends ar{constructor(){super(...arguments),this.inputName="max",this.normalizeInput=Fe=>xa(Fe),this.createValidator=Fe=>te(Fe)}}return $e.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z($e)))(Lt||$e)}}(),$e.\u0275dir=t.lG2({type:$e,selectors:[["input","type","number","max","","formControlName",""],["input","type","number","max","","formControl",""],["input","type","number","max","","ngModel",""]],hostVars:1,hostBindings:function(Fe,Lt){2&Fe&&t.uIk("max",Lt._enabled?Lt.max:null)},inputs:{max:"max"},features:[t._Bn([Oa]),t.qOj]}),$e})();const er={provide:Z,useExisting:(0,t.Gpc)(()=>oa),multi:!0};let oa=(()=>{class $e extends ar{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=Fe=>xa(Fe),this.createValidator=Fe=>de(Fe)}}return $e.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z($e)))(Lt||$e)}}(),$e.\u0275dir=t.lG2({type:$e,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(Fe,Lt){2&Fe&&t.uIk("min",Lt._enabled?Lt.min:null)},inputs:{min:"min"},features:[t._Bn([er]),t.qOj]}),$e})();const Yr={provide:Z,useExisting:(0,t.Gpc)(()=>jr),multi:!0},kr={provide:Z,useExisting:(0,t.Gpc)(()=>ba),multi:!0};let jr=(()=>{class $e extends ar{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=Fe=>function ya($e){return null!=$e&&!1!==$e&&"false"!=`${$e}`}(Fe),this.createValidator=Fe=>ie}enabled(Fe){return Fe}}return $e.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z($e)))(Lt||$e)}}(),$e.\u0275dir=t.lG2({type:$e,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(Fe,Lt){2&Fe&&t.uIk("required",Lt._enabled?"":null)},inputs:{required:"required"},features:[t._Bn([Yr]),t.qOj]}),$e})(),ba=(()=>{class $e extends jr{constructor(){super(...arguments),this.createValidator=Fe=>oe}}return $e.\u0275fac=function(){let We;return function(Lt){return(We||(We=t.n5z($e)))(Lt||$e)}}(),$e.\u0275dir=t.lG2({type:$e,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(Fe,Lt){2&Fe&&t.uIk("required",Lt._enabled?"":null)},features:[t._Bn([kr]),t.qOj]}),$e})(),Ot=(()=>{class $e{}return $e.\u0275fac=function(Fe){return new(Fe||$e)},$e.\u0275mod=t.oAB({type:$e}),$e.\u0275inj=t.cJS({imports:[[jn]]}),$e})(),oi=(()=>{class $e{}return $e.\u0275fac=function(Fe){return new(Fe||$e)},$e.\u0275mod=t.oAB({type:$e}),$e.\u0275inj=t.cJS({imports:[Ot]}),$e})(),gt=(()=>{class $e{static withConfig(Fe){return{ngModule:$e,providers:[{provide:_a,useValue:Fe.warnOnNgModelWithFormControl}]}}}return $e.\u0275fac=function(Fe){return new(Fe||$e)},$e.\u0275mod=t.oAB({type:$e}),$e.\u0275inj=t.cJS({imports:[Ot]}),$e})(),Di=(()=>{class $e{group(Fe,Lt=null){const yi=this._reduceControls(Fe);let Br,Ki=null,Ln=null;return null!=Lt&&(function Qt($e){return void 0!==$e.asyncValidators||void 0!==$e.validators||void 0!==$e.updateOn}(Lt)?(Ki=null!=Lt.validators?Lt.validators:null,Ln=null!=Lt.asyncValidators?Lt.asyncValidators:null,Br=null!=Lt.updateOn?Lt.updateOn:void 0):(Ki=null!=Lt.validator?Lt.validator:null,Ln=null!=Lt.asyncValidator?Lt.asyncValidator:null)),new $i(yi,{asyncValidators:Ln,updateOn:Br,validators:Ki})}control(Fe,Lt,yi){return new Ei(Fe,Lt,yi)}array(Fe,Lt,yi){const Ki=Fe.map(Ln=>this._createControl(Ln));return new Gi(Ki,Lt,yi)}_reduceControls(Fe){const Lt={};return Object.keys(Fe).forEach(yi=>{Lt[yi]=this._createControl(Fe[yi])}),Lt}_createControl(Fe){return je(Fe)||_t(Fe)||re(Fe)?Fe:Array.isArray(Fe)?this.control(Fe[0],Fe.length>1?Fe[1]:null,Fe.length>2?Fe[2]:null):this.control(Fe)}}return $e.\u0275fac=function(Fe){return new(Fe||$e)},$e.\u0275prov=t.Yz7({token:$e,factory:$e.\u0275fac,providedIn:gt}),$e})()},1079:(Ve,K,p)=>{"use strict";p.d(K,{Bb:()=>Q,XC:()=>n,ZL:()=>ve});var t=p(5664),e=p(3191),f=p(5e3),M=p(508),a=p(727),b=p(7579),d=p(9770),N=p(6451),h=p(9646),A=p(4968),w=p(925),D=p(9808),L=p(9776),k=p(5303),S=p(1159),U=p(7429),Z=p(3075),j=p(7322),ne=p(8675),$=p(3900),de=p(5698),te=p(9300),ie=p(4004),oe=p(8505),X=p(4086),me=p(226);const y=["panel"];function i(Ue,ye){if(1&Ue&&(f.TgZ(0,"div",0,1),f.Hsn(2),f.qZA()),2&Ue){const V=ye.id,Ae=f.oxw();f.Q6J("id",Ae.id)("ngClass",Ae._classList),f.uIk("aria-label",Ae.ariaLabel||null)("aria-labelledby",Ae._getPanelAriaLabelledby(V))}}const r=["*"];let u=0;class c{constructor(ye,V){this.source=ye,this.option=V}}const _=(0,M.Kr)(class{}),E=new f.OlP("mat-autocomplete-default-options",{providedIn:"root",factory:function I(){return{autoActiveFirstOption:!1}}});let v=(()=>{class Ue extends _{constructor(V,Ae,dt,Ie){super(),this._changeDetectorRef=V,this._elementRef=Ae,this._activeOptionChanges=a.w0.EMPTY,this.showPanel=!1,this._isOpen=!1,this.displayWith=null,this.optionSelected=new f.vpe,this.opened=new f.vpe,this.closed=new f.vpe,this.optionActivated=new f.vpe,this._classList={},this.id="mat-autocomplete-"+u++,this.inertGroups=(null==Ie?void 0:Ie.SAFARI)||!1,this._autoActiveFirstOption=!!dt.autoActiveFirstOption}get isOpen(){return this._isOpen&&this.showPanel}get autoActiveFirstOption(){return this._autoActiveFirstOption}set autoActiveFirstOption(V){this._autoActiveFirstOption=(0,e.Ig)(V)}set classList(V){this._classList=V&&V.length?(0,e.du)(V).reduce((Ae,dt)=>(Ae[dt]=!0,Ae),{}):{},this._setVisibilityClasses(this._classList),this._elementRef.nativeElement.className=""}ngAfterContentInit(){this._keyManager=new t.s1(this.options).withWrap(),this._activeOptionChanges=this._keyManager.change.subscribe(V=>{this.isOpen&&this.optionActivated.emit({source:this,option:this.options.toArray()[V]||null})}),this._setVisibility()}ngOnDestroy(){this._activeOptionChanges.unsubscribe()}_setScrollTop(V){this.panel&&(this.panel.nativeElement.scrollTop=V)}_getScrollTop(){return this.panel?this.panel.nativeElement.scrollTop:0}_setVisibility(){this.showPanel=!!this.options.length,this._setVisibilityClasses(this._classList),this._changeDetectorRef.markForCheck()}_emitSelectEvent(V){const Ae=new c(this,V);this.optionSelected.emit(Ae)}_getPanelAriaLabelledby(V){return this.ariaLabel?null:this.ariaLabelledby?(V?V+" ":"")+this.ariaLabelledby:V}_setVisibilityClasses(V){V[this._visibleClass]=this.showPanel,V[this._hiddenClass]=!this.showPanel}}return Ue.\u0275fac=function(V){return new(V||Ue)(f.Y36(f.sBO),f.Y36(f.SBq),f.Y36(E),f.Y36(w.t4))},Ue.\u0275dir=f.lG2({type:Ue,viewQuery:function(V,Ae){if(1&V&&(f.Gf(f.Rgc,7),f.Gf(y,5)),2&V){let dt;f.iGM(dt=f.CRH())&&(Ae.template=dt.first),f.iGM(dt=f.CRH())&&(Ae.panel=dt.first)}},inputs:{ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],displayWith:"displayWith",autoActiveFirstOption:"autoActiveFirstOption",panelWidth:"panelWidth",classList:["class","classList"]},outputs:{optionSelected:"optionSelected",opened:"opened",closed:"closed",optionActivated:"optionActivated"},features:[f.qOj]}),Ue})(),n=(()=>{class Ue extends v{constructor(){super(...arguments),this._visibleClass="mat-autocomplete-visible",this._hiddenClass="mat-autocomplete-hidden"}}return Ue.\u0275fac=function(){let ye;return function(Ae){return(ye||(ye=f.n5z(Ue)))(Ae||Ue)}}(),Ue.\u0275cmp=f.Xpm({type:Ue,selectors:[["mat-autocomplete"]],contentQueries:function(V,Ae,dt){if(1&V&&(f.Suo(dt,M.K7,5),f.Suo(dt,M.ey,5)),2&V){let Ie;f.iGM(Ie=f.CRH())&&(Ae.optionGroups=Ie),f.iGM(Ie=f.CRH())&&(Ae.options=Ie)}},hostAttrs:[1,"mat-autocomplete"],inputs:{disableRipple:"disableRipple"},exportAs:["matAutocomplete"],features:[f._Bn([{provide:M.HF,useExisting:Ue}]),f.qOj],ngContentSelectors:r,decls:1,vars:0,consts:[["role","listbox",1,"mat-autocomplete-panel",3,"id","ngClass"],["panel",""]],template:function(V,Ae){1&V&&(f.F$t(),f.YNc(0,i,3,4,"ng-template"))},directives:[D.mk],styles:[".mat-autocomplete-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;visibility:hidden;max-width:none;max-height:256px;position:relative;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.mat-autocomplete-panel.mat-autocomplete-visible{visibility:visible}.mat-autocomplete-panel.mat-autocomplete-hidden{visibility:hidden}.mat-autocomplete-panel-above .mat-autocomplete-panel{border-radius:0;border-top-left-radius:4px;border-top-right-radius:4px}.mat-autocomplete-panel .mat-divider-horizontal{margin-top:-1px}.cdk-high-contrast-active .mat-autocomplete-panel{outline:solid 1px}mat-autocomplete{display:none}\n"],encapsulation:2,changeDetection:0}),Ue})();const C=new f.OlP("mat-autocomplete-scroll-strategy"),P={provide:C,deps:[L.aV],useFactory:function B(Ue){return()=>Ue.scrollStrategies.reposition()}},F={provide:Z.JU,useExisting:(0,f.Gpc)(()=>ve),multi:!0};let he=(()=>{class Ue{constructor(V,Ae,dt,Ie,De,le,Te,xe,W,ee,ue){this._element=V,this._overlay=Ae,this._viewContainerRef=dt,this._zone=Ie,this._changeDetectorRef=De,this._dir=Te,this._formField=xe,this._document=W,this._viewportRuler=ee,this._defaults=ue,this._componentDestroyed=!1,this._autocompleteDisabled=!1,this._manuallyFloatingLabel=!1,this._viewportSubscription=a.w0.EMPTY,this._canOpenOnNextFocus=!0,this._closeKeyEventStream=new b.x,this._windowBlurHandler=()=>{this._canOpenOnNextFocus=this._document.activeElement!==this._element.nativeElement||this.panelOpen},this._onChange=()=>{},this._onTouched=()=>{},this.position="auto",this.autocompleteAttribute="off",this._overlayAttached=!1,this.optionSelections=(0,d.P)(()=>{const _e=this.autocomplete?this.autocomplete.options:null;return _e?_e.changes.pipe((0,ne.O)(_e),(0,$.w)(()=>(0,N.T)(..._e.map(Le=>Le.onSelectionChange)))):this._zone.onStable.pipe((0,de.q)(1),(0,$.w)(()=>this.optionSelections))}),this._scrollStrategy=le}get autocompleteDisabled(){return this._autocompleteDisabled}set autocompleteDisabled(V){this._autocompleteDisabled=(0,e.Ig)(V)}ngAfterViewInit(){const V=this._getWindow();void 0!==V&&this._zone.runOutsideAngular(()=>V.addEventListener("blur",this._windowBlurHandler))}ngOnChanges(V){V.position&&this._positionStrategy&&(this._setStrategyPositions(this._positionStrategy),this.panelOpen&&this._overlayRef.updatePosition())}ngOnDestroy(){const V=this._getWindow();void 0!==V&&V.removeEventListener("blur",this._windowBlurHandler),this._viewportSubscription.unsubscribe(),this._componentDestroyed=!0,this._destroyPanel(),this._closeKeyEventStream.complete()}get panelOpen(){return this._overlayAttached&&this.autocomplete.showPanel}openPanel(){this._attachOverlay(),this._floatLabel()}closePanel(){this._resetLabel(),this._overlayAttached&&(this.panelOpen&&this._zone.run(()=>{this.autocomplete.closed.emit()}),this.autocomplete._isOpen=this._overlayAttached=!1,this._overlayRef&&this._overlayRef.hasAttached()&&(this._overlayRef.detach(),this._closingActionsSubscription.unsubscribe()),this._componentDestroyed||this._changeDetectorRef.detectChanges())}updatePosition(){this._overlayAttached&&this._overlayRef.updatePosition()}get panelClosingActions(){return(0,N.T)(this.optionSelections,this.autocomplete._keyManager.tabOut.pipe((0,te.h)(()=>this._overlayAttached)),this._closeKeyEventStream,this._getOutsideClickStream(),this._overlayRef?this._overlayRef.detachments().pipe((0,te.h)(()=>this._overlayAttached)):(0,h.of)()).pipe((0,ie.U)(V=>V instanceof M.rN?V:null))}get activeOption(){return this.autocomplete&&this.autocomplete._keyManager?this.autocomplete._keyManager.activeItem:null}_getOutsideClickStream(){return(0,N.T)((0,A.R)(this._document,"click"),(0,A.R)(this._document,"auxclick"),(0,A.R)(this._document,"touchend")).pipe((0,te.h)(V=>{const Ae=(0,w.sA)(V),dt=this._formField?this._formField._elementRef.nativeElement:null,Ie=this.connectedTo?this.connectedTo.elementRef.nativeElement:null;return this._overlayAttached&&Ae!==this._element.nativeElement&&this._document.activeElement!==this._element.nativeElement&&(!dt||!dt.contains(Ae))&&(!Ie||!Ie.contains(Ae))&&!!this._overlayRef&&!this._overlayRef.overlayElement.contains(Ae)}))}writeValue(V){Promise.resolve().then(()=>this._setTriggerValue(V))}registerOnChange(V){this._onChange=V}registerOnTouched(V){this._onTouched=V}setDisabledState(V){this._element.nativeElement.disabled=V}_handleKeydown(V){const Ae=V.keyCode,dt=(0,S.Vb)(V);if(Ae===S.hY&&!dt&&V.preventDefault(),this.activeOption&&Ae===S.K5&&this.panelOpen&&!dt)this.activeOption._selectViaInteraction(),this._resetActiveItem(),V.preventDefault();else if(this.autocomplete){const Ie=this.autocomplete._keyManager.activeItem,De=Ae===S.LH||Ae===S.JH;Ae===S.Mf||De&&!dt&&this.panelOpen?this.autocomplete._keyManager.onKeydown(V):De&&this._canOpen()&&this.openPanel(),(De||this.autocomplete._keyManager.activeItem!==Ie)&&this._scrollToOption(this.autocomplete._keyManager.activeItemIndex||0)}}_handleInput(V){let Ae=V.target,dt=Ae.value;"number"===Ae.type&&(dt=""==dt?null:parseFloat(dt)),this._previousValue!==dt&&(this._previousValue=dt,this._onChange(dt),this._canOpen()&&this._document.activeElement===V.target&&this.openPanel())}_handleFocus(){this._canOpenOnNextFocus?this._canOpen()&&(this._previousValue=this._element.nativeElement.value,this._attachOverlay(),this._floatLabel(!0)):this._canOpenOnNextFocus=!0}_handleClick(){this._canOpen()&&!this.panelOpen&&this.openPanel()}_floatLabel(V=!1){this._formField&&"auto"===this._formField.floatLabel&&(V?this._formField._animateAndLockLabel():this._formField.floatLabel="always",this._manuallyFloatingLabel=!0)}_resetLabel(){this._manuallyFloatingLabel&&(this._formField.floatLabel="auto",this._manuallyFloatingLabel=!1)}_subscribeToClosingActions(){const V=this._zone.onStable.pipe((0,de.q)(1)),Ae=this.autocomplete.options.changes.pipe((0,oe.b)(()=>this._positionStrategy.reapplyLastPosition()),(0,X.g)(0));return(0,N.T)(V,Ae).pipe((0,$.w)(()=>(this._zone.run(()=>{const dt=this.panelOpen;this._resetActiveItem(),this.autocomplete._setVisibility(),this._changeDetectorRef.detectChanges(),this.panelOpen&&(this._overlayRef.updatePosition(),dt!==this.panelOpen&&this.autocomplete.opened.emit())}),this.panelClosingActions)),(0,de.q)(1)).subscribe(dt=>this._setValueAndClose(dt))}_destroyPanel(){this._overlayRef&&(this.closePanel(),this._overlayRef.dispose(),this._overlayRef=null)}_setTriggerValue(V){const Ae=this.autocomplete&&this.autocomplete.displayWith?this.autocomplete.displayWith(V):V,dt=null!=Ae?Ae:"";this._formField?this._formField._control.value=dt:this._element.nativeElement.value=dt,this._previousValue=dt}_setValueAndClose(V){const Ae=V&&V.source;Ae&&(this._clearPreviousSelectedOption(Ae),this._setTriggerValue(Ae.value),this._onChange(Ae.value),this.autocomplete._emitSelectEvent(Ae),this._element.nativeElement.focus()),this.closePanel()}_clearPreviousSelectedOption(V){this.autocomplete.options.forEach(Ae=>{Ae!==V&&Ae.selected&&Ae.deselect()})}_attachOverlay(){var V;let Ae=this._overlayRef;Ae?(this._positionStrategy.setOrigin(this._getConnectedElement()),Ae.updateSize({width:this._getPanelWidth()})):(this._portal=new U.UE(this.autocomplete.template,this._viewContainerRef,{id:null===(V=this._formField)||void 0===V?void 0:V.getLabelId()}),Ae=this._overlay.create(this._getOverlayConfig()),this._overlayRef=Ae,Ae.keydownEvents().subscribe(Ie=>{(Ie.keyCode===S.hY&&!(0,S.Vb)(Ie)||Ie.keyCode===S.LH&&(0,S.Vb)(Ie,"altKey"))&&(this._closeKeyEventStream.next(),this._resetActiveItem(),Ie.stopPropagation(),Ie.preventDefault())}),this._viewportSubscription=this._viewportRuler.change().subscribe(()=>{this.panelOpen&&Ae&&Ae.updateSize({width:this._getPanelWidth()})})),Ae&&!Ae.hasAttached()&&(Ae.attach(this._portal),this._closingActionsSubscription=this._subscribeToClosingActions());const dt=this.panelOpen;this.autocomplete._setVisibility(),this.autocomplete._isOpen=this._overlayAttached=!0,this.panelOpen&&dt!==this.panelOpen&&this.autocomplete.opened.emit()}_getOverlayConfig(){var V;return new L.X_({positionStrategy:this._getOverlayPosition(),scrollStrategy:this._scrollStrategy(),width:this._getPanelWidth(),direction:this._dir,panelClass:null===(V=this._defaults)||void 0===V?void 0:V.overlayPanelClass})}_getOverlayPosition(){const V=this._overlay.position().flexibleConnectedTo(this._getConnectedElement()).withFlexibleDimensions(!1).withPush(!1);return this._setStrategyPositions(V),this._positionStrategy=V,V}_setStrategyPositions(V){const Ae=[{originX:"start",originY:"bottom",overlayX:"start",overlayY:"top"},{originX:"end",originY:"bottom",overlayX:"end",overlayY:"top"}],dt=this._aboveClass,Ie=[{originX:"start",originY:"top",overlayX:"start",overlayY:"bottom",panelClass:dt},{originX:"end",originY:"top",overlayX:"end",overlayY:"bottom",panelClass:dt}];let De;De="above"===this.position?Ie:"below"===this.position?Ae:[...Ae,...Ie],V.withPositions(De)}_getConnectedElement(){return this.connectedTo?this.connectedTo.elementRef:this._formField?this._formField.getConnectedOverlayOrigin():this._element}_getPanelWidth(){return this.autocomplete.panelWidth||this._getHostWidth()}_getHostWidth(){return this._getConnectedElement().nativeElement.getBoundingClientRect().width}_resetActiveItem(){const V=this.autocomplete;V.autoActiveFirstOption?V._keyManager.setFirstItemActive():V._keyManager.setActiveItem(-1)}_canOpen(){const V=this._element.nativeElement;return!V.readOnly&&!V.disabled&&!this._autocompleteDisabled}_getWindow(){var V;return(null===(V=this._document)||void 0===V?void 0:V.defaultView)||window}_scrollToOption(V){const Ae=this.autocomplete,dt=(0,M.CB)(V,Ae.options,Ae.optionGroups);if(0===V&&1===dt)Ae._setScrollTop(0);else if(Ae.panel){const Ie=Ae.options.toArray()[V];if(Ie){const De=Ie._getHostElement(),le=(0,M.jH)(De.offsetTop,De.offsetHeight,Ae._getScrollTop(),Ae.panel.nativeElement.offsetHeight);Ae._setScrollTop(le)}}}}return Ue.\u0275fac=function(V){return new(V||Ue)(f.Y36(f.SBq),f.Y36(L.aV),f.Y36(f.s_b),f.Y36(f.R0b),f.Y36(f.sBO),f.Y36(C),f.Y36(me.Is,8),f.Y36(j.G_,9),f.Y36(D.K0,8),f.Y36(k.rL),f.Y36(E,8))},Ue.\u0275dir=f.lG2({type:Ue,inputs:{autocomplete:["matAutocomplete","autocomplete"],position:["matAutocompletePosition","position"],connectedTo:["matAutocompleteConnectedTo","connectedTo"],autocompleteAttribute:["autocomplete","autocompleteAttribute"],autocompleteDisabled:["matAutocompleteDisabled","autocompleteDisabled"]},features:[f.TTD]}),Ue})(),ve=(()=>{class Ue extends he{constructor(){super(...arguments),this._aboveClass="mat-autocomplete-panel-above"}}return Ue.\u0275fac=function(){let ye;return function(Ae){return(ye||(ye=f.n5z(Ue)))(Ae||Ue)}}(),Ue.\u0275dir=f.lG2({type:Ue,selectors:[["input","matAutocomplete",""],["textarea","matAutocomplete",""]],hostAttrs:[1,"mat-autocomplete-trigger"],hostVars:7,hostBindings:function(V,Ae){1&V&&f.NdJ("focusin",function(){return Ae._handleFocus()})("blur",function(){return Ae._onTouched()})("input",function(Ie){return Ae._handleInput(Ie)})("keydown",function(Ie){return Ae._handleKeydown(Ie)})("click",function(){return Ae._handleClick()}),2&V&&f.uIk("autocomplete",Ae.autocompleteAttribute)("role",Ae.autocompleteDisabled?null:"combobox")("aria-autocomplete",Ae.autocompleteDisabled?null:"list")("aria-activedescendant",Ae.panelOpen&&Ae.activeOption?Ae.activeOption.id:null)("aria-expanded",Ae.autocompleteDisabled?null:Ae.panelOpen.toString())("aria-owns",Ae.autocompleteDisabled||!Ae.panelOpen||null==Ae.autocomplete?null:Ae.autocomplete.id)("aria-haspopup",Ae.autocompleteDisabled?null:"listbox")},exportAs:["matAutocompleteTrigger"],features:[f._Bn([F]),f.qOj]}),Ue})(),Q=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275mod=f.oAB({type:Ue}),Ue.\u0275inj=f.cJS({providers:[P],imports:[[L.U8,M.Ng,M.BQ,D.ez],k.ZD,M.Ng,M.BQ]}),Ue})()},7544:(Ve,K,p)=>{"use strict";p.d(K,{g:()=>A,k:()=>h});var t=p(5e3),e=p(508),f=p(5664),M=p(3191),a=p(6360);let b=0;const d=(0,e.Id)(class{}),N="mat-badge-content";let h=(()=>{class w extends d{constructor(L,k,S,U,Z){super(),this._ngZone=L,this._elementRef=k,this._ariaDescriber=S,this._renderer=U,this._animationMode=Z,this._color="primary",this._overlap=!0,this.position="above after",this.size="medium",this._id=b++,this._isInitialized=!1}get color(){return this._color}set color(L){this._setColor(L),this._color=L}get overlap(){return this._overlap}set overlap(L){this._overlap=(0,M.Ig)(L)}get content(){return this._content}set content(L){this._updateRenderedContent(L)}get description(){return this._description}set description(L){this._updateHostAriaDescription(L)}get hidden(){return this._hidden}set hidden(L){this._hidden=(0,M.Ig)(L)}isAbove(){return-1===this.position.indexOf("below")}isAfter(){return-1===this.position.indexOf("before")}getBadgeElement(){return this._badgeElement}ngOnInit(){this._clearExistingBadges(),this.content&&!this._badgeElement&&(this._badgeElement=this._createBadgeElement(),this._updateRenderedContent(this.content)),this._isInitialized=!0}ngOnDestroy(){this._renderer.destroyNode&&this._renderer.destroyNode(this._badgeElement),this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.description)}_createBadgeElement(){const L=this._renderer.createElement("span"),k="mat-badge-active";return L.setAttribute("id",`mat-badge-content-${this._id}`),L.setAttribute("aria-hidden","true"),L.classList.add(N),"NoopAnimations"===this._animationMode&&L.classList.add("_mat-animation-noopable"),this._elementRef.nativeElement.appendChild(L),"function"==typeof requestAnimationFrame&&"NoopAnimations"!==this._animationMode?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>{L.classList.add(k)})}):L.classList.add(k),L}_updateRenderedContent(L){const k=`${null!=L?L:""}`.trim();this._isInitialized&&k&&!this._badgeElement&&(this._badgeElement=this._createBadgeElement()),this._badgeElement&&(this._badgeElement.textContent=k),this._content=k}_updateHostAriaDescription(L){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this.description),L&&this._ariaDescriber.describe(this._elementRef.nativeElement,L),this._description=L}_setColor(L){const k=this._elementRef.nativeElement.classList;k.remove(`mat-badge-${this._color}`),L&&k.add(`mat-badge-${L}`)}_clearExistingBadges(){const L=this._elementRef.nativeElement.querySelectorAll(`:scope > .${N}`);for(const k of Array.from(L))k!==this._badgeElement&&k.remove()}}return w.\u0275fac=function(L){return new(L||w)(t.Y36(t.R0b),t.Y36(t.SBq),t.Y36(f.$s),t.Y36(t.Qsj),t.Y36(a.Qb,8))},w.\u0275dir=t.lG2({type:w,selectors:[["","matBadge",""]],hostAttrs:[1,"mat-badge"],hostVars:20,hostBindings:function(L,k){2&L&&t.ekj("mat-badge-overlap",k.overlap)("mat-badge-above",k.isAbove())("mat-badge-below",!k.isAbove())("mat-badge-before",!k.isAfter())("mat-badge-after",k.isAfter())("mat-badge-small","small"===k.size)("mat-badge-medium","medium"===k.size)("mat-badge-large","large"===k.size)("mat-badge-hidden",k.hidden||!k.content)("mat-badge-disabled",k.disabled)},inputs:{disabled:["matBadgeDisabled","disabled"],color:["matBadgeColor","color"],overlap:["matBadgeOverlap","overlap"],position:["matBadgePosition","position"],content:["matBadge","content"],description:["matBadgeDescription","description"],size:["matBadgeSize","size"],hidden:["matBadgeHidden","hidden"]},features:[t.qOj]}),w})(),A=(()=>{class w{}return w.\u0275fac=function(L){return new(L||w)},w.\u0275mod=t.oAB({type:w}),w.\u0275inj=t.cJS({imports:[[f.rt,e.BQ],e.BQ]}),w})()},7423:(Ve,K,p)=>{"use strict";p.d(K,{lW:()=>w,ot:()=>L});var t=p(5e3),e=p(508),f=p(6360),M=p(5664);const a=["mat-button",""],b=["*"],h=["mat-button","mat-flat-button","mat-icon-button","mat-raised-button","mat-stroked-button","mat-mini-fab","mat-fab"],A=(0,e.pj)((0,e.Id)((0,e.Kr)(class{constructor(k){this._elementRef=k}})));let w=(()=>{class k extends A{constructor(U,Z,j){super(U),this._focusMonitor=Z,this._animationMode=j,this.isRoundButton=this._hasHostAttributes("mat-fab","mat-mini-fab"),this.isIconButton=this._hasHostAttributes("mat-icon-button");for(const ne of h)this._hasHostAttributes(ne)&&this._getHostElement().classList.add(ne);U.nativeElement.classList.add("mat-button-base"),this.isRoundButton&&(this.color="accent")}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}focus(U,Z){U?this._focusMonitor.focusVia(this._getHostElement(),U,Z):this._getHostElement().focus(Z)}_getHostElement(){return this._elementRef.nativeElement}_isRippleDisabled(){return this.disableRipple||this.disabled}_hasHostAttributes(...U){return U.some(Z=>this._getHostElement().hasAttribute(Z))}}return k.\u0275fac=function(U){return new(U||k)(t.Y36(t.SBq),t.Y36(M.tE),t.Y36(f.Qb,8))},k.\u0275cmp=t.Xpm({type:k,selectors:[["button","mat-button",""],["button","mat-raised-button",""],["button","mat-icon-button",""],["button","mat-fab",""],["button","mat-mini-fab",""],["button","mat-stroked-button",""],["button","mat-flat-button",""]],viewQuery:function(U,Z){if(1&U&&t.Gf(e.wG,5),2&U){let j;t.iGM(j=t.CRH())&&(Z.ripple=j.first)}},hostAttrs:[1,"mat-focus-indicator"],hostVars:5,hostBindings:function(U,Z){2&U&&(t.uIk("disabled",Z.disabled||null),t.ekj("_mat-animation-noopable","NoopAnimations"===Z._animationMode)("mat-button-disabled",Z.disabled))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color"},exportAs:["matButton"],features:[t.qOj],attrs:a,ngContentSelectors:b,decls:4,vars:5,consts:[[1,"mat-button-wrapper"],["matRipple","",1,"mat-button-ripple",3,"matRippleDisabled","matRippleCentered","matRippleTrigger"],[1,"mat-button-focus-overlay"]],template:function(U,Z){1&U&&(t.F$t(),t.TgZ(0,"span",0),t.Hsn(1),t.qZA(),t._UZ(2,"span",1)(3,"span",2)),2&U&&(t.xp6(2),t.ekj("mat-button-ripple-round",Z.isRoundButton||Z.isIconButton),t.Q6J("matRippleDisabled",Z._isRippleDisabled())("matRippleCentered",Z.isIconButton)("matRippleTrigger",Z._getHostElement()))},directives:[e.wG],styles:[".mat-button .mat-button-focus-overlay,.mat-icon-button .mat-button-focus-overlay{opacity:0}.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,.mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay{opacity:.04}@media(hover: none){.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,.mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay{opacity:0}}.mat-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button{box-sizing:border-box;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-button.mat-button-disabled,.mat-icon-button.mat-button-disabled,.mat-stroked-button.mat-button-disabled,.mat-flat-button.mat-button-disabled{cursor:default}.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-button.cdk-program-focused .mat-button-focus-overlay,.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay,.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-flat-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-button::-moz-focus-inner,.mat-icon-button::-moz-focus-inner,.mat-stroked-button::-moz-focus-inner,.mat-flat-button::-moz-focus-inner{border:0}.mat-raised-button{box-sizing:border-box;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-raised-button::-moz-focus-inner{border:0}.mat-raised-button.mat-button-disabled{cursor:default}.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,.mat-raised-button.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-raised-button::-moz-focus-inner{border:0}._mat-animation-noopable.mat-raised-button{transition:none;animation:none}.mat-stroked-button{border:1px solid currentColor;padding:0 15px;line-height:34px}.mat-stroked-button .mat-button-ripple.mat-ripple,.mat-stroked-button .mat-button-focus-overlay{top:-1px;left:-1px;right:-1px;bottom:-1px}.mat-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:56px;height:56px;padding:0;flex-shrink:0}.mat-fab::-moz-focus-inner{border:0}.mat-fab.mat-button-disabled{cursor:default}.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-fab{transition:none;animation:none}.mat-fab .mat-button-wrapper{padding:16px 0;display:inline-block;line-height:24px}.mat-mini-fab{box-sizing:border-box;position:relative;-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;display:inline-block;white-space:nowrap;text-decoration:none;vertical-align:baseline;text-align:center;margin:0;min-width:64px;line-height:36px;padding:0 16px;border-radius:4px;overflow:visible;transform:translate3d(0, 0, 0);transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);min-width:0;border-radius:50%;width:40px;height:40px;padding:0;flex-shrink:0}.mat-mini-fab::-moz-focus-inner{border:0}.mat-mini-fab.mat-button-disabled{cursor:default}.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay{opacity:.12}.mat-mini-fab::-moz-focus-inner{border:0}._mat-animation-noopable.mat-mini-fab{transition:none;animation:none}.mat-mini-fab .mat-button-wrapper{padding:8px 0;display:inline-block;line-height:24px}.mat-icon-button{padding:0;min-width:0;width:40px;height:40px;flex-shrink:0;line-height:40px;border-radius:50%}.mat-icon-button i,.mat-icon-button .mat-icon{line-height:24px}.mat-button-ripple.mat-ripple,.mat-button-focus-overlay{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit}.mat-button-ripple.mat-ripple:not(:empty){transform:translateZ(0)}.mat-button-focus-overlay{opacity:0;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),background-color 200ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable .mat-button-focus-overlay{transition:none}.mat-button-ripple-round{border-radius:50%;z-index:1}.mat-button .mat-button-wrapper>*,.mat-flat-button .mat-button-wrapper>*,.mat-stroked-button .mat-button-wrapper>*,.mat-raised-button .mat-button-wrapper>*,.mat-icon-button .mat-button-wrapper>*,.mat-fab .mat-button-wrapper>*,.mat-mini-fab .mat-button-wrapper>*{vertical-align:middle}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button{display:inline-flex;justify-content:center;align-items:center;font-size:inherit;width:2.5em;height:2.5em}.cdk-high-contrast-active .mat-button,.cdk-high-contrast-active .mat-flat-button,.cdk-high-contrast-active .mat-raised-button,.cdk-high-contrast-active .mat-icon-button,.cdk-high-contrast-active .mat-fab,.cdk-high-contrast-active .mat-mini-fab{outline:solid 1px}.cdk-high-contrast-active .mat-button-base.cdk-keyboard-focused,.cdk-high-contrast-active .mat-button-base.cdk-program-focused{outline:solid 3px}\n"],encapsulation:2,changeDetection:0}),k})(),L=(()=>{class k{}return k.\u0275fac=function(U){return new(U||k)},k.\u0275mod=t.oAB({type:k}),k.\u0275inj=t.cJS({imports:[[e.si,e.BQ],e.BQ]}),k})()},9224:(Ve,K,p)=>{"use strict";p.d(K,{$j:()=>D,QW:()=>oe,a8:()=>de,dk:()=>te,dn:()=>A,n5:()=>w});var t=p(5e3),e=p(6360),f=p(508);const M=["*",[["mat-card-footer"]]],a=["*","mat-card-footer"],b=[[["","mat-card-avatar",""],["","matCardAvatar",""]],[["mat-card-title"],["mat-card-subtitle"],["","mat-card-title",""],["","mat-card-subtitle",""],["","matCardTitle",""],["","matCardSubtitle",""]],"*"],d=["[mat-card-avatar], [matCardAvatar]","mat-card-title, mat-card-subtitle,\n [mat-card-title], [mat-card-subtitle],\n [matCardTitle], [matCardSubtitle]","*"];let A=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275dir=t.lG2({type:X,selectors:[["mat-card-content"],["","mat-card-content",""],["","matCardContent",""]],hostAttrs:[1,"mat-card-content"]}),X})(),w=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275dir=t.lG2({type:X,selectors:[["mat-card-title"],["","mat-card-title",""],["","matCardTitle",""]],hostAttrs:[1,"mat-card-title"]}),X})(),D=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275dir=t.lG2({type:X,selectors:[["mat-card-subtitle"],["","mat-card-subtitle",""],["","matCardSubtitle",""]],hostAttrs:[1,"mat-card-subtitle"]}),X})(),de=(()=>{class X{constructor(y){this._animationMode=y}}return X.\u0275fac=function(y){return new(y||X)(t.Y36(e.Qb,8))},X.\u0275cmp=t.Xpm({type:X,selectors:[["mat-card"]],hostAttrs:[1,"mat-card","mat-focus-indicator"],hostVars:2,hostBindings:function(y,i){2&y&&t.ekj("_mat-animation-noopable","NoopAnimations"===i._animationMode)},exportAs:["matCard"],ngContentSelectors:a,decls:2,vars:0,template:function(y,i){1&y&&(t.F$t(M),t.Hsn(0),t.Hsn(1,1))},styles:[".mat-card{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);display:block;position:relative;padding:16px;border-radius:4px}._mat-animation-noopable.mat-card{transition:none;animation:none}.mat-card .mat-divider-horizontal{position:absolute;left:0;width:100%}[dir=rtl] .mat-card .mat-divider-horizontal{left:auto;right:0}.mat-card .mat-divider-horizontal.mat-divider-inset{position:static;margin:0}[dir=rtl] .mat-card .mat-divider-horizontal.mat-divider-inset{margin-right:0}.cdk-high-contrast-active .mat-card{outline:solid 1px}.mat-card-actions,.mat-card-subtitle,.mat-card-content{display:block;margin-bottom:16px}.mat-card-title{display:block;margin-bottom:8px}.mat-card-actions{margin-left:-8px;margin-right:-8px;padding:8px 0}.mat-card-actions-align-end{display:flex;justify-content:flex-end}.mat-card-image{width:calc(100% + 32px);margin:0 -16px 16px -16px;display:block;overflow:hidden}.mat-card-image img{width:100%}.mat-card-footer{display:block;margin:0 -16px -16px -16px}.mat-card-actions .mat-button,.mat-card-actions .mat-raised-button,.mat-card-actions .mat-stroked-button{margin:0 8px}.mat-card-header{display:flex;flex-direction:row}.mat-card-header .mat-card-title{margin-bottom:12px}.mat-card-header-text{margin:0 16px}.mat-card-avatar{height:40px;width:40px;border-radius:50%;flex-shrink:0;object-fit:cover}.mat-card-title-group{display:flex;justify-content:space-between}.mat-card-sm-image{width:80px;height:80px}.mat-card-md-image{width:112px;height:112px}.mat-card-lg-image{width:152px;height:152px}.mat-card-xl-image{width:240px;height:240px;margin:-8px}.mat-card-title-group>.mat-card-xl-image{margin:-8px 0 8px}@media(max-width: 599px){.mat-card-title-group{margin:0}.mat-card-xl-image{margin-left:0;margin-right:0}}.mat-card>:first-child,.mat-card-content>:first-child{margin-top:0}.mat-card>:last-child:not(.mat-card-footer),.mat-card-content>:last-child:not(.mat-card-footer){margin-bottom:0}.mat-card-image:first-child{margin-top:-16px;border-top-left-radius:inherit;border-top-right-radius:inherit}.mat-card>.mat-card-actions:last-child{margin-bottom:-8px;padding-bottom:0}.mat-card-actions:not(.mat-card-actions-align-end) .mat-button:first-child,.mat-card-actions:not(.mat-card-actions-align-end) .mat-raised-button:first-child,.mat-card-actions:not(.mat-card-actions-align-end) .mat-stroked-button:first-child{margin-left:0;margin-right:0}.mat-card-actions-align-end .mat-button:last-child,.mat-card-actions-align-end .mat-raised-button:last-child,.mat-card-actions-align-end .mat-stroked-button:last-child{margin-left:0;margin-right:0}.mat-card-title:not(:first-child),.mat-card-subtitle:not(:first-child){margin-top:-4px}.mat-card-header .mat-card-subtitle:not(:first-child){margin-top:-8px}.mat-card>.mat-card-xl-image:first-child{margin-top:-8px}.mat-card>.mat-card-xl-image:last-child{margin-bottom:-8px}\n"],encapsulation:2,changeDetection:0}),X})(),te=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275cmp=t.Xpm({type:X,selectors:[["mat-card-header"]],hostAttrs:[1,"mat-card-header"],ngContentSelectors:d,decls:4,vars:0,consts:[[1,"mat-card-header-text"]],template:function(y,i){1&y&&(t.F$t(b),t.Hsn(0),t.TgZ(1,"div",0),t.Hsn(2,1),t.qZA(),t.Hsn(3,2))},encapsulation:2,changeDetection:0}),X})(),oe=(()=>{class X{}return X.\u0275fac=function(y){return new(y||X)},X.\u0275mod=t.oAB({type:X}),X.\u0275inj=t.cJS({imports:[[f.BQ],f.BQ]}),X})()},7446:(Ve,K,p)=>{"use strict";p.d(K,{oG:()=>j,p9:()=>te});var t=p(3191),e=p(5e3),f=p(3075),M=p(508),a=p(6360),b=p(5664),d=p(7144);const N=["input"],h=function(ie){return{enterDuration:ie}},A=["*"],w=new e.OlP("mat-checkbox-default-options",{providedIn:"root",factory:D});function D(){return{color:"accent",clickAction:"check-indeterminate"}}let L=0;const k=D(),S={provide:f.JU,useExisting:(0,e.Gpc)(()=>j),multi:!0};class U{}const Z=(0,M.sb)((0,M.pj)((0,M.Kr)((0,M.Id)(class{constructor(ie){this._elementRef=ie}}))));let j=(()=>{class ie extends Z{constructor(X,me,y,i,r,u,c){super(X),this._changeDetectorRef=me,this._focusMonitor=y,this._ngZone=i,this._animationMode=u,this._options=c,this.ariaLabel="",this.ariaLabelledby=null,this._uniqueId="mat-checkbox-"+ ++L,this.id=this._uniqueId,this.labelPosition="after",this.name=null,this.change=new e.vpe,this.indeterminateChange=new e.vpe,this._onTouched=()=>{},this._currentAnimationClass="",this._currentCheckState=0,this._controlValueAccessorChangeFn=()=>{},this._checked=!1,this._disabled=!1,this._indeterminate=!1,this._options=this._options||k,this.color=this.defaultColor=this._options.color||k.color,this.tabIndex=parseInt(r)||0}get inputId(){return`${this.id||this._uniqueId}-input`}get required(){return this._required}set required(X){this._required=(0,t.Ig)(X)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(X=>{X||Promise.resolve().then(()=>{this._onTouched(),this._changeDetectorRef.markForCheck()})}),this._syncIndeterminate(this._indeterminate)}ngAfterViewChecked(){}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}get checked(){return this._checked}set checked(X){const me=(0,t.Ig)(X);me!=this.checked&&(this._checked=me,this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(X){const me=(0,t.Ig)(X);me!==this.disabled&&(this._disabled=me,this._changeDetectorRef.markForCheck())}get indeterminate(){return this._indeterminate}set indeterminate(X){const me=X!=this._indeterminate;this._indeterminate=(0,t.Ig)(X),me&&(this._transitionCheckState(this._indeterminate?3:this.checked?1:2),this.indeterminateChange.emit(this._indeterminate)),this._syncIndeterminate(this._indeterminate)}_isRippleDisabled(){return this.disableRipple||this.disabled}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}writeValue(X){this.checked=!!X}registerOnChange(X){this._controlValueAccessorChangeFn=X}registerOnTouched(X){this._onTouched=X}setDisabledState(X){this.disabled=X}_getAriaChecked(){return this.checked?"true":this.indeterminate?"mixed":"false"}_transitionCheckState(X){let me=this._currentCheckState,y=this._elementRef.nativeElement;if(me!==X&&(this._currentAnimationClass.length>0&&y.classList.remove(this._currentAnimationClass),this._currentAnimationClass=this._getAnimationClassForCheckStateTransition(me,X),this._currentCheckState=X,this._currentAnimationClass.length>0)){y.classList.add(this._currentAnimationClass);const i=this._currentAnimationClass;this._ngZone.runOutsideAngular(()=>{setTimeout(()=>{y.classList.remove(i)},1e3)})}}_emitChangeEvent(){const X=new U;X.source=this,X.checked=this.checked,this._controlValueAccessorChangeFn(this.checked),this.change.emit(X),this._inputElement&&(this._inputElement.nativeElement.checked=this.checked)}toggle(){this.checked=!this.checked,this._controlValueAccessorChangeFn(this.checked)}_onInputClick(X){var me;const y=null===(me=this._options)||void 0===me?void 0:me.clickAction;X.stopPropagation(),this.disabled||"noop"===y?!this.disabled&&"noop"===y&&(this._inputElement.nativeElement.checked=this.checked,this._inputElement.nativeElement.indeterminate=this.indeterminate):(this.indeterminate&&"check"!==y&&Promise.resolve().then(()=>{this._indeterminate=!1,this.indeterminateChange.emit(this._indeterminate)}),this._checked=!this._checked,this._transitionCheckState(this._checked?1:2),this._emitChangeEvent())}focus(X,me){X?this._focusMonitor.focusVia(this._inputElement,X,me):this._inputElement.nativeElement.focus(me)}_onInteractionEvent(X){X.stopPropagation()}_getAnimationClassForCheckStateTransition(X,me){if("NoopAnimations"===this._animationMode)return"";let y="";switch(X){case 0:if(1===me)y="unchecked-checked";else{if(3!=me)return"";y="unchecked-indeterminate"}break;case 2:y=1===me?"unchecked-checked":"unchecked-indeterminate";break;case 1:y=2===me?"checked-unchecked":"checked-indeterminate";break;case 3:y=1===me?"indeterminate-checked":"indeterminate-unchecked"}return`mat-checkbox-anim-${y}`}_syncIndeterminate(X){const me=this._inputElement;me&&(me.nativeElement.indeterminate=X)}}return ie.\u0275fac=function(X){return new(X||ie)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(b.tE),e.Y36(e.R0b),e.$8M("tabindex"),e.Y36(a.Qb,8),e.Y36(w,8))},ie.\u0275cmp=e.Xpm({type:ie,selectors:[["mat-checkbox"]],viewQuery:function(X,me){if(1&X&&(e.Gf(N,5),e.Gf(M.wG,5)),2&X){let y;e.iGM(y=e.CRH())&&(me._inputElement=y.first),e.iGM(y=e.CRH())&&(me.ripple=y.first)}},hostAttrs:[1,"mat-checkbox"],hostVars:14,hostBindings:function(X,me){2&X&&(e.Ikx("id",me.id),e.uIk("tabindex",null)("aria-label",null)("aria-labelledby",null),e.ekj("mat-checkbox-indeterminate",me.indeterminate)("mat-checkbox-checked",me.checked)("mat-checkbox-disabled",me.disabled)("mat-checkbox-label-before","before"==me.labelPosition)("_mat-animation-noopable","NoopAnimations"===me._animationMode))},inputs:{disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],id:"id",required:"required",labelPosition:"labelPosition",name:"name",value:"value",checked:"checked",disabled:"disabled",indeterminate:"indeterminate"},outputs:{change:"change",indeterminateChange:"indeterminateChange"},exportAs:["matCheckbox"],features:[e._Bn([S]),e.qOj],ngContentSelectors:A,decls:17,vars:21,consts:[[1,"mat-checkbox-layout"],["label",""],[1,"mat-checkbox-inner-container"],["type","checkbox",1,"mat-checkbox-input","cdk-visually-hidden",3,"id","required","checked","disabled","tabIndex","change","click"],["input",""],["matRipple","",1,"mat-checkbox-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleRadius","matRippleCentered","matRippleAnimation"],[1,"mat-ripple-element","mat-checkbox-persistent-ripple"],[1,"mat-checkbox-frame"],[1,"mat-checkbox-background"],["version","1.1","focusable","false","viewBox","0 0 24 24","aria-hidden","true",1,"mat-checkbox-checkmark"],["fill","none","stroke","white","d","M4.1,12.7 9,17.6 20.3,6.3",1,"mat-checkbox-checkmark-path"],[1,"mat-checkbox-mixedmark"],[1,"mat-checkbox-label",3,"cdkObserveContent"],["checkboxLabel",""],[2,"display","none"]],template:function(X,me){if(1&X&&(e.F$t(),e.TgZ(0,"label",0,1)(2,"span",2)(3,"input",3,4),e.NdJ("change",function(i){return me._onInteractionEvent(i)})("click",function(i){return me._onInputClick(i)}),e.qZA(),e.TgZ(5,"span",5),e._UZ(6,"span",6),e.qZA(),e._UZ(7,"span",7),e.TgZ(8,"span",8),e.O4$(),e.TgZ(9,"svg",9),e._UZ(10,"path",10),e.qZA(),e.kcU(),e._UZ(11,"span",11),e.qZA()(),e.TgZ(12,"span",12,13),e.NdJ("cdkObserveContent",function(){return me._onLabelTextChange()}),e.TgZ(14,"span",14),e._uU(15,"\xa0"),e.qZA(),e.Hsn(16),e.qZA()()),2&X){const y=e.MAs(1),i=e.MAs(13);e.uIk("for",me.inputId),e.xp6(2),e.ekj("mat-checkbox-inner-container-no-side-margin",!i.textContent||!i.textContent.trim()),e.xp6(1),e.Q6J("id",me.inputId)("required",me.required)("checked",me.checked)("disabled",me.disabled)("tabIndex",me.tabIndex),e.uIk("value",me.value)("name",me.name)("aria-label",me.ariaLabel||null)("aria-labelledby",me.ariaLabelledby)("aria-checked",me._getAriaChecked())("aria-describedby",me.ariaDescribedby),e.xp6(2),e.Q6J("matRippleTrigger",y)("matRippleDisabled",me._isRippleDisabled())("matRippleRadius",20)("matRippleCentered",!0)("matRippleAnimation",e.VKq(19,h,"NoopAnimations"===me._animationMode?0:150))}},directives:[M.wG,d.wD],styles:["@keyframes mat-checkbox-fade-in-background{0%{opacity:0}50%{opacity:1}}@keyframes mat-checkbox-fade-out-background{0%,50%{opacity:1}100%{opacity:0}}@keyframes mat-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:22.910259}50%{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1)}100%{stroke-dashoffset:0}}@keyframes mat-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{transform:scaleX(0)}68.2%{animation-timing-function:cubic-bezier(0, 0, 0, 1)}100%{transform:scaleX(1)}}@keyframes mat-checkbox-checked-unchecked-checkmark-path{from{animation-timing-function:cubic-bezier(0.4, 0, 1, 1);stroke-dashoffset:0}to{stroke-dashoffset:-22.910259}}@keyframes mat-checkbox-checked-indeterminate-checkmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(45deg)}}@keyframes mat-checkbox-indeterminate-checked-checkmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);opacity:0;transform:rotate(45deg)}to{opacity:1;transform:rotate(360deg)}}@keyframes mat-checkbox-checked-indeterminate-mixedmark{from{animation-timing-function:cubic-bezier(0, 0, 0.2, 0.1);opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:rotate(0deg)}}@keyframes mat-checkbox-indeterminate-checked-mixedmark{from{animation-timing-function:cubic-bezier(0.14, 0, 0, 1);opacity:1;transform:rotate(0deg)}to{opacity:0;transform:rotate(315deg)}}@keyframes mat-checkbox-indeterminate-unchecked-mixedmark{0%{animation-timing-function:linear;opacity:1;transform:scaleX(1)}32.8%,100%{opacity:0;transform:scaleX(0)}}.mat-checkbox-background,.mat-checkbox-frame{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:2px;box-sizing:border-box;pointer-events:none}.mat-checkbox{display:inline-block;transition:background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;-webkit-tap-highlight-color:transparent}._mat-animation-noopable.mat-checkbox{transition:none;animation:none}.mat-checkbox .mat-ripple-element:not(.mat-checkbox-persistent-ripple){opacity:.16}.mat-checkbox .mat-checkbox-ripple{position:absolute;left:calc(50% - 20px);top:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.cdk-high-contrast-active .mat-checkbox.cdk-keyboard-focused .mat-checkbox-ripple{outline:solid 3px}.mat-checkbox-layout{-webkit-user-select:none;user-select:none;cursor:inherit;align-items:baseline;vertical-align:middle;display:inline-flex;white-space:nowrap}.mat-checkbox-label{-webkit-user-select:auto;user-select:auto}.mat-checkbox-inner-container{display:inline-block;height:16px;line-height:0;margin:auto;margin-right:8px;order:0;position:relative;vertical-align:middle;white-space:nowrap;width:16px;flex-shrink:0}[dir=rtl] .mat-checkbox-inner-container{margin-left:8px;margin-right:auto}.mat-checkbox-inner-container-no-side-margin{margin-left:0;margin-right:0}.mat-checkbox-frame{background-color:transparent;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);border-width:2px;border-style:solid}._mat-animation-noopable .mat-checkbox-frame{transition:none}.mat-checkbox-background{align-items:center;display:inline-flex;justify-content:center;transition:background-color 90ms cubic-bezier(0, 0, 0.2, 0.1),opacity 90ms cubic-bezier(0, 0, 0.2, 0.1);-webkit-print-color-adjust:exact;color-adjust:exact}._mat-animation-noopable .mat-checkbox-background{transition:none}.cdk-high-contrast-active .mat-checkbox .mat-checkbox-background{background:none}.mat-checkbox-persistent-ripple{display:block;width:100%;height:100%;transform:none}.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:.04}.mat-checkbox.cdk-keyboard-focused .mat-checkbox-persistent-ripple{opacity:.12}.mat-checkbox-persistent-ripple,.mat-checkbox.mat-checkbox-disabled .mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{opacity:0}@media(hover: none){.mat-checkbox-inner-container:hover .mat-checkbox-persistent-ripple{display:none}}.mat-checkbox-checkmark{top:0;left:0;right:0;bottom:0;position:absolute;width:100%}.mat-checkbox-checkmark-path{stroke-dashoffset:22.910259;stroke-dasharray:22.910259;stroke-width:2.1333333333px}.cdk-high-contrast-black-on-white .mat-checkbox-checkmark-path{stroke:#000 !important}.mat-checkbox-mixedmark{width:calc(100% - 6px);height:2px;opacity:0;transform:scaleX(0) rotate(0deg);border-radius:2px}.cdk-high-contrast-active .mat-checkbox-mixedmark{height:0;border-top:solid 2px;margin-top:2px}.mat-checkbox-label-before .mat-checkbox-inner-container{order:1;margin-left:8px;margin-right:auto}[dir=rtl] .mat-checkbox-label-before .mat-checkbox-inner-container{margin-left:auto;margin-right:8px}.mat-checkbox-checked .mat-checkbox-checkmark{opacity:1}.mat-checkbox-checked .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-checked .mat-checkbox-mixedmark{transform:scaleX(1) rotate(-45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark{opacity:0;transform:rotate(45deg)}.mat-checkbox-indeterminate .mat-checkbox-checkmark-path{stroke-dashoffset:0}.mat-checkbox-indeterminate .mat-checkbox-mixedmark{opacity:1;transform:scaleX(1) rotate(0deg)}.mat-checkbox-unchecked .mat-checkbox-background{background-color:transparent}.mat-checkbox-disabled{cursor:default}.cdk-high-contrast-active .mat-checkbox-disabled{opacity:.5}.mat-checkbox-anim-unchecked-checked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-checked .mat-checkbox-checkmark-path{animation:180ms linear 0ms mat-checkbox-unchecked-checked-checkmark-path}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-in-background}.mat-checkbox-anim-unchecked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0ms mat-checkbox-unchecked-indeterminate-mixedmark}.mat-checkbox-anim-checked-unchecked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-out-background}.mat-checkbox-anim-checked-unchecked .mat-checkbox-checkmark-path{animation:90ms linear 0ms mat-checkbox-checked-unchecked-checkmark-path}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-checkmark{animation:90ms linear 0ms mat-checkbox-checked-indeterminate-checkmark}.mat-checkbox-anim-checked-indeterminate .mat-checkbox-mixedmark{animation:90ms linear 0ms mat-checkbox-checked-indeterminate-mixedmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-checkmark{animation:500ms linear 0ms mat-checkbox-indeterminate-checked-checkmark}.mat-checkbox-anim-indeterminate-checked .mat-checkbox-mixedmark{animation:500ms linear 0ms mat-checkbox-indeterminate-checked-mixedmark}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-background{animation:180ms linear 0ms mat-checkbox-fade-out-background}.mat-checkbox-anim-indeterminate-unchecked .mat-checkbox-mixedmark{animation:300ms linear 0ms mat-checkbox-indeterminate-unchecked-mixedmark}.mat-checkbox-input{bottom:0;left:50%}\n"],encapsulation:2,changeDetection:0}),ie})(),de=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=e.oAB({type:ie}),ie.\u0275inj=e.cJS({}),ie})(),te=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=e.oAB({type:ie}),ie.\u0275inj=e.cJS({imports:[[M.si,M.BQ,d.Q8,de],M.BQ,de]}),ie})()},6688:(Ve,K,p)=>{"use strict";p.d(K,{HS:()=>y,Hi:()=>C,qn:()=>v});var t=p(1159),e=p(5e3),f=p(508),M=p(3191),a=p(9808),b=p(6360),d=p(7579),N=p(6451),h=p(5698),A=p(2722),w=p(8675),D=p(925),L=p(5664),k=p(449),S=p(3075),U=p(7322),Z=p(226);const j=["*"],$=new e.OlP("MatChipRemove"),de=new e.OlP("MatChipAvatar"),te=new e.OlP("MatChipTrailingIcon");class ie{constructor(P){this._elementRef=P}}const oe=(0,f.sb)((0,f.pj)((0,f.Kr)(ie),"primary"),-1);let y=(()=>{class B extends oe{constructor(F,q,he,ve,Ne,we,Q,Ue){super(F),this._ngZone=q,this._changeDetectorRef=Ne,this._hasFocus=!1,this.chipListSelectable=!0,this._chipListMultiple=!1,this._chipListDisabled=!1,this._selected=!1,this._selectable=!0,this._disabled=!1,this._removable=!0,this._onFocus=new d.x,this._onBlur=new d.x,this.selectionChange=new e.vpe,this.destroyed=new e.vpe,this.removed=new e.vpe,this._addHostClassName(),this._chipRippleTarget=we.createElement("div"),this._chipRippleTarget.classList.add("mat-chip-ripple"),this._elementRef.nativeElement.appendChild(this._chipRippleTarget),this._chipRipple=new f.IR(this,q,this._chipRippleTarget,he),this._chipRipple.setupTriggerEvents(F),this.rippleConfig=ve||{},this._animationsDisabled="NoopAnimations"===Q,this.tabIndex=null!=Ue&&parseInt(Ue)||-1}get rippleDisabled(){return this.disabled||this.disableRipple||this._animationsDisabled||!!this.rippleConfig.disabled}get selected(){return this._selected}set selected(F){const q=(0,M.Ig)(F);q!==this._selected&&(this._selected=q,this._dispatchSelectionChange())}get value(){return void 0!==this._value?this._value:this._elementRef.nativeElement.textContent}set value(F){this._value=F}get selectable(){return this._selectable&&this.chipListSelectable}set selectable(F){this._selectable=(0,M.Ig)(F)}get disabled(){return this._chipListDisabled||this._disabled}set disabled(F){this._disabled=(0,M.Ig)(F)}get removable(){return this._removable}set removable(F){this._removable=(0,M.Ig)(F)}get ariaSelected(){return this.selectable&&(this._chipListMultiple||this.selected)?this.selected.toString():null}_addHostClassName(){const F="mat-basic-chip",q=this._elementRef.nativeElement;q.hasAttribute(F)||q.tagName.toLowerCase()===F?q.classList.add(F):q.classList.add("mat-standard-chip")}ngOnDestroy(){this.destroyed.emit({chip:this}),this._chipRipple._removeTriggerEvents()}select(){this._selected||(this._selected=!0,this._dispatchSelectionChange(),this._changeDetectorRef.markForCheck())}deselect(){this._selected&&(this._selected=!1,this._dispatchSelectionChange(),this._changeDetectorRef.markForCheck())}selectViaInteraction(){this._selected||(this._selected=!0,this._dispatchSelectionChange(!0),this._changeDetectorRef.markForCheck())}toggleSelected(F=!1){return this._selected=!this.selected,this._dispatchSelectionChange(F),this._changeDetectorRef.markForCheck(),this.selected}focus(){this._hasFocus||(this._elementRef.nativeElement.focus(),this._onFocus.next({chip:this})),this._hasFocus=!0}remove(){this.removable&&this.removed.emit({chip:this})}_handleClick(F){this.disabled&&F.preventDefault()}_handleKeydown(F){if(!this.disabled)switch(F.keyCode){case t.yY:case t.ZH:this.remove(),F.preventDefault();break;case t.L_:this.selectable&&this.toggleSelected(!0),F.preventDefault()}}_blur(){this._ngZone.onStable.pipe((0,h.q)(1)).subscribe(()=>{this._ngZone.run(()=>{this._hasFocus=!1,this._onBlur.next({chip:this})})})}_dispatchSelectionChange(F=!1){this.selectionChange.emit({source:this,isUserInput:F,selected:this._selected})}}return B.\u0275fac=function(F){return new(F||B)(e.Y36(e.SBq),e.Y36(e.R0b),e.Y36(D.t4),e.Y36(f.Y2,8),e.Y36(e.sBO),e.Y36(a.K0),e.Y36(b.Qb,8),e.$8M("tabindex"))},B.\u0275dir=e.lG2({type:B,selectors:[["mat-basic-chip"],["","mat-basic-chip",""],["mat-chip"],["","mat-chip",""]],contentQueries:function(F,q,he){if(1&F&&(e.Suo(he,de,5),e.Suo(he,te,5),e.Suo(he,$,5)),2&F){let ve;e.iGM(ve=e.CRH())&&(q.avatar=ve.first),e.iGM(ve=e.CRH())&&(q.trailingIcon=ve.first),e.iGM(ve=e.CRH())&&(q.removeIcon=ve.first)}},hostAttrs:["role","option",1,"mat-chip","mat-focus-indicator"],hostVars:14,hostBindings:function(F,q){1&F&&e.NdJ("click",function(ve){return q._handleClick(ve)})("keydown",function(ve){return q._handleKeydown(ve)})("focus",function(){return q.focus()})("blur",function(){return q._blur()}),2&F&&(e.uIk("tabindex",q.disabled?null:q.tabIndex)("disabled",q.disabled||null)("aria-disabled",q.disabled.toString())("aria-selected",q.ariaSelected),e.ekj("mat-chip-selected",q.selected)("mat-chip-with-avatar",q.avatar)("mat-chip-with-trailing-icon",q.trailingIcon||q.removeIcon)("mat-chip-disabled",q.disabled)("_mat-animation-noopable",q._animationsDisabled))},inputs:{color:"color",disableRipple:"disableRipple",tabIndex:"tabIndex",selected:"selected",value:"value",selectable:"selectable",disabled:"disabled",removable:"removable"},outputs:{selectionChange:"selectionChange",destroyed:"destroyed",removed:"removed"},exportAs:["matChip"],features:[e.qOj]}),B})();const r=new e.OlP("mat-chips-default-options"),_=(0,f.FD)(class{constructor(B,P,F,q){this._defaultErrorStateMatcher=B,this._parentForm=P,this._parentFormGroup=F,this.ngControl=q}});let E=0;class I{constructor(P,F){this.source=P,this.value=F}}let v=(()=>{class B extends _{constructor(F,q,he,ve,Ne,we,Q){super(we,ve,Ne,Q),this._elementRef=F,this._changeDetectorRef=q,this._dir=he,this.controlType="mat-chip-list",this._lastDestroyedChipIndex=null,this._destroyed=new d.x,this._uid="mat-chip-list-"+E++,this._tabIndex=0,this._userTabIndex=null,this._onTouched=()=>{},this._onChange=()=>{},this._multiple=!1,this._compareWith=(Ue,ye)=>Ue===ye,this._disabled=!1,this.ariaOrientation="horizontal",this._selectable=!0,this.change=new e.vpe,this.valueChange=new e.vpe,this.ngControl&&(this.ngControl.valueAccessor=this)}get selected(){var F,q;return this.multiple?(null===(F=this._selectionModel)||void 0===F?void 0:F.selected)||[]:null===(q=this._selectionModel)||void 0===q?void 0:q.selected[0]}get role(){return this.empty?null:"listbox"}get multiple(){return this._multiple}set multiple(F){this._multiple=(0,M.Ig)(F),this._syncChipsState()}get compareWith(){return this._compareWith}set compareWith(F){this._compareWith=F,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(F){this.writeValue(F),this._value=F}get id(){return this._chipInput?this._chipInput.id:this._uid}get required(){var F,q,he,ve;return null!==(ve=null!==(F=this._required)&&void 0!==F?F:null===(he=null===(q=this.ngControl)||void 0===q?void 0:q.control)||void 0===he?void 0:he.hasValidator(S.kI.required))&&void 0!==ve&&ve}set required(F){this._required=(0,M.Ig)(F),this.stateChanges.next()}get placeholder(){return this._chipInput?this._chipInput.placeholder:this._placeholder}set placeholder(F){this._placeholder=F,this.stateChanges.next()}get focused(){return this._chipInput&&this._chipInput.focused||this._hasFocusedChip()}get empty(){return(!this._chipInput||this._chipInput.empty)&&(!this.chips||0===this.chips.length)}get shouldLabelFloat(){return!this.empty||this.focused}get disabled(){return this.ngControl?!!this.ngControl.disabled:this._disabled}set disabled(F){this._disabled=(0,M.Ig)(F),this._syncChipsState()}get selectable(){return this._selectable}set selectable(F){this._selectable=(0,M.Ig)(F),this.chips&&this.chips.forEach(q=>q.chipListSelectable=this._selectable)}set tabIndex(F){this._userTabIndex=F,this._tabIndex=F}get chipSelectionChanges(){return(0,N.T)(...this.chips.map(F=>F.selectionChange))}get chipFocusChanges(){return(0,N.T)(...this.chips.map(F=>F._onFocus))}get chipBlurChanges(){return(0,N.T)(...this.chips.map(F=>F._onBlur))}get chipRemoveChanges(){return(0,N.T)(...this.chips.map(F=>F.destroyed))}ngAfterContentInit(){this._keyManager=new L.Em(this.chips).withWrap().withVerticalOrientation().withHomeAndEnd().withHorizontalOrientation(this._dir?this._dir.value:"ltr"),this._dir&&this._dir.change.pipe((0,A.R)(this._destroyed)).subscribe(F=>this._keyManager.withHorizontalOrientation(F)),this._keyManager.tabOut.pipe((0,A.R)(this._destroyed)).subscribe(()=>{this._allowFocusEscape()}),this.chips.changes.pipe((0,w.O)(null),(0,A.R)(this._destroyed)).subscribe(()=>{this.disabled&&Promise.resolve().then(()=>{this._syncChipsState()}),this._resetChips(),this._initializeSelection(),this._updateTabIndex(),this._updateFocusForDestroyedChips(),this.stateChanges.next()})}ngOnInit(){this._selectionModel=new k.Ov(this.multiple,void 0,!1),this.stateChanges.next()}ngDoCheck(){this.ngControl&&(this.updateErrorState(),this.ngControl.disabled!==this._disabled&&(this.disabled=!!this.ngControl.disabled))}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),this.stateChanges.complete(),this._dropSubscriptions()}registerInput(F){this._chipInput=F,this._elementRef.nativeElement.setAttribute("data-mat-chip-input",F.id)}setDescribedByIds(F){this._ariaDescribedby=F.join(" ")}writeValue(F){this.chips&&this._setSelectionByValue(F,!1)}registerOnChange(F){this._onChange=F}registerOnTouched(F){this._onTouched=F}setDisabledState(F){this.disabled=F,this.stateChanges.next()}onContainerClick(F){this._originatesFromChip(F)||this.focus()}focus(F){this.disabled||this._chipInput&&this._chipInput.focused||(this.chips.length>0?(this._keyManager.setFirstItemActive(),this.stateChanges.next()):(this._focusInput(F),this.stateChanges.next()))}_focusInput(F){this._chipInput&&this._chipInput.focus(F)}_keydown(F){const q=F.target;q&&q.classList.contains("mat-chip")&&(this._keyManager.onKeydown(F),this.stateChanges.next())}_updateTabIndex(){this._tabIndex=this._userTabIndex||(0===this.chips.length?-1:0)}_updateFocusForDestroyedChips(){if(null!=this._lastDestroyedChipIndex)if(this.chips.length){const F=Math.min(this._lastDestroyedChipIndex,this.chips.length-1);this._keyManager.setActiveItem(F)}else this.focus();this._lastDestroyedChipIndex=null}_isValidIndex(F){return F>=0&&Fhe.deselect()),Array.isArray(F))F.forEach(he=>this._selectValue(he,q)),this._sortValues();else{const he=this._selectValue(F,q);he&&q&&this._keyManager.setActiveItem(he)}}_selectValue(F,q=!0){const he=this.chips.find(ve=>null!=ve.value&&this._compareWith(ve.value,F));return he&&(q?he.selectViaInteraction():he.select(),this._selectionModel.select(he)),he}_initializeSelection(){Promise.resolve().then(()=>{(this.ngControl||this._value)&&(this._setSelectionByValue(this.ngControl?this.ngControl.value:this._value,!1),this.stateChanges.next())})}_clearSelection(F){this._selectionModel.clear(),this.chips.forEach(q=>{q!==F&&q.deselect()}),this.stateChanges.next()}_sortValues(){this._multiple&&(this._selectionModel.clear(),this.chips.forEach(F=>{F.selected&&this._selectionModel.select(F)}),this.stateChanges.next())}_propagateChanges(F){let q=null;q=Array.isArray(this.selected)?this.selected.map(he=>he.value):this.selected?this.selected.value:F,this._value=q,this.change.emit(new I(this,q)),this.valueChange.emit(q),this._onChange(q),this._changeDetectorRef.markForCheck()}_blur(){this._hasFocusedChip()||this._keyManager.setActiveItem(-1),this.disabled||(this._chipInput?setTimeout(()=>{this.focused||this._markAsTouched()}):this._markAsTouched())}_markAsTouched(){this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next()}_allowFocusEscape(){-1!==this._tabIndex&&(this._tabIndex=-1,setTimeout(()=>{this._tabIndex=this._userTabIndex||0,this._changeDetectorRef.markForCheck()}))}_resetChips(){this._dropSubscriptions(),this._listenToChipsFocus(),this._listenToChipsSelection(),this._listenToChipsRemoved()}_dropSubscriptions(){this._chipFocusSubscription&&(this._chipFocusSubscription.unsubscribe(),this._chipFocusSubscription=null),this._chipBlurSubscription&&(this._chipBlurSubscription.unsubscribe(),this._chipBlurSubscription=null),this._chipSelectionSubscription&&(this._chipSelectionSubscription.unsubscribe(),this._chipSelectionSubscription=null),this._chipRemoveSubscription&&(this._chipRemoveSubscription.unsubscribe(),this._chipRemoveSubscription=null)}_listenToChipsSelection(){this._chipSelectionSubscription=this.chipSelectionChanges.subscribe(F=>{F.source.selected?this._selectionModel.select(F.source):this._selectionModel.deselect(F.source),this.multiple||this.chips.forEach(q=>{!this._selectionModel.isSelected(q)&&q.selected&&q.deselect()}),F.isUserInput&&this._propagateChanges()})}_listenToChipsFocus(){this._chipFocusSubscription=this.chipFocusChanges.subscribe(F=>{let q=this.chips.toArray().indexOf(F.chip);this._isValidIndex(q)&&this._keyManager.updateActiveItem(q),this.stateChanges.next()}),this._chipBlurSubscription=this.chipBlurChanges.subscribe(()=>{this._blur(),this.stateChanges.next()})}_listenToChipsRemoved(){this._chipRemoveSubscription=this.chipRemoveChanges.subscribe(F=>{const q=F.chip,he=this.chips.toArray().indexOf(F.chip);this._isValidIndex(he)&&q._hasFocus&&(this._lastDestroyedChipIndex=he)})}_originatesFromChip(F){let q=F.target;for(;q&&q!==this._elementRef.nativeElement;){if(q.classList.contains("mat-chip"))return!0;q=q.parentElement}return!1}_hasFocusedChip(){return this.chips&&this.chips.some(F=>F._hasFocus)}_syncChipsState(){this.chips&&this.chips.forEach(F=>{F._chipListDisabled=this._disabled,F._chipListMultiple=this.multiple})}}return B.\u0275fac=function(F){return new(F||B)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(Z.Is,8),e.Y36(S.F,8),e.Y36(S.sg,8),e.Y36(f.rD),e.Y36(S.a5,10))},B.\u0275cmp=e.Xpm({type:B,selectors:[["mat-chip-list"]],contentQueries:function(F,q,he){if(1&F&&e.Suo(he,y,5),2&F){let ve;e.iGM(ve=e.CRH())&&(q.chips=ve)}},hostAttrs:[1,"mat-chip-list"],hostVars:15,hostBindings:function(F,q){1&F&&e.NdJ("focus",function(){return q.focus()})("blur",function(){return q._blur()})("keydown",function(ve){return q._keydown(ve)}),2&F&&(e.Ikx("id",q._uid),e.uIk("tabindex",q.disabled?null:q._tabIndex)("aria-describedby",q._ariaDescribedby||null)("aria-required",q.role?q.required:null)("aria-disabled",q.disabled.toString())("aria-invalid",q.errorState)("aria-multiselectable",q.multiple)("role",q.role)("aria-orientation",q.ariaOrientation),e.ekj("mat-chip-list-disabled",q.disabled)("mat-chip-list-invalid",q.errorState)("mat-chip-list-required",q.required))},inputs:{errorStateMatcher:"errorStateMatcher",multiple:"multiple",compareWith:"compareWith",value:"value",required:"required",placeholder:"placeholder",disabled:"disabled",ariaOrientation:["aria-orientation","ariaOrientation"],selectable:"selectable",tabIndex:"tabIndex"},outputs:{change:"change",valueChange:"valueChange"},exportAs:["matChipList"],features:[e._Bn([{provide:U.Eo,useExisting:B}]),e.qOj],ngContentSelectors:j,decls:2,vars:0,consts:[[1,"mat-chip-list-wrapper"]],template:function(F,q){1&F&&(e.F$t(),e.TgZ(0,"div",0),e.Hsn(1),e.qZA())},styles:['.mat-chip{position:relative;box-sizing:border-box;-webkit-tap-highlight-color:transparent;border:none;-webkit-appearance:none;-moz-appearance:none}.mat-standard-chip{transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);display:inline-flex;padding:7px 12px;border-radius:16px;align-items:center;cursor:default;min-height:32px;height:1px}._mat-animation-noopable.mat-standard-chip{transition:none;animation:none}.mat-standard-chip .mat-chip-remove{border:none;-webkit-appearance:none;-moz-appearance:none;padding:0;background:none}.mat-standard-chip .mat-chip-remove.mat-icon,.mat-standard-chip .mat-chip-remove .mat-icon{width:18px;height:18px;font-size:18px}.mat-standard-chip::after{top:0;left:0;right:0;bottom:0;position:absolute;border-radius:inherit;opacity:0;content:"";pointer-events:none;transition:opacity 200ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-standard-chip:hover::after{opacity:.12}.mat-standard-chip:focus{outline:none}.mat-standard-chip:focus::after{opacity:.16}.cdk-high-contrast-active .mat-standard-chip{outline:solid 1px}.cdk-high-contrast-active .mat-standard-chip:focus{outline:dotted 2px}.cdk-high-contrast-active .mat-standard-chip.mat-chip-selected{outline-width:3px}.mat-standard-chip.mat-chip-disabled::after{opacity:0}.mat-standard-chip.mat-chip-disabled .mat-chip-remove,.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon{cursor:default}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar,.mat-standard-chip.mat-chip-with-avatar{padding-top:0;padding-bottom:0}.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-right:8px;padding-left:0}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar{padding-left:8px;padding-right:0}.mat-standard-chip.mat-chip-with-trailing-icon{padding-top:7px;padding-bottom:7px;padding-right:8px;padding-left:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-trailing-icon{padding-left:8px;padding-right:12px}.mat-standard-chip.mat-chip-with-avatar{padding-left:0;padding-right:12px}[dir=rtl] .mat-standard-chip.mat-chip-with-avatar{padding-right:0;padding-left:12px}.mat-standard-chip .mat-chip-avatar{width:24px;height:24px;margin-right:8px;margin-left:4px}[dir=rtl] .mat-standard-chip .mat-chip-avatar{margin-left:8px;margin-right:4px}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{width:18px;height:18px;cursor:pointer}.mat-standard-chip .mat-chip-remove,.mat-standard-chip .mat-chip-trailing-icon{margin-left:8px;margin-right:0}[dir=rtl] .mat-standard-chip .mat-chip-remove,[dir=rtl] .mat-standard-chip .mat-chip-trailing-icon{margin-right:8px;margin-left:0}.mat-chip-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none;border-radius:inherit;overflow:hidden;transform:translateZ(0)}.mat-chip-list-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin:-4px}.mat-chip-list-wrapper input.mat-input-element,.mat-chip-list-wrapper .mat-standard-chip{margin:4px}.mat-chip-list-stacked .mat-chip-list-wrapper{flex-direction:column;align-items:flex-start}.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip{width:100%}.mat-chip-avatar{border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden;object-fit:cover}input.mat-chip-input{width:150px;margin:4px;flex:1 0 150px}\n'],encapsulation:2,changeDetection:0}),B})(),C=(()=>{class B{}return B.\u0275fac=function(F){return new(F||B)},B.\u0275mod=e.oAB({type:B}),B.\u0275inj=e.cJS({providers:[f.rD,{provide:r,useValue:{separatorKeyCodes:[t.K5]}}],imports:[[f.BQ]]}),B})()},508:(Ve,K,p)=>{"use strict";p.d(K,{yN:()=>ne,mZ:()=>$,_A:()=>v,rD:()=>Ne,sG:()=>n,K7:()=>Gt,HF:()=>ht,Y2:()=>ee,BQ:()=>ie,X2:()=>we,uc:()=>ye,XK:()=>he,ey:()=>et,Ng:()=>jt,rN:()=>Nt,nP:()=>Le,us:()=>ut,wG:()=>ue,si:()=>_e,LF:()=>P,IR:()=>Te,CB:()=>yt,jH:()=>ei,pj:()=>i,Kr:()=>r,Id:()=>y,FD:()=>c,dB:()=>_,sb:()=>u,E0:()=>Q});var t=p(5e3),e=p(226),M=p(9808),a=p(925),b=p(5664),d=p(3191),N=p(7579),h=p(8306),A=p(8675),w=p(6360),D=p(1159);function S(Pe,Oe){if(1&Pe&&t._UZ(0,"mat-pseudo-checkbox",4),2&Pe){const ce=t.oxw();t.Q6J("state",ce.selected?"checked":"unchecked")("disabled",ce.disabled)}}function U(Pe,Oe){if(1&Pe&&(t.TgZ(0,"span",5),t._uU(1),t.qZA()),2&Pe){const ce=t.oxw();t.xp6(1),t.hij("(",ce.group.label,")")}}const Z=["*"];let ne=(()=>{class Pe{}return Pe.STANDARD_CURVE="cubic-bezier(0.4,0.0,0.2,1)",Pe.DECELERATION_CURVE="cubic-bezier(0.0,0.0,0.2,1)",Pe.ACCELERATION_CURVE="cubic-bezier(0.4,0.0,1,1)",Pe.SHARP_CURVE="cubic-bezier(0.4,0.0,0.6,1)",Pe})(),$=(()=>{class Pe{}return Pe.COMPLEX="375ms",Pe.ENTERING="225ms",Pe.EXITING="195ms",Pe})();const te=new t.OlP("mat-sanity-checks",{providedIn:"root",factory:function de(){return!0}});let ie=(()=>{class Pe{constructor(ce,be,pt){this._sanityChecks=be,this._document=pt,this._hasDoneGlobalChecks=!1,ce._applyBodyHighContrastModeCssClasses(),this._hasDoneGlobalChecks||(this._hasDoneGlobalChecks=!0)}_checkIsEnabled(ce){return!(0,a.Oy)()&&("boolean"==typeof this._sanityChecks?this._sanityChecks:!!this._sanityChecks[ce])}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.LFG(b.qm),t.LFG(te,8),t.LFG(M.K0))},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[e.vT],e.vT]}),Pe})();function y(Pe){return class extends Pe{constructor(...Oe){super(...Oe),this._disabled=!1}get disabled(){return this._disabled}set disabled(Oe){this._disabled=(0,d.Ig)(Oe)}}}function i(Pe,Oe){return class extends Pe{constructor(...ce){super(...ce),this.defaultColor=Oe,this.color=Oe}get color(){return this._color}set color(ce){const be=ce||this.defaultColor;be!==this._color&&(this._color&&this._elementRef.nativeElement.classList.remove(`mat-${this._color}`),be&&this._elementRef.nativeElement.classList.add(`mat-${be}`),this._color=be)}}}function r(Pe){return class extends Pe{constructor(...Oe){super(...Oe),this._disableRipple=!1}get disableRipple(){return this._disableRipple}set disableRipple(Oe){this._disableRipple=(0,d.Ig)(Oe)}}}function u(Pe,Oe=0){return class extends Pe{constructor(...ce){super(...ce),this._tabIndex=Oe,this.defaultTabIndex=Oe}get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(ce){this._tabIndex=null!=ce?(0,d.su)(ce):this.defaultTabIndex}}}function c(Pe){return class extends Pe{constructor(...Oe){super(...Oe),this.stateChanges=new N.x,this.errorState=!1}updateErrorState(){const Oe=this.errorState,mt=(this.errorStateMatcher||this._defaultErrorStateMatcher).isErrorState(this.ngControl?this.ngControl.control:null,this._parentFormGroup||this._parentForm);mt!==Oe&&(this.errorState=mt,this.stateChanges.next())}}}function _(Pe){return class extends Pe{constructor(...Oe){super(...Oe),this._isInitialized=!1,this._pendingSubscribers=[],this.initialized=new h.y(ce=>{this._isInitialized?this._notifySubscriber(ce):this._pendingSubscribers.push(ce)})}_markInitialized(){this._isInitialized=!0,this._pendingSubscribers.forEach(this._notifySubscriber),this._pendingSubscribers=null}_notifySubscriber(Oe){Oe.next(),Oe.complete()}}}const E=new t.OlP("MAT_DATE_LOCALE",{providedIn:"root",factory:function I(){return(0,t.f3M)(t.soG)}});class v{constructor(){this._localeChanges=new N.x,this.localeChanges=this._localeChanges}getValidDateOrNull(Oe){return this.isDateInstance(Oe)&&this.isValid(Oe)?Oe:null}deserialize(Oe){return null==Oe||this.isDateInstance(Oe)&&this.isValid(Oe)?Oe:this.invalid()}setLocale(Oe){this.locale=Oe,this._localeChanges.next()}compareDate(Oe,ce){return this.getYear(Oe)-this.getYear(ce)||this.getMonth(Oe)-this.getMonth(ce)||this.getDate(Oe)-this.getDate(ce)}sameDate(Oe,ce){if(Oe&&ce){let be=this.isValid(Oe),pt=this.isValid(ce);return be&&pt?!this.compareDate(Oe,ce):be==pt}return Oe==ce}clampDate(Oe,ce,be){return ce&&this.compareDate(Oe,ce)<0?ce:be&&this.compareDate(Oe,be)>0?be:Oe}}const n=new t.OlP("mat-date-formats"),C=/^\d{4}-\d{2}-\d{2}(?:T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))?)?$/;function B(Pe,Oe){const ce=Array(Pe);for(let be=0;be{class Pe extends v{constructor(ce,be){super(),this.useUtcForDisplay=!1,super.setLocale(ce)}getYear(ce){return ce.getFullYear()}getMonth(ce){return ce.getMonth()}getDate(ce){return ce.getDate()}getDayOfWeek(ce){return ce.getDay()}getMonthNames(ce){const be=new Intl.DateTimeFormat(this.locale,{month:ce,timeZone:"utc"});return B(12,pt=>this._format(be,new Date(2017,pt,1)))}getDateNames(){const ce=new Intl.DateTimeFormat(this.locale,{day:"numeric",timeZone:"utc"});return B(31,be=>this._format(ce,new Date(2017,0,be+1)))}getDayOfWeekNames(ce){const be=new Intl.DateTimeFormat(this.locale,{weekday:ce,timeZone:"utc"});return B(7,pt=>this._format(be,new Date(2017,0,pt+1)))}getYearName(ce){const be=new Intl.DateTimeFormat(this.locale,{year:"numeric",timeZone:"utc"});return this._format(be,ce)}getFirstDayOfWeek(){return 0}getNumDaysInMonth(ce){return this.getDate(this._createDateWithOverflow(this.getYear(ce),this.getMonth(ce)+1,0))}clone(ce){return new Date(ce.getTime())}createDate(ce,be,pt){let mt=this._createDateWithOverflow(ce,be,pt);return mt.getMonth(),mt}today(){return new Date}parse(ce){return"number"==typeof ce?new Date(ce):ce?new Date(Date.parse(ce)):null}format(ce,be){if(!this.isValid(ce))throw Error("NativeDateAdapter: Cannot format invalid date.");const pt=new Intl.DateTimeFormat(this.locale,Object.assign(Object.assign({},be),{timeZone:"utc"}));return this._format(pt,ce)}addCalendarYears(ce,be){return this.addCalendarMonths(ce,12*be)}addCalendarMonths(ce,be){let pt=this._createDateWithOverflow(this.getYear(ce),this.getMonth(ce)+be,this.getDate(ce));return this.getMonth(pt)!=((this.getMonth(ce)+be)%12+12)%12&&(pt=this._createDateWithOverflow(this.getYear(pt),this.getMonth(pt),0)),pt}addCalendarDays(ce,be){return this._createDateWithOverflow(this.getYear(ce),this.getMonth(ce),this.getDate(ce)+be)}toIso8601(ce){return[ce.getUTCFullYear(),this._2digit(ce.getUTCMonth()+1),this._2digit(ce.getUTCDate())].join("-")}deserialize(ce){if("string"==typeof ce){if(!ce)return null;if(C.test(ce)){let be=new Date(ce);if(this.isValid(be))return be}}return super.deserialize(ce)}isDateInstance(ce){return ce instanceof Date}isValid(ce){return!isNaN(ce.getTime())}invalid(){return new Date(NaN)}_createDateWithOverflow(ce,be,pt){const mt=new Date;return mt.setFullYear(ce,be,pt),mt.setHours(0,0,0,0),mt}_2digit(ce){return("00"+ce).slice(-2)}_format(ce,be){const pt=new Date;return pt.setUTCFullYear(be.getFullYear(),be.getMonth(),be.getDate()),pt.setUTCHours(be.getHours(),be.getMinutes(),be.getSeconds(),be.getMilliseconds()),ce.format(pt)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.LFG(E,8),t.LFG(a.t4))},Pe.\u0275prov=t.Yz7({token:Pe,factory:Pe.\u0275fac}),Pe})();const F={parse:{dateInput:null},display:{dateInput:{year:"numeric",month:"numeric",day:"numeric"},monthYearLabel:{year:"numeric",month:"short"},dateA11yLabel:{year:"numeric",month:"long",day:"numeric"},monthYearA11yLabel:{year:"numeric",month:"long"}}};let q=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({providers:[{provide:v,useClass:P}]}),Pe})(),he=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({providers:[{provide:n,useValue:F}],imports:[[q]]}),Pe})(),Ne=(()=>{class Pe{isErrorState(ce,be){return!!(ce&&ce.invalid&&(ce.touched||be&&be.submitted))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275prov=t.Yz7({token:Pe,factory:Pe.\u0275fac,providedIn:"root"}),Pe})(),we=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275dir=t.lG2({type:Pe,selectors:[["","mat-line",""],["","matLine",""]],hostAttrs:[1,"mat-line"]}),Pe})();function Q(Pe,Oe,ce="mat"){Pe.changes.pipe((0,A.O)(Pe)).subscribe(({length:be})=>{Ue(Oe,`${ce}-2-line`,!1),Ue(Oe,`${ce}-3-line`,!1),Ue(Oe,`${ce}-multi-line`,!1),2===be||3===be?Ue(Oe,`${ce}-${be}-line`,!0):be>3&&Ue(Oe,`${ce}-multi-line`,!0)})}function Ue(Pe,Oe,ce){Pe.nativeElement.classList.toggle(Oe,ce)}let ye=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[ie],ie]}),Pe})();class V{constructor(Oe,ce,be){this._renderer=Oe,this.element=ce,this.config=be,this.state=3}fadeOut(){this._renderer.fadeOutRipple(this)}}const Ae={enterDuration:225,exitDuration:150},Ie=(0,a.i$)({passive:!0}),De=["mousedown","touchstart"],le=["mouseup","mouseleave","touchend","touchcancel"];class Te{constructor(Oe,ce,be,pt){this._target=Oe,this._ngZone=ce,this._isPointerDown=!1,this._activeRipples=new Set,this._pointerUpEventsRegistered=!1,pt.isBrowser&&(this._containerElement=(0,d.fI)(be))}fadeInRipple(Oe,ce,be={}){const pt=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),mt=Object.assign(Object.assign({},Ae),be.animation);be.centered&&(Oe=pt.left+pt.width/2,ce=pt.top+pt.height/2);const Ht=be.radius||function W(Pe,Oe,ce){const be=Math.max(Math.abs(Pe-ce.left),Math.abs(Pe-ce.right)),pt=Math.max(Math.abs(Oe-ce.top),Math.abs(Oe-ce.bottom));return Math.sqrt(be*be+pt*pt)}(Oe,ce,pt),it=Oe-pt.left,Re=ce-pt.top,tt=mt.enterDuration,Je=document.createElement("div");Je.classList.add("mat-ripple-element"),Je.style.left=it-Ht+"px",Je.style.top=Re-Ht+"px",Je.style.height=2*Ht+"px",Je.style.width=2*Ht+"px",null!=be.color&&(Je.style.backgroundColor=be.color),Je.style.transitionDuration=`${tt}ms`,this._containerElement.appendChild(Je),function xe(Pe){window.getComputedStyle(Pe).getPropertyValue("opacity")}(Je),Je.style.transform="scale(1)";const Se=new V(this,Je,be);return Se.state=0,this._activeRipples.add(Se),be.persistent||(this._mostRecentTransientRipple=Se),this._runTimeoutOutsideZone(()=>{const Ge=Se===this._mostRecentTransientRipple;Se.state=1,!be.persistent&&(!Ge||!this._isPointerDown)&&Se.fadeOut()},tt),Se}fadeOutRipple(Oe){const ce=this._activeRipples.delete(Oe);if(Oe===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),this._activeRipples.size||(this._containerRect=null),!ce)return;const be=Oe.element,pt=Object.assign(Object.assign({},Ae),Oe.config.animation);be.style.transitionDuration=`${pt.exitDuration}ms`,be.style.opacity="0",Oe.state=2,this._runTimeoutOutsideZone(()=>{Oe.state=3,be.remove()},pt.exitDuration)}fadeOutAll(){this._activeRipples.forEach(Oe=>Oe.fadeOut())}fadeOutAllNonPersistent(){this._activeRipples.forEach(Oe=>{Oe.config.persistent||Oe.fadeOut()})}setupTriggerEvents(Oe){const ce=(0,d.fI)(Oe);!ce||ce===this._triggerElement||(this._removeTriggerEvents(),this._triggerElement=ce,this._registerEvents(De))}handleEvent(Oe){"mousedown"===Oe.type?this._onMousedown(Oe):"touchstart"===Oe.type?this._onTouchStart(Oe):this._onPointerUp(),this._pointerUpEventsRegistered||(this._registerEvents(le),this._pointerUpEventsRegistered=!0)}_onMousedown(Oe){const ce=(0,b.X6)(Oe),be=this._lastTouchStartEvent&&Date.now(){!Oe.config.persistent&&(1===Oe.state||Oe.config.terminateOnPointerUp&&0===Oe.state)&&Oe.fadeOut()}))}_runTimeoutOutsideZone(Oe,ce=0){this._ngZone.runOutsideAngular(()=>setTimeout(Oe,ce))}_registerEvents(Oe){this._ngZone.runOutsideAngular(()=>{Oe.forEach(ce=>{this._triggerElement.addEventListener(ce,this,Ie)})})}_removeTriggerEvents(){this._triggerElement&&(De.forEach(Oe=>{this._triggerElement.removeEventListener(Oe,this,Ie)}),this._pointerUpEventsRegistered&&le.forEach(Oe=>{this._triggerElement.removeEventListener(Oe,this,Ie)}))}}const ee=new t.OlP("mat-ripple-global-options");let ue=(()=>{class Pe{constructor(ce,be,pt,mt,Ht){this._elementRef=ce,this._animationMode=Ht,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=mt||{},this._rippleRenderer=new Te(this,be,ce,pt)}get disabled(){return this._disabled}set disabled(ce){ce&&this.fadeOutAllNonPersistent(),this._disabled=ce,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(ce){this._trigger=ce,this._setupTriggerEventsIfEnabled()}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}fadeOutAllNonPersistent(){this._rippleRenderer.fadeOutAllNonPersistent()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:Object.assign(Object.assign(Object.assign({},this._globalOptions.animation),"NoopAnimations"===this._animationMode?{enterDuration:0,exitDuration:0}:{}),this.animation),terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(ce,be=0,pt){return"number"==typeof ce?this._rippleRenderer.fadeInRipple(ce,be,Object.assign(Object.assign({},this.rippleConfig),pt)):this._rippleRenderer.fadeInRipple(0,0,Object.assign(Object.assign({},this.rippleConfig),ce))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.Y36(t.SBq),t.Y36(t.R0b),t.Y36(a.t4),t.Y36(ee,8),t.Y36(w.Qb,8))},Pe.\u0275dir=t.lG2({type:Pe,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(ce,be){2&ce&&t.ekj("mat-ripple-unbounded",be.unbounded)},inputs:{color:["matRippleColor","color"],unbounded:["matRippleUnbounded","unbounded"],centered:["matRippleCentered","centered"],radius:["matRippleRadius","radius"],animation:["matRippleAnimation","animation"],disabled:["matRippleDisabled","disabled"],trigger:["matRippleTrigger","trigger"]},exportAs:["matRipple"]}),Pe})(),_e=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[ie],ie]}),Pe})(),Le=(()=>{class Pe{constructor(ce){this._animationMode=ce,this.state="unchecked",this.disabled=!1}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.Y36(w.Qb,8))},Pe.\u0275cmp=t.Xpm({type:Pe,selectors:[["mat-pseudo-checkbox"]],hostAttrs:[1,"mat-pseudo-checkbox"],hostVars:8,hostBindings:function(ce,be){2&ce&&t.ekj("mat-pseudo-checkbox-indeterminate","indeterminate"===be.state)("mat-pseudo-checkbox-checked","checked"===be.state)("mat-pseudo-checkbox-disabled",be.disabled)("_mat-animation-noopable","NoopAnimations"===be._animationMode)},inputs:{state:"state",disabled:"disabled"},decls:0,vars:0,template:function(ce,be){},styles:['.mat-pseudo-checkbox{width:16px;height:16px;border:2px solid;border-radius:2px;cursor:pointer;display:inline-block;vertical-align:middle;box-sizing:border-box;position:relative;flex-shrink:0;transition:border-color 90ms cubic-bezier(0, 0, 0.2, 0.1),background-color 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox::after{position:absolute;opacity:0;content:"";border-bottom:2px solid currentColor;transition:opacity 90ms cubic-bezier(0, 0, 0.2, 0.1)}.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate{border-color:transparent}._mat-animation-noopable.mat-pseudo-checkbox{transition:none;animation:none}._mat-animation-noopable.mat-pseudo-checkbox::after{transition:none}.mat-pseudo-checkbox-disabled{cursor:default}.mat-pseudo-checkbox-indeterminate::after{top:5px;left:1px;width:10px;opacity:1;border-radius:2px}.mat-pseudo-checkbox-checked::after{top:2.4px;left:1px;width:8px;height:3px;border-left:2px solid currentColor;transform:rotate(-45deg);opacity:1;box-sizing:content-box}\n'],encapsulation:2,changeDetection:0}),Pe})(),ut=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[ie]]}),Pe})();const ht=new t.OlP("MAT_OPTION_PARENT_COMPONENT"),Gt=new t.OlP("MatOptgroup");let xt=0;class Nt{constructor(Oe,ce=!1){this.source=Oe,this.isUserInput=ce}}let Ct=(()=>{class Pe{constructor(ce,be,pt,mt){this._element=ce,this._changeDetectorRef=be,this._parent=pt,this.group=mt,this._selected=!1,this._active=!1,this._disabled=!1,this._mostRecentViewValue="",this.id="mat-option-"+xt++,this.onSelectionChange=new t.vpe,this._stateChanges=new N.x}get multiple(){return this._parent&&this._parent.multiple}get selected(){return this._selected}get disabled(){return this.group&&this.group.disabled||this._disabled}set disabled(ce){this._disabled=(0,d.Ig)(ce)}get disableRipple(){return!(!this._parent||!this._parent.disableRipple)}get active(){return this._active}get viewValue(){return(this._getHostElement().textContent||"").trim()}select(){this._selected||(this._selected=!0,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}deselect(){this._selected&&(this._selected=!1,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent())}focus(ce,be){const pt=this._getHostElement();"function"==typeof pt.focus&&pt.focus(be)}setActiveStyles(){this._active||(this._active=!0,this._changeDetectorRef.markForCheck())}setInactiveStyles(){this._active&&(this._active=!1,this._changeDetectorRef.markForCheck())}getLabel(){return this.viewValue}_handleKeydown(ce){(ce.keyCode===D.K5||ce.keyCode===D.L_)&&!(0,D.Vb)(ce)&&(this._selectViaInteraction(),ce.preventDefault())}_selectViaInteraction(){this.disabled||(this._selected=!this.multiple||!this._selected,this._changeDetectorRef.markForCheck(),this._emitSelectionChangeEvent(!0))}_getAriaSelected(){return this.selected||!this.multiple&&null}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._element.nativeElement}ngAfterViewChecked(){if(this._selected){const ce=this.viewValue;ce!==this._mostRecentViewValue&&(this._mostRecentViewValue=ce,this._stateChanges.next())}}ngOnDestroy(){this._stateChanges.complete()}_emitSelectionChangeEvent(ce=!1){this.onSelectionChange.emit(new Nt(this,ce))}}return Pe.\u0275fac=function(ce){t.$Z()},Pe.\u0275dir=t.lG2({type:Pe,inputs:{value:"value",id:"id",disabled:"disabled"},outputs:{onSelectionChange:"onSelectionChange"}}),Pe})(),et=(()=>{class Pe extends Ct{constructor(ce,be,pt,mt){super(ce,be,pt,mt)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(t.Y36(t.SBq),t.Y36(t.sBO),t.Y36(ht,8),t.Y36(Gt,8))},Pe.\u0275cmp=t.Xpm({type:Pe,selectors:[["mat-option"]],hostAttrs:["role","option",1,"mat-option","mat-focus-indicator"],hostVars:12,hostBindings:function(ce,be){1&ce&&t.NdJ("click",function(){return be._selectViaInteraction()})("keydown",function(mt){return be._handleKeydown(mt)}),2&ce&&(t.Ikx("id",be.id),t.uIk("tabindex",be._getTabIndex())("aria-selected",be._getAriaSelected())("aria-disabled",be.disabled.toString()),t.ekj("mat-selected",be.selected)("mat-option-multiple",be.multiple)("mat-active",be.active)("mat-option-disabled",be.disabled))},exportAs:["matOption"],features:[t.qOj],ngContentSelectors:Z,decls:5,vars:4,consts:[["class","mat-option-pseudo-checkbox",3,"state","disabled",4,"ngIf"],[1,"mat-option-text"],["class","cdk-visually-hidden",4,"ngIf"],["mat-ripple","",1,"mat-option-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-option-pseudo-checkbox",3,"state","disabled"],[1,"cdk-visually-hidden"]],template:function(ce,be){1&ce&&(t.F$t(),t.YNc(0,S,1,2,"mat-pseudo-checkbox",0),t.TgZ(1,"span",1),t.Hsn(2),t.qZA(),t.YNc(3,U,2,1,"span",2),t._UZ(4,"div",3)),2&ce&&(t.Q6J("ngIf",be.multiple),t.xp6(3),t.Q6J("ngIf",be.group&&be.group._inert),t.xp6(1),t.Q6J("matRippleTrigger",be._getHostElement())("matRippleDisabled",be.disabled||be.disableRipple))},directives:[Le,M.O5,ue],styles:[".mat-option{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative;cursor:pointer;outline:none;display:flex;flex-direction:row;max-width:100%;box-sizing:border-box;align-items:center;-webkit-tap-highlight-color:transparent}.mat-option[disabled]{cursor:default}[dir=rtl] .mat-option{text-align:right}.mat-option .mat-icon{margin-right:16px;vertical-align:middle}.mat-option .mat-icon svg{vertical-align:top}[dir=rtl] .mat-option .mat-icon{margin-left:16px;margin-right:0}.mat-option[aria-disabled=true]{-webkit-user-select:none;user-select:none;cursor:default}.mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:32px}[dir=rtl] .mat-optgroup .mat-option:not(.mat-option-multiple){padding-left:16px;padding-right:32px}.cdk-high-contrast-active .mat-option{margin:0 1px}.cdk-high-contrast-active .mat-option.mat-active{border:solid 1px currentColor;margin:0}.cdk-high-contrast-active .mat-option[aria-disabled=true]{opacity:.5}.mat-option-text{display:inline-block;flex-grow:1;overflow:hidden;text-overflow:ellipsis}.mat-option .mat-option-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-option-pseudo-checkbox{margin-right:8px}[dir=rtl] .mat-option-pseudo-checkbox{margin-left:8px;margin-right:0}\n"],encapsulation:2,changeDetection:0}),Pe})();function yt(Pe,Oe,ce){if(ce.length){let be=Oe.toArray(),pt=ce.toArray(),mt=0;for(let Ht=0;Htce+be?Math.max(0,Pe-be+Oe):ce}let jt=(()=>{class Pe{}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=t.oAB({type:Pe}),Pe.\u0275inj=t.cJS({imports:[[_e,M.ez,ie,ut]]}),Pe})()},6856:(Ve,K,p)=>{"use strict";p.d(K,{FA:()=>pe,Mq:()=>Re,hl:()=>st,nW:()=>gi});var t=p(5664),e=p(9776),f=p(7429),M=p(9808),a=p(5e3),b=p(7423),d=p(5303),N=p(508),h=p(7579),A=p(727),w=p(6451),D=p(9646),L=p(1159),k=p(5698),S=p(8675),U=p(9300),Z=p(226),j=p(3191),ne=p(925),$=p(1777),de=p(3075),te=p(7322),ie=p(7531);const oe=["mat-calendar-body",""];function X(je,_t){if(1&je&&(a.TgZ(0,"tr",2)(1,"td",3),a._uU(2),a.qZA()()),2&je){const re=a.oxw();a.xp6(1),a.Udp("padding-top",re._cellPadding)("padding-bottom",re._cellPadding),a.uIk("colspan",re.numCols),a.xp6(1),a.hij(" ",re.label," ")}}function me(je,_t){if(1&je&&(a.TgZ(0,"td",3),a._uU(1),a.qZA()),2&je){const re=a.oxw(2);a.Udp("padding-top",re._cellPadding)("padding-bottom",re._cellPadding),a.uIk("colspan",re._firstRowOffset),a.xp6(1),a.hij(" ",re._firstRowOffset>=re.labelMinRequiredCells?re.label:""," ")}}function y(je,_t){if(1&je){const re=a.EpF();a.TgZ(0,"td",7)(1,"button",8),a.NdJ("click",function(Mt){const bi=a.CHM(re).$implicit;return a.oxw(2)._cellClicked(bi,Mt)}),a.TgZ(2,"div",9),a._uU(3),a.qZA(),a._UZ(4,"div",10),a.qZA()()}if(2&je){const re=_t.$implicit,Qe=_t.index,Mt=a.oxw().index,zt=a.oxw();a.Udp("width",zt._cellWidth)("padding-top",zt._cellPadding)("padding-bottom",zt._cellPadding),a.uIk("data-mat-row",Mt)("data-mat-col",Qe),a.xp6(1),a.ekj("mat-calendar-body-disabled",!re.enabled)("mat-calendar-body-active",zt._isActiveCell(Mt,Qe))("mat-calendar-body-range-start",zt._isRangeStart(re.compareValue))("mat-calendar-body-range-end",zt._isRangeEnd(re.compareValue))("mat-calendar-body-in-range",zt._isInRange(re.compareValue))("mat-calendar-body-comparison-bridge-start",zt._isComparisonBridgeStart(re.compareValue,Mt,Qe))("mat-calendar-body-comparison-bridge-end",zt._isComparisonBridgeEnd(re.compareValue,Mt,Qe))("mat-calendar-body-comparison-start",zt._isComparisonStart(re.compareValue))("mat-calendar-body-comparison-end",zt._isComparisonEnd(re.compareValue))("mat-calendar-body-in-comparison-range",zt._isInComparisonRange(re.compareValue))("mat-calendar-body-preview-start",zt._isPreviewStart(re.compareValue))("mat-calendar-body-preview-end",zt._isPreviewEnd(re.compareValue))("mat-calendar-body-in-preview",zt._isInPreview(re.compareValue)),a.Q6J("ngClass",re.cssClasses)("tabindex",zt._isActiveCell(Mt,Qe)?0:-1),a.uIk("aria-label",re.ariaLabel)("aria-disabled",!re.enabled||null)("aria-pressed",zt._isSelected(re.compareValue))("aria-current",zt.todayValue===re.compareValue?"date":null),a.xp6(1),a.ekj("mat-calendar-body-selected",zt._isSelected(re.compareValue))("mat-calendar-body-comparison-identical",zt._isComparisonIdentical(re.compareValue))("mat-calendar-body-today",zt.todayValue===re.compareValue),a.xp6(1),a.hij(" ",re.displayValue," ")}}function i(je,_t){if(1&je&&(a.TgZ(0,"tr",4),a.YNc(1,me,2,6,"td",5),a.YNc(2,y,5,47,"td",6),a.qZA()),2&je){const re=_t.$implicit,Qe=_t.index,Mt=a.oxw();a.xp6(1),a.Q6J("ngIf",0===Qe&&Mt._firstRowOffset),a.xp6(1),a.Q6J("ngForOf",re)}}function r(je,_t){if(1&je&&(a.TgZ(0,"th",5)(1,"span",6),a._uU(2),a.qZA(),a.TgZ(3,"span",7),a._uU(4),a.qZA()()),2&je){const re=_t.$implicit;a.xp6(2),a.Oqu(re.long),a.xp6(2),a.Oqu(re.narrow)}}const u=["*"];function c(je,_t){}function _(je,_t){if(1&je){const re=a.EpF();a.TgZ(0,"mat-month-view",5),a.NdJ("activeDateChange",function(Mt){return a.CHM(re),a.oxw().activeDate=Mt})("_userSelection",function(Mt){return a.CHM(re),a.oxw()._dateSelected(Mt)}),a.qZA()}if(2&je){const re=a.oxw();a.Q6J("activeDate",re.activeDate)("selected",re.selected)("dateFilter",re.dateFilter)("maxDate",re.maxDate)("minDate",re.minDate)("dateClass",re.dateClass)("comparisonStart",re.comparisonStart)("comparisonEnd",re.comparisonEnd)}}function E(je,_t){if(1&je){const re=a.EpF();a.TgZ(0,"mat-year-view",6),a.NdJ("activeDateChange",function(Mt){return a.CHM(re),a.oxw().activeDate=Mt})("monthSelected",function(Mt){return a.CHM(re),a.oxw()._monthSelectedInYearView(Mt)})("selectedChange",function(Mt){return a.CHM(re),a.oxw()._goToDateInView(Mt,"month")}),a.qZA()}if(2&je){const re=a.oxw();a.Q6J("activeDate",re.activeDate)("selected",re.selected)("dateFilter",re.dateFilter)("maxDate",re.maxDate)("minDate",re.minDate)("dateClass",re.dateClass)}}function I(je,_t){if(1&je){const re=a.EpF();a.TgZ(0,"mat-multi-year-view",7),a.NdJ("activeDateChange",function(Mt){return a.CHM(re),a.oxw().activeDate=Mt})("yearSelected",function(Mt){return a.CHM(re),a.oxw()._yearSelectedInMultiYearView(Mt)})("selectedChange",function(Mt){return a.CHM(re),a.oxw()._goToDateInView(Mt,"year")}),a.qZA()}if(2&je){const re=a.oxw();a.Q6J("activeDate",re.activeDate)("selected",re.selected)("dateFilter",re.dateFilter)("maxDate",re.maxDate)("minDate",re.minDate)("dateClass",re.dateClass)}}function v(je,_t){}const n=["button"];function C(je,_t){1&je&&(a.O4$(),a.TgZ(0,"svg",3),a._UZ(1,"path",4),a.qZA())}const B=[[["","matDatepickerToggleIcon",""]]],P=["[matDatepickerToggleIcon]"];class Ne{constructor(_t,re,Qe,Mt,zt={},bi=_t,Ei){this.value=_t,this.displayValue=re,this.ariaLabel=Qe,this.enabled=Mt,this.cssClasses=zt,this.compareValue=bi,this.rawValue=Ei}}let we=(()=>{class je{constructor(re,Qe){this._elementRef=re,this._ngZone=Qe,this.numCols=7,this.activeCell=0,this.isRange=!1,this.cellAspectRatio=1,this.previewStart=null,this.previewEnd=null,this.selectedValueChange=new a.vpe,this.previewChange=new a.vpe,this._enterHandler=Mt=>{if(this._skipNextFocus&&"focus"===Mt.type)this._skipNextFocus=!1;else if(Mt.target&&this.isRange){const zt=this._getCellFromElement(Mt.target);zt&&this._ngZone.run(()=>this.previewChange.emit({value:zt.enabled?zt:null,event:Mt}))}},this._leaveHandler=Mt=>{null!==this.previewEnd&&this.isRange&&Mt.target&&this._getCellFromElement(Mt.target)&&this._ngZone.run(()=>this.previewChange.emit({value:null,event:Mt}))},Qe.runOutsideAngular(()=>{const Mt=re.nativeElement;Mt.addEventListener("mouseenter",this._enterHandler,!0),Mt.addEventListener("focus",this._enterHandler,!0),Mt.addEventListener("mouseleave",this._leaveHandler,!0),Mt.addEventListener("blur",this._leaveHandler,!0)})}_cellClicked(re,Qe){re.enabled&&this.selectedValueChange.emit({value:re.value,event:Qe})}_isSelected(re){return this.startValue===re||this.endValue===re}ngOnChanges(re){const Qe=re.numCols,{rows:Mt,numCols:zt}=this;(re.rows||Qe)&&(this._firstRowOffset=Mt&&Mt.length&&Mt[0].length?zt-Mt[0].length:0),(re.cellAspectRatio||Qe||!this._cellPadding)&&(this._cellPadding=50*this.cellAspectRatio/zt+"%"),(Qe||!this._cellWidth)&&(this._cellWidth=100/zt+"%")}ngOnDestroy(){const re=this._elementRef.nativeElement;re.removeEventListener("mouseenter",this._enterHandler,!0),re.removeEventListener("focus",this._enterHandler,!0),re.removeEventListener("mouseleave",this._leaveHandler,!0),re.removeEventListener("blur",this._leaveHandler,!0)}_isActiveCell(re,Qe){let Mt=re*this.numCols+Qe;return re&&(Mt-=this._firstRowOffset),Mt==this.activeCell}_focusActiveCell(re=!0){this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,k.q)(1)).subscribe(()=>{setTimeout(()=>{const Qe=this._elementRef.nativeElement.querySelector(".mat-calendar-body-active");Qe&&(re||(this._skipNextFocus=!0),Qe.focus())})})})}_isRangeStart(re){return Ue(re,this.startValue,this.endValue)}_isRangeEnd(re){return ye(re,this.startValue,this.endValue)}_isInRange(re){return V(re,this.startValue,this.endValue,this.isRange)}_isComparisonStart(re){return Ue(re,this.comparisonStart,this.comparisonEnd)}_isComparisonBridgeStart(re,Qe,Mt){if(!this._isComparisonStart(re)||this._isRangeStart(re)||!this._isInRange(re))return!1;let zt=this.rows[Qe][Mt-1];if(!zt){const bi=this.rows[Qe-1];zt=bi&&bi[bi.length-1]}return zt&&!this._isRangeEnd(zt.compareValue)}_isComparisonBridgeEnd(re,Qe,Mt){if(!this._isComparisonEnd(re)||this._isRangeEnd(re)||!this._isInRange(re))return!1;let zt=this.rows[Qe][Mt+1];if(!zt){const bi=this.rows[Qe+1];zt=bi&&bi[0]}return zt&&!this._isRangeStart(zt.compareValue)}_isComparisonEnd(re){return ye(re,this.comparisonStart,this.comparisonEnd)}_isInComparisonRange(re){return V(re,this.comparisonStart,this.comparisonEnd,this.isRange)}_isComparisonIdentical(re){return this.comparisonStart===this.comparisonEnd&&re===this.comparisonStart}_isPreviewStart(re){return Ue(re,this.previewStart,this.previewEnd)}_isPreviewEnd(re){return ye(re,this.previewStart,this.previewEnd)}_isInPreview(re){return V(re,this.previewStart,this.previewEnd,this.isRange)}_getCellFromElement(re){let Qe;if(Q(re)?Qe=re:Q(re.parentNode)&&(Qe=re.parentNode),Qe){const Mt=Qe.getAttribute("data-mat-row"),zt=Qe.getAttribute("data-mat-col");if(Mt&&zt)return this.rows[parseInt(Mt)][parseInt(zt)]}return null}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.SBq),a.Y36(a.R0b))},je.\u0275cmp=a.Xpm({type:je,selectors:[["","mat-calendar-body",""]],hostAttrs:[1,"mat-calendar-body"],inputs:{label:"label",rows:"rows",todayValue:"todayValue",startValue:"startValue",endValue:"endValue",labelMinRequiredCells:"labelMinRequiredCells",numCols:"numCols",activeCell:"activeCell",isRange:"isRange",cellAspectRatio:"cellAspectRatio",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd",previewStart:"previewStart",previewEnd:"previewEnd"},outputs:{selectedValueChange:"selectedValueChange",previewChange:"previewChange"},exportAs:["matCalendarBody"],features:[a.TTD],attrs:oe,decls:2,vars:2,consts:[["aria-hidden","true",4,"ngIf"],["role","row",4,"ngFor","ngForOf"],["aria-hidden","true"],[1,"mat-calendar-body-label"],["role","row"],["class","mat-calendar-body-label",3,"paddingTop","paddingBottom",4,"ngIf"],["role","gridcell","class","mat-calendar-body-cell-container",3,"width","paddingTop","paddingBottom",4,"ngFor","ngForOf"],["role","gridcell",1,"mat-calendar-body-cell-container"],["type","button",1,"mat-calendar-body-cell",3,"ngClass","tabindex","click"],[1,"mat-calendar-body-cell-content","mat-focus-indicator"],["aria-hidden","true",1,"mat-calendar-body-cell-preview"]],template:function(re,Qe){1&re&&(a.YNc(0,X,3,6,"tr",0),a.YNc(1,i,3,2,"tr",1)),2&re&&(a.Q6J("ngIf",Qe._firstRowOffset.mat-calendar-body-cell-content,.cdk-high-contrast-active .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content{outline:dotted 2px}.cdk-high-contrast-active .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content.mat-calendar-body-selected,.cdk-high-contrast-active .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content.mat-calendar-body-selected{outline:solid 3px}.cdk-high-contrast-active .mat-calendar-body-cell::before,.cdk-high-contrast-active .mat-calendar-body-cell::after,.cdk-high-contrast-active .mat-calendar-body-selected{background:none}.cdk-high-contrast-active .mat-calendar-body-in-range::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-start::before,.cdk-high-contrast-active .mat-calendar-body-comparison-bridge-end::before{border-top:solid 1px;border-bottom:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-start::before{border-left:0;border-right:solid 1px}.cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:solid 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-range-end::before{border-right:0;border-left:solid 1px}.cdk-high-contrast-active .mat-calendar-body-in-comparison-range::before{border-top:dashed 1px;border-bottom:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-start::before{border-left:0;border-right:dashed 1px}.cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:dashed 1px}[dir=rtl] .cdk-high-contrast-active .mat-calendar-body-comparison-end::before{border-right:0;border-left:dashed 1px}[dir=rtl] .mat-calendar-body-label{text-align:right}\n'],encapsulation:2,changeDetection:0}),je})();function Q(je){return"TD"===je.nodeName}function Ue(je,_t,re){return null!==re&&_t!==re&&je=_t&&je===re}function V(je,_t,re,Qe){return Qe&&null!==_t&&null!==re&&_t!==re&&je>=_t&&je<=re}class Ae{constructor(_t,re){this.start=_t,this.end=re}}let dt=(()=>{class je{constructor(re,Qe){this.selection=re,this._adapter=Qe,this._selectionChanged=new h.x,this.selectionChanged=this._selectionChanged,this.selection=re}updateSelection(re,Qe){const Mt=this.selection;this.selection=re,this._selectionChanged.next({selection:re,source:Qe,oldValue:Mt})}ngOnDestroy(){this._selectionChanged.complete()}_isValidDateInstance(re){return this._adapter.isDateInstance(re)&&this._adapter.isValid(re)}}return je.\u0275fac=function(re){a.$Z()},je.\u0275prov=a.Yz7({token:je,factory:je.\u0275fac}),je})(),Ie=(()=>{class je extends dt{constructor(re){super(null,re)}add(re){super.updateSelection(re,this)}isValid(){return null!=this.selection&&this._isValidDateInstance(this.selection)}isComplete(){return null!=this.selection}clone(){const re=new je(this._adapter);return re.updateSelection(this.selection,this),re}}return je.\u0275fac=function(re){return new(re||je)(a.LFG(N._A))},je.\u0275prov=a.Yz7({token:je,factory:je.\u0275fac}),je})();const Te={provide:dt,deps:[[new a.FiY,new a.tp0,dt],N._A],useFactory:function le(je,_t){return je||new Ie(_t)}},ee=new a.OlP("MAT_DATE_RANGE_SELECTION_STRATEGY");let ht=(()=>{class je{constructor(re,Qe,Mt,zt,bi){this._changeDetectorRef=re,this._dateFormats=Qe,this._dateAdapter=Mt,this._dir=zt,this._rangeStrategy=bi,this._rerenderSubscription=A.w0.EMPTY,this.selectedChange=new a.vpe,this._userSelection=new a.vpe,this.activeDateChange=new a.vpe,this._activeDate=this._dateAdapter.today()}get activeDate(){return this._activeDate}set activeDate(re){const Qe=this._activeDate,Mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Mt,this.minDate,this.maxDate),this._hasSameMonthAndYear(Qe,this._activeDate)||this._init()}get selected(){return this._selected}set selected(re){this._selected=re instanceof Ae?re:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re)),this._setRanges(this._selected)}get minDate(){return this._minDate}set minDate(re){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get maxDate(){return this._maxDate}set maxDate(re){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,S.O)(null)).subscribe(()=>this._init())}ngOnChanges(re){const Qe=re.comparisonStart||re.comparisonEnd;Qe&&!Qe.firstChange&&this._setRanges(this.selected)}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_dateSelected(re){const Qe=re.value,Mt=this._dateAdapter.getYear(this.activeDate),zt=this._dateAdapter.getMonth(this.activeDate),bi=this._dateAdapter.createDate(Mt,zt,Qe);let Ei,$i;this._selected instanceof Ae?(Ei=this._getDateInCurrentMonth(this._selected.start),$i=this._getDateInCurrentMonth(this._selected.end)):Ei=$i=this._getDateInCurrentMonth(this._selected),(Ei!==Qe||$i!==Qe)&&this.selectedChange.emit(bi),this._userSelection.emit({value:bi,event:re.event}),this._previewStart=this._previewEnd=null,this._changeDetectorRef.markForCheck()}_handleCalendarBodyKeydown(re){const Qe=this._activeDate,Mt=this._isRtl();switch(re.keyCode){case L.oh:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,Mt?1:-1);break;case L.SV:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,Mt?-1:1);break;case L.LH:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,-7);break;case L.JH:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,7);break;case L.Sd:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,1-this._dateAdapter.getDate(this._activeDate));break;case L.uR:this.activeDate=this._dateAdapter.addCalendarDays(this._activeDate,this._dateAdapter.getNumDaysInMonth(this._activeDate)-this._dateAdapter.getDate(this._activeDate));break;case L.Ku:this.activeDate=re.altKey?this._dateAdapter.addCalendarYears(this._activeDate,-1):this._dateAdapter.addCalendarMonths(this._activeDate,-1);break;case L.VM:this.activeDate=re.altKey?this._dateAdapter.addCalendarYears(this._activeDate,1):this._dateAdapter.addCalendarMonths(this._activeDate,1);break;case L.K5:case L.L_:return this._selectionKeyPressed=!0,void(this._canSelect(this._activeDate)&&re.preventDefault());case L.hY:return void(null!=this._previewEnd&&!(0,L.Vb)(re)&&(this._previewStart=this._previewEnd=null,this.selectedChange.emit(null),this._userSelection.emit({value:null,event:re}),re.preventDefault(),re.stopPropagation()));default:return}this._dateAdapter.compareDate(Qe,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCell(),re.preventDefault()}_handleCalendarBodyKeyup(re){(re.keyCode===L.L_||re.keyCode===L.K5)&&(this._selectionKeyPressed&&this._canSelect(this._activeDate)&&this._dateSelected({value:this._dateAdapter.getDate(this._activeDate),event:re}),this._selectionKeyPressed=!1)}_init(){this._setRanges(this.selected),this._todayDate=this._getCellCompareValue(this._dateAdapter.today()),this._monthLabel=this._dateFormats.display.monthLabel?this._dateAdapter.format(this.activeDate,this._dateFormats.display.monthLabel):this._dateAdapter.getMonthNames("short")[this._dateAdapter.getMonth(this.activeDate)].toLocaleUpperCase();let re=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),this._dateAdapter.getMonth(this.activeDate),1);this._firstWeekOffset=(7+this._dateAdapter.getDayOfWeek(re)-this._dateAdapter.getFirstDayOfWeek())%7,this._initWeekdays(),this._createWeekCells(),this._changeDetectorRef.markForCheck()}_focusActiveCell(re){this._matCalendarBody._focusActiveCell(re)}_previewChanged({event:re,value:Qe}){if(this._rangeStrategy){const zt=this._rangeStrategy.createPreview(Qe?Qe.rawValue:null,this.selected,re);this._previewStart=this._getCellCompareValue(zt.start),this._previewEnd=this._getCellCompareValue(zt.end),this._changeDetectorRef.detectChanges()}}_initWeekdays(){const re=this._dateAdapter.getFirstDayOfWeek(),Qe=this._dateAdapter.getDayOfWeekNames("narrow");let zt=this._dateAdapter.getDayOfWeekNames("long").map((bi,Ei)=>({long:bi,narrow:Qe[Ei]}));this._weekdays=zt.slice(re).concat(zt.slice(0,re))}_createWeekCells(){const re=this._dateAdapter.getNumDaysInMonth(this.activeDate),Qe=this._dateAdapter.getDateNames();this._weeks=[[]];for(let Mt=0,zt=this._firstWeekOffset;Mt=0)&&(!this.maxDate||this._dateAdapter.compareDate(re,this.maxDate)<=0)&&(!this.dateFilter||this.dateFilter(re))}_getDateInCurrentMonth(re){return re&&this._hasSameMonthAndYear(re,this.activeDate)?this._dateAdapter.getDate(re):null}_hasSameMonthAndYear(re,Qe){return!(!re||!Qe||this._dateAdapter.getMonth(re)!=this._dateAdapter.getMonth(Qe)||this._dateAdapter.getYear(re)!=this._dateAdapter.getYear(Qe))}_getCellCompareValue(re){if(re){const Qe=this._dateAdapter.getYear(re),Mt=this._dateAdapter.getMonth(re),zt=this._dateAdapter.getDate(re);return new Date(Qe,Mt,zt).getTime()}return null}_isRtl(){return this._dir&&"rtl"===this._dir.value}_setRanges(re){re instanceof Ae?(this._rangeStart=this._getCellCompareValue(re.start),this._rangeEnd=this._getCellCompareValue(re.end),this._isRange=!0):(this._rangeStart=this._rangeEnd=this._getCellCompareValue(re),this._isRange=!1),this._comparisonRangeStart=this._getCellCompareValue(this.comparisonStart),this._comparisonRangeEnd=this._getCellCompareValue(this.comparisonEnd)}_canSelect(re){return!this.dateFilter||this.dateFilter(re)}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.sBO),a.Y36(N.sG,8),a.Y36(N._A,8),a.Y36(Z.Is,8),a.Y36(ee,8))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-month-view"]],viewQuery:function(re,Qe){if(1&re&&a.Gf(we,5),2&re){let Mt;a.iGM(Mt=a.CRH())&&(Qe._matCalendarBody=Mt.first)}},inputs:{activeDate:"activeDate",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd"},outputs:{selectedChange:"selectedChange",_userSelection:"_userSelection",activeDateChange:"activeDateChange"},exportAs:["matMonthView"],features:[a.TTD],decls:7,vars:13,consts:[["role","grid",1,"mat-calendar-table"],[1,"mat-calendar-table-header"],["scope","col",4,"ngFor","ngForOf"],["aria-hidden","true","colspan","7",1,"mat-calendar-table-header-divider"],["mat-calendar-body","",3,"label","rows","todayValue","startValue","endValue","comparisonStart","comparisonEnd","previewStart","previewEnd","isRange","labelMinRequiredCells","activeCell","selectedValueChange","previewChange","keyup","keydown"],["scope","col"],[1,"cdk-visually-hidden"],["aria-hidden","true"]],template:function(re,Qe){1&re&&(a.TgZ(0,"table",0)(1,"thead",1)(2,"tr"),a.YNc(3,r,5,2,"th",2),a.qZA(),a.TgZ(4,"tr"),a._UZ(5,"th",3),a.qZA()(),a.TgZ(6,"tbody",4),a.NdJ("selectedValueChange",function(zt){return Qe._dateSelected(zt)})("previewChange",function(zt){return Qe._previewChanged(zt)})("keyup",function(zt){return Qe._handleCalendarBodyKeyup(zt)})("keydown",function(zt){return Qe._handleCalendarBodyKeydown(zt)}),a.qZA()()),2&re&&(a.xp6(3),a.Q6J("ngForOf",Qe._weekdays),a.xp6(3),a.Q6J("label",Qe._monthLabel)("rows",Qe._weeks)("todayValue",Qe._todayDate)("startValue",Qe._rangeStart)("endValue",Qe._rangeEnd)("comparisonStart",Qe._comparisonRangeStart)("comparisonEnd",Qe._comparisonRangeEnd)("previewStart",Qe._previewStart)("previewEnd",Qe._previewEnd)("isRange",Qe._isRange)("labelMinRequiredCells",3)("activeCell",Qe._dateAdapter.getDate(Qe.activeDate)-1))},directives:[we,M.sg],encapsulation:2,changeDetection:0}),je})(),Wt=(()=>{class je{constructor(re,Qe,Mt){this._changeDetectorRef=re,this._dateAdapter=Qe,this._dir=Mt,this._rerenderSubscription=A.w0.EMPTY,this.selectedChange=new a.vpe,this.yearSelected=new a.vpe,this.activeDateChange=new a.vpe,this._activeDate=this._dateAdapter.today()}get activeDate(){return this._activeDate}set activeDate(re){let Qe=this._activeDate;const Mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Mt,this.minDate,this.maxDate),Gt(this._dateAdapter,Qe,this._activeDate,this.minDate,this.maxDate)||this._init()}get selected(){return this._selected}set selected(re){this._selected=re instanceof Ae?re:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re)),this._setSelectedYear(re)}get minDate(){return this._minDate}set minDate(re){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get maxDate(){return this._maxDate}set maxDate(re){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,S.O)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_init(){this._todayYear=this._dateAdapter.getYear(this._dateAdapter.today());const Qe=this._dateAdapter.getYear(this._activeDate)-hi(this._dateAdapter,this.activeDate,this.minDate,this.maxDate);this._years=[];for(let Mt=0,zt=[];Mt<24;Mt++)zt.push(Qe+Mt),4==zt.length&&(this._years.push(zt.map(bi=>this._createCellForYear(bi))),zt=[]);this._changeDetectorRef.markForCheck()}_yearSelected(re){const Qe=re.value;this.yearSelected.emit(this._dateAdapter.createDate(Qe,0,1));let Mt=this._dateAdapter.getMonth(this.activeDate),zt=this._dateAdapter.getNumDaysInMonth(this._dateAdapter.createDate(Qe,Mt,1));this.selectedChange.emit(this._dateAdapter.createDate(Qe,Mt,Math.min(this._dateAdapter.getDate(this.activeDate),zt)))}_handleCalendarBodyKeydown(re){const Qe=this._activeDate,Mt=this._isRtl();switch(re.keyCode){case L.oh:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Mt?1:-1);break;case L.SV:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,Mt?-1:1);break;case L.LH:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-4);break;case L.JH:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,4);break;case L.Sd:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,-hi(this._dateAdapter,this.activeDate,this.minDate,this.maxDate));break;case L.uR:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,24-hi(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)-1);break;case L.Ku:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,re.altKey?-240:-24);break;case L.VM:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,re.altKey?240:24);break;case L.K5:case L.L_:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(Qe,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCell(),re.preventDefault()}_handleCalendarBodyKeyup(re){(re.keyCode===L.L_||re.keyCode===L.K5)&&(this._selectionKeyPressed&&this._yearSelected({value:this._dateAdapter.getYear(this._activeDate),event:re}),this._selectionKeyPressed=!1)}_getActiveCell(){return hi(this._dateAdapter,this.activeDate,this.minDate,this.maxDate)}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_createCellForYear(re){const Qe=this._dateAdapter.createDate(re,0,1),Mt=this._dateAdapter.getYearName(Qe),zt=this.dateClass?this.dateClass(Qe,"multi-year"):void 0;return new Ne(re,Mt,Mt,this._shouldEnableYear(re),zt)}_shouldEnableYear(re){if(null==re||this.maxDate&&re>this._dateAdapter.getYear(this.maxDate)||this.minDate&&re{class je{constructor(re,Qe,Mt,zt){this._changeDetectorRef=re,this._dateFormats=Qe,this._dateAdapter=Mt,this._dir=zt,this._rerenderSubscription=A.w0.EMPTY,this.selectedChange=new a.vpe,this.monthSelected=new a.vpe,this.activeDateChange=new a.vpe,this._activeDate=this._dateAdapter.today()}get activeDate(){return this._activeDate}set activeDate(re){let Qe=this._activeDate;const Mt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))||this._dateAdapter.today();this._activeDate=this._dateAdapter.clampDate(Mt,this.minDate,this.maxDate),this._dateAdapter.getYear(Qe)!==this._dateAdapter.getYear(this._activeDate)&&this._init()}get selected(){return this._selected}set selected(re){this._selected=re instanceof Ae?re:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re)),this._setSelectedMonth(re)}get minDate(){return this._minDate}set minDate(re){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get maxDate(){return this._maxDate}set maxDate(re){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}ngAfterContentInit(){this._rerenderSubscription=this._dateAdapter.localeChanges.pipe((0,S.O)(null)).subscribe(()=>this._init())}ngOnDestroy(){this._rerenderSubscription.unsubscribe()}_monthSelected(re){const Qe=re.value,Mt=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),Qe,1);this.monthSelected.emit(Mt);const zt=this._dateAdapter.getNumDaysInMonth(Mt);this.selectedChange.emit(this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),Qe,Math.min(this._dateAdapter.getDate(this.activeDate),zt)))}_handleCalendarBodyKeydown(re){const Qe=this._activeDate,Mt=this._isRtl();switch(re.keyCode){case L.oh:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,Mt?1:-1);break;case L.SV:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,Mt?-1:1);break;case L.LH:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-4);break;case L.JH:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,4);break;case L.Sd:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,-this._dateAdapter.getMonth(this._activeDate));break;case L.uR:this.activeDate=this._dateAdapter.addCalendarMonths(this._activeDate,11-this._dateAdapter.getMonth(this._activeDate));break;case L.Ku:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,re.altKey?-10:-1);break;case L.VM:this.activeDate=this._dateAdapter.addCalendarYears(this._activeDate,re.altKey?10:1);break;case L.K5:case L.L_:this._selectionKeyPressed=!0;break;default:return}this._dateAdapter.compareDate(Qe,this.activeDate)&&this.activeDateChange.emit(this.activeDate),this._focusActiveCell(),re.preventDefault()}_handleCalendarBodyKeyup(re){(re.keyCode===L.L_||re.keyCode===L.K5)&&(this._selectionKeyPressed&&this._monthSelected({value:this._dateAdapter.getMonth(this._activeDate),event:re}),this._selectionKeyPressed=!1)}_init(){this._setSelectedMonth(this.selected),this._todayMonth=this._getMonthInCurrentYear(this._dateAdapter.today()),this._yearLabel=this._dateAdapter.getYearName(this.activeDate);let re=this._dateAdapter.getMonthNames("short");this._months=[[0,1,2,3],[4,5,6,7],[8,9,10,11]].map(Qe=>Qe.map(Mt=>this._createCellForMonth(Mt,re[Mt]))),this._changeDetectorRef.markForCheck()}_focusActiveCell(){this._matCalendarBody._focusActiveCell()}_getMonthInCurrentYear(re){return re&&this._dateAdapter.getYear(re)==this._dateAdapter.getYear(this.activeDate)?this._dateAdapter.getMonth(re):null}_createCellForMonth(re,Qe){const Mt=this._dateAdapter.createDate(this._dateAdapter.getYear(this.activeDate),re,1),zt=this._dateAdapter.format(Mt,this._dateFormats.display.monthYearA11yLabel),bi=this.dateClass?this.dateClass(Mt,"year"):void 0;return new Ne(re,Qe.toLocaleUpperCase(),zt,this._shouldEnableMonth(re),bi)}_shouldEnableMonth(re){const Qe=this._dateAdapter.getYear(this.activeDate);if(null==re||this._isYearAndMonthAfterMaxDate(Qe,re)||this._isYearAndMonthBeforeMinDate(Qe,re))return!1;if(!this.dateFilter)return!0;for(let zt=this._dateAdapter.createDate(Qe,re,1);this._dateAdapter.getMonth(zt)==re;zt=this._dateAdapter.addCalendarDays(zt,1))if(this.dateFilter(zt))return!0;return!1}_isYearAndMonthAfterMaxDate(re,Qe){if(this.maxDate){const Mt=this._dateAdapter.getYear(this.maxDate),zt=this._dateAdapter.getMonth(this.maxDate);return re>Mt||re===Mt&&Qe>zt}return!1}_isYearAndMonthBeforeMinDate(re,Qe){if(this.minDate){const Mt=this._dateAdapter.getYear(this.minDate),zt=this._dateAdapter.getMonth(this.minDate);return re{class je{constructor(){this.changes=new h.x,this.calendarLabel="Calendar",this.openCalendarLabel="Open calendar",this.closeCalendarLabel="Close calendar",this.prevMonthLabel="Previous month",this.nextMonthLabel="Next month",this.prevYearLabel="Previous year",this.nextYearLabel="Next year",this.prevMultiYearLabel="Previous 24 years",this.nextMultiYearLabel="Next 24 years",this.switchToMonthViewLabel="Choose date",this.switchToMultiYearViewLabel="Choose month and year"}formatYearRange(re,Qe){return`${re} \u2013 ${Qe}`}}return je.\u0275fac=function(re){return new(re||je)},je.\u0275prov=a.Yz7({token:je,factory:je.\u0275fac,providedIn:"root"}),je})(),yt=0,ei=(()=>{class je{constructor(re,Qe,Mt,zt,bi){this._intl=re,this.calendar=Qe,this._dateAdapter=Mt,this._dateFormats=zt,this._buttonDescriptionId="mat-calendar-button-"+yt++,this.calendar.stateChanges.subscribe(()=>bi.markForCheck())}get periodButtonText(){if("month"==this.calendar.currentView)return this._dateAdapter.format(this.calendar.activeDate,this._dateFormats.display.monthYearLabel).toLocaleUpperCase();if("year"==this.calendar.currentView)return this._dateAdapter.getYearName(this.calendar.activeDate);const Qe=this._dateAdapter.getYear(this.calendar.activeDate)-hi(this._dateAdapter,this.calendar.activeDate,this.calendar.minDate,this.calendar.maxDate),Mt=Qe+24-1,zt=this._dateAdapter.getYearName(this._dateAdapter.createDate(Qe,0,1)),bi=this._dateAdapter.getYearName(this._dateAdapter.createDate(Mt,0,1));return this._intl.formatYearRange(zt,bi)}get periodButtonLabel(){return"month"==this.calendar.currentView?this._intl.switchToMultiYearViewLabel:this._intl.switchToMonthViewLabel}get prevButtonLabel(){return{month:this._intl.prevMonthLabel,year:this._intl.prevYearLabel,"multi-year":this._intl.prevMultiYearLabel}[this.calendar.currentView]}get nextButtonLabel(){return{month:this._intl.nextMonthLabel,year:this._intl.nextYearLabel,"multi-year":this._intl.nextMultiYearLabel}[this.calendar.currentView]}currentPeriodClicked(){this.calendar.currentView="month"==this.calendar.currentView?"multi-year":"month"}previousClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,-1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?-1:-24)}nextClicked(){this.calendar.activeDate="month"==this.calendar.currentView?this._dateAdapter.addCalendarMonths(this.calendar.activeDate,1):this._dateAdapter.addCalendarYears(this.calendar.activeDate,"year"==this.calendar.currentView?1:24)}previousEnabled(){return!this.calendar.minDate||!this.calendar.minDate||!this._isSameView(this.calendar.activeDate,this.calendar.minDate)}nextEnabled(){return!this.calendar.maxDate||!this._isSameView(this.calendar.activeDate,this.calendar.maxDate)}_isSameView(re,Qe){return"month"==this.calendar.currentView?this._dateAdapter.getYear(re)==this._dateAdapter.getYear(Qe)&&this._dateAdapter.getMonth(re)==this._dateAdapter.getMonth(Qe):"year"==this.calendar.currentView?this._dateAdapter.getYear(re)==this._dateAdapter.getYear(Qe):Gt(this._dateAdapter,re,Qe,this.calendar.minDate,this.calendar.maxDate)}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(et),a.Y36((0,a.Gpc)(()=>jt)),a.Y36(N._A,8),a.Y36(N.sG,8),a.Y36(a.sBO))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-calendar-header"]],exportAs:["matCalendarHeader"],ngContentSelectors:u,decls:11,vars:10,consts:[[1,"mat-calendar-header"],[1,"mat-calendar-controls"],["mat-button","","type","button","aria-live","polite",1,"mat-calendar-period-button",3,"click"],["viewBox","0 0 10 5","focusable","false",1,"mat-calendar-arrow"],["points","0,0 5,5 10,0"],[1,"mat-calendar-spacer"],["mat-icon-button","","type","button",1,"mat-calendar-previous-button",3,"disabled","click"],["mat-icon-button","","type","button",1,"mat-calendar-next-button",3,"disabled","click"]],template:function(re,Qe){1&re&&(a.F$t(),a.TgZ(0,"div",0)(1,"div",1)(2,"button",2),a.NdJ("click",function(){return Qe.currentPeriodClicked()}),a.TgZ(3,"span"),a._uU(4),a.qZA(),a.O4$(),a.TgZ(5,"svg",3),a._UZ(6,"polygon",4),a.qZA()(),a.kcU(),a._UZ(7,"div",5),a.Hsn(8),a.TgZ(9,"button",6),a.NdJ("click",function(){return Qe.previousClicked()}),a.qZA(),a.TgZ(10,"button",7),a.NdJ("click",function(){return Qe.nextClicked()}),a.qZA()()()),2&re&&(a.xp6(2),a.uIk("aria-label",Qe.periodButtonLabel)("aria-describedby",Qe._buttonDescriptionId),a.xp6(1),a.uIk("id",Qe._buttonDescriptionId),a.xp6(1),a.Oqu(Qe.periodButtonText),a.xp6(1),a.ekj("mat-calendar-invert","month"!==Qe.calendar.currentView),a.xp6(4),a.Q6J("disabled",!Qe.previousEnabled()),a.uIk("aria-label",Qe.prevButtonLabel),a.xp6(1),a.Q6J("disabled",!Qe.nextEnabled()),a.uIk("aria-label",Qe.nextButtonLabel))},directives:[b.lW],encapsulation:2,changeDetection:0}),je})(),jt=(()=>{class je{constructor(re,Qe,Mt,zt){this._dateAdapter=Qe,this._dateFormats=Mt,this._changeDetectorRef=zt,this._moveFocusOnNextTick=!1,this.startView="month",this.selectedChange=new a.vpe,this.yearSelected=new a.vpe,this.monthSelected=new a.vpe,this.viewChanged=new a.vpe(!0),this._userSelection=new a.vpe,this.stateChanges=new h.x,this._intlChanges=re.changes.subscribe(()=>{zt.markForCheck(),this.stateChanges.next()})}get startAt(){return this._startAt}set startAt(re){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get selected(){return this._selected}set selected(re){this._selected=re instanceof Ae?re:this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get minDate(){return this._minDate}set minDate(re){this._minDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get maxDate(){return this._maxDate}set maxDate(re){this._maxDate=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get activeDate(){return this._clampedActiveDate}set activeDate(re){this._clampedActiveDate=this._dateAdapter.clampDate(re,this.minDate,this.maxDate),this.stateChanges.next(),this._changeDetectorRef.markForCheck()}get currentView(){return this._currentView}set currentView(re){const Qe=this._currentView!==re?re:null;this._currentView=re,this._moveFocusOnNextTick=!0,this._changeDetectorRef.markForCheck(),Qe&&this.viewChanged.emit(Qe)}ngAfterContentInit(){this._calendarHeaderPortal=new f.C5(this.headerComponent||ei),this.activeDate=this.startAt||this._dateAdapter.today(),this._currentView=this.startView}ngAfterViewChecked(){this._moveFocusOnNextTick&&(this._moveFocusOnNextTick=!1,this.focusActiveCell())}ngOnDestroy(){this._intlChanges.unsubscribe(),this.stateChanges.complete()}ngOnChanges(re){const Qe=re.minDate&&!this._dateAdapter.sameDate(re.minDate.previousValue,re.minDate.currentValue)?re.minDate:void 0,Mt=re.maxDate&&!this._dateAdapter.sameDate(re.maxDate.previousValue,re.maxDate.currentValue)?re.maxDate:void 0,zt=Qe||Mt||re.dateFilter;if(zt&&!zt.firstChange){const bi=this._getCurrentViewComponent();bi&&(this._changeDetectorRef.detectChanges(),bi._init())}this.stateChanges.next()}focusActiveCell(){this._getCurrentViewComponent()._focusActiveCell(!1)}updateTodaysDate(){this._getCurrentViewComponent()._init()}_dateSelected(re){const Qe=re.value;(this.selected instanceof Ae||Qe&&!this._dateAdapter.sameDate(Qe,this.selected))&&this.selectedChange.emit(Qe),this._userSelection.emit(re)}_yearSelectedInMultiYearView(re){this.yearSelected.emit(re)}_monthSelectedInYearView(re){this.monthSelected.emit(re)}_goToDateInView(re,Qe){this.activeDate=re,this.currentView=Qe}_getCurrentViewComponent(){return this.monthView||this.yearView||this.multiYearView}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(et),a.Y36(N._A,8),a.Y36(N.sG,8),a.Y36(a.sBO))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-calendar"]],viewQuery:function(re,Qe){if(1&re&&(a.Gf(ht,5),a.Gf(Ct,5),a.Gf(Wt,5)),2&re){let Mt;a.iGM(Mt=a.CRH())&&(Qe.monthView=Mt.first),a.iGM(Mt=a.CRH())&&(Qe.yearView=Mt.first),a.iGM(Mt=a.CRH())&&(Qe.multiYearView=Mt.first)}},hostAttrs:[1,"mat-calendar"],inputs:{headerComponent:"headerComponent",startAt:"startAt",startView:"startView",selected:"selected",minDate:"minDate",maxDate:"maxDate",dateFilter:"dateFilter",dateClass:"dateClass",comparisonStart:"comparisonStart",comparisonEnd:"comparisonEnd"},outputs:{selectedChange:"selectedChange",yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",_userSelection:"_userSelection"},exportAs:["matCalendar"],features:[a._Bn([Te]),a.TTD],decls:5,vars:5,consts:[[3,"cdkPortalOutlet"],["cdkMonitorSubtreeFocus","","tabindex","-1",1,"mat-calendar-content",3,"ngSwitch"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","activeDateChange","_userSelection",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","monthSelected","selectedChange",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","yearSelected","selectedChange",4,"ngSwitchCase"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","comparisonStart","comparisonEnd","activeDateChange","_userSelection"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","monthSelected","selectedChange"],[3,"activeDate","selected","dateFilter","maxDate","minDate","dateClass","activeDateChange","yearSelected","selectedChange"]],template:function(re,Qe){1&re&&(a.YNc(0,c,0,0,"ng-template",0),a.TgZ(1,"div",1),a.YNc(2,_,1,8,"mat-month-view",2),a.YNc(3,E,1,6,"mat-year-view",3),a.YNc(4,I,1,6,"mat-multi-year-view",4),a.qZA()),2&re&&(a.Q6J("cdkPortalOutlet",Qe._calendarHeaderPortal),a.xp6(1),a.Q6J("ngSwitch",Qe.currentView),a.xp6(1),a.Q6J("ngSwitchCase","month"),a.xp6(1),a.Q6J("ngSwitchCase","year"),a.xp6(1),a.Q6J("ngSwitchCase","multi-year"))},directives:[ht,Ct,Wt,f.Pl,t.kH,M.RF,M.n9],styles:['.mat-calendar{display:block}.mat-calendar-header{padding:8px 8px 0 8px}.mat-calendar-content{padding:0 8px 8px 8px;outline:none}.mat-calendar-controls{display:flex;margin:5% calc(4.7142857143% - 16px)}.mat-calendar-controls .mat-icon-button:hover .mat-button-focus-overlay{opacity:.04}.mat-calendar-spacer{flex:1 1 auto}.mat-calendar-period-button{min-width:0}.mat-calendar-arrow{display:inline-block;width:10px;height:5px;margin:0 0 0 5px;vertical-align:middle}.mat-calendar-arrow.mat-calendar-invert{transform:rotate(180deg)}[dir=rtl] .mat-calendar-arrow{margin:0 5px 0 0}.cdk-high-contrast-active .mat-calendar-arrow{fill:CanvasText}.mat-calendar-previous-button,.mat-calendar-next-button{position:relative}.mat-calendar-previous-button::after,.mat-calendar-next-button::after{top:0;left:0;right:0;bottom:0;position:absolute;content:"";margin:15.5px;border:0 solid currentColor;border-top-width:2px}[dir=rtl] .mat-calendar-previous-button,[dir=rtl] .mat-calendar-next-button{transform:rotate(180deg)}.mat-calendar-previous-button::after{border-left-width:2px;transform:translateX(2px) rotate(-45deg)}.mat-calendar-next-button::after{border-right-width:2px;transform:translateX(-2px) rotate(45deg)}.mat-calendar-table{border-spacing:0;border-collapse:collapse;width:100%}.mat-calendar-table-header th{text-align:center;padding:0 0 8px 0}.mat-calendar-table-header-divider{position:relative;height:1px}.mat-calendar-table-header-divider::after{content:"";position:absolute;top:0;left:-8px;right:-8px;height:1px}\n'],encapsulation:2,changeDetection:0}),je})();const Pe={transformPanel:(0,$.X$)("transformPanel",[(0,$.eR)("void => enter-dropdown",(0,$.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,$.F4)([(0,$.oB)({opacity:0,transform:"scale(1, 0.8)"}),(0,$.oB)({opacity:1,transform:"scale(1, 1)"})]))),(0,$.eR)("void => enter-dialog",(0,$.jt)("150ms cubic-bezier(0, 0, 0.2, 1)",(0,$.F4)([(0,$.oB)({opacity:0,transform:"scale(0.7)"}),(0,$.oB)({transform:"none",opacity:1})]))),(0,$.eR)("* => void",(0,$.jt)("100ms linear",(0,$.oB)({opacity:0})))]),fadeInCalendar:(0,$.X$)("fadeInCalendar",[(0,$.SB)("void",(0,$.oB)({opacity:0})),(0,$.SB)("enter",(0,$.oB)({opacity:1})),(0,$.eR)("void => *",(0,$.jt)("120ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)"))])};let Oe=0;const ce=new a.OlP("mat-datepicker-scroll-strategy"),pt={provide:ce,deps:[e.aV],useFactory:function be(je){return()=>je.scrollStrategies.reposition()}},mt=(0,N.pj)(class{constructor(je){this._elementRef=je}});let Ht=(()=>{class je extends mt{constructor(re,Qe,Mt,zt,bi,Ei){super(re),this._changeDetectorRef=Qe,this._globalModel=Mt,this._dateAdapter=zt,this._rangeSelectionStrategy=bi,this._subscriptions=new A.w0,this._animationDone=new h.x,this._actionsPortal=null,this._closeButtonText=Ei.closeCalendarLabel}ngOnInit(){this._model=this._actionsPortal?this._globalModel.clone():this._globalModel,this._animationState=this.datepicker.touchUi?"enter-dialog":"enter-dropdown"}ngAfterViewInit(){this._subscriptions.add(this.datepicker.stateChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})),this._calendar.focusActiveCell()}ngOnDestroy(){this._subscriptions.unsubscribe(),this._animationDone.complete()}_handleUserSelection(re){const Qe=this._model.selection,Mt=re.value,zt=Qe instanceof Ae;if(zt&&this._rangeSelectionStrategy){const bi=this._rangeSelectionStrategy.selectionFinished(Mt,Qe,re.event);this._model.updateSelection(bi,this)}else Mt&&(zt||!this._dateAdapter.sameDate(Mt,Qe))&&this._model.add(Mt);(!this._model||this._model.isComplete())&&!this._actionsPortal&&this.datepicker.close()}_startExitAnimation(){this._animationState="void",this._changeDetectorRef.markForCheck()}_getSelected(){return this._model.selection}_applyPendingSelection(){this._model!==this._globalModel&&this._globalModel.updateSelection(this._model.selection,this)}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(dt),a.Y36(N._A),a.Y36(ee,8),a.Y36(et))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-datepicker-content"]],viewQuery:function(re,Qe){if(1&re&&a.Gf(jt,5),2&re){let Mt;a.iGM(Mt=a.CRH())&&(Qe._calendar=Mt.first)}},hostAttrs:[1,"mat-datepicker-content"],hostVars:3,hostBindings:function(re,Qe){1&re&&a.WFA("@transformPanel.done",function(){return Qe._animationDone.next()}),2&re&&(a.d8E("@transformPanel",Qe._animationState),a.ekj("mat-datepicker-content-touch",Qe.datepicker.touchUi))},inputs:{color:"color"},exportAs:["matDatepickerContent"],features:[a.qOj],decls:5,vars:24,consts:[["cdkTrapFocus","","role","dialog",1,"mat-datepicker-content-container"],[3,"id","ngClass","startAt","startView","minDate","maxDate","dateFilter","headerComponent","selected","dateClass","comparisonStart","comparisonEnd","yearSelected","monthSelected","viewChanged","_userSelection"],[3,"cdkPortalOutlet"],["type","button","mat-raised-button","",1,"mat-datepicker-close-button",3,"color","focus","blur","click"]],template:function(re,Qe){if(1&re&&(a.TgZ(0,"div",0)(1,"mat-calendar",1),a.NdJ("yearSelected",function(zt){return Qe.datepicker._selectYear(zt)})("monthSelected",function(zt){return Qe.datepicker._selectMonth(zt)})("viewChanged",function(zt){return Qe.datepicker._viewChanged(zt)})("_userSelection",function(zt){return Qe._handleUserSelection(zt)}),a.qZA(),a.YNc(2,v,0,0,"ng-template",2),a.TgZ(3,"button",3),a.NdJ("focus",function(){return Qe._closeButtonFocused=!0})("blur",function(){return Qe._closeButtonFocused=!1})("click",function(){return Qe.datepicker.close()}),a._uU(4),a.qZA()()),2&re){let Mt;a.ekj("mat-datepicker-content-container-with-custom-header",Qe.datepicker.calendarHeaderComponent)("mat-datepicker-content-container-with-actions",Qe._actionsPortal),a.uIk("aria-modal",!0)("aria-labelledby",null!==(Mt=Qe._dialogLabelId)&&void 0!==Mt?Mt:void 0),a.xp6(1),a.Q6J("id",Qe.datepicker.id)("ngClass",Qe.datepicker.panelClass)("startAt",Qe.datepicker.startAt)("startView",Qe.datepicker.startView)("minDate",Qe.datepicker._getMinDate())("maxDate",Qe.datepicker._getMaxDate())("dateFilter",Qe.datepicker._getDateFilter())("headerComponent",Qe.datepicker.calendarHeaderComponent)("selected",Qe._getSelected())("dateClass",Qe.datepicker.dateClass)("comparisonStart",Qe.comparisonStart)("comparisonEnd",Qe.comparisonEnd)("@fadeInCalendar","enter"),a.xp6(1),a.Q6J("cdkPortalOutlet",Qe._actionsPortal),a.xp6(1),a.ekj("cdk-visually-hidden",!Qe._closeButtonFocused),a.Q6J("color",Qe.color||"primary"),a.xp6(1),a.Oqu(Qe._closeButtonText)}},directives:[jt,b.lW,t.mK,M.mk,f.Pl],styles:[".mat-datepicker-content{display:block;border-radius:4px}.mat-datepicker-content .mat-calendar{width:296px;height:354px}.mat-datepicker-content .mat-datepicker-content-container-with-custom-header .mat-calendar{height:auto}.mat-datepicker-content .mat-datepicker-close-button{position:absolute;top:100%;left:0;margin-top:8px}.ng-animating .mat-datepicker-content .mat-datepicker-close-button{display:none}.mat-datepicker-content-container{display:flex;flex-direction:column;justify-content:space-between}.mat-datepicker-content-touch{display:block;max-height:80vh;position:relative;overflow:visible}.mat-datepicker-content-touch .mat-datepicker-content-container{min-height:312px;max-height:788px;min-width:250px;max-width:750px}.mat-datepicker-content-touch .mat-calendar{width:100%;height:auto}@media all and (orientation: landscape){.mat-datepicker-content-touch .mat-datepicker-content-container{width:64vh;height:80vh}}@media all and (orientation: portrait){.mat-datepicker-content-touch .mat-datepicker-content-container{width:80vw;height:100vw}.mat-datepicker-content-touch .mat-datepicker-content-container-with-actions{height:115vw}}\n"],encapsulation:2,data:{animation:[Pe.transformPanel,Pe.fadeInCalendar]},changeDetection:0}),je})(),it=(()=>{class je{constructor(re,Qe,Mt,zt,bi,Ei,$i){this._overlay=re,this._ngZone=Qe,this._viewContainerRef=Mt,this._dateAdapter=bi,this._dir=Ei,this._model=$i,this._inputStateChanges=A.w0.EMPTY,this.startView="month",this._touchUi=!1,this.xPosition="start",this.yPosition="below",this._restoreFocus=!0,this.yearSelected=new a.vpe,this.monthSelected=new a.vpe,this.viewChanged=new a.vpe(!0),this.openedStream=new a.vpe,this.closedStream=new a.vpe,this._opened=!1,this.id="mat-datepicker-"+Oe++,this._focusedElementBeforeOpen=null,this._backdropHarnessClass=`${this.id}-backdrop`,this.stateChanges=new h.x,this._scrollStrategy=zt}get startAt(){return this._startAt||(this.datepickerInput?this.datepickerInput.getStartValue():null)}set startAt(re){this._startAt=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re))}get color(){return this._color||(this.datepickerInput?this.datepickerInput.getThemePalette():void 0)}set color(re){this._color=re}get touchUi(){return this._touchUi}set touchUi(re){this._touchUi=(0,j.Ig)(re)}get disabled(){return void 0===this._disabled&&this.datepickerInput?this.datepickerInput.disabled:!!this._disabled}set disabled(re){const Qe=(0,j.Ig)(re);Qe!==this._disabled&&(this._disabled=Qe,this.stateChanges.next(void 0))}get restoreFocus(){return this._restoreFocus}set restoreFocus(re){this._restoreFocus=(0,j.Ig)(re)}get panelClass(){return this._panelClass}set panelClass(re){this._panelClass=(0,j.du)(re)}get opened(){return this._opened}set opened(re){(0,j.Ig)(re)?this.open():this.close()}_getMinDate(){return this.datepickerInput&&this.datepickerInput.min}_getMaxDate(){return this.datepickerInput&&this.datepickerInput.max}_getDateFilter(){return this.datepickerInput&&this.datepickerInput.dateFilter}ngOnChanges(re){const Qe=re.xPosition||re.yPosition;if(Qe&&!Qe.firstChange&&this._overlayRef){const Mt=this._overlayRef.getConfig().positionStrategy;Mt instanceof e._G&&(this._setConnectedPositions(Mt),this.opened&&this._overlayRef.updatePosition())}this.stateChanges.next(void 0)}ngOnDestroy(){this._destroyOverlay(),this.close(),this._inputStateChanges.unsubscribe(),this.stateChanges.complete()}select(re){this._model.add(re)}_selectYear(re){this.yearSelected.emit(re)}_selectMonth(re){this.monthSelected.emit(re)}_viewChanged(re){this.viewChanged.emit(re)}registerInput(re){return this._inputStateChanges.unsubscribe(),this.datepickerInput=re,this._inputStateChanges=re.stateChanges.subscribe(()=>this.stateChanges.next(void 0)),this._model}registerActions(re){this._actionsPortal=re}removeActions(re){re===this._actionsPortal&&(this._actionsPortal=null)}open(){this._opened||this.disabled||(this._focusedElementBeforeOpen=(0,ne.ht)(),this._openOverlay(),this._opened=!0,this.openedStream.emit())}close(){if(!this._opened)return;if(this._componentRef){const Qe=this._componentRef.instance;Qe._startExitAnimation(),Qe._animationDone.pipe((0,k.q)(1)).subscribe(()=>this._destroyOverlay())}const re=()=>{this._opened&&(this._opened=!1,this.closedStream.emit(),this._focusedElementBeforeOpen=null)};this._restoreFocus&&this._focusedElementBeforeOpen&&"function"==typeof this._focusedElementBeforeOpen.focus?(this._focusedElementBeforeOpen.focus(),setTimeout(re)):re()}_applyPendingSelection(){var re,Qe;null===(Qe=null===(re=this._componentRef)||void 0===re?void 0:re.instance)||void 0===Qe||Qe._applyPendingSelection()}_forwardContentValues(re){re.datepicker=this,re.color=this.color,re._actionsPortal=this._actionsPortal,re._dialogLabelId=this.datepickerInput.getOverlayLabelId()}_openOverlay(){this._destroyOverlay();const re=this.touchUi,Qe=new f.C5(Ht,this._viewContainerRef),Mt=this._overlayRef=this._overlay.create(new e.X_({positionStrategy:re?this._getDialogStrategy():this._getDropdownStrategy(),hasBackdrop:!0,backdropClass:[re?"cdk-overlay-dark-backdrop":"mat-overlay-transparent-backdrop",this._backdropHarnessClass],direction:this._dir,scrollStrategy:re?this._overlay.scrollStrategies.block():this._scrollStrategy(),panelClass:"mat-datepicker-"+(re?"dialog":"popup")}));this._getCloseStream(Mt).subscribe(zt=>{zt&&zt.preventDefault(),this.close()}),Mt.keydownEvents().subscribe(zt=>{const bi=zt.keyCode;(bi===L.LH||bi===L.JH||bi===L.oh||bi===L.SV||bi===L.Ku||bi===L.VM)&&zt.preventDefault()}),this._componentRef=Mt.attach(Qe),this._forwardContentValues(this._componentRef.instance),re||this._ngZone.onStable.pipe((0,k.q)(1)).subscribe(()=>Mt.updatePosition())}_destroyOverlay(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=this._componentRef=null)}_getDialogStrategy(){return this._overlay.position().global().centerHorizontally().centerVertically()}_getDropdownStrategy(){const re=this._overlay.position().flexibleConnectedTo(this.datepickerInput.getConnectedOverlayOrigin()).withTransformOriginOn(".mat-datepicker-content").withFlexibleDimensions(!1).withViewportMargin(8).withLockedPosition();return this._setConnectedPositions(re)}_setConnectedPositions(re){const Qe="end"===this.xPosition?"end":"start",Mt="start"===Qe?"end":"start",zt="above"===this.yPosition?"bottom":"top",bi="top"===zt?"bottom":"top";return re.withPositions([{originX:Qe,originY:bi,overlayX:Qe,overlayY:zt},{originX:Qe,originY:zt,overlayX:Qe,overlayY:bi},{originX:Mt,originY:bi,overlayX:Mt,overlayY:zt},{originX:Mt,originY:zt,overlayX:Mt,overlayY:bi}])}_getCloseStream(re){return(0,w.T)(re.backdropClick(),re.detachments(),re.keydownEvents().pipe((0,U.h)(Qe=>Qe.keyCode===L.hY&&!(0,L.Vb)(Qe)||this.datepickerInput&&(0,L.Vb)(Qe,"altKey")&&Qe.keyCode===L.LH)))}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(e.aV),a.Y36(a.R0b),a.Y36(a.s_b),a.Y36(ce),a.Y36(N._A,8),a.Y36(Z.Is,8),a.Y36(dt))},je.\u0275dir=a.lG2({type:je,inputs:{calendarHeaderComponent:"calendarHeaderComponent",startAt:"startAt",startView:"startView",color:"color",touchUi:"touchUi",disabled:"disabled",xPosition:"xPosition",yPosition:"yPosition",restoreFocus:"restoreFocus",dateClass:"dateClass",panelClass:"panelClass",opened:"opened"},outputs:{yearSelected:"yearSelected",monthSelected:"monthSelected",viewChanged:"viewChanged",openedStream:"opened",closedStream:"closed"},features:[a.TTD]}),je})(),Re=(()=>{class je extends it{}return je.\u0275fac=function(){let _t;return function(Qe){return(_t||(_t=a.n5z(je)))(Qe||je)}}(),je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-datepicker"]],exportAs:["matDatepicker"],features:[a._Bn([Te,{provide:it,useExisting:je}]),a.qOj],decls:0,vars:0,template:function(re,Qe){},encapsulation:2,changeDetection:0}),je})();class tt{constructor(_t,re){this.target=_t,this.targetElement=re,this.value=this.target.value}}let Je=(()=>{class je{constructor(re,Qe,Mt){this._elementRef=re,this._dateAdapter=Qe,this._dateFormats=Mt,this.dateChange=new a.vpe,this.dateInput=new a.vpe,this.stateChanges=new h.x,this._onTouched=()=>{},this._validatorOnChange=()=>{},this._cvaOnChange=()=>{},this._valueChangesSubscription=A.w0.EMPTY,this._localeSubscription=A.w0.EMPTY,this._parseValidator=()=>this._lastValueValid?null:{matDatepickerParse:{text:this._elementRef.nativeElement.value}},this._filterValidator=zt=>{const bi=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(zt.value));return!bi||this._matchesFilter(bi)?null:{matDatepickerFilter:!0}},this._minValidator=zt=>{const bi=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(zt.value)),Ei=this._getMinDate();return!Ei||!bi||this._dateAdapter.compareDate(Ei,bi)<=0?null:{matDatepickerMin:{min:Ei,actual:bi}}},this._maxValidator=zt=>{const bi=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(zt.value)),Ei=this._getMaxDate();return!Ei||!bi||this._dateAdapter.compareDate(Ei,bi)>=0?null:{matDatepickerMax:{max:Ei,actual:bi}}},this._lastValueValid=!1,this._localeSubscription=Qe.localeChanges.subscribe(()=>{this._assignValueProgrammatically(this.value)})}get value(){return this._model?this._getValueFromModel(this._model.selection):this._pendingValue}set value(re){this._assignValueProgrammatically(re)}get disabled(){return!!this._disabled||this._parentDisabled()}set disabled(re){const Qe=(0,j.Ig)(re),Mt=this._elementRef.nativeElement;this._disabled!==Qe&&(this._disabled=Qe,this.stateChanges.next(void 0)),Qe&&this._isInitialized&&Mt.blur&&Mt.blur()}_getValidators(){return[this._parseValidator,this._minValidator,this._maxValidator,this._filterValidator]}_registerModel(re){this._model=re,this._valueChangesSubscription.unsubscribe(),this._pendingValue&&this._assignValue(this._pendingValue),this._valueChangesSubscription=this._model.selectionChanged.subscribe(Qe=>{if(this._shouldHandleChangeEvent(Qe)){const Mt=this._getValueFromModel(Qe.selection);this._lastValueValid=this._isValidValue(Mt),this._cvaOnChange(Mt),this._onTouched(),this._formatValue(Mt),this.dateInput.emit(new tt(this,this._elementRef.nativeElement)),this.dateChange.emit(new tt(this,this._elementRef.nativeElement))}})}ngAfterViewInit(){this._isInitialized=!0}ngOnChanges(re){(function Se(je,_t){const re=Object.keys(je);for(let Qe of re){const{previousValue:Mt,currentValue:zt}=je[Qe];if(!_t.isDateInstance(Mt)||!_t.isDateInstance(zt))return!0;if(!_t.sameDate(Mt,zt))return!0}return!1})(re,this._dateAdapter)&&this.stateChanges.next(void 0)}ngOnDestroy(){this._valueChangesSubscription.unsubscribe(),this._localeSubscription.unsubscribe(),this.stateChanges.complete()}registerOnValidatorChange(re){this._validatorOnChange=re}validate(re){return this._validator?this._validator(re):null}writeValue(re){this._assignValueProgrammatically(re)}registerOnChange(re){this._cvaOnChange=re}registerOnTouched(re){this._onTouched=re}setDisabledState(re){this.disabled=re}_onKeydown(re){re.altKey&&re.keyCode===L.JH&&!this._elementRef.nativeElement.readOnly&&(this._openPopup(),re.preventDefault())}_onInput(re){const Qe=this._lastValueValid;let Mt=this._dateAdapter.parse(re,this._dateFormats.parse.dateInput);this._lastValueValid=this._isValidValue(Mt),Mt=this._dateAdapter.getValidDateOrNull(Mt);const zt=!this._dateAdapter.sameDate(Mt,this.value);!Mt||zt?this._cvaOnChange(Mt):(re&&!this.value&&this._cvaOnChange(Mt),Qe!==this._lastValueValid&&this._validatorOnChange()),zt&&(this._assignValue(Mt),this.dateInput.emit(new tt(this,this._elementRef.nativeElement)))}_onChange(){this.dateChange.emit(new tt(this,this._elementRef.nativeElement))}_onBlur(){this.value&&this._formatValue(this.value),this._onTouched()}_formatValue(re){this._elementRef.nativeElement.value=null!=re?this._dateAdapter.format(re,this._dateFormats.display.dateInput):""}_assignValue(re){this._model?(this._assignValueToModel(re),this._pendingValue=null):this._pendingValue=re}_isValidValue(re){return!re||this._dateAdapter.isValid(re)}_parentDisabled(){return!1}_assignValueProgrammatically(re){re=this._dateAdapter.deserialize(re),this._lastValueValid=this._isValidValue(re),re=this._dateAdapter.getValidDateOrNull(re),this._assignValue(re),this._formatValue(re)}_matchesFilter(re){const Qe=this._getDateFilter();return!Qe||Qe(re)}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.SBq),a.Y36(N._A,8),a.Y36(N.sG,8))},je.\u0275dir=a.lG2({type:je,inputs:{value:"value",disabled:"disabled"},outputs:{dateChange:"dateChange",dateInput:"dateInput"},features:[a.TTD]}),je})();const Ge={provide:de.JU,useExisting:(0,a.Gpc)(()=>st),multi:!0},at={provide:de.Cf,useExisting:(0,a.Gpc)(()=>st),multi:!0};let st=(()=>{class je extends Je{constructor(re,Qe,Mt,zt){super(re,Qe,Mt),this._formField=zt,this._closedSubscription=A.w0.EMPTY,this._validator=de.kI.compose(super._getValidators())}set matDatepicker(re){re&&(this._datepicker=re,this._closedSubscription=re.closedStream.subscribe(()=>this._onTouched()),this._registerModel(re.registerInput(this)))}get min(){return this._min}set min(re){const Qe=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re));this._dateAdapter.sameDate(Qe,this._min)||(this._min=Qe,this._validatorOnChange())}get max(){return this._max}set max(re){const Qe=this._dateAdapter.getValidDateOrNull(this._dateAdapter.deserialize(re));this._dateAdapter.sameDate(Qe,this._max)||(this._max=Qe,this._validatorOnChange())}get dateFilter(){return this._dateFilter}set dateFilter(re){const Qe=this._matchesFilter(this.value);this._dateFilter=re,this._matchesFilter(this.value)!==Qe&&this._validatorOnChange()}getConnectedOverlayOrigin(){return this._formField?this._formField.getConnectedOverlayOrigin():this._elementRef}getOverlayLabelId(){return this._formField?this._formField.getLabelId():this._elementRef.nativeElement.getAttribute("aria-labelledby")}getThemePalette(){return this._formField?this._formField.color:void 0}getStartValue(){return this.value}ngOnDestroy(){super.ngOnDestroy(),this._closedSubscription.unsubscribe()}_openPopup(){this._datepicker&&this._datepicker.open()}_getValueFromModel(re){return re}_assignValueToModel(re){this._model&&this._model.updateSelection(re,this)}_getMinDate(){return this._min}_getMaxDate(){return this._max}_getDateFilter(){return this._dateFilter}_shouldHandleChangeEvent(re){return re.source!==this}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(a.SBq),a.Y36(N._A,8),a.Y36(N.sG,8),a.Y36(te.G_,8))},je.\u0275dir=a.lG2({type:je,selectors:[["input","matDatepicker",""]],hostAttrs:[1,"mat-datepicker-input"],hostVars:6,hostBindings:function(re,Qe){1&re&&a.NdJ("input",function(zt){return Qe._onInput(zt.target.value)})("change",function(){return Qe._onChange()})("blur",function(){return Qe._onBlur()})("keydown",function(zt){return Qe._onKeydown(zt)}),2&re&&(a.Ikx("disabled",Qe.disabled),a.uIk("aria-haspopup",Qe._datepicker?"dialog":null)("aria-owns",(null==Qe._datepicker?null:Qe._datepicker.opened)&&Qe._datepicker.id||null)("min",Qe.min?Qe._dateAdapter.toIso8601(Qe.min):null)("max",Qe.max?Qe._dateAdapter.toIso8601(Qe.max):null)("data-mat-calendar",Qe._datepicker?Qe._datepicker.id:null))},inputs:{matDatepicker:"matDatepicker",min:"min",max:"max",dateFilter:["matDatepickerFilter","dateFilter"]},exportAs:["matDatepickerInput"],features:[a._Bn([Ge,at,{provide:ie.Jk,useExisting:je}]),a.qOj]}),je})(),bt=(()=>{class je{}return je.\u0275fac=function(re){return new(re||je)},je.\u0275dir=a.lG2({type:je,selectors:[["","matDatepickerToggleIcon",""]]}),je})(),gi=(()=>{class je{constructor(re,Qe,Mt){this._intl=re,this._changeDetectorRef=Qe,this._stateChanges=A.w0.EMPTY;const zt=Number(Mt);this.tabIndex=zt||0===zt?zt:null}get disabled(){return void 0===this._disabled&&this.datepicker?this.datepicker.disabled:!!this._disabled}set disabled(re){this._disabled=(0,j.Ig)(re)}ngOnChanges(re){re.datepicker&&this._watchStateChanges()}ngOnDestroy(){this._stateChanges.unsubscribe()}ngAfterContentInit(){this._watchStateChanges()}_open(re){this.datepicker&&!this.disabled&&(this.datepicker.open(),re.stopPropagation())}_watchStateChanges(){const re=this.datepicker?this.datepicker.stateChanges:(0,D.of)(),Qe=this.datepicker&&this.datepicker.datepickerInput?this.datepicker.datepickerInput.stateChanges:(0,D.of)(),Mt=this.datepicker?(0,w.T)(this.datepicker.openedStream,this.datepicker.closedStream):(0,D.of)();this._stateChanges.unsubscribe(),this._stateChanges=(0,w.T)(this._intl.changes,re,Qe,Mt).subscribe(()=>this._changeDetectorRef.markForCheck())}}return je.\u0275fac=function(re){return new(re||je)(a.Y36(et),a.Y36(a.sBO),a.$8M("tabindex"))},je.\u0275cmp=a.Xpm({type:je,selectors:[["mat-datepicker-toggle"]],contentQueries:function(re,Qe,Mt){if(1&re&&a.Suo(Mt,bt,5),2&re){let zt;a.iGM(zt=a.CRH())&&(Qe._customIcon=zt.first)}},viewQuery:function(re,Qe){if(1&re&&a.Gf(n,5),2&re){let Mt;a.iGM(Mt=a.CRH())&&(Qe._button=Mt.first)}},hostAttrs:[1,"mat-datepicker-toggle"],hostVars:8,hostBindings:function(re,Qe){1&re&&a.NdJ("click",function(zt){return Qe._open(zt)}),2&re&&(a.uIk("tabindex",null)("data-mat-calendar",Qe.datepicker?Qe.datepicker.id:null),a.ekj("mat-datepicker-toggle-active",Qe.datepicker&&Qe.datepicker.opened)("mat-accent",Qe.datepicker&&"accent"===Qe.datepicker.color)("mat-warn",Qe.datepicker&&"warn"===Qe.datepicker.color))},inputs:{datepicker:["for","datepicker"],tabIndex:"tabIndex",ariaLabel:["aria-label","ariaLabel"],disabled:"disabled",disableRipple:"disableRipple"},exportAs:["matDatepickerToggle"],features:[a.TTD],ngContentSelectors:P,decls:4,vars:6,consts:[["mat-icon-button","","type","button",3,"disabled","disableRipple"],["button",""],["class","mat-datepicker-toggle-default-icon","viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false",4,"ngIf"],["viewBox","0 0 24 24","width","24px","height","24px","fill","currentColor","focusable","false",1,"mat-datepicker-toggle-default-icon"],["d","M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"]],template:function(re,Qe){1&re&&(a.F$t(B),a.TgZ(0,"button",0,1),a.YNc(2,C,2,0,"svg",2),a.Hsn(3),a.qZA()),2&re&&(a.Q6J("disabled",Qe.disabled)("disableRipple",Qe.disableRipple),a.uIk("aria-haspopup",Qe.datepicker?"dialog":null)("aria-label",Qe.ariaLabel||Qe._intl.openCalendarLabel)("tabindex",Qe.disabled?-1:Qe.tabIndex),a.xp6(2),a.Q6J("ngIf",!Qe._customIcon))},directives:[b.lW,M.O5],styles:[".mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon{width:1em}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-datepicker-toggle-default-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-datepicker-toggle-default-icon{display:block;width:1.5em;height:1.5em}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-datepicker-toggle-default-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-datepicker-toggle-default-icon{margin:auto}.cdk-high-contrast-active .mat-datepicker-toggle-default-icon{color:CanvasText}\n"],encapsulation:2,changeDetection:0}),je})(),pe=(()=>{class je{}return je.\u0275fac=function(re){return new(re||je)},je.\u0275mod=a.oAB({type:je}),je.\u0275inj=a.cJS({providers:[et,pt],imports:[[M.ez,b.ot,e.U8,t.rt,f.eL,N.BQ],d.ZD]}),je})()},8966:(Ve,K,p)=>{"use strict";p.d(K,{Bq:()=>i,Is:()=>he,WI:()=>y,ZT:()=>C,so:()=>X,uw:()=>I});var t=p(9776),e=p(7429),f=p(5e3),M=p(508),a=p(226),b=p(7579),d=p(9770),N=p(9646),h=p(9300),A=p(5698),w=p(8675),D=p(925),L=p(9808),k=p(1777),S=p(5664),U=p(1159),Z=p(6360);function j(ve,Ne){}class ne{constructor(){this.role="dialog",this.panelClass="",this.hasBackdrop=!0,this.backdropClass="",this.disableClose=!1,this.width="",this.height="",this.maxWidth="80vw",this.data=null,this.ariaDescribedBy=null,this.ariaLabelledBy=null,this.ariaLabel=null,this.autoFocus="first-tabbable",this.restoreFocus=!0,this.delayFocusTrap=!0,this.closeOnNavigation=!0}}const $={dialogContainer:(0,k.X$)("dialogContainer",[(0,k.SB)("void, exit",(0,k.oB)({opacity:0,transform:"scale(0.7)"})),(0,k.SB)("enter",(0,k.oB)({transform:"none"})),(0,k.eR)("* => enter",(0,k.ru)([(0,k.jt)("150ms cubic-bezier(0, 0, 0.2, 1)",(0,k.oB)({transform:"none",opacity:1})),(0,k.IO)("@*",(0,k.pV)(),{optional:!0})])),(0,k.eR)("* => void, * => exit",(0,k.ru)([(0,k.jt)("75ms cubic-bezier(0.4, 0.0, 0.2, 1)",(0,k.oB)({opacity:0})),(0,k.IO)("@*",(0,k.pV)(),{optional:!0})]))])};let te=(()=>{class ve extends e.en{constructor(we,Q,Ue,ye,V,Ae,dt,Ie){super(),this._elementRef=we,this._focusTrapFactory=Q,this._changeDetectorRef=Ue,this._config=V,this._interactivityChecker=Ae,this._ngZone=dt,this._focusMonitor=Ie,this._animationStateChanged=new f.vpe,this._elementFocusedBeforeDialogWasOpened=null,this._closeInteractionType=null,this.attachDomPortal=De=>(this._portalOutlet.hasAttached(),this._portalOutlet.attachDomPortal(De)),this._ariaLabelledBy=V.ariaLabelledBy||null,this._document=ye}_initializeWithAttachedContent(){this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._document&&(this._elementFocusedBeforeDialogWasOpened=(0,D.ht)())}attachComponentPortal(we){return this._portalOutlet.hasAttached(),this._portalOutlet.attachComponentPortal(we)}attachTemplatePortal(we){return this._portalOutlet.hasAttached(),this._portalOutlet.attachTemplatePortal(we)}_recaptureFocus(){this._containsFocus()||this._trapFocus()}_forceFocus(we,Q){this._interactivityChecker.isFocusable(we)||(we.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const Ue=()=>{we.removeEventListener("blur",Ue),we.removeEventListener("mousedown",Ue),we.removeAttribute("tabindex")};we.addEventListener("blur",Ue),we.addEventListener("mousedown",Ue)})),we.focus(Q)}_focusByCssSelector(we,Q){let Ue=this._elementRef.nativeElement.querySelector(we);Ue&&this._forceFocus(Ue,Q)}_trapFocus(){const we=this._elementRef.nativeElement;switch(this._config.autoFocus){case!1:case"dialog":this._containsFocus()||we.focus();break;case!0:case"first-tabbable":this._focusTrap.focusInitialElementWhenReady().then(Q=>{Q||this._focusDialogContainer()});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this._config.autoFocus)}}_restoreFocus(){const we=this._elementFocusedBeforeDialogWasOpened;if(this._config.restoreFocus&&we&&"function"==typeof we.focus){const Q=(0,D.ht)(),Ue=this._elementRef.nativeElement;(!Q||Q===this._document.body||Q===Ue||Ue.contains(Q))&&(this._focusMonitor?(this._focusMonitor.focusVia(we,this._closeInteractionType),this._closeInteractionType=null):we.focus())}this._focusTrap&&this._focusTrap.destroy()}_focusDialogContainer(){this._elementRef.nativeElement.focus&&this._elementRef.nativeElement.focus()}_containsFocus(){const we=this._elementRef.nativeElement,Q=(0,D.ht)();return we===Q||we.contains(Q)}}return ve.\u0275fac=function(we){return new(we||ve)(f.Y36(f.SBq),f.Y36(S.qV),f.Y36(f.sBO),f.Y36(L.K0,8),f.Y36(ne),f.Y36(S.ic),f.Y36(f.R0b),f.Y36(S.tE))},ve.\u0275dir=f.lG2({type:ve,viewQuery:function(we,Q){if(1&we&&f.Gf(e.Pl,7),2&we){let Ue;f.iGM(Ue=f.CRH())&&(Q._portalOutlet=Ue.first)}},features:[f.qOj]}),ve})(),ie=(()=>{class ve extends te{constructor(){super(...arguments),this._state="enter"}_onAnimationDone({toState:we,totalTime:Q}){"enter"===we?(this._config.delayFocusTrap&&this._trapFocus(),this._animationStateChanged.next({state:"opened",totalTime:Q})):"exit"===we&&(this._restoreFocus(),this._animationStateChanged.next({state:"closed",totalTime:Q}))}_onAnimationStart({toState:we,totalTime:Q}){"enter"===we?this._animationStateChanged.next({state:"opening",totalTime:Q}):("exit"===we||"void"===we)&&this._animationStateChanged.next({state:"closing",totalTime:Q})}_startExitAnimation(){this._state="exit",this._changeDetectorRef.markForCheck()}_initializeWithAttachedContent(){super._initializeWithAttachedContent(),this._config.delayFocusTrap||this._trapFocus()}}return ve.\u0275fac=function(){let Ne;return function(Q){return(Ne||(Ne=f.n5z(ve)))(Q||ve)}}(),ve.\u0275cmp=f.Xpm({type:ve,selectors:[["mat-dialog-container"]],hostAttrs:["tabindex","-1","aria-modal","true",1,"mat-dialog-container"],hostVars:6,hostBindings:function(we,Q){1&we&&f.WFA("@dialogContainer.start",function(ye){return Q._onAnimationStart(ye)})("@dialogContainer.done",function(ye){return Q._onAnimationDone(ye)}),2&we&&(f.Ikx("id",Q._id),f.uIk("role",Q._config.role)("aria-labelledby",Q._config.ariaLabel?null:Q._ariaLabelledBy)("aria-label",Q._config.ariaLabel)("aria-describedby",Q._config.ariaDescribedBy||null),f.d8E("@dialogContainer",Q._state))},features:[f.qOj],decls:1,vars:0,consts:[["cdkPortalOutlet",""]],template:function(we,Q){1&we&&f.YNc(0,j,0,0,"ng-template",0)},directives:[e.Pl],styles:[".mat-dialog-container{display:block;padding:24px;border-radius:4px;box-sizing:border-box;overflow:auto;outline:0;width:100%;height:100%;min-height:inherit;max-height:inherit}.cdk-high-contrast-active .mat-dialog-container{outline:solid 1px}.mat-dialog-content{display:block;margin:0 -24px;padding:0 24px;max-height:65vh;overflow:auto;-webkit-overflow-scrolling:touch}.mat-dialog-title{margin:0 0 20px;display:block}.mat-dialog-actions{padding:8px 0;display:flex;flex-wrap:wrap;min-height:52px;align-items:center;box-sizing:content-box;margin-bottom:-24px}.mat-dialog-actions[align=end]{justify-content:flex-end}.mat-dialog-actions[align=center]{justify-content:center}.mat-dialog-actions .mat-button-base+.mat-button-base,.mat-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-dialog-actions .mat-button-base+.mat-button-base,[dir=rtl] .mat-dialog-actions .mat-mdc-button-base+.mat-mdc-button-base{margin-left:0;margin-right:8px}\n"],encapsulation:2,data:{animation:[$.dialogContainer]}}),ve})(),oe=0;class X{constructor(Ne,we,Q="mat-dialog-"+oe++){this._overlayRef=Ne,this._containerInstance=we,this.id=Q,this.disableClose=this._containerInstance._config.disableClose,this._afterOpened=new b.x,this._afterClosed=new b.x,this._beforeClosed=new b.x,this._state=0,we._id=Q,we._animationStateChanged.pipe((0,h.h)(Ue=>"opened"===Ue.state),(0,A.q)(1)).subscribe(()=>{this._afterOpened.next(),this._afterOpened.complete()}),we._animationStateChanged.pipe((0,h.h)(Ue=>"closed"===Ue.state),(0,A.q)(1)).subscribe(()=>{clearTimeout(this._closeFallbackTimeout),this._finishDialogClose()}),Ne.detachments().subscribe(()=>{this._beforeClosed.next(this._result),this._beforeClosed.complete(),this._afterClosed.next(this._result),this._afterClosed.complete(),this.componentInstance=null,this._overlayRef.dispose()}),Ne.keydownEvents().pipe((0,h.h)(Ue=>Ue.keyCode===U.hY&&!this.disableClose&&!(0,U.Vb)(Ue))).subscribe(Ue=>{Ue.preventDefault(),me(this,"keyboard")}),Ne.backdropClick().subscribe(()=>{this.disableClose?this._containerInstance._recaptureFocus():me(this,"mouse")})}close(Ne){this._result=Ne,this._containerInstance._animationStateChanged.pipe((0,h.h)(we=>"closing"===we.state),(0,A.q)(1)).subscribe(we=>{this._beforeClosed.next(Ne),this._beforeClosed.complete(),this._overlayRef.detachBackdrop(),this._closeFallbackTimeout=setTimeout(()=>this._finishDialogClose(),we.totalTime+100)}),this._state=1,this._containerInstance._startExitAnimation()}afterOpened(){return this._afterOpened}afterClosed(){return this._afterClosed}beforeClosed(){return this._beforeClosed}backdropClick(){return this._overlayRef.backdropClick()}keydownEvents(){return this._overlayRef.keydownEvents()}updatePosition(Ne){let we=this._getPositionStrategy();return Ne&&(Ne.left||Ne.right)?Ne.left?we.left(Ne.left):we.right(Ne.right):we.centerHorizontally(),Ne&&(Ne.top||Ne.bottom)?Ne.top?we.top(Ne.top):we.bottom(Ne.bottom):we.centerVertically(),this._overlayRef.updatePosition(),this}updateSize(Ne="",we=""){return this._overlayRef.updateSize({width:Ne,height:we}),this._overlayRef.updatePosition(),this}addPanelClass(Ne){return this._overlayRef.addPanelClass(Ne),this}removePanelClass(Ne){return this._overlayRef.removePanelClass(Ne),this}getState(){return this._state}_finishDialogClose(){this._state=2,this._overlayRef.dispose()}_getPositionStrategy(){return this._overlayRef.getConfig().positionStrategy}}function me(ve,Ne,we){return void 0!==ve._containerInstance&&(ve._containerInstance._closeInteractionType=Ne),ve.close(we)}const y=new f.OlP("MatDialogData"),i=new f.OlP("mat-dialog-default-options"),r=new f.OlP("mat-dialog-scroll-strategy"),_={provide:r,deps:[t.aV],useFactory:function c(ve){return()=>ve.scrollStrategies.block()}};let E=(()=>{class ve{constructor(we,Q,Ue,ye,V,Ae,dt,Ie,De,le){this._overlay=we,this._injector=Q,this._defaultOptions=Ue,this._parentDialog=ye,this._overlayContainer=V,this._dialogRefConstructor=dt,this._dialogContainerType=Ie,this._dialogDataToken=De,this._openDialogsAtThisLevel=[],this._afterAllClosedAtThisLevel=new b.x,this._afterOpenedAtThisLevel=new b.x,this._ariaHiddenElements=new Map,this.afterAllClosed=(0,d.P)(()=>this.openDialogs.length?this._getAfterAllClosed():this._getAfterAllClosed().pipe((0,w.O)(void 0))),this._scrollStrategy=Ae}get openDialogs(){return this._parentDialog?this._parentDialog.openDialogs:this._openDialogsAtThisLevel}get afterOpened(){return this._parentDialog?this._parentDialog.afterOpened:this._afterOpenedAtThisLevel}_getAfterAllClosed(){const we=this._parentDialog;return we?we._getAfterAllClosed():this._afterAllClosedAtThisLevel}open(we,Q){Q=function v(ve,Ne){return Object.assign(Object.assign({},Ne),ve)}(Q,this._defaultOptions||new ne),Q.id&&this.getDialogById(Q.id);const Ue=this._createOverlay(Q),ye=this._attachDialogContainer(Ue,Q),V=this._attachDialogContent(we,ye,Ue,Q);return this.openDialogs.length||this._hideNonDialogContentFromAssistiveTechnology(),this.openDialogs.push(V),V.afterClosed().subscribe(()=>this._removeOpenDialog(V)),this.afterOpened.next(V),ye._initializeWithAttachedContent(),V}closeAll(){this._closeDialogs(this.openDialogs)}getDialogById(we){return this.openDialogs.find(Q=>Q.id===we)}ngOnDestroy(){this._closeDialogs(this._openDialogsAtThisLevel),this._afterAllClosedAtThisLevel.complete(),this._afterOpenedAtThisLevel.complete()}_createOverlay(we){const Q=this._getOverlayConfig(we);return this._overlay.create(Q)}_getOverlayConfig(we){const Q=new t.X_({positionStrategy:this._overlay.position().global(),scrollStrategy:we.scrollStrategy||this._scrollStrategy(),panelClass:we.panelClass,hasBackdrop:we.hasBackdrop,direction:we.direction,minWidth:we.minWidth,minHeight:we.minHeight,maxWidth:we.maxWidth,maxHeight:we.maxHeight,disposeOnNavigation:we.closeOnNavigation});return we.backdropClass&&(Q.backdropClass=we.backdropClass),Q}_attachDialogContainer(we,Q){const ye=f.zs3.create({parent:Q&&Q.viewContainerRef&&Q.viewContainerRef.injector||this._injector,providers:[{provide:ne,useValue:Q}]}),V=new e.C5(this._dialogContainerType,Q.viewContainerRef,ye,Q.componentFactoryResolver);return we.attach(V).instance}_attachDialogContent(we,Q,Ue,ye){const V=new this._dialogRefConstructor(Ue,Q,ye.id);if(we instanceof f.Rgc)Q.attachTemplatePortal(new e.UE(we,null,{$implicit:ye.data,dialogRef:V}));else{const Ae=this._createInjector(ye,V,Q),dt=Q.attachComponentPortal(new e.C5(we,ye.viewContainerRef,Ae,ye.componentFactoryResolver));V.componentInstance=dt.instance}return V.updateSize(ye.width,ye.height).updatePosition(ye.position),V}_createInjector(we,Q,Ue){const ye=we&&we.viewContainerRef&&we.viewContainerRef.injector,V=[{provide:this._dialogContainerType,useValue:Ue},{provide:this._dialogDataToken,useValue:we.data},{provide:this._dialogRefConstructor,useValue:Q}];return we.direction&&(!ye||!ye.get(a.Is,null,f.XFs.Optional))&&V.push({provide:a.Is,useValue:{value:we.direction,change:(0,N.of)()}}),f.zs3.create({parent:ye||this._injector,providers:V})}_removeOpenDialog(we){const Q=this.openDialogs.indexOf(we);Q>-1&&(this.openDialogs.splice(Q,1),this.openDialogs.length||(this._ariaHiddenElements.forEach((Ue,ye)=>{Ue?ye.setAttribute("aria-hidden",Ue):ye.removeAttribute("aria-hidden")}),this._ariaHiddenElements.clear(),this._getAfterAllClosed().next()))}_hideNonDialogContentFromAssistiveTechnology(){const we=this._overlayContainer.getContainerElement();if(we.parentElement){const Q=we.parentElement.children;for(let Ue=Q.length-1;Ue>-1;Ue--){let ye=Q[Ue];ye!==we&&"SCRIPT"!==ye.nodeName&&"STYLE"!==ye.nodeName&&!ye.hasAttribute("aria-live")&&(this._ariaHiddenElements.set(ye,ye.getAttribute("aria-hidden")),ye.setAttribute("aria-hidden","true"))}}}_closeDialogs(we){let Q=we.length;for(;Q--;)we[Q].close()}}return ve.\u0275fac=function(we){f.$Z()},ve.\u0275dir=f.lG2({type:ve}),ve})(),I=(()=>{class ve extends E{constructor(we,Q,Ue,ye,V,Ae,dt,Ie){super(we,Q,ye,Ae,dt,V,X,ie,y,Ie)}}return ve.\u0275fac=function(we){return new(we||ve)(f.LFG(t.aV),f.LFG(f.zs3),f.LFG(L.Ye,8),f.LFG(i,8),f.LFG(r),f.LFG(ve,12),f.LFG(t.Xj),f.LFG(Z.Qb,8))},ve.\u0275prov=f.Yz7({token:ve,factory:ve.\u0275fac}),ve})(),C=(()=>{class ve{constructor(we,Q,Ue){this.dialogRef=we,this._elementRef=Q,this._dialog=Ue,this.type="button"}ngOnInit(){this.dialogRef||(this.dialogRef=function q(ve,Ne){let we=ve.nativeElement.parentElement;for(;we&&!we.classList.contains("mat-dialog-container");)we=we.parentElement;return we?Ne.find(Q=>Q.id===we.id):null}(this._elementRef,this._dialog.openDialogs))}ngOnChanges(we){const Q=we._matDialogClose||we._matDialogCloseResult;Q&&(this.dialogResult=Q.currentValue)}_onButtonClick(we){me(this.dialogRef,0===we.screenX&&0===we.screenY?"keyboard":"mouse",this.dialogResult)}}return ve.\u0275fac=function(we){return new(we||ve)(f.Y36(X,8),f.Y36(f.SBq),f.Y36(I))},ve.\u0275dir=f.lG2({type:ve,selectors:[["","mat-dialog-close",""],["","matDialogClose",""]],hostVars:2,hostBindings:function(we,Q){1&we&&f.NdJ("click",function(ye){return Q._onButtonClick(ye)}),2&we&&f.uIk("aria-label",Q.ariaLabel||null)("type",Q.type)},inputs:{ariaLabel:["aria-label","ariaLabel"],type:"type",dialogResult:["mat-dialog-close","dialogResult"],_matDialogClose:["matDialogClose","_matDialogClose"]},exportAs:["matDialogClose"],features:[f.TTD]}),ve})(),he=(()=>{class ve{}return ve.\u0275fac=function(we){return new(we||ve)},ve.\u0275mod=f.oAB({type:ve}),ve.\u0275inj=f.cJS({providers:[I,_],imports:[[t.U8,e.eL,M.BQ],M.BQ]}),ve})()},4834:(Ve,K,p)=>{"use strict";p.d(K,{d:()=>M,t:()=>a});var t=p(5e3),e=p(3191),f=p(508);let M=(()=>{class b{constructor(){this._vertical=!1,this._inset=!1}get vertical(){return this._vertical}set vertical(N){this._vertical=(0,e.Ig)(N)}get inset(){return this._inset}set inset(N){this._inset=(0,e.Ig)(N)}}return b.\u0275fac=function(N){return new(N||b)},b.\u0275cmp=t.Xpm({type:b,selectors:[["mat-divider"]],hostAttrs:["role","separator",1,"mat-divider"],hostVars:7,hostBindings:function(N,h){2&N&&(t.uIk("aria-orientation",h.vertical?"vertical":"horizontal"),t.ekj("mat-divider-vertical",h.vertical)("mat-divider-horizontal",!h.vertical)("mat-divider-inset",h.inset))},inputs:{vertical:"vertical",inset:"inset"},decls:0,vars:0,template:function(N,h){},styles:[".mat-divider{display:block;margin:0;border-top-width:1px;border-top-style:solid}.mat-divider.mat-divider-vertical{border-top:0;border-right-width:1px;border-right-style:solid}.mat-divider.mat-divider-inset{margin-left:80px}[dir=rtl] .mat-divider.mat-divider-inset{margin-left:auto;margin-right:80px}\n"],encapsulation:2,changeDetection:0}),b})(),a=(()=>{class b{}return b.\u0275fac=function(N){return new(N||b)},b.\u0275mod=t.oAB({type:b}),b.\u0275inj=t.cJS({imports:[[f.BQ],f.BQ]}),b})()},1125:(Ve,K,p)=>{"use strict";p.d(K,{pp:()=>we,To:()=>Q,ib:()=>B,u4:()=>ve,yz:()=>he,yK:()=>Ne});var t=p(5e3),e=p(3191),f=p(7579),M=p(727),a=p(449);let b=0;const d=new t.OlP("CdkAccordion");let N=(()=>{class Ue{constructor(){this._stateChanges=new f.x,this._openCloseAllActions=new f.x,this.id="cdk-accordion-"+b++,this._multi=!1}get multi(){return this._multi}set multi(V){this._multi=(0,e.Ig)(V)}openAll(){this._multi&&this._openCloseAllActions.next(!0)}closeAll(){this._openCloseAllActions.next(!1)}ngOnChanges(V){this._stateChanges.next(V)}ngOnDestroy(){this._stateChanges.complete(),this._openCloseAllActions.complete()}}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["cdk-accordion"],["","cdkAccordion",""]],inputs:{multi:"multi"},exportAs:["cdkAccordion"],features:[t._Bn([{provide:d,useExisting:Ue}]),t.TTD]}),Ue})(),h=0,A=(()=>{class Ue{constructor(V,Ae,dt){this.accordion=V,this._changeDetectorRef=Ae,this._expansionDispatcher=dt,this._openCloseAllSubscription=M.w0.EMPTY,this.closed=new t.vpe,this.opened=new t.vpe,this.destroyed=new t.vpe,this.expandedChange=new t.vpe,this.id="cdk-accordion-child-"+h++,this._expanded=!1,this._disabled=!1,this._removeUniqueSelectionListener=()=>{},this._removeUniqueSelectionListener=dt.listen((Ie,De)=>{this.accordion&&!this.accordion.multi&&this.accordion.id===De&&this.id!==Ie&&(this.expanded=!1)}),this.accordion&&(this._openCloseAllSubscription=this._subscribeToOpenCloseAllActions())}get expanded(){return this._expanded}set expanded(V){V=(0,e.Ig)(V),this._expanded!==V&&(this._expanded=V,this.expandedChange.emit(V),V?(this.opened.emit(),this._expansionDispatcher.notify(this.id,this.accordion?this.accordion.id:this.id)):this.closed.emit(),this._changeDetectorRef.markForCheck())}get disabled(){return this._disabled}set disabled(V){this._disabled=(0,e.Ig)(V)}ngOnDestroy(){this.opened.complete(),this.closed.complete(),this.destroyed.emit(),this.destroyed.complete(),this._removeUniqueSelectionListener(),this._openCloseAllSubscription.unsubscribe()}toggle(){this.disabled||(this.expanded=!this.expanded)}close(){this.disabled||(this.expanded=!1)}open(){this.disabled||(this.expanded=!0)}_subscribeToOpenCloseAllActions(){return this.accordion._openCloseAllActions.subscribe(V=>{this.disabled||(this.expanded=V)})}}return Ue.\u0275fac=function(V){return new(V||Ue)(t.Y36(d,12),t.Y36(t.sBO),t.Y36(a.A8))},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["cdk-accordion-item"],["","cdkAccordionItem",""]],inputs:{expanded:"expanded",disabled:"disabled"},outputs:{closed:"closed",opened:"opened",destroyed:"destroyed",expandedChange:"expandedChange"},exportAs:["cdkAccordionItem"],features:[t._Bn([{provide:d,useValue:void 0}])]}),Ue})(),w=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275mod=t.oAB({type:Ue}),Ue.\u0275inj=t.cJS({}),Ue})();var D=p(7429),L=p(9808),k=p(508),S=p(5664),U=p(1884),Z=p(8675),j=p(9300),ne=p(5698),$=p(1159),de=p(6360),te=p(515),ie=p(6451),oe=p(1777);const X=["body"];function me(Ue,ye){}const y=[[["mat-expansion-panel-header"]],"*",[["mat-action-row"]]],i=["mat-expansion-panel-header","*","mat-action-row"];function r(Ue,ye){if(1&Ue&&t._UZ(0,"span",2),2&Ue){const V=t.oxw();t.Q6J("@indicatorRotate",V._getExpandedState())}}const u=[[["mat-panel-title"]],[["mat-panel-description"]],"*"],c=["mat-panel-title","mat-panel-description","*"],_=new t.OlP("MAT_ACCORDION"),E="225ms cubic-bezier(0.4,0.0,0.2,1)",I={indicatorRotate:(0,oe.X$)("indicatorRotate",[(0,oe.SB)("collapsed, void",(0,oe.oB)({transform:"rotate(0deg)"})),(0,oe.SB)("expanded",(0,oe.oB)({transform:"rotate(180deg)"})),(0,oe.eR)("expanded <=> collapsed, void => collapsed",(0,oe.jt)(E))]),bodyExpansion:(0,oe.X$)("bodyExpansion",[(0,oe.SB)("collapsed, void",(0,oe.oB)({height:"0px",visibility:"hidden"})),(0,oe.SB)("expanded",(0,oe.oB)({height:"*",visibility:"visible"})),(0,oe.eR)("expanded <=> collapsed, void => collapsed",(0,oe.jt)(E))])};let v=(()=>{class Ue{constructor(V){this._template=V}}return Ue.\u0275fac=function(V){return new(V||Ue)(t.Y36(t.Rgc))},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["ng-template","matExpansionPanelContent",""]]}),Ue})(),n=0;const C=new t.OlP("MAT_EXPANSION_PANEL_DEFAULT_OPTIONS");let B=(()=>{class Ue extends A{constructor(V,Ae,dt,Ie,De,le,Te){super(V,Ae,dt),this._viewContainerRef=Ie,this._animationMode=le,this._hideToggle=!1,this.afterExpand=new t.vpe,this.afterCollapse=new t.vpe,this._inputChanges=new f.x,this._headerId="mat-expansion-panel-header-"+n++,this._bodyAnimationDone=new f.x,this.accordion=V,this._document=De,this._bodyAnimationDone.pipe((0,U.x)((xe,W)=>xe.fromState===W.fromState&&xe.toState===W.toState)).subscribe(xe=>{"void"!==xe.fromState&&("expanded"===xe.toState?this.afterExpand.emit():"collapsed"===xe.toState&&this.afterCollapse.emit())}),Te&&(this.hideToggle=Te.hideToggle)}get hideToggle(){return this._hideToggle||this.accordion&&this.accordion.hideToggle}set hideToggle(V){this._hideToggle=(0,e.Ig)(V)}get togglePosition(){return this._togglePosition||this.accordion&&this.accordion.togglePosition}set togglePosition(V){this._togglePosition=V}_hasSpacing(){return!!this.accordion&&this.expanded&&"default"===this.accordion.displayMode}_getExpandedState(){return this.expanded?"expanded":"collapsed"}toggle(){this.expanded=!this.expanded}close(){this.expanded=!1}open(){this.expanded=!0}ngAfterContentInit(){this._lazyContent&&this.opened.pipe((0,Z.O)(null),(0,j.h)(()=>this.expanded&&!this._portal),(0,ne.q)(1)).subscribe(()=>{this._portal=new D.UE(this._lazyContent._template,this._viewContainerRef)})}ngOnChanges(V){this._inputChanges.next(V)}ngOnDestroy(){super.ngOnDestroy(),this._bodyAnimationDone.complete(),this._inputChanges.complete()}_containsFocus(){if(this._body){const V=this._document.activeElement,Ae=this._body.nativeElement;return V===Ae||Ae.contains(V)}return!1}}return Ue.\u0275fac=function(V){return new(V||Ue)(t.Y36(_,12),t.Y36(t.sBO),t.Y36(a.A8),t.Y36(t.s_b),t.Y36(L.K0),t.Y36(de.Qb,8),t.Y36(C,8))},Ue.\u0275cmp=t.Xpm({type:Ue,selectors:[["mat-expansion-panel"]],contentQueries:function(V,Ae,dt){if(1&V&&t.Suo(dt,v,5),2&V){let Ie;t.iGM(Ie=t.CRH())&&(Ae._lazyContent=Ie.first)}},viewQuery:function(V,Ae){if(1&V&&t.Gf(X,5),2&V){let dt;t.iGM(dt=t.CRH())&&(Ae._body=dt.first)}},hostAttrs:[1,"mat-expansion-panel"],hostVars:6,hostBindings:function(V,Ae){2&V&&t.ekj("mat-expanded",Ae.expanded)("_mat-animation-noopable","NoopAnimations"===Ae._animationMode)("mat-expansion-panel-spacing",Ae._hasSpacing())},inputs:{disabled:"disabled",expanded:"expanded",hideToggle:"hideToggle",togglePosition:"togglePosition"},outputs:{opened:"opened",closed:"closed",expandedChange:"expandedChange",afterExpand:"afterExpand",afterCollapse:"afterCollapse"},exportAs:["matExpansionPanel"],features:[t._Bn([{provide:_,useValue:void 0}]),t.qOj,t.TTD],ngContentSelectors:i,decls:7,vars:4,consts:[["role","region",1,"mat-expansion-panel-content",3,"id"],["body",""],[1,"mat-expansion-panel-body"],[3,"cdkPortalOutlet"]],template:function(V,Ae){1&V&&(t.F$t(y),t.Hsn(0),t.TgZ(1,"div",0,1),t.NdJ("@bodyExpansion.done",function(Ie){return Ae._bodyAnimationDone.next(Ie)}),t.TgZ(3,"div",2),t.Hsn(4,1),t.YNc(5,me,0,0,"ng-template",3),t.qZA(),t.Hsn(6,2),t.qZA()),2&V&&(t.xp6(1),t.Q6J("@bodyExpansion",Ae._getExpandedState())("id",Ae.id),t.uIk("aria-labelledby",Ae._headerId),t.xp6(4),t.Q6J("cdkPortalOutlet",Ae._portal))},directives:[D.Pl],styles:['.mat-expansion-panel{box-sizing:content-box;display:block;margin:0;border-radius:4px;overflow:hidden;transition:margin 225ms cubic-bezier(0.4, 0, 0.2, 1),box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);position:relative}.mat-accordion .mat-expansion-panel:not(.mat-expanded),.mat-accordion .mat-expansion-panel:not(.mat-expansion-panel-spacing){border-radius:0}.mat-accordion .mat-expansion-panel:first-of-type{border-top-right-radius:4px;border-top-left-radius:4px}.mat-accordion .mat-expansion-panel:last-of-type{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.cdk-high-contrast-active .mat-expansion-panel{outline:solid 1px}.mat-expansion-panel.ng-animate-disabled,.ng-animate-disabled .mat-expansion-panel,.mat-expansion-panel._mat-animation-noopable{transition:none}.mat-expansion-panel-content{display:flex;flex-direction:column;overflow:visible}.mat-expansion-panel-content[style*="visibility: hidden"] *{visibility:hidden !important}.mat-expansion-panel-body{padding:0 24px 16px}.mat-expansion-panel-spacing{margin:16px 0}.mat-accordion>.mat-expansion-panel-spacing:first-child,.mat-accordion>*:first-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-top:0}.mat-accordion>.mat-expansion-panel-spacing:last-child,.mat-accordion>*:last-child:not(.mat-expansion-panel) .mat-expansion-panel-spacing{margin-bottom:0}.mat-action-row{border-top-style:solid;border-top-width:1px;display:flex;flex-direction:row;justify-content:flex-end;padding:16px 8px 16px 24px}.mat-action-row .mat-button-base,.mat-action-row .mat-mdc-button-base{margin-left:8px}[dir=rtl] .mat-action-row .mat-button-base,[dir=rtl] .mat-action-row .mat-mdc-button-base{margin-left:0;margin-right:8px}\n'],encapsulation:2,data:{animation:[I.bodyExpansion]},changeDetection:0}),Ue})();class F{}const q=(0,k.sb)(F);let he=(()=>{class Ue extends q{constructor(V,Ae,dt,Ie,De,le,Te){super(),this.panel=V,this._element=Ae,this._focusMonitor=dt,this._changeDetectorRef=Ie,this._animationMode=le,this._parentChangeSubscription=M.w0.EMPTY;const xe=V.accordion?V.accordion._stateChanges.pipe((0,j.h)(W=>!(!W.hideToggle&&!W.togglePosition))):te.E;this.tabIndex=parseInt(Te||"")||0,this._parentChangeSubscription=(0,ie.T)(V.opened,V.closed,xe,V._inputChanges.pipe((0,j.h)(W=>!!(W.hideToggle||W.disabled||W.togglePosition)))).subscribe(()=>this._changeDetectorRef.markForCheck()),V.closed.pipe((0,j.h)(()=>V._containsFocus())).subscribe(()=>dt.focusVia(Ae,"program")),De&&(this.expandedHeight=De.expandedHeight,this.collapsedHeight=De.collapsedHeight)}get disabled(){return this.panel.disabled}_toggle(){this.disabled||this.panel.toggle()}_isExpanded(){return this.panel.expanded}_getExpandedState(){return this.panel._getExpandedState()}_getPanelId(){return this.panel.id}_getTogglePosition(){return this.panel.togglePosition}_showToggle(){return!this.panel.hideToggle&&!this.panel.disabled}_getHeaderHeight(){const V=this._isExpanded();return V&&this.expandedHeight?this.expandedHeight:!V&&this.collapsedHeight?this.collapsedHeight:null}_keydown(V){switch(V.keyCode){case $.L_:case $.K5:(0,$.Vb)(V)||(V.preventDefault(),this._toggle());break;default:return void(this.panel.accordion&&this.panel.accordion._handleHeaderKeydown(V))}}focus(V,Ae){V?this._focusMonitor.focusVia(this._element,V,Ae):this._element.nativeElement.focus(Ae)}ngAfterViewInit(){this._focusMonitor.monitor(this._element).subscribe(V=>{V&&this.panel.accordion&&this.panel.accordion._handleHeaderFocus(this)})}ngOnDestroy(){this._parentChangeSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._element)}}return Ue.\u0275fac=function(V){return new(V||Ue)(t.Y36(B,1),t.Y36(t.SBq),t.Y36(S.tE),t.Y36(t.sBO),t.Y36(C,8),t.Y36(de.Qb,8),t.$8M("tabindex"))},Ue.\u0275cmp=t.Xpm({type:Ue,selectors:[["mat-expansion-panel-header"]],hostAttrs:["role","button",1,"mat-expansion-panel-header","mat-focus-indicator"],hostVars:15,hostBindings:function(V,Ae){1&V&&t.NdJ("click",function(){return Ae._toggle()})("keydown",function(Ie){return Ae._keydown(Ie)}),2&V&&(t.uIk("id",Ae.panel._headerId)("tabindex",Ae.tabIndex)("aria-controls",Ae._getPanelId())("aria-expanded",Ae._isExpanded())("aria-disabled",Ae.panel.disabled),t.Udp("height",Ae._getHeaderHeight()),t.ekj("mat-expanded",Ae._isExpanded())("mat-expansion-toggle-indicator-after","after"===Ae._getTogglePosition())("mat-expansion-toggle-indicator-before","before"===Ae._getTogglePosition())("_mat-animation-noopable","NoopAnimations"===Ae._animationMode))},inputs:{tabIndex:"tabIndex",expandedHeight:"expandedHeight",collapsedHeight:"collapsedHeight"},features:[t.qOj],ngContentSelectors:c,decls:5,vars:1,consts:[[1,"mat-content"],["class","mat-expansion-indicator",4,"ngIf"],[1,"mat-expansion-indicator"]],template:function(V,Ae){1&V&&(t.F$t(u),t.TgZ(0,"span",0),t.Hsn(1),t.Hsn(2,1),t.Hsn(3,2),t.qZA(),t.YNc(4,r,1,1,"span",1)),2&V&&(t.xp6(4),t.Q6J("ngIf",Ae._showToggle()))},directives:[L.O5],styles:['.mat-expansion-panel-header{display:flex;flex-direction:row;align-items:center;padding:0 24px;border-radius:inherit;transition:height 225ms cubic-bezier(0.4, 0, 0.2, 1)}.mat-expansion-panel-header._mat-animation-noopable{transition:none}.mat-expansion-panel-header:focus,.mat-expansion-panel-header:hover{outline:none}.mat-expansion-panel-header.mat-expanded:focus,.mat-expansion-panel-header.mat-expanded:hover{background:inherit}.mat-expansion-panel-header:not([aria-disabled=true]){cursor:pointer}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before{flex-direction:row-reverse}.mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 16px 0 0}[dir=rtl] .mat-expansion-panel-header.mat-expansion-toggle-indicator-before .mat-expansion-indicator{margin:0 0 0 16px}.mat-content{display:flex;flex:1;flex-direction:row;overflow:hidden}.mat-expansion-panel-header-title,.mat-expansion-panel-header-description{display:flex;flex-grow:1;margin-right:16px;align-items:center}[dir=rtl] .mat-expansion-panel-header-title,[dir=rtl] .mat-expansion-panel-header-description{margin-right:0;margin-left:16px}.mat-expansion-panel-header-description{flex-grow:2}.mat-expansion-indicator::after{border-style:solid;border-width:0 2px 2px 0;content:"";display:inline-block;padding:3px;transform:rotate(45deg);vertical-align:middle}.cdk-high-contrast-active .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true])::before,.cdk-high-contrast-active .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true])::before,.cdk-high-contrast-active .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true])::before{top:0;left:0;right:0;bottom:0;position:absolute;box-sizing:border-box;pointer-events:none;border:3px solid;border-radius:4px;content:""}.cdk-high-contrast-active .mat-expansion-panel-content{border-top:1px solid;border-top-left-radius:0;border-top-right-radius:0}\n'],encapsulation:2,data:{animation:[I.indicatorRotate]},changeDetection:0}),Ue})(),ve=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["mat-panel-description"]],hostAttrs:[1,"mat-expansion-panel-header-description"]}),Ue})(),Ne=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275dir=t.lG2({type:Ue,selectors:[["mat-panel-title"]],hostAttrs:[1,"mat-expansion-panel-header-title"]}),Ue})(),we=(()=>{class Ue extends N{constructor(){super(...arguments),this._ownHeaders=new t.n_E,this._hideToggle=!1,this.displayMode="default",this.togglePosition="after"}get hideToggle(){return this._hideToggle}set hideToggle(V){this._hideToggle=(0,e.Ig)(V)}ngAfterContentInit(){this._headers.changes.pipe((0,Z.O)(this._headers)).subscribe(V=>{this._ownHeaders.reset(V.filter(Ae=>Ae.panel.accordion===this)),this._ownHeaders.notifyOnChanges()}),this._keyManager=new S.Em(this._ownHeaders).withWrap().withHomeAndEnd()}_handleHeaderKeydown(V){this._keyManager.onKeydown(V)}_handleHeaderFocus(V){this._keyManager.updateActiveItem(V)}ngOnDestroy(){super.ngOnDestroy(),this._ownHeaders.destroy()}}return Ue.\u0275fac=function(){let ye;return function(Ae){return(ye||(ye=t.n5z(Ue)))(Ae||Ue)}}(),Ue.\u0275dir=t.lG2({type:Ue,selectors:[["mat-accordion"]],contentQueries:function(V,Ae,dt){if(1&V&&t.Suo(dt,he,5),2&V){let Ie;t.iGM(Ie=t.CRH())&&(Ae._headers=Ie)}},hostAttrs:[1,"mat-accordion"],hostVars:2,hostBindings:function(V,Ae){2&V&&t.ekj("mat-accordion-multi",Ae.multi)},inputs:{multi:"multi",hideToggle:"hideToggle",displayMode:"displayMode",togglePosition:"togglePosition"},exportAs:["matAccordion"],features:[t._Bn([{provide:_,useExisting:Ue}]),t.qOj]}),Ue})(),Q=(()=>{class Ue{}return Ue.\u0275fac=function(V){return new(V||Ue)},Ue.\u0275mod=t.oAB({type:Ue}),Ue.\u0275inj=t.cJS({imports:[[L.ez,k.BQ,w,D.eL]]}),Ue})()},7322:(Ve,K,p)=>{"use strict";p.d(K,{Eo:()=>n,G_:()=>le,KE:()=>Te,R9:()=>ye,TO:()=>I,bx:()=>he,lN:()=>xe});var t=p(7144),e=p(9808),f=p(5e3),M=p(508),a=p(3191),b=p(7579),d=p(6451),N=p(4968),h=p(8675),A=p(2722),w=p(5698),D=p(1777),L=p(6360),k=p(226),S=p(925);const U=["connectionContainer"],Z=["inputContainer"],j=["label"];function ne(W,ee){1&W&&(f.ynx(0),f.TgZ(1,"div",14),f._UZ(2,"div",15)(3,"div",16)(4,"div",17),f.qZA(),f.TgZ(5,"div",18),f._UZ(6,"div",15)(7,"div",16)(8,"div",17),f.qZA(),f.BQk())}function $(W,ee){if(1&W){const ue=f.EpF();f.TgZ(0,"div",19),f.NdJ("cdkObserveContent",function(){return f.CHM(ue),f.oxw().updateOutlineGap()}),f.Hsn(1,1),f.qZA()}if(2&W){const ue=f.oxw();f.Q6J("cdkObserveContentDisabled","outline"!=ue.appearance)}}function de(W,ee){if(1&W&&(f.ynx(0),f.Hsn(1,2),f.TgZ(2,"span"),f._uU(3),f.qZA(),f.BQk()),2&W){const ue=f.oxw(2);f.xp6(3),f.Oqu(ue._control.placeholder)}}function te(W,ee){1&W&&f.Hsn(0,3,["*ngSwitchCase","true"])}function ie(W,ee){1&W&&(f.TgZ(0,"span",23),f._uU(1," *"),f.qZA())}function oe(W,ee){if(1&W){const ue=f.EpF();f.TgZ(0,"label",20,21),f.NdJ("cdkObserveContent",function(){return f.CHM(ue),f.oxw().updateOutlineGap()}),f.YNc(2,de,4,1,"ng-container",12),f.YNc(3,te,1,0,"ng-content",12),f.YNc(4,ie,2,0,"span",22),f.qZA()}if(2&W){const ue=f.oxw();f.ekj("mat-empty",ue._control.empty&&!ue._shouldAlwaysFloat())("mat-form-field-empty",ue._control.empty&&!ue._shouldAlwaysFloat())("mat-accent","accent"==ue.color)("mat-warn","warn"==ue.color),f.Q6J("cdkObserveContentDisabled","outline"!=ue.appearance)("id",ue._labelId)("ngSwitch",ue._hasLabel()),f.uIk("for",ue._control.id)("aria-owns",ue._control.id),f.xp6(2),f.Q6J("ngSwitchCase",!1),f.xp6(1),f.Q6J("ngSwitchCase",!0),f.xp6(1),f.Q6J("ngIf",!ue.hideRequiredMarker&&ue._control.required&&!ue._control.disabled)}}function X(W,ee){1&W&&(f.TgZ(0,"div",24),f.Hsn(1,4),f.qZA())}function me(W,ee){if(1&W&&(f.TgZ(0,"div",25),f._UZ(1,"span",26),f.qZA()),2&W){const ue=f.oxw();f.xp6(1),f.ekj("mat-accent","accent"==ue.color)("mat-warn","warn"==ue.color)}}function y(W,ee){if(1&W&&(f.TgZ(0,"div"),f.Hsn(1,5),f.qZA()),2&W){const ue=f.oxw();f.Q6J("@transitionMessages",ue._subscriptAnimationState)}}function i(W,ee){if(1&W&&(f.TgZ(0,"div",30),f._uU(1),f.qZA()),2&W){const ue=f.oxw(2);f.Q6J("id",ue._hintLabelId),f.xp6(1),f.Oqu(ue.hintLabel)}}function r(W,ee){if(1&W&&(f.TgZ(0,"div",27),f.YNc(1,i,2,2,"div",28),f.Hsn(2,6),f._UZ(3,"div",29),f.Hsn(4,7),f.qZA()),2&W){const ue=f.oxw();f.Q6J("@transitionMessages",ue._subscriptAnimationState),f.xp6(1),f.Q6J("ngIf",ue.hintLabel)}}const u=["*",[["","matPrefix",""]],[["mat-placeholder"]],[["mat-label"]],[["","matSuffix",""]],[["mat-error"]],[["mat-hint",3,"align","end"]],[["mat-hint","align","end"]]],c=["*","[matPrefix]","mat-placeholder","mat-label","[matSuffix]","mat-error","mat-hint:not([align='end'])","mat-hint[align='end']"];let _=0;const E=new f.OlP("MatError");let I=(()=>{class W{constructor(ue,_e){this.id="mat-error-"+_++,ue||_e.nativeElement.setAttribute("aria-live","polite")}}return W.\u0275fac=function(ue){return new(ue||W)(f.$8M("aria-live"),f.Y36(f.SBq))},W.\u0275dir=f.lG2({type:W,selectors:[["mat-error"]],hostAttrs:["aria-atomic","true",1,"mat-error"],hostVars:1,hostBindings:function(ue,_e){2&ue&&f.uIk("id",_e.id)},inputs:{id:"id"},features:[f._Bn([{provide:E,useExisting:W}])]}),W})();const v={transitionMessages:(0,D.X$)("transitionMessages",[(0,D.SB)("enter",(0,D.oB)({opacity:1,transform:"translateY(0%)"})),(0,D.eR)("void => enter",[(0,D.oB)({opacity:0,transform:"translateY(-5px)"}),(0,D.jt)("300ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])};let n=(()=>{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W}),W})(),F=0;const q=new f.OlP("MatHint");let he=(()=>{class W{constructor(){this.align="start",this.id="mat-hint-"+F++}}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W,selectors:[["mat-hint"]],hostAttrs:[1,"mat-hint"],hostVars:4,hostBindings:function(ue,_e){2&ue&&(f.uIk("id",_e.id)("align",null),f.ekj("mat-form-field-hint-end","end"===_e.align))},inputs:{align:"align",id:"id"},features:[f._Bn([{provide:q,useExisting:W}])]}),W})(),ve=(()=>{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W,selectors:[["mat-label"]]}),W})(),Ne=(()=>{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W,selectors:[["mat-placeholder"]]}),W})();const we=new f.OlP("MatPrefix"),Ue=new f.OlP("MatSuffix");let ye=(()=>{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275dir=f.lG2({type:W,selectors:[["","matSuffix",""]],features:[f._Bn([{provide:Ue,useExisting:W}])]}),W})(),V=0;const Ie=(0,M.pj)(class{constructor(W){this._elementRef=W}},"primary"),De=new f.OlP("MAT_FORM_FIELD_DEFAULT_OPTIONS"),le=new f.OlP("MatFormField");let Te=(()=>{class W extends Ie{constructor(ue,_e,Le,ut,ht,It,ui){super(ue),this._changeDetectorRef=_e,this._dir=Le,this._defaults=ut,this._platform=ht,this._ngZone=It,this._outlineGapCalculationNeededImmediately=!1,this._outlineGapCalculationNeededOnStable=!1,this._destroyed=new b.x,this._showAlwaysAnimate=!1,this._subscriptAnimationState="",this._hintLabel="",this._hintLabelId="mat-hint-"+V++,this._labelId="mat-form-field-label-"+V++,this.floatLabel=this._getDefaultFloatLabelState(),this._animationsEnabled="NoopAnimations"!==ui,this.appearance=ut&&ut.appearance?ut.appearance:"legacy",this._hideRequiredMarker=!(!ut||null==ut.hideRequiredMarker)&&ut.hideRequiredMarker}get appearance(){return this._appearance}set appearance(ue){const _e=this._appearance;this._appearance=ue||this._defaults&&this._defaults.appearance||"legacy","outline"===this._appearance&&_e!==ue&&(this._outlineGapCalculationNeededOnStable=!0)}get hideRequiredMarker(){return this._hideRequiredMarker}set hideRequiredMarker(ue){this._hideRequiredMarker=(0,a.Ig)(ue)}_shouldAlwaysFloat(){return"always"===this.floatLabel&&!this._showAlwaysAnimate}_canLabelFloat(){return"never"!==this.floatLabel}get hintLabel(){return this._hintLabel}set hintLabel(ue){this._hintLabel=ue,this._processHints()}get floatLabel(){return"legacy"!==this.appearance&&"never"===this._floatLabel?"auto":this._floatLabel}set floatLabel(ue){ue!==this._floatLabel&&(this._floatLabel=ue||this._getDefaultFloatLabelState(),this._changeDetectorRef.markForCheck())}get _control(){return this._explicitFormFieldControl||this._controlNonStatic||this._controlStatic}set _control(ue){this._explicitFormFieldControl=ue}getLabelId(){return this._hasFloatingLabel()?this._labelId:null}getConnectedOverlayOrigin(){return this._connectionContainerRef||this._elementRef}ngAfterContentInit(){this._validateControlChild();const ue=this._control;ue.controlType&&this._elementRef.nativeElement.classList.add(`mat-form-field-type-${ue.controlType}`),ue.stateChanges.pipe((0,h.O)(null)).subscribe(()=>{this._validatePlaceholders(),this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),ue.ngControl&&ue.ngControl.valueChanges&&ue.ngControl.valueChanges.pipe((0,A.R)(this._destroyed)).subscribe(()=>this._changeDetectorRef.markForCheck()),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.pipe((0,A.R)(this._destroyed)).subscribe(()=>{this._outlineGapCalculationNeededOnStable&&this.updateOutlineGap()})}),(0,d.T)(this._prefixChildren.changes,this._suffixChildren.changes).subscribe(()=>{this._outlineGapCalculationNeededOnStable=!0,this._changeDetectorRef.markForCheck()}),this._hintChildren.changes.pipe((0,h.O)(null)).subscribe(()=>{this._processHints(),this._changeDetectorRef.markForCheck()}),this._errorChildren.changes.pipe((0,h.O)(null)).subscribe(()=>{this._syncDescribedByIds(),this._changeDetectorRef.markForCheck()}),this._dir&&this._dir.change.pipe((0,A.R)(this._destroyed)).subscribe(()=>{"function"==typeof requestAnimationFrame?this._ngZone.runOutsideAngular(()=>{requestAnimationFrame(()=>this.updateOutlineGap())}):this.updateOutlineGap()})}ngAfterContentChecked(){this._validateControlChild(),this._outlineGapCalculationNeededImmediately&&this.updateOutlineGap()}ngAfterViewInit(){this._subscriptAnimationState="enter",this._changeDetectorRef.detectChanges()}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_shouldForward(ue){const _e=this._control?this._control.ngControl:null;return _e&&_e[ue]}_hasPlaceholder(){return!!(this._control&&this._control.placeholder||this._placeholderChild)}_hasLabel(){return!(!this._labelChildNonStatic&&!this._labelChildStatic)}_shouldLabelFloat(){return this._canLabelFloat()&&(this._control&&this._control.shouldLabelFloat||this._shouldAlwaysFloat())}_hideControlPlaceholder(){return"legacy"===this.appearance&&!this._hasLabel()||this._hasLabel()&&!this._shouldLabelFloat()}_hasFloatingLabel(){return this._hasLabel()||"legacy"===this.appearance&&this._hasPlaceholder()}_getDisplayedMessages(){return this._errorChildren&&this._errorChildren.length>0&&this._control.errorState?"error":"hint"}_animateAndLockLabel(){this._hasFloatingLabel()&&this._canLabelFloat()&&(this._animationsEnabled&&this._label&&(this._showAlwaysAnimate=!0,(0,N.R)(this._label.nativeElement,"transitionend").pipe((0,w.q)(1)).subscribe(()=>{this._showAlwaysAnimate=!1})),this.floatLabel="always",this._changeDetectorRef.markForCheck())}_validatePlaceholders(){}_processHints(){this._validateHints(),this._syncDescribedByIds()}_validateHints(){}_getDefaultFloatLabelState(){return this._defaults&&this._defaults.floatLabel||"auto"}_syncDescribedByIds(){if(this._control){let ue=[];if(this._control.userAriaDescribedBy&&"string"==typeof this._control.userAriaDescribedBy&&ue.push(...this._control.userAriaDescribedBy.split(" ")),"hint"===this._getDisplayedMessages()){const _e=this._hintChildren?this._hintChildren.find(ut=>"start"===ut.align):null,Le=this._hintChildren?this._hintChildren.find(ut=>"end"===ut.align):null;_e?ue.push(_e.id):this._hintLabel&&ue.push(this._hintLabelId),Le&&ue.push(Le.id)}else this._errorChildren&&ue.push(...this._errorChildren.map(_e=>_e.id));this._control.setDescribedByIds(ue)}}_validateControlChild(){}updateOutlineGap(){const ue=this._label?this._label.nativeElement:null,_e=this._connectionContainerRef.nativeElement,Le=".mat-form-field-outline-start",ut=".mat-form-field-outline-gap";if("outline"!==this.appearance||!this._platform.isBrowser)return;if(!ue||!ue.children.length||!ue.textContent.trim()){const Gt=_e.querySelectorAll(`${Le}, ${ut}`);for(let hi=0;hi0?.75*Ct+10:0}for(let Gt=0;Gt{class W{}return W.\u0275fac=function(ue){return new(ue||W)},W.\u0275mod=f.oAB({type:W}),W.\u0275inj=f.cJS({imports:[[e.ez,M.BQ,t.Q8],M.BQ]}),W})()},3954:(Ve,K,p)=>{"use strict";p.d(K,{DX:()=>D,Il:()=>X,N6:()=>me});var t=p(5e3),e=p(508),f=p(3191),M=p(226);const a=["*"];class h{constructor(){this.columnIndex=0,this.rowIndex=0}get rowCount(){return this.rowIndex+1}get rowspan(){const r=Math.max(...this.tracker);return r>1?this.rowCount+r-1:this.rowCount}update(r,u){this.columnIndex=0,this.rowIndex=0,this.tracker=new Array(r),this.tracker.fill(0,0,this.tracker.length),this.positions=u.map(c=>this._trackTile(c))}_trackTile(r){const u=this._findMatchingGap(r.colspan);return this._markTilePosition(u,r),this.columnIndex=u+r.colspan,new A(this.rowIndex,u)}_findMatchingGap(r){let u=-1,c=-1;do{this.columnIndex+r>this.tracker.length?(this._nextRow(),u=this.tracker.indexOf(0,this.columnIndex),c=this._findGapEndIndex(u)):(u=this.tracker.indexOf(0,this.columnIndex),-1!=u?(c=this._findGapEndIndex(u),this.columnIndex=u+1):(this._nextRow(),u=this.tracker.indexOf(0,this.columnIndex),c=this._findGapEndIndex(u)))}while(c-u{class i{constructor(u,c){this._element=u,this._gridList=c,this._rowspan=1,this._colspan=1}get rowspan(){return this._rowspan}set rowspan(u){this._rowspan=Math.round((0,f.su)(u))}get colspan(){return this._colspan}set colspan(u){this._colspan=Math.round((0,f.su)(u))}_setStyle(u,c){this._element.nativeElement.style[u]=c}}return i.\u0275fac=function(u){return new(u||i)(t.Y36(t.SBq),t.Y36(w,8))},i.\u0275cmp=t.Xpm({type:i,selectors:[["mat-grid-tile"]],hostAttrs:[1,"mat-grid-tile"],hostVars:2,hostBindings:function(u,c){2&u&&t.uIk("rowspan",c.rowspan)("colspan",c.colspan)},inputs:{rowspan:"rowspan",colspan:"colspan"},exportAs:["matGridTile"],ngContentSelectors:a,decls:2,vars:0,consts:[[1,"mat-grid-tile-content"]],template:function(u,c){1&u&&(t.F$t(),t.TgZ(0,"div",0),t.Hsn(1),t.qZA())},styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"],encapsulation:2,changeDetection:0}),i})();const Z=/^-?\d+((\.\d+)?[A-Za-z%$]?)+$/;class j{constructor(){this._rows=0,this._rowspan=0}init(r,u,c,_){this._gutterSize=ie(r),this._rows=u.rowCount,this._rowspan=u.rowspan,this._cols=c,this._direction=_}getBaseTileSize(r,u){return`(${r}% - (${this._gutterSize} * ${u}))`}getTilePosition(r,u){return 0===u?"0":te(`(${r} + ${this._gutterSize}) * ${u}`)}getTileSize(r,u){return`(${r} * ${u}) + (${u-1} * ${this._gutterSize})`}setStyle(r,u,c){let _=100/this._cols,E=(this._cols-1)/this._cols;this.setColStyles(r,c,_,E),this.setRowStyles(r,u,_,E)}setColStyles(r,u,c,_){let E=this.getBaseTileSize(c,_);r._setStyle("rtl"===this._direction?"right":"left",this.getTilePosition(E,u)),r._setStyle("width",te(this.getTileSize(E,r.colspan)))}getGutterSpan(){return`${this._gutterSize} * (${this._rowspan} - 1)`}getTileSpan(r){return`${this._rowspan} * ${this.getTileSize(r,1)}`}getComputedHeight(){return null}}class ne extends j{constructor(r){super(),this.fixedRowHeight=r}init(r,u,c,_){super.init(r,u,c,_),this.fixedRowHeight=ie(this.fixedRowHeight),Z.test(this.fixedRowHeight)}setRowStyles(r,u){r._setStyle("top",this.getTilePosition(this.fixedRowHeight,u)),r._setStyle("height",te(this.getTileSize(this.fixedRowHeight,r.rowspan)))}getComputedHeight(){return["height",te(`${this.getTileSpan(this.fixedRowHeight)} + ${this.getGutterSpan()}`)]}reset(r){r._setListStyle(["height",null]),r._tiles&&r._tiles.forEach(u=>{u._setStyle("top",null),u._setStyle("height",null)})}}class $ extends j{constructor(r){super(),this._parseRatio(r)}setRowStyles(r,u,c,_){this.baseTileHeight=this.getBaseTileSize(c/this.rowHeightRatio,_),r._setStyle("marginTop",this.getTilePosition(this.baseTileHeight,u)),r._setStyle("paddingTop",te(this.getTileSize(this.baseTileHeight,r.rowspan)))}getComputedHeight(){return["paddingBottom",te(`${this.getTileSpan(this.baseTileHeight)} + ${this.getGutterSpan()}`)]}reset(r){r._setListStyle(["paddingBottom",null]),r._tiles.forEach(u=>{u._setStyle("marginTop",null),u._setStyle("paddingTop",null)})}_parseRatio(r){const u=r.split(":");this.rowHeightRatio=parseFloat(u[0])/parseFloat(u[1])}}class de extends j{setRowStyles(r,u){let E=this.getBaseTileSize(100/this._rowspan,(this._rows-1)/this._rows);r._setStyle("top",this.getTilePosition(E,u)),r._setStyle("height",te(this.getTileSize(E,r.rowspan)))}reset(r){r._tiles&&r._tiles.forEach(u=>{u._setStyle("top",null),u._setStyle("height",null)})}}function te(i){return`calc(${i})`}function ie(i){return i.match(/([A-Za-z%]+)$/)?i:`${i}px`}let X=(()=>{class i{constructor(u,c){this._element=u,this._dir=c,this._gutter="1px"}get cols(){return this._cols}set cols(u){this._cols=Math.max(1,Math.round((0,f.su)(u)))}get gutterSize(){return this._gutter}set gutterSize(u){this._gutter=`${null==u?"":u}`}get rowHeight(){return this._rowHeight}set rowHeight(u){const c=`${null==u?"":u}`;c!==this._rowHeight&&(this._rowHeight=c,this._setTileStyler(this._rowHeight))}ngOnInit(){this._checkCols(),this._checkRowHeight()}ngAfterContentChecked(){this._layoutTiles()}_checkCols(){}_checkRowHeight(){this._rowHeight||this._setTileStyler("1:1")}_setTileStyler(u){this._tileStyler&&this._tileStyler.reset(this),this._tileStyler="fit"===u?new de:u&&u.indexOf(":")>-1?new $(u):new ne(u)}_layoutTiles(){this._tileCoordinator||(this._tileCoordinator=new h);const u=this._tileCoordinator,c=this._tiles.filter(E=>!E._gridList||E._gridList===this),_=this._dir?this._dir.value:"ltr";this._tileCoordinator.update(this.cols,c),this._tileStyler.init(this.gutterSize,u,this.cols,_),c.forEach((E,I)=>{const v=u.positions[I];this._tileStyler.setStyle(E,v.row,v.col)}),this._setListStyle(this._tileStyler.getComputedHeight())}_setListStyle(u){u&&(this._element.nativeElement.style[u[0]]=u[1])}}return i.\u0275fac=function(u){return new(u||i)(t.Y36(t.SBq),t.Y36(M.Is,8))},i.\u0275cmp=t.Xpm({type:i,selectors:[["mat-grid-list"]],contentQueries:function(u,c,_){if(1&u&&t.Suo(_,D,5),2&u){let E;t.iGM(E=t.CRH())&&(c._tiles=E)}},hostAttrs:[1,"mat-grid-list"],hostVars:1,hostBindings:function(u,c){2&u&&t.uIk("cols",c.cols)},inputs:{cols:"cols",gutterSize:"gutterSize",rowHeight:"rowHeight"},exportAs:["matGridList"],features:[t._Bn([{provide:w,useExisting:i}])],ngContentSelectors:a,decls:2,vars:0,template:function(u,c){1&u&&(t.F$t(),t.TgZ(0,"div"),t.Hsn(1),t.qZA())},styles:[".mat-grid-list{display:block;position:relative}.mat-grid-tile{display:block;position:absolute;overflow:hidden}.mat-grid-tile .mat-grid-tile-header,.mat-grid-tile .mat-grid-tile-footer{display:flex;align-items:center;height:48px;color:#fff;background:rgba(0,0,0,.38);overflow:hidden;padding:0 16px;position:absolute;left:0;right:0}.mat-grid-tile .mat-grid-tile-header>*,.mat-grid-tile .mat-grid-tile-footer>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-tile-header.mat-2-line,.mat-grid-tile .mat-grid-tile-footer.mat-2-line{height:68px}.mat-grid-tile .mat-grid-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden}.mat-grid-tile .mat-grid-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-grid-tile .mat-grid-list-text:empty{display:none}.mat-grid-tile .mat-grid-tile-header{top:0}.mat-grid-tile .mat-grid-tile-footer{bottom:0}.mat-grid-tile .mat-grid-avatar{padding-right:16px}[dir=rtl] .mat-grid-tile .mat-grid-avatar{padding-right:0;padding-left:16px}.mat-grid-tile .mat-grid-avatar:empty{display:none}.mat-grid-tile-content{top:0;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:center;justify-content:center;height:100%;padding:0;margin:0}\n"],encapsulation:2,changeDetection:0}),i})(),me=(()=>{class i{}return i.\u0275fac=function(u){return new(u||i)},i.\u0275mod=t.oAB({type:i}),i.\u0275inj=t.cJS({imports:[[e.uc,e.BQ],e.uc,e.BQ]}),i})()},5245:(Ve,K,p)=>{"use strict";p.d(K,{Hw:()=>B,Ps:()=>P});var t=p(5e3),e=p(508),f=p(3191),M=p(9808),a=p(9646),b=p(2843),d=p(4128),N=p(727),h=p(8505),A=p(4004),w=p(262),D=p(8746),L=p(3099),k=p(5698),S=p(8138),U=p(2313);const Z=["*"];let j;function $(F){var q;return(null===(q=function ne(){if(void 0===j&&(j=null,"undefined"!=typeof window)){const F=window;void 0!==F.trustedTypes&&(j=F.trustedTypes.createPolicy("angular#components",{createHTML:q=>q}))}return j}())||void 0===q?void 0:q.createHTML(F))||F}function de(F){return Error(`Unable to find icon with the name "${F}"`)}function ie(F){return Error(`The URL provided to MatIconRegistry was not trusted as a resource URL via Angular's DomSanitizer. Attempted URL was "${F}".`)}function oe(F){return Error(`The literal provided to MatIconRegistry was not trusted as safe HTML by Angular's DomSanitizer. Attempted literal was "${F}".`)}class X{constructor(q,he,ve){this.url=q,this.svgText=he,this.options=ve}}let me=(()=>{class F{constructor(he,ve,Ne,we){this._httpClient=he,this._sanitizer=ve,this._errorHandler=we,this._svgIconConfigs=new Map,this._iconSetConfigs=new Map,this._cachedIconsByUrl=new Map,this._inProgressUrlFetches=new Map,this._fontCssClassesByAlias=new Map,this._resolvers=[],this._defaultFontSetClass="material-icons",this._document=Ne}addSvgIcon(he,ve,Ne){return this.addSvgIconInNamespace("",he,ve,Ne)}addSvgIconLiteral(he,ve,Ne){return this.addSvgIconLiteralInNamespace("",he,ve,Ne)}addSvgIconInNamespace(he,ve,Ne,we){return this._addSvgIconConfig(he,ve,new X(Ne,null,we))}addSvgIconResolver(he){return this._resolvers.push(he),this}addSvgIconLiteralInNamespace(he,ve,Ne,we){const Q=this._sanitizer.sanitize(t.q3G.HTML,Ne);if(!Q)throw oe(Ne);const Ue=$(Q);return this._addSvgIconConfig(he,ve,new X("",Ue,we))}addSvgIconSet(he,ve){return this.addSvgIconSetInNamespace("",he,ve)}addSvgIconSetLiteral(he,ve){return this.addSvgIconSetLiteralInNamespace("",he,ve)}addSvgIconSetInNamespace(he,ve,Ne){return this._addSvgIconSetConfig(he,new X(ve,null,Ne))}addSvgIconSetLiteralInNamespace(he,ve,Ne){const we=this._sanitizer.sanitize(t.q3G.HTML,ve);if(!we)throw oe(ve);const Q=$(we);return this._addSvgIconSetConfig(he,new X("",Q,Ne))}registerFontClassAlias(he,ve=he){return this._fontCssClassesByAlias.set(he,ve),this}classNameForFontAlias(he){return this._fontCssClassesByAlias.get(he)||he}setDefaultFontSetClass(he){return this._defaultFontSetClass=he,this}getDefaultFontSetClass(){return this._defaultFontSetClass}getSvgIconFromUrl(he){const ve=this._sanitizer.sanitize(t.q3G.RESOURCE_URL,he);if(!ve)throw ie(he);const Ne=this._cachedIconsByUrl.get(ve);return Ne?(0,a.of)(r(Ne)):this._loadSvgIconFromConfig(new X(he,null)).pipe((0,h.b)(we=>this._cachedIconsByUrl.set(ve,we)),(0,A.U)(we=>r(we)))}getNamedSvgIcon(he,ve=""){const Ne=u(ve,he);let we=this._svgIconConfigs.get(Ne);if(we)return this._getSvgFromConfig(we);if(we=this._getIconConfigFromResolvers(ve,he),we)return this._svgIconConfigs.set(Ne,we),this._getSvgFromConfig(we);const Q=this._iconSetConfigs.get(ve);return Q?this._getSvgFromIconSetConfigs(he,Q):(0,b._)(de(Ne))}ngOnDestroy(){this._resolvers=[],this._svgIconConfigs.clear(),this._iconSetConfigs.clear(),this._cachedIconsByUrl.clear()}_getSvgFromConfig(he){return he.svgText?(0,a.of)(r(this._svgElementFromConfig(he))):this._loadSvgIconFromConfig(he).pipe((0,A.U)(ve=>r(ve)))}_getSvgFromIconSetConfigs(he,ve){const Ne=this._extractIconWithNameFromAnySet(he,ve);if(Ne)return(0,a.of)(Ne);const we=ve.filter(Q=>!Q.svgText).map(Q=>this._loadSvgIconSetFromConfig(Q).pipe((0,w.K)(Ue=>{const V=`Loading icon set URL: ${this._sanitizer.sanitize(t.q3G.RESOURCE_URL,Q.url)} failed: ${Ue.message}`;return this._errorHandler.handleError(new Error(V)),(0,a.of)(null)})));return(0,d.D)(we).pipe((0,A.U)(()=>{const Q=this._extractIconWithNameFromAnySet(he,ve);if(!Q)throw de(he);return Q}))}_extractIconWithNameFromAnySet(he,ve){for(let Ne=ve.length-1;Ne>=0;Ne--){const we=ve[Ne];if(we.svgText&&we.svgText.toString().indexOf(he)>-1){const Q=this._svgElementFromConfig(we),Ue=this._extractSvgIconFromSet(Q,he,we.options);if(Ue)return Ue}}return null}_loadSvgIconFromConfig(he){return this._fetchIcon(he).pipe((0,h.b)(ve=>he.svgText=ve),(0,A.U)(()=>this._svgElementFromConfig(he)))}_loadSvgIconSetFromConfig(he){return he.svgText?(0,a.of)(null):this._fetchIcon(he).pipe((0,h.b)(ve=>he.svgText=ve))}_extractSvgIconFromSet(he,ve,Ne){const we=he.querySelector(`[id="${ve}"]`);if(!we)return null;const Q=we.cloneNode(!0);if(Q.removeAttribute("id"),"svg"===Q.nodeName.toLowerCase())return this._setSvgAttributes(Q,Ne);if("symbol"===Q.nodeName.toLowerCase())return this._setSvgAttributes(this._toSvgElement(Q),Ne);const Ue=this._svgElementFromString($(""));return Ue.appendChild(Q),this._setSvgAttributes(Ue,Ne)}_svgElementFromString(he){const ve=this._document.createElement("DIV");ve.innerHTML=he;const Ne=ve.querySelector("svg");if(!Ne)throw Error(" tag not found");return Ne}_toSvgElement(he){const ve=this._svgElementFromString($("")),Ne=he.attributes;for(let we=0;we$(Ae)),(0,D.x)(()=>this._inProgressUrlFetches.delete(Ue)),(0,L.B)());return this._inProgressUrlFetches.set(Ue,V),V}_addSvgIconConfig(he,ve,Ne){return this._svgIconConfigs.set(u(he,ve),Ne),this}_addSvgIconSetConfig(he,ve){const Ne=this._iconSetConfigs.get(he);return Ne?Ne.push(ve):this._iconSetConfigs.set(he,[ve]),this}_svgElementFromConfig(he){if(!he.svgElement){const ve=this._svgElementFromString(he.svgText);this._setSvgAttributes(ve,he.options),he.svgElement=ve}return he.svgElement}_getIconConfigFromResolvers(he,ve){for(let Ne=0;Neq?q.pathname+q.search:""}}}),v=["clip-path","color-profile","src","cursor","fill","filter","marker","marker-start","marker-mid","marker-end","mask","stroke"],n=v.map(F=>`[${F}]`).join(", "),C=/^url\(['"]?#(.*?)['"]?\)$/;let B=(()=>{class F extends _{constructor(he,ve,Ne,we,Q){super(he),this._iconRegistry=ve,this._location=we,this._errorHandler=Q,this._inline=!1,this._currentIconFetch=N.w0.EMPTY,Ne||he.nativeElement.setAttribute("aria-hidden","true")}get inline(){return this._inline}set inline(he){this._inline=(0,f.Ig)(he)}get svgIcon(){return this._svgIcon}set svgIcon(he){he!==this._svgIcon&&(he?this._updateSvgIcon(he):this._svgIcon&&this._clearSvgElement(),this._svgIcon=he)}get fontSet(){return this._fontSet}set fontSet(he){const ve=this._cleanupFontValue(he);ve!==this._fontSet&&(this._fontSet=ve,this._updateFontIconClasses())}get fontIcon(){return this._fontIcon}set fontIcon(he){const ve=this._cleanupFontValue(he);ve!==this._fontIcon&&(this._fontIcon=ve,this._updateFontIconClasses())}_splitIconName(he){if(!he)return["",""];const ve=he.split(":");switch(ve.length){case 1:return["",ve[0]];case 2:return ve;default:throw Error(`Invalid icon name: "${he}"`)}}ngOnInit(){this._updateFontIconClasses()}ngAfterViewChecked(){const he=this._elementsWithExternalReferences;if(he&&he.size){const ve=this._location.getPathname();ve!==this._previousPath&&(this._previousPath=ve,this._prependPathToReferences(ve))}}ngOnDestroy(){this._currentIconFetch.unsubscribe(),this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear()}_usingFontIcon(){return!this.svgIcon}_setSvgElement(he){this._clearSvgElement();const ve=this._location.getPathname();this._previousPath=ve,this._cacheChildrenWithExternalReferences(he),this._prependPathToReferences(ve),this._elementRef.nativeElement.appendChild(he)}_clearSvgElement(){const he=this._elementRef.nativeElement;let ve=he.childNodes.length;for(this._elementsWithExternalReferences&&this._elementsWithExternalReferences.clear();ve--;){const Ne=he.childNodes[ve];(1!==Ne.nodeType||"svg"===Ne.nodeName.toLowerCase())&&Ne.remove()}}_updateFontIconClasses(){if(!this._usingFontIcon())return;const he=this._elementRef.nativeElement,ve=this.fontSet?this._iconRegistry.classNameForFontAlias(this.fontSet):this._iconRegistry.getDefaultFontSetClass();ve!=this._previousFontSetClass&&(this._previousFontSetClass&&he.classList.remove(this._previousFontSetClass),ve&&he.classList.add(ve),this._previousFontSetClass=ve),this.fontIcon!=this._previousFontIconClass&&(this._previousFontIconClass&&he.classList.remove(this._previousFontIconClass),this.fontIcon&&he.classList.add(this.fontIcon),this._previousFontIconClass=this.fontIcon)}_cleanupFontValue(he){return"string"==typeof he?he.trim().split(" ")[0]:he}_prependPathToReferences(he){const ve=this._elementsWithExternalReferences;ve&&ve.forEach((Ne,we)=>{Ne.forEach(Q=>{we.setAttribute(Q.name,`url('${he}#${Q.value}')`)})})}_cacheChildrenWithExternalReferences(he){const ve=he.querySelectorAll(n),Ne=this._elementsWithExternalReferences=this._elementsWithExternalReferences||new Map;for(let we=0;we{const Ue=ve[we],ye=Ue.getAttribute(Q),V=ye?ye.match(C):null;if(V){let Ae=Ne.get(Ue);Ae||(Ae=[],Ne.set(Ue,Ae)),Ae.push({name:Q,value:V[1]})}})}_updateSvgIcon(he){if(this._svgNamespace=null,this._svgName=null,this._currentIconFetch.unsubscribe(),he){const[ve,Ne]=this._splitIconName(he);ve&&(this._svgNamespace=ve),Ne&&(this._svgName=Ne),this._currentIconFetch=this._iconRegistry.getNamedSvgIcon(Ne,ve).pipe((0,k.q)(1)).subscribe(we=>this._setSvgElement(we),we=>{this._errorHandler.handleError(new Error(`Error retrieving icon ${ve}:${Ne}! ${we.message}`))})}}}return F.\u0275fac=function(he){return new(he||F)(t.Y36(t.SBq),t.Y36(me),t.$8M("aria-hidden"),t.Y36(E),t.Y36(t.qLn))},F.\u0275cmp=t.Xpm({type:F,selectors:[["mat-icon"]],hostAttrs:["role","img",1,"mat-icon","notranslate"],hostVars:7,hostBindings:function(he,ve){2&he&&(t.uIk("data-mat-icon-type",ve._usingFontIcon()?"font":"svg")("data-mat-icon-name",ve._svgName||ve.fontIcon)("data-mat-icon-namespace",ve._svgNamespace||ve.fontSet),t.ekj("mat-icon-inline",ve.inline)("mat-icon-no-color","primary"!==ve.color&&"accent"!==ve.color&&"warn"!==ve.color))},inputs:{color:"color",inline:"inline",svgIcon:"svgIcon",fontSet:"fontSet",fontIcon:"fontIcon"},exportAs:["matIcon"],features:[t.qOj],ngContentSelectors:Z,decls:1,vars:0,template:function(he,ve){1&he&&(t.F$t(),t.Hsn(0))},styles:[".mat-icon{-webkit-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px}.mat-icon.mat-icon-inline{font-size:inherit;height:inherit;line-height:inherit;width:inherit}[dir=rtl] .mat-icon-rtl-mirror{transform:scale(-1, 1)}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon{display:block}.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-icon{margin:auto}\n"],encapsulation:2,changeDetection:0}),F})(),P=(()=>{class F{}return F.\u0275fac=function(he){return new(he||F)},F.\u0275mod=t.oAB({type:F}),F.\u0275inj=t.cJS({imports:[[e.BQ],e.BQ]}),F})()},7531:(Ve,K,p)=>{"use strict";p.d(K,{Jk:()=>S,Nt:()=>ne,c:()=>$});var t=p(3191),e=p(925),f=p(5e3),M=p(3075),a=p(508),b=p(7322),d=p(7579),N=p(515);const h=(0,e.i$)({passive:!0});let A=(()=>{class de{constructor(ie,oe){this._platform=ie,this._ngZone=oe,this._monitoredElements=new Map}monitor(ie){if(!this._platform.isBrowser)return N.E;const oe=(0,t.fI)(ie),X=this._monitoredElements.get(oe);if(X)return X.subject;const me=new d.x,y="cdk-text-field-autofilled",i=r=>{"cdk-text-field-autofill-start"!==r.animationName||oe.classList.contains(y)?"cdk-text-field-autofill-end"===r.animationName&&oe.classList.contains(y)&&(oe.classList.remove(y),this._ngZone.run(()=>me.next({target:r.target,isAutofilled:!1}))):(oe.classList.add(y),this._ngZone.run(()=>me.next({target:r.target,isAutofilled:!0})))};return this._ngZone.runOutsideAngular(()=>{oe.addEventListener("animationstart",i,h),oe.classList.add("cdk-text-field-autofill-monitored")}),this._monitoredElements.set(oe,{subject:me,unlisten:()=>{oe.removeEventListener("animationstart",i,h)}}),me}stopMonitoring(ie){const oe=(0,t.fI)(ie),X=this._monitoredElements.get(oe);X&&(X.unlisten(),X.subject.complete(),oe.classList.remove("cdk-text-field-autofill-monitored"),oe.classList.remove("cdk-text-field-autofilled"),this._monitoredElements.delete(oe))}ngOnDestroy(){this._monitoredElements.forEach((ie,oe)=>this.stopMonitoring(oe))}}return de.\u0275fac=function(ie){return new(ie||de)(f.LFG(e.t4),f.LFG(f.R0b))},de.\u0275prov=f.Yz7({token:de,factory:de.\u0275fac,providedIn:"root"}),de})(),L=(()=>{class de{}return de.\u0275fac=function(ie){return new(ie||de)},de.\u0275mod=f.oAB({type:de}),de.\u0275inj=f.cJS({}),de})();const S=new f.OlP("MAT_INPUT_VALUE_ACCESSOR"),U=["button","checkbox","file","hidden","image","radio","range","reset","submit"];let Z=0;const j=(0,a.FD)(class{constructor(de,te,ie,oe){this._defaultErrorStateMatcher=de,this._parentForm=te,this._parentFormGroup=ie,this.ngControl=oe}});let ne=(()=>{class de extends j{constructor(ie,oe,X,me,y,i,r,u,c,_){super(i,me,y,X),this._elementRef=ie,this._platform=oe,this._autofillMonitor=u,this._formField=_,this._uid="mat-input-"+Z++,this.focused=!1,this.stateChanges=new d.x,this.controlType="mat-input",this.autofilled=!1,this._disabled=!1,this._type="text",this._readonly=!1,this._neverEmptyInputTypes=["date","datetime","datetime-local","month","time","week"].filter(v=>(0,e.qK)().has(v)),this._iOSKeyupListener=v=>{const n=v.target;!n.value&&0===n.selectionStart&&0===n.selectionEnd&&(n.setSelectionRange(1,1),n.setSelectionRange(0,0))};const E=this._elementRef.nativeElement,I=E.nodeName.toLowerCase();this._inputValueAccessor=r||E,this._previousNativeValue=this.value,this.id=this.id,oe.IOS&&c.runOutsideAngular(()=>{ie.nativeElement.addEventListener("keyup",this._iOSKeyupListener)}),this._isServer=!this._platform.isBrowser,this._isNativeSelect="select"===I,this._isTextarea="textarea"===I,this._isInFormField=!!_,this._isNativeSelect&&(this.controlType=E.multiple?"mat-native-select-multiple":"mat-native-select")}get disabled(){return this.ngControl&&null!==this.ngControl.disabled?this.ngControl.disabled:this._disabled}set disabled(ie){this._disabled=(0,t.Ig)(ie),this.focused&&(this.focused=!1,this.stateChanges.next())}get id(){return this._id}set id(ie){this._id=ie||this._uid}get required(){var ie,oe,X,me;return null!==(me=null!==(ie=this._required)&&void 0!==ie?ie:null===(X=null===(oe=this.ngControl)||void 0===oe?void 0:oe.control)||void 0===X?void 0:X.hasValidator(M.kI.required))&&void 0!==me&&me}set required(ie){this._required=(0,t.Ig)(ie)}get type(){return this._type}set type(ie){this._type=ie||"text",this._validateType(),!this._isTextarea&&(0,e.qK)().has(this._type)&&(this._elementRef.nativeElement.type=this._type)}get value(){return this._inputValueAccessor.value}set value(ie){ie!==this.value&&(this._inputValueAccessor.value=ie,this.stateChanges.next())}get readonly(){return this._readonly}set readonly(ie){this._readonly=(0,t.Ig)(ie)}ngAfterViewInit(){this._platform.isBrowser&&this._autofillMonitor.monitor(this._elementRef.nativeElement).subscribe(ie=>{this.autofilled=ie.isAutofilled,this.stateChanges.next()})}ngOnChanges(){this.stateChanges.next()}ngOnDestroy(){this.stateChanges.complete(),this._platform.isBrowser&&this._autofillMonitor.stopMonitoring(this._elementRef.nativeElement),this._platform.IOS&&this._elementRef.nativeElement.removeEventListener("keyup",this._iOSKeyupListener)}ngDoCheck(){this.ngControl&&this.updateErrorState(),this._dirtyCheckNativeValue(),this._dirtyCheckPlaceholder()}focus(ie){this._elementRef.nativeElement.focus(ie)}_focusChanged(ie){ie!==this.focused&&(this.focused=ie,this.stateChanges.next())}_onInput(){}_dirtyCheckPlaceholder(){var ie,oe;const X=(null===(oe=null===(ie=this._formField)||void 0===ie?void 0:ie._hideControlPlaceholder)||void 0===oe?void 0:oe.call(ie))?null:this.placeholder;if(X!==this._previousPlaceholder){const me=this._elementRef.nativeElement;this._previousPlaceholder=X,X?me.setAttribute("placeholder",X):me.removeAttribute("placeholder")}}_dirtyCheckNativeValue(){const ie=this._elementRef.nativeElement.value;this._previousNativeValue!==ie&&(this._previousNativeValue=ie,this.stateChanges.next())}_validateType(){U.indexOf(this._type)}_isNeverEmpty(){return this._neverEmptyInputTypes.indexOf(this._type)>-1}_isBadInput(){let ie=this._elementRef.nativeElement.validity;return ie&&ie.badInput}get empty(){return!(this._isNeverEmpty()||this._elementRef.nativeElement.value||this._isBadInput()||this.autofilled)}get shouldLabelFloat(){if(this._isNativeSelect){const ie=this._elementRef.nativeElement,oe=ie.options[0];return this.focused||ie.multiple||!this.empty||!!(ie.selectedIndex>-1&&oe&&oe.label)}return this.focused||!this.empty}setDescribedByIds(ie){ie.length?this._elementRef.nativeElement.setAttribute("aria-describedby",ie.join(" ")):this._elementRef.nativeElement.removeAttribute("aria-describedby")}onContainerClick(){this.focused||this.focus()}_isInlineSelect(){const ie=this._elementRef.nativeElement;return this._isNativeSelect&&(ie.multiple||ie.size>1)}}return de.\u0275fac=function(ie){return new(ie||de)(f.Y36(f.SBq),f.Y36(e.t4),f.Y36(M.a5,10),f.Y36(M.F,8),f.Y36(M.sg,8),f.Y36(a.rD),f.Y36(S,10),f.Y36(A),f.Y36(f.R0b),f.Y36(b.G_,8))},de.\u0275dir=f.lG2({type:de,selectors:[["input","matInput",""],["textarea","matInput",""],["select","matNativeControl",""],["input","matNativeControl",""],["textarea","matNativeControl",""]],hostAttrs:[1,"mat-input-element","mat-form-field-autofill-control"],hostVars:12,hostBindings:function(ie,oe){1&ie&&f.NdJ("focus",function(){return oe._focusChanged(!0)})("blur",function(){return oe._focusChanged(!1)})("input",function(){return oe._onInput()}),2&ie&&(f.Ikx("disabled",oe.disabled)("required",oe.required),f.uIk("id",oe.id)("data-placeholder",oe.placeholder)("name",oe.name||null)("readonly",oe.readonly&&!oe._isNativeSelect||null)("aria-invalid",oe.empty&&oe.required?null:oe.errorState)("aria-required",oe.required),f.ekj("mat-input-server",oe._isServer)("mat-native-select-inline",oe._isInlineSelect()))},inputs:{disabled:"disabled",id:"id",placeholder:"placeholder",name:"name",required:"required",type:"type",errorStateMatcher:"errorStateMatcher",userAriaDescribedBy:["aria-describedby","userAriaDescribedBy"],value:"value",readonly:"readonly"},exportAs:["matInput"],features:[f._Bn([{provide:b.Eo,useExisting:de}]),f.qOj,f.TTD]}),de})(),$=(()=>{class de{}return de.\u0275fac=function(ie){return new(ie||de)},de.\u0275mod=f.oAB({type:de}),de.\u0275inj=f.cJS({providers:[a.rD],imports:[[L,b.lN,a.BQ],L,b.lN]}),de})()},4623:(Ve,K,p)=>{"use strict";p.d(K,{Tg:()=>u,i$:()=>me,ie:()=>C});var t=p(9808),e=p(5e3),f=p(508),M=p(3191),a=p(7579),b=p(2722),D=(p(8675),p(5664),p(449),p(1159),p(3075),p(4834));const L=["*"],S=[[["","mat-list-avatar",""],["","mat-list-icon",""],["","matListAvatar",""],["","matListIcon",""]],[["","mat-line",""],["","matLine",""]],"*"],U=["[mat-list-avatar], [mat-list-icon], [matListAvatar], [matListIcon]","[mat-line], [matLine]","*"],de=(0,f.Id)((0,f.Kr)(class{})),te=(0,f.Kr)(class{}),ie=new e.OlP("MatList"),oe=new e.OlP("MatNavList");let me=(()=>{class B extends de{constructor(F){super(),this._elementRef=F,this._stateChanges=new a.x,"action-list"===this._getListType()&&F.nativeElement.classList.add("mat-action-list")}_getListType(){const F=this._elementRef.nativeElement.nodeName.toLowerCase();return"mat-list"===F?"list":"mat-action-list"===F?"action-list":null}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}}return B.\u0275fac=function(F){return new(F||B)(e.Y36(e.SBq))},B.\u0275cmp=e.Xpm({type:B,selectors:[["mat-list"],["mat-action-list"]],hostAttrs:[1,"mat-list","mat-list-base"],inputs:{disableRipple:"disableRipple",disabled:"disabled"},exportAs:["matList"],features:[e._Bn([{provide:ie,useExisting:B}]),e.qOj,e.TTD],ngContentSelectors:L,decls:1,vars:0,template:function(F,q){1&F&&(e.F$t(),e.Hsn(0))},styles:['.mat-subheader{display:flex;box-sizing:border-box;padding:16px;align-items:center}.mat-list-base .mat-subheader{margin:0}button.mat-list-item,button.mat-list-option{padding:0;width:100%;background:none;color:inherit;border:none;outline:inherit;-webkit-tap-highlight-color:transparent;text-align:left}[dir=rtl] button.mat-list-item,[dir=rtl] button.mat-list-option{text-align:right}button.mat-list-item::-moz-focus-inner,button.mat-list-option::-moz-focus-inner{border:0}.mat-list-base{padding-top:8px;display:block;-webkit-tap-highlight-color:transparent}.mat-list-base .mat-subheader{height:48px;line-height:16px}.mat-list-base .mat-subheader:first-child{margin-top:-8px}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{display:block;height:48px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base .mat-list-item .mat-list-item-content,.mat-list-base .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base .mat-list-item .mat-list-item-content-reverse,.mat-list-base .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base .mat-list-item .mat-list-item-ripple,.mat-list-base .mat-list-option .mat-list-item-ripple{display:block;top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar,.mat-list-base .mat-list-option.mat-list-item-with-avatar{height:56px}.mat-list-base .mat-list-item.mat-2-line,.mat-list-base .mat-list-option.mat-2-line{height:72px}.mat-list-base .mat-list-item.mat-3-line,.mat-list-base .mat-list-option.mat-3-line{height:88px}.mat-list-base .mat-list-item.mat-multi-line,.mat-list-base .mat-list-option.mat-multi-line{height:auto}.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base .mat-list-item .mat-list-text,.mat-list-base .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base .mat-list-item .mat-list-text>*,.mat-list-base .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base .mat-list-item .mat-list-text:empty,.mat-list-base .mat-list-option .mat-list-text:empty{display:none}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base .mat-list-item .mat-list-avatar,.mat-list-base .mat-list-option .mat-list-avatar{flex-shrink:0;width:40px;height:40px;border-radius:50%;object-fit:cover}.mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:72px;width:calc(100% - 72px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:72px}.mat-list-base .mat-list-item .mat-list-icon,.mat-list-base .mat-list-option .mat-list-icon{flex-shrink:0;width:24px;height:24px;font-size:24px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:64px;width:calc(100% - 64px)}[dir=rtl] .mat-list-base .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:64px}.mat-list-base .mat-list-item .mat-divider,.mat-list-base .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base .mat-list-item .mat-divider,[dir=rtl] .mat-list-base .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-list-base[dense]{padding-top:4px;display:block}.mat-list-base[dense] .mat-subheader{height:40px;line-height:8px}.mat-list-base[dense] .mat-subheader:first-child{margin-top:-4px}.mat-list-base[dense] .mat-list-item,.mat-list-base[dense] .mat-list-option{display:block;height:40px;-webkit-tap-highlight-color:transparent;width:100%;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-item-content,.mat-list-base[dense] .mat-list-option .mat-list-item-content{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;padding:0 16px;position:relative;height:inherit}.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse{display:flex;align-items:center;padding:0 16px;flex-direction:row-reverse;justify-content:space-around}.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,.mat-list-base[dense] .mat-list-option .mat-list-item-ripple{display:block;top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar{height:48px}.mat-list-base[dense] .mat-list-item.mat-2-line,.mat-list-base[dense] .mat-list-option.mat-2-line{height:60px}.mat-list-base[dense] .mat-list-item.mat-3-line,.mat-list-base[dense] .mat-list-option.mat-3-line{height:76px}.mat-list-base[dense] .mat-list-item.mat-multi-line,.mat-list-base[dense] .mat-list-option.mat-multi-line{height:auto}.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content{padding-top:16px;padding-bottom:16px}.mat-list-base[dense] .mat-list-item .mat-list-text,.mat-list-base[dense] .mat-list-option .mat-list-text{display:flex;flex-direction:column;flex:auto;box-sizing:border-box;overflow:hidden;padding:0}.mat-list-base[dense] .mat-list-item .mat-list-text>*,.mat-list-base[dense] .mat-list-option .mat-list-text>*{margin:0;padding:0;font-weight:normal;font-size:inherit}.mat-list-base[dense] .mat-list-item .mat-list-text:empty,.mat-list-base[dense] .mat-list-option .mat-list-text:empty{display:none}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:0;padding-left:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:0}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-left:0;padding-right:16px}[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-item.mat-list-option .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar .mat-list-item-content-reverse .mat-list-text,[dir=rtl] .mat-list-base[dense] .mat-list-option.mat-list-option .mat-list-item-content-reverse .mat-list-text{padding-right:0;padding-left:16px}.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content-reverse .mat-list-text,.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar.mat-list-option .mat-list-item-content .mat-list-text{padding-right:16px;padding-left:16px}.mat-list-base[dense] .mat-list-item .mat-list-avatar,.mat-list-base[dense] .mat-list-option .mat-list-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:68px;width:calc(100% - 68px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-avatar~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-avatar~.mat-divider-inset{margin-left:auto;margin-right:68px}.mat-list-base[dense] .mat-list-item .mat-list-icon,.mat-list-base[dense] .mat-list-option .mat-list-icon{flex-shrink:0;width:20px;height:20px;font-size:20px;box-sizing:content-box;border-radius:50%;padding:4px}.mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:60px;width:calc(100% - 60px)}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-list-icon~.mat-divider-inset,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-list-icon~.mat-divider-inset{margin-left:auto;margin-right:60px}.mat-list-base[dense] .mat-list-item .mat-divider,.mat-list-base[dense] .mat-list-option .mat-divider{position:absolute;bottom:0;left:0;width:100%;margin:0}[dir=rtl] .mat-list-base[dense] .mat-list-item .mat-divider,[dir=rtl] .mat-list-base[dense] .mat-list-option .mat-divider{margin-left:auto;margin-right:0}.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset{position:absolute}.mat-nav-list a{text-decoration:none;color:inherit}.mat-nav-list .mat-list-item{cursor:pointer;outline:none}mat-action-list .mat-list-item{cursor:pointer;outline:inherit}.mat-list-option:not(.mat-list-item-disabled){cursor:pointer;outline:none}.mat-list-item-disabled{pointer-events:none}.cdk-high-contrast-active .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active :host .mat-list-item-disabled{opacity:.5}.cdk-high-contrast-active .mat-selection-list:focus{outline-style:dotted}.cdk-high-contrast-active .mat-list-option:hover,.cdk-high-contrast-active .mat-list-option:focus,.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,.cdk-high-contrast-active mat-action-list .mat-list-item:hover,.cdk-high-contrast-active mat-action-list .mat-list-item:focus{outline:dotted 1px;z-index:1}.cdk-high-contrast-active .mat-list-single-selected-option::after{content:"";position:absolute;top:50%;right:16px;transform:translateY(-50%);width:10px;height:0;border-bottom:solid 10px;border-radius:10px}.cdk-high-contrast-active [dir=rtl] .mat-list-single-selected-option::after{right:auto;left:16px}@media(hover: none){.mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,.mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,.mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover{background:none}}\n'],encapsulation:2,changeDetection:0}),B})(),y=(()=>{class B{}return B.\u0275fac=function(F){return new(F||B)},B.\u0275dir=e.lG2({type:B,selectors:[["","mat-list-avatar",""],["","matListAvatar",""]],hostAttrs:[1,"mat-list-avatar"]}),B})(),i=(()=>{class B{}return B.\u0275fac=function(F){return new(F||B)},B.\u0275dir=e.lG2({type:B,selectors:[["","mat-list-icon",""],["","matListIcon",""]],hostAttrs:[1,"mat-list-icon"]}),B})(),u=(()=>{class B extends te{constructor(F,q,he,ve){super(),this._element=F,this._isInteractiveList=!1,this._destroyed=new a.x,this._disabled=!1,this._isInteractiveList=!!(he||ve&&"action-list"===ve._getListType()),this._list=he||ve;const Ne=this._getHostElement();"button"===Ne.nodeName.toLowerCase()&&!Ne.hasAttribute("type")&&Ne.setAttribute("type","button"),this._list&&this._list._stateChanges.pipe((0,b.R)(this._destroyed)).subscribe(()=>{q.markForCheck()})}get disabled(){return this._disabled||!(!this._list||!this._list.disabled)}set disabled(F){this._disabled=(0,M.Ig)(F)}ngAfterContentInit(){(0,f.E0)(this._lines,this._element)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_isRippleDisabled(){return!this._isInteractiveList||this.disableRipple||!(!this._list||!this._list.disableRipple)}_getHostElement(){return this._element.nativeElement}}return B.\u0275fac=function(F){return new(F||B)(e.Y36(e.SBq),e.Y36(e.sBO),e.Y36(oe,8),e.Y36(ie,8))},B.\u0275cmp=e.Xpm({type:B,selectors:[["mat-list-item"],["a","mat-list-item",""],["button","mat-list-item",""]],contentQueries:function(F,q,he){if(1&F&&(e.Suo(he,y,5),e.Suo(he,i,5),e.Suo(he,f.X2,5)),2&F){let ve;e.iGM(ve=e.CRH())&&(q._avatar=ve.first),e.iGM(ve=e.CRH())&&(q._icon=ve.first),e.iGM(ve=e.CRH())&&(q._lines=ve)}},hostAttrs:[1,"mat-list-item","mat-focus-indicator"],hostVars:6,hostBindings:function(F,q){2&F&&e.ekj("mat-list-item-disabled",q.disabled)("mat-list-item-avatar",q._avatar||q._icon)("mat-list-item-with-avatar",q._avatar||q._icon)},inputs:{disableRipple:"disableRipple",disabled:"disabled"},exportAs:["matListItem"],features:[e.qOj],ngContentSelectors:U,decls:6,vars:2,consts:[[1,"mat-list-item-content"],["mat-ripple","",1,"mat-list-item-ripple",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-list-text"]],template:function(F,q){1&F&&(e.F$t(S),e.TgZ(0,"span",0),e._UZ(1,"span",1),e.Hsn(2),e.TgZ(3,"span",2),e.Hsn(4,1),e.qZA(),e.Hsn(5,2),e.qZA()),2&F&&(e.xp6(1),e.Q6J("matRippleTrigger",q._getHostElement())("matRippleDisabled",q._isRippleDisabled()))},directives:[f.wG],encapsulation:2,changeDetection:0}),B})(),C=(()=>{class B{}return B.\u0275fac=function(F){return new(F||B)},B.\u0275mod=e.oAB({type:B}),B.\u0275inj=e.cJS({imports:[[f.uc,f.si,f.BQ,f.us,t.ez],f.uc,f.BQ,f.us,D.t]}),B})()},2181:(Ve,K,p)=>{"use strict";p.d(K,{OP:()=>F,Tx:()=>De,VK:()=>we,p6:()=>Ie});var t=p(5664),e=p(3191),f=p(1159),M=p(5e3),a=p(7579),b=p(727),d=p(6451),N=p(9646),h=p(3101),A=p(8675),w=p(3900),D=p(5698),L=p(2722),k=p(9300),S=p(4086),U=p(1777),Z=p(7429),j=p(9808),ne=p(508),$=p(9776),de=p(925),te=p(226),ie=p(5303);const oe=["mat-menu-item",""];function X(le,Te){1&le&&(M.O4$(),M.TgZ(0,"svg",2),M._UZ(1,"polygon",3),M.qZA())}const me=["*"];function y(le,Te){if(1&le){const xe=M.EpF();M.TgZ(0,"div",0),M.NdJ("keydown",function(ee){return M.CHM(xe),M.oxw()._handleKeydown(ee)})("click",function(){return M.CHM(xe),M.oxw().closed.emit("click")})("@transformMenu.start",function(ee){return M.CHM(xe),M.oxw()._onAnimationStart(ee)})("@transformMenu.done",function(ee){return M.CHM(xe),M.oxw()._onAnimationDone(ee)}),M.TgZ(1,"div",1),M.Hsn(2),M.qZA()()}if(2&le){const xe=M.oxw();M.Q6J("id",xe.panelId)("ngClass",xe._classList)("@transformMenu",xe._panelAnimationState),M.uIk("aria-label",xe.ariaLabel||null)("aria-labelledby",xe.ariaLabelledby||null)("aria-describedby",xe.ariaDescribedby||null)}}const i={transformMenu:(0,U.X$)("transformMenu",[(0,U.SB)("void",(0,U.oB)({opacity:0,transform:"scale(0.8)"})),(0,U.eR)("void => enter",(0,U.jt)("120ms cubic-bezier(0, 0, 0.2, 1)",(0,U.oB)({opacity:1,transform:"scale(1)"}))),(0,U.eR)("* => void",(0,U.jt)("100ms 25ms linear",(0,U.oB)({opacity:0})))]),fadeInItems:(0,U.X$)("fadeInItems",[(0,U.SB)("showing",(0,U.oB)({opacity:1})),(0,U.eR)("void => *",[(0,U.oB)({opacity:0}),(0,U.jt)("400ms 100ms cubic-bezier(0.55, 0, 0.55, 0.2)")])])},c=new M.OlP("MatMenuContent"),B=new M.OlP("MAT_MENU_PANEL"),P=(0,ne.Kr)((0,ne.Id)(class{}));let F=(()=>{class le extends P{constructor(xe,W,ee,ue,_e){var Le;super(),this._elementRef=xe,this._document=W,this._focusMonitor=ee,this._parentMenu=ue,this._changeDetectorRef=_e,this.role="menuitem",this._hovered=new a.x,this._focused=new a.x,this._highlighted=!1,this._triggersSubmenu=!1,null===(Le=null==ue?void 0:ue.addItem)||void 0===Le||Le.call(ue,this)}focus(xe,W){this._focusMonitor&&xe?this._focusMonitor.focusVia(this._getHostElement(),xe,W):this._getHostElement().focus(W),this._focused.next(this)}ngAfterViewInit(){this._focusMonitor&&this._focusMonitor.monitor(this._elementRef,!1)}ngOnDestroy(){this._focusMonitor&&this._focusMonitor.stopMonitoring(this._elementRef),this._parentMenu&&this._parentMenu.removeItem&&this._parentMenu.removeItem(this),this._hovered.complete(),this._focused.complete()}_getTabIndex(){return this.disabled?"-1":"0"}_getHostElement(){return this._elementRef.nativeElement}_checkDisabled(xe){this.disabled&&(xe.preventDefault(),xe.stopPropagation())}_handleMouseEnter(){this._hovered.next(this)}getLabel(){var xe;const W=this._elementRef.nativeElement.cloneNode(!0),ee=W.querySelectorAll("mat-icon, .material-icons");for(let ue=0;ue{class le{constructor(xe,W,ee,ue){this._elementRef=xe,this._ngZone=W,this._defaultOptions=ee,this._changeDetectorRef=ue,this._xPosition=this._defaultOptions.xPosition,this._yPosition=this._defaultOptions.yPosition,this._directDescendantItems=new M.n_E,this._tabSubscription=b.w0.EMPTY,this._classList={},this._panelAnimationState="void",this._animationDone=new a.x,this.overlayPanelClass=this._defaultOptions.overlayPanelClass||"",this.backdropClass=this._defaultOptions.backdropClass,this._overlapTrigger=this._defaultOptions.overlapTrigger,this._hasBackdrop=this._defaultOptions.hasBackdrop,this.closed=new M.vpe,this.close=this.closed,this.panelId="mat-menu-panel-"+ve++}get xPosition(){return this._xPosition}set xPosition(xe){this._xPosition=xe,this.setPositionClasses()}get yPosition(){return this._yPosition}set yPosition(xe){this._yPosition=xe,this.setPositionClasses()}get overlapTrigger(){return this._overlapTrigger}set overlapTrigger(xe){this._overlapTrigger=(0,e.Ig)(xe)}get hasBackdrop(){return this._hasBackdrop}set hasBackdrop(xe){this._hasBackdrop=(0,e.Ig)(xe)}set panelClass(xe){const W=this._previousPanelClass;W&&W.length&&W.split(" ").forEach(ee=>{this._classList[ee]=!1}),this._previousPanelClass=xe,xe&&xe.length&&(xe.split(" ").forEach(ee=>{this._classList[ee]=!0}),this._elementRef.nativeElement.className="")}get classList(){return this.panelClass}set classList(xe){this.panelClass=xe}ngOnInit(){this.setPositionClasses()}ngAfterContentInit(){this._updateDirectDescendants(),this._keyManager=new t.Em(this._directDescendantItems).withWrap().withTypeAhead().withHomeAndEnd(),this._tabSubscription=this._keyManager.tabOut.subscribe(()=>this.closed.emit("tab")),this._directDescendantItems.changes.pipe((0,A.O)(this._directDescendantItems),(0,w.w)(xe=>(0,d.T)(...xe.map(W=>W._focused)))).subscribe(xe=>this._keyManager.updateActiveItem(xe)),this._directDescendantItems.changes.subscribe(xe=>{var W;const ee=this._keyManager;if("enter"===this._panelAnimationState&&(null===(W=ee.activeItem)||void 0===W?void 0:W._hasFocus())){const ue=xe.toArray(),_e=Math.max(0,Math.min(ue.length-1,ee.activeItemIndex||0));ue[_e]&&!ue[_e].disabled?ee.setActiveItem(_e):ee.setNextItemActive()}})}ngOnDestroy(){this._directDescendantItems.destroy(),this._tabSubscription.unsubscribe(),this.closed.complete()}_hovered(){return this._directDescendantItems.changes.pipe((0,A.O)(this._directDescendantItems),(0,w.w)(W=>(0,d.T)(...W.map(ee=>ee._hovered))))}addItem(xe){}removeItem(xe){}_handleKeydown(xe){const W=xe.keyCode,ee=this._keyManager;switch(W){case f.hY:(0,f.Vb)(xe)||(xe.preventDefault(),this.closed.emit("keydown"));break;case f.oh:this.parentMenu&&"ltr"===this.direction&&this.closed.emit("keydown");break;case f.SV:this.parentMenu&&"rtl"===this.direction&&this.closed.emit("keydown");break;default:return(W===f.LH||W===f.JH)&&ee.setFocusOrigin("keyboard"),void ee.onKeydown(xe)}xe.stopPropagation()}focusFirstItem(xe="program"){this._ngZone.onStable.pipe((0,D.q)(1)).subscribe(()=>{let W=null;if(this._directDescendantItems.length&&(W=this._directDescendantItems.first._getHostElement().closest('[role="menu"]')),!W||!W.contains(document.activeElement)){const ee=this._keyManager;ee.setFocusOrigin(xe).setFirstItemActive(),!ee.activeItem&&W&&W.focus()}})}resetActiveItem(){this._keyManager.setActiveItem(-1)}setElevation(xe){const W=Math.min(this._baseElevation+xe,24),ee=`${this._elevationPrefix}${W}`,ue=Object.keys(this._classList).find(_e=>_e.startsWith(this._elevationPrefix));(!ue||ue===this._previousElevation)&&(this._previousElevation&&(this._classList[this._previousElevation]=!1),this._classList[ee]=!0,this._previousElevation=ee)}setPositionClasses(xe=this.xPosition,W=this.yPosition){var ee;const ue=this._classList;ue["mat-menu-before"]="before"===xe,ue["mat-menu-after"]="after"===xe,ue["mat-menu-above"]="above"===W,ue["mat-menu-below"]="below"===W,null===(ee=this._changeDetectorRef)||void 0===ee||ee.markForCheck()}_startAnimation(){this._panelAnimationState="enter"}_resetAnimation(){this._panelAnimationState="void"}_onAnimationDone(xe){this._animationDone.next(xe),this._isAnimating=!1}_onAnimationStart(xe){this._isAnimating=!0,"enter"===xe.toState&&0===this._keyManager.activeItemIndex&&(xe.element.scrollTop=0)}_updateDirectDescendants(){this._allItems.changes.pipe((0,A.O)(this._allItems)).subscribe(xe=>{this._directDescendantItems.reset(xe.filter(W=>W._parentMenu===this)),this._directDescendantItems.notifyOnChanges()})}}return le.\u0275fac=function(xe){return new(xe||le)(M.Y36(M.SBq),M.Y36(M.R0b),M.Y36(q),M.Y36(M.sBO))},le.\u0275dir=M.lG2({type:le,contentQueries:function(xe,W,ee){if(1&xe&&(M.Suo(ee,c,5),M.Suo(ee,F,5),M.Suo(ee,F,4)),2&xe){let ue;M.iGM(ue=M.CRH())&&(W.lazyContent=ue.first),M.iGM(ue=M.CRH())&&(W._allItems=ue),M.iGM(ue=M.CRH())&&(W.items=ue)}},viewQuery:function(xe,W){if(1&xe&&M.Gf(M.Rgc,5),2&xe){let ee;M.iGM(ee=M.CRH())&&(W.templateRef=ee.first)}},inputs:{backdropClass:"backdropClass",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],xPosition:"xPosition",yPosition:"yPosition",overlapTrigger:"overlapTrigger",hasBackdrop:"hasBackdrop",panelClass:["class","panelClass"],classList:"classList"},outputs:{closed:"closed",close:"close"}}),le})(),we=(()=>{class le extends Ne{constructor(xe,W,ee,ue){super(xe,W,ee,ue),this._elevationPrefix="mat-elevation-z",this._baseElevation=4}}return le.\u0275fac=function(xe){return new(xe||le)(M.Y36(M.SBq),M.Y36(M.R0b),M.Y36(q),M.Y36(M.sBO))},le.\u0275cmp=M.Xpm({type:le,selectors:[["mat-menu"]],hostVars:3,hostBindings:function(xe,W){2&xe&&M.uIk("aria-label",null)("aria-labelledby",null)("aria-describedby",null)},exportAs:["matMenu"],features:[M._Bn([{provide:B,useExisting:le}]),M.qOj],ngContentSelectors:me,decls:1,vars:0,consts:[["tabindex","-1","role","menu",1,"mat-menu-panel",3,"id","ngClass","keydown","click"],[1,"mat-menu-content"]],template:function(xe,W){1&xe&&(M.F$t(),M.YNc(0,y,3,6,"ng-template"))},directives:[j.mk],styles:['mat-menu{display:none}.mat-menu-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;max-height:calc(100vh - 48px);border-radius:4px;outline:0;min-height:64px}.mat-menu-panel.ng-animating{pointer-events:none}.cdk-high-contrast-active .mat-menu-panel{outline:solid 1px}.mat-menu-content:not(:empty){padding-top:8px;padding-bottom:8px}.mat-menu-item{-webkit-user-select:none;user-select:none;cursor:pointer;outline:none;border:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;line-height:48px;height:48px;padding:0 16px;text-align:left;text-decoration:none;max-width:100%;position:relative}.mat-menu-item::-moz-focus-inner{border:0}.mat-menu-item[disabled]{cursor:default}[dir=rtl] .mat-menu-item{text-align:right}.mat-menu-item .mat-icon{margin-right:16px;vertical-align:middle}.mat-menu-item .mat-icon svg{vertical-align:top}[dir=rtl] .mat-menu-item .mat-icon{margin-left:16px;margin-right:0}.mat-menu-item[disabled]::before{display:block;position:absolute;content:"";top:0;left:0;bottom:0;right:0}.cdk-high-contrast-active .mat-menu-item{margin-top:1px}.cdk-high-contrast-active .mat-menu-item.cdk-program-focused,.cdk-high-contrast-active .mat-menu-item.cdk-keyboard-focused,.cdk-high-contrast-active .mat-menu-item-highlighted{outline:dotted 1px}.mat-menu-item-submenu-trigger{padding-right:32px}[dir=rtl] .mat-menu-item-submenu-trigger{padding-right:16px;padding-left:32px}.mat-menu-submenu-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%);width:5px;height:10px;fill:currentColor}[dir=rtl] .mat-menu-submenu-icon{right:auto;left:16px;transform:translateY(-50%) scaleX(-1)}.cdk-high-contrast-active .mat-menu-submenu-icon{fill:CanvasText}button.mat-menu-item{width:100%}.mat-menu-item .mat-menu-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}\n'],encapsulation:2,data:{animation:[i.transformMenu,i.fadeInItems]},changeDetection:0}),le})();const Q=new M.OlP("mat-menu-scroll-strategy"),ye={provide:Q,deps:[$.aV],useFactory:function Ue(le){return()=>le.scrollStrategies.reposition()}},Ae=(0,de.i$)({passive:!0});let dt=(()=>{class le{constructor(xe,W,ee,ue,_e,Le,ut,ht,It){this._overlay=xe,this._element=W,this._viewContainerRef=ee,this._menuItemInstance=Le,this._dir=ut,this._focusMonitor=ht,this._ngZone=It,this._overlayRef=null,this._menuOpen=!1,this._closingActionsSubscription=b.w0.EMPTY,this._hoverSubscription=b.w0.EMPTY,this._menuCloseSubscription=b.w0.EMPTY,this._handleTouchStart=ui=>{(0,t.yG)(ui)||(this._openedBy="touch")},this._openedBy=void 0,this.restoreFocus=!0,this.menuOpened=new M.vpe,this.onMenuOpen=this.menuOpened,this.menuClosed=new M.vpe,this.onMenuClose=this.menuClosed,this._scrollStrategy=ue,this._parentMaterialMenu=_e instanceof Ne?_e:void 0,W.nativeElement.addEventListener("touchstart",this._handleTouchStart,Ae),Le&&(Le._triggersSubmenu=this.triggersSubmenu())}get _deprecatedMatMenuTriggerFor(){return this.menu}set _deprecatedMatMenuTriggerFor(xe){this.menu=xe}get menu(){return this._menu}set menu(xe){xe!==this._menu&&(this._menu=xe,this._menuCloseSubscription.unsubscribe(),xe&&(this._menuCloseSubscription=xe.close.subscribe(W=>{this._destroyMenu(W),("click"===W||"tab"===W)&&this._parentMaterialMenu&&this._parentMaterialMenu.closed.emit(W)})))}ngAfterContentInit(){this._checkMenu(),this._handleHover()}ngOnDestroy(){this._overlayRef&&(this._overlayRef.dispose(),this._overlayRef=null),this._element.nativeElement.removeEventListener("touchstart",this._handleTouchStart,Ae),this._menuCloseSubscription.unsubscribe(),this._closingActionsSubscription.unsubscribe(),this._hoverSubscription.unsubscribe()}get menuOpen(){return this._menuOpen}get dir(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}triggersSubmenu(){return!(!this._menuItemInstance||!this._parentMaterialMenu)}toggleMenu(){return this._menuOpen?this.closeMenu():this.openMenu()}openMenu(){if(this._menuOpen)return;this._checkMenu();const xe=this._createOverlay(),W=xe.getConfig(),ee=W.positionStrategy;this._setPosition(ee),W.hasBackdrop=null==this.menu.hasBackdrop?!this.triggersSubmenu():this.menu.hasBackdrop,xe.attach(this._getPortal()),this.menu.lazyContent&&this.menu.lazyContent.attach(this.menuData),this._closingActionsSubscription=this._menuClosingActions().subscribe(()=>this.closeMenu()),this._initMenu(),this.menu instanceof Ne&&(this.menu._startAnimation(),this.menu._directDescendantItems.changes.pipe((0,L.R)(this.menu.close)).subscribe(()=>{ee.withLockedPosition(!1).reapplyLastPosition(),ee.withLockedPosition(!0)}))}closeMenu(){this.menu.close.emit()}focus(xe,W){this._focusMonitor&&xe?this._focusMonitor.focusVia(this._element,xe,W):this._element.nativeElement.focus(W)}updatePosition(){var xe;null===(xe=this._overlayRef)||void 0===xe||xe.updatePosition()}_destroyMenu(xe){if(!this._overlayRef||!this.menuOpen)return;const W=this.menu;this._closingActionsSubscription.unsubscribe(),this._overlayRef.detach(),this.restoreFocus&&("keydown"===xe||!this._openedBy||!this.triggersSubmenu())&&this.focus(this._openedBy),this._openedBy=void 0,W instanceof Ne?(W._resetAnimation(),W.lazyContent?W._animationDone.pipe((0,k.h)(ee=>"void"===ee.toState),(0,D.q)(1),(0,L.R)(W.lazyContent._attached)).subscribe({next:()=>W.lazyContent.detach(),complete:()=>this._setIsMenuOpen(!1)}):this._setIsMenuOpen(!1)):(this._setIsMenuOpen(!1),W.lazyContent&&W.lazyContent.detach())}_initMenu(){this.menu.parentMenu=this.triggersSubmenu()?this._parentMaterialMenu:void 0,this.menu.direction=this.dir,this._setMenuElevation(),this.menu.focusFirstItem(this._openedBy||"program"),this._setIsMenuOpen(!0)}_setMenuElevation(){if(this.menu.setElevation){let xe=0,W=this.menu.parentMenu;for(;W;)xe++,W=W.parentMenu;this.menu.setElevation(xe)}}_setIsMenuOpen(xe){this._menuOpen=xe,this._menuOpen?this.menuOpened.emit():this.menuClosed.emit(),this.triggersSubmenu()&&this._menuItemInstance._setHighlighted(xe)}_checkMenu(){}_createOverlay(){if(!this._overlayRef){const xe=this._getOverlayConfig();this._subscribeToPositions(xe.positionStrategy),this._overlayRef=this._overlay.create(xe),this._overlayRef.keydownEvents().subscribe()}return this._overlayRef}_getOverlayConfig(){return new $.X_({positionStrategy:this._overlay.position().flexibleConnectedTo(this._element).withLockedPosition().withGrowAfterOpen().withTransformOriginOn(".mat-menu-panel, .mat-mdc-menu-panel"),backdropClass:this.menu.backdropClass||"cdk-overlay-transparent-backdrop",panelClass:this.menu.overlayPanelClass,scrollStrategy:this._scrollStrategy(),direction:this._dir})}_subscribeToPositions(xe){this.menu.setPositionClasses&&xe.positionChanges.subscribe(W=>{const ee="start"===W.connectionPair.overlayX?"after":"before",ue="top"===W.connectionPair.overlayY?"below":"above";this._ngZone?this._ngZone.run(()=>this.menu.setPositionClasses(ee,ue)):this.menu.setPositionClasses(ee,ue)})}_setPosition(xe){let[W,ee]="before"===this.menu.xPosition?["end","start"]:["start","end"],[ue,_e]="above"===this.menu.yPosition?["bottom","top"]:["top","bottom"],[Le,ut]=[ue,_e],[ht,It]=[W,ee],ui=0;this.triggersSubmenu()?(It=W="before"===this.menu.xPosition?"start":"end",ee=ht="end"===W?"start":"end",ui="bottom"===ue?8:-8):this.menu.overlapTrigger||(Le="top"===ue?"bottom":"top",ut="top"===_e?"bottom":"top"),xe.withPositions([{originX:W,originY:Le,overlayX:ht,overlayY:ue,offsetY:ui},{originX:ee,originY:Le,overlayX:It,overlayY:ue,offsetY:ui},{originX:W,originY:ut,overlayX:ht,overlayY:_e,offsetY:-ui},{originX:ee,originY:ut,overlayX:It,overlayY:_e,offsetY:-ui}])}_menuClosingActions(){const xe=this._overlayRef.backdropClick(),W=this._overlayRef.detachments(),ee=this._parentMaterialMenu?this._parentMaterialMenu.closed:(0,N.of)(),ue=this._parentMaterialMenu?this._parentMaterialMenu._hovered().pipe((0,k.h)(_e=>_e!==this._menuItemInstance),(0,k.h)(()=>this._menuOpen)):(0,N.of)();return(0,d.T)(xe,ee,ue,W)}_handleMousedown(xe){(0,t.X6)(xe)||(this._openedBy=0===xe.button?"mouse":void 0,this.triggersSubmenu()&&xe.preventDefault())}_handleKeydown(xe){const W=xe.keyCode;(W===f.K5||W===f.L_)&&(this._openedBy="keyboard"),this.triggersSubmenu()&&(W===f.SV&&"ltr"===this.dir||W===f.oh&&"rtl"===this.dir)&&(this._openedBy="keyboard",this.openMenu())}_handleClick(xe){this.triggersSubmenu()?(xe.stopPropagation(),this.openMenu()):this.toggleMenu()}_handleHover(){!this.triggersSubmenu()||!this._parentMaterialMenu||(this._hoverSubscription=this._parentMaterialMenu._hovered().pipe((0,k.h)(xe=>xe===this._menuItemInstance&&!xe.disabled),(0,S.g)(0,h.E)).subscribe(()=>{this._openedBy="mouse",this.menu instanceof Ne&&this.menu._isAnimating?this.menu._animationDone.pipe((0,D.q)(1),(0,S.g)(0,h.E),(0,L.R)(this._parentMaterialMenu._hovered())).subscribe(()=>this.openMenu()):this.openMenu()}))}_getPortal(){return(!this._portal||this._portal.templateRef!==this.menu.templateRef)&&(this._portal=new Z.UE(this.menu.templateRef,this._viewContainerRef)),this._portal}}return le.\u0275fac=function(xe){return new(xe||le)(M.Y36($.aV),M.Y36(M.SBq),M.Y36(M.s_b),M.Y36(Q),M.Y36(B,8),M.Y36(F,10),M.Y36(te.Is,8),M.Y36(t.tE),M.Y36(M.R0b))},le.\u0275dir=M.lG2({type:le,hostAttrs:["aria-haspopup","true"],hostVars:2,hostBindings:function(xe,W){1&xe&&M.NdJ("click",function(ue){return W._handleClick(ue)})("mousedown",function(ue){return W._handleMousedown(ue)})("keydown",function(ue){return W._handleKeydown(ue)}),2&xe&&M.uIk("aria-expanded",W.menuOpen||null)("aria-controls",W.menuOpen?W.menu.panelId:null)},inputs:{_deprecatedMatMenuTriggerFor:["mat-menu-trigger-for","_deprecatedMatMenuTriggerFor"],menu:["matMenuTriggerFor","menu"],menuData:["matMenuTriggerData","menuData"],restoreFocus:["matMenuTriggerRestoreFocus","restoreFocus"]},outputs:{menuOpened:"menuOpened",onMenuOpen:"onMenuOpen",menuClosed:"menuClosed",onMenuClose:"onMenuClose"}}),le})(),Ie=(()=>{class le extends dt{}return le.\u0275fac=function(){let Te;return function(W){return(Te||(Te=M.n5z(le)))(W||le)}}(),le.\u0275dir=M.lG2({type:le,selectors:[["","mat-menu-trigger-for",""],["","matMenuTriggerFor",""]],hostAttrs:[1,"mat-menu-trigger"],exportAs:["matMenuTrigger"],features:[M.qOj]}),le})(),De=(()=>{class le{}return le.\u0275fac=function(xe){return new(xe||le)},le.\u0275mod=M.oAB({type:le}),le.\u0275inj=M.cJS({providers:[ye],imports:[[j.ez,ne.BQ,ne.si,$.U8],ie.ZD,ne.BQ]}),le})()},6087:(Ve,K,p)=>{"use strict";p.d(K,{NW:()=>oe,TU:()=>X,ye:()=>U});var t=p(9808),e=p(5e3),f=p(508),M=p(7423),a=p(4107),b=p(7238),d=p(3191),N=p(7579),h=p(7322);function A(me,y){if(1&me&&(e.TgZ(0,"mat-option",19),e._uU(1),e.qZA()),2&me){const i=y.$implicit;e.Q6J("value",i),e.xp6(1),e.hij(" ",i," ")}}function w(me,y){if(1&me){const i=e.EpF();e.TgZ(0,"mat-form-field",16)(1,"mat-select",17),e.NdJ("selectionChange",function(u){return e.CHM(i),e.oxw(2)._changePageSize(u.value)}),e.YNc(2,A,2,2,"mat-option",18),e.qZA()()}if(2&me){const i=e.oxw(2);e.Q6J("appearance",i._formFieldAppearance)("color",i.color),e.xp6(1),e.Q6J("value",i.pageSize)("disabled",i.disabled)("aria-label",i._intl.itemsPerPageLabel),e.xp6(1),e.Q6J("ngForOf",i._displayedPageSizeOptions)}}function D(me,y){if(1&me&&(e.TgZ(0,"div",20),e._uU(1),e.qZA()),2&me){const i=e.oxw(2);e.xp6(1),e.Oqu(i.pageSize)}}function L(me,y){if(1&me&&(e.TgZ(0,"div",12)(1,"div",13),e._uU(2),e.qZA(),e.YNc(3,w,3,6,"mat-form-field",14),e.YNc(4,D,2,1,"div",15),e.qZA()),2&me){const i=e.oxw();e.xp6(2),e.hij(" ",i._intl.itemsPerPageLabel," "),e.xp6(1),e.Q6J("ngIf",i._displayedPageSizeOptions.length>1),e.xp6(1),e.Q6J("ngIf",i._displayedPageSizeOptions.length<=1)}}function k(me,y){if(1&me){const i=e.EpF();e.TgZ(0,"button",21),e.NdJ("click",function(){return e.CHM(i),e.oxw().firstPage()}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",22),e.qZA()()}if(2&me){const i=e.oxw();e.Q6J("matTooltip",i._intl.firstPageLabel)("matTooltipDisabled",i._previousButtonsDisabled())("matTooltipPosition","above")("disabled",i._previousButtonsDisabled()),e.uIk("aria-label",i._intl.firstPageLabel)}}function S(me,y){if(1&me){const i=e.EpF();e.O4$(),e.kcU(),e.TgZ(0,"button",23),e.NdJ("click",function(){return e.CHM(i),e.oxw().lastPage()}),e.O4$(),e.TgZ(1,"svg",7),e._UZ(2,"path",24),e.qZA()()}if(2&me){const i=e.oxw();e.Q6J("matTooltip",i._intl.lastPageLabel)("matTooltipDisabled",i._nextButtonsDisabled())("matTooltipPosition","above")("disabled",i._nextButtonsDisabled()),e.uIk("aria-label",i._intl.lastPageLabel)}}let U=(()=>{class me{constructor(){this.changes=new N.x,this.itemsPerPageLabel="Items per page:",this.nextPageLabel="Next page",this.previousPageLabel="Previous page",this.firstPageLabel="First page",this.lastPageLabel="Last page",this.getRangeLabel=(i,r,u)=>{if(0==u||0==r)return`0 of ${u}`;const c=i*r;return`${c+1} \u2013 ${c<(u=Math.max(u,0))?Math.min(c+r,u):c+r} of ${u}`}}}return me.\u0275fac=function(i){return new(i||me)},me.\u0275prov=e.Yz7({token:me,factory:me.\u0275fac,providedIn:"root"}),me})();const j={provide:U,deps:[[new e.FiY,new e.tp0,U]],useFactory:function Z(me){return me||new U}},de=new e.OlP("MAT_PAGINATOR_DEFAULT_OPTIONS"),te=(0,f.Id)((0,f.dB)(class{}));let ie=(()=>{class me extends te{constructor(i,r,u){if(super(),this._intl=i,this._changeDetectorRef=r,this._pageIndex=0,this._length=0,this._pageSizeOptions=[],this._hidePageSize=!1,this._showFirstLastButtons=!1,this.page=new e.vpe,this._intlChanges=i.changes.subscribe(()=>this._changeDetectorRef.markForCheck()),u){const{pageSize:c,pageSizeOptions:_,hidePageSize:E,showFirstLastButtons:I}=u;null!=c&&(this._pageSize=c),null!=_&&(this._pageSizeOptions=_),null!=E&&(this._hidePageSize=E),null!=I&&(this._showFirstLastButtons=I)}}get pageIndex(){return this._pageIndex}set pageIndex(i){this._pageIndex=Math.max((0,d.su)(i),0),this._changeDetectorRef.markForCheck()}get length(){return this._length}set length(i){this._length=(0,d.su)(i),this._changeDetectorRef.markForCheck()}get pageSize(){return this._pageSize}set pageSize(i){this._pageSize=Math.max((0,d.su)(i),0),this._updateDisplayedPageSizeOptions()}get pageSizeOptions(){return this._pageSizeOptions}set pageSizeOptions(i){this._pageSizeOptions=(i||[]).map(r=>(0,d.su)(r)),this._updateDisplayedPageSizeOptions()}get hidePageSize(){return this._hidePageSize}set hidePageSize(i){this._hidePageSize=(0,d.Ig)(i)}get showFirstLastButtons(){return this._showFirstLastButtons}set showFirstLastButtons(i){this._showFirstLastButtons=(0,d.Ig)(i)}ngOnInit(){this._initialized=!0,this._updateDisplayedPageSizeOptions(),this._markInitialized()}ngOnDestroy(){this._intlChanges.unsubscribe()}nextPage(){if(!this.hasNextPage())return;const i=this.pageIndex;this.pageIndex=this.pageIndex+1,this._emitPageEvent(i)}previousPage(){if(!this.hasPreviousPage())return;const i=this.pageIndex;this.pageIndex=this.pageIndex-1,this._emitPageEvent(i)}firstPage(){if(!this.hasPreviousPage())return;const i=this.pageIndex;this.pageIndex=0,this._emitPageEvent(i)}lastPage(){if(!this.hasNextPage())return;const i=this.pageIndex;this.pageIndex=this.getNumberOfPages()-1,this._emitPageEvent(i)}hasPreviousPage(){return this.pageIndex>=1&&0!=this.pageSize}hasNextPage(){const i=this.getNumberOfPages()-1;return this.pageIndexi-r),this._changeDetectorRef.markForCheck())}_emitPageEvent(i){this.page.emit({previousPageIndex:i,pageIndex:this.pageIndex,pageSize:this.pageSize,length:this.length})}}return me.\u0275fac=function(i){e.$Z()},me.\u0275dir=e.lG2({type:me,inputs:{color:"color",pageIndex:"pageIndex",length:"length",pageSize:"pageSize",pageSizeOptions:"pageSizeOptions",hidePageSize:"hidePageSize",showFirstLastButtons:"showFirstLastButtons"},outputs:{page:"page"},features:[e.qOj]}),me})(),oe=(()=>{class me extends ie{constructor(i,r,u){super(i,r,u),u&&null!=u.formFieldAppearance&&(this._formFieldAppearance=u.formFieldAppearance)}}return me.\u0275fac=function(i){return new(i||me)(e.Y36(U),e.Y36(e.sBO),e.Y36(de,8))},me.\u0275cmp=e.Xpm({type:me,selectors:[["mat-paginator"]],hostAttrs:["role","group",1,"mat-paginator"],inputs:{disabled:"disabled"},exportAs:["matPaginator"],features:[e.qOj],decls:14,vars:14,consts:[[1,"mat-paginator-outer-container"],[1,"mat-paginator-container"],["class","mat-paginator-page-size",4,"ngIf"],[1,"mat-paginator-range-actions"],[1,"mat-paginator-range-label"],["mat-icon-button","","type","button","class","mat-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click",4,"ngIf"],["mat-icon-button","","type","button",1,"mat-paginator-navigation-previous",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click"],["viewBox","0 0 24 24","focusable","false",1,"mat-paginator-icon"],["d","M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"],["mat-icon-button","","type","button",1,"mat-paginator-navigation-next",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click"],["d","M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"],["mat-icon-button","","type","button","class","mat-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click",4,"ngIf"],[1,"mat-paginator-page-size"],[1,"mat-paginator-page-size-label"],["class","mat-paginator-page-size-select",3,"appearance","color",4,"ngIf"],["class","mat-paginator-page-size-value",4,"ngIf"],[1,"mat-paginator-page-size-select",3,"appearance","color"],[3,"value","disabled","aria-label","selectionChange"],[3,"value",4,"ngFor","ngForOf"],[3,"value"],[1,"mat-paginator-page-size-value"],["mat-icon-button","","type","button",1,"mat-paginator-navigation-first",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click"],["d","M18.41 16.59L13.82 12l4.59-4.59L17 6l-6 6 6 6zM6 6h2v12H6z"],["mat-icon-button","","type","button",1,"mat-paginator-navigation-last",3,"matTooltip","matTooltipDisabled","matTooltipPosition","disabled","click"],["d","M5.59 7.41L10.18 12l-4.59 4.59L7 18l6-6-6-6zM16 6h2v12h-2z"]],template:function(i,r){1&i&&(e.TgZ(0,"div",0)(1,"div",1),e.YNc(2,L,5,3,"div",2),e.TgZ(3,"div",3)(4,"div",4),e._uU(5),e.qZA(),e.YNc(6,k,3,5,"button",5),e.TgZ(7,"button",6),e.NdJ("click",function(){return r.previousPage()}),e.O4$(),e.TgZ(8,"svg",7),e._UZ(9,"path",8),e.qZA()(),e.kcU(),e.TgZ(10,"button",9),e.NdJ("click",function(){return r.nextPage()}),e.O4$(),e.TgZ(11,"svg",7),e._UZ(12,"path",10),e.qZA()(),e.YNc(13,S,3,5,"button",11),e.qZA()()()),2&i&&(e.xp6(2),e.Q6J("ngIf",!r.hidePageSize),e.xp6(3),e.hij(" ",r._intl.getRangeLabel(r.pageIndex,r.pageSize,r.length)," "),e.xp6(1),e.Q6J("ngIf",r.showFirstLastButtons),e.xp6(1),e.Q6J("matTooltip",r._intl.previousPageLabel)("matTooltipDisabled",r._previousButtonsDisabled())("matTooltipPosition","above")("disabled",r._previousButtonsDisabled()),e.uIk("aria-label",r._intl.previousPageLabel),e.xp6(3),e.Q6J("matTooltip",r._intl.nextPageLabel)("matTooltipDisabled",r._nextButtonsDisabled())("matTooltipPosition","above")("disabled",r._nextButtonsDisabled()),e.uIk("aria-label",r._intl.nextPageLabel),e.xp6(3),e.Q6J("ngIf",r.showFirstLastButtons))},directives:[h.KE,a.gD,f.ey,M.lW,t.O5,t.sg,b.gM],styles:[".mat-paginator{display:block}.mat-paginator-outer-container{display:flex}.mat-paginator-container{display:flex;align-items:center;justify-content:flex-end;padding:0 8px;flex-wrap:wrap-reverse;width:100%}.mat-paginator-page-size{display:flex;align-items:baseline;margin-right:8px}[dir=rtl] .mat-paginator-page-size{margin-right:0;margin-left:8px}.mat-paginator-page-size-label{margin:0 4px}.mat-paginator-page-size-select{margin:6px 4px 0 4px;width:56px}.mat-paginator-page-size-select.mat-form-field-appearance-outline{width:64px}.mat-paginator-page-size-select.mat-form-field-appearance-fill{width:64px}.mat-paginator-range-label{margin:0 32px 0 24px}.mat-paginator-range-actions{display:flex;align-items:center}.mat-paginator-icon{width:28px;fill:currentColor}[dir=rtl] .mat-paginator-icon{transform:rotate(180deg)}.cdk-high-contrast-active .mat-paginator-icon{fill:CanvasText}\n"],encapsulation:2,changeDetection:0}),me})(),X=(()=>{class me{}return me.\u0275fac=function(i){return new(i||me)},me.\u0275mod=e.oAB({type:me}),me.\u0275inj=e.cJS({providers:[j],imports:[[t.ez,M.ot,a.LD,b.AV,f.BQ]]}),me})()},5899:(Ve,K,p)=>{"use strict";p.d(K,{Cv:()=>Z,pW:()=>S});var t=p(5e3),e=p(9808),f=p(508),M=p(3191),a=p(6360),b=p(727),d=p(4968),N=p(9300);const h=["primaryValueBar"],A=(0,f.pj)(class{constructor(j){this._elementRef=j}},"primary"),w=new t.OlP("mat-progress-bar-location",{providedIn:"root",factory:function D(){const j=(0,t.f3M)(e.K0),ne=j?j.location:null;return{getPathname:()=>ne?ne.pathname+ne.search:""}}}),L=new t.OlP("MAT_PROGRESS_BAR_DEFAULT_OPTIONS");let k=0,S=(()=>{class j extends A{constructor($,de,te,ie,oe,X){super($),this._ngZone=de,this._animationMode=te,this._changeDetectorRef=X,this._isNoopAnimation=!1,this._value=0,this._bufferValue=0,this.animationEnd=new t.vpe,this._animationEndSubscription=b.w0.EMPTY,this.mode="determinate",this.progressbarId="mat-progress-bar-"+k++;const me=ie?ie.getPathname().split("#")[0]:"";this._rectangleFillValue=`url('${me}#${this.progressbarId}')`,this._isNoopAnimation="NoopAnimations"===te,oe&&(oe.color&&(this.color=this.defaultColor=oe.color),this.mode=oe.mode||this.mode)}get value(){return this._value}set value($){var de;this._value=U((0,M.su)($)||0),null===(de=this._changeDetectorRef)||void 0===de||de.markForCheck()}get bufferValue(){return this._bufferValue}set bufferValue($){var de;this._bufferValue=U($||0),null===(de=this._changeDetectorRef)||void 0===de||de.markForCheck()}_primaryTransform(){return{transform:`scale3d(${this.value/100}, 1, 1)`}}_bufferTransform(){return"buffer"===this.mode?{transform:`scale3d(${this.bufferValue/100}, 1, 1)`}:null}ngAfterViewInit(){this._ngZone.runOutsideAngular(()=>{const $=this._primaryValueBar.nativeElement;this._animationEndSubscription=(0,d.R)($,"transitionend").pipe((0,N.h)(de=>de.target===$)).subscribe(()=>{0!==this.animationEnd.observers.length&&("determinate"===this.mode||"buffer"===this.mode)&&this._ngZone.run(()=>this.animationEnd.next({value:this.value}))})})}ngOnDestroy(){this._animationEndSubscription.unsubscribe()}}return j.\u0275fac=function($){return new($||j)(t.Y36(t.SBq),t.Y36(t.R0b),t.Y36(a.Qb,8),t.Y36(w,8),t.Y36(L,8),t.Y36(t.sBO))},j.\u0275cmp=t.Xpm({type:j,selectors:[["mat-progress-bar"]],viewQuery:function($,de){if(1&$&&t.Gf(h,5),2&$){let te;t.iGM(te=t.CRH())&&(de._primaryValueBar=te.first)}},hostAttrs:["role","progressbar","aria-valuemin","0","aria-valuemax","100","tabindex","-1",1,"mat-progress-bar"],hostVars:4,hostBindings:function($,de){2&$&&(t.uIk("aria-valuenow","indeterminate"===de.mode||"query"===de.mode?null:de.value)("mode",de.mode),t.ekj("_mat-animation-noopable",de._isNoopAnimation))},inputs:{color:"color",value:"value",bufferValue:"bufferValue",mode:"mode"},outputs:{animationEnd:"animationEnd"},exportAs:["matProgressBar"],features:[t.qOj],decls:10,vars:4,consts:[["aria-hidden","true"],["width","100%","height","4","focusable","false",1,"mat-progress-bar-background","mat-progress-bar-element"],["x","4","y","0","width","8","height","4","patternUnits","userSpaceOnUse",3,"id"],["cx","2","cy","2","r","2"],["width","100%","height","100%"],[1,"mat-progress-bar-buffer","mat-progress-bar-element",3,"ngStyle"],[1,"mat-progress-bar-primary","mat-progress-bar-fill","mat-progress-bar-element",3,"ngStyle"],["primaryValueBar",""],[1,"mat-progress-bar-secondary","mat-progress-bar-fill","mat-progress-bar-element"]],template:function($,de){1&$&&(t.TgZ(0,"div",0),t.O4$(),t.TgZ(1,"svg",1)(2,"defs")(3,"pattern",2),t._UZ(4,"circle",3),t.qZA()(),t._UZ(5,"rect",4),t.qZA(),t.kcU(),t._UZ(6,"div",5)(7,"div",6,7)(9,"div",8),t.qZA()),2&$&&(t.xp6(3),t.Q6J("id",de.progressbarId),t.xp6(2),t.uIk("fill",de._rectangleFillValue),t.xp6(1),t.Q6J("ngStyle",de._bufferTransform()),t.xp6(1),t.Q6J("ngStyle",de._primaryTransform()))},directives:[e.PC],styles:['.mat-progress-bar{display:block;height:4px;overflow:hidden;position:relative;transition:opacity 250ms linear;width:100%}._mat-animation-noopable.mat-progress-bar{transition:none;animation:none}.mat-progress-bar .mat-progress-bar-element,.mat-progress-bar .mat-progress-bar-fill::after{height:100%;position:absolute;width:100%}.mat-progress-bar .mat-progress-bar-background{width:calc(100% + 10px)}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-background{display:none}.mat-progress-bar .mat-progress-bar-buffer{transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-buffer{border-top:solid 5px;opacity:.5}.mat-progress-bar .mat-progress-bar-secondary{display:none}.mat-progress-bar .mat-progress-bar-fill{animation:none;transform-origin:top left;transition:transform 250ms ease}.cdk-high-contrast-active .mat-progress-bar .mat-progress-bar-fill{border-top:solid 4px}.mat-progress-bar .mat-progress-bar-fill::after{animation:none;content:"";display:inline-block;left:0}.mat-progress-bar[dir=rtl],[dir=rtl] .mat-progress-bar{transform:rotateY(180deg)}.mat-progress-bar[mode=query]{transform:rotateZ(180deg)}.mat-progress-bar[mode=query][dir=rtl],[dir=rtl] .mat-progress-bar[mode=query]{transform:rotateZ(180deg) rotateY(180deg)}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-fill,.mat-progress-bar[mode=query] .mat-progress-bar-fill{transition:none}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary,.mat-progress-bar[mode=query] .mat-progress-bar-primary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-translate 2000ms infinite linear;left:-145.166611%}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-primary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-primary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary,.mat-progress-bar[mode=query] .mat-progress-bar-secondary{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-translate 2000ms infinite linear;left:-54.888891%;display:block}.mat-progress-bar[mode=indeterminate] .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar[mode=query] .mat-progress-bar-secondary.mat-progress-bar-fill::after{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-secondary-indeterminate-scale 2000ms infinite linear}.mat-progress-bar[mode=buffer] .mat-progress-bar-background{-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:mat-progress-bar-background-scroll 250ms infinite linear;display:block}.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-buffer,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary.mat-progress-bar-fill::after,.mat-progress-bar._mat-animation-noopable .mat-progress-bar-background{animation:none;transition-duration:1ms}@keyframes mat-progress-bar-primary-indeterminate-translate{0%{transform:translateX(0)}20%{animation-timing-function:cubic-bezier(0.5, 0, 0.701732, 0.495819);transform:translateX(0)}59.15%{animation-timing-function:cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);transform:translateX(83.67142%)}100%{transform:translateX(200.611057%)}}@keyframes mat-progress-bar-primary-indeterminate-scale{0%{transform:scaleX(0.08)}36.65%{animation-timing-function:cubic-bezier(0.334731, 0.12482, 0.785844, 1);transform:scaleX(0.08)}69.15%{animation-timing-function:cubic-bezier(0.06, 0.11, 0.6, 1);transform:scaleX(0.661479)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-secondary-indeterminate-translate{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:translateX(0)}25%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:translateX(37.651913%)}48.35%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:translateX(84.386165%)}100%{transform:translateX(160.277782%)}}@keyframes mat-progress-bar-secondary-indeterminate-scale{0%{animation-timing-function:cubic-bezier(0.15, 0, 0.515058, 0.409685);transform:scaleX(0.08)}19.15%{animation-timing-function:cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);transform:scaleX(0.457104)}44.15%{animation-timing-function:cubic-bezier(0.4, 0.627035, 0.6, 0.902026);transform:scaleX(0.72796)}100%{transform:scaleX(0.08)}}@keyframes mat-progress-bar-background-scroll{to{transform:translateX(-8px)}}\n'],encapsulation:2,changeDetection:0}),j})();function U(j,ne=0,$=100){return Math.max(ne,Math.min($,j))}let Z=(()=>{class j{}return j.\u0275fac=function($){return new($||j)},j.\u0275mod=t.oAB({type:j}),j.\u0275inj=t.cJS({imports:[[e.ez,f.BQ],f.BQ]}),j})()},773:(Ve,K,p)=>{"use strict";p.d(K,{Cq:()=>j,Ou:()=>Z});var t=p(3191),e=p(925),f=p(9808),M=p(5e3),a=p(508),b=p(6360),d=p(727),N=p(5303);function h($,de){if(1&$&&(M.O4$(),M._UZ(0,"circle",4)),2&$){const te=M.oxw(),ie=M.MAs(1);M.Udp("animation-name","mat-progress-spinner-stroke-rotate-"+te._spinnerAnimationLabel)("stroke-dashoffset",te._getStrokeDashOffset(),"px")("stroke-dasharray",te._getStrokeCircumference(),"px")("stroke-width",te._getCircleStrokeWidth(),"%")("transform-origin",te._getCircleTransformOrigin(ie)),M.uIk("r",te._getCircleRadius())}}function A($,de){if(1&$&&(M.O4$(),M._UZ(0,"circle",4)),2&$){const te=M.oxw(),ie=M.MAs(1);M.Udp("stroke-dashoffset",te._getStrokeDashOffset(),"px")("stroke-dasharray",te._getStrokeCircumference(),"px")("stroke-width",te._getCircleStrokeWidth(),"%")("transform-origin",te._getCircleTransformOrigin(ie)),M.uIk("r",te._getCircleRadius())}}const L=(0,a.pj)(class{constructor($){this._elementRef=$}},"primary"),k=new M.OlP("mat-progress-spinner-default-options",{providedIn:"root",factory:function S(){return{diameter:100}}});class Z extends L{constructor(de,te,ie,oe,X,me,y,i){super(de),this._document=ie,this._diameter=100,this._value=0,this._resizeSubscription=d.w0.EMPTY,this.mode="determinate";const r=Z._diameters;this._spinnerAnimationLabel=this._getSpinnerAnimationLabel(),r.has(ie.head)||r.set(ie.head,new Set([100])),this._noopAnimations="NoopAnimations"===oe&&!!X&&!X._forceAnimations,"mat-spinner"===de.nativeElement.nodeName.toLowerCase()&&(this.mode="indeterminate"),X&&(X.diameter&&(this.diameter=X.diameter),X.strokeWidth&&(this.strokeWidth=X.strokeWidth)),te.isBrowser&&te.SAFARI&&y&&me&&i&&(this._resizeSubscription=y.change(150).subscribe(()=>{"indeterminate"===this.mode&&i.run(()=>me.markForCheck())}))}get diameter(){return this._diameter}set diameter(de){this._diameter=(0,t.su)(de),this._spinnerAnimationLabel=this._getSpinnerAnimationLabel(),this._styleRoot&&this._attachStyleNode()}get strokeWidth(){return this._strokeWidth||this.diameter/10}set strokeWidth(de){this._strokeWidth=(0,t.su)(de)}get value(){return"determinate"===this.mode?this._value:0}set value(de){this._value=Math.max(0,Math.min(100,(0,t.su)(de)))}ngOnInit(){const de=this._elementRef.nativeElement;this._styleRoot=(0,e.kV)(de)||this._document.head,this._attachStyleNode(),de.classList.add("mat-progress-spinner-indeterminate-animation")}ngOnDestroy(){this._resizeSubscription.unsubscribe()}_getCircleRadius(){return(this.diameter-10)/2}_getViewBox(){const de=2*this._getCircleRadius()+this.strokeWidth;return`0 0 ${de} ${de}`}_getStrokeCircumference(){return 2*Math.PI*this._getCircleRadius()}_getStrokeDashOffset(){return"determinate"===this.mode?this._getStrokeCircumference()*(100-this._value)/100:null}_getCircleStrokeWidth(){return this.strokeWidth/this.diameter*100}_getCircleTransformOrigin(de){var te;const ie=50*(null!==(te=de.currentScale)&&void 0!==te?te:1);return`${ie}% ${ie}%`}_attachStyleNode(){const de=this._styleRoot,te=this._diameter,ie=Z._diameters;let oe=ie.get(de);if(!oe||!oe.has(te)){const X=this._document.createElement("style");X.setAttribute("mat-spinner-animation",this._spinnerAnimationLabel),X.textContent=this._getAnimationText(),de.appendChild(X),oe||(oe=new Set,ie.set(de,oe)),oe.add(te)}}_getAnimationText(){const de=this._getStrokeCircumference();return"\n @keyframes mat-progress-spinner-stroke-rotate-DIAMETER {\n 0% { stroke-dashoffset: START_VALUE; transform: rotate(0); }\n 12.5% { stroke-dashoffset: END_VALUE; transform: rotate(0); }\n 12.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(72.5deg); }\n 25% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(72.5deg); }\n\n 25.0001% { stroke-dashoffset: START_VALUE; transform: rotate(270deg); }\n 37.5% { stroke-dashoffset: END_VALUE; transform: rotate(270deg); }\n 37.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(161.5deg); }\n 50% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(161.5deg); }\n\n 50.0001% { stroke-dashoffset: START_VALUE; transform: rotate(180deg); }\n 62.5% { stroke-dashoffset: END_VALUE; transform: rotate(180deg); }\n 62.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(251.5deg); }\n 75% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(251.5deg); }\n\n 75.0001% { stroke-dashoffset: START_VALUE; transform: rotate(90deg); }\n 87.5% { stroke-dashoffset: END_VALUE; transform: rotate(90deg); }\n 87.5001% { stroke-dashoffset: END_VALUE; transform: rotateX(180deg) rotate(341.5deg); }\n 100% { stroke-dashoffset: START_VALUE; transform: rotateX(180deg) rotate(341.5deg); }\n }\n".replace(/START_VALUE/g,""+.95*de).replace(/END_VALUE/g,""+.2*de).replace(/DIAMETER/g,`${this._spinnerAnimationLabel}`)}_getSpinnerAnimationLabel(){return this.diameter.toString().replace(".","_")}}Z._diameters=new WeakMap,Z.\u0275fac=function(de){return new(de||Z)(M.Y36(M.SBq),M.Y36(e.t4),M.Y36(f.K0,8),M.Y36(b.Qb,8),M.Y36(k),M.Y36(M.sBO),M.Y36(N.rL),M.Y36(M.R0b))},Z.\u0275cmp=M.Xpm({type:Z,selectors:[["mat-progress-spinner"],["mat-spinner"]],hostAttrs:["role","progressbar","tabindex","-1",1,"mat-progress-spinner","mat-spinner"],hostVars:10,hostBindings:function(de,te){2&de&&(M.uIk("aria-valuemin","determinate"===te.mode?0:null)("aria-valuemax","determinate"===te.mode?100:null)("aria-valuenow","determinate"===te.mode?te.value:null)("mode",te.mode),M.Udp("width",te.diameter,"px")("height",te.diameter,"px"),M.ekj("_mat-animation-noopable",te._noopAnimations))},inputs:{color:"color",diameter:"diameter",strokeWidth:"strokeWidth",mode:"mode",value:"value"},exportAs:["matProgressSpinner"],features:[M.qOj],decls:4,vars:8,consts:[["preserveAspectRatio","xMidYMid meet","focusable","false","aria-hidden","true",3,"ngSwitch"],["svg",""],["cx","50%","cy","50%",3,"animation-name","stroke-dashoffset","stroke-dasharray","stroke-width","transform-origin",4,"ngSwitchCase"],["cx","50%","cy","50%",3,"stroke-dashoffset","stroke-dasharray","stroke-width","transform-origin",4,"ngSwitchCase"],["cx","50%","cy","50%"]],template:function(de,te){1&de&&(M.O4$(),M.TgZ(0,"svg",0,1),M.YNc(2,h,1,11,"circle",2),M.YNc(3,A,1,9,"circle",3),M.qZA()),2&de&&(M.Udp("width",te.diameter,"px")("height",te.diameter,"px"),M.Q6J("ngSwitch","indeterminate"===te.mode),M.uIk("viewBox",te._getViewBox()),M.xp6(2),M.Q6J("ngSwitchCase",!0),M.xp6(1),M.Q6J("ngSwitchCase",!1))},directives:[f.RF,f.n9],styles:[".mat-progress-spinner{display:block;position:relative;overflow:hidden}.mat-progress-spinner svg{position:absolute;transform:rotate(-90deg);top:0;left:0;transform-origin:center;overflow:visible}.mat-progress-spinner circle{fill:transparent;transition:stroke-dashoffset 225ms linear}._mat-animation-noopable.mat-progress-spinner circle{transition:none;animation:none}.cdk-high-contrast-active .mat-progress-spinner circle{stroke:CanvasText}.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] svg{animation:mat-progress-spinner-linear-rotate 2000ms linear infinite}._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] svg{transition:none;animation:none}.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle{transition-property:stroke;animation-duration:4000ms;animation-timing-function:cubic-bezier(0.35, 0, 0.25, 1);animation-iteration-count:infinite}._mat-animation-noopable.mat-progress-spinner.mat-progress-spinner-indeterminate-animation[mode=indeterminate] circle{transition:none;animation:none}@keyframes mat-progress-spinner-linear-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes mat-progress-spinner-stroke-rotate-100{0%{stroke-dashoffset:268.606171575px;transform:rotate(0)}12.5%{stroke-dashoffset:56.5486677px;transform:rotate(0)}12.5001%{stroke-dashoffset:56.5486677px;transform:rotateX(180deg) rotate(72.5deg)}25%{stroke-dashoffset:268.606171575px;transform:rotateX(180deg) rotate(72.5deg)}25.0001%{stroke-dashoffset:268.606171575px;transform:rotate(270deg)}37.5%{stroke-dashoffset:56.5486677px;transform:rotate(270deg)}37.5001%{stroke-dashoffset:56.5486677px;transform:rotateX(180deg) rotate(161.5deg)}50%{stroke-dashoffset:268.606171575px;transform:rotateX(180deg) rotate(161.5deg)}50.0001%{stroke-dashoffset:268.606171575px;transform:rotate(180deg)}62.5%{stroke-dashoffset:56.5486677px;transform:rotate(180deg)}62.5001%{stroke-dashoffset:56.5486677px;transform:rotateX(180deg) rotate(251.5deg)}75%{stroke-dashoffset:268.606171575px;transform:rotateX(180deg) rotate(251.5deg)}75.0001%{stroke-dashoffset:268.606171575px;transform:rotate(90deg)}87.5%{stroke-dashoffset:56.5486677px;transform:rotate(90deg)}87.5001%{stroke-dashoffset:56.5486677px;transform:rotateX(180deg) rotate(341.5deg)}100%{stroke-dashoffset:268.606171575px;transform:rotateX(180deg) rotate(341.5deg)}}\n"],encapsulation:2,changeDetection:0});let j=(()=>{class ${}return $.\u0275fac=function(te){return new(te||$)},$.\u0275mod=M.oAB({type:$}),$.\u0275inj=M.cJS({imports:[[a.BQ,f.ez],a.BQ]}),$})()},9814:(Ve,K,p)=>{"use strict";p.d(K,{Fk:()=>ie,U0:()=>te,VQ:()=>j});var t=p(5e3),e=p(508),f=p(3191),M=p(3075),a=p(6360),b=p(5664),d=p(449);const N=["input"],h=function(oe){return{enterDuration:oe}},A=["*"],w=new t.OlP("mat-radio-default-options",{providedIn:"root",factory:function D(){return{color:"accent"}}});let L=0;const k={provide:M.JU,useExisting:(0,t.Gpc)(()=>j),multi:!0};class S{constructor(X,me){this.source=X,this.value=me}}const U=new t.OlP("MatRadioGroup");let Z=(()=>{class oe{constructor(me){this._changeDetector=me,this._value=null,this._name="mat-radio-group-"+L++,this._selected=null,this._isInitialized=!1,this._labelPosition="after",this._disabled=!1,this._required=!1,this._controlValueAccessorChangeFn=()=>{},this.onTouched=()=>{},this.change=new t.vpe}get name(){return this._name}set name(me){this._name=me,this._updateRadioButtonNames()}get labelPosition(){return this._labelPosition}set labelPosition(me){this._labelPosition="before"===me?"before":"after",this._markRadiosForCheck()}get value(){return this._value}set value(me){this._value!==me&&(this._value=me,this._updateSelectedRadioFromValue(),this._checkSelectedRadioButton())}_checkSelectedRadioButton(){this._selected&&!this._selected.checked&&(this._selected.checked=!0)}get selected(){return this._selected}set selected(me){this._selected=me,this.value=me?me.value:null,this._checkSelectedRadioButton()}get disabled(){return this._disabled}set disabled(me){this._disabled=(0,f.Ig)(me),this._markRadiosForCheck()}get required(){return this._required}set required(me){this._required=(0,f.Ig)(me),this._markRadiosForCheck()}ngAfterContentInit(){this._isInitialized=!0}_touch(){this.onTouched&&this.onTouched()}_updateRadioButtonNames(){this._radios&&this._radios.forEach(me=>{me.name=this.name,me._markForCheck()})}_updateSelectedRadioFromValue(){this._radios&&(null===this._selected||this._selected.value!==this._value)&&(this._selected=null,this._radios.forEach(y=>{y.checked=this.value===y.value,y.checked&&(this._selected=y)}))}_emitChangeEvent(){this._isInitialized&&this.change.emit(new S(this._selected,this._value))}_markRadiosForCheck(){this._radios&&this._radios.forEach(me=>me._markForCheck())}writeValue(me){this.value=me,this._changeDetector.markForCheck()}registerOnChange(me){this._controlValueAccessorChangeFn=me}registerOnTouched(me){this.onTouched=me}setDisabledState(me){this.disabled=me,this._changeDetector.markForCheck()}}return oe.\u0275fac=function(me){return new(me||oe)(t.Y36(t.sBO))},oe.\u0275dir=t.lG2({type:oe,inputs:{color:"color",name:"name",labelPosition:"labelPosition",value:"value",selected:"selected",disabled:"disabled",required:"required"},outputs:{change:"change"}}),oe})(),j=(()=>{class oe extends Z{}return oe.\u0275fac=function(){let X;return function(y){return(X||(X=t.n5z(oe)))(y||oe)}}(),oe.\u0275dir=t.lG2({type:oe,selectors:[["mat-radio-group"]],contentQueries:function(me,y,i){if(1&me&&t.Suo(i,te,5),2&me){let r;t.iGM(r=t.CRH())&&(y._radios=r)}},hostAttrs:["role","radiogroup",1,"mat-radio-group"],exportAs:["matRadioGroup"],features:[t._Bn([k,{provide:U,useExisting:oe}]),t.qOj]}),oe})();class ne{constructor(X){this._elementRef=X}}const $=(0,e.Kr)((0,e.sb)(ne));let de=(()=>{class oe extends ${constructor(me,y,i,r,u,c,_,E){super(y),this._changeDetector=i,this._focusMonitor=r,this._radioDispatcher=u,this._providerOverride=_,this._uniqueId="mat-radio-"+ ++L,this.id=this._uniqueId,this.change=new t.vpe,this._checked=!1,this._value=null,this._removeUniqueSelectionListener=()=>{},this.radioGroup=me,this._noopAnimations="NoopAnimations"===c,E&&(this.tabIndex=(0,f.su)(E,0)),this._removeUniqueSelectionListener=u.listen((I,v)=>{I!==this.id&&v===this.name&&(this.checked=!1)})}get checked(){return this._checked}set checked(me){const y=(0,f.Ig)(me);this._checked!==y&&(this._checked=y,y&&this.radioGroup&&this.radioGroup.value!==this.value?this.radioGroup.selected=this:!y&&this.radioGroup&&this.radioGroup.value===this.value&&(this.radioGroup.selected=null),y&&this._radioDispatcher.notify(this.id,this.name),this._changeDetector.markForCheck())}get value(){return this._value}set value(me){this._value!==me&&(this._value=me,null!==this.radioGroup&&(this.checked||(this.checked=this.radioGroup.value===me),this.checked&&(this.radioGroup.selected=this)))}get labelPosition(){return this._labelPosition||this.radioGroup&&this.radioGroup.labelPosition||"after"}set labelPosition(me){this._labelPosition=me}get disabled(){return this._disabled||null!==this.radioGroup&&this.radioGroup.disabled}set disabled(me){this._setDisabled((0,f.Ig)(me))}get required(){return this._required||this.radioGroup&&this.radioGroup.required}set required(me){this._required=(0,f.Ig)(me)}get color(){return this._color||this.radioGroup&&this.radioGroup.color||this._providerOverride&&this._providerOverride.color||"accent"}set color(me){this._color=me}get inputId(){return`${this.id||this._uniqueId}-input`}focus(me,y){y?this._focusMonitor.focusVia(this._inputElement,y,me):this._inputElement.nativeElement.focus(me)}_markForCheck(){this._changeDetector.markForCheck()}ngOnInit(){this.radioGroup&&(this.checked=this.radioGroup.value===this._value,this.checked&&(this.radioGroup.selected=this),this.name=this.radioGroup.name)}ngDoCheck(){this._updateTabIndex()}ngAfterViewInit(){this._updateTabIndex(),this._focusMonitor.monitor(this._elementRef,!0).subscribe(me=>{!me&&this.radioGroup&&this.radioGroup._touch()})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._removeUniqueSelectionListener()}_emitChangeEvent(){this.change.emit(new S(this,this._value))}_isRippleDisabled(){return this.disableRipple||this.disabled}_onInputClick(me){me.stopPropagation()}_onInputInteraction(me){if(me.stopPropagation(),!this.checked&&!this.disabled){const y=this.radioGroup&&this.value!==this.radioGroup.value;this.checked=!0,this._emitChangeEvent(),this.radioGroup&&(this.radioGroup._controlValueAccessorChangeFn(this.value),y&&this.radioGroup._emitChangeEvent())}}_setDisabled(me){this._disabled!==me&&(this._disabled=me,this._changeDetector.markForCheck())}_updateTabIndex(){var me;const y=this.radioGroup;let i;if(i=y&&y.selected&&!this.disabled?y.selected===this?this.tabIndex:-1:this.tabIndex,i!==this._previousTabIndex){const r=null===(me=this._inputElement)||void 0===me?void 0:me.nativeElement;r&&(r.setAttribute("tabindex",i+""),this._previousTabIndex=i)}}}return oe.\u0275fac=function(me){t.$Z()},oe.\u0275dir=t.lG2({type:oe,viewQuery:function(me,y){if(1&me&&t.Gf(N,5),2&me){let i;t.iGM(i=t.CRH())&&(y._inputElement=i.first)}},inputs:{id:"id",name:"name",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],checked:"checked",value:"value",labelPosition:"labelPosition",disabled:"disabled",required:"required",color:"color"},outputs:{change:"change"},features:[t.qOj]}),oe})(),te=(()=>{class oe extends de{constructor(me,y,i,r,u,c,_,E){super(me,y,i,r,u,c,_,E)}}return oe.\u0275fac=function(me){return new(me||oe)(t.Y36(U,8),t.Y36(t.SBq),t.Y36(t.sBO),t.Y36(b.tE),t.Y36(d.A8),t.Y36(a.Qb,8),t.Y36(w,8),t.$8M("tabindex"))},oe.\u0275cmp=t.Xpm({type:oe,selectors:[["mat-radio-button"]],hostAttrs:[1,"mat-radio-button"],hostVars:17,hostBindings:function(me,y){1&me&&t.NdJ("focus",function(){return y._inputElement.nativeElement.focus()}),2&me&&(t.uIk("tabindex",null)("id",y.id)("aria-label",null)("aria-labelledby",null)("aria-describedby",null),t.ekj("mat-radio-checked",y.checked)("mat-radio-disabled",y.disabled)("_mat-animation-noopable",y._noopAnimations)("mat-primary","primary"===y.color)("mat-accent","accent"===y.color)("mat-warn","warn"===y.color))},inputs:{disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matRadioButton"],features:[t.qOj],ngContentSelectors:A,decls:13,vars:19,consts:[[1,"mat-radio-label"],["label",""],[1,"mat-radio-container"],[1,"mat-radio-outer-circle"],[1,"mat-radio-inner-circle"],["type","radio",1,"mat-radio-input",3,"id","checked","disabled","required","change","click"],["input",""],["mat-ripple","",1,"mat-radio-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered","matRippleRadius","matRippleAnimation"],[1,"mat-ripple-element","mat-radio-persistent-ripple"],[1,"mat-radio-label-content"],[2,"display","none"]],template:function(me,y){if(1&me&&(t.F$t(),t.TgZ(0,"label",0,1)(2,"span",2),t._UZ(3,"span",3)(4,"span",4),t.TgZ(5,"input",5,6),t.NdJ("change",function(r){return y._onInputInteraction(r)})("click",function(r){return y._onInputClick(r)}),t.qZA(),t.TgZ(7,"span",7),t._UZ(8,"span",8),t.qZA()(),t.TgZ(9,"span",9)(10,"span",10),t._uU(11,"\xa0"),t.qZA(),t.Hsn(12),t.qZA()()),2&me){const i=t.MAs(1);t.uIk("for",y.inputId),t.xp6(5),t.Q6J("id",y.inputId)("checked",y.checked)("disabled",y.disabled)("required",y.required),t.uIk("name",y.name)("value",y.value)("aria-label",y.ariaLabel)("aria-labelledby",y.ariaLabelledby)("aria-describedby",y.ariaDescribedby),t.xp6(2),t.Q6J("matRippleTrigger",i)("matRippleDisabled",y._isRippleDisabled())("matRippleCentered",!0)("matRippleRadius",20)("matRippleAnimation",t.VKq(17,h,y._noopAnimations?0:150)),t.xp6(2),t.ekj("mat-radio-label-before","before"==y.labelPosition)}},directives:[e.wG],styles:[".mat-radio-button{display:inline-block;-webkit-tap-highlight-color:transparent;outline:0}.mat-radio-label{-webkit-user-select:none;user-select:none;cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap;vertical-align:middle;width:100%}.mat-radio-container{box-sizing:border-box;display:inline-block;position:relative;width:20px;height:20px;flex-shrink:0}.mat-radio-outer-circle{box-sizing:border-box;display:block;height:20px;left:0;position:absolute;top:0;transition:border-color ease 280ms;width:20px;border-width:2px;border-style:solid;border-radius:50%}._mat-animation-noopable .mat-radio-outer-circle{transition:none}.mat-radio-inner-circle{border-radius:50%;box-sizing:border-box;display:block;height:20px;left:0;position:absolute;top:0;opacity:0;transition:transform ease 280ms,background-color ease 280ms,opacity linear 1ms 280ms;width:20px;transform:scale(0.001);-webkit-print-color-adjust:exact;color-adjust:exact}.mat-radio-checked .mat-radio-inner-circle{transform:scale(0.5);opacity:1;transition:transform ease 280ms,background-color ease 280ms}.cdk-high-contrast-active .mat-radio-checked .mat-radio-inner-circle{border:solid 10px}._mat-animation-noopable .mat-radio-inner-circle{transition:none}.mat-radio-label-content{-webkit-user-select:auto;user-select:auto;display:inline-block;order:0;line-height:inherit;padding-left:8px;padding-right:0}[dir=rtl] .mat-radio-label-content{padding-right:8px;padding-left:0}.mat-radio-label-content.mat-radio-label-before{order:-1;padding-left:0;padding-right:8px}[dir=rtl] .mat-radio-label-content.mat-radio-label-before{padding-right:0;padding-left:8px}.mat-radio-disabled,.mat-radio-disabled .mat-radio-label{cursor:default}.mat-radio-button .mat-radio-ripple{position:absolute;left:calc(50% - 20px);top:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-radio-button .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple){opacity:.16}.mat-radio-persistent-ripple{width:100%;height:100%;transform:none;top:0;left:0}.mat-radio-container:hover .mat-radio-persistent-ripple{opacity:.04}.mat-radio-button:not(.mat-radio-disabled).cdk-keyboard-focused .mat-radio-persistent-ripple,.mat-radio-button:not(.mat-radio-disabled).cdk-program-focused .mat-radio-persistent-ripple{opacity:.12}.mat-radio-persistent-ripple,.mat-radio-disabled .mat-radio-container:hover .mat-radio-persistent-ripple{opacity:0}@media(hover: none){.mat-radio-container:hover .mat-radio-persistent-ripple{display:none}}.mat-radio-input{opacity:0;position:absolute;top:0;left:0;margin:0;width:100%;height:100%;cursor:inherit;z-index:-1}.cdk-high-contrast-active .mat-radio-button:not(.mat-radio-disabled).cdk-keyboard-focused .mat-radio-ripple,.cdk-high-contrast-active .mat-radio-button:not(.mat-radio-disabled).cdk-program-focused .mat-radio-ripple{outline:solid 3px}.cdk-high-contrast-active .mat-radio-disabled{opacity:.5}\n"],encapsulation:2,changeDetection:0}),oe})(),ie=(()=>{class oe{}return oe.\u0275fac=function(me){return new(me||oe)},oe.\u0275mod=t.oAB({type:oe}),oe.\u0275inj=t.cJS({imports:[[e.si,e.BQ],e.BQ]}),oe})()},4107:(Ve,K,p)=>{"use strict";p.d(K,{$L:()=>dt,LD:()=>le,gD:()=>De});var t=p(9776),e=p(9808),f=p(5e3),M=p(508),a=p(7322),b=p(5303),d=p(5664),N=p(3191),h=p(449),A=p(1159),w=p(3075),D=p(7579),L=p(9770),k=p(6451),S=p(8675),U=p(3900),Z=p(5698),j=p(9300),ne=p(4004),$=p(1884),de=p(2722),te=p(1777),ie=p(226);const oe=["trigger"],X=["panel"];function me(Te,xe){if(1&Te&&(f.TgZ(0,"span",8),f._uU(1),f.qZA()),2&Te){const W=f.oxw();f.xp6(1),f.Oqu(W.placeholder)}}function y(Te,xe){if(1&Te&&(f.TgZ(0,"span",12),f._uU(1),f.qZA()),2&Te){const W=f.oxw(2);f.xp6(1),f.Oqu(W.triggerValue)}}function i(Te,xe){1&Te&&f.Hsn(0,0,["*ngSwitchCase","true"])}function r(Te,xe){if(1&Te&&(f.TgZ(0,"span",9),f.YNc(1,y,2,1,"span",10),f.YNc(2,i,1,0,"ng-content",11),f.qZA()),2&Te){const W=f.oxw();f.Q6J("ngSwitch",!!W.customTrigger),f.xp6(2),f.Q6J("ngSwitchCase",!0)}}function u(Te,xe){if(1&Te){const W=f.EpF();f.TgZ(0,"div",13)(1,"div",14,15),f.NdJ("@transformPanel.done",function(ue){return f.CHM(W),f.oxw()._panelDoneAnimatingStream.next(ue.toState)})("keydown",function(ue){return f.CHM(W),f.oxw()._handleKeydown(ue)}),f.Hsn(3,1),f.qZA()()}if(2&Te){const W=f.oxw();f.Q6J("@transformPanelWrap",void 0),f.xp6(1),f.Gre("mat-select-panel ",W._getPanelTheme(),""),f.Udp("transform-origin",W._transformOrigin)("font-size",W._triggerFontSize,"px"),f.Q6J("ngClass",W.panelClass)("@transformPanel",W.multiple?"showing-multiple":"showing"),f.uIk("id",W.id+"-panel")("aria-multiselectable",W.multiple)("aria-label",W.ariaLabel||null)("aria-labelledby",W._getPanelAriaLabelledby())}}const c=[[["mat-select-trigger"]],"*"],_=["mat-select-trigger","*"],E={transformPanelWrap:(0,te.X$)("transformPanelWrap",[(0,te.eR)("* => void",(0,te.IO)("@transformPanel",[(0,te.pV)()],{optional:!0}))]),transformPanel:(0,te.X$)("transformPanel",[(0,te.SB)("void",(0,te.oB)({transform:"scaleY(0.8)",minWidth:"100%",opacity:0})),(0,te.SB)("showing",(0,te.oB)({opacity:1,minWidth:"calc(100% + 32px)",transform:"scaleY(1)"})),(0,te.SB)("showing-multiple",(0,te.oB)({opacity:1,minWidth:"calc(100% + 64px)",transform:"scaleY(1)"})),(0,te.eR)("void => *",(0,te.jt)("120ms cubic-bezier(0, 0, 0.2, 1)")),(0,te.eR)("* => void",(0,te.jt)("100ms 25ms linear",(0,te.oB)({opacity:0})))])};let C=0;const B=256,Ne=new f.OlP("mat-select-scroll-strategy"),Q=new f.OlP("MAT_SELECT_CONFIG"),Ue={provide:Ne,deps:[t.aV],useFactory:function we(Te){return()=>Te.scrollStrategies.reposition()}};class ye{constructor(xe,W){this.source=xe,this.value=W}}const V=(0,M.Kr)((0,M.sb)((0,M.Id)((0,M.FD)(class{constructor(Te,xe,W,ee,ue){this._elementRef=Te,this._defaultErrorStateMatcher=xe,this._parentForm=W,this._parentFormGroup=ee,this.ngControl=ue}})))),Ae=new f.OlP("MatSelectTrigger");let dt=(()=>{class Te{}return Te.\u0275fac=function(W){return new(W||Te)},Te.\u0275dir=f.lG2({type:Te,selectors:[["mat-select-trigger"]],features:[f._Bn([{provide:Ae,useExisting:Te}])]}),Te})(),Ie=(()=>{class Te extends V{constructor(W,ee,ue,_e,Le,ut,ht,It,ui,Wt,Gt,hi,xt,Nt){var Ct,et,yt;super(Le,_e,ht,It,Wt),this._viewportRuler=W,this._changeDetectorRef=ee,this._ngZone=ue,this._dir=ut,this._parentFormField=ui,this._liveAnnouncer=xt,this._defaultOptions=Nt,this._panelOpen=!1,this._compareWith=(ei,jt)=>ei===jt,this._uid="mat-select-"+C++,this._triggerAriaLabelledBy=null,this._destroy=new D.x,this._onChange=()=>{},this._onTouched=()=>{},this._valueId="mat-select-value-"+C++,this._panelDoneAnimatingStream=new D.x,this._overlayPanelClass=(null===(Ct=this._defaultOptions)||void 0===Ct?void 0:Ct.overlayPanelClass)||"",this._focused=!1,this.controlType="mat-select",this._multiple=!1,this._disableOptionCentering=null!==(yt=null===(et=this._defaultOptions)||void 0===et?void 0:et.disableOptionCentering)&&void 0!==yt&&yt,this.ariaLabel="",this.optionSelectionChanges=(0,L.P)(()=>{const ei=this.options;return ei?ei.changes.pipe((0,S.O)(ei),(0,U.w)(()=>(0,k.T)(...ei.map(jt=>jt.onSelectionChange)))):this._ngZone.onStable.pipe((0,Z.q)(1),(0,U.w)(()=>this.optionSelectionChanges))}),this.openedChange=new f.vpe,this._openedStream=this.openedChange.pipe((0,j.h)(ei=>ei),(0,ne.U)(()=>{})),this._closedStream=this.openedChange.pipe((0,j.h)(ei=>!ei),(0,ne.U)(()=>{})),this.selectionChange=new f.vpe,this.valueChange=new f.vpe,this.ngControl&&(this.ngControl.valueAccessor=this),null!=(null==Nt?void 0:Nt.typeaheadDebounceInterval)&&(this._typeaheadDebounceInterval=Nt.typeaheadDebounceInterval),this._scrollStrategyFactory=hi,this._scrollStrategy=this._scrollStrategyFactory(),this.tabIndex=parseInt(Gt)||0,this.id=this.id}get focused(){return this._focused||this._panelOpen}get placeholder(){return this._placeholder}set placeholder(W){this._placeholder=W,this.stateChanges.next()}get required(){var W,ee,ue,_e;return null!==(_e=null!==(W=this._required)&&void 0!==W?W:null===(ue=null===(ee=this.ngControl)||void 0===ee?void 0:ee.control)||void 0===ue?void 0:ue.hasValidator(w.kI.required))&&void 0!==_e&&_e}set required(W){this._required=(0,N.Ig)(W),this.stateChanges.next()}get multiple(){return this._multiple}set multiple(W){this._multiple=(0,N.Ig)(W)}get disableOptionCentering(){return this._disableOptionCentering}set disableOptionCentering(W){this._disableOptionCentering=(0,N.Ig)(W)}get compareWith(){return this._compareWith}set compareWith(W){this._compareWith=W,this._selectionModel&&this._initializeSelection()}get value(){return this._value}set value(W){this._assignValue(W)&&this._onChange(W)}get typeaheadDebounceInterval(){return this._typeaheadDebounceInterval}set typeaheadDebounceInterval(W){this._typeaheadDebounceInterval=(0,N.su)(W)}get id(){return this._id}set id(W){this._id=W||this._uid,this.stateChanges.next()}ngOnInit(){this._selectionModel=new h.Ov(this.multiple),this.stateChanges.next(),this._panelDoneAnimatingStream.pipe((0,$.x)(),(0,de.R)(this._destroy)).subscribe(()=>this._panelDoneAnimating(this.panelOpen))}ngAfterContentInit(){this._initKeyManager(),this._selectionModel.changed.pipe((0,de.R)(this._destroy)).subscribe(W=>{W.added.forEach(ee=>ee.select()),W.removed.forEach(ee=>ee.deselect())}),this.options.changes.pipe((0,S.O)(null),(0,de.R)(this._destroy)).subscribe(()=>{this._resetOptions(),this._initializeSelection()})}ngDoCheck(){const W=this._getTriggerAriaLabelledby(),ee=this.ngControl;if(W!==this._triggerAriaLabelledBy){const ue=this._elementRef.nativeElement;this._triggerAriaLabelledBy=W,W?ue.setAttribute("aria-labelledby",W):ue.removeAttribute("aria-labelledby")}ee&&(this._previousControl!==ee.control&&(void 0!==this._previousControl&&null!==ee.disabled&&ee.disabled!==this.disabled&&(this.disabled=ee.disabled),this._previousControl=ee.control),this.updateErrorState())}ngOnChanges(W){W.disabled&&this.stateChanges.next(),W.typeaheadDebounceInterval&&this._keyManager&&this._keyManager.withTypeAhead(this._typeaheadDebounceInterval)}ngOnDestroy(){this._destroy.next(),this._destroy.complete(),this.stateChanges.complete()}toggle(){this.panelOpen?this.close():this.open()}open(){this._canOpen()&&(this._panelOpen=!0,this._keyManager.withHorizontalOrientation(null),this._highlightCorrectOption(),this._changeDetectorRef.markForCheck())}close(){this._panelOpen&&(this._panelOpen=!1,this._keyManager.withHorizontalOrientation(this._isRtl()?"rtl":"ltr"),this._changeDetectorRef.markForCheck(),this._onTouched())}writeValue(W){this._assignValue(W)}registerOnChange(W){this._onChange=W}registerOnTouched(W){this._onTouched=W}setDisabledState(W){this.disabled=W,this._changeDetectorRef.markForCheck(),this.stateChanges.next()}get panelOpen(){return this._panelOpen}get selected(){var W,ee;return this.multiple?(null===(W=this._selectionModel)||void 0===W?void 0:W.selected)||[]:null===(ee=this._selectionModel)||void 0===ee?void 0:ee.selected[0]}get triggerValue(){if(this.empty)return"";if(this._multiple){const W=this._selectionModel.selected.map(ee=>ee.viewValue);return this._isRtl()&&W.reverse(),W.join(", ")}return this._selectionModel.selected[0].viewValue}_isRtl(){return!!this._dir&&"rtl"===this._dir.value}_handleKeydown(W){this.disabled||(this.panelOpen?this._handleOpenKeydown(W):this._handleClosedKeydown(W))}_handleClosedKeydown(W){const ee=W.keyCode,ue=ee===A.JH||ee===A.LH||ee===A.oh||ee===A.SV,_e=ee===A.K5||ee===A.L_,Le=this._keyManager;if(!Le.isTyping()&&_e&&!(0,A.Vb)(W)||(this.multiple||W.altKey)&&ue)W.preventDefault(),this.open();else if(!this.multiple){const ut=this.selected;Le.onKeydown(W);const ht=this.selected;ht&&ut!==ht&&this._liveAnnouncer.announce(ht.viewValue,1e4)}}_handleOpenKeydown(W){const ee=this._keyManager,ue=W.keyCode,_e=ue===A.JH||ue===A.LH,Le=ee.isTyping();if(_e&&W.altKey)W.preventDefault(),this.close();else if(Le||ue!==A.K5&&ue!==A.L_||!ee.activeItem||(0,A.Vb)(W))if(!Le&&this._multiple&&ue===A.A&&W.ctrlKey){W.preventDefault();const ut=this.options.some(ht=>!ht.disabled&&!ht.selected);this.options.forEach(ht=>{ht.disabled||(ut?ht.select():ht.deselect())})}else{const ut=ee.activeItemIndex;ee.onKeydown(W),this._multiple&&_e&&W.shiftKey&&ee.activeItem&&ee.activeItemIndex!==ut&&ee.activeItem._selectViaInteraction()}else W.preventDefault(),ee.activeItem._selectViaInteraction()}_onFocus(){this.disabled||(this._focused=!0,this.stateChanges.next())}_onBlur(){this._focused=!1,!this.disabled&&!this.panelOpen&&(this._onTouched(),this._changeDetectorRef.markForCheck(),this.stateChanges.next())}_onAttached(){this._overlayDir.positionChange.pipe((0,Z.q)(1)).subscribe(()=>{this._changeDetectorRef.detectChanges(),this._positioningSettled()})}_getPanelTheme(){return this._parentFormField?`mat-${this._parentFormField.color}`:""}get empty(){return!this._selectionModel||this._selectionModel.isEmpty()}_initializeSelection(){Promise.resolve().then(()=>{this.ngControl&&(this._value=this.ngControl.value),this._setSelectionByValue(this._value),this.stateChanges.next()})}_setSelectionByValue(W){if(this._selectionModel.selected.forEach(ee=>ee.setInactiveStyles()),this._selectionModel.clear(),this.multiple&&W)Array.isArray(W),W.forEach(ee=>this._selectOptionByValue(ee)),this._sortValues();else{const ee=this._selectOptionByValue(W);ee?this._keyManager.updateActiveItem(ee):this.panelOpen||this._keyManager.updateActiveItem(-1)}this._changeDetectorRef.markForCheck()}_selectOptionByValue(W){const ee=this.options.find(ue=>{if(this._selectionModel.isSelected(ue))return!1;try{return null!=ue.value&&this._compareWith(ue.value,W)}catch(_e){return!1}});return ee&&this._selectionModel.select(ee),ee}_assignValue(W){return!!(W!==this._value||this._multiple&&Array.isArray(W))&&(this.options&&this._setSelectionByValue(W),this._value=W,!0)}_initKeyManager(){this._keyManager=new d.s1(this.options).withTypeAhead(this._typeaheadDebounceInterval).withVerticalOrientation().withHorizontalOrientation(this._isRtl()?"rtl":"ltr").withHomeAndEnd().withAllowedModifierKeys(["shiftKey"]),this._keyManager.tabOut.pipe((0,de.R)(this._destroy)).subscribe(()=>{this.panelOpen&&(!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction(),this.focus(),this.close())}),this._keyManager.change.pipe((0,de.R)(this._destroy)).subscribe(()=>{this._panelOpen&&this.panel?this._scrollOptionIntoView(this._keyManager.activeItemIndex||0):!this._panelOpen&&!this.multiple&&this._keyManager.activeItem&&this._keyManager.activeItem._selectViaInteraction()})}_resetOptions(){const W=(0,k.T)(this.options.changes,this._destroy);this.optionSelectionChanges.pipe((0,de.R)(W)).subscribe(ee=>{this._onSelect(ee.source,ee.isUserInput),ee.isUserInput&&!this.multiple&&this._panelOpen&&(this.close(),this.focus())}),(0,k.T)(...this.options.map(ee=>ee._stateChanges)).pipe((0,de.R)(W)).subscribe(()=>{this._changeDetectorRef.markForCheck(),this.stateChanges.next()})}_onSelect(W,ee){const ue=this._selectionModel.isSelected(W);null!=W.value||this._multiple?(ue!==W.selected&&(W.selected?this._selectionModel.select(W):this._selectionModel.deselect(W)),ee&&this._keyManager.setActiveItem(W),this.multiple&&(this._sortValues(),ee&&this.focus())):(W.deselect(),this._selectionModel.clear(),null!=this.value&&this._propagateChanges(W.value)),ue!==this._selectionModel.isSelected(W)&&this._propagateChanges(),this.stateChanges.next()}_sortValues(){if(this.multiple){const W=this.options.toArray();this._selectionModel.sort((ee,ue)=>this.sortComparator?this.sortComparator(ee,ue,W):W.indexOf(ee)-W.indexOf(ue)),this.stateChanges.next()}}_propagateChanges(W){let ee=null;ee=this.multiple?this.selected.map(ue=>ue.value):this.selected?this.selected.value:W,this._value=ee,this.valueChange.emit(ee),this._onChange(ee),this.selectionChange.emit(this._getChangeEvent(ee)),this._changeDetectorRef.markForCheck()}_highlightCorrectOption(){this._keyManager&&(this.empty?this._keyManager.setFirstItemActive():this._keyManager.setActiveItem(this._selectionModel.selected[0]))}_canOpen(){var W;return!this._panelOpen&&!this.disabled&&(null===(W=this.options)||void 0===W?void 0:W.length)>0}focus(W){this._elementRef.nativeElement.focus(W)}_getPanelAriaLabelledby(){var W;if(this.ariaLabel)return null;const ee=null===(W=this._parentFormField)||void 0===W?void 0:W.getLabelId();return this.ariaLabelledby?(ee?ee+" ":"")+this.ariaLabelledby:ee}_getAriaActiveDescendant(){return this.panelOpen&&this._keyManager&&this._keyManager.activeItem?this._keyManager.activeItem.id:null}_getTriggerAriaLabelledby(){var W;if(this.ariaLabel)return null;const ee=null===(W=this._parentFormField)||void 0===W?void 0:W.getLabelId();let ue=(ee?ee+" ":"")+this._valueId;return this.ariaLabelledby&&(ue+=" "+this.ariaLabelledby),ue}_panelDoneAnimating(W){this.openedChange.emit(W)}setDescribedByIds(W){this._ariaDescribedby=W.join(" ")}onContainerClick(){this.focus(),this.open()}get shouldLabelFloat(){return this._panelOpen||!this.empty||this._focused&&!!this._placeholder}}return Te.\u0275fac=function(W){return new(W||Te)(f.Y36(b.rL),f.Y36(f.sBO),f.Y36(f.R0b),f.Y36(M.rD),f.Y36(f.SBq),f.Y36(ie.Is,8),f.Y36(w.F,8),f.Y36(w.sg,8),f.Y36(a.G_,8),f.Y36(w.a5,10),f.$8M("tabindex"),f.Y36(Ne),f.Y36(d.Kd),f.Y36(Q,8))},Te.\u0275dir=f.lG2({type:Te,viewQuery:function(W,ee){if(1&W&&(f.Gf(oe,5),f.Gf(X,5),f.Gf(t.pI,5)),2&W){let ue;f.iGM(ue=f.CRH())&&(ee.trigger=ue.first),f.iGM(ue=f.CRH())&&(ee.panel=ue.first),f.iGM(ue=f.CRH())&&(ee._overlayDir=ue.first)}},inputs:{panelClass:"panelClass",placeholder:"placeholder",required:"required",multiple:"multiple",disableOptionCentering:"disableOptionCentering",compareWith:"compareWith",value:"value",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],errorStateMatcher:"errorStateMatcher",typeaheadDebounceInterval:"typeaheadDebounceInterval",sortComparator:"sortComparator",id:"id"},outputs:{openedChange:"openedChange",_openedStream:"opened",_closedStream:"closed",selectionChange:"selectionChange",valueChange:"valueChange"},features:[f.qOj,f.TTD]}),Te})(),De=(()=>{class Te extends Ie{constructor(){super(...arguments),this._scrollTop=0,this._triggerFontSize=0,this._transformOrigin="top",this._offsetY=0,this._positions=[{originX:"start",originY:"top",overlayX:"start",overlayY:"top"},{originX:"start",originY:"bottom",overlayX:"start",overlayY:"bottom"}]}_calculateOverlayScroll(W,ee,ue){const _e=this._getItemHeight();return Math.min(Math.max(0,_e*W-ee+_e/2),ue)}ngOnInit(){super.ngOnInit(),this._viewportRuler.change().pipe((0,de.R)(this._destroy)).subscribe(()=>{this.panelOpen&&(this._triggerRect=this.trigger.nativeElement.getBoundingClientRect(),this._changeDetectorRef.markForCheck())})}open(){super._canOpen()&&(super.open(),this._triggerRect=this.trigger.nativeElement.getBoundingClientRect(),this._triggerFontSize=parseInt(getComputedStyle(this.trigger.nativeElement).fontSize||"0"),this._calculateOverlayPosition(),this._ngZone.onStable.pipe((0,Z.q)(1)).subscribe(()=>{this._triggerFontSize&&this._overlayDir.overlayRef&&this._overlayDir.overlayRef.overlayElement&&(this._overlayDir.overlayRef.overlayElement.style.fontSize=`${this._triggerFontSize}px`)}))}_scrollOptionIntoView(W){const ee=(0,M.CB)(W,this.options,this.optionGroups),ue=this._getItemHeight();this.panel.nativeElement.scrollTop=0===W&&1===ee?0:(0,M.jH)((W+ee)*ue,ue,this.panel.nativeElement.scrollTop,B)}_positioningSettled(){this._calculateOverlayOffsetX(),this.panel.nativeElement.scrollTop=this._scrollTop}_panelDoneAnimating(W){this.panelOpen?this._scrollTop=0:(this._overlayDir.offsetX=0,this._changeDetectorRef.markForCheck()),super._panelDoneAnimating(W)}_getChangeEvent(W){return new ye(this,W)}_calculateOverlayOffsetX(){const W=this._overlayDir.overlayRef.overlayElement.getBoundingClientRect(),ee=this._viewportRuler.getViewportSize(),ue=this._isRtl(),_e=this.multiple?56:32;let Le;if(this.multiple)Le=40;else if(this.disableOptionCentering)Le=16;else{let It=this._selectionModel.selected[0]||this.options.first;Le=It&&It.group?32:16}ue||(Le*=-1);const ut=0-(W.left+Le-(ue?_e:0)),ht=W.right+Le-ee.width+(ue?0:_e);ut>0?Le+=ut+8:ht>0&&(Le-=ht+8),this._overlayDir.offsetX=Math.round(Le),this._overlayDir.overlayRef.updatePosition()}_calculateOverlayOffsetY(W,ee,ue){const _e=this._getItemHeight(),Le=(_e-this._triggerRect.height)/2,ut=Math.floor(B/_e);let ht;return this.disableOptionCentering?0:(ht=0===this._scrollTop?W*_e:this._scrollTop===ue?(W-(this._getItemCount()-ut))*_e+(_e-(this._getItemCount()*_e-B)%_e):ee-_e/2,Math.round(-1*ht-Le))}_checkOverlayWithinViewport(W){const ee=this._getItemHeight(),ue=this._viewportRuler.getViewportSize(),_e=this._triggerRect.top-8,Le=ue.height-this._triggerRect.bottom-8,ut=Math.abs(this._offsetY),It=Math.min(this._getItemCount()*ee,B)-ut-this._triggerRect.height;It>Le?this._adjustPanelUp(It,Le):ut>_e?this._adjustPanelDown(ut,_e,W):this._transformOrigin=this._getOriginBasedOnOption()}_adjustPanelUp(W,ee){const ue=Math.round(W-ee);this._scrollTop-=ue,this._offsetY-=ue,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop<=0&&(this._scrollTop=0,this._offsetY=0,this._transformOrigin="50% bottom 0px")}_adjustPanelDown(W,ee,ue){const _e=Math.round(W-ee);if(this._scrollTop+=_e,this._offsetY+=_e,this._transformOrigin=this._getOriginBasedOnOption(),this._scrollTop>=ue)return this._scrollTop=ue,this._offsetY=0,void(this._transformOrigin="50% top 0px")}_calculateOverlayPosition(){const W=this._getItemHeight(),ee=this._getItemCount(),ue=Math.min(ee*W,B),Le=ee*W-ue;let ut;ut=this.empty?0:Math.max(this.options.toArray().indexOf(this._selectionModel.selected[0]),0),ut+=(0,M.CB)(ut,this.options,this.optionGroups);const ht=ue/2;this._scrollTop=this._calculateOverlayScroll(ut,ht,Le),this._offsetY=this._calculateOverlayOffsetY(ut,ht,Le),this._checkOverlayWithinViewport(Le)}_getOriginBasedOnOption(){const W=this._getItemHeight(),ee=(W-this._triggerRect.height)/2;return`50% ${Math.abs(this._offsetY)-ee+W/2}px 0px`}_getItemHeight(){return 3*this._triggerFontSize}_getItemCount(){return this.options.length+this.optionGroups.length}}return Te.\u0275fac=function(){let xe;return function(ee){return(xe||(xe=f.n5z(Te)))(ee||Te)}}(),Te.\u0275cmp=f.Xpm({type:Te,selectors:[["mat-select"]],contentQueries:function(W,ee,ue){if(1&W&&(f.Suo(ue,Ae,5),f.Suo(ue,M.ey,5),f.Suo(ue,M.K7,5)),2&W){let _e;f.iGM(_e=f.CRH())&&(ee.customTrigger=_e.first),f.iGM(_e=f.CRH())&&(ee.options=_e),f.iGM(_e=f.CRH())&&(ee.optionGroups=_e)}},hostAttrs:["role","combobox","aria-autocomplete","none","aria-haspopup","true",1,"mat-select"],hostVars:20,hostBindings:function(W,ee){1&W&&f.NdJ("keydown",function(_e){return ee._handleKeydown(_e)})("focus",function(){return ee._onFocus()})("blur",function(){return ee._onBlur()}),2&W&&(f.uIk("id",ee.id)("tabindex",ee.tabIndex)("aria-controls",ee.panelOpen?ee.id+"-panel":null)("aria-expanded",ee.panelOpen)("aria-label",ee.ariaLabel||null)("aria-required",ee.required.toString())("aria-disabled",ee.disabled.toString())("aria-invalid",ee.errorState)("aria-describedby",ee._ariaDescribedby||null)("aria-activedescendant",ee._getAriaActiveDescendant()),f.ekj("mat-select-disabled",ee.disabled)("mat-select-invalid",ee.errorState)("mat-select-required",ee.required)("mat-select-empty",ee.empty)("mat-select-multiple",ee.multiple))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matSelect"],features:[f._Bn([{provide:a.Eo,useExisting:Te},{provide:M.HF,useExisting:Te}]),f.qOj],ngContentSelectors:_,decls:9,vars:12,consts:[["cdk-overlay-origin","",1,"mat-select-trigger",3,"click"],["origin","cdkOverlayOrigin","trigger",""],[1,"mat-select-value",3,"ngSwitch"],["class","mat-select-placeholder mat-select-min-line",4,"ngSwitchCase"],["class","mat-select-value-text",3,"ngSwitch",4,"ngSwitchCase"],[1,"mat-select-arrow-wrapper"],[1,"mat-select-arrow"],["cdk-connected-overlay","","cdkConnectedOverlayLockPosition","","cdkConnectedOverlayHasBackdrop","","cdkConnectedOverlayBackdropClass","cdk-overlay-transparent-backdrop",3,"cdkConnectedOverlayPanelClass","cdkConnectedOverlayScrollStrategy","cdkConnectedOverlayOrigin","cdkConnectedOverlayOpen","cdkConnectedOverlayPositions","cdkConnectedOverlayMinWidth","cdkConnectedOverlayOffsetY","backdropClick","attach","detach"],[1,"mat-select-placeholder","mat-select-min-line"],[1,"mat-select-value-text",3,"ngSwitch"],["class","mat-select-min-line",4,"ngSwitchDefault"],[4,"ngSwitchCase"],[1,"mat-select-min-line"],[1,"mat-select-panel-wrap"],["role","listbox","tabindex","-1",3,"ngClass","keydown"],["panel",""]],template:function(W,ee){if(1&W&&(f.F$t(c),f.TgZ(0,"div",0,1),f.NdJ("click",function(){return ee.toggle()}),f.TgZ(3,"div",2),f.YNc(4,me,2,1,"span",3),f.YNc(5,r,3,2,"span",4),f.qZA(),f.TgZ(6,"div",5),f._UZ(7,"div",6),f.qZA()(),f.YNc(8,u,4,14,"ng-template",7),f.NdJ("backdropClick",function(){return ee.close()})("attach",function(){return ee._onAttached()})("detach",function(){return ee.close()})),2&W){const ue=f.MAs(1);f.uIk("aria-owns",ee.panelOpen?ee.id+"-panel":null),f.xp6(3),f.Q6J("ngSwitch",ee.empty),f.uIk("id",ee._valueId),f.xp6(1),f.Q6J("ngSwitchCase",!0),f.xp6(1),f.Q6J("ngSwitchCase",!1),f.xp6(3),f.Q6J("cdkConnectedOverlayPanelClass",ee._overlayPanelClass)("cdkConnectedOverlayScrollStrategy",ee._scrollStrategy)("cdkConnectedOverlayOrigin",ue)("cdkConnectedOverlayOpen",ee.panelOpen)("cdkConnectedOverlayPositions",ee._positions)("cdkConnectedOverlayMinWidth",null==ee._triggerRect?null:ee._triggerRect.width)("cdkConnectedOverlayOffsetY",ee._offsetY)}},directives:[t.xu,e.RF,e.n9,e.ED,t.pI,e.mk],styles:['.mat-select{display:inline-block;width:100%;outline:none}.mat-select-trigger{display:inline-flex;align-items:center;cursor:pointer;position:relative;box-sizing:border-box;width:100%}.mat-select-disabled .mat-select-trigger{-webkit-user-select:none;user-select:none;cursor:default}.mat-select-value{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mat-select-value-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-select-arrow-wrapper{height:16px;flex-shrink:0;display:inline-flex;align-items:center}.mat-form-field-appearance-fill .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-outline .mat-select-arrow-wrapper{transform:translateY(-25%)}.mat-form-field-appearance-standard.mat-form-field-has-label .mat-select:not(.mat-select-empty) .mat-select-arrow-wrapper{transform:translateY(-50%)}.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable.mat-form-field-appearance-standard .mat-select.mat-select-empty .mat-select-arrow-wrapper{transition:none}.mat-select-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;margin:0 4px}.mat-form-field.mat-focused .mat-select-arrow{transform:translateX(0)}.mat-select-panel-wrap{flex-basis:100%}.mat-select-panel{min-width:112px;max-width:280px;overflow:auto;-webkit-overflow-scrolling:touch;padding-top:0;padding-bottom:0;max-height:256px;min-width:100%;border-radius:4px;outline:0}.cdk-high-contrast-active .mat-select-panel{outline:solid 1px}.mat-select-panel .mat-optgroup-label,.mat-select-panel .mat-option{font-size:inherit;line-height:3em;height:3em}.mat-form-field-type-mat-select:not(.mat-form-field-disabled) .mat-form-field-flex{cursor:pointer}.mat-form-field-type-mat-select .mat-form-field-label{width:calc(100% - 18px)}.mat-select-placeholder{transition:color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1)}._mat-animation-noopable .mat-select-placeholder{transition:none}.mat-form-field-hide-placeholder .mat-select-placeholder{color:transparent;-webkit-text-fill-color:transparent;transition:none;display:block}.mat-select-min-line:empty::before{content:" ";white-space:pre;width:1px;display:inline-block;visibility:hidden}\n'],encapsulation:2,data:{animation:[E.transformPanelWrap,E.transformPanel]},changeDetection:0}),Te})(),le=(()=>{class Te{}return Te.\u0275fac=function(W){return new(W||Te)},Te.\u0275mod=f.oAB({type:Te}),Te.\u0275inj=f.cJS({providers:[Ue],imports:[[e.ez,t.U8,M.Ng,M.BQ],b.ZD,a.lN,M.Ng,M.BQ]}),Te})()},2638:(Ve,K,p)=>{"use strict";p.d(K,{JX:()=>ve,Rh:()=>he,SJ:()=>we,TM:()=>Ne});var t=p(5303),e=p(9808),f=p(5e3),M=p(508),a=p(3191),b=p(1159),d=p(7579),N=p(4968),h=p(6451),A=p(9300),w=p(4004),D=p(9718),L=p(2722),k=p(1884),S=p(5698),U=p(8675),Z=p(8372),j=p(1777),ne=p(6360),$=p(5664),de=p(925),te=p(226);const ie=["*"],oe=["content"];function X(Q,Ue){if(1&Q){const ye=f.EpF();f.TgZ(0,"div",2),f.NdJ("click",function(){return f.CHM(ye),f.oxw()._onBackdropClicked()}),f.qZA()}if(2&Q){const ye=f.oxw();f.ekj("mat-drawer-shown",ye._isShowingBackdrop())}}function me(Q,Ue){1&Q&&(f.TgZ(0,"mat-drawer-content"),f.Hsn(1,2),f.qZA())}const y=[[["mat-drawer"]],[["mat-drawer-content"]],"*"],i=["mat-drawer","mat-drawer-content","*"];function r(Q,Ue){if(1&Q){const ye=f.EpF();f.TgZ(0,"div",2),f.NdJ("click",function(){return f.CHM(ye),f.oxw()._onBackdropClicked()}),f.qZA()}if(2&Q){const ye=f.oxw();f.ekj("mat-drawer-shown",ye._isShowingBackdrop())}}function u(Q,Ue){1&Q&&(f.TgZ(0,"mat-sidenav-content"),f.Hsn(1,2),f.qZA())}const c=[[["mat-sidenav"]],[["mat-sidenav-content"]],"*"],_=["mat-sidenav","mat-sidenav-content","*"],I={transformDrawer:(0,j.X$)("transform",[(0,j.SB)("open, open-instant",(0,j.oB)({transform:"none",visibility:"visible"})),(0,j.SB)("void",(0,j.oB)({"box-shadow":"none",visibility:"hidden"})),(0,j.eR)("void => open-instant",(0,j.jt)("0ms")),(0,j.eR)("void <=> open, open-instant => void",(0,j.jt)("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])},n=new f.OlP("MAT_DRAWER_DEFAULT_AUTOSIZE",{providedIn:"root",factory:function B(){return!1}}),C=new f.OlP("MAT_DRAWER_CONTAINER");let P=(()=>{class Q extends t.PQ{constructor(ye,V,Ae,dt,Ie){super(Ae,dt,Ie),this._changeDetectorRef=ye,this._container=V}ngAfterContentInit(){this._container._contentMarginChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})}}return Q.\u0275fac=function(ye){return new(ye||Q)(f.Y36(f.sBO),f.Y36((0,f.Gpc)(()=>q)),f.Y36(f.SBq),f.Y36(t.mF),f.Y36(f.R0b))},Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-drawer-content"]],hostAttrs:[1,"mat-drawer-content"],hostVars:4,hostBindings:function(ye,V){2&ye&&f.Udp("margin-left",V._container._contentMargins.left,"px")("margin-right",V._container._contentMargins.right,"px")},features:[f._Bn([{provide:t.PQ,useExisting:Q}]),f.qOj],ngContentSelectors:ie,decls:1,vars:0,template:function(ye,V){1&ye&&(f.F$t(),f.Hsn(0))},encapsulation:2,changeDetection:0}),Q})(),F=(()=>{class Q{constructor(ye,V,Ae,dt,Ie,De,le,Te){this._elementRef=ye,this._focusTrapFactory=V,this._focusMonitor=Ae,this._platform=dt,this._ngZone=Ie,this._interactivityChecker=De,this._doc=le,this._container=Te,this._elementFocusedBeforeDrawerWasOpened=null,this._enableAnimations=!1,this._position="start",this._mode="over",this._disableClose=!1,this._opened=!1,this._animationStarted=new d.x,this._animationEnd=new d.x,this._animationState="void",this.openedChange=new f.vpe(!0),this._openedStream=this.openedChange.pipe((0,A.h)(xe=>xe),(0,w.U)(()=>{})),this.openedStart=this._animationStarted.pipe((0,A.h)(xe=>xe.fromState!==xe.toState&&0===xe.toState.indexOf("open")),(0,D.h)(void 0)),this._closedStream=this.openedChange.pipe((0,A.h)(xe=>!xe),(0,w.U)(()=>{})),this.closedStart=this._animationStarted.pipe((0,A.h)(xe=>xe.fromState!==xe.toState&&"void"===xe.toState),(0,D.h)(void 0)),this._destroyed=new d.x,this.onPositionChanged=new f.vpe,this._modeChanged=new d.x,this.openedChange.subscribe(xe=>{xe?(this._doc&&(this._elementFocusedBeforeDrawerWasOpened=this._doc.activeElement),this._takeFocus()):this._isFocusWithinDrawer()&&this._restoreFocus(this._openedVia||"program")}),this._ngZone.runOutsideAngular(()=>{(0,N.R)(this._elementRef.nativeElement,"keydown").pipe((0,A.h)(xe=>xe.keyCode===b.hY&&!this.disableClose&&!(0,b.Vb)(xe)),(0,L.R)(this._destroyed)).subscribe(xe=>this._ngZone.run(()=>{this.close(),xe.stopPropagation(),xe.preventDefault()}))}),this._animationEnd.pipe((0,k.x)((xe,W)=>xe.fromState===W.fromState&&xe.toState===W.toState)).subscribe(xe=>{const{fromState:W,toState:ee}=xe;(0===ee.indexOf("open")&&"void"===W||"void"===ee&&0===W.indexOf("open"))&&this.openedChange.emit(this._opened)})}get position(){return this._position}set position(ye){(ye="end"===ye?"end":"start")!==this._position&&(this._isAttached&&this._updatePositionInParent(ye),this._position=ye,this.onPositionChanged.emit())}get mode(){return this._mode}set mode(ye){this._mode=ye,this._updateFocusTrapState(),this._modeChanged.next()}get disableClose(){return this._disableClose}set disableClose(ye){this._disableClose=(0,a.Ig)(ye)}get autoFocus(){const ye=this._autoFocus;return null==ye?"side"===this.mode?"dialog":"first-tabbable":ye}set autoFocus(ye){("true"===ye||"false"===ye||null==ye)&&(ye=(0,a.Ig)(ye)),this._autoFocus=ye}get opened(){return this._opened}set opened(ye){this.toggle((0,a.Ig)(ye))}_forceFocus(ye,V){this._interactivityChecker.isFocusable(ye)||(ye.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{const Ae=()=>{ye.removeEventListener("blur",Ae),ye.removeEventListener("mousedown",Ae),ye.removeAttribute("tabindex")};ye.addEventListener("blur",Ae),ye.addEventListener("mousedown",Ae)})),ye.focus(V)}_focusByCssSelector(ye,V){let Ae=this._elementRef.nativeElement.querySelector(ye);Ae&&this._forceFocus(Ae,V)}_takeFocus(){if(!this._focusTrap)return;const ye=this._elementRef.nativeElement;switch(this.autoFocus){case!1:case"dialog":return;case!0:case"first-tabbable":this._focusTrap.focusInitialElementWhenReady().then(V=>{!V&&"function"==typeof this._elementRef.nativeElement.focus&&ye.focus()});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this.autoFocus)}}_restoreFocus(ye){"dialog"!==this.autoFocus&&(this._elementFocusedBeforeDrawerWasOpened?this._focusMonitor.focusVia(this._elementFocusedBeforeDrawerWasOpened,ye):this._elementRef.nativeElement.blur(),this._elementFocusedBeforeDrawerWasOpened=null)}_isFocusWithinDrawer(){const ye=this._doc.activeElement;return!!ye&&this._elementRef.nativeElement.contains(ye)}ngAfterViewInit(){this._isAttached=!0,this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._updateFocusTrapState(),"end"===this._position&&this._updatePositionInParent("end")}ngAfterContentChecked(){this._platform.isBrowser&&(this._enableAnimations=!0)}ngOnDestroy(){var ye;this._focusTrap&&this._focusTrap.destroy(),null===(ye=this._anchor)||void 0===ye||ye.remove(),this._anchor=null,this._animationStarted.complete(),this._animationEnd.complete(),this._modeChanged.complete(),this._destroyed.next(),this._destroyed.complete()}open(ye){return this.toggle(!0,ye)}close(){return this.toggle(!1)}_closeViaBackdropClick(){return this._setOpen(!1,!0,"mouse")}toggle(ye=!this.opened,V){ye&&V&&(this._openedVia=V);const Ae=this._setOpen(ye,!ye&&this._isFocusWithinDrawer(),this._openedVia||"program");return ye||(this._openedVia=null),Ae}_setOpen(ye,V,Ae){return this._opened=ye,ye?this._animationState=this._enableAnimations?"open":"open-instant":(this._animationState="void",V&&this._restoreFocus(Ae)),this._updateFocusTrapState(),new Promise(dt=>{this.openedChange.pipe((0,S.q)(1)).subscribe(Ie=>dt(Ie?"open":"close"))})}_getWidth(){return this._elementRef.nativeElement&&this._elementRef.nativeElement.offsetWidth||0}_updateFocusTrapState(){this._focusTrap&&(this._focusTrap.enabled=this.opened&&"side"!==this.mode)}_updatePositionInParent(ye){const V=this._elementRef.nativeElement,Ae=V.parentNode;"end"===ye?(this._anchor||(this._anchor=this._doc.createComment("mat-drawer-anchor"),Ae.insertBefore(this._anchor,V)),Ae.appendChild(V)):this._anchor&&this._anchor.parentNode.insertBefore(V,this._anchor)}}return Q.\u0275fac=function(ye){return new(ye||Q)(f.Y36(f.SBq),f.Y36($.qV),f.Y36($.tE),f.Y36(de.t4),f.Y36(f.R0b),f.Y36($.ic),f.Y36(e.K0,8),f.Y36(C,8))},Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-drawer"]],viewQuery:function(ye,V){if(1&ye&&f.Gf(oe,5),2&ye){let Ae;f.iGM(Ae=f.CRH())&&(V._content=Ae.first)}},hostAttrs:["tabIndex","-1",1,"mat-drawer"],hostVars:12,hostBindings:function(ye,V){1&ye&&f.WFA("@transform.start",function(dt){return V._animationStarted.next(dt)})("@transform.done",function(dt){return V._animationEnd.next(dt)}),2&ye&&(f.uIk("align",null),f.d8E("@transform",V._animationState),f.ekj("mat-drawer-end","end"===V.position)("mat-drawer-over","over"===V.mode)("mat-drawer-push","push"===V.mode)("mat-drawer-side","side"===V.mode)("mat-drawer-opened",V.opened))},inputs:{position:"position",mode:"mode",disableClose:"disableClose",autoFocus:"autoFocus",opened:"opened"},outputs:{openedChange:"openedChange",_openedStream:"opened",openedStart:"openedStart",_closedStream:"closed",closedStart:"closedStart",onPositionChanged:"positionChanged"},exportAs:["matDrawer"],ngContentSelectors:ie,decls:3,vars:0,consts:[["cdkScrollable","",1,"mat-drawer-inner-container"],["content",""]],template:function(ye,V){1&ye&&(f.F$t(),f.TgZ(0,"div",0,1),f.Hsn(2),f.qZA())},directives:[t.PQ],encapsulation:2,data:{animation:[I.transformDrawer]},changeDetection:0}),Q})(),q=(()=>{class Q{constructor(ye,V,Ae,dt,Ie,De=!1,le){this._dir=ye,this._element=V,this._ngZone=Ae,this._changeDetectorRef=dt,this._animationMode=le,this._drawers=new f.n_E,this.backdropClick=new f.vpe,this._destroyed=new d.x,this._doCheckSubject=new d.x,this._contentMargins={left:null,right:null},this._contentMarginChanges=new d.x,ye&&ye.change.pipe((0,L.R)(this._destroyed)).subscribe(()=>{this._validateDrawers(),this.updateContentMargins()}),Ie.change().pipe((0,L.R)(this._destroyed)).subscribe(()=>this.updateContentMargins()),this._autosize=De}get start(){return this._start}get end(){return this._end}get autosize(){return this._autosize}set autosize(ye){this._autosize=(0,a.Ig)(ye)}get hasBackdrop(){return null==this._backdropOverride?!this._start||"side"!==this._start.mode||!this._end||"side"!==this._end.mode:this._backdropOverride}set hasBackdrop(ye){this._backdropOverride=null==ye?null:(0,a.Ig)(ye)}get scrollable(){return this._userContent||this._content}ngAfterContentInit(){this._allDrawers.changes.pipe((0,U.O)(this._allDrawers),(0,L.R)(this._destroyed)).subscribe(ye=>{this._drawers.reset(ye.filter(V=>!V._container||V._container===this)),this._drawers.notifyOnChanges()}),this._drawers.changes.pipe((0,U.O)(null)).subscribe(()=>{this._validateDrawers(),this._drawers.forEach(ye=>{this._watchDrawerToggle(ye),this._watchDrawerPosition(ye),this._watchDrawerMode(ye)}),(!this._drawers.length||this._isDrawerOpen(this._start)||this._isDrawerOpen(this._end))&&this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),this._ngZone.runOutsideAngular(()=>{this._doCheckSubject.pipe((0,Z.b)(10),(0,L.R)(this._destroyed)).subscribe(()=>this.updateContentMargins())})}ngOnDestroy(){this._contentMarginChanges.complete(),this._doCheckSubject.complete(),this._drawers.destroy(),this._destroyed.next(),this._destroyed.complete()}open(){this._drawers.forEach(ye=>ye.open())}close(){this._drawers.forEach(ye=>ye.close())}updateContentMargins(){let ye=0,V=0;if(this._left&&this._left.opened)if("side"==this._left.mode)ye+=this._left._getWidth();else if("push"==this._left.mode){const Ae=this._left._getWidth();ye+=Ae,V-=Ae}if(this._right&&this._right.opened)if("side"==this._right.mode)V+=this._right._getWidth();else if("push"==this._right.mode){const Ae=this._right._getWidth();V+=Ae,ye-=Ae}ye=ye||null,V=V||null,(ye!==this._contentMargins.left||V!==this._contentMargins.right)&&(this._contentMargins={left:ye,right:V},this._ngZone.run(()=>this._contentMarginChanges.next(this._contentMargins)))}ngDoCheck(){this._autosize&&this._isPushed()&&this._ngZone.runOutsideAngular(()=>this._doCheckSubject.next())}_watchDrawerToggle(ye){ye._animationStarted.pipe((0,A.h)(V=>V.fromState!==V.toState),(0,L.R)(this._drawers.changes)).subscribe(V=>{"open-instant"!==V.toState&&"NoopAnimations"!==this._animationMode&&this._element.nativeElement.classList.add("mat-drawer-transition"),this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),"side"!==ye.mode&&ye.openedChange.pipe((0,L.R)(this._drawers.changes)).subscribe(()=>this._setContainerClass(ye.opened))}_watchDrawerPosition(ye){!ye||ye.onPositionChanged.pipe((0,L.R)(this._drawers.changes)).subscribe(()=>{this._ngZone.onMicrotaskEmpty.pipe((0,S.q)(1)).subscribe(()=>{this._validateDrawers()})})}_watchDrawerMode(ye){ye&&ye._modeChanged.pipe((0,L.R)((0,h.T)(this._drawers.changes,this._destroyed))).subscribe(()=>{this.updateContentMargins(),this._changeDetectorRef.markForCheck()})}_setContainerClass(ye){const V=this._element.nativeElement.classList,Ae="mat-drawer-container-has-open";ye?V.add(Ae):V.remove(Ae)}_validateDrawers(){this._start=this._end=null,this._drawers.forEach(ye=>{"end"==ye.position?this._end=ye:this._start=ye}),this._right=this._left=null,this._dir&&"rtl"===this._dir.value?(this._left=this._end,this._right=this._start):(this._left=this._start,this._right=this._end)}_isPushed(){return this._isDrawerOpen(this._start)&&"over"!=this._start.mode||this._isDrawerOpen(this._end)&&"over"!=this._end.mode}_onBackdropClicked(){this.backdropClick.emit(),this._closeModalDrawersViaBackdrop()}_closeModalDrawersViaBackdrop(){[this._start,this._end].filter(ye=>ye&&!ye.disableClose&&this._canHaveBackdrop(ye)).forEach(ye=>ye._closeViaBackdropClick())}_isShowingBackdrop(){return this._isDrawerOpen(this._start)&&this._canHaveBackdrop(this._start)||this._isDrawerOpen(this._end)&&this._canHaveBackdrop(this._end)}_canHaveBackdrop(ye){return"side"!==ye.mode||!!this._backdropOverride}_isDrawerOpen(ye){return null!=ye&&ye.opened}}return Q.\u0275fac=function(ye){return new(ye||Q)(f.Y36(te.Is,8),f.Y36(f.SBq),f.Y36(f.R0b),f.Y36(f.sBO),f.Y36(t.rL),f.Y36(n),f.Y36(ne.Qb,8))},Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-drawer-container"]],contentQueries:function(ye,V,Ae){if(1&ye&&(f.Suo(Ae,P,5),f.Suo(Ae,F,5)),2&ye){let dt;f.iGM(dt=f.CRH())&&(V._content=dt.first),f.iGM(dt=f.CRH())&&(V._allDrawers=dt)}},viewQuery:function(ye,V){if(1&ye&&f.Gf(P,5),2&ye){let Ae;f.iGM(Ae=f.CRH())&&(V._userContent=Ae.first)}},hostAttrs:[1,"mat-drawer-container"],hostVars:2,hostBindings:function(ye,V){2&ye&&f.ekj("mat-drawer-container-explicit-backdrop",V._backdropOverride)},inputs:{autosize:"autosize",hasBackdrop:"hasBackdrop"},outputs:{backdropClick:"backdropClick"},exportAs:["matDrawerContainer"],features:[f._Bn([{provide:C,useExisting:Q}])],ngContentSelectors:i,decls:4,vars:2,consts:[["class","mat-drawer-backdrop",3,"mat-drawer-shown","click",4,"ngIf"],[4,"ngIf"],[1,"mat-drawer-backdrop",3,"click"]],template:function(ye,V){1&ye&&(f.F$t(y),f.YNc(0,X,1,2,"div",0),f.Hsn(1),f.Hsn(2,1),f.YNc(3,me,2,0,"mat-drawer-content",1)),2&ye&&(f.Q6J("ngIf",V.hasBackdrop),f.xp6(3),f.Q6J("ngIf",!V._content))},directives:[P,e.O5],styles:['.mat-drawer-container{position:relative;z-index:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer{transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}\n'],encapsulation:2,changeDetection:0}),Q})(),he=(()=>{class Q extends P{constructor(ye,V,Ae,dt,Ie){super(ye,V,Ae,dt,Ie)}}return Q.\u0275fac=function(ye){return new(ye||Q)(f.Y36(f.sBO),f.Y36((0,f.Gpc)(()=>Ne)),f.Y36(f.SBq),f.Y36(t.mF),f.Y36(f.R0b))},Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-sidenav-content"]],hostAttrs:[1,"mat-drawer-content","mat-sidenav-content"],hostVars:4,hostBindings:function(ye,V){2&ye&&f.Udp("margin-left",V._container._contentMargins.left,"px")("margin-right",V._container._contentMargins.right,"px")},features:[f._Bn([{provide:t.PQ,useExisting:Q}]),f.qOj],ngContentSelectors:ie,decls:1,vars:0,template:function(ye,V){1&ye&&(f.F$t(),f.Hsn(0))},encapsulation:2,changeDetection:0}),Q})(),ve=(()=>{class Q extends F{constructor(){super(...arguments),this._fixedInViewport=!1,this._fixedTopGap=0,this._fixedBottomGap=0}get fixedInViewport(){return this._fixedInViewport}set fixedInViewport(ye){this._fixedInViewport=(0,a.Ig)(ye)}get fixedTopGap(){return this._fixedTopGap}set fixedTopGap(ye){this._fixedTopGap=(0,a.su)(ye)}get fixedBottomGap(){return this._fixedBottomGap}set fixedBottomGap(ye){this._fixedBottomGap=(0,a.su)(ye)}}return Q.\u0275fac=function(){let Ue;return function(V){return(Ue||(Ue=f.n5z(Q)))(V||Q)}}(),Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-sidenav"]],hostAttrs:["tabIndex","-1",1,"mat-drawer","mat-sidenav"],hostVars:17,hostBindings:function(ye,V){2&ye&&(f.uIk("align",null),f.Udp("top",V.fixedInViewport?V.fixedTopGap:null,"px")("bottom",V.fixedInViewport?V.fixedBottomGap:null,"px"),f.ekj("mat-drawer-end","end"===V.position)("mat-drawer-over","over"===V.mode)("mat-drawer-push","push"===V.mode)("mat-drawer-side","side"===V.mode)("mat-drawer-opened",V.opened)("mat-sidenav-fixed",V.fixedInViewport))},inputs:{fixedInViewport:"fixedInViewport",fixedTopGap:"fixedTopGap",fixedBottomGap:"fixedBottomGap"},exportAs:["matSidenav"],features:[f.qOj],ngContentSelectors:ie,decls:3,vars:0,consts:[["cdkScrollable","",1,"mat-drawer-inner-container"],["content",""]],template:function(ye,V){1&ye&&(f.F$t(),f.TgZ(0,"div",0,1),f.Hsn(2),f.qZA())},directives:[t.PQ],encapsulation:2,data:{animation:[I.transformDrawer]},changeDetection:0}),Q})(),Ne=(()=>{class Q extends q{}return Q.\u0275fac=function(){let Ue;return function(V){return(Ue||(Ue=f.n5z(Q)))(V||Q)}}(),Q.\u0275cmp=f.Xpm({type:Q,selectors:[["mat-sidenav-container"]],contentQueries:function(ye,V,Ae){if(1&ye&&(f.Suo(Ae,he,5),f.Suo(Ae,ve,5)),2&ye){let dt;f.iGM(dt=f.CRH())&&(V._content=dt.first),f.iGM(dt=f.CRH())&&(V._allDrawers=dt)}},hostAttrs:[1,"mat-drawer-container","mat-sidenav-container"],hostVars:2,hostBindings:function(ye,V){2&ye&&f.ekj("mat-drawer-container-explicit-backdrop",V._backdropOverride)},exportAs:["matSidenavContainer"],features:[f._Bn([{provide:C,useExisting:Q}]),f.qOj],ngContentSelectors:_,decls:4,vars:2,consts:[["class","mat-drawer-backdrop",3,"mat-drawer-shown","click",4,"ngIf"],[4,"ngIf"],[1,"mat-drawer-backdrop",3,"click"]],template:function(ye,V){1&ye&&(f.F$t(c),f.YNc(0,r,1,2,"div",0),f.Hsn(1),f.Hsn(2,1),f.YNc(3,u,2,0,"mat-sidenav-content",1)),2&ye&&(f.Q6J("ngIf",V.hasBackdrop),f.xp6(3),f.Q6J("ngIf",!V._content))},directives:[he,e.O5],styles:['.mat-drawer-container{position:relative;z-index:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer{transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}\n'],encapsulation:2,changeDetection:0}),Q})(),we=(()=>{class Q{}return Q.\u0275fac=function(ye){return new(ye||Q)},Q.\u0275mod=f.oAB({type:Q}),Q.\u0275inj=f.cJS({imports:[[e.ez,M.BQ,t.ZD],t.ZD,M.BQ]}),Q})()},2368:(Ve,K,p)=>{"use strict";p.d(K,{Rr:()=>j,rP:()=>te});var t=p(7144),e=p(5e3),f=p(508),M=p(3191),a=p(3075),b=p(6360),d=p(5664);const N=["thumbContainer"],h=["toggleBar"],A=["input"],w=function(ie){return{enterDuration:ie}},D=["*"],L=new e.OlP("mat-slide-toggle-default-options",{providedIn:"root",factory:()=>({disableToggleValue:!1})});let k=0;const S={provide:a.JU,useExisting:(0,e.Gpc)(()=>j),multi:!0};class U{constructor(oe,X){this.source=oe,this.checked=X}}const Z=(0,f.sb)((0,f.pj)((0,f.Kr)((0,f.Id)(class{constructor(ie){this._elementRef=ie}}))));let j=(()=>{class ie extends Z{constructor(X,me,y,i,r,u){super(X),this._focusMonitor=me,this._changeDetectorRef=y,this.defaults=r,this._onChange=c=>{},this._onTouched=()=>{},this._uniqueId="mat-slide-toggle-"+ ++k,this._required=!1,this._checked=!1,this.name=null,this.id=this._uniqueId,this.labelPosition="after",this.ariaLabel=null,this.ariaLabelledby=null,this.change=new e.vpe,this.toggleChange=new e.vpe,this.tabIndex=parseInt(i)||0,this.color=this.defaultColor=r.color||"accent",this._noopAnimations="NoopAnimations"===u}get required(){return this._required}set required(X){this._required=(0,M.Ig)(X)}get checked(){return this._checked}set checked(X){this._checked=(0,M.Ig)(X),this._changeDetectorRef.markForCheck()}get inputId(){return`${this.id||this._uniqueId}-input`}ngAfterContentInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(X=>{X||Promise.resolve().then(()=>this._onTouched())})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef)}_onChangeEvent(X){X.stopPropagation(),this.toggleChange.emit(),this.defaults.disableToggleValue?this._inputElement.nativeElement.checked=this.checked:(this.checked=this._inputElement.nativeElement.checked,this._emitChangeEvent())}_onInputClick(X){X.stopPropagation()}writeValue(X){this.checked=!!X}registerOnChange(X){this._onChange=X}registerOnTouched(X){this._onTouched=X}setDisabledState(X){this.disabled=X,this._changeDetectorRef.markForCheck()}focus(X,me){me?this._focusMonitor.focusVia(this._inputElement,me,X):this._inputElement.nativeElement.focus(X)}toggle(){this.checked=!this.checked,this._onChange(this.checked)}_emitChangeEvent(){this._onChange(this.checked),this.change.emit(new U(this,this.checked))}_onLabelTextChange(){this._changeDetectorRef.detectChanges()}}return ie.\u0275fac=function(X){return new(X||ie)(e.Y36(e.SBq),e.Y36(d.tE),e.Y36(e.sBO),e.$8M("tabindex"),e.Y36(L),e.Y36(b.Qb,8))},ie.\u0275cmp=e.Xpm({type:ie,selectors:[["mat-slide-toggle"]],viewQuery:function(X,me){if(1&X&&(e.Gf(N,5),e.Gf(h,5),e.Gf(A,5)),2&X){let y;e.iGM(y=e.CRH())&&(me._thumbEl=y.first),e.iGM(y=e.CRH())&&(me._thumbBarEl=y.first),e.iGM(y=e.CRH())&&(me._inputElement=y.first)}},hostAttrs:[1,"mat-slide-toggle"],hostVars:13,hostBindings:function(X,me){2&X&&(e.Ikx("id",me.id),e.uIk("tabindex",null)("aria-label",null)("aria-labelledby",null)("name",null),e.ekj("mat-checked",me.checked)("mat-disabled",me.disabled)("mat-slide-toggle-label-before","before"==me.labelPosition)("_mat-animation-noopable",me._noopAnimations))},inputs:{disabled:"disabled",disableRipple:"disableRipple",color:"color",tabIndex:"tabIndex",name:"name",id:"id",labelPosition:"labelPosition",ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],ariaDescribedby:["aria-describedby","ariaDescribedby"],required:"required",checked:"checked"},outputs:{change:"change",toggleChange:"toggleChange"},exportAs:["matSlideToggle"],features:[e._Bn([S]),e.qOj],ngContentSelectors:D,decls:16,vars:20,consts:[[1,"mat-slide-toggle-label"],["label",""],[1,"mat-slide-toggle-bar"],["toggleBar",""],["type","checkbox","role","switch",1,"mat-slide-toggle-input","cdk-visually-hidden",3,"id","required","tabIndex","checked","disabled","change","click"],["input",""],[1,"mat-slide-toggle-thumb-container"],["thumbContainer",""],[1,"mat-slide-toggle-thumb"],["mat-ripple","",1,"mat-slide-toggle-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled","matRippleCentered","matRippleRadius","matRippleAnimation"],[1,"mat-ripple-element","mat-slide-toggle-persistent-ripple"],[1,"mat-slide-toggle-content",3,"cdkObserveContent"],["labelContent",""],[2,"display","none"]],template:function(X,me){if(1&X&&(e.F$t(),e.TgZ(0,"label",0,1)(2,"span",2,3)(4,"input",4,5),e.NdJ("change",function(i){return me._onChangeEvent(i)})("click",function(i){return me._onInputClick(i)}),e.qZA(),e.TgZ(6,"span",6,7),e._UZ(8,"span",8),e.TgZ(9,"span",9),e._UZ(10,"span",10),e.qZA()()(),e.TgZ(11,"span",11,12),e.NdJ("cdkObserveContent",function(){return me._onLabelTextChange()}),e.TgZ(13,"span",13),e._uU(14,"\xa0"),e.qZA(),e.Hsn(15),e.qZA()()),2&X){const y=e.MAs(1),i=e.MAs(12);e.uIk("for",me.inputId),e.xp6(2),e.ekj("mat-slide-toggle-bar-no-side-margin",!i.textContent||!i.textContent.trim()),e.xp6(2),e.Q6J("id",me.inputId)("required",me.required)("tabIndex",me.tabIndex)("checked",me.checked)("disabled",me.disabled),e.uIk("name",me.name)("aria-checked",me.checked)("aria-label",me.ariaLabel)("aria-labelledby",me.ariaLabelledby)("aria-describedby",me.ariaDescribedby),e.xp6(5),e.Q6J("matRippleTrigger",y)("matRippleDisabled",me.disableRipple||me.disabled)("matRippleCentered",!0)("matRippleRadius",20)("matRippleAnimation",e.VKq(18,w,me._noopAnimations?0:150))}},directives:[f.wG,t.wD],styles:[".mat-slide-toggle{display:inline-block;height:24px;max-width:100%;line-height:24px;white-space:nowrap;outline:none;-webkit-tap-highlight-color:transparent}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(16px, 0, 0)}[dir=rtl] .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container{transform:translate3d(-16px, 0, 0)}.mat-slide-toggle.mat-disabled{opacity:.38}.mat-slide-toggle.mat-disabled .mat-slide-toggle-label,.mat-slide-toggle.mat-disabled .mat-slide-toggle-thumb-container{cursor:default}.mat-slide-toggle-label{-webkit-user-select:none;user-select:none;display:flex;flex:1;flex-direction:row;align-items:center;height:inherit;cursor:pointer}.mat-slide-toggle-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mat-slide-toggle-label-before .mat-slide-toggle-label{order:1}.mat-slide-toggle-label-before .mat-slide-toggle-bar{order:2}[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar,.mat-slide-toggle-bar{margin-right:8px;margin-left:0}[dir=rtl] .mat-slide-toggle-bar,.mat-slide-toggle-label-before .mat-slide-toggle-bar{margin-left:8px;margin-right:0}.mat-slide-toggle-bar-no-side-margin{margin-left:0;margin-right:0}.mat-slide-toggle-thumb-container{position:absolute;z-index:1;width:20px;height:20px;top:-3px;left:0;transform:translate3d(0, 0, 0);transition:all 80ms linear;transition-property:transform}._mat-animation-noopable .mat-slide-toggle-thumb-container{transition:none}[dir=rtl] .mat-slide-toggle-thumb-container{left:auto;right:0}.mat-slide-toggle-thumb{height:20px;width:20px;border-radius:50%;display:block}.mat-slide-toggle-bar{position:relative;width:36px;height:14px;flex-shrink:0;border-radius:8px}.mat-slide-toggle-input{bottom:0;left:10px}[dir=rtl] .mat-slide-toggle-input{left:auto;right:10px}.mat-slide-toggle-bar,.mat-slide-toggle-thumb{transition:all 80ms linear;transition-property:background-color;transition-delay:50ms}._mat-animation-noopable .mat-slide-toggle-bar,._mat-animation-noopable .mat-slide-toggle-thumb{transition:none}.mat-slide-toggle .mat-slide-toggle-ripple{position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);height:40px;width:40px;z-index:1;pointer-events:none}.mat-slide-toggle .mat-slide-toggle-ripple .mat-ripple-element:not(.mat-slide-toggle-persistent-ripple){opacity:.12}.mat-slide-toggle-persistent-ripple{width:100%;height:100%;transform:none}.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:.04}.mat-slide-toggle:not(.mat-disabled).cdk-keyboard-focused .mat-slide-toggle-persistent-ripple{opacity:.12}.mat-slide-toggle-persistent-ripple,.mat-slide-toggle.mat-disabled .mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{opacity:0}@media(hover: none){.mat-slide-toggle-bar:hover .mat-slide-toggle-persistent-ripple{display:none}}.cdk-high-contrast-active .mat-slide-toggle-thumb,.cdk-high-contrast-active .mat-slide-toggle-bar{border:1px solid}.cdk-high-contrast-active .mat-slide-toggle.cdk-keyboard-focused .mat-slide-toggle-bar{outline:2px dotted;outline-offset:5px}\n"],encapsulation:2,changeDetection:0}),ie})(),de=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=e.oAB({type:ie}),ie.\u0275inj=e.cJS({}),ie})(),te=(()=>{class ie{}return ie.\u0275fac=function(X){return new(X||ie)},ie.\u0275mod=e.oAB({type:ie}),ie.\u0275inj=e.cJS({imports:[[de,f.si,f.BQ,t.Q8],de,f.BQ]}),ie})()},7261:(Ve,K,p)=>{"use strict";p.d(K,{Ve:()=>oe,ZX:()=>ie,ux:()=>y});var t=p(9776),e=p(7429),f=p(9808),M=p(5e3),a=p(508),b=p(7423),d=p(7579),N=p(5698),h=p(2722),A=p(1777),w=p(925),D=p(5113),L=p(5664);function k(i,r){if(1&i){const u=M.EpF();M.TgZ(0,"div",2)(1,"button",3),M.NdJ("click",function(){return M.CHM(u),M.oxw().action()}),M._uU(2),M.qZA()()}if(2&i){const u=M.oxw();M.xp6(2),M.Oqu(u.data.action)}}function S(i,r){}const U=new M.OlP("MatSnackBarData");class Z{constructor(){this.politeness="assertive",this.announcementMessage="",this.duration=0,this.data=null,this.horizontalPosition="center",this.verticalPosition="bottom"}}const j=Math.pow(2,31)-1;class ne{constructor(r,u){this._overlayRef=u,this._afterDismissed=new d.x,this._afterOpened=new d.x,this._onAction=new d.x,this._dismissedByAction=!1,this.containerInstance=r,r._onExit.subscribe(()=>this._finishDismiss())}dismiss(){this._afterDismissed.closed||this.containerInstance.exit(),clearTimeout(this._durationTimeoutId)}dismissWithAction(){this._onAction.closed||(this._dismissedByAction=!0,this._onAction.next(),this._onAction.complete(),this.dismiss()),clearTimeout(this._durationTimeoutId)}closeWithAction(){this.dismissWithAction()}_dismissAfter(r){this._durationTimeoutId=setTimeout(()=>this.dismiss(),Math.min(r,j))}_open(){this._afterOpened.closed||(this._afterOpened.next(),this._afterOpened.complete())}_finishDismiss(){this._overlayRef.dispose(),this._onAction.closed||this._onAction.complete(),this._afterDismissed.next({dismissedByAction:this._dismissedByAction}),this._afterDismissed.complete(),this._dismissedByAction=!1}afterDismissed(){return this._afterDismissed}afterOpened(){return this.containerInstance._onEnter}onAction(){return this._onAction}}let $=(()=>{class i{constructor(u,c){this.snackBarRef=u,this.data=c}action(){this.snackBarRef.dismissWithAction()}get hasAction(){return!!this.data.action}}return i.\u0275fac=function(u){return new(u||i)(M.Y36(ne),M.Y36(U))},i.\u0275cmp=M.Xpm({type:i,selectors:[["simple-snack-bar"]],hostAttrs:[1,"mat-simple-snackbar"],decls:3,vars:2,consts:[[1,"mat-simple-snack-bar-content"],["class","mat-simple-snackbar-action",4,"ngIf"],[1,"mat-simple-snackbar-action"],["mat-button","",3,"click"]],template:function(u,c){1&u&&(M.TgZ(0,"span",0),M._uU(1),M.qZA(),M.YNc(2,k,3,1,"div",1)),2&u&&(M.xp6(1),M.Oqu(c.data.message),M.xp6(1),M.Q6J("ngIf",c.hasAction))},directives:[b.lW,f.O5],styles:[".mat-simple-snackbar{display:flex;justify-content:space-between;align-items:center;line-height:20px;opacity:1}.mat-simple-snackbar-action{flex-shrink:0;margin:-8px -8px -8px 8px}.mat-simple-snackbar-action button{max-height:36px;min-width:0}[dir=rtl] .mat-simple-snackbar-action{margin-left:-8px;margin-right:8px}.mat-simple-snack-bar-content{overflow:hidden;text-overflow:ellipsis}\n"],encapsulation:2,changeDetection:0}),i})();const de={snackBarState:(0,A.X$)("state",[(0,A.SB)("void, hidden",(0,A.oB)({transform:"scale(0.8)",opacity:0})),(0,A.SB)("visible",(0,A.oB)({transform:"scale(1)",opacity:1})),(0,A.eR)("* => visible",(0,A.jt)("150ms cubic-bezier(0, 0, 0.2, 1)")),(0,A.eR)("* => void, * => hidden",(0,A.jt)("75ms cubic-bezier(0.4, 0.0, 1, 1)",(0,A.oB)({opacity:0})))])};let te=(()=>{class i extends e.en{constructor(u,c,_,E,I){super(),this._ngZone=u,this._elementRef=c,this._changeDetectorRef=_,this._platform=E,this.snackBarConfig=I,this._announceDelay=150,this._destroyed=!1,this._onAnnounce=new d.x,this._onExit=new d.x,this._onEnter=new d.x,this._animationState="void",this.attachDomPortal=v=>(this._assertNotAttached(),this._applySnackBarClasses(),this._portalOutlet.attachDomPortal(v)),this._live="assertive"!==I.politeness||I.announcementMessage?"off"===I.politeness?"off":"polite":"assertive",this._platform.FIREFOX&&("polite"===this._live&&(this._role="status"),"assertive"===this._live&&(this._role="alert"))}attachComponentPortal(u){return this._assertNotAttached(),this._applySnackBarClasses(),this._portalOutlet.attachComponentPortal(u)}attachTemplatePortal(u){return this._assertNotAttached(),this._applySnackBarClasses(),this._portalOutlet.attachTemplatePortal(u)}onAnimationEnd(u){const{fromState:c,toState:_}=u;if(("void"===_&&"void"!==c||"hidden"===_)&&this._completeExit(),"visible"===_){const E=this._onEnter;this._ngZone.run(()=>{E.next(),E.complete()})}}enter(){this._destroyed||(this._animationState="visible",this._changeDetectorRef.detectChanges(),this._screenReaderAnnounce())}exit(){return this._ngZone.run(()=>{this._animationState="hidden",this._elementRef.nativeElement.setAttribute("mat-exit",""),clearTimeout(this._announceTimeoutId)}),this._onExit}ngOnDestroy(){this._destroyed=!0,this._completeExit()}_completeExit(){this._ngZone.onMicrotaskEmpty.pipe((0,N.q)(1)).subscribe(()=>{this._ngZone.run(()=>{this._onExit.next(),this._onExit.complete()})})}_applySnackBarClasses(){const u=this._elementRef.nativeElement,c=this.snackBarConfig.panelClass;c&&(Array.isArray(c)?c.forEach(_=>u.classList.add(_)):u.classList.add(c)),"center"===this.snackBarConfig.horizontalPosition&&u.classList.add("mat-snack-bar-center"),"top"===this.snackBarConfig.verticalPosition&&u.classList.add("mat-snack-bar-top")}_assertNotAttached(){this._portalOutlet.hasAttached()}_screenReaderAnnounce(){this._announceTimeoutId||this._ngZone.runOutsideAngular(()=>{this._announceTimeoutId=setTimeout(()=>{const u=this._elementRef.nativeElement.querySelector("[aria-hidden]"),c=this._elementRef.nativeElement.querySelector("[aria-live]");if(u&&c){let _=null;this._platform.isBrowser&&document.activeElement instanceof HTMLElement&&u.contains(document.activeElement)&&(_=document.activeElement),u.removeAttribute("aria-hidden"),c.appendChild(u),null==_||_.focus(),this._onAnnounce.next(),this._onAnnounce.complete()}},this._announceDelay)})}}return i.\u0275fac=function(u){return new(u||i)(M.Y36(M.R0b),M.Y36(M.SBq),M.Y36(M.sBO),M.Y36(w.t4),M.Y36(Z))},i.\u0275cmp=M.Xpm({type:i,selectors:[["snack-bar-container"]],viewQuery:function(u,c){if(1&u&&M.Gf(e.Pl,7),2&u){let _;M.iGM(_=M.CRH())&&(c._portalOutlet=_.first)}},hostAttrs:[1,"mat-snack-bar-container"],hostVars:1,hostBindings:function(u,c){1&u&&M.WFA("@state.done",function(E){return c.onAnimationEnd(E)}),2&u&&M.d8E("@state",c._animationState)},features:[M.qOj],decls:3,vars:2,consts:[["aria-hidden","true"],["cdkPortalOutlet",""]],template:function(u,c){1&u&&(M.TgZ(0,"div",0),M.YNc(1,S,0,0,"ng-template",1),M.qZA(),M._UZ(2,"div")),2&u&&(M.xp6(2),M.uIk("aria-live",c._live)("role",c._role))},directives:[e.Pl],styles:[".mat-snack-bar-container{border-radius:4px;box-sizing:border-box;display:block;margin:24px;max-width:33vw;min-width:344px;padding:14px 16px;min-height:48px;transform-origin:center}.cdk-high-contrast-active .mat-snack-bar-container{border:solid 1px}.mat-snack-bar-handset{width:100%}.mat-snack-bar-handset .mat-snack-bar-container{margin:8px;max-width:100%;min-width:0;width:100%}\n"],encapsulation:2,data:{animation:[de.snackBarState]}}),i})(),ie=(()=>{class i{}return i.\u0275fac=function(u){return new(u||i)},i.\u0275mod=M.oAB({type:i}),i.\u0275inj=M.cJS({imports:[[t.U8,e.eL,f.ez,b.ot,a.BQ],a.BQ]}),i})();const oe=new M.OlP("mat-snack-bar-default-options",{providedIn:"root",factory:function X(){return new Z}});let me=(()=>{class i{constructor(u,c,_,E,I,v){this._overlay=u,this._live=c,this._injector=_,this._breakpointObserver=E,this._parentSnackBar=I,this._defaultConfig=v,this._snackBarRefAtThisLevel=null}get _openedSnackBarRef(){const u=this._parentSnackBar;return u?u._openedSnackBarRef:this._snackBarRefAtThisLevel}set _openedSnackBarRef(u){this._parentSnackBar?this._parentSnackBar._openedSnackBarRef=u:this._snackBarRefAtThisLevel=u}openFromComponent(u,c){return this._attach(u,c)}openFromTemplate(u,c){return this._attach(u,c)}open(u,c="",_){const E=Object.assign(Object.assign({},this._defaultConfig),_);return E.data={message:u,action:c},E.announcementMessage===u&&(E.announcementMessage=void 0),this.openFromComponent(this.simpleSnackBarComponent,E)}dismiss(){this._openedSnackBarRef&&this._openedSnackBarRef.dismiss()}ngOnDestroy(){this._snackBarRefAtThisLevel&&this._snackBarRefAtThisLevel.dismiss()}_attachSnackBarContainer(u,c){const E=M.zs3.create({parent:c&&c.viewContainerRef&&c.viewContainerRef.injector||this._injector,providers:[{provide:Z,useValue:c}]}),I=new e.C5(this.snackBarContainerComponent,c.viewContainerRef,E),v=u.attach(I);return v.instance.snackBarConfig=c,v.instance}_attach(u,c){const _=Object.assign(Object.assign(Object.assign({},new Z),this._defaultConfig),c),E=this._createOverlay(_),I=this._attachSnackBarContainer(E,_),v=new ne(I,E);if(u instanceof M.Rgc){const n=new e.UE(u,null,{$implicit:_.data,snackBarRef:v});v.instance=I.attachTemplatePortal(n)}else{const n=this._createInjector(_,v),C=new e.C5(u,void 0,n),B=I.attachComponentPortal(C);v.instance=B.instance}return this._breakpointObserver.observe(D.u3.HandsetPortrait).pipe((0,h.R)(E.detachments())).subscribe(n=>{E.overlayElement.classList.toggle(this.handsetCssClass,n.matches)}),_.announcementMessage&&I._onAnnounce.subscribe(()=>{this._live.announce(_.announcementMessage,_.politeness)}),this._animateSnackBar(v,_),this._openedSnackBarRef=v,this._openedSnackBarRef}_animateSnackBar(u,c){u.afterDismissed().subscribe(()=>{this._openedSnackBarRef==u&&(this._openedSnackBarRef=null),c.announcementMessage&&this._live.clear()}),this._openedSnackBarRef?(this._openedSnackBarRef.afterDismissed().subscribe(()=>{u.containerInstance.enter()}),this._openedSnackBarRef.dismiss()):u.containerInstance.enter(),c.duration&&c.duration>0&&u.afterOpened().subscribe(()=>u._dismissAfter(c.duration))}_createOverlay(u){const c=new t.X_;c.direction=u.direction;let _=this._overlay.position().global();const E="rtl"===u.direction,I="left"===u.horizontalPosition||"start"===u.horizontalPosition&&!E||"end"===u.horizontalPosition&&E,v=!I&&"center"!==u.horizontalPosition;return I?_.left("0"):v?_.right("0"):_.centerHorizontally(),"top"===u.verticalPosition?_.top("0"):_.bottom("0"),c.positionStrategy=_,this._overlay.create(c)}_createInjector(u,c){return M.zs3.create({parent:u&&u.viewContainerRef&&u.viewContainerRef.injector||this._injector,providers:[{provide:ne,useValue:c},{provide:U,useValue:u.data}]})}}return i.\u0275fac=function(u){return new(u||i)(M.LFG(t.aV),M.LFG(L.Kd),M.LFG(M.zs3),M.LFG(D.Yg),M.LFG(i,12),M.LFG(oe))},i.\u0275prov=M.Yz7({token:i,factory:i.\u0275fac}),i})(),y=(()=>{class i extends me{constructor(u,c,_,E,I,v){super(u,c,_,E,I,v),this.simpleSnackBarComponent=$,this.snackBarContainerComponent=te,this.handsetCssClass="mat-snack-bar-handset"}}return i.\u0275fac=function(u){return new(u||i)(M.LFG(t.aV),M.LFG(L.Kd),M.LFG(M.zs3),M.LFG(D.Yg),M.LFG(i,12),M.LFG(oe))},i.\u0275prov=M.Yz7({token:i,factory:i.\u0275fac,providedIn:ie}),i})()},4847:(Ve,K,p)=>{"use strict";p.d(K,{JX:()=>i,YE:()=>oe,nU:()=>y});var t=p(5e3),e=p(3191),f=p(1159),M=p(508),a=p(7579),b=p(6451),d=p(1777),N=p(5664),h=p(9808);const A=["mat-sort-header",""];function w(r,u){if(1&r){const c=t.EpF();t.TgZ(0,"div",3),t.NdJ("@arrowPosition.start",function(){return t.CHM(c),t.oxw()._disableViewStateAnimation=!0})("@arrowPosition.done",function(){return t.CHM(c),t.oxw()._disableViewStateAnimation=!1}),t._UZ(1,"div",4),t.TgZ(2,"div",5),t._UZ(3,"div",6)(4,"div",7)(5,"div",8),t.qZA()()}if(2&r){const c=t.oxw();t.Q6J("@arrowOpacity",c._getArrowViewState())("@arrowPosition",c._getArrowViewState())("@allowChildren",c._getArrowDirectionState()),t.xp6(2),t.Q6J("@indicator",c._getArrowDirectionState()),t.xp6(1),t.Q6J("@leftPointer",c._getArrowDirectionState()),t.xp6(1),t.Q6J("@rightPointer",c._getArrowDirectionState())}}const D=["*"],L=M.mZ.ENTERING+" "+M.yN.STANDARD_CURVE,k={indicator:(0,d.X$)("indicator",[(0,d.SB)("active-asc, asc",(0,d.oB)({transform:"translateY(0px)"})),(0,d.SB)("active-desc, desc",(0,d.oB)({transform:"translateY(10px)"})),(0,d.eR)("active-asc <=> active-desc",(0,d.jt)(L))]),leftPointer:(0,d.X$)("leftPointer",[(0,d.SB)("active-asc, asc",(0,d.oB)({transform:"rotate(-45deg)"})),(0,d.SB)("active-desc, desc",(0,d.oB)({transform:"rotate(45deg)"})),(0,d.eR)("active-asc <=> active-desc",(0,d.jt)(L))]),rightPointer:(0,d.X$)("rightPointer",[(0,d.SB)("active-asc, asc",(0,d.oB)({transform:"rotate(45deg)"})),(0,d.SB)("active-desc, desc",(0,d.oB)({transform:"rotate(-45deg)"})),(0,d.eR)("active-asc <=> active-desc",(0,d.jt)(L))]),arrowOpacity:(0,d.X$)("arrowOpacity",[(0,d.SB)("desc-to-active, asc-to-active, active",(0,d.oB)({opacity:1})),(0,d.SB)("desc-to-hint, asc-to-hint, hint",(0,d.oB)({opacity:.54})),(0,d.SB)("hint-to-desc, active-to-desc, desc, hint-to-asc, active-to-asc, asc, void",(0,d.oB)({opacity:0})),(0,d.eR)("* => asc, * => desc, * => active, * => hint, * => void",(0,d.jt)("0ms")),(0,d.eR)("* <=> *",(0,d.jt)(L))]),arrowPosition:(0,d.X$)("arrowPosition",[(0,d.eR)("* => desc-to-hint, * => desc-to-active",(0,d.jt)(L,(0,d.F4)([(0,d.oB)({transform:"translateY(-25%)"}),(0,d.oB)({transform:"translateY(0)"})]))),(0,d.eR)("* => hint-to-desc, * => active-to-desc",(0,d.jt)(L,(0,d.F4)([(0,d.oB)({transform:"translateY(0)"}),(0,d.oB)({transform:"translateY(25%)"})]))),(0,d.eR)("* => asc-to-hint, * => asc-to-active",(0,d.jt)(L,(0,d.F4)([(0,d.oB)({transform:"translateY(25%)"}),(0,d.oB)({transform:"translateY(0)"})]))),(0,d.eR)("* => hint-to-asc, * => active-to-asc",(0,d.jt)(L,(0,d.F4)([(0,d.oB)({transform:"translateY(0)"}),(0,d.oB)({transform:"translateY(-25%)"})]))),(0,d.SB)("desc-to-hint, asc-to-hint, hint, desc-to-active, asc-to-active, active",(0,d.oB)({transform:"translateY(0)"})),(0,d.SB)("hint-to-desc, active-to-desc, desc",(0,d.oB)({transform:"translateY(-25%)"})),(0,d.SB)("hint-to-asc, active-to-asc, asc",(0,d.oB)({transform:"translateY(25%)"}))]),allowChildren:(0,d.X$)("allowChildren",[(0,d.eR)("* <=> *",[(0,d.IO)("@*",(0,d.pV)(),{optional:!0})])])};let ne=(()=>{class r{constructor(){this.changes=new a.x}}return r.\u0275fac=function(c){return new(c||r)},r.\u0275prov=t.Yz7({token:r,factory:r.\u0275fac,providedIn:"root"}),r})();const de={provide:ne,deps:[[new t.FiY,new t.tp0,ne]],useFactory:function $(r){return r||new ne}},te=new t.OlP("MAT_SORT_DEFAULT_OPTIONS"),ie=(0,M.dB)((0,M.Id)(class{}));let oe=(()=>{class r extends ie{constructor(c){super(),this._defaultOptions=c,this.sortables=new Map,this._stateChanges=new a.x,this.start="asc",this._direction="",this.sortChange=new t.vpe}get direction(){return this._direction}set direction(c){this._direction=c}get disableClear(){return this._disableClear}set disableClear(c){this._disableClear=(0,e.Ig)(c)}register(c){this.sortables.set(c.id,c)}deregister(c){this.sortables.delete(c.id)}sort(c){this.active!=c.id?(this.active=c.id,this.direction=c.start?c.start:this.start):this.direction=this.getNextSortDirection(c),this.sortChange.emit({active:this.active,direction:this.direction})}getNextSortDirection(c){var _,E,I;if(!c)return"";const v=null!==(E=null!==(_=null==c?void 0:c.disableClear)&&void 0!==_?_:this.disableClear)&&void 0!==E?E:!!(null===(I=this._defaultOptions)||void 0===I?void 0:I.disableClear);let n=function X(r,u){let c=["asc","desc"];return"desc"==r&&c.reverse(),u||c.push(""),c}(c.start||this.start,v),C=n.indexOf(this.direction)+1;return C>=n.length&&(C=0),n[C]}ngOnInit(){this._markInitialized()}ngOnChanges(){this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}}return r.\u0275fac=function(c){return new(c||r)(t.Y36(te,8))},r.\u0275dir=t.lG2({type:r,selectors:[["","matSort",""]],hostAttrs:[1,"mat-sort"],inputs:{disabled:["matSortDisabled","disabled"],active:["matSortActive","active"],start:["matSortStart","start"],direction:["matSortDirection","direction"],disableClear:["matSortDisableClear","disableClear"]},outputs:{sortChange:"matSortChange"},exportAs:["matSort"],features:[t.qOj,t.TTD]}),r})();const me=(0,M.Id)(class{});let y=(()=>{class r extends me{constructor(c,_,E,I,v,n,C){super(),this._intl=c,this._changeDetectorRef=_,this._sort=E,this._columnDef=I,this._focusMonitor=v,this._elementRef=n,this._ariaDescriber=C,this._showIndicatorHint=!1,this._viewState={},this._arrowDirection="",this._disableViewStateAnimation=!1,this.arrowPosition="after",this._sortActionDescription="Sort",this._handleStateChanges()}get sortActionDescription(){return this._sortActionDescription}set sortActionDescription(c){this._updateSortActionDescription(c)}get disableClear(){return this._disableClear}set disableClear(c){this._disableClear=(0,e.Ig)(c)}ngOnInit(){!this.id&&this._columnDef&&(this.id=this._columnDef.name),this._updateArrowDirection(),this._setAnimationTransitionState({toState:this._isSorted()?"active":this._arrowDirection}),this._sort.register(this),this._sortButton=this._elementRef.nativeElement.querySelector(".mat-sort-header-container"),this._updateSortActionDescription(this._sortActionDescription)}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0).subscribe(c=>{const _=!!c;_!==this._showIndicatorHint&&(this._setIndicatorHintVisible(_),this._changeDetectorRef.markForCheck())})}ngOnDestroy(){this._focusMonitor.stopMonitoring(this._elementRef),this._sort.deregister(this),this._rerenderSubscription.unsubscribe()}_setIndicatorHintVisible(c){this._isDisabled()&&c||(this._showIndicatorHint=c,this._isSorted()||(this._updateArrowDirection(),this._setAnimationTransitionState(this._showIndicatorHint?{fromState:this._arrowDirection,toState:"hint"}:{fromState:"hint",toState:this._arrowDirection})))}_setAnimationTransitionState(c){this._viewState=c||{},this._disableViewStateAnimation&&(this._viewState={toState:c.toState})}_toggleOnInteraction(){this._sort.sort(this),("hint"===this._viewState.toState||"active"===this._viewState.toState)&&(this._disableViewStateAnimation=!0)}_handleClick(){this._isDisabled()||this._sort.sort(this)}_handleKeydown(c){!this._isDisabled()&&(c.keyCode===f.L_||c.keyCode===f.K5)&&(c.preventDefault(),this._toggleOnInteraction())}_isSorted(){return this._sort.active==this.id&&("asc"===this._sort.direction||"desc"===this._sort.direction)}_getArrowDirectionState(){return`${this._isSorted()?"active-":""}${this._arrowDirection}`}_getArrowViewState(){const c=this._viewState.fromState;return(c?`${c}-to-`:"")+this._viewState.toState}_updateArrowDirection(){this._arrowDirection=this._isSorted()?this._sort.direction:this.start||this._sort.start}_isDisabled(){return this._sort.disabled||this.disabled}_getAriaSortAttribute(){return this._isSorted()?"asc"==this._sort.direction?"ascending":"descending":"none"}_renderArrow(){return!this._isDisabled()||this._isSorted()}_updateSortActionDescription(c){var _,E;this._sortButton&&(null===(_=this._ariaDescriber)||void 0===_||_.removeDescription(this._sortButton,this._sortActionDescription),null===(E=this._ariaDescriber)||void 0===E||E.describe(this._sortButton,c)),this._sortActionDescription=c}_handleStateChanges(){this._rerenderSubscription=(0,b.T)(this._sort.sortChange,this._sort._stateChanges,this._intl.changes).subscribe(()=>{this._isSorted()&&(this._updateArrowDirection(),("hint"===this._viewState.toState||"active"===this._viewState.toState)&&(this._disableViewStateAnimation=!0),this._setAnimationTransitionState({fromState:this._arrowDirection,toState:"active"}),this._showIndicatorHint=!1),!this._isSorted()&&this._viewState&&"active"===this._viewState.toState&&(this._disableViewStateAnimation=!1,this._setAnimationTransitionState({fromState:"active",toState:this._arrowDirection})),this._changeDetectorRef.markForCheck()})}}return r.\u0275fac=function(c){return new(c||r)(t.Y36(ne),t.Y36(t.sBO),t.Y36(oe,8),t.Y36("MAT_SORT_HEADER_COLUMN_DEF",8),t.Y36(N.tE),t.Y36(t.SBq),t.Y36(N.$s,8))},r.\u0275cmp=t.Xpm({type:r,selectors:[["","mat-sort-header",""]],hostAttrs:[1,"mat-sort-header"],hostVars:3,hostBindings:function(c,_){1&c&&t.NdJ("click",function(){return _._handleClick()})("keydown",function(I){return _._handleKeydown(I)})("mouseenter",function(){return _._setIndicatorHintVisible(!0)})("mouseleave",function(){return _._setIndicatorHintVisible(!1)}),2&c&&(t.uIk("aria-sort",_._getAriaSortAttribute()),t.ekj("mat-sort-header-disabled",_._isDisabled()))},inputs:{disabled:"disabled",id:["mat-sort-header","id"],arrowPosition:"arrowPosition",start:"start",sortActionDescription:"sortActionDescription",disableClear:"disableClear"},exportAs:["matSortHeader"],features:[t.qOj],attrs:A,ngContentSelectors:D,decls:4,vars:7,consts:[[1,"mat-sort-header-container","mat-focus-indicator"],[1,"mat-sort-header-content"],["class","mat-sort-header-arrow",4,"ngIf"],[1,"mat-sort-header-arrow"],[1,"mat-sort-header-stem"],[1,"mat-sort-header-indicator"],[1,"mat-sort-header-pointer-left"],[1,"mat-sort-header-pointer-right"],[1,"mat-sort-header-pointer-middle"]],template:function(c,_){1&c&&(t.F$t(),t.TgZ(0,"div",0)(1,"div",1),t.Hsn(2),t.qZA(),t.YNc(3,w,6,6,"div",2),t.qZA()),2&c&&(t.ekj("mat-sort-header-sorted",_._isSorted())("mat-sort-header-position-before","before"==_.arrowPosition),t.uIk("tabindex",_._isDisabled()?null:0)("role",_._isDisabled()?null:"button"),t.xp6(3),t.Q6J("ngIf",_._renderArrow()))},directives:[h.O5],styles:[".mat-sort-header-container{display:flex;cursor:pointer;align-items:center;letter-spacing:normal;outline:0}[mat-sort-header].cdk-keyboard-focused .mat-sort-header-container,[mat-sort-header].cdk-program-focused .mat-sort-header-container{border-bottom:solid 1px currentColor}.mat-sort-header-disabled .mat-sort-header-container{cursor:default}.mat-sort-header-content{text-align:center;display:flex;align-items:center}.mat-sort-header-position-before{flex-direction:row-reverse}.mat-sort-header-arrow{height:12px;width:12px;min-width:12px;position:relative;display:flex;opacity:0}.mat-sort-header-arrow,[dir=rtl] .mat-sort-header-position-before .mat-sort-header-arrow{margin:0 0 0 6px}.mat-sort-header-position-before .mat-sort-header-arrow,[dir=rtl] .mat-sort-header-arrow{margin:0 6px 0 0}.mat-sort-header-stem{background:currentColor;height:10px;width:2px;margin:auto;display:flex;align-items:center}.cdk-high-contrast-active .mat-sort-header-stem{width:0;border-left:solid 2px}.mat-sort-header-indicator{width:100%;height:2px;display:flex;align-items:center;position:absolute;top:0;left:0}.mat-sort-header-pointer-middle{margin:auto;height:2px;width:2px;background:currentColor;transform:rotate(45deg)}.cdk-high-contrast-active .mat-sort-header-pointer-middle{width:0;height:0;border-top:solid 2px;border-left:solid 2px}.mat-sort-header-pointer-left,.mat-sort-header-pointer-right{background:currentColor;width:6px;height:2px;position:absolute;top:0}.cdk-high-contrast-active .mat-sort-header-pointer-left,.cdk-high-contrast-active .mat-sort-header-pointer-right{width:0;height:0;border-left:solid 6px;border-top:solid 2px}.mat-sort-header-pointer-left{transform-origin:right;left:0}.mat-sort-header-pointer-right{transform-origin:left;right:0}\n"],encapsulation:2,data:{animation:[k.indicator,k.leftPointer,k.rightPointer,k.arrowOpacity,k.arrowPosition,k.allowChildren]},changeDetection:0}),r})(),i=(()=>{class r{}return r.\u0275fac=function(c){return new(c||r)},r.\u0275mod=t.oAB({type:r}),r.\u0275inj=t.cJS({providers:[de],imports:[[h.ez,M.BQ]]}),r})()},5615:(Ve,K,p)=>{"use strict";p.d(K,{C0:()=>ye,Ic:()=>De,T5:()=>Te,VY:()=>P,Vq:()=>Ie,fd:()=>le,z9:()=>Q});var t=p(7429),e=p(1555),f=p(9808),M=p(5e3),a=p(7423),b=p(508),d=p(5245),N=p(7579),h=p(727),A=p(5664),w=p(3900),D=p(4004),L=p(8675),k=p(2722),S=p(1884),U=p(1777),Z=p(226);function j(xe,W){if(1&xe&&M.GkF(0,8),2&xe){const ee=M.oxw();M.Q6J("ngTemplateOutlet",ee.iconOverrides[ee.state])("ngTemplateOutletContext",ee._getIconContext())}}function ne(xe,W){if(1&xe&&(M.TgZ(0,"span",13),M._uU(1),M.qZA()),2&xe){const ee=M.oxw(2);M.xp6(1),M.Oqu(ee._getDefaultTextForState(ee.state))}}function $(xe,W){if(1&xe&&(M.TgZ(0,"span",14),M._uU(1),M.qZA()),2&xe){const ee=M.oxw(2);M.xp6(1),M.Oqu(ee._intl.completedLabel)}}function de(xe,W){if(1&xe&&(M.TgZ(0,"span",14),M._uU(1),M.qZA()),2&xe){const ee=M.oxw(2);M.xp6(1),M.Oqu(ee._intl.editableLabel)}}function te(xe,W){if(1&xe&&(M.TgZ(0,"mat-icon",13),M._uU(1),M.qZA()),2&xe){const ee=M.oxw(2);M.xp6(1),M.Oqu(ee._getDefaultTextForState(ee.state))}}function ie(xe,W){if(1&xe&&(M.ynx(0,9),M.YNc(1,ne,2,1,"span",10),M.YNc(2,$,2,1,"span",11),M.YNc(3,de,2,1,"span",11),M.YNc(4,te,2,1,"mat-icon",12),M.BQk()),2&xe){const ee=M.oxw();M.Q6J("ngSwitch",ee.state),M.xp6(1),M.Q6J("ngSwitchCase","number"),M.xp6(1),M.Q6J("ngIf","done"===ee.state),M.xp6(1),M.Q6J("ngIf","edit"===ee.state)}}function oe(xe,W){if(1&xe&&(M.TgZ(0,"div",15),M.GkF(1,16),M.qZA()),2&xe){const ee=M.oxw();M.xp6(1),M.Q6J("ngTemplateOutlet",ee._templateLabel().template)}}function X(xe,W){if(1&xe&&(M.TgZ(0,"div",15),M._uU(1),M.qZA()),2&xe){const ee=M.oxw();M.xp6(1),M.Oqu(ee.label)}}function me(xe,W){if(1&xe&&(M.TgZ(0,"div",17),M._uU(1),M.qZA()),2&xe){const ee=M.oxw();M.xp6(1),M.Oqu(ee._intl.optionalLabel)}}function y(xe,W){if(1&xe&&(M.TgZ(0,"div",18),M._uU(1),M.qZA()),2&xe){const ee=M.oxw();M.xp6(1),M.Oqu(ee.errorMessage)}}function i(xe,W){}function r(xe,W){if(1&xe&&(M.Hsn(0),M.YNc(1,i,0,0,"ng-template",0)),2&xe){const ee=M.oxw();M.xp6(1),M.Q6J("cdkPortalOutlet",ee._portal)}}const u=["*"];function c(xe,W){1&xe&&M._UZ(0,"div",9)}const _=function(xe,W){return{step:xe,i:W}};function E(xe,W){if(1&xe&&(M.ynx(0),M.GkF(1,7),M.YNc(2,c,1,0,"div",8),M.BQk()),2&xe){const ee=W.$implicit,ue=W.index,_e=W.last;M.oxw(2);const Le=M.MAs(4);M.xp6(1),M.Q6J("ngTemplateOutlet",Le)("ngTemplateOutletContext",M.WLB(3,_,ee,ue)),M.xp6(1),M.Q6J("ngIf",!_e)}}function I(xe,W){if(1&xe){const ee=M.EpF();M.TgZ(0,"div",10),M.NdJ("@horizontalStepTransition.done",function(_e){return M.CHM(ee),M.oxw(2)._animationDone.next(_e)}),M.GkF(1,11),M.qZA()}if(2&xe){const ee=W.$implicit,ue=W.index,_e=M.oxw(2);M.Q6J("@horizontalStepTransition",_e._getAnimationDirection(ue))("id",_e._getStepContentId(ue)),M.uIk("aria-labelledby",_e._getStepLabelId(ue))("aria-expanded",_e.selectedIndex===ue),M.xp6(1),M.Q6J("ngTemplateOutlet",ee.content)}}function v(xe,W){if(1&xe&&(M.ynx(0),M.TgZ(1,"div",3),M.YNc(2,E,3,6,"ng-container",4),M.qZA(),M.TgZ(3,"div",5),M.YNc(4,I,2,5,"div",6),M.qZA(),M.BQk()),2&xe){const ee=M.oxw();M.xp6(2),M.Q6J("ngForOf",ee.steps),M.xp6(2),M.Q6J("ngForOf",ee.steps)}}function n(xe,W){if(1&xe){const ee=M.EpF();M.TgZ(0,"div",13),M.GkF(1,7),M.TgZ(2,"div",14)(3,"div",15),M.NdJ("@verticalStepTransition.done",function(_e){return M.CHM(ee),M.oxw(2)._animationDone.next(_e)}),M.TgZ(4,"div",16),M.GkF(5,11),M.qZA()()()()}if(2&xe){const ee=W.$implicit,ue=W.index,_e=W.last,Le=M.oxw(2),ut=M.MAs(4);M.xp6(1),M.Q6J("ngTemplateOutlet",ut)("ngTemplateOutletContext",M.WLB(9,_,ee,ue)),M.xp6(1),M.ekj("mat-stepper-vertical-line",!_e),M.xp6(1),M.Q6J("@verticalStepTransition",Le._getAnimationDirection(ue))("id",Le._getStepContentId(ue)),M.uIk("aria-labelledby",Le._getStepLabelId(ue))("aria-expanded",Le.selectedIndex===ue),M.xp6(2),M.Q6J("ngTemplateOutlet",ee.content)}}function C(xe,W){if(1&xe&&(M.ynx(0),M.YNc(1,n,6,12,"div",12),M.BQk()),2&xe){const ee=M.oxw();M.xp6(1),M.Q6J("ngForOf",ee.steps)}}function B(xe,W){if(1&xe){const ee=M.EpF();M.TgZ(0,"mat-step-header",17),M.NdJ("click",function(){return M.CHM(ee).step.select()})("keydown",function(_e){return M.CHM(ee),M.oxw()._onKeydown(_e)}),M.qZA()}if(2&xe){const ee=W.step,ue=W.i,_e=M.oxw();M.ekj("mat-horizontal-stepper-header","horizontal"===_e.orientation)("mat-vertical-stepper-header","vertical"===_e.orientation),M.Q6J("tabIndex",_e._getFocusIndex()===ue?0:-1)("id",_e._getStepLabelId(ue))("index",ue)("state",_e._getIndicatorType(ue,ee.state))("label",ee.stepLabel||ee.label)("selected",_e.selectedIndex===ue)("active",_e._stepIsNavigable(ue,ee))("optional",ee.optional)("errorMessage",ee.errorMessage)("iconOverrides",_e._iconOverrides)("disableRipple",_e.disableRipple||!_e._stepIsNavigable(ue,ee))("color",ee.color||_e.color),M.uIk("aria-posinset",ue+1)("aria-setsize",_e.steps.length)("aria-controls",_e._getStepContentId(ue))("aria-selected",_e.selectedIndex==ue)("aria-label",ee.ariaLabel||null)("aria-labelledby",!ee.ariaLabel&&ee.ariaLabelledby?ee.ariaLabelledby:null)("aria-disabled",!_e._stepIsNavigable(ue,ee)||null)}}let P=(()=>{class xe extends e.u6{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["","matStepLabel",""]],features:[M.qOj]}),xe})(),F=(()=>{class xe{constructor(){this.changes=new N.x,this.optionalLabel="Optional",this.completedLabel="Completed",this.editableLabel="Editable"}}return xe.\u0275fac=function(ee){return new(ee||xe)},xe.\u0275prov=M.Yz7({token:xe,factory:xe.\u0275fac,providedIn:"root"}),xe})();const he={provide:F,deps:[[new M.FiY,new M.tp0,F]],useFactory:function q(xe){return xe||new F}},ve=(0,b.pj)(class extends e.KL{constructor(W){super(W)}},"primary");let Ne=(()=>{class xe extends ve{constructor(ee,ue,_e,Le){super(_e),this._intl=ee,this._focusMonitor=ue,this._intlSubscription=ee.changes.subscribe(()=>Le.markForCheck())}ngAfterViewInit(){this._focusMonitor.monitor(this._elementRef,!0)}ngOnDestroy(){this._intlSubscription.unsubscribe(),this._focusMonitor.stopMonitoring(this._elementRef)}focus(ee,ue){ee?this._focusMonitor.focusVia(this._elementRef,ee,ue):this._elementRef.nativeElement.focus(ue)}_stringLabel(){return this.label instanceof P?null:this.label}_templateLabel(){return this.label instanceof P?this.label:null}_getHostElement(){return this._elementRef.nativeElement}_getIconContext(){return{index:this.index,active:this.active,optional:this.optional}}_getDefaultTextForState(ee){return"number"==ee?`${this.index+1}`:"edit"==ee?"create":"error"==ee?"warning":ee}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36(F),M.Y36(A.tE),M.Y36(M.SBq),M.Y36(M.sBO))},xe.\u0275cmp=M.Xpm({type:xe,selectors:[["mat-step-header"]],hostAttrs:["role","tab",1,"mat-step-header"],inputs:{color:"color",state:"state",label:"label",errorMessage:"errorMessage",iconOverrides:"iconOverrides",index:"index",selected:"selected",active:"active",optional:"optional",disableRipple:"disableRipple"},features:[M.qOj],decls:10,vars:19,consts:[["matRipple","",1,"mat-step-header-ripple","mat-focus-indicator",3,"matRippleTrigger","matRippleDisabled"],[1,"mat-step-icon-content",3,"ngSwitch"],[3,"ngTemplateOutlet","ngTemplateOutletContext",4,"ngSwitchCase"],[3,"ngSwitch",4,"ngSwitchDefault"],[1,"mat-step-label"],["class","mat-step-text-label",4,"ngIf"],["class","mat-step-optional",4,"ngIf"],["class","mat-step-sub-label-error",4,"ngIf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"ngSwitch"],["aria-hidden","true",4,"ngSwitchCase"],["class","cdk-visually-hidden",4,"ngIf"],["aria-hidden","true",4,"ngSwitchDefault"],["aria-hidden","true"],[1,"cdk-visually-hidden"],[1,"mat-step-text-label"],[3,"ngTemplateOutlet"],[1,"mat-step-optional"],[1,"mat-step-sub-label-error"]],template:function(ee,ue){1&ee&&(M._UZ(0,"div",0),M.TgZ(1,"div")(2,"div",1),M.YNc(3,j,1,2,"ng-container",2),M.YNc(4,ie,5,4,"ng-container",3),M.qZA()(),M.TgZ(5,"div",4),M.YNc(6,oe,2,1,"div",5),M.YNc(7,X,2,1,"div",5),M.YNc(8,me,2,1,"div",6),M.YNc(9,y,2,1,"div",7),M.qZA()),2&ee&&(M.Q6J("matRippleTrigger",ue._getHostElement())("matRippleDisabled",ue.disableRipple),M.xp6(1),M.Gre("mat-step-icon-state-",ue.state," mat-step-icon"),M.ekj("mat-step-icon-selected",ue.selected),M.xp6(1),M.Q6J("ngSwitch",!(!ue.iconOverrides||!ue.iconOverrides[ue.state])),M.xp6(1),M.Q6J("ngSwitchCase",!0),M.xp6(2),M.ekj("mat-step-label-active",ue.active)("mat-step-label-selected",ue.selected)("mat-step-label-error","error"==ue.state),M.xp6(1),M.Q6J("ngIf",ue._templateLabel()),M.xp6(1),M.Q6J("ngIf",ue._stringLabel()),M.xp6(1),M.Q6J("ngIf",ue.optional&&"error"!=ue.state),M.xp6(1),M.Q6J("ngIf","error"==ue.state))},directives:[d.Hw,b.wG,f.RF,f.n9,f.tP,f.ED,f.O5],styles:[".mat-step-header{overflow:hidden;outline:none;cursor:pointer;position:relative;box-sizing:content-box;-webkit-tap-highlight-color:transparent}.cdk-high-contrast-active .mat-step-header{outline:solid 1px}.cdk-high-contrast-active .mat-step-header.cdk-keyboard-focused,.cdk-high-contrast-active .mat-step-header.cdk-program-focused{outline:solid 3px}.cdk-high-contrast-active .mat-step-header[aria-selected=true] .mat-step-label{text-decoration:underline}.mat-step-optional,.mat-step-sub-label-error{font-size:12px}.mat-step-icon{border-radius:50%;height:24px;width:24px;flex-shrink:0;position:relative}.mat-step-icon-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex}.mat-step-icon .mat-icon{font-size:16px;height:16px;width:16px}.mat-step-icon-state-error .mat-icon{font-size:24px;height:24px;width:24px}.mat-step-label{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:50px;vertical-align:middle}.mat-step-text-label{text-overflow:ellipsis;overflow:hidden}.mat-step-header .mat-step-header-ripple{top:0;left:0;right:0;bottom:0;position:absolute;pointer-events:none}\n"],encapsulation:2,changeDetection:0}),xe})();const we={horizontalStepTransition:(0,U.X$)("horizontalStepTransition",[(0,U.SB)("previous",(0,U.oB)({transform:"translate3d(-100%, 0, 0)",visibility:"hidden"})),(0,U.SB)("current",(0,U.oB)({transform:"none",visibility:"inherit"})),(0,U.SB)("next",(0,U.oB)({transform:"translate3d(100%, 0, 0)",visibility:"hidden"})),(0,U.eR)("* => *",(0,U.jt)("500ms cubic-bezier(0.35, 0, 0.25, 1)"))]),verticalStepTransition:(0,U.X$)("verticalStepTransition",[(0,U.SB)("previous",(0,U.oB)({height:"0px",visibility:"hidden"})),(0,U.SB)("next",(0,U.oB)({height:"0px",visibility:"hidden"})),(0,U.SB)("current",(0,U.oB)({height:"*",visibility:"inherit"})),(0,U.eR)("* <=> current",(0,U.jt)("225ms cubic-bezier(0.4, 0.0, 0.2, 1)"))])};let Q=(()=>{class xe{constructor(ee){this.templateRef=ee}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36(M.Rgc))},xe.\u0275dir=M.lG2({type:xe,selectors:[["ng-template","matStepperIcon",""]],inputs:{name:["matStepperIcon","name"]}}),xe})(),Ue=(()=>{class xe{constructor(ee){this._template=ee}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36(M.Rgc))},xe.\u0275dir=M.lG2({type:xe,selectors:[["ng-template","matStepContent",""]]}),xe})(),ye=(()=>{class xe extends e.be{constructor(ee,ue,_e,Le){super(ee,Le),this._errorStateMatcher=ue,this._viewContainerRef=_e,this._isSelected=h.w0.EMPTY}ngAfterContentInit(){this._isSelected=this._stepper.steps.changes.pipe((0,w.w)(()=>this._stepper.selectionChange.pipe((0,D.U)(ee=>ee.selectedStep===this),(0,L.O)(this._stepper.selected===this)))).subscribe(ee=>{ee&&this._lazyContent&&!this._portal&&(this._portal=new t.UE(this._lazyContent._template,this._viewContainerRef))})}ngOnDestroy(){this._isSelected.unsubscribe()}isErrorState(ee,ue){return this._errorStateMatcher.isErrorState(ee,ue)||!!(ee&&ee.invalid&&this.interacted)}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36((0,M.Gpc)(()=>Ie)),M.Y36(b.rD,4),M.Y36(M.s_b),M.Y36(e.gx,8))},xe.\u0275cmp=M.Xpm({type:xe,selectors:[["mat-step"]],contentQueries:function(ee,ue,_e){if(1&ee&&(M.Suo(_e,P,5),M.Suo(_e,Ue,5)),2&ee){let Le;M.iGM(Le=M.CRH())&&(ue.stepLabel=Le.first),M.iGM(Le=M.CRH())&&(ue._lazyContent=Le.first)}},inputs:{color:"color"},exportAs:["matStep"],features:[M._Bn([{provide:b.rD,useExisting:xe},{provide:e.be,useExisting:xe}]),M.qOj],ngContentSelectors:u,decls:1,vars:0,consts:[[3,"cdkPortalOutlet"]],template:function(ee,ue){1&ee&&(M.F$t(),M.YNc(0,r,2,1,"ng-template"))},directives:[t.Pl],encapsulation:2,changeDetection:0}),xe})(),V=(()=>{class xe extends e.B8{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,features:[M.qOj]}),xe})(),Ae=(()=>{class xe extends V{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["mat-horizontal-stepper"]],features:[M.qOj]}),xe})(),dt=(()=>{class xe extends V{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["mat-vertical-stepper"]],features:[M.qOj]}),xe})(),Ie=(()=>{class xe extends e.B8{constructor(ee,ue,_e,Le){super(ee,ue,_e,Le),this.steps=new M.n_E,this.animationDone=new M.vpe,this.labelPosition="end",this._iconOverrides={},this._animationDone=new N.x;const ut=_e.nativeElement.nodeName.toLowerCase();this.orientation="mat-vertical-stepper"===ut?"vertical":"horizontal"}ngAfterContentInit(){super.ngAfterContentInit(),this._icons.forEach(({name:ee,templateRef:ue})=>this._iconOverrides[ee]=ue),this.steps.changes.pipe((0,k.R)(this._destroyed)).subscribe(()=>{this._stateChanged()}),this._animationDone.pipe((0,S.x)((ee,ue)=>ee.fromState===ue.fromState&&ee.toState===ue.toState),(0,k.R)(this._destroyed)).subscribe(ee=>{"current"===ee.toState&&this.animationDone.emit()})}_stepIsNavigable(ee,ue){return ue.completed||this.selectedIndex===ee||!this.linear}}return xe.\u0275fac=function(ee){return new(ee||xe)(M.Y36(Z.Is,8),M.Y36(M.sBO),M.Y36(M.SBq),M.Y36(f.K0))},xe.\u0275cmp=M.Xpm({type:xe,selectors:[["mat-stepper"],["mat-vertical-stepper"],["mat-horizontal-stepper"],["","matStepper",""]],contentQueries:function(ee,ue,_e){if(1&ee&&(M.Suo(_e,ye,5),M.Suo(_e,Q,5)),2&ee){let Le;M.iGM(Le=M.CRH())&&(ue._steps=Le),M.iGM(Le=M.CRH())&&(ue._icons=Le)}},viewQuery:function(ee,ue){if(1&ee&&M.Gf(Ne,5),2&ee){let _e;M.iGM(_e=M.CRH())&&(ue._stepHeader=_e)}},hostAttrs:["role","tablist"],hostVars:9,hostBindings:function(ee,ue){2&ee&&(M.uIk("aria-orientation",ue.orientation),M.ekj("mat-stepper-horizontal","horizontal"===ue.orientation)("mat-stepper-vertical","vertical"===ue.orientation)("mat-stepper-label-position-end","horizontal"===ue.orientation&&"end"==ue.labelPosition)("mat-stepper-label-position-bottom","horizontal"===ue.orientation&&"bottom"==ue.labelPosition))},inputs:{selectedIndex:"selectedIndex",disableRipple:"disableRipple",color:"color",labelPosition:"labelPosition"},outputs:{animationDone:"animationDone"},exportAs:["matStepper","matVerticalStepper","matHorizontalStepper"],features:[M._Bn([{provide:e.B8,useExisting:xe},{provide:Ae,useExisting:xe},{provide:dt,useExisting:xe}]),M.qOj],decls:5,vars:3,consts:[[3,"ngSwitch"],[4,"ngSwitchCase"],["stepTemplate",""],[1,"mat-horizontal-stepper-header-container"],[4,"ngFor","ngForOf"],[1,"mat-horizontal-content-container"],["class","mat-horizontal-stepper-content","role","tabpanel",3,"id",4,"ngFor","ngForOf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["class","mat-stepper-horizontal-line",4,"ngIf"],[1,"mat-stepper-horizontal-line"],["role","tabpanel",1,"mat-horizontal-stepper-content",3,"id"],[3,"ngTemplateOutlet"],["class","mat-step",4,"ngFor","ngForOf"],[1,"mat-step"],[1,"mat-vertical-content-container"],["role","tabpanel",1,"mat-vertical-stepper-content",3,"id"],[1,"mat-vertical-content"],[3,"tabIndex","id","index","state","label","selected","active","optional","errorMessage","iconOverrides","disableRipple","color","click","keydown"]],template:function(ee,ue){1&ee&&(M.ynx(0,0),M.YNc(1,v,5,2,"ng-container",1),M.YNc(2,C,2,1,"ng-container",1),M.BQk(),M.YNc(3,B,1,23,"ng-template",null,2,M.W1O)),2&ee&&(M.Q6J("ngSwitch",ue.orientation),M.xp6(1),M.Q6J("ngSwitchCase","horizontal"),M.xp6(1),M.Q6J("ngSwitchCase","vertical"))},directives:[Ne,f.RF,f.n9,f.sg,f.tP,f.O5],styles:['.mat-stepper-vertical,.mat-stepper-horizontal{display:block}.mat-horizontal-stepper-header-container{white-space:nowrap;display:flex;align-items:center}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header-container{align-items:flex-start}.mat-stepper-horizontal-line{border-top-width:1px;border-top-style:solid;flex:auto;height:0;margin:0 -16px;min-width:32px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{margin:0;min-width:0;position:relative}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{border-top-width:1px;border-top-style:solid;content:"";display:inline-block;height:0;position:absolute;width:calc(50% - 20px)}.mat-horizontal-stepper-header{display:flex;height:72px;overflow:hidden;align-items:center;padding:0 24px}.mat-horizontal-stepper-header .mat-step-icon{margin-right:8px;flex:none}[dir=rtl] .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:8px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header{box-sizing:border-box;flex-direction:column;height:auto}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after{right:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before{left:0}[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:last-child::before,[dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:first-child::after{display:none}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-icon{margin-right:0;margin-left:0}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header .mat-step-label{padding:16px 0 0 0;text-align:center;width:100%}.mat-vertical-stepper-header{display:flex;align-items:center;height:24px}.mat-vertical-stepper-header .mat-step-icon{margin-right:12px}[dir=rtl] .mat-vertical-stepper-header .mat-step-icon{margin-right:0;margin-left:12px}.mat-horizontal-stepper-content{outline:0}.mat-horizontal-stepper-content[aria-expanded=false]{height:0;overflow:hidden}.mat-horizontal-content-container{overflow:hidden;padding:0 24px 24px 24px}.cdk-high-contrast-active .mat-horizontal-content-container{outline:solid 1px}.mat-vertical-content-container{margin-left:36px;border:0;position:relative}.cdk-high-contrast-active .mat-vertical-content-container{outline:solid 1px}[dir=rtl] .mat-vertical-content-container{margin-left:0;margin-right:36px}.mat-stepper-vertical-line::before{content:"";position:absolute;left:0;border-left-width:1px;border-left-style:solid}[dir=rtl] .mat-stepper-vertical-line::before{left:auto;right:0}.mat-vertical-stepper-content{overflow:hidden;outline:0}.mat-vertical-content{padding:0 24px 24px 24px}.mat-step:last-child .mat-vertical-content-container{border:none}\n'],encapsulation:2,data:{animation:[we.horizontalStepTransition,we.verticalStepTransition]},changeDetection:0}),xe})(),De=(()=>{class xe extends e.st{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["button","matStepperNext",""]],hostAttrs:[1,"mat-stepper-next"],hostVars:1,hostBindings:function(ee,ue){2&ee&&M.Ikx("type",ue.type)},inputs:{type:"type"},features:[M.qOj]}),xe})(),le=(()=>{class xe extends e.po{}return xe.\u0275fac=function(){let W;return function(ue){return(W||(W=M.n5z(xe)))(ue||xe)}}(),xe.\u0275dir=M.lG2({type:xe,selectors:[["button","matStepperPrevious",""]],hostAttrs:[1,"mat-stepper-previous"],hostVars:1,hostBindings:function(ee,ue){2&ee&&M.Ikx("type",ue.type)},inputs:{type:"type"},features:[M.qOj]}),xe})(),Te=(()=>{class xe{}return xe.\u0275fac=function(ee){return new(ee||xe)},xe.\u0275mod=M.oAB({type:xe}),xe.\u0275inj=M.cJS({providers:[he,b.rD],imports:[[b.BQ,f.ez,t.eL,a.ot,e.U5,d.Ps,b.si],b.BQ]}),xe})()},2075:(Ve,K,p)=>{"use strict";p.d(K,{ev:()=>Ge,Dz:()=>Ht,w1:()=>tt,yh:()=>Se,mD:()=>Re,Q2:()=>qt,Ke:()=>st,ge:()=>Je,fO:()=>it,XQ:()=>gi,as:()=>at,Gk:()=>Xt,nj:()=>bt,BZ:()=>mt,by:()=>Ui,p0:()=>en});var t=p(5e3),e=p(3191),f=p(449),M=p(9808),a=p(7579),b=p(457),d=p(1135),N=p(5191),h=p(9646),A=p(2722),w=p(5698),D=p(226),L=p(925),k=p(5303);const S=[[["caption"]],[["colgroup"],["col"]]],U=["caption","colgroup, col"];function ne(ze){return class extends ze{constructor(...Tt){super(...Tt),this._sticky=!1,this._hasStickyChanged=!1}get sticky(){return this._sticky}set sticky(Tt){const pe=this._sticky;this._sticky=(0,e.Ig)(Tt),this._hasStickyChanged=pe!==this._sticky}hasStickyChanged(){const Tt=this._hasStickyChanged;return this._hasStickyChanged=!1,Tt}resetStickyChanged(){this._hasStickyChanged=!1}}}const $=new t.OlP("CDK_TABLE");let te=(()=>{class ze{constructor(pe){this.template=pe}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkCellDef",""]]}),ze})(),ie=(()=>{class ze{constructor(pe){this.template=pe}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkHeaderCellDef",""]]}),ze})(),oe=(()=>{class ze{constructor(pe){this.template=pe}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkFooterCellDef",""]]}),ze})();class X{}const me=ne(X);let y=(()=>{class ze extends me{constructor(pe){super(),this._table=pe,this._stickyEnd=!1}get name(){return this._name}set name(pe){this._setNameInput(pe)}get stickyEnd(){return this._stickyEnd}set stickyEnd(pe){const je=this._stickyEnd;this._stickyEnd=(0,e.Ig)(pe),this._hasStickyChanged=je!==this._stickyEnd}_updateColumnCssClassName(){this._columnCssClassName=[`cdk-column-${this.cssClassFriendlyName}`]}_setNameInput(pe){pe&&(this._name=pe,this.cssClassFriendlyName=pe.replace(/[^a-z0-9_-]/gi,"-"),this._updateColumnCssClassName())}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36($,8))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkColumnDef",""]],contentQueries:function(pe,je,_t){if(1&pe&&(t.Suo(_t,te,5),t.Suo(_t,ie,5),t.Suo(_t,oe,5)),2&pe){let re;t.iGM(re=t.CRH())&&(je.cell=re.first),t.iGM(re=t.CRH())&&(je.headerCell=re.first),t.iGM(re=t.CRH())&&(je.footerCell=re.first)}},inputs:{sticky:"sticky",name:["cdkColumnDef","name"],stickyEnd:"stickyEnd"},features:[t._Bn([{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:ze}]),t.qOj]}),ze})();class i{constructor(Tt,pe){pe.nativeElement.classList.add(...Tt._columnCssClassName)}}let r=(()=>{class ze extends i{constructor(pe,je){super(pe,je)}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(y),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["cdk-header-cell"],["th","cdk-header-cell",""]],hostAttrs:["role","columnheader",1,"cdk-header-cell"],features:[t.qOj]}),ze})(),u=(()=>{class ze extends i{constructor(pe,je){var _t;if(super(pe,je),1===(null===(_t=pe._table)||void 0===_t?void 0:_t._elementRef.nativeElement.nodeType)){const re=pe._table._elementRef.nativeElement.getAttribute("role");je.nativeElement.setAttribute("role","grid"===re||"treegrid"===re?"gridcell":"cell")}}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(y),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["cdk-footer-cell"],["td","cdk-footer-cell",""]],hostAttrs:[1,"cdk-footer-cell"],features:[t.qOj]}),ze})(),c=(()=>{class ze extends i{constructor(pe,je){var _t;if(super(pe,je),1===(null===(_t=pe._table)||void 0===_t?void 0:_t._elementRef.nativeElement.nodeType)){const re=pe._table._elementRef.nativeElement.getAttribute("role");je.nativeElement.setAttribute("role","grid"===re||"treegrid"===re?"gridcell":"cell")}}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(y),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["cdk-cell"],["td","cdk-cell",""]],hostAttrs:[1,"cdk-cell"],features:[t.qOj]}),ze})();class _{constructor(){this.tasks=[],this.endTasks=[]}}const E=new t.OlP("_COALESCED_STYLE_SCHEDULER");let I=(()=>{class ze{constructor(pe){this._ngZone=pe,this._currentSchedule=null,this._destroyed=new a.x}schedule(pe){this._createScheduleIfNeeded(),this._currentSchedule.tasks.push(pe)}scheduleEnd(pe){this._createScheduleIfNeeded(),this._currentSchedule.endTasks.push(pe)}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete()}_createScheduleIfNeeded(){this._currentSchedule||(this._currentSchedule=new _,this._getScheduleObservable().pipe((0,A.R)(this._destroyed)).subscribe(()=>{for(;this._currentSchedule.tasks.length||this._currentSchedule.endTasks.length;){const pe=this._currentSchedule;this._currentSchedule=new _;for(const je of pe.tasks)je();for(const je of pe.endTasks)je()}this._currentSchedule=null}))}_getScheduleObservable(){return this._ngZone.isStable?(0,b.D)(Promise.resolve(void 0)):this._ngZone.onStable.pipe((0,w.q)(1))}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.LFG(t.R0b))},ze.\u0275prov=t.Yz7({token:ze,factory:ze.\u0275fac}),ze})(),n=(()=>{class ze{constructor(pe,je){this.template=pe,this._differs=je}ngOnChanges(pe){if(!this._columnsDiffer){const je=pe.columns&&pe.columns.currentValue||[];this._columnsDiffer=this._differs.find(je).create(),this._columnsDiffer.diff(je)}}getColumnsDiff(){return this._columnsDiffer.diff(this.columns)}extractCellTemplate(pe){return this instanceof P?pe.headerCell.template:this instanceof he?pe.footerCell.template:pe.cell.template}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc),t.Y36(t.ZZ4))},ze.\u0275dir=t.lG2({type:ze,features:[t.TTD]}),ze})();class C extends n{}const B=ne(C);let P=(()=>{class ze extends B{constructor(pe,je,_t){super(pe,je),this._table=_t}ngOnChanges(pe){super.ngOnChanges(pe)}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc),t.Y36(t.ZZ4),t.Y36($,8))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkHeaderRowDef",""]],inputs:{columns:["cdkHeaderRowDef","columns"],sticky:["cdkHeaderRowDefSticky","sticky"]},features:[t.qOj,t.TTD]}),ze})();class F extends n{}const q=ne(F);let he=(()=>{class ze extends q{constructor(pe,je,_t){super(pe,je),this._table=_t}ngOnChanges(pe){super.ngOnChanges(pe)}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc),t.Y36(t.ZZ4),t.Y36($,8))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkFooterRowDef",""]],inputs:{columns:["cdkFooterRowDef","columns"],sticky:["cdkFooterRowDefSticky","sticky"]},features:[t.qOj,t.TTD]}),ze})(),ve=(()=>{class ze extends n{constructor(pe,je,_t){super(pe,je),this._table=_t}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc),t.Y36(t.ZZ4),t.Y36($,8))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkRowDef",""]],inputs:{columns:["cdkRowDefColumns","columns"],when:["cdkRowDefWhen","when"]},features:[t.qOj]}),ze})(),Ne=(()=>{class ze{constructor(pe){this._viewContainer=pe,ze.mostRecentCellOutlet=this}ngOnDestroy(){ze.mostRecentCellOutlet===this&&(ze.mostRecentCellOutlet=null)}}return ze.mostRecentCellOutlet=null,ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","cdkCellOutlet",""]]}),ze})(),we=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=t.Xpm({type:ze,selectors:[["cdk-header-row"],["tr","cdk-header-row",""]],hostAttrs:["role","row",1,"cdk-header-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),Q=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=t.Xpm({type:ze,selectors:[["cdk-footer-row"],["tr","cdk-footer-row",""]],hostAttrs:["role","row",1,"cdk-footer-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),Ue=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275cmp=t.Xpm({type:ze,selectors:[["cdk-row"],["tr","cdk-row",""]],hostAttrs:["role","row",1,"cdk-row"],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),ye=(()=>{class ze{constructor(pe){this.templateRef=pe,this._contentClassName="cdk-no-data-row"}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.Rgc))},ze.\u0275dir=t.lG2({type:ze,selectors:[["ng-template","cdkNoDataRow",""]]}),ze})();const V=["top","bottom","left","right"];class Ae{constructor(Tt,pe,je,_t,re=!0,Qe=!0,Mt){this._isNativeHtmlTable=Tt,this._stickCellCss=pe,this.direction=je,this._coalescedStyleScheduler=_t,this._isBrowser=re,this._needsPositionStickyOnElement=Qe,this._positionListener=Mt,this._cachedCellWidths=[],this._borderCellCss={top:`${pe}-border-elem-top`,bottom:`${pe}-border-elem-bottom`,left:`${pe}-border-elem-left`,right:`${pe}-border-elem-right`}}clearStickyPositioning(Tt,pe){const je=[];for(const _t of Tt)if(_t.nodeType===_t.ELEMENT_NODE){je.push(_t);for(let re=0;re<_t.children.length;re++)je.push(_t.children[re])}this._coalescedStyleScheduler.schedule(()=>{for(const _t of je)this._removeStickyStyle(_t,pe)})}updateStickyColumns(Tt,pe,je,_t=!0){if(!Tt.length||!this._isBrowser||!pe.some(Gi=>Gi)&&!je.some(Gi=>Gi))return void(this._positionListener&&(this._positionListener.stickyColumnsUpdated({sizes:[]}),this._positionListener.stickyEndColumnsUpdated({sizes:[]})));const re=Tt[0],Qe=re.children.length,Mt=this._getCellWidths(re,_t),zt=this._getStickyStartColumnPositions(Mt,pe),bi=this._getStickyEndColumnPositions(Mt,je),Ei=pe.lastIndexOf(!0),$i=je.indexOf(!0);this._coalescedStyleScheduler.schedule(()=>{const Gi="rtl"===this.direction,sn=Gi?"right":"left",mn=Gi?"left":"right";for(const Yt of Tt)for(let wi=0;wipe[wi]?Yt:null)}),this._positionListener.stickyEndColumnsUpdated({sizes:-1===$i?[]:Mt.slice($i).map((Yt,wi)=>je[wi+$i]?Yt:null).reverse()}))})}stickRows(Tt,pe,je){if(!this._isBrowser)return;const _t="bottom"===je?Tt.slice().reverse():Tt,re="bottom"===je?pe.slice().reverse():pe,Qe=[],Mt=[],zt=[];for(let Ei=0,$i=0;Ei<_t.length;Ei++){if(!re[Ei])continue;Qe[Ei]=$i;const Gi=_t[Ei];zt[Ei]=this._isNativeHtmlTable?Array.from(Gi.children):[Gi];const sn=Gi.getBoundingClientRect().height;$i+=sn,Mt[Ei]=sn}const bi=re.lastIndexOf(!0);this._coalescedStyleScheduler.schedule(()=>{var Ei,$i;for(let Gi=0;Gi<_t.length;Gi++){if(!re[Gi])continue;const sn=Qe[Gi],mn=Gi===bi;for(const Yt of zt[Gi])this._addStickyStyle(Yt,je,sn,mn)}"top"===je?null===(Ei=this._positionListener)||void 0===Ei||Ei.stickyHeaderRowsUpdated({sizes:Mt,offsets:Qe,elements:zt}):null===($i=this._positionListener)||void 0===$i||$i.stickyFooterRowsUpdated({sizes:Mt,offsets:Qe,elements:zt})})}updateStickyFooterContainer(Tt,pe){if(!this._isNativeHtmlTable)return;const je=Tt.querySelector("tfoot");this._coalescedStyleScheduler.schedule(()=>{pe.some(_t=>!_t)?this._removeStickyStyle(je,["bottom"]):this._addStickyStyle(je,"bottom",0,!1)})}_removeStickyStyle(Tt,pe){for(const _t of pe)Tt.style[_t]="",Tt.classList.remove(this._borderCellCss[_t]);V.some(_t=>-1===pe.indexOf(_t)&&Tt.style[_t])?Tt.style.zIndex=this._getCalculatedZIndex(Tt):(Tt.style.zIndex="",this._needsPositionStickyOnElement&&(Tt.style.position=""),Tt.classList.remove(this._stickCellCss))}_addStickyStyle(Tt,pe,je,_t){Tt.classList.add(this._stickCellCss),_t&&Tt.classList.add(this._borderCellCss[pe]),Tt.style[pe]=`${je}px`,Tt.style.zIndex=this._getCalculatedZIndex(Tt),this._needsPositionStickyOnElement&&(Tt.style.cssText+="position: -webkit-sticky; position: sticky; ")}_getCalculatedZIndex(Tt){const pe={top:100,bottom:10,left:1,right:1};let je=0;for(const _t of V)Tt.style[_t]&&(je+=pe[_t]);return je?`${je}`:""}_getCellWidths(Tt,pe=!0){if(!pe&&this._cachedCellWidths.length)return this._cachedCellWidths;const je=[],_t=Tt.children;for(let re=0;re<_t.length;re++)je.push(_t[re].getBoundingClientRect().width);return this._cachedCellWidths=je,je}_getStickyStartColumnPositions(Tt,pe){const je=[];let _t=0;for(let re=0;re0;re--)pe[re]&&(je[re]=_t,_t+=Tt[re]);return je}}const ue=new t.OlP("CDK_SPL");let Le=(()=>{class ze{constructor(pe,je){this.viewContainer=pe,this.elementRef=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","rowOutlet",""]]}),ze})(),ut=(()=>{class ze{constructor(pe,je){this.viewContainer=pe,this.elementRef=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","headerRowOutlet",""]]}),ze})(),ht=(()=>{class ze{constructor(pe,je){this.viewContainer=pe,this.elementRef=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","footerRowOutlet",""]]}),ze})(),It=(()=>{class ze{constructor(pe,je){this.viewContainer=pe,this.elementRef=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.s_b),t.Y36(t.SBq))},ze.\u0275dir=t.lG2({type:ze,selectors:[["","noDataRowOutlet",""]]}),ze})(),Gt=(()=>{class ze{constructor(pe,je,_t,re,Qe,Mt,zt,bi,Ei,$i,Gi,sn){this._differs=pe,this._changeDetectorRef=je,this._elementRef=_t,this._dir=Qe,this._platform=zt,this._viewRepeater=bi,this._coalescedStyleScheduler=Ei,this._viewportRuler=$i,this._stickyPositioningListener=Gi,this._ngZone=sn,this._onDestroy=new a.x,this._columnDefsByName=new Map,this._customColumnDefs=new Set,this._customRowDefs=new Set,this._customHeaderRowDefs=new Set,this._customFooterRowDefs=new Set,this._headerRowDefChanged=!0,this._footerRowDefChanged=!0,this._stickyColumnStylesNeedReset=!0,this._forceRecalculateCellWidths=!0,this._cachedRenderRowsMap=new Map,this.stickyCssClass="cdk-table-sticky",this.needsPositionStickyOnElement=!0,this._isShowingNoDataRow=!1,this._multiTemplateDataRows=!1,this._fixedLayout=!1,this.contentChanged=new t.vpe,this.viewChange=new d.X({start:0,end:Number.MAX_VALUE}),re||this._elementRef.nativeElement.setAttribute("role","table"),this._document=Mt,this._isNativeHtmlTable="TABLE"===this._elementRef.nativeElement.nodeName}get trackBy(){return this._trackByFn}set trackBy(pe){this._trackByFn=pe}get dataSource(){return this._dataSource}set dataSource(pe){this._dataSource!==pe&&this._switchDataSource(pe)}get multiTemplateDataRows(){return this._multiTemplateDataRows}set multiTemplateDataRows(pe){this._multiTemplateDataRows=(0,e.Ig)(pe),this._rowOutlet&&this._rowOutlet.viewContainer.length&&(this._forceRenderDataRows(),this.updateStickyColumnStyles())}get fixedLayout(){return this._fixedLayout}set fixedLayout(pe){this._fixedLayout=(0,e.Ig)(pe),this._forceRecalculateCellWidths=!0,this._stickyColumnStylesNeedReset=!0}ngOnInit(){this._setupStickyStyler(),this._isNativeHtmlTable&&this._applyNativeTableSections(),this._dataDiffer=this._differs.find([]).create((pe,je)=>this.trackBy?this.trackBy(je.dataIndex,je.data):je),this._viewportRuler.change().pipe((0,A.R)(this._onDestroy)).subscribe(()=>{this._forceRecalculateCellWidths=!0})}ngAfterContentChecked(){this._cacheRowDefs(),this._cacheColumnDefs();const je=this._renderUpdatedColumns()||this._headerRowDefChanged||this._footerRowDefChanged;this._stickyColumnStylesNeedReset=this._stickyColumnStylesNeedReset||je,this._forceRecalculateCellWidths=je,this._headerRowDefChanged&&(this._forceRenderHeaderRows(),this._headerRowDefChanged=!1),this._footerRowDefChanged&&(this._forceRenderFooterRows(),this._footerRowDefChanged=!1),this.dataSource&&this._rowDefs.length>0&&!this._renderChangeSubscription?this._observeRenderChanges():this._stickyColumnStylesNeedReset&&this.updateStickyColumnStyles(),this._checkStickyStates()}ngOnDestroy(){[this._rowOutlet.viewContainer,this._headerRowOutlet.viewContainer,this._footerRowOutlet.viewContainer,this._cachedRenderRowsMap,this._customColumnDefs,this._customRowDefs,this._customHeaderRowDefs,this._customFooterRowDefs,this._columnDefsByName].forEach(pe=>{pe.clear()}),this._headerRowDefs=[],this._footerRowDefs=[],this._defaultRowDef=null,this._onDestroy.next(),this._onDestroy.complete(),(0,f.Z9)(this.dataSource)&&this.dataSource.disconnect(this)}renderRows(){this._renderRows=this._getAllRenderRows();const pe=this._dataDiffer.diff(this._renderRows);if(!pe)return this._updateNoDataRow(),void this.contentChanged.next();const je=this._rowOutlet.viewContainer;this._viewRepeater.applyChanges(pe,je,(_t,re,Qe)=>this._getEmbeddedViewArgs(_t.item,Qe),_t=>_t.item.data,_t=>{1===_t.operation&&_t.context&&this._renderCellTemplateForItem(_t.record.item.rowDef,_t.context)}),this._updateRowIndexContext(),pe.forEachIdentityChange(_t=>{je.get(_t.currentIndex).context.$implicit=_t.item.data}),this._updateNoDataRow(),this._ngZone&&t.R0b.isInAngularZone()?this._ngZone.onStable.pipe((0,w.q)(1),(0,A.R)(this._onDestroy)).subscribe(()=>{this.updateStickyColumnStyles()}):this.updateStickyColumnStyles(),this.contentChanged.next()}addColumnDef(pe){this._customColumnDefs.add(pe)}removeColumnDef(pe){this._customColumnDefs.delete(pe)}addRowDef(pe){this._customRowDefs.add(pe)}removeRowDef(pe){this._customRowDefs.delete(pe)}addHeaderRowDef(pe){this._customHeaderRowDefs.add(pe),this._headerRowDefChanged=!0}removeHeaderRowDef(pe){this._customHeaderRowDefs.delete(pe),this._headerRowDefChanged=!0}addFooterRowDef(pe){this._customFooterRowDefs.add(pe),this._footerRowDefChanged=!0}removeFooterRowDef(pe){this._customFooterRowDefs.delete(pe),this._footerRowDefChanged=!0}setNoDataRow(pe){this._customNoDataRow=pe}updateStickyHeaderRowStyles(){const pe=this._getRenderedRows(this._headerRowOutlet),_t=this._elementRef.nativeElement.querySelector("thead");_t&&(_t.style.display=pe.length?"":"none");const re=this._headerRowDefs.map(Qe=>Qe.sticky);this._stickyStyler.clearStickyPositioning(pe,["top"]),this._stickyStyler.stickRows(pe,re,"top"),this._headerRowDefs.forEach(Qe=>Qe.resetStickyChanged())}updateStickyFooterRowStyles(){const pe=this._getRenderedRows(this._footerRowOutlet),_t=this._elementRef.nativeElement.querySelector("tfoot");_t&&(_t.style.display=pe.length?"":"none");const re=this._footerRowDefs.map(Qe=>Qe.sticky);this._stickyStyler.clearStickyPositioning(pe,["bottom"]),this._stickyStyler.stickRows(pe,re,"bottom"),this._stickyStyler.updateStickyFooterContainer(this._elementRef.nativeElement,re),this._footerRowDefs.forEach(Qe=>Qe.resetStickyChanged())}updateStickyColumnStyles(){const pe=this._getRenderedRows(this._headerRowOutlet),je=this._getRenderedRows(this._rowOutlet),_t=this._getRenderedRows(this._footerRowOutlet);(this._isNativeHtmlTable&&!this._fixedLayout||this._stickyColumnStylesNeedReset)&&(this._stickyStyler.clearStickyPositioning([...pe,...je,..._t],["left","right"]),this._stickyColumnStylesNeedReset=!1),pe.forEach((re,Qe)=>{this._addStickyColumnStyles([re],this._headerRowDefs[Qe])}),this._rowDefs.forEach(re=>{const Qe=[];for(let Mt=0;Mt{this._addStickyColumnStyles([re],this._footerRowDefs[Qe])}),Array.from(this._columnDefsByName.values()).forEach(re=>re.resetStickyChanged())}_getAllRenderRows(){const pe=[],je=this._cachedRenderRowsMap;this._cachedRenderRowsMap=new Map;for(let _t=0;_t{const Mt=_t&&_t.has(Qe)?_t.get(Qe):[];if(Mt.length){const zt=Mt.shift();return zt.dataIndex=je,zt}return{data:pe,rowDef:Qe,dataIndex:je}})}_cacheColumnDefs(){this._columnDefsByName.clear(),hi(this._getOwnDefs(this._contentColumnDefs),this._customColumnDefs).forEach(je=>{this._columnDefsByName.has(je.name),this._columnDefsByName.set(je.name,je)})}_cacheRowDefs(){this._headerRowDefs=hi(this._getOwnDefs(this._contentHeaderRowDefs),this._customHeaderRowDefs),this._footerRowDefs=hi(this._getOwnDefs(this._contentFooterRowDefs),this._customFooterRowDefs),this._rowDefs=hi(this._getOwnDefs(this._contentRowDefs),this._customRowDefs);const pe=this._rowDefs.filter(je=>!je.when);this._defaultRowDef=pe[0]}_renderUpdatedColumns(){const pe=(Qe,Mt)=>Qe||!!Mt.getColumnsDiff(),je=this._rowDefs.reduce(pe,!1);je&&this._forceRenderDataRows();const _t=this._headerRowDefs.reduce(pe,!1);_t&&this._forceRenderHeaderRows();const re=this._footerRowDefs.reduce(pe,!1);return re&&this._forceRenderFooterRows(),je||_t||re}_switchDataSource(pe){this._data=[],(0,f.Z9)(this.dataSource)&&this.dataSource.disconnect(this),this._renderChangeSubscription&&(this._renderChangeSubscription.unsubscribe(),this._renderChangeSubscription=null),pe||(this._dataDiffer&&this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear()),this._dataSource=pe}_observeRenderChanges(){if(!this.dataSource)return;let pe;(0,f.Z9)(this.dataSource)?pe=this.dataSource.connect(this):(0,N.b)(this.dataSource)?pe=this.dataSource:Array.isArray(this.dataSource)&&(pe=(0,h.of)(this.dataSource)),this._renderChangeSubscription=pe.pipe((0,A.R)(this._onDestroy)).subscribe(je=>{this._data=je||[],this.renderRows()})}_forceRenderHeaderRows(){this._headerRowOutlet.viewContainer.length>0&&this._headerRowOutlet.viewContainer.clear(),this._headerRowDefs.forEach((pe,je)=>this._renderRow(this._headerRowOutlet,pe,je)),this.updateStickyHeaderRowStyles()}_forceRenderFooterRows(){this._footerRowOutlet.viewContainer.length>0&&this._footerRowOutlet.viewContainer.clear(),this._footerRowDefs.forEach((pe,je)=>this._renderRow(this._footerRowOutlet,pe,je)),this.updateStickyFooterRowStyles()}_addStickyColumnStyles(pe,je){const _t=Array.from(je.columns||[]).map(Mt=>this._columnDefsByName.get(Mt)),re=_t.map(Mt=>Mt.sticky),Qe=_t.map(Mt=>Mt.stickyEnd);this._stickyStyler.updateStickyColumns(pe,re,Qe,!this._fixedLayout||this._forceRecalculateCellWidths)}_getRenderedRows(pe){const je=[];for(let _t=0;_t!re.when||re.when(je,pe));else{let re=this._rowDefs.find(Qe=>Qe.when&&Qe.when(je,pe))||this._defaultRowDef;re&&_t.push(re)}return _t}_getEmbeddedViewArgs(pe,je){return{templateRef:pe.rowDef.template,context:{$implicit:pe.data},index:je}}_renderRow(pe,je,_t,re={}){const Qe=pe.viewContainer.createEmbeddedView(je.template,re,_t);return this._renderCellTemplateForItem(je,re),Qe}_renderCellTemplateForItem(pe,je){for(let _t of this._getCellTemplates(pe))Ne.mostRecentCellOutlet&&Ne.mostRecentCellOutlet._viewContainer.createEmbeddedView(_t,je);this._changeDetectorRef.markForCheck()}_updateRowIndexContext(){const pe=this._rowOutlet.viewContainer;for(let je=0,_t=pe.length;je<_t;je++){const Qe=pe.get(je).context;Qe.count=_t,Qe.first=0===je,Qe.last=je===_t-1,Qe.even=je%2==0,Qe.odd=!Qe.even,this.multiTemplateDataRows?(Qe.dataIndex=this._renderRows[je].dataIndex,Qe.renderIndex=je):Qe.index=this._renderRows[je].dataIndex}}_getCellTemplates(pe){return pe&&pe.columns?Array.from(pe.columns,je=>{const _t=this._columnDefsByName.get(je);return pe.extractCellTemplate(_t)}):[]}_applyNativeTableSections(){const pe=this._document.createDocumentFragment(),je=[{tag:"thead",outlets:[this._headerRowOutlet]},{tag:"tbody",outlets:[this._rowOutlet,this._noDataRowOutlet]},{tag:"tfoot",outlets:[this._footerRowOutlet]}];for(const _t of je){const re=this._document.createElement(_t.tag);re.setAttribute("role","rowgroup");for(const Qe of _t.outlets)re.appendChild(Qe.elementRef.nativeElement);pe.appendChild(re)}this._elementRef.nativeElement.appendChild(pe)}_forceRenderDataRows(){this._dataDiffer.diff([]),this._rowOutlet.viewContainer.clear(),this.renderRows()}_checkStickyStates(){const pe=(je,_t)=>je||_t.hasStickyChanged();this._headerRowDefs.reduce(pe,!1)&&this.updateStickyHeaderRowStyles(),this._footerRowDefs.reduce(pe,!1)&&this.updateStickyFooterRowStyles(),Array.from(this._columnDefsByName.values()).reduce(pe,!1)&&(this._stickyColumnStylesNeedReset=!0,this.updateStickyColumnStyles())}_setupStickyStyler(){this._stickyStyler=new Ae(this._isNativeHtmlTable,this.stickyCssClass,this._dir?this._dir.value:"ltr",this._coalescedStyleScheduler,this._platform.isBrowser,this.needsPositionStickyOnElement,this._stickyPositioningListener),(this._dir?this._dir.change:(0,h.of)()).pipe((0,A.R)(this._onDestroy)).subscribe(je=>{this._stickyStyler.direction=je,this.updateStickyColumnStyles()})}_getOwnDefs(pe){return pe.filter(je=>!je._table||je._table===this)}_updateNoDataRow(){const pe=this._customNoDataRow||this._noDataRow;if(!pe)return;const je=0===this._rowOutlet.viewContainer.length;if(je===this._isShowingNoDataRow)return;const _t=this._noDataRowOutlet.viewContainer;if(je){const re=_t.createEmbeddedView(pe.templateRef),Qe=re.rootNodes[0];1===re.rootNodes.length&&(null==Qe?void 0:Qe.nodeType)===this._document.ELEMENT_NODE&&(Qe.setAttribute("role","row"),Qe.classList.add(pe._contentClassName))}else _t.clear();this._isShowingNoDataRow=je}}return ze.\u0275fac=function(pe){return new(pe||ze)(t.Y36(t.ZZ4),t.Y36(t.sBO),t.Y36(t.SBq),t.$8M("role"),t.Y36(D.Is,8),t.Y36(M.K0),t.Y36(L.t4),t.Y36(f.k),t.Y36(E),t.Y36(k.rL),t.Y36(ue,12),t.Y36(t.R0b,8))},ze.\u0275cmp=t.Xpm({type:ze,selectors:[["cdk-table"],["table","cdk-table",""]],contentQueries:function(pe,je,_t){if(1&pe&&(t.Suo(_t,ye,5),t.Suo(_t,y,5),t.Suo(_t,ve,5),t.Suo(_t,P,5),t.Suo(_t,he,5)),2&pe){let re;t.iGM(re=t.CRH())&&(je._noDataRow=re.first),t.iGM(re=t.CRH())&&(je._contentColumnDefs=re),t.iGM(re=t.CRH())&&(je._contentRowDefs=re),t.iGM(re=t.CRH())&&(je._contentHeaderRowDefs=re),t.iGM(re=t.CRH())&&(je._contentFooterRowDefs=re)}},viewQuery:function(pe,je){if(1&pe&&(t.Gf(Le,7),t.Gf(ut,7),t.Gf(ht,7),t.Gf(It,7)),2&pe){let _t;t.iGM(_t=t.CRH())&&(je._rowOutlet=_t.first),t.iGM(_t=t.CRH())&&(je._headerRowOutlet=_t.first),t.iGM(_t=t.CRH())&&(je._footerRowOutlet=_t.first),t.iGM(_t=t.CRH())&&(je._noDataRowOutlet=_t.first)}},hostAttrs:[1,"cdk-table"],hostVars:2,hostBindings:function(pe,je){2&pe&&t.ekj("cdk-table-fixed-layout",je.fixedLayout)},inputs:{trackBy:"trackBy",dataSource:"dataSource",multiTemplateDataRows:"multiTemplateDataRows",fixedLayout:"fixedLayout"},outputs:{contentChanged:"contentChanged"},exportAs:["cdkTable"],features:[t._Bn([{provide:$,useExisting:ze},{provide:f.k,useClass:f.yy},{provide:E,useClass:I},{provide:ue,useValue:null}])],ngContentSelectors:U,decls:6,vars:0,consts:[["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(pe,je){1&pe&&(t.F$t(S),t.Hsn(0),t.Hsn(1,1),t.GkF(2,0)(3,1)(4,2)(5,3))},directives:[ut,Le,It,ht],styles:[".cdk-table-fixed-layout{table-layout:fixed}\n"],encapsulation:2}),ze})();function hi(ze,Tt){return ze.concat(Array.from(Tt))}let Ct=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275mod=t.oAB({type:ze}),ze.\u0275inj=t.cJS({imports:[[k.Cl]]}),ze})();var et=p(508),yt=p(6451),ei=p(9841),jt=p(4004);const Pe=[[["caption"]],[["colgroup"],["col"]]],Oe=["caption","colgroup, col"];let mt=(()=>{class ze extends Gt{constructor(){super(...arguments),this.stickyCssClass="mat-table-sticky",this.needsPositionStickyOnElement=!1}}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275cmp=t.Xpm({type:ze,selectors:[["mat-table"],["table","mat-table",""]],hostAttrs:[1,"mat-table"],hostVars:2,hostBindings:function(pe,je){2&pe&&t.ekj("mat-table-fixed-layout",je.fixedLayout)},exportAs:["matTable"],features:[t._Bn([{provide:f.k,useClass:f.yy},{provide:Gt,useExisting:ze},{provide:$,useExisting:ze},{provide:E,useClass:I},{provide:ue,useValue:null}]),t.qOj],ngContentSelectors:Oe,decls:6,vars:0,consts:[["headerRowOutlet",""],["rowOutlet",""],["noDataRowOutlet",""],["footerRowOutlet",""]],template:function(pe,je){1&pe&&(t.F$t(Pe),t.Hsn(0),t.Hsn(1,1),t.GkF(2,0)(3,1)(4,2)(5,3))},directives:[ut,Le,It,ht],styles:["mat-table{display:block}mat-header-row{min-height:56px}mat-row,mat-footer-row{min-height:48px}mat-row,mat-header-row,mat-footer-row{display:flex;border-width:0;border-bottom-width:1px;border-style:solid;align-items:center;box-sizing:border-box}mat-cell:first-of-type,mat-header-cell:first-of-type,mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] mat-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}mat-cell:last-of-type,mat-header-cell:last-of-type,mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] mat-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}mat-cell,mat-header-cell,mat-footer-cell{flex:1;display:flex;align-items:center;overflow:hidden;word-wrap:break-word;min-height:inherit}table.mat-table{border-spacing:0}tr.mat-header-row{height:56px}tr.mat-row,tr.mat-footer-row{height:48px}th.mat-header-cell{text-align:left}[dir=rtl] th.mat-header-cell{text-align:right}th.mat-header-cell,td.mat-cell,td.mat-footer-cell{padding:0;border-bottom-width:1px;border-bottom-style:solid}th.mat-header-cell:first-of-type,td.mat-cell:first-of-type,td.mat-footer-cell:first-of-type{padding-left:24px}[dir=rtl] th.mat-header-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:first-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:first-of-type:not(:only-of-type){padding-left:0;padding-right:24px}th.mat-header-cell:last-of-type,td.mat-cell:last-of-type,td.mat-footer-cell:last-of-type{padding-right:24px}[dir=rtl] th.mat-header-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-cell:last-of-type:not(:only-of-type),[dir=rtl] td.mat-footer-cell:last-of-type:not(:only-of-type){padding-right:0;padding-left:24px}.mat-table-sticky{position:sticky !important}.mat-table-fixed-layout{table-layout:fixed}\n"],encapsulation:2}),ze})(),Ht=(()=>{class ze extends te{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matCellDef",""]],features:[t._Bn([{provide:te,useExisting:ze}]),t.qOj]}),ze})(),it=(()=>{class ze extends ie{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matHeaderCellDef",""]],features:[t._Bn([{provide:ie,useExisting:ze}]),t.qOj]}),ze})(),Re=(()=>{class ze extends oe{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matFooterCellDef",""]],features:[t._Bn([{provide:oe,useExisting:ze}]),t.qOj]}),ze})(),tt=(()=>{class ze extends y{get name(){return this._name}set name(pe){this._setNameInput(pe)}_updateColumnCssClassName(){super._updateColumnCssClassName(),this._columnCssClassName.push(`mat-column-${this.cssClassFriendlyName}`)}}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matColumnDef",""]],inputs:{sticky:"sticky",name:["matColumnDef","name"]},features:[t._Bn([{provide:y,useExisting:ze},{provide:"MAT_SORT_HEADER_COLUMN_DEF",useExisting:ze}]),t.qOj]}),ze})(),Je=(()=>{class ze extends r{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["mat-header-cell"],["th","mat-header-cell",""]],hostAttrs:["role","columnheader",1,"mat-header-cell"],features:[t.qOj]}),ze})(),Se=(()=>{class ze extends u{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["mat-footer-cell"],["td","mat-footer-cell",""]],hostAttrs:["role","gridcell",1,"mat-footer-cell"],features:[t.qOj]}),ze})(),Ge=(()=>{class ze extends c{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["mat-cell"],["td","mat-cell",""]],hostAttrs:["role","gridcell",1,"mat-cell"],features:[t.qOj]}),ze})(),at=(()=>{class ze extends P{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matHeaderRowDef",""]],inputs:{columns:["matHeaderRowDef","columns"],sticky:["matHeaderRowDefSticky","sticky"]},features:[t._Bn([{provide:P,useExisting:ze}]),t.qOj]}),ze})(),st=(()=>{class ze extends he{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matFooterRowDef",""]],inputs:{columns:["matFooterRowDef","columns"],sticky:["matFooterRowDefSticky","sticky"]},features:[t._Bn([{provide:he,useExisting:ze}]),t.qOj]}),ze})(),bt=(()=>{class ze extends ve{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275dir=t.lG2({type:ze,selectors:[["","matRowDef",""]],inputs:{columns:["matRowDefColumns","columns"],when:["matRowDefWhen","when"]},features:[t._Bn([{provide:ve,useExisting:ze}]),t.qOj]}),ze})(),gi=(()=>{class ze extends we{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275cmp=t.Xpm({type:ze,selectors:[["mat-header-row"],["tr","mat-header-row",""]],hostAttrs:["role","row",1,"mat-header-row"],exportAs:["matHeaderRow"],features:[t._Bn([{provide:we,useExisting:ze}]),t.qOj],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),qt=(()=>{class ze extends Q{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275cmp=t.Xpm({type:ze,selectors:[["mat-footer-row"],["tr","mat-footer-row",""]],hostAttrs:["role","row",1,"mat-footer-row"],exportAs:["matFooterRow"],features:[t._Bn([{provide:Q,useExisting:ze}]),t.qOj],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),Xt=(()=>{class ze extends Ue{}return ze.\u0275fac=function(){let Tt;return function(je){return(Tt||(Tt=t.n5z(ze)))(je||ze)}}(),ze.\u0275cmp=t.Xpm({type:ze,selectors:[["mat-row"],["tr","mat-row",""]],hostAttrs:["role","row",1,"mat-row"],exportAs:["matRow"],features:[t._Bn([{provide:Ue,useExisting:ze}]),t.qOj],decls:1,vars:0,consts:[["cdkCellOutlet",""]],template:function(pe,je){1&pe&&t.GkF(0,0)},directives:[Ne],encapsulation:2}),ze})(),en=(()=>{class ze{}return ze.\u0275fac=function(pe){return new(pe||ze)},ze.\u0275mod=t.oAB({type:ze}),ze.\u0275inj=t.cJS({imports:[[Ct,et.BQ],et.BQ]}),ze})();class zi extends f.o2{constructor(Tt=[]){super(),this._renderData=new d.X([]),this._filter=new d.X(""),this._internalPageChanges=new a.x,this._renderChangesSubscription=null,this.sortingDataAccessor=(pe,je)=>{const _t=pe[je];if((0,e.t6)(_t)){const re=Number(_t);return re<9007199254740991?re:_t}return _t},this.sortData=(pe,je)=>{const _t=je.active,re=je.direction;return _t&&""!=re?pe.sort((Qe,Mt)=>{let zt=this.sortingDataAccessor(Qe,_t),bi=this.sortingDataAccessor(Mt,_t);const Ei=typeof zt,$i=typeof bi;Ei!==$i&&("number"===Ei&&(zt+=""),"number"===$i&&(bi+=""));let Gi=0;return null!=zt&&null!=bi?zt>bi?Gi=1:zt{const _t=Object.keys(pe).reduce((Qe,Mt)=>Qe+pe[Mt]+"\u25ec","").toLowerCase(),re=je.trim().toLowerCase();return-1!=_t.indexOf(re)},this._data=new d.X(Tt),this._updateChangeSubscription()}get data(){return this._data.value}set data(Tt){Tt=Array.isArray(Tt)?Tt:[],this._data.next(Tt),this._renderChangesSubscription||this._filterData(Tt)}get filter(){return this._filter.value}set filter(Tt){this._filter.next(Tt),this._renderChangesSubscription||this._filterData(this.data)}get sort(){return this._sort}set sort(Tt){this._sort=Tt,this._updateChangeSubscription()}get paginator(){return this._paginator}set paginator(Tt){this._paginator=Tt,this._updateChangeSubscription()}_updateChangeSubscription(){var Tt;const pe=this._sort?(0,yt.T)(this._sort.sortChange,this._sort.initialized):(0,h.of)(null),je=this._paginator?(0,yt.T)(this._paginator.page,this._internalPageChanges,this._paginator.initialized):(0,h.of)(null),re=(0,ei.a)([this._data,this._filter]).pipe((0,jt.U)(([zt])=>this._filterData(zt))),Qe=(0,ei.a)([re,pe]).pipe((0,jt.U)(([zt])=>this._orderData(zt))),Mt=(0,ei.a)([Qe,je]).pipe((0,jt.U)(([zt])=>this._pageData(zt)));null===(Tt=this._renderChangesSubscription)||void 0===Tt||Tt.unsubscribe(),this._renderChangesSubscription=Mt.subscribe(zt=>this._renderData.next(zt))}_filterData(Tt){return this.filteredData=null==this.filter||""===this.filter?Tt:Tt.filter(pe=>this.filterPredicate(pe,this.filter)),this.paginator&&this._updatePaginator(this.filteredData.length),this.filteredData}_orderData(Tt){return this.sort?this.sortData(Tt.slice(),this.sort):Tt}_pageData(Tt){if(!this.paginator)return Tt;const pe=this.paginator.pageIndex*this.paginator.pageSize;return Tt.slice(pe,pe+this.paginator.pageSize)}_updatePaginator(Tt){Promise.resolve().then(()=>{const pe=this.paginator;if(pe&&(pe.length=Tt,pe.pageIndex>0)){const je=Math.ceil(pe.length/pe.pageSize)-1||0,_t=Math.min(pe.pageIndex,je);_t!==pe.pageIndex&&(pe.pageIndex=_t,this._internalPageChanges.next())}})}connect(){return this._renderChangesSubscription||this._updateChangeSubscription(),this._renderData}disconnect(){var Tt;null===(Tt=this._renderChangesSubscription)||void 0===Tt||Tt.unsubscribe(),this._renderChangesSubscription=null}}class Ui extends zi{}},3251:(Ve,K,p)=>{"use strict";p.d(K,{BU:()=>ce,Nh:()=>it,Nj:()=>mt,SP:()=>jt,uD:()=>De,uX:()=>xe});var t=p(5664),e=p(7144),f=p(7429),M=p(9808),a=p(5e3),b=p(508),d=p(6360),N=p(5698),h=p(8675),A=p(1884),w=p(2722),D=p(3900),L=p(5684),k=p(7579),S=p(727),U=p(4968),Z=p(9646),j=p(6451),ne=p(515),$=p(8306),de=p(2805),te=p(1777),ie=p(226),oe=p(3191),X=p(1159),me=p(925),y=p(5303);function i(Re,tt){1&Re&&a.Hsn(0)}const r=["*"];function u(Re,tt){}const c=function(Re){return{animationDuration:Re}},_=function(Re,tt){return{value:Re,params:tt}},E=["tabListContainer"],I=["tabList"],v=["tabListInner"],n=["nextPaginator"],C=["previousPaginator"],B=["tabBodyWrapper"],P=["tabHeader"];function F(Re,tt){}function q(Re,tt){if(1&Re&&a.YNc(0,F,0,0,"ng-template",10),2&Re){const Je=a.oxw().$implicit;a.Q6J("cdkPortalOutlet",Je.templateLabel)}}function he(Re,tt){if(1&Re&&a._uU(0),2&Re){const Je=a.oxw().$implicit;a.Oqu(Je.textLabel)}}function ve(Re,tt){if(1&Re){const Je=a.EpF();a.TgZ(0,"div",6),a.NdJ("click",function(){const Ge=a.CHM(Je),at=Ge.$implicit,st=Ge.index,bt=a.oxw(),gi=a.MAs(1);return bt._handleClick(at,gi,st)})("cdkFocusChange",function(Ge){const st=a.CHM(Je).index;return a.oxw()._tabFocusChanged(Ge,st)}),a.TgZ(1,"div",7),a.YNc(2,q,1,1,"ng-template",8),a.YNc(3,he,1,1,"ng-template",null,9,a.W1O),a.qZA()()}if(2&Re){const Je=tt.$implicit,Se=tt.index,Ge=a.MAs(4),at=a.oxw();a.ekj("mat-tab-label-active",at.selectedIndex===Se),a.Q6J("id",at._getTabLabelId(Se))("ngClass",Je.labelClass)("disabled",Je.disabled)("matRippleDisabled",Je.disabled||at.disableRipple),a.uIk("tabIndex",at._getTabIndex(Je,Se))("aria-posinset",Se+1)("aria-setsize",at._tabs.length)("aria-controls",at._getTabContentId(Se))("aria-selected",at.selectedIndex===Se)("aria-label",Je.ariaLabel||null)("aria-labelledby",!Je.ariaLabel&&Je.ariaLabelledby?Je.ariaLabelledby:null),a.xp6(2),a.Q6J("ngIf",Je.templateLabel)("ngIfElse",Ge)}}function Ne(Re,tt){if(1&Re){const Je=a.EpF();a.TgZ(0,"mat-tab-body",11),a.NdJ("_onCentered",function(){return a.CHM(Je),a.oxw()._removeTabBodyWrapperHeight()})("_onCentering",function(Ge){return a.CHM(Je),a.oxw()._setTabBodyWrapperHeight(Ge)}),a.qZA()}if(2&Re){const Je=tt.$implicit,Se=tt.index,Ge=a.oxw();a.ekj("mat-tab-body-active",Ge.selectedIndex===Se),a.Q6J("id",Ge._getTabContentId(Se))("ngClass",Je.bodyClass)("content",Je.content)("position",Je.position)("origin",Je.origin)("animationDuration",Ge.animationDuration),a.uIk("tabindex",null!=Ge.contentTabIndex&&Ge.selectedIndex===Se?Ge.contentTabIndex:null)("aria-labelledby",Ge._getTabLabelId(Se))}}const we=["mat-tab-nav-bar",""],Q=new a.OlP("MatInkBarPositioner",{providedIn:"root",factory:function Ue(){return tt=>({left:tt?(tt.offsetLeft||0)+"px":"0",width:tt?(tt.offsetWidth||0)+"px":"0"})}});let ye=(()=>{class Re{constructor(Je,Se,Ge,at){this._elementRef=Je,this._ngZone=Se,this._inkBarPositioner=Ge,this._animationMode=at}alignToElement(Je){this.show(),this._ngZone.onStable.pipe((0,N.q)(1)).subscribe(()=>{const Se=this._inkBarPositioner(Je),Ge=this._elementRef.nativeElement;Ge.style.left=Se.left,Ge.style.width=Se.width})}show(){this._elementRef.nativeElement.style.visibility="visible"}hide(){this._elementRef.nativeElement.style.visibility="hidden"}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(a.R0b),a.Y36(Q),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,selectors:[["mat-ink-bar"]],hostAttrs:[1,"mat-ink-bar"],hostVars:2,hostBindings:function(Je,Se){2&Je&&a.ekj("_mat-animation-noopable","NoopAnimations"===Se._animationMode)}}),Re})();const V=new a.OlP("MatTabContent"),dt=new a.OlP("MatTabLabel"),Ie=new a.OlP("MAT_TAB");let De=(()=>{class Re extends f.ig{constructor(Je,Se,Ge){super(Je,Se),this._closestTab=Ge}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.Rgc),a.Y36(a.s_b),a.Y36(Ie,8))},Re.\u0275dir=a.lG2({type:Re,selectors:[["","mat-tab-label",""],["","matTabLabel",""]],features:[a._Bn([{provide:dt,useExisting:Re}]),a.qOj]}),Re})();const le=(0,b.Id)(class{}),Te=new a.OlP("MAT_TAB_GROUP");let xe=(()=>{class Re extends le{constructor(Je,Se){super(),this._viewContainerRef=Je,this._closestTabGroup=Se,this.textLabel="",this._contentPortal=null,this._stateChanges=new k.x,this.position=null,this.origin=null,this.isActive=!1}get templateLabel(){return this._templateLabel}set templateLabel(Je){this._setTemplateLabelInput(Je)}get content(){return this._contentPortal}ngOnChanges(Je){(Je.hasOwnProperty("textLabel")||Je.hasOwnProperty("disabled"))&&this._stateChanges.next()}ngOnDestroy(){this._stateChanges.complete()}ngOnInit(){this._contentPortal=new f.UE(this._explicitContent||this._implicitContent,this._viewContainerRef)}_setTemplateLabelInput(Je){Je&&Je._closestTab===this&&(this._templateLabel=Je)}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.s_b),a.Y36(Te,8))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["mat-tab"]],contentQueries:function(Je,Se,Ge){if(1&Je&&(a.Suo(Ge,dt,5),a.Suo(Ge,V,7,a.Rgc)),2&Je){let at;a.iGM(at=a.CRH())&&(Se.templateLabel=at.first),a.iGM(at=a.CRH())&&(Se._explicitContent=at.first)}},viewQuery:function(Je,Se){if(1&Je&&a.Gf(a.Rgc,7),2&Je){let Ge;a.iGM(Ge=a.CRH())&&(Se._implicitContent=Ge.first)}},inputs:{disabled:"disabled",textLabel:["label","textLabel"],ariaLabel:["aria-label","ariaLabel"],ariaLabelledby:["aria-labelledby","ariaLabelledby"],labelClass:"labelClass",bodyClass:"bodyClass"},exportAs:["matTab"],features:[a._Bn([{provide:Ie,useExisting:Re}]),a.qOj,a.TTD],ngContentSelectors:r,decls:1,vars:0,template:function(Je,Se){1&Je&&(a.F$t(),a.YNc(0,i,1,0,"ng-template"))},encapsulation:2}),Re})();const W={translateTab:(0,te.X$)("translateTab",[(0,te.SB)("center, void, left-origin-center, right-origin-center",(0,te.oB)({transform:"none"})),(0,te.SB)("left",(0,te.oB)({transform:"translate3d(-100%, 0, 0)",minHeight:"1px"})),(0,te.SB)("right",(0,te.oB)({transform:"translate3d(100%, 0, 0)",minHeight:"1px"})),(0,te.eR)("* => left, * => right, left => center, right => center",(0,te.jt)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")),(0,te.eR)("void => left-origin-center",[(0,te.oB)({transform:"translate3d(-100%, 0, 0)"}),(0,te.jt)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")]),(0,te.eR)("void => right-origin-center",[(0,te.oB)({transform:"translate3d(100%, 0, 0)"}),(0,te.jt)("{{animationDuration}} cubic-bezier(0.35, 0, 0.25, 1)")])])};let ee=(()=>{class Re extends f.Pl{constructor(Je,Se,Ge,at){super(Je,Se,at),this._host=Ge,this._centeringSub=S.w0.EMPTY,this._leavingSub=S.w0.EMPTY}ngOnInit(){super.ngOnInit(),this._centeringSub=this._host._beforeCentering.pipe((0,h.O)(this._host._isCenterPosition(this._host._position))).subscribe(Je=>{Je&&!this.hasAttached()&&this.attach(this._host._content)}),this._leavingSub=this._host._afterLeavingCenter.subscribe(()=>{this.detach()})}ngOnDestroy(){super.ngOnDestroy(),this._centeringSub.unsubscribe(),this._leavingSub.unsubscribe()}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a._Vd),a.Y36(a.s_b),a.Y36((0,a.Gpc)(()=>_e)),a.Y36(M.K0))},Re.\u0275dir=a.lG2({type:Re,selectors:[["","matTabBodyHost",""]],features:[a.qOj]}),Re})(),ue=(()=>{class Re{constructor(Je,Se,Ge){this._elementRef=Je,this._dir=Se,this._dirChangeSubscription=S.w0.EMPTY,this._translateTabComplete=new k.x,this._onCentering=new a.vpe,this._beforeCentering=new a.vpe,this._afterLeavingCenter=new a.vpe,this._onCentered=new a.vpe(!0),this.animationDuration="500ms",Se&&(this._dirChangeSubscription=Se.change.subscribe(at=>{this._computePositionAnimationState(at),Ge.markForCheck()})),this._translateTabComplete.pipe((0,A.x)((at,st)=>at.fromState===st.fromState&&at.toState===st.toState)).subscribe(at=>{this._isCenterPosition(at.toState)&&this._isCenterPosition(this._position)&&this._onCentered.emit(),this._isCenterPosition(at.fromState)&&!this._isCenterPosition(this._position)&&this._afterLeavingCenter.emit()})}set position(Je){this._positionIndex=Je,this._computePositionAnimationState()}ngOnInit(){"center"==this._position&&null!=this.origin&&(this._position=this._computePositionFromOrigin(this.origin))}ngOnDestroy(){this._dirChangeSubscription.unsubscribe(),this._translateTabComplete.complete()}_onTranslateTabStarted(Je){const Se=this._isCenterPosition(Je.toState);this._beforeCentering.emit(Se),Se&&this._onCentering.emit(this._elementRef.nativeElement.clientHeight)}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_isCenterPosition(Je){return"center"==Je||"left-origin-center"==Je||"right-origin-center"==Je}_computePositionAnimationState(Je=this._getLayoutDirection()){this._position=this._positionIndex<0?"ltr"==Je?"left":"right":this._positionIndex>0?"ltr"==Je?"right":"left":"center"}_computePositionFromOrigin(Je){const Se=this._getLayoutDirection();return"ltr"==Se&&Je<=0||"rtl"==Se&&Je>0?"left-origin-center":"right-origin-center"}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(ie.Is,8),a.Y36(a.sBO))},Re.\u0275dir=a.lG2({type:Re,inputs:{_content:["content","_content"],origin:"origin",animationDuration:"animationDuration",position:"position"},outputs:{_onCentering:"_onCentering",_beforeCentering:"_beforeCentering",_afterLeavingCenter:"_afterLeavingCenter",_onCentered:"_onCentered"}}),Re})(),_e=(()=>{class Re extends ue{constructor(Je,Se,Ge){super(Je,Se,Ge)}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(ie.Is,8),a.Y36(a.sBO))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["mat-tab-body"]],viewQuery:function(Je,Se){if(1&Je&&a.Gf(f.Pl,5),2&Je){let Ge;a.iGM(Ge=a.CRH())&&(Se._portalHost=Ge.first)}},hostAttrs:[1,"mat-tab-body"],features:[a.qOj],decls:3,vars:6,consts:[["cdkScrollable","",1,"mat-tab-body-content"],["content",""],["matTabBodyHost",""]],template:function(Je,Se){1&Je&&(a.TgZ(0,"div",0,1),a.NdJ("@translateTab.start",function(at){return Se._onTranslateTabStarted(at)})("@translateTab.done",function(at){return Se._translateTabComplete.next(at)}),a.YNc(2,u,0,0,"ng-template",2),a.qZA()),2&Je&&a.Q6J("@translateTab",a.WLB(3,_,Se._position,a.VKq(1,c,Se.animationDuration)))},directives:[ee],styles:['.mat-tab-body-content{height:100%;overflow:auto}.mat-tab-group-dynamic-height .mat-tab-body-content{overflow:hidden}.mat-tab-body-content[style*="visibility: hidden"]{display:none}\n'],encapsulation:2,data:{animation:[W.translateTab]}}),Re})();const Le=new a.OlP("MAT_TABS_CONFIG"),ut=(0,b.Id)(class{});let ht=(()=>{class Re extends ut{constructor(Je){super(),this.elementRef=Je}focus(){this.elementRef.nativeElement.focus()}getOffsetLeft(){return this.elementRef.nativeElement.offsetLeft}getOffsetWidth(){return this.elementRef.nativeElement.offsetWidth}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq))},Re.\u0275dir=a.lG2({type:Re,selectors:[["","matTabLabelWrapper",""]],hostVars:3,hostBindings:function(Je,Se){2&Je&&(a.uIk("aria-disabled",!!Se.disabled),a.ekj("mat-tab-disabled",Se.disabled))},inputs:{disabled:"disabled"},features:[a.qOj]}),Re})();const It=(0,me.i$)({passive:!0});let hi=(()=>{class Re{constructor(Je,Se,Ge,at,st,bt,gi){this._elementRef=Je,this._changeDetectorRef=Se,this._viewportRuler=Ge,this._dir=at,this._ngZone=st,this._platform=bt,this._animationMode=gi,this._scrollDistance=0,this._selectedIndexChanged=!1,this._destroyed=new k.x,this._showPaginationControls=!1,this._disableScrollAfter=!0,this._disableScrollBefore=!0,this._stopScrolling=new k.x,this.disablePagination=!1,this._selectedIndex=0,this.selectFocusedIndex=new a.vpe,this.indexFocused=new a.vpe,st.runOutsideAngular(()=>{(0,U.R)(Je.nativeElement,"mouseleave").pipe((0,w.R)(this._destroyed)).subscribe(()=>{this._stopInterval()})})}get selectedIndex(){return this._selectedIndex}set selectedIndex(Je){Je=(0,oe.su)(Je),this._selectedIndex!=Je&&(this._selectedIndexChanged=!0,this._selectedIndex=Je,this._keyManager&&this._keyManager.updateActiveItem(Je))}ngAfterViewInit(){(0,U.R)(this._previousPaginator.nativeElement,"touchstart",It).pipe((0,w.R)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("before")}),(0,U.R)(this._nextPaginator.nativeElement,"touchstart",It).pipe((0,w.R)(this._destroyed)).subscribe(()=>{this._handlePaginatorPress("after")})}ngAfterContentInit(){const Je=this._dir?this._dir.change:(0,Z.of)("ltr"),Se=this._viewportRuler.change(150),Ge=()=>{this.updatePagination(),this._alignInkBarToSelectedTab()};this._keyManager=new t.Em(this._items).withHorizontalOrientation(this._getLayoutDirection()).withHomeAndEnd().withWrap(),this._keyManager.updateActiveItem(this._selectedIndex),this._ngZone.onStable.pipe((0,N.q)(1)).subscribe(Ge),(0,j.T)(Je,Se,this._items.changes,this._itemsResized()).pipe((0,w.R)(this._destroyed)).subscribe(()=>{this._ngZone.run(()=>{Promise.resolve().then(()=>{this._scrollDistance=Math.max(0,Math.min(this._getMaxScrollDistance(),this._scrollDistance)),Ge()})}),this._keyManager.withHorizontalOrientation(this._getLayoutDirection())}),this._keyManager.change.pipe((0,w.R)(this._destroyed)).subscribe(at=>{this.indexFocused.emit(at),this._setTabFocus(at)})}_itemsResized(){return"function"!=typeof ResizeObserver?ne.E:this._items.changes.pipe((0,h.O)(this._items),(0,D.w)(Je=>new $.y(Se=>this._ngZone.runOutsideAngular(()=>{const Ge=new ResizeObserver(()=>{Se.next()});return Je.forEach(at=>{Ge.observe(at.elementRef.nativeElement)}),()=>{Ge.disconnect()}}))),(0,L.T)(1))}ngAfterContentChecked(){this._tabLabelCount!=this._items.length&&(this.updatePagination(),this._tabLabelCount=this._items.length,this._changeDetectorRef.markForCheck()),this._selectedIndexChanged&&(this._scrollToLabel(this._selectedIndex),this._checkScrollingControls(),this._alignInkBarToSelectedTab(),this._selectedIndexChanged=!1,this._changeDetectorRef.markForCheck()),this._scrollDistanceChanged&&(this._updateTabScrollPosition(),this._scrollDistanceChanged=!1,this._changeDetectorRef.markForCheck())}ngOnDestroy(){this._destroyed.next(),this._destroyed.complete(),this._stopScrolling.complete()}_handleKeydown(Je){if(!(0,X.Vb)(Je))switch(Je.keyCode){case X.K5:case X.L_:this.focusIndex!==this.selectedIndex&&(this.selectFocusedIndex.emit(this.focusIndex),this._itemSelected(Je));break;default:this._keyManager.onKeydown(Je)}}_onContentChanges(){const Je=this._elementRef.nativeElement.textContent;Je!==this._currentTextContent&&(this._currentTextContent=Je||"",this._ngZone.run(()=>{this.updatePagination(),this._alignInkBarToSelectedTab(),this._changeDetectorRef.markForCheck()}))}updatePagination(){this._checkPaginationEnabled(),this._checkScrollingControls(),this._updateTabScrollPosition()}get focusIndex(){return this._keyManager?this._keyManager.activeItemIndex:0}set focusIndex(Je){!this._isValidIndex(Je)||this.focusIndex===Je||!this._keyManager||this._keyManager.setActiveItem(Je)}_isValidIndex(Je){if(!this._items)return!0;const Se=this._items?this._items.toArray()[Je]:null;return!!Se&&!Se.disabled}_setTabFocus(Je){if(this._showPaginationControls&&this._scrollToLabel(Je),this._items&&this._items.length){this._items.toArray()[Je].focus();const Se=this._tabListContainer.nativeElement;Se.scrollLeft="ltr"==this._getLayoutDirection()?0:Se.scrollWidth-Se.offsetWidth}}_getLayoutDirection(){return this._dir&&"rtl"===this._dir.value?"rtl":"ltr"}_updateTabScrollPosition(){if(this.disablePagination)return;const Je=this.scrollDistance,Se="ltr"===this._getLayoutDirection()?-Je:Je;this._tabList.nativeElement.style.transform=`translateX(${Math.round(Se)}px)`,(this._platform.TRIDENT||this._platform.EDGE)&&(this._tabListContainer.nativeElement.scrollLeft=0)}get scrollDistance(){return this._scrollDistance}set scrollDistance(Je){this._scrollTo(Je)}_scrollHeader(Je){return this._scrollTo(this._scrollDistance+("before"==Je?-1:1)*this._tabListContainer.nativeElement.offsetWidth/3)}_handlePaginatorClick(Je){this._stopInterval(),this._scrollHeader(Je)}_scrollToLabel(Je){if(this.disablePagination)return;const Se=this._items?this._items.toArray()[Je]:null;if(!Se)return;const Ge=this._tabListContainer.nativeElement.offsetWidth,{offsetLeft:at,offsetWidth:st}=Se.elementRef.nativeElement;let bt,gi;"ltr"==this._getLayoutDirection()?(bt=at,gi=bt+st):(gi=this._tabListInner.nativeElement.offsetWidth-at,bt=gi-st);const qt=this.scrollDistance,Xt=this.scrollDistance+Ge;btXt&&(this.scrollDistance+=gi-Xt+60)}_checkPaginationEnabled(){if(this.disablePagination)this._showPaginationControls=!1;else{const Je=this._tabListInner.nativeElement.scrollWidth>this._elementRef.nativeElement.offsetWidth;Je||(this.scrollDistance=0),Je!==this._showPaginationControls&&this._changeDetectorRef.markForCheck(),this._showPaginationControls=Je}}_checkScrollingControls(){this.disablePagination?this._disableScrollAfter=this._disableScrollBefore=!0:(this._disableScrollBefore=0==this.scrollDistance,this._disableScrollAfter=this.scrollDistance==this._getMaxScrollDistance(),this._changeDetectorRef.markForCheck())}_getMaxScrollDistance(){return this._tabListInner.nativeElement.scrollWidth-this._tabListContainer.nativeElement.offsetWidth||0}_alignInkBarToSelectedTab(){const Je=this._items&&this._items.length?this._items.toArray()[this.selectedIndex]:null,Se=Je?Je.elementRef.nativeElement:null;Se?this._inkBar.alignToElement(Se):this._inkBar.hide()}_stopInterval(){this._stopScrolling.next()}_handlePaginatorPress(Je,Se){Se&&null!=Se.button&&0!==Se.button||(this._stopInterval(),(0,de.H)(650,100).pipe((0,w.R)((0,j.T)(this._stopScrolling,this._destroyed))).subscribe(()=>{const{maxScrollDistance:Ge,distance:at}=this._scrollHeader(Je);(0===at||at>=Ge)&&this._stopInterval()}))}_scrollTo(Je){if(this.disablePagination)return{maxScrollDistance:0,distance:0};const Se=this._getMaxScrollDistance();return this._scrollDistance=Math.max(0,Math.min(Se,Je)),this._scrollDistanceChanged=!0,this._checkScrollingControls(),{maxScrollDistance:Se,distance:this._scrollDistance}}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(y.rL),a.Y36(ie.Is,8),a.Y36(a.R0b),a.Y36(me.t4),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,inputs:{disablePagination:"disablePagination"}}),Re})(),xt=(()=>{class Re extends hi{constructor(Je,Se,Ge,at,st,bt,gi){super(Je,Se,Ge,at,st,bt,gi),this._disableRipple=!1}get disableRipple(){return this._disableRipple}set disableRipple(Je){this._disableRipple=(0,oe.Ig)(Je)}_itemSelected(Je){Je.preventDefault()}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(y.rL),a.Y36(ie.Is,8),a.Y36(a.R0b),a.Y36(me.t4),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,inputs:{disableRipple:"disableRipple"},features:[a.qOj]}),Re})(),Nt=(()=>{class Re extends xt{constructor(Je,Se,Ge,at,st,bt,gi){super(Je,Se,Ge,at,st,bt,gi)}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(y.rL),a.Y36(ie.Is,8),a.Y36(a.R0b),a.Y36(me.t4),a.Y36(d.Qb,8))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["mat-tab-header"]],contentQueries:function(Je,Se,Ge){if(1&Je&&a.Suo(Ge,ht,4),2&Je){let at;a.iGM(at=a.CRH())&&(Se._items=at)}},viewQuery:function(Je,Se){if(1&Je&&(a.Gf(ye,7),a.Gf(E,7),a.Gf(I,7),a.Gf(v,7),a.Gf(n,5),a.Gf(C,5)),2&Je){let Ge;a.iGM(Ge=a.CRH())&&(Se._inkBar=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabListContainer=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabList=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabListInner=Ge.first),a.iGM(Ge=a.CRH())&&(Se._nextPaginator=Ge.first),a.iGM(Ge=a.CRH())&&(Se._previousPaginator=Ge.first)}},hostAttrs:[1,"mat-tab-header"],hostVars:4,hostBindings:function(Je,Se){2&Je&&a.ekj("mat-tab-header-pagination-controls-enabled",Se._showPaginationControls)("mat-tab-header-rtl","rtl"==Se._getLayoutDirection())},inputs:{selectedIndex:"selectedIndex"},outputs:{selectFocusedIndex:"selectFocusedIndex",indexFocused:"indexFocused"},features:[a.qOj],ngContentSelectors:r,decls:14,vars:10,consts:[["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-tab-header-pagination","mat-tab-header-pagination-before","mat-elevation-z4",3,"matRippleDisabled","disabled","click","mousedown","touchend"],["previousPaginator",""],[1,"mat-tab-header-pagination-chevron"],[1,"mat-tab-label-container",3,"keydown"],["tabListContainer",""],["role","tablist",1,"mat-tab-list",3,"cdkObserveContent"],["tabList",""],[1,"mat-tab-labels"],["tabListInner",""],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-tab-header-pagination","mat-tab-header-pagination-after","mat-elevation-z4",3,"matRippleDisabled","disabled","mousedown","click","touchend"],["nextPaginator",""]],template:function(Je,Se){1&Je&&(a.F$t(),a.TgZ(0,"button",0,1),a.NdJ("click",function(){return Se._handlePaginatorClick("before")})("mousedown",function(at){return Se._handlePaginatorPress("before",at)})("touchend",function(){return Se._stopInterval()}),a._UZ(2,"div",2),a.qZA(),a.TgZ(3,"div",3,4),a.NdJ("keydown",function(at){return Se._handleKeydown(at)}),a.TgZ(5,"div",5,6),a.NdJ("cdkObserveContent",function(){return Se._onContentChanges()}),a.TgZ(7,"div",7,8),a.Hsn(9),a.qZA(),a._UZ(10,"mat-ink-bar"),a.qZA()(),a.TgZ(11,"button",9,10),a.NdJ("mousedown",function(at){return Se._handlePaginatorPress("after",at)})("click",function(){return Se._handlePaginatorClick("after")})("touchend",function(){return Se._stopInterval()}),a._UZ(13,"div",2),a.qZA()),2&Je&&(a.ekj("mat-tab-header-pagination-disabled",Se._disableScrollBefore),a.Q6J("matRippleDisabled",Se._disableScrollBefore||Se.disableRipple)("disabled",Se._disableScrollBefore||null),a.xp6(5),a.ekj("_mat-animation-noopable","NoopAnimations"===Se._animationMode),a.xp6(6),a.ekj("mat-tab-header-pagination-disabled",Se._disableScrollAfter),a.Q6J("matRippleDisabled",Se._disableScrollAfter||Se.disableRipple)("disabled",Se._disableScrollAfter||null))},directives:[b.wG,e.wD,ye],styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-tab-header-pagination::-moz-focus-inner{border:0}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-labels{display:flex}[mat-align-tabs=center]>.mat-tab-header .mat-tab-labels{justify-content:center}[mat-align-tabs=end]>.mat-tab-header .mat-tab-labels{justify-content:flex-end}.mat-tab-label-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}._mat-animation-noopable.mat-tab-list{transition:none;animation:none}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{min-width:72px}}\n"],encapsulation:2}),Re})(),Ct=0;class et{}const yt=(0,b.pj)((0,b.Kr)(class{constructor(Re){this._elementRef=Re}}),"primary");let ei=(()=>{class Re extends yt{constructor(Je,Se,Ge,at){var st;super(Je),this._changeDetectorRef=Se,this._animationMode=at,this._tabs=new a.n_E,this._indexToSelect=0,this._lastFocusedTabIndex=null,this._tabBodyWrapperHeight=0,this._tabsSubscription=S.w0.EMPTY,this._tabLabelSubscription=S.w0.EMPTY,this._selectedIndex=null,this.headerPosition="above",this.selectedIndexChange=new a.vpe,this.focusChange=new a.vpe,this.animationDone=new a.vpe,this.selectedTabChange=new a.vpe(!0),this._groupId=Ct++,this.animationDuration=Ge&&Ge.animationDuration?Ge.animationDuration:"500ms",this.disablePagination=!(!Ge||null==Ge.disablePagination)&&Ge.disablePagination,this.dynamicHeight=!(!Ge||null==Ge.dynamicHeight)&&Ge.dynamicHeight,this.contentTabIndex=null!==(st=null==Ge?void 0:Ge.contentTabIndex)&&void 0!==st?st:null}get dynamicHeight(){return this._dynamicHeight}set dynamicHeight(Je){this._dynamicHeight=(0,oe.Ig)(Je)}get selectedIndex(){return this._selectedIndex}set selectedIndex(Je){this._indexToSelect=(0,oe.su)(Je,null)}get animationDuration(){return this._animationDuration}set animationDuration(Je){this._animationDuration=/^\d+$/.test(Je+"")?Je+"ms":Je}get contentTabIndex(){return this._contentTabIndex}set contentTabIndex(Je){this._contentTabIndex=(0,oe.su)(Je,null)}get backgroundColor(){return this._backgroundColor}set backgroundColor(Je){const Se=this._elementRef.nativeElement;Se.classList.remove(`mat-background-${this.backgroundColor}`),Je&&Se.classList.add(`mat-background-${Je}`),this._backgroundColor=Je}ngAfterContentChecked(){const Je=this._indexToSelect=this._clampTabIndex(this._indexToSelect);if(this._selectedIndex!=Je){const Se=null==this._selectedIndex;if(!Se){this.selectedTabChange.emit(this._createChangeEvent(Je));const Ge=this._tabBodyWrapper.nativeElement;Ge.style.minHeight=Ge.clientHeight+"px"}Promise.resolve().then(()=>{this._tabs.forEach((Ge,at)=>Ge.isActive=at===Je),Se||(this.selectedIndexChange.emit(Je),this._tabBodyWrapper.nativeElement.style.minHeight="")})}this._tabs.forEach((Se,Ge)=>{Se.position=Ge-Je,null!=this._selectedIndex&&0==Se.position&&!Se.origin&&(Se.origin=Je-this._selectedIndex)}),this._selectedIndex!==Je&&(this._selectedIndex=Je,this._lastFocusedTabIndex=null,this._changeDetectorRef.markForCheck())}ngAfterContentInit(){this._subscribeToAllTabChanges(),this._subscribeToTabLabels(),this._tabsSubscription=this._tabs.changes.subscribe(()=>{const Je=this._clampTabIndex(this._indexToSelect);if(Je===this._selectedIndex){const Se=this._tabs.toArray();let Ge;for(let at=0;at{Se[Je].isActive=!0,this.selectedTabChange.emit(this._createChangeEvent(Je))})}this._changeDetectorRef.markForCheck()})}_subscribeToAllTabChanges(){this._allTabs.changes.pipe((0,h.O)(this._allTabs)).subscribe(Je=>{this._tabs.reset(Je.filter(Se=>Se._closestTabGroup===this||!Se._closestTabGroup)),this._tabs.notifyOnChanges()})}ngOnDestroy(){this._tabs.destroy(),this._tabsSubscription.unsubscribe(),this._tabLabelSubscription.unsubscribe()}realignInkBar(){this._tabHeader&&this._tabHeader._alignInkBarToSelectedTab()}updatePagination(){this._tabHeader&&this._tabHeader.updatePagination()}focusTab(Je){const Se=this._tabHeader;Se&&(Se.focusIndex=Je)}_focusChanged(Je){this._lastFocusedTabIndex=Je,this.focusChange.emit(this._createChangeEvent(Je))}_createChangeEvent(Je){const Se=new et;return Se.index=Je,this._tabs&&this._tabs.length&&(Se.tab=this._tabs.toArray()[Je]),Se}_subscribeToTabLabels(){this._tabLabelSubscription&&this._tabLabelSubscription.unsubscribe(),this._tabLabelSubscription=(0,j.T)(...this._tabs.map(Je=>Je._stateChanges)).subscribe(()=>this._changeDetectorRef.markForCheck())}_clampTabIndex(Je){return Math.min(this._tabs.length-1,Math.max(Je||0,0))}_getTabLabelId(Je){return`mat-tab-label-${this._groupId}-${Je}`}_getTabContentId(Je){return`mat-tab-content-${this._groupId}-${Je}`}_setTabBodyWrapperHeight(Je){if(!this._dynamicHeight||!this._tabBodyWrapperHeight)return;const Se=this._tabBodyWrapper.nativeElement;Se.style.height=this._tabBodyWrapperHeight+"px",this._tabBodyWrapper.nativeElement.offsetHeight&&(Se.style.height=Je+"px")}_removeTabBodyWrapperHeight(){const Je=this._tabBodyWrapper.nativeElement;this._tabBodyWrapperHeight=Je.clientHeight,Je.style.height="",this.animationDone.emit()}_handleClick(Je,Se,Ge){Je.disabled||(this.selectedIndex=Se.focusIndex=Ge)}_getTabIndex(Je,Se){var Ge;return Je.disabled?null:Se===(null!==(Ge=this._lastFocusedTabIndex)&&void 0!==Ge?Ge:this.selectedIndex)?0:-1}_tabFocusChanged(Je,Se){Je&&"mouse"!==Je&&"touch"!==Je&&(this._tabHeader.focusIndex=Se)}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(Le,8),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,inputs:{dynamicHeight:"dynamicHeight",selectedIndex:"selectedIndex",headerPosition:"headerPosition",animationDuration:"animationDuration",contentTabIndex:"contentTabIndex",disablePagination:"disablePagination",backgroundColor:"backgroundColor"},outputs:{selectedIndexChange:"selectedIndexChange",focusChange:"focusChange",animationDone:"animationDone",selectedTabChange:"selectedTabChange"},features:[a.qOj]}),Re})(),jt=(()=>{class Re extends ei{constructor(Je,Se,Ge,at){super(Je,Se,Ge,at)}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(a.sBO),a.Y36(Le,8),a.Y36(d.Qb,8))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["mat-tab-group"]],contentQueries:function(Je,Se,Ge){if(1&Je&&a.Suo(Ge,xe,5),2&Je){let at;a.iGM(at=a.CRH())&&(Se._allTabs=at)}},viewQuery:function(Je,Se){if(1&Je&&(a.Gf(B,5),a.Gf(P,5)),2&Je){let Ge;a.iGM(Ge=a.CRH())&&(Se._tabBodyWrapper=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabHeader=Ge.first)}},hostAttrs:[1,"mat-tab-group"],hostVars:4,hostBindings:function(Je,Se){2&Je&&a.ekj("mat-tab-group-dynamic-height",Se.dynamicHeight)("mat-tab-group-inverted-header","below"===Se.headerPosition)},inputs:{color:"color",disableRipple:"disableRipple"},exportAs:["matTabGroup"],features:[a._Bn([{provide:Te,useExisting:Re}]),a.qOj],decls:6,vars:7,consts:[[3,"selectedIndex","disableRipple","disablePagination","indexFocused","selectFocusedIndex"],["tabHeader",""],["class","mat-tab-label mat-focus-indicator","role","tab","matTabLabelWrapper","","mat-ripple","","cdkMonitorElementFocus","",3,"id","mat-tab-label-active","ngClass","disabled","matRippleDisabled","click","cdkFocusChange",4,"ngFor","ngForOf"],[1,"mat-tab-body-wrapper"],["tabBodyWrapper",""],["role","tabpanel",3,"id","mat-tab-body-active","ngClass","content","position","origin","animationDuration","_onCentered","_onCentering",4,"ngFor","ngForOf"],["role","tab","matTabLabelWrapper","","mat-ripple","","cdkMonitorElementFocus","",1,"mat-tab-label","mat-focus-indicator",3,"id","ngClass","disabled","matRippleDisabled","click","cdkFocusChange"],[1,"mat-tab-label-content"],[3,"ngIf","ngIfElse"],["tabTextLabel",""],[3,"cdkPortalOutlet"],["role","tabpanel",3,"id","ngClass","content","position","origin","animationDuration","_onCentered","_onCentering"]],template:function(Je,Se){1&Je&&(a.TgZ(0,"mat-tab-header",0,1),a.NdJ("indexFocused",function(at){return Se._focusChanged(at)})("selectFocusedIndex",function(at){return Se.selectedIndex=at}),a.YNc(2,ve,5,15,"div",2),a.qZA(),a.TgZ(3,"div",3,4),a.YNc(5,Ne,1,10,"mat-tab-body",5),a.qZA()),2&Je&&(a.Q6J("selectedIndex",Se.selectedIndex||0)("disableRipple",Se.disableRipple)("disablePagination",Se.disablePagination),a.xp6(2),a.Q6J("ngForOf",Se._tabs),a.xp6(1),a.ekj("_mat-animation-noopable","NoopAnimations"===Se._animationMode),a.xp6(2),a.Q6J("ngForOf",Se._tabs))},directives:[Nt,_e,M.sg,ht,b.wG,t.kH,M.mk,M.O5,f.Pl],styles:[".mat-tab-group{display:flex;flex-direction:column;max-width:100%}.mat-tab-group.mat-tab-group-inverted-header{flex-direction:column-reverse}.mat-tab-label{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;position:relative}.mat-tab-label:focus{outline:none}.mat-tab-label:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-label:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-label.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-label.mat-tab-disabled{opacity:.5}.mat-tab-label .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-label{opacity:1}@media(max-width: 599px){.mat-tab-label{padding:0 12px}}@media(max-width: 959px){.mat-tab-label{padding:0 12px}}.mat-tab-group[mat-stretch-tabs]>.mat-tab-header .mat-tab-label{flex-basis:0;flex-grow:1}.mat-tab-body-wrapper{position:relative;overflow:hidden;display:flex;transition:height 500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-tab-body-wrapper{transition:none;animation:none}.mat-tab-body{top:0;left:0;right:0;bottom:0;position:absolute;display:block;overflow:hidden;outline:0;flex-basis:100%}.mat-tab-body.mat-tab-body-active{position:relative;overflow-x:hidden;overflow-y:auto;z-index:1;flex-grow:1}.mat-tab-group.mat-tab-group-dynamic-height .mat-tab-body.mat-tab-body-active{overflow-y:hidden}\n"],encapsulation:2}),Re})(),Pe=0,Oe=(()=>{class Re extends hi{constructor(Je,Se,Ge,at,st,bt,gi){super(Je,at,st,Se,Ge,bt,gi),this._disableRipple=!1,this.color="primary"}get backgroundColor(){return this._backgroundColor}set backgroundColor(Je){const Se=this._elementRef.nativeElement.classList;Se.remove(`mat-background-${this.backgroundColor}`),Je&&Se.add(`mat-background-${Je}`),this._backgroundColor=Je}get disableRipple(){return this._disableRipple}set disableRipple(Je){this._disableRipple=(0,oe.Ig)(Je)}_itemSelected(){}ngAfterContentInit(){this._items.changes.pipe((0,h.O)(null),(0,w.R)(this._destroyed)).subscribe(()=>{this.updateActiveLink()}),super.ngAfterContentInit()}updateActiveLink(){if(!this._items)return;const Je=this._items.toArray();for(let Se=0;Se{class Re extends Oe{constructor(Je,Se,Ge,at,st,bt,gi){super(Je,Se,Ge,at,st,bt,gi)}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(a.SBq),a.Y36(ie.Is,8),a.Y36(a.R0b),a.Y36(a.sBO),a.Y36(y.rL),a.Y36(me.t4),a.Y36(d.Qb,8))},Re.\u0275cmp=a.Xpm({type:Re,selectors:[["","mat-tab-nav-bar",""]],contentQueries:function(Je,Se,Ge){if(1&Je&&a.Suo(Ge,mt,5),2&Je){let at;a.iGM(at=a.CRH())&&(Se._items=at)}},viewQuery:function(Je,Se){if(1&Je&&(a.Gf(ye,7),a.Gf(E,7),a.Gf(I,7),a.Gf(v,7),a.Gf(n,5),a.Gf(C,5)),2&Je){let Ge;a.iGM(Ge=a.CRH())&&(Se._inkBar=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabListContainer=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabList=Ge.first),a.iGM(Ge=a.CRH())&&(Se._tabListInner=Ge.first),a.iGM(Ge=a.CRH())&&(Se._nextPaginator=Ge.first),a.iGM(Ge=a.CRH())&&(Se._previousPaginator=Ge.first)}},hostAttrs:[1,"mat-tab-nav-bar","mat-tab-header"],hostVars:11,hostBindings:function(Je,Se){2&Je&&(a.uIk("role",Se._getRole()),a.ekj("mat-tab-header-pagination-controls-enabled",Se._showPaginationControls)("mat-tab-header-rtl","rtl"==Se._getLayoutDirection())("mat-primary","warn"!==Se.color&&"accent"!==Se.color)("mat-accent","accent"===Se.color)("mat-warn","warn"===Se.color))},inputs:{color:"color"},exportAs:["matTabNavBar","matTabNav"],features:[a.qOj],attrs:we,ngContentSelectors:r,decls:14,vars:10,consts:[["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-tab-header-pagination","mat-tab-header-pagination-before","mat-elevation-z4",3,"matRippleDisabled","disabled","click","mousedown","touchend"],["previousPaginator",""],[1,"mat-tab-header-pagination-chevron"],[1,"mat-tab-link-container",3,"keydown"],["tabListContainer",""],[1,"mat-tab-list",3,"cdkObserveContent"],["tabList",""],[1,"mat-tab-links"],["tabListInner",""],["aria-hidden","true","type","button","mat-ripple","","tabindex","-1",1,"mat-tab-header-pagination","mat-tab-header-pagination-after","mat-elevation-z4",3,"matRippleDisabled","disabled","mousedown","click","touchend"],["nextPaginator",""]],template:function(Je,Se){1&Je&&(a.F$t(),a.TgZ(0,"button",0,1),a.NdJ("click",function(){return Se._handlePaginatorClick("before")})("mousedown",function(at){return Se._handlePaginatorPress("before",at)})("touchend",function(){return Se._stopInterval()}),a._UZ(2,"div",2),a.qZA(),a.TgZ(3,"div",3,4),a.NdJ("keydown",function(at){return Se._handleKeydown(at)}),a.TgZ(5,"div",5,6),a.NdJ("cdkObserveContent",function(){return Se._onContentChanges()}),a.TgZ(7,"div",7,8),a.Hsn(9),a.qZA(),a._UZ(10,"mat-ink-bar"),a.qZA()(),a.TgZ(11,"button",9,10),a.NdJ("mousedown",function(at){return Se._handlePaginatorPress("after",at)})("click",function(){return Se._handlePaginatorClick("after")})("touchend",function(){return Se._stopInterval()}),a._UZ(13,"div",2),a.qZA()),2&Je&&(a.ekj("mat-tab-header-pagination-disabled",Se._disableScrollBefore),a.Q6J("matRippleDisabled",Se._disableScrollBefore||Se.disableRipple)("disabled",Se._disableScrollBefore||null),a.xp6(5),a.ekj("_mat-animation-noopable","NoopAnimations"===Se._animationMode),a.xp6(6),a.ekj("mat-tab-header-pagination-disabled",Se._disableScrollAfter),a.Q6J("matRippleDisabled",Se._disableScrollAfter||Se.disableRipple)("disabled",Se._disableScrollAfter||null))},directives:[b.wG,e.wD,ye],styles:[".mat-tab-header{display:flex;overflow:hidden;position:relative;flex-shrink:0}.mat-tab-header-pagination{-webkit-user-select:none;user-select:none;position:relative;display:none;justify-content:center;align-items:center;min-width:32px;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:none;box-sizing:content-box;background:none;border:none;outline:0;padding:0}.mat-tab-header-pagination::-moz-focus-inner{border:0}.mat-tab-header-pagination-controls-enabled .mat-tab-header-pagination{display:flex}.mat-tab-header-pagination-before,.mat-tab-header-rtl .mat-tab-header-pagination-after{padding-left:4px}.mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-rtl .mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(-135deg)}.mat-tab-header-rtl .mat-tab-header-pagination-before,.mat-tab-header-pagination-after{padding-right:4px}.mat-tab-header-rtl .mat-tab-header-pagination-before .mat-tab-header-pagination-chevron,.mat-tab-header-pagination-after .mat-tab-header-pagination-chevron{transform:rotate(45deg)}.mat-tab-header-pagination-chevron{border-style:solid;border-width:2px 2px 0 0;height:8px;width:8px}.mat-tab-header-pagination-disabled{box-shadow:none;cursor:default}.mat-tab-list{flex-grow:1;position:relative;transition:transform 500ms cubic-bezier(0.35, 0, 0.25, 1)}.mat-tab-links{display:flex}[mat-align-tabs=center]>.mat-tab-link-container .mat-tab-links{justify-content:center}[mat-align-tabs=end]>.mat-tab-link-container .mat-tab-links{justify-content:flex-end}.mat-ink-bar{position:absolute;bottom:0;height:2px;transition:500ms cubic-bezier(0.35, 0, 0.25, 1)}._mat-animation-noopable.mat-ink-bar{transition:none;animation:none}.mat-tab-group-inverted-header .mat-ink-bar{bottom:auto;top:0}.cdk-high-contrast-active .mat-ink-bar{outline:solid 2px;height:0}.mat-tab-link-container{display:flex;flex-grow:1;overflow:hidden;z-index:1}.mat-tab-link{height:48px;padding:0 24px;cursor:pointer;box-sizing:border-box;opacity:.6;min-width:160px;text-align:center;display:inline-flex;justify-content:center;align-items:center;white-space:nowrap;vertical-align:top;text-decoration:none;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent}.mat-tab-link:focus{outline:none}.mat-tab-link:focus:not(.mat-tab-disabled){opacity:1}.cdk-high-contrast-active .mat-tab-link:focus{outline:dotted 2px;outline-offset:-2px}.mat-tab-link.mat-tab-disabled{cursor:default}.cdk-high-contrast-active .mat-tab-link.mat-tab-disabled{opacity:.5}.mat-tab-link .mat-tab-label-content{display:inline-flex;justify-content:center;align-items:center;white-space:nowrap}.cdk-high-contrast-active .mat-tab-link{opacity:1}[mat-stretch-tabs] .mat-tab-link{flex-basis:0;flex-grow:1}.mat-tab-link.mat-tab-disabled{pointer-events:none}@media(max-width: 599px){.mat-tab-link{min-width:72px}}\n"],encapsulation:2}),Re})();const be=(0,b.sb)((0,b.Kr)((0,b.Id)(class{})));let pt=(()=>{class Re extends be{constructor(Je,Se,Ge,at,st,bt){super(),this._tabNavBar=Je,this.elementRef=Se,this._focusMonitor=st,this._isActive=!1,this.id="mat-tab-link-"+Pe++,this.rippleConfig=Ge||{},this.tabIndex=parseInt(at)||0,"NoopAnimations"===bt&&(this.rippleConfig.animation={enterDuration:0,exitDuration:0})}get active(){return this._isActive}set active(Je){const Se=(0,oe.Ig)(Je);Se!==this._isActive&&(this._isActive=Se,this._tabNavBar.updateActiveLink())}get rippleDisabled(){return this.disabled||this.disableRipple||this._tabNavBar.disableRipple||!!this.rippleConfig.disabled}focus(){this.elementRef.nativeElement.focus()}ngAfterViewInit(){this._focusMonitor.monitor(this.elementRef)}ngOnDestroy(){this._focusMonitor.stopMonitoring(this.elementRef)}_handleFocus(){this._tabNavBar.focusIndex=this._tabNavBar._items.toArray().indexOf(this)}_handleKeydown(Je){this._tabNavBar.tabPanel&&Je.keyCode===X.L_&&this.elementRef.nativeElement.click()}_getAriaControls(){var Je;return this._tabNavBar.tabPanel?null===(Je=this._tabNavBar.tabPanel)||void 0===Je?void 0:Je.id:this.elementRef.nativeElement.getAttribute("aria-controls")}_getAriaSelected(){return this._tabNavBar.tabPanel?this.active?"true":"false":this.elementRef.nativeElement.getAttribute("aria-selected")}_getAriaCurrent(){return this.active&&!this._tabNavBar.tabPanel?"page":null}_getRole(){return this._tabNavBar.tabPanel?"tab":this.elementRef.nativeElement.getAttribute("role")}_getTabIndex(){return this._tabNavBar.tabPanel?this._isActive?0:-1:this.tabIndex}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(Oe),a.Y36(a.SBq),a.Y36(b.Y2,8),a.$8M("tabindex"),a.Y36(t.tE),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,inputs:{active:"active",id:"id"},features:[a.qOj]}),Re})(),mt=(()=>{class Re extends pt{constructor(Je,Se,Ge,at,st,bt,gi,qt){super(Je,Se,st,bt,gi,qt),this._tabLinkRipple=new b.IR(this,Ge,Se,at),this._tabLinkRipple.setupTriggerEvents(Se.nativeElement)}ngOnDestroy(){super.ngOnDestroy(),this._tabLinkRipple._removeTriggerEvents()}}return Re.\u0275fac=function(Je){return new(Je||Re)(a.Y36(ce),a.Y36(a.SBq),a.Y36(a.R0b),a.Y36(me.t4),a.Y36(b.Y2,8),a.$8M("tabindex"),a.Y36(t.tE),a.Y36(d.Qb,8))},Re.\u0275dir=a.lG2({type:Re,selectors:[["","mat-tab-link",""],["","matTabLink",""]],hostAttrs:[1,"mat-tab-link","mat-focus-indicator"],hostVars:11,hostBindings:function(Je,Se){1&Je&&a.NdJ("focus",function(){return Se._handleFocus()})("keydown",function(at){return Se._handleKeydown(at)}),2&Je&&(a.uIk("aria-controls",Se._getAriaControls())("aria-current",Se._getAriaCurrent())("aria-disabled",Se.disabled)("aria-selected",Se._getAriaSelected())("id",Se.id)("tabIndex",Se._getTabIndex())("role",Se._getRole()),a.ekj("mat-tab-disabled",Se.disabled)("mat-tab-label-active",Se.active))},inputs:{disabled:"disabled",disableRipple:"disableRipple",tabIndex:"tabIndex"},exportAs:["matTabLink"],features:[a.qOj]}),Re})(),it=(()=>{class Re{}return Re.\u0275fac=function(Je){return new(Je||Re)},Re.\u0275mod=a.oAB({type:Re}),Re.\u0275inj=a.cJS({imports:[[M.ez,b.BQ,f.eL,b.si,e.Q8,t.rt],b.BQ]}),Re})()},4594:(Ve,K,p)=>{"use strict";p.d(K,{Ye:()=>h,g0:()=>w});var t=p(5e3),e=p(508),f=p(9808),M=p(925);const a=["*",[["mat-toolbar-row"]]],b=["*","mat-toolbar-row"],d=(0,e.pj)(class{constructor(D){this._elementRef=D}});let N=(()=>{class D{}return D.\u0275fac=function(k){return new(k||D)},D.\u0275dir=t.lG2({type:D,selectors:[["mat-toolbar-row"]],hostAttrs:[1,"mat-toolbar-row"],exportAs:["matToolbarRow"]}),D})(),h=(()=>{class D extends d{constructor(k,S,U){super(k),this._platform=S,this._document=U}ngAfterViewInit(){this._platform.isBrowser&&(this._checkToolbarMixedModes(),this._toolbarRows.changes.subscribe(()=>this._checkToolbarMixedModes()))}_checkToolbarMixedModes(){}}return D.\u0275fac=function(k){return new(k||D)(t.Y36(t.SBq),t.Y36(M.t4),t.Y36(f.K0))},D.\u0275cmp=t.Xpm({type:D,selectors:[["mat-toolbar"]],contentQueries:function(k,S,U){if(1&k&&t.Suo(U,N,5),2&k){let Z;t.iGM(Z=t.CRH())&&(S._toolbarRows=Z)}},hostAttrs:[1,"mat-toolbar"],hostVars:4,hostBindings:function(k,S){2&k&&t.ekj("mat-toolbar-multiple-rows",S._toolbarRows.length>0)("mat-toolbar-single-row",0===S._toolbarRows.length)},inputs:{color:"color"},exportAs:["matToolbar"],features:[t.qOj],ngContentSelectors:b,decls:2,vars:0,template:function(k,S){1&k&&(t.F$t(a),t.Hsn(0),t.Hsn(1,1))},styles:[".cdk-high-contrast-active .mat-toolbar{outline:solid 1px}.mat-toolbar-row,.mat-toolbar-single-row{display:flex;box-sizing:border-box;padding:0 16px;width:100%;flex-direction:row;align-items:center;white-space:nowrap}.mat-toolbar-multiple-rows{display:flex;box-sizing:border-box;flex-direction:column;width:100%}\n"],encapsulation:2,changeDetection:0}),D})(),w=(()=>{class D{}return D.\u0275fac=function(k){return new(k||D)},D.\u0275mod=t.oAB({type:D}),D.\u0275inj=t.cJS({imports:[[e.BQ],e.BQ]}),D})()},7238:(Ve,K,p)=>{"use strict";p.d(K,{AV:()=>I,gM:()=>c});var t=p(9776),e=p(5664),f=p(9808),M=p(5e3),a=p(508),b=p(5303),d=p(3191),N=p(1159),h=p(5113),A=p(925),w=p(7429),D=p(6360),L=p(7579),k=p(2722),S=p(5698),U=p(226);p(1777);const j=["tooltip"],de="tooltip-panel",te=(0,A.i$)({passive:!0}),X=new M.OlP("mat-tooltip-scroll-strategy"),y={provide:X,deps:[t.aV],useFactory:function me(n){return()=>n.scrollStrategies.reposition({scrollThrottle:20})}},i=new M.OlP("mat-tooltip-default-options",{providedIn:"root",factory:function r(){return{showDelay:0,hideDelay:0,touchendHideDelay:1500}}});let u=(()=>{class n{constructor(B,P,F,q,he,ve,Ne,we,Q,Ue,ye,V){this._overlay=B,this._elementRef=P,this._scrollDispatcher=F,this._viewContainerRef=q,this._ngZone=he,this._platform=ve,this._ariaDescriber=Ne,this._focusMonitor=we,this._dir=Ue,this._defaultOptions=ye,this._position="below",this._disabled=!1,this._viewInitialized=!1,this._pointerExitEventsInitialized=!1,this._viewportMargin=8,this._cssClassPrefix="mat",this._showDelay=this._defaultOptions.showDelay,this._hideDelay=this._defaultOptions.hideDelay,this.touchGestures="auto",this._message="",this._passiveListeners=[],this._destroyed=new L.x,this._scrollStrategy=Q,this._document=V,ye&&(ye.position&&(this.position=ye.position),ye.touchGestures&&(this.touchGestures=ye.touchGestures)),Ue.change.pipe((0,k.R)(this._destroyed)).subscribe(()=>{this._overlayRef&&this._updatePosition(this._overlayRef)})}get position(){return this._position}set position(B){var P;B!==this._position&&(this._position=B,this._overlayRef&&(this._updatePosition(this._overlayRef),null===(P=this._tooltipInstance)||void 0===P||P.show(0),this._overlayRef.updatePosition()))}get disabled(){return this._disabled}set disabled(B){this._disabled=(0,d.Ig)(B),this._disabled?this.hide(0):this._setupPointerEnterEventsIfNeeded()}get showDelay(){return this._showDelay}set showDelay(B){this._showDelay=(0,d.su)(B)}get hideDelay(){return this._hideDelay}set hideDelay(B){this._hideDelay=(0,d.su)(B),this._tooltipInstance&&(this._tooltipInstance._mouseLeaveHideDelay=this._hideDelay)}get message(){return this._message}set message(B){this._ariaDescriber.removeDescription(this._elementRef.nativeElement,this._message,"tooltip"),this._message=null!=B?String(B).trim():"",!this._message&&this._isTooltipVisible()?this.hide(0):(this._setupPointerEnterEventsIfNeeded(),this._updateTooltipMessage(),this._ngZone.runOutsideAngular(()=>{Promise.resolve().then(()=>{this._ariaDescriber.describe(this._elementRef.nativeElement,this.message,"tooltip")})}))}get tooltipClass(){return this._tooltipClass}set tooltipClass(B){this._tooltipClass=B,this._tooltipInstance&&this._setTooltipClass(this._tooltipClass)}ngAfterViewInit(){this._viewInitialized=!0,this._setupPointerEnterEventsIfNeeded(),this._focusMonitor.monitor(this._elementRef).pipe((0,k.R)(this._destroyed)).subscribe(B=>{B?"keyboard"===B&&this._ngZone.run(()=>this.show()):this._ngZone.run(()=>this.hide(0))})}ngOnDestroy(){const B=this._elementRef.nativeElement;clearTimeout(this._touchstartTimeout),this._overlayRef&&(this._overlayRef.dispose(),this._tooltipInstance=null),this._passiveListeners.forEach(([P,F])=>{B.removeEventListener(P,F,te)}),this._passiveListeners.length=0,this._destroyed.next(),this._destroyed.complete(),this._ariaDescriber.removeDescription(B,this.message,"tooltip"),this._focusMonitor.stopMonitoring(B)}show(B=this.showDelay){if(this.disabled||!this.message||this._isTooltipVisible()&&!this._tooltipInstance._showTimeoutId&&!this._tooltipInstance._hideTimeoutId)return;const P=this._createOverlay();this._detach(),this._portal=this._portal||new w.C5(this._tooltipComponent,this._viewContainerRef);const F=this._tooltipInstance=P.attach(this._portal).instance;F._triggerElement=this._elementRef.nativeElement,F._mouseLeaveHideDelay=this._hideDelay,F.afterHidden().pipe((0,k.R)(this._destroyed)).subscribe(()=>this._detach()),this._setTooltipClass(this._tooltipClass),this._updateTooltipMessage(),F.show(B)}hide(B=this.hideDelay){this._tooltipInstance&&this._tooltipInstance.hide(B)}toggle(){this._isTooltipVisible()?this.hide():this.show()}_isTooltipVisible(){return!!this._tooltipInstance&&this._tooltipInstance.isVisible()}_createOverlay(){var B;if(this._overlayRef)return this._overlayRef;const P=this._scrollDispatcher.getAncestorScrollContainers(this._elementRef),F=this._overlay.position().flexibleConnectedTo(this._elementRef).withTransformOriginOn(`.${this._cssClassPrefix}-tooltip`).withFlexibleDimensions(!1).withViewportMargin(this._viewportMargin).withScrollableContainers(P);return F.positionChanges.pipe((0,k.R)(this._destroyed)).subscribe(q=>{this._updateCurrentPositionClass(q.connectionPair),this._tooltipInstance&&q.scrollableViewProperties.isOverlayClipped&&this._tooltipInstance.isVisible()&&this._ngZone.run(()=>this.hide(0))}),this._overlayRef=this._overlay.create({direction:this._dir,positionStrategy:F,panelClass:`${this._cssClassPrefix}-${de}`,scrollStrategy:this._scrollStrategy()}),this._updatePosition(this._overlayRef),this._overlayRef.detachments().pipe((0,k.R)(this._destroyed)).subscribe(()=>this._detach()),this._overlayRef.outsidePointerEvents().pipe((0,k.R)(this._destroyed)).subscribe(()=>{var q;return null===(q=this._tooltipInstance)||void 0===q?void 0:q._handleBodyInteraction()}),this._overlayRef.keydownEvents().pipe((0,k.R)(this._destroyed)).subscribe(q=>{this._isTooltipVisible()&&q.keyCode===N.hY&&!(0,N.Vb)(q)&&(q.preventDefault(),q.stopPropagation(),this._ngZone.run(()=>this.hide(0)))}),(null===(B=this._defaultOptions)||void 0===B?void 0:B.disableTooltipInteractivity)&&this._overlayRef.addPanelClass(`${this._cssClassPrefix}-tooltip-panel-non-interactive`),this._overlayRef}_detach(){this._overlayRef&&this._overlayRef.hasAttached()&&this._overlayRef.detach(),this._tooltipInstance=null}_updatePosition(B){const P=B.getConfig().positionStrategy,F=this._getOrigin(),q=this._getOverlayPosition();P.withPositions([this._addOffset(Object.assign(Object.assign({},F.main),q.main)),this._addOffset(Object.assign(Object.assign({},F.fallback),q.fallback))])}_addOffset(B){return B}_getOrigin(){const B=!this._dir||"ltr"==this._dir.value,P=this.position;let F;"above"==P||"below"==P?F={originX:"center",originY:"above"==P?"top":"bottom"}:"before"==P||"left"==P&&B||"right"==P&&!B?F={originX:"start",originY:"center"}:("after"==P||"right"==P&&B||"left"==P&&!B)&&(F={originX:"end",originY:"center"});const{x:q,y:he}=this._invertPosition(F.originX,F.originY);return{main:F,fallback:{originX:q,originY:he}}}_getOverlayPosition(){const B=!this._dir||"ltr"==this._dir.value,P=this.position;let F;"above"==P?F={overlayX:"center",overlayY:"bottom"}:"below"==P?F={overlayX:"center",overlayY:"top"}:"before"==P||"left"==P&&B||"right"==P&&!B?F={overlayX:"end",overlayY:"center"}:("after"==P||"right"==P&&B||"left"==P&&!B)&&(F={overlayX:"start",overlayY:"center"});const{x:q,y:he}=this._invertPosition(F.overlayX,F.overlayY);return{main:F,fallback:{overlayX:q,overlayY:he}}}_updateTooltipMessage(){this._tooltipInstance&&(this._tooltipInstance.message=this.message,this._tooltipInstance._markForCheck(),this._ngZone.onMicrotaskEmpty.pipe((0,S.q)(1),(0,k.R)(this._destroyed)).subscribe(()=>{this._tooltipInstance&&this._overlayRef.updatePosition()}))}_setTooltipClass(B){this._tooltipInstance&&(this._tooltipInstance.tooltipClass=B,this._tooltipInstance._markForCheck())}_invertPosition(B,P){return"above"===this.position||"below"===this.position?"top"===P?P="bottom":"bottom"===P&&(P="top"):"end"===B?B="start":"start"===B&&(B="end"),{x:B,y:P}}_updateCurrentPositionClass(B){const{overlayY:P,originX:F,originY:q}=B;let he;if(he="center"===P?this._dir&&"rtl"===this._dir.value?"end"===F?"left":"right":"start"===F?"left":"right":"bottom"===P&&"top"===q?"above":"below",he!==this._currentPosition){const ve=this._overlayRef;if(ve){const Ne=`${this._cssClassPrefix}-${de}-`;ve.removePanelClass(Ne+this._currentPosition),ve.addPanelClass(Ne+he)}this._currentPosition=he}}_setupPointerEnterEventsIfNeeded(){this._disabled||!this.message||!this._viewInitialized||this._passiveListeners.length||(this._platformSupportsMouseEvents()?this._passiveListeners.push(["mouseenter",()=>{this._setupPointerExitEventsIfNeeded(),this.show()}]):"off"!==this.touchGestures&&(this._disableNativeGesturesIfNecessary(),this._passiveListeners.push(["touchstart",()=>{this._setupPointerExitEventsIfNeeded(),clearTimeout(this._touchstartTimeout),this._touchstartTimeout=setTimeout(()=>this.show(),500)}])),this._addListeners(this._passiveListeners))}_setupPointerExitEventsIfNeeded(){if(this._pointerExitEventsInitialized)return;this._pointerExitEventsInitialized=!0;const B=[];if(this._platformSupportsMouseEvents())B.push(["mouseleave",P=>{var F;const q=P.relatedTarget;(!q||!(null===(F=this._overlayRef)||void 0===F?void 0:F.overlayElement.contains(q)))&&this.hide()}],["wheel",P=>this._wheelListener(P)]);else if("off"!==this.touchGestures){this._disableNativeGesturesIfNecessary();const P=()=>{clearTimeout(this._touchstartTimeout),this.hide(this._defaultOptions.touchendHideDelay)};B.push(["touchend",P],["touchcancel",P])}this._addListeners(B),this._passiveListeners.push(...B)}_addListeners(B){B.forEach(([P,F])=>{this._elementRef.nativeElement.addEventListener(P,F,te)})}_platformSupportsMouseEvents(){return!this._platform.IOS&&!this._platform.ANDROID}_wheelListener(B){if(this._isTooltipVisible()){const P=this._document.elementFromPoint(B.clientX,B.clientY),F=this._elementRef.nativeElement;P!==F&&!F.contains(P)&&this.hide()}}_disableNativeGesturesIfNecessary(){const B=this.touchGestures;if("off"!==B){const P=this._elementRef.nativeElement,F=P.style;("on"===B||"INPUT"!==P.nodeName&&"TEXTAREA"!==P.nodeName)&&(F.userSelect=F.msUserSelect=F.webkitUserSelect=F.MozUserSelect="none"),("on"===B||!P.draggable)&&(F.webkitUserDrag="none"),F.touchAction="none",F.webkitTapHighlightColor="transparent"}}}return n.\u0275fac=function(B){M.$Z()},n.\u0275dir=M.lG2({type:n,inputs:{position:["matTooltipPosition","position"],disabled:["matTooltipDisabled","disabled"],showDelay:["matTooltipShowDelay","showDelay"],hideDelay:["matTooltipHideDelay","hideDelay"],touchGestures:["matTooltipTouchGestures","touchGestures"],message:["matTooltip","message"],tooltipClass:["matTooltipClass","tooltipClass"]}}),n})(),c=(()=>{class n extends u{constructor(B,P,F,q,he,ve,Ne,we,Q,Ue,ye,V){super(B,P,F,q,he,ve,Ne,we,Q,Ue,ye,V),this._tooltipComponent=E}}return n.\u0275fac=function(B){return new(B||n)(M.Y36(t.aV),M.Y36(M.SBq),M.Y36(b.mF),M.Y36(M.s_b),M.Y36(M.R0b),M.Y36(A.t4),M.Y36(e.$s),M.Y36(e.tE),M.Y36(X),M.Y36(U.Is,8),M.Y36(i,8),M.Y36(f.K0))},n.\u0275dir=M.lG2({type:n,selectors:[["","matTooltip",""]],hostAttrs:[1,"mat-tooltip-trigger"],exportAs:["matTooltip"],features:[M.qOj]}),n})(),_=(()=>{class n{constructor(B,P){this._changeDetectorRef=B,this._visibility="initial",this._closeOnInteraction=!1,this._isVisible=!1,this._onHide=new L.x,this._animationsDisabled="NoopAnimations"===P}show(B){clearTimeout(this._hideTimeoutId),this._showTimeoutId=setTimeout(()=>{this._toggleVisibility(!0),this._showTimeoutId=void 0},B)}hide(B){clearTimeout(this._showTimeoutId),this._hideTimeoutId=setTimeout(()=>{this._toggleVisibility(!1),this._hideTimeoutId=void 0},B)}afterHidden(){return this._onHide}isVisible(){return this._isVisible}ngOnDestroy(){clearTimeout(this._showTimeoutId),clearTimeout(this._hideTimeoutId),this._onHide.complete(),this._triggerElement=null}_handleBodyInteraction(){this._closeOnInteraction&&this.hide(0)}_markForCheck(){this._changeDetectorRef.markForCheck()}_handleMouseLeave({relatedTarget:B}){(!B||!this._triggerElement.contains(B))&&this.hide(this._mouseLeaveHideDelay)}_onShow(){}_handleAnimationEnd({animationName:B}){(B===this._showAnimation||B===this._hideAnimation)&&this._finalizeAnimation(B===this._showAnimation)}_finalizeAnimation(B){B?this._closeOnInteraction=!0:this.isVisible()||this._onHide.next()}_toggleVisibility(B){const P=this._tooltip.nativeElement,F=this._showAnimation,q=this._hideAnimation;if(P.classList.remove(B?q:F),P.classList.add(B?F:q),this._isVisible=B,B&&!this._animationsDisabled&&"function"==typeof getComputedStyle){const he=getComputedStyle(P);("0s"===he.getPropertyValue("animation-duration")||"none"===he.getPropertyValue("animation-name"))&&(this._animationsDisabled=!0)}B&&this._onShow(),this._animationsDisabled&&(P.classList.add("_mat-animation-noopable"),this._finalizeAnimation(B))}}return n.\u0275fac=function(B){return new(B||n)(M.Y36(M.sBO),M.Y36(D.Qb,8))},n.\u0275dir=M.lG2({type:n}),n})(),E=(()=>{class n extends _{constructor(B,P,F){super(B,F),this._breakpointObserver=P,this._isHandset=this._breakpointObserver.observe(h.u3.Handset),this._showAnimation="mat-tooltip-show",this._hideAnimation="mat-tooltip-hide"}}return n.\u0275fac=function(B){return new(B||n)(M.Y36(M.sBO),M.Y36(h.Yg),M.Y36(D.Qb,8))},n.\u0275cmp=M.Xpm({type:n,selectors:[["mat-tooltip-component"]],viewQuery:function(B,P){if(1&B&&M.Gf(j,7),2&B){let F;M.iGM(F=M.CRH())&&(P._tooltip=F.first)}},hostAttrs:["aria-hidden","true"],hostVars:2,hostBindings:function(B,P){1&B&&M.NdJ("mouseleave",function(q){return P._handleMouseLeave(q)}),2&B&&M.Udp("zoom",P.isVisible()?1:null)},features:[M.qOj],decls:4,vars:6,consts:[[1,"mat-tooltip",3,"ngClass","animationend"],["tooltip",""]],template:function(B,P){if(1&B&&(M.TgZ(0,"div",0,1),M.NdJ("animationend",function(q){return P._handleAnimationEnd(q)}),M.ALo(2,"async"),M._uU(3),M.qZA()),2&B){let F;M.ekj("mat-tooltip-handset",null==(F=M.lcZ(2,4,P._isHandset))?null:F.matches),M.Q6J("ngClass",P.tooltipClass),M.xp6(3),M.Oqu(P.message)}},directives:[f.mk],pipes:[f.Ov],styles:[".mat-tooltip{color:#fff;border-radius:4px;margin:14px;max-width:250px;padding-left:8px;padding-right:8px;overflow:hidden;text-overflow:ellipsis;transform:scale(0)}.mat-tooltip._mat-animation-noopable{animation:none;transform:scale(1)}.cdk-high-contrast-active .mat-tooltip{outline:solid 1px}.mat-tooltip-handset{margin:24px;padding-left:16px;padding-right:16px}.mat-tooltip-panel-non-interactive{pointer-events:none}@keyframes mat-tooltip-show{0%{opacity:0;transform:scale(0)}50%{opacity:.5;transform:scale(0.99)}100%{opacity:1;transform:scale(1)}}@keyframes mat-tooltip-hide{0%{opacity:1;transform:scale(1)}100%{opacity:0;transform:scale(1)}}.mat-tooltip-show{animation:mat-tooltip-show 200ms cubic-bezier(0, 0, 0.2, 1) forwards}.mat-tooltip-hide{animation:mat-tooltip-hide 100ms cubic-bezier(0, 0, 0.2, 1) forwards}\n"],encapsulation:2,changeDetection:0}),n})(),I=(()=>{class n{}return n.\u0275fac=function(B){return new(B||n)},n.\u0275mod=M.oAB({type:n}),n.\u0275inj=M.cJS({providers:[y],imports:[[e.rt,f.ez,t.U8,a.BQ],a.BQ,b.ZD]}),n})()},149:(Ve,K,p)=>{"use strict";p.d(K,{Ar:()=>k,GZ:()=>D,WX:()=>de,dp:()=>j,eu:()=>U,fQ:()=>w,gi:()=>S,uo:()=>A});var t=p(8258),e=p(5e3),f=p(508),M=p(3191),a=p(449),b=p(1135),d=p(6451),N=p(4004);const h=(0,f.sb)((0,f.Id)(t.Hs));let A=(()=>{class te extends h{constructor(oe,X,me){super(oe,X),this.tabIndex=Number(me)||0}ngOnInit(){super.ngOnInit()}ngOnDestroy(){super.ngOnDestroy()}}return te.\u0275fac=function(oe){return new(oe||te)(e.Y36(e.SBq),e.Y36(t._0),e.$8M("tabindex"))},te.\u0275dir=e.lG2({type:te,selectors:[["mat-tree-node"]],hostAttrs:[1,"mat-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex"},exportAs:["matTreeNode"],features:[e._Bn([{provide:t.Hs,useExisting:te}]),e.qOj]}),te})(),w=(()=>{class te extends t.rO{}return te.\u0275fac=function(){let ie;return function(X){return(ie||(ie=e.n5z(te)))(X||te)}}(),te.\u0275dir=e.lG2({type:te,selectors:[["","matTreeNodeDef",""]],inputs:{when:["matTreeNodeDefWhen","when"],data:["matTreeNode","data"]},features:[e._Bn([{provide:t.rO,useExisting:te}]),e.qOj]}),te})(),D=(()=>{class te extends t.Xx{constructor(oe,X,me,y){super(oe,X,me),this._disabled=!1,this.tabIndex=Number(y)||0}get disabled(){return this._disabled}set disabled(oe){this._disabled=(0,M.Ig)(oe)}get tabIndex(){return this.disabled?-1:this._tabIndex}set tabIndex(oe){this._tabIndex=null!=oe?oe:0}ngOnInit(){super.ngOnInit()}ngAfterContentInit(){super.ngAfterContentInit()}ngOnDestroy(){super.ngOnDestroy()}}return te.\u0275fac=function(oe){return new(oe||te)(e.Y36(e.SBq),e.Y36(t._0),e.Y36(e.ZZ4),e.$8M("tabindex"))},te.\u0275dir=e.lG2({type:te,selectors:[["mat-nested-tree-node"]],hostAttrs:[1,"mat-nested-tree-node"],inputs:{role:"role",disabled:"disabled",tabIndex:"tabIndex",node:["matNestedTreeNode","node"]},exportAs:["matNestedTreeNode"],features:[e._Bn([{provide:t.Xx,useExisting:te},{provide:t.Hs,useExisting:te},{provide:t.HI,useExisting:te}]),e.qOj]}),te})(),k=(()=>{class te{constructor(oe,X){this.viewContainer=oe,this._node=X}}return te.\u0275fac=function(oe){return new(oe||te)(e.Y36(e.s_b),e.Y36(t.HI,8))},te.\u0275dir=e.lG2({type:te,selectors:[["","matTreeNodeOutlet",""]],features:[e._Bn([{provide:t.cu,useExisting:te}])]}),te})(),S=(()=>{class te extends t._0{}return te.\u0275fac=function(){let ie;return function(X){return(ie||(ie=e.n5z(te)))(X||te)}}(),te.\u0275cmp=e.Xpm({type:te,selectors:[["mat-tree"]],viewQuery:function(oe,X){if(1&oe&&e.Gf(k,7),2&oe){let me;e.iGM(me=e.CRH())&&(X._nodeOutlet=me.first)}},hostAttrs:["role","tree",1,"mat-tree"],exportAs:["matTree"],features:[e._Bn([{provide:t._0,useExisting:te}]),e.qOj],decls:1,vars:0,consts:[["matTreeNodeOutlet",""]],template:function(oe,X){1&oe&&e.GkF(0,0)},directives:[k],styles:[".mat-tree{display:block}.mat-tree-node{display:flex;align-items:center;flex:1;word-wrap:break-word}.mat-nested-tree-node{border-bottom-width:0}\n"],encapsulation:2}),te})(),U=(()=>{class te extends t.Ud{}return te.\u0275fac=function(){let ie;return function(X){return(ie||(ie=e.n5z(te)))(X||te)}}(),te.\u0275dir=e.lG2({type:te,selectors:[["","matTreeNodeToggle",""]],inputs:{recursive:["matTreeNodeToggleRecursive","recursive"]},features:[e._Bn([{provide:t.Ud,useExisting:te}]),e.qOj]}),te})(),j=(()=>{class te{}return te.\u0275fac=function(oe){return new(oe||te)},te.\u0275mod=e.oAB({type:te}),te.\u0275inj=e.cJS({imports:[[t.nZ,f.BQ],f.BQ]}),te})();class de extends a.o2{constructor(){super(...arguments),this._data=new b.X([])}get data(){return this._data.value}set data(ie){this._data.next(ie)}connect(ie){return(0,d.T)(ie.viewChange,this._data).pipe((0,N.U)(()=>this.data))}disconnect(){}}},6360:(Ve,K,p)=>{"use strict";p.d(K,{Qb:()=>qs,PW:()=>Mr});var t=p(5e3),e=p(2313),f=p(1777);const M=!1;function b(vt){return new t.vHH(3e3,M)}function he(){return"undefined"!=typeof window&&void 0!==window.document}function ve(){return"undefined"!=typeof process&&"[object process]"==={}.toString.call(process)}function Ne(vt){switch(vt.length){case 0:return new f.ZN;case 1:return vt[0];default:return new f.ZE(vt)}}function we(vt,ae,fe,Ye,wt={},Vt={}){const ni=[],ri=[];let _i=-1,Pi=null;if(Ye.forEach(tn=>{const dn=tn.offset,Sn=dn==_i,Hn=Sn&&Pi||{};Object.keys(tn).forEach(yn=>{let An=yn,nr=tn[yn];if("offset"!==yn)switch(An=ae.normalizePropertyName(An,ni),nr){case f.k1:nr=wt[yn];break;case f.l3:nr=Vt[yn];break;default:nr=ae.normalizeStyleValue(yn,An,nr,ni)}Hn[An]=nr}),Sn||ri.push(Hn),Pi=Hn,_i=dn}),ni.length)throw function u(vt){return new t.vHH(3502,M)}();return ri}function Q(vt,ae,fe,Ye){switch(ae){case"start":vt.onStart(()=>Ye(fe&&Ue(fe,"start",vt)));break;case"done":vt.onDone(()=>Ye(fe&&Ue(fe,"done",vt)));break;case"destroy":vt.onDestroy(()=>Ye(fe&&Ue(fe,"destroy",vt)))}}function Ue(vt,ae,fe){const Ye=fe.totalTime,Vt=ye(vt.element,vt.triggerName,vt.fromState,vt.toState,ae||vt.phaseName,null==Ye?vt.totalTime:Ye,!!fe.disabled),ni=vt._data;return null!=ni&&(Vt._data=ni),Vt}function ye(vt,ae,fe,Ye,wt="",Vt=0,ni){return{element:vt,triggerName:ae,fromState:fe,toState:Ye,phaseName:wt,totalTime:Vt,disabled:!!ni}}function V(vt,ae,fe){let Ye;return vt instanceof Map?(Ye=vt.get(ae),Ye||vt.set(ae,Ye=fe)):(Ye=vt[ae],Ye||(Ye=vt[ae]=fe)),Ye}function Ae(vt){const ae=vt.indexOf(":");return[vt.substring(1,ae),vt.substr(ae+1)]}let dt=(vt,ae)=>!1,Ie=(vt,ae,fe)=>[],De=null;function le(vt){const ae=vt.parentNode||vt.host;return ae===De?null:ae}(ve()||"undefined"!=typeof Element)&&(he()?(De=(()=>document.documentElement)(),dt=(vt,ae)=>{for(;ae;){if(ae===vt)return!0;ae=le(ae)}return!1}):dt=(vt,ae)=>vt.contains(ae),Ie=(vt,ae,fe)=>{if(fe)return Array.from(vt.querySelectorAll(ae));const Ye=vt.querySelector(ae);return Ye?[Ye]:[]});let W=null,ee=!1;function ue(vt){W||(W=function _e(){return"undefined"!=typeof document?document.body:null}()||{},ee=!!W.style&&"WebkitAppearance"in W.style);let ae=!0;return W.style&&!function xe(vt){return"ebkit"==vt.substring(1,6)}(vt)&&(ae=vt in W.style,!ae&&ee&&(ae="Webkit"+vt.charAt(0).toUpperCase()+vt.substr(1)in W.style)),ae}const Le=dt,ut=Ie;let It=(()=>{class vt{validateStyleProperty(fe){return ue(fe)}matchesElement(fe,Ye){return!1}containsElement(fe,Ye){return Le(fe,Ye)}getParentElement(fe){return le(fe)}query(fe,Ye,wt){return ut(fe,Ye,wt)}computeStyle(fe,Ye,wt){return wt||""}animate(fe,Ye,wt,Vt,ni,ri=[],_i){return new f.ZN(wt,Vt)}}return vt.\u0275fac=function(fe){return new(fe||vt)},vt.\u0275prov=t.Yz7({token:vt,factory:vt.\u0275fac}),vt})(),ui=(()=>{class vt{}return vt.NOOP=new It,vt})();const xt="ng-enter",Nt="ng-leave",Ct="ng-trigger",et=".ng-trigger",yt="ng-animating",ei=".ng-animating";function jt(vt){if("number"==typeof vt)return vt;const ae=vt.match(/^(-?[\.\d]+)(m?s)/);return!ae||ae.length<2?0:Pe(parseFloat(ae[1]),ae[2])}function Pe(vt,ae){return"s"===ae?1e3*vt:vt}function Oe(vt,ae,fe){return vt.hasOwnProperty("duration")?vt:function ce(vt,ae,fe){let wt,Vt=0,ni="";if("string"==typeof vt){const ri=vt.match(/^(-?[\.\d]+)(m?s)(?:\s+(-?[\.\d]+)(m?s))?(?:\s+([-a-z]+(?:\(.+?\))?))?$/i);if(null===ri)return ae.push(b()),{duration:0,delay:0,easing:""};wt=Pe(parseFloat(ri[1]),ri[2]);const _i=ri[3];null!=_i&&(Vt=Pe(parseFloat(_i),ri[4]));const Pi=ri[5];Pi&&(ni=Pi)}else wt=vt;if(!fe){let ri=!1,_i=ae.length;wt<0&&(ae.push(function d(){return new t.vHH(3100,M)}()),ri=!0),Vt<0&&(ae.push(function N(){return new t.vHH(3101,M)}()),ri=!0),ri&&ae.splice(_i,0,b())}return{duration:wt,delay:Vt,easing:ni}}(vt,ae,fe)}function be(vt,ae={}){return Object.keys(vt).forEach(fe=>{ae[fe]=vt[fe]}),ae}function mt(vt,ae,fe={}){if(ae)for(let Ye in vt)fe[Ye]=vt[Ye];else be(vt,fe);return fe}function Ht(vt,ae,fe){return fe?ae+":"+fe+";":""}function it(vt){let ae="";for(let fe=0;fe{const wt=qt(Ye);fe&&!fe.hasOwnProperty(Ye)&&(fe[Ye]=vt.style[wt]),vt.style[wt]=ae[Ye]}),ve()&&it(vt))}function tt(vt,ae){vt.style&&(Object.keys(ae).forEach(fe=>{const Ye=qt(fe);vt.style[Ye]=""}),ve()&&it(vt))}function Je(vt){return Array.isArray(vt)?1==vt.length?vt[0]:(0,f.vP)(vt):vt}const Ge=new RegExp("{{\\s*(.+?)\\s*}}","g");function at(vt){let ae=[];if("string"==typeof vt){let fe;for(;fe=Ge.exec(vt);)ae.push(fe[1]);Ge.lastIndex=0}return ae}function st(vt,ae,fe){const Ye=vt.toString(),wt=Ye.replace(Ge,(Vt,ni)=>{let ri=ae[ni];return ae.hasOwnProperty(ni)||(fe.push(function A(vt){return new t.vHH(3003,M)}()),ri=""),ri.toString()});return wt==Ye?vt:wt}function bt(vt){const ae=[];let fe=vt.next();for(;!fe.done;)ae.push(fe.value),fe=vt.next();return ae}const gi=/-+([a-z0-9])/g;function qt(vt){return vt.replace(gi,(...ae)=>ae[1].toUpperCase())}function Xt(vt){return vt.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase()}function si(vt,ae,fe){switch(ae.type){case 7:return vt.visitTrigger(ae,fe);case 0:return vt.visitState(ae,fe);case 1:return vt.visitTransition(ae,fe);case 2:return vt.visitSequence(ae,fe);case 3:return vt.visitGroup(ae,fe);case 4:return vt.visitAnimate(ae,fe);case 5:return vt.visitKeyframes(ae,fe);case 6:return vt.visitStyle(ae,fe);case 8:return vt.visitReference(ae,fe);case 9:return vt.visitAnimateChild(ae,fe);case 10:return vt.visitAnimateRef(ae,fe);case 11:return vt.visitQuery(ae,fe);case 12:return vt.visitStagger(ae,fe);default:throw function w(vt){return new t.vHH(3004,M)}()}}function en(vt,ae){return window.getComputedStyle(vt)[ae]}function re(vt,ae){const fe=[];return"string"==typeof vt?vt.split(/\s*,\s*/).forEach(Ye=>function Qe(vt,ae,fe){if(":"==vt[0]){const _i=function Mt(vt,ae){switch(vt){case":enter":return"void => *";case":leave":return"* => void";case":increment":return(fe,Ye)=>parseFloat(Ye)>parseFloat(fe);case":decrement":return(fe,Ye)=>parseFloat(Ye) *"}}(vt,fe);if("function"==typeof _i)return void ae.push(_i);vt=_i}const Ye=vt.match(/^(\*|[-\w]+)\s*()\s*(\*|[-\w]+)$/);if(null==Ye||Ye.length<4)return fe.push(function X(vt){return new t.vHH(3015,M)}()),ae;const wt=Ye[1],Vt=Ye[2],ni=Ye[3];ae.push(Ei(wt,ni));"<"==Vt[0]&&!("*"==wt&&"*"==ni)&&ae.push(Ei(ni,wt))}(Ye,fe,ae)):fe.push(vt),fe}const zt=new Set(["true","1"]),bi=new Set(["false","0"]);function Ei(vt,ae){const fe=zt.has(vt)||bi.has(vt),Ye=zt.has(ae)||bi.has(ae);return(wt,Vt)=>{let ni="*"==vt||vt==wt,ri="*"==ae||ae==Vt;return!ni&&fe&&"boolean"==typeof wt&&(ni=wt?zt.has(vt):bi.has(vt)),!ri&&Ye&&"boolean"==typeof Vt&&(ri=Vt?zt.has(ae):bi.has(ae)),ni&&ri}}const Gi=new RegExp("s*:selfs*,?","g");function sn(vt,ae,fe,Ye){return new Yt(vt).build(ae,fe,Ye)}class Yt{constructor(ae){this._driver=ae}build(ae,fe,Ye){const wt=new Ft(fe);this._resetContextStyleTimingState(wt);const Vt=si(this,Je(ae),wt);return wt.unsupportedCSSPropertiesFound.size&&wt.unsupportedCSSPropertiesFound.keys(),Vt}_resetContextStyleTimingState(ae){ae.currentQuerySelector="",ae.collectedStyles={},ae.collectedStyles[""]={},ae.currentTime=0}visitTrigger(ae,fe){let Ye=fe.queryCount=0,wt=fe.depCount=0;const Vt=[],ni=[];return"@"==ae.name.charAt(0)&&fe.errors.push(function L(){return new t.vHH(3006,M)}()),ae.definitions.forEach(ri=>{if(this._resetContextStyleTimingState(fe),0==ri.type){const _i=ri,Pi=_i.name;Pi.toString().split(/\s*,\s*/).forEach(tn=>{_i.name=tn,Vt.push(this.visitState(_i,fe))}),_i.name=Pi}else if(1==ri.type){const _i=this.visitTransition(ri,fe);Ye+=_i.queryCount,wt+=_i.depCount,ni.push(_i)}else fe.errors.push(function k(){return new t.vHH(3007,M)}())}),{type:7,name:ae.name,states:Vt,transitions:ni,queryCount:Ye,depCount:wt,options:null}}visitState(ae,fe){const Ye=this.visitStyle(ae.styles,fe),wt=ae.options&&ae.options.params||null;if(Ye.containsDynamicStyles){const Vt=new Set,ni=wt||{};Ye.styles.forEach(ri=>{if(mi(ri)){const _i=ri;Object.keys(_i).forEach(Pi=>{at(_i[Pi]).forEach(tn=>{ni.hasOwnProperty(tn)||Vt.add(tn)})})}}),Vt.size&&(bt(Vt.values()),fe.errors.push(function S(vt,ae){return new t.vHH(3008,M)}()))}return{type:0,name:ae.name,style:Ye,options:wt?{params:wt}:null}}visitTransition(ae,fe){fe.queryCount=0,fe.depCount=0;const Ye=si(this,Je(ae.animation),fe);return{type:1,matchers:re(ae.expr,fe.errors),animation:Ye,queryCount:fe.queryCount,depCount:fe.depCount,options:ki(ae.options)}}visitSequence(ae,fe){return{type:2,steps:ae.steps.map(Ye=>si(this,Ye,fe)),options:ki(ae.options)}}visitGroup(ae,fe){const Ye=fe.currentTime;let wt=0;const Vt=ae.steps.map(ni=>{fe.currentTime=Ye;const ri=si(this,ni,fe);return wt=Math.max(wt,fe.currentTime),ri});return fe.currentTime=wt,{type:3,steps:Vt,options:ki(ae.options)}}visitAnimate(ae,fe){const Ye=function Ri(vt,ae){if(vt.hasOwnProperty("duration"))return vt;if("number"==typeof vt)return hn(Oe(vt,ae).duration,0,"");const fe=vt;if(fe.split(/\s+/).some(Vt=>"{"==Vt.charAt(0)&&"{"==Vt.charAt(1))){const Vt=hn(0,0,"");return Vt.dynamic=!0,Vt.strValue=fe,Vt}const wt=Oe(fe,ae);return hn(wt.duration,wt.delay,wt.easing)}(ae.timings,fe.errors);fe.currentAnimateTimings=Ye;let wt,Vt=ae.styles?ae.styles:(0,f.oB)({});if(5==Vt.type)wt=this.visitKeyframes(Vt,fe);else{let ni=ae.styles,ri=!1;if(!ni){ri=!0;const Pi={};Ye.easing&&(Pi.easing=Ye.easing),ni=(0,f.oB)(Pi)}fe.currentTime+=Ye.duration+Ye.delay;const _i=this.visitStyle(ni,fe);_i.isEmptyStep=ri,wt=_i}return fe.currentAnimateTimings=null,{type:4,timings:Ye,style:wt,options:null}}visitStyle(ae,fe){const Ye=this._makeStyleAst(ae,fe);return this._validateStyleAst(Ye,fe),Ye}_makeStyleAst(ae,fe){const Ye=[];Array.isArray(ae.styles)?ae.styles.forEach(ni=>{"string"==typeof ni?ni==f.l3?Ye.push(ni):fe.errors.push(function U(vt){return new t.vHH(3002,M)}()):Ye.push(ni)}):Ye.push(ae.styles);let wt=!1,Vt=null;return Ye.forEach(ni=>{if(mi(ni)){const ri=ni,_i=ri.easing;if(_i&&(Vt=_i,delete ri.easing),!wt)for(let Pi in ri)if(ri[Pi].toString().indexOf("{{")>=0){wt=!0;break}}}),{type:6,styles:Ye,easing:Vt,offset:ae.offset,containsDynamicStyles:wt,options:null}}_validateStyleAst(ae,fe){const Ye=fe.currentAnimateTimings;let wt=fe.currentTime,Vt=fe.currentTime;Ye&&Vt>0&&(Vt-=Ye.duration+Ye.delay),ae.styles.forEach(ni=>{"string"!=typeof ni&&Object.keys(ni).forEach(ri=>{if(!this._driver.validateStyleProperty(ri))return delete ni[ri],void fe.unsupportedCSSPropertiesFound.add(ri);const _i=fe.collectedStyles[fe.currentQuerySelector],Pi=_i[ri];let tn=!0;Pi&&(Vt!=wt&&Vt>=Pi.startTime&&wt<=Pi.endTime&&(fe.errors.push(function j(vt,ae,fe,Ye,wt){return new t.vHH(3010,M)}()),tn=!1),Vt=Pi.startTime),tn&&(_i[ri]={startTime:Vt,endTime:wt}),fe.options&&function Se(vt,ae,fe){const Ye=ae.params||{},wt=at(vt);wt.length&&wt.forEach(Vt=>{Ye.hasOwnProperty(Vt)||fe.push(function h(vt){return new t.vHH(3001,M)}())})}(ni[ri],fe.options,fe.errors)})})}visitKeyframes(ae,fe){const Ye={type:5,styles:[],options:null};if(!fe.currentAnimateTimings)return fe.errors.push(function ne(){return new t.vHH(3011,M)}()),Ye;let Vt=0;const ni=[];let ri=!1,_i=!1,Pi=0;const tn=ae.steps.map(Sr=>{const Cr=this._makeStyleAst(Sr,fe);let ia=null!=Cr.offset?Cr.offset:function Kt(vt){if("string"==typeof vt)return null;let ae=null;if(Array.isArray(vt))vt.forEach(fe=>{if(mi(fe)&&fe.hasOwnProperty("offset")){const Ye=fe;ae=parseFloat(Ye.offset),delete Ye.offset}});else if(mi(vt)&&vt.hasOwnProperty("offset")){const fe=vt;ae=parseFloat(fe.offset),delete fe.offset}return ae}(Cr.styles),Jr=0;return null!=ia&&(Vt++,Jr=Cr.offset=ia),_i=_i||Jr<0||Jr>1,ri=ri||Jr0&&Vt{const ia=Sn>0?Cr==Hn?1:Sn*Cr:ni[Cr],Jr=ia*nr;fe.currentTime=yn+An.delay+Jr,An.duration=Jr,this._validateStyleAst(Sr,fe),Sr.offset=ia,Ye.styles.push(Sr)}),Ye}visitReference(ae,fe){return{type:8,animation:si(this,Je(ae.animation),fe),options:ki(ae.options)}}visitAnimateChild(ae,fe){return fe.depCount++,{type:9,options:ki(ae.options)}}visitAnimateRef(ae,fe){return{type:10,animation:this.visitReference(ae.animation,fe),options:ki(ae.options)}}visitQuery(ae,fe){const Ye=fe.currentQuerySelector,wt=ae.options||{};fe.queryCount++,fe.currentQuery=ae;const[Vt,ni]=function wi(vt){const ae=!!vt.split(/\s*,\s*/).find(fe=>":self"==fe);return ae&&(vt=vt.replace(Gi,"")),vt=vt.replace(/@\*/g,et).replace(/@\w+/g,fe=>et+"-"+fe.substr(1)).replace(/:animating/g,ei),[vt,ae]}(ae.selector);fe.currentQuerySelector=Ye.length?Ye+" "+Vt:Vt,V(fe.collectedStyles,fe.currentQuerySelector,{});const ri=si(this,Je(ae.animation),fe);return fe.currentQuery=null,fe.currentQuerySelector=Ye,{type:11,selector:Vt,limit:wt.limit||0,optional:!!wt.optional,includeSelf:ni,animation:ri,originalSelector:ae.selector,options:ki(ae.options)}}visitStagger(ae,fe){fe.currentQuery||fe.errors.push(function ie(){return new t.vHH(3013,M)}());const Ye="full"===ae.timings?{duration:0,delay:0,easing:"full"}:Oe(ae.timings,fe.errors,!0);return{type:12,animation:si(this,Je(ae.animation),fe),timings:Ye,options:null}}}class Ft{constructor(ae){this.errors=ae,this.queryCount=0,this.depCount=0,this.currentTransition=null,this.currentQuery=null,this.currentQuerySelector=null,this.currentAnimateTimings=null,this.currentTime=0,this.collectedStyles={},this.options=null,this.unsupportedCSSPropertiesFound=new Set}}function mi(vt){return!Array.isArray(vt)&&"object"==typeof vt}function ki(vt){return vt?(vt=be(vt)).params&&(vt.params=function nt(vt){return vt?be(vt):null}(vt.params)):vt={},vt}function hn(vt,ae,fe){return{duration:vt,delay:ae,easing:fe}}function Bn(vt,ae,fe,Ye,wt,Vt,ni=null,ri=!1){return{type:1,element:vt,keyframes:ae,preStyleProps:fe,postStyleProps:Ye,duration:wt,delay:Vt,totalTime:wt+Vt,easing:ni,subTimeline:ri}}class In{constructor(){this._map=new Map}get(ae){return this._map.get(ae)||[]}append(ae,fe){let Ye=this._map.get(ae);Ye||this._map.set(ae,Ye=[]),Ye.push(...fe)}has(ae){return this._map.has(ae)}clear(){this._map.clear()}}const Si=new RegExp(":enter","g"),xn=new RegExp(":leave","g");function jn(vt,ae,fe,Ye,wt,Vt={},ni={},ri,_i,Pi=[]){return(new ur).buildKeyframes(vt,ae,fe,Ye,wt,Vt,ni,ri,_i,Pi)}class ur{buildKeyframes(ae,fe,Ye,wt,Vt,ni,ri,_i,Pi,tn=[]){Pi=Pi||new In;const dn=new Zr(ae,fe,Pi,wt,Vt,tn,[]);dn.options=_i,dn.currentTimeline.setStyles([ni],null,dn.errors,_i),si(this,Ye,dn);const Sn=dn.timelines.filter(Hn=>Hn.containsAnimation());if(Object.keys(ri).length){let Hn;for(let yn=Sn.length-1;yn>=0;yn--){const An=Sn[yn];if(An.element===fe){Hn=An;break}}Hn&&!Hn.allowOnlyTimelineStyles()&&Hn.setStyles([ri],null,dn.errors,_i)}return Sn.length?Sn.map(Hn=>Hn.buildKeyframes()):[Bn(fe,[],[],[],0,0,"",!1)]}visitTrigger(ae,fe){}visitState(ae,fe){}visitTransition(ae,fe){}visitAnimateChild(ae,fe){const Ye=fe.subInstructions.get(fe.element);if(Ye){const wt=fe.createSubContext(ae.options),Vt=fe.currentTimeline.currentTime,ni=this._visitSubInstructions(Ye,wt,wt.options);Vt!=ni&&fe.transformIntoNewTimeline(ni)}fe.previousNode=ae}visitAnimateRef(ae,fe){const Ye=fe.createSubContext(ae.options);Ye.transformIntoNewTimeline(),this.visitReference(ae.animation,Ye),fe.transformIntoNewTimeline(Ye.currentTimeline.currentTime),fe.previousNode=ae}_visitSubInstructions(ae,fe,Ye){let Vt=fe.currentTimeline.currentTime;const ni=null!=Ye.duration?jt(Ye.duration):null,ri=null!=Ye.delay?jt(Ye.delay):null;return 0!==ni&&ae.forEach(_i=>{const Pi=fe.appendInstructionToTimeline(_i,ni,ri);Vt=Math.max(Vt,Pi.duration+Pi.delay)}),Vt}visitReference(ae,fe){fe.updateOptions(ae.options,!0),si(this,ae.animation,fe),fe.previousNode=ae}visitSequence(ae,fe){const Ye=fe.subContextCount;let wt=fe;const Vt=ae.options;if(Vt&&(Vt.params||Vt.delay)&&(wt=fe.createSubContext(Vt),wt.transformIntoNewTimeline(),null!=Vt.delay)){6==wt.previousNode.type&&(wt.currentTimeline.snapshotCurrentStyles(),wt.previousNode=Gr);const ni=jt(Vt.delay);wt.delayNextStep(ni)}ae.steps.length&&(ae.steps.forEach(ni=>si(this,ni,wt)),wt.currentTimeline.applyStylesToKeyframe(),wt.subContextCount>Ye&&wt.transformIntoNewTimeline()),fe.previousNode=ae}visitGroup(ae,fe){const Ye=[];let wt=fe.currentTimeline.currentTime;const Vt=ae.options&&ae.options.delay?jt(ae.options.delay):0;ae.steps.forEach(ni=>{const ri=fe.createSubContext(ae.options);Vt&&ri.delayNextStep(Vt),si(this,ni,ri),wt=Math.max(wt,ri.currentTimeline.currentTime),Ye.push(ri.currentTimeline)}),Ye.forEach(ni=>fe.currentTimeline.mergeTimelineCollectedStyles(ni)),fe.transformIntoNewTimeline(wt),fe.previousNode=ae}_visitTiming(ae,fe){if(ae.dynamic){const Ye=ae.strValue;return Oe(fe.params?st(Ye,fe.params,fe.errors):Ye,fe.errors)}return{duration:ae.duration,delay:ae.delay,easing:ae.easing}}visitAnimate(ae,fe){const Ye=fe.currentAnimateTimings=this._visitTiming(ae.timings,fe),wt=fe.currentTimeline;Ye.delay&&(fe.incrementTime(Ye.delay),wt.snapshotCurrentStyles());const Vt=ae.style;5==Vt.type?this.visitKeyframes(Vt,fe):(fe.incrementTime(Ye.duration),this.visitStyle(Vt,fe),wt.applyStylesToKeyframe()),fe.currentAnimateTimings=null,fe.previousNode=ae}visitStyle(ae,fe){const Ye=fe.currentTimeline,wt=fe.currentAnimateTimings;!wt&&Ye.getCurrentStyleProperties().length&&Ye.forwardFrame();const Vt=wt&&wt.easing||ae.easing;ae.isEmptyStep?Ye.applyEmptyStep(Vt):Ye.setStyles(ae.styles,Vt,fe.errors,fe.options),fe.previousNode=ae}visitKeyframes(ae,fe){const Ye=fe.currentAnimateTimings,wt=fe.currentTimeline.duration,Vt=Ye.duration,ri=fe.createSubContext().currentTimeline;ri.easing=Ye.easing,ae.styles.forEach(_i=>{ri.forwardTime((_i.offset||0)*Vt),ri.setStyles(_i.styles,_i.easing,fe.errors,fe.options),ri.applyStylesToKeyframe()}),fe.currentTimeline.mergeTimelineCollectedStyles(ri),fe.transformIntoNewTimeline(wt+Vt),fe.previousNode=ae}visitQuery(ae,fe){const Ye=fe.currentTimeline.currentTime,wt=ae.options||{},Vt=wt.delay?jt(wt.delay):0;Vt&&(6===fe.previousNode.type||0==Ye&&fe.currentTimeline.getCurrentStyleProperties().length)&&(fe.currentTimeline.snapshotCurrentStyles(),fe.previousNode=Gr);let ni=Ye;const ri=fe.invokeQuery(ae.selector,ae.originalSelector,ae.limit,ae.includeSelf,!!wt.optional,fe.errors);fe.currentQueryTotal=ri.length;let _i=null;ri.forEach((Pi,tn)=>{fe.currentQueryIndex=tn;const dn=fe.createSubContext(ae.options,Pi);Vt&&dn.delayNextStep(Vt),Pi===fe.element&&(_i=dn.currentTimeline),si(this,ae.animation,dn),dn.currentTimeline.applyStylesToKeyframe(),ni=Math.max(ni,dn.currentTimeline.currentTime)}),fe.currentQueryIndex=0,fe.currentQueryTotal=0,fe.transformIntoNewTimeline(ni),_i&&(fe.currentTimeline.mergeTimelineCollectedStyles(_i),fe.currentTimeline.snapshotCurrentStyles()),fe.previousNode=ae}visitStagger(ae,fe){const Ye=fe.parentContext,wt=fe.currentTimeline,Vt=ae.timings,ni=Math.abs(Vt.duration),ri=ni*(fe.currentQueryTotal-1);let _i=ni*fe.currentQueryIndex;switch(Vt.duration<0?"reverse":Vt.easing){case"reverse":_i=ri-_i;break;case"full":_i=Ye.currentStaggerTime}const tn=fe.currentTimeline;_i&&tn.delayNextStep(_i);const dn=tn.currentTime;si(this,ae.animation,fe),fe.previousNode=ae,Ye.currentStaggerTime=wt.currentTime-dn+(wt.startTime-Ye.currentTimeline.startTime)}}const Gr={};class Zr{constructor(ae,fe,Ye,wt,Vt,ni,ri,_i){this._driver=ae,this.element=fe,this.subInstructions=Ye,this._enterClassName=wt,this._leaveClassName=Vt,this.errors=ni,this.timelines=ri,this.parentContext=null,this.currentAnimateTimings=null,this.previousNode=Gr,this.subContextCount=0,this.options={},this.currentQueryIndex=0,this.currentQueryTotal=0,this.currentStaggerTime=0,this.currentTimeline=_i||new ua(this._driver,fe,0),ri.push(this.currentTimeline)}get params(){return this.options.params}updateOptions(ae,fe){if(!ae)return;const Ye=ae;let wt=this.options;null!=Ye.duration&&(wt.duration=jt(Ye.duration)),null!=Ye.delay&&(wt.delay=jt(Ye.delay));const Vt=Ye.params;if(Vt){let ni=wt.params;ni||(ni=this.options.params={}),Object.keys(Vt).forEach(ri=>{(!fe||!ni.hasOwnProperty(ri))&&(ni[ri]=st(Vt[ri],ni,this.errors))})}}_copyOptions(){const ae={};if(this.options){const fe=this.options.params;if(fe){const Ye=ae.params={};Object.keys(fe).forEach(wt=>{Ye[wt]=fe[wt]})}}return ae}createSubContext(ae=null,fe,Ye){const wt=fe||this.element,Vt=new Zr(this._driver,wt,this.subInstructions,this._enterClassName,this._leaveClassName,this.errors,this.timelines,this.currentTimeline.fork(wt,Ye||0));return Vt.previousNode=this.previousNode,Vt.currentAnimateTimings=this.currentAnimateTimings,Vt.options=this._copyOptions(),Vt.updateOptions(ae),Vt.currentQueryIndex=this.currentQueryIndex,Vt.currentQueryTotal=this.currentQueryTotal,Vt.parentContext=this,this.subContextCount++,Vt}transformIntoNewTimeline(ae){return this.previousNode=Gr,this.currentTimeline=this.currentTimeline.fork(this.element,ae),this.timelines.push(this.currentTimeline),this.currentTimeline}appendInstructionToTimeline(ae,fe,Ye){const wt={duration:null!=fe?fe:ae.duration,delay:this.currentTimeline.currentTime+(null!=Ye?Ye:0)+ae.delay,easing:""},Vt=new _a(this._driver,ae.element,ae.keyframes,ae.preStyleProps,ae.postStyleProps,wt,ae.stretchStartingKeyframe);return this.timelines.push(Vt),wt}incrementTime(ae){this.currentTimeline.forwardTime(this.currentTimeline.duration+ae)}delayNextStep(ae){ae>0&&this.currentTimeline.delayNextStep(ae)}invokeQuery(ae,fe,Ye,wt,Vt,ni){let ri=[];if(wt&&ri.push(this.element),ae.length>0){ae=(ae=ae.replace(Si,"."+this._enterClassName)).replace(xn,"."+this._leaveClassName);let Pi=this._driver.query(this.element,ae,1!=Ye);0!==Ye&&(Pi=Ye<0?Pi.slice(Pi.length+Ye,Pi.length):Pi.slice(0,Ye)),ri.push(...Pi)}return!Vt&&0==ri.length&&ni.push(function oe(vt){return new t.vHH(3014,M)}()),ri}}class ua{constructor(ae,fe,Ye,wt){this._driver=ae,this.element=fe,this.startTime=Ye,this._elementTimelineStylesLookup=wt,this.duration=0,this._previousKeyframe={},this._currentKeyframe={},this._keyframes=new Map,this._styleSummary={},this._pendingStyles={},this._backFill={},this._currentEmptyStepKeyframe=null,this._elementTimelineStylesLookup||(this._elementTimelineStylesLookup=new Map),this._localTimelineStyles=Object.create(this._backFill,{}),this._globalTimelineStyles=this._elementTimelineStylesLookup.get(fe),this._globalTimelineStyles||(this._globalTimelineStyles=this._localTimelineStyles,this._elementTimelineStylesLookup.set(fe,this._localTimelineStyles)),this._loadKeyframe()}containsAnimation(){switch(this._keyframes.size){case 0:return!1;case 1:return this.getCurrentStyleProperties().length>0;default:return!0}}getCurrentStyleProperties(){return Object.keys(this._currentKeyframe)}get currentTime(){return this.startTime+this.duration}delayNextStep(ae){const fe=1==this._keyframes.size&&Object.keys(this._pendingStyles).length;this.duration||fe?(this.forwardTime(this.currentTime+ae),fe&&this.snapshotCurrentStyles()):this.startTime+=ae}fork(ae,fe){return this.applyStylesToKeyframe(),new ua(this._driver,ae,fe||this.currentTime,this._elementTimelineStylesLookup)}_loadKeyframe(){this._currentKeyframe&&(this._previousKeyframe=this._currentKeyframe),this._currentKeyframe=this._keyframes.get(this.duration),this._currentKeyframe||(this._currentKeyframe=Object.create(this._backFill,{}),this._keyframes.set(this.duration,this._currentKeyframe))}forwardFrame(){this.duration+=1,this._loadKeyframe()}forwardTime(ae){this.applyStylesToKeyframe(),this.duration=ae,this._loadKeyframe()}_updateStyle(ae,fe){this._localTimelineStyles[ae]=fe,this._globalTimelineStyles[ae]=fe,this._styleSummary[ae]={time:this.currentTime,value:fe}}allowOnlyTimelineStyles(){return this._currentEmptyStepKeyframe!==this._currentKeyframe}applyEmptyStep(ae){ae&&(this._previousKeyframe.easing=ae),Object.keys(this._globalTimelineStyles).forEach(fe=>{this._backFill[fe]=this._globalTimelineStyles[fe]||f.l3,this._currentKeyframe[fe]=f.l3}),this._currentEmptyStepKeyframe=this._currentKeyframe}setStyles(ae,fe,Ye,wt){fe&&(this._previousKeyframe.easing=fe);const Vt=wt&&wt.params||{},ni=function Ga(vt,ae){const fe={};let Ye;return vt.forEach(wt=>{"*"===wt?(Ye=Ye||Object.keys(ae),Ye.forEach(Vt=>{fe[Vt]=f.l3})):mt(wt,!1,fe)}),fe}(ae,this._globalTimelineStyles);Object.keys(ni).forEach(ri=>{const _i=st(ni[ri],Vt,Ye);this._pendingStyles[ri]=_i,this._localTimelineStyles.hasOwnProperty(ri)||(this._backFill[ri]=this._globalTimelineStyles.hasOwnProperty(ri)?this._globalTimelineStyles[ri]:f.l3),this._updateStyle(ri,_i)})}applyStylesToKeyframe(){const ae=this._pendingStyles,fe=Object.keys(ae);0!=fe.length&&(this._pendingStyles={},fe.forEach(Ye=>{this._currentKeyframe[Ye]=ae[Ye]}),Object.keys(this._localTimelineStyles).forEach(Ye=>{this._currentKeyframe.hasOwnProperty(Ye)||(this._currentKeyframe[Ye]=this._localTimelineStyles[Ye])}))}snapshotCurrentStyles(){Object.keys(this._localTimelineStyles).forEach(ae=>{const fe=this._localTimelineStyles[ae];this._pendingStyles[ae]=fe,this._updateStyle(ae,fe)})}getFinalKeyframe(){return this._keyframes.get(this.duration)}get properties(){const ae=[];for(let fe in this._currentKeyframe)ae.push(fe);return ae}mergeTimelineCollectedStyles(ae){Object.keys(ae._styleSummary).forEach(fe=>{const Ye=this._styleSummary[fe],wt=ae._styleSummary[fe];(!Ye||wt.time>Ye.time)&&this._updateStyle(fe,wt.value)})}buildKeyframes(){this.applyStylesToKeyframe();const ae=new Set,fe=new Set,Ye=1===this._keyframes.size&&0===this.duration;let wt=[];this._keyframes.forEach((ri,_i)=>{const Pi=mt(ri,!0);Object.keys(Pi).forEach(tn=>{const dn=Pi[tn];dn==f.k1?ae.add(tn):dn==f.l3&&fe.add(tn)}),Ye||(Pi.offset=_i/this.duration),wt.push(Pi)});const Vt=ae.size?bt(ae.values()):[],ni=fe.size?bt(fe.values()):[];if(Ye){const ri=wt[0],_i=be(ri);ri.offset=0,_i.offset=1,wt=[ri,_i]}return Bn(this.element,wt,Vt,ni,this.duration,this.startTime,this.easing,!1)}}class _a extends ua{constructor(ae,fe,Ye,wt,Vt,ni,ri=!1){super(ae,fe,ni.delay),this.keyframes=Ye,this.preStyleProps=wt,this.postStyleProps=Vt,this._stretchStartingKeyframe=ri,this.timings={duration:ni.duration,delay:ni.delay,easing:ni.easing}}containsAnimation(){return this.keyframes.length>1}buildKeyframes(){let ae=this.keyframes,{delay:fe,duration:Ye,easing:wt}=this.timings;if(this._stretchStartingKeyframe&&fe){const Vt=[],ni=Ye+fe,ri=fe/ni,_i=mt(ae[0],!1);_i.offset=0,Vt.push(_i);const Pi=mt(ae[0],!1);Pi.offset=va(ri),Vt.push(Pi);const tn=ae.length-1;for(let dn=1;dn<=tn;dn++){let Sn=mt(ae[dn],!1);Sn.offset=va((fe+Sn.offset*Ye)/ni),Vt.push(Sn)}Ye=ni,fe=0,wt="",ae=Vt}return Bn(this.element,ae,this.preStyleProps,this.postStyleProps,Ye,fe,wt,!0)}}function va(vt,ae=3){const fe=Math.pow(10,ae-1);return Math.round(vt*fe)/fe}class cr{}class ha extends cr{normalizePropertyName(ae,fe){return qt(ae)}normalizeStyleValue(ae,fe,Ye,wt){let Vt="";const ni=Ye.toString().trim();if($a[fe]&&0!==Ye&&"0"!==Ye)if("number"==typeof Ye)Vt="px";else{const ri=Ye.match(/^[+-]?[\d\.]+([a-z]*)$/);ri&&0==ri[1].length&&wt.push(function D(vt,ae){return new t.vHH(3005,M)}())}return ni+Vt}}const $a=(()=>function sa(vt){const ae={};return vt.forEach(fe=>ae[fe]=!0),ae}("width,height,minWidth,minHeight,maxWidth,maxHeight,left,top,bottom,right,fontSize,outlineWidth,outlineOffset,paddingTop,paddingLeft,paddingBottom,paddingRight,marginTop,marginLeft,marginBottom,marginRight,borderRadius,borderWidth,borderTopWidth,borderLeftWidth,borderRightWidth,borderBottomWidth,textIndent,perspective".split(",")))();function Da(vt,ae,fe,Ye,wt,Vt,ni,ri,_i,Pi,tn,dn,Sn){return{type:0,element:vt,triggerName:ae,isRemovalTransition:wt,fromState:fe,fromStyles:Vt,toState:Ye,toStyles:ni,timelines:ri,queriedElements:_i,preStyleProps:Pi,postStyleProps:tn,totalTime:dn,errors:Sn}}const Or={};class $n{constructor(ae,fe,Ye){this._triggerName=ae,this.ast=fe,this._stateStyles=Ye}match(ae,fe,Ye,wt){return function Hr(vt,ae,fe,Ye,wt){return vt.some(Vt=>Vt(ae,fe,Ye,wt))}(this.ast.matchers,ae,fe,Ye,wt)}buildStyles(ae,fe,Ye){const wt=this._stateStyles["*"],Vt=this._stateStyles[ae],ni=wt?wt.buildStyles(fe,Ye):{};return Vt?Vt.buildStyles(fe,Ye):ni}build(ae,fe,Ye,wt,Vt,ni,ri,_i,Pi,tn){const dn=[],Sn=this.ast.options&&this.ast.options.params||Or,yn=this.buildStyles(Ye,ri&&ri.params||Or,dn),An=_i&&_i.params||Or,nr=this.buildStyles(wt,An,dn),Sr=new Set,Cr=new Map,ia=new Map,Jr="void"===wt,_r={params:Object.assign(Object.assign({},Sn),An)},Kr=tn?[]:jn(ae,fe,this.ast.animation,Vt,ni,yn,nr,_r,Pi,dn);let Zn=0;if(Kr.forEach(ja=>{Zn=Math.max(ja.duration+ja.delay,Zn)}),dn.length)return Da(fe,this._triggerName,Ye,wt,Jr,yn,nr,[],[],Cr,ia,Zn,dn);Kr.forEach(ja=>{const rt=ja.element,Et=V(Cr,rt,{});ja.preStyleProps.forEach(Rt=>Et[Rt]=!0);const Dt=V(ia,rt,{});ja.postStyleProps.forEach(Rt=>Dt[Rt]=!0),rt!==fe&&Sr.add(rt)});const vr=bt(Sr.values());return Da(fe,this._triggerName,Ye,wt,Jr,yn,nr,Kr,vr,Cr,ia,Zn)}}class Kn{constructor(ae,fe,Ye){this.styles=ae,this.defaultParams=fe,this.normalizer=Ye}buildStyles(ae,fe){const Ye={},wt=be(this.defaultParams);return Object.keys(ae).forEach(Vt=>{const ni=ae[Vt];null!=ni&&(wt[Vt]=ni)}),this.styles.styles.forEach(Vt=>{if("string"!=typeof Vt){const ni=Vt;Object.keys(ni).forEach(ri=>{let _i=ni[ri];_i.length>1&&(_i=st(_i,wt,fe));const Pi=this.normalizer.normalizePropertyName(ri,fe);_i=this.normalizer.normalizeStyleValue(ri,Pi,_i,fe),Ye[Pi]=_i})}}),Ye}}class Fr{constructor(ae,fe,Ye){this.name=ae,this.ast=fe,this._normalizer=Ye,this.transitionFactories=[],this.states={},fe.states.forEach(wt=>{this.states[wt.name]=new Kn(wt.style,wt.options&&wt.options.params||{},Ye)}),ta(this.states,"true","1"),ta(this.states,"false","0"),fe.transitions.forEach(wt=>{this.transitionFactories.push(new $n(ae,wt,this.states))}),this.fallbackTransition=function Ia(vt,ae,fe){return new $n(vt,{type:1,animation:{type:2,steps:[],options:null},matchers:[(ni,ri)=>!0],options:null,queryCount:0,depCount:0},ae)}(ae,this.states)}get containsQueries(){return this.ast.queryCount>0}matchTransition(ae,fe,Ye,wt){return this.transitionFactories.find(ni=>ni.match(ae,fe,Ye,wt))||null}matchStyles(ae,fe,Ye){return this.fallbackTransition.buildStyles(ae,fe,Ye)}}function ta(vt,ae,fe){vt.hasOwnProperty(ae)?vt.hasOwnProperty(fe)||(vt[fe]=vt[ae]):vt.hasOwnProperty(fe)&&(vt[ae]=vt[fe])}const Vr=new In;class Wr{constructor(ae,fe,Ye){this.bodyNode=ae,this._driver=fe,this._normalizer=Ye,this._animations={},this._playersById={},this.players=[]}register(ae,fe){const Ye=[],Vt=sn(this._driver,fe,Ye,[]);if(Ye.length)throw function c(vt){return new t.vHH(3503,M)}();this._animations[ae]=Vt}_buildPlayer(ae,fe,Ye){const wt=ae.element,Vt=we(0,this._normalizer,0,ae.keyframes,fe,Ye);return this._driver.animate(wt,Vt,ae.duration,ae.delay,ae.easing,[],!0)}create(ae,fe,Ye={}){const wt=[],Vt=this._animations[ae];let ni;const ri=new Map;if(Vt?(ni=jn(this._driver,fe,Vt,xt,Nt,{},{},Ye,Vr,wt),ni.forEach(tn=>{const dn=V(ri,tn.element,{});tn.postStyleProps.forEach(Sn=>dn[Sn]=null)})):(wt.push(function _(){return new t.vHH(3300,M)}()),ni=[]),wt.length)throw function E(vt){return new t.vHH(3504,M)}();ri.forEach((tn,dn)=>{Object.keys(tn).forEach(Sn=>{tn[Sn]=this._driver.computeStyle(dn,Sn,f.l3)})});const Pi=Ne(ni.map(tn=>{const dn=ri.get(tn.element);return this._buildPlayer(tn,{},dn)}));return this._playersById[ae]=Pi,Pi.onDestroy(()=>this.destroy(ae)),this.players.push(Pi),Pi}destroy(ae){const fe=this._getPlayer(ae);fe.destroy(),delete this._playersById[ae];const Ye=this.players.indexOf(fe);Ye>=0&&this.players.splice(Ye,1)}_getPlayer(ae){const fe=this._playersById[ae];if(!fe)throw function I(vt){return new t.vHH(3301,M)}();return fe}listen(ae,fe,Ye,wt){const Vt=ye(fe,"","","");return Q(this._getPlayer(ae),Ye,Vt,wt),()=>{}}command(ae,fe,Ye,wt){if("register"==Ye)return void this.register(ae,wt[0]);if("create"==Ye)return void this.create(ae,fe,wt[0]||{});const Vt=this._getPlayer(ae);switch(Ye){case"play":Vt.play();break;case"pause":Vt.pause();break;case"reset":Vt.reset();break;case"restart":Vt.restart();break;case"finish":Vt.finish();break;case"init":Vt.init();break;case"setPosition":Vt.setPosition(parseFloat(wt[0]));break;case"destroy":this.destroy(ae)}}}const qr="ng-animate-queued",zr="ng-animate-disabled",ar=[],Oa={namespaceId:"",setForRemoval:!1,setForMove:!1,hasAnimation:!1,removedBeforeQueried:!1},Ra={namespaceId:"",setForMove:!1,setForRemoval:!1,hasAnimation:!1,removedBeforeQueried:!0},er="__ng_removed";class oa{constructor(ae,fe=""){this.namespaceId=fe;const Ye=ae&&ae.hasOwnProperty("value");if(this.value=function qe(vt){return null!=vt?vt:null}(Ye?ae.value:ae),Ye){const Vt=be(ae);delete Vt.value,this.options=Vt}else this.options={};this.options.params||(this.options.params={})}get params(){return this.options.params}absorbOptions(ae){const fe=ae.params;if(fe){const Ye=this.options.params;Object.keys(fe).forEach(wt=>{null==Ye[wt]&&(Ye[wt]=fe[wt])})}}}const Yr="void",kr=new oa(Yr);class jr{constructor(ae,fe,Ye){this.id=ae,this.hostElement=fe,this._engine=Ye,this.players=[],this._triggers={},this._queue=[],this._elementListeners=new Map,this._hostClassName="ng-tns-"+ae,Oi(fe,this._hostClassName)}listen(ae,fe,Ye,wt){if(!this._triggers.hasOwnProperty(fe))throw function v(vt,ae){return new t.vHH(3302,M)}();if(null==Ye||0==Ye.length)throw function n(vt){return new t.vHH(3303,M)}();if(!function Ke(vt){return"start"==vt||"done"==vt}(Ye))throw function C(vt,ae){return new t.vHH(3400,M)}();const Vt=V(this._elementListeners,ae,[]),ni={name:fe,phase:Ye,callback:wt};Vt.push(ni);const ri=V(this._engine.statesByElement,ae,{});return ri.hasOwnProperty(fe)||(Oi(ae,Ct),Oi(ae,Ct+"-"+fe),ri[fe]=kr),()=>{this._engine.afterFlush(()=>{const _i=Vt.indexOf(ni);_i>=0&&Vt.splice(_i,1),this._triggers[fe]||delete ri[fe]})}}register(ae,fe){return!this._triggers[ae]&&(this._triggers[ae]=fe,!0)}_getTrigger(ae){const fe=this._triggers[ae];if(!fe)throw function B(vt){return new t.vHH(3401,M)}();return fe}trigger(ae,fe,Ye,wt=!0){const Vt=this._getTrigger(fe),ni=new Wa(this.id,fe,ae);let ri=this._engine.statesByElement.get(ae);ri||(Oi(ae,Ct),Oi(ae,Ct+"-"+fe),this._engine.statesByElement.set(ae,ri={}));let _i=ri[fe];const Pi=new oa(Ye,this.id);if(!(Ye&&Ye.hasOwnProperty("value"))&&_i&&Pi.absorbOptions(_i.options),ri[fe]=Pi,_i||(_i=kr),Pi.value!==Yr&&_i.value===Pi.value){if(!function gt(vt,ae){const fe=Object.keys(vt),Ye=Object.keys(ae);if(fe.length!=Ye.length)return!1;for(let wt=0;wt{tt(ae,nr),Re(ae,Sr)})}return}const Sn=V(this._engine.playersByElement,ae,[]);Sn.forEach(An=>{An.namespaceId==this.id&&An.triggerName==fe&&An.queued&&An.destroy()});let Hn=Vt.matchTransition(_i.value,Pi.value,ae,Pi.params),yn=!1;if(!Hn){if(!wt)return;Hn=Vt.fallbackTransition,yn=!0}return this._engine.totalQueuedPlayers++,this._queue.push({element:ae,triggerName:fe,transition:Hn,fromState:_i,toState:Pi,player:ni,isFallbackTransition:yn}),yn||(Oi(ae,qr),ni.onStart(()=>{rn(ae,qr)})),ni.onDone(()=>{let An=this.players.indexOf(ni);An>=0&&this.players.splice(An,1);const nr=this._engine.playersByElement.get(ae);if(nr){let Sr=nr.indexOf(ni);Sr>=0&&nr.splice(Sr,1)}}),this.players.push(ni),Sn.push(ni),ni}deregister(ae){delete this._triggers[ae],this._engine.statesByElement.forEach((fe,Ye)=>{delete fe[ae]}),this._elementListeners.forEach((fe,Ye)=>{this._elementListeners.set(Ye,fe.filter(wt=>wt.name!=ae))})}clearElementCache(ae){this._engine.statesByElement.delete(ae),this._elementListeners.delete(ae);const fe=this._engine.playersByElement.get(ae);fe&&(fe.forEach(Ye=>Ye.destroy()),this._engine.playersByElement.delete(ae))}_signalRemovalForInnerTriggers(ae,fe){const Ye=this._engine.driver.query(ae,et,!0);Ye.forEach(wt=>{if(wt[er])return;const Vt=this._engine.fetchNamespacesByElement(wt);Vt.size?Vt.forEach(ni=>ni.triggerLeaveAnimation(wt,fe,!1,!0)):this.clearElementCache(wt)}),this._engine.afterFlushAnimationsDone(()=>Ye.forEach(wt=>this.clearElementCache(wt)))}triggerLeaveAnimation(ae,fe,Ye,wt){const Vt=this._engine.statesByElement.get(ae),ni=new Map;if(Vt){const ri=[];if(Object.keys(Vt).forEach(_i=>{if(ni.set(_i,Vt[_i].value),this._triggers[_i]){const Pi=this.trigger(ae,_i,Yr,wt);Pi&&ri.push(Pi)}}),ri.length)return this._engine.markElementAsRemoved(this.id,ae,!0,fe,ni),Ye&&Ne(ri).onDone(()=>this._engine.processLeaveNode(ae)),!0}return!1}prepareLeaveAnimationListeners(ae){const fe=this._elementListeners.get(ae),Ye=this._engine.statesByElement.get(ae);if(fe&&Ye){const wt=new Set;fe.forEach(Vt=>{const ni=Vt.name;if(wt.has(ni))return;wt.add(ni);const _i=this._triggers[ni].fallbackTransition,Pi=Ye[ni]||kr,tn=new oa(Yr),dn=new Wa(this.id,ni,ae);this._engine.totalQueuedPlayers++,this._queue.push({element:ae,triggerName:ni,transition:_i,fromState:Pi,toState:tn,player:dn,isFallbackTransition:!0})})}}removeNode(ae,fe){const Ye=this._engine;if(ae.childElementCount&&this._signalRemovalForInnerTriggers(ae,fe),this.triggerLeaveAnimation(ae,fe,!0))return;let wt=!1;if(Ye.totalAnimations){const Vt=Ye.players.length?Ye.playersByQueriedElement.get(ae):[];if(Vt&&Vt.length)wt=!0;else{let ni=ae;for(;ni=ni.parentNode;)if(Ye.statesByElement.get(ni)){wt=!0;break}}}if(this.prepareLeaveAnimationListeners(ae),wt)Ye.markElementAsRemoved(this.id,ae,!1,fe);else{const Vt=ae[er];(!Vt||Vt===Oa)&&(Ye.afterFlush(()=>this.clearElementCache(ae)),Ye.destroyInnerAnimations(ae),Ye._onRemovalComplete(ae,fe))}}insertNode(ae,fe){Oi(ae,this._hostClassName)}drainQueuedTransitions(ae){const fe=[];return this._queue.forEach(Ye=>{const wt=Ye.player;if(wt.destroyed)return;const Vt=Ye.element,ni=this._elementListeners.get(Vt);ni&&ni.forEach(ri=>{if(ri.name==Ye.triggerName){const _i=ye(Vt,Ye.triggerName,Ye.fromState.value,Ye.toState.value);_i._data=ae,Q(Ye.player,ri.phase,_i,ri.callback)}}),wt.markedForDestroy?this._engine.afterFlush(()=>{wt.destroy()}):fe.push(Ye)}),this._queue=[],fe.sort((Ye,wt)=>{const Vt=Ye.transition.ast.depCount,ni=wt.transition.ast.depCount;return 0==Vt||0==ni?Vt-ni:this._engine.driver.containsElement(Ye.element,wt.element)?1:-1})}destroy(ae){this.players.forEach(fe=>fe.destroy()),this._signalRemovalForInnerTriggers(this.hostElement,ae)}elementContainsData(ae){let fe=!1;return this._elementListeners.has(ae)&&(fe=!0),fe=!!this._queue.find(Ye=>Ye.element===ae)||fe,fe}}class ba{constructor(ae,fe,Ye){this.bodyNode=ae,this.driver=fe,this._normalizer=Ye,this.players=[],this.newHostElements=new Map,this.playersByElement=new Map,this.playersByQueriedElement=new Map,this.statesByElement=new Map,this.disabledNodes=new Set,this.totalAnimations=0,this.totalQueuedPlayers=0,this._namespaceLookup={},this._namespaceList=[],this._flushFns=[],this._whenQuietFns=[],this.namespacesByHostElement=new Map,this.collectedEnterElements=[],this.collectedLeaveElements=[],this.onRemovalComplete=(wt,Vt)=>{}}_onRemovalComplete(ae,fe){this.onRemovalComplete(ae,fe)}get queuedPlayers(){const ae=[];return this._namespaceList.forEach(fe=>{fe.players.forEach(Ye=>{Ye.queued&&ae.push(Ye)})}),ae}createNamespace(ae,fe){const Ye=new jr(ae,fe,this);return this.bodyNode&&this.driver.containsElement(this.bodyNode,fe)?this._balanceNamespaceList(Ye,fe):(this.newHostElements.set(fe,Ye),this.collectEnterElement(fe)),this._namespaceLookup[ae]=Ye}_balanceNamespaceList(ae,fe){const Ye=this._namespaceList,wt=this.namespacesByHostElement,Vt=Ye.length-1;if(Vt>=0){let ni=!1;if(void 0!==this.driver.getParentElement){let ri=this.driver.getParentElement(fe);for(;ri;){const _i=wt.get(ri);if(_i){const Pi=Ye.indexOf(_i);Ye.splice(Pi+1,0,ae),ni=!0;break}ri=this.driver.getParentElement(ri)}}else for(let ri=Vt;ri>=0;ri--)if(this.driver.containsElement(Ye[ri].hostElement,fe)){Ye.splice(ri+1,0,ae),ni=!0;break}ni||Ye.unshift(ae)}else Ye.push(ae);return wt.set(fe,ae),ae}register(ae,fe){let Ye=this._namespaceLookup[ae];return Ye||(Ye=this.createNamespace(ae,fe)),Ye}registerTrigger(ae,fe,Ye){let wt=this._namespaceLookup[ae];wt&&wt.register(fe,Ye)&&this.totalAnimations++}destroy(ae,fe){if(!ae)return;const Ye=this._fetchNamespace(ae);this.afterFlush(()=>{this.namespacesByHostElement.delete(Ye.hostElement),delete this._namespaceLookup[ae];const wt=this._namespaceList.indexOf(Ye);wt>=0&&this._namespaceList.splice(wt,1)}),this.afterFlushAnimationsDone(()=>Ye.destroy(fe))}_fetchNamespace(ae){return this._namespaceLookup[ae]}fetchNamespacesByElement(ae){const fe=new Set,Ye=this.statesByElement.get(ae);if(Ye){const wt=Object.keys(Ye);for(let Vt=0;Vt=0&&this.collectedLeaveElements.splice(ni,1)}if(ae){const ni=this._fetchNamespace(ae);ni&&ni.insertNode(fe,Ye)}wt&&this.collectEnterElement(fe)}collectEnterElement(ae){this.collectedEnterElements.push(ae)}markElementAsDisabled(ae,fe){fe?this.disabledNodes.has(ae)||(this.disabledNodes.add(ae),Oi(ae,zr)):this.disabledNodes.has(ae)&&(this.disabledNodes.delete(ae),rn(ae,zr))}removeNode(ae,fe,Ye,wt){if(St(fe)){const Vt=ae?this._fetchNamespace(ae):null;if(Vt?Vt.removeNode(fe,wt):this.markElementAsRemoved(ae,fe,!1,wt),Ye){const ni=this.namespacesByHostElement.get(fe);ni&&ni.id!==ae&&ni.removeNode(fe,wt)}}else this._onRemovalComplete(fe,wt)}markElementAsRemoved(ae,fe,Ye,wt,Vt){this.collectedLeaveElements.push(fe),fe[er]={namespaceId:ae,setForRemoval:wt,hasAnimation:Ye,removedBeforeQueried:!1,previousTriggersValues:Vt}}listen(ae,fe,Ye,wt,Vt){return St(fe)?this._fetchNamespace(ae).listen(fe,Ye,wt,Vt):()=>{}}_buildInstruction(ae,fe,Ye,wt,Vt){return ae.transition.build(this.driver,ae.element,ae.fromState.value,ae.toState.value,Ye,wt,ae.fromState.options,ae.toState.options,fe,Vt)}destroyInnerAnimations(ae){let fe=this.driver.query(ae,et,!0);fe.forEach(Ye=>this.destroyActiveAnimationsForElement(Ye)),0!=this.playersByQueriedElement.size&&(fe=this.driver.query(ae,ei,!0),fe.forEach(Ye=>this.finishActiveQueriedAnimationOnElement(Ye)))}destroyActiveAnimationsForElement(ae){const fe=this.playersByElement.get(ae);fe&&fe.forEach(Ye=>{Ye.queued?Ye.markedForDestroy=!0:Ye.destroy()})}finishActiveQueriedAnimationOnElement(ae){const fe=this.playersByQueriedElement.get(ae);fe&&fe.forEach(Ye=>Ye.finish())}whenRenderingDone(){return new Promise(ae=>{if(this.players.length)return Ne(this.players).onDone(()=>ae());ae()})}processLeaveNode(ae){var fe;const Ye=ae[er];if(Ye&&Ye.setForRemoval){if(ae[er]=Oa,Ye.namespaceId){this.destroyInnerAnimations(ae);const wt=this._fetchNamespace(Ye.namespaceId);wt&&wt.clearElementCache(ae)}this._onRemovalComplete(ae,Ye.setForRemoval)}(null===(fe=ae.classList)||void 0===fe?void 0:fe.contains(zr))&&this.markElementAsDisabled(ae,!1),this.driver.query(ae,".ng-animate-disabled",!0).forEach(wt=>{this.markElementAsDisabled(wt,!1)})}flush(ae=-1){let fe=[];if(this.newHostElements.size&&(this.newHostElements.forEach((Ye,wt)=>this._balanceNamespaceList(Ye,wt)),this.newHostElements.clear()),this.totalAnimations&&this.collectedEnterElements.length)for(let Ye=0;YeYe()),this._flushFns=[],this._whenQuietFns.length){const Ye=this._whenQuietFns;this._whenQuietFns=[],fe.length?Ne(fe).onDone(()=>{Ye.forEach(wt=>wt())}):Ye.forEach(wt=>wt())}}reportError(ae){throw function P(vt){return new t.vHH(3402,M)}()}_flushAnimations(ae,fe){const Ye=new In,wt=[],Vt=new Map,ni=[],ri=new Map,_i=new Map,Pi=new Map,tn=new Set;this.disabledNodes.forEach(ti=>{tn.add(ti);const pi=this.driver.query(ti,".ng-animate-queued",!0);for(let Li=0;Li{const Li=xt+An++;yn.set(pi,Li),ti.forEach(Qi=>Oi(Qi,Li))});const nr=[],Sr=new Set,Cr=new Set;for(let ti=0;tiSr.add(Qi)):Cr.add(pi))}const ia=new Map,Jr=Ti(Sn,Array.from(Sr));Jr.forEach((ti,pi)=>{const Li=Nt+An++;ia.set(pi,Li),ti.forEach(Qi=>Oi(Qi,Li))}),ae.push(()=>{Hn.forEach((ti,pi)=>{const Li=yn.get(pi);ti.forEach(Qi=>rn(Qi,Li))}),Jr.forEach((ti,pi)=>{const Li=ia.get(pi);ti.forEach(Qi=>rn(Qi,Li))}),nr.forEach(ti=>{this.processLeaveNode(ti)})});const _r=[],Kr=[];for(let ti=this._namespaceList.length-1;ti>=0;ti--)this._namespaceList[ti].drainQueuedTransitions(fe).forEach(Li=>{const Qi=Li.player,Xi=Li.element;if(_r.push(Qi),this.collectedEnterElements.length){const or=Xi[er];if(or&&or.setForMove){if(or.previousTriggersValues&&or.previousTriggersValues.has(Li.triggerName)){const Er=or.previousTriggersValues.get(Li.triggerName),yr=this.statesByElement.get(Li.element);yr&&yr[Li.triggerName]&&(yr[Li.triggerName].value=Er)}return void Qi.destroy()}}const on=!dn||!this.driver.containsElement(dn,Xi),bn=ia.get(Xi),tr=yn.get(Xi),Pn=this._buildInstruction(Li,Ye,tr,bn,on);if(Pn.errors&&Pn.errors.length)return void Kr.push(Pn);if(on)return Qi.onStart(()=>tt(Xi,Pn.fromStyles)),Qi.onDestroy(()=>Re(Xi,Pn.toStyles)),void wt.push(Qi);if(Li.isFallbackTransition)return Qi.onStart(()=>tt(Xi,Pn.fromStyles)),Qi.onDestroy(()=>Re(Xi,Pn.toStyles)),void wt.push(Qi);const la=[];Pn.timelines.forEach(or=>{or.stretchStartingKeyframe=!0,this.disabledNodes.has(or.element)||la.push(or)}),Pn.timelines=la,Ye.append(Xi,Pn.timelines),ni.push({instruction:Pn,player:Qi,element:Xi}),Pn.queriedElements.forEach(or=>V(ri,or,[]).push(Qi)),Pn.preStyleProps.forEach((or,Er)=>{const yr=Object.keys(or);if(yr.length){let Ur=_i.get(Er);Ur||_i.set(Er,Ur=new Set),yr.forEach(Xr=>Ur.add(Xr))}}),Pn.postStyleProps.forEach((or,Er)=>{const yr=Object.keys(or);let Ur=Pi.get(Er);Ur||Pi.set(Er,Ur=new Set),yr.forEach(Xr=>Ur.add(Xr))})});if(Kr.length){const ti=[];Kr.forEach(pi=>{ti.push(function q(vt,ae){return new t.vHH(3505,M)}())}),_r.forEach(pi=>pi.destroy()),this.reportError(ti)}const Zn=new Map,vr=new Map;ni.forEach(ti=>{const pi=ti.element;Ye.has(pi)&&(vr.set(pi,pi),this._beforeAnimationBuild(ti.player.namespaceId,ti.instruction,Zn))}),wt.forEach(ti=>{const pi=ti.element;this._getPreviousPlayers(pi,!1,ti.namespaceId,ti.triggerName,null).forEach(Qi=>{V(Zn,pi,[]).push(Qi),Qi.destroy()})});const ja=nr.filter(ti=>Qt(ti,_i,Pi)),rt=new Map;ai(rt,this.driver,Cr,Pi,f.l3).forEach(ti=>{Qt(ti,_i,Pi)&&ja.push(ti)});const Dt=new Map;Hn.forEach((ti,pi)=>{ai(Dt,this.driver,new Set(ti),_i,f.k1)}),ja.forEach(ti=>{const pi=rt.get(ti),Li=Dt.get(ti);rt.set(ti,Object.assign(Object.assign({},pi),Li))});const Rt=[],Jt=[],Ci={};ni.forEach(ti=>{const{element:pi,player:Li,instruction:Qi}=ti;if(Ye.has(pi)){if(tn.has(pi))return Li.onDestroy(()=>Re(pi,Qi.toStyles)),Li.disabled=!0,Li.overrideTotalTime(Qi.totalTime),void wt.push(Li);let Xi=Ci;if(vr.size>1){let bn=pi;const tr=[];for(;bn=bn.parentNode;){const Pn=vr.get(bn);if(Pn){Xi=Pn;break}tr.push(bn)}tr.forEach(Pn=>vr.set(Pn,Xi))}const on=this._buildAnimation(Li.namespaceId,Qi,Zn,Vt,Dt,rt);if(Li.setRealPlayer(on),Xi===Ci)Rt.push(Li);else{const bn=this.playersByElement.get(Xi);bn&&bn.length&&(Li.parentPlayer=Ne(bn)),wt.push(Li)}}else tt(pi,Qi.fromStyles),Li.onDestroy(()=>Re(pi,Qi.toStyles)),Jt.push(Li),tn.has(pi)&&wt.push(Li)}),Jt.forEach(ti=>{const pi=Vt.get(ti.element);if(pi&&pi.length){const Li=Ne(pi);ti.setRealPlayer(Li)}}),wt.forEach(ti=>{ti.parentPlayer?ti.syncPlayerEvents(ti.parentPlayer):ti.destroy()});for(let ti=0;ti!on.destroyed);Xi.length?qn(this,pi,Xi):this.processLeaveNode(pi)}return nr.length=0,Rt.forEach(ti=>{this.players.push(ti),ti.onDone(()=>{ti.destroy();const pi=this.players.indexOf(ti);this.players.splice(pi,1)}),ti.play()}),Rt}elementContainsData(ae,fe){let Ye=!1;const wt=fe[er];return wt&&wt.setForRemoval&&(Ye=!0),this.playersByElement.has(fe)&&(Ye=!0),this.playersByQueriedElement.has(fe)&&(Ye=!0),this.statesByElement.has(fe)&&(Ye=!0),this._fetchNamespace(ae).elementContainsData(fe)||Ye}afterFlush(ae){this._flushFns.push(ae)}afterFlushAnimationsDone(ae){this._whenQuietFns.push(ae)}_getPreviousPlayers(ae,fe,Ye,wt,Vt){let ni=[];if(fe){const ri=this.playersByQueriedElement.get(ae);ri&&(ni=ri)}else{const ri=this.playersByElement.get(ae);if(ri){const _i=!Vt||Vt==Yr;ri.forEach(Pi=>{Pi.queued||!_i&&Pi.triggerName!=wt||ni.push(Pi)})}}return(Ye||wt)&&(ni=ni.filter(ri=>!(Ye&&Ye!=ri.namespaceId||wt&&wt!=ri.triggerName))),ni}_beforeAnimationBuild(ae,fe,Ye){const Vt=fe.element,ni=fe.isRemovalTransition?void 0:ae,ri=fe.isRemovalTransition?void 0:fe.triggerName;for(const _i of fe.timelines){const Pi=_i.element,tn=Pi!==Vt,dn=V(Ye,Pi,[]);this._getPreviousPlayers(Pi,tn,ni,ri,fe.toState).forEach(Hn=>{const yn=Hn.getRealPlayer();yn.beforeDestroy&&yn.beforeDestroy(),Hn.destroy(),dn.push(Hn)})}tt(Vt,fe.fromStyles)}_buildAnimation(ae,fe,Ye,wt,Vt,ni){const ri=fe.triggerName,_i=fe.element,Pi=[],tn=new Set,dn=new Set,Sn=fe.timelines.map(yn=>{const An=yn.element;tn.add(An);const nr=An[er];if(nr&&nr.removedBeforeQueried)return new f.ZN(yn.duration,yn.delay);const Sr=An!==_i,Cr=function Ot(vt){const ae=[];return oi(vt,ae),ae}((Ye.get(An)||ar).map(Zn=>Zn.getRealPlayer())).filter(Zn=>!!Zn.element&&Zn.element===An),ia=Vt.get(An),Jr=ni.get(An),_r=we(0,this._normalizer,0,yn.keyframes,ia,Jr),Kr=this._buildPlayer(yn,_r,Cr);if(yn.subTimeline&&wt&&dn.add(An),Sr){const Zn=new Wa(ae,ri,An);Zn.setRealPlayer(Kr),Pi.push(Zn)}return Kr});Pi.forEach(yn=>{V(this.playersByQueriedElement,yn.element,[]).push(yn),yn.onDone(()=>function Qn(vt,ae,fe){let Ye;if(vt instanceof Map){if(Ye=vt.get(ae),Ye){if(Ye.length){const wt=Ye.indexOf(fe);Ye.splice(wt,1)}0==Ye.length&&vt.delete(ae)}}else if(Ye=vt[ae],Ye){if(Ye.length){const wt=Ye.indexOf(fe);Ye.splice(wt,1)}0==Ye.length&&delete vt[ae]}return Ye}(this.playersByQueriedElement,yn.element,yn))}),tn.forEach(yn=>Oi(yn,yt));const Hn=Ne(Sn);return Hn.onDestroy(()=>{tn.forEach(yn=>rn(yn,yt)),Re(_i,fe.toStyles)}),dn.forEach(yn=>{V(wt,yn,[]).push(Hn)}),Hn}_buildPlayer(ae,fe,Ye){return fe.length>0?this.driver.animate(ae.element,fe,ae.duration,ae.delay,ae.easing,Ye):new f.ZN(ae.duration,ae.delay)}}class Wa{constructor(ae,fe,Ye){this.namespaceId=ae,this.triggerName=fe,this.element=Ye,this._player=new f.ZN,this._containsRealPlayer=!1,this._queuedCallbacks={},this.destroyed=!1,this.markedForDestroy=!1,this.disabled=!1,this.queued=!0,this.totalTime=0}setRealPlayer(ae){this._containsRealPlayer||(this._player=ae,Object.keys(this._queuedCallbacks).forEach(fe=>{this._queuedCallbacks[fe].forEach(Ye=>Q(ae,fe,void 0,Ye))}),this._queuedCallbacks={},this._containsRealPlayer=!0,this.overrideTotalTime(ae.totalTime),this.queued=!1)}getRealPlayer(){return this._player}overrideTotalTime(ae){this.totalTime=ae}syncPlayerEvents(ae){const fe=this._player;fe.triggerCallback&&ae.onStart(()=>fe.triggerCallback("start")),ae.onDone(()=>this.finish()),ae.onDestroy(()=>this.destroy())}_queueEvent(ae,fe){V(this._queuedCallbacks,ae,[]).push(fe)}onDone(ae){this.queued&&this._queueEvent("done",ae),this._player.onDone(ae)}onStart(ae){this.queued&&this._queueEvent("start",ae),this._player.onStart(ae)}onDestroy(ae){this.queued&&this._queueEvent("destroy",ae),this._player.onDestroy(ae)}init(){this._player.init()}hasStarted(){return!this.queued&&this._player.hasStarted()}play(){!this.queued&&this._player.play()}pause(){!this.queued&&this._player.pause()}restart(){!this.queued&&this._player.restart()}finish(){this._player.finish()}destroy(){this.destroyed=!0,this._player.destroy()}reset(){!this.queued&&this._player.reset()}setPosition(ae){this.queued||this._player.setPosition(ae)}getPosition(){return this.queued?0:this._player.getPosition()}triggerCallback(ae){const fe=this._player;fe.triggerCallback&&fe.triggerCallback(ae)}}function St(vt){return vt&&1===vt.nodeType}function kt(vt,ae){const fe=vt.style.display;return vt.style.display=null!=ae?ae:"none",fe}function ai(vt,ae,fe,Ye,wt){const Vt=[];fe.forEach(_i=>Vt.push(kt(_i)));const ni=[];Ye.forEach((_i,Pi)=>{const tn={};_i.forEach(dn=>{const Sn=tn[dn]=ae.computeStyle(Pi,dn,wt);(!Sn||0==Sn.length)&&(Pi[er]=Ra,ni.push(Pi))}),vt.set(Pi,tn)});let ri=0;return fe.forEach(_i=>kt(_i,Vt[ri++])),ni}function Ti(vt,ae){const fe=new Map;if(vt.forEach(ri=>fe.set(ri,[])),0==ae.length)return fe;const wt=new Set(ae),Vt=new Map;function ni(ri){if(!ri)return 1;let _i=Vt.get(ri);if(_i)return _i;const Pi=ri.parentNode;return _i=fe.has(Pi)?Pi:wt.has(Pi)?1:ni(Pi),Vt.set(ri,_i),_i}return ae.forEach(ri=>{const _i=ni(ri);1!==_i&&fe.get(_i).push(ri)}),fe}function Oi(vt,ae){var fe;null===(fe=vt.classList)||void 0===fe||fe.add(ae)}function rn(vt,ae){var fe;null===(fe=vt.classList)||void 0===fe||fe.remove(ae)}function qn(vt,ae,fe){Ne(fe).onDone(()=>vt.processLeaveNode(ae))}function oi(vt,ae){for(let fe=0;fewt.add(Vt)):ae.set(vt,Ye),fe.delete(vt),!0}class Di{constructor(ae,fe,Ye){this.bodyNode=ae,this._driver=fe,this._normalizer=Ye,this._triggerCache={},this.onRemovalComplete=(wt,Vt)=>{},this._transitionEngine=new ba(ae,fe,Ye),this._timelineEngine=new Wr(ae,fe,Ye),this._transitionEngine.onRemovalComplete=(wt,Vt)=>this.onRemovalComplete(wt,Vt)}registerTrigger(ae,fe,Ye,wt,Vt){const ni=ae+"-"+wt;let ri=this._triggerCache[ni];if(!ri){const _i=[],tn=sn(this._driver,Vt,_i,[]);if(_i.length)throw function r(vt,ae){return new t.vHH(3404,M)}();ri=function zn(vt,ae,fe){return new Fr(vt,ae,fe)}(wt,tn,this._normalizer),this._triggerCache[ni]=ri}this._transitionEngine.registerTrigger(fe,wt,ri)}register(ae,fe){this._transitionEngine.register(ae,fe)}destroy(ae,fe){this._transitionEngine.destroy(ae,fe)}onInsert(ae,fe,Ye,wt){this._transitionEngine.insertNode(ae,fe,Ye,wt)}onRemove(ae,fe,Ye,wt){this._transitionEngine.removeNode(ae,fe,wt||!1,Ye)}disableAnimations(ae,fe){this._transitionEngine.markElementAsDisabled(ae,fe)}process(ae,fe,Ye,wt){if("@"==Ye.charAt(0)){const[Vt,ni]=Ae(Ye);this._timelineEngine.command(Vt,fe,ni,wt)}else this._transitionEngine.trigger(ae,fe,Ye,wt)}listen(ae,fe,Ye,wt,Vt){if("@"==Ye.charAt(0)){const[ni,ri]=Ae(Ye);return this._timelineEngine.listen(ni,fe,ri,Vt)}return this._transitionEngine.listen(ae,fe,Ye,wt,Vt)}flush(ae=-1){this._transitionEngine.flush(ae)}get players(){return this._transitionEngine.players.concat(this._timelineEngine.players)}whenRenderingDone(){return this._transitionEngine.whenRenderingDone()}}let $e=(()=>{class vt{constructor(fe,Ye,wt){this._element=fe,this._startStyles=Ye,this._endStyles=wt,this._state=0;let Vt=vt.initialStylesByElement.get(fe);Vt||vt.initialStylesByElement.set(fe,Vt={}),this._initialStyles=Vt}start(){this._state<1&&(this._startStyles&&Re(this._element,this._startStyles,this._initialStyles),this._state=1)}finish(){this.start(),this._state<2&&(Re(this._element,this._initialStyles),this._endStyles&&(Re(this._element,this._endStyles),this._endStyles=null),this._state=1)}destroy(){this.finish(),this._state<3&&(vt.initialStylesByElement.delete(this._element),this._startStyles&&(tt(this._element,this._startStyles),this._endStyles=null),this._endStyles&&(tt(this._element,this._endStyles),this._endStyles=null),Re(this._element,this._initialStyles),this._state=3)}}return vt.initialStylesByElement=new WeakMap,vt})();function We(vt){let ae=null;const fe=Object.keys(vt);for(let Ye=0;Yeae()),this._onDoneFns=[])}init(){this._buildPlayer(),this._preparePlayerBeforeStart()}_buildPlayer(){if(this._initialized)return;this._initialized=!0;const ae=this.keyframes;this.domPlayer=this._triggerWebAnimation(this.element,ae,this.options),this._finalKeyframe=ae.length?ae[ae.length-1]:{},this.domPlayer.addEventListener("finish",()=>this._onFinish())}_preparePlayerBeforeStart(){this._delay?this._resetDomPlayerState():this.domPlayer.pause()}_triggerWebAnimation(ae,fe,Ye){return ae.animate(fe,Ye)}onStart(ae){this._onStartFns.push(ae)}onDone(ae){this._onDoneFns.push(ae)}onDestroy(ae){this._onDestroyFns.push(ae)}play(){this._buildPlayer(),this.hasStarted()||(this._onStartFns.forEach(ae=>ae()),this._onStartFns=[],this._started=!0,this._specialStyles&&this._specialStyles.start()),this.domPlayer.play()}pause(){this.init(),this.domPlayer.pause()}finish(){this.init(),this._specialStyles&&this._specialStyles.finish(),this._onFinish(),this.domPlayer.finish()}reset(){this._resetDomPlayerState(),this._destroyed=!1,this._finished=!1,this._started=!1}_resetDomPlayerState(){this.domPlayer&&this.domPlayer.cancel()}restart(){this.reset(),this.play()}hasStarted(){return this._started}destroy(){this._destroyed||(this._destroyed=!0,this._resetDomPlayerState(),this._onFinish(),this._specialStyles&&this._specialStyles.destroy(),this._onDestroyFns.forEach(ae=>ae()),this._onDestroyFns=[])}setPosition(ae){void 0===this.domPlayer&&this.init(),this.domPlayer.currentTime=ae*this.time}getPosition(){return this.domPlayer.currentTime/this.time}get totalTime(){return this._delay+this._duration}beforeDestroy(){const ae={};if(this.hasStarted()){const fe=this._finalKeyframe;Object.keys(fe).forEach(Ye=>{"offset"!=Ye&&(ae[Ye]=this._finished?fe[Ye]:en(this.element,Ye))})}this.currentSnapshot=ae}triggerCallback(ae){const fe="start"==ae?this._onStartFns:this._onDoneFns;fe.forEach(Ye=>Ye()),fe.length=0}}class yi{validateStyleProperty(ae){return ue(ae)}matchesElement(ae,fe){return!1}containsElement(ae,fe){return Le(ae,fe)}getParentElement(ae){return le(ae)}query(ae,fe,Ye){return ut(ae,fe,Ye)}computeStyle(ae,fe,Ye){return window.getComputedStyle(ae)[fe]}animate(ae,fe,Ye,wt,Vt,ni=[]){const _i={duration:Ye,delay:wt,fill:0==wt?"both":"forwards"};Vt&&(_i.easing=Vt);const Pi={},tn=ni.filter(Sn=>Sn instanceof Lt);(function Ji(vt,ae){return 0===vt||0===ae})(Ye,wt)&&tn.forEach(Sn=>{let Hn=Sn.currentSnapshot;Object.keys(Hn).forEach(yn=>Pi[yn]=Hn[yn])}),fe=function fi(vt,ae,fe){const Ye=Object.keys(fe);if(Ye.length&&ae.length){let Vt=ae[0],ni=[];if(Ye.forEach(ri=>{Vt.hasOwnProperty(ri)||ni.push(ri),Vt[ri]=fe[ri]}),ni.length)for(var wt=1;wtmt(Sn,!1)),Pi);const dn=function Yi(vt,ae){let fe=null,Ye=null;return Array.isArray(ae)&&ae.length?(fe=We(ae[0]),ae.length>1&&(Ye=We(ae[ae.length-1]))):ae&&(fe=We(ae)),fe||Ye?new $e(vt,fe,Ye):null}(ae,fe);return new Lt(ae,fe,_i,dn)}}var Ki=p(9808);let Ln=(()=>{class vt extends f._j{constructor(fe,Ye){super(),this._nextAnimationId=0,this._renderer=fe.createRenderer(Ye.body,{id:"0",encapsulation:t.ifc.None,styles:[],data:{animation:[]}})}build(fe){const Ye=this._nextAnimationId.toString();this._nextAnimationId++;const wt=Array.isArray(fe)?(0,f.vP)(fe):fe;return wa(this._renderer,null,Ye,"register",[wt]),new Br(Ye,this._renderer)}}return vt.\u0275fac=function(fe){return new(fe||vt)(t.LFG(t.FYo),t.LFG(Ki.K0))},vt.\u0275prov=t.Yz7({token:vt,factory:vt.\u0275fac}),vt})();class Br extends f.LC{constructor(ae,fe){super(),this._id=ae,this._renderer=fe}create(ae,fe){return new Ma(this._id,ae,fe||{},this._renderer)}}class Ma{constructor(ae,fe,Ye,wt){this.id=ae,this.element=fe,this._renderer=wt,this.parentPlayer=null,this._started=!1,this.totalTime=0,this._command("create",Ye)}_listen(ae,fe){return this._renderer.listen(this.element,`@@${this.id}:${ae}`,fe)}_command(ae,...fe){return wa(this._renderer,this.element,this.id,ae,fe)}onDone(ae){this._listen("done",ae)}onStart(ae){this._listen("start",ae)}onDestroy(ae){this._listen("destroy",ae)}init(){this._command("init")}hasStarted(){return this._started}play(){this._command("play"),this._started=!0}pause(){this._command("pause")}restart(){this._command("restart")}finish(){this._command("finish")}destroy(){this._command("destroy")}reset(){this._command("reset"),this._started=!1}setPosition(ae){this._command("setPosition",ae)}getPosition(){var ae,fe;return null!==(fe=null===(ae=this._renderer.engine.players[+this.id])||void 0===ae?void 0:ae.getPosition())&&void 0!==fe?fe:0}}function wa(vt,ae,fe,Ye,wt){return vt.setProperty(ae,`@@${fe}:${Ye}`,wt)}const Fi="@.disabled";let Gn=(()=>{class vt{constructor(fe,Ye,wt){this.delegate=fe,this.engine=Ye,this._zone=wt,this._currentId=0,this._microtaskId=1,this._animationCallbacksBuffer=[],this._rendererCache=new Map,this._cdRecurDepth=0,this.promise=Promise.resolve(0),Ye.onRemovalComplete=(Vt,ni)=>{const ri=null==ni?void 0:ni.parentNode(Vt);ri&&ni.removeChild(ri,Vt)}}createRenderer(fe,Ye){const Vt=this.delegate.createRenderer(fe,Ye);if(!(fe&&Ye&&Ye.data&&Ye.data.animation)){let tn=this._rendererCache.get(Vt);return tn||(tn=new Fs("",Vt,this.engine),this._rendererCache.set(Vt,tn)),tn}const ni=Ye.id,ri=Ye.id+"-"+this._currentId;this._currentId++,this.engine.register(ri,fe);const _i=tn=>{Array.isArray(tn)?tn.forEach(_i):this.engine.registerTrigger(ni,ri,fe,tn.name,tn)};return Ye.data.animation.forEach(_i),new gr(this,ri,Vt,this.engine)}begin(){this._cdRecurDepth++,this.delegate.begin&&this.delegate.begin()}_scheduleCountTask(){this.promise.then(()=>{this._microtaskId++})}scheduleListenerCallback(fe,Ye,wt){fe>=0&&feYe(wt)):(0==this._animationCallbacksBuffer.length&&Promise.resolve(null).then(()=>{this._zone.run(()=>{this._animationCallbacksBuffer.forEach(Vt=>{const[ni,ri]=Vt;ni(ri)}),this._animationCallbacksBuffer=[]})}),this._animationCallbacksBuffer.push([Ye,wt]))}end(){this._cdRecurDepth--,0==this._cdRecurDepth&&this._zone.runOutsideAngular(()=>{this._scheduleCountTask(),this.engine.flush(this._microtaskId)}),this.delegate.end&&this.delegate.end()}whenRenderingDone(){return this.engine.whenRenderingDone()}}return vt.\u0275fac=function(fe){return new(fe||vt)(t.LFG(t.FYo),t.LFG(Di),t.LFG(t.R0b))},vt.\u0275prov=t.Yz7({token:vt,factory:vt.\u0275fac}),vt})();class Fs{constructor(ae,fe,Ye){this.namespaceId=ae,this.delegate=fe,this.engine=Ye,this.destroyNode=this.delegate.destroyNode?wt=>fe.destroyNode(wt):null}get data(){return this.delegate.data}destroy(){this.engine.destroy(this.namespaceId,this.delegate),this.delegate.destroy()}createElement(ae,fe){return this.delegate.createElement(ae,fe)}createComment(ae){return this.delegate.createComment(ae)}createText(ae){return this.delegate.createText(ae)}appendChild(ae,fe){this.delegate.appendChild(ae,fe),this.engine.onInsert(this.namespaceId,fe,ae,!1)}insertBefore(ae,fe,Ye,wt=!0){this.delegate.insertBefore(ae,fe,Ye),this.engine.onInsert(this.namespaceId,fe,ae,wt)}removeChild(ae,fe,Ye){this.engine.onRemove(this.namespaceId,fe,this.delegate,Ye)}selectRootElement(ae,fe){return this.delegate.selectRootElement(ae,fe)}parentNode(ae){return this.delegate.parentNode(ae)}nextSibling(ae){return this.delegate.nextSibling(ae)}setAttribute(ae,fe,Ye,wt){this.delegate.setAttribute(ae,fe,Ye,wt)}removeAttribute(ae,fe,Ye){this.delegate.removeAttribute(ae,fe,Ye)}addClass(ae,fe){this.delegate.addClass(ae,fe)}removeClass(ae,fe){this.delegate.removeClass(ae,fe)}setStyle(ae,fe,Ye,wt){this.delegate.setStyle(ae,fe,Ye,wt)}removeStyle(ae,fe,Ye){this.delegate.removeStyle(ae,fe,Ye)}setProperty(ae,fe,Ye){"@"==fe.charAt(0)&&fe==Fi?this.disableAnimations(ae,!!Ye):this.delegate.setProperty(ae,fe,Ye)}setValue(ae,fe){this.delegate.setValue(ae,fe)}listen(ae,fe,Ye){return this.delegate.listen(ae,fe,Ye)}disableAnimations(ae,fe){this.engine.disableAnimations(ae,fe)}}class gr extends Fs{constructor(ae,fe,Ye,wt){super(fe,Ye,wt),this.factory=ae,this.namespaceId=fe}setProperty(ae,fe,Ye){"@"==fe.charAt(0)?"."==fe.charAt(1)&&fe==Fi?this.disableAnimations(ae,Ye=void 0===Ye||!!Ye):this.engine.process(this.namespaceId,ae,fe.substr(1),Ye):this.delegate.setProperty(ae,fe,Ye)}listen(ae,fe,Ye){if("@"==fe.charAt(0)){const wt=function Qs(vt){switch(vt){case"body":return document.body;case"document":return document;case"window":return window;default:return vt}}(ae);let Vt=fe.substr(1),ni="";return"@"!=Vt.charAt(0)&&([Vt,ni]=function ka(vt){const ae=vt.indexOf(".");return[vt.substring(0,ae),vt.substr(ae+1)]}(Vt)),this.engine.listen(this.namespaceId,wt,Vt,ni,ri=>{this.factory.scheduleListenerCallback(ri._data||-1,Ye,ri)})}return this.delegate.listen(ae,fe,Ye)}}let pa=(()=>{class vt extends Di{constructor(fe,Ye,wt){super(fe.body,Ye,wt)}ngOnDestroy(){this.flush()}}return vt.\u0275fac=function(fe){return new(fe||vt)(t.LFG(Ki.K0),t.LFG(ui),t.LFG(cr))},vt.\u0275prov=t.Yz7({token:vt,factory:vt.\u0275fac}),vt})();const qs=new t.OlP("AnimationModuleType"),Vs=[{provide:f._j,useClass:Ln},{provide:cr,useFactory:function Ts(){return new ha}},{provide:Di,useClass:pa},{provide:t.FYo,useFactory:function As(vt,ae,fe){return new Gn(vt,ae,fe)},deps:[e.se,Di,t.R0b]}],Ds=[{provide:ui,useFactory:()=>new yi},{provide:qs,useValue:"BrowserAnimations"},...Vs],bs=[{provide:ui,useClass:It},{provide:qs,useValue:"NoopAnimations"},...Vs];let Mr=(()=>{class vt{static withConfig(fe){return{ngModule:vt,providers:fe.disableAnimations?bs:Ds}}}return vt.\u0275fac=function(fe){return new(fe||vt)},vt.\u0275mod=t.oAB({type:vt}),vt.\u0275inj=t.cJS({providers:Ds,imports:[e.b2]}),vt})()},2313:(Ve,K,p)=>{"use strict";p.d(K,{H7:()=>it,b2:()=>dt,q6:()=>V,se:()=>c,t6:()=>Ht});var t=p(9808),e=p(5e3);class f extends t.w_{constructor(){super(...arguments),this.supportsDOMEvents=!0}}class M extends f{static makeCurrent(){(0,t.HT)(new M)}onAndCancel(Ge,at,st){return Ge.addEventListener(at,st,!1),()=>{Ge.removeEventListener(at,st,!1)}}dispatchEvent(Ge,at){Ge.dispatchEvent(at)}remove(Ge){Ge.parentNode&&Ge.parentNode.removeChild(Ge)}createElement(Ge,at){return(at=at||this.getDefaultDocument()).createElement(Ge)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(Ge){return Ge.nodeType===Node.ELEMENT_NODE}isShadowRoot(Ge){return Ge instanceof DocumentFragment}getGlobalEventTarget(Ge,at){return"window"===at?window:"document"===at?Ge:"body"===at?Ge.body:null}getBaseHref(Ge){const at=function b(){return a=a||document.querySelector("base"),a?a.getAttribute("href"):null}();return null==at?null:function N(Se){d=d||document.createElement("a"),d.setAttribute("href",Se);const Ge=d.pathname;return"/"===Ge.charAt(0)?Ge:`/${Ge}`}(at)}resetBaseElement(){a=null}getUserAgent(){return window.navigator.userAgent}getCookie(Ge){return(0,t.Mx)(document.cookie,Ge)}}let d,a=null;const h=new e.OlP("TRANSITION_ID"),w=[{provide:e.ip1,useFactory:function A(Se,Ge,at){return()=>{at.get(e.CZH).donePromise.then(()=>{const st=(0,t.q)(),bt=Ge.querySelectorAll(`style[ng-transition="${Se}"]`);for(let gi=0;gi{const gi=Ge.findTestabilityInTree(st,bt);if(null==gi)throw new Error("Could not find testability for element.");return gi},e.dqk.getAllAngularTestabilities=()=>Ge.getAllTestabilities(),e.dqk.getAllAngularRootElements=()=>Ge.getAllRootElements(),e.dqk.frameworkStabilizers||(e.dqk.frameworkStabilizers=[]),e.dqk.frameworkStabilizers.push(st=>{const bt=e.dqk.getAllAngularTestabilities();let gi=bt.length,qt=!1;const Xt=function(Ji){qt=qt||Ji,gi--,0==gi&&st(qt)};bt.forEach(function(Ji){Ji.whenStable(Xt)})})}findTestabilityInTree(Ge,at,st){if(null==at)return null;const bt=Ge.getTestability(at);return null!=bt?bt:st?(0,t.q)().isShadowRoot(at)?this.findTestabilityInTree(Ge,at.host,!0):this.findTestabilityInTree(Ge,at.parentElement,!0):null}}let L=(()=>{class Se{build(){return new XMLHttpRequest}}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();const k=new e.OlP("EventManagerPlugins");let S=(()=>{class Se{constructor(at,st){this._zone=st,this._eventNameToPlugin=new Map,at.forEach(bt=>bt.manager=this),this._plugins=at.slice().reverse()}addEventListener(at,st,bt){return this._findPluginFor(st).addEventListener(at,st,bt)}addGlobalEventListener(at,st,bt){return this._findPluginFor(st).addGlobalEventListener(at,st,bt)}getZone(){return this._zone}_findPluginFor(at){const st=this._eventNameToPlugin.get(at);if(st)return st;const bt=this._plugins;for(let gi=0;gi{class Se{constructor(){this._stylesSet=new Set}addStyles(at){const st=new Set;at.forEach(bt=>{this._stylesSet.has(bt)||(this._stylesSet.add(bt),st.add(bt))}),this.onStylesAdded(st)}onStylesAdded(at){}getAllStyles(){return Array.from(this._stylesSet)}}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})(),j=(()=>{class Se extends Z{constructor(at){super(),this._doc=at,this._hostNodes=new Map,this._hostNodes.set(at.head,[])}_addStylesToHost(at,st,bt){at.forEach(gi=>{const qt=this._doc.createElement("style");qt.textContent=gi,bt.push(st.appendChild(qt))})}addHost(at){const st=[];this._addStylesToHost(this._stylesSet,at,st),this._hostNodes.set(at,st)}removeHost(at){const st=this._hostNodes.get(at);st&&st.forEach(ne),this._hostNodes.delete(at)}onStylesAdded(at){this._hostNodes.forEach((st,bt)=>{this._addStylesToHost(at,bt,st)})}ngOnDestroy(){this._hostNodes.forEach(at=>at.forEach(ne))}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();function ne(Se){(0,t.q)().remove(Se)}const $={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/MathML/"},de=/%COMP%/g;function i(Se,Ge,at){for(let st=0;st{if("__ngUnwrap__"===Ge)return Se;!1===Se(Ge)&&(Ge.preventDefault(),Ge.returnValue=!1)}}let c=(()=>{class Se{constructor(at,st,bt){this.eventManager=at,this.sharedStylesHost=st,this.appId=bt,this.rendererByCompId=new Map,this.defaultRenderer=new _(at)}createRenderer(at,st){if(!at||!st)return this.defaultRenderer;switch(st.encapsulation){case e.ifc.Emulated:{let bt=this.rendererByCompId.get(st.id);return bt||(bt=new v(this.eventManager,this.sharedStylesHost,st,this.appId),this.rendererByCompId.set(st.id,bt)),bt.applyToHost(at),bt}case 1:case e.ifc.ShadowDom:return new n(this.eventManager,this.sharedStylesHost,at,st);default:if(!this.rendererByCompId.has(st.id)){const bt=i(st.id,st.styles,[]);this.sharedStylesHost.addStyles(bt),this.rendererByCompId.set(st.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(S),e.LFG(j),e.LFG(e.AFp))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();class _{constructor(Ge){this.eventManager=Ge,this.data=Object.create(null),this.destroyNode=null}destroy(){}createElement(Ge,at){return at?document.createElementNS($[at]||at,Ge):document.createElement(Ge)}createComment(Ge){return document.createComment(Ge)}createText(Ge){return document.createTextNode(Ge)}appendChild(Ge,at){Ge.appendChild(at)}insertBefore(Ge,at,st){Ge&&Ge.insertBefore(at,st)}removeChild(Ge,at){Ge&&Ge.removeChild(at)}selectRootElement(Ge,at){let st="string"==typeof Ge?document.querySelector(Ge):Ge;if(!st)throw new Error(`The selector "${Ge}" did not match any elements`);return at||(st.textContent=""),st}parentNode(Ge){return Ge.parentNode}nextSibling(Ge){return Ge.nextSibling}setAttribute(Ge,at,st,bt){if(bt){at=bt+":"+at;const gi=$[bt];gi?Ge.setAttributeNS(gi,at,st):Ge.setAttribute(at,st)}else Ge.setAttribute(at,st)}removeAttribute(Ge,at,st){if(st){const bt=$[st];bt?Ge.removeAttributeNS(bt,at):Ge.removeAttribute(`${st}:${at}`)}else Ge.removeAttribute(at)}addClass(Ge,at){Ge.classList.add(at)}removeClass(Ge,at){Ge.classList.remove(at)}setStyle(Ge,at,st,bt){bt&(e.JOm.DashCase|e.JOm.Important)?Ge.style.setProperty(at,st,bt&e.JOm.Important?"important":""):Ge.style[at]=st}removeStyle(Ge,at,st){st&e.JOm.DashCase?Ge.style.removeProperty(at):Ge.style[at]=""}setProperty(Ge,at,st){Ge[at]=st}setValue(Ge,at){Ge.nodeValue=at}listen(Ge,at,st){return"string"==typeof Ge?this.eventManager.addGlobalEventListener(Ge,at,r(st)):this.eventManager.addEventListener(Ge,at,r(st))}}class v extends _{constructor(Ge,at,st,bt){super(Ge),this.component=st;const gi=i(bt+"-"+st.id,st.styles,[]);at.addStyles(gi),this.contentAttr=function me(Se){return"_ngcontent-%COMP%".replace(de,Se)}(bt+"-"+st.id),this.hostAttr=function y(Se){return"_nghost-%COMP%".replace(de,Se)}(bt+"-"+st.id)}applyToHost(Ge){super.setAttribute(Ge,this.hostAttr,"")}createElement(Ge,at){const st=super.createElement(Ge,at);return super.setAttribute(st,this.contentAttr,""),st}}class n extends _{constructor(Ge,at,st,bt){super(Ge),this.sharedStylesHost=at,this.hostEl=st,this.shadowRoot=st.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const gi=i(bt.id,bt.styles,[]);for(let qt=0;qt{class Se extends U{constructor(at){super(at)}supports(at){return!0}addEventListener(at,st,bt){return at.addEventListener(st,bt,!1),()=>this.removeEventListener(at,st,bt)}removeEventListener(at,st,bt){return at.removeEventListener(st,bt)}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();const B=["alt","control","meta","shift"],F={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},q={A:"1",B:"2",C:"3",D:"4",E:"5",F:"6",G:"7",H:"8",I:"9",J:"*",K:"+",M:"-",N:".",O:"/","`":"0","\x90":"NumLock"},he={alt:Se=>Se.altKey,control:Se=>Se.ctrlKey,meta:Se=>Se.metaKey,shift:Se=>Se.shiftKey};let ve=(()=>{class Se extends U{constructor(at){super(at)}supports(at){return null!=Se.parseEventName(at)}addEventListener(at,st,bt){const gi=Se.parseEventName(st),qt=Se.eventCallback(gi.fullKey,bt,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,t.q)().onAndCancel(at,gi.domEventName,qt))}static parseEventName(at){const st=at.toLowerCase().split("."),bt=st.shift();if(0===st.length||"keydown"!==bt&&"keyup"!==bt)return null;const gi=Se._normalizeKey(st.pop());let qt="";if(B.forEach(Ji=>{const fi=st.indexOf(Ji);fi>-1&&(st.splice(fi,1),qt+=Ji+".")}),qt+=gi,0!=st.length||0===gi.length)return null;const Xt={};return Xt.domEventName=bt,Xt.fullKey=qt,Xt}static getEventFullKey(at){let st="",bt=function Ne(Se){let Ge=Se.key;if(null==Ge){if(Ge=Se.keyIdentifier,null==Ge)return"Unidentified";Ge.startsWith("U+")&&(Ge=String.fromCharCode(parseInt(Ge.substring(2),16)),3===Se.location&&q.hasOwnProperty(Ge)&&(Ge=q[Ge]))}return F[Ge]||Ge}(at);return bt=bt.toLowerCase()," "===bt?bt="space":"."===bt&&(bt="dot"),B.forEach(gi=>{gi!=bt&&he[gi](at)&&(st+=gi+".")}),st+=bt,st}static eventCallback(at,st,bt){return gi=>{Se.getEventFullKey(gi)===at&&bt.runGuarded(()=>st(gi))}}static _normalizeKey(at){return"esc"===at?"escape":at}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})();const V=(0,e.eFA)(e._c5,"browser",[{provide:e.Lbi,useValue:t.bD},{provide:e.g9A,useValue:function we(){M.makeCurrent(),D.init()},multi:!0},{provide:t.K0,useFactory:function Ue(){return(0,e.RDi)(document),document},deps:[]}]),Ae=[{provide:e.zSh,useValue:"root"},{provide:e.qLn,useFactory:function Q(){return new e.qLn},deps:[]},{provide:k,useClass:C,multi:!0,deps:[t.K0,e.R0b,e.Lbi]},{provide:k,useClass:ve,multi:!0,deps:[t.K0]},{provide:c,useClass:c,deps:[S,j,e.AFp]},{provide:e.FYo,useExisting:c},{provide:Z,useExisting:j},{provide:j,useClass:j,deps:[t.K0]},{provide:e.dDg,useClass:e.dDg,deps:[e.R0b]},{provide:S,useClass:S,deps:[k,e.R0b]},{provide:t.JF,useClass:L,deps:[]}];let dt=(()=>{class Se{constructor(at){if(at)throw new Error("BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.")}static withServerTransition(at){return{ngModule:Se,providers:[{provide:e.AFp,useValue:at.appId},{provide:h,useExisting:e.AFp},w]}}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(Se,12))},Se.\u0275mod=e.oAB({type:Se}),Se.\u0275inj=e.cJS({providers:Ae,imports:[t.ez,e.hGG]}),Se})();"undefined"!=typeof window&&window;const Oe={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},ce=new e.OlP("HammerGestureConfig"),be=new e.OlP("HammerLoader");let pt=(()=>{class Se{constructor(){this.events=[],this.overrides={}}buildHammer(at){const st=new Hammer(at,this.options);st.get("pinch").set({enable:!0}),st.get("rotate").set({enable:!0});for(const bt in this.overrides)st.get(bt).set(this.overrides[bt]);return st}}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})(),mt=(()=>{class Se extends U{constructor(at,st,bt,gi){super(at),this._config=st,this.console=bt,this.loader=gi,this._loaderPromise=null}supports(at){return!(!Oe.hasOwnProperty(at.toLowerCase())&&!this.isCustomEvent(at)||!window.Hammer&&!this.loader)}addEventListener(at,st,bt){const gi=this.manager.getZone();if(st=st.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||this.loader();let qt=!1,Xt=()=>{qt=!0};return this._loaderPromise.then(()=>{window.Hammer?qt||(Xt=this.addEventListener(at,st,bt)):Xt=()=>{}}).catch(()=>{Xt=()=>{}}),()=>{Xt()}}return gi.runOutsideAngular(()=>{const qt=this._config.buildHammer(at),Xt=function(Ji){gi.runGuarded(function(){bt(Ji)})};return qt.on(st,Xt),()=>{qt.off(st,Xt),"function"==typeof qt.destroy&&qt.destroy()}})}isCustomEvent(at){return this._config.events.indexOf(at)>-1}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0),e.LFG(ce),e.LFG(e.c2e),e.LFG(be,8))},Se.\u0275prov=e.Yz7({token:Se,factory:Se.\u0275fac}),Se})(),Ht=(()=>{class Se{}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275mod=e.oAB({type:Se}),Se.\u0275inj=e.cJS({providers:[{provide:k,useClass:mt,multi:!0,deps:[t.K0,ce,e.c2e,[new e.FiY,be]]},{provide:ce,useClass:pt,deps:[]}]}),Se})(),it=(()=>{class Se{}return Se.\u0275fac=function(at){return new(at||Se)},Se.\u0275prov=e.Yz7({token:Se,factory:function(at){let st=null;return st=at?new(at||Se):e.LFG(tt),st},providedIn:"root"}),Se})(),tt=(()=>{class Se extends it{constructor(at){super(),this._doc=at}sanitize(at,st){if(null==st)return null;switch(at){case e.q3G.NONE:return st;case e.q3G.HTML:return(0,e.qzn)(st,"HTML")?(0,e.z3N)(st):(0,e.EiD)(this._doc,String(st)).toString();case e.q3G.STYLE:return(0,e.qzn)(st,"Style")?(0,e.z3N)(st):st;case e.q3G.SCRIPT:if((0,e.qzn)(st,"Script"))return(0,e.z3N)(st);throw new Error("unsafe value used in a script context");case e.q3G.URL:return(0,e.yhl)(st),(0,e.qzn)(st,"URL")?(0,e.z3N)(st):(0,e.mCW)(String(st));case e.q3G.RESOURCE_URL:if((0,e.qzn)(st,"ResourceURL"))return(0,e.z3N)(st);throw new Error("unsafe value used in a resource URL context (see https://g.co/ng/security#xss)");default:throw new Error(`Unexpected SecurityContext ${at} (see https://g.co/ng/security#xss)`)}}bypassSecurityTrustHtml(at){return(0,e.JVY)(at)}bypassSecurityTrustStyle(at){return(0,e.L6k)(at)}bypassSecurityTrustScript(at){return(0,e.eBb)(at)}bypassSecurityTrustUrl(at){return(0,e.LAX)(at)}bypassSecurityTrustResourceUrl(at){return(0,e.pB0)(at)}}return Se.\u0275fac=function(at){return new(at||Se)(e.LFG(t.K0))},Se.\u0275prov=e.Yz7({token:Se,factory:function(at){let st=null;return st=at?new at:function Re(Se){return new tt(Se.get(t.K0))}(e.LFG(e.zs3)),st},providedIn:"root"}),Se})()},1402:(Ve,K,p)=>{"use strict";p.d(K,{gz:()=>Gi,gk:()=>F,m2:()=>P,Q3:()=>q,OD:()=>B,Av:()=>Q,F0:()=>vr,rH:()=>Et,Od:()=>Jt,yS:()=>Dt,Bz:()=>Pa,lC:()=>zr});var t=p(5e3),e=p(8306),f=p(727),M=p(4482),a=p(5403);function b(){return(0,M.e)((Be,Me)=>{let ge=null;Be._refCount++;const Xe=(0,a.x)(Me,void 0,void 0,void 0,()=>{if(!Be||Be._refCount<=0||0<--Be._refCount)return void(ge=null);const ct=Be._connection,Pt=ge;ge=null,ct&&(!Pt||ct===Pt)&&ct.unsubscribe(),Me.unsubscribe()});Be.subscribe(Xe),Xe.closed||(ge=Be.connect())})}class d extends e.y{constructor(Me,ge){super(),this.source=Me,this.subjectFactory=ge,this._subject=null,this._refCount=0,this._connection=null,(0,M.A)(Me)&&(this.lift=Me.lift)}_subscribe(Me){return this.getSubject().subscribe(Me)}getSubject(){const Me=this._subject;return(!Me||Me.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;const{_connection:Me}=this;this._subject=this._connection=null,null==Me||Me.unsubscribe()}connect(){let Me=this._connection;if(!Me){Me=this._connection=new f.w0;const ge=this.getSubject();Me.add(this.source.subscribe((0,a.x)(ge,void 0,()=>{this._teardown(),ge.complete()},Xe=>{this._teardown(),ge.error(Xe)},()=>this._teardown()))),Me.closed&&(this._connection=null,Me=f.w0.EMPTY)}return Me}refCount(){return b()(this)}}var N=p(457),h=p(9646),A=p(1135),w=p(9841),D=p(2843),L=p(6805),k=p(7272),S=p(9770),U=p(515),Z=p(7579),j=p(9300);function ne(Be){return Be<=0?()=>U.E:(0,M.e)((Me,ge)=>{let Xe=[];Me.subscribe((0,a.x)(ge,ct=>{Xe.push(ct),Be{for(const ct of Xe)ge.next(ct);ge.complete()},void 0,()=>{Xe=null}))})}var $=p(8068),de=p(6590),te=p(4671),oe=p(4004),X=p(3900),me=p(5698),y=p(8675),i=p(5026),r=p(262),u=p(4351),c=p(590),_=p(5577),E=p(8505),I=p(8746),v=p(8189),n=p(9808);class C{constructor(Me,ge){this.id=Me,this.url=ge}}class B extends C{constructor(Me,ge,Xe="imperative",ct=null){super(Me,ge),this.navigationTrigger=Xe,this.restoredState=ct}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}}class P extends C{constructor(Me,ge,Xe){super(Me,ge),this.urlAfterRedirects=Xe}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}}class F extends C{constructor(Me,ge,Xe){super(Me,ge),this.reason=Xe}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}}class q extends C{constructor(Me,ge,Xe){super(Me,ge),this.error=Xe}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}}class he extends C{constructor(Me,ge,Xe,ct){super(Me,ge),this.urlAfterRedirects=Xe,this.state=ct}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class ve extends C{constructor(Me,ge,Xe,ct){super(Me,ge),this.urlAfterRedirects=Xe,this.state=ct}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Ne extends C{constructor(Me,ge,Xe,ct,Pt){super(Me,ge),this.urlAfterRedirects=Xe,this.state=ct,this.shouldActivate=Pt}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}}class we extends C{constructor(Me,ge,Xe,ct){super(Me,ge),this.urlAfterRedirects=Xe,this.state=ct}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Q extends C{constructor(Me,ge,Xe,ct){super(Me,ge),this.urlAfterRedirects=Xe,this.state=ct}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}}class Ue{constructor(Me){this.route=Me}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}}class ye{constructor(Me){this.route=Me}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}}class V{constructor(Me){this.snapshot=Me}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Ae{constructor(Me){this.snapshot=Me}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class dt{constructor(Me){this.snapshot=Me}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class Ie{constructor(Me){this.snapshot=Me}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}}class De{constructor(Me,ge,Xe){this.routerEvent=Me,this.position=ge,this.anchor=Xe}toString(){return`Scroll(anchor: '${this.anchor}', position: '${this.position?`${this.position[0]}, ${this.position[1]}`:null}')`}}const le="primary";class Te{constructor(Me){this.params=Me||{}}has(Me){return Object.prototype.hasOwnProperty.call(this.params,Me)}get(Me){if(this.has(Me)){const ge=this.params[Me];return Array.isArray(ge)?ge[0]:ge}return null}getAll(Me){if(this.has(Me)){const ge=this.params[Me];return Array.isArray(ge)?ge:[ge]}return[]}get keys(){return Object.keys(this.params)}}function xe(Be){return new Te(Be)}const W="ngNavigationCancelingError";function ee(Be){const Me=Error("NavigationCancelingError: "+Be);return Me[W]=!0,Me}function _e(Be,Me,ge){const Xe=ge.path.split("/");if(Xe.length>Be.length||"full"===ge.pathMatch&&(Me.hasChildren()||Xe.lengthXe[Pt]===ct)}return Be===Me}function It(Be){return Array.prototype.concat.apply([],Be)}function ui(Be){return Be.length>0?Be[Be.length-1]:null}function Gt(Be,Me){for(const ge in Be)Be.hasOwnProperty(ge)&&Me(Be[ge],ge)}function hi(Be){return(0,t.CqO)(Be)?Be:(0,t.QGY)(Be)?(0,N.D)(Promise.resolve(Be)):(0,h.of)(Be)}const Nt={exact:function ei(Be,Me,ge){if(!it(Be.segments,Me.segments)||!ce(Be.segments,Me.segments,ge)||Be.numberOfChildren!==Me.numberOfChildren)return!1;for(const Xe in Me.children)if(!Be.children[Xe]||!ei(Be.children[Xe],Me.children[Xe],ge))return!1;return!0},subset:Pe},Ct={exact:function yt(Be,Me){return ut(Be,Me)},subset:function jt(Be,Me){return Object.keys(Me).length<=Object.keys(Be).length&&Object.keys(Me).every(ge=>ht(Be[ge],Me[ge]))},ignored:()=>!0};function et(Be,Me,ge){return Nt[ge.paths](Be.root,Me.root,ge.matrixParams)&&Ct[ge.queryParams](Be.queryParams,Me.queryParams)&&!("exact"===ge.fragment&&Be.fragment!==Me.fragment)}function Pe(Be,Me,ge){return Oe(Be,Me,Me.segments,ge)}function Oe(Be,Me,ge,Xe){if(Be.segments.length>ge.length){const ct=Be.segments.slice(0,ge.length);return!(!it(ct,ge)||Me.hasChildren()||!ce(ct,ge,Xe))}if(Be.segments.length===ge.length){if(!it(Be.segments,ge)||!ce(Be.segments,ge,Xe))return!1;for(const ct in Me.children)if(!Be.children[ct]||!Pe(Be.children[ct],Me.children[ct],Xe))return!1;return!0}{const ct=ge.slice(0,Be.segments.length),Pt=ge.slice(Be.segments.length);return!!(it(Be.segments,ct)&&ce(Be.segments,ct,Xe)&&Be.children[le])&&Oe(Be.children[le],Me,Pt,Xe)}}function ce(Be,Me,ge){return Me.every((Xe,ct)=>Ct[ge](Be[ct].parameters,Xe.parameters))}class be{constructor(Me,ge,Xe){this.root=Me,this.queryParams=ge,this.fragment=Xe}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=xe(this.queryParams)),this._queryParamMap}toString(){return Se.serialize(this)}}class pt{constructor(Me,ge){this.segments=Me,this.children=ge,this.parent=null,Gt(ge,(Xe,ct)=>Xe.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Ge(this)}}class mt{constructor(Me,ge){this.path=Me,this.parameters=ge}get parameterMap(){return this._parameterMap||(this._parameterMap=xe(this.parameters)),this._parameterMap}toString(){return fi(this)}}function it(Be,Me){return Be.length===Me.length&&Be.every((ge,Xe)=>ge.path===Me[Xe].path)}class tt{}class Je{parse(Me){const ge=new je(Me);return new be(ge.parseRootSegment(),ge.parseQueryParams(),ge.parseFragment())}serialize(Me){const ge=`/${at(Me.root,!0)}`,Xe=function en(Be){const Me=Object.keys(Be).map(ge=>{const Xe=Be[ge];return Array.isArray(Xe)?Xe.map(ct=>`${bt(ge)}=${bt(ct)}`).join("&"):`${bt(ge)}=${bt(Xe)}`}).filter(ge=>!!ge);return Me.length?`?${Me.join("&")}`:""}(Me.queryParams);return`${ge}${Xe}${"string"==typeof Me.fragment?`#${function gi(Be){return encodeURI(Be)}(Me.fragment)}`:""}`}}const Se=new Je;function Ge(Be){return Be.segments.map(Me=>fi(Me)).join("/")}function at(Be,Me){if(!Be.hasChildren())return Ge(Be);if(Me){const ge=Be.children[le]?at(Be.children[le],!1):"",Xe=[];return Gt(Be.children,(ct,Pt)=>{Pt!==le&&Xe.push(`${Pt}:${at(ct,!1)}`)}),Xe.length>0?`${ge}(${Xe.join("//")})`:ge}{const ge=function Re(Be,Me){let ge=[];return Gt(Be.children,(Xe,ct)=>{ct===le&&(ge=ge.concat(Me(Xe,ct)))}),Gt(Be.children,(Xe,ct)=>{ct!==le&&(ge=ge.concat(Me(Xe,ct)))}),ge}(Be,(Xe,ct)=>ct===le?[at(Be.children[le],!1)]:[`${ct}:${at(Xe,!1)}`]);return 1===Object.keys(Be.children).length&&null!=Be.children[le]?`${Ge(Be)}/${ge[0]}`:`${Ge(Be)}/(${ge.join("//")})`}}function st(Be){return encodeURIComponent(Be).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function bt(Be){return st(Be).replace(/%3B/gi,";")}function qt(Be){return st(Be).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function Xt(Be){return decodeURIComponent(Be)}function Ji(Be){return Xt(Be.replace(/\+/g,"%20"))}function fi(Be){return`${qt(Be.path)}${function si(Be){return Object.keys(Be).map(Me=>`;${qt(Me)}=${qt(Be[Me])}`).join("")}(Be.parameters)}`}const Bi=/^[^\/()?;=#]+/;function zi(Be){const Me=Be.match(Bi);return Me?Me[0]:""}const Ui=/^[^=?&#]+/,Tt=/^[^&#]+/;class je{constructor(Me){this.url=Me,this.remaining=Me}parseRootSegment(){return this.consumeOptional("/"),""===this.remaining||this.peekStartsWith("?")||this.peekStartsWith("#")?new pt([],{}):new pt([],this.parseChildren())}parseQueryParams(){const Me={};if(this.consumeOptional("?"))do{this.parseQueryParam(Me)}while(this.consumeOptional("&"));return Me}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(""===this.remaining)return{};this.consumeOptional("/");const Me=[];for(this.peekStartsWith("(")||Me.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),Me.push(this.parseSegment());let ge={};this.peekStartsWith("/(")&&(this.capture("/"),ge=this.parseParens(!0));let Xe={};return this.peekStartsWith("(")&&(Xe=this.parseParens(!1)),(Me.length>0||Object.keys(ge).length>0)&&(Xe[le]=new pt(Me,ge)),Xe}parseSegment(){const Me=zi(this.remaining);if(""===Me&&this.peekStartsWith(";"))throw new Error(`Empty path url segment cannot have parameters: '${this.remaining}'.`);return this.capture(Me),new mt(Xt(Me),this.parseMatrixParams())}parseMatrixParams(){const Me={};for(;this.consumeOptional(";");)this.parseParam(Me);return Me}parseParam(Me){const ge=zi(this.remaining);if(!ge)return;this.capture(ge);let Xe="";if(this.consumeOptional("=")){const ct=zi(this.remaining);ct&&(Xe=ct,this.capture(Xe))}Me[Xt(ge)]=Xt(Xe)}parseQueryParam(Me){const ge=function ze(Be){const Me=Be.match(Ui);return Me?Me[0]:""}(this.remaining);if(!ge)return;this.capture(ge);let Xe="";if(this.consumeOptional("=")){const $t=function pe(Be){const Me=Be.match(Tt);return Me?Me[0]:""}(this.remaining);$t&&(Xe=$t,this.capture(Xe))}const ct=Ji(ge),Pt=Ji(Xe);if(Me.hasOwnProperty(ct)){let $t=Me[ct];Array.isArray($t)||($t=[$t],Me[ct]=$t),$t.push(Pt)}else Me[ct]=Pt}parseParens(Me){const ge={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){const Xe=zi(this.remaining),ct=this.remaining[Xe.length];if("/"!==ct&&")"!==ct&&";"!==ct)throw new Error(`Cannot parse url '${this.url}'`);let Pt;Xe.indexOf(":")>-1?(Pt=Xe.substr(0,Xe.indexOf(":")),this.capture(Pt),this.capture(":")):Me&&(Pt=le);const $t=this.parseChildren();ge[Pt]=1===Object.keys($t).length?$t[le]:new pt([],$t),this.consumeOptional("//")}return ge}peekStartsWith(Me){return this.remaining.startsWith(Me)}consumeOptional(Me){return!!this.peekStartsWith(Me)&&(this.remaining=this.remaining.substring(Me.length),!0)}capture(Me){if(!this.consumeOptional(Me))throw new Error(`Expected "${Me}".`)}}class _t{constructor(Me){this._root=Me}get root(){return this._root.value}parent(Me){const ge=this.pathFromRoot(Me);return ge.length>1?ge[ge.length-2]:null}children(Me){const ge=re(Me,this._root);return ge?ge.children.map(Xe=>Xe.value):[]}firstChild(Me){const ge=re(Me,this._root);return ge&&ge.children.length>0?ge.children[0].value:null}siblings(Me){const ge=Qe(Me,this._root);return ge.length<2?[]:ge[ge.length-2].children.map(ct=>ct.value).filter(ct=>ct!==Me)}pathFromRoot(Me){return Qe(Me,this._root).map(ge=>ge.value)}}function re(Be,Me){if(Be===Me.value)return Me;for(const ge of Me.children){const Xe=re(Be,ge);if(Xe)return Xe}return null}function Qe(Be,Me){if(Be===Me.value)return[Me];for(const ge of Me.children){const Xe=Qe(Be,ge);if(Xe.length)return Xe.unshift(Me),Xe}return[]}class Mt{constructor(Me,ge){this.value=Me,this.children=ge}toString(){return`TreeNode(${this.value})`}}function zt(Be){const Me={};return Be&&Be.children.forEach(ge=>Me[ge.value.outlet]=ge),Me}class bi extends _t{constructor(Me,ge){super(Me),this.snapshot=ge,nt(this,Me)}toString(){return this.snapshot.toString()}}function Ei(Be,Me){const ge=function $i(Be,Me){const $t=new Yt([],{},{},"",{},le,Me,null,Be.root,-1,{});return new wi("",new Mt($t,[]))}(Be,Me),Xe=new A.X([new mt("",{})]),ct=new A.X({}),Pt=new A.X({}),$t=new A.X({}),li=new A.X(""),Ni=new Gi(Xe,ct,$t,li,Pt,le,Me,ge.root);return Ni.snapshot=ge.root,new bi(new Mt(Ni,[]),ge)}class Gi{constructor(Me,ge,Xe,ct,Pt,$t,li,Ni){this.url=Me,this.params=ge,this.queryParams=Xe,this.fragment=ct,this.data=Pt,this.outlet=$t,this.component=li,this._futureSnapshot=Ni}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=this.params.pipe((0,oe.U)(Me=>xe(Me)))),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=this.queryParams.pipe((0,oe.U)(Me=>xe(Me)))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}}function sn(Be,Me="emptyOnly"){const ge=Be.pathFromRoot;let Xe=0;if("always"!==Me)for(Xe=ge.length-1;Xe>=1;){const ct=ge[Xe],Pt=ge[Xe-1];if(ct.routeConfig&&""===ct.routeConfig.path)Xe--;else{if(Pt.component)break;Xe--}}return function mn(Be){return Be.reduce((Me,ge)=>({params:Object.assign(Object.assign({},Me.params),ge.params),data:Object.assign(Object.assign({},Me.data),ge.data),resolve:Object.assign(Object.assign({},Me.resolve),ge._resolvedData)}),{params:{},data:{},resolve:{}})}(ge.slice(Xe))}class Yt{constructor(Me,ge,Xe,ct,Pt,$t,li,Ni,cn,Vn,Mn){this.url=Me,this.params=ge,this.queryParams=Xe,this.fragment=ct,this.data=Pt,this.outlet=$t,this.component=li,this.routeConfig=Ni,this._urlSegment=cn,this._lastPathIndex=Vn,this._resolve=Mn}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap||(this._paramMap=xe(this.params)),this._paramMap}get queryParamMap(){return this._queryParamMap||(this._queryParamMap=xe(this.queryParams)),this._queryParamMap}toString(){return`Route(url:'${this.url.map(Xe=>Xe.toString()).join("/")}', path:'${this.routeConfig?this.routeConfig.path:""}')`}}class wi extends _t{constructor(Me,ge){super(ge),this.url=Me,nt(this,ge)}toString(){return Ft(this._root)}}function nt(Be,Me){Me.value._routerState=Be,Me.children.forEach(ge=>nt(Be,ge))}function Ft(Be){const Me=Be.children.length>0?` { ${Be.children.map(Ft).join(", ")} } `:"";return`${Be.value}${Me}`}function Kt(Be){if(Be.snapshot){const Me=Be.snapshot,ge=Be._futureSnapshot;Be.snapshot=ge,ut(Me.queryParams,ge.queryParams)||Be.queryParams.next(ge.queryParams),Me.fragment!==ge.fragment&&Be.fragment.next(ge.fragment),ut(Me.params,ge.params)||Be.params.next(ge.params),function Le(Be,Me){if(Be.length!==Me.length)return!1;for(let ge=0;geut(ge.parameters,Me[Xe].parameters))}(Be.url,Me.url);return ge&&!(!Be.parent!=!Me.parent)&&(!Be.parent||mi(Be.parent,Me.parent))}function ki(Be,Me,ge){if(ge&&Be.shouldReuseRoute(Me.value,ge.value.snapshot)){const Xe=ge.value;Xe._futureSnapshot=Me.value;const ct=function hn(Be,Me,ge){return Me.children.map(Xe=>{for(const ct of ge.children)if(Be.shouldReuseRoute(Xe.value,ct.value.snapshot))return ki(Be,Xe,ct);return ki(Be,Xe)})}(Be,Me,ge);return new Mt(Xe,ct)}{if(Be.shouldAttach(Me.value)){const Pt=Be.retrieve(Me.value);if(null!==Pt){const $t=Pt.route;return $t.value._futureSnapshot=Me.value,$t.children=Me.children.map(li=>ki(Be,li)),$t}}const Xe=function Bn(Be){return new Gi(new A.X(Be.url),new A.X(Be.params),new A.X(Be.queryParams),new A.X(Be.fragment),new A.X(Be.data),Be.outlet,Be.component,Be)}(Me.value),ct=Me.children.map(Pt=>ki(Be,Pt));return new Mt(Xe,ct)}}function Xn(Be){return"object"==typeof Be&&null!=Be&&!Be.outlets&&!Be.segmentPath}function Cn(Be){return"object"==typeof Be&&null!=Be&&Be.outlets}function Si(Be,Me,ge,Xe,ct){let Pt={};if(Xe&&Gt(Xe,(li,Ni)=>{Pt[Ni]=Array.isArray(li)?li.map(cn=>`${cn}`):`${li}`}),Be===Me)return new be(ge,Pt,ct);const $t=Wi(Be,Me,ge);return new be($t,Pt,ct)}function Wi(Be,Me,ge){const Xe={};return Gt(Be.children,(ct,Pt)=>{Xe[Pt]=ct===Me?ge:Wi(ct,Me,ge)}),new pt(Be.segments,Xe)}class xn{constructor(Me,ge,Xe){if(this.isAbsolute=Me,this.numberOfDoubleDots=ge,this.commands=Xe,Me&&Xe.length>0&&Xn(Xe[0]))throw new Error("Root segment cannot have matrix parameters");const ct=Xe.find(Cn);if(ct&&ct!==ui(Xe))throw new Error("{outlets:{}} has to be the last command")}toRoot(){return this.isAbsolute&&1===this.commands.length&&"/"==this.commands[0]}}class ur{constructor(Me,ge,Xe){this.segmentGroup=Me,this.processChildren=ge,this.index=Xe}}function _a(Be,Me,ge){if(Be||(Be=new pt([],{})),0===Be.segments.length&&Be.hasChildren())return va(Be,Me,ge);const Xe=function Ga(Be,Me,ge){let Xe=0,ct=Me;const Pt={match:!1,pathIndex:0,commandIndex:0};for(;ct=ge.length)return Pt;const $t=Be.segments[ct],li=ge[Xe];if(Cn(li))break;const Ni=`${li}`,cn=Xe0&&void 0===Ni)break;if(Ni&&cn&&"object"==typeof cn&&void 0===cn.outlets){if(!ha(Ni,cn,$t))return Pt;Xe+=2}else{if(!ha(Ni,{},$t))return Pt;Xe++}ct++}return{match:!0,pathIndex:ct,commandIndex:Xe}}(Be,Me,ge),ct=ge.slice(Xe.commandIndex);if(Xe.match&&Xe.pathIndex{"string"==typeof Pt&&(Pt=[Pt]),null!==Pt&&(ct[$t]=_a(Be.children[$t],Me,Pt))}),Gt(Be.children,(Pt,$t)=>{void 0===Xe[$t]&&(ct[$t]=Pt)}),new pt(Be.segments,ct)}}function Za(Be,Me,ge){const Xe=Be.segments.slice(0,Me);let ct=0;for(;ct{"string"==typeof ge&&(ge=[ge]),null!==ge&&(Me[Xe]=Za(new pt([],{}),0,ge))}),Me}function ea(Be){const Me={};return Gt(Be,(ge,Xe)=>Me[Xe]=`${ge}`),Me}function ha(Be,Me,ge){return Be==ge.path&&ut(Me,ge.parameters)}class sa{constructor(Me,ge,Xe,ct){this.routeReuseStrategy=Me,this.futureState=ge,this.currState=Xe,this.forwardEvent=ct}activate(Me){const ge=this.futureState._root,Xe=this.currState?this.currState._root:null;this.deactivateChildRoutes(ge,Xe,Me),Kt(this.futureState.root),this.activateChildRoutes(ge,Xe,Me)}deactivateChildRoutes(Me,ge,Xe){const ct=zt(ge);Me.children.forEach(Pt=>{const $t=Pt.value.outlet;this.deactivateRoutes(Pt,ct[$t],Xe),delete ct[$t]}),Gt(ct,(Pt,$t)=>{this.deactivateRouteAndItsChildren(Pt,Xe)})}deactivateRoutes(Me,ge,Xe){const ct=Me.value,Pt=ge?ge.value:null;if(ct===Pt)if(ct.component){const $t=Xe.getContext(ct.outlet);$t&&this.deactivateChildRoutes(Me,ge,$t.children)}else this.deactivateChildRoutes(Me,ge,Xe);else Pt&&this.deactivateRouteAndItsChildren(ge,Xe)}deactivateRouteAndItsChildren(Me,ge){Me.value.component&&this.routeReuseStrategy.shouldDetach(Me.value.snapshot)?this.detachAndStoreRouteSubtree(Me,ge):this.deactivateRouteAndOutlet(Me,ge)}detachAndStoreRouteSubtree(Me,ge){const Xe=ge.getContext(Me.value.outlet),ct=Xe&&Me.value.component?Xe.children:ge,Pt=zt(Me);for(const $t of Object.keys(Pt))this.deactivateRouteAndItsChildren(Pt[$t],ct);if(Xe&&Xe.outlet){const $t=Xe.outlet.detach(),li=Xe.children.onOutletDeactivated();this.routeReuseStrategy.store(Me.value.snapshot,{componentRef:$t,route:Me,contexts:li})}}deactivateRouteAndOutlet(Me,ge){const Xe=ge.getContext(Me.value.outlet),ct=Xe&&Me.value.component?Xe.children:ge,Pt=zt(Me);for(const $t of Object.keys(Pt))this.deactivateRouteAndItsChildren(Pt[$t],ct);Xe&&Xe.outlet&&(Xe.outlet.deactivate(),Xe.children.onOutletDeactivated(),Xe.attachRef=null,Xe.resolver=null,Xe.route=null)}activateChildRoutes(Me,ge,Xe){const ct=zt(ge);Me.children.forEach(Pt=>{this.activateRoutes(Pt,ct[Pt.value.outlet],Xe),this.forwardEvent(new Ie(Pt.value.snapshot))}),Me.children.length&&this.forwardEvent(new Ae(Me.value.snapshot))}activateRoutes(Me,ge,Xe){const ct=Me.value,Pt=ge?ge.value:null;if(Kt(ct),ct===Pt)if(ct.component){const $t=Xe.getOrCreateContext(ct.outlet);this.activateChildRoutes(Me,ge,$t.children)}else this.activateChildRoutes(Me,ge,Xe);else if(ct.component){const $t=Xe.getOrCreateContext(ct.outlet);if(this.routeReuseStrategy.shouldAttach(ct.snapshot)){const li=this.routeReuseStrategy.retrieve(ct.snapshot);this.routeReuseStrategy.store(ct.snapshot,null),$t.children.onOutletReAttached(li.contexts),$t.attachRef=li.componentRef,$t.route=li.route.value,$t.outlet&&$t.outlet.attach(li.componentRef,li.route.value),Kt(li.route.value),this.activateChildRoutes(Me,null,$t.children)}else{const li=function Da(Be){for(let Me=Be.parent;Me;Me=Me.parent){const ge=Me.routeConfig;if(ge&&ge._loadedConfig)return ge._loadedConfig;if(ge&&ge.component)return null}return null}(ct.snapshot),Ni=li?li.module.componentFactoryResolver:null;$t.attachRef=null,$t.route=ct,$t.resolver=Ni,$t.outlet&&$t.outlet.activateWith(ct,Ni),this.activateChildRoutes(Me,null,$t.children)}}else this.activateChildRoutes(Me,null,Xe)}}class Or{constructor(Me,ge){this.routes=Me,this.module=ge}}function $n(Be){return"function"==typeof Be}function Kn(Be){return Be instanceof be}const Vr=Symbol("INITIAL_VALUE");function Wr(){return(0,X.w)(Be=>(0,w.a)(Be.map(Me=>Me.pipe((0,me.q)(1),(0,y.O)(Vr)))).pipe((0,i.R)((Me,ge)=>{let Xe=!1;return ge.reduce((ct,Pt,$t)=>ct!==Vr?ct:(Pt===Vr&&(Xe=!0),Xe||!1!==Pt&&$t!==ge.length-1&&!Kn(Pt)?ct:Pt),Me)},Vr),(0,j.h)(Me=>Me!==Vr),(0,oe.U)(Me=>Kn(Me)?Me:!0===Me),(0,me.q)(1)))}class qr{constructor(){this.outlet=null,this.route=null,this.resolver=null,this.children=new br,this.attachRef=null}}class br{constructor(){this.contexts=new Map}onChildOutletCreated(Me,ge){const Xe=this.getOrCreateContext(Me);Xe.outlet=ge,this.contexts.set(Me,Xe)}onChildOutletDestroyed(Me){const ge=this.getContext(Me);ge&&(ge.outlet=null,ge.attachRef=null)}onOutletDeactivated(){const Me=this.contexts;return this.contexts=new Map,Me}onOutletReAttached(Me){this.contexts=Me}getOrCreateContext(Me){let ge=this.getContext(Me);return ge||(ge=new qr,this.contexts.set(Me,ge)),ge}getContext(Me){return this.contexts.get(Me)||null}}let zr=(()=>{class Be{constructor(ge,Xe,ct,Pt,$t){this.parentContexts=ge,this.location=Xe,this.resolver=ct,this.changeDetector=$t,this.activated=null,this._activatedRoute=null,this.activateEvents=new t.vpe,this.deactivateEvents=new t.vpe,this.attachEvents=new t.vpe,this.detachEvents=new t.vpe,this.name=Pt||le,ge.onChildOutletCreated(this.name,this)}ngOnDestroy(){this.parentContexts.onChildOutletDestroyed(this.name)}ngOnInit(){if(!this.activated){const ge=this.parentContexts.getContext(this.name);ge&&ge.route&&(ge.attachRef?this.attach(ge.attachRef,ge.route):this.activateWith(ge.route,ge.resolver||null))}}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new Error("Outlet is not activated");return this.activated.instance}get activatedRoute(){if(!this.activated)throw new Error("Outlet is not activated");return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new Error("Outlet is not activated");this.location.detach();const ge=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(ge.instance),ge}attach(ge,Xe){this.activated=ge,this._activatedRoute=Xe,this.location.insert(ge.hostView),this.attachEvents.emit(ge.instance)}deactivate(){if(this.activated){const ge=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(ge)}}activateWith(ge,Xe){if(this.isActivated)throw new Error("Cannot activate an already activated outlet");this._activatedRoute=ge;const $t=(Xe=Xe||this.resolver).resolveComponentFactory(ge._futureSnapshot.routeConfig.component),li=this.parentContexts.getOrCreateContext(this.name).children,Ni=new fa(ge,li,this.location.injector);this.activated=this.location.createComponent($t,this.location.length,Ni),this.changeDetector.markForCheck(),this.activateEvents.emit(this.activated.instance)}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.Y36(br),t.Y36(t.s_b),t.Y36(t._Vd),t.$8M("name"),t.Y36(t.sBO))},Be.\u0275dir=t.lG2({type:Be,selectors:[["router-outlet"]],outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"]}),Be})();class fa{constructor(Me,ge,Xe){this.route=Me,this.childContexts=ge,this.parent=Xe}get(Me,ge){return Me===Gi?this.route:Me===br?this.childContexts:this.parent.get(Me,ge)}}let ya=(()=>{class Be{}return Be.\u0275fac=function(ge){return new(ge||Be)},Be.\u0275cmp=t.Xpm({type:Be,selectors:[["ng-component"]],decls:1,vars:0,template:function(ge,Xe){1&ge&&t._UZ(0,"router-outlet")},directives:[zr],encapsulation:2}),Be})();function xa(Be,Me=""){for(let ge=0;geer(Xe)===Me);return ge.push(...Be.filter(Xe=>er(Xe)!==Me)),ge}const Yr={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function kr(Be,Me,ge){var Xe;if(""===Me.path)return"full"===Me.pathMatch&&(Be.hasChildren()||ge.length>0)?Object.assign({},Yr):{matched:!0,consumedSegments:[],remainingSegments:ge,parameters:{},positionalParamSegments:{}};const Pt=(Me.matcher||_e)(ge,Be,Me);if(!Pt)return Object.assign({},Yr);const $t={};Gt(Pt.posParams,(Ni,cn)=>{$t[cn]=Ni.path});const li=Pt.consumed.length>0?Object.assign(Object.assign({},$t),Pt.consumed[Pt.consumed.length-1].parameters):$t;return{matched:!0,consumedSegments:Pt.consumed,remainingSegments:ge.slice(Pt.consumed.length),parameters:li,positionalParamSegments:null!==(Xe=Pt.posParams)&&void 0!==Xe?Xe:{}}}function jr(Be,Me,ge,Xe,ct="corrected"){if(ge.length>0&&function Qn(Be,Me,ge){return ge.some(Xe=>St(Be,Me,Xe)&&er(Xe)!==le)}(Be,ge,Xe)){const $t=new pt(Me,function Wa(Be,Me,ge,Xe){const ct={};ct[le]=Xe,Xe._sourceSegment=Be,Xe._segmentIndexShift=Me.length;for(const Pt of ge)if(""===Pt.path&&er(Pt)!==le){const $t=new pt([],{});$t._sourceSegment=Be,$t._segmentIndexShift=Me.length,ct[er(Pt)]=$t}return ct}(Be,Me,Xe,new pt(ge,Be.children)));return $t._sourceSegment=Be,$t._segmentIndexShift=Me.length,{segmentGroup:$t,slicedSegments:[]}}if(0===ge.length&&function qe(Be,Me,ge){return ge.some(Xe=>St(Be,Me,Xe))}(Be,ge,Xe)){const $t=new pt(Be.segments,function ba(Be,Me,ge,Xe,ct,Pt){const $t={};for(const li of Xe)if(St(Be,ge,li)&&!ct[er(li)]){const Ni=new pt([],{});Ni._sourceSegment=Be,Ni._segmentIndexShift="legacy"===Pt?Be.segments.length:Me.length,$t[er(li)]=Ni}return Object.assign(Object.assign({},ct),$t)}(Be,Me,ge,Xe,Be.children,ct));return $t._sourceSegment=Be,$t._segmentIndexShift=Me.length,{segmentGroup:$t,slicedSegments:ge}}const Pt=new pt(Be.segments,Be.children);return Pt._sourceSegment=Be,Pt._segmentIndexShift=Me.length,{segmentGroup:Pt,slicedSegments:ge}}function St(Be,Me,ge){return(!(Be.hasChildren()||Me.length>0)||"full"!==ge.pathMatch)&&""===ge.path}function Ke(Be,Me,ge,Xe){return!!(er(Be)===Xe||Xe!==le&&St(Me,ge,Be))&&("**"===Be.path||kr(Me,Be,ge).matched)}function kt(Be,Me,ge){return 0===Me.length&&!Be.children[ge]}class ai{constructor(Me){this.segmentGroup=Me||null}}class Ti{constructor(Me){this.urlTree=Me}}function Oi(Be){return(0,D._)(new ai(Be))}function rn(Be){return(0,D._)(new Ti(Be))}class gt{constructor(Me,ge,Xe,ct,Pt){this.configLoader=ge,this.urlSerializer=Xe,this.urlTree=ct,this.config=Pt,this.allowRedirects=!0,this.ngModule=Me.get(t.h0i)}apply(){const Me=jr(this.urlTree.root,[],[],this.config).segmentGroup,ge=new pt(Me.segments,Me.children);return this.expandSegmentGroup(this.ngModule,this.config,ge,le).pipe((0,oe.U)(Pt=>this.createUrlTree(Di(Pt),this.urlTree.queryParams,this.urlTree.fragment))).pipe((0,r.K)(Pt=>{if(Pt instanceof Ti)return this.allowRedirects=!1,this.match(Pt.urlTree);throw Pt instanceof ai?this.noMatchError(Pt):Pt}))}match(Me){return this.expandSegmentGroup(this.ngModule,this.config,Me.root,le).pipe((0,oe.U)(ct=>this.createUrlTree(Di(ct),Me.queryParams,Me.fragment))).pipe((0,r.K)(ct=>{throw ct instanceof ai?this.noMatchError(ct):ct}))}noMatchError(Me){return new Error(`Cannot match any routes. URL Segment: '${Me.segmentGroup}'`)}createUrlTree(Me,ge,Xe){const ct=Me.segments.length>0?new pt([],{[le]:Me}):Me;return new be(ct,ge,Xe)}expandSegmentGroup(Me,ge,Xe,ct){return 0===Xe.segments.length&&Xe.hasChildren()?this.expandChildren(Me,ge,Xe).pipe((0,oe.U)(Pt=>new pt([],Pt))):this.expandSegment(Me,Xe,ge,Xe.segments,ct,!0)}expandChildren(Me,ge,Xe){const ct=[];for(const Pt of Object.keys(Xe.children))"primary"===Pt?ct.unshift(Pt):ct.push(Pt);return(0,N.D)(ct).pipe((0,u.b)(Pt=>{const $t=Xe.children[Pt],li=oa(ge,Pt);return this.expandSegmentGroup(Me,li,$t,Pt).pipe((0,oe.U)(Ni=>({segment:Ni,outlet:Pt})))}),(0,i.R)((Pt,$t)=>(Pt[$t.outlet]=$t.segment,Pt),{}),function ie(Be,Me){const ge=arguments.length>=2;return Xe=>Xe.pipe(Be?(0,j.h)((ct,Pt)=>Be(ct,Pt,Xe)):te.y,ne(1),ge?(0,de.d)(Me):(0,$.T)(()=>new L.K))}())}expandSegment(Me,ge,Xe,ct,Pt,$t){return(0,N.D)(Xe).pipe((0,u.b)(li=>this.expandSegmentAgainstRoute(Me,ge,Xe,li,ct,Pt,$t).pipe((0,r.K)(cn=>{if(cn instanceof ai)return(0,h.of)(null);throw cn}))),(0,c.P)(li=>!!li),(0,r.K)((li,Ni)=>{if(li instanceof L.K||"EmptyError"===li.name)return kt(ge,ct,Pt)?(0,h.of)(new pt([],{})):Oi(ge);throw li}))}expandSegmentAgainstRoute(Me,ge,Xe,ct,Pt,$t,li){return Ke(ct,ge,Pt,$t)?void 0===ct.redirectTo?this.matchSegmentAgainstRoute(Me,ge,ct,Pt,$t):li&&this.allowRedirects?this.expandSegmentAgainstRouteUsingRedirect(Me,ge,Xe,ct,Pt,$t):Oi(ge):Oi(ge)}expandSegmentAgainstRouteUsingRedirect(Me,ge,Xe,ct,Pt,$t){return"**"===ct.path?this.expandWildCardWithParamsAgainstRouteUsingRedirect(Me,Xe,ct,$t):this.expandRegularSegmentAgainstRouteUsingRedirect(Me,ge,Xe,ct,Pt,$t)}expandWildCardWithParamsAgainstRouteUsingRedirect(Me,ge,Xe,ct){const Pt=this.applyRedirectCommands([],Xe.redirectTo,{});return Xe.redirectTo.startsWith("/")?rn(Pt):this.lineralizeSegments(Xe,Pt).pipe((0,_.z)($t=>{const li=new pt($t,{});return this.expandSegment(Me,li,ge,$t,ct,!1)}))}expandRegularSegmentAgainstRouteUsingRedirect(Me,ge,Xe,ct,Pt,$t){const{matched:li,consumedSegments:Ni,remainingSegments:cn,positionalParamSegments:Vn}=kr(ge,ct,Pt);if(!li)return Oi(ge);const Mn=this.applyRedirectCommands(Ni,ct.redirectTo,Vn);return ct.redirectTo.startsWith("/")?rn(Mn):this.lineralizeSegments(ct,Mn).pipe((0,_.z)(hr=>this.expandSegment(Me,ge,Xe,hr.concat(cn),$t,!1)))}matchSegmentAgainstRoute(Me,ge,Xe,ct,Pt){if("**"===Xe.path)return Xe.loadChildren?(Xe._loadedConfig?(0,h.of)(Xe._loadedConfig):this.configLoader.load(Me.injector,Xe)).pipe((0,oe.U)(Mn=>(Xe._loadedConfig=Mn,new pt(ct,{})))):(0,h.of)(new pt(ct,{}));const{matched:$t,consumedSegments:li,remainingSegments:Ni}=kr(ge,Xe,ct);return $t?this.getChildConfig(Me,Xe,ct).pipe((0,_.z)(Vn=>{const Mn=Vn.module,hr=Vn.routes,{segmentGroup:dr,slicedSegments:ps}=jr(ge,li,Ni,hr),zs=new pt(dr.segments,dr.children);if(0===ps.length&&zs.hasChildren())return this.expandChildren(Mn,hr,zs).pipe((0,oe.U)(oo=>new pt(li,oo)));if(0===hr.length&&0===ps.length)return(0,h.of)(new pt(li,{}));const Ha=er(Xe)===Pt;return this.expandSegment(Mn,zs,hr,ps,Ha?le:Pt,!0).pipe((0,oe.U)(La=>new pt(li.concat(La.segments),La.children)))})):Oi(ge)}getChildConfig(Me,ge,Xe){return ge.children?(0,h.of)(new Or(ge.children,Me)):ge.loadChildren?void 0!==ge._loadedConfig?(0,h.of)(ge._loadedConfig):this.runCanLoadGuards(Me.injector,ge,Xe).pipe((0,_.z)(ct=>ct?this.configLoader.load(Me.injector,ge).pipe((0,oe.U)(Pt=>(ge._loadedConfig=Pt,Pt))):function Ot(Be){return(0,D._)(ee(`Cannot load children because the guard of the route "path: '${Be.path}'" returned false`))}(ge))):(0,h.of)(new Or([],Me))}runCanLoadGuards(Me,ge,Xe){const ct=ge.canLoad;if(!ct||0===ct.length)return(0,h.of)(!0);const Pt=ct.map($t=>{const li=Me.get($t);let Ni;if(function zn(Be){return Be&&$n(Be.canLoad)}(li))Ni=li.canLoad(ge,Xe);else{if(!$n(li))throw new Error("Invalid CanLoad guard");Ni=li(ge,Xe)}return hi(Ni)});return(0,h.of)(Pt).pipe(Wr(),(0,E.b)($t=>{if(!Kn($t))return;const li=ee(`Redirecting to "${this.urlSerializer.serialize($t)}"`);throw li.url=$t,li}),(0,oe.U)($t=>!0===$t))}lineralizeSegments(Me,ge){let Xe=[],ct=ge.root;for(;;){if(Xe=Xe.concat(ct.segments),0===ct.numberOfChildren)return(0,h.of)(Xe);if(ct.numberOfChildren>1||!ct.children[le])return(0,D._)(new Error(`Only absolute redirects can have named outlets. redirectTo: '${Me.redirectTo}'`));ct=ct.children[le]}}applyRedirectCommands(Me,ge,Xe){return this.applyRedirectCreatreUrlTree(ge,this.urlSerializer.parse(ge),Me,Xe)}applyRedirectCreatreUrlTree(Me,ge,Xe,ct){const Pt=this.createSegmentGroup(Me,ge.root,Xe,ct);return new be(Pt,this.createQueryParams(ge.queryParams,this.urlTree.queryParams),ge.fragment)}createQueryParams(Me,ge){const Xe={};return Gt(Me,(ct,Pt)=>{if("string"==typeof ct&&ct.startsWith(":")){const li=ct.substring(1);Xe[Pt]=ge[li]}else Xe[Pt]=ct}),Xe}createSegmentGroup(Me,ge,Xe,ct){const Pt=this.createSegments(Me,ge.segments,Xe,ct);let $t={};return Gt(ge.children,(li,Ni)=>{$t[Ni]=this.createSegmentGroup(Me,li,Xe,ct)}),new pt(Pt,$t)}createSegments(Me,ge,Xe,ct){return ge.map(Pt=>Pt.path.startsWith(":")?this.findPosParam(Me,Pt,ct):this.findOrReturn(Pt,Xe))}findPosParam(Me,ge,Xe){const ct=Xe[ge.path.substring(1)];if(!ct)throw new Error(`Cannot redirect to '${Me}'. Cannot find '${ge.path}'.`);return ct}findOrReturn(Me,ge){let Xe=0;for(const ct of ge){if(ct.path===Me.path)return ge.splice(Xe),ct;Xe++}return Me}}function Di(Be){const Me={};for(const Xe of Object.keys(Be.children)){const Pt=Di(Be.children[Xe]);(Pt.segments.length>0||Pt.hasChildren())&&(Me[Xe]=Pt)}return function Qt(Be){if(1===Be.numberOfChildren&&Be.children[le]){const Me=Be.children[le];return new pt(Be.segments.concat(Me.segments),Me.children)}return Be}(new pt(Be.segments,Me))}class $e{constructor(Me){this.path=Me,this.route=this.path[this.path.length-1]}}class We{constructor(Me,ge){this.component=Me,this.route=ge}}function Fe(Be,Me,ge){const Xe=Be._root;return Ln(Xe,Me?Me._root:null,ge,[Xe.value])}function yi(Be,Me,ge){const Xe=function Ki(Be){if(!Be)return null;for(let Me=Be.parent;Me;Me=Me.parent){const ge=Me.routeConfig;if(ge&&ge._loadedConfig)return ge._loadedConfig}return null}(Me);return(Xe?Xe.module.injector:ge).get(Be)}function Ln(Be,Me,ge,Xe,ct={canDeactivateChecks:[],canActivateChecks:[]}){const Pt=zt(Me);return Be.children.forEach($t=>{(function Br(Be,Me,ge,Xe,ct={canDeactivateChecks:[],canActivateChecks:[]}){const Pt=Be.value,$t=Me?Me.value:null,li=ge?ge.getContext(Be.value.outlet):null;if($t&&Pt.routeConfig===$t.routeConfig){const Ni=function Ma(Be,Me,ge){if("function"==typeof ge)return ge(Be,Me);switch(ge){case"pathParamsChange":return!it(Be.url,Me.url);case"pathParamsOrQueryParamsChange":return!it(Be.url,Me.url)||!ut(Be.queryParams,Me.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!mi(Be,Me)||!ut(Be.queryParams,Me.queryParams);default:return!mi(Be,Me)}}($t,Pt,Pt.routeConfig.runGuardsAndResolvers);Ni?ct.canActivateChecks.push(new $e(Xe)):(Pt.data=$t.data,Pt._resolvedData=$t._resolvedData),Ln(Be,Me,Pt.component?li?li.children:null:ge,Xe,ct),Ni&&li&&li.outlet&&li.outlet.isActivated&&ct.canDeactivateChecks.push(new We(li.outlet.component,$t))}else $t&&wa(Me,li,ct),ct.canActivateChecks.push(new $e(Xe)),Ln(Be,null,Pt.component?li?li.children:null:ge,Xe,ct)})($t,Pt[$t.value.outlet],ge,Xe.concat([$t.value]),ct),delete Pt[$t.value.outlet]}),Gt(Pt,($t,li)=>wa($t,ge.getContext(li),ct)),ct}function wa(Be,Me,ge){const Xe=zt(Be),ct=Be.value;Gt(Xe,(Pt,$t)=>{wa(Pt,ct.component?Me?Me.children.getContext($t):null:Me,ge)}),ge.canDeactivateChecks.push(new We(ct.component&&Me&&Me.outlet&&Me.outlet.isActivated?Me.outlet.component:null,ct))}class Ts{}function As(Be){return new e.y(Me=>Me.error(Be))}class Vs{constructor(Me,ge,Xe,ct,Pt,$t){this.rootComponentType=Me,this.config=ge,this.urlTree=Xe,this.url=ct,this.paramsInheritanceStrategy=Pt,this.relativeLinkResolution=$t}recognize(){const Me=jr(this.urlTree.root,[],[],this.config.filter($t=>void 0===$t.redirectTo),this.relativeLinkResolution).segmentGroup,ge=this.processSegmentGroup(this.config,Me,le);if(null===ge)return null;const Xe=new Yt([],Object.freeze({}),Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,{},le,this.rootComponentType,null,this.urlTree.root,-1,{}),ct=new Mt(Xe,ge),Pt=new wi(this.url,ct);return this.inheritParamsAndData(Pt._root),Pt}inheritParamsAndData(Me){const ge=Me.value,Xe=sn(ge,this.paramsInheritanceStrategy);ge.params=Object.freeze(Xe.params),ge.data=Object.freeze(Xe.data),Me.children.forEach(ct=>this.inheritParamsAndData(ct))}processSegmentGroup(Me,ge,Xe){return 0===ge.segments.length&&ge.hasChildren()?this.processChildren(Me,ge):this.processSegment(Me,ge,ge.segments,Xe)}processChildren(Me,ge){const Xe=[];for(const Pt of Object.keys(ge.children)){const $t=ge.children[Pt],li=oa(Me,Pt),Ni=this.processSegmentGroup(li,$t,Pt);if(null===Ni)return null;Xe.push(...Ni)}const ct=Ya(Xe);return function Ds(Be){Be.sort((Me,ge)=>Me.value.outlet===le?-1:ge.value.outlet===le?1:Me.value.outlet.localeCompare(ge.value.outlet))}(ct),ct}processSegment(Me,ge,Xe,ct){for(const Pt of Me){const $t=this.processSegmentAgainstRoute(Pt,ge,Xe,ct);if(null!==$t)return $t}return kt(ge,Xe,ct)?[]:null}processSegmentAgainstRoute(Me,ge,Xe,ct){if(Me.redirectTo||!Ke(Me,ge,Xe,ct))return null;let Pt,$t=[],li=[];if("**"===Me.path){const dr=Xe.length>0?ui(Xe).parameters:{};Pt=new Yt(Xe,dr,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,Ye(Me),er(Me),Me.component,Me,ae(ge),fe(ge)+Xe.length,wt(Me))}else{const dr=kr(ge,Me,Xe);if(!dr.matched)return null;$t=dr.consumedSegments,li=dr.remainingSegments,Pt=new Yt($t,dr.parameters,Object.freeze(Object.assign({},this.urlTree.queryParams)),this.urlTree.fragment,Ye(Me),er(Me),Me.component,Me,ae(ge),fe(ge)+$t.length,wt(Me))}const Ni=function bs(Be){return Be.children?Be.children:Be.loadChildren?Be._loadedConfig.routes:[]}(Me),{segmentGroup:cn,slicedSegments:Vn}=jr(ge,$t,li,Ni.filter(dr=>void 0===dr.redirectTo),this.relativeLinkResolution);if(0===Vn.length&&cn.hasChildren()){const dr=this.processChildren(Ni,cn);return null===dr?null:[new Mt(Pt,dr)]}if(0===Ni.length&&0===Vn.length)return[new Mt(Pt,[])];const Mn=er(Me)===ct,hr=this.processSegment(Ni,cn,Vn,Mn?le:ct);return null===hr?null:[new Mt(Pt,hr)]}}function Mr(Be){const Me=Be.value.routeConfig;return Me&&""===Me.path&&void 0===Me.redirectTo}function Ya(Be){const Me=[],ge=new Set;for(const Xe of Be){if(!Mr(Xe)){Me.push(Xe);continue}const ct=Me.find(Pt=>Xe.value.routeConfig===Pt.value.routeConfig);void 0!==ct?(ct.children.push(...Xe.children),ge.add(ct)):Me.push(Xe)}for(const Xe of ge){const ct=Ya(Xe.children);Me.push(new Mt(Xe.value,ct))}return Me.filter(Xe=>!ge.has(Xe))}function ae(Be){let Me=Be;for(;Me._sourceSegment;)Me=Me._sourceSegment;return Me}function fe(Be){let Me=Be,ge=Me._segmentIndexShift?Me._segmentIndexShift:0;for(;Me._sourceSegment;)Me=Me._sourceSegment,ge+=Me._segmentIndexShift?Me._segmentIndexShift:0;return ge-1}function Ye(Be){return Be.data||{}}function wt(Be){return Be.resolve||{}}function Pi(Be){return[...Object.keys(Be),...Object.getOwnPropertySymbols(Be)]}function dn(Be){return(0,X.w)(Me=>{const ge=Be(Me);return ge?(0,N.D)(ge).pipe((0,oe.U)(()=>Me)):(0,h.of)(Me)})}class yn extends class Hn{shouldDetach(Me){return!1}store(Me,ge){}shouldAttach(Me){return!1}retrieve(Me){return null}shouldReuseRoute(Me,ge){return Me.routeConfig===ge.routeConfig}}{}const An=new t.OlP("ROUTES");class nr{constructor(Me,ge,Xe,ct){this.injector=Me,this.compiler=ge,this.onLoadStartListener=Xe,this.onLoadEndListener=ct}load(Me,ge){if(ge._loader$)return ge._loader$;this.onLoadStartListener&&this.onLoadStartListener(ge);const ct=this.loadModuleFactory(ge.loadChildren).pipe((0,oe.U)(Pt=>{this.onLoadEndListener&&this.onLoadEndListener(ge);const $t=Pt.create(Me);return new Or(It($t.injector.get(An,void 0,t.XFs.Self|t.XFs.Optional)).map(Ra),$t)}),(0,r.K)(Pt=>{throw ge._loader$=void 0,Pt}));return ge._loader$=new d(ct,()=>new Z.x).pipe(b()),ge._loader$}loadModuleFactory(Me){return hi(Me()).pipe((0,_.z)(ge=>ge instanceof t.YKP?(0,h.of)(ge):(0,N.D)(this.compiler.compileModuleAsync(ge))))}}class Cr{shouldProcessUrl(Me){return!0}extract(Me){return Me}merge(Me,ge){return Me}}function ia(Be){throw Be}function Jr(Be,Me,ge){return Me.parse("/")}function _r(Be,Me){return(0,h.of)(null)}const Kr={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},Zn={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"};let vr=(()=>{class Be{constructor(ge,Xe,ct,Pt,$t,li,Ni){this.rootComponentType=ge,this.urlSerializer=Xe,this.rootContexts=ct,this.location=Pt,this.config=Ni,this.lastSuccessfulNavigation=null,this.currentNavigation=null,this.disposed=!1,this.navigationId=0,this.currentPageId=0,this.isNgZoneEnabled=!1,this.events=new Z.x,this.errorHandler=ia,this.malformedUriErrorHandler=Jr,this.navigated=!1,this.lastSuccessfulId=-1,this.hooks={beforePreactivation:_r,afterPreactivation:_r},this.urlHandlingStrategy=new Cr,this.routeReuseStrategy=new yn,this.onSameUrlNavigation="ignore",this.paramsInheritanceStrategy="emptyOnly",this.urlUpdateStrategy="deferred",this.relativeLinkResolution="corrected",this.canceledNavigationResolution="replace",this.ngModule=$t.get(t.h0i),this.console=$t.get(t.c2e);const Mn=$t.get(t.R0b);this.isNgZoneEnabled=Mn instanceof t.R0b&&t.R0b.isInAngularZone(),this.resetConfig(Ni),this.currentUrlTree=function xt(){return new be(new pt([],{}),{},null)}(),this.rawUrlTree=this.currentUrlTree,this.browserUrlTree=this.currentUrlTree,this.configLoader=new nr($t,li,hr=>this.triggerEvent(new Ue(hr)),hr=>this.triggerEvent(new ye(hr))),this.routerState=Ei(this.currentUrlTree,this.rootComponentType),this.transitions=new A.X({id:0,targetPageId:0,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,extractedUrl:this.urlHandlingStrategy.extract(this.currentUrlTree),urlAfterRedirects:this.urlHandlingStrategy.extract(this.currentUrlTree),rawUrl:this.currentUrlTree,extras:{},resolve:null,reject:null,promise:Promise.resolve(!0),source:"imperative",restoredState:null,currentSnapshot:this.routerState.snapshot,targetSnapshot:null,currentRouterState:this.routerState,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.navigations=this.setupNavigations(this.transitions),this.processNavigations()}get browserPageId(){var ge;return null===(ge=this.location.getState())||void 0===ge?void 0:ge.\u0275routerPageId}setupNavigations(ge){const Xe=this.events;return ge.pipe((0,j.h)(ct=>0!==ct.id),(0,oe.U)(ct=>Object.assign(Object.assign({},ct),{extractedUrl:this.urlHandlingStrategy.extract(ct.rawUrl)})),(0,X.w)(ct=>{let Pt=!1,$t=!1;return(0,h.of)(ct).pipe((0,E.b)(li=>{this.currentNavigation={id:li.id,initialUrl:li.currentRawUrl,extractedUrl:li.extractedUrl,trigger:li.source,extras:li.extras,previousNavigation:this.lastSuccessfulNavigation?Object.assign(Object.assign({},this.lastSuccessfulNavigation),{previousNavigation:null}):null}}),(0,X.w)(li=>{const Ni=this.browserUrlTree.toString(),cn=!this.navigated||li.extractedUrl.toString()!==Ni||Ni!==this.currentUrlTree.toString();if(("reload"===this.onSameUrlNavigation||cn)&&this.urlHandlingStrategy.shouldProcessUrl(li.rawUrl))return rt(li.source)&&(this.browserUrlTree=li.extractedUrl),(0,h.of)(li).pipe((0,X.w)(Mn=>{const hr=this.transitions.getValue();return Xe.next(new B(Mn.id,this.serializeUrl(Mn.extractedUrl),Mn.source,Mn.restoredState)),hr!==this.transitions.getValue()?U.E:Promise.resolve(Mn)}),function Yi(Be,Me,ge,Xe){return(0,X.w)(ct=>function oi(Be,Me,ge,Xe,ct){return new gt(Be,Me,ge,Xe,ct).apply()}(Be,Me,ge,ct.extractedUrl,Xe).pipe((0,oe.U)(Pt=>Object.assign(Object.assign({},ct),{urlAfterRedirects:Pt}))))}(this.ngModule.injector,this.configLoader,this.urlSerializer,this.config),(0,E.b)(Mn=>{this.currentNavigation=Object.assign(Object.assign({},this.currentNavigation),{finalUrl:Mn.urlAfterRedirects})}),function Vt(Be,Me,ge,Xe,ct){return(0,_.z)(Pt=>function qs(Be,Me,ge,Xe,ct="emptyOnly",Pt="legacy"){try{const $t=new Vs(Be,Me,ge,Xe,ct,Pt).recognize();return null===$t?As(new Ts):(0,h.of)($t)}catch($t){return As($t)}}(Be,Me,Pt.urlAfterRedirects,ge(Pt.urlAfterRedirects),Xe,ct).pipe((0,oe.U)($t=>Object.assign(Object.assign({},Pt),{targetSnapshot:$t}))))}(this.rootComponentType,this.config,Mn=>this.serializeUrl(Mn),this.paramsInheritanceStrategy,this.relativeLinkResolution),(0,E.b)(Mn=>{if("eager"===this.urlUpdateStrategy){if(!Mn.extras.skipLocationChange){const dr=this.urlHandlingStrategy.merge(Mn.urlAfterRedirects,Mn.rawUrl);this.setBrowserUrl(dr,Mn)}this.browserUrlTree=Mn.urlAfterRedirects}const hr=new he(Mn.id,this.serializeUrl(Mn.extractedUrl),this.serializeUrl(Mn.urlAfterRedirects),Mn.targetSnapshot);Xe.next(hr)}));if(cn&&this.rawUrlTree&&this.urlHandlingStrategy.shouldProcessUrl(this.rawUrlTree)){const{id:hr,extractedUrl:dr,source:ps,restoredState:zs,extras:Ha}=li,s1=new B(hr,this.serializeUrl(dr),ps,zs);Xe.next(s1);const La=Ei(dr,this.rootComponentType).snapshot;return(0,h.of)(Object.assign(Object.assign({},li),{targetSnapshot:La,urlAfterRedirects:dr,extras:Object.assign(Object.assign({},Ha),{skipLocationChange:!1,replaceUrl:!1})}))}return this.rawUrlTree=li.rawUrl,li.resolve(null),U.E}),dn(li=>{const{targetSnapshot:Ni,id:cn,extractedUrl:Vn,rawUrl:Mn,extras:{skipLocationChange:hr,replaceUrl:dr}}=li;return this.hooks.beforePreactivation(Ni,{navigationId:cn,appliedUrlTree:Vn,rawUrlTree:Mn,skipLocationChange:!!hr,replaceUrl:!!dr})}),(0,E.b)(li=>{const Ni=new ve(li.id,this.serializeUrl(li.extractedUrl),this.serializeUrl(li.urlAfterRedirects),li.targetSnapshot);this.triggerEvent(Ni)}),(0,oe.U)(li=>Object.assign(Object.assign({},li),{guards:Fe(li.targetSnapshot,li.currentSnapshot,this.rootContexts)})),function us(Be,Me){return(0,_.z)(ge=>{const{targetSnapshot:Xe,currentSnapshot:ct,guards:{canActivateChecks:Pt,canDeactivateChecks:$t}}=ge;return 0===$t.length&&0===Pt.length?(0,h.of)(Object.assign(Object.assign({},ge),{guardsResult:!0})):function Fi(Be,Me,ge,Xe){return(0,N.D)(Be).pipe((0,_.z)(ct=>function pa(Be,Me,ge,Xe,ct){const Pt=Me&&Me.routeConfig?Me.routeConfig.canDeactivate:null;if(!Pt||0===Pt.length)return(0,h.of)(!0);const $t=Pt.map(li=>{const Ni=yi(li,Me,ct);let cn;if(function ta(Be){return Be&&$n(Be.canDeactivate)}(Ni))cn=hi(Ni.canDeactivate(Be,Me,ge,Xe));else{if(!$n(Ni))throw new Error("Invalid CanDeactivate guard");cn=hi(Ni(Be,Me,ge,Xe))}return cn.pipe((0,c.P)())});return(0,h.of)($t).pipe(Wr())}(ct.component,ct.route,ge,Me,Xe)),(0,c.P)(ct=>!0!==ct,!0))}($t,Xe,ct,Be).pipe((0,_.z)(li=>li&&function Hr(Be){return"boolean"==typeof Be}(li)?function Gn(Be,Me,ge,Xe){return(0,N.D)(Me).pipe((0,u.b)(ct=>(0,k.z)(function gr(Be,Me){return null!==Be&&Me&&Me(new V(Be)),(0,h.of)(!0)}(ct.route.parent,Xe),function Fs(Be,Me){return null!==Be&&Me&&Me(new dt(Be)),(0,h.of)(!0)}(ct.route,Xe),function ka(Be,Me,ge){const Xe=Me[Me.length-1],Pt=Me.slice(0,Me.length-1).reverse().map($t=>function Lt(Be){const Me=Be.routeConfig?Be.routeConfig.canActivateChild:null;return Me&&0!==Me.length?{node:Be,guards:Me}:null}($t)).filter($t=>null!==$t).map($t=>(0,S.P)(()=>{const li=$t.guards.map(Ni=>{const cn=yi(Ni,$t.node,ge);let Vn;if(function Ia(Be){return Be&&$n(Be.canActivateChild)}(cn))Vn=hi(cn.canActivateChild(Xe,Be));else{if(!$n(cn))throw new Error("Invalid CanActivateChild guard");Vn=hi(cn(Xe,Be))}return Vn.pipe((0,c.P)())});return(0,h.of)(li).pipe(Wr())}));return(0,h.of)(Pt).pipe(Wr())}(Be,ct.path,ge),function Qs(Be,Me,ge){const Xe=Me.routeConfig?Me.routeConfig.canActivate:null;if(!Xe||0===Xe.length)return(0,h.of)(!0);const ct=Xe.map(Pt=>(0,S.P)(()=>{const $t=yi(Pt,Me,ge);let li;if(function Fr(Be){return Be&&$n(Be.canActivate)}($t))li=hi($t.canActivate(Me,Be));else{if(!$n($t))throw new Error("Invalid CanActivate guard");li=hi($t(Me,Be))}return li.pipe((0,c.P)())}));return(0,h.of)(ct).pipe(Wr())}(Be,ct.route,ge))),(0,c.P)(ct=>!0!==ct,!0))}(Xe,Pt,Be,Me):(0,h.of)(li)),(0,oe.U)(li=>Object.assign(Object.assign({},ge),{guardsResult:li})))})}(this.ngModule.injector,li=>this.triggerEvent(li)),(0,E.b)(li=>{if(Kn(li.guardsResult)){const cn=ee(`Redirecting to "${this.serializeUrl(li.guardsResult)}"`);throw cn.url=li.guardsResult,cn}const Ni=new Ne(li.id,this.serializeUrl(li.extractedUrl),this.serializeUrl(li.urlAfterRedirects),li.targetSnapshot,!!li.guardsResult);this.triggerEvent(Ni)}),(0,j.h)(li=>!!li.guardsResult||(this.restoreHistory(li),this.cancelNavigationTransition(li,""),!1)),dn(li=>{if(li.guards.canActivateChecks.length)return(0,h.of)(li).pipe((0,E.b)(Ni=>{const cn=new we(Ni.id,this.serializeUrl(Ni.extractedUrl),this.serializeUrl(Ni.urlAfterRedirects),Ni.targetSnapshot);this.triggerEvent(cn)}),(0,X.w)(Ni=>{let cn=!1;return(0,h.of)(Ni).pipe(function ni(Be,Me){return(0,_.z)(ge=>{const{targetSnapshot:Xe,guards:{canActivateChecks:ct}}=ge;if(!ct.length)return(0,h.of)(ge);let Pt=0;return(0,N.D)(ct).pipe((0,u.b)($t=>function ri(Be,Me,ge,Xe){return function _i(Be,Me,ge,Xe){const ct=Pi(Be);if(0===ct.length)return(0,h.of)({});const Pt={};return(0,N.D)(ct).pipe((0,_.z)($t=>function tn(Be,Me,ge,Xe){const ct=yi(Be,Me,Xe);return hi(ct.resolve?ct.resolve(Me,ge):ct(Me,ge))}(Be[$t],Me,ge,Xe).pipe((0,E.b)(li=>{Pt[$t]=li}))),ne(1),(0,_.z)(()=>Pi(Pt).length===ct.length?(0,h.of)(Pt):U.E))}(Be._resolve,Be,Me,Xe).pipe((0,oe.U)(Pt=>(Be._resolvedData=Pt,Be.data=Object.assign(Object.assign({},Be.data),sn(Be,ge).resolve),null)))}($t.route,Xe,Be,Me)),(0,E.b)(()=>Pt++),ne(1),(0,_.z)($t=>Pt===ct.length?(0,h.of)(ge):U.E))})}(this.paramsInheritanceStrategy,this.ngModule.injector),(0,E.b)({next:()=>cn=!0,complete:()=>{cn||(this.restoreHistory(Ni),this.cancelNavigationTransition(Ni,"At least one route resolver didn't emit any value."))}}))}),(0,E.b)(Ni=>{const cn=new Q(Ni.id,this.serializeUrl(Ni.extractedUrl),this.serializeUrl(Ni.urlAfterRedirects),Ni.targetSnapshot);this.triggerEvent(cn)}))}),dn(li=>{const{targetSnapshot:Ni,id:cn,extractedUrl:Vn,rawUrl:Mn,extras:{skipLocationChange:hr,replaceUrl:dr}}=li;return this.hooks.afterPreactivation(Ni,{navigationId:cn,appliedUrlTree:Vn,rawUrlTree:Mn,skipLocationChange:!!hr,replaceUrl:!!dr})}),(0,oe.U)(li=>{const Ni=function Ri(Be,Me,ge){const Xe=ki(Be,Me._root,ge?ge._root:void 0);return new bi(Xe,Me)}(this.routeReuseStrategy,li.targetSnapshot,li.currentRouterState);return Object.assign(Object.assign({},li),{targetRouterState:Ni})}),(0,E.b)(li=>{this.currentUrlTree=li.urlAfterRedirects,this.rawUrlTree=this.urlHandlingStrategy.merge(li.urlAfterRedirects,li.rawUrl),this.routerState=li.targetRouterState,"deferred"===this.urlUpdateStrategy&&(li.extras.skipLocationChange||this.setBrowserUrl(this.rawUrlTree,li),this.browserUrlTree=li.urlAfterRedirects)}),((Be,Me,ge)=>(0,oe.U)(Xe=>(new sa(Me,Xe.targetRouterState,Xe.currentRouterState,ge).activate(Be),Xe)))(this.rootContexts,this.routeReuseStrategy,li=>this.triggerEvent(li)),(0,E.b)({next(){Pt=!0},complete(){Pt=!0}}),(0,I.x)(()=>{var li;Pt||$t||this.cancelNavigationTransition(ct,`Navigation ID ${ct.id} is not equal to the current navigation id ${this.navigationId}`),(null===(li=this.currentNavigation)||void 0===li?void 0:li.id)===ct.id&&(this.currentNavigation=null)}),(0,r.K)(li=>{if($t=!0,function ue(Be){return Be&&Be[W]}(li)){const Ni=Kn(li.url);Ni||(this.navigated=!0,this.restoreHistory(ct,!0));const cn=new F(ct.id,this.serializeUrl(ct.extractedUrl),li.message);Xe.next(cn),Ni?setTimeout(()=>{const Vn=this.urlHandlingStrategy.merge(li.url,this.rawUrlTree),Mn={skipLocationChange:ct.extras.skipLocationChange,replaceUrl:"eager"===this.urlUpdateStrategy||rt(ct.source)};this.scheduleNavigation(Vn,"imperative",null,Mn,{resolve:ct.resolve,reject:ct.reject,promise:ct.promise})},0):ct.resolve(!1)}else{this.restoreHistory(ct,!0);const Ni=new q(ct.id,this.serializeUrl(ct.extractedUrl),li);Xe.next(Ni);try{ct.resolve(this.errorHandler(li))}catch(cn){ct.reject(cn)}}return U.E}))}))}resetRootComponentType(ge){this.rootComponentType=ge,this.routerState.root.component=this.rootComponentType}setTransition(ge){this.transitions.next(Object.assign(Object.assign({},this.transitions.value),ge))}initialNavigation(){this.setUpLocationChangeListener(),0===this.navigationId&&this.navigateByUrl(this.location.path(!0),{replaceUrl:!0})}setUpLocationChangeListener(){this.locationSubscription||(this.locationSubscription=this.location.subscribe(ge=>{const Xe="popstate"===ge.type?"popstate":"hashchange";"popstate"===Xe&&setTimeout(()=>{var ct;const Pt={replaceUrl:!0},$t=(null===(ct=ge.state)||void 0===ct?void 0:ct.navigationId)?ge.state:null;if($t){const Ni=Object.assign({},$t);delete Ni.navigationId,delete Ni.\u0275routerPageId,0!==Object.keys(Ni).length&&(Pt.state=Ni)}const li=this.parseUrl(ge.url);this.scheduleNavigation(li,Xe,$t,Pt)},0)}))}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.currentNavigation}triggerEvent(ge){this.events.next(ge)}resetConfig(ge){xa(ge),this.config=ge.map(Ra),this.navigated=!1,this.lastSuccessfulId=-1}ngOnDestroy(){this.dispose()}dispose(){this.transitions.complete(),this.locationSubscription&&(this.locationSubscription.unsubscribe(),this.locationSubscription=void 0),this.disposed=!0}createUrlTree(ge,Xe={}){const{relativeTo:ct,queryParams:Pt,fragment:$t,queryParamsHandling:li,preserveFragment:Ni}=Xe,cn=ct||this.routerState.root,Vn=Ni?this.currentUrlTree.fragment:$t;let Mn=null;switch(li){case"merge":Mn=Object.assign(Object.assign({},this.currentUrlTree.queryParams),Pt);break;case"preserve":Mn=this.currentUrlTree.queryParams;break;default:Mn=Pt||null}return null!==Mn&&(Mn=this.removeEmptyProps(Mn)),function In(Be,Me,ge,Xe,ct){if(0===ge.length)return Si(Me.root,Me.root,Me.root,Xe,ct);const Pt=function jn(Be){if("string"==typeof Be[0]&&1===Be.length&&"/"===Be[0])return new xn(!0,0,Be);let Me=0,ge=!1;const Xe=Be.reduce((ct,Pt,$t)=>{if("object"==typeof Pt&&null!=Pt){if(Pt.outlets){const li={};return Gt(Pt.outlets,(Ni,cn)=>{li[cn]="string"==typeof Ni?Ni.split("/"):Ni}),[...ct,{outlets:li}]}if(Pt.segmentPath)return[...ct,Pt.segmentPath]}return"string"!=typeof Pt?[...ct,Pt]:0===$t?(Pt.split("/").forEach((li,Ni)=>{0==Ni&&"."===li||(0==Ni&&""===li?ge=!0:".."===li?Me++:""!=li&&ct.push(li))}),ct):[...ct,Pt]},[]);return new xn(ge,Me,Xe)}(ge);if(Pt.toRoot())return Si(Me.root,Me.root,new pt([],{}),Xe,ct);const $t=function Gr(Be,Me,ge){if(Be.isAbsolute)return new ur(Me.root,!0,0);if(-1===ge.snapshot._lastPathIndex){const Pt=ge.snapshot._urlSegment;return new ur(Pt,Pt===Me.root,0)}const Xe=Xn(Be.commands[0])?0:1;return function Zr(Be,Me,ge){let Xe=Be,ct=Me,Pt=ge;for(;Pt>ct;){if(Pt-=ct,Xe=Xe.parent,!Xe)throw new Error("Invalid number of '../'");ct=Xe.segments.length}return new ur(Xe,!1,ct-Pt)}(ge.snapshot._urlSegment,ge.snapshot._lastPathIndex+Xe,Be.numberOfDoubleDots)}(Pt,Me,Be),li=$t.processChildren?va($t.segmentGroup,$t.index,Pt.commands):_a($t.segmentGroup,$t.index,Pt.commands);return Si(Me.root,$t.segmentGroup,li,Xe,ct)}(cn,this.currentUrlTree,ge,Mn,null!=Vn?Vn:null)}navigateByUrl(ge,Xe={skipLocationChange:!1}){const ct=Kn(ge)?ge:this.parseUrl(ge),Pt=this.urlHandlingStrategy.merge(ct,this.rawUrlTree);return this.scheduleNavigation(Pt,"imperative",null,Xe)}navigate(ge,Xe={skipLocationChange:!1}){return function ja(Be){for(let Me=0;Me{const Pt=ge[ct];return null!=Pt&&(Xe[ct]=Pt),Xe},{})}processNavigations(){this.navigations.subscribe(ge=>{this.navigated=!0,this.lastSuccessfulId=ge.id,this.currentPageId=ge.targetPageId,this.events.next(new P(ge.id,this.serializeUrl(ge.extractedUrl),this.serializeUrl(this.currentUrlTree))),this.lastSuccessfulNavigation=this.currentNavigation,ge.resolve(!0)},ge=>{this.console.warn(`Unhandled Navigation Error: ${ge}`)})}scheduleNavigation(ge,Xe,ct,Pt,$t){var li,Ni;if(this.disposed)return Promise.resolve(!1);let cn,Vn,Mn;$t?(cn=$t.resolve,Vn=$t.reject,Mn=$t.promise):Mn=new Promise((ps,zs)=>{cn=ps,Vn=zs});const hr=++this.navigationId;let dr;return"computed"===this.canceledNavigationResolution?(0===this.currentPageId&&(ct=this.location.getState()),dr=ct&&ct.\u0275routerPageId?ct.\u0275routerPageId:Pt.replaceUrl||Pt.skipLocationChange?null!==(li=this.browserPageId)&&void 0!==li?li:0:(null!==(Ni=this.browserPageId)&&void 0!==Ni?Ni:0)+1):dr=0,this.setTransition({id:hr,targetPageId:dr,source:Xe,restoredState:ct,currentUrlTree:this.currentUrlTree,currentRawUrl:this.rawUrlTree,rawUrl:ge,extras:Pt,resolve:cn,reject:Vn,promise:Mn,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),Mn.catch(ps=>Promise.reject(ps))}setBrowserUrl(ge,Xe){const ct=this.urlSerializer.serialize(ge),Pt=Object.assign(Object.assign({},Xe.extras.state),this.generateNgRouterState(Xe.id,Xe.targetPageId));this.location.isCurrentPathEqualTo(ct)||Xe.extras.replaceUrl?this.location.replaceState(ct,"",Pt):this.location.go(ct,"",Pt)}restoreHistory(ge,Xe=!1){var ct,Pt;if("computed"===this.canceledNavigationResolution){const $t=this.currentPageId-ge.targetPageId;"popstate"!==ge.source&&"eager"!==this.urlUpdateStrategy&&this.currentUrlTree!==(null===(ct=this.currentNavigation)||void 0===ct?void 0:ct.finalUrl)||0===$t?this.currentUrlTree===(null===(Pt=this.currentNavigation)||void 0===Pt?void 0:Pt.finalUrl)&&0===$t&&(this.resetState(ge),this.browserUrlTree=ge.currentUrlTree,this.resetUrlToCurrentUrlTree()):this.location.historyGo($t)}else"replace"===this.canceledNavigationResolution&&(Xe&&this.resetState(ge),this.resetUrlToCurrentUrlTree())}resetState(ge){this.routerState=ge.currentRouterState,this.currentUrlTree=ge.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,ge.rawUrl)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}cancelNavigationTransition(ge,Xe){const ct=new F(ge.id,this.serializeUrl(ge.extractedUrl),Xe);this.triggerEvent(ct),ge.resolve(!1)}generateNgRouterState(ge,Xe){return"computed"===this.canceledNavigationResolution?{navigationId:ge,\u0275routerPageId:Xe}:{navigationId:ge}}}return Be.\u0275fac=function(ge){t.$Z()},Be.\u0275prov=t.Yz7({token:Be,factory:Be.\u0275fac}),Be})();function rt(Be){return"imperative"!==Be}let Et=(()=>{class Be{constructor(ge,Xe,ct,Pt,$t){this.router=ge,this.route=Xe,this.tabIndexAttribute=ct,this.renderer=Pt,this.el=$t,this.commands=null,this.onChanges=new Z.x,this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl(ge){if(null!=this.tabIndexAttribute)return;const Xe=this.renderer,ct=this.el.nativeElement;null!==ge?Xe.setAttribute(ct,"tabindex",ge):Xe.removeAttribute(ct,"tabindex")}ngOnChanges(ge){this.onChanges.next(this)}set routerLink(ge){null!=ge?(this.commands=Array.isArray(ge)?ge:[ge],this.setTabIndexIfNotOnNativeEl("0")):(this.commands=null,this.setTabIndexIfNotOnNativeEl(null))}onClick(){if(null===this.urlTree)return!0;const ge={skipLocationChange:Rt(this.skipLocationChange),replaceUrl:Rt(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,ge),!0}get urlTree(){return null===this.commands?null:this.router.createUrlTree(this.commands,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:Rt(this.preserveFragment)})}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.Y36(vr),t.Y36(Gi),t.$8M("tabindex"),t.Y36(t.Qsj),t.Y36(t.SBq))},Be.\u0275dir=t.lG2({type:Be,selectors:[["","routerLink","",5,"a",5,"area"]],hostBindings:function(ge,Xe){1&ge&&t.NdJ("click",function(){return Xe.onClick()})},inputs:{queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state",relativeTo:"relativeTo",routerLink:"routerLink"},features:[t.TTD]}),Be})(),Dt=(()=>{class Be{constructor(ge,Xe,ct){this.router=ge,this.route=Xe,this.locationStrategy=ct,this.commands=null,this.href=null,this.onChanges=new Z.x,this.subscription=ge.events.subscribe(Pt=>{Pt instanceof P&&this.updateTargetUrlAndHref()})}set routerLink(ge){this.commands=null!=ge?Array.isArray(ge)?ge:[ge]:null}ngOnChanges(ge){this.updateTargetUrlAndHref(),this.onChanges.next(this)}ngOnDestroy(){this.subscription.unsubscribe()}onClick(ge,Xe,ct,Pt,$t){if(0!==ge||Xe||ct||Pt||$t||"string"==typeof this.target&&"_self"!=this.target||null===this.urlTree)return!0;const li={skipLocationChange:Rt(this.skipLocationChange),replaceUrl:Rt(this.replaceUrl),state:this.state};return this.router.navigateByUrl(this.urlTree,li),!1}updateTargetUrlAndHref(){this.href=null!==this.urlTree?this.locationStrategy.prepareExternalUrl(this.router.serializeUrl(this.urlTree)):null}get urlTree(){return null===this.commands?null:this.router.createUrlTree(this.commands,{relativeTo:void 0!==this.relativeTo?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:Rt(this.preserveFragment)})}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.Y36(vr),t.Y36(Gi),t.Y36(n.S$))},Be.\u0275dir=t.lG2({type:Be,selectors:[["a","routerLink",""],["area","routerLink",""]],hostVars:2,hostBindings:function(ge,Xe){1&ge&&t.NdJ("click",function(Pt){return Xe.onClick(Pt.button,Pt.ctrlKey,Pt.shiftKey,Pt.altKey,Pt.metaKey)}),2&ge&&t.uIk("target",Xe.target)("href",Xe.href,t.LSH)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",preserveFragment:"preserveFragment",skipLocationChange:"skipLocationChange",replaceUrl:"replaceUrl",state:"state",relativeTo:"relativeTo",routerLink:"routerLink"},features:[t.TTD]}),Be})();function Rt(Be){return""===Be||!!Be}let Jt=(()=>{class Be{constructor(ge,Xe,ct,Pt,$t,li){this.router=ge,this.element=Xe,this.renderer=ct,this.cdr=Pt,this.link=$t,this.linkWithHref=li,this.classes=[],this.isActive=!1,this.routerLinkActiveOptions={exact:!1},this.isActiveChange=new t.vpe,this.routerEventsSubscription=ge.events.subscribe(Ni=>{Ni instanceof P&&this.update()})}ngAfterContentInit(){(0,h.of)(this.links.changes,this.linksWithHrefs.changes,(0,h.of)(null)).pipe((0,v.J)()).subscribe(ge=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){var ge;null===(ge=this.linkInputChangesSubscription)||void 0===ge||ge.unsubscribe();const Xe=[...this.links.toArray(),...this.linksWithHrefs.toArray(),this.link,this.linkWithHref].filter(ct=>!!ct).map(ct=>ct.onChanges);this.linkInputChangesSubscription=(0,N.D)(Xe).pipe((0,v.J)()).subscribe(ct=>{this.isActive!==this.isLinkActive(this.router)(ct)&&this.update()})}set routerLinkActive(ge){const Xe=Array.isArray(ge)?ge:ge.split(" ");this.classes=Xe.filter(ct=>!!ct)}ngOnChanges(ge){this.update()}ngOnDestroy(){var ge;this.routerEventsSubscription.unsubscribe(),null===(ge=this.linkInputChangesSubscription)||void 0===ge||ge.unsubscribe()}update(){!this.links||!this.linksWithHrefs||!this.router.navigated||Promise.resolve().then(()=>{const ge=this.hasActiveLinks();this.isActive!==ge&&(this.isActive=ge,this.cdr.markForCheck(),this.classes.forEach(Xe=>{ge?this.renderer.addClass(this.element.nativeElement,Xe):this.renderer.removeClass(this.element.nativeElement,Xe)}),this.isActiveChange.emit(ge))})}isLinkActive(ge){const Xe=function Ci(Be){return!!Be.paths}(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return ct=>!!ct.urlTree&&ge.isActive(ct.urlTree,Xe)}hasActiveLinks(){const ge=this.isLinkActive(this.router);return this.link&&ge(this.link)||this.linkWithHref&&ge(this.linkWithHref)||this.links.some(ge)||this.linksWithHrefs.some(ge)}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.Y36(vr),t.Y36(t.SBq),t.Y36(t.Qsj),t.Y36(t.sBO),t.Y36(Et,8),t.Y36(Dt,8))},Be.\u0275dir=t.lG2({type:Be,selectors:[["","routerLinkActive",""]],contentQueries:function(ge,Xe,ct){if(1&ge&&(t.Suo(ct,Et,5),t.Suo(ct,Dt,5)),2&ge){let Pt;t.iGM(Pt=t.CRH())&&(Xe.links=Pt),t.iGM(Pt=t.CRH())&&(Xe.linksWithHrefs=Pt)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],features:[t.TTD]}),Be})();class ti{}class Li{preload(Me,ge){return(0,h.of)(null)}}let Qi=(()=>{class Be{constructor(ge,Xe,ct,Pt){this.router=ge,this.injector=ct,this.preloadingStrategy=Pt,this.loader=new nr(ct,Xe,Ni=>ge.triggerEvent(new Ue(Ni)),Ni=>ge.triggerEvent(new ye(Ni)))}setUpPreloading(){this.subscription=this.router.events.pipe((0,j.h)(ge=>ge instanceof P),(0,u.b)(()=>this.preload())).subscribe(()=>{})}preload(){const ge=this.injector.get(t.h0i);return this.processRoutes(ge,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(ge,Xe){const ct=[];for(const Pt of Xe)if(Pt.loadChildren&&!Pt.canLoad&&Pt._loadedConfig){const $t=Pt._loadedConfig;ct.push(this.processRoutes($t.module,$t.routes))}else Pt.loadChildren&&!Pt.canLoad?ct.push(this.preloadConfig(ge,Pt)):Pt.children&&ct.push(this.processRoutes(ge,Pt.children));return(0,N.D)(ct).pipe((0,v.J)(),(0,oe.U)(Pt=>{}))}preloadConfig(ge,Xe){return this.preloadingStrategy.preload(Xe,()=>(Xe._loadedConfig?(0,h.of)(Xe._loadedConfig):this.loader.load(ge.injector,Xe)).pipe((0,_.z)(Pt=>(Xe._loadedConfig=Pt,this.processRoutes(Pt.module,Pt.routes)))))}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.LFG(vr),t.LFG(t.Sil),t.LFG(t.zs3),t.LFG(ti))},Be.\u0275prov=t.Yz7({token:Be,factory:Be.\u0275fac}),Be})(),Xi=(()=>{class Be{constructor(ge,Xe,ct={}){this.router=ge,this.viewportScroller=Xe,this.options=ct,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},ct.scrollPositionRestoration=ct.scrollPositionRestoration||"disabled",ct.anchorScrolling=ct.anchorScrolling||"disabled"}init(){"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.router.events.subscribe(ge=>{ge instanceof B?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=ge.navigationTrigger,this.restoredId=ge.restoredState?ge.restoredState.navigationId:0):ge instanceof P&&(this.lastId=ge.id,this.scheduleScrollEvent(ge,this.router.parseUrl(ge.urlAfterRedirects).fragment))})}consumeScrollEvents(){return this.router.events.subscribe(ge=>{ge instanceof De&&(ge.position?"top"===this.options.scrollPositionRestoration?this.viewportScroller.scrollToPosition([0,0]):"enabled"===this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition(ge.position):ge.anchor&&"enabled"===this.options.anchorScrolling?this.viewportScroller.scrollToAnchor(ge.anchor):"disabled"!==this.options.scrollPositionRestoration&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(ge,Xe){this.router.triggerEvent(new De(ge,"popstate"===this.lastSource?this.store[this.restoredId]:null,Xe))}ngOnDestroy(){this.routerEventsSubscription&&this.routerEventsSubscription.unsubscribe(),this.scrollEventsSubscription&&this.scrollEventsSubscription.unsubscribe()}}return Be.\u0275fac=function(ge){t.$Z()},Be.\u0275prov=t.Yz7({token:Be,factory:Be.\u0275fac}),Be})();const bn=new t.OlP("ROUTER_CONFIGURATION"),tr=new t.OlP("ROUTER_FORROOT_GUARD"),Pn=[n.Ye,{provide:tt,useClass:Je},{provide:vr,useFactory:function Xr(Be,Me,ge,Xe,ct,Pt,$t={},li,Ni){const cn=new vr(null,Be,Me,ge,Xe,ct,It(Pt));return li&&(cn.urlHandlingStrategy=li),Ni&&(cn.routeReuseStrategy=Ni),function es(Be,Me){Be.errorHandler&&(Me.errorHandler=Be.errorHandler),Be.malformedUriErrorHandler&&(Me.malformedUriErrorHandler=Be.malformedUriErrorHandler),Be.onSameUrlNavigation&&(Me.onSameUrlNavigation=Be.onSameUrlNavigation),Be.paramsInheritanceStrategy&&(Me.paramsInheritanceStrategy=Be.paramsInheritanceStrategy),Be.relativeLinkResolution&&(Me.relativeLinkResolution=Be.relativeLinkResolution),Be.urlUpdateStrategy&&(Me.urlUpdateStrategy=Be.urlUpdateStrategy),Be.canceledNavigationResolution&&(Me.canceledNavigationResolution=Be.canceledNavigationResolution)}($t,cn),$t.enableTracing&&cn.events.subscribe(Vn=>{var Mn,hr;null===(Mn=console.group)||void 0===Mn||Mn.call(console,`Router Event: ${Vn.constructor.name}`),console.log(Vn.toString()),console.log(Vn),null===(hr=console.groupEnd)||void 0===hr||hr.call(console)}),cn},deps:[tt,br,n.Ye,t.zs3,t.Sil,An,bn,[class Sr{},new t.FiY],[class Sn{},new t.FiY]]},br,{provide:Gi,useFactory:function hs(Be){return Be.routerState.root},deps:[vr]},Qi,Li,class pi{preload(Me,ge){return ge().pipe((0,r.K)(()=>(0,h.of)(null)))}},{provide:bn,useValue:{enableTracing:!1}}];function la(){return new t.PXZ("Router",vr)}let Pa=(()=>{class Be{constructor(ge,Xe){}static forRoot(ge,Xe){return{ngModule:Be,providers:[Pn,Ur(ge),{provide:tr,useFactory:yr,deps:[[vr,new t.FiY,new t.tp0]]},{provide:bn,useValue:Xe||{}},{provide:n.S$,useFactory:Er,deps:[n.lw,[new t.tBr(n.mr),new t.FiY],bn]},{provide:Xi,useFactory:or,deps:[vr,n.EM,bn]},{provide:ti,useExisting:Xe&&Xe.preloadingStrategy?Xe.preloadingStrategy:Li},{provide:t.PXZ,multi:!0,useFactory:la},[fs,{provide:t.ip1,multi:!0,useFactory:Ms,deps:[fs]},{provide:So,useFactory:Js,deps:[fs]},{provide:t.tb,multi:!0,useExisting:So}]]}}static forChild(ge){return{ngModule:Be,providers:[Ur(ge)]}}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.LFG(tr,8),t.LFG(vr,8))},Be.\u0275mod=t.oAB({type:Be}),Be.\u0275inj=t.cJS({}),Be})();function or(Be,Me,ge){return ge.scrollOffset&&Me.setOffset(ge.scrollOffset),new Xi(Be,Me,ge)}function Er(Be,Me,ge={}){return ge.useHash?new n.Do(Be,Me):new n.b0(Be,Me)}function yr(Be){return"guarded"}function Ur(Be){return[{provide:t.deG,multi:!0,useValue:Be},{provide:An,multi:!0,useValue:Be}]}let fs=(()=>{class Be{constructor(ge){this.injector=ge,this.initNavigation=!1,this.destroyed=!1,this.resultOfPreactivationDone=new Z.x}appInitializer(){return this.injector.get(n.V_,Promise.resolve(null)).then(()=>{if(this.destroyed)return Promise.resolve(!0);let Xe=null;const ct=new Promise(li=>Xe=li),Pt=this.injector.get(vr),$t=this.injector.get(bn);return"disabled"===$t.initialNavigation?(Pt.setUpLocationChangeListener(),Xe(!0)):"enabled"===$t.initialNavigation||"enabledBlocking"===$t.initialNavigation?(Pt.hooks.afterPreactivation=()=>this.initNavigation?(0,h.of)(null):(this.initNavigation=!0,Xe(!0),this.resultOfPreactivationDone),Pt.initialNavigation()):Xe(!0),ct})}bootstrapListener(ge){const Xe=this.injector.get(bn),ct=this.injector.get(Qi),Pt=this.injector.get(Xi),$t=this.injector.get(vr),li=this.injector.get(t.z2F);ge===li.components[0]&&(("enabledNonBlocking"===Xe.initialNavigation||void 0===Xe.initialNavigation)&&$t.initialNavigation(),ct.setUpPreloading(),Pt.init(),$t.resetRootComponentType(li.componentTypes[0]),this.resultOfPreactivationDone.next(null),this.resultOfPreactivationDone.complete())}ngOnDestroy(){this.destroyed=!0}}return Be.\u0275fac=function(ge){return new(ge||Be)(t.LFG(t.zs3))},Be.\u0275prov=t.Yz7({token:Be,factory:Be.\u0275fac}),Be})();function Ms(Be){return Be.appInitializer.bind(Be)}function Js(Be){return Be.bootstrapListener.bind(Be)}const So=new t.OlP("Router Initializer")},9444:(Ve,K,p)=>{"use strict";p.d(K,{BN:()=>ia,uH:()=>ja});var t=p(5e3);function e(rt,Et){var Dt=Object.keys(rt);if(Object.getOwnPropertySymbols){var Rt=Object.getOwnPropertySymbols(rt);Et&&(Rt=Rt.filter(function(Jt){return Object.getOwnPropertyDescriptor(rt,Jt).enumerable})),Dt.push.apply(Dt,Rt)}return Dt}function f(rt){for(var Et=1;Etrt.length)&&(Et=rt.length);for(var Dt=0,Rt=new Array(Et);Dt0;)Et+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return Et}function Oe(rt){for(var Et=[],Dt=(rt||[]).length>>>0;Dt--;)Et[Dt]=rt[Dt];return Et}function ce(rt){return rt.classList?Oe(rt.classList):(rt.getAttribute("class")||"").split(" ").filter(function(Et){return Et})}function be(rt){return"".concat(rt).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function mt(rt){return Object.keys(rt||{}).reduce(function(Et,Dt){return Et+"".concat(Dt,": ").concat(rt[Dt].trim(),";")},"")}function Ht(rt){return rt.size!==yt.size||rt.x!==yt.x||rt.y!==yt.y||rt.rotate!==yt.rotate||rt.flipX||rt.flipY}function Je(){var Et=F,Dt=xt.familyPrefix,Rt=xt.replacementClass,Jt=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";\n --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";\n}\n\nsvg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {\n overflow: visible;\n box-sizing: content-box;\n}\n\n.svg-inline--fa {\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285705em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left {\n margin-right: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-pull-right {\n margin-left: var(--fa-pull-margin, 0.3em);\n width: auto;\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n top: 0.25em;\n}\n.svg-inline--fa.fa-fw {\n width: var(--fa-fw-width, 1.25em);\n}\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: 1em;\n}\n.fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-counter-scale, 0.25));\n transform: scale(var(--fa-counter-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top right;\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n -webkit-transform: scale(var(--fa-layers-scale, 0.25));\n transform: scale(var(--fa-layers-scale, 0.25));\n -webkit-transform-origin: top left;\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: 0.625em;\n line-height: 0.1em;\n vertical-align: 0.225em;\n}\n\n.fa-xs {\n font-size: 0.75em;\n line-height: 0.0833333337em;\n vertical-align: 0.125em;\n}\n\n.fa-sm {\n font-size: 0.875em;\n line-height: 0.0714285718em;\n vertical-align: 0.0535714295em;\n}\n\n.fa-lg {\n font-size: 1.25em;\n line-height: 0.05em;\n vertical-align: -0.075em;\n}\n\n.fa-xl {\n font-size: 1.5em;\n line-height: 0.0416666682em;\n vertical-align: -0.125em;\n}\n\n.fa-2xl {\n font-size: 2em;\n line-height: 0.03125em;\n vertical-align: -0.1875em;\n}\n\n.fa-fw {\n text-align: center;\n width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-left: var(--fa-li-margin, 2.5em);\n padding-left: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n left: calc(var(--fa-li-width, 2em) * -1);\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.08em);\n padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);\n}\n\n.fa-pull-left {\n float: left;\n margin-right: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right {\n float: right;\n margin-left: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n -webkit-animation-name: fa-beat;\n animation-name: fa-beat;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n -webkit-animation-name: fa-bounce;\n animation-name: fa-bounce;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n -webkit-animation-name: fa-fade;\n animation-name: fa-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n -webkit-animation-name: fa-beat-fade;\n animation-name: fa-beat-fade;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n -webkit-animation-name: fa-flip;\n animation-name: fa-flip;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n -webkit-animation-name: fa-shake;\n animation-name: fa-shake;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-delay: var(--fa-animation-delay, 0);\n animation-delay: var(--fa-animation-delay, 0);\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 2s);\n animation-duration: var(--fa-animation-duration, 2s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, linear);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n -webkit-animation-name: fa-spin;\n animation-name: fa-spin;\n -webkit-animation-direction: var(--fa-animation-direction, normal);\n animation-direction: var(--fa-animation-direction, normal);\n -webkit-animation-duration: var(--fa-animation-duration, 1s);\n animation-duration: var(--fa-animation-duration, 1s);\n -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n.fa-bounce,\n.fa-fade,\n.fa-beat-fade,\n.fa-flip,\n.fa-pulse,\n.fa-shake,\n.fa-spin,\n.fa-spin-pulse {\n -webkit-animation-delay: -1ms;\n animation-delay: -1ms;\n -webkit-animation-duration: 1ms;\n animation-duration: 1ms;\n -webkit-animation-iteration-count: 1;\n animation-iteration-count: 1;\n transition-delay: 0s;\n transition-duration: 0s;\n }\n}\n@-webkit-keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 45% {\n -webkit-transform: scale(var(--fa-beat-scale, 1.25));\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@-webkit-keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-bounce {\n 0% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));\n }\n 50% {\n -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n -webkit-transform: scale(1, 1) translateY(0);\n transform: scale(1, 1) translateY(0);\n }\n}\n@-webkit-keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@-webkit-keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n -webkit-transform: scale(1);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@-webkit-keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-flip {\n 50% {\n -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@-webkit-keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@keyframes fa-shake {\n 0% {\n -webkit-transform: rotate(-15deg);\n transform: rotate(-15deg);\n }\n 4% {\n -webkit-transform: rotate(15deg);\n transform: rotate(15deg);\n }\n 8%, 24% {\n -webkit-transform: rotate(-18deg);\n transform: rotate(-18deg);\n }\n 12%, 28% {\n -webkit-transform: rotate(18deg);\n transform: rotate(18deg);\n }\n 16% {\n -webkit-transform: rotate(-22deg);\n transform: rotate(-22deg);\n }\n 20% {\n -webkit-transform: rotate(22deg);\n transform: rotate(22deg);\n }\n 32% {\n -webkit-transform: rotate(-12deg);\n transform: rotate(-12deg);\n }\n 36% {\n -webkit-transform: rotate(12deg);\n transform: rotate(12deg);\n }\n 40%, 100% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n}\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n -webkit-transform: rotate(var(--fa-rotate-angle, none));\n transform: rotate(var(--fa-rotate-angle, none));\n}\n\n.fa-stack {\n display: inline-block;\n vertical-align: middle;\n height: 2em;\n position: relative;\n width: 2.5em;\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: var(--fa-stack-z-index, auto);\n}\n\n.svg-inline--fa.fa-stack-1x {\n height: 1em;\n width: 1.25em;\n}\n.svg-inline--fa.fa-stack-2x {\n height: 2em;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.sr-only,\n.fa-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.sr-only-focusable:not(:focus),\n.fa-sr-only-focusable:not(:focus) {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.fad.fa-inverse,\n.fa-duotone.fa-inverse {\n color: var(--fa-inverse, #fff);\n}';if("fa"!==Dt||Rt!==Et){var Ci=new RegExp("\\.".concat("fa","\\-"),"g"),ti=new RegExp("\\--".concat("fa","\\-"),"g"),pi=new RegExp("\\.".concat(Et),"g");Jt=Jt.replace(Ci,".".concat(Dt,"-")).replace(ti,"--".concat(Dt,"-")).replace(pi,".".concat(Rt))}return Jt}var Se=!1;function Ge(){xt.autoAddCss&&!Se&&(function ei(rt){if(rt&&v){var Et=c.createElement("style");Et.setAttribute("type","text/css"),Et.innerHTML=rt;for(var Dt=c.head.childNodes,Rt=null,Jt=Dt.length-1;Jt>-1;Jt--){var Ci=Dt[Jt],ti=(Ci.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(ti)>-1&&(Rt=Ci)}c.head.insertBefore(Et,Rt)}}(Je()),Se=!0)}var at={mixout:function(){return{dom:{css:Je,insertCss:Ge}}},hooks:function(){return{beforeDOMElementCreation:function(){Ge()},beforeI2svg:function(){Ge()}}}},st=u||{};st[C]||(st[C]={}),st[C].styles||(st[C].styles={}),st[C].hooks||(st[C].hooks={}),st[C].shims||(st[C].shims=[]);var bt=st[C],gi=[],Xt=!1;function Ji(rt){!v||(Xt?setTimeout(rt,0):gi.push(rt))}function fi(rt){var Et=rt.tag,Dt=rt.attributes,Rt=void 0===Dt?{}:Dt,Jt=rt.children,Ci=void 0===Jt?[]:Jt;return"string"==typeof rt?be(rt):"<".concat(Et," ").concat(function pt(rt){return Object.keys(rt||{}).reduce(function(Et,Dt){return Et+"".concat(Dt,'="').concat(be(rt[Dt]),'" ')},"").trim()}(Rt),">").concat(Ci.map(fi).join(""),"")}function si(rt,Et,Dt){if(rt&&rt[Et]&&rt[Et][Dt])return{prefix:Et,iconName:Dt,icon:rt[Et][Dt]}}v&&((Xt=(c.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(c.readyState))||c.addEventListener("DOMContentLoaded",function rt(){c.removeEventListener("DOMContentLoaded",rt),Xt=1,gi.map(function(Et){return Et()})}));var Bi=function(Et,Dt,Rt,Jt){var Li,Qi,Xi,Ci=Object.keys(Et),ti=Ci.length,pi=void 0!==Jt?function(Et,Dt){return function(Rt,Jt,Ci,ti){return Et.call(Dt,Rt,Jt,Ci,ti)}}(Dt,Jt):Dt;for(void 0===Rt?(Li=1,Xi=Et[Ci[0]]):(Li=0,Xi=Rt);Li=55296&&Jt<=56319&&Dt2&&void 0!==arguments[2]?arguments[2]:{},Rt=Dt.skipHooks,Jt=void 0!==Rt&&Rt,Ci=Tt(Et);"function"!=typeof bt.hooks.addPack||Jt?bt.styles[rt]=f(f({},bt.styles[rt]||{}),Ci):bt.hooks.addPack(rt,Tt(Et)),"fas"===rt&&pe("fa",Et)}var _t=bt.styles,re=bt.shims,Qe=Object.values(Ie),Mt=null,zt={},bi={},Ei={},$i={},Gi={},sn=Object.keys(Ae);function Yt(rt,Et){var Dt=Et.split("-"),Rt=Dt[0],Jt=Dt.slice(1).join("-");return Rt!==rt||""===Jt||function mn(rt){return~ut.indexOf(rt)}(Jt)?null:Jt}var wi=function(){var Et=function(Ci){return Bi(_t,function(ti,pi,Li){return ti[Li]=Bi(pi,Ci,{}),ti},{})};zt=Et(function(Jt,Ci,ti){return Ci[3]&&(Jt[Ci[3]]=ti),Ci[2]&&Ci[2].filter(function(Li){return"number"==typeof Li}).forEach(function(Li){Jt[Li.toString(16)]=ti}),Jt}),bi=Et(function(Jt,Ci,ti){return Jt[ti]=ti,Ci[2]&&Ci[2].filter(function(Li){return"string"==typeof Li}).forEach(function(Li){Jt[Li]=ti}),Jt}),Gi=Et(function(Jt,Ci,ti){var pi=Ci[2];return Jt[ti]=ti,pi.forEach(function(Li){Jt[Li]=ti}),Jt});var Dt="far"in _t||xt.autoFetchSvg,Rt=Bi(re,function(Jt,Ci){var ti=Ci[0],pi=Ci[1],Li=Ci[2];return"far"===pi&&!Dt&&(pi="fas"),"string"==typeof ti&&(Jt.names[ti]={prefix:pi,iconName:Li}),"number"==typeof ti&&(Jt.unicodes[ti.toString(16)]={prefix:pi,iconName:Li}),Jt},{names:{},unicodes:{}});Ei=Rt.names,$i=Rt.unicodes,Mt=Bn(xt.styleDefault)};function nt(rt,Et){return(zt[rt]||{})[Et]}function Kt(rt,Et){return(Gi[rt]||{})[Et]}function mi(rt){return Ei[rt]||{prefix:null,iconName:null}}function ki(){return Mt}function Bn(rt){return dt[rt]||dt[Ae[rt]]||(rt in bt.styles?rt:null)||null}function In(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Dt=Et.skipLookups,Rt=void 0!==Dt&&Dt,Jt=null,Ci=rt.reduce(function(ti,pi){var Li=Yt(xt.familyPrefix,pi);if(_t[pi]?(pi=Qe.includes(pi)?De[pi]:pi,Jt=pi,ti.prefix=pi):sn.indexOf(pi)>-1?(Jt=pi,ti.prefix=Bn(pi)):Li?ti.iconName=Li:pi!==xt.replacementClass&&ti.rest.push(pi),!Rt&&ti.prefix&&ti.iconName){var Qi="fa"===Jt?mi(ti.iconName):{},Xi=Kt(ti.prefix,ti.iconName);Qi.prefix&&(Jt=null),ti.iconName=Qi.iconName||Xi||ti.iconName,ti.prefix=Qi.prefix||ti.prefix,"far"===ti.prefix&&!_t.far&&_t.fas&&!xt.autoFetchSvg&&(ti.prefix="fas")}return ti},{prefix:null,iconName:null,rest:[]});return("fa"===Ci.prefix||"fa"===Jt)&&(Ci.prefix=ki()||"fas"),Ci}(function Ct(rt){Nt.push(rt)})(function(rt){Mt=Bn(rt.styleDefault)}),wi();var Xn=function(){function rt(){(function b(rt,Et){if(!(rt instanceof Et))throw new TypeError("Cannot call a class as a function")})(this,rt),this.definitions={}}return function N(rt,Et,Dt){Et&&d(rt.prototype,Et),Dt&&d(rt,Dt),Object.defineProperty(rt,"prototype",{writable:!1})}(rt,[{key:"add",value:function(){for(var Dt=this,Rt=arguments.length,Jt=new Array(Rt),Ci=0;Ci0&&Xi.forEach(function(on){"string"==typeof on&&(Dt[pi][on]=Qi)}),Dt[pi][Li]=Qi}),Dt}}]),rt}(),Cn=[],Si={},Wi={},xn=Object.keys(Wi);function ur(rt,Et){for(var Dt=arguments.length,Rt=new Array(Dt>2?Dt-2:0),Jt=2;Jt1?Et-1:0),Rt=1;Rt0&&void 0!==arguments[0]?arguments[0]:{};return v?(Gr("beforeI2svg",Et),Zr("pseudoElements2svg",Et),Zr("i2svg",Et)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var Et=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},Dt=Et.autoReplaceSvgRoot;!1===xt.autoReplaceSvg&&(xt.autoReplaceSvg=!0),xt.observeMutations=!0,Ji(function(){ea({autoReplaceSvgRoot:Dt}),Gr("watch",Et)})}},cr={noAuto:function(){xt.autoReplaceSvg=!1,xt.observeMutations=!1,Gr("noAuto")},config:xt,dom:Ga,parse:{icon:function(Et){if(null===Et)return null;if("object"===M(Et)&&Et.prefix&&Et.iconName)return{prefix:Et.prefix,iconName:Kt(Et.prefix,Et.iconName)||Et.iconName};if(Array.isArray(Et)&&2===Et.length){var Dt=0===Et[1].indexOf("fa-")?Et[1].slice(3):Et[1],Rt=Bn(Et[0]);return{prefix:Rt,iconName:Kt(Rt,Dt)||Dt}}if("string"==typeof Et&&(Et.indexOf("".concat(xt.familyPrefix,"-"))>-1||Et.match(le))){var Jt=In(Et.split(" "),{skipLookups:!0});return{prefix:Jt.prefix||ki(),iconName:Kt(Jt.prefix,Jt.iconName)||Jt.iconName}}if("string"==typeof Et){var Ci=ki();return{prefix:Ci,iconName:Kt(Ci,Et)||Et}}}},library:_a,findIconDefinition:ua,toHtml:fi},ea=function(){var Et=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},Dt=Et.autoReplaceSvgRoot,Rt=void 0===Dt?c:Dt;(Object.keys(bt.styles).length>0||xt.autoFetchSvg)&&v&&xt.autoReplaceSvg&&cr.dom.i2svg({node:Rt})};function ha(rt,Et){return Object.defineProperty(rt,"abstract",{get:Et}),Object.defineProperty(rt,"html",{get:function(){return rt.abstract.map(function(Rt){return fi(Rt)})}}),Object.defineProperty(rt,"node",{get:function(){if(v){var Rt=c.createElement("div");return Rt.innerHTML=rt.html,Rt.children}}}),rt}function Da(rt){var Et=rt.icons,Dt=Et.main,Rt=Et.mask,Jt=rt.prefix,Ci=rt.iconName,ti=rt.transform,pi=rt.symbol,Li=rt.title,Qi=rt.maskId,Xi=rt.titleId,on=rt.extra,bn=rt.watchable,tr=void 0!==bn&&bn,Pn=Rt.found?Rt:Dt,la=Pn.width,Pa=Pn.height,or="fak"===Jt,Er=[xt.replacementClass,Ci?"".concat(xt.familyPrefix,"-").concat(Ci):""].filter(function(Ms){return-1===on.classes.indexOf(Ms)}).filter(function(Ms){return""!==Ms||!!Ms}).concat(on.classes).join(" "),yr={children:[],attributes:f(f({},on.attributes),{},{"data-prefix":Jt,"data-icon":Ci,class:Er,role:on.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(la," ").concat(Pa)})},Ur=or&&!~on.classes.indexOf("fa-fw")?{width:"".concat(la/Pa*16*.0625,"em")}:{};tr&&(yr.attributes[q]=""),Li&&(yr.children.push({tag:"title",attributes:{id:yr.attributes["aria-labelledby"]||"title-".concat(Xi||Pe())},children:[Li]}),delete yr.attributes.title);var Xr=f(f({},yr),{},{prefix:Jt,iconName:Ci,main:Dt,mask:Rt,maskId:Qi,transform:ti,symbol:pi,styles:f(f({},Ur),on.styles)}),es=Rt.found&&Dt.found?Zr("generateAbstractMask",Xr)||{children:[],attributes:{}}:Zr("generateAbstractIcon",Xr)||{children:[],attributes:{}},fs=es.attributes;return Xr.children=es.children,Xr.attributes=fs,pi?function sa(rt){var Dt=rt.iconName,Rt=rt.children,Jt=rt.attributes,Ci=rt.symbol,ti=!0===Ci?"".concat(rt.prefix,"-").concat(xt.familyPrefix,"-").concat(Dt):Ci;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:f(f({},Jt),{},{id:ti}),children:Rt}]}]}(Xr):function $a(rt){var Et=rt.children,Dt=rt.main,Rt=rt.mask,Jt=rt.attributes,Ci=rt.styles,ti=rt.transform;if(Ht(ti)&&Dt.found&&!Rt.found){var Qi={x:Dt.width/Dt.height/2,y:.5};Jt.style=mt(f(f({},Ci),{},{"transform-origin":"".concat(Qi.x+ti.x/16,"em ").concat(Qi.y+ti.y/16,"em")}))}return[{tag:"svg",attributes:Jt,children:Et}]}(Xr)}function Or(rt){var Et=rt.content,Dt=rt.width,Rt=rt.height,Jt=rt.transform,Ci=rt.title,ti=rt.extra,pi=rt.watchable,Li=void 0!==pi&&pi,Qi=f(f(f({},ti.attributes),Ci?{title:Ci}:{}),{},{class:ti.classes.join(" ")});Li&&(Qi[q]="");var Xi=f({},ti.styles);Ht(Jt)&&(Xi.transform=function Re(rt){var Et=rt.transform,Dt=rt.width,Jt=rt.height,Ci=void 0===Jt?16:Jt,ti=rt.startCentered,pi=void 0!==ti&&ti,Li="";return Li+=pi&&n?"translate(".concat(Et.x/16-(void 0===Dt?16:Dt)/2,"em, ").concat(Et.y/16-Ci/2,"em) "):pi?"translate(calc(-50% + ".concat(Et.x/16,"em), calc(-50% + ").concat(Et.y/16,"em)) "):"translate(".concat(Et.x/16,"em, ").concat(Et.y/16,"em) "),(Li+="scale(".concat(Et.size/16*(Et.flipX?-1:1),", ").concat(Et.size/16*(Et.flipY?-1:1),") "))+"rotate(".concat(Et.rotate,"deg) ")}({transform:Jt,startCentered:!0,width:Dt,height:Rt}),Xi["-webkit-transform"]=Xi.transform);var on=mt(Xi);on.length>0&&(Qi.style=on);var bn=[];return bn.push({tag:"span",attributes:Qi,children:[Et]}),Ci&&bn.push({tag:"span",attributes:{class:"sr-only"},children:[Ci]}),bn}function $n(rt){var Et=rt.content,Dt=rt.title,Rt=rt.extra,Jt=f(f(f({},Rt.attributes),Dt?{title:Dt}:{}),{},{class:Rt.classes.join(" ")}),Ci=mt(Rt.styles);Ci.length>0&&(Jt.style=Ci);var ti=[];return ti.push({tag:"span",attributes:Jt,children:[Et]}),Dt&&ti.push({tag:"span",attributes:{class:"sr-only"},children:[Dt]}),ti}var Hr=bt.styles;function Kn(rt){var Et=rt[0],Dt=rt[1],Ci=D(rt.slice(4),1)[0];return{found:!0,width:Et,height:Dt,icon:Array.isArray(Ci)?{tag:"g",attributes:{class:"".concat(xt.familyPrefix,"-").concat("duotone-group")},children:[{tag:"path",attributes:{class:"".concat(xt.familyPrefix,"-").concat("secondary"),fill:"currentColor",d:Ci[0]}},{tag:"path",attributes:{class:"".concat(xt.familyPrefix,"-").concat("primary"),fill:"currentColor",d:Ci[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:Ci}}}}var zn={found:!1,width:512,height:512};function Ia(rt,Et){var Dt=Et;return"fa"===Et&&null!==xt.styleDefault&&(Et=ki()),new Promise(function(Rt,Jt){if(Zr("missingIconAbstract"),"fa"===Dt){var ti=mi(rt)||{};rt=ti.iconName||rt,Et=ti.prefix||Et}if(rt&&Et&&Hr[Et]&&Hr[Et][rt])return Rt(Kn(Hr[Et][rt]));(function Fr(rt,Et){!V&&!xt.showMissingIcons&&rt&&console.error('Icon with name "'.concat(rt,'" and prefix "').concat(Et,'" is missing.'))})(rt,Et),Rt(f(f({},zn),{},{icon:xt.showMissingIcons&&rt&&Zr("missingIconAbstract")||{}}))})}var ta=function(){},Vr=xt.measurePerformance&&E&&E.mark&&E.measure?E:{mark:ta,measure:ta},Wr='FA "6.1.2"',zr_begin=function(Et){return Vr.mark("".concat(Wr," ").concat(Et," begins")),function(){return function(Et){Vr.mark("".concat(Wr," ").concat(Et," ends")),Vr.measure("".concat(Wr," ").concat(Et),"".concat(Wr," ").concat(Et," begins"),"".concat(Wr," ").concat(Et," ends"))}(Et)}},fa=function(){};function ya(rt){return"string"==typeof(rt.getAttribute?rt.getAttribute(q):null)}function Ra(rt){return c.createElementNS("http://www.w3.org/2000/svg",rt)}function er(rt){return c.createElement(rt)}function oa(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Dt=Et.ceFn,Rt=void 0===Dt?"svg"===rt.tag?Ra:er:Dt;if("string"==typeof rt)return c.createTextNode(rt);var Jt=Rt(rt.tag);Object.keys(rt.attributes||[]).forEach(function(ti){Jt.setAttribute(ti,rt.attributes[ti])});var Ci=rt.children||[];return Ci.forEach(function(ti){Jt.appendChild(oa(ti,{ceFn:Rt}))}),Jt}var kr={replace:function(Et){var Dt=Et[0];if(Dt.parentNode)if(Et[1].forEach(function(Jt){Dt.parentNode.insertBefore(oa(Jt),Dt)}),null===Dt.getAttribute(q)&&xt.keepOriginalSource){var Rt=c.createComment(function Yr(rt){var Et=" ".concat(rt.outerHTML," ");return"".concat(Et,"Font Awesome fontawesome.com ")}(Dt));Dt.parentNode.replaceChild(Rt,Dt)}else Dt.remove()},nest:function(Et){var Dt=Et[0],Rt=Et[1];if(~ce(Dt).indexOf(xt.replacementClass))return kr.replace(Et);var Jt=new RegExp("".concat(xt.familyPrefix,"-.*"));if(delete Rt[0].attributes.id,Rt[0].attributes.class){var Ci=Rt[0].attributes.class.split(" ").reduce(function(pi,Li){return Li===xt.replacementClass||Li.match(Jt)?pi.toSvg.push(Li):pi.toNode.push(Li),pi},{toNode:[],toSvg:[]});Rt[0].attributes.class=Ci.toSvg.join(" "),0===Ci.toNode.length?Dt.removeAttribute("class"):Dt.setAttribute("class",Ci.toNode.join(" "))}var ti=Rt.map(function(pi){return fi(pi)}).join("\n");Dt.setAttribute(q,""),Dt.innerHTML=ti}};function jr(rt){rt()}function ba(rt,Et){var Dt="function"==typeof Et?Et:fa;if(0===rt.length)Dt();else{var Rt=jr;"async"===xt.mutateApproach&&(Rt=u.requestAnimationFrame||jr),Rt(function(){var Jt=function Oa(){return!0===xt.autoReplaceSvg?kr.replace:kr[xt.autoReplaceSvg]||kr.replace}(),Ci=zr_begin("mutate");rt.map(Jt),Ci(),Dt()})}}var Wa=!1;function Qn(){Wa=!0}function qe(){Wa=!1}var St=null;function Ke(rt){if(_&&xt.observeMutations){var Et=rt.treeCallback,Dt=void 0===Et?fa:Et,Rt=rt.nodeCallback,Jt=void 0===Rt?fa:Rt,Ci=rt.pseudoElementsCallback,ti=void 0===Ci?fa:Ci,pi=rt.observeMutationsRoot,Li=void 0===pi?c:pi;St=new _(function(Qi){if(!Wa){var Xi=ki();Oe(Qi).forEach(function(on){if("childList"===on.type&&on.addedNodes.length>0&&!ya(on.addedNodes[0])&&(xt.searchPseudoElements&&ti(on.target),Dt(on.target)),"attributes"===on.type&&on.target.parentNode&&xt.searchPseudoElements&&ti(on.target.parentNode),"attributes"===on.type&&ya(on.target)&&~_e.indexOf(on.attributeName))if("class"===on.attributeName&&function xa(rt){var Et=rt.getAttribute?rt.getAttribute(Ne):null,Dt=rt.getAttribute?rt.getAttribute(we):null;return Et&&Dt}(on.target)){var bn=In(ce(on.target)),Pn=bn.iconName;on.target.setAttribute(Ne,bn.prefix||Xi),Pn&&on.target.setAttribute(we,Pn)}else(function ar(rt){return rt&&rt.classList&&rt.classList.contains&&rt.classList.contains(xt.replacementClass)})(on.target)&&Jt(on.target)})}}),v&&St.observe(Li,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function ai(rt){var Et=rt.getAttribute("style"),Dt=[];return Et&&(Dt=Et.split(";").reduce(function(Rt,Jt){var Ci=Jt.split(":"),ti=Ci[0],pi=Ci.slice(1);return ti&&pi.length>0&&(Rt[ti]=pi.join(":").trim()),Rt},{})),Dt}function Ti(rt){var Et=rt.getAttribute("data-prefix"),Dt=rt.getAttribute("data-icon"),Rt=void 0!==rt.innerText?rt.innerText.trim():"",Jt=In(ce(rt));return Jt.prefix||(Jt.prefix=ki()),Et&&Dt&&(Jt.prefix=Et,Jt.iconName=Dt),Jt.iconName&&Jt.prefix||(Jt.prefix&&Rt.length>0&&(Jt.iconName=function Ft(rt,Et){return(bi[rt]||{})[Et]}(Jt.prefix,rt.innerText)||nt(Jt.prefix,Ui(rt.innerText))),!Jt.iconName&&xt.autoFetchSvg&&rt.firstChild&&rt.firstChild.nodeType===Node.TEXT_NODE&&(Jt.iconName=rt.firstChild.data)),Jt}function Oi(rt){var Et=Oe(rt.attributes).reduce(function(Jt,Ci){return"class"!==Jt.name&&"style"!==Jt.name&&(Jt[Ci.name]=Ci.value),Jt},{}),Dt=rt.getAttribute("title"),Rt=rt.getAttribute("data-fa-title-id");return xt.autoA11y&&(Dt?Et["aria-labelledby"]="".concat(xt.replacementClass,"-title-").concat(Rt||Pe()):(Et["aria-hidden"]="true",Et.focusable="false")),Et}function qn(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},Dt=Ti(rt),Rt=Dt.iconName,Jt=Dt.prefix,Ci=Dt.rest,ti=Oi(rt),pi=ur("parseNodeAttributes",{},rt),Li=Et.styleParser?ai(rt):[];return f({iconName:Rt,title:rt.getAttribute("title"),titleId:rt.getAttribute("data-fa-title-id"),prefix:Jt,transform:yt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:Ci,styles:Li,attributes:ti}},pi)}var Ot=bt.styles;function oi(rt){var Et="nest"===xt.autoReplaceSvg?qn(rt,{styleParser:!1}):qn(rt);return~Et.extra.classes.indexOf(Te)?Zr("generateLayersText",rt,Et):Zr("generateSvgReplacementMutation",rt,Et)}function gt(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!v)return Promise.resolve();var Dt=c.documentElement.classList,Rt=function(on){return Dt.add("".concat(Q,"-").concat(on))},Jt=function(on){return Dt.remove("".concat(Q,"-").concat(on))},Ci=Object.keys(xt.autoFetchSvg?Ae:Ot);Ci.includes("fa")||Ci.push("fa");var ti=[".".concat(Te,":not([").concat(q,"])")].concat(Ci.map(function(Xi){return".".concat(Xi,":not([").concat(q,"])")})).join(", ");if(0===ti.length)return Promise.resolve();var pi=[];try{pi=Oe(rt.querySelectorAll(ti))}catch(Xi){}if(!(pi.length>0))return Promise.resolve();Rt("pending"),Jt("complete");var Li=zr_begin("onTree"),Qi=pi.reduce(function(Xi,on){try{var bn=oi(on);bn&&Xi.push(bn)}catch(tr){V||"MissingIcon"===tr.name&&console.error(tr)}return Xi},[]);return new Promise(function(Xi,on){Promise.all(Qi).then(function(bn){ba(bn,function(){Rt("active"),Rt("complete"),Jt("pending"),"function"==typeof Et&&Et(),Li(),Xi()})}).catch(function(bn){Li(),on(bn)})})}function Qt(rt){var Et=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;oi(rt).then(function(Dt){Dt&&ba([Dt],Et)})}var Yi=function(Et){var Dt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Rt=Dt.transform,Jt=void 0===Rt?yt:Rt,Ci=Dt.symbol,ti=void 0!==Ci&&Ci,pi=Dt.mask,Li=void 0===pi?null:pi,Qi=Dt.maskId,Xi=void 0===Qi?null:Qi,on=Dt.title,bn=void 0===on?null:on,tr=Dt.titleId,Pn=void 0===tr?null:tr,la=Dt.classes,Pa=void 0===la?[]:la,or=Dt.attributes,Er=void 0===or?{}:or,yr=Dt.styles,Ur=void 0===yr?{}:yr;if(Et){var Xr=Et.prefix,es=Et.iconName,hs=Et.icon;return ha(f({type:"icon"},Et),function(){return Gr("beforeDOMElementCreation",{iconDefinition:Et,params:Dt}),xt.autoA11y&&(bn?Er["aria-labelledby"]="".concat(xt.replacementClass,"-title-").concat(Pn||Pe()):(Er["aria-hidden"]="true",Er.focusable="false")),Da({icons:{main:Kn(hs),mask:Li?Kn(Li.icon):{found:!1,width:null,height:null,icon:{}}},prefix:Xr,iconName:es,transform:f(f({},yt),Jt),symbol:ti,title:bn,maskId:Xi,titleId:Pn,extra:{attributes:Er,styles:Ur,classes:Pa}})})}},$e={mixout:function(){return{icon:(rt=Yi,function(Et){var Dt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Rt=(Et||{}).icon?Et:ua(Et||{}),Jt=Dt.mask;return Jt&&(Jt=(Jt||{}).icon?Jt:ua(Jt||{})),rt(Rt,f(f({},Dt),{},{mask:Jt}))})};var rt},hooks:function(){return{mutationObserverCallbacks:function(Dt){return Dt.treeCallback=gt,Dt.nodeCallback=Qt,Dt}}},provides:function(Et){Et.i2svg=function(Dt){var Rt=Dt.node,Ci=Dt.callback;return gt(void 0===Rt?c:Rt,void 0===Ci?function(){}:Ci)},Et.generateSvgReplacementMutation=function(Dt,Rt){var Jt=Rt.iconName,Ci=Rt.title,ti=Rt.titleId,pi=Rt.prefix,Li=Rt.transform,Qi=Rt.symbol,Xi=Rt.mask,on=Rt.maskId,bn=Rt.extra;return new Promise(function(tr,Pn){Promise.all([Ia(Jt,pi),Xi.iconName?Ia(Xi.iconName,Xi.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(la){var Pa=D(la,2);tr([Dt,Da({icons:{main:Pa[0],mask:Pa[1]},prefix:pi,iconName:Jt,transform:Li,symbol:Qi,maskId:on,title:Ci,titleId:ti,extra:bn,watchable:!0})])}).catch(Pn)})},Et.generateAbstractIcon=function(Dt){var Qi,Rt=Dt.children,Jt=Dt.attributes,Ci=Dt.main,ti=Dt.transform,Li=mt(Dt.styles);return Li.length>0&&(Jt.style=Li),Ht(ti)&&(Qi=Zr("generateAbstractTransformGrouping",{main:Ci,transform:ti,containerWidth:Ci.width,iconWidth:Ci.width})),Rt.push(Qi||Ci.icon),{children:Rt,attributes:Jt}}}},We={mixout:function(){return{layer:function(Dt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Jt=Rt.classes,Ci=void 0===Jt?[]:Jt;return ha({type:"layer"},function(){Gr("beforeDOMElementCreation",{assembler:Dt,params:Rt});var ti=[];return Dt(function(pi){Array.isArray(pi)?pi.map(function(Li){ti=ti.concat(Li.abstract)}):ti=ti.concat(pi.abstract)}),[{tag:"span",attributes:{class:["".concat(xt.familyPrefix,"-layers")].concat(L(Ci)).join(" ")},children:ti}]})}}}},Fe={mixout:function(){return{counter:function(Dt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Jt=Rt.title,Ci=void 0===Jt?null:Jt,ti=Rt.classes,pi=void 0===ti?[]:ti,Li=Rt.attributes,Qi=void 0===Li?{}:Li,Xi=Rt.styles,on=void 0===Xi?{}:Xi;return ha({type:"counter",content:Dt},function(){return Gr("beforeDOMElementCreation",{content:Dt,params:Rt}),$n({content:Dt.toString(),title:Ci,extra:{attributes:Qi,styles:on,classes:["".concat(xt.familyPrefix,"-layers-counter")].concat(L(pi))}})})}}}},Lt={mixout:function(){return{text:function(Dt){var Rt=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},Jt=Rt.transform,Ci=void 0===Jt?yt:Jt,ti=Rt.title,pi=void 0===ti?null:ti,Li=Rt.classes,Qi=void 0===Li?[]:Li,Xi=Rt.attributes,on=void 0===Xi?{}:Xi,bn=Rt.styles,tr=void 0===bn?{}:bn;return ha({type:"text",content:Dt},function(){return Gr("beforeDOMElementCreation",{content:Dt,params:Rt}),Or({content:Dt,transform:f(f({},yt),Ci),title:pi,extra:{attributes:on,styles:tr,classes:["".concat(xt.familyPrefix,"-layers-text")].concat(L(Qi))}})})}}},provides:function(Et){Et.generateLayersText=function(Dt,Rt){var Jt=Rt.title,Ci=Rt.transform,ti=Rt.extra,pi=null,Li=null;if(n){var Qi=parseInt(getComputedStyle(Dt).fontSize,10),Xi=Dt.getBoundingClientRect();pi=Xi.width/Qi,Li=Xi.height/Qi}return xt.autoA11y&&!Jt&&(ti.attributes["aria-hidden"]="true"),Promise.resolve([Dt,Or({content:Dt.innerHTML,width:pi,height:Li,transform:Ci,title:Jt,extra:ti,watchable:!0})])}}},yi=new RegExp('"',"ug"),Ki=[1105920,1112319];function Br(rt,Et){var Dt="".concat("data-fa-pseudo-element-pending").concat(Et.replace(":","-"));return new Promise(function(Rt,Jt){if(null!==rt.getAttribute(Dt))return Rt();var ti=Oe(rt.children).filter(function(es){return es.getAttribute(he)===Et})[0],pi=u.getComputedStyle(rt,Et),Li=pi.getPropertyValue("font-family").match(xe),Qi=pi.getPropertyValue("font-weight"),Xi=pi.getPropertyValue("content");if(ti&&!Li)return rt.removeChild(ti),Rt();if(Li&&"none"!==Xi&&""!==Xi){var on=pi.getPropertyValue("content"),bn=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(Li[2])?dt[Li[2].toLowerCase()]:W[Qi],tr=function Ln(rt){var Et=rt.replace(yi,""),Dt=function ze(rt,Et){var Jt,Dt=rt.length,Rt=rt.charCodeAt(Et);return Rt>=55296&&Rt<=56319&&Dt>Et+1&&(Jt=rt.charCodeAt(Et+1))>=56320&&Jt<=57343?1024*(Rt-55296)+Jt-56320+65536:Rt}(Et,0),Rt=Dt>=Ki[0]&&Dt<=Ki[1],Jt=2===Et.length&&Et[0]===Et[1];return{value:Ui(Jt?Et[0]:Et),isSecondary:Rt||Jt}}(on),Pn=tr.value,la=tr.isSecondary,Pa=Li[0].startsWith("FontAwesome"),or=nt(bn,Pn),Er=or;if(Pa){var yr=function Ri(rt){var Et=$i[rt],Dt=nt("fas",rt);return Et||(Dt?{prefix:"fas",iconName:Dt}:null)||{prefix:null,iconName:null}}(Pn);yr.iconName&&yr.prefix&&(or=yr.iconName,bn=yr.prefix)}if(!or||la||ti&&ti.getAttribute(Ne)===bn&&ti.getAttribute(we)===Er)Rt();else{rt.setAttribute(Dt,Er),ti&&rt.removeChild(ti);var Ur=function rn(){return{iconName:null,title:null,titleId:null,prefix:null,transform:yt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}(),Xr=Ur.extra;Xr.attributes[he]=Et,Ia(or,bn).then(function(es){var hs=Da(f(f({},Ur),{},{icons:{main:es,mask:{prefix:null,iconName:null,rest:[]}},prefix:bn,iconName:Er,extra:Xr,watchable:!0})),fs=c.createElement("svg");"::before"===Et?rt.insertBefore(fs,rt.firstChild):rt.appendChild(fs),fs.outerHTML=hs.map(function(Ms){return fi(Ms)}).join("\n"),rt.removeAttribute(Dt),Rt()}).catch(Jt)}}else Rt()})}function Ma(rt){return Promise.all([Br(rt,"::before"),Br(rt,"::after")])}function wa(rt){return!(rt.parentNode===document.head||~ye.indexOf(rt.tagName.toUpperCase())||rt.getAttribute(he)||rt.parentNode&&"svg"===rt.parentNode.tagName)}function us(rt){if(v)return new Promise(function(Et,Dt){var Rt=Oe(rt.querySelectorAll("*")).filter(wa).map(Ma),Jt=zr_begin("searchPseudoElements");Qn(),Promise.all(Rt).then(function(){Jt(),qe(),Et()}).catch(function(){Jt(),qe(),Dt()})})}var Gn=!1,gr=function(Et){return Et.toLowerCase().split(" ").reduce(function(Rt,Jt){var Ci=Jt.toLowerCase().split("-"),ti=Ci[0],pi=Ci.slice(1).join("-");if(ti&&"h"===pi)return Rt.flipX=!0,Rt;if(ti&&"v"===pi)return Rt.flipY=!0,Rt;if(pi=parseFloat(pi),isNaN(pi))return Rt;switch(ti){case"grow":Rt.size=Rt.size+pi;break;case"shrink":Rt.size=Rt.size-pi;break;case"left":Rt.x=Rt.x-pi;break;case"right":Rt.x=Rt.x+pi;break;case"up":Rt.y=Rt.y-pi;break;case"down":Rt.y=Rt.y+pi;break;case"rotate":Rt.rotate=Rt.rotate+pi}return Rt},{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},ka={x:0,y:0,width:"100%",height:"100%"};function pa(rt){var Et=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return rt.attributes&&(rt.attributes.fill||Et)&&(rt.attributes.fill="black"),rt}!function jn(rt,Et){var Dt=Et.mixoutsTo;Cn=rt,Si={},Object.keys(Wi).forEach(function(Rt){-1===xn.indexOf(Rt)&&delete Wi[Rt]}),Cn.forEach(function(Rt){var Jt=Rt.mixout?Rt.mixout():{};if(Object.keys(Jt).forEach(function(ti){"function"==typeof Jt[ti]&&(Dt[ti]=Jt[ti]),"object"===M(Jt[ti])&&Object.keys(Jt[ti]).forEach(function(pi){Dt[ti]||(Dt[ti]={}),Dt[ti][pi]=Jt[ti][pi]})}),Rt.hooks){var Ci=Rt.hooks();Object.keys(Ci).forEach(function(ti){Si[ti]||(Si[ti]=[]),Si[ti].push(Ci[ti])})}Rt.provides&&Rt.provides(Wi)})}([at,$e,We,Fe,Lt,{hooks:function(){return{mutationObserverCallbacks:function(Dt){return Dt.pseudoElementsCallback=us,Dt}}},provides:function(Et){Et.pseudoElements2svg=function(Dt){var Rt=Dt.node;xt.searchPseudoElements&&us(void 0===Rt?c:Rt)}}},{mixout:function(){return{dom:{unwatch:function(){Qn(),Gn=!0}}}},hooks:function(){return{bootstrap:function(){Ke(ur("mutationObserverCallbacks",{}))},noAuto:function(){!function kt(){!St||St.disconnect()}()},watch:function(Dt){var Rt=Dt.observeMutationsRoot;Gn?qe():Ke(ur("mutationObserverCallbacks",{observeMutationsRoot:Rt}))}}}},{mixout:function(){return{parse:{transform:function(Dt){return gr(Dt)}}}},hooks:function(){return{parseNodeAttributes:function(Dt,Rt){var Jt=Rt.getAttribute("data-fa-transform");return Jt&&(Dt.transform=gr(Jt)),Dt}}},provides:function(Et){Et.generateAbstractTransformGrouping=function(Dt){var Rt=Dt.main,Jt=Dt.transform,ti=Dt.iconWidth,pi={transform:"translate(".concat(Dt.containerWidth/2," 256)")},Li="translate(".concat(32*Jt.x,", ").concat(32*Jt.y,") "),Qi="scale(".concat(Jt.size/16*(Jt.flipX?-1:1),", ").concat(Jt.size/16*(Jt.flipY?-1:1),") "),Xi="rotate(".concat(Jt.rotate," 0 0)"),tr={outer:pi,inner:{transform:"".concat(Li," ").concat(Qi," ").concat(Xi)},path:{transform:"translate(".concat(ti/2*-1," -256)")}};return{tag:"g",attributes:f({},tr.outer),children:[{tag:"g",attributes:f({},tr.inner),children:[{tag:Rt.icon.tag,children:Rt.icon.children,attributes:f(f({},Rt.icon.attributes),tr.path)}]}]}}}},{hooks:function(){return{parseNodeAttributes:function(Dt,Rt){var Jt=Rt.getAttribute("data-fa-mask"),Ci=Jt?In(Jt.split(" ").map(function(ti){return ti.trim()})):{prefix:null,iconName:null,rest:[]};return Ci.prefix||(Ci.prefix=ki()),Dt.mask=Ci,Dt.maskId=Rt.getAttribute("data-fa-mask-id"),Dt}}},provides:function(Et){Et.generateAbstractMask=function(Dt){var rt,Rt=Dt.children,Jt=Dt.attributes,Ci=Dt.main,ti=Dt.mask,pi=Dt.maskId,Xi=Ci.icon,bn=ti.icon,tr=function it(rt){var Et=rt.transform,Rt=rt.iconWidth,Jt={transform:"translate(".concat(rt.containerWidth/2," 256)")},Ci="translate(".concat(32*Et.x,", ").concat(32*Et.y,") "),ti="scale(".concat(Et.size/16*(Et.flipX?-1:1),", ").concat(Et.size/16*(Et.flipY?-1:1),") "),pi="rotate(".concat(Et.rotate," 0 0)");return{outer:Jt,inner:{transform:"".concat(Ci," ").concat(ti," ").concat(pi)},path:{transform:"translate(".concat(Rt/2*-1," -256)")}}}({transform:Dt.transform,containerWidth:ti.width,iconWidth:Ci.width}),Pn={tag:"rect",attributes:f(f({},ka),{},{fill:"white"})},la=Xi.children?{children:Xi.children.map(pa)}:{},Pa={tag:"g",attributes:f({},tr.inner),children:[pa(f({tag:Xi.tag,attributes:f(f({},Xi.attributes),tr.path)},la))]},or={tag:"g",attributes:f({},tr.outer),children:[Pa]},Er="mask-".concat(pi||Pe()),yr="clip-".concat(pi||Pe()),Ur={tag:"mask",attributes:f(f({},ka),{},{id:Er,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[Pn,or]},Xr={tag:"defs",children:[{tag:"clipPath",attributes:{id:yr},children:(rt=bn,"g"===rt.tag?rt.children:[rt])},Ur]};return Rt.push(Xr,{tag:"rect",attributes:f({fill:"currentColor","clip-path":"url(#".concat(yr,")"),mask:"url(#".concat(Er,")")},ka)}),{children:Rt,attributes:Jt}}}},{provides:function(Et){var Dt=!1;u.matchMedia&&(Dt=u.matchMedia("(prefers-reduced-motion: reduce)").matches),Et.missingIconAbstract=function(){var Rt=[],Jt={fill:"currentColor"},Ci={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};Rt.push({tag:"path",attributes:f(f({},Jt),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var ti=f(f({},Ci),{},{attributeName:"opacity"}),pi={tag:"circle",attributes:f(f({},Jt),{},{cx:"256",cy:"364",r:"28"}),children:[]};return Dt||pi.children.push({tag:"animate",attributes:f(f({},Ci),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:f(f({},ti),{},{values:"1;0;1;1;0;1;"})}),Rt.push(pi),Rt.push({tag:"path",attributes:f(f({},Jt),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:Dt?[]:[{tag:"animate",attributes:f(f({},ti),{},{values:"1;0;0;0;0;1;"})}]}),Dt||Rt.push({tag:"path",attributes:f(f({},Jt),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:f(f({},ti),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:Rt}}}},{hooks:function(){return{parseNodeAttributes:function(Dt,Rt){var Jt=Rt.getAttribute("data-fa-symbol");return Dt.symbol=null!==Jt&&(""===Jt||Jt),Dt}}}}],{mixoutsTo:cr});var ae=cr.parse,wt=cr.icon,_i=p(2313);const Pi=["*"],Sn=rt=>{const Et={"fa-spin":rt.spin,"fa-pulse":rt.pulse,"fa-fw":rt.fixedWidth,"fa-border":rt.border,"fa-inverse":rt.inverse,"fa-layers-counter":rt.counter,"fa-flip-horizontal":"horizontal"===rt.flip||"both"===rt.flip,"fa-flip-vertical":"vertical"===rt.flip||"both"===rt.flip,[`fa-${rt.size}`]:null!==rt.size,[`fa-rotate-${rt.rotate}`]:null!==rt.rotate,[`fa-pull-${rt.pull}`]:null!==rt.pull,[`fa-stack-${rt.stackItemSize}`]:null!=rt.stackItemSize};return Object.keys(Et).map(Dt=>Et[Dt]?Dt:null).filter(Dt=>Dt)};let An=(()=>{class rt{constructor(){this.defaultPrefix="fas",this.fallbackIcon=null}}return rt.\u0275fac=function(Dt){return new(Dt||rt)},rt.\u0275prov=t.Yz7({token:rt,factory:rt.\u0275fac,providedIn:"root"}),rt})(),nr=(()=>{class rt{constructor(){this.definitions={}}addIcons(...Dt){for(const Rt of Dt){Rt.prefix in this.definitions||(this.definitions[Rt.prefix]={}),this.definitions[Rt.prefix][Rt.iconName]=Rt;for(const Jt of Rt.icon[2])"string"==typeof Jt&&(this.definitions[Rt.prefix][Jt]=Rt)}}addIconPacks(...Dt){for(const Rt of Dt){const Jt=Object.keys(Rt).map(Ci=>Rt[Ci]);this.addIcons(...Jt)}}getIconDefinition(Dt,Rt){return Dt in this.definitions&&Rt in this.definitions[Dt]?this.definitions[Dt][Rt]:null}}return rt.\u0275fac=function(Dt){return new(Dt||rt)},rt.\u0275prov=t.Yz7({token:rt,factory:rt.\u0275fac,providedIn:"root"}),rt})(),Sr=(()=>{class rt{constructor(){this.stackItemSize="1x"}ngOnChanges(Dt){if("size"in Dt)throw new Error('fa-icon is not allowed to customize size when used inside fa-stack. Set size on the enclosing fa-stack instead: ....')}}return rt.\u0275fac=function(Dt){return new(Dt||rt)},rt.\u0275dir=t.lG2({type:rt,selectors:[["fa-icon","stackItemSize",""],["fa-duotone-icon","stackItemSize",""]],inputs:{stackItemSize:"stackItemSize",size:"size"},features:[t.TTD]}),rt})(),Cr=(()=>{class rt{constructor(Dt,Rt){this.renderer=Dt,this.elementRef=Rt}ngOnInit(){this.renderer.addClass(this.elementRef.nativeElement,"fa-stack")}ngOnChanges(Dt){"size"in Dt&&(null!=Dt.size.currentValue&&this.renderer.addClass(this.elementRef.nativeElement,`fa-${Dt.size.currentValue}`),null!=Dt.size.previousValue&&this.renderer.removeClass(this.elementRef.nativeElement,`fa-${Dt.size.previousValue}`))}}return rt.\u0275fac=function(Dt){return new(Dt||rt)(t.Y36(t.Qsj),t.Y36(t.SBq))},rt.\u0275cmp=t.Xpm({type:rt,selectors:[["fa-stack"]],inputs:{size:"size"},features:[t.TTD],ngContentSelectors:Pi,decls:1,vars:0,template:function(Dt,Rt){1&Dt&&(t.F$t(),t.Hsn(0))},encapsulation:2}),rt})(),ia=(()=>{class rt{constructor(Dt,Rt,Jt,Ci,ti){this.sanitizer=Dt,this.config=Rt,this.iconLibrary=Jt,this.stackItem=Ci,this.classes=[],null!=ti&&null==Ci&&console.error('FontAwesome: fa-icon and fa-duotone-icon elements must specify stackItemSize attribute when wrapped into fa-stack. Example: .')}ngOnChanges(Dt){if(null==this.icon&&null==this.config.fallbackIcon)return(()=>{throw new Error("Property `icon` is required for `fa-icon`/`fa-duotone-icon` components.")})();let Rt=null;if(Rt=null==this.icon?this.config.fallbackIcon:this.icon,Dt){const Jt=this.findIconDefinition(Rt);if(null!=Jt){const Ci=this.buildParams();this.renderIcon(Jt,Ci)}}}render(){this.ngOnChanges({})}findIconDefinition(Dt){const Rt=((rt,Et)=>(rt=>void 0!==rt.prefix&&void 0!==rt.iconName)(rt)?rt:Array.isArray(rt)&&2===rt.length?{prefix:rt[0],iconName:rt[1]}:"string"==typeof rt?{prefix:Et,iconName:rt}:void 0)(Dt,this.config.defaultPrefix);if("icon"in Rt)return Rt;const Jt=this.iconLibrary.getIconDefinition(Rt.prefix,Rt.iconName);return null!=Jt?Jt:((rt=>{throw new Error(`Could not find icon with iconName=${rt.iconName} and prefix=${rt.prefix} in the icon library.`)})(Rt),null)}buildParams(){const Dt={flip:this.flip,spin:this.spin,pulse:this.pulse,border:this.border,inverse:this.inverse,size:this.size||null,pull:this.pull||null,rotate:this.rotate||null,fixedWidth:"boolean"==typeof this.fixedWidth?this.fixedWidth:this.config.fixedWidth,stackItemSize:null!=this.stackItem?this.stackItem.stackItemSize:null},Rt="string"==typeof this.transform?ae.transform(this.transform):this.transform;return{title:this.title,transform:Rt,classes:[...Sn(Dt),...this.classes],mask:null!=this.mask?this.findIconDefinition(this.mask):null,styles:null!=this.styles?this.styles:{},symbol:this.symbol,attributes:{role:this.a11yRole}}}renderIcon(Dt,Rt){const Jt=wt(Dt,Rt);this.renderedIconHTML=this.sanitizer.bypassSecurityTrustHtml(Jt.html.join("\n"))}}return rt.\u0275fac=function(Dt){return new(Dt||rt)(t.Y36(_i.H7),t.Y36(An),t.Y36(nr),t.Y36(Sr,8),t.Y36(Cr,8))},rt.\u0275cmp=t.Xpm({type:rt,selectors:[["fa-icon"]],hostAttrs:[1,"ng-fa-icon"],hostVars:2,hostBindings:function(Dt,Rt){2&Dt&&(t.Ikx("innerHTML",Rt.renderedIconHTML,t.oJD),t.uIk("title",Rt.title))},inputs:{icon:"icon",title:"title",spin:"spin",pulse:"pulse",mask:"mask",styles:"styles",flip:"flip",size:"size",pull:"pull",border:"border",inverse:"inverse",symbol:"symbol",rotate:"rotate",fixedWidth:"fixedWidth",classes:"classes",transform:"transform",a11yRole:"a11yRole"},features:[t.TTD],decls:0,vars:0,template:function(Dt,Rt){},encapsulation:2}),rt})(),ja=(()=>{class rt{}return rt.\u0275fac=function(Dt){return new(Dt||rt)},rt.\u0275mod=t.oAB({type:rt}),rt.\u0275inj=t.cJS({}),rt})()},6642:(Ve,K,p)=>{"use strict";p.d(K,{eX:()=>he,sQ:()=>Nt,GW:()=>i,l4:()=>ve});var t=p(5620),e=p(6451),f=p(8306),M=p(7579),a=p(515),b=p(9646),d=p(2843),N=p(576);class A{constructor(Oe,ce,be){this.kind=Oe,this.value=ce,this.error=be,this.hasValue="N"===Oe}observe(Oe){return w(this,Oe)}do(Oe,ce,be){const{kind:pt,value:mt,error:Ht}=this;return"N"===pt?null==Oe?void 0:Oe(mt):"E"===pt?null==ce?void 0:ce(Ht):null==be?void 0:be()}accept(Oe,ce,be){var pt;return(0,N.m)(null===(pt=Oe)||void 0===pt?void 0:pt.next)?this.observe(Oe):this.do(Oe,ce,be)}toObservable(){const{kind:Oe,value:ce,error:be}=this,pt="N"===Oe?(0,b.of)(ce):"E"===Oe?(0,d._)(()=>be):"C"===Oe?a.E:0;if(!pt)throw new TypeError(`Unexpected notification kind ${Oe}`);return pt}static createNext(Oe){return new A("N",Oe)}static createError(Oe){return new A("E",void 0,Oe)}static createComplete(){return A.completeNotification}}function w(Pe,Oe){var ce,be,pt;const{kind:mt,value:Ht,error:it}=Pe;if("string"!=typeof mt)throw new TypeError('Invalid notification, missing "kind"');"N"===mt?null===(ce=Oe.next)||void 0===ce||ce.call(Oe,Ht):"E"===mt?null===(be=Oe.error)||void 0===be||be.call(Oe,it):null===(pt=Oe.complete)||void 0===pt||pt.call(Oe)}A.completeNotification=new A("C");var D=p(4482),L=p(5403),S=p(8421);function U(Pe,Oe,ce,be){return(0,D.e)((pt,mt)=>{let Ht;Oe&&"function"!=typeof Oe?({duration:ce,element:Ht,connector:be}=Oe):Ht=Oe;const it=new Map,Re=st=>{it.forEach(st),st(mt)},tt=st=>Re(bt=>bt.error(st));let Je=0,Se=!1;const Ge=new L.Q(mt,st=>{try{const bt=Pe(st);let gi=it.get(bt);if(!gi){it.set(bt,gi=be?be():new M.x);const qt=function at(st,bt){const gi=new f.y(qt=>{Je++;const Xt=bt.subscribe(qt);return()=>{Xt.unsubscribe(),0==--Je&&Se&&Ge.unsubscribe()}});return gi.key=st,gi}(bt,gi);if(mt.next(qt),ce){const Xt=(0,L.x)(gi,()=>{gi.complete(),null==Xt||Xt.unsubscribe()},void 0,void 0,()=>it.delete(bt));Ge.add((0,S.Xf)(ce(qt)).subscribe(Xt))}}gi.next(Ht?Ht(st):st)}catch(bt){tt(bt)}},()=>Re(st=>st.complete()),tt,()=>it.clear(),()=>(Se=!0,0===Je));pt.subscribe(Ge)})}var Z=p(4004);function j(Pe,Oe){return Oe?ce=>ce.pipe(j((be,pt)=>(0,S.Xf)(Pe(be,pt)).pipe((0,Z.U)((mt,Ht)=>Oe(be,mt,pt,Ht))))):(0,D.e)((ce,be)=>{let pt=0,mt=null,Ht=!1;ce.subscribe((0,L.x)(be,it=>{mt||(mt=(0,L.x)(be,void 0,()=>{mt=null,Ht&&be.complete()}),(0,S.Xf)(Pe(it,pt++)).subscribe(mt))},()=>{Ht=!0,!mt&&be.complete()}))})}var $=p(8502),de=p(262),te=p(9300),ie=p(5577),oe=p(5698),X=p(5e3);const me={dispatch:!0,useEffectsErrorHandler:!0},y="__@ngrx/effects_create__";function i(Pe,Oe){const ce=Pe(),be=Object.assign(Object.assign({},me),Oe);return Object.defineProperty(ce,y,{value:be}),ce}function r(Pe){return Object.getOwnPropertyNames(Pe).filter(be=>!(!Pe[be]||!Pe[be].hasOwnProperty(y))&&Pe[be][y].hasOwnProperty("dispatch")).map(be=>Object.assign({propertyName:be},Pe[be][y]))}function u(Pe){return Object.getPrototypeOf(Pe)}const c="__@ngrx/effects__";function E(Pe){return(0,t.qC)(n,u)(Pe)}function n(Pe){return function I(Pe){return Pe.constructor.hasOwnProperty(c)}(Pe)?Pe.constructor[c]:[]}function P(Pe,Oe,ce){const be=u(Pe).constructor.name,pt=function B(Pe){return[E,r].reduce((ce,be)=>ce.concat(be(Pe)),[])}(Pe).map(({propertyName:mt,dispatch:Ht,useEffectsErrorHandler:it})=>{const Re="function"==typeof Pe[mt]?Pe[mt]():Pe[mt],tt=it?ce(Re,Oe):Re;return!1===Ht?tt.pipe((0,$.l)()):tt.pipe(function k(){return(0,D.e)((Pe,Oe)=>{Pe.subscribe((0,L.x)(Oe,ce=>{Oe.next(A.createNext(ce))},()=>{Oe.next(A.createComplete()),Oe.complete()},ce=>{Oe.next(A.createError(ce)),Oe.complete()}))})}()).pipe((0,Z.U)(Se=>({effect:Pe[mt],notification:Se,propertyName:mt,sourceName:be,sourceInstance:Pe})))});return(0,e.T)(...pt)}function q(Pe,Oe,ce=10){return Pe.pipe((0,de.K)(be=>(Oe&&Oe.handleError(be),ce<=1?Pe:q(Pe,Oe,ce-1))))}let he=(()=>{class Pe extends f.y{constructor(ce){super(),ce&&(this.source=ce)}lift(ce){const be=new Pe;return be.source=this,be.operator=ce,be}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(t.Y$))},Pe.\u0275prov=X.Yz7({token:Pe,factory:Pe.\u0275fac}),Pe})();function ve(...Pe){return(0,te.h)(Oe=>Pe.some(ce=>"string"==typeof ce?ce===Oe.type:ce.type===Oe.type))}function De(Pe){return le(Pe,"ngrxOnInitEffects")}function le(Pe,Oe){return Pe&&Oe in Pe&&"function"==typeof Pe[Oe]}const Te=new X.OlP("@ngrx/effects Internal Root Guard"),xe=new X.OlP("@ngrx/effects User Provided Effects"),W=new X.OlP("@ngrx/effects Internal Root Effects"),ee=new X.OlP("@ngrx/effects Root Effects"),ue=new X.OlP("@ngrx/effects Internal Feature Effects"),_e=new X.OlP("@ngrx/effects Feature Effects"),Le=new X.OlP("@ngrx/effects Effects Error Handler");let ut=(()=>{class Pe extends M.x{constructor(ce,be){super(),this.errorHandler=ce,this.effectsErrorHandler=be}addEffects(ce){this.next(ce)}toActions(){return this.pipe(U(u),(0,ie.z)(ce=>ce.pipe(U(ht))),(0,ie.z)(ce=>{const be=ce.pipe(j(mt=>function It(Pe,Oe){return ce=>{const be=P(ce,Pe,Oe);return function dt(Pe){return le(Pe,"ngrxOnRunEffects")}(ce)?ce.ngrxOnRunEffects(be):be}}(this.errorHandler,this.effectsErrorHandler)(mt)),(0,Z.U)(mt=>(function Ne(Pe,Oe){if("N"===Pe.notification.kind){const ce=Pe.notification.value;!function we(Pe){return"function"!=typeof Pe&&Pe&&Pe.type&&"string"==typeof Pe.type}(ce)&&Oe.handleError(new Error(`Effect ${function Q({propertyName:Pe,sourceInstance:Oe,sourceName:ce}){const be="function"==typeof Oe[Pe];return`"${ce}.${String(Pe)}${be?"()":""}"`}(Pe)} dispatched an invalid action: ${function Ue(Pe){try{return JSON.stringify(Pe)}catch(Oe){return Pe}}(ce)}`))}}(mt,this.errorHandler),mt.notification)),(0,te.h)(mt=>"N"===mt.kind&&null!=mt.value),function ne(){return(0,D.e)((Pe,Oe)=>{Pe.subscribe((0,L.x)(Oe,ce=>w(ce,Oe)))})}()),pt=ce.pipe((0,oe.q)(1),(0,te.h)(De),(0,Z.U)(mt=>mt.ngrxOnInitEffects()));return(0,e.T)(be,pt)}))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(X.qLn),X.LFG(Le))},Pe.\u0275prov=X.Yz7({token:Pe,factory:Pe.\u0275fac}),Pe})();function ht(Pe){return function V(Pe){return le(Pe,"ngrxOnIdentifyEffects")}(Pe)?Pe.ngrxOnIdentifyEffects():""}let ui=(()=>{class Pe{constructor(ce,be){this.effectSources=ce,this.store=be,this.effectsSubscription=null}start(){this.effectsSubscription||(this.effectsSubscription=this.effectSources.toActions().subscribe(this.store))}ngOnDestroy(){this.effectsSubscription&&(this.effectsSubscription.unsubscribe(),this.effectsSubscription=null)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(ut),X.LFG(t.yh))},Pe.\u0275prov=X.Yz7({token:Pe,factory:Pe.\u0275fac}),Pe})();const Wt="@ngrx/effects/init";(0,t.PH)(Wt);let hi=(()=>{class Pe{constructor(ce,be,pt,mt,Ht,it,Re){this.sources=ce,be.start(),mt.forEach(tt=>ce.addEffects(tt)),pt.dispatch({type:Wt})}addEffects(ce){this.sources.addEffects(ce)}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(ut),X.LFG(ui),X.LFG(t.yh),X.LFG(ee),X.LFG(t.cr,8),X.LFG(t.CK,8),X.LFG(Te,8))},Pe.\u0275mod=X.oAB({type:Pe}),Pe.\u0275inj=X.cJS({}),Pe})(),xt=(()=>{class Pe{constructor(ce,be,pt,mt){be.forEach(Ht=>Ht.forEach(it=>ce.addEffects(it)))}}return Pe.\u0275fac=function(ce){return new(ce||Pe)(X.LFG(hi),X.LFG(_e),X.LFG(t.cr,8),X.LFG(t.CK,8))},Pe.\u0275mod=X.oAB({type:Pe}),Pe.\u0275inj=X.cJS({}),Pe})(),Nt=(()=>{class Pe{static forFeature(ce=[]){return{ngModule:xt,providers:[ce,{provide:ue,multi:!0,useValue:ce},{provide:xe,multi:!0,useValue:[]},{provide:_e,multi:!0,useFactory:Ct,deps:[X.zs3,ue,xe]}]}}static forRoot(ce=[]){return{ngModule:hi,providers:[{provide:Le,useValue:q},ui,ut,he,ce,{provide:W,useValue:[ce]},{provide:Te,useFactory:yt,deps:[[ui,new X.FiY,new X.tp0],[W,new X.PiD]]},{provide:xe,multi:!0,useValue:[]},{provide:ee,useFactory:Ct,deps:[X.zs3,W,xe]}]}}}return Pe.\u0275fac=function(ce){return new(ce||Pe)},Pe.\u0275mod=X.oAB({type:Pe}),Pe.\u0275inj=X.cJS({}),Pe})();function Ct(Pe,Oe,ce){const be=[];for(const pt of Oe)be.push(...pt);for(const pt of ce)be.push(...pt);return function et(Pe,Oe){return Oe.map(ce=>Pe.get(ce))}(Pe,be)}function yt(Pe,Oe){if((1!==Oe.length||0!==Oe[0].length)&&Pe)throw new TypeError("EffectsModule.forRoot() called twice. Feature modules should use EffectsModule.forFeature() instead.");return"guarded"}},9565:(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.d(__webpack_exports__,{FT:()=>StoreDevtoolsModule});var _angular_core__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(5e3),_ngrx_store__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(5620),rxjs__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(515),rxjs__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(8306),rxjs__WEBPACK_IMPORTED_MODULE_11__=__webpack_require__(9646),rxjs__WEBPACK_IMPORTED_MODULE_15__=__webpack_require__(6451),rxjs__WEBPACK_IMPORTED_MODULE_18__=__webpack_require__(233),rxjs__WEBPACK_IMPORTED_MODULE_19__=__webpack_require__(4707),rxjs_operators__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(3099),rxjs_operators__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(9300),rxjs_operators__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4004),rxjs_operators__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(4351),rxjs_operators__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(7414),rxjs_operators__WEBPACK_IMPORTED_MODULE_9__=__webpack_require__(8372),rxjs_operators__WEBPACK_IMPORTED_MODULE_10__=__webpack_require__(262),rxjs_operators__WEBPACK_IMPORTED_MODULE_12__=__webpack_require__(5698),rxjs_operators__WEBPACK_IMPORTED_MODULE_13__=__webpack_require__(2722),rxjs_operators__WEBPACK_IMPORTED_MODULE_14__=__webpack_require__(3900),rxjs_operators__WEBPACK_IMPORTED_MODULE_16__=__webpack_require__(5684),rxjs_operators__WEBPACK_IMPORTED_MODULE_17__=__webpack_require__(5363),rxjs_operators__WEBPACK_IMPORTED_MODULE_20__=__webpack_require__(1365),rxjs_operators__WEBPACK_IMPORTED_MODULE_21__=__webpack_require__(5026);class StoreDevtoolsConfig{constructor(){this.maxAge=!1}}const STORE_DEVTOOLS_CONFIG=new _angular_core__WEBPACK_IMPORTED_MODULE_0__.OlP("@ngrx/store-devtools Options"),INITIAL_OPTIONS=new _angular_core__WEBPACK_IMPORTED_MODULE_0__.OlP("@ngrx/store-devtools Initial Config");function noMonitor(){return null}const DEFAULT_NAME="NgRx Store DevTools";function createConfig(Ve){const K={maxAge:!1,monitor:noMonitor,actionSanitizer:void 0,stateSanitizer:void 0,name:DEFAULT_NAME,serialize:!1,logOnly:!1,autoPause:!1,features:{pause:!0,lock:!0,persist:!0,export:!0,import:"custom",jump:!0,skip:!0,reorder:!0,dispatch:!0,test:!0}},p="function"==typeof Ve?Ve():Ve,f=Object.assign({},K,{features:p.features||!!p.logOnly&&{pause:!0,export:!0,test:!0}||K.features},p);if(f.maxAge&&f.maxAge<2)throw new Error(`Devtools 'maxAge' cannot be less than 2, got ${f.maxAge}`);return f}const PERFORM_ACTION="PERFORM_ACTION",REFRESH="REFRESH",RESET="RESET",ROLLBACK="ROLLBACK",COMMIT="COMMIT",SWEEP="SWEEP",TOGGLE_ACTION="TOGGLE_ACTION",SET_ACTIONS_ACTIVE="SET_ACTIONS_ACTIVE",JUMP_TO_STATE="JUMP_TO_STATE",JUMP_TO_ACTION="JUMP_TO_ACTION",IMPORT_STATE="IMPORT_STATE",LOCK_CHANGES="LOCK_CHANGES",PAUSE_RECORDING="PAUSE_RECORDING";class PerformAction{constructor(K,p){if(this.action=K,this.timestamp=p,this.type=PERFORM_ACTION,void 0===K.type)throw new Error('Actions may not have an undefined "type" property. Have you misspelled a constant?')}}class Refresh{constructor(){this.type=REFRESH}}class Reset{constructor(K){this.timestamp=K,this.type=RESET}}class Rollback{constructor(K){this.timestamp=K,this.type=ROLLBACK}}class Commit{constructor(K){this.timestamp=K,this.type=COMMIT}}class Sweep{constructor(){this.type=SWEEP}}class ToggleAction{constructor(K){this.id=K,this.type=TOGGLE_ACTION}}class SetActionsActive{constructor(K,p,t=!0){this.start=K,this.end=p,this.active=t,this.type=SET_ACTIONS_ACTIVE}}class JumpToState{constructor(K){this.index=K,this.type=JUMP_TO_STATE}}class JumpToAction{constructor(K){this.actionId=K,this.type=JUMP_TO_ACTION}}class ImportState{constructor(K){this.nextLiftedState=K,this.type=IMPORT_STATE}}class LockChanges{constructor(K){this.status=K,this.type=LOCK_CHANGES}}class PauseRecording{constructor(K){this.status=K,this.type=PAUSE_RECORDING}}function difference(Ve,K){return Ve.filter(p=>K.indexOf(p)<0)}function unliftState(Ve){const{computedStates:K,currentStateIndex:p}=Ve;if(p>=K.length){const{state:e}=K[K.length-1];return e}const{state:t}=K[p];return t}function unliftAction(Ve){return Ve.actionsById[Ve.nextActionId-1]}function liftAction(Ve){return new PerformAction(Ve,+Date.now())}function sanitizeActions(Ve,K){return Object.keys(K).reduce((p,t)=>{const e=Number(t);return p[e]=sanitizeAction(Ve,K[e],e),p},{})}function sanitizeAction(Ve,K,p){return Object.assign(Object.assign({},K),{action:Ve(K.action,p)})}function sanitizeStates(Ve,K){return K.map((p,t)=>({state:sanitizeState(Ve,p.state,t),error:p.error}))}function sanitizeState(Ve,K,p){return Ve(K,p)}function shouldFilterActions(Ve){return Ve.predicate||Ve.actionsSafelist||Ve.actionsBlocklist}function filterLiftedState(Ve,K,p,t){const e=[],f={},M=[];return Ve.stagedActionIds.forEach((a,b)=>{const d=Ve.actionsById[a];!d||b&&isActionFiltered(Ve.computedStates[b],d,K,p,t)||(f[a]=d,e.push(a),M.push(Ve.computedStates[b]))}),Object.assign(Object.assign({},Ve),{stagedActionIds:e,actionsById:f,computedStates:M})}function isActionFiltered(Ve,K,p,t,e){const f=p&&!p(Ve,K.action),M=t&&!K.action.type.match(t.map(b=>escapeRegExp(b)).join("|")),a=e&&K.action.type.match(e.map(b=>escapeRegExp(b)).join("|"));return f||M||a}function escapeRegExp(Ve){return Ve.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}const INIT_ACTION={type:_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.qg},RECOMPUTE="@ngrx/store-devtools/recompute",RECOMPUTE_ACTION={type:RECOMPUTE};function computeNextEntry(Ve,K,p,t,e){if(t)return{state:p,error:"Interrupted by an error up the chain"};let M,f=p;try{f=Ve(p,K)}catch(a){M=a.toString(),e.handleError(a)}return{state:f,error:M}}function recomputeStates(Ve,K,p,t,e,f,M,a,b){if(K>=Ve.length&&Ve.length===f.length)return Ve;const d=Ve.slice(0,K),N=f.length-(b?1:0);for(let h=K;h-1?D:computeNextEntry(p,w,L,k,a);d.push(U)}return b&&d.push(Ve[Ve.length-1]),d}function liftInitialState(Ve,K){return{monitorState:K(void 0,{}),nextActionId:1,actionsById:{0:liftAction(INIT_ACTION)},stagedActionIds:[0],skippedActionIds:[],committedState:Ve,currentStateIndex:0,computedStates:[],isLocked:!1,isPaused:!1}}function liftReducerWith(Ve,K,p,t,e={}){return f=>(M,a)=>{let{monitorState:b,actionsById:d,nextActionId:N,stagedActionIds:h,skippedActionIds:A,committedState:w,currentStateIndex:D,computedStates:L,isLocked:k,isPaused:S}=M||K;function U(ne){let $=ne,de=h.slice(1,$+1);for(let te=0;te-1===de.indexOf(te)),h=[0,...h.slice($+1)],w=L[$].state,L=L.slice($),D=D>$?D-$:0}function Z(){d={0:liftAction(INIT_ACTION)},N=1,h=[0],A=[],w=L[D].state,D=0,L=[]}M||(d=Object.create(d));let j=0;switch(a.type){case LOCK_CHANGES:k=a.status,j=1/0;break;case PAUSE_RECORDING:S=a.status,S?(h=[...h,N],d[N]=new PerformAction({type:"@ngrx/devtools/pause"},+Date.now()),N++,j=h.length-1,L=L.concat(L[L.length-1]),D===h.length-2&&D++,j=1/0):Z();break;case RESET:d={0:liftAction(INIT_ACTION)},N=1,h=[0],A=[],w=Ve,D=0,L=[];break;case COMMIT:Z();break;case ROLLBACK:d={0:liftAction(INIT_ACTION)},N=1,h=[0],A=[],D=0,L=[];break;case TOGGLE_ACTION:{const{id:ne}=a;A=-1===A.indexOf(ne)?[ne,...A]:A.filter(de=>de!==ne),j=h.indexOf(ne);break}case SET_ACTIONS_ACTIVE:{const{start:ne,end:$,active:de}=a,te=[];for(let ie=ne;ie<$;ie++)te.push(ie);A=de?difference(A,te):[...A,...te],j=h.indexOf(ne);break}case JUMP_TO_STATE:D=a.index,j=1/0;break;case JUMP_TO_ACTION:{const ne=h.indexOf(a.actionId);-1!==ne&&(D=ne),j=1/0;break}case SWEEP:h=difference(h,A),A=[],D=Math.min(D,h.length-1);break;case PERFORM_ACTION:{if(k)return M||K;if(S||M&&isActionFiltered(M.computedStates[D],a,e.predicate,e.actionsSafelist,e.actionsBlocklist)){const $=L[L.length-1];L=[...L.slice(0,-1),computeNextEntry(f,a.action,$.state,$.error,p)],j=1/0;break}e.maxAge&&h.length===e.maxAge&&U(1),D===h.length-1&&D++;const ne=N++;d[ne]=a,h=[...h,ne],j=h.length-1;break}case IMPORT_STATE:({monitorState:b,actionsById:d,nextActionId:N,stagedActionIds:h,skippedActionIds:A,committedState:w,currentStateIndex:D,computedStates:L,isLocked:k,isPaused:S}=a.nextLiftedState);break;case _ngrx_store__WEBPACK_IMPORTED_MODULE_1__.qg:j=0,e.maxAge&&h.length>e.maxAge&&(L=recomputeStates(L,j,f,w,d,h,A,p,S),U(h.length-e.maxAge),j=1/0);break;case _ngrx_store__WEBPACK_IMPORTED_MODULE_1__.wb:if(L.filter($=>$.error).length>0)j=0,e.maxAge&&h.length>e.maxAge&&(L=recomputeStates(L,j,f,w,d,h,A,p,S),U(h.length-e.maxAge),j=1/0);else{if(!S&&!k){D===h.length-1&&D++;const $=N++;d[$]=new PerformAction(a,+Date.now()),h=[...h,$],j=h.length-1,L=recomputeStates(L,j,f,w,d,h,A,p,S)}L=L.map($=>Object.assign(Object.assign({},$),{state:f($.state,RECOMPUTE_ACTION)})),D=h.length-1,e.maxAge&&h.length>e.maxAge&&U(h.length-e.maxAge),j=1/0}break;default:j=1/0}return L=recomputeStates(L,j,f,w,d,h,A,p,S),b=t(b,a),{monitorState:b,actionsById:d,nextActionId:N,stagedActionIds:h,skippedActionIds:A,committedState:w,currentStateIndex:D,computedStates:L,isLocked:k,isPaused:S}}}let DevtoolsDispatcher=(()=>{class Ve extends _ngrx_store__WEBPACK_IMPORTED_MODULE_1__.UO{}return Ve.\u0275fac=function(){let K;return function(t){return(K||(K=_angular_core__WEBPACK_IMPORTED_MODULE_0__.n5z(Ve)))(t||Ve)}}(),Ve.\u0275prov=_angular_core__WEBPACK_IMPORTED_MODULE_0__.Yz7({token:Ve,factory:Ve.\u0275fac}),Ve})();const ExtensionActionTypes={START:"START",DISPATCH:"DISPATCH",STOP:"STOP",ACTION:"ACTION"},REDUX_DEVTOOLS_EXTENSION=new _angular_core__WEBPACK_IMPORTED_MODULE_0__.OlP("@ngrx/store-devtools Redux Devtools Extension");let DevtoolsExtension=(()=>{class DevtoolsExtension{constructor(Ve,K,p){this.config=K,this.dispatcher=p,this.devtoolsExtension=Ve,this.createActionStreams()}notify(Ve,K){if(this.devtoolsExtension)if(Ve.type===PERFORM_ACTION){if(K.isLocked||K.isPaused)return;const p=unliftState(K);if(shouldFilterActions(this.config)&&isActionFiltered(p,Ve,this.config.predicate,this.config.actionsSafelist,this.config.actionsBlocklist))return;const t=this.config.stateSanitizer?sanitizeState(this.config.stateSanitizer,p,K.currentStateIndex):p,e=this.config.actionSanitizer?sanitizeAction(this.config.actionSanitizer,Ve,K.nextActionId):Ve;this.sendToReduxDevtools(()=>this.extensionConnection.send(e,t))}else{const p=Object.assign(Object.assign({},K),{stagedActionIds:K.stagedActionIds,actionsById:this.config.actionSanitizer?sanitizeActions(this.config.actionSanitizer,K.actionsById):K.actionsById,computedStates:this.config.stateSanitizer?sanitizeStates(this.config.stateSanitizer,K.computedStates):K.computedStates});this.sendToReduxDevtools(()=>this.devtoolsExtension.send(null,p,this.getExtensionConfig(this.config)))}}createChangesObservable(){return this.devtoolsExtension?new rxjs__WEBPACK_IMPORTED_MODULE_3__.y(Ve=>{const K=this.devtoolsExtension.connect(this.getExtensionConfig(this.config));return this.extensionConnection=K,K.init(),K.subscribe(p=>Ve.next(p)),K.unsubscribe}):rxjs__WEBPACK_IMPORTED_MODULE_2__.E}createActionStreams(){const Ve=this.createChangesObservable().pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_4__.B)()),K=Ve.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(a=>a.type===ExtensionActionTypes.START)),p=Ve.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(a=>a.type===ExtensionActionTypes.STOP)),t=Ve.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(a=>a.type===ExtensionActionTypes.DISPATCH),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(a=>this.unwrapAction(a.payload)),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_7__.b)(a=>a.type===IMPORT_STATE?this.dispatcher.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(b=>b.type===_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.wb),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_8__.V)(1e3),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_9__.b)(1e3),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(()=>a),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_10__.K)(()=>(0,rxjs__WEBPACK_IMPORTED_MODULE_11__.of)(a)),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_12__.q)(1)):(0,rxjs__WEBPACK_IMPORTED_MODULE_11__.of)(a))),f=Ve.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_5__.h)(a=>a.type===ExtensionActionTypes.ACTION),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(a=>this.unwrapAction(a.payload))).pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_13__.R)(p)),M=t.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_13__.R)(p));this.start$=K.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_13__.R)(p)),this.actions$=this.start$.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_14__.w)(()=>f)),this.liftedActions$=this.start$.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_14__.w)(()=>M))}unwrapAction(action){return"string"==typeof action?eval(`(${action})`):action}getExtensionConfig(Ve){var K;const p={name:Ve.name,features:Ve.features,serialize:Ve.serialize,autoPause:null!==(K=Ve.autoPause)&&void 0!==K&&K};return!1!==Ve.maxAge&&(p.maxAge=Ve.maxAge),p}sendToReduxDevtools(Ve){try{Ve()}catch(K){console.warn("@ngrx/store-devtools: something went wrong inside the redux devtools",K)}}}return DevtoolsExtension.\u0275fac=function Ve(K){return new(K||DevtoolsExtension)(_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(REDUX_DEVTOOLS_EXTENSION),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(STORE_DEVTOOLS_CONFIG),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(DevtoolsDispatcher))},DevtoolsExtension.\u0275prov=_angular_core__WEBPACK_IMPORTED_MODULE_0__.Yz7({token:DevtoolsExtension,factory:DevtoolsExtension.\u0275fac}),DevtoolsExtension})(),StoreDevtools=(()=>{class Ve{constructor(p,t,e,f,M,a,b,d){const N=liftInitialState(b,d.monitor),h=liftReducerWith(b,N,a,d.monitor,d),A=(0,rxjs__WEBPACK_IMPORTED_MODULE_15__.T)((0,rxjs__WEBPACK_IMPORTED_MODULE_15__.T)(t.asObservable().pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_16__.T)(1)),f.actions$).pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(liftAction)),p,f.liftedActions$).pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_17__.Q)(rxjs__WEBPACK_IMPORTED_MODULE_18__.N)),w=e.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(h)),D=new rxjs__WEBPACK_IMPORTED_MODULE_19__.t(1),L=A.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_20__.M)(w),(0,rxjs_operators__WEBPACK_IMPORTED_MODULE_21__.R)(({state:Z},[j,ne])=>{let $=ne(Z,j);return j.type!==PERFORM_ACTION&&shouldFilterActions(d)&&($=filterLiftedState($,d.predicate,d.actionsSafelist,d.actionsBlocklist)),f.notify(j,$),{state:$,action:j}},{state:N,action:null})).subscribe(({state:Z,action:j})=>{D.next(Z),j.type===PERFORM_ACTION&&M.next(j.action)}),k=f.start$.subscribe(()=>{this.refresh()}),S=D.asObservable(),U=S.pipe((0,rxjs_operators__WEBPACK_IMPORTED_MODULE_6__.U)(unliftState));this.extensionStartSubscription=k,this.stateSubscription=L,this.dispatcher=p,this.liftedState=S,this.state=U}dispatch(p){this.dispatcher.next(p)}next(p){this.dispatcher.next(p)}error(p){}complete(){}performAction(p){this.dispatch(new PerformAction(p,+Date.now()))}refresh(){this.dispatch(new Refresh)}reset(){this.dispatch(new Reset(+Date.now()))}rollback(){this.dispatch(new Rollback(+Date.now()))}commit(){this.dispatch(new Commit(+Date.now()))}sweep(){this.dispatch(new Sweep)}toggleAction(p){this.dispatch(new ToggleAction(p))}jumpToAction(p){this.dispatch(new JumpToAction(p))}jumpToState(p){this.dispatch(new JumpToState(p))}importState(p){this.dispatch(new ImportState(p))}lockChanges(p){this.dispatch(new LockChanges(p))}pauseRecording(p){this.dispatch(new PauseRecording(p))}}return Ve.\u0275fac=function(p){return new(p||Ve)(_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(DevtoolsDispatcher),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.UO),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.n$),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(DevtoolsExtension),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.Y$),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_angular_core__WEBPACK_IMPORTED_MODULE_0__.qLn),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.Y6),_angular_core__WEBPACK_IMPORTED_MODULE_0__.LFG(STORE_DEVTOOLS_CONFIG))},Ve.\u0275prov=_angular_core__WEBPACK_IMPORTED_MODULE_0__.Yz7({token:Ve,factory:Ve.\u0275fac}),Ve})();const IS_EXTENSION_OR_MONITOR_PRESENT=new _angular_core__WEBPACK_IMPORTED_MODULE_0__.OlP("@ngrx/store-devtools Is Devtools Extension or Monitor Present");function createIsExtensionOrMonitorPresent(Ve,K){return Boolean(Ve)||K.monitor!==noMonitor}function createReduxDevtoolsExtension(){const Ve="__REDUX_DEVTOOLS_EXTENSION__";return"object"==typeof window&&void 0!==window[Ve]?window[Ve]:null}function createStateObservable(Ve){return Ve.state}let StoreDevtoolsModule=(()=>{class Ve{static instrument(p={}){return{ngModule:Ve,providers:[DevtoolsExtension,DevtoolsDispatcher,StoreDevtools,{provide:INITIAL_OPTIONS,useValue:p},{provide:IS_EXTENSION_OR_MONITOR_PRESENT,deps:[REDUX_DEVTOOLS_EXTENSION,STORE_DEVTOOLS_CONFIG],useFactory:createIsExtensionOrMonitorPresent},{provide:REDUX_DEVTOOLS_EXTENSION,useFactory:createReduxDevtoolsExtension},{provide:STORE_DEVTOOLS_CONFIG,deps:[INITIAL_OPTIONS],useFactory:createConfig},{provide:_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.FR,deps:[StoreDevtools],useFactory:createStateObservable},{provide:_ngrx_store__WEBPACK_IMPORTED_MODULE_1__.mK,useExisting:DevtoolsDispatcher}]}}}return Ve.\u0275fac=function(p){return new(p||Ve)},Ve.\u0275mod=_angular_core__WEBPACK_IMPORTED_MODULE_0__.oAB({type:Ve}),Ve.\u0275inj=_angular_core__WEBPACK_IMPORTED_MODULE_0__.cJS({}),Ve})()},5620:(Ve,K,p)=>{"use strict";p.d(K,{UO:()=>oe,qg:()=>ie,Y6:()=>i,mK:()=>De,n$:()=>Ie,Y$:()=>W,FR:()=>ue,yh:()=>ht,CK:()=>Mt,Aw:()=>zt,cr:()=>Qe,wb:()=>le,qC:()=>V,PH:()=>k,ZF:()=>at,Lq:()=>wi,P1:()=>Je,on:()=>Yt,Ky:()=>S});var t=p(5e3),e=p(1135),f=p(8306),M=p(7579),a=p(233),b=p(4004),N=p(5363),h=p(1365),A=p(5026),w=p(1884);const D={};function k(nt,Ft){if(D[nt]=(D[nt]||0)+1,"function"==typeof Ft)return Z(nt,(...mi)=>Object.assign(Object.assign({},Ft(...mi)),{type:nt}));switch(Ft?Ft._as:"empty"){case"empty":return Z(nt,()=>({type:nt}));case"props":return Z(nt,mi=>Object.assign(Object.assign({},mi),{type:nt}));default:throw new Error("Unexpected config.")}}function S(){return{_as:"props",_p:void 0}}function Z(nt,Ft){return Object.defineProperty(Ft,"type",{value:nt,writable:!1})}const ie="@ngrx/store/init";let oe=(()=>{class nt extends e.X{constructor(){super({type:ie})}next(Kt){if("function"==typeof Kt)throw new TypeError("\n Dispatch expected an object, instead it received a function.\n If you're using the createAction function, make sure to invoke the function\n before dispatching the action. For example, someAction should be someAction().");if(void 0===Kt)throw new TypeError("Actions must be objects");if(void 0===Kt.type)throw new TypeError("Actions must have a type property");super.next(Kt)}complete(){}ngOnDestroy(){super.complete()}}return nt.\u0275fac=function(Kt){return new(Kt||nt)},nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();const X=[oe],me=new t.OlP("@ngrx/store Internal Root Guard"),y=new t.OlP("@ngrx/store Internal Initial State"),i=new t.OlP("@ngrx/store Initial State"),r=new t.OlP("@ngrx/store Reducer Factory"),u=new t.OlP("@ngrx/store Internal Reducer Factory Provider"),c=new t.OlP("@ngrx/store Initial Reducers"),_=new t.OlP("@ngrx/store Internal Initial Reducers"),E=new t.OlP("@ngrx/store Store Features"),I=new t.OlP("@ngrx/store Internal Store Reducers"),v=new t.OlP("@ngrx/store Internal Feature Reducers"),n=new t.OlP("@ngrx/store Internal Feature Configs"),C=new t.OlP("@ngrx/store Internal Store Features"),B=new t.OlP("@ngrx/store Internal Feature Reducers Token"),P=new t.OlP("@ngrx/store Feature Reducers"),F=new t.OlP("@ngrx/store User Provided Meta Reducers"),q=new t.OlP("@ngrx/store Meta Reducers"),he=new t.OlP("@ngrx/store Internal Resolved Meta Reducers"),ve=new t.OlP("@ngrx/store User Runtime Checks Config"),Ne=new t.OlP("@ngrx/store Internal User Runtime Checks Config"),we=new t.OlP("@ngrx/store Internal Runtime Checks"),Q=new t.OlP("@ngrx/store Check if Action types are unique");function Ue(nt,Ft={}){const Kt=Object.keys(nt),mi={};for(let ki=0;kiki(Ri),Kt(Ft))}}function Ae(nt,Ft){return Array.isArray(Ft)&&Ft.length>0&&(nt=V.apply(null,[...Ft,nt])),(Kt,mi)=>{const Ri=nt(Kt);return(ki,hn)=>Ri(ki=void 0===ki?mi:ki,hn)}}class Ie extends f.y{}class De extends oe{}const le="@ngrx/store/update-reducers";let Te=(()=>{class nt extends e.X{constructor(Kt,mi,Ri,ki){super(ki(Ri,mi)),this.dispatcher=Kt,this.initialState=mi,this.reducers=Ri,this.reducerFactory=ki}get currentReducers(){return this.reducers}addFeature(Kt){this.addFeatures([Kt])}addFeatures(Kt){const mi=Kt.reduce((Ri,{reducers:ki,reducerFactory:hn,metaReducers:Bn,initialState:In,key:Xn})=>{const Cn="function"==typeof ki?function dt(nt){const Ft=Array.isArray(nt)&&nt.length>0?V(...nt):Kt=>Kt;return(Kt,mi)=>(Kt=Ft(Kt),(Ri,ki)=>Kt(Ri=void 0===Ri?mi:Ri,ki))}(Bn)(ki,In):Ae(hn,Bn)(ki,In);return Ri[Xn]=Cn,Ri},{});this.addReducers(mi)}removeFeature(Kt){this.removeFeatures([Kt])}removeFeatures(Kt){this.removeReducers(Kt.map(mi=>mi.key))}addReducer(Kt,mi){this.addReducers({[Kt]:mi})}addReducers(Kt){this.reducers=Object.assign(Object.assign({},this.reducers),Kt),this.updateReducers(Object.keys(Kt))}removeReducer(Kt){this.removeReducers([Kt])}removeReducers(Kt){Kt.forEach(mi=>{this.reducers=function ye(nt,Ft){return Object.keys(nt).filter(Kt=>Kt!==Ft).reduce((Kt,mi)=>Object.assign(Kt,{[mi]:nt[mi]}),{})}(this.reducers,mi)}),this.updateReducers(Kt)}updateReducers(Kt){this.next(this.reducerFactory(this.reducers,this.initialState)),this.dispatcher.next({type:le,features:Kt})}ngOnDestroy(){this.complete()}}return nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(De),t.LFG(i),t.LFG(c),t.LFG(r))},nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();const xe=[Te,{provide:Ie,useExisting:Te},{provide:De,useExisting:oe}];let W=(()=>{class nt extends M.x{ngOnDestroy(){this.complete()}}return nt.\u0275fac=function(){let Ft;return function(mi){return(Ft||(Ft=t.n5z(nt)))(mi||nt)}}(),nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();const ee=[W];class ue extends f.y{}let _e=(()=>{class nt extends e.X{constructor(Kt,mi,Ri,ki){super(ki);const Xn=Kt.pipe((0,N.Q)(a.N)).pipe((0,h.M)(mi)).pipe((0,A.R)(Le,{state:ki}));this.stateSubscription=Xn.subscribe(({state:Cn,action:Si})=>{this.next(Cn),Ri.next(Si)})}ngOnDestroy(){this.stateSubscription.unsubscribe(),this.complete()}}return nt.INIT=ie,nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(oe),t.LFG(Ie),t.LFG(W),t.LFG(i))},nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();function Le(nt={state:void 0},[Ft,Kt]){const{state:mi}=nt;return{state:Kt(mi,Ft),action:Ft}}const ut=[_e,{provide:ue,useExisting:_e}];let ht=(()=>{class nt extends f.y{constructor(Kt,mi,Ri){super(),this.actionsObserver=mi,this.reducerManager=Ri,this.source=Kt}select(Kt,...mi){return ui.call(null,Kt,...mi)(this)}lift(Kt){const mi=new nt(this,this.actionsObserver,this.reducerManager);return mi.operator=Kt,mi}dispatch(Kt){this.actionsObserver.next(Kt)}next(Kt){this.actionsObserver.next(Kt)}error(Kt){this.actionsObserver.error(Kt)}complete(){this.actionsObserver.complete()}addReducer(Kt,mi){this.reducerManager.addReducer(Kt,mi)}removeReducer(Kt){this.reducerManager.removeReducer(Kt)}}return nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(ue),t.LFG(oe),t.LFG(Te))},nt.\u0275prov=t.Yz7({token:nt,factory:nt.\u0275fac}),nt})();const It=[ht];function ui(nt,Ft,...Kt){return function(Ri){let ki;if("string"==typeof nt){const hn=[Ft,...Kt].filter(Boolean);ki=Ri.pipe(function d(...nt){const Ft=nt.length;if(0===Ft)throw new Error("list of properties cannot be empty.");return(0,b.U)(Kt=>{let mi=Kt;for(let Ri=0;Rint(hn,Ft)))}return ki.pipe((0,w.x)())}}const Wt="https://ngrx.io/guide/store/configuration/runtime-checks";function Gt(nt){return void 0===nt}function hi(nt){return null===nt}function xt(nt){return Array.isArray(nt)}function yt(nt){return"object"==typeof nt&&null!==nt}function Pe(nt){return"function"==typeof nt}function Ht(nt,Ft){return nt===Ft}function it(nt,Ft,Kt){for(let mi=0;miCn.release&&"function"==typeof Cn.release),Bn=nt(function(...Cn){return ki.apply(null,Cn)}),In=tt(function(Cn,Si){return Ft.stateFn.apply(null,[Cn,Ri,Si,Bn])});return Object.assign(In.memoized,{release:function Xn(){In.reset(),Bn.reset(),hn.forEach(Cn=>Cn.release())},projector:Bn.memoized,setResult:In.setResult,clearResult:In.clearResult})}}(tt)(...nt)}function Se(nt,Ft,Kt,mi){if(void 0===Kt){const ki=Ft.map(hn=>hn(nt));return mi.memoized.apply(null,ki)}const Ri=Ft.map(ki=>ki(nt,Kt));return mi.memoized.apply(null,[...Ri,Kt])}function at(nt){return Je(Ft=>{const Kt=Ft[nt];return(0,t.X6Q)()&&!(nt in Ft)&&console.warn(`@ngrx/store: The feature name "${nt}" does not exist in the state, therefore createFeatureSelector cannot access it. Be sure it is imported in a loaded module using StoreModule.forRoot('${nt}', ...) or StoreModule.forFeature('${nt}', ...). If the default state is intended to be undefined, as is the case with router state, this development-only warning message can be ignored.`),Kt},Ft=>Ft)}function Xt(nt){Object.freeze(nt);const Ft=Pe(nt);return Object.getOwnPropertyNames(nt).forEach(Kt=>{if(!Kt.startsWith("\u0275")&&function ce(nt,Ft){return Object.prototype.hasOwnProperty.call(nt,Ft)}(nt,Kt)&&(!Ft||"caller"!==Kt&&"callee"!==Kt&&"arguments"!==Kt)){const mi=nt[Kt];(yt(mi)||Pe(mi))&&!Object.isFrozen(mi)&&Xt(mi)}}),nt}function fi(nt,Ft=[]){return(Gt(nt)||hi(nt))&&0===Ft.length?{path:["root"],value:nt}:Object.keys(nt).reduce((mi,Ri)=>{if(mi)return mi;const ki=nt[Ri];return function Oe(nt){return Pe(nt)&&nt.hasOwnProperty("\u0275cmp")}(ki)?mi:!(Gt(ki)||hi(ki)||function et(nt){return"number"==typeof nt}(ki)||function Ct(nt){return"boolean"==typeof nt}(ki)||function Nt(nt){return"string"==typeof nt}(ki)||xt(ki))&&(function jt(nt){if(!function ei(nt){return yt(nt)&&!xt(nt)}(nt))return!1;const Ft=Object.getPrototypeOf(nt);return Ft===Object.prototype||null===Ft}(ki)?fi(ki,[...Ft,Ri]):{path:[...Ft,Ri],value:ki})},!1)}function si(nt,Ft){if(!1===nt)return;const Kt=nt.path.join("."),mi=new Error(`Detected unserializable ${Ft} at "${Kt}". ${Wt}#strict${Ft}serializability`);throw mi.value=nt.value,mi.unserializablePath=Kt,mi}function Bi(nt){return(0,t.X6Q)()?Object.assign({strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!0,strictActionImmutability:!0,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1},nt):{strictStateSerializability:!1,strictActionSerializability:!1,strictStateImmutability:!1,strictActionImmutability:!1,strictActionWithinNgZone:!1,strictActionTypeUniqueness:!1}}function zi({strictActionSerializability:nt,strictStateSerializability:Ft}){return Kt=>nt||Ft?function Ji(nt,Ft){return function(Kt,mi){Ft.action(mi)&&si(fi(mi),"action");const Ri=nt(Kt,mi);return Ft.state()&&si(fi(Ri),"state"),Ri}}(Kt,{action:mi=>nt&&!ze(mi),state:()=>Ft}):Kt}function Ui({strictActionImmutability:nt,strictStateImmutability:Ft}){return Kt=>nt||Ft?function qt(nt,Ft){return function(Kt,mi){const Ri=Ft.action(mi)?Xt(mi):mi,ki=nt(Kt,Ri);return Ft.state()?Xt(ki):ki}}(Kt,{action:mi=>nt&&!ze(mi),state:()=>Ft}):Kt}function ze(nt){return nt.type.startsWith("@ngrx")}function Tt({strictActionWithinNgZone:nt}){return Ft=>nt?function en(nt,Ft){return function(Kt,mi){if(Ft.action(mi)&&!t.R0b.isInAngularZone())throw new Error(`Action '${mi.type}' running outside NgZone. ${Wt}#strictactionwithinngzone`);return nt(Kt,mi)}}(Ft,{action:Kt=>nt&&!ze(Kt)}):Ft}function pe(nt){return[{provide:Ne,useValue:nt},{provide:ve,useFactory:_t,deps:[Ne]},{provide:we,deps:[ve],useFactory:Bi},{provide:q,multi:!0,deps:[we],useFactory:Ui},{provide:q,multi:!0,deps:[we],useFactory:zi},{provide:q,multi:!0,deps:[we],useFactory:Tt}]}function je(){return[{provide:Q,multi:!0,deps:[we],useFactory:re}]}function _t(nt){return nt}function re(nt){if(!nt.strictActionTypeUniqueness)return;const Ft=Object.entries(D).filter(([,Kt])=>Kt>1).map(([Kt])=>Kt);if(Ft.length)throw new Error(`Action types are registered more than once, ${Ft.map(Kt=>`"${Kt}"`).join(", ")}. ${Wt}#strictactiontypeuniqueness`)}let Qe=(()=>{class nt{constructor(Kt,mi,Ri,ki,hn,Bn){}}return nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(oe),t.LFG(Ie),t.LFG(W),t.LFG(ht),t.LFG(me,8),t.LFG(Q,8))},nt.\u0275mod=t.oAB({type:nt}),nt.\u0275inj=t.cJS({}),nt})(),Mt=(()=>{class nt{constructor(Kt,mi,Ri,ki,hn){this.features=Kt,this.featureReducers=mi,this.reducerManager=Ri;const Bn=Kt.map((In,Xn)=>{const Si=mi.shift()[Xn];return Object.assign(Object.assign({},In),{reducers:Si,initialState:Gi(In.initialState)})});Ri.addFeatures(Bn)}ngOnDestroy(){this.reducerManager.removeFeatures(this.features)}}return nt.\u0275fac=function(Kt){return new(Kt||nt)(t.LFG(C),t.LFG(P),t.LFG(Te),t.LFG(Qe),t.LFG(Q,8))},nt.\u0275mod=t.oAB({type:nt}),nt.\u0275inj=t.cJS({}),nt})(),zt=(()=>{class nt{static forRoot(Kt,mi={}){return{ngModule:Qe,providers:[{provide:me,useFactory:mn,deps:[[ht,new t.FiY,new t.tp0]]},{provide:y,useValue:mi.initialState},{provide:i,useFactory:Gi,deps:[y]},{provide:_,useValue:Kt},{provide:I,useExisting:Kt instanceof t.OlP?Kt:_},{provide:c,deps:[t.zs3,_,[new t.tBr(I)]],useFactory:bi},{provide:F,useValue:mi.metaReducers?mi.metaReducers:[]},{provide:he,deps:[q,F],useFactory:sn},{provide:u,useValue:mi.reducerFactory?mi.reducerFactory:Ue},{provide:r,deps:[u,he],useFactory:Ae},X,xe,ee,ut,It,pe(mi.runtimeChecks),je()]}}static forFeature(Kt,mi,Ri={}){return{ngModule:Mt,providers:[{provide:n,multi:!0,useValue:Kt instanceof Object?{}:Ri},{provide:E,multi:!0,useValue:{key:Kt instanceof Object?Kt.name:Kt,reducerFactory:Ri instanceof t.OlP||!Ri.reducerFactory?Ue:Ri.reducerFactory,metaReducers:Ri instanceof t.OlP||!Ri.metaReducers?[]:Ri.metaReducers,initialState:Ri instanceof t.OlP||!Ri.initialState?void 0:Ri.initialState}},{provide:C,deps:[t.zs3,n,E],useFactory:Ei},{provide:v,multi:!0,useValue:Kt instanceof Object?Kt.reducer:mi},{provide:B,multi:!0,useExisting:mi instanceof t.OlP?mi:v},{provide:P,multi:!0,deps:[t.zs3,v,[new t.tBr(B)]],useFactory:$i},je()]}}}return nt.\u0275fac=function(Kt){return new(Kt||nt)},nt.\u0275mod=t.oAB({type:nt}),nt.\u0275inj=t.cJS({}),nt})();function bi(nt,Ft){return Ft instanceof t.OlP?nt.get(Ft):Ft}function Ei(nt,Ft,Kt){return Kt.map((mi,Ri)=>{if(Ft[Ri]instanceof t.OlP){const ki=nt.get(Ft[Ri]);return{key:mi.key,reducerFactory:ki.reducerFactory?ki.reducerFactory:Ue,metaReducers:ki.metaReducers?ki.metaReducers:[],initialState:ki.initialState}}return mi})}function $i(nt,Ft){return Ft.map(mi=>mi instanceof t.OlP?nt.get(mi):mi)}function Gi(nt){return"function"==typeof nt?nt():nt}function sn(nt,Ft){return nt.concat(Ft)}function mn(nt){if(nt)throw new TypeError("StoreModule.forRoot() called twice. Feature modules should use StoreModule.forFeature() instead.");return"guarded"}function Yt(...nt){return{reducer:nt.pop(),types:nt.map(mi=>mi.type)}}function wi(nt,...Ft){const Kt=new Map;for(const mi of Ft)for(const Ri of mi.types){const ki=Kt.get(Ri);Kt.set(Ri,ki?(Bn,In)=>mi.reducer(ki(Bn,In),In):mi.reducer)}return function(mi=nt,Ri){const ki=Kt.get(Ri.type);return ki?ki(mi,Ri):mi}}},1210:(Ve,K,p)=>{"use strict";p.d(K,{H5:()=>Wc,K$:()=>Od,a4:()=>Qd});var t=p(5e3),e=p(9808),f=p(655),M=p(7429),a=p(4968),b=p(8372),d=p(1777);function N(){}function h(m){return null==m?N:function(){return this.querySelector(m)}}function w(m){return"object"==typeof m&&"length"in m?m:Array.from(m)}function D(){return[]}function L(m){return null==m?D:function(){return this.querySelectorAll(m)}}function U(m){return function(){return this.matches(m)}}function Z(m){return function(O){return O.matches(m)}}var j=Array.prototype.find;function $(){return this.firstElementChild}var te=Array.prototype.filter;function ie(){return this.children}function y(m){return new Array(m.length)}function r(m,O){this.ownerDocument=m.ownerDocument,this.namespaceURI=m.namespaceURI,this._next=null,this._parent=m,this.__data__=O}function u(m){return function(){return m}}function c(m,O,o,x,z,J){for(var lt,ke=0,Ut=O.length,Bt=J.length;keO?1:m>=O?0:NaN}r.prototype={constructor:r,appendChild:function(m){return this._parent.insertBefore(m,this._next)},insertBefore:function(m,O){return this._parent.insertBefore(m,O)},querySelector:function(m){return this._parent.querySelector(m)},querySelectorAll:function(m){return this._parent.querySelectorAll(m)}};var Ue="http://www.w3.org/1999/xhtml";const ye={svg:"http://www.w3.org/2000/svg",xhtml:Ue,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function V(m){var O=m+="",o=O.indexOf(":");return o>=0&&"xmlns"!==(O=m.slice(0,o))&&(m=m.slice(o+1)),ye.hasOwnProperty(O)?{space:ye[O],local:m}:m}function Ae(m){return function(){this.removeAttribute(m)}}function dt(m){return function(){this.removeAttributeNS(m.space,m.local)}}function Ie(m,O){return function(){this.setAttribute(m,O)}}function De(m,O){return function(){this.setAttributeNS(m.space,m.local,O)}}function le(m,O){return function(){var o=O.apply(this,arguments);null==o?this.removeAttribute(m):this.setAttribute(m,o)}}function Te(m,O){return function(){var o=O.apply(this,arguments);null==o?this.removeAttributeNS(m.space,m.local):this.setAttributeNS(m.space,m.local,o)}}function W(m){return m.ownerDocument&&m.ownerDocument.defaultView||m.document&&m||m.defaultView}function ee(m){return function(){this.style.removeProperty(m)}}function ue(m,O,o){return function(){this.style.setProperty(m,O,o)}}function _e(m,O,o){return function(){var x=O.apply(this,arguments);null==x?this.style.removeProperty(m):this.style.setProperty(m,x,o)}}function ut(m,O){return m.style.getPropertyValue(O)||W(m).getComputedStyle(m,null).getPropertyValue(O)}function ht(m){return function(){delete this[m]}}function It(m,O){return function(){this[m]=O}}function ui(m,O){return function(){var o=O.apply(this,arguments);null==o?delete this[m]:this[m]=o}}function Gt(m){return m.trim().split(/^|\s+/)}function hi(m){return m.classList||new xt(m)}function xt(m){this._node=m,this._names=Gt(m.getAttribute("class")||"")}function Nt(m,O){for(var o=hi(m),x=-1,z=O.length;++x=0&&(o=O.slice(x+1),O=O.slice(0,x)),{type:O,name:o}})}function ze(m){return function(){var O=this.__on;if(O){for(var J,o=0,x=-1,z=O.length;o=0&&(this._names.splice(O,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(m){return this._names.indexOf(m)>=0}};var zt=[null];function bi(m,O){this._groups=m,this._parents=O}function Ei(){return new bi([[document.documentElement]],zt)}bi.prototype=Ei.prototype={constructor:bi,select:function A(m){"function"!=typeof m&&(m=h(m));for(var O=this._groups,o=O.length,x=new Array(o),z=0;z=pn&&(pn=_n+1);!(On=Ii[pn])&&++pn=0;)(ke=x[z])&&(J&&4^ke.compareDocumentPosition(J)&&J.parentNode.insertBefore(ke,J),J=ke);return this},sort:function P(m){function O(xi,Mi){return xi&&Mi?m(xi.__data__,Mi.__data__):!xi-!Mi}m||(m=F);for(var o=this._groups,x=o.length,z=new Array(x),J=0;J1?this.each((null==O?ee:"function"==typeof O?_e:ue)(m,O,null==o?"":o)):ut(this.node(),m)},property:function Wt(m,O){return arguments.length>1?this.each((null==O?ht:"function"==typeof O?ui:It)(m,O)):this.node()[m]},classed:function jt(m,O){var o=Gt(m+"");if(arguments.length<2){for(var x=hi(this.node()),z=-1,J=o.length;++z{}};function Yt(){for(var x,m=0,O=arguments.length,o={};m=0&&(x=o.slice(z+1),o=o.slice(0,z)),o&&!O.hasOwnProperty(o))throw new Error("unknown type: "+o);return{type:o,name:x}})}function Ft(m,O){for(var z,o=0,x=m.length;o0)for(var z,J,o=new Array(z),x=0;x>8&15|O>>4&240,O>>4&15|240&O,(15&O)<<4|15&O,1):8===o?Or(O>>24&255,O>>16&255,O>>8&255,(255&O)/255):4===o?Or(O>>12&15|O>>8&240,O>>8&15|O>>4&240,O>>4&15|240&O,((15&O)<<4|15&O)/255):null):(O=Zr.exec(m))?new Kn(O[1],O[2],O[3],1):(O=ua.exec(m))?new Kn(255*O[1]/100,255*O[2]/100,255*O[3]/100,1):(O=_a.exec(m))?Or(O[1],O[2],O[3],O[4]):(O=va.exec(m))?Or(255*O[1]/100,255*O[2]/100,255*O[3]/100,O[4]):(O=Ga.exec(m))?ta(O[1],O[2]/100,O[3]/100,1):(O=Za.exec(m))?ta(O[1],O[2]/100,O[3]/100,O[4]):cr.hasOwnProperty(m)?Da(cr[m]):"transparent"===m?new Kn(NaN,NaN,NaN,0):null}function Da(m){return new Kn(m>>16&255,m>>8&255,255&m,1)}function Or(m,O,o,x){return x<=0&&(m=O=o=NaN),new Kn(m,O,o,x)}function $n(m){return m instanceof Cn||(m=sa(m)),m?new Kn((m=m.rgb()).r,m.g,m.b,m.opacity):new Kn}function Hr(m,O,o,x){return 1===arguments.length?$n(m):new Kn(m,O,o,null==x?1:x)}function Kn(m,O,o,x){this.r=+m,this.g=+O,this.b=+o,this.opacity=+x}function zn(){return"#"+Ia(this.r)+Ia(this.g)+Ia(this.b)}function Fr(){var m=this.opacity;return(1===(m=isNaN(m)?1:Math.max(0,Math.min(1,m)))?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(1===m?")":", "+m+")")}function Ia(m){return((m=Math.max(0,Math.min(255,Math.round(m)||0)))<16?"0":"")+m.toString(16)}function ta(m,O,o,x){return x<=0?m=O=o=NaN:o<=0||o>=1?m=O=NaN:O<=0&&(m=NaN),new qr(m,O,o,x)}function Vr(m){if(m instanceof qr)return new qr(m.h,m.s,m.l,m.opacity);if(m instanceof Cn||(m=sa(m)),!m)return new qr;if(m instanceof qr)return m;var O=(m=m.rgb()).r/255,o=m.g/255,x=m.b/255,z=Math.min(O,o,x),J=Math.max(O,o,x),ke=NaN,lt=J-z,Ut=(J+z)/2;return lt?(ke=O===J?(o-x)/lt+6*(o0&&Ut<1?0:ke,new qr(ke,lt,Ut,m.opacity)}function qr(m,O,o,x){this.h=+m,this.s=+O,this.l=+o,this.opacity=+x}function br(m,O,o){return 255*(m<60?O+(o-O)*m/60:m<180?o:m<240?O+(o-O)*(240-m)/60:O)}function zr(m,O,o,x,z){var J=m*m,ke=J*m;return((1-3*m+3*J-ke)*O+(4-6*J+3*ke)*o+(1+3*m+3*J-3*ke)*x+ke*z)/6}In(Cn,sa,{copy:function(m){return Object.assign(new this.constructor,this,m)},displayable:function(){return this.rgb().displayable()},hex:ea,formatHex:ea,formatHsl:function ha(){return Vr(this).formatHsl()},formatRgb:$a,toString:$a}),In(Kn,Hr,Xn(Cn,{brighter:function(m){return m=null==m?Wi:Math.pow(Wi,m),new Kn(this.r*m,this.g*m,this.b*m,this.opacity)},darker:function(m){return m=null==m?.7:Math.pow(.7,m),new Kn(this.r*m,this.g*m,this.b*m,this.opacity)},rgb:function(){return this},displayable:function(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:zn,formatHex:zn,formatRgb:Fr,toString:Fr})),In(qr,function Wr(m,O,o,x){return 1===arguments.length?Vr(m):new qr(m,O,o,null==x?1:x)},Xn(Cn,{brighter:function(m){return m=null==m?Wi:Math.pow(Wi,m),new qr(this.h,this.s,this.l*m,this.opacity)},darker:function(m){return m=null==m?.7:Math.pow(.7,m),new qr(this.h,this.s,this.l*m,this.opacity)},rgb:function(){var m=this.h%360+360*(this.h<0),O=isNaN(m)||isNaN(this.s)?0:this.s,o=this.l,x=o+(o<.5?o:1-o)*O,z=2*o-x;return new Kn(br(m>=240?m-240:m+120,z,x),br(m,z,x),br(m<120?m+240:m-120,z,x),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl:function(){var m=this.opacity;return(1===(m=isNaN(m)?1:Math.max(0,Math.min(1,m)))?"hsl(":"hsla(")+(this.h||0)+", "+100*(this.s||0)+"%, "+100*(this.l||0)+"%"+(1===m?")":", "+m+")")}}));const xa=m=>()=>m;function oa(m,O){var o=O-m;return o?function ar(m,O){return function(o){return m+o*O}}(m,o):xa(isNaN(m)?O:m)}const Yr=function m(O){var o=function er(m){return 1==(m=+m)?oa:function(O,o){return o-O?function Oa(m,O,o){return m=Math.pow(m,o),O=Math.pow(O,o)-m,o=1/o,function(x){return Math.pow(m+x*O,o)}}(O,o,m):xa(isNaN(O)?o:O)}}(O);function x(z,J){var ke=o((z=Hr(z)).r,(J=Hr(J)).r),lt=o(z.g,J.g),Ut=o(z.b,J.b),Bt=oa(z.opacity,J.opacity);return function(ci){return z.r=ke(ci),z.g=lt(ci),z.b=Ut(ci),z.opacity=Bt(ci),z+""}}return x.gamma=m,x}(1);function kr(m){return function(O){var ke,lt,o=O.length,x=new Array(o),z=new Array(o),J=new Array(o);for(ke=0;ke=1?(o=1,O-1):Math.floor(o*O),z=m[x],J=m[x+1];return zr((o-x/O)*O,x>0?m[x-1]:2*z-J,z,J,xo&&(J=O.slice(o,J),lt[ke]?lt[ke]+=J:lt[++ke]=J),(x=x[0])===(z=z[0])?lt[ke]?lt[ke]+=z:lt[++ke]=z:(lt[++ke]=null,Ut.push({i:ke,x:St(x,z)})),o=ai.lastIndex;return o=0&&m._call.call(null,O),m=m._next;--Di}()}finally{Di=0,function ka(){for(var m,o,O=Fe,x=1/0;O;)O._call?(x>O._time&&(x=O._time),m=O,O=O._next):(o=O._next,O._next=null,O=m?m._next=o:Fe=o);Lt=m,pa(x)}(),Ki=0}}function Qs(){var m=Br.now(),O=m-yi;O>1e3&&(Ln-=O,yi=m)}function pa(m){Di||(Yi&&(Yi=clearTimeout(Yi)),m-Ki>24?(m<1/0&&(Yi=setTimeout(gr,m-Br.now()-Ln)),$e&&($e=clearInterval($e))):($e||(yi=Br.now(),$e=setInterval(Qs,1e3)),Di=1,Ma(gr)))}function Ts(m,O,o){var x=new Fi;return x.restart(z=>{x.stop(),m(z+O)},O=null==O?0:+O,o),x}Fi.prototype=Gn.prototype={constructor:Fi,restart:function(m,O,o){if("function"!=typeof m)throw new TypeError("callback is not a function");o=(null==o?wa():+o)+(null==O?0:+O),!this._next&&Lt!==this&&(Lt?Lt._next=this:Fe=this,Lt=this),this._call=m,this._time=o,pa()},stop:function(){this._call&&(this._call=null,this._time=1/0,pa())}};var As=mi("start","end","cancel","interrupt"),qs=[];function fe(m,O,o,x,z,J){var ke=m.__transition;if(ke){if(o in ke)return}else m.__transition={};!function ni(m,O,o){var z,x=m.__transition;function ke(Bt){var ci,xi,Mi,Ai;if(1!==o.state)return Ut();for(ci in x)if((Ai=x[ci]).name===o.name){if(3===Ai.state)return Ts(ke);4===Ai.state?(Ai.state=6,Ai.timer.stop(),Ai.on.call("interrupt",m,m.__data__,Ai.index,Ai.group),delete x[ci]):+ci0)throw new Error("too late; already scheduled");return o}function wt(m,O){var o=Vt(m,O);if(o.state>3)throw new Error("too late; already running");return o}function Vt(m,O){var o=m.__transition;if(!o||!(o=o[O]))throw new Error("transition not found");return o}var Sn,Pi=180/Math.PI,tn={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1};function dn(m,O,o,x,z,J){var ke,lt,Ut;return(ke=Math.sqrt(m*m+O*O))&&(m/=ke,O/=ke),(Ut=m*o+O*x)&&(o-=m*Ut,x-=O*Ut),(lt=Math.sqrt(o*o+x*x))&&(o/=lt,x/=lt,Ut/=lt),m*x180?ci+=360:ci-Bt>180&&(Bt+=360),Mi.push({i:xi.push(z(xi)+"rotate(",null,x)-2,x:St(Bt,ci)})):ci&&xi.push(z(xi)+"rotate("+ci+x)}(Bt.rotate,ci.rotate,xi,Mi),function lt(Bt,ci,xi,Mi){Bt!==ci?Mi.push({i:xi.push(z(xi)+"skewX(",null,x)-2,x:St(Bt,ci)}):ci&&xi.push(z(xi)+"skewX("+ci+x)}(Bt.skewX,ci.skewX,xi,Mi),function Ut(Bt,ci,xi,Mi,Ai,nn){if(Bt!==xi||ci!==Mi){var vn=Ai.push(z(Ai)+"scale(",null,",",null,")");nn.push({i:vn-4,x:St(Bt,xi)},{i:vn-2,x:St(ci,Mi)})}else(1!==xi||1!==Mi)&&Ai.push(z(Ai)+"scale("+xi+","+Mi+")")}(Bt.scaleX,Bt.scaleY,ci.scaleX,ci.scaleY,xi,Mi),Bt=ci=null,function(Ai){for(var Ii,nn=-1,vn=Mi.length;++nn=0&&(O=O.slice(0,o)),!O||"start"===O})}(O)?Ye:wt;return function(){var ke=J(this,m),lt=ke.on;lt!==x&&(z=(x=lt).copy()).on(O,o),ke.on=z}}var Xs=Gi.prototype.constructor;function Me(m){return function(){this.style.removeProperty(m)}}function $t(m,O,o){return function(x){this.style.setProperty(m,O.call(this,x),o)}}function li(m,O,o){var x,z;function J(){var ke=O.apply(this,arguments);return ke!==z&&(x=(z=ke)&&$t(m,ke,o)),x}return J._value=O,J}function hr(m){return function(O){this.textContent=m.call(this,O)}}function dr(m){var O,o;function x(){var z=m.apply(this,arguments);return z!==o&&(O=(o=z)&&hr(z)),O}return x._value=m,x}var s1=0;function La(m,O,o,x){this._groups=m,this._parents=O,this._name=o,this._id=x}function N2(){return++s1}var $s=Gi.prototype;La.prototype=function oo(m){return Gi().transition(m)}.prototype={constructor:La,select:function Js(m){var O=this._name,o=this._id;"function"!=typeof m&&(m=h(m));for(var x=this._groups,z=x.length,J=new Array(z),ke=0;ke2&&x.state<5,x.state=6,x.timer.stop(),x.on.call(z?"interrupt":"cancel",m,m.__data__,x.index,x.group),delete o[ke]):J=!1;J&&delete m.__transition}}(this,m)})},Gi.prototype.transition=function Eo(m){var O,o;m instanceof La?(O=m._id,m=m._name):(O=N2(),(o=R1).time=wa(),m=null==m?null:m+"");for(var x=this._groups,z=x.length,J=0;JO?1:m>=O?0:NaN}function Bs(m){let O=m,o=m;function x(ke,lt,Ut,Bt){for(null==Ut&&(Ut=0),null==Bt&&(Bt=ke.length);Ut>>1;o(ke[ci],lt)<0?Ut=ci+1:Bt=ci}return Ut}return 1===m.length&&(O=(ke,lt)=>m(ke)-lt,o=function U1(m){return(O,o)=>Uo(m(O),o)}(m)),{left:x,center:function J(ke,lt,Ut,Bt){null==Ut&&(Ut=0),null==Bt&&(Bt=ke.length);const ci=x(ke,lt,Ut,Bt-1);return ci>Ut&&O(ke[ci-1],lt)>-O(ke[ci],lt)?ci-1:ci},right:function z(ke,lt,Ut,Bt){for(null==Ut&&(Ut=0),null==Bt&&(Bt=ke.length);Ut>>1;o(ke[ci],lt)>0?Bt=ci:Ut=ci+1}return Ut}}}["w","e"].map(ts),["n","s"].map(ts),["n","w","e","s","nw","ne","sw","se"].map(ts);var c1=Math.sqrt(50),G1=Math.sqrt(10),Z1=Math.sqrt(2);function z2(m,O,o){var x=(O-m)/Math.max(0,o),z=Math.floor(Math.log(x)/Math.LN10),J=x/Math.pow(10,z);return z>=0?(J>=c1?10:J>=G1?5:J>=Z1?2:1)*Math.pow(10,z):-Math.pow(10,-z)/(J>=c1?10:J>=G1?5:J>=Z1?2:1)}function Go(m,O,o){var x=Math.abs(O-m)/Math.max(0,o),z=Math.pow(10,Math.floor(Math.log(x)/Math.LN10)),J=x/z;return J>=c1?z*=10:J>=G1?z*=5:J>=Z1&&(z*=2),O0))return Ut;do{Ut.push(Bt=new Date(+J)),O(J,lt),m(J)}while(Bt=ke)for(;m(ke),!J(ke);)ke.setTime(ke-1)},function(ke,lt){if(ke>=ke)if(lt<0)for(;++lt<=0;)for(;O(ke,-1),!J(ke););else for(;--lt>=0;)for(;O(ke,1),!J(ke););})},o&&(z.count=function(J,ke){return W1.setTime(+J),Y1.setTime(+ke),m(W1),m(Y1),Math.floor(o(W1,Y1))},z.every=function(J){return J=Math.floor(J),isFinite(J)&&J>0?J>1?z.filter(x?function(ke){return x(ke)%J==0}:function(ke){return z.count(0,ke)%J==0}):z:null}),z}var Wo=ga(function(){},function(m,O){m.setTime(+m+O)},function(m,O){return O-m});Wo.every=function(m){return m=Math.floor(m),isFinite(m)&&m>0?m>1?ga(function(O){O.setTime(Math.floor(O/m)*m)},function(O,o){O.setTime(+O+o*m)},function(O,o){return(o-O)/m}):Wo:null};const s3=Wo;const Yo=ga(function(m){m.setTime(m-m.getMilliseconds())},function(m,O){m.setTime(+m+O*gs)},function(m,O){return(O-m)/gs},function(m){return m.getUTCSeconds()});const h1=ga(function(m){m.setTime(m-m.getMilliseconds()-m.getSeconds()*gs)},function(m,O){m.setTime(+m+O*Qr)},function(m,O){return(O-m)/Qr},function(m){return m.getMinutes()});const U2=ga(function(m){m.setTime(m-m.getMilliseconds()-m.getSeconds()*gs-m.getMinutes()*Qr)},function(m,O){m.setTime(+m+O*Ls)},function(m,O){return(O-m)/Ls},function(m){return m.getHours()});const po=ga(m=>m.setHours(0,0,0,0),(m,O)=>m.setDate(m.getDate()+O),(m,O)=>(O-m-(O.getTimezoneOffset()-m.getTimezoneOffset())*Qr)/Zo,m=>m.getDate()-1);function Us(m){return ga(function(O){O.setDate(O.getDate()-(O.getDay()+7-m)%7),O.setHours(0,0,0,0)},function(O,o){O.setDate(O.getDate()+7*o)},function(O,o){return(o-O-(o.getTimezoneOffset()-O.getTimezoneOffset())*Qr)/qa})}var Is=Us(0),f1=Us(1),Os=(Us(2),Us(3),Us(4));const Y2=(Us(5),Us(6),ga(function(m){m.setDate(1),m.setHours(0,0,0,0)},function(m,O){m.setMonth(m.getMonth()+O)},function(m,O){return O.getMonth()-m.getMonth()+12*(O.getFullYear()-m.getFullYear())},function(m){return m.getMonth()}));var m1=ga(function(m){m.setMonth(0,1),m.setHours(0,0,0,0)},function(m,O){m.setFullYear(m.getFullYear()+O)},function(m,O){return O.getFullYear()-m.getFullYear()},function(m){return m.getFullYear()});m1.every=function(m){return isFinite(m=Math.floor(m))&&m>0?ga(function(O){O.setFullYear(Math.floor(O.getFullYear()/m)*m),O.setMonth(0,1),O.setHours(0,0,0,0)},function(O,o){O.setFullYear(O.getFullYear()+o*m)}):null};const Ss=m1;const j2=ga(function(m){m.setUTCSeconds(0,0)},function(m,O){m.setTime(+m+O*Qr)},function(m,O){return(O-m)/Qr},function(m){return m.getUTCMinutes()});const g1=ga(function(m){m.setUTCMinutes(0,0,0)},function(m,O){m.setTime(+m+O*Ls)},function(m,O){return(O-m)/Ls},function(m){return m.getUTCHours()});const _1=ga(function(m){m.setUTCHours(0,0,0,0)},function(m,O){m.setUTCDate(m.getUTCDate()+O)},function(m,O){return(O-m)/Zo},function(m){return m.getUTCDate()-1});function is(m){return ga(function(O){O.setUTCDate(O.getUTCDate()-(O.getUTCDay()+7-m)%7),O.setUTCHours(0,0,0,0)},function(O,o){O.setUTCDate(O.getUTCDate()+7*o)},function(O,o){return(o-O)/qa})}var X1=is(0),Qo=is(1),He=(is(2),is(3),is(4));const rs=(is(5),is(6),ga(function(m){m.setUTCDate(1),m.setUTCHours(0,0,0,0)},function(m,O){m.setUTCMonth(m.getUTCMonth()+O)},function(m,O){return O.getUTCMonth()-m.getUTCMonth()+12*(O.getUTCFullYear()-m.getUTCFullYear())},function(m){return m.getUTCMonth()}));var ir=ga(function(m){m.setUTCMonth(0,1),m.setUTCHours(0,0,0,0)},function(m,O){m.setUTCFullYear(m.getUTCFullYear()+O)},function(m,O){return O.getUTCFullYear()-m.getUTCFullYear()},function(m){return m.getUTCFullYear()});ir.every=function(m){return isFinite(m=Math.floor(m))&&m>0?ga(function(O){O.setUTCFullYear(Math.floor(O.getUTCFullYear()/m)*m),O.setUTCMonth(0,1),O.setUTCHours(0,0,0,0)},function(O,o){O.setUTCFullYear(O.getUTCFullYear()+o*m)}):null};const Sa=ir;function rr(m,O,o,x,z,J){const ke=[[Yo,1,gs],[Yo,5,5e3],[Yo,15,15e3],[Yo,30,3e4],[J,1,Qr],[J,5,5*Qr],[J,15,15*Qr],[J,30,30*Qr],[z,1,Ls],[z,3,3*Ls],[z,6,6*Ls],[z,12,12*Ls],[x,1,Zo],[x,2,2*Zo],[o,1,qa],[O,1,d1],[O,3,3*d1],[m,1,ho]];function Ut(Bt,ci,xi){const Mi=Math.abs(ci-Bt)/xi,Ai=Bs(([,,Ii])=>Ii).right(ke,Mi);if(Ai===ke.length)return m.every(Go(Bt/ho,ci/ho,xi));if(0===Ai)return s3.every(Math.max(Go(Bt,ci,xi),1));const[nn,vn]=ke[Mi/ke[Ai-1][2][O.toLowerCase(),o]))}function c0(m,O,o){var x=Ea.exec(O.slice(o,o+1));return x?(m.w=+x[0],o+x[0].length):-1}function S6(m,O,o){var x=Ea.exec(O.slice(o,o+1));return x?(m.u=+x[0],o+x[0].length):-1}function E6(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.U=+x[0],o+x[0].length):-1}function d0(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.V=+x[0],o+x[0].length):-1}function n2(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.W=+x[0],o+x[0].length):-1}function p3(m,O,o){var x=Ea.exec(O.slice(o,o+4));return x?(m.y=+x[0],o+x[0].length):-1}function r2(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.y=+x[0]+(+x[0]>68?1900:2e3),o+x[0].length):-1}function T6(m,O,o){var x=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(O.slice(o,o+6));return x?(m.Z=x[1]?0:-(x[2]+(x[3]||"00")),o+x[0].length):-1}function ca(m,O,o){var x=Ea.exec(O.slice(o,o+1));return x?(m.q=3*x[0]-3,o+x[0].length):-1}function u0(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.m=x[0]-1,o+x[0].length):-1}function m3(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.d=+x[0],o+x[0].length):-1}function g3(m,O,o){var x=Ea.exec(O.slice(o,o+3));return x?(m.m=0,m.d=+x[0],o+x[0].length):-1}function X2(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.H=+x[0],o+x[0].length):-1}function A6(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.M=+x[0],o+x[0].length):-1}function h0(m,O,o){var x=Ea.exec(O.slice(o,o+2));return x?(m.S=+x[0],o+x[0].length):-1}function D6(m,O,o){var x=Ea.exec(O.slice(o,o+3));return x?(m.L=+x[0],o+x[0].length):-1}function f0(m,O,o){var x=Ea.exec(O.slice(o,o+6));return x?(m.L=Math.floor(x[0]/1e3),o+x[0].length):-1}function I6(m,O,o){var x=J2.exec(O.slice(o,o+1));return x?o+x[0].length:-1}function O6(m,O,o){var x=Ea.exec(O.slice(o));return x?(m.Q=+x[0],o+x[0].length):-1}function sh(m,O,o){var x=Ea.exec(O.slice(o));return x?(m.s=+x[0],o+x[0].length):-1}function Jo(m,O){return pr(m.getDate(),O,2)}function as(m,O){return pr(m.getHours(),O,2)}function a2(m,O){return pr(m.getHours()%12||12,O,2)}function p0(m,O){return pr(1+po.count(Ss(m),m),O,3)}function C3(m,O){return pr(m.getMilliseconds(),O,3)}function ns(m,O){return C3(m,O)+"000"}function s2(m,O){return pr(m.getMonth()+1,O,2)}function _3(m,O){return pr(m.getMinutes(),O,2)}function k6(m,O){return pr(m.getSeconds(),O,2)}function P6(m){var O=m.getDay();return 0===O?7:O}function m0(m,O){return pr(Is.count(Ss(m)-1,m),O,2)}function g0(m){var O=m.getDay();return O>=4||0===O?Os(m):Os.ceil(m)}function v3(m,O){return m=g0(m),pr(Os.count(Ss(m),m)+(4===Ss(m).getDay()),O,2)}function N6(m){return m.getDay()}function y3(m,O){return pr(f1.count(Ss(m)-1,m),O,2)}function C0(m,O){return pr(m.getFullYear()%100,O,2)}function R6(m,O){return pr((m=g0(m)).getFullYear()%100,O,2)}function x3(m,O){return pr(m.getFullYear()%1e4,O,4)}function H6(m,O){var o=m.getDay();return pr((m=o>=4||0===o?Os(m):Os.ceil(m)).getFullYear()%1e4,O,4)}function b3(m){var O=m.getTimezoneOffset();return(O>0?"-":(O*=-1,"+"))+pr(O/60|0,"0",2)+pr(O%60,"0",2)}function $2(m,O){return pr(m.getUTCDate(),O,2)}function F6(m,O){return pr(m.getUTCHours(),O,2)}function M3(m,O){return pr(m.getUTCHours()%12||12,O,2)}function el(m,O){return pr(1+_1.count(Sa(m),m),O,3)}function _0(m,O){return pr(m.getUTCMilliseconds(),O,3)}function v0(m,O){return _0(m,O)+"000"}function V6(m,O){return pr(m.getUTCMonth()+1,O,2)}function z6(m,O){return pr(m.getUTCMinutes(),O,2)}function B6(m,O){return pr(m.getUTCSeconds(),O,2)}function y0(m){var O=m.getUTCDay();return 0===O?7:O}function U6(m,O){return pr(X1.count(Sa(m)-1,m),O,2)}function x0(m){var O=m.getUTCDay();return O>=4||0===O?He(m):He.ceil(m)}function G6(m,O){return m=x0(m),pr(He.count(Sa(m),m)+(4===Sa(m).getUTCDay()),O,2)}function Z6(m){return m.getUTCDay()}function W6(m,O){return pr(Qo.count(Sa(m)-1,m),O,2)}function b0(m,O){return pr(m.getUTCFullYear()%100,O,2)}function M0(m,O){return pr((m=x0(m)).getUTCFullYear()%100,O,2)}function w0(m,O){return pr(m.getUTCFullYear()%1e4,O,4)}function y1(m,O){var o=m.getUTCDay();return pr((m=o>=4||0===o?He(m):He.ceil(m)).getUTCFullYear()%1e4,O,4)}function to(){return"+0000"}function Y6(){return"%"}function j6(m){return+m}function w3(m){return Math.floor(+m/1e3)}function x1(m){return null===m?NaN:+m}!function S0(m){(function ah(m){var O=m.dateTime,o=m.date,x=m.time,z=m.periods,J=m.days,ke=m.shortDays,lt=m.months,Ut=m.shortMonths,Bt=qo(z),ci=t2(z),xi=qo(J),Mi=t2(J),Ai=qo(ke),nn=t2(ke),vn=qo(lt),Ii=t2(lt),fn=qo(Ut),_n=t2(Ut),pn={a:function ln(un){return ke[un.getDay()]},A:function ls(un){return J[un.getDay()]},b:function wr(un){return Ut[un.getMonth()]},B:function Na(un){return lt[un.getMonth()]},c:null,d:Jo,e:Jo,f:ns,g:R6,G:H6,H:as,I:a2,j:p0,L:C3,m:s2,M:_3,p:function $r(un){return z[+(un.getHours()>=12)]},q:function Ca(un){return 1+~~(un.getMonth()/3)},Q:j6,s:w3,S:k6,u:P6,U:m0,V:v3,w:N6,W:y3,x:null,X:null,y:C0,Y:x3,Z:b3,"%":Y6},Un={a:function No(un){return ke[un.getUTCDay()]},A:function wo(un){return J[un.getUTCDay()]},b:function Rr(un){return Ut[un.getUTCMonth()]},B:function I2(un){return lt[un.getUTCMonth()]},c:null,d:$2,e:$2,f:v0,g:M0,G:y1,H:F6,I:M3,j:el,L:_0,m:V6,M:z6,p:function Xa(un){return z[+(un.getUTCHours()>=12)]},q:function Wl(un){return 1+~~(un.getUTCMonth()/3)},Q:j6,s:w3,S:B6,u:y0,U:U6,V:G6,w:Z6,W:W6,x:null,X:null,y:b0,Y:w0,Z:to,"%":Y6},On={a:function Pr(un,Yn,sr){var ji=Ai.exec(Yn.slice(sr));return ji?(un.w=nn.get(ji[0].toLowerCase()),sr+ji[0].length):-1},A:function kn(un,Yn,sr){var ji=xi.exec(Yn.slice(sr));return ji?(un.w=Mi.get(ji[0].toLowerCase()),sr+ji[0].length):-1},b:function Aa(un,Yn,sr){var ji=fn.exec(Yn.slice(sr));return ji?(un.m=_n.get(ji[0].toLowerCase()),sr+ji[0].length):-1},B:function mr(un,Yn,sr){var ji=vn.exec(Yn.slice(sr));return ji?(un.m=Ii.get(ji[0].toLowerCase()),sr+ji[0].length):-1},c:function Nr(un,Yn,sr){return Dr(un,O,Yn,sr)},d:m3,e:m3,f:f0,g:r2,G:p3,H:X2,I:X2,j:g3,L:D6,m:u0,M:A6,p:function Ua(un,Yn,sr){var ji=Bt.exec(Yn.slice(sr));return ji?(un.p=ci.get(ji[0].toLowerCase()),sr+ji[0].length):-1},q:ca,Q:O6,s:sh,S:h0,u:S6,U:E6,V:d0,w:c0,W:n2,x:function os(un,Yn,sr){return Dr(un,o,Yn,sr)},X:function ra(un,Yn,sr){return Dr(un,x,Yn,sr)},y:r2,Y:p3,Z:T6,"%":I6};function wn(un,Yn){return function(sr){var ds,Fn,da,ji=[],aa=-1,Lr=0,cs=un.length;for(sr instanceof Date||(sr=new Date(+sr));++aa53)return null;"w"in ji||(ji.w=1),"Z"in ji?(cs=(Lr=q2(e2(ji.y,0,1))).getUTCDay(),Lr=cs>4||0===cs?Qo.ceil(Lr):Qo(Lr),Lr=_1.offset(Lr,7*(ji.V-1)),ji.y=Lr.getUTCFullYear(),ji.m=Lr.getUTCMonth(),ji.d=Lr.getUTCDate()+(ji.w+6)%7):(cs=(Lr=$1(e2(ji.y,0,1))).getDay(),Lr=cs>4||0===cs?f1.ceil(Lr):f1(Lr),Lr=po.offset(Lr,7*(ji.V-1)),ji.y=Lr.getFullYear(),ji.m=Lr.getMonth(),ji.d=Lr.getDate()+(ji.w+6)%7)}else("W"in ji||"U"in ji)&&("w"in ji||(ji.w="u"in ji?ji.u%7:"W"in ji?1:0),cs="Z"in ji?q2(e2(ji.y,0,1)).getUTCDay():$1(e2(ji.y,0,1)).getDay(),ji.m=0,ji.d="W"in ji?(ji.w+6)%7+7*ji.W-(cs+5)%7:ji.w+7*ji.U-(cs+6)%7);return"Z"in ji?(ji.H+=ji.Z/100|0,ji.M+=ji.Z%100,q2(ji)):$1(ji)}}function Dr(un,Yn,sr,ji){for(var ds,Fn,aa=0,Lr=Yn.length,cs=sr.length;aa=cs)return-1;if(37===(ds=Yn.charCodeAt(aa++))){if(ds=Yn.charAt(aa++),!(Fn=On[ds in l0?Yn.charAt(aa++):ds])||(ji=Fn(un,sr,ji))<0)return-1}else if(ds!=sr.charCodeAt(ji++))return-1}return ji}return pn.x=wn(o,pn),pn.X=wn(x,pn),pn.c=wn(O,pn),Un.x=wn(o,Un),Un.X=wn(x,Un),Un.c=wn(O,Un),{format:function(un){var Yn=wn(un+="",pn);return Yn.toString=function(){return un},Yn},parse:function(un){var Yn=xr(un+="",!1);return Yn.toString=function(){return un},Yn},utcFormat:function(un){var Yn=wn(un+="",Un);return Yn.toString=function(){return un},Yn},utcParse:function(un){var Yn=xr(un+="",!0);return Yn.toString=function(){return un},Yn}}})(m)}({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});const E3=Bs(Uo).right,q6=(Bs(x1),E3);function b1(m,O){return m=+m,O=+O,function(o){return Math.round(m*(1-o)+O*o)}}function T0(m){return+m}var A0=[0,1];function Ao(m){return m}function nl(m,O){return(O-=m=+m)?function(o){return(o-m)/O}:function il(m){return function(){return m}}(isNaN(O)?NaN:.5)}function X6(m,O,o){var x=m[0],z=m[1],J=O[0],ke=O[1];return zO&&(o=m,m=O,O=o),function(x){return Math.max(m,Math.min(O,x))}}(m[0],m[Mi-1])),lt=Mi>2?$6:X6,Ut=Bt=null,xi}function xi(Mi){return null==Mi||isNaN(Mi=+Mi)?J:(Ut||(Ut=lt(m.map(x),O,o)))(x(ke(Mi)))}return xi.invert=function(Mi){return ke(z((Bt||(Bt=lt(O,m.map(x),St)))(Mi)))},xi.domain=function(Mi){return arguments.length?(m=Array.from(Mi,T0),ci()):m.slice()},xi.range=function(Mi){return arguments.length?(O=Array.from(Mi),ci()):O.slice()},xi.rangeRound=function(Mi){return O=Array.from(Mi),o=b1,ci()},xi.clamp=function(Mi){return arguments.length?(ke=!!Mi||Ao,ci()):ke!==Ao},xi.interpolate=function(Mi){return arguments.length?(o=Mi,ci()):o},xi.unknown=function(Mi){return arguments.length?(J=Mi,xi):J},function(Mi,Ai){return x=Mi,z=Ai,ci()}}()(Ao,Ao)}function Xo(m,O){switch(arguments.length){case 0:break;case 1:this.range(m);break;default:this.range(O).domain(m)}return this}var al,$o=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function l2(m){if(!(O=$o.exec(m)))throw new Error("invalid format: "+m);var O;return new rl({fill:O[1],align:O[2],sign:O[3],symbol:O[4],zero:O[5],width:O[6],comma:O[7],precision:O[8]&&O[8].slice(1),trim:O[9],type:O[10]})}function rl(m){this.fill=void 0===m.fill?" ":m.fill+"",this.align=void 0===m.align?">":m.align+"",this.sign=void 0===m.sign?"-":m.sign+"",this.symbol=void 0===m.symbol?"":m.symbol+"",this.zero=!!m.zero,this.width=void 0===m.width?void 0:+m.width,this.comma=!!m.comma,this.precision=void 0===m.precision?void 0:+m.precision,this.trim=!!m.trim,this.type=void 0===m.type?"":m.type+""}function e1(m,O){if((o=(m=O?m.toExponential(O-1):m.toExponential()).indexOf("e"))<0)return null;var o,x=m.slice(0,o);return[x.length>1?x[0]+x.slice(2):x,+m.slice(o+1)]}function M1(m){return(m=e1(Math.abs(m)))?m[1]:NaN}function c2(m,O){var o=e1(m,O);if(!o)return m+"";var x=o[0],z=o[1];return z<0?"0."+new Array(-z).join("0")+x:x.length>z+1?x.slice(0,z+1)+"."+x.slice(z+1):x+new Array(z-x.length+2).join("0")}l2.prototype=rl.prototype,rl.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};const ol={"%":(m,O)=>(100*m).toFixed(O),b:m=>Math.round(m).toString(2),c:m=>m+"",d:function i5(m){return Math.abs(m=Math.round(m))>=1e21?m.toLocaleString("en").replace(/,/g,""):m.toString(10)},e:(m,O)=>m.toExponential(O),f:(m,O)=>m.toFixed(O),g:(m,O)=>m.toPrecision(O),o:m=>Math.round(m).toString(8),p:(m,O)=>c2(100*m,O),r:c2,s:function sl(m,O){var o=e1(m,O);if(!o)return m+"";var x=o[0],z=o[1],J=z-(al=3*Math.max(-8,Math.min(8,Math.floor(z/3))))+1,ke=x.length;return J===ke?x:J>ke?x+new Array(J-ke+1).join("0"):J>0?x.slice(0,J)+"."+x.slice(J):"0."+new Array(1-J).join("0")+e1(m,Math.max(0,O+J-1))[0]},X:m=>Math.round(m).toString(16).toUpperCase(),x:m=>Math.round(m).toString(16)};function ll(m){return m}var u2,dl,R0,k3=Array.prototype.map,cl=["y","z","a","f","p","n","\xb5","m","","k","M","G","T","P","E","Z","Y"];function oh(m){var O=m.domain;return m.ticks=function(o){var x=O();return function a3(m,O,o){var x,J,ke,lt,z=-1;if(o=+o,(m=+m)==(O=+O)&&o>0)return[m];if((x=O0){let Ut=Math.round(m/lt),Bt=Math.round(O/lt);for(Ut*ltO&&--Bt,ke=new Array(J=Bt-Ut+1);++zO&&--Bt,ke=new Array(J=Bt-Ut+1);++z0;){if((Bt=z2(ke,lt,o))===Ut)return x[z]=ke,x[J]=lt,O(x);if(Bt>0)ke=Math.floor(ke/Bt)*Bt,lt=Math.ceil(lt/Bt)*Bt;else{if(!(Bt<0))break;ke=Math.ceil(ke*Bt)/Bt,lt=Math.floor(lt*Bt)/Bt}Ut=Bt}return m},m}function Do(){var m=A3();return m.copy=function(){return T3(m,Do())},Xo.apply(m,arguments),oh(m)}function F0(m,O,o){m=+m,O=+O,o=(z=arguments.length)<2?(O=m,m=0,1):z<3?1:+o;for(var x=-1,z=0|Math.max(0,Math.ceil((O-m)/o)),J=new Array(z);++x0&<>0&&(Ut+lt+1>x&&(lt=Math.max(1,x-Ut)),J.push(o.substring(z-=lt,z+lt)),!((Ut+=lt+1)>x));)lt=m[ke=(ke+1)%m.length];return J.reverse().join(O)}}(k3.call(m.grouping,Number),m.thousands+""),o=void 0===m.currency?"":m.currency[0]+"",x=void 0===m.currency?"":m.currency[1]+"",z=void 0===m.decimal?".":m.decimal+"",J=void 0===m.numerals?ll:function N0(m){return function(O){return O.replace(/[0-9]/g,function(o){return m[+o]})}}(k3.call(m.numerals,String)),ke=void 0===m.percent?"%":m.percent+"",lt=void 0===m.minus?"\u2212":m.minus+"",Ut=void 0===m.nan?"NaN":m.nan+"";function Bt(xi){var Mi=(xi=l2(xi)).fill,Ai=xi.align,nn=xi.sign,vn=xi.symbol,Ii=xi.zero,fn=xi.width,_n=xi.comma,pn=xi.precision,Un=xi.trim,On=xi.type;"n"===On?(_n=!0,On="g"):ol[On]||(void 0===pn&&(pn=12),Un=!0,On="g"),(Ii||"0"===Mi&&"="===Ai)&&(Ii=!0,Mi="0",Ai="=");var wn="$"===vn?o:"#"===vn&&/[boxX]/.test(On)?"0"+On.toLowerCase():"",xr="$"===vn?x:/[%p]/.test(On)?ke:"",Dr=ol[On],Ua=/[defgprs%]/.test(On);function Pr(kn){var Nr,os,ra,Aa=wn,mr=xr;if("c"===On)mr=Dr(kn)+mr,kn="";else{var ln=(kn=+kn)<0||1/kn<0;if(kn=isNaN(kn)?Ut:Dr(Math.abs(kn),pn),Un&&(kn=function O3(m){e:for(var z,O=m.length,o=1,x=-1;o0&&(x=0)}return x>0?m.slice(0,x)+m.slice(z+1):m}(kn)),ln&&0==+kn&&"+"!==nn&&(ln=!1),Aa=(ln?"("===nn?nn:lt:"-"===nn||"("===nn?"":nn)+Aa,mr=("s"===On?cl[8+al/3]:"")+mr+(ln&&"("===nn?")":""),Ua)for(Nr=-1,os=kn.length;++Nr(ra=kn.charCodeAt(Nr))||ra>57){mr=(46===ra?z+kn.slice(Nr+1):kn.slice(Nr))+mr,kn=kn.slice(0,Nr);break}}_n&&!Ii&&(kn=O(kn,1/0));var ls=Aa.length+kn.length+mr.length,wr=ls>1)+Aa+kn+mr+wr.slice(ls);break;default:kn=wr+Aa+kn+mr}return J(kn)}return pn=void 0===pn?6:/[gprs]/.test(On)?Math.max(1,Math.min(21,pn)):Math.max(0,Math.min(20,pn)),Pr.toString=function(){return xi+""},Pr}return{format:Bt,formatPrefix:function ci(xi,Mi){var Ai=Bt(((xi=l2(xi)).type="f",xi)),nn=3*Math.max(-8,Math.min(8,Math.floor(M1(Mi)/3))),vn=Math.pow(10,-nn),Ii=cl[8+nn/3];return function(fn){return Ai(vn*fn)+Ii}}}}(m),dl=u2.format,R0=u2.formatPrefix}({thousands:",",grouping:[3],currency:["$",""]});const R3=Symbol("implicit");function H3(){var m=new Map,O=[],o=[],x=R3;function z(J){var ke=J+"",lt=m.get(ke);if(!lt){if(x!==R3)return x;m.set(ke,lt=O.push(J))}return o[(lt-1)%o.length]}return z.domain=function(J){if(!arguments.length)return O.slice();O=[],m=new Map;for(const ke of J){const lt=ke+"";m.has(lt)||m.set(lt,O.push(ke))}return z},z.range=function(J){return arguments.length?(o=Array.from(J),z):o.slice()},z.unknown=function(J){return arguments.length?(x=J,z):x},z.copy=function(){return H3(O,o).unknown(x)},Xo.apply(z,arguments),z}function w1(){var J,ke,m=H3().unknown(void 0),O=m.domain,o=m.range,x=0,z=1,lt=!1,Ut=0,Bt=0,ci=.5;function xi(){var Mi=O().length,Ai=z=1)return+o(m[x-1],x-1,m);var x,z=(x-1)*O,J=Math.floor(z),ke=+o(m[J],J,m);return ke+(+o(m[J+1],J+1,m)-ke)*(z-J)}}function V0(){var x,m=[],O=[],o=[];function z(){var ke=0,lt=Math.max(1,O.length);for(o=new Array(lt-1);++ke0?o[lt-1]:m[0],lt{return(m=Jn||(Jn={})).Top="top",m.Bottom="bottom",m.Left="left",m.Right="right",m.Center="center",Jn;var m})();function h4(m,O,o){return o===Jn.Top?m.top-7:o===Jn.Bottom?m.top+m.height-O.height+7:o===Jn.Center?m.top+m.height/2-O.height/2:void 0}function f4(m,O,o){return o===Jn.Left?m.left-7:o===Jn.Right?m.left+m.width-O.width+7:o===Jn.Center?m.left+m.width/2-O.width/2:void 0}class ys{static calculateVerticalAlignment(O,o,x){let z=h4(O,o,x);return z+o.height>window.innerHeight&&(z=window.innerHeight-o.height),z}static calculateVerticalCaret(O,o,x,z){let J;z===Jn.Top&&(J=O.height/2-x.height/2+7),z===Jn.Bottom&&(J=o.height-O.height/2-x.height/2-7),z===Jn.Center&&(J=o.height/2-x.height/2);const ke=h4(O,o,z);return ke+o.height>window.innerHeight&&(J+=ke+o.height-window.innerHeight),J}static calculateHorizontalAlignment(O,o,x){let z=f4(O,o,x);return z+o.width>window.innerWidth&&(z=window.innerWidth-o.width),z}static calculateHorizontalCaret(O,o,x,z){let J;z===Jn.Left&&(J=O.width/2-x.width/2+7),z===Jn.Right&&(J=o.width-O.width/2-x.width/2-7),z===Jn.Center&&(J=o.width/2-x.width/2);const ke=f4(O,o,z);return ke+o.width>window.innerWidth&&(J+=ke+o.width-window.innerWidth),J}static shouldFlip(O,o,x,z){let J=!1;return x===Jn.Right&&O.left+O.width+o.width+z>window.innerWidth&&(J=!0),x===Jn.Left&&O.left-o.width-z<0&&(J=!0),x===Jn.Top&&O.top-o.height-z<0&&(J=!0),x===Jn.Bottom&&O.top+O.height+o.height+z>window.innerHeight&&(J=!0),J}static positionCaret(O,o,x,z,J){let ke=0,lt=0;return O===Jn.Right?(lt=-7,ke=ys.calculateVerticalCaret(x,o,z,J)):O===Jn.Left?(lt=o.width,ke=ys.calculateVerticalCaret(x,o,z,J)):O===Jn.Top?(ke=o.height,lt=ys.calculateHorizontalCaret(x,o,z,J)):O===Jn.Bottom&&(ke=-7,lt=ys.calculateHorizontalCaret(x,o,z,J)),{top:ke,left:lt}}static positionContent(O,o,x,z,J){let ke=0,lt=0;return O===Jn.Right?(lt=x.left+x.width+z,ke=ys.calculateVerticalAlignment(x,o,J)):O===Jn.Left?(lt=x.left-o.width-z,ke=ys.calculateVerticalAlignment(x,o,J)):O===Jn.Top?(ke=x.top-o.height-z,lt=ys.calculateHorizontalAlignment(x,o,J)):O===Jn.Bottom&&(ke=x.top+x.height+z,lt=ys.calculateHorizontalAlignment(x,o,J)),{top:ke,left:lt}}static determinePlacement(O,o,x,z){if(ys.shouldFlip(x,o,O,z)){if(O===Jn.Right)return Jn.Left;if(O===Jn.Left)return Jn.Right;if(O===Jn.Top)return Jn.Bottom;if(O===Jn.Bottom)return Jn.Top}return O}}let Ic=(()=>{class m{constructor(o,x,z){this.element=o,this.renderer=x,this.platformId=z}get cssClasses(){let o="ngx-charts-tooltip-content";return o+=` position-${this.placement}`,o+=` type-${this.type}`,o+=` ${this.cssClass}`,o}ngAfterViewInit(){setTimeout(this.position.bind(this))}position(){if(!(0,e.NF)(this.platformId))return;const o=this.element.nativeElement,x=this.host.nativeElement.getBoundingClientRect();if(!x.height&&!x.width)return;const z=o.getBoundingClientRect();this.checkFlip(x,z),this.positionContent(o,x,z),this.showCaret&&this.positionCaret(x,z),setTimeout(()=>this.renderer.addClass(o,"animate"),1)}positionContent(o,x,z){const{top:J,left:ke}=ys.positionContent(this.placement,z,x,this.spacing,this.alignment);this.renderer.setStyle(o,"top",`${J}px`),this.renderer.setStyle(o,"left",`${ke}px`)}positionCaret(o,x){const z=this.caretElm.nativeElement,J=z.getBoundingClientRect(),{top:ke,left:lt}=ys.positionCaret(this.placement,x,o,J,this.alignment);this.renderer.setStyle(z,"top",`${ke}px`),this.renderer.setStyle(z,"left",`${lt}px`)}checkFlip(o,x){this.placement=ys.determinePlacement(this.placement,x,o,this.spacing)}onWindowResize(){this.position()}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq),t.Y36(t.Qsj),t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-tooltip-content"]],viewQuery:function(o,x){if(1&o&&t.Gf(o5,5),2&o){let z;t.iGM(z=t.CRH())&&(x.caretElm=z.first)}},hostVars:2,hostBindings:function(o,x){1&o&&t.NdJ("resize",function(){return x.onWindowResize()},!1,t.Jf7),2&o&&t.Tol(x.cssClasses)},inputs:{host:"host",showCaret:"showCaret",type:"type",placement:"placement",alignment:"alignment",spacing:"spacing",cssClass:"cssClass",title:"title",template:"template",context:"context"},decls:6,vars:6,consts:[[3,"hidden"],["caretElm",""],[1,"tooltip-content"],[4,"ngIf"],[3,"innerHTML",4,"ngIf"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"innerHTML"]],template:function(o,x){1&o&&(t.TgZ(0,"div"),t._UZ(1,"span",0,1),t.TgZ(3,"div",2),t.YNc(4,c5,2,4,"span",3),t.YNc(5,z0,1,1,"span",4),t.qZA()()),2&o&&(t.xp6(1),t.Gre("tooltip-caret position-",x.placement,""),t.Q6J("hidden",!x.showCaret),t.xp6(3),t.Q6J("ngIf",!x.title),t.xp6(1),t.Q6J("ngIf",x.title))},directives:[e.O5,e.tP],styles:[".ngx-charts-tooltip-content{position:fixed;border-radius:3px;z-index:5000;display:block;font-weight:400;opacity:0;pointer-events:none!important}.ngx-charts-tooltip-content.type-popover{background:#fff;color:#060709;border:1px solid #72809b;box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f;font-size:13px;padding:4px}.ngx-charts-tooltip-content.type-popover .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid #fff}.ngx-charts-tooltip-content.type-popover .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #fff}.ngx-charts-tooltip-content.type-tooltip{color:#fff;background:rgba(0,0,0,.75);font-size:12px;padding:0 10px;text-align:center;pointer-events:auto}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-left{border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-top{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-right{border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content.type-tooltip .tooltip-caret.position-bottom{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.75)}.ngx-charts-tooltip-content .tooltip-label{display:block;line-height:1em;padding:8px 5px 5px;font-size:1em}.ngx-charts-tooltip-content .tooltip-val{display:block;font-size:1.3em;line-height:1em;padding:0 5px 8px}.ngx-charts-tooltip-content .tooltip-caret{position:absolute;z-index:5001;width:0;height:0}.ngx-charts-tooltip-content.position-right{transform:translate(10px)}.ngx-charts-tooltip-content.position-left{transform:translate(-10px)}.ngx-charts-tooltip-content.position-top{transform:translateY(-10px)}.ngx-charts-tooltip-content.position-bottom{transform:translateY(10px)}.ngx-charts-tooltip-content.animate{opacity:1;transition:opacity .3s,transform .3s;transform:translate(0);pointer-events:auto}.area-tooltip-container{padding:5px 0;pointer-events:none}.tooltip-item{text-align:left;line-height:1.2em;padding:5px 0}.tooltip-item .tooltip-item-color{display:inline-block;height:12px;width:12px;margin-right:5px;color:#5b646b;border-radius:3px}\n"],encapsulation:2}),(0,f.gn)([Dc(100)],m.prototype,"onWindowResize",null),m})(),m4=(()=>{class m{constructor(o,x,z){this.applicationRef=o,this.componentFactoryResolver=x,this.injector=z}static setGlobalRootViewContainer(o){m.globalRootViewContainer=o}getRootViewContainer(){if(this._container)return this._container;if(m.globalRootViewContainer)return m.globalRootViewContainer;if(this.applicationRef.components.length)return this.applicationRef.components[0];throw new Error("View Container not found! ngUpgrade needs to manually set this via setRootViewContainer or setGlobalRootViewContainer.")}setRootViewContainer(o){this._container=o}getComponentRootNode(o){return function p4(m){return m.element}(o)?o.element.nativeElement:o.hostView&&o.hostView.rootNodes.length>0?o.hostView.rootNodes[0]:o.location.nativeElement}getRootViewContainerNode(o){return this.getComponentRootNode(o)}projectComponentBindings(o,x){if(x){if(void 0!==x.inputs){const z=Object.getOwnPropertyNames(x.inputs);for(const J of z)o.instance[J]=x.inputs[J]}if(void 0!==x.outputs){const z=Object.getOwnPropertyNames(x.outputs);for(const J of z)o.instance[J]=x.outputs[J]}}return o}appendComponent(o,x={},z){z||(z=this.getRootViewContainer());const J=this.getComponentRootNode(z),ke=new M.u0(J,this.componentFactoryResolver,this.applicationRef,this.injector),lt=new M.C5(o),Ut=ke.attach(lt);return this.projectComponentBindings(Ut,x),Ut}}return m.globalRootViewContainer=null,m.\u0275fac=function(o){return new(o||m)(t.LFG(t.z2F),t.LFG(t._Vd),t.LFG(t.zs3))},m.\u0275prov=t.Yz7({token:m,factory:m.\u0275fac}),m})(),g4=(()=>{class m extends class vd{constructor(O){this.injectionService=O,this.defaults={},this.components=new Map}getByType(O=this.type){return this.components.get(O)}create(O){return this.createByType(this.type,O)}createByType(O,o){o=this.assignDefaults(o);const x=this.injectComponent(O,o);return this.register(O,x),x}destroy(O){const o=this.components.get(O.componentType);if(o&&o.length){const x=o.indexOf(O);x>-1&&(o[x].destroy(),o.splice(x,1))}}destroyAll(){this.destroyByType(this.type)}destroyByType(O){const o=this.components.get(O);if(o&&o.length){let x=o.length-1;for(;x>=0;)this.destroy(o[x--])}}injectComponent(O,o){return this.injectionService.appendComponent(O,o)}assignDefaults(O){const o=Object.assign({},this.defaults.inputs),x=Object.assign({},this.defaults.outputs);return!O.inputs&&!O.outputs&&(O={inputs:O}),o&&(O.inputs=Object.assign(Object.assign({},o),O.inputs)),x&&(O.outputs=Object.assign(Object.assign({},x),O.outputs)),O}register(O,o){this.components.has(O)||this.components.set(O,[]),this.components.get(O).push(o)}}{constructor(o){super(o),this.type=Ic}}return m.\u0275fac=function(o){return new(o||m)(t.LFG(m4))},m.\u0275prov=t.Yz7({token:m,factory:m.\u0275fac}),m})();var Ws=(()=>{return(m=Ws||(Ws={})).Right="right",m.Below="below",Ws;var m})(),n1=(()=>{return(m=n1||(n1={})).ScaleLegend="scaleLegend",m.Legend="legend",n1;var m})(),Tn=(()=>{return(m=Tn||(Tn={})).Time="time",m.Linear="linear",m.Ordinal="ordinal",m.Quantile="quantile",Tn;var m})();let Ol=(()=>{class m{constructor(){this.horizontal=!1}ngOnChanges(o){const x=this.gradientString(this.colors.range(),this.colors.domain());this.gradient=`linear-gradient(to ${this.horizontal?"right":"bottom"}, ${x})`}gradientString(o,x){x.push(1);const z=[];return o.reverse().forEach((J,ke)=>{z.push(`${J} ${Math.round(100*x[ke])}%`)}),z.join(", ")}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-scale-legend"]],inputs:{valueRange:"valueRange",colors:"colors",height:"height",width:"width",horizontal:"horizontal"},features:[t.TTD],decls:8,vars:10,consts:[[1,"scale-legend"],[1,"scale-legend-label"],[1,"scale-legend-wrap"]],template:function(o,x){1&o&&(t.TgZ(0,"div",0)(1,"div",1)(2,"span"),t._uU(3),t.qZA()(),t._UZ(4,"div",2),t.TgZ(5,"div",1)(6,"span"),t._uU(7),t.qZA()()()),2&o&&(t.Udp("height",x.horizontal?void 0:x.height,"px")("width",x.width,"px"),t.ekj("horizontal-legend",x.horizontal),t.xp6(3),t.Oqu(x.valueRange[1].toLocaleString()),t.xp6(1),t.Udp("background",x.gradient),t.xp6(3),t.Oqu(x.valueRange[0].toLocaleString()))},styles:[".chart-legend{display:inline-block;padding:0;width:auto!important}.chart-legend .scale-legend{text-align:center;display:flex;flex-direction:column}.chart-legend .scale-legend-wrap{display:inline-block;flex:1;width:30px;border-radius:5px;margin:0 auto}.chart-legend .scale-legend-label{font-size:12px}.chart-legend .horizontal-legend.scale-legend{flex-direction:row}.chart-legend .horizontal-legend .scale-legend-wrap{width:auto;height:30px;margin:0 16px}\n"],encapsulation:2,changeDetection:0}),m})();function b2(m){return m instanceof Date?m.toLocaleDateString():m.toLocaleString()}let kl=(()=>{class m{constructor(){this.isActive=!1,this.select=new t.vpe,this.activate=new t.vpe,this.deactivate=new t.vpe,this.toggle=new t.vpe}get trimmedLabel(){return this.formattedLabel||"(empty)"}onMouseEnter(){this.activate.emit({name:this.label})}onMouseLeave(){this.deactivate.emit({name:this.label})}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-legend-entry"]],hostBindings:function(o,x){1&o&&t.NdJ("mouseenter",function(){return x.onMouseEnter()})("mouseleave",function(){return x.onMouseLeave()})},inputs:{color:"color",label:"label",formattedLabel:"formattedLabel",isActive:"isActive"},outputs:{select:"select",activate:"activate",deactivate:"deactivate",toggle:"toggle"},decls:4,vars:6,consts:[["tabindex","-1",3,"title","click"],[1,"legend-label-color",3,"click"],[1,"legend-label-text"]],template:function(o,x){1&o&&(t.TgZ(0,"span",0),t.NdJ("click",function(){return x.select.emit(x.formattedLabel)}),t.TgZ(1,"span",1),t.NdJ("click",function(){return x.toggle.emit(x.formattedLabel)}),t.qZA(),t.TgZ(2,"span",2),t._uU(3),t.qZA()()),2&o&&(t.ekj("active",x.isActive),t.Q6J("title",x.formattedLabel),t.xp6(1),t.Udp("background-color",x.color),t.xp6(2),t.hij(" ",x.trimmedLabel," "))},encapsulation:2,changeDetection:0}),m})(),Pl=(()=>{class m{constructor(o){this.cd=o,this.horizontal=!1,this.labelClick=new t.vpe,this.labelActivate=new t.vpe,this.labelDeactivate=new t.vpe,this.legendEntries=[]}ngOnChanges(o){this.update()}update(){this.cd.markForCheck(),this.legendEntries=this.getLegendEntries()}getLegendEntries(){const o=[];for(const x of this.data){const z=b2(x);-1===o.findIndex(ke=>ke.label===z)&&o.push({label:x,formattedLabel:z,color:this.colors.getColor(x)})}return o}isActive(o){return!!this.activeEntries&&void 0!==this.activeEntries.find(z=>o.label===z.name)}activate(o){this.labelActivate.emit(o)}deactivate(o){this.labelDeactivate.emit(o)}trackBy(o,x){return x.label}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.sBO))},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-legend"]],inputs:{data:"data",title:"title",colors:"colors",height:"height",width:"width",activeEntries:"activeEntries",horizontal:"horizontal"},outputs:{labelClick:"labelClick",labelActivate:"labelActivate",labelDeactivate:"labelDeactivate"},features:[t.TTD],decls:5,vars:9,consts:[["class","legend-title",4,"ngIf"],[1,"legend-wrap"],[1,"legend-labels"],["class","legend-label",4,"ngFor","ngForOf","ngForTrackBy"],[1,"legend-title"],[1,"legend-title-text"],[1,"legend-label"],[3,"label","formattedLabel","color","isActive","select","activate","deactivate"]],template:function(o,x){1&o&&(t.TgZ(0,"div"),t.YNc(1,Wn,3,1,"header",0),t.TgZ(2,"div",1)(3,"ul",2),t.YNc(4,B0,2,4,"li",3),t.qZA()()()),2&o&&(t.Udp("width",x.width,"px"),t.xp6(1),t.Q6J("ngIf",(null==x.title?null:x.title.length)>0),t.xp6(2),t.Udp("max-height",x.height-45,"px"),t.ekj("horizontal-legend",x.horizontal),t.xp6(1),t.Q6J("ngForOf",x.legendEntries)("ngForTrackBy",x.trackBy))},directives:[kl,e.O5,e.sg],styles:[".chart-legend{display:inline-block;padding:0;width:auto!important}.chart-legend .legend-title{white-space:nowrap;overflow:hidden;margin-left:10px;margin-bottom:5px;font-size:14px;font-weight:700}.chart-legend ul,.chart-legend li{padding:0;margin:0;list-style:none}.chart-legend .horizontal-legend li{display:inline-block}.chart-legend .legend-wrap{width:calc(100% - 10px)}.chart-legend .legend-labels{line-height:85%;list-style:none;text-align:left;float:left;width:100%;border-radius:3px;overflow-y:auto;overflow-x:hidden;white-space:nowrap;background:rgba(0,0,0,.05)}.chart-legend .legend-label{cursor:pointer;font-size:90%;margin:8px;color:#afb7c8}.chart-legend .legend-label:hover{color:#000;transition:.2s}.chart-legend .legend-label .active .legend-label-text{color:#000}.chart-legend .legend-label-color{display:inline-block;height:15px;width:15px;margin-right:5px;color:#5b646b;border-radius:3px}.chart-legend .legend-label-text{display:inline-block;vertical-align:top;line-height:15px;font-size:12px;width:calc(100% - 20px);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chart-legend .legend-title-text{vertical-align:bottom;display:inline-block;line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n"],encapsulation:2,changeDetection:0}),m})(),C4=(()=>{class m{constructor(){this.showLegend=!1,this.animations=!0,this.legendLabelClick=new t.vpe,this.legendLabelActivate=new t.vpe,this.legendLabelDeactivate=new t.vpe,this.LegendPosition=Ws,this.LegendType=n1}ngOnChanges(o){this.update()}update(){let o=0;this.showLegend&&(this.legendType=this.getLegendType(),(!this.legendOptions||this.legendOptions.position===Ws.Right)&&(o=this.legendType===n1.ScaleLegend?1:2)),this.chartWidth=Math.floor(this.view[0]*(12-o)/12),this.legendWidth=this.legendOptions&&this.legendOptions.position!==Ws.Right?this.chartWidth:Math.floor(this.view[0]*o/12)}getLegendType(){return this.legendOptions.scaleType===Tn.Linear?n1.ScaleLegend:n1.Legend}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-chart"]],inputs:{view:"view",showLegend:"showLegend",legendOptions:"legendOptions",legendType:"legendType",activeEntries:"activeEntries",animations:"animations"},outputs:{legendLabelClick:"legendLabelClick",legendLabelActivate:"legendLabelActivate",legendLabelDeactivate:"legendLabelDeactivate"},features:[t._Bn([g4]),t.TTD],ngContentSelectors:h2,decls:5,vars:6,consts:[[1,"ngx-charts-outer"],[1,"ngx-charts"],["class","chart-legend",3,"horizontal","valueRange","colors","height","width",4,"ngIf"],["class","chart-legend",3,"horizontal","data","title","colors","height","width","activeEntries","labelClick","labelActivate","labelDeactivate",4,"ngIf"],[1,"chart-legend",3,"horizontal","valueRange","colors","height","width"],[1,"chart-legend",3,"horizontal","data","title","colors","height","width","activeEntries","labelClick","labelActivate","labelDeactivate"]],template:function(o,x){1&o&&(t.F$t(),t.TgZ(0,"div",0),t.O4$(),t.TgZ(1,"svg",1),t.Hsn(2),t.qZA(),t.YNc(3,U0,1,5,"ngx-charts-scale-legend",2),t.YNc(4,G0,1,7,"ngx-charts-legend",3),t.qZA()),2&o&&(t.Udp("width",x.view[0],"px"),t.xp6(1),t.uIk("width",x.chartWidth)("height",x.view[1]),t.xp6(2),t.Q6J("ngIf",x.showLegend&&x.legendType===x.LegendType.ScaleLegend),t.xp6(1),t.Q6J("ngIf",x.showLegend&&x.legendType===x.LegendType.Legend))},directives:[Ol,Pl,e.O5],encapsulation:2,changeDetection:0}),m})(),Wh=(()=>{class m{constructor(o,x){this.element=o,this.zone=x,this.visible=new t.vpe,this.isVisible=!1,this.runCheck()}destroy(){clearTimeout(this.timeout)}onVisibilityChange(){this.zone.run(()=>{this.isVisible=!0,this.visible.emit(!0)})}runCheck(){const o=()=>{if(!this.element)return;const{offsetHeight:x,offsetWidth:z}=this.element.nativeElement;x&&z?(clearTimeout(this.timeout),this.onVisibilityChange()):(clearTimeout(this.timeout),this.zone.runOutsideAngular(()=>{this.timeout=setTimeout(()=>o(),100)}))};this.zone.runOutsideAngular(()=>{this.timeout=setTimeout(()=>o())})}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq),t.Y36(t.R0b))},m.\u0275dir=t.lG2({type:m,selectors:[["visibility-observer"]],outputs:{visible:"visible"}}),m})();function _4(m){return"[object Date]"===toString.call(m)}let Nl=(()=>{class m{constructor(o,x,z,J){this.chartElement=o,this.zone=x,this.cd=z,this.platformId=J,this.scheme="cool",this.schemeType=Tn.Ordinal,this.animations=!0,this.select=new t.vpe}ngOnInit(){(0,e.PM)(this.platformId)&&(this.animations=!1)}ngAfterViewInit(){this.bindWindowResizeEvent(),this.visibilityObserver=new Wh(this.chartElement,this.zone),this.visibilityObserver.visible.subscribe(this.update.bind(this))}ngOnDestroy(){this.unbindEvents(),this.visibilityObserver&&(this.visibilityObserver.visible.unsubscribe(),this.visibilityObserver.destroy())}ngOnChanges(o){this.update()}update(){if(this.results=this.results?this.cloneData(this.results):[],this.view)this.width=this.view[0],this.height=this.view[1];else{const o=this.getContainerDims();o&&(this.width=o.width,this.height=o.height)}this.width||(this.width=600),this.height||(this.height=400),this.width=Math.floor(this.width),this.height=Math.floor(this.height),this.cd&&this.cd.markForCheck()}getContainerDims(){let o,x;const z=this.chartElement.nativeElement;if((0,e.NF)(this.platformId)&&null!==z.parentNode){const J=z.parentNode.getBoundingClientRect();o=J.width,x=J.height}return o&&x?{width:o,height:x}:null}formatDates(){for(let o=0;o{this.update(),this.cd&&this.cd.markForCheck()});this.resizeSubscription=x}cloneData(o){const x=[];for(const z of o){const J={name:z.name};if(void 0!==z.value&&(J.value=z.value),void 0!==z.series){J.series=[];for(const ke of z.series){const lt=Object.assign({},ke);J.series.push(lt)}}void 0!==z.extra&&(J.extra=JSON.parse(JSON.stringify(z.extra))),x.push(J)}return x}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq),t.Y36(t.R0b),t.Y36(t.sBO),t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["base-chart"]],inputs:{results:"results",view:"view",scheme:"scheme",schemeType:"schemeType",customColors:"customColors",animations:"animations"},outputs:{select:"select"},features:[t.TTD],decls:1,vars:0,template:function(o,x){1&o&&t._UZ(0,"div")},encapsulation:2}),m})();var Ta=(()=>{return(m=Ta||(Ta={})).Top="top",m.Bottom="bottom",m.Left="left",m.Right="right",Ta;var m})();let Oc=(()=>{class m{constructor(o){this.textHeight=25,this.margin=5,this.element=o.nativeElement}ngOnChanges(o){this.update()}update(){switch(this.strokeWidth="0.01",this.textAnchor="middle",this.transform="",this.orient){case Ta.Top:case Ta.Bottom:this.y=this.offset,this.x=this.width/2;break;case Ta.Left:this.y=-(this.offset+this.textHeight+this.margin),this.x=-this.height/2,this.transform="rotate(270)";break;case Ta.Right:this.y=this.offset+this.margin,this.x=-this.height/2,this.transform="rotate(270)"}}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-axis-label",""]],inputs:{orient:"orient",label:"label",offset:"offset",width:"width",height:"height"},features:[t.TTD],attrs:Ps,decls:2,vars:6,template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"text"),t._uU(1),t.qZA()),2&o&&(t.uIk("stroke-width",x.strokeWidth)("x",x.x)("y",x.y)("text-anchor",x.textAnchor)("transform",x.transform),t.xp6(1),t.hij(" ",x.label," "))},encapsulation:2,changeDetection:0}),m})();function ko(m,O=16){return"string"!=typeof m?"number"==typeof m?m+"":"":(m=m.trim()).length<=O?m:`${m.slice(0,O)}...`}function v4(m,O){if(m.length>O){const o=[],x=Math.floor(m.length/O);for(let z=0;z{return(m=Rs||(Rs={})).Start="start",m.Middle="middle",m.End="end",Rs;var m})();let y4=(()=>{class m{constructor(o){this.platformId=o,this.tickArguments=[5],this.tickStroke="#ccc",this.trimTicks=!0,this.maxTickLength=16,this.showGridLines=!1,this.rotateTicks=!0,this.dimensionsChanged=new t.vpe,this.verticalSpacing=20,this.rotateLabels=!1,this.innerTickSize=6,this.outerTickSize=6,this.tickPadding=3,this.textAnchor=Rs.Middle,this.maxTicksLength=0,this.maxAllowedLength=16,this.height=0,this.approxHeight=10}ngOnChanges(o){this.update()}ngAfterViewInit(){setTimeout(()=>this.updateDims())}updateDims(){if(!(0,e.NF)(this.platformId))return void this.dimensionsChanged.emit({height:this.approxHeight});const o=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().height,10);o!==this.height&&(this.height=o,this.dimensionsChanged.emit({height:this.height}),setTimeout(()=>this.updateDims()))}update(){const o=this.scale;this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:o.tickFormat?o.tickFormat.apply(o,this.tickArguments):function(z){return"Date"===z.constructor.name?z.toLocaleDateString():z.toLocaleString()};const x=this.rotateTicks?this.getRotationAngle(this.ticks):null;this.adjustedScale=this.scale.bandwidth?function(z){return this.scale(z)+.5*this.scale.bandwidth()}:this.scale,this.textTransform="",x&&0!==x?(this.textTransform=`rotate(${x})`,this.textAnchor=Rs.End,this.verticalSpacing=10):this.textAnchor=Rs.Middle,setTimeout(()=>this.updateDims())}getRotationAngle(o){let x=0;this.maxTicksLength=0;for(let Bt=0;Btthis.maxTicksLength&&(this.maxTicksLength=xi)}const ke=7*Math.min(this.maxTicksLength,this.maxAllowedLength);let lt=ke;const Ut=Math.floor(this.width/o.length);for(;lt>Ut&&x>-90;)x-=30,lt=Math.cos(x*(Math.PI/180))*ke;return this.approxHeight=Math.max(Math.abs(Math.sin(x*(Math.PI/180))*ke),10),x}getTicks(){let o;const x=this.getMaxTicks(20),z=this.getMaxTicks(100);return this.tickValues?o=this.tickValues:this.scale.ticks?o=this.scale.ticks.apply(this.scale,[z]):(o=this.scale.domain(),o=v4(o,x)),o}getMaxTicks(o){return Math.floor(this.width/o)}tickTransform(o){return"translate("+this.adjustedScale(o)+","+this.verticalSpacing+")"}gridLineTransform(){return`translate(0,${-this.verticalSpacing-5})`}tickTrim(o){return this.trimTicks?ko(o,this.maxTickLength):o}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-x-axis-ticks",""]],viewQuery:function(o,x){if(1&o&&t.Gf(F3,5),2&o){let z;t.iGM(z=t.CRH())&&(x.ticksElement=z.first)}},inputs:{scale:"scale",orient:"orient",tickArguments:"tickArguments",tickValues:"tickValues",tickStroke:"tickStroke",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",gridLineHeight:"gridLineHeight",width:"width",rotateTicks:"rotateTicks"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:Z0,decls:4,vars:2,consts:[["ticksel",""],["class","tick",4,"ngFor","ngForOf"],[4,"ngFor","ngForOf"],[1,"tick"],["stroke-width","0.01"],[4,"ngIf"],["y2","0",1,"gridline-path","gridline-path-vertical"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"g",null,0),t.YNc(2,V3,5,7,"g",1),t.qZA(),t.YNc(3,z3,2,2,"g",2)),2&o&&(t.xp6(2),t.Q6J("ngForOf",x.ticks),t.xp6(1),t.Q6J("ngForOf",x.ticks))},directives:[e.sg,e.O5],encapsulation:2,changeDetection:0}),m})(),Rl=(()=>{class m{constructor(){this.rotateTicks=!0,this.showGridLines=!1,this.xOrient=Ta.Bottom,this.xAxisOffset=0,this.dimensionsChanged=new t.vpe,this.xAxisClassName="x axis",this.labelOffset=0,this.fill="none",this.stroke="stroke",this.tickStroke="#ccc",this.strokeWidth="none",this.padding=5,this.orientation=Ta}ngOnChanges(o){this.update()}update(){this.transform=`translate(0,${this.xAxisOffset+this.padding+this.dims.height})`,void 0!==this.xAxisTickCount&&(this.tickArguments=[this.xAxisTickCount])}emitTicksHeight({height:o}){const x=o+25+5;x!==this.labelOffset&&(this.labelOffset=x,setTimeout(()=>{this.dimensionsChanged.emit({height:o})},0))}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-x-axis",""]],viewQuery:function(o,x){if(1&o&&t.Gf(y4,5),2&o){let z;t.iGM(z=t.CRH())&&(x.ticksComponent=z.first)}},inputs:{xScale:"xScale",dims:"dims",trimTicks:"trimTicks",rotateTicks:"rotateTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",showLabel:"showLabel",labelText:"labelText",ticks:"ticks",xAxisTickCount:"xAxisTickCount",xOrient:"xOrient",xAxisOffset:"xAxisOffset"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:W0,decls:3,vars:4,consts:[["ngx-charts-x-axis-ticks","",3,"trimTicks","rotateTicks","maxTickLength","tickFormatting","tickArguments","tickStroke","scale","orient","showGridLines","gridLineHeight","width","tickValues","dimensionsChanged",4,"ngIf"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width",4,"ngIf"],["ngx-charts-x-axis-ticks","",3,"trimTicks","rotateTicks","maxTickLength","tickFormatting","tickArguments","tickStroke","scale","orient","showGridLines","gridLineHeight","width","tickValues","dimensionsChanged"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"g"),t.YNc(1,hl,1,12,"g",0),t.YNc(2,ch,1,5,"g",1),t.qZA()),2&o&&(t.uIk("class",x.xAxisClassName)("transform",x.transform),t.xp6(1),t.Q6J("ngIf",x.xScale),t.xp6(1),t.Q6J("ngIf",x.showLabel))},directives:[y4,Oc,e.O5],encapsulation:2,changeDetection:0}),m})();function Hs(m,O,o,x,z,[J,ke,lt,Ut]){let Bt="";return Bt=`M${[m+z,O]}`,Bt+="h"+((o=0===(o=Math.floor(o))?1:o)-2*z),Bt+=ke?`a${[z,z]} 0 0 1 ${[z,z]}`:`h${z}v${z}`,Bt+="v"+((x=0===(x=Math.floor(x))?1:x)-2*z),Bt+=Ut?`a${[z,z]} 0 0 1 ${[-z,z]}`:`v${z}h${-z}`,Bt+="h"+(2*z-o),Bt+=lt?`a${[z,z]} 0 0 1 ${[-z,-z]}`:`h${-z}v${-z}`,Bt+="v"+(2*z-x),Bt+=J?`a${[z,z]} 0 0 1 ${[z,-z]}`:`v${-z}h${z}`,Bt+="z",Bt}let kc=(()=>{class m{constructor(o){this.platformId=o,this.tickArguments=[5],this.tickStroke="#ccc",this.trimTicks=!0,this.maxTickLength=16,this.showGridLines=!1,this.showRefLabels=!1,this.showRefLines=!1,this.dimensionsChanged=new t.vpe,this.innerTickSize=6,this.tickPadding=3,this.verticalSpacing=20,this.textAnchor=Rs.Middle,this.width=0,this.outerTickSize=6,this.rotateLabels=!1,this.referenceLineLength=0,this.Orientation=Ta}ngOnChanges(o){this.update()}ngAfterViewInit(){setTimeout(()=>this.updateDims())}updateDims(){if(!(0,e.NF)(this.platformId))return this.width=this.getApproximateAxisWidth(),void this.dimensionsChanged.emit({width:this.width});const o=parseInt(this.ticksElement.nativeElement.getBoundingClientRect().width,10);o!==this.width&&(this.width=o,this.dimensionsChanged.emit({width:o}),setTimeout(()=>this.updateDims()))}update(){let o;const x=this.orient===Ta.Top||this.orient===Ta.Right?-1:1;switch(this.tickSpacing=Math.max(this.innerTickSize,0)+this.tickPadding,o=this.scale,this.ticks=this.getTicks(),this.tickFormat=this.tickFormatting?this.tickFormatting:o.tickFormat?o.tickFormat.apply(o,this.tickArguments):function(z){return"Date"===z.constructor.name?z.toLocaleDateString():z.toLocaleString()},this.adjustedScale=o.bandwidth?function(z){return o(z)+.5*o.bandwidth()}:o,this.showRefLines&&this.referenceLines&&this.setReferencelines(),this.orient){case Ta.Top:case Ta.Bottom:this.transform=function(z){return"translate("+this.adjustedScale(z)+",0)"},this.textAnchor=Rs.Middle,this.y2=this.innerTickSize*x,this.y1=this.tickSpacing*x,this.dy=x<0?"0em":".71em";break;case Ta.Left:this.transform=function(z){return"translate(0,"+this.adjustedScale(z)+")"},this.textAnchor=Rs.End,this.x2=this.innerTickSize*-x,this.x1=this.tickSpacing*-x,this.dy=".32em";break;case Ta.Right:this.transform=function(z){return"translate(0,"+this.adjustedScale(z)+")"},this.textAnchor=Rs.Start,this.x2=this.innerTickSize*-x,this.x1=this.tickSpacing*-x,this.dy=".32em"}setTimeout(()=>this.updateDims())}setReferencelines(){this.refMin=this.adjustedScale(Math.min.apply(null,this.referenceLines.map(o=>o.value))),this.refMax=this.adjustedScale(Math.max.apply(null,this.referenceLines.map(o=>o.value))),this.referenceLineLength=this.referenceLines.length,this.referenceAreaPath=Hs(0,this.refMax,this.gridLineWidth,this.refMin-this.refMax,0,[!1,!1,!1,!1])}getTicks(){let o;const x=this.getMaxTicks(20),z=this.getMaxTicks(50);return this.tickValues?o=this.tickValues:this.scale.ticks?o=this.scale.ticks.apply(this.scale,[z]):(o=this.scale.domain(),o=v4(o,x)),o}getMaxTicks(o){return Math.floor(this.height/o)}tickTransform(o){return`translate(${this.adjustedScale(o)},${this.verticalSpacing})`}gridLineTransform(){return"translate(5,0)"}tickTrim(o){return this.trimTicks?ko(o,this.maxTickLength):o}getApproximateAxisWidth(){return 7*Math.max(...this.ticks.map(z=>this.tickTrim(this.tickFormat(z)).length))}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-y-axis-ticks",""]],viewQuery:function(o,x){if(1&o&&t.Gf(F3,5),2&o){let z;t.iGM(z=t.CRH())&&(x.ticksElement=z.first)}},inputs:{scale:"scale",orient:"orient",tickArguments:"tickArguments",tickValues:"tickValues",tickStroke:"tickStroke",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",showGridLines:"showGridLines",gridLineWidth:"gridLineWidth",height:"height",referenceLines:"referenceLines",showRefLabels:"showRefLabels",showRefLines:"showRefLines"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:B3,decls:6,vars:4,consts:[["ticksel",""],["class","tick",4,"ngFor","ngForOf"],["class","reference-area",4,"ngIf"],[4,"ngFor","ngForOf"],[1,"tick"],["stroke-width","0.01"],[1,"reference-area"],[4,"ngIf"],["class","gridline-path gridline-path-horizontal","x1","0",4,"ngIf"],["x1","0",1,"gridline-path","gridline-path-horizontal"],["x1","0",1,"refline-path","gridline-path-horizontal"],[1,"refline-label"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"g",null,0),t.YNc(2,dh,5,9,"g",1),t.qZA(),t.YNc(3,fl,1,2,"path",2),t.YNc(4,G3,2,2,"g",3),t.YNc(5,u5,2,1,"g",3)),2&o&&(t.xp6(2),t.Q6J("ngForOf",x.ticks),t.xp6(1),t.Q6J("ngIf",x.referenceLineLength>1&&x.refMax&&x.refMin&&x.showRefLines),t.xp6(1),t.Q6J("ngForOf",x.ticks),t.xp6(1),t.Q6J("ngForOf",x.referenceLines))},directives:[e.sg,e.O5],encapsulation:2,changeDetection:0}),m})(),x4=(()=>{class m{constructor(){this.showGridLines=!1,this.yOrient=Ta.Left,this.yAxisOffset=0,this.dimensionsChanged=new t.vpe,this.yAxisClassName="y axis",this.labelOffset=15,this.fill="none",this.stroke="#CCC",this.tickStroke="#CCC",this.strokeWidth=1,this.padding=5}ngOnChanges(o){this.update()}update(){this.offset=-(this.yAxisOffset+this.padding),this.yOrient===Ta.Right?(this.labelOffset=65,this.transform=`translate(${this.offset+this.dims.width} , 0)`):(this.offset=this.offset,this.transform=`translate(${this.offset} , 0)`),void 0!==this.yAxisTickCount&&(this.tickArguments=[this.yAxisTickCount])}emitTicksWidth({width:o}){o!==this.labelOffset&&this.yOrient===Ta.Right?(this.labelOffset=o+this.labelOffset,setTimeout(()=>{this.dimensionsChanged.emit({width:o})},0)):o!==this.labelOffset&&(this.labelOffset=o,setTimeout(()=>{this.dimensionsChanged.emit({width:o})},0))}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-y-axis",""]],viewQuery:function(o,x){if(1&o&&t.Gf(kc,5),2&o){let z;t.iGM(z=t.CRH())&&(x.ticksComponent=z.first)}},inputs:{yScale:"yScale",dims:"dims",trimTicks:"trimTicks",maxTickLength:"maxTickLength",tickFormatting:"tickFormatting",ticks:"ticks",showGridLines:"showGridLines",showLabel:"showLabel",labelText:"labelText",yAxisTickCount:"yAxisTickCount",yOrient:"yOrient",referenceLines:"referenceLines",showRefLines:"showRefLines",showRefLabels:"showRefLabels",yAxisOffset:"yAxisOffset"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:gl,decls:3,vars:4,consts:[["ngx-charts-y-axis-ticks","",3,"trimTicks","maxTickLength","tickFormatting","tickArguments","tickValues","tickStroke","scale","orient","showGridLines","gridLineWidth","referenceLines","showRefLines","showRefLabels","height","dimensionsChanged",4,"ngIf"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width",4,"ngIf"],["ngx-charts-y-axis-ticks","",3,"trimTicks","maxTickLength","tickFormatting","tickArguments","tickValues","tickStroke","scale","orient","showGridLines","gridLineWidth","referenceLines","showRefLines","showRefLabels","height","dimensionsChanged"],["ngx-charts-axis-label","",3,"label","offset","orient","height","width"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"g"),t.YNc(1,h5,1,14,"g",0),t.YNc(2,Y0,1,5,"g",1),t.qZA()),2&o&&(t.uIk("class",x.yAxisClassName)("transform",x.transform),t.xp6(1),t.Q6J("ngIf",x.yScale),t.xp6(1),t.Q6J("ngIf",x.showLabel))},directives:[kc,Oc,e.O5],encapsulation:2,changeDetection:0}),m})(),Pc=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[e.ez]]}),m})();var r1=(()=>{return(m=r1||(r1={})).popover="popover",m.tooltip="tooltip",r1;var m})(),Po=(()=>{return(m=Po||(Po={}))[m.all="all"]="all",m[m.focus="focus"]="focus",m[m.mouseover="mouseover"]="mouseover",Po;var m})();let b4=(()=>{class m{constructor(o,x,z){this.tooltipService=o,this.viewContainerRef=x,this.renderer=z,this.tooltipCssClass="",this.tooltipAppendToBody=!0,this.tooltipSpacing=10,this.tooltipDisabled=!1,this.tooltipShowCaret=!0,this.tooltipPlacement=Jn.Top,this.tooltipAlignment=Jn.Center,this.tooltipType=r1.popover,this.tooltipCloseOnClickOutside=!0,this.tooltipCloseOnMouseLeave=!0,this.tooltipHideTimeout=300,this.tooltipShowTimeout=100,this.tooltipShowEvent=Po.all,this.tooltipImmediateExit=!1,this.show=new t.vpe,this.hide=new t.vpe}get listensForFocus(){return this.tooltipShowEvent===Po.all||this.tooltipShowEvent===Po.focus}get listensForHover(){return this.tooltipShowEvent===Po.all||this.tooltipShowEvent===Po.mouseover}ngOnDestroy(){this.hideTooltip(!0)}onFocus(){this.listensForFocus&&this.showTooltip()}onBlur(){this.listensForFocus&&this.hideTooltip(!0)}onMouseEnter(){this.listensForHover&&this.showTooltip()}onMouseLeave(o){if(this.listensForHover&&this.tooltipCloseOnMouseLeave){if(clearTimeout(this.timeout),this.component&&this.component.instance.element.nativeElement.contains(o))return;this.hideTooltip(this.tooltipImmediateExit)}}onMouseClick(){this.listensForHover&&this.hideTooltip(!0)}showTooltip(o){if(this.component||this.tooltipDisabled)return;const x=o?0:this.tooltipShowTimeout+(navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)?300:0);clearTimeout(this.timeout),this.timeout=setTimeout(()=>{this.tooltipService.destroyAll();const z=this.createBoundOptions();this.component=this.tooltipService.create(z),setTimeout(()=>{this.component&&this.addHideListeners(this.component.instance.element.nativeElement)},10),this.show.emit(!0)},x)}addHideListeners(o){this.mouseEnterContentEvent=this.renderer.listen(o,"mouseenter",()=>{clearTimeout(this.timeout)}),this.tooltipCloseOnMouseLeave&&(this.mouseLeaveContentEvent=this.renderer.listen(o,"mouseleave",()=>{this.hideTooltip(this.tooltipImmediateExit)})),this.tooltipCloseOnClickOutside&&(this.documentClickEvent=this.renderer.listen("window","click",x=>{o.contains(x.target)||this.hideTooltip()}))}hideTooltip(o=!1){if(!this.component)return;const x=()=>{this.mouseLeaveContentEvent&&this.mouseLeaveContentEvent(),this.mouseEnterContentEvent&&this.mouseEnterContentEvent(),this.documentClickEvent&&this.documentClickEvent(),this.hide.emit(!0),this.tooltipService.destroy(this.component),this.component=void 0};clearTimeout(this.timeout),o?x():this.timeout=setTimeout(x,this.tooltipHideTimeout)}createBoundOptions(){return{title:this.tooltipTitle,template:this.tooltipTemplate,host:this.viewContainerRef.element,placement:this.tooltipPlacement,alignment:this.tooltipAlignment,type:this.tooltipType,showCaret:this.tooltipShowCaret,cssClass:this.tooltipCssClass,spacing:this.tooltipSpacing,context:this.tooltipContext}}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(g4),t.Y36(t.s_b),t.Y36(t.Qsj))},m.\u0275dir=t.lG2({type:m,selectors:[["","ngx-tooltip",""]],hostBindings:function(o,x){1&o&&t.NdJ("focusin",function(){return x.onFocus()})("blur",function(){return x.onBlur()})("mouseenter",function(){return x.onMouseEnter()})("mouseleave",function(J){return x.onMouseLeave(J.target)})("click",function(){return x.onMouseClick()})},inputs:{tooltipCssClass:"tooltipCssClass",tooltipTitle:"tooltipTitle",tooltipAppendToBody:"tooltipAppendToBody",tooltipSpacing:"tooltipSpacing",tooltipDisabled:"tooltipDisabled",tooltipShowCaret:"tooltipShowCaret",tooltipPlacement:"tooltipPlacement",tooltipAlignment:"tooltipAlignment",tooltipType:"tooltipType",tooltipCloseOnClickOutside:"tooltipCloseOnClickOutside",tooltipCloseOnMouseLeave:"tooltipCloseOnMouseLeave",tooltipHideTimeout:"tooltipHideTimeout",tooltipShowTimeout:"tooltipShowTimeout",tooltipTemplate:"tooltipTemplate",tooltipShowEvent:"tooltipShowEvent",tooltipContext:"tooltipContext",tooltipImmediateExit:"tooltipImmediateExit"},outputs:{show:"show",hide:"hide"}}),m})(),Nc=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({providers:[m4,g4],imports:[[e.ez]]}),m})();const M4={};function w2(){let m=("0000"+(Math.random()*Math.pow(36,4)<<0).toString(36)).slice(-4);return m=`a${m}`,M4[m]?w2():(M4[m]=!0,m)}var na=(()=>{return(m=na||(na={})).Vertical="vertical",m.Horizontal="horizontal",na;var m})();let I1=(()=>{class m{constructor(){this.orientation=na.Vertical}ngOnChanges(o){this.x1="0%",this.x2="0%",this.y1="0%",this.y2="0%",this.orientation===na.Horizontal?this.x2="100%":this.orientation===na.Vertical&&(this.y1="100%")}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-svg-linear-gradient",""]],inputs:{orientation:"orientation",name:"name",stops:"stops"},features:[t.TTD],attrs:hh,decls:2,vars:6,consts:[[3,"id"],[3,"stop-color","stop-opacity",4,"ngFor","ngForOf"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"linearGradient",0),t.YNc(1,j0,1,5,"stop",1),t.qZA()),2&o&&(t.Q6J("id",x.name),t.uIk("x1",x.x1)("y1",x.y1)("x2",x.x2)("y2",x.y2),t.xp6(1),t.Q6J("ngForOf",x.stops))},directives:[e.sg],encapsulation:2,changeDetection:0}),m})(),Rc=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-grid-panel",""]],inputs:{width:"width",height:"height",x:"x",y:"y"},attrs:mh,decls:1,vars:4,consts:[["stroke","none",1,"gridpanel"]],template:function(o,x){1&o&&(t.O4$(),t._UZ(0,"rect",0)),2&o&&t.uIk("height",x.height)("width",x.width)("x",x.x)("y",x.y)},encapsulation:2,changeDetection:0}),m})();var S2=(()=>{return(m=S2||(S2={})).Odd="odd",m.Even="even",S2;var m})();let T2,O1=(()=>{class m{ngOnChanges(o){this.update()}update(){this.gridPanels=this.getGridPanels()}getGridPanels(){return this.data.map(o=>{let x,z,J,ke,lt,Ut=S2.Odd;if(this.orient===na.Vertical){const Bt=this.xScale(o.name);Number.parseInt((Bt/this.xScale.step()).toString(),10)%2==1&&(Ut=S2.Even),x=this.xScale.bandwidth()*this.xScale.paddingInner(),z=this.xScale.bandwidth()+x,J=this.dims.height,ke=this.xScale(o.name)-x/2,lt=0}else if(this.orient===na.Horizontal){const Bt=this.yScale(o.name);Number.parseInt((Bt/this.yScale.step()).toString(),10)%2==1&&(Ut=S2.Even),x=this.yScale.bandwidth()*this.yScale.paddingInner(),z=this.dims.width,J=this.yScale.bandwidth()+x,ke=0,lt=this.yScale(o.name)-x/2}return{name:o.name,class:Ut,height:J,width:z,x:ke,y:lt}})}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-grid-panel-series",""]],inputs:{data:"data",dims:"dims",xScale:"xScale",yScale:"yScale",orient:"orient"},features:[t.TTD],attrs:f5,decls:1,vars:1,consts:[["ngx-charts-grid-panel","",3,"height","width","x","y","grid-panel","odd","even",4,"ngFor","ngForOf"],["ngx-charts-grid-panel","",3,"height","width","x","y"]],template:function(o,x){1&o&&t.YNc(0,gh,1,10,"g",0),2&o&&t.Q6J("ngForOf",x.gridPanels)},directives:[Rc,e.sg],encapsulation:2,changeDetection:0}),m})();"undefined"!=typeof window?T2=window:"undefined"!=typeof global&&(T2=global);let xs=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[e.ez,Pc,Nc],e.ez,Pc,Nc]}),m})();function Bl({width:m,height:O,margins:o,showXAxis:x=!1,showYAxis:z=!1,xAxisHeight:J=0,yAxisWidth:ke=0,showXLabel:lt=!1,showYLabel:Ut=!1,showLegend:Bt=!1,legendType:ci=Tn.Ordinal,legendPosition:xi=Ws.Right,columns:Mi=12}){let Ai=o[3],nn=m,vn=O-o[0]-o[2];return Bt&&xi===Ws.Right&&(Mi-=ci===Tn.Ordinal?2:1),nn=nn*Mi/12,nn=nn-o[1]-o[3],x&&(vn-=5,vn-=J,lt&&(vn-=30)),z&&(nn-=5,nn-=ke,Ai+=ke,Ai+=10,Ut&&(nn-=30,Ai+=30)),nn=Math.max(0,nn),vn=Math.max(0,vn),{width:Math.floor(nn),height:Math.floor(vn),xOffset:Math.floor(Ai)}}let A4=[{name:"vivid",selectable:!0,group:Tn.Ordinal,domain:["#647c8a","#3f51b5","#2196f3","#00b862","#afdf0a","#a7b61a","#f3e562","#ff9800","#ff5722","#ff4514"]},{name:"natural",selectable:!0,group:Tn.Ordinal,domain:["#bf9d76","#e99450","#d89f59","#f2dfa7","#a5d7c6","#7794b1","#afafaf","#707160","#ba9383","#d9d5c3"]},{name:"cool",selectable:!0,group:Tn.Ordinal,domain:["#a8385d","#7aa3e5","#a27ea8","#aae3f5","#adcded","#a95963","#8796c0","#7ed3ed","#50abcc","#ad6886"]},{name:"fire",selectable:!0,group:Tn.Ordinal,domain:["#ff3d00","#bf360c","#ff8f00","#ff6f00","#ff5722","#e65100","#ffca28","#ffab00"]},{name:"solar",selectable:!0,group:Tn.Linear,domain:["#fff8e1","#ffecb3","#ffe082","#ffd54f","#ffca28","#ffc107","#ffb300","#ffa000","#ff8f00","#ff6f00"]},{name:"air",selectable:!0,group:Tn.Linear,domain:["#e1f5fe","#b3e5fc","#81d4fa","#4fc3f7","#29b6f6","#03a9f4","#039be5","#0288d1","#0277bd","#01579b"]},{name:"aqua",selectable:!0,group:Tn.Linear,domain:["#e0f7fa","#b2ebf2","#80deea","#4dd0e1","#26c6da","#00bcd4","#00acc1","#0097a7","#00838f","#006064"]},{name:"flame",selectable:!1,group:Tn.Ordinal,domain:["#A10A28","#D3342D","#EF6D49","#FAAD67","#FDDE90","#DBED91","#A9D770","#6CBA67","#2C9653","#146738"]},{name:"ocean",selectable:!1,group:Tn.Ordinal,domain:["#1D68FB","#33C0FC","#4AFFFE","#AFFFFF","#FFFC63","#FDBD2D","#FC8A25","#FA4F1E","#FA141B","#BA38D1"]},{name:"forest",selectable:!1,group:Tn.Ordinal,domain:["#55C22D","#C1F33D","#3CC099","#AFFFFF","#8CFC9D","#76CFFA","#BA60FB","#EE6490","#C42A1C","#FC9F32"]},{name:"horizon",selectable:!1,group:Tn.Ordinal,domain:["#2597FB","#65EBFD","#99FDD0","#FCEE4B","#FEFCFA","#FDD6E3","#FCB1A8","#EF6F7B","#CB96E8","#EFDEE0"]},{name:"neons",selectable:!1,group:Tn.Ordinal,domain:["#FF3333","#FF33FF","#CC33FF","#0000FF","#33CCFF","#33FFFF","#33FF66","#CCFF33","#FFCC00","#FF6600"]},{name:"picnic",selectable:!1,group:Tn.Ordinal,domain:["#FAC51D","#66BD6D","#FAA026","#29BB9C","#E96B56","#55ACD2","#B7332F","#2C83C9","#9166B8","#92E7E8"]},{name:"night",selectable:!1,group:Tn.Ordinal,domain:["#2B1B5A","#501356","#183356","#28203F","#391B3C","#1E2B3C","#120634","#2D0432","#051932","#453080","#75267D","#2C507D","#4B3880","#752F7D","#35547D"]},{name:"nightLights",selectable:!1,group:Tn.Ordinal,domain:["#4e31a5","#9c25a7","#3065ab","#57468b","#904497","#46648b","#32118d","#a00fb3","#1052a2","#6e51bd","#b63cc3","#6c97cb","#8671c1","#b455be","#7496c3"]}];class A2{constructor(O,o,x,z){"string"==typeof O&&(O=A4.find(J=>J.name===O)),this.colorDomain=O.domain,this.scaleType=o,this.domain=x,this.customColors=z,this.scale=this.generateColorScheme(O,o,this.domain)}generateColorScheme(O,o,x){let z;switch("string"==typeof O&&(O=A4.find(J=>J.name===O)),o){case Tn.Quantile:z=V0().range(O.domain).domain(x);break;case Tn.Ordinal:z=H3().range(O.domain).domain(x);break;case Tn.Linear:{const J=[...O.domain];1===J.length&&(J.push(J[0]),this.colorDomain=J);const ke=F0(0,1,1/J.length);z=Do().range(J).domain(ke)}}return z}getColor(O){if(null==O)throw new Error("Value can not be null");if(this.scaleType===Tn.Linear){const o=Do().domain(this.domain).range([0,1]);return this.scale(o(O))}{if("function"==typeof this.customColors)return this.customColors(O);const o=O.toString();let x;return this.customColors&&this.customColors.length>0&&(x=this.customColors.find(z=>z.name.toLowerCase()===o.toLowerCase())),x?x.value:this.scale(O)}}getLinearGradientStops(O,o){void 0===o&&(o=this.domain[0]);const x=Do().domain(this.domain).range([0,1]),z=w1().domain(this.colorDomain).range([0,1]),J=this.getColor(O),ke=x(o),lt=this.getColor(o),Ut=x(O);let Bt=1,ci=ke;const xi=[];for(xi.push({color:lt,offset:ke,originalOffset:ke,opacity:1});ci=(Ut-z.bandwidth()).toFixed(4))break;xi.push({color:Mi,offset:Ai,opacity:1}),ci=Ai,Bt++}}if(xi[xi.length-1].offset<100&&xi.push({color:J,offset:Ut,opacity:1}),Ut===ke)xi[0].offset=0,xi[1].offset=100;else if(100!==xi[xi.length-1].offset)for(const Mi of xi)Mi.offset=(Mi.offset-ke)/(Ut-ke)*100;return xi}}let Ul=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Uc=(()=>{class m{constructor(o){this.roundEdges=!0,this.gradient=!1,this.offset=0,this.isActive=!1,this.animations=!0,this.noBarWhenZero=!0,this.select=new t.vpe,this.activate=new t.vpe,this.deactivate=new t.vpe,this.hasGradient=!1,this.hideBar=!1,this.element=o.nativeElement}ngOnChanges(o){o.roundEdges&&this.loadAnimation(),this.update()}update(){this.gradientId="grad"+w2().toString(),this.gradientFill=`url(#${this.gradientId})`,this.gradient||this.stops?(this.gradientStops=this.getGradient(),this.hasGradient=!0):this.hasGradient=!1,this.updatePathEl(),this.checkToHideBar()}loadAnimation(){this.path=this.getStartingPath(),setTimeout(this.update.bind(this),100)}updatePathEl(){const o=function sn(m){return"string"==typeof m?new bi([[document.querySelector(m)]],[document.documentElement]):new bi([[m]],zt)}(this.element).select(".bar"),x=this.getPath();this.animations?o.transition().duration(500).attr("d",x):o.attr("d",x)}getGradient(){return this.stops?this.stops:[{offset:0,color:this.fill,opacity:this.getStartOpacity()},{offset:100,color:this.fill,opacity:1}]}getStartingPath(){if(!this.animations)return this.getPath();let x,o=this.getRadius();return this.roundEdges?this.orientation===na.Vertical?(o=Math.min(this.height,o),x=Hs(this.x,this.y+this.height,this.width,1,0,this.edges)):this.orientation===na.Horizontal&&(o=Math.min(this.width,o),x=Hs(this.x,this.y,1,this.height,0,this.edges)):this.orientation===na.Vertical?x=Hs(this.x,this.y+this.height,this.width,1,0,this.edges):this.orientation===na.Horizontal&&(x=Hs(this.x,this.y,1,this.height,0,this.edges)),x}getPath(){let x,o=this.getRadius();return this.roundEdges?this.orientation===na.Vertical?(o=Math.min(this.height,o),x=Hs(this.x,this.y,this.width,this.height,o,this.edges)):this.orientation===na.Horizontal&&(o=Math.min(this.width,o),x=Hs(this.x,this.y,this.width,this.height,o,this.edges)):x=Hs(this.x,this.y,this.width,this.height,o,this.edges),x}getRadius(){let o=0;return this.roundEdges&&this.height>5&&this.width>5&&(o=Math.floor(Math.min(5,this.height/2,this.width/2))),o}getStartOpacity(){return this.roundEdges?.2:.5}get edges(){let o=[!1,!1,!1,!1];return this.roundEdges&&(this.orientation===na.Vertical?o=this.data.value>0?[!0,!0,!1,!1]:[!1,!1,!0,!0]:this.orientation===na.Horizontal&&(o=this.data.value>0?[!1,!0,!1,!0]:[!0,!1,!0,!1])),o}onMouseEnter(){this.activate.emit(this.data)}onMouseLeave(){this.deactivate.emit(this.data)}checkToHideBar(){this.hideBar=this.noBarWhenZero&&(this.orientation===na.Vertical&&0===this.height||this.orientation===na.Horizontal&&0===this.width)}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-bar",""]],hostBindings:function(o,x){1&o&&t.NdJ("mouseenter",function(){return x.onMouseEnter()})("mouseleave",function(){return x.onMouseLeave()})},inputs:{fill:"fill",data:"data",width:"width",height:"height",x:"x",y:"y",orientation:"orientation",roundEdges:"roundEdges",gradient:"gradient",offset:"offset",isActive:"isActive",stops:"stops",animations:"animations",ariaLabel:"ariaLabel",noBarWhenZero:"noBarWhenZero"},outputs:{select:"select",activate:"activate",deactivate:"deactivate"},features:[t.TTD],attrs:w5,decls:2,vars:8,consts:[[4,"ngIf"],["stroke","none","role","img","tabIndex","-1",1,"bar",3,"click"],["ngx-charts-svg-linear-gradient","",3,"orientation","name","stops"]],template:function(o,x){1&o&&(t.YNc(0,vs,2,3,"defs",0),t.O4$(),t.TgZ(1,"path",1),t.NdJ("click",function(){return x.select.emit(x.data)}),t.qZA()),2&o&&(t.Q6J("ngIf",x.hasGradient),t.xp6(1),t.ekj("active",x.isActive)("hidden",x.hideBar),t.uIk("d",x.path)("aria-label",x.ariaLabel)("fill",x.hasGradient?x.gradientFill:x.fill))},directives:[I1,e.O5],encapsulation:2,changeDetection:0}),m})();var Ys=(()=>{return(m=Ys||(Ys={})).Standard="standard",m.Normalized="normalized",m.Stacked="stacked",Ys;var m})(),bo=(()=>{return(m=bo||(bo={})).positive="positive",m.negative="negative",bo;var m})();let Gc=(()=>{class m{constructor(o){this.dimensionsChanged=new t.vpe,this.horizontalPadding=2,this.verticalPadding=5,this.element=o.nativeElement}ngOnChanges(o){this.update()}getSize(){return{height:this.element.getBoundingClientRect().height,width:this.element.getBoundingClientRect().width,negative:this.value<0}}ngAfterViewInit(){this.dimensionsChanged.emit(this.getSize())}update(){this.formatedValue=this.valueFormatting?this.valueFormatting(this.value):b2(this.value),"horizontal"===this.orientation?(this.x=this.barX+this.barWidth,this.value<0?(this.x=this.x-this.horizontalPadding,this.textAnchor="end"):(this.x=this.x+this.horizontalPadding,this.textAnchor="start"),this.y=this.barY+this.barHeight/2):(this.x=this.barX+this.barWidth/2,this.y=this.barY+this.barHeight,this.value<0?(this.y=this.y+this.verticalPadding,this.textAnchor="end"):(this.y=this.y-this.verticalPadding,this.textAnchor="start"),this.transform=`rotate(-45, ${this.x} , ${this.y})`)}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.SBq))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-bar-label",""]],inputs:{value:"value",valueFormatting:"valueFormatting",barX:"barX",barY:"barY",barWidth:"barWidth",barHeight:"barHeight",orientation:"orientation"},outputs:{dimensionsChanged:"dimensionsChanged"},features:[t.TTD],attrs:L5,decls:2,vars:5,consts:[["alignment-baseline","middle",1,"textDataLabel"]],template:function(o,x){1&o&&(t.O4$(),t.TgZ(0,"text",0),t._uU(1),t.qZA()),2&o&&(t.uIk("text-anchor",x.textAnchor)("transform",x.transform)("x",x.x)("y",x.y),t.xp6(1),t.hij(" ",x.formatedValue," "))},styles:[".textDataLabel[_ngcontent-%COMP%]{font-size:11px}"],changeDetection:0}),m})(),Zc=(()=>{class m{constructor(o){this.platformId=o,this.type=Ys.Standard,this.tooltipDisabled=!1,this.animations=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.select=new t.vpe,this.activate=new t.vpe,this.deactivate=new t.vpe,this.dataLabelHeightChanged=new t.vpe,this.barsForDataLabels=[],this.barOrientation=na,this.isSSR=!1}ngOnInit(){(0,e.PM)(this.platformId)&&(this.isSSR=!0)}ngOnChanges(o){this.update()}update(){let o;this.updateTooltipSettings(),this.series.length&&(o=this.xScale.bandwidth()),o=Math.round(o);const x=Math.max(this.yScale.domain()[0],0),z={[bo.positive]:0,[bo.negative]:0};let ke,J=bo.positive;this.type===Ys.Normalized&&(ke=this.series.map(lt=>lt.value).reduce((lt,Ut)=>lt+Ut,0)),this.bars=this.series.map((lt,Ut)=>{let Bt=lt.value;const ci=this.getLabel(lt),xi=b2(ci);J=Bt>0?bo.positive:bo.negative;const Ai={value:Bt,label:ci,roundEdges:this.roundEdges,data:lt,width:o,formattedLabel:xi,height:0,x:0,y:0};if(this.type===Ys.Standard)Ai.height=Math.abs(this.yScale(Bt)-this.yScale(x)),Ai.x=this.xScale(ci),Ai.y=this.yScale(Bt<0?0:Bt);else if(this.type===Ys.Stacked){const vn=z[J],Ii=vn+Bt;z[J]+=Bt,Ai.height=this.yScale(vn)-this.yScale(Ii),Ai.x=0,Ai.y=this.yScale(Ii),Ai.offset0=vn,Ai.offset1=Ii}else if(this.type===Ys.Normalized){let vn=z[J],Ii=vn+Bt;z[J]+=Bt,ke>0?(vn=100*vn/ke,Ii=100*Ii/ke):(vn=0,Ii=0),Ai.height=this.yScale(vn)-this.yScale(Ii),Ai.x=0,Ai.y=this.yScale(Ii),Ai.offset0=vn,Ai.offset1=Ii,Bt=(Ii-vn).toFixed(2)+"%"}this.colors.scaleType===Tn.Ordinal?Ai.color=this.colors.getColor(ci):this.type===Ys.Standard?(Ai.color=this.colors.getColor(Bt),Ai.gradientStops=this.colors.getLinearGradientStops(Bt)):(Ai.color=this.colors.getColor(Ai.offset1),Ai.gradientStops=this.colors.getLinearGradientStops(Ai.offset1,Ai.offset0));let nn=xi;return Ai.ariaLabel=xi+" "+Bt.toLocaleString(),null!=this.seriesName&&(nn=`${this.seriesName} \u2022 ${xi}`,Ai.data.series=this.seriesName,Ai.ariaLabel=this.seriesName+" "+Ai.ariaLabel),Ai.tooltipText=this.tooltipDisabled?void 0:`\n ${function M2(m){return m.toLocaleString().replace(/[&'`"<>]/g,O=>({"&":"&","'":"'","`":"`",'"':""","<":"<",">":">"}[O]))}(nn)}\n ${this.dataLabelFormatting?this.dataLabelFormatting(Bt):Bt.toLocaleString()}\n `,Ai}),this.updateDataLabels()}updateDataLabels(){if(this.type===Ys.Stacked){this.barsForDataLabels=[];const o={};o.series=this.seriesName;const x=this.series.map(J=>J.value).reduce((J,ke)=>ke>0?J+ke:J,0),z=this.series.map(J=>J.value).reduce((J,ke)=>ke<0?J+ke:J,0);o.total=x+z,o.x=0,o.y=0,o.height=this.yScale(o.total>0?x:z),o.width=this.xScale.bandwidth(),this.barsForDataLabels.push(o)}else this.barsForDataLabels=this.series.map(o=>{var x;const z={};return z.series=null!==(x=this.seriesName)&&void 0!==x?x:o.label,z.total=o.value,z.x=this.xScale(o.label),z.y=this.yScale(0),z.height=this.yScale(z.total)-this.yScale(0),z.width=this.xScale.bandwidth(),z})}updateTooltipSettings(){this.tooltipPlacement=this.tooltipDisabled?void 0:Jn.Top,this.tooltipType=this.tooltipDisabled?void 0:r1.tooltip}isActive(o){return!!this.activeEntries&&void 0!==this.activeEntries.find(z=>o.name===z.name&&o.value===z.value)}onClick(o){this.select.emit(o)}getLabel(o){return o.label?o.label:o.name}trackBy(o,x){return x.label}trackDataLabelBy(o,x){return o+"#"+x.series+"#"+x.total}}return m.\u0275fac=function(o){return new(o||m)(t.Y36(t.Lbi))},m.\u0275cmp=t.Xpm({type:m,selectors:[["g","ngx-charts-series-vertical",""]],inputs:{dims:"dims",type:"type",series:"series",xScale:"xScale",yScale:"yScale",colors:"colors",gradient:"gradient",activeEntries:"activeEntries",seriesName:"seriesName",tooltipDisabled:"tooltipDisabled",tooltipTemplate:"tooltipTemplate",roundEdges:"roundEdges",animations:"animations",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero"},outputs:{select:"select",activate:"activate",deactivate:"deactivate",dataLabelHeightChanged:"dataLabelHeightChanged"},features:[t.TTD],attrs:e4,decls:3,vars:3,consts:[[4,"ngIf"],["ngx-charts-bar","","ngx-tooltip","",3,"width","height","x","y","fill","stops","data","orientation","roundEdges","gradient","ariaLabel","isActive","tooltipDisabled","tooltipPlacement","tooltipType","tooltipTitle","tooltipTemplate","tooltipContext","noBarWhenZero","animations","select","activate","deactivate",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-bar","","ngx-tooltip","",3,"width","height","x","y","fill","stops","data","orientation","roundEdges","gradient","ariaLabel","isActive","tooltipDisabled","tooltipPlacement","tooltipType","tooltipTitle","tooltipTemplate","tooltipContext","noBarWhenZero","animations","select","activate","deactivate"],["ngx-charts-bar-label","",3,"barX","barY","barWidth","barHeight","value","valueFormatting","orientation","dimensionsChanged",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-bar-label","",3,"barX","barY","barWidth","barHeight","value","valueFormatting","orientation","dimensionsChanged"]],template:function(o,x){1&o&&(t.YNc(0,uc,2,2,"g",0),t.YNc(1,bl,2,2,"g",0),t.YNc(2,hc,2,2,"g",0)),2&o&&(t.Q6J("ngIf",!x.isSSR),t.xp6(1),t.Q6J("ngIf",x.isSSR),t.xp6(1),t.Q6J("ngIf",x.showDataLabel))},directives:[Uc,Gc,e.O5,e.sg,b4],encapsulation:2,data:{animation:[(0,d.X$)("animationState",[(0,d.eR)(":leave",[(0,d.oB)({opacity:1}),(0,d.jt)(500,(0,d.oB)({opacity:0}))])])]},changeDetection:0}),m})(),Od=(()=>{class m extends Nl{constructor(){super(...arguments),this.legend=!1,this.legendTitle="Legend",this.legendPosition=Ws.Right,this.tooltipDisabled=!1,this.showGridLines=!0,this.activeEntries=[],this.trimXAxisTicks=!0,this.trimYAxisTicks=!0,this.rotateXAxisTicks=!0,this.maxXAxisTickLength=16,this.maxYAxisTickLength=16,this.barPadding=8,this.roundDomains=!1,this.roundEdges=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.activate=new t.vpe,this.deactivate=new t.vpe,this.margin=[10,20,10,20],this.xAxisHeight=0,this.yAxisWidth=0,this.dataLabelMaxHeight={negative:0,positive:0}}update(){super.update(),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=Bl({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType,legendPosition:this.legendPosition}),this.formatDates(),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.xScale=this.getXScale(),this.yScale=this.getYScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform=`translate(${this.dims.xOffset} , ${this.margin[0]+this.dataLabelMaxHeight.negative})`}getXScale(){this.xDomain=this.getXDomain();const o=this.xDomain.length/(this.dims.width/this.barPadding+1);return w1().range([0,this.dims.width]).paddingInner(o).domain(this.xDomain)}getYScale(){this.yDomain=this.getYDomain();const o=Do().range([this.dims.height,0]).domain(this.yDomain);return this.roundDomains?o.nice():o}getXDomain(){return this.results.map(o=>o.label)}getYDomain(){const o=this.results.map(J=>J.value);let x=this.yScaleMin?Math.min(this.yScaleMin,...o):Math.min(0,...o);this.yAxisTicks&&!this.yAxisTicks.some(isNaN)&&(x=Math.min(x,...this.yAxisTicks));let z=this.yScaleMax?Math.max(this.yScaleMax,...o):Math.max(0,...o);return this.yAxisTicks&&!this.yAxisTicks.some(isNaN)&&(z=Math.max(z,...this.yAxisTicks)),[x,z]}onClick(o){this.select.emit(o)}setColors(){let o;o=this.schemeType===Tn.Ordinal?this.xDomain:this.yDomain,this.colors=new A2(this.scheme,this.schemeType,o,this.customColors)}getLegendOptions(){const o={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0,position:this.legendPosition};return o.scaleType===Tn.Ordinal?(o.domain=this.xDomain,o.colors=this.colors,o.title=this.legendTitle):(o.domain=this.yDomain,o.colors=this.colors.scale),o}updateYAxisWidth({width:o}){this.yAxisWidth=o,this.update()}updateXAxisHeight({height:o}){this.xAxisHeight=o,this.update()}onDataLabelMaxHeightChanged(o){o.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,o.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,o.size.height),o.index===this.results.length-1&&setTimeout(()=>this.update())}onActivate(o,x=!1){o=this.results.find(J=>x?J.label===o.name:J.name===o.name),!(this.activeEntries.findIndex(J=>J.name===o.name&&J.value===o.value&&J.series===o.series)>-1)&&(this.activeEntries=[o,...this.activeEntries],this.activate.emit({value:o,entries:this.activeEntries}))}onDeactivate(o,x=!1){o=this.results.find(J=>x?J.label===o.name:J.name===o.name);const z=this.activeEntries.findIndex(J=>J.name===o.name&&J.value===o.value&&J.series===o.series);this.activeEntries.splice(z,1),this.activeEntries=[...this.activeEntries],this.deactivate.emit({value:o,entries:this.activeEntries})}}return m.\u0275fac=function(){let O;return function(x){return(O||(O=t.n5z(m)))(x||m)}}(),m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-bar-vertical"]],contentQueries:function(o,x,z){if(1&o&&t.Suo(z,J0,5),2&o){let J;t.iGM(J=t.CRH())&&(x.tooltipTemplate=J.first)}},inputs:{legend:"legend",legendTitle:"legendTitle",legendPosition:"legendPosition",xAxis:"xAxis",yAxis:"yAxis",showXAxisLabel:"showXAxisLabel",showYAxisLabel:"showYAxisLabel",xAxisLabel:"xAxisLabel",yAxisLabel:"yAxisLabel",tooltipDisabled:"tooltipDisabled",gradient:"gradient",showGridLines:"showGridLines",activeEntries:"activeEntries",schemeType:"schemeType",trimXAxisTicks:"trimXAxisTicks",trimYAxisTicks:"trimYAxisTicks",rotateXAxisTicks:"rotateXAxisTicks",maxXAxisTickLength:"maxXAxisTickLength",maxYAxisTickLength:"maxYAxisTickLength",xAxisTickFormatting:"xAxisTickFormatting",yAxisTickFormatting:"yAxisTickFormatting",xAxisTicks:"xAxisTicks",yAxisTicks:"yAxisTicks",barPadding:"barPadding",roundDomains:"roundDomains",roundEdges:"roundEdges",yScaleMax:"yScaleMax",yScaleMin:"yScaleMin",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero"},outputs:{activate:"activate",deactivate:"deactivate"},features:[t.qOj],decls:5,vars:25,consts:[[3,"view","showLegend","legendOptions","activeEntries","animations","legendLabelClick","legendLabelActivate","legendLabelDeactivate"],[1,"bar-chart","chart"],["ngx-charts-x-axis","",3,"xScale","dims","showGridLines","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","dimensionsChanged",4,"ngIf"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","dimensionsChanged",4,"ngIf"],["ngx-charts-series-vertical","",3,"xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","activeEntries","roundEdges","animations","noBarWhenZero","activate","deactivate","select","dataLabelHeightChanged"],["ngx-charts-x-axis","",3,"xScale","dims","showGridLines","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","dimensionsChanged"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","dimensionsChanged"]],template:function(o,x){1&o&&(t.TgZ(0,"ngx-charts-chart",0),t.NdJ("legendLabelClick",function(J){return x.onClick(J)})("legendLabelActivate",function(J){return x.onActivate(J,!0)})("legendLabelDeactivate",function(J){return x.onDeactivate(J,!0)}),t.O4$(),t.TgZ(1,"g",1),t.YNc(2,Ml,1,11,"g",2),t.YNc(3,wl,1,9,"g",3),t.TgZ(4,"g",4),t.NdJ("activate",function(J){return x.onActivate(J)})("deactivate",function(J){return x.onDeactivate(J)})("select",function(J){return x.onClick(J)})("dataLabelHeightChanged",function(J){return x.onDataLabelMaxHeightChanged(J)}),t.qZA()()()),2&o&&(t.Q6J("view",t.WLB(22,Zs,x.width,x.height))("showLegend",x.legend)("legendOptions",x.legendOptions)("activeEntries",x.activeEntries)("animations",x.animations),t.xp6(1),t.uIk("transform",x.transform),t.xp6(1),t.Q6J("ngIf",x.xAxis),t.xp6(1),t.Q6J("ngIf",x.yAxis),t.xp6(1),t.Q6J("xScale",x.xScale)("yScale",x.yScale)("colors",x.colors)("series",x.results)("dims",x.dims)("gradient",x.gradient)("tooltipDisabled",x.tooltipDisabled)("tooltipTemplate",x.tooltipTemplate)("showDataLabel",x.showDataLabel)("dataLabelFormatting",x.dataLabelFormatting)("activeEntries",x.activeEntries)("roundEdges",x.roundEdges)("animations",x.animations)("noBarWhenZero",x.noBarWhenZero))},directives:[C4,Rl,x4,Zc,e.O5],styles:[ic],encapsulation:2,changeDetection:0}),m})(),Wc=(()=>{class m extends Nl{constructor(){super(...arguments),this.legend=!1,this.legendTitle="Legend",this.legendPosition=Ws.Right,this.tooltipDisabled=!1,this.scaleType=Tn.Ordinal,this.showGridLines=!0,this.activeEntries=[],this.trimXAxisTicks=!0,this.trimYAxisTicks=!0,this.rotateXAxisTicks=!0,this.maxXAxisTickLength=16,this.maxYAxisTickLength=16,this.groupPadding=16,this.barPadding=8,this.roundDomains=!1,this.roundEdges=!0,this.showDataLabel=!1,this.noBarWhenZero=!0,this.activate=new t.vpe,this.deactivate=new t.vpe,this.margin=[10,20,10,20],this.xAxisHeight=0,this.yAxisWidth=0,this.dataLabelMaxHeight={negative:0,positive:0},this.isSSR=!1,this.barOrientation=na,this.trackBy=(o,x)=>x.name}ngOnInit(){(0,e.PM)(this.platformId)&&(this.isSSR=!0)}update(){super.update(),this.showDataLabel||(this.dataLabelMaxHeight={negative:0,positive:0}),this.margin=[10+this.dataLabelMaxHeight.positive,20,10+this.dataLabelMaxHeight.negative,20],this.dims=Bl({width:this.width,height:this.height,margins:this.margin,showXAxis:this.xAxis,showYAxis:this.yAxis,xAxisHeight:this.xAxisHeight,yAxisWidth:this.yAxisWidth,showXLabel:this.showXAxisLabel,showYLabel:this.showYAxisLabel,showLegend:this.legend,legendType:this.schemeType,legendPosition:this.legendPosition}),this.showDataLabel&&(this.dims.height-=this.dataLabelMaxHeight.negative),this.formatDates(),this.groupDomain=this.getGroupDomain(),this.innerDomain=this.getInnerDomain(),this.valueDomain=this.getValueDomain(),this.groupScale=this.getGroupScale(),this.innerScale=this.getInnerScale(),this.valueScale=this.getValueScale(),this.setColors(),this.legendOptions=this.getLegendOptions(),this.transform=`translate(${this.dims.xOffset} , ${this.margin[0]+this.dataLabelMaxHeight.negative})`}onDataLabelMaxHeightChanged(o,x){o.size.negative?this.dataLabelMaxHeight.negative=Math.max(this.dataLabelMaxHeight.negative,o.size.height):this.dataLabelMaxHeight.positive=Math.max(this.dataLabelMaxHeight.positive,o.size.height),x===this.results.length-1&&setTimeout(()=>this.update())}getGroupScale(){const o=this.groupDomain.length/(this.dims.height/this.groupPadding+1);return w1().rangeRound([0,this.dims.width]).paddingInner(o).paddingOuter(o/2).domain(this.groupDomain)}getInnerScale(){const o=this.groupScale.bandwidth(),x=this.innerDomain.length/(o/this.barPadding+1);return w1().rangeRound([0,o]).paddingInner(x).domain(this.innerDomain)}getValueScale(){const o=Do().range([this.dims.height,0]).domain(this.valueDomain);return this.roundDomains?o.nice():o}getGroupDomain(){const o=[];for(const x of this.results)o.includes(x.label)||o.push(x.label);return o}getInnerDomain(){const o=[];for(const x of this.results)for(const z of x.series)o.includes(z.label)||o.push(z.label);return o}getValueDomain(){const o=[];for(const J of this.results)for(const ke of J.series)o.includes(ke.value)||o.push(ke.value);return[Math.min(0,...o),this.yScaleMax?Math.max(this.yScaleMax,...o):Math.max(0,...o)]}groupTransform(o){return`translate(${this.groupScale(o.label)}, 0)`}onClick(o,x){x&&(o.series=x.name),this.select.emit(o)}setColors(){let o;o=this.schemeType===Tn.Ordinal?this.innerDomain:this.valueDomain,this.colors=new A2(this.scheme,this.schemeType,o,this.customColors)}getLegendOptions(){const o={scaleType:this.schemeType,colors:void 0,domain:[],title:void 0,position:this.legendPosition};return o.scaleType===Tn.Ordinal?(o.domain=this.innerDomain,o.colors=this.colors,o.title=this.legendTitle):(o.domain=this.valueDomain,o.colors=this.colors.scale),o}updateYAxisWidth({width:o}){this.yAxisWidth=o,this.update()}updateXAxisHeight({height:o}){this.xAxisHeight=o,this.update()}onActivate(o,x,z=!1){const J=Object.assign({},o);x&&(J.series=x.name);const ke=this.results.map(lt=>lt.series).flat().filter(lt=>z?lt.label===J.name:lt.name===J.name&<.series===J.series);this.activeEntries=[...ke],this.activate.emit({value:J,entries:this.activeEntries})}onDeactivate(o,x,z=!1){const J=Object.assign({},o);x&&(J.series=x.name),this.activeEntries=this.activeEntries.filter(ke=>z?ke.label!==J.name:!(ke.name===J.name&&ke.series===J.series)),this.deactivate.emit({value:J,entries:this.activeEntries})}}return m.\u0275fac=function(){let O;return function(x){return(O||(O=t.n5z(m)))(x||m)}}(),m.\u0275cmp=t.Xpm({type:m,selectors:[["ngx-charts-bar-vertical-2d"]],contentQueries:function(o,x,z){if(1&o&&t.Suo(z,J0,5),2&o){let J;t.iGM(J=t.CRH())&&(x.tooltipTemplate=J.first)}},inputs:{legend:"legend",legendTitle:"legendTitle",legendPosition:"legendPosition",xAxis:"xAxis",yAxis:"yAxis",showXAxisLabel:"showXAxisLabel",showYAxisLabel:"showYAxisLabel",xAxisLabel:"xAxisLabel",yAxisLabel:"yAxisLabel",tooltipDisabled:"tooltipDisabled",scaleType:"scaleType",gradient:"gradient",showGridLines:"showGridLines",activeEntries:"activeEntries",schemeType:"schemeType",trimXAxisTicks:"trimXAxisTicks",trimYAxisTicks:"trimYAxisTicks",rotateXAxisTicks:"rotateXAxisTicks",maxXAxisTickLength:"maxXAxisTickLength",maxYAxisTickLength:"maxYAxisTickLength",xAxisTickFormatting:"xAxisTickFormatting",yAxisTickFormatting:"yAxisTickFormatting",xAxisTicks:"xAxisTicks",yAxisTicks:"yAxisTicks",groupPadding:"groupPadding",barPadding:"barPadding",roundDomains:"roundDomains",roundEdges:"roundEdges",yScaleMax:"yScaleMax",showDataLabel:"showDataLabel",dataLabelFormatting:"dataLabelFormatting",noBarWhenZero:"noBarWhenZero"},outputs:{activate:"activate",deactivate:"deactivate"},features:[t.qOj],decls:7,vars:18,consts:[[3,"view","showLegend","legendOptions","activeEntries","animations","legendLabelActivate","legendLabelDeactivate","legendLabelClick"],[1,"bar-chart","chart"],["ngx-charts-grid-panel-series","",3,"xScale","yScale","data","dims","orient"],["ngx-charts-x-axis","",3,"xScale","dims","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","dimensionsChanged",4,"ngIf"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","dimensionsChanged",4,"ngIf"],[4,"ngIf"],["ngx-charts-x-axis","",3,"xScale","dims","showLabel","labelText","trimTicks","rotateTicks","maxTickLength","tickFormatting","ticks","xAxisOffset","dimensionsChanged"],["ngx-charts-y-axis","",3,"yScale","dims","showGridLines","showLabel","labelText","trimTicks","maxTickLength","tickFormatting","ticks","dimensionsChanged"],["ngx-charts-series-vertical","",3,"activeEntries","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","seriesName","roundEdges","animations","noBarWhenZero","select","activate","deactivate","dataLabelHeightChanged",4,"ngFor","ngForOf","ngForTrackBy"],["ngx-charts-series-vertical","",3,"activeEntries","xScale","yScale","colors","series","dims","gradient","tooltipDisabled","tooltipTemplate","showDataLabel","dataLabelFormatting","seriesName","roundEdges","animations","noBarWhenZero","select","activate","deactivate","dataLabelHeightChanged"]],template:function(o,x){1&o&&(t.TgZ(0,"ngx-charts-chart",0),t.NdJ("legendLabelActivate",function(J){return x.onActivate(J,void 0,!0)})("legendLabelDeactivate",function(J){return x.onDeactivate(J,void 0,!0)})("legendLabelClick",function(J){return x.onClick(J)}),t.O4$(),t.TgZ(1,"g",1),t._UZ(2,"g",2),t.YNc(3,F5,1,10,"g",3),t.YNc(4,Ll,1,9,"g",4),t.YNc(5,i4,2,2,"g",5),t.qZA(),t.YNc(6,V5,2,2,"g",5),t.qZA()),2&o&&(t.Q6J("view",t.WLB(15,Zs,x.width,x.height))("showLegend",x.legend)("legendOptions",x.legendOptions)("activeEntries",x.activeEntries)("animations",x.animations),t.xp6(1),t.uIk("transform",x.transform),t.xp6(1),t.Q6J("xScale",x.groupScale)("yScale",x.valueScale)("data",x.results)("dims",x.dims)("orient",x.barOrientation.Vertical),t.xp6(1),t.Q6J("ngIf",x.xAxis),t.xp6(1),t.Q6J("ngIf",x.yAxis),t.xp6(1),t.Q6J("ngIf",!x.isSSR),t.xp6(1),t.Q6J("ngIf",x.isSSR))},directives:[C4,O1,Rl,x4,Zc,e.O5,e.sg],styles:[ic],encapsulation:2,data:{animation:[(0,d.X$)("animationState",[(0,d.eR)(":leave",[(0,d.oB)({opacity:1,transform:"*"}),(0,d.jt)(500,(0,d.oB)({opacity:0,transform:"scale(0)"}))])])]},changeDetection:0}),m})(),I4=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Pd=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Rd=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),qh=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),N4=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})();Math;let Zl=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Bd=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs,Zl,N4]]}),m})(),V4=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),t6=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs]]}),m})(),Kd=(()=>{class m{}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[[xs,Zl,I4]]}),m})(),Qd=(()=>{class m{constructor(){!function z4(){"undefined"!=typeof SVGElement&&void 0===SVGElement.prototype.contains&&(SVGElement.prototype.contains=HTMLDivElement.prototype.contains)}()}}return m.\u0275fac=function(o){return new(o||m)},m.\u0275mod=t.oAB({type:m}),m.\u0275inj=t.cJS({imports:[xs,Ul,I4,Pd,Rd,qh,N4,Bd,V4,Zl,t6,Kd]}),m})()},159:(Ve,K,p)=>{"use strict";p.d(K,{OF:()=>A,uU:()=>h});var t=p(5e3),e=p(9808),f=p(655),M=p(3259);function a(w,D){if(1&w&&t._UZ(0,"canvas",1),2&w){const L=t.oxw();t.Q6J("qrCode",L.value)("qrCodeErrorCorrectionLevel",L.errorCorrectionLevel)("qrCodeCenterImageSrc",L.centerImageSrc)("qrCodeCenterImageWidth",L.centerImageSize)("qrCodeCenterImageHeight",L.centerImageSize)("qrCodeMargin",L.margin)("width",L.size)("height",L.size)("darkColor",L.darkColor)("lightColor",L.lightColor)}}const b=/^#(?:[0-9a-fA-F]{3,4}){1,2}$/;let d=(()=>{class w{constructor(L){this.viewContainerRef=L,this.errorCorrectionLevel=w.DEFAULT_ERROR_CORRECTION_LEVEL,this.darkColor="#000000FF",this.lightColor="#FFFFFFFF",this.margin=16}ngOnChanges(){var L,k;return(0,f.mG)(this,void 0,void 0,function*(){if(!this.value)return;this.version&&this.version>40?(console.warn("[qrCode] max version is 40, clamping"),this.version=40):this.version&&this.version<1?(console.warn("[qrCode] min version is 1, clamping"),this.version=1):void 0!==this.version&&isNaN(this.version)&&(console.warn("[qrCode] version should be set to a number, defaulting to auto"),this.version=void 0);const S=this.viewContainerRef.element.nativeElement;if(!S)return;const U=S.getContext("2d");U&&U.clearRect(0,0,U.canvas.width,U.canvas.height);const Z=null!==(L=this.errorCorrectionLevel)&&void 0!==L?L:w.DEFAULT_ERROR_CORRECTION_LEVEL,j=b.test(this.darkColor)?this.darkColor:void 0,ne=b.test(this.lightColor)?this.lightColor:void 0;(0,t.X6Q)()&&(!j&&this.darkColor&&console.error("[ng-qrcode] darkColor set to invalid value, must be RGBA hex color string, eg: #3050A1FF"),!ne&&this.lightColor&&console.error("[ng-qrcode] lightColor set to invalid value, must be RGBA hex color string, eg: #3050A130")),yield M.toCanvas(S,this.value,{version:this.version,errorCorrectionLevel:Z,width:this.width,margin:this.margin,color:{dark:j,light:ne}});const $=this.centerImageSrc,de=N(this.centerImageWidth,w.DEFAULT_CENTER_IMAGE_SIZE),te=N(this.centerImageHeight,w.DEFAULT_CENTER_IMAGE_SIZE);if($&&U){this.centerImage||(this.centerImage=new Image(de,te)),$!==(null===(k=this.centerImage)||void 0===k?void 0:k.src)&&(this.centerImage.src=$),de!==this.centerImage.width&&(this.centerImage.width=de),te!==this.centerImage.height&&(this.centerImage.height=te);const ie=this.centerImage;ie.onload=()=>{U.drawImage(ie,S.width/2-de/2,S.height/2-te/2,de,te)}}})}}return w.DEFAULT_ERROR_CORRECTION_LEVEL="M",w.DEFAULT_CENTER_IMAGE_SIZE=40,w.\u0275fac=function(L){return new(L||w)(t.Y36(t.s_b))},w.\u0275dir=t.lG2({type:w,selectors:[["canvas","qrCode",""]],inputs:{value:["qrCode","value"],version:["qrCodeVersion","version"],errorCorrectionLevel:["qrCodeErrorCorrectionLevel","errorCorrectionLevel"],width:"width",height:"height",darkColor:"darkColor",lightColor:"lightColor",centerImageSrc:["qrCodeCenterImageSrc","centerImageSrc"],centerImageWidth:["qrCodeCenterImageWidth","centerImageWidth"],centerImageHeight:["qrCodeCenterImageHeight","centerImageHeight"],margin:["qrCodeMargin","margin"]},features:[t.TTD]}),w})();function N(w,D){return void 0===w||""===w?D:"string"==typeof w?parseInt(w,10):w}let h=(()=>{class w{}return w.\u0275fac=function(L){return new(L||w)},w.\u0275cmp=t.Xpm({type:w,selectors:[["qr-code"]],inputs:{value:"value",size:"size",darkColor:"darkColor",lightColor:"lightColor",errorCorrectionLevel:"errorCorrectionLevel",centerImageSrc:"centerImageSrc",centerImageSize:"centerImageSize",margin:"margin"},decls:1,vars:1,consts:[[3,"qrCode","qrCodeErrorCorrectionLevel","qrCodeCenterImageSrc","qrCodeCenterImageWidth","qrCodeCenterImageHeight","qrCodeMargin","width","height","darkColor","lightColor",4,"ngIf"],[3,"qrCode","qrCodeErrorCorrectionLevel","qrCodeCenterImageSrc","qrCodeCenterImageWidth","qrCodeCenterImageHeight","qrCodeMargin","width","height","darkColor","lightColor"]],template:function(L,k){1&L&&t.YNc(0,a,1,10,"canvas",0),2&L&&t.Q6J("ngIf",k.value)},directives:[e.O5,d],encapsulation:2}),w})(),A=(()=>{class w{}return w.\u0275fac=function(L){return new(L||w)},w.\u0275mod=t.oAB({type:w}),w.\u0275inj=t.cJS({imports:[[e.ez]]}),w})()},8129:(Ve,K,p)=>{"use strict";p.d(K,{op:()=>ei,$V:()=>be,Xd:()=>Ht});var t=p(7579),e=p(4968),f=p(3601),M=p(2722),a=p(5e3),b=p(9808);function d(it){return getComputedStyle(it)}function N(it,Re){for(var tt in Re){var Je=Re[tt];"number"==typeof Je&&(Je+="px"),it.style[tt]=Je}return it}function h(it){var Re=document.createElement("div");return Re.className=it,Re}var A="undefined"!=typeof Element&&(Element.prototype.matches||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector);function w(it,Re){if(!A)throw new Error("No element matching method supported");return A.call(it,Re)}function D(it){it.remove?it.remove():it.parentNode&&it.parentNode.removeChild(it)}function L(it,Re){return Array.prototype.filter.call(it.children,function(tt){return w(tt,Re)})}var k_element_thumb=function(it){return"ps__thumb-"+it},k_element_rail=function(it){return"ps__rail-"+it},k_element_consuming="ps__child--consume",k_state_focus="ps--focus",k_state_clicking="ps--clicking",k_state_active=function(it){return"ps--active-"+it},k_state_scrolling=function(it){return"ps--scrolling-"+it},S={x:null,y:null};function U(it,Re){var tt=it.element.classList,Je=k_state_scrolling(Re);tt.contains(Je)?clearTimeout(S[Re]):tt.add(Je)}function Z(it,Re){S[Re]=setTimeout(function(){return it.isAlive&&it.element.classList.remove(k_state_scrolling(Re))},it.settings.scrollingThreshold)}var ne=function(Re){this.element=Re,this.handlers={}},$={isEmpty:{configurable:!0}};ne.prototype.bind=function(Re,tt){void 0===this.handlers[Re]&&(this.handlers[Re]=[]),this.handlers[Re].push(tt),this.element.addEventListener(Re,tt,!1)},ne.prototype.unbind=function(Re,tt){var Je=this;this.handlers[Re]=this.handlers[Re].filter(function(Se){return!(!tt||Se===tt)||(Je.element.removeEventListener(Re,Se,!1),!1)})},ne.prototype.unbindAll=function(){for(var Re in this.handlers)this.unbind(Re)},$.isEmpty.get=function(){var it=this;return Object.keys(this.handlers).every(function(Re){return 0===it.handlers[Re].length})},Object.defineProperties(ne.prototype,$);var de=function(){this.eventElements=[]};function te(it){if("function"==typeof window.CustomEvent)return new CustomEvent(it);var Re=document.createEvent("CustomEvent");return Re.initCustomEvent(it,!1,!1,void 0),Re}function ie(it,Re,tt,Je,Se){var Ge;if(void 0===Je&&(Je=!0),void 0===Se&&(Se=!1),"top"===Re)Ge=["contentHeight","containerHeight","scrollTop","y","up","down"];else{if("left"!==Re)throw new Error("A proper axis should be provided");Ge=["contentWidth","containerWidth","scrollLeft","x","left","right"]}!function oe(it,Re,tt,Je,Se){var Ge=tt[0],at=tt[1],st=tt[2],bt=tt[3],gi=tt[4],qt=tt[5];void 0===Je&&(Je=!0),void 0===Se&&(Se=!1);var Xt=it.element;it.reach[bt]=null,Xt[st]<1&&(it.reach[bt]="start"),Xt[st]>it[Ge]-it[at]-1&&(it.reach[bt]="end"),Re&&(Xt.dispatchEvent(te("ps-scroll-"+bt)),Re<0?Xt.dispatchEvent(te("ps-scroll-"+gi)):Re>0&&Xt.dispatchEvent(te("ps-scroll-"+qt)),Je&&function j(it,Re){U(it,Re),Z(it,Re)}(it,bt)),it.reach[bt]&&(Re||Se)&&Xt.dispatchEvent(te("ps-"+bt+"-reach-"+it.reach[bt]))}(it,tt,Ge,Je,Se)}function X(it){return parseInt(it,10)||0}de.prototype.eventElement=function(Re){var tt=this.eventElements.filter(function(Je){return Je.element===Re})[0];return tt||(tt=new ne(Re),this.eventElements.push(tt)),tt},de.prototype.bind=function(Re,tt,Je){this.eventElement(Re).bind(tt,Je)},de.prototype.unbind=function(Re,tt,Je){var Se=this.eventElement(Re);Se.unbind(tt,Je),Se.isEmpty&&this.eventElements.splice(this.eventElements.indexOf(Se),1)},de.prototype.unbindAll=function(){this.eventElements.forEach(function(Re){return Re.unbindAll()}),this.eventElements=[]},de.prototype.once=function(Re,tt,Je){var Se=this.eventElement(Re),Ge=function(at){Se.unbind(tt,Ge),Je(at)};Se.bind(tt,Ge)};var i={isWebKit:"undefined"!=typeof document&&"WebkitAppearance"in document.documentElement.style,supportsTouch:"undefined"!=typeof window&&("ontouchstart"in window||"maxTouchPoints"in window.navigator&&window.navigator.maxTouchPoints>0||window.DocumentTouch&&document instanceof window.DocumentTouch),supportsIePointer:"undefined"!=typeof navigator&&navigator.msMaxTouchPoints,isChrome:"undefined"!=typeof navigator&&/Chrome/i.test(navigator&&navigator.userAgent)};function r(it){var Re=it.element,tt=Math.floor(Re.scrollTop),Je=Re.getBoundingClientRect();it.containerWidth=Math.round(Je.width),it.containerHeight=Math.round(Je.height),it.contentWidth=Re.scrollWidth,it.contentHeight=Re.scrollHeight,Re.contains(it.scrollbarXRail)||(L(Re,k_element_rail("x")).forEach(function(Se){return D(Se)}),Re.appendChild(it.scrollbarXRail)),Re.contains(it.scrollbarYRail)||(L(Re,k_element_rail("y")).forEach(function(Se){return D(Se)}),Re.appendChild(it.scrollbarYRail)),!it.settings.suppressScrollX&&it.containerWidth+it.settings.scrollXMarginOffset=it.railXWidth-it.scrollbarXWidth&&(it.scrollbarXLeft=it.railXWidth-it.scrollbarXWidth),it.scrollbarYTop>=it.railYHeight-it.scrollbarYHeight&&(it.scrollbarYTop=it.railYHeight-it.scrollbarYHeight),function c(it,Re){var tt={width:Re.railXWidth},Je=Math.floor(it.scrollTop);tt.left=Re.isRtl?Re.negativeScrollAdjustment+it.scrollLeft+Re.containerWidth-Re.contentWidth:it.scrollLeft,Re.isScrollbarXUsingBottom?tt.bottom=Re.scrollbarXBottom-Je:tt.top=Re.scrollbarXTop+Je,N(Re.scrollbarXRail,tt);var Se={top:Je,height:Re.railYHeight};Re.isScrollbarYUsingRight?Se.right=Re.isRtl?Re.contentWidth-(Re.negativeScrollAdjustment+it.scrollLeft)-Re.scrollbarYRight-Re.scrollbarYOuterWidth-9:Re.scrollbarYRight-it.scrollLeft:Se.left=Re.isRtl?Re.negativeScrollAdjustment+it.scrollLeft+2*Re.containerWidth-Re.contentWidth-Re.scrollbarYLeft-Re.scrollbarYOuterWidth:Re.scrollbarYLeft+it.scrollLeft,N(Re.scrollbarYRail,Se),N(Re.scrollbarX,{left:Re.scrollbarXLeft,width:Re.scrollbarXWidth-Re.railBorderXWidth}),N(Re.scrollbarY,{top:Re.scrollbarYTop,height:Re.scrollbarYHeight-Re.railBorderYWidth})}(Re,it),it.scrollbarXActive?Re.classList.add(k_state_active("x")):(Re.classList.remove(k_state_active("x")),it.scrollbarXWidth=0,it.scrollbarXLeft=0,Re.scrollLeft=!0===it.isRtl?it.contentWidth:0),it.scrollbarYActive?Re.classList.add(k_state_active("y")):(Re.classList.remove(k_state_active("y")),it.scrollbarYHeight=0,it.scrollbarYTop=0,Re.scrollTop=0)}function u(it,Re){return it.settings.minScrollbarLength&&(Re=Math.max(Re,it.settings.minScrollbarLength)),it.settings.maxScrollbarLength&&(Re=Math.min(Re,it.settings.maxScrollbarLength)),Re}function I(it,Re){var tt=Re[0],Je=Re[1],Se=Re[2],Ge=Re[3],at=Re[4],st=Re[5],bt=Re[6],gi=Re[7],qt=Re[8],Xt=it.element,Ji=null,fi=null,si=null;function en(Ui){Ui.touches&&Ui.touches[0]&&(Ui[Se]=Ui.touches[0].pageY),Xt[bt]=Ji+si*(Ui[Se]-fi),U(it,gi),r(it),Ui.stopPropagation(),Ui.type.startsWith("touch")&&Ui.changedTouches.length>1&&Ui.preventDefault()}function Bi(){Z(it,gi),it[qt].classList.remove(k_state_clicking),it.event.unbind(it.ownerDocument,"mousemove",en)}function zi(Ui,ze){Ji=Xt[bt],ze&&Ui.touches&&(Ui[Se]=Ui.touches[0].pageY),fi=Ui[Se],si=(it[Je]-it[tt])/(it[Ge]-it[st]),ze?it.event.bind(it.ownerDocument,"touchmove",en):(it.event.bind(it.ownerDocument,"mousemove",en),it.event.once(it.ownerDocument,"mouseup",Bi),Ui.preventDefault()),it[qt].classList.add(k_state_clicking),Ui.stopPropagation()}it.event.bind(it[at],"mousedown",function(Ui){zi(Ui)}),it.event.bind(it[at],"touchstart",function(Ui){zi(Ui,!0)})}var P={"click-rail":function _(it){it.event.bind(it.scrollbarY,"mousedown",function(tt){return tt.stopPropagation()}),it.event.bind(it.scrollbarYRail,"mousedown",function(tt){var Je=tt.pageY-window.pageYOffset-it.scrollbarYRail.getBoundingClientRect().top;it.element.scrollTop+=(Je>it.scrollbarYTop?1:-1)*it.containerHeight,r(it),tt.stopPropagation()}),it.event.bind(it.scrollbarX,"mousedown",function(tt){return tt.stopPropagation()}),it.event.bind(it.scrollbarXRail,"mousedown",function(tt){var Je=tt.pageX-window.pageXOffset-it.scrollbarXRail.getBoundingClientRect().left;it.element.scrollLeft+=(Je>it.scrollbarXLeft?1:-1)*it.containerWidth,r(it),tt.stopPropagation()})},"drag-thumb":function E(it){I(it,["containerWidth","contentWidth","pageX","railXWidth","scrollbarX","scrollbarXWidth","scrollLeft","x","scrollbarXRail"]),I(it,["containerHeight","contentHeight","pageY","railYHeight","scrollbarY","scrollbarYHeight","scrollTop","y","scrollbarYRail"])},keyboard:function v(it){var Re=it.element;it.event.bind(it.ownerDocument,"keydown",function(Ge){if(!(Ge.isDefaultPrevented&&Ge.isDefaultPrevented()||Ge.defaultPrevented)&&(w(Re,":hover")||w(it.scrollbarX,":focus")||w(it.scrollbarY,":focus"))){var at=document.activeElement?document.activeElement:it.ownerDocument.activeElement;if(at){if("IFRAME"===at.tagName)at=at.contentDocument.activeElement;else for(;at.shadowRoot;)at=at.shadowRoot.activeElement;if(function me(it){return w(it,"input,[contenteditable]")||w(it,"select,[contenteditable]")||w(it,"textarea,[contenteditable]")||w(it,"button,[contenteditable]")}(at))return}var st=0,bt=0;switch(Ge.which){case 37:st=Ge.metaKey?-it.contentWidth:Ge.altKey?-it.containerWidth:-30;break;case 38:bt=Ge.metaKey?it.contentHeight:Ge.altKey?it.containerHeight:30;break;case 39:st=Ge.metaKey?it.contentWidth:Ge.altKey?it.containerWidth:30;break;case 40:bt=Ge.metaKey?-it.contentHeight:Ge.altKey?-it.containerHeight:-30;break;case 32:bt=Ge.shiftKey?it.containerHeight:-it.containerHeight;break;case 33:bt=it.containerHeight;break;case 34:bt=-it.containerHeight;break;case 36:bt=it.contentHeight;break;case 35:bt=-it.contentHeight;break;default:return}it.settings.suppressScrollX&&0!==st||it.settings.suppressScrollY&&0!==bt||(Re.scrollTop-=bt,Re.scrollLeft+=st,r(it),function Se(Ge,at){var st=Math.floor(Re.scrollTop);if(0===Ge){if(!it.scrollbarYActive)return!1;if(0===st&&at>0||st>=it.contentHeight-it.containerHeight&&at<0)return!it.settings.wheelPropagation}var bt=Re.scrollLeft;if(0===at){if(!it.scrollbarXActive)return!1;if(0===bt&&Ge<0||bt>=it.contentWidth-it.containerWidth&&Ge>0)return!it.settings.wheelPropagation}return!0}(st,bt)&&Ge.preventDefault())}})},wheel:function n(it){var Re=it.element;function Ge(at){var st=function Je(at){var st=at.deltaX,bt=-1*at.deltaY;return(void 0===st||void 0===bt)&&(st=-1*at.wheelDeltaX/6,bt=at.wheelDeltaY/6),at.deltaMode&&1===at.deltaMode&&(st*=10,bt*=10),st!=st&&bt!=bt&&(st=0,bt=at.wheelDelta),at.shiftKey?[-bt,-st]:[st,bt]}(at),bt=st[0],gi=st[1];if(!function Se(at,st,bt){if(!i.isWebKit&&Re.querySelector("select:focus"))return!0;if(!Re.contains(at))return!1;for(var gi=at;gi&&gi!==Re;){if(gi.classList.contains(k_element_consuming))return!0;var qt=d(gi);if(bt&&qt.overflowY.match(/(scroll|auto)/)){var Xt=gi.scrollHeight-gi.clientHeight;if(Xt>0&&(gi.scrollTop>0&&bt<0||gi.scrollTop0))return!0}if(st&&qt.overflowX.match(/(scroll|auto)/)){var Ji=gi.scrollWidth-gi.clientWidth;if(Ji>0&&(gi.scrollLeft>0&&st<0||gi.scrollLeft0))return!0}gi=gi.parentNode}return!1}(at.target,bt,gi)){var qt=!1;it.settings.useBothWheelAxes?it.scrollbarYActive&&!it.scrollbarXActive?(gi?Re.scrollTop-=gi*it.settings.wheelSpeed:Re.scrollTop+=bt*it.settings.wheelSpeed,qt=!0):it.scrollbarXActive&&!it.scrollbarYActive&&(bt?Re.scrollLeft+=bt*it.settings.wheelSpeed:Re.scrollLeft-=gi*it.settings.wheelSpeed,qt=!0):(Re.scrollTop-=gi*it.settings.wheelSpeed,Re.scrollLeft+=bt*it.settings.wheelSpeed),r(it),qt=qt||function tt(at,st){var bt=Math.floor(Re.scrollTop),gi=0===Re.scrollTop,qt=bt+Re.offsetHeight===Re.scrollHeight,Xt=0===Re.scrollLeft,Ji=Re.scrollLeft+Re.offsetWidth===Re.scrollWidth;return!(Math.abs(st)>Math.abs(at)?gi||qt:Xt||Ji)||!it.settings.wheelPropagation}(bt,gi),qt&&!at.ctrlKey&&(at.stopPropagation(),at.preventDefault())}}void 0!==window.onwheel?it.event.bind(Re,"wheel",Ge):void 0!==window.onmousewheel&&it.event.bind(Re,"mousewheel",Ge)},touch:function C(it){if(i.supportsTouch||i.supportsIePointer){var Re=it.element,Se={},Ge=0,at={},st=null;i.supportsTouch?(it.event.bind(Re,"touchstart",qt),it.event.bind(Re,"touchmove",Ji),it.event.bind(Re,"touchend",fi)):i.supportsIePointer&&(window.PointerEvent?(it.event.bind(Re,"pointerdown",qt),it.event.bind(Re,"pointermove",Ji),it.event.bind(Re,"pointerup",fi)):window.MSPointerEvent&&(it.event.bind(Re,"MSPointerDown",qt),it.event.bind(Re,"MSPointerMove",Ji),it.event.bind(Re,"MSPointerUp",fi)))}function Je(si,en){Re.scrollTop-=en,Re.scrollLeft-=si,r(it)}function bt(si){return si.targetTouches?si.targetTouches[0]:si}function gi(si){return!(si.pointerType&&"pen"===si.pointerType&&0===si.buttons||!(si.targetTouches&&1===si.targetTouches.length||si.pointerType&&"mouse"!==si.pointerType&&si.pointerType!==si.MSPOINTER_TYPE_MOUSE))}function qt(si){if(gi(si)){var en=bt(si);Se.pageX=en.pageX,Se.pageY=en.pageY,Ge=(new Date).getTime(),null!==st&&clearInterval(st)}}function Ji(si){if(gi(si)){var en=bt(si),Bi={pageX:en.pageX,pageY:en.pageY},zi=Bi.pageX-Se.pageX,Ui=Bi.pageY-Se.pageY;if(function Xt(si,en,Bi){if(!Re.contains(si))return!1;for(var zi=si;zi&&zi!==Re;){if(zi.classList.contains(k_element_consuming))return!0;var Ui=d(zi);if(Bi&&Ui.overflowY.match(/(scroll|auto)/)){var ze=zi.scrollHeight-zi.clientHeight;if(ze>0&&(zi.scrollTop>0&&Bi<0||zi.scrollTop0))return!0}if(en&&Ui.overflowX.match(/(scroll|auto)/)){var Tt=zi.scrollWidth-zi.clientWidth;if(Tt>0&&(zi.scrollLeft>0&&en<0||zi.scrollLeft0))return!0}zi=zi.parentNode}return!1}(si.target,zi,Ui))return;Je(zi,Ui),Se=Bi;var ze=(new Date).getTime(),Tt=ze-Ge;Tt>0&&(at.x=zi/Tt,at.y=Ui/Tt,Ge=ze),function tt(si,en){var Bi=Math.floor(Re.scrollTop),zi=Re.scrollLeft,Ui=Math.abs(si),ze=Math.abs(en);if(ze>Ui){if(en<0&&Bi===it.contentHeight-it.containerHeight||en>0&&0===Bi)return 0===window.scrollY&&en>0&&i.isChrome}else if(Ui>ze&&(si<0&&zi===it.contentWidth-it.containerWidth||si>0&&0===zi))return!0;return!0}(zi,Ui)&&si.preventDefault()}}function fi(){it.settings.swipeEasing&&(clearInterval(st),st=setInterval(function(){it.isInitialized?clearInterval(st):at.x||at.y?Math.abs(at.x)<.01&&Math.abs(at.y)<.01?clearInterval(st):it.element?(Je(30*at.x,30*at.y),at.x*=.8,at.y*=.8):clearInterval(st):clearInterval(st)},10))}}},F=function(Re,tt){var Je=this;if(void 0===tt&&(tt={}),"string"==typeof Re&&(Re=document.querySelector(Re)),!Re||!Re.nodeName)throw new Error("no element is specified to initialize PerfectScrollbar");for(var Se in this.element=Re,Re.classList.add("ps"),this.settings={handlers:["click-rail","drag-thumb","keyboard","wheel","touch"],maxScrollbarLength:null,minScrollbarLength:null,scrollingThreshold:1e3,scrollXMarginOffset:0,scrollYMarginOffset:0,suppressScrollX:!1,suppressScrollY:!1,swipeEasing:!0,useBothWheelAxes:!1,wheelPropagation:!0,wheelSpeed:1},tt)this.settings[Se]=tt[Se];this.containerWidth=null,this.containerHeight=null,this.contentWidth=null,this.contentHeight=null;var qt,gi,Ge=function(){return Re.classList.add(k_state_focus)},at=function(){return Re.classList.remove(k_state_focus)};this.isRtl="rtl"===d(Re).direction,!0===this.isRtl&&Re.classList.add("ps__rtl"),this.isNegativeScroll=(gi=Re.scrollLeft,Re.scrollLeft=-1,qt=Re.scrollLeft<0,Re.scrollLeft=gi,qt),this.negativeScrollAdjustment=this.isNegativeScroll?Re.scrollWidth-Re.clientWidth:0,this.event=new de,this.ownerDocument=Re.ownerDocument||document,this.scrollbarXRail=h(k_element_rail("x")),Re.appendChild(this.scrollbarXRail),this.scrollbarX=h(k_element_thumb("x")),this.scrollbarXRail.appendChild(this.scrollbarX),this.scrollbarX.setAttribute("tabindex",0),this.event.bind(this.scrollbarX,"focus",Ge),this.event.bind(this.scrollbarX,"blur",at),this.scrollbarXActive=null,this.scrollbarXWidth=null,this.scrollbarXLeft=null;var st=d(this.scrollbarXRail);this.scrollbarXBottom=parseInt(st.bottom,10),isNaN(this.scrollbarXBottom)?(this.isScrollbarXUsingBottom=!1,this.scrollbarXTop=X(st.top)):this.isScrollbarXUsingBottom=!0,this.railBorderXWidth=X(st.borderLeftWidth)+X(st.borderRightWidth),N(this.scrollbarXRail,{display:"block"}),this.railXMarginWidth=X(st.marginLeft)+X(st.marginRight),N(this.scrollbarXRail,{display:""}),this.railXWidth=null,this.railXRatio=null,this.scrollbarYRail=h(k_element_rail("y")),Re.appendChild(this.scrollbarYRail),this.scrollbarY=h(k_element_thumb("y")),this.scrollbarYRail.appendChild(this.scrollbarY),this.scrollbarY.setAttribute("tabindex",0),this.event.bind(this.scrollbarY,"focus",Ge),this.event.bind(this.scrollbarY,"blur",at),this.scrollbarYActive=null,this.scrollbarYHeight=null,this.scrollbarYTop=null;var bt=d(this.scrollbarYRail);this.scrollbarYRight=parseInt(bt.right,10),isNaN(this.scrollbarYRight)?(this.isScrollbarYUsingRight=!1,this.scrollbarYLeft=X(bt.left)):this.isScrollbarYUsingRight=!0,this.scrollbarYOuterWidth=this.isRtl?function y(it){var Re=d(it);return X(Re.width)+X(Re.paddingLeft)+X(Re.paddingRight)+X(Re.borderLeftWidth)+X(Re.borderRightWidth)}(this.scrollbarY):null,this.railBorderYWidth=X(bt.borderTopWidth)+X(bt.borderBottomWidth),N(this.scrollbarYRail,{display:"block"}),this.railYMarginHeight=X(bt.marginTop)+X(bt.marginBottom),N(this.scrollbarYRail,{display:""}),this.railYHeight=null,this.railYRatio=null,this.reach={x:Re.scrollLeft<=0?"start":Re.scrollLeft>=this.contentWidth-this.containerWidth?"end":null,y:Re.scrollTop<=0?"start":Re.scrollTop>=this.contentHeight-this.containerHeight?"end":null},this.isAlive=!0,this.settings.handlers.forEach(function(gi){return P[gi](Je)}),this.lastScrollTop=Math.floor(Re.scrollTop),this.lastScrollLeft=Re.scrollLeft,this.event.bind(this.element,"scroll",function(gi){return Je.onScroll(gi)}),r(this)};F.prototype.update=function(){!this.isAlive||(this.negativeScrollAdjustment=this.isNegativeScroll?this.element.scrollWidth-this.element.clientWidth:0,N(this.scrollbarXRail,{display:"block"}),N(this.scrollbarYRail,{display:"block"}),this.railXMarginWidth=X(d(this.scrollbarXRail).marginLeft)+X(d(this.scrollbarXRail).marginRight),this.railYMarginHeight=X(d(this.scrollbarYRail).marginTop)+X(d(this.scrollbarYRail).marginBottom),N(this.scrollbarXRail,{display:"none"}),N(this.scrollbarYRail,{display:"none"}),r(this),ie(this,"top",0,!1,!0),ie(this,"left",0,!1,!0),N(this.scrollbarXRail,{display:""}),N(this.scrollbarYRail,{display:""}))},F.prototype.onScroll=function(Re){!this.isAlive||(r(this),ie(this,"top",this.element.scrollTop-this.lastScrollTop),ie(this,"left",this.element.scrollLeft-this.lastScrollLeft),this.lastScrollTop=Math.floor(this.element.scrollTop),this.lastScrollLeft=this.element.scrollLeft)},F.prototype.destroy=function(){!this.isAlive||(this.event.unbindAll(),D(this.scrollbarX),D(this.scrollbarY),D(this.scrollbarXRail),D(this.scrollbarYRail),this.removePsClasses(),this.element=null,this.scrollbarX=null,this.scrollbarY=null,this.scrollbarXRail=null,this.scrollbarYRail=null,this.isAlive=!1)},F.prototype.removePsClasses=function(){this.element.className=this.element.className.split(" ").filter(function(Re){return!Re.match(/^ps([-_].+|)$/)}).join(" ")};const q=F;var he=function(){if("undefined"!=typeof Map)return Map;function it(Re,tt){var Je=-1;return Re.some(function(Se,Ge){return Se[0]===tt&&(Je=Ge,!0)}),Je}return function(){function Re(){this.__entries__=[]}return Object.defineProperty(Re.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),Re.prototype.get=function(tt){var Je=it(this.__entries__,tt),Se=this.__entries__[Je];return Se&&Se[1]},Re.prototype.set=function(tt,Je){var Se=it(this.__entries__,tt);~Se?this.__entries__[Se][1]=Je:this.__entries__.push([tt,Je])},Re.prototype.delete=function(tt){var Je=this.__entries__,Se=it(Je,tt);~Se&&Je.splice(Se,1)},Re.prototype.has=function(tt){return!!~it(this.__entries__,tt)},Re.prototype.clear=function(){this.__entries__.splice(0)},Re.prototype.forEach=function(tt,Je){void 0===Je&&(Je=null);for(var Se=0,Ge=this.__entries__;Se0},it.prototype.connect_=function(){!ve||this.connected_||(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),Ae?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},it.prototype.disconnect_=function(){!ve||!this.connected_||(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},it.prototype.onTransitionEnd_=function(Re){var tt=Re.propertyName,Je=void 0===tt?"":tt;V.some(function(Ge){return!!~Je.indexOf(Ge)})&&this.refresh()},it.getInstance=function(){return this.instance_||(this.instance_=new it),this.instance_},it.instance_=null,it}(),Ie=function(it,Re){for(var tt=0,Je=Object.keys(Re);tt0},it}(),hi="undefined"!=typeof WeakMap?new WeakMap:new he,xt=function it(Re){if(!(this instanceof it))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var tt=dt.getInstance(),Je=new Gt(Re,tt,this);hi.set(this,Je)};["observe","unobserve","disconnect"].forEach(function(it){xt.prototype[it]=function(){var Re;return(Re=hi.get(this))[it].apply(Re,arguments)}});const Ct=void 0!==Ne.ResizeObserver?Ne.ResizeObserver:xt,ei=new a.OlP("PERFECT_SCROLLBAR_CONFIG");class jt{constructor(Re,tt,Je,Se){this.x=Re,this.y=tt,this.w=Je,this.h=Se}}class Pe{constructor(Re,tt){this.x=Re,this.y=tt}}const Oe=["psScrollY","psScrollX","psScrollUp","psScrollDown","psScrollLeft","psScrollRight","psYReachEnd","psYReachStart","psXReachEnd","psXReachStart"];class ce{constructor(Re={}){this.assign(Re)}assign(Re={}){for(const tt in Re)this[tt]=Re[tt]}}let be=(()=>{class it{constructor(tt,Je,Se,Ge,at){this.zone=tt,this.differs=Je,this.elementRef=Se,this.platformId=Ge,this.defaults=at,this.instance=null,this.ro=null,this.timeout=null,this.animation=null,this.configDiff=null,this.ngDestroy=new t.x,this.disabled=!1,this.psScrollY=new a.vpe,this.psScrollX=new a.vpe,this.psScrollUp=new a.vpe,this.psScrollDown=new a.vpe,this.psScrollLeft=new a.vpe,this.psScrollRight=new a.vpe,this.psYReachEnd=new a.vpe,this.psYReachStart=new a.vpe,this.psXReachEnd=new a.vpe,this.psXReachStart=new a.vpe}ngOnInit(){if(!this.disabled&&(0,b.NF)(this.platformId)){const tt=new ce(this.defaults);tt.assign(this.config),this.zone.runOutsideAngular(()=>{this.instance=new q(this.elementRef.nativeElement,tt)}),this.configDiff||(this.configDiff=this.differs.find(this.config||{}).create(),this.configDiff.diff(this.config||{})),this.zone.runOutsideAngular(()=>{this.ro=new Ct(()=>{this.update()}),this.elementRef.nativeElement.children[0]&&this.ro.observe(this.elementRef.nativeElement.children[0]),this.ro.observe(this.elementRef.nativeElement)}),this.zone.runOutsideAngular(()=>{Oe.forEach(Je=>{const Se=Je.replace(/([A-Z])/g,Ge=>`-${Ge.toLowerCase()}`);(0,e.R)(this.elementRef.nativeElement,Se).pipe((0,f.e)(20),(0,M.R)(this.ngDestroy)).subscribe(Ge=>{this[Je].emit(Ge)})})})}}ngOnDestroy(){(0,b.NF)(this.platformId)&&(this.ngDestroy.next(),this.ngDestroy.complete(),this.ro&&this.ro.disconnect(),this.timeout&&"undefined"!=typeof window&&window.clearTimeout(this.timeout),this.zone.runOutsideAngular(()=>{this.instance&&this.instance.destroy()}),this.instance=null)}ngDoCheck(){!this.disabled&&this.configDiff&&(0,b.NF)(this.platformId)&&this.configDiff.diff(this.config||{})&&(this.ngOnDestroy(),this.ngOnInit())}ngOnChanges(tt){tt.disabled&&!tt.disabled.isFirstChange()&&(0,b.NF)(this.platformId)&&tt.disabled.currentValue!==tt.disabled.previousValue&&(!0===tt.disabled.currentValue?this.ngOnDestroy():!1===tt.disabled.currentValue&&this.ngOnInit())}ps(){return this.instance}update(){"undefined"!=typeof window&&(this.timeout&&window.clearTimeout(this.timeout),this.timeout=window.setTimeout(()=>{if(!this.disabled&&this.configDiff)try{this.zone.runOutsideAngular(()=>{this.instance&&this.instance.update()})}catch(tt){}},0))}geometry(tt="scroll"){return new jt(this.elementRef.nativeElement[tt+"Left"],this.elementRef.nativeElement[tt+"Top"],this.elementRef.nativeElement[tt+"Width"],this.elementRef.nativeElement[tt+"Height"])}position(tt=!1){return!tt&&this.instance?new Pe(this.instance.reach.x||0,this.instance.reach.y||0):new Pe(this.elementRef.nativeElement.scrollLeft,this.elementRef.nativeElement.scrollTop)}scrollable(tt="any"){const Je=this.elementRef.nativeElement;return"any"===tt?Je.classList.contains("ps--active-x")||Je.classList.contains("ps--active-y"):"both"===tt?Je.classList.contains("ps--active-x")&&Je.classList.contains("ps--active-y"):Je.classList.contains("ps--active-"+tt)}scrollTo(tt,Je,Se){this.disabled||(null==Je&&null==Se?this.animateScrolling("scrollTop",tt,Se):(null!=tt&&this.animateScrolling("scrollLeft",tt,Se),null!=Je&&this.animateScrolling("scrollTop",Je,Se)))}scrollToX(tt,Je){this.animateScrolling("scrollLeft",tt,Je)}scrollToY(tt,Je){this.animateScrolling("scrollTop",tt,Je)}scrollToTop(tt,Je){this.animateScrolling("scrollTop",tt||0,Je)}scrollToLeft(tt,Je){this.animateScrolling("scrollLeft",tt||0,Je)}scrollToRight(tt,Je){this.animateScrolling("scrollLeft",this.elementRef.nativeElement.scrollWidth-this.elementRef.nativeElement.clientWidth-(tt||0),Je)}scrollToBottom(tt,Je){this.animateScrolling("scrollTop",this.elementRef.nativeElement.scrollHeight-this.elementRef.nativeElement.clientHeight-(tt||0),Je)}scrollToElement(tt,Je,Se){if("string"==typeof tt&&(tt=this.elementRef.nativeElement.querySelector(tt)),tt){const Ge=tt.getBoundingClientRect(),at=this.elementRef.nativeElement.getBoundingClientRect();this.elementRef.nativeElement.classList.contains("ps--active-x")&&this.animateScrolling("scrollLeft",Ge.left-at.left+this.elementRef.nativeElement.scrollLeft+(Je||0),Se),this.elementRef.nativeElement.classList.contains("ps--active-y")&&this.animateScrolling("scrollTop",Ge.top-at.top+this.elementRef.nativeElement.scrollTop+(Je||0),Se)}}animateScrolling(tt,Je,Se){if(this.animation&&(window.cancelAnimationFrame(this.animation),this.animation=null),Se&&"undefined"!=typeof window){if(Je!==this.elementRef.nativeElement[tt]){let Ge=0,at=0,st=performance.now(),bt=this.elementRef.nativeElement[tt];const gi=(bt-Je)/2,qt=Xt=>{at+=Math.PI/(Se/(Xt-st)),Ge=Math.round(Je+gi+gi*Math.cos(at)),this.elementRef.nativeElement[tt]===bt&&(at>=Math.PI?this.animateScrolling(tt,Je,0):(this.elementRef.nativeElement[tt]=Ge,bt=this.elementRef.nativeElement[tt],st=Xt,this.animation=window.requestAnimationFrame(qt)))};window.requestAnimationFrame(qt)}}else this.elementRef.nativeElement[tt]=Je}}return it.\u0275fac=function(tt){return new(tt||it)(a.Y36(a.R0b),a.Y36(a.aQg),a.Y36(a.SBq),a.Y36(a.Lbi),a.Y36(ei,8))},it.\u0275dir=a.lG2({type:it,selectors:[["","perfectScrollbar",""]],inputs:{disabled:"disabled",config:["perfectScrollbar","config"]},outputs:{psScrollY:"psScrollY",psScrollX:"psScrollX",psScrollUp:"psScrollUp",psScrollDown:"psScrollDown",psScrollLeft:"psScrollLeft",psScrollRight:"psScrollRight",psYReachEnd:"psYReachEnd",psYReachStart:"psYReachStart",psXReachEnd:"psXReachEnd",psXReachStart:"psXReachStart"},exportAs:["ngxPerfectScrollbar"],features:[a.TTD]}),it})(),Ht=(()=>{class it{}return it.\u0275fac=function(tt){return new(tt||it)},it.\u0275mod=a.oAB({type:it}),it.\u0275inj=a.cJS({imports:[[b.ez],b.ez]}),it})()},4946:Ve=>{"use strict";Ve.exports=JSON.parse('{"aes-128-ecb":{"cipher":"AES","key":128,"iv":0,"mode":"ECB","type":"block"},"aes-192-ecb":{"cipher":"AES","key":192,"iv":0,"mode":"ECB","type":"block"},"aes-256-ecb":{"cipher":"AES","key":256,"iv":0,"mode":"ECB","type":"block"},"aes-128-cbc":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes-192-cbc":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes-256-cbc":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes128":{"cipher":"AES","key":128,"iv":16,"mode":"CBC","type":"block"},"aes192":{"cipher":"AES","key":192,"iv":16,"mode":"CBC","type":"block"},"aes256":{"cipher":"AES","key":256,"iv":16,"mode":"CBC","type":"block"},"aes-128-cfb":{"cipher":"AES","key":128,"iv":16,"mode":"CFB","type":"stream"},"aes-192-cfb":{"cipher":"AES","key":192,"iv":16,"mode":"CFB","type":"stream"},"aes-256-cfb":{"cipher":"AES","key":256,"iv":16,"mode":"CFB","type":"stream"},"aes-128-cfb8":{"cipher":"AES","key":128,"iv":16,"mode":"CFB8","type":"stream"},"aes-192-cfb8":{"cipher":"AES","key":192,"iv":16,"mode":"CFB8","type":"stream"},"aes-256-cfb8":{"cipher":"AES","key":256,"iv":16,"mode":"CFB8","type":"stream"},"aes-128-cfb1":{"cipher":"AES","key":128,"iv":16,"mode":"CFB1","type":"stream"},"aes-192-cfb1":{"cipher":"AES","key":192,"iv":16,"mode":"CFB1","type":"stream"},"aes-256-cfb1":{"cipher":"AES","key":256,"iv":16,"mode":"CFB1","type":"stream"},"aes-128-ofb":{"cipher":"AES","key":128,"iv":16,"mode":"OFB","type":"stream"},"aes-192-ofb":{"cipher":"AES","key":192,"iv":16,"mode":"OFB","type":"stream"},"aes-256-ofb":{"cipher":"AES","key":256,"iv":16,"mode":"OFB","type":"stream"},"aes-128-ctr":{"cipher":"AES","key":128,"iv":16,"mode":"CTR","type":"stream"},"aes-192-ctr":{"cipher":"AES","key":192,"iv":16,"mode":"CTR","type":"stream"},"aes-256-ctr":{"cipher":"AES","key":256,"iv":16,"mode":"CTR","type":"stream"},"aes-128-gcm":{"cipher":"AES","key":128,"iv":12,"mode":"GCM","type":"auth"},"aes-192-gcm":{"cipher":"AES","key":192,"iv":12,"mode":"GCM","type":"auth"},"aes-256-gcm":{"cipher":"AES","key":256,"iv":12,"mode":"GCM","type":"auth"}}')},5207:Ve=>{"use strict";Ve.exports=JSON.parse('{"sha224WithRSAEncryption":{"sign":"rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"RSA-SHA224":{"sign":"ecdsa/rsa","hash":"sha224","id":"302d300d06096086480165030402040500041c"},"sha256WithRSAEncryption":{"sign":"rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"RSA-SHA256":{"sign":"ecdsa/rsa","hash":"sha256","id":"3031300d060960864801650304020105000420"},"sha384WithRSAEncryption":{"sign":"rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"RSA-SHA384":{"sign":"ecdsa/rsa","hash":"sha384","id":"3041300d060960864801650304020205000430"},"sha512WithRSAEncryption":{"sign":"rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA512":{"sign":"ecdsa/rsa","hash":"sha512","id":"3051300d060960864801650304020305000440"},"RSA-SHA1":{"sign":"rsa","hash":"sha1","id":"3021300906052b0e03021a05000414"},"ecdsa-with-SHA1":{"sign":"ecdsa","hash":"sha1","id":""},"sha256":{"sign":"ecdsa","hash":"sha256","id":""},"sha224":{"sign":"ecdsa","hash":"sha224","id":""},"sha384":{"sign":"ecdsa","hash":"sha384","id":""},"sha512":{"sign":"ecdsa","hash":"sha512","id":""},"DSA-SHA":{"sign":"dsa","hash":"sha1","id":""},"DSA-SHA1":{"sign":"dsa","hash":"sha1","id":""},"DSA":{"sign":"dsa","hash":"sha1","id":""},"DSA-WITH-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-SHA224":{"sign":"dsa","hash":"sha224","id":""},"DSA-WITH-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-SHA256":{"sign":"dsa","hash":"sha256","id":""},"DSA-WITH-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-SHA384":{"sign":"dsa","hash":"sha384","id":""},"DSA-WITH-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-SHA512":{"sign":"dsa","hash":"sha512","id":""},"DSA-RIPEMD160":{"sign":"dsa","hash":"rmd160","id":""},"ripemd160WithRSA":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"RSA-RIPEMD160":{"sign":"rsa","hash":"rmd160","id":"3021300906052b2403020105000414"},"md5WithRSAEncryption":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"},"RSA-MD5":{"sign":"rsa","hash":"md5","id":"3020300c06082a864886f70d020505000410"}}')},1308:Ve=>{"use strict";Ve.exports=JSON.parse('{"1.3.132.0.10":"secp256k1","1.3.132.0.33":"p224","1.2.840.10045.3.1.1":"p192","1.2.840.10045.3.1.7":"p256","1.3.132.0.34":"p384","1.3.132.0.35":"p521"}')},9799:Ve=>{"use strict";Ve.exports=JSON.parse('{"modp1":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a63a3620ffffffffffffffff"},"modp2":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece65381ffffffffffffffff"},"modp5":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca237327ffffffffffffffff"},"modp14":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aacaa68ffffffffffffffff"},"modp15":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a93ad2caffffffffffffffff"},"modp16":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c934063199ffffffffffffffff"},"modp17":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dcc4024ffffffffffffffff"},"modp18":{"gen":"02","prime":"ffffffffffffffffc90fdaa22168c234c4c6628b80dc1cd129024e088a67cc74020bbea63b139b22514a08798e3404ddef9519b3cd3a431b302b0a6df25f14374fe1356d6d51c245e485b576625e7ec6f44c42e9a637ed6b0bff5cb6f406b7edee386bfb5a899fa5ae9f24117c4b1fe649286651ece45b3dc2007cb8a163bf0598da48361c55d39a69163fa8fd24cf5f83655d23dca3ad961c62f356208552bb9ed529077096966d670c354e4abc9804f1746c08ca18217c32905e462e36ce3be39e772c180e86039b2783a2ec07a28fb5c55df06f4c52c9de2bcbf6955817183995497cea956ae515d2261898fa051015728e5a8aaac42dad33170d04507a33a85521abdf1cba64ecfb850458dbef0a8aea71575d060c7db3970f85a6e1e4c7abf5ae8cdb0933d71e8c94e04a25619dcee3d2261ad2ee6bf12ffa06d98a0864d87602733ec86a64521f2b18177b200cbbe117577a615d6c770988c0bad946e208e24fa074e5ab3143db5bfce0fd108e4b82d120a92108011a723c12a787e6d788719a10bdba5b2699c327186af4e23c1a946834b6150bda2583e9ca2ad44ce8dbbbc2db04de8ef92e8efc141fbecaa6287c59474e6bc05d99b2964fa090c3a2233ba186515be7ed1f612970cee2d7afb81bdd762170481cd0069127d5b05aa993b4ea988d8fddc186ffb7dc90a6c08f4df435c93402849236c3fab4d27c7026c1d4dcb2602646dec9751e763dba37bdf8ff9406ad9e530ee5db382f413001aeb06a53ed9027d831179727b0865a8918da3edbebcf9b14ed44ce6cbaced4bb1bdb7f1447e6cc254b332051512bd7af426fb8f401378cd2bf5983ca01c64b92ecf032ea15d1721d03f482d7ce6e74fef6d55e702f46980c82b5a84031900b1c9e59e7c97fbec7e8f323a97a7e36cc88be0f1d45b7ff585ac54bd407b22b4154aacc8f6d7ebf48e1d814cc5ed20f8037e0a79715eef29be32806a1d58bb7c5da76f550aa3d8a1fbff0eb19ccb1a313d55cda56c9ec2ef29632387fe8d76e3c0468043e8f663f4860ee12bf2d5b0b7474d6e694f91e6dbe115974a3926f12fee5e438777cb6a932df8cd8bec4d073b931ba3bc832b68d9dd300741fa7bf8afc47ed2576f6936ba424663aab639c5ae4f5683423b4742bf1c978238f16cbe39d652de3fdb8befc848ad922222e04a4037c0713eb57a81a23f0c73473fc646cea306b4bcbc8862f8385ddfa9d4b7fa2c087e879683303ed5bdd3a062b3cf5b3a278a66d2a13f83f44f82ddf310ee074ab6a364597e899a0255dc164f31cc50846851df9ab48195ded7ea1b1d510bd7ee74d73faf36bc31ecfa268359046f4eb879f924009438b481c6cd7889a002ed5ee382bc9190da6fc026e479558e4475677e9aa9e3050e2765694dfc81f56e880b96e7160c980dd98edd3dfffffffffffffffff"}}')},8597:Ve=>{"use strict";Ve.exports={i8:"6.5.4"}},2562:Ve=>{"use strict";Ve.exports=JSON.parse('{"2.16.840.1.101.3.4.1.1":"aes-128-ecb","2.16.840.1.101.3.4.1.2":"aes-128-cbc","2.16.840.1.101.3.4.1.3":"aes-128-ofb","2.16.840.1.101.3.4.1.4":"aes-128-cfb","2.16.840.1.101.3.4.1.21":"aes-192-ecb","2.16.840.1.101.3.4.1.22":"aes-192-cbc","2.16.840.1.101.3.4.1.23":"aes-192-ofb","2.16.840.1.101.3.4.1.24":"aes-192-cfb","2.16.840.1.101.3.4.1.41":"aes-256-ecb","2.16.840.1.101.3.4.1.42":"aes-256-cbc","2.16.840.1.101.3.4.1.43":"aes-256-ofb","2.16.840.1.101.3.4.1.44":"aes-256-cfb"}')}},Ve=>{Ve(Ve.s=9159)}]); \ No newline at end of file diff --git a/frontend/runtime.340d96b403855bde.js b/frontend/runtime.340d96b403855bde.js new file mode 100644 index 00000000..62e59f22 --- /dev/null +++ b/frontend/runtime.340d96b403855bde.js @@ -0,0 +1 @@ +(()=>{"use strict";var e,v={},g={};function r(e){var n=g[e];if(void 0!==n)return n.exports;var t=g[e]={id:e,loaded:!1,exports:{}};return v[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}r.m=v,e=[],r.O=(n,t,f,d)=>{if(!t){var a=1/0;for(i=0;i=d)&&Object.keys(r.O).every(b=>r.O[b](t[o]))?t.splice(o--,1):(c=!1,d0&&e[i-1][2]>d;i--)e[i]=e[i-1];e[i]=[t,f,d]},r.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return r.d(n,{a:n}),n},r.d=(e,n)=>{for(var t in n)r.o(n,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((n,t)=>(r.f[t](e,n),n),[])),r.u=e=>e+"."+{564:"9c466ff107a4d969",636:"95c8ae357b1ed820",893:"9a615c46b89a5a79",924:"1c1eb885f1f101d2"}[e]+".js",r.miniCssF=e=>{},r.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),(()=>{var e={},n="RTLApp:";r.l=(t,f,d,i)=>{if(e[t])e[t].push(f);else{var a,c;if(void 0!==d)for(var o=document.getElementsByTagName("script"),l=0;l{a.onerror=a.onload=null,clearTimeout(p);var h=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),h&&h.forEach(_=>_(b)),m)return m(b)},p=setTimeout(s.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=s.bind(null,a.onerror),a.onload=s.bind(null,a.onload),c&&document.head.appendChild(a)}}})(),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;r.tt=()=>(void 0===e&&(e={createScriptURL:n=>n},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e)})(),r.tu=e=>r.tt().createScriptURL(e),r.p="",(()=>{var e={666:0};r.f.j=(f,d)=>{var i=r.o(e,f)?e[f]:void 0;if(0!==i)if(i)d.push(i[2]);else if(666!=f){var a=new Promise((u,s)=>i=e[f]=[u,s]);d.push(i[2]=a);var c=r.p+r.u(f),o=new Error;r.l(c,u=>{if(r.o(e,f)&&(0!==(i=e[f])&&(e[f]=void 0),i)){var s=u&&("load"===u.type?"missing":u.type),p=u&&u.target&&u.target.src;o.message="Loading chunk "+f+" failed.\n("+s+": "+p+")",o.name="ChunkLoadError",o.type=s,o.request=p,i[1](o)}},"chunk-"+f,f)}else e[f]=0},r.O.j=f=>0===e[f];var n=(f,d)=>{var o,l,[i,a,c]=d,u=0;if(i.some(p=>0!==e[p])){for(o in a)r.o(a,o)&&(r.m[o]=a[o]);if(c)var s=c(r)}for(f&&f(d);u{"use strict";var e,v={},g={};function r(e){var n=g[e];if(void 0!==n)return n.exports;var t=g[e]={id:e,loaded:!1,exports:{}};return v[e].call(t.exports,t,t.exports,r),t.loaded=!0,t.exports}r.m=v,e=[],r.O=(n,t,f,o)=>{if(!t){var a=1/0;for(i=0;i=o)&&Object.keys(r.O).every(b=>r.O[b](t[u]))?t.splice(u--,1):(s=!1,o0&&e[i-1][2]>o;i--)e[i]=e[i-1];e[i]=[t,f,o]},r.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return r.d(n,{a:n}),n},r.d=(e,n)=>{for(var t in n)r.o(n,t)&&!r.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:n[t]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((n,t)=>(r.f[t](e,n),n),[])),r.u=e=>e+"."+{564:"9c466ff107a4d969",636:"f006527ee1d33a67",893:"9a615c46b89a5a79",924:"1c1eb885f1f101d2"}[e]+".js",r.miniCssF=e=>{},r.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),(()=>{var e={},n="RTLApp:";r.l=(t,f,o,i)=>{if(e[t])e[t].push(f);else{var a,s;if(void 0!==o)for(var u=document.getElementsByTagName("script"),d=0;d{a.onerror=a.onload=null,clearTimeout(p);var h=e[t];if(delete e[t],a.parentNode&&a.parentNode.removeChild(a),h&&h.forEach(_=>_(b)),m)return m(b)},p=setTimeout(c.bind(null,void 0,{type:"timeout",target:a}),12e4);a.onerror=c.bind(null,a.onerror),a.onload=c.bind(null,a.onload),s&&document.head.appendChild(a)}}})(),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e;r.tt=()=>(void 0===e&&(e={createScriptURL:n=>n},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(e=trustedTypes.createPolicy("angular#bundler",e))),e)})(),r.tu=e=>r.tt().createScriptURL(e),r.p="",(()=>{var e={666:0};r.f.j=(f,o)=>{var i=r.o(e,f)?e[f]:void 0;if(0!==i)if(i)o.push(i[2]);else if(666!=f){var a=new Promise((l,c)=>i=e[f]=[l,c]);o.push(i[2]=a);var s=r.p+r.u(f),u=new Error;r.l(s,l=>{if(r.o(e,f)&&(0!==(i=e[f])&&(e[f]=void 0),i)){var c=l&&("load"===l.type?"missing":l.type),p=l&&l.target&&l.target.src;u.message="Loading chunk "+f+" failed.\n("+c+": "+p+")",u.name="ChunkLoadError",u.type=c,u.request=p,i[1](u)}},"chunk-"+f,f)}else e[f]=0},r.O.j=f=>0===e[f];var n=(f,o)=>{var u,d,[i,a,s]=o,l=0;if(i.some(p=>0!==e[p])){for(u in a)r.o(a,u)&&(r.m[u]=a[u]);if(s)var c=s(r)}for(f&&f(o);l = []; public faQuestion = faQuestion; - public selNode: ConfigSettingsNode; + public selNode: ConfigSettingsNode | any; public LNPLink = '/lnd/'; public flgLoggedIn = false; private unSubs = [new Subject(), new Subject(), new Subject(), new Subject()]; diff --git a/src/app/shared/components/services/boltz/boltz-root.component.html b/src/app/shared/components/ln-services/boltz/boltz-root.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/boltz-root.component.html rename to src/app/shared/components/ln-services/boltz/boltz-root.component.html diff --git a/src/app/shared/components/services/boltz/boltz-root.component.scss b/src/app/shared/components/ln-services/boltz/boltz-root.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/boltz-root.component.scss rename to src/app/shared/components/ln-services/boltz/boltz-root.component.scss diff --git a/src/app/shared/components/services/boltz/boltz-root.component.spec.ts b/src/app/shared/components/ln-services/boltz/boltz-root.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/boltz-root.component.spec.ts rename to src/app/shared/components/ln-services/boltz/boltz-root.component.spec.ts diff --git a/src/app/shared/components/services/boltz/boltz-root.component.ts b/src/app/shared/components/ln-services/boltz/boltz-root.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/boltz-root.component.ts rename to src/app/shared/components/ln-services/boltz/boltz-root.component.ts diff --git a/src/app/shared/components/services/boltz/swap-in-info-graphics/info-graphics.component.html b/src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-in-info-graphics/info-graphics.component.html rename to src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.html diff --git a/src/app/shared/components/services/boltz/swap-in-info-graphics/info-graphics.component.scss b/src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-in-info-graphics/info-graphics.component.scss rename to src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.scss diff --git a/src/app/shared/components/services/boltz/swap-in-info-graphics/info-graphics.component.spec.ts b/src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-in-info-graphics/info-graphics.component.spec.ts rename to src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.spec.ts diff --git a/src/app/shared/components/services/boltz/swap-in-info-graphics/info-graphics.component.ts b/src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-in-info-graphics/info-graphics.component.ts rename to src/app/shared/components/ln-services/boltz/swap-in-info-graphics/info-graphics.component.ts diff --git a/src/app/shared/components/services/boltz/swap-modal/swap-modal.component.html b/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-modal/swap-modal.component.html rename to src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.html diff --git a/src/app/shared/components/services/boltz/swap-modal/swap-modal.component.scss b/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-modal/swap-modal.component.scss rename to src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.scss diff --git a/src/app/shared/components/services/boltz/swap-modal/swap-modal.component.spec.ts b/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-modal/swap-modal.component.spec.ts rename to src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.spec.ts diff --git a/src/app/shared/components/services/boltz/swap-modal/swap-modal.component.ts b/src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-modal/swap-modal.component.ts rename to src/app/shared/components/ln-services/boltz/swap-modal/swap-modal.component.ts diff --git a/src/app/shared/components/services/boltz/swap-out-info-graphics/info-graphics.component.html b/src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-out-info-graphics/info-graphics.component.html rename to src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.html diff --git a/src/app/shared/components/services/boltz/swap-out-info-graphics/info-graphics.component.scss b/src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-out-info-graphics/info-graphics.component.scss rename to src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.scss diff --git a/src/app/shared/components/services/boltz/swap-out-info-graphics/info-graphics.component.spec.ts b/src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-out-info-graphics/info-graphics.component.spec.ts rename to src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.spec.ts diff --git a/src/app/shared/components/services/boltz/swap-out-info-graphics/info-graphics.component.ts b/src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-out-info-graphics/info-graphics.component.ts rename to src/app/shared/components/ln-services/boltz/swap-out-info-graphics/info-graphics.component.ts diff --git a/src/app/shared/components/services/boltz/swap-service-info/swap-service-info.component.html b/src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-service-info/swap-service-info.component.html rename to src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.html diff --git a/src/app/shared/components/services/boltz/swap-service-info/swap-service-info.component.scss b/src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-service-info/swap-service-info.component.scss rename to src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.scss diff --git a/src/app/shared/components/services/boltz/swap-service-info/swap-service-info.component.spec.ts b/src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-service-info/swap-service-info.component.spec.ts rename to src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.spec.ts diff --git a/src/app/shared/components/services/boltz/swap-service-info/swap-service-info.component.ts b/src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-service-info/swap-service-info.component.ts rename to src/app/shared/components/ln-services/boltz/swap-service-info/swap-service-info.component.ts diff --git a/src/app/shared/components/services/boltz/swap-status/swap-status.component.html b/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-status/swap-status.component.html rename to src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.html diff --git a/src/app/shared/components/services/boltz/swap-status/swap-status.component.scss b/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-status/swap-status.component.scss rename to src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.scss diff --git a/src/app/shared/components/services/boltz/swap-status/swap-status.component.spec.ts b/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-status/swap-status.component.spec.ts rename to src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.spec.ts diff --git a/src/app/shared/components/services/boltz/swap-status/swap-status.component.ts b/src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swap-status/swap-status.component.ts rename to src/app/shared/components/ln-services/boltz/swap-status/swap-status.component.ts diff --git a/src/app/shared/components/services/boltz/swaps/swaps.component.html b/src/app/shared/components/ln-services/boltz/swaps/swaps.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swaps/swaps.component.html rename to src/app/shared/components/ln-services/boltz/swaps/swaps.component.html diff --git a/src/app/shared/components/services/boltz/swaps/swaps.component.scss b/src/app/shared/components/ln-services/boltz/swaps/swaps.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swaps/swaps.component.scss rename to src/app/shared/components/ln-services/boltz/swaps/swaps.component.scss diff --git a/src/app/shared/components/services/boltz/swaps/swaps.component.spec.ts b/src/app/shared/components/ln-services/boltz/swaps/swaps.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swaps/swaps.component.spec.ts rename to src/app/shared/components/ln-services/boltz/swaps/swaps.component.spec.ts diff --git a/src/app/shared/components/services/boltz/swaps/swaps.component.ts b/src/app/shared/components/ln-services/boltz/swaps/swaps.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/boltz/swaps/swaps.component.ts rename to src/app/shared/components/ln-services/boltz/swaps/swaps.component.ts diff --git a/src/app/shared/components/services/services.component.html b/src/app/shared/components/ln-services/ln-services.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/services.component.html rename to src/app/shared/components/ln-services/ln-services.component.html diff --git a/src/app/shared/components/services/loop/loop-quote/loop-quote.component.scss b/src/app/shared/components/ln-services/ln-services.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-quote/loop-quote.component.scss rename to src/app/shared/components/ln-services/ln-services.component.scss diff --git a/src/app/shared/components/services/services.component.spec.ts b/src/app/shared/components/ln-services/ln-services.component.spec.ts old mode 100644 new mode 100755 similarity index 77% rename from src/app/shared/components/services/services.component.spec.ts rename to src/app/shared/components/ln-services/ln-services.component.spec.ts index 616ab305..788535c1 --- a/src/app/shared/components/services/services.component.spec.ts +++ b/src/app/shared/components/ln-services/ln-services.component.spec.ts @@ -7,15 +7,15 @@ import { LNDReducer } from '../../../lnd/store/lnd.reducers'; import { CLNReducer } from '../../../cln/store/cln.reducers'; import { ECLReducer } from '../../../eclair/store/ecl.reducers'; import { SharedModule } from '../../shared.module'; -import { ServicesComponent } from './services.component'; +import { LNServicesComponent } from './ln-services.component'; -describe('ServicesComponent', () => { - let component: ServicesComponent; - let fixture: ComponentFixture; +describe('LNServicesComponent', () => { + let component: LNServicesComponent; + let fixture: ComponentFixture; beforeEach(waitForAsync(() => { TestBed.configureTestingModule({ - declarations: [ServicesComponent], + declarations: [LNServicesComponent], imports: [ SharedModule, RouterTestingModule, @@ -26,7 +26,7 @@ describe('ServicesComponent', () => { })); beforeEach(() => { - fixture = TestBed.createComponent(ServicesComponent); + fixture = TestBed.createComponent(LNServicesComponent); component = fixture.componentInstance; fixture.detectChanges(); }); diff --git a/src/app/shared/components/ln-services/ln-services.component.ts b/src/app/shared/components/ln-services/ln-services.component.ts new file mode 100755 index 00000000..b55f6223 --- /dev/null +++ b/src/app/shared/components/ln-services/ln-services.component.ts @@ -0,0 +1,16 @@ +import { Component, OnInit, OnDestroy } from '@angular/core'; + +@Component({ + selector: 'rtl-ln-services', + templateUrl: './ln-services.component.html', + styleUrls: ['./ln-services.component.scss'] +}) +export class LNServicesComponent implements OnInit, OnDestroy { + + constructor() {} + + ngOnInit() {} + + ngOnDestroy() {} + +} diff --git a/src/app/shared/components/services/loop/loop-in-info-graphics/info-graphics.component.html b/src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-in-info-graphics/info-graphics.component.html rename to src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.html diff --git a/src/app/shared/components/services/loop/loop-in-info-graphics/info-graphics.component.scss b/src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-in-info-graphics/info-graphics.component.scss rename to src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.scss diff --git a/src/app/shared/components/services/loop/loop-in-info-graphics/info-graphics.component.spec.ts b/src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-in-info-graphics/info-graphics.component.spec.ts rename to src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.spec.ts diff --git a/src/app/shared/components/services/loop/loop-in-info-graphics/info-graphics.component.ts b/src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-in-info-graphics/info-graphics.component.ts rename to src/app/shared/components/ln-services/loop/loop-in-info-graphics/info-graphics.component.ts diff --git a/src/app/shared/components/services/loop/loop-modal/loop-modal.component.html b/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-modal/loop-modal.component.html rename to src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.html diff --git a/src/app/shared/components/services/loop/loop-modal/loop-modal.component.scss b/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-modal/loop-modal.component.scss rename to src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.scss diff --git a/src/app/shared/components/services/loop/loop-modal/loop-modal.component.spec.ts b/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-modal/loop-modal.component.spec.ts rename to src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.spec.ts diff --git a/src/app/shared/components/services/loop/loop-modal/loop-modal.component.ts b/src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-modal/loop-modal.component.ts rename to src/app/shared/components/ln-services/loop/loop-modal/loop-modal.component.ts diff --git a/src/app/shared/components/services/loop/loop-out-info-graphics/info-graphics.component.html b/src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-out-info-graphics/info-graphics.component.html rename to src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.html diff --git a/src/app/shared/components/services/loop/loop-out-info-graphics/info-graphics.component.scss b/src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-out-info-graphics/info-graphics.component.scss rename to src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.scss diff --git a/src/app/shared/components/services/loop/loop-out-info-graphics/info-graphics.component.spec.ts b/src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-out-info-graphics/info-graphics.component.spec.ts rename to src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.spec.ts diff --git a/src/app/shared/components/services/loop/loop-out-info-graphics/info-graphics.component.ts b/src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-out-info-graphics/info-graphics.component.ts rename to src/app/shared/components/ln-services/loop/loop-out-info-graphics/info-graphics.component.ts diff --git a/src/app/shared/components/services/loop/loop-quote/loop-quote.component.html b/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-quote/loop-quote.component.html rename to src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.html diff --git a/src/app/shared/components/services/loop/loop-status/loop-status.component.scss b/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-status/loop-status.component.scss rename to src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.scss diff --git a/src/app/shared/components/services/loop/loop-quote/loop-quote.component.spec.ts b/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-quote/loop-quote.component.spec.ts rename to src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.spec.ts diff --git a/src/app/shared/components/services/loop/loop-quote/loop-quote.component.ts b/src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-quote/loop-quote.component.ts rename to src/app/shared/components/ln-services/loop/loop-quote/loop-quote.component.ts diff --git a/src/app/shared/components/services/loop/loop-status/loop-status.component.html b/src/app/shared/components/ln-services/loop/loop-status/loop-status.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-status/loop-status.component.html rename to src/app/shared/components/ln-services/loop/loop-status/loop-status.component.html diff --git a/src/app/shared/components/services/loop/loop.component.scss b/src/app/shared/components/ln-services/loop/loop-status/loop-status.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop.component.scss rename to src/app/shared/components/ln-services/loop/loop-status/loop-status.component.scss diff --git a/src/app/shared/components/services/loop/loop-status/loop-status.component.spec.ts b/src/app/shared/components/ln-services/loop/loop-status/loop-status.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-status/loop-status.component.spec.ts rename to src/app/shared/components/ln-services/loop/loop-status/loop-status.component.spec.ts diff --git a/src/app/shared/components/services/loop/loop-status/loop-status.component.ts b/src/app/shared/components/ln-services/loop/loop-status/loop-status.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop-status/loop-status.component.ts rename to src/app/shared/components/ln-services/loop/loop-status/loop-status.component.ts diff --git a/src/app/shared/components/services/loop/loop.component.html b/src/app/shared/components/ln-services/loop/loop.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop.component.html rename to src/app/shared/components/ln-services/loop/loop.component.html diff --git a/src/app/shared/components/services/services.component.scss b/src/app/shared/components/ln-services/loop/loop.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/services.component.scss rename to src/app/shared/components/ln-services/loop/loop.component.scss diff --git a/src/app/shared/components/services/loop/loop.component.spec.ts b/src/app/shared/components/ln-services/loop/loop.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop.component.spec.ts rename to src/app/shared/components/ln-services/loop/loop.component.spec.ts diff --git a/src/app/shared/components/services/loop/loop.component.ts b/src/app/shared/components/ln-services/loop/loop.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/loop.component.ts rename to src/app/shared/components/ln-services/loop/loop.component.ts diff --git a/src/app/shared/components/services/loop/swaps/swaps.component.html b/src/app/shared/components/ln-services/loop/swaps/swaps.component.html old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/swaps/swaps.component.html rename to src/app/shared/components/ln-services/loop/swaps/swaps.component.html diff --git a/src/app/shared/components/services/loop/swaps/swaps.component.scss b/src/app/shared/components/ln-services/loop/swaps/swaps.component.scss old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/swaps/swaps.component.scss rename to src/app/shared/components/ln-services/loop/swaps/swaps.component.scss diff --git a/src/app/shared/components/services/loop/swaps/swaps.component.spec.ts b/src/app/shared/components/ln-services/loop/swaps/swaps.component.spec.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/swaps/swaps.component.spec.ts rename to src/app/shared/components/ln-services/loop/swaps/swaps.component.spec.ts diff --git a/src/app/shared/components/services/loop/swaps/swaps.component.ts b/src/app/shared/components/ln-services/loop/swaps/swaps.component.ts old mode 100644 new mode 100755 similarity index 100% rename from src/app/shared/components/services/loop/swaps/swaps.component.ts rename to src/app/shared/components/ln-services/loop/swaps/swaps.component.ts diff --git a/src/app/shared/components/node-config/node-settings/node-settings.component.ts b/src/app/shared/components/node-config/node-settings/node-settings.component.ts index 501d7684..840028ac 100644 --- a/src/app/shared/components/node-config/node-settings/node-settings.component.ts +++ b/src/app/shared/components/node-config/node-settings/node-settings.component.ts @@ -26,7 +26,7 @@ export class NodeSettingsComponent implements OnInit, OnDestroy { public faMoneyBillAlt = faMoneyBillAlt; public faPaintBrush = faPaintBrush; public faInfoCircle = faInfoCircle; - public selNode: ConfigSettingsNode; + public selNode: ConfigSettingsNode | any; public userPersonas = [UserPersonaEnum.OPERATOR, UserPersonaEnum.MERCHANT]; public currencyUnits = FIAT_CURRENCY_UNITS; public themeModes = NODE_SETTINGS.modes; diff --git a/src/app/shared/components/node-config/services-settings/boltz-service-settings/boltz-service-settings.component.ts b/src/app/shared/components/node-config/services-settings/boltz-service-settings/boltz-service-settings.component.ts index 9e8cb591..d0ac998c 100644 --- a/src/app/shared/components/node-config/services-settings/boltz-service-settings/boltz-service-settings.component.ts +++ b/src/app/shared/components/node-config/services-settings/boltz-service-settings/boltz-service-settings.component.ts @@ -23,8 +23,8 @@ export class BoltzServiceSettingsComponent implements OnInit, OnDestroy { @ViewChild('form', { static: true }) form: any; public faInfoCircle = faInfoCircle; - public selNode: ConfigSettingsNode; - public previousSelNode: ConfigSettingsNode; + public selNode: ConfigSettingsNode | any; + public previousSelNode: ConfigSettingsNode | any; public enableBoltz = false; public serverUrl = ''; public macaroonPath = ''; diff --git a/src/app/shared/components/node-config/services-settings/loop-service-settings/loop-service-settings.component.ts b/src/app/shared/components/node-config/services-settings/loop-service-settings/loop-service-settings.component.ts index 387db7fa..893c1853 100644 --- a/src/app/shared/components/node-config/services-settings/loop-service-settings/loop-service-settings.component.ts +++ b/src/app/shared/components/node-config/services-settings/loop-service-settings/loop-service-settings.component.ts @@ -23,8 +23,8 @@ export class LoopServiceSettingsComponent implements OnInit, OnDestroy { @ViewChild('form', { static: true }) form: any; public faInfoCircle = faInfoCircle; - public selNode: ConfigSettingsNode; - public previousSelNode: ConfigSettingsNode; + public selNode: ConfigSettingsNode | any; + public previousSelNode: ConfigSettingsNode | any; public enableLoop = false; unSubs: Array> = [new Subject(), new Subject()]; diff --git a/src/app/shared/components/services/services.component.ts b/src/app/shared/components/services/services.component.ts deleted file mode 100644 index c5c7cacb..00000000 --- a/src/app/shared/components/services/services.component.ts +++ /dev/null @@ -1,75 +0,0 @@ -import { Component, OnInit, OnDestroy } from '@angular/core'; -import { Router, ResolveEnd, Event } from '@angular/router'; -import { Subject } from 'rxjs'; -import { takeUntil, filter } from 'rxjs/operators'; -import { Store } from '@ngrx/store'; -import { faLayerGroup } from '@fortawesome/free-solid-svg-icons'; - -import { ConfigSettingsNode } from '../../models/RTLconfig'; -import { RTLState } from '../../../store/rtl.state'; -import { rootSelectedNode } from '../../../store/rtl.selector'; - -@Component({ - selector: 'rtl-services', - templateUrl: './services.component.html', - styleUrls: ['./services.component.scss'] -}) -export class ServicesComponent implements OnInit, OnDestroy { - - public faLayerGroup = faLayerGroup; - public showLnConfig = false; - public showBitcoind = false; - public selNode: ConfigSettingsNode; - public lnImplementationStr = ''; - public links = [{ link: 'layout', name: 'Layout' }, { link: 'auth', name: 'Authentication' }, { link: 'lnconfig', name: this.lnImplementationStr }, { link: 'bconfig', name: 'BitcoinD Config' }]; - public activeLink = ''; - private unSubs: Array> = [new Subject(), new Subject(), new Subject()]; - - constructor(private store: Store, private router: Router) { } - - ngOnInit() { - const linkFound = this.links.find((link) => this.router.url.includes(link.link)); - this.activeLink = linkFound ? linkFound.link : this.links[0].link; - this.router.events.pipe(takeUntil(this.unSubs[0]), filter((e) => e instanceof ResolveEnd)). - subscribe({ - next: (value: ResolveEnd | Event) => { - const linkFound = this.links.find((link) => (value).urlAfterRedirects.includes(link.link)); - this.activeLink = linkFound ? linkFound.link : this.links[0].link; - } - }); - this.store.select(rootSelectedNode).pipe(takeUntil(this.unSubs[1])). - subscribe((selNode) => { - this.showLnConfig = false; - this.showBitcoind = false; - this.selNode = selNode; - switch (this.selNode.lnImplementation?.toUpperCase()) { - case 'CLN': - this.lnImplementationStr = 'Core Lightning Config'; - break; - - case 'ECL': - this.lnImplementationStr = 'Eclair Config'; - break; - - default: - this.lnImplementationStr = 'LND Config'; - break; - } - if (this.selNode.authentication && this.selNode.authentication.configPath && this.selNode.authentication.configPath.trim() !== '') { - this.links[2].name = this.lnImplementationStr; - this.showLnConfig = true; - } - if (this.selNode.settings && this.selNode.settings.bitcoindConfigPath && this.selNode.settings.bitcoindConfigPath.trim() !== '') { - this.showBitcoind = true; - } - }); - } - - ngOnDestroy() { - this.unSubs.forEach((completeSub) => { - completeSub.next(null); - completeSub.complete(); - }); - } - -} diff --git a/src/app/shared/components/settings/auth-settings/auth-settings.component.ts b/src/app/shared/components/settings/auth-settings/auth-settings.component.ts index c9189ae7..8c51782c 100644 --- a/src/app/shared/components/settings/auth-settings/auth-settings.component.ts +++ b/src/app/shared/components/settings/auth-settings/auth-settings.component.ts @@ -36,7 +36,7 @@ export class AuthSettingsComponent implements OnInit, OnDestroy { public errorConfirmMsg = ''; public initializeNodeData = false; public appConfig: RTLConfiguration; - public selNode: ConfigSettingsNode; + public selNode: ConfigSettingsNode | any; unSubs: Array> = [new Subject(), new Subject(), new Subject()]; constructor(private logger: LoggerService, private store: Store, private actions: Actions, private router: Router, private sessionService: SessionService) { } diff --git a/src/app/shared/components/settings/settings.component.ts b/src/app/shared/components/settings/settings.component.ts index af420a6b..69cbadf5 100644 --- a/src/app/shared/components/settings/settings.component.ts +++ b/src/app/shared/components/settings/settings.component.ts @@ -18,7 +18,7 @@ export class SettingsComponent implements OnInit, OnDestroy { public faUserCog = faUserCog; public showBitcoind = false; - public selNode: ConfigSettingsNode; + public selNode: ConfigSettingsNode | any; public appConfig: RTLConfiguration; public links = [{ link: 'app', name: 'Application' }, { link: 'auth', name: 'Authentication' }, { link: 'bconfig', name: 'BitcoinD Config' }]; public activeLink = '';