q2-tecton-platform 1.62.4 → 1.62.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/dist/bundle-report.json +1 -1
  2. package/dist/esm/actions/actionRequiredSetup.js +2 -7
  3. package/dist/esm/actions/authorizeTransactionWithMfaSetup.js +1 -4
  4. package/dist/esm/actions/clearCacheSetup.js +4 -7
  5. package/dist/esm/actions/clearParamsSetup.js +1 -4
  6. package/dist/esm/actions/closeOverpanelSetup.js +3 -6
  7. package/dist/esm/actions/index.js +48 -51
  8. package/dist/esm/actions/keepAliveSetup.js +1 -4
  9. package/dist/esm/actions/loadingModalSetup.js +1 -4
  10. package/dist/esm/actions/logToServerSetup.js +3 -6
  11. package/dist/esm/actions/manageChangesSetup.js +1 -4
  12. package/dist/esm/actions/navigateToSetup.js +5 -8
  13. package/dist/esm/actions/openURLSetup.js +1 -4
  14. package/dist/esm/actions/printWindowSetup.js +1 -4
  15. package/dist/esm/actions/refetchAccountsSetup.js +1 -4
  16. package/dist/esm/actions/scrollToSetup.js +4 -7
  17. package/dist/esm/actions/scrollToTopSetup.js +1 -4
  18. package/dist/esm/actions/sendAlertSetup.js +1 -4
  19. package/dist/esm/actions/setParamsSetup.js +3 -6
  20. package/dist/esm/actions/setTitleSetup.js +3 -6
  21. package/dist/esm/actions/showActionSheetSetup.js +1 -4
  22. package/dist/esm/actions/showModalSetup.js +1 -4
  23. package/dist/esm/actions/showOverpanelSetup.js +7 -10
  24. package/dist/esm/actions/t.js +6 -9
  25. package/dist/esm/actions/verifyMFASetup.js +1 -4
  26. package/dist/esm/index.js +1 -5
  27. package/dist/esm/outlets/index.js +6 -9
  28. package/dist/esm/outlets/platform-outlet.js +35 -42
  29. package/dist/esm/private-helpers/assetPathResolvers.js +6 -11
  30. package/dist/esm/private-helpers/cdnOverrideSetup.js +1 -4
  31. package/dist/esm/private-helpers/contextResolver.js +2 -7
  32. package/dist/esm/private-helpers/getApplicationModules.js +1 -5
  33. package/dist/esm/private-helpers/getAuthPayload.js +1 -4
  34. package/dist/esm/private-helpers/getModuleParams.js +1 -4
  35. package/dist/esm/private-helpers/index.js +19 -22
  36. package/dist/esm/private-helpers/mobileSDKCapabilities.js +1 -4
  37. package/dist/esm/private-helpers/platformCapabilities.js +1 -4
  38. package/dist/esm/private-helpers/resolveFeature.js +28 -39
  39. package/dist/esm/private-helpers/resolveMenu.js +18 -23
  40. package/dist/esm/private-helpers/resolveTabs.js +16 -21
  41. package/dist/esm/private-helpers/setupRegisterOutlet.js +3 -7
  42. package/dist/esm/setup/application-modules.js +5 -11
  43. package/dist/esm/setup/default-capabilities.js +1 -4
  44. package/dist/esm/setup/dynamic-capabilities.js +1 -4
  45. package/dist/esm/setup/index.js +25 -29
  46. package/dist/esm/setup/styles.js +9 -12
  47. package/dist/esm/sources/cacheClearedSetup.js +4 -7
  48. package/dist/esm/sources/canUserSetup.js +1 -4
  49. package/dist/esm/sources/getAuthTokenSetup.js +1 -4
  50. package/dist/esm/sources/getFeatureConfigSetup.js +3 -6
  51. package/dist/esm/sources/getGlobalScriptsSetup.js +1 -4
  52. package/dist/esm/sources/getPendoInfoSetup.js +1 -4
  53. package/dist/esm/sources/getPlatformDimensionsSetup.js +6 -9
  54. package/dist/esm/sources/getPlatformInfoSetup.js +1 -4
  55. package/dist/esm/sources/getVersionInfoSetup.js +1 -4
  56. package/dist/esm/sources/index.js +41 -44
  57. package/dist/esm/sources/isNavigableSetup.js +3 -6
  58. package/dist/esm/sources/platformCssPropertiesChangedSetup.js +10 -13
  59. package/dist/esm/sources/platformEventNotificationSetup.js +4 -7
  60. package/dist/esm/sources/platformScrollChangedSetup.js +7 -10
  61. package/dist/esm/sources/promptForMFASetup.js +3 -6
  62. package/dist/esm/sources/refetchRequiredSetup.js +4 -7
  63. package/dist/esm/sources/requestExtensionDataSetup.js +3 -6
  64. package/dist/esm/sources/requestPlatformDataSetup.js +8 -15
  65. package/dist/esm/sources/setupModuleParams.js +7 -10
  66. package/dist/esm/sources/takePictureSetup.js +1 -4
  67. package/dist/esm/sources/tectonCacheSetup.js +1 -4
  68. package/dist/esm/types/alerts.js +2 -5
  69. package/dist/esm/types/config.js +1 -2
  70. package/dist/esm/types/index.js +1 -2
  71. package/dist/esm/types/pendo.js +1 -2
  72. package/dist/esm/types/utility.js +1 -2
  73. package/dist/esm/utility/dimensions-helpers.js +2 -7
  74. package/dist/esm/utility/filterPublicOverpanels.js +1 -4
  75. package/dist/esm/utility/getNavigationData.js +3 -6
  76. package/dist/esm/utility/message-bus.js +5 -10
  77. package/dist/esm/utility/showActionSheet.js +2 -4
  78. package/dist/esm/utility/validateActionParameters.js +1 -4
  79. package/dist/esm/utility/windowHelpers.js +2 -7
  80. package/dist/umd/q2-tecton-platform.js +1 -1
  81. package/package.json +4 -4
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["q2-tecton-platform"]=t():e["q2-tecton-platform"]=t()}(self,()=>(()=>{var e={42:(e,t,n)=>{"use strict";n.d(t,{K:()=>i});var r=n(3047),o=n(2762);function i(e,t){return(0,o.T)(t)?(0,r.n)(function(){return e},t):(0,r.n)(function(){return e})}},221:(e,t,n)=>{"use strict";n.d(t,{n:()=>u});var r=n(451),o=n(663),i=n(9013);function u(e,t){return(0,r.N)(function(n,r){var u=null!=t?t:{},s=u.leading,a=void 0===s||s,c=u.trailing,l=void 0!==c&&c,d=!1,f=null,p=null,v=!1,h=function(){null==p||p.unsubscribe(),p=null,l&&(g(),v&&r.complete())},m=function(){p=null,v&&r.complete()},b=function(t){return p=(0,i.Tg)(e(t)).subscribe((0,o._)(r,h,m))},g=function(){if(d){d=!1;var e=f;f=null,r.next(e),!v&&b(e)}};n.subscribe((0,o._)(r,function(e){d=!0,f=e,(!p||p.closed)&&(a?g():b(e))},function(){v=!0,(!(l&&d&&p)||p.closed)&&r.complete()}))})}},263:(e,t,n)=>{"use strict";n.d(t,{$:()=>a});var r=n(2294),o=n(9013),i=n(6115),u=n(451),s=n(663);function a(e,t,n,a){return(0,u.N)(function(u,c){var l;t&&"function"!=typeof t?(n=t.duration,l=t.element,a=t.connector):l=t;var d=new Map,f=function(e){d.forEach(e),e(c)},p=function(e){return f(function(t){return t.error(e)})},v=0,h=!1,m=new s.H(c,function(t){try{var u=e(t),f=d.get(u);if(!f){d.set(u,f=a?a():new i.B);var b=(y=u,w=f,(_=new r.c(function(e){v++;var t=w.subscribe(e);return function(){t.unsubscribe(),0===--v&&h&&m.unsubscribe()}})).key=y,_);if(c.next(b),n){var g=(0,s._)(f,function(){f.complete(),null==g||g.unsubscribe()},void 0,void 0,function(){return d.delete(u)});m.add((0,o.Tg)(n(b)).subscribe(g))}}f.next(l?l(t):t)}catch(e){p(e)}var y,w,_},function(){return f(function(e){return e.complete()})},p,function(){return d.clear()},function(){return h=!0,0===v});u.subscribe(m)})}},287:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.showModal){n.add("sendModal");const o=e.sendResponse("sendModal",e=>t.showModal(e).then(e=>({actionName:e})));r.push(()=>o.unsubscribe())}}},338:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.getVersionInfo){n.add("getPlatformInfo");const o=e.sendResponse("getPlatformInfo",()=>{const e=t.getVersionInfo();return Promise.resolve(Object.assign(Object.assign({},e),{TECTON_PLATFORM_VERSION:"1.62.4"}))});r.push(()=>{o.unsubscribe()})}}},409:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getApplicationModules=void 0,t.getApplicationModules=function(e){var t,n,r;const o={};for(const[i,u]of Object.entries(e.features))for(const[e,s]of Object.entries(u.modules)){const u=null!==(r=null===(n=null===(t=null==s?void 0:s.meta)||void 0===t?void 0:t.type)||void 0===n?void 0:n.context)&&void 0!==r?r:void 0;if(u&&u.toLowerCase().startsWith("Application::".toLowerCase())){const t=u.split("::")[1].toLowerCase(),n={featureName:i,moduleName:e,rightsEnabled:s.rightsEnabled};o[t]?o[t].push(n):o[t]=[n]}}return o}},451:(e,t,n)=>{"use strict";n.d(t,{N:()=>i,S:()=>o});var r=n(2762);function o(e){return(0,r.T)(null==e?void 0:e.lift)}function i(e){return function(t){if(o(t))return t.lift(function(t){try{return e(t,this)}catch(e){this.error(e)}});throw new TypeError("Unable to lift unknown Observable type")}}},515:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ArgumentOutOfRangeError:()=>K.k,AsyncSubject:()=>b.h,BehaviorSubject:()=>h.t,ConnectableObservable:()=>o.G,EMPTY:()=>ve.w,EmptyError:()=>V.G,NEVER:()=>Ce,NotFoundError:()=>Z.m,Notification:()=>D.Eg,NotificationKind:()=>D.Ij,ObjectUnsubscribedError:()=>G.P,Observable:()=>r.c,ReplaySubject:()=>m.m,Scheduler:()=>q._,SequenceError:()=>Y.I,Subject:()=>v.B,Subscriber:()=>F.vU,Subscription:()=>a.yU,TimeoutError:()=>Q.M,UnsubscriptionError:()=>ee.Z,VirtualAction:()=>k,VirtualTimeScheduler:()=>L,animationFrame:()=>$,animationFrameScheduler:()=>R,animationFrames:()=>l,asap:()=>C,asapScheduler:()=>M,async:()=>S.b,asyncScheduler:()=>S.E,audit:()=>We.s,auditTime:()=>He.Z,bindCallback:()=>ue,bindNodeCallback:()=>se,buffer:()=>Ve.r,bufferCount:()=>Je.S,bufferTime:()=>Xe.w,bufferToggle:()=>Ke.H,bufferWhen:()=>Ze.n,catchError:()=>Ge.W,combineAll:()=>Ye.p,combineLatest:()=>ae.z,combineLatestAll:()=>Qe.A,combineLatestWith:()=>et.v,concat:()=>ce.x,concatAll:()=>tt.K,concatMap:()=>nt.H,concatMapTo:()=>rt.S,concatWith:()=>ot.$,config:()=>ze.$,connect:()=>it.N,connectable:()=>pe,count:()=>ut.U,debounce:()=>st.s,debounceTime:()=>at.B,defaultIfEmpty:()=>ct.U,defer:()=>de,delay:()=>lt.c,delayWhen:()=>dt.o,dematerialize:()=>ft.Z,distinct:()=>pt.d,distinctUntilChanged:()=>vt.F,distinctUntilKeyChanged:()=>ht.w,elementAt:()=>mt.s,empty:()=>ve.I,endWith:()=>bt.q,every:()=>gt.S,exhaust:()=>yt.B,exhaustAll:()=>wt.C,exhaustMap:()=>_t.p,expand:()=>xt.f,filter:()=>Re.p,finalize:()=>Pt.j,find:()=>Ot.I,findIndex:()=>Nt.S,first:()=>Tt.$,firstValueFrom:()=>X._,flatMap:()=>Lt.q,forkJoin:()=>ye,from:()=>we.H,fromEvent:()=>_e.R,fromEventPattern:()=>xe,generate:()=>Oe,groupBy:()=>Mt.$,identity:()=>z.D,ignoreElements:()=>Ct.w,iif:()=>Ne,interval:()=>Te.Y,isEmpty:()=>St.I,isObservable:()=>H,last:()=>Et.H,lastValueFrom:()=>J,map:()=>At.T,mapTo:()=>jt.u,materialize:()=>It.O,max:()=>Rt.T,merge:()=>Me.h,mergeAll:()=>$t.U,mergeMap:()=>kt.Z,mergeMapTo:()=>qt.C,mergeScan:()=>Ft.i,mergeWith:()=>Dt.X,min:()=>Ut.j,multicast:()=>Bt.f,never:()=>Se,noop:()=>B.l,observable:()=>i.s,observeOn:()=>oe.Q,of:()=>Ee.of,onErrorResumeNext:()=>Ae.g,onErrorResumeNextWith:()=>zt.w,pairs:()=>je,pairwise:()=>Wt.J,partition:()=>$e,pipe:()=>U.F,pluck:()=>Ht.E,publish:()=>Vt.m,publishBehavior:()=>Jt.K,publishLast:()=>Xt.k,publishReplay:()=>Kt.H,queue:()=>j,queueScheduler:()=>A,race:()=>Le.O,raceWith:()=>Zt.w,range:()=>ke,reduce:()=>Gt.T,refCount:()=>nn.B,repeat:()=>Yt.u,repeatWhen:()=>Qt.Y,retry:()=>en.L,retryWhen:()=>tn.l,sample:()=>rn.X,sampleTime:()=>on.q,scan:()=>un.S,scheduled:()=>Be.c,sequenceEqual:()=>sn.m,share:()=>an.u,shareReplay:()=>cn.t,single:()=>ln.J,skip:()=>dn.i,skipLast:()=>fn.G,skipUntil:()=>pn.U,skipWhile:()=>vn.j,startWith:()=>hn.Z,subscribeOn:()=>ne._,switchAll:()=>mn.w,switchMap:()=>bn.n,switchMapTo:()=>gn.K,switchScan:()=>yn.m,take:()=>wn.s,takeLast:()=>_n.o,takeUntil:()=>xn.Q,takeWhile:()=>Pn.v,tap:()=>On.M,throttle:()=>Nn.n,throttleTime:()=>Tn.c,throwError:()=>qe.$,throwIfEmpty:()=>Mn.v,timeInterval:()=>Cn.f,timeout:()=>Q.w,timeoutWith:()=>Sn.o,timer:()=>Fe.O,timestamp:()=>En.v,toArray:()=>An.$,using:()=>De,window:()=>jn.x,windowCount:()=>In.k,windowTime:()=>Rn.s,windowToggle:()=>$n.J,windowWhen:()=>Ln.p,withLatestFrom:()=>kn.E,zip:()=>Ue.y,zipAll:()=>qn.x,zipWith:()=>Fn.O});var r=n(2294),o=n(6982),i=n(4143),u={now:function(){return(u.delegate||performance).now()},delegate:void 0},s=n(5608),a=n(3758),c={schedule:function(e){var t=requestAnimationFrame,n=cancelAnimationFrame,r=c.delegate;r&&(t=r.requestAnimationFrame,n=r.cancelAnimationFrame);var o=t(function(t){n=void 0,e(t)});return new a.yU(function(){return null==n?void 0:n(o)})},requestAnimationFrame:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=c.delegate;return((null==n?void 0:n.requestAnimationFrame)||requestAnimationFrame).apply(void 0,(0,s.fX)([],(0,s.zs)(e)))},cancelAnimationFrame:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=c.delegate;return((null==n?void 0:n.cancelAnimationFrame)||cancelAnimationFrame).apply(void 0,(0,s.fX)([],(0,s.zs)(e)))},delegate:void 0};function l(e){return e?d(e):p}function d(e){return new r.c(function(t){var n=e||u,r=n.now(),o=0,i=function(){t.closed||(o=c.requestAnimationFrame(function(u){o=0;var s=n.now();t.next({timestamp:e?s:u,elapsed:s-r}),i()}))};return i(),function(){o&&c.cancelAnimationFrame(o)}})}var f,p=d(),v=n(6115),h=n(7637),m=n(4522),b=n(719),g=n(1121),y=1,w={};function _(e){return e in w&&(delete w[e],!0)}var x=function(e){var t=y++;return w[t]=!0,f||(f=Promise.resolve()),f.then(function(){return _(t)&&e()}),t},P=function(e){_(e)},O={setImmediate:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=O.delegate;return((null==n?void 0:n.setImmediate)||x).apply(void 0,(0,s.fX)([],(0,s.zs)(e)))},clearImmediate:function(e){var t=O.delegate;return((null==t?void 0:t.clearImmediate)||P)(e)},delegate:void 0},N=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.scheduler=t,r.work=n,r}return(0,s.C6)(t,e),t.prototype.requestAsyncId=function(t,n,r){return void 0===r&&(r=0),null!==r&&r>0?e.prototype.requestAsyncId.call(this,t,n,r):(t.actions.push(this),t._scheduled||(t._scheduled=O.setImmediate(t.flush.bind(t,void 0))))},t.prototype.recycleAsyncId=function(t,n,r){var o;if(void 0===r&&(r=0),null!=r?r>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,n,r);var i=t.actions;null!=n&&(null===(o=i[i.length-1])||void 0===o?void 0:o.id)!==n&&(O.clearImmediate(n),t._scheduled===n&&(t._scheduled=void 0))},t}(g.R),T=n(6496),M=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,s.C6)(t,e),t.prototype.flush=function(e){this._active=!0;var t=this._scheduled;this._scheduled=void 0;var n,r=this.actions;e=e||r.shift();do{if(n=e.execute(e.state,e.delay))break}while((e=r[0])&&e.id===t&&r.shift());if(this._active=!1,n){for(;(e=r[0])&&e.id===t&&r.shift();)e.unsubscribe();throw n}},t}(T.q))(N),C=M,S=n(6921),E=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.scheduler=t,r.work=n,r}return(0,s.C6)(t,e),t.prototype.schedule=function(t,n){return void 0===n&&(n=0),n>0?e.prototype.schedule.call(this,t,n):(this.delay=n,this.state=t,this.scheduler.flush(this),this)},t.prototype.execute=function(t,n){return n>0||this.closed?e.prototype.execute.call(this,t,n):this._execute(t,n)},t.prototype.requestAsyncId=function(t,n,r){return void 0===r&&(r=0),null!=r&&r>0||null==r&&this.delay>0?e.prototype.requestAsyncId.call(this,t,n,r):(t.flush(this),0)},t}(g.R),A=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,s.C6)(t,e),t}(T.q))(E),j=A,I=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.scheduler=t,r.work=n,r}return(0,s.C6)(t,e),t.prototype.requestAsyncId=function(t,n,r){return void 0===r&&(r=0),null!==r&&r>0?e.prototype.requestAsyncId.call(this,t,n,r):(t.actions.push(this),t._scheduled||(t._scheduled=c.requestAnimationFrame(function(){return t.flush(void 0)})))},t.prototype.recycleAsyncId=function(t,n,r){var o;if(void 0===r&&(r=0),null!=r?r>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,n,r);var i=t.actions;null!=n&&n===t._scheduled&&(null===(o=i[i.length-1])||void 0===o?void 0:o.id)!==n&&(c.cancelAnimationFrame(n),t._scheduled=void 0)},t}(g.R),R=new(function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return(0,s.C6)(t,e),t.prototype.flush=function(e){var t;this._active=!0,e?t=e.id:(t=this._scheduled,this._scheduled=void 0);var n,r=this.actions;e=e||r.shift();do{if(n=e.execute(e.state,e.delay))break}while((e=r[0])&&e.id===t&&r.shift());if(this._active=!1,n){for(;(e=r[0])&&e.id===t&&r.shift();)e.unsubscribe();throw n}},t}(T.q))(I),$=R,L=function(e){function t(t,n){void 0===t&&(t=k),void 0===n&&(n=1/0);var r=e.call(this,t,function(){return r.frame})||this;return r.maxFrames=n,r.frame=0,r.index=-1,r}return(0,s.C6)(t,e),t.prototype.flush=function(){for(var e,t,n=this.actions,r=this.maxFrames;(t=n[0])&&t.delay<=r&&(n.shift(),this.frame=t.delay,!(e=t.execute(t.state,t.delay))););if(e){for(;t=n.shift();)t.unsubscribe();throw e}},t.frameTimeFactor=10,t}(T.q),k=function(e){function t(t,n,r){void 0===r&&(r=t.index+=1);var o=e.call(this,t,n)||this;return o.scheduler=t,o.work=n,o.index=r,o.active=!0,o.index=t.index=r,o}return(0,s.C6)(t,e),t.prototype.schedule=function(n,r){if(void 0===r&&(r=0),Number.isFinite(r)){if(!this.id)return e.prototype.schedule.call(this,n,r);this.active=!1;var o=new t(this.scheduler,this.work);return this.add(o),o.schedule(n,r)}return a.yU.EMPTY},t.prototype.requestAsyncId=function(e,n,r){void 0===r&&(r=0),this.delay=e.frame+r;var o=e.actions;return o.push(this),o.sort(t.sortActions),1},t.prototype.recycleAsyncId=function(e,t,n){void 0===n&&(n=0)},t.prototype._execute=function(t,n){if(!0===this.active)return e.prototype._execute.call(this,t,n)},t.sortActions=function(e,t){return e.delay===t.delay?e.index===t.index?0:e.index>t.index?1:-1:e.delay>t.delay?1:-1},t}(g.R),q=n(8442),F=n(5745),D=n(3064),U=n(1842),B=n(4894),z=n(5536),W=n(2762);function H(e){return!!e&&(e instanceof r.c||(0,W.T)(e.lift)&&(0,W.T)(e.subscribe))}var V=n(5767);function J(e,t){var n="object"==typeof t;return new Promise(function(r,o){var i,u=!1;e.subscribe({next:function(e){i=e,u=!0},error:o,complete:function(){u?r(i):n?r(t.defaultValue):o(new V.G)}})})}var X=n(5636),K=n(9537),Z=n(9391),G=n(1622),Y=n(3393),Q=n(3362),ee=n(828),te=n(3173),ne=n(6912),re=n(3027),oe=n(4432);function ie(e,t,n,o){if(n){if(!(0,te.m)(n))return function(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];return ie(e,t,o).apply(this,r).pipe((0,re.I)(n))};o=n}return o?function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];return ie(e,t).apply(this,n).pipe((0,ne._)(o),(0,oe.Q)(o))}:function(){for(var n=this,o=[],i=0;i<arguments.length;i++)o[i]=arguments[i];var u=new b.h,a=!0;return new r.c(function(r){var i=u.subscribe(r);if(a){a=!1;var c=!1,l=!1;t.apply(n,(0,s.fX)((0,s.fX)([],(0,s.zs)(o)),[function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];if(e){var r=t.shift();if(null!=r)return void u.error(r)}u.next(1<t.length?t:t[0]),l=!0,c&&u.complete()}])),l&&u.complete(),c=!0}return i})}}function ue(e,t,n){return ie(!1,e,t,n)}function se(e,t,n){return ie(!0,e,t,n)}var ae=n(7791),ce=n(1433),le=n(9013);function de(e){return new r.c(function(t){(0,le.Tg)(e()).subscribe(t)})}var fe={connector:function(){return new v.B},resetOnDisconnect:!0};function pe(e,t){void 0===t&&(t=fe);var n=null,o=t.connector,i=t.resetOnDisconnect,u=void 0===i||i,s=o(),a=new r.c(function(e){return s.subscribe(e)});return a.connect=function(){return n&&!n.closed||(n=de(function(){return e}).subscribe(s),u&&n.add(function(){return s=o()})),n},a}var ve=n(1896),he=n(8352),me=n(3299),be=n(663),ge=n(8301);function ye(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,me.ms)(e),o=(0,he.D)(e),i=o.args,u=o.keys,s=new r.c(function(e){var t=i.length;if(t)for(var n=new Array(t),r=t,o=t,s=function(t){var s=!1;(0,le.Tg)(i[t]).subscribe((0,be._)(e,function(e){s||(s=!0,o--),n[t]=e},function(){return r--},void 0,function(){r&&s||(o||e.next(u?(0,ge.e)(u,n):n),e.complete())}))},a=0;a<t;a++)s(a);else e.complete()});return n?s.pipe((0,re.I)(n)):s}var we=n(7349),_e=n(9209);function xe(e,t,n){return n?xe(e,t).pipe((0,re.I)(n)):new r.c(function(n){var r=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n.next(1===e.length?e[0]:e)},o=e(r);return(0,W.T)(t)?function(){return t(r,o)}:void 0})}var Pe=n(1400);function Oe(e,t,n,r,o){var i,u,a,c;function l(){var e;return(0,s.YH)(this,function(r){switch(r.label){case 0:e=c,r.label=1;case 1:return t&&!t(e)?[3,4]:[4,a(e)];case 2:r.sent(),r.label=3;case 3:return e=n(e),[3,1];case 4:return[2]}})}return 1===arguments.length?(c=(i=e).initialState,t=i.condition,n=i.iterate,u=i.resultSelector,a=void 0===u?z.D:u,o=i.scheduler):(c=e,!r||(0,te.m)(r)?(a=z.D,o=r):a=r),de(o?function(){return(0,Pe.S)(l(),o)}:l)}function Ne(e,t,n){return de(function(){return e()?t:n})}var Te=n(9515),Me=n(4097),Ce=new r.c(B.l);function Se(){return Ce}var Ee=n(5180),Ae=n(5606);function je(e,t){return(0,we.H)(Object.entries(e),t)}var Ie=n(3877),Re=n(9071);function $e(e,t,n){return[(0,Re.p)(t,n)((0,le.Tg)(e)),(0,Re.p)((0,Ie.A)(t,n))((0,le.Tg)(e))]}var Le=n(9792);function ke(e,t,n){if(null==t&&(t=e,e=0),t<=0)return ve.w;var o=t+e;return new r.c(n?function(t){var r=e;return n.schedule(function(){r<o?(t.next(r++),this.schedule()):t.complete()})}:function(t){for(var n=e;n<o&&!t.closed;)t.next(n++);t.complete()})}var qe=n(5807),Fe=n(9980);function De(e,t){return new r.c(function(n){var r=e(),o=t(r);return(o?(0,le.Tg)(o):ve.w).subscribe(n),function(){r&&r.unsubscribe()}})}var Ue=n(5542),Be=n(3767),ze=n(3829),We=n(1418),He=n(9231),Ve=n(1919),Je=n(7028),Xe=n(4666),Ke=n(3811),Ze=n(4655),Ge=n(8950),Ye=n(6145),Qe=n(952),et=n(8191),tt=n(3614),nt=n(3887),rt=n(7810),ot=n(8837),it=n(9394),ut=n(6750),st=n(3306),at=n(9983),ct=n(6634),lt=n(1266),dt=n(1022),ft=n(3137),pt=n(9589),vt=n(2121),ht=n(6668),mt=n(4104),bt=n(5200),gt=n(9622),yt=n(8399),wt=n(4336),_t=n(5041),xt=n(605),Pt=n(723),Ot=n(3186),Nt=n(684),Tt=n(4915),Mt=n(263),Ct=n(3402),St=n(3004),Et=n(2381),At=n(6191),jt=n(2306),It=n(7096),Rt=n(9207),$t=n(5590),Lt=n(8646),kt=n(7271),qt=n(9578),Ft=n(6408),Dt=n(1213),Ut=n(1853),Bt=n(3439),zt=n(4797),Wt=n(9201),Ht=n(2208),Vt=n(6382),Jt=n(4308),Xt=n(2954),Kt=n(3629),Zt=n(8416),Gt=n(7539),Yt=n(4394),Qt=n(5462),en=n(635),tn=n(1843),nn=n(6809),rn=n(3939),on=n(2518),un=n(896),sn=n(7686),an=n(3822),cn=n(5453),ln=n(3417),dn=n(3854),fn=n(5146),pn=n(7020),vn=n(1889),hn=n(8845),mn=n(5014),bn=n(3047),gn=n(42),yn=n(8840),wn=n(1233),_n=n(7178),xn=n(6028),Pn=n(8161),On=n(7628),Nn=n(221),Tn=n(4376),Mn=n(7877),Cn=n(4649),Sn=n(7406),En=n(3049),An=n(6055),jn=n(4757),In=n(4010),Rn=n(6320),$n=n(4525),Ln=n(4021),kn=n(578),qn=n(6555),Fn=n(3642)},578:(e,t,n)=>{"use strict";n.d(t,{E:()=>l});var r=n(5608),o=n(451),i=n(663),u=n(9013),s=n(5536),a=n(4894),c=n(3299);function l(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,c.ms)(e);return(0,o.N)(function(t,o){for(var c=e.length,l=new Array(c),d=e.map(function(){return!1}),f=!1,p=function(t){(0,u.Tg)(e[t]).subscribe((0,i._)(o,function(e){l[t]=e,f||d[t]||(d[t]=!0,(f=d.every(s.D))&&(d=null))},a.l))},v=0;v<c;v++)p(v);t.subscribe((0,i._)(o,function(e){if(f){var t=(0,r.fX)([e],(0,r.zs)(l));o.next(n?n.apply(void 0,(0,r.fX)([],(0,r.zs)(t))):t)}}))})}},605:(e,t,n)=>{"use strict";n.d(t,{f:()=>i});var r=n(451),o=n(5439);function i(e,t,n){return void 0===t&&(t=1/0),t=(t||0)<1?1/0:t,(0,r.N)(function(r,i){return(0,o.h)(r,i,e,t,void 0,!0,n)})}},632:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.refetchAccountsNotification&&t.clearCacheByPrefix&&t.clearTransferCache){n.add("refetchAccountsNotification");const o=e.onMessage("refetchAccountsNotification").subscribe(()=>{t.clearCacheByPrefix("mobilews/account"),t.clearTransferCache(),t.refetchAccountsNotification()});r.push(()=>o.unsubscribe())}}},635:(e,t,n)=>{"use strict";n.d(t,{L:()=>a});var r=n(451),o=n(663),i=n(5536),u=n(9980),s=n(9013);function a(e){var t;void 0===e&&(e=1/0);var n=(t=e&&"object"==typeof e?e:{count:e}).count,a=void 0===n?1/0:n,c=t.delay,l=t.resetOnSuccess,d=void 0!==l&&l;return a<=0?i.D:(0,r.N)(function(e,t){var n,r=0,i=function(){var l=!1;n=e.subscribe((0,o._)(t,function(e){d&&(r=0),t.next(e)},void 0,function(e){if(r++<a){var d=function(){n?(n.unsubscribe(),n=null,i()):l=!0};if(null!=c){var f="number"==typeof c?(0,u.O)(c):(0,s.Tg)(c(e,r)),p=(0,o._)(t,function(){p.unsubscribe(),d()},function(){t.complete()});f.subscribe(p)}else d()}else t.error(e)})),l&&(n.unsubscribe(),n=null,i())};i()})}},663:(e,t,n)=>{"use strict";n.d(t,{H:()=>i,_:()=>o});var r=n(5608);function o(e,t,n,r,o){return new i(e,t,n,r,o)}var i=function(e){function t(t,n,r,o,i,u){var s=e.call(this,t)||this;return s.onFinalize=i,s.shouldUnsubscribe=u,s._next=n?function(e){try{n(e)}catch(e){t.error(e)}}:e.prototype._next,s._error=o?function(e){try{o(e)}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._error,s._complete=r?function(){try{r()}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._complete,s}return(0,r.C6)(t,e),t.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;e.prototype.unsubscribe.call(this),!n&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}},t}(n(5745).vU)},684:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(451),o=n(3186);function i(e,t){return(0,r.N)((0,o.k)(e,t,"index"))}},693:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.getGlobalScripts){n.add("getGlobalScripts");const o=e.sendResponse("getGlobalScripts",()=>t.getGlobalScripts());r.push(()=>o.unsubscribe())}}},719:(e,t,n)=>{"use strict";n.d(t,{h:()=>o});var r=n(5608),o=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._value=null,t._hasValue=!1,t._isComplete=!1,t}return(0,r.C6)(t,e),t.prototype._checkFinalizedStatuses=function(e){var t=this,n=t.hasError,r=t._hasValue,o=t._value,i=t.thrownError,u=t.isStopped,s=t._isComplete;n?e.error(i):(u||s)&&(r&&e.next(o),e.complete())},t.prototype.next=function(e){this.isStopped||(this._value=e,this._hasValue=!0)},t.prototype.complete=function(){var t=this,n=t._hasValue,r=t._value;t._isComplete||(this._isComplete=!0,n&&e.prototype.next.call(this,r),e.prototype.complete.call(this))},t}(n(6115).B)},723:(e,t,n)=>{"use strict";n.d(t,{j:()=>o});var r=n(451);function o(e){return(0,r.N)(function(t,n){try{t.subscribe(n)}finally{n.add(e)}})}},755:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Maybe:()=>r});class r{constructor(e){this.value=e}static just(e){if(null==e)throw new TypeError("Value passed to just must exist!");return new r(e)}static nothing(){return new r}static maybe(e){return null==e?r.nothing():r.just(e)}static join(e){return e.withDefault(r.nothing())}static sequence(e){return e.reduce((e,t)=>e.bind(e=>t.map(t=>e.concat(t))),r.just([]))}static traverse(e,t){return r.sequence(t).map(t=>t.map(e))}static justMap(e,t){return t.reduce((t,n)=>{const r=e(n);return void 0!==r.value?t.concat(r.value):t},[])}static filterSomethings(e){return e.reduce((e,t)=>(t.value&&e.push(t.value),e),[])}static lift(e){return t=>t.map(e)}static lift2(e){return(t,n)=>r.sequence([t,n]).map(t=>e(t[0],t[1]))}static lift3(e){return(t,n,o)=>r.sequence([t,n,o]).map(t=>e(t[0],t[1],t[2]))}static toPromise(e){return e.hasSomething?Promise.resolve(e.value):Promise.reject()}map(e){return void 0!==this.value?r.maybe(e(this.value)):r.nothing()}asyncMap(e){return void 0!==this.value?e(this.value).then(e=>{if(null==e)throw"Promise Conversion from a Maybe.Nothing";return e}):Promise.reject()}alt(e){return void 0!==this.value?this:e}altMap(e){return void 0!==this.value?this:e()}ap(e){return e.bind(e=>this.map(e))}bind(e){return r.join(this.map(e))}withDefault(e){return void 0!==this.value?this.value:e}withDefaultFn(e){return void 0!==this.value?this.value:e()}get hasNothing(){return void 0===this.value}get hasSomething(){return!this.hasNothing}unsafeElse(e){this.hasNothing&&e()}}r.of=r.maybe},818:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.getMobileSDKCapabilities){n.add("getMobileSDKCapabilities");const o=e.sendResponse("getMobileSDKCapabilities",()=>Promise.resolve(t.getMobileSDKCapabilities()));r.push(()=>o.unsubscribe())}}},828:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var r=(0,n(4224).L)(function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map(function(e,t){return t+1+") "+e.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}})},884:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getPlatformRoot=t.getDimensions=void 0;const n={scrollY:0,innerHeight:0,innerWidth:0};t.getDimensions=function(e,t){var r,o,i,u,s,a,c,l;if(!t)return console.warn("No platform root found. Returning zeroed dimensions."),n;const d=t instanceof HTMLElement;return d&&!t.isConnected?(console.warn("Platform root is no longer connected to the DOM. Returning zeroed dimensions."),n):Object.assign({scrollY:null!==(r=d?t.scrollTop:t.scrollY)&&void 0!==r?r:0,innerHeight:null!==(o=d?t.offsetHeight:t.innerHeight)&&void 0!==o?o:0,innerWidth:null!==(i=d?t.offsetWidth:t.innerWidth)&&void 0!==i?i:0,orientationType:null!==(s=null===(u=null===screen||void 0===screen?void 0:screen.orientation)||void 0===u?void 0:u.type)&&void 0!==s?s:"landscape-primary",orientationAngle:null!==(c=null===(a=null===screen||void 0===screen?void 0:screen.orientation)||void 0===a?void 0:a.angle)&&void 0!==c?c:0},null===(l=null==e?void 0:e.getSurroundingOffsets)||void 0===l?void 0:l.call(e))},t.getPlatformRoot=function(e){var t;const n=null===(t=null==e?void 0:e.getPlatformRootSelector)||void 0===t?void 0:t.call(e);return n?document.querySelector(n):window}},896:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(451),o=n(4608);function i(e,t){return(0,r.N)((0,o.S)(e,t,arguments.length>=2,!0))}},942:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ifRelativePrependOrigin=t.setupPathResolvers=t.NGAM_BASE=void 0;const r=n(1870);function o(e){return/^http/.test(e)?e:`${window.location.origin}/${e}`}t.NGAM_BASE=`${window.location.origin}${window.location.pathname.replace(/\/uux\.aspx/i,"")}`,t.setupPathResolvers=function(e,n,i,u,s){let a;const c=e.sendResponse("getCustomerAssetPath",({subPath:e})=>Promise.resolve({path:o(i.getCustomerSpecificAssetPath(e))}));i.getCustomLanguageURL&&(n.add("getCustomLanguageURL"),a=e.sendResponse("getCustomLanguageURL",async({moduleId:e,langKey:t})=>{const n=await(0,r.getPathResolutionInfo)(e.split("."),i.dynamicConfigFetch);return Promise.resolve({path:o(i.getCustomLanguageURL(`${t}_${n.featureName}.json`))})}));const l=e.sendResponse("getBaseAssetPath",({subPath:e})=>Promise.resolve({path:o(i.getBaseAssetPath(e))})),d=e.sendResponse("getNgamBaseUrl",()=>Promise.resolve({ngamBase:t.NGAM_BASE}));s.push(()=>{c.unsubscribe(),l.unsubscribe(),d.unsubscribe(),a&&a.unsubscribe()})},t.ifRelativePrependOrigin=o},952:(e,t,n)=>{"use strict";n.d(t,{A:()=>i});var r=n(7791),o=n(6950);function i(e){return(0,o.q)(r.z,e)}},1022:(e,t,n)=>{"use strict";n.d(t,{o:()=>c});var r=n(1433),o=n(1233),i=n(3402),u=n(2306),s=n(7271),a=n(9013);function c(e,t){return t?function(n){return(0,r.x)(t.pipe((0,o.s)(1),(0,i.w)()),n.pipe(c(e)))}:(0,s.Z)(function(t,n){return(0,a.Tg)(e(t,n)).pipe((0,o.s)(1),(0,u.u)(t))})}},1075:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(515);t.default=function(e,t,n,o){if(t.closeOverpanel){n.add("closeOverpanel");const i=e.onMessage("closeOverpanel").pipe((0,r.map)(e=>e.value)).subscribe(t.closeOverpanel);o.push(()=>i.unsubscribe())}}},1088:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.resolveDataURL=t.platformDataRequest=t.isDataRequest=void 0;const r=n(755),o=n(3833);function i(e){return!!e.dataType}function u(e,t){return(i(t)?s(e,t.dataType,r.Maybe.maybe(t.dataId),t.params):Promise.resolve(t.route)).then(n=>t.body&&t.isFormData?e.sendFormDataRequest(n,t.method,(0,o.JSONToFormData)(JSON.parse(t.body))):(e.sendRequest||e.requestPlatformData)(n,t.method,t.body))}function s(e,t,n,r={}){const[o,i="default"]=t.split("::");if(!o)throw new Error(`Invalid dataType format: '${t}'. Expected 'category::type'.`);const u=e.getRequestURLMap?e.getRequestURLMap():{};if(!u[o])throw new Error(`No URL map found for category '${o}'.`);const s=u[o][i]||u[o].default;if(!s)throw new Error(`No URL resolver found for category '${o}' and type '${i}'.`);return("string"==typeof s?Promise.resolve(s):s).then(e=>`${e}${n.map(e=>`/${e}`).withDefault("")}${function(e){const t=Object.keys(e).map(t=>`${t}=${e[t]}`).join("&");return t&&"?".concat(t)||""}(r)}`)}t.default=function(e,t,n,r){if(t.sendRequest||t.requestPlatformData){n.add("requestPlatformData"),n.add("requestPlatformData-v2"),t.sendFormDataRequest&&n.add("requestPlatformData-formdata");const o=e.sendResponse("requestPlatformData",e=>u(t,e).then(function(t){return 200<=t.status&&t.status<300?{data:"GET"===e.method?t.response.data:t.response,status:"success"}:{data:{message:t.statusText},status:"error"}})),i=e.sendResponse("requestPlatformData-v2",e=>u(t,e));r.push(()=>{o.unsubscribe(),i.unsubscribe()})}},t.isDataRequest=i,t.platformDataRequest=u,t.resolveDataURL=s},1121:(e,t,n)=>{"use strict";n.d(t,{R:()=>s});var r=n(5608),o=function(e){function t(t,n){return e.call(this)||this}return(0,r.C6)(t,e),t.prototype.schedule=function(e,t){return void 0===t&&(t=0),this},t}(n(3758).yU),i={setInterval:function(e,t){for(var n=[],o=2;o<arguments.length;o++)n[o-2]=arguments[o];var u=i.delegate;return(null==u?void 0:u.setInterval)?u.setInterval.apply(u,(0,r.fX)([e,t],(0,r.zs)(n))):setInterval.apply(void 0,(0,r.fX)([e,t],(0,r.zs)(n)))},clearInterval:function(e){var t=i.delegate;return((null==t?void 0:t.clearInterval)||clearInterval)(e)},delegate:void 0},u=n(6279),s=function(e){function t(t,n){var r=e.call(this,t,n)||this;return r.scheduler=t,r.work=n,r.pending=!1,r}return(0,r.C6)(t,e),t.prototype.schedule=function(e,t){var n;if(void 0===t&&(t=0),this.closed)return this;this.state=e;var r=this.id,o=this.scheduler;return null!=r&&(this.id=this.recycleAsyncId(o,r,t)),this.pending=!0,this.delay=t,this.id=null!==(n=this.id)&&void 0!==n?n:this.requestAsyncId(o,this.id,t),this},t.prototype.requestAsyncId=function(e,t,n){return void 0===n&&(n=0),i.setInterval(e.flush.bind(e,this),n)},t.prototype.recycleAsyncId=function(e,t,n){if(void 0===n&&(n=0),null!=n&&this.delay===n&&!1===this.pending)return t;null!=t&&i.clearInterval(t)},t.prototype.execute=function(e,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var n=this._execute(e,t);if(n)return n;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,t){var n,r=!1;try{this.work(e)}catch(e){r=!0,n=e||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),n},t.prototype.unsubscribe=function(){if(!this.closed){var t=this.id,n=this.scheduler,r=n.actions;this.work=this.state=this.scheduler=null,this.pending=!1,(0,u.o)(r,this),null!=t&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,e.prototype.unsubscribe.call(this)}},t}(o)},1213:(e,t,n)=>{"use strict";n.d(t,{X:()=>i});var r=n(5608),o=n(9190);function i(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return o.h.apply(void 0,(0,r.fX)([],(0,r.zs)(e)))}},1233:(e,t,n)=>{"use strict";n.d(t,{s:()=>u});var r=n(1896),o=n(451),i=n(663);function u(e){return e<=0?function(){return r.w}:(0,o.N)(function(t,n){var r=0;t.subscribe((0,i._)(n,function(t){++r<=e&&(n.next(t),e<=r&&n.complete())}))})}},1266:(e,t,n)=>{"use strict";n.d(t,{c:()=>u});var r=n(6921),o=n(1022),i=n(9980);function u(e,t){void 0===t&&(t=r.E);var n=(0,i.O)(e,t);return(0,o.o)(function(){return n})}},1400:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var r=n(2294),o=n(9868),i=n(2762),u=n(6214);function s(e,t){return new r.c(function(n){var r;return(0,u.N)(n,t,function(){r=e[o.l](),(0,u.N)(n,t,function(){var e,t,o;try{t=(e=r.next()).value,o=e.done}catch(e){return void n.error(e)}o?n.complete():n.next(t)},0,!0)}),function(){return(0,i.T)(null==r?void 0:r.return)&&r.return()}})}},1418:(e,t,n)=>{"use strict";n.d(t,{s:()=>u});var r=n(451),o=n(9013),i=n(663);function u(e){return(0,r.N)(function(t,n){var r=!1,u=null,s=null,a=!1,c=function(){if(null==s||s.unsubscribe(),s=null,r){r=!1;var e=u;u=null,n.next(e)}a&&n.complete()},l=function(){s=null,a&&n.complete()};t.subscribe((0,i._)(n,function(t){r=!0,u=t,s||(0,o.Tg)(e(t)).subscribe(s=(0,i._)(n,c,l))},function(){a=!0,(!r||!s||s.closed)&&n.complete()}))})}},1433:(e,t,n)=>{"use strict";n.d(t,{x:()=>u});var r=n(3614),o=n(3299),i=n(7349);function u(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return(0,r.K)()((0,i.H)(e,(0,o.lI)(e)))}},1480:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.setupDynamicPlatformAPI){t.setupDynamicPlatformAPI().forEach(e=>n.add(e));const o=e.sendResponse("executeDynamicPlatformAPI",({functionName:e,args:n})=>t.executeDynamicPlatformAPI(e,n));r.push(()=>o.unsubscribe())}}},1622:(e,t,n)=>{"use strict";n.d(t,{P:()=>r});var r=(0,n(4224).L)(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})},1736:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1870),o=n(8757),i=n(8219);t.default=function(e,t,n,u,s){if(n.showOverpanel){u.add("showOverpanel");const a=e.sendResponse("showOverpanel",async e=>{var u,s,a,c,l,d,f,p;try{let v,h,m,b=[];if(n.getPlatformOverpanels&&(b=await n.getPlatformOverpanels()),e.useRouteConfig){const[t,r]=e.overpanelPath.split(".");h=await n.dynamicConfigFetch(t,r),m=e.overpanelPath,v=await n.dynamicConfigFetch(h.featureName)}else if(b.includes(e.overpanelPath))h={moduleName:e.overpanelPath},m=e.overpanelPath,v={legacyOverpanelName:e.overpanelPath,legacy:!0};else{const o=(0,i.default)(t.value)[e.overpanelPath];let u;o?(h=o,m=`${o.featureName}.${e.overpanelPath}`,v=await n.dynamicConfigFetch(o.featureName)):(u=await(0,r.getPathResolutionInfo)(e.moduleId.split("."),n.dynamicConfigFetch),h=await n.dynamicConfigFetch(u.featureName).then(t=>{var n;const r=null===(n=t.configuredOverpanels)||void 0===n?void 0:n[e.overpanelPath];if(!r)throw new Error(`Overpanel ${e.overpanelPath} not found.`);return r}),m=`${u.featureName}.${e.overpanelPath}`,v=await n.dynamicConfigFetch(h.featureName))}if(v.legacy&&!v.legacyOverpanelName)throw new Error("Tried to call a legacy overpanel, but config is missing a legacyOverpanelName");if(e.params&&n.updateParams&&!v.legacy){const t=null===(a=null===(s=null===(u=v.modules)||void 0===u?void 0:u[h.moduleName])||void 0===s?void 0:s.meta)||void 0===a?void 0:a.params;t&&((0,o.default)(e.params,t),n.updateParams(`tectonOverpanel.${m}`,e.params,t))}const g=v.legacy?e.params?JSON.stringify(e.params):"":m,y=v.legacy?v.legacyOverpanelName:void 0,w="options"in h&&h.options||{},_=(null===(c=e.options)||void 0===c?void 0:c.size)||w.size,x=(null===(l=e.options)||void 0===l?void 0:l.height)||w.height,P=(null===(d=e.options)||void 0===d?void 0:d.fullWidth)||w.fullWidth,O=(null===(f=e.options)||void 0===f?void 0:f.isBlocking)||w.isBlocking,[,,N]=e.moduleId.split("."),T=(null===(p=e.options)||void 0===p?void 0:p.testId)||w.testId||N;return n.showOverpanel(g,!!P,y,_,x,T,!!O)}catch(e){return Promise.reject(e)}});s.push(()=>a.unsubscribe())}}},1842:(e,t,n)=>{"use strict";n.d(t,{F:()=>o,m:()=>i});var r=n(5536);function o(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return i(e)}function i(e){return 0===e.length?r.D:1===e.length?e[0]:function(t){return e.reduce(function(e,t){return t(e)},t)}}},1843:(e,t,n)=>{"use strict";n.d(t,{l:()=>s});var r=n(9013),o=n(6115),i=n(451),u=n(663);function s(e){return(0,i.N)(function(t,n){var i,s,a=!1,c=function(){i=t.subscribe((0,u._)(n,void 0,void 0,function(t){s||(s=new o.B,(0,r.Tg)(e(s)).subscribe((0,u._)(n,function(){return i?c():a=!0}))),s&&s.next(t)})),a&&(i.unsubscribe(),i=null,a=!1,c())};c()})}},1853:(e,t,n)=>{"use strict";n.d(t,{j:()=>i});var r=n(7539),o=n(2762);function i(e){return(0,r.T)((0,o.T)(e)?function(t,n){return e(t,n)<0?t:n}:function(e,t){return e<t?e:t})}},1870:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.matchModulebyFeatureName=t.findModuleInArrayConfig=t.resolveTectonPath=t.generateTectonConfigPathFromModuleId=t.getPathResolutionInfo=t.getTypeValueIfContextual=t.resolveFeature=void 0;const r=n(755),o=n(3264),i=n(5703);function u(e,t,n,u,c,l,d,f,p,v,h,m={}){return s(u,c,d).then(async t=>{const n=await function(e,t){return Promise.all(t.map(async t=>{const n=await e(t.featureName),r=n.modules[t.moduleName],o=n.additionalDomains,i=n.allowDirectives;return Object.assign(Object.assign(Object.assign({},t),r),{additionalDomains:o,allowDirectives:i})}))}(e.dynamicConfigFetch,l),o=t.map(e=>(0,i.getContextHierarchyPath)(e,m)).bind(e=>a(n,e,f)),u=r.Maybe.maybe(n[0]);return t.map(()=>o).altMap(()=>r.Maybe.just(u)).bind(e=>e)}).then(async e=>e.map(e=>{var r,i,u,s;const a=`${n}.${e.featureName}.${e.moduleName}`,c=(null===(i=null===(r=p.features[v])||void 0===r?void 0:r.modules[h])||void 0===i?void 0:i.requiredUserCapabilities)||[],l=(null===(s=null===(u=p.features[e.featureName])||void 0===u?void 0:u.modules[e.moduleName])||void 0===s?void 0:s.requiredUserCapabilities)||[],d=[...new Set([...c,...l])];return{moduleId:a,initialParams:(0,o.default)(a,t.getValue().currentParams),featureName:e.featureName,url:e.url,minHeight:e.meta.type.minHeight||"",tabLabelOverride:e.tabLabelOverride,formPostAuth:!!e.formPostAuth,loadingOptions:e.loadingOptions,additionalDomains:e.additionalDomains,allowDirectives:e.allowDirectives,requiredUserCapabilities:d,rightsEnabled:e.rightsEnabled}}))}function s(e,t,n){return r.Maybe.sequence([e,t]).map(()=>{const e=n.withDefault("");return""!==e?Promise.resolve(r.Maybe.just(e)):Promise.resolve(r.Maybe.nothing())}).withDefaultFn(()=>Promise.resolve(r.Maybe.nothing()))}function a(e,t,n){return r.Maybe.maybe(e.find(e=>{const r=n.map(t=>{var n;return null===(n=e.additionalContextRequirements)||void 0===n?void 0:n.includes(t)}).withDefault(!0);return e.meta.type.context===t[0]&&r})).altMap(()=>0===t.length&&r.Maybe.nothing()||a(e,t.slice(1),n))}async function c(e,t){const n=e.length%3==1?"outlet":"module",r=e[0],o=e.length<5;let i,u,s,a,c;if("tectonOverpanel"===r)i=l({path:e.slice(2),outletModuloVal:2}),u=(await t(e[1])).configuredOverpanels[e[2]];else{const r="outlet"===n?e.slice(-3,-2)[0]:e.slice(-2,-1)[0],o="outlet"===n?e.slice(-2,-1)[0]:e.slice(-1)[0],s="outlet"===n?-1:3;i=l({path:e.slice(s),outletModuloVal:0}),u=await t(r,o)}return"outlet"===n?(o?(s=u.featureName,a=u.moduleName):(s=e[e.length-3],a=e[e.length-2]),c=e[e.length-1],i=i.slice(0,-2),{pathType:n,featureName:s,moduleName:a,outletName:c,configPath:i,pathOrigin:r,treeFromRoot:u}):(o?(s=u.featureName,a=u.moduleName):(s=e[e.length-2],a=e[e.length-1]),{pathType:n,featureName:s,moduleName:a,configPath:i,pathOrigin:r,treeFromRoot:u})}function l({path:e,outletModuloVal:t}){const n=t+2;return e.reduce((e,r,o)=>{if(o%3===t)return e.concat(["configuredOutlets",r]);if(o%3===n&&2!==o){const t=e[e.length-1];return e[e.length-1]=`${t}-${r}`,e}return e.concat(r)},[])}function d(e,t){return e.reduce((e,t)=>{if(Array.isArray(e)){const[n,r]=t.split("-");return e[0].hasOwnProperty("tabLabel")||e[0].hasOwnProperty("menuItemLabel")?f(e,p(n,r)):e.find(p(n,r))}return e[t]},t)}function f(e,t){let n=-1;const r=e.find(e=>(n=e.modules.findIndex(t),-1!==n));if(r)return r.modules[n]}function p(e,t){return n=>n.featureName===e&&n.moduleName===t}t.default=function(e,t,n,o,i,s){const a=t.sendResponse("resolveFeature",async t=>{const i=await c(t.outletPath.split("."),e.dynamicConfigFetch),a=d(i.configPath,i.treeFromRoot),l=(await e.dynamicConfigFetch(i.featureName)).modules[i.moduleName].meta.outlets[i.outletName],f="None"===l.context?r.Maybe.nothing():r.Maybe.just(l.context),p=t.contextValue?r.Maybe.just(t.contextValue):r.Maybe.nothing(),v=t.resolvedType?r.Maybe.just(t.resolvedType):r.Maybe.nothing(),h=t.additionalContext?r.Maybe.just(t.additionalContext):r.Maybe.nothing(),m=a.configuredOutlets[i.outletName],b=n.getValue();return u(e,o,t.outletPath,f,p,m,v,h,b,i.featureName,i.moduleName,s).then(e=>e.withDefault({moduleId:"",featureName:"",initialParams:{},url:"",minHeight:"",formPostAuth:!1,loadingOptions:{loaders:[{type:"spinner",shape:"half-circle",row:1}]}}))});i.push(()=>a.unsubscribe())},t.resolveFeature=u,t.getTypeValueIfContextual=s,t.getPathResolutionInfo=c,t.generateTectonConfigPathFromModuleId=l,t.resolveTectonPath=d,t.findModuleInArrayConfig=f,t.matchModulebyFeatureName=p},1889:(e,t,n)=>{"use strict";n.d(t,{j:()=>i});var r=n(451),o=n(663);function i(e){return(0,r.N)(function(t,n){var r=!1,i=0;t.subscribe((0,o._)(n,function(t){return(r||(r=!e(t,i++)))&&n.next(t)}))})}},1896:(e,t,n)=>{"use strict";n.d(t,{I:()=>i,w:()=>o});var r=n(2294),o=new r.c(function(e){return e.complete()});function i(e){return e?function(e){return new r.c(function(t){return e.schedule(function(){return t.complete()})})}(e):o}},1919:(e,t,n)=>{"use strict";n.d(t,{r:()=>s});var r=n(451),o=n(4894),i=n(663),u=n(9013);function s(e){return(0,r.N)(function(t,n){var r=[];return t.subscribe((0,i._)(n,function(e){return r.push(e)},function(){n.next(r),n.complete()})),(0,u.Tg)(e).subscribe((0,i._)(n,function(){var e=r;r=[],n.next(e)},o.l)),function(){r=null}})}},2060:(e,t,n)=>{"use strict";n.d(t,{l:()=>i});var r=n(4143),o=n(2762);function i(e){return(0,o.T)(e[r.s])}},2121:(e,t,n)=>{"use strict";n.d(t,{F:()=>u});var r=n(5536),o=n(451),i=n(663);function u(e,t){return void 0===t&&(t=r.D),e=null!=e?e:s,(0,o.N)(function(n,r){var o,u=!0;n.subscribe((0,i._)(r,function(n){var i=t(n);!u&&e(o,i)||(u=!1,o=i,r.next(n))}))})}function s(e,t){return e===t}},2140:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(755),o=n(6317),i=n(884);t.default=function(e,t,n,u){var s;function a(){(0,o.sendBroadcast)("platformScrollChanged",r.Maybe.just(JSON.stringify((0,i.getDimensions)(t,v))))}function c(){(0,o.sendBroadcast)("platformSizeChanged",r.Maybe.just(JSON.stringify((0,i.getDimensions)(t,v))))}let l;n.add("platformScrollChanged");const d=()=>{if(l=e.sendResponse("getPlatformScroll",()=>Promise.resolve((0,i.getDimensions)(t,v))),null==v||v.addEventListener("scroll",a),v instanceof HTMLElement){const e=new ResizeObserver(c);e.observe(v),u.push(()=>null==e?void 0:e.disconnect())}else null==v||v.addEventListener("resize",c)},f=null===(s=t.getPlatformRootSelector)||void 0===s?void 0:s.call(t);let p,v=f?document.querySelector(f):window;v?d():f&&(p=new MutationObserver(()=>{v=document.querySelector(f),v&&(d(),null==p||p.disconnect())}),p.observe(document.body,{childList:!0,subtree:!0})),u.push(()=>{null==p||p.disconnect(),null==l||l.unsubscribe(),null==v||v.removeEventListener("scroll",a),null==v||v.removeEventListener("resize",c)})}},2162:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6317),o=n(515),i=n(755);t.default=function(e,t,n,u){const s=t.getCurrentLanguage(),a=new o.BehaviorSubject(s);let c=!0;t.languageChanged&&(n.add("languageChanged"),t.languageChanged(e=>{c&&a.next(e)}));const l=a.subscribe((e="en-US")=>{(0,r.sendBroadcast)("streamLanguage",i.Maybe.just(JSON.stringify({langKey:e})))}),d=e.sendResponse("getCurrentLanguage",()=>Promise.resolve({langKey:a.getValue()}));u.push(()=>{c=!1,[l,d].forEach(e=>e.unsubscribe()),a.complete()})}},2208:(e,t,n)=>{"use strict";n.d(t,{E:()=>o});var r=n(6191);function o(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=e.length;if(0===n)throw new Error("list of properties cannot be empty.");return(0,r.T)(function(t){for(var r=t,o=0;o<n;o++){var i=null==r?void 0:r[e[o]];if(void 0===i)return;r=i}return r})}},2210:(e,t,n)=>{"use strict";function r(e){return e instanceof Date&&!isNaN(e)}n.d(t,{v:()=>r})},2294:(e,t,n)=>{"use strict";n.d(t,{c:()=>l});var r=n(5745),o=n(3758),i=n(4143),u=n(1842),s=n(3829),a=n(2762),c=n(8087),l=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var n=new e;return n.source=this,n.operator=t,n},e.prototype.subscribe=function(e,t,n){var i,u=this,s=(i=e)&&i instanceof r.vU||function(e){return e&&(0,a.T)(e.next)&&(0,a.T)(e.error)&&(0,a.T)(e.complete)}(i)&&(0,o.Uv)(i)?e:new r.Ms(e,t,n);return(0,c.Y)(function(){var e=u,t=e.operator,n=e.source;s.add(t?t.call(s,n):n?u._subscribe(s):u._trySubscribe(s))}),s},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var n=this;return new(t=d(t))(function(t,o){var i=new r.Ms({next:function(t){try{e(t)}catch(e){o(e),i.unsubscribe()}},error:o,complete:t});n.subscribe(i)})},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[i.s]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return(0,u.m)(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=d(e))(function(e,n){var r;t.subscribe(function(e){return r=e},function(e){return n(e)},function(){return e(r)})})},e.create=function(t){return new e(t)},e}();function d(e){var t;return null!==(t=null!=e?e:s.$.Promise)&&void 0!==t?t:Promise}},2306:(e,t,n)=>{"use strict";n.d(t,{u:()=>o});var r=n(6191);function o(e){return(0,r.T)(function(){return e})}},2381:(e,t,n)=>{"use strict";n.d(t,{H:()=>c});var r=n(5767),o=n(9071),i=n(7178),u=n(7877),s=n(6634),a=n(5536);function c(e,t){var n=arguments.length>=2;return function(c){return c.pipe(e?(0,o.p)(function(t,n){return e(t,n,c)}):a.D,(0,i.o)(1),n?(0,s.U)(t):(0,u.v)(function(){return new r.G}))}}},2446:(e,t,n)=>{"use strict";n.d(t,{T:()=>o});var r=n(2762);function o(e){return Symbol.asyncIterator&&(0,r.T)(null==e?void 0:e[Symbol.asyncIterator])}},2518:(e,t,n)=>{"use strict";n.d(t,{q:()=>u});var r=n(6921),o=n(3939),i=n(9515);function u(e,t){return void 0===t&&(t=r.E),(0,o.X)((0,i.Y)(e,t))}},2523:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1870);t.default=function(e,t,n,o,i){if(n.updateParams){o.add("setParams");const t=e.onMessage("setParams").subscribe(async e=>{const{moduleId:t,params:o}=e.value,i=await(0,r.getPathResolutionInfo)(t.split("."),n.dynamicConfigFetch),u=await n.dynamicConfigFetch(i.featureName).then(e=>e.modules[i.moduleName].meta.params);n.updateParams(t,o,u)});i.push(()=>t.unsubscribe())}}},2539:(e,t,n)=>{"use strict";n.r(t),n.d(t,{_sendMessage:()=>a,default:()=>d,sendBroadcast:()=>l,sendMessage:()=>c});var r=n(5636),o=n(9209),i=n(9071),u=n(6191),s=n(755);function a(e,t,n,r,o=null,i="success"){const u=window.isTestingTecton?window:e;null==u||u.postMessage({tectonic:!0,value:r.withDefault(""),status:i,type:t,protocol:n,guid:o},"*")}function c(e,t){a(window.parent,e,"MESSAGE",t)}function l(e,t){a(window,e,"BROADCAST",t),window.isTestingTecton||Array.prototype.slice.call(document.querySelectorAll("tecton-platform-outlet, tecton-outlet, tecton-tab-pane")).forEach(n=>{const r=n.shadowRoot&&n.shadowRoot.querySelector("iframe");if(null==r?void 0:r.contentWindow)switch(e){case"platformScrollChanged":case"platformSizeChanged":let{value:o}=Object.assign({},t);o=Object.assign(JSON.parse(o),{outletOffset:n.getBoundingClientRect().top}),a(r.contentWindow,e,"BROADCAST",new s.Maybe(JSON.stringify(o)));break;default:a(r.contentWindow,e,"BROADCAST",t)}})}class d{constructor(){this.messageNum=0,this.firehose$=(0,o.R)(window,"message").pipe((0,i.p)(e=>e.data.tectonic))}onMessage(e,t="MESSAGE",n=null){return function(e,t,n,r=null){return t.pipe((0,i.p)(t=>t.data.type===e&&(!r||t.data.guid===r)&&t.data.protocol===n),(0,u.T)(t=>{const n=t.data.value&&JSON.parse(t.data.value),r=t.source||(window.parent.location.origin===t.origin?window.parent:window.location.origin===t.origin?window:null);return"success"===t.data.status?{status:"success",value:n,sender:r,type:e,guid:t.data.guid}:{status:"error",message:n.message,sender:r,type:e,guid:t.data.guid}}))}(e,this.firehose$,t,n).pipe((0,u.T)(f))}sendRequest(e,t,n){const o=this.getNextMessageNumber();a(window.isTectonPlatform?window:window.parent,e,"REQUEST",t,o,"success");const i=[];return i.push((0,r._)(this.onMessage(e,"RESPONSE",o))),n&&n.timeout&&i.push(new Promise((r,i)=>{setTimeout(()=>{i({status:"error",message:`The request ${t} has timed out`,sender:window,type:e,guid:o})},n.timeout)})),Promise.race(i)}sendResponse(e,t){return this.onMessage(e,"REQUEST").subscribe(e=>Promise.resolve().then(()=>{if("success"===e.status)return t(e.value,e.sender);throw Error("Don't send Error Message as Request!")}).then(t=>{if(null!==t)return p(e.sender,e.type,t,e.guid,"success")}).catch(t=>p(e.sender,e.type,{message:t.message},e.guid,"error")))}getNextMessageNumber(){const e=this.messageNum+1;return this.messageNum=e,e}}function f(e){if("success"===e.status)return e;throw e}function p(e,t,n,r=null,o){a(e,t,"RESPONSE",s.Maybe.maybe(n).map(JSON.stringify),r,o)}},2548:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.init=void 0;const r=n(8831),o=n(6317),i=n(515),u=n(2938),s=n(3139),a=n(5939),c=n(7826),l=n(8088),d=n(5956),f=n(1480),p=n(7066);function v(e){Object.keys(e.features).forEach(function(t){const n=e.features[t],r=n.configuredOverpanels;r&&Object.keys(r).forEach(function(e){r[e].featureName||(r[e].featureName=t)});try{Object.keys(n.modules).forEach(function(e){n.modules[e].routeConfig||(n.modules[e].routeConfig={featureName:t,moduleName:e,configuredOutlets:{}}),Object.assign(n.modules[e].meta,{featureName:t,moduleName:e});let r=n.modules[e].url;if(r){if(r.startsWith("./")){const e=window.location.pathname.split("/").filter(e=>e),t=e[e.length-1];t&&t.includes(".")&&e.pop();const n=e.length>0?e.join("/"):"";r=r.replace("./",`${window.location.origin}/${n?`${n}/`:""}`)}r=r.replace("{featureName}",t),r=r.replace("{moduleName}",e),n.modules[e].url=r}})}catch(r){n.modules?console.error(`Config for ${n.routeName} is malformed. It returned ${r}.`):console.error(`Config for ${n.routeName} contains no modules`),console.error(`Removing ${n.routeName} from config.`),delete e.features[t]}})}t.init=function(e,t,n={},h){window.isTectonPlatform=!0;const m=new i.BehaviorSubject({changedParams:{},currentParams:{}});let b;v(e),window.isTestingTecton||(null==h?void 0:h.testing)?(b=window.tectonConfig$||new i.BehaviorSubject(null),b.next(e),window.tectonConfig$=b):b=new i.BehaviorSubject(e);const g=new o.default(b,window.isTestingTecton),y=new Set,w=[g.teardown.bind(g)];function _(n){const[r,o]=n.split(".");try{return Promise.resolve(e.features[r].configuredOverpanels[o])}catch(e){return t.dynamicConfigFetch(r,o)}}return(0,d.default)(y),(0,f.default)(g,t,y,w),(0,u.default)(g,b,t,y,w),(0,s.default)(g,t,m,b,y,w),(0,l.default)(g,t,y,w),(0,c.default)(g,t,m,b,y,w,n),(0,a.default)(g,b,m,t,n),{tectonParamsChanged(e){m.next(e)},updateConfig(e){const t=b.getValue();(0,r.default)(t,e),v(t),b.next(t)},replaceConfig(e){v(e),b.next(e)},verifyConfig(){if(!t.getCapabilities)return void console.error("getCapabilities must be implemented on platform to verify config.");const e=e=>{var n,r;return!(null==e?void 0:e.length)||Object.values(null!==(r=null===(n=t.getCapabilities)||void 0===n?void 0:n.call(t,...null!=e?e:[]))&&void 0!==r?r:{}).every(Boolean)},n=b.getValue(),r=n.features;for(const t in r){if(!r.hasOwnProperty(t))continue;const n=r[t];n.rightsEnabled=e(n.requiredUserCapabilities);for(const t in n.modules){if(!n.modules||!n.modules.hasOwnProperty(t))continue;const r=n.modules[t];r.rightsEnabled=n.rightsEnabled&&e(r.requiredUserCapabilities)}}v(n),b.next(n)},configLookup:function(e,t){const n=b.getValue();if(!t){const t=n.features[e];if(!t)throw new Error(`No config found, please check if the extension(${e}) is running correctly.`);return t}if(!n.features[e])throw new Error(`Please check if the extension(${e}) is running correctly.`);const r=n.features[e].modules[t].routeConfig||{featureName:e,moduleName:t},o=n.features[e].modules[t].rightsEnabled;return void 0!==o&&(r.rightsEnabled=o),r},configForRoute(e){const[t,n]=e.split(".");return b.getValue().features[t].modules[n].routeConfig||{featureName:t,moduleName:n}},configForOverpanel:_,overpanelOverrideLookup(e){var t,n,r,o,i,u,s,a,c;const l=b.getValue(),d=(l.overpanelOverrides||[]).find(t=>t.overpanelName===e),{featureName:f="",overpanelName:p=""}=null!==(t=null==d?void 0:d.override)&&void 0!==t?t:{},v=`${f}.${p}`,h=null===(n=l.features)||void 0===n?void 0:n[f],m=[{condition:!d,message:`No overpanel override found for ${e}.`},{condition:!f||!p,message:`Invalid overpanel override configuration for ${e}.`},{condition:!h,message:`Feature ${f} not found in config.`},{condition:!1===(null==h?void 0:h.rightsEnabled),message:`Feature ${f} is not enabled for this user.`},{condition:!(null===(r=null==h?void 0:h.configuredOverpanels)||void 0===r?void 0:r[p]),message:`Override overpanel ${p} not found in config.`},{condition:!1===(null===(s=null===(o=null==h?void 0:h.modules)||void 0===o?void 0:o[null===(u=null===(i=null==h?void 0:h.configuredOverpanels)||void 0===i?void 0:i[p])||void 0===u?void 0:u.moduleName])||void 0===s?void 0:s.rightsEnabled),message:`The module ${null===(c=null===(a=null==h?void 0:h.configuredOverpanels)||void 0===a?void 0:a[p])||void 0===c?void 0:c.moduleName} for feature ${f} is not enabled for this user.`}];for(const{condition:e,message:t}of m)if(e)return Promise.resolve({override:!1,message:t});return _(v).then(e=>{const t={override:!0,overpanelId:v,overpanelConfig:e};return(null==d?void 0:d.contextInfo)&&(t.contextInfo=d.contextInfo),Promise.resolve(t)})},updateApplicationModules(t){(0,p.default)(e,t)},teardown(){w.forEach(e=>e()),m.complete(),b.complete()}}}},2587:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(755);t.default=function(e,t,n){const o=e.getValue();return r.Maybe.maybe(o.features[t]).map(e=>{const r=Object.keys(e.modules).find(t=>e.modules[t].primary),o=e.modules[n]||e.modules[r],i=`${t}.${o.meta.moduleName}`;return{navigable:!!o.navigable,legacy:!!e.legacy,key:e.legacy?e.legacyRouteName:i}})}},2638:(e,t,n)=>{"use strict";n.d(t,{X:()=>r});var r=function(e){return e&&"number"==typeof e.length&&"function"!=typeof e}},2747:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r,o){if(n.showActionSheet){r.add("showActionSheet");const t=e.sendResponse("showActionSheet",e=>n.showActionSheet(e).then(e=>e));o.push(()=>t.unsubscribe())}}},2762:(e,t,n)=>{"use strict";function r(e){return"function"==typeof e}n.d(t,{T:()=>r})},2769:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1870);t.default=function(e,t,n,o){if(t.promptForMFA){n.add("promptForMFA");const i=e.sendResponse("promptForMFA",async e=>{const n=await(0,r.getPathResolutionInfo)(e.moduleId.split("."),t.dynamicConfigFetch).then(e=>e.featureName);return t.promptForMFA(n,e)});o.push(()=>i.unsubscribe())}}},2813:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.manageChanges){n.add("manageChanges");const o=e.sendResponse("manageChanges",e=>t.manageChanges(e.changeData));r.push(()=>o.unsubscribe())}}},2904:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1870);t.default=function(e,t,n,o,i){if("function"!=typeof n.requestExtensionData)return;o.add("requestExtensionData");const u=e.sendResponse("requestExtensionData",async e=>{const{moduleId:t,route:o,body:i}=e;let{featureName:u}=e;return!u&&t&&(u=await(0,r.getPathResolutionInfo)(t.split("."),n.dynamicConfigFetch).then(e=>e.featureName)),n.requestExtensionData(u,{route:o,body:i||{}})});i.push(()=>u.unsubscribe())}},2934:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removeActionRequired=t.actionRequired=void 0,t.actionRequired=function(e,t,n,r){if(t.actionRequired&&t.removeActionRequired){n.add("actionRequired");const o=e.onMessage("actionRequired").subscribe(e=>{t.actionRequired(e.value.uuid,e.value.title,e.value.message)});r.push(()=>o.unsubscribe())}},t.removeActionRequired=function(e,t,n,r){if(t.actionRequired&&t.removeActionRequired){n.add("removeActionRequired");const o=e.onMessage("removeActionRequired").subscribe(e=>{t.removeActionRequired(e.value.uuid)});r.push(()=>o.unsubscribe())}}},2938:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2934),o=n(4258),i=n(5564),u=n(4220),s=n(1075),a=n(7579),c=n(5420),l=n(5301),d=n(2813),f=n(7189),p=n(7318),v=n(4288),h=n(632),m=n(4087),b=n(7304),g=n(7853),y=n(2523),w=n(5197),_=n(2162),x=n(2747),P=n(287),O=n(1736),N=n(4766);t.default=function(e,t,n,T,M){(0,r.actionRequired)(e,n,T,M),(0,o.default)(e,n,T,M),(0,i.default)(e,n,T,M),(0,u.default)(e,n,T,M),(0,s.default)(e,n,T,M),(0,a.default)(e,n,T,M),(0,c.default)(e,n,T,M),(0,l.default)(e,t,n,T,M),(0,d.default)(e,n,T,M),(0,f.default)(e,t,n,T,M),(0,p.default)(e,n,T,M),(0,v.default)(e,M),(0,h.default)(e,n,T,M),(0,r.removeActionRequired)(e,n,T,M),(0,m.default)(e,n,T,M),(0,b.default)(e,T,M),(0,g.default)(e,n,T,M),(0,y.default)(e,t,n,T,M),(0,w.default)(e,n,t,T,M),(0,_.default)(e,n,T,M),(0,x.default)(e,t,n,T,M),(0,P.default)(e,n,T,M),(0,O.default)(e,t,n,T,M),(0,N.default)(e,n,T,M)}},2954:(e,t,n)=>{"use strict";n.d(t,{k:()=>i});var r=n(719),o=n(6982);function i(){return function(e){var t=new r.h;return new o.G(e,function(){return t})}}},3004:(e,t,n)=>{"use strict";n.d(t,{I:()=>i});var r=n(451),o=n(663);function i(){return(0,r.N)(function(e,t){e.subscribe((0,o._)(t,function(){t.next(!1),t.complete()},function(){t.next(!0),t.complete()}))})}},3027:(e,t,n)=>{"use strict";n.d(t,{I:()=>u});var r=n(5608),o=n(6191),i=Array.isArray;function u(e){return(0,o.T)(function(t){return function(e,t){return i(t)?e.apply(void 0,(0,r.fX)([],(0,r.zs)(t))):e(t)}(e,t)})}},3047:(e,t,n)=>{"use strict";n.d(t,{n:()=>u});var r=n(9013),o=n(451),i=n(663);function u(e,t){return(0,o.N)(function(n,o){var u=null,s=0,a=!1,c=function(){return a&&!u&&o.complete()};n.subscribe((0,i._)(o,function(n){null==u||u.unsubscribe();var a=0,l=s++;(0,r.Tg)(e(n,l)).subscribe(u=(0,i._)(o,function(e){return o.next(t?t(n,e,l,a++):e)},function(){u=null,c()}))},function(){a=!0,c()}))})}},3049:(e,t,n)=>{"use strict";n.d(t,{v:()=>i});var r=n(7264),o=n(6191);function i(e){return void 0===e&&(e=r.U),(0,o.T)(function(t){return{value:t,timestamp:e.now()}})}},3064:(e,t,n)=>{"use strict";n.d(t,{Eg:()=>a,Ij:()=>r,gV:()=>c});var r,o=n(1896),i=n(5180),u=n(5807),s=n(2762);!function(e){e.NEXT="N",e.ERROR="E",e.COMPLETE="C"}(r||(r={}));var a=function(){function e(e,t,n){this.kind=e,this.value=t,this.error=n,this.hasValue="N"===e}return e.prototype.observe=function(e){return c(this,e)},e.prototype.do=function(e,t,n){var r=this,o=r.kind,i=r.value,u=r.error;return"N"===o?null==e?void 0:e(i):"E"===o?null==t?void 0:t(u):null==n?void 0:n()},e.prototype.accept=function(e,t,n){var r;return(0,s.T)(null===(r=e)||void 0===r?void 0:r.next)?this.observe(e):this.do(e,t,n)},e.prototype.toObservable=function(){var e=this,t=e.kind,n=e.value,r=e.error,s="N"===t?(0,i.of)(n):"E"===t?(0,u.$)(function(){return r}):"C"===t?o.w:0;if(!s)throw new TypeError("Unexpected notification kind "+t);return s},e.createNext=function(t){return new e("N",t)},e.createError=function(t){return new e("E",void 0,t)},e.createComplete=function(){return e.completeNotification},e.completeNotification=new e("C"),e}();function c(e,t){var n,r,o,i=e,u=i.kind,s=i.value,a=i.error;if("string"!=typeof u)throw new TypeError('Invalid notification, missing "kind"');"N"===u?null===(n=t.next)||void 0===n||n.call(t,s):"E"===u?null===(r=t.error)||void 0===r||r.call(t,a):null===(o=t.complete)||void 0===o||o.call(t)}},3137:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var r=n(3064),o=n(451),i=n(663);function u(){return(0,o.N)(function(e,t){e.subscribe((0,i._)(t,function(e){return(0,r.gV)(e,t)}))})}},3139:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(8052),o=n(8385),i=n(7558),u=n(7804),s=n(8715),a=n(8040),c=n(338),l=n(5495),d=n(693),f=n(8937),p=n(2140),v=n(2769),h=n(7076),m=n(2904),b=n(1088),g=n(4052),y=n(4683),w=n(4877),_=n(4205),x=n(9284);t.default=function(e,t,n,P,O,N){(0,r.default)(e,t,O),(0,o.default)(e,t,O,N),(0,i.default)(e,P,t,O,N),(0,u.default)(e,t,O,N),(0,s.default)(e,t,O,N),(0,a.default)(e,t,O,N),(0,c.default)(e,t,O,N),(0,l.default)(e,t,O,N),(0,d.default)(e,t,O,N),(0,f.default)(e,P,t,O,N),(0,p.default)(e,t,O,N),(0,v.default)(e,t,O,N),(0,h.default)(e,t,O),(0,m.default)(e,P,t,O,N),(0,b.default)(e,t,O,N),(0,g.default)(n,N),(0,y.default)(e,t,O,N),(0,w.default)(e,t,O,N),(0,_.default)(t,O,N),(0,x.default)(t,O)}},3164:(e,t,n)=>{"use strict";var r;n.r(t),n.d(t,{default:()=>o}),function(e){e.PlatformCssPropertiesChanged="platformCssPropertiesChanged",e.CallMethod="callMethod"}(r||(r={}));const o=r},3173:(e,t,n)=>{"use strict";n.d(t,{m:()=>o});var r=n(2762);function o(e){return e&&(0,r.T)(e.schedule)}},3186:(e,t,n)=>{"use strict";n.d(t,{I:()=>i,k:()=>u});var r=n(451),o=n(663);function i(e,t){return(0,r.N)(u(e,t,"value"))}function u(e,t,n){var r="index"===n;return function(n,i){var u=0;n.subscribe((0,o._)(i,function(o){var s=u++;e.call(t,o,s,n)&&(i.next(r?s:o),i.complete())},function(){i.next(r?-1:void 0),i.complete()}))}}},3264:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t={}){return Object.keys(t).filter(t=>{const n=t.lastIndexOf(".");return t.slice(0,n).startsWith(e)}).reduce((e,n)=>{const r=n.lastIndexOf(".");return e[n.substring(r+1)]=t[n],e},Object.create({}))}},3299:(e,t,n)=>{"use strict";n.d(t,{R0:()=>a,lI:()=>s,ms:()=>u});var r=n(2762),o=n(3173);function i(e){return e[e.length-1]}function u(e){return(0,r.T)(i(e))?e.pop():void 0}function s(e){return(0,o.m)(i(e))?e.pop():void 0}function a(e,t){return"number"==typeof i(e)?e.pop():t}},3306:(e,t,n)=>{"use strict";n.d(t,{s:()=>s});var r=n(451),o=n(4894),i=n(663),u=n(9013);function s(e){return(0,r.N)(function(t,n){var r=!1,s=null,a=null,c=function(){if(null==a||a.unsubscribe(),a=null,r){r=!1;var e=s;s=null,n.next(e)}};t.subscribe((0,i._)(n,function(t){null==a||a.unsubscribe(),r=!0,s=t,a=(0,i._)(n,c,o.l),(0,u.Tg)(e(t)).subscribe(a)},function(){c(),n.complete()},void 0,function(){s=a=null}))})}},3362:(e,t,n)=>{"use strict";n.d(t,{M:()=>l,w:()=>d});var r=n(6921),o=n(2210),i=n(451),u=n(9013),s=n(4224),a=n(663),c=n(6214),l=(0,s.L)(function(e){return function(t){void 0===t&&(t=null),e(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=t}});function d(e,t){var n=(0,o.v)(e)?{first:e}:"number"==typeof e?{each:e}:e,s=n.first,l=n.each,d=n.with,p=void 0===d?f:d,v=n.scheduler,h=void 0===v?null!=t?t:r.E:v,m=n.meta,b=void 0===m?null:m;if(null==s&&null==l)throw new TypeError("No timeout provided.");return(0,i.N)(function(e,t){var n,r,o=null,i=0,d=function(e){r=(0,c.N)(t,h,function(){try{n.unsubscribe(),(0,u.Tg)(p({meta:b,lastValue:o,seen:i})).subscribe(t)}catch(e){t.error(e)}},e)};n=e.subscribe((0,a._)(t,function(e){null==r||r.unsubscribe(),i++,t.next(o=e),l>0&&d(l)},void 0,void 0,function(){(null==r?void 0:r.closed)||null==r||r.unsubscribe(),o=null})),!i&&d(null!=s?"number"==typeof s?s:+s-h.now():l)})}function f(e){throw new l(e)}},3393:(e,t,n)=>{"use strict";n.d(t,{I:()=>r});var r=(0,n(4224).L)(function(e){return function(t){e(this),this.name="SequenceError",this.message=t}})},3402:(e,t,n)=>{"use strict";n.d(t,{w:()=>u});var r=n(451),o=n(663),i=n(4894);function u(){return(0,r.N)(function(e,t){e.subscribe((0,o._)(t,i.l))})}},3417:(e,t,n)=>{"use strict";n.d(t,{J:()=>a});var r=n(5767),o=n(3393),i=n(9391),u=n(451),s=n(663);function a(e){return(0,u.N)(function(t,n){var u,a=!1,c=!1,l=0;t.subscribe((0,s._)(n,function(r){c=!0,e&&!e(r,l++,t)||(a&&n.error(new o.I("Too many matching values")),a=!0,u=r)},function(){a?(n.next(u),n.complete()):n.error(c?new i.m("No matching values"):new r.G)}))})}},3422:(e,t,n)=>{"use strict";function r(e){return new TypeError("You provided "+(null!==e&&"object"==typeof e?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}n.d(t,{L:()=>r})},3439:(e,t,n)=>{"use strict";n.d(t,{f:()=>u});var r=n(6982),o=n(2762),i=n(9394);function u(e,t){var n=(0,o.T)(e)?e:function(){return e};return(0,o.T)(t)?(0,i.N)(t,{connector:n}):function(e){return new r.G(e,n)}}},3486:(e,t,n)=>{"use strict";n.d(t,{y:()=>u});var r=n(5608),o=n(5542),i=n(451);function u(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return(0,i.N)(function(t,n){o.y.apply(void 0,(0,r.fX)([t],(0,r.zs)(e))).subscribe(n)})}},3495:(e,t,n)=>{"use strict";n.d(t,{K:()=>o});var r=Array.isArray;function o(e){return 1===e.length&&r(e[0])?e[0]:e}},3614:(e,t,n)=>{"use strict";n.d(t,{K:()=>o});var r=n(5590);function o(){return(0,r.U)(1)}},3629:(e,t,n)=>{"use strict";n.d(t,{H:()=>u});var r=n(4522),o=n(3439),i=n(2762);function u(e,t,n,u){n&&!(0,i.T)(n)&&(u=n);var s=(0,i.T)(n)?n:void 0;return function(n){return(0,o.f)(new r.m(e,t,u),s)(n)}}},3642:(e,t,n)=>{"use strict";n.d(t,{O:()=>i});var r=n(5608),o=n(3486);function i(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return o.y.apply(void 0,(0,r.fX)([],(0,r.zs)(e)))}},3746:(e,t,n)=>{"use strict";var r;n.r(t),n.d(t,{default:()=>o}),function(e){e.streamCssProperties="streamCssProperties",e.streamPlatformDimensions="platformSizeChanged"}(r||(r={}));const o=r},3758:(e,t,n)=>{"use strict";n.d(t,{Kn:()=>a,Uv:()=>c,yU:()=>s});var r=n(5608),o=n(2762),i=n(828),u=n(6279),s=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}var t;return e.prototype.unsubscribe=function(){var e,t,n,u,s;if(!this.closed){this.closed=!0;var a=this._parentage;if(a)if(this._parentage=null,Array.isArray(a))try{for(var c=(0,r.Ju)(a),d=c.next();!d.done;d=c.next())d.value.remove(this)}catch(t){e={error:t}}finally{try{d&&!d.done&&(t=c.return)&&t.call(c)}finally{if(e)throw e.error}}else a.remove(this);var f=this.initialTeardown;if((0,o.T)(f))try{f()}catch(e){s=e instanceof i.Z?e.errors:[e]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var v=(0,r.Ju)(p),h=v.next();!h.done;h=v.next()){var m=h.value;try{l(m)}catch(e){s=null!=s?s:[],e instanceof i.Z?s=(0,r.fX)((0,r.fX)([],(0,r.zs)(s)),(0,r.zs)(e.errors)):s.push(e)}}}catch(e){n={error:e}}finally{try{h&&!h.done&&(u=v.return)&&u.call(v)}finally{if(n)throw n.error}}}if(s)throw new i.Z(s)}},e.prototype.add=function(t){var n;if(t&&t!==this)if(this.closed)l(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(n=this._finalizers)&&void 0!==n?n:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&(0,u.o)(t,e)},e.prototype.remove=function(t){var n=this._finalizers;n&&(0,u.o)(n,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}(),a=s.EMPTY;function c(e){return e instanceof s||e&&"closed"in e&&(0,o.T)(e.remove)&&(0,o.T)(e.add)&&(0,o.T)(e.unsubscribe)}function l(e){(0,o.T)(e)?e():e.unsubscribe()}},3767:(e,t,n)=>{"use strict";n.d(t,{c:()=>b});var r=n(9013),o=n(4432),i=n(6912),u=n(2294),s=n(1400),a=n(6214);function c(e,t){if(!e)throw new Error("Iterable cannot be null");return new u.c(function(n){(0,a.N)(n,t,function(){var r=e[Symbol.asyncIterator]();(0,a.N)(n,t,function(){r.next().then(function(e){e.done?n.complete():n.next(e.value)})},0,!0)})})}var l=n(2060),d=n(4429),f=n(2638),p=n(5808),v=n(2446),h=n(3422),m=n(5761);function b(e,t){if(null!=e){if((0,l.l)(e))return function(e,t){return(0,r.Tg)(e).pipe((0,i._)(t),(0,o.Q)(t))}(e,t);if((0,f.X)(e))return function(e,t){return new u.c(function(n){var r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}(e,t);if((0,d.y)(e))return function(e,t){return(0,r.Tg)(e).pipe((0,i._)(t),(0,o.Q)(t))}(e,t);if((0,v.T)(e))return c(e,t);if((0,p.x)(e))return(0,s.S)(e,t);if((0,m.U)(e))return function(e,t){return c((0,m.C)(e),t)}(e,t)}throw(0,h.L)(e)}},3779:(e,t,n)=>{"use strict";n.d(t,{m:()=>i});var r=n(3829),o=n(6499);function i(e){o.f.setTimeout(function(){var t=r.$.onUnhandledError;if(!t)throw e;t(e)})}},3783:(e,t,n)=>{"use strict";n.d(t,{z:()=>l});var r=n(5608),o=n(7791),i=n(451),u=n(3495),s=n(3027),a=n(1842),c=n(3299);function l(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,c.ms)(e);return n?(0,a.F)(l.apply(void 0,(0,r.fX)([],(0,r.zs)(e))),(0,s.I)(n)):(0,i.N)(function(t,n){(0,o.P)((0,r.fX)([t],(0,r.zs)((0,u.K)(e))))(n)})}},3811:(e,t,n)=>{"use strict";n.d(t,{H:()=>l});var r=n(5608),o=n(3758),i=n(451),u=n(9013),s=n(663),a=n(4894),c=n(6279);function l(e,t){return(0,i.N)(function(n,i){var l=[];(0,u.Tg)(e).subscribe((0,s._)(i,function(e){var n=[];l.push(n);var r=new o.yU;r.add((0,u.Tg)(t(e)).subscribe((0,s._)(i,function(){(0,c.o)(l,n),i.next(n),r.unsubscribe()},a.l)))},a.l)),n.subscribe((0,s._)(i,function(e){var t,n;try{for(var o=(0,r.Ju)(l),i=o.next();!i.done;i=o.next())i.value.push(e)}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(t)throw t.error}}},function(){for(;l.length>0;)i.next(l.shift());i.complete()}))})}},3822:(e,t,n)=>{"use strict";n.d(t,{u:()=>a});var r=n(5608),o=n(9013),i=n(6115),u=n(5745),s=n(451);function a(e){void 0===e&&(e={});var t=e.connector,n=void 0===t?function(){return new i.B}:t,r=e.resetOnError,a=void 0===r||r,l=e.resetOnComplete,d=void 0===l||l,f=e.resetOnRefCountZero,p=void 0===f||f;return function(e){var t,r,i,l=0,f=!1,v=!1,h=function(){null==r||r.unsubscribe(),r=void 0},m=function(){h(),t=i=void 0,f=v=!1},b=function(){var e=t;m(),null==e||e.unsubscribe()};return(0,s.N)(function(e,s){l++,v||f||h();var g=i=null!=i?i:n();s.add(function(){0!==--l||v||f||(r=c(b,p))}),g.subscribe(s),!t&&l>0&&(t=new u.Ms({next:function(e){return g.next(e)},error:function(e){v=!0,h(),r=c(m,a,e),g.error(e)},complete:function(){f=!0,h(),r=c(m,d),g.complete()}}),(0,o.Tg)(e).subscribe(t))})(e)}}function c(e,t){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];if(!0!==t){if(!1!==t){var s=new u.Ms({next:function(){s.unsubscribe(),e()}});return(0,o.Tg)(t.apply(void 0,(0,r.fX)([],(0,r.zs)(n)))).subscribe(s)}}else e()}},3829:(e,t,n)=>{"use strict";n.d(t,{$:()=>r});var r={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},3833:(e,t,n)=>{"use strict";function r(e){if(!(e instanceof FormData))throw new Error("Invalid parameter. Expected FormData.");return Array.from(e.entries()).reduce((e,[t,n])=>(e[t]=n,e),{})}function o(e){if("object"!=typeof e||null===e)throw new Error("Invalid parameter. Expected JSON.");return Object.keys(e).reduce((t,n)=>(t.append(n,e[n]),t),new FormData)}n.r(t),n.d(t,{JSONToFormData:()=>o,formDataToJSON:()=>r})},3854:(e,t,n)=>{"use strict";n.d(t,{i:()=>o});var r=n(9071);function o(e){return(0,r.p)(function(t,n){return e<=n})}},3877:(e,t,n)=>{"use strict";function r(e,t){return function(n,r){return!e.call(t,n,r)}}n.d(t,{A:()=>r})},3887:(e,t,n)=>{"use strict";n.d(t,{H:()=>i});var r=n(7271),o=n(2762);function i(e,t){return(0,o.T)(t)?(0,r.Z)(e,t,1):(0,r.Z)(e,1)}},3939:(e,t,n)=>{"use strict";n.d(t,{X:()=>s});var r=n(9013),o=n(451),i=n(4894),u=n(663);function s(e){return(0,o.N)(function(t,n){var o=!1,s=null;t.subscribe((0,u._)(n,function(e){o=!0,s=e})),(0,r.Tg)(e).subscribe((0,u._)(n,function(){if(o){o=!1;var e=s;s=null,n.next(e)}},i.l))})}},4010:(e,t,n)=>{"use strict";n.d(t,{k:()=>s});var r=n(5608),o=n(6115),i=n(451),u=n(663);function s(e,t){void 0===t&&(t=0);var n=t>0?t:e;return(0,i.N)(function(t,i){var s=[new o.B],a=0;i.next(s[0].asObservable()),t.subscribe((0,u._)(i,function(t){var u,c;try{for(var l=(0,r.Ju)(s),d=l.next();!d.done;d=l.next())d.value.next(t)}catch(e){u={error:e}}finally{try{d&&!d.done&&(c=l.return)&&c.call(l)}finally{if(u)throw u.error}}var f=a-e+1;if(f>=0&&f%n===0&&s.shift().complete(),++a%n===0){var p=new o.B;s.push(p),i.next(p.asObservable())}},function(){for(;s.length>0;)s.shift().complete();i.complete()},function(e){for(;s.length>0;)s.shift().error(e);i.error(e)},function(){s=null}))})}},4021:(e,t,n)=>{"use strict";n.d(t,{p:()=>s});var r=n(6115),o=n(451),i=n(663),u=n(9013);function s(e){return(0,o.N)(function(t,n){var o,s,a=function(e){o.error(e),n.error(e)},c=function(){var t;null==s||s.unsubscribe(),null==o||o.complete(),o=new r.B,n.next(o.asObservable());try{t=(0,u.Tg)(e())}catch(e){return void a(e)}t.subscribe(s=(0,i._)(n,c,c,a))};c(),t.subscribe((0,i._)(n,function(e){return o.next(e)},function(){o.complete(),n.complete()},a,function(){null==s||s.unsubscribe(),o=null}))})}},4052:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6317),o=n(755),i=n(3264);t.default=function(e,t){const n=e.subscribe(e=>{var t;(t=Object.assign(Object.assign({},e.changedParams),e.currentParams),Object.keys(t).reduce((e,t)=>{const n=t.split(".").slice(0,-1).join(".");return-1===e.indexOf(n)&&e.push(n),e},[])).forEach(t=>{const n=(0,i.default)(t,e.changedParams),u=(0,i.default)(t,e.currentParams);(0,r.sendBroadcast)("streamParams::"+t,o.Maybe.just(JSON.stringify({changedParams:n,currentParams:u})))})});t.push(()=>n.unsubscribe())}},4087:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6317),o=n(755);t.default=function(e,t,n,i){n.add("scrollTo");const u=e.onMessage("scrollTo").subscribe(e=>{var n,i;const u=(null===(i=null===(n=null==t?void 0:t.getSurroundingOffsets)||void 0===n?void 0:n.call(t))||void 0===i?void 0:i.top)||0,s=e.value;s.behavior=s.behavior||"smooth",!0===s.initialize?(0,r.sendBroadcast)("platformScrollChanged",o.Maybe.just(JSON.stringify({scrollY:0,innerHeight:window.innerHeight,innerWidth:window.innerWidth,outletOffset:u,top:u}))):window.scrollTo(s)});i.push(()=>u.unsubscribe())}},4097:(e,t,n)=>{"use strict";n.d(t,{h:()=>a});var r=n(5590),o=n(9013),i=n(1896),u=n(3299),s=n(7349);function a(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,u.lI)(e),a=(0,u.R0)(e,1/0),c=e;return c.length?1===c.length?(0,o.Tg)(c[0]):(0,r.U)(a)((0,s.H)(c,n)):i.w}},4104:(e,t,n)=>{"use strict";n.d(t,{s:()=>a});var r=n(9537),o=n(9071),i=n(7877),u=n(6634),s=n(1233);function a(e,t){if(e<0)throw new r.k;var n=arguments.length>=2;return function(a){return a.pipe((0,o.p)(function(t,n){return n===e}),(0,s.s)(1),n?(0,u.U)(t):(0,i.v)(function(){return new r.k}))}}},4143:(e,t,n)=>{"use strict";n.d(t,{s:()=>r});var r="function"==typeof Symbol&&Symbol.observable||"@@observable"},4205:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6317),o=n(755),i=n(3164),u=n(3746),s=n(515);t.default=function(e,t,n){if(!e.cssPropertiesChanged)return;t.add(i.default.PlatformCssPropertiesChanged);const a=new s.BehaviorSubject([]);let c=!0;const l=a.pipe((0,s.skip)(1)).subscribe(e=>{(0,r.sendBroadcast)(u.default.streamCssProperties,o.Maybe.just(JSON.stringify(e)))});e.cssPropertiesChanged(e=>{c&&a.next(e)}),n.push(()=>{c=!1,l.unsubscribe(),a.complete()})}},4220:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.clearParams){n.add("clearParams");const o=e.onMessage("clearParams").subscribe(e=>{t.clearParams(e.value.moduleId)});r.push(()=>o.unsubscribe())}}},4224:(e,t,n)=>{"use strict";function r(e){var t=e(function(e){Error.call(e),e.stack=(new Error).stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}n.d(t,{L:()=>r})},4258:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.authorizeTransactionWithMfa){n.add("authorizeTransactionWithMfa");const o=e.sendResponse("authorizeTransactionWithMfa",async e=>t.authorizeTransactionWithMfa(e));r.push(()=>o.unsubscribe())}}},4288:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){const n=e.onMessage("printWindow").subscribe(()=>{var e;!0===(null===(e=window.Tecton)||void 0===e?void 0:e.inMobileApp)?console.info("printWindow does not support e-banking mobile app environment."):(document.body.focus(),window.print())});t.push(()=>n.unsubscribe())}},4308:(e,t,n)=>{"use strict";n.d(t,{K:()=>i});var r=n(7637),o=n(6982);function i(e){return function(t){var n=new r.t(e);return new o.G(t,function(){return n})}}},4336:(e,t,n)=>{"use strict";n.d(t,{C:()=>i});var r=n(5041),o=n(5536);function i(){return(0,r.p)(o.D)}},4376:(e,t,n)=>{"use strict";n.d(t,{c:()=>u});var r=n(6921),o=n(221),i=n(9980);function u(e,t,n){void 0===t&&(t=r.E);var u=(0,i.O)(e,t);return(0,o.n)(function(){return u},n)}},4394:(e,t,n)=>{"use strict";n.d(t,{u:()=>a});var r=n(1896),o=n(451),i=n(663),u=n(9013),s=n(9980);function a(e){var t,n,a=1/0;return null!=e&&("object"==typeof e?(t=e.count,a=void 0===t?1/0:t,n=e.delay):a=e),a<=0?function(){return r.w}:(0,o.N)(function(e,t){var r,o=0,c=function(){if(null==r||r.unsubscribe(),r=null,null!=n){var e="number"==typeof n?(0,s.O)(n):(0,u.Tg)(n(o)),a=(0,i._)(t,function(){a.unsubscribe(),l()});e.subscribe(a)}else l()},l=function(){var n=!1;r=e.subscribe((0,i._)(t,void 0,function(){++o<a?r?c():n=!0:t.complete()})),n&&c()};l()})}},4429:(e,t,n)=>{"use strict";n.d(t,{y:()=>o});var r=n(2762);function o(e){return(0,r.T)(null==e?void 0:e.then)}},4432:(e,t,n)=>{"use strict";n.d(t,{Q:()=>u});var r=n(6214),o=n(451),i=n(663);function u(e,t){return void 0===t&&(t=0),(0,o.N)(function(n,o){n.subscribe((0,i._)(o,function(n){return(0,r.N)(o,e,function(){return o.next(n)},t)},function(){return(0,r.N)(o,e,function(){return o.complete()},t)},function(n){return(0,r.N)(o,e,function(){return o.error(n)},t)}))})}},4522:(e,t,n)=>{"use strict";n.d(t,{m:()=>u});var r=n(5608),o=n(6115),i=n(7264),u=function(e){function t(t,n,r){void 0===t&&(t=1/0),void 0===n&&(n=1/0),void 0===r&&(r=i.U);var o=e.call(this)||this;return o._bufferSize=t,o._windowTime=n,o._timestampProvider=r,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,t),o._windowTime=Math.max(1,n),o}return(0,r.C6)(t,e),t.prototype.next=function(t){var n=this,r=n.isStopped,o=n._buffer,i=n._infiniteTimeWindow,u=n._timestampProvider,s=n._windowTime;r||(o.push(t),!i&&o.push(u.now()+s)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),n=this._infiniteTimeWindow,r=this._buffer.slice(),o=0;o<r.length&&!e.closed;o+=n?1:2)e.next(r[o]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,n=e._timestampProvider,r=e._buffer,o=e._infiniteTimeWindow,i=(o?1:2)*t;if(t<1/0&&i<r.length&&r.splice(0,r.length-i),!o){for(var u=n.now(),s=0,a=1;a<r.length&&r[a]<=u;a+=2)s=a;s&&r.splice(0,s+1)}},t}(o.B)},4525:(e,t,n)=>{"use strict";n.d(t,{J:()=>d});var r=n(5608),o=n(6115),i=n(3758),u=n(451),s=n(9013),a=n(663),c=n(4894),l=n(6279);function d(e,t){return(0,u.N)(function(n,u){var d=[],f=function(e){for(;0<d.length;)d.shift().error(e);u.error(e)};(0,s.Tg)(e).subscribe((0,a._)(u,function(e){var n=new o.B;d.push(n);var r,p=new i.yU;try{r=(0,s.Tg)(t(e))}catch(e){return void f(e)}u.next(n.asObservable()),p.add(r.subscribe((0,a._)(u,function(){(0,l.o)(d,n),n.complete(),p.unsubscribe()},c.l,f)))},c.l)),n.subscribe((0,a._)(u,function(e){var t,n,o=d.slice();try{for(var i=(0,r.Ju)(o),u=i.next();!u.done;u=i.next())u.value.next(e)}catch(e){t={error:e}}finally{try{u&&!u.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}},function(){for(;0<d.length;)d.shift().complete();u.complete()},f,function(){for(;0<d.length;)d.shift().unsubscribe()}))})}},4608:(e,t,n)=>{"use strict";n.d(t,{S:()=>o});var r=n(663);function o(e,t,n,o,i){return function(u,s){var a=n,c=t,l=0;u.subscribe((0,r._)(s,function(t){var n=l++;c=a?e(c,t,n):(a=!0,t),o&&s.next(c)},i&&function(){a&&s.next(c),s.complete()}))}}},4649:(e,t,n)=>{"use strict";n.d(t,{f:()=>u});var r=n(6921),o=n(451),i=n(663);function u(e){return void 0===e&&(e=r.E),(0,o.N)(function(t,n){var r=e.now();t.subscribe((0,i._)(n,function(t){var o=e.now(),i=o-r;r=o,n.next(new s(t,i))}))})}var s=function(e,t){this.value=e,this.interval=t}},4655:(e,t,n)=>{"use strict";n.d(t,{n:()=>s});var r=n(451),o=n(4894),i=n(663),u=n(9013);function s(e){return(0,r.N)(function(t,n){var r=null,s=null,a=function(){null==s||s.unsubscribe();var t=r;r=[],t&&n.next(t),(0,u.Tg)(e()).subscribe(s=(0,i._)(n,a,o.l))};a(),t.subscribe((0,i._)(n,function(e){return null==r?void 0:r.push(e)},function(){r&&n.next(r),n.complete()},void 0,function(){return r=s=null}))})}},4666:(e,t,n)=>{"use strict";n.d(t,{w:()=>d});var r=n(5608),o=n(3758),i=n(451),u=n(663),s=n(6279),a=n(6921),c=n(3299),l=n(6214);function d(e){for(var t,n,d=[],f=1;f<arguments.length;f++)d[f-1]=arguments[f];var p=null!==(t=(0,c.lI)(d))&&void 0!==t?t:a.E,v=null!==(n=d[0])&&void 0!==n?n:null,h=d[1]||1/0;return(0,i.N)(function(t,n){var i=[],a=!1,c=function(e){var t=e.buffer;e.subs.unsubscribe(),(0,s.o)(i,e),n.next(t),a&&d()},d=function(){if(i){var t=new o.yU;n.add(t);var r={buffer:[],subs:t};i.push(r),(0,l.N)(t,p,function(){return c(r)},e)}};null!==v&&v>=0?(0,l.N)(n,p,d,v,!0):a=!0,d();var f=(0,u._)(n,function(e){var t,n,o=i.slice();try{for(var u=(0,r.Ju)(o),s=u.next();!s.done;s=u.next()){var a=s.value,l=a.buffer;l.push(e),h<=l.length&&c(a)}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}},function(){for(;null==i?void 0:i.length;)n.next(i.shift().buffer);null==f||f.unsubscribe(),n.complete(),n.unsubscribe()},void 0,function(){return i=null});t.subscribe(f)})}},4683:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.takePicture){n.add("takePicture");const o=e.sendResponse("takePicture",({overlayText:e,helpText:n})=>t.takePicture({overlayText:e,helpText:n}).then(e=>({picture:e})));r.push(()=>o.unsubscribe())}}},4757:(e,t,n)=>{"use strict";n.d(t,{x:()=>a});var r=n(6115),o=n(451),i=n(663),u=n(4894),s=n(9013);function a(e){return(0,o.N)(function(t,n){var o=new r.B;n.next(o.asObservable());var a=function(e){o.error(e),n.error(e)};return t.subscribe((0,i._)(n,function(e){return null==o?void 0:o.next(e)},function(){o.complete(),n.complete()},a)),(0,s.Tg)(e).subscribe((0,i._)(n,function(){o.complete(),n.next(o=new r.B)},u.l,a)),function(){null==o||o.unsubscribe(),o=null}})}},4766:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.verifyMFA){n.add("verifyMFA");const o=e.sendResponse("verifyMFA",async e=>t.verifyMFA(e));r.push(()=>o.unsubscribe())}}},4797:(e,t,n)=>{"use strict";n.d(t,{g:()=>s,w:()=>u});var r=n(5608),o=n(3495),i=n(5606);function u(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,o.K)(e);return function(e){return i.g.apply(void 0,(0,r.fX)([e],(0,r.zs)(n)))}}var s=u},4840:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.loadTectonPlatformOutlet=t.tectonPlatformOutletObservedAttrs=t.createLoadingWrapper=t.buildIframeSrc=t.shouldDisplayOutlet=void 0;const r=n(9484),o=n(2539),i=n(515),u=n(7337),s=n(755),a=n(3264),c=n(5703);function l(e,t,n,r){var o,i,u,s;const a=t.isMFA,l=!1!==e.rightsEnabled,d="Application::Unauthenticated"===(null===(i=null===(o=e.meta)||void 0===o?void 0:o.type)||void 0===i?void 0:i.context);return!(!a&&!d)||!!l&&(0,c.validateContext)({additionalContext:n.additionalContext,additionalContextRequirements:e.additionalContextRequirements,contextValue:n.contextValue,moduleContext:(null===(s=null===(u=e.meta)||void 0===u?void 0:u.type)||void 0===s?void 0:s.context)||"None",outletContext:n.context||"None",resolvedContext:n.resolvedType},r)}function d(e,t,n,o,i,s,c){const l=s&&c.buildIframeURL?c.buildIframeURL(e):e;let d=(0,u.default)(l,Object.assign(Object.assign({"tct-id":t,"tct-ctxid":n.contextValue||"","tct-ctxname":n.contextId||""},(0,a.default)(t,i.currentParams)),{"tct-maxHeight":o.style.maxHeight,"tct-maxWidth":o.style.maxWidth,"tct-baseClass":(0,r.getBaseClass)(o),"tct-outlet-name":o.name||""}));return(0,r.isBeta)(o)&&(d=(0,u.default)(d,{"tct-beta":"true"})),d}function f(e,t){var n,o,i;const u=document.createElement("div");u.slot="loading-wrapper",u.classList.add("loading-wrapper"),u.setAttribute("data-tecton-module","");const s=e.loadingOptions?(0,r.buildLoaders)(e.loadingOptions):(0,r.buildLoaders)();if(null===(n=e.loadingOptions)||void 0===n?void 0:n.outlet){const t=e.loadingOptions.outlet;t.style&&u.setAttribute("style",t.style),t.classList&&u.classList.add(...t.classList)}const a=null===(i=null===(o=s[0])||void 0===o?void 0:o[0])||void 0===i?void 0:i.getAttribute("type");null!==a&&"spinner"!==a||u.classList.add("spinner-loader"),u.style.minHeight=t||"0px";for(const e of s){const t=document.createElement("div");t.className="q2-row";for(const n of e)t.appendChild(n);u.appendChild(t)}return u}t.shouldDisplayOutlet=l,t.buildIframeSrc=d,t.createLoadingWrapper=f,t.tectonPlatformOutletObservedAttrs=[{name:"additionalContext",reflectAs:String},{name:"configTree"},{name:"context",reflectAs:String},{name:"contextId",reflectAs:String},{name:"contextValue",reflectAs:String},{name:"resolvedType",reflectAs:String},{name:"routeName"}],t.loadTectonPlatformOutlet=function(e,t,n,u){return function(a,c,p,v){const h=document.createElement("div"),m=new i.BehaviorSubject(h),b=new i.BehaviorSubject(!1),g=new i.BehaviorSubject(()=>{}),y=function(){return{loaderWrapper:p.shadowRoot.querySelector("div[slot='loading-wrapper']"),iframeEl:p.shadowRoot.querySelector("iframe"),minHeight:v.getValue().minHeight}};let w,_;const x=function(){return w},P=(0,r.setupOutletIFrameLoading)(a,x,y,function(){return _},function(){return p.shadowRoot}),O=(0,r.setupOutletInfo)(a,x,y),N=new i.Subscription;N.add(P),N.add(O),N.add(()=>{m.next(null),m.complete(),g.next(()=>{}),g.complete(),b.complete()});const T=new i.BehaviorSubject(()=>{T.complete(),N.unsubscribe()}),M=v.pipe((0,i.map)(e=>e.configTree),(0,i.filter)(e=>!!e),(0,i.distinctUntilChanged)()),C=new i.BehaviorSubject(!1),S=v.pipe((0,i.map)(e=>e.overpanel),(0,i.filter)(e=>"boolean"==typeof e),(0,i.distinctUntilChanged)()).subscribe(C);N.add(S),N.add(()=>{C.complete()});const E=v.pipe((0,i.map)(e=>e.routeName),(0,i.filter)(e=>!!e),(0,i.distinctUntilChanged)()),A=E.pipe((0,i.map)(e=>`${c}.${e}`),(0,i.pairwise)()).subscribe(([e])=>{(0,o.sendMessage)("clearParams",s.Maybe.just(JSON.stringify({moduleId:e})))});N.add(A);const j=(0,i.combineLatest)(M,C,E).subscribe(([i,h,P])=>{const O=e.getValue(),T=O.features[i.featureName];if(!T)throw new Error(`Could not find the config for this feature=${i.featureName}`);const M=T.modules[i.moduleName],C=v.getValue();if(l(M,T,C,u)){w=`${c}.${P}`,_=M.loadingOptions;const e=C.minHeight,u=O.features[i.featureName],l=!!u.modules[i.moduleName].formPostAuth,v=u.modules[i.moduleName].url,T=u.additionalDomains,S=u.allowDirectives,E=d(v,w,C,p,t.getValue(),l,n);if(!h){const e=(0,r.setupOutletIFrameResizer)(a,x,y);N.add(e)}const A=(0,r.setupOutletSetTitleListener)(a,x,y);N.add(A);const{element:j,cleanup:I}=(0,r.setupOutletIFrameWrapper)(E,w,n.getAuthPayload?n.getAuthPayload():[],`${i.featureName}-${i.moduleName}`,p.style.maxHeight,p.style.maxWidth,h,l,T,S),R=f(M,e);m.next(j),g.next(()=>{const e=p.shadowRoot;if(!e)return;const t=e.querySelector(".loading-wrapper");t&&t.parentNode===e?e.replaceChild(R,t):t||e.appendChild(R),b.next(!0)}),N.add(()=>{I(),(0,o.sendMessage)("clearParams",s.Maybe.just(JSON.stringify({moduleId:w})))})}});return N.add(j),{DOM$:m,settled$:b,teardown$:T,effect$:g}}}},4877:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const n="q2.tectonCache";function r(e,t){return`${e}.${t}`}t.default=function(e,t,o,i){if(!t.registerLogoffHook||!function(){const e=!!sessionStorage.getItem,t=!!sessionStorage.setItem,n=!!sessionStorage.removeItem;return e&&t&&n}())return;o.add("tectonCache"),t.registerLogoffHook(()=>{sessionStorage.removeItem(n)});const u=e.sendResponse("getCache",e=>{const t=r(e.moduleId,e.key),o=JSON.parse(sessionStorage.getItem(n)||"{}")[t]||{};return Promise.resolve(o)});i.push(()=>u.unsubscribe());const s=e.sendResponse("setCache",e=>{const t=r(e.moduleId,e.key);let o={};return"string"==typeof sessionStorage.getItem(n)&&(o=JSON.parse(sessionStorage.getItem(n))),o[t]=e.data,sessionStorage.setItem(n,JSON.stringify(o)),Promise.resolve()});i.push(()=>s.unsubscribe())}},4894:(e,t,n)=>{"use strict";function r(){}n.d(t,{l:()=>r})},4915:(e,t,n)=>{"use strict";n.d(t,{$:()=>c});var r=n(5767),o=n(9071),i=n(1233),u=n(6634),s=n(7877),a=n(5536);function c(e,t){var n=arguments.length>=2;return function(c){return c.pipe(e?(0,o.p)(function(t,n){return e(t,n,c)}):a.D,(0,i.s)(1),n?(0,u.U)(t):(0,s.v)(function(){return new r.G}))}}},5014:(e,t,n)=>{"use strict";n.d(t,{w:()=>i});var r=n(3047),o=n(5536);function i(){return(0,r.n)(o.D)}},5041:(e,t,n)=>{"use strict";n.d(t,{p:()=>s});var r=n(6191),o=n(9013),i=n(451),u=n(663);function s(e,t){return t?function(n){return n.pipe(s(function(n,i){return(0,o.Tg)(e(n,i)).pipe((0,r.T)(function(e,r){return t(n,e,i,r)}))}))}:(0,i.N)(function(t,n){var r=0,i=null,s=!1;t.subscribe((0,u._)(n,function(t){i||(i=(0,u._)(n,void 0,function(){i=null,s&&n.complete()}),(0,o.Tg)(e(t,r++)).subscribe(i))},function(){s=!0,!i&&n.complete()}))})}},5048:(e,t,n)=>{"use strict";n.r(t),n.d(t,{audit:()=>r.s,auditTime:()=>o.Z,buffer:()=>i.r,bufferCount:()=>u.S,bufferTime:()=>s.w,bufferToggle:()=>a.H,bufferWhen:()=>c.n,catchError:()=>l.W,combineAll:()=>d.p,combineLatest:()=>p.z,combineLatestAll:()=>f.A,combineLatestWith:()=>v.v,concat:()=>h.x,concatAll:()=>m.K,concatMap:()=>b.H,concatMapTo:()=>g.S,concatWith:()=>y.$,connect:()=>w.N,count:()=>_.U,debounce:()=>x.s,debounceTime:()=>P.B,defaultIfEmpty:()=>O.U,delay:()=>N.c,delayWhen:()=>T.o,dematerialize:()=>M.Z,distinct:()=>C.d,distinctUntilChanged:()=>S.F,distinctUntilKeyChanged:()=>E.w,elementAt:()=>A.s,endWith:()=>j.q,every:()=>I.S,exhaust:()=>R.B,exhaustAll:()=>$.C,exhaustMap:()=>L.p,expand:()=>k.f,filter:()=>q.p,finalize:()=>F.j,find:()=>D.I,findIndex:()=>U.S,first:()=>B.$,flatMap:()=>Q.q,groupBy:()=>z.$,ignoreElements:()=>W.w,isEmpty:()=>H.I,last:()=>V.H,map:()=>J.T,mapTo:()=>X.u,materialize:()=>K.O,max:()=>Z.T,merge:()=>G.h,mergeAll:()=>Y.U,mergeMap:()=>ee.Z,mergeMapTo:()=>te.C,mergeScan:()=>ne.i,mergeWith:()=>re.X,min:()=>oe.j,multicast:()=>ie.f,observeOn:()=>ue.Q,onErrorResumeNext:()=>se.g,pairwise:()=>ae.J,partition:()=>le,pluck:()=>de.E,publish:()=>fe.m,publishBehavior:()=>pe.K,publishLast:()=>ve.k,publishReplay:()=>he.H,race:()=>ye,raceWith:()=>ge.w,reduce:()=>we.T,refCount:()=>Ne.B,repeat:()=>_e.u,repeatWhen:()=>xe.Y,retry:()=>Pe.L,retryWhen:()=>Oe.l,sample:()=>Te.X,sampleTime:()=>Me.q,scan:()=>Ce.S,sequenceEqual:()=>Se.m,share:()=>Ee.u,shareReplay:()=>Ae.t,single:()=>je.J,skip:()=>Ie.i,skipLast:()=>Re.G,skipUntil:()=>$e.U,skipWhile:()=>Le.j,startWith:()=>ke.Z,subscribeOn:()=>qe._,switchAll:()=>Fe.w,switchMap:()=>De.n,switchMapTo:()=>Ue.K,switchScan:()=>Be.m,take:()=>ze.s,takeLast:()=>We.o,takeUntil:()=>He.Q,takeWhile:()=>Ve.v,tap:()=>Je.M,throttle:()=>Xe.n,throttleTime:()=>Ke.c,throwIfEmpty:()=>Ze.v,timeInterval:()=>Ge.f,timeout:()=>Ye.w,timeoutWith:()=>Qe.o,timestamp:()=>et.v,toArray:()=>tt.$,window:()=>nt.x,windowCount:()=>rt.k,windowTime:()=>ot.s,windowToggle:()=>it.J,windowWhen:()=>ut.p,withLatestFrom:()=>st.E,zip:()=>at.y,zipAll:()=>ct.x,zipWith:()=>lt.O});var r=n(1418),o=n(9231),i=n(1919),u=n(7028),s=n(4666),a=n(3811),c=n(4655),l=n(8950),d=n(6145),f=n(952),p=n(3783),v=n(8191),h=n(5937),m=n(3614),b=n(3887),g=n(7810),y=n(8837),w=n(9394),_=n(6750),x=n(3306),P=n(9983),O=n(6634),N=n(1266),T=n(1022),M=n(3137),C=n(9589),S=n(2121),E=n(6668),A=n(4104),j=n(5200),I=n(9622),R=n(8399),$=n(4336),L=n(5041),k=n(605),q=n(9071),F=n(723),D=n(3186),U=n(684),B=n(4915),z=n(263),W=n(3402),H=n(3004),V=n(2381),J=n(6191),X=n(2306),K=n(7096),Z=n(9207),G=n(9190),Y=n(5590),Q=n(8646),ee=n(7271),te=n(9578),ne=n(6408),re=n(1213),oe=n(1853),ie=n(3439),ue=n(4432),se=n(4797),ae=n(9201),ce=n(3877);function le(e,t){return function(n){return[(0,q.p)(e,t)(n),(0,q.p)((0,ce.A)(e,t))(n)]}}var de=n(2208),fe=n(6382),pe=n(4308),ve=n(2954),he=n(3629),me=n(5608),be=n(3495),ge=n(8416);function ye(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return ge.w.apply(void 0,(0,me.fX)([],(0,me.zs)((0,be.K)(e))))}var we=n(7539),_e=n(4394),xe=n(5462),Pe=n(635),Oe=n(1843),Ne=n(6809),Te=n(3939),Me=n(2518),Ce=n(896),Se=n(7686),Ee=n(3822),Ae=n(5453),je=n(3417),Ie=n(3854),Re=n(5146),$e=n(7020),Le=n(1889),ke=n(8845),qe=n(6912),Fe=n(5014),De=n(3047),Ue=n(42),Be=n(8840),ze=n(1233),We=n(7178),He=n(6028),Ve=n(8161),Je=n(7628),Xe=n(221),Ke=n(4376),Ze=n(7877),Ge=n(4649),Ye=n(3362),Qe=n(7406),et=n(3049),tt=n(6055),nt=n(4757),rt=n(4010),ot=n(6320),it=n(4525),ut=n(4021),st=n(578),at=n(3486),ct=n(6555),lt=n(3642)},5146:(e,t,n)=>{"use strict";n.d(t,{G:()=>u});var r=n(5536),o=n(451),i=n(663);function u(e){return e<=0?r.D:(0,o.N)(function(t,n){var r=new Array(e),o=0;return t.subscribe((0,i._)(n,function(t){var i=o++;if(i<e)r[i]=t;else{var u=i%e,s=r[u];r[u]=t,n.next(s)}})),function(){r=null}})}},5180:(e,t,n)=>{"use strict";n.d(t,{of:()=>i});var r=n(3299),o=n(7349);function i(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,r.lI)(e);return(0,o.H)(e,n)}},5197:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1870);t.default=function(e,t,n,o,i){if(t.setOverpanelTitle||t.setPageTitle){t.setOverpanelTitle&&o.add("setOverpanelTitle"),t.setPageTitle&&o.add("setPageTitle");const n=e.onMessage("setTitle").subscribe(async e=>{"tectonOverpanel"===await(0,r.getPathResolutionInfo)(e.value.moduleId.split("."),t.dynamicConfigFetch).then(e=>e.pathOrigin)&&t.setOverpanelTitle?t.setOverpanelTitle(e.value.title):t.setPageTitle&&t.setPageTitle(e.value.title)});i.push(()=>n.unsubscribe())}}},5200:(e,t,n)=>{"use strict";n.d(t,{q:()=>u});var r=n(5608),o=n(1433),i=n(5180);function u(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return function(t){return(0,o.x)(t,i.of.apply(void 0,(0,r.fX)([],(0,r.zs)(e))))}}},5301:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1870);t.default=function(e,t,n,o,i){if(n.logToServer){o.add("logToServer");const t=e.onMessage("logToServer").subscribe(async e=>{const t=await(0,r.getPathResolutionInfo)(e.value.moduleId.split("."),n.dynamicConfigFetch).then(e=>e.featureName);n.logToServer(t,e.value.message,e.value.level||"info")});i.push(()=>t.unsubscribe())}}},5341:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){const r=e.sendResponse("getPlatformCapabilities",()=>{const e=Array.from(t);return Promise.resolve({capabilities:e})});n.push(()=>r.unsubscribe())}},5349:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.resolveMenuItems=void 0;const r=n(755),o=n(1870);function i(e,t,n,i,u,s,a,c,l,d,f,p){return Promise.all(c.map(c=>(0,o.resolveFeature)(e,t,n,i,u,c.modules||[],s,a,l,d,f,p).then(t=>t.asyncMap(async t=>{const n=await(0,o.getPathResolutionInfo)(t.moduleId.split("."),e.dynamicConfigFetch),r=u.withDefault("-1"),i={itemLabel:c.itemLabel,action:c.action,featureName:n.featureName,moduleName:n.moduleName,contextIdParamName:c.contextIdParamName};return"-1"!==r&&(i["tct-ctxid"]=r),i})).then(r.Maybe.just).catch(()=>r.Maybe.nothing()))).then(e=>r.Maybe.filterSomethings(e))}t.default=function(e,t,n,u,s,a){const c=t.sendResponse("resolveMenu",async t=>{const s=await(0,o.getPathResolutionInfo)(t.outletPath.split("."),e.dynamicConfigFetch),c=(0,o.resolveTectonPath)(s.configPath,s.treeFromRoot),l=(await e.dynamicConfigFetch(s.featureName).then(e=>e.modules[s.moduleName])).meta.outlets[s.outletName];if(!l)throw new Error(`${s.outletName} contextual menu outlet not found in config`);const d="None"===l.context?r.Maybe.nothing():r.Maybe.just(l.context),f=t.contextValue?r.Maybe.just(t.contextValue):r.Maybe.nothing(),p=t.resolvedType?r.Maybe.just(t.resolvedType):r.Maybe.nothing(),v=t.additionalContext?r.Maybe.just(t.additionalContext):r.Maybe.nothing(),h=c.configuredOutlets[s.outletName],m=n.getValue();return!1===m.features[s.featureName].modules[s.moduleName].rightsEnabled?new Promise(e=>{e({resolvedMenuItems:[]})}):i(e,u,t.outletPath,d,f,p,v,h,m,s.featureName,s.moduleName,a).then(e=>({resolvedMenuItems:e}))});s.push(()=>c.unsubscribe())},t.resolveMenuItems=i},5420:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.showLoadingModal){n.add("showLoadingModal");const o=e.onMessage("showLoadingModal").subscribe(e=>{t.showLoadingModal(e.value.title)});r.push(()=>o.unsubscribe())}if(t.clearLoadingModal){n.add("clearLoadingModal");const o=e.onMessage("clearLoadingModal").subscribe(()=>{t.clearLoadingModal()});r.push(()=>o.unsubscribe())}}},5439:(e,t,n)=>{"use strict";n.d(t,{h:()=>u});var r=n(9013),o=n(6214),i=n(663);function u(e,t,n,u,s,a,c,l){var d=[],f=0,p=0,v=!1,h=function(){!v||d.length||f||t.complete()},m=function(e){return f<u?b(e):d.push(e)},b=function(e){a&&t.next(e),f++;var l=!1;(0,r.Tg)(n(e,p++)).subscribe((0,i._)(t,function(e){null==s||s(e),a?m(e):t.next(e)},function(){l=!0},void 0,function(){if(l)try{f--;for(var e=function(){var e=d.shift();c?(0,o.N)(t,c,function(){return b(e)}):b(e)};d.length&&f<u;)e();h()}catch(e){t.error(e)}}))};return e.subscribe((0,i._)(t,m,function(){v=!0,h()})),function(){null==l||l()}}},5453:(e,t,n)=>{"use strict";n.d(t,{t:()=>i});var r=n(4522),o=n(3822);function i(e,t,n){var i,u,s,a,c=!1;return e&&"object"==typeof e?(i=e.bufferSize,a=void 0===i?1/0:i,u=e.windowTime,t=void 0===u?1/0:u,c=void 0!==(s=e.refCount)&&s,n=e.scheduler):a=null!=e?e:1/0,(0,o.u)({connector:function(){return new r.m(a,t,n)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:c})}},5462:(e,t,n)=>{"use strict";n.d(t,{Y:()=>s});var r=n(9013),o=n(6115),i=n(451),u=n(663);function s(e){return(0,i.N)(function(t,n){var i,s,a=!1,c=!1,l=!1,d=function(){return l&&c&&(n.complete(),!0)},f=function(){l=!1,i=t.subscribe((0,u._)(n,void 0,function(){l=!0,!d()&&(s||(s=new o.B,(0,r.Tg)(e(s)).subscribe((0,u._)(n,function(){i?f():a=!0},function(){c=!0,d()}))),s).next()})),a&&(i.unsubscribe(),i=null,a=!1,f())};f()})}},5495:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.getAuthToken){n.add("authToken");const o=e.sendResponse("authToken",()=>t.getAuthToken());r.push(()=>o.unsubscribe())}}},5536:(e,t,n)=>{"use strict";function r(e){return e}n.d(t,{D:()=>r})},5542:(e,t,n)=>{"use strict";n.d(t,{y:()=>l});var r=n(5608),o=n(2294),i=n(9013),u=n(3495),s=n(1896),a=n(663),c=n(3299);function l(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,c.ms)(e),l=(0,u.K)(e);return l.length?new o.c(function(e){var t=l.map(function(){return[]}),o=l.map(function(){return!1});e.add(function(){t=o=null});for(var u=function(u){(0,i.Tg)(l[u]).subscribe((0,a._)(e,function(i){if(t[u].push(i),t.every(function(e){return e.length})){var s=t.map(function(e){return e.shift()});e.next(n?n.apply(void 0,(0,r.fX)([],(0,r.zs)(s))):s),t.some(function(e,t){return!e.length&&o[t]})&&e.complete()}},function(){o[u]=!0,!t[u].length&&e.complete()}))},s=0;!e.closed&&s<l.length;s++)u(s);return function(){t=o=null}}):s.w}},5564:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6317),o=n(755);t.default=function(e,t,n,i){if(t.clearCacheByPrefix){n.add("clearCache"),n.add("cacheCleared");const u=e.sendResponse("clearCache",function(e){return e.routePrefixes.forEach(function(e){t.clearCacheByPrefix(e),(0,r.sendBroadcast)("cacheCleared",o.Maybe.just(JSON.stringify({cleared:e})))}),Promise.resolve()});i.push(()=>u.unsubscribe())}}},5590:(e,t,n)=>{"use strict";n.d(t,{U:()=>i});var r=n(7271),o=n(5536);function i(e){return void 0===e&&(e=1/0),(0,r.Z)(o.D,e)}},5606:(e,t,n)=>{"use strict";n.d(t,{g:()=>a});var r=n(2294),o=n(3495),i=n(663),u=n(4894),s=n(9013);function a(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,o.K)(e);return new r.c(function(e){var t=0,r=function(){if(t<n.length){var o=void 0;try{o=(0,s.Tg)(n[t++])}catch(e){return void r()}var a=new i.H(e,void 0,u.l,u.l);o.subscribe(a),a.add(r)}else e.complete()};r()})}},5608:(e,t,n)=>{"use strict";n.d(t,{AQ:()=>d,C6:()=>o,Ju:()=>s,N3:()=>l,YH:()=>u,fX:()=>c,sH:()=>i,xN:()=>f,zs:()=>a});var r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},r(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function i(e,t,n,r){return new(n||(n=Promise))(function(o,i){function u(e){try{a(r.next(e))}catch(e){i(e)}}function s(e){try{a(r.throw(e))}catch(e){i(e)}}function a(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n(function(e){e(t)})).then(u,s)}a((r=r.apply(e,t||[])).next())})}function u(e,t){var n,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},u=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return u.next=s(0),u.throw=s(1),u.return=s(2),"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function s(s){return function(a){return function(s){if(n)throw new TypeError("Generator is already executing.");for(;u&&(u=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,a])}}}function s(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)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 a(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)u.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return u}function c(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}function l(e){return this instanceof l?(this.v=e,this):new l(e)}function d(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,o=n.apply(e,t||[]),i=[];return r=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),u("next"),u("throw"),u("return",function(e){return function(t){return Promise.resolve(t).then(e,c)}}),r[Symbol.asyncIterator]=function(){return this},r;function u(e,t){o[e]&&(r[e]=function(t){return new Promise(function(n,r){i.push([e,t,n,r])>1||s(e,t)})},t&&(r[e]=t(r[e])))}function s(e,t){try{(n=o[e](t)).value instanceof l?Promise.resolve(n.value.v).then(a,c):d(i[0][2],n)}catch(e){d(i[0][3],e)}var n}function a(e){s("next",e)}function c(e){s("throw",e)}function d(e,t){e(t),i.shift(),i.length&&s(i[0][0],i[0][1])}}function f(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=s(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise(function(r,o){!function(e,t,n,r){Promise.resolve(r).then(function(t){e({value:t,done:n})},t)}(r,o,(t=e[n](t)).done,t.value)})}}}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError},5636:(e,t,n)=>{"use strict";n.d(t,{_:()=>i});var r=n(5767),o=n(5745);function i(e,t){var n="object"==typeof t;return new Promise(function(i,u){var s=new o.Ms({next:function(e){i(e),s.unsubscribe()},error:u,complete:function(){n?i(t.defaultValue):u(new r.G)}});e.subscribe(s)})}},5703:(e,t)=>{"use strict";function n(e,t,r=[]){for(const[o,i]of Object.entries(t)){const t=[...r,o];if(o===e)return t.reverse();if("object"==typeof i&&Object.keys(i).length>0){const r=n(e,i,t);if(r.length>0)return r}}return[]}function r(e,t){if(!e||"string"!=typeof e)return[];const[r,o]=e.split("::");if(!r||!o)return[];const i=t[r];return i?n(o,i).map(e=>`${r}::${e}`):[]}Object.defineProperty(t,"__esModule",{value:!0}),t.validateContext=t.getContextHierarchyPath=void 0,t.getContextHierarchyPath=r,t.validateContext=function(e,t){const{outletContext:n,moduleContext:o,resolvedContext:i,additionalContext:u,additionalContextRequirements:s}=e;if((null==s?void 0:s.length)&&u&&!s.includes(u.toString()))return!1;if("None"===o||"None"===n)return!0;const a=r(o,t);return 0!==a.length&&a.includes(i||n)}},5745:(e,t,n)=>{"use strict";n.d(t,{Ms:()=>b,vU:()=>p});var r=n(5608),o=n(2762),i=n(3758),u=n(3829),s=n(3779),a=n(4894),c=l("C",void 0,void 0);function l(e,t,n){return{kind:e,value:t,error:n}}var d=n(6499),f=n(8087),p=function(e){function t(t){var n=e.call(this)||this;return n.isStopped=!1,t?(n.destination=t,(0,i.Uv)(t)&&t.add(n)):n.destination=w,n}return(0,r.C6)(t,e),t.create=function(e,t,n){return new b(e,t,n)},t.prototype.next=function(e){this.isStopped?y(function(e){return l("N",e,void 0)}(e),this):this._next(e)},t.prototype.error=function(e){this.isStopped?y(l("E",void 0,e),this):(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped?y(c,this):(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(i.yU),v=Function.prototype.bind;function h(e,t){return v.call(e,t)}var m=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){g(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){g(e)}else g(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){g(e)}},e}(),b=function(e){function t(t,n,r){var i,s,a=e.call(this)||this;return(0,o.T)(t)||!t?i={next:null!=t?t:void 0,error:null!=n?n:void 0,complete:null!=r?r:void 0}:a&&u.$.useDeprecatedNextContext?((s=Object.create(t)).unsubscribe=function(){return a.unsubscribe()},i={next:t.next&&h(t.next,s),error:t.error&&h(t.error,s),complete:t.complete&&h(t.complete,s)}):i=t,a.destination=new m(i),a}return(0,r.C6)(t,e),t}(p);function g(e){u.$.useDeprecatedSynchronousErrorHandling?(0,f.l)(e):(0,s.m)(e)}function y(e,t){var n=u.$.onStoppedNotification;n&&d.f.setTimeout(function(){return n(e,t)})}var w={closed:!0,next:a.l,error:function(e){throw e},complete:a.l}},5761:(e,t,n)=>{"use strict";n.d(t,{C:()=>i,U:()=>u});var r=n(5608),o=n(2762);function i(e){return(0,r.AQ)(this,arguments,function(){var t,n,o;return(0,r.YH)(this,function(i){switch(i.label){case 0:t=e.getReader(),i.label=1;case 1:i.trys.push([1,,9,10]),i.label=2;case 2:return[4,(0,r.N3)(t.read())];case 3:return n=i.sent(),o=n.value,n.done?[4,(0,r.N3)(void 0)]:[3,5];case 4:return[2,i.sent()];case 5:return[4,(0,r.N3)(o)];case 6:return[4,i.sent()];case 7:return i.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}})})}function u(e){return(0,o.T)(null==e?void 0:e.getReader)}},5767:(e,t,n)=>{"use strict";n.d(t,{G:()=>r});var r=(0,n(4224).L)(function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}})},5807:(e,t,n)=>{"use strict";n.d(t,{$:()=>i});var r=n(2294),o=n(2762);function i(e,t){var n=(0,o.T)(e)?e:function(){return e},i=function(e){return e.error(n())};return new r.c(t?function(e){return t.schedule(i,0,e)}:i)}},5808:(e,t,n)=>{"use strict";n.d(t,{x:()=>i});var r=n(9868),o=n(2762);function i(e){return(0,o.T)(null==e?void 0:e[r.l])}},5937:(e,t,n)=>{"use strict";n.d(t,{x:()=>a});var r=n(5608),o=n(451),i=n(3614),u=n(3299),s=n(7349);function a(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,u.lI)(e);return(0,o.N)(function(t,o){(0,i.K)()((0,s.H)((0,r.fX)([t],(0,r.zs)(e)),n)).subscribe(o)})}},5939:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(4840),o=n(9484);t.default=function(e,t,n,i,u={}){(0,o.setupTectonElement)({messageBus:e,moduleId:"",props:r.tectonPlatformOutletObservedAttrs,tectonOutletAdaptor:(0,r.loadTectonPlatformOutlet)(t,n,i,u)})("tecton-platform-outlet")}},5956:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){e.add("resizeIframe"),e.add("requestOutletInfo")}},6028:(e,t,n)=>{"use strict";n.d(t,{Q:()=>s});var r=n(451),o=n(663),i=n(9013),u=n(4894);function s(e){return(0,r.N)(function(t,n){(0,i.Tg)(e).subscribe((0,o._)(n,function(){return n.complete()},u.l)),!n.closed&&t.subscribe(n)})}},6055:(e,t,n)=>{"use strict";n.d(t,{$:()=>u});var r=n(7539),o=n(451),i=function(e,t){return e.push(t),e};function u(){return(0,o.N)(function(e,t){(0,r.T)(i,[])(e).subscribe(t)})}},6115:(e,t,n)=>{"use strict";n.d(t,{B:()=>c});var r=n(5608),o=n(2294),i=n(3758),u=n(1622),s=n(6279),a=n(8087),c=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return(0,r.C6)(t,e),t.prototype.lift=function(e){var t=new l(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new u.P},t.prototype.next=function(e){var t=this;(0,a.Y)(function(){var n,o;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var i=(0,r.Ju)(t.currentObservers),u=i.next();!u.done;u=i.next())u.value.next(e)}catch(e){n={error:e}}finally{try{u&&!u.done&&(o=i.return)&&o.call(i)}finally{if(n)throw n.error}}}})},t.prototype.error=function(e){var t=this;(0,a.Y)(function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var n=t.observers;n.length;)n.shift().error(e)}})},t.prototype.complete=function(){var e=this;(0,a.Y)(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,n=this,r=n.hasError,o=n.isStopped,u=n.observers;return r||o?i.Kn:(this.currentObservers=null,u.push(e),new i.yU(function(){t.currentObservers=null,(0,s.o)(u,e)}))},t.prototype._checkFinalizedStatuses=function(e){var t=this,n=t.hasError,r=t.thrownError,o=t.isStopped;n?e.error(r):o&&e.complete()},t.prototype.asObservable=function(){var e=new o.c;return e.source=this,e},t.create=function(e,t){return new l(e,t)},t}(o.c),l=function(e){function t(t,n){var r=e.call(this)||this;return r.destination=t,r.source=n,r}return(0,r.C6)(t,e),t.prototype.next=function(e){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===n||n.call(t,e)},t.prototype.error=function(e){var t,n;null===(n=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===n||n.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,n;return null!==(n=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==n?n:i.Kn},t}(c)},6145:(e,t,n)=>{"use strict";n.d(t,{p:()=>r});var r=n(952).A},6191:(e,t,n)=>{"use strict";n.d(t,{T:()=>i});var r=n(451),o=n(663);function i(e,t){return(0,r.N)(function(n,r){var i=0;n.subscribe((0,o._)(r,function(n){r.next(e.call(t,n,i++))}))})}},6214:(e,t,n)=>{"use strict";function r(e,t,n,r,o){void 0===r&&(r=0),void 0===o&&(o=!1);var i=t.schedule(function(){n(),o?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(i),!o)return i}n.d(t,{N:()=>r})},6279:(e,t,n)=>{"use strict";function r(e,t){if(e){var n=e.indexOf(t);0<=n&&e.splice(n,1)}}n.d(t,{o:()=>r})},6317:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sendBroadcast=t.sendMessage=t.default=void 0;const r=n(2539);Object.defineProperty(t,"sendMessage",{enumerable:!0,get:function(){return r.sendMessage}}),Object.defineProperty(t,"sendBroadcast",{enumerable:!0,get:function(){return r.sendBroadcast}});const o=n(515);class i extends r.default{constructor(e,t){super(),this.domains=new Set,this.configSubscription=e.subscribe(this.getConfigDomains.bind(this)),this.firehose$=this.firehose$.pipe((0,o.filter)(e=>t||this.domains.has(e.origin)))}teardown(){this.configSubscription.unsubscribe()}getConfigDomains(e){let t=Array(window.location.origin.toString());const n=Object.keys(e.features).map(n=>{const r=e.features[n].additionalDomains;return r&&r.length>0&&(t=t.concat(r)),Object.keys(e.features[n].modules).map(t=>{const r=e.features[n].modules[t].url;try{return new URL(r,window.location.href).origin}catch(e){return""}})}),r=t.concat(...n);this.domains=function(e){return new Set(e.filter(e=>""!==e))}(r)}}t.default=i},6320:(e,t,n)=>{"use strict";n.d(t,{s:()=>d});var r=n(6115),o=n(6921),i=n(3758),u=n(451),s=n(663),a=n(6279),c=n(3299),l=n(6214);function d(e){for(var t,n,d=[],f=1;f<arguments.length;f++)d[f-1]=arguments[f];var p=null!==(t=(0,c.lI)(d))&&void 0!==t?t:o.E,v=null!==(n=d[0])&&void 0!==n?n:null,h=d[1]||1/0;return(0,u.N)(function(t,n){var o=[],u=!1,c=function(e){var t=e.window,n=e.subs;t.complete(),n.unsubscribe(),(0,a.o)(o,e),u&&d()},d=function(){if(o){var t=new i.yU;n.add(t);var u=new r.B,s={window:u,subs:t,seen:0};o.push(s),n.next(u.asObservable()),(0,l.N)(t,p,function(){return c(s)},e)}};null!==v&&v>=0?(0,l.N)(n,p,d,v,!0):u=!0,d();var f=function(e){return o.slice().forEach(e)},m=function(e){f(function(t){var n=t.window;return e(n)}),e(n),n.unsubscribe()};return t.subscribe((0,s._)(n,function(e){f(function(t){t.window.next(e),h<=++t.seen&&c(t)})},function(){return m(function(e){return e.complete()})},function(e){return m(function(t){return t.error(e)})})),function(){o=null}})}},6382:(e,t,n)=>{"use strict";n.d(t,{m:()=>u});var r=n(6115),o=n(3439),i=n(9394);function u(e){return e?function(t){return(0,i.N)(e)(t)}:function(e){return(0,o.f)(new r.B)(e)}}},6408:(e,t,n)=>{"use strict";n.d(t,{i:()=>i});var r=n(451),o=n(5439);function i(e,t,n){return void 0===n&&(n=1/0),(0,r.N)(function(r,i){var u=t;return(0,o.h)(r,i,function(t,n){return e(u,t,n)},n,function(e){u=e},!1,void 0,function(){return u=null})})}},6496:(e,t,n)=>{"use strict";n.d(t,{q:()=>i});var r=n(5608),o=n(8442),i=function(e){function t(t,n){void 0===n&&(n=o._.now);var r=e.call(this,t,n)||this;return r.actions=[],r._active=!1,r}return(0,r.C6)(t,e),t.prototype.flush=function(e){var t=this.actions;if(this._active)t.push(e);else{var n;this._active=!0;do{if(n=e.execute(e.state,e.delay))break}while(e=t.shift());if(this._active=!1,n){for(;e=t.shift();)e.unsubscribe();throw n}}},t}(o._)},6499:(e,t,n)=>{"use strict";n.d(t,{f:()=>o});var r=n(5608),o={setTimeout:function(e,t){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];var u=o.delegate;return(null==u?void 0:u.setTimeout)?u.setTimeout.apply(u,(0,r.fX)([e,t],(0,r.zs)(n))):setTimeout.apply(void 0,(0,r.fX)([e,t],(0,r.zs)(n)))},clearTimeout:function(e){var t=o.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0}},6555:(e,t,n)=>{"use strict";n.d(t,{x:()=>i});var r=n(5542),o=n(6950);function i(e){return(0,o.q)(r.y,e)}},6623:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.setupRegisterOutlet=void 0;const r=n(3264);t.setupRegisterOutlet=function(e,t,n){const o=e.sendResponse("getInitialParams",e=>Promise.resolve({params:(0,r.default)(e.moduleId,t.getValue().currentParams)}));n.push(()=>o.unsubscribe())}},6634:(e,t,n)=>{"use strict";n.d(t,{U:()=>i});var r=n(451),o=n(663);function i(e){return(0,r.N)(function(t,n){var r=!1;t.subscribe((0,o._)(n,function(e){r=!0,n.next(e)},function(){r||n.next(e),n.complete()}))})}},6668:(e,t,n)=>{"use strict";n.d(t,{w:()=>o});var r=n(2121);function o(e,t){return(0,r.F)(function(n,r){return t?t(n[e],r[e]):n[e]===r[e]})}},6750:(e,t,n)=>{"use strict";n.d(t,{U:()=>o});var r=n(7539);function o(e){return(0,r.T)(function(t,n,r){return!e||e(n,r)?t+1:t},0)}},6809:(e,t,n)=>{"use strict";n.d(t,{B:()=>i});var r=n(451),o=n(663);function i(){return(0,r.N)(function(e,t){var n=null;e._refCount++;var r=(0,o._)(t,void 0,void 0,void 0,function(){if(!e||e._refCount<=0||0<--e._refCount)n=null;else{var r=e._connection,o=n;n=null,!r||o&&r!==o||r.unsubscribe(),t.unsubscribe()}});e.subscribe(r),r.closed||(n=e.connect())})}},6856:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){const r=e.sendResponse("getAuthPayload",()=>Promise.resolve(t.getAuthPayload()));n.push(()=>r.unsubscribe())}},6912:(e,t,n)=>{"use strict";n.d(t,{_:()=>o});var r=n(451);function o(e,t){return void 0===t&&(t=0),(0,r.N)(function(n,r){r.add(e.schedule(function(){return n.subscribe(r)},t))})}},6921:(e,t,n)=>{"use strict";n.d(t,{E:()=>o,b:()=>i});var r=n(1121),o=new(n(6496).q)(r.R),i=o},6950:(e,t,n)=>{"use strict";n.d(t,{q:()=>a});var r=n(5536),o=n(3027),i=n(1842),u=n(7271),s=n(6055);function a(e,t){return(0,i.F)((0,s.$)(),(0,u.Z)(function(t){return e(t)}),t?(0,o.I)(t):r.D)}},6982:(e,t,n)=>{"use strict";n.d(t,{G:()=>c});var r=n(5608),o=n(2294),i=n(3758),u=n(6809),s=n(663),a=n(451),c=function(e){function t(t,n){var r=e.call(this)||this;return r.source=t,r.subjectFactory=n,r._subject=null,r._refCount=0,r._connection=null,(0,a.S)(t)&&(r.lift=t.lift),r}return(0,r.C6)(t,e),t.prototype._subscribe=function(e){return this.getSubject().subscribe(e)},t.prototype.getSubject=function(){var e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype._teardown=function(){this._refCount=0;var e=this._connection;this._subject=this._connection=null,null==e||e.unsubscribe()},t.prototype.connect=function(){var e=this,t=this._connection;if(!t){t=this._connection=new i.yU;var n=this.getSubject();t.add(this.source.subscribe((0,s._)(n,void 0,function(){e._teardown(),n.complete()},function(t){e._teardown(),n.error(t)},function(){return e._teardown()}))),t.closed&&(this._connection=null,t=i.yU.EMPTY)}return t},t.prototype.refCount=function(){return(0,u.B)()(this)},t}(o.c)},7020:(e,t,n)=>{"use strict";n.d(t,{U:()=>s});var r=n(451),o=n(663),i=n(9013),u=n(4894);function s(e){return(0,r.N)(function(t,n){var r=!1,s=(0,o._)(n,function(){null==s||s.unsubscribe(),r=!0},u.l);(0,i.Tg)(e).subscribe(s),t.subscribe((0,o._)(n,function(e){return r&&n.next(e)}))})}},7028:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var r=n(5608),o=n(451),i=n(663),u=n(6279);function s(e,t){return void 0===t&&(t=null),t=null!=t?t:e,(0,o.N)(function(n,o){var s=[],a=0;n.subscribe((0,i._)(o,function(n){var i,c,l,d,f=null;a++%t===0&&s.push([]);try{for(var p=(0,r.Ju)(s),v=p.next();!v.done;v=p.next())(b=v.value).push(n),e<=b.length&&(f=null!=f?f:[]).push(b)}catch(e){i={error:e}}finally{try{v&&!v.done&&(c=p.return)&&c.call(p)}finally{if(i)throw i.error}}if(f)try{for(var h=(0,r.Ju)(f),m=h.next();!m.done;m=h.next()){var b=m.value;(0,u.o)(s,b),o.next(b)}}catch(e){l={error:e}}finally{try{m&&!m.done&&(d=h.return)&&d.call(h)}finally{if(l)throw l.error}}},function(){var e,t;try{for(var n=(0,r.Ju)(s),i=n.next();!i.done;i=n.next()){var u=i.value;o.next(u)}}catch(t){e={error:t}}finally{try{i&&!i.done&&(t=n.return)&&t.call(n)}finally{if(e)throw e.error}}o.complete()},void 0,function(){s=null}))})}},7066:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.teardownApplicationModules=t.appendApplicationModule=void 0;const r=n(409),o="Authenticated";function i({authContext:e,outletId:t,modulePath:n,featureName:r,moduleName:o}){const i=window.isTestingTecton?document.createElement("object"):document.createElement("tecton-platform-outlet");i.name=`Tecton${e}ApplicationModule`,i.id=t,i.routeName=n,i.configTree={featureName:r,moduleName:o},i.tabIndex=-1,i.setAttribute("style","width:0; height:0; visibility: hidden; overflow: hidden;"),document.body.appendChild(i)}function u(e){const t=document.getElementsByName(`Tecton${e}ApplicationModule`);null==t||t.forEach(function(e){var t;null===(t=e.parentNode)||void 0===t||t.removeChild(e)})}t.default=function(e,t=!1){const n=(0,r.getApplicationModules)(e),s=t?o:"Unauthenticated",a=n[s.toLowerCase()];null==a||a.forEach(e=>{const{featureName:t,moduleName:n,rightsEnabled:r}=e,o=`${t}.${n}`,u=`TectonApplicationModule.${o}`;document.getElementById(u)||!1===r||i({authContext:s,outletId:u,modulePath:o,featureName:t,moduleName:n})}),t||u(o)},t.appendApplicationModule=i,t.teardownApplicationModules=u},7076:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(755),o=n(6317);t.default=function(e,t,n){t.refetchRequired&&(n.add("refetchRequired"),t.refetchRequired(e=>{(0,o.sendBroadcast)(`refetchRequired::${e}`,r.Maybe.nothing())}))}},7096:(e,t,n)=>{"use strict";n.d(t,{O:()=>u});var r=n(3064),o=n(451),i=n(663);function u(){return(0,o.N)(function(e,t){e.subscribe((0,i._)(t,function(e){t.next(r.Eg.createNext(e))},function(){t.next(r.Eg.createComplete()),t.complete()},function(e){t.next(r.Eg.createError(e)),t.complete()}))})}},7178:(e,t,n)=>{"use strict";n.d(t,{o:()=>s});var r=n(5608),o=n(1896),i=n(451),u=n(663);function s(e){return e<=0?function(){return o.w}:(0,i.N)(function(t,n){var o=[];t.subscribe((0,u._)(n,function(t){o.push(t),e<o.length&&o.shift()},function(){var e,t;try{for(var i=(0,r.Ju)(o),u=i.next();!u.done;u=i.next()){var s=u.value;n.next(s)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}n.complete()},void 0,function(){o=null}))})}},7189:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2587),o=n(1870);t.default=function(e,t,n,i,u){if(n.navigateTo){i.add("navigateTo");const s=e.onMessage("navigateTo").subscribe(async e=>{const{moduleName:i,urlParams:u,queryParams:s,moduleId:a}=e.value;let{featureName:c}=e.value;!c&&a&&(c=await(0,o.getPathResolutionInfo)(a.split("."),n.dynamicConfigFetch).then(e=>e.featureName));const l=(0,r.default)(t,c,i);l.map(e=>{if(e.navigable)if(e.legacy)n.navigateTo(!0,e.key,u,s);else{const r=t.getValue().features[c],o=`tectonRoute.${e.key}`;s&&n.updateParams&&n.updateParams(o,s,r.modules[e.key.split(".")[1]].meta.params),n.navigateTo(!1,e.key)}}),l.hasNothing&&n.navigateTo(!0,c,u,s)});u.push(()=>s.unsubscribe())}}},7264:(e,t,n)=>{"use strict";n.d(t,{U:()=>r});var r={now:function(){return(r.delegate||Date).now()},delegate:void 0}},7271:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(6191),o=n(9013),i=n(451),u=n(5439),s=n(2762);function a(e,t,n){return void 0===n&&(n=1/0),(0,s.T)(t)?a(function(n,i){return(0,r.T)(function(e,r){return t(n,e,i,r)})((0,o.Tg)(e(n,i)))},n):("number"==typeof t&&(n=t),(0,i.N)(function(t,r){return(0,u.h)(t,r,e,n)}))}},7304:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n){t.add("scrollToTop");const r=e.onMessage("scrollToTop").subscribe(()=>{window.scrollTo(0,0)});n.push(()=>r.unsubscribe())}},7318:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.openURL){n.add("openURL");const o=e.onMessage("openURL").subscribe(e=>{const{url:n,options:r}=e.value;t.openURL(n,r)});r.push(()=>o.unsubscribe())}}},7337:(e,t,n)=>{"use strict";function r(e,t){const n=new URL(e,window.location.toString()),r=Object.keys(t).map(e=>`${e}=${t[e]}`).join("&"),o=n.search?`${n.search}&${r}`:`?${r}`;return n.search=o,n.href}n.r(t),n.d(t,{default:()=>r})},7349:(e,t,n)=>{"use strict";n.d(t,{H:()=>i});var r=n(3767),o=n(9013);function i(e,t){return t?(0,r.c)(e,t):(0,o.Tg)(e)}},7406:(e,t,n)=>{"use strict";n.d(t,{o:()=>u});var r=n(6921),o=n(2210),i=n(3362);function u(e,t,n){var u,s,a;if(n=null!=n?n:r.b,(0,o.v)(e)?u=e:"number"==typeof e&&(s=e),!t)throw new TypeError("No observable provided to switch to");if(a=function(){return t},null==u&&null==s)throw new TypeError("No timeout provided.");return(0,i.w)({first:u,each:s,scheduler:n,with:a})}},7539:(e,t,n)=>{"use strict";n.d(t,{T:()=>i});var r=n(4608),o=n(451);function i(e,t){return(0,o.N)((0,r.S)(e,t,arguments.length>=2,!1,!0))}},7558:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(1870);t.default=function(e,t,n,o,i){if(n.getFeatureConfig){o.add("getFeatureConfig");const t=e.sendResponse("getFeatureConfig",async({moduleId:e})=>{const t=await(0,r.getPathResolutionInfo)(e.split("."),n.dynamicConfigFetch),o=await n.dynamicConfigFetch(t.featureName).then(e=>e.configuredSystemVariables||[]);return o.length?n.getFeatureConfig(o).then(e=>({config:e})):Promise.resolve({config:{}})});i.push(()=>t.unsubscribe())}}},7579:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.keepAlive){n.add("keepAlive");const o=e.onMessage("keepAlive").subscribe(t.keepAlive);r.push(()=>o.unsubscribe())}}},7628:(e,t,n)=>{"use strict";n.d(t,{M:()=>s});var r=n(2762),o=n(451),i=n(663),u=n(5536);function s(e,t,n){var s=(0,r.T)(e)||t||n?{next:e,error:t,complete:n}:e;return s?(0,o.N)(function(e,t){var n;null===(n=s.subscribe)||void 0===n||n.call(s);var r=!0;e.subscribe((0,i._)(t,function(e){var n;null===(n=s.next)||void 0===n||n.call(s,e),t.next(e)},function(){var e;r=!1,null===(e=s.complete)||void 0===e||e.call(s),t.complete()},function(e){var n;r=!1,null===(n=s.error)||void 0===n||n.call(s,e),t.error(e)},function(){var e,t;r&&(null===(e=s.unsubscribe)||void 0===e||e.call(s)),null===(t=s.finalize)||void 0===t||t.call(s)}))}):u.D}},7637:(e,t,n)=>{"use strict";n.d(t,{t:()=>o});var r=n(5608),o=function(e){function t(t){var n=e.call(this)||this;return n._value=t,n}return(0,r.C6)(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(t){var n=e.prototype._subscribe.call(this,t);return!n.closed&&t.next(this._value),n},t.prototype.getValue=function(){var e=this,t=e.hasError,n=e.thrownError,r=e._value;if(t)throw n;return this._throwIfClosed(),r},t.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},t}(n(6115).B)},7686:(e,t,n)=>{"use strict";n.d(t,{m:()=>u});var r=n(451),o=n(663),i=n(9013);function u(e,t){return void 0===t&&(t=function(e,t){return e===t}),(0,r.N)(function(n,r){var u={buffer:[],complete:!1},s={buffer:[],complete:!1},a=function(e){r.next(e),r.complete()},c=function(e,n){var i=(0,o._)(r,function(r){var o=n.buffer,i=n.complete;0===o.length?i?a(!1):e.buffer.push(r):!t(r,o.shift())&&a(!1)},function(){e.complete=!0;var t=n.complete,r=n.buffer;t&&a(0===r.length),null==i||i.unsubscribe()});return i};n.subscribe(c(u,s)),(0,i.Tg)(e).subscribe(c(s,u))})}},7791:(e,t,n)=>{"use strict";n.d(t,{P:()=>p,z:()=>f});var r=n(2294),o=n(8352),i=n(7349),u=n(5536),s=n(3027),a=n(3299),c=n(8301),l=n(663),d=n(6214);function f(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,a.lI)(e),l=(0,a.ms)(e),d=(0,o.D)(e),f=d.args,v=d.keys;if(0===f.length)return(0,i.H)([],n);var h=new r.c(p(f,n,v?function(e){return(0,c.e)(v,e)}:u.D));return l?h.pipe((0,s.I)(l)):h}function p(e,t,n){return void 0===n&&(n=u.D),function(r){v(t,function(){for(var o=e.length,u=new Array(o),s=o,a=o,c=function(o){v(t,function(){var c=(0,i.H)(e[o],t),d=!1;c.subscribe((0,l._)(r,function(e){u[o]=e,d||(d=!0,a--),a||r.next(n(u.slice()))},function(){--s||r.complete()}))},r)},d=0;d<o;d++)c(d)},r)}}function v(e,t,n){e?(0,d.N)(n,e,t):t()}},7804:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.getPendoInfo){n.add("getPendoInfo");const o=e.sendResponse("getPendoInfo",()=>Promise.resolve(t.getPendoInfo()));r.push(()=>o.unsubscribe())}}},7810:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(3887),o=n(2762);function i(e,t){return(0,o.T)(t)?(0,r.H)(function(){return e},t):(0,r.H)(function(){return e})}},7826:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6623),o=n(942),i=n(1870),u=n(8450),s=n(5349),a=n(5341),c=n(6856),l=n(8672),d=n(818);t.default=function(e,t,n,f,p,v,h={}){(0,d.default)(e,t,p,v),(0,r.setupRegisterOutlet)(e,n,v),(0,o.setupPathResolvers)(e,p,t,f,v),(0,i.default)(t,e,f,n,v,h),(0,u.default)(t,e,f,n,v,h),(0,s.default)(t,e,f,n,v,h),(0,a.default)(e,p,v),(0,c.default)(e,t,v),(0,l.default)(e,t,p,v)}},7853:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.sendAlert||t.showAlert){n.add("sendAlert"),n.add("sendAlertWithResponse");const o=e.sendResponse("sendAlert",e=>(t.sendAlert||t.showAlert)(e).then(e=>({actionName:e}))),i=e.onMessage("sendAlert").subscribe(e=>{(t.sendAlert||t.showAlert)(e.value)});r.push(()=>{o.unsubscribe(),i.unsubscribe()})}}},7877:(e,t,n)=>{"use strict";n.d(t,{v:()=>u});var r=n(5767),o=n(451),i=n(663);function u(e){return void 0===e&&(e=s),(0,o.N)(function(t,n){var r=!1;t.subscribe((0,i._)(n,function(e){r=!0,n.next(e)},function(){return r?n.complete():n.error(e())}))})}function s(){return new r.G}},8040:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6317),o=n(755),i=n(884);t.default=function(e,t,n,u){n.add("getPlatformDimensions");const s=e.sendResponse("getPlatformDimensions",e=>{var n,u,s,a,c;let l;const d=null==e?void 0:e.selector;if(d){const e=document.querySelector(d);e?l=e.getBoundingClientRect():(console.warn(`No platform element found matching the selector "${d}". Returning zeroed dimensions.`),l={bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0,orientationType:null!==(u=null===(n=null===screen||void 0===screen?void 0:screen.orientation)||void 0===n?void 0:n.type)&&void 0!==u?u:"landscape-primary",orientationAngle:null!==(a=null===(s=null===screen||void 0===screen?void 0:screen.orientation)||void 0===s?void 0:s.angle)&&void 0!==a?a:0})}else{const e=null===(c=t.getPlatformRootSelector)||void 0===c?void 0:c.call(t),n=e?document.querySelector(e):window;l=(0,i.getDimensions)(t,n)}return(0,r.sendBroadcast)("platformScrollChanged",o.Maybe.just(JSON.stringify(l))),Promise.resolve(l)});u.push(()=>s.unsubscribe())}},8052:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(755),o=n(6317);t.default=function(e,t,n){t.refetchRequired&&(n.add("cacheCleared"),t.refetchRequired(e=>{(0,o.sendBroadcast)("cacheCleared",r.Maybe.just(JSON.stringify({cleared:e})))}))}},8087:(e,t,n)=>{"use strict";n.d(t,{Y:()=>i,l:()=>u});var r=n(3829),o=null;function i(e){if(r.$.useDeprecatedSynchronousErrorHandling){var t=!o;if(t&&(o={errorThrown:!1,error:null}),e(),t){var n=o,i=n.errorThrown,u=n.error;if(o=null,i)throw u}}else e()}function u(e){r.$.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=e)}},8088:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(6317),o=n(515),i=n(755),u=n(942);t.default=function(e,t,n,s){if(!t.getCurrentTheme)return void n.add("ThemesNotSupported");n.add("getCurrentTheme");const a=new o.BehaviorSubject({path:(0,u.ifRelativePrependOrigin)(t.getCustomerSpecificAssetPath(`${t.getCurrentTheme()}-props.css`))});let c=!0;t.themeChanged&&(n.add("themeChanged"),t.themeChanged(e=>{c&&a.next({path:(0,u.ifRelativePrependOrigin)(t.getCustomerSpecificAssetPath(`${e}-props.css`))})}));const l=a.subscribe(e=>{(0,r.sendBroadcast)("themeChanged",i.Maybe.maybe(e).map(JSON.stringify))}),d=e.sendResponse("getCurrentTheme",()=>Promise.resolve(a.getValue()));s.push(()=>{c=!1,l.unsubscribe(),d.unsubscribe(),a.complete()})}},8161:(e,t,n)=>{"use strict";n.d(t,{v:()=>i});var r=n(451),o=n(663);function i(e,t){return void 0===t&&(t=!1),(0,r.N)(function(n,r){var i=0;n.subscribe((0,o._)(r,function(n){var o=e(n,i++);(o||t)&&r.next(n),!o&&r.complete()}))})}},8191:(e,t,n)=>{"use strict";n.d(t,{v:()=>i});var r=n(5608),o=n(3783);function i(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return o.z.apply(void 0,(0,r.fX)([],(0,r.zs)(e)))}},8219:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return Object.entries(e.features).reduce((e,[t,n])=>{const r=n.configuredOverpanels;return r&&Object.entries(r).filter(([e,t])=>!0===t.public).forEach(([n,r])=>{r.featureName||(r.featureName=t),e[n]=r}),e},{})}},8301:(e,t,n)=>{"use strict";function r(e,t){return e.reduce(function(e,n,r){return e[n]=t[r],e},{})}n.d(t,{e:()=>r})},8352:(e,t,n)=>{"use strict";n.d(t,{D:()=>s});var r=Array.isArray,o=Object.getPrototypeOf,i=Object.prototype,u=Object.keys;function s(e){if(1===e.length){var t=e[0];if(r(t))return{args:t,keys:null};if((s=t)&&"object"==typeof s&&o(s)===i){var n=u(t);return{args:n.map(function(e){return t[e]}),keys:n}}}var s;return{args:e,keys:null}}},8385:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.getCapabilities){n.add("canUser");const o=e.sendResponse("canUser",({capabilities:e})=>Promise.resolve({allowed:Object.values(t.getCapabilities(...e)).every(Boolean)}));r.push(()=>o.unsubscribe())}}},8399:(e,t,n)=>{"use strict";n.d(t,{B:()=>r});var r=n(4336).C},8416:(e,t,n)=>{"use strict";n.d(t,{w:()=>s});var r=n(5608),o=n(9792),i=n(451),u=n(5536);function s(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.length?(0,i.N)(function(t,n){(0,o.w)((0,r.fX)([t],(0,r.zs)(e)))(n)}):u.D}},8442:(e,t,n)=>{"use strict";n.d(t,{_:()=>o});var r=n(7264),o=function(){function e(t,n){void 0===n&&(n=e.now),this.schedulerActionCtor=t,this.now=n}return e.prototype.schedule=function(e,t,n){return void 0===t&&(t=0),new this.schedulerActionCtor(this,e).schedule(n,t)},e.now=r.U.now,e}()},8450:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.resolveTabs=void 0;const r=n(1870),o=n(755);function i(e,t,n,i,u,s,a,c,l,d,f,p,v,h){return Promise.all(c.map(c=>(0,r.resolveFeature)(e,t,n,i,u,c.modules||[],s,a,l,d,f,p).then(e=>e.map(e=>({tabLabel:c.tabLabel,tab:e}))).catch(()=>o.Maybe.nothing()))).then(e=>o.Maybe.filterSomethings(e)).then(e=>e.map(e=>({tabLabel:e.tabLabel,tabLabelOverride:e.tab.tabLabelOverride,moduleId:e.tab.moduleId,initialParams:e.tab.initialParams,url:e.tab.url,minHeight:e.tab.minHeight,formPostAuth:e.tab.formPostAuth,loadingOptions:e.tab.loadingOptions,additionalDomains:v,allowDirectives:h,requiredUserCapabilities:e.tab.requiredUserCapabilities,rightsEnabled:e.tab.rightsEnabled})))}t.default=function(e,t,n,u,s,a){const c=t.sendResponse("resolveTabs",async t=>{const s=await(0,r.getPathResolutionInfo)(t.outletPath.split("."),e.dynamicConfigFetch),c=(0,r.resolveTectonPath)(s.configPath,s.treeFromRoot),l=e.dynamicConfigFetch(s.featureName),d=await l,f=(await l.then(e=>e.modules[s.moduleName])).meta.outlets[s.outletName],p="None"===f.context?o.Maybe.nothing():o.Maybe.just(f.context),v=t.contextValue?o.Maybe.just(t.contextValue):o.Maybe.nothing(),h=t.resolvedType?o.Maybe.just(t.resolvedType):o.Maybe.nothing(),m=t.additionalContext?o.Maybe.just(t.additionalContext):o.Maybe.nothing(),b=c.configuredOutlets[s.outletName],g=n.getValue();return i(e,u,t.outletPath,p,v,h,m,b,g,s.featureName,s.moduleName,a,d.additionalDomains,d.allowDirectives).then(e=>({resolvedTabs:e}))});s.push(()=>c.unsubscribe())},t.resolveTabs=i},8646:(e,t,n)=>{"use strict";n.d(t,{q:()=>r});var r=n(7271).Z},8672:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.cdnOverride){n.add("cdnOverride");const o=e.sendResponse("cdnOverride",()=>t.cdnOverride().then(e=>({path:e})));r.push(()=>o.unsubscribe())}}},8715:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t,n,r){if(t.getPlatformInfo){n.add("platformInfo");const o=e.sendResponse("platformInfo",e=>t.getPlatformInfo(e));r.push(()=>o.unsubscribe())}}},8757:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){if(null==e||"{}"===JSON.stringify(e))return!0;if(void 0===t)throw new Error(`params for action are not configured, yet ${JSON.stringify(e)} was passed to action`);const n=[];if(Object.keys(e).forEach(e=>{t[e]||n.push(e)}),n.length>0)throw new Error(`The following parameter(s) passed to action is/are not configured for the action: [${n.join(", ")}]`);return!0}},8831:(e,t,n)=>{"use strict";function r(e,t){Object.keys(t).forEach(n=>{if(!Array.isArray(t[n])&&!Array.isArray(e[n])&&e.hasOwnProperty(n)&&"object"==typeof t[n])return r(e[n],t[n]);e[n]=t[n]})}n.r(t),n.d(t,{default:()=>r})},8837:(e,t,n)=>{"use strict";n.d(t,{$:()=>i});var r=n(5608),o=n(5937);function i(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return o.x.apply(void 0,(0,r.fX)([],(0,r.zs)(e)))}},8840:(e,t,n)=>{"use strict";n.d(t,{m:()=>i});var r=n(3047),o=n(451);function i(e,t){return(0,o.N)(function(n,o){var i=t;return(0,r.n)(function(t,n){return e(i,t,n)},function(e,t){return i=t,t})(n).subscribe(o),function(){i=null}})}},8845:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var r=n(1433),o=n(3299),i=n(451);function u(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,o.lI)(e);return(0,i.N)(function(t,o){(n?(0,r.x)(e,t,n):(0,r.x)(e,t)).subscribe(o)})}},8937:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(2587);t.default=function(e,t,n,o,i){if(n.isUUXPath&&n.navigateTo){o.add("isNavigable");const u=e.sendResponse("isNavigable",({featureName:e,moduleName:o})=>{const i=(0,r.default)(t,e,o).map(e=>e.navigable).withDefaultFn(()=>n.isUUXPath(e));return Promise.resolve({navigable:i})});i.push(()=>u.unsubscribe())}}},8950:(e,t,n)=>{"use strict";n.d(t,{W:()=>u});var r=n(9013),o=n(663),i=n(451);function u(e){return(0,i.N)(function(t,n){var i,s=null,a=!1;s=t.subscribe((0,o._)(n,void 0,void 0,function(o){i=(0,r.Tg)(e(o,u(e)(t))),s?(s.unsubscribe(),s=null,i.subscribe(n)):a=!0})),a&&(s.unsubscribe(),s=null,i.subscribe(n))})}},9013:(e,t,n)=>{"use strict";n.d(t,{Tg:()=>h});var r=n(5608),o=n(2638),i=n(4429),u=n(2294),s=n(2060),a=n(2446),c=n(3422),l=n(5808),d=n(5761),f=n(2762),p=n(3779),v=n(4143);function h(e){if(e instanceof u.c)return e;if(null!=e){if((0,s.l)(e))return g=e,new u.c(function(e){var t=g[v.s]();if((0,f.T)(t.subscribe))return t.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")});if((0,o.X)(e))return b=e,new u.c(function(e){for(var t=0;t<b.length&&!e.closed;t++)e.next(b[t]);e.complete()});if((0,i.y)(e))return h=e,new u.c(function(e){h.then(function(t){e.closed||(e.next(t),e.complete())},function(t){return e.error(t)}).then(null,p.m)});if((0,a.T)(e))return m(e);if((0,l.x)(e))return n=e,new u.c(function(e){var t,o;try{for(var i=(0,r.Ju)(n),u=i.next();!u.done;u=i.next()){var s=u.value;if(e.next(s),e.closed)return}}catch(e){t={error:e}}finally{try{u&&!u.done&&(o=i.return)&&o.call(i)}finally{if(t)throw t.error}}e.complete()});if((0,d.U)(e))return t=e,m((0,d.C)(t))}var t,n,h,b,g;throw(0,c.L)(e)}function m(e){return new u.c(function(t){(function(e,t){var n,o,i,u;return(0,r.sH)(this,void 0,void 0,function(){var s,a;return(0,r.YH)(this,function(c){switch(c.label){case 0:c.trys.push([0,5,6,11]),n=(0,r.xN)(e),c.label=1;case 1:return[4,n.next()];case 2:if((o=c.sent()).done)return[3,4];if(s=o.value,t.next(s),t.closed)return[2];c.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return a=c.sent(),i={error:a},[3,11];case 6:return c.trys.push([6,,9,10]),o&&!o.done&&(u=n.return)?[4,u.call(n)]:[3,8];case 7:c.sent(),c.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})})(e,t).catch(function(e){return t.error(e)})})}},9071:(e,t,n)=>{"use strict";n.d(t,{p:()=>i});var r=n(451),o=n(663);function i(e,t){return(0,r.N)(function(n,r){var i=0;n.subscribe((0,o._)(r,function(n){return e.call(t,n,i++)&&r.next(n)}))})}},9190:(e,t,n)=>{"use strict";n.d(t,{h:()=>a});var r=n(5608),o=n(451),i=n(5590),u=n(3299),s=n(7349);function a(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=(0,u.lI)(e),a=(0,u.R0)(e,1/0);return(0,o.N)(function(t,o){(0,i.U)(a)((0,s.H)((0,r.fX)([t],(0,r.zs)(e)),n)).subscribe(o)})}},9201:(e,t,n)=>{"use strict";n.d(t,{J:()=>i});var r=n(451),o=n(663);function i(){return(0,r.N)(function(e,t){var n,r=!1;e.subscribe((0,o._)(t,function(e){var o=n;n=e,r&&t.next([o,e]),r=!0}))})}},9207:(e,t,n)=>{"use strict";n.d(t,{T:()=>i});var r=n(7539),o=n(2762);function i(e){return(0,r.T)((0,o.T)(e)?function(t,n){return e(t,n)>0?t:n}:function(e,t){return e>t?e:t})}},9209:(e,t,n)=>{"use strict";n.d(t,{R:()=>p});var r=n(5608),o=n(9013),i=n(2294),u=n(7271),s=n(2638),a=n(2762),c=n(3027),l=["addListener","removeListener"],d=["addEventListener","removeEventListener"],f=["on","off"];function p(e,t,n,h){if((0,a.T)(n)&&(h=n,n=void 0),h)return p(e,t,n).pipe((0,c.I)(h));var m=(0,r.zs)(function(e){return(0,a.T)(e.addEventListener)&&(0,a.T)(e.removeEventListener)}(e)?d.map(function(r){return function(o){return e[r](t,o,n)}}):function(e){return(0,a.T)(e.addListener)&&(0,a.T)(e.removeListener)}(e)?l.map(v(e,t)):function(e){return(0,a.T)(e.on)&&(0,a.T)(e.off)}(e)?f.map(v(e,t)):[],2),b=m[0],g=m[1];if(!b&&(0,s.X)(e))return(0,u.Z)(function(e){return p(e,t,n)})((0,o.Tg)(e));if(!b)throw new TypeError("Invalid event target");return new i.c(function(e){var t=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return e.next(1<t.length?t:t[0])};return b(t),function(){return g(t)}})}function v(e,t){return function(n){return function(r){return e[n](t,r)}}}},9231:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var r=n(6921),o=n(1418),i=n(9980);function u(e,t){return void 0===t&&(t=r.E),(0,o.s)(function(){return(0,i.O)(e,t)})}},9284:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0});const r=n(755),o=n(6317);t.default=function(e,t){e.platformEventNotification&&(t.add("platformEventNotification"),e.platformEventNotification(e=>{(0,o.sendBroadcast)(`platformEventNotification::${e.name}`,r.Maybe.maybe(e.data).map(JSON.stringify))}))}},9391:(e,t,n)=>{"use strict";n.d(t,{m:()=>r});var r=(0,n(4224).L)(function(e){return function(t){e(this),this.name="NotFoundError",this.message=t}})},9394:(e,t,n)=>{"use strict";n.d(t,{N:()=>a});var r=n(6115),o=n(9013),i=n(451),u=n(2294),s={connector:function(){return new r.B}};function a(e,t){void 0===t&&(t=s);var n=t.connector;return(0,i.N)(function(t,r){var i,s=n();(0,o.Tg)(e((i=s,new u.c(function(e){return i.subscribe(e)})))).subscribe(r),r.add(t.subscribe(s))})}},9484:(e,t,n)=>{"use strict";n.r(t),n.d(t,{buildLoaders:()=>b,createLoadingWrapperElement:()=>g,getBaseClass:()=>P,isBeta:()=>O,makeTectonElement:()=>v,setupOutletIFrameLoading:()=>w,setupOutletIFrameResizer:()=>x,setupOutletIFrameWrapper:()=>m,setupOutletInfo:()=>y,setupOutletSetTitleListener:()=>_,setupTectonElement:()=>h});var r=n(9576),o=n(7637),i=n(3758),u=n(9209),s=n(4097),a=n(2121),c=n(9071),l=n(4915),d=n(6191);const f="[iFrameSizer]",p=[{name:"name",reflectAs:String},{name:"minHeight",reflectAs:String},{name:"overpanel",reflectAs:Boolean},{name:"baseClass",reflectAs:String}];function v(e,{messageBus:t,props:n,moduleId:u,tectonOutletAdaptor:s,resize:f}){return(0,r.generateCustomElementWrapper)(e,(e,n)=>{const r=new o.t(document.createElement("div")),p=new o.t(!1),v=new i.yU,h=n.pipe((0,d.T)(e=>e.name),(0,c.p)(e=>!!e),(0,d.T)(e=>`${u?`${u}.`:""}${e}`),(0,a.F)(),(0,l.$)()).subscribe(o=>{const i=s(t,o,e,n,f),u=i.DOM$.subscribe(r);v.add(u);const a=i.settled$.subscribe(p);v.add(a);const c=i.teardown$.subscribe(m);v.add(c);const l=i.effect$.subscribe(t=>{e.__attached?t():e.__onAttached.push(t)});v.add(l)});v.add(h);const m=new o.t(()=>{r.next(null),r.complete(),p.complete(),m.complete(),v.unsubscribe()});return{DOM$:r,settled$:p,teardown$:m}},{useShadowDOM:!0,props:p.concat(n),css:`\n .root {\n height: 100%;\n width: 100%;\n }\n .outlet-wrapper {\n line-height: 0;\n font-size: 0;\n }\n .outlet-wrapper.scrollable {\n height: 100%;\n }\n .loading-wrapper {\n height: 44px;\n width: 100%;\n align-items: center;\n justify-content: center;\n }\n .loading-wrapper:not([hidden]) {\n display: flex;\n }\n .loading-wrapper,\n .outlet-wrapper.scrollable iframe {\n height: 100%;\n }\n .outlet-wrapper iframe {\n width: 100%;\n height: auto;\n border: none;\n }\n .outlet-wrapper iframe:not([hidden]) {\n display: inline-block;\n }\n ${"tecton-platform-outlet"===e?'\n :host {\n position: relative;\n display: block;\n height: 100%;\n }\n .loading-wrapper {\n position: absolute;\n top: 0;\n }\n .loading-wrapper:not([hidden]) {\n align-items: flex-start;\n overflow: hidden;\n }\n .loading-wrapper.spinner-loader:not([hidden]) {\n align-items: center;\n }\n .loading-wrapper .q2-row {\n flex: 1;\n text-align: center;\n }\n q2-loading:not([type="skeleton"]) {\n display: inline-block;\n margin-top: 20px;\n }\n ':""}\n `})}const h=(0,r.createSetupElement)(v);function m(e,t,n,r,o,i,u,s,a,c){const l=document.createElement("div");l.className="outlet-wrapper";const d=document.createElement("slot");d.name="loading-wrapper";const p=[],v=document.createElement("iframe");if(s){const r=document.createElement("form");n.forEach(function(e){const t=document.createElement("input");t.name=e.key,t.setAttribute("value",e.value),r.appendChild(t)}),r.hidden=!0,r.method="post",r.action=e,r.target=t,r.enctype="multipart/form-data",v.name=t,l.appendChild(r),p.push(function(){r.submit(),l.removeChild(r)})}else v.src=e;return v.title=r,v.dataset.moduleId=t,v.style.maxHeight=o,v.style.maxWidth=i,v.setAttribute("test-id","outletIframe"),v.allow=function(e=[],t=["geolocation","camera"],n){let r=["'self'",`${new URL(n).origin}`];return e&&e.length>0&&(r=[...r,...e]),t.reduce(function(e,t){return e+`${t} ${r.join(" ")}; `},"")}(a,c,e),l.appendChild(v),p.push(()=>{v.contentWindow&&v.contentWindow.postMessage(`${f}${t}:0:false:false:32:true:true:null:documentElementOffset`,"*")}),v.onload=function(){p.forEach(e=>{e()}),v.onload=function(){}},u?l.classList.add("scrollable"):(v.style.setProperty("overflow-y","hidden"),v.scrolling="no"),v.hidden=!0,l.appendChild(d),{element:l,cleanup:()=>{if(v.contentWindow)try{v.contentWindow.stop()}catch(e){}v.src="about:blank",v.onload=null,v.parentNode&&v.parentNode.removeChild(v)}}}function b(e){const t=[];if(e&&e.loaders){const n=e.loaders.reduce((e,t)=>t.row>e?t.row:e,0);for(let e=0;e<n;e++)t.push([]);for(const n of e.loaders){const e=document.createElement("q2-loading");e.setAttribute("shape",n.shape),e.setAttribute("type",n.type),e.className="q2-col",n.classList&&e.classList.add(...n.classList),n.style&&e.setAttribute("style",n.style),n.modifiers&&e.setAttribute("modifiers",n.modifiers),n.counts&&e.setAttribute("counts",n.counts),n.ariaLabel&&e.setAttribute("ariaLabel",n.ariaLabel),t[n.row-1].push(e)}}else{const e=document.createElement("q2-loading");t.push([]),e.classList.add("mrg(a)"),t[0].push(e)}return t}function g(e,t){const n=document.createElement("div");n.slot="loading-wrapper",n.classList.add("loading-wrapper"),n.setAttribute("data-tecton-module","");const r=e?b(e):b();if(null==e?void 0:e.outlet){const t=e.outlet;t.style&&n.setAttribute("style",t.style),t.classList&&n.classList.add(...t.classList)}n.style.minHeight=t||"0px";for(const e of r){const t=document.createElement("div");t.className="q2-row";for(const n of e)t.appendChild(n);n.appendChild(t)}return n}function y(e,t,n){return e.sendResponse("requestOutletInfo",({moduleId:e})=>{if(e!==t())return null;const{iframeEl:r}=n(),o=null==r?void 0:r.getBoundingClientRect();return o&&Object.values(o.toJSON()).find(e=>0!==e)?Promise.resolve(o):null})}function w(e,t,n,r,o){let i=!1;return e.onMessage("setFetching").pipe((0,c.p)(e=>e.value.moduleId===t())).subscribe(e=>{const{loaderWrapper:t,iframeEl:u,minHeight:s="0px"}=n();if(t&&u){const{fetching:n}=e.value,a=r?r():void 0;if(!1===n){if(t.hidden=!0,u.hidden=!1,t.style.minHeight="0px",i&&o){const e=o();if(e&&t&&t.parentNode===e){const n=g(a,s);n.hidden=!0,e.replaceChild(n,t)}i=!1}}else if(!0===n)t.hidden=!1,u.hidden=!0,t.style.minHeight=s;else if(function(e){return"object"==typeof e&&null!==e}(n)&&o){const e=o();if(e){const r=g(n.loaders&&n.loaders.length>0?n:void 0,s);n.outlet&&(n.outlet.style&&(r.setAttribute("style",n.outlet.style),r.style.minHeight=s),n.outlet.classList&&r.classList.add(...n.outlet.classList)),r.hidden=!1,t&&t.parentNode===e&&(e.replaceChild(r,t),u.hidden=!0,i=!0)}}}})}function _(e,t,n){return e.onMessage("setTitle").pipe((0,c.p)(e=>e.value.moduleId===t())).subscribe(e=>{const{iframeEl:t}=n();t.title=e.value.title})}function x(e,t,n,r){const o=(0,u.R)(window,"message").pipe((0,c.p)(e=>"string"==typeof e.data&&e.data.includes("iFrameSizer")),(0,d.T)(e=>{const t=e.data.substr(f.length).split(":"),[n,r]=t;return{value:{moduleId:n,height:r}}})),i=e.onMessage("resizeIframe");return(0,s.h)(o,i).pipe((0,c.p)(e=>e.value.moduleId===t()),(0,a.F)((e,t)=>e.value.height===t.value.height)).subscribe(e=>{const{height:t}=e.value,{iframeEl:o}=n();o&&(o.style.setProperty("height",`${t}px`),r&&r())})}function P(e){const t=e.getAttribute("base-class");return t?null==t?void 0:t.replace(/\s/g,"%7C"):""}function O(e){const t=e.getAttribute("beta");return""===t||"true"===t}},9515:(e,t,n)=>{"use strict";n.d(t,{Y:()=>i});var r=n(6921),o=n(9980);function i(e,t){return void 0===e&&(e=0),void 0===t&&(t=r.E),e<0&&(e=0),(0,o.O)(e,e,t)}},9537:(e,t,n)=>{"use strict";n.d(t,{k:()=>r});var r=(0,n(4224).L)(function(e){return function(){e(this),this.name="ArgumentOutOfRangeError",this.message="argument out of range"}})},9576:(e,t,n)=>{var r;self,r=()=>(()=>{"use strict";var e={842:()=>{!function(e){function t(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}"function"!=typeof e.CustomEvent&&(t.prototype=e.Event.prototype,e.CustomEvent=t)}(window)}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};function i(e){return(e.charAt(0)+e.slice(1).replace(/([A-Z])/g,"-$&")).toLowerCase()}r.r(o),r.d(o,{createSetupElement:()=>f,generateCustomElementWrapper:()=>d,makeGenericEffectsDriver:()=>v});var u=1e3;const s=n(515),a=n(755);function c(e,t,n,r,o){var i=t.replace(/-([a-z])/gi,function(e,t){return t.toUpperCase()});e[i]=r.map(function(e){var t=e.get(i),r=n;return t&&t.reflectAs&&n&&(r=t.reflectAs(n)),t&&t.reflectAs===Boolean&&(r=""===n),o&&(o[i]=r),r}).withDefault(n)}const l=n(5048);function d(e,t){var n,r,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{useShadowDOM:!0},l=o.useShadowDOM?a.Maybe.just(function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=!!window.HTMLTemplateElement;return t=r?function(e){var t=document.createElement("template");return t.innerHTML="<style>".concat(e,'</style><div class="root"></div>'),t.content}(n):function(e){var t=document.createDocumentFragment(),n=document.createElement("style");n.appendChild(document.createTextNode(e));var r=document.createElement("div");return r.className="root",t.appendChild(n),t.appendChild(r),t}(n),function(e){if(e.shadowRoot)return e.shadowRoot.querySelector("div");e.attachShadow?e.attachShadow({mode:"open"}):Object.assign(e,{shadowRoot:e});var o=document.importNode(t,!0);r||(o.querySelector("style").sheet.cssText=n);var i=e.shadowRoot;return i.appendChild(o),i.querySelector("div")}}(e,o.css)):a.Maybe.nothing(),d=Array.isArray(o.props)?a.Maybe.just((n=o.props,{fnHashByName:r=n.reduce(function(e,t){return e.set(t.name,t),e},new Map),hooks:{init:function(e){e.__innerProps$=new s.BehaviorSubject({})},connectedCallback:function(e){var t,n,o,i,u,s=e.__innerProps$.getValue(),l=Object.assign({},s);e.constructor.observedAttributes.forEach(function(t){null!==e.getAttribute(t)&&c(e,t,e.getAttribute(t),a.Maybe.just(r),l)}),t=s,n=l,o=!0,i=Object.keys(t),u=Object.keys(n),i.length===u.length&&(i.forEach(function(e){n.hasOwnProperty(e)&&t[e]===n[e]||(o=!1)}),o)||e.__innerProps$.next(l)},classSetup:function(e){Object.assign(e,{observedAttributes:n.filter(function(e){return e.reflectAs}).map(function(e){return e.name}).map(i)}),n.forEach(function(t){Object.defineProperty(e.prototype,t.name,{get:function(){return this.__innerProps$.getValue()[t.name]},set:function(n){if(this.__innerProps$.getValue()[t.name]!==n){var r=i(t.name),o=e.observedAttributes.includes(r);o&&(!0===n?this.setAttribute(r,""):n||0===n||""===n?this.setAttribute(r,String(n)):this.removeAttribute(r)),!this.__attached&&o&&!1!==n||(this.__innerProps$.getValue()[t.name]=n,this.__innerProps$.next(this.__innerProps$.getValue()))}}})})}}})):a.Maybe.nothing(),f=function(){var e=Reflect.construct(HTMLElement,[],f);return o.prototypeExtensions&&Object.keys(o.prototypeExtensions).forEach(function(t){e[t]||(e[t]=o.prototypeExtensions[t])}),e.__onTeardown=[],e.__onAttached=[],e.__guid=u++,d.map(function(t){return(0,t.hooks.init)(e)}),l.map(function(t){return t(e)}).map(function(n){var r=a.Maybe.maybe(e.__innerProps$).map(function(n){return t(e,n)}).withDefaultFn(function(){return t(e)});p(e,n,r),e.__shadowAppBooted=!0}),e};return function(e){try{Object.defineProperty(e,"is",{value:name,writable:!1}),Object.defineProperty(e,"localName",{value:name,writable:!1})}catch(e){}}(f),f.prototype=Object.create(HTMLElement.prototype,{component:{writable:!0,enumerable:!0},constructor:{value:f},connectedCallback:{writable:!0,value:function(){var e=this;this.dataset.guid="".concat(this.__guid),o.useShadowDOM&&this.__shadowAppBooted||(l.map(function(t){return t(e)}).alt(a.Maybe.just(this)).map(function(n){var r=a.Maybe.maybe(e.__innerProps$).map(function(n){return t(e,n)}).withDefaultFn(function(){return t(e)});p(e,n,r)}),this.__shadowAppBooted=!0),d.map(function(t){(0,t.hooks.connectedCallback)(e)}),this.__attached=!0,this.__onAttached.forEach(function(t){return t.call(e)})}},disconnectedCallback:{writable:!0,value:function(){var e=this;this.__onTeardown.reverse().forEach(function(t){return t.call(e)}),this.__innerProps$&&(this.__innerProps$.complete(),this.__innerProps$=void 0),this.__onTeardown=[],this.__onAttached=[],this.__attached=!1,this.__shadowAppBooted=!1}},attributeChangedCallback:{writable:!0,value:function(e,t,n){t!==n&&this.__attached&&c(this,e,n,d.map(function(e){return e.fnHashByName}))}}}),d.map(function(e){return(0,e.hooks.classSetup)(f)}),f}function f(e){return function(t){return function(n){var r=function(){window.customElements.get(n)||window.customElements.define(n,e(n,t))};window.customElements?r():(0,s.interval)(5).pipe((0,l.filter)(function(){return!!window.customElements}),(0,l.take)(1)).toPromise().then(function(){r()})}}}function p(e,t,n){var r=document.createElement("div");t.appendChild(r);var o=n.DOM$.subscribe(function(e){t.firstChild&&t.isConnected&&t.replaceChild(e,t.firstChild)}),i=n.settled$.subscribe(function(t){e.settled=t,t&&e.dispatchEvent(new CustomEvent("settled"))}),u=n.teardown$.subscribe(function(t){e.__onTeardown.push(t)});e.__onTeardown.push(function(){n.DOM$.complete(),n.settled$.complete(),n.teardown$.complete(),[o,i,u].forEach(function(e){return e.unsubscribe()})})}function v(e){return function(t){t.subscribe({next:function(t){t(e)},error:function(){},complete:function(){}})}}return r(842),o})(),e.exports=r()},9578:(e,t,n)=>{"use strict";n.d(t,{C:()=>i});var r=n(7271),o=n(2762);function i(e,t,n){return void 0===n&&(n=1/0),(0,o.T)(t)?(0,r.Z)(function(){return e},t,n):("number"==typeof t&&(n=t),(0,r.Z)(function(){return e},n))}},9589:(e,t,n)=>{"use strict";n.d(t,{d:()=>s});var r=n(451),o=n(663),i=n(4894),u=n(9013);function s(e,t){return(0,r.N)(function(n,r){var s=new Set;n.subscribe((0,o._)(r,function(t){var n=e?e(t):t;s.has(n)||(s.add(n),r.next(t))})),t&&(0,u.Tg)(t).subscribe((0,o._)(r,function(){return s.clear()},i.l))})}},9622:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var r=n(451),o=n(663);function i(e,t){return(0,r.N)(function(n,r){var i=0;n.subscribe((0,o._)(r,function(o){e.call(t,o,i++,n)||(r.next(!1),r.complete())},function(){r.next(!0),r.complete()}))})}},9792:(e,t,n)=>{"use strict";n.d(t,{O:()=>s,w:()=>a});var r=n(2294),o=n(9013),i=n(3495),u=n(663);function s(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return 1===(e=(0,i.K)(e)).length?(0,o.Tg)(e[0]):new r.c(a(e))}function a(e){return function(t){for(var n=[],r=function(r){n.push((0,o.Tg)(e[r]).subscribe((0,u._)(t,function(e){if(n){for(var o=0;o<n.length;o++)o!==r&&n[o].unsubscribe();n=null}t.next(e)})))},i=0;n&&!t.closed&&i<e.length;i++)r(i)}}},9868:(e,t,n)=>{"use strict";n.d(t,{l:()=>r});var r="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"},9980:(e,t,n)=>{"use strict";n.d(t,{O:()=>s});var r=n(2294),o=n(6921),i=n(3173),u=n(2210);function s(e,t,n){void 0===e&&(e=0),void 0===n&&(n=o.b);var s=-1;return null!=t&&((0,i.m)(t)?n=t:s=t),new r.c(function(t){var r=(0,u.v)(e)?+e-n.now():e;r<0&&(r=0);var o=0;return n.schedule(function(){t.closed||(t.next(o++),0<=s?this.schedule(void 0,s):t.complete())},r)})}},9983:(e,t,n)=>{"use strict";n.d(t,{B:()=>u});var r=n(6921),o=n(451),i=n(663);function u(e,t){return void 0===t&&(t=r.E),(0,o.N)(function(n,r){var o=null,u=null,s=null,a=function(){if(o){o.unsubscribe(),o=null;var e=u;u=null,r.next(e)}};function c(){var n=s+e,i=t.now();if(i<n)return o=this.schedule(void 0,n-i),void r.add(o);a()}n.subscribe((0,i._)(r,function(n){u=n,s=t.now(),o||(o=t.schedule(c,e),r.add(o))},function(){a(),r.complete()},void 0,function(){u=o=null}))})}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{"use strict";var e=r;Object.defineProperty(e,"__esModule",{value:!0}),e.init=void 0;var t=n(2548);Object.defineProperty(e,"init",{enumerable:!0,get:function(){return t.init}})})(),r})());
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["q2-tecton-platform"]=t():e["q2-tecton-platform"]=t()}(self,()=>(()=>{var e={24:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.count=void 0;var n=r(9205);t.count=function(e){return n.reduce(function(t,r,n){return!e||e(r,n)?t+1:t},0)}},109:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.combineLatestWith=void 0;var i=r(6793);t.combineLatestWith=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return i.combineLatest.apply(void 0,o([],n(e)))}},245:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.mapOneOrManyArgs=void 0;var i=r(8637),u=Array.isArray;t.mapOneOrManyArgs=function(e){return i.map(function(t){return function(e,t){return u(t)?e.apply(void 0,o([],n(t))):e(t)}(e,t)})}},266:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.windowTime=void 0;var n=r(9961),o=r(8211),i=r(9884),u=r(1785),a=r(7461),c=r(8449),s=r(3841),l=r(872);t.windowTime=function(e){for(var t,r,f=[],d=1;d<arguments.length;d++)f[d-1]=arguments[d];var p=null!==(t=s.popScheduler(f))&&void 0!==t?t:o.asyncScheduler,b=null!==(r=f[0])&&void 0!==r?r:null,v=f[1]||1/0;return u.operate(function(t,r){var o=[],u=!1,s=function(e){var t=e.window,r=e.subs;t.complete(),r.unsubscribe(),c.arrRemove(o,e),u&&f()},f=function(){if(o){var t=new i.Subscription;r.add(t);var u=new n.Subject,a={window:u,subs:t,seen:0};o.push(a),r.next(u.asObservable()),l.executeSchedule(t,p,function(){return s(a)},e)}};null!==b&&b>=0?l.executeSchedule(r,p,f,b,!0):u=!0,f();var d=function(e){return o.slice().forEach(e)},h=function(e){d(function(t){var r=t.window;return e(r)}),e(r),r.unsubscribe()};return t.subscribe(a.createOperatorSubscriber(r,function(e){d(function(t){t.window.next(e),v<=++t.seen&&s(t)})},function(){return h(function(e){return e.complete()})},function(e){return h(function(t){return t.error(e)})})),function(){o=null}})}},283:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.concatWith=void 0;var i=r(9603);t.concatWith=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return i.concat.apply(void 0,o([],n(e)))}},428:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.timeoutWith=void 0;var n=r(8211),o=r(9944),i=r(3636);t.timeoutWith=function(e,t,r){var u,a,c;if(r=null!=r?r:n.async,o.isValidDate(e)?u=e:"number"==typeof e&&(a=e),!t)throw new TypeError("No observable provided to switch to");if(c=function(){return t},null==u&&null==a)throw new TypeError("No timeout provided.");return i.timeout({first:u,each:a,scheduler:r,with:c})}},629:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.scheduleObservable=void 0;var n=r(8579),o=r(9474),i=r(4294);t.scheduleObservable=function(e,t){return n.innerFrom(e).pipe(i.subscribeOn(t),o.observeOn(t))}},671:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.window=void 0;var n=r(9961),o=r(1785),i=r(7461),u=r(7676),a=r(8579);t.window=function(e){return o.operate(function(t,r){var o=new n.Subject;r.next(o.asObservable());var c=function(e){o.error(e),r.error(e)};return t.subscribe(i.createOperatorSubscriber(r,function(e){return null==o?void 0:o.next(e)},function(){o.complete(),r.complete()},c)),a.innerFrom(e).subscribe(i.createOperatorSubscriber(r,function(){o.complete(),r.next(o=new n.Subject)},u.noop,c)),function(){null==o||o.unsubscribe(),o=null}})}},851:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isPromise=void 0;var n=r(2060);t.isPromise=function(e){return n.isFunction(null==e?void 0:e.then)}},865:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.never=t.NEVER=void 0;var n=r(9152),o=r(7676);t.NEVER=new n.Observable(o.noop),t.never=function(){return t.NEVER}},872:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.executeSchedule=void 0,t.executeSchedule=function(e,t,r,n,o){void 0===n&&(n=0),void 0===o&&(o=!1);var i=t.schedule(function(){r(),o?e.add(this.schedule(null,n)):this.unsubscribe()},n);if(e.add(i),!o)return i}},919:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.merge=void 0;var n=r(1744),o=r(8579),i=r(3054),u=r(3841),a=r(5491);t.merge=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=u.popScheduler(e),c=u.popNumber(e,1/0),s=e;return s.length?1===s.length?o.innerFrom(s[0]):n.mergeAll(c)(a.from(s,r)):i.EMPTY}},1001:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.fromEventPattern=void 0;var n=r(9152),o=r(2060),i=r(245);t.fromEventPattern=function e(t,r,u){return u?e(t,r).pipe(i.mapOneOrManyArgs(u)):new n.Observable(function(e){var n=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return e.next(1===t.length?t[0]:t)},i=t(n);return o.isFunction(r)?function(){return r(n,i)}:void 0})}},1039:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.refCount=void 0;var n=r(1785),o=r(7461);t.refCount=function(){return n.operate(function(e,t){var r=null;e._refCount++;var n=o.createOperatorSubscriber(t,void 0,void 0,void 0,function(){if(!e||e._refCount<=0||0<--e._refCount)r=null;else{var n=e._connection,o=r;r=null,!n||o&&n!==o||n.unsubscribe(),t.unsubscribe()}});e.subscribe(n),n.closed||(r=e.connect())})}},1046:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isIterable=void 0;var n=r(4702),o=r(2060);t.isIterable=function(e){return o.isFunction(null==e?void 0:e[n.iterator])}},1116:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.publishLast=void 0;var n=r(4597),o=r(6380);t.publishLast=function(){return function(e){var t=new n.AsyncSubject;return new o.ConnectableObservable(e,function(){return t})}}},1118:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.raceWith=void 0;var i=r(5930),u=r(1785),a=r(6590);t.raceWith=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return e.length?u.operate(function(t,r){i.raceInit(o([t],n(e)))(r)}):a.identity}},1132:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.animationFrames=void 0;var n=r(9152),o=r(3760),i=r(5473);function u(e){return new n.Observable(function(t){var r=e||o.performanceTimestampProvider,n=r.now(),u=0,a=function(){t.closed||(u=i.animationFrameProvider.requestAnimationFrame(function(o){u=0;var i=r.now();t.next({timestamp:e?i:o,elapsed:i-n}),a()}))};return a(),function(){u&&i.animationFrameProvider.cancelAnimationFrame(u)}})}t.animationFrames=function(e){return e?u(e):a};var a=u()},1138:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.AsyncScheduler=void 0;var i=r(8804),u=function(e){function t(t,r){void 0===r&&(r=i.Scheduler.now);var n=e.call(this,t,r)||this;return n.actions=[],n._active=!1,n}return o(t,e),t.prototype.flush=function(e){var t=this.actions;if(this._active)t.push(e);else{var r;this._active=!0;do{if(r=e.execute(e.state,e.delay))break}while(e=t.shift());if(this._active=!1,r){for(;e=t.shift();)e.unsubscribe();throw r}}},t}(i.Scheduler);t.AsyncScheduler=u},1164:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.share=void 0;var i=r(8579),u=r(9961),a=r(9779),c=r(1785);function s(e,t){for(var r=[],u=2;u<arguments.length;u++)r[u-2]=arguments[u];if(!0!==t){if(!1!==t){var c=new a.SafeSubscriber({next:function(){c.unsubscribe(),e()}});return i.innerFrom(t.apply(void 0,o([],n(r)))).subscribe(c)}}else e()}t.share=function(e){void 0===e&&(e={});var t=e.connector,r=void 0===t?function(){return new u.Subject}:t,n=e.resetOnError,o=void 0===n||n,l=e.resetOnComplete,f=void 0===l||l,d=e.resetOnRefCountZero,p=void 0===d||d;return function(e){var t,n,u,l=0,d=!1,b=!1,v=function(){null==n||n.unsubscribe(),n=void 0},h=function(){v(),t=u=void 0,d=b=!1},m=function(){var e=t;h(),null==e||e.unsubscribe()};return c.operate(function(e,c){l++,b||d||v();var y=u=null!=u?u:r();c.add(function(){0!==--l||b||d||(n=s(m,p))}),y.subscribe(c),!t&&l>0&&(t=new a.SafeSubscriber({next:function(e){return y.next(e)},error:function(e){b=!0,v(),n=s(h,o,e),y.error(e)},complete:function(){d=!0,v(),n=s(h,f),y.complete()}}),i.innerFrom(e).subscribe(t))})(e)}}},1287:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.publishReplay=void 0;var n=r(3148),o=r(8597),i=r(2060);t.publishReplay=function(e,t,r,u){r&&!i.isFunction(r)&&(u=r);var a=i.isFunction(r)?r:void 0;return function(r){return o.multicast(new n.ReplaySubject(e,t,u),a)(r)}}},1360:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.skipLast=void 0;var n=r(6590),o=r(1785),i=r(7461);t.skipLast=function(e){return e<=0?n.identity:o.operate(function(t,r){var n=new Array(e),o=0;return t.subscribe(i.createOperatorSubscriber(r,function(t){var i=o++;if(i<e)n[i]=t;else{var u=i%e,a=n[u];n[u]=t,r.next(a)}})),function(){n=null}})}},1368:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0})},1497:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.NotFoundError=void 0;var n=r(3654);t.NotFoundError=n.createErrorClass(function(e){return function(t){e(this),this.name="NotFoundError",this.message=t}})},1519:function(e,t){"use strict";var r=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},n=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.intervalProvider=void 0,t.intervalProvider={setInterval:function(e,o){for(var i=[],u=2;u<arguments.length;u++)i[u-2]=arguments[u];var a=t.intervalProvider.delegate;return(null==a?void 0:a.setInterval)?a.setInterval.apply(a,n([e,o],r(i))):setInterval.apply(void 0,n([e,o],r(i)))},clearInterval:function(e){var r=t.intervalProvider.delegate;return((null==r?void 0:r.clearInterval)||clearInterval)(e)},delegate:void 0}},1544:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.flatMap=void 0;var n=r(9073);t.flatMap=n.mergeMap},1557:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isObservable=void 0;var n=r(9152),o=r(2060);t.isObservable=function(e){return!!e&&(e instanceof n.Observable||o.isFunction(e.lift)&&o.isFunction(e.subscribe))}},1648:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.switchAll=void 0;var n=r(6273),o=r(6590);t.switchAll=function(){return n.switchMap(o.identity)}},1711:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createObject=void 0,t.createObject=function(e,t){return e.reduce(function(e,r,n){return e[r]=t[n],e},{})}},1740:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createFind=t.find=void 0;var n=r(1785),o=r(7461);function i(e,t,r){var n="index"===r;return function(r,i){var u=0;r.subscribe(o.createOperatorSubscriber(i,function(o){var a=u++;e.call(t,o,a,r)&&(i.next(n?a:o),i.complete())},function(){i.next(n?-1:void 0),i.complete()}))}}t.find=function(e,t){return n.operate(i(e,t,"value"))},t.createFind=i},1744:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mergeAll=void 0;var n=r(9073),o=r(6590);t.mergeAll=function(e){return void 0===e&&(e=1/0),n.mergeMap(o.identity,e)}},1747:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.expand=void 0;var n=r(1785),o=r(4449);t.expand=function(e,t,r){return void 0===t&&(t=1/0),t=(t||0)<1?1/0:t,n.operate(function(n,i){return o.mergeInternals(n,i,e,t,void 0,!0,r)})}},1774:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isEmpty=void 0;var n=r(1785),o=r(7461);t.isEmpty=function(){return n.operate(function(e,t){e.subscribe(o.createOperatorSubscriber(t,function(){t.next(!1),t.complete()},function(){t.next(!0),t.complete()}))})}},1785:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.operate=t.hasLift=void 0;var n=r(2060);function o(e){return n.isFunction(null==e?void 0:e.lift)}t.hasLift=o,t.operate=function(e){return function(t){if(o(t))return t.lift(function(t){try{return e(t,this)}catch(e){this.error(e)}});throw new TypeError("Unable to lift unknown Observable type")}}},1794:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.takeUntil=void 0;var n=r(1785),o=r(7461),i=r(8579),u=r(7676);t.takeUntil=function(e){return n.operate(function(t,r){i.innerFrom(e).subscribe(o.createOperatorSubscriber(r,function(){return r.complete()},u.noop)),!r.closed&&t.subscribe(r)})}},1814:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.AnimationFrameAction=void 0;var i=r(6097),u=r(5473),a=function(e){function t(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return o(t,e),t.prototype.requestAsyncId=function(t,r,n){return void 0===n&&(n=0),null!==n&&n>0?e.prototype.requestAsyncId.call(this,t,r,n):(t.actions.push(this),t._scheduled||(t._scheduled=u.animationFrameProvider.requestAnimationFrame(function(){return t.flush(void 0)})))},t.prototype.recycleAsyncId=function(t,r,n){var o;if(void 0===n&&(n=0),null!=n?n>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,r,n);var i=t.actions;null!=r&&r===t._scheduled&&(null===(o=i[i.length-1])||void 0===o?void 0:o.id)!==r&&(u.animationFrameProvider.cancelAnimationFrame(r),t._scheduled=void 0)},t}(i.AsyncAction);t.AnimationFrameAction=a},1864:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.delay=void 0;var n=r(8211),o=r(2804),i=r(7998);t.delay=function(e,t){void 0===t&&(t=n.asyncScheduler);var r=i.timer(e,t);return o.delayWhen(function(){return r})}},1895:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.pairwise=void 0;var n=r(1785),o=r(7461);t.pairwise=function(){return n.operate(function(e,t){var r,n=!1;e.subscribe(o.createOperatorSubscriber(t,function(e){var o=r;r=e,n&&t.next([o,e]),n=!0}))})}},1923:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.schedulePromise=void 0;var n=r(8579),o=r(9474),i=r(4294);t.schedulePromise=function(e,t){return n.innerFrom(e).pipe(i.subscribeOn(t),o.observeOn(t))}},1953:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.bufferWhen=void 0;var n=r(1785),o=r(7676),i=r(7461),u=r(8579);t.bufferWhen=function(e){return n.operate(function(t,r){var n=null,a=null,c=function(){null==a||a.unsubscribe();var t=n;n=[],t&&r.next(t),u.innerFrom(e()).subscribe(a=i.createOperatorSubscriber(r,c,o.noop))};c(),t.subscribe(i.createOperatorSubscriber(r,function(e){return null==n?void 0:n.push(e)},function(){n&&r.next(n),r.complete()},void 0,function(){return n=a=null}))})}},2060:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isFunction=void 0,t.isFunction=function(e){return"function"==typeof e}},2071:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.shareReplay=void 0;var n=r(3148),o=r(1164);t.shareReplay=function(e,t,r){var i,u,a,c,s=!1;return e&&"object"==typeof e?(i=e.bufferSize,c=void 0===i?1/0:i,u=e.windowTime,t=void 0===u?1/0:u,s=void 0!==(a=e.refCount)&&a,r=e.scheduler):c=null!=e?e:1/0,o.share({connector:function(){return new n.ReplaySubject(c,t,r)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:s})}},2186:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.scanInternals=void 0;var n=r(7461);t.scanInternals=function(e,t,r,o,i){return function(u,a){var c=r,s=t,l=0;u.subscribe(n.createOperatorSubscriber(a,function(t){var r=l++;s=c?e(s,t,r):(c=!0,t),o&&a.next(s)},i&&function(){c&&a.next(s),a.complete()}))}}},2206:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.argsArgArrayOrObject=void 0;var r=Array.isArray,n=Object.getPrototypeOf,o=Object.prototype,i=Object.keys;t.argsArgArrayOrObject=function(e){if(1===e.length){var t=e[0];if(r(t))return{args:t,keys:null};if((a=t)&&"object"==typeof a&&n(a)===o){var u=i(t);return{args:u.map(function(e){return t[e]}),keys:u}}}var a;return{args:e,keys:null}}},2219:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.combineAll=void 0;var n=r(6310);t.combineAll=n.combineLatestAll},2270:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.retry=void 0;var n=r(1785),o=r(7461),i=r(6590),u=r(7998),a=r(8579);t.retry=function(e){var t;void 0===e&&(e=1/0);var r=(t=e&&"object"==typeof e?e:{count:e}).count,c=void 0===r?1/0:r,s=t.delay,l=t.resetOnSuccess,f=void 0!==l&&l;return c<=0?i.identity:n.operate(function(e,t){var r,n=0,i=function(){var l=!1;r=e.subscribe(o.createOperatorSubscriber(t,function(e){f&&(n=0),t.next(e)},void 0,function(e){if(n++<c){var f=function(){r?(r.unsubscribe(),r=null,i()):l=!0};if(null!=s){var d="number"==typeof s?u.timer(s):a.innerFrom(s(e,n)),p=o.createOperatorSubscriber(t,function(){p.unsubscribe(),f()},function(){t.complete()});d.subscribe(p)}else f()}else t.error(e)})),l&&(r.unsubscribe(),r=null,i())};i()})}},2272:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mergeMapTo=void 0;var n=r(9073),o=r(2060);t.mergeMapTo=function(e,t,r){return void 0===r&&(r=1/0),o.isFunction(t)?n.mergeMap(function(){return e},t,r):("number"==typeof t&&(r=t),n.mergeMap(function(){return e},r))}},2278:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.skipUntil=void 0;var n=r(1785),o=r(7461),i=r(8579),u=r(7676);t.skipUntil=function(e){return n.operate(function(t,r){var n=!1,a=o.createOperatorSubscriber(r,function(){null==a||a.unsubscribe(),n=!0},u.noop);i.innerFrom(e).subscribe(a),t.subscribe(o.createOperatorSubscriber(r,function(e){return n&&r.next(e)}))})}},2285:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.observable=void 0,t.observable="function"==typeof Symbol&&Symbol.observable||"@@observable"},2303:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.exhaustMap=void 0;var n=r(8637),o=r(8579),i=r(1785),u=r(7461);t.exhaustMap=function e(t,r){return r?function(i){return i.pipe(e(function(e,i){return o.innerFrom(t(e,i)).pipe(n.map(function(t,n){return r(e,t,i,n)}))}))}:i.operate(function(e,r){var n=0,i=null,a=!1;e.subscribe(u.createOperatorSubscriber(r,function(e){i||(i=u.createOperatorSubscriber(r,void 0,function(){i=null,a&&r.complete()}),o.innerFrom(t(e,n++)).subscribe(i))},function(){a=!0,!i&&r.complete()}))})}},2342:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.scheduleIterable=void 0;var n=r(9152),o=r(4702),i=r(2060),u=r(872);t.scheduleIterable=function(e,t){return new n.Observable(function(r){var n;return u.executeSchedule(r,t,function(){n=e[o.iterator](),u.executeSchedule(r,t,function(){var e,t,o;try{t=(e=n.next()).value,o=e.done}catch(e){return void r.error(e)}o?r.complete():r.next(t)},0,!0)}),function(){return i.isFunction(null==n?void 0:n.return)&&n.return()}})}},2387:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.not=void 0,t.not=function(e,t){return function(r,n){return!e.call(t,r,n)}}},2411:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.timestamp=void 0;var n=r(4506),o=r(8637);t.timestamp=function(e){return void 0===e&&(e=n.dateTimestampProvider),o.map(function(t){return{value:t,timestamp:e.now()}})}},2432:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.catchError=void 0;var n=r(8579),o=r(7461),i=r(1785);t.catchError=function e(t){return i.operate(function(r,i){var u,a=null,c=!1;a=r.subscribe(o.createOperatorSubscriber(i,void 0,void 0,function(o){u=n.innerFrom(t(o,e(t)(r))),a?(a.unsubscribe(),a=null,u.subscribe(i)):c=!0})),c&&(a.unsubscribe(),a=null,u.subscribe(i))})}},2437:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.partition=void 0;var n=r(2387),o=r(9889),i=r(8579);t.partition=function(e,t,r){return[o.filter(t,r)(i.innerFrom(e)),o.filter(n.not(t,r))(i.innerFrom(e))]}},2565:function(e,t){"use strict";var r=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},n=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.timeoutProvider=void 0,t.timeoutProvider={setTimeout:function(e,o){for(var i=[],u=2;u<arguments.length;u++)i[u-2]=arguments[u];var a=t.timeoutProvider.delegate;return(null==a?void 0:a.setTimeout)?a.setTimeout.apply(a,n([e,o],r(i))):setTimeout.apply(void 0,n([e,o],r(i)))},clearTimeout:function(e){var r=t.timeoutProvider.delegate;return((null==r?void 0:r.clearTimeout)||clearTimeout)(e)},delegate:void 0}},2639:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.distinctUntilChanged=void 0;var n=r(6590),o=r(1785),i=r(7461);function u(e,t){return e===t}t.distinctUntilChanged=function(e,t){return void 0===t&&(t=n.identity),e=null!=e?e:u,o.operate(function(r,n){var o,u=!0;r.subscribe(i.createOperatorSubscriber(n,function(r){var i=t(r);!u&&e(o,i)||(u=!1,o=i,n.next(r))}))})}},2743:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.throttle=void 0;var n=r(1785),o=r(7461),i=r(8579);t.throttle=function(e,t){return n.operate(function(r,n){var u=null!=t?t:{},a=u.leading,c=void 0===a||a,s=u.trailing,l=void 0!==s&&s,f=!1,d=null,p=null,b=!1,v=function(){null==p||p.unsubscribe(),p=null,l&&(y(),b&&n.complete())},h=function(){p=null,b&&n.complete()},m=function(t){return p=i.innerFrom(e(t)).subscribe(o.createOperatorSubscriber(n,v,h))},y=function(){if(f){f=!1;var e=d;d=null,n.next(e),!b&&m(e)}};r.subscribe(o.createOperatorSubscriber(n,function(e){f=!0,d=e,(!p||p.closed)&&(c?y():m(e))},function(){b=!0,(!(l&&f&&p)||p.closed)&&n.complete()}))})}},2748:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.publish=void 0;var n=r(9961),o=r(8597),i=r(7949);t.publish=function(e){return e?function(t){return i.connect(e)(t)}:function(e){return o.multicast(new n.Subject)(e)}}},2784:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.onErrorResumeNext=void 0;var n=r(9152),o=r(4901),i=r(7461),u=r(7676),a=r(8579);t.onErrorResumeNext=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=o.argsOrArgArray(e);return new n.Observable(function(e){var t=0,n=function(){if(t<r.length){var o=void 0;try{o=a.innerFrom(r[t++])}catch(e){return void n()}var c=new i.OperatorSubscriber(e,void 0,u.noop,u.noop);o.subscribe(c),c.add(n)}else e.complete()};n()})}},2795:function(e,t,r){"use strict";var n=this&&this.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=this&&this.__exportStar||function(e,t){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(t,r)||n(t,e,r)};Object.defineProperty(t,"__esModule",{value:!0}),t.interval=t.iif=t.generate=t.fromEventPattern=t.fromEvent=t.from=t.forkJoin=t.empty=t.defer=t.connectable=t.concat=t.combineLatest=t.bindNodeCallback=t.bindCallback=t.UnsubscriptionError=t.TimeoutError=t.SequenceError=t.ObjectUnsubscribedError=t.NotFoundError=t.EmptyError=t.ArgumentOutOfRangeError=t.firstValueFrom=t.lastValueFrom=t.isObservable=t.identity=t.noop=t.pipe=t.NotificationKind=t.Notification=t.Subscriber=t.Subscription=t.Scheduler=t.VirtualAction=t.VirtualTimeScheduler=t.animationFrameScheduler=t.animationFrame=t.queueScheduler=t.queue=t.asyncScheduler=t.async=t.asapScheduler=t.asap=t.AsyncSubject=t.ReplaySubject=t.BehaviorSubject=t.Subject=t.animationFrames=t.observable=t.ConnectableObservable=t.Observable=void 0,t.filter=t.expand=t.exhaustMap=t.exhaustAll=t.exhaust=t.every=t.endWith=t.elementAt=t.distinctUntilKeyChanged=t.distinctUntilChanged=t.distinct=t.dematerialize=t.delayWhen=t.delay=t.defaultIfEmpty=t.debounceTime=t.debounce=t.count=t.connect=t.concatWith=t.concatMapTo=t.concatMap=t.concatAll=t.combineLatestWith=t.combineLatestAll=t.combineAll=t.catchError=t.bufferWhen=t.bufferToggle=t.bufferTime=t.bufferCount=t.buffer=t.auditTime=t.audit=t.config=t.NEVER=t.EMPTY=t.scheduled=t.zip=t.using=t.timer=t.throwError=t.range=t.race=t.partition=t.pairs=t.onErrorResumeNext=t.of=t.never=t.merge=void 0,t.switchMap=t.switchAll=t.subscribeOn=t.startWith=t.skipWhile=t.skipUntil=t.skipLast=t.skip=t.single=t.shareReplay=t.share=t.sequenceEqual=t.scan=t.sampleTime=t.sample=t.refCount=t.retryWhen=t.retry=t.repeatWhen=t.repeat=t.reduce=t.raceWith=t.publishReplay=t.publishLast=t.publishBehavior=t.publish=t.pluck=t.pairwise=t.onErrorResumeNextWith=t.observeOn=t.multicast=t.min=t.mergeWith=t.mergeScan=t.mergeMapTo=t.mergeMap=t.flatMap=t.mergeAll=t.max=t.materialize=t.mapTo=t.map=t.last=t.isEmpty=t.ignoreElements=t.groupBy=t.first=t.findIndex=t.find=t.finalize=void 0,t.zipWith=t.zipAll=t.withLatestFrom=t.windowWhen=t.windowToggle=t.windowTime=t.windowCount=t.window=t.toArray=t.timestamp=t.timeoutWith=t.timeout=t.timeInterval=t.throwIfEmpty=t.throttleTime=t.throttle=t.tap=t.takeWhile=t.takeUntil=t.takeLast=t.take=t.switchScan=t.switchMapTo=void 0;var i=r(9152);Object.defineProperty(t,"Observable",{enumerable:!0,get:function(){return i.Observable}});var u=r(6380);Object.defineProperty(t,"ConnectableObservable",{enumerable:!0,get:function(){return u.ConnectableObservable}});var a=r(2285);Object.defineProperty(t,"observable",{enumerable:!0,get:function(){return a.observable}});var c=r(1132);Object.defineProperty(t,"animationFrames",{enumerable:!0,get:function(){return c.animationFrames}});var s=r(9961);Object.defineProperty(t,"Subject",{enumerable:!0,get:function(){return s.Subject}});var l=r(7283);Object.defineProperty(t,"BehaviorSubject",{enumerable:!0,get:function(){return l.BehaviorSubject}});var f=r(3148);Object.defineProperty(t,"ReplaySubject",{enumerable:!0,get:function(){return f.ReplaySubject}});var d=r(4597);Object.defineProperty(t,"AsyncSubject",{enumerable:!0,get:function(){return d.AsyncSubject}});var p=r(7706);Object.defineProperty(t,"asap",{enumerable:!0,get:function(){return p.asap}}),Object.defineProperty(t,"asapScheduler",{enumerable:!0,get:function(){return p.asapScheduler}});var b=r(8211);Object.defineProperty(t,"async",{enumerable:!0,get:function(){return b.async}}),Object.defineProperty(t,"asyncScheduler",{enumerable:!0,get:function(){return b.asyncScheduler}});var v=r(8140);Object.defineProperty(t,"queue",{enumerable:!0,get:function(){return v.queue}}),Object.defineProperty(t,"queueScheduler",{enumerable:!0,get:function(){return v.queueScheduler}});var h=r(9316);Object.defineProperty(t,"animationFrame",{enumerable:!0,get:function(){return h.animationFrame}}),Object.defineProperty(t,"animationFrameScheduler",{enumerable:!0,get:function(){return h.animationFrameScheduler}});var m=r(8052);Object.defineProperty(t,"VirtualTimeScheduler",{enumerable:!0,get:function(){return m.VirtualTimeScheduler}}),Object.defineProperty(t,"VirtualAction",{enumerable:!0,get:function(){return m.VirtualAction}});var y=r(8804);Object.defineProperty(t,"Scheduler",{enumerable:!0,get:function(){return y.Scheduler}});var g=r(9884);Object.defineProperty(t,"Subscription",{enumerable:!0,get:function(){return g.Subscription}});var O=r(9779);Object.defineProperty(t,"Subscriber",{enumerable:!0,get:function(){return O.Subscriber}});var _=r(3738);Object.defineProperty(t,"Notification",{enumerable:!0,get:function(){return _.Notification}}),Object.defineProperty(t,"NotificationKind",{enumerable:!0,get:function(){return _.NotificationKind}});var w=r(9420);Object.defineProperty(t,"pipe",{enumerable:!0,get:function(){return w.pipe}});var P=r(7676);Object.defineProperty(t,"noop",{enumerable:!0,get:function(){return P.noop}});var j=r(6590);Object.defineProperty(t,"identity",{enumerable:!0,get:function(){return j.identity}});var S=r(1557);Object.defineProperty(t,"isObservable",{enumerable:!0,get:function(){return S.isObservable}});var x=r(3016);Object.defineProperty(t,"lastValueFrom",{enumerable:!0,get:function(){return x.lastValueFrom}});var E=r(8650);Object.defineProperty(t,"firstValueFrom",{enumerable:!0,get:function(){return E.firstValueFrom}});var A=r(5819);Object.defineProperty(t,"ArgumentOutOfRangeError",{enumerable:!0,get:function(){return A.ArgumentOutOfRangeError}});var M=r(9841);Object.defineProperty(t,"EmptyError",{enumerable:!0,get:function(){return M.EmptyError}});var T=r(1497);Object.defineProperty(t,"NotFoundError",{enumerable:!0,get:function(){return T.NotFoundError}});var C=r(6368);Object.defineProperty(t,"ObjectUnsubscribedError",{enumerable:!0,get:function(){return C.ObjectUnsubscribedError}});var N=r(3363);Object.defineProperty(t,"SequenceError",{enumerable:!0,get:function(){return N.SequenceError}});var I=r(3636);Object.defineProperty(t,"TimeoutError",{enumerable:!0,get:function(){return I.TimeoutError}});var F=r(5746);Object.defineProperty(t,"UnsubscriptionError",{enumerable:!0,get:function(){return F.UnsubscriptionError}});var k=r(5811);Object.defineProperty(t,"bindCallback",{enumerable:!0,get:function(){return k.bindCallback}});var R=r(4995);Object.defineProperty(t,"bindNodeCallback",{enumerable:!0,get:function(){return R.bindNodeCallback}});var L=r(9009);Object.defineProperty(t,"combineLatest",{enumerable:!0,get:function(){return L.combineLatest}});var W=r(5467);Object.defineProperty(t,"concat",{enumerable:!0,get:function(){return W.concat}});var q=r(7793);Object.defineProperty(t,"connectable",{enumerable:!0,get:function(){return q.connectable}});var $=r(4855);Object.defineProperty(t,"defer",{enumerable:!0,get:function(){return $.defer}});var U=r(3054);Object.defineProperty(t,"empty",{enumerable:!0,get:function(){return U.empty}});var z=r(9511);Object.defineProperty(t,"forkJoin",{enumerable:!0,get:function(){return z.forkJoin}});var D=r(5491);Object.defineProperty(t,"from",{enumerable:!0,get:function(){return D.from}});var V=r(4171);Object.defineProperty(t,"fromEvent",{enumerable:!0,get:function(){return V.fromEvent}});var B=r(1001);Object.defineProperty(t,"fromEventPattern",{enumerable:!0,get:function(){return B.fromEventPattern}});var H=r(8992);Object.defineProperty(t,"generate",{enumerable:!0,get:function(){return H.generate}});var Y=r(8899);Object.defineProperty(t,"iif",{enumerable:!0,get:function(){return Y.iif}});var J=r(9078);Object.defineProperty(t,"interval",{enumerable:!0,get:function(){return J.interval}});var K=r(919);Object.defineProperty(t,"merge",{enumerable:!0,get:function(){return K.merge}});var G=r(865);Object.defineProperty(t,"never",{enumerable:!0,get:function(){return G.never}});var Q=r(3326);Object.defineProperty(t,"of",{enumerable:!0,get:function(){return Q.of}});var X=r(2784);Object.defineProperty(t,"onErrorResumeNext",{enumerable:!0,get:function(){return X.onErrorResumeNext}});var Z=r(3306);Object.defineProperty(t,"pairs",{enumerable:!0,get:function(){return Z.pairs}});var ee=r(2437);Object.defineProperty(t,"partition",{enumerable:!0,get:function(){return ee.partition}});var te=r(5930);Object.defineProperty(t,"race",{enumerable:!0,get:function(){return te.race}});var re=r(5325);Object.defineProperty(t,"range",{enumerable:!0,get:function(){return re.range}});var ne=r(7773);Object.defineProperty(t,"throwError",{enumerable:!0,get:function(){return ne.throwError}});var oe=r(7998);Object.defineProperty(t,"timer",{enumerable:!0,get:function(){return oe.timer}});var ie=r(8191);Object.defineProperty(t,"using",{enumerable:!0,get:function(){return ie.using}});var ue=r(8464);Object.defineProperty(t,"zip",{enumerable:!0,get:function(){return ue.zip}});var ae=r(3114);Object.defineProperty(t,"scheduled",{enumerable:!0,get:function(){return ae.scheduled}});var ce=r(3054);Object.defineProperty(t,"EMPTY",{enumerable:!0,get:function(){return ce.EMPTY}});var se=r(865);Object.defineProperty(t,"NEVER",{enumerable:!0,get:function(){return se.NEVER}}),o(r(1368),t);var le=r(6491);Object.defineProperty(t,"config",{enumerable:!0,get:function(){return le.config}});var fe=r(9656);Object.defineProperty(t,"audit",{enumerable:!0,get:function(){return fe.audit}});var de=r(3845);Object.defineProperty(t,"auditTime",{enumerable:!0,get:function(){return de.auditTime}});var pe=r(4201);Object.defineProperty(t,"buffer",{enumerable:!0,get:function(){return pe.buffer}});var be=r(8646);Object.defineProperty(t,"bufferCount",{enumerable:!0,get:function(){return be.bufferCount}});var ve=r(6652);Object.defineProperty(t,"bufferTime",{enumerable:!0,get:function(){return ve.bufferTime}});var he=r(4529);Object.defineProperty(t,"bufferToggle",{enumerable:!0,get:function(){return he.bufferToggle}});var me=r(1953);Object.defineProperty(t,"bufferWhen",{enumerable:!0,get:function(){return me.bufferWhen}});var ye=r(2432);Object.defineProperty(t,"catchError",{enumerable:!0,get:function(){return ye.catchError}});var ge=r(2219);Object.defineProperty(t,"combineAll",{enumerable:!0,get:function(){return ge.combineAll}});var Oe=r(6310);Object.defineProperty(t,"combineLatestAll",{enumerable:!0,get:function(){return Oe.combineLatestAll}});var _e=r(109);Object.defineProperty(t,"combineLatestWith",{enumerable:!0,get:function(){return _e.combineLatestWith}});var we=r(4380);Object.defineProperty(t,"concatAll",{enumerable:!0,get:function(){return we.concatAll}});var Pe=r(3973);Object.defineProperty(t,"concatMap",{enumerable:!0,get:function(){return Pe.concatMap}});var je=r(7156);Object.defineProperty(t,"concatMapTo",{enumerable:!0,get:function(){return je.concatMapTo}});var Se=r(283);Object.defineProperty(t,"concatWith",{enumerable:!0,get:function(){return Se.concatWith}});var xe=r(7949);Object.defineProperty(t,"connect",{enumerable:!0,get:function(){return xe.connect}});var Ee=r(24);Object.defineProperty(t,"count",{enumerable:!0,get:function(){return Ee.count}});var Ae=r(6580);Object.defineProperty(t,"debounce",{enumerable:!0,get:function(){return Ae.debounce}});var Me=r(8505);Object.defineProperty(t,"debounceTime",{enumerable:!0,get:function(){return Me.debounceTime}});var Te=r(5604);Object.defineProperty(t,"defaultIfEmpty",{enumerable:!0,get:function(){return Te.defaultIfEmpty}});var Ce=r(1864);Object.defineProperty(t,"delay",{enumerable:!0,get:function(){return Ce.delay}});var Ne=r(2804);Object.defineProperty(t,"delayWhen",{enumerable:!0,get:function(){return Ne.delayWhen}});var Ie=r(3391);Object.defineProperty(t,"dematerialize",{enumerable:!0,get:function(){return Ie.dematerialize}});var Fe=r(8187);Object.defineProperty(t,"distinct",{enumerable:!0,get:function(){return Fe.distinct}});var ke=r(2639);Object.defineProperty(t,"distinctUntilChanged",{enumerable:!0,get:function(){return ke.distinctUntilChanged}});var Re=r(6546);Object.defineProperty(t,"distinctUntilKeyChanged",{enumerable:!0,get:function(){return Re.distinctUntilKeyChanged}});var Le=r(5034);Object.defineProperty(t,"elementAt",{enumerable:!0,get:function(){return Le.elementAt}});var We=r(6606);Object.defineProperty(t,"endWith",{enumerable:!0,get:function(){return We.endWith}});var qe=r(5620);Object.defineProperty(t,"every",{enumerable:!0,get:function(){return qe.every}});var $e=r(6705);Object.defineProperty(t,"exhaust",{enumerable:!0,get:function(){return $e.exhaust}});var Ue=r(6206);Object.defineProperty(t,"exhaustAll",{enumerable:!0,get:function(){return Ue.exhaustAll}});var ze=r(2303);Object.defineProperty(t,"exhaustMap",{enumerable:!0,get:function(){return ze.exhaustMap}});var De=r(1747);Object.defineProperty(t,"expand",{enumerable:!0,get:function(){return De.expand}});var Ve=r(9889);Object.defineProperty(t,"filter",{enumerable:!0,get:function(){return Ve.filter}});var Be=r(5993);Object.defineProperty(t,"finalize",{enumerable:!0,get:function(){return Be.finalize}});var He=r(1740);Object.defineProperty(t,"find",{enumerable:!0,get:function(){return He.find}});var Ye=r(7350);Object.defineProperty(t,"findIndex",{enumerable:!0,get:function(){return Ye.findIndex}});var Je=r(6293);Object.defineProperty(t,"first",{enumerable:!0,get:function(){return Je.first}});var Ke=r(5877);Object.defineProperty(t,"groupBy",{enumerable:!0,get:function(){return Ke.groupBy}});var Ge=r(4556);Object.defineProperty(t,"ignoreElements",{enumerable:!0,get:function(){return Ge.ignoreElements}});var Qe=r(1774);Object.defineProperty(t,"isEmpty",{enumerable:!0,get:function(){return Qe.isEmpty}});var Xe=r(6091);Object.defineProperty(t,"last",{enumerable:!0,get:function(){return Xe.last}});var Ze=r(8637);Object.defineProperty(t,"map",{enumerable:!0,get:function(){return Ze.map}});var et=r(3852);Object.defineProperty(t,"mapTo",{enumerable:!0,get:function(){return et.mapTo}});var tt=r(3350);Object.defineProperty(t,"materialize",{enumerable:!0,get:function(){return tt.materialize}});var rt=r(3221);Object.defineProperty(t,"max",{enumerable:!0,get:function(){return rt.max}});var nt=r(1744);Object.defineProperty(t,"mergeAll",{enumerable:!0,get:function(){return nt.mergeAll}});var ot=r(1544);Object.defineProperty(t,"flatMap",{enumerable:!0,get:function(){return ot.flatMap}});var it=r(9073);Object.defineProperty(t,"mergeMap",{enumerable:!0,get:function(){return it.mergeMap}});var ut=r(2272);Object.defineProperty(t,"mergeMapTo",{enumerable:!0,get:function(){return ut.mergeMapTo}});var at=r(8890);Object.defineProperty(t,"mergeScan",{enumerable:!0,get:function(){return at.mergeScan}});var ct=r(4999);Object.defineProperty(t,"mergeWith",{enumerable:!0,get:function(){return ct.mergeWith}});var st=r(8911);Object.defineProperty(t,"min",{enumerable:!0,get:function(){return st.min}});var lt=r(8597);Object.defineProperty(t,"multicast",{enumerable:!0,get:function(){return lt.multicast}});var ft=r(9474);Object.defineProperty(t,"observeOn",{enumerable:!0,get:function(){return ft.observeOn}});var dt=r(9936);Object.defineProperty(t,"onErrorResumeNextWith",{enumerable:!0,get:function(){return dt.onErrorResumeNextWith}});var pt=r(1895);Object.defineProperty(t,"pairwise",{enumerable:!0,get:function(){return pt.pairwise}});var bt=r(6758);Object.defineProperty(t,"pluck",{enumerable:!0,get:function(){return bt.pluck}});var vt=r(2748);Object.defineProperty(t,"publish",{enumerable:!0,get:function(){return vt.publish}});var ht=r(3450);Object.defineProperty(t,"publishBehavior",{enumerable:!0,get:function(){return ht.publishBehavior}});var mt=r(1116);Object.defineProperty(t,"publishLast",{enumerable:!0,get:function(){return mt.publishLast}});var yt=r(1287);Object.defineProperty(t,"publishReplay",{enumerable:!0,get:function(){return yt.publishReplay}});var gt=r(1118);Object.defineProperty(t,"raceWith",{enumerable:!0,get:function(){return gt.raceWith}});var Ot=r(9205);Object.defineProperty(t,"reduce",{enumerable:!0,get:function(){return Ot.reduce}});var _t=r(8936);Object.defineProperty(t,"repeat",{enumerable:!0,get:function(){return _t.repeat}});var wt=r(8340);Object.defineProperty(t,"repeatWhen",{enumerable:!0,get:function(){return wt.repeatWhen}});var Pt=r(2270);Object.defineProperty(t,"retry",{enumerable:!0,get:function(){return Pt.retry}});var jt=r(7977);Object.defineProperty(t,"retryWhen",{enumerable:!0,get:function(){return jt.retryWhen}});var St=r(1039);Object.defineProperty(t,"refCount",{enumerable:!0,get:function(){return St.refCount}});var xt=r(8801);Object.defineProperty(t,"sample",{enumerable:!0,get:function(){return xt.sample}});var Et=r(9796);Object.defineProperty(t,"sampleTime",{enumerable:!0,get:function(){return Et.sampleTime}});var At=r(5614);Object.defineProperty(t,"scan",{enumerable:!0,get:function(){return At.scan}});var Mt=r(9891);Object.defineProperty(t,"sequenceEqual",{enumerable:!0,get:function(){return Mt.sequenceEqual}});var Tt=r(1164);Object.defineProperty(t,"share",{enumerable:!0,get:function(){return Tt.share}});var Ct=r(2071);Object.defineProperty(t,"shareReplay",{enumerable:!0,get:function(){return Ct.shareReplay}});var Nt=r(3215);Object.defineProperty(t,"single",{enumerable:!0,get:function(){return Nt.single}});var It=r(8672);Object.defineProperty(t,"skip",{enumerable:!0,get:function(){return It.skip}});var Ft=r(1360);Object.defineProperty(t,"skipLast",{enumerable:!0,get:function(){return Ft.skipLast}});var kt=r(2278);Object.defineProperty(t,"skipUntil",{enumerable:!0,get:function(){return kt.skipUntil}});var Rt=r(6035);Object.defineProperty(t,"skipWhile",{enumerable:!0,get:function(){return Rt.skipWhile}});var Lt=r(6967);Object.defineProperty(t,"startWith",{enumerable:!0,get:function(){return Lt.startWith}});var Wt=r(4294);Object.defineProperty(t,"subscribeOn",{enumerable:!0,get:function(){return Wt.subscribeOn}});var qt=r(1648);Object.defineProperty(t,"switchAll",{enumerable:!0,get:function(){return qt.switchAll}});var $t=r(6273);Object.defineProperty(t,"switchMap",{enumerable:!0,get:function(){return $t.switchMap}});var Ut=r(8608);Object.defineProperty(t,"switchMapTo",{enumerable:!0,get:function(){return Ut.switchMapTo}});var zt=r(6202);Object.defineProperty(t,"switchScan",{enumerable:!0,get:function(){return zt.switchScan}});var Dt=r(3156);Object.defineProperty(t,"take",{enumerable:!0,get:function(){return Dt.take}});var Vt=r(8276);Object.defineProperty(t,"takeLast",{enumerable:!0,get:function(){return Vt.takeLast}});var Bt=r(1794);Object.defineProperty(t,"takeUntil",{enumerable:!0,get:function(){return Bt.takeUntil}});var Ht=r(9927);Object.defineProperty(t,"takeWhile",{enumerable:!0,get:function(){return Ht.takeWhile}});var Yt=r(7042);Object.defineProperty(t,"tap",{enumerable:!0,get:function(){return Yt.tap}});var Jt=r(2743);Object.defineProperty(t,"throttle",{enumerable:!0,get:function(){return Jt.throttle}});var Kt=r(7986);Object.defineProperty(t,"throttleTime",{enumerable:!0,get:function(){return Kt.throttleTime}});var Gt=r(9007);Object.defineProperty(t,"throwIfEmpty",{enumerable:!0,get:function(){return Gt.throwIfEmpty}});var Qt=r(3495);Object.defineProperty(t,"timeInterval",{enumerable:!0,get:function(){return Qt.timeInterval}});var Xt=r(3636);Object.defineProperty(t,"timeout",{enumerable:!0,get:function(){return Xt.timeout}});var Zt=r(428);Object.defineProperty(t,"timeoutWith",{enumerable:!0,get:function(){return Zt.timeoutWith}});var er=r(2411);Object.defineProperty(t,"timestamp",{enumerable:!0,get:function(){return er.timestamp}});var tr=r(3921);Object.defineProperty(t,"toArray",{enumerable:!0,get:function(){return tr.toArray}});var rr=r(671);Object.defineProperty(t,"window",{enumerable:!0,get:function(){return rr.window}});var nr=r(5895);Object.defineProperty(t,"windowCount",{enumerable:!0,get:function(){return nr.windowCount}});var or=r(266);Object.defineProperty(t,"windowTime",{enumerable:!0,get:function(){return or.windowTime}});var ir=r(3619);Object.defineProperty(t,"windowToggle",{enumerable:!0,get:function(){return ir.windowToggle}});var ur=r(7343);Object.defineProperty(t,"windowWhen",{enumerable:!0,get:function(){return ur.windowWhen}});var ar=r(9544);Object.defineProperty(t,"withLatestFrom",{enumerable:!0,get:function(){return ar.withLatestFrom}});var cr=r(6361);Object.defineProperty(t,"zipAll",{enumerable:!0,get:function(){return cr.zipAll}});var sr=r(3792);Object.defineProperty(t,"zipWith",{enumerable:!0,get:function(){return sr.zipWith}})},2804:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.delayWhen=void 0;var n=r(5467),o=r(3156),i=r(4556),u=r(3852),a=r(9073),c=r(8579);t.delayWhen=function e(t,r){return r?function(u){return n.concat(r.pipe(o.take(1),i.ignoreElements()),u.pipe(e(t)))}:a.mergeMap(function(e,r){return c.innerFrom(t(e,r)).pipe(o.take(1),u.mapTo(e))})}},2853:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.captureError=t.errorContext=void 0;var n=r(6491),o=null;t.errorContext=function(e){if(n.config.useDeprecatedSynchronousErrorHandling){var t=!o;if(t&&(o={errorThrown:!1,error:null}),e(),t){var r=o,i=r.errorThrown,u=r.error;if(o=null,i)throw u}}else e()},t.captureError=function(e){n.config.useDeprecatedSynchronousErrorHandling&&o&&(o.errorThrown=!0,o.error=e)}},3016:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.lastValueFrom=void 0;var n=r(9841);t.lastValueFrom=function(e,t){var r="object"==typeof t;return new Promise(function(o,i){var u,a=!1;e.subscribe({next:function(e){u=e,a=!0},error:i,complete:function(){a?o(u):r?o(t.defaultValue):i(new n.EmptyError)}})})}},3054:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.empty=t.EMPTY=void 0;var n=r(9152);t.EMPTY=new n.Observable(function(e){return e.complete()}),t.empty=function(e){return e?function(e){return new n.Observable(function(t){return e.schedule(function(){return t.complete()})})}(e):t.EMPTY}},3084:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.scheduleAsyncIterable=void 0;var n=r(9152),o=r(872);t.scheduleAsyncIterable=function(e,t){if(!e)throw new Error("Iterable cannot be null");return new n.Observable(function(r){o.executeSchedule(r,t,function(){var n=e[Symbol.asyncIterator]();o.executeSchedule(r,t,function(){n.next().then(function(e){e.done?r.complete():r.next(e.value)})},0,!0)})})}},3114:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.scheduled=void 0;var n=r(629),o=r(1923),i=r(5275),u=r(2342),a=r(3084),c=r(4818),s=r(851),l=r(7716),f=r(1046),d=r(9644),p=r(5432),b=r(8443),v=r(7499);t.scheduled=function(e,t){if(null!=e){if(c.isInteropObservable(e))return n.scheduleObservable(e,t);if(l.isArrayLike(e))return i.scheduleArray(e,t);if(s.isPromise(e))return o.schedulePromise(e,t);if(d.isAsyncIterable(e))return a.scheduleAsyncIterable(e,t);if(f.isIterable(e))return u.scheduleIterable(e,t);if(b.isReadableStreamLike(e))return v.scheduleReadableStreamLike(e,t)}throw p.createInvalidObservableTypeError(e)}},3115:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.QueueScheduler=void 0;var i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t}(r(1138).AsyncScheduler);t.QueueScheduler=i},3148:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.ReplaySubject=void 0;var i=r(9961),u=r(4506),a=function(e){function t(t,r,n){void 0===t&&(t=1/0),void 0===r&&(r=1/0),void 0===n&&(n=u.dateTimestampProvider);var o=e.call(this)||this;return o._bufferSize=t,o._windowTime=r,o._timestampProvider=n,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=r===1/0,o._bufferSize=Math.max(1,t),o._windowTime=Math.max(1,r),o}return o(t,e),t.prototype.next=function(t){var r=this,n=r.isStopped,o=r._buffer,i=r._infiniteTimeWindow,u=r._timestampProvider,a=r._windowTime;n||(o.push(t),!i&&o.push(u.now()+a)),this._trimBuffer(),e.prototype.next.call(this,t)},t.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var t=this._innerSubscribe(e),r=this._infiniteTimeWindow,n=this._buffer.slice(),o=0;o<n.length&&!e.closed;o+=r?1:2)e.next(n[o]);return this._checkFinalizedStatuses(e),t},t.prototype._trimBuffer=function(){var e=this,t=e._bufferSize,r=e._timestampProvider,n=e._buffer,o=e._infiniteTimeWindow,i=(o?1:2)*t;if(t<1/0&&i<n.length&&n.splice(0,n.length-i),!o){for(var u=r.now(),a=0,c=1;c<n.length&&n[c]<=u;c+=2)a=c;a&&n.splice(0,a+1)}},t}(i.Subject);t.ReplaySubject=a},3156:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.take=void 0;var n=r(3054),o=r(1785),i=r(7461);t.take=function(e){return e<=0?function(){return n.EMPTY}:o.operate(function(t,r){var n=0;t.subscribe(i.createOperatorSubscriber(r,function(t){++n<=e&&(r.next(t),e<=n&&r.complete())}))})}},3215:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.single=void 0;var n=r(9841),o=r(3363),i=r(1497),u=r(1785),a=r(7461);t.single=function(e){return u.operate(function(t,r){var u,c=!1,s=!1,l=0;t.subscribe(a.createOperatorSubscriber(r,function(n){s=!0,e&&!e(n,l++,t)||(c&&r.error(new o.SequenceError("Too many matching values")),c=!0,u=n)},function(){c?(r.next(u),r.complete()):r.error(s?new i.NotFoundError("No matching values"):new n.EmptyError)}))})}},3221:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.max=void 0;var n=r(9205),o=r(2060);t.max=function(e){return n.reduce(o.isFunction(e)?function(t,r){return e(t,r)>0?t:r}:function(e,t){return e>t?e:t})}},3306:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.pairs=void 0;var n=r(5491);t.pairs=function(e,t){return n.from(Object.entries(e),t)}},3326:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.of=void 0;var n=r(3841),o=r(5491);t.of=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=n.popScheduler(e);return o.from(e,r)}},3350:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.materialize=void 0;var n=r(3738),o=r(1785),i=r(7461);t.materialize=function(){return o.operate(function(e,t){e.subscribe(i.createOperatorSubscriber(t,function(e){t.next(n.Notification.createNext(e))},function(){t.next(n.Notification.createComplete()),t.complete()},function(e){t.next(n.Notification.createError(e)),t.complete()}))})}},3363:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.SequenceError=void 0;var n=r(3654);t.SequenceError=n.createErrorClass(function(e){return function(t){e(this),this.name="SequenceError",this.message=t}})},3391:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.dematerialize=void 0;var n=r(3738),o=r(1785),i=r(7461);t.dematerialize=function(){return o.operate(function(e,t){e.subscribe(i.createOperatorSubscriber(t,function(e){return n.observeNotification(e,t)}))})}},3450:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.publishBehavior=void 0;var n=r(7283),o=r(6380);t.publishBehavior=function(e){return function(t){var r=new n.BehaviorSubject(e);return new o.ConnectableObservable(t,function(){return r})}}},3495:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TimeInterval=t.timeInterval=void 0;var n=r(8211),o=r(1785),i=r(7461);t.timeInterval=function(e){return void 0===e&&(e=n.asyncScheduler),o.operate(function(t,r){var n=e.now();t.subscribe(i.createOperatorSubscriber(r,function(t){var o=e.now(),i=o-n;n=o,r.next(new u(t,i))}))})};var u=function(e,t){this.value=e,this.interval=t};t.TimeInterval=u},3619:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.windowToggle=void 0;var o=r(9961),i=r(9884),u=r(1785),a=r(8579),c=r(7461),s=r(7676),l=r(8449);t.windowToggle=function(e,t){return u.operate(function(r,u){var f=[],d=function(e){for(;0<f.length;)f.shift().error(e);u.error(e)};a.innerFrom(e).subscribe(c.createOperatorSubscriber(u,function(e){var r=new o.Subject;f.push(r);var n,p=new i.Subscription;try{n=a.innerFrom(t(e))}catch(e){return void d(e)}u.next(r.asObservable()),p.add(n.subscribe(c.createOperatorSubscriber(u,function(){l.arrRemove(f,r),r.complete(),p.unsubscribe()},s.noop,d)))},s.noop)),r.subscribe(c.createOperatorSubscriber(u,function(e){var t,r,o=f.slice();try{for(var i=n(o),u=i.next();!u.done;u=i.next())u.value.next(e)}catch(e){t={error:e}}finally{try{u&&!u.done&&(r=i.return)&&r.call(i)}finally{if(t)throw t.error}}},function(){for(;0<f.length;)f.shift().complete();u.complete()},d,function(){for(;0<f.length;)f.shift().unsubscribe()}))})}},3636:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.timeout=t.TimeoutError=void 0;var n=r(8211),o=r(9944),i=r(1785),u=r(8579),a=r(3654),c=r(7461),s=r(872);function l(e){throw new t.TimeoutError(e)}t.TimeoutError=a.createErrorClass(function(e){return function(t){void 0===t&&(t=null),e(this),this.message="Timeout has occurred",this.name="TimeoutError",this.info=t}}),t.timeout=function(e,t){var r=o.isValidDate(e)?{first:e}:"number"==typeof e?{each:e}:e,a=r.first,f=r.each,d=r.with,p=void 0===d?l:d,b=r.scheduler,v=void 0===b?null!=t?t:n.asyncScheduler:b,h=r.meta,m=void 0===h?null:h;if(null==a&&null==f)throw new TypeError("No timeout provided.");return i.operate(function(e,t){var r,n,o=null,i=0,l=function(e){n=s.executeSchedule(t,v,function(){try{r.unsubscribe(),u.innerFrom(p({meta:m,lastValue:o,seen:i})).subscribe(t)}catch(e){t.error(e)}},e)};r=e.subscribe(c.createOperatorSubscriber(t,function(e){null==n||n.unsubscribe(),i++,t.next(o=e),f>0&&l(f)},void 0,void 0,function(){(null==n?void 0:n.closed)||null==n||n.unsubscribe(),o=null})),!i&&l(null!=a?"number"==typeof a?a:+a-v.now():f)})}},3654:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createErrorClass=void 0,t.createErrorClass=function(e){var t=e(function(e){Error.call(e),e.stack=(new Error).stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}},3713:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mergeAll=t.merge=t.max=t.materialize=t.mapTo=t.map=t.last=t.isEmpty=t.ignoreElements=t.groupBy=t.first=t.findIndex=t.find=t.finalize=t.filter=t.expand=t.exhaustMap=t.exhaustAll=t.exhaust=t.every=t.endWith=t.elementAt=t.distinctUntilKeyChanged=t.distinctUntilChanged=t.distinct=t.dematerialize=t.delayWhen=t.delay=t.defaultIfEmpty=t.debounceTime=t.debounce=t.count=t.connect=t.concatWith=t.concatMapTo=t.concatMap=t.concatAll=t.concat=t.combineLatestWith=t.combineLatest=t.combineLatestAll=t.combineAll=t.catchError=t.bufferWhen=t.bufferToggle=t.bufferTime=t.bufferCount=t.buffer=t.auditTime=t.audit=void 0,t.timeInterval=t.throwIfEmpty=t.throttleTime=t.throttle=t.tap=t.takeWhile=t.takeUntil=t.takeLast=t.take=t.switchScan=t.switchMapTo=t.switchMap=t.switchAll=t.subscribeOn=t.startWith=t.skipWhile=t.skipUntil=t.skipLast=t.skip=t.single=t.shareReplay=t.share=t.sequenceEqual=t.scan=t.sampleTime=t.sample=t.refCount=t.retryWhen=t.retry=t.repeatWhen=t.repeat=t.reduce=t.raceWith=t.race=t.publishReplay=t.publishLast=t.publishBehavior=t.publish=t.pluck=t.partition=t.pairwise=t.onErrorResumeNext=t.observeOn=t.multicast=t.min=t.mergeWith=t.mergeScan=t.mergeMapTo=t.mergeMap=t.flatMap=void 0,t.zipWith=t.zipAll=t.zip=t.withLatestFrom=t.windowWhen=t.windowToggle=t.windowTime=t.windowCount=t.window=t.toArray=t.timestamp=t.timeoutWith=t.timeout=void 0;var n=r(9656);Object.defineProperty(t,"audit",{enumerable:!0,get:function(){return n.audit}});var o=r(3845);Object.defineProperty(t,"auditTime",{enumerable:!0,get:function(){return o.auditTime}});var i=r(4201);Object.defineProperty(t,"buffer",{enumerable:!0,get:function(){return i.buffer}});var u=r(8646);Object.defineProperty(t,"bufferCount",{enumerable:!0,get:function(){return u.bufferCount}});var a=r(6652);Object.defineProperty(t,"bufferTime",{enumerable:!0,get:function(){return a.bufferTime}});var c=r(4529);Object.defineProperty(t,"bufferToggle",{enumerable:!0,get:function(){return c.bufferToggle}});var s=r(1953);Object.defineProperty(t,"bufferWhen",{enumerable:!0,get:function(){return s.bufferWhen}});var l=r(2432);Object.defineProperty(t,"catchError",{enumerable:!0,get:function(){return l.catchError}});var f=r(2219);Object.defineProperty(t,"combineAll",{enumerable:!0,get:function(){return f.combineAll}});var d=r(6310);Object.defineProperty(t,"combineLatestAll",{enumerable:!0,get:function(){return d.combineLatestAll}});var p=r(6793);Object.defineProperty(t,"combineLatest",{enumerable:!0,get:function(){return p.combineLatest}});var b=r(109);Object.defineProperty(t,"combineLatestWith",{enumerable:!0,get:function(){return b.combineLatestWith}});var v=r(9603);Object.defineProperty(t,"concat",{enumerable:!0,get:function(){return v.concat}});var h=r(4380);Object.defineProperty(t,"concatAll",{enumerable:!0,get:function(){return h.concatAll}});var m=r(3973);Object.defineProperty(t,"concatMap",{enumerable:!0,get:function(){return m.concatMap}});var y=r(7156);Object.defineProperty(t,"concatMapTo",{enumerable:!0,get:function(){return y.concatMapTo}});var g=r(283);Object.defineProperty(t,"concatWith",{enumerable:!0,get:function(){return g.concatWith}});var O=r(7949);Object.defineProperty(t,"connect",{enumerable:!0,get:function(){return O.connect}});var _=r(24);Object.defineProperty(t,"count",{enumerable:!0,get:function(){return _.count}});var w=r(6580);Object.defineProperty(t,"debounce",{enumerable:!0,get:function(){return w.debounce}});var P=r(8505);Object.defineProperty(t,"debounceTime",{enumerable:!0,get:function(){return P.debounceTime}});var j=r(5604);Object.defineProperty(t,"defaultIfEmpty",{enumerable:!0,get:function(){return j.defaultIfEmpty}});var S=r(1864);Object.defineProperty(t,"delay",{enumerable:!0,get:function(){return S.delay}});var x=r(2804);Object.defineProperty(t,"delayWhen",{enumerable:!0,get:function(){return x.delayWhen}});var E=r(3391);Object.defineProperty(t,"dematerialize",{enumerable:!0,get:function(){return E.dematerialize}});var A=r(8187);Object.defineProperty(t,"distinct",{enumerable:!0,get:function(){return A.distinct}});var M=r(2639);Object.defineProperty(t,"distinctUntilChanged",{enumerable:!0,get:function(){return M.distinctUntilChanged}});var T=r(6546);Object.defineProperty(t,"distinctUntilKeyChanged",{enumerable:!0,get:function(){return T.distinctUntilKeyChanged}});var C=r(5034);Object.defineProperty(t,"elementAt",{enumerable:!0,get:function(){return C.elementAt}});var N=r(6606);Object.defineProperty(t,"endWith",{enumerable:!0,get:function(){return N.endWith}});var I=r(5620);Object.defineProperty(t,"every",{enumerable:!0,get:function(){return I.every}});var F=r(6705);Object.defineProperty(t,"exhaust",{enumerable:!0,get:function(){return F.exhaust}});var k=r(6206);Object.defineProperty(t,"exhaustAll",{enumerable:!0,get:function(){return k.exhaustAll}});var R=r(2303);Object.defineProperty(t,"exhaustMap",{enumerable:!0,get:function(){return R.exhaustMap}});var L=r(1747);Object.defineProperty(t,"expand",{enumerable:!0,get:function(){return L.expand}});var W=r(9889);Object.defineProperty(t,"filter",{enumerable:!0,get:function(){return W.filter}});var q=r(5993);Object.defineProperty(t,"finalize",{enumerable:!0,get:function(){return q.finalize}});var $=r(1740);Object.defineProperty(t,"find",{enumerable:!0,get:function(){return $.find}});var U=r(7350);Object.defineProperty(t,"findIndex",{enumerable:!0,get:function(){return U.findIndex}});var z=r(6293);Object.defineProperty(t,"first",{enumerable:!0,get:function(){return z.first}});var D=r(5877);Object.defineProperty(t,"groupBy",{enumerable:!0,get:function(){return D.groupBy}});var V=r(4556);Object.defineProperty(t,"ignoreElements",{enumerable:!0,get:function(){return V.ignoreElements}});var B=r(1774);Object.defineProperty(t,"isEmpty",{enumerable:!0,get:function(){return B.isEmpty}});var H=r(6091);Object.defineProperty(t,"last",{enumerable:!0,get:function(){return H.last}});var Y=r(8637);Object.defineProperty(t,"map",{enumerable:!0,get:function(){return Y.map}});var J=r(3852);Object.defineProperty(t,"mapTo",{enumerable:!0,get:function(){return J.mapTo}});var K=r(3350);Object.defineProperty(t,"materialize",{enumerable:!0,get:function(){return K.materialize}});var G=r(3221);Object.defineProperty(t,"max",{enumerable:!0,get:function(){return G.max}});var Q=r(8751);Object.defineProperty(t,"merge",{enumerable:!0,get:function(){return Q.merge}});var X=r(1744);Object.defineProperty(t,"mergeAll",{enumerable:!0,get:function(){return X.mergeAll}});var Z=r(1544);Object.defineProperty(t,"flatMap",{enumerable:!0,get:function(){return Z.flatMap}});var ee=r(9073);Object.defineProperty(t,"mergeMap",{enumerable:!0,get:function(){return ee.mergeMap}});var te=r(2272);Object.defineProperty(t,"mergeMapTo",{enumerable:!0,get:function(){return te.mergeMapTo}});var re=r(8890);Object.defineProperty(t,"mergeScan",{enumerable:!0,get:function(){return re.mergeScan}});var ne=r(4999);Object.defineProperty(t,"mergeWith",{enumerable:!0,get:function(){return ne.mergeWith}});var oe=r(8911);Object.defineProperty(t,"min",{enumerable:!0,get:function(){return oe.min}});var ie=r(8597);Object.defineProperty(t,"multicast",{enumerable:!0,get:function(){return ie.multicast}});var ue=r(9474);Object.defineProperty(t,"observeOn",{enumerable:!0,get:function(){return ue.observeOn}});var ae=r(9936);Object.defineProperty(t,"onErrorResumeNext",{enumerable:!0,get:function(){return ae.onErrorResumeNext}});var ce=r(1895);Object.defineProperty(t,"pairwise",{enumerable:!0,get:function(){return ce.pairwise}});var se=r(4445);Object.defineProperty(t,"partition",{enumerable:!0,get:function(){return se.partition}});var le=r(6758);Object.defineProperty(t,"pluck",{enumerable:!0,get:function(){return le.pluck}});var fe=r(2748);Object.defineProperty(t,"publish",{enumerable:!0,get:function(){return fe.publish}});var de=r(3450);Object.defineProperty(t,"publishBehavior",{enumerable:!0,get:function(){return de.publishBehavior}});var pe=r(1116);Object.defineProperty(t,"publishLast",{enumerable:!0,get:function(){return pe.publishLast}});var be=r(1287);Object.defineProperty(t,"publishReplay",{enumerable:!0,get:function(){return be.publishReplay}});var ve=r(7378);Object.defineProperty(t,"race",{enumerable:!0,get:function(){return ve.race}});var he=r(1118);Object.defineProperty(t,"raceWith",{enumerable:!0,get:function(){return he.raceWith}});var me=r(9205);Object.defineProperty(t,"reduce",{enumerable:!0,get:function(){return me.reduce}});var ye=r(8936);Object.defineProperty(t,"repeat",{enumerable:!0,get:function(){return ye.repeat}});var ge=r(8340);Object.defineProperty(t,"repeatWhen",{enumerable:!0,get:function(){return ge.repeatWhen}});var Oe=r(2270);Object.defineProperty(t,"retry",{enumerable:!0,get:function(){return Oe.retry}});var _e=r(7977);Object.defineProperty(t,"retryWhen",{enumerable:!0,get:function(){return _e.retryWhen}});var we=r(1039);Object.defineProperty(t,"refCount",{enumerable:!0,get:function(){return we.refCount}});var Pe=r(8801);Object.defineProperty(t,"sample",{enumerable:!0,get:function(){return Pe.sample}});var je=r(9796);Object.defineProperty(t,"sampleTime",{enumerable:!0,get:function(){return je.sampleTime}});var Se=r(5614);Object.defineProperty(t,"scan",{enumerable:!0,get:function(){return Se.scan}});var xe=r(9891);Object.defineProperty(t,"sequenceEqual",{enumerable:!0,get:function(){return xe.sequenceEqual}});var Ee=r(1164);Object.defineProperty(t,"share",{enumerable:!0,get:function(){return Ee.share}});var Ae=r(2071);Object.defineProperty(t,"shareReplay",{enumerable:!0,get:function(){return Ae.shareReplay}});var Me=r(3215);Object.defineProperty(t,"single",{enumerable:!0,get:function(){return Me.single}});var Te=r(8672);Object.defineProperty(t,"skip",{enumerable:!0,get:function(){return Te.skip}});var Ce=r(1360);Object.defineProperty(t,"skipLast",{enumerable:!0,get:function(){return Ce.skipLast}});var Ne=r(2278);Object.defineProperty(t,"skipUntil",{enumerable:!0,get:function(){return Ne.skipUntil}});var Ie=r(6035);Object.defineProperty(t,"skipWhile",{enumerable:!0,get:function(){return Ie.skipWhile}});var Fe=r(6967);Object.defineProperty(t,"startWith",{enumerable:!0,get:function(){return Fe.startWith}});var ke=r(4294);Object.defineProperty(t,"subscribeOn",{enumerable:!0,get:function(){return ke.subscribeOn}});var Re=r(1648);Object.defineProperty(t,"switchAll",{enumerable:!0,get:function(){return Re.switchAll}});var Le=r(6273);Object.defineProperty(t,"switchMap",{enumerable:!0,get:function(){return Le.switchMap}});var We=r(8608);Object.defineProperty(t,"switchMapTo",{enumerable:!0,get:function(){return We.switchMapTo}});var qe=r(6202);Object.defineProperty(t,"switchScan",{enumerable:!0,get:function(){return qe.switchScan}});var $e=r(3156);Object.defineProperty(t,"take",{enumerable:!0,get:function(){return $e.take}});var Ue=r(8276);Object.defineProperty(t,"takeLast",{enumerable:!0,get:function(){return Ue.takeLast}});var ze=r(1794);Object.defineProperty(t,"takeUntil",{enumerable:!0,get:function(){return ze.takeUntil}});var De=r(9927);Object.defineProperty(t,"takeWhile",{enumerable:!0,get:function(){return De.takeWhile}});var Ve=r(7042);Object.defineProperty(t,"tap",{enumerable:!0,get:function(){return Ve.tap}});var Be=r(2743);Object.defineProperty(t,"throttle",{enumerable:!0,get:function(){return Be.throttle}});var He=r(7986);Object.defineProperty(t,"throttleTime",{enumerable:!0,get:function(){return He.throttleTime}});var Ye=r(9007);Object.defineProperty(t,"throwIfEmpty",{enumerable:!0,get:function(){return Ye.throwIfEmpty}});var Je=r(3495);Object.defineProperty(t,"timeInterval",{enumerable:!0,get:function(){return Je.timeInterval}});var Ke=r(3636);Object.defineProperty(t,"timeout",{enumerable:!0,get:function(){return Ke.timeout}});var Ge=r(428);Object.defineProperty(t,"timeoutWith",{enumerable:!0,get:function(){return Ge.timeoutWith}});var Qe=r(2411);Object.defineProperty(t,"timestamp",{enumerable:!0,get:function(){return Qe.timestamp}});var Xe=r(3921);Object.defineProperty(t,"toArray",{enumerable:!0,get:function(){return Xe.toArray}});var Ze=r(671);Object.defineProperty(t,"window",{enumerable:!0,get:function(){return Ze.window}});var et=r(5895);Object.defineProperty(t,"windowCount",{enumerable:!0,get:function(){return et.windowCount}});var tt=r(266);Object.defineProperty(t,"windowTime",{enumerable:!0,get:function(){return tt.windowTime}});var rt=r(3619);Object.defineProperty(t,"windowToggle",{enumerable:!0,get:function(){return rt.windowToggle}});var nt=r(7343);Object.defineProperty(t,"windowWhen",{enumerable:!0,get:function(){return nt.windowWhen}});var ot=r(9544);Object.defineProperty(t,"withLatestFrom",{enumerable:!0,get:function(){return ot.withLatestFrom}});var it=r(4040);Object.defineProperty(t,"zip",{enumerable:!0,get:function(){return it.zip}});var ut=r(6361);Object.defineProperty(t,"zipAll",{enumerable:!0,get:function(){return ut.zipAll}});var at=r(3792);Object.defineProperty(t,"zipWith",{enumerable:!0,get:function(){return at.zipWith}})},3738:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.observeNotification=t.Notification=t.NotificationKind=void 0;var n,o=r(3054),i=r(3326),u=r(7773),a=r(2060);(n=t.NotificationKind||(t.NotificationKind={})).NEXT="N",n.ERROR="E",n.COMPLETE="C";var c=function(){function e(e,t,r){this.kind=e,this.value=t,this.error=r,this.hasValue="N"===e}return e.prototype.observe=function(e){return s(this,e)},e.prototype.do=function(e,t,r){var n=this,o=n.kind,i=n.value,u=n.error;return"N"===o?null==e?void 0:e(i):"E"===o?null==t?void 0:t(u):null==r?void 0:r()},e.prototype.accept=function(e,t,r){var n;return a.isFunction(null===(n=e)||void 0===n?void 0:n.next)?this.observe(e):this.do(e,t,r)},e.prototype.toObservable=function(){var e=this,t=e.kind,r=e.value,n=e.error,a="N"===t?i.of(r):"E"===t?u.throwError(function(){return n}):"C"===t?o.EMPTY:0;if(!a)throw new TypeError("Unexpected notification kind "+t);return a},e.createNext=function(t){return new e("N",t)},e.createError=function(t){return new e("E",void 0,t)},e.createComplete=function(){return e.completeNotification},e.completeNotification=new e("C"),e}();function s(e,t){var r,n,o,i=e,u=i.kind,a=i.value,c=i.error;if("string"!=typeof u)throw new TypeError('Invalid notification, missing "kind"');"N"===u?null===(r=t.next)||void 0===r||r.call(t,a):"E"===u?null===(n=t.error)||void 0===n||n.call(t,c):null===(o=t.complete)||void 0===o||o.call(t)}t.Notification=c,t.observeNotification=s},3760:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.performanceTimestampProvider=void 0,t.performanceTimestampProvider={now:function(){return(t.performanceTimestampProvider.delegate||performance).now()},delegate:void 0}},3792:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.zipWith=void 0;var i=r(4040);t.zipWith=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return i.zip.apply(void 0,o([],n(e)))}},3841:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.popNumber=t.popScheduler=t.popResultSelector=void 0;var n=r(2060),o=r(5803);function i(e){return e[e.length-1]}t.popResultSelector=function(e){return n.isFunction(i(e))?e.pop():void 0},t.popScheduler=function(e){return o.isScheduler(i(e))?e.pop():void 0},t.popNumber=function(e,t){return"number"==typeof i(e)?e.pop():t}},3845:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.auditTime=void 0;var n=r(8211),o=r(9656),i=r(7998);t.auditTime=function(e,t){return void 0===t&&(t=n.asyncScheduler),o.audit(function(){return i.timer(e,t)})}},3852:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mapTo=void 0;var n=r(8637);t.mapTo=function(e){return n.map(function(){return e})}},3921:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.toArray=void 0;var n=r(9205),o=r(1785),i=function(e,t){return e.push(t),e};t.toArray=function(){return o.operate(function(e,t){n.reduce(i,[])(e).subscribe(t)})}},3973:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.concatMap=void 0;var n=r(9073),o=r(2060);t.concatMap=function(e,t){return o.isFunction(t)?n.mergeMap(e,t,1):n.mergeMap(e,1)}},4040:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.zip=void 0;var i=r(8464),u=r(1785);t.zip=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return u.operate(function(t,r){i.zip.apply(void 0,o([t],n(e))).subscribe(r)})}},4062:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.QueueAction=void 0;var i=function(e){function t(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return o(t,e),t.prototype.schedule=function(t,r){return void 0===r&&(r=0),r>0?e.prototype.schedule.call(this,t,r):(this.delay=r,this.state=t,this.scheduler.flush(this),this)},t.prototype.execute=function(t,r){return r>0||this.closed?e.prototype.execute.call(this,t,r):this._execute(t,r)},t.prototype.requestAsyncId=function(t,r,n){return void 0===n&&(n=0),null!=n&&n>0||null==n&&this.delay>0?e.prototype.requestAsyncId.call(this,t,r,n):(t.flush(this),0)},t}(r(6097).AsyncAction);t.QueueAction=i},4171:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u};Object.defineProperty(t,"__esModule",{value:!0}),t.fromEvent=void 0;var o=r(8579),i=r(9152),u=r(9073),a=r(7716),c=r(2060),s=r(245),l=["addListener","removeListener"],f=["addEventListener","removeEventListener"],d=["on","off"];function p(e,t){return function(r){return function(n){return e[r](t,n)}}}t.fromEvent=function e(t,r,b,v){if(c.isFunction(b)&&(v=b,b=void 0),v)return e(t,r,b).pipe(s.mapOneOrManyArgs(v));var h=n(function(e){return c.isFunction(e.addEventListener)&&c.isFunction(e.removeEventListener)}(t)?f.map(function(e){return function(n){return t[e](r,n,b)}}):function(e){return c.isFunction(e.addListener)&&c.isFunction(e.removeListener)}(t)?l.map(p(t,r)):function(e){return c.isFunction(e.on)&&c.isFunction(e.off)}(t)?d.map(p(t,r)):[],2),m=h[0],y=h[1];if(!m&&a.isArrayLike(t))return u.mergeMap(function(t){return e(t,r,b)})(o.innerFrom(t));if(!m)throw new TypeError("Invalid event target");return new i.Observable(function(e){var t=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return e.next(1<t.length?t:t[0])};return m(t),function(){return y(t)}})}},4179:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.AnimationFrameScheduler=void 0;var i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.flush=function(e){var t;this._active=!0,e?t=e.id:(t=this._scheduled,this._scheduled=void 0);var r,n=this.actions;e=e||n.shift();do{if(r=e.execute(e.state,e.delay))break}while((e=n[0])&&e.id===t&&n.shift());if(this._active=!1,r){for(;(e=n[0])&&e.id===t&&n.shift();)e.unsubscribe();throw r}},t}(r(1138).AsyncScheduler);t.AnimationFrameScheduler=i},4201:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.buffer=void 0;var n=r(1785),o=r(7676),i=r(7461),u=r(8579);t.buffer=function(e){return n.operate(function(t,r){var n=[];return t.subscribe(i.createOperatorSubscriber(r,function(e){return n.push(e)},function(){r.next(n),r.complete()})),u.innerFrom(e).subscribe(i.createOperatorSubscriber(r,function(){var e=n;n=[],r.next(e)},o.noop)),function(){n=null}})}},4294:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.subscribeOn=void 0;var n=r(1785);t.subscribeOn=function(e,t){return void 0===t&&(t=0),n.operate(function(r,n){n.add(e.schedule(function(){return r.subscribe(n)},t))})}},4338:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.fromSubscribable=void 0;var n=r(9152);t.fromSubscribable=function(e){return new n.Observable(function(t){return e.subscribe(t)})}},4380:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.concatAll=void 0;var n=r(1744);t.concatAll=function(){return n.mergeAll(1)}},4445:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.partition=void 0;var n=r(2387),o=r(9889);t.partition=function(e,t){return function(r){return[o.filter(e,t)(r),o.filter(n.not(e,t))(r)]}}},4449:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mergeInternals=void 0;var n=r(8579),o=r(872),i=r(7461);t.mergeInternals=function(e,t,r,u,a,c,s,l){var f=[],d=0,p=0,b=!1,v=function(){!b||f.length||d||t.complete()},h=function(e){return d<u?m(e):f.push(e)},m=function(e){c&&t.next(e),d++;var l=!1;n.innerFrom(r(e,p++)).subscribe(i.createOperatorSubscriber(t,function(e){null==a||a(e),c?h(e):t.next(e)},function(){l=!0},void 0,function(){if(l)try{d--;for(var e=function(){var e=f.shift();s?o.executeSchedule(t,s,function(){return m(e)}):m(e)};f.length&&d<u;)e();v()}catch(e){t.error(e)}}))};return e.subscribe(i.createOperatorSubscriber(t,h,function(){b=!0,v()})),function(){null==l||l()}}},4506:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.dateTimestampProvider=void 0,t.dateTimestampProvider={now:function(){return(t.dateTimestampProvider.delegate||Date).now()},delegate:void 0}},4529:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.bufferToggle=void 0;var o=r(9884),i=r(1785),u=r(8579),a=r(7461),c=r(7676),s=r(8449);t.bufferToggle=function(e,t){return i.operate(function(r,i){var l=[];u.innerFrom(e).subscribe(a.createOperatorSubscriber(i,function(e){var r=[];l.push(r);var n=new o.Subscription;n.add(u.innerFrom(t(e)).subscribe(a.createOperatorSubscriber(i,function(){s.arrRemove(l,r),i.next(r),n.unsubscribe()},c.noop)))},c.noop)),r.subscribe(a.createOperatorSubscriber(i,function(e){var t,r;try{for(var o=n(l),i=o.next();!i.done;i=o.next())i.value.push(e)}catch(e){t={error:e}}finally{try{i&&!i.done&&(r=o.return)&&r.call(o)}finally{if(t)throw t.error}}},function(){for(;l.length>0;)i.next(l.shift());i.complete()}))})}},4556:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ignoreElements=void 0;var n=r(1785),o=r(7461),i=r(7676);t.ignoreElements=function(){return n.operate(function(e,t){e.subscribe(o.createOperatorSubscriber(t,i.noop))})}},4597:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.AsyncSubject=void 0;var i=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t._value=null,t._hasValue=!1,t._isComplete=!1,t}return o(t,e),t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t._hasValue,o=t._value,i=t.thrownError,u=t.isStopped,a=t._isComplete;r?e.error(i):(u||a)&&(n&&e.next(o),e.complete())},t.prototype.next=function(e){this.isStopped||(this._value=e,this._hasValue=!0)},t.prototype.complete=function(){var t=this,r=t._hasValue,n=t._value;t._isComplete||(this._isComplete=!0,r&&e.prototype.next.call(this,n),e.prototype.complete.call(this))},t}(r(9961).Subject);t.AsyncSubject=i},4702:(e,t)=>{"use strict";function r(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}Object.defineProperty(t,"__esModule",{value:!0}),t.iterator=t.getSymbolIterator=void 0,t.getSymbolIterator=r,t.iterator=r()},4818:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isInteropObservable=void 0;var n=r(2285),o=r(2060);t.isInteropObservable=function(e){return o.isFunction(e[n.observable])}},4830:(e,t)=>{"use strict";function r(e,t,r){return{kind:e,value:t,error:r}}Object.defineProperty(t,"__esModule",{value:!0}),t.createNotification=t.nextNotification=t.errorNotification=t.COMPLETE_NOTIFICATION=void 0,t.COMPLETE_NOTIFICATION=r("C",void 0,void 0),t.errorNotification=function(e){return r("E",void 0,e)},t.nextNotification=function(e){return r("N",e,void 0)},t.createNotification=r},4855:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defer=void 0;var n=r(9152),o=r(8579);t.defer=function(e){return new n.Observable(function(t){o.innerFrom(e()).subscribe(t)})}},4901:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.argsOrArgArray=void 0;var r=Array.isArray;t.argsOrArgArray=function(e){return 1===e.length&&r(e[0])?e[0]:e}},4995:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.bindNodeCallback=void 0;var n=r(6149);t.bindNodeCallback=function(e,t,r){return n.bindCallbackInternals(!0,e,t,r)}},4999:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.mergeWith=void 0;var i=r(8751);t.mergeWith=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return i.merge.apply(void 0,o([],n(e)))}},5034:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.elementAt=void 0;var n=r(5819),o=r(9889),i=r(9007),u=r(5604),a=r(3156);t.elementAt=function(e,t){if(e<0)throw new n.ArgumentOutOfRangeError;var r=arguments.length>=2;return function(c){return c.pipe(o.filter(function(t,r){return r===e}),a.take(1),r?u.defaultIfEmpty(t):i.throwIfEmpty(function(){return new n.ArgumentOutOfRangeError}))}}},5131:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.TestTools=t.Immediate=void 0;var r,n=1,o={};function i(e){return e in o&&(delete o[e],!0)}t.Immediate={setImmediate:function(e){var t=n++;return o[t]=!0,r||(r=Promise.resolve()),r.then(function(){return i(t)&&e()}),t},clearImmediate:function(e){i(e)}},t.TestTools={pending:function(){return Object.keys(o).length}}},5275:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.scheduleArray=void 0;var n=r(9152);t.scheduleArray=function(e,t){return new n.Observable(function(r){var n=0;return t.schedule(function(){n===e.length?r.complete():(r.next(e[n++]),r.closed||this.schedule())})})}},5325:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.range=void 0;var n=r(9152),o=r(3054);t.range=function(e,t,r){if(null==t&&(t=e,e=0),t<=0)return o.EMPTY;var i=t+e;return new n.Observable(r?function(t){var n=e;return r.schedule(function(){n<i?(t.next(n++),this.schedule()):t.complete()})}:function(t){for(var r=e;r<i&&!t.closed;)t.next(r++);t.complete()})}},5432:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.createInvalidObservableTypeError=void 0,t.createInvalidObservableTypeError=function(e){return new TypeError("You provided "+(null!==e&&"object"==typeof e?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}},5467:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.concat=void 0;var n=r(4380),o=r(3841),i=r(5491);t.concat=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n.concatAll()(i.from(e,o.popScheduler(e)))}},5473:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.animationFrameProvider=void 0;var i=r(9884);t.animationFrameProvider={schedule:function(e){var r=requestAnimationFrame,n=cancelAnimationFrame,o=t.animationFrameProvider.delegate;o&&(r=o.requestAnimationFrame,n=o.cancelAnimationFrame);var u=r(function(t){n=void 0,e(t)});return new i.Subscription(function(){return null==n?void 0:n(u)})},requestAnimationFrame:function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.animationFrameProvider.delegate;return((null==i?void 0:i.requestAnimationFrame)||requestAnimationFrame).apply(void 0,o([],n(e)))},cancelAnimationFrame:function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.animationFrameProvider.delegate;return((null==i?void 0:i.cancelAnimationFrame)||cancelAnimationFrame).apply(void 0,o([],n(e)))},delegate:void 0}},5491:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.from=void 0;var n=r(3114),o=r(8579);t.from=function(e,t){return t?n.scheduled(e,t):o.innerFrom(e)}},5604:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.defaultIfEmpty=void 0;var n=r(1785),o=r(7461);t.defaultIfEmpty=function(e){return n.operate(function(t,r){var n=!1;t.subscribe(o.createOperatorSubscriber(r,function(e){n=!0,r.next(e)},function(){n||r.next(e),r.complete()}))})}},5614:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.scan=void 0;var n=r(1785),o=r(2186);t.scan=function(e,t){return n.operate(o.scanInternals(e,t,arguments.length>=2,!0))}},5620:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.every=void 0;var n=r(1785),o=r(7461);t.every=function(e,t){return n.operate(function(r,n){var i=0;r.subscribe(o.createOperatorSubscriber(n,function(o){e.call(t,o,i++,r)||(n.next(!1),n.complete())},function(){n.next(!0),n.complete()}))})}},5746:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UnsubscriptionError=void 0;var n=r(3654);t.UnsubscriptionError=n.createErrorClass(function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map(function(e,t){return t+1+") "+e.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}})},5803:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isScheduler=void 0;var n=r(2060);t.isScheduler=function(e){return e&&n.isFunction(e.schedule)}},5811:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.bindCallback=void 0;var n=r(6149);t.bindCallback=function(e,t,r){return n.bindCallbackInternals(!1,e,t,r)}},5819:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ArgumentOutOfRangeError=void 0;var n=r(3654);t.ArgumentOutOfRangeError=n.createErrorClass(function(e){return function(){e(this),this.name="ArgumentOutOfRangeError",this.message="argument out of range"}})},5877:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.groupBy=void 0;var n=r(9152),o=r(8579),i=r(9961),u=r(1785),a=r(7461);t.groupBy=function(e,t,r,c){return u.operate(function(u,s){var l;t&&"function"!=typeof t?(r=t.duration,l=t.element,c=t.connector):l=t;var f=new Map,d=function(e){f.forEach(e),e(s)},p=function(e){return d(function(t){return t.error(e)})},b=0,v=!1,h=new a.OperatorSubscriber(s,function(t){try{var u=e(t),d=f.get(u);if(!d){f.set(u,d=c?c():new i.Subject);var m=(g=u,O=d,(_=new n.Observable(function(e){b++;var t=O.subscribe(e);return function(){t.unsubscribe(),0===--b&&v&&h.unsubscribe()}})).key=g,_);if(s.next(m),r){var y=a.createOperatorSubscriber(d,function(){d.complete(),null==y||y.unsubscribe()},void 0,void 0,function(){return f.delete(u)});h.add(o.innerFrom(r(m)).subscribe(y))}}d.next(l?l(t):t)}catch(e){p(e)}var g,O,_},function(){return d(function(e){return e.complete()})},p,function(){return f.clear()},function(){return v=!0,0===b});u.subscribe(h)})}},5895:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.windowCount=void 0;var o=r(9961),i=r(1785),u=r(7461);t.windowCount=function(e,t){void 0===t&&(t=0);var r=t>0?t:e;return i.operate(function(t,i){var a=[new o.Subject],c=0;i.next(a[0].asObservable()),t.subscribe(u.createOperatorSubscriber(i,function(t){var u,s;try{for(var l=n(a),f=l.next();!f.done;f=l.next())f.value.next(t)}catch(e){u={error:e}}finally{try{f&&!f.done&&(s=l.return)&&s.call(l)}finally{if(u)throw u.error}}var d=c-e+1;if(d>=0&&d%r===0&&a.shift().complete(),++c%r===0){var p=new o.Subject;a.push(p),i.next(p.asObservable())}},function(){for(;a.length>0;)a.shift().complete();i.complete()},function(e){for(;a.length>0;)a.shift().error(e);i.error(e)},function(){a=null}))})}},5930:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.raceInit=t.race=void 0;var n=r(9152),o=r(8579),i=r(4901),u=r(7461);function a(e){return function(t){for(var r=[],n=function(n){r.push(o.innerFrom(e[n]).subscribe(u.createOperatorSubscriber(t,function(e){if(r){for(var o=0;o<r.length;o++)o!==n&&r[o].unsubscribe();r=null}t.next(e)})))},i=0;r&&!t.closed&&i<e.length;i++)n(i)}}t.race=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return 1===(e=i.argsOrArgArray(e)).length?o.innerFrom(e[0]):new n.Observable(a(e))},t.raceInit=a},5993:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.finalize=void 0;var n=r(1785);t.finalize=function(e){return n.operate(function(t,r){try{t.subscribe(r)}finally{r.add(e)}})}},6035:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.skipWhile=void 0;var n=r(1785),o=r(7461);t.skipWhile=function(e){return n.operate(function(t,r){var n=!1,i=0;t.subscribe(o.createOperatorSubscriber(r,function(t){return(n||(n=!e(t,i++)))&&r.next(t)}))})}},6091:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.last=void 0;var n=r(9841),o=r(9889),i=r(8276),u=r(9007),a=r(5604),c=r(6590);t.last=function(e,t){var r=arguments.length>=2;return function(s){return s.pipe(e?o.filter(function(t,r){return e(t,r,s)}):c.identity,i.takeLast(1),r?a.defaultIfEmpty(t):u.throwIfEmpty(function(){return new n.EmptyError}))}}},6097:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.AsyncAction=void 0;var i=r(7693),u=r(1519),a=r(8449),c=function(e){function t(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n.pending=!1,n}return o(t,e),t.prototype.schedule=function(e,t){var r;if(void 0===t&&(t=0),this.closed)return this;this.state=e;var n=this.id,o=this.scheduler;return null!=n&&(this.id=this.recycleAsyncId(o,n,t)),this.pending=!0,this.delay=t,this.id=null!==(r=this.id)&&void 0!==r?r:this.requestAsyncId(o,this.id,t),this},t.prototype.requestAsyncId=function(e,t,r){return void 0===r&&(r=0),u.intervalProvider.setInterval(e.flush.bind(e,this),r)},t.prototype.recycleAsyncId=function(e,t,r){if(void 0===r&&(r=0),null!=r&&this.delay===r&&!1===this.pending)return t;null!=t&&u.intervalProvider.clearInterval(t)},t.prototype.execute=function(e,t){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var r=this._execute(e,t);if(r)return r;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},t.prototype._execute=function(e,t){var r,n=!1;try{this.work(e)}catch(e){n=!0,r=e||new Error("Scheduled action threw falsy error")}if(n)return this.unsubscribe(),r},t.prototype.unsubscribe=function(){if(!this.closed){var t=this.id,r=this.scheduler,n=r.actions;this.work=this.state=this.scheduler=null,this.pending=!1,a.arrRemove(n,this),null!=t&&(this.id=this.recycleAsyncId(r,t,null)),this.delay=null,e.prototype.unsubscribe.call(this)}},t}(i.Action);t.AsyncAction=c},6149:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.bindCallbackInternals=void 0;var i=r(5803),u=r(9152),a=r(4294),c=r(245),s=r(9474),l=r(4597);t.bindCallbackInternals=function e(t,r,f,d){if(f){if(!i.isScheduler(f))return function(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];return e(t,r,d).apply(this,n).pipe(c.mapOneOrManyArgs(f))};d=f}return d?function(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];return e(t,r).apply(this,n).pipe(a.subscribeOn(d),s.observeOn(d))}:function(){for(var e=this,i=[],a=0;a<arguments.length;a++)i[a]=arguments[a];var c=new l.AsyncSubject,s=!0;return new u.Observable(function(u){var a=c.subscribe(u);if(s){s=!1;var l=!1,f=!1;r.apply(e,o(o([],n(i)),[function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];if(t){var n=e.shift();if(null!=n)return void c.error(n)}c.next(1<e.length?e:e[0]),f=!0,l&&c.complete()}])),f&&c.complete(),l=!0}return a})}}},6193:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.AsapScheduler=void 0;var i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return o(t,e),t.prototype.flush=function(e){this._active=!0;var t=this._scheduled;this._scheduled=void 0;var r,n=this.actions;e=e||n.shift();do{if(r=e.execute(e.state,e.delay))break}while((e=n[0])&&e.id===t&&n.shift());if(this._active=!1,r){for(;(e=n[0])&&e.id===t&&n.shift();)e.unsubscribe();throw r}},t}(r(1138).AsyncScheduler);t.AsapScheduler=i},6202:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.switchScan=void 0;var n=r(6273),o=r(1785);t.switchScan=function(e,t){return o.operate(function(r,o){var i=t;return n.switchMap(function(t,r){return e(i,t,r)},function(e,t){return i=t,t})(r).subscribe(o),function(){i=null}})}},6206:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.exhaustAll=void 0;var n=r(2303),o=r(6590);t.exhaustAll=function(){return n.exhaustMap(o.identity)}},6273:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.switchMap=void 0;var n=r(8579),o=r(1785),i=r(7461);t.switchMap=function(e,t){return o.operate(function(r,o){var u=null,a=0,c=!1,s=function(){return c&&!u&&o.complete()};r.subscribe(i.createOperatorSubscriber(o,function(r){null==u||u.unsubscribe();var c=0,l=a++;n.innerFrom(e(r,l)).subscribe(u=i.createOperatorSubscriber(o,function(e){return o.next(t?t(r,e,l,c++):e)},function(){u=null,s()}))},function(){c=!0,s()}))})}},6293:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.first=void 0;var n=r(9841),o=r(9889),i=r(3156),u=r(5604),a=r(9007),c=r(6590);t.first=function(e,t){var r=arguments.length>=2;return function(s){return s.pipe(e?o.filter(function(t,r){return e(t,r,s)}):c.identity,i.take(1),r?u.defaultIfEmpty(t):a.throwIfEmpty(function(){return new n.EmptyError}))}}},6310:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.combineLatestAll=void 0;var n=r(9009),o=r(9188);t.combineLatestAll=function(e){return o.joinAllInternals(n.combineLatest,e)}},6361:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.zipAll=void 0;var n=r(8464),o=r(9188);t.zipAll=function(e){return o.joinAllInternals(n.zip,e)}},6368:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.ObjectUnsubscribedError=void 0;var n=r(3654);t.ObjectUnsubscribedError=n.createErrorClass(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}})},6380:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.ConnectableObservable=void 0;var i=r(9152),u=r(9884),a=r(1039),c=r(7461),s=r(1785),l=function(e){function t(t,r){var n=e.call(this)||this;return n.source=t,n.subjectFactory=r,n._subject=null,n._refCount=0,n._connection=null,s.hasLift(t)&&(n.lift=t.lift),n}return o(t,e),t.prototype._subscribe=function(e){return this.getSubject().subscribe(e)},t.prototype.getSubject=function(){var e=this._subject;return e&&!e.isStopped||(this._subject=this.subjectFactory()),this._subject},t.prototype._teardown=function(){this._refCount=0;var e=this._connection;this._subject=this._connection=null,null==e||e.unsubscribe()},t.prototype.connect=function(){var e=this,t=this._connection;if(!t){t=this._connection=new u.Subscription;var r=this.getSubject();t.add(this.source.subscribe(c.createOperatorSubscriber(r,void 0,function(){e._teardown(),r.complete()},function(t){e._teardown(),r.error(t)},function(){return e._teardown()}))),t.closed&&(this._connection=null,t=u.Subscription.EMPTY)}return t},t.prototype.refCount=function(){return a.refCount()(this)},t}(i.Observable);t.ConnectableObservable=l},6491:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.config=void 0,t.config={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1}},6546:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.distinctUntilKeyChanged=void 0;var n=r(2639);t.distinctUntilKeyChanged=function(e,t){return n.distinctUntilChanged(function(r,n){return t?t(r[e],n[e]):r[e]===n[e]})}},6580:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.debounce=void 0;var n=r(1785),o=r(7676),i=r(7461),u=r(8579);t.debounce=function(e){return n.operate(function(t,r){var n=!1,a=null,c=null,s=function(){if(null==c||c.unsubscribe(),c=null,n){n=!1;var e=a;a=null,r.next(e)}};t.subscribe(i.createOperatorSubscriber(r,function(t){null==c||c.unsubscribe(),n=!0,a=t,c=i.createOperatorSubscriber(r,s,o.noop),u.innerFrom(e(t)).subscribe(c)},function(){s(),r.complete()},void 0,function(){a=c=null}))})}},6590:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.identity=void 0,t.identity=function(e){return e}},6606:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.endWith=void 0;var i=r(5467),u=r(3326);t.endWith=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return function(t){return i.concat(t,u.of.apply(void 0,o([],n(e))))}}},6652:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.bufferTime=void 0;var o=r(9884),i=r(1785),u=r(7461),a=r(8449),c=r(8211),s=r(3841),l=r(872);t.bufferTime=function(e){for(var t,r,f=[],d=1;d<arguments.length;d++)f[d-1]=arguments[d];var p=null!==(t=s.popScheduler(f))&&void 0!==t?t:c.asyncScheduler,b=null!==(r=f[0])&&void 0!==r?r:null,v=f[1]||1/0;return i.operate(function(t,r){var i=[],c=!1,s=function(e){var t=e.buffer;e.subs.unsubscribe(),a.arrRemove(i,e),r.next(t),c&&f()},f=function(){if(i){var t=new o.Subscription;r.add(t);var n={buffer:[],subs:t};i.push(n),l.executeSchedule(t,p,function(){return s(n)},e)}};null!==b&&b>=0?l.executeSchedule(r,p,f,b,!0):c=!0,f();var d=u.createOperatorSubscriber(r,function(e){var t,r,o=i.slice();try{for(var u=n(o),a=u.next();!a.done;a=u.next()){var c=a.value,l=c.buffer;l.push(e),v<=l.length&&s(c)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(r=u.return)&&r.call(u)}finally{if(t)throw t.error}}},function(){for(;null==i?void 0:i.length;)r.next(i.shift().buffer);null==d||d.unsubscribe(),r.complete(),r.unsubscribe()},void 0,function(){return i=null});t.subscribe(d)})}},6705:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.exhaust=void 0;var n=r(6206);t.exhaust=n.exhaustAll},6758:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.pluck=void 0;var n=r(8637);t.pluck=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=e.length;if(0===r)throw new Error("list of properties cannot be empty.");return n.map(function(t){for(var n=t,o=0;o<r;o++){var i=null==n?void 0:n[e[o]];if(void 0===i)return;n=i}return n})}},6793:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.combineLatest=void 0;var i=r(9009),u=r(1785),a=r(4901),c=r(245),s=r(9420),l=r(3841);t.combineLatest=function e(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var f=l.popResultSelector(t);return f?s.pipe(e.apply(void 0,o([],n(t))),c.mapOneOrManyArgs(f)):u.operate(function(e,r){i.combineLatestInit(o([e],n(a.argsOrArgArray(t))))(r)})}},6967:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.startWith=void 0;var n=r(5467),o=r(3841),i=r(1785);t.startWith=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=o.popScheduler(e);return i.operate(function(t,o){(r?n.concat(e,t,r):n.concat(e,t)).subscribe(o)})}},7042:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.tap=void 0;var n=r(2060),o=r(1785),i=r(7461),u=r(6590);t.tap=function(e,t,r){var a=n.isFunction(e)||t||r?{next:e,error:t,complete:r}:e;return a?o.operate(function(e,t){var r;null===(r=a.subscribe)||void 0===r||r.call(a);var n=!0;e.subscribe(i.createOperatorSubscriber(t,function(e){var r;null===(r=a.next)||void 0===r||r.call(a,e),t.next(e)},function(){var e;n=!1,null===(e=a.complete)||void 0===e||e.call(a),t.complete()},function(e){var r;n=!1,null===(r=a.error)||void 0===r||r.call(a,e),t.error(e)},function(){var e,t;n&&(null===(e=a.unsubscribe)||void 0===e||e.call(a)),null===(t=a.finalize)||void 0===t||t.call(a)}))}):u.identity}},7156:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.concatMapTo=void 0;var n=r(3973),o=r(2060);t.concatMapTo=function(e,t){return o.isFunction(t)?n.concatMap(function(){return e},t):n.concatMap(function(){return e})}},7283:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.BehaviorSubject=void 0;var i=function(e){function t(t){var r=e.call(this)||this;return r._value=t,r}return o(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(t){var r=e.prototype._subscribe.call(this,t);return!r.closed&&t.next(this._value),r},t.prototype.getValue=function(){var e=this,t=e.hasError,r=e.thrownError,n=e._value;if(t)throw r;return this._throwIfClosed(),n},t.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},t}(r(9961).Subject);t.BehaviorSubject=i},7343:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.windowWhen=void 0;var n=r(9961),o=r(1785),i=r(7461),u=r(8579);t.windowWhen=function(e){return o.operate(function(t,r){var o,a,c=function(e){o.error(e),r.error(e)},s=function(){var t;null==a||a.unsubscribe(),null==o||o.complete(),o=new n.Subject,r.next(o.asObservable());try{t=u.innerFrom(e())}catch(e){return void c(e)}t.subscribe(a=i.createOperatorSubscriber(r,s,s,c))};s(),t.subscribe(i.createOperatorSubscriber(r,function(e){return o.next(e)},function(){o.complete(),r.complete()},c,function(){null==a||a.unsubscribe(),o=null}))})}},7350:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.findIndex=void 0;var n=r(1785),o=r(1740);t.findIndex=function(e,t){return n.operate(o.createFind(e,t,"index"))}},7378:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.race=void 0;var i=r(4901),u=r(1118);t.race=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return u.raceWith.apply(void 0,o([],n(i.argsOrArgArray(e))))}},7461:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.OperatorSubscriber=t.createOperatorSubscriber=void 0;var i=r(9779);t.createOperatorSubscriber=function(e,t,r,n,o){return new u(e,t,r,n,o)};var u=function(e){function t(t,r,n,o,i,u){var a=e.call(this,t)||this;return a.onFinalize=i,a.shouldUnsubscribe=u,a._next=r?function(e){try{r(e)}catch(e){t.error(e)}}:e.prototype._next,a._error=o?function(e){try{o(e)}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._error,a._complete=n?function(){try{n()}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._complete,a}return o(t,e),t.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;e.prototype.unsubscribe.call(this),!r&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}},t}(i.Subscriber);t.OperatorSubscriber=u},7499:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.scheduleReadableStreamLike=void 0;var n=r(3084),o=r(8443);t.scheduleReadableStreamLike=function(e,t){return n.scheduleAsyncIterable(o.readableStreamLikeToAsyncGenerator(e),t)}},7676:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.noop=void 0,t.noop=function(){}},7693:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.Action=void 0;var i=function(e){function t(t,r){return e.call(this)||this}return o(t,e),t.prototype.schedule=function(e,t){return void 0===t&&(t=0),this},t}(r(9884).Subscription);t.Action=i},7706:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.asap=t.asapScheduler=void 0;var n=r(7712),o=r(6193);t.asapScheduler=new o.AsapScheduler(n.AsapAction),t.asap=t.asapScheduler},7712:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.AsapAction=void 0;var i=r(6097),u=r(9027),a=function(e){function t(t,r){var n=e.call(this,t,r)||this;return n.scheduler=t,n.work=r,n}return o(t,e),t.prototype.requestAsyncId=function(t,r,n){return void 0===n&&(n=0),null!==n&&n>0?e.prototype.requestAsyncId.call(this,t,r,n):(t.actions.push(this),t._scheduled||(t._scheduled=u.immediateProvider.setImmediate(t.flush.bind(t,void 0))))},t.prototype.recycleAsyncId=function(t,r,n){var o;if(void 0===n&&(n=0),null!=n?n>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,t,r,n);var i=t.actions;null!=r&&(null===(o=i[i.length-1])||void 0===o?void 0:o.id)!==r&&(u.immediateProvider.clearImmediate(r),t._scheduled===r&&(t._scheduled=void 0))},t}(i.AsyncAction);t.AsapAction=a},7716:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isArrayLike=void 0,t.isArrayLike=function(e){return e&&"number"==typeof e.length&&"function"!=typeof e}},7730:(e,t,r)=>{"use strict";r.r(t),r.d(t,{Maybe:()=>n});class n{constructor(e){this.value=e}static just(e){if(null==e)throw new TypeError("Value passed to just must exist!");return new n(e)}static nothing(){return new n}static maybe(e){return null==e?n.nothing():n.just(e)}static join(e){return e.withDefault(n.nothing())}static sequence(e){return e.reduce((e,t)=>e.bind(e=>t.map(t=>e.concat(t))),n.just([]))}static traverse(e,t){return n.sequence(t).map(t=>t.map(e))}static justMap(e,t){return t.reduce((t,r)=>{const n=e(r);return void 0!==n.value?t.concat(n.value):t},[])}static filterSomethings(e){return e.reduce((e,t)=>(t.value&&e.push(t.value),e),[])}static lift(e){return t=>t.map(e)}static lift2(e){return(t,r)=>n.sequence([t,r]).map(t=>e(t[0],t[1]))}static lift3(e){return(t,r,o)=>n.sequence([t,r,o]).map(t=>e(t[0],t[1],t[2]))}static toPromise(e){return e.hasSomething?Promise.resolve(e.value):Promise.reject()}map(e){return void 0!==this.value?n.maybe(e(this.value)):n.nothing()}asyncMap(e){return void 0!==this.value?e(this.value).then(e=>{if(null==e)throw"Promise Conversion from a Maybe.Nothing";return e}):Promise.reject()}alt(e){return void 0!==this.value?this:e}altMap(e){return void 0!==this.value?this:e()}ap(e){return e.bind(e=>this.map(e))}bind(e){return n.join(this.map(e))}withDefault(e){return void 0!==this.value?this.value:e}withDefaultFn(e){return void 0!==this.value?this.value:e()}get hasNothing(){return void 0===this.value}get hasSomething(){return!this.hasNothing}unsafeElse(e){this.hasNothing&&e()}}n.of=n.maybe},7773:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.throwError=void 0;var n=r(9152),o=r(2060);t.throwError=function(e,t){var r=o.isFunction(e)?e:function(){return e},i=function(e){return e.error(r())};return new n.Observable(t?function(e){return t.schedule(i,0,e)}:i)}},7793:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.connectable=void 0;var n=r(9961),o=r(9152),i=r(4855),u={connector:function(){return new n.Subject},resetOnDisconnect:!0};t.connectable=function(e,t){void 0===t&&(t=u);var r=null,n=t.connector,a=t.resetOnDisconnect,c=void 0===a||a,s=n(),l=new o.Observable(function(e){return s.subscribe(e)});return l.connect=function(){return r&&!r.closed||(r=i.defer(function(){return e}).subscribe(s),c&&r.add(function(){return s=n()})),r},l}},7949:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.connect=void 0;var n=r(9961),o=r(8579),i=r(1785),u=r(4338),a={connector:function(){return new n.Subject}};t.connect=function(e,t){void 0===t&&(t=a);var r=t.connector;return i.operate(function(t,n){var i=r();o.innerFrom(e(u.fromSubscribable(i))).subscribe(n),n.add(t.subscribe(i))})}},7977:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.retryWhen=void 0;var n=r(8579),o=r(9961),i=r(1785),u=r(7461);t.retryWhen=function(e){return i.operate(function(t,r){var i,a,c=!1,s=function(){i=t.subscribe(u.createOperatorSubscriber(r,void 0,void 0,function(t){a||(a=new o.Subject,n.innerFrom(e(a)).subscribe(u.createOperatorSubscriber(r,function(){return i?s():c=!0}))),a&&a.next(t)})),c&&(i.unsubscribe(),i=null,c=!1,s())};s()})}},7986:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.throttleTime=void 0;var n=r(8211),o=r(2743),i=r(7998);t.throttleTime=function(e,t,r){void 0===t&&(t=n.asyncScheduler);var u=i.timer(e,t);return o.throttle(function(){return u},r)}},7998:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.timer=void 0;var n=r(9152),o=r(8211),i=r(5803),u=r(9944);t.timer=function(e,t,r){void 0===e&&(e=0),void 0===r&&(r=o.async);var a=-1;return null!=t&&(i.isScheduler(t)?r=t:a=t),new n.Observable(function(t){var n=u.isValidDate(e)?+e-r.now():e;n<0&&(n=0);var o=0;return r.schedule(function(){t.closed||(t.next(o++),0<=a?this.schedule(void 0,a):t.complete())},n)})}},8052:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.VirtualAction=t.VirtualTimeScheduler=void 0;var i=r(6097),u=r(9884),a=function(e){function t(t,r){void 0===t&&(t=c),void 0===r&&(r=1/0);var n=e.call(this,t,function(){return n.frame})||this;return n.maxFrames=r,n.frame=0,n.index=-1,n}return o(t,e),t.prototype.flush=function(){for(var e,t,r=this.actions,n=this.maxFrames;(t=r[0])&&t.delay<=n&&(r.shift(),this.frame=t.delay,!(e=t.execute(t.state,t.delay))););if(e){for(;t=r.shift();)t.unsubscribe();throw e}},t.frameTimeFactor=10,t}(r(1138).AsyncScheduler);t.VirtualTimeScheduler=a;var c=function(e){function t(t,r,n){void 0===n&&(n=t.index+=1);var o=e.call(this,t,r)||this;return o.scheduler=t,o.work=r,o.index=n,o.active=!0,o.index=t.index=n,o}return o(t,e),t.prototype.schedule=function(r,n){if(void 0===n&&(n=0),Number.isFinite(n)){if(!this.id)return e.prototype.schedule.call(this,r,n);this.active=!1;var o=new t(this.scheduler,this.work);return this.add(o),o.schedule(r,n)}return u.Subscription.EMPTY},t.prototype.requestAsyncId=function(e,r,n){void 0===n&&(n=0),this.delay=e.frame+n;var o=e.actions;return o.push(this),o.sort(t.sortActions),1},t.prototype.recycleAsyncId=function(e,t,r){void 0===r&&(r=0)},t.prototype._execute=function(t,r){if(!0===this.active)return e.prototype._execute.call(this,t,r)},t.sortActions=function(e,t){return e.delay===t.delay?e.index===t.index?0:e.index>t.index?1:-1:e.delay>t.delay?1:-1},t}(i.AsyncAction);t.VirtualAction=c},8140:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.queue=t.queueScheduler=void 0;var n=r(4062),o=r(3115);t.queueScheduler=new o.QueueScheduler(n.QueueAction),t.queue=t.queueScheduler},8187:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.distinct=void 0;var n=r(1785),o=r(7461),i=r(7676),u=r(8579);t.distinct=function(e,t){return n.operate(function(r,n){var a=new Set;r.subscribe(o.createOperatorSubscriber(n,function(t){var r=e?e(t):t;a.has(r)||(a.add(r),n.next(t))})),t&&u.innerFrom(t).subscribe(o.createOperatorSubscriber(n,function(){return a.clear()},i.noop))})}},8191:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.using=void 0;var n=r(9152),o=r(8579),i=r(3054);t.using=function(e,t){return new n.Observable(function(r){var n=e(),u=t(n);return(u?o.innerFrom(u):i.EMPTY).subscribe(r),function(){n&&n.unsubscribe()}})}},8211:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.async=t.asyncScheduler=void 0;var n=r(6097),o=r(1138);t.asyncScheduler=new o.AsyncScheduler(n.AsyncAction),t.async=t.asyncScheduler},8276:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.takeLast=void 0;var o=r(3054),i=r(1785),u=r(7461);t.takeLast=function(e){return e<=0?function(){return o.EMPTY}:i.operate(function(t,r){var o=[];t.subscribe(u.createOperatorSubscriber(r,function(t){o.push(t),e<o.length&&o.shift()},function(){var e,t;try{for(var i=n(o),u=i.next();!u.done;u=i.next()){var a=u.value;r.next(a)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=i.return)&&t.call(i)}finally{if(e)throw e.error}}r.complete()},void 0,function(){o=null}))})}},8340:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.repeatWhen=void 0;var n=r(8579),o=r(9961),i=r(1785),u=r(7461);t.repeatWhen=function(e){return i.operate(function(t,r){var i,a,c=!1,s=!1,l=!1,f=function(){return l&&s&&(r.complete(),!0)},d=function(){l=!1,i=t.subscribe(u.createOperatorSubscriber(r,void 0,function(){l=!0,!f()&&(a||(a=new o.Subject,n.innerFrom(e(a)).subscribe(u.createOperatorSubscriber(r,function(){i?d():c=!0},function(){s=!0,f()}))),a).next()})),c&&(i.unsubscribe(),i=null,c=!1,d())};d()})}},8443:function(e,t,r){"use strict";var n=this&&this.__generator||function(e,t){var r,n,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;u;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,n=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!((o=(o=u.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=t.call(e,u)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}},o=this&&this.__await||function(e){return this instanceof o?(this.v=e,this):new o(e)},i=this&&this.__asyncGenerator||function(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,i=r.apply(e,t||[]),u=[];return n={},a("next"),a("throw"),a("return"),n[Symbol.asyncIterator]=function(){return this},n;function a(e){i[e]&&(n[e]=function(t){return new Promise(function(r,n){u.push([e,t,r,n])>1||c(e,t)})})}function c(e,t){try{(r=i[e](t)).value instanceof o?Promise.resolve(r.value.v).then(s,l):f(u[0][2],r)}catch(e){f(u[0][3],e)}var r}function s(e){c("next",e)}function l(e){c("throw",e)}function f(e,t){e(t),u.shift(),u.length&&c(u[0][0],u[0][1])}};Object.defineProperty(t,"__esModule",{value:!0}),t.isReadableStreamLike=t.readableStreamLikeToAsyncGenerator=void 0;var u=r(2060);t.readableStreamLikeToAsyncGenerator=function(e){return i(this,arguments,function(){var t,r,i;return n(this,function(n){switch(n.label){case 0:t=e.getReader(),n.label=1;case 1:n.trys.push([1,,9,10]),n.label=2;case 2:return[4,o(t.read())];case 3:return r=n.sent(),i=r.value,r.done?[4,o(void 0)]:[3,5];case 4:return[2,n.sent()];case 5:return[4,o(i)];case 6:return[4,n.sent()];case 7:return n.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}})})},t.isReadableStreamLike=function(e){return u.isFunction(null==e?void 0:e.getReader)}},8449:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.arrRemove=void 0,t.arrRemove=function(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}},8464:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.zip=void 0;var i=r(9152),u=r(8579),a=r(4901),c=r(3054),s=r(7461),l=r(3841);t.zip=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=l.popResultSelector(e),f=a.argsOrArgArray(e);return f.length?new i.Observable(function(e){var t=f.map(function(){return[]}),i=f.map(function(){return!1});e.add(function(){t=i=null});for(var a=function(a){u.innerFrom(f[a]).subscribe(s.createOperatorSubscriber(e,function(u){if(t[a].push(u),t.every(function(e){return e.length})){var c=t.map(function(e){return e.shift()});e.next(r?r.apply(void 0,o([],n(c))):c),t.some(function(e,t){return!e.length&&i[t]})&&e.complete()}},function(){i[a]=!0,!t[a].length&&e.complete()}))},c=0;!e.closed&&c<f.length;c++)a(c);return function(){t=i=null}}):c.EMPTY}},8505:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.debounceTime=void 0;var n=r(8211),o=r(1785),i=r(7461);t.debounceTime=function(e,t){return void 0===t&&(t=n.asyncScheduler),o.operate(function(r,n){var o=null,u=null,a=null,c=function(){if(o){o.unsubscribe(),o=null;var e=u;u=null,n.next(e)}};function s(){var r=a+e,i=t.now();if(i<r)return o=this.schedule(void 0,r-i),void n.add(o);c()}r.subscribe(i.createOperatorSubscriber(n,function(r){u=r,a=t.now(),o||(o=t.schedule(s,e),n.add(o))},function(){c(),n.complete()},void 0,function(){u=o=null}))})}},8529:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.reportUnhandledError=void 0;var n=r(6491),o=r(2565);t.reportUnhandledError=function(e){o.timeoutProvider.setTimeout(function(){var t=n.config.onUnhandledError;if(!t)throw e;t(e)})}},8579:function(e,t,r){"use strict";var n=this&&this.__awaiter||function(e,t,r,n){return new(r||(r=Promise))(function(o,i){function u(e){try{c(n.next(e))}catch(e){i(e)}}function a(e){try{c(n.throw(e))}catch(e){i(e)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r(function(e){e(t)})).then(u,a)}c((n=n.apply(e,t||[])).next())})},o=this&&this.__generator||function(e,t){var r,n,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;u;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,n=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!((o=(o=u.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=t.call(e,u)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}},i=this&&this.__asyncValues||function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e="function"==typeof u?u(e):e[Symbol.iterator](),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(r){t[r]=e[r]&&function(t){return new Promise(function(n,o){!function(e,t,r,n){Promise.resolve(n).then(function(t){e({value:t,done:r})},t)}(n,o,(t=e[r](t)).done,t.value)})}}},u=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.fromReadableStreamLike=t.fromAsyncIterable=t.fromIterable=t.fromPromise=t.fromArrayLike=t.fromInteropObservable=t.innerFrom=void 0;var a=r(7716),c=r(851),s=r(9152),l=r(4818),f=r(9644),d=r(5432),p=r(1046),b=r(8443),v=r(2060),h=r(8529),m=r(2285);function y(e){return new s.Observable(function(t){var r=e[m.observable]();if(v.isFunction(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function g(e){return new s.Observable(function(t){for(var r=0;r<e.length&&!t.closed;r++)t.next(e[r]);t.complete()})}function O(e){return new s.Observable(function(t){e.then(function(e){t.closed||(t.next(e),t.complete())},function(e){return t.error(e)}).then(null,h.reportUnhandledError)})}function _(e){return new s.Observable(function(t){var r,n;try{for(var o=u(e),i=o.next();!i.done;i=o.next()){var a=i.value;if(t.next(a),t.closed)return}}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}t.complete()})}function w(e){return new s.Observable(function(t){(function(e,t){var r,u,a,c;return n(this,void 0,void 0,function(){var n,s;return o(this,function(o){switch(o.label){case 0:o.trys.push([0,5,6,11]),r=i(e),o.label=1;case 1:return[4,r.next()];case 2:if((u=o.sent()).done)return[3,4];if(n=u.value,t.next(n),t.closed)return[2];o.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return s=o.sent(),a={error:s},[3,11];case 6:return o.trys.push([6,,9,10]),u&&!u.done&&(c=r.return)?[4,c.call(r)]:[3,8];case 7:o.sent(),o.label=8;case 8:return[3,10];case 9:if(a)throw a.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})})})(e,t).catch(function(e){return t.error(e)})})}function P(e){return w(b.readableStreamLikeToAsyncGenerator(e))}t.innerFrom=function(e){if(e instanceof s.Observable)return e;if(null!=e){if(l.isInteropObservable(e))return y(e);if(a.isArrayLike(e))return g(e);if(c.isPromise(e))return O(e);if(f.isAsyncIterable(e))return w(e);if(p.isIterable(e))return _(e);if(b.isReadableStreamLike(e))return P(e)}throw d.createInvalidObservableTypeError(e)},t.fromInteropObservable=y,t.fromArrayLike=g,t.fromPromise=O,t.fromIterable=_,t.fromAsyncIterable=w,t.fromReadableStreamLike=P},8597:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.multicast=void 0;var n=r(6380),o=r(2060),i=r(7949);t.multicast=function(e,t){var r=o.isFunction(e)?e:function(){return e};return o.isFunction(t)?i.connect(t,{connector:r}):function(e){return new n.ConnectableObservable(e,r)}}},8608:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.switchMapTo=void 0;var n=r(6273),o=r(2060);t.switchMapTo=function(e,t){return o.isFunction(t)?n.switchMap(function(){return e},t):n.switchMap(function(){return e})}},8637:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.map=void 0;var n=r(1785),o=r(7461);t.map=function(e,t){return n.operate(function(r,n){var i=0;r.subscribe(o.createOperatorSubscriber(n,function(r){n.next(e.call(t,r,i++))}))})}},8646:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.bufferCount=void 0;var o=r(1785),i=r(7461),u=r(8449);t.bufferCount=function(e,t){return void 0===t&&(t=null),t=null!=t?t:e,o.operate(function(r,o){var a=[],c=0;r.subscribe(i.createOperatorSubscriber(o,function(r){var i,s,l,f,d=null;c++%t===0&&a.push([]);try{for(var p=n(a),b=p.next();!b.done;b=p.next())(m=b.value).push(r),e<=m.length&&(d=null!=d?d:[]).push(m)}catch(e){i={error:e}}finally{try{b&&!b.done&&(s=p.return)&&s.call(p)}finally{if(i)throw i.error}}if(d)try{for(var v=n(d),h=v.next();!h.done;h=v.next()){var m=h.value;u.arrRemove(a,m),o.next(m)}}catch(e){l={error:e}}finally{try{h&&!h.done&&(f=v.return)&&f.call(v)}finally{if(l)throw l.error}}},function(){var e,t;try{for(var r=n(a),i=r.next();!i.done;i=r.next()){var u=i.value;o.next(u)}}catch(t){e={error:t}}finally{try{i&&!i.done&&(t=r.return)&&t.call(r)}finally{if(e)throw e.error}}o.complete()},void 0,function(){a=null}))})}},8650:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.firstValueFrom=void 0;var n=r(9841),o=r(9779);t.firstValueFrom=function(e,t){var r="object"==typeof t;return new Promise(function(i,u){var a=new o.SafeSubscriber({next:function(e){i(e),a.unsubscribe()},error:u,complete:function(){r?i(t.defaultValue):u(new n.EmptyError)}});e.subscribe(a)})}},8672:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.skip=void 0;var n=r(9889);t.skip=function(e){return n.filter(function(t,r){return e<=r})}},8751:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.merge=void 0;var i=r(1785),u=r(1744),a=r(3841),c=r(5491);t.merge=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=a.popScheduler(e),s=a.popNumber(e,1/0);return i.operate(function(t,i){u.mergeAll(s)(c.from(o([t],n(e)),r)).subscribe(i)})}},8801:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sample=void 0;var n=r(8579),o=r(1785),i=r(7676),u=r(7461);t.sample=function(e){return o.operate(function(t,r){var o=!1,a=null;t.subscribe(u.createOperatorSubscriber(r,function(e){o=!0,a=e})),n.innerFrom(e).subscribe(u.createOperatorSubscriber(r,function(){if(o){o=!1;var e=a;a=null,r.next(e)}},i.noop))})}},8804:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Scheduler=void 0;var n=r(4506),o=function(){function e(t,r){void 0===r&&(r=e.now),this.schedulerActionCtor=t,this.now=r}return e.prototype.schedule=function(e,t,r){return void 0===t&&(t=0),new this.schedulerActionCtor(this,e).schedule(r,t)},e.now=n.dateTimestampProvider.now,e}();t.Scheduler=o},8890:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mergeScan=void 0;var n=r(1785),o=r(4449);t.mergeScan=function(e,t,r){return void 0===r&&(r=1/0),n.operate(function(n,i){var u=t;return o.mergeInternals(n,i,function(t,r){return e(u,t,r)},r,function(e){u=e},!1,void 0,function(){return u=null})})}},8899:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.iif=void 0;var n=r(4855);t.iif=function(e,t,r){return n.defer(function(){return e()?t:r})}},8911:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.min=void 0;var n=r(9205),o=r(2060);t.min=function(e){return n.reduce(o.isFunction(e)?function(t,r){return e(t,r)<0?t:r}:function(e,t){return e<t?e:t})}},8936:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.repeat=void 0;var n=r(3054),o=r(1785),i=r(7461),u=r(8579),a=r(7998);t.repeat=function(e){var t,r,c=1/0;return null!=e&&("object"==typeof e?(t=e.count,c=void 0===t?1/0:t,r=e.delay):c=e),c<=0?function(){return n.EMPTY}:o.operate(function(e,t){var n,o=0,s=function(){if(null==n||n.unsubscribe(),n=null,null!=r){var e="number"==typeof r?a.timer(r):u.innerFrom(r(o)),c=i.createOperatorSubscriber(t,function(){c.unsubscribe(),l()});e.subscribe(c)}else l()},l=function(){var r=!1;n=e.subscribe(i.createOperatorSubscriber(t,void 0,function(){++o<c?n?s():r=!0:t.complete()})),r&&s()};l()})}},8992:function(e,t,r){"use strict";var n=this&&this.__generator||function(e,t){var r,n,o,i,u={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:a(0),throw:a(1),return:a(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function a(i){return function(a){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;u;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return u.label++,{value:i[1],done:!1};case 5:u.label++,n=i[1],i=[0];continue;case 7:i=u.ops.pop(),u.trys.pop();continue;default:if(!((o=(o=u.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){u=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){u.label=i[1];break}if(6===i[0]&&u.label<o[1]){u.label=o[1],o=i;break}if(o&&u.label<o[2]){u.label=o[2],u.ops.push(i);break}o[2]&&u.ops.pop(),u.trys.pop();continue}i=t.call(e,u)}catch(e){i=[6,e],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,a])}}};Object.defineProperty(t,"__esModule",{value:!0}),t.generate=void 0;var o=r(6590),i=r(5803),u=r(4855),a=r(2342);t.generate=function(e,t,r,c,s){var l,f,d,p;function b(){var e;return n(this,function(n){switch(n.label){case 0:e=p,n.label=1;case 1:return t&&!t(e)?[3,4]:[4,d(e)];case 2:n.sent(),n.label=3;case 3:return e=r(e),[3,1];case 4:return[2]}})}return 1===arguments.length?(p=(l=e).initialState,t=l.condition,r=l.iterate,f=l.resultSelector,d=void 0===f?o.identity:f,s=l.scheduler):(p=e,!c||i.isScheduler(c)?(d=o.identity,s=c):d=c),u.defer(s?function(){return a.scheduleIterable(b(),s)}:b)}},9007:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.throwIfEmpty=void 0;var n=r(9841),o=r(1785),i=r(7461);function u(){return new n.EmptyError}t.throwIfEmpty=function(e){return void 0===e&&(e=u),o.operate(function(t,r){var n=!1;t.subscribe(i.createOperatorSubscriber(r,function(e){n=!0,r.next(e)},function(){return n?r.complete():r.error(e())}))})}},9009:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.combineLatestInit=t.combineLatest=void 0;var n=r(9152),o=r(2206),i=r(5491),u=r(6590),a=r(245),c=r(3841),s=r(1711),l=r(7461),f=r(872);function d(e,t,r){return void 0===r&&(r=u.identity),function(n){p(t,function(){for(var o=e.length,u=new Array(o),a=o,c=o,s=function(o){p(t,function(){var s=i.from(e[o],t),f=!1;s.subscribe(l.createOperatorSubscriber(n,function(e){u[o]=e,f||(f=!0,c--),c||n.next(r(u.slice()))},function(){--a||n.complete()}))},n)},f=0;f<o;f++)s(f)},n)}}function p(e,t,r){e?f.executeSchedule(r,e,t):t()}t.combineLatest=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=c.popScheduler(e),l=c.popResultSelector(e),f=o.argsArgArrayOrObject(e),p=f.args,b=f.keys;if(0===p.length)return i.from([],r);var v=new n.Observable(d(p,r,b?function(e){return s.createObject(b,e)}:u.identity));return l?v.pipe(a.mapOneOrManyArgs(l)):v},t.combineLatestInit=d},9027:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.immediateProvider=void 0;var i=r(5131),u=i.Immediate.setImmediate,a=i.Immediate.clearImmediate;t.immediateProvider={setImmediate:function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var i=t.immediateProvider.delegate;return((null==i?void 0:i.setImmediate)||u).apply(void 0,o([],n(e)))},clearImmediate:function(e){var r=t.immediateProvider.delegate;return((null==r?void 0:r.clearImmediate)||a)(e)},delegate:void 0}},9073:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.mergeMap=void 0;var n=r(8637),o=r(8579),i=r(1785),u=r(4449),a=r(2060);t.mergeMap=function e(t,r,c){return void 0===c&&(c=1/0),a.isFunction(r)?e(function(e,i){return n.map(function(t,n){return r(e,t,i,n)})(o.innerFrom(t(e,i)))},c):("number"==typeof r&&(c=r),i.operate(function(e,r){return u.mergeInternals(e,r,t,c)}))}},9078:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.interval=void 0;var n=r(8211),o=r(7998);t.interval=function(e,t){return void 0===e&&(e=0),void 0===t&&(t=n.asyncScheduler),e<0&&(e=0),o.timer(e,e,t)}},9152:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.Observable=void 0;var n=r(9779),o=r(9884),i=r(2285),u=r(9420),a=r(6491),c=r(2060),s=r(2853),l=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var i,u=this,a=(i=e)&&i instanceof n.Subscriber||function(e){return e&&c.isFunction(e.next)&&c.isFunction(e.error)&&c.isFunction(e.complete)}(i)&&o.isSubscription(i)?e:new n.SafeSubscriber(e,t,r);return s.errorContext(function(){var e=u,t=e.operator,r=e.source;a.add(t?t.call(a,r):r?u._subscribe(a):u._trySubscribe(a))}),a},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=f(t))(function(t,o){var i=new n.SafeSubscriber({next:function(t){try{e(t)}catch(e){o(e),i.unsubscribe()}},error:o,complete:t});r.subscribe(i)})},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[i.observable]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return u.pipeFromArray(e)(this)},e.prototype.toPromise=function(e){var t=this;return new(e=f(e))(function(e,r){var n;t.subscribe(function(e){return n=e},function(e){return r(e)},function(){return e(n)})})},e.create=function(t){return new e(t)},e}();function f(e){var t;return null!==(t=null!=e?e:a.config.Promise)&&void 0!==t?t:Promise}t.Observable=l},9188:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.joinAllInternals=void 0;var n=r(6590),o=r(245),i=r(9420),u=r(9073),a=r(3921);t.joinAllInternals=function(e,t){return i.pipe(a.toArray(),u.mergeMap(function(t){return e(t)}),t?o.mapOneOrManyArgs(t):n.identity)}},9205:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.reduce=void 0;var n=r(2186),o=r(1785);t.reduce=function(e,t){return o.operate(n.scanInternals(e,t,arguments.length>=2,!1,!0))}},9316:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.animationFrame=t.animationFrameScheduler=void 0;var n=r(1814),o=r(4179);t.animationFrameScheduler=new o.AnimationFrameScheduler(n.AnimationFrameAction),t.animationFrame=t.animationFrameScheduler},9420:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.pipeFromArray=t.pipe=void 0;var n=r(6590);function o(e){return 0===e.length?n.identity:1===e.length?e[0]:function(t){return e.reduce(function(e,t){return t(e)},t)}}t.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return o(e)},t.pipeFromArray=o},9474:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.observeOn=void 0;var n=r(872),o=r(1785),i=r(7461);t.observeOn=function(e,t){return void 0===t&&(t=0),o.operate(function(r,o){r.subscribe(i.createOperatorSubscriber(o,function(r){return n.executeSchedule(o,e,function(){return o.next(r)},t)},function(){return n.executeSchedule(o,e,function(){return o.complete()},t)},function(r){return n.executeSchedule(o,e,function(){return o.error(r)},t)}))})}},9511:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.forkJoin=void 0;var n=r(9152),o=r(2206),i=r(8579),u=r(3841),a=r(7461),c=r(245),s=r(1711);t.forkJoin=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=u.popResultSelector(e),l=o.argsArgArrayOrObject(e),f=l.args,d=l.keys,p=new n.Observable(function(e){var t=f.length;if(t)for(var r=new Array(t),n=t,o=t,u=function(t){var u=!1;i.innerFrom(f[t]).subscribe(a.createOperatorSubscriber(e,function(e){u||(u=!0,o--),r[t]=e},function(){return n--},void 0,function(){n&&u||(o||e.next(d?s.createObject(d,r):r),e.complete())}))},c=0;c<t;c++)u(c);else e.complete()});return r?p.pipe(c.mapOneOrManyArgs(r)):p}},9544:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.withLatestFrom=void 0;var i=r(1785),u=r(7461),a=r(8579),c=r(6590),s=r(7676),l=r(3841);t.withLatestFrom=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=l.popResultSelector(e);return i.operate(function(t,i){for(var l=e.length,f=new Array(l),d=e.map(function(){return!1}),p=!1,b=function(t){a.innerFrom(e[t]).subscribe(u.createOperatorSubscriber(i,function(e){f[t]=e,p||d[t]||(d[t]=!0,(p=d.every(c.identity))&&(d=null))},s.noop))},v=0;v<l;v++)b(v);t.subscribe(u.createOperatorSubscriber(i,function(e){if(p){var t=o([e],n(f));i.next(r?r.apply(void 0,o([],n(t))):t)}}))})}},9576:(e,t,r)=>{var n;self,n=()=>(()=>{"use strict";var e={842:()=>{!function(e){function t(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var r=document.createEvent("CustomEvent");return r.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),r}"function"!=typeof e.CustomEvent&&(t.prototype=e.Event.prototype,e.CustomEvent=t)}(window)}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};function i(e){return(e.charAt(0)+e.slice(1).replace(/([A-Z])/g,"-$&")).toLowerCase()}n.r(o),n.d(o,{createSetupElement:()=>d,generateCustomElementWrapper:()=>f,makeGenericEffectsDriver:()=>b});var u=1e3;const a=r(2795),c=r(7730);function s(e,t,r,n,o){var i=t.replace(/-([a-z])/gi,function(e,t){return t.toUpperCase()});e[i]=n.map(function(e){var t=e.get(i),n=r;return t&&t.reflectAs&&r&&(n=t.reflectAs(r)),t&&t.reflectAs===Boolean&&(n=""===r),o&&(o[i]=n),n}).withDefault(r)}const l=r(3713);function f(e,t){var r,n,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{useShadowDOM:!0},l=o.useShadowDOM?c.Maybe.just(function(e){var t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=!!window.HTMLTemplateElement;return t=n?function(e){var t=document.createElement("template");return t.innerHTML="<style>".concat(e,'</style><div class="root"></div>'),t.content}(r):function(e){var t=document.createDocumentFragment(),r=document.createElement("style");r.appendChild(document.createTextNode(e));var n=document.createElement("div");return n.className="root",t.appendChild(r),t.appendChild(n),t}(r),function(e){if(e.shadowRoot)return e.shadowRoot.querySelector("div");e.attachShadow?e.attachShadow({mode:"open"}):Object.assign(e,{shadowRoot:e});var o=document.importNode(t,!0);n||(o.querySelector("style").sheet.cssText=r);var i=e.shadowRoot;return i.appendChild(o),i.querySelector("div")}}(e,o.css)):c.Maybe.nothing(),f=Array.isArray(o.props)?c.Maybe.just((r=o.props,{fnHashByName:n=r.reduce(function(e,t){return e.set(t.name,t),e},new Map),hooks:{init:function(e){e.__innerProps$=new a.BehaviorSubject({})},connectedCallback:function(e){var t,r,o,i,u,a=e.__innerProps$.getValue(),l=Object.assign({},a);e.constructor.observedAttributes.forEach(function(t){null!==e.getAttribute(t)&&s(e,t,e.getAttribute(t),c.Maybe.just(n),l)}),t=a,r=l,o=!0,i=Object.keys(t),u=Object.keys(r),i.length===u.length&&(i.forEach(function(e){r.hasOwnProperty(e)&&t[e]===r[e]||(o=!1)}),o)||e.__innerProps$.next(l)},classSetup:function(e){Object.assign(e,{observedAttributes:r.filter(function(e){return e.reflectAs}).map(function(e){return e.name}).map(i)}),r.forEach(function(t){Object.defineProperty(e.prototype,t.name,{get:function(){return this.__innerProps$.getValue()[t.name]},set:function(r){if(this.__innerProps$.getValue()[t.name]!==r){var n=i(t.name),o=e.observedAttributes.includes(n);o&&(!0===r?this.setAttribute(n,""):r||0===r||""===r?this.setAttribute(n,String(r)):this.removeAttribute(n)),!this.__attached&&o&&!1!==r||(this.__innerProps$.getValue()[t.name]=r,this.__innerProps$.next(this.__innerProps$.getValue()))}}})})}}})):c.Maybe.nothing(),d=function(){var e=Reflect.construct(HTMLElement,[],d);return o.prototypeExtensions&&Object.keys(o.prototypeExtensions).forEach(function(t){e[t]||(e[t]=o.prototypeExtensions[t])}),e.__onTeardown=[],e.__onAttached=[],e.__guid=u++,f.map(function(t){return(0,t.hooks.init)(e)}),l.map(function(t){return t(e)}).map(function(r){var n=c.Maybe.maybe(e.__innerProps$).map(function(r){return t(e,r)}).withDefaultFn(function(){return t(e)});p(e,r,n),e.__shadowAppBooted=!0}),e};return function(e){try{Object.defineProperty(e,"is",{value:name,writable:!1}),Object.defineProperty(e,"localName",{value:name,writable:!1})}catch(e){}}(d),d.prototype=Object.create(HTMLElement.prototype,{component:{writable:!0,enumerable:!0},constructor:{value:d},connectedCallback:{writable:!0,value:function(){var e=this;this.dataset.guid="".concat(this.__guid),o.useShadowDOM&&this.__shadowAppBooted||(l.map(function(t){return t(e)}).alt(c.Maybe.just(this)).map(function(r){var n=c.Maybe.maybe(e.__innerProps$).map(function(r){return t(e,r)}).withDefaultFn(function(){return t(e)});p(e,r,n)}),this.__shadowAppBooted=!0),f.map(function(t){(0,t.hooks.connectedCallback)(e)}),this.__attached=!0,this.__onAttached.forEach(function(t){return t.call(e)})}},disconnectedCallback:{writable:!0,value:function(){var e=this;this.__onTeardown.reverse().forEach(function(t){return t.call(e)}),this.__innerProps$&&(this.__innerProps$.complete(),this.__innerProps$=void 0),this.__onTeardown=[],this.__onAttached=[],this.__attached=!1,this.__shadowAppBooted=!1}},attributeChangedCallback:{writable:!0,value:function(e,t,r){t!==r&&this.__attached&&s(this,e,r,f.map(function(e){return e.fnHashByName}))}}}),f.map(function(e){return(0,e.hooks.classSetup)(d)}),d}function d(e){return function(t){return function(r){var n=function(){window.customElements.get(r)||window.customElements.define(r,e(r,t))};window.customElements?n():(0,a.interval)(5).pipe((0,l.filter)(function(){return!!window.customElements}),(0,l.take)(1)).toPromise().then(function(){n()})}}}function p(e,t,r){var n=document.createElement("div");t.appendChild(n);var o=r.DOM$.subscribe(function(e){t.firstChild&&t.isConnected&&t.replaceChild(e,t.firstChild)}),i=r.settled$.subscribe(function(t){e.settled=t,t&&e.dispatchEvent(new CustomEvent("settled"))}),u=r.teardown$.subscribe(function(t){e.__onTeardown.push(t)});e.__onTeardown.push(function(){r.DOM$.complete(),r.settled$.complete(),r.teardown$.complete(),[o,i,u].forEach(function(e){return e.unsubscribe()})})}function b(e){return function(t){t.subscribe({next:function(t){t(e)},error:function(){},complete:function(){}})}}return n(842),o})(),e.exports=n()},9603:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.concat=void 0;var i=r(1785),u=r(4380),a=r(3841),c=r(5491);t.concat=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=a.popScheduler(e);return i.operate(function(t,i){u.concatAll()(c.from(o([t],n(e)),r)).subscribe(i)})}},9644:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isAsyncIterable=void 0;var n=r(2060);t.isAsyncIterable=function(e){return Symbol.asyncIterator&&n.isFunction(null==e?void 0:e[Symbol.asyncIterator])}},9656:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.audit=void 0;var n=r(1785),o=r(8579),i=r(7461);t.audit=function(e){return n.operate(function(t,r){var n=!1,u=null,a=null,c=!1,s=function(){if(null==a||a.unsubscribe(),a=null,n){n=!1;var e=u;u=null,r.next(e)}c&&r.complete()},l=function(){a=null,c&&r.complete()};t.subscribe(i.createOperatorSubscriber(r,function(t){n=!0,u=t,a||o.innerFrom(e(t)).subscribe(a=i.createOperatorSubscriber(r,s,l))},function(){c=!0,(!n||!a||a.closed)&&r.complete()}))})}},9779:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)});Object.defineProperty(t,"__esModule",{value:!0}),t.EMPTY_OBSERVER=t.SafeSubscriber=t.Subscriber=void 0;var i=r(2060),u=r(9884),a=r(6491),c=r(8529),s=r(7676),l=r(4830),f=r(2565),d=r(2853),p=function(e){function r(r){var n=e.call(this)||this;return n.isStopped=!1,r?(n.destination=r,u.isSubscription(r)&&r.add(n)):n.destination=t.EMPTY_OBSERVER,n}return o(r,e),r.create=function(e,t,r){return new m(e,t,r)},r.prototype.next=function(e){this.isStopped?g(l.nextNotification(e),this):this._next(e)},r.prototype.error=function(e){this.isStopped?g(l.errorNotification(e),this):(this.isStopped=!0,this._error(e))},r.prototype.complete=function(){this.isStopped?g(l.COMPLETE_NOTIFICATION,this):(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(e){this.destination.next(e)},r.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(u.Subscription);t.Subscriber=p;var b=Function.prototype.bind;function v(e,t){return b.call(e,t)}var h=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){y(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){y(e)}else y(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){y(e)}},e}(),m=function(e){function t(t,r,n){var o,u,c=e.call(this)||this;return i.isFunction(t)||!t?o={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:c&&a.config.useDeprecatedNextContext?((u=Object.create(t)).unsubscribe=function(){return c.unsubscribe()},o={next:t.next&&v(t.next,u),error:t.error&&v(t.error,u),complete:t.complete&&v(t.complete,u)}):o=t,c.destination=new h(o),c}return o(t,e),t}(p);function y(e){a.config.useDeprecatedSynchronousErrorHandling?d.captureError(e):c.reportUnhandledError(e)}function g(e,t){var r=a.config.onStoppedNotification;r&&f.timeoutProvider.setTimeout(function(){return r(e,t)})}t.SafeSubscriber=m,t.EMPTY_OBSERVER={closed:!0,next:s.noop,error:function(e){throw e},complete:s.noop}},9796:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sampleTime=void 0;var n=r(8211),o=r(8801),i=r(9078);t.sampleTime=function(e,t){return void 0===t&&(t=n.asyncScheduler),o.sample(i.interval(e,t))}},9841:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EmptyError=void 0;var n=r(3654);t.EmptyError=n.createErrorClass(function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}})},9884:function(e,t,r){"use strict";var n=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")},o=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},i=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.isSubscription=t.EMPTY_SUBSCRIPTION=t.Subscription=void 0;var u=r(2060),a=r(5746),c=r(8449),s=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}var t;return e.prototype.unsubscribe=function(){var e,t,r,c,s;if(!this.closed){this.closed=!0;var f=this._parentage;if(f)if(this._parentage=null,Array.isArray(f))try{for(var d=n(f),p=d.next();!p.done;p=d.next())p.value.remove(this)}catch(t){e={error:t}}finally{try{p&&!p.done&&(t=d.return)&&t.call(d)}finally{if(e)throw e.error}}else f.remove(this);var b=this.initialTeardown;if(u.isFunction(b))try{b()}catch(e){s=e instanceof a.UnsubscriptionError?e.errors:[e]}var v=this._finalizers;if(v){this._finalizers=null;try{for(var h=n(v),m=h.next();!m.done;m=h.next()){var y=m.value;try{l(y)}catch(e){s=null!=s?s:[],e instanceof a.UnsubscriptionError?s=i(i([],o(s)),o(e.errors)):s.push(e)}}}catch(e){r={error:e}}finally{try{m&&!m.done&&(c=h.return)&&c.call(h)}finally{if(r)throw r.error}}}if(s)throw new a.UnsubscriptionError(s)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)l(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&c.arrRemove(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&c.arrRemove(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e}();function l(e){u.isFunction(e)?e():e.unsubscribe()}t.Subscription=s,t.EMPTY_SUBSCRIPTION=s.EMPTY,t.isSubscription=function(e){return e instanceof s||e&&"closed"in e&&u.isFunction(e.remove)&&u.isFunction(e.add)&&u.isFunction(e.unsubscribe)}},9889:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.filter=void 0;var n=r(1785),o=r(7461);t.filter=function(e,t){return n.operate(function(r,n){var i=0;r.subscribe(o.createOperatorSubscriber(n,function(r){return e.call(t,r,i++)&&n.next(r)}))})}},9891:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sequenceEqual=void 0;var n=r(1785),o=r(7461),i=r(8579);t.sequenceEqual=function(e,t){return void 0===t&&(t=function(e,t){return e===t}),n.operate(function(r,n){var u={buffer:[],complete:!1},a={buffer:[],complete:!1},c=function(e){n.next(e),n.complete()},s=function(e,r){var i=o.createOperatorSubscriber(n,function(n){var o=r.buffer,i=r.complete;0===o.length?i?c(!1):e.buffer.push(n):!t(n,o.shift())&&c(!1)},function(){e.complete=!0;var t=r.complete,n=r.buffer;t&&c(0===n.length),null==i||i.unsubscribe()});return i};r.subscribe(s(u,a)),i.innerFrom(e).subscribe(s(a,u))})}},9927:(e,t,r)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.takeWhile=void 0;var n=r(1785),o=r(7461);t.takeWhile=function(e,t){return void 0===t&&(t=!1),n.operate(function(r,n){var i=0;r.subscribe(o.createOperatorSubscriber(n,function(r){var o=e(r,i++);(o||t)&&n.next(r),!o&&n.complete()}))})}},9936:function(e,t,r){"use strict";var n=this&&this.__read||function(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u},o=this&&this.__spreadArray||function(e,t){for(var r=0,n=t.length,o=e.length;r<n;r++,o++)e[o]=t[r];return e};Object.defineProperty(t,"__esModule",{value:!0}),t.onErrorResumeNext=t.onErrorResumeNextWith=void 0;var i=r(4901),u=r(2784);function a(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=i.argsOrArgArray(e);return function(e){return u.onErrorResumeNext.apply(void 0,o([e],n(r)))}}t.onErrorResumeNextWith=a,t.onErrorResumeNext=a},9944:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.isValidDate=void 0,t.isValidDate=function(e){return e instanceof Date&&!isNaN(e)}},9961:function(e,t,r){"use strict";var n,o=this&&this.__extends||(n=function(e,t){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},n(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}n(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),i=this&&this.__values||function(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};Object.defineProperty(t,"__esModule",{value:!0}),t.AnonymousSubject=t.Subject=void 0;var u=r(9152),a=r(9884),c=r(6368),s=r(8449),l=r(2853),f=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return o(t,e),t.prototype.lift=function(e){var t=new d(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new c.ObjectUnsubscribedError},t.prototype.next=function(e){var t=this;l.errorContext(function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var o=i(t.currentObservers),u=o.next();!u.done;u=o.next())u.value.next(e)}catch(e){r={error:e}}finally{try{u&&!u.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}}})},t.prototype.error=function(e){var t=this;l.errorContext(function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}})},t.prototype.complete=function(){var e=this;l.errorContext(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,o=r.isStopped,i=r.observers;return n||o?a.EMPTY_SUBSCRIPTION:(this.currentObservers=null,i.push(e),new a.Subscription(function(){t.currentObservers=null,s.arrRemove(i,e)}))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,o=t.isStopped;r?e.error(n):o&&e.complete()},t.prototype.asObservable=function(){var e=new u.Observable;return e.source=this,e},t.create=function(e,t){return new d(e,t)},t}(u.Observable);t.Subject=f;var d=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return o(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:a.EMPTY_SUBSCRIPTION},t}(f);t.AnonymousSubject=d}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n].call(i.exports,i,i.exports,r),i.exports}r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};return(()=>{"use strict";function e(t,r){Object.keys(r).forEach(n=>{if(!Array.isArray(r[n])&&!Array.isArray(t[n])&&t.hasOwnProperty(n)&&"object"==typeof r[n])return e(t[n],r[n]);t[n]=r[n]})}r.r(n),r.d(n,{init:()=>_t});var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},t(e,r)};function o(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");function n(){this.constructor=e}t(e,r),e.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}function i(e,t){var r,n,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},u=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return u.next=a(0),u.throw=a(1),u.return=a(2),"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function a(a){return function(c){return function(a){if(r)throw new TypeError("Generator is already executing.");for(;u&&(u=0,a[0]&&(i=0)),i;)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;switch(n=0,o&&(a=[2&a[0],o.value]),a[0]){case 0:case 1:o=a;break;case 4:return i.label++,{value:a[1],done:!1};case 5:i.label++,n=a[1],a=[0];continue;case 7:a=i.ops.pop(),i.trys.pop();continue;default:if(!((o=(o=i.trys).length>0&&o[o.length-1])||6!==a[0]&&2!==a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1],o=a;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(a);break}o[2]&&i.ops.pop(),i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e],n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}([a,c])}}}function u(e){var t="function"==typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&n>=e.length&&(e=void 0),{value:e&&e[n++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function a(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,i=r.call(e),u=[];try{for(;(void 0===t||t-- >0)&&!(n=i.next()).done;)u.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=i.return)&&r.call(i)}finally{if(o)throw o.error}}return u}function c(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}function s(e){return this instanceof s?(this.v=e,this):new s(e)}Object.create,Object.create,"function"==typeof SuppressedError&&SuppressedError;var l=function(e){return e&&"number"==typeof e.length&&"function"!=typeof e};function f(e){return"function"==typeof e}function d(e){return f(null==e?void 0:e.then)}function p(e){var t=e(function(e){Error.call(e),e.stack=(new Error).stack});return t.prototype=Object.create(Error.prototype),t.prototype.constructor=t,t}var b=p(function(e){return function(t){e(this),this.message=t?t.length+" errors occurred during unsubscription:\n"+t.map(function(e,t){return t+1+") "+e.toString()}).join("\n "):"",this.name="UnsubscriptionError",this.errors=t}});function v(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var h=function(){function e(e){this.initialTeardown=e,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var e,t,r,n,o;if(!this.closed){this.closed=!0;var i=this._parentage;if(i)if(this._parentage=null,Array.isArray(i))try{for(var s=u(i),l=s.next();!l.done;l=s.next())l.value.remove(this)}catch(t){e={error:t}}finally{try{l&&!l.done&&(t=s.return)&&t.call(s)}finally{if(e)throw e.error}}else i.remove(this);var d=this.initialTeardown;if(f(d))try{d()}catch(e){o=e instanceof b?e.errors:[e]}var p=this._finalizers;if(p){this._finalizers=null;try{for(var v=u(p),h=v.next();!h.done;h=v.next()){var m=h.value;try{g(m)}catch(e){o=null!=o?o:[],e instanceof b?o=c(c([],a(o)),a(e.errors)):o.push(e)}}}catch(e){r={error:e}}finally{try{h&&!h.done&&(n=v.return)&&n.call(v)}finally{if(r)throw r.error}}}if(o)throw new b(o)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)g(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=null!==(r=this._finalizers)&&void 0!==r?r:[]).push(t)}},e.prototype._hasParent=function(e){var t=this._parentage;return t===e||Array.isArray(t)&&t.includes(e)},e.prototype._addParent=function(e){var t=this._parentage;this._parentage=Array.isArray(t)?(t.push(e),t):t?[t,e]:e},e.prototype._removeParent=function(e){var t=this._parentage;t===e?this._parentage=null:Array.isArray(t)&&v(t,e)},e.prototype.remove=function(t){var r=this._finalizers;r&&v(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=((t=new e).closed=!0,t),e;var t}(),m=h.EMPTY;function y(e){return e instanceof h||e&&"closed"in e&&f(e.remove)&&f(e.add)&&f(e.unsubscribe)}function g(e){f(e)?e():e.unsubscribe()}var O={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},_={setTimeout:function(e,t){for(var r=[],n=2;n<arguments.length;n++)r[n-2]=arguments[n];var o=_.delegate;return(null==o?void 0:o.setTimeout)?o.setTimeout.apply(o,c([e,t],a(r))):setTimeout.apply(void 0,c([e,t],a(r)))},clearTimeout:function(e){var t=_.delegate;return((null==t?void 0:t.clearTimeout)||clearTimeout)(e)},delegate:void 0};function w(e){_.setTimeout(function(){var t=O.onUnhandledError;if(!t)throw e;t(e)})}function P(){}var j=S("C",void 0,void 0);function S(e,t,r){return{kind:e,value:t,error:r}}var x=null;function E(e){if(O.useDeprecatedSynchronousErrorHandling){var t=!x;if(t&&(x={errorThrown:!1,error:null}),e(),t){var r=x,n=r.errorThrown,o=r.error;if(x=null,n)throw o}}else e()}var A=function(e){function t(t){var r=e.call(this)||this;return r.isStopped=!1,t?(r.destination=t,y(t)&&t.add(r)):r.destination=k,r}return o(t,e),t.create=function(e,t,r){return new N(e,t,r)},t.prototype.next=function(e){this.isStopped?F(function(e){return S("N",e,void 0)}(e),this):this._next(e)},t.prototype.error=function(e){this.isStopped?F(S("E",void 0,e),this):(this.isStopped=!0,this._error(e))},t.prototype.complete=function(){this.isStopped?F(j,this):(this.isStopped=!0,this._complete())},t.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,e.prototype.unsubscribe.call(this),this.destination=null)},t.prototype._next=function(e){this.destination.next(e)},t.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},t.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},t}(h),M=Function.prototype.bind;function T(e,t){return M.call(e,t)}var C=function(){function e(e){this.partialObserver=e}return e.prototype.next=function(e){var t=this.partialObserver;if(t.next)try{t.next(e)}catch(e){I(e)}},e.prototype.error=function(e){var t=this.partialObserver;if(t.error)try{t.error(e)}catch(e){I(e)}else I(e)},e.prototype.complete=function(){var e=this.partialObserver;if(e.complete)try{e.complete()}catch(e){I(e)}},e}(),N=function(e){function t(t,r,n){var o,i,u=e.call(this)||this;return f(t)||!t?o={next:null!=t?t:void 0,error:null!=r?r:void 0,complete:null!=n?n:void 0}:u&&O.useDeprecatedNextContext?((i=Object.create(t)).unsubscribe=function(){return u.unsubscribe()},o={next:t.next&&T(t.next,i),error:t.error&&T(t.error,i),complete:t.complete&&T(t.complete,i)}):o=t,u.destination=new C(o),u}return o(t,e),t}(A);function I(e){var t;O.useDeprecatedSynchronousErrorHandling?(t=e,O.useDeprecatedSynchronousErrorHandling&&x&&(x.errorThrown=!0,x.error=t)):w(e)}function F(e,t){var r=O.onStoppedNotification;r&&_.setTimeout(function(){return r(e,t)})}var k={closed:!0,next:P,error:function(e){throw e},complete:P},R="function"==typeof Symbol&&Symbol.observable||"@@observable";function L(e){return e}var W=function(){function e(e){e&&(this._subscribe=e)}return e.prototype.lift=function(t){var r=new e;return r.source=this,r.operator=t,r},e.prototype.subscribe=function(e,t,r){var n,o=this,i=(n=e)&&n instanceof A||function(e){return e&&f(e.next)&&f(e.error)&&f(e.complete)}(n)&&y(n)?e:new N(e,t,r);return E(function(){var e=o,t=e.operator,r=e.source;i.add(t?t.call(i,r):r?o._subscribe(i):o._trySubscribe(i))}),i},e.prototype._trySubscribe=function(e){try{return this._subscribe(e)}catch(t){e.error(t)}},e.prototype.forEach=function(e,t){var r=this;return new(t=q(t))(function(t,n){var o=new N({next:function(t){try{e(t)}catch(e){n(e),o.unsubscribe()}},error:n,complete:t});r.subscribe(o)})},e.prototype._subscribe=function(e){var t;return null===(t=this.source)||void 0===t?void 0:t.subscribe(e)},e.prototype[R]=function(){return this},e.prototype.pipe=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return(0===(r=e).length?L:1===r.length?r[0]:function(e){return r.reduce(function(e,t){return t(e)},e)})(this);var r},e.prototype.toPromise=function(e){var t=this;return new(e=q(e))(function(e,r){var n;t.subscribe(function(e){return n=e},function(e){return r(e)},function(){return e(n)})})},e.create=function(t){return new e(t)},e}();function q(e){var t;return null!==(t=null!=e?e:O.Promise)&&void 0!==t?t:Promise}function $(e){return f(e[R])}function U(e){return Symbol.asyncIterator&&f(null==e?void 0:e[Symbol.asyncIterator])}function z(e){return new TypeError("You provided "+(null!==e&&"object"==typeof e?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}var D="function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator";function V(e){return f(null==e?void 0:e[D])}function B(e){return function(e,t,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n,o=r.apply(e,t||[]),i=[];return n=Object.create(("function"==typeof AsyncIterator?AsyncIterator:Object).prototype),u("next"),u("throw"),u("return",function(e){return function(t){return Promise.resolve(t).then(e,l)}}),n[Symbol.asyncIterator]=function(){return this},n;function u(e,t){o[e]&&(n[e]=function(t){return new Promise(function(r,n){i.push([e,t,r,n])>1||a(e,t)})},t&&(n[e]=t(n[e])))}function a(e,t){try{(r=o[e](t)).value instanceof s?Promise.resolve(r.value.v).then(c,l):f(i[0][2],r)}catch(e){f(i[0][3],e)}var r}function c(e){a("next",e)}function l(e){a("throw",e)}function f(e,t){e(t),i.shift(),i.length&&a(i[0][0],i[0][1])}}(this,arguments,function(){var t,r,n;return i(this,function(o){switch(o.label){case 0:t=e.getReader(),o.label=1;case 1:o.trys.push([1,,9,10]),o.label=2;case 2:return[4,s(t.read())];case 3:return r=o.sent(),n=r.value,r.done?[4,s(void 0)]:[3,5];case 4:return[2,o.sent()];case 5:return[4,s(n)];case 6:return[4,o.sent()];case 7:return o.sent(),[3,2];case 8:return[3,10];case 9:return t.releaseLock(),[7];case 10:return[2]}})})}function H(e){return f(null==e?void 0:e.getReader)}function Y(e){if(e instanceof W)return e;if(null!=e){if($(e))return o=e,new W(function(e){var t=o[R]();if(f(t.subscribe))return t.subscribe(e);throw new TypeError("Provided object does not correctly implement Symbol.observable")});if(l(e))return n=e,new W(function(e){for(var t=0;t<n.length&&!e.closed;t++)e.next(n[t]);e.complete()});if(d(e))return r=e,new W(function(e){r.then(function(t){e.closed||(e.next(t),e.complete())},function(t){return e.error(t)}).then(null,w)});if(U(e))return J(e);if(V(e))return t=e,new W(function(e){var r,n;try{for(var o=u(t),i=o.next();!i.done;i=o.next()){var a=i.value;if(e.next(a),e.closed)return}}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}e.complete()});if(H(e))return J(B(e))}var t,r,n,o;throw z(e)}function J(e){return new W(function(t){(function(e,t){var r,n,o,a,c,s,l,f;return c=this,s=void 0,f=function(){var c,s;return i(this,function(i){switch(i.label){case 0:i.trys.push([0,5,6,11]),r=function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=u(e),t={},n("next"),n("throw"),n("return"),t[Symbol.asyncIterator]=function(){return this},t);function n(r){t[r]=e[r]&&function(t){return new Promise(function(n,o){!function(e,t,r,n){Promise.resolve(n).then(function(t){e({value:t,done:r})},t)}(n,o,(t=e[r](t)).done,t.value)})}}}(e),i.label=1;case 1:return[4,r.next()];case 2:if((n=i.sent()).done)return[3,4];if(c=n.value,t.next(c),t.closed)return[2];i.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return s=i.sent(),o={error:s},[3,11];case 6:return i.trys.push([6,,9,10]),n&&!n.done&&(a=r.return)?[4,a.call(r)]:[3,8];case 7:i.sent(),i.label=8;case 8:return[3,10];case 9:if(o)throw o.error;return[7];case 10:return[7];case 11:return t.complete(),[2]}})},new((l=void 0)||(l=Promise))(function(e,t){function r(e){try{o(f.next(e))}catch(e){t(e)}}function n(e){try{o(f.throw(e))}catch(e){t(e)}}function o(t){var o;t.done?e(t.value):(o=t.value,o instanceof l?o:new l(function(e){e(o)})).then(r,n)}o((f=f.apply(c,s||[])).next())})})(e,t).catch(function(e){return t.error(e)})})}function K(e){return function(t){if(function(e){return f(null==e?void 0:e.lift)}(t))return t.lift(function(t){try{return e(t,this)}catch(e){this.error(e)}});throw new TypeError("Unable to lift unknown Observable type")}}function G(e,t,r,n,o){return new Q(e,t,r,n,o)}var Q=function(e){function t(t,r,n,o,i,u){var a=e.call(this,t)||this;return a.onFinalize=i,a.shouldUnsubscribe=u,a._next=r?function(e){try{r(e)}catch(e){t.error(e)}}:e.prototype._next,a._error=o?function(e){try{o(e)}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._error,a._complete=n?function(){try{n()}catch(e){t.error(e)}finally{this.unsubscribe()}}:e.prototype._complete,a}return o(t,e),t.prototype.unsubscribe=function(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var r=this.closed;e.prototype.unsubscribe.call(this),!r&&(null===(t=this.onFinalize)||void 0===t||t.call(this))}},t}(A);function X(e,t){return K(function(r,n){var o=0;r.subscribe(G(n,function(r){n.next(e.call(t,r,o++))}))})}function Z(e,t,r,n,o){void 0===n&&(n=0),void 0===o&&(o=!1);var i=t.schedule(function(){r(),o?e.add(this.schedule(null,n)):this.unsubscribe()},n);if(e.add(i),!o)return i}function ee(e,t,r){return void 0===r&&(r=1/0),f(t)?ee(function(r,n){return X(function(e,o){return t(r,e,n,o)})(Y(e(r,n)))},r):("number"==typeof t&&(r=t),K(function(t,n){return function(e,t,r,n){var o=[],i=0,u=0,a=!1,c=function(){!a||o.length||i||t.complete()},s=function(e){return i<n?l(e):o.push(e)},l=function(e){i++;var a=!1;Y(r(e,u++)).subscribe(G(t,function(e){t.next(e)},function(){a=!0},void 0,function(){if(a)try{i--;for(var e=function(){var e=o.shift();l(e)};o.length&&i<n;)e();c()}catch(e){t.error(e)}}))};return e.subscribe(G(t,s,function(){a=!0,c()})),function(){}}(t,n,e,r)}))}var te=Array.isArray;function re(e){return X(function(t){return function(e,t){return te(t)?e.apply(void 0,c([],a(t))):e(t)}(e,t)})}var ne=["addListener","removeListener"],oe=["addEventListener","removeEventListener"],ie=["on","off"];function ue(e,t,r,n){if(f(r)&&(n=r,r=void 0),n)return ue(e,t,r).pipe(re(n));var o=a(function(e){return f(e.addEventListener)&&f(e.removeEventListener)}(e)?oe.map(function(n){return function(o){return e[n](t,o,r)}}):function(e){return f(e.addListener)&&f(e.removeListener)}(e)?ne.map(ae(e,t)):function(e){return f(e.on)&&f(e.off)}(e)?ie.map(ae(e,t)):[],2),i=o[0],u=o[1];if(!i&&l(e))return ee(function(e){return ue(e,t,r)})(Y(e));if(!i)throw new TypeError("Invalid event target");return new W(function(e){var t=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return e.next(1<t.length?t:t[0])};return i(t),function(){return u(t)}})}function ae(e,t){return function(r){return function(n){return e[r](t,n)}}}var ce=p(function(e){return function(){e(this),this.name="EmptyError",this.message="no elements in sequence"}});function se(e,t){return K(function(r,n){var o=0;r.subscribe(G(n,function(r){return e.call(t,r,o++)&&n.next(r)}))})}class le{constructor(e){this.value=e}static just(e){if(null==e)throw new TypeError("Value passed to just must exist!");return new le(e)}static nothing(){return new le}static maybe(e){return null==e?le.nothing():le.just(e)}static join(e){return e.withDefault(le.nothing())}static sequence(e){return e.reduce((e,t)=>e.bind(e=>t.map(t=>e.concat(t))),le.just([]))}static traverse(e,t){return le.sequence(t).map(t=>t.map(e))}static justMap(e,t){return t.reduce((t,r)=>{const n=e(r);return void 0!==n.value?t.concat(n.value):t},[])}static filterSomethings(e){return e.reduce((e,t)=>(t.value&&e.push(t.value),e),[])}static lift(e){return t=>t.map(e)}static lift2(e){return(t,r)=>le.sequence([t,r]).map(t=>e(t[0],t[1]))}static lift3(e){return(t,r,n)=>le.sequence([t,r,n]).map(t=>e(t[0],t[1],t[2]))}static toPromise(e){return e.hasSomething?Promise.resolve(e.value):Promise.reject()}map(e){return void 0!==this.value?le.maybe(e(this.value)):le.nothing()}asyncMap(e){return void 0!==this.value?e(this.value).then(e=>{if(null==e)throw"Promise Conversion from a Maybe.Nothing";return e}):Promise.reject()}alt(e){return void 0!==this.value?this:e}altMap(e){return void 0!==this.value?this:e()}ap(e){return e.bind(e=>this.map(e))}bind(e){return le.join(this.map(e))}withDefault(e){return void 0!==this.value?this.value:e}withDefaultFn(e){return void 0!==this.value?this.value:e()}get hasNothing(){return void 0===this.value}get hasSomething(){return!this.hasNothing}unsafeElse(e){this.hasNothing&&e()}}function fe(e,t,r,n,o=null,i="success"){const u=window.isTestingTecton?window:e;null==u||u.postMessage({tectonic:!0,value:n.withDefault(""),status:i,type:t,protocol:r,guid:o},"*")}function de(e,t){fe(window.parent,e,"MESSAGE",t)}function pe(e,t){fe(window,e,"BROADCAST",t),window.isTestingTecton||Array.prototype.slice.call(document.querySelectorAll("tecton-platform-outlet, tecton-outlet, tecton-tab-pane")).forEach(r=>{const n=r.shadowRoot&&r.shadowRoot.querySelector("iframe");if(null==n?void 0:n.contentWindow)switch(e){case"platformScrollChanged":case"platformSizeChanged":let{value:o}=Object.assign({},t);o=Object.assign(JSON.parse(o),{outletOffset:r.getBoundingClientRect().top}),fe(n.contentWindow,e,"BROADCAST",new le(JSON.stringify(o)));break;default:fe(n.contentWindow,e,"BROADCAST",t)}})}le.of=le.maybe;class be{constructor(){this.messageNum=0,this.firehose$=ue(window,"message").pipe(se(e=>e.data.tectonic))}onMessage(e,t="MESSAGE",r=null){return function(e,t,r,n=null){return t.pipe(se(t=>t.data.type===e&&(!n||t.data.guid===n)&&t.data.protocol===r),X(t=>{const r=t.data.value&&JSON.parse(t.data.value),n=t.source||(window.parent.location.origin===t.origin?window.parent:window.location.origin===t.origin?window:null);return"success"===t.data.status?{status:"success",value:r,sender:n,type:e,guid:t.data.guid}:{status:"error",message:r.message,sender:n,type:e,guid:t.data.guid}}))}(e,this.firehose$,t,r).pipe(X(ve))}sendRequest(e,t,r){const n=this.getNextMessageNumber();fe(window.isTectonPlatform?window:window.parent,e,"REQUEST",t,n,"success");const o=[];return o.push((i=this.onMessage(e,"RESPONSE",n),new Promise(function(e,t){var r=new N({next:function(t){e(t),r.unsubscribe()},error:t,complete:function(){t(new ce)}});i.subscribe(r)}))),r&&r.timeout&&o.push(new Promise((o,i)=>{setTimeout(()=>{i({status:"error",message:`The request ${t} has timed out`,sender:window,type:e,guid:n})},r.timeout)})),Promise.race(o);var i}sendResponse(e,t){return this.onMessage(e,"REQUEST").subscribe(e=>Promise.resolve().then(()=>{if("success"===e.status)return t(e.value,e.sender);throw Error("Don't send Error Message as Request!")}).then(t=>{if(null!==t)return he(e.sender,e.type,t,e.guid,"success")}).catch(t=>he(e.sender,e.type,{message:t.message},e.guid,"error")))}getNextMessageNumber(){const e=this.messageNum+1;return this.messageNum=e,e}}function ve(e){if("success"===e.status)return e;throw e}function he(e,t,r,n=null,o){fe(e,t,"RESPONSE",le.maybe(r).map(JSON.stringify),n,o)}class me extends be{constructor(e,t){super(),this.domains=new Set,this.configSubscription=e.subscribe(this.getConfigDomains.bind(this)),this.firehose$=this.firehose$.pipe(se(e=>t||this.domains.has(e.origin)))}teardown(){this.configSubscription.unsubscribe()}getConfigDomains(e){let t=Array(window.location.origin.toString());const r=Object.keys(e.features).map(r=>{const n=e.features[r].additionalDomains;return n&&n.length>0&&(t=t.concat(n)),Object.keys(e.features[r].modules).map(t=>{const n=e.features[r].modules[t].url;try{return new URL(n,window.location.href).origin}catch(e){return""}})}),n=t.concat(...r);this.domains=function(e){return new Set(e.filter(e=>""!==e))}(n)}}var ye=p(function(e){return function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),ge=function(e){function t(){var t=e.call(this)||this;return t.closed=!1,t.currentObservers=null,t.observers=[],t.isStopped=!1,t.hasError=!1,t.thrownError=null,t}return o(t,e),t.prototype.lift=function(e){var t=new Oe(this,this);return t.operator=e,t},t.prototype._throwIfClosed=function(){if(this.closed)throw new ye},t.prototype.next=function(e){var t=this;E(function(){var r,n;if(t._throwIfClosed(),!t.isStopped){t.currentObservers||(t.currentObservers=Array.from(t.observers));try{for(var o=u(t.currentObservers),i=o.next();!i.done;i=o.next())i.value.next(e)}catch(e){r={error:e}}finally{try{i&&!i.done&&(n=o.return)&&n.call(o)}finally{if(r)throw r.error}}}})},t.prototype.error=function(e){var t=this;E(function(){if(t._throwIfClosed(),!t.isStopped){t.hasError=t.isStopped=!0,t.thrownError=e;for(var r=t.observers;r.length;)r.shift().error(e)}})},t.prototype.complete=function(){var e=this;E(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var t=e.observers;t.length;)t.shift().complete()}})},t.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(t.prototype,"observed",{get:function(){var e;return(null===(e=this.observers)||void 0===e?void 0:e.length)>0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(t){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,t)},t.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},t.prototype._innerSubscribe=function(e){var t=this,r=this,n=r.hasError,o=r.isStopped,i=r.observers;return n||o?m:(this.currentObservers=null,i.push(e),new h(function(){t.currentObservers=null,v(i,e)}))},t.prototype._checkFinalizedStatuses=function(e){var t=this,r=t.hasError,n=t.thrownError,o=t.isStopped;r?e.error(n):o&&e.complete()},t.prototype.asObservable=function(){var e=new W;return e.source=this,e},t.create=function(e,t){return new Oe(e,t)},t}(W),Oe=function(e){function t(t,r){var n=e.call(this)||this;return n.destination=t,n.source=r,n}return o(t,e),t.prototype.next=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.next)||void 0===r||r.call(t,e)},t.prototype.error=function(e){var t,r;null===(r=null===(t=this.destination)||void 0===t?void 0:t.error)||void 0===r||r.call(t,e)},t.prototype.complete=function(){var e,t;null===(t=null===(e=this.destination)||void 0===e?void 0:e.complete)||void 0===t||t.call(e)},t.prototype._subscribe=function(e){var t,r;return null!==(r=null===(t=this.source)||void 0===t?void 0:t.subscribe(e))&&void 0!==r?r:m},t}(ge),_e=function(e){function t(t){var r=e.call(this)||this;return r._value=t,r}return o(t,e),Object.defineProperty(t.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),t.prototype._subscribe=function(t){var r=e.prototype._subscribe.call(this,t);return!r.closed&&t.next(this._value),r},t.prototype.getValue=function(){var e=this,t=e.hasError,r=e.thrownError,n=e._value;if(t)throw r;return this._throwIfClosed(),n},t.prototype.next=function(t){e.prototype.next.call(this,this._value=t)},t}(ge);class we{constructor(e){this.value=e}static just(e){if(null==e)throw new TypeError("Value passed to just must exist!");return new we(e)}static nothing(){return new we}static maybe(e){return null==e?we.nothing():we.just(e)}static join(e){return e.withDefault(we.nothing())}static sequence(e){return e.reduce((e,t)=>e.bind(e=>t.map(t=>e.concat(t))),we.just([]))}static traverse(e,t){return we.sequence(t).map(t=>t.map(e))}static justMap(e,t){return t.reduce((t,r)=>{const n=e(r);return void 0!==n.value?t.concat(n.value):t},[])}static filterSomethings(e){return e.reduce((e,t)=>(t.value&&e.push(t.value),e),[])}static lift(e){return t=>t.map(e)}static lift2(e){return(t,r)=>we.sequence([t,r]).map(t=>e(t[0],t[1]))}static lift3(e){return(t,r,n)=>we.sequence([t,r,n]).map(t=>e(t[0],t[1],t[2]))}static toPromise(e){return e.hasSomething?Promise.resolve(e.value):Promise.reject()}map(e){return void 0!==this.value?we.maybe(e(this.value)):we.nothing()}asyncMap(e){return void 0!==this.value?e(this.value).then(e=>{if(null==e)throw"Promise Conversion from a Maybe.Nothing";return e}):Promise.reject()}alt(e){return void 0!==this.value?this:e}altMap(e){return void 0!==this.value?this:e()}ap(e){return e.bind(e=>this.map(e))}bind(e){return we.join(this.map(e))}withDefault(e){return void 0!==this.value?this.value:e}withDefaultFn(e){return void 0!==this.value?this.value:e()}get hasNothing(){return void 0===this.value}get hasSomething(){return!this.hasNothing}unsafeElse(e){this.hasNothing&&e()}}function Pe(e,t={}){return Object.keys(t).filter(t=>{const r=t.lastIndexOf(".");return t.slice(0,r).startsWith(e)}).reduce((e,r)=>{const n=r.lastIndexOf(".");return e[r.substring(n+1)]=t[r],e},Object.create({}))}function je(e,t,r=[]){for(const[n,o]of Object.entries(t)){const t=[...r,n];if(n===e)return t.reverse();if("object"==typeof o&&Object.keys(o).length>0){const r=je(e,o,t);if(r.length>0)return r}}return[]}function Se(e,t){if(!e||"string"!=typeof e)return[];const[r,n]=e.split("::");if(!r||!n)return[];const o=t[r];return o?je(n,o).map(e=>`${r}::${e}`):[]}function xe(e,t,r,n,o,i,u,a,c,s,l,f={}){return function(e,t,r){return we.sequence([e,t]).map(()=>{const e=r.withDefault("");return""!==e?Promise.resolve(we.just(e)):Promise.resolve(we.nothing())}).withDefaultFn(()=>Promise.resolve(we.nothing()))}(n,o,u).then(async t=>{const r=await function(e,t){return Promise.all(t.map(async t=>{const r=await e(t.featureName),n=r.modules[t.moduleName],o=r.additionalDomains,i=r.allowDirectives;return Object.assign(Object.assign(Object.assign({},t),n),{additionalDomains:o,allowDirectives:i})}))}(e.dynamicConfigFetch,i),n=t.map(e=>Se(e,f)).bind(e=>Ee(r,e,a)),o=we.maybe(r[0]);return t.map(()=>n).altMap(()=>we.just(o)).bind(e=>e)}).then(async e=>e.map(e=>{var n,o,i,u;const a=`${r}.${e.featureName}.${e.moduleName}`,f=(null===(o=null===(n=c.features[s])||void 0===n?void 0:n.modules[l])||void 0===o?void 0:o.requiredUserCapabilities)||[],d=(null===(u=null===(i=c.features[e.featureName])||void 0===i?void 0:i.modules[e.moduleName])||void 0===u?void 0:u.requiredUserCapabilities)||[],p=[...new Set([...f,...d])];return{moduleId:a,initialParams:Pe(a,t.getValue().currentParams),featureName:e.featureName,url:e.url,minHeight:e.meta.type.minHeight||"",tabLabelOverride:e.tabLabelOverride,formPostAuth:!!e.formPostAuth,loadingOptions:e.loadingOptions,additionalDomains:e.additionalDomains,allowDirectives:e.allowDirectives,requiredUserCapabilities:p,rightsEnabled:e.rightsEnabled}}))}function Ee(e,t,r){return we.maybe(e.find(e=>{const n=r.map(t=>{var r;return null===(r=e.additionalContextRequirements)||void 0===r?void 0:r.includes(t)}).withDefault(!0);return e.meta.type.context===t[0]&&n})).altMap(()=>0===t.length&&we.nothing()||Ee(e,t.slice(1),r))}async function Ae(e,t){const r=e.length%3==1?"outlet":"module",n=e[0],o=e.length<5;let i,u,a,c,s;if("tectonOverpanel"===n)i=Me({path:e.slice(2),outletModuloVal:2}),u=(await t(e[1])).configuredOverpanels[e[2]];else{const n="outlet"===r?e.slice(-3,-2)[0]:e.slice(-2,-1)[0],o="outlet"===r?e.slice(-2,-1)[0]:e.slice(-1)[0],a="outlet"===r?-1:3;i=Me({path:e.slice(a),outletModuloVal:0}),u=await t(n,o)}return"outlet"===r?(o?(a=u.featureName,c=u.moduleName):(a=e[e.length-3],c=e[e.length-2]),s=e[e.length-1],i=i.slice(0,-2),{pathType:r,featureName:a,moduleName:c,outletName:s,configPath:i,pathOrigin:n,treeFromRoot:u}):(o?(a=u.featureName,c=u.moduleName):(a=e[e.length-2],c=e[e.length-1]),{pathType:r,featureName:a,moduleName:c,configPath:i,pathOrigin:n,treeFromRoot:u})}function Me({path:e,outletModuloVal:t}){const r=t+2;return e.reduce((e,n,o)=>{if(o%3===t)return e.concat(["configuredOutlets",n]);if(o%3===r&&2!==o){const t=e[e.length-1];return e[e.length-1]=`${t}-${n}`,e}return e.concat(n)},[])}function Te(e,t){return e.reduce((e,t)=>{if(Array.isArray(e)){const[r,n]=t.split("-");return e[0].hasOwnProperty("tabLabel")||e[0].hasOwnProperty("menuItemLabel")?function(e,t){let r=-1;const n=e.find(e=>(r=e.modules.findIndex(t),-1!==r));if(n)return n.modules[r]}(e,Ce(r,n)):e.find(Ce(r,n))}return e[t]},t)}function Ce(e,t){return r=>r.featureName===e&&r.moduleName===t}function Ne(e,t,r){const n=e.getValue();return we.maybe(n.features[t]).map(e=>{const n=Object.keys(e.modules).find(t=>e.modules[t].primary),o=e.modules[r]||e.modules[n],i=`${t}.${o.meta.moduleName}`;return{navigable:!!o.navigable,legacy:!!e.legacy,key:e.legacy?e.legacyRouteName:i}})}function Ie(e,t,r,n,o){!function(e,t,r,n){if(t.actionRequired&&t.removeActionRequired){r.add("actionRequired");const o=e.onMessage("actionRequired").subscribe(e=>{t.actionRequired(e.value.uuid,e.value.title,e.value.message)});n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n){if(t.authorizeTransactionWithMfa){r.add("authorizeTransactionWithMfa");const o=e.sendResponse("authorizeTransactionWithMfa",async e=>t.authorizeTransactionWithMfa(e));n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n){if(t.clearCacheByPrefix){r.add("clearCache"),r.add("cacheCleared");const o=e.sendResponse("clearCache",function(e){return e.routePrefixes.forEach(function(e){t.clearCacheByPrefix(e),pe("cacheCleared",we.just(JSON.stringify({cleared:e})))}),Promise.resolve()});n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n){if(t.clearParams){r.add("clearParams");const o=e.onMessage("clearParams").subscribe(e=>{t.clearParams(e.value.moduleId)});n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n){if(t.closeOverpanel){r.add("closeOverpanel");const o=e.onMessage("closeOverpanel").pipe(X(e=>e.value)).subscribe(t.closeOverpanel);n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n){if(t.keepAlive){r.add("keepAlive");const o=e.onMessage("keepAlive").subscribe(t.keepAlive);n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n){if(t.showLoadingModal){r.add("showLoadingModal");const o=e.onMessage("showLoadingModal").subscribe(e=>{t.showLoadingModal(e.value.title)});n.push(()=>o.unsubscribe())}if(t.clearLoadingModal){r.add("clearLoadingModal");const o=e.onMessage("clearLoadingModal").subscribe(()=>{t.clearLoadingModal()});n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n,o){if(r.logToServer){n.add("logToServer");const t=e.onMessage("logToServer").subscribe(async e=>{const t=await Ae(e.value.moduleId.split("."),r.dynamicConfigFetch).then(e=>e.featureName);r.logToServer(t,e.value.message,e.value.level||"info")});o.push(()=>t.unsubscribe())}}(e,0,r,n,o),function(e,t,r,n){if(t.manageChanges){r.add("manageChanges");const o=e.sendResponse("manageChanges",e=>t.manageChanges(e.changeData));n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n,o){if(r.navigateTo){n.add("navigateTo");const i=e.onMessage("navigateTo").subscribe(async e=>{const{moduleName:n,urlParams:o,queryParams:i,moduleId:u}=e.value;let{featureName:a}=e.value;!a&&u&&(a=await Ae(u.split("."),r.dynamicConfigFetch).then(e=>e.featureName));const c=Ne(t,a,n);c.map(e=>{if(e.navigable)if(e.legacy)r.navigateTo(!0,e.key,o,i);else{const n=t.getValue().features[a],o=`tectonRoute.${e.key}`;i&&r.updateParams&&r.updateParams(o,i,n.modules[e.key.split(".")[1]].meta.params),r.navigateTo(!1,e.key)}}),c.hasNothing&&r.navigateTo(!0,a,o,i)});o.push(()=>i.unsubscribe())}}(e,t,r,n,o),function(e,t,r,n){if(t.openURL){r.add("openURL");const o=e.onMessage("openURL").subscribe(e=>{const{url:r,options:n}=e.value;t.openURL(r,n)});n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t){const r=e.onMessage("printWindow").subscribe(()=>{var e;!0===(null===(e=window.Tecton)||void 0===e?void 0:e.inMobileApp)?console.info("printWindow does not support e-banking mobile app environment."):(document.body.focus(),window.print())});t.push(()=>r.unsubscribe())}(e,o),function(e,t,r,n){if(t.refetchAccountsNotification&&t.clearCacheByPrefix&&t.clearTransferCache){r.add("refetchAccountsNotification");const o=e.onMessage("refetchAccountsNotification").subscribe(()=>{t.clearCacheByPrefix("mobilews/account"),t.clearTransferCache(),t.refetchAccountsNotification()});n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n){if(t.actionRequired&&t.removeActionRequired){r.add("removeActionRequired");const o=e.onMessage("removeActionRequired").subscribe(e=>{t.removeActionRequired(e.value.uuid)});n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n){r.add("scrollTo");const o=e.onMessage("scrollTo").subscribe(e=>{var r,n;const o=(null===(n=null===(r=null==t?void 0:t.getSurroundingOffsets)||void 0===r?void 0:r.call(t))||void 0===n?void 0:n.top)||0,i=e.value;i.behavior=i.behavior||"smooth",!0===i.initialize?pe("platformScrollChanged",we.just(JSON.stringify({scrollY:0,innerHeight:window.innerHeight,innerWidth:window.innerWidth,outletOffset:o,top:o}))):window.scrollTo(i)});n.push(()=>o.unsubscribe())}(e,r,n,o),function(e,t,r){t.add("scrollToTop");const n=e.onMessage("scrollToTop").subscribe(()=>{window.scrollTo(0,0)});r.push(()=>n.unsubscribe())}(e,n,o),function(e,t,r,n){if(t.sendAlert||t.showAlert){r.add("sendAlert"),r.add("sendAlertWithResponse");const o=e.sendResponse("sendAlert",e=>(t.sendAlert||t.showAlert)(e).then(e=>({actionName:e}))),i=e.onMessage("sendAlert").subscribe(e=>{(t.sendAlert||t.showAlert)(e.value)});n.push(()=>{o.unsubscribe(),i.unsubscribe()})}}(e,r,n,o),function(e,t,r,n,o){if(r.updateParams){n.add("setParams");const t=e.onMessage("setParams").subscribe(async e=>{const{moduleId:t,params:n}=e.value,o=await Ae(t.split("."),r.dynamicConfigFetch),i=await r.dynamicConfigFetch(o.featureName).then(e=>e.modules[o.moduleName].meta.params);r.updateParams(t,n,i)});o.push(()=>t.unsubscribe())}}(e,0,r,n,o),function(e,t,r,n,o){if(t.setOverpanelTitle||t.setPageTitle){t.setOverpanelTitle&&n.add("setOverpanelTitle"),t.setPageTitle&&n.add("setPageTitle");const r=e.onMessage("setTitle").subscribe(async e=>{"tectonOverpanel"===await Ae(e.value.moduleId.split("."),t.dynamicConfigFetch).then(e=>e.pathOrigin)&&t.setOverpanelTitle?t.setOverpanelTitle(e.value.title):t.setPageTitle&&t.setPageTitle(e.value.title)});o.push(()=>r.unsubscribe())}}(e,r,0,n,o),function(e,t,r,n){const o=t.getCurrentLanguage(),i=new _e(o);let u=!0;t.languageChanged&&(r.add("languageChanged"),t.languageChanged(e=>{u&&i.next(e)}));const a=i.subscribe((e="en-US")=>{pe("streamLanguage",we.just(JSON.stringify({langKey:e})))}),c=e.sendResponse("getCurrentLanguage",()=>Promise.resolve({langKey:i.getValue()}));n.push(()=>{u=!1,[a,c].forEach(e=>e.unsubscribe()),i.complete()})}(e,r,n,o),function(e,t,r,n,o){if(r.showActionSheet){n.add("showActionSheet");const t=e.sendResponse("showActionSheet",e=>r.showActionSheet(e).then(e=>e));o.push(()=>t.unsubscribe())}}(e,0,r,n,o),function(e,t,r,n){if(t.showModal){r.add("sendModal");const o=e.sendResponse("sendModal",e=>t.showModal(e).then(e=>({actionName:e})));n.push(()=>o.unsubscribe())}}(e,r,n,o),function(e,t,r,n,o){if(r.showOverpanel){n.add("showOverpanel");const i=e.sendResponse("showOverpanel",async e=>{var n,o,i,u,a,c,s,l,f;try{let d,p,b,v=[];if(r.getPlatformOverpanels&&(v=await r.getPlatformOverpanels()),e.useRouteConfig){const[t,n]=e.overpanelPath.split(".");p=await r.dynamicConfigFetch(t,n),b=e.overpanelPath,d=await r.dynamicConfigFetch(p.featureName)}else if(v.includes(e.overpanelPath))p={moduleName:e.overpanelPath},b=e.overpanelPath,d={legacyOverpanelName:e.overpanelPath,legacy:!0};else{const n=(f=t.value,Object.entries(f.features).reduce((e,[t,r])=>{const n=r.configuredOverpanels;return n&&Object.entries(n).filter(([e,t])=>!0===t.public).forEach(([r,n])=>{n.featureName||(n.featureName=t),e[r]=n}),e},{}))[e.overpanelPath];let o;n?(p=n,b=`${n.featureName}.${e.overpanelPath}`,d=await r.dynamicConfigFetch(n.featureName)):(o=await Ae(e.moduleId.split("."),r.dynamicConfigFetch),p=await r.dynamicConfigFetch(o.featureName).then(t=>{var r;const n=null===(r=t.configuredOverpanels)||void 0===r?void 0:r[e.overpanelPath];if(!n)throw new Error(`Overpanel ${e.overpanelPath} not found.`);return n}),b=`${o.featureName}.${e.overpanelPath}`,d=await r.dynamicConfigFetch(p.featureName))}if(d.legacy&&!d.legacyOverpanelName)throw new Error("Tried to call a legacy overpanel, but config is missing a legacyOverpanelName");if(e.params&&r.updateParams&&!d.legacy){const t=null===(i=null===(o=null===(n=d.modules)||void 0===n?void 0:n[p.moduleName])||void 0===o?void 0:o.meta)||void 0===i?void 0:i.params;t&&(function(e,t){if(null==e||"{}"===JSON.stringify(e))return!0;if(void 0===t)throw new Error(`params for action are not configured, yet ${JSON.stringify(e)} was passed to action`);const r=[];if(Object.keys(e).forEach(e=>{t[e]||r.push(e)}),r.length>0)throw new Error(`The following parameter(s) passed to action is/are not configured for the action: [${r.join(", ")}]`)}(e.params,t),r.updateParams(`tectonOverpanel.${b}`,e.params,t))}const h=d.legacy?e.params?JSON.stringify(e.params):"":b,m=d.legacy?d.legacyOverpanelName:void 0,y="options"in p&&p.options||{},g=(null===(u=e.options)||void 0===u?void 0:u.size)||y.size,O=(null===(a=e.options)||void 0===a?void 0:a.height)||y.height,_=(null===(c=e.options)||void 0===c?void 0:c.fullWidth)||y.fullWidth,w=(null===(s=e.options)||void 0===s?void 0:s.isBlocking)||y.isBlocking,[,,P]=e.moduleId.split("."),j=(null===(l=e.options)||void 0===l?void 0:l.testId)||y.testId||P;return r.showOverpanel(h,!!_,m,g,O,j,!!w)}catch(e){return Promise.reject(e)}});o.push(()=>i.unsubscribe())}}(e,t,r,n,o),function(e,t,r,n){if(t.verifyMFA){r.add("verifyMFA");const o=e.sendResponse("verifyMFA",async e=>t.verifyMFA(e));n.push(()=>o.unsubscribe())}}(e,r,n,o)}we.of=we.maybe;const Fe={scrollY:0,innerHeight:0,innerWidth:0};function ke(e,t){var r,n,o,i,u,a,c,s;if(!t)return console.warn("No platform root found. Returning zeroed dimensions."),Fe;const l=t instanceof HTMLElement;return l&&!t.isConnected?(console.warn("Platform root is no longer connected to the DOM. Returning zeroed dimensions."),Fe):Object.assign({scrollY:null!==(r=l?t.scrollTop:t.scrollY)&&void 0!==r?r:0,innerHeight:null!==(n=l?t.offsetHeight:t.innerHeight)&&void 0!==n?n:0,innerWidth:null!==(o=l?t.offsetWidth:t.innerWidth)&&void 0!==o?o:0,orientationType:null!==(u=null===(i=null===screen||void 0===screen?void 0:screen.orientation)||void 0===i?void 0:i.type)&&void 0!==u?u:"landscape-primary",orientationAngle:null!==(c=null===(a=null===screen||void 0===screen?void 0:screen.orientation)||void 0===a?void 0:a.angle)&&void 0!==c?c:0},null===(s=null==e?void 0:e.getSurroundingOffsets)||void 0===s?void 0:s.call(e))}function Re(e,t){const r=function(e){return!!e.dataType}(t)?function(e,t,r,n={}){const[o,i="default"]=t.split("::");if(!o)throw new Error(`Invalid dataType format: '${t}'. Expected 'category::type'.`);const u=e.getRequestURLMap?e.getRequestURLMap():{};if(!u[o])throw new Error(`No URL map found for category '${o}'.`);const a=u[o][i]||u[o].default;if(!a)throw new Error(`No URL resolver found for category '${o}' and type '${i}'.`);return("string"==typeof a?Promise.resolve(a):a).then(e=>`${e}${r.map(e=>`/${e}`).withDefault("")}${function(e){const t=Object.keys(e).map(t=>`${t}=${e[t]}`).join("&");return t&&"?".concat(t)||""}(n)}`)}(e,t.dataType,we.maybe(t.dataId),t.params):Promise.resolve(t.route);return r.then(r=>t.body&&t.isFormData?e.sendFormDataRequest(r,t.method,function(e){if("object"!=typeof e||null===e)throw new Error("Invalid parameter. Expected JSON.");return Object.keys(e).reduce((t,r)=>(t.append(r,e[r]),t),new FormData)}(JSON.parse(t.body))):(e.sendRequest||e.requestPlatformData)(r,t.method,t.body))}const Le="q2.tectonCache";function We(e,t){return`${e}.${t}`}var qe;!function(e){e.PlatformCssPropertiesChanged="platformCssPropertiesChanged",e.CallMethod="callMethod"}(qe||(qe={}));const $e=qe;var Ue;!function(e){e.streamCssProperties="streamCssProperties",e.streamPlatformDimensions="platformSizeChanged"}(Ue||(Ue={}));const ze=Ue;function De(e,t,r,n,o,i){!function(e,t,r){t.refetchRequired&&(r.add("cacheCleared"),t.refetchRequired(e=>{pe("cacheCleared",we.just(JSON.stringify({cleared:e})))}))}(0,t,o),function(e,t,r,n){if(t.getCapabilities){r.add("canUser");const o=e.sendResponse("canUser",({capabilities:e})=>Promise.resolve({allowed:Object.values(t.getCapabilities(...e)).every(Boolean)}));n.push(()=>o.unsubscribe())}}(e,t,o,i),function(e,t,r,n,o){if(r.getFeatureConfig){n.add("getFeatureConfig");const t=e.sendResponse("getFeatureConfig",async({moduleId:e})=>{const t=await Ae(e.split("."),r.dynamicConfigFetch),n=await r.dynamicConfigFetch(t.featureName).then(e=>e.configuredSystemVariables||[]);return n.length?r.getFeatureConfig(n).then(e=>({config:e})):Promise.resolve({config:{}})});o.push(()=>t.unsubscribe())}}(e,0,t,o,i),function(e,t,r,n){if(t.getPendoInfo){r.add("getPendoInfo");const o=e.sendResponse("getPendoInfo",()=>Promise.resolve(t.getPendoInfo()));n.push(()=>o.unsubscribe())}}(e,t,o,i),function(e,t,r,n){if(t.getPlatformInfo){r.add("platformInfo");const o=e.sendResponse("platformInfo",e=>t.getPlatformInfo(e));n.push(()=>o.unsubscribe())}}(e,t,o,i),function(e,t,r,n){r.add("getPlatformDimensions");const o=e.sendResponse("getPlatformDimensions",e=>{var r,n,o,i,u;let a;const c=null==e?void 0:e.selector;if(c){const e=document.querySelector(c);e?a=e.getBoundingClientRect():(console.warn(`No platform element found matching the selector "${c}". Returning zeroed dimensions.`),a={bottom:0,height:0,left:0,right:0,top:0,width:0,x:0,y:0,orientationType:null!==(n=null===(r=null===screen||void 0===screen?void 0:screen.orientation)||void 0===r?void 0:r.type)&&void 0!==n?n:"landscape-primary",orientationAngle:null!==(i=null===(o=null===screen||void 0===screen?void 0:screen.orientation)||void 0===o?void 0:o.angle)&&void 0!==i?i:0})}else{const e=null===(u=t.getPlatformRootSelector)||void 0===u?void 0:u.call(t),r=e?document.querySelector(e):window;a=ke(t,r)}return pe("platformScrollChanged",we.just(JSON.stringify(a))),Promise.resolve(a)});n.push(()=>o.unsubscribe())}(e,t,o,i),function(e,t,r,n){if(t.getVersionInfo){r.add("getPlatformInfo");const o=e.sendResponse("getPlatformInfo",()=>{const e=t.getVersionInfo();return Promise.resolve(Object.assign(Object.assign({},e),{TECTON_PLATFORM_VERSION:"1.62.6"}))});n.push(()=>{o.unsubscribe()})}}(e,t,o,i),function(e,t,r,n){if(t.getAuthToken){r.add("authToken");const o=e.sendResponse("authToken",()=>t.getAuthToken());n.push(()=>o.unsubscribe())}}(e,t,o,i),function(e,t,r,n){if(t.getGlobalScripts){r.add("getGlobalScripts");const o=e.sendResponse("getGlobalScripts",()=>t.getGlobalScripts());n.push(()=>o.unsubscribe())}}(e,t,o,i),function(e,t,r,n,o){if(r.isUUXPath&&r.navigateTo){n.add("isNavigable");const i=e.sendResponse("isNavigable",({featureName:e,moduleName:n})=>{const o=Ne(t,e,n).map(e=>e.navigable).withDefaultFn(()=>r.isUUXPath(e));return Promise.resolve({navigable:o})});o.push(()=>i.unsubscribe())}}(e,n,t,o,i),function(e,t,r,n){var o;function i(){pe("platformScrollChanged",we.just(JSON.stringify(ke(t,f))))}function u(){pe("platformSizeChanged",we.just(JSON.stringify(ke(t,f))))}let a;r.add("platformScrollChanged");const c=()=>{if(a=e.sendResponse("getPlatformScroll",()=>Promise.resolve(ke(t,f))),null==f||f.addEventListener("scroll",i),f instanceof HTMLElement){const e=new ResizeObserver(u);e.observe(f),n.push(()=>null==e?void 0:e.disconnect())}else null==f||f.addEventListener("resize",u)},s=null===(o=t.getPlatformRootSelector)||void 0===o?void 0:o.call(t);let l,f=s?document.querySelector(s):window;f?c():s&&(l=new MutationObserver(()=>{f=document.querySelector(s),f&&(c(),null==l||l.disconnect())}),l.observe(document.body,{childList:!0,subtree:!0})),n.push(()=>{null==l||l.disconnect(),null==a||a.unsubscribe(),null==f||f.removeEventListener("scroll",i),null==f||f.removeEventListener("resize",u)})}(e,t,o,i),function(e,t,r,n){if(t.promptForMFA){r.add("promptForMFA");const o=e.sendResponse("promptForMFA",async e=>{const r=await Ae(e.moduleId.split("."),t.dynamicConfigFetch).then(e=>e.featureName);return t.promptForMFA(r,e)});n.push(()=>o.unsubscribe())}}(e,t,o,i),function(e,t,r){t.refetchRequired&&(r.add("refetchRequired"),t.refetchRequired(e=>{pe(`refetchRequired::${e}`,we.nothing())}))}(0,t,o),function(e,t,r,n,o){if("function"!=typeof r.requestExtensionData)return;n.add("requestExtensionData");const i=e.sendResponse("requestExtensionData",async e=>{const{moduleId:t,route:n,body:o}=e;let{featureName:i}=e;return!i&&t&&(i=await Ae(t.split("."),r.dynamicConfigFetch).then(e=>e.featureName)),r.requestExtensionData(i,{route:n,body:o||{}})});o.push(()=>i.unsubscribe())}(e,0,t,o,i),function(e,t,r,n){if(t.sendRequest||t.requestPlatformData){r.add("requestPlatformData"),r.add("requestPlatformData-v2"),t.sendFormDataRequest&&r.add("requestPlatformData-formdata");const o=e.sendResponse("requestPlatformData",e=>Re(t,e).then(function(t){return 200<=t.status&&t.status<300?{data:"GET"===e.method?t.response.data:t.response,status:"success"}:{data:{message:t.statusText},status:"error"}})),i=e.sendResponse("requestPlatformData-v2",e=>Re(t,e));n.push(()=>{o.unsubscribe(),i.unsubscribe()})}}(e,t,o,i),function(e,t){const r=e.subscribe(e=>{var t;(t=Object.assign(Object.assign({},e.changedParams),e.currentParams),Object.keys(t).reduce((e,t)=>{const r=t.split(".").slice(0,-1).join(".");return-1===e.indexOf(r)&&e.push(r),e},[])).forEach(t=>{const r=Pe(t,e.changedParams),n=Pe(t,e.currentParams);pe("streamParams::"+t,we.just(JSON.stringify({changedParams:r,currentParams:n})))})});t.push(()=>r.unsubscribe())}(r,i),function(e,t,r,n){if(t.takePicture){r.add("takePicture");const o=e.sendResponse("takePicture",({overlayText:e,helpText:r})=>t.takePicture({overlayText:e,helpText:r}).then(e=>({picture:e})));n.push(()=>o.unsubscribe())}}(e,t,o,i),function(e,t,r,n){if(!t.registerLogoffHook||!function(){const e=!!sessionStorage.getItem,t=!!sessionStorage.setItem,r=!!sessionStorage.removeItem;return e&&t&&r}())return;r.add("tectonCache"),t.registerLogoffHook(()=>{sessionStorage.removeItem(Le)});const o=e.sendResponse("getCache",e=>{const t=We(e.moduleId,e.key),r=JSON.parse(sessionStorage.getItem(Le)||"{}")[t]||{};return Promise.resolve(r)});n.push(()=>o.unsubscribe());const i=e.sendResponse("setCache",e=>{const t=We(e.moduleId,e.key);let r={};return"string"==typeof sessionStorage.getItem(Le)&&(r=JSON.parse(sessionStorage.getItem(Le))),r[t]=e.data,sessionStorage.setItem(Le,JSON.stringify(r)),Promise.resolve()});n.push(()=>i.unsubscribe())}(e,t,o,i),function(e,t,r){if(!e.cssPropertiesChanged)return;t.add($e.PlatformCssPropertiesChanged);const n=new _e([]);let o=!0;const i=n.pipe(se(function(e,t){return 1<=t})).subscribe(e=>{pe(ze.streamCssProperties,we.just(JSON.stringify(e)))});e.cssPropertiesChanged(e=>{o&&n.next(e)}),r.push(()=>{o=!1,i.unsubscribe(),n.complete()})}(t,o,i),function(e,t){e.platformEventNotification&&(t.add("platformEventNotification"),e.platformEventNotification(e=>{pe(`platformEventNotification::${e.name}`,we.maybe(e.data).map(JSON.stringify))}))}(t,o)}var Ve=r(9576),Be=new W(function(e){return e.complete()});function He(e){return e[e.length-1]}function Ye(e){return(t=He(e))&&f(t.schedule)?e.pop():void 0;var t}function Je(e,t){return void 0===t&&(t=0),K(function(r,n){r.subscribe(G(n,function(r){return Z(n,e,function(){return n.next(r)},t)},function(){return Z(n,e,function(){return n.complete()},t)},function(r){return Z(n,e,function(){return n.error(r)},t)}))})}function Ke(e,t){return void 0===t&&(t=0),K(function(r,n){n.add(e.schedule(function(){return r.subscribe(n)},t))})}function Ge(e,t){if(!e)throw new Error("Iterable cannot be null");return new W(function(r){Z(r,t,function(){var n=e[Symbol.asyncIterator]();Z(r,t,function(){n.next().then(function(e){e.done?r.complete():r.next(e.value)})},0,!0)})})}function Qe(e,t){return t?function(e,t){if(null!=e){if($(e))return function(e,t){return Y(e).pipe(Ke(t),Je(t))}(e,t);if(l(e))return function(e,t){return new W(function(r){var n=0;return t.schedule(function(){n===e.length?r.complete():(r.next(e[n++]),r.closed||this.schedule())})})}(e,t);if(d(e))return function(e,t){return Y(e).pipe(Ke(t),Je(t))}(e,t);if(U(e))return Ge(e,t);if(V(e))return function(e,t){return new W(function(r){var n;return Z(r,t,function(){n=e[D](),Z(r,t,function(){var e,t,o;try{t=(e=n.next()).value,o=e.done}catch(e){return void r.error(e)}o?r.complete():r.next(t)},0,!0)}),function(){return f(null==n?void 0:n.return)&&n.return()}})}(e,t);if(H(e))return function(e,t){return Ge(B(e),t)}(e,t)}throw z(e)}(e,t):Y(e)}function Xe(e,t){return void 0===t&&(t=L),e=null!=e?e:Ze,K(function(r,n){var o,i=!0;r.subscribe(G(n,function(r){var u=t(r);!i&&e(o,u)||(i=!1,o=u,n.next(r))}))})}function Ze(e,t){return e===t}function et(){return new ce}const tt="[iFrameSizer]",rt=[{name:"name",reflectAs:String},{name:"minHeight",reflectAs:String},{name:"overpanel",reflectAs:Boolean},{name:"baseClass",reflectAs:String}],nt=(0,Ve.createSetupElement)(function(e,{messageBus:t,props:r,moduleId:n,tectonOutletAdaptor:o,resize:i}){return(0,Ve.generateCustomElementWrapper)(e,(e,r)=>{const u=new _e(document.createElement("div")),a=new _e(!1),c=new h,s=r.pipe(X(e=>e.name),se(e=>!!e),X(e=>`${n?`${n}.`:""}${e}`),Xe(),function(e,t){var r=arguments.length>=2;return function(n){return n.pipe(e?se(function(t,r){return e(t,r,n)}):L,K(function(e,t){var r=0;e.subscribe(G(t,function(e){++r<=1&&(t.next(e),1<=r&&t.complete())}))}),r?function(e){return K(function(t,r){var n=!1;t.subscribe(G(r,function(e){n=!0,r.next(e)},function(){n||r.next(e),r.complete()}))})}(t):(void 0===(o=function(){return new ce})&&(o=et),K(function(e,t){var r=!1;e.subscribe(G(t,function(e){r=!0,t.next(e)},function(){return r?t.complete():t.error(o())}))})));var o}}()).subscribe(n=>{const s=o(t,n,e,r,i),f=s.DOM$.subscribe(u);c.add(f);const d=s.settled$.subscribe(a);c.add(d);const p=s.teardown$.subscribe(l);c.add(p);const b=s.effect$.subscribe(t=>{e.__attached?t():e.__onAttached.push(t)});c.add(b)});c.add(s);const l=new _e(()=>{u.next(null),u.complete(),a.complete(),l.complete(),c.unsubscribe()});return{DOM$:u,settled$:a,teardown$:l}},{useShadowDOM:!0,props:rt.concat(r),css:`\n .root {\n height: 100%;\n width: 100%;\n }\n .outlet-wrapper {\n line-height: 0;\n font-size: 0;\n }\n .outlet-wrapper.scrollable {\n height: 100%;\n }\n .loading-wrapper {\n height: 44px;\n width: 100%;\n align-items: center;\n justify-content: center;\n }\n .loading-wrapper:not([hidden]) {\n display: flex;\n }\n .loading-wrapper,\n .outlet-wrapper.scrollable iframe {\n height: 100%;\n }\n .outlet-wrapper iframe {\n width: 100%;\n height: auto;\n border: none;\n }\n .outlet-wrapper iframe:not([hidden]) {\n display: inline-block;\n }\n ${"tecton-platform-outlet"===e?'\n :host {\n position: relative;\n display: block;\n height: 100%;\n }\n .outlet-wrapper {\n min-height: calc(var(--tct-loading-spinner-size, var(--app-scale-12x, 60px)) + 2px);\n }\n .loading-wrapper {\n position: absolute;\n top: 0;\n }\n .loading-wrapper:not([hidden]) {\n align-items: flex-start;\n overflow: hidden;\n }\n .loading-wrapper.spinner-loader:not([hidden]) {\n align-items: center;\n }\n .loading-wrapper .q2-row {\n flex: 1;\n text-align: center;\n line-height: 1;\n }\n q2-loading:not([type="skeleton"]) {\n display: inline-block;\n }\n ':""}\n `})});function ot(e){const t=[];if(e&&e.loaders){const r=e.loaders.reduce((e,t)=>t.row>e?t.row:e,0);for(let e=0;e<r;e++)t.push([]);for(const r of e.loaders){const e=document.createElement("q2-loading");e.setAttribute("shape",r.shape),e.setAttribute("type",r.type),e.className="q2-col",r.classList&&e.classList.add(...r.classList),r.style&&e.setAttribute("style",r.style),r.modifiers&&e.setAttribute("modifiers",r.modifiers),r.counts&&e.setAttribute("counts",r.counts),r.ariaLabel&&e.setAttribute("ariaLabel",r.ariaLabel),t[r.row-1].push(e)}}else{const e=document.createElement("q2-loading");t.push([]),e.classList.add("mrg(a)"),t[0].push(e)}return t}function it(e,t){const r=document.createElement("div");r.slot="loading-wrapper",r.classList.add("loading-wrapper"),r.setAttribute("data-tecton-module","");const n=e?ot(e):ot();if(null==e?void 0:e.outlet){const t=e.outlet;t.style&&r.setAttribute("style",t.style),t.classList&&r.classList.add(...t.classList)}r.style.minHeight=t||"0px";for(const e of n){const t=document.createElement("div");t.className="q2-row";for(const r of e)t.appendChild(r);r.appendChild(t)}return r}function ut(e){const t=e.getAttribute("base-class");return t?null==t?void 0:t.replace(/\s/g,"%7C"):""}var at=Array.isArray,ct=Object.getPrototypeOf,st=Object.prototype,lt=Object.keys;function ft(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=Ye(e),n=function(e){return f(He(e))?e.pop():void 0}(e),o=function(e){if(1===e.length){var t=e[0];if(at(t))return{args:t,keys:null};if((n=t)&&"object"==typeof n&&ct(n)===st){var r=lt(t);return{args:r.map(function(e){return t[e]}),keys:r}}}var n;return{args:e,keys:null}}(e),i=o.args,u=o.keys;if(0===i.length)return Qe([],r);var a=new W(function(e,t,r){return void 0===r&&(r=L),function(n){dt(t,function(){for(var o=e.length,i=new Array(o),u=o,a=o,c=function(o){dt(t,function(){var c=Qe(e[o],t),s=!1;c.subscribe(G(n,function(e){i[o]=e,s||(s=!0,a--),a||n.next(r(i.slice()))},function(){--u||n.complete()}))},n)},s=0;s<o;s++)c(s)},n)}}(i,r,u?function(e){return function(e,t){return e.reduce(function(e,r,n){return e[r]=t[n],e},{})}(u,e)}:L));return n?a.pipe(re(n)):a}function dt(e,t,r){e?Z(r,e,t):t()}function pt(e,t){const r=new URL(e,window.location.toString()),n=Object.keys(t).map(e=>`${e}=${t[e]}`).join("&"),o=r.search?`${r.search}&${n}`:`?${n}`;return r.search=o,r.href}const bt=[{name:"additionalContext",reflectAs:String},{name:"configTree"},{name:"context",reflectAs:String},{name:"contextId",reflectAs:String},{name:"contextValue",reflectAs:String},{name:"resolvedType",reflectAs:String},{name:"routeName"}];function vt(e,t,r,n){return function(o,i,u,a){const c=document.createElement("div"),s=new _e(c),l=new _e(!1),f=new _e(()=>{}),d=function(){return{loaderWrapper:u.shadowRoot.querySelector("div[slot='loading-wrapper']"),iframeEl:u.shadowRoot.querySelector("iframe"),minHeight:a.getValue().minHeight}};let p,b;const v=function(){return p},m=function(e,t,r,n,o){let i=!1;return e.onMessage("setFetching").pipe(se(e=>e.value.moduleId===t())).subscribe(e=>{const{loaderWrapper:t,iframeEl:u,minHeight:a="0px"}=r();if(t&&u){const{fetching:r}=e.value,c=n?n():void 0;if(!1===r){if(t.hidden=!0,u.hidden=!1,t.style.minHeight="0px",i&&o){const e=o();if(e&&t&&t.parentNode===e){const r=it(c,a);r.hidden=!0,e.replaceChild(r,t)}i=!1}}else if(!0===r)t.hidden=!1,u.hidden=!0,t.style.minHeight=a;else if(function(e){return"object"==typeof e&&null!==e}(r)&&o){const e=o();if(e){const n=it(r.loaders&&r.loaders.length>0?r:void 0,a);r.outlet&&(r.outlet.style&&(n.setAttribute("style",r.outlet.style),n.style.minHeight=a),r.outlet.classList&&n.classList.add(...r.outlet.classList)),n.hidden=!1,t&&t.parentNode===e&&(e.replaceChild(n,t),u.hidden=!0,i=!0)}}}})}(o,v,d,function(){return b},function(){return u.shadowRoot}),y=function(e,t,r){return e.sendResponse("requestOutletInfo",({moduleId:e})=>{if(e!==t())return null;const{iframeEl:n}=r(),o=null==n?void 0:n.getBoundingClientRect();return o&&Object.values(o.toJSON()).find(e=>0!==e)?Promise.resolve(o):null})}(o,v,d),g=new h;g.add(m),g.add(y),g.add(()=>{s.next(null),s.complete(),f.next(()=>{}),f.complete(),l.complete()});const O=new _e(()=>{O.complete(),g.unsubscribe()}),_=a.pipe(X(e=>e.configTree),se(e=>!!e),Xe()),w=new _e(!1),P=a.pipe(X(e=>e.overpanel),se(e=>"boolean"==typeof e),Xe()).subscribe(w);g.add(P),g.add(()=>{w.complete()});const j=a.pipe(X(e=>e.routeName),se(e=>!!e),Xe()),S=j.pipe(X(e=>`${i}.${e}`),K(function(e,t){var r,n=!1;e.subscribe(G(t,function(e){var o=r;r=e,n&&t.next([o,e]),n=!0}))})).subscribe(([e])=>{de("clearParams",we.just(JSON.stringify({moduleId:e})))});g.add(S);const x=ft(_,w,j).subscribe(([c,h,m])=>{const y=e.getValue(),O=y.features[c.featureName];if(!O)throw new Error(`Could not find the config for this feature=${c.featureName}`);const _=O.modules[c.moduleName],w=a.getValue();if(function(e,t,r,n){var o,i,u,a;const c=t.isMFA,s=!1!==e.rightsEnabled,l="Application::Unauthenticated"===(null===(i=null===(o=e.meta)||void 0===o?void 0:o.type)||void 0===i?void 0:i.context);return!(!c&&!l)||!!s&&function(e,t){const{outletContext:r,moduleContext:n,resolvedContext:o,additionalContext:i,additionalContextRequirements:u}=e;if((null==u?void 0:u.length)&&i&&!u.includes(i.toString()))return!1;if("None"===n||"None"===r)return!0;const a=Se(n,t);return 0!==a.length&&a.includes(o||r)}({additionalContext:r.additionalContext,additionalContextRequirements:e.additionalContextRequirements,contextValue:r.contextValue,moduleContext:(null===(a=null===(u=e.meta)||void 0===u?void 0:u.type)||void 0===a?void 0:a.context)||"None",outletContext:r.context||"None",resolvedContext:r.resolvedType},n)}(_,O,w,n)){p=`${i}.${m}`,b=_.loadingOptions;const e=w.minHeight,n=y.features[c.featureName],a=!!n.modules[c.moduleName].formPostAuth,O=n.modules[c.moduleName].url,P=n.additionalDomains,j=n.allowDirectives,S=function(e,t,r,n,o,i,u){let a=pt(i&&u.buildIframeURL?u.buildIframeURL(e):e,Object.assign(Object.assign({"tct-id":t,"tct-ctxid":r.contextValue||"","tct-ctxname":r.contextId||""},Pe(t,o.currentParams)),{"tct-maxHeight":n.style.maxHeight,"tct-maxWidth":n.style.maxWidth,"tct-baseClass":ut(n),"tct-outlet-name":n.name||""}));return function(e){const t=e.getAttribute("beta");return""===t||"true"===t}(n)&&(a=pt(a,{"tct-beta":"true"})),a}(O,p,w,u,t.getValue(),a,r);if(!h){const e=function(e,t,r){return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var r=Ye(e),n=function(e){return"number"==typeof He(e)?e.pop():1/0}(e),o=e;return o.length?1===o.length?Y(o[0]):function(e){return void 0===e&&(e=1/0),ee(L,e)}(n)(Qe(o,r)):Be}(ue(window,"message").pipe(se(e=>"string"==typeof e.data&&e.data.includes("iFrameSizer")),X(e=>{const t=e.data.substr(tt.length).split(":"),[r,n]=t;return{value:{moduleId:r,height:n}}})),e.onMessage("resizeIframe")).pipe(se(e=>e.value.moduleId===t()),Xe((e,t)=>e.value.height===t.value.height)).subscribe(e=>{const{height:t}=e.value,{iframeEl:n}=r();n&&n.style.setProperty("height",`${t}px`)})}(o,v,d);g.add(e)}const x=function(e,t,r){return e.onMessage("setTitle").pipe(se(e=>e.value.moduleId===t())).subscribe(e=>{const{iframeEl:t}=r();t.title=e.value.title})}(o,v,d);g.add(x);const{element:E,cleanup:A}=function(e,t,r,n,o,i,u,a,c,s){const l=document.createElement("div");l.className="outlet-wrapper";const f=document.createElement("slot");f.name="loading-wrapper";const d=[],p=document.createElement("iframe");if(a){const n=document.createElement("form");r.forEach(function(e){const t=document.createElement("input");t.name=e.key,t.setAttribute("value",e.value),n.appendChild(t)}),n.hidden=!0,n.method="post",n.action=e,n.target=t,n.enctype="multipart/form-data",p.name=t,l.appendChild(n),d.push(function(){n.submit(),l.removeChild(n)})}else p.src=e;return p.title=n,p.dataset.moduleId=t,p.style.maxHeight=o,p.style.maxWidth=i,p.setAttribute("test-id","outletIframe"),p.allow=function(e=[],t=["geolocation","camera"],r){let n=["'self'",`${new URL(r).origin}`];return e&&e.length>0&&(n=[...n,...e]),t.reduce(function(e,t){return e+`${t} ${n.join(" ")}; `},"")}(c,s,e),l.appendChild(p),d.push(()=>{p.contentWindow&&p.contentWindow.postMessage(`${tt}${t}:0:false:false:32:true:true:null:documentElementOffset`,"*")}),p.onload=function(){d.forEach(e=>{e()}),p.onload=function(){}},u?l.classList.add("scrollable"):(p.style.setProperty("overflow-y","hidden"),p.scrolling="no"),p.hidden=!0,l.appendChild(f),{element:l,cleanup:()=>{if(p.contentWindow)try{p.contentWindow.stop()}catch(e){}p.src="about:blank",p.onload=null,p.parentNode&&p.parentNode.removeChild(p)}}}(S,p,r.getAuthPayload?r.getAuthPayload():[],`${c.featureName}-${c.moduleName}`,u.style.maxHeight,u.style.maxWidth,h,a,P,j),M=function(e,t){var r,n,o;const i=document.createElement("div");i.slot="loading-wrapper",i.classList.add("loading-wrapper"),i.setAttribute("data-tecton-module","");const u=e.loadingOptions?ot(e.loadingOptions):ot();if(null===(r=e.loadingOptions)||void 0===r?void 0:r.outlet){const t=e.loadingOptions.outlet;t.style&&i.setAttribute("style",t.style),t.classList&&i.classList.add(...t.classList)}const a=null===(o=null===(n=u[0])||void 0===n?void 0:n[0])||void 0===o?void 0:o.getAttribute("type");null!==a&&"spinner"!==a||i.classList.add("spinner-loader"),i.style.minHeight=t||"0px";for(const e of u){const t=document.createElement("div");t.className="q2-row";for(const r of e)t.appendChild(r);i.appendChild(t)}return i}(_,e);s.next(E),f.next(()=>{const e=u.shadowRoot;if(!e)return;const t=e.querySelector(".loading-wrapper");t&&t.parentNode===e?e.replaceChild(M,t):t||e.appendChild(M),l.next(!0)}),g.add(()=>{A(),de("clearParams",we.just(JSON.stringify({moduleId:p})))})}});return g.add(x),{DOM$:s,settled$:l,teardown$:O,effect$:f}}}const ht=`${window.location.origin}${window.location.pathname.replace(/\/uux\.aspx/i,"")}`;function mt(e){return/^http/.test(e)?e:`${window.location.origin}/${e}`}function yt(e,t,r,n,o,i,u={}){!function(e,t,r,n){if(t.getMobileSDKCapabilities){r.add("getMobileSDKCapabilities");const o=e.sendResponse("getMobileSDKCapabilities",()=>Promise.resolve(t.getMobileSDKCapabilities()));n.push(()=>o.unsubscribe())}}(e,t,o,i),function(e,t,r){const n=e.sendResponse("getInitialParams",e=>Promise.resolve({params:Pe(e.moduleId,t.getValue().currentParams)}));r.push(()=>n.unsubscribe())}(e,r,i),function(e,t,r,n,o){let i;const u=e.sendResponse("getCustomerAssetPath",({subPath:e})=>Promise.resolve({path:mt(r.getCustomerSpecificAssetPath(e))}));r.getCustomLanguageURL&&(t.add("getCustomLanguageURL"),i=e.sendResponse("getCustomLanguageURL",async({moduleId:e,langKey:t})=>{const n=await Ae(e.split("."),r.dynamicConfigFetch);return Promise.resolve({path:mt(r.getCustomLanguageURL(`${t}_${n.featureName}.json`))})}));const a=e.sendResponse("getBaseAssetPath",({subPath:e})=>Promise.resolve({path:mt(r.getBaseAssetPath(e))})),c=e.sendResponse("getNgamBaseUrl",()=>Promise.resolve({ngamBase:ht}));o.push(()=>{u.unsubscribe(),a.unsubscribe(),c.unsubscribe(),i&&i.unsubscribe()})}(e,o,t,0,i),function(e,t,r,n,o,i){const u=t.sendResponse("resolveFeature",async t=>{const o=await Ae(t.outletPath.split("."),e.dynamicConfigFetch),u=Te(o.configPath,o.treeFromRoot),a=(await e.dynamicConfigFetch(o.featureName)).modules[o.moduleName].meta.outlets[o.outletName],c="None"===a.context?we.nothing():we.just(a.context),s=t.contextValue?we.just(t.contextValue):we.nothing(),l=t.resolvedType?we.just(t.resolvedType):we.nothing(),f=t.additionalContext?we.just(t.additionalContext):we.nothing(),d=u.configuredOutlets[o.outletName],p=r.getValue();return xe(e,n,t.outletPath,c,s,d,l,f,p,o.featureName,o.moduleName,i).then(e=>e.withDefault({moduleId:"",featureName:"",initialParams:{},url:"",minHeight:"",formPostAuth:!1,loadingOptions:{loaders:[{type:"spinner",shape:"half-circle",row:1}]}}))});o.push(()=>u.unsubscribe())}(t,e,n,r,i,u),function(e,t,r,n,o,i){const u=t.sendResponse("resolveTabs",async t=>{const o=await Ae(t.outletPath.split("."),e.dynamicConfigFetch),u=Te(o.configPath,o.treeFromRoot),a=e.dynamicConfigFetch(o.featureName),c=await a,s=(await a.then(e=>e.modules[o.moduleName])).meta.outlets[o.outletName],l="None"===s.context?we.nothing():we.just(s.context),f=t.contextValue?we.just(t.contextValue):we.nothing(),d=t.resolvedType?we.just(t.resolvedType):we.nothing(),p=t.additionalContext?we.just(t.additionalContext):we.nothing(),b=u.configuredOutlets[o.outletName],v=r.getValue();return function(e,t,r,n,o,i,u,a,c,s,l,f,d,p){return Promise.all(a.map(a=>xe(e,t,r,n,o,a.modules||[],i,u,c,s,l,f).then(e=>e.map(e=>({tabLabel:a.tabLabel,tab:e}))).catch(()=>we.nothing()))).then(e=>we.filterSomethings(e)).then(e=>e.map(e=>({tabLabel:e.tabLabel,tabLabelOverride:e.tab.tabLabelOverride,moduleId:e.tab.moduleId,initialParams:e.tab.initialParams,url:e.tab.url,minHeight:e.tab.minHeight,formPostAuth:e.tab.formPostAuth,loadingOptions:e.tab.loadingOptions,additionalDomains:d,allowDirectives:p,requiredUserCapabilities:e.tab.requiredUserCapabilities,rightsEnabled:e.tab.rightsEnabled})))}(e,n,t.outletPath,l,f,d,p,b,v,o.featureName,o.moduleName,i,c.additionalDomains,c.allowDirectives).then(e=>({resolvedTabs:e}))});o.push(()=>u.unsubscribe())}(t,e,n,r,i,u),function(e,t,r,n,o,i){const u=t.sendResponse("resolveMenu",async t=>{const o=await Ae(t.outletPath.split("."),e.dynamicConfigFetch),u=Te(o.configPath,o.treeFromRoot),a=(await e.dynamicConfigFetch(o.featureName).then(e=>e.modules[o.moduleName])).meta.outlets[o.outletName];if(!a)throw new Error(`${o.outletName} contextual menu outlet not found in config`);const c="None"===a.context?we.nothing():we.just(a.context),s=t.contextValue?we.just(t.contextValue):we.nothing(),l=t.resolvedType?we.just(t.resolvedType):we.nothing(),f=t.additionalContext?we.just(t.additionalContext):we.nothing(),d=u.configuredOutlets[o.outletName],p=r.getValue();return!1===p.features[o.featureName].modules[o.moduleName].rightsEnabled?new Promise(e=>{e({resolvedMenuItems:[]})}):function(e,t,r,n,o,i,u,a,c,s,l,f){return Promise.all(a.map(a=>xe(e,t,r,n,o,a.modules||[],i,u,c,s,l,f).then(t=>t.asyncMap(async t=>{const r=await Ae(t.moduleId.split("."),e.dynamicConfigFetch),n=o.withDefault("-1"),i={itemLabel:a.itemLabel,action:a.action,featureName:r.featureName,moduleName:r.moduleName,contextIdParamName:a.contextIdParamName};return"-1"!==n&&(i["tct-ctxid"]=n),i})).then(we.just).catch(()=>we.nothing()))).then(e=>we.filterSomethings(e))}(e,n,t.outletPath,c,s,l,f,d,p,o.featureName,o.moduleName,i).then(e=>({resolvedMenuItems:e}))});o.push(()=>u.unsubscribe())}(t,e,n,r,i,u),function(e,t,r){const n=e.sendResponse("getPlatformCapabilities",()=>{const e=Array.from(t);return Promise.resolve({capabilities:e})});r.push(()=>n.unsubscribe())}(e,o,i),function(e,t,r){const n=e.sendResponse("getAuthPayload",()=>Promise.resolve(t.getAuthPayload()));r.push(()=>n.unsubscribe())}(e,t,i),function(e,t,r,n){if(t.cdnOverride){r.add("cdnOverride");const o=e.sendResponse("cdnOverride",()=>t.cdnOverride().then(e=>({path:e})));n.push(()=>o.unsubscribe())}}(e,t,o,i)}const gt="Authenticated",Ot="Unauthenticated";function _t(t,r,n={},o){window.isTectonPlatform=!0;const i=new _e({changedParams:{},currentParams:{}});let u;wt(t),window.isTestingTecton||(null==o?void 0:o.testing)?(u=window.tectonConfig$||new _e(null),u.next(t),window.tectonConfig$=u):u=new _e(t);const a=new me(u,window.isTestingTecton),c=new Set,s=[a.teardown.bind(a)];function l(e){const[n,o]=e.split(".");try{return Promise.resolve(t.features[n].configuredOverpanels[o])}catch(e){return r.dynamicConfigFetch(n,o)}}return function(e){e.add("resizeIframe"),e.add("requestOutletInfo")}(c),function(e,t,r,n){if(t.setupDynamicPlatformAPI){t.setupDynamicPlatformAPI().forEach(e=>r.add(e));const o=e.sendResponse("executeDynamicPlatformAPI",({functionName:e,args:r})=>t.executeDynamicPlatformAPI(e,r));n.push(()=>o.unsubscribe())}}(a,r,c,s),Ie(a,u,r,c,s),De(a,r,i,u,c,s),function(e,t,r,n){if(!t.getCurrentTheme)return void r.add("ThemesNotSupported");r.add("getCurrentTheme");const o=new _e({path:mt(t.getCustomerSpecificAssetPath(`${t.getCurrentTheme()}-props.css`))});let i=!0;t.themeChanged&&(r.add("themeChanged"),t.themeChanged(e=>{i&&o.next({path:mt(t.getCustomerSpecificAssetPath(`${e}-props.css`))})}));const u=o.subscribe(e=>{pe("themeChanged",we.maybe(e).map(JSON.stringify))}),a=e.sendResponse("getCurrentTheme",()=>Promise.resolve(o.getValue()));n.push(()=>{i=!1,u.unsubscribe(),a.unsubscribe(),o.complete()})}(a,r,c,s),yt(a,r,i,u,c,s,n),function(e,t,r,n,o={}){nt({messageBus:e,moduleId:"",props:bt,tectonOutletAdaptor:vt(t,r,n,o)})("tecton-platform-outlet")}(a,u,i,r,n),{tectonParamsChanged(e){i.next(e)},updateConfig(t){const r=u.getValue();e(r,t),wt(r),u.next(r)},replaceConfig(e){wt(e),u.next(e)},verifyConfig(){if(!r.getCapabilities)return void console.error("getCapabilities must be implemented on platform to verify config.");const e=e=>{var t,n;return!(null==e?void 0:e.length)||Object.values(null!==(n=null===(t=r.getCapabilities)||void 0===t?void 0:t.call(r,...null!=e?e:[]))&&void 0!==n?n:{}).every(Boolean)},t=u.getValue(),n=t.features;for(const t in n){if(!n.hasOwnProperty(t))continue;const r=n[t];r.rightsEnabled=e(r.requiredUserCapabilities);for(const t in r.modules){if(!r.modules||!r.modules.hasOwnProperty(t))continue;const n=r.modules[t];n.rightsEnabled=r.rightsEnabled&&e(n.requiredUserCapabilities)}}wt(t),u.next(t)},configLookup:function(e,t){const r=u.getValue();if(!t){const t=r.features[e];if(!t)throw new Error(`No config found, please check if the extension(${e}) is running correctly.`);return t}if(!r.features[e])throw new Error(`Please check if the extension(${e}) is running correctly.`);const n=r.features[e].modules[t].routeConfig||{featureName:e,moduleName:t},o=r.features[e].modules[t].rightsEnabled;return void 0!==o&&(n.rightsEnabled=o),n},configForRoute(e){const[t,r]=e.split(".");return u.getValue().features[t].modules[r].routeConfig||{featureName:t,moduleName:r}},configForOverpanel:l,overpanelOverrideLookup(e){var t,r,n,o,i,a,c,s,f;const d=u.getValue(),p=(d.overpanelOverrides||[]).find(t=>t.overpanelName===e),{featureName:b="",overpanelName:v=""}=null!==(t=null==p?void 0:p.override)&&void 0!==t?t:{},h=`${b}.${v}`,m=null===(r=d.features)||void 0===r?void 0:r[b],y=[{condition:!p,message:`No overpanel override found for ${e}.`},{condition:!b||!v,message:`Invalid overpanel override configuration for ${e}.`},{condition:!m,message:`Feature ${b} not found in config.`},{condition:!1===(null==m?void 0:m.rightsEnabled),message:`Feature ${b} is not enabled for this user.`},{condition:!(null===(n=null==m?void 0:m.configuredOverpanels)||void 0===n?void 0:n[v]),message:`Override overpanel ${v} not found in config.`},{condition:!1===(null===(c=null===(o=null==m?void 0:m.modules)||void 0===o?void 0:o[null===(a=null===(i=null==m?void 0:m.configuredOverpanels)||void 0===i?void 0:i[v])||void 0===a?void 0:a.moduleName])||void 0===c?void 0:c.rightsEnabled),message:`The module ${null===(f=null===(s=null==m?void 0:m.configuredOverpanels)||void 0===s?void 0:s[v])||void 0===f?void 0:f.moduleName} for feature ${b} is not enabled for this user.`}];for(const{condition:e,message:t}of y)if(e)return Promise.resolve({override:!1,message:t});return l(h).then(e=>{const t={override:!0,overpanelId:h,overpanelConfig:e};return(null==p?void 0:p.contextInfo)&&(t.contextInfo=p.contextInfo),Promise.resolve(t)})},updateApplicationModules(e){!function(e,t=!1){const r=function(e){var t,r,n;const o={};for(const[i,u]of Object.entries(e.features))for(const[e,a]of Object.entries(u.modules)){const u=null!==(n=null===(r=null===(t=null==a?void 0:a.meta)||void 0===t?void 0:t.type)||void 0===r?void 0:r.context)&&void 0!==n?n:void 0;if(u&&u.toLowerCase().startsWith("Application::".toLowerCase())){const t=u.split("::")[1].toLowerCase(),r={featureName:i,moduleName:e,rightsEnabled:a.rightsEnabled};o[t]?o[t].push(r):o[t]=[r]}}return o}(e),n=t?gt:Ot,o=r[n.toLowerCase()];null==o||o.forEach(e=>{const{featureName:t,moduleName:r,rightsEnabled:o}=e,i=`${t}.${r}`,u=`TectonApplicationModule.${i}`;document.getElementById(u)||!1===o||function({authContext:e,outletId:t,modulePath:r,featureName:n,moduleName:o}){const i=window.isTestingTecton?document.createElement("object"):document.createElement("tecton-platform-outlet");i.name=`Tecton${e}ApplicationModule`,i.id=t,i.routeName=r,i.configTree={featureName:n,moduleName:o},i.tabIndex=-1,i.setAttribute("style","width:0; height:0; visibility: hidden; overflow: hidden;"),document.body.appendChild(i)}({authContext:n,outletId:u,modulePath:i,featureName:t,moduleName:r})}),t||function(e){const t=document.getElementsByName(`Tecton${e}ApplicationModule`);null==t||t.forEach(function(e){var t;null===(t=e.parentNode)||void 0===t||t.removeChild(e)})}(gt)}(t,e)},teardown(){s.forEach(e=>e()),i.complete(),u.complete()}}}function wt(e){Object.keys(e.features).forEach(function(t){const r=e.features[t],n=r.configuredOverpanels;n&&Object.keys(n).forEach(function(e){n[e].featureName||(n[e].featureName=t)});try{Object.keys(r.modules).forEach(function(e){r.modules[e].routeConfig||(r.modules[e].routeConfig={featureName:t,moduleName:e,configuredOutlets:{}}),Object.assign(r.modules[e].meta,{featureName:t,moduleName:e});let n=r.modules[e].url;if(n){if(n.startsWith("./")){const e=window.location.pathname.split("/").filter(e=>e),t=e[e.length-1];t&&t.includes(".")&&e.pop();const r=e.length>0?e.join("/"):"";n=n.replace("./",`${window.location.origin}/${r?`${r}/`:""}`)}n=n.replace("{featureName}",t),n=n.replace("{moduleName}",e),r.modules[e].url=n}})}catch(n){r.modules?console.error(`Config for ${r.routeName} is malformed. It returned ${n}.`):console.error(`Config for ${r.routeName} contains no modules`),console.error(`Removing ${r.routeName} from config.`),delete e.features[t]}})}})(),n})());