homebridge-config-ui-x 5.0.0-beta.99 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/CHANGELOG.md +122 -5
  2. package/config.schema.json +1 -1
  3. package/dist/core/auth/auth.controller.d.ts +4 -0
  4. package/dist/core/config/config.service.d.ts +8 -0
  5. package/dist/core/config/config.service.js +2 -0
  6. package/dist/core/config/config.service.js.map +1 -1
  7. package/dist/main.js +1 -0
  8. package/dist/main.js.map +1 -1
  9. package/dist/modules/backup/backup.controller.d.ts +1 -0
  10. package/dist/modules/backup/backup.controller.js +11 -0
  11. package/dist/modules/backup/backup.controller.js.map +1 -1
  12. package/dist/modules/backup/backup.service.d.ts +1 -0
  13. package/dist/modules/backup/backup.service.js +19 -5
  14. package/dist/modules/backup/backup.service.js.map +1 -1
  15. package/dist/modules/config-editor/config-editor.service.js +2 -1
  16. package/dist/modules/config-editor/config-editor.service.js.map +1 -1
  17. package/dist/modules/platform-tools/docker/docker.service.js +8 -2
  18. package/dist/modules/platform-tools/docker/docker.service.js.map +1 -1
  19. package/dist/modules/plugins/plugins.controller.d.ts +2 -0
  20. package/dist/modules/plugins/plugins.controller.js +1 -1
  21. package/dist/modules/plugins/plugins.controller.js.map +1 -1
  22. package/dist/modules/plugins/plugins.service.d.ts +3 -0
  23. package/dist/modules/plugins/plugins.service.js +81 -47
  24. package/dist/modules/plugins/plugins.service.js.map +1 -1
  25. package/dist/modules/server/server.controller.d.ts +5 -0
  26. package/dist/modules/server/server.controller.js +25 -0
  27. package/dist/modules/server/server.controller.js.map +1 -1
  28. package/dist/modules/server/server.service.d.ts +9 -1
  29. package/dist/modules/server/server.service.js +97 -21
  30. package/dist/modules/server/server.service.js.map +1 -1
  31. package/dist/modules/status/status.gateway.d.ts +6 -0
  32. package/dist/modules/status/status.gateway.js +14 -0
  33. package/dist/modules/status/status.gateway.js.map +1 -1
  34. package/dist/modules/status/status.service.d.ts +26 -0
  35. package/dist/modules/status/status.service.js +112 -0
  36. package/dist/modules/status/status.service.js.map +1 -1
  37. package/package.json +11 -11
  38. package/public/3rdpartylicenses.txt +214 -187
  39. package/public/assets/hap-icons/{airpurifier.svg → air-purifier.svg} +11 -11
  40. package/public/assets/hap-icons/doorbell.svg +17 -0
  41. package/public/assets/hap-icons/filter-maintenance.svg +26 -0
  42. package/public/assets/hap-icons/microphone.svg +22 -0
  43. package/public/assets/hap-icons/security-system-active.svg +103 -0
  44. package/public/assets/hap-icons/{smokesensor.svg → smoke-sensor.svg} +15 -2
  45. package/public/assets/hap-icons/speaker.svg +27 -12
  46. package/public/assets/hap-icons/vacuum-off.svg +34 -0
  47. package/public/assets/hap-icons/vacuum-on.svg +73 -0
  48. package/public/chunk-2RH7XRJB.js +1 -0
  49. package/public/chunk-2V6GVJIK.js +1 -0
  50. package/public/chunk-3UCLNJIE.js +1 -0
  51. package/public/chunk-4J2HTHMW.js +1 -0
  52. package/public/chunk-4NQG4OIB.js +1 -0
  53. package/public/chunk-52HWZQJT.js +1 -0
  54. package/public/chunk-56R3JRVX.js +1 -0
  55. package/public/chunk-65A2CLMB.js +1 -0
  56. package/public/chunk-6LPAR6QB.js +1 -0
  57. package/public/chunk-6VMMFEEB.js +1 -0
  58. package/public/chunk-7RQP64IZ.js +12 -0
  59. package/public/{chunk-GMY5QOXR.js → chunk-BG5MCCBU.js} +6 -6
  60. package/public/chunk-C3HWKB2Q.js +5 -0
  61. package/public/{chunk-YJXHSHNO.js → chunk-CEVLFYVV.js} +1 -1
  62. package/public/chunk-CHYWVK3W.js +1 -0
  63. package/public/chunk-CR7NFTHI.js +4 -0
  64. package/public/{chunk-BRW7C4BZ.js → chunk-CXP6VKNZ.js} +1 -1
  65. package/public/chunk-CY3O5ACI.js +1 -0
  66. package/public/chunk-D5MSFLIQ.js +1 -0
  67. package/public/chunk-DVQU3KHF.js +1 -0
  68. package/public/chunk-EGPBTPS6.js +1 -0
  69. package/public/chunk-EI76KND2.js +2 -0
  70. package/public/chunk-EP7NNPU2.js +1 -0
  71. package/public/chunk-ESCMWFTR.js +1 -0
  72. package/public/chunk-FDBWBMB3.js +1 -0
  73. package/public/chunk-FO44GZVZ.js +5 -0
  74. package/public/chunk-FWNSHSUQ.js +1 -0
  75. package/public/chunk-G4DWZG7U.js +1 -0
  76. package/public/{chunk-2G7GNBIF.js → chunk-GEIS2BWE.js} +1 -1
  77. package/public/chunk-GPZM245P.js +1 -0
  78. package/public/chunk-H2VHR6F4.js +1 -0
  79. package/public/chunk-H5PKL3FP.js +2 -0
  80. package/public/chunk-HFVA7EOG.js +23 -0
  81. package/public/chunk-HU7QTSUZ.js +1 -0
  82. package/public/{chunk-IOWBVW62.js → chunk-HUAADM2I.js} +1 -1
  83. package/public/{chunk-WAA5KWIN.js → chunk-J7Q5BUJW.js} +1 -1
  84. package/public/chunk-KDVPFRHN.js +1 -0
  85. package/public/chunk-KOHQYRVP.js +20 -0
  86. package/public/chunk-MWGI7ZLY.js +28 -0
  87. package/public/chunk-NEZ6TZYE.js +1 -0
  88. package/public/chunk-OLDRUBZS.js +1 -0
  89. package/public/chunk-OYH4UIAH.js +1 -0
  90. package/public/chunk-Q4CZ7LVK.js +2 -0
  91. package/public/{chunk-RNHMRKPJ.js → chunk-QIOCGI3G.js} +5 -5
  92. package/public/chunk-QTTC6A7P.js +1 -0
  93. package/public/chunk-QUD3RGWL.js +1 -0
  94. package/public/{chunk-QMB5XE4Y.js → chunk-R3563DDE.js} +1 -1
  95. package/public/{chunk-B3LZRDAG.js → chunk-S42WFQ2L.js} +1 -1
  96. package/public/{chunk-UVOJ3BF7.js → chunk-THGDS273.js} +1 -1
  97. package/public/chunk-TSAWRS7P.js +8 -0
  98. package/public/chunk-U4GBERFR.js +1 -0
  99. package/public/chunk-UB4DU2JC.js +1 -0
  100. package/public/chunk-UJNEXGXC.js +1 -0
  101. package/public/chunk-ULJPS3WS.js +7 -0
  102. package/public/{chunk-XHI7IAUN.js → chunk-W4PQWIYG.js} +1 -1
  103. package/public/chunk-W542IB6H.js +1 -0
  104. package/public/{chunk-UTAVUGTT.js → chunk-WDFAWIMZ.js} +7 -7
  105. package/public/chunk-WF776GWR.js +1 -0
  106. package/public/chunk-WFYBML4S.js +1 -0
  107. package/public/chunk-XFFCMC6L.js +4 -0
  108. package/public/chunk-XIYHNDRN.js +1 -0
  109. package/public/chunk-YJ2Q2RAD.js +1 -0
  110. package/public/chunk-YYDFCQK6.js +3 -0
  111. package/public/chunk-YZN5MPV3.js +1 -0
  112. package/public/chunk-ZR6LFO7Q.js +1 -0
  113. package/public/index.html +2 -2
  114. package/public/main-I6NBG3JJ.js +1 -0
  115. package/public/{styles-PKR3EGHP.css → styles-ZKWHTEN5.css} +1 -1
  116. package/scripts/upgrade-install-plugin.sh +6 -1
  117. package/public/chunk-2CDSAOHD.js +0 -1
  118. package/public/chunk-2OUR67N4.js +0 -1
  119. package/public/chunk-3CYHPVRJ.js +0 -1
  120. package/public/chunk-3DF7CHZW.js +0 -1
  121. package/public/chunk-5F327T7H.js +0 -1
  122. package/public/chunk-6CNQKPV4.js +0 -1
  123. package/public/chunk-AF2VUIEE.js +0 -1
  124. package/public/chunk-ALG7CIS3.js +0 -5
  125. package/public/chunk-BGDBPFZN.js +0 -1
  126. package/public/chunk-BIRWL4X3.js +0 -1
  127. package/public/chunk-BMCQHGMB.js +0 -1
  128. package/public/chunk-BSGFKU4J.js +0 -4
  129. package/public/chunk-C6A3CFIK.js +0 -1
  130. package/public/chunk-C6LXQBT3.js +0 -1
  131. package/public/chunk-CG7LPZUJ.js +0 -1
  132. package/public/chunk-CLQDCNVA.js +0 -2
  133. package/public/chunk-CMO7ESK6.js +0 -8
  134. package/public/chunk-DDFZVHUO.js +0 -1
  135. package/public/chunk-DGIKPYZP.js +0 -8
  136. package/public/chunk-DNW5N3YO.js +0 -1
  137. package/public/chunk-EGELGD5H.js +0 -1
  138. package/public/chunk-EJBJOBK4.js +0 -1
  139. package/public/chunk-F4KGCHEZ.js +0 -1
  140. package/public/chunk-FATD52DV.js +0 -1
  141. package/public/chunk-FXS45ML3.js +0 -1
  142. package/public/chunk-G6KG4MKA.js +0 -1
  143. package/public/chunk-GTAHH5HN.js +0 -1
  144. package/public/chunk-HLTIIGIP.js +0 -1
  145. package/public/chunk-HLTWQSH5.js +0 -1
  146. package/public/chunk-IORHLUIJ.js +0 -1
  147. package/public/chunk-JADR4A63.js +0 -1
  148. package/public/chunk-KAUSPTCQ.js +0 -23
  149. package/public/chunk-KCQQTZKO.js +0 -5
  150. package/public/chunk-L3HD45SY.js +0 -6
  151. package/public/chunk-LDLWF7GI.js +0 -1
  152. package/public/chunk-LHL5TI6S.js +0 -1
  153. package/public/chunk-LX47K6J2.js +0 -1
  154. package/public/chunk-M2H64FFG.js +0 -1
  155. package/public/chunk-OAQSXFHE.js +0 -1
  156. package/public/chunk-ODU3K7H7.js +0 -1
  157. package/public/chunk-P3KVHPZJ.js +0 -1
  158. package/public/chunk-P64V4GHS.js +0 -29
  159. package/public/chunk-PI76B7WZ.js +0 -1
  160. package/public/chunk-PNSPASX3.js +0 -1
  161. package/public/chunk-PODF4FUD.js +0 -1
  162. package/public/chunk-PUIKXI6O.js +0 -1
  163. package/public/chunk-QIH36FRX.js +0 -1
  164. package/public/chunk-QMAGO5VD.js +0 -20
  165. package/public/chunk-R3VPSO5X.js +0 -7
  166. package/public/chunk-RFFIRBUY.js +0 -1
  167. package/public/chunk-RLGSRK2P.js +0 -1
  168. package/public/chunk-RN4NDBWE.js +0 -1
  169. package/public/chunk-U2HZ2JFO.js +0 -1
  170. package/public/chunk-VA5XNGEK.js +0 -1
  171. package/public/chunk-VHTQTL2S.js +0 -1
  172. package/public/chunk-VJEUBTTK.js +0 -1
  173. package/public/chunk-VLX322GM.js +0 -1
  174. package/public/chunk-VUYAK52W.js +0 -2
  175. package/public/chunk-X6PEPNG4.js +0 -1
  176. package/public/chunk-XP6B4WXR.js +0 -1
  177. package/public/chunk-XUH357B7.js +0 -1
  178. package/public/chunk-Y4QFUO3K.js +0 -1
  179. package/public/chunk-YZCEDH6X.js +0 -1
  180. package/public/chunk-YZWIZGAQ.js +0 -1
  181. package/public/chunk-ZF22CBM2.js +0 -1
  182. package/public/chunk-ZIBK7SYP.js +0 -1
  183. package/public/chunk-ZLCELPBH.js +0 -1
  184. package/public/chunk-ZMYR3JWC.js +0 -1
  185. package/public/main-AS7ULDAC.js +0 -1
  186. /package/public/assets/hap-icons/{airquality.svg → air-quality-sensor.svg} +0 -0
  187. /package/public/assets/hap-icons/{co2-sensor.svg → carbon-dioxide-sensor.svg} +0 -0
  188. /package/public/assets/hap-icons/{co-sensor.svg → carbon-monoxide-sensor.svg} +0 -0
  189. /package/public/assets/hap-icons/{contactsensor-closed.svg → contact-sensor-closed.svg} +0 -0
  190. /package/public/assets/hap-icons/{contactsensor-open.svg → contact-sensor-open.svg} +0 -0
  191. /package/public/assets/hap-icons/{garagedoor.svg → garage-door.svg} +0 -0
  192. /package/public/assets/hap-icons/{humidity.svg → humidity-sensor.svg} +0 -0
  193. /package/public/assets/hap-icons/{leaksensor.svg → leak-sensor.svg} +0 -0
  194. /package/public/assets/hap-icons/{lightbulb.svg → light-bulb.svg} +0 -0
  195. /package/public/assets/hap-icons/{light.svg → light-sensor.svg} +0 -0
  196. /package/public/assets/hap-icons/{motionsensor.svg → motion-sensor.svg} +0 -0
  197. /package/public/assets/hap-icons/{occupancysensor.svg → occupancy-sensor.svg} +0 -0
  198. /package/public/assets/hap-icons/{securitysystem-off.svg → security-system-off.svg} +0 -0
  199. /package/public/assets/hap-icons/{securitysystem-active.svg → security-system-triggered.svg} +0 -0
  200. /package/public/assets/hap-icons/{statelessprogrammableswitch.svg → stateless-programmable-switch.svg} +0 -0
  201. /package/public/assets/hap-icons/{valve-waterfaucet.svg → valve-faucet.svg} +0 -0
  202. /package/public/assets/hap-icons/{valve-showerhead.svg → valve-shower-head.svg} +0 -0
  203. /package/public/assets/hap-icons/{windowcovering-closed.svg → window-covering-closed.svg} +0 -0
  204. /package/public/assets/hap-icons/{windowcovering-open.svg → window-covering-open.svg} +0 -0
  205. /package/public/{polyfills-GCAZ7JAV.js → polyfills-WE4HA5DL.js} +0 -0
