homebridge-config-ui-x 5.0.0-beta.4 → 5.0.0-beta.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +226 -20
- package/CONTRIBUTING.md +5 -4
- package/LICENSE +1 -1
- package/config.schema.json +38 -18
- package/dist/bin/fork.js +17 -7
- package/dist/bin/fork.js.map +1 -1
- package/dist/bin/hb-service.d.ts +2 -2
- package/dist/bin/hb-service.js +68 -57
- package/dist/bin/hb-service.js.map +1 -1
- package/dist/bin/platforms/win32.js +4 -2
- package/dist/bin/platforms/win32.js.map +1 -1
- package/dist/bin/standalone.js +18 -7
- package/dist/bin/standalone.js.map +1 -1
- package/dist/core/auth/auth.controller.d.ts +2 -0
- package/dist/core/auth/auth.controller.js.map +1 -1
- package/dist/core/auth/auth.module.js +1 -1
- package/dist/core/auth/auth.module.js.map +1 -1
- package/dist/core/auth/auth.service.js +10 -10
- package/dist/core/auth/auth.service.js.map +1 -1
- package/dist/core/auth/jwt.strategy.d.ts +3 -1
- package/dist/core/config/config.service.d.ts +3 -0
- package/dist/core/config/config.service.js +2 -1
- package/dist/core/config/config.service.js.map +1 -1
- package/dist/core/config/config.startup.js +2 -2
- package/dist/core/config/config.startup.js.map +1 -1
- package/dist/core/homebridge-ipc/homebridge-ipc.service.js +3 -3
- package/dist/core/homebridge-ipc/homebridge-ipc.service.js.map +1 -1
- package/dist/index.js +25 -14
- package/dist/index.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/modules/accessories/accessories.controller.js +5 -5
- package/dist/modules/accessories/accessories.controller.js.map +1 -1
- package/dist/modules/accessories/accessories.service.js +7 -6
- package/dist/modules/accessories/accessories.service.js.map +1 -1
- package/dist/modules/backup/backup.controller.js +7 -7
- package/dist/modules/backup/backup.controller.js.map +1 -1
- package/dist/modules/backup/backup.service.js +17 -17
- package/dist/modules/backup/backup.service.js.map +1 -1
- package/dist/modules/child-bridges/child-bridges.service.js +3 -3
- package/dist/modules/child-bridges/child-bridges.service.js.map +1 -1
- package/dist/modules/config-editor/config-editor.controller.d.ts +1 -1
- package/dist/modules/config-editor/config-editor.controller.js +8 -8
- package/dist/modules/config-editor/config-editor.controller.js.map +1 -1
- package/dist/modules/config-editor/config-editor.service.d.ts +1 -1
- package/dist/modules/config-editor/config-editor.service.js +6 -6
- package/dist/modules/config-editor/config-editor.service.js.map +1 -1
- package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js +11 -9
- package/dist/modules/custom-plugins/plugins-settings-ui/plugins-settings-ui.service.js.map +1 -1
- package/dist/modules/log/log.service.js +3 -3
- package/dist/modules/log/log.service.js.map +1 -1
- package/dist/modules/platform-tools/docker/docker.controller.js +3 -3
- package/dist/modules/platform-tools/docker/docker.controller.js.map +1 -1
- package/dist/modules/platform-tools/docker/docker.service.js +1 -1
- package/dist/modules/platform-tools/docker/docker.service.js.map +1 -1
- package/dist/modules/platform-tools/hb-service/hb-service.controller.js +2 -2
- package/dist/modules/platform-tools/hb-service/hb-service.controller.js.map +1 -1
- package/dist/modules/platform-tools/hb-service/hb-service.service.js +6 -6
- package/dist/modules/platform-tools/hb-service/hb-service.service.js.map +1 -1
- package/dist/modules/platform-tools/linux/linux.controller.js +2 -2
- package/dist/modules/platform-tools/linux/linux.controller.js.map +1 -1
- package/dist/modules/platform-tools/linux/linux.service.js +2 -2
- package/dist/modules/platform-tools/linux/linux.service.js.map +1 -1
- package/dist/modules/platform-tools/terminal/terminal.service.js +2 -2
- package/dist/modules/platform-tools/terminal/terminal.service.js.map +1 -1
- package/dist/modules/plugins/plugins.controller.js +4 -4
- package/dist/modules/plugins/plugins.controller.js.map +1 -1
- package/dist/modules/plugins/plugins.service.d.ts +3 -1
- package/dist/modules/plugins/plugins.service.js +122 -66
- package/dist/modules/plugins/plugins.service.js.map +1 -1
- package/dist/modules/server/server.controller.d.ts +22 -2
- package/dist/modules/server/server.controller.js +96 -18
- package/dist/modules/server/server.controller.js.map +1 -1
- package/dist/modules/server/server.service.d.ts +24 -6
- package/dist/modules/server/server.service.js +186 -59
- package/dist/modules/server/server.service.js.map +1 -1
- package/dist/modules/status/status.controller.js +3 -3
- package/dist/modules/status/status.controller.js.map +1 -1
- package/dist/modules/status/status.gateway.d.ts +1 -0
- package/dist/modules/status/status.service.d.ts +1 -0
- package/dist/modules/status/status.service.js +5 -4
- package/dist/modules/status/status.service.js.map +1 -1
- package/dist/modules/users/users.controller.js +7 -7
- package/dist/modules/users/users.controller.js.map +1 -1
- package/dist/self-check.js +6 -6
- package/dist/self-check.js.map +1 -1
- package/package.json +38 -37
- package/public/3rdpartylicenses.txt +87 -61
- package/public/assets/hap-icons/airpurifier.svg +49 -16
- package/public/assets/hap-icons/airquality.svg +24 -13
- package/public/assets/hap-icons/contactsensor-closed.svg +35 -2
- package/public/assets/hap-icons/contactsensor-open.svg +80 -2
- package/public/assets/hap-icons/door-closed.svg +32 -2
- package/public/assets/hap-icons/door-open.svg +48 -2
- package/public/assets/hap-icons/fan-off.svg +24 -13
- package/public/assets/hap-icons/fan-on.svg +24 -13
- package/public/assets/hap-icons/garagedoor.svg +24 -13
- package/public/assets/hap-icons/humidity.svg +24 -13
- package/public/assets/hap-icons/irrigation-system.svg +47 -18
- package/public/assets/hap-icons/leaksensor.svg +52 -2
- package/public/assets/hap-icons/light.svg +47 -28
- package/public/assets/hap-icons/lightbulb.svg +24 -13
- package/public/assets/hap-icons/lock-locked.svg +24 -13
- package/public/assets/hap-icons/lock-unlocked.svg +24 -13
- package/public/assets/hap-icons/motionsensor.svg +100 -2
- package/public/assets/hap-icons/occupancysensor.svg +97 -2
- package/public/assets/hap-icons/outlet.svg +24 -13
- package/public/assets/hap-icons/securitysystem-active.svg +102 -2
- package/public/assets/hap-icons/securitysystem-off.svg +68 -2
- package/public/assets/hap-icons/smokesensor.svg +42 -9
- package/public/assets/hap-icons/speaker.svg +29 -13
- package/public/assets/hap-icons/statelessprogrammableswitch.svg +51 -2
- package/public/assets/hap-icons/switch.svg +24 -13
- package/public/assets/hap-icons/television.svg +15 -4
- package/public/assets/hap-icons/temperature.svg +24 -13
- package/public/assets/hap-icons/unknown.svg +24 -13
- package/public/assets/hap-icons/valve-generic.svg +27 -16
- package/public/assets/hap-icons/valve-irrigation.svg +37 -21
- package/public/assets/hap-icons/valve-showerhead.svg +52 -0
- package/public/assets/hap-icons/valve-waterfaucet.svg +21 -0
- package/public/assets/hap-icons/window-closed.svg +85 -2
- package/public/assets/hap-icons/window-open.svg +136 -2
- package/public/assets/hap-icons/windowcovering-closed.svg +45 -49
- package/public/assets/hap-icons/windowcovering-open.svg +40 -44
- package/public/assets/homebridge-color-round.svg +36 -1
- package/public/assets/homebridge-logo.svg +11 -1
- package/public/assets/mask-icon.svg +5 -1
- package/public/chunk-22LXR72U.js +1 -0
- package/public/chunk-24YYWTRL.js +1 -0
- package/public/{chunk-WHJOLAED.js → chunk-2ARSC6O4.js} +1 -1
- package/public/{chunk-WNWWUCCZ.js → chunk-2BBAYFXG.js} +1 -1
- package/public/chunk-2C47ZQVM.js +1 -0
- package/public/{chunk-WHJSVGC7.js → chunk-2MYACURS.js} +1 -1
- package/public/chunk-2YUMZBL4.js +1 -0
- package/public/chunk-3NKJ3SC7.js +1 -0
- package/public/chunk-43L3TNTW.js +1 -0
- package/public/chunk-53FTBKZ2.js +1 -0
- package/public/{chunk-JZZQRLNW.js → chunk-5CH326YZ.js} +1 -1
- package/public/chunk-5GFLORE5.js +1 -0
- package/public/chunk-5OAVLMJB.js +1 -0
- package/public/chunk-5WUQGBGI.js +1 -0
- package/public/chunk-6JTL5YGX.js +1 -0
- package/public/chunk-7J7D4RFK.js +1 -0
- package/public/chunk-APMJGFUJ.js +20 -0
- package/public/chunk-ATVAKJWD.js +5 -0
- package/public/chunk-BFQLKNRB.js +1 -0
- package/public/chunk-CDK2Y3HN.js +1 -0
- package/public/chunk-DMUYZZHA.js +1 -0
- package/public/chunk-EIVXZQQB.js +1 -0
- package/public/chunk-F2OXJSVI.js +1 -0
- package/public/chunk-FDTEDMBO.js +1 -0
- package/public/{chunk-NW6AFAD7.js → chunk-FFBZNIV4.js} +1 -1
- package/public/{chunk-QE7DO6J3.js → chunk-FLTVAPLJ.js} +2 -2
- package/public/chunk-FTWFQIC5.js +6 -0
- package/public/chunk-GIEK6ZPY.js +1 -0
- package/public/chunk-GMTWFNWL.js +1 -0
- package/public/{chunk-BKUGARB4.js → chunk-GOHZ4DC4.js} +1 -1
- package/public/{chunk-EA5J2VEJ.js → chunk-GQS3624Y.js} +1 -1
- package/public/chunk-GVN26UPS.js +14 -0
- package/public/chunk-HDTFYFAK.js +1 -0
- package/public/chunk-HTW35OKT.js +1 -0
- package/public/chunk-HW5YYVEW.js +8 -0
- package/public/chunk-I7ZMPJ2B.js +1 -0
- package/public/chunk-IGMEVBSL.js +1 -0
- package/public/chunk-IMLHPIUY.js +1 -0
- package/public/chunk-JB6YXEOR.js +1 -0
- package/public/chunk-JBCLW2TT.js +1 -0
- package/public/chunk-JD2QWCRM.js +1 -0
- package/public/{chunk-MK5BZOUV.js → chunk-JR5AGWSF.js} +2 -2
- package/public/chunk-JZMQ5FID.js +1 -0
- package/public/{chunk-76SU4XMO.js → chunk-K2NHKGRS.js} +1 -1
- package/public/chunk-K6CN42MS.js +32 -0
- package/public/chunk-KDDAEYUJ.js +1 -0
- package/public/chunk-LIHH33QD.js +1 -0
- package/public/chunk-LUDY7ZDU.js +1 -0
- package/public/chunk-M7C65DLI.js +1 -0
- package/public/chunk-N4DQEZFE.js +1 -0
- package/public/chunk-N4QHVBNS.js +1 -0
- package/public/chunk-NQOQC6SC.js +1 -0
- package/public/{chunk-VAW3X7MD.js → chunk-NSH2TVLK.js} +5 -5
- package/public/chunk-NSL7MXSS.js +1 -0
- package/public/chunk-NZL2QIFO.js +2 -0
- package/public/chunk-O22A7NB6.js +1 -0
- package/public/chunk-OSTOAYDG.js +1 -0
- package/public/chunk-PYUYYML6.js +1 -0
- package/public/chunk-QAQJWSYT.js +1 -0
- package/public/chunk-R4PTSPJZ.js +1 -0
- package/public/chunk-SBXSQEJF.js +1 -0
- package/public/chunk-SHXXYX7C.js +1 -0
- package/public/chunk-SM4YBIEF.js +1 -0
- package/public/chunk-SSMNJVEP.js +1 -0
- package/public/chunk-T7TLJFTD.js +1 -0
- package/public/chunk-T7WHHJXM.js +1 -0
- package/public/chunk-TCXBW2AO.js +1 -0
- package/public/chunk-TFB2BTYE.js +1 -0
- package/public/{chunk-7EUQWCP5.js → chunk-UFFY2L3W.js} +1 -1
- package/public/chunk-UG2IE2BJ.js +1 -0
- package/public/{chunk-6TCHCTXZ.js → chunk-V5R6RQCC.js} +1 -1
- package/public/chunk-VF3FSEOJ.js +1 -0
- package/public/chunk-VFNCXSYS.js +1 -0
- package/public/chunk-VHPBI74N.js +1 -0
- package/public/chunk-VRNVEPFN.js +7 -0
- package/public/chunk-VVVHE3PT.js +1 -0
- package/public/chunk-W2YFOD35.js +1 -0
- package/public/{chunk-OE6MK722.js → chunk-WAHBXBRJ.js} +1 -1
- package/public/chunk-WBTQONWJ.js +5 -0
- package/public/chunk-WGDOZLDI.js +1 -0
- package/public/chunk-X22DW5U5.js +1 -0
- package/public/{chunk-CCUID66K.js → chunk-ZDFTIT3A.js} +1 -1
- package/public/{chunk-CGQI6VDR.js → chunk-ZPJGN6MQ.js} +1 -1
- package/public/index.html +2 -2
- package/public/main-QWL6TNWH.js +1 -0
- package/public/media/fa-brands-400-Q3XCMWHQ.woff2 +0 -0
- package/public/media/{fa-brands-400-KOKGDU7E.ttf → fa-brands-400-R2XQZCET.ttf} +0 -0
- package/public/media/fa-regular-400-QSNYFYRT.woff2 +0 -0
- package/public/media/{fa-regular-400-IPMAEX5Y.ttf → fa-regular-400-XUOPSR7E.ttf} +0 -0
- package/public/media/fa-solid-900-5ZUYHGA7.woff2 +0 -0
- package/public/media/{fa-solid-900-SRFFQLRM.ttf → fa-solid-900-PJNKLK6W.ttf} +0 -0
- package/public/styles-5ZGAUY5X.css +1 -0
- package/scripts/upgrade-install-plugin.sh +1 -1
- package/public/chunk-2FJGS2P4.js +0 -1
- package/public/chunk-2PVYUZMG.js +0 -1
- package/public/chunk-2VTFU3NZ.js +0 -6
- package/public/chunk-3FUV2YFB.js +0 -1
- package/public/chunk-3IX3CLER.js +0 -1
- package/public/chunk-43QJK3CH.js +0 -1
- package/public/chunk-4AYTHKYE.js +0 -1
- package/public/chunk-4JQFZGIU.js +0 -1
- package/public/chunk-5L7KCDO7.js +0 -1
- package/public/chunk-5SGGTYVP.js +0 -1
- package/public/chunk-64I555F6.js +0 -1
- package/public/chunk-6F552PS2.js +0 -14
- package/public/chunk-6GDRRHLT.js +0 -1
- package/public/chunk-7C3EOONK.js +0 -1
- package/public/chunk-7I2U653A.js +0 -1
- package/public/chunk-A6RDT6EE.js +0 -32
- package/public/chunk-ACHJ26XR.js +0 -1
- package/public/chunk-AMGSXBKP.js +0 -1
- package/public/chunk-AX2NKG76.js +0 -1
- package/public/chunk-BPMSJ2VF.js +0 -1
- package/public/chunk-CDC5JJGR.js +0 -5
- package/public/chunk-CNIFYHFS.js +0 -1
- package/public/chunk-DPHWZNEL.js +0 -1
- package/public/chunk-DXCU4YH5.js +0 -1
- package/public/chunk-ENTRCZRC.js +0 -1
- package/public/chunk-F3LCRXOB.js +0 -1
- package/public/chunk-FUOZMXIE.js +0 -1
- package/public/chunk-GNMMNSKZ.js +0 -1
- package/public/chunk-GONTC5RL.js +0 -1
- package/public/chunk-HC4ULUF5.js +0 -1
- package/public/chunk-HSJSWZHD.js +0 -1
- package/public/chunk-JAM2DL6O.js +0 -1
- package/public/chunk-JLUPHWBK.js +0 -1
- package/public/chunk-KQJ7ONUG.js +0 -1
- package/public/chunk-LAAC3HKW.js +0 -1
- package/public/chunk-MOTRKWPN.js +0 -1
- package/public/chunk-N3JMUDBI.js +0 -1
- package/public/chunk-NZNNTHFQ.js +0 -1
- package/public/chunk-ODPNK7TG.js +0 -1
- package/public/chunk-ORPWYWCL.js +0 -5
- package/public/chunk-OURFK6JB.js +0 -1
- package/public/chunk-PEPJOU6R.js +0 -1
- package/public/chunk-PWJLSQWP.js +0 -8
- package/public/chunk-QHPDGSZ6.js +0 -1
- package/public/chunk-RFBKWUOP.js +0 -20
- package/public/chunk-S22XAG5G.js +0 -1
- package/public/chunk-S23B67SO.js +0 -1
- package/public/chunk-S3ABXPGO.js +0 -1
- package/public/chunk-SUCUQYZ3.js +0 -1
- package/public/chunk-TCSXGQNF.js +0 -1
- package/public/chunk-TXOB7R5K.js +0 -7
- package/public/chunk-U4TY4QYN.js +0 -1
- package/public/chunk-UG5DK2RQ.js +0 -2
- package/public/chunk-UNXETFMR.js +0 -1
- package/public/chunk-VF4E7Q42.js +0 -1
- package/public/chunk-VOPS522V.js +0 -1
- package/public/chunk-VVFRD7PI.js +0 -1
- package/public/chunk-WWTMEHKF.js +0 -1
- package/public/chunk-X6HR3FKR.js +0 -1
- package/public/chunk-Y6NAMXTD.js +0 -1
- package/public/chunk-YAOIYDRH.js +0 -1
- package/public/chunk-ZOOTYXXF.js +0 -1
- package/public/chunk-ZT23DWNL.js +0 -1
- package/public/chunk-ZTCVXHR7.js +0 -1
- package/public/chunk-ZUBSOVIF.js +0 -1
- package/public/main-XXZ7MAPQ.js +0 -1
- package/public/media/01-RQ3S2L53.png +0 -0
- package/public/media/02-VNCG2I2A.png +0 -0
- package/public/media/03-HI42L4ZG.png +0 -0
- package/public/media/04-FJLL55LZ.png +0 -0
- package/public/media/05-V3EO6SPT.png +0 -0
- package/public/media/06-EOJZCQZN.png +0 -0
- package/public/media/07-KMKB5PBD.png +0 -0
- package/public/media/08-UQJRF6B2.png +0 -0
- package/public/media/09-2DJQFRHH.png +0 -0
- package/public/media/arrow_left-CQT7FZM7.svg +0 -4
- package/public/media/arrow_right-SBUDRR2G.svg +0 -4
- package/public/media/fa-brands-400-6PJPV6JM.woff2 +0 -0
- package/public/media/fa-regular-400-OHB6J4OK.woff2 +0 -0
- package/public/media/fa-solid-900-ABTK6BNK.woff2 +0 -0
- package/public/scripts-6GVLYD7F.js +0 -62
- package/public/styles-EG5MFQEM.css +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{$ as Ce,$a as Je,Ba as ce,Bb as Ye,Cb as X,Da as D,Db as G,Ea as le,Eb as fe,H as _e,Hc as Ke,Ic as qe,Ka as Ue,L as ke,La as de,Ma as Fe,Na as P,Oc as J,Pa as ue,Pc as He,Qa as Be,Qc as Qe,Rc as w,S as oe,Ta as L,Ua as N,Va as _,Wa as ze,Xa as Ve,Ya as $e,Za as Xe,_a as Ge,_c as W,a as $,ab as We,b as Se,bb as S,da as R,ea as A,ga as m,ha as ie,id as et,ja as g,jb as x,jd as tt,k as Ie,la as d,ld as pe,ma as T,mb as Ze,na as ae,nd as Z,pa as Le,q as Ne,qa as xe,r as se,ra as je,tb as he,x as C}from"./chunk-VRNVEPFN.js";var U=class{},K=class{},I=class r{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?typeof t=="string"?this.lazyInit=()=>{this.headers=new Map,t.split(`
|
|
2
|
+
`).forEach(e=>{let n=e.indexOf(":");if(n>0){let s=e.slice(0,n),o=e.slice(n+1).trim();this.addHeaderEntry(s,o)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((e,n)=>{this.addHeaderEntry(n,e)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([e,n])=>{this.setHeaderEntries(e,n)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();let e=this.headers.get(t.toLowerCase());return e&&e.length>0?e[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,e){return this.clone({name:t,value:e,op:"a"})}set(t,e){return this.clone({name:t,value:e,op:"s"})}delete(t,e){return this.clone({name:t,value:e,op:"d"})}maybeSetNormalizedName(t,e){this.normalizedNames.has(e)||this.normalizedNames.set(e,t)}init(){this.lazyInit&&(this.lazyInit instanceof r?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init(),Array.from(t.headers.keys()).forEach(e=>{this.headers.set(e,t.headers.get(e)),this.normalizedNames.set(e,t.normalizedNames.get(e))})}clone(t){let e=new r;return e.lazyInit=this.lazyInit&&this.lazyInit instanceof r?this.lazyInit:this,e.lazyUpdate=(this.lazyUpdate||[]).concat([t]),e}applyUpdate(t){let e=t.name.toLowerCase();switch(t.op){case"a":case"s":let n=t.value;if(typeof n=="string"&&(n=[n]),n.length===0)return;this.maybeSetNormalizedName(t.name,e);let s=(t.op==="a"?this.headers.get(e):void 0)||[];s.push(...n),this.headers.set(e,s);break;case"d":let o=t.value;if(!o)this.headers.delete(e),this.normalizedNames.delete(e);else{let i=this.headers.get(e);if(!i)return;i=i.filter(c=>o.indexOf(c)===-1),i.length===0?(this.headers.delete(e),this.normalizedNames.delete(e)):this.headers.set(e,i)}break}}addHeaderEntry(t,e){let n=t.toLowerCase();this.maybeSetNormalizedName(t,n),this.headers.has(n)?this.headers.get(n).push(e):this.headers.set(n,[e])}setHeaderEntries(t,e){let n=(Array.isArray(e)?e:[e]).map(o=>o.toString()),s=t.toLowerCase();this.headers.set(s,n),this.maybeSetNormalizedName(t,s)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(e=>t(this.normalizedNames.get(e),this.headers.get(e)))}};var ye=class{encodeKey(t){return nt(t)}encodeValue(t){return nt(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}};function _t(r,t){let e=new Map;return r.length>0&&r.replace(/^\?/,"").split("&").forEach(s=>{let o=s.indexOf("="),[i,c]=o==-1?[t.decodeKey(s),""]:[t.decodeKey(s.slice(0,o)),t.decodeValue(s.slice(o+1))],a=e.get(i)||[];a.push(c),e.set(i,a)}),e}var kt=/%(\d[a-f0-9])/gi,Ct={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function nt(r){return encodeURIComponent(r).replace(kt,(t,e)=>{var n;return(n=Ct[e])!=null?n:t})}function Y(r){return`${r}`}var O=class r{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new ye,t.fromString){if(t.fromObject)throw new R(2805,!1);this.map=_t(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(e=>{let n=t.fromObject[e],s=Array.isArray(n)?n.map(Y):[Y(n)];this.map.set(e,s)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();let e=this.map.get(t);return e?e[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,e){return this.clone({param:t,value:e,op:"a"})}appendAll(t){let e=[];return Object.keys(t).forEach(n=>{let s=t[n];Array.isArray(s)?s.forEach(o=>{e.push({param:n,value:o,op:"a"})}):e.push({param:n,value:s,op:"a"})}),this.clone(e)}set(t,e){return this.clone({param:t,value:e,op:"s"})}delete(t,e){return this.clone({param:t,value:e,op:"d"})}toString(){return this.init(),this.keys().map(t=>{let e=this.encoder.encodeKey(t);return this.map.get(t).map(n=>e+"="+this.encoder.encodeValue(n)).join("&")}).filter(t=>t!=="").join("&")}clone(t){let e=new r({encoder:this.encoder});return e.cloneFrom=this.cloneFrom||this,e.updates=(this.updates||[]).concat(t),e}init(){this.map===null&&(this.map=new Map),this.cloneFrom!==null&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(t=>this.map.set(t,this.cloneFrom.map.get(t))),this.updates.forEach(t=>{switch(t.op){case"a":case"s":let e=(t.op==="a"?this.map.get(t.param):void 0)||[];e.push(Y(t.value)),this.map.set(t.param,e);break;case"d":if(t.value!==void 0){let n=this.map.get(t.param)||[],s=n.indexOf(Y(t.value));s!==-1&&n.splice(s,1),n.length>0?this.map.set(t.param,n):this.map.delete(t.param)}else{this.map.delete(t.param);break}}}),this.cloneFrom=this.updates=null)}};var ge=class{map=new Map;set(t,e){return this.map.set(t,e),this}get(t){return this.map.has(t)||this.map.set(t,t.defaultValue()),this.map.get(t)}delete(t){return this.map.delete(t),this}has(t){return this.map.has(t)}keys(){return this.map.keys()}};function Lt(r){switch(r){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}function rt(r){return typeof ArrayBuffer<"u"&&r instanceof ArrayBuffer}function st(r){return typeof Blob<"u"&&r instanceof Blob}function ot(r){return typeof FormData<"u"&&r instanceof FormData}function xt(r){return typeof URLSearchParams<"u"&&r instanceof URLSearchParams}var it="Content-Type",dt="X-Request-URL",ut="text/plain",ht="application/json",jt=`${ht}, ${ut}, */*`,j=class r{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;responseType="json";method;params;urlWithParams;transferCache;constructor(t,e,n,s){var i,c;this.url=e,this.method=t.toUpperCase();let o;if(Lt(this.method)||s?(this.body=n!==void 0?n:null,o=s):o=n,o&&(this.reportProgress=!!o.reportProgress,this.withCredentials=!!o.withCredentials,o.responseType&&(this.responseType=o.responseType),o.headers&&(this.headers=o.headers),o.context&&(this.context=o.context),o.params&&(this.params=o.params),this.transferCache=o.transferCache),(i=this.headers)!=null||(this.headers=new I),(c=this.context)!=null||(this.context=new ge),!this.params)this.params=new O,this.urlWithParams=e;else{let a=this.params.toString();if(a.length===0)this.urlWithParams=e;else{let l=e.indexOf("?"),u=l===-1?"?":l<e.length-1?"&":"";this.urlWithParams=e+u+a}}}serializeBody(){return this.body===null?null:typeof this.body=="string"||rt(this.body)||st(this.body)||ot(this.body)||xt(this.body)?this.body:this.body instanceof O?this.body.toString():typeof this.body=="object"||typeof this.body=="boolean"||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return this.body===null||ot(this.body)?null:st(this.body)?this.body.type||null:rt(this.body)?null:typeof this.body=="string"?ut:this.body instanceof O?"application/x-www-form-urlencoded;charset=UTF-8":typeof this.body=="object"||typeof this.body=="number"||typeof this.body=="boolean"?ht:null}clone(t={}){var M,b,v,h;let e=t.method||this.method,n=t.url||this.url,s=t.responseType||this.responseType,o=(M=t.transferCache)!=null?M:this.transferCache,i=t.body!==void 0?t.body:this.body,c=(b=t.withCredentials)!=null?b:this.withCredentials,a=(v=t.reportProgress)!=null?v:this.reportProgress,l=t.headers||this.headers,u=t.params||this.params,p=(h=t.context)!=null?h:this.context;return t.setHeaders!==void 0&&(l=Object.keys(t.setHeaders).reduce((f,E)=>f.set(E,t.setHeaders[E]),l)),t.setParams&&(u=Object.keys(t.setParams).reduce((f,E)=>f.set(E,t.setParams[E]),u)),new r(e,n,i,{params:u,headers:l,context:p,reportProgress:a,responseType:s,withCredentials:c,transferCache:o})}},k=function(r){return r[r.Sent=0]="Sent",r[r.UploadProgress=1]="UploadProgress",r[r.ResponseHeader=2]="ResponseHeader",r[r.DownloadProgress=3]="DownloadProgress",r[r.Response=4]="Response",r[r.User=5]="User",r}(k||{}),F=class{headers;status;statusText;url;ok;type;constructor(t,e=200,n="OK"){this.headers=t.headers||new I,this.status=t.status!==void 0?t.status:e,this.statusText=t.statusText||n,this.url=t.url||null,this.ok=this.status>=200&&this.status<300}},ve=class r extends F{constructor(t={}){super(t)}type=k.ResponseHeader;clone(t={}){return new r({headers:t.headers||this.headers,status:t.status!==void 0?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}},q=class r extends F{body;constructor(t={}){super(t),this.body=t.body!==void 0?t.body:null}type=k.Response;clone(t={}){return new r({body:t.body!==void 0?t.body:this.body,headers:t.headers||this.headers,status:t.status!==void 0?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}},H=class extends F{name="HttpErrorResponse";message;error;ok=!1;constructor(t){super(t,0,"Unknown Error"),this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${t.url||"(unknown url)"}`:this.message=`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}},Ut=200,Ft=204;function me(r,t){return{body:t,headers:r.headers,context:r.context,observe:r.observe,params:r.params,reportProgress:r.reportProgress,responseType:r.responseType,withCredentials:r.withCredentials,transferCache:r.transferCache}}var Bt=(()=>{class r{handler;constructor(e){this.handler=e}request(e,n,s={}){let o;if(e instanceof j)o=e;else{let a;s.headers instanceof I?a=s.headers:a=new I(s.headers);let l;s.params&&(s.params instanceof O?l=s.params:l=new O({fromObject:s.params})),o=new j(e,n,s.body!==void 0?s.body:null,{headers:a,context:s.context,params:l,reportProgress:s.reportProgress,responseType:s.responseType||"json",withCredentials:s.withCredentials,transferCache:s.transferCache})}let i=se(o).pipe(ke(a=>this.handler.handle(a)));if(e instanceof j||s.observe==="events")return i;let c=i.pipe(_e(a=>a instanceof q));switch(s.observe||"body"){case"body":switch(o.responseType){case"arraybuffer":return c.pipe(C(a=>{if(a.body!==null&&!(a.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return a.body}));case"blob":return c.pipe(C(a=>{if(a.body!==null&&!(a.body instanceof Blob))throw new Error("Response is not a Blob.");return a.body}));case"text":return c.pipe(C(a=>{if(a.body!==null&&typeof a.body!="string")throw new Error("Response is not a string.");return a.body}));case"json":default:return c.pipe(C(a=>a.body))}case"response":return c;default:throw new Error(`Unreachable: unhandled observe type ${s.observe}}`)}}delete(e,n={}){return this.request("DELETE",e,n)}get(e,n={}){return this.request("GET",e,n)}head(e,n={}){return this.request("HEAD",e,n)}jsonp(e,n){return this.request("JSONP",e,{params:new O().append(n,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(e,n={}){return this.request("OPTIONS",e,n)}patch(e,n,s={}){return this.request("PATCH",e,me(s,n))}post(e,n,s={}){return this.request("POST",e,me(s,n))}put(e,n,s={}){return this.request("PUT",e,me(s,n))}static \u0275fac=function(n){return new(n||r)(d(U))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})();var zt=new g("");function ft(r,t){return t(r)}function Vt(r,t){return(e,n)=>t.intercept(e,{handle:s=>r(s,n)})}function $t(r,t,e){return(n,s)=>je(e,()=>t(n,o=>r(o,s)))}var Xt=new g(""),Ee=new g(""),Gt=new g(""),pt=new g("",{providedIn:"root",factory:()=>!0});function Jt(){let r=null;return(t,e)=>{var o;r===null&&(r=((o=T(Xt,{optional:!0}))!=null?o:[]).reduceRight(Vt,ft));let n=T(ce);if(T(pt)){let i=n.add();return r(t,e).pipe(oe(()=>n.remove(i)))}else return r(t,e)}}var at=(()=>{class r extends U{backend;injector;chain=null;pendingTasks=T(ce);contributeToStability=T(pt);constructor(e,n){super(),this.backend=e,this.injector=n}handle(e){if(this.chain===null){let n=Array.from(new Set([...this.injector.get(Ee),...this.injector.get(Gt,[])]));this.chain=n.reduceRight((s,o)=>$t(s,o,this.injector),ft)}if(this.contributeToStability){let n=this.pendingTasks.add();return this.chain(e,s=>this.backend.handle(s)).pipe(oe(()=>this.pendingTasks.remove(n)))}else return this.chain(e,n=>this.backend.handle(n))}static \u0275fac=function(n){return new(n||r)(d(K),d(xe))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})();var Wt=/^\)\]\}',?\n/,Zt=RegExp(`^${dt}:`,"m");function Yt(r){return"responseURL"in r&&r.responseURL?r.responseURL:Zt.test(r.getAllResponseHeaders())?r.getResponseHeader(dt):null}var ct=(()=>{class r{xhrFactory;constructor(e){this.xhrFactory=e}handle(e){if(e.method==="JSONP")throw new R(-2800,!1);let n=this.xhrFactory;return(n.\u0275loadImpl?Ne(n.\u0275loadImpl()):se(null)).pipe(Ce(()=>new Ie(o=>{let i=n.build();if(i.open(e.method,e.urlWithParams),e.withCredentials&&(i.withCredentials=!0),e.headers.forEach((h,f)=>i.setRequestHeader(h,f.join(","))),e.headers.has("Accept")||i.setRequestHeader("Accept",jt),!e.headers.has(it)){let h=e.detectContentTypeHeader();h!==null&&i.setRequestHeader(it,h)}if(e.responseType){let h=e.responseType.toLowerCase();i.responseType=h!=="json"?h:"text"}let c=e.serializeBody(),a=null,l=()=>{if(a!==null)return a;let h=i.statusText||"OK",f=new I(i.getAllResponseHeaders()),E=Yt(i)||e.url;return a=new ve({headers:f,status:i.status,statusText:h,url:E}),a},u=()=>{let{headers:h,status:f,statusText:E,url:Pe}=l(),y=null;f!==Ft&&(y=typeof i.response>"u"?i.responseText:i.response),f===0&&(f=y?Ut:0);let re=f>=200&&f<300;if(e.responseType==="json"&&typeof y=="string"){let Ot=y;y=y.replace(Wt,"");try{y=y!==""?JSON.parse(y):null}catch(Pt){y=Ot,re&&(re=!1,y={error:Pt,text:y})}}re?(o.next(new q({body:y,headers:h,status:f,statusText:E,url:Pe||void 0})),o.complete()):o.error(new H({error:y,headers:h,status:f,statusText:E,url:Pe||void 0}))},p=h=>{let{url:f}=l(),E=new H({error:h,status:i.status||0,statusText:i.statusText||"Unknown Error",url:f||void 0});o.error(E)},M=!1,b=h=>{M||(o.next(l()),M=!0);let f={type:k.DownloadProgress,loaded:h.loaded};h.lengthComputable&&(f.total=h.total),e.responseType==="text"&&i.responseText&&(f.partialText=i.responseText),o.next(f)},v=h=>{let f={type:k.UploadProgress,loaded:h.loaded};h.lengthComputable&&(f.total=h.total),o.next(f)};return i.addEventListener("load",u),i.addEventListener("error",p),i.addEventListener("timeout",p),i.addEventListener("abort",p),e.reportProgress&&(i.addEventListener("progress",b),c!==null&&i.upload&&i.upload.addEventListener("progress",v)),i.send(c),o.next({type:k.Sent}),()=>{i.removeEventListener("error",p),i.removeEventListener("abort",p),i.removeEventListener("load",u),i.removeEventListener("timeout",p),e.reportProgress&&(i.removeEventListener("progress",b),c!==null&&i.upload&&i.upload.removeEventListener("progress",v)),i.readyState!==i.DONE&&i.abort()}})))}static \u0275fac=function(n){return new(n||r)(d(Z))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})(),mt=new g(""),Kt="XSRF-TOKEN",qt=new g("",{providedIn:"root",factory:()=>Kt}),Ht="X-XSRF-TOKEN",Qt=new g("",{providedIn:"root",factory:()=>Ht}),Q=class{},en=(()=>{class r{doc;platform;cookieName;lastCookieString="";lastToken=null;parseCount=0;constructor(e,n,s){this.doc=e,this.platform=n,this.cookieName=s}getToken(){if(this.platform==="server")return null;let e=this.doc.cookie||"";return e!==this.lastCookieString&&(this.parseCount++,this.lastToken=W(e,this.cookieName),this.lastCookieString=e),this.lastToken}static \u0275fac=function(n){return new(n||r)(d(w),d(P),d(qt))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})();function tn(r,t){let e=r.url.toLowerCase();if(!T(mt)||r.method==="GET"||r.method==="HEAD"||e.startsWith("http://")||e.startsWith("https://"))return t(r);let n=T(Q).getToken(),s=T(Qt);return n!=null&&!r.headers.has(s)&&(r=r.clone({headers:r.headers.set(s,n)})),t(r)}var yt=function(r){return r[r.Interceptors=0]="Interceptors",r[r.LegacyInterceptors=1]="LegacyInterceptors",r[r.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",r[r.NoXsrfProtection=3]="NoXsrfProtection",r[r.JsonpSupport=4]="JsonpSupport",r[r.RequestsMadeViaParent=5]="RequestsMadeViaParent",r[r.Fetch=6]="Fetch",r}(yt||{});function nn(r,t){return{\u0275kind:r,\u0275providers:t}}function Gn(...r){let t=[Bt,ct,at,{provide:U,useExisting:at},{provide:K,useFactory:()=>{var e;return(e=T(zt,{optional:!0}))!=null?e:T(ct)}},{provide:Ee,useValue:tn,multi:!0},{provide:mt,useValue:!0},{provide:Q,useClass:en}];for(let e of r)t.push(...e.\u0275providers);return ae(t)}var lt=new g("");function Jn(){return nn(yt.LegacyInterceptors,[{provide:lt,useFactory:Jt},{provide:Ee,useExisting:lt,multi:!0}])}var we=class extends Qe{supportsDOMEvents=!0},Re=class r extends we{static makeCurrent(){He(new r)}onAndCancel(t,e,n,s){return t.addEventListener(e,n,s),()=>{t.removeEventListener(e,n,s)}}dispatchEvent(t,e){t.dispatchEvent(e)}remove(t){t.remove()}createElement(t,e){return e=e||this.getDefaultDocument(),e.createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,e){return e==="window"?window:e==="document"?t:e==="body"?t.body:null}getBaseHref(t){let e=sn();return e==null?null:on(e)}resetBaseElement(){B=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return W(document.cookie,t)}},B=null;function sn(){return B=B||document.querySelector("base"),B?B.getAttribute("href"):null}function on(r){return new URL(r,document.baseURI).pathname}var be=class{addToWindow(t){A.getAngularTestability=(n,s=!0)=>{let o=t.findTestabilityInTree(n,s);if(o==null)throw new R(5103,!1);return o},A.getAllAngularTestabilities=()=>t.getAllTestabilities(),A.getAllAngularRootElements=()=>t.getAllRootElements();let e=n=>{let s=A.getAllAngularTestabilities(),o=s.length,i=function(){o--,o==0&&n()};s.forEach(c=>{c.whenStable(i)})};A.frameworkStabilizers||(A.frameworkStabilizers=[]),A.frameworkStabilizers.push(e)}findTestabilityInTree(t,e,n){if(e==null)return null;let s=t.getTestability(e);return s!=null?s:n?J().isShadowRoot(e)?this.findTestabilityInTree(t,e.host,!0):this.findTestabilityInTree(t,e.parentElement,!0):null}},an=(()=>{class r{build(){return new XMLHttpRequest}static \u0275fac=function(n){return new(n||r)};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})(),Me=new g(""),Rt=(()=>{class r{_zone;_plugins;_eventNameToPlugin=new Map;constructor(e,n){this._zone=n,e.forEach(s=>{s.manager=this}),this._plugins=e.slice().reverse()}addEventListener(e,n,s,o){return this._findPluginFor(n).addEventListener(e,n,s,o)}getZone(){return this._zone}_findPluginFor(e){let n=this._eventNameToPlugin.get(e);if(n)return n;if(n=this._plugins.find(o=>o.supports(e)),!n)throw new R(5101,!1);return this._eventNameToPlugin.set(e,n),n}static \u0275fac=function(n){return new(n||r)(d(Me),d(D))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})(),te=class{_doc;constructor(t){this._doc=t}manager},ee="ng-app-id";function gt(r){for(let t of r)t.remove()}function vt(r,t){let e=t.createElement("style");return e.textContent=r,e}function cn(r,t,e,n){var o;let s=(o=r.head)==null?void 0:o.querySelectorAll(`style[${ee}="${t}"],link[${ee}="${t}"]`);if(s)for(let i of s)i.removeAttribute(ee),i instanceof HTMLLinkElement?n.set(i.href.slice(i.href.lastIndexOf("/")+1),{usage:0,elements:[i]}):i.textContent&&e.set(i.textContent,{usage:0,elements:[i]})}function Ae(r,t){let e=t.createElement("link");return e.setAttribute("rel","stylesheet"),e.setAttribute("href",r),e}var bt=(()=>{class r{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;isServer;constructor(e,n,s,o={}){this.doc=e,this.appId=n,this.nonce=s,this.isServer=pe(o),cn(e,n,this.inline,this.external),this.hosts.add(e.head)}addStyles(e,n){for(let s of e)this.addUsage(s,this.inline,vt);n==null||n.forEach(s=>this.addUsage(s,this.external,Ae))}removeStyles(e,n){for(let s of e)this.removeUsage(s,this.inline);n==null||n.forEach(s=>this.removeUsage(s,this.external))}addUsage(e,n,s){let o=n.get(e);o?o.usage++:n.set(e,{usage:1,elements:[...this.hosts].map(i=>this.addElement(i,s(e,this.doc)))})}removeUsage(e,n){let s=n.get(e);s&&(s.usage--,s.usage<=0&&(gt(s.elements),n.delete(e)))}ngOnDestroy(){for(let[,{elements:e}]of[...this.inline,...this.external])gt(e);this.hosts.clear()}addHost(e){this.hosts.add(e);for(let[n,{elements:s}]of this.inline)s.push(this.addElement(e,vt(n,this.doc)));for(let[n,{elements:s}]of this.external)s.push(this.addElement(e,Ae(n,this.doc)))}removeHost(e){this.hosts.delete(e)}addElement(e,n){return this.nonce&&n.setAttribute("nonce",this.nonce),this.isServer&&n.setAttribute(ee,this.appId),e.appendChild(n)}static \u0275fac=function(n){return new(n||r)(d(w),d(de),d(ue,8),d(P))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})(),Te={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/Math/MathML"},Oe=/%COMP%/g,Mt="%COMP%",ln=`_nghost-${Mt}`,dn=`_ngcontent-${Mt}`,un=!0,hn=new g("",{providedIn:"root",factory:()=>un});function fn(r){return dn.replace(Oe,r)}function pn(r){return ln.replace(Oe,r)}function At(r,t){return t.map(e=>e.replace(Oe,r))}var Et=(()=>{class r{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;platformId;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;platformIsServer;constructor(e,n,s,o,i,c,a,l=null,u=null){this.eventManager=e,this.sharedStylesHost=n,this.appId=s,this.removeStylesOnCompDestroy=o,this.doc=i,this.platformId=c,this.ngZone=a,this.nonce=l,this.tracingService=u,this.platformIsServer=pe(c),this.defaultRenderer=new z(e,i,a,this.platformIsServer,this.tracingService)}createRenderer(e,n){if(!e||!n)return this.defaultRenderer;this.platformIsServer&&n.encapsulation===L.ShadowDom&&(n=Se($({},n),{encapsulation:L.Emulated}));let s=this.getOrCreateRenderer(e,n);return s instanceof ne?s.applyToHost(e):s instanceof V&&s.applyStyles(),s}getOrCreateRenderer(e,n){let s=this.rendererByCompId,o=s.get(n.id);if(!o){let i=this.doc,c=this.ngZone,a=this.eventManager,l=this.sharedStylesHost,u=this.removeStylesOnCompDestroy,p=this.platformIsServer;switch(n.encapsulation){case L.Emulated:o=new ne(a,l,n,this.appId,u,i,c,p,this.tracingService);break;case L.ShadowDom:return new De(a,l,e,n,i,c,this.nonce,p,this.tracingService);default:o=new V(a,l,n,u,i,c,p,this.tracingService);break}s.set(n.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(e){this.rendererByCompId.delete(e)}static \u0275fac=function(n){return new(n||r)(d(Rt),d(bt),d(de),d(hn),d(w),d(P),d(D),d(ue),d(Be,8))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})(),z=class{eventManager;doc;ngZone;platformIsServer;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(t,e,n,s,o){this.eventManager=t,this.doc=e,this.ngZone=n,this.platformIsServer=s,this.tracingService=o}destroy(){}destroyNode=null;createElement(t,e){return e?this.doc.createElementNS(Te[e]||e,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,e){(Tt(t)?t.content:t).appendChild(e)}insertBefore(t,e,n){t&&(Tt(t)?t.content:t).insertBefore(e,n)}removeChild(t,e){e.remove()}selectRootElement(t,e){let n=typeof t=="string"?this.doc.querySelector(t):t;if(!n)throw new R(-5104,!1);return e||(n.textContent=""),n}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,e,n,s){if(s){e=s+":"+e;let o=Te[s];o?t.setAttributeNS(o,e,n):t.setAttribute(e,n)}else t.setAttribute(e,n)}removeAttribute(t,e,n){if(n){let s=Te[n];s?t.removeAttributeNS(s,e):t.removeAttribute(`${n}:${e}`)}else t.removeAttribute(e)}addClass(t,e){t.classList.add(e)}removeClass(t,e){t.classList.remove(e)}setStyle(t,e,n,s){s&(x.DashCase|x.Important)?t.style.setProperty(e,n,s&x.Important?"important":""):t.style[e]=n}removeStyle(t,e,n){n&x.DashCase?t.style.removeProperty(e):t.style[e]=""}setProperty(t,e,n){t!=null&&(t[e]=n)}setValue(t,e){t.nodeValue=e}listen(t,e,n,s){if(typeof t=="string"&&(t=J().getGlobalEventTarget(this.doc,t),!t))throw new Error(`Unsupported event target ${t} for event ${e}`);let o=this.decoratePreventDefault(n);return this.tracingService!==null&&this.tracingService.wrapEventListener&&(o=this.tracingService.wrapEventListener(t,e,o)),this.eventManager.addEventListener(t,e,o,s)}decoratePreventDefault(t){return e=>{if(e==="__ngUnwrap__")return t;(this.platformIsServer?this.ngZone.runGuarded(()=>t(e)):t(e))===!1&&e.preventDefault()}}};function Tt(r){return r.tagName==="TEMPLATE"&&r.content!==void 0}var De=class extends z{sharedStylesHost;hostEl;shadowRoot;constructor(t,e,n,s,o,i,c,a,l){var M;super(t,o,i,a,l),this.sharedStylesHost=e,this.hostEl=n,this.shadowRoot=n.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);let u=At(s.id,s.styles);for(let b of u){let v=document.createElement("style");c&&v.setAttribute("nonce",c),v.textContent=b,this.shadowRoot.appendChild(v)}let p=(M=s.getExternalStyles)==null?void 0:M.call(s);if(p)for(let b of p){let v=Ae(b,o);c&&v.setAttribute("nonce",c),this.shadowRoot.appendChild(v)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}appendChild(t,e){return super.appendChild(this.nodeOrShadowRoot(t),e)}insertBefore(t,e,n){return super.insertBefore(this.nodeOrShadowRoot(t),e,n)}removeChild(t,e){return super.removeChild(null,e)}parentNode(t){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(t)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}},V=class extends z{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(t,e,n,s,o,i,c,a,l){var u;super(t,o,i,c,a),this.sharedStylesHost=e,this.removeStylesOnCompDestroy=s,this.styles=l?At(l,n.styles):n.styles,this.styleUrls=(u=n.getExternalStyles)==null?void 0:u.call(n,l)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}},ne=class extends V{contentAttr;hostAttr;constructor(t,e,n,s,o,i,c,a,l){let u=s+"-"+n.id;super(t,e,n,o,i,c,a,l,u),this.contentAttr=fn(u),this.hostAttr=pn(u)}applyToHost(t){this.applyStyles(),this.setAttribute(t,this.hostAttr,"")}createElement(t,e){let n=super.createElement(t,e);return super.setAttribute(n,this.contentAttr,""),n}},mn=(()=>{class r extends te{constructor(e){super(e)}supports(e){return!0}addEventListener(e,n,s,o){return e.addEventListener(n,s,o),()=>this.removeEventListener(e,n,s,o)}removeEventListener(e,n,s,o){return e.removeEventListener(n,s,o)}static \u0275fac=function(n){return new(n||r)(d(w))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})(),wt=["alt","control","meta","shift"],yn={"\b":"Backspace"," ":"Tab","\x7F":"Delete","\x1B":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},gn={alt:r=>r.altKey,control:r=>r.ctrlKey,meta:r=>r.metaKey,shift:r=>r.shiftKey},vn=(()=>{class r extends te{constructor(e){super(e)}supports(e){return r.parseEventName(e)!=null}addEventListener(e,n,s,o){let i=r.parseEventName(n),c=r.eventCallback(i.fullKey,s,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>J().onAndCancel(e,i.domEventName,c,o))}static parseEventName(e){let n=e.toLowerCase().split("."),s=n.shift();if(n.length===0||!(s==="keydown"||s==="keyup"))return null;let o=r._normalizeKey(n.pop()),i="",c=n.indexOf("code");if(c>-1&&(n.splice(c,1),i="code."),wt.forEach(l=>{let u=n.indexOf(l);u>-1&&(n.splice(u,1),i+=l+".")}),i+=o,n.length!=0||o.length===0)return null;let a={};return a.domEventName=s,a.fullKey=i,a}static matchEventFullKeyCode(e,n){let s=yn[e.key]||e.key,o="";return n.indexOf("code.")>-1&&(s=e.code,o="code."),s==null||!s?!1:(s=s.toLowerCase(),s===" "?s="space":s==="."&&(s="dot"),wt.forEach(i=>{if(i!==s){let c=gn[i];c(e)&&(o+=i+".")}}),o+=s,o===n)}static eventCallback(e,n,s){return o=>{r.matchEventFullKeyCode(o,e)&&s.runGuarded(()=>n(o))}}static _normalizeKey(e){return e==="esc"?"escape":e}static \u0275fac=function(n){return new(n||r)(d(w))};static \u0275prov=m({token:r,factory:r.\u0275fac})}return r})();function fr(r,t){return qe($({rootComponent:r},En(t)))}function En(r){var t;return{appProviders:[...Dt,...(t=r==null?void 0:r.providers)!=null?t:[]],platformProviders:bn}}function Tn(){Re.makeCurrent()}function wn(){return new le}function Rn(){return Ue(document),document}var bn=[{provide:P,useValue:tt},{provide:Fe,useValue:Tn,multi:!0},{provide:w,useFactory:Rn,deps:[]}];var Mn=[{provide:X,useClass:be,deps:[]},{provide:Ye,useClass:G,deps:[D,fe,X]},{provide:G,useClass:G,deps:[D,fe,X]}],Dt=[{provide:Le,useValue:"root"},{provide:le,useFactory:wn,deps:[]},{provide:Me,useClass:mn,multi:!0,deps:[w,D,P]},{provide:Me,useClass:vn,multi:!0,deps:[w]},Et,bt,Rt,{provide:Ze,useExisting:Et},{provide:Z,useClass:an,deps:[]},[]],pr=(()=>{class r{constructor(){}static \u0275fac=function(n){return new(n||r)};static \u0275mod=he({type:r});static \u0275inj=ie({providers:[...Dt,...Mn],imports:[et,Ke]})}return r})();var mr=(()=>{class r{_doc;constructor(e){this._doc=e}getTitle(){return this._doc.title}setTitle(e){this._doc.title=e||""}static \u0275fac=function(n){return new(n||r)(d(w))};static \u0275prov=m({token:r,factory:r.\u0275fac,providedIn:"root"})}return r})();var An=(()=>{class r{static \u0275fac=function(n){return new(n||r)};static \u0275prov=m({token:r,factory:function(n){let s=null;return n?s=new(n||r):s=d(Dn),s},providedIn:"root"})}return r})(),Dn=(()=>{class r extends An{_doc;constructor(e){super(),this._doc=e}sanitize(e,n){if(n==null)return null;switch(e){case S.NONE:return n;case S.HTML:return _(n,"HTML")?N(n):We(this._doc,String(n)).toString();case S.STYLE:return _(n,"Style")?N(n):n;case S.SCRIPT:if(_(n,"Script"))return N(n);throw new R(5200,!1);case S.URL:return _(n,"URL")?N(n):Je(String(n));case S.RESOURCE_URL:if(_(n,"ResourceURL"))return N(n);throw new R(5201,!1);default:throw new R(5202,!1)}}bypassSecurityTrustHtml(e){return ze(e)}bypassSecurityTrustStyle(e){return Ve(e)}bypassSecurityTrustScript(e){return $e(e)}bypassSecurityTrustUrl(e){return Xe(e)}bypassSecurityTrustResourceUrl(e){return Ge(e)}static \u0275fac=function(n){return new(n||r)(d(w))};static \u0275prov=m({token:r,factory:r.\u0275fac,providedIn:"root"})}return r})();export{K as a,O as b,k as c,q as d,Bt as e,Xt as f,Gn as g,Jn as h,Et as i,fr as j,pr as k,mr as l,An as m};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{l as Xr}from"./chunk-NZL2QIFO.js";import{$ as N,A as Re,Ab as $r,B as yr,Ba as Dr,C as yt,Ca as oe,Da as It,Ec as Ge,Fb as Lr,Ga as Mr,Gb as Tt,Gc as Qe,H as X,Ha as At,Hb as kr,Ib as _r,Jb as zr,Jc as Ke,K as ne,L as ie,N as Rt,Nc as Wr,O as se,Rc as Gr,S as Ve,Sa as Tr,T as W,Tc as Qr,U as St,Uc as Ce,V as Rr,W as Sr,Wb as Fr,Wc as Kr,Xc as Zr,Yc as we,_ as Cr,a as h,aa as wr,b as M,ba as I,bc as qr,da as A,eb as Or,fc as Br,ga as w,ha as br,hb as $,hc as Vr,i as pr,ia as Ir,ib as Ur,ic as Hr,j as gr,ja as O,ka as Ct,l as vt,la as G,m as mt,ma as p,md as Yr,n as V,nb as Dt,o as x,ob as Er,p as H,q as D,qa as Se,qb as xr,r as f,ra as _,rb as Mt,s as ye,sb as Pr,t as vr,ta as He,tb as jr,u as mr,ub as We,x as R,xa as wt,y as Be,ya as Ar,yb as Nr,z as T,za as bt}from"./chunk-VRNVEPFN.js";var g="primary",Ne=Symbol("RouteTitle"),Pt=class{params;constructor(r){this.params=r||{}}has(r){return Object.prototype.hasOwnProperty.call(this.params,r)}get(r){if(this.has(r)){let e=this.params[r];return Array.isArray(e)?e[0]:e}return null}getAll(r){if(this.has(r)){let e=this.params[r];return Array.isArray(e)?e:[e]}return[]}get keys(){return Object.keys(this.params)}};function de(t){return new Pt(t)}function Wn(t,r,e){let n=e.path.split("/");if(n.length>t.length||e.pathMatch==="full"&&(r.hasChildren()||n.length<t.length))return null;let i={};for(let s=0;s<n.length;s++){let o=n[s],u=t[s];if(o[0]===":")i[o.substring(1)]=u;else if(o!==u.path)return null}return{consumed:t.slice(0,n.length),posParams:i}}function Gn(t,r){if(t.length!==r.length)return!1;for(let e=0;e<t.length;++e)if(!z(t[e],r[e]))return!1;return!0}function z(t,r){let e=t?jt(t):void 0,n=r?jt(r):void 0;if(!e||!n||e.length!=n.length)return!1;let i;for(let s=0;s<e.length;s++)if(i=e[s],!ln(t[i],r[i]))return!1;return!0}function jt(t){return[...Object.keys(t),...Object.getOwnPropertySymbols(t)]}function ln(t,r){if(Array.isArray(t)&&Array.isArray(r)){if(t.length!==r.length)return!1;let e=[...t].sort(),n=[...r].sort();return e.every((i,s)=>n[s]===i)}else return t===r}function hn(t){return t.length>0?t[t.length-1]:null}function Z(t){return vr(t)?t:Lr(t)?D(Promise.resolve(t)):f(t)}var Qn={exact:fn,subset:pn},dn={exact:Kn,subset:Zn,ignored:()=>!0};function Jr(t,r,e){return Qn[e.paths](t.root,r.root,e.matrixParams)&&dn[e.queryParams](t.queryParams,r.queryParams)&&!(e.fragment==="exact"&&t.fragment!==r.fragment)}function Kn(t,r){return z(t,r)}function fn(t,r,e){if(!ee(t.segments,r.segments)||!Xe(t.segments,r.segments,e)||t.numberOfChildren!==r.numberOfChildren)return!1;for(let n in r.children)if(!t.children[n]||!fn(t.children[n],r.children[n],e))return!1;return!0}function Zn(t,r){return Object.keys(r).length<=Object.keys(t).length&&Object.keys(r).every(e=>ln(t[e],r[e]))}function pn(t,r,e){return gn(t,r,r.segments,e)}function gn(t,r,e,n){if(t.segments.length>e.length){let i=t.segments.slice(0,e.length);return!(!ee(i,e)||r.hasChildren()||!Xe(i,e,n))}else if(t.segments.length===e.length){if(!ee(t.segments,e)||!Xe(t.segments,e,n))return!1;for(let i in r.children)if(!t.children[i]||!pn(t.children[i],r.children[i],n))return!1;return!0}else{let i=e.slice(0,t.segments.length),s=e.slice(t.segments.length);return!ee(t.segments,i)||!Xe(t.segments,i,n)||!t.children[g]?!1:gn(t.children[g],r,s,n)}}function Xe(t,r,e){return r.every((n,i)=>dn[e](t[i].parameters,n.parameters))}var q=class{root;queryParams;fragment;_queryParamMap;constructor(r=new y([],{}),e={},n=null){this.root=r,this.queryParams=e,this.fragment=n}get queryParamMap(){var r;return(r=this._queryParamMap)!=null||(this._queryParamMap=de(this.queryParams)),this._queryParamMap}toString(){return Jn.serialize(this)}},y=class{segments;children;parent=null;constructor(r,e){this.segments=r,this.children=e,Object.values(e).forEach(n=>n.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return Je(this)}},J=class{path;parameters;_parameterMap;constructor(r,e){this.path=r,this.parameters=e}get parameterMap(){var r;return(r=this._parameterMap)!=null||(this._parameterMap=de(this.parameters)),this._parameterMap}toString(){return mn(this)}};function Yn(t,r){return ee(t,r)&&t.every((e,n)=>z(e.parameters,r[n].parameters))}function ee(t,r){return t.length!==r.length?!1:t.every((e,n)=>e.path===r[n].path)}function Xn(t,r){let e=[];return Object.entries(t.children).forEach(([n,i])=>{n===g&&(e=e.concat(r(i,n)))}),Object.entries(t.children).forEach(([n,i])=>{n!==g&&(e=e.concat(r(i,n)))}),e}var $e=(()=>{class t{static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:()=>new fe,providedIn:"root"})}return t})(),fe=class{parse(r){let e=new $t(r);return new q(e.parseRootSegment(),e.parseQueryParams(),e.parseFragment())}serialize(r){let e=`/${be(r.root,!0)}`,n=ri(r.queryParams),i=typeof r.fragment=="string"?`#${ei(r.fragment)}`:"";return`${e}${n}${i}`}},Jn=new fe;function Je(t){return t.segments.map(r=>mn(r)).join("/")}function be(t,r){if(!t.hasChildren())return Je(t);if(r){let e=t.children[g]?be(t.children[g],!1):"",n=[];return Object.entries(t.children).forEach(([i,s])=>{i!==g&&n.push(`${i}:${be(s,!1)}`)}),n.length>0?`${e}(${n.join("//")})`:e}else{let e=Xn(t,(n,i)=>i===g?[be(t.children[g],!1)]:[`${i}:${be(n,!1)}`]);return Object.keys(t.children).length===1&&t.children[g]!=null?`${Je(t)}/${e[0]}`:`${Je(t)}/(${e.join("//")})`}}function vn(t){return encodeURIComponent(t).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function Ze(t){return vn(t).replace(/%3B/gi,";")}function ei(t){return encodeURI(t)}function Nt(t){return vn(t).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function et(t){return decodeURIComponent(t)}function en(t){return et(t.replace(/\+/g,"%20"))}function mn(t){return`${Nt(t.path)}${ti(t.parameters)}`}function ti(t){return Object.entries(t).map(([r,e])=>`;${Nt(r)}=${Nt(e)}`).join("")}function ri(t){let r=Object.entries(t).map(([e,n])=>Array.isArray(n)?n.map(i=>`${Ze(e)}=${Ze(i)}`).join("&"):`${Ze(e)}=${Ze(n)}`).filter(e=>e);return r.length?`?${r.join("&")}`:""}var ni=/^[^\/()?;#]+/;function Ot(t){let r=t.match(ni);return r?r[0]:""}var ii=/^[^\/()?;=#]+/;function si(t){let r=t.match(ii);return r?r[0]:""}var oi=/^[^=?&#]+/;function ai(t){let r=t.match(oi);return r?r[0]:""}var ui=/^[^&#]+/;function ci(t){let r=t.match(ui);return r?r[0]:""}var $t=class{url;remaining;constructor(r){this.url=r,this.remaining=r}parseRootSegment(){return this.consumeOptional("/"),this.remaining===""||this.peekStartsWith("?")||this.peekStartsWith("#")?new y([],{}):new y([],this.parseChildren())}parseQueryParams(){let r={};if(this.consumeOptional("?"))do this.parseQueryParam(r);while(this.consumeOptional("&"));return r}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(this.remaining==="")return{};this.consumeOptional("/");let r=[];for(this.peekStartsWith("(")||r.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),r.push(this.parseSegment());let e={};this.peekStartsWith("/(")&&(this.capture("/"),e=this.parseParens(!0));let n={};return this.peekStartsWith("(")&&(n=this.parseParens(!1)),(r.length>0||Object.keys(e).length>0)&&(n[g]=new y(r,e)),n}parseSegment(){let r=Ot(this.remaining);if(r===""&&this.peekStartsWith(";"))throw new A(4009,!1);return this.capture(r),new J(et(r),this.parseMatrixParams())}parseMatrixParams(){let r={};for(;this.consumeOptional(";");)this.parseParam(r);return r}parseParam(r){let e=si(this.remaining);if(!e)return;this.capture(e);let n="";if(this.consumeOptional("=")){let i=Ot(this.remaining);i&&(n=i,this.capture(n))}r[et(e)]=et(n)}parseQueryParam(r){let e=ai(this.remaining);if(!e)return;this.capture(e);let n="";if(this.consumeOptional("=")){let o=ci(this.remaining);o&&(n=o,this.capture(n))}let i=en(e),s=en(n);if(r.hasOwnProperty(i)){let o=r[i];Array.isArray(o)||(o=[o],r[i]=o),o.push(s)}else r[i]=s}parseParens(r){let e={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){let n=Ot(this.remaining),i=this.remaining[n.length];if(i!=="/"&&i!==")"&&i!==";")throw new A(4010,!1);let s;n.indexOf(":")>-1?(s=n.slice(0,n.indexOf(":")),this.capture(s),this.capture(":")):r&&(s=g);let o=this.parseChildren();e[s]=Object.keys(o).length===1?o[g]:new y([],o),this.consumeOptional("//")}return e}peekStartsWith(r){return this.remaining.startsWith(r)}consumeOptional(r){return this.peekStartsWith(r)?(this.remaining=this.remaining.substring(r.length),!0):!1}capture(r){if(!this.consumeOptional(r))throw new A(4011,!1)}};function yn(t){return t.segments.length>0?new y([],{[g]:t}):t}function Rn(t){let r={};for(let[n,i]of Object.entries(t.children)){let s=Rn(i);if(n===g&&s.segments.length===0&&s.hasChildren())for(let[o,u]of Object.entries(s.children))r[o]=u;else(s.segments.length>0||s.hasChildren())&&(r[n]=s)}let e=new y(t.segments,r);return li(e)}function li(t){if(t.numberOfChildren===1&&t.children[g]){let r=t.children[g];return new y(t.segments.concat(r.segments),r.children)}return t}function te(t){return t instanceof q}function hi(t,r,e=null,n=null){let i=Sn(t);return Cn(i,r,e,n)}function Sn(t){let r;function e(s){let o={};for(let a of s.children){let c=e(a);o[a.outlet]=c}let u=new y(s.url,o);return s===t&&(r=u),u}let n=e(t.root),i=yn(n);return r!=null?r:i}function Cn(t,r,e,n){let i=t;for(;i.parent;)i=i.parent;if(r.length===0)return Ut(i,i,i,e,n);let s=di(r);if(s.toRoot())return Ut(i,i,new y([],{}),e,n);let o=fi(s,i,t),u=o.processChildren?Ae(o.segmentGroup,o.index,s.commands):bn(o.segmentGroup,o.index,s.commands);return Ut(i,o.segmentGroup,u,e,n)}function tt(t){return typeof t=="object"&&t!=null&&!t.outlets&&!t.segmentPath}function Te(t){return typeof t=="object"&&t!=null&&t.outlets}function Ut(t,r,e,n,i){let s={};n&&Object.entries(n).forEach(([a,c])=>{s[a]=Array.isArray(c)?c.map(l=>`${l}`):`${c}`});let o;t===r?o=e:o=wn(t,r,e);let u=yn(Rn(o));return new q(u,s,i)}function wn(t,r,e){let n={};return Object.entries(t.children).forEach(([i,s])=>{s===r?n[i]=e:n[i]=wn(s,r,e)}),new y(t.segments,n)}var rt=class{isAbsolute;numberOfDoubleDots;commands;constructor(r,e,n){if(this.isAbsolute=r,this.numberOfDoubleDots=e,this.commands=n,r&&n.length>0&&tt(n[0]))throw new A(4003,!1);let i=n.find(Te);if(i&&i!==hn(n))throw new A(4004,!1)}toRoot(){return this.isAbsolute&&this.commands.length===1&&this.commands[0]=="/"}};function di(t){if(typeof t[0]=="string"&&t.length===1&&t[0]==="/")return new rt(!0,0,t);let r=0,e=!1,n=t.reduce((i,s,o)=>{if(typeof s=="object"&&s!=null){if(s.outlets){let u={};return Object.entries(s.outlets).forEach(([a,c])=>{u[a]=typeof c=="string"?c.split("/"):c}),[...i,{outlets:u}]}if(s.segmentPath)return[...i,s.segmentPath]}return typeof s!="string"?[...i,s]:o===0?(s.split("/").forEach((u,a)=>{a==0&&u==="."||(a==0&&u===""?e=!0:u===".."?r++:u!=""&&i.push(u))}),i):[...i,s]},[]);return new rt(e,r,n)}var ce=class{segmentGroup;processChildren;index;constructor(r,e,n){this.segmentGroup=r,this.processChildren=e,this.index=n}};function fi(t,r,e){if(t.isAbsolute)return new ce(r,!0,0);if(!e)return new ce(r,!1,NaN);if(e.parent===null)return new ce(e,!0,0);let n=tt(t.commands[0])?0:1,i=e.segments.length-1+n;return pi(e,i,t.numberOfDoubleDots)}function pi(t,r,e){let n=t,i=r,s=e;for(;s>i;){if(s-=i,n=n.parent,!n)throw new A(4005,!1);i=n.segments.length}return new ce(n,!1,i-s)}function gi(t){return Te(t[0])?t[0].outlets:{[g]:t}}function bn(t,r,e){if(t!=null||(t=new y([],{})),t.segments.length===0&&t.hasChildren())return Ae(t,r,e);let n=vi(t,r,e),i=e.slice(n.commandIndex);if(n.match&&n.pathIndex<t.segments.length){let s=new y(t.segments.slice(0,n.pathIndex),{});return s.children[g]=new y(t.segments.slice(n.pathIndex),t.children),Ae(s,0,i)}else return n.match&&i.length===0?new y(t.segments,{}):n.match&&!t.hasChildren()?Lt(t,r,e):n.match?Ae(t,0,i):Lt(t,r,e)}function Ae(t,r,e){if(e.length===0)return new y(t.segments,{});{let n=gi(e),i={};if(Object.keys(n).some(s=>s!==g)&&t.children[g]&&t.numberOfChildren===1&&t.children[g].segments.length===0){let s=Ae(t.children[g],r,e);return new y(t.segments,s.children)}return Object.entries(n).forEach(([s,o])=>{typeof o=="string"&&(o=[o]),o!==null&&(i[s]=bn(t.children[s],r,o))}),Object.entries(t.children).forEach(([s,o])=>{n[s]===void 0&&(i[s]=o)}),new y(t.segments,i)}}function vi(t,r,e){let n=0,i=r,s={match:!1,pathIndex:0,commandIndex:0};for(;i<t.segments.length;){if(n>=e.length)return s;let o=t.segments[i],u=e[n];if(Te(u))break;let a=`${u}`,c=n<e.length-1?e[n+1]:null;if(i>0&&a===void 0)break;if(a&&c&&typeof c=="object"&&c.outlets===void 0){if(!rn(a,c,o))return s;n+=2}else{if(!rn(a,{},o))return s;n++}i++}return{match:!0,pathIndex:i,commandIndex:n}}function Lt(t,r,e){let n=t.segments.slice(0,r),i=0;for(;i<e.length;){let s=e[i];if(Te(s)){let a=mi(s.outlets);return new y(n,a)}if(i===0&&tt(e[0])){let a=t.segments[r];n.push(new J(a.path,tn(e[0]))),i++;continue}let o=Te(s)?s.outlets[g]:`${s}`,u=i<e.length-1?e[i+1]:null;o&&u&&tt(u)?(n.push(new J(o,tn(u))),i+=2):(n.push(new J(o,{})),i++)}return new y(n,{})}function mi(t){let r={};return Object.entries(t).forEach(([e,n])=>{typeof n=="string"&&(n=[n]),n!==null&&(r[e]=Lt(new y([],{}),0,n))}),r}function tn(t){let r={};return Object.entries(t).forEach(([e,n])=>r[e]=`${n}`),r}function rn(t,r,e){return t==e.path&&z(r,e.parameters)}var De="imperative",S=function(t){return t[t.NavigationStart=0]="NavigationStart",t[t.NavigationEnd=1]="NavigationEnd",t[t.NavigationCancel=2]="NavigationCancel",t[t.NavigationError=3]="NavigationError",t[t.RoutesRecognized=4]="RoutesRecognized",t[t.ResolveStart=5]="ResolveStart",t[t.ResolveEnd=6]="ResolveEnd",t[t.GuardsCheckStart=7]="GuardsCheckStart",t[t.GuardsCheckEnd=8]="GuardsCheckEnd",t[t.RouteConfigLoadStart=9]="RouteConfigLoadStart",t[t.RouteConfigLoadEnd=10]="RouteConfigLoadEnd",t[t.ChildActivationStart=11]="ChildActivationStart",t[t.ChildActivationEnd=12]="ChildActivationEnd",t[t.ActivationStart=13]="ActivationStart",t[t.ActivationEnd=14]="ActivationEnd",t[t.Scroll=15]="Scroll",t[t.NavigationSkipped=16]="NavigationSkipped",t}(S||{}),P=class{id;url;constructor(r,e){this.id=r,this.url=e}},pe=class extends P{type=S.NavigationStart;navigationTrigger;restoredState;constructor(r,e,n="imperative",i=null){super(r,e),this.navigationTrigger=n,this.restoredState=i}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}},k=class extends P{urlAfterRedirects;type=S.NavigationEnd;constructor(r,e,n){super(r,e),this.urlAfterRedirects=n}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}},E=function(t){return t[t.Redirect=0]="Redirect",t[t.SupersededByNewNavigation=1]="SupersededByNewNavigation",t[t.NoDataFromResolver=2]="NoDataFromResolver",t[t.GuardRejected=3]="GuardRejected",t}(E||{}),nt=function(t){return t[t.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",t[t.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",t}(nt||{}),F=class extends P{reason;code;type=S.NavigationCancel;constructor(r,e,n,i){super(r,e),this.reason=n,this.code=i}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}},Q=class extends P{reason;code;type=S.NavigationSkipped;constructor(r,e,n,i){super(r,e),this.reason=n,this.code=i}},Oe=class extends P{error;target;type=S.NavigationError;constructor(r,e,n,i){super(r,e),this.error=n,this.target=i}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}},it=class extends P{urlAfterRedirects;state;type=S.RoutesRecognized;constructor(r,e,n,i){super(r,e),this.urlAfterRedirects=n,this.state=i}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},kt=class extends P{urlAfterRedirects;state;type=S.GuardsCheckStart;constructor(r,e,n,i){super(r,e),this.urlAfterRedirects=n,this.state=i}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},_t=class extends P{urlAfterRedirects;state;shouldActivate;type=S.GuardsCheckEnd;constructor(r,e,n,i,s){super(r,e),this.urlAfterRedirects=n,this.state=i,this.shouldActivate=s}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}},zt=class extends P{urlAfterRedirects;state;type=S.ResolveStart;constructor(r,e,n,i){super(r,e),this.urlAfterRedirects=n,this.state=i}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},Ft=class extends P{urlAfterRedirects;state;type=S.ResolveEnd;constructor(r,e,n,i){super(r,e),this.urlAfterRedirects=n,this.state=i}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},qt=class{route;type=S.RouteConfigLoadStart;constructor(r){this.route=r}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}},Bt=class{route;type=S.RouteConfigLoadEnd;constructor(r){this.route=r}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}},Vt=class{snapshot;type=S.ChildActivationStart;constructor(r){this.snapshot=r}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Ht=class{snapshot;type=S.ChildActivationEnd;constructor(r){this.snapshot=r}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Wt=class{snapshot;type=S.ActivationStart;constructor(r){this.snapshot=r}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},Gt=class{snapshot;type=S.ActivationEnd;constructor(r){this.snapshot=r}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},st=class{routerEvent;position;anchor;type=S.Scroll;constructor(r,e,n){this.routerEvent=r,this.position=e,this.anchor=n}toString(){let r=this.position?`${this.position[0]}, ${this.position[1]}`:null;return`Scroll(anchor: '${this.anchor}', position: '${r}')`}},Ue=class{},ge=class{url;navigationBehaviorOptions;constructor(r,e){this.url=r,this.navigationBehaviorOptions=e}};function yi(t,r){var e;return t.providers&&!t._injector&&(t._injector=Mt(t.providers,r,`Route: ${t.path}`)),(e=t._injector)!=null?e:r}function L(t){return t.outlet||g}function Ri(t,r){let e=t.filter(n=>L(n)===r);return e.push(...t.filter(n=>L(n)!==r)),e}function Le(t){var r;if(!t)return null;if((r=t.routeConfig)!=null&&r._injector)return t.routeConfig._injector;for(let e=t.parent;e;e=e.parent){let n=e.routeConfig;if(n!=null&&n._loadedInjector)return n._loadedInjector;if(n!=null&&n._injector)return n._injector}return null}var Qt=class{rootInjector;outlet=null;route=null;children;attachRef=null;get injector(){var r,e;return(e=Le((r=this.route)==null?void 0:r.snapshot))!=null?e:this.rootInjector}constructor(r){this.rootInjector=r,this.children=new ke(this.rootInjector)}},ke=(()=>{class t{rootInjector;contexts=new Map;constructor(e){this.rootInjector=e}onChildOutletCreated(e,n){let i=this.getOrCreateContext(e);i.outlet=n,this.contexts.set(e,i)}onChildOutletDestroyed(e){let n=this.getContext(e);n&&(n.outlet=null,n.attachRef=null)}onOutletDeactivated(){let e=this.contexts;return this.contexts=new Map,e}onOutletReAttached(e){this.contexts=e}getOrCreateContext(e){let n=this.getContext(e);return n||(n=new Qt(this.rootInjector),this.contexts.set(e,n)),n}getContext(e){return this.contexts.get(e)||null}static \u0275fac=function(n){return new(n||t)(G(Se))};static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),ot=class{_root;constructor(r){this._root=r}get root(){return this._root.value}parent(r){let e=this.pathFromRoot(r);return e.length>1?e[e.length-2]:null}children(r){let e=Kt(r,this._root);return e?e.children.map(n=>n.value):[]}firstChild(r){let e=Kt(r,this._root);return e&&e.children.length>0?e.children[0].value:null}siblings(r){let e=Zt(r,this._root);return e.length<2?[]:e[e.length-2].children.map(i=>i.value).filter(i=>i!==r)}pathFromRoot(r){return Zt(r,this._root).map(e=>e.value)}};function Kt(t,r){if(t===r.value)return r;for(let e of r.children){let n=Kt(t,e);if(n)return n}return null}function Zt(t,r){if(t===r.value)return[r];for(let e of r.children){let n=Zt(t,e);if(n.length)return n.unshift(r),n}return[]}var U=class{value;children;constructor(r,e){this.value=r,this.children=e}toString(){return`TreeNode(${this.value})`}};function ue(t){let r={};return t&&t.children.forEach(e=>r[e.value.outlet]=e),r}var at=class extends ot{snapshot;constructor(r,e){super(r),this.snapshot=e,sr(this,r)}toString(){return this.snapshot.toString()}};function In(t){let r=Si(t),e=new x([new J("",{})]),n=new x({}),i=new x({}),s=new x({}),o=new x(""),u=new re(e,n,s,o,i,g,t,r.root);return u.snapshot=r.root,new at(new U(u,[]),r)}function Si(t){let r={},e={},n={},i="",s=new le([],r,n,i,e,g,t,null,{});return new ct("",new U(s,[]))}var re=class{urlSubject;paramsSubject;queryParamsSubject;fragmentSubject;dataSubject;outlet;component;snapshot;_futureSnapshot;_routerState;_paramMap;_queryParamMap;title;url;params;queryParams;fragment;data;constructor(r,e,n,i,s,o,u,a){var c,l;this.urlSubject=r,this.paramsSubject=e,this.queryParamsSubject=n,this.fragmentSubject=i,this.dataSubject=s,this.outlet=o,this.component=u,this._futureSnapshot=a,this.title=(l=(c=this.dataSubject)==null?void 0:c.pipe(R(v=>v[Ne])))!=null?l:f(void 0),this.url=r,this.params=e,this.queryParams=n,this.fragment=i,this.data=s}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(){var r;return(r=this._paramMap)!=null||(this._paramMap=this.params.pipe(R(e=>de(e)))),this._paramMap}get queryParamMap(){var r;return(r=this._queryParamMap)!=null||(this._queryParamMap=this.queryParams.pipe(R(e=>de(e)))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}};function ut(t,r,e="emptyOnly"){var s,o;let n,{routeConfig:i}=t;return r!==null&&(e==="always"||(i==null?void 0:i.path)===""||!r.component&&!((s=r.routeConfig)!=null&&s.loadComponent))?n={params:h(h({},r.params),t.params),data:h(h({},r.data),t.data),resolve:h(h(h(h({},t.data),r.data),i==null?void 0:i.data),t._resolvedData)}:n={params:h({},t.params),data:h({},t.data),resolve:h(h({},t.data),(o=t._resolvedData)!=null?o:{})},i&&Dn(i)&&(n.resolve[Ne]=i.title),n}var le=class{url;params;queryParams;fragment;data;outlet;component;routeConfig;_resolve;_resolvedData;_routerState;_paramMap;_queryParamMap;get title(){var r;return(r=this.data)==null?void 0:r[Ne]}constructor(r,e,n,i,s,o,u,a,c){this.url=r,this.params=e,this.queryParams=n,this.fragment=i,this.data=s,this.outlet=o,this.component=u,this.routeConfig=a,this._resolve=c}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(){var r;return(r=this._paramMap)!=null||(this._paramMap=de(this.params)),this._paramMap}get queryParamMap(){var r;return(r=this._queryParamMap)!=null||(this._queryParamMap=de(this.queryParams)),this._queryParamMap}toString(){let r=this.url.map(n=>n.toString()).join("/"),e=this.routeConfig?this.routeConfig.path:"";return`Route(url:'${r}', path:'${e}')`}},ct=class extends ot{url;constructor(r,e){super(e),this.url=r,sr(this,e)}toString(){return An(this._root)}};function sr(t,r){r.value._routerState=t,r.children.forEach(e=>sr(t,e))}function An(t){let r=t.children.length>0?` { ${t.children.map(An).join(", ")} } `:"";return`${t.value}${r}`}function Et(t){if(t.snapshot){let r=t.snapshot,e=t._futureSnapshot;t.snapshot=e,z(r.queryParams,e.queryParams)||t.queryParamsSubject.next(e.queryParams),r.fragment!==e.fragment&&t.fragmentSubject.next(e.fragment),z(r.params,e.params)||t.paramsSubject.next(e.params),Gn(r.url,e.url)||t.urlSubject.next(e.url),z(r.data,e.data)||t.dataSubject.next(e.data)}else t.snapshot=t._futureSnapshot,t.dataSubject.next(t._futureSnapshot.data)}function Yt(t,r){let e=z(t.params,r.params)&&Yn(t.url,r.url),n=!t.parent!=!r.parent;return e&&!n&&(!t.parent||Yt(t.parent,r.parent))}function Dn(t){return typeof t.title=="string"||t.title===null}var Ci=new O(""),wi=(()=>{class t{activated=null;get activatedComponentRef(){return this.activated}_activatedRoute=null;name=g;activateEvents=new oe;deactivateEvents=new oe;attachEvents=new oe;detachEvents=new oe;routerOutletData=Mr(void 0);parentContexts=p(ke);location=p(Er);changeDetector=p(Qe);inputBinder=p(pt,{optional:!0});supportsBindingToComponentInputs=!0;ngOnChanges(e){if(e.name){let{firstChange:n,previousValue:i}=e.name;if(n)return;this.isTrackedInParentContexts(i)&&(this.deactivate(),this.parentContexts.onChildOutletDestroyed(i)),this.initializeOutletWithName()}}ngOnDestroy(){var e;this.isTrackedInParentContexts(this.name)&&this.parentContexts.onChildOutletDestroyed(this.name),(e=this.inputBinder)==null||e.unsubscribeFromRouteData(this)}isTrackedInParentContexts(e){var n;return((n=this.parentContexts.getContext(e))==null?void 0:n.outlet)===this}ngOnInit(){this.initializeOutletWithName()}initializeOutletWithName(){if(this.parentContexts.onChildOutletCreated(this.name,this),this.activated)return;let e=this.parentContexts.getContext(this.name);e!=null&&e.route&&(e.attachRef?this.attach(e.attachRef,e.route):this.activateWith(e.route,e.injector))}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new A(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new A(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new A(4012,!1);this.location.detach();let e=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(e.instance),e}attach(e,n){var i;this.activated=e,this._activatedRoute=n,this.location.insert(e.hostView),(i=this.inputBinder)==null||i.bindActivatedRouteToOutletComponent(this),this.attachEvents.emit(e.instance)}deactivate(){if(this.activated){let e=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(e)}}activateWith(e,n){var c;if(this.isActivated)throw new A(4013,!1);this._activatedRoute=e;let i=this.location,o=e.snapshot.component,u=this.parentContexts.getOrCreateContext(this.name).children,a=new Xt(e,u,i.injector,this.routerOutletData);this.activated=i.createComponent(o,{index:i.length,injector:a,environmentInjector:n}),this.changeDetector.markForCheck(),(c=this.inputBinder)==null||c.bindActivatedRouteToOutletComponent(this),this.activateEvents.emit(this.activated.instance)}static \u0275fac=function(n){return new(n||t)};static \u0275dir=We({type:t,selectors:[["router-outlet"]],inputs:{name:"name",routerOutletData:[1,"routerOutletData"]},outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],features:[He]})}return t})(),Xt=class t{route;childContexts;parent;outletData;__ngOutletInjector(r){return new t(this.route,this.childContexts,r,this.outletData)}constructor(r,e,n,i){this.route=r,this.childContexts=e,this.parent=n,this.outletData=i}get(r,e){return r===re?this.route:r===ke?this.childContexts:r===Ci?this.outletData:this.parent.get(r,e)}},pt=new O(""),nn=(()=>{class t{outletDataSubscriptions=new Map;bindActivatedRouteToOutletComponent(e){this.unsubscribeFromRouteData(e),this.subscribeToRouteData(e)}unsubscribeFromRouteData(e){var n;(n=this.outletDataSubscriptions.get(e))==null||n.unsubscribe(),this.outletDataSubscriptions.delete(e)}subscribeToRouteData(e){let{activatedRoute:n}=e,i=Be([n.queryParams,n.params,n.data]).pipe(N(([s,o,u],a)=>(u=h(h(h({},s),o),u),a===0?f(u):Promise.resolve(u)))).subscribe(s=>{if(!e.isActivated||!e.activatedComponentRef||e.activatedRoute!==n||n.component===null){this.unsubscribeFromRouteData(e);return}let o=Wr(n.component);if(!o){this.unsubscribeFromRouteData(e);return}for(let{templateName:u}of o.inputs)e.activatedComponentRef.setInput(u,s[u])});this.outletDataSubscriptions.set(e,i)}static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:t.\u0275fac})}return t})();function bi(t,r,e){let n=Ee(t,r._root,e?e._root:void 0);return new at(n,r)}function Ee(t,r,e){if(e&&t.shouldReuseRoute(r.value,e.value.snapshot)){let n=e.value;n._futureSnapshot=r.value;let i=Ii(t,r,e);return new U(n,i)}else{if(t.shouldAttach(r.value)){let s=t.retrieve(r.value);if(s!==null){let o=s.route;return o.value._futureSnapshot=r.value,o.children=r.children.map(u=>Ee(t,u)),o}}let n=Ai(r.value),i=r.children.map(s=>Ee(t,s));return new U(n,i)}}function Ii(t,r,e){return r.children.map(n=>{for(let i of e.children)if(t.shouldReuseRoute(n.value,i.value.snapshot))return Ee(t,n,i);return Ee(t,n)})}function Ai(t){return new re(new x(t.url),new x(t.params),new x(t.queryParams),new x(t.fragment),new x(t.data),t.outlet,t.component,t)}var xe=class{redirectTo;navigationBehaviorOptions;constructor(r,e){this.redirectTo=r,this.navigationBehaviorOptions=e}},Mn="ngNavigationCancelingError";function lt(t,r){let{redirectTo:e,navigationBehaviorOptions:n}=te(r)?{redirectTo:r,navigationBehaviorOptions:void 0}:r,i=Tn(!1,E.Redirect);return i.url=e,i.navigationBehaviorOptions=n,i}function Tn(t,r){let e=new Error(`NavigationCancelingError: ${t||""}`);return e[Mn]=!0,e.cancellationCode=r,e}function Di(t){return On(t)&&te(t.url)}function On(t){return!!t&&t[Mn]}var Mi=(t,r,e,n)=>R(i=>(new Jt(r,i.targetRouterState,i.currentRouterState,e,n).activate(t),i)),Jt=class{routeReuseStrategy;futureState;currState;forwardEvent;inputBindingEnabled;constructor(r,e,n,i,s){this.routeReuseStrategy=r,this.futureState=e,this.currState=n,this.forwardEvent=i,this.inputBindingEnabled=s}activate(r){let e=this.futureState._root,n=this.currState?this.currState._root:null;this.deactivateChildRoutes(e,n,r),Et(this.futureState.root),this.activateChildRoutes(e,n,r)}deactivateChildRoutes(r,e,n){let i=ue(e);r.children.forEach(s=>{let o=s.value.outlet;this.deactivateRoutes(s,i[o],n),delete i[o]}),Object.values(i).forEach(s=>{this.deactivateRouteAndItsChildren(s,n)})}deactivateRoutes(r,e,n){let i=r.value,s=e?e.value:null;if(i===s)if(i.component){let o=n.getContext(i.outlet);o&&this.deactivateChildRoutes(r,e,o.children)}else this.deactivateChildRoutes(r,e,n);else s&&this.deactivateRouteAndItsChildren(e,n)}deactivateRouteAndItsChildren(r,e){r.value.component&&this.routeReuseStrategy.shouldDetach(r.value.snapshot)?this.detachAndStoreRouteSubtree(r,e):this.deactivateRouteAndOutlet(r,e)}detachAndStoreRouteSubtree(r,e){let n=e.getContext(r.value.outlet),i=n&&r.value.component?n.children:e,s=ue(r);for(let o of Object.values(s))this.deactivateRouteAndItsChildren(o,i);if(n&&n.outlet){let o=n.outlet.detach(),u=n.children.onOutletDeactivated();this.routeReuseStrategy.store(r.value.snapshot,{componentRef:o,route:r,contexts:u})}}deactivateRouteAndOutlet(r,e){let n=e.getContext(r.value.outlet),i=n&&r.value.component?n.children:e,s=ue(r);for(let o of Object.values(s))this.deactivateRouteAndItsChildren(o,i);n&&(n.outlet&&(n.outlet.deactivate(),n.children.onOutletDeactivated()),n.attachRef=null,n.route=null)}activateChildRoutes(r,e,n){let i=ue(e);r.children.forEach(s=>{this.activateRoutes(s,i[s.value.outlet],n),this.forwardEvent(new Gt(s.value.snapshot))}),r.children.length&&this.forwardEvent(new Ht(r.value.snapshot))}activateRoutes(r,e,n){let i=r.value,s=e?e.value:null;if(Et(i),i===s)if(i.component){let o=n.getOrCreateContext(i.outlet);this.activateChildRoutes(r,e,o.children)}else this.activateChildRoutes(r,e,n);else if(i.component){let o=n.getOrCreateContext(i.outlet);if(this.routeReuseStrategy.shouldAttach(i.snapshot)){let u=this.routeReuseStrategy.retrieve(i.snapshot);this.routeReuseStrategy.store(i.snapshot,null),o.children.onOutletReAttached(u.contexts),o.attachRef=u.componentRef,o.route=u.route.value,o.outlet&&o.outlet.attach(u.componentRef,u.route.value),Et(u.route.value),this.activateChildRoutes(r,null,o.children)}else o.attachRef=null,o.route=i,o.outlet&&o.outlet.activateWith(i,o.injector),this.activateChildRoutes(r,null,o.children)}else this.activateChildRoutes(r,null,n)}},ht=class{path;route;constructor(r){this.path=r,this.route=this.path[this.path.length-1]}},he=class{component;route;constructor(r,e){this.component=r,this.route=e}};function Ti(t,r,e){let n=t._root,i=r?r._root:null;return Ie(n,i,e,[n.value])}function Oi(t){let r=t.routeConfig?t.routeConfig.canActivateChild:null;return!r||r.length===0?null:{node:t,guards:r}}function me(t,r){let e=Symbol(),n=r.get(t,e);return n===e?typeof t=="function"&&!Ir(t)?t:r.get(t):n}function Ie(t,r,e,n,i={canDeactivateChecks:[],canActivateChecks:[]}){let s=ue(r);return t.children.forEach(o=>{Ui(o,s[o.value.outlet],e,n.concat([o.value]),i),delete s[o.value.outlet]}),Object.entries(s).forEach(([o,u])=>Me(u,e.getContext(o),i)),i}function Ui(t,r,e,n,i={canDeactivateChecks:[],canActivateChecks:[]}){let s=t.value,o=r?r.value:null,u=e?e.getContext(t.value.outlet):null;if(o&&s.routeConfig===o.routeConfig){let a=Ei(o,s,s.routeConfig.runGuardsAndResolvers);a?i.canActivateChecks.push(new ht(n)):(s.data=o.data,s._resolvedData=o._resolvedData),s.component?Ie(t,r,u?u.children:null,n,i):Ie(t,r,e,n,i),a&&u&&u.outlet&&u.outlet.isActivated&&i.canDeactivateChecks.push(new he(u.outlet.component,o))}else o&&Me(r,u,i),i.canActivateChecks.push(new ht(n)),s.component?Ie(t,null,u?u.children:null,n,i):Ie(t,null,e,n,i);return i}function Ei(t,r,e){if(typeof e=="function")return e(t,r);switch(e){case"pathParamsChange":return!ee(t.url,r.url);case"pathParamsOrQueryParamsChange":return!ee(t.url,r.url)||!z(t.queryParams,r.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!Yt(t,r)||!z(t.queryParams,r.queryParams);case"paramsChange":default:return!Yt(t,r)}}function Me(t,r,e){let n=ue(t),i=t.value;Object.entries(n).forEach(([s,o])=>{i.component?r?Me(o,r.children.getContext(s),e):Me(o,null,e):Me(o,r,e)}),i.component?r&&r.outlet&&r.outlet.isActivated?e.canDeactivateChecks.push(new he(r.outlet.component,i)):e.canDeactivateChecks.push(new he(null,i)):e.canDeactivateChecks.push(new he(null,i))}function _e(t){return typeof t=="function"}function xi(t){return typeof t=="boolean"}function Pi(t){return t&&_e(t.canLoad)}function ji(t){return t&&_e(t.canActivate)}function Ni(t){return t&&_e(t.canActivateChild)}function $i(t){return t&&_e(t.canDeactivate)}function Li(t){return t&&_e(t.canMatch)}function Un(t){return t instanceof mr||(t==null?void 0:t.name)==="EmptyError"}var Ye=Symbol("INITIAL_VALUE");function ve(){return N(t=>Be(t.map(r=>r.pipe(se(1),Cr(Ye)))).pipe(R(r=>{for(let e of r)if(e!==!0){if(e===Ye)return Ye;if(e===!1||ki(e))return e}return!0}),X(r=>r!==Ye),se(1)))}function ki(t){return te(t)||t instanceof xe}function _i(t,r){return T(e=>{let{targetSnapshot:n,currentSnapshot:i,guards:{canActivateChecks:s,canDeactivateChecks:o}}=e;return o.length===0&&s.length===0?f(M(h({},e),{guardsResult:!0})):zi(o,n,i,t).pipe(T(u=>u&&xi(u)?Fi(n,s,t,r):f(u)),R(u=>M(h({},e),{guardsResult:u})))})}function zi(t,r,e,n){return D(t).pipe(T(i=>Wi(i.component,i.route,e,r,n)),W(i=>i!==!0,!0))}function Fi(t,r,e,n){return D(r).pipe(ie(i=>yr(Bi(i.route.parent,n),qi(i.route,n),Hi(t,i.path,e),Vi(t,i.route,e))),W(i=>i!==!0,!0))}function qi(t,r){return t!==null&&r&&r(new Wt(t)),f(!0)}function Bi(t,r){return t!==null&&r&&r(new Vt(t)),f(!0)}function Vi(t,r,e){let n=r.routeConfig?r.routeConfig.canActivate:null;if(!n||n.length===0)return f(!0);let i=n.map(s=>yt(()=>{var c;let o=(c=Le(r))!=null?c:e,u=me(s,o),a=ji(u)?u.canActivate(r,t):_(o,()=>u(r,t));return Z(a).pipe(W())}));return f(i).pipe(ve())}function Hi(t,r,e){let n=r[r.length-1],s=r.slice(0,r.length-1).reverse().map(o=>Oi(o)).filter(o=>o!==null).map(o=>yt(()=>{let u=o.guards.map(a=>{var d;let c=(d=Le(o.node))!=null?d:e,l=me(a,c),v=Ni(l)?l.canActivateChild(n,t):_(c,()=>l(n,t));return Z(v).pipe(W())});return f(u).pipe(ve())}));return f(s).pipe(ve())}function Wi(t,r,e,n,i){let s=r&&r.routeConfig?r.routeConfig.canDeactivate:null;if(!s||s.length===0)return f(!0);let o=s.map(u=>{var v;let a=(v=Le(r))!=null?v:i,c=me(u,a),l=$i(c)?c.canDeactivate(t,r,e,n):_(a,()=>c(t,r,e,n));return Z(l).pipe(W())});return f(o).pipe(ve())}function Gi(t,r,e,n){let i=r.canLoad;if(i===void 0||i.length===0)return f(!0);let s=i.map(o=>{let u=me(o,t),a=Pi(u)?u.canLoad(r,e):_(t,()=>u(r,e));return Z(a)});return f(s).pipe(ve(),En(n))}function En(t){return gr(I(r=>{if(typeof r!="boolean")throw lt(t,r)}),R(r=>r===!0))}function Qi(t,r,e,n){let i=r.canMatch;if(!i||i.length===0)return f(!0);let s=i.map(o=>{let u=me(o,t),a=Li(u)?u.canMatch(r,e):_(t,()=>u(r,e));return Z(a)});return f(s).pipe(ve(),En(n))}var Pe=class{segmentGroup;constructor(r){this.segmentGroup=r||null}},je=class extends Error{urlTree;constructor(r){super(),this.urlTree=r}};function ae(t){return ye(new Pe(t))}function Ki(t){return ye(new A(4e3,!1))}function Zi(t){return ye(Tn(!1,E.GuardRejected))}var er=class{urlSerializer;urlTree;constructor(r,e){this.urlSerializer=r,this.urlTree=e}lineralizeSegments(r,e){let n=[],i=e.root;for(;;){if(n=n.concat(i.segments),i.numberOfChildren===0)return f(n);if(i.numberOfChildren>1||!i.children[g])return Ki(`${r.redirectTo}`);i=i.children[g]}}applyRedirectCommands(r,e,n,i,s){if(typeof e!="string"){let u=e,{queryParams:a,fragment:c,routeConfig:l,url:v,outlet:d,params:m,data:b,title:C}=i,j=_(s,()=>u({params:m,data:b,queryParams:a,fragment:c,routeConfig:l,url:v,outlet:d,title:C}));if(j instanceof q)throw new je(j);e=j}let o=this.applyRedirectCreateUrlTree(e,this.urlSerializer.parse(e),r,n);if(e[0]==="/")throw new je(o);return o}applyRedirectCreateUrlTree(r,e,n,i){let s=this.createSegmentGroup(r,e.root,n,i);return new q(s,this.createQueryParams(e.queryParams,this.urlTree.queryParams),e.fragment)}createQueryParams(r,e){let n={};return Object.entries(r).forEach(([i,s])=>{if(typeof s=="string"&&s[0]===":"){let u=s.substring(1);n[i]=e[u]}else n[i]=s}),n}createSegmentGroup(r,e,n,i){let s=this.createSegments(r,e.segments,n,i),o={};return Object.entries(e.children).forEach(([u,a])=>{o[u]=this.createSegmentGroup(r,a,n,i)}),new y(s,o)}createSegments(r,e,n,i){return e.map(s=>s.path[0]===":"?this.findPosParam(r,s,i):this.findOrReturn(s,n))}findPosParam(r,e,n){let i=n[e.path.substring(1)];if(!i)throw new A(4001,!1);return i}findOrReturn(r,e){let n=0;for(let i of e){if(i.path===r.path)return e.splice(n),i;n++}return r}},tr={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function Yi(t,r,e,n,i){let s=xn(t,r,e);return s.matched?(n=yi(r,n),Qi(n,r,e,i).pipe(R(o=>o===!0?s:h({},tr)))):f(s)}function xn(t,r,e){var u,a;if(r.path==="**")return Xi(e);if(r.path==="")return r.pathMatch==="full"&&(t.hasChildren()||e.length>0)?h({},tr):{matched:!0,consumedSegments:[],remainingSegments:e,parameters:{},positionalParamSegments:{}};let i=(r.matcher||Wn)(e,t,r);if(!i)return h({},tr);let s={};Object.entries((u=i.posParams)!=null?u:{}).forEach(([c,l])=>{s[c]=l.path});let o=i.consumed.length>0?h(h({},s),i.consumed[i.consumed.length-1].parameters):s;return{matched:!0,consumedSegments:i.consumed,remainingSegments:e.slice(i.consumed.length),parameters:o,positionalParamSegments:(a=i.posParams)!=null?a:{}}}function Xi(t){return{matched:!0,parameters:t.length>0?hn(t).parameters:{},consumedSegments:t,remainingSegments:[],positionalParamSegments:{}}}function sn(t,r,e,n){return e.length>0&&ts(t,e,n)?{segmentGroup:new y(r,es(n,new y(e,t.children))),slicedSegments:[]}:e.length===0&&rs(t,e,n)?{segmentGroup:new y(t.segments,Ji(t,e,n,t.children)),slicedSegments:e}:{segmentGroup:new y(t.segments,t.children),slicedSegments:e}}function Ji(t,r,e,n){let i={};for(let s of e)if(gt(t,r,s)&&!n[L(s)]){let o=new y([],{});i[L(s)]=o}return h(h({},n),i)}function es(t,r){let e={};e[g]=r;for(let n of t)if(n.path===""&&L(n)!==g){let i=new y([],{});e[L(n)]=i}return e}function ts(t,r,e){return e.some(n=>gt(t,r,n)&&L(n)!==g)}function rs(t,r,e){return e.some(n=>gt(t,r,n))}function gt(t,r,e){return(t.hasChildren()||r.length>0)&&e.pathMatch==="full"?!1:e.path===""}function ns(t,r,e){return r.length===0&&!t.children[e]}var rr=class{};function is(t,r,e,n,i,s,o="emptyOnly"){return new nr(t,r,e,n,i,o,s).recognize()}var ss=31,nr=class{injector;configLoader;rootComponentType;config;urlTree;paramsInheritanceStrategy;urlSerializer;applyRedirects;absoluteRedirectCount=0;allowRedirects=!0;constructor(r,e,n,i,s,o,u){this.injector=r,this.configLoader=e,this.rootComponentType=n,this.config=i,this.urlTree=s,this.paramsInheritanceStrategy=o,this.urlSerializer=u,this.applyRedirects=new er(this.urlSerializer,this.urlTree)}noMatchError(r){return new A(4002,`'${r.segmentGroup}'`)}recognize(){let r=sn(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(r).pipe(R(({children:e,rootSnapshot:n})=>{let i=new U(n,e),s=new ct("",i),o=hi(n,[],this.urlTree.queryParams,this.urlTree.fragment);return o.queryParams=this.urlTree.queryParams,s.url=this.urlSerializer.serialize(o),{state:s,tree:o}}))}match(r){let e=new le([],Object.freeze({}),Object.freeze(h({},this.urlTree.queryParams)),this.urlTree.fragment,Object.freeze({}),g,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,r,g,e).pipe(R(n=>({children:n,rootSnapshot:e})),ne(n=>{if(n instanceof je)return this.urlTree=n.urlTree,this.match(n.urlTree.root);throw n instanceof Pe?this.noMatchError(n):n}))}processSegmentGroup(r,e,n,i,s){return n.segments.length===0&&n.hasChildren()?this.processChildren(r,e,n,s):this.processSegment(r,e,n,n.segments,i,!0,s).pipe(R(o=>o instanceof U?[o]:[]))}processChildren(r,e,n,i){let s=[];for(let o of Object.keys(n.children))o==="primary"?s.unshift(o):s.push(o);return D(s).pipe(ie(o=>{let u=n.children[o],a=Ri(e,o);return this.processSegmentGroup(r,a,u,o,i)}),Sr((o,u)=>(o.push(...u),o)),Rt(null),Rr(),T(o=>{if(o===null)return ae(n);let u=Pn(o);return os(u),f(u)}))}processSegment(r,e,n,i,s,o,u){return D(e).pipe(ie(a=>{var c;return this.processSegmentAgainstRoute((c=a._injector)!=null?c:r,e,a,n,i,s,o,u).pipe(ne(l=>{if(l instanceof Pe)return f(null);throw l}))}),W(a=>!!a),ne(a=>{if(Un(a))return ns(n,i,s)?f(new rr):ae(n);throw a}))}processSegmentAgainstRoute(r,e,n,i,s,o,u,a){return L(n)!==o&&(o===g||!gt(i,s,n))?ae(i):n.redirectTo===void 0?this.matchSegmentAgainstRoute(r,i,n,s,o,a):this.allowRedirects&&u?this.expandSegmentAgainstRouteUsingRedirect(r,i,e,n,s,o,a):ae(i)}expandSegmentAgainstRouteUsingRedirect(r,e,n,i,s,o,u){var j,B;let{matched:a,parameters:c,consumedSegments:l,positionalParamSegments:v,remainingSegments:d}=xn(e,i,s);if(!a)return ae(e);typeof i.redirectTo=="string"&&i.redirectTo[0]==="/"&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>ss&&(this.allowRedirects=!1));let m=new le(s,c,Object.freeze(h({},this.urlTree.queryParams)),this.urlTree.fragment,on(i),L(i),(B=(j=i.component)!=null?j:i._loadedComponent)!=null?B:null,i,an(i)),b=ut(m,u,this.paramsInheritanceStrategy);m.params=Object.freeze(b.params),m.data=Object.freeze(b.data);let C=this.applyRedirects.applyRedirectCommands(l,i.redirectTo,v,m,r);return this.applyRedirects.lineralizeSegments(i,C).pipe(T(Y=>this.processSegment(r,n,e,Y.concat(d),o,!1,u)))}matchSegmentAgainstRoute(r,e,n,i,s,o){let u=Yi(e,n,i,r,this.urlSerializer);return n.path==="**"&&(e.children={}),u.pipe(N(a=>{var c;return a.matched?(r=(c=n._injector)!=null?c:r,this.getChildConfig(r,n,i).pipe(N(({routes:l})=>{var hr,dr,fr;let v=(hr=n._loadedInjector)!=null?hr:r,{parameters:d,consumedSegments:m,remainingSegments:b}=a,C=new le(m,d,Object.freeze(h({},this.urlTree.queryParams)),this.urlTree.fragment,on(n),L(n),(fr=(dr=n.component)!=null?dr:n._loadedComponent)!=null?fr:null,n,an(n)),j=ut(C,o,this.paramsInheritanceStrategy);C.params=Object.freeze(j.params),C.data=Object.freeze(j.data);let{segmentGroup:B,slicedSegments:Y}=sn(e,m,b,l);if(Y.length===0&&B.hasChildren())return this.processChildren(v,l,B,C).pipe(R(qe=>new U(C,qe)));if(l.length===0&&Y.length===0)return f(new U(C,[]));let Hn=L(n)===s;return this.processSegment(v,l,B,Y,Hn?g:s,!0,C).pipe(R(qe=>new U(C,qe instanceof U?[qe]:[])))}))):ae(e)}))}getChildConfig(r,e,n){return e.children?f({routes:e.children,injector:r}):e.loadChildren?e._loadedRoutes!==void 0?f({routes:e._loadedRoutes,injector:e._loadedInjector}):Gi(r,e,n,this.urlSerializer).pipe(T(i=>i?this.configLoader.loadChildren(r,e).pipe(I(s=>{e._loadedRoutes=s.routes,e._loadedInjector=s.injector})):Zi(e))):f({routes:[],injector:r})}};function os(t){t.sort((r,e)=>r.value.outlet===g?-1:e.value.outlet===g?1:r.value.outlet.localeCompare(e.value.outlet))}function as(t){let r=t.value.routeConfig;return r&&r.path===""}function Pn(t){let r=[],e=new Set;for(let n of t){if(!as(n)){r.push(n);continue}let i=r.find(s=>n.value.routeConfig===s.value.routeConfig);i!==void 0?(i.children.push(...n.children),e.add(i)):r.push(n)}for(let n of e){let i=Pn(n.children);r.push(new U(n.value,i))}return r.filter(n=>!e.has(n))}function on(t){return t.data||{}}function an(t){return t.resolve||{}}function us(t,r,e,n,i,s){return T(o=>is(t,r,e,n,o.extractedUrl,i,s).pipe(R(({state:u,tree:a})=>M(h({},o),{targetSnapshot:u,urlAfterRedirects:a}))))}function cs(t,r){return T(e=>{let{targetSnapshot:n,guards:{canActivateChecks:i}}=e;if(!i.length)return f(e);let s=new Set(i.map(a=>a.route)),o=new Set;for(let a of s)if(!o.has(a))for(let c of jn(a))o.add(c);let u=0;return D(o).pipe(ie(a=>s.has(a)?ls(a,n,t,r):(a.data=ut(a,a.parent,t).resolve,f(void 0))),I(()=>u++),St(1),T(a=>u===o.size?f(e):H))})}function jn(t){let r=t.children.map(e=>jn(e)).flat();return[t,...r]}function ls(t,r,e,n){let i=t.routeConfig,s=t._resolve;return(i==null?void 0:i.title)!==void 0&&!Dn(i)&&(s[Ne]=i.title),hs(s,t,r,n).pipe(R(o=>(t._resolvedData=o,t.data=ut(t,t.parent,e).resolve,null)))}function hs(t,r,e,n){let i=jt(t);if(i.length===0)return f({});let s={};return D(i).pipe(T(o=>ds(t[o],r,e,n).pipe(W(),I(u=>{if(u instanceof xe)throw lt(new fe,u);s[o]=u}))),St(1),R(()=>s),ne(o=>Un(o)?H:ye(o)))}function ds(t,r,e,n){var u;let i=(u=Le(r))!=null?u:n,s=me(t,i),o=s.resolve?s.resolve(r,e):_(i,()=>s(r,e));return Z(o)}function xt(t){return N(r=>{let e=t(r);return e?D(e).pipe(R(()=>r)):f(r)})}var Nn=(()=>{class t{buildTitle(e){var s;let n,i=e.root;for(;i!==void 0;)n=(s=this.getResolvedTitleForRoute(i))!=null?s:n,i=i.children.find(o=>o.outlet===g);return n}getResolvedTitleForRoute(e){return e.data[Ne]}static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:()=>p(fs),providedIn:"root"})}return t})(),fs=(()=>{class t extends Nn{title;constructor(e){super(),this.title=e}updateTitle(e){let n=this.buildTitle(e);n!==void 0&&this.title.setTitle(n)}static \u0275fac=function(n){return new(n||t)(G(Xr))};static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),ze=new O("",{providedIn:"root",factory:()=>({})}),ps=(()=>{class t{static \u0275fac=function(n){return new(n||t)};static \u0275cmp=Pr({type:t,selectors:[["ng-component"]],exportAs:["emptyRouterOutlet"],decls:1,vars:0,template:function(n,i){n&1&&Fr(0,"router-outlet")},dependencies:[wi],encapsulation:2})}return t})();function or(t){let r=t.children&&t.children.map(or),e=r?M(h({},t),{children:r}):h({},t);return!e.component&&!e.loadComponent&&(r||e.loadChildren)&&e.outlet&&e.outlet!==g&&(e.component=ps),e}var dt=new O(""),ar=(()=>{class t{componentLoaders=new WeakMap;childrenLoaders=new WeakMap;onLoadStartListener;onLoadEndListener;compiler=p(Ge);loadComponent(e){if(this.componentLoaders.get(e))return this.componentLoaders.get(e);if(e._loadedComponent)return f(e._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(e);let n=Z(e.loadComponent()).pipe(R($n),I(s=>{this.onLoadEndListener&&this.onLoadEndListener(e),e._loadedComponent=s}),Ve(()=>{this.componentLoaders.delete(e)})),i=new mt(n,()=>new V).pipe(vt());return this.componentLoaders.set(e,i),i}loadChildren(e,n){if(this.childrenLoaders.get(n))return this.childrenLoaders.get(n);if(n._loadedRoutes)return f({routes:n._loadedRoutes,injector:n._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(n);let s=gs(n,this.compiler,e,this.onLoadEndListener).pipe(Ve(()=>{this.childrenLoaders.delete(n)})),o=new mt(s,()=>new V).pipe(vt());return this.childrenLoaders.set(n,o),o}static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function gs(t,r,e,n){return Z(t.loadChildren()).pipe(R($n),T(i=>i instanceof xr||Array.isArray(i)?f(i):D(r.compileModuleAsync(i))),R(i=>{n&&n(t);let s,o,u=!1;return Array.isArray(i)?(o=i,u=!0):(s=i.create(e).injector,o=s.get(dt,[],{optional:!0,self:!0}).flat()),{routes:o.map(or),injector:s}}))}function vs(t){return t&&typeof t=="object"&&"default"in t}function $n(t){return vs(t)?t.default:t}var ur=(()=>{class t{static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:()=>p(ms),providedIn:"root"})}return t})(),ms=(()=>{class t{shouldProcessUrl(e){return!0}extract(e){return e}merge(e,n){return e}static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),Ln=new O(""),kn=new O("");function ys(t,r,e){let n=t.get(kn),i=t.get(Gr);return t.get(It).runOutsideAngular(()=>{if(!i.startViewTransition||n.skipNextTransition)return n.skipNextTransition=!1,new Promise(c=>setTimeout(c));let s,o=new Promise(c=>{s=c}),u=i.startViewTransition(()=>(s(),Rs(t))),{onViewTransitionCreated:a}=n;return a&&_(t,()=>a({transition:u,from:r,to:e})),o})}function Rs(t){return new Promise(r=>{Tr({read:()=>setTimeout(r)},{injector:t})})}var _n=new O(""),cr=(()=>{class t{currentNavigation=null;currentTransition=null;lastSuccessfulNavigation=null;events=new V;transitionAbortSubject=new V;configLoader=p(ar);environmentInjector=p(Se);urlSerializer=p($e);rootContexts=p(ke);location=p(we);inputBindingEnabled=p(pt,{optional:!0})!==null;titleStrategy=p(Nn);options=p(ze,{optional:!0})||{};paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly";urlHandlingStrategy=p(ur);createViewTransition=p(Ln,{optional:!0});navigationErrorHandler=p(_n,{optional:!0});navigationId=0;get hasRequestedNavigation(){return this.navigationId!==0}transitions;afterPreactivation=()=>f(void 0);rootComponentType=null;constructor(){let e=i=>this.events.next(new qt(i)),n=i=>this.events.next(new Bt(i));this.configLoader.onLoadEndListener=n,this.configLoader.onLoadStartListener=e}complete(){var e;(e=this.transitions)==null||e.complete()}handleNavigationRequest(e){var i;let n=++this.navigationId;(i=this.transitions)==null||i.next(M(h(h({},this.transitions.value),e),{id:n}))}setupNavigations(e,n,i){return this.transitions=new x({id:0,currentUrlTree:n,currentRawUrl:n,extractedUrl:this.urlHandlingStrategy.extract(n),urlAfterRedirects:this.urlHandlingStrategy.extract(n),rawUrl:n,extras:{},resolve:()=>{},reject:()=>{},promise:Promise.resolve(!0),source:De,restoredState:null,currentSnapshot:i.snapshot,targetSnapshot:null,currentRouterState:i,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.transitions.pipe(X(s=>s.id!==0),R(s=>M(h({},s),{extractedUrl:this.urlHandlingStrategy.extract(s.rawUrl)})),N(s=>{let o=!1,u=!1;return f(s).pipe(N(a=>{var v;if(this.navigationId>s.id)return this.cancelNavigationTransition(s,"",E.SupersededByNewNavigation),H;this.currentTransition=s,this.currentNavigation={id:a.id,initialUrl:a.rawUrl,extractedUrl:a.extractedUrl,targetBrowserUrl:typeof a.extras.browserUrl=="string"?this.urlSerializer.parse(a.extras.browserUrl):a.extras.browserUrl,trigger:a.source,extras:a.extras,previousNavigation:this.lastSuccessfulNavigation?M(h({},this.lastSuccessfulNavigation),{previousNavigation:null}):null};let c=!e.navigated||this.isUpdatingInternalState()||this.isUpdatedBrowserUrl(),l=(v=a.extras.onSameUrlNavigation)!=null?v:e.onSameUrlNavigation;if(!c&&l!=="reload"){let d="";return this.events.next(new Q(a.id,this.urlSerializer.serialize(a.rawUrl),d,nt.IgnoredSameUrlNavigation)),a.resolve(!1),H}if(this.urlHandlingStrategy.shouldProcessUrl(a.rawUrl))return f(a).pipe(N(d=>{var b,C;let m=(b=this.transitions)==null?void 0:b.getValue();return this.events.next(new pe(d.id,this.urlSerializer.serialize(d.extractedUrl),d.source,d.restoredState)),m!==((C=this.transitions)==null?void 0:C.getValue())?H:Promise.resolve(d)}),us(this.environmentInjector,this.configLoader,this.rootComponentType,e.config,this.urlSerializer,this.paramsInheritanceStrategy),I(d=>{s.targetSnapshot=d.targetSnapshot,s.urlAfterRedirects=d.urlAfterRedirects,this.currentNavigation=M(h({},this.currentNavigation),{finalUrl:d.urlAfterRedirects});let m=new it(d.id,this.urlSerializer.serialize(d.extractedUrl),this.urlSerializer.serialize(d.urlAfterRedirects),d.targetSnapshot);this.events.next(m)}));if(c&&this.urlHandlingStrategy.shouldProcessUrl(a.currentRawUrl)){let{id:d,extractedUrl:m,source:b,restoredState:C,extras:j}=a,B=new pe(d,this.urlSerializer.serialize(m),b,C);this.events.next(B);let Y=In(this.rootComponentType).snapshot;return this.currentTransition=s=M(h({},a),{targetSnapshot:Y,urlAfterRedirects:m,extras:M(h({},j),{skipLocationChange:!1,replaceUrl:!1})}),this.currentNavigation.finalUrl=m,f(s)}else{let d="";return this.events.next(new Q(a.id,this.urlSerializer.serialize(a.extractedUrl),d,nt.IgnoredByUrlHandlingStrategy)),a.resolve(!1),H}}),I(a=>{let c=new kt(a.id,this.urlSerializer.serialize(a.extractedUrl),this.urlSerializer.serialize(a.urlAfterRedirects),a.targetSnapshot);this.events.next(c)}),R(a=>(this.currentTransition=s=M(h({},a),{guards:Ti(a.targetSnapshot,a.currentSnapshot,this.rootContexts)}),s)),_i(this.environmentInjector,a=>this.events.next(a)),I(a=>{if(s.guardsResult=a.guardsResult,a.guardsResult&&typeof a.guardsResult!="boolean")throw lt(this.urlSerializer,a.guardsResult);let c=new _t(a.id,this.urlSerializer.serialize(a.extractedUrl),this.urlSerializer.serialize(a.urlAfterRedirects),a.targetSnapshot,!!a.guardsResult);this.events.next(c)}),X(a=>a.guardsResult?!0:(this.cancelNavigationTransition(a,"",E.GuardRejected),!1)),xt(a=>{if(a.guards.canActivateChecks.length)return f(a).pipe(I(c=>{let l=new zt(c.id,this.urlSerializer.serialize(c.extractedUrl),this.urlSerializer.serialize(c.urlAfterRedirects),c.targetSnapshot);this.events.next(l)}),N(c=>{let l=!1;return f(c).pipe(cs(this.paramsInheritanceStrategy,this.environmentInjector),I({next:()=>l=!0,complete:()=>{l||this.cancelNavigationTransition(c,"",E.NoDataFromResolver)}}))}),I(c=>{let l=new Ft(c.id,this.urlSerializer.serialize(c.extractedUrl),this.urlSerializer.serialize(c.urlAfterRedirects),c.targetSnapshot);this.events.next(l)}))}),xt(a=>{let c=l=>{var d;let v=[];(d=l.routeConfig)!=null&&d.loadComponent&&!l.routeConfig._loadedComponent&&v.push(this.configLoader.loadComponent(l.routeConfig).pipe(I(m=>{l.component=m}),R(()=>{})));for(let m of l.children)v.push(...c(m));return v};return Be(c(a.targetSnapshot.root)).pipe(Rt(null),se(1))}),xt(()=>this.afterPreactivation()),N(()=>{var v;let{currentSnapshot:a,targetSnapshot:c}=s,l=(v=this.createViewTransition)==null?void 0:v.call(this,this.environmentInjector,a.root,c.root);return l?D(l).pipe(R(()=>s)):f(s)}),R(a=>{let c=bi(e.routeReuseStrategy,a.targetSnapshot,a.currentRouterState);return this.currentTransition=s=M(h({},a),{targetRouterState:c}),this.currentNavigation.targetRouterState=c,s}),I(()=>{this.events.next(new Ue)}),Mi(this.rootContexts,e.routeReuseStrategy,a=>this.events.next(a),this.inputBindingEnabled),se(1),I({next:a=>{var c;o=!0,this.lastSuccessfulNavigation=this.currentNavigation,this.events.next(new k(a.id,this.urlSerializer.serialize(a.extractedUrl),this.urlSerializer.serialize(a.urlAfterRedirects))),(c=this.titleStrategy)==null||c.updateTitle(a.targetRouterState.snapshot),a.resolve(!0)},complete:()=>{o=!0}}),wr(this.transitionAbortSubject.pipe(I(a=>{throw a}))),Ve(()=>{var a;!o&&!u&&this.cancelNavigationTransition(s,"",E.SupersededByNewNavigation),((a=this.currentTransition)==null?void 0:a.id)===s.id&&(this.currentNavigation=null,this.currentTransition=null)}),ne(a=>{var c;if(u=!0,On(a))this.events.next(new F(s.id,this.urlSerializer.serialize(s.extractedUrl),a.message,a.cancellationCode)),Di(a)?this.events.next(new ge(a.url,a.navigationBehaviorOptions)):s.resolve(!1);else{let l=new Oe(s.id,this.urlSerializer.serialize(s.extractedUrl),a,(c=s.targetSnapshot)!=null?c:void 0);try{let v=_(this.environmentInjector,()=>{var d;return(d=this.navigationErrorHandler)==null?void 0:d.call(this,l)});if(v instanceof xe){let{message:d,cancellationCode:m}=lt(this.urlSerializer,v);this.events.next(new F(s.id,this.urlSerializer.serialize(s.extractedUrl),d,m)),this.events.next(new ge(v.redirectTo,v.navigationBehaviorOptions))}else throw this.events.next(l),a}catch(v){this.options.resolveNavigationPromiseOnError?s.resolve(!1):s.reject(v)}}return H}))}))}cancelNavigationTransition(e,n,i){let s=new F(e.id,this.urlSerializer.serialize(e.extractedUrl),n,i);this.events.next(s),e.resolve(!1)}isUpdatingInternalState(){var e,n;return((e=this.currentTransition)==null?void 0:e.extractedUrl.toString())!==((n=this.currentTransition)==null?void 0:n.currentUrlTree.toString())}isUpdatedBrowserUrl(){var i,s,o,u;let e=this.urlHandlingStrategy.extract(this.urlSerializer.parse(this.location.path(!0))),n=(o=(i=this.currentNavigation)==null?void 0:i.targetBrowserUrl)!=null?o:(s=this.currentNavigation)==null?void 0:s.extractedUrl;return e.toString()!==(n==null?void 0:n.toString())&&!((u=this.currentNavigation)!=null&&u.extras.skipLocationChange)}static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function Ss(t){return t!==De}var Cs=(()=>{class t{static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:()=>p(ws),providedIn:"root"})}return t})(),ir=class{shouldDetach(r){return!1}store(r,e){}shouldAttach(r){return!1}retrieve(r){return null}shouldReuseRoute(r,e){return r.routeConfig===e.routeConfig}},ws=(()=>{class t extends ir{static \u0275fac=(()=>{let e;return function(i){return(e||(e=wt(t)))(i||t)}})();static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),zn=(()=>{class t{static \u0275fac=function(n){return new(n||t)};static \u0275prov=w({token:t,factory:()=>p(bs),providedIn:"root"})}return t})(),bs=(()=>{class t extends zn{location=p(we);urlSerializer=p($e);options=p(ze,{optional:!0})||{};canceledNavigationResolution=this.options.canceledNavigationResolution||"replace";urlHandlingStrategy=p(ur);urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred";currentUrlTree=new q;getCurrentUrlTree(){return this.currentUrlTree}rawUrlTree=this.currentUrlTree;getRawUrlTree(){return this.rawUrlTree}currentPageId=0;lastSuccessfulId=-1;restoredState(){return this.location.getState()}get browserPageId(){var e,n;return this.canceledNavigationResolution!=="computed"?this.currentPageId:(n=(e=this.restoredState())==null?void 0:e.\u0275routerPageId)!=null?n:this.currentPageId}routerState=In(null);getRouterState(){return this.routerState}stateMemento=this.createStateMemento();createStateMemento(){return{rawUrlTree:this.rawUrlTree,currentUrlTree:this.currentUrlTree,routerState:this.routerState}}registerNonRouterCurrentEntryChangeListener(e){return this.location.subscribe(n=>{n.type==="popstate"&&e(n.url,n.state)})}handleRouterEvent(e,n){var i,s;if(e instanceof pe)this.stateMemento=this.createStateMemento();else if(e instanceof Q)this.rawUrlTree=n.initialUrl;else if(e instanceof it){if(this.urlUpdateStrategy==="eager"&&!n.extras.skipLocationChange){let o=this.urlHandlingStrategy.merge(n.finalUrl,n.initialUrl);this.setBrowserUrl((i=n.targetBrowserUrl)!=null?i:o,n)}}else e instanceof Ue?(this.currentUrlTree=n.finalUrl,this.rawUrlTree=this.urlHandlingStrategy.merge(n.finalUrl,n.initialUrl),this.routerState=n.targetRouterState,this.urlUpdateStrategy==="deferred"&&!n.extras.skipLocationChange&&this.setBrowserUrl((s=n.targetBrowserUrl)!=null?s:this.rawUrlTree,n)):e instanceof F&&(e.code===E.GuardRejected||e.code===E.NoDataFromResolver)?this.restoreHistory(n):e instanceof Oe?this.restoreHistory(n,!0):e instanceof k&&(this.lastSuccessfulId=e.id,this.currentPageId=this.browserPageId)}setBrowserUrl(e,n){let i=e instanceof q?this.urlSerializer.serialize(e):e;if(this.location.isCurrentPathEqualTo(i)||n.extras.replaceUrl){let s=this.browserPageId,o=h(h({},n.extras.state),this.generateNgRouterState(n.id,s));this.location.replaceState(i,"",o)}else{let s=h(h({},n.extras.state),this.generateNgRouterState(n.id,this.browserPageId+1));this.location.go(i,"",s)}}restoreHistory(e,n=!1){if(this.canceledNavigationResolution==="computed"){let i=this.browserPageId,s=this.currentPageId-i;s!==0?this.location.historyGo(s):this.currentUrlTree===e.finalUrl&&s===0&&(this.resetState(e),this.resetUrlToCurrentUrlTree())}else this.canceledNavigationResolution==="replace"&&(n&&this.resetState(e),this.resetUrlToCurrentUrlTree())}resetState(e){var n;this.routerState=this.stateMemento.routerState,this.currentUrlTree=this.stateMemento.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,(n=e.finalUrl)!=null?n:this.rawUrlTree)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}generateNgRouterState(e,n){return this.canceledNavigationResolution==="computed"?{navigationId:e,\u0275routerPageId:n}:{navigationId:e}}static \u0275fac=(()=>{let e;return function(i){return(e||(e=wt(t)))(i||t)}})();static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function Fn(t,r){t.events.pipe(X(e=>e instanceof k||e instanceof F||e instanceof Oe||e instanceof Q),R(e=>e instanceof k||e instanceof Q?0:(e instanceof F?e.code===E.Redirect||e.code===E.SupersededByNewNavigation:!1)?2:1),X(e=>e!==2),se(1)).subscribe(()=>{r()})}var Is={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},As={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"},K=(()=>{var r,e;class t{get currentUrlTree(){return this.stateManager.getCurrentUrlTree()}get rawUrlTree(){return this.stateManager.getRawUrlTree()}disposed=!1;nonRouterCurrentEntryChangeSubscription;console=p($r);stateManager=p(zn);options=p(ze,{optional:!0})||{};pendingTasks=p(Dr);urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred";navigationTransitions=p(cr);urlSerializer=p($e);location=p(we);urlHandlingStrategy=p(ur);_events=new V;get events(){return this._events}get routerState(){return this.stateManager.getRouterState()}navigated=!1;routeReuseStrategy=p(Cs);onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore";config=(e=(r=p(dt,{optional:!0}))==null?void 0:r.flat())!=null?e:[];componentInputBindingEnabled=!!p(pt,{optional:!0});constructor(){this.resetConfig(this.config),this.navigationTransitions.setupNavigations(this,this.currentUrlTree,this.routerState).subscribe({error:i=>{this.console.warn(i)}}),this.subscribeToNavigationEvents()}eventsSubscription=new pr;subscribeToNavigationEvents(){let i=this.navigationTransitions.events.subscribe(s=>{try{let o=this.navigationTransitions.currentTransition,u=this.navigationTransitions.currentNavigation;if(o!==null&&u!==null){if(this.stateManager.handleRouterEvent(s,u),s instanceof F&&s.code!==E.Redirect&&s.code!==E.SupersededByNewNavigation)this.navigated=!0;else if(s instanceof k)this.navigated=!0;else if(s instanceof ge){let a=s.navigationBehaviorOptions,c=this.urlHandlingStrategy.merge(s.url,o.currentRawUrl),l=h({browserUrl:o.extras.browserUrl,info:o.extras.info,skipLocationChange:o.extras.skipLocationChange,replaceUrl:o.extras.replaceUrl||this.urlUpdateStrategy==="eager"||Ss(o.source)},a);this.scheduleNavigation(c,De,null,l,{resolve:o.resolve,reject:o.reject,promise:o.promise})}}Ms(s)&&this._events.next(s)}catch(o){this.navigationTransitions.transitionAbortSubject.next(o)}});this.eventsSubscription.add(i)}resetRootComponentType(i){this.routerState.root.component=i,this.navigationTransitions.rootComponentType=i}initialNavigation(){this.setUpLocationChangeListener(),this.navigationTransitions.hasRequestedNavigation||this.navigateToSyncWithBrowser(this.location.path(!0),De,this.stateManager.restoredState())}setUpLocationChangeListener(){var i;(i=this.nonRouterCurrentEntryChangeSubscription)!=null||(this.nonRouterCurrentEntryChangeSubscription=this.stateManager.registerNonRouterCurrentEntryChangeListener((s,o)=>{setTimeout(()=>{this.navigateToSyncWithBrowser(s,"popstate",o)},0)}))}navigateToSyncWithBrowser(i,s,o){let u={replaceUrl:!0},a=o!=null&&o.navigationId?o:null;if(o){let l=h({},o);delete l.navigationId,delete l.\u0275routerPageId,Object.keys(l).length!==0&&(u.state=l)}let c=this.parseUrl(i);this.scheduleNavigation(c,s,a,u)}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.navigationTransitions.currentNavigation}get lastSuccessfulNavigation(){return this.navigationTransitions.lastSuccessfulNavigation}resetConfig(i){this.config=i.map(or),this.navigated=!1}ngOnDestroy(){this.dispose()}dispose(){this._events.unsubscribe(),this.navigationTransitions.complete(),this.nonRouterCurrentEntryChangeSubscription&&(this.nonRouterCurrentEntryChangeSubscription.unsubscribe(),this.nonRouterCurrentEntryChangeSubscription=void 0),this.disposed=!0,this.eventsSubscription.unsubscribe()}createUrlTree(i,s={}){let{relativeTo:o,queryParams:u,fragment:a,queryParamsHandling:c,preserveFragment:l}=s,v=l?this.currentUrlTree.fragment:a,d=null;switch(c!=null?c:this.options.defaultQueryParamsHandling){case"merge":d=h(h({},this.currentUrlTree.queryParams),u);break;case"preserve":d=this.currentUrlTree.queryParams;break;default:d=u||null}d!==null&&(d=this.removeEmptyProps(d));let m;try{let b=o?o.snapshot:this.routerState.snapshot.root;m=Sn(b)}catch{(typeof i[0]!="string"||i[0][0]!=="/")&&(i=[]),m=this.currentUrlTree.root}return Cn(m,i,d,v!=null?v:null)}navigateByUrl(i,s={skipLocationChange:!1}){let o=te(i)?i:this.parseUrl(i),u=this.urlHandlingStrategy.merge(o,this.rawUrlTree);return this.scheduleNavigation(u,De,null,s)}navigate(i,s={skipLocationChange:!1}){return Ds(i),this.navigateByUrl(this.createUrlTree(i,s),s)}serializeUrl(i){return this.urlSerializer.serialize(i)}parseUrl(i){try{return this.urlSerializer.parse(i)}catch{return this.urlSerializer.parse("/")}}isActive(i,s){let o;if(s===!0?o=h({},Is):s===!1?o=h({},As):o=s,te(i))return Jr(this.currentUrlTree,i,o);let u=this.parseUrl(i);return Jr(this.currentUrlTree,u,o)}removeEmptyProps(i){return Object.entries(i).reduce((s,[o,u])=>(u!=null&&(s[o]=u),s),{})}scheduleNavigation(i,s,o,u,a){if(this.disposed)return Promise.resolve(!1);let c,l,v;a?(c=a.resolve,l=a.reject,v=a.promise):v=new Promise((m,b)=>{c=m,l=b});let d=this.pendingTasks.add();return Fn(this,()=>{queueMicrotask(()=>this.pendingTasks.remove(d))}),this.navigationTransitions.handleNavigationRequest({source:s,restoredState:o,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,rawUrl:i,extras:u,resolve:c,reject:l,promise:v,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),v.catch(m=>Promise.reject(m))}static \u0275fac=function(s){return new(s||t)};static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();function Ds(t){for(let r=0;r<t.length;r++)if(t[r]==null)throw new A(4008,!1)}function Ms(t){return!(t instanceof Ue)&&!(t instanceof ge)}var un=(()=>{class t{router;route;tabIndexAttribute;renderer;el;locationStrategy;href=null;target;queryParams;fragment;queryParamsHandling;state;info;relativeTo;isAnchorElement;subscription;onChanges=new V;constructor(e,n,i,s,o,u){var c;this.router=e,this.route=n,this.tabIndexAttribute=i,this.renderer=s,this.el=o,this.locationStrategy=u;let a=(c=o.nativeElement.tagName)==null?void 0:c.toLowerCase();this.isAnchorElement=a==="a"||a==="area",this.isAnchorElement?this.subscription=e.events.subscribe(l=>{l instanceof k&&this.updateHref()}):this.setTabIndexIfNotOnNativeEl("0")}preserveFragment=!1;skipLocationChange=!1;replaceUrl=!1;setTabIndexIfNotOnNativeEl(e){this.tabIndexAttribute!=null||this.isAnchorElement||this.applyAttributeValue("tabindex",e)}ngOnChanges(e){this.isAnchorElement&&this.updateHref(),this.onChanges.next(this)}routerLinkInput=null;set routerLink(e){e==null?(this.routerLinkInput=null,this.setTabIndexIfNotOnNativeEl(null)):(te(e)?this.routerLinkInput=e:this.routerLinkInput=Array.isArray(e)?e:[e],this.setTabIndexIfNotOnNativeEl("0"))}onClick(e,n,i,s,o){let u=this.urlTree;if(u===null||this.isAnchorElement&&(e!==0||n||i||s||o||typeof this.target=="string"&&this.target!="_self"))return!0;let a={skipLocationChange:this.skipLocationChange,replaceUrl:this.replaceUrl,state:this.state,info:this.info};return this.router.navigateByUrl(u,a),!this.isAnchorElement}ngOnDestroy(){var e;(e=this.subscription)==null||e.unsubscribe()}updateHref(){var i;let e=this.urlTree;this.href=e!==null&&this.locationStrategy?(i=this.locationStrategy)==null?void 0:i.prepareExternalUrl(this.router.serializeUrl(e)):null;let n=this.href===null?null:Or(this.href,this.el.nativeElement.tagName.toLowerCase(),"href");this.applyAttributeValue("href",n)}applyAttributeValue(e,n){let i=this.renderer,s=this.el.nativeElement;n!==null?i.setAttribute(s,e,n):i.removeAttribute(s,e)}get urlTree(){return this.routerLinkInput===null?null:te(this.routerLinkInput)?this.routerLinkInput:this.router.createUrlTree(this.routerLinkInput,{relativeTo:this.relativeTo!==void 0?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:this.preserveFragment})}static \u0275fac=function(n){return new(n||t)($(K),$(re),Ar("tabindex"),$(Dt),$(At),$(Ce))};static \u0275dir=We({type:t,selectors:[["","routerLink",""]],hostVars:1,hostBindings:function(n,i){n&1&&qr("click",function(o){return i.onClick(o.button,o.ctrlKey,o.shiftKey,o.altKey,o.metaKey)}),n&2&&zr("target",i.target)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",state:"state",info:"info",relativeTo:"relativeTo",preserveFragment:[2,"preserveFragment","preserveFragment",Ke],skipLocationChange:[2,"skipLocationChange","skipLocationChange",Ke],replaceUrl:[2,"replaceUrl","replaceUrl",Ke],routerLink:"routerLink"},features:[Nr,He]})}return t})(),vo=(()=>{class t{router;element;renderer;cdr;link;links;classes=[];routerEventsSubscription;linkInputChangesSubscription;_isActive=!1;get isActive(){return this._isActive}routerLinkActiveOptions={exact:!1};ariaCurrentWhenActive;isActiveChange=new oe;constructor(e,n,i,s,o){this.router=e,this.element=n,this.renderer=i,this.cdr=s,this.link=o,this.routerEventsSubscription=e.events.subscribe(u=>{u instanceof k&&this.update()})}ngAfterContentInit(){f(this.links.changes,f(null)).pipe(Re()).subscribe(e=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){var n;(n=this.linkInputChangesSubscription)==null||n.unsubscribe();let e=[...this.links.toArray(),this.link].filter(i=>!!i).map(i=>i.onChanges);this.linkInputChangesSubscription=D(e).pipe(Re()).subscribe(i=>{this._isActive!==this.isLinkActive(this.router)(i)&&this.update()})}set routerLinkActive(e){let n=Array.isArray(e)?e:e.split(" ");this.classes=n.filter(i=>!!i)}ngOnChanges(e){this.update()}ngOnDestroy(){var e;this.routerEventsSubscription.unsubscribe(),(e=this.linkInputChangesSubscription)==null||e.unsubscribe()}update(){!this.links||!this.router.navigated||queueMicrotask(()=>{let e=this.hasActiveLinks();this.classes.forEach(n=>{e?this.renderer.addClass(this.element.nativeElement,n):this.renderer.removeClass(this.element.nativeElement,n)}),e&&this.ariaCurrentWhenActive!==void 0?this.renderer.setAttribute(this.element.nativeElement,"aria-current",this.ariaCurrentWhenActive.toString()):this.renderer.removeAttribute(this.element.nativeElement,"aria-current"),this._isActive!==e&&(this._isActive=e,this.cdr.markForCheck(),this.isActiveChange.emit(e))})}isLinkActive(e){let n=Ts(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return i=>{let s=i.urlTree;return s?e.isActive(s,n):!1}}hasActiveLinks(){let e=this.isLinkActive(this.router);return this.link&&e(this.link)||this.links.some(e)}static \u0275fac=function(n){return new(n||t)($(K),$(At),$(Dt),$(Qe),$(un,8))};static \u0275dir=We({type:t,selectors:[["","routerLinkActive",""]],contentQueries:function(n,i,s){if(n&1&&Br(s,un,5),n&2){let o;Vr(o=Hr())&&(i.links=o)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",ariaCurrentWhenActive:"ariaCurrentWhenActive",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],features:[He]})}return t})();function Ts(t){return!!t.paths}var ft=class{};var Os=(()=>{class t{router;injector;preloadingStrategy;loader;subscription;constructor(e,n,i,s,o){this.router=e,this.injector=i,this.preloadingStrategy=s,this.loader=o}setUpPreloading(){this.subscription=this.router.events.pipe(X(e=>e instanceof k),ie(()=>this.preload())).subscribe(()=>{})}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(e,n){var s,o,u;let i=[];for(let a of n){a.providers&&!a._injector&&(a._injector=Mt(a.providers,e,`Route: ${a.path}`));let c=(s=a._injector)!=null?s:e,l=(o=a._loadedInjector)!=null?o:c;(a.loadChildren&&!a._loadedRoutes&&a.canLoad===void 0||a.loadComponent&&!a._loadedComponent)&&i.push(this.preloadConfig(c,a)),(a.children||a._loadedRoutes)&&i.push(this.processRoutes(l,(u=a.children)!=null?u:a._loadedRoutes))}return D(i).pipe(Re())}preloadConfig(e,n){return this.preloadingStrategy.preload(n,()=>{let i;n.loadChildren&&n.canLoad===void 0?i=this.loader.loadChildren(e,n):i=f(null);let s=i.pipe(T(o=>{var u;return o===null?f(void 0):(n._loadedRoutes=o.routes,n._loadedInjector=o.injector,this.processRoutes((u=o.injector)!=null?u:e,o.routes))}));if(n.loadComponent&&!n._loadedComponent){let o=this.loader.loadComponent(n);return D([s,o]).pipe(Re())}else return s})}static \u0275fac=function(n){return new(n||t)(G(K),G(Ge),G(Se),G(ft),G(ar))};static \u0275prov=w({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),qn=new O(""),Us=(()=>{class t{urlSerializer;transitions;viewportScroller;zone;options;routerEventsSubscription;scrollEventsSubscription;lastId=0;lastSource="imperative";restoredId=0;store={};constructor(e,n,i,s,o={}){this.urlSerializer=e,this.transitions=n,this.viewportScroller=i,this.zone=s,this.options=o,o.scrollPositionRestoration||(o.scrollPositionRestoration="disabled"),o.anchorScrolling||(o.anchorScrolling="disabled")}init(){this.options.scrollPositionRestoration!=="disabled"&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.transitions.events.subscribe(e=>{e instanceof pe?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=e.navigationTrigger,this.restoredId=e.restoredState?e.restoredState.navigationId:0):e instanceof k?(this.lastId=e.id,this.scheduleScrollEvent(e,this.urlSerializer.parse(e.urlAfterRedirects).fragment)):e instanceof Q&&e.code===nt.IgnoredSameUrlNavigation&&(this.lastSource=void 0,this.restoredId=0,this.scheduleScrollEvent(e,this.urlSerializer.parse(e.url).fragment))})}consumeScrollEvents(){return this.transitions.events.subscribe(e=>{e instanceof st&&(e.position?this.options.scrollPositionRestoration==="top"?this.viewportScroller.scrollToPosition([0,0]):this.options.scrollPositionRestoration==="enabled"&&this.viewportScroller.scrollToPosition(e.position):e.anchor&&this.options.anchorScrolling==="enabled"?this.viewportScroller.scrollToAnchor(e.anchor):this.options.scrollPositionRestoration!=="disabled"&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(e,n){this.zone.runOutsideAngular(()=>{setTimeout(()=>{this.zone.run(()=>{this.transitions.events.next(new st(e,this.lastSource==="popstate"?this.store[this.restoredId]:null,n))})},0)})}ngOnDestroy(){var e,n;(e=this.routerEventsSubscription)==null||e.unsubscribe(),(n=this.scrollEventsSubscription)==null||n.unsubscribe()}static \u0275fac=function(n){Ur()};static \u0275prov=w({token:t,factory:t.\u0275fac})}return t})();function Es(t){return t.routerState.root}function Fe(t,r){return{\u0275kind:t,\u0275providers:r}}function xs(){let t=p(bt);return r=>{var s,o;let e=t.get(_r);if(r!==e.components[0])return;let n=t.get(K),i=t.get(Bn);t.get(lr)===1&&n.initialNavigation(),(s=t.get(Vn,null,Ct.Optional))==null||s.setUpPreloading(),(o=t.get(qn,null,Ct.Optional))==null||o.init(),n.resetRootComponentType(e.componentTypes[0]),i.closed||(i.next(),i.complete(),i.unsubscribe())}}var Bn=new O("",{factory:()=>new V}),lr=new O("",{providedIn:"root",factory:()=>1});function Ps(){return Fe(2,[{provide:lr,useValue:0},{provide:Tt,multi:!0,deps:[bt],useFactory:r=>{let e=r.get(Qr,Promise.resolve());return()=>e.then(()=>new Promise(n=>{let i=r.get(K),s=r.get(Bn);Fn(i,()=>{n(!0)}),r.get(cr).afterPreactivation=()=>(n(!0),s.closed?f(void 0):s),i.initialNavigation()}))}}])}function js(){return Fe(3,[{provide:Tt,multi:!0,useFactory:()=>{let r=p(K);return()=>{r.setUpLocationChangeListener()}}},{provide:lr,useValue:2}])}var Vn=new O("");function Ns(t){return Fe(0,[{provide:Vn,useExisting:Os},{provide:ft,useExisting:t}])}function $s(){return Fe(8,[nn,{provide:pt,useExisting:nn}])}function Ls(t){let r=[{provide:Ln,useValue:ys},{provide:kn,useValue:h({skipNextTransition:!!(t!=null&&t.skipInitialTransition)},t)}];return Fe(9,r)}var ks=[we,{provide:$e,useClass:fe},K,ke,{provide:re,useFactory:Es,deps:[K]},ar,[]],mo=(()=>{class t{constructor(){}static forRoot(e,n){return{ngModule:t,providers:[ks,[],{provide:dt,multi:!0,useValue:e},[],n!=null&&n.errorHandler?{provide:_n,useValue:n.errorHandler}:[],{provide:ze,useValue:n||{}},n!=null&&n.useHash?zs():Fs(),_s(),n!=null&&n.preloadingStrategy?Ns(n.preloadingStrategy).\u0275providers:[],n!=null&&n.initialNavigation?qs(n):[],n!=null&&n.bindToComponentInputs?$s().\u0275providers:[],n!=null&&n.enableViewTransitions?Ls().\u0275providers:[],Bs()]}}static forChild(e){return{ngModule:t,providers:[{provide:dt,multi:!0,useValue:e}]}}static \u0275fac=function(n){return new(n||t)};static \u0275mod=jr({type:t});static \u0275inj=br({})}return t})();function _s(){return{provide:qn,useFactory:()=>{let t=p(Yr),r=p(It),e=p(ze),n=p(cr),i=p($e);return e.scrollOffset&&t.setOffset(e.scrollOffset),new Us(i,n,t,r,e)}}}function zs(){return{provide:Ce,useClass:Zr}}function Fs(){return{provide:Ce,useClass:Kr}}function qs(t){return[t.initialNavigation==="disabled"?js().\u0275providers:[],t.initialNavigation==="enabledBlocking"?Ps().\u0275providers:[]]}var cn=new O("");function Bs(){return[{provide:cn,useFactory:xs},{provide:kr,multi:!0,useExisting:cn}]}export{k as a,re as b,wi as c,K as d,un as e,vo as f,mo as g};
|