@@ -1,7 +0,0 @@
1
- var Lg=Object.create;var $r=Object.defineProperty,jg=Object.defineProperties,Vg=Object.getOwnPropertyDescriptor,Bg=Object.getOwnPropertyDescriptors,Hg=Object.getOwnPropertyNames,Hr=Object.getOwnPropertySymbols,$g=Object.getPrototypeOf,ys=Object.prototype.hasOwnProperty,ol=Object.prototype.propertyIsEnumerable;var rl=(e,t,n)=>t in e?$r(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,te=(e,t)=>{for(var n in t||={})ys.call(t,n)&&rl(e,n,t[n]);if(Hr)for(var n of Hr(t))ol.call(t,n)&&rl(e,n,t[n]);return e},ne=(e,t)=>jg(e,Bg(t));var lb=e=>t=>{var n=e[t];if(n)return n();throw new Error("Module not found in bundle: "+t)};var db=(e,t)=>{var n={};for(var r in e)ys.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Hr)for(var r of Hr(e))t.indexOf(r)<0&&ol.call(e,r)&&(n[r]=e[r]);return n};var fb=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),pb=(e,t)=>{for(var n in t)$r(e,n,{get:t[n],enumerable:!0})},Ug=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Hg(t))!ys.call(e,o)&&o!==n&&$r(e,o,{get:()=>t[o],enumerable:!(r=Vg(t,o))||r.enumerable});return e};var hb=(e,t,n)=>(n=e!=null?Lg($g(e)):{},Ug(t||!e||!e.__esModule?$r(n,"default",{value:e,enumerable:!0}):n,e));var Ds=(e,t,n)=>new Promise((r,o)=>{var i=c=>{try{a(n.next(c))}catch(u){o(u)}},s=c=>{try{a(n.throw(c))}catch(u){o(u)}},a=c=>c.done?r(c.value):Promise.resolve(c.value).then(i,s);a((n=n.apply(e,t)).next())});function v(e){return typeof e=="function"}function on(e){let n=e(r=>{Error.call(r),r.stack=new Error().stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var Ur=on(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:
2
- ${n.map((r,o)=>`${o+1}) ${r.toString()}`).join(`
3
- `)}`:"",this.name="UnsubscriptionError",this.errors=n});function bt(e,t){if(e){let n=e.indexOf(t);0<=n&&e.splice(n,1)}}var z=class e{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;let{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(let i of n)i.remove(this);else n.remove(this);let{initialTeardown:r}=this;if(v(r))try{r()}catch(i){t=i instanceof Ur?i.errors:[i]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let i of o)try{il(i)}catch(s){t=t??[],s instanceof Ur?t=[...t,...s.errors]:t.push(s)}}if(t)throw new Ur(t)}}add(t){var n;if(t&&t!==this)if(this.closed)il(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}}_hasParent(t){let{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){let{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){let{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&bt(n,t)}remove(t){let{_finalizers:n}=this;n&&bt(n,t),t instanceof e&&t._removeParent(this)}};z.EMPTY=(()=>{let e=new z;return e.closed=!0,e})();var vs=z.EMPTY;function zr(e){return e instanceof z||e&&"closed"in e&&v(e.remove)&&v(e.add)&&v(e.unsubscribe)}function il(e){v(e)?e():e.unsubscribe()}var Te={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var sn={setTimeout(e,t,...n){let{delegate:r}=sn;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=sn;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function Gr(e){sn.setTimeout(()=>{let{onUnhandledError:t}=Te;if(t)t(e);else throw e})}function Qe(){}var sl=Es("C",void 0,void 0);function al(e){return Es("E",void 0,e)}function cl(e){return Es("N",e,void 0)}function Es(e,t,n){return{kind:e,value:t,error:n}}var _t=null;function an(e){if(Te.useDeprecatedSynchronousErrorHandling){let t=!_t;if(t&&(_t={errorThrown:!1,error:null}),e(),t){let{errorThrown:n,error:r}=_t;if(_t=null,n)throw r}}else e()}function ul(e){Te.useDeprecatedSynchronousErrorHandling&&_t&&(_t.errorThrown=!0,_t.error=e)}var Tt=class extends z{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,zr(t)&&t.add(this)):this.destination=Wg}static create(t,n,r){return new Se(t,n,r)}next(t){this.isStopped?Cs(cl(t),this):this._next(t)}error(t){this.isStopped?Cs(al(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?Cs(sl,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},zg=Function.prototype.bind;function Is(e,t){return zg.call(e,t)}var ws=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){Wr(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){Wr(r)}else Wr(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){Wr(n)}}},Se=class extends Tt{constructor(t,n,r){super();let o;if(v(t)||!t)o={next:t??void 0,error:n??void 0,complete:r??void 0};else{let i;this&&Te.useDeprecatedNextContext?(i=Object.create(t),i.unsubscribe=()=>this.unsubscribe(),o={next:t.next&&Is(t.next,i),error:t.error&&Is(t.error,i),complete:t.complete&&Is(t.complete,i)}):o=t}this.destination=new ws(o)}};function Wr(e){Te.useDeprecatedSynchronousErrorHandling?ul(e):Gr(e)}function Gg(e){throw e}function Cs(e,t){let{onStoppedNotification:n}=Te;n&&sn.setTimeout(()=>n(e,t))}var Wg={closed:!0,next:Qe,error:Gg,complete:Qe};var cn=typeof Symbol=="function"&&Symbol.observable||"@@observable";function ee(e){return e}function qg(...e){return bs(e)}function bs(e){return e.length===0?ee:e.length===1?e[0]:function(n){return e.reduce((r,o)=>o(r),n)}}var T=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){let r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,o){let i=Yg(n)?n:new Se(n,r,o);return an(()=>{let{operator:s,source:a}=this;i.add(s?s.call(i,a):a?this._subscribe(i):this._trySubscribe(i))}),i}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return r=ll(r),new r((o,i)=>{let s=new Se({next:a=>{try{n(a)}catch(c){i(c),s.unsubscribe()}},error:i,complete:o});this.subscribe(s)})}_subscribe(n){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(n)}[cn](){return this}pipe(...n){return bs(n)(this)}toPromise(n){return n=ll(n),new n((r,o)=>{let i;this.subscribe(s=>i=s,s=>o(s),()=>r(i))})}}return e.create=t=>new e(t),e})();function ll(e){var t;return(t=e??Te.Promise)!==null&&t!==void 0?t:Promise}function Zg(e){return e&&v(e.next)&&v(e.error)&&v(e.complete)}function Yg(e){return e&&e instanceof Tt||Zg(e)&&zr(e)}var dl=on(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var le=(()=>{class e extends T{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){let r=new qr(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new dl}next(n){an(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){an(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;let{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){an(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){let{hasError:r,isStopped:o,observers:i}=this;return r||o?vs:(this.currentObservers=null,i.push(n),new z(()=>{this.currentObservers=null,bt(i,n)}))}_checkFinalizedStatuses(n){let{hasError:r,thrownError:o,isStopped:i}=this;r?n.error(o):i&&n.complete()}asObservable(){let n=new T;return n.source=this,n}}return e.create=(t,n)=>new qr(t,n),e})(),qr=class extends le{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.next)===null||r===void 0||r.call(n,t)}error(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.error)===null||r===void 0||r.call(n,t)}complete(){var t,n;(n=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||n===void 0||n.call(t)}_subscribe(t){var n,r;return(r=(n=this.source)===null||n===void 0?void 0:n.subscribe(t))!==null&&r!==void 0?r:vs}};var Me=on(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function Qg(e,t){let n=typeof t=="object";return new Promise((r,o)=>{let i=new Se({next:s=>{r(s),i.unsubscribe()},error:o,complete:()=>{n?r(t.defaultValue):o(new Me)}});e.subscribe(i)})}var Zr=class extends z{constructor(t,n){super()}schedule(t,n=0){return this}};var Bn={setInterval(e,t,...n){let{delegate:r}=Bn;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=Bn;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var Yr=class extends Zr{constructor(t,n){super(t,n),this.scheduler=t,this.work=n,this.pending=!1}schedule(t,n=0){var r;if(this.closed)return this;this.state=t;let o=this.id,i=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(i,o,n)),this.pending=!0,this.delay=n,this.id=(r=this.id)!==null&&r!==void 0?r:this.requestAsyncId(i,this.id,n),this}requestAsyncId(t,n,r=0){return Bn.setInterval(t.flush.bind(t,this),r)}recycleAsyncId(t,n,r=0){if(r!=null&&this.delay===r&&this.pending===!1)return n;n!=null&&Bn.clearInterval(n)}execute(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let r=this._execute(t,n);if(r)return r;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,n){let r=!1,o;try{this.work(t)}catch(i){r=!0,o=i||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),o}unsubscribe(){if(!this.closed){let{id:t,scheduler:n}=this,{actions:r}=n;this.work=this.state=this.scheduler=null,this.pending=!1,bt(r,this),t!=null&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}};var Hn={now(){return(Hn.delegate||Date).now()},delegate:void 0};var un=class e{constructor(t,n=e.now){this.schedulerActionCtor=t,this.now=n}schedule(t,n=0,r){return new this.schedulerActionCtor(this,t).schedule(r,n)}};un.now=Hn.now;var Qr=class extends un{constructor(t,n=un.now){super(t,n),this.actions=[],this._active=!1}flush(t){let{actions:n}=this;if(this._active){n.push(t);return}let r;this._active=!0;do if(r=t.execute(t.state,t.delay))break;while(t=n.shift());if(this._active=!1,r){for(;t=n.shift();)t.unsubscribe();throw r}}};var St=new Qr(Yr),fl=St;function _s(e){return v(e?.lift)}function _(e){return t=>{if(_s(t))return t.lift(function(n){try{return e(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function E(e,t,n,r,o){return new Ts(e,t,n,r,o)}var Ts=class extends Tt{constructor(t,n,r,o,i,s){super(t),this.onFinalize=i,this.shouldUnsubscribe=s,this._next=n?function(a){try{n(a)}catch(c){t.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(a){t.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:n}=this;super.unsubscribe(),!n&&((t=this.onFinalize)===null||t===void 0||t.call(this))}}};function pl(e,t=St){return _((n,r)=>{let o=null,i=null,s=null,a=()=>{if(o){o.unsubscribe(),o=null;let u=i;i=null,r.next(u)}};function c(){let u=s+e,l=t.now();if(l<u){o=this.schedule(void 0,u-l),r.add(o);return}a()}n.subscribe(E(r,u=>{i=u,s=t.now(),o||(o=t.schedule(c,e),r.add(o))},()=>{a(),r.complete()},void 0,()=>{i=o=null}))})}var Mt=new T(e=>e.complete());function ln(e){return e<=0?()=>Mt:_((t,n)=>{let r=0;t.subscribe(E(n,o=>{++r<=e&&(n.next(o),e<=r&&n.complete())}))})}function Ss(){return _((e,t)=>{let n=null;e._refCount++;let r=E(t,void 0,void 0,void 0,()=>{if(!e||e._refCount<=0||0<--e._refCount){n=null;return}let o=e._connection,i=n;n=null,o&&(!i||o===i)&&o.unsubscribe(),t.unsubscribe()});e.subscribe(r),r.closed||(n=e.connect())})}var Ms=class extends T{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._subject=null,this._refCount=0,this._connection=null,_s(t)&&(this.lift=t.lift)}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){let t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;let{_connection:t}=this;this._subject=this._connection=null,t?.unsubscribe()}connect(){let t=this._connection;if(!t){t=this._connection=new z;let n=this.getSubject();t.add(this.source.subscribe(E(n,void 0,()=>{this._teardown(),n.complete()},r=>{this._teardown(),n.error(r)},()=>this._teardown()))),t.closed&&(this._connection=null,t=z.EMPTY)}return t}refCount(){return Ss()(this)}};var $n=class extends le{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){let n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){let{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}};var Kr=class extends le{constructor(t=1/0,n=1/0,r=Hn){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){let{isStopped:n,_buffer:r,_infiniteTimeWindow:o,_timestampProvider:i,_windowTime:s}=this;n||(r.push(t),!o&&r.push(i.now()+s)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();let n=this._innerSubscribe(t),{_infiniteTimeWindow:r,_buffer:o}=this,i=o.slice();for(let s=0;s<i.length&&!t.closed;s+=r?1:2)t.next(i[s]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){let{_bufferSize:t,_timestampProvider:n,_buffer:r,_infiniteTimeWindow:o}=this,i=(o?1:2)*t;if(t<1/0&&i<r.length&&r.splice(0,r.length-i),!o){let s=n.now(),a=0;for(let c=1;c<r.length&&r[c]<=s;c+=2)a=c;a&&r.splice(0,a+1)}}};function Jr(e){return e&&v(e.schedule)}function hl(e){return e[e.length-1]}function st(e){return v(hl(e))?e.pop():void 0}function at(e){return Jr(hl(e))?e.pop():void 0}function ml(e,t,n,r){function o(i){return i instanceof n?i:new n(function(s){s(i)})}return new(n||(n=Promise))(function(i,s){function a(l){try{u(r.next(l))}catch(d){s(d)}}function c(l){try{u(r.throw(l))}catch(d){s(d)}}function u(l){l.done?i(l.value):o(l.value).then(a,c)}u((r=r.apply(e,t||[])).next())})}function gl(e){var t=typeof Symbol=="function"&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Nt(e){return this instanceof Nt?(this.v=e,this):new Nt(e)}function yl(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(e,t||[]),o,i=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",s),o[Symbol.asyncIterator]=function(){return this},o;function s(f){return function(h){return Promise.resolve(h).then(f,d)}}function a(f,h){r[f]&&(o[f]=function(m){return new Promise(function(M,I){i.push([f,m,M,I])>1||c(f,m)})},h&&(o[f]=h(o[f])))}function c(f,h){try{u(r[f](h))}catch(m){p(i[0][3],m)}}function u(f){f.value instanceof Nt?Promise.resolve(f.value.v).then(l,d):p(i[0][2],f)}function l(f){c("next",f)}function d(f){c("throw",f)}function p(f,h){f(h),i.shift(),i.length&&c(i[0][0],i[0][1])}}function Dl(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof gl=="function"?gl(e):e[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(i){n[i]=e[i]&&function(s){return new Promise(function(a,c){s=e[i](s),o(a,c,s.done,s.value)})}}function o(i,s,a,c){Promise.resolve(c).then(function(u){i({value:u,done:a})},s)}}var dn=e=>e&&typeof e.length=="number"&&typeof e!="function";function Xr(e){return v(e?.then)}function eo(e){return v(e[cn])}function to(e){return Symbol.asyncIterator&&v(e?.[Symbol.asyncIterator])}function no(e){return new TypeError(`You provided ${e!==null&&typeof e=="object"?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function Kg(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var ro=Kg();function oo(e){return v(e?.[ro])}function io(e){return yl(this,arguments,function*(){let n=e.getReader();try{for(;;){let{value:r,done:o}=yield Nt(n.read());if(o)return yield Nt(void 0);yield yield Nt(r)}}finally{n.releaseLock()}})}function so(e){return v(e?.getReader)}function x(e){if(e instanceof T)return e;if(e!=null){if(eo(e))return Jg(e);if(dn(e))return Xg(e);if(Xr(e))return em(e);if(to(e))return vl(e);if(oo(e))return tm(e);if(so(e))return nm(e)}throw no(e)}function Jg(e){return new T(t=>{let n=e[cn]();if(v(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Xg(e){return new T(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function em(e){return new T(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,Gr)})}function tm(e){return new T(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function vl(e){return new T(t=>{rm(e,t).catch(n=>t.error(n))})}function nm(e){return vl(io(e))}function rm(e,t){var n,r,o,i;return ml(this,void 0,void 0,function*(){try{for(n=Dl(e);r=yield n.next(),!r.done;){let s=r.value;if(t.next(s),t.closed)return}}catch(s){o={error:s}}finally{try{r&&!r.done&&(i=n.return)&&(yield i.call(n))}finally{if(o)throw o.error}}t.complete()})}function de(e,t,n,r=0,o=!1){let i=t.schedule(function(){n(),o?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(i),!o)return i}function ao(e,t=0){return _((n,r)=>{n.subscribe(E(r,o=>de(r,e,()=>r.next(o),t),()=>de(r,e,()=>r.complete(),t),o=>de(r,e,()=>r.error(o),t)))})}function co(e,t=0){return _((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function El(e,t){return x(e).pipe(co(t),ao(t))}function Il(e,t){return x(e).pipe(co(t),ao(t))}function Cl(e,t){return new T(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}function wl(e,t){return new T(n=>{let r;return de(n,t,()=>{r=e[ro](),de(n,t,()=>{let o,i;try{({value:o,done:i}=r.next())}catch(s){n.error(s);return}i?n.complete():n.next(o)},0,!0)}),()=>v(r?.return)&&r.return()})}function uo(e,t){if(!e)throw new Error("Iterable cannot be null");return new T(n=>{de(n,t,()=>{let r=e[Symbol.asyncIterator]();de(n,t,()=>{r.next().then(o=>{o.done?n.complete():n.next(o.value)})},0,!0)})})}function bl(e,t){return uo(io(e),t)}function _l(e,t){if(e!=null){if(eo(e))return El(e,t);if(dn(e))return Cl(e,t);if(Xr(e))return Il(e,t);if(to(e))return uo(e,t);if(oo(e))return wl(e,t);if(so(e))return bl(e,t)}throw no(e)}function ct(e,t){return t?_l(e,t):x(e)}function Ns(...e){let t=at(e);return ct(e,t)}function om(e,t){let n=v(e)?e:()=>e,r=o=>o.error(n());return new T(t?o=>t.schedule(r,0,o):r)}function im(e){return!!e&&(e instanceof T||v(e.lift)&&v(e.subscribe))}function sm(e,t){let n=typeof t=="object";return new Promise((r,o)=>{let i=!1,s;e.subscribe({next:a=>{s=a,i=!0},error:o,complete:()=>{i?r(s):n?r(t.defaultValue):o(new Me)}})})}function Tl(e){return e instanceof Date&&!isNaN(e)}function Ke(e,t){return _((n,r)=>{let o=0;n.subscribe(E(r,i=>{r.next(e.call(t,i,o++))}))})}var{isArray:am}=Array;function cm(e,t){return am(t)?e(...t):e(t)}function fn(e){return Ke(t=>cm(e,t))}var{isArray:um}=Array,{getPrototypeOf:lm,prototype:dm,keys:fm}=Object;function lo(e){if(e.length===1){let t=e[0];if(um(t))return{args:t,keys:null};if(pm(t)){let n=fm(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function pm(e){return e&&typeof e=="object"&&lm(e)===dm}function fo(e,t){return e.reduce((n,r,o)=>(n[r]=t[o],n),{})}function hm(...e){let t=at(e),n=st(e),{args:r,keys:o}=lo(e);if(r.length===0)return ct([],t);let i=new T(gm(r,t,o?s=>fo(o,s):ee));return n?i.pipe(fn(n)):i}function gm(e,t,n=ee){return r=>{Sl(t,()=>{let{length:o}=e,i=new Array(o),s=o,a=o;for(let c=0;c<o;c++)Sl(t,()=>{let u=ct(e[c],t),l=!1;u.subscribe(E(r,d=>{i[c]=d,l||(l=!0,a--),a||r.next(n(i.slice()))},()=>{--s||r.complete()}))},r)},r)}}function Sl(e,t,n){e?de(n,e,t):t()}function Ml(e,t,n,r,o,i,s,a){let c=[],u=0,l=0,d=!1,p=()=>{d&&!c.length&&!u&&t.complete()},f=m=>u<r?h(m):c.push(m),h=m=>{i&&t.next(m),u++;let M=!1;x(n(m,l++)).subscribe(E(t,I=>{o?.(I),i?f(I):t.next(I)},()=>{M=!0},void 0,()=>{if(M)try{for(u--;c.length&&u<r;){let I=c.shift();s?de(t,s,()=>h(I)):h(I)}p()}catch(I){t.error(I)}}))};return e.subscribe(E(t,f,()=>{d=!0,p()})),()=>{a?.()}}function Ne(e,t,n=1/0){return v(t)?Ne((r,o)=>Ke((i,s)=>t(r,i,o,s))(x(e(r,o))),n):(typeof t=="number"&&(n=t),_((r,o)=>Ml(r,o,e,n)))}function xs(e=1/0){return Ne(ee,e)}function Nl(){return xs(1)}function ut(...e){return Nl()(ct(e,at(e)))}function mm(e){return new T(t=>{x(e()).subscribe(t)})}function ym(...e){let t=st(e),{args:n,keys:r}=lo(e),o=new T(i=>{let{length:s}=n;if(!s){i.complete();return}let a=new Array(s),c=s,u=s;for(let l=0;l<s;l++){let d=!1;x(n[l]).subscribe(E(i,p=>{d||(d=!0,u--),a[l]=p},()=>c--,void 0,()=>{(!c||!d)&&(u||i.next(r?fo(r,a):a),i.complete())}))}});return t?o.pipe(fn(t)):o}var Dm=["addListener","removeListener"],vm=["addEventListener","removeEventListener"],Em=["on","off"];function As(e,t,n,r){if(v(n)&&(r=n,n=void 0),r)return As(e,t,n).pipe(fn(r));let[o,i]=wm(e)?vm.map(s=>a=>e[s](t,a,n)):Im(e)?Dm.map(xl(e,t)):Cm(e)?Em.map(xl(e,t)):[];if(!o&&dn(e))return Ne(s=>As(s,t,n))(x(e));if(!o)throw new TypeError("Invalid event target");return new T(s=>{let a=(...c)=>s.next(1<c.length?c:c[0]);return o(a),()=>i(a)})}function xl(e,t){return n=>r=>e[n](t,r)}function Im(e){return v(e.addListener)&&v(e.removeListener)}function Cm(e){return v(e.on)&&v(e.off)}function wm(e){return v(e.addEventListener)&&v(e.removeEventListener)}function Un(e=0,t,n=fl){let r=-1;return t!=null&&(Jr(t)?n=t:r=t),new T(o=>{let i=Tl(e)?+e-n.now():e;i<0&&(i=0);let s=0;return n.schedule(function(){o.closed||(o.next(s++),0<=r?this.schedule(void 0,r):o.complete())},i)})}function bm(e=0,t=St){return e<0&&(e=0),Un(e,e,t)}var{isArray:_m}=Array;function po(e){return e.length===1&&_m(e[0])?e[0]:e}function xt(e,t){return _((n,r)=>{let o=0;n.subscribe(E(r,i=>e.call(t,i,o++)&&r.next(i)))})}function Tm(...e){return e=po(e),e.length===1?x(e[0]):new T(Sm(e))}function Sm(e){return t=>{let n=[];for(let r=0;n&&!t.closed&&r<e.length;r++)n.push(x(e[r]).subscribe(E(t,o=>{if(n){for(let i=0;i<n.length;i++)i!==r&&n[i].unsubscribe();n=null}t.next(o)})))}}function Mm(...e){let t=st(e),n=po(e);return n.length?new T(r=>{let o=n.map(()=>[]),i=n.map(()=>!1);r.add(()=>{o=i=null});for(let s=0;!r.closed&&s<n.length;s++)x(n[s]).subscribe(E(r,a=>{if(o[s].push(a),o.every(c=>c.length)){let c=o.map(u=>u.shift());r.next(t?t(...c):c),o.some((u,l)=>!u.length&&i[l])&&r.complete()}},()=>{i[s]=!0,!o[s].length&&r.complete()}));return()=>{o=i=null}}):Mt}function Al(e){return _((t,n)=>{let r=null,o=!1,i;r=t.subscribe(E(n,void 0,void 0,s=>{i=x(e(s,Al(e)(t))),r?(r.unsubscribe(),r=null,i.subscribe(n)):o=!0})),o&&(r.unsubscribe(),r=null,i.subscribe(n))})}function Rl(e,t,n,r,o){return(i,s)=>{let a=n,c=t,u=0;i.subscribe(E(s,l=>{let d=u++;c=a?e(c,l,d):(a=!0,l),r&&s.next(c)},o&&(()=>{a&&s.next(c),s.complete()})))}}function Nm(e,t){return v(t)?Ne(e,t,1):Ne(e,1)}function zn(e){return _((t,n)=>{let r=!1;t.subscribe(E(n,o=>{r=!0,n.next(o)},()=>{r||n.next(e),n.complete()}))})}function Ol(){return _((e,t)=>{e.subscribe(E(t,Qe))})}function Fl(e){return Ke(()=>e)}function Rs(e,t){return t?n=>ut(t.pipe(ln(1),Ol()),n.pipe(Rs(e))):Ne((n,r)=>x(e(n,r)).pipe(ln(1),Fl(n)))}function xm(e,t=St){let n=Un(e,t);return Rs(()=>n)}function Am(e,t=ee){return e=e??Rm,_((n,r)=>{let o,i=!0;n.subscribe(E(r,s=>{let a=t(s);(i||!e(o,a))&&(i=!1,o=a,r.next(s))}))})}function Rm(e,t){return e===t}function ho(e=Om){return _((t,n)=>{let r=!1;t.subscribe(E(n,o=>{r=!0,n.next(o)},()=>r?n.complete():n.error(e())))})}function Om(){return new Me}function Fm(...e){return t=>ut(t,Ns(...e))}function km(e){return _((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function Pm(e,t){let n=arguments.length>=2;return r=>r.pipe(e?xt((o,i)=>e(o,i,r)):ee,ln(1),n?zn(t):ho(()=>new Me))}function Os(e){return e<=0?()=>Mt:_((t,n)=>{let r=[];t.subscribe(E(n,o=>{r.push(o),e<r.length&&r.shift()},()=>{for(let o of r)n.next(o);n.complete()},void 0,()=>{r=null}))})}function Lm(e,t){let n=arguments.length>=2;return r=>r.pipe(e?xt((o,i)=>e(o,i,r)):ee,Os(1),n?zn(t):ho(()=>new Me))}function jm(e,t){return _(Rl(e,t,arguments.length>=2,!0))}function ks(e={}){let{connector:t=()=>new le,resetOnError:n=!0,resetOnComplete:r=!0,resetOnRefCountZero:o=!0}=e;return i=>{let s,a,c,u=0,l=!1,d=!1,p=()=>{a?.unsubscribe(),a=void 0},f=()=>{p(),s=c=void 0,l=d=!1},h=()=>{let m=s;f(),m?.unsubscribe()};return _((m,M)=>{u++,!d&&!l&&p();let I=c=c??t();M.add(()=>{u--,u===0&&!d&&!l&&(a=Fs(h,o))}),I.subscribe(M),!s&&u>0&&(s=new Se({next:X=>I.next(X),error:X=>{d=!0,p(),a=Fs(f,n,X),I.error(X)},complete:()=>{l=!0,p(),a=Fs(f,r),I.complete()}}),x(m).subscribe(s))})(i)}}function Fs(e,t,...n){if(t===!0){e();return}if(t===!1)return;let r=new Se({next:()=>{r.unsubscribe(),e()}});return x(t(...n)).subscribe(r)}function Vm(e,t,n){let r,o=!1;return e&&typeof e=="object"?{bufferSize:r=1/0,windowTime:t=1/0,refCount:o=!1,scheduler:n}=e:r=e??1/0,ks({connector:()=>new Kr(r,t,n),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:o})}function Bm(e){return xt((t,n)=>e<=n)}function Hm(...e){let t=at(e);return _((n,r)=>{(t?ut(e,n,t):ut(e,n)).subscribe(r)})}function kl(e,t){return _((n,r)=>{let o=null,i=0,s=!1,a=()=>s&&!o&&r.complete();n.subscribe(E(r,c=>{o?.unsubscribe();let u=0,l=i++;x(e(c,l)).subscribe(o=E(r,d=>r.next(t?t(c,d,l,u++):d),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function Pl(e){return _((t,n)=>{x(e).subscribe(E(n,()=>n.complete(),Qe)),!n.closed&&t.subscribe(n)})}function $m(e,t,n){let r=v(e)||t||n?{next:e,error:t,complete:n}:e;return r?_((o,i)=>{var s;(s=r.subscribe)===null||s===void 0||s.call(r);let a=!0;o.subscribe(E(i,c=>{var u;(u=r.next)===null||u===void 0||u.call(r,c),i.next(c)},()=>{var c;a=!1,(c=r.complete)===null||c===void 0||c.call(r),i.complete()},c=>{var u;a=!1,(u=r.error)===null||u===void 0||u.call(r,c),i.error(c)},()=>{var c,u;a&&((c=r.unsubscribe)===null||c===void 0||c.call(r)),(u=r.finalize)===null||u===void 0||u.call(r)}))}):ee}function Um(...e){let t=st(e);return _((n,r)=>{let o=e.length,i=new Array(o),s=e.map(()=>!1),a=!1;for(let c=0;c<o;c++)x(e[c]).subscribe(E(r,u=>{i[c]=u,!a&&!s[c]&&(s[c]=!0,(a=s.every(ee))&&(s=null))},Qe));n.subscribe(E(r,c=>{if(a){let u=[c,...i];r.next(t?t(...u):u)}}))})}var Ps;function Ls(){return Ps}function Je(e){let t=Ps;return Ps=e,t}var zm=Symbol("NotFound"),go=class extends Error{name="\u0275NotFound";constructor(t){super(t)}};function pn(e){return e===zm||e?.name==="\u0275NotFound"}function Eo(e,t){return Object.is(e,t)}var q=null,mo=!1,js=1,Gm=null,Z=Symbol("SIGNAL");function C(e){let t=q;return q=e,t}function Io(){return q}var At={version:0,lastCleanEpoch:0,dirty:!1,producerNode:void 0,producerLastReadVersion:void 0,producerIndexOfThis:void 0,nextProducerIndex:0,liveConsumerNode:void 0,liveConsumerIndexOfThis:void 0,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,kind:"unknown",producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function Rt(e){if(mo)throw new Error("");if(q===null)return;q.consumerOnSignalRead(e);let t=q.nextProducerIndex++;if(_o(q),t<q.producerNode.length&&q.producerNode[t]!==e&&Wn(q)){let n=q.producerNode[t];bo(n,q.producerIndexOfThis[t])}q.producerNode[t]!==e&&(q.producerNode[t]=e,q.producerIndexOfThis[t]=Wn(q)?jl(e,q,t):0),q.producerLastReadVersion[t]=e.version}function Ll(){js++}function Co(e){if(!(Wn(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===js)){if(!e.producerMustRecompute(e)&&!qn(e)){vo(e);return}e.producerRecomputeValue(e),vo(e)}}function Vs(e){if(e.liveConsumerNode===void 0)return;let t=mo;mo=!0;try{for(let n of e.liveConsumerNode)n.dirty||Wm(n)}finally{mo=t}}function Bs(){return q?.consumerAllowSignalWrites!==!1}function Wm(e){e.dirty=!0,Vs(e),e.consumerMarkedDirty?.(e)}function vo(e){e.dirty=!1,e.lastCleanEpoch=js}function Ot(e){return e&&(e.nextProducerIndex=0),C(e)}function hn(e,t){if(C(t),!(!e||e.producerNode===void 0||e.producerIndexOfThis===void 0||e.producerLastReadVersion===void 0)){if(Wn(e))for(let n=e.nextProducerIndex;n<e.producerNode.length;n++)bo(e.producerNode[n],e.producerIndexOfThis[n]);for(;e.producerNode.length>e.nextProducerIndex;)e.producerNode.pop(),e.producerLastReadVersion.pop(),e.producerIndexOfThis.pop()}}function qn(e){_o(e);for(let t=0;t<e.producerNode.length;t++){let n=e.producerNode[t],r=e.producerLastReadVersion[t];if(r!==n.version||(Co(n),r!==n.version))return!0}return!1}function wo(e){if(_o(e),Wn(e))for(let t=0;t<e.producerNode.length;t++)bo(e.producerNode[t],e.producerIndexOfThis[t]);e.producerNode.length=e.producerLastReadVersion.length=e.producerIndexOfThis.length=0,e.liveConsumerNode&&(e.liveConsumerNode.length=e.liveConsumerIndexOfThis.length=0)}function jl(e,t,n){if(Vl(e),e.liveConsumerNode.length===0&&Bl(e))for(let r=0;r<e.producerNode.length;r++)e.producerIndexOfThis[r]=jl(e.producerNode[r],e,r);return e.liveConsumerIndexOfThis.push(n),e.liveConsumerNode.push(t)-1}function bo(e,t){if(Vl(e),e.liveConsumerNode.length===1&&Bl(e))for(let r=0;r<e.producerNode.length;r++)bo(e.producerNode[r],e.producerIndexOfThis[r]);let n=e.liveConsumerNode.length-1;if(e.liveConsumerNode[t]=e.liveConsumerNode[n],e.liveConsumerIndexOfThis[t]=e.liveConsumerIndexOfThis[n],e.liveConsumerNode.length--,e.liveConsumerIndexOfThis.length--,t<e.liveConsumerNode.length){let r=e.liveConsumerIndexOfThis[t],o=e.liveConsumerNode[t];_o(o),o.producerIndexOfThis[r]=t}}function Wn(e){return e.consumerIsAlwaysLive||(e?.liveConsumerNode?.length??0)>0}function _o(e){e.producerNode??=[],e.producerIndexOfThis??=[],e.producerLastReadVersion??=[]}function Vl(e){e.liveConsumerNode??=[],e.liveConsumerIndexOfThis??=[]}function Bl(e){return e.producerNode!==void 0}function To(e){Gm?.(e)}function Zn(e,t){let n=Object.create(qm);n.computation=e,t!==void 0&&(n.equal=t);let r=()=>{if(Co(n),Rt(n),n.value===Gn)throw n.error;return n.value};return r[Z]=n,To(n),r}var yo=Symbol("UNSET"),Do=Symbol("COMPUTING"),Gn=Symbol("ERRORED"),qm=ne(te({},At),{value:yo,dirty:!0,error:null,equal:Eo,kind:"computed",producerMustRecompute(e){return e.value===yo||e.value===Do},producerRecomputeValue(e){if(e.value===Do)throw new Error("");let t=e.value;e.value=Do;let n=Ot(e),r,o=!1;try{r=e.computation(),C(null),o=t!==yo&&t!==Gn&&r!==Gn&&e.equal(t,r)}catch(i){r=Gn,e.error=i}finally{hn(e,n)}if(o){e.value=t;return}e.value=r,e.version++}});function Zm(){throw new Error}var Hl=Zm;function $l(e){Hl(e)}function Hs(e){Hl=e}var Ym=null;function $s(e,t){let n=Object.create(So);n.value=e,t!==void 0&&(n.equal=t);let r=()=>Ul(n);return r[Z]=n,To(n),[r,s=>Ft(n,s),s=>Us(n,s)]}function Ul(e){return Rt(e),e.value}function Ft(e,t){Bs()||$l(e),e.equal(e.value,t)||(e.value=t,Qm(e))}function Us(e,t){Bs()||$l(e),Ft(e,t(e.value))}var So=ne(te({},At),{equal:Eo,value:void 0,kind:"signal"});function Qm(e){e.version++,Ll(),Vs(e),Ym?.(e)}function zl(e){let t=C(null);try{return e()}finally{C(t)}}var Oo="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss",D=class extends Error{code;constructor(t,n){super(Vt(t,n)),this.code=t}};function Km(e){return`NG0${Math.abs(e)}`}function Vt(e,t){return`${Km(e)}${t?": "+t:""}`}var Be=globalThis;function L(e){for(let t in e)if(e[t]===L)return t;throw Error("")}function Zl(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function fe(e){if(typeof e=="string")return e;if(Array.isArray(e))return`[${e.map(fe).join(", ")}]`;if(e==null)return""+e;let t=e.overriddenName||e.name;if(t)return`${t}`;let n=e.toString();if(n==null)return""+n;let r=n.indexOf(`
4
- `);return r>=0?n.slice(0,r):n}function Fo(e,t){return e?t?`${e} ${t}`:e:t||""}var Jm=L({__forward_ref__:L});function ko(e){return e.__forward_ref__=ko,e.toString=function(){return fe(this())},e}function Y(e){return ta(e)?e():e}function ta(e){return typeof e=="function"&&e.hasOwnProperty(Jm)&&e.__forward_ref__===ko}function Yl(e,t,n,r){throw new Error(`ASSERTION ERROR: ${e}`+(r==null?"":` [Expected=> ${n} ${r} ${t} <=Actual]`))}function A(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function Jn(e){return{providers:e.providers||[],imports:e.imports||[]}}function Xn(e){return ey(e,Po)}function Xm(e){return Xn(e)!==null}function ey(e,t){return e.hasOwnProperty(t)&&e[t]||null}function ty(e){let t=e?.[Po]??null;return t||null}function Gs(e){return e&&e.hasOwnProperty(No)?e[No]:null}var Po=L({\u0275prov:L}),No=L({\u0275inj:L}),N=class{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,typeof n=="number"?this.__NG_ELEMENT_ID__=n:n!==void 0&&(this.\u0275prov=A({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function na(e){return e&&!!e.\u0275providers}var ra=L({\u0275cmp:L}),oa=L({\u0275dir:L}),ia=L({\u0275pipe:L}),sa=L({\u0275mod:L}),Qn=L({\u0275fac:L}),Bt=L({__NG_ELEMENT_ID__:L}),Gl=L({__NG_ENV_ID__:L});function G(e){return typeof e=="string"?e:e==null?"":String(e)}function Ql(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():G(e)}function aa(e,t){throw new D(-200,e)}function Lo(e,t){throw new D(-201,!1)}var Ws;function Kl(){return Ws}function se(e){let t=Ws;return Ws=e,t}function ca(e,t,n){let r=Xn(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&8)return null;if(t!==void 0)return t;Lo(e,"Injector")}var ny={},kt=ny,qs="__NG_DI_FLAG__",Zs=class{injector;constructor(t){this.injector=t}retrieve(t,n){let r=Pt(n)||0;try{return this.injector.get(t,r&8?null:kt,r)}catch(o){if(pn(o))return o;throw o}}},xo="ngTempTokenPath",ry="ngTokenPath",oy=/\n/gm,iy="\u0275",Wl="__source";function sy(e,t=0){let n=Ls();if(n===void 0)throw new D(-203,!1);if(n===null)return ca(e,void 0,t);{let r=ay(t),o=n.retrieve(e,r);if(pn(o)){if(r.optional)return null;throw o}return o}}function V(e,t=0){return(Kl()||sy)(Y(e),t)}function g(e,t){return V(e,Pt(t))}function Pt(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function ay(e){return{optional:!!(e&8),host:!!(e&1),self:!!(e&2),skipSelf:!!(e&4)}}function Ys(e){let t=[];for(let n=0;n<e.length;n++){let r=Y(e[n]);if(Array.isArray(r)){if(r.length===0)throw new D(900,!1);let o,i=0;for(let s=0;s<r.length;s++){let a=r[s],c=cy(a);typeof c=="number"?c===-1?o=a.token:i|=c:o=a}t.push(V(o,i))}else t.push(V(r))}return t}function ua(e,t){return e[qs]=t,e.prototype[qs]=t,e}function cy(e){return e[qs]}function uy(e,t,n,r){let o=e[xo];throw t[Wl]&&o.unshift(t[Wl]),e.message=ly(`
5
- `+e.message,o,n,r),e[ry]=o,e[xo]=null,e}function ly(e,t,n,r=null){e=e&&e.charAt(0)===`
6
- `&&e.charAt(1)==iy?e.slice(2):e;let o=fe(t);if(Array.isArray(t))o=t.map(fe).join(" -> ");else if(typeof t=="object"){let i=[];for(let s in t)if(t.hasOwnProperty(s)){let a=t[s];i.push(s+":"+(typeof a=="string"?JSON.stringify(a):fe(a)))}o=`{${i.join(", ")}}`}return`${n}${r?"("+r+")":""}[${o}]: ${e.replace(oy,`
7
- `)}`}function lt(e,t){let n=e.hasOwnProperty(Qn);return n?e[Qn]:null}function Jl(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let o=e[r],i=t[r];if(n&&(o=n(o),i=n(i)),i!==o)return!1}return!0}function Xl(e){return e.flat(Number.POSITIVE_INFINITY)}function jo(e,t){e.forEach(n=>Array.isArray(n)?jo(n,t):t(n))}function la(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function er(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function ed(e,t){let n=[];for(let r=0;r<e;r++)n.push(t);return n}function td(e,t,n,r){let o=e.length;if(o==t)e.push(n,r);else if(o===1)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;){let i=o-2;e[o]=e[i],o--}e[t]=n,e[t+1]=r}}function Vo(e,t,n){let r=mn(e,t);return r>=0?e[r|1]=n:(r=~r,td(e,r,t,n)),r}function Bo(e,t){let n=mn(e,t);if(n>=0)return e[n|1]}function mn(e,t){return dy(e,t,1)}function dy(e,t,n){let r=0,o=e.length>>n;for(;o!==r;){let i=r+(o-r>>1),s=e[i<<n];if(t===s)return i<<n;s>t?o=i:r=i+1}return~(o<<n)}var xe={},re=[],Ht=new N(""),da=new N("",-1),fa=new N(""),Kn=class{get(t,n=kt){if(n===kt)throw new go(`NullInjectorError: No provider for ${fe(t)}!`);return n}};function pa(e){return e[sa]||null}function He(e){return e[ra]||null}function Ho(e){return e[oa]||null}function nd(e){return e[ia]||null}function ha(e){return{\u0275providers:e}}function rd(...e){return{\u0275providers:ga(!0,e),\u0275fromNgModule:!0}}function ga(e,...t){let n=[],r=new Set,o,i=s=>{n.push(s)};return jo(t,s=>{let a=s;Ao(a,i,[],r)&&(o||=[],o.push(a))}),o!==void 0&&od(o,i),n}function od(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:o}=e[n];ma(o,i=>{t(i,r)})}}function Ao(e,t,n,r){if(e=Y(e),!e)return!1;let o=null,i=Gs(e),s=!i&&He(e);if(!i&&!s){let c=e.ngModule;if(i=Gs(c),i)o=c;else return!1}else{if(s&&!s.standalone)return!1;o=e}let a=r.has(o);if(s){if(a)return!1;if(r.add(o),s.dependencies){let c=typeof s.dependencies=="function"?s.dependencies():s.dependencies;for(let u of c)Ao(u,t,n,r)}}else if(i){if(i.imports!=null&&!a){r.add(o);let u;try{jo(i.imports,l=>{Ao(l,t,n,r)&&(u||=[],u.push(l))})}finally{}u!==void 0&&od(u,t)}if(!a){let u=lt(o)||(()=>new o);t({provide:o,useFactory:u,deps:re},o),t({provide:fa,useValue:o,multi:!0},o),t({provide:Ht,useValue:()=>V(o),multi:!0},o)}let c=i.providers;if(c!=null&&!a){let u=e;ma(c,l=>{t(l,u)})}}else return!1;return o!==e&&e.providers!==void 0}function ma(e,t){for(let n of e)na(n)&&(n=n.\u0275providers),Array.isArray(n)?ma(n,t):t(n)}var fy=L({provide:String,useValue:L});function id(e){return e!==null&&typeof e=="object"&&fy in e}function py(e){return!!(e&&e.useExisting)}function hy(e){return!!(e&&e.useFactory)}function Lt(e){return typeof e=="function"}function sd(e){return!!e.useClass}var ya=new N(""),Mo={},ql={},zs;function yn(){return zs===void 0&&(zs=new Kn),zs}var De=class{},jt=class extends De{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,Ks(t,s=>this.processProvider(s)),this.records.set(da,gn(void 0,this)),o.has("environment")&&this.records.set(De,gn(void 0,this));let i=this.records.get(ya);i!=null&&typeof i.value=="string"&&this.scopes.add(i.value),this.injectorDefTypes=new Set(this.get(fa,re,{self:!0}))}retrieve(t,n){let r=Pt(n)||0;try{return this.get(t,kt,r)}catch(o){if(pn(o))return o;throw o}}destroy(){Yn(this),this._destroyed=!0;let t=C(null);try{for(let r of this._ngOnDestroyHooks)r.ngOnDestroy();let n=this._onDestroyHooks;this._onDestroyHooks=[];for(let r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),C(t)}}onDestroy(t){return Yn(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){Yn(this);let n=Je(this),r=se(void 0),o;try{return t()}finally{Je(n),se(r)}}get(t,n=kt,r){if(Yn(this),t.hasOwnProperty(Gl))return t[Gl](this);let o=Pt(r),i,s=Je(this),a=se(void 0);try{if(!(o&4)){let u=this.records.get(t);if(u===void 0){let l=vy(t)&&Xn(t);l&&this.injectableDefInScope(l)?u=gn(Qs(t),Mo):u=null,this.records.set(t,u)}if(u!=null)return this.hydrate(t,u)}let c=o&2?yn():this.parent;return n=o&8&&n===kt?null:n,c.get(t,n)}catch(c){if(pn(c)){if((c[xo]=c[xo]||[]).unshift(fe(t)),s)throw c;return uy(c,t,"R3InjectorError",this.source)}else throw c}finally{se(a),Je(s)}}resolveInjectorInitializers(){let t=C(null),n=Je(this),r=se(void 0),o;try{let i=this.get(Ht,re,{self:!0});for(let s of i)s()}finally{Je(n),se(r),C(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(fe(r));return`R3Injector[${t.join(", ")}]`}processProvider(t){t=Y(t);let n=Lt(t)?t:Y(t&&t.provide),r=my(t);if(!Lt(t)&&t.multi===!0){let o=this.records.get(n);o||(o=gn(void 0,Mo,!0),o.factory=()=>Ys(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n){let r=C(null);try{return n.value===ql?aa(fe(t)):n.value===Mo&&(n.value=ql,n.value=n.factory()),typeof n.value=="object"&&n.value&&Dy(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{C(r)}}injectableDefInScope(t){if(!t.providedIn)return!1;let n=Y(t.providedIn);return typeof n=="string"?n==="any"||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){let n=this._onDestroyHooks.indexOf(t);n!==-1&&this._onDestroyHooks.splice(n,1)}};function Qs(e){let t=Xn(e),n=t!==null?t.factory:lt(e);if(n!==null)return n;if(e instanceof N)throw new D(204,!1);if(e instanceof Function)return gy(e);throw new D(204,!1)}function gy(e){if(e.length>0)throw new D(204,!1);let n=ty(e);return n!==null?()=>n.factory(e):()=>new e}function my(e){if(id(e))return gn(void 0,e.useValue);{let t=Da(e);return gn(t,Mo)}}function Da(e,t,n){let r;if(Lt(e)){let o=Y(e);return lt(o)||Qs(o)}else if(id(e))r=()=>Y(e.useValue);else if(hy(e))r=()=>e.useFactory(...Ys(e.deps||[]));else if(py(e))r=()=>V(Y(e.useExisting));else{let o=Y(e&&(e.useClass||e.provide));if(yy(e))r=()=>new o(...Ys(e.deps));else return lt(o)||Qs(o)}return r}function Yn(e){if(e.destroyed)throw new D(205,!1)}function gn(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function yy(e){return!!e.deps}function Dy(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function vy(e){return typeof e=="function"||typeof e=="object"&&e.ngMetadataName==="InjectionToken"}function Ks(e,t){for(let n of e)Array.isArray(n)?Ks(n,t):n&&na(n)?Ks(n.\u0275providers,t):t(n)}function $o(e,t){let n;e instanceof jt?(Yn(e),n=e):n=new Zs(e);let r,o=Je(n),i=se(void 0);try{return t()}finally{Je(o),se(i)}}function Uo(){return Kl()!==void 0||Ls()!=null}function va(e){if(!Uo())throw new D(-203,!1)}var Ee=0,b=1,w=2,Q=3,Ie=4,ae=5,$t=6,Dn=7,B=8,Ut=9,$e=10,F=11,vn=12,Ea=13,zt=14,ce=15,ft=16,Gt=17,Ue=18,tr=19,Ia=20,Xe=21,zo=22,En=23,me=24,Wt=25,H=26,Ca=1,wa=6,pt=7,nr=8,qt=9,K=10;function ze(e){return Array.isArray(e)&&typeof e[Ca]=="object"}function Ae(e){return Array.isArray(e)&&e[Ca]===!0}function Go(e){return(e.flags&4)!==0}function ht(e){return e.componentOffset>-1}function rr(e){return(e.flags&1)===1}function Ce(e){return!!e.template}function In(e){return(e[w]&512)!==0}function Zt(e){return(e[w]&256)===256}var ba="svg",ad="math";function we(e){for(;Array.isArray(e);)e=e[Ee];return e}function _a(e){for(;Array.isArray(e);){if(typeof e[Ca]=="object")return e;e=e[Ee]}return null}function Ta(e,t){return we(t[e])}function Re(e,t){return we(t[e.index])}function or(e,t){return e.data[t]}function Wo(e,t){return e[t]}function Sa(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function be(e,t){let n=t[e];return ze(n)?n:n[Ee]}function cd(e){return(e[w]&4)===4}function qo(e){return(e[w]&128)===128}function ud(e){return Ae(e[Q])}function Oe(e,t){return t==null?null:e[t]}function Ma(e){e[Gt]=0}function Na(e){e[w]&1024||(e[w]|=1024,qo(e)&&Yt(e))}function ld(e,t){for(;e>0;)t=t[zt],e--;return t}function ir(e){return!!(e[w]&9216||e[me]?.dirty)}function Zo(e){e[$e].changeDetectionScheduler?.notify(8),e[w]&64&&(e[w]|=1024),ir(e)&&Yt(e)}function Yt(e){e[$e].changeDetectionScheduler?.notify(0);let t=dt(e);for(;t!==null&&!(t[w]&8192||(t[w]|=8192,!qo(t)));)t=dt(t)}function xa(e,t){if(Zt(e))throw new D(911,!1);e[Xe]===null&&(e[Xe]=[]),e[Xe].push(t)}function dd(e,t){if(e[Xe]===null)return;let n=e[Xe].indexOf(t);n!==-1&&e[Xe].splice(n,1)}function dt(e){let t=e[Q];return Ae(t)?t[Q]:t}function Aa(e){return e[Dn]??=[]}function Ra(e){return e.cleanup??=[]}function fd(e,t,n,r){let o=Aa(t);o.push(n),e.firstCreatePass&&Ra(e).push(r,o.length-1)}var S={lFrame:Sd(null),bindingsEnabled:!0,skipHydrationRootTNode:null},sr=function(e){return e[e.Off=0]="Off",e[e.Exhaustive=1]="Exhaustive",e[e.OnlyDirtyViews=2]="OnlyDirtyViews",e}(sr||{}),Ey=0,Js=!1;function pd(){return S.lFrame.elementDepthCount}function hd(){S.lFrame.elementDepthCount++}function gd(){S.lFrame.elementDepthCount--}function Yo(){return S.bindingsEnabled}function Oa(){return S.skipHydrationRootTNode!==null}function md(e){return S.skipHydrationRootTNode===e}function yd(){S.skipHydrationRootTNode=null}function y(){return S.lFrame.lView}function k(){return S.lFrame.tView}function Dd(e){return S.lFrame.contextLView=e,e[B]}function vd(e){return S.lFrame.contextLView=null,e}function J(){let e=Fa();for(;e!==null&&e.type===64;)e=e.parent;return e}function Fa(){return S.lFrame.currentTNode}function Ed(){let e=S.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function gt(e,t){let n=S.lFrame;n.currentTNode=e,n.isParent=t}function Qo(){return S.lFrame.isParent}function Ko(){S.lFrame.isParent=!1}function Id(){return S.lFrame.contextLView}function ka(e){Yl("Must never be called in production mode"),Ey=e}function Pa(){return Js}function Jo(e){let t=Js;return Js=e,t}function mt(){let e=S.lFrame,t=e.bindingRootIndex;return t===-1&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function ar(){return S.lFrame.bindingIndex}function Cd(e){return S.lFrame.bindingIndex=e}function et(){return S.lFrame.bindingIndex++}function Qt(e){let t=S.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function wd(){return S.lFrame.inI18n}function bd(e,t){let n=S.lFrame;n.bindingIndex=n.bindingRootIndex=e,Xo(t)}function _d(){return S.lFrame.currentDirectiveIndex}function Xo(e){S.lFrame.currentDirectiveIndex=e}function La(e){let t=S.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function ei(){return S.lFrame.currentQueryIndex}function cr(e){S.lFrame.currentQueryIndex=e}function Iy(e){let t=e[b];return t.type===2?t.declTNode:t.type===1?e[ae]:null}function ja(e,t,n){if(n&4){let o=t,i=e;for(;o=o.parent,o===null&&!(n&1);)if(o=Iy(i),o===null||(i=i[zt],o.type&10))break;if(o===null)return!1;t=o,e=i}let r=S.lFrame=Td();return r.currentTNode=t,r.lView=e,!0}function ti(e){let t=Td(),n=e[b];S.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Td(){let e=S.lFrame,t=e===null?null:e.child;return t===null?Sd(e):t}function Sd(e){let t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return e!==null&&(e.child=t),t}function Md(){let e=S.lFrame;return S.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var Va=Md;function ni(){let e=Md();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function Nd(e){return(S.lFrame.contextLView=ld(e,S.lFrame.contextLView))[B]}function ye(){return S.lFrame.selectedIndex}function yt(e){S.lFrame.selectedIndex=e}function Cn(){let e=S.lFrame;return or(e.tView,e.selectedIndex)}function xd(){S.lFrame.currentNamespace=ba}function Ad(){return S.lFrame.currentNamespace}var Rd=!0;function ur(){return Rd}function lr(e){Rd=e}function Xs(e,t=null,n=null,r){let o=Ba(e,t,n,r);return o.resolveInjectorInitializers(),o}function Ba(e,t=null,n=null,r,o=new Set){let i=[n||re,rd(e)];return r=r||(typeof e=="object"?void 0:fe(e)),new jt(i,t||yn(),r||null,o)}var ve=class e{static THROW_IF_NOT_FOUND=kt;static NULL=new Kn;static create(t,n){if(Array.isArray(t))return Xs({name:""},n,t,"");{let r=t.name??"";return Xs({name:r},t.parent,t.providers,r)}}static \u0275prov=A({token:e,providedIn:"any",factory:()=>V(da)});static __NG_ELEMENT_ID__=-1},Kt=new N(""),Dt=(()=>{class e{static __NG_ELEMENT_ID__=Cy;static __NG_ENV_ID__=n=>n}return e})(),Ro=class extends Dt{_lView;constructor(t){super(),this._lView=t}get destroyed(){return Zt(this._lView)}onDestroy(t){let n=this._lView;return xa(n,t),()=>dd(n,t)}};function Cy(){return new Ro(y())}var je=class{_console=console;handleError(t){this._console.error("ERROR",t)}},Ge=new N("",{providedIn:"root",factory:()=>{let e=g(De),t;return n=>{t??=e.get(je),t.handleError(n)}}}),Od={provide:Ht,useValue:()=>void g(je),multi:!0};function Ha(e){return typeof e=="function"&&e[Z]!==void 0}function ri(e,t){let[n,r,o]=$s(e,t?.equal),i=n,s=i[Z];return i.set=r,i.update=o,i.asReadonly=oi.bind(i),i}function oi(){let e=this[Z];if(e.readonlyFn===void 0){let t=()=>this();t[Z]=e,e.readonlyFn=t}return e.readonlyFn}function $a(e){return Ha(e)&&typeof e.set=="function"}var Ve=class{},ii=new N("",{providedIn:"root",factory:()=>!1});var Ua=new N(""),za=new N("");var dr=(()=>{class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=wy}return e})();function wy(){return new dr(y(),J())}var Jt=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new $n(!1);get hasPendingTasks(){return this.destroyed?!1:this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new T(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);let n=this.taskId++;return this.pendingTasks.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.pendingTasks.size===0&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=A({token:e,providedIn:"root",factory:()=>new e})}return e})(),Ga=(()=>{class e{internalPendingTasks=g(Jt);scheduler=g(Ve);errorHandler=g(Ge);add(){let n=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(n)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(n))}}run(n){let r=this.add();n().catch(this.errorHandler).finally(r)}static \u0275prov=A({token:e,providedIn:"root",factory:()=>new e})}return e})();function wn(...e){}var si=(()=>{class e{static \u0275prov=A({token:e,providedIn:"root",factory:()=>new ea})}return e})(),ea=class{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){let n=t.zone,r=this.queues.get(n);r.has(t)&&(r.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){let n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);let r=this.queues.get(n);r.has(t)||r.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(let[n,r]of this.queues)n===null?t||=this.flushQueue(r):t||=n.run(()=>this.flushQueue(r));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(let r of t)r.dirty&&(this.dirtyEffectCount--,n=!0,r.run());return n}};function Rn(e){return{toString:e}.toString()}var ai="__parameters__";function xy(e){return function(...n){if(e){let r=e(...n);for(let o in r)this[o]=r[o]}}}function mf(e,t,n){return Rn(()=>{let r=xy(t);function o(...i){if(this instanceof o)return r.apply(this,i),this;let s=new o(...i);return a.annotation=s,a;function a(c,u,l){let d=c.hasOwnProperty(ai)?c[ai]:Object.defineProperty(c,ai,{value:[]})[ai];for(;d.length<=l;)d.push(null);return(d[l]=d[l]||[]).push(s),c}}return o.prototype.ngMetadataName=e,o.annotationCls=o,o})}var Uc=ua(mf("Optional"),8);var zc=ua(mf("SkipSelf"),4);function Ay(e){return typeof e=="function"}var mi=class{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function yf(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}var Cr=(()=>{let e=()=>Df;return e.ngInherit=!0,e})();function Df(e){return e.type.prototype.ngOnChanges&&(e.setInput=Oy),Ry}function Ry(){let e=Ef(this),t=e?.current;if(t){let n=e.previous;if(n===xe)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function Oy(e,t,n,r,o){let i=this.declaredInputs[r],s=Ef(e)||Fy(e,{previous:xe,current:null}),a=s.current||(s.current={}),c=s.previous,u=c[i];a[i]=new mi(u&&u.currentValue,n,c===xe),yf(e,t,o,n)}var vf="__ngSimpleChanges__";function Ef(e){return e[vf]||null}function Fy(e,t){return e[vf]=t}var Fd=[];var R=function(e,t=null,n){for(let r=0;r<Fd.length;r++){let o=Fd[r];o(e,t,n)}};function ky(e,t,n){let{ngOnChanges:r,ngOnInit:o,ngDoCheck:i}=t.type.prototype;if(r){let s=Df(t);(n.preOrderHooks??=[]).push(e,s),(n.preOrderCheckHooks??=[]).push(e,s)}o&&(n.preOrderHooks??=[]).push(0-e,o),i&&((n.preOrderHooks??=[]).push(e,i),(n.preOrderCheckHooks??=[]).push(e,i))}function Gc(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){let i=e.data[n].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:u,ngOnDestroy:l}=i;s&&(e.contentHooks??=[]).push(-n,s),a&&((e.contentHooks??=[]).push(n,a),(e.contentCheckHooks??=[]).push(n,a)),c&&(e.viewHooks??=[]).push(-n,c),u&&((e.viewHooks??=[]).push(n,u),(e.viewCheckHooks??=[]).push(n,u)),l!=null&&(e.destroyHooks??=[]).push(n,l)}}function fi(e,t,n){If(e,t,3,n)}function pi(e,t,n,r){(e[w]&3)===n&&If(e,t,n,r)}function Wa(e,t){let n=e[w];(n&3)===t&&(n&=16383,n+=1,e[w]=n)}function If(e,t,n,r){let o=r!==void 0?e[Gt]&65535:0,i=r??-1,s=t.length-1,a=0;for(let c=o;c<s;c++)if(typeof t[c+1]=="number"){if(a=t[c],r!=null&&a>=r)break}else t[c]<0&&(e[Gt]+=65536),(a<i||i==-1)&&(Py(e,n,t,c),e[Gt]=(e[Gt]&4294901760)+c+2),c++}function kd(e,t){R(4,e,t);let n=C(null);try{t.call(e)}finally{C(n),R(5,e,t)}}function Py(e,t,n,r){let o=n[r]<0,i=n[r+1],s=o?-n[r]:n[r],a=e[s];o?e[w]>>14<e[Gt]>>16&&(e[w]&3)===t&&(e[w]+=16384,kd(a,i)):kd(a,i)}var _n=-1,tn=class{factory;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,r){this.factory=t,this.canSeeViewProviders=n,this.injectImpl=r}};function Ly(e){return(e.flags&8)!==0}function jy(e){return(e.flags&16)!==0}function Vy(e,t,n){let r=0;for(;r<n.length;){let o=n[r];if(typeof o=="number"){if(o!==0)break;r++;let i=n[r++],s=n[r++],a=n[r++];e.setAttribute(t,s,a,i)}else{let i=o,s=n[++r];By(i)?e.setProperty(t,i,s):e.setAttribute(t,i,s),r++}}return r}function Cf(e){return e===3||e===4||e===6}function By(e){return e.charCodeAt(0)===64}function Tn(e,t){if(!(t===null||t.length===0))if(e===null||e.length===0)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){let o=t[r];typeof o=="number"?n=o:n===0||(n===-1||n===2?Pd(e,n,o,null,t[++r]):Pd(e,n,o,null,null))}}return e}function Pd(e,t,n,r,o){let i=0,s=e.length;if(t===-1)s=-1;else for(;i<e.length;){let a=e[i++];if(typeof a=="number"){if(a===t){s=-1;break}else if(a>t){s=i-1;break}}}for(;i<e.length;){let a=e[i];if(typeof a=="number")break;if(a===n){o!==null&&(e[i+1]=o);return}i++,o!==null&&i++}s!==-1&&(e.splice(s,0,t),i=s+1),e.splice(i++,0,n),o!==null&&e.splice(i++,0,o)}function wf(e){return e!==_n}function yi(e){return e&32767}function Hy(e){return e>>16}function Di(e,t){let n=Hy(e),r=t;for(;n>0;)r=r[zt],n--;return r}var rc=!0;function vi(e){let t=rc;return rc=e,t}var $y=256,bf=$y-1,_f=5,Uy=0,We={};function zy(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(Bt)&&(r=n[Bt]),r==null&&(r=n[Bt]=Uy++);let o=r&bf,i=1<<o;t.data[e+(o>>_f)]|=i}function Ei(e,t){let n=Tf(e,t);if(n!==-1)return n;let r=t[b];r.firstCreatePass&&(e.injectorIndex=t.length,qa(r.data,e),qa(t,null),qa(r.blueprint,null));let o=Wc(e,t),i=e.injectorIndex;if(wf(o)){let s=yi(o),a=Di(o,t),c=a[b].data;for(let u=0;u<8;u++)t[i+u]=a[s+u]|c[s+u]}return t[i+8]=o,i}function qa(e,t){e.push(0,0,0,0,0,0,0,0,t)}function Tf(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Wc(e,t){if(e.parent&&e.parent.injectorIndex!==-1)return e.parent.injectorIndex;let n=0,r=null,o=t;for(;o!==null;){if(r=Af(o),r===null)return _n;if(n++,o=o[zt],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return _n}function oc(e,t,n){zy(e,t,n)}function Gy(e,t){if(t==="class")return e.classes;if(t==="style")return e.styles;let n=e.attrs;if(n){let r=n.length,o=0;for(;o<r;){let i=n[o];if(Cf(i))break;if(i===0)o=o+2;else if(typeof i=="number")for(o++;o<r&&typeof n[o]=="string";)o++;else{if(i===t)return n[o+1];o=o+2}}}return null}function Sf(e,t,n){if(n&8||e!==void 0)return e;Lo(t,"NodeInjector")}function Mf(e,t,n,r){if(n&8&&r===void 0&&(r=null),(n&3)===0){let o=e[Ut],i=se(void 0);try{return o?o.get(t,r,n&8):ca(t,r,n&8)}finally{se(i)}}return Sf(r,t,n)}function Nf(e,t,n,r=0,o){if(e!==null){if(t[w]&2048&&!(r&2)){let s=Qy(e,t,n,r,We);if(s!==We)return s}let i=xf(e,t,n,r,We);if(i!==We)return i}return Mf(t,n,r,o)}function xf(e,t,n,r,o){let i=qy(n);if(typeof i=="function"){if(!ja(t,e,r))return r&1?Sf(o,n,r):Mf(t,n,r,o);try{let s;if(s=i(r),s==null&&!(r&8))Lo(n);else return s}finally{Va()}}else if(typeof i=="number"){let s=null,a=Tf(e,t),c=_n,u=r&1?t[ce][ae]:null;for((a===-1||r&4)&&(c=a===-1?Wc(e,t):t[a+8],c===_n||!jd(r,!1)?a=-1:(s=t[b],a=yi(c),t=Di(c,t)));a!==-1;){let l=t[b];if(Ld(i,a,l.data)){let d=Wy(a,t,n,s,r,u);if(d!==We)return d}c=t[a+8],c!==_n&&jd(r,t[b].data[a+8]===u)&&Ld(i,a,t)?(s=l,a=yi(c),t=Di(c,t)):a=-1}}return o}function Wy(e,t,n,r,o,i){let s=t[b],a=s.data[e+8],c=r==null?ht(a)&&rc:r!=s&&(a.type&3)!==0,u=o&1&&i===a,l=hi(a,s,n,c,u);return l!==null?gr(t,s,l,a):We}function hi(e,t,n,r,o){let i=e.providerIndexes,s=t.data,a=i&1048575,c=e.directiveStart,u=e.directiveEnd,l=i>>20,d=r?a:a+l,p=o?a+l:u;for(let f=d;f<p;f++){let h=s[f];if(f<c&&n===h||f>=c&&h.type===n)return f}if(o){let f=s[c];if(f&&Ce(f)&&f.type===n)return c}return null}function gr(e,t,n,r){let o=e[n],i=t.data;if(o instanceof tn){let s=o;s.resolving&&aa(Ql(i[n]));let a=vi(s.canSeeViewProviders);s.resolving=!0;let c=i[n].type||i[n],u,l=s.injectImpl?se(s.injectImpl):null,d=ja(e,r,0);try{o=e[n]=s.factory(void 0,i,e,r),t.firstCreatePass&&n>=r.directiveStart&&ky(n,i[n],t)}finally{l!==null&&se(l),vi(a),s.resolving=!1,Va()}}return o}function qy(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(Bt)?e[Bt]:void 0;return typeof t=="number"?t>=0?t&bf:Zy:t}function Ld(e,t,n){let r=1<<e;return!!(n[t+(e>>_f)]&r)}function jd(e,t){return!(e&2)&&!(e&1&&t)}var en=class{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return Nf(this._tNode,this._lView,t,Pt(r),n)}};function Zy(){return new en(J(),y())}function Yy(e){return Rn(()=>{let t=e.prototype.constructor,n=t[Qn]||ic(t),r=Object.prototype,o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){let i=o[Qn]||ic(o);if(i&&i!==n)return i;o=Object.getPrototypeOf(o)}return i=>new i})}function ic(e){return ta(e)?()=>{let t=ic(Y(e));return t&&t()}:lt(e)}function Qy(e,t,n,r,o){let i=e,s=t;for(;i!==null&&s!==null&&s[w]&2048&&!In(s);){let a=xf(i,s,n,r|2,We);if(a!==We)return a;let c=i.parent;if(!c){let u=s[Ia];if(u){let l=u.get(n,We,r);if(l!==We)return l}c=Af(s),s=s[zt]}i=c}return o}function Af(e){let t=e[b],n=t.type;return n===2?t.declTNode:n===1?e[ae]:null}function qc(e){return Gy(J(),e)}function Ky(){return On(J(),y())}function On(e,t){return new qe(Re(e,t))}var qe=(()=>{class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=Ky}return e})();function Rf(e){return e instanceof qe?e.nativeElement:e}function Jy(){return this._results[Symbol.iterator]()}var Ii=class{_emitDistinctChangesOnly;dirty=!0;_onDirty=void 0;_results=[];_changesDetected=!1;_changes=void 0;length=0;first=void 0;last=void 0;get changes(){return this._changes??=new le}constructor(t=!1){this._emitDistinctChangesOnly=t}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){this.dirty=!1;let r=Xl(t);(this._changesDetected=!Jl(this._results,r,n))&&(this._results=r,this.length=r.length,this.last=r[this.length-1],this.first=r[0])}notifyOnChanges(){this._changes!==void 0&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.next(this)}onDirty(t){this._onDirty=t}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){this._changes!==void 0&&(this._changes.complete(),this._changes.unsubscribe())}[Symbol.iterator]=Jy};function Of(e){return(e.flags&128)===128}var Zc=function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e}(Zc||{}),Ff=new Map,Xy=0;function eD(){return Xy++}function tD(e){Ff.set(e[tr],e)}function sc(e){Ff.delete(e[tr])}var Vd="__ngContext__";function Fn(e,t){ze(t)?(e[Vd]=t[tr],tD(t)):e[Vd]=t}function kf(e){return Lf(e[vn])}function Pf(e){return Lf(e[Ie])}function Lf(e){for(;e!==null&&!Ae(e);)e=e[Ie];return e}var ac;function nD(e){ac=e}function Yc(){if(ac!==void 0)return ac;if(typeof document<"u")return document;throw new D(210,!1)}var rD=new N("",{providedIn:"root",factory:()=>oD}),oD="ng",jf=new N(""),iD=new N("",{providedIn:"platform",factory:()=>"unknown"});var sD=new N(""),aD=new N("",{providedIn:"root",factory:()=>Yc().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),Pi={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840],placeholderResolution:30,disableImageSizeWarning:!1,disableImageLazyLoadWarning:!1},Li=new N("",{providedIn:"root",factory:()=>Pi});var cD="h",uD="b";var Vf="r";var Bf="di";var Hf=!1,$f=new N("",{providedIn:"root",factory:()=>Hf});var lD=(e,t,n,r)=>{};function dD(e,t,n,r){lD(e,t,n,r)}var fD=()=>null;function Uf(e,t,n=!1){return fD(e,t,n)}function zf(e,t){let n=e.contentQueries;if(n!==null){let r=C(null);try{for(let o=0;o<n.length;o+=2){let i=n[o],s=n[o+1];if(s!==-1){let a=e.data[s];cr(i),a.contentQueries(2,t[s],s)}}}finally{C(r)}}}function cc(e,t,n){cr(0);let r=C(null);try{t(e,n)}finally{C(r)}}function Qc(e,t,n){if(Go(t)){let r=C(null);try{let o=t.directiveStart,i=t.directiveEnd;for(let s=o;s<i;s++){let a=e.data[s];if(a.contentQueries){let c=n[s];a.contentQueries(1,c,s)}}}finally{C(r)}}}var Sn=function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e}(Sn||{}),ci;function pD(){if(ci===void 0&&(ci=null,Be.trustedTypes))try{ci=Be.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return ci}function ji(e){return pD()?.createHTML(e)||e}var ui;function Gf(){if(ui===void 0&&(ui=null,Be.trustedTypes))try{ui=Be.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return ui}function Bd(e){return Gf()?.createHTML(e)||e}function Hd(e){return Gf()?.createScriptURL(e)||e}var nt=class{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Oo})`}},uc=class extends nt{getTypeName(){return"HTML"}},lc=class extends nt{getTypeName(){return"Style"}},dc=class extends nt{getTypeName(){return"Script"}},fc=class extends nt{getTypeName(){return"URL"}},pc=class extends nt{getTypeName(){return"ResourceURL"}};function Ct(e){return e instanceof nt?e.changingThisBreaksApplicationSecurity:e}function Vi(e,t){let n=Wf(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${Oo})`)}return n===t}function Wf(e){return e instanceof nt&&e.getTypeName()||null}function hD(e){return new uc(e)}function gD(e){return new lc(e)}function mD(e){return new dc(e)}function yD(e){return new fc(e)}function DD(e){return new pc(e)}function vD(e){let t=new gc(e);return ED()?new hc(t):t}var hc=class{inertDocumentHelper;constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t="<body><remove></remove>"+t;try{let n=new window.DOMParser().parseFromString(ji(t),"text/html").body;return n===null?this.inertDocumentHelper.getInertBodyElement(t):(n.firstChild?.remove(),n)}catch{return null}}},gc=class{defaultDoc;inertDocument;constructor(t){this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(t){let n=this.inertDocument.createElement("template");return n.innerHTML=ji(t),n}};function ED(){try{return!!new window.DOMParser().parseFromString(ji(""),"text/html")}catch{return!1}}var ID=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function Kc(e){return e=String(e),e.match(ID)?e:"unsafe:"+e}function rt(e){let t={};for(let n of e.split(","))t[n]=!0;return t}function wr(...e){let t={};for(let n of e)for(let r in n)n.hasOwnProperty(r)&&(t[r]=!0);return t}var qf=rt("area,br,col,hr,img,wbr"),Zf=rt("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),Yf=rt("rp,rt"),CD=wr(Yf,Zf),wD=wr(Zf,rt("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),bD=wr(Yf,rt("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),$d=wr(qf,wD,bD,CD),Qf=rt("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),_D=rt("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),TD=rt("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext"),SD=wr(Qf,_D,TD),MD=rt("script,style,template"),mc=class{sanitizedSomething=!1;buf=[];sanitizeChildren(t){let n=t.firstChild,r=!0,o=[];for(;n;){if(n.nodeType===Node.ELEMENT_NODE?r=this.startElement(n):n.nodeType===Node.TEXT_NODE?this.chars(n.nodeValue):this.sanitizedSomething=!0,r&&n.firstChild){o.push(n),n=AD(n);continue}for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let i=xD(n);if(i){n=i;break}n=o.pop()}}return this.buf.join("")}startElement(t){let n=Ud(t).toLowerCase();if(!$d.hasOwnProperty(n))return this.sanitizedSomething=!0,!MD.hasOwnProperty(n);this.buf.push("<"),this.buf.push(n);let r=t.attributes;for(let o=0;o<r.length;o++){let i=r.item(o),s=i.name,a=s.toLowerCase();if(!SD.hasOwnProperty(a)){this.sanitizedSomething=!0;continue}let c=i.value;Qf[a]&&(c=Kc(c)),this.buf.push(" ",s,'="',zd(c),'"')}return this.buf.push(">"),!0}endElement(t){let n=Ud(t).toLowerCase();$d.hasOwnProperty(n)&&!qf.hasOwnProperty(n)&&(this.buf.push("</"),this.buf.push(n),this.buf.push(">"))}chars(t){this.buf.push(zd(t))}};function ND(e,t){return(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}function xD(e){let t=e.nextSibling;if(t&&e!==t.previousSibling)throw Kf(t);return t}function AD(e){let t=e.firstChild;if(t&&ND(e,t))throw Kf(t);return t}function Ud(e){let t=e.nodeName;return typeof t=="string"?t:"FORM"}function Kf(e){return new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`)}var RD=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,OD=/([^\#-~ |!])/g;function zd(e){return e.replace(/&/g,"&amp;").replace(RD,function(t){let n=t.charCodeAt(0),r=t.charCodeAt(1);return"&#"+((n-55296)*1024+(r-56320)+65536)+";"}).replace(OD,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(/</g,"&lt;").replace(/>/g,"&gt;")}var li;function Jf(e,t){let n=null;try{li=li||vD(e);let r=t?String(t):"";n=li.getInertBodyElement(r);let o=5,i=r;do{if(o===0)throw new Error("Failed to sanitize html because the input is unstable");o--,r=i,i=n.innerHTML,n=li.getInertBodyElement(r)}while(r!==i);let a=new mc().sanitizeChildren(Gd(n)||n);return ji(a)}finally{if(n){let r=Gd(n)||n;for(;r.firstChild;)r.firstChild.remove()}}}function Gd(e){return"content"in e&&FD(e)?e.content:null}function FD(e){return e.nodeType===Node.ELEMENT_NODE&&e.nodeName==="TEMPLATE"}var br=function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e}(br||{});function kD(e){let t=Jc();return t?Bd(t.sanitize(br.HTML,e)||""):Vi(e,"HTML")?Bd(Ct(e)):Jf(Yc(),G(e))}function Xf(e){let t=Jc();return t?t.sanitize(br.URL,e)||"":Vi(e,"URL")?Ct(e):Kc(G(e))}function ep(e){let t=Jc();if(t)return Hd(t.sanitize(br.RESOURCE_URL,e)||"");if(Vi(e,"ResourceURL"))return Hd(Ct(e));throw new D(904,!1)}function PD(e,t){return t==="src"&&(e==="embed"||e==="frame"||e==="iframe"||e==="media"||e==="script")||t==="href"&&(e==="base"||e==="link")?ep:Xf}function LD(e,t,n){return PD(t,n)(e)}function Jc(){let e=y();return e&&e[$e].sanitizer}var jD=/^>|^->|<!--|-->|--!>|<!-$/g,VD=/(<|>)/g,BD="\u200B$1\u200B";function HD(e){return e.replace(jD,t=>t.replace(VD,BD))}function $D(e){return e.ownerDocument.defaultView}function tp(e){return e instanceof Function?e():e}function UD(e,t,n){let r=e.length;for(;;){let o=e.indexOf(t,n);if(o===-1)return o;if(o===0||e.charCodeAt(o-1)<=32){let i=t.length;if(o+i===r||e.charCodeAt(o+i)<=32)return o}n=o+1}}var np="ng-template";function zD(e,t,n,r){let o=0;if(r){for(;o<t.length&&typeof t[o]=="string";o+=2)if(t[o]==="class"&&UD(t[o+1].toLowerCase(),n,0)!==-1)return!0}else if(Xc(e))return!1;if(o=t.indexOf(1,o),o>-1){let i;for(;++o<t.length&&typeof(i=t[o])=="string";)if(i.toLowerCase()===n)return!0}return!1}function Xc(e){return e.type===4&&e.value!==np}function GD(e,t,n){let r=e.type===4&&!n?np:e.value;return t===r}function WD(e,t,n){let r=4,o=e.attrs,i=o!==null?YD(o):0,s=!1;for(let a=0;a<t.length;a++){let c=t[a];if(typeof c=="number"){if(!s&&!Fe(r)&&!Fe(c))return!1;if(s&&Fe(c))continue;s=!1,r=c|r&1;continue}if(!s)if(r&4){if(r=2|r&1,c!==""&&!GD(e,c,n)||c===""&&t.length===1){if(Fe(r))return!1;s=!0}}else if(r&8){if(o===null||!zD(e,o,c,n)){if(Fe(r))return!1;s=!0}}else{let u=t[++a],l=qD(c,o,Xc(e),n);if(l===-1){if(Fe(r))return!1;s=!0;continue}if(u!==""){let d;if(l>i?d="":d=o[l+1].toLowerCase(),r&2&&u!==d){if(Fe(r))return!1;s=!0}}}}return Fe(r)||s}function Fe(e){return(e&1)===0}function qD(e,t,n,r){if(t===null)return-1;let o=0;if(r||!n){let i=!1;for(;o<t.length;){let s=t[o];if(s===e)return o;if(s===3||s===6)i=!0;else if(s===1||s===2){let a=t[++o];for(;typeof a=="string";)a=t[++o];continue}else{if(s===4)break;if(s===0){o+=4;continue}}o+=i?1:2}return-1}else return QD(t,e)}function rp(e,t,n=!1){for(let r=0;r<t.length;r++)if(WD(e,t[r],n))return!0;return!1}function ZD(e){let t=e.attrs;if(t!=null){let n=t.indexOf(5);if((n&1)===0)return t[n+1]}return null}function YD(e){for(let t=0;t<e.length;t++){let n=e[t];if(Cf(n))return t}return e.length}function QD(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){let r=e[n];if(typeof r=="number")return-1;if(r===t)return n;n++}return-1}function KD(e,t){e:for(let n=0;n<t.length;n++){let r=t[n];if(e.length===r.length){for(let o=0;o<e.length;o++)if(e[o]!==r[o])continue e;return!0}}return!1}function Wd(e,t){return e?":not("+t.trim()+")":t}function JD(e){let t=e[0],n=1,r=2,o="",i=!1;for(;n<e.length;){let s=e[n];if(typeof s=="string")if(r&2){let a=e[++n];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else r&8?o+="."+s:r&4&&(o+=" "+s);else o!==""&&!Fe(s)&&(t+=Wd(i,o),o=""),r=s,i=i||!Fe(r);n++}return o!==""&&(t+=Wd(i,o)),t}function XD(e){return e.map(JD).join(",")}function ev(e){let t=[],n=[],r=1,o=2;for(;r<e.length;){let i=e[r];if(typeof i=="string")o===2?i!==""&&t.push(i,e[++r]):o===8&&n.push(i);else{if(!Fe(o))break;o=i}r++}return n.length&&t.push(1,...n),t}var $={};function tv(e,t){return e.createText(t)}function nv(e,t,n){e.setValue(t,n)}function rv(e,t){return e.createComment(HD(t))}function op(e,t,n){return e.createElement(t,n)}function Ci(e,t,n,r,o){e.insertBefore(t,n,r,o)}function ip(e,t,n){e.appendChild(t,n)}function qd(e,t,n,r,o){r!==null?Ci(e,t,n,r,o):ip(e,t,n)}function sp(e,t,n){e.removeChild(null,t,n)}function ov(e,t,n){e.setAttribute(t,"style",n)}function iv(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function ap(e,t,n){let{mergedAttrs:r,classes:o,styles:i}=n;r!==null&&Vy(e,t,r),o!==null&&iv(e,t,o),i!==null&&ov(e,t,i)}function eu(e,t,n,r,o,i,s,a,c,u,l){let d=H+r,p=d+o,f=sv(d,p),h=typeof u=="function"?u():u;return f[b]={type:e,blueprint:f,template:n,queries:null,viewQuery:a,declTNode:t,data:f.slice().fill(null,d),bindingStartIndex:d,expandoStartIndex:p,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:typeof i=="function"?i():i,pipeRegistry:typeof s=="function"?s():s,firstChild:null,schemas:c,consts:h,incompleteFirstPass:!1,ssrId:l}}function sv(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:$);return n}function av(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=eu(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function tu(e,t,n,r,o,i,s,a,c,u,l){let d=t.blueprint.slice();return d[Ee]=o,d[w]=r|4|128|8|64|1024,(u!==null||e&&e[w]&2048)&&(d[w]|=2048),Ma(d),d[Q]=d[zt]=e,d[B]=n,d[$e]=s||e&&e[$e],d[F]=a||e&&e[F],d[Ut]=c||e&&e[Ut]||null,d[ae]=i,d[tr]=eD(),d[$t]=l,d[Ia]=u,d[ce]=t.type==2?e[ce]:d,d}function cv(e,t,n){let r=Re(t,e),o=av(n),i=e[$e].rendererFactory,s=nu(e,tu(e,o,null,cp(n),r,t,null,i.createRenderer(r,n),null,null,null));return e[t.index]=s}function cp(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function up(e,t,n,r){if(n===0)return-1;let o=t.length;for(let i=0;i<n;i++)t.push(r),e.blueprint.push(r),e.data.push(null);return o}function nu(e,t){return e[vn]?e[Ea][Ie]=t:e[vn]=t,e[Ea]=t,t}function uv(e=1){lp(k(),y(),ye()+e,!1)}function lp(e,t,n,r){if(!r)if((t[w]&3)===3){let i=e.preOrderCheckHooks;i!==null&&fi(t,i,n)}else{let i=e.preOrderHooks;i!==null&&pi(t,i,0,n)}yt(n)}var Bi=function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e}(Bi||{});function yc(e,t,n,r){let o=C(null);try{let[i,s,a]=e.inputs[n],c=null;(s&Bi.SignalBased)!==0&&(c=t[i][Z]),c!==null&&c.transformFn!==void 0?r=c.transformFn(r):a!==null&&(r=a.call(t,r)),e.setInput!==null?e.setInput(t,c,r,n,i):yf(t,c,i,r)}finally{C(o)}}function dp(e,t,n,r,o){let i=ye(),s=r&2;try{yt(-1),s&&t.length>H&&lp(e,t,H,!1),R(s?2:0,o,n),n(r,o)}finally{yt(i),R(s?3:1,o,n)}}function Hi(e,t,n){gv(e,t,n),(n.flags&64)===64&&mv(e,t,n)}function ru(e,t,n=Re){let r=t.localNames;if(r!==null){let o=t.index+1;for(let i=0;i<r.length;i+=2){let s=r[i+1],a=s===-1?n(t,e):e[s];e[o++]=a}}}function lv(e,t,n,r){let i=r.get($f,Hf)||n===Sn.ShadowDom,s=e.selectRootElement(t,i);return dv(s),s}function dv(e){fv(e)}var fv=()=>null;function pv(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function fp(e,t,n,r,o,i){let s=t[b];if(su(e,s,t,n,r)){ht(e)&&hv(t,e.index);return}ou(e,t,n,r,o,i)}function ou(e,t,n,r,o,i){if(e.type&3){let s=Re(e,t);n=pv(n),r=i!=null?i(r,e.value||"",n):r,o.setProperty(s,n,r)}else e.type&12}function hv(e,t){let n=be(t,e);n[w]&16||(n[w]|=64)}function gv(e,t,n){let r=n.directiveStart,o=n.directiveEnd;ht(n)&&cv(t,n,e.data[r+n.componentOffset]),e.firstCreatePass||Ei(n,t);let i=n.initialInputs;for(let s=r;s<o;s++){let a=e.data[s],c=gr(t,e,s,n);if(Fn(c,t),i!==null&&Ev(t,s-r,c,a,n,i),Ce(a)){let u=be(n.index,t);u[B]=gr(t,e,s,n)}}}function mv(e,t,n){let r=n.directiveStart,o=n.directiveEnd,i=n.index,s=_d();try{yt(i);for(let a=r;a<o;a++){let c=e.data[a],u=t[a];Xo(a),(c.hostBindings!==null||c.hostVars!==0||c.hostAttrs!==null)&&yv(c,u)}}finally{yt(-1),Xo(s)}}function yv(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function iu(e,t){let n=e.directiveRegistry,r=null;if(n)for(let o=0;o<n.length;o++){let i=n[o];rp(t,i.selectors,!1)&&(r??=[],Ce(i)?r.unshift(i):r.push(i))}return r}function Dv(e,t,n,r,o,i){let s=Re(e,t);vv(t[F],s,i,e.value,n,r,o)}function vv(e,t,n,r,o,i,s){if(i==null)e.removeAttribute(t,o,n);else{let a=s==null?G(i):s(i,r||"",o);e.setAttribute(t,o,a,n)}}function Ev(e,t,n,r,o,i){let s=i[t];if(s!==null)for(let a=0;a<s.length;a+=2){let c=s[a],u=s[a+1];yc(r,n,c,u)}}function Iv(e,t,n){return(e===null||Ce(e))&&(n=_a(n[t.index])),n[F]}function Cv(e,t){let n=e[Ut];if(!n)return;n.get(Ge,null)?.(t)}function su(e,t,n,r,o){let i=e.inputs?.[r],s=e.hostDirectiveInputs?.[r],a=!1;if(s)for(let c=0;c<s.length;c+=2){let u=s[c],l=s[c+1],d=t.data[u];yc(d,n[u],l,o),a=!0}if(i)for(let c of i){let u=n[c],l=t.data[c];yc(l,u,r,o),a=!0}return a}function wv(e,t){let n=be(t,e),r=n[b];bv(r,n);let o=n[Ee];o!==null&&n[$t]===null&&(n[$t]=Uf(o,n[Ut])),R(18),au(r,n,n[B]),R(19,n[B])}function bv(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function au(e,t,n){ti(t);try{let r=e.viewQuery;r!==null&&cc(1,r,n);let o=e.template;o!==null&&dp(e,t,o,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[Ue]?.finishViewCreation(e),e.staticContentQueries&&zf(e,t),e.staticViewQueries&&cc(2,e.viewQuery,n);let i=e.components;i!==null&&_v(t,i)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[w]&=-5,ni()}}function _v(e,t){for(let n=0;n<t.length;n++)wv(e,t[n])}function _r(e,t,n,r){let o=C(null);try{let i=t.tView,a=e[w]&4096?4096:16,c=tu(e,i,n,a,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null),u=e[t.index];c[ft]=u;let l=e[Ue];return l!==null&&(c[Ue]=l.createEmbeddedView(i)),au(i,c,n),c}finally{C(o)}}function Mn(e,t){return!t||t.firstChild===null||Of(e)}var Zd=!1,Tv=new N(""),Sv;function cu(e,t){return Sv(e,t)}var Nn=function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e}(Nn||{});function $i(e){return(e.flags&32)===32}function bn(e,t,n,r,o){if(r!=null){let i,s=!1;Ae(r)?i=r:ze(r)&&(s=!0,r=r[Ee]);let a=we(r);e===0&&n!==null?o==null?ip(t,n,a):Ci(t,n,a,o||null,!0):e===1&&n!==null?Ci(t,n,a,o||null,!0):e===2?sp(t,a,s):e===3&&t.destroyNode(a),i!=null&&Lv(t,e,i,n,o)}}function Mv(e,t){pp(e,t),t[Ee]=null,t[ae]=null}function Nv(e,t,n,r,o,i){r[Ee]=o,r[ae]=t,Gi(e,r,n,1,o,i)}function pp(e,t){t[$e].changeDetectionScheduler?.notify(9),Gi(e,t,t[F],2,null,null)}function xv(e){let t=e[vn];if(!t)return Za(e[b],e);for(;t;){let n=null;if(ze(t))n=t[vn];else{let r=t[K];r&&(n=r)}if(!n){for(;t&&!t[Ie]&&t!==e;)ze(t)&&Za(t[b],t),t=t[Q];t===null&&(t=e),ze(t)&&Za(t[b],t),n=t&&t[Ie]}t=n}}function uu(e,t){let n=e[qt],r=n.indexOf(t);n.splice(r,1)}function Ui(e,t){if(Zt(t))return;let n=t[F];n.destroyNode&&Gi(e,t,n,3,null,null),xv(t)}function Za(e,t){if(Zt(t))return;let n=C(null);try{t[w]&=-129,t[w]|=256,t[me]&&wo(t[me]),Rv(e,t),Av(e,t),t[b].type===1&&t[F].destroy();let r=t[ft];if(r!==null&&Ae(t[Q])){r!==t[Q]&&uu(r,t);let o=t[Ue];o!==null&&o.detachView(e)}sc(t)}finally{C(n)}}function Av(e,t){let n=e.cleanup,r=t[Dn];if(n!==null)for(let s=0;s<n.length-1;s+=2)if(typeof n[s]=="string"){let a=n[s+3];a>=0?r[a]():r[-a].unsubscribe(),s+=2}else{let a=r[n[s+1]];n[s].call(a)}r!==null&&(t[Dn]=null);let o=t[Xe];if(o!==null){t[Xe]=null;for(let s=0;s<o.length;s++){let a=o[s];a()}}let i=t[En];if(i!==null){t[En]=null;for(let s of i)s.destroy()}}function Rv(e,t){let n;if(e!=null&&(n=e.destroyHooks)!=null)for(let r=0;r<n.length;r+=2){let o=t[n[r]];if(!(o instanceof tn)){let i=n[r+1];if(Array.isArray(i))for(let s=0;s<i.length;s+=2){let a=o[i[s]],c=i[s+1];R(4,a,c);try{c.call(a)}finally{R(5,a,c)}}else{R(4,o,i);try{i.call(o)}finally{R(5,o,i)}}}}}function hp(e,t,n){return Ov(e,t.parent,n)}function Ov(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[Ee];if(ht(r)){let{encapsulation:o}=e.data[r.directiveStart+r.componentOffset];if(o===Sn.None||o===Sn.Emulated)return null}return Re(r,n)}function gp(e,t,n){return kv(e,t,n)}function Fv(e,t,n){return e.type&40?Re(e,n):null}var kv=Fv,Yd;function zi(e,t,n,r){let o=hp(e,r,t),i=t[F],s=r.parent||t[ae],a=gp(s,r,t);if(o!=null)if(Array.isArray(n))for(let c=0;c<n.length;c++)qd(i,o,n[c],a,!1);else qd(i,o,n,a,!1);Yd!==void 0&&Yd(i,r,t,n,o)}function fr(e,t){if(t!==null){let n=t.type;if(n&3)return Re(t,e);if(n&4)return Dc(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return fr(e,r);{let o=e[t.index];return Ae(o)?Dc(-1,o):we(o)}}else{if(n&128)return fr(e,t.next);if(n&32)return cu(t,e)()||we(e[t.index]);{let r=mp(e,t);if(r!==null){if(Array.isArray(r))return r[0];let o=dt(e[ce]);return fr(o,r)}else return fr(e,t.next)}}}return null}function mp(e,t){if(t!==null){let r=e[ce][ae],o=t.projection;return r.projection[o]}return null}function Dc(e,t){let n=K+e+1;if(n<t.length){let r=t[n],o=r[b].firstChild;if(o!==null)return fr(r,o)}return t[pt]}function lu(e,t,n,r,o,i,s){for(;n!=null;){if(n.type===128){n=n.next;continue}let a=r[n.index],c=n.type;if(s&&t===0&&(a&&Fn(we(a),r),n.flags|=2),!$i(n))if(c&8)lu(e,t,n.child,r,o,i,!1),bn(t,e,o,a,i);else if(c&32){let u=cu(n,r),l;for(;l=u();)bn(t,e,o,l,i);bn(t,e,o,a,i)}else c&16?yp(e,t,r,n,o,i):bn(t,e,o,a,i);n=s?n.projectionNext:n.next}}function Gi(e,t,n,r,o,i){lu(n,r,e.firstChild,t,o,i,!1)}function Pv(e,t,n){let r=t[F],o=hp(e,n,t),i=n.parent||t[ae],s=gp(i,n,t);yp(r,0,t,n,o,s)}function yp(e,t,n,r,o,i){let s=n[ce],c=s[ae].projection[r.projection];if(Array.isArray(c))for(let u=0;u<c.length;u++){let l=c[u];bn(t,e,o,l,i)}else{let u=c,l=s[Q];Of(r)&&(u.flags|=128),lu(e,t,u,l,o,i,!0)}}function Lv(e,t,n,r,o){let i=n[pt],s=we(n);i!==s&&bn(t,e,r,i,o);for(let a=K;a<n.length;a++){let c=n[a];Gi(c[b],c,e,t,r,i)}}function jv(e,t,n,r,o){if(t)o?e.addClass(n,r):e.removeClass(n,r);else{let i=r.indexOf("-")===-1?void 0:Nn.DashCase;o==null?e.removeStyle(n,r,i):(typeof o=="string"&&o.endsWith("!important")&&(o=o.slice(0,-10),i|=Nn.Important),e.setStyle(n,r,o,i))}}function mr(e,t,n,r,o=!1){for(;n!==null;){if(n.type===128){n=o?n.projectionNext:n.next;continue}let i=t[n.index];i!==null&&r.push(we(i)),Ae(i)&&Dp(i,r);let s=n.type;if(s&8)mr(e,t,n.child,r);else if(s&32){let a=cu(n,t),c;for(;c=a();)r.push(c)}else if(s&16){let a=mp(t,n);if(Array.isArray(a))r.push(...a);else{let c=dt(t[ce]);mr(c[b],c,a,r,!0)}}n=o?n.projectionNext:n.next}return r}function Dp(e,t){for(let n=K;n<e.length;n++){let r=e[n],o=r[b].firstChild;o!==null&&mr(r[b],r,o,t)}e[pt]!==e[Ee]&&t.push(e[pt])}function vp(e){if(e[Wt]!==null){for(let t of e[Wt])t.impl.addSequence(t);e[Wt].length=0}}var Ep=[];function Vv(e){return e[me]??Bv(e)}function Bv(e){let t=Ep.pop()??Object.create($v);return t.lView=e,t}function Hv(e){e.lView[me]!==e&&(e.lView=null,Ep.push(e))}var $v=ne(te({},At),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{Yt(e.lView)},consumerOnSignalRead(){this.lView[me]=this}});function Uv(e){let t=e[me]??Object.create(zv);return t.lView=e,t}var zv=ne(te({},At),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=dt(e.lView);for(;t&&!Ip(t[b]);)t=dt(t);t&&Na(t)},consumerOnSignalRead(){this.lView[me]=this}});function Ip(e){return e.type!==2}function Cp(e){if(e[En]===null)return;let t=!0;for(;t;){let n=!1;for(let r of e[En])r.dirty&&(n=!0,r.zone===null||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(e[w]&8192)}}var Gv=100;function du(e,t=0){let r=e[$e].rendererFactory,o=!1;o||r.begin?.();try{Wv(e,t)}finally{o||r.end?.()}}function Wv(e,t){let n=Pa();try{Jo(!0),vc(e,t);let r=0;for(;ir(e);){if(r===Gv)throw new D(103,!1);r++,vc(e,1)}}finally{Jo(n)}}function wp(e,t){ka(t?sr.Exhaustive:sr.OnlyDirtyViews);try{du(e)}finally{ka(sr.Off)}}function qv(e,t,n,r){if(Zt(t))return;let o=t[w],i=!1,s=!1;ti(t);let a=!0,c=null,u=null;i||(Ip(e)?(u=Vv(t),c=Ot(u)):Io()===null?(a=!1,u=Uv(t),c=Ot(u)):t[me]&&(wo(t[me]),t[me]=null));try{Ma(t),Cd(e.bindingStartIndex),n!==null&&dp(e,t,n,2,r);let l=(o&3)===3;if(!i)if(l){let f=e.preOrderCheckHooks;f!==null&&fi(t,f,null)}else{let f=e.preOrderHooks;f!==null&&pi(t,f,0,null),Wa(t,0)}if(s||Zv(t),Cp(t),bp(t,0),e.contentQueries!==null&&zf(e,t),!i)if(l){let f=e.contentCheckHooks;f!==null&&fi(t,f)}else{let f=e.contentHooks;f!==null&&pi(t,f,1),Wa(t,1)}Qv(e,t);let d=e.components;d!==null&&Tp(t,d,0);let p=e.viewQuery;if(p!==null&&cc(2,p,r),!i)if(l){let f=e.viewCheckHooks;f!==null&&fi(t,f)}else{let f=e.viewHooks;f!==null&&pi(t,f,2),Wa(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[zo]){for(let f of t[zo])f();t[zo]=null}i||(vp(t),t[w]&=-73)}catch(l){throw i||Yt(t),l}finally{u!==null&&(hn(u,c),a&&Hv(u)),ni()}}function bp(e,t){for(let n=kf(e);n!==null;n=Pf(n))for(let r=K;r<n.length;r++){let o=n[r];_p(o,t)}}function Zv(e){for(let t=kf(e);t!==null;t=Pf(t)){if(!(t[w]&2))continue;let n=t[qt];for(let r=0;r<n.length;r++){let o=n[r];Na(o)}}}function Yv(e,t,n){R(18);let r=be(t,e);_p(r,n),R(19,r[B])}function _p(e,t){qo(e)&&vc(e,t)}function vc(e,t){let r=e[b],o=e[w],i=e[me],s=!!(t===0&&o&16);if(s||=!!(o&64&&t===0),s||=!!(o&1024),s||=!!(i?.dirty&&qn(i)),s||=!1,i&&(i.dirty=!1),e[w]&=-9217,s)qv(r,e,r.template,e[B]);else if(o&8192){let a=C(null);try{Cp(e),bp(e,1);let c=r.components;c!==null&&Tp(e,c,1),vp(e)}finally{C(a)}}}function Tp(e,t,n){for(let r=0;r<t.length;r++)Yv(e,t[r],n)}function Qv(e,t){let n=e.hostBindingOpCodes;if(n!==null)try{for(let r=0;r<n.length;r++){let o=n[r];if(o<0)yt(~o);else{let i=o,s=n[++r],a=n[++r];bd(s,i);let c=t[i];R(24,c),a(2,c),R(25,c)}}}finally{yt(-1)}}function fu(e,t){let n=Pa()?64:1088;for(e[$e].changeDetectionScheduler?.notify(t);e;){e[w]|=n;let r=dt(e);if(In(e)&&!r)return e;e=r}return null}function Sp(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}function Mp(e,t){let n=K+t;if(n<e.length)return e[n]}function Tr(e,t,n,r=!0){let o=t[b];if(Kv(o,t,e,n),r){let s=Dc(n,e),a=t[F],c=a.parentNode(e[pt]);c!==null&&Nv(o,e[ae],a,t,c,s)}let i=t[$t];i!==null&&i.firstChild!==null&&(i.firstChild=null)}function Np(e,t){let n=yr(e,t);return n!==void 0&&Ui(n[b],n),n}function yr(e,t){if(e.length<=K)return;let n=K+t,r=e[n];if(r){let o=r[ft];o!==null&&o!==e&&uu(o,r),t>0&&(e[n-1][Ie]=r[Ie]);let i=er(e,K+t);Mv(r[b],r);let s=i[Ue];s!==null&&s.detachView(i[b]),r[Q]=null,r[Ie]=null,r[w]&=-129}return r}function Kv(e,t,n,r){let o=K+r,i=n.length;r>0&&(n[o-1][Ie]=t),r<i-K?(t[Ie]=n[o],la(n,K+r,t)):(n.push(t),t[Ie]=null),t[Q]=n;let s=t[ft];s!==null&&n!==s&&xp(s,t);let a=t[Ue];a!==null&&a.insertView(e),Zo(t),t[w]|=128}function xp(e,t){let n=e[qt],r=t[Q];if(ze(r))e[w]|=2;else{let o=r[Q][ce];t[ce]!==o&&(e[w]|=2)}n===null?e[qt]=[t]:n.push(t)}var vt=class{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){let t=this._lView,n=t[b];return mr(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[B]}set context(t){this._lView[B]=t}get destroyed(){return Zt(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let t=this._lView[Q];if(Ae(t)){let n=t[nr],r=n?n.indexOf(this):-1;r>-1&&(yr(t,r),er(n,r))}this._attachedToViewContainer=!1}Ui(this._lView[b],this._lView)}onDestroy(t){xa(this._lView,t)}markForCheck(){fu(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[w]&=-129}reattach(){Zo(this._lView),this._lView[w]|=128}detectChanges(){this._lView[w]|=1024,du(this._lView)}checkNoChanges(){return;try{this.exhaustive??=this._lView[Ut].get(Tv,Zd)}catch{this.exhaustive=Zd}}attachToViewContainerRef(){if(this._appRef)throw new D(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=In(this._lView),n=this._lView[ft];n!==null&&!t&&uu(n,this._lView),pp(this._lView[b],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new D(902,!1);this._appRef=t;let n=In(this._lView),r=this._lView[ft];r!==null&&!n&&xp(r,this._lView),Zo(this._lView)}};var Et=(()=>{class e{_declarationLView;_declarationTContainer;elementRef;static __NG_ELEMENT_ID__=Jv;constructor(n,r,o){this._declarationLView=n,this._declarationTContainer=r,this.elementRef=o}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(n,r){return this.createEmbeddedViewImpl(n,r)}createEmbeddedViewImpl(n,r,o){let i=_r(this._declarationLView,this._declarationTContainer,n,{embeddedViewInjector:r,dehydratedView:o});return new vt(i)}}return e})();function Jv(){return Wi(J(),y())}function Wi(e,t){return e.type&4?new Et(t,e,On(e,t)):null}function Sr(e,t,n,r,o){let i=e.data[t];if(i===null)i=Xv(e,t,n,r,o),wd()&&(i.flags|=32);else if(i.type&64){i.type=n,i.value=r,i.attrs=o;let s=Ed();i.injectorIndex=s===null?-1:s.injectorIndex}return gt(i,!0),i}function Xv(e,t,n,r,o){let i=Fa(),s=Qo(),a=s?i:i&&i.parent,c=e.data[t]=tE(e,a,n,t,r,o);return eE(e,c,i,s),c}function eE(e,t,n,r){e.firstChild===null&&(e.firstChild=t),n!==null&&(r?n.child==null&&t.parent!==null&&(n.child=t):n.next===null&&(n.next=t,t.prev=n))}function tE(e,t,n,r,o,i){let s=t?t.injectorIndex:-1,a=0;return Oa()&&(a|=128),{type:n,index:r,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:a,providerIndexes:0,value:o,attrs:i,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}var TR=new RegExp(`^(\\d+)*(${uD}|${cD})*(.*)`);function nE(e){let t=e[wa]??[],r=e[Q][F],o=[];for(let i of t)i.data[Bf]!==void 0?o.push(i):rE(i,r);e[wa]=o}function rE(e,t){let n=0,r=e.firstChild;if(r){let o=e.data[Vf];for(;n<o;){let i=r.nextSibling;sp(t,r,!1),r=i,n++}}}var oE=()=>null,iE=()=>null;function wi(e,t){return oE(e,t)}function Ap(e,t,n){return iE(e,t,n)}var Rp=class{},qi=class{},Ec=class{resolveComponentFactory(t){throw new D(917,!1)}},Mr=class{static NULL=new Ec},Dr=class{},kn=(()=>{class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>sE()}return e})();function sE(){let e=y(),t=J(),n=be(t.index,e);return(ze(n)?n:e)[F]}var Op=(()=>{class e{static \u0275prov=A({token:e,providedIn:"root",factory:()=>null})}return e})();var gi={},Ic=class{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){let o=this.injector.get(t,gi,r);return o!==gi||n===gi?o:this.parentInjector.get(t,n,r)}};function Cc(e,t,n){let r=n?e.styles:null,o=n?e.classes:null,i=0;if(t!==null)for(let s=0;s<t.length;s++){let a=t[s];if(typeof a=="number")i=a;else if(i==1)o=Fo(o,a);else if(i==2){let c=a,u=t[++s];r=Fo(r,c+": "+u+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=o:e.classesWithoutHost=o}function U(e,t=0){let n=y();if(n===null)return V(e,t);let r=J();return Nf(r,n,Y(e),t)}function aE(){let e="invalid";throw new Error(e)}function pu(e,t,n,r,o){let i=r===null?null:{"":-1},s=o(e,n);if(s!==null){let a=s,c=null,u=null;for(let l of s)if(l.resolveHostDirectives!==null){[a,c,u]=l.resolveHostDirectives(s);break}lE(e,t,n,a,i,c,u)}i!==null&&r!==null&&cE(n,r,i)}function cE(e,t,n){let r=e.localNames=[];for(let o=0;o<t.length;o+=2){let i=n[t[o+1]];if(i==null)throw new D(-301,!1);r.push(t[o],i)}}function uE(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function lE(e,t,n,r,o,i,s){let a=r.length,c=!1;for(let p=0;p<a;p++){let f=r[p];!c&&Ce(f)&&(c=!0,uE(e,n,p)),oc(Ei(n,t),e,f.type)}mE(n,e.data.length,a);for(let p=0;p<a;p++){let f=r[p];f.providersResolver&&f.providersResolver(f)}let u=!1,l=!1,d=up(e,t,a,null);a>0&&(n.directiveToIndex=new Map);for(let p=0;p<a;p++){let f=r[p];if(n.mergedAttrs=Tn(n.mergedAttrs,f.hostAttrs),fE(e,n,t,d,f),gE(d,f,o),s!==null&&s.has(f)){let[m,M]=s.get(f);n.directiveToIndex.set(f.type,[d,m+n.directiveStart,M+n.directiveStart])}else(i===null||!i.has(f))&&n.directiveToIndex.set(f.type,d);f.contentQueries!==null&&(n.flags|=4),(f.hostBindings!==null||f.hostAttrs!==null||f.hostVars!==0)&&(n.flags|=64);let h=f.type.prototype;!u&&(h.ngOnChanges||h.ngOnInit||h.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),u=!0),!l&&(h.ngOnChanges||h.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),l=!0),d++}dE(e,n,i)}function dE(e,t,n){for(let r=t.directiveStart;r<t.directiveEnd;r++){let o=e.data[r];if(n===null||!n.has(o))Qd(0,t,o,r),Qd(1,t,o,r),Jd(t,r,!1);else{let i=n.get(o);Kd(0,t,i,r),Kd(1,t,i,r),Jd(t,r,!0)}}}function Qd(e,t,n,r){let o=e===0?n.inputs:n.outputs;for(let i in o)if(o.hasOwnProperty(i)){let s;e===0?s=t.inputs??={}:s=t.outputs??={},s[i]??=[],s[i].push(r),Fp(t,i)}}function Kd(e,t,n,r){let o=e===0?n.inputs:n.outputs;for(let i in o)if(o.hasOwnProperty(i)){let s=o[i],a;e===0?a=t.hostDirectiveInputs??={}:a=t.hostDirectiveOutputs??={},a[s]??=[],a[s].push(r,i),Fp(t,s)}}function Fp(e,t){t==="class"?e.flags|=8:t==="style"&&(e.flags|=16)}function Jd(e,t,n){let{attrs:r,inputs:o,hostDirectiveInputs:i}=e;if(r===null||!n&&o===null||n&&i===null||Xc(e)){e.initialInputs??=[],e.initialInputs.push(null);return}let s=null,a=0;for(;a<r.length;){let c=r[a];if(c===0){a+=4;continue}else if(c===5){a+=2;continue}else if(typeof c=="number")break;if(!n&&o.hasOwnProperty(c)){let u=o[c];for(let l of u)if(l===t){s??=[],s.push(c,r[a+1]);break}}else if(n&&i.hasOwnProperty(c)){let u=i[c];for(let l=0;l<u.length;l+=2)if(u[l]===t){s??=[],s.push(u[l+1],r[a+1]);break}}a+=2}e.initialInputs??=[],e.initialInputs.push(s)}function fE(e,t,n,r,o){e.data[r]=o;let i=o.factory||(o.factory=lt(o.type,!0)),s=new tn(i,Ce(o),U);e.blueprint[r]=s,n[r]=s,pE(e,t,r,up(e,n,o.hostVars,$),o)}function pE(e,t,n,r,o){let i=o.hostBindings;if(i){let s=e.hostBindingOpCodes;s===null&&(s=e.hostBindingOpCodes=[]);let a=~t.index;hE(s)!=a&&s.push(a),s.push(n,r,i)}}function hE(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function gE(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Ce(t)&&(n[""]=e)}}function mE(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function kp(e,t,n,r,o,i,s,a){let c=t.consts,u=Oe(c,s),l=Sr(t,e,2,r,u);return i&&pu(t,n,l,Oe(c,a),o),l.mergedAttrs=Tn(l.mergedAttrs,l.attrs),l.attrs!==null&&Cc(l,l.attrs,!1),l.mergedAttrs!==null&&Cc(l,l.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,l),l}function Pp(e,t){Gc(e,t),Go(t)&&e.queries.elementEnd(t)}function hu(e){return Zi(e)?Array.isArray(e)||!(e instanceof Map)&&Symbol.iterator in e:!1}function Lp(e,t){if(Array.isArray(e))for(let n=0;n<e.length;n++)t(e[n]);else{let n=e[Symbol.iterator](),r;for(;!(r=n.next()).done;)t(r.value)}}function Zi(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function Nr(e,t,n){return e[t]=n}function yE(e,t){return e[t]}function ue(e,t,n){if(n===$)return!1;let r=e[t];return Object.is(r,n)?!1:(e[t]=n,!0)}function vr(e,t,n,r){let o=ue(e,t,n);return ue(e,t+1,r)||o}function jp(e,t,n,r,o){let i=vr(e,t,n,r);return ue(e,t+2,o)||i}function gu(e,t,n,r,o,i){let s=vr(e,t,n,r);return vr(e,t+2,o,i)||s}function Ya(e,t,n){return function r(o){let i=ht(e)?be(e.index,t):t;fu(i,5);let s=t[B],a=Xd(t,s,n,o),c=r.__ngNextListenerFn__;for(;c;)a=Xd(t,s,c,o)&&a,c=c.__ngNextListenerFn__;return a}}function Xd(e,t,n,r){let o=C(null);try{return R(6,t,n),n(r)!==!1}catch(i){return Cv(e,i),!1}finally{R(7,t,n),C(o)}}function DE(e,t,n,r,o,i,s,a){let c=rr(e),u=!1,l=null;if(!r&&c&&(l=vE(t,n,i,e.index)),l!==null){let d=l.__ngLastListenerFn__||l;d.__ngNextListenerFn__=s,l.__ngLastListenerFn__=s,u=!0}else{let d=Re(e,n),p=r?r(d):d;dD(n,p,i,a);let f=o.listen(p,i,a),h=r?m=>r(we(m[e.index])):e.index;Vp(h,t,n,i,a,f,!1)}return u}function vE(e,t,n,r){let o=e.cleanup;if(o!=null)for(let i=0;i<o.length-1;i+=2){let s=o[i];if(s===n&&o[i+1]===r){let a=t[Dn],c=o[i+2];return a&&a.length>c?a[c]:null}typeof s=="string"&&(i+=2)}return null}function Vp(e,t,n,r,o,i,s){let a=t.firstCreatePass?Ra(t):null,c=Aa(n),u=c.length;c.push(o,i),a&&a.push(r,e,u,(u+1)*(s?-1:1))}function ef(e,t,n,r,o,i){let s=t[n],a=t[b],u=a.data[n].outputs[r],d=s[u].subscribe(i);Vp(e.index,a,t,o,i,d,!0)}var wc=Symbol("BINDING");var bi=class extends Mr{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=He(t);return new It(n,this.ngModule)}};function EE(e){return Object.keys(e).map(t=>{let[n,r,o]=e[t],i={propName:n,templateName:t,isSignal:(r&Bi.SignalBased)!==0};return o&&(i.transform=o),i})}function IE(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}function CE(e,t,n){let r=t instanceof De?t:t?.injector;return r&&e.getStandaloneInjector!==null&&(r=e.getStandaloneInjector(r)||r),r?new Ic(n,r):n}function wE(e){let t=e.get(Dr,null);if(t===null)throw new D(407,!1);let n=e.get(Op,null),r=e.get(Ve,null);return{rendererFactory:t,sanitizer:n,changeDetectionScheduler:r,ngReflect:!1}}function bE(e,t){let n=(e.selectors[0][0]||"div").toLowerCase();return op(t,n,n==="svg"?ba:n==="math"?ad:null)}var It=class extends qi{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=EE(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=IE(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=XD(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,r,o,i,s){R(22);let a=C(null);try{let c=this.componentDef,u=_E(r,c,s,i),l=CE(c,o||this.ngModule,t),d=wE(l),p=d.rendererFactory.createRenderer(null,c),f=r?lv(p,r,c.encapsulation,l):bE(c,p),h=s?.some(tf)||i?.some(I=>typeof I!="function"&&I.bindings.some(tf)),m=tu(null,u,null,512|cp(c),null,null,d,p,l,null,Uf(f,l,!0));m[H]=f,ti(m);let M=null;try{let I=kp(H,u,m,"#host",()=>u.directiveRegistry,!0,0);f&&(ap(p,f,I),Fn(f,m)),Hi(u,m,I),Qc(u,I,m),Pp(u,I),n!==void 0&&SE(I,this.ngContentSelectors,n),M=be(I.index,m),m[B]=M[B],au(u,m,null)}catch(I){throw M!==null&&sc(M),sc(m),I}finally{R(23),ni()}return new _i(this.componentType,m,!!h)}finally{C(a)}}};function _E(e,t,n,r){let o=e?["ng-version","20.0.4"]:ev(t.selectors[0]),i=null,s=null,a=0;if(n)for(let l of n)a+=l[wc].requiredVars,l.create&&(l.targetIdx=0,(i??=[]).push(l)),l.update&&(l.targetIdx=0,(s??=[]).push(l));if(r)for(let l=0;l<r.length;l++){let d=r[l];if(typeof d!="function")for(let p of d.bindings){a+=p[wc].requiredVars;let f=l+1;p.create&&(p.targetIdx=f,(i??=[]).push(p)),p.update&&(p.targetIdx=f,(s??=[]).push(p))}}let c=[t];if(r)for(let l of r){let d=typeof l=="function"?l:l.type,p=Ho(d);c.push(p)}return eu(0,null,TE(i,s),1,a,c,null,null,null,[o],null)}function TE(e,t){return!e&&!t?null:n=>{if(n&1&&e)for(let r of e)r.create();if(n&2&&t)for(let r of t)r.update()}}function tf(e){let t=e[wc].kind;return t==="input"||t==="twoWay"}var _i=class extends Rp{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,r){super(),this._rootLView=n,this._hasInputBindings=r,this._tNode=or(n[b],H),this.location=On(this._tNode,n),this.instance=be(this._tNode.index,n)[B],this.hostView=this.changeDetectorRef=new vt(n,void 0),this.componentType=t}setInput(t,n){this._hasInputBindings;let r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;let o=this._rootLView,i=su(r,o[b],o,t,n);this.previousInputValues.set(t,n);let s=be(r.index,o);fu(s,1)}get injector(){return new en(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function SE(e,t,n){let r=e.projection=[];for(let o=0;o<t.length;o++){let i=n[o];r.push(i!=null&&i.length?Array.from(i):null)}}var wt=(()=>{class e{static __NG_ELEMENT_ID__=ME}return e})();function ME(){let e=J();return Hp(e,y())}var NE=wt,Bp=class extends NE{_lContainer;_hostTNode;_hostLView;constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return On(this._hostTNode,this._hostLView)}get injector(){return new en(this._hostTNode,this._hostLView)}get parentInjector(){let t=Wc(this._hostTNode,this._hostLView);if(wf(t)){let n=Di(t,this._hostLView),r=yi(t),o=n[b].data[r+8];return new en(o,n)}else return new en(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){let n=nf(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-K}createEmbeddedView(t,n,r){let o,i;typeof r=="number"?o=r:r!=null&&(o=r.index,i=r.injector);let s=wi(this._lContainer,t.ssrId),a=t.createEmbeddedViewImpl(n||{},i,s);return this.insertImpl(a,o,Mn(this._hostTNode,s)),a}createComponent(t,n,r,o,i,s,a){let c=t&&!Ay(t),u;if(c)u=n;else{let M=n||{};u=M.index,r=M.injector,o=M.projectableNodes,i=M.environmentInjector||M.ngModuleRef,s=M.directives,a=M.bindings}let l=c?t:new It(He(t)),d=r||this.parentInjector;if(!i&&l.ngModule==null){let I=(c?d:this.parentInjector).get(De,null);I&&(i=I)}let p=He(l.componentType??{}),f=wi(this._lContainer,p?.id??null),h=f?.firstChild??null,m=l.create(d,o,h,i,s,a);return this.insertImpl(m.hostView,u,Mn(this._hostTNode,f)),m}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let o=t._lView;if(ud(o)){let a=this.indexOf(t);if(a!==-1)this.detach(a);else{let c=o[Q],u=new Bp(c,c[ae],c[Q]);u.detach(u.indexOf(t))}}let i=this._adjustIndex(n),s=this._lContainer;return Tr(s,o,i,r),t.attachToViewContainerRef(),la(Qa(s),i,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=nf(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=yr(this._lContainer,n);r&&(er(Qa(this._lContainer),n),Ui(r[b],r))}detach(t){let n=this._adjustIndex(t,-1),r=yr(this._lContainer,n);return r&&er(Qa(this._lContainer),n)!=null?new vt(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function nf(e){return e[nr]}function Qa(e){return e[nr]||(e[nr]=[])}function Hp(e,t){let n,r=t[e.index];return Ae(r)?n=r:(n=Sp(r,t,null,e),t[e.index]=n,nu(t,n)),AE(n,t,e,r),new Bp(n,e,t)}function xE(e,t){let n=e[F],r=n.createComment(""),o=Re(t,e),i=n.parentNode(o);return Ci(n,i,r,n.nextSibling(o),!1),r}var AE=FE,RE=()=>!1;function OE(e,t,n){return RE(e,t,n)}function FE(e,t,n,r){if(e[pt])return;let o;n.type&8?o=we(r):o=xE(t,n),e[pt]=o}var bc=class e{queryList;matches=null;constructor(t){this.queryList=t}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},_c=class e{queries;constructor(t=[]){this.queries=t}createEmbeddedView(t){let n=t.queries;if(n!==null){let r=t.contentQueries!==null?t.contentQueries[0]:n.length,o=[];for(let i=0;i<r;i++){let s=n.getByIndex(i),a=this.queries[s.indexInDeclarationView];o.push(a.clone())}return new e(o)}return null}insertView(t){this.dirtyQueriesWithMatches(t)}detachView(t){this.dirtyQueriesWithMatches(t)}finishViewCreation(t){this.dirtyQueriesWithMatches(t)}dirtyQueriesWithMatches(t){for(let n=0;n<this.queries.length;n++)yu(t,n).matches!==null&&this.queries[n].setDirty()}},Ti=class{flags;read;predicate;constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=BE(t):this.predicate=t}},Tc=class e{queries;constructor(t=[]){this.queries=t}elementStart(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].elementStart(t,n)}elementEnd(t){for(let n=0;n<this.queries.length;n++)this.queries[n].elementEnd(t)}embeddedTView(t){let n=null;for(let r=0;r<this.length;r++){let o=n!==null?n.length:0,i=this.getByIndex(r).embeddedTView(t,o);i&&(i.indexInDeclarationView=r,n!==null?n.push(i):n=[i])}return n!==null?new e(n):null}template(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].template(t,n)}getByIndex(t){return this.queries[t]}get length(){return this.queries.length}track(t){this.queries.push(t)}},Sc=class e{metadata;matches=null;indexInDeclarationView=-1;crossesNgTemplate=!1;_declarationNodeIndex;_appliesToNextNode=!0;constructor(t,n=-1){this.metadata=t,this._declarationNodeIndex=n}elementStart(t,n){this.isApplyingToNode(n)&&this.matchTNode(t,n)}elementEnd(t){this._declarationNodeIndex===t.index&&(this._appliesToNextNode=!1)}template(t,n){this.elementStart(t,n)}embeddedTView(t,n){return this.isApplyingToNode(t)?(this.crossesNgTemplate=!0,this.addMatch(-t.index,n),new e(this.metadata)):null}isApplyingToNode(t){if(this._appliesToNextNode&&(this.metadata.flags&1)!==1){let n=this._declarationNodeIndex,r=t.parent;for(;r!==null&&r.type&8&&r.index!==n;)r=r.parent;return n===(r!==null?r.index:-1)}return this._appliesToNextNode}matchTNode(t,n){let r=this.metadata.predicate;if(Array.isArray(r))for(let o=0;o<r.length;o++){let i=r[o];this.matchTNodeWithReadOption(t,n,kE(n,i)),this.matchTNodeWithReadOption(t,n,hi(n,t,i,!1,!1))}else r===Et?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,hi(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){let o=this.metadata.read;if(o!==null)if(o===qe||o===wt||o===Et&&n.type&4)this.addMatch(n.index,-2);else{let i=hi(n,t,o,!1,!1);i!==null&&this.addMatch(n.index,i)}else this.addMatch(n.index,r)}}addMatch(t,n){this.matches===null?this.matches=[t,n]:this.matches.push(t,n)}};function kE(e,t){let n=e.localNames;if(n!==null){for(let r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1]}return null}function PE(e,t){return e.type&11?On(e,t):e.type&4?Wi(e,t):null}function LE(e,t,n,r){return n===-1?PE(t,e):n===-2?jE(e,t,r):gr(e,e[b],n,t)}function jE(e,t,n){if(n===qe)return On(t,e);if(n===Et)return Wi(t,e);if(n===wt)return Hp(t,e)}function $p(e,t,n,r){let o=t[Ue].queries[r];if(o.matches===null){let i=e.data,s=n.matches,a=[];for(let c=0;s!==null&&c<s.length;c+=2){let u=s[c];if(u<0)a.push(null);else{let l=i[u];a.push(LE(t,l,s[c+1],n.metadata.read))}}o.matches=a}return o.matches}function Mc(e,t,n,r){let o=e.queries.getByIndex(n),i=o.matches;if(i!==null){let s=$p(e,t,o,n);for(let a=0;a<i.length;a+=2){let c=i[a];if(c>0)r.push(s[a/2]);else{let u=i[a+1],l=t[-c];for(let d=K;d<l.length;d++){let p=l[d];p[ft]===p[Q]&&Mc(p[b],p,u,r)}if(l[qt]!==null){let d=l[qt];for(let p=0;p<d.length;p++){let f=d[p];Mc(f[b],f,u,r)}}}}}return r}function mu(e,t){return e[Ue].queries[t].queryList}function Up(e,t,n){let r=new Ii((n&4)===4);return fd(e,t,r,r.destroy),(t[Ue]??=new _c).queries.push(new bc(r))-1}function zp(e,t,n){let r=k();return r.firstCreatePass&&(Gp(r,new Ti(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),Up(r,y(),t)}function VE(e,t,n,r){let o=k();if(o.firstCreatePass){let i=J();Gp(o,new Ti(t,n,r),i.index),HE(o,e),(n&2)===2&&(o.staticContentQueries=!0)}return Up(o,y(),n)}function BE(e){return e.split(",").map(t=>t.trim())}function Gp(e,t,n){e.queries===null&&(e.queries=new Tc),e.queries.track(new Sc(t,n))}function HE(e,t){let n=e.contentQueries||(e.contentQueries=[]),r=n.length?n[n.length-1]:-1;t!==r&&n.push(e.queries.length-1,t)}function yu(e,t){return e.queries.getByIndex(t)}function Wp(e,t){let n=e[b],r=yu(n,t);return r.crossesNgTemplate?Mc(n,e,t,[]):$p(n,e,r,t)}function qp(e,t,n){let r,o=Zn(()=>{r._dirtyCounter();let i=UE(r,e);if(t&&i===void 0)throw new D(-951,!1);return i});return r=o[Z],r._dirtyCounter=ri(0),r._flatValue=void 0,o}function Zp(e){return qp(!0,!1,e)}function Yp(e){return qp(!0,!0,e)}function $E(e,t){let n=e[Z];n._lView=y(),n._queryIndex=t,n._queryList=mu(n._lView,t),n._queryList.onDirty(()=>n._dirtyCounter.update(r=>r+1))}function UE(e,t){let n=e._lView,r=e._queryIndex;if(n===void 0||r===void 0||n[w]&4)return t?void 0:re;let o=mu(n,r),i=Wp(n,r);return o.reset(i,Rf),t?o.first:o._changesDetected||e._flatValue===void 0?e._flatValue=o.toArray():e._flatValue}var rf=new Set;function Ze(e){rf.has(e)||(rf.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}var nn=class{},Qp=class{};var Si=class extends nn{ngModuleType;_parent;_bootstrapComponents=[];_r3Injector;instance;destroyCbs=[];componentFactoryResolver=new bi(this);constructor(t,n,r,o=!0){super(),this.ngModuleType=t,this._parent=n;let i=pa(t);this._bootstrapComponents=tp(i.bootstrap),this._r3Injector=Ba(t,n,[{provide:nn,useValue:this},{provide:Mr,useValue:this.componentFactoryResolver},...r],fe(t),new Set(["environment"])),o&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){let t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}},Mi=class extends Qp{moduleType;constructor(t){super(),this.moduleType=t}create(t){return new Si(this.moduleType,t,[])}};var Er=class extends nn{injector;componentFactoryResolver=new bi(this);instance=null;constructor(t){super();let n=new jt([...t.providers,{provide:nn,useValue:this},{provide:Mr,useValue:this.componentFactoryResolver}],t.parent||yn(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function Kp(e,t,n=null){return new Er({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}var zE=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){let r=ga(!1,n.type),o=r.length>0?Kp([r],this._injector,`Standalone[${n.type.name}]`):null;this.cachedInjectors.set(n,o)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(let n of this.cachedInjectors.values())n!==null&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=A({token:e,providedIn:"environment",factory:()=>new e(V(De))})}return e})();function GE(e){return Rn(()=>{let t=Jp(e),n=ne(te({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===Zc.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?o=>o.get(zE).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||Sn.Emulated,styles:e.styles||re,_:null,schemas:e.schemas||null,tView:null,id:""});t.standalone&&Ze("NgStandalone"),Xp(n);let r=e.dependencies;return n.directiveDefs=of(r,!1),n.pipeDefs=of(r,!0),n.id=QE(n),n})}function WE(e){return He(e)||Ho(e)}function qE(e){return e!==null}function Yi(e){return Rn(()=>({type:e.type,bootstrap:e.bootstrap||re,declarations:e.declarations||re,imports:e.imports||re,exports:e.exports||re,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function ZE(e,t){if(e==null)return xe;let n={};for(let r in e)if(e.hasOwnProperty(r)){let o=e[r],i,s,a,c;Array.isArray(o)?(a=o[0],i=o[1],s=o[2]??i,c=o[3]||null):(i=o,s=o,a=Bi.None,c=null),n[i]=[r,a,c],t[i]=s}return n}function YE(e){if(e==null)return xe;let t={};for(let n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function ot(e){return Rn(()=>{let t=Jp(e);return Xp(t),t})}function Pn(e){return{type:e.type,name:e.name,factory:null,pure:e.pure!==!1,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function Jp(e){let t={};return{type:e.type,providersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||xe,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:e.signals===!0,selectors:e.selectors||re,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,inputs:ZE(e.inputs,t),outputs:YE(e.outputs),debugInfo:null}}function Xp(e){e.features?.forEach(t=>t(e))}function of(e,t){if(!e)return null;let n=t?nd:WE;return()=>(typeof e=="function"?e():e).map(r=>n(r)).filter(qE)}function QE(e){let t=0,n=typeof e.consts=="function"?"":e.consts,r=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,n,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(let i of r.join("|"))t=Math.imul(31,t)+i.charCodeAt(0)<<0;return t+=2147483648,"c"+t}function KE(e){return Object.getPrototypeOf(e.prototype).constructor}function eh(e){let t=KE(e.type),n=!0,r=[e];for(;t;){let o;if(Ce(e))o=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new D(903,!1);o=t.\u0275dir}if(o){if(n){r.push(o);let s=e;s.inputs=Ka(e.inputs),s.declaredInputs=Ka(e.declaredInputs),s.outputs=Ka(e.outputs);let a=o.hostBindings;a&&nI(e,a);let c=o.viewQuery,u=o.contentQueries;if(c&&eI(e,c),u&&tI(e,u),JE(e,o),Zl(e.outputs,o.outputs),Ce(o)&&o.data.animation){let l=e.data;l.animation=(l.animation||[]).concat(o.data.animation)}}let i=o.features;if(i)for(let s=0;s<i.length;s++){let a=i[s];a&&a.ngInherit&&a(e),a===eh&&(n=!1)}}t=Object.getPrototypeOf(t)}XE(r)}function JE(e,t){for(let n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;let r=t.inputs[n];r!==void 0&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n])}}function XE(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){let o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=Tn(o.hostAttrs,n=Tn(n,o.hostAttrs))}}function Ka(e){return e===xe?{}:e===re?[]:e}function eI(e,t){let n=e.viewQuery;n?e.viewQuery=(r,o)=>{t(r,o),n(r,o)}:e.viewQuery=t}function tI(e,t){let n=e.contentQueries;n?e.contentQueries=(r,o,i)=>{t(r,o,i),n(r,o,i)}:e.contentQueries=t}function nI(e,t){let n=e.hostBindings;n?e.hostBindings=(r,o)=>{t(r,o),n(r,o)}:e.hostBindings=t}function rI(e){let t=n=>{let r=Array.isArray(e);n.hostDirectives===null?(n.resolveHostDirectives=oI,n.hostDirectives=r?e.map(Nc):[e]):r?n.hostDirectives.unshift(...e.map(Nc)):n.hostDirectives.unshift(e)};return t.ngInherit=!0,t}function oI(e){let t=[],n=!1,r=null,o=null;for(let i=0;i<e.length;i++){let s=e[i];if(s.hostDirectives!==null){let a=t.length;r??=new Map,o??=new Map,th(s,t,r),o.set(s,[a,t.length-1])}i===0&&Ce(s)&&(n=!0,t.push(s))}for(let i=n?1:0;i<e.length;i++)t.push(e[i]);return[t,r,o]}function th(e,t,n){if(e.hostDirectives!==null)for(let r of e.hostDirectives)if(typeof r=="function"){let o=r();for(let i of o)sf(Nc(i),t,n)}else sf(r,t,n)}function sf(e,t,n){let r=Ho(e.directive);iI(r.declaredInputs,e.inputs),th(r,t,n),n.set(r,e),t.push(r)}function Nc(e){return typeof e=="function"?{directive:Y(e),inputs:xe,outputs:xe}:{directive:Y(e.directive),inputs:af(e.inputs),outputs:af(e.outputs)}}function af(e){if(e===void 0||e.length===0)return xe;let t={};for(let n=0;n<e.length;n+=2)t[e[n]]=e[n+1];return t}function iI(e,t){for(let n in t)if(t.hasOwnProperty(n)){let r=t[n],o=e[n];e[r]=o}}function sI(e,t,n,r,o,i,s,a,c){let u=t.consts,l=Sr(t,e,4,s||null,a||null);Yo()&&pu(t,n,l,Oe(u,c),iu),l.mergedAttrs=Tn(l.mergedAttrs,l.attrs),Gc(t,l);let d=l.tView=eu(2,l,r,o,i,t.directiveRegistry,t.pipeRegistry,null,t.schemas,u,null);return t.queries!==null&&(t.queries.template(t,l),d.queries=t.queries.embeddedTView(l)),l}function xn(e,t,n,r,o,i,s,a,c,u,l){let d=n+H,p=t.firstCreatePass?sI(d,t,e,r,o,i,s,a,u):t.data[d];c&&(p.flags|=c),gt(p,!1);let f=aI(t,e,p,n);ur()&&zi(t,e,f,p),Fn(f,e);let h=Sp(f,e,f,p);return e[d]=h,nu(e,h),OE(h,p,e),rr(p)&&Hi(t,e,p),u!=null&&ru(e,p,l),p}function nh(e,t,n,r,o,i,s,a){let c=y(),u=k(),l=Oe(u.consts,i);return xn(c,u,e,t,n,r,o,l,void 0,s,a),nh}var aI=cI;function cI(e,t,n,r){return lr(!0),t[F].createComment("")}var Qi=function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e}(Qi||{}),xr=new N(""),rh=!1,xc=class extends le{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,Uo()&&(this.destroyRef=g(Dt,{optional:!0})??void 0,this.pendingTasks=g(Jt,{optional:!0})??void 0)}emit(t){let n=C(null);try{super.next(t)}finally{C(n)}}subscribe(t,n,r){let o=t,i=n||(()=>null),s=r;if(t&&typeof t=="object"){let c=t;o=c.next?.bind(c),i=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(i=this.wrapInTimeout(i),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));let a=super.subscribe({next:o,error:i,complete:s});return t instanceof z&&t.add(a),a}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{r!==void 0&&this.pendingTasks?.remove(r)}})}}},tt=xc;function oh(e){let t,n;function r(){e=wn;try{n!==void 0&&typeof cancelAnimationFrame=="function"&&cancelAnimationFrame(n),t!==void 0&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),r()}),typeof requestAnimationFrame=="function"&&(n=requestAnimationFrame(()=>{e(),r()})),()=>r()}function cf(e){return queueMicrotask(()=>e()),()=>{e=wn}}var Du="isAngularZone",Ni=Du+"_ID",uI=0,oe=class e{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new tt(!1);onMicrotaskEmpty=new tt(!1);onStable=new tt(!1);onError=new tt(!1);constructor(t){let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:i=rh}=t;if(typeof Zone>"u")throw new D(908,!1);Zone.assertZonePatched();let s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&r,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=i,fI(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(Du)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new D(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new D(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){let i=this._inner,s=i.scheduleEventTask("NgZoneEvent: "+o,t,lI,wn,wn);try{return i.runTask(s,n,r)}finally{i.cancelTask(s)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}},lI={};function vu(e){if(e._nesting==0&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function dI(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){oh(()=>{e.callbackScheduled=!1,Ac(e),e.isCheckStableRunning=!0,vu(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),Ac(e)}function fI(e){let t=()=>{dI(e)},n=uI++;e._inner=e._inner.fork({name:"angular",properties:{[Du]:!0,[Ni]:n,[Ni+n]:!0},onInvokeTask:(r,o,i,s,a,c)=>{if(pI(c))return r.invokeTask(i,s,a,c);try{return uf(e),r.invokeTask(i,s,a,c)}finally{(e.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),lf(e)}},onInvoke:(r,o,i,s,a,c,u)=>{try{return uf(e),r.invoke(i,s,a,c,u)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!hI(c)&&t(),lf(e)}},onHasTask:(r,o,i,s)=>{r.hasTask(i,s),o===i&&(s.change=="microTask"?(e._hasPendingMicrotasks=s.microTask,Ac(e),vu(e)):s.change=="macroTask"&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(r,o,i,s)=>(r.handleError(i,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}function Ac(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function uf(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function lf(e){e._nesting--,vu(e)}var xi=class{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new tt;onMicrotaskEmpty=new tt;onStable=new tt;onError=new tt;run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,o){return t.apply(n,r)}};function pI(e){return ih(e,"__ignore_ng_zone__")}function hI(e){return ih(e,"__scheduler_tick__")}function ih(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}var Eu=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=A({token:e,providedIn:"root",factory:()=>new e})}return e})(),sh=[0,1,2,3],ah=(()=>{class e{ngZone=g(oe);scheduler=g(Ve);errorHandler=g(je,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){g(xr,{optional:!0})}execute(){let n=this.sequences.size>0;n&&R(16),this.executing=!0;for(let r of sh)for(let o of this.sequences)if(!(o.erroredOrDestroyed||!o.hooks[r]))try{o.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>{let i=o.hooks[r];return i(o.pipelinedValue)},o.snapshot))}catch(i){o.erroredOrDestroyed=!0,this.errorHandler?.handleError(i)}this.executing=!1;for(let r of this.sequences)r.afterRun(),r.once&&(this.sequences.delete(r),r.destroy());for(let r of this.deferredRegistrations)this.sequences.add(r);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),n&&R(17)}register(n){let{view:r}=n;r!==void 0?((r[Wt]??=[]).push(n),Yt(r),r[w]|=8192):this.executing?this.deferredRegistrations.add(n):this.addSequence(n)}addSequence(n){this.sequences.add(n),this.scheduler.notify(7)}unregister(n){this.executing&&this.sequences.has(n)?(n.erroredOrDestroyed=!0,n.pipelinedValue=void 0,n.once=!0):(this.sequences.delete(n),this.deferredRegistrations.delete(n))}maybeTrace(n,r){return r?r.run(Qi.AFTER_NEXT_RENDER,n):n()}static \u0275prov=A({token:e,providedIn:"root",factory:()=>new e})}return e})(),Ai=class{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(t,n,r,o,i,s=null){this.impl=t,this.hooks=n,this.view=r,this.once=o,this.snapshot=s,this.unregisterOnDestroy=i?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();let t=this.view?.[Wt];t&&(this.view[Wt]=t.filter(n=>n!==this))}};function gI(e,t){let n=t?.injector??g(ve);return Ze("NgAfterRender"),uh(e,n,t,!1)}function ch(e,t){!t?.injector&&va(ch);let n=t?.injector??g(ve);return Ze("NgAfterNextRender"),uh(e,n,t,!0)}function mI(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}function uh(e,t,n,r){let o=t.get(Eu);o.impl??=t.get(ah);let i=t.get(xr,null,{optional:!0}),s=n?.manualCleanup!==!0?t.get(Dt):null,a=t.get(dr,null,{optional:!0}),c=new Ai(o.impl,mI(e),a?.view,r,s,i?.snapshot(null));return o.impl.register(c),c}var yI=(()=>{class e{log(n){console.log(n)}warn(n){console.warn(n)}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"platform"})}return e})();var lh=new N(""),dh=new N(""),DI=(()=>{class e{_ngZone;registry;_isZoneStable=!0;_callbacks=[];_taskTrackingZone=null;_destroyRef;constructor(n,r,o){this._ngZone=n,this.registry=r,Uo()&&(this._destroyRef=g(Dt,{optional:!0})??void 0),Iu||(ph(o),o.addToWindow(r)),this._watchAngularEvents(),n.run(()=>{this._taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){let n=this._ngZone.onUnstable.subscribe({next:()=>{this._isZoneStable=!1}}),r=this._ngZone.runOutsideAngular(()=>this._ngZone.onStable.subscribe({next:()=>{oe.assertNotInAngularZone(),queueMicrotask(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}}));this._destroyRef?.onDestroy(()=>{n.unsubscribe(),r.unsubscribe()})}isStable(){return this._isZoneStable&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())queueMicrotask(()=>{for(;this._callbacks.length!==0;){let n=this._callbacks.pop();clearTimeout(n.timeoutId),n.doneCb()}});else{let n=this.getPendingTasks();this._callbacks=this._callbacks.filter(r=>r.updateCb&&r.updateCb(n)?(clearTimeout(r.timeoutId),!1):!0)}}getPendingTasks(){return this._taskTrackingZone?this._taskTrackingZone.macroTasks.map(n=>({source:n.source,creationLocation:n.creationLocation,data:n.data})):[]}addCallback(n,r,o){let i=-1;r&&r>0&&(i=setTimeout(()=>{this._callbacks=this._callbacks.filter(s=>s.timeoutId!==i),n()},r)),this._callbacks.push({doneCb:n,timeoutId:i,updateCb:o})}whenStable(n,r,o){if(o&&!this._taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(n,r,o),this._runCallbacksIfReady()}registerApplication(n){this.registry.registerApplication(n,this)}unregisterApplication(n){this.registry.unregisterApplication(n)}findProviders(n,r,o){return[]}static \u0275fac=function(r){return new(r||e)(V(oe),V(fh),V(dh))};static \u0275prov=A({token:e,factory:e.\u0275fac})}return e})(),fh=(()=>{class e{_applications=new Map;registerApplication(n,r){this._applications.set(n,r)}unregisterApplication(n){this._applications.delete(n)}unregisterAllApplications(){this._applications.clear()}getTestability(n){return this._applications.get(n)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(n,r=!0){return Iu?.findTestabilityInTree(this,n,r)??null}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"platform"})}return e})();function ph(e){Iu=e}var Iu;function Ki(e){return!!e&&typeof e.then=="function"}function Cu(e){return!!e&&typeof e.subscribe=="function"}var wu=new N("");function vI(e){return ha([{provide:wu,multi:!0,useValue:e}])}var bu=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=g(wu,{optional:!0})??[];injector=g(ve);constructor(){}runInitializers(){if(this.initialized)return;let n=[];for(let o of this.appInits){let i=$o(this.injector,o);if(Ki(i))n.push(i);else if(Cu(i)){let s=new Promise((a,c)=>{i.subscribe({complete:a,error:c})});n.push(s)}}let r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(o=>{this.reject(o)}),n.length===0&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),hh=new N("");function gh(){Hs(()=>{let e="";throw new D(600,e)})}function mh(e){return e.isBoundToModule}var EI=10;var Ln=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=g(Ge);afterRenderManager=g(Eu);zonelessEnabled=g(ii);rootEffectScheduler=g(si);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new le;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=g(Jt);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(Ke(n=>!n))}constructor(){g(xr,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:o=>{o&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=g(De);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){return this.bootstrapImpl(n,r)}bootstrapImpl(n,r,o=ve.NULL){return this._injector.get(oe).run(()=>{R(10);let s=n instanceof qi;if(!this._injector.get(bu).done){let h="";throw new D(405,h)}let c;s?c=n:c=this._injector.get(Mr).resolveComponentFactory(n),this.componentTypes.push(c.componentType);let u=mh(c)?void 0:this._injector.get(nn),l=r||c.selector,d=c.create(o,[],l,u),p=d.location.nativeElement,f=d.injector.get(lh,null);return f?.registerApplication(p),d.onDestroy(()=>{this.detachView(d.hostView),pr(this.components,d),f?.unregisterApplication(p)}),this._loadComponent(d),R(11,d),d})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){R(12),this.tracingSnapshot!==null?this.tracingSnapshot.run(Qi.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw new D(101,!1);let n=C(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,C(n),this.afterTick.next(),R(13)}};synchronize(){this._rendererFactory===null&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(Dr,null,{optional:!0}));let n=0;for(;this.dirtyFlags!==0&&n++<EI;)R(14),this.synchronizeOnce(),R(15)}synchronizeOnce(){this.dirtyFlags&16&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(this.dirtyFlags&7){let r=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:o}of this.allViews){if(!r&&!ir(o))continue;let i=r&&!this.zonelessEnabled?0:1;du(o,i),n=!0}if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&23)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:n})=>ir(n))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(n){let r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){let r=n;pr(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(o){this.internalErrorHandler(o)}this.components.push(n),this._injector.get(hh,[]).forEach(o=>o(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>pr(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new D(406,!1);let n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function pr(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function yh(e,t,n,r){let o=y(),i=et();if(ue(o,i,t)){let s=k(),a=Cn();Dv(a,o,e,t,n,r)}return yh}var Rc=class{destroy(t){}updateValue(t,n){}swap(t,n){let r=Math.min(t,n),o=Math.max(t,n),i=this.detach(o);if(o-r>1){let s=this.detach(r);this.attach(r,i),this.attach(o,s)}else this.attach(r,i)}move(t,n){this.attach(n,this.detach(t))}};function Ja(e,t,n,r,o){return e===n&&Object.is(t,r)?1:Object.is(o(e,t),o(n,r))?-1:0}function II(e,t,n){let r,o,i=0,s=e.length-1,a=void 0;if(Array.isArray(t)){let c=t.length-1;for(;i<=s&&i<=c;){let u=e.at(i),l=t[i],d=Ja(i,u,i,l,n);if(d!==0){d<0&&e.updateValue(i,l),i++;continue}let p=e.at(s),f=t[c],h=Ja(s,p,c,f,n);if(h!==0){h<0&&e.updateValue(s,f),s--,c--;continue}let m=n(i,u),M=n(s,p),I=n(i,l);if(Object.is(I,M)){let X=n(c,f);Object.is(X,m)?(e.swap(i,s),e.updateValue(s,f),c--,s--):e.move(s,i),e.updateValue(i,l),i++;continue}if(r??=new Ri,o??=ff(e,i,s,n),Oc(e,r,i,I))e.updateValue(i,l),i++,s++;else if(o.has(I))r.set(m,e.detach(i)),s--;else{let X=e.create(i,t[i]);e.attach(i,X),i++,s++}}for(;i<=c;)df(e,r,n,i,t[i]),i++}else if(t!=null){let c=t[Symbol.iterator](),u=c.next();for(;!u.done&&i<=s;){let l=e.at(i),d=u.value,p=Ja(i,l,i,d,n);if(p!==0)p<0&&e.updateValue(i,d),i++,u=c.next();else{r??=new Ri,o??=ff(e,i,s,n);let f=n(i,d);if(Oc(e,r,i,f))e.updateValue(i,d),i++,s++,u=c.next();else if(!o.has(f))e.attach(i,e.create(i,d)),i++,s++,u=c.next();else{let h=n(i,l);r.set(h,e.detach(i)),s--}}}for(;!u.done;)df(e,r,n,e.length,u.value),u=c.next()}for(;i<=s;)e.destroy(e.detach(s--));r?.forEach(c=>{e.destroy(c)})}function Oc(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function df(e,t,n,r,o){if(Oc(e,t,r,n(r,o)))e.updateValue(r,o);else{let i=e.create(r,o);e.attach(r,i)}}function ff(e,t,n,r){let o=new Set;for(let i=t;i<=n;i++)o.add(r(i,e.at(i)));return o}var Ri=class{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;let n=this.kvMap.get(t);return this._vMap!==void 0&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);this._vMap===void 0&&(this._vMap=new Map);let o=this._vMap;for(;o.has(r);)r=o.get(r);o.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),this._vMap!==void 0){let o=this._vMap;for(;o.has(r);)r=o.get(r),t(r,n)}}};function CI(e,t,n,r,o,i,s,a){Ze("NgControlFlow");let c=y(),u=k(),l=Oe(u.consts,i);return xn(c,u,e,t,n,r,o,l,256,s,a),_u}function _u(e,t,n,r,o,i,s,a){Ze("NgControlFlow");let c=y(),u=k(),l=Oe(u.consts,i);return xn(c,u,e,t,n,r,o,l,512,s,a),_u}function wI(e,t){Ze("NgControlFlow");let n=y(),r=et(),o=n[r]!==$?n[r]:-1,i=o!==-1?Oi(n,H+o):void 0,s=0;if(ue(n,r,e)){let a=C(null);try{if(i!==void 0&&Np(i,s),e!==-1){let c=H+e,u=Oi(n,c),l=Lc(n[b],c),d=Ap(u,l,n),p=_r(n,l,t,{dehydratedView:d});Tr(u,p,s,Mn(l,d))}}finally{C(a)}}else if(i!==void 0){let a=Mp(i,s);a!==void 0&&(a[B]=t)}}var Fc=class{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-K}};function bI(e){return e}function _I(e,t){return t}var kc=class{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function TI(e,t,n,r,o,i,s,a,c,u,l,d,p){Ze("NgControlFlow");let f=y(),h=k(),m=c!==void 0,M=y(),I=a?s.bind(M[ce][B]):s,X=new kc(m,I);M[H+e]=X,xn(f,h,e+1,t,n,r,o,Oe(h.consts,i),256),m&&xn(f,h,e+2,c,u,l,d,Oe(h.consts,p),512)}var Pc=class extends Rc{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r}get length(){return this.lContainer.length-K}at(t){return this.getLView(t)[B].$implicit}attach(t,n){let r=n[$t];this.needsIndexUpdate||=t!==this.length,Tr(this.lContainer,n,t,Mn(this.templateTNode,r))}detach(t){return this.needsIndexUpdate||=t!==this.length-1,MI(this.lContainer,t)}create(t,n){let r=wi(this.lContainer,this.templateTNode.tView.ssrId),o=_r(this.hostLView,this.templateTNode,new Fc(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),o}destroy(t){Ui(t[b],t),this.operationsCounter?.recordDestroy()}updateValue(t,n){this.getLView(t)[B].$implicit=n}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[B].$index=t}getLView(t){return NI(this.lContainer,t)}};function SI(e){let t=C(null),n=ye();try{let r=y(),o=r[b],i=r[n],s=n+1,a=Oi(r,s);if(i.liveCollection===void 0){let u=Lc(o,s);i.liveCollection=new Pc(a,r,u)}else i.liveCollection.reset();let c=i.liveCollection;if(II(c,e,i.trackByFn),c.updateIndexes(),i.hasEmptyBlock){let u=et(),l=c.length===0;if(ue(r,u,l)){let d=n+2,p=Oi(r,d);if(l){let f=Lc(o,d),h=Ap(p,f,r),m=_r(r,f,void 0,{dehydratedView:h});Tr(p,m,0,Mn(f,h))}else o.firstUpdatePass&&nE(p),Np(p,0)}}}finally{C(t)}}function Oi(e,t){return e[t]}function MI(e,t){return yr(e,t)}function NI(e,t){return Mp(e,t)}function Lc(e,t){return or(e,t)}function Dh(e,t,n){let r=y(),o=et();if(ue(r,o,t)){let i=k(),s=Cn();fp(s,r,e,t,r[F],n)}return Dh}function jc(e,t,n,r,o){su(t,e,n,o?"class":"style",r)}function Tu(e,t,n,r){let o=y(),i=k(),s=H+e,a=o[F],c=i.firstCreatePass?kp(s,i,o,t,iu,Yo(),n,r):i.data[s],u=xI(i,o,c,a,t,e);o[s]=u;let l=rr(c);return gt(c,!0),ap(a,u,c),!$i(c)&&ur()&&zi(i,o,u,c),(pd()===0||l)&&Fn(u,o),hd(),l&&(Hi(i,o,c),Qc(i,c,o)),r!==null&&ru(o,c),Tu}function Su(){let e=J();Qo()?Ko():(e=e.parent,gt(e,!1));let t=e;md(t)&&yd(),gd();let n=k();return n.firstCreatePass&&Pp(n,t),t.classesWithoutHost!=null&&Ly(t)&&jc(n,t,y(),t.classesWithoutHost,!0),t.stylesWithoutHost!=null&&jy(t)&&jc(n,t,y(),t.stylesWithoutHost,!1),Su}function vh(e,t,n,r){return Tu(e,t,n,r),Su(),vh}var xI=(e,t,n,r,o,i)=>(lr(!0),op(r,o,Ad()));function AI(e,t,n,r,o){let i=t.consts,s=Oe(i,r),a=Sr(t,e,8,"ng-container",s);s!==null&&Cc(a,s,!0);let c=Oe(i,o);return Yo()&&pu(t,n,a,c,iu),a.mergedAttrs=Tn(a.mergedAttrs,a.attrs),t.queries!==null&&t.queries.elementStart(t,a),a}function Mu(e,t,n){let r=y(),o=k(),i=e+H,s=o.firstCreatePass?AI(i,o,r,t,n):o.data[i];gt(s,!0);let a=RI(o,r,s,e);return r[i]=a,ur()&&zi(o,r,a,s),Fn(a,r),rr(s)&&(Hi(o,r,s),Qc(o,s,r)),n!=null&&ru(r,s),Mu}function Nu(){let e=J(),t=k();return Qo()?Ko():(e=e.parent,gt(e,!1)),t.firstCreatePass&&(Gc(t,e),Go(e)&&t.queries.elementEnd(e)),Nu}function Eh(e,t,n){return Mu(e,t,n),Nu(),Eh}var RI=(e,t,n,r)=>(lr(!0),rv(t[F],""));function OI(){return y()}function Ih(e,t,n){let r=y(),o=et();if(ue(r,o,t)){let i=k(),s=Cn();ou(s,r,e,t,r[F],n)}return Ih}function Ch(e,t,n){let r=y(),o=et();if(ue(r,o,t)){let i=k(),s=Cn(),a=La(i.data),c=Iv(a,s,r);ou(s,r,e,t,c,n)}return Ch}var Xt=void 0;function FI(e){let t=Math.floor(Math.abs(e)),n=e.toString().replace(/^[^.]*\.?/,"").length;return t===1&&n===0?1:5}var kI=["en",[["a","p"],["AM","PM"],Xt],[["AM","PM"],Xt,Xt],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Xt,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Xt,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Xt,"{1} 'at' {0}",Xt],[".",",",";","%","+","-","E","\xD7","\u2030","\u221E","NaN",":"],["#,##0.###","#,##0%","\xA4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",FI],hr={};function xu(e,t,n){typeof t!="string"&&(n=t,t=e[j.LocaleId]),t=t.toLowerCase().replace(/_/g,"-"),hr[t]=e,n&&(hr[t][j.ExtraData]=n)}function pe(e){let t=PI(e),n=pf(t);if(n)return n;let r=t.split("-")[0];if(n=pf(r),n)return n;if(r==="en")return kI;throw new D(701,!1)}function pf(e){return e in hr||(hr[e]=Be.ng&&Be.ng.common&&Be.ng.common.locales&&Be.ng.common.locales[e]),hr[e]}var j=function(e){return e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData",e}(j||{});function PI(e){return e.toLowerCase().replace(/_/g,"-")}var Ar="en-US";var LI=Ar;function wh(e){typeof e=="string"&&(LI=e.toLowerCase().replace(/_/g,"-"))}function bh(e,t,n){let r=y(),o=k(),i=J();return _h(o,r,r[F],i,e,t,n),bh}function _h(e,t,n,r,o,i,s){let a=!0,c=null;if((r.type&3||s)&&(c??=Ya(r,t,i),DE(r,e,t,s,n,o,i,c)&&(a=!1)),a){let u=r.outputs?.[o],l=r.hostDirectiveOutputs?.[o];if(l&&l.length)for(let d=0;d<l.length;d+=2){let p=l[d],f=l[d+1];c??=Ya(r,t,i),ef(r,t,p,f,o,c)}if(u&&u.length)for(let d of u)c??=Ya(r,t,i),ef(r,t,d,o,o,c)}}function jI(e=1){return Nd(e)}function VI(e,t){let n=null,r=ZD(e);for(let o=0;o<t.length;o++){let i=t[o];if(i==="*"){n=o;continue}if(r===null?rp(e,i,!0):KD(r,i))return o}return n}function BI(e){let t=y()[ce][ae];if(!t.projection){let n=e?e.length:1,r=t.projection=ed(n,null),o=r.slice(),i=t.child;for(;i!==null;){if(i.type!==128){let s=e?VI(i,e):0;s!==null&&(o[s]?o[s].projectionNext=i:r[s]=i,o[s]=i)}i=i.next}}}function HI(e,t=0,n,r,o,i){let s=y(),a=k(),c=r?e+1:null;c!==null&&xn(s,a,c,r,o,i,null,n);let u=Sr(a,H+e,16,null,n||null);u.projection===null&&(u.projection=t),Ko();let d=!s[$t]||Oa();s[ce][ae].projection[u.projection]===null&&c!==null?$I(s,a,c):d&&!$i(u)&&Pv(a,s,u)}function $I(e,t,n){let r=H+n,o=t.data[r],i=e[r],s=wi(i,o.tView.ssrId),a=_r(e,o,void 0,{dehydratedView:s});Tr(i,a,0,Mn(o,s))}function UI(e,t,n,r){VE(e,t,n,r)}function zI(e,t,n){zp(e,t,n)}function GI(e){let t=y(),n=k(),r=ei();cr(r+1);let o=yu(n,r);if(e.dirty&&cd(t)===((o.metadata.flags&2)===2)){if(o.matches===null)e.reset([]);else{let i=Wp(t,r);e.reset(i,Rf),e.notifyOnChanges()}return!0}return!1}function WI(){return mu(y(),ei())}function qI(e,t,n,r){$E(e,zp(t,n,r))}function ZI(e=1){cr(ei()+e)}function YI(e){let t=Id();return Wo(t,H+e)}function di(e,t){return e<<17|t<<2}function rn(e){return e>>17&32767}function QI(e){return(e&2)==2}function KI(e,t){return e&131071|t<<17}function Vc(e){return e|2}function An(e){return(e&131068)>>2}function Xa(e,t){return e&-131069|t<<2}function JI(e){return(e&1)===1}function Bc(e){return e|1}function XI(e,t,n,r,o,i){let s=i?t.classBindings:t.styleBindings,a=rn(s),c=An(s);e[r]=n;let u=!1,l;if(Array.isArray(n)){let d=n;l=d[1],(l===null||mn(d,l)>0)&&(u=!0)}else l=n;if(o)if(c!==0){let p=rn(e[a+1]);e[r+1]=di(p,a),p!==0&&(e[p+1]=Xa(e[p+1],r)),e[a+1]=KI(e[a+1],r)}else e[r+1]=di(a,0),a!==0&&(e[a+1]=Xa(e[a+1],r)),a=r;else e[r+1]=di(c,0),a===0?a=r:e[c+1]=Xa(e[c+1],r),c=r;u&&(e[r+1]=Vc(e[r+1])),hf(e,l,r,!0),hf(e,l,r,!1),eC(t,l,e,r,i),s=di(a,c),i?t.classBindings=s:t.styleBindings=s}function eC(e,t,n,r,o){let i=o?e.residualClasses:e.residualStyles;i!=null&&typeof t=="string"&&mn(i,t)>=0&&(n[r+1]=Bc(n[r+1]))}function hf(e,t,n,r){let o=e[n+1],i=t===null,s=r?rn(o):An(o),a=!1;for(;s!==0&&(a===!1||i);){let c=e[s],u=e[s+1];tC(c,t)&&(a=!0,e[s+1]=r?Bc(u):Vc(u)),s=r?rn(u):An(u)}a&&(e[n+1]=r?Vc(o):Bc(o))}function tC(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?mn(e,t)>=0:!1}var ke={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function nC(e){return e.substring(ke.key,ke.keyEnd)}function rC(e){return oC(e),Th(e,Sh(e,0,ke.textEnd))}function Th(e,t){let n=ke.textEnd;return n===t?-1:(t=ke.keyEnd=iC(e,ke.key=t,n),Sh(e,t,n))}function oC(e){ke.key=0,ke.keyEnd=0,ke.value=0,ke.valueEnd=0,ke.textEnd=e.length}function Sh(e,t,n){for(;t<n&&e.charCodeAt(t)<=32;)t++;return t}function iC(e,t,n){for(;t<n&&e.charCodeAt(t)>32;)t++;return t}function Ji(e,t,n){return Nh(e,t,n,!1),Ji}function Mh(e,t){return Nh(e,t,null,!0),Mh}function sC(e){cC(hC,aC,e,!0)}function aC(e,t){for(let n=rC(t);n>=0;n=Th(t,n))Vo(e,nC(t),!0)}function Nh(e,t,n,r){let o=y(),i=k(),s=Qt(2);if(i.firstUpdatePass&&Ah(i,e,s,r),t!==$&&ue(o,s,t)){let a=i.data[ye()];Rh(i,a,o,o[F],e,o[s+1]=mC(t,n),r,s)}}function cC(e,t,n,r){let o=k(),i=Qt(2);o.firstUpdatePass&&Ah(o,null,i,r);let s=y();if(n!==$&&ue(s,i,n)){let a=o.data[ye()];if(Oh(a,r)&&!xh(o,i)){let c=r?a.classesWithoutHost:a.stylesWithoutHost;c!==null&&(n=Fo(c,n||"")),jc(o,a,s,n,r)}else gC(o,a,s,s[F],s[i+1],s[i+1]=pC(e,t,n),r,i)}}function xh(e,t){return t>=e.expandoStartIndex}function Ah(e,t,n,r){let o=e.data;if(o[n+1]===null){let i=o[ye()],s=xh(e,n);Oh(i,r)&&t===null&&!s&&(t=!1),t=uC(o,i,t,r),XI(o,i,t,n,s,r)}}function uC(e,t,n,r){let o=La(e),i=r?t.residualClasses:t.residualStyles;if(o===null)(r?t.classBindings:t.styleBindings)===0&&(n=ec(null,e,t,n,r),n=Ir(n,t.attrs,r),i=null);else{let s=t.directiveStylingLast;if(s===-1||e[s]!==o)if(n=ec(o,e,t,n,r),i===null){let c=lC(e,t,r);c!==void 0&&Array.isArray(c)&&(c=ec(null,e,t,c[1],r),c=Ir(c,t.attrs,r),dC(e,t,r,c))}else i=fC(e,t,r)}return i!==void 0&&(r?t.residualClasses=i:t.residualStyles=i),n}function lC(e,t,n){let r=n?t.classBindings:t.styleBindings;if(An(r)!==0)return e[rn(r)]}function dC(e,t,n,r){let o=n?t.classBindings:t.styleBindings;e[rn(o)]=r}function fC(e,t,n){let r,o=t.directiveEnd;for(let i=1+t.directiveStylingLast;i<o;i++){let s=e[i].hostAttrs;r=Ir(r,s,n)}return Ir(r,t.attrs,n)}function ec(e,t,n,r,o){let i=null,s=n.directiveEnd,a=n.directiveStylingLast;for(a===-1?a=n.directiveStart:a++;a<s&&(i=t[a],r=Ir(r,i.hostAttrs,o),i!==e);)a++;return e!==null&&(n.directiveStylingLast=a),r}function Ir(e,t,n){let r=n?1:2,o=-1;if(t!==null)for(let i=0;i<t.length;i++){let s=t[i];typeof s=="number"?o=s:o===r&&(Array.isArray(e)||(e=e===void 0?[]:["",e]),Vo(e,s,n?!0:t[++i]))}return e===void 0?null:e}function pC(e,t,n){if(n==null||n==="")return re;let r=[],o=Ct(n);if(Array.isArray(o))for(let i=0;i<o.length;i++)e(r,o[i],!0);else if(typeof o=="object")for(let i in o)o.hasOwnProperty(i)&&e(r,i,o[i]);else typeof o=="string"&&t(r,o);return r}function hC(e,t,n){let r=String(t);r!==""&&!r.includes(" ")&&Vo(e,r,n)}function gC(e,t,n,r,o,i,s,a){o===$&&(o=re);let c=0,u=0,l=0<o.length?o[0]:null,d=0<i.length?i[0]:null;for(;l!==null||d!==null;){let p=c<o.length?o[c+1]:void 0,f=u<i.length?i[u+1]:void 0,h=null,m;l===d?(c+=2,u+=2,p!==f&&(h=d,m=f)):d===null||l!==null&&l<d?(c+=2,h=l):(u+=2,h=d,m=f),h!==null&&Rh(e,t,n,r,h,m,s,a),l=c<o.length?o[c]:null,d=u<i.length?i[u]:null}}function Rh(e,t,n,r,o,i,s,a){if(!(t.type&3))return;let c=e.data,u=c[a+1],l=JI(u)?gf(c,t,n,o,An(u),s):void 0;if(!Fi(l)){Fi(i)||QI(u)&&(i=gf(c,null,n,o,a,s));let d=Ta(ye(),n);jv(r,s,d,o,i)}}function gf(e,t,n,r,o,i){let s=t===null,a;for(;o>0;){let c=e[o],u=Array.isArray(c),l=u?c[1]:c,d=l===null,p=n[o+1];p===$&&(p=d?re:void 0);let f=d?Bo(p,r):l===r?p:void 0;if(u&&!Fi(f)&&(f=Bo(c,r)),Fi(f)&&(a=f,s))return a;let h=e[o+1];o=s?rn(h):An(h)}if(t!==null){let c=i?t.residualClasses:t.residualStyles;c!=null&&(a=Bo(c,r))}return a}function Fi(e){return e!==void 0}function mC(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=fe(Ct(e)))),e}function Oh(e,t){return(e.flags&(t?8:16))!==0}function yC(e,t=""){let n=y(),r=k(),o=e+H,i=r.firstCreatePass?Sr(r,o,1,t,null):r.data[o],s=DC(r,n,i,t,e);n[o]=s,ur()&&zi(r,n,s,i),gt(i,!1)}var DC=(e,t,n,r,o)=>(lr(!0),tv(t[F],r));function Fh(e,t,n,r=""){return ue(e,et(),n)?t+G(n)+r:$}function vC(e,t,n,r,o,i=""){let s=ar(),a=vr(e,s,n,o);return Qt(2),a?t+G(n)+r+G(o)+i:$}function EC(e,t,n,r,o,i,s,a=""){let c=ar(),u=jp(e,c,n,o,s);return Qt(3),u?t+G(n)+r+G(o)+i+G(s)+a:$}function IC(e,t,n,r,o,i,s,a,c,u=""){let l=ar(),d=gu(e,l,n,o,s,c);return Qt(4),d?t+G(n)+r+G(o)+i+G(s)+a+G(c)+u:$}function CC(e,t,n,r,o,i,s,a,c,u,l,d=""){let p=ar(),f=gu(e,p,n,o,s,c);return f=ue(e,p+4,l)||f,Qt(5),f?t+G(n)+r+G(o)+i+G(s)+a+G(c)+u+G(l)+d:$}function kh(e){return Au("",e),kh}function Au(e,t,n){let r=y(),o=Fh(r,e,t,n);return o!==$&&Rr(r,ye(),o),Au}function Ph(e,t,n,r,o){let i=y(),s=vC(i,e,t,n,r,o);return s!==$&&Rr(i,ye(),s),Ph}function Lh(e,t,n,r,o,i,s){let a=y(),c=EC(a,e,t,n,r,o,i,s);return c!==$&&Rr(a,ye(),c),Lh}function jh(e,t,n,r,o,i,s,a,c){let u=y(),l=IC(u,e,t,n,r,o,i,s,a,c);return l!==$&&Rr(u,ye(),l),jh}function Vh(e,t,n,r,o,i,s,a,c,u,l){let d=y(),p=CC(d,e,t,n,r,o,i,s,a,c,u,l);return p!==$&&Rr(d,ye(),p),Vh}function Rr(e,t,n){let r=Ta(t,e);nv(e[F],r,n)}function Bh(e,t,n){$a(t)&&(t=t());let r=y(),o=et();if(ue(r,o,t)){let i=k(),s=Cn();fp(s,r,e,t,r[F],n)}return Bh}function wC(e,t){let n=$a(e);return n&&e.set(t),n}function Hh(e,t){let n=y(),r=k(),o=J();return _h(r,n,n[F],o,e,t),Hh}function bC(e,t,n=""){return Fh(y(),e,t,n)}function _C(e,t,n){let r=k();if(r.firstCreatePass){let o=Ce(e);Hc(n,r.data,r.blueprint,o,!0),Hc(t,r.data,r.blueprint,o,!1)}}function Hc(e,t,n,r,o){if(e=Y(e),Array.isArray(e))for(let i=0;i<e.length;i++)Hc(e[i],t,n,r,o);else{let i=k(),s=y(),a=J(),c=Lt(e)?e:Y(e.provide),u=Da(e),l=a.providerIndexes&1048575,d=a.directiveStart,p=a.providerIndexes>>20;if(Lt(e)||!e.multi){let f=new tn(u,o,U),h=nc(c,t,o?l:l+p,d);h===-1?(oc(Ei(a,s),i,c),tc(i,e,t.length),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(f),s.push(f)):(n[h]=f,s[h]=f)}else{let f=nc(c,t,l+p,d),h=nc(c,t,l,l+p),m=f>=0&&n[f],M=h>=0&&n[h];if(o&&!M||!o&&!m){oc(Ei(a,s),i,c);let I=MC(o?SC:TC,n.length,o,r,u);!o&&M&&(n[h].providerFactory=I),tc(i,e,t.length,0),t.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),n.push(I),s.push(I)}else{let I=$h(n[o?h:f],u,!o&&r);tc(i,e,f>-1?f:h,I)}!o&&r&&M&&n[h].componentProviders++}}}function tc(e,t,n,r){let o=Lt(t),i=sd(t);if(o||i){let c=(i?Y(t.useClass):t).prototype.ngOnDestroy;if(c){let u=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){let l=u.indexOf(n);l===-1?u.push(n,[r,c]):u[l+1].push(r,c)}else u.push(n,c)}}}function $h(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function nc(e,t,n,r){for(let o=n;o<r;o++)if(t[o]===e)return o;return-1}function TC(e,t,n,r){return $c(this.multi,[])}function SC(e,t,n,r){let o=this.multi,i;if(this.providerFactory){let s=this.providerFactory.componentProviders,a=gr(n,n[b],this.providerFactory.index,r);i=a.slice(0,s),$c(o,i);for(let c=s;c<a.length;c++)i.push(a[c])}else i=[],$c(o,i);return i}function $c(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function MC(e,t,n,r,o){let i=new tn(e,n,U);return i.multi=[],i.index=t,i.componentProviders=0,$h(i,o,r&&!n),i}function NC(e,t=[]){return n=>{n.providersResolver=(r,o)=>_C(r,o?o(e):e,t)}}function xC(e,t,n){let r=mt()+e,o=y();return o[r]===$?Nr(o,r,n?t.call(n):t()):yE(o,r)}function AC(e,t,n,r){return Uh(y(),mt(),e,t,n,r)}function RC(e,t,n,r,o){return zh(y(),mt(),e,t,n,r,o)}function OC(e,t,n,r,o,i){return kC(y(),mt(),e,t,n,r,o,i)}function FC(e,t,n,r,o,i,s){return PC(y(),mt(),e,t,n,r,o,i,s)}function Xi(e,t){let n=e[t];return n===$?void 0:n}function Uh(e,t,n,r,o,i){let s=t+n;return ue(e,s,o)?Nr(e,s+1,i?r.call(i,o):r(o)):Xi(e,s+1)}function zh(e,t,n,r,o,i,s){let a=t+n;return vr(e,a,o,i)?Nr(e,a+2,s?r.call(s,o,i):r(o,i)):Xi(e,a+2)}function kC(e,t,n,r,o,i,s,a){let c=t+n;return jp(e,c,o,i,s)?Nr(e,c+3,a?r.call(a,o,i,s):r(o,i,s)):Xi(e,c+3)}function PC(e,t,n,r,o,i,s,a,c){let u=t+n;return gu(e,u,o,i,s,a)?Nr(e,u+4,c?r.call(c,o,i,s,a):r(o,i,s,a)):Xi(e,u+4)}function LC(e,t){let n=k(),r,o=e+H;n.firstCreatePass?(r=jC(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks??=[]).push(o,r.onDestroy)):r=n.data[o];let i=r.factory||(r.factory=lt(r.type,!0)),s,a=se(U);try{let c=vi(!1),u=i();return vi(c),Sa(n,y(),o,u),u}finally{se(a)}}function jC(e,t){if(t)for(let n=t.length-1;n>=0;n--){let r=t[n];if(e===r.name)return r}}function VC(e,t,n){let r=e+H,o=y(),i=Wo(o,r);return Gh(o,r)?Uh(o,mt(),t,i.transform,n,i):i.transform(n)}function BC(e,t,n,r){let o=e+H,i=y(),s=Wo(i,o);return Gh(i,o)?zh(i,mt(),t,s.transform,n,r,s):s.transform(n,r)}function Gh(e,t){return e[b].data[t].pure}function HC(e,t){return Wi(e,t)}var ki=class{ngModuleFactory;componentFactories;constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}},$C=(()=>{class e{compileModuleSync(n){return new Mi(n)}compileModuleAsync(n){return Promise.resolve(this.compileModuleSync(n))}compileModuleAndAllComponentsSync(n){let r=this.compileModuleSync(n),o=pa(n),i=tp(o.declarations).reduce((s,a)=>{let c=He(a);return c&&s.push(new It(c)),s},[]);return new ki(r,i)}compileModuleAndAllComponentsAsync(n){return Promise.resolve(this.compileModuleAndAllComponentsSync(n))}clearCache(){}clearCacheFor(n){}getModuleId(n){}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var UC=(()=>{class e{zone=g(oe);changeDetectionScheduler=g(Ve);applicationRef=g(Ln);applicationErrorHandler=g(Ge);_onMicrotaskEmptySubscription;initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{try{this.applicationRef.dirtyFlags|=1,this.applicationRef._tick()}catch(n){this.applicationErrorHandler(n)}})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function Wh({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new oe(ne(te({},qh()),{scheduleInRootZone:n})),[{provide:oe,useFactory:e},{provide:Ht,multi:!0,useFactory:()=>{let r=g(UC,{optional:!0});return()=>r.initialize()}},{provide:Ht,multi:!0,useFactory:()=>{let r=g(zC);return()=>{r.initialize()}}},t===!0?{provide:Ua,useValue:!0}:[],{provide:za,useValue:n??rh},{provide:Ge,useFactory:()=>{let r=g(oe),o=g(De),i;return s=>{i??=o.get(je),r.runOutsideAngular(()=>i.handleError(s))}}}]}function qh(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var zC=(()=>{class e{subscription=new z;initialized=!1;zone=g(oe);pendingTasks=g(Jt);initialize(){if(this.initialized)return;this.initialized=!0;let n=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(n=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{oe.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{oe.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var Zh=(()=>{class e{applicationErrorHandler=g(Ge);appRef=g(Ln);taskService=g(Jt);ngZone=g(oe);zonelessEnabled=g(ii);tracing=g(xr,{optional:!0});disableScheduling=g(Ua,{optional:!0})??!1;zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new z;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Ni):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(g(za,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof xi||!this.zoneIsDefined)}notify(n){if(!this.zonelessEnabled&&n===5)return;let r=!1;switch(n){case 0:{this.appRef.dirtyFlags|=2;break}case 3:case 2:case 4:case 5:case 1:{this.appRef.dirtyFlags|=4;break}case 6:{this.appRef.dirtyFlags|=2,r=!0;break}case 12:{this.appRef.dirtyFlags|=16,r=!0;break}case 13:{this.appRef.dirtyFlags|=2,r=!0;break}case 11:{r=!0;break}case 9:case 8:case 7:case 10:default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick(r))return;let o=this.useMicrotaskScheduler?cf:oh;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>o(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>o(()=>this.tick()))}shouldScheduleTick(n){return!(this.disableScheduling&&!n||this.appRef.destroyed||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(Ni+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(this.appRef.dirtyFlags===0){this.cleanup();return}!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);let n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.taskService.remove(n),this.applicationErrorHandler(r)}finally{this.cleanup()}this.useMicrotaskScheduler=!0,cf(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){let n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function GC(){return typeof $localize<"u"&&$localize.locale||Ar}var jn=new N("",{providedIn:"root",factory:()=>g(jn,{optional:!0,skipSelf:!0})||GC()});var Or=class{destroyed=!1;listeners=null;errorHandler=g(je,{optional:!0});destroyRef=g(Dt);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new D(953,!1);return(this.listeners??=[]).push(t),{unsubscribe:()=>{let n=this.listeners?.indexOf(t);n!==void 0&&n!==-1&&this.listeners?.splice(n,1)}}}emit(t){if(this.destroyed){console.warn(Vt(953,!1));return}if(this.listeners===null)return;let n=C(null);try{for(let r of this.listeners)try{r(t)}catch(o){this.errorHandler?.handleError(o)}}finally{C(n)}}};function Qh(e){return zl(e)}function WC(e,t){return Zn(e,t?.equal)}var Yh=class{[Z];constructor(t){this[Z]=t}destroy(){this[Z].destroy()}};var ns=Symbol("InputSignalNode#UNSET"),ig=ne(te({},So),{transformFn:void 0,applyValueToInputSignal(e,t){Ft(e,t)}});function sg(e,t){let n=Object.create(ig);n.value=e,n.transformFn=t?.transform;function r(){if(Rt(n),n.value===ns){let o=null;throw new D(-950,o)}return n.value}return r[Z]=n,r}var Kh=class{attributeName;constructor(t){this.attributeName=t}__NG_ELEMENT_ID__=()=>qc(this.attributeName);toString(){return`HostAttributeToken ${this.attributeName}`}},JC=new N("");JC.__NG_ELEMENT_ID__=e=>{let t=J();if(t===null)throw new D(204,!1);if(t.type&2)return t.value;if(e&8)return null;throw new D(204,!1)};function J1(e){return new Or}function Jh(e,t){return sg(e,t)}function XC(e){return sg(ns,e)}var X1=(Jh.required=XC,Jh);function Xh(e,t){return Zp(t)}function ew(e,t){return Yp(t)}var eL=(Xh.required=ew,Xh);function ag(e,t){let n=Object.create(ig),r=new Or;n.value=e;function o(){return Rt(n),eg(n.value),n.value}return o[Z]=n,o.asReadonly=oi.bind(o),o.set=i=>{n.equal(n.value,i)||(Ft(n,i),r.emit(i))},o.update=i=>{eg(n.value),o.set(i(n.value))},o.subscribe=r.subscribe.bind(r),o.destroyRef=r.destroyRef,o}function eg(e){if(e===ns)throw new D(952,!1)}function tg(e,t){return ag(e,t)}function tw(e){return ag(ns,e)}var tL=(tg.required=tw,tg);var Ru=new N(""),nw=new N("");function Fr(e){return!e.moduleRef}function rw(e){let t=Fr(e)?e.r3Injector:e.moduleRef.injector,n=t.get(oe);return n.run(()=>{Fr(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let r=t.get(Ge),o;if(n.runOutsideAngular(()=>{o=n.onError.subscribe({next:r})}),Fr(e)){let i=()=>t.destroy(),s=e.platformInjector.get(Ru);s.add(i),t.onDestroy(()=>{o.unsubscribe(),s.delete(i)})}else{let i=()=>e.moduleRef.destroy(),s=e.platformInjector.get(Ru);s.add(i),e.moduleRef.onDestroy(()=>{pr(e.allPlatformModules,e.moduleRef),o.unsubscribe(),s.delete(i)})}return iw(r,n,()=>{let i=t.get(bu);return i.runInitializers(),i.donePromise.then(()=>{let s=t.get(jn,Ar);if(wh(s||Ar),!t.get(nw,!0))return Fr(e)?t.get(Ln):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(Fr(e)){let c=t.get(Ln);return e.rootComponent!==void 0&&c.bootstrap(e.rootComponent),c}else return ow?.(e.moduleRef,e.allPlatformModules),e.moduleRef})})})}var ow;function iw(e,t,n){try{let r=n();return Ki(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e(r)),r}}var es=null;function sw(e=[],t){return ve.create({name:t,providers:[{provide:ya,useValue:"platform"},{provide:Ru,useValue:new Set([()=>es=null])},...e]})}function aw(e=[]){if(es)return es;let t=sw(e);return es=t,gh(),cw(t),t}function cw(e){let t=e.get(jf,null);$o(e,()=>{t?.forEach(n=>n())})}var Bu=(()=>{class e{static __NG_ELEMENT_ID__=uw}return e})();function uw(e){return lw(J(),y(),(e&16)===16)}function lw(e,t,n){if(ht(e)&&!n){let r=be(e.index,t);return new vt(r,r)}else if(e.type&175){let r=t[ce];return new vt(r,t)}return null}var Ou=class{constructor(){}supports(t){return hu(t)}create(t){return new Fu(t)}},dw=(e,t)=>t,Fu=class{length=0;collection;_linkedRecords=null;_unlinkedRecords=null;_previousItHead=null;_itHead=null;_itTail=null;_additionsHead=null;_additionsTail=null;_movesHead=null;_movesTail=null;_removalsHead=null;_removalsTail=null;_identityChangesHead=null;_identityChangesTail=null;_trackByFn;constructor(t){this._trackByFn=t||dw}forEachItem(t){let n;for(n=this._itHead;n!==null;n=n._next)t(n)}forEachOperation(t){let n=this._itHead,r=this._removalsHead,o=0,i=null;for(;n||r;){let s=!r||n&&n.currentIndex<ng(r,o,i)?n:r,a=ng(s,o,i),c=s.currentIndex;if(s===r)o--,r=r._nextRemoved;else if(n=n._next,s.previousIndex==null)o++;else{i||(i=[]);let u=a-o,l=c-o;if(u!=l){for(let p=0;p<u;p++){let f=p<i.length?i[p]:i[p]=0,h=f+p;l<=h&&h<u&&(i[p]=f+1)}let d=s.previousIndex;i[d]=l-u}}a!==c&&t(s,a,c)}}forEachPreviousItem(t){let n;for(n=this._previousItHead;n!==null;n=n._nextPrevious)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;n!==null;n=n._nextAdded)t(n)}forEachMovedItem(t){let n;for(n=this._movesHead;n!==null;n=n._nextMoved)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;n!==null;n=n._nextRemoved)t(n)}forEachIdentityChange(t){let n;for(n=this._identityChangesHead;n!==null;n=n._nextIdentityChange)t(n)}diff(t){if(t==null&&(t=[]),!hu(t))throw new D(900,!1);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let n=this._itHead,r=!1,o,i,s;if(Array.isArray(t)){this.length=t.length;for(let a=0;a<this.length;a++)i=t[a],s=this._trackByFn(a,i),n===null||!Object.is(n.trackById,s)?(n=this._mismatch(n,i,s,a),r=!0):(r&&(n=this._verifyReinsertion(n,i,s,a)),Object.is(n.item,i)||this._addIdentityChange(n,i)),n=n._next}else o=0,Lp(t,a=>{s=this._trackByFn(o,a),n===null||!Object.is(n.trackById,s)?(n=this._mismatch(n,a,s,o),r=!0):(r&&(n=this._verifyReinsertion(n,a,s,o)),Object.is(n.item,a)||this._addIdentityChange(n,a)),n=n._next,o++}),this.length=o;return this._truncate(n),this.collection=t,this.isDirty}get isDirty(){return this._additionsHead!==null||this._movesHead!==null||this._removalsHead!==null||this._identityChangesHead!==null}_reset(){if(this.isDirty){let t;for(t=this._previousItHead=this._itHead;t!==null;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;t!==null;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;t!==null;t=t._nextMoved)t.previousIndex=t.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,n,r,o){let i;return t===null?i=this._itTail:(i=t._prev,this._remove(t)),t=this._unlinkedRecords===null?null:this._unlinkedRecords.get(r,null),t!==null?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._reinsertAfter(t,i,o)):(t=this._linkedRecords===null?null:this._linkedRecords.get(r,o),t!==null?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._moveAfter(t,i,o)):t=this._addAfter(new ku(n,r),i,o)),t}_verifyReinsertion(t,n,r,o){let i=this._unlinkedRecords===null?null:this._unlinkedRecords.get(r,null);return i!==null?t=this._reinsertAfter(i,t._prev,o):t.currentIndex!=o&&(t.currentIndex=o,this._addToMoves(t,o)),t}_truncate(t){for(;t!==null;){let n=t._next;this._addToRemovals(this._unlink(t)),t=n}this._unlinkedRecords!==null&&this._unlinkedRecords.clear(),this._additionsTail!==null&&(this._additionsTail._nextAdded=null),this._movesTail!==null&&(this._movesTail._nextMoved=null),this._itTail!==null&&(this._itTail._next=null),this._removalsTail!==null&&(this._removalsTail._nextRemoved=null),this._identityChangesTail!==null&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,n,r){this._unlinkedRecords!==null&&this._unlinkedRecords.remove(t);let o=t._prevRemoved,i=t._nextRemoved;return o===null?this._removalsHead=i:o._nextRemoved=i,i===null?this._removalsTail=o:i._prevRemoved=o,this._insertAfter(t,n,r),this._addToMoves(t,r),t}_moveAfter(t,n,r){return this._unlink(t),this._insertAfter(t,n,r),this._addToMoves(t,r),t}_addAfter(t,n,r){return this._insertAfter(t,n,r),this._additionsTail===null?this._additionsTail=this._additionsHead=t:this._additionsTail=this._additionsTail._nextAdded=t,t}_insertAfter(t,n,r){let o=n===null?this._itHead:n._next;return t._next=o,t._prev=n,o===null?this._itTail=t:o._prev=t,n===null?this._itHead=t:n._next=t,this._linkedRecords===null&&(this._linkedRecords=new ts),this._linkedRecords.put(t),t.currentIndex=r,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){this._linkedRecords!==null&&this._linkedRecords.remove(t);let n=t._prev,r=t._next;return n===null?this._itHead=r:n._next=r,r===null?this._itTail=n:r._prev=n,t}_addToMoves(t,n){return t.previousIndex===n||(this._movesTail===null?this._movesTail=this._movesHead=t:this._movesTail=this._movesTail._nextMoved=t),t}_addToRemovals(t){return this._unlinkedRecords===null&&(this._unlinkedRecords=new ts),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,this._removalsTail===null?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,n){return t.item=n,this._identityChangesTail===null?this._identityChangesTail=this._identityChangesHead=t:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=t,t}},ku=class{item;trackById;currentIndex=null;previousIndex=null;_nextPrevious=null;_prev=null;_next=null;_prevDup=null;_nextDup=null;_prevRemoved=null;_nextRemoved=null;_nextAdded=null;_nextMoved=null;_nextIdentityChange=null;constructor(t,n){this.item=t,this.trackById=n}},Pu=class{_head=null;_tail=null;add(t){this._head===null?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,n){let r;for(r=this._head;r!==null;r=r._nextDup)if((n===null||n<=r.currentIndex)&&Object.is(r.trackById,t))return r;return null}remove(t){let n=t._prevDup,r=t._nextDup;return n===null?this._head=r:n._nextDup=r,r===null?this._tail=n:r._prevDup=n,this._head===null}},ts=class{map=new Map;put(t){let n=t.trackById,r=this.map.get(n);r||(r=new Pu,this.map.set(n,r)),r.add(t)}get(t,n){let r=t,o=this.map.get(r);return o?o.get(t,n):null}remove(t){let n=t.trackById;return this.map.get(n).remove(t)&&this.map.delete(n),t}get isEmpty(){return this.map.size===0}clear(){this.map.clear()}};function ng(e,t,n){let r=e.previousIndex;if(r===null)return r;let o=0;return n&&r<n.length&&(o=n[r]),r+t+o}var Lu=class{constructor(){}supports(t){return t instanceof Map||Zi(t)}create(){return new ju}},ju=class{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;_removalsTail=null;get isDirty(){return this._additionsHead!==null||this._changesHead!==null||this._removalsHead!==null}forEachItem(t){let n;for(n=this._mapHead;n!==null;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;n!==null;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;n!==null;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;n!==null;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;n!==null;n=n._nextRemoved)t(n)}diff(t){if(!t)t=new Map;else if(!(t instanceof Map||Zi(t)))throw new D(900,!1);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(r,o)=>{if(n&&n.key===o)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{let i=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,i)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;r!==null;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){let r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){let o=this._records.get(t);this._maybeAddToChanges(o,n);let i=o._prev,s=o._next;return i&&(i._next=s),s&&(s._prev=i),o._next=null,o._prev=null,o}let r=new Vu(t);return this._records.set(t,r),r.currentValue=n,this._addToAdditions(r),r}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;t!==null;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;t!==null;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;t!=null;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){this._additionsHead===null?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){this._changesHead===null?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(r=>n(t[r],r))}},Vu=class{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}};function rg(){return new Hu([new Ou])}var Hu=(()=>{class e{factories;static \u0275prov=A({token:e,providedIn:"root",factory:rg});constructor(n){this.factories=n}static create(n,r){if(r!=null){let o=r.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:r=>e.create(n,r||rg()),deps:[[e,new zc,new Uc]]}}find(n){let r=this.factories.find(o=>o.supports(n));if(r!=null)return r;throw new D(901,!1)}}return e})();function og(){return new $u([new Lu])}var $u=(()=>{class e{static \u0275prov=A({token:e,providedIn:"root",factory:og});factories;constructor(n){this.factories=n}static create(n,r){if(r){let o=r.factories.slice();n=n.concat(o)}return new e(n)}static extend(n){return{provide:e,useFactory:r=>e.create(n,r||og()),deps:[[e,new zc,new Uc]]}}find(n){let r=this.factories.find(o=>o.supports(n));if(r)return r;throw new D(901,!1)}}return e})();var nL=(()=>{class e{constructor(n){}static \u0275fac=function(r){return new(r||e)(V(Ln))};static \u0275mod=Yi({type:e});static \u0275inj=Jn({})}return e})();function rL(e){R(8);try{let{rootComponent:t,appProviders:n,platformProviders:r}=e,o=aw(r),i=[Wh({}),{provide:Ve,useExisting:Zh},Od,...n||[]],s=new Er({providers:i,parent:o,debugName:"",runEnvironmentInitializers:!1});return rw({r3Injector:s.injector,platformInjector:o,rootComponent:t})}catch(t){return Promise.reject(t)}finally{R(9)}}function kr(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function Uu(e,t=NaN){return!isNaN(parseFloat(e))&&!isNaN(Number(e))?Number(e):t}function oL(e,t){let n=He(e),r=t.elementInjector||yn();return new It(n).create(r,t.projectableNodes,t.hostElement,t.environmentInjector,t.directives,t.bindings)}function iL(e){let t=He(e);if(!t)return null;let n=new It(t);return{get selector(){return n.selector},get type(){return n.componentType},get inputs(){return n.inputs},get outputs(){return n.outputs},get ngContentSelectors(){return n.ngContentSelectors},get isStandalone(){return t.standalone},get isSignal(){return t.signals}}}var lg=null;function rs(){return lg}function fw(e){lg??=e}var Gu=class{},Pr=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:()=>g(dg),providedIn:"platform"})}return e})(),pw=new N(""),dg=(()=>{class e extends Pr{_location;_history;_doc=g(Kt);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return rs().getBaseHref(this._doc)}onPopState(n){let r=rs().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){let r=rs().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,o){this._history.pushState(n,r,o)}replaceState(n,r,o){this._history.replaceState(n,r,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:()=>new e,providedIn:"platform"})}return e})();function os(e,t){return e?t?e.endsWith("/")?t.startsWith("/")?e+t.slice(1):e+t:t.startsWith("/")?e+t:`${e}/${t}`:e:t}function cg(e){let t=e.search(/#|\?|$/);return e[t-1]==="/"?e.slice(0,t-1)+e.slice(t):e}function Pe(e){return e&&e[0]!=="?"?`?${e}`:e}var Vn=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=A({token:e,factory:()=>g(fg),providedIn:"root"})}return e})(),is=new N(""),fg=(()=>{class e extends Vn{_platformLocation;_baseHref;_removeListenerFns=[];constructor(n,r){super(),this._platformLocation=n,this._baseHref=r??this._platformLocation.getBaseHrefFromDOM()??g(Kt).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}prepareExternalUrl(n){return os(this._baseHref,n)}path(n=!1){let r=this._platformLocation.pathname+Pe(this._platformLocation.search),o=this._platformLocation.hash;return o&&n?`${r}${o}`:r}pushState(n,r,o,i){let s=this.prepareExternalUrl(o+Pe(i));this._platformLocation.pushState(n,r,s)}replaceState(n,r,o,i){let s=this.prepareExternalUrl(o+Pe(i));this._platformLocation.replaceState(n,r,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static \u0275fac=function(r){return new(r||e)(V(Pr),V(is,8))};static \u0275prov=A({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),pg=(()=>{class e{_subject=new le;_basePath;_locationStrategy;_urlChangeListeners=[];_urlChangeSubscription=null;constructor(n){this._locationStrategy=n;let r=this._locationStrategy.getBaseHref();this._basePath=mw(cg(ug(r))),this._locationStrategy.onPopState(o=>{this._subject.next({url:this.path(!0),pop:!0,state:o.state,type:o.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(n=!1){return this.normalize(this._locationStrategy.path(n))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(n,r=""){return this.path()==this.normalize(n+Pe(r))}normalize(n){return e.stripTrailingSlash(gw(this._basePath,ug(n)))}prepareExternalUrl(n){return n&&n[0]!=="/"&&(n="/"+n),this._locationStrategy.prepareExternalUrl(n)}go(n,r="",o=null){this._locationStrategy.pushState(o,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Pe(r)),o)}replaceState(n,r="",o=null){this._locationStrategy.replaceState(o,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+Pe(r)),o)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(n=0){this._locationStrategy.historyGo?.(n)}onUrlChange(n){return this._urlChangeListeners.push(n),this._urlChangeSubscription??=this.subscribe(r=>{this._notifyUrlChangeListeners(r.url,r.state)}),()=>{let r=this._urlChangeListeners.indexOf(n);this._urlChangeListeners.splice(r,1),this._urlChangeListeners.length===0&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(n="",r){this._urlChangeListeners.forEach(o=>o(n,r))}subscribe(n,r,o){return this._subject.subscribe({next:n,error:r??void 0,complete:o??void 0})}static normalizeQueryParams=Pe;static joinWithSlash=os;static stripTrailingSlash=cg;static \u0275fac=function(r){return new(r||e)(V(Vn))};static \u0275prov=A({token:e,factory:()=>hw(),providedIn:"root"})}return e})();function hw(){return new pg(V(Vn))}function gw(e,t){if(!e||!t.startsWith(e))return t;let n=t.substring(e.length);return n===""||["/",";","?","#"].includes(n[0])?n:t}function ug(e){return e.replace(/\/index.html$/,"")}function mw(e){if(new RegExp("^(https?:)?//").test(e)){let[,n]=e.split(/\/\/[^\/]+/);return n}return e}var yw=(()=>{class e extends Vn{_platformLocation;_baseHref="";_removeListenerFns=[];constructor(n,r){super(),this._platformLocation=n,r!=null&&(this._baseHref=r)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}path(n=!1){let r=this._platformLocation.hash??"#";return r.length>0?r.substring(1):r}prepareExternalUrl(n){let r=os(this._baseHref,n);return r.length>0?"#"+r:r}pushState(n,r,o,i){let s=this.prepareExternalUrl(o+Pe(i))||this._platformLocation.pathname;this._platformLocation.pushState(n,r,s)}replaceState(n,r,o,i){let s=this.prepareExternalUrl(o+Pe(i))||this._platformLocation.pathname;this._platformLocation.replaceState(n,r,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static \u0275fac=function(r){return new(r||e)(V(Pr),V(is,8))};static \u0275prov=A({token:e,factory:e.\u0275fac})}return e})();var Ju=function(e){return e[e.Decimal=0]="Decimal",e[e.Percent=1]="Percent",e[e.Currency=2]="Currency",e[e.Scientific=3]="Scientific",e}(Ju||{});var ie=function(e){return e[e.Format=0]="Format",e[e.Standalone=1]="Standalone",e}(ie||{}),O=function(e){return e[e.Narrow=0]="Narrow",e[e.Abbreviated=1]="Abbreviated",e[e.Wide=2]="Wide",e[e.Short=3]="Short",e}(O||{}),he=function(e){return e[e.Short=0]="Short",e[e.Medium=1]="Medium",e[e.Long=2]="Long",e[e.Full=3]="Full",e}(he||{}),ge={Decimal:0,Group:1,List:2,PercentSign:3,PlusSign:4,MinusSign:5,Exponential:6,SuperscriptingExponent:7,PerMille:8,Infinity:9,NaN:10,TimeSeparator:11,CurrencyDecimal:12,CurrencyGroup:13};function vg(e){return pe(e)[j.LocaleId]}function Eg(e,t,n){let r=pe(e),o=[r[j.DayPeriodsFormat],r[j.DayPeriodsStandalone]],i=_e(o,t);return _e(i,n)}function Ig(e,t,n){let r=pe(e),o=[r[j.DaysFormat],r[j.DaysStandalone]],i=_e(o,t);return _e(i,n)}function Cg(e,t,n){let r=pe(e),o=[r[j.MonthsFormat],r[j.MonthsStandalone]],i=_e(o,t);return _e(i,n)}function wg(e,t){let r=pe(e)[j.Eras];return _e(r,t)}function Lr(e,t){let n=pe(e);return _e(n[j.DateFormat],t)}function jr(e,t){let n=pe(e);return _e(n[j.TimeFormat],t)}function Vr(e,t){let r=pe(e)[j.DateTimeFormat];return _e(r,t)}function Ye(e,t){let n=pe(e),r=n[j.NumberSymbols][t];if(typeof r>"u"){if(t===ge.CurrencyDecimal)return n[j.NumberSymbols][ge.Decimal];if(t===ge.CurrencyGroup)return n[j.NumberSymbols][ge.Group]}return r}function bg(e,t){return pe(e)[j.NumberFormats][t]}function _g(e){if(!e[j.ExtraData])throw new D(2303,!1)}function Tg(e){let t=pe(e);return _g(t),(t[j.ExtraData][2]||[]).map(r=>typeof r=="string"?Wu(r):[Wu(r[0]),Wu(r[1])])}function Sg(e,t,n){let r=pe(e);_g(r);let o=[r[j.ExtraData][0],r[j.ExtraData][1]],i=_e(o,t)||[];return _e(i,n)||[]}function _e(e,t){for(let n=t;n>-1;n--)if(typeof e[n]<"u")return e[n];throw new D(2304,!1)}function Wu(e){let[t,n]=e.split(":");return{hours:+t,minutes:+n}}var Dw=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,ss={},vw=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;function Mg(e,t,n,r){let o=Mw(e);t=it(n,t)||t;let s=[],a;for(;t;)if(a=vw.exec(t),a){s=s.concat(a.slice(1));let l=s.pop();if(!l)break;t=l}else{s.push(t);break}let c=o.getTimezoneOffset();r&&(c=xg(r,c),o=Sw(o,r));let u="";return s.forEach(l=>{let d=_w(l);u+=d?d(o,n,c):l==="''"?"'":l.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),u}function ds(e,t,n){let r=new Date(0);return r.setFullYear(e,t,n),r.setHours(0,0,0),r}function it(e,t){let n=vg(e);if(ss[n]??={},ss[n][t])return ss[n][t];let r="";switch(t){case"shortDate":r=Lr(e,he.Short);break;case"mediumDate":r=Lr(e,he.Medium);break;case"longDate":r=Lr(e,he.Long);break;case"fullDate":r=Lr(e,he.Full);break;case"shortTime":r=jr(e,he.Short);break;case"mediumTime":r=jr(e,he.Medium);break;case"longTime":r=jr(e,he.Long);break;case"fullTime":r=jr(e,he.Full);break;case"short":let o=it(e,"shortTime"),i=it(e,"shortDate");r=as(Vr(e,he.Short),[o,i]);break;case"medium":let s=it(e,"mediumTime"),a=it(e,"mediumDate");r=as(Vr(e,he.Medium),[s,a]);break;case"long":let c=it(e,"longTime"),u=it(e,"longDate");r=as(Vr(e,he.Long),[c,u]);break;case"full":let l=it(e,"fullTime"),d=it(e,"fullDate");r=as(Vr(e,he.Full),[l,d]);break}return r&&(ss[n][t]=r),r}function as(e,t){return t&&(e=e.replace(/\{([^}]+)}/g,function(n,r){return t!=null&&r in t?t[r]:n})),e}function Le(e,t,n="-",r,o){let i="";(e<0||o&&e<=0)&&(o?e=-e+1:(e=-e,i=n));let s=String(e);for(;s.length<t;)s="0"+s;return r&&(s=s.slice(s.length-t)),i+s}function Ew(e,t){return Le(e,3).substring(0,t)}function W(e,t,n=0,r=!1,o=!1){return function(i,s){let a=Iw(e,i);if((n>0||a>-n)&&(a+=n),e===3)a===0&&n===-12&&(a=12);else if(e===6)return Ew(a,t);let c=Ye(s,ge.MinusSign);return Le(a,t,c,r,o)}}function Iw(e,t){switch(e){case 0:return t.getFullYear();case 1:return t.getMonth();case 2:return t.getDate();case 3:return t.getHours();case 4:return t.getMinutes();case 5:return t.getSeconds();case 6:return t.getMilliseconds();case 7:return t.getDay();default:throw new D(2301,!1)}}function P(e,t,n=ie.Format,r=!1){return function(o,i){return Cw(o,i,e,t,n,r)}}function Cw(e,t,n,r,o,i){switch(n){case 2:return Cg(t,o,r)[e.getMonth()];case 1:return Ig(t,o,r)[e.getDay()];case 0:let s=e.getHours(),a=e.getMinutes();if(i){let u=Tg(t),l=Sg(t,o,r),d=u.findIndex(p=>{if(Array.isArray(p)){let[f,h]=p,m=s>=f.hours&&a>=f.minutes,M=s<h.hours||s===h.hours&&a<h.minutes;if(f.hours<h.hours){if(m&&M)return!0}else if(m||M)return!0}else if(p.hours===s&&p.minutes===a)return!0;return!1});if(d!==-1)return l[d]}return Eg(t,o,r)[s<12?0:1];case 3:return wg(t,r)[e.getFullYear()<=0?0:1];default:let c=n;throw new D(2302,!1)}}function cs(e){return function(t,n,r){let o=-1*r,i=Ye(n,ge.MinusSign),s=o>0?Math.floor(o/60):Math.ceil(o/60);switch(e){case 0:return(o>=0?"+":"")+Le(s,2,i)+Le(Math.abs(o%60),2,i);case 1:return"GMT"+(o>=0?"+":"")+Le(s,1,i);case 2:return"GMT"+(o>=0?"+":"")+Le(s,2,i)+":"+Le(Math.abs(o%60),2,i);case 3:return r===0?"Z":(o>=0?"+":"")+Le(s,2,i)+":"+Le(Math.abs(o%60),2,i);default:throw new D(2302,!1)}}}var ww=0,ls=4;function bw(e){let t=ds(e,ww,1).getDay();return ds(e,0,1+(t<=ls?ls:ls+7)-t)}function Ng(e){let t=e.getDay(),n=t===0?-3:ls-t;return ds(e.getFullYear(),e.getMonth(),e.getDate()+n)}function qu(e,t=!1){return function(n,r){let o;if(t){let i=new Date(n.getFullYear(),n.getMonth(),1).getDay()-1,s=n.getDate();o=1+Math.floor((s+i)/7)}else{let i=Ng(n),s=bw(i.getFullYear()),a=i.getTime()-s.getTime();o=1+Math.round(a/6048e5)}return Le(o,e,Ye(r,ge.MinusSign))}}function us(e,t=!1){return function(n,r){let i=Ng(n).getFullYear();return Le(i,e,Ye(r,ge.MinusSign),t)}}var Zu={};function _w(e){if(Zu[e])return Zu[e];let t;switch(e){case"G":case"GG":case"GGG":t=P(3,O.Abbreviated);break;case"GGGG":t=P(3,O.Wide);break;case"GGGGG":t=P(3,O.Narrow);break;case"y":t=W(0,1,0,!1,!0);break;case"yy":t=W(0,2,0,!0,!0);break;case"yyy":t=W(0,3,0,!1,!0);break;case"yyyy":t=W(0,4,0,!1,!0);break;case"Y":t=us(1);break;case"YY":t=us(2,!0);break;case"YYY":t=us(3);break;case"YYYY":t=us(4);break;case"M":case"L":t=W(1,1,1);break;case"MM":case"LL":t=W(1,2,1);break;case"MMM":t=P(2,O.Abbreviated);break;case"MMMM":t=P(2,O.Wide);break;case"MMMMM":t=P(2,O.Narrow);break;case"LLL":t=P(2,O.Abbreviated,ie.Standalone);break;case"LLLL":t=P(2,O.Wide,ie.Standalone);break;case"LLLLL":t=P(2,O.Narrow,ie.Standalone);break;case"w":t=qu(1);break;case"ww":t=qu(2);break;case"W":t=qu(1,!0);break;case"d":t=W(2,1);break;case"dd":t=W(2,2);break;case"c":case"cc":t=W(7,1);break;case"ccc":t=P(1,O.Abbreviated,ie.Standalone);break;case"cccc":t=P(1,O.Wide,ie.Standalone);break;case"ccccc":t=P(1,O.Narrow,ie.Standalone);break;case"cccccc":t=P(1,O.Short,ie.Standalone);break;case"E":case"EE":case"EEE":t=P(1,O.Abbreviated);break;case"EEEE":t=P(1,O.Wide);break;case"EEEEE":t=P(1,O.Narrow);break;case"EEEEEE":t=P(1,O.Short);break;case"a":case"aa":case"aaa":t=P(0,O.Abbreviated);break;case"aaaa":t=P(0,O.Wide);break;case"aaaaa":t=P(0,O.Narrow);break;case"b":case"bb":case"bbb":t=P(0,O.Abbreviated,ie.Standalone,!0);break;case"bbbb":t=P(0,O.Wide,ie.Standalone,!0);break;case"bbbbb":t=P(0,O.Narrow,ie.Standalone,!0);break;case"B":case"BB":case"BBB":t=P(0,O.Abbreviated,ie.Format,!0);break;case"BBBB":t=P(0,O.Wide,ie.Format,!0);break;case"BBBBB":t=P(0,O.Narrow,ie.Format,!0);break;case"h":t=W(3,1,-12);break;case"hh":t=W(3,2,-12);break;case"H":t=W(3,1);break;case"HH":t=W(3,2);break;case"m":t=W(4,1);break;case"mm":t=W(4,2);break;case"s":t=W(5,1);break;case"ss":t=W(5,2);break;case"S":t=W(6,1);break;case"SS":t=W(6,2);break;case"SSS":t=W(6,3);break;case"Z":case"ZZ":case"ZZZ":t=cs(0);break;case"ZZZZZ":t=cs(3);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":t=cs(1);break;case"OOOO":case"ZZZZ":case"zzzz":t=cs(2);break;default:return null}return Zu[e]=t,t}function xg(e,t){e=e.replace(/:/g,"");let n=Date.parse("Jan 01, 1970 00:00:00 "+e)/6e4;return isNaN(n)?t:n}function Tw(e,t){return e=new Date(e.getTime()),e.setMinutes(e.getMinutes()+t),e}function Sw(e,t,n){let o=e.getTimezoneOffset(),i=xg(t,o);return Tw(e,-1*(i-o))}function Mw(e){if(hg(e))return e;if(typeof e=="number"&&!isNaN(e))return new Date(e);if(typeof e=="string"){if(e=e.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(e)){let[o,i=1,s=1]=e.split("-").map(a=>+a);return ds(o,i-1,s)}let n=parseFloat(e);if(!isNaN(e-n))return new Date(n);let r;if(r=e.match(Dw))return Nw(r)}let t=new Date(e);if(!hg(t))throw new D(2302,!1);return t}function Nw(e){let t=new Date(0),n=0,r=0,o=e[8]?t.setUTCFullYear:t.setFullYear,i=e[8]?t.setUTCHours:t.setHours;e[9]&&(n=Number(e[9]+e[10]),r=Number(e[9]+e[11])),o.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));let s=Number(e[4]||0)-n,a=Number(e[5]||0)-r,c=Number(e[6]||0),u=Math.floor(parseFloat("0."+(e[7]||0))*1e3);return i.call(t,s,a,c,u),t}function hg(e){return e instanceof Date&&!isNaN(e.valueOf())}var xw=/^(\d+)?\.((\d+)(-(\d+))?)?$/,gg=22,fs=".",Br="0",Aw=";",Rw=",",Yu="#";function Ow(e,t,n,r,o,i,s=!1){let a="",c=!1;if(!isFinite(e))a=Ye(n,ge.Infinity);else{let u=Pw(e);s&&(u=kw(u));let l=t.minInt,d=t.minFrac,p=t.maxFrac;if(i){let X=i.match(xw);if(X===null)throw new D(2306,!1);let tl=X[1],ms=X[3],nl=X[5];tl!=null&&(l=Qu(tl)),ms!=null&&(d=Qu(ms)),nl!=null?p=Qu(nl):ms!=null&&d>p&&(p=d)}Lw(u,d,p);let f=u.digits,h=u.integerLen,m=u.exponent,M=[];for(c=f.every(X=>!X);h<l;h++)f.unshift(0);for(;h<0;h++)f.unshift(0);h>0?M=f.splice(h,f.length):(M=f,f=[0]);let I=[];for(f.length>=t.lgSize&&I.unshift(f.splice(-t.lgSize,f.length).join(""));f.length>t.gSize;)I.unshift(f.splice(-t.gSize,f.length).join(""));f.length&&I.unshift(f.join("")),a=I.join(Ye(n,r)),M.length&&(a+=Ye(n,o)+M.join("")),m&&(a+=Ye(n,ge.Exponential)+"+"+m)}return e<0&&!c?a=t.negPre+a+t.negSuf:a=t.posPre+a+t.posSuf,a}function Ag(e,t,n){let r=bg(t,Ju.Decimal),o=Fw(r,Ye(t,ge.MinusSign));return Ow(e,o,t,ge.Group,ge.Decimal,n)}function Fw(e,t="-"){let n={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},r=e.split(Aw),o=r[0],i=r[1],s=o.indexOf(fs)!==-1?o.split(fs):[o.substring(0,o.lastIndexOf(Br)+1),o.substring(o.lastIndexOf(Br)+1)],a=s[0],c=s[1]||"";n.posPre=a.substring(0,a.indexOf(Yu));for(let l=0;l<c.length;l++){let d=c.charAt(l);d===Br?n.minFrac=n.maxFrac=l+1:d===Yu?n.maxFrac=l+1:n.posSuf+=d}let u=a.split(Rw);if(n.gSize=u[1]?u[1].length:0,n.lgSize=u[2]||u[1]?(u[2]||u[1]).length:0,i){let l=o.length-n.posPre.length-n.posSuf.length,d=i.indexOf(Yu);n.negPre=i.substring(0,d).replace(/'/g,""),n.negSuf=i.slice(d+l).replace(/'/g,"")}else n.negPre=t+n.posPre,n.negSuf=n.posSuf;return n}function kw(e){if(e.digits[0]===0)return e;let t=e.digits.length-e.integerLen;return e.exponent?e.exponent+=2:(t===0?e.digits.push(0,0):t===1&&e.digits.push(0),e.integerLen+=2),e}function Pw(e){let t=Math.abs(e)+"",n=0,r,o,i,s,a;for((o=t.indexOf(fs))>-1&&(t=t.replace(fs,"")),(i=t.search(/e/i))>0?(o<0&&(o=i),o+=+t.slice(i+1),t=t.substring(0,i)):o<0&&(o=t.length),i=0;t.charAt(i)===Br;i++);if(i===(a=t.length))r=[0],o=1;else{for(a--;t.charAt(a)===Br;)a--;for(o-=i,r=[],s=0;i<=a;i++,s++)r[s]=Number(t.charAt(i))}return o>gg&&(r=r.splice(0,gg-1),n=o-1,o=1),{digits:r,exponent:n,integerLen:o}}function Lw(e,t,n){if(t>n)throw new D(2307,!1);let r=e.digits,o=r.length-e.integerLen,i=Math.min(Math.max(t,o),n),s=i+e.integerLen,a=r[s];if(s>0){r.splice(Math.max(e.integerLen,s));for(let d=s;d<r.length;d++)r[d]=0}else{o=Math.max(0,o),e.integerLen=1,r.length=Math.max(1,s=i+1),r[0]=0;for(let d=1;d<s;d++)r[d]=0}if(a>=5)if(s-1<0){for(let d=0;d>s;d--)r.unshift(0),e.integerLen++;r.unshift(1),e.integerLen++}else r[s-1]++;for(;o<Math.max(0,i);o++)r.push(0);let c=i!==0,u=t+e.integerLen,l=r.reduceRight(function(d,p,f,h){return p=p+d,h[f]=p<10?p:p-10,c&&(h[f]===0&&f>=u?h.pop():c=!1),p>=10?1:0},0);l&&(r.unshift(l),e.integerLen++)}function Qu(e){let t=parseInt(e);if(isNaN(t))throw new D(2305,!1);return t}var Ku=/\s+/,mg=[],jw=(()=>{class e{_ngEl;_renderer;initialClasses=mg;rawClass;stateMap=new Map;constructor(n,r){this._ngEl=n,this._renderer=r}set klass(n){this.initialClasses=n!=null?n.trim().split(Ku):mg}set ngClass(n){this.rawClass=typeof n=="string"?n.trim().split(Ku):n}ngDoCheck(){for(let r of this.initialClasses)this._updateState(r,!0);let n=this.rawClass;if(Array.isArray(n)||n instanceof Set)for(let r of n)this._updateState(r,!0);else if(n!=null)for(let r of Object.keys(n))this._updateState(r,!!n[r]);this._applyStateDiff()}_updateState(n,r){let o=this.stateMap.get(n);o!==void 0?(o.enabled!==r&&(o.changed=!0,o.enabled=r),o.touched=!0):this.stateMap.set(n,{enabled:r,changed:!0,touched:!0})}_applyStateDiff(){for(let n of this.stateMap){let r=n[0],o=n[1];o.changed?(this._toggleClass(r,o.enabled),o.changed=!1):o.touched||(o.enabled&&this._toggleClass(r,!1),this.stateMap.delete(r)),o.touched=!1}}_toggleClass(n,r){n=n.trim(),n.length>0&&n.split(Ku).forEach(o=>{r?this._renderer.addClass(this._ngEl.nativeElement,o):this._renderer.removeClass(this._ngEl.nativeElement,o)})}static \u0275fac=function(r){return new(r||e)(U(qe),U(kn))};static \u0275dir=ot({type:e,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"}})}return e})();var ps=class{$implicit;ngForOf;index;count;constructor(t,n,r,o){this.$implicit=t,this.ngForOf=n,this.index=r,this.count=o}get first(){return this.index===0}get last(){return this.index===this.count-1}get even(){return this.index%2===0}get odd(){return!this.even}},Rg=(()=>{class e{_viewContainer;_template;_differs;set ngForOf(n){this._ngForOf=n,this._ngForOfDirty=!0}set ngForTrackBy(n){this._trackByFn=n}get ngForTrackBy(){return this._trackByFn}_ngForOf=null;_ngForOfDirty=!0;_differ=null;_trackByFn;constructor(n,r,o){this._viewContainer=n,this._template=r,this._differs=o}set ngForTemplate(n){n&&(this._template=n)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;let n=this._ngForOf;!this._differ&&n&&(this._differ=this._differs.find(n).create(this.ngForTrackBy))}if(this._differ){let n=this._differ.diff(this._ngForOf);n&&this._applyChanges(n)}}_applyChanges(n){let r=this._viewContainer;n.forEachOperation((o,i,s)=>{if(o.previousIndex==null)r.createEmbeddedView(this._template,new ps(o.item,this._ngForOf,-1,-1),s===null?void 0:s);else if(s==null)r.remove(i===null?void 0:i);else if(i!==null){let a=r.get(i);r.move(a,s),yg(a,o)}});for(let o=0,i=r.length;o<i;o++){let a=r.get(o).context;a.index=o,a.count=i,a.ngForOf=this._ngForOf}n.forEachIdentityChange(o=>{let i=r.get(o.currentIndex);yg(i,o)})}static ngTemplateContextGuard(n,r){return!0}static \u0275fac=function(r){return new(r||e)(U(wt),U(Et),U(Hu))};static \u0275dir=ot({type:e,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}})}return e})();function yg(e,t){e.context.$implicit=t.item}var Vw=(()=>{class e{_viewContainer;_context=new hs;_thenTemplateRef=null;_elseTemplateRef=null;_thenViewRef=null;_elseViewRef=null;constructor(n,r){this._viewContainer=n,this._thenTemplateRef=r}set ngIf(n){this._context.$implicit=this._context.ngIf=n,this._updateView()}set ngIfThen(n){Dg(n,!1),this._thenTemplateRef=n,this._thenViewRef=null,this._updateView()}set ngIfElse(n){Dg(n,!1),this._elseTemplateRef=n,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngIfUseIfTypeGuard;static ngTemplateGuard_ngIf;static ngTemplateContextGuard(n,r){return!0}static \u0275fac=function(r){return new(r||e)(U(wt),U(Et))};static \u0275dir=ot({type:e,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}})}return e})(),hs=class{$implicit=null;ngIf=null};function Dg(e,t){if(e&&!e.createEmbeddedView)throw new D(2020,!1)}var Bw=(()=>{class e{_ngEl;_differs;_renderer;_ngStyle=null;_differ=null;constructor(n,r,o){this._ngEl=n,this._differs=r,this._renderer=o}set ngStyle(n){this._ngStyle=n,!this._differ&&n&&(this._differ=this._differs.find(n).create())}ngDoCheck(){if(this._differ){let n=this._differ.diff(this._ngStyle);n&&this._applyChanges(n)}}_setStyle(n,r){let[o,i]=n.split("."),s=o.indexOf("-")===-1?void 0:Nn.DashCase;r!=null?this._renderer.setStyle(this._ngEl.nativeElement,o,i?`${r}${i}`:r,s):this._renderer.removeStyle(this._ngEl.nativeElement,o,s)}_applyChanges(n){n.forEachRemovedItem(r=>this._setStyle(r.key,null)),n.forEachAddedItem(r=>this._setStyle(r.key,r.currentValue)),n.forEachChangedItem(r=>this._setStyle(r.key,r.currentValue))}static \u0275fac=function(r){return new(r||e)(U(qe),U($u),U(kn))};static \u0275dir=ot({type:e,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"}})}return e})(),Hw=(()=>{class e{_viewContainerRef;_viewRef=null;ngTemplateOutletContext=null;ngTemplateOutlet=null;ngTemplateOutletInjector=null;constructor(n){this._viewContainerRef=n}ngOnChanges(n){if(this._shouldRecreateView(n)){let r=this._viewContainerRef;if(this._viewRef&&r.remove(r.indexOf(this._viewRef)),!this.ngTemplateOutlet){this._viewRef=null;return}let o=this._createContextForwardProxy();this._viewRef=r.createEmbeddedView(this.ngTemplateOutlet,o,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(n){return!!n.ngTemplateOutlet||!!n.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(n,r,o)=>this.ngTemplateOutletContext?Reflect.set(this.ngTemplateOutletContext,r,o):!1,get:(n,r,o)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,r,o)}})}static \u0275fac=function(r){return new(r||e)(U(wt))};static \u0275dir=ot({type:e,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},features:[Cr]})}return e})();function gs(e,t){return new D(2100,!1)}var $w=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g,Uw=(()=>{class e{transform(n){if(n==null)return null;if(typeof n!="string")throw gs(e,n);return n.replace($w,r=>r[0].toUpperCase()+r.slice(1).toLowerCase())}static \u0275fac=function(r){return new(r||e)};static \u0275pipe=Pn({name:"titlecase",type:e,pure:!0})}return e})(),zw=(()=>{class e{transform(n){if(n==null)return null;if(typeof n!="string")throw gs(e,n);return n.toUpperCase()}static \u0275fac=function(r){return new(r||e)};static \u0275pipe=Pn({name:"uppercase",type:e,pure:!0})}return e})(),Gw="mediumDate",Og=new N(""),Fg=new N(""),Ww=(()=>{class e{locale;defaultTimezone;defaultOptions;constructor(n,r,o){this.locale=n,this.defaultTimezone=r,this.defaultOptions=o}transform(n,r,o,i){if(n==null||n===""||n!==n)return null;try{let s=r??this.defaultOptions?.dateFormat??Gw,a=o??this.defaultOptions?.timezone??this.defaultTimezone??void 0;return Mg(n,s,i||this.locale,a)}catch(s){throw gs(e,s.message)}}static \u0275fac=function(r){return new(r||e)(U(jn,16),U(Og,24),U(Fg,24))};static \u0275pipe=Pn({name:"date",type:e,pure:!0})}return e})();var qw=(()=>{class e{_locale;constructor(n){this._locale=n}transform(n,r,o){if(!Zw(n))return null;o||=this._locale;try{let i=Yw(n);return Ag(i,o,r)}catch(i){throw gs(e,i.message)}}static \u0275fac=function(r){return new(r||e)(U(jn,16))};static \u0275pipe=Pn({name:"number",type:e,pure:!0})}return e})();function Zw(e){return!(e==null||e===""||e!==e)}function Yw(e){if(typeof e=="string"&&!isNaN(Number(e)-parseFloat(e)))return Number(e);if(typeof e!="number")throw new D(2309,!1);return e}var Qw=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Yi({type:e});static \u0275inj=Jn({})}return e})();function Kw(e,t){t=encodeURIComponent(t);for(let n of e.split(";")){let r=n.indexOf("="),[o,i]=r==-1?[n,""]:[n.slice(0,r),n.slice(r+1)];if(o.trim()===t)return decodeURIComponent(i)}return null}var Xu=class{};function hj(e,t,n){return xu(e,t,n)}var Jw="browser",Xw="server";function gj(e){return e===Jw}function mj(e){return e===Xw}var yj=(()=>{class e{static \u0275prov=A({token:e,providedIn:"root",factory:()=>new el(g(Kt),window)})}return e})(),el=class{document;window;offset=()=>[0,0];constructor(t,n){this.document=t,this.window=n}setOffset(t){Array.isArray(t)?this.offset=()=>t:this.offset=t}getScrollPosition(){return[this.window.scrollX,this.window.scrollY]}scrollToPosition(t,n){this.window.scrollTo(ne(te({},n),{left:t[0],top:t[1]}))}scrollToAnchor(t,n){let r=eb(this.document,t);r&&(this.scrollToElement(r,n),r.focus())}setHistoryScrollRestoration(t){this.window.history.scrollRestoration=t}scrollToElement(t,n){let r=t.getBoundingClientRect(),o=r.left+this.window.pageXOffset,i=r.top+this.window.pageYOffset,s=this.offset();this.window.scrollTo(ne(te({},n),{left:o-s[0],top:i-s[1]}))}};function eb(e,t){let n=e.getElementById(t)||e.getElementsByName(t)[0];if(n)return n;if(typeof e.createTreeWalker=="function"&&e.body&&typeof e.body.attachShadow=="function"){let r=e.createTreeWalker(e.body,NodeFilter.SHOW_ELEMENT),o=r.currentNode;for(;o;){let i=o.shadowRoot;if(i){let s=i.getElementById(t)||i.querySelector(`[name="${t}"]`);if(s)return s}o=r.nextNode()}}return null}var Pg=e=>e.src,tb=new N("",{providedIn:"root",factory:()=>Pg});var kg=/^((\s*\d+w\s*(,|$)){1,})$/;var nb=[1,2],rb=640;var ob=1920,ib=1080;var Dj=(()=>{class e{imageLoader=g(tb);config=sb(g(Li));renderer=g(kn);imgElement=g(qe).nativeElement;injector=g(ve);lcpObserver;_renderedSrc=null;ngSrc;ngSrcset;sizes;width;height;loading;priority=!1;loaderParams;disableOptimizedSrcset=!1;fill=!1;placeholder;placeholderConfig;src;srcset;constructor(){}ngOnInit(){Ze("NgOptimizedImage"),this.placeholder&&this.removePlaceholderOnLoad(this.imgElement),this.setHostAttributes()}setHostAttributes(){this.fill?this.sizes||="100vw":(this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString())),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("ng-img","true");let n=this.updateSrcAndSrcset();this.sizes?this.getLoadingBehavior()==="lazy"?this.setHostAttribute("sizes","auto, "+this.sizes):this.setHostAttribute("sizes",this.sizes):this.ngSrcset&&kg.test(this.ngSrcset)&&this.getLoadingBehavior()==="lazy"&&this.setHostAttribute("sizes","auto, 100vw")}ngOnChanges(n){if(n.ngSrc&&!n.ngSrc.isFirstChange()){let r=this._renderedSrc;this.updateSrcAndSrcset(!0)}}callImageLoader(n){let r=n;return this.loaderParams&&(r.loaderParams=this.loaderParams),this.imageLoader(r)}getLoadingBehavior(){return!this.priority&&this.loading!==void 0?this.loading:this.priority?"eager":"lazy"}getFetchPriority(){return this.priority?"high":"auto"}getRewrittenSrc(){if(!this._renderedSrc){let n={src:this.ngSrc};this._renderedSrc=this.callImageLoader(n)}return this._renderedSrc}getRewrittenSrcset(){let n=kg.test(this.ngSrcset);return this.ngSrcset.split(",").filter(o=>o!=="").map(o=>{o=o.trim();let i=n?parseFloat(o):parseFloat(o)*this.width;return`${this.callImageLoader({src:this.ngSrc,width:i})} ${o}`}).join(", ")}getAutomaticSrcset(){return this.sizes?this.getResponsiveSrcset():this.getFixedSrcset()}getResponsiveSrcset(){let{breakpoints:n}=this.config,r=n;return this.sizes?.trim()==="100vw"&&(r=n.filter(i=>i>=rb)),r.map(i=>`${this.callImageLoader({src:this.ngSrc,width:i})} ${i}w`).join(", ")}updateSrcAndSrcset(n=!1){n&&(this._renderedSrc=null);let r=this.getRewrittenSrc();this.setHostAttribute("src",r);let o;return this.ngSrcset?o=this.getRewrittenSrcset():this.shouldGenerateAutomaticSrcset()&&(o=this.getAutomaticSrcset()),o&&this.setHostAttribute("srcset",o),o}getFixedSrcset(){return nb.map(r=>`${this.callImageLoader({src:this.ngSrc,width:this.width*r})} ${r}x`).join(", ")}shouldGenerateAutomaticSrcset(){let n=!1;return this.sizes||(n=this.width>ob||this.height>ib),!this.disableOptimizedSrcset&&!this.srcset&&this.imageLoader!==Pg&&!n}generatePlaceholder(n){let{placeholderResolution:r}=this.config;return n===!0?`url(${this.callImageLoader({src:this.ngSrc,width:r,isPlaceholder:!0})})`:typeof n=="string"?`url(${n})`:null}shouldBlurPlaceholder(n){return!n||!n.hasOwnProperty("blur")?!0:!!n.blur}removePlaceholderOnLoad(n){let r=()=>{let s=this.injector.get(Bu);o(),i(),this.placeholder=!1,s.markForCheck()},o=this.renderer.listen(n,"load",r),i=this.renderer.listen(n,"error",r);ab(n,r)}setHostAttribute(n,r){this.renderer.setAttribute(this.imgElement,n,r)}static \u0275fac=function(r){return new(r||e)};static \u0275dir=ot({type:e,selectors:[["img","ngSrc",""]],hostVars:18,hostBindings:function(r,o){r&2&&Ji("position",o.fill?"absolute":null)("width",o.fill?"100%":null)("height",o.fill?"100%":null)("inset",o.fill?"0":null)("background-size",o.placeholder?"cover":null)("background-position",o.placeholder?"50% 50%":null)("background-repeat",o.placeholder?"no-repeat":null)("background-image",o.placeholder?o.generatePlaceholder(o.placeholder):null)("filter",o.placeholder&&o.shouldBlurPlaceholder(o.placeholderConfig)?"blur(15px)":null)},inputs:{ngSrc:[2,"ngSrc","ngSrc",cb],ngSrcset:"ngSrcset",sizes:"sizes",width:[2,"width","width",Uu],height:[2,"height","height",Uu],loading:"loading",priority:[2,"priority","priority",kr],loaderParams:"loaderParams",disableOptimizedSrcset:[2,"disableOptimizedSrcset","disableOptimizedSrcset",kr],fill:[2,"fill","fill",kr],placeholder:[2,"placeholder","placeholder",ub],placeholderConfig:"placeholderConfig",src:"src",srcset:"srcset"},features:[Cr]})}return e})();function sb(e){let t={};return e.breakpoints&&(t.breakpoints=e.breakpoints.sort((n,r)=>n-r)),Object.assign({},Pi,e,t)}function ab(e,t){e.complete&&e.naturalWidth&&t()}function cb(e){return typeof e=="string"?e:Ct(e)}function ub(e){return typeof e=="string"&&e!=="true"&&e!=="false"&&e!==""?e:kr(e)}export{te as a,ne as b,lb as c,db as d,fb as e,pb as f,hb as g,Ds as h,z as i,qg as j,T as k,Ss as l,Ms as m,le as n,$n as o,Mt as p,ct as q,Ns as r,om as s,im as t,Me as u,sm as v,Qg as w,Ke as x,hm as y,Ne as z,xs as A,ut as B,mm as C,ym as D,As as E,Un as F,bm as G,xt as H,Tm as I,Mm as J,Al as K,Nm as L,pl as M,zn as N,ln as O,xm as P,Am as Q,Fm as R,km as S,Pm as T,Os as U,Lm as V,jm as W,ks as X,Vm as Y,Bm as Z,Hm as _,kl as $,Pl as aa,$m as ba,Um as ca,D as da,Be as ea,ko as fa,A as ga,Jn as ha,Xm as ia,N as ja,V as ka,g as la,ha as ma,rd as na,ya as oa,De as pa,$o as qa,Dd as ra,vd as sa,xd as ta,ve as ua,Kt as va,Dt as wa,je as xa,Ge as ya,ri as za,Jt as Aa,Ga as Ba,Cr as Ca,Yy as Da,qc as Ea,qe as Fa,nD as Ga,rD as Ha,jf as Ia,iD as Ja,sD as Ka,aD as La,Sn as Ma,Ct as Na,Vi as Oa,hD as Pa,gD as Qa,mD as Ra,yD as Sa,DD as Ta,Kc as Ua,Jf as Va,br as Wa,kD as Xa,Xf as Ya,LD as Za,$D as _a,uv as $a,Nn as ab,Et as bb,Mr as cb,Dr as db,kn as eb,U as fb,aE as gb,wt as hb,Ze as ib,Qp as jb,Kp as kb,GE as lb,Yi as mb,ot as nb,Pn as ob,eh as pb,rI as qb,nh as rb,xr as sb,tt as tb,oe as ub,gI as vb,ch as wb,yI as xb,lh as yb,dh as zb,DI as Ab,fh as Bb,Ki as Cb,vI as Db,hh as Eb,Ln as Fb,yh as Gb,CI as Hb,wI as Ib,bI as Jb,_I as Kb,TI as Lb,SI as Mb,Dh as Nb,Tu as Ob,Su as Pb,vh as Qb,Mu as Rb,Nu as Sb,Eh as Tb,OI as Ub,Ih as Vb,Ch as Wb,bh as Xb,jI as Yb,BI as Zb,HI as _b,UI as $b,zI as ac,GI as bc,WI as cc,qI as dc,ZI as ec,YI as fc,Ji as gc,Mh as hc,sC as ic,yC as jc,kh as kc,Au as lc,Ph as mc,Lh as nc,jh as oc,Vh as pc,Bh as qc,wC as rc,Hh as sc,bC as tc,NC as uc,xC as vc,AC as wc,RC as xc,OC as yc,FC as zc,LC as Ac,VC as Bc,BC as Cc,HC as Dc,$C as Ec,jn as Fc,Qh as Gc,WC as Hc,Kh as Ic,J1 as Jc,X1 as Kc,eL as Lc,tL as Mc,Bu as Nc,nL as Oc,rL as Pc,kr as Qc,oL as Rc,iL as Sc,rs as Tc,fw as Uc,Gu as Vc,Pr as Wc,pw as Xc,Vn as Yc,is as Zc,fg as _c,pg as $c,yw as ad,jw as bd,Rg as cd,Vw as dd,Bw as ed,Hw as fd,Uw as gd,zw as hd,Ww as id,qw as jd,Qw as kd,Kw as ld,Xu as md,hj as nd,Jw as od,gj as pd,mj as qd,yj as rd,Dj as sd};
@@ -1 +0,0 @@
1
- import{A as N,B as x,C as D,D as W,E as I,F as j,G as O,H as V,I as q,J as B,K as G,L as R,M as U,N as z,O as E,P as J,Q as K,R as P,S as Q,T as X,U as Y,e as f,f as a,g as C,h as s,i as c,j as d,k as u,l,m as g,n as M,o as y,p as h,q as v,r as S,s as b,t as w,u as k,v as A,w as F,x as L,y as T,z as H}from"./chunk-CMO7ESK6.js";import{b as Z}from"./chunk-WAA5KWIN.js";import{q as i}from"./chunk-ALG7CIS3.js";import{A as t,z as e}from"./chunk-VLX322GM.js";import{c as p}from"./chunk-QMB5XE4Y.js";import{ha as m,kd as n,mb as r}from"./chunk-R3VPSO5X.js";var cm=(()=>{class o{static \u0275fac=function($){return new($||o)};static \u0275mod=r({type:o});static \u0275inj=m({providers:[a],imports:[n,e,t,p.forChild(),C,i,Z,Y,f,G,B,U,W,h,v,z,L,F,T,N,H,S,x,D,d,X,Q,P,K,y,M,R,g,q,V,j,I,A,O,J,E,k,c,s,b,w,l,u]})}return o})();export{cm as a};
@@ -1 +0,0 @@
1
- import{a as j}from"./chunk-QMAGO5VD.js";import"./chunk-BRW7C4BZ.js";import"./chunk-UTAVUGTT.js";import{c as M}from"./chunk-IOWBVW62.js";import"./chunk-UVOJ3BF7.js";import{q as u}from"./chunk-ALG7CIS3.js";import{A as d,z as l}from"./chunk-VLX322GM.js";import{d as h,g as a}from"./chunk-2G7GNBIF.js";import"./chunk-XHI7IAUN.js";import{k as v,n as y}from"./chunk-XUH357B7.js";import"./chunk-VUYAK52W.js";import{a as g,c as C}from"./chunk-QMB5XE4Y.js";import{ga as c,h as s,ha as i,kd as p,la as e,mb as n,w as f}from"./chunk-R3VPSO5X.js";var m=(()=>{class o{$api=e(y);$router=e(h);$toastr=e(v);$translate=e(g);constructor(){}resolve(){return s(this,null,function*(){try{let r=yield f(this.$api.get("/config-editor"));return JSON.stringify(r,null,4)}catch(r){console.error(r),this.$toastr.error(r.message,this.$translate.instant("toast.title_error")),this.$router.navigate(["/"])}})}static \u0275fac=function(t){return new(t||o)};static \u0275prov=c({token:o,factory:o.\u0275fac})}return o})();var $=[{path:"",loadComponent:()=>import("./chunk-JADR4A63.js").then(o=>o.ConfigEditorComponent),resolve:{config:m}}],R=(()=>{class o{static \u0275fac=function(t){return new(t||o)};static \u0275mod=n({type:o});static \u0275inj=i({imports:[a.forChild($),a]})}return o})();var Q=(()=>{class o{static \u0275fac=function(t){return new(t||o)};static \u0275mod=n({type:o});static \u0275inj=i({providers:[m],imports:[p,l,d,M,u,C.forChild(),R,j]})}return o})();export{Q as ConfigEditorModule};